ds005256-mriqc/sub-0041_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 8eeb8c85d6 [DATALAD RUNCMD] Compute MRIQC for sub-0041
=== 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-0041 --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-0041",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:04:36 +02:00

616 lines
No EOL
105 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-0041_ses-01_task-social_acq-mb8_run-04_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-0041_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0041_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 &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_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-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-social_acq-mb8_run-04_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-0041/ses-01/func/sub-0041_ses-01_task-social_acq-mb8_run-04_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>b941aabf0a13b4d7f6b2be7d0bbd97f4</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>15:22:49.370000</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.99926, 0.00917845, -0.0373557, -0.00872036, 0.999885, 0.0124075]</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-04_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.0966581</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7774, -7240, 523, -99, -317, -68, 102]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>245.036</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>39e08191-3bf7-4f99-a131-df20fcc7a0dc||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.680941104888916, -0.023396095260977745, -0.10115636885166168, 116.30883026123047], [-0.02462512068450451, 2.6826183795928955, 0.032595813274383545, -85.7464828491211], [-0.10022270679473877, -0.03328831493854523, 2.6979074478149414, -61.10007858276367], [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': ['152249.370000', '152249.830000', '152250.290000', '152250.750000', '152251.210000', '152251.670000', '152252.130000', '152252.590000', '152253.050000', '152253.510000', '152253.970000', '152254.430000', '152254.890000', '152255.350000', '152255.810000', '152256.270000', '152256.730000', '152257.190000', '152257.650000', '152258.110000', '152258.570000', '152259.030000', '152259.490000', '152259.950000', '152300.410000', '152300.870000', '152301.330000', '152301.790000', '152302.250000', '152302.710000', '152303.170000', '152303.630000', '152304.090000', '152304.550000', '152305.010000', '152305.470000', '152305.930000', '152306.390000', '152306.850000', '152307.310000', '152307.770000', '152308.230000', '152308.690000', '152309.150000', '152309.610000', '152310.070000', '152310.530000', '152310.990000', '152311.450000', '152311.910000', '152312.370000', '152312.830000', '152313.290000', '152313.750000', '152314.210000', '152314.670000', '152315.130000', '152315.590000', '152316.050000', '152316.510000', '152316.970000', '152317.430000', '152317.890000', '152318.350000', '152318.810000', '152319.270000', '152319.730000', '152320.190000', '152320.650000', '152321.110000', '152321.570000', '152322.030000', '152322.490000', '152322.950000', '152323.410000', '152323.870000', '152324.330000', '152324.790000', '152325.250000', '152325.710000', '152326.170000', '152326.630000', '152327.090000', '152327.550000', '152328.010000', '152328.470000', '152328.930000', '152329.390000', '152329.850000', '152330.310000', '152330.770000', '152331.230000', '152331.690000', '152332.150000', '152332.610000', '152333.070000', '152333.530000', '152333.990000', '152334.450000', '152334.910000', '152335.370000', '152335.830000', '152336.290000', '152336.750000', '152337.210000', '152337.670000', '152338.130000', '152338.590000', '152339.050000', '152339.510000', '152339.970000', '152340.430000', '152340.890000', '152341.350000', '152341.810000', '152342.270000', '152342.730000', '152343.190000', '152343.650000', '152344.110000', '152344.570000', '152345.030000', '152345.490000', '152345.950000', '152346.410000', '152346.870000', '152347.330000', '152347.790000', '152348.250000', '152348.710000', '152349.170000', '152349.630000', '152350.090000', '152350.550000', '152351.010000', '152351.470000', '152351.930000', '152352.390000', '152352.850000', '152353.310000', '152353.770000', '152354.230000', '152354.690000', '152355.150000', '152355.610000', '152356.070000', '152356.530000', '152356.990000', '152357.450000', '152357.910000', '152358.370000', '152358.830000', '152359.290000', '152359.750000', '152400.210000', '152400.670000', '152401.130000', '152401.590000', '152402.050000', '152402.510000', '152402.970000', '152403.430000', '152403.890000', '152404.350000', '152404.810000', '152405.270000', '152405.730000', '152406.190000', '152406.650000', '152407.110000', '152407.570000', '152408.030000', '152408.490000', '152408.950000', '152409.410000', '152409.870000', '152410.330000', '152410.790000', '152411.250000', '152411.710000', '152412.170000', '152412.630000', '152413.090000', '152413.550000', '152414.010000', '152414.470000', '152414.930000', '152415.390000', '152415.850000', '152416.310000', '152416.770000', '152417.230000', '152417.690000', '152418.150000', '152418.610000', '152419.070000', '152419.530000', '152419.990000', '152420.450000', '152420.910000', '152421.370000', '152421.830000', '152422.290000', '152422.750000', '152423.210000', '152423.670000', '152424.130000', '152424.590000', '152425.050000', '152425.510000', '152425.970000', '152426.430000', '152426.890000', '152427.350000', '152427.810000', '152428.270000', '152428.730000', '152429.190000', '152429.650000', '152430.110000', '152430.570000', '152431.030000', '152431.490000', '152431.950000', '152432.410000', '152432.870000', '152433.330000', '152433.790000', '152434.250000', '152434.710000', '152435.170000', '152435.630000', '152436.090000', '152436.550000', '152437.010000', '152437.470000', '152437.930000', '152438.390000', '152438.850000', '152439.310000', '152439.770000', '152440.230000', '152440.690000', '152441.150000', '152441.610000', '152442.070000', '152442.530000', '152442.990000', '152443.450000', '152443.910000', '152444.370000', '152444.830000', '152445.290000', '152445.750000', '152446.210000', '152446.670000', '152447.130000', '152447.590000', '152448.050000', '152448.510000', '152448.970000', '152449.430000', '152449.890000', '152450.350000', '152450.810000', '152451.270000', '152451.730000', '152452.190000', '152452.650000', '152453.110000', '152453.570000', '152454.030000', '152454.490000', '152454.950000', '152455.410000', '152455.870000', '152456.330000', '152456.790000', '152457.250000', '152457.710000', '152458.170000', '152458.630000', '152459.090000', '152459.550000', '152500.010000', '152500.470000', '152500.930000', '152501.390000', '152501.850000', '152502.310000', '152502.770000', '152503.230000', '152503.690000', '152504.150000', '152504.610000', '152505.070000', '152505.530000', '152505.990000', '152506.450000', '152506.910000', '152507.370000', '152507.830000', '152508.290000', '152508.750000', '152509.210000', '152509.670000', '152510.130000', '152510.590000', '152511.050000', '152511.510000', '152511.970000', '152512.430000', '152512.890000', '152513.350000', '152513.810000', '152514.270000', '152514.730000', '152515.190000', '152515.650000', '152516.110000', '152516.570000', '152517.030000', '152517.490000', '152517.950000', '152518.410000', '152518.870000', '152519.330000', '152519.790000', '152520.250000', '152520.710000', '152521.170000', '152521.630000', '152522.090000', '152522.550000', '152523.010000', '152523.470000', '152523.930000', '152524.390000', '152524.850000', '152525.310000', '152525.770000', '152526.230000', '152526.690000', '152527.150000', '152527.610000', '152528.070000', '152528.530000', '152528.990000', '152529.450000', '152529.910000', '152530.370000', '152530.830000', '152531.290000', '152531.750000', '152532.210000', '152532.670000', '152533.130000', '152533.590000', '152534.050000', '152534.510000', '152534.970000', '152535.430000', '152535.890000', '152536.350000', '152536.810000', '152537.270000', '152537.730000', '152538.190000', '152538.650000', '152539.110000', '152539.570000', '152540.030000', '152540.490000', '152540.950000', '152541.410000', '152541.870000', '152542.330000', '152542.790000', '152543.250000', '152543.710000', '152544.170000', '152544.630000', '152545.090000', '152545.550000', '152546.010000', '152546.470000', '152546.930000', '152547.390000', '152547.850000', '152548.310000', '152548.770000', '152549.230000', '152549.690000', '152550.150000', '152550.610000', '152551.070000', '152551.530000', '152551.990000', '152552.450000', '152552.910000', '152553.370000', '152553.830000', '152554.290000', '152554.750000', '152555.210000', '152555.670000', '152556.130000', '152556.590000', '152557.050000', '152557.510000', '152557.970000', '152558.430000', '152558.890000', '152559.350000', '152559.810000', '152600.270000', '152600.730000', '152601.190000', '152601.650000', '152602.110000', '152602.570000', '152603.030000', '152603.490000', '152603.950000', '152604.410000', '152604.870000', '152605.330000', '152605.790000', '152606.250000', '152606.710000', '152607.170000', '152607.630000', '152608.090000', '152608.550000', '152609.010000', '152609.470000', '152609.930000', '152610.390000', '152610.850000', '152611.310000', '152611.770000', '152612.230000', '152612.690000', '152613.150000', '152613.610000', '152614.070000', '152614.530000', '152614.990000', '152615.450000', '152615.910000', '152616.370000', '152616.830000', '152617.290000', '152617.750000', '152618.210000', '152618.670000', '152619.130000', '152619.590000', '152620.050000', '152620.510000', '152620.970000', '152621.430000', '152621.890000', '152622.350000', '152622.810000', '152623.270000', '152623.730000', '152624.190000', '152624.650000', '152625.110000', '152625.570000', '152626.030000', '152626.490000', '152626.950000', '152627.410000', '152627.870000', '152628.330000', '152628.790000', '152629.250000', '152629.710000', '152630.170000', '152630.630000', '152631.090000', '152631.550000', '152632.010000', '152632.470000', '152632.930000', '152633.390000', '152633.850000', '152634.310000', '152634.770000', '152635.230000', '152635.690000', '152636.150000', '152636.610000', '152637.070000', '152637.530000', '152637.990000', '152638.450000', '152638.910000', '152639.370000', '152639.830000', '152640.290000', '152640.750000', '152641.210000', '152641.670000', '152642.130000', '152642.590000', '152643.050000', '152643.510000', '152643.970000', '152644.430000', '152644.890000', '152645.350000', '152645.810000', '152646.270000', '152646.730000', '152647.190000', '152647.650000', '152648.110000', '152648.570000', '152649.030000', '152649.490000', '152649.950000', '152650.410000', '152650.870000', '152651.330000', '152651.790000', '152652.250000', '152652.710000', '152653.170000', '152653.630000', '152654.090000', '152654.550000', '152655.010000', '152655.470000', '152655.930000', '152656.390000', '152656.850000', '152657.310000', '152657.770000', '152658.230000', '152658.690000', '152659.150000', '152659.610000', '152700.070000', '152700.530000', '152700.990000', '152701.450000', '152701.910000', '152702.370000', '152702.830000', '152703.290000', '152703.750000', '152704.210000', '152704.670000', '152705.130000', '152705.590000', '152706.050000', '152706.510000', '152706.970000', '152707.430000', '152707.890000', '152708.350000', '152708.810000', '152709.270000', '152709.730000', '152710.190000', '152710.650000', '152711.110000', '152711.570000', '152712.030000', '152712.490000', '152712.950000', '152713.410000', '152713.870000', '152714.330000', '152714.790000', '152715.250000', '152715.710000', '152716.170000', '152716.630000', '152717.090000', '152717.550000', '152718.010000', '152718.470000', '152718.930000', '152719.390000', '152719.850000', '152720.310000', '152720.770000', '152721.230000', '152721.690000', '152722.150000', '152722.610000', '152723.070000', '152723.530000', '152723.990000', '152724.450000', '152724.910000', '152725.370000', '152725.830000', '152726.290000', '152726.750000', '152727.210000', '152727.670000', '152728.130000', '152728.590000', '152729.050000', '152729.510000', '152729.970000', '152730.430000', '152730.890000', '152731.350000', '152731.810000', '152732.270000', '152732.730000', '152733.190000', '152733.650000', '152734.110000', '152734.570000', '152735.030000', '152735.490000', '152735.950000', '152736.410000', '152736.870000', '152737.330000', '152737.790000', '152738.250000', '152738.710000', '152739.170000', '152739.630000', '152740.090000', '152740.550000', '152741.010000', '152741.470000', '152741.930000', '152742.390000', '152742.850000', '152743.310000', '152743.770000', '152744.230000', '152744.690000', '152745.150000', '152745.610000', '152746.070000', '152746.530000', '152746.990000', '152747.450000', '152747.910000', '152748.370000', '152748.830000', '152749.290000', '152749.750000', '152750.210000', '152750.670000', '152751.130000', '152751.590000', '152752.050000', '152752.510000', '152752.970000', '152753.430000', '152753.890000', '152754.350000', '152754.810000', '152755.270000', '152755.730000', '152756.190000', '152756.650000', '152757.110000', '152757.570000', '152758.030000', '152758.490000', '152758.950000', '152759.410000', '152759.870000', '152800.330000', '152800.790000', '152801.250000', '152801.710000', '152802.170000', '152802.630000', '152803.090000', '152803.550000', '152804.010000', '152804.470000', '152804.930000', '152805.390000', '152805.850000', '152806.310000', '152806.770000', '152807.230000', '152807.690000', '152808.150000', '152808.610000', '152809.070000', '152809.530000', '152809.990000', '152810.450000', '152810.910000', '152811.370000', '152811.830000', '152812.290000', '152812.750000', '152813.210000', '152813.670000', '152814.130000', '152814.590000', '152815.050000', '152815.510000', '152815.970000', '152816.430000', '152816.890000', '152817.350000', '152817.810000', '152818.270000', '152818.730000', '152819.190000', '152819.650000', '152820.110000', '152820.570000', '152821.030000', '152821.490000', '152821.950000', '152822.410000', '152822.870000', '152823.330000', '152823.790000', '152824.250000', '152824.710000', '152825.170000', '152825.630000', '152826.090000', '152826.550000', '152827.010000', '152827.470000', '152827.930000', '152828.390000', '152828.850000', '152829.310000', '152829.770000', '152830.230000', '152830.690000', '152831.150000', '152831.610000', '152832.070000', '152832.530000', '152832.990000', '152833.450000', '152833.910000', '152834.370000', '152834.830000', '152835.290000', '152835.750000', '152836.210000', '152836.670000', '152837.130000', '152837.590000', '152838.050000', '152838.510000', '152838.970000', '152839.430000', '152839.890000', '152840.350000', '152840.810000', '152841.270000', '152841.730000', '152842.190000', '152842.650000', '152843.110000', '152843.570000', '152844.030000', '152844.490000', '152844.950000', '152845.410000', '152845.870000', '152846.330000', '152846.790000', '152847.250000', '152847.710000', '152848.170000', '152848.630000', '152849.090000', '152849.550000', '152850.010000', '152850.470000', '152850.930000', '152851.390000', '152851.850000', '152852.310000', '152852.770000', '152853.230000', '152853.690000', '152854.150000', '152854.610000', '152855.070000', '152855.530000', '152855.990000', '152856.450000', '152856.910000', '152857.370000', '152857.830000', '152858.290000', '152858.750000', '152859.210000', '152859.670000', '152900.130000', '152900.590000', '152901.050000', '152901.510000', '152901.970000', '152902.430000', '152902.890000', '152903.350000', '152903.810000', '152904.270000', '152904.730000', '152905.190000', '152905.650000', '152906.110000', '152906.570000', '152907.030000', '152907.490000', '152907.950000', '152908.410000', '152908.870000', '152909.330000', '152909.790000', '152910.250000', '152910.710000', '152911.170000', '152911.630000', '152912.090000', '152912.550000', '152913.010000', '152913.470000', '152913.930000', '152914.390000', '152914.850000', '152915.310000', '152915.770000', '152916.230000', '152916.690000', '152917.150000', '152917.610000', '152918.070000', '152918.530000', '152918.990000', '152919.450000', '152919.910000', '152920.370000', '152920.830000', '152921.290000', '152921.750000', '152922.210000', '152922.670000', '152923.130000', '152923.590000', '152924.050000', '152924.510000', '152924.970000', '152925.430000', '152925.890000', '152926.350000', '152926.810000', '152927.270000', '152927.730000', '152928.190000', '152928.650000', '152929.110000', '152929.570000', '152930.030000'], 'ContentTime': ['152315.093000', '152315.096000', '152315.099000', '152315.102000', '152315.105000', '152315.108000', '152315.111000', '152315.114000', '152315.116000', '152315.119000', '152315.122000', '152315.125000', '152315.128000', '152315.131000', '152315.133000', '152315.136000', '152315.139000', '152315.142000', '152315.145000', '152315.148000', '152315.150000', '152315.153000', '152315.156000', '152315.159000', '152315.162000', '152315.165000', '152315.168000', '152315.177000', '152315.180000', '152315.183000', '152315.186000', '152315.188000', '152315.191000', '152315.194000', '152315.197000', '152315.200000', '152315.202000', '152315.205000', '152315.208000', '152315.211000', '152315.214000', '152315.217000', '152315.219000', '152315.222000', '152315.225000', '152315.228000', '152315.231000', '152315.233000', '152315.236000', '152315.239000', '152315.242000', '152315.245000', '152315.247000', '152315.250000', '152315.253000', '152335.057000', '152335.060000', '152335.063000', '152335.066000', '152335.069000', '152335.071000', '152335.074000', '152335.077000', '152335.080000', '152335.083000', '152335.087000', '152335.090000', '152335.093000', '152335.095000', '152335.098000', '152335.101000', '152335.104000', '152335.107000', '152335.110000', '152335.113000', '152335.121000', '152335.123000', '152335.126000', '152335.129000', '152335.132000', '152335.135000', '152335.137000', '152335.140000', '152335.143000', '152335.146000', '152335.149000', '152335.152000', '152335.155000', '152335.158000', '152335.161000', '152335.164000', '152335.167000', '152335.170000', '152335.172000', '152335.175000', '152335.178000', '152335.181000', '152335.184000', '152355.052000', '152355.055000', '152355.057000', '152355.060000', '152355.064000', '152355.067000', '152355.069000', '152355.072000', '152355.075000', '152355.078000', '152355.081000', '152355.086000', '152355.089000', '152355.091000', '152355.094000', '152355.097000', '152355.100000', '152355.103000', '152355.106000', '152355.108000', '152355.111000', '152355.114000', '152355.117000', '152355.120000', '152355.123000', '152355.125000', '152355.128000', '152355.131000', '152355.134000', '152355.137000', '152355.139000', '152355.142000', '152355.145000', '152355.148000', '152355.151000', '152355.153000', '152355.156000', '152355.159000', '152355.162000', '152355.165000', '152355.168000', '152355.170000', '152355.173000', '152355.176000', '152415.052000', '152415.055000', '152415.058000', '152415.060000', '152415.063000', '152415.066000', '152415.069000', '152415.072000', '152415.075000', '152415.077000', '152415.080000', '152415.083000', '152415.086000', '152415.089000', '152415.092000', '152415.095000', '152415.101000', '152415.104000', '152415.107000', '152415.110000', '152415.113000', '152415.115000', '152415.118000', '152415.121000', '152415.124000', '152415.127000', '152415.130000', '152415.133000', '152415.135000', '152415.138000', '152415.141000', '152415.144000', '152415.147000', '152415.150000', '152415.153000', '152415.155000', '152415.158000', '152415.161000', '152415.164000', '152415.167000', '152415.170000', '152415.172000', '152415.176000', '152435.052000', '152435.055000', '152435.057000', '152435.060000', '152435.063000', '152435.066000', '152435.069000', '152435.072000', '152435.075000', '152435.077000', '152435.080000', '152435.083000', '152435.086000', '152435.089000', '152435.092000', '152435.095000', '152435.097000', '152435.100000', '152435.107000', '152435.110000', '152435.112000', '152435.115000', '152435.118000', '152435.121000', '152435.124000', '152435.127000', '152435.130000', '152435.133000', '152435.135000', '152435.138000', '152435.141000', '152435.144000', '152435.147000', '152435.150000', '152435.152000', '152435.155000', '152435.158000', '152435.161000', '152435.164000', '152435.167000', '152435.170000', '152435.172000', '152435.175000', '152435.178000', '152455.052000', '152455.055000', '152455.058000', '152455.061000', '152455.063000', '152455.066000', '152455.069000', '152455.072000', '152455.075000', '152455.078000', '152455.081000', '152455.083000', '152455.086000', '152455.089000', '152455.092000', '152455.095000', '152455.097000', '152455.100000', '152455.108000', '152455.111000', '152455.114000', '152455.117000', '152455.120000', '152455.123000', '152455.126000', '152455.129000', '152455.132000', '152455.135000', '152455.138000', '152455.141000', '152455.144000', '152455.146000', '152455.149000', '152455.152000', '152455.155000', '152455.158000', '152455.160000', '152455.163000', '152455.166000', '152455.185000', '152455.188000', '152455.191000', '152455.194000', '152515.052000', '152515.055000', '152515.058000', '152515.061000', '152515.064000', '152515.066000', '152515.069000', '152515.072000', '152515.075000', '152515.078000', '152515.081000', '152515.084000', '152515.086000', '152515.089000', '152515.092000', '152515.095000', '152515.098000', '152515.101000', '152515.104000', '152515.107000', '152515.109000', '152515.112000', '152515.115000', '152515.118000', '152515.121000', '152515.124000', '152515.127000', '152515.130000', '152515.132000', '152515.135000', '152515.138000', '152515.141000', '152515.144000', '152515.146000', '152515.149000', '152515.152000', '152515.155000', '152515.158000', '152515.161000', '152515.164000', '152515.167000', '152515.169000', '152515.172000', '152515.175000', '152535.053000', '152535.056000', '152535.059000', '152535.061000', '152535.064000', '152535.067000', '152535.073000', '152535.076000', '152535.079000', '152535.082000', '152535.085000', '152535.088000', '152535.091000', '152535.093000', '152535.096000', '152535.099000', '152535.102000', '152535.105000', '152535.108000', '152535.110000', '152535.113000', '152535.116000', '152535.119000', '152535.122000', '152535.125000', '152535.128000', '152535.130000', '152535.133000', '152535.136000', '152535.139000', '152535.142000', '152535.145000', '152535.147000', '152535.150000', '152535.153000', '152535.156000', '152535.159000', '152535.162000', '152535.164000', '152535.167000', '152535.170000', '152535.173000', '152535.176000', '152555.052000', '152555.055000', '152555.058000', '152555.061000', '152555.063000', '152555.066000', '152555.069000', '152555.072000', '152555.075000', '152555.078000', '152555.081000', '152555.083000', '152555.086000', '152555.089000', '152555.092000', '152555.095000', '152555.097000', '152555.100000', '152555.103000', '152555.106000', '152555.109000', '152555.112000', '152555.114000', '152555.117000', '152555.120000', '152555.123000', '152555.126000', '152555.129000', '152555.132000', '152555.134000', '152555.137000', '152555.140000', '152555.143000', '152555.146000', '152555.149000', '152555.151000', '152555.154000', '152555.157000', '152555.160000', '152555.163000', '152555.166000', '152555.168000', '152555.171000', '152555.174000', '152615.052000', '152615.055000', '152615.058000', '152615.061000', '152615.063000', '152615.066000', '152615.069000', '152615.072000', '152615.075000', '152615.078000', '152615.081000', '152615.084000', '152615.086000', '152615.089000', '152615.092000', '152615.095000', '152615.098000', '152615.101000', '152615.104000', '152615.106000', '152615.109000', '152615.112000', '152615.115000', '152615.118000', '152615.121000', '152615.123000', '152615.126000', '152615.132000', '152615.134000', '152615.137000', '152615.140000', '152615.143000', '152615.146000', '152615.149000', '152615.152000', '152615.155000', '152615.158000', '152615.161000', '152615.164000', '152615.167000', '152615.170000', '152615.173000', '152615.176000', '152635.052000', '152635.055000', '152635.057000', '152635.060000', '152635.063000', '152635.066000', '152635.069000', '152635.072000', '152635.075000', '152635.078000', '152635.080000', '152635.083000', '152635.086000', '152635.089000', '152635.092000', '152635.094000', '152635.097000', '152635.100000', '152635.103000', '152635.106000', '152635.109000', '152635.124000', '152635.127000', '152635.130000', '152635.133000', '152635.135000', '152635.138000', '152635.141000', '152635.144000', '152635.147000', '152635.150000', '152635.152000', '152635.155000', '152635.158000', '152635.161000', '152635.164000', '152635.167000', '152635.170000', '152635.172000', '152635.175000', '152635.178000', '152635.181000', '152635.184000', '152635.186000', '152655.052000', '152655.055000', '152655.058000', '152655.061000', '152655.063000', '152655.066000', '152655.069000', '152655.072000', '152655.075000', '152655.078000', '152655.081000', '152655.084000', '152655.086000', '152655.089000', '152655.092000', '152655.095000', '152655.098000', '152655.100000', '152655.103000', '152655.106000', '152655.109000', '152655.112000', '152655.115000', '152655.118000', '152655.120000', '152655.123000', '152655.126000', '152655.129000', '152655.132000', '152655.135000', '152655.138000', '152655.140000', '152655.143000', '152655.146000', '152655.149000', '152655.152000', '152655.155000', '152655.158000', '152655.161000', '152655.163000', '152655.166000', '152655.169000', '152655.172000', '152715.052000', '152715.055000', '152715.058000', '152715.061000', '152715.064000', '152715.067000', '152715.070000', '152715.085000', '152715.088000', '152715.091000', '152715.094000', '152715.096000', '152715.099000', '152715.102000', '152715.105000', '152715.108000', '152715.111000', '152715.113000', '152715.116000', '152715.119000', '152715.122000', '152715.125000', '152715.128000', '152715.131000', '152715.134000', '152715.136000', '152715.139000', '152715.142000', '152715.145000', '152715.148000', '152715.151000', '152715.154000', '152715.156000', '152715.159000', '152715.162000', '152715.165000', '152715.168000', '152715.171000', '152715.173000', '152715.176000', '152715.179000', '152715.182000', '152715.185000', '152735.052000', '152735.055000', '152735.058000', '152735.061000', '152735.063000', '152735.066000', '152735.069000', '152735.072000', '152735.075000', '152735.078000', '152735.081000', '152735.083000', '152735.086000', '152735.089000', '152735.092000', '152735.095000', '152735.098000', '152735.101000', '152735.104000', '152735.106000', '152735.109000', '152735.112000', '152735.115000', '152735.118000', '152735.121000', '152735.123000', '152735.126000', '152735.129000', '152735.132000', '152735.135000', '152735.138000', '152735.141000', '152735.143000', '152735.146000', '152735.149000', '152735.152000', '152735.155000', '152735.158000', '152735.161000', '152735.164000', '152735.166000', '152735.169000', '152735.172000', '152735.175000', '152755.053000', '152755.056000', '152755.059000', '152755.061000', '152755.064000', '152755.067000', '152755.070000', '152755.073000', '152755.076000', '152755.078000', '152755.081000', '152755.084000', '152755.087000', '152755.090000', '152755.093000', '152755.096000', '152755.098000', '152755.101000', '152755.104000', '152755.107000', '152755.110000', '152755.113000', '152755.115000', '152755.118000', '152755.121000', '152755.124000', '152755.127000', '152755.129000', '152755.132000', '152755.135000', '152755.138000', '152755.141000', '152755.144000', '152755.146000', '152755.149000', '152755.152000', '152755.155000', '152755.158000', '152755.161000', '152755.164000', '152755.167000', '152755.170000', '152755.172000', '152755.175000', '152815.052000', '152815.055000', '152815.063000', '152815.066000', '152815.069000', '152815.072000', '152815.074000', '152815.077000', '152815.080000', '152815.083000', '152815.086000', '152815.089000', '152815.092000', '152815.094000', '152815.097000', '152815.100000', '152815.103000', '152815.106000', '152815.109000', '152815.111000', '152815.114000', '152815.117000', '152815.120000', '152815.123000', '152815.126000', '152815.128000', '152815.131000', '152815.134000', '152815.137000', '152815.140000', '152815.143000', '152815.146000', '152815.149000', '152815.151000', '152815.154000', '152815.157000', '152815.160000', '152815.163000', '152815.166000', '152815.168000', '152815.171000', '152815.174000', '152815.177000', '152835.052000', '152835.055000', '152835.058000', '152835.061000', '152835.064000', '152835.067000', '152835.070000', '152835.073000', '152835.076000', '152835.079000', '152835.081000', '152835.084000', '152835.087000', '152835.090000', '152835.093000', '152835.095000', '152835.098000', '152835.101000', '152835.104000', '152835.107000', '152835.110000', '152835.113000', '152835.115000', '152835.118000', '152835.121000', '152835.124000', '152835.127000', '152835.129000', '152835.132000', '152835.135000', '152835.138000', '152835.141000', '152835.144000', '152835.147000', '152835.149000', '152835.152000', '152835.155000', '152835.158000', '152835.161000', '152835.164000', '152835.166000', '152835.169000', '152835.172000', '152855.052000', '152855.055000', '152855.058000', '152855.061000', '152855.065000', '152855.068000', '152855.071000', '152855.074000', '152855.077000', '152855.080000', '152855.082000', '152855.085000', '152855.088000', '152855.091000', '152855.094000', '152855.097000', '152855.100000', '152855.103000', '152855.106000', '152855.108000', '152855.111000', '152855.114000', '152855.117000', '152855.120000', '152855.123000', '152855.126000', '152855.128000', '152855.131000', '152855.134000', '152855.137000', '152855.140000', '152855.143000', '152855.146000', '152855.149000', '152855.151000', '152855.154000', '152855.157000', '152855.160000', '152855.163000', '152855.166000', '152855.169000', '152855.172000', '152855.174000', '152855.177000', '152915.052000', '152915.055000', '152915.058000', '152915.061000', '152915.064000', '152915.066000', '152915.069000', '152915.072000', '152915.075000', '152915.078000', '152915.081000', '152915.084000', '152915.086000', '152915.089000', '152915.093000', '152915.095000', '152915.098000', '152915.101000', '152915.108000', '152915.111000', '152915.114000', '152915.117000', '152915.119000', '152915.122000', '152915.125000', '152915.128000', '152915.131000', '152915.134000', '152915.137000', '152915.140000', '152915.142000', '152915.145000', '152915.148000', '152915.151000', '152915.154000', '152915.157000', '152915.160000', '152915.162000', '152915.165000', '152915.168000', '152915.171000', '152915.174000', '152915.177000', '152930.773000', '152930.776000', '152930.780000', '152930.784000', '152930.787000', '152930.790000', '152930.793000', '152930.796000', '152930.800000', '152930.803000', '152930.806000', '152930.810000', '152930.813000', '152930.816000', '152930.825000', '152930.829000', '152930.831000', '152930.834000', '152930.837000', '152930.840000', '152930.843000', '152930.846000', '152930.849000', '152930.852000', '152930.856000', '152930.859000', '152930.862000', '152930.865000', '152930.868000', '152930.871000', '152930.873000', '152930.876000', '152930.879000', '152930.882000', '152930.885000'], 'InstanceCreationTime': ['152315.093000', '152315.096000', '152315.099000', '152315.102000', '152315.105000', '152315.108000', '152315.111000', '152315.114000', '152315.116000', '152315.119000', '152315.122000', '152315.125000', '152315.128000', '152315.131000', '152315.133000', '152315.136000', '152315.139000', '152315.142000', '152315.145000', '152315.148000', '152315.150000', '152315.153000', '152315.156000', '152315.159000', '152315.162000', '152315.165000', '152315.168000', '152315.177000', '152315.180000', '152315.183000', '152315.186000', '152315.188000', '152315.191000', '152315.194000', '152315.197000', '152315.200000', '152315.202000', '152315.205000', '152315.208000', '152315.211000', '152315.214000', '152315.217000', '152315.219000', '152315.222000', '152315.225000', '152315.228000', '152315.231000', '152315.233000', '152315.236000', '152315.239000', '152315.242000', '152315.245000', '152315.247000', '152315.250000', '152315.253000', '152335.057000', '152335.060000', '152335.063000', '152335.066000', '152335.069000', '152335.071000', '152335.074000', '152335.077000', '152335.080000', '152335.083000', '152335.087000', '152335.090000', '152335.093000', '152335.095000', '152335.098000', '152335.101000', '152335.104000', '152335.107000', '152335.110000', '152335.113000', '152335.121000', '152335.123000', '152335.126000', '152335.129000', '152335.132000', '152335.135000', '152335.137000', '152335.140000', '152335.143000', '152335.146000', '152335.149000', '152335.152000', '152335.155000', '152335.158000', '152335.161000', '152335.164000', '152335.167000', '152335.170000', '152335.172000', '152335.175000', '152335.178000', '152335.181000', '152335.184000', '152355.052000', '152355.055000', '152355.057000', '152355.060000', '152355.064000', '152355.067000', '152355.069000', '152355.072000', '152355.075000', '152355.078000', '152355.081000', '152355.086000', '152355.089000', '152355.091000', '152355.094000', '152355.097000', '152355.100000', '152355.103000', '152355.106000', '152355.108000', '152355.111000', '152355.114000', '152355.117000', '152355.120000', '152355.123000', '152355.125000', '152355.128000', '152355.131000', '152355.134000', '152355.137000', '152355.139000', '152355.142000', '152355.145000', '152355.148000', '152355.151000', '152355.153000', '152355.156000', '152355.159000', '152355.162000', '152355.165000', '152355.168000', '152355.170000', '152355.173000', '152355.176000', '152415.052000', '152415.055000', '152415.058000', '152415.060000', '152415.063000', '152415.066000', '152415.069000', '152415.072000', '152415.075000', '152415.077000', '152415.080000', '152415.083000', '152415.086000', '152415.089000', '152415.092000', '152415.095000', '152415.101000', '152415.104000', '152415.107000', '152415.110000', '152415.113000', '152415.115000', '152415.118000', '152415.121000', '152415.124000', '152415.127000', '152415.130000', '152415.133000', '152415.135000', '152415.138000', '152415.141000', '152415.144000', '152415.147000', '152415.150000', '152415.153000', '152415.155000', '152415.158000', '152415.161000', '152415.164000', '152415.167000', '152415.170000', '152415.172000', '152415.176000', '152435.052000', '152435.055000', '152435.057000', '152435.060000', '152435.063000', '152435.066000', '152435.069000', '152435.072000', '152435.075000', '152435.077000', '152435.080000', '152435.083000', '152435.086000', '152435.089000', '152435.092000', '152435.095000', '152435.097000', '152435.100000', '152435.107000', '152435.110000', '152435.112000', '152435.115000', '152435.118000', '152435.121000', '152435.124000', '152435.127000', '152435.130000', '152435.133000', '152435.135000', '152435.138000', '152435.141000', '152435.144000', '152435.147000', '152435.150000', '152435.152000', '152435.155000', '152435.158000', '152435.161000', '152435.164000', '152435.167000', '152435.170000', '152435.172000', '152435.175000', '152435.178000', '152455.052000', '152455.055000', '152455.058000', '152455.061000', '152455.063000', '152455.066000', '152455.069000', '152455.072000', '152455.075000', '152455.078000', '152455.081000', '152455.083000', '152455.086000', '152455.089000', '152455.092000', '152455.095000', '152455.097000', '152455.100000', '152455.108000', '152455.111000', '152455.114000', '152455.117000', '152455.120000', '152455.123000', '152455.126000', '152455.129000', '152455.132000', '152455.135000', '152455.138000', '152455.141000', '152455.144000', '152455.146000', '152455.149000', '152455.152000', '152455.155000', '152455.158000', '152455.160000', '152455.163000', '152455.166000', '152455.185000', '152455.188000', '152455.191000', '152455.194000', '152515.052000', '152515.055000', '152515.058000', '152515.061000', '152515.064000', '152515.066000', '152515.069000', '152515.072000', '152515.075000', '152515.078000', '152515.081000', '152515.084000', '152515.086000', '152515.089000', '152515.092000', '152515.095000', '152515.098000', '152515.101000', '152515.104000', '152515.107000', '152515.109000', '152515.112000', '152515.115000', '152515.118000', '152515.121000', '152515.124000', '152515.127000', '152515.130000', '152515.132000', '152515.135000', '152515.138000', '152515.141000', '152515.144000', '152515.146000', '152515.149000', '152515.152000', '152515.155000', '152515.158000', '152515.161000', '152515.164000', '152515.167000', '152515.169000', '152515.172000', '152515.175000', '152535.053000', '152535.056000', '152535.059000', '152535.061000', '152535.064000', '152535.067000', '152535.073000', '152535.076000', '152535.079000', '152535.082000', '152535.085000', '152535.088000', '152535.091000', '152535.093000', '152535.096000', '152535.099000', '152535.102000', '152535.105000', '152535.108000', '152535.110000', '152535.113000', '152535.116000', '152535.119000', '152535.122000', '152535.125000', '152535.128000', '152535.130000', '152535.133000', '152535.136000', '152535.139000', '152535.142000', '152535.145000', '152535.147000', '152535.150000', '152535.153000', '152535.156000', '152535.159000', '152535.162000', '152535.164000', '152535.167000', '152535.170000', '152535.173000', '152535.176000', '152555.052000', '152555.055000', '152555.058000', '152555.061000', '152555.063000', '152555.066000', '152555.069000', '152555.072000', '152555.075000', '152555.078000', '152555.081000', '152555.083000', '152555.086000', '152555.089000', '152555.092000', '152555.095000', '152555.097000', '152555.100000', '152555.103000', '152555.106000', '152555.109000', '152555.112000', '152555.114000', '152555.117000', '152555.120000', '152555.123000', '152555.126000', '152555.129000', '152555.132000', '152555.134000', '152555.137000', '152555.140000', '152555.143000', '152555.146000', '152555.149000', '152555.151000', '152555.154000', '152555.157000', '152555.160000', '152555.163000', '152555.166000', '152555.168000', '152555.171000', '152555.174000', '152615.052000', '152615.055000', '152615.058000', '152615.061000', '152615.063000', '152615.066000', '152615.069000', '152615.072000', '152615.075000', '152615.078000', '152615.081000', '152615.084000', '152615.086000', '152615.089000', '152615.092000', '152615.095000', '152615.098000', '152615.101000', '152615.104000', '152615.106000', '152615.109000', '152615.112000', '152615.115000', '152615.118000', '152615.121000', '152615.123000', '152615.126000', '152615.132000', '152615.134000', '152615.137000', '152615.140000', '152615.143000', '152615.146000', '152615.149000', '152615.152000', '152615.155000', '152615.158000', '152615.161000', '152615.164000', '152615.167000', '152615.170000', '152615.173000', '152615.176000', '152635.052000', '152635.055000', '152635.057000', '152635.060000', '152635.063000', '152635.066000', '152635.069000', '152635.072000', '152635.075000', '152635.078000', '152635.080000', '152635.083000', '152635.086000', '152635.089000', '152635.092000', '152635.094000', '152635.097000', '152635.100000', '152635.103000', '152635.106000', '152635.109000', '152635.124000', '152635.127000', '152635.130000', '152635.133000', '152635.135000', '152635.138000', '152635.141000', '152635.144000', '152635.147000', '152635.150000', '152635.152000', '152635.155000', '152635.158000', '152635.161000', '152635.164000', '152635.167000', '152635.170000', '152635.172000', '152635.175000', '152635.178000', '152635.181000', '152635.184000', '152635.186000', '152655.052000', '152655.055000', '152655.058000', '152655.061000', '152655.063000', '152655.066000', '152655.069000', '152655.072000', '152655.075000', '152655.078000', '152655.081000', '152655.084000', '152655.086000', '152655.089000', '152655.092000', '152655.095000', '152655.098000', '152655.100000', '152655.103000', '152655.106000', '152655.109000', '152655.112000', '152655.115000', '152655.118000', '152655.120000', '152655.123000', '152655.126000', '152655.129000', '152655.132000', '152655.135000', '152655.138000', '152655.140000', '152655.143000', '152655.146000', '152655.149000', '152655.152000', '152655.155000', '152655.158000', '152655.161000', '152655.163000', '152655.166000', '152655.169000', '152655.172000', '152715.052000', '152715.055000', '152715.058000', '152715.061000', '152715.064000', '152715.067000', '152715.070000', '152715.085000', '152715.088000', '152715.091000', '152715.094000', '152715.096000', '152715.099000', '152715.102000', '152715.105000', '152715.108000', '152715.111000', '152715.113000', '152715.116000', '152715.119000', '152715.122000', '152715.125000', '152715.128000', '152715.131000', '152715.134000', '152715.136000', '152715.139000', '152715.142000', '152715.145000', '152715.148000', '152715.151000', '152715.154000', '152715.156000', '152715.159000', '152715.162000', '152715.165000', '152715.168000', '152715.171000', '152715.173000', '152715.176000', '152715.179000', '152715.182000', '152715.185000', '152735.052000', '152735.055000', '152735.058000', '152735.061000', '152735.063000', '152735.066000', '152735.069000', '152735.072000', '152735.075000', '152735.078000', '152735.081000', '152735.083000', '152735.086000', '152735.089000', '152735.092000', '152735.095000', '152735.098000', '152735.101000', '152735.104000', '152735.106000', '152735.109000', '152735.112000', '152735.115000', '152735.118000', '152735.121000', '152735.123000', '152735.126000', '152735.129000', '152735.132000', '152735.135000', '152735.138000', '152735.141000', '152735.143000', '152735.146000', '152735.149000', '152735.152000', '152735.155000', '152735.158000', '152735.161000', '152735.164000', '152735.166000', '152735.169000', '152735.172000', '152735.175000', '152755.053000', '152755.056000', '152755.059000', '152755.061000', '152755.064000', '152755.067000', '152755.070000', '152755.073000', '152755.076000', '152755.078000', '152755.081000', '152755.084000', '152755.087000', '152755.090000', '152755.093000', '152755.096000', '152755.098000', '152755.101000', '152755.104000', '152755.107000', '152755.110000', '152755.113000', '152755.115000', '152755.118000', '152755.121000', '152755.124000', '152755.127000', '152755.129000', '152755.132000', '152755.135000', '152755.138000', '152755.141000', '152755.144000', '152755.146000', '152755.149000', '152755.152000', '152755.155000', '152755.158000', '152755.161000', '152755.164000', '152755.167000', '152755.170000', '152755.172000', '152755.175000', '152815.052000', '152815.055000', '152815.063000', '152815.066000', '152815.069000', '152815.072000', '152815.074000', '152815.077000', '152815.080000', '152815.083000', '152815.086000', '152815.089000', '152815.092000', '152815.094000', '152815.097000', '152815.100000', '152815.103000', '152815.106000', '152815.109000', '152815.111000', '152815.114000', '152815.117000', '152815.120000', '152815.123000', '152815.126000', '152815.128000', '152815.131000', '152815.134000', '152815.137000', '152815.140000', '152815.143000', '152815.146000', '152815.149000', '152815.151000', '152815.154000', '152815.157000', '152815.160000', '152815.163000', '152815.166000', '152815.168000', '152815.171000', '152815.174000', '152815.177000', '152835.052000', '152835.055000', '152835.058000', '152835.061000', '152835.064000', '152835.067000', '152835.070000', '152835.073000', '152835.076000', '152835.079000', '152835.081000', '152835.084000', '152835.087000', '152835.090000', '152835.093000', '152835.095000', '152835.098000', '152835.101000', '152835.104000', '152835.107000', '152835.110000', '152835.113000', '152835.115000', '152835.118000', '152835.121000', '152835.124000', '152835.127000', '152835.129000', '152835.132000', '152835.135000', '152835.138000', '152835.141000', '152835.144000', '152835.147000', '152835.149000', '152835.152000', '152835.155000', '152835.158000', '152835.161000', '152835.164000', '152835.166000', '152835.169000', '152835.172000', '152855.052000', '152855.055000', '152855.058000', '152855.061000', '152855.065000', '152855.068000', '152855.071000', '152855.074000', '152855.077000', '152855.080000', '152855.082000', '152855.085000', '152855.088000', '152855.091000', '152855.094000', '152855.097000', '152855.100000', '152855.103000', '152855.106000', '152855.108000', '152855.111000', '152855.114000', '152855.117000', '152855.120000', '152855.123000', '152855.126000', '152855.128000', '152855.131000', '152855.134000', '152855.137000', '152855.140000', '152855.143000', '152855.146000', '152855.149000', '152855.151000', '152855.154000', '152855.157000', '152855.160000', '152855.163000', '152855.166000', '152855.169000', '152855.172000', '152855.174000', '152855.177000', '152915.052000', '152915.055000', '152915.058000', '152915.061000', '152915.064000', '152915.066000', '152915.069000', '152915.072000', '152915.075000', '152915.078000', '152915.081000', '152915.084000', '152915.086000', '152915.089000', '152915.093000', '152915.095000', '152915.098000', '152915.101000', '152915.108000', '152915.111000', '152915.114000', '152915.117000', '152915.119000', '152915.122000', '152915.125000', '152915.128000', '152915.131000', '152915.134000', '152915.137000', '152915.140000', '152915.142000', '152915.145000', '152915.148000', '152915.151000', '152915.154000', '152915.157000', '152915.160000', '152915.162000', '152915.165000', '152915.168000', '152915.171000', '152915.174000', '152915.177000', '152930.773000', '152930.776000', '152930.780000', '152930.784000', '152930.787000', '152930.790000', '152930.793000', '152930.796000', '152930.800000', '152930.803000', '152930.806000', '152930.810000', '152930.813000', '152930.816000', '152930.825000', '152930.829000', '152930.831000', '152930.834000', '152930.837000', '152930.840000', '152930.843000', '152930.846000', '152930.849000', '152930.852000', '152930.856000', '152930.859000', '152930.862000', '152930.865000', '152930.868000', '152930.871000', '152930.873000', '152930.876000', '152930.879000', '152930.882000', '152930.885000'], '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': [10718, 9077, 8294, 12815, 9418, 10907, 9454, 8776, 10619, 9315, 8166, 8884, 9151, 8999, 9192, 8175, 11997, 9588, 9778, 9357, 8319, 9658, 9622, 8818, 9160, 8690, 9523, 9472, 8236, 9087, 8505, 9142, 7422, 9597, 8542, 9284, 10015, 9909, 9303, 9835, 9343, 8737, 10448, 9744, 8301, 10377, 9046, 9833, 9201, 9429, 8743, 9841, 8893, 9111, 9917, 9457, 9406, 11261, 11299, 9282, 11481, 9965, 8150, 10999, 9640, 10480, 9554, 8272, 9276, 8703, 10025, 8478, 9551, 8335, 9644, 7894, 10069, 9360, 8496, 11238, 8972, 10452, 9537, 7898, 10420, 9281, 8445, 9247, 9559, 9496, 8730, 9191, 9055, 10109, 9431, 8488, 9389, 9417, 7910, 9605, 9680, 8132, 9348, 9315, 7998, 9305, 9199, 8008, 9273, 8698, 8756, 9608, 8449, 8781, 9294, 8206, 9492, 8883, 9906, 9633, 8819, 9088, 9374, 9188, 9306, 8714, 9768, 9975, 9991, 9095, 9380, 9095, 9713, 8535, 9962, 9584, 8181, 9530, 9669, 10569, 9115, 8727, 9050, 9604, 8676, 9549, 9498, 9421, 9492, 8341, 10146, 9644, 8563, 9921, 8505, 10990, 9641, 10154, 9447, 9153, 10366, 9453, 8638, 9502, 9580, 7803, 9276, 9420, 8870, 9953, 8715, 10605, 10265, 8709, 10236, 9076, 9690, 10025, 9057, 9928, 9969, 8558, 9768, 9333, 9676, 10374, 8905, 9628, 9191, 9097, 9525, 8003, 9857, 9302, 9025, 9420, 8026, 9628, 9398, 9462, 9493, 8642, 10186, 9654, 8959, 9841, 9486, 9673, 9665, 8636, 10201, 9285, 8304, 10598, 9565, 7792, 9156, 8899, 7955, 9163, 8633, 8637, 9484, 8152, 9151, 8931, 7939, 9731, 8648, 9988, 9255, 8318, 9667, 8957, 8598, 9158, 8776, 8734, 9514, 8318, 9466, 8945, 9474, 9576, 9650, 9108, 8784, 9280, 10166, 8765, 8773, 9213, 8713, 9562, 8640, 10256, 9633, 9251, 9332, 9508, 9001, 9733, 8657, 10407, 9842, 9679, 9647, 9148, 9164, 9780, 8412, 10252, 9721, 9265, 9718, 9581, 9074, 9505, 8700, 8723, 9800, 8283, 9734, 9621, 8376, 9037, 9184, 9710, 9596, 8901, 9316, 9286, 8296, 9847, 9494, 8078, 10687, 9758, 8269, 9261, 9369, 7734, 9333, 8723, 8192, 9671, 8585, 9067, 9739, 8460, 9902, 9542, 9895, 9390, 8950, 9454, 9849, 8635, 9619, 9211, 8291, 9514, 8732, 8904, 9690, 8476, 8924, 9558, 8568, 9490, 8832, 10264, 9735, 8396, 9227, 9151, 9451, 9222, 8511, 8727, 9245, 8672, 9348, 8421, 10815, 9633, 9582, 9616, 8649, 10142, 9748, 9454, 9349, 9447, 10220, 9420, 8922, 9485, 9665, 8380, 10573, 9161, 8030, 8946, 9329, 7882, 9255, 8465, 9535, 8487, 9657, 8498, 9257, 9336, 8297, 10001, 9586, 9673, 10750, 9306, 10033, 9662, 8942, 8909, 9437, 8664, 9304, 9907, 8302, 8852, 9546, 7832, 9325, 8849, 8124, 9606, 8629, 9862, 9617, 8545, 9542, 9129, 9238, 9418, 8866, 10090, 9750, 9652, 8620, 9214, 9066, 9752, 8660, 9404, 9509, 8763, 10594, 9818, 8352, 9194, 9034, 8744, 10317, 8841, 8601, 9213, 8587, 9569, 9074, 9450, 10072, 9593, 8779, 10563, 10001, 10239, 10790, 9598, 9786, 9884, 8792, 10152, 9789, 8824, 9490, 9465, 9831, 9363, 9068, 9248, 9510, 8179, 9656, 9566, 8252, 11128, 9411, 8036, 9431, 9171, 7924, 9622, 8509, 8864, 9515, 8476, 8765, 9496, 7986, 9388, 8889, 9232, 9927, 8587, 9582, 9214, 8274, 9420, 9047, 9019, 9623, 8834, 10340, 9733, 8672, 9242, 9602, 9112, 9129, 9324, 8212, 10012, 8943, 9583, 9633, 8766, 8827, 9750, 8297, 9217, 9294, 8319, 9420, 9162, 9343, 9574, 8815, 10509, 9894, 8805, 8858, 9704, 8511, 9859, 9431, 10241, 10675, 9836, 10299, 10283, 10504, 10331, 9604, 10132, 10463, 9020, 11443, 10094, 8967, 9648, 9253, 9799, 9620, 8501, 11040, 9491, 9492, 9867, 8795, 9750, 9626, 8383, 10686, 9839, 10032, 9316, 9373, 9637, 9753, 8815, 9423, 9612, 8660, 9034, 9583, 8614, 9405, 9527, 8556, 9296, 9623, 8348, 9381, 9305, 8102, 9333, 9153, 9610, 9715, 8956, 10134, 9694, 9115, 8910, 9490, 9022, 9817, 8984, 9608, 9527, 8882, 9885, 9475, 8197, 9396, 9084, 9334, 9681, 8165, 9796, 8747, 8495, 9703, 8972, 9889, 9223, 9835, 9818, 9311, 10167, 9218, 10607, 9666, 9168, 10135, 9882, 10092, 9498, 9312, 10323, 9824, 8929, 10359, 9831, 9716, 9473, 9293, 9553, 9884, 8567, 10233, 10158, 8444, 9012, 9492, 8940, 9428, 9205, 8337, 9361, 8530, 9853, 9391, 8359, 9330, 9312, 8326, 9553, 8792, 10290, 9832, 8725, 8976, 9534, 8651, 9617, 9216, 10057, 10174, 8952, 9268, 9619, 9049, 9875, 9082, 10446, 9893, 8486, 8930, 9647, 9082, 9530, 8797, 9829, 10009, 8332, 9247, 9307, 8177, 9796, 8530, 10064, 9382, 9578, 9638, 9008, 9505, 9601, 8533, 10742, 9783, 9358, 11247, 9448, 9517, 9156, 9232, 8680, 9689, 8904, 10470, 9540, 8761, 9047, 9188, 8339, 9498, 9408, 10212, 8952, 9277, 10064, 9469, 9001, 9259, 9088, 9160, 9849, 9714, 8633, 8517, 9551, 8756, 9202, 9229, 9575, 9715, 9106, 8725, 9264, 9398, 9324, 9291, 10174, 9832, 9859, 12263, 9567, 9568, 9111, 9611, 10357, 9113, 9094, 9028, 9817, 8988, 9931, 9669, 8832, 10621, 9805, 9469, 8807, 9630, 8484, 9564, 9227, 9006, 9965, 9133, 8766, 9653, 8718, 9261, 9435, 9829, 9541, 9002, 11241, 9577, 8588, 8598, 9685, 8758, 9070, 9221, 8403, 9541, 9087, 9202, 9423, 8759, 10677, 9682, 8619, 8875, 9211, 8353, 9201, 9140, 9770, 9756, 8875, 8420, 9426, 8822, 9352, 9239, 10361, 9107, 8907, 9410, 9654, 9868, 9598, 9071, 9246, 9805, 9643, 9557, 8722, 9085, 9758, 9774, 10309, 8429, 10170, 9124, 8030, 10010, 8713, 9777, 12982, 14109, 9819, 10850, 8813, 9811, 11192, 9003, 9084, 11470, 9751, 10322, 9218, 9070, 8977, 9377, 8993, 9588, 8972, 9232, 9291, 9322, 9923, 9561, 8949, 11374, 9730, 8842, 8514, 9114, 9567, 9615, 7962, 9828, 9098, 8882, 9367, 9425, 9618, 8925, 10224, 9814, 8705, 9100, 9026, 10031, 9545, 8552, 9153, 9020, 10304, 9888, 8478, 8455, 9296, 9301, 9457, 8841, 10614], 'WindowCenter': [4112.0, 4087.0, 4064.0, 4090.0, 4059.0, 4078.0, 4054.0, 4045.0, 4064.0, 4044.0, 4045.0, 4042.0, 4043.0, 4042.0, 4043.0, 4044.0, 4063.0, 4054.0, 4053.0, 4042.0, 4044.0, 4053.0, 4055.0, 4056.0, 4053.0, 4045.0, 4054.0, 4054.0, 4044.0, 4042.0, 4044.0, 4066.0, 4047.0, 4081.0, 4070.0, 4081.0, 4082.0, 4068.0, 4057.0, 4056.0, 4043.0, 4046.0, 4066.0, 4055.0, 4044.0, 4054.0, 4044.0, 4054.0, 4056.0, 4068.0, 4058.0, 4080.0, 4070.0, 4071.0, 4082.0, 4071.0, 4074.0, 4084.0, 4067.0, 4045.0, 4065.0, 4042.0, 4022.0, 4040.0, 4040.0, 4041.0, 4028.0, 4019.0, 4029.0, 4030.0, 4040.0, 4032.0, 4053.0, 4034.0, 4055.0, 4036.0, 4043.0, 4043.0, 4033.0, 4052.0, 4032.0, 4041.0, 4041.0, 4032.0, 4051.0, 4042.0, 4032.0, 4056.0, 4055.0, 4069.0, 4059.0, 4056.0, 4057.0, 4068.0, 4044.0, 4046.0, 4044.0, 4044.0, 4035.0, 4043.0, 4055.0, 4036.0, 4044.0, 4057.0, 4047.0, 4056.0, 4058.0, 4047.0, 4058.0, 4061.0, 4058.0, 4070.0, 4061.0, 4060.0, 4084.0, 4061.0, 4071.0, 4073.0, 4071.0, 4072.0, 4072.0, 4059.0, 4071.0, 4070.0, 4070.0, 4061.0, 4069.0, 4068.0, 4070.0, 4057.0, 4059.0, 4057.0, 4055.0, 4047.0, 4056.0, 4056.0, 4047.0, 4055.0, 4056.0, 4066.0, 4045.0, 4047.0, 4045.0, 4055.0, 4046.0, 4055.0, 4056.0, 4057.0, 4055.0, 4045.0, 4054.0, 4054.0, 4044.0, 4066.0, 4047.0, 4065.0, 4054.0, 4056.0, 4042.0, 4043.0, 4053.0, 4040.0, 4032.0, 4042.0, 4053.0, 4023.0, 4042.0, 4057.0, 4056.0, 4055.0, 4057.0, 4054.0, 4065.0, 4046.0, 4065.0, 4056.0, 4055.0, 4055.0, 4045.0, 4054.0, 4055.0, 4044.0, 4054.0, 4055.0, 4054.0, 4066.0, 4046.0, 4068.0, 4069.0, 4056.0, 4055.0, 4047.0, 4054.0, 4054.0, 4044.0, 4055.0, 4034.0, 4042.0, 4043.0, 4054.0, 4053.0, 4044.0, 4055.0, 4054.0, 4045.0, 4052.0, 4043.0, 4043.0, 4041.0, 4033.0, 4052.0, 4041.0, 4032.0, 4052.0, 4053.0, 4023.0, 4042.0, 4044.0, 4033.0, 4055.0, 4058.0, 4044.0, 4056.0, 4046.0, 4055.0, 4057.0, 4046.0, 4067.0, 4058.0, 4066.0, 4068.0, 4048.0, 4067.0, 4058.0, 4046.0, 4057.0, 4060.0, 4056.0, 4069.0, 4048.0, 4070.0, 4070.0, 4069.0, 4070.0, 4070.0, 4058.0, 4060.0, 4058.0, 4068.0, 4059.0, 4057.0, 4058.0, 4058.0, 4067.0, 4057.0, 4066.0, 4056.0, 4069.0, 4055.0, 4055.0, 4044.0, 4054.0, 4045.0, 4064.0, 4055.0, 4055.0, 4053.0, 4054.0, 4043.0, 4053.0, 4044.0, 4053.0, 4053.0, 4055.0, 4042.0, 4053.0, 4042.0, 4052.0, 4044.0, 4043.0, 4054.0, 4044.0, 4053.0, 4054.0, 4044.0, 4042.0, 4054.0, 4054.0, 4041.0, 4044.0, 4042.0, 4042.0, 4032.0, 4041.0, 4041.0, 4033.0, 4052.0, 4053.0, 4034.0, 4042.0, 4055.0, 4034.0, 4055.0, 4057.0, 4046.0, 4066.0, 4058.0, 4056.0, 4067.0, 4059.0, 4066.0, 4068.0, 4068.0, 4056.0, 4070.0, 4067.0, 4068.0, 4059.0, 4067.0, 4068.0, 4048.0, 4068.0, 4059.0, 4057.0, 4068.0, 4059.0, 4056.0, 4069.0, 4057.0, 4056.0, 4058.0, 4067.0, 4069.0, 4058.0, 4057.0, 4068.0, 4067.0, 4057.0, 4058.0, 4045.0, 4057.0, 4045.0, 4055.0, 4046.0, 4064.0, 4055.0, 4054.0, 4053.0, 4044.0, 4053.0, 4053.0, 4054.0, 4040.0, 4042.0, 4052.0, 4040.0, 4042.0, 4041.0, 4040.0, 4031.0, 4050.0, 4041.0, 4031.0, 4029.0, 4041.0, 4019.0, 4041.0, 4031.0, 4053.0, 4044.0, 4067.0, 4059.0, 4057.0, 4056.0, 4046.0, 4054.0, 4054.0, 4055.0, 4062.0, 4043.0, 4054.0, 4042.0, 4043.0, 4042.0, 4043.0, 4044.0, 4042.0, 4054.0, 4044.0, 4043.0, 4066.0, 4035.0, 4056.0, 4057.0, 4045.0, 4067.0, 4058.0, 4067.0, 4069.0, 4059.0, 4067.0, 4070.0, 4069.0, 4069.0, 4071.0, 4068.0, 4068.0, 4070.0, 4057.0, 4069.0, 4058.0, 4056.0, 4057.0, 4056.0, 4067.0, 4057.0, 4067.0, 4068.0, 4047.0, 4057.0, 4070.0, 4072.0, 4080.0, 4070.0, 4058.0, 4070.0, 4059.0, 4081.0, 4071.0, 4082.0, 4082.0, 4070.0, 4059.0, 4067.0, 4055.0, 4066.0, 4064.0, 4054.0, 4054.0, 4052.0, 4043.0, 4052.0, 4053.0, 4043.0, 4040.0, 4042.0, 4042.0, 4040.0, 4041.0, 4040.0, 4040.0, 4031.0, 4039.0, 4040.0, 4031.0, 4050.0, 4040.0, 4020.0, 4039.0, 4041.0, 4020.0, 4042.0, 4056.0, 4042.0, 4054.0, 4045.0, 4043.0, 4055.0, 4034.0, 4055.0, 4056.0, 4055.0, 4067.0, 4058.0, 4067.0, 4057.0, 4047.0, 4057.0, 4058.0, 4057.0, 4068.0, 4059.0, 4067.0, 4068.0, 4059.0, 4057.0, 4068.0, 4057.0, 4057.0, 4069.0, 4047.0, 4068.0, 4059.0, 4068.0, 4070.0, 4060.0, 4058.0, 4070.0, 4059.0, 4057.0, 4069.0, 4048.0, 4068.0, 4069.0, 4057.0, 4068.0, 4058.0, 4067.0, 4069.0, 4069.0, 4058.0, 4069.0, 4059.0, 4081.0, 4072.0, 4067.0, 4067.0, 4067.0, 4066.0, 4067.0, 4066.0, 4053.0, 4055.0, 4054.0, 4053.0, 4055.0, 4076.0, 4065.0, 4044.0, 4053.0, 4055.0, 4053.0, 4053.0, 4043.0, 4062.0, 4053.0, 4054.0, 4052.0, 4042.0, 4043.0, 4041.0, 4032.0, 4050.0, 4041.0, 4041.0, 4029.0, 4040.0, 4040.0, 4038.0, 4030.0, 4039.0, 4038.0, 4030.0, 4029.0, 4041.0, 4041.0, 4040.0, 4041.0, 4042.0, 4041.0, 4053.0, 4043.0, 4054.0, 4056.0, 4033.0, 4055.0, 4057.0, 4055.0, 4056.0, 4057.0, 4065.0, 4066.0, 4056.0, 4055.0, 4066.0, 4056.0, 4066.0, 4057.0, 4055.0, 4067.0, 4058.0, 4082.0, 4080.0, 4059.0, 4069.0, 4070.0, 4070.0, 4082.0, 4059.0, 4079.0, 4071.0, 4059.0, 4081.0, 4070.0, 4079.0, 4070.0, 4068.0, 4079.0, 4070.0, 4068.0, 4069.0, 4067.0, 4067.0, 4058.0, 4066.0, 4066.0, 4066.0, 4053.0, 4055.0, 4064.0, 4055.0, 4056.0, 4053.0, 4064.0, 4055.0, 4053.0, 4055.0, 4053.0, 4052.0, 4043.0, 4051.0, 4052.0, 4033.0, 4041.0, 4053.0, 4042.0, 4041.0, 4055.0, 4033.0, 4053.0, 4044.0, 4053.0, 4055.0, 4045.0, 4054.0, 4056.0, 4045.0, 4065.0, 4057.0, 4065.0, 4067.0, 4058.0, 4055.0, 4067.0, 4057.0, 4067.0, 4070.0, 4068.0, 4067.0, 4058.0, 4056.0, 4068.0, 4057.0, 4066.0, 4058.0, 4066.0, 4066.0, 4057.0, 4054.0, 4055.0, 4044.0, 4055.0, 4057.0, 4065.0, 4065.0, 4045.0, 4054.0, 4055.0, 4044.0, 4066.0, 4056.0, 4054.0, 4056.0, 4056.0, 4054.0, 4055.0, 4054.0, 4053.0, 4044.0, 4053.0, 4052.0, 4043.0, 4050.0, 4042.0, 4042.0, 4041.0, 4053.0, 4042.0, 4053.0, 4055.0, 4064.0, 4055.0, 4056.0, 4055.0, 4068.0, 4047.0, 4066.0, 4068.0, 4068.0, 4056.0, 4068.0, 4068.0, 4056.0, 4057.0, 4055.0, 4056.0, 4058.0, 4066.0, 4067.0, 4058.0, 4057.0, 4083.0, 4059.0, 4070.0, 4071.0, 4069.0, 4080.0, 4072.0, 4059.0, 4081.0, 4071.0, 4070.0, 4071.0, 4069.0, 4068.0, 4069.0, 4077.0, 4057.0, 4068.0, 4045.0, 4066.0, 4066.0, 4044.0, 4056.0, 4054.0, 4054.0, 4055.0, 4054.0, 4055.0, 4056.0, 4064.0, 4065.0, 4056.0, 4042.0, 4054.0, 4043.0, 4054.0, 4057.0, 4055.0, 4067.0, 4068.0, 4045.0, 4068.0, 4057.0, 4055.0, 4057.0, 4066.0, 4055.0, 4056.0, 4065.0, 4055.0, 4046.0, 4043.0, 4055.0, 4044.0, 4054.0, 4055.0, 4044.0, 4054.0, 4056.0, 4055.0, 4056.0, 4058.0, 4066.0, 4067.0, 4058.0, 4056.0, 4068.0, 4047.0, 4068.0, 4069.0, 4067.0, 4080.0, 4070.0, 4058.0, 4070.0, 4070.0, 4081.0, 4083.0, 4080.0, 4071.0, 4072.0, 4069.0, 4082.0, 4081.0, 4081.0, 4071.0, 4070.0, 4082.0, 4080.0, 4081.0, 4072.0, 4069.0, 4081.0, 4080.0, 4081.0, 4059.0, 4092.0, 4083.0, 4073.0, 4096.0, 4086.0, 4097.0, 4108.0, 4102.0, 4059.0, 4068.0, 4044.0, 4055.0, 4066.0, 4046.0, 4046.0, 4063.0, 4043.0, 4054.0, 4029.0, 4032.0, 4031.0, 4043.0, 4044.0, 4056.0, 4057.0, 4059.0, 4059.0, 4070.0, 4072.0, 4057.0, 4047.0, 4065.0, 4055.0, 4045.0, 4032.0, 4044.0, 4043.0, 4054.0, 4034.0, 4068.0, 4058.0, 4044.0, 4055.0, 4045.0, 4044.0, 4046.0, 4054.0, 4055.0, 4045.0, 4045.0, 4057.0, 4055.0, 4057.0, 4046.0, 4056.0, 4058.0, 4067.0, 4069.0, 4049.0, 4045.0, 4057.0, 4056.0, 4056.0, 4058.0, 4065.0], 'WindowWidth': [9159.0, 9113.0, 9076.0, 9102.0, 9056.0, 9082.0, 9041.0, 9031.0, 9056.0, 9027.0, 9030.0, 9023.0, 9026.0, 9022.0, 9025.0, 9027.0, 9051.0, 9039.0, 9039.0, 9021.0, 9029.0, 9039.0, 9043.0, 9048.0, 9039.0, 9029.0, 9039.0, 9041.0, 9028.0, 9022.0, 9027.0, 9061.0, 9041.0, 9090.0, 9074.0, 9091.0, 9096.0, 9065.0, 9050.0, 9047.0, 9025.0, 9032.0, 9059.0, 9044.0, 9029.0, 9040.0, 9027.0, 9039.0, 9048.0, 9064.0, 9055.0, 9087.0, 9073.0, 9077.0, 9093.0, 9077.0, 9083.0, 9102.0, 9063.0, 9028.0, 9054.0, 9018.0, 8992.0, 9013.0, 9011.0, 9015.0, 8993.0, 8984.0, 8995.0, 8998.0, 9013.0, 9006.0, 9036.0, 9012.0, 9041.0, 9018.0, 9025.0, 9020.0, 9009.0, 9031.0, 9004.0, 9016.0, 9013.0, 9005.0, 9027.0, 9019.0, 9006.0, 9044.0, 9042.0, 9067.0, 9055.0, 9045.0, 9048.0, 9062.0, 9026.0, 9030.0, 9026.0, 9024.0, 9013.0, 9023.0, 9041.0, 9017.0, 9028.0, 9048.0, 9036.0, 9046.0, 9051.0, 9037.0, 9054.0, 9060.0, 9054.0, 9072.0, 9064.0, 9059.0, 9098.0, 9063.0, 9073.0, 9079.0, 9075.0, 9076.0, 9078.0, 9054.0, 9074.0, 9072.0, 9070.0, 9060.0, 9067.0, 9064.0, 9071.0, 9048.0, 9054.0, 9050.0, 9043.0, 9035.0, 9048.0, 9045.0, 9034.0, 9041.0, 9044.0, 9060.0, 9030.0, 9036.0, 9030.0, 9043.0, 9033.0, 9041.0, 9045.0, 9049.0, 9043.0, 9029.0, 9040.0, 9040.0, 9025.0, 9060.0, 9037.0, 9057.0, 9040.0, 9045.0, 9018.0, 9023.0, 9036.0, 9015.0, 9006.0, 9020.0, 9037.0, 8999.0, 9020.0, 9050.0, 9045.0, 9043.0, 9048.0, 9038.0, 9056.0, 9033.0, 9055.0, 9045.0, 9041.0, 9042.0, 9030.0, 9038.0, 9042.0, 9027.0, 9038.0, 9043.0, 9040.0, 9058.0, 9031.0, 9065.0, 9069.0, 9046.0, 9044.0, 9035.0, 9041.0, 9041.0, 9026.0, 9042.0, 9015.0, 9020.0, 9025.0, 9040.0, 9037.0, 9028.0, 9043.0, 9041.0, 9029.0, 9033.0, 9022.0, 9025.0, 9018.0, 9009.0, 9033.0, 9018.0, 9009.0, 9033.0, 9036.0, 8997.0, 9020.0, 9026.0, 9012.0, 9044.0, 9053.0, 9028.0, 9046.0, 9033.0, 9043.0, 9050.0, 9034.0, 9064.0, 9053.0, 9062.0, 9067.0, 9040.0, 9063.0, 9053.0, 9034.0, 9051.0, 9061.0, 9049.0, 9070.0, 9041.0, 9075.0, 9074.0, 9069.0, 9072.0, 9074.0, 9054.0, 9058.0, 9055.0, 9067.0, 9056.0, 9051.0, 9053.0, 9053.0, 9062.0, 9051.0, 9062.0, 9047.0, 9071.0, 9043.0, 9045.0, 9029.0, 9042.0, 9030.0, 9056.0, 9043.0, 9043.0, 9036.0, 9041.0, 9025.0, 9038.0, 9027.0, 9038.0, 9037.0, 9043.0, 9022.0, 9038.0, 9023.0, 9035.0, 9027.0, 9025.0, 9039.0, 9028.0, 9037.0, 9040.0, 9029.0, 9021.0, 9040.0, 9040.0, 9019.0, 9026.0, 9022.0, 9020.0, 9008.0, 9019.0, 9018.0, 9009.0, 9033.0, 9037.0, 9013.0, 9023.0, 9043.0, 9017.0, 9046.0, 9052.0, 9035.0, 9062.0, 9054.0, 9048.0, 9065.0, 9056.0, 9061.0, 9067.0, 9066.0, 9047.0, 9072.0, 9065.0, 9065.0, 9056.0, 9063.0, 9068.0, 9040.0, 9066.0, 9056.0, 9051.0, 9067.0, 9055.0, 9049.0, 9070.0, 9050.0, 9047.0, 9053.0, 9064.0, 9071.0, 9056.0, 9050.0, 9066.0, 9065.0, 9051.0, 9055.0, 9032.0, 9049.0, 9033.0, 9044.0, 9033.0, 9055.0, 9044.0, 9042.0, 9038.0, 9029.0, 9038.0, 9037.0, 9041.0, 9017.0, 9020.0, 9036.0, 9014.0, 9020.0, 9020.0, 9015.0, 9005.0, 9029.0, 9019.0, 9005.0, 9000.0, 9017.0, 8987.0, 9018.0, 9006.0, 9038.0, 9030.0, 9065.0, 9057.0, 9051.0, 9046.0, 9034.0, 9039.0, 9041.0, 9045.0, 9049.0, 9025.0, 9042.0, 9021.0, 9026.0, 9021.0, 9024.0, 9026.0, 9022.0, 9041.0, 9029.0, 9025.0, 9059.0, 9017.0, 9046.0, 9052.0, 9032.0, 9063.0, 9055.0, 9063.0, 9072.0, 9056.0, 9065.0, 9073.0, 9070.0, 9070.0, 9076.0, 9067.0, 9068.0, 9072.0, 9051.0, 9068.0, 9054.0, 9048.0, 9051.0, 9047.0, 9064.0, 9050.0, 9065.0, 9067.0, 9038.0, 9052.0, 9072.0, 9081.0, 9086.0, 9073.0, 9055.0, 9072.0, 9058.0, 9090.0, 9077.0, 9094.0, 9095.0, 9072.0, 9057.0, 9064.0, 9045.0, 9061.0, 9054.0, 9042.0, 9042.0, 9035.0, 9025.0, 9036.0, 9037.0, 9025.0, 9016.0, 9020.0, 9021.0, 9013.0, 9019.0, 9016.0, 9015.0, 9005.0, 9012.0, 9013.0, 9003.0, 9027.0, 9015.0, 8989.0, 9010.0, 9019.0, 8990.0, 9021.0, 9049.0, 9023.0, 9041.0, 9031.0, 9025.0, 9046.0, 9016.0, 9043.0, 9048.0, 9045.0, 9063.0, 9054.0, 9062.0, 9052.0, 9036.0, 9052.0, 9055.0, 9051.0, 9066.0, 9057.0, 9066.0, 9065.0, 9056.0, 9051.0, 9068.0, 9052.0, 9051.0, 9069.0, 9038.0, 9067.0, 9055.0, 9067.0, 9073.0, 9060.0, 9054.0, 9073.0, 9057.0, 9050.0, 9070.0, 9041.0, 9066.0, 9071.0, 9051.0, 9066.0, 9054.0, 9064.0, 9069.0, 9072.0, 9053.0, 9068.0, 9057.0, 9088.0, 9079.0, 9066.0, 9062.0, 9064.0, 9059.0, 9062.0, 9061.0, 9036.0, 9042.0, 9040.0, 9037.0, 9044.0, 9076.0, 9059.0, 9029.0, 9036.0, 9045.0, 9039.0, 9038.0, 9025.0, 9050.0, 9040.0, 9042.0, 9035.0, 9024.0, 9023.0, 9019.0, 9009.0, 9029.0, 9017.0, 9020.0, 8999.0, 9016.0, 9016.0, 9009.0, 9001.0, 9013.0, 9010.0, 9002.0, 8999.0, 9018.0, 9018.0, 9014.0, 9018.0, 9022.0, 9018.0, 9039.0, 9025.0, 9040.0, 9047.0, 9013.0, 9045.0, 9050.0, 9047.0, 9047.0, 9051.0, 9059.0, 9062.0, 9050.0, 9045.0, 9061.0, 9049.0, 9062.0, 9050.0, 9046.0, 9064.0, 9053.0, 9093.0, 9088.0, 9057.0, 9072.0, 9075.0, 9072.0, 9091.0, 9058.0, 9085.0, 9077.0, 9058.0, 9090.0, 9073.0, 9085.0, 9074.0, 9066.0, 9085.0, 9074.0, 9067.0, 9070.0, 9066.0, 9065.0, 9053.0, 9060.0, 9061.0, 9060.0, 9039.0, 9045.0, 9055.0, 9044.0, 9046.0, 9039.0, 9055.0, 9043.0, 9039.0, 9042.0, 9037.0, 9035.0, 9024.0, 9033.0, 9035.0, 9012.0, 9018.0, 9037.0, 9023.0, 9019.0, 9045.0, 9010.0, 9039.0, 9028.0, 9037.0, 9045.0, 9032.0, 9041.0, 9048.0, 9030.0, 9059.0, 9050.0, 9058.0, 9064.0, 9053.0, 9045.0, 9064.0, 9050.0, 9063.0, 9073.0, 9067.0, 9065.0, 9053.0, 9047.0, 9066.0, 9049.0, 9060.0, 9052.0, 9061.0, 9061.0, 9049.0, 9041.0, 9043.0, 9029.0, 9043.0, 9049.0, 9056.0, 9056.0, 9031.0, 9043.0, 9045.0, 9029.0, 9059.0, 9049.0, 9043.0, 9048.0, 9049.0, 9041.0, 9045.0, 9042.0, 9039.0, 9029.0, 9037.0, 9035.0, 9025.0, 9030.0, 9020.0, 9022.0, 9018.0, 9038.0, 9022.0, 9039.0, 9043.0, 9054.0, 9046.0, 9049.0, 9045.0, 9068.0, 9038.0, 9063.0, 9068.0, 9068.0, 9049.0, 9068.0, 9066.0, 9046.0, 9050.0, 9045.0, 9047.0, 9052.0, 9060.0, 9063.0, 9054.0, 9053.0, 9097.0, 9057.0, 9075.0, 9076.0, 9072.0, 9088.0, 9080.0, 9056.0, 9091.0, 9076.0, 9072.0, 9076.0, 9070.0, 9066.0, 9070.0, 9076.0, 9049.0, 9066.0, 9029.0, 9060.0, 9060.0, 9029.0, 9047.0, 9044.0, 9042.0, 9045.0, 9041.0, 9043.0, 9047.0, 9055.0, 9058.0, 9047.0, 9024.0, 9042.0, 9026.0, 9044.0, 9050.0, 9047.0, 9064.0, 9067.0, 9031.0, 9066.0, 9052.0, 9045.0, 9050.0, 9060.0, 9043.0, 9047.0, 9058.0, 9045.0, 9034.0, 9026.0, 9043.0, 9029.0, 9041.0, 9045.0, 9029.0, 9043.0, 9047.0, 9043.0, 9048.0, 9052.0, 9060.0, 9065.0, 9053.0, 9047.0, 9068.0, 9037.0, 9068.0, 9071.0, 9064.0, 9088.0, 9075.0, 9055.0, 9074.0, 9073.0, 9091.0, 9095.0, 9088.0, 9078.0, 9079.0, 9072.0, 9090.0, 9089.0, 9088.0, 9077.0, 9073.0, 9092.0, 9090.0, 9091.0, 9082.0, 9072.0, 9091.0, 9090.0, 9091.0, 9057.0, 9107.0, 9098.0, 9085.0, 9119.0, 9106.0, 9120.0, 9140.0, 9121.0, 9052.0, 9063.0, 9024.0, 9039.0, 9058.0, 9032.0, 9031.0, 9047.0, 9021.0, 9036.0, 8995.0, 9004.0, 9002.0, 9022.0, 9027.0, 9045.0, 9048.0, 9054.0, 9053.0, 9071.0, 9077.0, 9045.0, 9032.0, 9053.0, 9039.0, 9027.0, 9004.0, 9024.0, 9021.0, 9038.0, 9013.0, 9064.0, 9051.0, 9026.0, 9042.0, 9027.0, 9023.0, 9029.0, 9038.0, 9040.0, 9030.0, 9027.0, 9047.0, 9042.0, 9047.0, 9032.0, 9044.0, 9050.0, 9061.0, 9067.0, 9042.0, 9030.0, 9048.0, 9045.0, 9046.0, 9049.0, 9056.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.001158331415420023</td></tr>
<tr><td colspan=3>aqi</td><td>0.02446445500575374</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.71635572366358</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1963694604953914</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0102395908410147</td></tr>
<tr><td colspan=3>efc</td><td>0.4849</td></tr>
<tr><td colspan=3>fber</td><td>4573.8057</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0932798820805833</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.523590333716916</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.590878560458913</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5433156666353565</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8286682052865673</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4006518094548155</td></tr>
<tr><td colspan=3>gcor</td><td>0.0149105</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023487821221351624</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023508315905928612</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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>3.8654423626253185</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>26.0543</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8156</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.3945</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299599.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.9909</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4691</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.4314</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3264.7862</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.2096</td></tr>
<tr><td colspan=3>tsnr</td><td>40.29551746672951</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>