ds005256-mriqc/sub-0086_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter b91b8aaa47 [DATALAD RUNCMD] Compute MRIQC for sub-0086
=== 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-0086 --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-0086",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:29:22 +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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-02/func/sub-0086_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>fab11369c25f13bc21c0a24520412df6</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>16:56:54.150000</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.999659, -0.00200857, -0.0260303, 0.00471085, 0.994548, 0.104172]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104139</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>[4135, -7765, -7255, 637, -58, -168, 112, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ea99695d-ef25-4dc2-aa03-91e799f215d2||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.6820123195648193, 0.01263886597007513, -0.06933370977640152, 113.42427825927734], [0.005388855002820492, 2.668299913406372, 0.28149887919425964, -99.28156280517578], [-0.06983739137649536, -0.27948513627052307, 2.6843903064727783, -51.106658935546875], [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': ['165654.150000', '165654.610000', '165655.070000', '165655.530000', '165655.990000', '165656.450000', '165656.910000', '165657.370000', '165657.830000', '165658.290000', '165658.750000', '165659.210000', '165659.670000', '165700.130000', '165700.590000', '165701.050000', '165701.510000', '165701.970000', '165702.430000', '165702.890000', '165703.350000', '165703.810000', '165704.270000', '165704.730000', '165705.190000', '165705.650000', '165706.110000', '165706.570000', '165707.030000', '165707.490000', '165707.950000', '165708.410000', '165708.870000', '165709.330000', '165709.790000', '165710.250000', '165710.710000', '165711.170000', '165711.630000', '165712.090000', '165712.550000', '165713.010000', '165713.470000', '165713.930000', '165714.390000', '165714.850000', '165715.310000', '165715.770000', '165716.230000', '165716.690000', '165717.150000', '165717.610000', '165718.070000', '165718.530000', '165718.990000', '165719.450000', '165719.910000', '165720.370000', '165720.830000', '165721.290000', '165721.750000', '165722.210000', '165722.670000', '165723.130000', '165723.590000', '165724.050000', '165724.510000', '165724.970000', '165725.430000', '165725.890000', '165726.350000', '165726.810000', '165727.270000', '165727.730000', '165728.190000', '165728.650000', '165729.110000', '165729.570000', '165730.030000', '165730.490000', '165730.950000', '165731.410000', '165731.870000', '165732.330000', '165732.790000', '165733.250000', '165733.710000', '165734.170000', '165734.630000', '165735.090000', '165735.550000', '165736.010000', '165736.470000', '165736.930000', '165737.390000', '165737.850000', '165738.310000', '165738.770000', '165739.230000', '165739.690000', '165740.150000', '165740.610000', '165741.070000', '165741.530000', '165741.990000', '165742.450000', '165742.910000', '165743.370000', '165743.830000', '165744.290000', '165744.750000', '165745.210000', '165745.670000', '165746.130000', '165746.590000', '165747.050000', '165747.510000', '165747.970000', '165748.430000', '165748.890000', '165749.350000', '165749.810000', '165750.270000', '165750.730000', '165751.190000', '165751.650000', '165752.110000', '165752.570000', '165753.030000', '165753.490000', '165753.950000', '165754.410000', '165754.870000', '165755.330000', '165755.790000', '165756.250000', '165756.710000', '165757.170000', '165757.630000', '165758.090000', '165758.550000', '165759.010000', '165759.470000', '165759.930000', '165800.390000', '165800.850000', '165801.310000', '165801.770000', '165802.230000', '165802.690000', '165803.150000', '165803.610000', '165804.070000', '165804.530000', '165804.990000', '165805.450000', '165805.910000', '165806.370000', '165806.830000', '165807.290000', '165807.750000', '165808.210000', '165808.670000', '165809.130000', '165809.590000', '165810.050000', '165810.510000', '165810.970000', '165811.430000', '165811.890000', '165812.350000', '165812.810000', '165813.270000', '165813.730000', '165814.190000', '165814.650000', '165815.110000', '165815.570000', '165816.030000', '165816.490000', '165816.950000', '165817.410000', '165817.870000', '165818.330000', '165818.790000', '165819.250000', '165819.710000', '165820.170000', '165820.630000', '165821.090000', '165821.550000', '165822.010000', '165822.470000', '165822.930000', '165823.390000', '165823.850000', '165824.310000', '165824.770000', '165825.230000', '165825.690000', '165826.150000', '165826.610000', '165827.070000', '165827.530000', '165827.990000', '165828.450000', '165828.910000', '165829.370000', '165829.830000', '165830.290000', '165830.750000', '165831.210000', '165831.670000', '165832.130000', '165832.590000', '165833.050000', '165833.510000', '165833.970000', '165834.430000', '165834.890000', '165835.350000', '165835.810000', '165836.270000', '165836.730000', '165837.190000', '165837.650000', '165838.110000', '165838.570000', '165839.030000', '165839.490000', '165839.950000', '165840.410000', '165840.870000', '165841.330000', '165841.790000', '165842.250000', '165842.710000', '165843.170000', '165843.630000', '165844.090000', '165844.550000', '165845.010000', '165845.470000', '165845.930000', '165846.390000', '165846.850000', '165847.310000', '165847.770000', '165848.230000', '165848.690000', '165849.150000', '165849.610000', '165850.070000', '165850.530000', '165850.990000', '165851.450000', '165851.910000', '165852.370000', '165852.830000', '165853.290000', '165853.750000', '165854.210000', '165854.670000', '165855.130000', '165855.590000', '165856.050000', '165856.510000', '165856.970000', '165857.430000', '165857.890000', '165858.350000', '165858.810000', '165859.270000', '165859.730000', '165900.190000', '165900.650000', '165901.110000', '165901.570000', '165902.030000', '165902.490000', '165902.950000', '165903.410000', '165903.870000', '165904.330000', '165904.790000', '165905.250000', '165905.710000', '165906.170000', '165906.630000', '165907.090000', '165907.550000', '165908.010000', '165908.470000', '165908.930000', '165909.390000', '165909.850000', '165910.310000', '165910.770000', '165911.230000', '165911.690000', '165912.150000', '165912.610000', '165913.070000', '165913.530000', '165913.990000', '165914.450000', '165914.910000', '165915.370000', '165915.830000', '165916.290000', '165916.750000', '165917.210000', '165917.670000', '165918.130000', '165918.590000', '165919.050000', '165919.510000', '165919.970000', '165920.430000', '165920.890000', '165921.350000', '165921.810000', '165922.270000', '165922.730000', '165923.190000', '165923.650000', '165924.110000', '165924.570000', '165925.030000', '165925.490000', '165925.950000', '165926.410000', '165926.870000', '165927.330000', '165927.790000', '165928.250000', '165928.710000', '165929.170000', '165929.630000', '165930.090000', '165930.550000', '165931.010000', '165931.470000', '165931.930000', '165932.390000', '165932.850000', '165933.310000', '165933.770000', '165934.230000', '165934.690000', '165935.150000', '165935.610000', '165936.070000', '165936.530000', '165936.990000', '165937.450000', '165937.910000', '165938.370000', '165938.830000', '165939.290000', '165939.750000', '165940.210000', '165940.670000', '165941.130000', '165941.590000', '165942.050000', '165942.510000', '165942.970000', '165943.430000', '165943.890000', '165944.350000', '165944.810000', '165945.270000', '165945.730000', '165946.190000', '165946.650000', '165947.110000', '165947.570000', '165948.030000', '165948.490000', '165948.950000', '165949.410000', '165949.870000', '165950.330000', '165950.790000', '165951.250000', '165951.710000', '165952.170000', '165952.630000', '165953.090000', '165953.550000', '165954.010000', '165954.470000', '165954.930000', '165955.390000', '165955.850000', '165956.310000', '165956.770000', '165957.230000', '165957.690000', '165958.150000', '165958.610000', '165959.070000', '165959.530000', '165959.990000', '170000.450000', '170000.910000', '170001.370000', '170001.830000', '170002.290000', '170002.750000', '170003.210000', '170003.670000', '170004.130000', '170004.590000', '170005.050000', '170005.510000', '170005.970000', '170006.430000', '170006.890000', '170007.350000', '170007.810000', '170008.270000', '170008.730000', '170009.190000', '170009.650000', '170010.110000', '170010.570000', '170011.030000', '170011.490000', '170011.950000', '170012.410000', '170012.870000', '170013.330000', '170013.790000', '170014.250000', '170014.710000', '170015.170000', '170015.630000', '170016.090000', '170016.550000', '170017.010000', '170017.470000', '170017.930000', '170018.390000', '170018.850000', '170019.310000', '170019.770000', '170020.230000', '170020.690000', '170021.150000', '170021.610000', '170022.070000', '170022.530000', '170022.990000', '170023.450000', '170023.910000', '170024.370000', '170024.830000', '170025.290000', '170025.750000', '170026.210000', '170026.670000', '170027.130000', '170027.590000', '170028.050000', '170028.510000', '170028.970000', '170029.430000', '170029.890000', '170030.350000', '170030.810000', '170031.270000', '170031.730000', '170032.190000', '170032.650000', '170033.110000', '170033.570000', '170034.030000', '170034.490000', '170034.950000', '170035.410000', '170035.870000', '170036.330000', '170036.790000', '170037.250000', '170037.710000', '170038.170000', '170038.630000', '170039.090000', '170039.550000', '170040.010000', '170040.470000', '170040.930000', '170041.390000', '170041.850000', '170042.310000', '170042.770000', '170043.230000', '170043.690000', '170044.150000', '170044.610000', '170045.070000', '170045.530000', '170045.990000', '170046.450000', '170046.910000', '170047.370000', '170047.830000', '170048.290000', '170048.750000', '170049.210000', '170049.670000', '170050.130000', '170050.590000', '170051.050000', '170051.510000', '170051.970000', '170052.430000', '170052.890000', '170053.350000', '170053.810000', '170054.270000', '170054.730000', '170055.190000', '170055.650000', '170056.110000', '170056.570000', '170057.030000', '170057.490000', '170057.950000', '170058.410000', '170058.870000', '170059.330000', '170059.790000', '170100.250000', '170100.710000', '170101.170000', '170101.630000', '170102.090000', '170102.550000', '170103.010000', '170103.470000', '170103.930000', '170104.390000', '170104.850000', '170105.310000', '170105.770000', '170106.230000', '170106.690000', '170107.150000', '170107.610000', '170108.070000', '170108.530000', '170108.990000', '170109.450000', '170109.910000', '170110.370000', '170110.830000', '170111.290000', '170111.750000', '170112.210000', '170112.670000', '170113.130000', '170113.590000', '170114.050000', '170114.510000', '170114.970000', '170115.430000', '170115.890000', '170116.350000', '170116.810000', '170117.270000', '170117.730000', '170118.190000', '170118.650000', '170119.110000', '170119.570000', '170120.030000', '170120.490000', '170120.950000', '170121.410000', '170121.870000', '170122.330000', '170122.790000', '170123.250000', '170123.710000', '170124.170000', '170124.630000', '170125.090000', '170125.550000', '170126.010000', '170126.470000', '170126.930000', '170127.390000', '170127.850000', '170128.310000', '170128.770000', '170129.230000', '170129.690000', '170130.150000', '170130.610000', '170131.070000', '170131.530000', '170131.990000', '170132.450000', '170132.910000', '170133.370000', '170133.830000', '170134.290000', '170134.750000', '170135.210000', '170135.670000', '170136.130000', '170136.590000', '170137.050000', '170137.510000', '170137.970000', '170138.430000', '170138.890000', '170139.350000', '170139.810000', '170140.270000', '170140.730000', '170141.190000', '170141.650000', '170142.110000', '170142.570000', '170143.030000', '170143.490000', '170143.950000', '170144.410000', '170144.870000', '170145.330000', '170145.790000', '170146.250000', '170146.710000', '170147.170000', '170147.630000', '170148.090000', '170148.550000', '170149.010000', '170149.470000', '170149.930000', '170150.390000', '170150.850000', '170151.310000', '170151.770000', '170152.230000', '170152.690000', '170153.150000', '170153.610000', '170154.070000', '170154.530000', '170154.990000', '170155.450000', '170155.910000', '170156.370000', '170156.830000', '170157.290000', '170157.750000', '170158.210000', '170158.670000', '170159.130000', '170159.590000', '170200.050000', '170200.510000', '170200.970000', '170201.430000', '170201.890000', '170202.350000', '170202.810000', '170203.270000', '170203.730000', '170204.190000', '170204.650000', '170205.110000', '170205.570000', '170206.030000', '170206.490000', '170206.950000', '170207.410000', '170207.870000', '170208.330000', '170208.790000', '170209.250000', '170209.710000', '170210.170000', '170210.630000', '170211.090000', '170211.550000', '170212.010000', '170212.470000', '170212.930000', '170213.390000', '170213.850000', '170214.310000', '170214.770000', '170215.230000', '170215.690000', '170216.150000', '170216.610000', '170217.070000', '170217.530000', '170217.990000', '170218.450000', '170218.910000', '170219.370000', '170219.830000', '170220.290000', '170220.750000', '170221.210000', '170221.670000', '170222.130000', '170222.590000', '170223.050000', '170223.510000', '170223.970000', '170224.430000', '170224.890000', '170225.350000', '170225.810000', '170226.270000', '170226.730000', '170227.190000', '170227.650000', '170228.110000', '170228.570000', '170229.030000', '170229.490000', '170229.950000', '170230.410000', '170230.870000', '170231.330000', '170231.790000', '170232.250000', '170232.710000', '170233.170000', '170233.630000', '170234.090000', '170234.550000', '170235.010000', '170235.470000', '170235.930000', '170236.390000', '170236.850000', '170237.310000', '170237.770000', '170238.230000', '170238.690000', '170239.150000', '170239.610000', '170240.070000', '170240.530000', '170240.990000', '170241.450000', '170241.910000', '170242.370000', '170242.830000', '170243.290000', '170243.750000', '170244.210000', '170244.670000', '170245.130000', '170245.590000', '170246.050000', '170246.510000', '170246.970000', '170247.430000', '170247.890000', '170248.350000', '170248.810000', '170249.270000', '170249.730000', '170250.190000', '170250.650000', '170251.110000', '170251.570000', '170252.030000', '170252.490000', '170252.950000', '170253.410000', '170253.870000', '170254.330000', '170254.790000', '170255.250000', '170255.710000', '170256.170000', '170256.630000', '170257.090000', '170257.550000', '170258.010000', '170258.470000', '170258.930000', '170259.390000', '170259.850000', '170300.310000', '170300.770000', '170301.230000', '170301.690000', '170302.150000', '170302.610000', '170303.070000', '170303.530000', '170303.990000', '170304.450000', '170304.910000', '170305.370000', '170305.830000', '170306.290000', '170306.750000', '170307.210000', '170307.670000', '170308.130000', '170308.590000', '170309.050000', '170309.510000', '170309.970000', '170310.430000', '170310.890000', '170311.350000', '170311.810000', '170312.270000', '170312.730000', '170313.190000', '170313.650000', '170314.110000', '170314.570000', '170315.030000', '170315.490000', '170315.950000', '170316.410000', '170316.870000', '170317.330000', '170317.790000', '170318.250000', '170318.710000', '170319.170000', '170319.630000', '170320.090000', '170320.550000', '170321.010000', '170321.470000', '170321.930000', '170322.390000', '170322.850000', '170323.310000', '170323.770000', '170324.230000', '170324.690000', '170325.150000', '170325.610000', '170326.070000', '170326.530000', '170326.990000', '170327.450000', '170327.910000', '170328.370000', '170328.830000', '170329.290000', '170329.750000', '170330.210000', '170330.670000', '170331.130000', '170331.590000', '170332.050000', '170332.510000', '170332.970000', '170333.430000', '170333.890000', '170334.350000', '170334.810000', '170335.270000', '170335.730000', '170336.190000', '170336.650000', '170337.110000', '170337.570000', '170338.030000', '170338.490000', '170338.950000', '170339.410000', '170339.870000', '170340.330000', '170340.790000', '170341.250000', '170341.710000', '170342.170000', '170342.630000', '170343.090000', '170343.550000', '170344.010000', '170344.470000', '170344.930000', '170345.390000', '170345.850000', '170346.310000', '170346.770000', '170347.230000', '170347.690000', '170348.150000', '170348.610000', '170349.070000', '170349.530000', '170349.990000', '170350.450000', '170350.910000', '170351.370000', '170351.830000', '170352.290000', '170352.750000', '170353.210000', '170353.670000', '170354.130000', '170354.590000', '170355.050000', '170355.510000', '170355.970000', '170356.430000', '170356.890000', '170357.350000', '170357.810000', '170358.270000', '170358.730000', '170359.190000', '170359.650000', '170400.110000', '170400.570000', '170401.030000', '170401.490000', '170401.950000', '170402.410000', '170402.870000', '170403.330000', '170403.790000', '170404.250000', '170404.710000', '170405.170000', '170405.630000', '170406.090000', '170406.550000', '170407.010000', '170407.470000', '170407.930000', '170408.390000', '170408.850000', '170409.310000', '170409.770000', '170410.230000', '170410.690000', '170411.150000', '170411.610000', '170412.070000', '170412.530000', '170412.990000', '170413.450000', '170413.910000', '170414.370000', '170414.830000', '170415.290000', '170415.750000', '170416.210000', '170416.670000', '170417.130000', '170417.590000', '170418.050000', '170418.510000', '170418.970000', '170419.430000', '170419.890000', '170420.350000', '170420.810000', '170421.270000', '170421.730000', '170422.190000', '170422.650000', '170423.110000', '170423.570000', '170424.030000', '170424.490000', '170424.950000', '170425.410000', '170425.870000', '170426.330000', '170426.790000', '170427.250000', '170427.710000', '170428.170000', '170428.630000', '170429.090000', '170429.550000', '170430.010000', '170430.470000', '170430.930000', '170431.390000', '170431.850000', '170432.310000', '170432.770000', '170433.230000', '170433.690000', '170434.150000', '170434.610000', '170435.070000', '170435.530000', '170435.990000', '170436.450000', '170436.910000', '170437.370000', '170437.830000', '170438.290000', '170438.750000', '170439.210000', '170439.670000', '170440.130000', '170440.590000', '170441.050000', '170441.510000', '170441.970000', '170442.430000', '170442.890000', '170443.350000', '170443.810000', '170444.270000', '170444.730000', '170445.190000', '170445.650000', '170446.110000', '170446.570000', '170447.030000', '170447.490000', '170447.950000', '170448.410000', '170448.870000', '170449.330000', '170449.790000', '170450.250000', '170450.710000', '170451.170000', '170451.630000', '170452.090000', '170452.550000', '170453.010000', '170453.470000', '170453.930000', '170454.390000', '170454.850000', '170455.310000', '170455.770000', '170456.230000', '170456.690000', '170457.150000', '170457.610000', '170458.070000', '170458.530000', '170458.990000', '170459.450000', '170459.910000', '170500.370000', '170500.830000', '170501.290000', '170501.750000', '170502.210000', '170502.670000', '170503.130000', '170503.590000', '170504.050000', '170504.510000', '170504.970000', '170505.430000', '170505.890000', '170506.350000', '170506.810000', '170507.270000', '170507.730000', '170508.190000', '170508.650000', '170509.110000', '170509.570000', '170510.030000', '170510.490000', '170510.950000', '170511.410000', '170511.870000', '170512.330000', '170512.790000', '170513.250000', '170513.710000', '170514.170000', '170514.630000', '170515.090000', '170515.550000', '170516.010000', '170516.470000', '170516.930000', '170517.390000', '170517.850000', '170518.310000', '170518.770000', '170519.230000', '170519.690000', '170520.150000', '170520.610000', '170521.070000', '170521.530000', '170521.990000', '170522.450000', '170522.910000', '170523.370000', '170523.830000', '170524.290000', '170524.750000', '170525.210000', '170525.670000', '170526.130000', '170526.590000', '170527.050000', '170527.510000', '170527.970000', '170528.430000', '170528.890000', '170529.350000', '170529.810000', '170530.270000', '170530.730000', '170531.190000', '170531.650000', '170532.110000', '170532.570000', '170533.030000', '170533.490000', '170533.950000', '170534.410000', '170534.870000', '170535.330000', '170535.790000', '170536.250000', '170536.710000', '170537.170000', '170537.630000', '170538.090000', '170538.550000', '170539.010000', '170539.470000', '170539.930000', '170540.390000', '170540.850000', '170541.310000', '170541.770000', '170542.230000', '170542.690000', '170543.150000', '170543.610000', '170544.070000', '170544.530000', '170544.990000', '170545.450000', '170545.910000', '170546.370000', '170546.830000', '170547.290000', '170547.750000', '170548.210000', '170548.670000', '170549.130000', '170549.590000', '170550.050000', '170550.510000', '170550.970000', '170551.430000', '170551.890000', '170552.350000', '170552.810000', '170553.270000', '170553.730000', '170554.190000', '170554.650000', '170555.110000', '170555.570000', '170556.030000', '170556.490000', '170556.950000', '170557.410000', '170557.870000', '170558.330000', '170558.790000', '170559.250000', '170559.710000', '170600.170000', '170600.630000', '170601.090000', '170601.550000', '170602.010000', '170602.470000', '170602.930000', '170603.390000', '170603.850000', '170604.310000', '170604.770000', '170605.230000', '170605.690000', '170606.150000', '170606.610000', '170607.070000', '170607.530000', '170607.990000', '170608.450000', '170608.910000', '170609.370000', '170609.830000', '170610.290000', '170610.750000', '170611.210000', '170611.670000', '170612.130000', '170612.590000', '170613.050000', '170613.510000', '170613.970000', '170614.430000', '170614.890000', '170615.350000', '170615.810000', '170616.270000', '170616.730000', '170617.190000', '170617.650000', '170618.110000', '170618.570000', '170619.030000', '170619.490000', '170619.950000', '170620.410000', '170620.870000', '170621.330000', '170621.790000', '170622.250000', '170622.710000', '170623.170000', '170623.630000', '170624.090000', '170624.550000', '170625.010000', '170625.470000', '170625.930000', '170626.390000', '170626.850000', '170627.310000', '170627.770000', '170628.230000', '170628.690000', '170629.150000', '170629.610000', '170630.070000', '170630.530000', '170630.990000', '170631.450000', '170631.910000', '170632.370000', '170632.830000', '170633.290000', '170633.750000', '170634.210000', '170634.670000', '170635.130000', '170635.590000', '170636.050000', '170636.510000', '170636.970000', '170637.430000', '170637.890000', '170638.350000', '170638.810000', '170639.270000', '170639.730000', '170640.190000', '170640.650000', '170641.110000', '170641.570000', '170642.030000', '170642.490000', '170642.950000', '170643.410000', '170643.870000', '170644.330000', '170644.790000', '170645.250000', '170645.710000', '170646.170000', '170646.630000', '170647.090000', '170647.550000', '170648.010000', '170648.470000', '170648.930000', '170649.390000', '170649.850000', '170650.310000', '170650.770000'], 'ContentTime': ['165704.792000', '165704.795000', '165704.797000', '165704.800000', '165704.803000', '165704.805000', '165704.818000', '165704.821000', '165704.823000', '165704.826000', '165704.828000', '165704.831000', '165704.834000', '165704.836000', '165704.839000', '165704.841000', '165704.844000', '165704.846000', '165704.852000', '165704.855000', '165704.857000', '165724.742000', '165724.745000', '165724.748000', '165724.750000', '165724.753000', '165724.755000', '165724.763000', '165724.765000', '165724.768000', '165724.771000', '165724.773000', '165724.776000', '165724.778000', '165724.781000', '165724.783000', '165724.786000', '165724.789000', '165724.791000', '165724.794000', '165724.796000', '165724.799000', '165724.802000', '165724.804000', '165724.807000', '165724.809000', '165724.812000', '165724.815000', '165724.817000', '165724.820000', '165724.822000', '165724.825000', '165724.827000', '165724.830000', '165724.832000', '165724.835000', '165724.838000', '165724.840000', '165724.843000', '165724.845000', '165724.848000', '165724.850000', '165724.853000', '165724.855000', '165744.742000', '165744.748000', '165744.751000', '165744.754000', '165744.757000', '165744.759000', '165744.762000', '165744.765000', '165744.767000', '165744.770000', '165744.773000', '165744.775000', '165744.778000', '165744.780000', '165744.783000', '165744.785000', '165744.788000', '165744.791000', '165744.793000', '165744.796000', '165744.798000', '165744.801000', '165744.803000', '165744.806000', '165744.809000', '165744.811000', '165744.814000', '165744.816000', '165744.819000', '165744.821000', '165744.824000', '165744.827000', '165744.829000', '165744.832000', '165744.834000', '165744.837000', '165744.840000', '165744.842000', '165744.845000', '165744.847000', '165744.850000', '165744.853000', '165744.855000', '165744.858000', '165804.742000', '165804.745000', '165804.748000', '165804.750000', '165804.753000', '165804.756000', '165804.758000', '165804.761000', '165804.763000', '165804.766000', '165804.768000', '165804.771000', '165804.773000', '165804.776000', '165804.779000', '165804.781000', '165804.784000', '165804.786000', '165804.789000', '165804.792000', '165804.794000', '165804.797000', '165804.799000', '165804.802000', '165804.805000', '165804.807000', '165804.810000', '165804.812000', '165804.815000', '165804.817000', '165804.820000', '165804.822000', '165804.825000', '165804.828000', '165804.830000', '165804.833000', '165804.835000', '165804.838000', '165804.841000', '165804.843000', '165804.846000', '165804.848000', '165804.851000', '165824.743000', '165824.745000', '165824.748000', '165824.751000', '165824.753000', '165824.756000', '165824.759000', '165824.761000', '165824.764000', '165824.766000', '165824.769000', '165824.771000', '165824.774000', '165824.776000', '165824.779000', '165824.782000', '165824.784000', '165824.787000', '165824.790000', '165824.792000', '165824.795000', '165824.797000', '165824.800000', '165824.803000', '165824.805000', '165824.808000', '165824.811000', '165824.813000', '165824.816000', '165824.818000', '165824.821000', '165824.824000', '165824.864000', '165824.866000', '165824.869000', '165824.872000', '165824.874000', '165824.877000', '165824.879000', '165824.882000', '165824.885000', '165824.887000', '165824.890000', '165824.892000', '165844.742000', '165844.745000', '165844.748000', '165844.751000', '165844.753000', '165844.756000', '165844.758000', '165844.761000', '165844.763000', '165844.766000', '165844.769000', '165844.771000', '165844.774000', '165844.776000', '165844.779000', '165844.781000', '165844.784000', '165844.787000', '165844.789000', '165844.792000', '165844.794000', '165844.797000', '165844.800000', '165844.818000', '165844.821000', '165844.823000', '165844.826000', '165844.828000', '165844.831000', '165844.834000', '165844.836000', '165844.839000', '165844.841000', '165844.844000', '165844.846000', '165844.849000', '165844.852000', '165844.854000', '165844.857000', '165844.860000', '165844.862000', '165844.865000', '165844.867000', '165904.743000', '165904.746000', '165904.749000', '165904.752000', '165904.754000', '165904.757000', '165904.760000', '165904.763000', '165904.766000', '165904.769000', '165904.771000', '165904.774000', '165904.777000', '165904.779000', '165904.782000', '165904.784000', '165904.787000', '165904.790000', '165904.794000', '165904.796000', '165904.799000', '165904.848000', '165904.851000', '165904.854000', '165904.856000', '165904.859000', '165904.861000', '165904.864000', '165904.866000', '165904.869000', '165904.871000', '165904.874000', '165904.877000', '165904.879000', '165904.882000', '165904.884000', '165904.887000', '165904.889000', '165904.892000', '165904.895000', '165904.897000', '165904.900000', '165904.902000', '165924.743000', '165924.746000', '165924.749000', '165924.752000', '165924.754000', '165924.757000', '165924.759000', '165924.762000', '165924.765000', '165924.767000', '165924.770000', '165924.772000', '165924.775000', '165924.778000', '165924.780000', '165924.783000', '165924.786000', '165924.788000', '165924.791000', '165924.793000', '165924.796000', '165924.799000', '165924.830000', '165924.832000', '165924.835000', '165924.838000', '165924.840000', '165924.843000', '165924.846000', '165924.848000', '165924.851000', '165924.853000', '165924.856000', '165924.859000', '165924.861000', '165924.864000', '165924.866000', '165924.869000', '165924.872000', '165924.874000', '165924.877000', '165924.880000', '165924.882000', '165924.885000', '165944.742000', '165944.745000', '165944.748000', '165944.750000', '165944.753000', '165944.756000', '165944.758000', '165944.761000', '165944.763000', '165944.766000', '165944.768000', '165944.771000', '165944.774000', '165944.776000', '165944.779000', '165944.782000', '165944.784000', '165944.787000', '165944.790000', '165944.792000', '165944.795000', '165944.797000', '165944.842000', '165944.844000', '165944.847000', '165944.849000', '165944.852000', '165944.854000', '165944.857000', '165944.860000', '165944.862000', '165944.865000', '165944.867000', '165944.870000', '165944.873000', '165944.875000', '165944.878000', '165944.880000', '165944.883000', '165944.885000', '165944.888000', '165944.891000', '165944.893000', '170004.743000', '170004.745000', '170004.748000', '170004.751000', '170004.753000', '170004.756000', '170004.758000', '170004.761000', '170004.764000', '170004.766000', '170004.769000', '170004.771000', '170004.774000', '170004.777000', '170004.779000', '170004.782000', '170004.784000', '170004.787000', '170004.790000', '170004.792000', '170004.795000', '170004.797000', '170004.800000', '170004.803000', '170004.805000', '170004.808000', '170004.810000', '170004.813000', '170004.826000', '170004.829000', '170004.832000', '170004.834000', '170004.837000', '170004.839000', '170004.842000', '170004.845000', '170004.847000', '170004.850000', '170004.852000', '170004.855000', '170004.857000', '170004.860000', '170004.863000', '170004.865000', '170024.743000', '170024.746000', '170024.748000', '170024.751000', '170024.753000', '170024.756000', '170024.758000', '170024.761000', '170024.764000', '170024.766000', '170024.769000', '170024.771000', '170024.774000', '170024.777000', '170024.779000', '170024.782000', '170024.784000', '170024.787000', '170024.789000', '170024.792000', '170024.795000', '170024.799000', '170024.859000', '170024.862000', '170024.865000', '170024.867000', '170024.870000', '170024.872000', '170024.875000', '170024.877000', '170024.880000', '170024.883000', '170024.885000', '170024.888000', '170024.890000', '170024.893000', '170024.895000', '170024.898000', '170024.901000', '170024.903000', '170024.906000', '170024.908000', '170024.911000', '170044.743000', '170044.745000', '170044.748000', '170044.751000', '170044.753000', '170044.756000', '170044.759000', '170044.761000', '170044.764000', '170044.766000', '170044.769000', '170044.772000', '170044.774000', '170044.777000', '170044.780000', '170044.782000', '170044.785000', '170044.787000', '170044.790000', '170044.792000', '170044.795000', '170044.798000', '170044.838000', '170044.841000', '170044.843000', '170044.846000', '170044.849000', '170044.851000', '170044.854000', '170044.856000', '170044.859000', '170044.861000', '170044.864000', '170044.867000', '170044.869000', '170044.872000', '170044.874000', '170044.877000', '170044.880000', '170044.882000', '170044.885000', '170044.888000', '170044.890000', '170044.893000', '170104.742000', '170104.745000', '170104.748000', '170104.750000', '170104.753000', '170104.756000', '170104.758000', '170104.761000', '170104.763000', '170104.766000', '170104.768000', '170104.771000', '170104.774000', '170104.776000', '170104.779000', '170104.781000', '170104.784000', '170104.786000', '170104.789000', '170104.792000', '170104.794000', '170104.797000', '170104.861000', '170104.864000', '170104.866000', '170104.869000', '170104.872000', '170104.874000', '170104.877000', '170104.879000', '170104.882000', '170104.884000', '170104.887000', '170104.890000', '170104.892000', '170104.895000', '170104.897000', '170104.900000', '170104.902000', '170104.905000', '170104.908000', '170104.910000', '170104.913000', '170124.743000', '170124.746000', '170124.749000', '170124.751000', '170124.754000', '170124.757000', '170124.759000', '170124.762000', '170124.764000', '170124.767000', '170124.770000', '170124.772000', '170124.775000', '170124.777000', '170124.780000', '170124.783000', '170124.785000', '170124.788000', '170124.790000', '170124.793000', '170124.796000', '170124.798000', '170124.801000', '170124.804000', '170124.806000', '170124.809000', '170124.811000', '170124.814000', '170124.817000', '170124.819000', '170124.822000', '170124.824000', '170124.827000', '170124.829000', '170124.832000', '170124.835000', '170124.837000', '170124.840000', '170124.842000', '170124.845000', '170124.848000', '170124.850000', '170124.853000', '170124.855000', '170144.743000', '170144.746000', '170144.749000', '170144.751000', '170144.754000', '170144.757000', '170144.759000', '170144.762000', '170144.764000', '170144.767000', '170144.770000', '170144.772000', '170144.775000', '170144.777000', '170144.780000', '170144.783000', '170144.785000', '170144.788000', '170144.791000', '170144.793000', '170144.796000', '170144.799000', '170144.801000', '170144.804000', '170144.807000', '170144.809000', '170144.812000', '170144.814000', '170144.817000', '170144.819000', '170144.822000', '170144.825000', '170144.828000', '170144.831000', '170144.834000', '170144.836000', '170144.839000', '170144.842000', '170144.844000', '170144.847000', '170144.850000', '170144.852000', '170144.855000', '170204.743000', '170204.745000', '170204.748000', '170204.751000', '170204.753000', '170204.756000', '170204.758000', '170204.761000', '170204.764000', '170204.766000', '170204.769000', '170204.772000', '170204.774000', '170204.777000', '170204.779000', '170204.782000', '170204.785000', '170204.787000', '170204.790000', '170204.792000', '170204.795000', '170204.797000', '170204.851000', '170204.854000', '170204.856000', '170204.859000', '170204.861000', '170204.864000', '170204.867000', '170204.869000', '170204.872000', '170204.874000', '170204.877000', '170204.880000', '170204.882000', '170204.885000', '170204.887000', '170204.890000', '170204.893000', '170204.895000', '170204.898000', '170204.900000', '170204.903000', '170204.906000', '170224.742000', '170224.745000', '170224.748000', '170224.751000', '170224.753000', '170224.756000', '170224.758000', '170224.761000', '170224.764000', '170224.766000', '170224.769000', '170224.772000', '170224.775000', '170224.777000', '170224.780000', '170224.782000', '170224.785000', '170224.787000', '170224.795000', '170224.798000', '170224.864000', '170224.867000', '170224.869000', '170224.872000', '170224.874000', '170224.877000', '170224.879000', '170224.882000', '170224.885000', '170224.888000', '170224.890000', '170224.893000', '170224.896000', '170224.898000', '170224.901000', '170224.904000', '170224.906000', '170224.909000', '170224.912000', '170224.914000', '170224.917000', '170224.919000', '170224.922000', '170244.743000', '170244.746000', '170244.748000', '170244.751000', '170244.753000', '170244.756000', '170244.759000', '170244.761000', '170244.764000', '170244.766000', '170244.769000', '170244.772000', '170244.774000', '170244.777000', '170244.779000', '170244.782000', '170244.785000', '170244.787000', '170244.790000', '170244.792000', '170244.795000', '170244.797000', '170244.848000', '170244.850000', '170244.853000', '170244.855000', '170244.858000', '170244.860000', '170244.863000', '170244.866000', '170244.868000', '170244.871000', '170244.873000', '170244.876000', '170244.878000', '170244.881000', '170244.884000', '170244.886000', '170244.889000', '170244.892000', '170244.894000', '170244.897000', '170244.899000', '170244.902000', '170304.742000', '170304.745000', '170304.748000', '170304.751000', '170304.753000', '170304.764000', '170304.767000', '170304.771000', '170304.773000', '170304.776000', '170304.779000', '170304.781000', '170304.784000', '170304.786000', '170304.789000', '170304.792000', '170304.794000', '170304.797000', '170304.827000', '170304.829000', '170304.832000', '170304.834000', '170304.837000', '170304.840000', '170304.842000', '170304.845000', '170304.847000', '170304.850000', '170304.852000', '170304.855000', '170304.858000', '170304.860000', '170304.863000', '170304.865000', '170304.868000', '170304.871000', '170304.873000', '170304.876000', '170304.878000', '170304.881000', '170304.883000', '170304.886000', '170304.888000', '170324.743000', '170324.745000', '170324.748000', '170324.751000', '170324.753000', '170324.756000', '170324.759000', '170324.762000', '170324.765000', '170324.768000', '170324.770000', '170324.773000', '170324.776000', '170324.778000', '170324.781000', '170324.783000', '170324.786000', '170324.789000', '170324.791000', '170324.794000', '170324.797000', '170324.799000', '170324.802000', '170324.804000', '170324.807000', '170324.810000', '170324.812000', '170324.815000', '170324.817000', '170324.820000', '170324.823000', '170324.825000', '170324.828000', '170324.830000', '170324.833000', '170324.835000', '170324.838000', '170324.841000', '170324.843000', '170324.846000', '170324.848000', '170324.851000', '170324.854000', '170344.743000', '170344.746000', '170344.749000', '170344.752000', '170344.754000', '170344.757000', '170344.760000', '170344.762000', '170344.765000', '170344.767000', '170344.770000', '170344.773000', '170344.775000', '170344.778000', '170344.780000', '170344.783000', '170344.785000', '170344.788000', '170344.790000', '170344.793000', '170344.796000', '170344.798000', '170344.801000', '170344.804000', '170344.806000', '170344.809000', '170344.811000', '170344.814000', '170344.817000', '170344.819000', '170344.822000', '170344.824000', '170344.827000', '170344.830000', '170344.832000', '170344.835000', '170344.837000', '170344.840000', '170344.842000', '170344.845000', '170344.848000', '170344.850000', '170344.853000', '170344.855000', '170404.744000', '170404.746000', '170404.749000', '170404.752000', '170404.754000', '170404.757000', '170404.760000', '170404.762000', '170404.765000', '170404.768000', '170404.770000', '170404.773000', '170404.775000', '170404.778000', '170404.781000', '170404.783000', '170404.786000', '170404.788000', '170404.791000', '170404.794000', '170404.796000', '170404.799000', '170404.875000', '170404.878000', '170404.881000', '170404.883000', '170404.886000', '170404.888000', '170404.891000', '170404.894000', '170404.896000', '170404.899000', '170404.902000', '170404.904000', '170404.907000', '170404.910000', '170404.912000', '170404.915000', '170404.917000', '170404.920000', '170404.922000', '170404.925000', '170404.927000', '170404.930000', '170424.743000', '170424.746000', '170424.748000', '170424.751000', '170424.754000', '170424.756000', '170424.759000', '170424.761000', '170424.764000', '170424.767000', '170424.769000', '170424.772000', '170424.774000', '170424.777000', '170424.779000', '170424.782000', '170424.798000', '170424.801000', '170424.803000', '170424.806000', '170424.808000', '170424.811000', '170424.814000', '170424.816000', '170424.819000', '170424.821000', '170424.824000', '170424.826000', '170424.829000', '170424.832000', '170424.834000', '170424.837000', '170424.862000', '170424.865000', '170424.868000', '170424.870000', '170424.873000', '170424.876000', '170424.879000', '170424.881000', '170424.884000', '170424.886000', '170424.889000', '170444.743000', '170444.745000', '170444.748000', '170444.751000', '170444.753000', '170444.756000', '170444.759000', '170444.761000', '170444.764000', '170444.766000', '170444.769000', '170444.772000', '170444.774000', '170444.777000', '170444.779000', '170444.782000', '170444.785000', '170444.788000', '170444.790000', '170444.793000', '170444.795000', '170444.798000', '170444.868000', '170444.871000', '170444.873000', '170444.876000', '170444.879000', '170444.881000', '170444.884000', '170444.886000', '170444.889000', '170444.892000', '170444.894000', '170444.897000', '170444.899000', '170444.902000', '170444.905000', '170444.907000', '170444.910000', '170444.912000', '170444.915000', '170444.918000', '170444.920000', '170444.923000', '170504.743000', '170504.745000', '170504.748000', '170504.751000', '170504.753000', '170504.756000', '170504.758000', '170504.761000', '170504.763000', '170504.766000', '170504.769000', '170504.771000', '170504.774000', '170504.776000', '170504.779000', '170504.782000', '170504.784000', '170504.787000', '170504.789000', '170504.792000', '170504.794000', '170504.797000', '170504.800000', '170504.802000', '170504.805000', '170504.807000', '170504.810000', '170504.813000', '170504.815000', '170504.818000', '170504.820000', '170504.823000', '170504.826000', '170504.828000', '170504.831000', '170504.833000', '170504.836000', '170504.839000', '170504.841000', '170504.844000', '170504.846000', '170504.849000', '170504.852000', '170524.743000', '170524.745000', '170524.749000', '170524.752000', '170524.754000', '170524.757000', '170524.759000', '170524.762000', '170524.765000', '170524.767000', '170524.770000', '170524.772000', '170524.775000', '170524.777000', '170524.780000', '170524.783000', '170524.785000', '170524.788000', '170524.791000', '170524.793000', '170524.796000', '170524.798000', '170524.852000', '170524.855000', '170524.857000', '170524.860000', '170524.862000', '170524.865000', '170524.868000', '170524.870000', '170524.873000', '170524.875000', '170524.878000', '170524.881000', '170524.883000', '170524.886000', '170524.888000', '170524.891000', '170524.893000', '170524.896000', '170524.899000', '170524.901000', '170524.904000', '170544.742000', '170544.745000', '170544.748000', '170544.750000', '170544.753000', '170544.756000', '170544.758000', '170544.761000', '170544.763000', '170544.766000', '170544.768000', '170544.771000', '170544.774000', '170544.776000', '170544.789000', '170544.792000', '170544.795000', '170544.797000', '170544.892000', '170544.895000', '170544.897000', '170544.900000', '170544.903000', '170544.905000', '170544.908000', '170544.910000', '170544.913000', '170544.915000', '170544.918000', '170544.921000', '170544.923000', '170544.926000', '170544.928000', '170544.931000', '170544.934000', '170544.936000', '170544.939000', '170544.941000', '170544.944000', '170544.946000', '170544.949000', '170544.952000', '170544.954000', '170544.957000', '170604.744000', '170604.746000', '170604.749000', '170604.752000', '170604.754000', '170604.757000', '170604.759000', '170604.762000', '170604.765000', '170604.767000', '170604.770000', '170604.772000', '170604.775000', '170604.778000', '170604.780000', '170604.783000', '170604.785000', '170604.788000', '170604.791000', '170604.793000', '170604.796000', '170604.798000', '170604.868000', '170604.871000', '170604.873000', '170604.876000', '170604.878000', '170604.881000', '170604.884000', '170604.886000', '170604.889000', '170604.891000', '170604.894000', '170604.897000', '170604.899000', '170604.902000', '170604.904000', '170604.907000', '170604.910000', '170604.912000', '170604.915000', '170604.917000', '170604.920000', '170604.923000', '170624.744000', '170624.746000', '170624.749000', '170624.752000', '170624.754000', '170624.757000', '170624.759000', '170624.762000', '170624.765000', '170624.767000', '170624.770000', '170624.772000', '170624.775000', '170624.778000', '170624.780000', '170624.783000', '170624.786000', '170624.788000', '170624.791000', '170624.793000', '170624.796000', '170624.799000', '170624.847000', '170624.850000', '170624.852000', '170624.855000', '170624.858000', '170624.860000', '170624.863000', '170624.865000', '170624.868000', '170624.871000', '170624.873000', '170624.876000', '170624.878000', '170624.881000', '170624.884000', '170624.886000', '170624.889000', '170624.891000', '170624.894000', '170624.897000', '170624.899000', '170644.743000', '170644.745000', '170644.748000', '170644.751000', '170644.753000', '170644.756000', '170644.759000', '170644.761000', '170644.764000', '170644.766000', '170644.769000', '170644.772000', '170644.774000', '170644.777000', '170644.779000', '170644.782000', '170644.785000', '170644.787000', '170644.791000', '170644.794000', '170644.797000', '170644.799000', '170644.872000', '170644.875000', '170644.877000', '170644.880000', '170644.883000', '170644.885000', '170644.888000', '170644.891000', '170644.893000', '170644.896000', '170644.898000', '170644.901000', '170644.904000', '170644.906000', '170644.909000', '170644.911000', '170644.914000', '170644.917000', '170644.919000', '170644.922000', '170644.924000', '170652.086000', '170652.089000', '170652.091000', '170652.094000', '170652.097000', '170652.099000', '170652.102000', '170652.105000', '170652.108000', '170652.110000', '170652.136000', '170652.139000', '170652.142000', '170652.145000', '170652.147000', '170652.150000', '170652.153000'], 'InstanceCreationTime': ['165704.792000', '165704.795000', '165704.797000', '165704.800000', '165704.803000', '165704.805000', '165704.818000', '165704.821000', '165704.823000', '165704.826000', '165704.828000', '165704.831000', '165704.834000', '165704.836000', '165704.839000', '165704.841000', '165704.844000', '165704.846000', '165704.852000', '165704.855000', '165704.857000', '165724.742000', '165724.745000', '165724.748000', '165724.750000', '165724.753000', '165724.755000', '165724.763000', '165724.765000', '165724.768000', '165724.771000', '165724.773000', '165724.776000', '165724.778000', '165724.781000', '165724.783000', '165724.786000', '165724.789000', '165724.791000', '165724.794000', '165724.796000', '165724.799000', '165724.802000', '165724.804000', '165724.807000', '165724.809000', '165724.812000', '165724.815000', '165724.817000', '165724.820000', '165724.822000', '165724.825000', '165724.827000', '165724.830000', '165724.832000', '165724.835000', '165724.838000', '165724.840000', '165724.843000', '165724.845000', '165724.848000', '165724.850000', '165724.853000', '165724.855000', '165744.742000', '165744.748000', '165744.751000', '165744.754000', '165744.757000', '165744.759000', '165744.762000', '165744.765000', '165744.767000', '165744.770000', '165744.773000', '165744.775000', '165744.778000', '165744.780000', '165744.783000', '165744.785000', '165744.788000', '165744.791000', '165744.793000', '165744.796000', '165744.798000', '165744.801000', '165744.803000', '165744.806000', '165744.809000', '165744.811000', '165744.814000', '165744.816000', '165744.819000', '165744.821000', '165744.824000', '165744.827000', '165744.829000', '165744.832000', '165744.834000', '165744.837000', '165744.840000', '165744.842000', '165744.845000', '165744.847000', '165744.850000', '165744.853000', '165744.855000', '165744.858000', '165804.742000', '165804.745000', '165804.748000', '165804.750000', '165804.753000', '165804.756000', '165804.758000', '165804.761000', '165804.763000', '165804.766000', '165804.768000', '165804.771000', '165804.773000', '165804.776000', '165804.779000', '165804.781000', '165804.784000', '165804.786000', '165804.789000', '165804.792000', '165804.794000', '165804.797000', '165804.799000', '165804.802000', '165804.805000', '165804.807000', '165804.810000', '165804.812000', '165804.815000', '165804.817000', '165804.820000', '165804.822000', '165804.825000', '165804.828000', '165804.830000', '165804.833000', '165804.835000', '165804.838000', '165804.841000', '165804.843000', '165804.846000', '165804.848000', '165804.851000', '165824.743000', '165824.745000', '165824.748000', '165824.751000', '165824.753000', '165824.756000', '165824.759000', '165824.761000', '165824.764000', '165824.766000', '165824.769000', '165824.771000', '165824.774000', '165824.776000', '165824.779000', '165824.782000', '165824.784000', '165824.787000', '165824.790000', '165824.792000', '165824.795000', '165824.797000', '165824.800000', '165824.803000', '165824.805000', '165824.808000', '165824.811000', '165824.813000', '165824.816000', '165824.818000', '165824.821000', '165824.824000', '165824.864000', '165824.866000', '165824.869000', '165824.872000', '165824.874000', '165824.877000', '165824.879000', '165824.882000', '165824.885000', '165824.887000', '165824.890000', '165824.892000', '165844.742000', '165844.745000', '165844.748000', '165844.751000', '165844.753000', '165844.756000', '165844.758000', '165844.761000', '165844.763000', '165844.766000', '165844.769000', '165844.771000', '165844.774000', '165844.776000', '165844.779000', '165844.781000', '165844.784000', '165844.787000', '165844.789000', '165844.792000', '165844.794000', '165844.797000', '165844.800000', '165844.818000', '165844.821000', '165844.823000', '165844.826000', '165844.828000', '165844.831000', '165844.834000', '165844.836000', '165844.839000', '165844.841000', '165844.844000', '165844.846000', '165844.849000', '165844.852000', '165844.854000', '165844.857000', '165844.860000', '165844.862000', '165844.865000', '165844.867000', '165904.743000', '165904.746000', '165904.749000', '165904.752000', '165904.754000', '165904.757000', '165904.760000', '165904.763000', '165904.766000', '165904.769000', '165904.771000', '165904.774000', '165904.777000', '165904.779000', '165904.782000', '165904.784000', '165904.787000', '165904.790000', '165904.794000', '165904.796000', '165904.799000', '165904.848000', '165904.851000', '165904.854000', '165904.856000', '165904.859000', '165904.861000', '165904.864000', '165904.866000', '165904.869000', '165904.871000', '165904.874000', '165904.877000', '165904.879000', '165904.882000', '165904.884000', '165904.887000', '165904.889000', '165904.892000', '165904.895000', '165904.897000', '165904.900000', '165904.902000', '165924.743000', '165924.746000', '165924.749000', '165924.752000', '165924.754000', '165924.757000', '165924.759000', '165924.762000', '165924.765000', '165924.767000', '165924.770000', '165924.772000', '165924.775000', '165924.778000', '165924.780000', '165924.783000', '165924.786000', '165924.788000', '165924.791000', '165924.793000', '165924.796000', '165924.799000', '165924.830000', '165924.832000', '165924.835000', '165924.838000', '165924.840000', '165924.843000', '165924.846000', '165924.848000', '165924.851000', '165924.853000', '165924.856000', '165924.859000', '165924.861000', '165924.864000', '165924.866000', '165924.869000', '165924.872000', '165924.874000', '165924.877000', '165924.880000', '165924.882000', '165924.885000', '165944.742000', '165944.745000', '165944.748000', '165944.750000', '165944.753000', '165944.756000', '165944.758000', '165944.761000', '165944.763000', '165944.766000', '165944.768000', '165944.771000', '165944.774000', '165944.776000', '165944.779000', '165944.782000', '165944.784000', '165944.787000', '165944.790000', '165944.792000', '165944.795000', '165944.797000', '165944.842000', '165944.844000', '165944.847000', '165944.849000', '165944.852000', '165944.854000', '165944.857000', '165944.860000', '165944.862000', '165944.865000', '165944.867000', '165944.870000', '165944.873000', '165944.875000', '165944.878000', '165944.880000', '165944.883000', '165944.885000', '165944.888000', '165944.891000', '165944.893000', '170004.743000', '170004.745000', '170004.748000', '170004.751000', '170004.753000', '170004.756000', '170004.758000', '170004.761000', '170004.764000', '170004.766000', '170004.769000', '170004.771000', '170004.774000', '170004.777000', '170004.779000', '170004.782000', '170004.784000', '170004.787000', '170004.790000', '170004.792000', '170004.795000', '170004.797000', '170004.800000', '170004.803000', '170004.805000', '170004.808000', '170004.810000', '170004.813000', '170004.826000', '170004.829000', '170004.832000', '170004.834000', '170004.837000', '170004.839000', '170004.842000', '170004.845000', '170004.847000', '170004.850000', '170004.852000', '170004.855000', '170004.857000', '170004.860000', '170004.863000', '170004.865000', '170024.743000', '170024.746000', '170024.748000', '170024.751000', '170024.753000', '170024.756000', '170024.758000', '170024.761000', '170024.764000', '170024.766000', '170024.769000', '170024.771000', '170024.774000', '170024.777000', '170024.779000', '170024.782000', '170024.784000', '170024.787000', '170024.789000', '170024.792000', '170024.795000', '170024.799000', '170024.859000', '170024.862000', '170024.865000', '170024.867000', '170024.870000', '170024.872000', '170024.875000', '170024.877000', '170024.880000', '170024.883000', '170024.885000', '170024.888000', '170024.890000', '170024.893000', '170024.895000', '170024.898000', '170024.901000', '170024.903000', '170024.906000', '170024.908000', '170024.911000', '170044.743000', '170044.745000', '170044.748000', '170044.751000', '170044.753000', '170044.756000', '170044.759000', '170044.761000', '170044.764000', '170044.766000', '170044.769000', '170044.772000', '170044.774000', '170044.777000', '170044.780000', '170044.782000', '170044.785000', '170044.787000', '170044.790000', '170044.792000', '170044.795000', '170044.798000', '170044.838000', '170044.841000', '170044.843000', '170044.846000', '170044.849000', '170044.851000', '170044.854000', '170044.856000', '170044.859000', '170044.861000', '170044.864000', '170044.867000', '170044.869000', '170044.872000', '170044.874000', '170044.877000', '170044.880000', '170044.882000', '170044.885000', '170044.888000', '170044.890000', '170044.893000', '170104.742000', '170104.745000', '170104.748000', '170104.750000', '170104.753000', '170104.756000', '170104.758000', '170104.761000', '170104.763000', '170104.766000', '170104.768000', '170104.771000', '170104.774000', '170104.776000', '170104.779000', '170104.781000', '170104.784000', '170104.786000', '170104.789000', '170104.792000', '170104.794000', '170104.797000', '170104.861000', '170104.864000', '170104.866000', '170104.869000', '170104.872000', '170104.874000', '170104.877000', '170104.879000', '170104.882000', '170104.884000', '170104.887000', '170104.890000', '170104.892000', '170104.895000', '170104.897000', '170104.900000', '170104.902000', '170104.905000', '170104.908000', '170104.910000', '170104.913000', '170124.743000', '170124.746000', '170124.749000', '170124.751000', '170124.754000', '170124.757000', '170124.759000', '170124.762000', '170124.764000', '170124.767000', '170124.770000', '170124.772000', '170124.775000', '170124.777000', '170124.780000', '170124.783000', '170124.785000', '170124.788000', '170124.790000', '170124.793000', '170124.796000', '170124.798000', '170124.801000', '170124.804000', '170124.806000', '170124.809000', '170124.811000', '170124.814000', '170124.817000', '170124.819000', '170124.822000', '170124.824000', '170124.827000', '170124.829000', '170124.832000', '170124.835000', '170124.837000', '170124.840000', '170124.842000', '170124.845000', '170124.848000', '170124.850000', '170124.853000', '170124.855000', '170144.743000', '170144.746000', '170144.749000', '170144.751000', '170144.754000', '170144.757000', '170144.759000', '170144.762000', '170144.764000', '170144.767000', '170144.770000', '170144.772000', '170144.775000', '170144.777000', '170144.780000', '170144.783000', '170144.785000', '170144.788000', '170144.791000', '170144.793000', '170144.796000', '170144.799000', '170144.801000', '170144.804000', '170144.807000', '170144.809000', '170144.812000', '170144.814000', '170144.817000', '170144.819000', '170144.822000', '170144.825000', '170144.828000', '170144.831000', '170144.834000', '170144.836000', '170144.839000', '170144.842000', '170144.844000', '170144.847000', '170144.850000', '170144.852000', '170144.855000', '170204.743000', '170204.745000', '170204.748000', '170204.751000', '170204.753000', '170204.756000', '170204.758000', '170204.761000', '170204.764000', '170204.766000', '170204.769000', '170204.772000', '170204.774000', '170204.777000', '170204.779000', '170204.782000', '170204.785000', '170204.787000', '170204.790000', '170204.792000', '170204.795000', '170204.797000', '170204.851000', '170204.854000', '170204.856000', '170204.859000', '170204.861000', '170204.864000', '170204.867000', '170204.869000', '170204.872000', '170204.874000', '170204.877000', '170204.880000', '170204.882000', '170204.885000', '170204.887000', '170204.890000', '170204.893000', '170204.895000', '170204.898000', '170204.900000', '170204.903000', '170204.906000', '170224.742000', '170224.745000', '170224.748000', '170224.751000', '170224.753000', '170224.756000', '170224.758000', '170224.761000', '170224.764000', '170224.766000', '170224.769000', '170224.772000', '170224.775000', '170224.777000', '170224.780000', '170224.782000', '170224.785000', '170224.787000', '170224.795000', '170224.798000', '170224.864000', '170224.867000', '170224.869000', '170224.872000', '170224.874000', '170224.877000', '170224.879000', '170224.882000', '170224.885000', '170224.888000', '170224.890000', '170224.893000', '170224.896000', '170224.898000', '170224.901000', '170224.904000', '170224.906000', '170224.909000', '170224.912000', '170224.914000', '170224.917000', '170224.919000', '170224.922000', '170244.743000', '170244.746000', '170244.748000', '170244.751000', '170244.753000', '170244.756000', '170244.759000', '170244.761000', '170244.764000', '170244.766000', '170244.769000', '170244.772000', '170244.774000', '170244.777000', '170244.779000', '170244.782000', '170244.785000', '170244.787000', '170244.790000', '170244.792000', '170244.795000', '170244.797000', '170244.848000', '170244.850000', '170244.853000', '170244.855000', '170244.858000', '170244.860000', '170244.863000', '170244.866000', '170244.868000', '170244.871000', '170244.873000', '170244.876000', '170244.878000', '170244.881000', '170244.884000', '170244.886000', '170244.889000', '170244.892000', '170244.894000', '170244.897000', '170244.899000', '170244.902000', '170304.742000', '170304.745000', '170304.748000', '170304.751000', '170304.753000', '170304.764000', '170304.767000', '170304.771000', '170304.773000', '170304.776000', '170304.779000', '170304.781000', '170304.784000', '170304.786000', '170304.789000', '170304.792000', '170304.794000', '170304.797000', '170304.827000', '170304.829000', '170304.832000', '170304.834000', '170304.837000', '170304.840000', '170304.842000', '170304.845000', '170304.847000', '170304.850000', '170304.852000', '170304.855000', '170304.858000', '170304.860000', '170304.863000', '170304.865000', '170304.868000', '170304.871000', '170304.873000', '170304.876000', '170304.878000', '170304.881000', '170304.883000', '170304.886000', '170304.888000', '170324.743000', '170324.745000', '170324.748000', '170324.751000', '170324.753000', '170324.756000', '170324.759000', '170324.762000', '170324.765000', '170324.768000', '170324.770000', '170324.773000', '170324.776000', '170324.778000', '170324.781000', '170324.783000', '170324.786000', '170324.789000', '170324.791000', '170324.794000', '170324.797000', '170324.799000', '170324.802000', '170324.804000', '170324.807000', '170324.810000', '170324.812000', '170324.815000', '170324.817000', '170324.820000', '170324.823000', '170324.825000', '170324.828000', '170324.830000', '170324.833000', '170324.835000', '170324.838000', '170324.841000', '170324.843000', '170324.846000', '170324.848000', '170324.851000', '170324.854000', '170344.743000', '170344.746000', '170344.749000', '170344.752000', '170344.754000', '170344.757000', '170344.760000', '170344.762000', '170344.765000', '170344.767000', '170344.770000', '170344.773000', '170344.775000', '170344.778000', '170344.780000', '170344.783000', '170344.785000', '170344.788000', '170344.790000', '170344.793000', '170344.796000', '170344.798000', '170344.801000', '170344.804000', '170344.806000', '170344.809000', '170344.811000', '170344.814000', '170344.817000', '170344.819000', '170344.822000', '170344.824000', '170344.827000', '170344.830000', '170344.832000', '170344.835000', '170344.837000', '170344.840000', '170344.842000', '170344.845000', '170344.848000', '170344.850000', '170344.853000', '170344.855000', '170404.744000', '170404.746000', '170404.749000', '170404.752000', '170404.754000', '170404.757000', '170404.760000', '170404.762000', '170404.765000', '170404.768000', '170404.770000', '170404.773000', '170404.775000', '170404.778000', '170404.781000', '170404.783000', '170404.786000', '170404.788000', '170404.791000', '170404.794000', '170404.796000', '170404.799000', '170404.875000', '170404.878000', '170404.881000', '170404.883000', '170404.886000', '170404.888000', '170404.891000', '170404.894000', '170404.896000', '170404.899000', '170404.902000', '170404.904000', '170404.907000', '170404.910000', '170404.912000', '170404.915000', '170404.917000', '170404.920000', '170404.922000', '170404.925000', '170404.927000', '170404.930000', '170424.743000', '170424.746000', '170424.748000', '170424.751000', '170424.754000', '170424.756000', '170424.759000', '170424.761000', '170424.764000', '170424.767000', '170424.769000', '170424.772000', '170424.774000', '170424.777000', '170424.779000', '170424.782000', '170424.798000', '170424.801000', '170424.803000', '170424.806000', '170424.808000', '170424.811000', '170424.814000', '170424.816000', '170424.819000', '170424.821000', '170424.824000', '170424.826000', '170424.829000', '170424.832000', '170424.834000', '170424.837000', '170424.862000', '170424.865000', '170424.868000', '170424.870000', '170424.873000', '170424.876000', '170424.879000', '170424.881000', '170424.884000', '170424.886000', '170424.889000', '170444.743000', '170444.745000', '170444.748000', '170444.751000', '170444.753000', '170444.756000', '170444.759000', '170444.761000', '170444.764000', '170444.766000', '170444.769000', '170444.772000', '170444.774000', '170444.777000', '170444.779000', '170444.782000', '170444.785000', '170444.788000', '170444.790000', '170444.793000', '170444.795000', '170444.798000', '170444.868000', '170444.871000', '170444.873000', '170444.876000', '170444.879000', '170444.881000', '170444.884000', '170444.886000', '170444.889000', '170444.892000', '170444.894000', '170444.897000', '170444.899000', '170444.902000', '170444.905000', '170444.907000', '170444.910000', '170444.912000', '170444.915000', '170444.918000', '170444.920000', '170444.923000', '170504.743000', '170504.745000', '170504.748000', '170504.751000', '170504.753000', '170504.756000', '170504.758000', '170504.761000', '170504.763000', '170504.766000', '170504.769000', '170504.771000', '170504.774000', '170504.776000', '170504.779000', '170504.782000', '170504.784000', '170504.787000', '170504.789000', '170504.792000', '170504.794000', '170504.797000', '170504.800000', '170504.802000', '170504.805000', '170504.807000', '170504.810000', '170504.813000', '170504.815000', '170504.818000', '170504.820000', '170504.823000', '170504.826000', '170504.828000', '170504.831000', '170504.833000', '170504.836000', '170504.839000', '170504.841000', '170504.844000', '170504.846000', '170504.849000', '170504.852000', '170524.743000', '170524.745000', '170524.749000', '170524.752000', '170524.754000', '170524.757000', '170524.759000', '170524.762000', '170524.765000', '170524.767000', '170524.770000', '170524.772000', '170524.775000', '170524.777000', '170524.780000', '170524.783000', '170524.785000', '170524.788000', '170524.791000', '170524.793000', '170524.796000', '170524.798000', '170524.852000', '170524.855000', '170524.857000', '170524.860000', '170524.862000', '170524.865000', '170524.868000', '170524.870000', '170524.873000', '170524.875000', '170524.878000', '170524.881000', '170524.883000', '170524.886000', '170524.888000', '170524.891000', '170524.893000', '170524.896000', '170524.899000', '170524.901000', '170524.904000', '170544.742000', '170544.745000', '170544.748000', '170544.750000', '170544.753000', '170544.756000', '170544.758000', '170544.761000', '170544.763000', '170544.766000', '170544.768000', '170544.771000', '170544.774000', '170544.776000', '170544.789000', '170544.792000', '170544.795000', '170544.797000', '170544.892000', '170544.895000', '170544.897000', '170544.900000', '170544.903000', '170544.905000', '170544.908000', '170544.910000', '170544.913000', '170544.915000', '170544.918000', '170544.921000', '170544.923000', '170544.926000', '170544.928000', '170544.931000', '170544.934000', '170544.936000', '170544.939000', '170544.941000', '170544.944000', '170544.946000', '170544.949000', '170544.952000', '170544.954000', '170544.957000', '170604.744000', '170604.746000', '170604.749000', '170604.752000', '170604.754000', '170604.757000', '170604.759000', '170604.762000', '170604.765000', '170604.767000', '170604.770000', '170604.772000', '170604.775000', '170604.778000', '170604.780000', '170604.783000', '170604.785000', '170604.788000', '170604.791000', '170604.793000', '170604.796000', '170604.798000', '170604.868000', '170604.871000', '170604.873000', '170604.876000', '170604.878000', '170604.881000', '170604.884000', '170604.886000', '170604.889000', '170604.891000', '170604.894000', '170604.897000', '170604.899000', '170604.902000', '170604.904000', '170604.907000', '170604.910000', '170604.912000', '170604.915000', '170604.917000', '170604.920000', '170604.923000', '170624.744000', '170624.746000', '170624.749000', '170624.752000', '170624.754000', '170624.757000', '170624.759000', '170624.762000', '170624.765000', '170624.767000', '170624.770000', '170624.772000', '170624.775000', '170624.778000', '170624.780000', '170624.783000', '170624.786000', '170624.788000', '170624.791000', '170624.793000', '170624.796000', '170624.799000', '170624.847000', '170624.850000', '170624.852000', '170624.855000', '170624.858000', '170624.860000', '170624.863000', '170624.865000', '170624.868000', '170624.871000', '170624.873000', '170624.876000', '170624.878000', '170624.881000', '170624.884000', '170624.886000', '170624.889000', '170624.891000', '170624.894000', '170624.897000', '170624.899000', '170644.743000', '170644.745000', '170644.748000', '170644.751000', '170644.753000', '170644.756000', '170644.759000', '170644.761000', '170644.764000', '170644.766000', '170644.769000', '170644.772000', '170644.774000', '170644.777000', '170644.779000', '170644.782000', '170644.785000', '170644.787000', '170644.791000', '170644.794000', '170644.797000', '170644.799000', '170644.872000', '170644.875000', '170644.877000', '170644.880000', '170644.883000', '170644.885000', '170644.888000', '170644.891000', '170644.893000', '170644.896000', '170644.898000', '170644.901000', '170644.904000', '170644.906000', '170644.909000', '170644.911000', '170644.914000', '170644.917000', '170644.919000', '170644.922000', '170644.924000', '170652.086000', '170652.089000', '170652.091000', '170652.094000', '170652.097000', '170652.099000', '170652.102000', '170652.105000', '170652.108000', '170652.110000', '170652.136000', '170652.139000', '170652.142000', '170652.145000', '170652.147000', '170652.150000', '170652.153000'], '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': [14009, 9220, 13513, 9244, 7846, 9648, 7953, 12206, 8074, 13246, 8579, 14115, 10291, 13770, 12285, 11792, 14565, 9374, 11945, 7861, 10523, 7738, 9283, 10937, 8131, 9963, 7462, 9620, 7810, 9272, 8642, 8169, 11286, 8098, 11124, 8531, 10756, 7574, 9709, 10782, 8375, 7275, 8081, 11209, 7972, 11021, 7995, 10899, 7554, 10570, 7479, 9799, 8771, 8253, 12392, 8312, 11449, 7844, 10958, 7366, 9687, 8519, 8978, 13295, 8248, 10917, 7904, 10615, 7594, 9980, 7776, 10449, 8069, 10923, 8097, 12157, 8800, 7313, 9301, 7850, 9911, 13751, 9365, 13462, 9535, 13329, 8339, 12016, 7828, 11223, 7764, 11518, 7625, 10410, 7758, 9389, 12101, 8198, 12628, 8602, 11206, 8394, 10547, 8148, 8371, 12972, 8348, 11416, 8246, 10531, 8942, 8590, 12651, 8150, 11745, 8147, 10522, 7490, 9254, 12668, 8386, 11897, 7891, 10621, 7452, 10023, 7732, 8877, 12940, 8143, 11528, 7611, 11609, 7528, 9613, 13371, 8242, 12909, 8314, 12104, 7793, 9822, 10494, 8482, 13024, 8680, 11089, 8403, 10057, 7832, 10196, 8063, 10311, 7641, 9502, 10941, 9381, 11813, 8564, 11854, 8352, 12025, 8098, 11331, 8280, 10744, 9598, 10200, 8921, 9056, 13150, 8421, 12456, 8600, 13358, 8025, 10833, 7648, 9092, 12649, 8317, 12866, 8430, 11048, 7902, 8957, 11850, 8348, 11851, 7940, 10967, 7817, 9822, 11825, 8531, 11898, 8089, 11327, 8283, 10407, 7819, 9061, 13282, 8542, 11870, 7846, 10774, 7742, 10435, 10694, 9097, 12052, 8245, 10902, 7985, 11382, 7623, 9894, 7440, 8898, 11809, 8408, 12660, 8430, 11653, 7963, 10621, 7786, 10498, 7917, 9753, 8009, 8328, 12518, 8227, 12496, 8371, 11691, 7804, 9338, 11990, 8613, 12614, 8614, 11530, 7970, 9979, 8471, 8716, 12430, 8341, 11721, 8246, 10131, 7868, 9817, 10833, 8745, 11407, 7946, 11433, 7892, 10432, 7418, 8971, 13072, 8244, 12510, 8330, 11509, 8150, 10292, 7994, 8919, 12455, 8403, 11119, 7899, 10669, 7837, 10019, 7609, 9359, 8237, 8241, 10702, 8730, 12085, 8617, 7907, 9575, 7693, 10259, 8047, 9071, 13067, 8410, 13390, 8546, 11744, 8162, 11252, 7905, 10567, 12974, 10949, 13316, 8632, 11565, 8345, 10830, 7651, 9351, 10819, 8463, 10665, 8122, 10250, 7830, 9020, 11431, 8502, 10726, 8140, 10148, 10346, 8675, 12179, 7905, 10361, 7555, 9964, 11241, 8682, 11970, 7993, 10482, 8225, 11107, 7783, 9599, 8326, 8329, 11957, 8066, 11854, 8113, 11174, 7719, 9726, 12361, 8228, 11760, 7995, 11159, 7658, 8657, 10589, 8053, 11115, 8368, 10668, 7894, 8688, 12146, 8525, 10102, 8129, 11202, 8007, 10234, 8040, 9332, 11285, 8524, 11565, 8397, 12117, 7774, 10762, 9385, 8896, 13231, 8843, 13128, 8340, 11198, 7519, 9136, 13429, 8766, 10757, 8135, 10269, 7498, 9381, 12460, 8531, 10737, 7965, 10251, 7408, 9293, 9881, 8404, 10773, 8174, 10626, 8362, 11190, 7484, 9839, 7937, 9208, 11872, 8427, 11585, 8249, 11054, 7700, 10035, 12228, 8542, 12285, 8188, 11149, 7586, 9703, 11168, 9099, 11102, 8579, 9895, 9143, 7836, 9543, 7638, 8602, 12544, 8357, 11164, 8264, 10621, 7919, 10235, 7848, 10213, 8258, 9332, 11699, 8435, 10504, 8102, 10911, 8103, 9381, 11581, 8421, 11174, 8105, 11380, 8185, 9274, 12005, 8464, 11524, 8276, 11670, 8514, 10512, 8067, 9408, 12159, 9105, 11006, 8422, 10961, 7869, 10081, 12259, 8648, 10841, 8126, 10213, 8168, 8576, 10630, 8182, 10486, 8504, 8723, 7911, 8699, 7723, 8693, 7875, 9376, 7697, 9935, 11136, 8413, 12128, 8648, 10964, 8286, 10885, 8223, 9863, 11704, 9688, 12520, 8478, 11604, 8481, 10974, 8267, 9740, 11143, 8662, 10576, 8206, 10165, 7461, 8991, 11045, 8142, 10335, 7816, 9544, 11535, 8429, 10371, 8208, 10555, 7744, 9454, 7785, 9301, 11352, 8545, 10465, 8210, 10847, 7771, 10110, 9830, 8465, 11277, 8235, 11688, 8050, 10408, 12217, 8669, 11336, 8341, 10678, 7563, 9249, 11459, 8367, 11341, 8646, 10914, 7911, 9660, 11298, 8484, 11106, 8122, 10718, 7452, 9682, 11295, 8442, 11424, 8277, 10950, 7656, 9269, 11379, 8444, 11598, 8239, 11017, 8120, 9167, 11619, 8073, 11727, 8136, 10788, 8024, 8958, 11458, 8730, 11070, 8403, 11181, 8222, 11417, 8408, 10902, 8417, 11239, 7979, 10309, 9747, 10172, 9333, 9640, 11923, 8520, 11061, 8508, 11651, 7842, 10317, 7816, 8933, 11309, 8467, 11400, 8373, 10612, 7959, 9387, 11033, 9012, 10586, 8304, 10766, 8136, 10424, 7952, 9072, 10693, 8210, 10457, 8069, 10245, 8305, 8958, 11238, 8092, 10312, 7751, 10026, 8149, 9241, 11693, 8377, 10773, 8188, 10853, 8247, 9815, 7878, 9277, 7564, 9059, 11761, 7853, 10910, 7798, 9271, 8403, 9135, 11310, 8702, 11892, 8467, 11207, 8255, 10685, 8056, 10541, 9804, 9512, 11011, 8944, 11501, 8378, 11950, 8677, 13784, 8444, 10957, 8091, 9833, 9960, 9762, 10498, 9054, 11670, 8410, 11169, 8371, 10624, 8579, 10387, 7907, 9684, 7803, 9289, 8140, 9132, 11774, 8517, 10646, 8473, 10636, 8361, 10477, 8228, 10036, 8025, 9511, 12158, 8802, 10949, 8434, 10441, 7763, 10014, 8684, 8906, 10916, 8111, 10299, 7925, 10233, 7955, 8927, 11118, 8114, 10458, 7936, 9436, 10048, 8419, 10861, 8310, 10659, 7515, 9595, 11080, 8442, 10578, 7774, 11243, 8170, 10698, 8011, 9417, 11110, 8886, 9646, 8428, 11505, 8158, 11656, 8518, 11124, 8673, 12489, 8912, 12033, 9129, 11764, 8417, 12306, 8505, 11633, 7625, 10275, 7720, 9250, 11199, 8234, 11430, 8172, 10572, 7749, 9583, 10892, 8530, 10856, 7983, 10732, 7800, 9985, 10920, 8503, 10854, 8032, 10675, 7951, 9205, 11578, 8012, 10555, 7842, 10277, 7629, 8957, 11627, 8300, 11128, 7858, 10336, 7869, 9111, 11835, 8439, 11235, 8153, 11103, 8136, 9969, 7545, 9547, 7335, 8827, 11625, 8123, 10904, 8334, 10912, 8104, 10428, 8707, 9153, 12102, 9298, 11438, 8277, 11070, 7855, 9574, 12565, 8551, 11269, 8235, 10747, 7577, 10016, 7582, 9453, 11431, 8385, 10672, 8152, 11199, 7564, 9975, 11305, 8469, 11441, 8076, 10614, 8438, 10560, 7745, 9204, 8411, 8565, 10458, 8532, 10274, 8108, 10628, 8252, 10085, 8192, 9090, 11167, 8443, 11383, 8399, 10558, 8265, 9443, 11312, 8499, 11355, 7880, 10113, 7946, 9266, 11007, 8459, 10844, 7789, 10201, 8412, 10074, 8053, 9014, 10924, 8649, 10320, 8416, 9917, 8192, 10074, 7956, 9008, 11663, 8742, 10297, 8407, 10326, 8140, 9083, 11216, 8404, 10147, 8160, 10428, 7690, 8803, 9970, 8384, 9979, 8018, 9878, 7622, 8730, 10363, 8134, 10264, 8079, 10263, 7720, 9960, 10170, 8638, 10609, 7760, 10464, 7969, 10522, 7971, 10021, 7910, 10591, 8112, 10963, 8223, 7562, 9577, 11274, 8317, 12135, 8591, 11805, 8805, 11346, 8345, 13257, 8317, 14605, 10353, 13796, 9370, 12876, 9053, 12466, 9666, 10525, 15297, 12228, 12365, 8631, 10059, 8402, 10092, 8012, 9220, 7921, 8777, 8865, 8640, 10086, 8268, 9450, 8092, 9440, 8400, 8836, 10402, 8414, 9971, 8378, 9806, 7570, 9393, 10349, 8438, 9939, 8387, 9997, 7759, 9418, 8773, 8433, 9836, 8250, 9418, 7950, 8350, 9919, 8442, 10081, 8232, 10112, 8232, 8353, 10496, 8110, 9853, 8083, 10052, 8269, 9787, 8276, 8898, 7355, 8418, 10748, 8004, 10380, 7952, 9678, 7720, 8614, 10482, 8041, 10481, 7510, 9637, 7620, 8224, 10804, 8127, 10414, 7874, 9082, 9403, 8342, 10738, 8240, 10338, 7935, 9739, 9441, 8589, 10071, 7683, 9779, 7758, 11196, 8150, 10648, 7470, 9549, 9704, 8368, 11491, 7929, 10790, 7625, 10126, 12828, 10292, 11235, 8520, 10828, 8489, 11745, 9186, 9253, 8828, 7750, 9695, 7755, 10295, 8403, 10638, 7767, 10511, 10278, 9429, 10882, 8430, 11414, 8076, 10595, 7846, 10277, 9933, 9041, 9077, 8356, 10759, 8089, 10108, 7720, 10301, 7823, 9931, 8989, 8387, 10469, 7862, 10367, 8067, 10256, 7502, 8825, 11470, 8455, 10340, 8247, 10105, 7976, 8944, 10948, 8273, 9930, 8266, 10388, 8079, 9117, 10539, 8157, 10323, 7913, 10701, 7690, 9351, 11374, 8259, 10413, 8066, 10611, 7901, 8928, 11034, 8411, 10678, 7955, 10766, 8039, 9430, 7501, 8980, 11209, 8612, 11115, 8181, 10894, 7726, 10048, 8042, 9205, 9960, 8831, 8024, 8270, 11099, 8467, 10964, 8265, 11053, 7903, 10885, 7926, 10577, 8032, 11728, 7941, 10384, 7802, 8944, 13032, 8818, 11510, 8158, 10605, 8625, 11170, 7948, 9782, 7928, 8770, 11907, 8123, 11754, 7832, 10354, 7815, 9157, 9724, 8308, 10423, 7949, 10202, 8163, 9883, 8105, 9246, 7431, 8213, 11090, 8178, 11060, 7941, 10561, 7831, 10055, 7711, 10085, 8162, 9038, 12247, 8058, 11003, 7830, 9930, 12542, 8225, 10978, 8083, 9876, 7663, 9074, 9787, 8489, 9199, 8189, 10054, 8052, 9895, 7658, 8699, 9406, 8403, 10127, 8051, 9427, 9029, 8447, 10350, 7814, 9875, 7788, 9718, 9624, 8445, 10420, 8059, 10097, 8245, 10505, 7442, 8950, 9802, 8327, 10339, 8159, 10328, 9864, 8782, 10051, 8294, 9845, 8284, 9900, 8170, 9184, 7437, 8102, 11251, 8376, 10275, 7790, 9614, 7915, 9265, 11416, 8354, 10474, 8205, 9928, 8921, 8569], 'WindowCenter': [4591.0, 4512.0, 4531.0, 4468.0, 4443.0, 4464.0, 4442.0, 4479.0, 4428.0, 4478.0, 4427.0, 4477.0, 4445.0, 4464.0, 4444.0, 4442.0, 4459.0, 4408.0, 4429.0, 4386.0, 4418.0, 4375.0, 4406.0, 4427.0, 4399.0, 4419.0, 4389.0, 4420.0, 4401.0, 4421.0, 4412.0, 4413.0, 4441.0, 4413.0, 4451.0, 4423.0, 4453.0, 4403.0, 4449.0, 4469.0, 4428.0, 4406.0, 4440.0, 4468.0, 4429.0, 4470.0, 4440.0, 4485.0, 4432.0, 4474.0, 4433.0, 4472.0, 4450.0, 4441.0, 4504.0, 4455.0, 4481.0, 4442.0, 4472.0, 4430.0, 4462.0, 4453.0, 4477.0, 4506.0, 4456.0, 4483.0, 4442.0, 4484.0, 4460.0, 4489.0, 4443.0, 4472.0, 4444.0, 4483.0, 4456.0, 4495.0, 4452.0, 4434.0, 4464.0, 4445.0, 4474.0, 4503.0, 4464.0, 4517.0, 4475.0, 4491.0, 4441.0, 4480.0, 4430.0, 4470.0, 4431.0, 4482.0, 4432.0, 4472.0, 4429.0, 4450.0, 4478.0, 4440.0, 4494.0, 4440.0, 4470.0, 4440.0, 4469.0, 4429.0, 4443.0, 4488.0, 4439.0, 4468.0, 4428.0, 4460.0, 4449.0, 4440.0, 4478.0, 4429.0, 4478.0, 4427.0, 4458.0, 4418.0, 4450.0, 4476.0, 4438.0, 4469.0, 4427.0, 4459.0, 4419.0, 4458.0, 4417.0, 4437.0, 4476.0, 4429.0, 4470.0, 4428.0, 4468.0, 4417.0, 4447.0, 4476.0, 4428.0, 4479.0, 4427.0, 4465.0, 4415.0, 4446.0, 4455.0, 4437.0, 4488.0, 4437.0, 4456.0, 4424.0, 4458.0, 4430.0, 4459.0, 4428.0, 4471.0, 4429.0, 4462.0, 4470.0, 4460.0, 4480.0, 4450.0, 4482.0, 4452.0, 4479.0, 4429.0, 4470.0, 4438.0, 4470.0, 4462.0, 4459.0, 4438.0, 4448.0, 4475.0, 4427.0, 4477.0, 4439.0, 4478.0, 4427.0, 4456.0, 4414.0, 4424.0, 4476.0, 4426.0, 4474.0, 4424.0, 4454.0, 4411.0, 4434.0, 4464.0, 4425.0, 4464.0, 4413.0, 4453.0, 4400.0, 4432.0, 4451.0, 4425.0, 4464.0, 4413.0, 4453.0, 4423.0, 4445.0, 4414.0, 4436.0, 4475.0, 4423.0, 4464.0, 4415.0, 4454.0, 4416.0, 4457.0, 4455.0, 4434.0, 4463.0, 4426.0, 4456.0, 4427.0, 4467.0, 4415.0, 4448.0, 4404.0, 4436.0, 4479.0, 4440.0, 4488.0, 4438.0, 4467.0, 4427.0, 4457.0, 4430.0, 4469.0, 4426.0, 4449.0, 4426.0, 4427.0, 4477.0, 4440.0, 4490.0, 4438.0, 4468.0, 4416.0, 4447.0, 4467.0, 4438.0, 4477.0, 4437.0, 4466.0, 4415.0, 4445.0, 4425.0, 4437.0, 4465.0, 4425.0, 4464.0, 4424.0, 4445.0, 4415.0, 4444.0, 4454.0, 4424.0, 4464.0, 4427.0, 4467.0, 4417.0, 4456.0, 4404.0, 4434.0, 4474.0, 4426.0, 4476.0, 4424.0, 4467.0, 4413.0, 4444.0, 4426.0, 4449.0, 4476.0, 4427.0, 4455.0, 4426.0, 4457.0, 4429.0, 4471.0, 4428.0, 4448.0, 4440.0, 4438.0, 4457.0, 4450.0, 4480.0, 4452.0, 4455.0, 4475.0, 4442.0, 4471.0, 4429.0, 4450.0, 4490.0, 4452.0, 4492.0, 4440.0, 4479.0, 4439.0, 4468.0, 4428.0, 4471.0, 4491.0, 4458.0, 4477.0, 4437.0, 4456.0, 4427.0, 4469.0, 4416.0, 4436.0, 4454.0, 4425.0, 4444.0, 4426.0, 4457.0, 4404.0, 4435.0, 4456.0, 4424.0, 4444.0, 4416.0, 4457.0, 4444.0, 4425.0, 4464.0, 4413.0, 4443.0, 4416.0, 4446.0, 4454.0, 4425.0, 4451.0, 4414.0, 4442.0, 4426.0, 4456.0, 4405.0, 4436.0, 4413.0, 4424.0, 4465.0, 4426.0, 4469.0, 4426.0, 4467.0, 4414.0, 4446.0, 4463.0, 4412.0, 4464.0, 4413.0, 4456.0, 4403.0, 4423.0, 4455.0, 4427.0, 4455.0, 4425.0, 4456.0, 4413.0, 4438.0, 4478.0, 4437.0, 4455.0, 4426.0, 4466.0, 4439.0, 4470.0, 4428.0, 4450.0, 4468.0, 4438.0, 4479.0, 4441.0, 4480.0, 4429.0, 4469.0, 4448.0, 4439.0, 4489.0, 4449.0, 4477.0, 4424.0, 4457.0, 4405.0, 4437.0, 4476.0, 4426.0, 4455.0, 4413.0, 4443.0, 4404.0, 4435.0, 4464.0, 4424.0, 4444.0, 4413.0, 4443.0, 4403.0, 4435.0, 4433.0, 4413.0, 4442.0, 4413.0, 4443.0, 4426.0, 4467.0, 4403.0, 4446.0, 4416.0, 4436.0, 4465.0, 4427.0, 4465.0, 4426.0, 4456.0, 4416.0, 4447.0, 4463.0, 4437.0, 4467.0, 4425.0, 4454.0, 4414.0, 4435.0, 4452.0, 4435.0, 4454.0, 4437.0, 4460.0, 4449.0, 4427.0, 4458.0, 4416.0, 4438.0, 4490.0, 4439.0, 4468.0, 4438.0, 4458.0, 4429.0, 4467.0, 4441.0, 4460.0, 4429.0, 4449.0, 4465.0, 4427.0, 4457.0, 4429.0, 4458.0, 4414.0, 4436.0, 4454.0, 4426.0, 4455.0, 4417.0, 4457.0, 4423.0, 4435.0, 4462.0, 4427.0, 4467.0, 4426.0, 4466.0, 4424.0, 4455.0, 4414.0, 4447.0, 4478.0, 4436.0, 4456.0, 4424.0, 4454.0, 4414.0, 4457.0, 4467.0, 4426.0, 4454.0, 4414.0, 4443.0, 4425.0, 4426.0, 4442.0, 4424.0, 4440.0, 4425.0, 4436.0, 4415.0, 4435.0, 4414.0, 4438.0, 4440.0, 4448.0, 4417.0, 4458.0, 4469.0, 4441.0, 4479.0, 4438.0, 4459.0, 4427.0, 4456.0, 4425.0, 4461.0, 4479.0, 4445.0, 4464.0, 4424.0, 4454.0, 4424.0, 4457.0, 4425.0, 4436.0, 4453.0, 4424.0, 4445.0, 4427.0, 4457.0, 4403.0, 4424.0, 4452.0, 4411.0, 4444.0, 4403.0, 4436.0, 4455.0, 4414.0, 4432.0, 4412.0, 4444.0, 4415.0, 4446.0, 4414.0, 4436.0, 4453.0, 4422.0, 4456.0, 4438.0, 4458.0, 4414.0, 4456.0, 4445.0, 4426.0, 4468.0, 4427.0, 4469.0, 4417.0, 4455.0, 4464.0, 4426.0, 4456.0, 4425.0, 4445.0, 4401.0, 4433.0, 4454.0, 4426.0, 4455.0, 4425.0, 4454.0, 4413.0, 4433.0, 4454.0, 4425.0, 4457.0, 4415.0, 4444.0, 4403.0, 4435.0, 4454.0, 4427.0, 4453.0, 4424.0, 4454.0, 4414.0, 4435.0, 4466.0, 4426.0, 4455.0, 4425.0, 4457.0, 4414.0, 4435.0, 4466.0, 4416.0, 4464.0, 4413.0, 4455.0, 4413.0, 4448.0, 4465.0, 4436.0, 4455.0, 4428.0, 4469.0, 4442.0, 4469.0, 4438.0, 4468.0, 4437.0, 4468.0, 4428.0, 4472.0, 4461.0, 4461.0, 4447.0, 4448.0, 4466.0, 4436.0, 4468.0, 4438.0, 4456.0, 4414.0, 4448.0, 4404.0, 4435.0, 4467.0, 4425.0, 4453.0, 4424.0, 4443.0, 4414.0, 4436.0, 4456.0, 4435.0, 4454.0, 4425.0, 4454.0, 4414.0, 4455.0, 4413.0, 4422.0, 4442.0, 4413.0, 4443.0, 4413.0, 4445.0, 4413.0, 4424.0, 4452.0, 4413.0, 4456.0, 4417.0, 4444.0, 4413.0, 4434.0, 4465.0, 4438.0, 4455.0, 4437.0, 4481.0, 4439.0, 4471.0, 4440.0, 4449.0, 4428.0, 4449.0, 4479.0, 4441.0, 4472.0, 4429.0, 4449.0, 4438.0, 4447.0, 4481.0, 4451.0, 4481.0, 4439.0, 4469.0, 4428.0, 4458.0, 4429.0, 4472.0, 4447.0, 4447.0, 4456.0, 4435.0, 4455.0, 4426.0, 4467.0, 4425.0, 4474.0, 4411.0, 4444.0, 4402.0, 4435.0, 4444.0, 4432.0, 4442.0, 4422.0, 4443.0, 4413.0, 4454.0, 4411.0, 4443.0, 4411.0, 4432.0, 4412.0, 4445.0, 4402.0, 4422.0, 4400.0, 4422.0, 4451.0, 4422.0, 4443.0, 4413.0, 4443.0, 4412.0, 4442.0, 4412.0, 4444.0, 4416.0, 4432.0, 4451.0, 4423.0, 4442.0, 4414.0, 4456.0, 4413.0, 4434.0, 4413.0, 4422.0, 4441.0, 4412.0, 4444.0, 4412.0, 4432.0, 4400.0, 4421.0, 4440.0, 4412.0, 4443.0, 4401.0, 4432.0, 4430.0, 4411.0, 4441.0, 4425.0, 4445.0, 4404.0, 4433.0, 4452.0, 4424.0, 4456.0, 4416.0, 4455.0, 4426.0, 4457.0, 4425.0, 4461.0, 4469.0, 4449.0, 4450.0, 4438.0, 4466.0, 4426.0, 4470.0, 4451.0, 4479.0, 4452.0, 4479.0, 4439.0, 4467.0, 4438.0, 4465.0, 4426.0, 4468.0, 4438.0, 4456.0, 4415.0, 4447.0, 4402.0, 4434.0, 4456.0, 4426.0, 4456.0, 4413.0, 4444.0, 4403.0, 4434.0, 4455.0, 4424.0, 4455.0, 4415.0, 4443.0, 4402.0, 4433.0, 4443.0, 4424.0, 4454.0, 4413.0, 4445.0, 4413.0, 4434.0, 4452.0, 4415.0, 4455.0, 4413.0, 4445.0, 4401.0, 4423.0, 4452.0, 4426.0, 4467.0, 4417.0, 4446.0, 4416.0, 4436.0, 4477.0, 4438.0, 4467.0, 4427.0, 4467.0, 4426.0, 4460.0, 4428.0, 4447.0, 4417.0, 4438.0, 4467.0, 4441.0, 4470.0, 4439.0, 4469.0, 4428.0, 4458.0, 4439.0, 4460.0, 4479.0, 4450.0, 4468.0, 4426.0, 4456.0, 4415.0, 4446.0, 4467.0, 4425.0, 4455.0, 4425.0, 4457.0, 4416.0, 4446.0, 4415.0, 4446.0, 4453.0, 4426.0, 4456.0, 4427.0, 4456.0, 4417.0, 4447.0, 4454.0, 4426.0, 4466.0, 4413.0, 4455.0, 4425.0, 4456.0, 4428.0, 4461.0, 4438.0, 4438.0, 4455.0, 4436.0, 4457.0, 4441.0, 4468.0, 4426.0, 4458.0, 4427.0, 4436.0, 4467.0, 4440.0, 4468.0, 4425.0, 4456.0, 4425.0, 4436.0, 4453.0, 4425.0, 4454.0, 4412.0, 4433.0, 4412.0, 4433.0, 4443.0, 4424.0, 4455.0, 4403.0, 4442.0, 4413.0, 4433.0, 4413.0, 4436.0, 4453.0, 4426.0, 4445.0, 4424.0, 4444.0, 4425.0, 4445.0, 4415.0, 4425.0, 4453.0, 4422.0, 4443.0, 4425.0, 4445.0, 4413.0, 4423.0, 4453.0, 4413.0, 4443.0, 4425.0, 4456.0, 4404.0, 4424.0, 4433.0, 4413.0, 4433.0, 4415.0, 4445.0, 4402.0, 4424.0, 4444.0, 4415.0, 4445.0, 4428.0, 4447.0, 4416.0, 4447.0, 4445.0, 4439.0, 4470.0, 4429.0, 4458.0, 4427.0, 4467.0, 4440.0, 4474.0, 4457.0, 4485.0, 4456.0, 4482.0, 4441.0, 4430.0, 4473.0, 4482.0, 4455.0, 4494.0, 4454.0, 4497.0, 4465.0, 4485.0, 4452.0, 4491.0, 4440.0, 4503.0, 4460.0, 4477.0, 4434.0, 4464.0, 4423.0, 4454.0, 4421.0, 4442.0, 4473.0, 4450.0, 4449.0, 4409.0, 4417.0, 4397.0, 4428.0, 4397.0, 4421.0, 4400.0, 4410.0, 4407.0, 4409.0, 4429.0, 4409.0, 4430.0, 4410.0, 4421.0, 4409.0, 4421.0, 4429.0, 4410.0, 4432.0, 4424.0, 4431.0, 4401.0, 4432.0, 4431.0, 4422.0, 4444.0, 4436.0, 4446.0, 4415.0, 4435.0, 4422.0, 4424.0, 4444.0, 4426.0, 4447.0, 4414.0, 4426.0, 4434.0, 4424.0, 4444.0, 4424.0, 4444.0, 4438.0, 4425.0, 4454.0, 4416.0, 4444.0, 4412.0, 4444.0, 4427.0, 4447.0, 4424.0, 4436.0, 4403.0, 4425.0, 4454.0, 4427.0, 4459.0, 4427.0, 4447.0, 4413.0, 4423.0, 4442.0, 4415.0, 4454.0, 4404.0, 4435.0, 4402.0, 4425.0, 4443.0, 4416.0, 4455.0, 4414.0, 4435.0, 4432.0, 4425.0, 4454.0, 4438.0, 4456.0, 4424.0, 4449.0, 4446.0, 4437.0, 4459.0, 4431.0, 4457.0, 4432.0, 4481.0, 4453.0, 4484.0, 4433.0, 4460.0, 4449.0, 4440.0, 4467.0, 4427.0, 4468.0, 4428.0, 4460.0, 4478.0, 4472.0, 4469.0, 4438.0, 4457.0, 4451.0, 4479.0, 4450.0, 4446.0, 4449.0, 4443.0, 4463.0, 4429.0, 4459.0, 4440.0, 4467.0, 4429.0, 4471.0, 4457.0, 4448.0, 4456.0, 4426.0, 4465.0, 4415.0, 4448.0, 4429.0, 4462.0, 4445.0, 4424.0, 4422.0, 4427.0, 4482.0, 4441.0, 4470.0, 4416.0, 4456.0, 4414.0, 4444.0, 4435.0, 4426.0, 4456.0, 4416.0, 4446.0, 4426.0, 4457.0, 4418.0, 4438.0, 4469.0, 4427.0, 4444.0, 4425.0, 4446.0, 4415.0, 4437.0, 4458.0, 4427.0, 4444.0, 4424.0, 4446.0, 4427.0, 4437.0, 4454.0, 4414.0, 4446.0, 4426.0, 4454.0, 4417.0, 4449.0, 4465.0, 4427.0, 4455.0, 4415.0, 4457.0, 4427.0, 4449.0, 4456.0, 4439.0, 4457.0, 4428.0, 4468.0, 4440.0, 4451.0, 4418.0, 4450.0, 4467.0, 4439.0, 4469.0, 4453.0, 4483.0, 4430.0, 4471.0, 4443.0, 4463.0, 4473.0, 4467.0, 4455.0, 4455.0, 4484.0, 4454.0, 4483.0, 4442.0, 4480.0, 4442.0, 4471.0, 4441.0, 4482.0, 4443.0, 4493.0, 4440.0, 4471.0, 4429.0, 4450.0, 4492.0, 4450.0, 4469.0, 4428.0, 4458.0, 4452.0, 4480.0, 4428.0, 4459.0, 4427.0, 4435.0, 4467.0, 4440.0, 4480.0, 4417.0, 4445.0, 4416.0, 4447.0, 4459.0, 4439.0, 4458.0, 4427.0, 4444.0, 4426.0, 4461.0, 4428.0, 4450.0, 4417.0, 4426.0, 4465.0, 4437.0, 4478.0, 4438.0, 4458.0, 4427.0, 4459.0, 4428.0, 4459.0, 4438.0, 4439.0, 4467.0, 4413.0, 4456.0, 4415.0, 4447.0, 4465.0, 4428.0, 4456.0, 4414.0, 4444.0, 4413.0, 4434.0, 4447.0, 4426.0, 4435.0, 4424.0, 4446.0, 4415.0, 4447.0, 4415.0, 4427.0, 4448.0, 4427.0, 4457.0, 4430.0, 4449.0, 4434.0, 4427.0, 4445.0, 4415.0, 4446.0, 4430.0, 4460.0, 4448.0, 4427.0, 4457.0, 4427.0, 4471.0, 4439.0, 4469.0, 4419.0, 4438.0, 4446.0, 4439.0, 4457.0, 4426.0, 4459.0, 4460.0, 4439.0, 4447.0, 4439.0, 4458.0, 4439.0, 4471.0, 4438.0, 4450.0, 4419.0, 4439.0, 4482.0, 4457.0, 4484.0, 4443.0, 4463.0, 4443.0, 4461.0, 4482.0, 4453.0, 4473.0, 4440.0, 4461.0, 4450.0, 4452.0], 'WindowWidth': [10077.0, 9947.0, 9954.0, 9858.0, 9816.0, 9841.0, 9807.0, 9852.0, 9782.0, 9846.0, 9776.0, 9843.0, 9795.0, 9822.0, 9790.0, 9786.0, 9806.0, 9734.0, 9760.0, 9702.0, 9745.0, 9686.0, 9730.0, 9757.0, 9723.0, 9749.0, 9712.0, 9753.0, 9729.0, 9757.0, 9746.0, 9750.0, 9786.0, 9749.0, 9799.0, 9763.0, 9804.0, 9739.0, 9807.0, 9837.0, 9779.0, 9747.0, 9800.0, 9834.0, 9783.0, 9837.0, 9800.0, 9870.0, 9793.0, 9851.0, 9795.0, 9846.0, 9814.0, 9804.0, 9895.0, 9830.0, 9857.0, 9806.0, 9846.0, 9787.0, 9833.0, 9823.0, 9863.0, 9898.0, 9830.0, 9860.0, 9808.0, 9866.0, 9844.0, 9881.0, 9809.0, 9844.0, 9812.0, 9863.0, 9834.0, 9880.0, 9820.0, 9798.0, 9841.0, 9812.0, 9853.0, 9891.0, 9839.0, 9915.0, 9856.0, 9871.0, 9803.0, 9853.0, 9787.0, 9840.0, 9791.0, 9861.0, 9790.0, 9845.0, 9785.0, 9814.0, 9850.0, 9804.0, 9879.0, 9802.0, 9842.0, 9799.0, 9838.0, 9786.0, 9809.0, 9863.0, 9796.0, 9836.0, 9780.0, 9825.0, 9813.0, 9802.0, 9849.0, 9784.0, 9849.0, 9780.0, 9821.0, 9771.0, 9815.0, 9846.0, 9795.0, 9837.0, 9779.0, 9825.0, 9773.0, 9822.0, 9768.0, 9793.0, 9843.0, 9782.0, 9840.0, 9784.0, 9836.0, 9765.0, 9806.0, 9843.0, 9781.0, 9852.0, 9780.0, 9828.0, 9758.0, 9802.0, 9814.0, 9793.0, 9863.0, 9793.0, 9815.0, 9772.0, 9823.0, 9790.0, 9824.0, 9782.0, 9846.0, 9786.0, 9835.0, 9842.0, 9831.0, 9855.0, 9814.0, 9860.0, 9821.0, 9853.0, 9787.0, 9842.0, 9796.0, 9843.0, 9834.0, 9827.0, 9796.0, 9808.0, 9843.0, 9780.0, 9849.0, 9800.0, 9850.0, 9777.0, 9817.0, 9757.0, 9770.0, 9843.0, 9777.0, 9837.0, 9770.0, 9809.0, 9748.0, 9783.0, 9826.0, 9772.0, 9823.0, 9753.0, 9808.0, 9734.0, 9777.0, 9803.0, 9772.0, 9822.0, 9754.0, 9807.0, 9766.0, 9797.0, 9756.0, 9790.0, 9841.0, 9770.0, 9824.0, 9760.0, 9810.0, 9763.0, 9819.0, 9813.0, 9785.0, 9822.0, 9775.0, 9814.0, 9778.0, 9831.0, 9760.0, 9806.0, 9745.0, 9788.0, 9850.0, 9805.0, 9864.0, 9796.0, 9831.0, 9779.0, 9820.0, 9789.0, 9840.0, 9779.0, 9812.0, 9776.0, 9778.0, 9847.0, 9802.0, 9869.0, 9796.0, 9835.0, 9762.0, 9804.0, 9832.0, 9797.0, 9847.0, 9793.0, 9828.0, 9759.0, 9799.0, 9774.0, 9792.0, 9825.0, 9772.0, 9822.0, 9768.0, 9800.0, 9760.0, 9798.0, 9809.0, 9771.0, 9822.0, 9777.0, 9833.0, 9763.0, 9817.0, 9743.0, 9783.0, 9837.0, 9778.0, 9843.0, 9772.0, 9830.0, 9754.0, 9796.0, 9776.0, 9811.0, 9843.0, 9778.0, 9814.0, 9776.0, 9818.0, 9787.0, 9846.0, 9784.0, 9809.0, 9802.0, 9798.0, 9819.0, 9815.0, 9853.0, 9821.0, 9832.0, 9857.0, 9807.0, 9844.0, 9786.0, 9814.0, 9869.0, 9822.0, 9872.0, 9802.0, 9852.0, 9799.0, 9836.0, 9781.0, 9844.0, 9869.0, 9822.0, 9847.0, 9790.0, 9815.0, 9777.0, 9838.0, 9764.0, 9789.0, 9811.0, 9771.0, 9796.0, 9776.0, 9818.0, 9743.0, 9785.0, 9813.0, 9769.0, 9795.0, 9760.0, 9819.0, 9796.0, 9773.0, 9821.0, 9754.0, 9793.0, 9763.0, 9803.0, 9809.0, 9772.0, 9802.0, 9755.0, 9792.0, 9777.0, 9815.0, 9743.0, 9787.0, 9755.0, 9771.0, 9825.0, 9777.0, 9837.0, 9776.0, 9832.0, 9757.0, 9801.0, 9821.0, 9752.0, 9824.0, 9755.0, 9812.0, 9739.0, 9767.0, 9814.0, 9781.0, 9812.0, 9773.0, 9814.0, 9755.0, 9794.0, 9850.0, 9792.0, 9814.0, 9777.0, 9830.0, 9800.0, 9845.0, 9783.0, 9816.0, 9836.0, 9797.0, 9853.0, 9807.0, 9856.0, 9785.0, 9838.0, 9808.0, 9797.0, 9867.0, 9812.0, 9846.0, 9772.0, 9816.0, 9745.0, 9792.0, 9843.0, 9774.0, 9813.0, 9753.0, 9794.0, 9743.0, 9787.0, 9824.0, 9769.0, 9795.0, 9754.0, 9793.0, 9742.0, 9787.0, 9781.0, 9754.0, 9791.0, 9753.0, 9792.0, 9777.0, 9832.0, 9741.0, 9802.0, 9760.0, 9789.0, 9826.0, 9780.0, 9828.0, 9775.0, 9816.0, 9761.0, 9803.0, 9823.0, 9793.0, 9831.0, 9774.0, 9811.0, 9756.0, 9786.0, 9804.0, 9785.0, 9808.0, 9793.0, 9832.0, 9815.0, 9782.0, 9822.0, 9762.0, 9797.0, 9870.0, 9800.0, 9836.0, 9795.0, 9819.0, 9784.0, 9837.0, 9805.0, 9827.0, 9783.0, 9810.0, 9829.0, 9777.0, 9820.0, 9784.0, 9821.0, 9759.0, 9789.0, 9810.0, 9774.0, 9814.0, 9765.0, 9817.0, 9768.0, 9784.0, 9819.0, 9776.0, 9832.0, 9775.0, 9828.0, 9772.0, 9814.0, 9757.0, 9807.0, 9849.0, 9788.0, 9815.0, 9772.0, 9811.0, 9757.0, 9820.0, 9833.0, 9775.0, 9810.0, 9756.0, 9793.0, 9775.0, 9776.0, 9792.0, 9770.0, 9787.0, 9773.0, 9789.0, 9758.0, 9786.0, 9757.0, 9797.0, 9805.0, 9808.0, 9765.0, 9823.0, 9837.0, 9804.0, 9851.0, 9795.0, 9823.0, 9779.0, 9816.0, 9775.0, 9828.0, 9852.0, 9801.0, 9824.0, 9770.0, 9809.0, 9770.0, 9818.0, 9774.0, 9789.0, 9808.0, 9769.0, 9797.0, 9776.0, 9819.0, 9740.0, 9769.0, 9804.0, 9748.0, 9793.0, 9739.0, 9787.0, 9809.0, 9756.0, 9776.0, 9751.0, 9795.0, 9760.0, 9801.0, 9755.0, 9787.0, 9808.0, 9766.0, 9815.0, 9796.0, 9819.0, 9758.0, 9816.0, 9799.0, 9775.0, 9836.0, 9779.0, 9837.0, 9763.0, 9813.0, 9824.0, 9775.0, 9818.0, 9771.0, 9797.0, 9736.0, 9780.0, 9809.0, 9777.0, 9813.0, 9772.0, 9810.0, 9753.0, 9781.0, 9809.0, 9775.0, 9816.0, 9758.0, 9796.0, 9741.0, 9785.0, 9811.0, 9778.0, 9809.0, 9770.0, 9810.0, 9756.0, 9786.0, 9831.0, 9777.0, 9813.0, 9774.0, 9816.0, 9756.0, 9785.0, 9831.0, 9763.0, 9823.0, 9756.0, 9813.0, 9756.0, 9809.0, 9826.0, 9791.0, 9813.0, 9781.0, 9836.0, 9807.0, 9837.0, 9795.0, 9835.0, 9793.0, 9836.0, 9782.0, 9848.0, 9833.0, 9828.0, 9807.0, 9808.0, 9829.0, 9789.0, 9836.0, 9796.0, 9816.0, 9756.0, 9805.0, 9742.0, 9786.0, 9833.0, 9774.0, 9808.0, 9770.0, 9796.0, 9755.0, 9788.0, 9818.0, 9785.0, 9810.0, 9771.0, 9809.0, 9755.0, 9812.0, 9755.0, 9765.0, 9790.0, 9754.0, 9793.0, 9756.0, 9798.0, 9754.0, 9770.0, 9805.0, 9754.0, 9817.0, 9764.0, 9797.0, 9754.0, 9783.0, 9825.0, 9797.0, 9816.0, 9794.0, 9862.0, 9801.0, 9845.0, 9804.0, 9812.0, 9783.0, 9812.0, 9852.0, 9803.0, 9848.0, 9786.0, 9814.0, 9796.0, 9807.0, 9858.0, 9822.0, 9860.0, 9799.0, 9838.0, 9781.0, 9820.0, 9784.0, 9845.0, 9806.0, 9804.0, 9814.0, 9787.0, 9813.0, 9778.0, 9834.0, 9772.0, 9837.0, 9748.0, 9793.0, 9736.0, 9785.0, 9797.0, 9778.0, 9789.0, 9765.0, 9791.0, 9753.0, 9811.0, 9749.0, 9791.0, 9748.0, 9774.0, 9752.0, 9799.0, 9739.0, 9762.0, 9732.0, 9762.0, 9799.0, 9764.0, 9793.0, 9753.0, 9791.0, 9749.0, 9791.0, 9749.0, 9796.0, 9761.0, 9779.0, 9801.0, 9766.0, 9789.0, 9753.0, 9816.0, 9754.0, 9781.0, 9750.0, 9763.0, 9786.0, 9752.0, 9798.0, 9750.0, 9777.0, 9732.0, 9759.0, 9785.0, 9750.0, 9792.0, 9734.0, 9778.0, 9771.0, 9747.0, 9788.0, 9775.0, 9798.0, 9740.0, 9780.0, 9803.0, 9770.0, 9816.0, 9764.0, 9814.0, 9776.0, 9817.0, 9775.0, 9831.0, 9838.0, 9811.0, 9814.0, 9793.0, 9830.0, 9778.0, 9838.0, 9818.0, 9855.0, 9821.0, 9851.0, 9796.0, 9830.0, 9792.0, 9825.0, 9773.0, 9834.0, 9793.0, 9815.0, 9758.0, 9803.0, 9737.0, 9781.0, 9814.0, 9776.0, 9812.0, 9753.0, 9796.0, 9737.0, 9780.0, 9814.0, 9771.0, 9811.0, 9757.0, 9792.0, 9735.0, 9778.0, 9792.0, 9770.0, 9809.0, 9753.0, 9797.0, 9753.0, 9780.0, 9804.0, 9760.0, 9813.0, 9753.0, 9797.0, 9736.0, 9766.0, 9806.0, 9776.0, 9831.0, 9763.0, 9803.0, 9761.0, 9789.0, 9847.0, 9797.0, 9831.0, 9779.0, 9831.0, 9774.0, 9826.0, 9784.0, 9808.0, 9767.0, 9796.0, 9831.0, 9805.0, 9843.0, 9798.0, 9839.0, 9780.0, 9822.0, 9800.0, 9829.0, 9852.0, 9811.0, 9833.0, 9774.0, 9815.0, 9761.0, 9803.0, 9831.0, 9772.0, 9811.0, 9773.0, 9817.0, 9764.0, 9802.0, 9759.0, 9800.0, 9808.0, 9776.0, 9818.0, 9779.0, 9814.0, 9766.0, 9804.0, 9809.0, 9777.0, 9832.0, 9754.0, 9812.0, 9773.0, 9816.0, 9782.0, 9832.0, 9795.0, 9797.0, 9814.0, 9789.0, 9820.0, 9805.0, 9836.0, 9777.0, 9823.0, 9778.0, 9789.0, 9833.0, 9801.0, 9834.0, 9772.0, 9815.0, 9770.0, 9786.0, 9811.0, 9774.0, 9811.0, 9752.0, 9780.0, 9750.0, 9779.0, 9792.0, 9770.0, 9812.0, 9739.0, 9790.0, 9752.0, 9781.0, 9756.0, 9790.0, 9810.0, 9773.0, 9799.0, 9770.0, 9797.0, 9771.0, 9800.0, 9757.0, 9770.0, 9807.0, 9765.0, 9794.0, 9772.0, 9799.0, 9752.0, 9767.0, 9805.0, 9753.0, 9793.0, 9774.0, 9815.0, 9743.0, 9768.0, 9778.0, 9753.0, 9779.0, 9759.0, 9800.0, 9739.0, 9769.0, 9795.0, 9757.0, 9800.0, 9782.0, 9803.0, 9762.0, 9806.0, 9799.0, 9798.0, 9844.0, 9787.0, 9819.0, 9780.0, 9834.0, 9802.0, 9855.0, 9838.0, 9871.0, 9837.0, 9866.0, 9806.0, 9789.0, 9853.0, 9863.0, 9830.0, 9882.0, 9829.0, 9890.0, 9845.0, 9870.0, 9821.0, 9873.0, 9803.0, 9892.0, 9826.0, 9847.0, 9782.0, 9822.0, 9765.0, 9808.0, 9759.0, 9790.0, 9833.0, 9798.0, 9794.0, 9739.0, 9748.0, 9724.0, 9764.0, 9723.0, 9758.0, 9729.0, 9742.0, 9737.0, 9741.0, 9765.0, 9742.0, 9772.0, 9747.0, 9759.0, 9740.0, 9758.0, 9769.0, 9746.0, 9776.0, 9771.0, 9776.0, 9734.0, 9778.0, 9774.0, 9766.0, 9796.0, 9792.0, 9803.0, 9758.0, 9786.0, 9767.0, 9771.0, 9796.0, 9775.0, 9806.0, 9756.0, 9773.0, 9781.0, 9770.0, 9794.0, 9769.0, 9797.0, 9794.0, 9774.0, 9811.0, 9760.0, 9796.0, 9753.0, 9797.0, 9776.0, 9805.0, 9772.0, 9788.0, 9742.0, 9773.0, 9809.0, 9779.0, 9829.0, 9779.0, 9802.0, 9755.0, 9768.0, 9791.0, 9759.0, 9812.0, 9742.0, 9783.0, 9738.0, 9770.0, 9793.0, 9760.0, 9814.0, 9756.0, 9787.0, 9780.0, 9773.0, 9810.0, 9797.0, 9818.0, 9772.0, 9810.0, 9803.0, 9795.0, 9828.0, 9791.0, 9820.0, 9793.0, 9861.0, 9828.0, 9870.0, 9799.0, 9830.0, 9811.0, 9800.0, 9835.0, 9782.0, 9836.0, 9782.0, 9828.0, 9852.0, 9849.0, 9838.0, 9795.0, 9818.0, 9817.0, 9850.0, 9813.0, 9806.0, 9812.0, 9813.0, 9839.0, 9785.0, 9824.0, 9800.0, 9834.0, 9786.0, 9845.0, 9822.0, 9810.0, 9816.0, 9777.0, 9827.0, 9760.0, 9805.0, 9785.0, 9832.0, 9797.0, 9765.0, 9760.0, 9779.0, 9863.0, 9806.0, 9846.0, 9764.0, 9814.0, 9755.0, 9796.0, 9785.0, 9777.0, 9819.0, 9762.0, 9803.0, 9775.0, 9817.0, 9768.0, 9794.0, 9838.0, 9779.0, 9798.0, 9772.0, 9800.0, 9761.0, 9792.0, 9819.0, 9779.0, 9799.0, 9770.0, 9801.0, 9780.0, 9793.0, 9811.0, 9757.0, 9802.0, 9777.0, 9810.0, 9765.0, 9810.0, 9826.0, 9778.0, 9813.0, 9761.0, 9817.0, 9781.0, 9811.0, 9817.0, 9798.0, 9818.0, 9781.0, 9835.0, 9802.0, 9817.0, 9770.0, 9815.0, 9833.0, 9800.0, 9839.0, 9827.0, 9866.0, 9791.0, 9846.0, 9809.0, 9838.0, 9853.0, 9848.0, 9833.0, 9830.0, 9869.0, 9827.0, 9863.0, 9807.0, 9855.0, 9808.0, 9845.0, 9805.0, 9864.0, 9813.0, 9878.0, 9802.0, 9844.0, 9786.0, 9817.0, 9875.0, 9815.0, 9839.0, 9783.0, 9822.0, 9822.0, 9857.0, 9781.0, 9826.0, 9780.0, 9789.0, 9834.0, 9803.0, 9854.0, 9767.0, 9800.0, 9762.0, 9808.0, 9826.0, 9798.0, 9820.0, 9780.0, 9797.0, 9777.0, 9831.0, 9784.0, 9815.0, 9764.0, 9776.0, 9830.0, 9796.0, 9855.0, 9798.0, 9821.0, 9780.0, 9824.0, 9786.0, 9826.0, 9797.0, 9798.0, 9832.0, 9758.0, 9816.0, 9759.0, 9807.0, 9828.0, 9783.0, 9817.0, 9757.0, 9795.0, 9754.0, 9785.0, 9806.0, 9775.0, 9786.0, 9772.0, 9802.0, 9759.0, 9805.0, 9760.0, 9780.0, 9809.0, 9780.0, 9819.0, 9788.0, 9811.0, 9786.0, 9777.0, 9798.0, 9762.0, 9803.0, 9789.0, 9828.0, 9806.0, 9781.0, 9819.0, 9780.0, 9846.0, 9802.0, 9839.0, 9772.0, 9796.0, 9805.0, 9797.0, 9819.0, 9777.0, 9825.0, 9827.0, 9797.0, 9806.0, 9797.0, 9822.0, 9800.0, 9845.0, 9799.0, 9816.0, 9772.0, 9801.0, 9860.0, 9835.0, 9869.0, 9812.0, 9837.0, 9809.0, 9833.0, 9860.0, 9824.0, 9850.0, 9803.0, 9832.0, 9814.0, 9821.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.004805350809560524</td></tr>
<tr><td colspan=3>aqi</td><td>0.01970869460292984</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.98126518570219</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2425072471064826</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0764364825000021</td></tr>
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
<tr><td colspan=3>fber</td><td>5154.8345</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08427704358900885</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4672320740169624</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.436653108281915</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3841238522489667</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.615568846730888</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.31026662586589</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140867</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013325137086212635</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03839518874883652</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</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.070451613172914</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.652</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9097</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.6278</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291375.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>927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.9525</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7986</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.4733</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3608.2849</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.5659</td></tr>
<tr><td colspan=3>tsnr</td><td>38.869402948301286</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>