ds005256-mriqc/sub-0041_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter 8eeb8c85d6 [DATALAD RUNCMD] Compute MRIQC for sub-0041
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0041 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0041",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:04:36 +02:00

616 lines
No EOL
143 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0041_ses-02_task-narratives_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0041_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0041_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-02/func/sub-0041_ses-02_task-narratives_acq-mb8_run-03_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>6f8ba88e6c870821754946f47947ac39</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:27:43.197500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997974, -0.0601957, 0.0206163, 0.0580671, 0.994092, 0.0917015]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_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.0947233</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7784, -7251, 509, -67, -241, -36, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aa2f5d4f-9cc1-480f-82c3-886677e73cdf||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677490472793579, 0.15578989684581757, 0.07023927569389343, 105.69416046142578], [0.16150055825710297, 2.667076349258423, 0.2438601404428482, -103.3736801147461], [0.05531206354498863, -0.24602846801280975, 2.688047409057617, -54.154659271240234], [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, 1298]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'AcquisitionTime': ['172743.197500', '172743.657500', '172744.117500', '172744.577500', '172745.037500', '172745.497500', '172745.957500', '172746.417500', '172746.877500', '172747.337500', '172747.797500', '172748.257500', '172748.717500', '172749.177500', '172749.637500', '172750.097500', '172750.557500', '172751.017500', '172751.477500', '172751.937500', '172752.397500', '172752.857500', '172753.317500', '172753.777500', '172754.237500', '172754.697500', '172755.157500', '172755.617500', '172756.077500', '172756.537500', '172756.997500', '172757.457500', '172757.917500', '172758.377500', '172758.837500', '172759.297500', '172759.757500', '172800.217500', '172800.677500', '172801.137500', '172801.597500', '172802.057500', '172802.517500', '172802.977500', '172803.437500', '172803.897500', '172804.357500', '172804.817500', '172805.277500', '172805.737500', '172806.197500', '172806.657500', '172807.117500', '172807.577500', '172808.037500', '172808.497500', '172808.957500', '172809.417500', '172809.877500', '172810.337500', '172810.797500', '172811.257500', '172811.717500', '172812.177500', '172812.637500', '172813.097500', '172813.557500', '172814.017500', '172814.477500', '172814.937500', '172815.397500', '172815.857500', '172816.317500', '172816.777500', '172817.237500', '172817.697500', '172818.157500', '172818.617500', '172819.077500', '172819.537500', '172819.997500', '172820.457500', '172820.917500', '172821.377500', '172821.837500', '172822.297500', '172822.757500', '172823.217500', '172823.677500', '172824.137500', '172824.597500', '172825.057500', '172825.517500', '172825.977500', '172826.437500', '172826.897500', '172827.357500', '172827.817500', '172828.277500', '172828.737500', '172829.197500', '172829.657500', '172830.117500', '172830.577500', '172831.037500', '172831.497500', '172831.957500', '172832.417500', '172832.877500', '172833.337500', '172833.797500', '172834.257500', '172834.717500', '172835.177500', '172835.637500', '172836.097500', '172836.557500', '172837.017500', '172837.477500', '172837.937500', '172838.397500', '172838.857500', '172839.317500', '172839.777500', '172840.237500', '172840.697500', '172841.157500', '172841.617500', '172842.077500', '172842.537500', '172842.997500', '172843.457500', '172843.917500', '172844.377500', '172844.837500', '172845.297500', '172845.757500', '172846.217500', '172846.677500', '172847.137500', '172847.597500', '172848.057500', '172848.517500', '172848.977500', '172849.437500', '172849.897500', '172850.357500', '172850.817500', '172851.277500', '172851.737500', '172852.197500', '172852.657500', '172853.117500', '172853.577500', '172854.037500', '172854.497500', '172854.957500', '172855.417500', '172855.877500', '172856.337500', '172856.797500', '172857.257500', '172857.717500', '172858.177500', '172858.637500', '172859.097500', '172859.557500', '172900.017500', '172900.477500', '172900.937500', '172901.397500', '172901.857500', '172902.317500', '172902.777500', '172903.237500', '172903.697500', '172904.157500', '172904.617500', '172905.077500', '172905.537500', '172905.997500', '172906.457500', '172906.917500', '172907.377500', '172907.837500', '172908.297500', '172908.757500', '172909.217500', '172909.677500', '172910.137500', '172910.597500', '172911.057500', '172911.517500', '172911.977500', '172912.437500', '172912.897500', '172913.357500', '172913.817500', '172914.277500', '172914.737500', '172915.197500', '172915.657500', '172916.117500', '172916.577500', '172917.037500', '172917.497500', '172917.957500', '172918.417500', '172918.877500', '172919.337500', '172919.797500', '172920.257500', '172920.717500', '172921.177500', '172921.637500', '172922.097500', '172922.557500', '172923.017500', '172923.477500', '172923.937500', '172924.397500', '172924.857500', '172925.317500', '172925.777500', '172926.237500', '172926.697500', '172927.157500', '172927.617500', '172928.077500', '172928.537500', '172928.997500', '172929.457500', '172929.917500', '172930.377500', '172930.837500', '172931.297500', '172931.757500', '172932.217500', '172932.677500', '172933.137500', '172933.597500', '172934.057500', '172934.517500', '172934.977500', '172935.437500', '172935.897500', '172936.357500', '172936.817500', '172937.277500', '172937.737500', '172938.197500', '172938.657500', '172939.117500', '172939.577500', '172940.037500', '172940.497500', '172940.957500', '172941.417500', '172941.877500', '172942.337500', '172942.797500', '172943.257500', '172943.717500', '172944.177500', '172944.637500', '172945.097500', '172945.557500', '172946.017500', '172946.477500', '172946.937500', '172947.397500', '172947.857500', '172948.317500', '172948.777500', '172949.237500', '172949.697500', '172950.157500', '172950.617500', '172951.077500', '172951.537500', '172951.997500', '172952.457500', '172952.917500', '172953.377500', '172953.837500', '172954.297500', '172954.757500', '172955.217500', '172955.677500', '172956.137500', '172956.597500', '172957.057500', '172957.517500', '172957.977500', '172958.437500', '172958.897500', '172959.357500', '172959.817500', '173000.277500', '173000.737500', '173001.197500', '173001.657500', '173002.117500', '173002.577500', '173003.037500', '173003.497500', '173003.957500', '173004.417500', '173004.877500', '173005.337500', '173005.797500', '173006.257500', '173006.717500', '173007.177500', '173007.637500', '173008.097500', '173008.557500', '173009.017500', '173009.477500', '173009.937500', '173010.397500', '173010.857500', '173011.317500', '173011.777500', '173012.237500', '173012.697500', '173013.157500', '173013.617500', '173014.077500', '173014.537500', '173014.997500', '173015.457500', '173015.917500', '173016.377500', '173016.837500', '173017.297500', '173017.757500', '173018.217500', '173018.677500', '173019.137500', '173019.597500', '173020.057500', '173020.517500', '173020.977500', '173021.437500', '173021.897500', '173022.357500', '173022.817500', '173023.277500', '173023.737500', '173024.197500', '173024.657500', '173025.117500', '173025.577500', '173026.037500', '173026.497500', '173026.957500', '173027.417500', '173027.877500', '173028.337500', '173028.797500', '173029.257500', '173029.717500', '173030.177500', '173030.637500', '173031.097500', '173031.557500', '173032.017500', '173032.477500', '173032.937500', '173033.397500', '173033.857500', '173034.317500', '173034.777500', '173035.237500', '173035.697500', '173036.157500', '173036.617500', '173037.077500', '173037.537500', '173037.997500', '173038.457500', '173038.917500', '173039.377500', '173039.837500', '173040.297500', '173040.757500', '173041.217500', '173041.677500', '173042.137500', '173042.597500', '173043.057500', '173043.517500', '173043.977500', '173044.437500', '173044.897500', '173045.357500', '173045.817500', '173046.277500', '173046.737500', '173047.197500', '173047.657500', '173048.117500', '173048.577500', '173049.037500', '173049.497500', '173049.957500', '173050.417500', '173050.877500', '173051.337500', '173051.797500', '173052.257500', '173052.717500', '173053.177500', '173053.637500', '173054.097500', '173054.557500', '173055.017500', '173055.477500', '173055.937500', '173056.397500', '173056.857500', '173057.317500', '173057.777500', '173058.237500', '173058.697500', '173059.157500', '173059.617500', '173100.077500', '173100.537500', '173100.997500', '173101.457500', '173101.917500', '173102.377500', '173102.837500', '173103.297500', '173103.757500', '173104.217500', '173104.677500', '173105.137500', '173105.597500', '173106.057500', '173106.517500', '173106.977500', '173107.437500', '173107.897500', '173108.357500', '173108.817500', '173109.277500', '173109.737500', '173110.197500', '173110.657500', '173111.117500', '173111.577500', '173112.037500', '173112.497500', '173112.957500', '173113.417500', '173113.877500', '173114.337500', '173114.797500', '173115.257500', '173115.717500', '173116.177500', '173116.637500', '173117.097500', '173117.557500', '173118.017500', '173118.477500', '173118.937500', '173119.397500', '173119.857500', '173120.317500', '173120.777500', '173121.237500', '173121.697500', '173122.157500', '173122.617500', '173123.077500', '173123.537500', '173123.997500', '173124.457500', '173124.917500', '173125.377500', '173125.837500', '173126.297500', '173126.757500', '173127.217500', '173127.677500', '173128.137500', '173128.597500', '173129.057500', '173129.517500', '173129.977500', '173130.437500', '173130.897500', '173131.357500', '173131.817500', '173132.277500', '173132.737500', '173133.197500', '173133.657500', '173134.117500', '173134.577500', '173135.037500', '173135.497500', '173135.957500', '173136.417500', '173136.877500', '173137.337500', '173137.797500', '173138.257500', '173138.717500', '173139.177500', '173139.637500', '173140.097500', '173140.557500', '173141.017500', '173141.477500', '173141.937500', '173142.397500', '173142.857500', '173143.317500', '173143.777500', '173144.237500', '173144.697500', '173145.157500', '173145.617500', '173146.077500', '173146.537500', '173146.997500', '173147.457500', '173147.917500', '173148.377500', '173148.837500', '173149.297500', '173149.757500', '173150.217500', '173150.677500', '173151.137500', '173151.597500', '173152.057500', '173152.517500', '173152.977500', '173153.437500', '173153.897500', '173154.357500', '173154.817500', '173155.277500', '173155.737500', '173156.197500', '173156.657500', '173157.117500', '173157.577500', '173158.037500', '173158.497500', '173158.957500', '173159.417500', '173159.877500', '173200.337500', '173200.797500', '173201.257500', '173201.717500', '173202.177500', '173202.637500', '173203.097500', '173203.557500', '173204.017500', '173204.477500', '173204.937500', '173205.397500', '173205.857500', '173206.317500', '173206.777500', '173207.237500', '173207.697500', '173208.157500', '173208.617500', '173209.077500', '173209.537500', '173209.997500', '173210.457500', '173210.917500', '173211.377500', '173211.837500', '173212.297500', '173212.757500', '173213.217500', '173213.677500', '173214.137500', '173214.597500', '173215.057500', '173215.517500', '173215.977500', '173216.437500', '173216.897500', '173217.357500', '173217.817500', '173218.277500', '173218.737500', '173219.197500', '173219.657500', '173220.117500', '173220.577500', '173221.037500', '173221.497500', '173221.957500', '173222.417500', '173222.877500', '173223.337500', '173223.797500', '173224.257500', '173224.717500', '173225.177500', '173225.637500', '173226.097500', '173226.557500', '173227.017500', '173227.477500', '173227.937500', '173228.397500', '173228.857500', '173229.317500', '173229.777500', '173230.237500', '173230.697500', '173231.157500', '173231.617500', '173232.077500', '173232.537500', '173232.997500', '173233.457500', '173233.917500', '173234.377500', '173234.837500', '173235.297500', '173235.757500', '173236.217500', '173236.677500', '173237.137500', '173237.597500', '173238.057500', '173238.517500', '173238.977500', '173239.437500', '173239.897500', '173240.357500', '173240.817500', '173241.277500', '173241.737500', '173242.197500', '173242.657500', '173243.117500', '173243.577500', '173244.037500', '173244.497500', '173244.957500', '173245.417500', '173245.877500', '173246.337500', '173246.797500', '173247.257500', '173247.717500', '173248.177500', '173248.637500', '173249.097500', '173249.557500', '173250.017500', '173250.477500', '173250.937500', '173251.397500', '173251.857500', '173252.317500', '173252.777500', '173253.237500', '173253.697500', '173254.157500', '173254.617500', '173255.077500', '173255.537500', '173255.997500', '173256.457500', '173256.917500', '173257.377500', '173257.837500', '173258.297500', '173258.757500', '173259.217500', '173259.677500', '173300.137500', '173300.597500', '173301.057500', '173301.517500', '173301.977500', '173302.437500', '173302.897500', '173303.357500', '173303.817500', '173304.277500', '173304.737500', '173305.197500', '173305.657500', '173306.117500', '173306.577500', '173307.037500', '173307.497500', '173307.957500', '173308.417500', '173308.877500', '173309.337500', '173309.797500', '173310.257500', '173310.717500', '173311.177500', '173311.637500', '173312.097500', '173312.557500', '173313.017500', '173313.477500', '173313.937500', '173314.397500', '173314.857500', '173315.317500', '173315.777500', '173316.237500', '173316.697500', '173317.157500', '173317.617500', '173318.077500', '173318.537500', '173318.997500', '173319.457500', '173319.917500', '173320.377500', '173320.837500', '173321.297500', '173321.757500', '173322.217500', '173322.677500', '173323.137500', '173323.597500', '173324.057500', '173324.517500', '173324.977500', '173325.437500', '173325.897500', '173326.357500', '173326.817500', '173327.277500', '173327.737500', '173328.197500', '173328.657500', '173329.117500', '173329.577500', '173330.037500', '173330.497500', '173330.957500', '173331.417500', '173331.877500', '173332.337500', '173332.797500', '173333.257500', '173333.717500', '173334.177500', '173334.637500', '173335.097500', '173335.557500', '173336.017500', '173336.477500', '173336.937500', '173337.397500', '173337.857500', '173338.317500', '173338.777500', '173339.237500', '173339.697500', '173340.157500', '173340.617500', '173341.077500', '173341.537500', '173341.997500', '173342.457500', '173342.917500', '173343.377500', '173343.837500', '173344.297500', '173344.757500', '173345.217500', '173345.677500', '173346.137500', '173346.597500', '173347.057500', '173347.517500', '173347.977500', '173348.437500', '173348.897500', '173349.357500', '173349.817500', '173350.277500', '173350.737500', '173351.197500', '173351.657500', '173352.117500', '173352.577500', '173353.037500', '173353.497500', '173353.957500', '173354.417500', '173354.877500', '173355.337500', '173355.797500', '173356.257500', '173356.717500', '173357.177500', '173357.637500', '173358.097500', '173358.557500', '173359.017500', '173359.477500', '173359.937500', '173400.397500', '173400.857500', '173401.317500', '173401.777500', '173402.237500', '173402.697500', '173403.157500', '173403.617500', '173404.077500', '173404.537500', '173404.997500', '173405.457500', '173405.917500', '173406.377500', '173406.837500', '173407.297500', '173407.757500', '173408.217500', '173408.677500', '173409.137500', '173409.597500', '173410.057500', '173410.517500', '173410.977500', '173411.437500', '173411.897500', '173412.357500', '173412.817500', '173413.277500', '173413.737500', '173414.197500', '173414.657500', '173415.117500', '173415.577500', '173416.037500', '173416.497500', '173416.957500', '173417.417500', '173417.877500', '173418.337500', '173418.797500', '173419.257500', '173419.717500', '173420.177500', '173420.637500', '173421.097500', '173421.557500', '173422.017500', '173422.477500', '173422.937500', '173423.397500', '173423.857500', '173424.317500', '173424.777500', '173425.237500', '173425.697500', '173426.157500', '173426.617500', '173427.077500', '173427.537500', '173427.997500', '173428.457500', '173428.917500', '173429.377500', '173429.837500', '173430.297500', '173430.757500', '173431.217500', '173431.677500', '173432.137500', '173432.597500', '173433.057500', '173433.517500', '173433.977500', '173434.437500', '173434.897500', '173435.357500', '173435.817500', '173436.277500', '173436.737500', '173437.197500', '173437.657500', '173438.117500', '173438.577500', '173439.037500', '173439.497500', '173439.957500', '173440.417500', '173440.877500', '173441.337500', '173441.797500', '173442.257500', '173442.717500', '173443.177500', '173443.637500', '173444.097500', '173444.557500', '173445.017500', '173445.477500', '173445.937500', '173446.397500', '173446.857500', '173447.317500', '173447.777500', '173448.237500', '173448.697500', '173449.157500', '173449.617500', '173450.077500', '173450.537500', '173450.997500', '173451.457500', '173451.917500', '173452.377500', '173452.837500', '173453.297500', '173453.757500', '173454.217500', '173454.677500', '173455.137500', '173455.597500', '173456.057500', '173456.517500', '173456.977500', '173457.437500', '173457.897500', '173458.357500', '173458.817500', '173459.277500', '173459.737500', '173500.197500', '173500.657500', '173501.117500', '173501.577500', '173502.037500', '173502.497500', '173502.957500', '173503.417500', '173503.877500', '173504.337500', '173504.797500', '173505.257500', '173505.717500', '173506.177500', '173506.637500', '173507.097500', '173507.557500', '173508.017500', '173508.477500', '173508.937500', '173509.397500', '173509.857500', '173510.317500', '173510.777500', '173511.237500', '173511.697500', '173512.157500', '173512.617500', '173513.077500', '173513.537500', '173513.997500', '173514.457500', '173514.917500', '173515.377500', '173515.837500', '173516.297500', '173516.757500', '173517.217500', '173517.677500', '173518.137500', '173518.597500', '173519.057500', '173519.517500', '173519.977500', '173520.437500', '173520.897500', '173521.357500', '173521.817500', '173522.277500', '173522.737500', '173523.197500', '173523.657500', '173524.117500', '173524.577500', '173525.037500', '173525.497500', '173525.957500', '173526.417500', '173526.877500', '173527.337500', '173527.797500', '173528.257500', '173528.717500', '173529.177500', '173529.637500', '173530.097500', '173530.557500', '173531.017500', '173531.477500', '173531.937500', '173532.397500', '173532.857500', '173533.317500', '173533.777500', '173534.237500', '173534.697500', '173535.157500', '173535.617500', '173536.077500', '173536.537500', '173536.997500', '173537.457500', '173537.917500', '173538.377500', '173538.837500', '173539.297500', '173539.757500', '173540.217500', '173540.677500', '173541.137500', '173541.597500', '173542.057500', '173542.517500', '173542.977500', '173543.437500', '173543.897500', '173544.357500', '173544.817500', '173545.277500', '173545.737500', '173546.197500', '173546.657500', '173547.117500', '173547.577500', '173548.037500', '173548.497500', '173548.957500', '173549.417500', '173549.877500', '173550.337500', '173550.797500', '173551.257500', '173551.717500', '173552.177500', '173552.637500', '173553.097500', '173553.557500', '173554.017500', '173554.477500', '173554.937500', '173555.397500', '173555.857500', '173556.317500', '173556.777500', '173557.237500', '173557.697500', '173558.157500', '173558.617500', '173559.077500', '173559.537500', '173559.997500', '173600.457500', '173600.917500', '173601.377500', '173601.837500', '173602.297500', '173602.757500', '173603.217500', '173603.677500', '173604.137500', '173604.597500', '173605.057500', '173605.517500', '173605.977500', '173606.437500', '173606.897500', '173607.357500', '173607.817500', '173608.277500', '173608.737500', '173609.197500', '173609.657500', '173610.117500', '173610.577500', '173611.037500', '173611.497500', '173611.957500', '173612.417500', '173612.877500', '173613.337500', '173613.797500', '173614.257500', '173614.717500', '173615.177500', '173615.637500', '173616.097500', '173616.557500', '173617.017500', '173617.477500', '173617.937500', '173618.397500', '173618.857500', '173619.317500', '173619.777500', '173620.237500', '173620.697500', '173621.157500', '173621.617500', '173622.077500', '173622.537500', '173622.997500', '173623.457500', '173623.917500', '173624.377500', '173624.837500', '173625.297500', '173625.757500', '173626.217500', '173626.677500', '173627.137500', '173627.597500', '173628.057500', '173628.517500', '173628.977500', '173629.437500', '173629.897500', '173630.357500', '173630.817500', '173631.277500', '173631.737500', '173632.197500', '173632.657500', '173633.117500', '173633.577500', '173634.037500', '173634.497500', '173634.957500', '173635.417500', '173635.877500', '173636.337500', '173636.797500', '173637.257500', '173637.717500', '173638.177500', '173638.637500', '173639.097500', '173639.557500', '173640.017500', '173640.477500', '173640.937500', '173641.397500', '173641.857500', '173642.317500', '173642.777500', '173643.237500', '173643.697500', '173644.157500', '173644.617500', '173645.077500', '173645.537500', '173645.997500', '173646.457500', '173646.917500', '173647.377500', '173647.837500', '173648.297500', '173648.757500', '173649.217500', '173649.677500', '173650.137500', '173650.597500', '173651.057500', '173651.517500', '173651.977500', '173652.437500', '173652.897500', '173653.357500', '173653.817500', '173654.277500', '173654.737500', '173655.197500', '173655.657500', '173656.117500', '173656.577500', '173657.037500', '173657.497500', '173657.957500', '173658.417500', '173658.877500', '173659.337500', '173659.797500', '173700.257500', '173700.717500', '173701.177500', '173701.637500', '173702.097500', '173702.557500', '173703.017500', '173703.477500', '173703.937500', '173704.397500', '173704.857500', '173705.317500', '173705.777500', '173706.237500', '173706.697500', '173707.157500', '173707.617500', '173708.077500', '173708.537500', '173708.997500', '173709.457500', '173709.917500', '173710.377500', '173710.837500', '173711.297500', '173711.757500', '173712.217500', '173712.677500', '173713.137500', '173713.597500', '173714.057500', '173714.517500', '173714.977500', '173715.437500', '173715.897500', '173716.357500', '173716.817500', '173717.277500', '173717.737500', '173718.197500', '173718.657500', '173719.117500', '173719.577500', '173720.037500', '173720.497500', '173720.957500', '173721.417500', '173721.877500', '173722.337500', '173722.797500', '173723.257500', '173723.717500', '173724.177500', '173724.637500', '173725.097500', '173725.557500', '173726.017500', '173726.477500', '173726.937500', '173727.397500', '173727.857500', '173728.317500', '173728.777500', '173729.237500', '173729.697500', '173730.157500', '173730.617500', '173731.077500', '173731.537500', '173731.997500', '173732.457500', '173732.917500', '173733.377500', '173733.837500', '173734.297500', '173734.757500', '173735.217500', '173735.677500', '173736.137500', '173736.597500', '173737.057500', '173737.517500', '173737.977500', '173738.437500', '173738.897500', '173739.357500', '173739.817500'], 'ContentTime': ['172801.283000', '172801.286000', '172801.290000', '172801.293000', '172801.296000', '172801.299000', '172801.302000', '172801.305000', '172801.308000', '172801.311000', '172801.314000', '172801.317000', '172801.320000', '172801.323000', '172801.326000', '172801.329000', '172801.332000', '172801.335000', '172801.338000', '172801.341000', '172801.344000', '172801.348000', '172801.351000', '172801.354000', '172801.357000', '172801.360000', '172801.363000', '172801.366000', '172801.369000', '172801.372000', '172801.380000', '172801.383000', '172801.386000', '172801.389000', '172801.392000', '172801.395000', '172801.398000', '172801.401000', '172821.257000', '172821.260000', '172821.263000', '172821.266000', '172821.269000', '172821.271000', '172821.274000', '172821.277000', '172821.280000', '172821.283000', '172821.286000', '172821.288000', '172821.291000', '172821.294000', '172821.297000', '172821.300000', '172821.303000', '172821.306000', '172821.308000', '172821.311000', '172821.314000', '172821.317000', '172821.320000', '172821.323000', '172821.325000', '172821.328000', '172821.331000', '172821.334000', '172821.337000', '172821.340000', '172821.342000', '172821.345000', '172821.348000', '172821.351000', '172821.354000', '172821.357000', '172821.360000', '172821.363000', '172821.365000', '172821.368000', '172821.371000', '172821.374000', '172821.377000', '172841.256000', '172841.259000', '172841.262000', '172841.265000', '172841.267000', '172841.270000', '172841.273000', '172841.276000', '172841.279000', '172841.282000', '172841.285000', '172841.287000', '172841.290000', '172841.293000', '172841.296000', '172841.299000', '172841.302000', '172841.305000', '172841.307000', '172841.310000', '172841.313000', '172841.316000', '172841.319000', '172841.322000', '172841.325000', '172841.328000', '172841.330000', '172841.333000', '172841.336000', '172841.339000', '172841.342000', '172841.345000', '172841.348000', '172841.350000', '172841.353000', '172841.356000', '172841.359000', '172841.362000', '172841.365000', '172841.368000', '172841.370000', '172841.373000', '172841.376000', '172841.379000', '172901.256000', '172901.259000', '172901.262000', '172901.265000', '172901.268000', '172901.270000', '172901.273000', '172901.276000', '172901.279000', '172901.282000', '172901.285000', '172901.288000', '172901.290000', '172901.293000', '172901.296000', '172901.299000', '172901.302000', '172901.305000', '172901.308000', '172901.311000', '172901.313000', '172901.316000', '172901.319000', '172901.322000', '172901.325000', '172901.328000', '172901.331000', '172901.333000', '172901.336000', '172901.339000', '172901.342000', '172901.345000', '172901.348000', '172901.351000', '172901.353000', '172901.356000', '172901.359000', '172901.362000', '172901.365000', '172901.368000', '172901.370000', '172901.373000', '172901.376000', '172921.256000', '172921.259000', '172921.262000', '172921.265000', '172921.268000', '172921.270000', '172921.273000', '172921.276000', '172921.279000', '172921.282000', '172921.285000', '172921.288000', '172921.290000', '172921.293000', '172921.296000', '172921.299000', '172921.302000', '172921.305000', '172921.308000', '172921.311000', '172921.314000', '172921.316000', '172921.319000', '172921.322000', '172921.325000', '172921.328000', '172921.331000', '172921.334000', '172921.337000', '172921.346000', '172921.349000', '172921.352000', '172921.355000', '172921.358000', '172921.361000', '172921.364000', '172921.367000', '172921.369000', '172921.372000', '172921.375000', '172921.378000', '172921.381000', '172921.384000', '172941.256000', '172941.259000', '172941.262000', '172941.265000', '172941.268000', '172941.270000', '172941.273000', '172941.276000', '172941.279000', '172941.282000', '172941.285000', '172941.288000', '172941.291000', '172941.293000', '172941.296000', '172941.299000', '172941.302000', '172941.305000', '172941.308000', '172941.311000', '172941.314000', '172941.316000', '172941.319000', '172941.322000', '172941.325000', '172941.328000', '172941.331000', '172941.334000', '172941.337000', '172941.340000', '172941.342000', '172941.345000', '172941.348000', '172941.351000', '172941.354000', '172941.357000', '172941.360000', '172941.363000', '172941.365000', '172941.368000', '172941.371000', '172941.374000', '172941.377000', '172941.380000', '173001.257000', '173001.260000', '173001.263000', '173001.266000', '173001.269000', '173001.272000', '173001.275000', '173001.278000', '173001.281000', '173001.284000', '173001.287000', '173001.290000', '173001.292000', '173001.295000', '173001.298000', '173001.301000', '173001.304000', '173001.307000', '173001.310000', '173001.313000', '173001.315000', '173001.318000', '173001.321000', '173001.324000', '173001.327000', '173001.330000', '173001.333000', '173001.336000', '173001.339000', '173001.341000', '173001.344000', '173001.347000', '173001.350000', '173001.353000', '173001.356000', '173001.359000', '173001.361000', '173001.364000', '173001.367000', '173001.370000', '173001.373000', '173001.376000', '173001.379000', '173021.257000', '173021.260000', '173021.263000', '173021.266000', '173021.269000', '173021.272000', '173021.275000', '173021.277000', '173021.280000', '173021.283000', '173021.286000', '173021.289000', '173021.292000', '173021.295000', '173021.298000', '173021.301000', '173021.303000', '173021.306000', '173021.309000', '173021.312000', '173021.315000', '173021.318000', '173021.321000', '173021.324000', '173021.327000', '173021.329000', '173021.332000', '173021.335000', '173021.338000', '173021.341000', '173021.344000', '173021.347000', '173021.350000', '173021.353000', '173021.355000', '173021.358000', '173021.361000', '173021.364000', '173021.367000', '173021.370000', '173021.373000', '173021.376000', '173021.378000', '173021.381000', '173041.257000', '173041.260000', '173041.263000', '173041.266000', '173041.269000', '173041.272000', '173041.274000', '173041.277000', '173041.280000', '173041.283000', '173041.286000', '173041.289000', '173041.292000', '173041.295000', '173041.298000', '173041.301000', '173041.304000', '173041.307000', '173041.309000', '173041.312000', '173041.315000', '173041.318000', '173041.321000', '173041.324000', '173041.327000', '173041.329000', '173041.332000', '173041.335000', '173041.338000', '173041.341000', '173041.344000', '173041.347000', '173041.349000', '173041.352000', '173041.355000', '173041.358000', '173041.361000', '173041.364000', '173041.367000', '173041.370000', '173041.373000', '173041.375000', '173041.378000', '173101.256000', '173101.259000', '173101.262000', '173101.265000', '173101.268000', '173101.271000', '173101.273000', '173101.276000', '173101.279000', '173101.282000', '173101.285000', '173101.288000', '173101.291000', '173101.294000', '173101.297000', '173101.299000', '173101.302000', '173101.305000', '173101.308000', '173101.311000', '173101.314000', '173101.317000', '173101.320000', '173101.323000', '173101.325000', '173101.343000', '173101.346000', '173101.348000', '173101.351000', '173101.354000', '173101.357000', '173101.360000', '173101.363000', '173101.366000', '173101.369000', '173101.372000', '173101.374000', '173101.377000', '173101.380000', '173101.383000', '173101.386000', '173101.389000', '173101.392000', '173101.395000', '173121.256000', '173121.259000', '173121.262000', '173121.265000', '173121.268000', '173121.271000', '173121.274000', '173121.276000', '173121.279000', '173121.282000', '173121.285000', '173121.288000', '173121.291000', '173121.294000', '173121.297000', '173121.300000', '173121.303000', '173121.307000', '173121.310000', '173121.313000', '173121.316000', '173121.319000', '173121.322000', '173121.325000', '173121.328000', '173121.331000', '173121.334000', '173121.337000', '173121.340000', '173121.342000', '173121.345000', '173121.348000', '173121.351000', '173121.354000', '173121.357000', '173121.359000', '173121.362000', '173121.365000', '173121.368000', '173121.371000', '173121.374000', '173121.377000', '173121.380000', '173141.256000', '173141.259000', '173141.262000', '173141.265000', '173141.268000', '173141.270000', '173141.273000', '173141.276000', '173141.279000', '173141.282000', '173141.285000', '173141.288000', '173141.291000', '173141.294000', '173141.297000', '173141.300000', '173141.302000', '173141.305000', '173141.308000', '173141.311000', '173141.314000', '173141.317000', '173141.320000', '173141.323000', '173141.326000', '173141.328000', '173141.331000', '173141.334000', '173141.337000', '173141.340000', '173141.343000', '173141.346000', '173141.349000', '173141.351000', '173141.354000', '173141.357000', '173141.360000', '173141.363000', '173141.366000', '173141.369000', '173141.372000', '173141.374000', '173141.377000', '173141.380000', '173201.256000', '173201.259000', '173201.262000', '173201.265000', '173201.268000', '173201.271000', '173201.273000', '173201.276000', '173201.279000', '173201.282000', '173201.285000', '173201.288000', '173201.291000', '173201.294000', '173201.297000', '173201.300000', '173201.302000', '173201.305000', '173201.308000', '173201.311000', '173201.314000', '173201.317000', '173201.320000', '173201.324000', '173201.327000', '173201.330000', '173201.333000', '173201.336000', '173201.338000', '173201.341000', '173201.344000', '173201.347000', '173201.350000', '173201.353000', '173201.356000', '173201.359000', '173201.362000', '173201.364000', '173201.367000', '173201.370000', '173201.373000', '173201.376000', '173201.379000', '173221.257000', '173221.260000', '173221.263000', '173221.266000', '173221.269000', '173221.272000', '173221.275000', '173221.277000', '173221.280000', '173221.283000', '173221.286000', '173221.289000', '173221.292000', '173221.295000', '173221.298000', '173221.300000', '173221.303000', '173221.306000', '173221.309000', '173221.312000', '173221.315000', '173221.318000', '173221.321000', '173221.324000', '173221.326000', '173221.329000', '173221.332000', '173221.335000', '173221.338000', '173221.341000', '173221.344000', '173221.347000', '173221.349000', '173221.352000', '173221.355000', '173221.358000', '173221.361000', '173221.364000', '173221.367000', '173221.370000', '173221.372000', '173221.375000', '173221.378000', '173221.381000', '173241.257000', '173241.260000', '173241.263000', '173241.266000', '173241.269000', '173241.271000', '173241.274000', '173241.278000', '173241.281000', '173241.284000', '173241.287000', '173241.290000', '173241.293000', '173241.296000', '173241.299000', '173241.301000', '173241.304000', '173241.307000', '173241.310000', '173241.313000', '173241.316000', '173241.319000', '173241.322000', '173241.325000', '173241.328000', '173241.331000', '173241.334000', '173241.337000', '173241.339000', '173241.342000', '173241.345000', '173241.348000', '173241.351000', '173241.354000', '173241.357000', '173241.360000', '173241.363000', '173241.366000', '173241.369000', '173241.372000', '173241.375000', '173241.378000', '173241.380000', '173301.257000', '173301.260000', '173301.263000', '173301.266000', '173301.269000', '173301.272000', '173301.275000', '173301.277000', '173301.280000', '173301.283000', '173301.286000', '173301.289000', '173301.292000', '173301.295000', '173301.298000', '173301.301000', '173301.303000', '173301.306000', '173301.309000', '173301.312000', '173301.315000', '173301.318000', '173301.321000', '173301.324000', '173301.327000', '173301.330000', '173301.333000', '173301.336000', '173301.339000', '173301.341000', '173301.344000', '173301.347000', '173301.350000', '173301.353000', '173301.356000', '173301.359000', '173301.362000', '173301.365000', '173301.368000', '173301.370000', '173301.373000', '173301.376000', '173301.379000', '173301.382000', '173321.256000', '173321.259000', '173321.262000', '173321.265000', '173321.268000', '173321.271000', '173321.274000', '173321.276000', '173321.279000', '173321.282000', '173321.285000', '173321.288000', '173321.291000', '173321.294000', '173321.297000', '173321.300000', '173321.302000', '173321.305000', '173321.308000', '173321.311000', '173321.314000', '173321.317000', '173321.320000', '173321.323000', '173321.326000', '173321.329000', '173321.332000', '173321.335000', '173321.337000', '173321.340000', '173321.343000', '173321.346000', '173321.349000', '173321.352000', '173321.355000', '173321.358000', '173321.360000', '173321.365000', '173321.369000', '173321.372000', '173321.375000', '173321.378000', '173321.381000', '173341.256000', '173341.259000', '173341.262000', '173341.265000', '173341.268000', '173341.271000', '173341.274000', '173341.277000', '173341.279000', '173341.282000', '173341.285000', '173341.288000', '173341.291000', '173341.294000', '173341.297000', '173341.300000', '173341.303000', '173341.305000', '173341.308000', '173341.311000', '173341.314000', '173341.317000', '173341.320000', '173341.323000', '173341.326000', '173341.329000', '173341.332000', '173341.334000', '173341.337000', '173341.340000', '173341.343000', '173341.346000', '173341.349000', '173341.352000', '173341.355000', '173341.358000', '173341.360000', '173341.363000', '173341.366000', '173341.369000', '173341.372000', '173341.377000', '173341.379000', '173341.382000', '173401.256000', '173401.259000', '173401.262000', '173401.278000', '173401.281000', '173401.284000', '173401.287000', '173401.290000', '173401.293000', '173401.296000', '173401.299000', '173401.301000', '173401.304000', '173401.307000', '173401.310000', '173401.313000', '173401.317000', '173401.320000', '173401.323000', '173401.326000', '173401.329000', '173401.331000', '173401.334000', '173401.337000', '173401.340000', '173401.343000', '173401.346000', '173401.349000', '173401.352000', '173401.355000', '173401.358000', '173401.361000', '173401.364000', '173401.367000', '173401.370000', '173401.373000', '173401.376000', '173401.378000', '173401.381000', '173401.384000', '173401.387000', '173401.391000', '173401.394000', '173421.256000', '173421.259000', '173421.262000', '173421.265000', '173421.268000', '173421.271000', '173421.274000', '173421.277000', '173421.280000', '173421.283000', '173421.285000', '173421.288000', '173421.291000', '173421.294000', '173421.297000', '173421.300000', '173421.303000', '173421.306000', '173421.309000', '173421.312000', '173421.315000', '173421.317000', '173421.320000', '173421.323000', '173421.326000', '173421.329000', '173421.332000', '173421.335000', '173421.338000', '173421.340000', '173421.343000', '173421.346000', '173421.349000', '173421.352000', '173421.355000', '173421.358000', '173421.361000', '173421.364000', '173421.367000', '173421.370000', '173421.372000', '173421.375000', '173421.378000', '173421.381000', '173441.257000', '173441.260000', '173441.263000', '173441.266000', '173441.269000', '173441.272000', '173441.274000', '173441.277000', '173441.280000', '173441.283000', '173441.286000', '173441.289000', '173441.292000', '173441.295000', '173441.298000', '173441.301000', '173441.304000', '173441.306000', '173441.309000', '173441.312000', '173441.315000', '173441.318000', '173441.321000', '173441.324000', '173441.327000', '173441.329000', '173441.332000', '173441.335000', '173441.338000', '173441.341000', '173441.344000', '173441.347000', '173441.350000', '173441.353000', '173441.356000', '173441.359000', '173441.361000', '173441.364000', '173441.367000', '173441.370000', '173441.373000', '173441.376000', '173441.378000', '173501.257000', '173501.260000', '173501.263000', '173501.266000', '173501.269000', '173501.272000', '173501.274000', '173501.277000', '173501.280000', '173501.283000', '173501.286000', '173501.289000', '173501.292000', '173501.295000', '173501.298000', '173501.301000', '173501.303000', '173501.306000', '173501.309000', '173501.312000', '173501.315000', '173501.318000', '173501.321000', '173501.324000', '173501.327000', '173501.330000', '173501.332000', '173501.335000', '173501.338000', '173501.341000', '173501.344000', '173501.347000', '173501.350000', '173501.353000', '173501.355000', '173501.358000', '173501.361000', '173501.364000', '173501.367000', '173501.370000', '173501.373000', '173501.376000', '173501.379000', '173501.382000', '173521.257000', '173521.260000', '173521.263000', '173521.266000', '173521.269000', '173521.272000', '173521.275000', '173521.278000', '173521.281000', '173521.283000', '173521.286000', '173521.289000', '173521.292000', '173521.304000', '173521.307000', '173521.309000', '173521.312000', '173521.315000', '173521.318000', '173521.321000', '173521.324000', '173521.327000', '173521.330000', '173521.333000', '173521.336000', '173521.339000', '173521.341000', '173521.344000', '173521.347000', '173521.350000', '173521.354000', '173521.357000', '173521.360000', '173521.363000', '173521.366000', '173521.369000', '173521.372000', '173521.374000', '173521.377000', '173521.380000', '173521.383000', '173521.386000', '173521.389000', '173541.256000', '173541.259000', '173541.262000', '173541.265000', '173541.268000', '173541.271000', '173541.274000', '173541.276000', '173541.279000', '173541.282000', '173541.285000', '173541.288000', '173541.291000', '173541.294000', '173541.297000', '173541.300000', '173541.302000', '173541.305000', '173541.308000', '173541.311000', '173541.314000', '173541.317000', '173541.320000', '173541.322000', '173541.325000', '173541.328000', '173541.331000', '173541.334000', '173541.337000', '173541.340000', '173541.343000', '173541.346000', '173541.349000', '173541.352000', '173541.355000', '173541.357000', '173541.360000', '173541.363000', '173541.366000', '173541.369000', '173541.372000', '173541.375000', '173541.378000', '173541.381000', '173601.256000', '173601.259000', '173601.262000', '173601.265000', '173601.268000', '173601.271000', '173601.274000', '173601.277000', '173601.279000', '173601.282000', '173601.285000', '173601.288000', '173601.291000', '173601.294000', '173601.297000', '173601.300000', '173601.303000', '173601.306000', '173601.309000', '173601.312000', '173601.314000', '173601.317000', '173601.320000', '173601.323000', '173601.326000', '173601.329000', '173601.332000', '173601.335000', '173601.338000', '173601.341000', '173601.344000', '173601.347000', '173601.350000', '173601.353000', '173601.355000', '173601.358000', '173601.361000', '173601.364000', '173601.367000', '173601.370000', '173601.373000', '173601.376000', '173601.379000', '173621.256000', '173621.259000', '173621.262000', '173621.265000', '173621.268000', '173621.271000', '173621.274000', '173621.277000', '173621.280000', '173621.282000', '173621.285000', '173621.288000', '173621.291000', '173621.294000', '173621.297000', '173621.300000', '173621.303000', '173621.306000', '173621.309000', '173621.312000', '173621.315000', '173621.318000', '173621.320000', '173621.323000', '173621.326000', '173621.329000', '173621.332000', '173621.335000', '173621.338000', '173621.341000', '173621.344000', '173621.347000', '173621.350000', '173621.352000', '173621.355000', '173621.358000', '173621.361000', '173621.364000', '173621.367000', '173621.370000', '173621.373000', '173621.376000', '173621.379000', '173621.382000', '173641.256000', '173641.259000', '173641.262000', '173641.265000', '173641.268000', '173641.271000', '173641.274000', '173641.277000', '173641.279000', '173641.282000', '173641.294000', '173641.297000', '173641.300000', '173641.303000', '173641.306000', '173641.309000', '173641.312000', '173641.315000', '173641.318000', '173641.321000', '173641.324000', '173641.326000', '173641.329000', '173641.332000', '173641.335000', '173641.338000', '173641.341000', '173641.344000', '173641.347000', '173641.349000', '173641.352000', '173641.355000', '173641.358000', '173641.361000', '173641.364000', '173641.367000', '173641.370000', '173641.373000', '173641.376000', '173641.379000', '173641.381000', '173641.384000', '173641.387000', '173701.257000', '173701.260000', '173701.264000', '173701.269000', '173701.272000', '173701.275000', '173701.278000', '173701.281000', '173701.284000', '173701.287000', '173701.290000', '173701.293000', '173701.296000', '173701.299000', '173701.302000', '173701.305000', '173701.307000', '173701.310000', '173701.313000', '173701.316000', '173701.319000', '173701.322000', '173701.325000', '173701.327000', '173701.330000', '173701.333000', '173701.336000', '173701.339000', '173701.342000', '173701.345000', '173701.348000', '173701.351000', '173701.354000', '173701.356000', '173701.359000', '173701.362000', '173701.365000', '173701.368000', '173701.371000', '173701.374000', '173701.377000', '173701.380000', '173701.383000', '173721.257000', '173721.260000', '173721.263000', '173721.266000', '173721.269000', '173721.272000', '173721.275000', '173721.278000', '173721.281000', '173721.284000', '173721.287000', '173721.289000', '173721.292000', '173721.295000', '173721.298000', '173721.301000', '173721.304000', '173721.307000', '173721.310000', '173721.313000', '173721.316000', '173721.319000', '173721.322000', '173721.325000', '173721.327000', '173721.330000', '173721.333000', '173721.336000', '173721.339000', '173721.342000', '173721.345000', '173721.348000', '173721.351000', '173721.354000', '173721.357000', '173721.360000', '173721.363000', '173721.366000', '173721.368000', '173721.371000', '173721.374000', '173721.377000', '173721.380000', '173721.383000', '173740.871000', '173740.876000', '173740.880000', '173740.883000', '173740.886000', '173740.889000', '173740.892000', '173740.895000', '173740.898000', '173740.901000', '173740.904000', '173740.907000', '173740.910000', '173740.913000', '173740.916000', '173740.919000', '173740.922000', '173740.925000', '173740.928000', '173740.931000', '173740.934000', '173740.937000', '173740.940000', '173740.943000', '173740.946000', '173740.949000', '173740.952000', '173740.955000', '173740.958000', '173740.961000', '173740.964000', '173740.967000', '173740.970000', '173740.973000', '173740.976000', '173740.979000', '173740.982000', '173740.985000', '173740.988000', '173740.990000', '173740.993000', '173740.996000', '173741.000000'], 'InstanceCreationTime': ['172801.283000', '172801.286000', '172801.290000', '172801.293000', '172801.296000', '172801.299000', '172801.302000', '172801.305000', '172801.308000', '172801.311000', '172801.314000', '172801.317000', '172801.320000', '172801.323000', '172801.326000', '172801.329000', '172801.332000', '172801.335000', '172801.338000', '172801.341000', '172801.344000', '172801.348000', '172801.351000', '172801.354000', '172801.357000', '172801.360000', '172801.363000', '172801.366000', '172801.369000', '172801.372000', '172801.380000', '172801.383000', '172801.386000', '172801.389000', '172801.392000', '172801.395000', '172801.398000', '172801.401000', '172821.257000', '172821.260000', '172821.263000', '172821.266000', '172821.269000', '172821.271000', '172821.274000', '172821.277000', '172821.280000', '172821.283000', '172821.286000', '172821.288000', '172821.291000', '172821.294000', '172821.297000', '172821.300000', '172821.303000', '172821.306000', '172821.308000', '172821.311000', '172821.314000', '172821.317000', '172821.320000', '172821.323000', '172821.325000', '172821.328000', '172821.331000', '172821.334000', '172821.337000', '172821.340000', '172821.342000', '172821.345000', '172821.348000', '172821.351000', '172821.354000', '172821.357000', '172821.360000', '172821.363000', '172821.365000', '172821.368000', '172821.371000', '172821.374000', '172821.377000', '172841.256000', '172841.259000', '172841.262000', '172841.265000', '172841.267000', '172841.270000', '172841.273000', '172841.276000', '172841.279000', '172841.282000', '172841.285000', '172841.287000', '172841.290000', '172841.293000', '172841.296000', '172841.299000', '172841.302000', '172841.305000', '172841.307000', '172841.310000', '172841.313000', '172841.316000', '172841.319000', '172841.322000', '172841.325000', '172841.328000', '172841.330000', '172841.333000', '172841.336000', '172841.339000', '172841.342000', '172841.345000', '172841.348000', '172841.350000', '172841.353000', '172841.356000', '172841.359000', '172841.362000', '172841.365000', '172841.368000', '172841.370000', '172841.373000', '172841.376000', '172841.379000', '172901.256000', '172901.259000', '172901.262000', '172901.265000', '172901.268000', '172901.270000', '172901.273000', '172901.276000', '172901.279000', '172901.282000', '172901.285000', '172901.288000', '172901.290000', '172901.293000', '172901.296000', '172901.299000', '172901.302000', '172901.305000', '172901.308000', '172901.311000', '172901.313000', '172901.316000', '172901.319000', '172901.322000', '172901.325000', '172901.328000', '172901.331000', '172901.333000', '172901.336000', '172901.339000', '172901.342000', '172901.345000', '172901.348000', '172901.351000', '172901.353000', '172901.356000', '172901.359000', '172901.362000', '172901.365000', '172901.368000', '172901.370000', '172901.373000', '172901.376000', '172921.256000', '172921.259000', '172921.262000', '172921.265000', '172921.268000', '172921.270000', '172921.273000', '172921.276000', '172921.279000', '172921.282000', '172921.285000', '172921.288000', '172921.290000', '172921.293000', '172921.296000', '172921.299000', '172921.302000', '172921.305000', '172921.308000', '172921.311000', '172921.314000', '172921.316000', '172921.319000', '172921.322000', '172921.325000', '172921.328000', '172921.331000', '172921.334000', '172921.337000', '172921.346000', '172921.349000', '172921.352000', '172921.355000', '172921.358000', '172921.361000', '172921.364000', '172921.367000', '172921.369000', '172921.372000', '172921.375000', '172921.378000', '172921.381000', '172921.384000', '172941.256000', '172941.259000', '172941.262000', '172941.265000', '172941.268000', '172941.270000', '172941.273000', '172941.276000', '172941.279000', '172941.282000', '172941.285000', '172941.288000', '172941.291000', '172941.293000', '172941.296000', '172941.299000', '172941.302000', '172941.305000', '172941.308000', '172941.311000', '172941.314000', '172941.316000', '172941.319000', '172941.322000', '172941.325000', '172941.328000', '172941.331000', '172941.334000', '172941.337000', '172941.340000', '172941.342000', '172941.345000', '172941.348000', '172941.351000', '172941.354000', '172941.357000', '172941.360000', '172941.363000', '172941.365000', '172941.368000', '172941.371000', '172941.374000', '172941.377000', '172941.380000', '173001.257000', '173001.260000', '173001.263000', '173001.266000', '173001.269000', '173001.272000', '173001.275000', '173001.278000', '173001.281000', '173001.284000', '173001.287000', '173001.290000', '173001.292000', '173001.295000', '173001.298000', '173001.301000', '173001.304000', '173001.307000', '173001.310000', '173001.313000', '173001.315000', '173001.318000', '173001.321000', '173001.324000', '173001.327000', '173001.330000', '173001.333000', '173001.336000', '173001.339000', '173001.341000', '173001.344000', '173001.347000', '173001.350000', '173001.353000', '173001.356000', '173001.359000', '173001.361000', '173001.364000', '173001.367000', '173001.370000', '173001.373000', '173001.376000', '173001.379000', '173021.257000', '173021.260000', '173021.263000', '173021.266000', '173021.269000', '173021.272000', '173021.275000', '173021.277000', '173021.280000', '173021.283000', '173021.286000', '173021.289000', '173021.292000', '173021.295000', '173021.298000', '173021.301000', '173021.303000', '173021.306000', '173021.309000', '173021.312000', '173021.315000', '173021.318000', '173021.321000', '173021.324000', '173021.327000', '173021.329000', '173021.332000', '173021.335000', '173021.338000', '173021.341000', '173021.344000', '173021.347000', '173021.350000', '173021.353000', '173021.355000', '173021.358000', '173021.361000', '173021.364000', '173021.367000', '173021.370000', '173021.373000', '173021.376000', '173021.378000', '173021.381000', '173041.257000', '173041.260000', '173041.263000', '173041.266000', '173041.269000', '173041.272000', '173041.274000', '173041.277000', '173041.280000', '173041.283000', '173041.286000', '173041.289000', '173041.292000', '173041.295000', '173041.298000', '173041.301000', '173041.304000', '173041.307000', '173041.309000', '173041.312000', '173041.315000', '173041.318000', '173041.321000', '173041.324000', '173041.327000', '173041.329000', '173041.332000', '173041.335000', '173041.338000', '173041.341000', '173041.344000', '173041.347000', '173041.349000', '173041.352000', '173041.355000', '173041.358000', '173041.361000', '173041.364000', '173041.367000', '173041.370000', '173041.373000', '173041.375000', '173041.378000', '173101.256000', '173101.259000', '173101.262000', '173101.265000', '173101.268000', '173101.271000', '173101.273000', '173101.276000', '173101.279000', '173101.282000', '173101.285000', '173101.288000', '173101.291000', '173101.294000', '173101.297000', '173101.299000', '173101.302000', '173101.305000', '173101.308000', '173101.311000', '173101.314000', '173101.317000', '173101.320000', '173101.323000', '173101.325000', '173101.343000', '173101.346000', '173101.348000', '173101.351000', '173101.354000', '173101.357000', '173101.360000', '173101.363000', '173101.366000', '173101.369000', '173101.372000', '173101.374000', '173101.377000', '173101.380000', '173101.383000', '173101.386000', '173101.389000', '173101.392000', '173101.395000', '173121.256000', '173121.259000', '173121.262000', '173121.265000', '173121.268000', '173121.271000', '173121.274000', '173121.276000', '173121.279000', '173121.282000', '173121.285000', '173121.288000', '173121.291000', '173121.294000', '173121.297000', '173121.300000', '173121.303000', '173121.307000', '173121.310000', '173121.313000', '173121.316000', '173121.319000', '173121.322000', '173121.325000', '173121.328000', '173121.331000', '173121.334000', '173121.337000', '173121.340000', '173121.342000', '173121.345000', '173121.348000', '173121.351000', '173121.354000', '173121.357000', '173121.359000', '173121.362000', '173121.365000', '173121.368000', '173121.371000', '173121.374000', '173121.377000', '173121.380000', '173141.256000', '173141.259000', '173141.262000', '173141.265000', '173141.268000', '173141.270000', '173141.273000', '173141.276000', '173141.279000', '173141.282000', '173141.285000', '173141.288000', '173141.291000', '173141.294000', '173141.297000', '173141.300000', '173141.302000', '173141.305000', '173141.308000', '173141.311000', '173141.314000', '173141.317000', '173141.320000', '173141.323000', '173141.326000', '173141.328000', '173141.331000', '173141.334000', '173141.337000', '173141.340000', '173141.343000', '173141.346000', '173141.349000', '173141.351000', '173141.354000', '173141.357000', '173141.360000', '173141.363000', '173141.366000', '173141.369000', '173141.372000', '173141.374000', '173141.377000', '173141.380000', '173201.256000', '173201.259000', '173201.262000', '173201.265000', '173201.268000', '173201.271000', '173201.273000', '173201.276000', '173201.279000', '173201.282000', '173201.285000', '173201.288000', '173201.291000', '173201.294000', '173201.297000', '173201.300000', '173201.302000', '173201.305000', '173201.308000', '173201.311000', '173201.314000', '173201.317000', '173201.320000', '173201.324000', '173201.327000', '173201.330000', '173201.333000', '173201.336000', '173201.338000', '173201.341000', '173201.344000', '173201.347000', '173201.350000', '173201.353000', '173201.356000', '173201.359000', '173201.362000', '173201.364000', '173201.367000', '173201.370000', '173201.373000', '173201.376000', '173201.379000', '173221.257000', '173221.260000', '173221.263000', '173221.266000', '173221.269000', '173221.272000', '173221.275000', '173221.277000', '173221.280000', '173221.283000', '173221.286000', '173221.289000', '173221.292000', '173221.295000', '173221.298000', '173221.300000', '173221.303000', '173221.306000', '173221.309000', '173221.312000', '173221.315000', '173221.318000', '173221.321000', '173221.324000', '173221.326000', '173221.329000', '173221.332000', '173221.335000', '173221.338000', '173221.341000', '173221.344000', '173221.347000', '173221.349000', '173221.352000', '173221.355000', '173221.358000', '173221.361000', '173221.364000', '173221.367000', '173221.370000', '173221.372000', '173221.375000', '173221.378000', '173221.381000', '173241.257000', '173241.260000', '173241.263000', '173241.266000', '173241.269000', '173241.271000', '173241.274000', '173241.278000', '173241.281000', '173241.284000', '173241.287000', '173241.290000', '173241.293000', '173241.296000', '173241.299000', '173241.301000', '173241.304000', '173241.307000', '173241.310000', '173241.313000', '173241.316000', '173241.319000', '173241.322000', '173241.325000', '173241.328000', '173241.331000', '173241.334000', '173241.337000', '173241.339000', '173241.342000', '173241.345000', '173241.348000', '173241.351000', '173241.354000', '173241.357000', '173241.360000', '173241.363000', '173241.366000', '173241.369000', '173241.372000', '173241.375000', '173241.378000', '173241.380000', '173301.257000', '173301.260000', '173301.263000', '173301.266000', '173301.269000', '173301.272000', '173301.275000', '173301.277000', '173301.280000', '173301.283000', '173301.286000', '173301.289000', '173301.292000', '173301.295000', '173301.298000', '173301.301000', '173301.303000', '173301.306000', '173301.309000', '173301.312000', '173301.315000', '173301.318000', '173301.321000', '173301.324000', '173301.327000', '173301.330000', '173301.333000', '173301.336000', '173301.339000', '173301.341000', '173301.344000', '173301.347000', '173301.350000', '173301.353000', '173301.356000', '173301.359000', '173301.362000', '173301.365000', '173301.368000', '173301.370000', '173301.373000', '173301.376000', '173301.379000', '173301.382000', '173321.256000', '173321.259000', '173321.262000', '173321.265000', '173321.268000', '173321.271000', '173321.274000', '173321.276000', '173321.279000', '173321.282000', '173321.285000', '173321.288000', '173321.291000', '173321.294000', '173321.297000', '173321.300000', '173321.302000', '173321.305000', '173321.308000', '173321.311000', '173321.314000', '173321.317000', '173321.320000', '173321.323000', '173321.326000', '173321.329000', '173321.332000', '173321.335000', '173321.337000', '173321.340000', '173321.343000', '173321.346000', '173321.349000', '173321.352000', '173321.355000', '173321.358000', '173321.360000', '173321.365000', '173321.369000', '173321.372000', '173321.375000', '173321.378000', '173321.381000', '173341.256000', '173341.259000', '173341.262000', '173341.265000', '173341.268000', '173341.271000', '173341.274000', '173341.277000', '173341.279000', '173341.282000', '173341.285000', '173341.288000', '173341.291000', '173341.294000', '173341.297000', '173341.300000', '173341.303000', '173341.305000', '173341.308000', '173341.311000', '173341.314000', '173341.317000', '173341.320000', '173341.323000', '173341.326000', '173341.329000', '173341.332000', '173341.334000', '173341.337000', '173341.340000', '173341.343000', '173341.346000', '173341.349000', '173341.352000', '173341.355000', '173341.358000', '173341.360000', '173341.363000', '173341.366000', '173341.369000', '173341.372000', '173341.377000', '173341.379000', '173341.382000', '173401.256000', '173401.259000', '173401.262000', '173401.278000', '173401.281000', '173401.284000', '173401.287000', '173401.290000', '173401.293000', '173401.296000', '173401.299000', '173401.301000', '173401.304000', '173401.307000', '173401.310000', '173401.313000', '173401.317000', '173401.320000', '173401.323000', '173401.326000', '173401.329000', '173401.331000', '173401.334000', '173401.337000', '173401.340000', '173401.343000', '173401.346000', '173401.349000', '173401.352000', '173401.355000', '173401.358000', '173401.361000', '173401.364000', '173401.367000', '173401.370000', '173401.373000', '173401.376000', '173401.378000', '173401.381000', '173401.384000', '173401.387000', '173401.391000', '173401.394000', '173421.256000', '173421.259000', '173421.262000', '173421.265000', '173421.268000', '173421.271000', '173421.274000', '173421.277000', '173421.280000', '173421.283000', '173421.285000', '173421.288000', '173421.291000', '173421.294000', '173421.297000', '173421.300000', '173421.303000', '173421.306000', '173421.309000', '173421.312000', '173421.315000', '173421.317000', '173421.320000', '173421.323000', '173421.326000', '173421.329000', '173421.332000', '173421.335000', '173421.338000', '173421.340000', '173421.343000', '173421.346000', '173421.349000', '173421.352000', '173421.355000', '173421.358000', '173421.361000', '173421.364000', '173421.367000', '173421.370000', '173421.372000', '173421.375000', '173421.378000', '173421.381000', '173441.257000', '173441.260000', '173441.263000', '173441.266000', '173441.269000', '173441.272000', '173441.274000', '173441.277000', '173441.280000', '173441.283000', '173441.286000', '173441.289000', '173441.292000', '173441.295000', '173441.298000', '173441.301000', '173441.304000', '173441.306000', '173441.309000', '173441.312000', '173441.315000', '173441.318000', '173441.321000', '173441.324000', '173441.327000', '173441.329000', '173441.332000', '173441.335000', '173441.338000', '173441.341000', '173441.344000', '173441.347000', '173441.350000', '173441.353000', '173441.356000', '173441.359000', '173441.361000', '173441.364000', '173441.367000', '173441.370000', '173441.373000', '173441.376000', '173441.378000', '173501.257000', '173501.260000', '173501.263000', '173501.266000', '173501.269000', '173501.272000', '173501.274000', '173501.277000', '173501.280000', '173501.283000', '173501.286000', '173501.289000', '173501.292000', '173501.295000', '173501.298000', '173501.301000', '173501.303000', '173501.306000', '173501.309000', '173501.312000', '173501.315000', '173501.318000', '173501.321000', '173501.324000', '173501.327000', '173501.330000', '173501.332000', '173501.335000', '173501.338000', '173501.341000', '173501.344000', '173501.347000', '173501.350000', '173501.353000', '173501.355000', '173501.358000', '173501.361000', '173501.364000', '173501.367000', '173501.370000', '173501.373000', '173501.376000', '173501.379000', '173501.382000', '173521.257000', '173521.260000', '173521.263000', '173521.266000', '173521.269000', '173521.272000', '173521.275000', '173521.278000', '173521.281000', '173521.283000', '173521.286000', '173521.289000', '173521.292000', '173521.304000', '173521.307000', '173521.309000', '173521.312000', '173521.315000', '173521.318000', '173521.321000', '173521.324000', '173521.327000', '173521.330000', '173521.333000', '173521.336000', '173521.339000', '173521.341000', '173521.344000', '173521.347000', '173521.350000', '173521.354000', '173521.357000', '173521.360000', '173521.363000', '173521.366000', '173521.369000', '173521.372000', '173521.374000', '173521.377000', '173521.380000', '173521.383000', '173521.386000', '173521.389000', '173541.256000', '173541.259000', '173541.262000', '173541.265000', '173541.268000', '173541.271000', '173541.274000', '173541.276000', '173541.279000', '173541.282000', '173541.285000', '173541.288000', '173541.291000', '173541.294000', '173541.297000', '173541.300000', '173541.302000', '173541.305000', '173541.308000', '173541.311000', '173541.314000', '173541.317000', '173541.320000', '173541.322000', '173541.325000', '173541.328000', '173541.331000', '173541.334000', '173541.337000', '173541.340000', '173541.343000', '173541.346000', '173541.349000', '173541.352000', '173541.355000', '173541.357000', '173541.360000', '173541.363000', '173541.366000', '173541.369000', '173541.372000', '173541.375000', '173541.378000', '173541.381000', '173601.256000', '173601.259000', '173601.262000', '173601.265000', '173601.268000', '173601.271000', '173601.274000', '173601.277000', '173601.279000', '173601.282000', '173601.285000', '173601.288000', '173601.291000', '173601.294000', '173601.297000', '173601.300000', '173601.303000', '173601.306000', '173601.309000', '173601.312000', '173601.314000', '173601.317000', '173601.320000', '173601.323000', '173601.326000', '173601.329000', '173601.332000', '173601.335000', '173601.338000', '173601.341000', '173601.344000', '173601.347000', '173601.350000', '173601.353000', '173601.355000', '173601.358000', '173601.361000', '173601.364000', '173601.367000', '173601.370000', '173601.373000', '173601.376000', '173601.379000', '173621.256000', '173621.259000', '173621.262000', '173621.265000', '173621.268000', '173621.271000', '173621.274000', '173621.277000', '173621.280000', '173621.282000', '173621.285000', '173621.288000', '173621.291000', '173621.294000', '173621.297000', '173621.300000', '173621.303000', '173621.306000', '173621.309000', '173621.312000', '173621.315000', '173621.318000', '173621.320000', '173621.323000', '173621.326000', '173621.329000', '173621.332000', '173621.335000', '173621.338000', '173621.341000', '173621.344000', '173621.347000', '173621.350000', '173621.352000', '173621.355000', '173621.358000', '173621.361000', '173621.364000', '173621.367000', '173621.370000', '173621.373000', '173621.376000', '173621.379000', '173621.382000', '173641.256000', '173641.259000', '173641.262000', '173641.265000', '173641.268000', '173641.271000', '173641.274000', '173641.277000', '173641.279000', '173641.282000', '173641.294000', '173641.297000', '173641.300000', '173641.303000', '173641.306000', '173641.309000', '173641.312000', '173641.315000', '173641.318000', '173641.321000', '173641.324000', '173641.326000', '173641.329000', '173641.332000', '173641.335000', '173641.338000', '173641.341000', '173641.344000', '173641.347000', '173641.349000', '173641.352000', '173641.355000', '173641.358000', '173641.361000', '173641.364000', '173641.367000', '173641.370000', '173641.373000', '173641.376000', '173641.379000', '173641.381000', '173641.384000', '173641.387000', '173701.257000', '173701.260000', '173701.264000', '173701.269000', '173701.272000', '173701.275000', '173701.278000', '173701.281000', '173701.284000', '173701.287000', '173701.290000', '173701.293000', '173701.296000', '173701.299000', '173701.302000', '173701.305000', '173701.307000', '173701.310000', '173701.313000', '173701.316000', '173701.319000', '173701.322000', '173701.325000', '173701.327000', '173701.330000', '173701.333000', '173701.336000', '173701.339000', '173701.342000', '173701.345000', '173701.348000', '173701.351000', '173701.354000', '173701.356000', '173701.359000', '173701.362000', '173701.365000', '173701.368000', '173701.371000', '173701.374000', '173701.377000', '173701.380000', '173701.383000', '173721.257000', '173721.260000', '173721.263000', '173721.266000', '173721.269000', '173721.272000', '173721.275000', '173721.278000', '173721.281000', '173721.284000', '173721.287000', '173721.289000', '173721.292000', '173721.295000', '173721.298000', '173721.301000', '173721.304000', '173721.307000', '173721.310000', '173721.313000', '173721.316000', '173721.319000', '173721.322000', '173721.325000', '173721.327000', '173721.330000', '173721.333000', '173721.336000', '173721.339000', '173721.342000', '173721.345000', '173721.348000', '173721.351000', '173721.354000', '173721.357000', '173721.360000', '173721.363000', '173721.366000', '173721.368000', '173721.371000', '173721.374000', '173721.377000', '173721.380000', '173721.383000', '173740.871000', '173740.876000', '173740.880000', '173740.883000', '173740.886000', '173740.889000', '173740.892000', '173740.895000', '173740.898000', '173740.901000', '173740.904000', '173740.907000', '173740.910000', '173740.913000', '173740.916000', '173740.919000', '173740.922000', '173740.925000', '173740.928000', '173740.931000', '173740.934000', '173740.937000', '173740.940000', '173740.943000', '173740.946000', '173740.949000', '173740.952000', '173740.955000', '173740.958000', '173740.961000', '173740.964000', '173740.967000', '173740.970000', '173740.973000', '173740.976000', '173740.979000', '173740.982000', '173740.985000', '173740.988000', '173740.990000', '173740.993000', '173740.996000', '173741.000000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'LargestImagePixelValue': [15492, 13716, 13349, 14446, 14114, 13538, 18333, 13809, 13421, 18592, 13457, 14008, 13571, 13400, 14523, 13696, 13426, 17342, 12805, 13217, 18207, 13518, 13282, 18274, 13670, 13428, 15333, 13671, 13290, 13624, 13368, 13094, 13515, 13410, 16660, 14300, 13570, 15179, 13695, 13354, 14308, 13423, 13987, 12904, 13154, 18361, 13918, 13415, 16234, 13824, 15612, 14619, 13309, 17840, 13065, 13253, 19238, 13725, 13231, 18120, 13576, 14983, 13208, 13575, 13225, 13685, 13336, 17529, 13519, 13096, 16996, 13927, 13176, 17644, 13979, 13178, 17834, 13274, 13132, 15091, 13552, 13151, 12159, 13417, 13188, 13883, 13189, 13144, 13554, 13436, 16821, 13610, 13124, 16464, 13833, 13227, 12735, 13271, 13082, 13985, 13260, 16355, 13279, 13037, 16894, 13240, 13339, 14197, 13147, 13947, 13870, 13281, 17651, 13945, 13371, 17649, 13335, 14611, 16904, 13525, 14998, 14762, 13503, 15097, 13707, 13112, 16488, 13395, 12999, 17568, 12539, 13117, 17184, 13591, 12956, 17706, 14177, 13159, 17596, 13099, 13167, 17131, 14078, 13124, 16410, 13737, 13151, 15905, 13934, 13219, 16581, 13890, 13093, 16178, 14115, 13137, 16890, 12672, 13004, 16757, 13757, 13112, 16960, 13985, 13154, 17130, 13694, 13420, 13904, 13668, 13149, 14175, 13709, 13280, 13169, 13149, 14310, 14511, 13067, 16307, 13433, 13332, 17316, 13977, 13042, 17842, 13443, 12944, 17727, 13257, 13253, 17983, 13419, 13051, 17733, 13384, 12841, 17341, 13697, 13175, 17273, 13188, 12813, 17008, 13465, 12934, 17382, 13624, 12862, 16689, 13286, 13257, 12637, 13064, 12820, 13954, 13226, 13837, 13709, 13106, 14870, 12544, 12849, 16652, 14010, 13050, 15440, 13538, 13243, 12652, 13414, 13110, 13332, 13263, 17285, 13204, 12963, 17602, 13503, 13147, 17236, 13150, 13038, 16556, 13173, 13022, 13370, 13162, 12892, 16265, 13267, 13154, 14350, 13254, 14360, 14327, 13315, 14037, 14342, 13146, 13272, 12685, 13067, 13038, 13476, 13036, 12794, 14234, 13146, 12876, 13082, 12924, 13520, 13629, 12990, 14292, 13210, 13044, 16038, 13729, 13171, 13680, 13875, 12982, 12987, 13139, 12735, 14991, 13961, 13045, 16756, 13704, 13219, 15414, 13188, 13104, 12157, 13176, 13038, 13984, 12923, 14354, 13541, 13182, 16720, 12346, 12990, 17016, 13800, 12825, 16801, 13227, 14467, 14621, 13229, 14113, 12638, 13297, 12926, 13729, 13143, 16717, 14220, 13025, 15572, 13276, 12984, 16612, 13766, 12833, 16573, 12685, 12925, 17117, 12516, 12792, 16453, 12752, 13128, 15760, 14010, 13064, 15758, 13540, 12877, 16360, 13292, 12875, 15255, 13707, 13017, 14156, 13232, 13110, 12820, 13160, 17111, 13395, 12878, 14888, 13588, 13366, 13781, 13023, 13647, 13528, 13185, 16226, 12488, 12949, 17885, 13420, 12875, 17736, 13465, 14025, 16349, 13281, 14490, 14816, 13290, 14061, 12877, 12990, 15492, 13831, 13097, 16352, 13342, 12898, 16050, 13225, 12822, 17974, 13277, 12955, 17662, 13337, 13030, 12218, 12994, 13178, 13239, 12725, 16105, 12549, 12702, 17493, 13036, 12763, 12591, 12727, 13719, 13020, 12175, 14046, 12838, 12236, 16022, 13147, 12421, 13663, 15066, 12441, 13212, 12349, 12520, 13388, 13398, 12550, 13053, 13155, 12578, 13210, 13253, 13028, 14101, 13474, 12639, 15490, 13474, 13025, 12549, 13096, 12882, 13509, 13260, 13159, 13349, 13072, 17085, 12941, 13026, 16314, 13439, 12775, 12263, 13004, 12826, 13424, 12922, 16595, 13297, 12924, 13857, 13410, 15517, 13518, 12728, 17886, 14036, 12559, 17303, 13158, 15304, 15353, 13217, 14157, 13457, 13034, 17523, 13130, 12539, 18033, 13202, 14718, 12741, 12717, 16686, 13092, 12443, 18441, 13143, 12420, 15744, 13175, 15264, 13102, 12403, 17907, 13026, 13206, 12018, 12894, 13965, 12943, 12440, 14122, 12924, 12899, 12895, 12571, 18638, 12786, 12522, 13599, 12594, 16638, 13060, 12417, 17803, 13014, 14495, 16207, 13158, 14491, 13334, 12578, 14874, 13295, 12444, 14973, 12945, 12529, 12978, 12503, 14382, 12115, 12449, 17418, 12912, 13162, 11935, 12630, 14139, 13232, 12962, 16933, 13404, 12587, 15960, 12975, 13034, 13873, 12971, 14626, 13321, 12570, 12741, 12843, 12650, 13272, 12569, 15903, 13040, 12380, 17719, 12966, 15002, 13551, 12757, 14640, 13415, 12529, 16138, 12908, 12481, 18212, 12863, 13119, 16137, 13016, 15218, 13315, 12670, 15719, 13291, 12644, 17083, 12136, 12471, 17459, 13185, 13134, 14873, 12980, 13004, 14012, 12796, 14547, 12840, 12513, 14929, 13101, 12727, 15962, 12464, 12391, 17770, 12992, 12264, 16936, 12801, 12464, 16887, 12882, 12457, 15332, 12567, 12573, 11559, 12367, 12543, 13150, 12303, 13659, 13102, 12174, 16122, 12853, 12215, 15200, 12758, 13620, 13347, 12370, 12369, 11722, 12128, 15841, 12933, 12062, 16016, 12288, 12735, 12567, 12379, 13316, 13255, 12280, 16743, 11857, 12034, 17722, 12654, 12175, 15446, 12509, 13952, 12890, 12566, 14375, 12825, 12050, 16595, 12621, 12223, 16914, 12537, 12177, 17252, 12388, 14309, 15267, 12448, 14020, 12937, 12053, 14306, 12637, 12120, 15933, 12500, 12172, 15208, 12475, 11996, 13789, 12456, 11856, 13921, 12436, 12643, 13357, 12215, 14993, 12908, 11877, 14889, 12701, 12256, 15440, 12330, 12154, 13243, 12272, 12893, 13113, 12070, 12729, 12002, 15829, 12568, 13427, 13403, 12332, 13299, 14005, 12268, 14139, 15310, 12306, 13931, 12952, 11953, 16645, 12380, 11941, 16738, 11514, 11461, 17731, 11773, 12016, 16744, 12040, 11739, 15608, 12060, 13434, 11287, 12069, 12195, 12500, 12138, 13319, 12612, 11807, 14432, 12011, 13051, 12604, 11981, 16350, 11739, 11494, 17397, 12021, 14761, 13117, 12067, 13764, 12903, 11736, 16692, 11586, 11845, 17072, 12262, 11683, 16043, 11737, 13246, 12290, 11920, 14861, 12426, 11635, 14321, 12303, 11850, 13019, 11853, 14744, 12613, 11764, 16094, 12582, 11470, 16845, 12337, 11779, 12044, 11767, 12671, 12634, 11911, 13924, 12263, 11682, 16479, 12172, 11600, 16254, 11842, 14877, 12466, 12127, 13283, 12489, 12073, 13522, 12685, 11929, 15355, 12379, 11712, 16143, 12001, 11589, 16212, 12199, 11627, 13534, 12317, 11742, 11263, 11957, 12196, 12376, 11747, 16598, 11374, 11641, 16380, 11707, 13300, 17491, 11883, 13054, 14775, 12100, 15400, 11894, 11615, 14532, 12225, 11115, 15204, 11078, 11446, 15918, 11652, 11509, 12498, 11609, 11767, 11856, 11224, 15629, 11914, 11309, 14396, 11394, 14055, 12003, 11294, 15559, 11657, 11372, 16269, 11177, 11215, 17725, 11058, 11023, 17278, 11468, 12828, 14732, 11564, 12512, 12365, 11563, 12447, 11399, 11115, 13794, 11492, 10991, 14149, 11694, 12336, 14650, 11928, 13353, 11402, 11499, 13984, 12015, 11408, 15624, 11910, 11428, 16885, 11620, 11587, 14053, 11747, 11963, 12724, 11346, 13212, 11675, 11221, 15943, 12340, 11189, 16776, 11720, 13248, 12136, 11623, 12387, 12327, 11212, 13824, 10860, 11272, 15002, 11640, 11161, 11874, 11475, 12753, 11727, 10950, 16027, 11227, 11115, 17032, 11520, 13579, 15623, 11380, 14448, 14257, 11452, 13790, 11626, 11005, 16123, 11363, 11047, 16854, 11818, 10980, 16975, 11483, 10989, 15879, 11253, 14252, 14940, 11205, 12455, 10845, 11209, 12094, 11606, 11098, 13267, 10895, 11024, 16322, 11377, 10852, 14567, 11486, 12907, 12309, 11258, 13812, 11425, 10917, 16535, 11158, 10914, 17038, 11806, 11048, 16675, 11592, 11262, 11688, 11571, 11397, 12027, 11184, 13438, 12026, 11396, 10227, 11760, 11280, 11970, 11235, 13896, 11353, 11222, 15691, 11805, 11457, 14667, 11565, 14278, 10989, 11578, 12710, 11423, 10961, 16945, 11212, 11092, 16118, 11227, 12734, 16993, 11423, 11634, 16613, 11267, 12157, 16545, 11678, 11764, 14519, 11444, 13638, 10312, 11272, 11457, 11086, 11484, 12625, 12093, 11350, 13167, 11974, 11159, 13943, 11625, 11135, 17345, 11556, 10963, 16484, 11218, 12228, 10043, 11179, 11445, 11685, 10908, 15184, 11597, 11062, 17234, 11273, 12585, 11224, 11178, 12297, 11114, 10744, 16898, 11361, 10897, 16178, 11009, 14452, 11533, 10851, 14945, 11347, 10639, 15954, 10897, 10744, 17245, 11189, 11176, 12971, 11202, 11925, 11509, 10687, 14612, 11063, 10883, 15999, 11009, 10430, 17284, 11228, 10851, 17201, 11085, 13260, 11648, 10895, 12669, 10726, 10968, 12700, 11332, 11173, 11843, 10925, 13345, 11128, 11151, 14402, 11418, 11880, 11701, 11134, 15649, 11693, 11157, 12023, 11040, 14652, 10875, 10927, 13673, 11299, 13261, 11535, 10825, 16527, 11372, 13553, 14146, 11105, 14564, 11703, 10758, 16420, 10158, 10721, 17457, 11107, 12283, 16951, 11037, 15074, 11378, 11241, 14189, 10882, 10555, 16218, 11060, 10644, 15897, 10791, 12528, 11016, 10881, 14689, 11397, 10511, 13302, 10859, 12088, 11417, 10500, 16063, 10697, 10559, 16657, 10785, 13378, 15648, 11091, 14368, 10669, 8685, 8659, 9217, 9225, 9122, 9847, 10081, 16995, 13834, 11169, 14297, 10025, 10101, 15172, 9993, 10743, 15432, 9327, 14391, 9978, 9476, 13525, 8838, 9673, 15587, 9620, 10059, 8398, 9725, 10515, 9272, 9515, 11570, 9936, 9978, 11030, 9766, 10318, 9592, 9565, 14611, 9670, 11258, 10447, 9678, 15188, 9699, 11406, 9202, 10470, 15897, 10798, 14446, 10070, 11085, 15630, 9206, 10031, 16501, 10653, 10942, 17149, 9176, 10505, 16277, 9321, 11354, 13706, 9581, 10429, 9741, 9373, 11530, 9915, 9696, 15795, 9462, 11929, 9077, 9625, 13334, 9865, 9209, 14894, 9240, 9542, 16153, 9584, 9620, 12817, 9687, 10673, 9875, 9686, 12358, 9658, 10131, 9445, 9568, 11301, 9522, 9121, 14857, 9183, 10837, 15030, 10809, 14672, 10001, 9458], 'WindowCenter': [4752.0, 4716.0, 4714.0, 4702.0, 4698.0, 4688.0, 4705.0, 4685.0, 4685.0, 4704.0, 4675.0, 4685.0, 4673.0, 4685.0, 4683.0, 4673.0, 4674.0, 4693.0, 4663.0, 4674.0, 4702.0, 4673.0, 4675.0, 4702.0, 4672.0, 4674.0, 4681.0, 4673.0, 4673.0, 4671.0, 4673.0, 4673.0, 4673.0, 4673.0, 4692.0, 4683.0, 4673.0, 4681.0, 4684.0, 4674.0, 4682.0, 4674.0, 4673.0, 4673.0, 4675.0, 4702.0, 4673.0, 4675.0, 4692.0, 4674.0, 4683.0, 4671.0, 4673.0, 4693.0, 4662.0, 4671.0, 4690.0, 4671.0, 4663.0, 4690.0, 4661.0, 4680.0, 4659.0, 4660.0, 4661.0, 4660.0, 4671.0, 4690.0, 4660.0, 4662.0, 4680.0, 4670.0, 4661.0, 4689.0, 4670.0, 4661.0, 4689.0, 4661.0, 4672.0, 4669.0, 4671.0, 4662.0, 4650.0, 4672.0, 4661.0, 4669.0, 4671.0, 4662.0, 4672.0, 4673.0, 4691.0, 4673.0, 4673.0, 4681.0, 4673.0, 4688.0, 4673.0, 4673.0, 4674.0, 4673.0, 4686.0, 4693.0, 4673.0, 4674.0, 4692.0, 4675.0, 4685.0, 4683.0, 4675.0, 4685.0, 4674.0, 4686.0, 4704.0, 4685.0, 4676.0, 4703.0, 4672.0, 4685.0, 4693.0, 4672.0, 4684.0, 4682.0, 4673.0, 4683.0, 4672.0, 4673.0, 4693.0, 4672.0, 4674.0, 4702.0, 4662.0, 4673.0, 4692.0, 4671.0, 4674.0, 4692.0, 4673.0, 4673.0, 4692.0, 4662.0, 4673.0, 4692.0, 4672.0, 4672.0, 4681.0, 4673.0, 4675.0, 4693.0, 4684.0, 4675.0, 4693.0, 4684.0, 4676.0, 4694.0, 4685.0, 4686.0, 4706.0, 4676.0, 4685.0, 4705.0, 4685.0, 4686.0, 4703.0, 4686.0, 4687.0, 4704.0, 4687.0, 4687.0, 4685.0, 4687.0, 4687.0, 4685.0, 4697.0, 4687.0, 4687.0, 4687.0, 4697.0, 4697.0, 4688.0, 4707.0, 4687.0, 4688.0, 4705.0, 4685.0, 4676.0, 4705.0, 4674.0, 4675.0, 4692.0, 4661.0, 4672.0, 4692.0, 4672.0, 4672.0, 4691.0, 4669.0, 4662.0, 4690.0, 4672.0, 4673.0, 4692.0, 4673.0, 4673.0, 4691.0, 4673.0, 4674.0, 4692.0, 4673.0, 4674.0, 4690.0, 4674.0, 4687.0, 4662.0, 4673.0, 4672.0, 4672.0, 4672.0, 4672.0, 4672.0, 4674.0, 4683.0, 4663.0, 4672.0, 4692.0, 4683.0, 4674.0, 4682.0, 4674.0, 4674.0, 4662.0, 4674.0, 4674.0, 4672.0, 4672.0, 4692.0, 4660.0, 4673.0, 4691.0, 4672.0, 4673.0, 4691.0, 4661.0, 4662.0, 4679.0, 4662.0, 4663.0, 4661.0, 4673.0, 4673.0, 4681.0, 4673.0, 4674.0, 4671.0, 4673.0, 4683.0, 4669.0, 4672.0, 4673.0, 4670.0, 4662.0, 4662.0, 4658.0, 4672.0, 4673.0, 4671.0, 4673.0, 4663.0, 4670.0, 4673.0, 4674.0, 4673.0, 4675.0, 4673.0, 4672.0, 4675.0, 4684.0, 4673.0, 4675.0, 4693.0, 4674.0, 4675.0, 4674.0, 4683.0, 4676.0, 4674.0, 4684.0, 4685.0, 4696.0, 4686.0, 4688.0, 4705.0, 4697.0, 4688.0, 4696.0, 4687.0, 4687.0, 4675.0, 4686.0, 4686.0, 4685.0, 4677.0, 4686.0, 4685.0, 4676.0, 4694.0, 4675.0, 4676.0, 4694.0, 4685.0, 4676.0, 4694.0, 4686.0, 4697.0, 4685.0, 4675.0, 4686.0, 4674.0, 4686.0, 4675.0, 4673.0, 4675.0, 4695.0, 4673.0, 4675.0, 4684.0, 4661.0, 4673.0, 4692.0, 4670.0, 4662.0, 4690.0, 4660.0, 4663.0, 4691.0, 4662.0, 4673.0, 4691.0, 4663.0, 4674.0, 4683.0, 4685.0, 4686.0, 4692.0, 4686.0, 4687.0, 4693.0, 4686.0, 4676.0, 4684.0, 4686.0, 4677.0, 4685.0, 4676.0, 4673.0, 4675.0, 4676.0, 4694.0, 4685.0, 4687.0, 4684.0, 4686.0, 4687.0, 4684.0, 4675.0, 4685.0, 4674.0, 4675.0, 4694.0, 4664.0, 4675.0, 4703.0, 4674.0, 4665.0, 4693.0, 4673.0, 4673.0, 4680.0, 4672.0, 4683.0, 4669.0, 4672.0, 4672.0, 4660.0, 4662.0, 4682.0, 4659.0, 4659.0, 4680.0, 4659.0, 4660.0, 4679.0, 4660.0, 4661.0, 4691.0, 4671.0, 4674.0, 4692.0, 4672.0, 4672.0, 4661.0, 4673.0, 4662.0, 4662.0, 4674.0, 4694.0, 4662.0, 4673.0, 4692.0, 4672.0, 4664.0, 4662.0, 4674.0, 4672.0, 4674.0, 4675.0, 4685.0, 4675.0, 4676.0, 4696.0, 4672.0, 4675.0, 4685.0, 4683.0, 4674.0, 4672.0, 4663.0, 4664.0, 4674.0, 4672.0, 4663.0, 4674.0, 4673.0, 4674.0, 4672.0, 4673.0, 4673.0, 4674.0, 4675.0, 4675.0, 4694.0, 4686.0, 4687.0, 4676.0, 4688.0, 4687.0, 4686.0, 4688.0, 4687.0, 4687.0, 4688.0, 4706.0, 4676.0, 4687.0, 4695.0, 4687.0, 4677.0, 4665.0, 4687.0, 4677.0, 4686.0, 4688.0, 4705.0, 4684.0, 4688.0, 4685.0, 4688.0, 4698.0, 4685.0, 4675.0, 4704.0, 4683.0, 4677.0, 4695.0, 4676.0, 4696.0, 4682.0, 4673.0, 4675.0, 4673.0, 4674.0, 4693.0, 4662.0, 4662.0, 4691.0, 4673.0, 4683.0, 4661.0, 4663.0, 4682.0, 4661.0, 4662.0, 4690.0, 4661.0, 4662.0, 4669.0, 4661.0, 4671.0, 4659.0, 4662.0, 4690.0, 4662.0, 4662.0, 4650.0, 4660.0, 4672.0, 4662.0, 4663.0, 4670.0, 4661.0, 4662.0, 4662.0, 4663.0, 4701.0, 4662.0, 4663.0, 4672.0, 4663.0, 4692.0, 4671.0, 4662.0, 4691.0, 4662.0, 4672.0, 4680.0, 4662.0, 4672.0, 4661.0, 4661.0, 4671.0, 4673.0, 4664.0, 4681.0, 4662.0, 4664.0, 4663.0, 4665.0, 4673.0, 4664.0, 4665.0, 4694.0, 4675.0, 4674.0, 4664.0, 4675.0, 4685.0, 4675.0, 4675.0, 4707.0, 4675.0, 4675.0, 4692.0, 4675.0, 4675.0, 4686.0, 4677.0, 4685.0, 4687.0, 4678.0, 4677.0, 4688.0, 4678.0, 4689.0, 4688.0, 4708.0, 4688.0, 4680.0, 4707.0, 4688.0, 4699.0, 4685.0, 4678.0, 4687.0, 4675.0, 4677.0, 4696.0, 4677.0, 4677.0, 4706.0, 4676.0, 4677.0, 4694.0, 4676.0, 4695.0, 4674.0, 4675.0, 4696.0, 4674.0, 4676.0, 4693.0, 4664.0, 4675.0, 4704.0, 4675.0, 4677.0, 4683.0, 4674.0, 4674.0, 4672.0, 4664.0, 4685.0, 4663.0, 4662.0, 4682.0, 4662.0, 4663.0, 4682.0, 4662.0, 4663.0, 4691.0, 4661.0, 4663.0, 4691.0, 4662.0, 4663.0, 4681.0, 4660.0, 4663.0, 4671.0, 4662.0, 4663.0, 4651.0, 4662.0, 4664.0, 4662.0, 4664.0, 4674.0, 4675.0, 4664.0, 4682.0, 4662.0, 4664.0, 4682.0, 4674.0, 4686.0, 4672.0, 4664.0, 4664.0, 4663.0, 4676.0, 4693.0, 4674.0, 4676.0, 4694.0, 4664.0, 4676.0, 4664.0, 4665.0, 4675.0, 4674.0, 4665.0, 4694.0, 4663.0, 4665.0, 4693.0, 4664.0, 4666.0, 4683.0, 4664.0, 4675.0, 4663.0, 4664.0, 4675.0, 4663.0, 4664.0, 4692.0, 4662.0, 4665.0, 4693.0, 4664.0, 4665.0, 4692.0, 4662.0, 4675.0, 4682.0, 4663.0, 4673.0, 4661.0, 4663.0, 4673.0, 4660.0, 4663.0, 4682.0, 4663.0, 4665.0, 4683.0, 4665.0, 4666.0, 4674.0, 4675.0, 4666.0, 4684.0, 4675.0, 4676.0, 4675.0, 4676.0, 4685.0, 4676.0, 4667.0, 4684.0, 4676.0, 4676.0, 4684.0, 4677.0, 4678.0, 4676.0, 4677.0, 4676.0, 4686.0, 4678.0, 4691.0, 4692.0, 4709.0, 4690.0, 4691.0, 4688.0, 4689.0, 4688.0, 4686.0, 4678.0, 4688.0, 4685.0, 4667.0, 4686.0, 4664.0, 4664.0, 4694.0, 4662.0, 4664.0, 4694.0, 4653.0, 4653.0, 4692.0, 4653.0, 4664.0, 4692.0, 4663.0, 4664.0, 4681.0, 4663.0, 4674.0, 4651.0, 4664.0, 4663.0, 4663.0, 4664.0, 4674.0, 4665.0, 4665.0, 4684.0, 4665.0, 4675.0, 4665.0, 4664.0, 4693.0, 4664.0, 4664.0, 4693.0, 4662.0, 4684.0, 4661.0, 4663.0, 4673.0, 4662.0, 4654.0, 4682.0, 4652.0, 4653.0, 4681.0, 4652.0, 4653.0, 4681.0, 4653.0, 4662.0, 4652.0, 4664.0, 4682.0, 4665.0, 4665.0, 4683.0, 4666.0, 4667.0, 4686.0, 4678.0, 4696.0, 4676.0, 4677.0, 4696.0, 4677.0, 4667.0, 4694.0, 4676.0, 4667.0, 4665.0, 4677.0, 4676.0, 4677.0, 4677.0, 4685.0, 4678.0, 4679.0, 4696.0, 4677.0, 4678.0, 4697.0, 4667.0, 4699.0, 4666.0, 4677.0, 4687.0, 4666.0, 4665.0, 4677.0, 4675.0, 4667.0, 4686.0, 4666.0, 4668.0, 4695.0, 4665.0, 4667.0, 4695.0, 4666.0, 4668.0, 4675.0, 4665.0, 4666.0, 4655.0, 4667.0, 4677.0, 4676.0, 4678.0, 4694.0, 4666.0, 4667.0, 4695.0, 4666.0, 4687.0, 4694.0, 4664.0, 4676.0, 4673.0, 4665.0, 4685.0, 4652.0, 4653.0, 4685.0, 4663.0, 4666.0, 4684.0, 4653.0, 4654.0, 4682.0, 4666.0, 4665.0, 4662.0, 4665.0, 4663.0, 4654.0, 4655.0, 4684.0, 4664.0, 4655.0, 4672.0, 4655.0, 4686.0, 4664.0, 4655.0, 4684.0, 4653.0, 4654.0, 4683.0, 4651.0, 4653.0, 4691.0, 4641.0, 4642.0, 4680.0, 4640.0, 4661.0, 4669.0, 4641.0, 4650.0, 4649.0, 4652.0, 4662.0, 4653.0, 4655.0, 4673.0, 4665.0, 4667.0, 4685.0, 4667.0, 4674.0, 4684.0, 4665.0, 4677.0, 4655.0, 4666.0, 4675.0, 4663.0, 4655.0, 4684.0, 4664.0, 4655.0, 4692.0, 4654.0, 4665.0, 4671.0, 4665.0, 4665.0, 4673.0, 4665.0, 4675.0, 4666.0, 4668.0, 4694.0, 4675.0, 4665.0, 4695.0, 4666.0, 4677.0, 4665.0, 4665.0, 4666.0, 4676.0, 4668.0, 4686.0, 4655.0, 4667.0, 4685.0, 4667.0, 4668.0, 4678.0, 4678.0, 4678.0, 4666.0, 4669.0, 4708.0, 4668.0, 4668.0, 4696.0, 4656.0, 4677.0, 4684.0, 4665.0, 4685.0, 4671.0, 4665.0, 4674.0, 4653.0, 4653.0, 4682.0, 4653.0, 4652.0, 4693.0, 4653.0, 4654.0, 4681.0, 4652.0, 4654.0, 4681.0, 4653.0, 4673.0, 4668.0, 4641.0, 4651.0, 4640.0, 4642.0, 4651.0, 4651.0, 4653.0, 4662.0, 4642.0, 4654.0, 4683.0, 4654.0, 4655.0, 4673.0, 4664.0, 4675.0, 4663.0, 4666.0, 4674.0, 4665.0, 4656.0, 4695.0, 4655.0, 4656.0, 4693.0, 4665.0, 4656.0, 4693.0, 4665.0, 4655.0, 4663.0, 4667.0, 4667.0, 4676.0, 4667.0, 4675.0, 4675.0, 4668.0, 4657.0, 4678.0, 4668.0, 4667.0, 4669.0, 4688.0, 4668.0, 4669.0, 4696.0, 4666.0, 4669.0, 4685.0, 4667.0, 4687.0, 4655.0, 4667.0, 4677.0, 4666.0, 4667.0, 4706.0, 4655.0, 4667.0, 4695.0, 4657.0, 4678.0, 4695.0, 4665.0, 4665.0, 4692.0, 4654.0, 4666.0, 4693.0, 4654.0, 4664.0, 4673.0, 4654.0, 4676.0, 4643.0, 4655.0, 4654.0, 4654.0, 4665.0, 4666.0, 4664.0, 4655.0, 4673.0, 4653.0, 4655.0, 4675.0, 4654.0, 4655.0, 4692.0, 4655.0, 4654.0, 4694.0, 4654.0, 4665.0, 4633.0, 4654.0, 4655.0, 4664.0, 4657.0, 4685.0, 4666.0, 4667.0, 4695.0, 4668.0, 4676.0, 4655.0, 4666.0, 4664.0, 4655.0, 4655.0, 4693.0, 4666.0, 4657.0, 4694.0, 4656.0, 4686.0, 4655.0, 4656.0, 4685.0, 4654.0, 4655.0, 4683.0, 4644.0, 4656.0, 4694.0, 4655.0, 4656.0, 4664.0, 4656.0, 4666.0, 4665.0, 4656.0, 4686.0, 4656.0, 4657.0, 4696.0, 4656.0, 4657.0, 4695.0, 4655.0, 4656.0, 4695.0, 4666.0, 4676.0, 4665.0, 4656.0, 4674.0, 4655.0, 4667.0, 4676.0, 4667.0, 4669.0, 4667.0, 4670.0, 4688.0, 4667.0, 4666.0, 4686.0, 4667.0, 4668.0, 4666.0, 4669.0, 4697.0, 4668.0, 4670.0, 4678.0, 4668.0, 4697.0, 4666.0, 4669.0, 4686.0, 4669.0, 4687.0, 4667.0, 4668.0, 4696.0, 4666.0, 4688.0, 4685.0, 4656.0, 4684.0, 4654.0, 4645.0, 4684.0, 4644.0, 4653.0, 4693.0, 4653.0, 4664.0, 4682.0, 4643.0, 4684.0, 4652.0, 4653.0, 4672.0, 4643.0, 4644.0, 4683.0, 4654.0, 4646.0, 4682.0, 4654.0, 4665.0, 4643.0, 4656.0, 4685.0, 4667.0, 4658.0, 4675.0, 4668.0, 4678.0, 4668.0, 4669.0, 4697.0, 4657.0, 4658.0, 4707.0, 4669.0, 4688.0, 4684.0, 4656.0, 4686.0, 4672.0, 4653.0, 4652.0, 4673.0, 4673.0, 4675.0, 4675.0, 4688.0, 4737.0, 4692.0, 4658.0, 4677.0, 4636.0, 4647.0, 4684.0, 4635.0, 4644.0, 4672.0, 4622.0, 4674.0, 4631.0, 4624.0, 4661.0, 4612.0, 4623.0, 4669.0, 4623.0, 4632.0, 4613.0, 4633.0, 4642.0, 4622.0, 4636.0, 4654.0, 4634.0, 4647.0, 4645.0, 4645.0, 4647.0, 4648.0, 4647.0, 4686.0, 4649.0, 4669.0, 4658.0, 4648.0, 4687.0, 4647.0, 4668.0, 4651.0, 4672.0, 4697.0, 4659.0, 4689.0, 4648.0, 4667.0, 4697.0, 4636.0, 4648.0, 4695.0, 4646.0, 4656.0, 4695.0, 4624.0, 4643.0, 4681.0, 4625.0, 4654.0, 4673.0, 4635.0, 4643.0, 4633.0, 4637.0, 4656.0, 4647.0, 4648.0, 4685.0, 4646.0, 4667.0, 4637.0, 4648.0, 4676.0, 4645.0, 4637.0, 4687.0, 4637.0, 4648.0, 4696.0, 4649.0, 4648.0, 4677.0, 4650.0, 4670.0, 4659.0, 4660.0, 4679.0, 4661.0, 4673.0, 4661.0, 4662.0, 4680.0, 4660.0, 4664.0, 4700.0, 4661.0, 4671.0, 4699.0, 4670.0, 4702.0, 4660.0, 4660.0], 'WindowWidth': [10374.0, 10308.0, 10302.0, 10281.0, 10267.0, 10254.0, 10274.0, 10244.0, 10244.0, 10269.0, 10229.0, 10245.0, 10223.0, 10241.0, 10241.0, 10223.0, 10226.0, 10251.0, 10207.0, 10225.0, 10263.0, 10222.0, 10228.0, 10262.0, 10221.0, 10226.0, 10231.0, 10224.0, 10223.0, 10217.0, 10223.0, 10223.0, 10221.0, 10223.0, 10249.0, 10236.0, 10224.0, 10232.0, 10239.0, 10226.0, 10232.0, 10226.0, 10224.0, 10223.0, 10227.0, 10264.0, 10222.0, 10228.0, 10248.0, 10224.0, 10238.0, 10217.0, 10222.0, 10251.0, 10206.0, 10218.0, 10244.0, 10216.0, 10208.0, 10242.0, 10202.0, 10228.0, 10196.0, 10200.0, 10205.0, 10199.0, 10216.0, 10240.0, 10198.0, 10204.0, 10227.0, 10213.0, 10204.0, 10239.0, 10213.0, 10203.0, 10240.0, 10203.0, 10219.0, 10211.0, 10216.0, 10206.0, 10186.0, 10218.0, 10204.0, 10211.0, 10216.0, 10207.0, 10217.0, 10221.0, 10246.0, 10223.0, 10223.0, 10232.0, 10222.0, 10252.0, 10223.0, 10225.0, 10226.0, 10221.0, 10247.0, 10252.0, 10223.0, 10227.0, 10249.0, 10228.0, 10243.0, 10236.0, 10229.0, 10244.0, 10226.0, 10244.0, 10268.0, 10240.0, 10232.0, 10266.0, 10222.0, 10244.0, 10250.0, 10220.0, 10241.0, 10231.0, 10221.0, 10238.0, 10217.0, 10221.0, 10250.0, 10221.0, 10224.0, 10263.0, 10206.0, 10224.0, 10249.0, 10219.0, 10226.0, 10247.0, 10221.0, 10223.0, 10248.0, 10206.0, 10222.0, 10248.0, 10219.0, 10220.0, 10233.0, 10223.0, 10229.0, 10251.0, 10238.0, 10229.0, 10253.0, 10241.0, 10231.0, 10254.0, 10243.0, 10245.0, 10275.0, 10232.0, 10243.0, 10272.0, 10244.0, 10246.0, 10267.0, 10246.0, 10249.0, 10267.0, 10247.0, 10248.0, 10242.0, 10248.0, 10249.0, 10244.0, 10263.0, 10252.0, 10250.0, 10252.0, 10264.0, 10264.0, 10253.0, 10280.0, 10250.0, 10252.0, 10272.0, 10242.0, 10233.0, 10273.0, 10224.0, 10227.0, 10251.0, 10203.0, 10220.0, 10248.0, 10219.0, 10219.0, 10245.0, 10212.0, 10206.0, 10243.0, 10220.0, 10223.0, 10249.0, 10223.0, 10223.0, 10246.0, 10223.0, 10227.0, 10248.0, 10222.0, 10227.0, 10243.0, 10226.0, 10248.0, 10204.0, 10221.0, 10222.0, 10218.0, 10219.0, 10221.0, 10219.0, 10224.0, 10236.0, 10208.0, 10221.0, 10248.0, 10237.0, 10227.0, 10234.0, 10225.0, 10227.0, 10205.0, 10224.0, 10225.0, 10218.0, 10220.0, 10248.0, 10201.0, 10221.0, 10246.0, 10218.0, 10224.0, 10243.0, 10203.0, 10207.0, 10225.0, 10205.0, 10209.0, 10203.0, 10221.0, 10224.0, 10230.0, 10222.0, 10225.0, 10217.0, 10221.0, 10237.0, 10212.0, 10219.0, 10222.0, 10213.0, 10204.0, 10206.0, 10196.0, 10219.0, 10222.0, 10216.0, 10221.0, 10210.0, 10215.0, 10224.0, 10226.0, 10224.0, 10229.0, 10226.0, 10222.0, 10228.0, 10242.0, 10224.0, 10227.0, 10253.0, 10225.0, 10228.0, 10228.0, 10239.0, 10231.0, 10228.0, 10243.0, 10245.0, 10260.0, 10248.0, 10254.0, 10271.0, 10263.0, 10253.0, 10261.0, 10250.0, 10250.0, 10229.0, 10247.0, 10247.0, 10243.0, 10233.0, 10246.0, 10242.0, 10232.0, 10256.0, 10229.0, 10233.0, 10256.0, 10243.0, 10234.0, 10255.0, 10246.0, 10263.0, 10242.0, 10229.0, 10246.0, 10227.0, 10244.0, 10231.0, 10224.0, 10229.0, 10259.0, 10221.0, 10227.0, 10242.0, 10203.0, 10222.0, 10248.0, 10213.0, 10205.0, 10244.0, 10202.0, 10208.0, 10245.0, 10204.0, 10223.0, 10245.0, 10209.0, 10225.0, 10238.0, 10243.0, 10247.0, 10249.0, 10245.0, 10248.0, 10252.0, 10244.0, 10234.0, 10238.0, 10248.0, 10235.0, 10241.0, 10231.0, 10225.0, 10227.0, 10232.0, 10255.0, 10243.0, 10247.0, 10241.0, 10245.0, 10248.0, 10239.0, 10230.0, 10245.0, 10226.0, 10229.0, 10255.0, 10212.0, 10227.0, 10265.0, 10224.0, 10214.0, 10251.0, 10221.0, 10224.0, 10227.0, 10218.0, 10236.0, 10212.0, 10218.0, 10221.0, 10200.0, 10204.0, 10234.0, 10197.0, 10198.0, 10229.0, 10197.0, 10200.0, 10226.0, 10200.0, 10204.0, 10246.0, 10217.0, 10225.0, 10247.0, 10220.0, 10221.0, 10202.0, 10222.0, 10208.0, 10206.0, 10223.0, 10253.0, 10206.0, 10223.0, 10247.0, 10220.0, 10212.0, 10206.0, 10224.0, 10222.0, 10224.0, 10230.0, 10242.0, 10229.0, 10232.0, 10261.0, 10221.0, 10229.0, 10244.0, 10236.0, 10226.0, 10222.0, 10208.0, 10211.0, 10226.0, 10220.0, 10209.0, 10226.0, 10221.0, 10224.0, 10221.0, 10224.0, 10224.0, 10225.0, 10228.0, 10229.0, 10256.0, 10247.0, 10250.0, 10232.0, 10252.0, 10250.0, 10246.0, 10251.0, 10251.0, 10247.0, 10250.0, 10273.0, 10232.0, 10249.0, 10258.0, 10247.0, 10236.0, 10215.0, 10248.0, 10236.0, 10246.0, 10250.0, 10272.0, 10242.0, 10251.0, 10243.0, 10250.0, 10266.0, 10243.0, 10230.0, 10269.0, 10238.0, 10234.0, 10257.0, 10230.0, 10258.0, 10234.0, 10223.0, 10229.0, 10222.0, 10226.0, 10250.0, 10206.0, 10207.0, 10245.0, 10220.0, 10237.0, 10202.0, 10206.0, 10235.0, 10200.0, 10203.0, 10242.0, 10200.0, 10205.0, 10210.0, 10200.0, 10214.0, 10196.0, 10202.0, 10241.0, 10203.0, 10205.0, 10184.0, 10200.0, 10218.0, 10204.0, 10206.0, 10211.0, 10202.0, 10207.0, 10204.0, 10208.0, 10259.0, 10204.0, 10208.0, 10216.0, 10207.0, 10246.0, 10217.0, 10206.0, 10244.0, 10205.0, 10222.0, 10226.0, 10204.0, 10217.0, 10200.0, 10204.0, 10217.0, 10219.0, 10209.0, 10228.0, 10206.0, 10211.0, 10207.0, 10212.0, 10223.0, 10210.0, 10213.0, 10252.0, 10227.0, 10227.0, 10210.0, 10228.0, 10244.0, 10226.0, 10227.0, 10274.0, 10228.0, 10228.0, 10249.0, 10228.0, 10230.0, 10243.0, 10232.0, 10241.0, 10246.0, 10237.0, 10235.0, 10252.0, 10237.0, 10253.0, 10252.0, 10279.0, 10252.0, 10243.0, 10276.0, 10250.0, 10269.0, 10243.0, 10235.0, 10249.0, 10228.0, 10233.0, 10258.0, 10233.0, 10234.0, 10273.0, 10230.0, 10235.0, 10253.0, 10231.0, 10256.0, 10224.0, 10228.0, 10259.0, 10225.0, 10231.0, 10251.0, 10211.0, 10227.0, 10266.0, 10227.0, 10233.0, 10234.0, 10224.0, 10226.0, 10219.0, 10210.0, 10241.0, 10206.0, 10206.0, 10234.0, 10203.0, 10208.0, 10233.0, 10204.0, 10207.0, 10244.0, 10201.0, 10208.0, 10242.0, 10204.0, 10207.0, 10229.0, 10201.0, 10206.0, 10214.0, 10205.0, 10208.0, 10187.0, 10205.0, 10210.0, 10204.0, 10210.0, 10227.0, 10225.0, 10211.0, 10232.0, 10205.0, 10212.0, 10232.0, 10225.0, 10245.0, 10218.0, 10210.0, 10210.0, 10208.0, 10229.0, 10249.0, 10225.0, 10231.0, 10252.0, 10212.0, 10231.0, 10210.0, 10213.0, 10229.0, 10224.0, 10214.0, 10253.0, 10208.0, 10214.0, 10250.0, 10211.0, 10216.0, 10235.0, 10212.0, 10227.0, 10206.0, 10210.0, 10227.0, 10208.0, 10210.0, 10247.0, 10205.0, 10212.0, 10251.0, 10211.0, 10213.0, 10247.0, 10206.0, 10227.0, 10230.0, 10208.0, 10223.0, 10201.0, 10206.0, 10220.0, 10200.0, 10206.0, 10231.0, 10206.0, 10212.0, 10235.0, 10213.0, 10217.0, 10225.0, 10228.0, 10218.0, 10239.0, 10228.0, 10232.0, 10229.0, 10230.0, 10244.0, 10229.0, 10219.0, 10239.0, 10229.0, 10230.0, 10238.0, 10235.0, 10236.0, 10229.0, 10233.0, 10232.0, 10246.0, 10237.0, 10261.0, 10263.0, 10282.0, 10256.0, 10259.0, 10249.0, 10253.0, 10253.0, 10245.0, 10235.0, 10253.0, 10242.0, 10218.0, 10247.0, 10210.0, 10211.0, 10255.0, 10206.0, 10211.0, 10252.0, 10194.0, 10194.0, 10247.0, 10193.0, 10209.0, 10247.0, 10208.0, 10210.0, 10230.0, 10208.0, 10225.0, 10190.0, 10208.0, 10208.0, 10205.0, 10211.0, 10224.0, 10213.0, 10215.0, 10237.0, 10215.0, 10228.0, 10212.0, 10212.0, 10250.0, 10210.0, 10210.0, 10249.0, 10206.0, 10239.0, 10201.0, 10206.0, 10222.0, 10203.0, 10195.0, 10232.0, 10190.0, 10192.0, 10229.0, 10191.0, 10194.0, 10228.0, 10192.0, 10206.0, 10191.0, 10210.0, 10234.0, 10212.0, 10214.0, 10237.0, 10216.0, 10219.0, 10246.0, 10237.0, 10259.0, 10232.0, 10234.0, 10258.0, 10233.0, 10221.0, 10253.0, 10231.0, 10219.0, 10214.0, 10233.0, 10231.0, 10233.0, 10234.0, 10242.0, 10236.0, 10239.0, 10260.0, 10234.0, 10238.0, 10260.0, 10220.0, 10267.0, 10216.0, 10233.0, 10249.0, 10217.0, 10216.0, 10233.0, 10228.0, 10218.0, 10244.0, 10215.0, 10221.0, 10256.0, 10214.0, 10219.0, 10255.0, 10216.0, 10222.0, 10227.0, 10215.0, 10216.0, 10199.0, 10219.0, 10235.0, 10231.0, 10234.0, 10253.0, 10216.0, 10220.0, 10255.0, 10217.0, 10246.0, 10251.0, 10210.0, 10230.0, 10220.0, 10211.0, 10241.0, 10193.0, 10195.0, 10241.0, 10207.0, 10216.0, 10238.0, 10195.0, 10197.0, 10232.0, 10216.0, 10213.0, 10203.0, 10215.0, 10209.0, 10195.0, 10198.0, 10237.0, 10210.0, 10200.0, 10218.0, 10201.0, 10245.0, 10210.0, 10199.0, 10239.0, 10193.0, 10196.0, 10234.0, 10188.0, 10193.0, 10244.0, 10174.0, 10177.0, 10226.0, 10171.0, 10201.0, 10209.0, 10173.0, 10185.0, 10183.0, 10191.0, 10204.0, 10194.0, 10199.0, 10223.0, 10214.0, 10221.0, 10241.0, 10220.0, 10228.0, 10238.0, 10214.0, 10233.0, 10198.0, 10214.0, 10228.0, 10207.0, 10200.0, 10237.0, 10209.0, 10198.0, 10247.0, 10195.0, 10212.0, 10217.0, 10214.0, 10215.0, 10222.0, 10214.0, 10227.0, 10215.0, 10223.0, 10253.0, 10228.0, 10216.0, 10255.0, 10217.0, 10234.0, 10213.0, 10213.0, 10218.0, 10230.0, 10222.0, 10244.0, 10201.0, 10218.0, 10242.0, 10220.0, 10224.0, 10236.0, 10238.0, 10239.0, 10218.0, 10226.0, 10277.0, 10222.0, 10224.0, 10260.0, 10203.0, 10234.0, 10239.0, 10213.0, 10241.0, 10217.0, 10212.0, 10225.0, 10193.0, 10196.0, 10232.0, 10193.0, 10192.0, 10247.0, 10194.0, 10195.0, 10228.0, 10191.0, 10196.0, 10227.0, 10191.0, 10219.0, 10206.0, 10172.0, 10187.0, 10170.0, 10176.0, 10188.0, 10188.0, 10193.0, 10205.0, 10177.0, 10196.0, 10234.0, 10197.0, 10201.0, 10220.0, 10211.0, 10229.0, 10209.0, 10215.0, 10227.0, 10213.0, 10203.0, 10255.0, 10200.0, 10202.0, 10249.0, 10212.0, 10201.0, 10250.0, 10213.0, 10202.0, 10208.0, 10218.0, 10221.0, 10230.0, 10219.0, 10227.0, 10228.0, 10222.0, 10204.0, 10236.0, 10223.0, 10219.0, 10226.0, 10251.0, 10223.0, 10225.0, 10258.0, 10218.0, 10227.0, 10241.0, 10220.0, 10248.0, 10199.0, 10219.0, 10232.0, 10215.0, 10220.0, 10272.0, 10200.0, 10220.0, 10256.0, 10206.0, 10235.0, 10256.0, 10213.0, 10214.0, 10249.0, 10197.0, 10216.0, 10250.0, 10198.0, 10211.0, 10220.0, 10197.0, 10229.0, 10181.0, 10200.0, 10198.0, 10195.0, 10213.0, 10216.0, 10209.0, 10200.0, 10224.0, 10192.0, 10199.0, 10226.0, 10197.0, 10199.0, 10249.0, 10198.0, 10197.0, 10251.0, 10195.0, 10212.0, 10166.0, 10198.0, 10200.0, 10209.0, 10204.0, 10241.0, 10214.0, 10220.0, 10253.0, 10220.0, 10231.0, 10200.0, 10215.0, 10212.0, 10198.0, 10201.0, 10251.0, 10214.0, 10204.0, 10251.0, 10200.0, 10243.0, 10197.0, 10200.0, 10242.0, 10196.0, 10199.0, 10237.0, 10183.0, 10200.0, 10252.0, 10198.0, 10203.0, 10209.0, 10202.0, 10217.0, 10214.0, 10204.0, 10246.0, 10202.0, 10206.0, 10257.0, 10202.0, 10204.0, 10254.0, 10200.0, 10203.0, 10254.0, 10216.0, 10232.0, 10213.0, 10204.0, 10225.0, 10200.0, 10220.0, 10231.0, 10220.0, 10225.0, 10219.0, 10227.0, 10248.0, 10220.0, 10218.0, 10243.0, 10219.0, 10224.0, 10218.0, 10226.0, 10261.0, 10222.0, 10228.0, 10234.0, 10222.0, 10261.0, 10219.0, 10224.0, 10243.0, 10224.0, 10249.0, 10220.0, 10222.0, 10258.0, 10217.0, 10250.0, 10240.0, 10202.0, 10240.0, 10194.0, 10184.0, 10238.0, 10181.0, 10195.0, 10248.0, 10191.0, 10210.0, 10231.0, 10180.0, 10236.0, 10189.0, 10192.0, 10218.0, 10177.0, 10183.0, 10234.0, 10196.0, 10188.0, 10231.0, 10196.0, 10211.0, 10179.0, 10202.0, 10242.0, 10220.0, 10208.0, 10228.0, 10222.0, 10237.0, 10223.0, 10224.0, 10260.0, 10204.0, 10208.0, 10276.0, 10225.0, 10250.0, 10238.0, 10202.0, 10241.0, 10235.0, 10212.0, 10209.0, 10244.0, 10241.0, 10246.0, 10246.0, 10269.0, 10337.0, 10259.0, 10207.0, 10233.0, 10172.0, 10186.0, 10235.0, 10168.0, 10180.0, 10214.0, 10148.0, 10220.0, 10159.0, 10150.0, 10198.0, 10132.0, 10150.0, 10207.0, 10149.0, 10160.0, 10135.0, 10163.0, 10176.0, 10148.0, 10170.0, 10194.0, 10167.0, 10189.0, 10183.0, 10185.0, 10191.0, 10191.0, 10190.0, 10242.0, 10195.0, 10224.0, 10207.0, 10193.0, 10244.0, 10191.0, 10219.0, 10202.0, 10233.0, 10259.0, 10210.0, 10252.0, 10191.0, 10218.0, 10260.0, 10174.0, 10192.0, 10257.0, 10185.0, 10200.0, 10252.0, 10153.0, 10178.0, 10228.0, 10155.0, 10195.0, 10218.0, 10169.0, 10181.0, 10166.0, 10176.0, 10201.0, 10191.0, 10193.0, 10241.0, 10190.0, 10219.0, 10177.0, 10193.0, 10232.0, 10186.0, 10179.0, 10247.0, 10178.0, 10193.0, 10256.0, 10197.0, 10196.0, 10231.0, 10200.0, 10230.0, 10214.0, 10216.0, 10239.0, 10218.0, 10237.0, 10217.0, 10222.0, 10245.0, 10216.0, 10226.0, 10273.0, 10219.0, 10233.0, 10266.0, 10230.0, 10275.0, 10214.0, 10214.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.0006278748068006182</td></tr>
<tr><td colspan=3>aqi</td><td>0.022530536630602782</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.126921557161644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1780333801005387</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.986771117192575</td></tr>
<tr><td colspan=3>efc</td><td>0.4797</td></tr>
<tr><td colspan=3>fber</td><td>5901.543</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06897673138215485</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6182380216383307</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5442544031919447</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.49347457691457</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8014479332082765</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3378406994529883</td></tr>
<tr><td colspan=3>gcor</td><td>0.00774274</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020031217485666275</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025192610919475555</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1294</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8650039740857305</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>32.7085</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3934</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.8459</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299676.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.714</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.392</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.3377</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3857.8583</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76868.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1239.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1061.829</td></tr>
<tr><td colspan=3>tsnr</td><td>42.01448515523225</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>