ds005256-mriqc/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter f55c07f2a8 [DATALAD RUNCMD] Compute MRIQC for sub-0031
=== 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-0031 --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-0031",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:25:43 +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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-01/func/sub-0031_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>725e2435d0d872b1aa397e7d89c62c11</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>13:53:15.217500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999697, -0.0154098, 0.019213, 0.0151809, 0.999813, 0.0119984]</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.0896566</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7283, 556, -78, -172, 67, 73]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.777</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>693812e1-f4e5-4d6c-9d42-b8d527a48c18||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821129322052, 0.04072936624288559, 0.05236460268497467, 109.4569320678711], [0.041343238204717636, 2.682424545288086, 0.03159843012690544, -97.31785583496094], [0.051547080278396606, -0.032190918922424316, 2.6993072032928467, -87.29493713378906], [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': ['135315.217500', '135315.677500', '135316.137500', '135316.597500', '135317.057500', '135317.517500', '135317.977500', '135318.437500', '135318.897500', '135319.357500', '135319.817500', '135320.277500', '135320.737500', '135321.197500', '135321.657500', '135322.117500', '135322.577500', '135323.037500', '135323.497500', '135323.957500', '135324.417500', '135324.877500', '135325.337500', '135325.797500', '135326.257500', '135326.717500', '135327.177500', '135327.637500', '135328.097500', '135328.557500', '135329.017500', '135329.477500', '135329.937500', '135330.397500', '135330.857500', '135331.317500', '135331.777500', '135332.237500', '135332.697500', '135333.157500', '135333.617500', '135334.077500', '135334.537500', '135334.997500', '135335.457500', '135335.917500', '135336.377500', '135336.837500', '135337.297500', '135337.757500', '135338.217500', '135338.677500', '135339.137500', '135339.597500', '135340.057500', '135340.517500', '135340.977500', '135341.437500', '135341.897500', '135342.357500', '135342.817500', '135343.277500', '135343.737500', '135344.197500', '135344.657500', '135345.117500', '135345.577500', '135346.037500', '135346.497500', '135346.957500', '135347.417500', '135347.877500', '135348.337500', '135348.797500', '135349.257500', '135349.717500', '135350.177500', '135350.637500', '135351.097500', '135351.557500', '135352.017500', '135352.477500', '135352.937500', '135353.397500', '135353.857500', '135354.317500', '135354.777500', '135355.237500', '135355.697500', '135356.157500', '135356.617500', '135357.077500', '135357.537500', '135357.997500', '135358.457500', '135358.917500', '135359.377500', '135359.837500', '135400.297500', '135400.757500', '135401.217500', '135401.677500', '135402.137500', '135402.597500', '135403.057500', '135403.517500', '135403.977500', '135404.437500', '135404.897500', '135405.357500', '135405.817500', '135406.277500', '135406.737500', '135407.197500', '135407.657500', '135408.117500', '135408.577500', '135409.037500', '135409.497500', '135409.957500', '135410.417500', '135410.877500', '135411.337500', '135411.797500', '135412.257500', '135412.717500', '135413.177500', '135413.637500', '135414.097500', '135414.557500', '135415.017500', '135415.477500', '135415.937500', '135416.397500', '135416.857500', '135417.317500', '135417.777500', '135418.237500', '135418.697500', '135419.157500', '135419.617500', '135420.077500', '135420.537500', '135420.997500', '135421.457500', '135421.917500', '135422.377500', '135422.837500', '135423.297500', '135423.757500', '135424.217500', '135424.677500', '135425.137500', '135425.597500', '135426.057500', '135426.517500', '135426.977500', '135427.437500', '135427.897500', '135428.357500', '135428.817500', '135429.277500', '135429.737500', '135430.197500', '135430.657500', '135431.117500', '135431.577500', '135432.037500', '135432.497500', '135432.957500', '135433.417500', '135433.877500', '135434.337500', '135434.797500', '135435.257500', '135435.717500', '135436.177500', '135436.637500', '135437.097500', '135437.557500', '135438.017500', '135438.477500', '135438.937500', '135439.397500', '135439.857500', '135440.317500', '135440.777500', '135441.237500', '135441.697500', '135442.157500', '135442.617500', '135443.077500', '135443.537500', '135443.997500', '135444.457500', '135444.917500', '135445.377500', '135445.837500', '135446.297500', '135446.757500', '135447.217500', '135447.677500', '135448.137500', '135448.597500', '135449.057500', '135449.517500', '135449.977500', '135450.437500', '135450.897500', '135451.357500', '135451.817500', '135452.277500', '135452.737500', '135453.197500', '135453.657500', '135454.117500', '135454.577500', '135455.037500', '135455.497500', '135455.957500', '135456.417500', '135456.877500', '135457.337500', '135457.797500', '135458.257500', '135458.717500', '135459.177500', '135459.637500', '135500.097500', '135500.557500', '135501.017500', '135501.477500', '135501.937500', '135502.397500', '135502.857500', '135503.317500', '135503.777500', '135504.237500', '135504.697500', '135505.157500', '135505.617500', '135506.077500', '135506.537500', '135506.997500', '135507.457500', '135507.917500', '135508.377500', '135508.837500', '135509.297500', '135509.757500', '135510.217500', '135510.677500', '135511.137500', '135511.597500', '135512.057500', '135512.517500', '135512.977500', '135513.437500', '135513.897500', '135514.357500', '135514.817500', '135515.277500', '135515.737500', '135516.197500', '135516.657500', '135517.117500', '135517.577500', '135518.037500', '135518.497500', '135518.957500', '135519.417500', '135519.877500', '135520.337500', '135520.797500', '135521.257500', '135521.717500', '135522.177500', '135522.637500', '135523.097500', '135523.557500', '135524.017500', '135524.477500', '135524.937500', '135525.397500', '135525.857500', '135526.317500', '135526.777500', '135527.237500', '135527.697500', '135528.157500', '135528.617500', '135529.077500', '135529.537500', '135529.997500', '135530.457500', '135530.917500', '135531.377500', '135531.837500', '135532.297500', '135532.757500', '135533.217500', '135533.677500', '135534.137500', '135534.597500', '135535.057500', '135535.517500', '135535.977500', '135536.437500', '135536.897500', '135537.357500', '135537.817500', '135538.277500', '135538.737500', '135539.197500', '135539.657500', '135540.117500', '135540.577500', '135541.037500', '135541.497500', '135541.957500', '135542.417500', '135542.877500', '135543.337500', '135543.797500', '135544.257500', '135544.717500', '135545.177500', '135545.637500', '135546.097500', '135546.557500', '135547.017500', '135547.477500', '135547.937500', '135548.397500', '135548.857500', '135549.317500', '135549.777500', '135550.237500', '135550.697500', '135551.157500', '135551.617500', '135552.077500', '135552.537500', '135552.997500', '135553.457500', '135553.917500', '135554.377500', '135554.837500', '135555.297500', '135555.757500', '135556.217500', '135556.677500', '135557.137500', '135557.597500', '135558.057500', '135558.517500', '135558.977500', '135559.437500', '135559.897500', '135600.357500', '135600.817500', '135601.277500', '135601.737500', '135602.197500', '135602.657500', '135603.117500', '135603.577500', '135604.037500', '135604.497500', '135604.957500', '135605.417500', '135605.877500', '135606.337500', '135606.797500', '135607.257500', '135607.717500', '135608.177500', '135608.637500', '135609.097500', '135609.557500', '135610.017500', '135610.477500', '135610.937500', '135611.397500', '135611.857500', '135612.317500', '135612.777500', '135613.237500', '135613.697500', '135614.157500', '135614.617500', '135615.077500', '135615.537500', '135615.997500', '135616.457500', '135616.917500', '135617.377500', '135617.837500', '135618.297500', '135618.757500', '135619.217500', '135619.677500', '135620.137500', '135620.597500', '135621.057500', '135621.517500', '135621.977500', '135622.437500', '135622.897500', '135623.357500', '135623.817500', '135624.277500', '135624.737500', '135625.197500', '135625.657500', '135626.117500', '135626.577500', '135627.037500', '135627.497500', '135627.957500', '135628.417500', '135628.877500', '135629.337500', '135629.797500', '135630.257500', '135630.717500', '135631.177500', '135631.637500', '135632.097500', '135632.557500', '135633.017500', '135633.477500', '135633.937500', '135634.397500', '135634.857500', '135635.317500', '135635.777500', '135636.237500', '135636.697500', '135637.157500', '135637.617500', '135638.077500', '135638.537500', '135638.997500', '135639.457500', '135639.917500', '135640.377500', '135640.837500', '135641.297500', '135641.757500', '135642.217500', '135642.677500', '135643.137500', '135643.597500', '135644.057500', '135644.517500', '135644.977500', '135645.437500', '135645.897500', '135646.357500', '135646.817500', '135647.277500', '135647.737500', '135648.197500', '135648.657500', '135649.117500', '135649.577500', '135650.037500', '135650.497500', '135650.957500', '135651.417500', '135651.877500', '135652.337500', '135652.797500', '135653.257500', '135653.717500', '135654.177500', '135654.637500', '135655.097500', '135655.557500', '135656.017500', '135656.477500', '135656.937500', '135657.397500', '135657.857500', '135658.317500', '135658.777500', '135659.237500', '135659.697500', '135700.157500', '135700.617500', '135701.077500', '135701.537500', '135701.997500', '135702.457500', '135702.917500', '135703.377500', '135703.837500', '135704.297500', '135704.757500', '135705.217500', '135705.677500', '135706.137500', '135706.597500', '135707.057500', '135707.517500', '135707.977500', '135708.437500', '135708.897500', '135709.357500', '135709.817500', '135710.277500', '135710.737500', '135711.197500', '135711.657500', '135712.117500', '135712.577500', '135713.037500', '135713.497500', '135713.957500', '135714.417500', '135714.877500', '135715.337500', '135715.797500', '135716.257500', '135716.717500', '135717.177500', '135717.637500', '135718.097500', '135718.557500', '135719.017500', '135719.477500', '135719.937500', '135720.397500', '135720.857500', '135721.317500', '135721.777500', '135722.237500', '135722.697500', '135723.157500', '135723.617500', '135724.077500', '135724.537500', '135724.997500', '135725.457500', '135725.917500', '135726.377500', '135726.837500', '135727.297500', '135727.757500', '135728.217500', '135728.677500', '135729.137500', '135729.597500', '135730.057500', '135730.517500', '135730.977500', '135731.437500', '135731.897500', '135732.357500', '135732.817500', '135733.277500', '135733.737500', '135734.197500', '135734.657500', '135735.117500', '135735.577500', '135736.037500', '135736.497500', '135736.957500', '135737.417500', '135737.877500', '135738.337500', '135738.797500', '135739.257500', '135739.717500', '135740.177500', '135740.637500', '135741.097500', '135741.557500', '135742.017500', '135742.477500', '135742.937500', '135743.397500', '135743.857500', '135744.317500', '135744.777500', '135745.237500', '135745.697500', '135746.157500', '135746.617500', '135747.077500', '135747.537500', '135747.997500', '135748.457500', '135748.917500', '135749.377500', '135749.837500', '135750.297500', '135750.757500', '135751.217500', '135751.677500', '135752.137500', '135752.597500', '135753.057500', '135753.517500', '135753.977500', '135754.437500', '135754.897500', '135755.357500', '135755.817500', '135756.277500', '135756.737500', '135757.197500', '135757.657500', '135758.117500', '135758.577500', '135759.037500', '135759.497500', '135759.957500', '135800.417500', '135800.877500', '135801.337500', '135801.797500', '135802.257500', '135802.717500', '135803.177500', '135803.637500', '135804.097500', '135804.557500', '135805.017500', '135805.477500', '135805.937500', '135806.397500', '135806.857500', '135807.317500', '135807.777500', '135808.237500', '135808.697500', '135809.157500', '135809.617500', '135810.077500', '135810.537500', '135810.997500', '135811.457500', '135811.917500', '135812.377500', '135812.837500', '135813.297500', '135813.757500', '135814.217500', '135814.677500', '135815.137500', '135815.597500', '135816.057500', '135816.517500', '135816.977500', '135817.437500', '135817.897500', '135818.357500', '135818.817500', '135819.277500', '135819.737500', '135820.197500', '135820.657500', '135821.117500', '135821.577500', '135822.037500', '135822.497500', '135822.957500', '135823.417500', '135823.877500', '135824.337500', '135824.797500', '135825.257500', '135825.717500', '135826.177500', '135826.637500', '135827.097500', '135827.557500', '135828.017500', '135828.477500', '135828.937500', '135829.397500', '135829.857500', '135830.317500', '135830.777500', '135831.237500', '135831.697500', '135832.157500', '135832.617500', '135833.077500', '135833.537500', '135833.997500', '135834.457500', '135834.917500', '135835.377500', '135835.837500', '135836.297500', '135836.757500', '135837.217500', '135837.677500', '135838.137500', '135838.597500', '135839.057500', '135839.517500', '135839.977500', '135840.437500', '135840.897500', '135841.357500', '135841.817500', '135842.277500', '135842.737500', '135843.197500', '135843.657500', '135844.117500', '135844.577500', '135845.037500', '135845.497500', '135845.957500', '135846.417500', '135846.877500', '135847.337500', '135847.797500', '135848.257500', '135848.717500', '135849.177500', '135849.637500', '135850.097500', '135850.557500', '135851.017500', '135851.477500', '135851.937500', '135852.397500', '135852.857500', '135853.317500', '135853.777500', '135854.237500', '135854.697500', '135855.157500', '135855.617500', '135856.077500', '135856.537500', '135856.997500', '135857.457500', '135857.917500', '135858.377500', '135858.837500', '135859.297500', '135859.757500', '135900.217500', '135900.677500', '135901.137500', '135901.597500', '135902.057500', '135902.517500', '135902.977500', '135903.437500', '135903.897500', '135904.357500', '135904.817500', '135905.277500', '135905.737500', '135906.197500', '135906.657500', '135907.117500', '135907.577500', '135908.037500', '135908.497500', '135908.957500', '135909.417500', '135909.877500', '135910.337500', '135910.797500', '135911.257500', '135911.717500', '135912.177500', '135912.637500', '135913.097500', '135913.557500', '135914.017500', '135914.477500', '135914.937500', '135915.397500', '135915.857500', '135916.317500', '135916.777500', '135917.237500', '135917.697500', '135918.157500', '135918.617500', '135919.077500', '135919.537500', '135919.997500', '135920.457500', '135920.917500', '135921.377500', '135921.837500', '135922.297500', '135922.757500', '135923.217500', '135923.677500', '135924.137500', '135924.597500', '135925.057500', '135925.517500', '135925.977500', '135926.437500', '135926.897500', '135927.357500', '135927.817500', '135928.277500', '135928.737500', '135929.197500', '135929.657500', '135930.117500', '135930.577500', '135931.037500', '135931.497500', '135931.957500', '135932.417500', '135932.877500', '135933.337500', '135933.797500', '135934.257500', '135934.717500', '135935.177500', '135935.637500', '135936.097500', '135936.557500', '135937.017500', '135937.477500', '135937.937500', '135938.397500', '135938.857500', '135939.317500', '135939.777500', '135940.237500', '135940.697500', '135941.157500', '135941.617500', '135942.077500', '135942.537500', '135942.997500', '135943.457500', '135943.917500', '135944.377500', '135944.837500', '135945.297500', '135945.757500', '135946.217500', '135946.677500', '135947.137500', '135947.597500', '135948.057500', '135948.517500', '135948.977500', '135949.437500', '135949.897500', '135950.357500', '135950.817500', '135951.277500', '135951.737500', '135952.197500', '135952.657500', '135953.117500', '135953.577500', '135954.037500', '135954.497500', '135954.957500', '135955.417500', '135955.877500', '135956.337500', '135956.797500', '135957.257500', '135957.717500', '135958.177500', '135958.637500', '135959.097500', '135959.557500', '140000.017500', '140000.477500', '140000.937500', '140001.397500', '140001.857500', '140002.317500', '140002.777500', '140003.237500', '140003.697500', '140004.157500', '140004.617500', '140005.077500', '140005.537500', '140005.997500', '140006.457500', '140006.917500', '140007.377500', '140007.837500', '140008.297500', '140008.757500', '140009.217500', '140009.677500', '140010.137500', '140010.597500', '140011.057500', '140011.517500', '140011.977500', '140012.437500', '140012.897500', '140013.357500', '140013.817500', '140014.277500', '140014.737500', '140015.197500', '140015.657500', '140016.117500', '140016.577500', '140017.037500', '140017.497500', '140017.957500', '140018.417500', '140018.877500', '140019.337500', '140019.797500', '140020.257500', '140020.717500', '140021.177500', '140021.637500', '140022.097500', '140022.557500', '140023.017500', '140023.477500', '140023.937500', '140024.397500', '140024.857500', '140025.317500', '140025.777500', '140026.237500', '140026.697500', '140027.157500', '140027.617500', '140028.077500', '140028.537500', '140028.997500', '140029.457500', '140029.917500', '140030.377500', '140030.837500', '140031.297500', '140031.757500', '140032.217500', '140032.677500', '140033.137500', '140033.597500', '140034.057500', '140034.517500', '140034.977500', '140035.437500', '140035.897500', '140036.357500', '140036.817500', '140037.277500', '140037.737500', '140038.197500', '140038.657500', '140039.117500', '140039.577500', '140040.037500', '140040.497500', '140040.957500', '140041.417500', '140041.877500', '140042.337500', '140042.797500', '140043.257500', '140043.717500', '140044.177500', '140044.637500', '140045.097500', '140045.557500', '140046.017500', '140046.477500', '140046.937500', '140047.397500', '140047.857500', '140048.317500', '140048.777500', '140049.237500', '140049.697500', '140050.157500', '140050.617500', '140051.077500', '140051.537500', '140051.997500', '140052.457500', '140052.917500', '140053.377500', '140053.837500', '140054.297500', '140054.757500', '140055.217500', '140055.677500', '140056.137500', '140056.597500', '140057.057500', '140057.517500', '140057.977500', '140058.437500', '140058.897500', '140059.357500', '140059.817500', '140100.277500', '140100.737500', '140101.197500', '140101.657500', '140102.117500', '140102.577500', '140103.037500', '140103.497500', '140103.957500', '140104.417500', '140104.877500', '140105.337500', '140105.797500', '140106.257500', '140106.717500', '140107.177500', '140107.637500', '140108.097500', '140108.557500', '140109.017500', '140109.477500', '140109.937500', '140110.397500', '140110.857500', '140111.317500', '140111.777500', '140112.237500', '140112.697500', '140113.157500', '140113.617500', '140114.077500', '140114.537500', '140114.997500', '140115.457500', '140115.917500', '140116.377500', '140116.837500', '140117.297500', '140117.757500', '140118.217500', '140118.677500', '140119.137500', '140119.597500', '140120.057500', '140120.517500', '140120.977500', '140121.437500', '140121.897500', '140122.357500', '140122.817500', '140123.277500', '140123.737500', '140124.197500', '140124.657500', '140125.117500', '140125.577500', '140126.037500', '140126.497500', '140126.957500', '140127.417500', '140127.877500', '140128.337500'], 'ContentTime': ['135326.199000', '135326.203000', '135326.205000', '135326.216000', '135326.219000', '135326.222000', '135326.225000', '135326.227000', '135326.230000', '135326.233000', '135326.236000', '135326.239000', '135326.242000', '135326.254000', '135326.257000', '135326.260000', '135326.270000', '135326.273000', '135326.276000', '135326.279000', '135326.282000', '135326.285000', '135346.172000', '135346.175000', '135346.178000', '135346.181000', '135346.183000', '135346.186000', '135346.189000', '135346.197000', '135346.200000', '135346.203000', '135346.206000', '135346.209000', '135346.212000', '135346.214000', '135346.217000', '135346.220000', '135346.223000', '135346.226000', '135346.228000', '135346.249000', '135346.252000', '135346.255000', '135346.258000', '135346.260000', '135346.263000', '135346.266000', '135346.269000', '135346.272000', '135346.275000', '135346.277000', '135346.280000', '135346.283000', '135346.286000', '135346.289000', '135346.292000', '135346.295000', '135346.298000', '135346.301000', '135346.303000', '135346.306000', '135346.309000', '135346.312000', '135346.315000', '135346.318000', '135406.172000', '135406.175000', '135406.178000', '135406.181000', '135406.184000', '135406.186000', '135406.189000', '135406.192000', '135406.195000', '135406.198000', '135406.201000', '135406.203000', '135406.206000', '135406.209000', '135406.212000', '135406.215000', '135406.218000', '135406.221000', '135406.223000', '135406.226000', '135406.229000', '135406.232000', '135406.235000', '135406.238000', '135406.241000', '135406.244000', '135406.247000', '135406.250000', '135406.252000', '135406.255000', '135406.258000', '135406.261000', '135406.264000', '135406.267000', '135406.269000', '135406.272000', '135406.275000', '135406.278000', '135406.281000', '135406.284000', '135406.287000', '135406.289000', '135406.292000', '135426.172000', '135426.175000', '135426.178000', '135426.181000', '135426.184000', '135426.187000', '135426.190000', '135426.193000', '135426.196000', '135426.199000', '135426.201000', '135426.204000', '135426.207000', '135426.210000', '135426.213000', '135426.216000', '135426.218000', '135426.221000', '135426.224000', '135426.227000', '135426.230000', '135426.241000', '135426.244000', '135426.247000', '135426.250000', '135426.253000', '135426.256000', '135426.258000', '135426.261000', '135426.264000', '135426.267000', '135426.270000', '135426.273000', '135426.276000', '135426.278000', '135426.281000', '135426.284000', '135426.287000', '135426.290000', '135426.293000', '135426.296000', '135426.298000', '135426.301000', '135426.304000', '135446.172000', '135446.175000', '135446.178000', '135446.181000', '135446.184000', '135446.187000', '135446.189000', '135446.193000', '135446.196000', '135446.199000', '135446.202000', '135446.204000', '135446.207000', '135446.210000', '135446.213000', '135446.216000', '135446.219000', '135446.222000', '135446.224000', '135446.227000', '135446.230000', '135446.233000', '135446.236000', '135446.252000', '135446.255000', '135446.258000', '135446.261000', '135446.264000', '135446.267000', '135446.270000', '135446.273000', '135446.276000', '135446.279000', '135446.281000', '135446.284000', '135446.287000', '135446.290000', '135446.293000', '135446.296000', '135446.299000', '135446.301000', '135446.304000', '135446.307000', '135506.172000', '135506.175000', '135506.178000', '135506.181000', '135506.184000', '135506.186000', '135506.189000', '135506.192000', '135506.195000', '135506.198000', '135506.201000', '135506.204000', '135506.207000', '135506.210000', '135506.212000', '135506.215000', '135506.218000', '135506.221000', '135506.224000', '135506.227000', '135506.230000', '135506.232000', '135506.235000', '135506.238000', '135506.241000', '135506.244000', '135506.247000', '135506.249000', '135506.252000', '135506.255000', '135506.258000', '135506.261000', '135506.264000', '135506.267000', '135506.270000', '135506.273000', '135506.275000', '135506.278000', '135506.281000', '135506.284000', '135506.287000', '135506.290000', '135506.292000', '135506.295000', '135526.172000', '135526.175000', '135526.178000', '135526.181000', '135526.184000', '135526.187000', '135526.189000', '135526.192000', '135526.195000', '135526.198000', '135526.201000', '135526.204000', '135526.207000', '135526.210000', '135526.223000', '135526.225000', '135526.228000', '135526.231000', '135526.234000', '135526.237000', '135526.240000', '135526.243000', '135526.245000', '135526.248000', '135526.251000', '135526.254000', '135526.257000', '135526.260000', '135526.263000', '135526.265000', '135526.268000', '135526.271000', '135526.274000', '135526.277000', '135526.280000', '135526.283000', '135526.286000', '135526.289000', '135526.292000', '135526.294000', '135526.297000', '135526.300000', '135526.309000', '135546.172000', '135546.175000', '135546.178000', '135546.181000', '135546.184000', '135546.187000', '135546.189000', '135546.192000', '135546.195000', '135546.198000', '135546.201000', '135546.204000', '135546.207000', '135546.209000', '135546.217000', '135546.220000', '135546.223000', '135546.225000', '135546.228000', '135546.231000', '135546.234000', '135546.237000', '135546.240000', '135546.242000', '135546.245000', '135546.248000', '135546.251000', '135546.254000', '135546.257000', '135546.260000', '135546.263000', '135546.265000', '135546.269000', '135546.271000', '135546.274000', '135546.277000', '135546.280000', '135546.283000', '135546.286000', '135546.288000', '135546.291000', '135546.294000', '135546.297000', '135546.300000', '135606.172000', '135606.175000', '135606.178000', '135606.181000', '135606.184000', '135606.187000', '135606.190000', '135606.193000', '135606.195000', '135606.198000', '135606.201000', '135606.204000', '135606.207000', '135606.210000', '135606.213000', '135606.216000', '135606.219000', '135606.222000', '135606.224000', '135606.227000', '135606.231000', '135606.234000', '135606.237000', '135606.240000', '135606.243000', '135606.246000', '135606.249000', '135606.251000', '135606.254000', '135606.257000', '135606.260000', '135606.263000', '135606.266000', '135606.269000', '135606.272000', '135606.275000', '135606.277000', '135606.280000', '135606.283000', '135606.286000', '135606.289000', '135606.292000', '135606.295000', '135626.172000', '135626.182000', '135626.185000', '135626.188000', '135626.191000', '135626.194000', '135626.197000', '135626.200000', '135626.203000', '135626.205000', '135626.208000', '135626.211000', '135626.214000', '135626.217000', '135626.220000', '135626.223000', '135626.226000', '135626.229000', '135626.232000', '135626.235000', '135626.238000', '135626.241000', '135626.244000', '135626.246000', '135626.249000', '135626.252000', '135626.255000', '135626.258000', '135626.261000', '135626.264000', '135626.267000', '135626.270000', '135626.272000', '135626.275000', '135626.278000', '135626.281000', '135626.284000', '135626.287000', '135626.290000', '135626.292000', '135626.295000', '135626.298000', '135626.301000', '135626.304000', '135646.172000', '135646.175000', '135646.178000', '135646.181000', '135646.184000', '135646.187000', '135646.189000', '135646.192000', '135646.195000', '135646.198000', '135646.201000', '135646.204000', '135646.207000', '135646.210000', '135646.212000', '135646.215000', '135646.218000', '135646.221000', '135646.224000', '135646.227000', '135646.230000', '135646.233000', '135646.236000', '135646.239000', '135646.241000', '135646.244000', '135646.247000', '135646.250000', '135646.253000', '135646.256000', '135646.259000', '135646.262000', '135646.265000', '135646.268000', '135646.270000', '135646.273000', '135646.276000', '135646.279000', '135646.282000', '135646.285000', '135646.288000', '135646.291000', '135646.294000', '135706.172000', '135706.175000', '135706.178000', '135706.181000', '135706.184000', '135706.187000', '135706.190000', '135706.200000', '135706.203000', '135706.206000', '135706.209000', '135706.211000', '135706.214000', '135706.217000', '135706.220000', '135706.223000', '135706.226000', '135706.229000', '135706.232000', '135706.234000', '135706.237000', '135706.240000', '135706.243000', '135706.246000', '135706.249000', '135706.252000', '135706.255000', '135706.257000', '135706.260000', '135706.263000', '135706.266000', '135706.269000', '135706.272000', '135706.275000', '135706.278000', '135706.280000', '135706.283000', '135706.286000', '135706.289000', '135706.292000', '135706.295000', '135706.298000', '135706.301000', '135706.304000', '135726.172000', '135726.175000', '135726.178000', '135726.181000', '135726.184000', '135726.187000', '135726.190000', '135726.192000', '135726.195000', '135726.198000', '135726.201000', '135726.204000', '135726.207000', '135726.210000', '135726.213000', '135726.216000', '135726.218000', '135726.221000', '135726.224000', '135726.227000', '135726.230000', '135726.233000', '135726.235000', '135726.238000', '135726.241000', '135726.245000', '135726.247000', '135726.250000', '135726.253000', '135726.256000', '135726.259000', '135726.270000', '135726.274000', '135726.276000', '135726.285000', '135726.288000', '135726.291000', '135726.294000', '135726.296000', '135726.299000', '135726.302000', '135726.305000', '135726.308000', '135746.172000', '135746.175000', '135746.178000', '135746.181000', '135746.184000', '135746.187000', '135746.189000', '135746.192000', '135746.195000', '135746.198000', '135746.201000', '135746.204000', '135746.207000', '135746.210000', '135746.213000', '135746.215000', '135746.218000', '135746.221000', '135746.224000', '135746.227000', '135746.230000', '135746.232000', '135746.235000', '135746.238000', '135746.241000', '135746.244000', '135746.247000', '135746.250000', '135746.252000', '135746.255000', '135746.258000', '135746.261000', '135746.264000', '135746.267000', '135746.270000', '135746.272000', '135746.275000', '135746.278000', '135746.281000', '135746.284000', '135746.287000', '135746.290000', '135746.293000', '135746.295000', '135806.172000', '135806.175000', '135806.178000', '135806.181000', '135806.184000', '135806.186000', '135806.189000', '135806.192000', '135806.195000', '135806.198000', '135806.201000', '135806.204000', '135806.207000', '135806.210000', '135806.213000', '135806.216000', '135806.218000', '135806.221000', '135806.224000', '135806.227000', '135806.230000', '135806.233000', '135806.236000', '135806.239000', '135806.242000', '135806.245000', '135806.247000', '135806.250000', '135806.253000', '135806.256000', '135806.259000', '135806.262000', '135806.265000', '135806.267000', '135806.270000', '135806.273000', '135806.276000', '135806.279000', '135806.282000', '135806.285000', '135806.288000', '135806.290000', '135806.293000', '135826.172000', '135826.175000', '135826.178000', '135826.181000', '135826.184000', '135826.187000', '135826.190000', '135826.193000', '135826.196000', '135826.198000', '135826.201000', '135826.204000', '135826.207000', '135826.210000', '135826.213000', '135826.216000', '135826.219000', '135826.221000', '135826.224000', '135826.227000', '135826.230000', '135826.238000', '135826.241000', '135826.244000', '135826.247000', '135826.249000', '135826.252000', '135826.255000', '135826.258000', '135826.261000', '135826.264000', '135826.267000', '135826.270000', '135826.273000', '135826.276000', '135826.279000', '135826.282000', '135826.284000', '135826.287000', '135826.290000', '135826.293000', '135826.296000', '135826.299000', '135846.172000', '135846.175000', '135846.178000', '135846.181000', '135846.184000', '135846.187000', '135846.190000', '135846.198000', '135846.201000', '135846.204000', '135846.207000', '135846.210000', '135846.213000', '135846.215000', '135846.218000', '135846.221000', '135846.224000', '135846.227000', '135846.230000', '135846.233000', '135846.236000', '135846.239000', '135846.241000', '135846.244000', '135846.247000', '135846.250000', '135846.253000', '135846.256000', '135846.259000', '135846.261000', '135846.264000', '135846.267000', '135846.270000', '135846.273000', '135846.276000', '135846.279000', '135846.282000', '135846.285000', '135846.288000', '135846.290000', '135846.304000', '135846.307000', '135846.311000', '135846.314000', '135906.172000', '135906.175000', '135906.178000', '135906.183000', '135906.186000', '135906.189000', '135906.191000', '135906.194000', '135906.197000', '135906.200000', '135906.203000', '135906.206000', '135906.209000', '135906.212000', '135906.214000', '135906.217000', '135906.220000', '135906.223000', '135906.226000', '135906.229000', '135906.232000', '135906.235000', '135906.238000', '135906.240000', '135906.243000', '135906.246000', '135906.249000', '135906.252000', '135906.255000', '135906.258000', '135906.260000', '135906.263000', '135906.266000', '135906.269000', '135906.272000', '135906.275000', '135906.278000', '135906.280000', '135906.283000', '135906.286000', '135906.289000', '135906.292000', '135906.295000', '135906.297000', '135926.172000', '135926.175000', '135926.178000', '135926.181000', '135926.184000', '135926.187000', '135926.190000', '135926.192000', '135926.195000', '135926.198000', '135926.201000', '135926.204000', '135926.207000', '135926.210000', '135926.213000', '135926.215000', '135926.218000', '135926.221000', '135926.224000', '135926.227000', '135926.230000', '135926.233000', '135926.236000', '135926.239000', '135926.242000', '135926.245000', '135926.248000', '135926.250000', '135926.253000', '135926.256000', '135926.259000', '135926.262000', '135926.265000', '135926.268000', '135926.271000', '135926.273000', '135926.276000', '135926.279000', '135926.282000', '135926.285000', '135926.288000', '135926.291000', '135926.294000', '135946.172000', '135946.175000', '135946.178000', '135946.181000', '135946.184000', '135946.187000', '135946.190000', '135946.193000', '135946.196000', '135946.198000', '135946.201000', '135946.204000', '135946.207000', '135946.210000', '135946.213000', '135946.216000', '135946.218000', '135946.221000', '135946.224000', '135946.227000', '135946.230000', '135946.233000', '135946.236000', '135946.239000', '135946.242000', '135946.244000', '135946.247000', '135946.250000', '135946.253000', '135946.256000', '135946.259000', '135946.262000', '135946.277000', '135946.280000', '135946.283000', '135946.286000', '135946.289000', '135946.292000', '135946.294000', '135946.297000', '135946.300000', '135946.303000', '135946.306000', '140006.172000', '140006.175000', '140006.178000', '140006.181000', '140006.184000', '140006.187000', '140006.189000', '140006.192000', '140006.195000', '140006.198000', '140006.201000', '140006.204000', '140006.207000', '140006.210000', '140006.212000', '140006.215000', '140006.218000', '140006.221000', '140006.224000', '140006.227000', '140006.230000', '140006.233000', '140006.236000', '140006.238000', '140006.241000', '140006.244000', '140006.247000', '140006.250000', '140006.253000', '140006.256000', '140006.258000', '140006.261000', '140006.264000', '140006.267000', '140006.270000', '140006.273000', '140006.276000', '140006.279000', '140006.281000', '140006.284000', '140006.287000', '140006.290000', '140006.293000', '140006.296000', '140026.172000', '140026.175000', '140026.178000', '140026.181000', '140026.184000', '140026.187000', '140026.190000', '140026.194000', '140026.197000', '140026.200000', '140026.203000', '140026.206000', '140026.209000', '140026.212000', '140026.215000', '140026.218000', '140026.221000', '140026.223000', '140026.226000', '140026.229000', '140026.232000', '140026.235000', '140026.238000', '140026.240000', '140026.243000', '140026.246000', '140026.249000', '140026.252000', '140026.255000', '140026.258000', '140026.261000', '140026.264000', '140026.266000', '140026.269000', '140026.272000', '140026.275000', '140026.278000', '140026.281000', '140026.284000', '140026.287000', '140026.289000', '140026.292000', '140026.295000', '140046.172000', '140046.175000', '140046.178000', '140046.181000', '140046.184000', '140046.187000', '140046.190000', '140046.192000', '140046.195000', '140046.198000', '140046.201000', '140046.204000', '140046.207000', '140046.210000', '140046.213000', '140046.216000', '140046.219000', '140046.221000', '140046.224000', '140046.227000', '140046.230000', '140046.233000', '140046.236000', '140046.239000', '140046.241000', '140046.244000', '140046.247000', '140046.250000', '140046.253000', '140046.256000', '140046.259000', '140046.262000', '140046.265000', '140046.267000', '140046.270000', '140046.273000', '140046.276000', '140046.279000', '140046.282000', '140046.284000', '140046.287000', '140046.290000', '140046.293000', '140046.296000', '140106.386000', '140106.389000', '140106.392000', '140106.395000', '140106.398000', '140106.401000', '140106.403000', '140106.406000', '140106.409000', '140106.412000', '140106.415000', '140106.418000', '140106.421000', '140106.424000', '140106.427000', '140106.430000', '140106.432000', '140106.435000', '140106.438000', '140106.441000', '140106.444000', '140106.447000', '140106.450000', '140106.452000', '140106.455000', '140106.458000', '140106.461000', '140106.464000', '140106.467000', '140106.470000', '140106.473000', '140106.475000', '140106.478000', '140106.481000', '140106.484000', '140106.487000', '140106.490000', '140106.493000', '140106.496000', '140106.498000', '140106.501000', '140106.504000', '140106.524000', '140126.172000', '140126.175000', '140126.178000', '140126.181000', '140126.184000', '140126.187000', '140126.189000', '140126.192000', '140126.195000', '140126.198000', '140126.201000', '140126.204000', '140126.207000', '140126.210000', '140126.213000', '140126.216000', '140126.219000', '140126.222000', '140126.224000', '140126.227000', '140126.230000', '140126.233000', '140126.236000', '140126.239000', '140126.242000', '140126.245000', '140126.247000', '140126.250000', '140126.253000', '140126.256000', '140126.259000', '140126.262000', '140126.265000', '140126.268000', '140126.271000', '140126.273000', '140126.276000', '140126.279000', '140126.282000', '140126.285000', '140126.288000', '140126.291000', '140126.294000', '140126.296000', '140129.258000', '140129.261000', '140129.264000', '140129.267000', '140129.270000', '140129.273000', '140129.276000'], 'InstanceCreationTime': ['135326.199000', '135326.203000', '135326.205000', '135326.216000', '135326.219000', '135326.222000', '135326.225000', '135326.227000', '135326.230000', '135326.233000', '135326.236000', '135326.239000', '135326.242000', '135326.254000', '135326.257000', '135326.260000', '135326.270000', '135326.273000', '135326.276000', '135326.279000', '135326.282000', '135326.285000', '135346.172000', '135346.175000', '135346.178000', '135346.181000', '135346.183000', '135346.186000', '135346.189000', '135346.197000', '135346.200000', '135346.203000', '135346.206000', '135346.209000', '135346.212000', '135346.214000', '135346.217000', '135346.220000', '135346.223000', '135346.226000', '135346.228000', '135346.249000', '135346.252000', '135346.255000', '135346.258000', '135346.260000', '135346.263000', '135346.266000', '135346.269000', '135346.272000', '135346.275000', '135346.277000', '135346.280000', '135346.283000', '135346.286000', '135346.289000', '135346.292000', '135346.295000', '135346.298000', '135346.301000', '135346.303000', '135346.306000', '135346.309000', '135346.312000', '135346.315000', '135346.318000', '135406.172000', '135406.175000', '135406.178000', '135406.181000', '135406.184000', '135406.186000', '135406.189000', '135406.192000', '135406.195000', '135406.198000', '135406.201000', '135406.203000', '135406.206000', '135406.209000', '135406.212000', '135406.215000', '135406.218000', '135406.221000', '135406.223000', '135406.226000', '135406.229000', '135406.232000', '135406.235000', '135406.238000', '135406.241000', '135406.244000', '135406.247000', '135406.250000', '135406.252000', '135406.255000', '135406.258000', '135406.261000', '135406.264000', '135406.267000', '135406.269000', '135406.272000', '135406.275000', '135406.278000', '135406.281000', '135406.284000', '135406.287000', '135406.289000', '135406.292000', '135426.172000', '135426.175000', '135426.178000', '135426.181000', '135426.184000', '135426.187000', '135426.190000', '135426.193000', '135426.196000', '135426.199000', '135426.201000', '135426.204000', '135426.207000', '135426.210000', '135426.213000', '135426.216000', '135426.218000', '135426.221000', '135426.224000', '135426.227000', '135426.230000', '135426.241000', '135426.244000', '135426.247000', '135426.250000', '135426.253000', '135426.256000', '135426.258000', '135426.261000', '135426.264000', '135426.267000', '135426.270000', '135426.273000', '135426.276000', '135426.278000', '135426.281000', '135426.284000', '135426.287000', '135426.290000', '135426.293000', '135426.296000', '135426.298000', '135426.301000', '135426.304000', '135446.172000', '135446.175000', '135446.178000', '135446.181000', '135446.184000', '135446.187000', '135446.189000', '135446.193000', '135446.196000', '135446.199000', '135446.202000', '135446.204000', '135446.207000', '135446.210000', '135446.213000', '135446.216000', '135446.219000', '135446.222000', '135446.224000', '135446.227000', '135446.230000', '135446.233000', '135446.236000', '135446.252000', '135446.255000', '135446.258000', '135446.261000', '135446.264000', '135446.267000', '135446.270000', '135446.273000', '135446.276000', '135446.279000', '135446.281000', '135446.284000', '135446.287000', '135446.290000', '135446.293000', '135446.296000', '135446.299000', '135446.301000', '135446.304000', '135446.307000', '135506.172000', '135506.175000', '135506.178000', '135506.181000', '135506.184000', '135506.186000', '135506.189000', '135506.192000', '135506.195000', '135506.198000', '135506.201000', '135506.204000', '135506.207000', '135506.210000', '135506.212000', '135506.215000', '135506.218000', '135506.221000', '135506.224000', '135506.227000', '135506.230000', '135506.232000', '135506.235000', '135506.238000', '135506.241000', '135506.244000', '135506.247000', '135506.249000', '135506.252000', '135506.255000', '135506.258000', '135506.261000', '135506.264000', '135506.267000', '135506.270000', '135506.273000', '135506.275000', '135506.278000', '135506.281000', '135506.284000', '135506.287000', '135506.290000', '135506.292000', '135506.295000', '135526.172000', '135526.175000', '135526.178000', '135526.181000', '135526.184000', '135526.187000', '135526.189000', '135526.192000', '135526.195000', '135526.198000', '135526.201000', '135526.204000', '135526.207000', '135526.210000', '135526.223000', '135526.225000', '135526.228000', '135526.231000', '135526.234000', '135526.237000', '135526.240000', '135526.243000', '135526.245000', '135526.248000', '135526.251000', '135526.254000', '135526.257000', '135526.260000', '135526.263000', '135526.265000', '135526.268000', '135526.271000', '135526.274000', '135526.277000', '135526.280000', '135526.283000', '135526.286000', '135526.289000', '135526.292000', '135526.294000', '135526.297000', '135526.300000', '135526.309000', '135546.172000', '135546.175000', '135546.178000', '135546.181000', '135546.184000', '135546.187000', '135546.189000', '135546.192000', '135546.195000', '135546.198000', '135546.201000', '135546.204000', '135546.207000', '135546.209000', '135546.217000', '135546.220000', '135546.223000', '135546.225000', '135546.228000', '135546.231000', '135546.234000', '135546.237000', '135546.240000', '135546.242000', '135546.245000', '135546.248000', '135546.251000', '135546.254000', '135546.257000', '135546.260000', '135546.263000', '135546.265000', '135546.269000', '135546.271000', '135546.274000', '135546.277000', '135546.280000', '135546.283000', '135546.286000', '135546.288000', '135546.291000', '135546.294000', '135546.297000', '135546.300000', '135606.172000', '135606.175000', '135606.178000', '135606.181000', '135606.184000', '135606.187000', '135606.190000', '135606.193000', '135606.195000', '135606.198000', '135606.201000', '135606.204000', '135606.207000', '135606.210000', '135606.213000', '135606.216000', '135606.219000', '135606.222000', '135606.224000', '135606.227000', '135606.231000', '135606.234000', '135606.237000', '135606.240000', '135606.243000', '135606.246000', '135606.249000', '135606.251000', '135606.254000', '135606.257000', '135606.260000', '135606.263000', '135606.266000', '135606.269000', '135606.272000', '135606.275000', '135606.277000', '135606.280000', '135606.283000', '135606.286000', '135606.289000', '135606.292000', '135606.295000', '135626.172000', '135626.182000', '135626.185000', '135626.188000', '135626.191000', '135626.194000', '135626.197000', '135626.200000', '135626.203000', '135626.205000', '135626.208000', '135626.211000', '135626.214000', '135626.217000', '135626.220000', '135626.223000', '135626.226000', '135626.229000', '135626.232000', '135626.235000', '135626.238000', '135626.241000', '135626.244000', '135626.246000', '135626.249000', '135626.252000', '135626.255000', '135626.258000', '135626.261000', '135626.264000', '135626.267000', '135626.270000', '135626.272000', '135626.275000', '135626.278000', '135626.281000', '135626.284000', '135626.287000', '135626.290000', '135626.292000', '135626.295000', '135626.298000', '135626.301000', '135626.304000', '135646.172000', '135646.175000', '135646.178000', '135646.181000', '135646.184000', '135646.187000', '135646.189000', '135646.192000', '135646.195000', '135646.198000', '135646.201000', '135646.204000', '135646.207000', '135646.210000', '135646.212000', '135646.215000', '135646.218000', '135646.221000', '135646.224000', '135646.227000', '135646.230000', '135646.233000', '135646.236000', '135646.239000', '135646.241000', '135646.244000', '135646.247000', '135646.250000', '135646.253000', '135646.256000', '135646.259000', '135646.262000', '135646.265000', '135646.268000', '135646.270000', '135646.273000', '135646.276000', '135646.279000', '135646.282000', '135646.285000', '135646.288000', '135646.291000', '135646.294000', '135706.172000', '135706.175000', '135706.178000', '135706.181000', '135706.184000', '135706.187000', '135706.190000', '135706.200000', '135706.203000', '135706.206000', '135706.209000', '135706.211000', '135706.214000', '135706.217000', '135706.220000', '135706.223000', '135706.226000', '135706.229000', '135706.232000', '135706.234000', '135706.237000', '135706.240000', '135706.243000', '135706.246000', '135706.249000', '135706.252000', '135706.255000', '135706.257000', '135706.260000', '135706.263000', '135706.266000', '135706.269000', '135706.272000', '135706.275000', '135706.278000', '135706.280000', '135706.283000', '135706.286000', '135706.289000', '135706.292000', '135706.295000', '135706.298000', '135706.301000', '135706.304000', '135726.172000', '135726.175000', '135726.178000', '135726.181000', '135726.184000', '135726.187000', '135726.190000', '135726.192000', '135726.195000', '135726.198000', '135726.201000', '135726.204000', '135726.207000', '135726.210000', '135726.213000', '135726.216000', '135726.218000', '135726.221000', '135726.224000', '135726.227000', '135726.230000', '135726.233000', '135726.235000', '135726.238000', '135726.241000', '135726.245000', '135726.247000', '135726.250000', '135726.253000', '135726.256000', '135726.259000', '135726.270000', '135726.274000', '135726.276000', '135726.285000', '135726.288000', '135726.291000', '135726.294000', '135726.296000', '135726.299000', '135726.302000', '135726.305000', '135726.308000', '135746.172000', '135746.175000', '135746.178000', '135746.181000', '135746.184000', '135746.187000', '135746.189000', '135746.192000', '135746.195000', '135746.198000', '135746.201000', '135746.204000', '135746.207000', '135746.210000', '135746.213000', '135746.215000', '135746.218000', '135746.221000', '135746.224000', '135746.227000', '135746.230000', '135746.232000', '135746.235000', '135746.238000', '135746.241000', '135746.244000', '135746.247000', '135746.250000', '135746.252000', '135746.255000', '135746.258000', '135746.261000', '135746.264000', '135746.267000', '135746.270000', '135746.272000', '135746.275000', '135746.278000', '135746.281000', '135746.284000', '135746.287000', '135746.290000', '135746.293000', '135746.295000', '135806.172000', '135806.175000', '135806.178000', '135806.181000', '135806.184000', '135806.186000', '135806.189000', '135806.192000', '135806.195000', '135806.198000', '135806.201000', '135806.204000', '135806.207000', '135806.210000', '135806.213000', '135806.216000', '135806.218000', '135806.221000', '135806.224000', '135806.227000', '135806.230000', '135806.233000', '135806.236000', '135806.239000', '135806.242000', '135806.245000', '135806.247000', '135806.250000', '135806.253000', '135806.256000', '135806.259000', '135806.262000', '135806.265000', '135806.267000', '135806.270000', '135806.273000', '135806.276000', '135806.279000', '135806.282000', '135806.285000', '135806.288000', '135806.290000', '135806.293000', '135826.172000', '135826.175000', '135826.178000', '135826.181000', '135826.184000', '135826.187000', '135826.190000', '135826.193000', '135826.196000', '135826.198000', '135826.201000', '135826.204000', '135826.207000', '135826.210000', '135826.213000', '135826.216000', '135826.219000', '135826.221000', '135826.224000', '135826.227000', '135826.230000', '135826.238000', '135826.241000', '135826.244000', '135826.247000', '135826.249000', '135826.252000', '135826.255000', '135826.258000', '135826.261000', '135826.264000', '135826.267000', '135826.270000', '135826.273000', '135826.276000', '135826.279000', '135826.282000', '135826.284000', '135826.287000', '135826.290000', '135826.293000', '135826.296000', '135826.299000', '135846.172000', '135846.175000', '135846.178000', '135846.181000', '135846.184000', '135846.187000', '135846.190000', '135846.198000', '135846.201000', '135846.204000', '135846.207000', '135846.210000', '135846.213000', '135846.215000', '135846.218000', '135846.221000', '135846.224000', '135846.227000', '135846.230000', '135846.233000', '135846.236000', '135846.239000', '135846.241000', '135846.244000', '135846.247000', '135846.250000', '135846.253000', '135846.256000', '135846.259000', '135846.261000', '135846.264000', '135846.267000', '135846.270000', '135846.273000', '135846.276000', '135846.279000', '135846.282000', '135846.285000', '135846.288000', '135846.290000', '135846.304000', '135846.307000', '135846.311000', '135846.314000', '135906.172000', '135906.175000', '135906.178000', '135906.183000', '135906.186000', '135906.189000', '135906.191000', '135906.194000', '135906.197000', '135906.200000', '135906.203000', '135906.206000', '135906.209000', '135906.212000', '135906.214000', '135906.217000', '135906.220000', '135906.223000', '135906.226000', '135906.229000', '135906.232000', '135906.235000', '135906.238000', '135906.240000', '135906.243000', '135906.246000', '135906.249000', '135906.252000', '135906.255000', '135906.258000', '135906.260000', '135906.263000', '135906.266000', '135906.269000', '135906.272000', '135906.275000', '135906.278000', '135906.280000', '135906.283000', '135906.286000', '135906.289000', '135906.292000', '135906.295000', '135906.297000', '135926.172000', '135926.175000', '135926.178000', '135926.181000', '135926.184000', '135926.187000', '135926.190000', '135926.192000', '135926.195000', '135926.198000', '135926.201000', '135926.204000', '135926.207000', '135926.210000', '135926.213000', '135926.215000', '135926.218000', '135926.221000', '135926.224000', '135926.227000', '135926.230000', '135926.233000', '135926.236000', '135926.239000', '135926.242000', '135926.245000', '135926.248000', '135926.250000', '135926.253000', '135926.256000', '135926.259000', '135926.262000', '135926.265000', '135926.268000', '135926.271000', '135926.273000', '135926.276000', '135926.279000', '135926.282000', '135926.285000', '135926.288000', '135926.291000', '135926.294000', '135946.172000', '135946.175000', '135946.178000', '135946.181000', '135946.184000', '135946.187000', '135946.190000', '135946.193000', '135946.196000', '135946.198000', '135946.201000', '135946.204000', '135946.207000', '135946.210000', '135946.213000', '135946.216000', '135946.218000', '135946.221000', '135946.224000', '135946.227000', '135946.230000', '135946.233000', '135946.236000', '135946.239000', '135946.242000', '135946.244000', '135946.247000', '135946.250000', '135946.253000', '135946.256000', '135946.259000', '135946.262000', '135946.277000', '135946.280000', '135946.283000', '135946.286000', '135946.289000', '135946.292000', '135946.294000', '135946.297000', '135946.300000', '135946.303000', '135946.306000', '140006.172000', '140006.175000', '140006.178000', '140006.181000', '140006.184000', '140006.187000', '140006.189000', '140006.192000', '140006.195000', '140006.198000', '140006.201000', '140006.204000', '140006.207000', '140006.210000', '140006.212000', '140006.215000', '140006.218000', '140006.221000', '140006.224000', '140006.227000', '140006.230000', '140006.233000', '140006.236000', '140006.238000', '140006.241000', '140006.244000', '140006.247000', '140006.250000', '140006.253000', '140006.256000', '140006.258000', '140006.261000', '140006.264000', '140006.267000', '140006.270000', '140006.273000', '140006.276000', '140006.279000', '140006.281000', '140006.284000', '140006.287000', '140006.290000', '140006.293000', '140006.296000', '140026.172000', '140026.175000', '140026.178000', '140026.181000', '140026.184000', '140026.187000', '140026.190000', '140026.194000', '140026.197000', '140026.200000', '140026.203000', '140026.206000', '140026.209000', '140026.212000', '140026.215000', '140026.218000', '140026.221000', '140026.223000', '140026.226000', '140026.229000', '140026.232000', '140026.235000', '140026.238000', '140026.240000', '140026.243000', '140026.246000', '140026.249000', '140026.252000', '140026.255000', '140026.258000', '140026.261000', '140026.264000', '140026.266000', '140026.269000', '140026.272000', '140026.275000', '140026.278000', '140026.281000', '140026.284000', '140026.287000', '140026.289000', '140026.292000', '140026.295000', '140046.172000', '140046.175000', '140046.178000', '140046.181000', '140046.184000', '140046.187000', '140046.190000', '140046.192000', '140046.195000', '140046.198000', '140046.201000', '140046.204000', '140046.207000', '140046.210000', '140046.213000', '140046.216000', '140046.219000', '140046.221000', '140046.224000', '140046.227000', '140046.230000', '140046.233000', '140046.236000', '140046.239000', '140046.241000', '140046.244000', '140046.247000', '140046.250000', '140046.253000', '140046.256000', '140046.259000', '140046.262000', '140046.265000', '140046.267000', '140046.270000', '140046.273000', '140046.276000', '140046.279000', '140046.282000', '140046.284000', '140046.287000', '140046.290000', '140046.293000', '140046.296000', '140106.386000', '140106.389000', '140106.392000', '140106.395000', '140106.398000', '140106.401000', '140106.403000', '140106.406000', '140106.409000', '140106.412000', '140106.415000', '140106.418000', '140106.421000', '140106.424000', '140106.427000', '140106.430000', '140106.432000', '140106.435000', '140106.438000', '140106.441000', '140106.444000', '140106.447000', '140106.450000', '140106.452000', '140106.455000', '140106.458000', '140106.461000', '140106.464000', '140106.467000', '140106.470000', '140106.473000', '140106.475000', '140106.478000', '140106.481000', '140106.484000', '140106.487000', '140106.490000', '140106.493000', '140106.496000', '140106.498000', '140106.501000', '140106.504000', '140106.524000', '140126.172000', '140126.175000', '140126.178000', '140126.181000', '140126.184000', '140126.187000', '140126.189000', '140126.192000', '140126.195000', '140126.198000', '140126.201000', '140126.204000', '140126.207000', '140126.210000', '140126.213000', '140126.216000', '140126.219000', '140126.222000', '140126.224000', '140126.227000', '140126.230000', '140126.233000', '140126.236000', '140126.239000', '140126.242000', '140126.245000', '140126.247000', '140126.250000', '140126.253000', '140126.256000', '140126.259000', '140126.262000', '140126.265000', '140126.268000', '140126.271000', '140126.273000', '140126.276000', '140126.279000', '140126.282000', '140126.285000', '140126.288000', '140126.291000', '140126.294000', '140126.296000', '140129.258000', '140129.261000', '140129.264000', '140129.267000', '140129.270000', '140129.273000', '140129.276000'], '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': [8699, 12328, 16070, 10061, 17016, 10083, 15655, 10353, 15045, 10110, 14386, 9568, 13652, 10333, 13176, 9959, 12846, 9719, 11707, 10170, 7744, 10669, 7851, 12700, 8513, 12884, 9961, 12779, 8607, 13162, 8721, 13502, 9572, 12750, 9374, 13163, 8103, 12753, 8629, 13605, 8284, 14066, 8673, 14121, 9241, 14253, 9939, 14033, 10236, 14332, 9953, 13719, 9824, 13977, 9886, 13909, 10253, 14070, 10121, 13852, 9716, 13852, 10196, 14205, 10391, 13867, 10262, 13958, 10114, 12595, 10209, 10921, 9933, 11821, 9888, 14094, 10519, 9537, 10318, 12192, 10122, 16078, 10838, 13072, 10044, 13969, 10191, 14859, 10229, 12519, 10132, 9523, 10005, 9081, 11352, 9764, 12488, 8713, 12057, 8593, 12422, 10752, 12332, 9017, 12457, 9019, 11791, 10442, 11424, 12374, 11846, 8767, 12026, 9173, 12484, 9011, 13521, 9121, 13697, 9326, 13371, 9426, 14004, 9886, 13591, 9357, 13039, 9479, 12615, 9329, 10598, 7959, 11287, 7855, 11519, 7974, 12522, 8954, 13344, 8960, 13311, 9376, 14146, 10869, 12026, 10105, 14388, 9822, 14703, 9810, 14475, 10671, 13892, 10223, 14267, 9526, 13968, 10216, 14042, 10178, 14154, 10105, 13836, 10802, 8981, 10796, 8246, 12009, 8842, 13303, 9204, 14329, 9457, 14042, 9641, 14436, 10463, 13609, 9659, 13223, 9443, 13541, 9489, 13806, 9553, 13733, 9636, 13851, 10124, 14241, 10411, 14037, 10222, 12872, 10112, 12692, 10653, 7820, 10809, 8135, 11956, 9124, 12375, 9654, 12961, 9358, 12653, 8740, 12667, 9678, 13654, 9680, 13606, 9400, 13631, 9780, 13278, 9604, 13299, 9680, 13462, 9411, 13459, 9660, 13557, 9434, 12793, 9028, 12618, 9065, 11827, 9054, 11438, 8439, 10699, 12347, 10712, 11487, 10597, 10394, 9913, 11865, 10218, 13413, 10699, 10153, 10147, 13152, 9806, 15806, 10814, 13297, 9845, 13912, 9969, 14624, 10406, 11289, 10004, 10206, 10121, 8275, 11153, 9242, 12396, 9239, 12751, 9070, 13585, 8995, 13674, 9192, 13499, 9283, 13126, 9075, 12628, 9468, 13076, 9278, 12738, 9019, 13641, 9329, 13690, 9586, 13580, 9790, 13646, 9626, 13778, 9952, 13466, 9790, 13335, 9891, 13474, 9351, 13465, 10082, 13222, 9850, 13136, 9289, 13423, 8885, 13120, 9673, 13467, 10050, 13356, 9707, 13167, 9563, 13250, 9412, 13038, 8980, 12911, 9143, 13302, 9338, 13179, 9032, 12789, 9086, 13325, 8925, 13550, 9131, 13220, 9279, 12469, 8839, 12096, 8911, 11922, 9280, 12485, 9022, 12438, 8712, 13251, 9273, 13735, 9126, 13105, 8994, 12997, 8566, 13087, 9025, 12790, 9089, 12565, 8686, 12957, 9225, 12539, 9350, 12872, 9374, 13605, 9486, 14148, 10153, 13444, 10105, 10219, 10956, 9247, 12972, 9421, 13486, 9277, 14124, 9358, 14537, 9752, 14048, 9744, 13767, 9744, 14161, 10367, 13713, 9539, 13666, 9934, 14295, 10807, 9750, 10071, 8006, 11025, 8629, 12078, 9680, 12854, 9579, 12961, 9360, 12820, 9310, 12269, 9419, 12190, 9417, 12436, 9234, 12613, 8991, 13107, 8903, 13321, 9131, 13131, 8847, 13954, 9877, 13814, 9280, 13493, 8870, 12717, 11169, 10701, 9624, 11418, 8680, 11117, 8442, 12042, 8566, 13638, 8863, 13580, 9306, 13351, 17204, 10083, 14367, 9775, 13064, 9404, 12674, 9199, 12951, 9341, 13313, 9958, 13522, 9973, 11703, 10185, 12212, 10488, 8026, 10668, 9215, 10696, 12887, 10393, 13931, 10929, 9545, 9911, 8370, 11375, 9348, 12792, 9589, 13123, 9367, 13492, 9488, 13977, 10287, 13097, 9866, 9827, 10398, 8919, 11498, 9668, 12943, 9579, 13448, 9735, 13895, 9826, 14237, 10227, 14271, 10261, 14108, 10090, 13315, 10004, 9472, 10085, 8129, 10347, 8923, 10658, 12682, 11167, 10752, 10270, 16430, 10076, 13678, 9610, 12889, 9672, 13242, 9674, 13016, 9577, 12474, 9496, 13013, 9648, 13150, 9438, 12841, 8910, 11203, 16847, 10184, 13349, 9696, 12742, 9409, 12387, 8229, 10046, 12312, 9958, 7716, 9923, 8641, 10051, 14148, 9804, 14232, 9828, 13143, 10050, 13517, 9900, 13631, 10419, 13599, 10427, 11973, 10682, 8949, 11369, 12900, 10728, 13973, 10705, 15630, 10313, 16818, 10334, 14188, 10441, 14740, 10526, 12704, 10268, 11752, 10242, 10300, 9990, 8306, 10406, 8622, 10599, 14872, 10168, 13427, 10393, 13075, 9565, 11437, 9087, 10133, 10075, 10394, 10349, 10277, 10615, 10285, 11454, 10419, 9210, 10292, 14274, 10120, 13863, 10098, 13428, 10230, 13859, 10201, 12799, 9594, 12989, 9160, 12406, 9441, 12522, 9358, 12356, 8760, 11200, 9067, 11636, 8803, 11516, 8953, 11619, 8931, 11884, 9467, 12440, 9369, 11749, 9029, 11990, 9057, 12102, 9460, 12325, 9368, 13254, 9016, 13919, 10110, 13909, 10128, 13805, 10472, 13913, 10117, 12845, 10300, 9031, 10463, 8458, 11789, 9034, 13438, 9379, 14021, 10002, 14041, 10283, 13300, 10672, 7988, 11993, 9302, 12817, 8712, 12881, 9703, 12986, 9500, 13317, 9391, 13879, 9619, 14055, 9867, 13564, 10498, 13887, 10321, 14047, 10508, 11178, 10398, 10776, 10289, 11189, 11034, 8595, 11927, 9430, 12567, 8840, 12903, 9291, 13388, 9455, 13131, 9433, 13457, 9116, 14085, 9612, 13683, 9960, 13676, 10300, 14174, 10478, 12695, 10170, 13646, 10194, 13986, 10430, 11438, 10397, 11284, 10223, 11300, 10389, 10863, 11271, 8685, 11425, 8386, 11760, 8653, 12675, 9482, 12774, 9217, 12618, 9323, 12672, 9190, 12408, 9482, 12048, 9309, 12143, 9168, 12230, 9205, 12413, 9224, 12518, 9344, 12739, 9000, 12432, 9221, 12626, 9149, 12834, 9568, 13173, 9594, 13124, 9691, 13353, 9572, 13166, 9758, 13022, 9557, 12706, 9807, 12944, 9573, 12777, 9358, 12802, 9411, 13185, 9403, 12522, 9295, 12297, 8827, 11619, 8941, 12074, 9382, 11535, 8210, 11459, 13264, 10218, 14343, 10319, 9291, 10257, 9458, 10273, 11623, 10434, 8705, 11442, 8538, 10600, 8806, 11297, 9680, 12188, 9377, 12491, 9215, 11954, 8338, 12011, 9844, 12215, 8561, 11243, 9579, 10877, 14733, 10325, 9675, 10999, 8482, 10859, 8086, 11815, 9558, 12748, 9541, 12441, 9436, 13232, 9346, 13676, 9987, 14208, 9942, 13146, 9956, 13543, 9774, 13526, 9942, 13393, 10200, 13297, 10054, 13684, 10249, 13451, 10293, 12826, 10109, 13994, 10283, 10862, 10085, 8666, 10490, 9849, 11500, 9566, 12456, 9391, 12349, 9709, 12956, 9801, 13240, 9555, 13360, 9723, 13346, 9452, 13474, 9481, 13084, 9644, 13475, 9793, 14219, 10482, 13579, 10021, 12076, 10112, 12723, 10438, 8626, 10838, 8503, 11584, 9551, 11597, 9505, 12337, 9723, 12722, 9704, 13613, 10053, 14443, 10145, 11764, 10242, 9070, 10327, 9089, 12324, 9336, 12174, 15861, 10011, 14658, 9822, 13006, 9689, 11394, 12261, 10005, 15520, 9915, 12657, 10057, 11650, 9983, 10259, 9406, 7837, 10091, 12217, 9887, 14070, 9668, 12902, 8854, 10350, 14850, 10065, 13541, 9859, 12558, 9502, 11827, 9474, 12886, 9419, 13592, 9511, 13108, 9725, 13477, 9532, 13444, 9570, 13334, 9196, 12051, 10281, 11639, 8624, 11744, 10441, 10727, 13501, 10711, 9061, 10192, 14720, 10247, 14872, 10420, 13533, 10173, 13461, 9793, 13644, 10138, 13868, 10096, 13479, 10264, 13746, 10112, 13641, 10175, 13517, 10178, 14150, 10306, 13763, 10333, 13612, 10502, 13396, 9935, 12971, 9421, 13082, 9652, 12857, 9805, 12903, 9247, 13402, 9985, 13584, 10171, 12144, 10074, 14209, 10320, 13191, 10231, 13523, 9916, 13359, 9637, 13197, 9729, 12885, 10049, 13075, 9741, 13248, 9753, 13310, 9837, 13178, 9942, 13644, 10331, 13209, 10134, 10997, 10104, 10967, 10638, 9339, 12449, 9699, 12674, 9493, 12849, 9575, 12767, 9883, 12878, 9860, 13683, 9876, 14901, 10461, 10996, 10233, 8512, 10797, 9295, 12824, 9774, 13056, 9899, 13060, 9712, 12762, 10026, 12961, 9965, 13070, 9606, 13358, 9847], 'WindowCenter': [4356.0, 4383.0, 4386.0, 4333.0, 4372.0, 4319.0, 4348.0, 4314.0, 4334.0, 4304.0, 4333.0, 4304.0, 4334.0, 4303.0, 4334.0, 4315.0, 4323.0, 4307.0, 4325.0, 4317.0, 4296.0, 4328.0, 4298.0, 4338.0, 4307.0, 4337.0, 4317.0, 4338.0, 4306.0, 4337.0, 4296.0, 4337.0, 4306.0, 4337.0, 4306.0, 4336.0, 4284.0, 4335.0, 4293.0, 4334.0, 4297.0, 4346.0, 4307.0, 4345.0, 4307.0, 4346.0, 4316.0, 4347.0, 4318.0, 4347.0, 4319.0, 4337.0, 4316.0, 4335.0, 4318.0, 4335.0, 4316.0, 4334.0, 4305.0, 4334.0, 4303.0, 4334.0, 4305.0, 4332.0, 4304.0, 4321.0, 4302.0, 4333.0, 4314.0, 4323.0, 4315.0, 4314.0, 4303.0, 4323.0, 4306.0, 4336.0, 4316.0, 4305.0, 4315.0, 4325.0, 4315.0, 4345.0, 4316.0, 4334.0, 4304.0, 4333.0, 4315.0, 4333.0, 4313.0, 4323.0, 4315.0, 4304.0, 4305.0, 4291.0, 4315.0, 4315.0, 4336.0, 4293.0, 4336.0, 4294.0, 4336.0, 4312.0, 4334.0, 4293.0, 4324.0, 4292.0, 4322.0, 4302.0, 4313.0, 4322.0, 4311.0, 4282.0, 4312.0, 4291.0, 4322.0, 4293.0, 4333.0, 4294.0, 4334.0, 4303.0, 4324.0, 4294.0, 4332.0, 4305.0, 4335.0, 4303.0, 4322.0, 4291.0, 4323.0, 4290.0, 4302.0, 4282.0, 4312.0, 4281.0, 4313.0, 4283.0, 4334.0, 4305.0, 4334.0, 4303.0, 4336.0, 4307.0, 4346.0, 4330.0, 4336.0, 4318.0, 4347.0, 4317.0, 4346.0, 4316.0, 4346.0, 4326.0, 4335.0, 4315.0, 4335.0, 4304.0, 4334.0, 4314.0, 4333.0, 4313.0, 4333.0, 4312.0, 4334.0, 4314.0, 4302.0, 4314.0, 4292.0, 4322.0, 4292.0, 4335.0, 4302.0, 4344.0, 4304.0, 4332.0, 4303.0, 4334.0, 4315.0, 4334.0, 4301.0, 4321.0, 4290.0, 4320.0, 4303.0, 4332.0, 4302.0, 4333.0, 4301.0, 4331.0, 4303.0, 4334.0, 4312.0, 4333.0, 4303.0, 4323.0, 4313.0, 4323.0, 4314.0, 4283.0, 4313.0, 4281.0, 4322.0, 4302.0, 4324.0, 4303.0, 4333.0, 4292.0, 4322.0, 4292.0, 4323.0, 4306.0, 4334.0, 4303.0, 4333.0, 4292.0, 4332.0, 4301.0, 4323.0, 4302.0, 4321.0, 4290.0, 4318.0, 4290.0, 4321.0, 4290.0, 4320.0, 4288.0, 4307.0, 4280.0, 4321.0, 4290.0, 4311.0, 4292.0, 4324.0, 4280.0, 4314.0, 4323.0, 4313.0, 4314.0, 4312.0, 4300.0, 4304.0, 4322.0, 4314.0, 4334.0, 4313.0, 4315.0, 4315.0, 4322.0, 4305.0, 4345.0, 4315.0, 4334.0, 4303.0, 4332.0, 4302.0, 4331.0, 4314.0, 4313.0, 4303.0, 4300.0, 4302.0, 4282.0, 4314.0, 4304.0, 4335.0, 4305.0, 4335.0, 4304.0, 4334.0, 4306.0, 4335.0, 4305.0, 4335.0, 4293.0, 4322.0, 4293.0, 4321.0, 4292.0, 4321.0, 4292.0, 4320.0, 4292.0, 4332.0, 4302.0, 4333.0, 4304.0, 4335.0, 4316.0, 4333.0, 4306.0, 4334.0, 4317.0, 4335.0, 4314.0, 4334.0, 4314.0, 4334.0, 4304.0, 4334.0, 4316.0, 4322.0, 4303.0, 4322.0, 4292.0, 4320.0, 4293.0, 4323.0, 4304.0, 4333.0, 4303.0, 4333.0, 4302.0, 4322.0, 4304.0, 4321.0, 4291.0, 4321.0, 4293.0, 4321.0, 4290.0, 4333.0, 4291.0, 4323.0, 4293.0, 4323.0, 4294.0, 4333.0, 4295.0, 4336.0, 4293.0, 4323.0, 4294.0, 4324.0, 4291.0, 4323.0, 4292.0, 4313.0, 4293.0, 4322.0, 4293.0, 4321.0, 4294.0, 4335.0, 4305.0, 4347.0, 4305.0, 4336.0, 4306.0, 4335.0, 4294.0, 4337.0, 4294.0, 4324.0, 4293.0, 4325.0, 4295.0, 4336.0, 4294.0, 4325.0, 4293.0, 4323.0, 4292.0, 4333.0, 4301.0, 4334.0, 4305.0, 4333.0, 4315.0, 4315.0, 4316.0, 4304.0, 4336.0, 4305.0, 4336.0, 4305.0, 4335.0, 4306.0, 4346.0, 4305.0, 4335.0, 4304.0, 4333.0, 4292.0, 4334.0, 4302.0, 4320.0, 4292.0, 4321.0, 4302.0, 4331.0, 4313.0, 4301.0, 4304.0, 4282.0, 4313.0, 4292.0, 4324.0, 4304.0, 4324.0, 4303.0, 4322.0, 4291.0, 4322.0, 4291.0, 4314.0, 4292.0, 4310.0, 4291.0, 4310.0, 4291.0, 4321.0, 4291.0, 4321.0, 4293.0, 4334.0, 4303.0, 4324.0, 4295.0, 4336.0, 4317.0, 4336.0, 4305.0, 4335.0, 4293.0, 4336.0, 4315.0, 4304.0, 4304.0, 4314.0, 4294.0, 4313.0, 4294.0, 4325.0, 4292.0, 4347.0, 4306.0, 4337.0, 4306.0, 4337.0, 4357.0, 4304.0, 4333.0, 4304.0, 4321.0, 4292.0, 4320.0, 4291.0, 4322.0, 4292.0, 4333.0, 4303.0, 4332.0, 4304.0, 4313.0, 4315.0, 4323.0, 4316.0, 4283.0, 4313.0, 4292.0, 4302.0, 4323.0, 4303.0, 4334.0, 4301.0, 4291.0, 4301.0, 4280.0, 4312.0, 4291.0, 4323.0, 4291.0, 4320.0, 4291.0, 4320.0, 4290.0, 4321.0, 4305.0, 4322.0, 4302.0, 4301.0, 4303.0, 4292.0, 4313.0, 4305.0, 4324.0, 4304.0, 4334.0, 4303.0, 4333.0, 4304.0, 4332.0, 4305.0, 4333.0, 4304.0, 4331.0, 4302.0, 4321.0, 4304.0, 4303.0, 4303.0, 4282.0, 4304.0, 4293.0, 4315.0, 4324.0, 4315.0, 4314.0, 4305.0, 4343.0, 4302.0, 4323.0, 4292.0, 4311.0, 4291.0, 4323.0, 4292.0, 4321.0, 4303.0, 4324.0, 4306.0, 4336.0, 4306.0, 4338.0, 4308.0, 4337.0, 4295.0, 4327.0, 4345.0, 4305.0, 4324.0, 4304.0, 4324.0, 4290.0, 4312.0, 4282.0, 4303.0, 4312.0, 4301.0, 4272.0, 4303.0, 4293.0, 4315.0, 4345.0, 4315.0, 4347.0, 4333.0, 4337.0, 4316.0, 4334.0, 4317.0, 4336.0, 4331.0, 4335.0, 4317.0, 4325.0, 4315.0, 4307.0, 4327.0, 4337.0, 4316.0, 4335.0, 4313.0, 4344.0, 4302.0, 4342.0, 4301.0, 4321.0, 4303.0, 4329.0, 4302.0, 4311.0, 4300.0, 4309.0, 4301.0, 4301.0, 4300.0, 4281.0, 4302.0, 4291.0, 4314.0, 4334.0, 4305.0, 4324.0, 4304.0, 4323.0, 4290.0, 4312.0, 4281.0, 4292.0, 4290.0, 4302.0, 4289.0, 4301.0, 4301.0, 4302.0, 4311.0, 4302.0, 4291.0, 4303.0, 4332.0, 4303.0, 4335.0, 4314.0, 4335.0, 4317.0, 4334.0, 4315.0, 4323.0, 4303.0, 4324.0, 4292.0, 4325.0, 4292.0, 4323.0, 4291.0, 4322.0, 4293.0, 4312.0, 4290.0, 4314.0, 4295.0, 4314.0, 4293.0, 4325.0, 4293.0, 4326.0, 4306.0, 4324.0, 4303.0, 4313.0, 4292.0, 4324.0, 4293.0, 4325.0, 4305.0, 4323.0, 4304.0, 4334.0, 4305.0, 4334.0, 4317.0, 4336.0, 4316.0, 4333.0, 4314.0, 4333.0, 4316.0, 4335.0, 4315.0, 4293.0, 4313.0, 4293.0, 4324.0, 4293.0, 4336.0, 4306.0, 4335.0, 4317.0, 4345.0, 4314.0, 4335.0, 4317.0, 4295.0, 4324.0, 4303.0, 4335.0, 4292.0, 4335.0, 4305.0, 4334.0, 4303.0, 4332.0, 4293.0, 4333.0, 4304.0, 4333.0, 4302.0, 4322.0, 4313.0, 4333.0, 4315.0, 4335.0, 4314.0, 4314.0, 4313.0, 4312.0, 4312.0, 4313.0, 4315.0, 4293.0, 4324.0, 4303.0, 4323.0, 4294.0, 4336.0, 4303.0, 4333.0, 4304.0, 4334.0, 4304.0, 4335.0, 4304.0, 4346.0, 4305.0, 4334.0, 4313.0, 4335.0, 4315.0, 4345.0, 4315.0, 4334.0, 4314.0, 4335.0, 4316.0, 4333.0, 4316.0, 4314.0, 4304.0, 4313.0, 4302.0, 4313.0, 4304.0, 4312.0, 4314.0, 4293.0, 4313.0, 4282.0, 4324.0, 4292.0, 4336.0, 4304.0, 4325.0, 4294.0, 4323.0, 4294.0, 4325.0, 4293.0, 4324.0, 4304.0, 4322.0, 4293.0, 4323.0, 4304.0, 4323.0, 4293.0, 4325.0, 4292.0, 4324.0, 4293.0, 4321.0, 4306.0, 4325.0, 4302.0, 4325.0, 4305.0, 4324.0, 4304.0, 4325.0, 4304.0, 4323.0, 4305.0, 4322.0, 4292.0, 4322.0, 4293.0, 4324.0, 4303.0, 4322.0, 4303.0, 4323.0, 4292.0, 4321.0, 4292.0, 4322.0, 4292.0, 4322.0, 4291.0, 4322.0, 4292.0, 4323.0, 4292.0, 4314.0, 4293.0, 4326.0, 4293.0, 4314.0, 4282.0, 4313.0, 4323.0, 4303.0, 4322.0, 4302.0, 4291.0, 4302.0, 4289.0, 4303.0, 4311.0, 4302.0, 4282.0, 4313.0, 4280.0, 4303.0, 4293.0, 4313.0, 4303.0, 4326.0, 4304.0, 4324.0, 4303.0, 4325.0, 4293.0, 4324.0, 4306.0, 4325.0, 4292.0, 4314.0, 4291.0, 4313.0, 4332.0, 4303.0, 4292.0, 4312.0, 4279.0, 4310.0, 4282.0, 4312.0, 4302.0, 4323.0, 4303.0, 4322.0, 4292.0, 4323.0, 4304.0, 4335.0, 4304.0, 4335.0, 4302.0, 4323.0, 4303.0, 4333.0, 4304.0, 4335.0, 4303.0, 4333.0, 4303.0, 4333.0, 4303.0, 4333.0, 4315.0, 4322.0, 4303.0, 4322.0, 4304.0, 4333.0, 4314.0, 4312.0, 4314.0, 4292.0, 4313.0, 4304.0, 4325.0, 4304.0, 4324.0, 4304.0, 4323.0, 4302.0, 4323.0, 4302.0, 4322.0, 4302.0, 4321.0, 4300.0, 4321.0, 4302.0, 4331.0, 4301.0, 4323.0, 4302.0, 4333.0, 4304.0, 4333.0, 4314.0, 4332.0, 4302.0, 4321.0, 4313.0, 4321.0, 4315.0, 4292.0, 4313.0, 4291.0, 4312.0, 4290.0, 4310.0, 4303.0, 4322.0, 4291.0, 4318.0, 4301.0, 4332.0, 4301.0, 4332.0, 4302.0, 4310.0, 4301.0, 4289.0, 4314.0, 4292.0, 4335.0, 4303.0, 4324.0, 4344.0, 4302.0, 4332.0, 4301.0, 4321.0, 4289.0, 4310.0, 4308.0, 4289.0, 4328.0, 4288.0, 4317.0, 4299.0, 4310.0, 4302.0, 4312.0, 4316.0, 4297.0, 4328.0, 4336.0, 4318.0, 4346.0, 4304.0, 4334.0, 4294.0, 4315.0, 4333.0, 4303.0, 4334.0, 4302.0, 4310.0, 4290.0, 4307.0, 4290.0, 4319.0, 4290.0, 4332.0, 4302.0, 4322.0, 4303.0, 4334.0, 4302.0, 4334.0, 4304.0, 4334.0, 4291.0, 4323.0, 4301.0, 4313.0, 4290.0, 4311.0, 4299.0, 4300.0, 4321.0, 4301.0, 4291.0, 4301.0, 4331.0, 4302.0, 4332.0, 4312.0, 4320.0, 4302.0, 4321.0, 4298.0, 4321.0, 4302.0, 4320.0, 4302.0, 4321.0, 4302.0, 4318.0, 4301.0, 4329.0, 4312.0, 4331.0, 4314.0, 4332.0, 4301.0, 4320.0, 4301.0, 4320.0, 4300.0, 4321.0, 4290.0, 4319.0, 4288.0, 4320.0, 4288.0, 4307.0, 4301.0, 4320.0, 4291.0, 4331.0, 4303.0, 4331.0, 4314.0, 4323.0, 4312.0, 4333.0, 4316.0, 4334.0, 4313.0, 4333.0, 4303.0, 4332.0, 4302.0, 4322.0, 4303.0, 4320.0, 4302.0, 4321.0, 4301.0, 4321.0, 4302.0, 4331.0, 4302.0, 4321.0, 4302.0, 4331.0, 4315.0, 4321.0, 4301.0, 4309.0, 4302.0, 4312.0, 4314.0, 4302.0, 4322.0, 4302.0, 4322.0, 4302.0, 4323.0, 4302.0, 4320.0, 4300.0, 4319.0, 4300.0, 4331.0, 4302.0, 4344.0, 4303.0, 4312.0, 4301.0, 4290.0, 4311.0, 4302.0, 4332.0, 4301.0, 4331.0, 4302.0, 4321.0, 4291.0, 4321.0, 4299.0, 4320.0, 4289.0, 4309.0, 4289.0, 4319.0, 4301.0], 'WindowWidth': [9640.0, 9664.0, 9661.0, 9578.0, 9632.0, 9550.0, 9588.0, 9537.0, 9564.0, 9521.0, 9560.0, 9522.0, 9561.0, 9519.0, 9562.0, 9539.0, 9547.0, 9530.0, 9554.0, 9545.0, 9516.0, 9561.0, 9521.0, 9573.0, 9530.0, 9573.0, 9545.0, 9574.0, 9528.0, 9571.0, 9514.0, 9571.0, 9527.0, 9572.0, 9527.0, 9567.0, 9497.0, 9565.0, 9508.0, 9564.0, 9516.0, 9584.0, 9531.0, 9582.0, 9532.0, 9584.0, 9544.0, 9585.0, 9549.0, 9588.0, 9548.0, 9572.0, 9541.0, 9567.0, 9549.0, 9569.0, 9541.0, 9565.0, 9525.0, 9563.0, 9521.0, 9565.0, 9525.0, 9559.0, 9521.0, 9544.0, 9518.0, 9561.0, 9538.0, 9548.0, 9537.0, 9537.0, 9521.0, 9546.0, 9528.0, 9570.0, 9543.0, 9525.0, 9540.0, 9551.0, 9539.0, 9581.0, 9541.0, 9562.0, 9524.0, 9561.0, 9537.0, 9563.0, 9535.0, 9548.0, 9538.0, 9524.0, 9524.0, 9504.0, 9536.0, 9539.0, 9567.0, 9508.0, 9569.0, 9510.0, 9568.0, 9533.0, 9566.0, 9507.0, 9548.0, 9504.0, 9544.0, 9515.0, 9531.0, 9544.0, 9529.0, 9489.0, 9529.0, 9500.0, 9542.0, 9504.0, 9562.0, 9508.0, 9563.0, 9520.0, 9547.0, 9508.0, 9560.0, 9524.0, 9565.0, 9520.0, 9545.0, 9501.0, 9545.0, 9498.0, 9517.0, 9488.0, 9531.0, 9488.0, 9532.0, 9492.0, 9565.0, 9524.0, 9564.0, 9524.0, 9568.0, 9533.0, 9584.0, 9567.0, 9570.0, 9548.0, 9587.0, 9546.0, 9585.0, 9544.0, 9586.0, 9558.0, 9568.0, 9540.0, 9565.0, 9524.0, 9564.0, 9538.0, 9560.0, 9534.0, 9561.0, 9533.0, 9565.0, 9538.0, 9519.0, 9537.0, 9503.0, 9545.0, 9505.0, 9566.0, 9519.0, 9578.0, 9524.0, 9560.0, 9521.0, 9564.0, 9539.0, 9565.0, 9515.0, 9542.0, 9500.0, 9540.0, 9518.0, 9559.0, 9519.0, 9560.0, 9515.0, 9555.0, 9520.0, 9564.0, 9532.0, 9562.0, 9521.0, 9546.0, 9534.0, 9548.0, 9537.0, 9494.0, 9534.0, 9488.0, 9544.0, 9519.0, 9552.0, 9520.0, 9560.0, 9504.0, 9543.0, 9503.0, 9547.0, 9527.0, 9563.0, 9519.0, 9559.0, 9501.0, 9556.0, 9514.0, 9545.0, 9517.0, 9540.0, 9496.0, 9534.0, 9497.0, 9540.0, 9497.0, 9536.0, 9493.0, 9518.0, 9483.0, 9540.0, 9499.0, 9529.0, 9504.0, 9548.0, 9486.0, 9535.0, 9548.0, 9535.0, 9536.0, 9531.0, 9515.0, 9521.0, 9545.0, 9536.0, 9565.0, 9536.0, 9538.0, 9540.0, 9545.0, 9524.0, 9581.0, 9539.0, 9563.0, 9520.0, 9559.0, 9517.0, 9558.0, 9537.0, 9533.0, 9519.0, 9513.0, 9516.0, 9490.0, 9535.0, 9523.0, 9565.0, 9527.0, 9565.0, 9524.0, 9564.0, 9528.0, 9567.0, 9527.0, 9565.0, 9507.0, 9545.0, 9505.0, 9541.0, 9502.0, 9542.0, 9502.0, 9538.0, 9501.0, 9557.0, 9519.0, 9563.0, 9523.0, 9567.0, 9543.0, 9563.0, 9529.0, 9565.0, 9545.0, 9566.0, 9537.0, 9563.0, 9537.0, 9564.0, 9522.0, 9563.0, 9540.0, 9546.0, 9520.0, 9545.0, 9503.0, 9541.0, 9508.0, 9545.0, 9523.0, 9560.0, 9520.0, 9559.0, 9517.0, 9545.0, 9521.0, 9543.0, 9501.0, 9541.0, 9506.0, 9541.0, 9500.0, 9559.0, 9503.0, 9546.0, 9506.0, 9545.0, 9509.0, 9561.0, 9511.0, 9568.0, 9507.0, 9547.0, 9506.0, 9546.0, 9499.0, 9544.0, 9501.0, 9531.0, 9504.0, 9542.0, 9506.0, 9540.0, 9508.0, 9565.0, 9525.0, 9585.0, 9526.0, 9569.0, 9528.0, 9567.0, 9511.0, 9570.0, 9509.0, 9550.0, 9508.0, 9550.0, 9510.0, 9565.0, 9509.0, 9549.0, 9506.0, 9544.0, 9502.0, 9560.0, 9516.0, 9563.0, 9524.0, 9563.0, 9537.0, 9538.0, 9540.0, 9523.0, 9569.0, 9526.0, 9567.0, 9524.0, 9567.0, 9527.0, 9586.0, 9526.0, 9567.0, 9521.0, 9557.0, 9503.0, 9562.0, 9515.0, 9539.0, 9501.0, 9539.0, 9516.0, 9555.0, 9534.0, 9515.0, 9520.0, 9489.0, 9531.0, 9503.0, 9547.0, 9522.0, 9547.0, 9519.0, 9543.0, 9500.0, 9542.0, 9499.0, 9532.0, 9499.0, 9522.0, 9497.0, 9522.0, 9499.0, 9539.0, 9499.0, 9542.0, 9505.0, 9559.0, 9518.0, 9548.0, 9511.0, 9566.0, 9542.0, 9569.0, 9525.0, 9565.0, 9508.0, 9567.0, 9536.0, 9521.0, 9521.0, 9533.0, 9507.0, 9532.0, 9507.0, 9549.0, 9506.0, 9586.0, 9529.0, 9572.0, 9527.0, 9570.0, 9600.0, 9521.0, 9563.0, 9519.0, 9542.0, 9500.0, 9536.0, 9499.0, 9542.0, 9502.0, 9559.0, 9518.0, 9558.0, 9521.0, 9533.0, 9537.0, 9546.0, 9541.0, 9492.0, 9533.0, 9503.0, 9517.0, 9545.0, 9518.0, 9562.0, 9513.0, 9498.0, 9512.0, 9482.0, 9527.0, 9498.0, 9545.0, 9498.0, 9536.0, 9499.0, 9537.0, 9499.0, 9541.0, 9525.0, 9544.0, 9517.0, 9514.0, 9518.0, 9503.0, 9533.0, 9523.0, 9549.0, 9523.0, 9562.0, 9519.0, 9560.0, 9520.0, 9559.0, 9523.0, 9561.0, 9520.0, 9555.0, 9517.0, 9542.0, 9521.0, 9517.0, 9518.0, 9490.0, 9520.0, 9505.0, 9539.0, 9549.0, 9538.0, 9534.0, 9523.0, 9577.0, 9514.0, 9544.0, 9499.0, 9525.0, 9499.0, 9543.0, 9502.0, 9539.0, 9519.0, 9547.0, 9528.0, 9567.0, 9530.0, 9572.0, 9533.0, 9573.0, 9511.0, 9556.0, 9585.0, 9523.0, 9549.0, 9519.0, 9547.0, 9497.0, 9528.0, 9486.0, 9517.0, 9527.0, 9513.0, 9474.0, 9518.0, 9506.0, 9538.0, 9583.0, 9541.0, 9585.0, 9577.0, 9572.0, 9542.0, 9563.0, 9542.0, 9566.0, 9568.0, 9565.0, 9543.0, 9552.0, 9541.0, 9531.0, 9558.0, 9570.0, 9540.0, 9564.0, 9532.0, 9576.0, 9516.0, 9574.0, 9512.0, 9541.0, 9518.0, 9551.0, 9512.0, 9525.0, 9509.0, 9520.0, 9510.0, 9511.0, 9511.0, 9487.0, 9516.0, 9499.0, 9534.0, 9566.0, 9524.0, 9549.0, 9520.0, 9546.0, 9496.0, 9528.0, 9485.0, 9498.0, 9495.0, 9512.0, 9494.0, 9511.0, 9512.0, 9514.0, 9525.0, 9515.0, 9498.0, 9519.0, 9558.0, 9519.0, 9564.0, 9537.0, 9563.0, 9542.0, 9563.0, 9537.0, 9548.0, 9520.0, 9549.0, 9502.0, 9550.0, 9502.0, 9544.0, 9500.0, 9542.0, 9503.0, 9528.0, 9498.0, 9535.0, 9510.0, 9535.0, 9504.0, 9550.0, 9505.0, 9553.0, 9525.0, 9549.0, 9520.0, 9531.0, 9504.0, 9547.0, 9507.0, 9551.0, 9522.0, 9547.0, 9522.0, 9562.0, 9526.0, 9565.0, 9544.0, 9569.0, 9539.0, 9561.0, 9536.0, 9562.0, 9542.0, 9567.0, 9539.0, 9507.0, 9532.0, 9505.0, 9548.0, 9507.0, 9568.0, 9529.0, 9564.0, 9544.0, 9580.0, 9538.0, 9566.0, 9544.0, 9511.0, 9550.0, 9520.0, 9565.0, 9505.0, 9566.0, 9524.0, 9562.0, 9519.0, 9556.0, 9505.0, 9561.0, 9521.0, 9563.0, 9518.0, 9543.0, 9532.0, 9560.0, 9538.0, 9567.0, 9537.0, 9536.0, 9534.0, 9530.0, 9531.0, 9533.0, 9537.0, 9506.0, 9549.0, 9520.0, 9549.0, 9510.0, 9568.0, 9521.0, 9561.0, 9520.0, 9561.0, 9523.0, 9565.0, 9525.0, 9584.0, 9526.0, 9564.0, 9534.0, 9566.0, 9539.0, 9583.0, 9540.0, 9563.0, 9536.0, 9567.0, 9542.0, 9563.0, 9543.0, 9536.0, 9522.0, 9531.0, 9517.0, 9533.0, 9521.0, 9532.0, 9535.0, 9505.0, 9533.0, 9489.0, 9549.0, 9506.0, 9567.0, 9522.0, 9550.0, 9506.0, 9546.0, 9507.0, 9550.0, 9504.0, 9551.0, 9520.0, 9544.0, 9504.0, 9545.0, 9522.0, 9546.0, 9506.0, 9551.0, 9504.0, 9547.0, 9506.0, 9543.0, 9527.0, 9553.0, 9519.0, 9551.0, 9522.0, 9549.0, 9521.0, 9550.0, 9521.0, 9546.0, 9522.0, 9544.0, 9501.0, 9541.0, 9503.0, 9547.0, 9518.0, 9542.0, 9516.0, 9544.0, 9499.0, 9539.0, 9501.0, 9540.0, 9500.0, 9544.0, 9498.0, 9541.0, 9501.0, 9545.0, 9505.0, 9534.0, 9506.0, 9552.0, 9504.0, 9532.0, 9488.0, 9531.0, 9544.0, 9517.0, 9543.0, 9515.0, 9497.0, 9513.0, 9495.0, 9518.0, 9529.0, 9515.0, 9490.0, 9531.0, 9485.0, 9517.0, 9505.0, 9534.0, 9519.0, 9553.0, 9521.0, 9548.0, 9519.0, 9551.0, 9508.0, 9548.0, 9526.0, 9549.0, 9502.0, 9532.0, 9500.0, 9532.0, 9557.0, 9519.0, 9500.0, 9528.0, 9481.0, 9525.0, 9490.0, 9530.0, 9517.0, 9546.0, 9517.0, 9543.0, 9503.0, 9547.0, 9522.0, 9569.0, 9523.0, 9565.0, 9518.0, 9547.0, 9520.0, 9561.0, 9522.0, 9564.0, 9519.0, 9559.0, 9519.0, 9561.0, 9522.0, 9560.0, 9539.0, 9545.0, 9520.0, 9543.0, 9521.0, 9561.0, 9538.0, 9531.0, 9534.0, 9504.0, 9533.0, 9523.0, 9551.0, 9521.0, 9549.0, 9521.0, 9546.0, 9518.0, 9546.0, 9518.0, 9546.0, 9516.0, 9539.0, 9512.0, 9541.0, 9516.0, 9556.0, 9515.0, 9545.0, 9518.0, 9560.0, 9524.0, 9561.0, 9536.0, 9558.0, 9517.0, 9541.0, 9533.0, 9543.0, 9538.0, 9503.0, 9531.0, 9501.0, 9529.0, 9497.0, 9525.0, 9520.0, 9541.0, 9500.0, 9534.0, 9514.0, 9555.0, 9515.0, 9560.0, 9517.0, 9526.0, 9514.0, 9498.0, 9535.0, 9506.0, 9566.0, 9522.0, 9552.0, 9577.0, 9517.0, 9562.0, 9514.0, 9541.0, 9494.0, 9522.0, 9517.0, 9494.0, 9548.0, 9492.0, 9530.0, 9509.0, 9524.0, 9518.0, 9533.0, 9544.0, 9522.0, 9564.0, 9569.0, 9547.0, 9586.0, 9525.0, 9564.0, 9509.0, 9537.0, 9564.0, 9519.0, 9563.0, 9517.0, 9523.0, 9496.0, 9517.0, 9496.0, 9537.0, 9500.0, 9558.0, 9518.0, 9546.0, 9519.0, 9562.0, 9519.0, 9563.0, 9521.0, 9562.0, 9501.0, 9546.0, 9516.0, 9531.0, 9499.0, 9527.0, 9508.0, 9513.0, 9542.0, 9516.0, 9500.0, 9515.0, 9556.0, 9517.0, 9559.0, 9531.0, 9540.0, 9515.0, 9540.0, 9508.0, 9541.0, 9518.0, 9540.0, 9515.0, 9541.0, 9516.0, 9535.0, 9516.0, 9551.0, 9532.0, 9557.0, 9536.0, 9560.0, 9516.0, 9541.0, 9517.0, 9541.0, 9512.0, 9542.0, 9497.0, 9535.0, 9493.0, 9536.0, 9493.0, 9518.0, 9512.0, 9539.0, 9501.0, 9556.0, 9521.0, 9559.0, 9536.0, 9547.0, 9533.0, 9564.0, 9543.0, 9563.0, 9535.0, 9561.0, 9520.0, 9559.0, 9518.0, 9547.0, 9520.0, 9540.0, 9516.0, 9540.0, 9514.0, 9544.0, 9516.0, 9558.0, 9518.0, 9541.0, 9518.0, 9555.0, 9540.0, 9542.0, 9515.0, 9523.0, 9518.0, 9533.0, 9539.0, 9518.0, 9546.0, 9519.0, 9545.0, 9515.0, 9546.0, 9518.0, 9540.0, 9512.0, 9538.0, 9513.0, 9556.0, 9518.0, 9579.0, 9521.0, 9530.0, 9515.0, 9498.0, 9529.0, 9518.0, 9561.0, 9516.0, 9556.0, 9516.0, 9541.0, 9500.0, 9544.0, 9510.0, 9538.0, 9494.0, 9520.0, 9495.0, 9538.0, 9513.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.0002985968194574369</td></tr>
<tr><td colspan=3>aqi</td><td>0.021105328999064546</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.93017986389516</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2503488965168514</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9880655650655443</td></tr>
<tr><td colspan=3>efc</td><td>0.5134</td></tr>
<tr><td colspan=3>fber</td><td>4648.1147</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0780268424145778</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.028999064546305</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3231142926500703</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.195557402199287</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.539718848539293</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.23406662721163</td></tr>
<tr><td colspan=3>gcor</td><td>0.00419704</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011072123423218727</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03707093000411987</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.248436055263165</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>14.6401</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.0853</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.2764</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289557.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1040.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.3548</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2549</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.3367</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3476.5608</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.7795</td></tr>
<tr><td colspan=3>tsnr</td><td>42.30437853024341</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>