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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-02/func/sub-0021_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>07ee1b58afdb45c484d74f9cb0f6d297</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:42:7.470000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99709, -0.073896, -0.0187402, 0.0746216, 0.996346, 0.0415377]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0976687</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>[4145, -7775, -7252, 571, -16, -62, -20, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.491</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>51a8c9f2-6d0e-41bc-a404-eb28d8b1b839||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675119161605835, 0.20020417869091034, -0.042126040905714035, 103.12435913085938], [0.1982574462890625, 2.6731247901916504, 0.11560112982988358, -104.11991882324219], [-0.05027851462364197, -0.11144258826971054, 2.697195053100586, -53.94114303588867], [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': ['134207.470000', '134207.930000', '134208.390000', '134208.850000', '134209.310000', '134209.770000', '134210.230000', '134210.690000', '134211.150000', '134211.610000', '134212.070000', '134212.530000', '134212.990000', '134213.450000', '134213.910000', '134214.370000', '134214.830000', '134215.290000', '134215.750000', '134216.210000', '134216.670000', '134217.130000', '134217.590000', '134218.050000', '134218.510000', '134218.970000', '134219.430000', '134219.890000', '134220.350000', '134220.810000', '134221.270000', '134221.730000', '134222.190000', '134222.650000', '134223.110000', '134223.570000', '134224.030000', '134224.490000', '134224.950000', '134225.410000', '134225.870000', '134226.330000', '134226.790000', '134227.250000', '134227.710000', '134228.170000', '134228.630000', '134229.090000', '134229.550000', '134230.010000', '134230.470000', '134230.930000', '134231.390000', '134231.850000', '134232.310000', '134232.770000', '134233.230000', '134233.690000', '134234.150000', '134234.610000', '134235.070000', '134235.530000', '134235.990000', '134236.450000', '134236.910000', '134237.370000', '134237.830000', '134238.290000', '134238.750000', '134239.210000', '134239.670000', '134240.130000', '134240.590000', '134241.050000', '134241.510000', '134241.970000', '134242.430000', '134242.890000', '134243.350000', '134243.810000', '134244.270000', '134244.730000', '134245.190000', '134245.650000', '134246.110000', '134246.570000', '134247.030000', '134247.490000', '134247.950000', '134248.410000', '134248.870000', '134249.330000', '134249.790000', '134250.250000', '134250.710000', '134251.170000', '134251.630000', '134252.090000', '134252.550000', '134253.010000', '134253.470000', '134253.930000', '134254.390000', '134254.850000', '134255.310000', '134255.770000', '134256.230000', '134256.690000', '134257.150000', '134257.610000', '134258.070000', '134258.530000', '134258.990000', '134259.450000', '134259.910000', '134300.370000', '134300.830000', '134301.290000', '134301.750000', '134302.210000', '134302.670000', '134303.130000', '134303.590000', '134304.050000', '134304.510000', '134304.970000', '134305.430000', '134305.890000', '134306.350000', '134306.810000', '134307.270000', '134307.730000', '134308.190000', '134308.650000', '134309.110000', '134309.570000', '134310.030000', '134310.490000', '134310.950000', '134311.410000', '134311.870000', '134312.330000', '134312.790000', '134313.250000', '134313.710000', '134314.170000', '134314.630000', '134315.090000', '134315.550000', '134316.010000', '134316.470000', '134316.930000', '134317.390000', '134317.850000', '134318.310000', '134318.770000', '134319.230000', '134319.690000', '134320.150000', '134320.610000', '134321.070000', '134321.530000', '134321.990000', '134322.450000', '134322.910000', '134323.370000', '134323.830000', '134324.290000', '134324.750000', '134325.210000', '134325.670000', '134326.130000', '134326.590000', '134327.050000', '134327.510000', '134327.970000', '134328.430000', '134328.890000', '134329.350000', '134329.810000', '134330.270000', '134330.730000', '134331.190000', '134331.650000', '134332.110000', '134332.570000', '134333.030000', '134333.490000', '134333.950000', '134334.410000', '134334.870000', '134335.330000', '134335.790000', '134336.250000', '134336.710000', '134337.170000', '134337.630000', '134338.090000', '134338.550000', '134339.010000', '134339.470000', '134339.930000', '134340.390000', '134340.850000', '134341.310000', '134341.770000', '134342.230000', '134342.690000', '134343.150000', '134343.610000', '134344.070000', '134344.530000', '134344.990000', '134345.450000', '134345.910000', '134346.370000', '134346.830000', '134347.290000', '134347.750000', '134348.210000', '134348.670000', '134349.130000', '134349.590000', '134350.050000', '134350.510000', '134350.970000', '134351.430000', '134351.890000', '134352.350000', '134352.810000', '134353.270000', '134353.730000', '134354.190000', '134354.650000', '134355.110000', '134355.570000', '134356.030000', '134356.490000', '134356.950000', '134357.410000', '134357.870000', '134358.330000', '134358.790000', '134359.250000', '134359.710000', '134400.170000', '134400.630000', '134401.090000', '134401.550000', '134402.010000', '134402.470000', '134402.930000', '134403.390000', '134403.850000', '134404.310000', '134404.770000', '134405.230000', '134405.690000', '134406.150000', '134406.610000', '134407.070000', '134407.530000', '134407.990000', '134408.450000', '134408.910000', '134409.370000', '134409.830000', '134410.290000', '134410.750000', '134411.210000', '134411.670000', '134412.130000', '134412.590000', '134413.050000', '134413.510000', '134413.970000', '134414.430000', '134414.890000', '134415.350000', '134415.810000', '134416.270000', '134416.730000', '134417.190000', '134417.650000', '134418.110000', '134418.570000', '134419.030000', '134419.490000', '134419.950000', '134420.410000', '134420.870000', '134421.330000', '134421.790000', '134422.250000', '134422.710000', '134423.170000', '134423.630000', '134424.090000', '134424.550000', '134425.010000', '134425.470000', '134425.930000', '134426.390000', '134426.850000', '134427.310000', '134427.770000', '134428.230000', '134428.690000', '134429.150000', '134429.610000', '134430.070000', '134430.530000', '134430.990000', '134431.450000', '134431.910000', '134432.370000', '134432.830000', '134433.290000', '134433.750000', '134434.210000', '134434.670000', '134435.130000', '134435.590000', '134436.050000', '134436.510000', '134436.970000', '134437.430000', '134437.890000', '134438.350000', '134438.810000', '134439.270000', '134439.730000', '134440.190000', '134440.650000', '134441.110000', '134441.570000', '134442.030000', '134442.490000', '134442.950000', '134443.410000', '134443.870000', '134444.330000', '134444.790000', '134445.250000', '134445.710000', '134446.170000', '134446.630000', '134447.090000', '134447.550000', '134448.010000', '134448.470000', '134448.930000', '134449.390000', '134449.850000', '134450.310000', '134450.770000', '134451.230000', '134451.690000', '134452.150000', '134452.610000', '134453.070000', '134453.530000', '134453.990000', '134454.450000', '134454.910000', '134455.370000', '134455.830000', '134456.290000', '134456.750000', '134457.210000', '134457.670000', '134458.130000', '134458.590000', '134459.050000', '134459.510000', '134459.970000', '134500.430000', '134500.890000', '134501.350000', '134501.810000', '134502.270000', '134502.730000', '134503.190000', '134503.650000', '134504.110000', '134504.570000', '134505.030000', '134505.490000', '134505.950000', '134506.410000', '134506.870000', '134507.330000', '134507.790000', '134508.250000', '134508.710000', '134509.170000', '134509.630000', '134510.090000', '134510.550000', '134511.010000', '134511.470000', '134511.930000', '134512.390000', '134512.850000', '134513.310000', '134513.770000', '134514.230000', '134514.690000', '134515.150000', '134515.610000', '134516.070000', '134516.530000', '134516.990000', '134517.450000', '134517.910000', '134518.370000', '134518.830000', '134519.290000', '134519.750000', '134520.210000', '134520.670000', '134521.130000', '134521.590000', '134522.050000', '134522.510000', '134522.970000', '134523.430000', '134523.890000', '134524.350000', '134524.810000', '134525.270000', '134525.730000', '134526.190000', '134526.650000', '134527.110000', '134527.570000', '134528.030000', '134528.490000', '134528.950000', '134529.410000', '134529.870000', '134530.330000', '134530.790000', '134531.250000', '134531.710000', '134532.170000', '134532.630000', '134533.090000', '134533.550000', '134534.010000', '134534.470000', '134534.930000', '134535.390000', '134535.850000', '134536.310000', '134536.770000', '134537.230000', '134537.690000', '134538.150000', '134538.610000', '134539.070000', '134539.530000', '134539.990000', '134540.450000', '134540.910000', '134541.370000', '134541.830000', '134542.290000', '134542.750000', '134543.210000', '134543.670000', '134544.130000', '134544.590000', '134545.050000', '134545.510000', '134545.970000', '134546.430000', '134546.890000', '134547.350000', '134547.810000', '134548.270000', '134548.730000', '134549.190000', '134549.650000', '134550.110000', '134550.570000', '134551.030000', '134551.490000', '134551.950000', '134552.410000', '134552.870000', '134553.330000', '134553.790000', '134554.250000', '134554.710000', '134555.170000', '134555.630000', '134556.090000', '134556.550000', '134557.010000', '134557.470000', '134557.930000', '134558.390000', '134558.850000', '134559.310000', '134559.770000', '134600.230000', '134600.690000', '134601.150000', '134601.610000', '134602.070000', '134602.530000', '134602.990000', '134603.450000', '134603.910000', '134604.370000', '134604.830000', '134605.290000', '134605.750000', '134606.210000', '134606.670000', '134607.130000', '134607.590000', '134608.050000', '134608.510000', '134608.970000', '134609.430000', '134609.890000', '134610.350000', '134610.810000', '134611.270000', '134611.730000', '134612.190000', '134612.650000', '134613.110000', '134613.570000', '134614.030000', '134614.490000', '134614.950000', '134615.410000', '134615.870000', '134616.330000', '134616.790000', '134617.250000', '134617.710000', '134618.170000', '134618.630000', '134619.090000', '134619.550000', '134620.010000', '134620.470000', '134620.930000', '134621.390000', '134621.850000', '134622.310000', '134622.770000', '134623.230000', '134623.690000', '134624.150000', '134624.610000', '134625.070000', '134625.530000', '134625.990000', '134626.450000', '134626.910000', '134627.370000', '134627.830000', '134628.290000', '134628.750000', '134629.210000', '134629.670000', '134630.130000', '134630.590000', '134631.050000', '134631.510000', '134631.970000', '134632.430000', '134632.890000', '134633.350000', '134633.810000', '134634.270000', '134634.730000', '134635.190000', '134635.650000', '134636.110000', '134636.570000', '134637.030000', '134637.490000', '134637.950000', '134638.410000', '134638.870000', '134639.330000', '134639.790000', '134640.250000', '134640.710000', '134641.170000', '134641.630000', '134642.090000', '134642.550000', '134643.010000', '134643.470000', '134643.930000', '134644.390000', '134644.850000', '134645.310000', '134645.770000', '134646.230000', '134646.690000', '134647.150000', '134647.610000', '134648.070000', '134648.530000', '134648.990000', '134649.450000', '134649.910000', '134650.370000', '134650.830000', '134651.290000', '134651.750000', '134652.210000', '134652.670000', '134653.130000', '134653.590000', '134654.050000', '134654.510000', '134654.970000', '134655.430000', '134655.890000', '134656.350000', '134656.810000', '134657.270000', '134657.730000', '134658.190000', '134658.650000', '134659.110000', '134659.570000', '134700.030000', '134700.490000', '134700.950000', '134701.410000', '134701.870000', '134702.330000', '134702.790000', '134703.250000', '134703.710000', '134704.170000', '134704.630000', '134705.090000', '134705.550000', '134706.010000', '134706.470000', '134706.930000', '134707.390000', '134707.850000', '134708.310000', '134708.770000', '134709.230000', '134709.690000', '134710.150000', '134710.610000', '134711.070000', '134711.530000', '134711.990000', '134712.450000', '134712.910000', '134713.370000', '134713.830000', '134714.290000', '134714.750000', '134715.210000', '134715.670000', '134716.130000', '134716.590000', '134717.050000', '134717.510000', '134717.970000', '134718.430000', '134718.890000', '134719.350000', '134719.810000', '134720.270000', '134720.730000', '134721.190000', '134721.650000', '134722.110000', '134722.570000', '134723.030000', '134723.490000', '134723.950000', '134724.410000', '134724.870000', '134725.330000', '134725.790000', '134726.250000', '134726.710000', '134727.170000', '134727.630000', '134728.090000', '134728.550000', '134729.010000', '134729.470000', '134729.930000', '134730.390000', '134730.850000', '134731.310000', '134731.770000', '134732.230000', '134732.690000', '134733.150000', '134733.610000', '134734.070000', '134734.530000', '134734.990000', '134735.450000', '134735.910000', '134736.370000', '134736.830000', '134737.290000', '134737.750000', '134738.210000', '134738.670000', '134739.130000', '134739.590000', '134740.050000', '134740.510000', '134740.970000', '134741.430000', '134741.890000', '134742.350000', '134742.810000', '134743.270000', '134743.730000', '134744.190000', '134744.650000', '134745.110000', '134745.570000', '134746.030000', '134746.490000', '134746.950000', '134747.410000', '134747.870000', '134748.330000', '134748.790000', '134749.250000', '134749.710000', '134750.170000', '134750.630000', '134751.090000', '134751.550000', '134752.010000', '134752.470000', '134752.930000', '134753.390000', '134753.850000', '134754.310000', '134754.770000', '134755.230000', '134755.690000', '134756.150000', '134756.610000', '134757.070000', '134757.530000', '134757.990000', '134758.450000', '134758.910000', '134759.370000', '134759.830000', '134800.290000', '134800.750000', '134801.210000', '134801.670000', '134802.130000', '134802.590000', '134803.050000', '134803.510000', '134803.970000', '134804.430000', '134804.890000', '134805.350000', '134805.810000', '134806.270000', '134806.730000', '134807.190000', '134807.650000', '134808.110000', '134808.570000', '134809.030000', '134809.490000', '134809.950000', '134810.410000', '134810.870000', '134811.330000', '134811.790000', '134812.250000', '134812.710000', '134813.170000', '134813.630000', '134814.090000', '134814.550000', '134815.010000', '134815.470000', '134815.930000', '134816.390000', '134816.850000', '134817.310000', '134817.770000', '134818.230000', '134818.690000', '134819.150000', '134819.610000', '134820.070000', '134820.530000', '134820.990000', '134821.450000', '134821.910000', '134822.370000', '134822.830000', '134823.290000', '134823.750000', '134824.210000', '134824.670000', '134825.130000', '134825.590000', '134826.050000', '134826.510000', '134826.970000', '134827.430000', '134827.890000', '134828.350000', '134828.810000', '134829.270000', '134829.730000', '134830.190000', '134830.650000', '134831.110000', '134831.570000', '134832.030000', '134832.490000', '134832.950000', '134833.410000', '134833.870000', '134834.330000', '134834.790000', '134835.250000', '134835.710000', '134836.170000', '134836.630000', '134837.090000', '134837.550000', '134838.010000', '134838.470000', '134838.930000', '134839.390000', '134839.850000', '134840.310000', '134840.770000', '134841.230000', '134841.690000', '134842.150000', '134842.610000', '134843.070000', '134843.530000', '134843.990000', '134844.450000', '134844.910000', '134845.370000', '134845.830000', '134846.290000', '134846.750000', '134847.210000', '134847.670000', '134848.130000', '134848.590000', '134849.050000', '134849.510000', '134849.970000', '134850.430000', '134850.890000', '134851.350000', '134851.810000', '134852.270000', '134852.730000', '134853.190000', '134853.650000', '134854.110000', '134854.570000', '134855.030000', '134855.490000', '134855.950000', '134856.410000', '134856.870000', '134857.330000', '134857.790000', '134858.250000', '134858.710000', '134859.170000', '134859.630000', '134900.090000', '134900.550000', '134901.010000', '134901.470000', '134901.930000', '134902.390000', '134902.850000', '134903.310000', '134903.770000', '134904.230000', '134904.690000', '134905.150000', '134905.610000', '134906.070000', '134906.530000', '134906.990000', '134907.450000', '134907.910000', '134908.370000', '134908.830000', '134909.290000', '134909.750000', '134910.210000', '134910.670000', '134911.130000', '134911.590000', '134912.050000', '134912.510000', '134912.970000', '134913.430000', '134913.890000', '134914.350000', '134914.810000', '134915.270000', '134915.730000', '134916.190000', '134916.650000', '134917.110000', '134917.570000', '134918.030000', '134918.490000', '134918.950000', '134919.410000', '134919.870000', '134920.330000', '134920.790000', '134921.250000', '134921.710000', '134922.170000', '134922.630000', '134923.090000', '134923.550000', '134924.010000', '134924.470000', '134924.930000', '134925.390000', '134925.850000', '134926.310000', '134926.770000', '134927.230000', '134927.690000', '134928.150000', '134928.610000', '134929.070000', '134929.530000', '134929.990000', '134930.450000', '134930.910000', '134931.370000', '134931.830000', '134932.290000', '134932.750000', '134933.210000', '134933.670000', '134934.130000', '134934.590000', '134935.050000', '134935.510000', '134935.970000', '134936.430000', '134936.890000', '134937.350000', '134937.810000', '134938.270000', '134938.730000', '134939.190000', '134939.650000', '134940.110000', '134940.570000', '134941.030000', '134941.490000', '134941.950000', '134942.410000', '134942.870000', '134943.330000', '134943.790000', '134944.250000', '134944.710000', '134945.170000', '134945.630000', '134946.090000', '134946.550000', '134947.010000', '134947.470000', '134947.930000', '134948.390000', '134948.850000', '134949.310000', '134949.770000', '134950.230000', '134950.690000', '134951.150000', '134951.610000', '134952.070000', '134952.530000', '134952.990000', '134953.450000', '134953.910000', '134954.370000', '134954.830000', '134955.290000', '134955.750000', '134956.210000', '134956.670000', '134957.130000', '134957.590000', '134958.050000', '134958.510000', '134958.970000', '134959.430000', '134959.890000', '135000.350000', '135000.810000', '135001.270000', '135001.730000', '135002.190000', '135002.650000', '135003.110000', '135003.570000', '135004.030000', '135004.490000', '135004.950000', '135005.410000', '135005.870000', '135006.330000', '135006.790000', '135007.250000', '135007.710000', '135008.170000', '135008.630000', '135009.090000', '135009.550000', '135010.010000', '135010.470000', '135010.930000', '135011.390000', '135011.850000', '135012.310000', '135012.770000', '135013.230000', '135013.690000', '135014.150000', '135014.610000', '135015.070000', '135015.530000', '135015.990000', '135016.450000', '135016.910000', '135017.370000', '135017.830000', '135018.290000', '135018.750000', '135019.210000', '135019.670000', '135020.130000', '135020.590000', '135021.050000', '135021.510000', '135021.970000', '135022.430000', '135022.890000', '135023.350000', '135023.810000', '135024.270000', '135024.730000', '135025.190000', '135025.650000', '135026.110000', '135026.570000', '135027.030000', '135027.490000', '135027.950000', '135028.410000', '135028.870000', '135029.330000', '135029.790000', '135030.250000', '135030.710000', '135031.170000', '135031.630000', '135032.090000', '135032.550000', '135033.010000', '135033.470000', '135033.930000', '135034.390000', '135034.850000', '135035.310000', '135035.770000', '135036.230000', '135036.690000', '135037.150000', '135037.610000', '135038.070000', '135038.530000', '135038.990000', '135039.450000', '135039.910000', '135040.370000', '135040.830000', '135041.290000', '135041.750000', '135042.210000', '135042.670000', '135043.130000', '135043.590000', '135044.050000', '135044.510000', '135044.970000', '135045.430000', '135045.890000', '135046.350000', '135046.810000', '135047.270000', '135047.730000', '135048.190000', '135048.650000', '135049.110000', '135049.570000', '135050.030000', '135050.490000', '135050.950000', '135051.410000', '135051.870000', '135052.330000', '135052.790000', '135053.250000', '135053.710000', '135054.170000', '135054.630000', '135055.090000', '135055.550000', '135056.010000', '135056.470000', '135056.930000', '135057.390000', '135057.850000', '135058.310000', '135058.770000', '135059.230000', '135059.690000', '135100.150000', '135100.610000', '135101.070000', '135101.530000', '135101.990000', '135102.450000', '135102.910000', '135103.370000', '135103.830000', '135104.290000', '135104.750000', '135105.210000', '135105.670000', '135106.130000', '135106.590000', '135107.050000', '135107.510000', '135107.970000', '135108.430000', '135108.890000', '135109.350000', '135109.810000', '135110.270000', '135110.730000', '135111.190000', '135111.650000', '135112.110000', '135112.570000', '135113.030000', '135113.490000', '135113.950000', '135114.410000', '135114.870000', '135115.330000', '135115.790000', '135116.250000', '135116.710000', '135117.170000', '135117.630000', '135118.090000', '135118.550000', '135119.010000', '135119.470000', '135119.930000', '135120.390000', '135120.850000', '135121.310000', '135121.770000', '135122.230000', '135122.690000', '135123.150000', '135123.610000', '135124.070000', '135124.530000', '135124.990000', '135125.450000', '135125.910000', '135126.370000', '135126.830000', '135127.290000', '135127.750000', '135128.210000', '135128.670000', '135129.130000', '135129.590000', '135130.050000', '135130.510000', '135130.970000', '135131.430000', '135131.890000', '135132.350000', '135132.810000', '135133.270000', '135133.730000', '135134.190000', '135134.650000', '135135.110000', '135135.570000', '135136.030000', '135136.490000', '135136.950000', '135137.410000', '135137.870000', '135138.330000', '135138.790000', '135139.250000', '135139.710000', '135140.170000', '135140.630000', '135141.090000', '135141.550000', '135142.010000', '135142.470000', '135142.930000', '135143.390000', '135143.850000', '135144.310000', '135144.770000', '135145.230000', '135145.690000', '135146.150000', '135146.610000', '135147.070000', '135147.530000', '135147.990000', '135148.450000', '135148.910000', '135149.370000', '135149.830000', '135150.290000', '135150.750000', '135151.210000', '135151.670000', '135152.130000', '135152.590000', '135153.050000', '135153.510000', '135153.970000', '135154.430000', '135154.890000', '135155.350000', '135155.810000', '135156.270000', '135156.730000', '135157.190000', '135157.650000', '135158.110000', '135158.570000', '135159.030000', '135159.490000', '135159.950000', '135200.410000', '135200.870000', '135201.330000', '135201.790000', '135202.250000', '135202.710000', '135203.170000', '135203.630000', '135204.090000'], 'ContentTime': ['134226.375000', '134226.378000', '134226.381000', '134226.384000', '134226.387000', '134226.390000', '134226.393000', '134226.396000', '134226.398000', '134226.401000', '134226.404000', '134226.407000', '134226.410000', '134226.413000', '134226.415000', '134226.418000', '134226.421000', '134226.424000', '134226.427000', '134226.429000', '134226.432000', '134226.435000', '134226.438000', '134226.441000', '134226.443000', '134226.446000', '134226.450000', '134226.454000', '134226.456000', '134226.465000', '134226.468000', '134226.471000', '134226.474000', '134226.477000', '134226.479000', '134226.482000', '134226.485000', '134226.488000', '134226.490000', '134226.493000', '134246.343000', '134246.346000', '134246.349000', '134246.351000', '134246.354000', '134246.357000', '134246.360000', '134246.363000', '134246.365000', '134246.368000', '134246.371000', '134246.374000', '134246.377000', '134246.379000', '134246.382000', '134246.385000', '134246.388000', '134246.391000', '134246.394000', '134246.396000', '134246.399000', '134246.402000', '134246.405000', '134246.407000', '134246.410000', '134246.413000', '134246.416000', '134246.419000', '134246.421000', '134246.443000', '134246.446000', '134246.448000', '134246.451000', '134246.454000', '134246.457000', '134246.459000', '134246.462000', '134246.465000', '134246.468000', '134246.470000', '134246.473000', '134246.476000', '134246.479000', '134246.482000', '134306.343000', '134306.346000', '134306.349000', '134306.352000', '134306.354000', '134306.357000', '134306.360000', '134306.363000', '134306.365000', '134306.368000', '134306.371000', '134306.379000', '134306.382000', '134306.385000', '134306.388000', '134306.391000', '134306.394000', '134306.396000', '134306.399000', '134306.402000', '134306.405000', '134306.408000', '134306.411000', '134306.413000', '134306.416000', '134306.419000', '134306.422000', '134306.425000', '134306.428000', '134306.430000', '134306.433000', '134306.436000', '134306.439000', '134306.442000', '134306.444000', '134306.447000', '134306.450000', '134306.453000', '134306.456000', '134306.458000', '134306.461000', '134306.464000', '134306.467000', '134326.343000', '134326.346000', '134326.349000', '134326.351000', '134326.354000', '134326.357000', '134326.360000', '134326.363000', '134326.366000', '134326.368000', '134326.371000', '134326.374000', '134326.377000', '134326.380000', '134326.383000', '134326.385000', '134326.388000', '134326.391000', '134326.394000', '134326.396000', '134326.399000', '134326.402000', '134326.405000', '134326.408000', '134326.410000', '134326.413000', '134326.416000', '134326.419000', '134326.422000', '134326.425000', '134326.427000', '134326.430000', '134326.433000', '134326.436000', '134326.439000', '134326.442000', '134326.444000', '134326.447000', '134326.450000', '134326.453000', '134326.456000', '134326.458000', '134326.461000', '134326.464000', '134346.343000', '134346.346000', '134346.349000', '134346.351000', '134346.354000', '134346.357000', '134346.360000', '134346.363000', '134346.366000', '134346.368000', '134346.371000', '134346.374000', '134346.377000', '134346.380000', '134346.383000', '134346.385000', '134346.388000', '134346.391000', '134346.394000', '134346.397000', '134346.399000', '134346.402000', '134346.405000', '134346.408000', '134346.411000', '134346.413000', '134346.416000', '134346.419000', '134346.422000', '134346.425000', '134346.427000', '134346.430000', '134346.433000', '134346.436000', '134346.439000', '134346.441000', '134346.444000', '134346.447000', '134346.450000', '134346.453000', '134346.456000', '134346.458000', '134346.461000', '134406.343000', '134406.346000', '134406.349000', '134406.351000', '134406.354000', '134406.357000', '134406.360000', '134406.363000', '134406.366000', '134406.368000', '134406.371000', '134406.374000', '134406.377000', '134406.380000', '134406.383000', '134406.385000', '134406.388000', '134406.391000', '134406.394000', '134406.397000', '134406.399000', '134406.402000', '134406.405000', '134406.408000', '134406.411000', '134406.413000', '134406.416000', '134406.419000', '134406.422000', '134406.425000', '134406.428000', '134406.430000', '134406.433000', '134406.436000', '134406.439000', '134406.442000', '134406.445000', '134406.447000', '134406.450000', '134406.453000', '134406.456000', '134406.459000', '134406.462000', '134406.465000', '134426.343000', '134426.346000', '134426.349000', '134426.351000', '134426.354000', '134426.357000', '134426.360000', '134426.363000', '134426.366000', '134426.369000', '134426.371000', '134426.374000', '134426.377000', '134426.380000', '134426.383000', '134426.386000', '134426.388000', '134426.391000', '134426.394000', '134426.397000', '134426.400000', '134426.403000', '134426.405000', '134426.408000', '134426.426000', '134426.429000', '134426.432000', '134426.435000', '134426.438000', '134426.441000', '134426.444000', '134426.447000', '134426.449000', '134426.452000', '134426.455000', '134426.458000', '134426.461000', '134426.463000', '134426.466000', '134426.469000', '134426.472000', '134426.475000', '134426.478000', '134446.343000', '134446.346000', '134446.349000', '134446.352000', '134446.354000', '134446.357000', '134446.360000', '134446.363000', '134446.366000', '134446.369000', '134446.372000', '134446.375000', '134446.378000', '134446.380000', '134446.383000', '134446.386000', '134446.389000', '134446.392000', '134446.394000', '134446.397000', '134446.400000', '134446.403000', '134446.406000', '134446.409000', '134446.412000', '134446.414000', '134446.417000', '134446.420000', '134446.423000', '134446.426000', '134446.429000', '134446.431000', '134446.434000', '134446.437000', '134446.440000', '134446.443000', '134446.446000', '134446.448000', '134446.451000', '134446.454000', '134446.457000', '134446.460000', '134446.463000', '134506.343000', '134506.346000', '134506.349000', '134506.352000', '134506.354000', '134506.357000', '134506.360000', '134506.363000', '134506.366000', '134506.369000', '134506.371000', '134506.374000', '134506.377000', '134506.380000', '134506.383000', '134506.386000', '134506.388000', '134506.391000', '134506.394000', '134506.397000', '134506.400000', '134506.403000', '134506.406000', '134506.408000', '134506.411000', '134506.414000', '134506.417000', '134506.420000', '134506.423000', '134506.426000', '134506.428000', '134506.431000', '134506.434000', '134506.437000', '134506.440000', '134506.442000', '134506.445000', '134506.448000', '134506.451000', '134506.454000', '134506.457000', '134506.459000', '134506.462000', '134506.465000', '134526.343000', '134526.346000', '134526.349000', '134526.352000', '134526.354000', '134526.357000', '134526.360000', '134526.363000', '134526.366000', '134526.369000', '134526.372000', '134526.375000', '134526.378000', '134526.380000', '134526.383000', '134526.386000', '134526.389000', '134526.392000', '134526.394000', '134526.397000', '134526.400000', '134526.403000', '134526.406000', '134526.409000', '134526.412000', '134526.414000', '134526.417000', '134526.420000', '134526.423000', '134526.426000', '134526.429000', '134526.431000', '134526.434000', '134526.437000', '134526.440000', '134526.443000', '134526.446000', '134526.448000', '134526.451000', '134526.454000', '134526.457000', '134526.460000', '134526.462000', '134546.343000', '134546.346000', '134546.349000', '134546.351000', '134546.354000', '134546.357000', '134546.360000', '134546.363000', '134546.366000', '134546.368000', '134546.371000', '134546.374000', '134546.377000', '134546.380000', '134546.383000', '134546.385000', '134546.388000', '134546.391000', '134546.394000', '134546.397000', '134546.399000', '134546.402000', '134546.405000', '134546.408000', '134546.411000', '134546.414000', '134546.417000', '134546.419000', '134546.422000', '134546.425000', '134546.428000', '134546.431000', '134546.434000', '134546.436000', '134546.439000', '134546.442000', '134546.445000', '134546.448000', '134546.451000', '134546.453000', '134546.456000', '134546.459000', '134546.462000', '134546.465000', '134606.343000', '134606.346000', '134606.349000', '134606.352000', '134606.354000', '134606.357000', '134606.366000', '134606.369000', '134606.371000', '134606.374000', '134606.377000', '134606.380000', '134606.383000', '134606.387000', '134606.389000', '134606.392000', '134606.395000', '134606.398000', '134606.401000', '134606.404000', '134606.406000', '134606.409000', '134606.412000', '134606.415000', '134606.418000', '134606.421000', '134606.424000', '134606.426000', '134606.429000', '134606.432000', '134606.435000', '134606.438000', '134606.440000', '134606.443000', '134606.446000', '134606.449000', '134606.452000', '134606.455000', '134606.458000', '134606.460000', '134606.463000', '134606.466000', '134606.469000', '134626.343000', '134626.346000', '134626.349000', '134626.352000', '134626.354000', '134626.357000', '134626.360000', '134626.363000', '134626.366000', '134626.369000', '134626.372000', '134626.374000', '134626.377000', '134626.380000', '134626.383000', '134626.386000', '134626.389000', '134626.391000', '134626.394000', '134626.397000', '134626.400000', '134626.403000', '134626.406000', '134626.409000', '134626.411000', '134626.414000', '134626.417000', '134626.420000', '134626.423000', '134626.426000', '134626.429000', '134626.431000', '134626.434000', '134626.437000', '134626.440000', '134626.443000', '134626.446000', '134626.448000', '134626.451000', '134626.454000', '134626.457000', '134626.460000', '134626.463000', '134626.465000', '134646.343000', '134646.346000', '134646.349000', '134646.352000', '134646.354000', '134646.357000', '134646.360000', '134646.363000', '134646.366000', '134646.369000', '134646.372000', '134646.374000', '134646.377000', '134646.380000', '134646.383000', '134646.386000', '134646.389000', '134646.391000', '134646.394000', '134646.397000', '134646.400000', '134646.403000', '134646.406000', '134646.409000', '134646.412000', '134646.415000', '134646.418000', '134646.421000', '134646.423000', '134646.426000', '134646.429000', '134646.432000', '134646.435000', '134646.437000', '134646.440000', '134646.443000', '134646.446000', '134646.449000', '134646.452000', '134646.454000', '134646.457000', '134646.460000', '134646.463000', '134706.343000', '134706.346000', '134706.349000', '134706.352000', '134706.355000', '134706.357000', '134706.360000', '134706.363000', '134706.366000', '134706.369000', '134706.372000', '134706.374000', '134706.377000', '134706.380000', '134706.383000', '134706.386000', '134706.389000', '134706.391000', '134706.394000', '134706.397000', '134706.400000', '134706.403000', '134706.406000', '134706.409000', '134706.411000', '134706.414000', '134706.417000', '134706.420000', '134706.423000', '134706.426000', '134706.428000', '134706.431000', '134706.434000', '134706.437000', '134706.440000', '134706.443000', '134706.446000', '134706.448000', '134706.451000', '134706.454000', '134706.457000', '134706.460000', '134706.463000', '134706.465000', '134726.343000', '134726.346000', '134726.349000', '134726.352000', '134726.355000', '134726.357000', '134726.360000', '134726.364000', '134726.367000', '134726.370000', '134726.373000', '134726.376000', '134726.378000', '134726.381000', '134726.384000', '134726.387000', '134726.390000', '134726.393000', '134726.396000', '134726.398000', '134726.401000', '134726.404000', '134726.407000', '134726.410000', '134726.413000', '134726.416000', '134726.419000', '134726.422000', '134726.425000', '134726.428000', '134726.431000', '134726.443000', '134726.446000', '134726.449000', '134726.451000', '134726.454000', '134726.457000', '134726.460000', '134726.462000', '134726.465000', '134726.468000', '134726.471000', '134726.474000', '134746.343000', '134746.346000', '134746.349000', '134746.352000', '134746.355000', '134746.357000', '134746.360000', '134746.363000', '134746.366000', '134746.369000', '134746.371000', '134746.374000', '134746.377000', '134746.380000', '134746.383000', '134746.385000', '134746.388000', '134746.391000', '134746.394000', '134746.397000', '134746.400000', '134746.402000', '134746.405000', '134746.408000', '134746.411000', '134746.414000', '134746.417000', '134746.419000', '134746.422000', '134746.425000', '134746.428000', '134746.431000', '134746.434000', '134746.436000', '134746.439000', '134746.442000', '134746.445000', '134746.448000', '134746.451000', '134746.453000', '134746.456000', '134746.459000', '134746.462000', '134746.465000', '134806.343000', '134806.346000', '134806.349000', '134806.352000', '134806.355000', '134806.357000', '134806.360000', '134806.363000', '134806.366000', '134806.369000', '134806.372000', '134806.375000', '134806.377000', '134806.380000', '134806.383000', '134806.386000', '134806.389000', '134806.392000', '134806.395000', '134806.397000', '134806.400000', '134806.403000', '134806.406000', '134806.409000', '134806.412000', '134806.415000', '134806.417000', '134806.420000', '134806.423000', '134806.426000', '134806.429000', '134806.432000', '134806.434000', '134806.437000', '134806.440000', '134806.443000', '134806.446000', '134806.450000', '134806.453000', '134806.456000', '134806.460000', '134806.465000', '134806.468000', '134826.343000', '134826.346000', '134826.349000', '134826.352000', '134826.354000', '134826.357000', '134826.360000', '134826.363000', '134826.366000', '134826.368000', '134826.371000', '134826.374000', '134826.377000', '134826.380000', '134826.383000', '134826.386000', '134826.388000', '134826.391000', '134826.394000', '134826.397000', '134826.400000', '134826.403000', '134826.405000', '134826.408000', '134826.411000', '134826.414000', '134826.417000', '134826.420000', '134826.422000', '134826.425000', '134826.428000', '134826.431000', '134826.434000', '134826.437000', '134826.439000', '134826.442000', '134826.445000', '134826.448000', '134826.451000', '134826.454000', '134826.456000', '134826.459000', '134826.462000', '134826.465000', '134846.343000', '134846.346000', '134846.349000', '134846.352000', '134846.355000', '134846.357000', '134846.360000', '134846.363000', '134846.366000', '134846.369000', '134846.371000', '134846.374000', '134846.377000', '134846.380000', '134846.383000', '134846.386000', '134846.389000', '134846.391000', '134846.394000', '134846.397000', '134846.400000', '134846.404000', '134846.407000', '134846.409000', '134846.412000', '134846.415000', '134846.418000', '134846.421000', '134846.424000', '134846.427000', '134846.430000', '134846.432000', '134846.435000', '134846.438000', '134846.441000', '134846.444000', '134846.447000', '134846.449000', '134846.452000', '134846.456000', '134846.459000', '134846.462000', '134846.479000', '134906.343000', '134906.346000', '134906.349000', '134906.352000', '134906.354000', '134906.357000', '134906.360000', '134906.363000', '134906.366000', '134906.368000', '134906.371000', '134906.374000', '134906.377000', '134906.380000', '134906.383000', '134906.386000', '134906.388000', '134906.391000', '134906.394000', '134906.397000', '134906.400000', '134906.402000', '134906.405000', '134906.408000', '134906.411000', '134906.414000', '134906.417000', '134906.420000', '134906.423000', '134906.425000', '134906.428000', '134906.431000', '134906.434000', '134906.437000', '134906.440000', '134906.442000', '134906.445000', '134906.448000', '134906.451000', '134906.454000', '134906.457000', '134906.459000', '134906.462000', '134906.465000', '134926.343000', '134926.346000', '134926.349000', '134926.352000', '134926.355000', '134926.357000', '134926.360000', '134926.363000', '134926.366000', '134926.369000', '134926.371000', '134926.374000', '134926.377000', '134926.380000', '134926.383000', '134926.386000', '134926.389000', '134926.391000', '134926.394000', '134926.397000', '134926.400000', '134926.403000', '134926.405000', '134926.408000', '134926.411000', '134926.414000', '134926.417000', '134926.420000', '134926.423000', '134926.426000', '134926.428000', '134926.431000', '134926.434000', '134926.437000', '134926.440000', '134926.443000', '134926.445000', '134926.448000', '134926.451000', '134926.454000', '134926.457000', '134926.459000', '134926.462000', '134946.343000', '134946.346000', '134946.349000', '134946.351000', '134946.354000', '134946.357000', '134946.360000', '134946.363000', '134946.366000', '134946.369000', '134946.372000', '134946.374000', '134946.377000', '134946.380000', '134946.383000', '134946.386000', '134946.389000', '134946.391000', '134946.394000', '134946.397000', '134946.400000', '134946.403000', '134946.405000', '134946.408000', '134946.411000', '134946.414000', '134946.417000', '134946.420000', '134946.422000', '134946.425000', '134946.428000', '134946.431000', '134946.434000', '134946.437000', '134946.439000', '134946.442000', '134946.445000', '134946.448000', '134946.451000', '134946.453000', '134946.456000', '134946.459000', '134946.462000', '134946.465000', '135006.343000', '135006.346000', '135006.349000', '135006.352000', '135006.355000', '135006.357000', '135006.360000', '135006.363000', '135006.366000', '135006.369000', '135006.372000', '135006.374000', '135006.377000', '135006.380000', '135006.383000', '135006.386000', '135006.388000', '135006.391000', '135006.394000', '135006.397000', '135006.400000', '135006.403000', '135006.405000', '135006.408000', '135006.411000', '135006.414000', '135006.417000', '135006.420000', '135006.423000', '135006.426000', '135006.428000', '135006.431000', '135006.434000', '135006.437000', '135006.441000', '135006.444000', '135006.447000', '135006.450000', '135006.453000', '135006.467000', '135006.470000', '135006.473000', '135006.476000', '135026.343000', '135026.346000', '135026.349000', '135026.352000', '135026.354000', '135026.357000', '135026.360000', '135026.363000', '135026.366000', '135026.369000', '135026.371000', '135026.374000', '135026.377000', '135026.380000', '135026.383000', '135026.386000', '135026.388000', '135026.391000', '135026.394000', '135026.397000', '135026.400000', '135026.402000', '135026.405000', '135026.408000', '135026.411000', '135026.414000', '135026.417000', '135026.420000', '135026.422000', '135026.425000', '135026.428000', '135026.431000', '135026.434000', '135026.437000', '135026.439000', '135026.442000', '135026.445000', '135026.448000', '135026.451000', '135026.454000', '135026.457000', '135026.459000', '135026.462000', '135026.465000', '135046.343000', '135046.346000', '135046.349000', '135046.352000', '135046.355000', '135046.358000', '135046.360000', '135046.363000', '135046.366000', '135046.369000', '135046.372000', '135046.375000', '135046.377000', '135046.380000', '135046.383000', '135046.386000', '135046.389000', '135046.392000', '135046.394000', '135046.397000', '135046.400000', '135046.403000', '135046.406000', '135046.409000', '135046.411000', '135046.414000', '135046.417000', '135046.420000', '135046.423000', '135046.426000', '135046.428000', '135046.431000', '135046.434000', '135046.437000', '135046.440000', '135046.443000', '135046.445000', '135046.448000', '135046.451000', '135046.454000', '135046.457000', '135046.460000', '135046.463000', '135106.343000', '135106.346000', '135106.349000', '135106.352000', '135106.355000', '135106.358000', '135106.360000', '135106.363000', '135106.366000', '135106.369000', '135106.372000', '135106.375000', '135106.377000', '135106.380000', '135106.383000', '135106.386000', '135106.389000', '135106.392000', '135106.394000', '135106.397000', '135106.400000', '135106.403000', '135106.406000', '135106.409000', '135106.411000', '135106.414000', '135106.417000', '135106.420000', '135106.423000', '135106.426000', '135106.429000', '135106.431000', '135106.434000', '135106.437000', '135106.440000', '135106.443000', '135106.446000', '135106.449000', '135106.451000', '135106.454000', '135106.457000', '135106.460000', '135106.463000', '135106.466000', '135126.343000', '135126.346000', '135126.349000', '135126.352000', '135126.355000', '135126.357000', '135126.360000', '135126.363000', '135126.366000', '135126.369000', '135126.372000', '135126.375000', '135126.378000', '135126.380000', '135126.383000', '135126.386000', '135126.389000', '135126.392000', '135126.395000', '135126.397000', '135126.400000', '135126.403000', '135126.406000', '135126.409000', '135126.412000', '135126.414000', '135126.417000', '135126.420000', '135126.423000', '135126.426000', '135126.429000', '135126.432000', '135126.434000', '135126.437000', '135126.440000', '135126.455000', '135126.458000', '135126.461000', '135126.464000', '135126.467000', '135126.470000', '135126.473000', '135126.476000', '135146.343000', '135146.346000', '135146.349000', '135146.352000', '135146.355000', '135146.357000', '135146.360000', '135146.363000', '135146.366000', '135146.369000', '135146.372000', '135146.374000', '135146.377000', '135146.380000', '135146.383000', '135146.386000', '135146.389000', '135146.391000', '135146.394000', '135146.397000', '135146.400000', '135146.403000', '135146.406000', '135146.409000', '135146.411000', '135146.414000', '135146.417000', '135146.420000', '135146.423000', '135146.426000', '135146.429000', '135146.432000', '135146.434000', '135146.437000', '135146.440000', '135146.444000', '135146.447000', '135146.450000', '135146.453000', '135146.456000', '135146.458000', '135146.461000', '135146.464000', '135204.785000', '135204.789000', '135204.792000', '135204.795000', '135204.798000', '135204.801000', '135204.804000', '135204.807000', '135204.810000', '135204.814000', '135204.817000', '135204.820000', '135204.822000', '135204.825000', '135204.828000', '135204.831000', '135204.835000', '135204.839000', '135204.842000', '135204.845000', '135204.848000', '135204.851000', '135204.854000', '135204.856000', '135204.859000', '135204.862000', '135204.865000', '135204.868000', '135204.871000', '135204.874000', '135204.877000', '135204.879000', '135204.882000', '135204.885000', '135204.888000', '135204.891000', '135204.894000', '135204.897000', '135204.901000', '135204.903000', '135204.906000'], 'InstanceCreationTime': ['134226.375000', '134226.378000', '134226.381000', '134226.384000', '134226.387000', '134226.390000', '134226.393000', '134226.396000', '134226.398000', '134226.401000', '134226.404000', '134226.407000', '134226.410000', '134226.413000', '134226.415000', '134226.418000', '134226.421000', '134226.424000', '134226.427000', '134226.429000', '134226.432000', '134226.435000', '134226.438000', '134226.441000', '134226.443000', '134226.446000', '134226.450000', '134226.454000', '134226.456000', '134226.465000', '134226.468000', '134226.471000', '134226.474000', '134226.477000', '134226.479000', '134226.482000', '134226.485000', '134226.488000', '134226.490000', '134226.493000', '134246.343000', '134246.346000', '134246.349000', '134246.351000', '134246.354000', '134246.357000', '134246.360000', '134246.363000', '134246.365000', '134246.368000', '134246.371000', '134246.374000', '134246.377000', '134246.379000', '134246.382000', '134246.385000', '134246.388000', '134246.391000', '134246.394000', '134246.396000', '134246.399000', '134246.402000', '134246.405000', '134246.407000', '134246.410000', '134246.413000', '134246.416000', '134246.419000', '134246.421000', '134246.443000', '134246.446000', '134246.448000', '134246.451000', '134246.454000', '134246.457000', '134246.459000', '134246.462000', '134246.465000', '134246.468000', '134246.470000', '134246.473000', '134246.476000', '134246.479000', '134246.482000', '134306.343000', '134306.346000', '134306.349000', '134306.352000', '134306.354000', '134306.357000', '134306.360000', '134306.363000', '134306.365000', '134306.368000', '134306.371000', '134306.379000', '134306.382000', '134306.385000', '134306.388000', '134306.391000', '134306.394000', '134306.396000', '134306.399000', '134306.402000', '134306.405000', '134306.408000', '134306.411000', '134306.413000', '134306.416000', '134306.419000', '134306.422000', '134306.425000', '134306.428000', '134306.430000', '134306.433000', '134306.436000', '134306.439000', '134306.442000', '134306.444000', '134306.447000', '134306.450000', '134306.453000', '134306.456000', '134306.458000', '134306.461000', '134306.464000', '134306.467000', '134326.343000', '134326.346000', '134326.349000', '134326.351000', '134326.354000', '134326.357000', '134326.360000', '134326.363000', '134326.366000', '134326.368000', '134326.371000', '134326.374000', '134326.377000', '134326.380000', '134326.383000', '134326.385000', '134326.388000', '134326.391000', '134326.394000', '134326.396000', '134326.399000', '134326.402000', '134326.405000', '134326.408000', '134326.410000', '134326.413000', '134326.416000', '134326.419000', '134326.422000', '134326.425000', '134326.427000', '134326.430000', '134326.433000', '134326.436000', '134326.439000', '134326.442000', '134326.444000', '134326.447000', '134326.450000', '134326.453000', '134326.456000', '134326.458000', '134326.461000', '134326.464000', '134346.343000', '134346.346000', '134346.349000', '134346.351000', '134346.354000', '134346.357000', '134346.360000', '134346.363000', '134346.366000', '134346.368000', '134346.371000', '134346.374000', '134346.377000', '134346.380000', '134346.383000', '134346.385000', '134346.388000', '134346.391000', '134346.394000', '134346.397000', '134346.399000', '134346.402000', '134346.405000', '134346.408000', '134346.411000', '134346.413000', '134346.416000', '134346.419000', '134346.422000', '134346.425000', '134346.427000', '134346.430000', '134346.433000', '134346.436000', '134346.439000', '134346.441000', '134346.444000', '134346.447000', '134346.450000', '134346.453000', '134346.456000', '134346.458000', '134346.461000', '134406.343000', '134406.346000', '134406.349000', '134406.351000', '134406.354000', '134406.357000', '134406.360000', '134406.363000', '134406.366000', '134406.368000', '134406.371000', '134406.374000', '134406.377000', '134406.380000', '134406.383000', '134406.385000', '134406.388000', '134406.391000', '134406.394000', '134406.397000', '134406.399000', '134406.402000', '134406.405000', '134406.408000', '134406.411000', '134406.413000', '134406.416000', '134406.419000', '134406.422000', '134406.425000', '134406.428000', '134406.430000', '134406.433000', '134406.436000', '134406.439000', '134406.442000', '134406.445000', '134406.447000', '134406.450000', '134406.453000', '134406.456000', '134406.459000', '134406.462000', '134406.465000', '134426.343000', '134426.346000', '134426.349000', '134426.351000', '134426.354000', '134426.357000', '134426.360000', '134426.363000', '134426.366000', '134426.369000', '134426.371000', '134426.374000', '134426.377000', '134426.380000', '134426.383000', '134426.386000', '134426.388000', '134426.391000', '134426.394000', '134426.397000', '134426.400000', '134426.403000', '134426.405000', '134426.408000', '134426.426000', '134426.429000', '134426.432000', '134426.435000', '134426.438000', '134426.441000', '134426.444000', '134426.447000', '134426.449000', '134426.452000', '134426.455000', '134426.458000', '134426.461000', '134426.463000', '134426.466000', '134426.469000', '134426.472000', '134426.475000', '134426.478000', '134446.343000', '134446.346000', '134446.349000', '134446.352000', '134446.354000', '134446.357000', '134446.360000', '134446.363000', '134446.366000', '134446.369000', '134446.372000', '134446.375000', '134446.378000', '134446.380000', '134446.383000', '134446.386000', '134446.389000', '134446.392000', '134446.394000', '134446.397000', '134446.400000', '134446.403000', '134446.406000', '134446.409000', '134446.412000', '134446.414000', '134446.417000', '134446.420000', '134446.423000', '134446.426000', '134446.429000', '134446.431000', '134446.434000', '134446.437000', '134446.440000', '134446.443000', '134446.446000', '134446.448000', '134446.451000', '134446.454000', '134446.457000', '134446.460000', '134446.463000', '134506.343000', '134506.346000', '134506.349000', '134506.352000', '134506.354000', '134506.357000', '134506.360000', '134506.363000', '134506.366000', '134506.369000', '134506.371000', '134506.374000', '134506.377000', '134506.380000', '134506.383000', '134506.386000', '134506.388000', '134506.391000', '134506.394000', '134506.397000', '134506.400000', '134506.403000', '134506.406000', '134506.408000', '134506.411000', '134506.414000', '134506.417000', '134506.420000', '134506.423000', '134506.426000', '134506.428000', '134506.431000', '134506.434000', '134506.437000', '134506.440000', '134506.442000', '134506.445000', '134506.448000', '134506.451000', '134506.454000', '134506.457000', '134506.459000', '134506.462000', '134506.465000', '134526.343000', '134526.346000', '134526.349000', '134526.352000', '134526.354000', '134526.357000', '134526.360000', '134526.363000', '134526.366000', '134526.369000', '134526.372000', '134526.375000', '134526.378000', '134526.380000', '134526.383000', '134526.386000', '134526.389000', '134526.392000', '134526.394000', '134526.397000', '134526.400000', '134526.403000', '134526.406000', '134526.409000', '134526.412000', '134526.414000', '134526.417000', '134526.420000', '134526.423000', '134526.426000', '134526.429000', '134526.431000', '134526.434000', '134526.437000', '134526.440000', '134526.443000', '134526.446000', '134526.448000', '134526.451000', '134526.454000', '134526.457000', '134526.460000', '134526.462000', '134546.343000', '134546.346000', '134546.349000', '134546.351000', '134546.354000', '134546.357000', '134546.360000', '134546.363000', '134546.366000', '134546.368000', '134546.371000', '134546.374000', '134546.377000', '134546.380000', '134546.383000', '134546.385000', '134546.388000', '134546.391000', '134546.394000', '134546.397000', '134546.399000', '134546.402000', '134546.405000', '134546.408000', '134546.411000', '134546.414000', '134546.417000', '134546.419000', '134546.422000', '134546.425000', '134546.428000', '134546.431000', '134546.434000', '134546.436000', '134546.439000', '134546.442000', '134546.445000', '134546.448000', '134546.451000', '134546.453000', '134546.456000', '134546.459000', '134546.462000', '134546.465000', '134606.343000', '134606.346000', '134606.349000', '134606.352000', '134606.354000', '134606.357000', '134606.366000', '134606.369000', '134606.371000', '134606.374000', '134606.377000', '134606.380000', '134606.383000', '134606.387000', '134606.389000', '134606.392000', '134606.395000', '134606.398000', '134606.401000', '134606.404000', '134606.406000', '134606.409000', '134606.412000', '134606.415000', '134606.418000', '134606.421000', '134606.424000', '134606.426000', '134606.429000', '134606.432000', '134606.435000', '134606.438000', '134606.440000', '134606.443000', '134606.446000', '134606.449000', '134606.452000', '134606.455000', '134606.458000', '134606.460000', '134606.463000', '134606.466000', '134606.469000', '134626.343000', '134626.346000', '134626.349000', '134626.352000', '134626.354000', '134626.357000', '134626.360000', '134626.363000', '134626.366000', '134626.369000', '134626.372000', '134626.374000', '134626.377000', '134626.380000', '134626.383000', '134626.386000', '134626.389000', '134626.391000', '134626.394000', '134626.397000', '134626.400000', '134626.403000', '134626.406000', '134626.409000', '134626.411000', '134626.414000', '134626.417000', '134626.420000', '134626.423000', '134626.426000', '134626.429000', '134626.431000', '134626.434000', '134626.437000', '134626.440000', '134626.443000', '134626.446000', '134626.448000', '134626.451000', '134626.454000', '134626.457000', '134626.460000', '134626.463000', '134626.465000', '134646.343000', '134646.346000', '134646.349000', '134646.352000', '134646.354000', '134646.357000', '134646.360000', '134646.363000', '134646.366000', '134646.369000', '134646.372000', '134646.374000', '134646.377000', '134646.380000', '134646.383000', '134646.386000', '134646.389000', '134646.391000', '134646.394000', '134646.397000', '134646.400000', '134646.403000', '134646.406000', '134646.409000', '134646.412000', '134646.415000', '134646.418000', '134646.421000', '134646.423000', '134646.426000', '134646.429000', '134646.432000', '134646.435000', '134646.437000', '134646.440000', '134646.443000', '134646.446000', '134646.449000', '134646.452000', '134646.454000', '134646.457000', '134646.460000', '134646.463000', '134706.343000', '134706.346000', '134706.349000', '134706.352000', '134706.355000', '134706.357000', '134706.360000', '134706.363000', '134706.366000', '134706.369000', '134706.372000', '134706.374000', '134706.377000', '134706.380000', '134706.383000', '134706.386000', '134706.389000', '134706.391000', '134706.394000', '134706.397000', '134706.400000', '134706.403000', '134706.406000', '134706.409000', '134706.411000', '134706.414000', '134706.417000', '134706.420000', '134706.423000', '134706.426000', '134706.428000', '134706.431000', '134706.434000', '134706.437000', '134706.440000', '134706.443000', '134706.446000', '134706.448000', '134706.451000', '134706.454000', '134706.457000', '134706.460000', '134706.463000', '134706.465000', '134726.343000', '134726.346000', '134726.349000', '134726.352000', '134726.355000', '134726.357000', '134726.360000', '134726.364000', '134726.367000', '134726.370000', '134726.373000', '134726.376000', '134726.378000', '134726.381000', '134726.384000', '134726.387000', '134726.390000', '134726.393000', '134726.396000', '134726.398000', '134726.401000', '134726.404000', '134726.407000', '134726.410000', '134726.413000', '134726.416000', '134726.419000', '134726.422000', '134726.425000', '134726.428000', '134726.431000', '134726.443000', '134726.446000', '134726.449000', '134726.451000', '134726.454000', '134726.457000', '134726.460000', '134726.462000', '134726.465000', '134726.468000', '134726.471000', '134726.474000', '134746.343000', '134746.346000', '134746.349000', '134746.352000', '134746.355000', '134746.357000', '134746.360000', '134746.363000', '134746.366000', '134746.369000', '134746.371000', '134746.374000', '134746.377000', '134746.380000', '134746.383000', '134746.385000', '134746.388000', '134746.391000', '134746.394000', '134746.397000', '134746.400000', '134746.402000', '134746.405000', '134746.408000', '134746.411000', '134746.414000', '134746.417000', '134746.419000', '134746.422000', '134746.425000', '134746.428000', '134746.431000', '134746.434000', '134746.436000', '134746.439000', '134746.442000', '134746.445000', '134746.448000', '134746.451000', '134746.453000', '134746.456000', '134746.459000', '134746.462000', '134746.465000', '134806.343000', '134806.346000', '134806.349000', '134806.352000', '134806.355000', '134806.357000', '134806.360000', '134806.363000', '134806.366000', '134806.369000', '134806.372000', '134806.375000', '134806.377000', '134806.380000', '134806.383000', '134806.386000', '134806.389000', '134806.392000', '134806.395000', '134806.397000', '134806.400000', '134806.403000', '134806.406000', '134806.409000', '134806.412000', '134806.415000', '134806.417000', '134806.420000', '134806.423000', '134806.426000', '134806.429000', '134806.432000', '134806.434000', '134806.437000', '134806.440000', '134806.443000', '134806.446000', '134806.450000', '134806.453000', '134806.456000', '134806.460000', '134806.465000', '134806.468000', '134826.343000', '134826.346000', '134826.349000', '134826.352000', '134826.354000', '134826.357000', '134826.360000', '134826.363000', '134826.366000', '134826.368000', '134826.371000', '134826.374000', '134826.377000', '134826.380000', '134826.383000', '134826.386000', '134826.388000', '134826.391000', '134826.394000', '134826.397000', '134826.400000', '134826.403000', '134826.405000', '134826.408000', '134826.411000', '134826.414000', '134826.417000', '134826.420000', '134826.422000', '134826.425000', '134826.428000', '134826.431000', '134826.434000', '134826.437000', '134826.439000', '134826.442000', '134826.445000', '134826.448000', '134826.451000', '134826.454000', '134826.456000', '134826.459000', '134826.462000', '134826.465000', '134846.343000', '134846.346000', '134846.349000', '134846.352000', '134846.355000', '134846.357000', '134846.360000', '134846.363000', '134846.366000', '134846.369000', '134846.371000', '134846.374000', '134846.377000', '134846.380000', '134846.383000', '134846.386000', '134846.389000', '134846.391000', '134846.394000', '134846.397000', '134846.400000', '134846.404000', '134846.407000', '134846.409000', '134846.412000', '134846.415000', '134846.418000', '134846.421000', '134846.424000', '134846.427000', '134846.430000', '134846.432000', '134846.435000', '134846.438000', '134846.441000', '134846.444000', '134846.447000', '134846.449000', '134846.452000', '134846.456000', '134846.459000', '134846.462000', '134846.479000', '134906.343000', '134906.346000', '134906.349000', '134906.352000', '134906.354000', '134906.357000', '134906.360000', '134906.363000', '134906.366000', '134906.368000', '134906.371000', '134906.374000', '134906.377000', '134906.380000', '134906.383000', '134906.386000', '134906.388000', '134906.391000', '134906.394000', '134906.397000', '134906.400000', '134906.402000', '134906.405000', '134906.408000', '134906.411000', '134906.414000', '134906.417000', '134906.420000', '134906.423000', '134906.425000', '134906.428000', '134906.431000', '134906.434000', '134906.437000', '134906.440000', '134906.442000', '134906.445000', '134906.448000', '134906.451000', '134906.454000', '134906.457000', '134906.459000', '134906.462000', '134906.465000', '134926.343000', '134926.346000', '134926.349000', '134926.352000', '134926.355000', '134926.357000', '134926.360000', '134926.363000', '134926.366000', '134926.369000', '134926.371000', '134926.374000', '134926.377000', '134926.380000', '134926.383000', '134926.386000', '134926.389000', '134926.391000', '134926.394000', '134926.397000', '134926.400000', '134926.403000', '134926.405000', '134926.408000', '134926.411000', '134926.414000', '134926.417000', '134926.420000', '134926.423000', '134926.426000', '134926.428000', '134926.431000', '134926.434000', '134926.437000', '134926.440000', '134926.443000', '134926.445000', '134926.448000', '134926.451000', '134926.454000', '134926.457000', '134926.459000', '134926.462000', '134946.343000', '134946.346000', '134946.349000', '134946.351000', '134946.354000', '134946.357000', '134946.360000', '134946.363000', '134946.366000', '134946.369000', '134946.372000', '134946.374000', '134946.377000', '134946.380000', '134946.383000', '134946.386000', '134946.389000', '134946.391000', '134946.394000', '134946.397000', '134946.400000', '134946.403000', '134946.405000', '134946.408000', '134946.411000', '134946.414000', '134946.417000', '134946.420000', '134946.422000', '134946.425000', '134946.428000', '134946.431000', '134946.434000', '134946.437000', '134946.439000', '134946.442000', '134946.445000', '134946.448000', '134946.451000', '134946.453000', '134946.456000', '134946.459000', '134946.462000', '134946.465000', '135006.343000', '135006.346000', '135006.349000', '135006.352000', '135006.355000', '135006.357000', '135006.360000', '135006.363000', '135006.366000', '135006.369000', '135006.372000', '135006.374000', '135006.377000', '135006.380000', '135006.383000', '135006.386000', '135006.388000', '135006.391000', '135006.394000', '135006.397000', '135006.400000', '135006.403000', '135006.405000', '135006.408000', '135006.411000', '135006.414000', '135006.417000', '135006.420000', '135006.423000', '135006.426000', '135006.428000', '135006.431000', '135006.434000', '135006.437000', '135006.441000', '135006.444000', '135006.447000', '135006.450000', '135006.453000', '135006.467000', '135006.470000', '135006.473000', '135006.476000', '135026.343000', '135026.346000', '135026.349000', '135026.352000', '135026.354000', '135026.357000', '135026.360000', '135026.363000', '135026.366000', '135026.369000', '135026.371000', '135026.374000', '135026.377000', '135026.380000', '135026.383000', '135026.386000', '135026.388000', '135026.391000', '135026.394000', '135026.397000', '135026.400000', '135026.402000', '135026.405000', '135026.408000', '135026.411000', '135026.414000', '135026.417000', '135026.420000', '135026.422000', '135026.425000', '135026.428000', '135026.431000', '135026.434000', '135026.437000', '135026.439000', '135026.442000', '135026.445000', '135026.448000', '135026.451000', '135026.454000', '135026.457000', '135026.459000', '135026.462000', '135026.465000', '135046.343000', '135046.346000', '135046.349000', '135046.352000', '135046.355000', '135046.358000', '135046.360000', '135046.363000', '135046.366000', '135046.369000', '135046.372000', '135046.375000', '135046.377000', '135046.380000', '135046.383000', '135046.386000', '135046.389000', '135046.392000', '135046.394000', '135046.397000', '135046.400000', '135046.403000', '135046.406000', '135046.409000', '135046.411000', '135046.414000', '135046.417000', '135046.420000', '135046.423000', '135046.426000', '135046.428000', '135046.431000', '135046.434000', '135046.437000', '135046.440000', '135046.443000', '135046.445000', '135046.448000', '135046.451000', '135046.454000', '135046.457000', '135046.460000', '135046.463000', '135106.343000', '135106.346000', '135106.349000', '135106.352000', '135106.355000', '135106.358000', '135106.360000', '135106.363000', '135106.366000', '135106.369000', '135106.372000', '135106.375000', '135106.377000', '135106.380000', '135106.383000', '135106.386000', '135106.389000', '135106.392000', '135106.394000', '135106.397000', '135106.400000', '135106.403000', '135106.406000', '135106.409000', '135106.411000', '135106.414000', '135106.417000', '135106.420000', '135106.423000', '135106.426000', '135106.429000', '135106.431000', '135106.434000', '135106.437000', '135106.440000', '135106.443000', '135106.446000', '135106.449000', '135106.451000', '135106.454000', '135106.457000', '135106.460000', '135106.463000', '135106.466000', '135126.343000', '135126.346000', '135126.349000', '135126.352000', '135126.355000', '135126.357000', '135126.360000', '135126.363000', '135126.366000', '135126.369000', '135126.372000', '135126.375000', '135126.378000', '135126.380000', '135126.383000', '135126.386000', '135126.389000', '135126.392000', '135126.395000', '135126.397000', '135126.400000', '135126.403000', '135126.406000', '135126.409000', '135126.412000', '135126.414000', '135126.417000', '135126.420000', '135126.423000', '135126.426000', '135126.429000', '135126.432000', '135126.434000', '135126.437000', '135126.440000', '135126.455000', '135126.458000', '135126.461000', '135126.464000', '135126.467000', '135126.470000', '135126.473000', '135126.476000', '135146.343000', '135146.346000', '135146.349000', '135146.352000', '135146.355000', '135146.357000', '135146.360000', '135146.363000', '135146.366000', '135146.369000', '135146.372000', '135146.374000', '135146.377000', '135146.380000', '135146.383000', '135146.386000', '135146.389000', '135146.391000', '135146.394000', '135146.397000', '135146.400000', '135146.403000', '135146.406000', '135146.409000', '135146.411000', '135146.414000', '135146.417000', '135146.420000', '135146.423000', '135146.426000', '135146.429000', '135146.432000', '135146.434000', '135146.437000', '135146.440000', '135146.444000', '135146.447000', '135146.450000', '135146.453000', '135146.456000', '135146.458000', '135146.461000', '135146.464000', '135204.785000', '135204.789000', '135204.792000', '135204.795000', '135204.798000', '135204.801000', '135204.804000', '135204.807000', '135204.810000', '135204.814000', '135204.817000', '135204.820000', '135204.822000', '135204.825000', '135204.828000', '135204.831000', '135204.835000', '135204.839000', '135204.842000', '135204.845000', '135204.848000', '135204.851000', '135204.854000', '135204.856000', '135204.859000', '135204.862000', '135204.865000', '135204.868000', '135204.871000', '135204.874000', '135204.877000', '135204.879000', '135204.882000', '135204.885000', '135204.888000', '135204.891000', '135204.894000', '135204.897000', '135204.901000', '135204.903000', '135204.906000'], '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': [11883, 15421, 9905, 14700, 15912, 12423, 17298, 11123, 14638, 10261, 13749, 13768, 12132, 17672, 11401, 14926, 9329, 13907, 14883, 12334, 17405, 11660, 15625, 10755, 14368, 10636, 13181, 17340, 12144, 16236, 10610, 14863, 10286, 13275, 17262, 11992, 15468, 10856, 13362, 10160, 11787, 16840, 11240, 14442, 10303, 12608, 16622, 10807, 14036, 9684, 12491, 13326, 10709, 14887, 10263, 12636, 11526, 10581, 14828, 11055, 13245, 10220, 11544, 15918, 10787, 13335, 10169, 13005, 12258, 10739, 15438, 10651, 13463, 10530, 12871, 13645, 11543, 16353, 10696, 14520, 10405, 13869, 10812, 13177, 17310, 12220, 15762, 10893, 15307, 10019, 14243, 13635, 13449, 18231, 14015, 16976, 11262, 15340, 10420, 15005, 12977, 13185, 10107, 14185, 10250, 14739, 11000, 14696, 10508, 15546, 11240, 15006, 14387, 14778, 11891, 15377, 17370, 14254, 19279, 14795, 18005, 11820, 15967, 12038, 14855, 19250, 14350, 18165, 12022, 15272, 10607, 14306, 14452, 12936, 18147, 12073, 16833, 11475, 16340, 10242, 16134, 10176, 13783, 10001, 12775, 15319, 12003, 17856, 11632, 15948, 10573, 15565, 10497, 15359, 11314, 13254, 17139, 11750, 16560, 11371, 14986, 9219, 13422, 10008, 11841, 17495, 11755, 15281, 9230, 13128, 10146, 12257, 17459, 12212, 16152, 10591, 14421, 9483, 14702, 9429, 14109, 10585, 13150, 18121, 11857, 15476, 10105, 13486, 14926, 11533, 16674, 11015, 15369, 9353, 11496, 8475, 13076, 9576, 14765, 11340, 16181, 12315, 16682, 11317, 15182, 9846, 13692, 16178, 12463, 16024, 10937, 14352, 10172, 12689, 17447, 11730, 14725, 9761, 13308, 9416, 11994, 14734, 11237, 14491, 11080, 9349, 10822, 9075, 12837, 9504, 13600, 9614, 14678, 10417, 13715, 17899, 13637, 16793, 12177, 16222, 18221, 14544, 19261, 12817, 16878, 16934, 13958, 18649, 11950, 15888, 15346, 13218, 18922, 12129, 16180, 10183, 13286, 17179, 11727, 15454, 8820, 13164, 9752, 11214, 16067, 11116, 14194, 9191, 11857, 9172, 11087, 9358, 10881, 13048, 10606, 13825, 9793, 13152, 9675, 13113, 9658, 12508, 13965, 11737, 16051, 11677, 14544, 9477, 13520, 13293, 12399, 16861, 11956, 15213, 9923, 13506, 12400, 12639, 16987, 12184, 15415, 10156, 14300, 9598, 13147, 10886, 12968, 12658, 12693, 16122, 11544, 15999, 11814, 15143, 10014, 14455, 9817, 14067, 12626, 12820, 17461, 12123, 16184, 11379, 15251, 11345, 13505, 14994, 12858, 17399, 11946, 15368, 10687, 14558, 10210, 13453, 11507, 12454, 17083, 11943, 16172, 10948, 14424, 9027, 13208, 9708, 12348, 16457, 10926, 14587, 10005, 14013, 9354, 13158, 9999, 12325, 12916, 12681, 11185, 12695, 14364, 11530, 11589, 12931, 16253, 12143, 17709, 12963, 17056, 11685, 15509, 10553, 15835, 11004, 14744, 10414, 14710, 11254, 13032, 18132, 12737, 17089, 11892, 16020, 10669, 14602, 10369, 13264, 13035, 11350, 16641, 10868, 14913, 10113, 14080, 9945, 12309, 16121, 10945, 14771, 9598, 12920, 9382, 11664, 16223, 11142, 14339, 8680, 12693, 11639, 11158, 15887, 10706, 13246, 9471, 12557, 9727, 12732, 9559, 12042, 12673, 11240, 15787, 11352, 14520, 10005, 13477, 9680, 13774, 10547, 13308, 15554, 12347, 17120, 12398, 16832, 12635, 12066, 8759, 9912, 9832, 9850, 13935, 10900, 17309, 12033, 19585, 14425, 18257, 12577, 15923, 14115, 12570, 20015, 13451, 17326, 14260, 13537, 20253, 13244, 16731, 12131, 12699, 19036, 12256, 16608, 10578, 12429, 18414, 11546, 15640, 10609, 11648, 16040, 10874, 14719, 10380, 12680, 9994, 10831, 15774, 10611, 13789, 10887, 11249, 10412, 10689, 14753, 11238, 13913, 10945, 13180, 11217, 11414, 10969, 11458, 10819, 15648, 11231, 14623, 11057, 14871, 11116, 14888, 10912, 15359, 11160, 14832, 10706, 14572, 10430, 14627, 10672, 13722, 13560, 12189, 18297, 12208, 16735, 11395, 16599, 11285, 15371, 11079, 13367, 16892, 12934, 18174, 11766, 15980, 11415, 15320, 11017, 14775, 10972, 13595, 15325, 11946, 17860, 13060, 17743, 11826, 16308, 11673, 14756, 10947, 13197, 16950, 12158, 16799, 11287, 15336, 10613, 13760, 15820, 10929, 16441, 11510, 13943, 10880, 11556, 17479, 11106, 14438, 11234, 12992, 11741, 12142, 11144, 11370, 14469, 10941, 14233, 11101, 14295, 11204, 13332, 10951, 13020, 12315, 12089, 14763, 11994, 17694, 11212, 16192, 12724, 14315, 12843, 12543, 18388, 12046, 17128, 12789, 16907, 10798, 15765, 10921, 15151, 10809, 13390, 17014, 12146, 16733, 11027, 15159, 11156, 14067, 10926, 13844, 13745, 12296, 18292, 11826, 16161, 10593, 15204, 11788, 12397, 18059, 11791, 15835, 10527, 13869, 12902, 11289, 17827, 11489, 14689, 11525, 11995, 14507, 11426, 15341, 11693, 13574, 11299, 12775, 12476, 11429, 14533, 11941, 13056, 10033, 10702, 12402, 11209, 12107, 10589, 13022, 10993, 14106, 11725, 10226, 13029, 10428, 13935, 10018, 15439, 11529, 16658, 10924, 16748, 11330, 17225, 11521, 17537, 13085, 18424, 12220, 16679, 11786, 16600, 11983, 14376, 11937, 12960, 12475, 15591, 12349, 16965, 13522, 14268, 12729, 17187, 11833, 16136, 10576, 14788, 12750, 12868, 17563, 11632, 15385, 9708, 13036, 13672, 11189, 16373, 10452, 13154, 9663, 12879, 10331, 12259, 12004, 10729, 15562, 10245, 13441, 10033, 13152, 9556, 12858, 10454, 12496, 9534, 12433, 10427, 11799, 15823, 12030, 15540, 11170, 15858, 10560, 14239, 11557, 12872, 14332, 12539, 18066, 12349, 15477, 11037, 15073, 9591, 13310, 12956, 11152, 16436, 11054, 14944, 10123, 13487, 11015, 10525, 15750, 10264, 14680, 10359, 13130, 9756, 10758, 14517, 9742, 14146, 10124, 13008, 9614, 10525, 10376, 9866, 14327, 9992, 13318, 10582, 11160, 9562, 11211, 9676, 11157, 9543, 10511, 14157, 9790, 12852, 9769, 11923, 10398, 11430, 15250, 10395, 13580, 10575, 12064, 9957, 11235, 15740, 10460, 12779, 9179, 13078, 8975, 11251, 13261, 10340, 14531, 10746, 13932, 9976, 12814, 9792, 11573, 13984, 13552, 15800, 11596, 13882, 9649, 12345, 12841, 10755, 17851, 14888, 16728, 10995, 13730, 10000, 13060, 9818, 11308, 14133, 11670, 16824, 11133, 12455, 9986, 10797, 13760, 9846, 12942, 10069, 12603, 10046, 10496, 13853, 9644, 13601, 9681, 11836, 10555, 12490, 9293, 11374, 9286, 10751, 12430, 10020, 13735, 9460, 13598, 9047, 12429, 12137, 10943, 15390, 9707, 14531, 10862, 12181, 11630, 10625, 15933, 10860, 13557, 8887, 12423, 9394, 10884, 15873, 10720, 13869, 10200, 14390, 10221, 10969, 12859, 10338, 15565, 11470, 14921, 10272, 13736, 9448, 11187, 14418, 11923, 15065, 10286, 13202, 9179, 11865, 11424, 11134, 14056, 10114, 14125, 9757, 11835, 11297, 11617, 14523, 10907, 14829, 10374, 11783, 12069, 11248, 16218, 10048, 13766, 10023, 11538, 8783, 10729, 13339, 9636, 13595, 9476, 11259, 9074, 11218, 14468, 10655, 13015, 9895, 13385, 10202, 11079, 12280, 9481, 14390, 9627, 13748, 10663, 15491, 10104, 11451, 9642, 10771, 10711, 10098, 12795, 9441, 16019, 12540, 14961, 14579, 13559, 18686, 13409, 16225, 13567, 13495, 19464, 14345, 17272, 13783, 14173, 20009, 14390, 16549, 11819, 12680, 18498, 11624, 15658, 9544, 12339, 17439, 10628, 14862, 9576, 12280, 10625, 10002, 14326, 10292, 13784, 9119, 9463, 9762, 11300, 10223, 10605, 11002, 9834, 13353, 10443, 13901, 10544, 13363, 11023, 13038, 11034, 11146, 11697, 11284, 12656, 13165, 12912, 17817, 12726, 17510, 11777, 16174, 10786, 15152, 11767, 13087, 15640, 12532, 16004, 12960, 13194, 13535, 10759, 16803, 11189, 16315, 11142, 15275, 12208, 15167, 11873, 16371, 10323, 11872, 10476, 17082, 11211, 15988, 10923, 16062, 11099, 15583, 10456, 14256, 11083, 13891, 15446, 13160, 18791, 13318, 19258, 12747, 16193, 11667, 13046, 19203, 13508, 17803, 11500, 14557, 14141, 12118, 18535, 12053, 14717, 10675, 11910, 18254, 11165, 14333, 11068, 12072, 14910, 11244, 15358, 11890, 13969, 11628, 12394, 12468, 11694, 12681, 12617, 11685, 13273, 11186, 12976, 11220, 13181, 11030, 13994, 11189, 15713, 10890, 17088, 12743, 15076, 17468, 13390, 18710, 12569, 16968, 11067, 14562, 11247, 12845, 18425, 11696, 16008, 10208, 14306, 10185, 12520, 16827, 11054, 15852, 10021, 13221, 10788, 13306, 10695, 14192, 10301, 10598, 10813, 11018, 11164, 11036, 10888, 11352, 10919, 11212, 10828, 16941, 10505, 14473, 11466, 13196, 14916, 11997, 18749, 11881, 15621, 10806, 13116, 10705, 14406, 10604, 14269, 11434, 12948, 15785, 13119, 17348, 12248, 15747, 11378, 14984, 10447, 14493, 10587, 13598, 14597, 12695, 17261, 11832, 15285, 10070, 13844, 9976, 14290, 11513, 15738, 10631, 11667, 10750, 11063, 10973, 15345, 11051, 14573, 9797, 14173, 10174, 12801, 16703, 12653, 15578, 10846, 14324, 15687, 12958, 16437, 11565, 16904, 11425, 14936, 10179, 14162, 9723, 13052, 10502, 12168, 12669, 11180, 17170, 11673, 14867, 10319, 13225, 10064, 12760, 11038, 12483, 14119, 13071, 11114, 12504, 11197, 11441, 12418, 12556, 10703, 12141, 11322, 10859, 11352, 12855, 10919, 12448, 11133, 15496, 11153, 16914, 11262, 12640, 11497, 12245, 11169, 11968, 14130, 11188, 16358, 11697, 14078, 10982, 12585, 11376, 12127, 12112, 11221, 15636, 10817, 14593, 11313, 13010, 11162, 12018, 11656, 12721, 11510, 11832, 11355, 11949, 11733, 12837, 11467, 16187, 12534, 11038, 11323, 11872, 12416, 11757, 17201, 11239, 16949, 11222, 11578, 11191, 14497, 15741, 12501, 16526, 11708, 13305, 11524, 11484, 15932, 11532, 15354, 11202, 11423, 12068, 11503, 14332, 11460, 11999, 11263, 11471, 14679, 11655, 12773], 'WindowCenter': [4896.0, 4896.0, 4828.0, 4867.0, 4851.0, 4815.0, 4835.0, 4794.0, 4821.0, 4783.0, 4812.0, 4800.0, 4793.0, 4822.0, 4781.0, 4807.0, 4751.0, 4812.0, 4808.0, 4788.0, 4819.0, 4778.0, 4809.0, 4769.0, 4802.0, 4769.0, 4789.0, 4809.0, 4776.0, 4806.0, 4758.0, 4798.0, 4760.0, 4789.0, 4807.0, 4776.0, 4798.0, 4767.0, 4788.0, 4757.0, 4790.0, 4819.0, 4777.0, 4796.0, 4766.0, 4787.0, 4815.0, 4766.0, 4796.0, 4756.0, 4800.0, 4799.0, 4781.0, 4818.0, 4769.0, 4799.0, 4791.0, 4782.0, 4810.0, 4779.0, 4799.0, 4767.0, 4790.0, 4820.0, 4783.0, 4811.0, 4772.0, 4802.0, 4788.0, 4779.0, 4810.0, 4784.0, 4814.0, 4784.0, 4814.0, 4811.0, 4793.0, 4832.0, 4795.0, 4824.0, 4783.0, 4825.0, 4791.0, 4815.0, 4843.0, 4817.0, 4835.0, 4796.0, 4826.0, 4782.0, 4825.0, 4824.0, 4854.0, 4870.0, 4826.0, 4834.0, 4793.0, 4838.0, 4795.0, 4823.0, 4812.0, 4841.0, 4795.0, 4823.0, 4793.0, 4825.0, 4796.0, 4835.0, 4797.0, 4835.0, 4804.0, 4837.0, 4825.0, 4825.0, 4793.0, 4824.0, 4820.0, 4811.0, 4829.0, 4811.0, 4819.0, 4776.0, 4805.0, 4777.0, 4796.0, 4817.0, 4784.0, 4801.0, 4762.0, 4790.0, 4754.0, 4783.0, 4781.0, 4762.0, 4790.0, 4759.0, 4792.0, 4751.0, 4789.0, 4741.0, 4779.0, 4730.0, 4768.0, 4731.0, 4773.0, 4780.0, 4763.0, 4801.0, 4767.0, 4790.0, 4752.0, 4792.0, 4744.0, 4793.0, 4751.0, 4769.0, 4788.0, 4763.0, 4792.0, 4762.0, 4781.0, 4731.0, 4782.0, 4741.0, 4775.0, 4805.0, 4761.0, 4791.0, 4733.0, 4786.0, 4755.0, 4776.0, 4804.0, 4775.0, 4793.0, 4769.0, 4798.0, 4746.0, 4793.0, 4743.0, 4783.0, 4752.0, 4786.0, 4804.0, 4776.0, 4797.0, 4758.0, 4800.0, 4812.0, 4779.0, 4806.0, 4766.0, 4794.0, 4748.0, 4774.0, 4737.0, 4788.0, 4759.0, 4799.0, 4794.0, 4820.0, 4791.0, 4806.0, 4768.0, 4796.0, 4756.0, 4796.0, 4795.0, 4777.0, 4805.0, 4756.0, 4795.0, 4754.0, 4774.0, 4803.0, 4777.0, 4796.0, 4745.0, 4784.0, 4746.0, 4804.0, 4824.0, 4795.0, 4797.0, 4767.0, 4747.0, 4767.0, 4761.0, 4790.0, 4774.0, 4815.0, 4776.0, 4828.0, 4784.0, 4816.0, 4832.0, 4801.0, 4811.0, 4776.0, 4798.0, 4804.0, 4776.0, 4806.0, 4752.0, 4782.0, 4767.0, 4757.0, 4776.0, 4725.0, 4764.0, 4752.0, 4735.0, 4772.0, 4731.0, 4762.0, 4711.0, 4742.0, 4762.0, 4733.0, 4748.0, 4693.0, 4746.0, 4714.0, 4735.0, 4765.0, 4735.0, 4754.0, 4717.0, 4748.0, 4732.0, 4762.0, 4732.0, 4764.0, 4772.0, 4765.0, 4784.0, 4760.0, 4786.0, 4757.0, 4785.0, 4760.0, 4800.0, 4798.0, 4786.0, 4807.0, 4777.0, 4795.0, 4756.0, 4798.0, 4788.0, 4787.0, 4820.0, 4777.0, 4808.0, 4759.0, 4798.0, 4785.0, 4790.0, 4821.0, 4789.0, 4806.0, 4759.0, 4796.0, 4758.0, 4800.0, 4766.0, 4786.0, 4787.0, 4788.0, 4808.0, 4780.0, 4821.0, 4790.0, 4808.0, 4760.0, 4797.0, 4757.0, 4800.0, 4778.0, 4789.0, 4818.0, 4787.0, 4807.0, 4780.0, 4808.0, 4768.0, 4787.0, 4786.0, 4775.0, 4804.0, 4765.0, 4795.0, 4754.0, 4784.0, 4745.0, 4774.0, 4762.0, 4776.0, 4822.0, 4779.0, 4807.0, 4765.0, 4783.0, 4736.0, 4781.0, 4745.0, 4788.0, 4806.0, 4806.0, 4820.0, 4770.0, 4813.0, 4757.0, 4800.0, 4771.0, 4789.0, 4800.0, 4804.0, 4780.0, 4801.0, 4799.0, 4780.0, 4779.0, 4800.0, 4809.0, 4793.0, 4820.0, 4788.0, 4807.0, 4766.0, 4795.0, 4757.0, 4794.0, 4756.0, 4784.0, 4752.0, 4785.0, 4755.0, 4775.0, 4804.0, 4777.0, 4792.0, 4764.0, 4792.0, 4741.0, 4782.0, 4741.0, 4772.0, 4759.0, 4749.0, 4791.0, 4752.0, 4780.0, 4742.0, 4771.0, 4731.0, 4764.0, 4780.0, 4754.0, 4780.0, 4743.0, 4773.0, 4734.0, 4764.0, 4790.0, 4763.0, 4784.0, 4736.0, 4788.0, 4763.0, 4765.0, 4795.0, 4769.0, 4786.0, 4759.0, 4791.0, 4760.0, 4789.0, 4759.0, 4790.0, 4791.0, 4779.0, 4811.0, 4780.0, 4810.0, 4774.0, 4801.0, 4770.0, 4813.0, 4771.0, 4802.0, 4810.0, 4791.0, 4820.0, 4794.0, 4847.0, 4792.0, 4805.0, 4736.0, 4743.0, 4767.0, 4769.0, 4795.0, 4769.0, 4805.0, 4787.0, 4818.0, 4799.0, 4808.0, 4767.0, 4794.0, 4771.0, 4762.0, 4801.0, 4760.0, 4781.0, 4758.0, 4759.0, 4789.0, 4745.0, 4764.0, 4724.0, 4734.0, 4761.0, 4723.0, 4751.0, 4698.0, 4719.0, 4759.0, 4710.0, 4749.0, 4699.0, 4719.0, 4738.0, 4708.0, 4740.0, 4712.0, 4741.0, 4710.0, 4723.0, 4750.0, 4725.0, 4743.0, 4724.0, 4738.0, 4738.0, 4739.0, 4770.0, 4751.0, 4769.0, 4751.0, 4765.0, 4762.0, 4762.0, 4765.0, 4776.0, 4778.0, 4809.0, 4780.0, 4796.0, 4770.0, 4796.0, 4779.0, 4795.0, 4767.0, 4804.0, 4770.0, 4807.0, 4769.0, 4808.0, 4768.0, 4799.0, 4769.0, 4800.0, 4798.0, 4792.0, 4834.0, 4792.0, 4808.0, 4780.0, 4818.0, 4780.0, 4808.0, 4779.0, 4799.0, 4818.0, 4788.0, 4816.0, 4776.0, 4807.0, 4782.0, 4796.0, 4757.0, 4795.0, 4756.0, 4785.0, 4796.0, 4768.0, 4803.0, 4776.0, 4803.0, 4764.0, 4793.0, 4753.0, 4794.0, 4768.0, 4787.0, 4804.0, 4763.0, 4791.0, 4755.0, 4792.0, 4753.0, 4783.0, 4792.0, 4757.0, 4794.0, 4763.0, 4786.0, 4754.0, 4764.0, 4802.0, 4768.0, 4798.0, 4767.0, 4785.0, 4763.0, 4776.0, 4766.0, 4779.0, 4799.0, 4781.0, 4797.0, 4779.0, 4797.0, 4778.0, 4789.0, 4771.0, 4800.0, 4777.0, 4781.0, 4796.0, 4780.0, 4807.0, 4770.0, 4811.0, 4774.0, 4786.0, 4765.0, 4764.0, 4804.0, 4776.0, 4795.0, 4763.0, 4780.0, 4729.0, 4767.0, 4742.0, 4796.0, 4756.0, 4777.0, 4792.0, 4762.0, 4789.0, 4752.0, 4781.0, 4755.0, 4785.0, 4754.0, 4782.0, 4775.0, 4762.0, 4804.0, 4763.0, 4793.0, 4744.0, 4782.0, 4750.0, 4760.0, 4790.0, 4752.0, 4777.0, 4739.0, 4772.0, 4760.0, 4767.0, 4803.0, 4752.0, 4782.0, 4763.0, 4765.0, 4780.0, 4764.0, 4794.0, 4763.0, 4772.0, 4752.0, 4774.0, 4774.0, 4766.0, 4784.0, 4766.0, 4800.0, 4759.0, 4771.0, 4758.0, 4790.0, 4787.0, 4792.0, 4812.0, 4790.0, 4823.0, 4795.0, 4769.0, 4801.0, 4770.0, 4802.0, 4759.0, 4811.0, 4779.0, 4808.0, 4768.0, 4795.0, 4764.0, 4804.0, 4766.0, 4807.0, 4775.0, 4804.0, 4763.0, 4792.0, 4766.0, 4795.0, 4763.0, 4780.0, 4765.0, 4760.0, 4773.0, 4785.0, 4777.0, 4793.0, 4775.0, 4773.0, 4764.0, 4792.0, 4754.0, 4780.0, 4742.0, 4772.0, 4761.0, 4760.0, 4779.0, 4749.0, 4768.0, 4719.0, 4773.0, 4797.0, 4767.0, 4794.0, 4753.0, 4775.0, 4731.0, 4772.0, 4758.0, 4789.0, 4776.0, 4770.0, 4810.0, 4771.0, 4804.0, 4772.0, 4787.0, 4759.0, 4787.0, 4756.0, 4803.0, 4759.0, 4791.0, 4768.0, 4780.0, 4810.0, 4780.0, 4807.0, 4771.0, 4807.0, 4756.0, 4788.0, 4767.0, 4774.0, 4784.0, 4765.0, 4791.0, 4762.0, 4780.0, 4740.0, 4771.0, 4718.0, 4760.0, 4750.0, 4739.0, 4780.0, 4741.0, 4770.0, 4728.0, 4757.0, 4727.0, 4730.0, 4765.0, 4732.0, 4771.0, 4728.0, 4757.0, 4718.0, 4738.0, 4759.0, 4732.0, 4768.0, 4730.0, 4758.0, 4721.0, 4739.0, 4731.0, 4746.0, 4785.0, 4744.0, 4771.0, 4743.0, 4753.0, 4735.0, 4767.0, 4743.0, 4766.0, 4745.0, 4758.0, 4788.0, 4747.0, 4791.0, 4776.0, 4793.0, 4758.0, 4769.0, 4783.0, 4758.0, 4778.0, 4757.0, 4778.0, 4747.0, 4768.0, 4809.0, 4767.0, 4801.0, 4758.0, 4801.0, 4748.0, 4769.0, 4775.0, 4757.0, 4786.0, 4757.0, 4786.0, 4746.0, 4777.0, 4745.0, 4781.0, 4786.0, 4774.0, 4784.0, 4753.0, 4773.0, 4722.0, 4752.0, 4763.0, 4755.0, 4793.0, 4775.0, 4781.0, 4741.0, 4759.0, 4732.0, 4761.0, 4731.0, 4755.0, 4761.0, 4751.0, 4781.0, 4743.0, 4754.0, 4731.0, 4743.0, 4759.0, 4733.0, 4764.0, 4733.0, 4766.0, 4734.0, 4743.0, 4761.0, 4732.0, 4771.0, 4734.0, 4768.0, 4746.0, 4765.0, 4723.0, 4755.0, 4748.0, 4756.0, 4763.0, 4746.0, 4775.0, 4745.0, 4788.0, 4738.0, 4788.0, 4778.0, 4770.0, 4794.0, 4747.0, 4788.0, 4757.0, 4765.0, 4752.0, 4743.0, 4794.0, 4755.0, 4776.0, 4726.0, 4764.0, 4724.0, 4745.0, 4782.0, 4744.0, 4775.0, 4731.0, 4763.0, 4727.0, 4742.0, 4749.0, 4745.0, 4771.0, 4750.0, 4769.0, 4729.0, 4761.0, 4720.0, 4744.0, 4759.0, 4752.0, 4771.0, 4729.0, 4758.0, 4725.0, 4752.0, 4740.0, 4742.0, 4762.0, 4732.0, 4760.0, 4721.0, 4755.0, 4743.0, 4751.0, 4770.0, 4742.0, 4770.0, 4732.0, 4754.0, 4748.0, 4741.0, 4779.0, 4733.0, 4785.0, 4756.0, 4764.0, 4711.0, 4742.0, 4760.0, 4733.0, 4760.0, 4746.0, 4754.0, 4723.0, 4753.0, 4772.0, 4744.0, 4763.0, 4746.0, 4776.0, 4745.0, 4756.0, 4762.0, 4734.0, 4783.0, 4745.0, 4774.0, 4757.0, 4799.0, 4757.0, 4767.0, 4750.0, 4755.0, 4753.0, 4755.0, 4776.0, 4749.0, 4798.0, 4768.0, 4787.0, 4777.0, 4765.0, 4794.0, 4764.0, 4772.0, 4750.0, 4751.0, 4782.0, 4747.0, 4756.0, 4735.0, 4735.0, 4763.0, 4721.0, 4740.0, 4697.0, 4707.0, 4735.0, 4697.0, 4724.0, 4665.0, 4708.0, 4725.0, 4687.0, 4714.0, 4676.0, 4707.0, 4686.0, 4701.0, 4730.0, 4714.0, 4751.0, 4731.0, 4741.0, 4763.0, 4774.0, 4763.0, 4761.0, 4771.0, 4765.0, 4794.0, 4766.0, 4795.0, 4780.0, 4809.0, 4769.0, 4784.0, 4766.0, 4775.0, 4788.0, 4779.0, 4812.0, 4799.0, 4800.0, 4829.0, 4802.0, 4819.0, 4790.0, 4818.0, 4770.0, 4811.0, 4779.0, 4796.0, 4808.0, 4805.0, 4809.0, 4801.0, 4788.0, 4798.0, 4767.0, 4816.0, 4765.0, 4807.0, 4767.0, 4797.0, 4766.0, 4795.0, 4776.0, 4808.0, 4769.0, 4777.0, 4769.0, 4816.0, 4779.0, 4820.0, 4780.0, 4817.0, 4781.0, 4818.0, 4780.0, 4808.0, 4781.0, 4811.0, 4808.0, 4799.0, 4830.0, 4799.0, 4817.0, 4778.0, 4805.0, 4752.0, 4773.0, 4804.0, 4772.0, 4799.0, 4753.0, 4771.0, 4771.0, 4759.0, 4791.0, 4762.0, 4778.0, 4738.0, 4759.0, 4799.0, 4748.0, 4780.0, 4751.0, 4762.0, 4782.0, 4764.0, 4806.0, 4788.0, 4794.0, 4777.0, 4798.0, 4812.0, 4800.0, 4801.0, 4811.0, 4801.0, 4811.0, 4792.0, 4800.0, 4791.0, 4810.0, 4796.0, 4826.0, 4808.0, 4835.0, 4780.0, 4823.0, 4790.0, 4811.0, 4809.0, 4787.0, 4806.0, 4763.0, 4797.0, 4751.0, 4782.0, 4751.0, 4771.0, 4801.0, 4753.0, 4782.0, 4740.0, 4780.0, 4741.0, 4763.0, 4792.0, 4754.0, 4791.0, 4743.0, 4776.0, 4755.0, 4785.0, 4768.0, 4795.0, 4766.0, 4779.0, 4791.0, 4810.0, 4807.0, 4794.0, 4796.0, 4791.0, 4795.0, 4795.0, 4797.0, 4834.0, 4794.0, 4824.0, 4805.0, 4818.0, 4824.0, 4806.0, 4858.0, 4796.0, 4824.0, 4784.0, 4799.0, 4770.0, 4799.0, 4770.0, 4807.0, 4781.0, 4789.0, 4809.0, 4788.0, 4808.0, 4775.0, 4796.0, 4767.0, 4782.0, 4744.0, 4785.0, 4740.0, 4775.0, 4786.0, 4762.0, 4793.0, 4762.0, 4784.0, 4743.0, 4774.0, 4743.0, 4785.0, 4766.0, 4793.0, 4756.0, 4763.0, 4765.0, 4764.0, 4768.0, 4797.0, 4768.0, 4798.0, 4747.0, 4786.0, 4745.0, 4776.0, 4795.0, 4772.0, 4794.0, 4753.0, 4688.0, 4772.0, 4693.0, 4793.0, 4738.0, 4750.0, 4713.0, 4741.0, 4703.0, 4742.0, 4704.0, 4746.0, 4714.0, 4735.0, 4735.0, 4725.0, 4767.0, 4738.0, 4746.0, 4715.0, 4746.0, 4718.0, 4750.0, 4742.0, 4764.0, 4762.0, 4751.0, 4729.0, 4739.0, 4717.0, 4727.0, 4726.0, 4723.0, 4714.0, 4725.0, 4727.0, 4719.0, 4741.0, 4764.0, 4730.0, 4754.0, 4759.0, 4787.0, 4754.0, 4783.0, 4729.0, 4738.0, 4728.0, 4741.0, 4718.0, 4728.0, 4748.0, 4728.0, 4758.0, 4730.0, 4747.0, 4716.0, 4725.0, 4728.0, 4737.0, 4728.0, 4728.0, 4758.0, 4717.0, 4746.0, 4719.0, 4737.0, 4715.0, 4727.0, 4727.0, 4737.0, 4719.0, 4729.0, 4729.0, 4728.0, 4729.0, 4739.0, 4731.0, 4770.0, 4741.0, 4729.0, 4731.0, 4741.0, 4751.0, 4756.0, 4781.0, 4729.0, 4772.0, 4731.0, 4729.0, 4732.0, 4761.0, 4758.0, 4731.0, 4759.0, 4718.0, 4736.0, 4715.0, 4717.0, 4745.0, 4716.0, 4747.0, 4703.0, 4716.0, 4714.0, 4715.0, 4731.0, 4712.0, 4715.0, 4704.0, 4717.0, 4734.0, 4715.0, 4724.0], 'WindowWidth': [10672.0, 10651.0, 10542.0, 10588.0, 10555.0, 10497.0, 10522.0, 10461.0, 10496.0, 10445.0, 10483.0, 10462.0, 10453.0, 10496.0, 10434.0, 10468.0, 10393.0, 10479.0, 10470.0, 10441.0, 10485.0, 10427.0, 10468.0, 10414.0, 10465.0, 10415.0, 10442.0, 10470.0, 10421.0, 10462.0, 10398.0, 10454.0, 10402.0, 10441.0, 10467.0, 10421.0, 10451.0, 10408.0, 10439.0, 10397.0, 10446.0, 10486.0, 10427.0, 10454.0, 10411.0, 10443.0, 10479.0, 10412.0, 10454.0, 10399.0, 10463.0, 10459.0, 10436.0, 10487.0, 10419.0, 10462.0, 10450.0, 10441.0, 10477.0, 10434.0, 10461.0, 10415.0, 10450.0, 10490.0, 10442.0, 10481.0, 10425.0, 10467.0, 10443.0, 10434.0, 10477.0, 10445.0, 10490.0, 10446.0, 10486.0, 10479.0, 10459.0, 10510.0, 10465.0, 10505.0, 10445.0, 10505.0, 10453.0, 10490.0, 10530.0, 10499.0, 10521.0, 10466.0, 10508.0, 10444.0, 10505.0, 10503.0, 10561.0, 10582.0, 10511.0, 10519.0, 10461.0, 10529.0, 10466.0, 10501.0, 10485.0, 10540.0, 10468.0, 10503.0, 10460.0, 10508.0, 10466.0, 10524.0, 10469.0, 10522.0, 10477.0, 10529.0, 10506.0, 10505.0, 10458.0, 10503.0, 10495.0, 10481.0, 10510.0, 10478.0, 10492.0, 10422.0, 10464.0, 10424.0, 10452.0, 10482.0, 10431.0, 10454.0, 10394.0, 10435.0, 10387.0, 10425.0, 10420.0, 10394.0, 10435.0, 10389.0, 10436.0, 10383.0, 10431.0, 10365.0, 10417.0, 10348.0, 10400.0, 10351.0, 10413.0, 10419.0, 10397.0, 10452.0, 10407.0, 10434.0, 10384.0, 10439.0, 10372.0, 10439.0, 10376.0, 10403.0, 10429.0, 10397.0, 10439.0, 10396.0, 10420.0, 10353.0, 10423.0, 10366.0, 10418.0, 10461.0, 10397.0, 10436.0, 10357.0, 10432.0, 10392.0, 10421.0, 10460.0, 10418.0, 10441.0, 10413.0, 10453.0, 10379.0, 10442.0, 10373.0, 10429.0, 10386.0, 10434.0, 10458.0, 10421.0, 10452.0, 10396.0, 10461.0, 10481.0, 10432.0, 10461.0, 10407.0, 10443.0, 10387.0, 10418.0, 10371.0, 10439.0, 10403.0, 10455.0, 10463.0, 10491.0, 10447.0, 10465.0, 10412.0, 10450.0, 10392.0, 10449.0, 10448.0, 10424.0, 10464.0, 10392.0, 10446.0, 10387.0, 10416.0, 10455.0, 10421.0, 10449.0, 10378.0, 10432.0, 10383.0, 10476.0, 10502.0, 10460.0, 10454.0, 10410.0, 10383.0, 10410.0, 10407.0, 10445.0, 10430.0, 10489.0, 10436.0, 10514.0, 10445.0, 10490.0, 10513.0, 10463.0, 10482.0, 10422.0, 10457.0, 10461.0, 10420.0, 10469.0, 10379.0, 10424.0, 10397.0, 10378.0, 10408.0, 10332.0, 10386.0, 10366.0, 10342.0, 10396.0, 10334.0, 10379.0, 10306.0, 10351.0, 10380.0, 10339.0, 10358.0, 10286.0, 10361.0, 10321.0, 10348.0, 10388.0, 10348.0, 10372.0, 10328.0, 10371.0, 10357.0, 10397.0, 10357.0, 10402.0, 10411.0, 10405.0, 10429.0, 10403.0, 10437.0, 10397.0, 10436.0, 10406.0, 10462.0, 10454.0, 10438.0, 10468.0, 10425.0, 10450.0, 10397.0, 10456.0, 10442.0, 10441.0, 10489.0, 10427.0, 10470.0, 10403.0, 10455.0, 10435.0, 10445.0, 10490.0, 10444.0, 10464.0, 10402.0, 10450.0, 10398.0, 10458.0, 10409.0, 10437.0, 10437.0, 10442.0, 10470.0, 10432.0, 10490.0, 10447.0, 10468.0, 10406.0, 10454.0, 10397.0, 10459.0, 10427.0, 10442.0, 10485.0, 10439.0, 10468.0, 10431.0, 10471.0, 10412.0, 10436.0, 10432.0, 10416.0, 10459.0, 10404.0, 10447.0, 10387.0, 10428.0, 10373.0, 10414.0, 10396.0, 10421.0, 10496.0, 10431.0, 10465.0, 10406.0, 10430.0, 10367.0, 10425.0, 10378.0, 10440.0, 10467.0, 10484.0, 10493.0, 10422.0, 10486.0, 10401.0, 10461.0, 10428.0, 10446.0, 10461.0, 10469.0, 10430.0, 10461.0, 10457.0, 10432.0, 10428.0, 10459.0, 10473.0, 10450.0, 10488.0, 10439.0, 10463.0, 10407.0, 10447.0, 10394.0, 10446.0, 10391.0, 10428.0, 10382.0, 10429.0, 10386.0, 10416.0, 10459.0, 10419.0, 10437.0, 10399.0, 10436.0, 10367.0, 10423.0, 10363.0, 10407.0, 10387.0, 10374.0, 10433.0, 10381.0, 10418.0, 10367.0, 10405.0, 10350.0, 10398.0, 10419.0, 10383.0, 10418.0, 10371.0, 10411.0, 10360.0, 10403.0, 10437.0, 10401.0, 10429.0, 10365.0, 10440.0, 10401.0, 10405.0, 10445.0, 10412.0, 10434.0, 10404.0, 10446.0, 10403.0, 10442.0, 10401.0, 10444.0, 10447.0, 10434.0, 10477.0, 10435.0, 10473.0, 10428.0, 10463.0, 10421.0, 10482.0, 10421.0, 10464.0, 10473.0, 10449.0, 10490.0, 10456.0, 10539.0, 10448.0, 10473.0, 10365.0, 10369.0, 10410.0, 10415.0, 10447.0, 10414.0, 10462.0, 10439.0, 10487.0, 10454.0, 10472.0, 10406.0, 10443.0, 10406.0, 10392.0, 10452.0, 10386.0, 10422.0, 10379.0, 10380.0, 10430.0, 10358.0, 10386.0, 10324.0, 10337.0, 10378.0, 10321.0, 10360.0, 10282.0, 10311.0, 10371.0, 10301.0, 10355.0, 10285.0, 10312.0, 10339.0, 10299.0, 10343.0, 10306.0, 10348.0, 10305.0, 10323.0, 10358.0, 10329.0, 10353.0, 10329.0, 10354.0, 10355.0, 10358.0, 10400.0, 10377.0, 10399.0, 10378.0, 10392.0, 10396.0, 10397.0, 10406.0, 10421.0, 10428.0, 10473.0, 10432.0, 10449.0, 10415.0, 10446.0, 10428.0, 10446.0, 10411.0, 10459.0, 10416.0, 10467.0, 10416.0, 10469.0, 10413.0, 10457.0, 10414.0, 10459.0, 10452.0, 10448.0, 10510.0, 10448.0, 10468.0, 10431.0, 10482.0, 10430.0, 10468.0, 10429.0, 10456.0, 10483.0, 10438.0, 10480.0, 10420.0, 10463.0, 10435.0, 10450.0, 10393.0, 10446.0, 10390.0, 10430.0, 10447.0, 10408.0, 10457.0, 10418.0, 10454.0, 10399.0, 10438.0, 10383.0, 10443.0, 10415.0, 10437.0, 10459.0, 10397.0, 10434.0, 10388.0, 10437.0, 10383.0, 10427.0, 10438.0, 10392.0, 10441.0, 10397.0, 10430.0, 10385.0, 10400.0, 10452.0, 10412.0, 10456.0, 10408.0, 10431.0, 10398.0, 10420.0, 10407.0, 10430.0, 10454.0, 10433.0, 10453.0, 10430.0, 10451.0, 10426.0, 10444.0, 10418.0, 10461.0, 10425.0, 10432.0, 10451.0, 10428.0, 10468.0, 10418.0, 10474.0, 10415.0, 10432.0, 10400.0, 10398.0, 10459.0, 10419.0, 10443.0, 10395.0, 10411.0, 10339.0, 10389.0, 10364.0, 10448.0, 10389.0, 10419.0, 10439.0, 10395.0, 10429.0, 10381.0, 10420.0, 10387.0, 10432.0, 10384.0, 10422.0, 10414.0, 10394.0, 10455.0, 10396.0, 10440.0, 10371.0, 10419.0, 10373.0, 10386.0, 10431.0, 10376.0, 10410.0, 10356.0, 10405.0, 10388.0, 10410.0, 10454.0, 10382.0, 10421.0, 10398.0, 10402.0, 10415.0, 10401.0, 10440.0, 10400.0, 10410.0, 10381.0, 10413.0, 10412.0, 10404.0, 10428.0, 10404.0, 10461.0, 10402.0, 10419.0, 10386.0, 10449.0, 10439.0, 10459.0, 10481.0, 10451.0, 10500.0, 10459.0, 10419.0, 10465.0, 10416.0, 10465.0, 10402.0, 10477.0, 10426.0, 10468.0, 10408.0, 10445.0, 10400.0, 10456.0, 10405.0, 10466.0, 10418.0, 10458.0, 10398.0, 10433.0, 10402.0, 10441.0, 10399.0, 10418.0, 10400.0, 10389.0, 10411.0, 10429.0, 10418.0, 10439.0, 10415.0, 10408.0, 10397.0, 10436.0, 10382.0, 10415.0, 10365.0, 10408.0, 10388.0, 10388.0, 10416.0, 10371.0, 10397.0, 10331.0, 10412.0, 10453.0, 10411.0, 10442.0, 10381.0, 10415.0, 10350.0, 10409.0, 10398.0, 10443.0, 10419.0, 10417.0, 10473.0, 10423.0, 10469.0, 10427.0, 10439.0, 10401.0, 10436.0, 10392.0, 10466.0, 10400.0, 10443.0, 10408.0, 10430.0, 10474.0, 10429.0, 10465.0, 10417.0, 10466.0, 10392.0, 10436.0, 10408.0, 10415.0, 10426.0, 10401.0, 10439.0, 10390.0, 10417.0, 10361.0, 10404.0, 10327.0, 10385.0, 10369.0, 10355.0, 10415.0, 10361.0, 10399.0, 10337.0, 10379.0, 10335.0, 10342.0, 10390.0, 10349.0, 10400.0, 10339.0, 10379.0, 10325.0, 10353.0, 10383.0, 10352.0, 10395.0, 10345.0, 10382.0, 10333.0, 10356.0, 10345.0, 10378.0, 10428.0, 10371.0, 10405.0, 10367.0, 10383.0, 10359.0, 10407.0, 10371.0, 10403.0, 10373.0, 10394.0, 10436.0, 10378.0, 10446.0, 10436.0, 10455.0, 10398.0, 10411.0, 10426.0, 10395.0, 10421.0, 10392.0, 10426.0, 10379.0, 10410.0, 10470.0, 10410.0, 10465.0, 10401.0, 10465.0, 10383.0, 10412.0, 10414.0, 10394.0, 10431.0, 10394.0, 10432.0, 10375.0, 10419.0, 10371.0, 10431.0, 10433.0, 10411.0, 10427.0, 10380.0, 10407.0, 10335.0, 10378.0, 10391.0, 10385.0, 10437.0, 10410.0, 10416.0, 10358.0, 10382.0, 10348.0, 10387.0, 10346.0, 10385.0, 10388.0, 10374.0, 10419.0, 10363.0, 10380.0, 10346.0, 10365.0, 10384.0, 10351.0, 10397.0, 10353.0, 10399.0, 10353.0, 10365.0, 10390.0, 10350.0, 10402.0, 10357.0, 10411.0, 10375.0, 10397.0, 10337.0, 10385.0, 10383.0, 10390.0, 10396.0, 10375.0, 10415.0, 10375.0, 10437.0, 10368.0, 10439.0, 10425.0, 10413.0, 10442.0, 10379.0, 10439.0, 10390.0, 10400.0, 10378.0, 10367.0, 10437.0, 10386.0, 10415.0, 10344.0, 10395.0, 10340.0, 10368.0, 10418.0, 10368.0, 10413.0, 10347.0, 10393.0, 10337.0, 10361.0, 10368.0, 10369.0, 10402.0, 10372.0, 10399.0, 10340.0, 10387.0, 10328.0, 10367.0, 10384.0, 10375.0, 10400.0, 10342.0, 10381.0, 10343.0, 10378.0, 10357.0, 10361.0, 10389.0, 10347.0, 10386.0, 10333.0, 10384.0, 10364.0, 10376.0, 10401.0, 10361.0, 10397.0, 10348.0, 10380.0, 10366.0, 10359.0, 10411.0, 10352.0, 10431.0, 10393.0, 10398.0, 10321.0, 10363.0, 10385.0, 10352.0, 10386.0, 10376.0, 10385.0, 10338.0, 10382.0, 10406.0, 10367.0, 10394.0, 10377.0, 10418.0, 10370.0, 10387.0, 10392.0, 10356.0, 10421.0, 10375.0, 10413.0, 10392.0, 10455.0, 10392.0, 10406.0, 10386.0, 10384.0, 10382.0, 10386.0, 10416.0, 10382.0, 10452.0, 10402.0, 10432.0, 10415.0, 10396.0, 10440.0, 10391.0, 10405.0, 10366.0, 10369.0, 10418.0, 10359.0, 10377.0, 10337.0, 10337.0, 10380.0, 10311.0, 10340.0, 10273.0, 10286.0, 10325.0, 10272.0, 10306.0, 10225.0, 10286.0, 10308.0, 10257.0, 10291.0, 10243.0, 10287.0, 10259.0, 10287.0, 10324.0, 10315.0, 10366.0, 10356.0, 10368.0, 10409.0, 10424.0, 10407.0, 10400.0, 10415.0, 10412.0, 10449.0, 10412.0, 10453.0, 10438.0, 10477.0, 10418.0, 10433.0, 10411.0, 10422.0, 10443.0, 10431.0, 10482.0, 10459.0, 10464.0, 10504.0, 10466.0, 10488.0, 10447.0, 10487.0, 10417.0, 10477.0, 10429.0, 10451.0, 10469.0, 10474.0, 10474.0, 10461.0, 10440.0, 10455.0, 10412.0, 10482.0, 10407.0, 10469.0, 10410.0, 10454.0, 10406.0, 10444.0, 10422.0, 10468.0, 10418.0, 10428.0, 10419.0, 10482.0, 10432.0, 10490.0, 10436.0, 10482.0, 10436.0, 10486.0, 10438.0, 10474.0, 10436.0, 10478.0, 10471.0, 10460.0, 10506.0, 10458.0, 10487.0, 10427.0, 10464.0, 10385.0, 10413.0, 10461.0, 10410.0, 10448.0, 10383.0, 10409.0, 10403.0, 10388.0, 10435.0, 10393.0, 10414.0, 10359.0, 10389.0, 10444.0, 10374.0, 10418.0, 10379.0, 10397.0, 10424.0, 10405.0, 10466.0, 10447.0, 10447.0, 10425.0, 10459.0, 10485.0, 10468.0, 10465.0, 10483.0, 10469.0, 10477.0, 10454.0, 10463.0, 10455.0, 10478.0, 10465.0, 10509.0, 10485.0, 10518.0, 10437.0, 10501.0, 10447.0, 10478.0, 10472.0, 10437.0, 10466.0, 10401.0, 10453.0, 10381.0, 10425.0, 10379.0, 10407.0, 10453.0, 10383.0, 10423.0, 10364.0, 10419.0, 10363.0, 10398.0, 10438.0, 10385.0, 10435.0, 10373.0, 10421.0, 10391.0, 10430.0, 10413.0, 10446.0, 10411.0, 10432.0, 10455.0, 10492.0, 10483.0, 10460.0, 10465.0, 10455.0, 10462.0, 10460.0, 10469.0, 10520.0, 10461.0, 10504.0, 10478.0, 10499.0, 10501.0, 10478.0, 10558.0, 10463.0, 10504.0, 10443.0, 10460.0, 10416.0, 10457.0, 10418.0, 10469.0, 10433.0, 10443.0, 10473.0, 10441.0, 10468.0, 10417.0, 10446.0, 10403.0, 10424.0, 10370.0, 10431.0, 10362.0, 10415.0, 10429.0, 10394.0, 10438.0, 10395.0, 10426.0, 10370.0, 10415.0, 10372.0, 10429.0, 10406.0, 10443.0, 10393.0, 10399.0, 10403.0, 10401.0, 10412.0, 10453.0, 10411.0, 10453.0, 10380.0, 10433.0, 10374.0, 10416.0, 10444.0, 10409.0, 10446.0, 10382.0, 10245.0, 10397.0, 10263.0, 10441.0, 10347.0, 10357.0, 10307.0, 10342.0, 10294.0, 10345.0, 10296.0, 10357.0, 10311.0, 10343.0, 10341.0, 10327.0, 10390.0, 10349.0, 10356.0, 10314.0, 10357.0, 10324.0, 10369.0, 10359.0, 10393.0, 10386.0, 10369.0, 10333.0, 10353.0, 10314.0, 10329.0, 10325.0, 10316.0, 10306.0, 10325.0, 10329.0, 10320.0, 10356.0, 10394.0, 10341.0, 10376.0, 10393.0, 10429.0, 10379.0, 10418.0, 10334.0, 10346.0, 10328.0, 10351.0, 10316.0, 10331.0, 10358.0, 10332.0, 10376.0, 10334.0, 10355.0, 10313.0, 10326.0, 10328.0, 10344.0, 10330.0, 10332.0, 10372.0, 10314.0, 10354.0, 10316.0, 10340.0, 10309.0, 10329.0, 10326.0, 10342.0, 10315.0, 10331.0, 10332.0, 10331.0, 10332.0, 10346.0, 10338.0, 10393.0, 10351.0, 10335.0, 10340.0, 10354.0, 10368.0, 10380.0, 10409.0, 10334.0, 10393.0, 10337.0, 10335.0, 10340.0, 10378.0, 10374.0, 10335.0, 10377.0, 10314.0, 10340.0, 10305.0, 10309.0, 10351.0, 10307.0, 10353.0, 10287.0, 10307.0, 10303.0, 10304.0, 10325.0, 10300.0, 10308.0, 10289.0, 10311.0, 10333.0, 10307.0, 10319.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.017123534416086623</td></tr>
<tr><td colspan=3>aqi</td><td>0.05310440850734726</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.658853037623864</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4163783420975233</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.259392250820433</td></tr>
<tr><td colspan=3>efc</td><td>0.5176</td></tr>
<tr><td colspan=3>fber</td><td>3660.4949</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09707702291107943</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.181747873163187</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5681812323257196</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5571363935785723</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.66441475465722</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4829925487413664</td></tr>
<tr><td colspan=3>gcor</td><td>0.0283451</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004239823669195175</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01837584562599659</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1293</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.2976444356751395</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>23.0974</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.4856</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.1663</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287659.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1163.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>472.4107</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1762</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.0987</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3889.3149</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.5294</td></tr>
<tr><td colspan=3>tsnr</td><td>26.66302060824819</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>