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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-02/func/sub-0101_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>c427c261f860dc5eae63f8b64da51826</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>19:43:44.220000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998787, 0.0370888, 0.0323768, -0.0322607, 0.989814, -0.138664]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.136728</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>[4238, -7767, -7218, 39, -158, -51, -123, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>322.566</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>47e97e13-e66b-4aca-ba04-1d0001092a17||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679673433303833, -0.08655299246311188, 0.1004127711057663, 113.66648864746094], [-0.09950666129589081, 2.6555981636047363, -0.3711199462413788, -72.20682525634766], [0.08686459809541702, 0.3720266819000244, 2.6724870204925537, -88.46077728271484], [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': ['194344.220000', '194344.680000', '194345.140000', '194345.600000', '194346.060000', '194346.520000', '194346.980000', '194347.440000', '194347.900000', '194348.360000', '194348.820000', '194349.280000', '194349.740000', '194350.200000', '194350.660000', '194351.120000', '194351.580000', '194352.040000', '194352.500000', '194352.960000', '194353.420000', '194353.880000', '194354.340000', '194354.800000', '194355.260000', '194355.720000', '194356.180000', '194356.640000', '194357.100000', '194357.560000', '194358.020000', '194358.480000', '194358.940000', '194359.400000', '194359.860000', '194400.320000', '194400.780000', '194401.240000', '194401.700000', '194402.160000', '194402.620000', '194403.080000', '194403.540000', '194404.000000', '194404.460000', '194404.920000', '194405.380000', '194405.840000', '194406.300000', '194406.760000', '194407.220000', '194407.680000', '194408.140000', '194408.600000', '194409.060000', '194409.520000', '194409.980000', '194410.440000', '194410.900000', '194411.360000', '194411.820000', '194412.280000', '194412.740000', '194413.200000', '194413.660000', '194414.120000', '194414.580000', '194415.040000', '194415.500000', '194415.960000', '194416.420000', '194416.880000', '194417.340000', '194417.800000', '194418.260000', '194418.720000', '194419.180000', '194419.640000', '194420.100000', '194420.560000', '194421.020000', '194421.480000', '194421.940000', '194422.400000', '194422.860000', '194423.320000', '194423.780000', '194424.240000', '194424.700000', '194425.160000', '194425.620000', '194426.080000', '194426.540000', '194427.000000', '194427.460000', '194427.920000', '194428.380000', '194428.840000', '194429.300000', '194429.760000', '194430.220000', '194430.680000', '194431.140000', '194431.600000', '194432.060000', '194432.520000', '194432.980000', '194433.440000', '194433.900000', '194434.360000', '194434.820000', '194435.280000', '194435.740000', '194436.200000', '194436.660000', '194437.120000', '194437.580000', '194438.040000', '194438.500000', '194438.960000', '194439.420000', '194439.880000', '194440.340000', '194440.800000', '194441.260000', '194441.720000', '194442.180000', '194442.640000', '194443.100000', '194443.560000', '194444.020000', '194444.480000', '194444.940000', '194445.400000', '194445.860000', '194446.320000', '194446.780000', '194447.240000', '194447.700000', '194448.160000', '194448.620000', '194449.080000', '194449.540000', '194450.000000', '194450.460000', '194450.920000', '194451.380000', '194451.840000', '194452.300000', '194452.760000', '194453.220000', '194453.680000', '194454.140000', '194454.600000', '194455.060000', '194455.520000', '194455.980000', '194456.440000', '194456.900000', '194457.360000', '194457.820000', '194458.280000', '194458.740000', '194459.200000', '194459.660000', '194500.120000', '194500.580000', '194501.040000', '194501.500000', '194501.960000', '194502.420000', '194502.880000', '194503.340000', '194503.800000', '194504.260000', '194504.720000', '194505.180000', '194505.640000', '194506.100000', '194506.560000', '194507.020000', '194507.480000', '194507.940000', '194508.400000', '194508.860000', '194509.320000', '194509.780000', '194510.240000', '194510.700000', '194511.160000', '194511.620000', '194512.080000', '194512.540000', '194513.000000', '194513.460000', '194513.920000', '194514.380000', '194514.840000', '194515.300000', '194515.760000', '194516.220000', '194516.680000', '194517.140000', '194517.600000', '194518.060000', '194518.520000', '194518.980000', '194519.440000', '194519.900000', '194520.360000', '194520.820000', '194521.280000', '194521.740000', '194522.200000', '194522.660000', '194523.120000', '194523.580000', '194524.040000', '194524.500000', '194524.960000', '194525.420000', '194525.880000', '194526.340000', '194526.800000', '194527.260000', '194527.720000', '194528.180000', '194528.640000', '194529.100000', '194529.560000', '194530.020000', '194530.480000', '194530.940000', '194531.400000', '194531.860000', '194532.320000', '194532.780000', '194533.240000', '194533.700000', '194534.160000', '194534.620000', '194535.080000', '194535.540000', '194536.000000', '194536.460000', '194536.920000', '194537.380000', '194537.840000', '194538.300000', '194538.760000', '194539.220000', '194539.680000', '194540.140000', '194540.600000', '194541.060000', '194541.520000', '194541.980000', '194542.440000', '194542.900000', '194543.360000', '194543.820000', '194544.280000', '194544.740000', '194545.200000', '194545.660000', '194546.120000', '194546.580000', '194547.040000', '194547.500000', '194547.960000', '194548.420000', '194548.880000', '194549.340000', '194549.800000', '194550.260000', '194550.720000', '194551.180000', '194551.640000', '194552.100000', '194552.560000', '194553.020000', '194553.480000', '194553.940000', '194554.400000', '194554.860000', '194555.320000', '194555.780000', '194556.240000', '194556.700000', '194557.160000', '194557.620000', '194558.080000', '194558.540000', '194559.000000', '194559.460000', '194559.920000', '194600.380000', '194600.840000', '194601.300000', '194601.760000', '194602.220000', '194602.680000', '194603.140000', '194603.600000', '194604.060000', '194604.520000', '194604.980000', '194605.440000', '194605.900000', '194606.360000', '194606.820000', '194607.280000', '194607.740000', '194608.200000', '194608.660000', '194609.120000', '194609.580000', '194610.040000', '194610.500000', '194610.960000', '194611.420000', '194611.880000', '194612.340000', '194612.800000', '194613.260000', '194613.720000', '194614.180000', '194614.640000', '194615.100000', '194615.560000', '194616.020000', '194616.480000', '194616.940000', '194617.400000', '194617.860000', '194618.320000', '194618.780000', '194619.240000', '194619.700000', '194620.160000', '194620.620000', '194621.080000', '194621.540000', '194622.000000', '194622.460000', '194622.920000', '194623.380000', '194623.840000', '194624.300000', '194624.760000', '194625.220000', '194625.680000', '194626.140000', '194626.600000', '194627.060000', '194627.520000', '194627.980000', '194628.440000', '194628.900000', '194629.360000', '194629.820000', '194630.280000', '194630.740000', '194631.200000', '194631.660000', '194632.120000', '194632.580000', '194633.040000', '194633.500000', '194633.960000', '194634.420000', '194634.880000', '194635.340000', '194635.800000', '194636.260000', '194636.720000', '194637.180000', '194637.640000', '194638.100000', '194638.560000', '194639.020000', '194639.480000', '194639.940000', '194640.400000', '194640.860000', '194641.320000', '194641.780000', '194642.240000', '194642.700000', '194643.160000', '194643.620000', '194644.080000', '194644.540000', '194645.000000', '194645.460000', '194645.920000', '194646.380000', '194646.840000', '194647.300000', '194647.760000', '194648.220000', '194648.680000', '194649.140000', '194649.600000', '194650.060000', '194650.520000', '194650.980000', '194651.440000', '194651.900000', '194652.360000', '194652.820000', '194653.280000', '194653.740000', '194654.200000', '194654.660000', '194655.120000', '194655.580000', '194656.040000', '194656.500000', '194656.960000', '194657.420000', '194657.880000', '194658.340000', '194658.800000', '194659.260000', '194659.720000', '194700.180000', '194700.640000', '194701.100000', '194701.560000', '194702.020000', '194702.480000', '194702.940000', '194703.400000', '194703.860000', '194704.320000', '194704.780000', '194705.240000', '194705.700000', '194706.160000', '194706.620000', '194707.080000', '194707.540000', '194708.000000', '194708.460000', '194708.920000', '194709.380000', '194709.840000', '194710.300000', '194710.760000', '194711.220000', '194711.680000', '194712.140000', '194712.600000', '194713.060000', '194713.520000', '194713.980000', '194714.440000', '194714.900000', '194715.360000', '194715.820000', '194716.280000', '194716.740000', '194717.200000', '194717.660000', '194718.120000', '194718.580000', '194719.040000', '194719.500000', '194719.960000', '194720.420000', '194720.880000', '194721.340000', '194721.800000', '194722.260000', '194722.720000', '194723.180000', '194723.640000', '194724.100000', '194724.560000', '194725.020000', '194725.480000', '194725.940000', '194726.400000', '194726.860000', '194727.320000', '194727.780000', '194728.240000', '194728.700000', '194729.160000', '194729.620000', '194730.080000', '194730.540000', '194731.000000', '194731.460000', '194731.920000', '194732.380000', '194732.840000', '194733.300000', '194733.760000', '194734.220000', '194734.680000', '194735.140000', '194735.600000', '194736.060000', '194736.520000', '194736.980000', '194737.440000', '194737.900000', '194738.360000', '194738.820000', '194739.280000', '194739.740000', '194740.200000', '194740.660000', '194741.120000', '194741.580000', '194742.040000', '194742.500000', '194742.960000', '194743.420000', '194743.880000', '194744.340000', '194744.800000', '194745.260000', '194745.720000', '194746.180000', '194746.640000', '194747.100000', '194747.560000', '194748.020000', '194748.480000', '194748.940000', '194749.400000', '194749.860000', '194750.320000', '194750.780000', '194751.240000', '194751.700000', '194752.160000', '194752.620000', '194753.080000', '194753.540000', '194754.000000', '194754.460000', '194754.920000', '194755.380000', '194755.840000', '194756.300000', '194756.760000', '194757.220000', '194757.680000', '194758.140000', '194758.600000', '194759.060000', '194759.520000', '194759.980000', '194800.440000', '194800.900000', '194801.360000', '194801.820000', '194802.280000', '194802.740000', '194803.200000', '194803.660000', '194804.120000', '194804.580000', '194805.040000', '194805.500000', '194805.960000', '194806.420000', '194806.880000', '194807.340000', '194807.800000', '194808.260000', '194808.720000', '194809.180000', '194809.640000', '194810.100000', '194810.560000', '194811.020000', '194811.480000', '194811.940000', '194812.400000', '194812.860000', '194813.320000', '194813.780000', '194814.240000', '194814.700000', '194815.160000', '194815.620000', '194816.080000', '194816.540000', '194817.000000', '194817.460000', '194817.920000', '194818.380000', '194818.840000', '194819.300000', '194819.760000', '194820.220000', '194820.680000', '194821.140000', '194821.600000', '194822.060000', '194822.520000', '194822.980000', '194823.440000', '194823.900000', '194824.360000', '194824.820000', '194825.280000', '194825.740000', '194826.200000', '194826.660000', '194827.120000', '194827.580000', '194828.040000', '194828.500000', '194828.960000', '194829.420000', '194829.880000', '194830.340000', '194830.800000', '194831.260000', '194831.720000', '194832.180000', '194832.640000', '194833.100000', '194833.560000', '194834.020000', '194834.480000', '194834.940000', '194835.400000', '194835.860000', '194836.320000', '194836.780000', '194837.240000', '194837.700000', '194838.160000', '194838.620000', '194839.080000', '194839.540000', '194840.000000', '194840.460000', '194840.920000', '194841.380000', '194841.840000', '194842.300000', '194842.760000', '194843.220000', '194843.680000', '194844.140000', '194844.600000', '194845.060000', '194845.520000', '194845.980000', '194846.440000', '194846.900000', '194847.360000', '194847.820000', '194848.280000', '194848.740000', '194849.200000', '194849.660000', '194850.120000', '194850.580000', '194851.040000', '194851.500000', '194851.960000', '194852.420000', '194852.880000', '194853.340000', '194853.800000', '194854.260000', '194854.720000', '194855.180000', '194855.640000', '194856.100000', '194856.560000', '194857.020000', '194857.480000', '194857.940000', '194858.400000', '194858.860000', '194859.320000', '194859.780000', '194900.240000', '194900.700000', '194901.160000', '194901.620000', '194902.080000', '194902.540000', '194903.000000', '194903.460000', '194903.920000', '194904.380000', '194904.840000', '194905.300000', '194905.760000', '194906.220000', '194906.680000', '194907.140000', '194907.600000', '194908.060000', '194908.520000', '194908.980000', '194909.440000', '194909.900000', '194910.360000', '194910.820000', '194911.280000', '194911.740000', '194912.200000', '194912.660000', '194913.120000', '194913.580000', '194914.040000', '194914.500000', '194914.960000', '194915.420000', '194915.880000', '194916.340000', '194916.800000', '194917.260000', '194917.720000', '194918.180000', '194918.640000', '194919.100000', '194919.560000', '194920.020000', '194920.480000', '194920.940000', '194921.400000', '194921.860000', '194922.320000', '194922.780000', '194923.240000', '194923.700000', '194924.160000', '194924.620000', '194925.080000', '194925.540000', '194926.000000', '194926.460000', '194926.920000', '194927.380000', '194927.840000', '194928.300000', '194928.760000', '194929.220000', '194929.680000', '194930.140000', '194930.600000', '194931.060000', '194931.520000', '194931.980000', '194932.440000', '194932.900000', '194933.360000', '194933.820000', '194934.280000', '194934.740000', '194935.200000', '194935.660000', '194936.120000', '194936.580000', '194937.040000', '194937.500000', '194937.960000', '194938.420000', '194938.880000', '194939.340000', '194939.800000', '194940.260000', '194940.720000', '194941.180000', '194941.640000', '194942.100000', '194942.560000', '194943.020000', '194943.480000', '194943.940000', '194944.400000', '194944.860000', '194945.320000', '194945.780000', '194946.240000', '194946.700000', '194947.160000', '194947.620000', '194948.080000', '194948.540000', '194949.000000', '194949.460000', '194949.920000', '194950.380000', '194950.840000', '194951.300000', '194951.760000', '194952.220000', '194952.680000', '194953.140000', '194953.600000', '194954.060000', '194954.520000', '194954.980000', '194955.440000', '194955.900000', '194956.360000', '194956.820000', '194957.280000', '194957.740000', '194958.200000', '194958.660000', '194959.120000', '194959.580000', '195000.040000', '195000.500000', '195000.960000', '195001.420000', '195001.880000', '195002.340000', '195002.800000', '195003.260000', '195003.720000', '195004.180000', '195004.640000', '195005.100000', '195005.560000', '195006.020000', '195006.480000', '195006.940000', '195007.400000', '195007.860000', '195008.320000', '195008.780000', '195009.240000', '195009.700000', '195010.160000', '195010.620000', '195011.080000', '195011.540000', '195012.000000', '195012.460000', '195012.920000', '195013.380000', '195013.840000', '195014.300000', '195014.760000', '195015.220000', '195015.680000', '195016.140000', '195016.600000', '195017.060000', '195017.520000', '195017.980000', '195018.440000', '195018.900000', '195019.360000', '195019.820000', '195020.280000', '195020.740000', '195021.200000', '195021.660000', '195022.120000', '195022.580000', '195023.040000', '195023.500000', '195023.960000', '195024.420000', '195024.880000', '195025.340000', '195025.800000', '195026.260000', '195026.720000', '195027.180000', '195027.640000', '195028.100000', '195028.560000', '195029.020000', '195029.480000', '195029.940000', '195030.400000', '195030.860000', '195031.320000', '195031.780000', '195032.240000', '195032.700000', '195033.160000', '195033.620000', '195034.080000', '195034.540000', '195035.000000', '195035.460000', '195035.920000', '195036.380000', '195036.840000', '195037.300000', '195037.760000', '195038.220000', '195038.680000', '195039.140000', '195039.600000', '195040.060000', '195040.520000', '195040.980000', '195041.440000', '195041.900000', '195042.360000', '195042.820000', '195043.280000', '195043.740000', '195044.200000', '195044.660000', '195045.120000', '195045.580000', '195046.040000', '195046.500000', '195046.960000', '195047.420000', '195047.880000', '195048.340000', '195048.800000', '195049.260000', '195049.720000', '195050.180000', '195050.640000', '195051.100000', '195051.560000', '195052.020000', '195052.480000', '195052.940000', '195053.400000', '195053.860000', '195054.320000', '195054.780000', '195055.240000', '195055.700000', '195056.160000', '195056.620000', '195057.080000', '195057.540000', '195058.000000', '195058.460000', '195058.920000', '195059.380000', '195059.840000', '195100.300000', '195100.760000', '195101.220000', '195101.680000', '195102.140000', '195102.600000', '195103.060000', '195103.520000', '195103.980000', '195104.440000', '195104.900000', '195105.360000', '195105.820000', '195106.280000', '195106.740000', '195107.200000', '195107.660000', '195108.120000', '195108.580000', '195109.040000', '195109.500000', '195109.960000', '195110.420000', '195110.880000', '195111.340000', '195111.800000', '195112.260000', '195112.720000', '195113.180000', '195113.640000', '195114.100000', '195114.560000', '195115.020000', '195115.480000', '195115.940000', '195116.400000', '195116.860000', '195117.320000', '195117.780000', '195118.240000', '195118.700000', '195119.160000', '195119.620000', '195120.080000', '195120.540000', '195121.000000', '195121.460000', '195121.920000', '195122.380000', '195122.840000', '195123.300000', '195123.760000', '195124.220000', '195124.680000', '195125.140000', '195125.600000', '195126.060000', '195126.520000', '195126.980000', '195127.440000', '195127.900000', '195128.360000', '195128.820000', '195129.280000', '195129.740000', '195130.200000', '195130.660000', '195131.120000', '195131.580000', '195132.040000', '195132.500000', '195132.960000', '195133.420000', '195133.880000', '195134.340000', '195134.800000', '195135.260000', '195135.720000', '195136.180000', '195136.640000', '195137.100000', '195137.560000', '195138.020000', '195138.480000', '195138.940000', '195139.400000', '195139.860000', '195140.320000', '195140.780000', '195141.240000', '195141.700000', '195142.160000', '195142.620000', '195143.080000', '195143.540000', '195144.000000', '195144.460000', '195144.920000', '195145.380000', '195145.840000', '195146.300000', '195146.760000', '195147.220000', '195147.680000', '195148.140000', '195148.600000', '195149.060000', '195149.520000', '195149.980000', '195150.440000', '195150.900000', '195151.360000', '195151.820000', '195152.280000', '195152.740000', '195153.200000', '195153.660000', '195154.120000', '195154.580000', '195155.040000', '195155.500000', '195155.960000', '195156.420000', '195156.880000', '195157.340000', '195157.800000', '195158.260000', '195158.720000', '195159.180000', '195159.640000', '195200.100000', '195200.560000', '195201.020000', '195201.480000', '195201.940000', '195202.400000', '195202.860000', '195203.320000', '195203.780000', '195204.240000', '195204.700000', '195205.160000', '195205.620000', '195206.080000', '195206.540000', '195207.000000', '195207.460000', '195207.920000', '195208.380000', '195208.840000', '195209.300000', '195209.760000', '195210.220000', '195210.680000', '195211.140000', '195211.600000', '195212.060000', '195212.520000', '195212.980000', '195213.440000', '195213.900000', '195214.360000', '195214.820000', '195215.280000', '195215.740000', '195216.200000', '195216.660000', '195217.120000', '195217.580000', '195218.040000', '195218.500000', '195218.960000', '195219.420000', '195219.880000', '195220.340000', '195220.800000', '195221.260000', '195221.720000', '195222.180000', '195222.640000', '195223.100000', '195223.560000', '195224.020000', '195224.480000', '195224.940000', '195225.400000', '195225.860000', '195226.320000', '195226.780000', '195227.240000', '195227.700000', '195228.160000', '195228.620000', '195229.080000', '195229.540000', '195230.000000', '195230.460000', '195230.920000', '195231.380000', '195231.840000', '195232.300000', '195232.760000', '195233.220000', '195233.680000', '195234.140000', '195234.600000', '195235.060000', '195235.520000', '195235.980000', '195236.440000', '195236.900000', '195237.360000', '195237.820000', '195238.280000', '195238.740000', '195239.200000', '195239.660000', '195240.120000', '195240.580000', '195241.040000', '195241.500000', '195241.960000', '195242.420000', '195242.880000', '195243.340000', '195243.800000', '195244.260000', '195244.720000', '195245.180000', '195245.640000', '195246.100000', '195246.560000', '195247.020000', '195247.480000', '195247.940000', '195248.400000', '195248.860000', '195249.320000', '195249.780000', '195250.240000', '195250.700000', '195251.160000', '195251.620000', '195252.080000', '195252.540000', '195253.000000', '195253.460000', '195253.920000', '195254.380000', '195254.840000', '195255.300000', '195255.760000', '195256.220000', '195256.680000', '195257.140000', '195257.600000', '195258.060000', '195258.520000', '195258.980000', '195259.440000', '195259.900000', '195300.360000', '195300.820000', '195301.280000', '195301.740000', '195302.200000', '195302.660000', '195303.120000', '195303.580000', '195304.040000', '195304.500000', '195304.960000', '195305.420000', '195305.880000', '195306.340000', '195306.800000', '195307.260000', '195307.720000', '195308.180000', '195308.640000', '195309.100000', '195309.560000', '195310.020000', '195310.480000', '195310.940000', '195311.400000', '195311.860000', '195312.320000', '195312.780000', '195313.240000', '195313.700000', '195314.160000', '195314.620000', '195315.080000', '195315.540000', '195316.000000', '195316.460000', '195316.920000', '195317.380000', '195317.840000', '195318.300000', '195318.760000', '195319.220000', '195319.680000', '195320.140000', '195320.600000', '195321.060000', '195321.520000', '195321.980000', '195322.440000', '195322.900000', '195323.360000', '195323.820000', '195324.280000', '195324.740000', '195325.200000', '195325.660000', '195326.120000', '195326.580000', '195327.040000', '195327.500000', '195327.960000', '195328.420000', '195328.880000', '195329.340000', '195329.800000', '195330.260000', '195330.720000', '195331.180000', '195331.640000', '195332.100000', '195332.560000', '195333.020000', '195333.480000', '195333.940000', '195334.400000', '195334.860000', '195335.320000', '195335.780000', '195336.240000', '195336.700000', '195337.160000', '195337.620000', '195338.080000', '195338.540000', '195339.000000', '195339.460000', '195339.920000', '195340.380000', '195340.840000'], 'ContentTime': ['194408.787000', '194408.791000', '194408.862000', '194408.865000', '194408.868000', '194408.871000', '194408.873000', '194408.876000', '194408.879000', '194408.881000', '194408.884000', '194408.886000', '194408.889000', '194408.892000', '194408.894000', '194408.903000', '194408.906000', '194408.908000', '194408.911000', '194408.914000', '194408.916000', '194408.919000', '194408.921000', '194408.924000', '194408.926000', '194408.929000', '194408.932000', '194408.934000', '194408.937000', '194408.940000', '194408.942000', '194408.945000', '194408.947000', '194408.950000', '194408.952000', '194408.955000', '194408.958000', '194408.960000', '194408.963000', '194408.965000', '194408.968000', '194408.970000', '194408.973000', '194408.975000', '194408.978000', '194408.981000', '194408.984000', '194408.986000', '194408.989000', '194408.991000', '194428.751000', '194428.754000', '194428.757000', '194428.760000', '194428.763000', '194428.765000', '194428.768000', '194428.771000', '194428.774000', '194428.776000', '194428.779000', '194428.781000', '194428.784000', '194428.787000', '194428.789000', '194428.792000', '194428.795000', '194428.797000', '194428.800000', '194428.821000', '194428.824000', '194428.826000', '194428.829000', '194428.832000', '194428.834000', '194428.837000', '194428.840000', '194428.842000', '194428.845000', '194428.847000', '194428.850000', '194428.852000', '194428.855000', '194428.857000', '194428.860000', '194428.863000', '194428.865000', '194428.868000', '194428.870000', '194428.873000', '194428.875000', '194428.878000', '194428.880000', '194428.883000', '194448.751000', '194448.754000', '194448.756000', '194448.759000', '194448.761000', '194448.764000', '194448.767000', '194448.769000', '194448.772000', '194448.775000', '194448.777000', '194448.780000', '194448.782000', '194448.785000', '194448.788000', '194448.790000', '194448.793000', '194448.878000', '194448.881000', '194448.883000', '194448.886000', '194448.889000', '194448.892000', '194448.894000', '194448.897000', '194448.900000', '194448.902000', '194448.905000', '194448.908000', '194448.910000', '194448.913000', '194448.915000', '194448.918000', '194448.920000', '194448.923000', '194448.926000', '194448.928000', '194448.931000', '194448.934000', '194448.936000', '194448.939000', '194448.941000', '194448.944000', '194508.751000', '194508.754000', '194508.756000', '194508.759000', '194508.762000', '194508.764000', '194508.781000', '194508.784000', '194508.786000', '194508.789000', '194508.792000', '194508.794000', '194508.797000', '194508.800000', '194508.803000', '194508.805000', '194508.808000', '194508.810000', '194508.813000', '194508.816000', '194508.819000', '194508.821000', '194508.824000', '194508.826000', '194508.829000', '194508.831000', '194508.834000', '194508.836000', '194508.839000', '194508.842000', '194508.844000', '194508.847000', '194508.859000', '194508.862000', '194508.864000', '194508.867000', '194508.869000', '194508.872000', '194508.875000', '194508.878000', '194508.880000', '194508.883000', '194508.885000', '194528.751000', '194528.754000', '194528.756000', '194528.759000', '194528.761000', '194528.765000', '194528.767000', '194528.770000', '194528.772000', '194528.776000', '194528.778000', '194528.781000', '194528.783000', '194528.786000', '194528.789000', '194528.791000', '194528.794000', '194528.797000', '194528.800000', '194528.802000', '194528.805000', '194528.807000', '194528.810000', '194528.812000', '194528.815000', '194528.818000', '194528.820000', '194528.823000', '194528.837000', '194528.840000', '194528.842000', '194528.845000', '194528.848000', '194528.850000', '194528.853000', '194528.855000', '194528.858000', '194528.861000', '194528.863000', '194528.866000', '194528.868000', '194528.871000', '194528.874000', '194528.876000', '194548.751000', '194548.755000', '194548.758000', '194548.761000', '194548.763000', '194548.766000', '194548.769000', '194548.771000', '194548.774000', '194548.776000', '194548.779000', '194548.782000', '194548.784000', '194548.787000', '194548.790000', '194548.792000', '194548.795000', '194548.798000', '194548.821000', '194548.829000', '194548.831000', '194548.834000', '194548.836000', '194548.839000', '194548.842000', '194548.844000', '194548.847000', '194548.850000', '194548.852000', '194548.855000', '194548.858000', '194548.860000', '194548.863000', '194548.866000', '194548.868000', '194548.871000', '194548.873000', '194548.876000', '194548.879000', '194548.881000', '194548.884000', '194548.886000', '194548.889000', '194548.892000', '194608.751000', '194608.753000', '194608.756000', '194608.759000', '194608.762000', '194608.764000', '194608.767000', '194608.769000', '194608.772000', '194608.774000', '194608.777000', '194608.780000', '194608.782000', '194608.785000', '194608.788000', '194608.791000', '194608.793000', '194608.796000', '194608.799000', '194608.801000', '194608.804000', '194608.807000', '194608.809000', '194608.812000', '194608.815000', '194608.817000', '194608.820000', '194608.823000', '194608.825000', '194608.828000', '194608.831000', '194608.833000', '194608.836000', '194608.838000', '194608.841000', '194608.844000', '194608.846000', '194608.849000', '194608.851000', '194608.854000', '194608.856000', '194608.859000', '194608.862000', '194628.752000', '194628.754000', '194628.757000', '194628.760000', '194628.762000', '194628.768000', '194628.770000', '194628.773000', '194628.776000', '194628.778000', '194628.781000', '194628.784000', '194628.787000', '194628.789000', '194628.792000', '194628.794000', '194628.797000', '194628.800000', '194628.803000', '194628.805000', '194628.808000', '194628.811000', '194628.813000', '194628.816000', '194628.819000', '194628.821000', '194628.824000', '194628.827000', '194628.829000', '194628.832000', '194628.835000', '194628.837000', '194628.840000', '194628.842000', '194628.845000', '194628.848000', '194628.850000', '194628.853000', '194628.855000', '194628.858000', '194628.860000', '194628.863000', '194628.866000', '194628.868000', '194648.751000', '194648.754000', '194648.757000', '194648.760000', '194648.763000', '194648.765000', '194648.768000', '194648.770000', '194648.773000', '194648.776000', '194648.778000', '194648.781000', '194648.783000', '194648.786000', '194648.789000', '194648.791000', '194648.794000', '194648.797000', '194648.842000', '194648.844000', '194648.847000', '194648.850000', '194648.852000', '194648.855000', '194648.857000', '194648.860000', '194648.863000', '194648.874000', '194648.877000', '194648.879000', '194648.882000', '194648.884000', '194648.887000', '194648.890000', '194648.892000', '194648.895000', '194648.897000', '194648.900000', '194648.903000', '194648.905000', '194648.908000', '194648.911000', '194648.913000', '194708.750000', '194708.753000', '194708.756000', '194708.759000', '194708.761000', '194708.764000', '194708.766000', '194708.773000', '194708.776000', '194708.779000', '194708.781000', '194708.784000', '194708.787000', '194708.789000', '194708.794000', '194708.796000', '194708.799000', '194708.892000', '194708.895000', '194708.897000', '194708.900000', '194708.903000', '194708.905000', '194708.908000', '194708.910000', '194708.913000', '194708.916000', '194708.918000', '194708.921000', '194708.923000', '194708.926000', '194708.929000', '194708.931000', '194708.934000', '194708.936000', '194708.939000', '194708.941000', '194708.944000', '194708.947000', '194708.949000', '194708.952000', '194708.954000', '194708.957000', '194728.751000', '194728.754000', '194728.756000', '194728.759000', '194728.762000', '194728.764000', '194728.776000', '194728.779000', '194728.781000', '194728.784000', '194728.787000', '194728.790000', '194728.792000', '194728.795000', '194728.798000', '194728.800000', '194728.803000', '194728.806000', '194728.809000', '194728.811000', '194728.814000', '194728.816000', '194728.819000', '194728.822000', '194728.824000', '194728.827000', '194728.829000', '194728.832000', '194728.835000', '194728.837000', '194728.840000', '194728.843000', '194728.845000', '194728.848000', '194728.851000', '194728.853000', '194728.856000', '194728.858000', '194728.861000', '194728.863000', '194728.866000', '194728.869000', '194728.871000', '194728.874000', '194748.751000', '194748.753000', '194748.756000', '194748.759000', '194748.762000', '194748.764000', '194748.767000', '194748.771000', '194748.774000', '194748.776000', '194748.779000', '194748.782000', '194748.785000', '194748.787000', '194748.790000', '194748.793000', '194748.795000', '194748.798000', '194748.843000', '194748.846000', '194748.849000', '194748.851000', '194748.854000', '194748.856000', '194748.859000', '194748.862000', '194748.864000', '194748.867000', '194748.869000', '194748.872000', '194748.875000', '194748.877000', '194748.880000', '194748.883000', '194748.885000', '194748.888000', '194748.891000', '194748.900000', '194748.903000', '194748.906000', '194748.908000', '194748.911000', '194748.914000', '194808.751000', '194808.754000', '194808.757000', '194808.759000', '194808.762000', '194808.765000', '194808.768000', '194808.770000', '194808.773000', '194808.776000', '194808.778000', '194808.781000', '194808.783000', '194808.786000', '194808.789000', '194808.791000', '194808.794000', '194808.797000', '194808.841000', '194808.843000', '194808.846000', '194808.848000', '194808.851000', '194808.854000', '194808.856000', '194808.859000', '194808.862000', '194808.864000', '194808.867000', '194808.869000', '194808.872000', '194808.875000', '194808.877000', '194808.880000', '194808.882000', '194808.885000', '194808.888000', '194808.890000', '194808.893000', '194808.895000', '194808.898000', '194808.901000', '194808.903000', '194808.906000', '194828.750000', '194828.753000', '194828.756000', '194828.759000', '194828.761000', '194828.764000', '194828.767000', '194828.770000', '194828.772000', '194828.797000', '194828.800000', '194828.856000', '194828.858000', '194828.861000', '194828.864000', '194828.866000', '194828.869000', '194828.871000', '194828.874000', '194828.877000', '194828.879000', '194828.882000', '194828.885000', '194828.888000', '194828.890000', '194828.893000', '194828.896000', '194828.898000', '194828.901000', '194828.904000', '194828.906000', '194828.909000', '194828.911000', '194828.914000', '194828.916000', '194828.919000', '194828.922000', '194828.924000', '194828.927000', '194828.930000', '194828.932000', '194828.935000', '194828.937000', '194848.752000', '194848.754000', '194848.757000', '194848.760000', '194848.764000', '194848.766000', '194848.769000', '194848.771000', '194848.774000', '194848.777000', '194848.780000', '194848.782000', '194848.785000', '194848.787000', '194848.790000', '194848.793000', '194848.796000', '194848.798000', '194848.847000', '194848.849000', '194848.852000', '194848.855000', '194848.857000', '194848.860000', '194848.863000', '194848.865000', '194848.868000', '194848.870000', '194848.873000', '194848.876000', '194848.878000', '194848.881000', '194848.883000', '194848.886000', '194848.889000', '194848.891000', '194848.894000', '194848.897000', '194848.899000', '194848.902000', '194848.904000', '194848.907000', '194848.910000', '194848.912000', '194908.752000', '194908.754000', '194908.757000', '194908.760000', '194908.763000', '194908.765000', '194908.768000', '194908.771000', '194908.773000', '194908.776000', '194908.779000', '194908.781000', '194908.784000', '194908.787000', '194908.789000', '194908.792000', '194908.795000', '194908.797000', '194908.835000', '194908.838000', '194908.841000', '194908.843000', '194908.846000', '194908.849000', '194908.851000', '194908.854000', '194908.856000', '194908.859000', '194908.862000', '194908.864000', '194908.867000', '194908.870000', '194908.872000', '194908.875000', '194908.877000', '194908.880000', '194908.883000', '194908.886000', '194908.888000', '194908.891000', '194908.893000', '194908.896000', '194908.899000', '194928.751000', '194928.754000', '194928.756000', '194928.759000', '194928.762000', '194928.764000', '194928.767000', '194928.770000', '194928.773000', '194928.775000', '194928.778000', '194928.781000', '194928.784000', '194928.786000', '194928.789000', '194928.792000', '194928.794000', '194928.797000', '194928.843000', '194928.846000', '194928.848000', '194928.851000', '194928.854000', '194928.856000', '194928.859000', '194928.861000', '194928.864000', '194928.867000', '194928.869000', '194928.872000', '194928.874000', '194928.877000', '194928.879000', '194928.882000', '194928.885000', '194928.888000', '194928.890000', '194928.893000', '194928.895000', '194928.898000', '194928.901000', '194928.903000', '194928.906000', '194928.909000', '194948.751000', '194948.754000', '194948.756000', '194948.759000', '194948.761000', '194948.764000', '194948.767000', '194948.770000', '194948.772000', '194948.775000', '194948.778000', '194948.780000', '194948.783000', '194948.786000', '194948.788000', '194948.791000', '194948.794000', '194948.797000', '194948.800000', '194948.803000', '194948.820000', '194948.823000', '194948.825000', '194948.828000', '194948.831000', '194948.835000', '194948.837000', '194948.840000', '194948.843000', '194948.845000', '194948.848000', '194948.850000', '194948.853000', '194948.856000', '194948.858000', '194948.861000', '194948.864000', '194948.866000', '194948.869000', '194948.873000', '194948.876000', '194948.878000', '194948.881000', '195008.751000', '195008.754000', '195008.757000', '195008.759000', '195008.762000', '195008.764000', '195008.767000', '195008.780000', '195008.783000', '195008.786000', '195008.788000', '195008.791000', '195008.794000', '195008.796000', '195008.799000', '195008.843000', '195008.846000', '195008.848000', '195008.851000', '195008.854000', '195008.856000', '195008.859000', '195008.861000', '195008.864000', '195008.866000', '195008.869000', '195008.872000', '195008.874000', '195008.877000', '195008.880000', '195008.882000', '195008.885000', '195008.887000', '195008.890000', '195008.893000', '195008.895000', '195008.898000', '195008.901000', '195008.903000', '195008.906000', '195008.908000', '195008.911000', '195008.914000', '195008.916000', '195028.751000', '195028.754000', '195028.756000', '195028.759000', '195028.762000', '195028.764000', '195028.767000', '195028.769000', '195028.772000', '195028.775000', '195028.777000', '195028.780000', '195028.783000', '195028.785000', '195028.788000', '195028.791000', '195028.794000', '195028.796000', '195028.799000', '195028.857000', '195028.860000', '195028.862000', '195028.865000', '195028.868000', '195028.870000', '195028.873000', '195028.876000', '195028.879000', '195028.881000', '195028.884000', '195028.887000', '195028.889000', '195028.892000', '195028.894000', '195028.897000', '195028.900000', '195028.902000', '195028.905000', '195028.908000', '195028.910000', '195028.913000', '195028.915000', '195028.918000', '195048.751000', '195048.753000', '195048.756000', '195048.759000', '195048.761000', '195048.764000', '195048.767000', '195048.769000', '195048.772000', '195048.774000', '195048.777000', '195048.779000', '195048.782000', '195048.785000', '195048.787000', '195048.790000', '195048.792000', '195048.795000', '195048.798000', '195048.801000', '195048.803000', '195048.806000', '195048.808000', '195048.811000', '195048.813000', '195048.816000', '195048.819000', '195048.821000', '195048.824000', '195048.827000', '195048.829000', '195048.832000', '195048.835000', '195048.837000', '195048.840000', '195048.842000', '195048.845000', '195048.847000', '195048.850000', '195048.853000', '195048.855000', '195048.858000', '195048.860000', '195048.863000', '195108.752000', '195108.755000', '195108.757000', '195108.760000', '195108.763000', '195108.765000', '195108.768000', '195108.770000', '195108.773000', '195108.775000', '195108.778000', '195108.781000', '195108.783000', '195108.786000', '195108.788000', '195108.791000', '195108.794000', '195108.796000', '195108.799000', '195108.872000', '195108.875000', '195108.877000', '195108.880000', '195108.882000', '195108.885000', '195108.887000', '195108.890000', '195108.893000', '195108.895000', '195108.898000', '195108.942000', '195108.945000', '195108.948000', '195108.950000', '195108.953000', '195108.955000', '195108.958000', '195108.961000', '195108.963000', '195108.966000', '195108.969000', '195108.972000', '195108.974000', '195128.752000', '195128.754000', '195128.757000', '195128.760000', '195128.762000', '195128.765000', '195128.768000', '195128.770000', '195128.773000', '195128.775000', '195128.778000', '195128.780000', '195128.783000', '195128.786000', '195128.788000', '195128.791000', '195128.793000', '195128.796000', '195128.799000', '195128.862000', '195128.864000', '195128.867000', '195128.869000', '195128.872000', '195128.875000', '195128.877000', '195128.881000', '195128.883000', '195128.886000', '195128.889000', '195128.891000', '195128.894000', '195128.896000', '195128.899000', '195128.902000', '195128.904000', '195128.907000', '195128.909000', '195128.912000', '195128.915000', '195128.917000', '195128.920000', '195128.922000', '195128.925000', '195148.751000', '195148.753000', '195148.756000', '195148.759000', '195148.761000', '195148.764000', '195148.767000', '195148.769000', '195148.772000', '195148.774000', '195148.777000', '195148.780000', '195148.782000', '195148.785000', '195148.787000', '195148.790000', '195148.793000', '195148.795000', '195148.798000', '195148.866000', '195148.868000', '195148.871000', '195148.874000', '195148.876000', '195148.879000', '195148.881000', '195148.884000', '195148.887000', '195148.890000', '195148.893000', '195148.896000', '195148.898000', '195148.901000', '195148.904000', '195148.906000', '195148.909000', '195148.912000', '195148.914000', '195148.917000', '195148.919000', '195148.922000', '195148.925000', '195148.927000', '195208.751000', '195208.753000', '195208.756000', '195208.759000', '195208.761000', '195208.764000', '195208.767000', '195208.769000', '195208.772000', '195208.775000', '195208.777000', '195208.780000', '195208.783000', '195208.785000', '195208.788000', '195208.791000', '195208.793000', '195208.796000', '195208.798000', '195208.874000', '195208.876000', '195208.879000', '195208.882000', '195208.884000', '195208.887000', '195208.889000', '195208.892000', '195208.894000', '195208.897000', '195208.900000', '195208.902000', '195208.905000', '195208.908000', '195208.910000', '195208.913000', '195208.915000', '195208.918000', '195208.921000', '195208.923000', '195208.926000', '195208.929000', '195208.931000', '195208.934000', '195208.936000', '195228.751000', '195228.754000', '195228.756000', '195228.759000', '195228.762000', '195228.764000', '195228.767000', '195228.770000', '195228.772000', '195228.775000', '195228.777000', '195228.780000', '195228.783000', '195228.785000', '195228.788000', '195228.791000', '195228.793000', '195228.796000', '195228.798000', '195228.841000', '195228.844000', '195228.846000', '195228.849000', '195228.851000', '195228.854000', '195228.857000', '195228.859000', '195228.879000', '195228.882000', '195228.885000', '195228.887000', '195228.890000', '195228.900000', '195228.902000', '195228.905000', '195228.908000', '195228.910000', '195228.913000', '195228.915000', '195228.918000', '195228.920000', '195228.923000', '195228.926000', '195248.751000', '195248.754000', '195248.756000', '195248.759000', '195248.761000', '195248.764000', '195248.766000', '195248.769000', '195248.772000', '195248.774000', '195248.777000', '195248.779000', '195248.782000', '195248.785000', '195248.787000', '195248.790000', '195248.793000', '195248.795000', '195248.798000', '195248.880000', '195248.883000', '195248.885000', '195248.888000', '195248.891000', '195248.893000', '195248.896000', '195248.898000', '195248.901000', '195248.904000', '195248.906000', '195248.909000', '195248.911000', '195248.914000', '195248.917000', '195248.920000', '195248.922000', '195248.925000', '195248.927000', '195248.930000', '195248.933000', '195248.935000', '195248.938000', '195248.941000', '195248.943000', '195308.751000', '195308.753000', '195308.756000', '195308.759000', '195308.761000', '195308.764000', '195308.766000', '195308.769000', '195308.772000', '195308.774000', '195308.777000', '195308.780000', '195308.782000', '195308.785000', '195308.787000', '195308.790000', '195308.793000', '195308.795000', '195308.798000', '195308.864000', '195308.866000', '195308.869000', '195308.872000', '195308.874000', '195308.877000', '195308.879000', '195308.882000', '195308.884000', '195308.887000', '195308.890000', '195308.892000', '195308.895000', '195308.903000', '195308.906000', '195308.909000', '195308.911000', '195308.914000', '195308.916000', '195308.919000', '195308.922000', '195308.925000', '195308.927000', '195308.930000', '195328.753000', '195328.756000', '195328.759000', '195328.761000', '195328.764000', '195328.766000', '195328.769000', '195328.772000', '195328.774000', '195328.777000', '195328.787000', '195328.789000', '195328.792000', '195328.794000', '195328.797000', '195328.847000', '195328.850000', '195328.853000', '195328.855000', '195328.858000', '195328.860000', '195328.863000', '195328.866000', '195328.868000', '195328.871000', '195328.874000', '195328.876000', '195328.879000', '195328.881000', '195328.884000', '195328.887000', '195328.889000', '195328.892000', '195328.894000', '195328.897000', '195328.900000', '195328.902000', '195328.905000', '195328.907000', '195328.910000', '195328.913000', '195328.915000', '195328.918000', '195328.920000', '195342.525000', '195342.529000', '195342.532000', '195342.535000', '195342.537000', '195342.541000', '195342.544000', '195342.546000', '195342.549000', '195342.566000', '195342.569000', '195342.572000', '195342.574000', '195342.577000', '195342.580000', '195342.583000', '195342.586000', '195342.588000', '195342.591000', '195342.594000', '195342.596000', '195342.600000', '195342.603000', '195342.606000', '195342.609000', '195342.612000', '195342.615000', '195342.618000', '195342.621000', '195342.624000'], 'InstanceCreationTime': ['194408.787000', '194408.791000', '194408.862000', '194408.865000', '194408.868000', '194408.871000', '194408.873000', '194408.876000', '194408.879000', '194408.881000', '194408.884000', '194408.886000', '194408.889000', '194408.892000', '194408.894000', '194408.903000', '194408.906000', '194408.908000', '194408.911000', '194408.914000', '194408.916000', '194408.919000', '194408.921000', '194408.924000', '194408.926000', '194408.929000', '194408.932000', '194408.934000', '194408.937000', '194408.940000', '194408.942000', '194408.945000', '194408.947000', '194408.950000', '194408.952000', '194408.955000', '194408.958000', '194408.960000', '194408.963000', '194408.965000', '194408.968000', '194408.970000', '194408.973000', '194408.975000', '194408.978000', '194408.981000', '194408.984000', '194408.986000', '194408.989000', '194408.991000', '194428.751000', '194428.754000', '194428.757000', '194428.760000', '194428.763000', '194428.765000', '194428.768000', '194428.771000', '194428.774000', '194428.776000', '194428.779000', '194428.781000', '194428.784000', '194428.787000', '194428.789000', '194428.792000', '194428.795000', '194428.797000', '194428.800000', '194428.821000', '194428.824000', '194428.826000', '194428.829000', '194428.832000', '194428.834000', '194428.837000', '194428.840000', '194428.842000', '194428.845000', '194428.847000', '194428.850000', '194428.852000', '194428.855000', '194428.857000', '194428.860000', '194428.863000', '194428.865000', '194428.868000', '194428.870000', '194428.873000', '194428.875000', '194428.878000', '194428.880000', '194428.883000', '194448.751000', '194448.754000', '194448.756000', '194448.759000', '194448.761000', '194448.764000', '194448.767000', '194448.769000', '194448.772000', '194448.775000', '194448.777000', '194448.780000', '194448.782000', '194448.785000', '194448.788000', '194448.790000', '194448.793000', '194448.878000', '194448.881000', '194448.883000', '194448.886000', '194448.889000', '194448.892000', '194448.894000', '194448.897000', '194448.900000', '194448.902000', '194448.905000', '194448.908000', '194448.910000', '194448.913000', '194448.915000', '194448.918000', '194448.920000', '194448.923000', '194448.926000', '194448.928000', '194448.931000', '194448.934000', '194448.936000', '194448.939000', '194448.941000', '194448.944000', '194508.751000', '194508.754000', '194508.756000', '194508.759000', '194508.762000', '194508.764000', '194508.781000', '194508.784000', '194508.786000', '194508.789000', '194508.792000', '194508.794000', '194508.797000', '194508.800000', '194508.803000', '194508.805000', '194508.808000', '194508.810000', '194508.813000', '194508.816000', '194508.819000', '194508.821000', '194508.824000', '194508.826000', '194508.829000', '194508.831000', '194508.834000', '194508.836000', '194508.839000', '194508.842000', '194508.844000', '194508.847000', '194508.859000', '194508.862000', '194508.864000', '194508.867000', '194508.869000', '194508.872000', '194508.875000', '194508.878000', '194508.880000', '194508.883000', '194508.885000', '194528.751000', '194528.754000', '194528.756000', '194528.759000', '194528.761000', '194528.765000', '194528.767000', '194528.770000', '194528.772000', '194528.776000', '194528.778000', '194528.781000', '194528.783000', '194528.786000', '194528.789000', '194528.791000', '194528.794000', '194528.797000', '194528.800000', '194528.802000', '194528.805000', '194528.807000', '194528.810000', '194528.812000', '194528.815000', '194528.818000', '194528.820000', '194528.823000', '194528.837000', '194528.840000', '194528.842000', '194528.845000', '194528.848000', '194528.850000', '194528.853000', '194528.855000', '194528.858000', '194528.861000', '194528.863000', '194528.866000', '194528.868000', '194528.871000', '194528.874000', '194528.876000', '194548.751000', '194548.755000', '194548.758000', '194548.761000', '194548.763000', '194548.766000', '194548.769000', '194548.771000', '194548.774000', '194548.776000', '194548.779000', '194548.782000', '194548.784000', '194548.787000', '194548.790000', '194548.792000', '194548.795000', '194548.798000', '194548.821000', '194548.829000', '194548.831000', '194548.834000', '194548.836000', '194548.839000', '194548.842000', '194548.844000', '194548.847000', '194548.850000', '194548.852000', '194548.855000', '194548.858000', '194548.860000', '194548.863000', '194548.866000', '194548.868000', '194548.871000', '194548.873000', '194548.876000', '194548.879000', '194548.881000', '194548.884000', '194548.886000', '194548.889000', '194548.892000', '194608.751000', '194608.753000', '194608.756000', '194608.759000', '194608.762000', '194608.764000', '194608.767000', '194608.769000', '194608.772000', '194608.774000', '194608.777000', '194608.780000', '194608.782000', '194608.785000', '194608.788000', '194608.791000', '194608.793000', '194608.796000', '194608.799000', '194608.801000', '194608.804000', '194608.807000', '194608.809000', '194608.812000', '194608.815000', '194608.817000', '194608.820000', '194608.823000', '194608.825000', '194608.828000', '194608.831000', '194608.833000', '194608.836000', '194608.838000', '194608.841000', '194608.844000', '194608.846000', '194608.849000', '194608.851000', '194608.854000', '194608.856000', '194608.859000', '194608.862000', '194628.752000', '194628.754000', '194628.757000', '194628.760000', '194628.762000', '194628.768000', '194628.770000', '194628.773000', '194628.776000', '194628.778000', '194628.781000', '194628.784000', '194628.787000', '194628.789000', '194628.792000', '194628.794000', '194628.797000', '194628.800000', '194628.803000', '194628.805000', '194628.808000', '194628.811000', '194628.813000', '194628.816000', '194628.819000', '194628.821000', '194628.824000', '194628.827000', '194628.829000', '194628.832000', '194628.835000', '194628.837000', '194628.840000', '194628.842000', '194628.845000', '194628.848000', '194628.850000', '194628.853000', '194628.855000', '194628.858000', '194628.860000', '194628.863000', '194628.866000', '194628.868000', '194648.751000', '194648.754000', '194648.757000', '194648.760000', '194648.763000', '194648.765000', '194648.768000', '194648.770000', '194648.773000', '194648.776000', '194648.778000', '194648.781000', '194648.783000', '194648.786000', '194648.789000', '194648.791000', '194648.794000', '194648.797000', '194648.842000', '194648.844000', '194648.847000', '194648.850000', '194648.852000', '194648.855000', '194648.857000', '194648.860000', '194648.863000', '194648.874000', '194648.877000', '194648.879000', '194648.882000', '194648.884000', '194648.887000', '194648.890000', '194648.892000', '194648.895000', '194648.897000', '194648.900000', '194648.903000', '194648.905000', '194648.908000', '194648.911000', '194648.913000', '194708.750000', '194708.753000', '194708.756000', '194708.759000', '194708.761000', '194708.764000', '194708.766000', '194708.773000', '194708.776000', '194708.779000', '194708.781000', '194708.784000', '194708.787000', '194708.789000', '194708.794000', '194708.796000', '194708.799000', '194708.892000', '194708.895000', '194708.897000', '194708.900000', '194708.903000', '194708.905000', '194708.908000', '194708.910000', '194708.913000', '194708.916000', '194708.918000', '194708.921000', '194708.923000', '194708.926000', '194708.929000', '194708.931000', '194708.934000', '194708.936000', '194708.939000', '194708.941000', '194708.944000', '194708.947000', '194708.949000', '194708.952000', '194708.954000', '194708.957000', '194728.751000', '194728.754000', '194728.756000', '194728.759000', '194728.762000', '194728.764000', '194728.776000', '194728.779000', '194728.781000', '194728.784000', '194728.787000', '194728.790000', '194728.792000', '194728.795000', '194728.798000', '194728.800000', '194728.803000', '194728.806000', '194728.809000', '194728.811000', '194728.814000', '194728.816000', '194728.819000', '194728.822000', '194728.824000', '194728.827000', '194728.829000', '194728.832000', '194728.835000', '194728.837000', '194728.840000', '194728.843000', '194728.845000', '194728.848000', '194728.851000', '194728.853000', '194728.856000', '194728.858000', '194728.861000', '194728.863000', '194728.866000', '194728.869000', '194728.871000', '194728.874000', '194748.751000', '194748.753000', '194748.756000', '194748.759000', '194748.762000', '194748.764000', '194748.767000', '194748.771000', '194748.774000', '194748.776000', '194748.779000', '194748.782000', '194748.785000', '194748.787000', '194748.790000', '194748.793000', '194748.795000', '194748.798000', '194748.843000', '194748.846000', '194748.849000', '194748.851000', '194748.854000', '194748.856000', '194748.859000', '194748.862000', '194748.864000', '194748.867000', '194748.869000', '194748.872000', '194748.875000', '194748.877000', '194748.880000', '194748.883000', '194748.885000', '194748.888000', '194748.891000', '194748.900000', '194748.903000', '194748.906000', '194748.908000', '194748.911000', '194748.914000', '194808.751000', '194808.754000', '194808.757000', '194808.759000', '194808.762000', '194808.765000', '194808.768000', '194808.770000', '194808.773000', '194808.776000', '194808.778000', '194808.781000', '194808.783000', '194808.786000', '194808.789000', '194808.791000', '194808.794000', '194808.797000', '194808.841000', '194808.843000', '194808.846000', '194808.848000', '194808.851000', '194808.854000', '194808.856000', '194808.859000', '194808.862000', '194808.864000', '194808.867000', '194808.869000', '194808.872000', '194808.875000', '194808.877000', '194808.880000', '194808.882000', '194808.885000', '194808.888000', '194808.890000', '194808.893000', '194808.895000', '194808.898000', '194808.901000', '194808.903000', '194808.906000', '194828.750000', '194828.753000', '194828.756000', '194828.759000', '194828.761000', '194828.764000', '194828.767000', '194828.770000', '194828.772000', '194828.797000', '194828.800000', '194828.856000', '194828.858000', '194828.861000', '194828.864000', '194828.866000', '194828.869000', '194828.871000', '194828.874000', '194828.877000', '194828.879000', '194828.882000', '194828.885000', '194828.888000', '194828.890000', '194828.893000', '194828.896000', '194828.898000', '194828.901000', '194828.904000', '194828.906000', '194828.909000', '194828.911000', '194828.914000', '194828.916000', '194828.919000', '194828.922000', '194828.924000', '194828.927000', '194828.930000', '194828.932000', '194828.935000', '194828.937000', '194848.752000', '194848.754000', '194848.757000', '194848.760000', '194848.764000', '194848.766000', '194848.769000', '194848.771000', '194848.774000', '194848.777000', '194848.780000', '194848.782000', '194848.785000', '194848.787000', '194848.790000', '194848.793000', '194848.796000', '194848.798000', '194848.847000', '194848.849000', '194848.852000', '194848.855000', '194848.857000', '194848.860000', '194848.863000', '194848.865000', '194848.868000', '194848.870000', '194848.873000', '194848.876000', '194848.878000', '194848.881000', '194848.883000', '194848.886000', '194848.889000', '194848.891000', '194848.894000', '194848.897000', '194848.899000', '194848.902000', '194848.904000', '194848.907000', '194848.910000', '194848.912000', '194908.752000', '194908.754000', '194908.757000', '194908.760000', '194908.763000', '194908.765000', '194908.768000', '194908.771000', '194908.773000', '194908.776000', '194908.779000', '194908.781000', '194908.784000', '194908.787000', '194908.789000', '194908.792000', '194908.795000', '194908.797000', '194908.835000', '194908.838000', '194908.841000', '194908.843000', '194908.846000', '194908.849000', '194908.851000', '194908.854000', '194908.856000', '194908.859000', '194908.862000', '194908.864000', '194908.867000', '194908.870000', '194908.872000', '194908.875000', '194908.877000', '194908.880000', '194908.883000', '194908.886000', '194908.888000', '194908.891000', '194908.893000', '194908.896000', '194908.899000', '194928.751000', '194928.754000', '194928.756000', '194928.759000', '194928.762000', '194928.764000', '194928.767000', '194928.770000', '194928.773000', '194928.775000', '194928.778000', '194928.781000', '194928.784000', '194928.786000', '194928.789000', '194928.792000', '194928.794000', '194928.797000', '194928.843000', '194928.846000', '194928.848000', '194928.851000', '194928.854000', '194928.856000', '194928.859000', '194928.861000', '194928.864000', '194928.867000', '194928.869000', '194928.872000', '194928.874000', '194928.877000', '194928.879000', '194928.882000', '194928.885000', '194928.888000', '194928.890000', '194928.893000', '194928.895000', '194928.898000', '194928.901000', '194928.903000', '194928.906000', '194928.909000', '194948.751000', '194948.754000', '194948.756000', '194948.759000', '194948.761000', '194948.764000', '194948.767000', '194948.770000', '194948.772000', '194948.775000', '194948.778000', '194948.780000', '194948.783000', '194948.786000', '194948.788000', '194948.791000', '194948.794000', '194948.797000', '194948.800000', '194948.803000', '194948.820000', '194948.823000', '194948.825000', '194948.828000', '194948.831000', '194948.835000', '194948.837000', '194948.840000', '194948.843000', '194948.845000', '194948.848000', '194948.850000', '194948.853000', '194948.856000', '194948.858000', '194948.861000', '194948.864000', '194948.866000', '194948.869000', '194948.873000', '194948.876000', '194948.878000', '194948.881000', '195008.751000', '195008.754000', '195008.757000', '195008.759000', '195008.762000', '195008.764000', '195008.767000', '195008.780000', '195008.783000', '195008.786000', '195008.788000', '195008.791000', '195008.794000', '195008.796000', '195008.799000', '195008.843000', '195008.846000', '195008.848000', '195008.851000', '195008.854000', '195008.856000', '195008.859000', '195008.861000', '195008.864000', '195008.866000', '195008.869000', '195008.872000', '195008.874000', '195008.877000', '195008.880000', '195008.882000', '195008.885000', '195008.887000', '195008.890000', '195008.893000', '195008.895000', '195008.898000', '195008.901000', '195008.903000', '195008.906000', '195008.908000', '195008.911000', '195008.914000', '195008.916000', '195028.751000', '195028.754000', '195028.756000', '195028.759000', '195028.762000', '195028.764000', '195028.767000', '195028.769000', '195028.772000', '195028.775000', '195028.777000', '195028.780000', '195028.783000', '195028.785000', '195028.788000', '195028.791000', '195028.794000', '195028.796000', '195028.799000', '195028.857000', '195028.860000', '195028.862000', '195028.865000', '195028.868000', '195028.870000', '195028.873000', '195028.876000', '195028.879000', '195028.881000', '195028.884000', '195028.887000', '195028.889000', '195028.892000', '195028.894000', '195028.897000', '195028.900000', '195028.902000', '195028.905000', '195028.908000', '195028.910000', '195028.913000', '195028.915000', '195028.918000', '195048.751000', '195048.753000', '195048.756000', '195048.759000', '195048.761000', '195048.764000', '195048.767000', '195048.769000', '195048.772000', '195048.774000', '195048.777000', '195048.779000', '195048.782000', '195048.785000', '195048.787000', '195048.790000', '195048.792000', '195048.795000', '195048.798000', '195048.801000', '195048.803000', '195048.806000', '195048.808000', '195048.811000', '195048.813000', '195048.816000', '195048.819000', '195048.821000', '195048.824000', '195048.827000', '195048.829000', '195048.832000', '195048.835000', '195048.837000', '195048.840000', '195048.842000', '195048.845000', '195048.847000', '195048.850000', '195048.853000', '195048.855000', '195048.858000', '195048.860000', '195048.863000', '195108.752000', '195108.755000', '195108.757000', '195108.760000', '195108.763000', '195108.765000', '195108.768000', '195108.770000', '195108.773000', '195108.775000', '195108.778000', '195108.781000', '195108.783000', '195108.786000', '195108.788000', '195108.791000', '195108.794000', '195108.796000', '195108.799000', '195108.872000', '195108.875000', '195108.877000', '195108.880000', '195108.882000', '195108.885000', '195108.887000', '195108.890000', '195108.893000', '195108.895000', '195108.898000', '195108.942000', '195108.945000', '195108.948000', '195108.950000', '195108.953000', '195108.955000', '195108.958000', '195108.961000', '195108.963000', '195108.966000', '195108.969000', '195108.972000', '195108.974000', '195128.752000', '195128.754000', '195128.757000', '195128.760000', '195128.762000', '195128.765000', '195128.768000', '195128.770000', '195128.773000', '195128.775000', '195128.778000', '195128.780000', '195128.783000', '195128.786000', '195128.788000', '195128.791000', '195128.793000', '195128.796000', '195128.799000', '195128.862000', '195128.864000', '195128.867000', '195128.869000', '195128.872000', '195128.875000', '195128.877000', '195128.881000', '195128.883000', '195128.886000', '195128.889000', '195128.891000', '195128.894000', '195128.896000', '195128.899000', '195128.902000', '195128.904000', '195128.907000', '195128.909000', '195128.912000', '195128.915000', '195128.917000', '195128.920000', '195128.922000', '195128.925000', '195148.751000', '195148.753000', '195148.756000', '195148.759000', '195148.761000', '195148.764000', '195148.767000', '195148.769000', '195148.772000', '195148.774000', '195148.777000', '195148.780000', '195148.782000', '195148.785000', '195148.787000', '195148.790000', '195148.793000', '195148.795000', '195148.798000', '195148.866000', '195148.868000', '195148.871000', '195148.874000', '195148.876000', '195148.879000', '195148.881000', '195148.884000', '195148.887000', '195148.890000', '195148.893000', '195148.896000', '195148.898000', '195148.901000', '195148.904000', '195148.906000', '195148.909000', '195148.912000', '195148.914000', '195148.917000', '195148.919000', '195148.922000', '195148.925000', '195148.927000', '195208.751000', '195208.753000', '195208.756000', '195208.759000', '195208.761000', '195208.764000', '195208.767000', '195208.769000', '195208.772000', '195208.775000', '195208.777000', '195208.780000', '195208.783000', '195208.785000', '195208.788000', '195208.791000', '195208.793000', '195208.796000', '195208.798000', '195208.874000', '195208.876000', '195208.879000', '195208.882000', '195208.884000', '195208.887000', '195208.889000', '195208.892000', '195208.894000', '195208.897000', '195208.900000', '195208.902000', '195208.905000', '195208.908000', '195208.910000', '195208.913000', '195208.915000', '195208.918000', '195208.921000', '195208.923000', '195208.926000', '195208.929000', '195208.931000', '195208.934000', '195208.936000', '195228.751000', '195228.754000', '195228.756000', '195228.759000', '195228.762000', '195228.764000', '195228.767000', '195228.770000', '195228.772000', '195228.775000', '195228.777000', '195228.780000', '195228.783000', '195228.785000', '195228.788000', '195228.791000', '195228.793000', '195228.796000', '195228.798000', '195228.841000', '195228.844000', '195228.846000', '195228.849000', '195228.851000', '195228.854000', '195228.857000', '195228.859000', '195228.879000', '195228.882000', '195228.885000', '195228.887000', '195228.890000', '195228.900000', '195228.902000', '195228.905000', '195228.908000', '195228.910000', '195228.913000', '195228.915000', '195228.918000', '195228.920000', '195228.923000', '195228.926000', '195248.751000', '195248.754000', '195248.756000', '195248.759000', '195248.761000', '195248.764000', '195248.766000', '195248.769000', '195248.772000', '195248.774000', '195248.777000', '195248.779000', '195248.782000', '195248.785000', '195248.787000', '195248.790000', '195248.793000', '195248.795000', '195248.798000', '195248.880000', '195248.883000', '195248.885000', '195248.888000', '195248.891000', '195248.893000', '195248.896000', '195248.898000', '195248.901000', '195248.904000', '195248.906000', '195248.909000', '195248.911000', '195248.914000', '195248.917000', '195248.920000', '195248.922000', '195248.925000', '195248.927000', '195248.930000', '195248.933000', '195248.935000', '195248.938000', '195248.941000', '195248.943000', '195308.751000', '195308.753000', '195308.756000', '195308.759000', '195308.761000', '195308.764000', '195308.766000', '195308.769000', '195308.772000', '195308.774000', '195308.777000', '195308.780000', '195308.782000', '195308.785000', '195308.787000', '195308.790000', '195308.793000', '195308.795000', '195308.798000', '195308.864000', '195308.866000', '195308.869000', '195308.872000', '195308.874000', '195308.877000', '195308.879000', '195308.882000', '195308.884000', '195308.887000', '195308.890000', '195308.892000', '195308.895000', '195308.903000', '195308.906000', '195308.909000', '195308.911000', '195308.914000', '195308.916000', '195308.919000', '195308.922000', '195308.925000', '195308.927000', '195308.930000', '195328.753000', '195328.756000', '195328.759000', '195328.761000', '195328.764000', '195328.766000', '195328.769000', '195328.772000', '195328.774000', '195328.777000', '195328.787000', '195328.789000', '195328.792000', '195328.794000', '195328.797000', '195328.847000', '195328.850000', '195328.853000', '195328.855000', '195328.858000', '195328.860000', '195328.863000', '195328.866000', '195328.868000', '195328.871000', '195328.874000', '195328.876000', '195328.879000', '195328.881000', '195328.884000', '195328.887000', '195328.889000', '195328.892000', '195328.894000', '195328.897000', '195328.900000', '195328.902000', '195328.905000', '195328.907000', '195328.910000', '195328.913000', '195328.915000', '195328.918000', '195328.920000', '195342.525000', '195342.529000', '195342.532000', '195342.535000', '195342.537000', '195342.541000', '195342.544000', '195342.546000', '195342.549000', '195342.566000', '195342.569000', '195342.572000', '195342.574000', '195342.577000', '195342.580000', '195342.583000', '195342.586000', '195342.588000', '195342.591000', '195342.594000', '195342.596000', '195342.600000', '195342.603000', '195342.606000', '195342.609000', '195342.612000', '195342.615000', '195342.618000', '195342.621000', '195342.624000'], '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': [10920, 12427, 9655, 9146, 9746, 8013, 10151, 9029, 9184, 7253, 10436, 8293, 8124, 9289, 10079, 8189, 7361, 13691, 10501, 8677, 8078, 8552, 9754, 8003, 8658, 12788, 9368, 7776, 6890, 7777, 9060, 8466, 8355, 7500, 10034, 9026, 9732, 7253, 10240, 8807, 7967, 10063, 11171, 9656, 8262, 7476, 9541, 9265, 8170, 7526, 7119, 9724, 7616, 7095, 11090, 9828, 8026, 7543, 7991, 9392, 8237, 7871, 9288, 9927, 8159, 7104, 14425, 9718, 8576, 7998, 9643, 9301, 8594, 9909, 10716, 9493, 8623, 8219, 14131, 10506, 9194, 7821, 10724, 9483, 8408, 10934, 10877, 10042, 9029, 7690, 10300, 9400, 9042, 7873, 10578, 9819, 8951, 7280, 10250, 9329, 8664, 7342, 10177, 9614, 8497, 7423, 9410, 9000, 8191, 7171, 7770, 9343, 7908, 7173, 10567, 9568, 8012, 7253, 8378, 9315, 7907, 7754, 8829, 9745, 8675, 8189, 11077, 10247, 9176, 8606, 8742, 9918, 8420, 9486, 13196, 10064, 8969, 8380, 11671, 10429, 10106, 10000, 10460, 9696, 8794, 8186, 11753, 9966, 8823, 8001, 7604, 9993, 8518, 10276, 12293, 9803, 8861, 8000, 9655, 9972, 8086, 7962, 7209, 9816, 8050, 7476, 9474, 9828, 8201, 7952, 9129, 9654, 8744, 8207, 7594, 10243, 8636, 9121, 8814, 10063, 9120, 9686, 9946, 10777, 8961, 9701, 7088, 10077, 8374, 9668, 9972, 9782, 8735, 9843, 7721, 10257, 8821, 9978, 8947, 11188, 9509, 10480, 8145, 10291, 9367, 9856, 9121, 10514, 9042, 9577, 7264, 10058, 8594, 9030, 7521, 10063, 7779, 9281, 8456, 9749, 9001, 9690, 7686, 10040, 8969, 9117, 7149, 10261, 9032, 8723, 8471, 9707, 9323, 8307, 7741, 11804, 10310, 8490, 7856, 9810, 9825, 8420, 8395, 15099, 10971, 9109, 8350, 8999, 9696, 8783, 7891, 14175, 9717, 9291, 8447, 8327, 10406, 9063, 9099, 11734, 9867, 9494, 9854, 7266, 10176, 9086, 10268, 13010, 11998, 9731, 9613, 7883, 9789, 9702, 10211, 9119, 10064, 9572, 9852, 8928, 9935, 9521, 9659, 7368, 10128, 9296, 9448, 10757, 9798, 9132, 9117, 7046, 9439, 8609, 8506, 7001, 9543, 7975, 8235, 8077, 9377, 7834, 7314, 7007, 9785, 8388, 8716, 7358, 9091, 8943, 7554, 7409, 7576, 8877, 7908, 9200, 7022, 9704, 7998, 8393, 10540, 9945, 8818, 8395, 6985, 10341, 9085, 8257, 7198, 10066, 8947, 10247, 12816, 11583, 9079, 10210, 11456, 13304, 11676, 10496, 10874, 9973, 8937, 8295, 13764, 9894, 8508, 7610, 7848, 9776, 8298, 7470, 9942, 9533, 8457, 8073, 9055, 9210, 7821, 9162, 11790, 10179, 8491, 8309, 9323, 9644, 8970, 8456, 8079, 9850, 8711, 8024, 13573, 9898, 8973, 8488, 9506, 9957, 9068, 8969, 7044, 10086, 8814, 9641, 10198, 9920, 9042, 9456, 7212, 10106, 8639, 9392, 12467, 10005, 8859, 7972, 10539, 9274, 9859, 13513, 9698, 8933, 7664, 8088, 9879, 7935, 7541, 10317, 9480, 8632, 7120, 10141, 9423, 10178, 6982, 10677, 9308, 10263, 10443, 10209, 9722, 10495, 7945, 10738, 9777, 10062, 7816, 10587, 9224, 9689, 10428, 10937, 9113, 9050, 7607, 10585, 8862, 8459, 14514, 9878, 8775, 8042, 8584, 9922, 8024, 9324, 10418, 9849, 8810, 7505, 10518, 9669, 9220, 7609, 10068, 9752, 10334, 8283, 11761, 9339, 9918, 6972, 10020, 9707, 9660, 10473, 10353, 9301, 9348, 8198, 10446, 8382, 10944, 13399, 10089, 9235, 8799, 8667, 9956, 8605, 8315, 9073, 9567, 8872, 8235, 10579, 10057, 9262, 8389, 10141, 10099, 9381, 8877, 10198, 9541, 9724, 7308, 10072, 9309, 10211, 7194, 9398, 9673, 9798, 9078, 10268, 9456, 8899, 8176, 10505, 8924, 7803, 7753, 10081, 7562, 7696, 10265, 9669, 8320, 7646, 8944, 9485, 7869, 8046, 8827, 10203, 8701, 7729, 9878, 9653, 8291, 7651, 8281, 9586, 7987, 7803, 10668, 9743, 8694, 7957, 10289, 9535, 9000, 7949, 10000, 9717, 9339, 11581, 12225, 9602, 9914, 7044, 10288, 9047, 9541, 8380, 9895, 8798, 8671, 9119, 9615, 9092, 9196, 7800, 10103, 8992, 9625, 13477, 11209, 9595, 9702, 7783, 10238, 9225, 9690, 8353, 10653, 9066, 9391, 11640, 10088, 9849, 9374, 11926, 10446, 9640, 9744, 8685, 10369, 9869, 9326, 8868, 10221, 9577, 8899, 12294, 10199, 9430, 8696, 8026, 10343, 8947, 8313, 8000, 9802, 8349, 8362, 7640, 9564, 8894, 8709, 9469, 10151, 9473, 8622, 8114, 10167, 9262, 8610, 13206, 10461, 9040, 9078, 11425, 9907, 8462, 7400, 9491, 9636, 8604, 7400, 10155, 9287, 9212, 7908, 9957, 9827, 9521, 7527, 10710, 9896, 8923, 8042, 10262, 9874, 8820, 8345, 9230, 9857, 8399, 8148, 9592, 9126, 8447, 7927, 7744, 9729, 8828, 8222, 10926, 9860, 9014, 8339, 8787, 10350, 9167, 8075, 13528, 9625, 9296, 8809, 8738, 9962, 8632, 8304, 10182, 9666, 8715, 7604, 8793, 9699, 8323, 7892, 9117, 9994, 8347, 7763, 10305, 9784, 8795, 7619, 9821, 10025, 8040, 10226, 12909, 9833, 8204, 7856, 8058, 9609, 7823, 7020, 8189, 10093, 8547, 8914, 7851, 9789, 9489, 10569, 8356, 10204, 9912, 8668, 7903, 8246, 9593, 8047, 8172, 11117, 10300, 8598, 8540, 7208, 9342, 7465, 7153, 8446, 9088, 8221, 7343, 10495, 9524, 9294, 8940, 10773, 9627, 9906, 7225, 11117, 10319, 10497, 9394, 10498, 9525, 9891, 14748, 11872, 9324, 8538, 9550, 10288, 8676, 9896, 13238, 10117, 9172, 8057, 11024, 9420, 9006, 10655, 10345, 9809, 10086, 6998, 10578, 8862, 9836, 10079, 10354, 9203, 9273, 7411, 10483, 9331, 8716, 9955, 10024, 8772, 7809, 9550, 9909, 8139, 7872, 9576, 9547, 8142, 7169, 10281, 9568, 9945, 7021, 10344, 9297, 9716, 7060, 10251, 8830, 9515, 10085, 9544, 9225, 8877, 7030, 10269, 9576, 8601, 7287, 10211, 9568, 8523, 9422, 10010, 9799, 8963, 8017, 11164, 9644, 9098, 7582, 10290, 9439, 9695, 12922, 12439, 9643, 9596, 9258, 10007, 8942, 9483, 9858, 9893, 8577, 8531, 8751, 10341, 8864, 8525, 10155, 9792, 9319, 8607, 8419, 10233, 8379, 8235, 8968, 10098, 8524, 7733, 10252, 9912, 9034, 7776, 9941, 9726, 8227, 8038, 9729, 9647, 8649, 8002, 10237, 9520, 8758, 8038, 8548, 10064, 8324, 9585, 11851, 9861, 9060, 8708, 11668, 10086, 9285, 8662, 9601, 10260, 9033, 8622, 14046, 10510, 9156, 8770, 9002, 10006, 9252, 8605, 12524, 9921, 9415, 8659, 9840, 10346, 9273, 10202, 13786, 9907, 9584, 8466, 9789, 10197, 9298, 8364, 9487, 9937, 9508, 8455, 10048, 10138, 9374, 8406, 10031, 10152, 9458, 8583, 9330, 9785, 9103, 8426, 10347, 9747, 8550, 6987, 9438, 9484, 8850, 8436, 10275, 9645, 9270, 9751, 7815, 10278, 9737, 9813, 7155, 10038, 9254, 9831, 10081, 9138, 9379, 9651, 7063, 10223, 9188, 9265, 7821, 9541, 9162, 9248, 8879, 9619, 9199, 9511, 8540, 9666, 9597, 9692, 14735, 11716, 9405, 9821, 7962, 10228, 9441, 9326, 11484, 9570, 9516, 9297, 9861, 9980, 9120, 8742, 7559, 9635, 9037, 8713, 11346, 9638, 8901, 9397, 13765, 9660, 8005, 7434, 8959, 9510, 8454, 9149, 7056, 9939, 9557, 10113, 7029, 10021, 9980, 9564, 8433, 9731, 9516, 9749, 9642, 11128, 9631, 9494, 9190, 10755, 9722, 9353, 9213, 13898, 11234, 9504, 9493, 8131, 9800, 9567, 9397, 10275, 9753, 8612, 8634, 7048, 9625, 9232, 9319, 7468, 10156, 9337, 9380, 7860, 9349, 9700, 9773, 7461, 9765, 10020, 10337, 12760, 12223, 9563, 9974, 12854, 9730, 8988, 8112, 9574, 9710, 9935, 8001, 9504, 8561, 8193, 7716, 9272, 8585, 8553, 8312, 9952, 8767, 9528, 11425, 9759, 9281, 8822, 8002, 10481, 8665, 7694, 7799, 9953, 8756, 9104, 8495, 9530, 9652, 10622, 9736, 12417, 11285, 8862, 8922, 7628, 9950, 8228, 7762, 11542, 9669, 8206, 7839, 6954, 9418, 8113, 8035, 7999, 9730, 8115, 9953, 12146, 10066, 8956, 8148, 8879, 9236, 7873, 12679, 14463, 9766, 9256, 7822, 10155, 10229, 9838, 10632, 11094, 9398, 9665, 7900, 10502, 9071, 8332, 12635, 10104, 8188, 7999, 8546, 9836, 8730, 8436, 10655, 9961, 8688, 8183, 10334, 9986, 8898, 8549, 9998, 10439, 8696, 8486, 10792, 9946, 9307, 8545, 10501, 9426, 8881, 7717, 9854, 9661, 9101, 7998, 10766, 9719, 8887, 8100, 10339, 9851, 9366, 7621, 10961, 9719, 10114, 7332, 10210, 9437, 10132, 12583, 11834, 9460, 9786, 7298, 10146, 9349, 9722, 12342, 9888, 9355, 9660, 8091, 10286, 9043, 9094, 10814, 9573, 9758, 8677, 10921, 10424, 9169, 8807, 7565, 10128, 9256, 8813, 9016, 10021, 9059, 8803, 7636, 10071, 8871, 8228, 10089, 10051, 9015, 8243, 9545, 9805, 8882, 8294, 9979, 10143, 8997, 7927, 10353, 9869, 9548, 7293, 10476, 9812, 10057, 6904, 10057, 9329, 10119, 6850, 10124, 9600, 9705, 7194, 10038, 9817, 8951, 8042, 11247, 9832, 8925, 8360, 8515, 10263, 8792, 8781, 12866, 10988, 10961, 12753, 14226, 11203, 9269, 9955, 12121, 10264, 9516, 8249, 9939, 9658, 9953, 7755, 8908, 9481, 10449, 8805, 11239, 10250, 10139, 8884, 9553, 9969, 10188, 7670, 10314, 9456, 9754, 6913, 9972, 9250, 10333, 8646, 9478, 9547, 9376, 7453, 9918, 8972, 8643, 6970, 8732, 7587], 'WindowCenter': [4494.0, 4480.0, 4420.0, 4402.0, 4401.0, 4359.0, 4398.0, 4375.0, 4374.0, 4342.0, 4393.0, 4352.0, 4340.0, 4358.0, 4369.0, 4350.0, 4329.0, 4412.0, 4381.0, 4351.0, 4339.0, 4349.0, 4370.0, 4338.0, 4348.0, 4401.0, 4359.0, 4327.0, 4317.0, 4328.0, 4359.0, 4350.0, 4349.0, 4329.0, 4370.0, 4360.0, 4369.0, 4330.0, 4380.0, 4359.0, 4339.0, 4366.0, 4390.0, 4357.0, 4337.0, 4327.0, 4369.0, 4360.0, 4352.0, 4340.0, 4329.0, 4368.0, 4339.0, 4330.0, 4391.0, 4367.0, 4337.0, 4338.0, 4350.0, 4370.0, 4365.0, 4351.0, 4359.0, 4369.0, 4351.0, 4319.0, 4423.0, 4370.0, 4347.0, 4338.0, 4370.0, 4370.0, 4359.0, 4369.0, 4379.0, 4356.0, 4347.0, 4337.0, 4410.0, 4368.0, 4357.0, 4321.0, 4377.0, 4357.0, 4347.0, 4380.0, 4377.0, 4366.0, 4345.0, 4328.0, 4367.0, 4357.0, 4348.0, 4338.0, 4366.0, 4369.0, 4359.0, 4329.0, 4369.0, 4357.0, 4349.0, 4328.0, 4381.0, 4368.0, 4348.0, 4330.0, 4369.0, 4359.0, 4349.0, 4319.0, 4329.0, 4369.0, 4341.0, 4329.0, 4379.0, 4369.0, 4339.0, 4329.0, 4350.0, 4359.0, 4351.0, 4340.0, 4361.0, 4368.0, 4361.0, 4350.0, 4391.0, 4380.0, 4357.0, 4346.0, 4347.0, 4368.0, 4349.0, 4370.0, 4398.0, 4367.0, 4347.0, 4335.0, 4387.0, 4378.0, 4370.0, 4368.0, 4366.0, 4355.0, 4347.0, 4336.0, 4388.0, 4367.0, 4347.0, 4336.0, 4326.0, 4366.0, 4347.0, 4367.0, 4387.0, 4366.0, 4347.0, 4338.0, 4357.0, 4369.0, 4337.0, 4336.0, 4327.0, 4367.0, 4338.0, 4330.0, 4372.0, 4369.0, 4352.0, 4351.0, 4360.0, 4370.0, 4349.0, 4349.0, 4324.0, 4378.0, 4349.0, 4369.0, 4360.0, 4367.0, 4359.0, 4372.0, 4370.0, 4391.0, 4358.0, 4368.0, 4318.0, 4381.0, 4349.0, 4370.0, 4369.0, 4368.0, 4346.0, 4369.0, 4328.0, 4368.0, 4346.0, 4369.0, 4360.0, 4391.0, 4369.0, 4378.0, 4340.0, 4366.0, 4358.0, 4357.0, 4357.0, 4366.0, 4347.0, 4368.0, 4331.0, 4383.0, 4349.0, 4360.0, 4339.0, 4369.0, 4340.0, 4371.0, 4350.0, 4371.0, 4359.0, 4372.0, 4340.0, 4382.0, 4360.0, 4360.0, 4314.0, 4383.0, 4361.0, 4362.0, 4351.0, 4369.0, 4358.0, 4350.0, 4341.0, 4389.0, 4383.0, 4349.0, 4338.0, 4369.0, 4367.0, 4348.0, 4347.0, 4423.0, 4378.0, 4357.0, 4337.0, 4344.0, 4356.0, 4347.0, 4336.0, 4409.0, 4357.0, 4358.0, 4334.0, 4334.0, 4366.0, 4348.0, 4360.0, 4389.0, 4365.0, 4356.0, 4357.0, 4314.0, 4366.0, 4346.0, 4366.0, 4399.0, 4388.0, 4368.0, 4370.0, 4337.0, 4356.0, 4354.0, 4368.0, 4344.0, 4355.0, 4356.0, 4370.0, 4348.0, 4368.0, 4368.0, 4357.0, 4327.0, 4366.0, 4345.0, 4357.0, 4377.0, 4370.0, 4358.0, 4349.0, 4317.0, 4357.0, 4348.0, 4348.0, 4317.0, 4359.0, 4353.0, 4352.0, 4353.0, 4360.0, 4331.0, 4333.0, 4332.0, 4382.0, 4352.0, 4362.0, 4331.0, 4361.0, 4361.0, 4342.0, 4331.0, 4341.0, 4362.0, 4353.0, 4373.0, 4331.0, 4370.0, 4352.0, 4353.0, 4395.0, 4384.0, 4364.0, 4351.0, 4332.0, 4382.0, 4361.0, 4352.0, 4319.0, 4370.0, 4362.0, 4384.0, 4414.0, 4392.0, 4348.0, 4368.0, 4390.0, 4399.0, 4392.0, 4370.0, 4378.0, 4357.0, 4349.0, 4339.0, 4407.0, 4368.0, 4349.0, 4326.0, 4326.0, 4367.0, 4338.0, 4327.0, 4370.0, 4369.0, 4349.0, 4337.0, 4360.0, 4360.0, 4330.0, 4359.0, 4391.0, 4369.0, 4349.0, 4335.0, 4357.0, 4359.0, 4348.0, 4338.0, 4338.0, 4368.0, 4349.0, 4339.0, 4401.0, 4368.0, 4348.0, 4346.0, 4356.0, 4368.0, 4348.0, 4347.0, 4318.0, 4368.0, 4360.0, 4370.0, 4377.0, 4367.0, 4358.0, 4357.0, 4328.0, 4368.0, 4349.0, 4360.0, 4400.0, 4368.0, 4347.0, 4336.0, 4380.0, 4356.0, 4368.0, 4413.0, 4371.0, 4361.0, 4328.0, 4338.0, 4367.0, 4338.0, 4327.0, 4368.0, 4359.0, 4362.0, 4320.0, 4369.0, 4359.0, 4370.0, 4318.0, 4380.0, 4360.0, 4371.0, 4375.0, 4368.0, 4358.0, 4368.0, 4339.0, 4378.0, 4370.0, 4369.0, 4327.0, 4367.0, 4358.0, 4359.0, 4368.0, 4378.0, 4348.0, 4347.0, 4324.0, 4367.0, 4358.0, 4337.0, 4411.0, 4357.0, 4336.0, 4326.0, 4347.0, 4365.0, 4338.0, 4359.0, 4367.0, 4357.0, 4347.0, 4317.0, 4366.0, 4360.0, 4358.0, 4324.0, 4356.0, 4356.0, 4367.0, 4335.0, 4391.0, 4357.0, 4367.0, 4311.0, 4355.0, 4358.0, 4357.0, 4380.0, 4367.0, 4357.0, 4358.0, 4337.0, 4367.0, 4336.0, 4378.0, 4411.0, 4367.0, 4345.0, 4335.0, 4335.0, 4355.0, 4347.0, 4336.0, 4347.0, 4357.0, 4360.0, 4338.0, 4367.0, 4367.0, 4357.0, 4333.0, 4356.0, 4367.0, 4356.0, 4349.0, 4368.0, 4357.0, 4357.0, 4315.0, 4366.0, 4357.0, 4369.0, 4316.0, 4358.0, 4369.0, 4370.0, 4363.0, 4380.0, 4359.0, 4349.0, 4337.0, 4380.0, 4348.0, 4341.0, 4341.0, 4382.0, 4339.0, 4328.0, 4369.0, 4369.0, 4351.0, 4328.0, 4359.0, 4371.0, 4341.0, 4337.0, 4360.0, 4367.0, 4348.0, 4326.0, 4369.0, 4368.0, 4339.0, 4328.0, 4338.0, 4369.0, 4339.0, 4328.0, 4378.0, 4358.0, 4347.0, 4338.0, 4369.0, 4369.0, 4347.0, 4338.0, 4368.0, 4371.0, 4359.0, 4378.0, 4401.0, 4357.0, 4369.0, 4316.0, 4366.0, 4347.0, 4371.0, 4337.0, 4369.0, 4351.0, 4361.0, 4359.0, 4369.0, 4350.0, 4359.0, 4342.0, 4379.0, 4359.0, 4359.0, 4413.0, 4390.0, 4359.0, 4357.0, 4338.0, 4366.0, 4359.0, 4359.0, 4337.0, 4376.0, 4360.0, 4358.0, 4389.0, 4366.0, 4366.0, 4359.0, 4388.0, 4377.0, 4356.0, 4354.0, 4348.0, 4366.0, 4368.0, 4346.0, 4345.0, 4353.0, 4357.0, 4345.0, 4386.0, 4368.0, 4357.0, 4346.0, 4323.0, 4353.0, 4344.0, 4336.0, 4325.0, 4368.0, 4341.0, 4337.0, 4328.0, 4356.0, 4347.0, 4348.0, 4356.0, 4367.0, 4357.0, 4348.0, 4326.0, 4365.0, 4359.0, 4347.0, 4399.0, 4369.0, 4349.0, 4359.0, 4378.0, 4355.0, 4336.0, 4328.0, 4360.0, 4358.0, 4347.0, 4325.0, 4380.0, 4360.0, 4359.0, 4337.0, 4370.0, 4369.0, 4370.0, 4327.0, 4380.0, 4370.0, 4359.0, 4339.0, 4369.0, 4371.0, 4359.0, 4351.0, 4361.0, 4369.0, 4339.0, 4339.0, 4359.0, 4360.0, 4350.0, 4338.0, 4330.0, 4367.0, 4360.0, 4348.0, 4380.0, 4368.0, 4349.0, 4339.0, 4347.0, 4368.0, 4360.0, 4340.0, 4412.0, 4357.0, 4360.0, 4346.0, 4335.0, 4367.0, 4349.0, 4338.0, 4368.0, 4357.0, 4346.0, 4329.0, 4349.0, 4369.0, 4351.0, 4340.0, 4359.0, 4367.0, 4350.0, 4328.0, 4383.0, 4369.0, 4350.0, 4329.0, 4370.0, 4368.0, 4340.0, 4369.0, 4401.0, 4368.0, 4351.0, 4342.0, 4340.0, 4356.0, 4341.0, 4319.0, 4349.0, 4379.0, 4348.0, 4360.0, 4338.0, 4367.0, 4370.0, 4381.0, 4352.0, 4381.0, 4368.0, 4349.0, 4338.0, 4336.0, 4359.0, 4340.0, 4350.0, 4392.0, 4380.0, 4351.0, 4350.0, 4330.0, 4358.0, 4330.0, 4321.0, 4348.0, 4361.0, 4352.0, 4343.0, 4381.0, 4373.0, 4362.0, 4350.0, 4379.0, 4357.0, 4357.0, 4328.0, 4379.0, 4371.0, 4380.0, 4356.0, 4366.0, 4369.0, 4368.0, 4410.0, 4387.0, 4345.0, 4336.0, 4344.0, 4367.0, 4336.0, 4369.0, 4399.0, 4367.0, 4345.0, 4324.0, 4378.0, 4356.0, 4346.0, 4369.0, 4368.0, 4367.0, 4366.0, 4305.0, 4366.0, 4348.0, 4369.0, 4370.0, 4369.0, 4356.0, 4358.0, 4317.0, 4367.0, 4357.0, 4348.0, 4357.0, 4369.0, 4349.0, 4328.0, 4358.0, 4368.0, 4338.0, 4337.0, 4358.0, 4356.0, 4327.0, 4318.0, 4368.0, 4360.0, 4370.0, 4318.0, 4369.0, 4358.0, 4360.0, 4318.0, 4369.0, 4360.0, 4371.0, 4382.0, 4370.0, 4360.0, 4347.0, 4318.0, 4369.0, 4370.0, 4350.0, 4330.0, 4383.0, 4385.0, 4361.0, 4360.0, 4370.0, 4367.0, 4348.0, 4338.0, 4380.0, 4372.0, 4350.0, 4329.0, 4369.0, 4360.0, 4358.0, 4401.0, 4389.0, 4358.0, 4357.0, 4347.0, 4358.0, 4348.0, 4358.0, 4368.0, 4367.0, 4348.0, 4347.0, 4349.0, 4365.0, 4347.0, 4347.0, 4369.0, 4357.0, 4347.0, 4348.0, 4348.0, 4367.0, 4349.0, 4350.0, 4360.0, 4367.0, 4347.0, 4328.0, 4371.0, 4370.0, 4348.0, 4329.0, 4381.0, 4369.0, 4349.0, 4338.0, 4370.0, 4370.0, 4362.0, 4341.0, 4382.0, 4370.0, 4350.0, 4340.0, 4347.0, 4369.0, 4349.0, 4371.0, 4390.0, 4369.0, 4348.0, 4350.0, 4389.0, 4368.0, 4358.0, 4347.0, 4357.0, 4367.0, 4348.0, 4347.0, 4410.0, 4378.0, 4358.0, 4337.0, 4344.0, 4356.0, 4357.0, 4344.0, 4387.0, 4367.0, 4356.0, 4347.0, 4355.0, 4354.0, 4345.0, 4365.0, 4397.0, 4356.0, 4356.0, 4336.0, 4365.0, 4366.0, 4347.0, 4338.0, 4358.0, 4368.0, 4356.0, 4339.0, 4370.0, 4367.0, 4358.0, 4337.0, 4369.0, 4369.0, 4357.0, 4348.0, 4356.0, 4368.0, 4347.0, 4349.0, 4369.0, 4354.0, 4347.0, 4320.0, 4360.0, 4367.0, 4359.0, 4339.0, 4370.0, 4357.0, 4357.0, 4357.0, 4329.0, 4368.0, 4358.0, 4368.0, 4317.0, 4368.0, 4358.0, 4367.0, 4366.0, 4356.0, 4357.0, 4357.0, 4316.0, 4369.0, 4359.0, 4359.0, 4330.0, 4358.0, 4358.0, 4358.0, 4348.0, 4360.0, 4359.0, 4358.0, 4348.0, 4356.0, 4359.0, 4358.0, 4409.0, 4387.0, 4357.0, 4355.0, 4326.0, 4367.0, 4357.0, 4359.0, 4388.0, 4356.0, 4354.0, 4356.0, 4357.0, 4355.0, 4344.0, 4334.0, 4325.0, 4356.0, 4348.0, 4347.0, 4379.0, 4357.0, 4346.0, 4348.0, 4396.0, 4342.0, 4323.0, 4312.0, 4347.0, 4356.0, 4346.0, 4357.0, 4317.0, 4357.0, 4357.0, 4368.0, 4319.0, 4371.0, 4370.0, 4372.0, 4353.0, 4373.0, 4370.0, 4358.0, 4355.0, 4366.0, 4355.0, 4355.0, 4344.0, 4367.0, 4355.0, 4357.0, 4346.0, 4399.0, 4378.0, 4356.0, 4354.0, 4312.0, 4342.0, 4344.0, 4343.0, 4366.0, 4356.0, 4349.0, 4350.0, 4318.0, 4356.0, 4344.0, 4344.0, 4316.0, 4365.0, 4359.0, 4358.0, 4339.0, 4359.0, 4358.0, 4369.0, 4315.0, 4357.0, 4358.0, 4369.0, 4389.0, 4388.0, 4356.0, 4368.0, 4384.0, 4356.0, 4347.0, 4325.0, 4344.0, 4356.0, 4355.0, 4338.0, 4357.0, 4349.0, 4350.0, 4341.0, 4361.0, 4348.0, 4349.0, 4339.0, 4369.0, 4350.0, 4373.0, 4393.0, 4371.0, 4362.0, 4360.0, 4328.0, 4367.0, 4337.0, 4328.0, 4330.0, 4370.0, 4352.0, 4360.0, 4348.0, 4369.0, 4357.0, 4367.0, 4356.0, 4389.0, 4377.0, 4346.0, 4346.0, 4316.0, 4355.0, 4338.0, 4327.0, 4389.0, 4358.0, 4340.0, 4328.0, 4316.0, 4359.0, 4339.0, 4339.0, 4340.0, 4360.0, 4340.0, 4372.0, 4392.0, 4369.0, 4350.0, 4335.0, 4347.0, 4358.0, 4326.0, 4401.0, 4412.0, 4369.0, 4360.0, 4326.0, 4354.0, 4366.0, 4368.0, 4366.0, 4377.0, 4359.0, 4358.0, 4325.0, 4366.0, 4346.0, 4336.0, 4387.0, 4367.0, 4337.0, 4336.0, 4349.0, 4369.0, 4349.0, 4337.0, 4368.0, 4358.0, 4337.0, 4338.0, 4358.0, 4359.0, 4348.0, 4339.0, 4359.0, 4367.0, 4336.0, 4338.0, 4368.0, 4356.0, 4345.0, 4335.0, 4366.0, 4346.0, 4348.0, 4328.0, 4357.0, 4357.0, 4345.0, 4327.0, 4368.0, 4357.0, 4349.0, 4327.0, 4365.0, 4356.0, 4346.0, 4327.0, 4378.0, 4356.0, 4367.0, 4315.0, 4354.0, 4346.0, 4367.0, 4390.0, 4389.0, 4357.0, 4355.0, 4315.0, 4354.0, 4347.0, 4358.0, 4389.0, 4356.0, 4347.0, 4355.0, 4324.0, 4355.0, 4347.0, 4346.0, 4366.0, 4344.0, 4345.0, 4334.0, 4367.0, 4366.0, 4348.0, 4347.0, 4326.0, 4354.0, 4344.0, 4345.0, 4347.0, 4357.0, 4346.0, 4345.0, 4314.0, 4357.0, 4346.0, 4339.0, 4366.0, 4354.0, 4345.0, 4336.0, 4356.0, 4368.0, 4347.0, 4337.0, 4356.0, 4354.0, 4345.0, 4327.0, 4367.0, 4369.0, 4359.0, 4315.0, 4367.0, 4367.0, 4368.0, 4307.0, 4354.0, 4346.0, 4368.0, 4318.0, 4370.0, 4373.0, 4370.0, 4319.0, 4355.0, 4369.0, 4350.0, 4340.0, 4392.0, 4368.0, 4350.0, 4336.0, 4337.0, 4365.0, 4336.0, 4335.0, 4400.0, 4368.0, 4377.0, 4399.0, 4410.0, 4376.0, 4346.0, 4354.0, 4374.0, 4353.0, 4344.0, 4323.0, 4353.0, 4357.0, 4356.0, 4326.0, 4344.0, 4355.0, 4366.0, 4333.0, 4364.0, 4356.0, 4353.0, 4334.0, 4344.0, 4352.0, 4367.0, 4326.0, 4356.0, 4356.0, 4357.0, 4317.0, 4356.0, 4356.0, 4368.0, 4350.0, 4359.0, 4358.0, 4359.0, 4329.0, 4370.0, 4360.0, 4349.0, 4318.0, 4351.0, 4312.0], 'WindowWidth': [9923.0, 9870.0, 9768.0, 9726.0, 9717.0, 9656.0, 9706.0, 9669.0, 9665.0, 9619.0, 9688.0, 9628.0, 9610.0, 9631.0, 9644.0, 9619.0, 9591.0, 9706.0, 9666.0, 9624.0, 9607.0, 9617.0, 9647.0, 9602.0, 9617.0, 9691.0, 9630.0, 9586.0, 9574.0, 9589.0, 9634.0, 9623.0, 9619.0, 9591.0, 9648.0, 9635.0, 9645.0, 9594.0, 9663.0, 9633.0, 9606.0, 9641.0, 9674.0, 9624.0, 9599.0, 9587.0, 9645.0, 9637.0, 9626.0, 9610.0, 9593.0, 9643.0, 9608.0, 9595.0, 9681.0, 9642.0, 9601.0, 9604.0, 9625.0, 9648.0, 9649.0, 9624.0, 9634.0, 9644.0, 9626.0, 9580.0, 9723.0, 9645.0, 9613.0, 9601.0, 9650.0, 9647.0, 9636.0, 9644.0, 9658.0, 9622.0, 9614.0, 9599.0, 9703.0, 9640.0, 9623.0, 9573.0, 9654.0, 9624.0, 9615.0, 9660.0, 9655.0, 9636.0, 9608.0, 9588.0, 9639.0, 9627.0, 9613.0, 9600.0, 9637.0, 9643.0, 9631.0, 9592.0, 9645.0, 9625.0, 9620.0, 9590.0, 9664.0, 9643.0, 9615.0, 9594.0, 9648.0, 9632.0, 9619.0, 9579.0, 9591.0, 9647.0, 9610.0, 9595.0, 9660.0, 9646.0, 9605.0, 9591.0, 9623.0, 9632.0, 9626.0, 9609.0, 9636.0, 9644.0, 9637.0, 9623.0, 9676.0, 9661.0, 9626.0, 9610.0, 9612.0, 9643.0, 9617.0, 9648.0, 9684.0, 9638.0, 9610.0, 9595.0, 9666.0, 9655.0, 9647.0, 9640.0, 9636.0, 9618.0, 9612.0, 9596.0, 9669.0, 9639.0, 9612.0, 9596.0, 9583.0, 9637.0, 9612.0, 9640.0, 9668.0, 9637.0, 9613.0, 9606.0, 9625.0, 9644.0, 9599.0, 9598.0, 9586.0, 9641.0, 9605.0, 9597.0, 9655.0, 9646.0, 9627.0, 9627.0, 9634.0, 9650.0, 9619.0, 9618.0, 9583.0, 9657.0, 9620.0, 9647.0, 9634.0, 9640.0, 9632.0, 9653.0, 9648.0, 9678.0, 9631.0, 9642.0, 9577.0, 9665.0, 9619.0, 9648.0, 9645.0, 9641.0, 9611.0, 9643.0, 9588.0, 9640.0, 9611.0, 9646.0, 9635.0, 9677.0, 9645.0, 9656.0, 9610.0, 9637.0, 9629.0, 9624.0, 9623.0, 9633.0, 9609.0, 9642.0, 9598.0, 9673.0, 9621.0, 9637.0, 9604.0, 9644.0, 9608.0, 9651.0, 9625.0, 9649.0, 9634.0, 9655.0, 9610.0, 9669.0, 9636.0, 9634.0, 9572.0, 9670.0, 9638.0, 9640.0, 9624.0, 9647.0, 9628.0, 9621.0, 9611.0, 9674.0, 9670.0, 9620.0, 9604.0, 9644.0, 9639.0, 9618.0, 9615.0, 9725.0, 9657.0, 9627.0, 9599.0, 9605.0, 9623.0, 9614.0, 9599.0, 9701.0, 9625.0, 9628.0, 9593.0, 9592.0, 9636.0, 9613.0, 9634.0, 9671.0, 9635.0, 9622.0, 9623.0, 9565.0, 9638.0, 9612.0, 9638.0, 9684.0, 9669.0, 9644.0, 9647.0, 9600.0, 9621.0, 9618.0, 9639.0, 9607.0, 9619.0, 9622.0, 9645.0, 9615.0, 9642.0, 9643.0, 9626.0, 9587.0, 9636.0, 9606.0, 9625.0, 9651.0, 9644.0, 9626.0, 9613.0, 9570.0, 9623.0, 9613.0, 9613.0, 9571.0, 9629.0, 9627.0, 9627.0, 9632.0, 9633.0, 9594.0, 9602.0, 9600.0, 9667.0, 9627.0, 9639.0, 9599.0, 9639.0, 9641.0, 9613.0, 9598.0, 9611.0, 9639.0, 9628.0, 9658.0, 9598.0, 9648.0, 9625.0, 9627.0, 9688.0, 9671.0, 9644.0, 9625.0, 9602.0, 9666.0, 9638.0, 9624.0, 9580.0, 9651.0, 9639.0, 9672.0, 9712.0, 9679.0, 9615.0, 9640.0, 9670.0, 9684.0, 9679.0, 9644.0, 9652.0, 9623.0, 9617.0, 9604.0, 9695.0, 9642.0, 9616.0, 9584.0, 9581.0, 9635.0, 9600.0, 9587.0, 9645.0, 9642.0, 9617.0, 9600.0, 9634.0, 9633.0, 9592.0, 9631.0, 9675.0, 9642.0, 9615.0, 9594.0, 9627.0, 9631.0, 9614.0, 9600.0, 9600.0, 9642.0, 9618.0, 9604.0, 9689.0, 9641.0, 9614.0, 9609.0, 9625.0, 9641.0, 9614.0, 9612.0, 9573.0, 9641.0, 9633.0, 9647.0, 9655.0, 9640.0, 9629.0, 9624.0, 9588.0, 9642.0, 9617.0, 9635.0, 9686.0, 9642.0, 9612.0, 9597.0, 9661.0, 9622.0, 9640.0, 9711.0, 9649.0, 9634.0, 9587.0, 9601.0, 9638.0, 9602.0, 9586.0, 9639.0, 9629.0, 9641.0, 9579.0, 9643.0, 9628.0, 9642.0, 9573.0, 9657.0, 9633.0, 9645.0, 9649.0, 9639.0, 9624.0, 9637.0, 9604.0, 9654.0, 9644.0, 9641.0, 9584.0, 9634.0, 9624.0, 9627.0, 9640.0, 9655.0, 9612.0, 9610.0, 9576.0, 9636.0, 9628.0, 9598.0, 9703.0, 9623.0, 9594.0, 9581.0, 9611.0, 9632.0, 9600.0, 9629.0, 9636.0, 9623.0, 9607.0, 9571.0, 9636.0, 9631.0, 9624.0, 9579.0, 9621.0, 9619.0, 9638.0, 9594.0, 9675.0, 9625.0, 9637.0, 9559.0, 9619.0, 9626.0, 9625.0, 9660.0, 9637.0, 9624.0, 9626.0, 9600.0, 9637.0, 9595.0, 9654.0, 9702.0, 9638.0, 9605.0, 9589.0, 9590.0, 9618.0, 9610.0, 9593.0, 9610.0, 9624.0, 9632.0, 9599.0, 9639.0, 9637.0, 9624.0, 9587.0, 9618.0, 9634.0, 9622.0, 9618.0, 9640.0, 9624.0, 9623.0, 9567.0, 9637.0, 9624.0, 9644.0, 9570.0, 9627.0, 9644.0, 9647.0, 9640.0, 9659.0, 9629.0, 9616.0, 9598.0, 9656.0, 9615.0, 9609.0, 9609.0, 9666.0, 9605.0, 9590.0, 9643.0, 9643.0, 9621.0, 9588.0, 9631.0, 9648.0, 9608.0, 9602.0, 9634.0, 9638.0, 9613.0, 9585.0, 9644.0, 9642.0, 9603.0, 9588.0, 9601.0, 9645.0, 9604.0, 9590.0, 9656.0, 9626.0, 9612.0, 9602.0, 9644.0, 9645.0, 9611.0, 9600.0, 9640.0, 9648.0, 9630.0, 9652.0, 9690.0, 9626.0, 9640.0, 9568.0, 9637.0, 9612.0, 9648.0, 9600.0, 9643.0, 9623.0, 9637.0, 9631.0, 9643.0, 9618.0, 9630.0, 9614.0, 9657.0, 9629.0, 9631.0, 9709.0, 9673.0, 9629.0, 9623.0, 9604.0, 9636.0, 9633.0, 9628.0, 9597.0, 9651.0, 9631.0, 9628.0, 9669.0, 9635.0, 9635.0, 9630.0, 9668.0, 9653.0, 9620.0, 9617.0, 9612.0, 9633.0, 9639.0, 9607.0, 9605.0, 9613.0, 9622.0, 9606.0, 9662.0, 9640.0, 9623.0, 9609.0, 9574.0, 9612.0, 9600.0, 9593.0, 9581.0, 9639.0, 9607.0, 9599.0, 9586.0, 9620.0, 9608.0, 9612.0, 9623.0, 9640.0, 9623.0, 9612.0, 9582.0, 9632.0, 9631.0, 9613.0, 9683.0, 9641.0, 9615.0, 9629.0, 9654.0, 9619.0, 9594.0, 9588.0, 9632.0, 9628.0, 9612.0, 9584.0, 9661.0, 9633.0, 9631.0, 9600.0, 9644.0, 9643.0, 9645.0, 9586.0, 9659.0, 9648.0, 9631.0, 9603.0, 9642.0, 9649.0, 9630.0, 9621.0, 9634.0, 9643.0, 9602.0, 9603.0, 9630.0, 9633.0, 9621.0, 9604.0, 9595.0, 9640.0, 9631.0, 9615.0, 9662.0, 9643.0, 9616.0, 9603.0, 9611.0, 9640.0, 9633.0, 9606.0, 9706.0, 9627.0, 9630.0, 9609.0, 9594.0, 9638.0, 9616.0, 9602.0, 9640.0, 9624.0, 9610.0, 9591.0, 9617.0, 9644.0, 9623.0, 9608.0, 9631.0, 9639.0, 9621.0, 9590.0, 9668.0, 9643.0, 9617.0, 9589.0, 9645.0, 9642.0, 9605.0, 9644.0, 9689.0, 9641.0, 9623.0, 9612.0, 9606.0, 9621.0, 9611.0, 9579.0, 9620.0, 9659.0, 9616.0, 9630.0, 9600.0, 9641.0, 9645.0, 9661.0, 9625.0, 9662.0, 9642.0, 9616.0, 9600.0, 9598.0, 9629.0, 9605.0, 9619.0, 9679.0, 9662.0, 9623.0, 9619.0, 9593.0, 9628.0, 9595.0, 9582.0, 9615.0, 9635.0, 9627.0, 9617.0, 9664.0, 9654.0, 9637.0, 9620.0, 9655.0, 9622.0, 9623.0, 9588.0, 9657.0, 9648.0, 9658.0, 9625.0, 9635.0, 9643.0, 9639.0, 9700.0, 9667.0, 9606.0, 9593.0, 9602.0, 9636.0, 9595.0, 9640.0, 9682.0, 9636.0, 9605.0, 9576.0, 9653.0, 9621.0, 9608.0, 9640.0, 9637.0, 9636.0, 9635.0, 9552.0, 9633.0, 9611.0, 9644.0, 9644.0, 9640.0, 9622.0, 9626.0, 9574.0, 9637.0, 9626.0, 9614.0, 9624.0, 9643.0, 9618.0, 9587.0, 9626.0, 9638.0, 9598.0, 9597.0, 9623.0, 9620.0, 9582.0, 9571.0, 9639.0, 9631.0, 9648.0, 9576.0, 9645.0, 9627.0, 9631.0, 9577.0, 9644.0, 9631.0, 9645.0, 9664.0, 9647.0, 9631.0, 9612.0, 9574.0, 9644.0, 9647.0, 9619.0, 9593.0, 9668.0, 9675.0, 9638.0, 9635.0, 9646.0, 9637.0, 9612.0, 9602.0, 9659.0, 9651.0, 9618.0, 9587.0, 9644.0, 9634.0, 9627.0, 9687.0, 9670.0, 9624.0, 9622.0, 9608.0, 9623.0, 9612.0, 9624.0, 9640.0, 9640.0, 9615.0, 9611.0, 9616.0, 9635.0, 9612.0, 9611.0, 9643.0, 9623.0, 9611.0, 9611.0, 9616.0, 9639.0, 9618.0, 9620.0, 9634.0, 9638.0, 9610.0, 9587.0, 9650.0, 9645.0, 9615.0, 9589.0, 9664.0, 9645.0, 9619.0, 9603.0, 9645.0, 9647.0, 9640.0, 9609.0, 9668.0, 9648.0, 9621.0, 9605.0, 9615.0, 9644.0, 9619.0, 9652.0, 9675.0, 9643.0, 9615.0, 9619.0, 9671.0, 9644.0, 9627.0, 9611.0, 9623.0, 9637.0, 9614.0, 9611.0, 9702.0, 9655.0, 9627.0, 9596.0, 9602.0, 9620.0, 9624.0, 9605.0, 9666.0, 9639.0, 9623.0, 9611.0, 9618.0, 9616.0, 9604.0, 9632.0, 9680.0, 9622.0, 9621.0, 9593.0, 9634.0, 9636.0, 9611.0, 9601.0, 9626.0, 9637.0, 9620.0, 9603.0, 9645.0, 9639.0, 9626.0, 9597.0, 9643.0, 9641.0, 9625.0, 9616.0, 9625.0, 9638.0, 9613.0, 9619.0, 9642.0, 9618.0, 9611.0, 9579.0, 9633.0, 9640.0, 9631.0, 9603.0, 9645.0, 9625.0, 9623.0, 9623.0, 9590.0, 9639.0, 9628.0, 9639.0, 9571.0, 9638.0, 9629.0, 9637.0, 9639.0, 9622.0, 9624.0, 9623.0, 9571.0, 9644.0, 9629.0, 9630.0, 9593.0, 9628.0, 9627.0, 9627.0, 9614.0, 9634.0, 9629.0, 9626.0, 9612.0, 9624.0, 9628.0, 9628.0, 9700.0, 9665.0, 9623.0, 9618.0, 9579.0, 9635.0, 9623.0, 9628.0, 9666.0, 9621.0, 9618.0, 9621.0, 9624.0, 9622.0, 9604.0, 9592.0, 9578.0, 9620.0, 9613.0, 9611.0, 9657.0, 9623.0, 9610.0, 9611.0, 9676.0, 9596.0, 9570.0, 9558.0, 9609.0, 9623.0, 9612.0, 9626.0, 9571.0, 9623.0, 9622.0, 9640.0, 9579.0, 9649.0, 9648.0, 9650.0, 9627.0, 9655.0, 9647.0, 9627.0, 9617.0, 9633.0, 9619.0, 9617.0, 9602.0, 9635.0, 9618.0, 9623.0, 9608.0, 9684.0, 9653.0, 9622.0, 9616.0, 9556.0, 9596.0, 9602.0, 9601.0, 9633.0, 9621.0, 9616.0, 9619.0, 9574.0, 9620.0, 9601.0, 9602.0, 9568.0, 9634.0, 9629.0, 9625.0, 9602.0, 9629.0, 9626.0, 9639.0, 9565.0, 9623.0, 9624.0, 9639.0, 9670.0, 9667.0, 9623.0, 9639.0, 9660.0, 9622.0, 9608.0, 9576.0, 9600.0, 9619.0, 9620.0, 9600.0, 9624.0, 9616.0, 9618.0, 9608.0, 9634.0, 9613.0, 9614.0, 9601.0, 9641.0, 9616.0, 9652.0, 9681.0, 9649.0, 9639.0, 9633.0, 9585.0, 9635.0, 9597.0, 9584.0, 9590.0, 9646.0, 9623.0, 9633.0, 9617.0, 9643.0, 9624.0, 9635.0, 9621.0, 9670.0, 9650.0, 9609.0, 9607.0, 9565.0, 9617.0, 9599.0, 9584.0, 9670.0, 9626.0, 9603.0, 9586.0, 9569.0, 9629.0, 9604.0, 9603.0, 9605.0, 9629.0, 9606.0, 9651.0, 9679.0, 9645.0, 9619.0, 9595.0, 9610.0, 9625.0, 9583.0, 9686.0, 9704.0, 9643.0, 9632.0, 9580.0, 9614.0, 9632.0, 9638.0, 9635.0, 9649.0, 9628.0, 9626.0, 9581.0, 9632.0, 9605.0, 9592.0, 9664.0, 9635.0, 9595.0, 9595.0, 9615.0, 9641.0, 9613.0, 9594.0, 9636.0, 9624.0, 9596.0, 9597.0, 9622.0, 9626.0, 9613.0, 9601.0, 9628.0, 9635.0, 9595.0, 9599.0, 9638.0, 9619.0, 9604.0, 9588.0, 9633.0, 9607.0, 9612.0, 9585.0, 9622.0, 9621.0, 9604.0, 9581.0, 9639.0, 9625.0, 9613.0, 9584.0, 9632.0, 9618.0, 9606.0, 9584.0, 9654.0, 9621.0, 9635.0, 9563.0, 9614.0, 9607.0, 9635.0, 9672.0, 9667.0, 9625.0, 9619.0, 9563.0, 9613.0, 9607.0, 9626.0, 9669.0, 9619.0, 9608.0, 9617.0, 9574.0, 9618.0, 9607.0, 9607.0, 9633.0, 9599.0, 9600.0, 9587.0, 9633.0, 9635.0, 9611.0, 9610.0, 9580.0, 9614.0, 9599.0, 9603.0, 9610.0, 9624.0, 9607.0, 9605.0, 9563.0, 9624.0, 9608.0, 9600.0, 9634.0, 9615.0, 9602.0, 9592.0, 9621.0, 9639.0, 9607.0, 9594.0, 9619.0, 9613.0, 9604.0, 9581.0, 9638.0, 9642.0, 9628.0, 9569.0, 9638.0, 9635.0, 9639.0, 9556.0, 9617.0, 9608.0, 9642.0, 9577.0, 9644.0, 9653.0, 9645.0, 9576.0, 9619.0, 9640.0, 9617.0, 9604.0, 9682.0, 9639.0, 9616.0, 9594.0, 9594.0, 9630.0, 9593.0, 9593.0, 9683.0, 9639.0, 9650.0, 9682.0, 9698.0, 9646.0, 9606.0, 9614.0, 9639.0, 9608.0, 9600.0, 9573.0, 9612.0, 9619.0, 9618.0, 9581.0, 9604.0, 9616.0, 9633.0, 9585.0, 9629.0, 9619.0, 9610.0, 9586.0, 9598.0, 9608.0, 9637.0, 9582.0, 9619.0, 9620.0, 9622.0, 9571.0, 9620.0, 9623.0, 9640.0, 9618.0, 9629.0, 9627.0, 9628.0, 9591.0, 9644.0, 9632.0, 9616.0, 9576.0, 9625.0, 9553.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.0005568628969790859</td></tr>
<tr><td colspan=3>aqi</td><td>0.018891556390395043</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.26308633087596</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1423520450387605</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9969853431782942</td></tr>
<tr><td colspan=3>efc</td><td>0.5363</td></tr>
<tr><td colspan=3>fber</td><td>2670.7966</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11466189083565947</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>145</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.23160340821069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473833370765551</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.400587215492813</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7080238445265894</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3128890522772507</td></tr>
<tr><td colspan=3>gcor</td><td>0.00463372</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008845318108797073</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07001868635416031</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1291</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.263278598426306</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.7104</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.6478</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.4557</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286638.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>457.9378</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8315</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.1169</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3511.7619</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.6504</td></tr>
<tr><td colspan=3>tsnr</td><td>37.41758746281266</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>