ds005256-mriqc/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter cbe89dcd1c [DATALAD RUNCMD] Compute MRIQC for sub-0127
=== 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-0127 --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-0127",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:19:42 +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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-01/func/sub-0127_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>ba82ba872446843557c58c67993ca2cb</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>11:33:59.312500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996568, 0.0676935, -0.0476402, -0.0738829, 0.986938, -0.143157]</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.259</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.0833343</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>[4188, -7740, -7254, 189, -162, 90, -55, 125]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.555</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1e7f5281-512a-4804-ba73-5c2f00e08a33||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6737194061279297, -0.19822241365909576, -0.10078336298465729, 124.82891845703125], [-0.18161675333976746, 2.647883653640747, -0.3946995735168457, -82.4654541015625], [-0.1278151571750641, 0.3840785026550293, 2.6690924167633057, -98.0027084350586], [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': ['113359.312500', '113359.772500', '113400.232500', '113400.692500', '113401.152500', '113401.612500', '113402.072500', '113402.532500', '113402.992500', '113403.452500', '113403.912500', '113404.372500', '113404.832500', '113405.292500', '113405.752500', '113406.212500', '113406.672500', '113407.132500', '113407.592500', '113408.052500', '113408.512500', '113408.972500', '113409.432500', '113409.892500', '113410.352500', '113410.812500', '113411.272500', '113411.732500', '113412.192500', '113412.652500', '113413.112500', '113413.572500', '113414.032500', '113414.492500', '113414.952500', '113415.412500', '113415.872500', '113416.332500', '113416.792500', '113417.252500', '113417.712500', '113418.172500', '113418.632500', '113419.092500', '113419.552500', '113420.012500', '113420.472500', '113420.932500', '113421.392500', '113421.852500', '113422.312500', '113422.772500', '113423.232500', '113423.692500', '113424.152500', '113424.612500', '113425.072500', '113425.532500', '113425.992500', '113426.452500', '113426.912500', '113427.372500', '113427.832500', '113428.292500', '113428.752500', '113429.212500', '113429.672500', '113430.132500', '113430.592500', '113431.052500', '113431.512500', '113431.972500', '113432.432500', '113432.892500', '113433.352500', '113433.812500', '113434.272500', '113434.732500', '113435.192500', '113435.652500', '113436.112500', '113436.572500', '113437.032500', '113437.492500', '113437.952500', '113438.412500', '113438.872500', '113439.332500', '113439.792500', '113440.252500', '113440.712500', '113441.172500', '113441.632500', '113442.092500', '113442.552500', '113443.012500', '113443.472500', '113443.932500', '113444.392500', '113444.852500', '113445.312500', '113445.772500', '113446.232500', '113446.692500', '113447.152500', '113447.612500', '113448.072500', '113448.532500', '113448.992500', '113449.452500', '113449.912500', '113450.372500', '113450.832500', '113451.292500', '113451.752500', '113452.212500', '113452.672500', '113453.132500', '113453.592500', '113454.052500', '113454.512500', '113454.972500', '113455.432500', '113455.892500', '113456.352500', '113456.812500', '113457.272500', '113457.732500', '113458.192500', '113458.652500', '113459.112500', '113459.572500', '113500.032500', '113500.492500', '113500.952500', '113501.412500', '113501.872500', '113502.332500', '113502.792500', '113503.252500', '113503.712500', '113504.172500', '113504.632500', '113505.092500', '113505.552500', '113506.012500', '113506.472500', '113506.932500', '113507.392500', '113507.852500', '113508.312500', '113508.772500', '113509.232500', '113509.692500', '113510.152500', '113510.612500', '113511.072500', '113511.532500', '113511.992500', '113512.452500', '113512.912500', '113513.372500', '113513.832500', '113514.292500', '113514.752500', '113515.212500', '113515.672500', '113516.132500', '113516.592500', '113517.052500', '113517.512500', '113517.972500', '113518.432500', '113518.892500', '113519.352500', '113519.812500', '113520.272500', '113520.732500', '113521.192500', '113521.652500', '113522.112500', '113522.572500', '113523.032500', '113523.492500', '113523.952500', '113524.412500', '113524.872500', '113525.332500', '113525.792500', '113526.252500', '113526.712500', '113527.172500', '113527.632500', '113528.092500', '113528.552500', '113529.012500', '113529.472500', '113529.932500', '113530.392500', '113530.852500', '113531.312500', '113531.772500', '113532.232500', '113532.692500', '113533.152500', '113533.612500', '113534.072500', '113534.532500', '113534.992500', '113535.452500', '113535.912500', '113536.372500', '113536.832500', '113537.292500', '113537.752500', '113538.212500', '113538.672500', '113539.132500', '113539.592500', '113540.052500', '113540.512500', '113540.972500', '113541.432500', '113541.892500', '113542.352500', '113542.812500', '113543.272500', '113543.732500', '113544.192500', '113544.652500', '113545.112500', '113545.572500', '113546.032500', '113546.492500', '113546.952500', '113547.412500', '113547.872500', '113548.332500', '113548.792500', '113549.252500', '113549.712500', '113550.172500', '113550.632500', '113551.092500', '113551.552500', '113552.012500', '113552.472500', '113552.932500', '113553.392500', '113553.852500', '113554.312500', '113554.772500', '113555.232500', '113555.692500', '113556.152500', '113556.612500', '113557.072500', '113557.532500', '113557.992500', '113558.452500', '113558.912500', '113559.372500', '113559.832500', '113600.292500', '113600.752500', '113601.212500', '113601.672500', '113602.132500', '113602.592500', '113603.052500', '113603.512500', '113603.972500', '113604.432500', '113604.892500', '113605.352500', '113605.812500', '113606.272500', '113606.732500', '113607.192500', '113607.652500', '113608.112500', '113608.572500', '113609.032500', '113609.492500', '113609.952500', '113610.412500', '113610.872500', '113611.332500', '113611.792500', '113612.252500', '113612.712500', '113613.172500', '113613.632500', '113614.092500', '113614.552500', '113615.012500', '113615.472500', '113615.932500', '113616.392500', '113616.852500', '113617.312500', '113617.772500', '113618.232500', '113618.692500', '113619.152500', '113619.612500', '113620.072500', '113620.532500', '113620.992500', '113621.452500', '113621.912500', '113622.372500', '113622.832500', '113623.292500', '113623.752500', '113624.212500', '113624.672500', '113625.132500', '113625.592500', '113626.052500', '113626.512500', '113626.972500', '113627.432500', '113627.892500', '113628.352500', '113628.812500', '113629.272500', '113629.732500', '113630.192500', '113630.652500', '113631.112500', '113631.572500', '113632.032500', '113632.492500', '113632.952500', '113633.412500', '113633.872500', '113634.332500', '113634.792500', '113635.252500', '113635.712500', '113636.172500', '113636.632500', '113637.092500', '113637.552500', '113638.012500', '113638.472500', '113638.932500', '113639.392500', '113639.852500', '113640.312500', '113640.772500', '113641.232500', '113641.692500', '113642.152500', '113642.612500', '113643.072500', '113643.532500', '113643.992500', '113644.452500', '113644.912500', '113645.372500', '113645.832500', '113646.292500', '113646.752500', '113647.212500', '113647.672500', '113648.132500', '113648.592500', '113649.052500', '113649.512500', '113649.972500', '113650.432500', '113650.892500', '113651.352500', '113651.812500', '113652.272500', '113652.732500', '113653.192500', '113653.652500', '113654.112500', '113654.572500', '113655.032500', '113655.492500', '113655.952500', '113656.412500', '113656.872500', '113657.332500', '113657.792500', '113658.252500', '113658.712500', '113659.172500', '113659.632500', '113700.092500', '113700.552500', '113701.012500', '113701.472500', '113701.932500', '113702.392500', '113702.852500', '113703.312500', '113703.772500', '113704.232500', '113704.692500', '113705.152500', '113705.612500', '113706.072500', '113706.532500', '113706.992500', '113707.452500', '113707.912500', '113708.372500', '113708.832500', '113709.292500', '113709.752500', '113710.212500', '113710.672500', '113711.132500', '113711.592500', '113712.052500', '113712.512500', '113712.972500', '113713.432500', '113713.892500', '113714.352500', '113714.812500', '113715.272500', '113715.732500', '113716.192500', '113716.652500', '113717.112500', '113717.572500', '113718.032500', '113718.492500', '113718.952500', '113719.412500', '113719.872500', '113720.332500', '113720.792500', '113721.252500', '113721.712500', '113722.172500', '113722.632500', '113723.092500', '113723.552500', '113724.012500', '113724.472500', '113724.932500', '113725.392500', '113725.852500', '113726.312500', '113726.772500', '113727.232500', '113727.692500', '113728.152500', '113728.612500', '113729.072500', '113729.532500', '113729.992500', '113730.452500', '113730.912500', '113731.372500', '113731.832500', '113732.292500', '113732.752500', '113733.212500', '113733.672500', '113734.132500', '113734.592500', '113735.052500', '113735.512500', '113735.972500', '113736.432500', '113736.892500', '113737.352500', '113737.812500', '113738.272500', '113738.732500', '113739.192500', '113739.652500', '113740.112500', '113740.572500', '113741.032500', '113741.492500', '113741.952500', '113742.412500', '113742.872500', '113743.332500', '113743.792500', '113744.252500', '113744.712500', '113745.172500', '113745.632500', '113746.092500', '113746.552500', '113747.012500', '113747.472500', '113747.932500', '113748.392500', '113748.852500', '113749.312500', '113749.772500', '113750.232500', '113750.692500', '113751.152500', '113751.612500', '113752.072500', '113752.532500', '113752.992500', '113753.452500', '113753.912500', '113754.372500', '113754.832500', '113755.292500', '113755.752500', '113756.212500', '113756.672500', '113757.132500', '113757.592500', '113758.052500', '113758.512500', '113758.972500', '113759.432500', '113759.892500', '113800.352500', '113800.812500', '113801.272500', '113801.732500', '113802.192500', '113802.652500', '113803.112500', '113803.572500', '113804.032500', '113804.492500', '113804.952500', '113805.412500', '113805.872500', '113806.332500', '113806.792500', '113807.252500', '113807.712500', '113808.172500', '113808.632500', '113809.092500', '113809.552500', '113810.012500', '113810.472500', '113810.932500', '113811.392500', '113811.852500', '113812.312500', '113812.772500', '113813.232500', '113813.692500', '113814.152500', '113814.612500', '113815.072500', '113815.532500', '113815.992500', '113816.452500', '113816.912500', '113817.372500', '113817.832500', '113818.292500', '113818.752500', '113819.212500', '113819.672500', '113820.132500', '113820.592500', '113821.052500', '113821.512500', '113821.972500', '113822.432500', '113822.892500', '113823.352500', '113823.812500', '113824.272500', '113824.732500', '113825.192500', '113825.652500', '113826.112500', '113826.572500', '113827.032500', '113827.492500', '113827.952500', '113828.412500', '113828.872500', '113829.332500', '113829.792500', '113830.252500', '113830.712500', '113831.172500', '113831.632500', '113832.092500', '113832.552500', '113833.012500', '113833.472500', '113833.932500', '113834.392500', '113834.852500', '113835.312500', '113835.772500', '113836.232500', '113836.692500', '113837.152500', '113837.612500', '113838.072500', '113838.532500', '113838.992500', '113839.452500', '113839.912500', '113840.372500', '113840.832500', '113841.292500', '113841.752500', '113842.212500', '113842.672500', '113843.132500', '113843.592500', '113844.052500', '113844.512500', '113844.972500', '113845.432500', '113845.892500', '113846.352500', '113846.812500', '113847.272500', '113847.732500', '113848.192500', '113848.652500', '113849.112500', '113849.572500', '113850.032500', '113850.492500', '113850.952500', '113851.412500', '113851.872500', '113852.332500', '113852.792500', '113853.252500', '113853.712500', '113854.172500', '113854.632500', '113855.092500', '113855.552500', '113856.012500', '113856.472500', '113856.932500', '113857.392500', '113857.852500', '113858.312500', '113858.772500', '113859.232500', '113859.692500', '113900.152500', '113900.612500', '113901.072500', '113901.532500', '113901.992500', '113902.452500', '113902.912500', '113903.372500', '113903.832500', '113904.292500', '113904.752500', '113905.212500', '113905.672500', '113906.132500', '113906.592500', '113907.052500', '113907.512500', '113907.972500', '113908.432500', '113908.892500', '113909.352500', '113909.812500', '113910.272500', '113910.732500', '113911.192500', '113911.652500', '113912.112500', '113912.572500', '113913.032500', '113913.492500', '113913.952500', '113914.412500', '113914.872500', '113915.332500', '113915.792500', '113916.252500', '113916.712500', '113917.172500', '113917.632500', '113918.092500', '113918.552500', '113919.012500', '113919.472500', '113919.932500', '113920.392500', '113920.852500', '113921.312500', '113921.772500', '113922.232500', '113922.692500', '113923.152500', '113923.612500', '113924.072500', '113924.532500', '113924.992500', '113925.452500', '113925.912500', '113926.372500', '113926.832500', '113927.292500', '113927.752500', '113928.212500', '113928.672500', '113929.132500', '113929.592500', '113930.052500', '113930.512500', '113930.972500', '113931.432500', '113931.892500', '113932.352500', '113932.812500', '113933.272500', '113933.732500', '113934.192500', '113934.652500', '113935.112500', '113935.572500', '113936.032500', '113936.492500', '113936.952500', '113937.412500', '113937.872500', '113938.332500', '113938.792500', '113939.252500', '113939.712500', '113940.172500', '113940.632500', '113941.092500', '113941.552500', '113942.012500', '113942.472500', '113942.932500', '113943.392500', '113943.852500', '113944.312500', '113944.772500', '113945.232500', '113945.692500', '113946.152500', '113946.612500', '113947.072500', '113947.532500', '113947.992500', '113948.452500', '113948.912500', '113949.372500', '113949.832500', '113950.292500', '113950.752500', '113951.212500', '113951.672500', '113952.132500', '113952.592500', '113953.052500', '113953.512500', '113953.972500', '113954.432500', '113954.892500', '113955.352500', '113955.812500', '113956.272500', '113956.732500', '113957.192500', '113957.652500', '113958.112500', '113958.572500', '113959.032500', '113959.492500', '113959.952500', '114000.412500', '114000.872500', '114001.332500', '114001.792500', '114002.252500', '114002.712500', '114003.172500', '114003.632500', '114004.092500', '114004.552500', '114005.012500', '114005.472500', '114005.932500', '114006.392500', '114006.852500', '114007.312500', '114007.772500', '114008.232500', '114008.692500', '114009.152500', '114009.612500', '114010.072500', '114010.532500', '114010.992500', '114011.452500', '114011.912500', '114012.372500', '114012.832500', '114013.292500', '114013.752500', '114014.212500', '114014.672500', '114015.132500', '114015.592500', '114016.052500', '114016.512500', '114016.972500', '114017.432500', '114017.892500', '114018.352500', '114018.812500', '114019.272500', '114019.732500', '114020.192500', '114020.652500', '114021.112500', '114021.572500', '114022.032500', '114022.492500', '114022.952500', '114023.412500', '114023.872500', '114024.332500', '114024.792500', '114025.252500', '114025.712500', '114026.172500', '114026.632500', '114027.092500', '114027.552500', '114028.012500', '114028.472500', '114028.932500', '114029.392500', '114029.852500', '114030.312500', '114030.772500', '114031.232500', '114031.692500', '114032.152500', '114032.612500', '114033.072500', '114033.532500', '114033.992500', '114034.452500', '114034.912500', '114035.372500', '114035.832500', '114036.292500', '114036.752500', '114037.212500', '114037.672500', '114038.132500', '114038.592500', '114039.052500', '114039.512500', '114039.972500', '114040.432500', '114040.892500', '114041.352500', '114041.812500', '114042.272500', '114042.732500', '114043.192500', '114043.652500', '114044.112500', '114044.572500', '114045.032500', '114045.492500', '114045.952500', '114046.412500', '114046.872500', '114047.332500', '114047.792500', '114048.252500', '114048.712500', '114049.172500', '114049.632500', '114050.092500', '114050.552500', '114051.012500', '114051.472500', '114051.932500', '114052.392500', '114052.852500', '114053.312500', '114053.772500', '114054.232500', '114054.692500', '114055.152500', '114055.612500', '114056.072500', '114056.532500', '114056.992500', '114057.452500', '114057.912500', '114058.372500', '114058.832500', '114059.292500', '114059.752500', '114100.212500', '114100.672500', '114101.132500', '114101.592500', '114102.052500', '114102.512500', '114102.972500', '114103.432500', '114103.892500', '114104.352500', '114104.812500', '114105.272500', '114105.732500', '114106.192500', '114106.652500', '114107.112500', '114107.572500', '114108.032500', '114108.492500', '114108.952500', '114109.412500', '114109.872500', '114110.332500', '114110.792500', '114111.252500', '114111.712500', '114112.172500', '114112.632500', '114113.092500', '114113.552500', '114114.012500', '114114.472500', '114114.932500', '114115.392500', '114115.852500', '114116.312500', '114116.772500', '114117.232500', '114117.692500', '114118.152500', '114118.612500', '114119.072500', '114119.532500', '114119.992500', '114120.452500', '114120.912500', '114121.372500', '114121.832500', '114122.292500', '114122.752500', '114123.212500', '114123.672500', '114124.132500', '114124.592500', '114125.052500', '114125.512500', '114125.972500', '114126.432500', '114126.892500', '114127.352500', '114127.812500', '114128.272500', '114128.732500', '114129.192500', '114129.652500', '114130.112500', '114130.572500', '114131.032500', '114131.492500', '114131.952500', '114132.412500', '114132.872500', '114133.332500', '114133.792500', '114134.252500', '114134.712500', '114135.172500', '114135.632500', '114136.092500', '114136.552500', '114137.012500', '114137.472500', '114137.932500', '114138.392500', '114138.852500', '114139.312500', '114139.772500', '114140.232500', '114140.692500', '114141.152500', '114141.612500', '114142.072500', '114142.532500', '114142.992500', '114143.452500', '114143.912500', '114144.372500', '114144.832500', '114145.292500', '114145.752500', '114146.212500', '114146.672500', '114147.132500', '114147.592500', '114148.052500', '114148.512500', '114148.972500', '114149.432500', '114149.892500', '114150.352500', '114150.812500', '114151.272500', '114151.732500', '114152.192500', '114152.652500', '114153.112500', '114153.572500', '114154.032500', '114154.492500', '114154.952500', '114155.412500', '114155.872500', '114156.332500', '114156.792500', '114157.252500', '114157.712500', '114158.172500', '114158.632500', '114159.092500', '114159.552500', '114200.012500', '114200.472500', '114200.932500', '114201.392500', '114201.852500', '114202.312500', '114202.772500', '114203.232500', '114203.692500', '114204.152500', '114204.612500', '114205.072500', '114205.532500', '114205.992500', '114206.452500', '114206.912500', '114207.372500', '114207.832500', '114208.292500', '114208.752500', '114209.212500', '114209.672500', '114210.132500', '114210.592500', '114211.052500', '114211.512500', '114211.972500', '114212.432500'], 'ContentTime': ['113411.000000', '113411.003000', '113411.006000', '113411.009000', '113411.011000', '113411.014000', '113411.017000', '113411.019000', '113411.022000', '113411.024000', '113411.027000', '113411.030000', '113411.032000', '113411.035000', '113411.045000', '113411.054000', '113411.057000', '113411.059000', '113411.069000', '113411.072000', '113411.074000', '113411.077000', '113411.079000', '113430.944000', '113430.947000', '113430.950000', '113430.952000', '113430.955000', '113430.958000', '113430.960000', '113430.963000', '113430.971000', '113430.973000', '113430.976000', '113430.978000', '113430.981000', '113430.983000', '113430.986000', '113430.989000', '113430.991000', '113430.994000', '113430.996000', '113431.000000', '113431.003000', '113431.005000', '113431.008000', '113431.011000', '113431.013000', '113431.016000', '113431.018000', '113431.021000', '113431.024000', '113431.027000', '113431.030000', '113431.032000', '113431.035000', '113431.038000', '113431.041000', '113431.043000', '113431.046000', '113431.059000', '113431.062000', '113431.064000', '113431.067000', '113431.069000', '113431.072000', '113450.943000', '113450.946000', '113450.949000', '113450.951000', '113450.954000', '113450.957000', '113450.959000', '113450.962000', '113450.964000', '113450.967000', '113450.970000', '113450.972000', '113450.975000', '113450.977000', '113450.980000', '113450.982000', '113450.985000', '113450.988000', '113450.990000', '113450.993000', '113450.995000', '113450.998000', '113451.002000', '113451.004000', '113451.007000', '113451.009000', '113451.012000', '113451.014000', '113451.017000', '113451.020000', '113451.022000', '113451.025000', '113451.027000', '113451.030000', '113451.032000', '113451.035000', '113451.037000', '113451.040000', '113451.043000', '113451.045000', '113451.048000', '113451.050000', '113451.053000', '113451.055000', '113510.944000', '113510.947000', '113510.950000', '113510.953000', '113510.955000', '113510.958000', '113510.960000', '113510.964000', '113510.967000', '113510.970000', '113510.972000', '113510.975000', '113510.977000', '113510.980000', '113510.983000', '113510.985000', '113511.030000', '113511.033000', '113511.036000', '113511.038000', '113511.041000', '113511.044000', '113511.046000', '113511.049000', '113511.051000', '113511.054000', '113511.056000', '113511.059000', '113511.061000', '113511.064000', '113511.067000', '113511.069000', '113511.072000', '113511.075000', '113511.077000', '113511.080000', '113511.083000', '113511.085000', '113511.088000', '113511.090000', '113511.093000', '113511.096000', '113511.098000', '113530.944000', '113530.947000', '113530.950000', '113530.953000', '113530.956000', '113530.958000', '113530.961000', '113530.963000', '113530.966000', '113530.968000', '113530.971000', '113530.974000', '113530.976000', '113530.979000', '113530.981000', '113530.984000', '113530.987000', '113530.989000', '113530.992000', '113530.995000', '113530.997000', '113531.001000', '113531.003000', '113531.006000', '113531.009000', '113531.011000', '113531.014000', '113531.016000', '113531.019000', '113531.022000', '113531.024000', '113531.027000', '113531.029000', '113531.032000', '113531.035000', '113531.037000', '113531.040000', '113531.042000', '113531.045000', '113531.048000', '113531.050000', '113531.053000', '113531.055000', '113531.058000', '113550.944000', '113550.947000', '113550.950000', '113550.953000', '113550.956000', '113550.958000', '113550.961000', '113550.963000', '113550.966000', '113550.969000', '113550.971000', '113550.974000', '113550.976000', '113550.979000', '113550.982000', '113550.984000', '113550.987000', '113550.990000', '113550.993000', '113550.995000', '113550.998000', '113551.001000', '113551.004000', '113551.007000', '113551.017000', '113551.020000', '113551.023000', '113551.026000', '113551.028000', '113551.031000', '113551.033000', '113551.036000', '113551.039000', '113551.041000', '113551.044000', '113551.047000', '113551.049000', '113551.052000', '113551.054000', '113551.057000', '113551.059000', '113551.062000', '113551.065000', '113610.944000', '113610.947000', '113610.950000', '113610.953000', '113610.955000', '113610.958000', '113610.960000', '113610.963000', '113610.965000', '113610.968000', '113610.971000', '113610.973000', '113610.976000', '113610.979000', '113610.981000', '113610.984000', '113610.986000', '113610.989000', '113610.992000', '113610.994000', '113610.997000', '113611.000000', '113611.003000', '113611.005000', '113611.008000', '113611.011000', '113611.014000', '113611.016000', '113611.019000', '113611.022000', '113611.024000', '113611.027000', '113611.030000', '113611.032000', '113611.035000', '113611.037000', '113611.040000', '113611.042000', '113611.045000', '113611.048000', '113611.050000', '113611.053000', '113611.055000', '113611.058000', '113630.944000', '113630.947000', '113630.950000', '113630.952000', '113630.955000', '113630.957000', '113630.960000', '113630.963000', '113630.965000', '113630.968000', '113630.971000', '113630.973000', '113630.976000', '113630.979000', '113630.981000', '113630.984000', '113630.986000', '113630.989000', '113630.991000', '113630.994000', '113630.997000', '113631.000000', '113631.003000', '113631.005000', '113631.008000', '113631.012000', '113631.015000', '113631.018000', '113631.020000', '113631.023000', '113631.025000', '113631.028000', '113631.030000', '113631.034000', '113631.036000', '113631.039000', '113631.041000', '113631.044000', '113631.046000', '113631.049000', '113631.052000', '113631.054000', '113631.057000', '113650.944000', '113650.953000', '113650.955000', '113650.958000', '113650.961000', '113650.963000', '113650.966000', '113650.968000', '113650.971000', '113650.974000', '113650.976000', '113650.979000', '113650.989000', '113650.992000', '113650.995000', '113650.997000', '113651.001000', '113651.003000', '113651.006000', '113651.009000', '113651.011000', '113651.014000', '113651.017000', '113651.019000', '113651.022000', '113651.024000', '113651.027000', '113651.030000', '113651.032000', '113651.035000', '113651.037000', '113651.040000', '113651.043000', '113651.045000', '113651.048000', '113651.050000', '113651.053000', '113651.055000', '113651.058000', '113651.061000', '113651.063000', '113651.066000', '113651.068000', '113651.071000', '113710.943000', '113710.946000', '113710.949000', '113710.952000', '113710.955000', '113710.957000', '113710.960000', '113710.962000', '113710.965000', '113710.990000', '113710.993000', '113710.996000', '113710.998000', '113711.002000', '113711.005000', '113711.007000', '113711.010000', '113711.012000', '113711.015000', '113711.018000', '113711.020000', '113711.023000', '113711.026000', '113711.029000', '113711.031000', '113711.034000', '113711.037000', '113711.039000', '113711.043000', '113711.046000', '113711.048000', '113711.051000', '113711.054000', '113711.056000', '113711.059000', '113711.061000', '113711.064000', '113711.067000', '113711.069000', '113711.072000', '113711.075000', '113711.077000', '113711.080000', '113730.944000', '113730.947000', '113730.950000', '113730.953000', '113730.955000', '113730.958000', '113730.960000', '113730.963000', '113730.966000', '113730.968000', '113730.971000', '113730.974000', '113730.976000', '113730.979000', '113730.981000', '113730.984000', '113730.987000', '113730.989000', '113730.992000', '113730.995000', '113730.997000', '113731.000000', '113731.002000', '113731.005000', '113731.008000', '113731.010000', '113731.013000', '113731.016000', '113731.018000', '113731.021000', '113731.023000', '113731.026000', '113731.029000', '113731.031000', '113731.034000', '113731.036000', '113731.039000', '113731.042000', '113731.044000', '113731.047000', '113731.049000', '113731.057000', '113731.060000', '113731.063000', '113750.944000', '113750.947000', '113750.950000', '113750.953000', '113750.955000', '113750.958000', '113750.960000', '113750.963000', '113750.966000', '113750.969000', '113750.971000', '113750.974000', '113750.976000', '113750.979000', '113750.981000', '113750.984000', '113750.987000', '113750.989000', '113750.992000', '113750.994000', '113750.997000', '113751.001000', '113751.003000', '113751.006000', '113751.008000', '113751.011000', '113751.014000', '113751.016000', '113751.019000', '113751.021000', '113751.024000', '113751.027000', '113751.029000', '113751.032000', '113751.034000', '113751.037000', '113751.040000', '113751.043000', '113751.046000', '113751.049000', '113751.054000', '113751.056000', '113751.059000', '113810.945000', '113810.947000', '113810.950000', '113810.953000', '113810.955000', '113810.958000', '113810.961000', '113810.963000', '113810.966000', '113810.968000', '113810.971000', '113810.974000', '113810.976000', '113810.979000', '113810.981000', '113810.984000', '113810.987000', '113810.989000', '113810.992000', '113810.994000', '113810.997000', '113811.001000', '113811.003000', '113811.006000', '113811.009000', '113811.011000', '113811.014000', '113811.016000', '113811.019000', '113811.022000', '113811.024000', '113811.027000', '113811.029000', '113811.032000', '113811.034000', '113811.037000', '113811.040000', '113811.073000', '113811.076000', '113811.078000', '113811.081000', '113811.083000', '113811.086000', '113811.089000', '113830.944000', '113830.947000', '113830.950000', '113830.952000', '113830.955000', '113830.958000', '113830.960000', '113830.963000', '113830.966000', '113830.968000', '113830.971000', '113830.973000', '113830.976000', '113830.978000', '113830.981000', '113830.984000', '113830.986000', '113830.989000', '113830.991000', '113830.994000', '113830.997000', '113831.000000', '113831.003000', '113831.005000', '113831.008000', '113831.011000', '113831.013000', '113831.016000', '113831.019000', '113831.021000', '113831.024000', '113831.027000', '113831.029000', '113831.032000', '113831.035000', '113831.037000', '113831.040000', '113831.043000', '113831.045000', '113831.048000', '113831.060000', '113831.063000', '113831.066000', '113850.944000', '113850.947000', '113850.950000', '113850.953000', '113850.956000', '113850.958000', '113850.961000', '113850.964000', '113850.966000', '113850.969000', '113850.972000', '113850.974000', '113850.977000', '113850.979000', '113850.982000', '113850.985000', '113850.987000', '113850.990000', '113850.992000', '113850.995000', '113850.998000', '113851.001000', '113851.004000', '113851.006000', '113851.009000', '113851.012000', '113851.014000', '113851.017000', '113851.019000', '113851.022000', '113851.025000', '113851.027000', '113851.030000', '113851.033000', '113851.035000', '113851.038000', '113851.040000', '113851.043000', '113851.046000', '113851.048000', '113851.051000', '113851.053000', '113851.056000', '113851.059000', '113910.944000', '113910.946000', '113910.949000', '113910.952000', '113910.955000', '113910.957000', '113910.960000', '113910.963000', '113910.965000', '113910.968000', '113910.970000', '113910.973000', '113910.976000', '113910.978000', '113910.981000', '113910.983000', '113910.986000', '113910.989000', '113910.991000', '113910.994000', '113910.997000', '113911.000000', '113911.003000', '113911.006000', '113911.008000', '113911.011000', '113911.013000', '113911.016000', '113911.019000', '113911.021000', '113911.024000', '113911.027000', '113911.029000', '113911.032000', '113911.034000', '113911.037000', '113911.040000', '113911.042000', '113911.045000', '113911.047000', '113911.050000', '113911.052000', '113911.055000', '113930.944000', '113930.956000', '113930.958000', '113930.961000', '113930.964000', '113930.966000', '113930.975000', '113930.978000', '113930.981000', '113930.983000', '113930.986000', '113930.989000', '113930.991000', '113930.994000', '113930.997000', '113931.000000', '113931.003000', '113931.005000', '113931.008000', '113931.011000', '113931.014000', '113931.016000', '113931.019000', '113931.022000', '113931.024000', '113931.027000', '113931.029000', '113931.032000', '113931.035000', '113931.037000', '113931.040000', '113931.042000', '113931.045000', '113931.048000', '113931.050000', '113931.053000', '113931.055000', '113931.058000', '113931.061000', '113931.063000', '113931.066000', '113931.069000', '113931.071000', '113931.074000', '113950.944000', '113950.949000', '113950.952000', '113950.955000', '113950.969000', '113950.972000', '113950.974000', '113950.977000', '113950.979000', '113950.982000', '113950.985000', '113950.987000', '113950.990000', '113950.993000', '113950.995000', '113950.998000', '113951.000000', '113951.003000', '113951.006000', '113951.008000', '113951.011000', '113951.013000', '113951.016000', '113951.018000', '113951.021000', '113951.024000', '113951.026000', '113951.029000', '113951.031000', '113951.034000', '113951.037000', '113951.039000', '113951.042000', '113951.045000', '113951.047000', '113951.050000', '113951.052000', '113951.055000', '113951.058000', '113951.060000', '113951.063000', '113951.065000', '113951.068000', '114010.945000', '114010.948000', '114010.950000', '114010.953000', '114010.956000', '114010.958000', '114010.961000', '114010.963000', '114010.966000', '114010.968000', '114010.971000', '114010.974000', '114010.976000', '114010.979000', '114010.981000', '114010.984000', '114010.987000', '114010.989000', '114010.992000', '114010.995000', '114010.997000', '114011.001000', '114011.004000', '114011.006000', '114011.009000', '114011.012000', '114011.014000', '114011.017000', '114011.019000', '114011.022000', '114011.025000', '114011.027000', '114011.030000', '114011.033000', '114011.035000', '114011.038000', '114011.040000', '114011.043000', '114011.046000', '114011.048000', '114011.051000', '114011.053000', '114011.056000', '114011.059000', '114030.945000', '114030.947000', '114030.950000', '114030.953000', '114030.955000', '114030.958000', '114030.961000', '114030.963000', '114030.966000', '114030.969000', '114030.971000', '114030.974000', '114030.977000', '114030.979000', '114030.982000', '114030.984000', '114030.987000', '114030.990000', '114030.992000', '114030.995000', '114030.997000', '114031.001000', '114031.004000', '114031.006000', '114031.009000', '114031.012000', '114031.014000', '114031.017000', '114031.020000', '114031.022000', '114031.025000', '114031.027000', '114031.030000', '114031.033000', '114031.035000', '114031.038000', '114031.040000', '114031.043000', '114031.046000', '114031.048000', '114031.051000', '114031.053000', '114031.056000', '114050.944000', '114050.947000', '114050.950000', '114050.952000', '114050.955000', '114050.958000', '114050.960000', '114050.963000', '114050.965000', '114050.968000', '114050.971000', '114050.973000', '114050.976000', '114050.979000', '114050.981000', '114050.984000', '114050.986000', '114050.989000', '114050.991000', '114050.994000', '114050.997000', '114051.000000', '114051.003000', '114051.005000', '114051.008000', '114051.011000', '114051.013000', '114051.016000', '114051.018000', '114051.021000', '114051.024000', '114051.026000', '114051.029000', '114051.031000', '114051.034000', '114051.037000', '114051.039000', '114051.042000', '114051.045000', '114051.047000', '114051.050000', '114051.052000', '114051.055000', '114051.058000', '114110.945000', '114110.947000', '114110.950000', '114110.953000', '114110.955000', '114110.958000', '114110.961000', '114110.963000', '114110.966000', '114110.969000', '114110.971000', '114110.974000', '114110.976000', '114110.979000', '114110.982000', '114110.996000', '114110.998000', '114111.002000', '114111.005000', '114111.007000', '114111.010000', '114111.013000', '114111.015000', '114111.018000', '114111.020000', '114111.023000', '114111.026000', '114111.028000', '114111.031000', '114111.034000', '114111.036000', '114111.039000', '114111.041000', '114111.044000', '114111.046000', '114111.049000', '114111.052000', '114111.054000', '114111.057000', '114111.060000', '114111.062000', '114111.065000', '114111.067000', '114130.944000', '114130.946000', '114130.949000', '114130.953000', '114130.955000', '114130.958000', '114130.961000', '114130.963000', '114130.966000', '114130.969000', '114130.971000', '114130.974000', '114130.976000', '114130.979000', '114130.982000', '114130.985000', '114130.988000', '114130.990000', '114130.993000', '114130.996000', '114130.998000', '114131.002000', '114131.004000', '114131.007000', '114131.010000', '114131.012000', '114131.015000', '114131.018000', '114131.020000', '114131.023000', '114131.026000', '114131.028000', '114131.031000', '114131.034000', '114131.036000', '114131.039000', '114131.042000', '114131.044000', '114131.047000', '114131.050000', '114131.052000', '114131.055000', '114131.057000', '114150.944000', '114150.946000', '114150.949000', '114150.952000', '114150.955000', '114150.957000', '114150.960000', '114150.963000', '114150.965000', '114150.968000', '114150.970000', '114150.973000', '114150.976000', '114150.978000', '114150.981000', '114150.983000', '114150.986000', '114150.989000', '114150.991000', '114150.994000', '114150.996000', '114151.000000', '114151.003000', '114151.005000', '114151.008000', '114151.011000', '114151.013000', '114151.016000', '114151.018000', '114151.021000', '114151.023000', '114151.026000', '114151.029000', '114151.031000', '114151.034000', '114151.036000', '114151.039000', '114151.042000', '114151.044000', '114151.047000', '114151.050000', '114151.052000', '114151.055000', '114151.058000', '114210.945000', '114210.948000', '114210.950000', '114210.953000', '114210.956000', '114210.959000', '114210.962000', '114210.974000', '114210.977000', '114210.979000', '114210.982000', '114210.985000', '114210.988000', '114210.990000', '114210.993000', '114210.995000', '114210.998000', '114211.002000', '114211.004000', '114211.007000', '114211.010000', '114211.012000', '114211.015000', '114211.017000', '114211.020000', '114211.023000', '114211.025000', '114211.028000', '114211.031000', '114211.033000', '114211.036000', '114211.038000', '114211.041000', '114211.044000', '114211.046000', '114211.049000', '114211.051000', '114211.054000', '114211.057000', '114211.059000', '114211.062000', '114211.064000', '114211.067000', '114213.706000', '114213.708000', '114213.711000', '114213.714000', '114213.719000', '114213.722000', '114213.725000'], 'InstanceCreationTime': ['113411.000000', '113411.003000', '113411.006000', '113411.009000', '113411.011000', '113411.014000', '113411.017000', '113411.019000', '113411.022000', '113411.024000', '113411.027000', '113411.030000', '113411.032000', '113411.035000', '113411.045000', '113411.054000', '113411.057000', '113411.059000', '113411.069000', '113411.072000', '113411.074000', '113411.077000', '113411.079000', '113430.944000', '113430.947000', '113430.950000', '113430.952000', '113430.955000', '113430.958000', '113430.960000', '113430.963000', '113430.971000', '113430.973000', '113430.976000', '113430.978000', '113430.981000', '113430.983000', '113430.986000', '113430.989000', '113430.991000', '113430.994000', '113430.996000', '113431.000000', '113431.003000', '113431.005000', '113431.008000', '113431.011000', '113431.013000', '113431.016000', '113431.018000', '113431.021000', '113431.024000', '113431.027000', '113431.030000', '113431.032000', '113431.035000', '113431.038000', '113431.041000', '113431.043000', '113431.046000', '113431.059000', '113431.062000', '113431.064000', '113431.067000', '113431.069000', '113431.072000', '113450.943000', '113450.946000', '113450.949000', '113450.951000', '113450.954000', '113450.957000', '113450.959000', '113450.962000', '113450.964000', '113450.967000', '113450.970000', '113450.972000', '113450.975000', '113450.977000', '113450.980000', '113450.982000', '113450.985000', '113450.988000', '113450.990000', '113450.993000', '113450.995000', '113450.998000', '113451.002000', '113451.004000', '113451.007000', '113451.009000', '113451.012000', '113451.014000', '113451.017000', '113451.020000', '113451.022000', '113451.025000', '113451.027000', '113451.030000', '113451.032000', '113451.035000', '113451.037000', '113451.040000', '113451.043000', '113451.045000', '113451.048000', '113451.050000', '113451.053000', '113451.055000', '113510.944000', '113510.947000', '113510.950000', '113510.953000', '113510.955000', '113510.958000', '113510.960000', '113510.964000', '113510.967000', '113510.970000', '113510.972000', '113510.975000', '113510.977000', '113510.980000', '113510.983000', '113510.985000', '113511.030000', '113511.033000', '113511.036000', '113511.038000', '113511.041000', '113511.044000', '113511.046000', '113511.049000', '113511.051000', '113511.054000', '113511.056000', '113511.059000', '113511.061000', '113511.064000', '113511.067000', '113511.069000', '113511.072000', '113511.075000', '113511.077000', '113511.080000', '113511.083000', '113511.085000', '113511.088000', '113511.090000', '113511.093000', '113511.096000', '113511.098000', '113530.944000', '113530.947000', '113530.950000', '113530.953000', '113530.956000', '113530.958000', '113530.961000', '113530.963000', '113530.966000', '113530.968000', '113530.971000', '113530.974000', '113530.976000', '113530.979000', '113530.981000', '113530.984000', '113530.987000', '113530.989000', '113530.992000', '113530.995000', '113530.997000', '113531.001000', '113531.003000', '113531.006000', '113531.009000', '113531.011000', '113531.014000', '113531.016000', '113531.019000', '113531.022000', '113531.024000', '113531.027000', '113531.029000', '113531.032000', '113531.035000', '113531.037000', '113531.040000', '113531.042000', '113531.045000', '113531.048000', '113531.050000', '113531.053000', '113531.055000', '113531.058000', '113550.944000', '113550.947000', '113550.950000', '113550.953000', '113550.956000', '113550.958000', '113550.961000', '113550.963000', '113550.966000', '113550.969000', '113550.971000', '113550.974000', '113550.976000', '113550.979000', '113550.982000', '113550.984000', '113550.987000', '113550.990000', '113550.993000', '113550.995000', '113550.998000', '113551.001000', '113551.004000', '113551.007000', '113551.017000', '113551.020000', '113551.023000', '113551.026000', '113551.028000', '113551.031000', '113551.033000', '113551.036000', '113551.039000', '113551.041000', '113551.044000', '113551.047000', '113551.049000', '113551.052000', '113551.054000', '113551.057000', '113551.059000', '113551.062000', '113551.065000', '113610.944000', '113610.947000', '113610.950000', '113610.953000', '113610.955000', '113610.958000', '113610.960000', '113610.963000', '113610.965000', '113610.968000', '113610.971000', '113610.973000', '113610.976000', '113610.979000', '113610.981000', '113610.984000', '113610.986000', '113610.989000', '113610.992000', '113610.994000', '113610.997000', '113611.000000', '113611.003000', '113611.005000', '113611.008000', '113611.011000', '113611.014000', '113611.016000', '113611.019000', '113611.022000', '113611.024000', '113611.027000', '113611.030000', '113611.032000', '113611.035000', '113611.037000', '113611.040000', '113611.042000', '113611.045000', '113611.048000', '113611.050000', '113611.053000', '113611.055000', '113611.058000', '113630.944000', '113630.947000', '113630.950000', '113630.952000', '113630.955000', '113630.957000', '113630.960000', '113630.963000', '113630.965000', '113630.968000', '113630.971000', '113630.973000', '113630.976000', '113630.979000', '113630.981000', '113630.984000', '113630.986000', '113630.989000', '113630.991000', '113630.994000', '113630.997000', '113631.000000', '113631.003000', '113631.005000', '113631.008000', '113631.012000', '113631.015000', '113631.018000', '113631.020000', '113631.023000', '113631.025000', '113631.028000', '113631.030000', '113631.034000', '113631.036000', '113631.039000', '113631.041000', '113631.044000', '113631.046000', '113631.049000', '113631.052000', '113631.054000', '113631.057000', '113650.944000', '113650.953000', '113650.955000', '113650.958000', '113650.961000', '113650.963000', '113650.966000', '113650.968000', '113650.971000', '113650.974000', '113650.976000', '113650.979000', '113650.989000', '113650.992000', '113650.995000', '113650.997000', '113651.001000', '113651.003000', '113651.006000', '113651.009000', '113651.011000', '113651.014000', '113651.017000', '113651.019000', '113651.022000', '113651.024000', '113651.027000', '113651.030000', '113651.032000', '113651.035000', '113651.037000', '113651.040000', '113651.043000', '113651.045000', '113651.048000', '113651.050000', '113651.053000', '113651.055000', '113651.058000', '113651.061000', '113651.063000', '113651.066000', '113651.068000', '113651.071000', '113710.943000', '113710.946000', '113710.949000', '113710.952000', '113710.955000', '113710.957000', '113710.960000', '113710.962000', '113710.965000', '113710.990000', '113710.993000', '113710.996000', '113710.998000', '113711.002000', '113711.005000', '113711.007000', '113711.010000', '113711.012000', '113711.015000', '113711.018000', '113711.020000', '113711.023000', '113711.026000', '113711.029000', '113711.031000', '113711.034000', '113711.037000', '113711.039000', '113711.043000', '113711.046000', '113711.048000', '113711.051000', '113711.054000', '113711.056000', '113711.059000', '113711.061000', '113711.064000', '113711.067000', '113711.069000', '113711.072000', '113711.075000', '113711.077000', '113711.080000', '113730.944000', '113730.947000', '113730.950000', '113730.953000', '113730.955000', '113730.958000', '113730.960000', '113730.963000', '113730.966000', '113730.968000', '113730.971000', '113730.974000', '113730.976000', '113730.979000', '113730.981000', '113730.984000', '113730.987000', '113730.989000', '113730.992000', '113730.995000', '113730.997000', '113731.000000', '113731.002000', '113731.005000', '113731.008000', '113731.010000', '113731.013000', '113731.016000', '113731.018000', '113731.021000', '113731.023000', '113731.026000', '113731.029000', '113731.031000', '113731.034000', '113731.036000', '113731.039000', '113731.042000', '113731.044000', '113731.047000', '113731.049000', '113731.057000', '113731.060000', '113731.063000', '113750.944000', '113750.947000', '113750.950000', '113750.953000', '113750.955000', '113750.958000', '113750.960000', '113750.963000', '113750.966000', '113750.969000', '113750.971000', '113750.974000', '113750.976000', '113750.979000', '113750.981000', '113750.984000', '113750.987000', '113750.989000', '113750.992000', '113750.994000', '113750.997000', '113751.001000', '113751.003000', '113751.006000', '113751.008000', '113751.011000', '113751.014000', '113751.016000', '113751.019000', '113751.021000', '113751.024000', '113751.027000', '113751.029000', '113751.032000', '113751.034000', '113751.037000', '113751.040000', '113751.043000', '113751.046000', '113751.049000', '113751.054000', '113751.056000', '113751.059000', '113810.945000', '113810.947000', '113810.950000', '113810.953000', '113810.955000', '113810.958000', '113810.961000', '113810.963000', '113810.966000', '113810.968000', '113810.971000', '113810.974000', '113810.976000', '113810.979000', '113810.981000', '113810.984000', '113810.987000', '113810.989000', '113810.992000', '113810.994000', '113810.997000', '113811.001000', '113811.003000', '113811.006000', '113811.009000', '113811.011000', '113811.014000', '113811.016000', '113811.019000', '113811.022000', '113811.024000', '113811.027000', '113811.029000', '113811.032000', '113811.034000', '113811.037000', '113811.040000', '113811.073000', '113811.076000', '113811.078000', '113811.081000', '113811.083000', '113811.086000', '113811.089000', '113830.944000', '113830.947000', '113830.950000', '113830.952000', '113830.955000', '113830.958000', '113830.960000', '113830.963000', '113830.966000', '113830.968000', '113830.971000', '113830.973000', '113830.976000', '113830.978000', '113830.981000', '113830.984000', '113830.986000', '113830.989000', '113830.991000', '113830.994000', '113830.997000', '113831.000000', '113831.003000', '113831.005000', '113831.008000', '113831.011000', '113831.013000', '113831.016000', '113831.019000', '113831.021000', '113831.024000', '113831.027000', '113831.029000', '113831.032000', '113831.035000', '113831.037000', '113831.040000', '113831.043000', '113831.045000', '113831.048000', '113831.060000', '113831.063000', '113831.066000', '113850.944000', '113850.947000', '113850.950000', '113850.953000', '113850.956000', '113850.958000', '113850.961000', '113850.964000', '113850.966000', '113850.969000', '113850.972000', '113850.974000', '113850.977000', '113850.979000', '113850.982000', '113850.985000', '113850.987000', '113850.990000', '113850.992000', '113850.995000', '113850.998000', '113851.001000', '113851.004000', '113851.006000', '113851.009000', '113851.012000', '113851.014000', '113851.017000', '113851.019000', '113851.022000', '113851.025000', '113851.027000', '113851.030000', '113851.033000', '113851.035000', '113851.038000', '113851.040000', '113851.043000', '113851.046000', '113851.048000', '113851.051000', '113851.053000', '113851.056000', '113851.059000', '113910.944000', '113910.946000', '113910.949000', '113910.952000', '113910.955000', '113910.957000', '113910.960000', '113910.963000', '113910.965000', '113910.968000', '113910.970000', '113910.973000', '113910.976000', '113910.978000', '113910.981000', '113910.983000', '113910.986000', '113910.989000', '113910.991000', '113910.994000', '113910.997000', '113911.000000', '113911.003000', '113911.006000', '113911.008000', '113911.011000', '113911.013000', '113911.016000', '113911.019000', '113911.021000', '113911.024000', '113911.027000', '113911.029000', '113911.032000', '113911.034000', '113911.037000', '113911.040000', '113911.042000', '113911.045000', '113911.047000', '113911.050000', '113911.052000', '113911.055000', '113930.944000', '113930.956000', '113930.958000', '113930.961000', '113930.964000', '113930.966000', '113930.975000', '113930.978000', '113930.981000', '113930.983000', '113930.986000', '113930.989000', '113930.991000', '113930.994000', '113930.997000', '113931.000000', '113931.003000', '113931.005000', '113931.008000', '113931.011000', '113931.014000', '113931.016000', '113931.019000', '113931.022000', '113931.024000', '113931.027000', '113931.029000', '113931.032000', '113931.035000', '113931.037000', '113931.040000', '113931.042000', '113931.045000', '113931.048000', '113931.050000', '113931.053000', '113931.055000', '113931.058000', '113931.061000', '113931.063000', '113931.066000', '113931.069000', '113931.071000', '113931.074000', '113950.944000', '113950.949000', '113950.952000', '113950.955000', '113950.969000', '113950.972000', '113950.974000', '113950.977000', '113950.979000', '113950.982000', '113950.985000', '113950.987000', '113950.990000', '113950.993000', '113950.995000', '113950.998000', '113951.000000', '113951.003000', '113951.006000', '113951.008000', '113951.011000', '113951.013000', '113951.016000', '113951.018000', '113951.021000', '113951.024000', '113951.026000', '113951.029000', '113951.031000', '113951.034000', '113951.037000', '113951.039000', '113951.042000', '113951.045000', '113951.047000', '113951.050000', '113951.052000', '113951.055000', '113951.058000', '113951.060000', '113951.063000', '113951.065000', '113951.068000', '114010.945000', '114010.948000', '114010.950000', '114010.953000', '114010.956000', '114010.958000', '114010.961000', '114010.963000', '114010.966000', '114010.968000', '114010.971000', '114010.974000', '114010.976000', '114010.979000', '114010.981000', '114010.984000', '114010.987000', '114010.989000', '114010.992000', '114010.995000', '114010.997000', '114011.001000', '114011.004000', '114011.006000', '114011.009000', '114011.012000', '114011.014000', '114011.017000', '114011.019000', '114011.022000', '114011.025000', '114011.027000', '114011.030000', '114011.033000', '114011.035000', '114011.038000', '114011.040000', '114011.043000', '114011.046000', '114011.048000', '114011.051000', '114011.053000', '114011.056000', '114011.059000', '114030.945000', '114030.947000', '114030.950000', '114030.953000', '114030.955000', '114030.958000', '114030.961000', '114030.963000', '114030.966000', '114030.969000', '114030.971000', '114030.974000', '114030.977000', '114030.979000', '114030.982000', '114030.984000', '114030.987000', '114030.990000', '114030.992000', '114030.995000', '114030.997000', '114031.001000', '114031.004000', '114031.006000', '114031.009000', '114031.012000', '114031.014000', '114031.017000', '114031.020000', '114031.022000', '114031.025000', '114031.027000', '114031.030000', '114031.033000', '114031.035000', '114031.038000', '114031.040000', '114031.043000', '114031.046000', '114031.048000', '114031.051000', '114031.053000', '114031.056000', '114050.944000', '114050.947000', '114050.950000', '114050.952000', '114050.955000', '114050.958000', '114050.960000', '114050.963000', '114050.965000', '114050.968000', '114050.971000', '114050.973000', '114050.976000', '114050.979000', '114050.981000', '114050.984000', '114050.986000', '114050.989000', '114050.991000', '114050.994000', '114050.997000', '114051.000000', '114051.003000', '114051.005000', '114051.008000', '114051.011000', '114051.013000', '114051.016000', '114051.018000', '114051.021000', '114051.024000', '114051.026000', '114051.029000', '114051.031000', '114051.034000', '114051.037000', '114051.039000', '114051.042000', '114051.045000', '114051.047000', '114051.050000', '114051.052000', '114051.055000', '114051.058000', '114110.945000', '114110.947000', '114110.950000', '114110.953000', '114110.955000', '114110.958000', '114110.961000', '114110.963000', '114110.966000', '114110.969000', '114110.971000', '114110.974000', '114110.976000', '114110.979000', '114110.982000', '114110.996000', '114110.998000', '114111.002000', '114111.005000', '114111.007000', '114111.010000', '114111.013000', '114111.015000', '114111.018000', '114111.020000', '114111.023000', '114111.026000', '114111.028000', '114111.031000', '114111.034000', '114111.036000', '114111.039000', '114111.041000', '114111.044000', '114111.046000', '114111.049000', '114111.052000', '114111.054000', '114111.057000', '114111.060000', '114111.062000', '114111.065000', '114111.067000', '114130.944000', '114130.946000', '114130.949000', '114130.953000', '114130.955000', '114130.958000', '114130.961000', '114130.963000', '114130.966000', '114130.969000', '114130.971000', '114130.974000', '114130.976000', '114130.979000', '114130.982000', '114130.985000', '114130.988000', '114130.990000', '114130.993000', '114130.996000', '114130.998000', '114131.002000', '114131.004000', '114131.007000', '114131.010000', '114131.012000', '114131.015000', '114131.018000', '114131.020000', '114131.023000', '114131.026000', '114131.028000', '114131.031000', '114131.034000', '114131.036000', '114131.039000', '114131.042000', '114131.044000', '114131.047000', '114131.050000', '114131.052000', '114131.055000', '114131.057000', '114150.944000', '114150.946000', '114150.949000', '114150.952000', '114150.955000', '114150.957000', '114150.960000', '114150.963000', '114150.965000', '114150.968000', '114150.970000', '114150.973000', '114150.976000', '114150.978000', '114150.981000', '114150.983000', '114150.986000', '114150.989000', '114150.991000', '114150.994000', '114150.996000', '114151.000000', '114151.003000', '114151.005000', '114151.008000', '114151.011000', '114151.013000', '114151.016000', '114151.018000', '114151.021000', '114151.023000', '114151.026000', '114151.029000', '114151.031000', '114151.034000', '114151.036000', '114151.039000', '114151.042000', '114151.044000', '114151.047000', '114151.050000', '114151.052000', '114151.055000', '114151.058000', '114210.945000', '114210.948000', '114210.950000', '114210.953000', '114210.956000', '114210.959000', '114210.962000', '114210.974000', '114210.977000', '114210.979000', '114210.982000', '114210.985000', '114210.988000', '114210.990000', '114210.993000', '114210.995000', '114210.998000', '114211.002000', '114211.004000', '114211.007000', '114211.010000', '114211.012000', '114211.015000', '114211.017000', '114211.020000', '114211.023000', '114211.025000', '114211.028000', '114211.031000', '114211.033000', '114211.036000', '114211.038000', '114211.041000', '114211.044000', '114211.046000', '114211.049000', '114211.051000', '114211.054000', '114211.057000', '114211.059000', '114211.062000', '114211.064000', '114211.067000', '114213.706000', '114213.708000', '114213.711000', '114213.714000', '114213.719000', '114213.722000', '114213.725000'], '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': [10194, 12612, 7517, 11064, 14242, 9520, 15754, 10499, 14159, 17473, 11247, 11612, 15714, 12408, 9637, 12138, 8355, 9727, 12545, 8170, 9857, 12828, 8538, 9584, 12892, 7369, 11435, 13290, 8826, 11640, 13709, 9114, 12138, 12060, 8522, 12875, 8915, 10684, 13623, 9089, 11527, 13542, 8222, 12197, 13418, 9480, 11790, 15860, 8213, 12450, 14014, 8680, 12402, 16473, 8559, 12612, 10299, 9853, 12954, 17175, 8793, 13350, 9324, 11825, 15046, 7724, 12040, 13345, 9082, 11507, 10299, 9870, 13220, 8463, 12231, 8216, 11805, 11031, 10434, 13687, 8942, 12458, 16647, 11153, 11622, 16050, 11437, 9830, 13208, 8017, 10131, 12315, 8293, 10058, 11883, 8718, 12471, 7715, 11041, 10323, 9719, 12891, 9330, 7019, 11460, 15156, 10274, 11357, 13315, 15605, 9151, 13177, 17041, 8667, 12364, 14064, 9148, 11740, 9047, 12729, 11156, 9708, 11959, 8849, 12832, 9205, 12397, 15595, 8892, 12160, 8672, 10574, 8148, 11722, 14447, 8797, 12145, 8022, 11446, 8772, 12054, 16032, 12458, 11088, 15935, 9779, 11269, 12963, 8736, 11370, 13364, 8890, 11694, 8257, 11566, 7499, 11731, 7801, 11448, 8572, 10626, 9278, 10788, 12940, 9403, 13263, 10499, 13776, 8294, 11898, 16668, 12433, 10847, 15673, 11906, 9834, 13982, 9054, 9850, 12367, 9730, 9525, 12984, 8518, 11087, 11875, 8333, 12418, 15392, 8266, 12507, 8320, 11242, 9296, 9913, 11940, 9431, 12851, 9305, 12839, 16556, 9348, 12392, 16600, 11027, 11756, 8828, 11725, 17156, 9193, 11591, 16004, 11101, 11067, 7123, 10870, 12948, 8832, 11983, 9517, 11602, 8441, 11445, 15415, 11369, 11231, 15419, 10968, 9815, 12719, 7292, 10858, 12151, 8303, 11351, 11923, 8337, 12277, 14271, 8007, 11971, 13992, 8889, 12001, 13376, 8388, 12162, 12100, 8374, 12599, 14876, 8807, 12186, 7802, 10870, 12243, 8513, 12627, 9275, 11957, 8773, 11683, 7354, 10767, 13646, 8737, 11901, 10109, 11418, 8681, 14690, 17515, 13269, 10228, 12212, 16208, 8913, 11668, 17782, 7829, 11432, 14187, 9003, 10897, 8288, 9761, 12884, 7552, 10391, 12721, 8704, 9780, 12612, 8601, 11885, 7641, 11181, 9993, 10740, 13436, 9487, 13308, 9015, 12324, 7985, 11341, 15600, 13625, 10564, 14774, 14173, 9239, 12399, 17426, 8322, 12364, 14042, 8685, 12393, 8208, 11522, 14377, 8066, 11863, 13648, 9449, 11522, 13485, 7847, 11857, 13419, 8219, 12506, 8677, 10458, 10562, 9366, 13316, 8594, 12262, 14471, 11452, 11124, 14738, 10845, 10059, 12770, 14724, 8643, 12470, 13478, 8852, 12692, 7519, 11332, 13197, 8522, 12072, 13616, 9002, 11663, 7719, 10157, 13286, 8315, 11449, 9538, 10147, 13446, 8595, 12710, 9078, 12300, 7791, 11685, 10531, 10045, 14405, 8786, 12246, 16919, 11792, 11582, 15892, 9944, 10812, 12781, 7642, 11034, 12801, 8943, 11385, 11650, 8315, 12901, 7355, 11770, 13070, 8204, 12154, 11961, 8624, 13435, 8203, 12385, 12709, 8879, 13572, 9065, 12835, 8186, 12034, 7656, 11285, 14215, 9035, 13026, 16560, 13679, 13603, 16261, 11091, 11736, 14817, 8783, 11367, 15855, 8745, 11688, 10680, 8282, 12502, 8025, 11268, 14005, 8623, 12418, 7295, 11433, 13786, 9071, 12414, 11359, 10305, 11691, 9057, 13323, 12906, 10234, 15034, 15707, 9470, 13707, 7433, 11443, 13129, 8213, 11587, 15758, 9268, 11640, 16539, 8145, 11503, 14704, 8810, 11864, 9924, 8840, 13331, 7421, 11621, 13281, 9053, 11586, 14886, 8145, 12126, 14725, 8708, 12048, 12492, 8561, 12429, 7624, 11285, 13081, 8153, 12148, 9954, 9163, 13809, 8356, 12704, 8520, 12366, 7646, 11270, 11417, 9159, 13291, 7975, 11887, 15917, 13936, 9952, 13449, 15838, 8709, 12927, 9804, 8958, 13312, 9220, 9795, 14016, 9066, 10936, 13844, 7715, 12526, 13445, 8710, 12781, 9538, 10491, 10689, 9330, 14194, 8724, 13443, 8085, 12631, 13461, 10414, 15438, 10013, 12694, 15119, 9600, 15496, 12421, 15264, 16370, 13148, 10452, 13372, 15638, 9037, 13095, 11019, 8836, 13197, 8142, 10299, 14000, 9013, 11386, 9918, 9158, 13864, 8354, 11213, 14165, 9385, 11442, 14158, 8709, 13107, 13615, 8697, 13366, 13115, 8674, 13901, 8602, 11386, 14422, 7867, 12736, 13701, 9021, 12828, 15592, 9709, 12580, 9479, 9335, 13518, 8546, 11768, 14179, 9628, 11879, 8442, 9970, 14344, 8516, 12627, 8322, 12873, 7849, 11772, 10108, 10689, 15184, 9536, 12975, 11091, 11684, 16916, 8758, 14114, 9829, 11707, 16805, 8892, 12954, 17798, 10197, 12414, 16839, 8726, 12033, 9224, 11750, 8252, 8797, 8493, 12832, 14413, 8053, 12839, 12514, 8761, 13325, 8376, 11978, 11245, 9162, 7536, 12996, 14968, 8058, 13434, 13828, 9774, 12400, 15741, 9613, 12874, 9800, 10029, 13955, 11371, 10410, 15355, 8389, 12021, 13626, 8613, 13096, 8910, 9738, 14005, 8521, 12384, 15855, 8480, 12826, 8354, 10317, 8076, 9996, 12560, 9143, 13395, 9184, 12760, 8650, 12355, 13864, 8942, 13454, 16438, 12768, 11894, 15803, 10482, 11413, 12776, 8274, 11558, 13000, 8985, 9966, 8373, 12604, 8156, 9284, 13472, 10981, 9088, 11818, 8902, 14356, 8291, 13075, 9557, 13631, 15271, 9642, 13411, 10009, 10709, 14442, 9839, 13066, 8708, 9362, 10808, 10081, 10864, 7641, 13448, 15927, 13484, 11305, 8607, 9998, 12858, 8984, 13267, 9313, 11999, 9078, 12653, 15347, 8568, 13321, 14150, 8913, 13081, 9121, 12869, 7507, 10902, 8007, 11872, 14663, 9159, 11443, 13954, 8394, 12782, 13534, 9401, 12802, 14330, 9003, 13498, 7720, 12401, 7891, 11461, 10193, 10489, 14571, 9575, 13665, 9021, 13005, 8673, 12749, 12858, 11682, 16027, 10123, 14089, 8904, 13035, 16045, 11213, 12777, 15663, 11012, 12441, 7996, 12602, 7448, 12947, 13654, 8006, 11806, 13143, 9127, 13645, 7223, 10929, 8675, 10278, 11794, 9620, 7230, 13076, 14518, 8023, 13596, 9331, 13489, 7722, 12651, 14453, 15511, 9883, 14365, 16920, 10161, 13076, 15266, 8196, 13101, 13457, 8931, 12239, 13362, 9200, 12274, 10910, 8083, 13696, 9210, 9426, 14169, 9133, 11370, 14014, 8021, 13722, 12303, 8730, 14608, 9474, 10828, 14340, 8420, 14623, 8892, 13397, 9711, 14329, 8768, 11727, 13635, 9089, 14621, 10126, 11893, 11315, 15435, 16125, 11194, 14183, 15905, 12859, 11732, 14955, 7938, 12082, 13375, 8992, 11548, 9108, 9192, 8906, 9228, 14433, 13596, 8947, 11867, 9445, 11701, 9090, 14490, 14640, 10240, 13143, 13387, 10055, 10724, 13302, 13901, 8475, 13884, 16939, 8817, 13142, 15655, 8778, 12789, 8568, 7954, 13515, 10942, 8029, 13668, 8658, 13083, 7328, 12488, 7327, 12054, 10608, 9441, 14427, 8492, 14160, 12205, 10926, 14247, 12541, 12571, 7240, 10714, 13839, 8063, 12987, 15171, 7947, 7895, 11869, 13572, 16083, 8768, 13753, 13948, 9438, 11759, 13128, 8450, 11093, 13327, 8182, 11466, 13085, 9163, 10887, 9136, 8932, 14129, 8734, 10898, 13741, 9312, 12056, 14177, 8287, 13740, 13685, 9470, 12825, 13783, 9461, 13075, 14072, 8909, 13589, 15576, 9806, 12832, 7734, 10146, 14114, 9526, 11066, 14056, 10483, 10995, 14427, 8424, 13131, 14133, 8685, 13138, 13453, 8617, 13660, 8047, 10803, 13920, 9224, 11738, 13916, 9164, 12948, 15043, 8138, 13093, 14545, 8956, 12320, 11274, 8367, 13351, 8084, 10135, 9302, 9963, 7422, 13082, 13987, 7961, 12031, 14065, 9863, 10632, 7771, 11514, 14179, 14812, 9834, 13461, 11338, 10348, 14359, 8078, 13304, 8460, 13149, 8091, 12412, 8956, 13373, 14756, 10616, 12799, 14157, 10513, 10874, 10579, 8682, 13430, 14222, 8374, 11783, 13607, 9671, 10880, 12398, 8392, 11715, 11617, 8580, 13042, 8136, 9981, 11776, 7737, 13245, 13038, 7968, 12733, 8951, 11406, 8124, 8908, 13439, 8225, 13401, 8775, 12705, 7327, 11450], 'WindowCenter': [4301.0, 4305.0, 4241.0, 4277.0, 4283.0, 4255.0, 4283.0, 4255.0, 4277.0, 4283.0, 4239.0, 4246.0, 4260.0, 4233.0, 4215.0, 4236.0, 4203.0, 4225.0, 4234.0, 4203.0, 4225.0, 4246.0, 4204.0, 4225.0, 4245.0, 4195.0, 4247.0, 4245.0, 4215.0, 4250.0, 4258.0, 4228.0, 4259.0, 4250.0, 4229.0, 4261.0, 4226.0, 4253.0, 4275.0, 4230.0, 4250.0, 4261.0, 4216.0, 4262.0, 4261.0, 4226.0, 4250.0, 4268.0, 4220.0, 4261.0, 4259.0, 4228.0, 4262.0, 4270.0, 4218.0, 4259.0, 4240.0, 4241.0, 4262.0, 4268.0, 4218.0, 4256.0, 4229.0, 4251.0, 4267.0, 4217.0, 4249.0, 4259.0, 4213.0, 4247.0, 4235.0, 4241.0, 4269.0, 4231.0, 4262.0, 4231.0, 4265.0, 4264.0, 4265.0, 4285.0, 4243.0, 4275.0, 4282.0, 4240.0, 4250.0, 4272.0, 4235.0, 4224.0, 4247.0, 4202.0, 4225.0, 4232.0, 4203.0, 4224.0, 4235.0, 4216.0, 4247.0, 4217.0, 4250.0, 4238.0, 4242.0, 4275.0, 4243.0, 4221.0, 4277.0, 4285.0, 4238.0, 4253.0, 4264.0, 4269.0, 4216.0, 4258.0, 4256.0, 4216.0, 4247.0, 4244.0, 4212.0, 4235.0, 4216.0, 4260.0, 4237.0, 4227.0, 4245.0, 4229.0, 4260.0, 4231.0, 4273.0, 4270.0, 4227.0, 4261.0, 4233.0, 4248.0, 4220.0, 4264.0, 4271.0, 4229.0, 4261.0, 4220.0, 4260.0, 4233.0, 4265.0, 4273.0, 4249.0, 4240.0, 4259.0, 4225.0, 4236.0, 4245.0, 4204.0, 4235.0, 4246.0, 4214.0, 4234.0, 4217.0, 4247.0, 4207.0, 4249.0, 4220.0, 4277.0, 4232.0, 4253.0, 4244.0, 4265.0, 4273.0, 4243.0, 4274.0, 4252.0, 4270.0, 4233.0, 4276.0, 4288.0, 4247.0, 4239.0, 4261.0, 4235.0, 4226.0, 4247.0, 4202.0, 4225.0, 4232.0, 4210.0, 4226.0, 4246.0, 4201.0, 4235.0, 4234.0, 4217.0, 4247.0, 4253.0, 4205.0, 4245.0, 4219.0, 4246.0, 4239.0, 4242.0, 4261.0, 4244.0, 4274.0, 4245.0, 4275.0, 4285.0, 4231.0, 4261.0, 4269.0, 4238.0, 4238.0, 4218.0, 4250.0, 4271.0, 4217.0, 4238.0, 4257.0, 4238.0, 4235.0, 4196.0, 4240.0, 4248.0, 4230.0, 4249.0, 4240.0, 4251.0, 4232.0, 4252.0, 4273.0, 4238.0, 4238.0, 4259.0, 4226.0, 4226.0, 4246.0, 4192.0, 4224.0, 4232.0, 4216.0, 4238.0, 4247.0, 4218.0, 4262.0, 4259.0, 4218.0, 4249.0, 4260.0, 4217.0, 4250.0, 4259.0, 4219.0, 4251.0, 4245.0, 4218.0, 4250.0, 4259.0, 4228.0, 4261.0, 4208.0, 4250.0, 4260.0, 4230.0, 4260.0, 4245.0, 4264.0, 4245.0, 4265.0, 4224.0, 4263.0, 4275.0, 4234.0, 4266.0, 4253.0, 4262.0, 4233.0, 4286.0, 4288.0, 4246.0, 4228.0, 4248.0, 4258.0, 4205.0, 4235.0, 4256.0, 4192.0, 4235.0, 4242.0, 4203.0, 4223.0, 4203.0, 4225.0, 4244.0, 4192.0, 4222.0, 4244.0, 4202.0, 4225.0, 4234.0, 4213.0, 4248.0, 4218.0, 4250.0, 4240.0, 4251.0, 4272.0, 4244.0, 4272.0, 4244.0, 4263.0, 4223.0, 4251.0, 4273.0, 4259.0, 4239.0, 4262.0, 4246.0, 4216.0, 4247.0, 4256.0, 4202.0, 4234.0, 4241.0, 4203.0, 4246.0, 4218.0, 4249.0, 4256.0, 4218.0, 4249.0, 4248.0, 4227.0, 4238.0, 4246.0, 4218.0, 4263.0, 4258.0, 4220.0, 4261.0, 4215.0, 4250.0, 4250.0, 4242.0, 4274.0, 4243.0, 4265.0, 4274.0, 4252.0, 4251.0, 4273.0, 4236.0, 4227.0, 4247.0, 4254.0, 4216.0, 4247.0, 4244.0, 4216.0, 4245.0, 4192.0, 4238.0, 4246.0, 4217.0, 4248.0, 4247.0, 4212.0, 4236.0, 4206.0, 4234.0, 4247.0, 4205.0, 4237.0, 4226.0, 4239.0, 4258.0, 4230.0, 4260.0, 4227.0, 4262.0, 4206.0, 4264.0, 4242.0, 4243.0, 4272.0, 4232.0, 4260.0, 4271.0, 4238.0, 4235.0, 4258.0, 4214.0, 4233.0, 4233.0, 4192.0, 4222.0, 4232.0, 4213.0, 4234.0, 4233.0, 4203.0, 4243.0, 4206.0, 4250.0, 4257.0, 4217.0, 4263.0, 4246.0, 4227.0, 4271.0, 4232.0, 4275.0, 4271.0, 4243.0, 4274.0, 4244.0, 4289.0, 4246.0, 4277.0, 4223.0, 4266.0, 4275.0, 4245.0, 4277.0, 4285.0, 4261.0, 4262.0, 4269.0, 4234.0, 4237.0, 4257.0, 4203.0, 4235.0, 4256.0, 4203.0, 4236.0, 4223.0, 4206.0, 4247.0, 4204.0, 4249.0, 4259.0, 4230.0, 4258.0, 4210.0, 4250.0, 4261.0, 4231.0, 4264.0, 4250.0, 4242.0, 4249.0, 4231.0, 4273.0, 4258.0, 4240.0, 4273.0, 4258.0, 4228.0, 4259.0, 4197.0, 4249.0, 4258.0, 4216.0, 4237.0, 4256.0, 4216.0, 4237.0, 4266.0, 4205.0, 4234.0, 4254.0, 4216.0, 4232.0, 4225.0, 4227.0, 4256.0, 4205.0, 4248.0, 4243.0, 4212.0, 4237.0, 4256.0, 4206.0, 4246.0, 4245.0, 4205.0, 4236.0, 4231.0, 4204.0, 4233.0, 4201.0, 4250.0, 4257.0, 4220.0, 4249.0, 4227.0, 4229.0, 4259.0, 4220.0, 4259.0, 4233.0, 4260.0, 4221.0, 4252.0, 4252.0, 4243.0, 4272.0, 4222.0, 4252.0, 4270.0, 4258.0, 4228.0, 4258.0, 4256.0, 4205.0, 4246.0, 4209.0, 4215.0, 4255.0, 4214.0, 4226.0, 4257.0, 4216.0, 4235.0, 4257.0, 4209.0, 4261.0, 4256.0, 4217.0, 4262.0, 4239.0, 4254.0, 4252.0, 4244.0, 4285.0, 4246.0, 4286.0, 4235.0, 4278.0, 4275.0, 4256.0, 4285.0, 4240.0, 4264.0, 4272.0, 4242.0, 4269.0, 4250.0, 4272.0, 4273.0, 4245.0, 4225.0, 4246.0, 4253.0, 4201.0, 4234.0, 4209.0, 4201.0, 4231.0, 4187.0, 4223.0, 4240.0, 4203.0, 4233.0, 4224.0, 4226.0, 4253.0, 4204.0, 4237.0, 4255.0, 4215.0, 4237.0, 4256.0, 4217.0, 4258.0, 4256.0, 4218.0, 4260.0, 4259.0, 4218.0, 4258.0, 4215.0, 4250.0, 4258.0, 4217.0, 4260.0, 4258.0, 4228.0, 4261.0, 4268.0, 4228.0, 4249.0, 4227.0, 4230.0, 4260.0, 4219.0, 4250.0, 4260.0, 4230.0, 4249.0, 4217.0, 4241.0, 4270.0, 4231.0, 4262.0, 4234.0, 4271.0, 4223.0, 4265.0, 4252.0, 4255.0, 4283.0, 4245.0, 4263.0, 4253.0, 4264.0, 4284.0, 4244.0, 4271.0, 4229.0, 4250.0, 4269.0, 4230.0, 4264.0, 4282.0, 4224.0, 4247.0, 4267.0, 4216.0, 4235.0, 4217.0, 4236.0, 4216.0, 4229.0, 4243.0, 4274.0, 4258.0, 4219.0, 4263.0, 4248.0, 4230.0, 4259.0, 4216.0, 4250.0, 4249.0, 4230.0, 4222.0, 4274.0, 4273.0, 4217.0, 4272.0, 4259.0, 4238.0, 4260.0, 4271.0, 4228.0, 4250.0, 4227.0, 4227.0, 4258.0, 4235.0, 4237.0, 4258.0, 4216.0, 4247.0, 4246.0, 4215.0, 4245.0, 4215.0, 4225.0, 4256.0, 4214.0, 4248.0, 4268.0, 4217.0, 4245.0, 4205.0, 4227.0, 4207.0, 4237.0, 4259.0, 4230.0, 4260.0, 4230.0, 4261.0, 4231.0, 4263.0, 4260.0, 4231.0, 4261.0, 4271.0, 4247.0, 4236.0, 4254.0, 4211.0, 4224.0, 4230.0, 4191.0, 4233.0, 4232.0, 4210.0, 4223.0, 4216.0, 4259.0, 4205.0, 4227.0, 4259.0, 4238.0, 4229.0, 4249.0, 4244.0, 4273.0, 4232.0, 4272.0, 4256.0, 4301.0, 4296.0, 4245.0, 4272.0, 4241.0, 4253.0, 4270.0, 4245.0, 4274.0, 4247.0, 4246.0, 4270.0, 4268.0, 4268.0, 4236.0, 4279.0, 4289.0, 4263.0, 4242.0, 4222.0, 4242.0, 4261.0, 4232.0, 4264.0, 4231.0, 4252.0, 4233.0, 4263.0, 4261.0, 4215.0, 4260.0, 4248.0, 4217.0, 4257.0, 4229.0, 4247.0, 4209.0, 4250.0, 4223.0, 4266.0, 4276.0, 4231.0, 4252.0, 4260.0, 4220.0, 4259.0, 4262.0, 4231.0, 4261.0, 4256.0, 4219.0, 4248.0, 4208.0, 4248.0, 4210.0, 4251.0, 4240.0, 4255.0, 4273.0, 4240.0, 4274.0, 4235.0, 4262.0, 4217.0, 4251.0, 4249.0, 4263.0, 4284.0, 4251.0, 4258.0, 4229.0, 4259.0, 4260.0, 4238.0, 4262.0, 4258.0, 4223.0, 4232.0, 4205.0, 4246.0, 4208.0, 4260.0, 4248.0, 4193.0, 4237.0, 4243.0, 4215.0, 4245.0, 4203.0, 4236.0, 4213.0, 4237.0, 4243.0, 4239.0, 4210.0, 4272.0, 4256.0, 4209.0, 4254.0, 4229.0, 4263.0, 4209.0, 4262.0, 4271.0, 4257.0, 4227.0, 4258.0, 4255.0, 4215.0, 4243.0, 4254.0, 4203.0, 4244.0, 4244.0, 4202.0, 4235.0, 4232.0, 4212.0, 4244.0, 4223.0, 4205.0, 4245.0, 4213.0, 4228.0, 4257.0, 4216.0, 4246.0, 4257.0, 4218.0, 4269.0, 4248.0, 4230.0, 4268.0, 4241.0, 4251.0, 4267.0, 4232.0, 4270.0, 4232.0, 4272.0, 4253.0, 4287.0, 4234.0, 4266.0, 4275.0, 4245.0, 4272.0, 4244.0, 4263.0, 4261.0, 4287.0, 4273.0, 4239.0, 4259.0, 4260.0, 4246.0, 4233.0, 4255.0, 4204.0, 4242.0, 4241.0, 4202.0, 4233.0, 4212.0, 4216.0, 4224.0, 4230.0, 4272.0, 4257.0, 4217.0, 4247.0, 4238.0, 4249.0, 4242.0, 4271.0, 4271.0, 4235.0, 4258.0, 4259.0, 4224.0, 4238.0, 4258.0, 4245.0, 4203.0, 4256.0, 4253.0, 4212.0, 4243.0, 4254.0, 4203.0, 4243.0, 4199.0, 4204.0, 4256.0, 4221.0, 4205.0, 4256.0, 4231.0, 4260.0, 4220.0, 4273.0, 4221.0, 4274.0, 4254.0, 4242.0, 4284.0, 4234.0, 4274.0, 4260.0, 4250.0, 4260.0, 4250.0, 4259.0, 4206.0, 4250.0, 4257.0, 4219.0, 4261.0, 4268.0, 4207.0, 4216.0, 4263.0, 4261.0, 4268.0, 4217.0, 4255.0, 4245.0, 4213.0, 4235.0, 4244.0, 4202.0, 4234.0, 4244.0, 4204.0, 4247.0, 4243.0, 4216.0, 4233.0, 4225.0, 4227.0, 4267.0, 4228.0, 4252.0, 4271.0, 4241.0, 4273.0, 4271.0, 4243.0, 4285.0, 4273.0, 4237.0, 4273.0, 4273.0, 4241.0, 4273.0, 4259.0, 4230.0, 4271.0, 4269.0, 4239.0, 4259.0, 4207.0, 4250.0, 4271.0, 4228.0, 4250.0, 4270.0, 4248.0, 4250.0, 4268.0, 4218.0, 4255.0, 4257.0, 4216.0, 4257.0, 4253.0, 4217.0, 4259.0, 4214.0, 4247.0, 4257.0, 4225.0, 4247.0, 4256.0, 4227.0, 4259.0, 4265.0, 4216.0, 4258.0, 4256.0, 4211.0, 4246.0, 4234.0, 4214.0, 4255.0, 4205.0, 4237.0, 4227.0, 4239.0, 4221.0, 4284.0, 4273.0, 4216.0, 4262.0, 4271.0, 4237.0, 4239.0, 4218.0, 4261.0, 4272.0, 4267.0, 4235.0, 4258.0, 4235.0, 4238.0, 4256.0, 4218.0, 4269.0, 4229.0, 4268.0, 4220.0, 4273.0, 4243.0, 4273.0, 4271.0, 4239.0, 4258.0, 4258.0, 4223.0, 4236.0, 4222.0, 4216.0, 4256.0, 4254.0, 4203.0, 4234.0, 4242.0, 4212.0, 4233.0, 4231.0, 4202.0, 4244.0, 4232.0, 4214.0, 4252.0, 4204.0, 4236.0, 4245.0, 4217.0, 4260.0, 4257.0, 4216.0, 4258.0, 4228.0, 4250.0, 4217.0, 4239.0, 4271.0, 4231.0, 4272.0, 4230.0, 4272.0, 4222.0, 4261.0], 'WindowWidth': [9515.0, 9511.0, 9416.0, 9458.0, 9462.0, 9424.0, 9462.0, 9420.0, 9454.0, 9468.0, 9390.0, 9397.0, 9425.0, 9372.0, 9350.0, 9382.0, 9331.0, 9364.0, 9377.0, 9330.0, 9365.0, 9394.0, 9334.0, 9365.0, 9392.0, 9325.0, 9399.0, 9396.0, 9352.0, 9406.0, 9416.0, 9376.0, 9421.0, 9407.0, 9382.0, 9426.0, 9373.0, 9417.0, 9449.0, 9380.0, 9410.0, 9426.0, 9360.0, 9425.0, 9428.0, 9370.0, 9408.0, 9435.0, 9367.0, 9424.0, 9422.0, 9377.0, 9427.0, 9437.0, 9362.0, 9423.0, 9394.0, 9397.0, 9428.0, 9435.0, 9362.0, 9413.0, 9378.0, 9412.0, 9435.0, 9362.0, 9405.0, 9420.0, 9350.0, 9401.0, 9383.0, 9397.0, 9435.0, 9387.0, 9428.0, 9386.0, 9437.0, 9434.0, 9437.0, 9465.0, 9407.0, 9453.0, 9467.0, 9394.0, 9406.0, 9446.0, 9379.0, 9365.0, 9400.0, 9335.0, 9366.0, 9374.0, 9331.0, 9364.0, 9379.0, 9357.0, 9402.0, 9360.0, 9407.0, 9389.0, 9402.0, 9448.0, 9405.0, 9377.0, 9457.0, 9468.0, 9391.0, 9414.0, 9437.0, 9433.0, 9356.0, 9420.0, 9413.0, 9353.0, 9399.0, 9391.0, 9347.0, 9380.0, 9356.0, 9421.0, 9383.0, 9371.0, 9395.0, 9378.0, 9422.0, 9383.0, 9448.0, 9442.0, 9375.0, 9428.0, 9390.0, 9402.0, 9369.0, 9433.0, 9440.0, 9379.0, 9422.0, 9371.0, 9425.0, 9390.0, 9437.0, 9449.0, 9404.0, 9391.0, 9421.0, 9364.0, 9380.0, 9395.0, 9334.0, 9378.0, 9393.0, 9348.0, 9379.0, 9358.0, 9399.0, 9348.0, 9403.0, 9368.0, 9455.0, 9387.0, 9419.0, 9408.0, 9438.0, 9448.0, 9406.0, 9447.0, 9415.0, 9439.0, 9390.0, 9456.0, 9479.0, 9400.0, 9389.0, 9425.0, 9378.0, 9367.0, 9397.0, 9329.0, 9362.0, 9371.0, 9338.0, 9368.0, 9396.0, 9329.0, 9377.0, 9376.0, 9358.0, 9400.0, 9403.0, 9339.0, 9394.0, 9364.0, 9400.0, 9394.0, 9401.0, 9425.0, 9407.0, 9448.0, 9409.0, 9455.0, 9467.0, 9381.0, 9425.0, 9438.0, 9386.0, 9385.0, 9361.0, 9407.0, 9440.0, 9358.0, 9387.0, 9415.0, 9384.0, 9380.0, 9329.0, 9393.0, 9401.0, 9380.0, 9404.0, 9394.0, 9409.0, 9387.0, 9413.0, 9448.0, 9384.0, 9386.0, 9422.0, 9365.0, 9366.0, 9396.0, 9318.0, 9362.0, 9373.0, 9355.0, 9389.0, 9399.0, 9362.0, 9430.0, 9418.0, 9363.0, 9407.0, 9419.0, 9361.0, 9407.0, 9419.0, 9365.0, 9409.0, 9395.0, 9362.0, 9409.0, 9420.0, 9379.0, 9425.0, 9350.0, 9409.0, 9422.0, 9383.0, 9424.0, 9408.0, 9434.0, 9409.0, 9437.0, 9382.0, 9434.0, 9450.0, 9394.0, 9439.0, 9417.0, 9428.0, 9391.0, 9469.0, 9483.0, 9398.0, 9374.0, 9404.0, 9413.0, 9336.0, 9378.0, 9413.0, 9316.0, 9376.0, 9384.0, 9331.0, 9358.0, 9332.0, 9365.0, 9390.0, 9319.0, 9360.0, 9392.0, 9330.0, 9366.0, 9377.0, 9352.0, 9406.0, 9365.0, 9407.0, 9394.0, 9413.0, 9443.0, 9406.0, 9444.0, 9406.0, 9431.0, 9375.0, 9413.0, 9453.0, 9419.0, 9390.0, 9427.0, 9395.0, 9353.0, 9398.0, 9409.0, 9330.0, 9377.0, 9383.0, 9333.0, 9395.0, 9361.0, 9404.0, 9413.0, 9362.0, 9406.0, 9400.0, 9369.0, 9388.0, 9399.0, 9362.0, 9430.0, 9415.0, 9366.0, 9424.0, 9357.0, 9410.0, 9408.0, 9403.0, 9447.0, 9407.0, 9436.0, 9454.0, 9410.0, 9410.0, 9446.0, 9383.0, 9373.0, 9402.0, 9406.0, 9354.0, 9400.0, 9388.0, 9353.0, 9392.0, 9319.0, 9385.0, 9399.0, 9359.0, 9400.0, 9398.0, 9346.0, 9381.0, 9342.0, 9380.0, 9399.0, 9339.0, 9384.0, 9368.0, 9390.0, 9417.0, 9382.0, 9421.0, 9379.0, 9428.0, 9349.0, 9430.0, 9398.0, 9401.0, 9442.0, 9385.0, 9424.0, 9447.0, 9386.0, 9381.0, 9419.0, 9348.0, 9375.0, 9375.0, 9315.0, 9356.0, 9370.0, 9345.0, 9375.0, 9373.0, 9336.0, 9391.0, 9346.0, 9407.0, 9415.0, 9363.0, 9428.0, 9401.0, 9377.0, 9439.0, 9392.0, 9450.0, 9442.0, 9405.0, 9448.0, 9410.0, 9474.0, 9414.0, 9456.0, 9379.0, 9440.0, 9456.0, 9411.0, 9458.0, 9475.0, 9427.0, 9426.0, 9439.0, 9379.0, 9384.0, 9414.0, 9335.0, 9380.0, 9411.0, 9335.0, 9381.0, 9361.0, 9342.0, 9398.0, 9340.0, 9406.0, 9420.0, 9380.0, 9418.0, 9355.0, 9410.0, 9424.0, 9383.0, 9431.0, 9407.0, 9397.0, 9407.0, 9385.0, 9444.0, 9418.0, 9394.0, 9446.0, 9418.0, 9374.0, 9417.0, 9332.0, 9403.0, 9418.0, 9358.0, 9385.0, 9413.0, 9355.0, 9385.0, 9426.0, 9340.0, 9379.0, 9407.0, 9353.0, 9375.0, 9364.0, 9375.0, 9412.0, 9343.0, 9401.0, 9390.0, 9347.0, 9385.0, 9410.0, 9341.0, 9395.0, 9394.0, 9339.0, 9381.0, 9370.0, 9334.0, 9375.0, 9333.0, 9405.0, 9415.0, 9369.0, 9404.0, 9371.0, 9376.0, 9420.0, 9369.0, 9421.0, 9391.0, 9426.0, 9374.0, 9416.0, 9413.0, 9402.0, 9445.0, 9373.0, 9412.0, 9444.0, 9416.0, 9374.0, 9418.0, 9412.0, 9338.0, 9395.0, 9339.0, 9353.0, 9409.0, 9349.0, 9370.0, 9413.0, 9356.0, 9383.0, 9414.0, 9353.0, 9425.0, 9415.0, 9363.0, 9428.0, 9394.0, 9420.0, 9418.0, 9410.0, 9468.0, 9416.0, 9469.0, 9398.0, 9458.0, 9452.0, 9425.0, 9468.0, 9398.0, 9434.0, 9445.0, 9401.0, 9442.0, 9409.0, 9443.0, 9455.0, 9393.0, 9366.0, 9399.0, 9401.0, 9329.0, 9376.0, 9335.0, 9327.0, 9368.0, 9306.0, 9359.0, 9381.0, 9333.0, 9375.0, 9362.0, 9371.0, 9406.0, 9339.0, 9387.0, 9410.0, 9352.0, 9386.0, 9411.0, 9361.0, 9419.0, 9414.0, 9363.0, 9424.0, 9419.0, 9364.0, 9418.0, 9355.0, 9407.0, 9418.0, 9361.0, 9423.0, 9419.0, 9378.0, 9425.0, 9433.0, 9376.0, 9406.0, 9373.0, 9381.0, 9422.0, 9365.0, 9409.0, 9424.0, 9379.0, 9405.0, 9362.0, 9399.0, 9436.0, 9387.0, 9427.0, 9393.0, 9444.0, 9377.0, 9436.0, 9417.0, 9422.0, 9462.0, 9410.0, 9434.0, 9415.0, 9431.0, 9461.0, 9408.0, 9444.0, 9379.0, 9408.0, 9436.0, 9381.0, 9437.0, 9460.0, 9367.0, 9399.0, 9429.0, 9358.0, 9379.0, 9358.0, 9383.0, 9361.0, 9384.0, 9405.0, 9447.0, 9421.0, 9365.0, 9430.0, 9402.0, 9380.0, 9420.0, 9361.0, 9409.0, 9405.0, 9383.0, 9374.0, 9448.0, 9447.0, 9365.0, 9441.0, 9423.0, 9390.0, 9423.0, 9438.0, 9377.0, 9407.0, 9371.0, 9372.0, 9417.0, 9378.0, 9387.0, 9416.0, 9357.0, 9399.0, 9397.0, 9354.0, 9396.0, 9351.0, 9368.0, 9411.0, 9352.0, 9402.0, 9430.0, 9361.0, 9396.0, 9339.0, 9371.0, 9345.0, 9389.0, 9419.0, 9381.0, 9422.0, 9383.0, 9424.0, 9384.0, 9428.0, 9421.0, 9382.0, 9426.0, 9444.0, 9397.0, 9382.0, 9410.0, 9341.0, 9361.0, 9365.0, 9314.0, 9372.0, 9369.0, 9340.0, 9363.0, 9359.0, 9418.0, 9341.0, 9375.0, 9422.0, 9388.0, 9377.0, 9406.0, 9407.0, 9445.0, 9390.0, 9442.0, 9428.0, 9498.0, 9489.0, 9409.0, 9444.0, 9398.0, 9418.0, 9442.0, 9408.0, 9448.0, 9417.0, 9410.0, 9451.0, 9445.0, 9444.0, 9399.0, 9460.0, 9484.0, 9428.0, 9396.0, 9371.0, 9399.0, 9423.0, 9385.0, 9429.0, 9383.0, 9411.0, 9386.0, 9429.0, 9422.0, 9355.0, 9419.0, 9402.0, 9356.0, 9413.0, 9376.0, 9402.0, 9352.0, 9407.0, 9375.0, 9436.0, 9454.0, 9381.0, 9410.0, 9421.0, 9367.0, 9420.0, 9425.0, 9381.0, 9423.0, 9412.0, 9362.0, 9400.0, 9346.0, 9402.0, 9352.0, 9408.0, 9393.0, 9419.0, 9444.0, 9397.0, 9448.0, 9394.0, 9428.0, 9362.0, 9409.0, 9402.0, 9429.0, 9459.0, 9413.0, 9418.0, 9378.0, 9418.0, 9425.0, 9387.0, 9426.0, 9416.0, 9358.0, 9370.0, 9337.0, 9393.0, 9348.0, 9420.0, 9402.0, 9321.0, 9383.0, 9387.0, 9352.0, 9393.0, 9339.0, 9382.0, 9350.0, 9385.0, 9392.0, 9394.0, 9355.0, 9442.0, 9417.0, 9351.0, 9408.0, 9378.0, 9428.0, 9354.0, 9427.0, 9444.0, 9413.0, 9371.0, 9417.0, 9412.0, 9350.0, 9390.0, 9408.0, 9334.0, 9391.0, 9393.0, 9332.0, 9378.0, 9372.0, 9344.0, 9390.0, 9362.0, 9339.0, 9393.0, 9348.0, 9376.0, 9417.0, 9356.0, 9398.0, 9414.0, 9365.0, 9434.0, 9403.0, 9382.0, 9434.0, 9397.0, 9412.0, 9432.0, 9388.0, 9439.0, 9388.0, 9441.0, 9423.0, 9470.0, 9391.0, 9437.0, 9450.0, 9410.0, 9443.0, 9406.0, 9429.0, 9428.0, 9476.0, 9450.0, 9390.0, 9420.0, 9426.0, 9395.0, 9377.0, 9408.0, 9336.0, 9387.0, 9384.0, 9330.0, 9373.0, 9344.0, 9356.0, 9368.0, 9383.0, 9441.0, 9413.0, 9360.0, 9400.0, 9391.0, 9406.0, 9402.0, 9441.0, 9444.0, 9384.0, 9419.0, 9422.0, 9364.0, 9386.0, 9416.0, 9391.0, 9336.0, 9409.0, 9403.0, 9345.0, 9390.0, 9406.0, 9333.0, 9389.0, 9326.0, 9338.0, 9410.0, 9356.0, 9342.0, 9411.0, 9386.0, 9423.0, 9371.0, 9445.0, 9375.0, 9449.0, 9420.0, 9406.0, 9462.0, 9395.0, 9449.0, 9425.0, 9411.0, 9427.0, 9408.0, 9420.0, 9347.0, 9410.0, 9418.0, 9367.0, 9423.0, 9433.0, 9346.0, 9360.0, 9430.0, 9429.0, 9434.0, 9361.0, 9409.0, 9397.0, 9347.0, 9380.0, 9391.0, 9331.0, 9379.0, 9390.0, 9340.0, 9400.0, 9391.0, 9358.0, 9381.0, 9369.0, 9380.0, 9433.0, 9380.0, 9417.0, 9442.0, 9400.0, 9447.0, 9444.0, 9408.0, 9467.0, 9448.0, 9394.0, 9448.0, 9447.0, 9398.0, 9444.0, 9425.0, 9384.0, 9442.0, 9438.0, 9394.0, 9423.0, 9349.0, 9411.0, 9442.0, 9377.0, 9410.0, 9441.0, 9407.0, 9409.0, 9435.0, 9364.0, 9414.0, 9419.0, 9360.0, 9418.0, 9407.0, 9361.0, 9422.0, 9355.0, 9401.0, 9417.0, 9370.0, 9403.0, 9416.0, 9375.0, 9420.0, 9424.0, 9360.0, 9418.0, 9414.0, 9348.0, 9399.0, 9379.0, 9356.0, 9412.0, 9342.0, 9387.0, 9376.0, 9397.0, 9375.0, 9464.0, 9450.0, 9365.0, 9430.0, 9442.0, 9387.0, 9393.0, 9367.0, 9429.0, 9445.0, 9430.0, 9388.0, 9421.0, 9384.0, 9391.0, 9417.0, 9366.0, 9434.0, 9385.0, 9435.0, 9373.0, 9447.0, 9407.0, 9451.0, 9448.0, 9395.0, 9419.0, 9423.0, 9364.0, 9382.0, 9363.0, 9358.0, 9414.0, 9412.0, 9336.0, 9379.0, 9387.0, 9347.0, 9376.0, 9371.0, 9334.0, 9393.0, 9375.0, 9355.0, 9404.0, 9342.0, 9386.0, 9398.0, 9364.0, 9424.0, 9415.0, 9360.0, 9420.0, 9378.0, 9410.0, 9365.0, 9399.0, 9443.0, 9389.0, 9443.0, 9385.0, 9447.0, 9375.0, 9428.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.008182558356676006</td></tr>
<tr><td colspan=3>aqi</td><td>0.060934192530345474</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.68008860655142</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2201341899439238</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9815328993831784</td></tr>
<tr><td colspan=3>efc</td><td>0.5086</td></tr>
<tr><td colspan=3>fber</td><td>5409.3584</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08426298445751745</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.081232492997199</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.50573839878903</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3567768529009703</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6816235724287485</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4788147710373707</td></tr>
<tr><td colspan=3>gcor</td><td>0.010021</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018081190064549446</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045225825160741806</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</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.668393770983631</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>17.6546</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.6013</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.0803</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292795.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1004.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.5605</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8074</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>439.7859</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3447.179</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>768.1397</td></tr>
<tr><td colspan=3>tsnr</td><td>30.76367632043548</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>