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

616 lines
No EOL
122 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-0066_ses-01_task-alignvideo_acq-mb8_run-01_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-0066_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0066_suffix-bold_task-alignvideo" 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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0066_suffix-bold_task-alignvideo" 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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0066_suffix-bold_task-alignvideo" 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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0066_suffix-bold_task-alignvideo" 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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0066_suffix-bold_task-alignvideo" 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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0066_suffix-bold_task-alignvideo" 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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0066_suffix-bold_task-alignvideo" 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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_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-0066/ses-01/func/sub-0066_ses-01_task-alignvideo_acq-mb8_run-01_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>22d8cbfddf2fdf2369de4969485c9e2e</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>21:12:32.720000</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_VE11E_LATEST_20181129</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.998704, 0.00562451, 0.0505862, -0.00557786, 0.999984, -0.00106332]</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-01_task-alignvideo_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.106952</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7738, -7287, 557, -140, -98, -8, 96]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>276.243</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>309d7c5c-a39d-4c9e-9137-8098ac60b818||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6794495582580566, -0.014964992180466652, 0.13659675419330597, 108.63121795654297], [-0.015090151689946651, 2.6828837394714355, -0.002105412073433399, -90.7640380859375], [0.1357191503047943, 0.0028528189286589622, 2.6965415477752686, -78.70794677734375], [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, 1073]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['211232.720000', '211233.180000', '211233.640000', '211234.100000', '211234.560000', '211235.020000', '211235.480000', '211235.940000', '211236.400000', '211236.860000', '211237.320000', '211237.780000', '211238.240000', '211238.700000', '211239.160000', '211239.620000', '211240.080000', '211240.540000', '211241.000000', '211241.460000', '211241.920000', '211242.380000', '211242.840000', '211243.300000', '211243.760000', '211244.220000', '211244.680000', '211245.140000', '211245.600000', '211246.060000', '211246.520000', '211246.980000', '211247.440000', '211247.900000', '211248.360000', '211248.820000', '211249.280000', '211249.740000', '211250.200000', '211250.660000', '211251.120000', '211251.580000', '211252.040000', '211252.500000', '211252.960000', '211253.420000', '211253.880000', '211254.340000', '211254.800000', '211255.260000', '211255.720000', '211256.180000', '211256.640000', '211257.100000', '211257.560000', '211258.020000', '211258.480000', '211258.940000', '211259.400000', '211259.860000', '211300.320000', '211300.780000', '211301.240000', '211301.700000', '211302.160000', '211302.620000', '211303.080000', '211303.540000', '211304.000000', '211304.460000', '211304.920000', '211305.380000', '211305.840000', '211306.300000', '211306.760000', '211307.220000', '211307.680000', '211308.140000', '211308.600000', '211309.060000', '211309.520000', '211309.980000', '211310.440000', '211310.900000', '211311.360000', '211311.820000', '211312.280000', '211312.740000', '211313.200000', '211313.660000', '211314.120000', '211314.580000', '211315.040000', '211315.500000', '211315.960000', '211316.420000', '211316.880000', '211317.340000', '211317.800000', '211318.260000', '211318.720000', '211319.180000', '211319.640000', '211320.100000', '211320.560000', '211321.020000', '211321.480000', '211321.940000', '211322.400000', '211322.860000', '211323.320000', '211323.780000', '211324.240000', '211324.700000', '211325.160000', '211325.620000', '211326.080000', '211326.540000', '211327.000000', '211327.460000', '211327.920000', '211328.380000', '211328.840000', '211329.300000', '211329.760000', '211330.220000', '211330.680000', '211331.140000', '211331.600000', '211332.060000', '211332.520000', '211332.980000', '211333.440000', '211333.900000', '211334.360000', '211334.820000', '211335.280000', '211335.740000', '211336.200000', '211336.660000', '211337.120000', '211337.580000', '211338.040000', '211338.500000', '211338.960000', '211339.420000', '211339.880000', '211340.340000', '211340.800000', '211341.260000', '211341.720000', '211342.180000', '211342.640000', '211343.100000', '211343.560000', '211344.020000', '211344.480000', '211344.940000', '211345.400000', '211345.860000', '211346.320000', '211346.780000', '211347.240000', '211347.700000', '211348.160000', '211348.620000', '211349.080000', '211349.540000', '211350.000000', '211350.460000', '211350.920000', '211351.380000', '211351.840000', '211352.300000', '211352.760000', '211353.220000', '211353.680000', '211354.140000', '211354.600000', '211355.060000', '211355.520000', '211355.980000', '211356.440000', '211356.900000', '211357.360000', '211357.820000', '211358.280000', '211358.740000', '211359.200000', '211359.660000', '211400.120000', '211400.580000', '211401.040000', '211401.500000', '211401.960000', '211402.420000', '211402.880000', '211403.340000', '211403.800000', '211404.260000', '211404.720000', '211405.180000', '211405.640000', '211406.100000', '211406.560000', '211407.020000', '211407.480000', '211407.940000', '211408.400000', '211408.860000', '211409.320000', '211409.780000', '211410.240000', '211410.700000', '211411.160000', '211411.620000', '211412.080000', '211412.540000', '211413.000000', '211413.460000', '211413.920000', '211414.380000', '211414.840000', '211415.300000', '211415.760000', '211416.220000', '211416.680000', '211417.140000', '211417.600000', '211418.060000', '211418.520000', '211418.980000', '211419.440000', '211419.900000', '211420.360000', '211420.820000', '211421.280000', '211421.740000', '211422.200000', '211422.660000', '211423.120000', '211423.580000', '211424.040000', '211424.500000', '211424.960000', '211425.420000', '211425.880000', '211426.340000', '211426.800000', '211427.260000', '211427.720000', '211428.180000', '211428.640000', '211429.100000', '211429.560000', '211430.020000', '211430.480000', '211430.940000', '211431.400000', '211431.860000', '211432.320000', '211432.780000', '211433.240000', '211433.700000', '211434.160000', '211434.620000', '211435.080000', '211435.540000', '211436.000000', '211436.460000', '211436.920000', '211437.380000', '211437.840000', '211438.300000', '211438.760000', '211439.220000', '211439.680000', '211440.140000', '211440.600000', '211441.060000', '211441.520000', '211441.980000', '211442.440000', '211442.900000', '211443.360000', '211443.820000', '211444.280000', '211444.740000', '211445.200000', '211445.660000', '211446.120000', '211446.580000', '211447.040000', '211447.500000', '211447.960000', '211448.420000', '211448.880000', '211449.340000', '211449.800000', '211450.260000', '211450.720000', '211451.180000', '211451.640000', '211452.100000', '211452.560000', '211453.020000', '211453.480000', '211453.940000', '211454.400000', '211454.860000', '211455.320000', '211455.780000', '211456.240000', '211456.700000', '211457.160000', '211457.620000', '211458.080000', '211458.540000', '211459.000000', '211459.460000', '211459.920000', '211500.380000', '211500.840000', '211501.300000', '211501.760000', '211502.220000', '211502.680000', '211503.140000', '211503.600000', '211504.060000', '211504.520000', '211504.980000', '211505.440000', '211505.900000', '211506.360000', '211506.820000', '211507.280000', '211507.740000', '211508.200000', '211508.660000', '211509.120000', '211509.580000', '211510.040000', '211510.500000', '211510.960000', '211511.420000', '211511.880000', '211512.340000', '211512.800000', '211513.260000', '211513.720000', '211514.180000', '211514.640000', '211515.100000', '211515.560000', '211516.020000', '211516.480000', '211516.940000', '211517.400000', '211517.860000', '211518.320000', '211518.780000', '211519.240000', '211519.700000', '211520.160000', '211520.620000', '211521.080000', '211521.540000', '211522.000000', '211522.460000', '211522.920000', '211523.380000', '211523.840000', '211524.300000', '211524.760000', '211525.220000', '211525.680000', '211526.140000', '211526.600000', '211527.060000', '211527.520000', '211527.980000', '211528.440000', '211528.900000', '211529.360000', '211529.820000', '211530.280000', '211530.740000', '211531.200000', '211531.660000', '211532.120000', '211532.580000', '211533.040000', '211533.500000', '211533.960000', '211534.420000', '211534.880000', '211535.340000', '211535.800000', '211536.260000', '211536.720000', '211537.180000', '211537.640000', '211538.100000', '211538.560000', '211539.020000', '211539.480000', '211539.940000', '211540.400000', '211540.860000', '211541.320000', '211541.780000', '211542.240000', '211542.700000', '211543.160000', '211543.620000', '211544.080000', '211544.540000', '211545.000000', '211545.460000', '211545.920000', '211546.380000', '211546.840000', '211547.300000', '211547.760000', '211548.220000', '211548.680000', '211549.140000', '211549.600000', '211550.060000', '211550.520000', '211550.980000', '211551.440000', '211551.900000', '211552.360000', '211552.820000', '211553.280000', '211553.740000', '211554.200000', '211554.660000', '211555.120000', '211555.580000', '211556.040000', '211556.500000', '211556.960000', '211557.420000', '211557.880000', '211558.340000', '211558.800000', '211559.260000', '211559.720000', '211600.180000', '211600.640000', '211601.100000', '211601.560000', '211602.020000', '211602.480000', '211602.940000', '211603.400000', '211603.860000', '211604.320000', '211604.780000', '211605.240000', '211605.700000', '211606.160000', '211606.620000', '211607.080000', '211607.540000', '211608.000000', '211608.460000', '211608.920000', '211609.380000', '211609.840000', '211610.300000', '211610.760000', '211611.220000', '211611.680000', '211612.140000', '211612.600000', '211613.060000', '211613.520000', '211613.980000', '211614.440000', '211614.900000', '211615.360000', '211615.820000', '211616.280000', '211616.740000', '211617.200000', '211617.660000', '211618.120000', '211618.580000', '211619.040000', '211619.500000', '211619.960000', '211620.420000', '211620.880000', '211621.340000', '211621.800000', '211622.260000', '211622.720000', '211623.180000', '211623.640000', '211624.100000', '211624.560000', '211625.020000', '211625.480000', '211625.940000', '211626.400000', '211626.860000', '211627.320000', '211627.780000', '211628.240000', '211628.700000', '211629.160000', '211629.620000', '211630.080000', '211630.540000', '211631.000000', '211631.460000', '211631.920000', '211632.380000', '211632.840000', '211633.300000', '211633.760000', '211634.220000', '211634.680000', '211635.140000', '211635.600000', '211636.060000', '211636.520000', '211636.980000', '211637.440000', '211637.900000', '211638.360000', '211638.820000', '211639.280000', '211639.740000', '211640.200000', '211640.660000', '211641.120000', '211641.580000', '211642.040000', '211642.500000', '211642.960000', '211643.420000', '211643.880000', '211644.340000', '211644.800000', '211645.260000', '211645.720000', '211646.180000', '211646.640000', '211647.100000', '211647.560000', '211648.020000', '211648.480000', '211648.940000', '211649.400000', '211649.860000', '211650.320000', '211650.780000', '211651.240000', '211651.700000', '211652.160000', '211652.620000', '211653.080000', '211653.540000', '211654.000000', '211654.460000', '211654.920000', '211655.380000', '211655.840000', '211656.300000', '211656.760000', '211657.220000', '211657.680000', '211658.140000', '211658.600000', '211659.060000', '211659.520000', '211659.980000', '211700.440000', '211700.900000', '211701.360000', '211701.820000', '211702.280000', '211702.740000', '211703.200000', '211703.660000', '211704.120000', '211704.580000', '211705.040000', '211705.500000', '211705.960000', '211706.420000', '211706.880000', '211707.340000', '211707.800000', '211708.260000', '211708.720000', '211709.180000', '211709.640000', '211710.100000', '211710.560000', '211711.020000', '211711.480000', '211711.940000', '211712.400000', '211712.860000', '211713.320000', '211713.780000', '211714.240000', '211714.700000', '211715.160000', '211715.620000', '211716.080000', '211716.540000', '211717.000000', '211717.460000', '211717.920000', '211718.380000', '211718.840000', '211719.300000', '211719.760000', '211720.220000', '211720.680000', '211721.140000', '211721.600000', '211722.060000', '211722.520000', '211722.980000', '211723.440000', '211723.900000', '211724.360000', '211724.820000', '211725.280000', '211725.740000', '211726.200000', '211726.660000', '211727.120000', '211727.580000', '211728.040000', '211728.500000', '211728.960000', '211729.420000', '211729.880000', '211730.340000', '211730.800000', '211731.260000', '211731.720000', '211732.180000', '211732.640000', '211733.100000', '211733.560000', '211734.020000', '211734.480000', '211734.940000', '211735.400000', '211735.860000', '211736.320000', '211736.780000', '211737.240000', '211737.700000', '211738.160000', '211738.620000', '211739.080000', '211739.540000', '211740.000000', '211740.460000', '211740.920000', '211741.380000', '211741.840000', '211742.300000', '211742.760000', '211743.220000', '211743.680000', '211744.140000', '211744.600000', '211745.060000', '211745.520000', '211745.980000', '211746.440000', '211746.900000', '211747.360000', '211747.820000', '211748.280000', '211748.740000', '211749.200000', '211749.660000', '211750.120000', '211750.580000', '211751.040000', '211751.500000', '211751.960000', '211752.420000', '211752.880000', '211753.340000', '211753.800000', '211754.260000', '211754.720000', '211755.180000', '211755.640000', '211756.100000', '211756.560000', '211757.020000', '211757.480000', '211757.940000', '211758.400000', '211758.860000', '211759.320000', '211759.780000', '211800.240000', '211800.700000', '211801.160000', '211801.620000', '211802.080000', '211802.540000', '211803.000000', '211803.460000', '211803.920000', '211804.380000', '211804.840000', '211805.300000', '211805.760000', '211806.220000', '211806.680000', '211807.140000', '211807.600000', '211808.060000', '211808.520000', '211808.980000', '211809.440000', '211809.900000', '211810.360000', '211810.820000', '211811.280000', '211811.740000', '211812.200000', '211812.660000', '211813.120000', '211813.580000', '211814.040000', '211814.500000', '211814.960000', '211815.420000', '211815.880000', '211816.340000', '211816.800000', '211817.260000', '211817.720000', '211818.180000', '211818.640000', '211819.100000', '211819.560000', '211820.020000', '211820.480000', '211820.940000', '211821.400000', '211821.860000', '211822.320000', '211822.780000', '211823.240000', '211823.700000', '211824.160000', '211824.620000', '211825.080000', '211825.540000', '211826.000000', '211826.460000', '211826.920000', '211827.380000', '211827.840000', '211828.300000', '211828.760000', '211829.220000', '211829.680000', '211830.140000', '211830.600000', '211831.060000', '211831.520000', '211831.980000', '211832.440000', '211832.900000', '211833.360000', '211833.820000', '211834.280000', '211834.740000', '211835.200000', '211835.660000', '211836.120000', '211836.580000', '211837.040000', '211837.500000', '211837.960000', '211838.420000', '211838.880000', '211839.340000', '211839.800000', '211840.260000', '211840.720000', '211841.180000', '211841.640000', '211842.100000', '211842.560000', '211843.020000', '211843.480000', '211843.940000', '211844.400000', '211844.860000', '211845.320000', '211845.780000', '211846.240000', '211846.700000', '211847.160000', '211847.620000', '211848.080000', '211848.540000', '211849.000000', '211849.460000', '211849.920000', '211850.380000', '211850.840000', '211851.300000', '211851.760000', '211852.220000', '211852.680000', '211853.140000', '211853.600000', '211854.060000', '211854.520000', '211854.980000', '211855.440000', '211855.900000', '211856.360000', '211856.820000', '211857.280000', '211857.740000', '211858.200000', '211858.660000', '211859.120000', '211859.580000', '211900.040000', '211900.500000', '211900.960000', '211901.420000', '211901.880000', '211902.340000', '211902.800000', '211903.260000', '211903.720000', '211904.180000', '211904.640000', '211905.100000', '211905.560000', '211906.020000', '211906.480000', '211906.940000', '211907.400000', '211907.860000', '211908.320000', '211908.780000', '211909.240000', '211909.700000', '211910.160000', '211910.620000', '211911.080000', '211911.540000', '211912.000000', '211912.460000', '211912.920000', '211913.380000', '211913.840000', '211914.300000', '211914.760000', '211915.220000', '211915.680000', '211916.140000', '211916.600000', '211917.060000', '211917.520000', '211917.980000', '211918.440000', '211918.900000', '211919.360000', '211919.820000', '211920.280000', '211920.740000', '211921.200000', '211921.660000', '211922.120000', '211922.580000', '211923.040000', '211923.500000', '211923.960000', '211924.420000', '211924.880000', '211925.340000', '211925.800000', '211926.260000', '211926.720000', '211927.180000', '211927.640000', '211928.100000', '211928.560000', '211929.020000', '211929.480000', '211929.940000', '211930.400000', '211930.860000', '211931.320000', '211931.780000', '211932.240000', '211932.700000', '211933.160000', '211933.620000', '211934.080000', '211934.540000', '211935.000000', '211935.460000', '211935.920000', '211936.380000', '211936.840000', '211937.300000', '211937.760000', '211938.220000', '211938.680000', '211939.140000', '211939.600000', '211940.060000', '211940.520000', '211940.980000', '211941.440000', '211941.900000', '211942.360000', '211942.820000', '211943.280000', '211943.740000', '211944.200000', '211944.660000', '211945.120000', '211945.580000', '211946.040000', '211946.500000', '211946.960000', '211947.420000', '211947.880000', '211948.340000', '211948.800000', '211949.260000', '211949.720000', '211950.180000', '211950.640000', '211951.100000', '211951.560000', '211952.020000', '211952.480000', '211952.940000', '211953.400000', '211953.860000', '211954.320000', '211954.780000', '211955.240000', '211955.700000', '211956.160000', '211956.620000', '211957.080000', '211957.540000', '211958.000000', '211958.460000', '211958.920000', '211959.380000', '211959.840000', '212000.300000', '212000.760000', '212001.220000', '212001.680000', '212002.140000', '212002.600000', '212003.060000', '212003.520000', '212003.980000', '212004.440000', '212004.900000', '212005.360000', '212005.820000', '212006.280000', '212006.740000', '212007.200000', '212007.660000', '212008.120000', '212008.580000', '212009.040000', '212009.500000', '212009.960000', '212010.420000', '212010.880000', '212011.340000', '212011.800000', '212012.260000', '212012.720000', '212013.180000', '212013.640000', '212014.100000', '212014.560000', '212015.020000', '212015.480000', '212015.940000', '212016.400000', '212016.860000', '212017.320000', '212017.780000', '212018.240000', '212018.700000', '212019.160000', '212019.620000', '212020.080000', '212020.540000', '212021.000000', '212021.460000', '212021.920000', '212022.380000', '212022.840000', '212023.300000', '212023.760000', '212024.220000', '212024.680000', '212025.140000', '212025.600000', '212026.060000', '212026.520000', '212026.980000', '212027.440000', '212027.900000', '212028.360000', '212028.820000', '212029.280000', '212029.740000', '212030.200000', '212030.660000', '212031.120000', '212031.580000', '212032.040000', '212032.500000', '212032.960000', '212033.420000', '212033.880000', '212034.340000', '212034.800000', '212035.260000', '212035.720000', '212036.180000', '212036.640000', '212037.100000', '212037.560000', '212038.020000', '212038.480000', '212038.940000', '212039.400000', '212039.860000', '212040.320000', '212040.780000', '212041.240000', '212041.700000', '212042.160000', '212042.620000', '212043.080000', '212043.540000', '212044.000000', '212044.460000', '212044.920000', '212045.380000', '212045.840000'], 'ContentTime': ['211253.773000', '211253.777000', '211253.779000', '211253.782000', '211253.785000', '211253.787000', '211253.790000', '211253.793000', '211253.795000', '211253.803000', '211253.805000', '211253.808000', '211253.811000', '211253.813000', '211253.816000', '211253.818000', '211253.821000', '211253.824000', '211253.826000', '211253.829000', '211253.831000', '211253.834000', '211253.836000', '211253.839000', '211253.842000', '211253.844000', '211253.847000', '211253.850000', '211253.852000', '211253.855000', '211253.857000', '211253.860000', '211253.863000', '211253.865000', '211253.868000', '211253.870000', '211253.873000', '211253.875000', '211253.878000', '211253.881000', '211253.883000', '211253.886000', '211313.742000', '211313.744000', '211313.747000', '211313.750000', '211313.752000', '211313.755000', '211313.758000', '211313.760000', '211313.763000', '211313.765000', '211313.768000', '211313.770000', '211313.773000', '211313.776000', '211313.778000', '211313.781000', '211313.783000', '211313.786000', '211313.788000', '211313.791000', '211313.793000', '211313.796000', '211313.799000', '211313.801000', '211313.804000', '211313.806000', '211313.809000', '211313.811000', '211313.814000', '211313.817000', '211313.819000', '211313.822000', '211313.825000', '211313.827000', '211313.830000', '211313.832000', '211313.835000', '211313.837000', '211313.840000', '211313.843000', '211313.845000', '211313.848000', '211313.850000', '211313.853000', '211333.742000', '211333.745000', '211333.748000', '211333.751000', '211333.753000', '211333.756000', '211333.759000', '211333.761000', '211333.764000', '211333.766000', '211333.769000', '211333.772000', '211333.774000', '211333.777000', '211333.779000', '211333.782000', '211333.785000', '211333.787000', '211333.790000', '211333.792000', '211333.795000', '211333.798000', '211333.800000', '211333.803000', '211333.805000', '211333.808000', '211333.811000', '211333.813000', '211333.816000', '211333.819000', '211333.821000', '211333.824000', '211333.826000', '211333.829000', '211333.831000', '211333.834000', '211333.837000', '211333.839000', '211333.842000', '211333.844000', '211333.847000', '211333.850000', '211333.859000', '211353.742000', '211353.745000', '211353.748000', '211353.750000', '211353.753000', '211353.756000', '211353.758000', '211353.761000', '211353.764000', '211353.766000', '211353.769000', '211353.772000', '211353.774000', '211353.777000', '211353.779000', '211353.782000', '211353.785000', '211353.787000', '211353.790000', '211353.792000', '211353.795000', '211353.798000', '211353.800000', '211353.803000', '211353.805000', '211353.808000', '211353.811000', '211353.813000', '211353.816000', '211353.818000', '211353.821000', '211353.824000', '211353.826000', '211353.829000', '211353.831000', '211353.834000', '211353.837000', '211353.839000', '211353.842000', '211353.844000', '211353.852000', '211353.854000', '211353.857000', '211353.860000', '211413.742000', '211413.745000', '211413.748000', '211413.751000', '211413.753000', '211413.756000', '211413.759000', '211413.761000', '211413.764000', '211413.767000', '211413.769000', '211413.772000', '211413.774000', '211413.777000', '211413.780000', '211413.782000', '211413.785000', '211413.788000', '211413.790000', '211413.793000', '211413.795000', '211413.798000', '211413.801000', '211413.803000', '211413.806000', '211413.809000', '211413.811000', '211413.814000', '211413.816000', '211413.819000', '211413.821000', '211413.824000', '211413.837000', '211413.840000', '211413.843000', '211413.845000', '211413.848000', '211413.850000', '211413.853000', '211413.855000', '211413.858000', '211413.861000', '211413.863000', '211433.742000', '211433.745000', '211433.748000', '211433.750000', '211433.753000', '211433.756000', '211433.758000', '211433.762000', '211433.765000', '211433.767000', '211433.770000', '211433.773000', '211433.775000', '211433.778000', '211433.781000', '211433.783000', '211433.786000', '211433.788000', '211433.791000', '211433.794000', '211433.796000', '211433.799000', '211433.802000', '211433.804000', '211433.807000', '211433.809000', '211433.812000', '211433.815000', '211433.817000', '211433.820000', '211433.823000', '211433.825000', '211433.828000', '211433.831000', '211433.833000', '211433.836000', '211433.838000', '211433.841000', '211433.844000', '211433.846000', '211433.849000', '211433.852000', '211433.854000', '211433.859000', '211453.742000', '211453.745000', '211453.748000', '211453.750000', '211453.753000', '211453.756000', '211453.759000', '211453.762000', '211453.765000', '211453.767000', '211453.770000', '211453.772000', '211453.778000', '211453.780000', '211453.783000', '211453.786000', '211453.788000', '211453.791000', '211453.794000', '211453.796000', '211453.799000', '211453.802000', '211453.804000', '211453.807000', '211453.809000', '211453.812000', '211453.815000', '211453.817000', '211453.820000', '211453.822000', '211453.825000', '211453.828000', '211453.830000', '211453.833000', '211453.836000', '211453.838000', '211453.841000', '211453.844000', '211453.846000', '211453.849000', '211453.851000', '211453.854000', '211453.856000', '211513.742000', '211513.745000', '211513.748000', '211513.750000', '211513.753000', '211513.756000', '211513.758000', '211513.761000', '211513.764000', '211513.766000', '211513.769000', '211513.771000', '211513.774000', '211513.777000', '211513.779000', '211513.782000', '211513.784000', '211513.787000', '211513.790000', '211513.792000', '211513.795000', '211513.797000', '211513.800000', '211513.803000', '211513.805000', '211513.808000', '211513.810000', '211513.813000', '211513.816000', '211513.818000', '211513.821000', '211513.823000', '211513.826000', '211513.829000', '211513.831000', '211513.834000', '211513.837000', '211513.839000', '211513.842000', '211513.844000', '211513.847000', '211513.850000', '211513.852000', '211513.855000', '211533.741000', '211533.744000', '211533.747000', '211533.750000', '211533.752000', '211533.755000', '211533.757000', '211533.760000', '211533.763000', '211533.765000', '211533.768000', '211533.771000', '211533.773000', '211533.776000', '211533.778000', '211533.781000', '211533.783000', '211533.786000', '211533.789000', '211533.791000', '211533.794000', '211533.796000', '211533.799000', '211533.802000', '211533.804000', '211533.807000', '211533.810000', '211533.812000', '211533.815000', '211533.818000', '211533.820000', '211533.823000', '211533.825000', '211533.828000', '211533.831000', '211533.844000', '211533.846000', '211533.849000', '211533.851000', '211533.854000', '211533.856000', '211533.859000', '211533.862000', '211553.743000', '211553.747000', '211553.749000', '211553.752000', '211553.755000', '211553.757000', '211553.760000', '211553.762000', '211553.765000', '211553.768000', '211553.770000', '211553.773000', '211553.776000', '211553.778000', '211553.781000', '211553.784000', '211553.786000', '211553.789000', '211553.791000', '211553.794000', '211553.797000', '211553.800000', '211553.803000', '211553.806000', '211553.808000', '211553.811000', '211553.814000', '211553.816000', '211553.819000', '211553.822000', '211553.824000', '211553.827000', '211553.829000', '211553.832000', '211553.835000', '211553.837000', '211553.840000', '211553.842000', '211553.845000', '211553.848000', '211553.850000', '211553.853000', '211553.856000', '211613.742000', '211613.745000', '211613.748000', '211613.754000', '211613.756000', '211613.759000', '211613.761000', '211613.764000', '211613.767000', '211613.769000', '211613.772000', '211613.775000', '211613.777000', '211613.780000', '211613.783000', '211613.785000', '211613.788000', '211613.791000', '211613.793000', '211613.796000', '211613.798000', '211613.801000', '211613.804000', '211613.806000', '211613.809000', '211613.811000', '211613.814000', '211613.817000', '211613.819000', '211613.822000', '211613.824000', '211613.827000', '211613.830000', '211613.832000', '211613.835000', '211613.838000', '211613.840000', '211613.843000', '211613.845000', '211613.848000', '211613.851000', '211613.853000', '211613.856000', '211613.859000', '211633.743000', '211633.746000', '211633.748000', '211633.751000', '211633.753000', '211633.756000', '211633.759000', '211633.761000', '211633.764000', '211633.766000', '211633.769000', '211633.772000', '211633.774000', '211633.777000', '211633.779000', '211633.782000', '211633.785000', '211633.787000', '211633.790000', '211633.793000', '211633.795000', '211633.798000', '211633.801000', '211633.803000', '211633.806000', '211633.808000', '211633.811000', '211633.814000', '211633.816000', '211633.820000', '211633.822000', '211633.826000', '211633.829000', '211633.831000', '211633.834000', '211633.837000', '211633.839000', '211633.842000', '211633.844000', '211633.847000', '211633.850000', '211633.852000', '211633.855000', '211653.743000', '211653.745000', '211653.748000', '211653.751000', '211653.753000', '211653.759000', '211653.762000', '211653.764000', '211653.767000', '211653.770000', '211653.772000', '211653.775000', '211653.778000', '211653.780000', '211653.783000', '211653.786000', '211653.788000', '211653.791000', '211653.794000', '211653.796000', '211653.799000', '211653.801000', '211653.804000', '211653.807000', '211653.809000', '211653.812000', '211653.815000', '211653.817000', '211653.820000', '211653.822000', '211653.825000', '211653.828000', '211653.831000', '211653.833000', '211653.836000', '211653.839000', '211653.841000', '211653.844000', '211653.846000', '211653.849000', '211653.852000', '211653.854000', '211653.857000', '211653.859000', '211713.743000', '211713.745000', '211713.748000', '211713.751000', '211713.753000', '211713.756000', '211713.758000', '211713.761000', '211713.764000', '211713.766000', '211713.769000', '211713.771000', '211713.774000', '211713.777000', '211713.779000', '211713.782000', '211713.785000', '211713.802000', '211713.805000', '211713.808000', '211713.811000', '211713.815000', '211713.817000', '211713.820000', '211713.823000', '211713.825000', '211713.828000', '211713.831000', '211713.833000', '211713.836000', '211713.839000', '211713.842000', '211713.845000', '211713.848000', '211713.850000', '211713.853000', '211713.856000', '211713.858000', '211713.861000', '211713.863000', '211713.866000', '211713.868000', '211713.871000', '211733.742000', '211733.745000', '211733.748000', '211733.750000', '211733.753000', '211733.756000', '211733.758000', '211733.761000', '211733.763000', '211733.766000', '211733.769000', '211733.771000', '211733.774000', '211733.776000', '211733.779000', '211733.785000', '211733.788000', '211733.797000', '211733.800000', '211733.802000', '211733.805000', '211733.807000', '211733.810000', '211733.813000', '211733.815000', '211733.818000', '211733.821000', '211733.823000', '211733.826000', '211733.828000', '211733.831000', '211733.834000', '211733.836000', '211733.839000', '211733.842000', '211733.844000', '211733.847000', '211733.850000', '211733.852000', '211733.855000', '211733.858000', '211733.860000', '211733.863000', '211733.865000', '211753.742000', '211753.744000', '211753.747000', '211753.750000', '211753.753000', '211753.755000', '211753.758000', '211753.761000', '211753.763000', '211753.766000', '211753.769000', '211753.771000', '211753.774000', '211753.777000', '211753.779000', '211753.782000', '211753.785000', '211753.787000', '211753.790000', '211753.792000', '211753.795000', '211753.798000', '211753.800000', '211753.803000', '211753.806000', '211753.808000', '211753.811000', '211753.814000', '211753.816000', '211753.819000', '211753.822000', '211753.824000', '211753.828000', '211753.831000', '211753.834000', '211753.836000', '211753.839000', '211753.842000', '211753.844000', '211753.847000', '211753.849000', '211753.852000', '211753.855000', '211813.743000', '211813.745000', '211813.748000', '211813.751000', '211813.754000', '211813.757000', '211813.759000', '211813.762000', '211813.765000', '211813.767000', '211813.770000', '211813.773000', '211813.775000', '211813.778000', '211813.780000', '211813.783000', '211813.786000', '211813.788000', '211813.791000', '211813.794000', '211813.796000', '211813.799000', '211813.801000', '211813.804000', '211813.807000', '211813.809000', '211813.812000', '211813.815000', '211813.817000', '211813.820000', '211813.823000', '211813.825000', '211813.828000', '211813.831000', '211813.833000', '211813.836000', '211813.838000', '211813.841000', '211813.844000', '211813.846000', '211813.849000', '211813.852000', '211813.854000', '211813.857000', '211833.743000', '211833.745000', '211833.748000', '211833.752000', '211833.755000', '211833.758000', '211833.760000', '211833.763000', '211833.765000', '211833.768000', '211833.771000', '211833.773000', '211833.776000', '211833.779000', '211833.781000', '211833.784000', '211833.786000', '211833.789000', '211833.792000', '211833.794000', '211833.797000', '211833.799000', '211833.802000', '211833.805000', '211833.807000', '211833.810000', '211833.813000', '211833.815000', '211833.844000', '211833.847000', '211833.849000', '211833.852000', '211833.855000', '211833.857000', '211833.860000', '211833.862000', '211833.865000', '211833.868000', '211833.870000', '211833.873000', '211833.876000', '211833.879000', '211833.882000', '211853.743000', '211853.745000', '211853.748000', '211853.751000', '211853.754000', '211853.756000', '211853.759000', '211853.762000', '211853.764000', '211853.767000', '211853.770000', '211853.772000', '211853.775000', '211853.778000', '211853.780000', '211853.783000', '211853.786000', '211853.788000', '211853.791000', '211853.793000', '211853.796000', '211853.799000', '211853.801000', '211853.804000', '211853.806000', '211853.809000', '211853.812000', '211853.814000', '211853.817000', '211853.820000', '211853.822000', '211853.825000', '211853.828000', '211853.830000', '211853.833000', '211853.836000', '211853.838000', '211853.841000', '211853.843000', '211853.846000', '211853.849000', '211853.851000', '211853.854000', '211853.857000', '211913.743000', '211913.746000', '211913.748000', '211913.751000', '211913.753000', '211913.756000', '211913.759000', '211913.761000', '211913.764000', '211913.766000', '211913.769000', '211913.772000', '211913.774000', '211913.777000', '211913.780000', '211913.782000', '211913.785000', '211913.787000', '211913.790000', '211913.793000', '211913.795000', '211913.798000', '211913.801000', '211913.803000', '211913.806000', '211913.809000', '211913.811000', '211913.814000', '211913.816000', '211913.819000', '211913.822000', '211913.824000', '211913.827000', '211913.830000', '211913.832000', '211913.835000', '211913.838000', '211913.841000', '211913.844000', '211913.848000', '211913.851000', '211913.854000', '211913.856000', '211933.743000', '211933.745000', '211933.748000', '211933.751000', '211933.753000', '211933.756000', '211933.759000', '211933.761000', '211933.764000', '211933.766000', '211933.769000', '211933.772000', '211933.774000', '211933.777000', '211933.780000', '211933.782000', '211933.785000', '211933.787000', '211933.790000', '211933.793000', '211933.795000', '211933.798000', '211933.801000', '211933.803000', '211933.806000', '211933.809000', '211933.811000', '211933.814000', '211933.817000', '211933.819000', '211933.827000', '211933.829000', '211933.832000', '211933.835000', '211933.837000', '211933.840000', '211933.842000', '211933.845000', '211933.848000', '211933.850000', '211933.853000', '211933.856000', '211933.858000', '211933.861000', '211953.743000', '211953.745000', '211953.748000', '211953.751000', '211953.753000', '211953.756000', '211953.759000', '211953.761000', '211953.764000', '211953.766000', '211953.769000', '211953.772000', '211953.774000', '211953.777000', '211953.779000', '211953.782000', '211953.785000', '211953.787000', '211953.790000', '211953.792000', '211953.795000', '211953.798000', '211953.800000', '211953.803000', '211953.820000', '211953.822000', '211953.825000', '211953.828000', '211953.831000', '211953.833000', '211953.836000', '211953.838000', '211953.841000', '211953.844000', '211953.846000', '211953.849000', '211953.852000', '211953.854000', '211953.857000', '211953.860000', '211953.863000', '211953.866000', '211953.869000', '212013.742000', '212013.745000', '212013.747000', '212013.750000', '212013.752000', '212013.755000', '212013.758000', '212013.760000', '212013.763000', '212013.766000', '212013.768000', '212013.771000', '212013.773000', '212013.776000', '212013.779000', '212013.781000', '212013.784000', '212013.786000', '212013.789000', '212013.792000', '212013.794000', '212013.797000', '212013.800000', '212013.802000', '212013.805000', '212013.808000', '212013.810000', '212013.813000', '212013.816000', '212013.818000', '212013.821000', '212013.823000', '212013.826000', '212013.829000', '212013.831000', '212013.834000', '212013.836000', '212013.839000', '212013.842000', '212013.844000', '212013.847000', '212013.850000', '212013.852000', '212013.855000', '212033.743000', '212033.746000', '212033.748000', '212033.751000', '212033.753000', '212033.756000', '212033.759000', '212033.761000', '212033.764000', '212033.766000', '212033.769000', '212033.772000', '212033.774000', '212033.777000', '212033.779000', '212033.782000', '212033.785000', '212033.787000', '212033.790000', '212033.792000', '212033.795000', '212033.798000', '212033.800000', '212033.803000', '212033.806000', '212033.808000', '212033.811000', '212033.813000', '212033.816000', '212033.819000', '212033.821000', '212033.824000', '212033.826000', '212033.829000', '212033.832000', '212033.834000', '212033.837000', '212033.840000', '212033.842000', '212033.845000', '212033.847000', '212033.850000', '212033.853000', '212047.676000', '212047.680000', '212047.684000', '212047.686000', '212047.689000', '212047.692000', '212047.695000', '212047.698000', '212047.700000', '212047.703000', '212047.706000', '212047.709000', '212047.712000', '212047.714000', '212047.717000', '212047.720000', '212047.723000', '212047.726000', '212047.729000', '212047.732000', '212047.735000', '212047.737000', '212047.740000', '212047.743000', '212047.746000', '212047.748000', '212047.751000', '212047.754000', '212047.757000', '212047.759000', '212047.762000'], 'InstanceCreationTime': ['211253.773000', '211253.777000', '211253.779000', '211253.782000', '211253.785000', '211253.787000', '211253.790000', '211253.793000', '211253.795000', '211253.803000', '211253.805000', '211253.808000', '211253.811000', '211253.813000', '211253.816000', '211253.818000', '211253.821000', '211253.824000', '211253.826000', '211253.829000', '211253.831000', '211253.834000', '211253.836000', '211253.839000', '211253.842000', '211253.844000', '211253.847000', '211253.850000', '211253.852000', '211253.855000', '211253.857000', '211253.860000', '211253.863000', '211253.865000', '211253.868000', '211253.870000', '211253.873000', '211253.875000', '211253.878000', '211253.881000', '211253.883000', '211253.886000', '211313.742000', '211313.744000', '211313.747000', '211313.750000', '211313.752000', '211313.755000', '211313.758000', '211313.760000', '211313.763000', '211313.765000', '211313.768000', '211313.770000', '211313.773000', '211313.776000', '211313.778000', '211313.781000', '211313.783000', '211313.786000', '211313.788000', '211313.791000', '211313.793000', '211313.796000', '211313.799000', '211313.801000', '211313.804000', '211313.806000', '211313.809000', '211313.811000', '211313.814000', '211313.817000', '211313.819000', '211313.822000', '211313.825000', '211313.827000', '211313.830000', '211313.832000', '211313.835000', '211313.837000', '211313.840000', '211313.843000', '211313.845000', '211313.848000', '211313.850000', '211313.853000', '211333.742000', '211333.745000', '211333.748000', '211333.751000', '211333.753000', '211333.756000', '211333.759000', '211333.761000', '211333.764000', '211333.766000', '211333.769000', '211333.772000', '211333.774000', '211333.777000', '211333.779000', '211333.782000', '211333.785000', '211333.787000', '211333.790000', '211333.792000', '211333.795000', '211333.798000', '211333.800000', '211333.803000', '211333.805000', '211333.808000', '211333.811000', '211333.813000', '211333.816000', '211333.819000', '211333.821000', '211333.824000', '211333.826000', '211333.829000', '211333.831000', '211333.834000', '211333.837000', '211333.839000', '211333.842000', '211333.844000', '211333.847000', '211333.850000', '211333.859000', '211353.742000', '211353.745000', '211353.748000', '211353.750000', '211353.753000', '211353.756000', '211353.758000', '211353.761000', '211353.764000', '211353.766000', '211353.769000', '211353.772000', '211353.774000', '211353.777000', '211353.779000', '211353.782000', '211353.785000', '211353.787000', '211353.790000', '211353.792000', '211353.795000', '211353.798000', '211353.800000', '211353.803000', '211353.805000', '211353.808000', '211353.811000', '211353.813000', '211353.816000', '211353.818000', '211353.821000', '211353.824000', '211353.826000', '211353.829000', '211353.831000', '211353.834000', '211353.837000', '211353.839000', '211353.842000', '211353.844000', '211353.852000', '211353.854000', '211353.857000', '211353.860000', '211413.742000', '211413.745000', '211413.748000', '211413.751000', '211413.753000', '211413.756000', '211413.759000', '211413.761000', '211413.764000', '211413.767000', '211413.769000', '211413.772000', '211413.774000', '211413.777000', '211413.780000', '211413.782000', '211413.785000', '211413.788000', '211413.790000', '211413.793000', '211413.795000', '211413.798000', '211413.801000', '211413.803000', '211413.806000', '211413.809000', '211413.811000', '211413.814000', '211413.816000', '211413.819000', '211413.821000', '211413.824000', '211413.837000', '211413.840000', '211413.843000', '211413.845000', '211413.848000', '211413.850000', '211413.853000', '211413.855000', '211413.858000', '211413.861000', '211413.863000', '211433.742000', '211433.745000', '211433.748000', '211433.750000', '211433.753000', '211433.756000', '211433.758000', '211433.762000', '211433.765000', '211433.767000', '211433.770000', '211433.773000', '211433.775000', '211433.778000', '211433.781000', '211433.783000', '211433.786000', '211433.788000', '211433.791000', '211433.794000', '211433.796000', '211433.799000', '211433.802000', '211433.804000', '211433.807000', '211433.809000', '211433.812000', '211433.815000', '211433.817000', '211433.820000', '211433.823000', '211433.825000', '211433.828000', '211433.831000', '211433.833000', '211433.836000', '211433.838000', '211433.841000', '211433.844000', '211433.846000', '211433.849000', '211433.852000', '211433.854000', '211433.859000', '211453.742000', '211453.745000', '211453.748000', '211453.750000', '211453.753000', '211453.756000', '211453.759000', '211453.762000', '211453.765000', '211453.767000', '211453.770000', '211453.772000', '211453.778000', '211453.780000', '211453.783000', '211453.786000', '211453.788000', '211453.791000', '211453.794000', '211453.796000', '211453.799000', '211453.802000', '211453.804000', '211453.807000', '211453.809000', '211453.812000', '211453.815000', '211453.817000', '211453.820000', '211453.822000', '211453.825000', '211453.828000', '211453.830000', '211453.833000', '211453.836000', '211453.838000', '211453.841000', '211453.844000', '211453.846000', '211453.849000', '211453.851000', '211453.854000', '211453.856000', '211513.742000', '211513.745000', '211513.748000', '211513.750000', '211513.753000', '211513.756000', '211513.758000', '211513.761000', '211513.764000', '211513.766000', '211513.769000', '211513.771000', '211513.774000', '211513.777000', '211513.779000', '211513.782000', '211513.784000', '211513.787000', '211513.790000', '211513.792000', '211513.795000', '211513.797000', '211513.800000', '211513.803000', '211513.805000', '211513.808000', '211513.810000', '211513.813000', '211513.816000', '211513.818000', '211513.821000', '211513.823000', '211513.826000', '211513.829000', '211513.831000', '211513.834000', '211513.837000', '211513.839000', '211513.842000', '211513.844000', '211513.847000', '211513.850000', '211513.852000', '211513.855000', '211533.741000', '211533.744000', '211533.747000', '211533.750000', '211533.752000', '211533.755000', '211533.757000', '211533.760000', '211533.763000', '211533.765000', '211533.768000', '211533.771000', '211533.773000', '211533.776000', '211533.778000', '211533.781000', '211533.783000', '211533.786000', '211533.789000', '211533.791000', '211533.794000', '211533.796000', '211533.799000', '211533.802000', '211533.804000', '211533.807000', '211533.810000', '211533.812000', '211533.815000', '211533.818000', '211533.820000', '211533.823000', '211533.825000', '211533.828000', '211533.831000', '211533.844000', '211533.846000', '211533.849000', '211533.851000', '211533.854000', '211533.856000', '211533.859000', '211533.862000', '211553.743000', '211553.747000', '211553.749000', '211553.752000', '211553.755000', '211553.757000', '211553.760000', '211553.762000', '211553.765000', '211553.768000', '211553.770000', '211553.773000', '211553.776000', '211553.778000', '211553.781000', '211553.784000', '211553.786000', '211553.789000', '211553.791000', '211553.794000', '211553.797000', '211553.800000', '211553.803000', '211553.806000', '211553.808000', '211553.811000', '211553.814000', '211553.816000', '211553.819000', '211553.822000', '211553.824000', '211553.827000', '211553.829000', '211553.832000', '211553.835000', '211553.837000', '211553.840000', '211553.842000', '211553.845000', '211553.848000', '211553.850000', '211553.853000', '211553.856000', '211613.742000', '211613.745000', '211613.748000', '211613.754000', '211613.756000', '211613.759000', '211613.761000', '211613.764000', '211613.767000', '211613.769000', '211613.772000', '211613.775000', '211613.777000', '211613.780000', '211613.783000', '211613.785000', '211613.788000', '211613.791000', '211613.793000', '211613.796000', '211613.798000', '211613.801000', '211613.804000', '211613.806000', '211613.809000', '211613.811000', '211613.814000', '211613.817000', '211613.819000', '211613.822000', '211613.824000', '211613.827000', '211613.830000', '211613.832000', '211613.835000', '211613.838000', '211613.840000', '211613.843000', '211613.845000', '211613.848000', '211613.851000', '211613.853000', '211613.856000', '211613.859000', '211633.743000', '211633.746000', '211633.748000', '211633.751000', '211633.753000', '211633.756000', '211633.759000', '211633.761000', '211633.764000', '211633.766000', '211633.769000', '211633.772000', '211633.774000', '211633.777000', '211633.779000', '211633.782000', '211633.785000', '211633.787000', '211633.790000', '211633.793000', '211633.795000', '211633.798000', '211633.801000', '211633.803000', '211633.806000', '211633.808000', '211633.811000', '211633.814000', '211633.816000', '211633.820000', '211633.822000', '211633.826000', '211633.829000', '211633.831000', '211633.834000', '211633.837000', '211633.839000', '211633.842000', '211633.844000', '211633.847000', '211633.850000', '211633.852000', '211633.855000', '211653.743000', '211653.745000', '211653.748000', '211653.751000', '211653.753000', '211653.759000', '211653.762000', '211653.764000', '211653.767000', '211653.770000', '211653.772000', '211653.775000', '211653.778000', '211653.780000', '211653.783000', '211653.786000', '211653.788000', '211653.791000', '211653.794000', '211653.796000', '211653.799000', '211653.801000', '211653.804000', '211653.807000', '211653.809000', '211653.812000', '211653.815000', '211653.817000', '211653.820000', '211653.822000', '211653.825000', '211653.828000', '211653.831000', '211653.833000', '211653.836000', '211653.839000', '211653.841000', '211653.844000', '211653.846000', '211653.849000', '211653.852000', '211653.854000', '211653.857000', '211653.859000', '211713.743000', '211713.745000', '211713.748000', '211713.751000', '211713.753000', '211713.756000', '211713.758000', '211713.761000', '211713.764000', '211713.766000', '211713.769000', '211713.771000', '211713.774000', '211713.777000', '211713.779000', '211713.782000', '211713.785000', '211713.802000', '211713.805000', '211713.808000', '211713.811000', '211713.815000', '211713.817000', '211713.820000', '211713.823000', '211713.825000', '211713.828000', '211713.831000', '211713.833000', '211713.836000', '211713.839000', '211713.842000', '211713.845000', '211713.848000', '211713.850000', '211713.853000', '211713.856000', '211713.858000', '211713.861000', '211713.863000', '211713.866000', '211713.868000', '211713.871000', '211733.742000', '211733.745000', '211733.748000', '211733.750000', '211733.753000', '211733.756000', '211733.758000', '211733.761000', '211733.763000', '211733.766000', '211733.769000', '211733.771000', '211733.774000', '211733.776000', '211733.779000', '211733.785000', '211733.788000', '211733.797000', '211733.800000', '211733.802000', '211733.805000', '211733.807000', '211733.810000', '211733.813000', '211733.815000', '211733.818000', '211733.821000', '211733.823000', '211733.826000', '211733.828000', '211733.831000', '211733.834000', '211733.836000', '211733.839000', '211733.842000', '211733.844000', '211733.847000', '211733.850000', '211733.852000', '211733.855000', '211733.858000', '211733.860000', '211733.863000', '211733.865000', '211753.742000', '211753.744000', '211753.747000', '211753.750000', '211753.753000', '211753.755000', '211753.758000', '211753.761000', '211753.763000', '211753.766000', '211753.769000', '211753.771000', '211753.774000', '211753.777000', '211753.779000', '211753.782000', '211753.785000', '211753.787000', '211753.790000', '211753.792000', '211753.795000', '211753.798000', '211753.800000', '211753.803000', '211753.806000', '211753.808000', '211753.811000', '211753.814000', '211753.816000', '211753.819000', '211753.822000', '211753.824000', '211753.828000', '211753.831000', '211753.834000', '211753.836000', '211753.839000', '211753.842000', '211753.844000', '211753.847000', '211753.849000', '211753.852000', '211753.855000', '211813.743000', '211813.745000', '211813.748000', '211813.751000', '211813.754000', '211813.757000', '211813.759000', '211813.762000', '211813.765000', '211813.767000', '211813.770000', '211813.773000', '211813.775000', '211813.778000', '211813.780000', '211813.783000', '211813.786000', '211813.788000', '211813.791000', '211813.794000', '211813.796000', '211813.799000', '211813.801000', '211813.804000', '211813.807000', '211813.809000', '211813.812000', '211813.815000', '211813.817000', '211813.820000', '211813.823000', '211813.825000', '211813.828000', '211813.831000', '211813.833000', '211813.836000', '211813.838000', '211813.841000', '211813.844000', '211813.846000', '211813.849000', '211813.852000', '211813.854000', '211813.857000', '211833.743000', '211833.745000', '211833.748000', '211833.752000', '211833.755000', '211833.758000', '211833.760000', '211833.763000', '211833.765000', '211833.768000', '211833.771000', '211833.773000', '211833.776000', '211833.779000', '211833.781000', '211833.784000', '211833.786000', '211833.789000', '211833.792000', '211833.794000', '211833.797000', '211833.799000', '211833.802000', '211833.805000', '211833.807000', '211833.810000', '211833.813000', '211833.815000', '211833.844000', '211833.847000', '211833.849000', '211833.852000', '211833.855000', '211833.857000', '211833.860000', '211833.862000', '211833.865000', '211833.868000', '211833.870000', '211833.873000', '211833.876000', '211833.879000', '211833.882000', '211853.743000', '211853.745000', '211853.748000', '211853.751000', '211853.754000', '211853.756000', '211853.759000', '211853.762000', '211853.764000', '211853.767000', '211853.770000', '211853.772000', '211853.775000', '211853.778000', '211853.780000', '211853.783000', '211853.786000', '211853.788000', '211853.791000', '211853.793000', '211853.796000', '211853.799000', '211853.801000', '211853.804000', '211853.806000', '211853.809000', '211853.812000', '211853.814000', '211853.817000', '211853.820000', '211853.822000', '211853.825000', '211853.828000', '211853.830000', '211853.833000', '211853.836000', '211853.838000', '211853.841000', '211853.843000', '211853.846000', '211853.849000', '211853.851000', '211853.854000', '211853.857000', '211913.743000', '211913.746000', '211913.748000', '211913.751000', '211913.753000', '211913.756000', '211913.759000', '211913.761000', '211913.764000', '211913.766000', '211913.769000', '211913.772000', '211913.774000', '211913.777000', '211913.780000', '211913.782000', '211913.785000', '211913.787000', '211913.790000', '211913.793000', '211913.795000', '211913.798000', '211913.801000', '211913.803000', '211913.806000', '211913.809000', '211913.811000', '211913.814000', '211913.816000', '211913.819000', '211913.822000', '211913.824000', '211913.827000', '211913.830000', '211913.832000', '211913.835000', '211913.838000', '211913.841000', '211913.844000', '211913.848000', '211913.851000', '211913.854000', '211913.856000', '211933.743000', '211933.745000', '211933.748000', '211933.751000', '211933.753000', '211933.756000', '211933.759000', '211933.761000', '211933.764000', '211933.766000', '211933.769000', '211933.772000', '211933.774000', '211933.777000', '211933.780000', '211933.782000', '211933.785000', '211933.787000', '211933.790000', '211933.793000', '211933.795000', '211933.798000', '211933.801000', '211933.803000', '211933.806000', '211933.809000', '211933.811000', '211933.814000', '211933.817000', '211933.819000', '211933.827000', '211933.829000', '211933.832000', '211933.835000', '211933.837000', '211933.840000', '211933.842000', '211933.845000', '211933.848000', '211933.850000', '211933.853000', '211933.856000', '211933.858000', '211933.861000', '211953.743000', '211953.745000', '211953.748000', '211953.751000', '211953.753000', '211953.756000', '211953.759000', '211953.761000', '211953.764000', '211953.766000', '211953.769000', '211953.772000', '211953.774000', '211953.777000', '211953.779000', '211953.782000', '211953.785000', '211953.787000', '211953.790000', '211953.792000', '211953.795000', '211953.798000', '211953.800000', '211953.803000', '211953.820000', '211953.822000', '211953.825000', '211953.828000', '211953.831000', '211953.833000', '211953.836000', '211953.838000', '211953.841000', '211953.844000', '211953.846000', '211953.849000', '211953.852000', '211953.854000', '211953.857000', '211953.860000', '211953.863000', '211953.866000', '211953.869000', '212013.742000', '212013.745000', '212013.747000', '212013.750000', '212013.752000', '212013.755000', '212013.758000', '212013.760000', '212013.763000', '212013.766000', '212013.768000', '212013.771000', '212013.773000', '212013.776000', '212013.779000', '212013.781000', '212013.784000', '212013.786000', '212013.789000', '212013.792000', '212013.794000', '212013.797000', '212013.800000', '212013.802000', '212013.805000', '212013.808000', '212013.810000', '212013.813000', '212013.816000', '212013.818000', '212013.821000', '212013.823000', '212013.826000', '212013.829000', '212013.831000', '212013.834000', '212013.836000', '212013.839000', '212013.842000', '212013.844000', '212013.847000', '212013.850000', '212013.852000', '212013.855000', '212033.743000', '212033.746000', '212033.748000', '212033.751000', '212033.753000', '212033.756000', '212033.759000', '212033.761000', '212033.764000', '212033.766000', '212033.769000', '212033.772000', '212033.774000', '212033.777000', '212033.779000', '212033.782000', '212033.785000', '212033.787000', '212033.790000', '212033.792000', '212033.795000', '212033.798000', '212033.800000', '212033.803000', '212033.806000', '212033.808000', '212033.811000', '212033.813000', '212033.816000', '212033.819000', '212033.821000', '212033.824000', '212033.826000', '212033.829000', '212033.832000', '212033.834000', '212033.837000', '212033.840000', '212033.842000', '212033.845000', '212033.847000', '212033.850000', '212033.853000', '212047.676000', '212047.680000', '212047.684000', '212047.686000', '212047.689000', '212047.692000', '212047.695000', '212047.698000', '212047.700000', '212047.703000', '212047.706000', '212047.709000', '212047.712000', '212047.714000', '212047.717000', '212047.720000', '212047.723000', '212047.726000', '212047.729000', '212047.732000', '212047.735000', '212047.737000', '212047.740000', '212047.743000', '212047.746000', '212047.748000', '212047.751000', '212047.754000', '212047.757000', '212047.759000', '212047.762000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [16601, 12702, 13234, 12959, 16900, 12413, 13362, 10070, 15395, 11328, 15763, 9821, 11313, 7646, 9911, 7655, 9448, 7382, 8792, 7081, 8456, 7171, 8334, 7912, 8507, 9222, 8468, 9372, 7877, 9405, 7683, 10045, 7716, 10336, 7387, 10136, 7322, 9839, 7434, 8987, 8217, 8303, 10139, 8398, 13245, 8612, 11779, 8102, 10872, 6764, 8468, 8014, 8527, 9509, 7741, 13271, 9249, 12806, 7245, 9999, 7114, 8872, 6883, 8794, 8840, 8877, 8170, 7895, 9716, 8049, 12652, 8322, 12423, 8280, 10774, 7175, 8794, 7712, 8703, 10082, 8949, 10715, 7489, 12292, 8056, 11204, 8227, 11875, 7461, 8679, 6933, 8480, 9687, 8076, 13791, 9068, 12378, 7561, 9685, 7753, 8689, 11915, 8529, 16621, 7526, 12629, 7407, 10356, 7159, 10690, 8240, 8483, 13422, 7682, 15392, 8854, 13687, 10388, 15843, 8183, 9465, 7683, 8252, 11861, 7876, 16092, 7647, 11120, 6994, 8502, 6859, 8639, 7732, 9284, 7456, 8439, 6938, 8642, 7491, 9051, 8590, 9817, 8044, 8617, 8841, 8292, 10520, 8252, 13241, 9266, 13121, 7151, 10323, 7267, 9529, 7203, 9346, 7412, 8858, 7105, 8239, 7980, 8320, 9451, 8644, 9078, 7971, 10809, 7804, 12218, 7550, 11746, 8520, 11988, 7162, 8731, 6973, 8322, 8685, 8334, 12732, 8190, 13235, 7591, 10563, 7403, 10525, 8421, 11717, 7122, 9375, 7241, 8447, 7538, 8653, 9315, 8344, 9062, 7602, 10571, 7846, 11856, 9047, 12661, 8204, 9947, 6795, 8129, 7986, 8196, 13773, 8711, 15436, 7170, 10736, 7344, 9201, 7581, 9435, 7389, 8110, 8795, 8007, 11826, 7801, 11376, 8533, 10726, 6946, 8352, 7623, 7988, 11076, 7927, 11764, 8501, 10046, 6886, 8220, 8219, 8126, 11202, 7948, 12193, 8326, 10049, 7291, 8489, 6834, 8227, 8347, 8192, 12746, 8328, 11730, 7316, 9447, 7004, 8189, 8244, 8307, 10667, 7960, 12025, 7550, 10450, 7377, 9332, 7747, 8845, 7631, 7901, 9169, 7858, 12095, 8416, 12257, 8453, 10223, 7114, 8073, 7619, 8385, 9762, 8684, 12727, 7396, 11342, 7744, 9602, 7243, 9617, 7386, 8444, 7678, 8096, 9133, 7777, 13005, 9585, 12242, 6974, 9140, 7282, 8060, 9107, 8431, 12260, 7587, 11773, 7281, 9103, 7297, 8840, 7651, 8061, 8757, 7436, 11870, 7718, 11647, 7767, 9304, 6940, 7939, 9079, 7808, 13876, 9182, 12984, 7871, 10338, 6931, 8609, 7827, 8283, 12296, 8021, 15208, 7473, 11418, 7258, 9420, 8308, 8513, 14103, 7562, 11943, 7777, 9916, 7294, 8612, 8293, 8250, 9158, 7387, 12027, 7743, 9515, 7224, 8722, 8434, 7599, 12227, 7747, 9875, 7076, 8233, 8197, 8283, 9523, 7347, 11183, 7524, 9844, 7598, 9309, 7183, 7893, 7893, 7701, 11837, 8030, 12909, 8105, 10663, 7001, 8622, 6899, 8108, 8076, 8507, 8502, 7976, 9673, 7517, 12072, 7996, 12997, 8637, 10955, 7083, 8869, 7171, 8504, 8953, 8445, 9172, 7534, 11166, 7333, 12090, 9093, 11549, 7057, 8704, 7725, 7705, 12785, 8461, 13967, 8195, 10138, 6902, 8357, 7747, 8461, 9250, 8205, 10150, 7437, 11594, 7787, 11953, 8838, 11014, 7152, 8863, 6938, 8037, 8781, 8300, 13631, 8964, 12574, 7970, 9908, 7064, 8268, 10771, 7899, 13389, 7241, 11211, 7555, 9940, 7679, 10788, 6868, 8161, 7236, 7807, 8763, 7904, 13924, 9083, 12030, 7067, 8935, 6977, 8292, 9351, 8181, 13391, 7353, 11162, 7228, 9423, 7370, 8390, 9150, 8321, 13258, 7372, 11028, 7506, 9133, 7186, 8894, 7427, 8268, 8384, 7817, 10552, 7708, 12301, 9220, 11415, 6987, 8969, 6884, 8451, 8877, 8405, 11278, 7611, 12031, 7251, 9260, 7335, 8933, 7666, 7976, 8930, 7561, 11809, 7516, 12114, 8433, 10075, 6811, 8309, 7180, 8052, 12057, 8642, 13699, 7507, 10829, 7393, 8761, 7938, 8355, 10215, 7803, 12443, 7375, 10144, 7212, 9032, 7513, 8316, 7471, 7950, 10840, 7750, 12489, 8813, 11455, 6944, 8360, 7978, 7668, 13553, 8066, 12574, 7945, 9319, 6969, 8093, 9268, 7945, 14286, 8680, 11529, 7021, 8713, 7122, 7974, 11531, 8525, 12252, 7100, 9831, 6820, 8173, 7774, 8415, 12481, 8134, 12869, 7241, 10198, 7240, 9115, 7461, 8806, 6908, 8072, 8062, 8060, 11688, 8891, 14544, 8032, 12297, 7257, 10365, 7120, 9748, 8369, 8291, 10261, 7534, 11925, 7575, 11586, 9143, 11982, 7437, 9466, 7035, 8222, 7737, 8696, 9111, 8109, 10252, 7536, 12807, 7602, 11042, 7769, 10415, 7038, 7986, 9323, 7773, 12578, 8221, 12116, 8867, 9296, 7199, 8278, 6848, 8929, 7977, 9330, 6775, 8634, 6911, 8997, 8570, 8991, 9905, 8258, 13598, 7732, 12852, 9345, 12080, 8660, 13493, 7004, 9022, 7570, 8318, 7983, 8405, 9883, 8018, 9373, 7733, 10009, 7629, 12681, 8843, 12321, 7878, 11439, 7281, 10423, 7192, 9965, 7647, 9956, 7265, 7830, 8473, 7502, 12524, 8709, 12493, 7587, 9674, 7086, 8321, 7402, 9240, 7901, 7987, 8169, 7565, 9623, 7875, 12301, 7566, 11887, 7017, 10794, 6974, 9943, 7344, 10955, 7082, 8097, 7577, 7757, 11271, 7902, 15532, 8986, 11893, 7152, 10220, 6993, 8135, 7655, 8278, 8328, 8007, 10485, 7274, 10975, 7376, 10270, 7943, 9570, 6929, 8217, 7463, 8129, 10304, 7798, 13862, 8699, 10902, 6979, 9280, 7053, 8509, 8074, 9013, 7467, 8177, 9005, 7823, 12492, 8766, 13387, 8413, 11748, 7557, 9521, 7469, 10060, 7508, 8097, 7789, 8046, 11550, 7785, 13585, 9875, 13314, 6996, 9874, 7178, 7988, 7285, 8353, 7962, 8056, 8648, 7454, 12435, 7363, 10255, 7163, 8550, 7461, 7571, 12736, 7524, 10756, 7398, 9217, 7126, 7942, 9071, 7443, 12653, 7651, 11789, 7872, 10017, 6948, 8333, 6725, 8312, 9217, 8212, 10904, 7672, 13475, 7317, 10918, 6991, 8522, 8768, 8604, 13564, 7572, 12276, 7310, 10018, 6875, 9491, 7340, 7992, 11519, 7415, 11721, 7758, 11341, 7094, 8282, 8322, 7315, 13298, 7761, 11542, 8253, 10046, 7009, 8135, 7806, 7890, 12717, 8224, 13369, 8193, 11057, 7005, 10112, 7075, 10772, 8259, 12215, 7389, 9673, 6694, 13221, 8402, 11845, 8431, 12994, 9610, 15953, 12298, 12896, 8173, 9810, 7159, 8790, 13205, 10267, 14279, 8117, 11299, 7376, 10636, 8980, 9350, 7921, 9985, 7493, 10601, 7428, 12620, 9150, 12208, 8392, 11244, 7663, 12544, 7615, 11940, 8503, 12764, 7328, 9553, 6979, 8267, 8166, 7864, 13088, 9577, 16754, 7926, 12405, 7050, 10800, 7301, 10332, 7798, 11121, 6867, 7855, 6833, 7888, 8207, 8163, 11096, 7884, 13739, 7633, 11145, 6914, 8743, 7065, 8174, 7261, 7522, 11306, 6874, 9818, 6996, 8875, 6896, 7647, 9960, 6971, 10964, 7233, 10433, 6774, 8505, 6659, 7926, 8385, 7797, 13733, 8688, 13761, 7689, 11433, 7272, 9614, 7848, 9388, 9026, 8283, 13957, 7451, 12293, 8567, 11691, 7317, 8689, 7801, 8012, 13152, 8317, 14588, 9833, 11914, 7253, 9245, 7310, 8071, 12780, 9078, 14043, 7142, 10750, 7103, 9122, 7206, 8703, 7996, 7820, 13694, 7561, 12127, 8150, 11359, 7130, 8173, 8038, 7693, 14447, 9338, 13801, 8586, 10774, 6881, 8157, 8805, 7570, 14496, 8672, 11853, 7256, 9165, 6880, 8387, 7772, 9424, 7557, 8067, 8485, 7595, 13510, 7752, 13556, 9980, 14681, 8264, 11079, 7470, 9768, 7280, 8316, 11557, 9236, 15355, 7712, 13554, 7183, 10843, 8257, 12054, 8290, 10387, 7202, 8209, 6989, 7851, 10785, 8483, 14427, 7500, 11430, 7193, 9592, 7354, 10991, 7519, 8120, 6982, 7772, 7416, 7732, 9594, 8249, 10110, 7505, 10905, 7300, 12998, 9487, 13120, 8730, 10842, 7269, 9165, 7169, 9900, 7433, 9107, 7012], 'WindowCenter': [4284.0, 4247.0, 4233.0, 4229.0, 4233.0, 4202.0, 4223.0, 4180.0, 4208.0, 4175.0, 4208.0, 4163.0, 4171.0, 4130.0, 4163.0, 4144.0, 4165.0, 4143.0, 4155.0, 4135.0, 4154.0, 4146.0, 4159.0, 4159.0, 4179.0, 4180.0, 4172.0, 4182.0, 4170.0, 4182.0, 4172.0, 4192.0, 4175.0, 4205.0, 4178.0, 4217.0, 4188.0, 4219.0, 4177.0, 4199.0, 4188.0, 4187.0, 4211.0, 4188.0, 4243.0, 4200.0, 4232.0, 4190.0, 4218.0, 4166.0, 4186.0, 4186.0, 4199.0, 4209.0, 4190.0, 4239.0, 4213.0, 4239.0, 4177.0, 4209.0, 4176.0, 4198.0, 4193.0, 4213.0, 4211.0, 4214.0, 4202.0, 4200.0, 4211.0, 4204.0, 4258.0, 4216.0, 4256.0, 4213.0, 4233.0, 4193.0, 4214.0, 4203.0, 4214.0, 4237.0, 4213.0, 4230.0, 4192.0, 4242.0, 4214.0, 4242.0, 4213.0, 4257.0, 4192.0, 4211.0, 4182.0, 4212.0, 4222.0, 4216.0, 4265.0, 4227.0, 4256.0, 4191.0, 4212.0, 4201.0, 4215.0, 4232.0, 4213.0, 4264.0, 4189.0, 4231.0, 4188.0, 4234.0, 4178.0, 4223.0, 4200.0, 4199.0, 4240.0, 4177.0, 4248.0, 4197.0, 4237.0, 4207.0, 4248.0, 4174.0, 4193.0, 4159.0, 4185.0, 4215.0, 4175.0, 4247.0, 4173.0, 4202.0, 4163.0, 4183.0, 4165.0, 4197.0, 4189.0, 4196.0, 4178.0, 4187.0, 4177.0, 4198.0, 4189.0, 4213.0, 4199.0, 4223.0, 4187.0, 4199.0, 4197.0, 4188.0, 4221.0, 4198.0, 4227.0, 4198.0, 4227.0, 4166.0, 4206.0, 4175.0, 4208.0, 4190.0, 4198.0, 4177.0, 4197.0, 4164.0, 4184.0, 4188.0, 4196.0, 4208.0, 4199.0, 4197.0, 4185.0, 4216.0, 4176.0, 4228.0, 4189.0, 4228.0, 4198.0, 4229.0, 4164.0, 4186.0, 4165.0, 4200.0, 4199.0, 4186.0, 4241.0, 4185.0, 4225.0, 4173.0, 4215.0, 4188.0, 4216.0, 4200.0, 4230.0, 4175.0, 4197.0, 4177.0, 4197.0, 4188.0, 4197.0, 4209.0, 4188.0, 4198.0, 4177.0, 4206.0, 4186.0, 4228.0, 4197.0, 4229.0, 4184.0, 4196.0, 4163.0, 4186.0, 4186.0, 4183.0, 4236.0, 4184.0, 4237.0, 4161.0, 4203.0, 4173.0, 4193.0, 4174.0, 4193.0, 4162.0, 4172.0, 4181.0, 4171.0, 4212.0, 4173.0, 4216.0, 4182.0, 4206.0, 4161.0, 4173.0, 4174.0, 4172.0, 4214.0, 4184.0, 4213.0, 4197.0, 4193.0, 4161.0, 4173.0, 4171.0, 4171.0, 4217.0, 4180.0, 4216.0, 4186.0, 4193.0, 4161.0, 4184.0, 4153.0, 4183.0, 4185.0, 4184.0, 4227.0, 4185.0, 4214.0, 4173.0, 4193.0, 4162.0, 4186.0, 4185.0, 4196.0, 4219.0, 4184.0, 4225.0, 4175.0, 4206.0, 4189.0, 4195.0, 4185.0, 4199.0, 4174.0, 4186.0, 4196.0, 4186.0, 4239.0, 4198.0, 4229.0, 4197.0, 4205.0, 4173.0, 4185.0, 4188.0, 4197.0, 4206.0, 4200.0, 4229.0, 4176.0, 4216.0, 4188.0, 4209.0, 4175.0, 4206.0, 4175.0, 4184.0, 4173.0, 4186.0, 4209.0, 4187.0, 4238.0, 4221.0, 4226.0, 4165.0, 4197.0, 4189.0, 4198.0, 4195.0, 4201.0, 4229.0, 4174.0, 4215.0, 4188.0, 4210.0, 4176.0, 4211.0, 4186.0, 4185.0, 4196.0, 4178.0, 4240.0, 4187.0, 4229.0, 4189.0, 4206.0, 4177.0, 4184.0, 4199.0, 4191.0, 4240.0, 4209.0, 4238.0, 4187.0, 4206.0, 4163.0, 4197.0, 4188.0, 4184.0, 4229.0, 4175.0, 4237.0, 4160.0, 4204.0, 4171.0, 4194.0, 4173.0, 4185.0, 4223.0, 4161.0, 4201.0, 4159.0, 4205.0, 4174.0, 4184.0, 4182.0, 4183.0, 4194.0, 4162.0, 4214.0, 4174.0, 4193.0, 4162.0, 4185.0, 4185.0, 4172.0, 4212.0, 4170.0, 4206.0, 4174.0, 4183.0, 4185.0, 4184.0, 4195.0, 4174.0, 4215.0, 4188.0, 4205.0, 4176.0, 4207.0, 4165.0, 4185.0, 4186.0, 4186.0, 4227.0, 4187.0, 4240.0, 4186.0, 4216.0, 4175.0, 4197.0, 4192.0, 4200.0, 4189.0, 4212.0, 4199.0, 4188.0, 4206.0, 4190.0, 4240.0, 4198.0, 4253.0, 4200.0, 4219.0, 4176.0, 4210.0, 4181.0, 4199.0, 4208.0, 4196.0, 4197.0, 4176.0, 4219.0, 4191.0, 4226.0, 4211.0, 4231.0, 4178.0, 4196.0, 4187.0, 4199.0, 4239.0, 4199.0, 4241.0, 4187.0, 4204.0, 4165.0, 4197.0, 4188.0, 4185.0, 4209.0, 4185.0, 4207.0, 4176.0, 4231.0, 4187.0, 4229.0, 4210.0, 4216.0, 4175.0, 4194.0, 4176.0, 4201.0, 4199.0, 4198.0, 4239.0, 4197.0, 4227.0, 4172.0, 4208.0, 4175.0, 4183.0, 4216.0, 4185.0, 4224.0, 4164.0, 4216.0, 4186.0, 4207.0, 4176.0, 4219.0, 4160.0, 4185.0, 4172.0, 4186.0, 4198.0, 4186.0, 4239.0, 4198.0, 4215.0, 4164.0, 4184.0, 4177.0, 4197.0, 4196.0, 4196.0, 4228.0, 4173.0, 4213.0, 4163.0, 4195.0, 4189.0, 4184.0, 4197.0, 4187.0, 4226.0, 4163.0, 4201.0, 4174.0, 4196.0, 4162.0, 4193.0, 4174.0, 4183.0, 4184.0, 4173.0, 4216.0, 4184.0, 4224.0, 4208.0, 4215.0, 4164.0, 4184.0, 4178.0, 4198.0, 4194.0, 4198.0, 4216.0, 4172.0, 4215.0, 4176.0, 4207.0, 4175.0, 4199.0, 4174.0, 4184.0, 4195.0, 4188.0, 4239.0, 4177.0, 4238.0, 4198.0, 4205.0, 4166.0, 4184.0, 4189.0, 4200.0, 4230.0, 4209.0, 4239.0, 4176.0, 4217.0, 4178.0, 4196.0, 4185.0, 4198.0, 4207.0, 4174.0, 4224.0, 4173.0, 4217.0, 4189.0, 4196.0, 4186.0, 4196.0, 4175.0, 4186.0, 4219.0, 4201.0, 4236.0, 4210.0, 4230.0, 4177.0, 4187.0, 4186.0, 4189.0, 4250.0, 4188.0, 4239.0, 4187.0, 4197.0, 4163.0, 4197.0, 4211.0, 4189.0, 4249.0, 4196.0, 4216.0, 4163.0, 4195.0, 4178.0, 4186.0, 4215.0, 4200.0, 4228.0, 4174.0, 4207.0, 4165.0, 4212.0, 4190.0, 4199.0, 4240.0, 4190.0, 4237.0, 4175.0, 4221.0, 4189.0, 4196.0, 4187.0, 4209.0, 4178.0, 4187.0, 4198.0, 4201.0, 4228.0, 4209.0, 4253.0, 4188.0, 4227.0, 4177.0, 4221.0, 4176.0, 4206.0, 4187.0, 4188.0, 4206.0, 4173.0, 4227.0, 4187.0, 4215.0, 4196.0, 4229.0, 4178.0, 4195.0, 4176.0, 4201.0, 4186.0, 4196.0, 4209.0, 4188.0, 4206.0, 4185.0, 4241.0, 4189.0, 4217.0, 4188.0, 4221.0, 4165.0, 4186.0, 4193.0, 4187.0, 4226.0, 4184.0, 4227.0, 4195.0, 4194.0, 4162.0, 4197.0, 4176.0, 4196.0, 4198.0, 4211.0, 4169.0, 4199.0, 4178.0, 4210.0, 4208.0, 4212.0, 4222.0, 4198.0, 4238.0, 4175.0, 4241.0, 4209.0, 4228.0, 4187.0, 4224.0, 4165.0, 4198.0, 4176.0, 4184.0, 4172.0, 4187.0, 4195.0, 4172.0, 4194.0, 4174.0, 4206.0, 4176.0, 4235.0, 4197.0, 4225.0, 4184.0, 4215.0, 4162.0, 4216.0, 4177.0, 4206.0, 4174.0, 4208.0, 4163.0, 4174.0, 4183.0, 4187.0, 4228.0, 4196.0, 4226.0, 4173.0, 4195.0, 4176.0, 4199.0, 4177.0, 4210.0, 4185.0, 4187.0, 4185.0, 4186.0, 4206.0, 4187.0, 4226.0, 4176.0, 4214.0, 4166.0, 4216.0, 4177.0, 4206.0, 4175.0, 4218.0, 4163.0, 4173.0, 4174.0, 4177.0, 4217.0, 4172.0, 4248.0, 4182.0, 4215.0, 4162.0, 4193.0, 4163.0, 4187.0, 4174.0, 4184.0, 4186.0, 4174.0, 4205.0, 4163.0, 4214.0, 4177.0, 4206.0, 4185.0, 4196.0, 4165.0, 4185.0, 4172.0, 4187.0, 4207.0, 4174.0, 4235.0, 4186.0, 4206.0, 4165.0, 4195.0, 4176.0, 4195.0, 4185.0, 4195.0, 4175.0, 4186.0, 4196.0, 4187.0, 4227.0, 4199.0, 4238.0, 4184.0, 4215.0, 4174.0, 4209.0, 4174.0, 4205.0, 4174.0, 4175.0, 4174.0, 4174.0, 4217.0, 4175.0, 4227.0, 4207.0, 4224.0, 4161.0, 4194.0, 4165.0, 4185.0, 4174.0, 4187.0, 4186.0, 4186.0, 4185.0, 4172.0, 4227.0, 4178.0, 4207.0, 4178.0, 4198.0, 4177.0, 4185.0, 4238.0, 4189.0, 4217.0, 4177.0, 4209.0, 4176.0, 4186.0, 4194.0, 4177.0, 4241.0, 4189.0, 4231.0, 4201.0, 4209.0, 4177.0, 4186.0, 4180.0, 4210.0, 4210.0, 4201.0, 4221.0, 4189.0, 4240.0, 4178.0, 4218.0, 4191.0, 4199.0, 4201.0, 4201.0, 4240.0, 4177.0, 4228.0, 4187.0, 4218.0, 4167.0, 4223.0, 4176.0, 4188.0, 4218.0, 4189.0, 4243.0, 4190.0, 4233.0, 4176.0, 4188.0, 4187.0, 4176.0, 4239.0, 4191.0, 4228.0, 4202.0, 4210.0, 4177.0, 4185.0, 4188.0, 4201.0, 4240.0, 4199.0, 4241.0, 4200.0, 4230.0, 4178.0, 4221.0, 4194.0, 4235.0, 4202.0, 4242.0, 4204.0, 4224.0, 4181.0, 4253.0, 4226.0, 4257.0, 4215.0, 4254.0, 4221.0, 4265.0, 4231.0, 4240.0, 4187.0, 4206.0, 4179.0, 4195.0, 4239.0, 4208.0, 4235.0, 4174.0, 4215.0, 4178.0, 4205.0, 4197.0, 4195.0, 4173.0, 4205.0, 4174.0, 4215.0, 4177.0, 4225.0, 4210.0, 4230.0, 4187.0, 4217.0, 4176.0, 4225.0, 4172.0, 4215.0, 4184.0, 4228.0, 4164.0, 4193.0, 4164.0, 4182.0, 4185.0, 4185.0, 4224.0, 4208.0, 4247.0, 4173.0, 4213.0, 4160.0, 4202.0, 4174.0, 4203.0, 4173.0, 4203.0, 4149.0, 4169.0, 4148.0, 4185.0, 4184.0, 4184.0, 4215.0, 4172.0, 4223.0, 4159.0, 4201.0, 4163.0, 4183.0, 4175.0, 4186.0, 4163.0, 4174.0, 4214.0, 4167.0, 4219.0, 4174.0, 4210.0, 4166.0, 4174.0, 4207.0, 4179.0, 4231.0, 4189.0, 4230.0, 4176.0, 4197.0, 4167.0, 4200.0, 4212.0, 4191.0, 4253.0, 4200.0, 4240.0, 4187.0, 4226.0, 4192.0, 4209.0, 4201.0, 4211.0, 4198.0, 4187.0, 4238.0, 4190.0, 4239.0, 4197.0, 4242.0, 4177.0, 4197.0, 4176.0, 4200.0, 4251.0, 4199.0, 4263.0, 4207.0, 4228.0, 4175.0, 4196.0, 4189.0, 4187.0, 4242.0, 4197.0, 4239.0, 4176.0, 4217.0, 4190.0, 4207.0, 4189.0, 4211.0, 4188.0, 4188.0, 4239.0, 4202.0, 4241.0, 4198.0, 4231.0, 4178.0, 4198.0, 4188.0, 4202.0, 4250.0, 4211.0, 4251.0, 4196.0, 4216.0, 4164.0, 4186.0, 4208.0, 4188.0, 4249.0, 4198.0, 4228.0, 4176.0, 4194.0, 4176.0, 4199.0, 4188.0, 4210.0, 4188.0, 4187.0, 4197.0, 4177.0, 4236.0, 4189.0, 4241.0, 4209.0, 4239.0, 4187.0, 4216.0, 4163.0, 4193.0, 4177.0, 4187.0, 4216.0, 4210.0, 4247.0, 4174.0, 4225.0, 4162.0, 4217.0, 4183.0, 4227.0, 4185.0, 4204.0, 4162.0, 4183.0, 4162.0, 4186.0, 4216.0, 4197.0, 4236.0, 4163.0, 4203.0, 4165.0, 4207.0, 4173.0, 4219.0, 4176.0, 4174.0, 4163.0, 4174.0, 4188.0, 4187.0, 4207.0, 4197.0, 4206.0, 4175.0, 4216.0, 4176.0, 4227.0, 4207.0, 4227.0, 4186.0, 4216.0, 4175.0, 4196.0, 4164.0, 4208.0, 4178.0, 4196.0, 4165.0], 'WindowWidth': [9467.0, 9396.0, 9371.0, 9357.0, 9356.0, 9305.0, 9339.0, 9272.0, 9309.0, 9258.0, 9307.0, 9237.0, 9247.0, 9190.0, 9238.0, 9212.0, 9243.0, 9214.0, 9233.0, 9207.0, 9233.0, 9223.0, 9242.0, 9244.0, 9275.0, 9275.0, 9266.0, 9279.0, 9263.0, 9282.0, 9267.0, 9298.0, 9277.0, 9318.0, 9284.0, 9341.0, 9303.0, 9344.0, 9284.0, 9314.0, 9299.0, 9296.0, 9331.0, 9298.0, 9382.0, 9319.0, 9365.0, 9305.0, 9341.0, 9269.0, 9294.0, 9292.0, 9312.0, 9332.0, 9306.0, 9373.0, 9339.0, 9372.0, 9284.0, 9328.0, 9282.0, 9313.0, 9316.0, 9340.0, 9335.0, 9343.0, 9324.0, 9320.0, 9334.0, 9330.0, 9411.0, 9349.0, 9406.0, 9343.0, 9368.0, 9314.0, 9346.0, 9333.0, 9342.0, 9381.0, 9344.0, 9362.0, 9310.0, 9382.0, 9348.0, 9383.0, 9344.0, 9410.0, 9314.0, 9337.0, 9297.0, 9338.0, 9353.0, 9349.0, 9418.0, 9367.0, 9404.0, 9310.0, 9338.0, 9327.0, 9349.0, 9367.0, 9343.0, 9414.0, 9302.0, 9363.0, 9303.0, 9373.0, 9290.0, 9356.0, 9319.0, 9315.0, 9370.0, 9280.0, 9387.0, 9312.0, 9367.0, 9324.0, 9383.0, 9274.0, 9297.0, 9248.0, 9294.0, 9334.0, 9277.0, 9379.0, 9271.0, 9309.0, 9259.0, 9285.0, 9268.0, 9309.0, 9303.0, 9310.0, 9287.0, 9298.0, 9286.0, 9312.0, 9305.0, 9343.0, 9317.0, 9353.0, 9297.0, 9313.0, 9308.0, 9297.0, 9350.0, 9315.0, 9355.0, 9314.0, 9351.0, 9265.0, 9320.0, 9277.0, 9325.0, 9308.0, 9314.0, 9285.0, 9310.0, 9261.0, 9288.0, 9299.0, 9310.0, 9325.0, 9316.0, 9312.0, 9292.0, 9336.0, 9279.0, 9357.0, 9305.0, 9354.0, 9316.0, 9357.0, 9262.0, 9292.0, 9262.0, 9318.0, 9318.0, 9296.0, 9376.0, 9291.0, 9347.0, 9273.0, 9335.0, 9300.0, 9337.0, 9319.0, 9358.0, 9280.0, 9311.0, 9283.0, 9314.0, 9303.0, 9313.0, 9329.0, 9300.0, 9311.0, 9281.0, 9319.0, 9292.0, 9355.0, 9311.0, 9357.0, 9290.0, 9308.0, 9260.0, 9293.0, 9294.0, 9287.0, 9363.0, 9287.0, 9364.0, 9254.0, 9311.0, 9273.0, 9300.0, 9275.0, 9303.0, 9257.0, 9269.0, 9281.0, 9265.0, 9324.0, 9274.0, 9333.0, 9285.0, 9322.0, 9254.0, 9271.0, 9271.0, 9268.0, 9330.0, 9290.0, 9327.0, 9308.0, 9301.0, 9254.0, 9271.0, 9266.0, 9267.0, 9337.0, 9282.0, 9334.0, 9295.0, 9300.0, 9256.0, 9286.0, 9245.0, 9287.0, 9294.0, 9290.0, 9352.0, 9293.0, 9332.0, 9275.0, 9300.0, 9260.0, 9296.0, 9293.0, 9310.0, 9344.0, 9290.0, 9348.0, 9277.0, 9321.0, 9304.0, 9308.0, 9294.0, 9316.0, 9277.0, 9295.0, 9307.0, 9297.0, 9375.0, 9313.0, 9359.0, 9312.0, 9321.0, 9274.0, 9293.0, 9303.0, 9313.0, 9324.0, 9319.0, 9357.0, 9281.0, 9334.0, 9300.0, 9332.0, 9280.0, 9326.0, 9279.0, 9290.0, 9275.0, 9294.0, 9333.0, 9299.0, 9368.0, 9351.0, 9353.0, 9267.0, 9308.0, 9307.0, 9316.0, 9308.0, 9322.0, 9357.0, 9276.0, 9333.0, 9303.0, 9335.0, 9284.0, 9336.0, 9296.0, 9293.0, 9307.0, 9287.0, 9379.0, 9301.0, 9360.0, 9304.0, 9323.0, 9282.0, 9292.0, 9316.0, 9309.0, 9376.0, 9333.0, 9371.0, 9297.0, 9321.0, 9262.0, 9313.0, 9299.0, 9291.0, 9356.0, 9277.0, 9365.0, 9251.0, 9315.0, 9270.0, 9301.0, 9272.0, 9291.0, 9339.0, 9252.0, 9308.0, 9247.0, 9318.0, 9277.0, 9289.0, 9284.0, 9286.0, 9300.0, 9255.0, 9328.0, 9276.0, 9303.0, 9257.0, 9291.0, 9290.0, 9270.0, 9325.0, 9265.0, 9323.0, 9279.0, 9288.0, 9292.0, 9290.0, 9304.0, 9275.0, 9333.0, 9300.0, 9319.0, 9281.0, 9326.0, 9265.0, 9292.0, 9293.0, 9301.0, 9356.0, 9298.0, 9374.0, 9295.0, 9335.0, 9280.0, 9310.0, 9315.0, 9321.0, 9303.0, 9339.0, 9318.0, 9300.0, 9324.0, 9310.0, 9376.0, 9316.0, 9395.0, 9321.0, 9343.0, 9284.0, 9332.0, 9297.0, 9316.0, 9329.0, 9310.0, 9311.0, 9280.0, 9345.0, 9310.0, 9352.0, 9336.0, 9364.0, 9287.0, 9309.0, 9300.0, 9320.0, 9373.0, 9318.0, 9378.0, 9297.0, 9318.0, 9266.0, 9314.0, 9299.0, 9294.0, 9331.0, 9292.0, 9323.0, 9280.0, 9367.0, 9301.0, 9357.0, 9335.0, 9338.0, 9280.0, 9305.0, 9283.0, 9323.0, 9318.0, 9315.0, 9375.0, 9310.0, 9352.0, 9271.0, 9329.0, 9280.0, 9287.0, 9337.0, 9291.0, 9342.0, 9260.0, 9334.0, 9298.0, 9325.0, 9282.0, 9345.0, 9256.0, 9291.0, 9270.0, 9297.0, 9317.0, 9294.0, 9372.0, 9313.0, 9334.0, 9261.0, 9288.0, 9286.0, 9312.0, 9306.0, 9311.0, 9357.0, 9273.0, 9329.0, 9259.0, 9304.0, 9304.0, 9290.0, 9310.0, 9297.0, 9347.0, 9257.0, 9309.0, 9275.0, 9310.0, 9259.0, 9304.0, 9275.0, 9285.0, 9287.0, 9273.0, 9339.0, 9292.0, 9343.0, 9326.0, 9332.0, 9261.0, 9288.0, 9290.0, 9313.0, 9303.0, 9314.0, 9336.0, 9271.0, 9332.0, 9282.0, 9325.0, 9278.0, 9316.0, 9276.0, 9289.0, 9303.0, 9300.0, 9373.0, 9286.0, 9371.0, 9314.0, 9320.0, 9267.0, 9292.0, 9309.0, 9319.0, 9359.0, 9333.0, 9373.0, 9282.0, 9336.0, 9287.0, 9314.0, 9294.0, 9313.0, 9324.0, 9277.0, 9345.0, 9273.0, 9340.0, 9304.0, 9310.0, 9298.0, 9310.0, 9280.0, 9295.0, 9344.0, 9325.0, 9367.0, 9334.0, 9362.0, 9285.0, 9297.0, 9295.0, 9307.0, 9391.0, 9302.0, 9373.0, 9298.0, 9310.0, 9261.0, 9315.0, 9335.0, 9301.0, 9388.0, 9309.0, 9335.0, 9260.0, 9306.0, 9291.0, 9296.0, 9335.0, 9319.0, 9354.0, 9278.0, 9323.0, 9267.0, 9341.0, 9307.0, 9317.0, 9376.0, 9305.0, 9367.0, 9280.0, 9349.0, 9305.0, 9312.0, 9299.0, 9330.0, 9286.0, 9297.0, 9316.0, 9324.0, 9356.0, 9333.0, 9397.0, 9300.0, 9352.0, 9282.0, 9350.0, 9285.0, 9322.0, 9298.0, 9298.0, 9321.0, 9273.0, 9355.0, 9300.0, 9334.0, 9310.0, 9358.0, 9285.0, 9306.0, 9283.0, 9323.0, 9298.0, 9310.0, 9331.0, 9299.0, 9322.0, 9293.0, 9379.0, 9307.0, 9340.0, 9302.0, 9349.0, 9264.0, 9293.0, 9299.0, 9297.0, 9352.0, 9289.0, 9352.0, 9306.0, 9303.0, 9258.0, 9312.0, 9286.0, 9311.0, 9317.0, 9336.0, 9277.0, 9316.0, 9290.0, 9337.0, 9331.0, 9340.0, 9353.0, 9314.0, 9369.0, 9279.0, 9378.0, 9328.0, 9354.0, 9297.0, 9345.0, 9263.0, 9315.0, 9280.0, 9289.0, 9271.0, 9294.0, 9304.0, 9270.0, 9301.0, 9272.0, 9319.0, 9280.0, 9362.0, 9310.0, 9346.0, 9289.0, 9331.0, 9257.0, 9336.0, 9285.0, 9320.0, 9277.0, 9327.0, 9259.0, 9273.0, 9286.0, 9301.0, 9355.0, 9309.0, 9352.0, 9274.0, 9303.0, 9282.0, 9318.0, 9284.0, 9334.0, 9293.0, 9296.0, 9290.0, 9296.0, 9323.0, 9297.0, 9351.0, 9279.0, 9331.0, 9268.0, 9335.0, 9286.0, 9321.0, 9278.0, 9341.0, 9260.0, 9273.0, 9273.0, 9282.0, 9334.0, 9271.0, 9384.0, 9283.0, 9331.0, 9256.0, 9298.0, 9260.0, 9296.0, 9274.0, 9291.0, 9292.0, 9273.0, 9315.0, 9258.0, 9332.0, 9284.0, 9321.0, 9294.0, 9308.0, 9264.0, 9290.0, 9271.0, 9297.0, 9324.0, 9278.0, 9361.0, 9294.0, 9321.0, 9264.0, 9305.0, 9285.0, 9306.0, 9292.0, 9307.0, 9278.0, 9292.0, 9309.0, 9299.0, 9350.0, 9315.0, 9369.0, 9289.0, 9331.0, 9278.0, 9330.0, 9279.0, 9322.0, 9275.0, 9276.0, 9272.0, 9274.0, 9337.0, 9278.0, 9350.0, 9326.0, 9345.0, 9255.0, 9300.0, 9263.0, 9294.0, 9278.0, 9298.0, 9293.0, 9293.0, 9291.0, 9271.0, 9350.0, 9287.0, 9324.0, 9285.0, 9314.0, 9285.0, 9293.0, 9369.0, 9305.0, 9341.0, 9286.0, 9333.0, 9281.0, 9295.0, 9304.0, 9284.0, 9376.0, 9303.0, 9361.0, 9322.0, 9329.0, 9283.0, 9295.0, 9297.0, 9336.0, 9333.0, 9325.0, 9349.0, 9301.0, 9372.0, 9285.0, 9340.0, 9312.0, 9316.0, 9321.0, 9323.0, 9373.0, 9282.0, 9352.0, 9300.0, 9344.0, 9272.0, 9354.0, 9283.0, 9300.0, 9339.0, 9306.0, 9383.0, 9305.0, 9368.0, 9283.0, 9298.0, 9297.0, 9280.0, 9372.0, 9309.0, 9356.0, 9324.0, 9331.0, 9284.0, 9294.0, 9299.0, 9324.0, 9378.0, 9318.0, 9377.0, 9318.0, 9359.0, 9288.0, 9352.0, 9319.0, 9375.0, 9326.0, 9382.0, 9334.0, 9362.0, 9297.0, 9396.0, 9370.0, 9410.0, 9350.0, 9404.0, 9352.0, 9416.0, 9363.0, 9374.0, 9297.0, 9323.0, 9292.0, 9306.0, 9371.0, 9326.0, 9359.0, 9272.0, 9332.0, 9287.0, 9319.0, 9310.0, 9302.0, 9274.0, 9317.0, 9275.0, 9333.0, 9285.0, 9347.0, 9333.0, 9359.0, 9295.0, 9338.0, 9279.0, 9344.0, 9271.0, 9330.0, 9290.0, 9354.0, 9260.0, 9300.0, 9260.0, 9283.0, 9292.0, 9291.0, 9343.0, 9328.0, 9380.0, 9271.0, 9327.0, 9253.0, 9310.0, 9278.0, 9314.0, 9273.0, 9314.0, 9236.0, 9262.0, 9233.0, 9291.0, 9290.0, 9288.0, 9332.0, 9268.0, 9339.0, 9247.0, 9307.0, 9261.0, 9286.0, 9280.0, 9293.0, 9259.0, 9273.0, 9329.0, 9272.0, 9345.0, 9280.0, 9332.0, 9268.0, 9277.0, 9323.0, 9293.0, 9366.0, 9304.0, 9362.0, 9284.0, 9311.0, 9272.0, 9324.0, 9342.0, 9309.0, 9399.0, 9320.0, 9373.0, 9298.0, 9351.0, 9314.0, 9332.0, 9324.0, 9335.0, 9313.0, 9296.0, 9369.0, 9309.0, 9376.0, 9316.0, 9380.0, 9285.0, 9310.0, 9281.0, 9322.0, 9395.0, 9319.0, 9411.0, 9325.0, 9353.0, 9279.0, 9308.0, 9306.0, 9299.0, 9379.0, 9313.0, 9371.0, 9281.0, 9337.0, 9309.0, 9327.0, 9307.0, 9339.0, 9302.0, 9299.0, 9369.0, 9327.0, 9377.0, 9316.0, 9365.0, 9286.0, 9313.0, 9300.0, 9326.0, 9389.0, 9336.0, 9392.0, 9310.0, 9336.0, 9262.0, 9295.0, 9333.0, 9300.0, 9385.0, 9312.0, 9352.0, 9280.0, 9304.0, 9284.0, 9318.0, 9301.0, 9334.0, 9299.0, 9297.0, 9310.0, 9282.0, 9364.0, 9303.0, 9376.0, 9329.0, 9372.0, 9295.0, 9334.0, 9260.0, 9299.0, 9283.0, 9297.0, 9337.0, 9332.0, 9377.0, 9273.0, 9344.0, 9257.0, 9336.0, 9287.0, 9350.0, 9291.0, 9314.0, 9258.0, 9286.0, 9260.0, 9296.0, 9333.0, 9309.0, 9361.0, 9257.0, 9313.0, 9265.0, 9323.0, 9274.0, 9345.0, 9281.0, 9276.0, 9260.0, 9275.0, 9303.0, 9297.0, 9325.0, 9312.0, 9319.0, 9276.0, 9333.0, 9279.0, 9351.0, 9322.0, 9351.0, 9292.0, 9334.0, 9278.0, 9306.0, 9262.0, 9328.0, 9286.0, 9308.0, 9264.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.0020504287045666355</td></tr>
<tr><td colspan=3>aqi</td><td>0.0207394027027027</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.13549546700564</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1975687698600739</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0317725164552236</td></tr>
<tr><td colspan=3>efc</td><td>0.5171</td></tr>
<tr><td colspan=3>fber</td><td>3456.4497</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0883290442593836</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1435228331780056</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6885636930385974</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6106674832113823</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.94344956618633</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5115740297180804</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128276</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010772096924483776</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036011721938848495</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</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.8061251982656716</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>11.0741</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.1973</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.8563</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291237.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>1110.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.1342</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9025</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.4072</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3321.1172</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3552.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.2271</td></tr>
<tr><td colspan=3>tsnr</td><td>38.0208155780565</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>