=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0035 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0035",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0035_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0035_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0035/ses-01/func/sub-0035_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>042b900b0e70fe0343fbd9814c373ff9</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:49:42.442500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992535, -0.0377726, 0.115967, 0.027724, 0.995816, 0.0870721]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.116963</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4178, -7726, -7182, 524, -26, -87, 41, 24]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>267.7</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7f147c05-066f-4794-b17e-b368d3e9d1be||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.662897825241089, 0.07438157498836517, 0.3206802308559418, 102.71904754638672], [0.10134104639291763, 2.6717019081115723, 0.2246589958667755, -94.86126708984375], [0.311130166053772, -0.2336081564426422, 2.6714589595794678, -36.80232620239258], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['174942.442500', '174942.902500', '174943.362500', '174943.822500', '174944.282500', '174944.742500', '174945.202500', '174945.662500', '174946.122500', '174946.582500', '174947.042500', '174947.502500', '174947.962500', '174948.422500', '174948.882500', '174949.342500', '174949.802500', '174950.262500', '174950.722500', '174951.182500', '174951.642500', '174952.102500', '174952.562500', '174953.022500', '174953.482500', '174953.942500', '174954.402500', '174954.862500', '174955.322500', '174955.782500', '174956.242500', '174956.702500', '174957.162500', '174957.622500', '174958.082500', '174958.542500', '174959.002500', '174959.462500', '174959.922500', '175000.382500', '175000.842500', '175001.302500', '175001.762500', '175002.222500', '175002.682500', '175003.142500', '175003.602500', '175004.062500', '175004.522500', '175004.982500', '175005.442500', '175005.902500', '175006.362500', '175006.822500', '175007.282500', '175007.742500', '175008.202500', '175008.662500', '175009.122500', '175009.582500', '175010.042500', '175010.502500', '175010.962500', '175011.422500', '175011.882500', '175012.342500', '175012.802500', '175013.262500', '175013.722500', '175014.182500', '175014.642500', '175015.102500', '175015.562500', '175016.022500', '175016.482500', '175016.942500', '175017.402500', '175017.862500', '175018.322500', '175018.782500', '175019.242500', '175019.702500', '175020.162500', '175020.622500', '175021.082500', '175021.542500', '175022.002500', '175022.462500', '175022.922500', '175023.382500', '175023.842500', '175024.302500', '175024.762500', '175025.222500', '175025.682500', '175026.142500', '175026.602500', '175027.062500', '175027.522500', '175027.982500', '175028.442500', '175028.902500', '175029.362500', '175029.822500', '175030.282500', '175030.742500', '175031.202500', '175031.662500', '175032.122500', '175032.582500', '175033.042500', '175033.502500', '175033.962500', '175034.422500', '175034.882500', '175035.342500', '175035.802500', '175036.262500', '175036.722500', '175037.182500', '175037.642500', '175038.102500', '175038.562500', '175039.022500', '175039.482500', '175039.942500', '175040.402500', '175040.862500', '175041.322500', '175041.782500', '175042.242500', '175042.702500', '175043.162500', '175043.622500', '175044.082500', '175044.542500', '175045.002500', '175045.462500', '175045.922500', '175046.382500', '175046.842500', '175047.302500', '175047.762500', '175048.222500', '175048.682500', '175049.142500', '175049.602500', '175050.062500', '175050.522500', '175050.982500', '175051.442500', '175051.902500', '175052.362500', '175052.822500', '175053.282500', '175053.742500', '175054.202500', '175054.662500', '175055.122500', '175055.582500', '175056.042500', '175056.502500', '175056.962500', '175057.422500', '175057.882500', '175058.342500', '175058.802500', '175059.262500', '175059.722500', '175100.182500', '175100.642500', '175101.102500', '175101.562500', '175102.022500', '175102.482500', '175102.942500', '175103.402500', '175103.862500', '175104.322500', '175104.782500', '175105.242500', '175105.702500', '175106.162500', '175106.622500', '175107.082500', '175107.542500', '175108.002500', '175108.462500', '175108.922500', '175109.382500', '175109.842500', '175110.302500', '175110.762500', '175111.222500', '175111.682500', '175112.142500', '175112.602500', '175113.062500', '175113.522500', '175113.982500', '175114.442500', '175114.902500', '175115.362500', '175115.822500', '175116.282500', '175116.742500', '175117.202500', '175117.662500', '175118.122500', '175118.582500', '175119.042500', '175119.502500', '175119.962500', '175120.422500', '175120.882500', '175121.342500', '175121.802500', '175122.262500', '175122.722500', '175123.182500', '175123.642500', '175124.102500', '175124.562500', '175125.022500', '175125.482500', '175125.942500', '175126.402500', '175126.862500', '175127.322500', '175127.782500', '175128.242500', '175128.702500', '175129.162500', '175129.622500', '175130.082500', '175130.542500', '175131.002500', '175131.462500', '175131.922500', '175132.382500', '175132.842500', '175133.302500', '175133.762500', '175134.222500', '175134.682500', '175135.142500', '175135.602500', '175136.062500', '175136.522500', '175136.982500', '175137.442500', '175137.902500', '175138.362500', '175138.822500', '175139.282500', '175139.742500', '175140.202500', '175140.662500', '175141.122500', '175141.582500', '175142.042500', '175142.502500', '175142.962500', '175143.422500', '175143.882500', '175144.342500', '175144.802500', '175145.262500', '175145.722500', '175146.182500', '175146.642500', '175147.102500', '175147.562500', '175148.022500', '175148.482500', '175148.942500', '175149.402500', '175149.862500', '175150.322500', '175150.782500', '175151.242500', '175151.702500', '175152.162500', '175152.622500', '175153.082500', '175153.542500', '175154.002500', '175154.462500', '175154.922500', '175155.382500', '175155.842500', '175156.302500', '175156.762500', '175157.222500', '175157.682500', '175158.142500', '175158.602500', '175159.062500', '175159.522500', '175159.982500', '175200.442500', '175200.902500', '175201.362500', '175201.822500', '175202.282500', '175202.742500', '175203.202500', '175203.662500', '175204.122500', '175204.582500', '175205.042500', '175205.502500', '175205.962500', '175206.422500', '175206.882500', '175207.342500', '175207.802500', '175208.262500', '175208.722500', '175209.182500', '175209.642500', '175210.102500', '175210.562500', '175211.022500', '175211.482500', '175211.942500', '175212.402500', '175212.862500', '175213.322500', '175213.782500', '175214.242500', '175214.702500', '175215.162500', '175215.622500', '175216.082500', '175216.542500', '175217.002500', '175217.462500', '175217.922500', '175218.382500', '175218.842500', '175219.302500', '175219.762500', '175220.222500', '175220.682500', '175221.142500', '175221.602500', '175222.062500', '175222.522500', '175222.982500', '175223.442500', '175223.902500', '175224.362500', '175224.822500', '175225.282500', '175225.742500', '175226.202500', '175226.662500', '175227.122500', '175227.582500', '175228.042500', '175228.502500', '175228.962500', '175229.422500', '175229.882500', '175230.342500', '175230.802500', '175231.262500', '175231.722500', '175232.182500', '175232.642500', '175233.102500', '175233.562500', '175234.022500', '175234.482500', '175234.942500', '175235.402500', '175235.862500', '175236.322500', '175236.782500', '175237.242500', '175237.702500', '175238.162500', '175238.622500', '175239.082500', '175239.542500', '175240.002500', '175240.462500', '175240.922500', '175241.382500', '175241.842500', '175242.302500', '175242.762500', '175243.222500', '175243.682500', '175244.142500', '175244.602500', '175245.062500', '175245.522500', '175245.982500', '175246.442500', '175246.902500', '175247.362500', '175247.822500', '175248.282500', '175248.742500', '175249.202500', '175249.662500', '175250.122500', '175250.582500', '175251.042500', '175251.502500', '175251.962500', '175252.422500', '175252.882500', '175253.342500', '175253.802500', '175254.262500', '175254.722500', '175255.182500', '175255.642500', '175256.102500', '175256.562500', '175257.022500', '175257.482500', '175257.942500', '175258.402500', '175258.862500', '175259.322500', '175259.782500', '175300.242500', '175300.702500', '175301.162500', '175301.622500', '175302.082500', '175302.542500', '175303.002500', '175303.462500', '175303.922500', '175304.382500', '175304.842500', '175305.302500', '175305.762500', '175306.222500', '175306.682500', '175307.142500', '175307.602500', '175308.062500', '175308.522500', '175308.982500', '175309.442500', '175309.902500', '175310.362500', '175310.822500', '175311.282500', '175311.742500', '175312.202500', '175312.662500', '175313.122500', '175313.582500', '175314.042500', '175314.502500', '175314.962500', '175315.422500', '175315.882500', '175316.342500', '175316.802500', '175317.262500', '175317.722500', '175318.182500', '175318.642500', '175319.102500', '175319.562500', '175320.022500', '175320.482500', '175320.942500', '175321.402500', '175321.862500', '175322.322500', '175322.782500', '175323.242500', '175323.702500', '175324.162500', '175324.622500', '175325.082500', '175325.542500', '175326.002500', '175326.462500', '175326.922500', '175327.382500', '175327.842500', '175328.302500', '175328.762500', '175329.222500', '175329.682500', '175330.142500', '175330.602500', '175331.062500', '175331.522500', '175331.982500', '175332.442500', '175332.902500', '175333.362500', '175333.822500', '175334.282500', '175334.742500', '175335.202500', '175335.662500', '175336.122500', '175336.582500', '175337.042500', '175337.502500', '175337.962500', '175338.422500', '175338.882500', '175339.342500', '175339.802500', '175340.262500', '175340.722500', '175341.182500', '175341.642500', '175342.102500', '175342.562500', '175343.022500', '175343.482500', '175343.942500', '175344.402500', '175344.862500', '175345.322500', '175345.782500', '175346.242500', '175346.702500', '175347.162500', '175347.622500', '175348.082500', '175348.542500', '175349.002500', '175349.462500', '175349.922500', '175350.382500', '175350.842500', '175351.302500', '175351.762500', '175352.222500', '175352.682500', '175353.142500', '175353.602500', '175354.062500', '175354.522500', '175354.982500', '175355.442500', '175355.902500', '175356.362500', '175356.822500', '175357.282500', '175357.742500', '175358.202500', '175358.662500', '175359.122500', '175359.582500', '175400.042500', '175400.502500', '175400.962500', '175401.422500', '175401.882500', '175402.342500', '175402.802500', '175403.262500', '175403.722500', '175404.182500', '175404.642500', '175405.102500', '175405.562500', '175406.022500', '175406.482500', '175406.942500', '175407.402500', '175407.862500', '175408.322500', '175408.782500', '175409.242500', '175409.702500', '175410.162500', '175410.622500', '175411.082500', '175411.542500', '175412.002500', '175412.462500', '175412.922500', '175413.382500', '175413.842500', '175414.302500', '175414.762500', '175415.222500', '175415.682500', '175416.142500', '175416.602500', '175417.062500', '175417.522500', '175417.982500', '175418.442500', '175418.902500', '175419.362500', '175419.822500', '175420.282500', '175420.742500', '175421.202500', '175421.662500', '175422.122500', '175422.582500', '175423.042500', '175423.502500', '175423.962500', '175424.422500', '175424.882500', '175425.342500', '175425.802500', '175426.262500', '175426.722500', '175427.182500', '175427.642500', '175428.102500', '175428.562500', '175429.022500', '175429.482500', '175429.942500', '175430.402500', '175430.862500', '175431.322500', '175431.782500', '175432.242500', '175432.702500', '175433.162500', '175433.622500', '175434.082500', '175434.542500', '175435.002500', '175435.462500', '175435.922500', '175436.382500', '175436.842500', '175437.302500', '175437.762500', '175438.222500', '175438.682500', '175439.142500', '175439.602500', '175440.062500', '175440.522500', '175440.982500', '175441.442500', '175441.902500', '175442.362500', '175442.822500', '175443.282500', '175443.742500', '175444.202500', '175444.662500', '175445.122500', '175445.582500', '175446.042500', '175446.502500', '175446.962500', '175447.422500', '175447.882500', '175448.342500', '175448.802500', '175449.262500', '175449.722500', '175450.182500', '175450.642500', '175451.102500', '175451.562500', '175452.022500', '175452.482500', '175452.942500', '175453.402500', '175453.862500', '175454.322500', '175454.782500', '175455.242500', '175455.702500', '175456.162500', '175456.622500', '175457.082500', '175457.542500', '175458.002500', '175458.462500', '175458.922500', '175459.382500', '175459.842500', '175500.302500', '175500.762500', '175501.222500', '175501.682500', '175502.142500', '175502.602500', '175503.062500', '175503.522500', '175503.982500', '175504.442500', '175504.902500', '175505.362500', '175505.822500', '175506.282500', '175506.742500', '175507.202500', '175507.662500', '175508.122500', '175508.582500', '175509.042500', '175509.502500', '175509.962500', '175510.422500', '175510.882500', '175511.342500', '175511.802500', '175512.262500', '175512.722500', '175513.182500', '175513.642500', '175514.102500', '175514.562500', '175515.022500', '175515.482500', '175515.942500', '175516.402500', '175516.862500', '175517.322500', '175517.782500', '175518.242500', '175518.702500', '175519.162500', '175519.622500', '175520.082500', '175520.542500', '175521.002500', '175521.462500', '175521.922500', '175522.382500', '175522.842500', '175523.302500', '175523.762500', '175524.222500', '175524.682500', '175525.142500', '175525.602500', '175526.062500', '175526.522500', '175526.982500', '175527.442500', '175527.902500', '175528.362500', '175528.822500', '175529.282500', '175529.742500', '175530.202500', '175530.662500', '175531.122500', '175531.582500', '175532.042500', '175532.502500', '175532.962500', '175533.422500', '175533.882500', '175534.342500', '175534.802500', '175535.262500', '175535.722500', '175536.182500', '175536.642500', '175537.102500', '175537.562500', '175538.022500', '175538.482500', '175538.942500', '175539.402500', '175539.862500', '175540.322500', '175540.782500', '175541.242500', '175541.702500', '175542.162500', '175542.622500', '175543.082500', '175543.542500', '175544.002500', '175544.462500', '175544.922500', '175545.382500', '175545.842500', '175546.302500', '175546.762500', '175547.222500', '175547.682500', '175548.142500', '175548.602500', '175549.062500', '175549.522500', '175549.982500', '175550.442500', '175550.902500', '175551.362500', '175551.822500', '175552.282500', '175552.742500', '175553.202500', '175553.662500', '175554.122500', '175554.582500', '175555.042500', '175555.502500', '175555.962500', '175556.422500', '175556.882500', '175557.342500', '175557.802500', '175558.262500', '175558.722500', '175559.182500', '175559.642500', '175600.102500', '175600.562500', '175601.022500', '175601.482500', '175601.942500', '175602.402500', '175602.862500', '175603.322500', '175603.782500', '175604.242500', '175604.702500', '175605.162500', '175605.622500', '175606.082500', '175606.542500', '175607.002500', '175607.462500', '175607.922500', '175608.382500', '175608.842500', '175609.302500', '175609.762500', '175610.222500', '175610.682500', '175611.142500', '175611.602500', '175612.062500', '175612.522500', '175612.982500', '175613.442500', '175613.902500', '175614.362500', '175614.822500', '175615.282500', '175615.742500', '175616.202500', '175616.662500', '175617.122500', '175617.582500', '175618.042500', '175618.502500', '175618.962500', '175619.422500', '175619.882500', '175620.342500', '175620.802500', '175621.262500', '175621.722500', '175622.182500', '175622.642500', '175623.102500'], 'ContentTime': ['174957.748000', '174957.751000', '174957.754000', '174957.757000', '174957.760000', '174957.763000', '174957.766000', '174957.769000', '174957.772000', '174957.775000', '174957.778000', '174957.781000', '174957.783000', '174957.786000', '174957.789000', '174957.794000', '174957.797000', '174957.799000', '174957.802000', '174957.805000', '174957.808000', '174957.811000', '174957.813000', '174957.816000', '174957.819000', '174957.822000', '174957.824000', '174957.828000', '174957.831000', '174957.833000', '174957.836000', '174957.839000', '175017.708000', '175017.711000', '175017.714000', '175017.716000', '175017.719000', '175017.722000', '175017.725000', '175017.727000', '175017.730000', '175017.733000', '175017.736000', '175017.738000', '175017.741000', '175017.744000', '175017.747000', '175017.750000', '175017.752000', '175017.755000', '175017.758000', '175017.761000', '175017.764000', '175017.766000', '175017.769000', '175017.772000', '175017.775000', '175017.778000', '175017.781000', '175017.783000', '175017.786000', '175017.795000', '175017.798000', '175017.801000', '175017.804000', '175017.807000', '175017.810000', '175017.812000', '175017.815000', '175017.818000', '175017.821000', '175017.824000', '175017.826000', '175017.829000', '175017.832000', '175017.835000', '175037.708000', '175037.711000', '175037.713000', '175037.716000', '175037.719000', '175037.722000', '175037.725000', '175037.728000', '175037.730000', '175037.733000', '175037.736000', '175037.739000', '175037.741000', '175037.744000', '175037.747000', '175037.750000', '175037.753000', '175037.755000', '175037.758000', '175037.761000', '175037.764000', '175037.766000', '175037.769000', '175037.795000', '175037.798000', '175037.801000', '175037.804000', '175037.806000', '175037.809000', '175037.812000', '175037.815000', '175037.818000', '175037.820000', '175037.823000', '175037.826000', '175037.835000', '175037.848000', '175037.851000', '175037.854000', '175037.856000', '175037.859000', '175037.862000', '175037.865000', '175057.708000', '175057.711000', '175057.713000', '175057.716000', '175057.719000', '175057.722000', '175057.725000', '175057.727000', '175057.730000', '175057.733000', '175057.736000', '175057.738000', '175057.741000', '175057.750000', '175057.753000', '175057.755000', '175057.758000', '175057.761000', '175057.764000', '175057.767000', '175057.770000', '175057.773000', '175057.775000', '175057.778000', '175057.781000', '175057.784000', '175057.787000', '175057.790000', '175057.792000', '175057.795000', '175057.798000', '175057.801000', '175057.803000', '175057.806000', '175057.809000', '175057.812000', '175057.815000', '175057.817000', '175057.820000', '175057.823000', '175057.826000', '175057.828000', '175057.831000', '175057.834000', '175117.708000', '175117.711000', '175117.714000', '175117.717000', '175117.719000', '175117.722000', '175117.725000', '175117.728000', '175117.731000', '175117.734000', '175117.736000', '175117.739000', '175117.742000', '175117.745000', '175117.747000', '175117.750000', '175117.753000', '175117.756000', '175117.758000', '175117.761000', '175117.764000', '175117.767000', '175117.770000', '175117.772000', '175117.775000', '175117.778000', '175117.781000', '175117.784000', '175117.786000', '175117.789000', '175117.792000', '175117.795000', '175117.798000', '175117.800000', '175117.803000', '175117.806000', '175117.809000', '175117.813000', '175117.816000', '175117.818000', '175117.821000', '175117.830000', '175117.833000', '175137.708000', '175137.711000', '175137.713000', '175137.716000', '175137.719000', '175137.722000', '175137.725000', '175137.727000', '175137.730000', '175137.733000', '175137.736000', '175137.739000', '175137.741000', '175137.744000', '175137.747000', '175137.750000', '175137.752000', '175137.755000', '175137.758000', '175137.761000', '175137.764000', '175137.766000', '175137.769000', '175137.772000', '175137.775000', '175137.778000', '175137.781000', '175137.783000', '175137.786000', '175137.789000', '175137.792000', '175137.795000', '175137.797000', '175137.800000', '175137.803000', '175137.806000', '175137.809000', '175137.812000', '175137.814000', '175137.817000', '175137.820000', '175137.823000', '175137.826000', '175137.828000', '175157.708000', '175157.711000', '175157.713000', '175157.716000', '175157.719000', '175157.722000', '175157.725000', '175157.728000', '175157.731000', '175157.733000', '175157.736000', '175157.739000', '175157.742000', '175157.744000', '175157.747000', '175157.750000', '175157.753000', '175157.756000', '175157.758000', '175157.761000', '175157.764000', '175157.767000', '175157.807000', '175157.810000', '175157.813000', '175157.815000', '175157.818000', '175157.821000', '175157.824000', '175157.827000', '175157.830000', '175157.833000', '175157.835000', '175157.838000', '175157.841000', '175157.844000', '175157.847000', '175157.850000', '175157.852000', '175157.855000', '175157.858000', '175157.861000', '175157.864000', '175217.708000', '175217.711000', '175217.714000', '175217.716000', '175217.719000', '175217.722000', '175217.725000', '175217.728000', '175217.730000', '175217.733000', '175217.736000', '175217.739000', '175217.742000', '175217.744000', '175217.747000', '175217.750000', '175217.753000', '175217.756000', '175217.758000', '175217.761000', '175217.764000', '175217.767000', '175217.787000', '175217.790000', '175217.793000', '175217.796000', '175217.799000', '175217.802000', '175217.805000', '175217.807000', '175217.810000', '175217.813000', '175217.827000', '175217.830000', '175217.833000', '175217.836000', '175217.838000', '175217.841000', '175217.844000', '175217.847000', '175217.850000', '175217.853000', '175217.855000', '175217.858000', '175237.708000', '175237.711000', '175237.713000', '175237.716000', '175237.719000', '175237.722000', '175237.725000', '175237.727000', '175237.730000', '175237.733000', '175237.736000', '175237.739000', '175237.741000', '175237.744000', '175237.747000', '175237.750000', '175237.753000', '175237.756000', '175237.758000', '175237.761000', '175237.764000', '175237.767000', '175237.770000', '175237.772000', '175237.775000', '175237.778000', '175237.781000', '175237.784000', '175237.786000', '175237.789000', '175237.792000', '175237.795000', '175237.798000', '175237.801000', '175237.803000', '175237.806000', '175237.809000', '175237.812000', '175237.815000', '175237.817000', '175237.820000', '175237.823000', '175237.826000', '175257.708000', '175257.711000', '175257.713000', '175257.716000', '175257.719000', '175257.722000', '175257.725000', '175257.727000', '175257.730000', '175257.733000', '175257.736000', '175257.738000', '175257.741000', '175257.744000', '175257.747000', '175257.750000', '175257.753000', '175257.755000', '175257.758000', '175257.761000', '175257.764000', '175257.766000', '175257.769000', '175257.772000', '175257.775000', '175257.778000', '175257.781000', '175257.799000', '175257.802000', '175257.805000', '175257.807000', '175257.810000', '175257.813000', '175257.816000', '175257.819000', '175257.821000', '175257.824000', '175257.827000', '175257.830000', '175257.833000', '175257.835000', '175257.838000', '175257.841000', '175257.844000', '175317.708000', '175317.711000', '175317.713000', '175317.716000', '175317.719000', '175317.722000', '175317.725000', '175317.727000', '175317.730000', '175317.733000', '175317.736000', '175317.738000', '175317.741000', '175317.744000', '175317.747000', '175317.750000', '175317.753000', '175317.755000', '175317.758000', '175317.761000', '175317.764000', '175317.767000', '175317.786000', '175317.788000', '175317.791000', '175317.794000', '175317.797000', '175317.800000', '175317.802000', '175317.805000', '175317.808000', '175317.811000', '175317.814000', '175317.817000', '175317.819000', '175317.822000', '175317.825000', '175317.828000', '175317.831000', '175317.833000', '175317.836000', '175317.839000', '175317.842000', '175337.708000', '175337.711000', '175337.714000', '175337.717000', '175337.720000', '175337.723000', '175337.725000', '175337.728000', '175337.731000', '175337.734000', '175337.737000', '175337.740000', '175337.742000', '175337.745000', '175337.748000', '175337.751000', '175337.754000', '175337.756000', '175337.759000', '175337.762000', '175337.765000', '175337.768000', '175337.802000', '175337.804000', '175337.807000', '175337.810000', '175337.813000', '175337.816000', '175337.818000', '175337.821000', '175337.824000', '175337.827000', '175337.830000', '175337.832000', '175337.835000', '175337.838000', '175337.841000', '175337.844000', '175337.846000', '175337.849000', '175337.852000', '175337.855000', '175337.858000', '175357.708000', '175357.711000', '175357.714000', '175357.716000', '175357.719000', '175357.722000', '175357.725000', '175357.728000', '175357.730000', '175357.733000', '175357.736000', '175357.739000', '175357.742000', '175357.744000', '175357.755000', '175357.757000', '175357.760000', '175357.763000', '175357.766000', '175357.769000', '175357.772000', '175357.774000', '175357.777000', '175357.780000', '175357.783000', '175357.786000', '175357.788000', '175357.791000', '175357.794000', '175357.797000', '175357.800000', '175357.802000', '175357.805000', '175357.808000', '175357.811000', '175357.814000', '175357.816000', '175357.819000', '175357.822000', '175357.825000', '175357.828000', '175357.830000', '175357.833000', '175357.836000', '175417.708000', '175417.711000', '175417.714000', '175417.716000', '175417.719000', '175417.722000', '175417.725000', '175417.728000', '175417.731000', '175417.734000', '175417.737000', '175417.739000', '175417.742000', '175417.745000', '175417.748000', '175417.751000', '175417.754000', '175417.756000', '175417.759000', '175417.762000', '175417.765000', '175417.768000', '175417.821000', '175417.824000', '175417.826000', '175417.829000', '175417.832000', '175417.835000', '175417.838000', '175417.840000', '175417.843000', '175417.846000', '175417.849000', '175417.851000', '175417.854000', '175417.857000', '175417.860000', '175417.863000', '175417.865000', '175417.868000', '175417.871000', '175417.874000', '175417.877000', '175437.708000', '175437.711000', '175437.714000', '175437.717000', '175437.720000', '175437.722000', '175437.725000', '175437.728000', '175437.731000', '175437.734000', '175437.736000', '175437.739000', '175437.742000', '175437.745000', '175437.748000', '175437.751000', '175437.753000', '175437.756000', '175437.759000', '175437.762000', '175437.764000', '175437.767000', '175437.795000', '175437.798000', '175437.801000', '175437.804000', '175437.807000', '175437.810000', '175437.812000', '175437.815000', '175437.818000', '175437.821000', '175437.823000', '175437.826000', '175437.829000', '175437.832000', '175437.835000', '175437.837000', '175437.840000', '175437.843000', '175437.846000', '175437.849000', '175437.852000', '175437.854000', '175457.708000', '175457.711000', '175457.714000', '175457.716000', '175457.719000', '175457.722000', '175457.725000', '175457.728000', '175457.731000', '175457.734000', '175457.736000', '175457.740000', '175457.743000', '175457.746000', '175457.749000', '175457.752000', '175457.755000', '175457.757000', '175457.760000', '175457.763000', '175457.766000', '175457.806000', '175457.809000', '175457.811000', '175457.814000', '175457.817000', '175457.820000', '175457.823000', '175457.825000', '175457.828000', '175457.831000', '175457.834000', '175457.837000', '175457.839000', '175457.842000', '175457.845000', '175457.848000', '175457.851000', '175457.853000', '175457.856000', '175457.859000', '175457.862000', '175457.865000', '175517.708000', '175517.711000', '175517.714000', '175517.717000', '175517.719000', '175517.722000', '175517.725000', '175517.728000', '175517.731000', '175517.733000', '175517.736000', '175517.739000', '175517.742000', '175517.745000', '175517.748000', '175517.751000', '175517.753000', '175517.756000', '175517.759000', '175517.762000', '175517.765000', '175517.767000', '175517.839000', '175517.842000', '175517.845000', '175517.854000', '175517.858000', '175517.861000', '175517.863000', '175517.866000', '175517.869000', '175517.872000', '175517.875000', '175517.877000', '175517.880000', '175517.883000', '175517.886000', '175517.888000', '175517.891000', '175517.894000', '175517.897000', '175517.900000', '175517.903000', '175517.906000', '175537.708000', '175537.711000', '175537.714000', '175537.717000', '175537.720000', '175537.722000', '175537.727000', '175537.730000', '175537.732000', '175537.735000', '175537.738000', '175537.741000', '175537.752000', '175537.755000', '175537.758000', '175537.761000', '175537.764000', '175537.767000', '175537.803000', '175537.805000', '175537.808000', '175537.811000', '175537.814000', '175537.817000', '175537.820000', '175537.823000', '175537.825000', '175537.828000', '175537.831000', '175537.834000', '175537.836000', '175537.839000', '175537.842000', '175537.845000', '175537.848000', '175537.851000', '175537.853000', '175537.856000', '175537.859000', '175537.862000', '175537.865000', '175537.867000', '175537.870000', '175557.708000', '175557.711000', '175557.714000', '175557.716000', '175557.719000', '175557.722000', '175557.725000', '175557.728000', '175557.731000', '175557.733000', '175557.736000', '175557.739000', '175557.742000', '175557.745000', '175557.748000', '175557.750000', '175557.753000', '175557.756000', '175557.759000', '175557.762000', '175557.765000', '175557.767000', '175557.841000', '175557.844000', '175557.847000', '175557.856000', '175557.859000', '175557.862000', '175557.865000', '175557.868000', '175557.870000', '175557.873000', '175557.876000', '175557.879000', '175557.882000', '175557.885000', '175557.887000', '175557.891000', '175557.893000', '175557.896000', '175557.899000', '175557.902000', '175557.905000', '175557.907000', '175617.708000', '175617.711000', '175617.714000', '175617.717000', '175617.719000', '175617.723000', '175617.726000', '175617.736000', '175617.739000', '175617.741000', '175617.744000', '175617.747000', '175617.750000', '175617.753000', '175617.756000', '175617.759000', '175617.761000', '175617.764000', '175617.767000', '175617.803000', '175617.806000', '175617.809000', '175617.812000', '175617.814000', '175617.817000', '175617.820000', '175617.823000', '175617.826000', '175617.829000', '175617.831000', '175617.834000', '175617.837000', '175617.840000', '175617.843000', '175617.845000', '175617.848000', '175617.851000', '175617.854000', '175617.857000', '175617.860000', '175617.862000', '175617.865000', '175617.868000', '175623.833000', '175623.837000', '175623.841000', '175623.844000', '175623.848000', '175623.852000', '175623.855000', '175623.858000', '175623.861000', '175623.864000', '175623.867000', '175623.871000', '175623.875000', '175623.878000'], 'InstanceCreationTime': ['174957.748000', '174957.751000', '174957.754000', '174957.757000', '174957.760000', '174957.763000', '174957.766000', '174957.769000', '174957.772000', '174957.775000', '174957.778000', '174957.781000', '174957.783000', '174957.786000', '174957.789000', '174957.794000', '174957.797000', '174957.799000', '174957.802000', '174957.805000', '174957.808000', '174957.811000', '174957.813000', '174957.816000', '174957.819000', '174957.822000', '174957.824000', '174957.828000', '174957.831000', '174957.833000', '174957.836000', '174957.839000', '175017.708000', '175017.711000', '175017.714000', '175017.716000', '175017.719000', '175017.722000', '175017.725000', '175017.727000', '175017.730000', '175017.733000', '175017.736000', '175017.738000', '175017.741000', '175017.744000', '175017.747000', '175017.750000', '175017.752000', '175017.755000', '175017.758000', '175017.761000', '175017.764000', '175017.766000', '175017.769000', '175017.772000', '175017.775000', '175017.778000', '175017.781000', '175017.783000', '175017.786000', '175017.795000', '175017.798000', '175017.801000', '175017.804000', '175017.807000', '175017.810000', '175017.812000', '175017.815000', '175017.818000', '175017.821000', '175017.824000', '175017.826000', '175017.829000', '175017.832000', '175017.835000', '175037.708000', '175037.711000', '175037.713000', '175037.716000', '175037.719000', '175037.722000', '175037.725000', '175037.728000', '175037.730000', '175037.733000', '175037.736000', '175037.739000', '175037.741000', '175037.744000', '175037.747000', '175037.750000', '175037.753000', '175037.755000', '175037.758000', '175037.761000', '175037.764000', '175037.766000', '175037.769000', '175037.795000', '175037.798000', '175037.801000', '175037.804000', '175037.806000', '175037.809000', '175037.812000', '175037.815000', '175037.818000', '175037.820000', '175037.823000', '175037.826000', '175037.835000', '175037.848000', '175037.851000', '175037.854000', '175037.856000', '175037.859000', '175037.862000', '175037.865000', '175057.708000', '175057.711000', '175057.713000', '175057.716000', '175057.719000', '175057.722000', '175057.725000', '175057.727000', '175057.730000', '175057.733000', '175057.736000', '175057.738000', '175057.741000', '175057.750000', '175057.753000', '175057.755000', '175057.758000', '175057.761000', '175057.764000', '175057.767000', '175057.770000', '175057.773000', '175057.775000', '175057.778000', '175057.781000', '175057.784000', '175057.787000', '175057.790000', '175057.792000', '175057.795000', '175057.798000', '175057.801000', '175057.803000', '175057.806000', '175057.809000', '175057.812000', '175057.815000', '175057.817000', '175057.820000', '175057.823000', '175057.826000', '175057.828000', '175057.831000', '175057.834000', '175117.708000', '175117.711000', '175117.714000', '175117.717000', '175117.719000', '175117.722000', '175117.725000', '175117.728000', '175117.731000', '175117.734000', '175117.736000', '175117.739000', '175117.742000', '175117.745000', '175117.747000', '175117.750000', '175117.753000', '175117.756000', '175117.758000', '175117.761000', '175117.764000', '175117.767000', '175117.770000', '175117.772000', '175117.775000', '175117.778000', '175117.781000', '175117.784000', '175117.786000', '175117.789000', '175117.792000', '175117.795000', '175117.798000', '175117.800000', '175117.803000', '175117.806000', '175117.809000', '175117.813000', '175117.816000', '175117.818000', '175117.821000', '175117.830000', '175117.833000', '175137.708000', '175137.711000', '175137.713000', '175137.716000', '175137.719000', '175137.722000', '175137.725000', '175137.727000', '175137.730000', '175137.733000', '175137.736000', '175137.739000', '175137.741000', '175137.744000', '175137.747000', '175137.750000', '175137.752000', '175137.755000', '175137.758000', '175137.761000', '175137.764000', '175137.766000', '175137.769000', '175137.772000', '175137.775000', '175137.778000', '175137.781000', '175137.783000', '175137.786000', '175137.789000', '175137.792000', '175137.795000', '175137.797000', '175137.800000', '175137.803000', '175137.806000', '175137.809000', '175137.812000', '175137.814000', '175137.817000', '175137.820000', '175137.823000', '175137.826000', '175137.828000', '175157.708000', '175157.711000', '175157.713000', '175157.716000', '175157.719000', '175157.722000', '175157.725000', '175157.728000', '175157.731000', '175157.733000', '175157.736000', '175157.739000', '175157.742000', '175157.744000', '175157.747000', '175157.750000', '175157.753000', '175157.756000', '175157.758000', '175157.761000', '175157.764000', '175157.767000', '175157.807000', '175157.810000', '175157.813000', '175157.815000', '175157.818000', '175157.821000', '175157.824000', '175157.827000', '175157.830000', '175157.833000', '175157.835000', '175157.838000', '175157.841000', '175157.844000', '175157.847000', '175157.850000', '175157.852000', '175157.855000', '175157.858000', '175157.861000', '175157.864000', '175217.708000', '175217.711000', '175217.714000', '175217.716000', '175217.719000', '175217.722000', '175217.725000', '175217.728000', '175217.730000', '175217.733000', '175217.736000', '175217.739000', '175217.742000', '175217.744000', '175217.747000', '175217.750000', '175217.753000', '175217.756000', '175217.758000', '175217.761000', '175217.764000', '175217.767000', '175217.787000', '175217.790000', '175217.793000', '175217.796000', '175217.799000', '175217.802000', '175217.805000', '175217.807000', '175217.810000', '175217.813000', '175217.827000', '175217.830000', '175217.833000', '175217.836000', '175217.838000', '175217.841000', '175217.844000', '175217.847000', '175217.850000', '175217.853000', '175217.855000', '175217.858000', '175237.708000', '175237.711000', '175237.713000', '175237.716000', '175237.719000', '175237.722000', '175237.725000', '175237.727000', '175237.730000', '175237.733000', '175237.736000', '175237.739000', '175237.741000', '175237.744000', '175237.747000', '175237.750000', '175237.753000', '175237.756000', '175237.758000', '175237.761000', '175237.764000', '175237.767000', '175237.770000', '175237.772000', '175237.775000', '175237.778000', '175237.781000', '175237.784000', '175237.786000', '175237.789000', '175237.792000', '175237.795000', '175237.798000', '175237.801000', '175237.803000', '175237.806000', '175237.809000', '175237.812000', '175237.815000', '175237.817000', '175237.820000', '175237.823000', '175237.826000', '175257.708000', '175257.711000', '175257.713000', '175257.716000', '175257.719000', '175257.722000', '175257.725000', '175257.727000', '175257.730000', '175257.733000', '175257.736000', '175257.738000', '175257.741000', '175257.744000', '175257.747000', '175257.750000', '175257.753000', '175257.755000', '175257.758000', '175257.761000', '175257.764000', '175257.766000', '175257.769000', '175257.772000', '175257.775000', '175257.778000', '175257.781000', '175257.799000', '175257.802000', '175257.805000', '175257.807000', '175257.810000', '175257.813000', '175257.816000', '175257.819000', '175257.821000', '175257.824000', '175257.827000', '175257.830000', '175257.833000', '175257.835000', '175257.838000', '175257.841000', '175257.844000', '175317.708000', '175317.711000', '175317.713000', '175317.716000', '175317.719000', '175317.722000', '175317.725000', '175317.727000', '175317.730000', '175317.733000', '175317.736000', '175317.738000', '175317.741000', '175317.744000', '175317.747000', '175317.750000', '175317.753000', '175317.755000', '175317.758000', '175317.761000', '175317.764000', '175317.767000', '175317.786000', '175317.788000', '175317.791000', '175317.794000', '175317.797000', '175317.800000', '175317.802000', '175317.805000', '175317.808000', '175317.811000', '175317.814000', '175317.817000', '175317.819000', '175317.822000', '175317.825000', '175317.828000', '175317.831000', '175317.833000', '175317.836000', '175317.839000', '175317.842000', '175337.708000', '175337.711000', '175337.714000', '175337.717000', '175337.720000', '175337.723000', '175337.725000', '175337.728000', '175337.731000', '175337.734000', '175337.737000', '175337.740000', '175337.742000', '175337.745000', '175337.748000', '175337.751000', '175337.754000', '175337.756000', '175337.759000', '175337.762000', '175337.765000', '175337.768000', '175337.802000', '175337.804000', '175337.807000', '175337.810000', '175337.813000', '175337.816000', '175337.818000', '175337.821000', '175337.824000', '175337.827000', '175337.830000', '175337.832000', '175337.835000', '175337.838000', '175337.841000', '175337.844000', '175337.846000', '175337.849000', '175337.852000', '175337.855000', '175337.858000', '175357.708000', '175357.711000', '175357.714000', '175357.716000', '175357.719000', '175357.722000', '175357.725000', '175357.728000', '175357.730000', '175357.733000', '175357.736000', '175357.739000', '175357.742000', '175357.744000', '175357.755000', '175357.757000', '175357.760000', '175357.763000', '175357.766000', '175357.769000', '175357.772000', '175357.774000', '175357.777000', '175357.780000', '175357.783000', '175357.786000', '175357.788000', '175357.791000', '175357.794000', '175357.797000', '175357.800000', '175357.802000', '175357.805000', '175357.808000', '175357.811000', '175357.814000', '175357.816000', '175357.819000', '175357.822000', '175357.825000', '175357.828000', '175357.830000', '175357.833000', '175357.836000', '175417.708000', '175417.711000', '175417.714000', '175417.716000', '175417.719000', '175417.722000', '175417.725000', '175417.728000', '175417.731000', '175417.734000', '175417.737000', '175417.739000', '175417.742000', '175417.745000', '175417.748000', '175417.751000', '175417.754000', '175417.756000', '175417.759000', '175417.762000', '175417.765000', '175417.768000', '175417.821000', '175417.824000', '175417.826000', '175417.829000', '175417.832000', '175417.835000', '175417.838000', '175417.840000', '175417.843000', '175417.846000', '175417.849000', '175417.851000', '175417.854000', '175417.857000', '175417.860000', '175417.863000', '175417.865000', '175417.868000', '175417.871000', '175417.874000', '175417.877000', '175437.708000', '175437.711000', '175437.714000', '175437.717000', '175437.720000', '175437.722000', '175437.725000', '175437.728000', '175437.731000', '175437.734000', '175437.736000', '175437.739000', '175437.742000', '175437.745000', '175437.748000', '175437.751000', '175437.753000', '175437.756000', '175437.759000', '175437.762000', '175437.764000', '175437.767000', '175437.795000', '175437.798000', '175437.801000', '175437.804000', '175437.807000', '175437.810000', '175437.812000', '175437.815000', '175437.818000', '175437.821000', '175437.823000', '175437.826000', '175437.829000', '175437.832000', '175437.835000', '175437.837000', '175437.840000', '175437.843000', '175437.846000', '175437.849000', '175437.852000', '175437.854000', '175457.708000', '175457.711000', '175457.714000', '175457.716000', '175457.719000', '175457.722000', '175457.725000', '175457.728000', '175457.731000', '175457.734000', '175457.736000', '175457.740000', '175457.743000', '175457.746000', '175457.749000', '175457.752000', '175457.755000', '175457.757000', '175457.760000', '175457.763000', '175457.766000', '175457.806000', '175457.809000', '175457.811000', '175457.814000', '175457.817000', '175457.820000', '175457.823000', '175457.825000', '175457.828000', '175457.831000', '175457.834000', '175457.837000', '175457.839000', '175457.842000', '175457.845000', '175457.848000', '175457.851000', '175457.853000', '175457.856000', '175457.859000', '175457.862000', '175457.865000', '175517.708000', '175517.711000', '175517.714000', '175517.717000', '175517.719000', '175517.722000', '175517.725000', '175517.728000', '175517.731000', '175517.733000', '175517.736000', '175517.739000', '175517.742000', '175517.745000', '175517.748000', '175517.751000', '175517.753000', '175517.756000', '175517.759000', '175517.762000', '175517.765000', '175517.767000', '175517.839000', '175517.842000', '175517.845000', '175517.854000', '175517.858000', '175517.861000', '175517.863000', '175517.866000', '175517.869000', '175517.872000', '175517.875000', '175517.877000', '175517.880000', '175517.883000', '175517.886000', '175517.888000', '175517.891000', '175517.894000', '175517.897000', '175517.900000', '175517.903000', '175517.906000', '175537.708000', '175537.711000', '175537.714000', '175537.717000', '175537.720000', '175537.722000', '175537.727000', '175537.730000', '175537.732000', '175537.735000', '175537.738000', '175537.741000', '175537.752000', '175537.755000', '175537.758000', '175537.761000', '175537.764000', '175537.767000', '175537.803000', '175537.805000', '175537.808000', '175537.811000', '175537.814000', '175537.817000', '175537.820000', '175537.823000', '175537.825000', '175537.828000', '175537.831000', '175537.834000', '175537.836000', '175537.839000', '175537.842000', '175537.845000', '175537.848000', '175537.851000', '175537.853000', '175537.856000', '175537.859000', '175537.862000', '175537.865000', '175537.867000', '175537.870000', '175557.708000', '175557.711000', '175557.714000', '175557.716000', '175557.719000', '175557.722000', '175557.725000', '175557.728000', '175557.731000', '175557.733000', '175557.736000', '175557.739000', '175557.742000', '175557.745000', '175557.748000', '175557.750000', '175557.753000', '175557.756000', '175557.759000', '175557.762000', '175557.765000', '175557.767000', '175557.841000', '175557.844000', '175557.847000', '175557.856000', '175557.859000', '175557.862000', '175557.865000', '175557.868000', '175557.870000', '175557.873000', '175557.876000', '175557.879000', '175557.882000', '175557.885000', '175557.887000', '175557.891000', '175557.893000', '175557.896000', '175557.899000', '175557.902000', '175557.905000', '175557.907000', '175617.708000', '175617.711000', '175617.714000', '175617.717000', '175617.719000', '175617.723000', '175617.726000', '175617.736000', '175617.739000', '175617.741000', '175617.744000', '175617.747000', '175617.750000', '175617.753000', '175617.756000', '175617.759000', '175617.761000', '175617.764000', '175617.767000', '175617.803000', '175617.806000', '175617.809000', '175617.812000', '175617.814000', '175617.817000', '175617.820000', '175617.823000', '175617.826000', '175617.829000', '175617.831000', '175617.834000', '175617.837000', '175617.840000', '175617.843000', '175617.845000', '175617.848000', '175617.851000', '175617.854000', '175617.857000', '175617.860000', '175617.862000', '175617.865000', '175617.868000', '175623.833000', '175623.837000', '175623.841000', '175623.844000', '175623.848000', '175623.852000', '175623.855000', '175623.858000', '175623.861000', '175623.864000', '175623.867000', '175623.871000', '175623.875000', '175623.878000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [9455, 11520, 9020, 10442, 11626, 10164, 14286, 11394, 12017, 9845, 9532, 9695, 13489, 9581, 15885, 11087, 15475, 10107, 14470, 9844, 14436, 10193, 13588, 9890, 13387, 9721, 12208, 9974, 10902, 10242, 9415, 10820, 10304, 12246, 10694, 12745, 13865, 11459, 14458, 11860, 13347, 11925, 8542, 10729, 8240, 13505, 9757, 14764, 9111, 12699, 11451, 12035, 19495, 14212, 20657, 10425, 16939, 10959, 16105, 10877, 14197, 10660, 13938, 10551, 14912, 10178, 13657, 10426, 13123, 10054, 14826, 10034, 13851, 9948, 14506, 10344, 15040, 10390, 14815, 9680, 14718, 10631, 16484, 10202, 17001, 10038, 16301, 11101, 17846, 10289, 14766, 10361, 14569, 10296, 15464, 9922, 14171, 9835, 14374, 9924, 12736, 10301, 12889, 10024, 16566, 10785, 19054, 10947, 17389, 10620, 14773, 10986, 15307, 9787, 12204, 8983, 12143, 8949, 14172, 9421, 13137, 9390, 14394, 10159, 15922, 10035, 16527, 10240, 15722, 12120, 19569, 10197, 17833, 9949, 17763, 13638, 19347, 10374, 19294, 10122, 15948, 10381, 16150, 9612, 12079, 9450, 10228, 10996, 9393, 12157, 9313, 11739, 10156, 9939, 13704, 9475, 15365, 9893, 17536, 14352, 15766, 13435, 11554, 10413, 12098, 11348, 12796, 9198, 10924, 8691, 12129, 8758, 12984, 9070, 11844, 8958, 12007, 9102, 13812, 9113, 12527, 8909, 12410, 9368, 14050, 9344, 13650, 9233, 15871, 10461, 16661, 10442, 9200, 11655, 9466, 15738, 12046, 14950, 11964, 12839, 11034, 17258, 13065, 14181, 9586, 13968, 9929, 16058, 9795, 14247, 9948, 14921, 10517, 15994, 10306, 13952, 9600, 12628, 10821, 14792, 11375, 10333, 10674, 9582, 11688, 13009, 12457, 13509, 11063, 10278, 10662, 9443, 12165, 9222, 11876, 9080, 12311, 8768, 12807, 9529, 15942, 9458, 9293, 9596, 11258, 10266, 15476, 11084, 18373, 12335, 15486, 10026, 14136, 10687, 16300, 11282, 15713, 10089, 14223, 9648, 13470, 9948, 13954, 9566, 13623, 10131, 15538, 10099, 15436, 10524, 13676, 10530, 12808, 10424, 14116, 9763, 11283, 9561, 10991, 10733, 12087, 9420, 10233, 9056, 11326, 9070, 14494, 9552, 12221, 9583, 8600, 10504, 9344, 15422, 10227, 12885, 12241, 10120, 17834, 10419, 9393, 15738, 20132, 15560, 21308, 18717, 20596, 10966, 18942, 10451, 16512, 11971, 16067, 10426, 8298, 10273, 8633, 12262, 9396, 13044, 9351, 12871, 9246, 15004, 9886, 14704, 9686, 14453, 9876, 15024, 10697, 16829, 10123, 15361, 10231, 14990, 12054, 17015, 9966, 15741, 10116, 17002, 12066, 17145, 10103, 16200, 10129, 14825, 10199, 14861, 10156, 13667, 10512, 12842, 9551, 12074, 9301, 10738, 8896, 10580, 12750, 11672, 10532, 10895, 10881, 11502, 14204, 12650, 11888, 11125, 13505, 11489, 15675, 12624, 15089, 10930, 9809, 12183, 12021, 13854, 9942, 13372, 10209, 14476, 10459, 15953, 10449, 13488, 10631, 13562, 10572, 15038, 10584, 12699, 10586, 12739, 10063, 13592, 10282, 12223, 9975, 12629, 9500, 13452, 10313, 13383, 10053, 12772, 9834, 13732, 9709, 12577, 9693, 11535, 13632, 11763, 13526, 10637, 13031, 11016, 13619, 12465, 9726, 12174, 10089, 13863, 10439, 15966, 10777, 13950, 10725, 15786, 10764, 17214, 11435, 14943, 10338, 12082, 11815, 14527, 10416, 11307, 9291, 10911, 8970, 12128, 9273, 10862, 9576, 12377, 10177, 14806, 10407, 13941, 10746, 13975, 10457, 14998, 10369, 13484, 10224, 14134, 10449, 15395, 10348, 12967, 10452, 13539, 10440, 14525, 10331, 15008, 10107, 15046, 10286, 13052, 10626, 9433, 11311, 9569, 14351, 10150, 14518, 9915, 13889, 9976, 14727, 10747, 19129, 10329, 11947, 10765, 9894, 11817, 9530, 8492, 9675, 10413, 14802, 13426, 9814, 9657, 13099, 13592, 11966, 16893, 12826, 16582, 15419, 11516, 12090, 12635, 11976, 17606, 11605, 18967, 11413, 14157, 9798, 8812, 10341, 9084, 12910, 9967, 12416, 10629, 12208, 9923, 11738, 14244, 10734, 16585, 10564, 15043, 10844, 15014, 10830, 12717, 10815, 12704, 10397, 12831, 10610, 13777, 11069, 12445, 10457, 13331, 10582, 14529, 10936, 12416, 11218, 12297, 10575, 12734, 10400, 11888, 10410, 13225, 10233, 15346, 10207, 13594, 10469, 14046, 10955, 15902, 12794, 13141, 12995, 12860, 19433, 16764, 19356, 10449, 17836, 10619, 14343, 10896, 13618, 10877, 12664, 11176, 12456, 11025, 13038, 11152, 12251, 10826, 12309, 11028, 13173, 10717, 11955, 10381, 11651, 10435, 12785, 10420, 12116, 10204, 12062, 10258, 14809, 10729, 13847, 10846, 13875, 11446, 16670, 11429, 16773, 12761, 11835, 19951, 13056, 21420, 10750, 17287, 10771, 12601, 10878, 13345, 10842, 12710, 10616, 12824, 10095, 12666, 10045, 12160, 10049, 13309, 10240, 13851, 10810, 14069, 11145, 13290, 10955, 16811, 13080, 16291, 12333, 12332, 9810, 12411, 14796, 12203, 9998, 11329, 9986, 13926, 10274, 15524, 10284, 9129, 10534, 9359, 11798, 10132, 12313, 10117, 11616, 9736, 11795, 11788, 14032, 13744, 12112, 11901, 11308, 14343, 12802, 12654, 11055, 10187, 10615, 11819, 11577, 9255, 11226, 9245, 11991, 9777, 13776, 10631, 13130, 10630, 13814, 10799, 14894, 11354, 14088, 10987, 13961, 11479, 15382, 11497, 13991, 11459, 14061, 11698, 17639, 11109, 15056, 10849, 15882, 11118, 17293, 11321, 15703, 11200, 14319, 11502, 14342, 11502, 13377, 11177, 13436, 11044, 11620, 10991, 10243, 11027, 11446, 11629, 16513, 11904, 16819, 11606, 18889, 13643, 19294, 11214, 15299, 11110, 11935, 12127, 9862, 12644, 10662, 13700, 10855, 15312, 11461, 13942, 11386, 11799, 11246, 12142, 11596, 11735, 10916, 11057, 12410, 10093, 12557, 10337, 12830, 10906, 15431, 10669, 17165, 11316, 9408, 11098, 10046, 11634, 13422, 16970, 15803, 19119, 11794, 17630, 11555, 20399, 15620, 18826, 11003, 9502, 10409, 9825, 10570, 11162, 10817, 13233, 10359, 13294, 10556, 14055, 11146, 13879, 11258, 13074, 11610, 12721, 11787, 13354, 11693, 13422, 11426, 14025, 11727, 14178, 11828, 16280, 12240, 12078, 17135, 11263, 19861, 11234, 16958, 10764, 13186, 10649, 13048, 11020, 12926, 10719, 14020, 10924, 14862, 11443, 13855, 11209, 13148, 11484, 11976, 10070, 10878, 10691, 10420, 10533, 11330, 9448, 11055, 9328, 11438, 10331, 13032, 9916, 11914, 9821, 12684, 10019, 12769, 10044, 12359, 9663, 11783, 12745, 12641, 16223, 11686, 15123, 10969, 14053, 12485, 10281, 11087, 9312, 11595, 9815, 13458, 9928, 13901, 9991, 13406, 10659], 'WindowCenter': [4663.0, 4667.0, 4623.0, 4641.0, 4651.0, 4640.0, 4679.0, 4649.0, 4649.0, 4628.0, 4618.0, 4619.0, 4667.0, 4628.0, 4688.0, 4663.0, 4678.0, 4640.0, 4679.0, 4641.0, 4690.0, 4640.0, 4669.0, 4642.0, 4679.0, 4642.0, 4671.0, 4643.0, 4653.0, 4653.0, 4633.0, 4664.0, 4654.0, 4673.0, 4653.0, 4672.0, 4681.0, 4651.0, 4682.0, 4661.0, 4670.0, 4649.0, 4610.0, 4639.0, 4613.0, 4682.0, 4633.0, 4692.0, 4622.0, 4671.0, 4662.0, 4672.0, 4722.0, 4681.0, 4731.0, 4641.0, 4710.0, 4651.0, 4700.0, 4639.0, 4667.0, 4638.0, 4678.0, 4640.0, 4679.0, 4639.0, 4668.0, 4640.0, 4670.0, 4643.0, 4692.0, 4643.0, 4681.0, 4644.0, 4692.0, 4657.0, 4703.0, 4655.0, 4692.0, 4644.0, 4704.0, 4666.0, 4713.0, 4653.0, 4712.0, 4643.0, 4702.0, 4665.0, 4712.0, 4642.0, 4679.0, 4643.0, 4691.0, 4642.0, 4689.0, 4641.0, 4680.0, 4643.0, 4692.0, 4644.0, 4682.0, 4653.0, 4682.0, 4643.0, 4714.0, 4654.0, 4721.0, 4651.0, 4700.0, 4640.0, 4681.0, 4640.0, 4690.0, 4618.0, 4647.0, 4609.0, 4658.0, 4620.0, 4681.0, 4631.0, 4670.0, 4633.0, 4692.0, 4656.0, 4703.0, 4644.0, 4712.0, 4642.0, 4691.0, 4674.0, 4721.0, 4641.0, 4709.0, 4631.0, 4710.0, 4681.0, 4709.0, 4629.0, 4707.0, 4627.0, 4687.0, 4629.0, 4675.0, 4616.0, 4646.0, 4617.0, 4639.0, 4663.0, 4631.0, 4660.0, 4632.0, 4673.0, 4654.0, 4656.0, 4693.0, 4644.0, 4702.0, 4642.0, 4711.0, 4681.0, 4689.0, 4668.0, 4647.0, 4637.0, 4646.0, 4636.0, 4657.0, 4616.0, 4635.0, 4606.0, 4656.0, 4608.0, 4668.0, 4618.0, 4658.0, 4619.0, 4659.0, 4620.0, 4680.0, 4620.0, 4670.0, 4620.0, 4671.0, 4632.0, 4692.0, 4631.0, 4680.0, 4633.0, 4700.0, 4652.0, 4712.0, 4651.0, 4632.0, 4661.0, 4632.0, 4715.0, 4662.0, 4691.0, 4661.0, 4671.0, 4651.0, 4711.0, 4669.0, 4668.0, 4618.0, 4668.0, 4631.0, 4689.0, 4629.0, 4677.0, 4628.0, 4676.0, 4639.0, 4688.0, 4639.0, 4680.0, 4628.0, 4657.0, 4638.0, 4678.0, 4637.0, 4628.0, 4626.0, 4616.0, 4646.0, 4657.0, 4648.0, 4656.0, 4625.0, 4616.0, 4615.0, 4606.0, 4647.0, 4607.0, 4646.0, 4607.0, 4647.0, 4610.0, 4672.0, 4632.0, 4688.0, 4619.0, 4619.0, 4630.0, 4650.0, 4641.0, 4689.0, 4651.0, 4710.0, 4659.0, 4679.0, 4629.0, 4668.0, 4628.0, 4677.0, 4639.0, 4675.0, 4616.0, 4656.0, 4617.0, 4656.0, 4618.0, 4666.0, 4616.0, 4656.0, 4627.0, 4678.0, 4630.0, 4678.0, 4639.0, 4667.0, 4639.0, 4658.0, 4629.0, 4669.0, 4618.0, 4637.0, 4617.0, 4637.0, 4627.0, 4648.0, 4607.0, 4616.0, 4607.0, 4638.0, 4621.0, 4679.0, 4632.0, 4661.0, 4632.0, 4624.0, 4653.0, 4645.0, 4704.0, 4658.0, 4699.0, 4702.0, 4670.0, 4748.0, 4679.0, 4657.0, 4717.0, 4734.0, 4703.0, 4735.0, 4710.0, 4719.0, 4638.0, 4695.0, 4627.0, 4684.0, 4648.0, 4685.0, 4625.0, 4598.0, 4626.0, 4619.0, 4670.0, 4630.0, 4681.0, 4643.0, 4681.0, 4632.0, 4702.0, 4643.0, 4702.0, 4643.0, 4690.0, 4643.0, 4703.0, 4666.0, 4713.0, 4653.0, 4701.0, 4654.0, 4703.0, 4686.0, 4711.0, 4642.0, 4701.0, 4642.0, 4712.0, 4685.0, 4710.0, 4642.0, 4701.0, 4641.0, 4690.0, 4642.0, 4690.0, 4642.0, 4680.0, 4640.0, 4670.0, 4630.0, 4671.0, 4631.0, 4650.0, 4620.0, 4650.0, 4671.0, 4663.0, 4652.0, 4652.0, 4652.0, 4663.0, 4693.0, 4686.0, 4663.0, 4663.0, 4682.0, 4663.0, 4703.0, 4674.0, 4691.0, 4651.0, 4630.0, 4660.0, 4674.0, 4682.0, 4642.0, 4680.0, 4653.0, 4691.0, 4653.0, 4703.0, 4653.0, 4681.0, 4641.0, 4671.0, 4640.0, 4691.0, 4640.0, 4658.0, 4639.0, 4658.0, 4640.0, 4669.0, 4641.0, 4658.0, 4640.0, 4669.0, 4630.0, 4680.0, 4641.0, 4671.0, 4631.0, 4670.0, 4641.0, 4682.0, 4643.0, 4670.0, 4630.0, 4660.0, 4680.0, 4672.0, 4680.0, 4651.0, 4670.0, 4650.0, 4680.0, 4683.0, 4631.0, 4672.0, 4652.0, 4681.0, 4653.0, 4715.0, 4653.0, 4692.0, 4653.0, 4700.0, 4651.0, 4712.0, 4660.0, 4688.0, 4640.0, 4658.0, 4658.0, 4680.0, 4638.0, 4635.0, 4616.0, 4635.0, 4617.0, 4659.0, 4630.0, 4650.0, 4630.0, 4670.0, 4652.0, 4703.0, 4653.0, 4694.0, 4653.0, 4692.0, 4653.0, 4704.0, 4642.0, 4670.0, 4640.0, 4679.0, 4652.0, 4691.0, 4641.0, 4669.0, 4640.0, 4669.0, 4653.0, 4680.0, 4643.0, 4689.0, 4640.0, 4688.0, 4655.0, 4681.0, 4653.0, 4632.0, 4650.0, 4630.0, 4691.0, 4641.0, 4692.0, 4644.0, 4680.0, 4640.0, 4691.0, 4652.0, 4721.0, 4640.0, 4648.0, 4638.0, 4655.0, 4674.0, 4643.0, 4633.0, 4643.0, 4665.0, 4714.0, 4682.0, 4656.0, 4644.0, 4672.0, 4671.0, 4661.0, 4689.0, 4658.0, 4689.0, 4666.0, 4636.0, 4634.0, 4633.0, 4621.0, 4661.0, 4611.0, 4670.0, 4611.0, 4640.0, 4590.0, 4582.0, 4601.0, 4593.0, 4645.0, 4616.0, 4646.0, 4628.0, 4646.0, 4619.0, 4649.0, 4668.0, 4627.0, 4678.0, 4626.0, 4666.0, 4628.0, 4680.0, 4628.0, 4658.0, 4640.0, 4647.0, 4629.0, 4658.0, 4655.0, 4682.0, 4653.0, 4672.0, 4643.0, 4672.0, 4654.0, 4683.0, 4652.0, 4661.0, 4651.0, 4662.0, 4642.0, 4672.0, 4642.0, 4650.0, 4640.0, 4670.0, 4644.0, 4703.0, 4646.0, 4684.0, 4655.0, 4695.0, 4657.0, 4706.0, 4674.0, 4671.0, 4672.0, 4660.0, 4710.0, 4690.0, 4707.0, 4627.0, 4686.0, 4627.0, 4666.0, 4640.0, 4658.0, 4639.0, 4659.0, 4639.0, 4660.0, 4641.0, 4671.0, 4641.0, 4648.0, 4642.0, 4660.0, 4653.0, 4673.0, 4640.0, 4648.0, 4629.0, 4639.0, 4639.0, 4672.0, 4641.0, 4661.0, 4643.0, 4663.0, 4655.0, 4706.0, 4665.0, 4696.0, 4656.0, 4684.0, 4665.0, 4706.0, 4665.0, 4702.0, 4660.0, 4649.0, 4708.0, 4659.0, 4708.0, 4627.0, 4686.0, 4625.0, 4647.0, 4638.0, 4658.0, 4639.0, 4658.0, 4642.0, 4669.0, 4643.0, 4672.0, 4647.0, 4673.0, 4656.0, 4683.0, 4657.0, 4697.0, 4679.0, 4696.0, 4666.0, 4673.0, 4654.0, 4714.0, 4673.0, 4692.0, 4662.0, 4649.0, 4620.0, 4660.0, 4678.0, 4648.0, 4618.0, 4626.0, 4617.0, 4669.0, 4642.0, 4690.0, 4630.0, 4620.0, 4642.0, 4632.0, 4661.0, 4643.0, 4674.0, 4644.0, 4664.0, 4633.0, 4651.0, 4651.0, 4683.0, 4670.0, 4650.0, 4638.0, 4638.0, 4668.0, 4661.0, 4659.0, 4638.0, 4617.0, 4627.0, 4638.0, 4649.0, 4608.0, 4638.0, 4619.0, 4648.0, 4630.0, 4681.0, 4641.0, 4670.0, 4642.0, 4680.0, 4653.0, 4691.0, 4653.0, 4682.0, 4652.0, 4671.0, 4665.0, 4692.0, 4663.0, 4680.0, 4651.0, 4680.0, 4665.0, 4700.0, 4651.0, 4680.0, 4641.0, 4689.0, 4653.0, 4699.0, 4640.0, 4690.0, 4640.0, 4679.0, 4652.0, 4680.0, 4651.0, 4669.0, 4651.0, 4670.0, 4664.0, 4663.0, 4653.0, 4643.0, 4654.0, 4663.0, 4676.0, 4713.0, 4664.0, 4702.0, 4652.0, 4711.0, 4685.0, 4711.0, 4650.0, 4679.0, 4640.0, 4649.0, 4662.0, 4630.0, 4660.0, 4641.0, 4670.0, 4641.0, 4693.0, 4652.0, 4682.0, 4652.0, 4661.0, 4653.0, 4662.0, 4662.0, 4652.0, 4640.0, 4650.0, 4675.0, 4642.0, 4661.0, 4630.0, 4660.0, 4641.0, 4704.0, 4643.0, 4724.0, 4663.0, 4645.0, 4674.0, 4656.0, 4675.0, 4695.0, 4712.0, 4704.0, 4722.0, 4664.0, 4711.0, 4653.0, 4709.0, 4667.0, 4683.0, 4615.0, 4605.0, 4625.0, 4604.0, 4615.0, 4625.0, 4628.0, 4647.0, 4616.0, 4645.0, 4626.0, 4657.0, 4651.0, 4658.0, 4640.0, 4659.0, 4639.0, 4660.0, 4663.0, 4672.0, 4652.0, 4672.0, 4652.0, 4671.0, 4652.0, 4672.0, 4650.0, 4679.0, 4662.0, 4650.0, 4687.0, 4639.0, 4710.0, 4638.0, 4688.0, 4628.0, 4647.0, 4630.0, 4659.0, 4640.0, 4659.0, 4641.0, 4670.0, 4654.0, 4682.0, 4652.0, 4671.0, 4640.0, 4661.0, 4641.0, 4651.0, 4631.0, 4639.0, 4629.0, 4641.0, 4631.0, 4651.0, 4634.0, 4653.0, 4622.0, 4653.0, 4644.0, 4675.0, 4644.0, 4664.0, 4644.0, 4673.0, 4633.0, 4675.0, 4634.0, 4673.0, 4633.0, 4664.0, 4674.0, 4675.0, 4703.0, 4652.0, 4681.0, 4641.0, 4681.0, 4661.0, 4631.0, 4640.0, 4620.0, 4651.0, 4633.0, 4685.0, 4645.0, 4684.0, 4644.0, 4683.0, 4655.0], 'WindowWidth': [10243.0, 10234.0, 10164.0, 10185.0, 10198.0, 10179.0, 10230.0, 10189.0, 10185.0, 10156.0, 10145.0, 10145.0, 10209.0, 10156.0, 10242.0, 10212.0, 10226.0, 10178.0, 10230.0, 10179.0, 10248.0, 10177.0, 10217.0, 10183.0, 10230.0, 10184.0, 10223.0, 10187.0, 10200.0, 10199.0, 10173.0, 10216.0, 10204.0, 10226.0, 10199.0, 10223.0, 10235.0, 10193.0, 10237.0, 10205.0, 10218.0, 10187.0, 10138.0, 10175.0, 10146.0, 10238.0, 10172.0, 10254.0, 10157.0, 10222.0, 10213.0, 10225.0, 10298.0, 10234.0, 10313.0, 10179.0, 10277.0, 10194.0, 10263.0, 10174.0, 10211.0, 10172.0, 10226.0, 10179.0, 10229.0, 10174.0, 10213.0, 10177.0, 10218.0, 10189.0, 10254.0, 10187.0, 10238.0, 10190.0, 10253.0, 10214.0, 10272.0, 10206.0, 10255.0, 10190.0, 10276.0, 10224.0, 10285.0, 10201.0, 10282.0, 10187.0, 10271.0, 10221.0, 10283.0, 10183.0, 10232.0, 10187.0, 10250.0, 10186.0, 10246.0, 10182.0, 10233.0, 10187.0, 10254.0, 10193.0, 10239.0, 10201.0, 10240.0, 10187.0, 10291.0, 10203.0, 10297.0, 10192.0, 10265.0, 10177.0, 10238.0, 10178.0, 10247.0, 10144.0, 10183.0, 10133.0, 10199.0, 10152.0, 10237.0, 10169.0, 10219.0, 10175.0, 10255.0, 10211.0, 10273.0, 10189.0, 10284.0, 10185.0, 10253.0, 10232.0, 10293.0, 10181.0, 10273.0, 10166.0, 10277.0, 10235.0, 10273.0, 10159.0, 10265.0, 10155.0, 10239.0, 10161.0, 10219.0, 10137.0, 10179.0, 10143.0, 10177.0, 10216.0, 10166.0, 10206.0, 10172.0, 10228.0, 10203.0, 10213.0, 10256.0, 10190.0, 10267.0, 10185.0, 10278.0, 10233.0, 10246.0, 10212.0, 10180.0, 10168.0, 10179.0, 10165.0, 10194.0, 10139.0, 10162.0, 10126.0, 10192.0, 10131.0, 10211.0, 10146.0, 10197.0, 10149.0, 10201.0, 10150.0, 10234.0, 10151.0, 10218.0, 10149.0, 10221.0, 10172.0, 10252.0, 10166.0, 10231.0, 10176.0, 10259.0, 10199.0, 10286.0, 10193.0, 10171.0, 10207.0, 10171.0, 10294.0, 10211.0, 10250.0, 10207.0, 10220.0, 10195.0, 10279.0, 10216.0, 10214.0, 10142.0, 10212.0, 10164.0, 10246.0, 10160.0, 10224.0, 10157.0, 10220.0, 10174.0, 10242.0, 10171.0, 10230.0, 10158.0, 10195.0, 10172.0, 10224.0, 10168.0, 10155.0, 10151.0, 10137.0, 10177.0, 10193.0, 10184.0, 10191.0, 10147.0, 10135.0, 10133.0, 10122.0, 10182.0, 10128.0, 10179.0, 10128.0, 10181.0, 10134.0, 10225.0, 10170.0, 10241.0, 10145.0, 10145.0, 10162.0, 10188.0, 10177.0, 10242.0, 10191.0, 10270.0, 10198.0, 10224.0, 10156.0, 10208.0, 10153.0, 10220.0, 10171.0, 10214.0, 10133.0, 10188.0, 10137.0, 10192.0, 10142.0, 10203.0, 10135.0, 10191.0, 10151.0, 10227.0, 10160.0, 10227.0, 10170.0, 10207.0, 10171.0, 10197.0, 10160.0, 10216.0, 10139.0, 10164.0, 10138.0, 10166.0, 10153.0, 10181.0, 10123.0, 10133.0, 10125.0, 10168.0, 10150.0, 10226.0, 10170.0, 10206.0, 10169.0, 10160.0, 10198.0, 10193.0, 10273.0, 10214.0, 10275.0, 10283.0, 10241.0, 10348.0, 10252.0, 10218.0, 10306.0, 10322.0, 10273.0, 10337.0, 10276.0, 10293.0, 10172.0, 10249.0, 10155.0, 10231.0, 10186.0, 10229.0, 10149.0, 10118.0, 10154.0, 10149.0, 10222.0, 10165.0, 10240.0, 10189.0, 10236.0, 10171.0, 10268.0, 10188.0, 10269.0, 10188.0, 10249.0, 10187.0, 10273.0, 10225.0, 10285.0, 10202.0, 10267.0, 10205.0, 10272.0, 10252.0, 10279.0, 10185.0, 10264.0, 10186.0, 10284.0, 10250.0, 10278.0, 10183.0, 10266.0, 10181.0, 10250.0, 10187.0, 10250.0, 10184.0, 10233.0, 10180.0, 10219.0, 10165.0, 10222.0, 10166.0, 10192.0, 10152.0, 10192.0, 10221.0, 10214.0, 10199.0, 10199.0, 10197.0, 10214.0, 10256.0, 10251.0, 10216.0, 10213.0, 10238.0, 10213.0, 10272.0, 10233.0, 10248.0, 10193.0, 10164.0, 10206.0, 10231.0, 10242.0, 10184.0, 10233.0, 10201.0, 10251.0, 10200.0, 10273.0, 10203.0, 10236.0, 10181.0, 10221.0, 10178.0, 10252.0, 10179.0, 10199.0, 10174.0, 10199.0, 10178.0, 10218.0, 10179.0, 10200.0, 10179.0, 10216.0, 10166.0, 10234.0, 10181.0, 10220.0, 10166.0, 10219.0, 10183.0, 10241.0, 10189.0, 10219.0, 10165.0, 10205.0, 10234.0, 10226.0, 10234.0, 10194.0, 10221.0, 10193.0, 10235.0, 10244.0, 10169.0, 10226.0, 10200.0, 10239.0, 10202.0, 10296.0, 10202.0, 10254.0, 10199.0, 10263.0, 10197.0, 10286.0, 10207.0, 10242.0, 10178.0, 10198.0, 10200.0, 10234.0, 10170.0, 10163.0, 10138.0, 10164.0, 10144.0, 10203.0, 10166.0, 10191.0, 10168.0, 10219.0, 10198.0, 10271.0, 10201.0, 10260.0, 10201.0, 10253.0, 10200.0, 10275.0, 10184.0, 10218.0, 10178.0, 10230.0, 10199.0, 10253.0, 10181.0, 10216.0, 10179.0, 10216.0, 10203.0, 10235.0, 10185.0, 10246.0, 10176.0, 10240.0, 10206.0, 10235.0, 10200.0, 10172.0, 10191.0, 10163.0, 10253.0, 10181.0, 10255.0, 10188.0, 10234.0, 10180.0, 10253.0, 10197.0, 10292.0, 10177.0, 10183.0, 10172.0, 10210.0, 10234.0, 10190.0, 10176.0, 10186.0, 10220.0, 10291.0, 10242.0, 10211.0, 10188.0, 10225.0, 10216.0, 10206.0, 10237.0, 10197.0, 10237.0, 10203.0, 10161.0, 10153.0, 10149.0, 10132.0, 10183.0, 10115.0, 10197.0, 10116.0, 10153.0, 10087.0, 10079.0, 10104.0, 10099.0, 10173.0, 10132.0, 10174.0, 10153.0, 10176.0, 10141.0, 10184.0, 10207.0, 10149.0, 10225.0, 10146.0, 10204.0, 10151.0, 10231.0, 10154.0, 10197.0, 10173.0, 10177.0, 10157.0, 10195.0, 10203.0, 10236.0, 10197.0, 10222.0, 10183.0, 10222.0, 10203.0, 10239.0, 10194.0, 10202.0, 10192.0, 10206.0, 10180.0, 10221.0, 10180.0, 10189.0, 10175.0, 10217.0, 10188.0, 10269.0, 10191.0, 10242.0, 10203.0, 10259.0, 10208.0, 10278.0, 10225.0, 10218.0, 10218.0, 10202.0, 10274.0, 10242.0, 10260.0, 10147.0, 10231.0, 10148.0, 10204.0, 10172.0, 10196.0, 10168.0, 10200.0, 10171.0, 10200.0, 10178.0, 10218.0, 10175.0, 10180.0, 10179.0, 10202.0, 10197.0, 10224.0, 10174.0, 10181.0, 10156.0, 10170.0, 10171.0, 10222.0, 10176.0, 10204.0, 10182.0, 10211.0, 10205.0, 10278.0, 10219.0, 10263.0, 10205.0, 10242.0, 10217.0, 10280.0, 10214.0, 10264.0, 10198.0, 10184.0, 10265.0, 10198.0, 10268.0, 10147.0, 10230.0, 10143.0, 10179.0, 10166.0, 10195.0, 10169.0, 10195.0, 10180.0, 10215.0, 10183.0, 10223.0, 10196.0, 10227.0, 10208.0, 10242.0, 10211.0, 10265.0, 10244.0, 10263.0, 10219.0, 10223.0, 10199.0, 10283.0, 10222.0, 10251.0, 10207.0, 10184.0, 10146.0, 10200.0, 10223.0, 10180.0, 10140.0, 10147.0, 10138.0, 10214.0, 10181.0, 10245.0, 10159.0, 10150.0, 10181.0, 10168.0, 10204.0, 10184.0, 10227.0, 10187.0, 10214.0, 10171.0, 10191.0, 10191.0, 10239.0, 10214.0, 10186.0, 10167.0, 10167.0, 10208.0, 10208.0, 10197.0, 10167.0, 10137.0, 10151.0, 10167.0, 10187.0, 10128.0, 10168.0, 10143.0, 10182.0, 10161.0, 10234.0, 10177.0, 10216.0, 10181.0, 10230.0, 10199.0, 10250.0, 10198.0, 10237.0, 10194.0, 10219.0, 10217.0, 10254.0, 10210.0, 10232.0, 10190.0, 10233.0, 10217.0, 10259.0, 10189.0, 10231.0, 10175.0, 10243.0, 10197.0, 10256.0, 10173.0, 10244.0, 10174.0, 10226.0, 10196.0, 10231.0, 10190.0, 10213.0, 10190.0, 10215.0, 10215.0, 10210.0, 10197.0, 10184.0, 10199.0, 10212.0, 10236.0, 10281.0, 10212.0, 10263.0, 10193.0, 10276.0, 10246.0, 10272.0, 10188.0, 10224.0, 10174.0, 10186.0, 10209.0, 10160.0, 10202.0, 10177.0, 10215.0, 10177.0, 10256.0, 10195.0, 10236.0, 10192.0, 10205.0, 10198.0, 10207.0, 10208.0, 10192.0, 10174.0, 10189.0, 10232.0, 10179.0, 10206.0, 10161.0, 10201.0, 10178.0, 10271.0, 10183.0, 10307.0, 10216.0, 10199.0, 10235.0, 10215.0, 10235.0, 10265.0, 10283.0, 10274.0, 10294.0, 10214.0, 10278.0, 10194.0, 10272.0, 10203.0, 10217.0, 10127.0, 10116.0, 10142.0, 10114.0, 10128.0, 10141.0, 10149.0, 10174.0, 10133.0, 10173.0, 10146.0, 10193.0, 10188.0, 10195.0, 10171.0, 10197.0, 10168.0, 10200.0, 10208.0, 10222.0, 10191.0, 10221.0, 10189.0, 10215.0, 10190.0, 10222.0, 10183.0, 10226.0, 10204.0, 10182.0, 10231.0, 10168.0, 10271.0, 10165.0, 10234.0, 10151.0, 10178.0, 10158.0, 10199.0, 10172.0, 10199.0, 10173.0, 10215.0, 10197.0, 10234.0, 10190.0, 10215.0, 10172.0, 10202.0, 10173.0, 10190.0, 10160.0, 10168.0, 10153.0, 10174.0, 10160.0, 10189.0, 10172.0, 10196.0, 10153.0, 10196.0, 10186.0, 10229.0, 10185.0, 10212.0, 10185.0, 10223.0, 10169.0, 10231.0, 10170.0, 10224.0, 10170.0, 10212.0, 10228.0, 10231.0, 10263.0, 10193.0, 10232.0, 10177.0, 10233.0, 10205.0, 10162.0, 10171.0, 10146.0, 10190.0, 10169.0, 10246.0, 10188.0, 10243.0, 10186.0, 10240.0, 10202.0]}, 'slices': {}}</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-2">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
|
|
Extracted Image quality metrics (IQMs)
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-2" class="table table-sm table-striped">
|
|
<tr><td colspan=3>aor</td><td>0.0006532950631458095</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024393359586681974</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.74380412068968</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2763918429770118</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9814170879770112</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4992</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3890.3091</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10939859045516562</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.42939150401837</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4202391086192727</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.36277030730353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6138803922256897</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2840666263285985</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0105614</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02448907308280468</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0452323816716671</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.022378212385608</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>16.2034</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.0515</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.0646</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297227.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1138.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.3321</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6413</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>649.4923</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3877.4003</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4026.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79317.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1521.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5129.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.8941</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.56417638063431</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
|
|
<div class="card-header m-0">
|
|
Rating widget
|
|
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="accordion">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcslider-head">
|
|
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
|
|
</h2>
|
|
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
|
|
<div class="accordion-body">
|
|
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
|
|
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
|
|
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
|
|
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcartifacts-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
|
|
Record specific artifacts
|
|
</button>
|
|
</h2>
|
|
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
|
|
<div class="accordion-body">
|
|
<fieldset id="qcartifacts-group" class="form-group">
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
|
|
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
|
|
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
|
|
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
|
|
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
|
|
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
|
|
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
|
|
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
|
|
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
|
|
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
|
|
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
|
|
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
|
|
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
|
|
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
|
|
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
|
|
</div>
|
|
</fieldset>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcextra-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
|
|
Extra details
|
|
</button>
|
|
</h2>
|
|
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
|
|
<div class="accordion-body">
|
|
<div class="input-group">
|
|
<span class="input-group-text">Comments</span>
|
|
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
|
|
</div>
|
|
|
|
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
|
|
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
|
|
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
|
|
</ul>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
</div>
|
|
<div style="margin-top: 10px">
|
|
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
|
|
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
|
|
</div>
|
|
<script type="text/javascript">
|
|
var MINIMUM_RATING_TIME = 10
|
|
$('#qcslider').on('input', function() {
|
|
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 1.5 ) {
|
|
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
|
|
} else if ( $(this).val() > 3.5 ) {
|
|
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
} else if ( $(this).val() < 2.5 ) {
|
|
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$('#qcextra-confidence').on('input', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 2.0 ) {
|
|
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
|
|
$('#qcextra-comments').bind('input propertychange', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
});
|
|
|
|
$( '#btn-post' ).click( function() {
|
|
var payload = read_form();
|
|
var md5sum = "unspecified";
|
|
var params = {
|
|
'rating': payload['rating'],
|
|
'md5sum': md5sum,
|
|
'name': "",
|
|
'comment': JSON.stringify(payload['artifacts'])
|
|
};
|
|
|
|
// disable development releases
|
|
var authorization = $(this).val();
|
|
var ratingReq = new XMLHttpRequest();
|
|
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
|
|
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
|
|
ratingReq.setRequestHeader("Authorization", authorization);
|
|
ratingReq.onload = function () {
|
|
status = ratingReq.status;
|
|
$('#btn-post').removeClass('btn-primary');
|
|
$('#btn-post').attr('disabled', true);
|
|
$('#btn-post').attr('aria-disabled', true);
|
|
$('#btn-post').prop('disabled');
|
|
$('#btn-post').addClass('disabled');
|
|
$('#btn-post').removeClass('active');
|
|
if (status === "201") {
|
|
$('#btn-post').addClass('btn-success');
|
|
$('#btn-post').html('Posted!');
|
|
} else {
|
|
$('#btn-post').addClass('btn-danger');
|
|
$('#btn-post').html('Failed');
|
|
};
|
|
};
|
|
ratingReq.send(JSON.stringify(params));
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
|
|
toggle_rating();
|
|
});
|
|
</script>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
function toggle(id) {
|
|
var element = document.getElementById(id);
|
|
if(element.style.display == 'block')
|
|
element.style.display = 'none';
|
|
else
|
|
element.style.display = 'block';
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |