ds005256-mriqc/sub-0102_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter fada54bd13 [DATALAD RUNCMD] Compute MRIQC for sub-0102
=== 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-0102 --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-0102",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:30 +02:00

616 lines
No EOL
141 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-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-02/func/sub-0102_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>dbaaee8eb8dda4720444f5f1367ad3cc</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>09:58:44.290000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99593, -0.022364, -0.0873077, 0.0140805, 0.995438, -0.0943647]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0975949</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>[4209, -7782, -7294, 217, -102, -81, -99, 137]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>255.075</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1de9a51c-ab34-4e4a-9221-8b8f8f98257e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6720082759857178, 0.037777043879032135, -0.2403535544872284, 116.93028259277344], [0.06000104546546936, 2.670687675476074, -0.2504286766052246, -95.27086639404297], [-0.23424029350280762, 0.25317367911338806, 2.6775951385498047, -82.20867156982422], [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': ['095844.290000', '095844.750000', '095845.210000', '095845.670000', '095846.130000', '095846.590000', '095847.050000', '095847.510000', '095847.970000', '095848.430000', '095848.890000', '095849.350000', '095849.810000', '095850.270000', '095850.730000', '095851.190000', '095851.650000', '095852.110000', '095852.570000', '095853.030000', '095853.490000', '095853.950000', '095854.410000', '095854.870000', '095855.330000', '095855.790000', '095856.250000', '095856.710000', '095857.170000', '095857.630000', '095858.090000', '095858.550000', '095859.010000', '095859.470000', '095859.930000', '095900.390000', '095900.850000', '095901.310000', '095901.770000', '095902.230000', '095902.690000', '095903.150000', '095903.610000', '095904.070000', '095904.530000', '095904.990000', '095905.450000', '095905.910000', '095906.370000', '095906.830000', '095907.290000', '095907.750000', '095908.210000', '095908.670000', '095909.130000', '095909.590000', '095910.050000', '095910.510000', '095910.970000', '095911.430000', '095911.890000', '095912.350000', '095912.810000', '095913.270000', '095913.730000', '095914.190000', '095914.650000', '095915.110000', '095915.570000', '095916.030000', '095916.490000', '095916.950000', '095917.410000', '095917.870000', '095918.330000', '095918.790000', '095919.250000', '095919.710000', '095920.170000', '095920.630000', '095921.090000', '095921.550000', '095922.010000', '095922.470000', '095922.930000', '095923.390000', '095923.850000', '095924.310000', '095924.770000', '095925.230000', '095925.690000', '095926.150000', '095926.610000', '095927.070000', '095927.530000', '095927.990000', '095928.450000', '095928.910000', '095929.370000', '095929.830000', '095930.290000', '095930.750000', '095931.210000', '095931.670000', '095932.130000', '095932.590000', '095933.050000', '095933.510000', '095933.970000', '095934.430000', '095934.890000', '095935.350000', '095935.810000', '095936.270000', '095936.730000', '095937.190000', '095937.650000', '095938.110000', '095938.570000', '095939.030000', '095939.490000', '095939.950000', '095940.410000', '095940.870000', '095941.330000', '095941.790000', '095942.250000', '095942.710000', '095943.170000', '095943.630000', '095944.090000', '095944.550000', '095945.010000', '095945.470000', '095945.930000', '095946.390000', '095946.850000', '095947.310000', '095947.770000', '095948.230000', '095948.690000', '095949.150000', '095949.610000', '095950.070000', '095950.530000', '095950.990000', '095951.450000', '095951.910000', '095952.370000', '095952.830000', '095953.290000', '095953.750000', '095954.210000', '095954.670000', '095955.130000', '095955.590000', '095956.050000', '095956.510000', '095956.970000', '095957.430000', '095957.890000', '095958.350000', '095958.810000', '095959.270000', '095959.730000', '100000.190000', '100000.650000', '100001.110000', '100001.570000', '100002.030000', '100002.490000', '100002.950000', '100003.410000', '100003.870000', '100004.330000', '100004.790000', '100005.250000', '100005.710000', '100006.170000', '100006.630000', '100007.090000', '100007.550000', '100008.010000', '100008.470000', '100008.930000', '100009.390000', '100009.850000', '100010.310000', '100010.770000', '100011.230000', '100011.690000', '100012.150000', '100012.610000', '100013.070000', '100013.530000', '100013.990000', '100014.450000', '100014.910000', '100015.370000', '100015.830000', '100016.290000', '100016.750000', '100017.210000', '100017.670000', '100018.130000', '100018.590000', '100019.050000', '100019.510000', '100019.970000', '100020.430000', '100020.890000', '100021.350000', '100021.810000', '100022.270000', '100022.730000', '100023.190000', '100023.650000', '100024.110000', '100024.570000', '100025.030000', '100025.490000', '100025.950000', '100026.410000', '100026.870000', '100027.330000', '100027.790000', '100028.250000', '100028.710000', '100029.170000', '100029.630000', '100030.090000', '100030.550000', '100031.010000', '100031.470000', '100031.930000', '100032.390000', '100032.850000', '100033.310000', '100033.770000', '100034.230000', '100034.690000', '100035.150000', '100035.610000', '100036.070000', '100036.530000', '100036.990000', '100037.450000', '100037.910000', '100038.370000', '100038.830000', '100039.290000', '100039.750000', '100040.210000', '100040.670000', '100041.130000', '100041.590000', '100042.050000', '100042.510000', '100042.970000', '100043.430000', '100043.890000', '100044.350000', '100044.810000', '100045.270000', '100045.730000', '100046.190000', '100046.650000', '100047.110000', '100047.570000', '100048.030000', '100048.490000', '100048.950000', '100049.410000', '100049.870000', '100050.330000', '100050.790000', '100051.250000', '100051.710000', '100052.170000', '100052.630000', '100053.090000', '100053.550000', '100054.010000', '100054.470000', '100054.930000', '100055.390000', '100055.850000', '100056.310000', '100056.770000', '100057.230000', '100057.690000', '100058.150000', '100058.610000', '100059.070000', '100059.530000', '100059.990000', '100100.450000', '100100.910000', '100101.370000', '100101.830000', '100102.290000', '100102.750000', '100103.210000', '100103.670000', '100104.130000', '100104.590000', '100105.050000', '100105.510000', '100105.970000', '100106.430000', '100106.890000', '100107.350000', '100107.810000', '100108.270000', '100108.730000', '100109.190000', '100109.650000', '100110.110000', '100110.570000', '100111.030000', '100111.490000', '100111.950000', '100112.410000', '100112.870000', '100113.330000', '100113.790000', '100114.250000', '100114.710000', '100115.170000', '100115.630000', '100116.090000', '100116.550000', '100117.010000', '100117.470000', '100117.930000', '100118.390000', '100118.850000', '100119.310000', '100119.770000', '100120.230000', '100120.690000', '100121.150000', '100121.610000', '100122.070000', '100122.530000', '100122.990000', '100123.450000', '100123.910000', '100124.370000', '100124.830000', '100125.290000', '100125.750000', '100126.210000', '100126.670000', '100127.130000', '100127.590000', '100128.050000', '100128.510000', '100128.970000', '100129.430000', '100129.890000', '100130.350000', '100130.810000', '100131.270000', '100131.730000', '100132.190000', '100132.650000', '100133.110000', '100133.570000', '100134.030000', '100134.490000', '100134.950000', '100135.410000', '100135.870000', '100136.330000', '100136.790000', '100137.250000', '100137.710000', '100138.170000', '100138.630000', '100139.090000', '100139.550000', '100140.010000', '100140.470000', '100140.930000', '100141.390000', '100141.850000', '100142.310000', '100142.770000', '100143.230000', '100143.690000', '100144.150000', '100144.610000', '100145.070000', '100145.530000', '100145.990000', '100146.450000', '100146.910000', '100147.370000', '100147.830000', '100148.290000', '100148.750000', '100149.210000', '100149.670000', '100150.130000', '100150.590000', '100151.050000', '100151.510000', '100151.970000', '100152.430000', '100152.890000', '100153.350000', '100153.810000', '100154.270000', '100154.730000', '100155.190000', '100155.650000', '100156.110000', '100156.570000', '100157.030000', '100157.490000', '100157.950000', '100158.410000', '100158.870000', '100159.330000', '100159.790000', '100200.250000', '100200.710000', '100201.170000', '100201.630000', '100202.090000', '100202.550000', '100203.010000', '100203.470000', '100203.930000', '100204.390000', '100204.850000', '100205.310000', '100205.770000', '100206.230000', '100206.690000', '100207.150000', '100207.610000', '100208.070000', '100208.530000', '100208.990000', '100209.450000', '100209.910000', '100210.370000', '100210.830000', '100211.290000', '100211.750000', '100212.210000', '100212.670000', '100213.130000', '100213.590000', '100214.050000', '100214.510000', '100214.970000', '100215.430000', '100215.890000', '100216.350000', '100216.810000', '100217.270000', '100217.730000', '100218.190000', '100218.650000', '100219.110000', '100219.570000', '100220.030000', '100220.490000', '100220.950000', '100221.410000', '100221.870000', '100222.330000', '100222.790000', '100223.250000', '100223.710000', '100224.170000', '100224.630000', '100225.090000', '100225.550000', '100226.010000', '100226.470000', '100226.930000', '100227.390000', '100227.850000', '100228.310000', '100228.770000', '100229.230000', '100229.690000', '100230.150000', '100230.610000', '100231.070000', '100231.530000', '100231.990000', '100232.450000', '100232.910000', '100233.370000', '100233.830000', '100234.290000', '100234.750000', '100235.210000', '100235.670000', '100236.130000', '100236.590000', '100237.050000', '100237.510000', '100237.970000', '100238.430000', '100238.890000', '100239.350000', '100239.810000', '100240.270000', '100240.730000', '100241.190000', '100241.650000', '100242.110000', '100242.570000', '100243.030000', '100243.490000', '100243.950000', '100244.410000', '100244.870000', '100245.330000', '100245.790000', '100246.250000', '100246.710000', '100247.170000', '100247.630000', '100248.090000', '100248.550000', '100249.010000', '100249.470000', '100249.930000', '100250.390000', '100250.850000', '100251.310000', '100251.770000', '100252.230000', '100252.690000', '100253.150000', '100253.610000', '100254.070000', '100254.530000', '100254.990000', '100255.450000', '100255.910000', '100256.370000', '100256.830000', '100257.290000', '100257.750000', '100258.210000', '100258.670000', '100259.130000', '100259.590000', '100300.050000', '100300.510000', '100300.970000', '100301.430000', '100301.890000', '100302.350000', '100302.810000', '100303.270000', '100303.730000', '100304.190000', '100304.650000', '100305.110000', '100305.570000', '100306.030000', '100306.490000', '100306.950000', '100307.410000', '100307.870000', '100308.330000', '100308.790000', '100309.250000', '100309.710000', '100310.170000', '100310.630000', '100311.090000', '100311.550000', '100312.010000', '100312.470000', '100312.930000', '100313.390000', '100313.850000', '100314.310000', '100314.770000', '100315.230000', '100315.690000', '100316.150000', '100316.610000', '100317.070000', '100317.530000', '100317.990000', '100318.450000', '100318.910000', '100319.370000', '100319.830000', '100320.290000', '100320.750000', '100321.210000', '100321.670000', '100322.130000', '100322.590000', '100323.050000', '100323.510000', '100323.970000', '100324.430000', '100324.890000', '100325.350000', '100325.810000', '100326.270000', '100326.730000', '100327.190000', '100327.650000', '100328.110000', '100328.570000', '100329.030000', '100329.490000', '100329.950000', '100330.410000', '100330.870000', '100331.330000', '100331.790000', '100332.250000', '100332.710000', '100333.170000', '100333.630000', '100334.090000', '100334.550000', '100335.010000', '100335.470000', '100335.930000', '100336.390000', '100336.850000', '100337.310000', '100337.770000', '100338.230000', '100338.690000', '100339.150000', '100339.610000', '100340.070000', '100340.530000', '100340.990000', '100341.450000', '100341.910000', '100342.370000', '100342.830000', '100343.290000', '100343.750000', '100344.210000', '100344.670000', '100345.130000', '100345.590000', '100346.050000', '100346.510000', '100346.970000', '100347.430000', '100347.890000', '100348.350000', '100348.810000', '100349.270000', '100349.730000', '100350.190000', '100350.650000', '100351.110000', '100351.570000', '100352.030000', '100352.490000', '100352.950000', '100353.410000', '100353.870000', '100354.330000', '100354.790000', '100355.250000', '100355.710000', '100356.170000', '100356.630000', '100357.090000', '100357.550000', '100358.010000', '100358.470000', '100358.930000', '100359.390000', '100359.850000', '100400.310000', '100400.770000', '100401.230000', '100401.690000', '100402.150000', '100402.610000', '100403.070000', '100403.530000', '100403.990000', '100404.450000', '100404.910000', '100405.370000', '100405.830000', '100406.290000', '100406.750000', '100407.210000', '100407.670000', '100408.130000', '100408.590000', '100409.050000', '100409.510000', '100409.970000', '100410.430000', '100410.890000', '100411.350000', '100411.810000', '100412.270000', '100412.730000', '100413.190000', '100413.650000', '100414.110000', '100414.570000', '100415.030000', '100415.490000', '100415.950000', '100416.410000', '100416.870000', '100417.330000', '100417.790000', '100418.250000', '100418.710000', '100419.170000', '100419.630000', '100420.090000', '100420.550000', '100421.010000', '100421.470000', '100421.930000', '100422.390000', '100422.850000', '100423.310000', '100423.770000', '100424.230000', '100424.690000', '100425.150000', '100425.610000', '100426.070000', '100426.530000', '100426.990000', '100427.450000', '100427.910000', '100428.370000', '100428.830000', '100429.290000', '100429.750000', '100430.210000', '100430.670000', '100431.130000', '100431.590000', '100432.050000', '100432.510000', '100432.970000', '100433.430000', '100433.890000', '100434.350000', '100434.810000', '100435.270000', '100435.730000', '100436.190000', '100436.650000', '100437.110000', '100437.570000', '100438.030000', '100438.490000', '100438.950000', '100439.410000', '100439.870000', '100440.330000', '100440.790000', '100441.250000', '100441.710000', '100442.170000', '100442.630000', '100443.090000', '100443.550000', '100444.010000', '100444.470000', '100444.930000', '100445.390000', '100445.850000', '100446.310000', '100446.770000', '100447.230000', '100447.690000', '100448.150000', '100448.610000', '100449.070000', '100449.530000', '100449.990000', '100450.450000', '100450.910000', '100451.370000', '100451.830000', '100452.290000', '100452.750000', '100453.210000', '100453.670000', '100454.130000', '100454.590000', '100455.050000', '100455.510000', '100455.970000', '100456.430000', '100456.890000', '100457.350000', '100457.810000', '100458.270000', '100458.730000', '100459.190000', '100459.650000', '100500.110000', '100500.570000', '100501.030000', '100501.490000', '100501.950000', '100502.410000', '100502.870000', '100503.330000', '100503.790000', '100504.250000', '100504.710000', '100505.170000', '100505.630000', '100506.090000', '100506.550000', '100507.010000', '100507.470000', '100507.930000', '100508.390000', '100508.850000', '100509.310000', '100509.770000', '100510.230000', '100510.690000', '100511.150000', '100511.610000', '100512.070000', '100512.530000', '100512.990000', '100513.450000', '100513.910000', '100514.370000', '100514.830000', '100515.290000', '100515.750000', '100516.210000', '100516.670000', '100517.130000', '100517.590000', '100518.050000', '100518.510000', '100518.970000', '100519.430000', '100519.890000', '100520.350000', '100520.810000', '100521.270000', '100521.730000', '100522.190000', '100522.650000', '100523.110000', '100523.570000', '100524.030000', '100524.490000', '100524.950000', '100525.410000', '100525.870000', '100526.330000', '100526.790000', '100527.250000', '100527.710000', '100528.170000', '100528.630000', '100529.090000', '100529.550000', '100530.010000', '100530.470000', '100530.930000', '100531.390000', '100531.850000', '100532.310000', '100532.770000', '100533.230000', '100533.690000', '100534.150000', '100534.610000', '100535.070000', '100535.530000', '100535.990000', '100536.450000', '100536.910000', '100537.370000', '100537.830000', '100538.290000', '100538.750000', '100539.210000', '100539.670000', '100540.130000', '100540.590000', '100541.050000', '100541.510000', '100541.970000', '100542.430000', '100542.890000', '100543.350000', '100543.810000', '100544.270000', '100544.730000', '100545.190000', '100545.650000', '100546.110000', '100546.570000', '100547.030000', '100547.490000', '100547.950000', '100548.410000', '100548.870000', '100549.330000', '100549.790000', '100550.250000', '100550.710000', '100551.170000', '100551.630000', '100552.090000', '100552.550000', '100553.010000', '100553.470000', '100553.930000', '100554.390000', '100554.850000', '100555.310000', '100555.770000', '100556.230000', '100556.690000', '100557.150000', '100557.610000', '100558.070000', '100558.530000', '100558.990000', '100559.450000', '100559.910000', '100600.370000', '100600.830000', '100601.290000', '100601.750000', '100602.210000', '100602.670000', '100603.130000', '100603.590000', '100604.050000', '100604.510000', '100604.970000', '100605.430000', '100605.890000', '100606.350000', '100606.810000', '100607.270000', '100607.730000', '100608.190000', '100608.650000', '100609.110000', '100609.570000', '100610.030000', '100610.490000', '100610.950000', '100611.410000', '100611.870000', '100612.330000', '100612.790000', '100613.250000', '100613.710000', '100614.170000', '100614.630000', '100615.090000', '100615.550000', '100616.010000', '100616.470000', '100616.930000', '100617.390000', '100617.850000', '100618.310000', '100618.770000', '100619.230000', '100619.690000', '100620.150000', '100620.610000', '100621.070000', '100621.530000', '100621.990000', '100622.450000', '100622.910000', '100623.370000', '100623.830000', '100624.290000', '100624.750000', '100625.210000', '100625.670000', '100626.130000', '100626.590000', '100627.050000', '100627.510000', '100627.970000', '100628.430000', '100628.890000', '100629.350000', '100629.810000', '100630.270000', '100630.730000', '100631.190000', '100631.650000', '100632.110000', '100632.570000', '100633.030000', '100633.490000', '100633.950000', '100634.410000', '100634.870000', '100635.330000', '100635.790000', '100636.250000', '100636.710000', '100637.170000', '100637.630000', '100638.090000', '100638.550000', '100639.010000', '100639.470000', '100639.930000', '100640.390000', '100640.850000', '100641.310000', '100641.770000', '100642.230000', '100642.690000', '100643.150000', '100643.610000', '100644.070000', '100644.530000', '100644.990000', '100645.450000', '100645.910000', '100646.370000', '100646.830000', '100647.290000', '100647.750000', '100648.210000', '100648.670000', '100649.130000', '100649.590000', '100650.050000', '100650.510000', '100650.970000', '100651.430000', '100651.890000', '100652.350000', '100652.810000', '100653.270000', '100653.730000', '100654.190000', '100654.650000', '100655.110000', '100655.570000', '100656.030000', '100656.490000', '100656.950000', '100657.410000', '100657.870000', '100658.330000', '100658.790000', '100659.250000', '100659.710000', '100700.170000', '100700.630000', '100701.090000', '100701.550000', '100702.010000', '100702.470000', '100702.930000', '100703.390000', '100703.850000', '100704.310000', '100704.770000', '100705.230000', '100705.690000', '100706.150000', '100706.610000', '100707.070000', '100707.530000', '100707.990000', '100708.450000', '100708.910000', '100709.370000', '100709.830000', '100710.290000', '100710.750000', '100711.210000', '100711.670000', '100712.130000', '100712.590000', '100713.050000', '100713.510000', '100713.970000', '100714.430000', '100714.890000', '100715.350000', '100715.810000', '100716.270000', '100716.730000', '100717.190000', '100717.650000', '100718.110000', '100718.570000', '100719.030000', '100719.490000', '100719.950000', '100720.410000', '100720.870000', '100721.330000', '100721.790000', '100722.250000', '100722.710000', '100723.170000', '100723.630000', '100724.090000', '100724.550000', '100725.010000', '100725.470000', '100725.930000', '100726.390000', '100726.850000', '100727.310000', '100727.770000', '100728.230000', '100728.690000', '100729.150000', '100729.610000', '100730.070000', '100730.530000', '100730.990000', '100731.450000', '100731.910000', '100732.370000', '100732.830000', '100733.290000', '100733.750000', '100734.210000', '100734.670000', '100735.130000', '100735.590000', '100736.050000', '100736.510000', '100736.970000', '100737.430000', '100737.890000', '100738.350000', '100738.810000', '100739.270000', '100739.730000', '100740.190000', '100740.650000', '100741.110000', '100741.570000', '100742.030000', '100742.490000', '100742.950000', '100743.410000', '100743.870000', '100744.330000', '100744.790000', '100745.250000', '100745.710000', '100746.170000', '100746.630000', '100747.090000', '100747.550000', '100748.010000', '100748.470000', '100748.930000', '100749.390000', '100749.850000', '100750.310000', '100750.770000', '100751.230000', '100751.690000', '100752.150000', '100752.610000', '100753.070000', '100753.530000', '100753.990000', '100754.450000', '100754.910000', '100755.370000', '100755.830000', '100756.290000', '100756.750000', '100757.210000', '100757.670000', '100758.130000', '100758.590000', '100759.050000', '100759.510000', '100759.970000', '100800.430000', '100800.890000', '100801.350000', '100801.810000', '100802.270000', '100802.730000', '100803.190000', '100803.650000', '100804.110000', '100804.570000', '100805.030000', '100805.490000', '100805.950000', '100806.410000', '100806.870000', '100807.330000', '100807.790000', '100808.250000', '100808.710000', '100809.170000', '100809.630000', '100810.090000', '100810.550000', '100811.010000', '100811.470000', '100811.930000', '100812.390000', '100812.850000', '100813.310000', '100813.770000', '100814.230000', '100814.690000', '100815.150000', '100815.610000', '100816.070000', '100816.530000', '100816.990000', '100817.450000', '100817.910000', '100818.370000', '100818.830000', '100819.290000', '100819.750000', '100820.210000', '100820.670000', '100821.130000', '100821.590000', '100822.050000', '100822.510000', '100822.970000', '100823.430000', '100823.890000', '100824.350000', '100824.810000', '100825.270000', '100825.730000', '100826.190000', '100826.650000', '100827.110000', '100827.570000', '100828.030000', '100828.490000', '100828.950000', '100829.410000', '100829.870000', '100830.330000', '100830.790000', '100831.250000', '100831.710000', '100832.170000', '100832.630000', '100833.090000', '100833.550000', '100834.010000', '100834.470000', '100834.930000', '100835.390000', '100835.850000', '100836.310000', '100836.770000', '100837.230000', '100837.690000', '100838.150000', '100838.610000', '100839.070000', '100839.530000', '100839.990000', '100840.450000', '100840.910000'], 'ContentTime': ['095907.101000', '095907.104000', '095907.107000', '095907.110000', '095907.145000', '095907.147000', '095907.150000', '095907.152000', '095907.155000', '095907.162000', '095907.164000', '095907.167000', '095907.170000', '095907.172000', '095907.175000', '095907.177000', '095907.180000', '095907.183000', '095907.185000', '095907.188000', '095907.190000', '095907.193000', '095907.195000', '095907.198000', '095907.200000', '095907.203000', '095907.206000', '095907.208000', '095907.211000', '095907.213000', '095907.216000', '095907.218000', '095907.221000', '095907.224000', '095907.226000', '095907.229000', '095907.231000', '095907.234000', '095907.237000', '095907.239000', '095907.242000', '095907.244000', '095907.247000', '095907.249000', '095907.252000', '095907.255000', '095927.075000', '095927.078000', '095927.081000', '095927.084000', '095927.086000', '095927.089000', '095927.091000', '095927.094000', '095927.096000', '095927.099000', '095927.101000', '095927.104000', '095927.106000', '095927.109000', '095927.112000', '095927.114000', '095927.117000', '095927.119000', '095927.122000', '095927.124000', '095927.127000', '095927.130000', '095927.133000', '095927.136000', '095927.138000', '095927.141000', '095927.143000', '095927.146000', '095927.148000', '095927.151000', '095927.153000', '095927.156000', '095927.159000', '095927.161000', '095927.164000', '095927.166000', '095927.169000', '095927.171000', '095927.187000', '095927.190000', '095927.203000', '095927.206000', '095927.208000', '095927.211000', '095947.076000', '095947.079000', '095947.082000', '095947.084000', '095947.087000', '095947.089000', '095947.092000', '095947.094000', '095947.097000', '095947.100000', '095947.102000', '095947.105000', '095947.107000', '095947.110000', '095947.112000', '095947.115000', '095947.118000', '095947.120000', '095947.123000', '095947.125000', '095947.128000', '095947.130000', '095947.133000', '095947.135000', '095947.138000', '095947.140000', '095947.143000', '095947.146000', '095947.148000', '095947.151000', '095947.153000', '095947.156000', '095947.158000', '095947.166000', '095947.169000', '095947.171000', '095947.174000', '095947.176000', '095947.179000', '095947.182000', '095947.187000', '095947.189000', '095947.192000', '100007.076000', '100007.079000', '100007.082000', '100007.084000', '100007.087000', '100007.089000', '100007.092000', '100007.095000', '100007.097000', '100007.100000', '100007.102000', '100007.105000', '100007.107000', '100007.110000', '100007.112000', '100007.115000', '100007.118000', '100007.120000', '100007.123000', '100007.125000', '100007.128000', '100007.130000', '100007.133000', '100007.136000', '100007.138000', '100007.141000', '100007.143000', '100007.146000', '100007.148000', '100007.151000', '100007.154000', '100007.156000', '100007.159000', '100007.161000', '100007.164000', '100007.170000', '100007.172000', '100007.175000', '100007.178000', '100007.180000', '100007.183000', '100007.185000', '100007.188000', '100007.190000', '100027.076000', '100027.079000', '100027.082000', '100027.084000', '100027.087000', '100027.089000', '100027.092000', '100027.095000', '100027.097000', '100027.100000', '100027.102000', '100027.105000', '100027.107000', '100027.110000', '100027.113000', '100027.115000', '100027.118000', '100027.120000', '100027.123000', '100027.125000', '100027.128000', '100027.131000', '100027.133000', '100027.136000', '100027.138000', '100027.141000', '100027.143000', '100027.146000', '100027.149000', '100027.151000', '100027.154000', '100027.156000', '100027.159000', '100027.161000', '100027.164000', '100027.166000', '100027.169000', '100027.172000', '100027.174000', '100027.177000', '100027.180000', '100027.182000', '100027.185000', '100047.076000', '100047.079000', '100047.082000', '100047.084000', '100047.087000', '100047.090000', '100047.092000', '100047.095000', '100047.097000', '100047.100000', '100047.103000', '100047.105000', '100047.108000', '100047.110000', '100047.113000', '100047.124000', '100047.127000', '100047.130000', '100047.132000', '100047.135000', '100047.137000', '100047.140000', '100047.142000', '100047.145000', '100047.148000', '100047.150000', '100047.153000', '100047.156000', '100047.158000', '100047.161000', '100047.163000', '100047.166000', '100047.168000', '100047.180000', '100047.183000', '100047.185000', '100047.188000', '100047.190000', '100047.193000', '100047.195000', '100047.198000', '100047.200000', '100047.203000', '100047.206000', '100107.075000', '100107.078000', '100107.081000', '100107.083000', '100107.086000', '100107.089000', '100107.091000', '100107.094000', '100107.096000', '100107.099000', '100107.101000', '100107.104000', '100107.107000', '100107.109000', '100107.112000', '100107.114000', '100107.117000', '100107.119000', '100107.122000', '100107.125000', '100107.127000', '100107.130000', '100107.132000', '100107.135000', '100107.138000', '100107.140000', '100107.143000', '100107.145000', '100107.148000', '100107.150000', '100107.153000', '100107.155000', '100107.158000', '100107.161000', '100107.163000', '100107.166000', '100107.168000', '100107.171000', '100107.173000', '100107.176000', '100107.179000', '100107.181000', '100107.184000', '100127.075000', '100127.078000', '100127.081000', '100127.083000', '100127.086000', '100127.089000', '100127.091000', '100127.094000', '100127.096000', '100127.099000', '100127.102000', '100127.104000', '100127.107000', '100127.109000', '100127.112000', '100127.114000', '100127.117000', '100127.119000', '100127.122000', '100127.125000', '100127.127000', '100127.130000', '100127.132000', '100127.135000', '100127.137000', '100127.140000', '100127.143000', '100127.145000', '100127.148000', '100127.150000', '100127.153000', '100127.155000', '100127.158000', '100127.160000', '100127.163000', '100127.166000', '100127.168000', '100127.171000', '100127.173000', '100127.176000', '100127.178000', '100127.181000', '100127.183000', '100127.186000', '100147.076000', '100147.078000', '100147.081000', '100147.084000', '100147.086000', '100147.089000', '100147.091000', '100147.094000', '100147.096000', '100147.099000', '100147.102000', '100147.104000', '100147.107000', '100147.109000', '100147.112000', '100147.114000', '100147.117000', '100147.120000', '100147.122000', '100147.125000', '100147.127000', '100147.130000', '100147.133000', '100147.135000', '100147.138000', '100147.140000', '100147.143000', '100147.146000', '100147.148000', '100147.151000', '100147.153000', '100147.156000', '100147.158000', '100147.161000', '100147.164000', '100147.166000', '100147.169000', '100147.171000', '100147.174000', '100147.176000', '100147.179000', '100147.182000', '100147.184000', '100207.076000', '100207.079000', '100207.082000', '100207.084000', '100207.088000', '100207.091000', '100207.094000', '100207.096000', '100207.099000', '100207.101000', '100207.104000', '100207.106000', '100207.109000', '100207.112000', '100207.114000', '100207.117000', '100207.119000', '100207.122000', '100207.125000', '100207.127000', '100207.130000', '100207.132000', '100207.135000', '100207.147000', '100207.163000', '100207.166000', '100207.168000', '100207.171000', '100207.173000', '100207.176000', '100207.179000', '100207.181000', '100207.184000', '100207.186000', '100207.189000', '100207.191000', '100207.194000', '100207.196000', '100207.199000', '100207.202000', '100207.204000', '100207.207000', '100207.209000', '100207.212000', '100227.076000', '100227.087000', '100227.090000', '100227.093000', '100227.095000', '100227.098000', '100227.100000', '100227.103000', '100227.105000', '100227.108000', '100227.111000', '100227.113000', '100227.116000', '100227.118000', '100227.121000', '100227.123000', '100227.126000', '100227.129000', '100227.131000', '100227.134000', '100227.136000', '100227.139000', '100227.141000', '100227.144000', '100227.147000', '100227.149000', '100227.152000', '100227.154000', '100227.157000', '100227.160000', '100227.162000', '100227.165000', '100227.167000', '100227.170000', '100227.172000', '100227.175000', '100227.178000', '100227.180000', '100227.183000', '100227.185000', '100227.188000', '100227.190000', '100227.193000', '100247.077000', '100247.079000', '100247.082000', '100247.085000', '100247.087000', '100247.090000', '100247.092000', '100247.095000', '100247.098000', '100247.100000', '100247.103000', '100247.105000', '100247.108000', '100247.110000', '100247.113000', '100247.116000', '100247.118000', '100247.121000', '100247.123000', '100247.126000', '100247.129000', '100247.131000', '100247.134000', '100247.136000', '100247.139000', '100247.141000', '100247.144000', '100247.147000', '100247.149000', '100247.160000', '100247.162000', '100247.165000', '100247.167000', '100247.170000', '100247.173000', '100247.175000', '100247.178000', '100247.180000', '100247.183000', '100247.185000', '100247.188000', '100247.191000', '100247.193000', '100307.076000', '100307.079000', '100307.082000', '100307.084000', '100307.087000', '100307.090000', '100307.092000', '100307.095000', '100307.097000', '100307.100000', '100307.102000', '100307.105000', '100307.107000', '100307.110000', '100307.113000', '100307.115000', '100307.118000', '100307.120000', '100307.123000', '100307.126000', '100307.128000', '100307.131000', '100307.133000', '100307.136000', '100307.138000', '100307.141000', '100307.144000', '100307.146000', '100307.149000', '100307.151000', '100307.154000', '100307.156000', '100307.159000', '100307.162000', '100307.164000', '100307.167000', '100307.169000', '100307.172000', '100307.174000', '100307.177000', '100307.180000', '100307.182000', '100307.185000', '100307.187000', '100327.076000', '100327.078000', '100327.081000', '100327.083000', '100327.086000', '100327.089000', '100327.091000', '100327.094000', '100327.096000', '100327.099000', '100327.101000', '100327.104000', '100327.107000', '100327.109000', '100327.112000', '100327.114000', '100327.117000', '100327.119000', '100327.122000', '100327.125000', '100327.128000', '100327.130000', '100327.133000', '100327.136000', '100327.138000', '100327.141000', '100327.143000', '100327.146000', '100327.149000', '100327.151000', '100327.154000', '100327.156000', '100327.159000', '100327.161000', '100327.164000', '100327.167000', '100327.169000', '100327.172000', '100327.183000', '100327.186000', '100327.189000', '100327.191000', '100327.194000', '100347.076000', '100347.078000', '100347.081000', '100347.084000', '100347.087000', '100347.090000', '100347.092000', '100347.095000', '100347.098000', '100347.100000', '100347.103000', '100347.106000', '100347.108000', '100347.111000', '100347.113000', '100347.116000', '100347.119000', '100347.121000', '100347.124000', '100347.126000', '100347.129000', '100347.132000', '100347.134000', '100347.137000', '100347.139000', '100347.142000', '100347.145000', '100347.147000', '100347.150000', '100347.152000', '100347.155000', '100347.158000', '100347.160000', '100347.163000', '100347.165000', '100347.168000', '100347.170000', '100347.173000', '100347.176000', '100347.178000', '100347.181000', '100347.183000', '100347.186000', '100347.189000', '100407.075000', '100407.078000', '100407.081000', '100407.084000', '100407.086000', '100407.089000', '100407.091000', '100407.094000', '100407.096000', '100407.099000', '100407.102000', '100407.104000', '100407.107000', '100407.110000', '100407.112000', '100407.115000', '100407.117000', '100407.120000', '100407.122000', '100407.126000', '100407.129000', '100407.132000', '100407.134000', '100407.137000', '100407.139000', '100407.142000', '100407.157000', '100407.159000', '100407.162000', '100407.164000', '100407.167000', '100407.169000', '100407.172000', '100407.174000', '100407.177000', '100407.180000', '100407.182000', '100407.185000', '100407.187000', '100407.190000', '100407.205000', '100407.208000', '100407.210000', '100427.077000', '100427.079000', '100427.082000', '100427.085000', '100427.087000', '100427.090000', '100427.092000', '100427.095000', '100427.098000', '100427.100000', '100427.103000', '100427.105000', '100427.108000', '100427.110000', '100427.113000', '100427.116000', '100427.118000', '100427.121000', '100427.123000', '100427.126000', '100427.128000', '100427.131000', '100427.133000', '100427.136000', '100427.139000', '100427.141000', '100427.144000', '100427.146000', '100427.149000', '100427.152000', '100427.154000', '100427.157000', '100427.159000', '100427.162000', '100427.164000', '100427.167000', '100427.170000', '100427.172000', '100427.175000', '100427.177000', '100427.187000', '100427.189000', '100427.192000', '100427.194000', '100447.077000', '100447.079000', '100447.082000', '100447.085000', '100447.087000', '100447.090000', '100447.092000', '100447.095000', '100447.097000', '100447.100000', '100447.104000', '100447.107000', '100447.109000', '100447.115000', '100447.118000', '100447.120000', '100447.123000', '100447.125000', '100447.128000', '100447.130000', '100447.133000', '100447.136000', '100447.138000', '100447.141000', '100447.143000', '100447.146000', '100447.149000', '100447.151000', '100447.154000', '100447.156000', '100447.160000', '100447.163000', '100447.166000', '100447.170000', '100447.173000', '100447.175000', '100447.178000', '100447.181000', '100447.183000', '100447.186000', '100447.188000', '100447.191000', '100447.194000', '100507.076000', '100507.079000', '100507.082000', '100507.084000', '100507.087000', '100507.089000', '100507.097000', '100507.100000', '100507.102000', '100507.105000', '100507.107000', '100507.110000', '100507.112000', '100507.115000', '100507.118000', '100507.120000', '100507.123000', '100507.126000', '100507.128000', '100507.131000', '100507.133000', '100507.136000', '100507.138000', '100507.141000', '100507.144000', '100507.147000', '100507.149000', '100507.152000', '100507.154000', '100507.157000', '100507.159000', '100507.162000', '100507.165000', '100507.167000', '100507.170000', '100507.172000', '100507.175000', '100507.177000', '100507.180000', '100507.183000', '100507.185000', '100507.192000', '100507.195000', '100507.197000', '100527.077000', '100527.079000', '100527.082000', '100527.085000', '100527.087000', '100527.090000', '100527.093000', '100527.095000', '100527.098000', '100527.100000', '100527.103000', '100527.105000', '100527.108000', '100527.110000', '100527.113000', '100527.126000', '100527.129000', '100527.132000', '100527.134000', '100527.137000', '100527.139000', '100527.142000', '100527.144000', '100527.147000', '100527.150000', '100527.152000', '100527.155000', '100527.157000', '100527.160000', '100527.163000', '100527.165000', '100527.168000', '100527.170000', '100527.173000', '100527.176000', '100527.178000', '100527.181000', '100527.184000', '100527.186000', '100527.189000', '100527.191000', '100527.194000', '100527.196000', '100547.076000', '100547.078000', '100547.081000', '100547.084000', '100547.086000', '100547.089000', '100547.091000', '100547.110000', '100547.112000', '100547.115000', '100547.117000', '100547.120000', '100547.122000', '100547.125000', '100547.128000', '100547.130000', '100547.133000', '100547.135000', '100547.138000', '100547.140000', '100547.143000', '100547.146000', '100547.148000', '100547.151000', '100547.153000', '100547.156000', '100547.159000', '100547.161000', '100547.164000', '100547.166000', '100547.169000', '100547.177000', '100547.179000', '100547.182000', '100547.184000', '100547.187000', '100547.190000', '100547.192000', '100547.195000', '100547.197000', '100547.200000', '100547.203000', '100547.205000', '100547.208000', '100607.076000', '100607.078000', '100607.081000', '100607.084000', '100607.086000', '100607.089000', '100607.091000', '100607.094000', '100607.097000', '100607.099000', '100607.102000', '100607.104000', '100607.107000', '100607.109000', '100607.112000', '100607.115000', '100607.117000', '100607.120000', '100607.122000', '100607.125000', '100607.128000', '100607.130000', '100607.133000', '100607.135000', '100607.138000', '100607.140000', '100607.143000', '100607.146000', '100607.148000', '100607.151000', '100607.153000', '100607.156000', '100607.158000', '100607.161000', '100607.164000', '100607.166000', '100607.169000', '100607.171000', '100607.174000', '100607.177000', '100607.179000', '100607.182000', '100607.184000', '100627.076000', '100627.078000', '100627.081000', '100627.083000', '100627.086000', '100627.089000', '100627.091000', '100627.094000', '100627.096000', '100627.099000', '100627.102000', '100627.104000', '100627.107000', '100627.109000', '100627.112000', '100627.115000', '100627.117000', '100627.120000', '100627.122000', '100627.125000', '100627.127000', '100627.130000', '100627.133000', '100627.135000', '100627.138000', '100627.140000', '100627.143000', '100627.145000', '100627.148000', '100627.151000', '100627.153000', '100627.156000', '100627.158000', '100627.161000', '100627.163000', '100627.166000', '100627.169000', '100627.171000', '100627.174000', '100627.177000', '100627.179000', '100627.182000', '100627.184000', '100627.187000', '100647.077000', '100647.079000', '100647.082000', '100647.085000', '100647.087000', '100647.090000', '100647.092000', '100647.095000', '100647.097000', '100647.100000', '100647.103000', '100647.105000', '100647.108000', '100647.110000', '100647.113000', '100647.116000', '100647.118000', '100647.121000', '100647.123000', '100647.126000', '100647.128000', '100647.131000', '100647.134000', '100647.136000', '100647.139000', '100647.141000', '100647.144000', '100647.146000', '100647.149000', '100647.152000', '100647.154000', '100647.157000', '100647.159000', '100647.162000', '100647.165000', '100647.167000', '100647.170000', '100647.172000', '100647.175000', '100647.177000', '100647.180000', '100647.183000', '100647.186000', '100707.077000', '100707.079000', '100707.082000', '100707.085000', '100707.097000', '100707.099000', '100707.102000', '100707.105000', '100707.107000', '100707.110000', '100707.112000', '100707.115000', '100707.117000', '100707.120000', '100707.122000', '100707.125000', '100707.128000', '100707.130000', '100707.133000', '100707.136000', '100707.138000', '100707.141000', '100707.143000', '100707.146000', '100707.148000', '100707.151000', '100707.153000', '100707.156000', '100707.159000', '100707.161000', '100707.164000', '100707.166000', '100707.169000', '100707.172000', '100707.174000', '100707.177000', '100707.179000', '100707.182000', '100707.185000', '100707.187000', '100707.190000', '100707.192000', '100707.195000', '100707.197000', '100727.077000', '100727.080000', '100727.082000', '100727.085000', '100727.087000', '100727.090000', '100727.092000', '100727.095000', '100727.098000', '100727.100000', '100727.103000', '100727.105000', '100727.108000', '100727.110000', '100727.113000', '100727.116000', '100727.118000', '100727.121000', '100727.123000', '100727.126000', '100727.129000', '100727.131000', '100727.134000', '100727.136000', '100727.139000', '100727.141000', '100727.144000', '100727.147000', '100727.149000', '100727.152000', '100727.154000', '100727.157000', '100727.159000', '100727.162000', '100727.165000', '100727.167000', '100727.170000', '100727.172000', '100727.175000', '100727.177000', '100727.180000', '100727.182000', '100727.185000', '100747.076000', '100747.078000', '100747.081000', '100747.084000', '100747.086000', '100747.089000', '100747.091000', '100747.094000', '100747.097000', '100747.099000', '100747.102000', '100747.104000', '100747.107000', '100747.110000', '100747.112000', '100747.115000', '100747.117000', '100747.120000', '100747.123000', '100747.125000', '100747.128000', '100747.130000', '100747.133000', '100747.135000', '100747.138000', '100747.141000', '100747.143000', '100747.146000', '100747.148000', '100747.151000', '100747.154000', '100747.156000', '100747.159000', '100747.161000', '100747.164000', '100747.166000', '100747.169000', '100747.172000', '100747.174000', '100747.177000', '100747.179000', '100747.182000', '100747.185000', '100747.187000', '100807.076000', '100807.079000', '100807.081000', '100807.084000', '100807.086000', '100807.089000', '100807.092000', '100807.094000', '100807.097000', '100807.100000', '100807.102000', '100807.105000', '100807.107000', '100807.110000', '100807.113000', '100807.115000', '100807.118000', '100807.120000', '100807.123000', '100807.126000', '100807.128000', '100807.131000', '100807.133000', '100807.136000', '100807.139000', '100807.141000', '100807.144000', '100807.146000', '100807.149000', '100807.152000', '100807.154000', '100807.157000', '100807.159000', '100807.162000', '100807.164000', '100807.167000', '100807.170000', '100807.172000', '100807.175000', '100807.177000', '100807.180000', '100807.182000', '100807.185000', '100827.075000', '100827.078000', '100827.081000', '100827.084000', '100827.086000', '100827.089000', '100827.091000', '100827.094000', '100827.096000', '100827.099000', '100827.102000', '100827.104000', '100827.107000', '100827.109000', '100827.112000', '100827.115000', '100827.117000', '100827.120000', '100827.122000', '100827.125000', '100827.127000', '100827.130000', '100827.133000', '100827.135000', '100827.138000', '100827.150000', '100827.152000', '100827.155000', '100827.157000', '100827.160000', '100827.163000', '100827.165000', '100827.168000', '100827.171000', '100827.173000', '100827.176000', '100827.178000', '100827.181000', '100827.183000', '100827.186000', '100827.189000', '100827.191000', '100827.194000', '100827.196000', '100842.646000', '100842.649000', '100842.652000', '100842.655000', '100842.657000', '100842.660000', '100842.663000', '100842.665000', '100842.668000', '100842.671000', '100842.673000', '100842.676000', '100842.679000', '100842.681000', '100842.684000', '100842.686000', '100842.689000', '100842.692000', '100842.694000', '100842.697000', '100842.700000', '100842.702000', '100842.705000', '100842.708000', '100842.711000', '100842.713000', '100842.716000', '100842.719000', '100842.726000', '100842.729000', '100842.732000', '100842.735000', '100842.737000', '100842.740000'], 'InstanceCreationTime': ['095907.101000', '095907.104000', '095907.107000', '095907.110000', '095907.145000', '095907.147000', '095907.150000', '095907.152000', '095907.155000', '095907.162000', '095907.164000', '095907.167000', '095907.170000', '095907.172000', '095907.175000', '095907.177000', '095907.180000', '095907.183000', '095907.185000', '095907.188000', '095907.190000', '095907.193000', '095907.195000', '095907.198000', '095907.200000', '095907.203000', '095907.206000', '095907.208000', '095907.211000', '095907.213000', '095907.216000', '095907.218000', '095907.221000', '095907.224000', '095907.226000', '095907.229000', '095907.231000', '095907.234000', '095907.237000', '095907.239000', '095907.242000', '095907.244000', '095907.247000', '095907.249000', '095907.252000', '095907.255000', '095927.075000', '095927.078000', '095927.081000', '095927.084000', '095927.086000', '095927.089000', '095927.091000', '095927.094000', '095927.096000', '095927.099000', '095927.101000', '095927.104000', '095927.106000', '095927.109000', '095927.112000', '095927.114000', '095927.117000', '095927.119000', '095927.122000', '095927.124000', '095927.127000', '095927.130000', '095927.133000', '095927.136000', '095927.138000', '095927.141000', '095927.143000', '095927.146000', '095927.148000', '095927.151000', '095927.153000', '095927.156000', '095927.159000', '095927.161000', '095927.164000', '095927.166000', '095927.169000', '095927.171000', '095927.187000', '095927.190000', '095927.203000', '095927.206000', '095927.208000', '095927.211000', '095947.076000', '095947.079000', '095947.082000', '095947.084000', '095947.087000', '095947.089000', '095947.092000', '095947.094000', '095947.097000', '095947.100000', '095947.102000', '095947.105000', '095947.107000', '095947.110000', '095947.112000', '095947.115000', '095947.118000', '095947.120000', '095947.123000', '095947.125000', '095947.128000', '095947.130000', '095947.133000', '095947.135000', '095947.138000', '095947.140000', '095947.143000', '095947.146000', '095947.148000', '095947.151000', '095947.153000', '095947.156000', '095947.158000', '095947.166000', '095947.169000', '095947.171000', '095947.174000', '095947.176000', '095947.179000', '095947.182000', '095947.187000', '095947.189000', '095947.192000', '100007.076000', '100007.079000', '100007.082000', '100007.084000', '100007.087000', '100007.089000', '100007.092000', '100007.095000', '100007.097000', '100007.100000', '100007.102000', '100007.105000', '100007.107000', '100007.110000', '100007.112000', '100007.115000', '100007.118000', '100007.120000', '100007.123000', '100007.125000', '100007.128000', '100007.130000', '100007.133000', '100007.136000', '100007.138000', '100007.141000', '100007.143000', '100007.146000', '100007.148000', '100007.151000', '100007.154000', '100007.156000', '100007.159000', '100007.161000', '100007.164000', '100007.170000', '100007.172000', '100007.175000', '100007.178000', '100007.180000', '100007.183000', '100007.185000', '100007.188000', '100007.190000', '100027.076000', '100027.079000', '100027.082000', '100027.084000', '100027.087000', '100027.089000', '100027.092000', '100027.095000', '100027.097000', '100027.100000', '100027.102000', '100027.105000', '100027.107000', '100027.110000', '100027.113000', '100027.115000', '100027.118000', '100027.120000', '100027.123000', '100027.125000', '100027.128000', '100027.131000', '100027.133000', '100027.136000', '100027.138000', '100027.141000', '100027.143000', '100027.146000', '100027.149000', '100027.151000', '100027.154000', '100027.156000', '100027.159000', '100027.161000', '100027.164000', '100027.166000', '100027.169000', '100027.172000', '100027.174000', '100027.177000', '100027.180000', '100027.182000', '100027.185000', '100047.076000', '100047.079000', '100047.082000', '100047.084000', '100047.087000', '100047.090000', '100047.092000', '100047.095000', '100047.097000', '100047.100000', '100047.103000', '100047.105000', '100047.108000', '100047.110000', '100047.113000', '100047.124000', '100047.127000', '100047.130000', '100047.132000', '100047.135000', '100047.137000', '100047.140000', '100047.142000', '100047.145000', '100047.148000', '100047.150000', '100047.153000', '100047.156000', '100047.158000', '100047.161000', '100047.163000', '100047.166000', '100047.168000', '100047.180000', '100047.183000', '100047.185000', '100047.188000', '100047.190000', '100047.193000', '100047.195000', '100047.198000', '100047.200000', '100047.203000', '100047.206000', '100107.075000', '100107.078000', '100107.081000', '100107.083000', '100107.086000', '100107.089000', '100107.091000', '100107.094000', '100107.096000', '100107.099000', '100107.101000', '100107.104000', '100107.107000', '100107.109000', '100107.112000', '100107.114000', '100107.117000', '100107.119000', '100107.122000', '100107.125000', '100107.127000', '100107.130000', '100107.132000', '100107.135000', '100107.138000', '100107.140000', '100107.143000', '100107.145000', '100107.148000', '100107.150000', '100107.153000', '100107.155000', '100107.158000', '100107.161000', '100107.163000', '100107.166000', '100107.168000', '100107.171000', '100107.173000', '100107.176000', '100107.179000', '100107.181000', '100107.184000', '100127.075000', '100127.078000', '100127.081000', '100127.083000', '100127.086000', '100127.089000', '100127.091000', '100127.094000', '100127.096000', '100127.099000', '100127.102000', '100127.104000', '100127.107000', '100127.109000', '100127.112000', '100127.114000', '100127.117000', '100127.119000', '100127.122000', '100127.125000', '100127.127000', '100127.130000', '100127.132000', '100127.135000', '100127.137000', '100127.140000', '100127.143000', '100127.145000', '100127.148000', '100127.150000', '100127.153000', '100127.155000', '100127.158000', '100127.160000', '100127.163000', '100127.166000', '100127.168000', '100127.171000', '100127.173000', '100127.176000', '100127.178000', '100127.181000', '100127.183000', '100127.186000', '100147.076000', '100147.078000', '100147.081000', '100147.084000', '100147.086000', '100147.089000', '100147.091000', '100147.094000', '100147.096000', '100147.099000', '100147.102000', '100147.104000', '100147.107000', '100147.109000', '100147.112000', '100147.114000', '100147.117000', '100147.120000', '100147.122000', '100147.125000', '100147.127000', '100147.130000', '100147.133000', '100147.135000', '100147.138000', '100147.140000', '100147.143000', '100147.146000', '100147.148000', '100147.151000', '100147.153000', '100147.156000', '100147.158000', '100147.161000', '100147.164000', '100147.166000', '100147.169000', '100147.171000', '100147.174000', '100147.176000', '100147.179000', '100147.182000', '100147.184000', '100207.076000', '100207.079000', '100207.082000', '100207.084000', '100207.088000', '100207.091000', '100207.094000', '100207.096000', '100207.099000', '100207.101000', '100207.104000', '100207.106000', '100207.109000', '100207.112000', '100207.114000', '100207.117000', '100207.119000', '100207.122000', '100207.125000', '100207.127000', '100207.130000', '100207.132000', '100207.135000', '100207.147000', '100207.163000', '100207.166000', '100207.168000', '100207.171000', '100207.173000', '100207.176000', '100207.179000', '100207.181000', '100207.184000', '100207.186000', '100207.189000', '100207.191000', '100207.194000', '100207.196000', '100207.199000', '100207.202000', '100207.204000', '100207.207000', '100207.209000', '100207.212000', '100227.076000', '100227.087000', '100227.090000', '100227.093000', '100227.095000', '100227.098000', '100227.100000', '100227.103000', '100227.105000', '100227.108000', '100227.111000', '100227.113000', '100227.116000', '100227.118000', '100227.121000', '100227.123000', '100227.126000', '100227.129000', '100227.131000', '100227.134000', '100227.136000', '100227.139000', '100227.141000', '100227.144000', '100227.147000', '100227.149000', '100227.152000', '100227.154000', '100227.157000', '100227.160000', '100227.162000', '100227.165000', '100227.167000', '100227.170000', '100227.172000', '100227.175000', '100227.178000', '100227.180000', '100227.183000', '100227.185000', '100227.188000', '100227.190000', '100227.193000', '100247.077000', '100247.079000', '100247.082000', '100247.085000', '100247.087000', '100247.090000', '100247.092000', '100247.095000', '100247.098000', '100247.100000', '100247.103000', '100247.105000', '100247.108000', '100247.110000', '100247.113000', '100247.116000', '100247.118000', '100247.121000', '100247.123000', '100247.126000', '100247.129000', '100247.131000', '100247.134000', '100247.136000', '100247.139000', '100247.141000', '100247.144000', '100247.147000', '100247.149000', '100247.160000', '100247.162000', '100247.165000', '100247.167000', '100247.170000', '100247.173000', '100247.175000', '100247.178000', '100247.180000', '100247.183000', '100247.185000', '100247.188000', '100247.191000', '100247.193000', '100307.076000', '100307.079000', '100307.082000', '100307.084000', '100307.087000', '100307.090000', '100307.092000', '100307.095000', '100307.097000', '100307.100000', '100307.102000', '100307.105000', '100307.107000', '100307.110000', '100307.113000', '100307.115000', '100307.118000', '100307.120000', '100307.123000', '100307.126000', '100307.128000', '100307.131000', '100307.133000', '100307.136000', '100307.138000', '100307.141000', '100307.144000', '100307.146000', '100307.149000', '100307.151000', '100307.154000', '100307.156000', '100307.159000', '100307.162000', '100307.164000', '100307.167000', '100307.169000', '100307.172000', '100307.174000', '100307.177000', '100307.180000', '100307.182000', '100307.185000', '100307.187000', '100327.076000', '100327.078000', '100327.081000', '100327.083000', '100327.086000', '100327.089000', '100327.091000', '100327.094000', '100327.096000', '100327.099000', '100327.101000', '100327.104000', '100327.107000', '100327.109000', '100327.112000', '100327.114000', '100327.117000', '100327.119000', '100327.122000', '100327.125000', '100327.128000', '100327.130000', '100327.133000', '100327.136000', '100327.138000', '100327.141000', '100327.143000', '100327.146000', '100327.149000', '100327.151000', '100327.154000', '100327.156000', '100327.159000', '100327.161000', '100327.164000', '100327.167000', '100327.169000', '100327.172000', '100327.183000', '100327.186000', '100327.189000', '100327.191000', '100327.194000', '100347.076000', '100347.078000', '100347.081000', '100347.084000', '100347.087000', '100347.090000', '100347.092000', '100347.095000', '100347.098000', '100347.100000', '100347.103000', '100347.106000', '100347.108000', '100347.111000', '100347.113000', '100347.116000', '100347.119000', '100347.121000', '100347.124000', '100347.126000', '100347.129000', '100347.132000', '100347.134000', '100347.137000', '100347.139000', '100347.142000', '100347.145000', '100347.147000', '100347.150000', '100347.152000', '100347.155000', '100347.158000', '100347.160000', '100347.163000', '100347.165000', '100347.168000', '100347.170000', '100347.173000', '100347.176000', '100347.178000', '100347.181000', '100347.183000', '100347.186000', '100347.189000', '100407.075000', '100407.078000', '100407.081000', '100407.084000', '100407.086000', '100407.089000', '100407.091000', '100407.094000', '100407.096000', '100407.099000', '100407.102000', '100407.104000', '100407.107000', '100407.110000', '100407.112000', '100407.115000', '100407.117000', '100407.120000', '100407.122000', '100407.126000', '100407.129000', '100407.132000', '100407.134000', '100407.137000', '100407.139000', '100407.142000', '100407.157000', '100407.159000', '100407.162000', '100407.164000', '100407.167000', '100407.169000', '100407.172000', '100407.174000', '100407.177000', '100407.180000', '100407.182000', '100407.185000', '100407.187000', '100407.190000', '100407.205000', '100407.208000', '100407.210000', '100427.077000', '100427.079000', '100427.082000', '100427.085000', '100427.087000', '100427.090000', '100427.092000', '100427.095000', '100427.098000', '100427.100000', '100427.103000', '100427.105000', '100427.108000', '100427.110000', '100427.113000', '100427.116000', '100427.118000', '100427.121000', '100427.123000', '100427.126000', '100427.128000', '100427.131000', '100427.133000', '100427.136000', '100427.139000', '100427.141000', '100427.144000', '100427.146000', '100427.149000', '100427.152000', '100427.154000', '100427.157000', '100427.159000', '100427.162000', '100427.164000', '100427.167000', '100427.170000', '100427.172000', '100427.175000', '100427.177000', '100427.187000', '100427.189000', '100427.192000', '100427.194000', '100447.077000', '100447.079000', '100447.082000', '100447.085000', '100447.087000', '100447.090000', '100447.092000', '100447.095000', '100447.097000', '100447.100000', '100447.104000', '100447.107000', '100447.109000', '100447.115000', '100447.118000', '100447.120000', '100447.123000', '100447.125000', '100447.128000', '100447.130000', '100447.133000', '100447.136000', '100447.138000', '100447.141000', '100447.143000', '100447.146000', '100447.149000', '100447.151000', '100447.154000', '100447.156000', '100447.160000', '100447.163000', '100447.166000', '100447.170000', '100447.173000', '100447.175000', '100447.178000', '100447.181000', '100447.183000', '100447.186000', '100447.188000', '100447.191000', '100447.194000', '100507.076000', '100507.079000', '100507.082000', '100507.084000', '100507.087000', '100507.089000', '100507.097000', '100507.100000', '100507.102000', '100507.105000', '100507.107000', '100507.110000', '100507.112000', '100507.115000', '100507.118000', '100507.120000', '100507.123000', '100507.126000', '100507.128000', '100507.131000', '100507.133000', '100507.136000', '100507.138000', '100507.141000', '100507.144000', '100507.147000', '100507.149000', '100507.152000', '100507.154000', '100507.157000', '100507.159000', '100507.162000', '100507.165000', '100507.167000', '100507.170000', '100507.172000', '100507.175000', '100507.177000', '100507.180000', '100507.183000', '100507.185000', '100507.192000', '100507.195000', '100507.197000', '100527.077000', '100527.079000', '100527.082000', '100527.085000', '100527.087000', '100527.090000', '100527.093000', '100527.095000', '100527.098000', '100527.100000', '100527.103000', '100527.105000', '100527.108000', '100527.110000', '100527.113000', '100527.126000', '100527.129000', '100527.132000', '100527.134000', '100527.137000', '100527.139000', '100527.142000', '100527.144000', '100527.147000', '100527.150000', '100527.152000', '100527.155000', '100527.157000', '100527.160000', '100527.163000', '100527.165000', '100527.168000', '100527.170000', '100527.173000', '100527.176000', '100527.178000', '100527.181000', '100527.184000', '100527.186000', '100527.189000', '100527.191000', '100527.194000', '100527.196000', '100547.076000', '100547.078000', '100547.081000', '100547.084000', '100547.086000', '100547.089000', '100547.091000', '100547.110000', '100547.112000', '100547.115000', '100547.117000', '100547.120000', '100547.122000', '100547.125000', '100547.128000', '100547.130000', '100547.133000', '100547.135000', '100547.138000', '100547.140000', '100547.143000', '100547.146000', '100547.148000', '100547.151000', '100547.153000', '100547.156000', '100547.159000', '100547.161000', '100547.164000', '100547.166000', '100547.169000', '100547.177000', '100547.179000', '100547.182000', '100547.184000', '100547.187000', '100547.190000', '100547.192000', '100547.195000', '100547.197000', '100547.200000', '100547.203000', '100547.205000', '100547.208000', '100607.076000', '100607.078000', '100607.081000', '100607.084000', '100607.086000', '100607.089000', '100607.091000', '100607.094000', '100607.097000', '100607.099000', '100607.102000', '100607.104000', '100607.107000', '100607.109000', '100607.112000', '100607.115000', '100607.117000', '100607.120000', '100607.122000', '100607.125000', '100607.128000', '100607.130000', '100607.133000', '100607.135000', '100607.138000', '100607.140000', '100607.143000', '100607.146000', '100607.148000', '100607.151000', '100607.153000', '100607.156000', '100607.158000', '100607.161000', '100607.164000', '100607.166000', '100607.169000', '100607.171000', '100607.174000', '100607.177000', '100607.179000', '100607.182000', '100607.184000', '100627.076000', '100627.078000', '100627.081000', '100627.083000', '100627.086000', '100627.089000', '100627.091000', '100627.094000', '100627.096000', '100627.099000', '100627.102000', '100627.104000', '100627.107000', '100627.109000', '100627.112000', '100627.115000', '100627.117000', '100627.120000', '100627.122000', '100627.125000', '100627.127000', '100627.130000', '100627.133000', '100627.135000', '100627.138000', '100627.140000', '100627.143000', '100627.145000', '100627.148000', '100627.151000', '100627.153000', '100627.156000', '100627.158000', '100627.161000', '100627.163000', '100627.166000', '100627.169000', '100627.171000', '100627.174000', '100627.177000', '100627.179000', '100627.182000', '100627.184000', '100627.187000', '100647.077000', '100647.079000', '100647.082000', '100647.085000', '100647.087000', '100647.090000', '100647.092000', '100647.095000', '100647.097000', '100647.100000', '100647.103000', '100647.105000', '100647.108000', '100647.110000', '100647.113000', '100647.116000', '100647.118000', '100647.121000', '100647.123000', '100647.126000', '100647.128000', '100647.131000', '100647.134000', '100647.136000', '100647.139000', '100647.141000', '100647.144000', '100647.146000', '100647.149000', '100647.152000', '100647.154000', '100647.157000', '100647.159000', '100647.162000', '100647.165000', '100647.167000', '100647.170000', '100647.172000', '100647.175000', '100647.177000', '100647.180000', '100647.183000', '100647.186000', '100707.077000', '100707.079000', '100707.082000', '100707.085000', '100707.097000', '100707.099000', '100707.102000', '100707.105000', '100707.107000', '100707.110000', '100707.112000', '100707.115000', '100707.117000', '100707.120000', '100707.122000', '100707.125000', '100707.128000', '100707.130000', '100707.133000', '100707.136000', '100707.138000', '100707.141000', '100707.143000', '100707.146000', '100707.148000', '100707.151000', '100707.153000', '100707.156000', '100707.159000', '100707.161000', '100707.164000', '100707.166000', '100707.169000', '100707.172000', '100707.174000', '100707.177000', '100707.179000', '100707.182000', '100707.185000', '100707.187000', '100707.190000', '100707.192000', '100707.195000', '100707.197000', '100727.077000', '100727.080000', '100727.082000', '100727.085000', '100727.087000', '100727.090000', '100727.092000', '100727.095000', '100727.098000', '100727.100000', '100727.103000', '100727.105000', '100727.108000', '100727.110000', '100727.113000', '100727.116000', '100727.118000', '100727.121000', '100727.123000', '100727.126000', '100727.129000', '100727.131000', '100727.134000', '100727.136000', '100727.139000', '100727.141000', '100727.144000', '100727.147000', '100727.149000', '100727.152000', '100727.154000', '100727.157000', '100727.159000', '100727.162000', '100727.165000', '100727.167000', '100727.170000', '100727.172000', '100727.175000', '100727.177000', '100727.180000', '100727.182000', '100727.185000', '100747.076000', '100747.078000', '100747.081000', '100747.084000', '100747.086000', '100747.089000', '100747.091000', '100747.094000', '100747.097000', '100747.099000', '100747.102000', '100747.104000', '100747.107000', '100747.110000', '100747.112000', '100747.115000', '100747.117000', '100747.120000', '100747.123000', '100747.125000', '100747.128000', '100747.130000', '100747.133000', '100747.135000', '100747.138000', '100747.141000', '100747.143000', '100747.146000', '100747.148000', '100747.151000', '100747.154000', '100747.156000', '100747.159000', '100747.161000', '100747.164000', '100747.166000', '100747.169000', '100747.172000', '100747.174000', '100747.177000', '100747.179000', '100747.182000', '100747.185000', '100747.187000', '100807.076000', '100807.079000', '100807.081000', '100807.084000', '100807.086000', '100807.089000', '100807.092000', '100807.094000', '100807.097000', '100807.100000', '100807.102000', '100807.105000', '100807.107000', '100807.110000', '100807.113000', '100807.115000', '100807.118000', '100807.120000', '100807.123000', '100807.126000', '100807.128000', '100807.131000', '100807.133000', '100807.136000', '100807.139000', '100807.141000', '100807.144000', '100807.146000', '100807.149000', '100807.152000', '100807.154000', '100807.157000', '100807.159000', '100807.162000', '100807.164000', '100807.167000', '100807.170000', '100807.172000', '100807.175000', '100807.177000', '100807.180000', '100807.182000', '100807.185000', '100827.075000', '100827.078000', '100827.081000', '100827.084000', '100827.086000', '100827.089000', '100827.091000', '100827.094000', '100827.096000', '100827.099000', '100827.102000', '100827.104000', '100827.107000', '100827.109000', '100827.112000', '100827.115000', '100827.117000', '100827.120000', '100827.122000', '100827.125000', '100827.127000', '100827.130000', '100827.133000', '100827.135000', '100827.138000', '100827.150000', '100827.152000', '100827.155000', '100827.157000', '100827.160000', '100827.163000', '100827.165000', '100827.168000', '100827.171000', '100827.173000', '100827.176000', '100827.178000', '100827.181000', '100827.183000', '100827.186000', '100827.189000', '100827.191000', '100827.194000', '100827.196000', '100842.646000', '100842.649000', '100842.652000', '100842.655000', '100842.657000', '100842.660000', '100842.663000', '100842.665000', '100842.668000', '100842.671000', '100842.673000', '100842.676000', '100842.679000', '100842.681000', '100842.684000', '100842.686000', '100842.689000', '100842.692000', '100842.694000', '100842.697000', '100842.700000', '100842.702000', '100842.705000', '100842.708000', '100842.711000', '100842.713000', '100842.716000', '100842.719000', '100842.726000', '100842.729000', '100842.732000', '100842.735000', '100842.737000', '100842.740000'], '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': [12003, 16136, 13109, 15393, 10704, 12728, 10463, 10197, 11974, 9695, 13242, 10812, 14765, 10570, 12415, 9871, 10638, 10152, 11947, 13094, 8594, 12866, 9221, 11778, 9644, 11997, 9626, 13073, 10239, 13195, 10101, 12382, 9834, 11850, 9317, 10344, 10672, 8283, 12609, 9423, 12312, 9918, 13355, 10385, 12916, 9688, 11757, 9763, 10174, 11120, 10573, 13455, 9411, 12990, 10149, 12454, 9930, 13320, 10328, 11388, 9846, 10618, 10129, 10350, 11984, 9574, 12314, 10106, 12663, 10762, 8311, 10173, 8304, 10019, 9821, 13435, 10287, 10292, 10524, 9986, 11764, 10494, 13758, 10700, 13813, 10453, 12167, 10456, 11623, 13297, 8719, 13913, 10275, 13735, 10370, 14423, 11100, 8472, 11696, 9378, 12759, 10358, 14004, 10151, 8911, 11218, 9036, 11724, 10183, 13376, 10377, 12981, 9910, 11997, 9611, 10067, 11372, 9417, 12661, 9332, 11618, 10023, 12549, 10062, 13407, 9630, 12154, 9672, 10793, 9417, 11292, 9483, 10580, 8921, 10006, 9315, 8037, 8883, 8967, 9907, 8870, 10698, 9945, 11114, 9507, 8580, 9808, 8845, 10287, 9557, 12594, 10409, 12349, 10196, 10787, 9566, 10694, 11392, 8117, 11160, 8995, 11820, 9843, 12301, 11267, 12198, 10300, 10825, 9881, 9337, 10167, 10087, 12054, 9096, 11465, 9769, 11553, 10517, 12514, 10805, 12269, 9877, 12046, 9825, 11697, 10423, 12114, 10479, 11818, 10196, 10880, 10107, 11362, 10853, 10736, 9087, 10497, 9072, 10404, 9228, 10106, 8998, 10413, 9078, 10483, 9377, 10686, 8992, 10609, 9239, 11442, 11054, 13134, 9497, 12125, 9554, 9514, 8940, 8363, 9718, 8835, 10615, 9248, 10433, 8551, 8812, 9614, 8170, 10934, 9323, 10852, 9797, 9445, 9771, 9109, 12626, 10076, 12329, 12602, 10032, 15901, 11401, 7666, 9446, 8116, 11620, 9739, 10533, 12618, 8985, 13832, 11779, 13100, 14640, 12000, 14945, 13764, 15866, 13657, 15866, 12318, 11022, 11377, 8527, 11597, 9266, 11734, 8935, 11533, 8720, 11444, 9227, 10145, 8232, 9878, 7899, 9669, 8032, 9111, 9121, 8632, 9724, 8193, 10303, 8969, 10605, 9207, 11048, 9383, 10748, 9588, 10560, 9818, 10443, 9829, 10701, 8801, 8625, 8695, 8059, 10615, 9114, 10659, 9438, 10741, 9470, 10536, 8901, 8832, 9471, 8800, 9840, 9739, 10820, 10216, 11637, 8415, 10798, 8537, 11557, 9760, 12429, 10717, 10344, 8776, 9654, 9364, 8510, 10055, 8821, 11575, 9002, 11527, 8926, 11652, 9327, 12155, 10054, 12641, 9969, 12012, 10128, 11806, 11185, 12391, 9603, 11348, 9656, 11158, 9143, 9327, 9840, 8865, 9650, 8899, 10753, 9485, 11697, 8965, 12018, 9940, 12479, 11925, 13201, 10700, 8492, 9742, 8172, 10036, 8720, 9520, 10030, 8657, 10708, 9130, 11153, 9570, 10905, 11841, 8616, 13277, 9973, 13290, 10390, 12282, 14243, 11689, 15002, 9799, 9068, 8993, 8942, 11074, 9247, 13103, 11658, 13386, 10536, 8719, 9893, 8567, 11571, 10408, 12580, 9554, 9863, 9193, 8701, 8915, 8561, 10494, 8432, 10623, 8644, 11059, 9221, 11333, 9517, 11384, 9295, 10424, 8752, 11504, 10022, 9145, 9758, 9303, 10551, 8816, 10467, 9819, 11375, 10073, 8017, 10126, 9230, 12473, 9839, 10756, 13323, 9463, 13564, 9848, 12840, 9690, 13802, 10061, 14693, 10975, 15483, 11366, 15063, 11217, 10341, 9566, 9749, 10130, 10934, 10548, 10096, 11406, 9196, 11757, 8914, 12020, 9439, 11769, 9385, 11054, 9084, 11468, 9788, 11450, 10520, 10927, 10387, 10821, 10665, 10494, 11205, 10813, 12639, 10712, 11219, 10540, 11021, 11021, 10721, 11779, 10246, 13835, 12422, 12790, 11252, 8382, 9454, 8259, 8951, 8685, 8659, 11086, 9773, 10926, 11760, 9562, 12755, 10357, 10526, 10998, 10983, 13017, 11340, 14931, 10667, 15030, 10589, 11599, 10287, 10153, 11537, 10116, 12890, 10057, 12375, 10295, 11915, 10058, 12808, 10405, 12290, 9785, 12491, 9968, 10236, 11070, 8549, 12521, 9693, 11116, 9430, 12497, 9942, 10145, 11025, 10319, 11325, 9854, 11861, 10776, 13672, 10058, 13152, 10289, 12660, 10037, 10947, 10563, 8787, 11774, 9893, 12970, 11232, 10948, 10249, 8516, 10951, 9733, 12344, 10702, 13401, 10026, 11756, 9847, 9927, 10563, 9878, 12581, 9820, 11830, 9777, 12313, 9563, 13802, 10096, 10201, 10448, 8405, 11011, 9248, 11662, 9550, 12127, 10875, 12428, 9989, 10074, 10467, 9230, 11823, 9615, 10374, 9200, 8363, 11244, 10559, 12220, 10240, 8371, 11706, 10129, 16435, 12930, 10098, 11661, 9869, 12505, 10675, 15944, 11736, 11928, 11559, 8491, 11253, 9462, 12673, 10353, 12506, 11154, 12993, 10163, 10205, 10493, 9395, 12262, 9961, 12692, 9871, 13446, 9939, 12922, 10565, 9245, 11272, 8988, 11657, 9978, 11987, 10891, 12829, 9794, 9184, 10088, 9267, 11407, 10130, 11949, 9861, 11677, 9658, 11783, 9938, 12106, 9554, 12843, 9324, 12311, 9190, 12281, 9987, 10096, 13088, 11336, 11050, 9340, 8067, 9781, 7933, 9378, 9080, 11126, 10174, 11569, 10563, 12195, 11290, 14181, 12973, 16586, 12714, 17606, 13273, 15698, 12149, 14670, 11378, 11598, 9936, 9068, 10784, 8976, 11502, 9496, 11750, 9958, 11462, 9921, 10827, 9575, 8855, 9739, 8126, 10663, 10657, 12846, 11113, 8362, 11219, 8842, 11329, 9216, 12018, 9508, 11927, 9803, 12724, 9867, 11583, 10071, 8362, 10397, 8895, 11205, 9574, 11414, 10177, 11797, 10327, 11288, 9971, 10531, 9681, 8625, 10842, 10505, 11799, 10509, 10231, 9752, 8099, 10179, 9833, 11981, 10297, 8054, 10091, 8732, 11741, 10600, 10180, 11829, 8715, 10816, 9492, 10861, 9442, 8786, 10456, 9150, 12505, 10960, 10175, 10288, 8685, 11656, 10416, 12660, 10324, 10127, 11336, 9213, 11605, 10272, 12639, 10250, 10704, 10907, 9160, 13042, 10183, 12970, 9912, 9314, 9455, 9144, 11294, 9084, 10981, 9539, 10715, 9416, 9202, 10814, 9078, 10712, 9298, 9137, 10143, 9323, 11442, 9793, 12475, 10000, 10538, 9833, 8179, 12690, 10436, 8410, 13468, 12011, 7924, 11941, 9839, 7948, 11200, 8821, 7302, 12968, 9606, 8486, 13479, 11429, 10389, 15081, 13853, 14128, 16337, 16707, 14994, 15178, 17447, 16522, 14649, 16344, 12690, 11159, 16018, 12260, 11222, 14274, 11305, 12399, 13678, 10452, 10134, 9394, 9398, 10829, 9737, 9749, 9516, 9790, 9804, 9015, 8731, 9673, 10031, 7744, 10955, 8530, 8284, 11621, 9273, 8596, 12915, 11933, 11280, 12473, 14154, 9936, 12259, 14106, 12240, 15234, 11815, 14886, 11939, 16357, 12218, 15451, 13102, 16074, 14912, 14585, 17063, 12816, 16968, 11808, 15441, 10923, 13699, 9622, 12488, 9237, 11332, 9478, 11937, 9299, 10569, 9539, 10292, 10230, 11176, 10335, 11754, 10534, 10459, 10561, 11217, 10457, 11696, 9617, 11230, 8795, 11593, 8835, 11320, 8559, 10328, 8529, 10225, 8115, 10759, 8615, 11100, 8574, 11425, 8983, 9773, 8741, 9593, 9558, 8995, 12454, 10394, 11524, 8964, 9380, 9767, 8715, 11537, 10304, 13454, 10566, 10816, 10606, 9254, 12905, 9875, 9788, 12501, 10386, 14362, 10976, 8730, 12068, 9159, 13726, 9926, 14442, 10093, 12404, 9742, 10227, 10804, 9214, 11874, 9455, 12329, 9793, 10639, 8949, 9102, 9880, 8766, 12040, 9717, 13115, 10324, 12894, 9908, 12481, 9609, 11703, 10745, 9111, 12843, 9374, 12451, 8962, 9149, 9958, 9677, 14339, 11392, 8753, 12440, 9743, 10151, 10350, 10062, 14833, 11648, 15738, 12393, 10884, 14291, 10281, 14792, 10939, 14836, 10660, 14728, 11874, 13947, 10037, 10580, 10287, 8372, 11738, 8819, 12069, 9950, 9865, 9720, 8308, 11267, 9733, 11807, 10566, 8080, 12599, 10838, 9176, 14674, 9658, 8853, 11165, 10287, 11110, 9787, 7871, 11211, 9876, 10607, 14631, 11351, 14498, 13550, 13059, 16693, 13738, 12576, 16955, 13121, 10882, 15513, 10562, 10282, 11345, 9721, 12300, 10347, 9196, 10331, 9405, 12768, 10410, 8221, 9675, 8046, 10286, 9576, 11101, 10130, 12551, 9953, 11595, 9478, 10267, 10900, 8398, 11767, 9508, 11745, 9802, 10928, 9908, 10574, 10205, 8432, 11225, 9549, 11772, 10010, 13554, 10128, 13872, 10451, 13807, 9821, 12940, 9658, 12031, 9350, 10364, 9497, 9258, 10901, 8879, 12296, 10146, 11759, 10014, 12888, 9875, 14517, 9903, 13511, 9520, 12889, 9858, 11719, 9391, 8477, 11025, 8652, 11238, 8975, 11241, 9654, 10532, 9766, 8061, 10705, 8557, 10929, 9811, 13075, 9451, 10477, 9298, 8763, 10146, 8477, 11849, 9987, 11901, 9392, 8540, 9766, 8680, 11890, 9255, 9534, 11531, 9903, 12398, 13141, 11029, 10168, 8437, 7820, 10979, 8443, 8976, 12804, 10677, 12153, 13592, 10988, 15921, 15281, 13954, 16160, 17121, 15571, 17915, 14885, 16789, 13572, 11673, 13761, 9499, 13022, 9736, 11653, 10018, 11691, 9805, 11554, 9024, 10036, 8452, 9617, 8269, 10287, 8763, 9980, 9007, 9559, 9352, 9034, 10103, 8892, 10510, 8957, 10855, 8713, 11210, 9704, 10063, 10055, 7748, 10423, 8379, 9611, 9356, 9810, 10442, 10746, 11368, 10196, 12136, 11086, 13570, 10753, 15460, 10453, 16223, 10868, 15926, 10253, 13791, 10949, 11585, 11424, 10070, 12774, 10069, 12970, 9457, 11875, 9009, 10865, 8630, 10735, 8293, 11583, 8482, 11006, 8490, 10215, 8872, 10057, 8895, 8334, 9755, 8709, 10391, 8682, 10689, 9275, 11934, 10438, 13072, 9316, 11293, 9277, 10005, 9478, 8978, 13530, 10304, 11733, 9373, 9245, 9267, 8480, 11522, 10318, 14690, 10993, 10622, 9730, 8744, 12055, 9446], 'WindowCenter': [4394.0, 4399.0, 4364.0, 4369.0, 4325.0, 4332.0, 4315.0, 4312.0, 4321.0, 4311.0, 4342.0, 4322.0, 4342.0, 4312.0, 4330.0, 4310.0, 4311.0, 4312.0, 4322.0, 4331.0, 4289.0, 4331.0, 4289.0, 4318.0, 4301.0, 4321.0, 4301.0, 4330.0, 4311.0, 4330.0, 4311.0, 4332.0, 4312.0, 4322.0, 4312.0, 4313.0, 4324.0, 4293.0, 4332.0, 4301.0, 4332.0, 4312.0, 4343.0, 4313.0, 4333.0, 4312.0, 4322.0, 4311.0, 4312.0, 4322.0, 4322.0, 4333.0, 4300.0, 4330.0, 4310.0, 4320.0, 4311.0, 4342.0, 4312.0, 4347.0, 4325.0, 4322.0, 4310.0, 4299.0, 4334.0, 4313.0, 4319.0, 4312.0, 4334.0, 4324.0, 4302.0, 4323.0, 4317.0, 4325.0, 4337.0, 4356.0, 4326.0, 4326.0, 4335.0, 4326.0, 4346.0, 4325.0, 4356.0, 4326.0, 4345.0, 4324.0, 4335.0, 4313.0, 4323.0, 4343.0, 4289.0, 4330.0, 4300.0, 4330.0, 4300.0, 4340.0, 4310.0, 4277.0, 4319.0, 4286.0, 4318.0, 4299.0, 4339.0, 4311.0, 4288.0, 4307.0, 4287.0, 4319.0, 4310.0, 4330.0, 4311.0, 4329.0, 4299.0, 4318.0, 4299.0, 4297.0, 4318.0, 4289.0, 4318.0, 4288.0, 4306.0, 4297.0, 4317.0, 4298.0, 4327.0, 4297.0, 4316.0, 4285.0, 4305.0, 4298.0, 4308.0, 4300.0, 4308.0, 4289.0, 4308.0, 4313.0, 4292.0, 4302.0, 4317.0, 4323.0, 4302.0, 4324.0, 4327.0, 4322.0, 4315.0, 4306.0, 4326.0, 4315.0, 4325.0, 4317.0, 4346.0, 4336.0, 4345.0, 4327.0, 4324.0, 4314.0, 4325.0, 4336.0, 4295.0, 4336.0, 4304.0, 4334.0, 4314.0, 4335.0, 4323.0, 4333.0, 4312.0, 4311.0, 4312.0, 4301.0, 4312.0, 4312.0, 4333.0, 4302.0, 4320.0, 4302.0, 4320.0, 4311.0, 4320.0, 4310.0, 4320.0, 4298.0, 4317.0, 4298.0, 4307.0, 4299.0, 4307.0, 4298.0, 4306.0, 4295.0, 4294.0, 4297.0, 4293.0, 4295.0, 4295.0, 4276.0, 4294.0, 4287.0, 4296.0, 4287.0, 4296.0, 4287.0, 4296.0, 4286.0, 4307.0, 4290.0, 4309.0, 4288.0, 4307.0, 4299.0, 4317.0, 4320.0, 4331.0, 4300.0, 4319.0, 4299.0, 4303.0, 4300.0, 4291.0, 4312.0, 4300.0, 4321.0, 4313.0, 4311.0, 4302.0, 4304.0, 4314.0, 4306.0, 4335.0, 4315.0, 4325.0, 4330.0, 4316.0, 4313.0, 4303.0, 4332.0, 4309.0, 4332.0, 4332.0, 4301.0, 4355.0, 4332.0, 4291.0, 4323.0, 4305.0, 4333.0, 4313.0, 4312.0, 4334.0, 4304.0, 4342.0, 4334.0, 4332.0, 4341.0, 4308.0, 4329.0, 4305.0, 4312.0, 4293.0, 4299.0, 4265.0, 4241.0, 4249.0, 4218.0, 4248.0, 4229.0, 4249.0, 4229.0, 4250.0, 4231.0, 4260.0, 4243.0, 4251.0, 4233.0, 4253.0, 4248.0, 4256.0, 4250.0, 4273.0, 4272.0, 4261.0, 4283.0, 4263.0, 4295.0, 4287.0, 4296.0, 4284.0, 4307.0, 4286.0, 4296.0, 4286.0, 4297.0, 4299.0, 4308.0, 4300.0, 4310.0, 4289.0, 4292.0, 4291.0, 4292.0, 4325.0, 4317.0, 4325.0, 4316.0, 4324.0, 4313.0, 4325.0, 4315.0, 4305.0, 4313.0, 4304.0, 4314.0, 4315.0, 4325.0, 4325.0, 4336.0, 4304.0, 4325.0, 4317.0, 4336.0, 4328.0, 4346.0, 4338.0, 4325.0, 4305.0, 4314.0, 4314.0, 4314.0, 4326.0, 4319.0, 4347.0, 4315.0, 4335.0, 4316.0, 4335.0, 4328.0, 4347.0, 4326.0, 4344.0, 4315.0, 4335.0, 4326.0, 4336.0, 4335.0, 4335.0, 4312.0, 4321.0, 4313.0, 4335.0, 4314.0, 4315.0, 4315.0, 4306.0, 4313.0, 4306.0, 4324.0, 4315.0, 4335.0, 4305.0, 4336.0, 4325.0, 4335.0, 4336.0, 4346.0, 4315.0, 4303.0, 4314.0, 4304.0, 4314.0, 4317.0, 4330.0, 4328.0, 4305.0, 4328.0, 4317.0, 4337.0, 4316.0, 4328.0, 4336.0, 4305.0, 4344.0, 4314.0, 4331.0, 4311.0, 4335.0, 4345.0, 4322.0, 4342.0, 4299.0, 4274.0, 4274.0, 4274.0, 4297.0, 4286.0, 4317.0, 4308.0, 4317.0, 4286.0, 4264.0, 4283.0, 4263.0, 4294.0, 4294.0, 4304.0, 4273.0, 4282.0, 4275.0, 4272.0, 4275.0, 4275.0, 4295.0, 4264.0, 4295.0, 4265.0, 4296.0, 4287.0, 4295.0, 4285.0, 4305.0, 4287.0, 4295.0, 4289.0, 4321.0, 4324.0, 4299.0, 4299.0, 4299.0, 4320.0, 4312.0, 4321.0, 4312.0, 4332.0, 4312.0, 4291.0, 4310.0, 4313.0, 4344.0, 4336.0, 4336.0, 4356.0, 4312.0, 4331.0, 4310.0, 4331.0, 4312.0, 4342.0, 4313.0, 4339.0, 4311.0, 4342.0, 4321.0, 4339.0, 4308.0, 4284.0, 4272.0, 4272.0, 4283.0, 4294.0, 4284.0, 4284.0, 4293.0, 4271.0, 4293.0, 4263.0, 4292.0, 4275.0, 4320.0, 4298.0, 4306.0, 4284.0, 4302.0, 4293.0, 4302.0, 4290.0, 4290.0, 4278.0, 4287.0, 4277.0, 4290.0, 4289.0, 4293.0, 4313.0, 4295.0, 4304.0, 4295.0, 4306.0, 4304.0, 4319.0, 4319.0, 4309.0, 4329.0, 4316.0, 4317.0, 4320.0, 4300.0, 4308.0, 4290.0, 4298.0, 4299.0, 4301.0, 4331.0, 4325.0, 4349.0, 4347.0, 4324.0, 4343.0, 4323.0, 4323.0, 4321.0, 4325.0, 4343.0, 4322.0, 4353.0, 4322.0, 4351.0, 4309.0, 4319.0, 4307.0, 4310.0, 4318.0, 4308.0, 4330.0, 4309.0, 4329.0, 4308.0, 4316.0, 4310.0, 4328.0, 4310.0, 4319.0, 4310.0, 4329.0, 4309.0, 4310.0, 4321.0, 4299.0, 4330.0, 4311.0, 4320.0, 4312.0, 4341.0, 4324.0, 4323.0, 4333.0, 4323.0, 4322.0, 4312.0, 4333.0, 4334.0, 4356.0, 4313.0, 4343.0, 4323.0, 4342.0, 4312.0, 4323.0, 4323.0, 4302.0, 4333.0, 4313.0, 4344.0, 4334.0, 4322.0, 4311.0, 4301.0, 4323.0, 4312.0, 4343.0, 4324.0, 4344.0, 4314.0, 4334.0, 4312.0, 4312.0, 4322.0, 4313.0, 4335.0, 4312.0, 4331.0, 4311.0, 4330.0, 4313.0, 4353.0, 4324.0, 4323.0, 4322.0, 4294.0, 4323.0, 4302.0, 4332.0, 4316.0, 4338.0, 4335.0, 4334.0, 4314.0, 4324.0, 4324.0, 4315.0, 4346.0, 4340.0, 4341.0, 4341.0, 4319.0, 4348.0, 4339.0, 4360.0, 4338.0, 4317.0, 4360.0, 4338.0, 4378.0, 4359.0, 4327.0, 4334.0, 4312.0, 4333.0, 4324.0, 4366.0, 4333.0, 4332.0, 4320.0, 4288.0, 4308.0, 4299.0, 4329.0, 4311.0, 4331.0, 4321.0, 4330.0, 4310.0, 4311.0, 4311.0, 4301.0, 4336.0, 4312.0, 4329.0, 4313.0, 4331.0, 4311.0, 4333.0, 4311.0, 4298.0, 4310.0, 4288.0, 4310.0, 4299.0, 4321.0, 4311.0, 4320.0, 4300.0, 4288.0, 4298.0, 4288.0, 4319.0, 4311.0, 4320.0, 4300.0, 4310.0, 4300.0, 4318.0, 4302.0, 4319.0, 4299.0, 4319.0, 4288.0, 4321.0, 4315.0, 4333.0, 4314.0, 4337.0, 4360.0, 4323.0, 4290.0, 4285.0, 4276.0, 4296.0, 4289.0, 4301.0, 4325.0, 4347.0, 4325.0, 4335.0, 4323.0, 4332.0, 4321.0, 4333.0, 4318.0, 4339.0, 4306.0, 4324.0, 4292.0, 4301.0, 4278.0, 4286.0, 4264.0, 4252.0, 4241.0, 4228.0, 4248.0, 4228.0, 4262.0, 4256.0, 4274.0, 4254.0, 4275.0, 4266.0, 4265.0, 4257.0, 4259.0, 4268.0, 4261.0, 4279.0, 4279.0, 4299.0, 4278.0, 4247.0, 4278.0, 4259.0, 4279.0, 4271.0, 4301.0, 4282.0, 4291.0, 4282.0, 4302.0, 4283.0, 4291.0, 4282.0, 4260.0, 4280.0, 4270.0, 4291.0, 4282.0, 4292.0, 4294.0, 4304.0, 4295.0, 4294.0, 4297.0, 4297.0, 4284.0, 4287.0, 4322.0, 4310.0, 4319.0, 4310.0, 4311.0, 4299.0, 4279.0, 4310.0, 4312.0, 4334.0, 4336.0, 4304.0, 4324.0, 4302.0, 4321.0, 4324.0, 4313.0, 4333.0, 4303.0, 4325.0, 4314.0, 4324.0, 4314.0, 4307.0, 4326.0, 4316.0, 4346.0, 4337.0, 4327.0, 4326.0, 4306.0, 4334.0, 4326.0, 4345.0, 4326.0, 4327.0, 4337.0, 4305.0, 4324.0, 4314.0, 4334.0, 4314.0, 4312.0, 4313.0, 4303.0, 4334.0, 4312.0, 4333.0, 4301.0, 4301.0, 4302.0, 4303.0, 4322.0, 4302.0, 4322.0, 4315.0, 4324.0, 4314.0, 4305.0, 4325.0, 4304.0, 4325.0, 4317.0, 4316.0, 4326.0, 4317.0, 4336.0, 4328.0, 4347.0, 4343.0, 4340.0, 4329.0, 4305.0, 4334.0, 4311.0, 4294.0, 4357.0, 4349.0, 4295.0, 4334.0, 4314.0, 4307.0, 4350.0, 4329.0, 4309.0, 4369.0, 4339.0, 4329.0, 4370.0, 4362.0, 4339.0, 4370.0, 4350.0, 4348.0, 4357.0, 4342.0, 4329.0, 4305.0, 4327.0, 4325.0, 4314.0, 4310.0, 4279.0, 4253.0, 4283.0, 4250.0, 4238.0, 4259.0, 4239.0, 4248.0, 4257.0, 4237.0, 4228.0, 4226.0, 4229.0, 4252.0, 4242.0, 4254.0, 4255.0, 4268.0, 4281.0, 4287.0, 4290.0, 4301.0, 4302.0, 4281.0, 4311.0, 4317.0, 4319.0, 4348.0, 4329.0, 4306.0, 4347.0, 4308.0, 4310.0, 4335.0, 4345.0, 4326.0, 4349.0, 4359.0, 4337.0, 4357.0, 4339.0, 4357.0, 4324.0, 4353.0, 4308.0, 4333.0, 4307.0, 4329.0, 4314.0, 4301.0, 4312.0, 4279.0, 4297.0, 4255.0, 4274.0, 4241.0, 4261.0, 4231.0, 4262.0, 4231.0, 4250.0, 4243.0, 4260.0, 4244.0, 4254.0, 4243.0, 4255.0, 4254.0, 4266.0, 4256.0, 4267.0, 4256.0, 4255.0, 4266.0, 4266.0, 4267.0, 4291.0, 4283.0, 4292.0, 4272.0, 4289.0, 4270.0, 4290.0, 4271.0, 4280.0, 4272.0, 4292.0, 4275.0, 4304.0, 4298.0, 4318.0, 4298.0, 4317.0, 4299.0, 4310.0, 4301.0, 4310.0, 4311.0, 4300.0, 4330.0, 4313.0, 4321.0, 4300.0, 4312.0, 4313.0, 4303.0, 4334.0, 4338.0, 4357.0, 4337.0, 4336.0, 4325.0, 4315.0, 4357.0, 4325.0, 4325.0, 4347.0, 4326.0, 4355.0, 4323.0, 4291.0, 4331.0, 4300.0, 4342.0, 4311.0, 4341.0, 4311.0, 4331.0, 4300.0, 4310.0, 4320.0, 4312.0, 4332.0, 4312.0, 4330.0, 4309.0, 4309.0, 4300.0, 4302.0, 4322.0, 4315.0, 4344.0, 4315.0, 4341.0, 4324.0, 4342.0, 4312.0, 4334.0, 4313.0, 4334.0, 4349.0, 4317.0, 4345.0, 4329.0, 4359.0, 4327.0, 4324.0, 4337.0, 4339.0, 4369.0, 4347.0, 4314.0, 4345.0, 4316.0, 4325.0, 4325.0, 4328.0, 4369.0, 4349.0, 4368.0, 4347.0, 4324.0, 4344.0, 4311.0, 4342.0, 4310.0, 4340.0, 4299.0, 4341.0, 4321.0, 4330.0, 4301.0, 4313.0, 4298.0, 4280.0, 4307.0, 4286.0, 4305.0, 4297.0, 4297.0, 4297.0, 4303.0, 4334.0, 4315.0, 4335.0, 4336.0, 4307.0, 4336.0, 4310.0, 4287.0, 4327.0, 4297.0, 4289.0, 4311.0, 4270.0, 4323.0, 4312.0, 4293.0, 4321.0, 4323.0, 4338.0, 4355.0, 4323.0, 4335.0, 4322.0, 4315.0, 4340.0, 4306.0, 4294.0, 4324.0, 4290.0, 4269.0, 4298.0, 4256.0, 4245.0, 4254.0, 4256.0, 4276.0, 4268.0, 4259.0, 4270.0, 4259.0, 4289.0, 4270.0, 4250.0, 4260.0, 4249.0, 4281.0, 4274.0, 4293.0, 4285.0, 4305.0, 4286.0, 4296.0, 4287.0, 4297.0, 4295.0, 4265.0, 4306.0, 4284.0, 4307.0, 4311.0, 4310.0, 4300.0, 4299.0, 4297.0, 4277.0, 4308.0, 4298.0, 4319.0, 4301.0, 4330.0, 4312.0, 4342.0, 4312.0, 4330.0, 4300.0, 4319.0, 4299.0, 4318.0, 4289.0, 4298.0, 4299.0, 4302.0, 4310.0, 4289.0, 4320.0, 4311.0, 4321.0, 4303.0, 4330.0, 4301.0, 4342.0, 4314.0, 4345.0, 4315.0, 4343.0, 4311.0, 4320.0, 4286.0, 4276.0, 4306.0, 4276.0, 4319.0, 4300.0, 4320.0, 4298.0, 4307.0, 4297.0, 4276.0, 4307.0, 4287.0, 4308.0, 4310.0, 4329.0, 4300.0, 4312.0, 4299.0, 4288.0, 4310.0, 4292.0, 4333.0, 4327.0, 4335.0, 4314.0, 4303.0, 4314.0, 4318.0, 4348.0, 4327.0, 4328.0, 4348.0, 4327.0, 4346.0, 4348.0, 4325.0, 4323.0, 4302.0, 4292.0, 4322.0, 4303.0, 4326.0, 4368.0, 4349.0, 4359.0, 4369.0, 4337.0, 4380.0, 4357.0, 4343.0, 4354.0, 4353.0, 4329.0, 4340.0, 4316.0, 4312.0, 4290.0, 4265.0, 4276.0, 4244.0, 4274.0, 4241.0, 4251.0, 4241.0, 4262.0, 4252.0, 4261.0, 4241.0, 4253.0, 4234.0, 4254.0, 4247.0, 4268.0, 4258.0, 4267.0, 4260.0, 4269.0, 4271.0, 4272.0, 4282.0, 4274.0, 4310.0, 4289.0, 4306.0, 4288.0, 4306.0, 4286.0, 4284.0, 4284.0, 4265.0, 4294.0, 4288.0, 4310.0, 4311.0, 4312.0, 4322.0, 4324.0, 4333.0, 4323.0, 4334.0, 4322.0, 4344.0, 4312.0, 4354.0, 4311.0, 4352.0, 4309.0, 4340.0, 4297.0, 4317.0, 4294.0, 4294.0, 4293.0, 4283.0, 4302.0, 4283.0, 4303.0, 4284.0, 4293.0, 4274.0, 4294.0, 4274.0, 4295.0, 4277.0, 4307.0, 4287.0, 4308.0, 4290.0, 4310.0, 4302.0, 4312.0, 4302.0, 4290.0, 4311.0, 4291.0, 4311.0, 4301.0, 4323.0, 4314.0, 4333.0, 4323.0, 4344.0, 4314.0, 4323.0, 4314.0, 4325.0, 4326.0, 4318.0, 4359.0, 4326.0, 4335.0, 4315.0, 4316.0, 4325.0, 4318.0, 4348.0, 4339.0, 4369.0, 4338.0, 4339.0, 4327.0, 4316.0, 4347.0, 4325.0], 'WindowWidth': [9691.0, 9687.0, 9626.0, 9625.0, 9554.0, 9561.0, 9536.0, 9530.0, 9542.0, 9528.0, 9572.0, 9544.0, 9571.0, 9530.0, 9552.0, 9526.0, 9527.0, 9528.0, 9544.0, 9557.0, 9495.0, 9554.0, 9494.0, 9532.0, 9510.0, 9538.0, 9512.0, 9552.0, 9526.0, 9551.0, 9527.0, 9555.0, 9531.0, 9543.0, 9532.0, 9535.0, 9549.0, 9504.0, 9557.0, 9515.0, 9556.0, 9530.0, 9574.0, 9534.0, 9561.0, 9530.0, 9544.0, 9527.0, 9530.0, 9544.0, 9544.0, 9561.0, 9510.0, 9552.0, 9523.0, 9538.0, 9527.0, 9574.0, 9531.0, 9588.0, 9557.0, 9546.0, 9524.0, 9507.0, 9565.0, 9533.0, 9535.0, 9529.0, 9563.0, 9551.0, 9520.0, 9549.0, 9549.0, 9558.0, 9575.0, 9599.0, 9558.0, 9556.0, 9569.0, 9557.0, 9585.0, 9555.0, 9601.0, 9557.0, 9583.0, 9552.0, 9566.0, 9532.0, 9547.0, 9575.0, 9496.0, 9553.0, 9510.0, 9550.0, 9509.0, 9567.0, 9525.0, 9475.0, 9532.0, 9486.0, 9531.0, 9508.0, 9565.0, 9526.0, 9492.0, 9516.0, 9490.0, 9535.0, 9522.0, 9552.0, 9527.0, 9549.0, 9509.0, 9533.0, 9505.0, 9503.0, 9532.0, 9492.0, 9532.0, 9488.0, 9512.0, 9501.0, 9530.0, 9507.0, 9543.0, 9502.0, 9526.0, 9484.0, 9511.0, 9507.0, 9519.0, 9509.0, 9518.0, 9496.0, 9521.0, 9535.0, 9506.0, 9518.0, 9546.0, 9550.0, 9519.0, 9552.0, 9560.0, 9548.0, 9541.0, 9527.0, 9555.0, 9543.0, 9555.0, 9545.0, 9587.0, 9572.0, 9583.0, 9558.0, 9552.0, 9539.0, 9556.0, 9573.0, 9512.0, 9568.0, 9522.0, 9563.0, 9534.0, 9566.0, 9550.0, 9562.0, 9529.0, 9528.0, 9528.0, 9514.0, 9530.0, 9531.0, 9561.0, 9516.0, 9539.0, 9516.0, 9538.0, 9527.0, 9539.0, 9526.0, 9537.0, 9506.0, 9530.0, 9504.0, 9517.0, 9508.0, 9516.0, 9502.0, 9512.0, 9496.0, 9493.0, 9500.0, 9492.0, 9496.0, 9494.0, 9471.0, 9493.0, 9488.0, 9499.0, 9489.0, 9500.0, 9490.0, 9500.0, 9488.0, 9517.0, 9497.0, 9520.0, 9493.0, 9518.0, 9510.0, 9533.0, 9540.0, 9554.0, 9510.0, 9535.0, 9508.0, 9517.0, 9511.0, 9502.0, 9529.0, 9513.0, 9544.0, 9534.0, 9529.0, 9519.0, 9524.0, 9538.0, 9530.0, 9568.0, 9541.0, 9554.0, 9567.0, 9542.0, 9534.0, 9520.0, 9559.0, 9525.0, 9559.0, 9560.0, 9513.0, 9598.0, 9561.0, 9506.0, 9554.0, 9530.0, 9564.0, 9536.0, 9530.0, 9564.0, 9524.0, 9578.0, 9565.0, 9559.0, 9573.0, 9518.0, 9554.0, 9508.0, 9521.0, 9488.0, 9491.0, 9438.0, 9397.0, 9405.0, 9362.0, 9402.0, 9375.0, 9403.0, 9378.0, 9407.0, 9384.0, 9423.0, 9403.0, 9412.0, 9392.0, 9419.0, 9418.0, 9429.0, 9425.0, 9460.0, 9460.0, 9444.0, 9475.0, 9448.0, 9495.0, 9487.0, 9497.0, 9480.0, 9512.0, 9484.0, 9498.0, 9484.0, 9500.0, 9506.0, 9517.0, 9509.0, 9522.0, 9495.0, 9501.0, 9501.0, 9505.0, 9553.0, 9544.0, 9555.0, 9540.0, 9549.0, 9535.0, 9553.0, 9541.0, 9525.0, 9535.0, 9523.0, 9536.0, 9539.0, 9552.0, 9555.0, 9569.0, 9523.0, 9552.0, 9546.0, 9569.0, 9560.0, 9583.0, 9577.0, 9553.0, 9527.0, 9537.0, 9537.0, 9539.0, 9557.0, 9550.0, 9588.0, 9541.0, 9568.0, 9541.0, 9568.0, 9562.0, 9587.0, 9555.0, 9579.0, 9539.0, 9565.0, 9557.0, 9570.0, 9568.0, 9566.0, 9532.0, 9543.0, 9534.0, 9567.0, 9539.0, 9539.0, 9540.0, 9529.0, 9534.0, 9525.0, 9547.0, 9539.0, 9563.0, 9525.0, 9567.0, 9554.0, 9567.0, 9572.0, 9584.0, 9537.0, 9522.0, 9537.0, 9526.0, 9538.0, 9547.0, 9571.0, 9563.0, 9528.0, 9560.0, 9546.0, 9572.0, 9542.0, 9560.0, 9572.0, 9526.0, 9580.0, 9535.0, 9557.0, 9529.0, 9564.0, 9585.0, 9546.0, 9573.0, 9507.0, 9468.0, 9467.0, 9466.0, 9499.0, 9483.0, 9529.0, 9518.0, 9528.0, 9483.0, 9450.0, 9474.0, 9447.0, 9491.0, 9492.0, 9505.0, 9461.0, 9472.0, 9465.0, 9461.0, 9467.0, 9466.0, 9494.0, 9451.0, 9493.0, 9452.0, 9496.0, 9487.0, 9495.0, 9482.0, 9508.0, 9484.0, 9495.0, 9495.0, 9544.0, 9553.0, 9512.0, 9511.0, 9508.0, 9542.0, 9535.0, 9545.0, 9533.0, 9559.0, 9532.0, 9503.0, 9527.0, 9534.0, 9582.0, 9576.0, 9572.0, 9600.0, 9532.0, 9557.0, 9528.0, 9557.0, 9533.0, 9573.0, 9531.0, 9567.0, 9528.0, 9575.0, 9543.0, 9565.0, 9517.0, 9478.0, 9459.0, 9459.0, 9474.0, 9492.0, 9477.0, 9478.0, 9487.0, 9456.0, 9488.0, 9447.0, 9484.0, 9468.0, 9536.0, 9507.0, 9516.0, 9484.0, 9505.0, 9494.0, 9503.0, 9484.0, 9484.0, 9464.0, 9476.0, 9463.0, 9483.0, 9484.0, 9494.0, 9523.0, 9500.0, 9511.0, 9499.0, 9516.0, 9511.0, 9539.0, 9538.0, 9523.0, 9549.0, 9526.0, 9529.0, 9539.0, 9515.0, 9524.0, 9499.0, 9508.0, 9510.0, 9518.0, 9559.0, 9557.0, 9597.0, 9591.0, 9554.0, 9579.0, 9552.0, 9550.0, 9548.0, 9554.0, 9580.0, 9548.0, 9595.0, 9549.0, 9586.0, 9525.0, 9537.0, 9519.0, 9524.0, 9533.0, 9520.0, 9554.0, 9523.0, 9551.0, 9521.0, 9532.0, 9525.0, 9550.0, 9526.0, 9538.0, 9526.0, 9552.0, 9525.0, 9526.0, 9543.0, 9511.0, 9553.0, 9528.0, 9540.0, 9532.0, 9572.0, 9553.0, 9549.0, 9564.0, 9548.0, 9546.0, 9533.0, 9563.0, 9567.0, 9600.0, 9536.0, 9577.0, 9550.0, 9574.0, 9533.0, 9547.0, 9547.0, 9518.0, 9561.0, 9536.0, 9580.0, 9566.0, 9547.0, 9530.0, 9516.0, 9547.0, 9534.0, 9577.0, 9555.0, 9582.0, 9539.0, 9566.0, 9533.0, 9533.0, 9546.0, 9536.0, 9568.0, 9533.0, 9558.0, 9530.0, 9555.0, 9535.0, 9589.0, 9552.0, 9550.0, 9547.0, 9508.0, 9546.0, 9518.0, 9558.0, 9542.0, 9574.0, 9568.0, 9566.0, 9537.0, 9551.0, 9551.0, 9540.0, 9584.0, 9583.0, 9584.0, 9587.0, 9557.0, 9593.0, 9580.0, 9611.0, 9578.0, 9549.0, 9613.0, 9579.0, 9634.0, 9608.0, 9560.0, 9566.0, 9532.0, 9563.0, 9551.0, 9613.0, 9563.0, 9559.0, 9540.0, 9493.0, 9519.0, 9506.0, 9548.0, 9529.0, 9557.0, 9543.0, 9552.0, 9526.0, 9527.0, 9528.0, 9514.0, 9567.0, 9530.0, 9551.0, 9530.0, 9554.0, 9527.0, 9562.0, 9528.0, 9506.0, 9525.0, 9490.0, 9521.0, 9506.0, 9539.0, 9526.0, 9537.0, 9509.0, 9492.0, 9503.0, 9492.0, 9536.0, 9525.0, 9538.0, 9509.0, 9523.0, 9510.0, 9534.0, 9515.0, 9535.0, 9507.0, 9535.0, 9492.0, 9542.0, 9541.0, 9564.0, 9538.0, 9574.0, 9611.0, 9548.0, 9482.0, 9482.0, 9475.0, 9502.0, 9498.0, 9517.0, 9558.0, 9591.0, 9556.0, 9569.0, 9550.0, 9562.0, 9544.0, 9562.0, 9536.0, 9567.0, 9515.0, 9543.0, 9489.0, 9501.0, 9463.0, 9470.0, 9434.0, 9412.0, 9396.0, 9376.0, 9403.0, 9377.0, 9427.0, 9428.0, 9449.0, 9419.0, 9451.0, 9441.0, 9439.0, 9430.0, 9436.0, 9450.0, 9446.0, 9466.0, 9467.0, 9492.0, 9464.0, 9420.0, 9462.0, 9439.0, 9464.0, 9458.0, 9498.0, 9476.0, 9486.0, 9474.0, 9501.0, 9474.0, 9486.0, 9473.0, 9441.0, 9466.0, 9454.0, 9483.0, 9472.0, 9488.0, 9492.0, 9505.0, 9496.0, 9495.0, 9502.0, 9502.0, 9481.0, 9488.0, 9545.0, 9525.0, 9536.0, 9524.0, 9528.0, 9507.0, 9484.0, 9524.0, 9531.0, 9565.0, 9574.0, 9524.0, 9550.0, 9518.0, 9542.0, 9549.0, 9533.0, 9560.0, 9519.0, 9549.0, 9537.0, 9550.0, 9536.0, 9529.0, 9555.0, 9542.0, 9585.0, 9572.0, 9556.0, 9553.0, 9526.0, 9564.0, 9554.0, 9582.0, 9557.0, 9557.0, 9571.0, 9524.0, 9551.0, 9536.0, 9563.0, 9534.0, 9531.0, 9532.0, 9518.0, 9563.0, 9530.0, 9559.0, 9513.0, 9512.0, 9513.0, 9516.0, 9541.0, 9515.0, 9542.0, 9535.0, 9548.0, 9537.0, 9523.0, 9550.0, 9522.0, 9552.0, 9545.0, 9542.0, 9555.0, 9543.0, 9569.0, 9559.0, 9586.0, 9593.0, 9582.0, 9563.0, 9525.0, 9563.0, 9522.0, 9508.0, 9600.0, 9589.0, 9511.0, 9564.0, 9536.0, 9534.0, 9597.0, 9569.0, 9544.0, 9625.0, 9584.0, 9570.0, 9631.0, 9619.0, 9582.0, 9628.0, 9598.0, 9588.0, 9599.0, 9574.0, 9549.0, 9504.0, 9547.0, 9546.0, 9520.0, 9514.0, 9460.0, 9416.0, 9462.0, 9409.0, 9386.0, 9421.0, 9391.0, 9399.0, 9415.0, 9383.0, 9371.0, 9367.0, 9378.0, 9411.0, 9402.0, 9421.0, 9424.0, 9445.0, 9470.0, 9490.0, 9495.0, 9508.0, 9513.0, 9482.0, 9525.0, 9545.0, 9550.0, 9590.0, 9563.0, 9525.0, 9583.0, 9516.0, 9518.0, 9565.0, 9580.0, 9556.0, 9590.0, 9605.0, 9571.0, 9601.0, 9576.0, 9598.0, 9547.0, 9592.0, 9519.0, 9562.0, 9515.0, 9551.0, 9517.0, 9497.0, 9513.0, 9459.0, 9486.0, 9421.0, 9446.0, 9397.0, 9423.0, 9381.0, 9422.0, 9382.0, 9406.0, 9400.0, 9423.0, 9403.0, 9417.0, 9404.0, 9419.0, 9420.0, 9437.0, 9423.0, 9439.0, 9423.0, 9422.0, 9438.0, 9439.0, 9442.0, 9483.0, 9476.0, 9487.0, 9460.0, 9480.0, 9456.0, 9481.0, 9461.0, 9469.0, 9463.0, 9489.0, 9470.0, 9508.0, 9509.0, 9535.0, 9509.0, 9532.0, 9511.0, 9528.0, 9517.0, 9526.0, 9530.0, 9513.0, 9555.0, 9532.0, 9540.0, 9514.0, 9532.0, 9535.0, 9523.0, 9568.0, 9579.0, 9602.0, 9574.0, 9570.0, 9552.0, 9543.0, 9603.0, 9557.0, 9554.0, 9588.0, 9557.0, 9597.0, 9549.0, 9500.0, 9555.0, 9511.0, 9570.0, 9528.0, 9571.0, 9529.0, 9556.0, 9513.0, 9525.0, 9538.0, 9532.0, 9561.0, 9531.0, 9554.0, 9524.0, 9524.0, 9512.0, 9518.0, 9547.0, 9542.0, 9578.0, 9539.0, 9572.0, 9550.0, 9573.0, 9534.0, 9564.0, 9535.0, 9565.0, 9596.0, 9546.0, 9580.0, 9567.0, 9607.0, 9563.0, 9555.0, 9575.0, 9583.0, 9623.0, 9589.0, 9537.0, 9581.0, 9542.0, 9553.0, 9555.0, 9561.0, 9625.0, 9593.0, 9622.0, 9588.0, 9549.0, 9580.0, 9526.0, 9572.0, 9523.0, 9567.0, 9508.0, 9570.0, 9543.0, 9553.0, 9513.0, 9528.0, 9500.0, 9480.0, 9513.0, 9484.0, 9509.0, 9500.0, 9502.0, 9501.0, 9522.0, 9561.0, 9541.0, 9568.0, 9572.0, 9533.0, 9571.0, 9524.0, 9487.0, 9543.0, 9501.0, 9493.0, 9524.0, 9449.0, 9548.0, 9532.0, 9510.0, 9544.0, 9549.0, 9576.0, 9596.0, 9542.0, 9565.0, 9543.0, 9526.0, 9569.0, 9512.0, 9488.0, 9534.0, 9479.0, 9442.0, 9485.0, 9422.0, 9404.0, 9416.0, 9421.0, 9451.0, 9442.0, 9433.0, 9449.0, 9436.0, 9475.0, 9449.0, 9422.0, 9435.0, 9422.0, 9466.0, 9461.0, 9486.0, 9479.0, 9505.0, 9481.0, 9495.0, 9487.0, 9500.0, 9492.0, 9450.0, 9507.0, 9476.0, 9510.0, 9525.0, 9525.0, 9509.0, 9504.0, 9501.0, 9474.0, 9516.0, 9504.0, 9534.0, 9511.0, 9550.0, 9527.0, 9569.0, 9530.0, 9551.0, 9510.0, 9533.0, 9505.0, 9529.0, 9491.0, 9505.0, 9505.0, 9514.0, 9523.0, 9496.0, 9537.0, 9524.0, 9537.0, 9514.0, 9551.0, 9511.0, 9570.0, 9533.0, 9584.0, 9542.0, 9578.0, 9530.0, 9536.0, 9487.0, 9471.0, 9511.0, 9470.0, 9536.0, 9512.0, 9538.0, 9506.0, 9516.0, 9504.0, 9477.0, 9514.0, 9491.0, 9519.0, 9524.0, 9550.0, 9512.0, 9527.0, 9508.0, 9494.0, 9525.0, 9503.0, 9563.0, 9559.0, 9567.0, 9537.0, 9523.0, 9535.0, 9549.0, 9592.0, 9562.0, 9565.0, 9589.0, 9558.0, 9581.0, 9590.0, 9554.0, 9547.0, 9521.0, 9504.0, 9544.0, 9525.0, 9563.0, 9625.0, 9597.0, 9608.0, 9625.0, 9576.0, 9637.0, 9602.0, 9575.0, 9592.0, 9593.0, 9551.0, 9572.0, 9526.0, 9515.0, 9476.0, 9433.0, 9451.0, 9402.0, 9444.0, 9396.0, 9409.0, 9397.0, 9425.0, 9414.0, 9424.0, 9399.0, 9416.0, 9393.0, 9420.0, 9414.0, 9444.0, 9431.0, 9444.0, 9438.0, 9450.0, 9455.0, 9458.0, 9472.0, 9466.0, 9522.0, 9494.0, 9516.0, 9490.0, 9511.0, 9483.0, 9477.0, 9477.0, 9454.0, 9494.0, 9493.0, 9525.0, 9529.0, 9531.0, 9545.0, 9547.0, 9560.0, 9547.0, 9563.0, 9544.0, 9577.0, 9528.0, 9592.0, 9526.0, 9587.0, 9519.0, 9567.0, 9498.0, 9527.0, 9491.0, 9490.0, 9489.0, 9473.0, 9500.0, 9472.0, 9502.0, 9477.0, 9488.0, 9465.0, 9490.0, 9467.0, 9496.0, 9474.0, 9513.0, 9490.0, 9519.0, 9496.0, 9523.0, 9515.0, 9532.0, 9516.0, 9498.0, 9525.0, 9499.0, 9527.0, 9515.0, 9546.0, 9537.0, 9561.0, 9548.0, 9577.0, 9536.0, 9547.0, 9536.0, 9554.0, 9557.0, 9549.0, 9606.0, 9558.0, 9566.0, 9541.0, 9542.0, 9555.0, 9549.0, 9592.0, 9579.0, 9622.0, 9578.0, 9577.0, 9560.0, 9544.0, 9587.0, 9555.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.003428454404945904</td></tr>
<tr><td colspan=3>aqi</td><td>0.05095959590417311</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.0366375444625</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2179143463882443</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0331257293580804</td></tr>
<tr><td colspan=3>efc</td><td>0.5182</td></tr>
<tr><td colspan=3>fber</td><td>3186.1824</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12071618637025519</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>199</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.378670788253478</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5015885615095415</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.474759940997125</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6079391196400676</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.422066623891431</td></tr>
<tr><td colspan=3>gcor</td><td>0.0239001</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006875752937048674</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024955101311206818</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>4.24579094424898</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>13.8263</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.444</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>245.1644</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293160.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>1209.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.0368</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1269</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.2148</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3488.3016</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83384.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.4303</td></tr>
<tr><td colspan=3>tsnr</td><td>28.27760443801526</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>