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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-02/func/sub-0024_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>b144e20013b7d8c712ca167beb6167d6</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>15:19:8.205000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999681, 0.0203897, 0.0149108, -0.0188458, 0.995084, -0.0972217]</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.122711</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>[4143, -7830, -7128, 534, -104, -237, 91, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>271.425</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c6c06181-9121-4106-b9f2-fcf002c6c735||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682070732116699, -0.05056198686361313, 0.04541347175836563, 110.72689819335938], [-0.05470407009124756, 2.669738531112671, -0.2616562247276306, -76.00971984863281], [0.04000452905893326, 0.2608388066291809, 2.686908006668091, -21.255481719970703], [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': ['151908.205000', '151908.665000', '151909.125000', '151909.585000', '151910.045000', '151910.505000', '151910.965000', '151911.425000', '151911.885000', '151912.345000', '151912.805000', '151913.265000', '151913.725000', '151914.185000', '151914.645000', '151915.105000', '151915.565000', '151916.025000', '151916.485000', '151916.945000', '151917.405000', '151917.865000', '151918.325000', '151918.785000', '151919.245000', '151919.705000', '151920.165000', '151920.625000', '151921.085000', '151921.545000', '151922.005000', '151922.465000', '151922.925000', '151923.385000', '151923.845000', '151924.305000', '151924.765000', '151925.225000', '151925.685000', '151926.145000', '151926.605000', '151927.065000', '151927.525000', '151927.985000', '151928.445000', '151928.905000', '151929.365000', '151929.825000', '151930.285000', '151930.745000', '151931.205000', '151931.665000', '151932.125000', '151932.585000', '151933.045000', '151933.505000', '151933.965000', '151934.425000', '151934.885000', '151935.345000', '151935.805000', '151936.265000', '151936.725000', '151937.185000', '151937.645000', '151938.105000', '151938.565000', '151939.025000', '151939.485000', '151939.945000', '151940.405000', '151940.865000', '151941.325000', '151941.785000', '151942.245000', '151942.705000', '151943.165000', '151943.625000', '151944.085000', '151944.545000', '151945.005000', '151945.465000', '151945.925000', '151946.385000', '151946.845000', '151947.305000', '151947.765000', '151948.225000', '151948.685000', '151949.145000', '151949.605000', '151950.065000', '151950.525000', '151950.985000', '151951.445000', '151951.905000', '151952.365000', '151952.825000', '151953.285000', '151953.745000', '151954.205000', '151954.665000', '151955.125000', '151955.585000', '151956.045000', '151956.505000', '151956.965000', '151957.425000', '151957.885000', '151958.345000', '151958.805000', '151959.265000', '151959.725000', '152000.185000', '152000.645000', '152001.105000', '152001.565000', '152002.025000', '152002.485000', '152002.945000', '152003.405000', '152003.865000', '152004.325000', '152004.785000', '152005.245000', '152005.705000', '152006.165000', '152006.625000', '152007.085000', '152007.545000', '152008.005000', '152008.465000', '152008.925000', '152009.385000', '152009.845000', '152010.305000', '152010.765000', '152011.225000', '152011.685000', '152012.145000', '152012.605000', '152013.065000', '152013.525000', '152013.985000', '152014.445000', '152014.905000', '152015.365000', '152015.825000', '152016.285000', '152016.745000', '152017.205000', '152017.665000', '152018.125000', '152018.585000', '152019.045000', '152019.505000', '152019.965000', '152020.425000', '152020.885000', '152021.345000', '152021.805000', '152022.265000', '152022.725000', '152023.185000', '152023.645000', '152024.105000', '152024.565000', '152025.025000', '152025.485000', '152025.945000', '152026.405000', '152026.865000', '152027.325000', '152027.785000', '152028.245000', '152028.705000', '152029.165000', '152029.625000', '152030.085000', '152030.545000', '152031.005000', '152031.465000', '152031.925000', '152032.385000', '152032.845000', '152033.305000', '152033.765000', '152034.225000', '152034.685000', '152035.145000', '152035.605000', '152036.065000', '152036.525000', '152036.985000', '152037.445000', '152037.905000', '152038.365000', '152038.825000', '152039.285000', '152039.745000', '152040.205000', '152040.665000', '152041.125000', '152041.585000', '152042.045000', '152042.505000', '152042.965000', '152043.425000', '152043.885000', '152044.345000', '152044.805000', '152045.265000', '152045.725000', '152046.185000', '152046.645000', '152047.105000', '152047.565000', '152048.025000', '152048.485000', '152048.945000', '152049.405000', '152049.865000', '152050.325000', '152050.785000', '152051.245000', '152051.705000', '152052.165000', '152052.625000', '152053.085000', '152053.545000', '152054.005000', '152054.465000', '152054.925000', '152055.385000', '152055.845000', '152056.305000', '152056.765000', '152057.225000', '152057.685000', '152058.145000', '152058.605000', '152059.065000', '152059.525000', '152059.985000', '152100.445000', '152100.905000', '152101.365000', '152101.825000', '152102.285000', '152102.745000', '152103.205000', '152103.665000', '152104.125000', '152104.585000', '152105.045000', '152105.505000', '152105.965000', '152106.425000', '152106.885000', '152107.345000', '152107.805000', '152108.265000', '152108.725000', '152109.185000', '152109.645000', '152110.105000', '152110.565000', '152111.025000', '152111.485000', '152111.945000', '152112.405000', '152112.865000', '152113.325000', '152113.785000', '152114.245000', '152114.705000', '152115.165000', '152115.625000', '152116.085000', '152116.545000', '152117.005000', '152117.465000', '152117.925000', '152118.385000', '152118.845000', '152119.305000', '152119.765000', '152120.225000', '152120.685000', '152121.145000', '152121.605000', '152122.065000', '152122.525000', '152122.985000', '152123.445000', '152123.905000', '152124.365000', '152124.825000', '152125.285000', '152125.745000', '152126.205000', '152126.665000', '152127.125000', '152127.585000', '152128.045000', '152128.505000', '152128.965000', '152129.425000', '152129.885000', '152130.345000', '152130.805000', '152131.265000', '152131.725000', '152132.185000', '152132.645000', '152133.105000', '152133.565000', '152134.025000', '152134.485000', '152134.945000', '152135.405000', '152135.865000', '152136.325000', '152136.785000', '152137.245000', '152137.705000', '152138.165000', '152138.625000', '152139.085000', '152139.545000', '152140.005000', '152140.465000', '152140.925000', '152141.385000', '152141.845000', '152142.305000', '152142.765000', '152143.225000', '152143.685000', '152144.145000', '152144.605000', '152145.065000', '152145.525000', '152145.985000', '152146.445000', '152146.905000', '152147.365000', '152147.825000', '152148.285000', '152148.745000', '152149.205000', '152149.665000', '152150.125000', '152150.585000', '152151.045000', '152151.505000', '152151.965000', '152152.425000', '152152.885000', '152153.345000', '152153.805000', '152154.265000', '152154.725000', '152155.185000', '152155.645000', '152156.105000', '152156.565000', '152157.025000', '152157.485000', '152157.945000', '152158.405000', '152158.865000', '152159.325000', '152159.785000', '152200.245000', '152200.705000', '152201.165000', '152201.625000', '152202.085000', '152202.545000', '152203.005000', '152203.465000', '152203.925000', '152204.385000', '152204.845000', '152205.305000', '152205.765000', '152206.225000', '152206.685000', '152207.145000', '152207.605000', '152208.065000', '152208.525000', '152208.985000', '152209.445000', '152209.905000', '152210.365000', '152210.825000', '152211.285000', '152211.745000', '152212.205000', '152212.665000', '152213.125000', '152213.585000', '152214.045000', '152214.505000', '152214.965000', '152215.425000', '152215.885000', '152216.345000', '152216.805000', '152217.265000', '152217.725000', '152218.185000', '152218.645000', '152219.105000', '152219.565000', '152220.025000', '152220.485000', '152220.945000', '152221.405000', '152221.865000', '152222.325000', '152222.785000', '152223.245000', '152223.705000', '152224.165000', '152224.625000', '152225.085000', '152225.545000', '152226.005000', '152226.465000', '152226.925000', '152227.385000', '152227.845000', '152228.305000', '152228.765000', '152229.225000', '152229.685000', '152230.145000', '152230.605000', '152231.065000', '152231.525000', '152231.985000', '152232.445000', '152232.905000', '152233.365000', '152233.825000', '152234.285000', '152234.745000', '152235.205000', '152235.665000', '152236.125000', '152236.585000', '152237.045000', '152237.505000', '152237.965000', '152238.425000', '152238.885000', '152239.345000', '152239.805000', '152240.265000', '152240.725000', '152241.185000', '152241.645000', '152242.105000', '152242.565000', '152243.025000', '152243.485000', '152243.945000', '152244.405000', '152244.865000', '152245.325000', '152245.785000', '152246.245000', '152246.705000', '152247.165000', '152247.625000', '152248.085000', '152248.545000', '152249.005000', '152249.465000', '152249.925000', '152250.385000', '152250.845000', '152251.305000', '152251.765000', '152252.225000', '152252.685000', '152253.145000', '152253.605000', '152254.065000', '152254.525000', '152254.985000', '152255.445000', '152255.905000', '152256.365000', '152256.825000', '152257.285000', '152257.745000', '152258.205000', '152258.665000', '152259.125000', '152259.585000', '152300.045000', '152300.505000', '152300.965000', '152301.425000', '152301.885000', '152302.345000', '152302.805000', '152303.265000', '152303.725000', '152304.185000', '152304.645000', '152305.105000', '152305.565000', '152306.025000', '152306.485000', '152306.945000', '152307.405000', '152307.865000', '152308.325000', '152308.785000', '152309.245000', '152309.705000', '152310.165000', '152310.625000', '152311.085000', '152311.545000', '152312.005000', '152312.465000', '152312.925000', '152313.385000', '152313.845000', '152314.305000', '152314.765000', '152315.225000', '152315.685000', '152316.145000', '152316.605000', '152317.065000', '152317.525000', '152317.985000', '152318.445000', '152318.905000', '152319.365000', '152319.825000', '152320.285000', '152320.745000', '152321.205000', '152321.665000', '152322.125000', '152322.585000', '152323.045000', '152323.505000', '152323.965000', '152324.425000', '152324.885000', '152325.345000', '152325.805000', '152326.265000', '152326.725000', '152327.185000', '152327.645000', '152328.105000', '152328.565000', '152329.025000', '152329.485000', '152329.945000', '152330.405000', '152330.865000', '152331.325000', '152331.785000', '152332.245000', '152332.705000', '152333.165000', '152333.625000', '152334.085000', '152334.545000', '152335.005000', '152335.465000', '152335.925000', '152336.385000', '152336.845000', '152337.305000', '152337.765000', '152338.225000', '152338.685000', '152339.145000', '152339.605000', '152340.065000', '152340.525000', '152340.985000', '152341.445000', '152341.905000', '152342.365000', '152342.825000', '152343.285000', '152343.745000', '152344.205000', '152344.665000', '152345.125000', '152345.585000', '152346.045000', '152346.505000', '152346.965000', '152347.425000', '152347.885000', '152348.345000', '152348.805000', '152349.265000', '152349.725000', '152350.185000', '152350.645000', '152351.105000', '152351.565000', '152352.025000', '152352.485000', '152352.945000', '152353.405000', '152353.865000', '152354.325000', '152354.785000', '152355.245000', '152355.705000', '152356.165000', '152356.625000', '152357.085000', '152357.545000', '152358.005000', '152358.465000', '152358.925000', '152359.385000', '152359.845000', '152400.305000', '152400.765000', '152401.225000', '152401.685000', '152402.145000', '152402.605000', '152403.065000', '152403.525000', '152403.985000', '152404.445000', '152404.905000', '152405.365000', '152405.825000', '152406.285000', '152406.745000', '152407.205000', '152407.665000', '152408.125000', '152408.585000', '152409.045000', '152409.505000', '152409.965000', '152410.425000', '152410.885000', '152411.345000', '152411.805000', '152412.265000', '152412.725000', '152413.185000', '152413.645000', '152414.105000', '152414.565000', '152415.025000', '152415.485000', '152415.945000', '152416.405000', '152416.865000', '152417.325000', '152417.785000', '152418.245000', '152418.705000', '152419.165000', '152419.625000', '152420.085000', '152420.545000', '152421.005000', '152421.465000', '152421.925000', '152422.385000', '152422.845000', '152423.305000', '152423.765000', '152424.225000', '152424.685000', '152425.145000', '152425.605000', '152426.065000', '152426.525000', '152426.985000', '152427.445000', '152427.905000', '152428.365000', '152428.825000', '152429.285000', '152429.745000', '152430.205000', '152430.665000', '152431.125000', '152431.585000', '152432.045000', '152432.505000', '152432.965000', '152433.425000', '152433.885000', '152434.345000', '152434.805000', '152435.265000', '152435.725000', '152436.185000', '152436.645000', '152437.105000', '152437.565000', '152438.025000', '152438.485000', '152438.945000', '152439.405000', '152439.865000', '152440.325000', '152440.785000', '152441.245000', '152441.705000', '152442.165000', '152442.625000', '152443.085000', '152443.545000', '152444.005000', '152444.465000', '152444.925000', '152445.385000', '152445.845000', '152446.305000', '152446.765000', '152447.225000', '152447.685000', '152448.145000', '152448.605000', '152449.065000', '152449.525000', '152449.985000', '152450.445000', '152450.905000', '152451.365000', '152451.825000', '152452.285000', '152452.745000', '152453.205000', '152453.665000', '152454.125000', '152454.585000', '152455.045000', '152455.505000', '152455.965000', '152456.425000', '152456.885000', '152457.345000', '152457.805000', '152458.265000', '152458.725000', '152459.185000', '152459.645000', '152500.105000', '152500.565000', '152501.025000', '152501.485000', '152501.945000', '152502.405000', '152502.865000', '152503.325000', '152503.785000', '152504.245000', '152504.705000', '152505.165000', '152505.625000', '152506.085000', '152506.545000', '152507.005000', '152507.465000', '152507.925000', '152508.385000', '152508.845000', '152509.305000', '152509.765000', '152510.225000', '152510.685000', '152511.145000', '152511.605000', '152512.065000', '152512.525000', '152512.985000', '152513.445000', '152513.905000', '152514.365000', '152514.825000', '152515.285000', '152515.745000', '152516.205000', '152516.665000', '152517.125000', '152517.585000', '152518.045000', '152518.505000', '152518.965000', '152519.425000', '152519.885000', '152520.345000', '152520.805000', '152521.265000', '152521.725000', '152522.185000', '152522.645000', '152523.105000', '152523.565000', '152524.025000', '152524.485000', '152524.945000', '152525.405000', '152525.865000', '152526.325000', '152526.785000', '152527.245000', '152527.705000', '152528.165000', '152528.625000', '152529.085000', '152529.545000', '152530.005000', '152530.465000', '152530.925000', '152531.385000', '152531.845000', '152532.305000', '152532.765000', '152533.225000', '152533.685000', '152534.145000', '152534.605000', '152535.065000', '152535.525000', '152535.985000', '152536.445000', '152536.905000', '152537.365000', '152537.825000', '152538.285000', '152538.745000', '152539.205000', '152539.665000', '152540.125000', '152540.585000', '152541.045000', '152541.505000', '152541.965000', '152542.425000', '152542.885000', '152543.345000', '152543.805000', '152544.265000', '152544.725000', '152545.185000', '152545.645000', '152546.105000', '152546.565000', '152547.025000', '152547.485000', '152547.945000', '152548.405000', '152548.865000', '152549.325000', '152549.785000', '152550.245000', '152550.705000', '152551.165000', '152551.625000', '152552.085000', '152552.545000', '152553.005000', '152553.465000', '152553.925000', '152554.385000', '152554.845000', '152555.305000', '152555.765000', '152556.225000', '152556.685000', '152557.145000', '152557.605000', '152558.065000', '152558.525000', '152558.985000', '152559.445000', '152559.905000', '152600.365000', '152600.825000', '152601.285000', '152601.745000', '152602.205000', '152602.665000', '152603.125000', '152603.585000', '152604.045000', '152604.505000', '152604.965000', '152605.425000', '152605.885000', '152606.345000', '152606.805000', '152607.265000', '152607.725000', '152608.185000', '152608.645000', '152609.105000', '152609.565000', '152610.025000', '152610.485000', '152610.945000', '152611.405000', '152611.865000', '152612.325000', '152612.785000', '152613.245000', '152613.705000', '152614.165000', '152614.625000', '152615.085000', '152615.545000', '152616.005000', '152616.465000', '152616.925000', '152617.385000', '152617.845000', '152618.305000', '152618.765000', '152619.225000', '152619.685000', '152620.145000', '152620.605000', '152621.065000', '152621.525000', '152621.985000', '152622.445000', '152622.905000', '152623.365000', '152623.825000', '152624.285000', '152624.745000', '152625.205000', '152625.665000', '152626.125000', '152626.585000', '152627.045000', '152627.505000', '152627.965000', '152628.425000', '152628.885000', '152629.345000', '152629.805000', '152630.265000', '152630.725000', '152631.185000', '152631.645000', '152632.105000', '152632.565000', '152633.025000', '152633.485000', '152633.945000', '152634.405000', '152634.865000', '152635.325000', '152635.785000', '152636.245000', '152636.705000', '152637.165000', '152637.625000', '152638.085000', '152638.545000', '152639.005000', '152639.465000', '152639.925000', '152640.385000', '152640.845000', '152641.305000', '152641.765000', '152642.225000', '152642.685000', '152643.145000', '152643.605000', '152644.065000', '152644.525000', '152644.985000', '152645.445000', '152645.905000', '152646.365000', '152646.825000', '152647.285000', '152647.745000', '152648.205000', '152648.665000', '152649.125000', '152649.585000', '152650.045000', '152650.505000', '152650.965000', '152651.425000', '152651.885000', '152652.345000', '152652.805000', '152653.265000', '152653.725000', '152654.185000', '152654.645000', '152655.105000', '152655.565000', '152656.025000', '152656.485000', '152656.945000', '152657.405000', '152657.865000', '152658.325000', '152658.785000', '152659.245000', '152659.705000', '152700.165000', '152700.625000', '152701.085000', '152701.545000', '152702.005000', '152702.465000', '152702.925000', '152703.385000', '152703.845000', '152704.305000', '152704.765000', '152705.225000', '152705.685000', '152706.145000', '152706.605000', '152707.065000', '152707.525000', '152707.985000', '152708.445000', '152708.905000', '152709.365000', '152709.825000', '152710.285000', '152710.745000', '152711.205000', '152711.665000', '152712.125000', '152712.585000', '152713.045000', '152713.505000', '152713.965000', '152714.425000', '152714.885000', '152715.345000', '152715.805000', '152716.265000', '152716.725000', '152717.185000', '152717.645000', '152718.105000', '152718.565000', '152719.025000', '152719.485000', '152719.945000', '152720.405000', '152720.865000', '152721.325000', '152721.785000', '152722.245000', '152722.705000', '152723.165000', '152723.625000', '152724.085000', '152724.545000', '152725.005000', '152725.465000', '152725.925000', '152726.385000', '152726.845000', '152727.305000', '152727.765000', '152728.225000', '152728.685000', '152729.145000', '152729.605000', '152730.065000', '152730.525000', '152730.985000', '152731.445000', '152731.905000', '152732.365000', '152732.825000', '152733.285000', '152733.745000', '152734.205000', '152734.665000', '152735.125000', '152735.585000', '152736.045000', '152736.505000', '152736.965000', '152737.425000', '152737.885000', '152738.345000', '152738.805000', '152739.265000', '152739.725000', '152740.185000', '152740.645000', '152741.105000', '152741.565000', '152742.025000', '152742.485000', '152742.945000', '152743.405000', '152743.865000', '152744.325000', '152744.785000', '152745.245000', '152745.705000', '152746.165000', '152746.625000', '152747.085000', '152747.545000', '152748.005000', '152748.465000', '152748.925000', '152749.385000', '152749.845000', '152750.305000', '152750.765000', '152751.225000', '152751.685000', '152752.145000', '152752.605000', '152753.065000', '152753.525000', '152753.985000', '152754.445000', '152754.905000', '152755.365000', '152755.825000', '152756.285000', '152756.745000', '152757.205000', '152757.665000', '152758.125000', '152758.585000', '152759.045000', '152759.505000', '152759.965000', '152800.425000', '152800.885000', '152801.345000', '152801.805000', '152802.265000', '152802.725000', '152803.185000', '152803.645000', '152804.105000', '152804.565000', '152805.025000', '152805.485000', '152805.945000', '152806.405000', '152806.865000', '152807.325000', '152807.785000', '152808.245000', '152808.705000', '152809.165000', '152809.625000', '152810.085000', '152810.545000', '152811.005000', '152811.465000', '152811.925000', '152812.385000', '152812.845000', '152813.305000', '152813.765000', '152814.225000', '152814.685000', '152815.145000', '152815.605000', '152816.065000', '152816.525000', '152816.985000', '152817.445000', '152817.905000', '152818.365000', '152818.825000', '152819.285000', '152819.745000', '152820.205000', '152820.665000', '152821.125000', '152821.585000', '152822.045000', '152822.505000', '152822.965000', '152823.425000', '152823.885000', '152824.345000', '152824.805000', '152825.265000', '152825.725000', '152826.185000', '152826.645000', '152827.105000', '152827.565000', '152828.025000', '152828.485000', '152828.945000', '152829.405000', '152829.865000', '152830.325000', '152830.785000', '152831.245000', '152831.705000', '152832.165000', '152832.625000', '152833.085000', '152833.545000', '152834.005000', '152834.465000', '152834.925000', '152835.385000', '152835.845000', '152836.305000', '152836.765000', '152837.225000', '152837.685000', '152838.145000', '152838.605000', '152839.065000', '152839.525000', '152839.985000', '152840.445000', '152840.905000', '152841.365000', '152841.825000', '152842.285000', '152842.745000', '152843.205000', '152843.665000', '152844.125000', '152844.585000', '152845.045000', '152845.505000', '152845.965000', '152846.425000', '152846.885000', '152847.345000', '152847.805000', '152848.265000', '152848.725000', '152849.185000', '152849.645000', '152850.105000', '152850.565000', '152851.025000', '152851.485000', '152851.945000', '152852.405000', '152852.865000', '152853.325000', '152853.785000', '152854.245000', '152854.705000', '152855.165000', '152855.625000', '152856.085000', '152856.545000', '152857.005000', '152857.465000', '152857.925000', '152858.385000', '152858.845000', '152859.305000', '152859.765000', '152900.225000', '152900.685000', '152901.145000', '152901.605000', '152902.065000', '152902.525000', '152902.985000', '152903.445000', '152903.905000', '152904.365000', '152904.825000'], 'ContentTime': ['151919.023000', '151919.027000', '151919.030000', '151919.033000', '151919.036000', '151919.039000', '151919.042000', '151919.045000', '151919.048000', '151919.050000', '151919.053000', '151919.057000', '151919.074000', '151919.077000', '151919.080000', '151919.083000', '151919.086000', '151919.089000', '151919.092000', '151919.095000', '151919.097000', '151938.996000', '151938.999000', '151939.002000', '151939.005000', '151939.007000', '151939.010000', '151939.013000', '151939.016000', '151939.019000', '151939.022000', '151939.024000', '151939.027000', '151939.030000', '151939.033000', '151939.036000', '151939.039000', '151939.043000', '151939.045000', '151939.048000', '151939.051000', '151939.054000', '151939.057000', '151939.060000', '151939.063000', '151939.065000', '151939.068000', '151939.078000', '151939.081000', '151939.084000', '151939.087000', '151939.090000', '151939.093000', '151939.096000', '151939.099000', '151939.102000', '151939.105000', '151939.108000', '151939.110000', '151939.113000', '151939.116000', '151939.119000', '151939.122000', '151939.125000', '151958.996000', '151959.000000', '151959.003000', '151959.007000', '151959.009000', '151959.012000', '151959.015000', '151959.018000', '151959.021000', '151959.024000', '151959.027000', '151959.029000', '151959.032000', '151959.035000', '151959.038000', '151959.041000', '151959.044000', '151959.047000', '151959.049000', '151959.052000', '151959.055000', '151959.058000', '151959.061000', '151959.064000', '151959.066000', '151959.069000', '151959.072000', '151959.075000', '151959.078000', '151959.081000', '151959.083000', '151959.086000', '151959.089000', '151959.092000', '151959.095000', '151959.098000', '151959.101000', '151959.108000', '151959.110000', '151959.113000', '151959.116000', '151959.119000', '151959.122000', '151959.125000', '152018.996000', '152019.000000', '152019.003000', '152019.006000', '152019.009000', '152019.011000', '152019.014000', '152019.017000', '152019.020000', '152019.023000', '152019.026000', '152019.028000', '152019.031000', '152019.034000', '152019.037000', '152019.040000', '152019.043000', '152019.045000', '152019.048000', '152019.051000', '152019.054000', '152019.057000', '152019.060000', '152019.063000', '152019.065000', '152019.068000', '152019.071000', '152019.074000', '152019.077000', '152019.080000', '152019.083000', '152019.085000', '152019.088000', '152019.091000', '152019.094000', '152019.097000', '152019.100000', '152019.103000', '152019.105000', '152019.108000', '152019.111000', '152019.114000', '152019.118000', '152038.995000', '152038.998000', '152039.002000', '152039.005000', '152039.022000', '152039.025000', '152039.028000', '152039.031000', '152039.034000', '152039.036000', '152039.039000', '152039.042000', '152039.045000', '152039.048000', '152039.051000', '152039.054000', '152039.057000', '152039.059000', '152039.062000', '152039.065000', '152039.068000', '152039.071000', '152039.074000', '152039.077000', '152039.079000', '152039.082000', '152039.085000', '152039.088000', '152039.091000', '152039.094000', '152039.097000', '152039.099000', '152039.102000', '152039.105000', '152039.108000', '152039.111000', '152039.114000', '152039.117000', '152039.120000', '152039.122000', '152039.125000', '152039.128000', '152039.131000', '152039.134000', '152058.995000', '152058.998000', '152059.002000', '152059.005000', '152059.008000', '152059.011000', '152059.014000', '152059.017000', '152059.019000', '152059.022000', '152059.025000', '152059.028000', '152059.031000', '152059.034000', '152059.037000', '152059.039000', '152059.042000', '152059.045000', '152059.048000', '152059.051000', '152059.054000', '152059.057000', '152059.060000', '152059.062000', '152059.065000', '152059.068000', '152059.071000', '152059.074000', '152059.078000', '152059.081000', '152059.084000', '152059.087000', '152059.090000', '152059.102000', '152059.104000', '152059.107000', '152059.110000', '152059.113000', '152059.116000', '152059.119000', '152059.121000', '152059.124000', '152059.127000', '152118.995000', '152118.998000', '152119.002000', '152119.005000', '152119.008000', '152119.010000', '152119.013000', '152119.016000', '152119.019000', '152119.022000', '152119.025000', '152119.028000', '152119.030000', '152119.033000', '152119.036000', '152119.048000', '152119.051000', '152119.054000', '152119.056000', '152119.059000', '152119.062000', '152119.065000', '152119.068000', '152119.071000', '152119.073000', '152119.076000', '152119.079000', '152119.082000', '152119.085000', '152119.088000', '152119.091000', '152119.093000', '152119.096000', '152119.099000', '152119.102000', '152119.105000', '152119.108000', '152119.111000', '152119.114000', '152119.117000', '152119.119000', '152119.122000', '152119.125000', '152119.128000', '152138.995000', '152138.998000', '152139.002000', '152139.005000', '152139.008000', '152139.017000', '152139.019000', '152139.022000', '152139.025000', '152139.028000', '152139.031000', '152139.034000', '152139.037000', '152139.039000', '152139.042000', '152139.045000', '152139.048000', '152139.051000', '152139.054000', '152139.057000', '152139.060000', '152139.063000', '152139.065000', '152139.068000', '152139.071000', '152139.074000', '152139.077000', '152139.080000', '152139.083000', '152139.086000', '152139.089000', '152139.091000', '152139.094000', '152139.097000', '152139.100000', '152139.103000', '152139.106000', '152139.109000', '152139.111000', '152139.114000', '152139.117000', '152139.120000', '152139.123000', '152158.996000', '152159.000000', '152159.003000', '152159.006000', '152159.009000', '152159.011000', '152159.014000', '152159.017000', '152159.020000', '152159.023000', '152159.026000', '152159.042000', '152159.045000', '152159.047000', '152159.050000', '152159.053000', '152159.056000', '152159.059000', '152159.062000', '152159.065000', '152159.068000', '152159.070000', '152159.073000', '152159.076000', '152159.079000', '152159.082000', '152159.085000', '152159.088000', '152159.090000', '152159.093000', '152159.096000', '152159.099000', '152159.102000', '152159.105000', '152159.108000', '152159.110000', '152159.113000', '152159.116000', '152159.119000', '152159.122000', '152159.125000', '152159.128000', '152159.131000', '152159.133000', '152218.996000', '152219.000000', '152219.003000', '152219.006000', '152219.009000', '152219.012000', '152219.014000', '152219.017000', '152219.020000', '152219.023000', '152219.026000', '152219.029000', '152219.032000', '152219.050000', '152219.053000', '152219.056000', '152219.059000', '152219.062000', '152219.065000', '152219.068000', '152219.070000', '152219.073000', '152219.076000', '152219.079000', '152219.082000', '152219.085000', '152219.087000', '152219.090000', '152219.093000', '152219.096000', '152219.099000', '152219.102000', '152219.105000', '152219.108000', '152219.110000', '152219.113000', '152219.118000', '152219.121000', '152219.124000', '152219.126000', '152219.129000', '152219.132000', '152219.135000', '152238.996000', '152239.000000', '152239.003000', '152239.006000', '152239.009000', '152239.012000', '152239.014000', '152239.017000', '152239.020000', '152239.023000', '152239.026000', '152239.029000', '152239.032000', '152239.034000', '152239.037000', '152239.040000', '152239.043000', '152239.046000', '152239.049000', '152239.052000', '152239.055000', '152239.058000', '152239.060000', '152239.063000', '152239.066000', '152239.069000', '152239.072000', '152239.075000', '152239.078000', '152239.082000', '152239.085000', '152239.088000', '152239.090000', '152239.102000', '152239.105000', '152239.108000', '152239.111000', '152239.113000', '152239.116000', '152239.119000', '152239.122000', '152239.125000', '152239.128000', '152239.131000', '152258.995000', '152258.998000', '152259.002000', '152259.005000', '152259.008000', '152259.011000', '152259.013000', '152259.016000', '152259.019000', '152259.022000', '152259.025000', '152259.028000', '152259.031000', '152259.034000', '152259.037000', '152259.039000', '152259.042000', '152259.045000', '152259.048000', '152259.051000', '152259.054000', '152259.057000', '152259.060000', '152259.062000', '152259.065000', '152259.068000', '152259.071000', '152259.074000', '152259.077000', '152259.080000', '152259.083000', '152259.085000', '152259.088000', '152259.091000', '152259.094000', '152259.097000', '152259.100000', '152259.102000', '152259.105000', '152259.108000', '152259.111000', '152259.114000', '152259.117000', '152318.995000', '152318.998000', '152319.002000', '152319.005000', '152319.008000', '152319.011000', '152319.013000', '152319.017000', '152319.020000', '152319.022000', '152319.025000', '152319.028000', '152319.031000', '152319.034000', '152319.037000', '152319.040000', '152319.043000', '152319.046000', '152319.049000', '152319.051000', '152319.054000', '152319.057000', '152319.060000', '152319.063000', '152319.066000', '152319.069000', '152319.072000', '152319.074000', '152319.077000', '152319.080000', '152319.083000', '152319.086000', '152319.089000', '152319.092000', '152319.095000', '152319.097000', '152319.100000', '152319.103000', '152319.106000', '152319.109000', '152319.112000', '152319.115000', '152319.118000', '152338.995000', '152338.998000', '152339.002000', '152339.005000', '152339.008000', '152339.011000', '152339.013000', '152339.016000', '152339.019000', '152339.022000', '152339.025000', '152339.028000', '152339.031000', '152339.044000', '152339.047000', '152339.050000', '152339.053000', '152339.056000', '152339.059000', '152339.061000', '152339.064000', '152339.067000', '152339.070000', '152339.073000', '152339.076000', '152339.079000', '152339.082000', '152339.085000', '152339.087000', '152339.090000', '152339.093000', '152339.096000', '152339.099000', '152339.102000', '152339.105000', '152339.108000', '152339.111000', '152339.113000', '152339.116000', '152339.119000', '152339.122000', '152339.125000', '152339.128000', '152339.131000', '152358.995000', '152358.998000', '152359.002000', '152359.005000', '152359.008000', '152359.020000', '152359.023000', '152359.026000', '152359.029000', '152359.032000', '152359.034000', '152359.037000', '152359.040000', '152359.043000', '152359.046000', '152359.049000', '152359.052000', '152359.054000', '152359.057000', '152359.060000', '152359.063000', '152359.066000', '152359.069000', '152359.085000', '152359.088000', '152359.091000', '152359.094000', '152359.097000', '152359.100000', '152359.103000', '152359.105000', '152359.108000', '152359.111000', '152359.114000', '152359.117000', '152359.120000', '152359.123000', '152359.126000', '152359.129000', '152359.131000', '152359.134000', '152359.137000', '152359.140000', '152418.996000', '152418.999000', '152419.002000', '152419.005000', '152419.007000', '152419.010000', '152419.013000', '152419.016000', '152419.019000', '152419.022000', '152419.025000', '152419.028000', '152419.031000', '152419.033000', '152419.036000', '152419.039000', '152419.042000', '152419.045000', '152419.048000', '152419.051000', '152419.054000', '152419.056000', '152419.059000', '152419.062000', '152419.065000', '152419.068000', '152419.079000', '152419.081000', '152419.084000', '152419.087000', '152419.090000', '152419.093000', '152419.096000', '152419.098000', '152419.101000', '152419.104000', '152419.107000', '152419.110000', '152419.113000', '152419.116000', '152419.119000', '152419.121000', '152419.124000', '152419.127000', '152438.996000', '152439.000000', '152439.003000', '152439.006000', '152439.009000', '152439.012000', '152439.015000', '152439.018000', '152439.021000', '152439.024000', '152439.027000', '152439.030000', '152439.033000', '152439.036000', '152439.039000', '152439.041000', '152439.044000', '152439.047000', '152439.050000', '152439.053000', '152439.056000', '152439.059000', '152439.062000', '152439.065000', '152439.068000', '152439.071000', '152439.074000', '152439.076000', '152439.079000', '152439.082000', '152439.085000', '152439.088000', '152439.091000', '152439.094000', '152439.096000', '152439.099000', '152439.103000', '152439.105000', '152439.108000', '152439.111000', '152439.114000', '152439.117000', '152439.120000', '152458.996000', '152459.000000', '152459.003000', '152459.006000', '152459.009000', '152459.012000', '152459.015000', '152459.017000', '152459.020000', '152459.023000', '152459.026000', '152459.029000', '152459.032000', '152459.035000', '152459.038000', '152459.040000', '152459.043000', '152459.046000', '152459.049000', '152459.052000', '152459.055000', '152459.058000', '152459.061000', '152459.064000', '152459.067000', '152459.069000', '152459.072000', '152459.075000', '152459.078000', '152459.081000', '152459.084000', '152459.087000', '152459.090000', '152459.093000', '152459.095000', '152459.098000', '152459.101000', '152459.104000', '152459.107000', '152459.110000', '152459.113000', '152459.115000', '152459.118000', '152459.121000', '152518.995000', '152518.998000', '152519.002000', '152519.005000', '152519.014000', '152519.017000', '152519.020000', '152519.023000', '152519.026000', '152519.029000', '152519.032000', '152519.035000', '152519.038000', '152519.041000', '152519.044000', '152519.047000', '152519.050000', '152519.053000', '152519.055000', '152519.058000', '152519.061000', '152519.064000', '152519.067000', '152519.070000', '152519.073000', '152519.076000', '152519.079000', '152519.081000', '152519.084000', '152519.087000', '152519.090000', '152519.093000', '152519.096000', '152519.099000', '152519.102000', '152519.105000', '152519.107000', '152519.110000', '152519.113000', '152519.116000', '152519.119000', '152519.122000', '152519.125000', '152538.995000', '152538.998000', '152539.002000', '152539.005000', '152539.008000', '152539.011000', '152539.013000', '152539.016000', '152539.019000', '152539.022000', '152539.025000', '152539.028000', '152539.031000', '152539.034000', '152539.037000', '152539.040000', '152539.043000', '152539.045000', '152539.048000', '152539.051000', '152539.054000', '152539.057000', '152539.060000', '152539.063000', '152539.066000', '152539.068000', '152539.071000', '152539.074000', '152539.077000', '152539.080000', '152539.083000', '152539.086000', '152539.088000', '152539.091000', '152539.107000', '152539.110000', '152539.113000', '152539.115000', '152539.118000', '152539.121000', '152539.124000', '152539.127000', '152539.130000', '152539.133000', '152558.995000', '152558.998000', '152559.002000', '152559.005000', '152559.008000', '152559.011000', '152559.014000', '152559.025000', '152559.029000', '152559.032000', '152559.035000', '152559.038000', '152559.041000', '152559.044000', '152559.047000', '152559.055000', '152559.058000', '152559.061000', '152559.064000', '152559.067000', '152559.070000', '152559.073000', '152559.076000', '152559.079000', '152559.082000', '152559.085000', '152559.088000', '152559.091000', '152559.094000', '152559.097000', '152559.100000', '152559.103000', '152559.106000', '152559.109000', '152559.111000', '152559.114000', '152559.117000', '152559.120000', '152559.123000', '152559.126000', '152559.129000', '152559.132000', '152559.134000', '152618.995000', '152618.998000', '152619.001000', '152619.004000', '152619.006000', '152619.009000', '152619.012000', '152619.015000', '152619.018000', '152619.021000', '152619.024000', '152619.026000', '152619.029000', '152619.032000', '152619.035000', '152619.038000', '152619.041000', '152619.044000', '152619.047000', '152619.049000', '152619.052000', '152619.055000', '152619.058000', '152619.061000', '152619.064000', '152619.067000', '152619.069000', '152619.072000', '152619.075000', '152619.078000', '152619.081000', '152619.084000', '152619.087000', '152619.090000', '152619.093000', '152619.095000', '152619.098000', '152619.101000', '152619.104000', '152619.107000', '152619.117000', '152619.120000', '152619.123000', '152619.126000', '152638.996000', '152639.000000', '152639.003000', '152639.006000', '152639.009000', '152639.012000', '152639.015000', '152639.017000', '152639.020000', '152639.023000', '152639.026000', '152639.029000', '152639.032000', '152639.035000', '152639.038000', '152639.040000', '152639.043000', '152639.046000', '152639.049000', '152639.052000', '152639.055000', '152639.058000', '152639.061000', '152639.064000', '152639.067000', '152639.069000', '152639.072000', '152639.075000', '152639.078000', '152639.081000', '152639.084000', '152639.087000', '152639.090000', '152639.093000', '152639.096000', '152639.099000', '152639.102000', '152639.104000', '152639.107000', '152639.110000', '152639.113000', '152639.116000', '152639.119000', '152658.996000', '152659.000000', '152659.003000', '152659.006000', '152659.009000', '152659.012000', '152659.015000', '152659.018000', '152659.020000', '152659.023000', '152659.026000', '152659.029000', '152659.032000', '152659.035000', '152659.038000', '152659.041000', '152659.043000', '152659.046000', '152659.049000', '152659.052000', '152659.055000', '152659.058000', '152659.061000', '152659.064000', '152659.067000', '152659.079000', '152659.082000', '152659.085000', '152659.088000', '152659.090000', '152659.093000', '152659.096000', '152659.099000', '152659.102000', '152659.105000', '152659.108000', '152659.111000', '152659.113000', '152659.116000', '152659.119000', '152659.122000', '152659.125000', '152659.128000', '152659.131000', '152718.996000', '152719.000000', '152719.003000', '152719.006000', '152719.009000', '152719.012000', '152719.015000', '152719.017000', '152719.020000', '152719.023000', '152719.026000', '152719.030000', '152719.033000', '152719.036000', '152719.039000', '152719.042000', '152719.045000', '152719.056000', '152719.059000', '152719.062000', '152719.064000', '152719.067000', '152719.070000', '152719.073000', '152719.076000', '152719.079000', '152719.082000', '152719.085000', '152719.088000', '152719.091000', '152719.094000', '152719.096000', '152719.099000', '152719.102000', '152719.105000', '152719.108000', '152719.111000', '152719.114000', '152719.117000', '152719.119000', '152719.122000', '152719.125000', '152719.128000', '152739.009000', '152739.012000', '152739.015000', '152739.017000', '152739.020000', '152739.023000', '152739.026000', '152739.029000', '152739.032000', '152739.035000', '152739.038000', '152739.040000', '152739.043000', '152739.046000', '152739.049000', '152739.052000', '152739.055000', '152739.058000', '152739.061000', '152739.064000', '152739.066000', '152739.069000', '152739.072000', '152739.075000', '152739.078000', '152739.081000', '152739.084000', '152739.086000', '152739.089000', '152739.092000', '152739.095000', '152739.098000', '152739.101000', '152739.104000', '152739.106000', '152739.109000', '152739.112000', '152739.115000', '152739.118000', '152739.121000', '152739.124000', '152739.126000', '152739.129000', '152739.132000', '152758.995000', '152758.998000', '152759.002000', '152759.005000', '152759.008000', '152759.011000', '152759.013000', '152759.016000', '152759.019000', '152759.022000', '152759.025000', '152759.028000', '152759.031000', '152759.034000', '152759.037000', '152759.039000', '152759.042000', '152759.045000', '152759.048000', '152759.051000', '152759.054000', '152759.057000', '152759.060000', '152759.062000', '152759.065000', '152759.068000', '152759.071000', '152759.074000', '152759.077000', '152759.080000', '152759.083000', '152759.086000', '152759.089000', '152759.091000', '152759.094000', '152759.097000', '152759.100000', '152759.103000', '152759.106000', '152759.109000', '152759.111000', '152759.114000', '152759.117000', '152818.995000', '152818.998000', '152819.002000', '152819.005000', '152819.008000', '152819.011000', '152819.014000', '152819.016000', '152819.019000', '152819.022000', '152819.025000', '152819.028000', '152819.031000', '152819.034000', '152819.037000', '152819.039000', '152819.042000', '152819.045000', '152819.048000', '152819.051000', '152819.054000', '152819.057000', '152819.060000', '152819.062000', '152819.065000', '152819.068000', '152819.071000', '152819.074000', '152819.077000', '152819.080000', '152819.083000', '152819.086000', '152819.089000', '152819.091000', '152819.094000', '152819.097000', '152819.100000', '152819.103000', '152819.106000', '152819.109000', '152819.111000', '152819.114000', '152819.117000', '152819.120000', '152838.995000', '152838.998000', '152839.002000', '152839.005000', '152839.008000', '152839.011000', '152839.014000', '152839.016000', '152839.019000', '152839.022000', '152839.025000', '152839.028000', '152839.031000', '152839.034000', '152839.037000', '152839.040000', '152839.042000', '152839.045000', '152839.048000', '152839.051000', '152839.054000', '152839.057000', '152839.060000', '152839.063000', '152839.066000', '152839.069000', '152839.072000', '152839.075000', '152839.078000', '152839.081000', '152839.084000', '152839.087000', '152839.090000', '152839.092000', '152839.095000', '152839.098000', '152839.101000', '152839.104000', '152839.107000', '152839.110000', '152839.113000', '152839.115000', '152839.118000', '152858.996000', '152859.000000', '152859.003000', '152859.006000', '152859.009000', '152859.012000', '152859.014000', '152859.017000', '152859.020000', '152859.023000', '152859.026000', '152859.029000', '152859.032000', '152859.035000', '152859.038000', '152859.040000', '152859.043000', '152859.046000', '152859.049000', '152859.052000', '152859.055000', '152859.058000', '152859.061000', '152859.063000', '152859.066000', '152859.069000', '152859.072000', '152859.075000', '152859.078000', '152859.081000', '152859.084000', '152859.087000', '152859.089000', '152859.092000', '152859.095000', '152859.098000', '152859.101000', '152859.104000', '152859.107000', '152859.114000', '152859.117000', '152859.120000', '152859.123000', '152859.126000', '152906.336000', '152906.340000', '152906.344000', '152906.347000', '152906.351000', '152906.354000', '152906.357000', '152906.359000', '152906.362000', '152906.376000', '152906.380000', '152906.383000', '152906.386000', '152906.388000', '152906.391000', '152906.394000'], 'InstanceCreationTime': ['151919.023000', '151919.027000', '151919.030000', '151919.033000', '151919.036000', '151919.039000', '151919.042000', '151919.045000', '151919.048000', '151919.050000', '151919.053000', '151919.057000', '151919.074000', '151919.077000', '151919.080000', '151919.083000', '151919.086000', '151919.089000', '151919.092000', '151919.095000', '151919.097000', '151938.996000', '151938.999000', '151939.002000', '151939.005000', '151939.007000', '151939.010000', '151939.013000', '151939.016000', '151939.019000', '151939.022000', '151939.024000', '151939.027000', '151939.030000', '151939.033000', '151939.036000', '151939.039000', '151939.043000', '151939.045000', '151939.048000', '151939.051000', '151939.054000', '151939.057000', '151939.060000', '151939.063000', '151939.065000', '151939.068000', '151939.078000', '151939.081000', '151939.084000', '151939.087000', '151939.090000', '151939.093000', '151939.096000', '151939.099000', '151939.102000', '151939.105000', '151939.108000', '151939.110000', '151939.113000', '151939.116000', '151939.119000', '151939.122000', '151939.125000', '151958.996000', '151959.000000', '151959.003000', '151959.007000', '151959.009000', '151959.012000', '151959.015000', '151959.018000', '151959.021000', '151959.024000', '151959.027000', '151959.029000', '151959.032000', '151959.035000', '151959.038000', '151959.041000', '151959.044000', '151959.047000', '151959.049000', '151959.052000', '151959.055000', '151959.058000', '151959.061000', '151959.064000', '151959.066000', '151959.069000', '151959.072000', '151959.075000', '151959.078000', '151959.081000', '151959.083000', '151959.086000', '151959.089000', '151959.092000', '151959.095000', '151959.098000', '151959.101000', '151959.108000', '151959.110000', '151959.113000', '151959.116000', '151959.119000', '151959.122000', '151959.125000', '152018.996000', '152019.000000', '152019.003000', '152019.006000', '152019.009000', '152019.011000', '152019.014000', '152019.017000', '152019.020000', '152019.023000', '152019.026000', '152019.028000', '152019.031000', '152019.034000', '152019.037000', '152019.040000', '152019.043000', '152019.045000', '152019.048000', '152019.051000', '152019.054000', '152019.057000', '152019.060000', '152019.063000', '152019.065000', '152019.068000', '152019.071000', '152019.074000', '152019.077000', '152019.080000', '152019.083000', '152019.085000', '152019.088000', '152019.091000', '152019.094000', '152019.097000', '152019.100000', '152019.103000', '152019.105000', '152019.108000', '152019.111000', '152019.114000', '152019.118000', '152038.995000', '152038.998000', '152039.002000', '152039.005000', '152039.022000', '152039.025000', '152039.028000', '152039.031000', '152039.034000', '152039.036000', '152039.039000', '152039.042000', '152039.045000', '152039.048000', '152039.051000', '152039.054000', '152039.057000', '152039.059000', '152039.062000', '152039.065000', '152039.068000', '152039.071000', '152039.074000', '152039.077000', '152039.079000', '152039.082000', '152039.085000', '152039.088000', '152039.091000', '152039.094000', '152039.097000', '152039.099000', '152039.102000', '152039.105000', '152039.108000', '152039.111000', '152039.114000', '152039.117000', '152039.120000', '152039.122000', '152039.125000', '152039.128000', '152039.131000', '152039.134000', '152058.995000', '152058.998000', '152059.002000', '152059.005000', '152059.008000', '152059.011000', '152059.014000', '152059.017000', '152059.019000', '152059.022000', '152059.025000', '152059.028000', '152059.031000', '152059.034000', '152059.037000', '152059.039000', '152059.042000', '152059.045000', '152059.048000', '152059.051000', '152059.054000', '152059.057000', '152059.060000', '152059.062000', '152059.065000', '152059.068000', '152059.071000', '152059.074000', '152059.078000', '152059.081000', '152059.084000', '152059.087000', '152059.090000', '152059.102000', '152059.104000', '152059.107000', '152059.110000', '152059.113000', '152059.116000', '152059.119000', '152059.121000', '152059.124000', '152059.127000', '152118.995000', '152118.998000', '152119.002000', '152119.005000', '152119.008000', '152119.010000', '152119.013000', '152119.016000', '152119.019000', '152119.022000', '152119.025000', '152119.028000', '152119.030000', '152119.033000', '152119.036000', '152119.048000', '152119.051000', '152119.054000', '152119.056000', '152119.059000', '152119.062000', '152119.065000', '152119.068000', '152119.071000', '152119.073000', '152119.076000', '152119.079000', '152119.082000', '152119.085000', '152119.088000', '152119.091000', '152119.093000', '152119.096000', '152119.099000', '152119.102000', '152119.105000', '152119.108000', '152119.111000', '152119.114000', '152119.117000', '152119.119000', '152119.122000', '152119.125000', '152119.128000', '152138.995000', '152138.998000', '152139.002000', '152139.005000', '152139.008000', '152139.017000', '152139.019000', '152139.022000', '152139.025000', '152139.028000', '152139.031000', '152139.034000', '152139.037000', '152139.039000', '152139.042000', '152139.045000', '152139.048000', '152139.051000', '152139.054000', '152139.057000', '152139.060000', '152139.063000', '152139.065000', '152139.068000', '152139.071000', '152139.074000', '152139.077000', '152139.080000', '152139.083000', '152139.086000', '152139.089000', '152139.091000', '152139.094000', '152139.097000', '152139.100000', '152139.103000', '152139.106000', '152139.109000', '152139.111000', '152139.114000', '152139.117000', '152139.120000', '152139.123000', '152158.996000', '152159.000000', '152159.003000', '152159.006000', '152159.009000', '152159.011000', '152159.014000', '152159.017000', '152159.020000', '152159.023000', '152159.026000', '152159.042000', '152159.045000', '152159.047000', '152159.050000', '152159.053000', '152159.056000', '152159.059000', '152159.062000', '152159.065000', '152159.068000', '152159.070000', '152159.073000', '152159.076000', '152159.079000', '152159.082000', '152159.085000', '152159.088000', '152159.090000', '152159.093000', '152159.096000', '152159.099000', '152159.102000', '152159.105000', '152159.108000', '152159.110000', '152159.113000', '152159.116000', '152159.119000', '152159.122000', '152159.125000', '152159.128000', '152159.131000', '152159.133000', '152218.996000', '152219.000000', '152219.003000', '152219.006000', '152219.009000', '152219.012000', '152219.014000', '152219.017000', '152219.020000', '152219.023000', '152219.026000', '152219.029000', '152219.032000', '152219.050000', '152219.053000', '152219.056000', '152219.059000', '152219.062000', '152219.065000', '152219.068000', '152219.070000', '152219.073000', '152219.076000', '152219.079000', '152219.082000', '152219.085000', '152219.087000', '152219.090000', '152219.093000', '152219.096000', '152219.099000', '152219.102000', '152219.105000', '152219.108000', '152219.110000', '152219.113000', '152219.118000', '152219.121000', '152219.124000', '152219.126000', '152219.129000', '152219.132000', '152219.135000', '152238.996000', '152239.000000', '152239.003000', '152239.006000', '152239.009000', '152239.012000', '152239.014000', '152239.017000', '152239.020000', '152239.023000', '152239.026000', '152239.029000', '152239.032000', '152239.034000', '152239.037000', '152239.040000', '152239.043000', '152239.046000', '152239.049000', '152239.052000', '152239.055000', '152239.058000', '152239.060000', '152239.063000', '152239.066000', '152239.069000', '152239.072000', '152239.075000', '152239.078000', '152239.082000', '152239.085000', '152239.088000', '152239.090000', '152239.102000', '152239.105000', '152239.108000', '152239.111000', '152239.113000', '152239.116000', '152239.119000', '152239.122000', '152239.125000', '152239.128000', '152239.131000', '152258.995000', '152258.998000', '152259.002000', '152259.005000', '152259.008000', '152259.011000', '152259.013000', '152259.016000', '152259.019000', '152259.022000', '152259.025000', '152259.028000', '152259.031000', '152259.034000', '152259.037000', '152259.039000', '152259.042000', '152259.045000', '152259.048000', '152259.051000', '152259.054000', '152259.057000', '152259.060000', '152259.062000', '152259.065000', '152259.068000', '152259.071000', '152259.074000', '152259.077000', '152259.080000', '152259.083000', '152259.085000', '152259.088000', '152259.091000', '152259.094000', '152259.097000', '152259.100000', '152259.102000', '152259.105000', '152259.108000', '152259.111000', '152259.114000', '152259.117000', '152318.995000', '152318.998000', '152319.002000', '152319.005000', '152319.008000', '152319.011000', '152319.013000', '152319.017000', '152319.020000', '152319.022000', '152319.025000', '152319.028000', '152319.031000', '152319.034000', '152319.037000', '152319.040000', '152319.043000', '152319.046000', '152319.049000', '152319.051000', '152319.054000', '152319.057000', '152319.060000', '152319.063000', '152319.066000', '152319.069000', '152319.072000', '152319.074000', '152319.077000', '152319.080000', '152319.083000', '152319.086000', '152319.089000', '152319.092000', '152319.095000', '152319.097000', '152319.100000', '152319.103000', '152319.106000', '152319.109000', '152319.112000', '152319.115000', '152319.118000', '152338.995000', '152338.998000', '152339.002000', '152339.005000', '152339.008000', '152339.011000', '152339.013000', '152339.016000', '152339.019000', '152339.022000', '152339.025000', '152339.028000', '152339.031000', '152339.044000', '152339.047000', '152339.050000', '152339.053000', '152339.056000', '152339.059000', '152339.061000', '152339.064000', '152339.067000', '152339.070000', '152339.073000', '152339.076000', '152339.079000', '152339.082000', '152339.085000', '152339.087000', '152339.090000', '152339.093000', '152339.096000', '152339.099000', '152339.102000', '152339.105000', '152339.108000', '152339.111000', '152339.113000', '152339.116000', '152339.119000', '152339.122000', '152339.125000', '152339.128000', '152339.131000', '152358.995000', '152358.998000', '152359.002000', '152359.005000', '152359.008000', '152359.020000', '152359.023000', '152359.026000', '152359.029000', '152359.032000', '152359.034000', '152359.037000', '152359.040000', '152359.043000', '152359.046000', '152359.049000', '152359.052000', '152359.054000', '152359.057000', '152359.060000', '152359.063000', '152359.066000', '152359.069000', '152359.085000', '152359.088000', '152359.091000', '152359.094000', '152359.097000', '152359.100000', '152359.103000', '152359.105000', '152359.108000', '152359.111000', '152359.114000', '152359.117000', '152359.120000', '152359.123000', '152359.126000', '152359.129000', '152359.131000', '152359.134000', '152359.137000', '152359.140000', '152418.996000', '152418.999000', '152419.002000', '152419.005000', '152419.007000', '152419.010000', '152419.013000', '152419.016000', '152419.019000', '152419.022000', '152419.025000', '152419.028000', '152419.031000', '152419.033000', '152419.036000', '152419.039000', '152419.042000', '152419.045000', '152419.048000', '152419.051000', '152419.054000', '152419.056000', '152419.059000', '152419.062000', '152419.065000', '152419.068000', '152419.079000', '152419.081000', '152419.084000', '152419.087000', '152419.090000', '152419.093000', '152419.096000', '152419.098000', '152419.101000', '152419.104000', '152419.107000', '152419.110000', '152419.113000', '152419.116000', '152419.119000', '152419.121000', '152419.124000', '152419.127000', '152438.996000', '152439.000000', '152439.003000', '152439.006000', '152439.009000', '152439.012000', '152439.015000', '152439.018000', '152439.021000', '152439.024000', '152439.027000', '152439.030000', '152439.033000', '152439.036000', '152439.039000', '152439.041000', '152439.044000', '152439.047000', '152439.050000', '152439.053000', '152439.056000', '152439.059000', '152439.062000', '152439.065000', '152439.068000', '152439.071000', '152439.074000', '152439.076000', '152439.079000', '152439.082000', '152439.085000', '152439.088000', '152439.091000', '152439.094000', '152439.096000', '152439.099000', '152439.103000', '152439.105000', '152439.108000', '152439.111000', '152439.114000', '152439.117000', '152439.120000', '152458.996000', '152459.000000', '152459.003000', '152459.006000', '152459.009000', '152459.012000', '152459.015000', '152459.017000', '152459.020000', '152459.023000', '152459.026000', '152459.029000', '152459.032000', '152459.035000', '152459.038000', '152459.040000', '152459.043000', '152459.046000', '152459.049000', '152459.052000', '152459.055000', '152459.058000', '152459.061000', '152459.064000', '152459.067000', '152459.069000', '152459.072000', '152459.075000', '152459.078000', '152459.081000', '152459.084000', '152459.087000', '152459.090000', '152459.093000', '152459.095000', '152459.098000', '152459.101000', '152459.104000', '152459.107000', '152459.110000', '152459.113000', '152459.115000', '152459.118000', '152459.121000', '152518.995000', '152518.998000', '152519.002000', '152519.005000', '152519.014000', '152519.017000', '152519.020000', '152519.023000', '152519.026000', '152519.029000', '152519.032000', '152519.035000', '152519.038000', '152519.041000', '152519.044000', '152519.047000', '152519.050000', '152519.053000', '152519.055000', '152519.058000', '152519.061000', '152519.064000', '152519.067000', '152519.070000', '152519.073000', '152519.076000', '152519.079000', '152519.081000', '152519.084000', '152519.087000', '152519.090000', '152519.093000', '152519.096000', '152519.099000', '152519.102000', '152519.105000', '152519.107000', '152519.110000', '152519.113000', '152519.116000', '152519.119000', '152519.122000', '152519.125000', '152538.995000', '152538.998000', '152539.002000', '152539.005000', '152539.008000', '152539.011000', '152539.013000', '152539.016000', '152539.019000', '152539.022000', '152539.025000', '152539.028000', '152539.031000', '152539.034000', '152539.037000', '152539.040000', '152539.043000', '152539.045000', '152539.048000', '152539.051000', '152539.054000', '152539.057000', '152539.060000', '152539.063000', '152539.066000', '152539.068000', '152539.071000', '152539.074000', '152539.077000', '152539.080000', '152539.083000', '152539.086000', '152539.088000', '152539.091000', '152539.107000', '152539.110000', '152539.113000', '152539.115000', '152539.118000', '152539.121000', '152539.124000', '152539.127000', '152539.130000', '152539.133000', '152558.995000', '152558.998000', '152559.002000', '152559.005000', '152559.008000', '152559.011000', '152559.014000', '152559.025000', '152559.029000', '152559.032000', '152559.035000', '152559.038000', '152559.041000', '152559.044000', '152559.047000', '152559.055000', '152559.058000', '152559.061000', '152559.064000', '152559.067000', '152559.070000', '152559.073000', '152559.076000', '152559.079000', '152559.082000', '152559.085000', '152559.088000', '152559.091000', '152559.094000', '152559.097000', '152559.100000', '152559.103000', '152559.106000', '152559.109000', '152559.111000', '152559.114000', '152559.117000', '152559.120000', '152559.123000', '152559.126000', '152559.129000', '152559.132000', '152559.134000', '152618.995000', '152618.998000', '152619.001000', '152619.004000', '152619.006000', '152619.009000', '152619.012000', '152619.015000', '152619.018000', '152619.021000', '152619.024000', '152619.026000', '152619.029000', '152619.032000', '152619.035000', '152619.038000', '152619.041000', '152619.044000', '152619.047000', '152619.049000', '152619.052000', '152619.055000', '152619.058000', '152619.061000', '152619.064000', '152619.067000', '152619.069000', '152619.072000', '152619.075000', '152619.078000', '152619.081000', '152619.084000', '152619.087000', '152619.090000', '152619.093000', '152619.095000', '152619.098000', '152619.101000', '152619.104000', '152619.107000', '152619.117000', '152619.120000', '152619.123000', '152619.126000', '152638.996000', '152639.000000', '152639.003000', '152639.006000', '152639.009000', '152639.012000', '152639.015000', '152639.017000', '152639.020000', '152639.023000', '152639.026000', '152639.029000', '152639.032000', '152639.035000', '152639.038000', '152639.040000', '152639.043000', '152639.046000', '152639.049000', '152639.052000', '152639.055000', '152639.058000', '152639.061000', '152639.064000', '152639.067000', '152639.069000', '152639.072000', '152639.075000', '152639.078000', '152639.081000', '152639.084000', '152639.087000', '152639.090000', '152639.093000', '152639.096000', '152639.099000', '152639.102000', '152639.104000', '152639.107000', '152639.110000', '152639.113000', '152639.116000', '152639.119000', '152658.996000', '152659.000000', '152659.003000', '152659.006000', '152659.009000', '152659.012000', '152659.015000', '152659.018000', '152659.020000', '152659.023000', '152659.026000', '152659.029000', '152659.032000', '152659.035000', '152659.038000', '152659.041000', '152659.043000', '152659.046000', '152659.049000', '152659.052000', '152659.055000', '152659.058000', '152659.061000', '152659.064000', '152659.067000', '152659.079000', '152659.082000', '152659.085000', '152659.088000', '152659.090000', '152659.093000', '152659.096000', '152659.099000', '152659.102000', '152659.105000', '152659.108000', '152659.111000', '152659.113000', '152659.116000', '152659.119000', '152659.122000', '152659.125000', '152659.128000', '152659.131000', '152718.996000', '152719.000000', '152719.003000', '152719.006000', '152719.009000', '152719.012000', '152719.015000', '152719.017000', '152719.020000', '152719.023000', '152719.026000', '152719.030000', '152719.033000', '152719.036000', '152719.039000', '152719.042000', '152719.045000', '152719.056000', '152719.059000', '152719.062000', '152719.064000', '152719.067000', '152719.070000', '152719.073000', '152719.076000', '152719.079000', '152719.082000', '152719.085000', '152719.088000', '152719.091000', '152719.094000', '152719.096000', '152719.099000', '152719.102000', '152719.105000', '152719.108000', '152719.111000', '152719.114000', '152719.117000', '152719.119000', '152719.122000', '152719.125000', '152719.128000', '152739.009000', '152739.012000', '152739.015000', '152739.017000', '152739.020000', '152739.023000', '152739.026000', '152739.029000', '152739.032000', '152739.035000', '152739.038000', '152739.040000', '152739.043000', '152739.046000', '152739.049000', '152739.052000', '152739.055000', '152739.058000', '152739.061000', '152739.064000', '152739.066000', '152739.069000', '152739.072000', '152739.075000', '152739.078000', '152739.081000', '152739.084000', '152739.086000', '152739.089000', '152739.092000', '152739.095000', '152739.098000', '152739.101000', '152739.104000', '152739.106000', '152739.109000', '152739.112000', '152739.115000', '152739.118000', '152739.121000', '152739.124000', '152739.126000', '152739.129000', '152739.132000', '152758.995000', '152758.998000', '152759.002000', '152759.005000', '152759.008000', '152759.011000', '152759.013000', '152759.016000', '152759.019000', '152759.022000', '152759.025000', '152759.028000', '152759.031000', '152759.034000', '152759.037000', '152759.039000', '152759.042000', '152759.045000', '152759.048000', '152759.051000', '152759.054000', '152759.057000', '152759.060000', '152759.062000', '152759.065000', '152759.068000', '152759.071000', '152759.074000', '152759.077000', '152759.080000', '152759.083000', '152759.086000', '152759.089000', '152759.091000', '152759.094000', '152759.097000', '152759.100000', '152759.103000', '152759.106000', '152759.109000', '152759.111000', '152759.114000', '152759.117000', '152818.995000', '152818.998000', '152819.002000', '152819.005000', '152819.008000', '152819.011000', '152819.014000', '152819.016000', '152819.019000', '152819.022000', '152819.025000', '152819.028000', '152819.031000', '152819.034000', '152819.037000', '152819.039000', '152819.042000', '152819.045000', '152819.048000', '152819.051000', '152819.054000', '152819.057000', '152819.060000', '152819.062000', '152819.065000', '152819.068000', '152819.071000', '152819.074000', '152819.077000', '152819.080000', '152819.083000', '152819.086000', '152819.089000', '152819.091000', '152819.094000', '152819.097000', '152819.100000', '152819.103000', '152819.106000', '152819.109000', '152819.111000', '152819.114000', '152819.117000', '152819.120000', '152838.995000', '152838.998000', '152839.002000', '152839.005000', '152839.008000', '152839.011000', '152839.014000', '152839.016000', '152839.019000', '152839.022000', '152839.025000', '152839.028000', '152839.031000', '152839.034000', '152839.037000', '152839.040000', '152839.042000', '152839.045000', '152839.048000', '152839.051000', '152839.054000', '152839.057000', '152839.060000', '152839.063000', '152839.066000', '152839.069000', '152839.072000', '152839.075000', '152839.078000', '152839.081000', '152839.084000', '152839.087000', '152839.090000', '152839.092000', '152839.095000', '152839.098000', '152839.101000', '152839.104000', '152839.107000', '152839.110000', '152839.113000', '152839.115000', '152839.118000', '152858.996000', '152859.000000', '152859.003000', '152859.006000', '152859.009000', '152859.012000', '152859.014000', '152859.017000', '152859.020000', '152859.023000', '152859.026000', '152859.029000', '152859.032000', '152859.035000', '152859.038000', '152859.040000', '152859.043000', '152859.046000', '152859.049000', '152859.052000', '152859.055000', '152859.058000', '152859.061000', '152859.063000', '152859.066000', '152859.069000', '152859.072000', '152859.075000', '152859.078000', '152859.081000', '152859.084000', '152859.087000', '152859.089000', '152859.092000', '152859.095000', '152859.098000', '152859.101000', '152859.104000', '152859.107000', '152859.114000', '152859.117000', '152859.120000', '152859.123000', '152859.126000', '152906.336000', '152906.340000', '152906.344000', '152906.347000', '152906.351000', '152906.354000', '152906.357000', '152906.359000', '152906.362000', '152906.376000', '152906.380000', '152906.383000', '152906.386000', '152906.388000', '152906.391000', '152906.394000'], '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': [13061, 12411, 13951, 12197, 11528, 14000, 11621, 14220, 12049, 11993, 12239, 11783, 12768, 11240, 15809, 11583, 13103, 12140, 12257, 12080, 11470, 12225, 11306, 16124, 12062, 13630, 12714, 12137, 12402, 11844, 12209, 12254, 16154, 11956, 15473, 12277, 13629, 12126, 14323, 12319, 13745, 12431, 11324, 15958, 11782, 14954, 12210, 12763, 11727, 12059, 12262, 11461, 17188, 11719, 15672, 12532, 12291, 12430, 11298, 12027, 11455, 16794, 12391, 15425, 12691, 12297, 12096, 12177, 12581, 12370, 11569, 11597, 16145, 12469, 14202, 12454, 12439, 13182, 11558, 12612, 11663, 16971, 12294, 15781, 12328, 13669, 12323, 11520, 13194, 12281, 17180, 12184, 14482, 11814, 12145, 12382, 12489, 13075, 11567, 17253, 12267, 13399, 11860, 12317, 11840, 11549, 17457, 11691, 14571, 11988, 12189, 12337, 11459, 12131, 11314, 11249, 12097, 17153, 13747, 14739, 12023, 12169, 11518, 11090, 16851, 11908, 13574, 11896, 11637, 11481, 11085, 17601, 12237, 14341, 12124, 11480, 12721, 10835, 16542, 11678, 13890, 12471, 11810, 12233, 10183, 17004, 11555, 12482, 12021, 11299, 12192, 11292, 12609, 10749, 12752, 11675, 13175, 11637, 17056, 12230, 15552, 12328, 13519, 12348, 12572, 11770, 14350, 11675, 10699, 20377, 11679, 15056, 13012, 13839, 11979, 11502, 11696, 10565, 18384, 13962, 14467, 11929, 11898, 12529, 11159, 19298, 13227, 16234, 10894, 12944, 11252, 12126, 12278, 12969, 10857, 11843, 18530, 11174, 15447, 12306, 13310, 10924, 11855, 10712, 11495, 18632, 14601, 16410, 11306, 11961, 11133, 14294, 11359, 14310, 13021, 11512, 15970, 11763, 14140, 11426, 11975, 11531, 10906, 11326, 10331, 20211, 13847, 17685, 11567, 13665, 11610, 12872, 11312, 12657, 11233, 10528, 13628, 10853, 14273, 11760, 12810, 11147, 11401, 11355, 11168, 17532, 11720, 13610, 10848, 11451, 11642, 11065, 13702, 11003, 15526, 11877, 11597, 11947, 11377, 12312, 10122, 17668, 11502, 14640, 11863, 11937, 11271, 11214, 14850, 10528, 17275, 11576, 13275, 11547, 12153, 11674, 12047, 12753, 11190, 17026, 11918, 12983, 11376, 12134, 12302, 10879, 11922, 11184, 17139, 11923, 13905, 12530, 12426, 12456, 11506, 11995, 10984, 15807, 11088, 12725, 11515, 16902, 11304, 14250, 11698, 17220, 12569, 16731, 13118, 15453, 11455, 12387, 13104, 11137, 17854, 13061, 14506, 12241, 12500, 11753, 11854, 18029, 10778, 15812, 11617, 12500, 11722, 11847, 11850, 11222, 17054, 11843, 13681, 12452, 12553, 11058, 11385, 18377, 10956, 14838, 12244, 12703, 11576, 11762, 17765, 11027, 16536, 11711, 12853, 11815, 11962, 12102, 11570, 18512, 11530, 12745, 11273, 11990, 12101, 11891, 10749, 12539, 16059, 11826, 14347, 12226, 13582, 11896, 12546, 11845, 12193, 12596, 13477, 14252, 11884, 17487, 12320, 15990, 11509, 14926, 11121, 14980, 12302, 12318, 19806, 11100, 15978, 13116, 14070, 11769, 12554, 11198, 12493, 16882, 11558, 15639, 11667, 13156, 12338, 12221, 11277, 12047, 17699, 11155, 13856, 10622, 13803, 12218, 11494, 11569, 11679, 16497, 10903, 13190, 11479, 11387, 11181, 11599, 17204, 11282, 12849, 11326, 11274, 12272, 11943, 16240, 12296, 13667, 11884, 12613, 11540, 12380, 11858, 12998, 11070, 12603, 11729, 11234, 11707, 12639, 15753, 11610, 15873, 11808, 16219, 11931, 14641, 12417, 12556, 11982, 12895, 16033, 12231, 20732, 11836, 15419, 11687, 13479, 12307, 13667, 12320, 12692, 18099, 11187, 15961, 12417, 14039, 11684, 12660, 12015, 11639, 18449, 12282, 14885, 11490, 12664, 11075, 12599, 16969, 10678, 17724, 12254, 14766, 11675, 12121, 10923, 11203, 14126, 10633, 16199, 11311, 14732, 11682, 12978, 10823, 12014, 12522, 11506, 11508, 12076, 16769, 11893, 13392, 11475, 11734, 11889, 11225, 10890, 10955, 12304, 11575, 18328, 11705, 15716, 13494, 16087, 11554, 12983, 11918, 11190, 16679, 11885, 18131, 11926, 14566, 11889, 12402, 11998, 12850, 12930, 10982, 16889, 11862, 13194, 11188, 13552, 12407, 11276, 12040, 11244, 17344, 12167, 14736, 11250, 12015, 12223, 10741, 17530, 11352, 15906, 12437, 13001, 12367, 11878, 12570, 11486, 16094, 11458, 12737, 11141, 16829, 12185, 12976, 11642, 14462, 12884, 11380, 11749, 11233, 18405, 12050, 15892, 11821, 14626, 12277, 11035, 12542, 11302, 16317, 12167, 13326, 11936, 11614, 12212, 10883, 17292, 11710, 16865, 12093, 13519, 12397, 12462, 12068, 12502, 12762, 10751, 12377, 10672, 13759, 11484, 17972, 12588, 14539, 12297, 12535, 12320, 13109, 13085, 11411, 16964, 12114, 15910, 12421, 14986, 11703, 12109, 11607, 11105, 12141, 12160, 18730, 13738, 12380, 12252, 12704, 11603, 16724, 12139, 15451, 12859, 14329, 12586, 11514, 12101, 12317, 17306, 12959, 13825, 12746, 11947, 12410, 12388, 15703, 12926, 16572, 12475, 13738, 12513, 12083, 12474, 12647, 12852, 12814, 13268, 12733, 13353, 12144, 13182, 11806, 17231, 12807, 15449, 12615, 13261, 13103, 11610, 13296, 12247, 12908, 14787, 15276, 12119, 18393, 12495, 13801, 12784, 13174, 13197, 12830, 12770, 12185, 12994, 12707, 17070, 13044, 14462, 13065, 12453, 12353, 12498, 12669, 13556, 14455, 13064, 16703, 12820, 12738, 12997, 13908, 13946, 13442, 12999, 12708, 12791, 12567, 16899, 13316, 14609, 13305, 12907, 13072, 12810, 13161, 13301, 15880, 13679, 15258, 12845, 13606, 13196, 13132, 12733, 13653, 14980, 13280, 14219, 12675, 13076, 13554, 13814, 13141, 13149, 12695, 12684, 16319, 12752, 13205, 12760, 12214, 12719, 11881, 12557, 12336, 16112, 12872, 12942, 12939, 12583, 12612, 13082, 16083, 13233, 13883, 13303, 12641, 13413, 12525, 13828, 13981, 13531, 13894, 12922, 12964, 16962, 13134, 14317, 13388, 14336, 13606, 13080, 12883, 12325, 16831, 12853, 14528, 12719, 12990, 13582, 12790, 13044, 13432, 18120, 14925, 14832, 13658, 13119, 13570, 13885, 13028, 13859, 15598, 13280, 13469, 13416, 13715, 14145, 14157, 13602, 13470, 16062, 13080, 13889, 14019, 13722, 13552, 13393, 13181, 13509, 12772, 14239, 16348, 13732, 14336, 13843, 13631, 13795, 14607, 14257, 13943, 14567, 13788, 13969, 14812, 13373, 14347, 13591, 14098, 13150, 14428, 13795, 14585, 14664, 14371, 14042, 14777, 13866, 15619, 16654, 15589, 13722, 14959, 16588, 14726, 14294, 15433, 15198, 15388, 14906, 14593, 14876, 14034, 15700, 15784, 14895, 14229, 14486, 15033, 15386, 15923, 15701, 15295, 14565, 15806, 14063, 16456, 15907, 15987, 14803, 15026, 14897, 15099, 16805, 14716, 16292, 14966, 15935, 16757, 15252, 15761, 16515, 16279, 16473, 15819, 14884, 16084, 16899, 16136, 15596, 15473, 15404, 15460, 16129, 15526, 16443, 17527, 16258, 14894, 15821, 14885, 15089, 16019, 16057, 16558, 15070, 16206, 16097, 15575, 14473, 15673, 16236, 15796, 16729, 15939, 16468, 14639, 16407, 14346, 15988, 16543, 16019, 16144, 16054, 15980, 15238, 15683, 16729, 15761, 15114, 16843, 16281, 16906, 15880, 15501, 15324, 14491, 16014, 16056, 16061, 15574, 15893, 14942, 15445, 15628, 16357, 16603, 15711, 16306, 15416, 15641, 14690, 16344, 16182, 16327, 15618, 15303, 15581, 14771, 15705, 16667, 16807, 16043, 16187, 14519, 15880, 15095, 16510, 16465, 16355, 16100, 15749, 15932, 14718, 16097, 17189, 16083, 15407, 16234, 15453, 15748, 15562, 15461, 16817, 16829, 16518, 15121, 15915, 15499, 16826, 16392, 16193, 16121, 14582, 15920, 15708, 16193, 15991, 17007, 15785, 15486, 16084, 14338, 15934, 15947, 16449, 15704, 16104, 15548, 15515, 16136, 14217, 16398, 17254, 15669, 15014, 14490, 13639, 13090, 12872, 14219, 13851, 14623, 12650, 12605, 12216, 18282, 13015, 14966, 13658, 13445, 12590, 11792, 13351, 11870, 16595, 12988, 16115, 13009, 13570, 12795, 12293, 12797, 12625, 14217, 12954, 13920, 12512, 18048, 12998, 14499, 13756, 14037, 13863, 12336, 13178, 12655, 17573, 13263, 14657, 13214, 12401, 12500, 12183, 13310, 13988, 14849, 13219, 14744, 12963, 14406, 13399, 13648, 12152, 13637, 12442, 12315, 12370, 12274, 11504, 14490, 13434, 17163, 12673, 13410, 12521, 11161, 12672, 11169, 18744, 14363, 15589, 13093, 13790, 12773, 12163, 10811, 15070, 11772, 11570, 12078, 12819, 11575, 11176, 11430, 18106, 13978, 15206, 11949, 13549, 12702, 11788, 12962, 12268, 13122, 11073, 13222, 12205, 17684, 12466, 15919, 12592, 14153, 12427, 12279, 12208, 11080, 13724, 12578, 15735, 12529, 16573, 12339, 13399, 11446, 15553, 12580, 14369, 12911, 12243, 12879, 12079, 16931, 12160, 13888, 12511, 12041, 14059, 11286, 14712, 12128, 14635, 12339, 11814, 12060, 11887, 12995, 11692, 18067, 12936, 13845, 13083, 11963, 12327, 11127, 13995, 12352, 14104, 12335, 14090, 12136, 15928, 13149, 14913, 13134, 15422, 12816, 13239, 13776, 12169, 12857, 13546, 18064, 14225, 14665, 13361, 12920, 13165, 12999, 13416, 14181, 17216, 13491, 14958, 13163, 12441, 13656, 13628, 16124, 14216, 14487, 13740, 12577, 13471, 14015, 14266, 14874, 13899, 13982, 13997, 13971, 17481, 14445, 14561, 14608, 13942, 13558, 14061, 13808, 15231, 16004, 15396, 14971, 14588, 13960, 13981, 14109, 15177, 14827, 13989, 14479, 15924, 14222, 14901, 14892, 14315, 14988, 14436, 14423, 14739, 16932, 15014, 14862, 14672, 13566, 14189, 14134, 14569, 14971, 14009, 14607, 16402, 14129, 13540, 14476, 15211, 15284, 14887, 13604, 14117, 17732, 13853, 13844, 14631, 14976, 14548, 14649, 13292, 14280, 17425, 14166, 15011, 14907, 14077, 13435, 14417, 13451, 14816, 16810, 15143, 14696, 14150, 13859, 14369, 14336, 14509, 15612, 14143, 15619, 13363, 14979, 14112, 15103, 17550, 15513, 15351, 14861, 14037, 13653, 13217], 'WindowCenter': [5264.0, 5239.0, 5234.0, 5210.0, 5200.0, 5217.0, 5199.0, 5216.0, 5198.0, 5199.0, 5199.0, 5197.0, 5205.0, 5199.0, 5226.0, 5198.0, 5209.0, 5199.0, 5210.0, 5207.0, 5197.0, 5209.0, 5201.0, 5236.0, 5209.0, 5219.0, 5219.0, 5211.0, 5208.0, 5211.0, 5210.0, 5213.0, 5239.0, 5213.0, 5234.0, 5210.0, 5222.0, 5209.0, 5230.0, 5211.0, 5219.0, 5207.0, 5202.0, 5228.0, 5210.0, 5229.0, 5211.0, 5210.0, 5211.0, 5210.0, 5208.0, 5200.0, 5238.0, 5210.0, 5225.0, 5207.0, 5198.0, 5208.0, 5196.0, 5209.0, 5199.0, 5238.0, 5207.0, 5227.0, 5209.0, 5208.0, 5211.0, 5212.0, 5208.0, 5210.0, 5200.0, 5211.0, 5238.0, 5218.0, 5230.0, 5212.0, 5209.0, 5220.0, 5210.0, 5209.0, 5211.0, 5238.0, 5210.0, 5228.0, 5211.0, 5221.0, 5207.0, 5208.0, 5209.0, 5210.0, 5235.0, 5211.0, 5217.0, 5196.0, 5207.0, 5208.0, 5209.0, 5206.0, 5200.0, 5232.0, 5206.0, 5208.0, 5195.0, 5197.0, 5196.0, 5201.0, 5238.0, 5207.0, 5217.0, 5200.0, 5198.0, 5207.0, 5199.0, 5211.0, 5201.0, 5199.0, 5209.0, 5237.0, 5216.0, 5218.0, 5195.0, 5198.0, 5187.0, 5190.0, 5226.0, 5198.0, 5208.0, 5194.0, 5198.0, 5186.0, 5189.0, 5225.0, 5198.0, 5206.0, 5195.0, 5183.0, 5195.0, 5191.0, 5226.0, 5187.0, 5207.0, 5197.0, 5197.0, 5194.0, 5191.0, 5224.0, 5187.0, 5198.0, 5208.0, 5189.0, 5208.0, 5202.0, 5210.0, 5201.0, 5209.0, 5212.0, 5218.0, 5210.0, 5240.0, 5211.0, 5238.0, 5219.0, 5222.0, 5219.0, 5210.0, 5213.0, 5230.0, 5200.0, 5203.0, 5248.0, 5203.0, 5229.0, 5209.0, 5217.0, 5200.0, 5198.0, 5199.0, 5189.0, 5236.0, 5219.0, 5217.0, 5198.0, 5210.0, 5207.0, 5188.0, 5236.0, 5206.0, 5224.0, 5189.0, 5198.0, 5188.0, 5200.0, 5193.0, 5208.0, 5185.0, 5198.0, 5235.0, 5188.0, 5218.0, 5187.0, 5206.0, 5189.0, 5195.0, 5177.0, 5197.0, 5235.0, 5215.0, 5214.0, 5186.0, 5194.0, 5198.0, 5217.0, 5188.0, 5216.0, 5197.0, 5187.0, 5215.0, 5196.0, 5205.0, 5184.0, 5197.0, 5188.0, 5180.0, 5176.0, 5178.0, 5234.0, 5207.0, 5215.0, 5187.0, 5192.0, 5175.0, 5196.0, 5173.0, 5187.0, 5176.0, 5178.0, 5194.0, 5173.0, 5202.0, 5186.0, 5195.0, 5174.0, 5173.0, 5176.0, 5178.0, 5220.0, 5185.0, 5192.0, 5173.0, 5184.0, 5176.0, 5178.0, 5192.0, 5175.0, 5210.0, 5187.0, 5183.0, 5198.0, 5196.0, 5193.0, 5177.0, 5227.0, 5189.0, 5217.0, 5195.0, 5189.0, 5186.0, 5187.0, 5213.0, 5180.0, 5224.0, 5200.0, 5207.0, 5189.0, 5199.0, 5188.0, 5200.0, 5194.0, 5190.0, 5227.0, 5197.0, 5202.0, 5189.0, 5199.0, 5200.0, 5192.0, 5200.0, 5199.0, 5235.0, 5208.0, 5221.0, 5212.0, 5208.0, 5208.0, 5200.0, 5209.0, 5201.0, 5227.0, 5199.0, 5209.0, 5200.0, 5238.0, 5201.0, 5227.0, 5210.0, 5247.0, 5212.0, 5240.0, 5210.0, 5214.0, 5184.0, 5193.0, 5197.0, 5188.0, 5237.0, 5199.0, 5204.0, 5198.0, 5199.0, 5184.0, 5199.0, 5235.0, 5187.0, 5215.0, 5197.0, 5195.0, 5198.0, 5199.0, 5187.0, 5187.0, 5223.0, 5199.0, 5206.0, 5195.0, 5209.0, 5189.0, 5199.0, 5234.0, 5189.0, 5214.0, 5197.0, 5207.0, 5196.0, 5199.0, 5237.0, 5190.0, 5225.0, 5200.0, 5206.0, 5196.0, 5198.0, 5198.0, 5197.0, 5233.0, 5200.0, 5207.0, 5200.0, 5196.0, 5209.0, 5207.0, 5186.0, 5207.0, 5234.0, 5209.0, 5226.0, 5213.0, 5221.0, 5211.0, 5206.0, 5209.0, 5222.0, 5212.0, 5219.0, 5218.0, 5212.0, 5236.0, 5211.0, 5236.0, 5197.0, 5228.0, 5190.0, 5227.0, 5196.0, 5201.0, 5235.0, 5189.0, 5215.0, 5206.0, 5205.0, 5197.0, 5205.0, 5185.0, 5210.0, 5225.0, 5200.0, 5223.0, 5199.0, 5205.0, 5208.0, 5199.0, 5190.0, 5208.0, 5235.0, 5201.0, 5216.0, 5188.0, 5204.0, 5196.0, 5197.0, 5187.0, 5199.0, 5223.0, 5187.0, 5204.0, 5186.0, 5189.0, 5183.0, 5199.0, 5226.0, 5198.0, 5207.0, 5187.0, 5190.0, 5198.0, 5207.0, 5226.0, 5210.0, 5218.0, 5209.0, 5208.0, 5199.0, 5211.0, 5209.0, 5218.0, 5200.0, 5222.0, 5211.0, 5201.0, 5209.0, 5220.0, 5238.0, 5213.0, 5237.0, 5216.0, 5238.0, 5214.0, 5229.0, 5220.0, 5220.0, 5211.0, 5220.0, 5239.0, 5214.0, 5258.0, 5197.0, 5227.0, 5197.0, 5216.0, 5198.0, 5219.0, 5209.0, 5210.0, 5246.0, 5203.0, 5227.0, 5209.0, 5217.0, 5198.0, 5210.0, 5196.0, 5198.0, 5234.0, 5200.0, 5216.0, 5197.0, 5208.0, 5188.0, 5209.0, 5236.0, 5191.0, 5238.0, 5208.0, 5217.0, 5199.0, 5209.0, 5199.0, 5188.0, 5207.0, 5179.0, 5223.0, 5197.0, 5216.0, 5210.0, 5219.0, 5191.0, 5210.0, 5207.0, 5201.0, 5197.0, 5208.0, 5238.0, 5207.0, 5216.0, 5209.0, 5208.0, 5207.0, 5202.0, 5193.0, 5203.0, 5211.0, 5212.0, 5249.0, 5211.0, 5238.0, 5218.0, 5228.0, 5201.0, 5208.0, 5198.0, 5198.0, 5224.0, 5197.0, 5238.0, 5198.0, 5217.0, 5199.0, 5208.0, 5199.0, 5207.0, 5196.0, 5187.0, 5226.0, 5199.0, 5207.0, 5188.0, 5208.0, 5207.0, 5200.0, 5196.0, 5200.0, 5235.0, 5201.0, 5216.0, 5188.0, 5198.0, 5198.0, 5202.0, 5233.0, 5191.0, 5226.0, 5210.0, 5208.0, 5208.0, 5199.0, 5207.0, 5198.0, 5225.0, 5196.0, 5206.0, 5200.0, 5237.0, 5207.0, 5208.0, 5198.0, 5218.0, 5208.0, 5198.0, 5197.0, 5199.0, 5231.0, 5197.0, 5225.0, 5197.0, 5215.0, 5195.0, 5186.0, 5198.0, 5198.0, 5225.0, 5198.0, 5207.0, 5200.0, 5195.0, 5193.0, 5192.0, 5234.0, 5199.0, 5227.0, 5198.0, 5207.0, 5207.0, 5208.0, 5195.0, 5196.0, 5203.0, 5190.0, 5207.0, 5192.0, 5215.0, 5202.0, 5248.0, 5211.0, 5227.0, 5208.0, 5210.0, 5207.0, 5217.0, 5206.0, 5199.0, 5236.0, 5207.0, 5226.0, 5206.0, 5224.0, 5199.0, 5207.0, 5199.0, 5199.0, 5198.0, 5208.0, 5236.0, 5216.0, 5197.0, 5209.0, 5205.0, 5199.0, 5236.0, 5208.0, 5228.0, 5206.0, 5216.0, 5193.0, 5196.0, 5195.0, 5197.0, 5224.0, 5197.0, 5205.0, 5204.0, 5194.0, 5193.0, 5205.0, 5222.0, 5194.0, 5223.0, 5198.0, 5203.0, 5209.0, 5195.0, 5197.0, 5206.0, 5206.0, 5208.0, 5206.0, 5210.0, 5205.0, 5209.0, 5205.0, 5209.0, 5247.0, 5221.0, 5227.0, 5208.0, 5206.0, 5216.0, 5197.0, 5217.0, 5211.0, 5207.0, 5228.0, 5224.0, 5208.0, 5236.0, 5208.0, 5216.0, 5206.0, 5204.0, 5205.0, 5206.0, 5205.0, 5205.0, 5205.0, 5206.0, 5236.0, 5209.0, 5215.0, 5205.0, 5194.0, 5206.0, 5206.0, 5208.0, 5218.0, 5218.0, 5215.0, 5224.0, 5208.0, 5206.0, 5217.0, 5217.0, 5215.0, 5219.0, 5207.0, 5208.0, 5204.0, 5210.0, 5237.0, 5216.0, 5218.0, 5219.0, 5207.0, 5207.0, 5206.0, 5207.0, 5216.0, 5225.0, 5205.0, 5225.0, 5204.0, 5214.0, 5208.0, 5207.0, 5193.0, 5208.0, 5215.0, 5205.0, 5204.0, 5205.0, 5205.0, 5205.0, 5215.0, 5208.0, 5208.0, 5203.0, 5203.0, 5226.0, 5207.0, 5214.0, 5231.0, 5209.0, 5207.0, 5207.0, 5207.0, 5207.0, 5226.0, 5207.0, 5209.0, 5209.0, 5208.0, 5207.0, 5220.0, 5236.0, 5220.0, 5218.0, 5219.0, 5208.0, 5219.0, 5208.0, 5227.0, 5228.0, 5221.0, 5231.0, 5217.0, 5220.0, 5237.0, 5221.0, 5227.0, 5218.0, 5229.0, 5217.0, 5218.0, 5209.0, 5209.0, 5237.0, 5210.0, 5227.0, 5208.0, 5218.0, 5219.0, 5207.0, 5208.0, 5218.0, 5233.0, 5229.0, 5217.0, 5216.0, 5206.0, 5212.0, 5220.0, 5206.0, 5218.0, 5226.0, 5217.0, 5215.0, 5218.0, 5218.0, 5217.0, 5230.0, 5218.0, 5217.0, 5226.0, 5217.0, 5217.0, 5220.0, 5215.0, 5218.0, 5218.0, 5219.0, 5229.0, 5207.0, 5228.0, 5240.0, 5228.0, 5228.0, 5228.0, 5216.0, 5227.0, 5230.0, 5224.0, 5229.0, 5239.0, 5227.0, 5230.0, 5240.0, 5220.0, 5231.0, 5233.0, 5243.0, 5231.0, 5243.0, 5231.0, 5244.0, 5243.0, 5245.0, 5231.0, 5242.0, 5231.0, 5241.0, 5241.0, 5238.0, 5217.0, 5226.0, 5237.0, 5228.0, 5218.0, 5229.0, 5218.0, 5226.0, 5215.0, 5215.0, 5230.0, 5202.0, 5214.0, 5215.0, 5241.0, 5229.0, 5229.0, 5229.0, 5241.0, 5239.0, 5237.0, 5239.0, 5227.0, 5241.0, 5231.0, 5252.0, 5237.0, 5237.0, 5229.0, 5238.0, 5239.0, 5228.0, 5249.0, 5228.0, 5241.0, 5229.0, 5239.0, 5237.0, 5243.0, 5240.0, 5251.0, 5242.0, 5239.0, 5227.0, 5227.0, 5225.0, 5236.0, 5227.0, 5227.0, 5229.0, 5228.0, 5223.0, 5235.0, 5228.0, 5239.0, 5235.0, 5237.0, 5224.0, 5221.0, 5221.0, 5228.0, 5228.0, 5227.0, 5237.0, 5216.0, 5235.0, 5225.0, 5226.0, 5216.0, 5227.0, 5228.0, 5226.0, 5226.0, 5226.0, 5226.0, 5217.0, 5238.0, 5229.0, 5239.0, 5237.0, 5237.0, 5230.0, 5226.0, 5225.0, 5225.0, 5228.0, 5225.0, 5229.0, 5217.0, 5226.0, 5227.0, 5234.0, 5226.0, 5216.0, 5227.0, 5218.0, 5227.0, 5224.0, 5225.0, 5227.0, 5236.0, 5225.0, 5223.0, 5238.0, 5233.0, 5234.0, 5238.0, 5247.0, 5226.0, 5237.0, 5229.0, 5234.0, 5239.0, 5236.0, 5233.0, 5227.0, 5237.0, 5225.0, 5241.0, 5237.0, 5238.0, 5226.0, 5237.0, 5218.0, 5236.0, 5226.0, 5236.0, 5237.0, 5233.0, 5235.0, 5229.0, 5239.0, 5215.0, 5237.0, 5237.0, 5229.0, 5226.0, 5234.0, 5224.0, 5225.0, 5225.0, 5224.0, 5239.0, 5238.0, 5235.0, 5216.0, 5235.0, 5227.0, 5233.0, 5234.0, 5223.0, 5228.0, 5216.0, 5225.0, 5224.0, 5235.0, 5224.0, 5236.0, 5222.0, 5225.0, 5235.0, 5217.0, 5237.0, 5236.0, 5235.0, 5226.0, 5237.0, 5235.0, 5237.0, 5249.0, 5231.0, 5260.0, 5249.0, 5237.0, 5229.0, 5240.0, 5229.0, 5231.0, 5219.0, 5228.0, 5229.0, 5225.0, 5222.0, 5207.0, 5213.0, 5246.0, 5220.0, 5240.0, 5221.0, 5219.0, 5210.0, 5210.0, 5215.0, 5211.0, 5239.0, 5221.0, 5239.0, 5219.0, 5216.0, 5220.0, 5206.0, 5210.0, 5209.0, 5219.0, 5209.0, 5218.0, 5209.0, 5245.0, 5218.0, 5219.0, 5219.0, 5216.0, 5216.0, 5210.0, 5208.0, 5208.0, 5235.0, 5217.0, 5227.0, 5218.0, 5207.0, 5211.0, 5209.0, 5217.0, 5229.0, 5227.0, 5220.0, 5228.0, 5220.0, 5228.0, 5256.0, 5244.0, 5231.0, 5230.0, 5223.0, 5222.0, 5244.0, 5222.0, 5223.0, 5243.0, 5234.0, 5250.0, 5219.0, 5219.0, 5207.0, 5198.0, 5206.0, 5189.0, 5236.0, 5214.0, 5215.0, 5206.0, 5205.0, 5208.0, 5197.0, 5190.0, 5214.0, 5197.0, 5197.0, 5197.0, 5218.0, 5212.0, 5201.0, 5208.0, 5249.0, 5231.0, 5229.0, 5207.0, 5218.0, 5210.0, 5207.0, 5219.0, 5210.0, 5210.0, 5198.0, 5217.0, 5209.0, 5246.0, 5221.0, 5236.0, 5210.0, 5219.0, 5211.0, 5209.0, 5209.0, 5199.0, 5216.0, 5211.0, 5239.0, 5209.0, 5236.0, 5211.0, 5217.0, 5212.0, 5224.0, 5209.0, 5230.0, 5207.0, 5209.0, 5206.0, 5209.0, 5236.0, 5210.0, 5217.0, 5208.0, 5196.0, 5215.0, 5195.0, 5215.0, 5209.0, 5226.0, 5208.0, 5200.0, 5207.0, 5201.0, 5207.0, 5195.0, 5235.0, 5204.0, 5216.0, 5206.0, 5198.0, 5221.0, 5209.0, 5228.0, 5219.0, 5230.0, 5221.0, 5229.0, 5210.0, 5237.0, 5231.0, 5241.0, 5221.0, 5235.0, 5219.0, 5217.0, 5226.0, 5210.0, 5218.0, 5229.0, 5246.0, 5218.0, 5229.0, 5219.0, 5207.0, 5209.0, 5220.0, 5219.0, 5227.0, 5235.0, 5218.0, 5228.0, 5209.0, 5205.0, 5214.0, 5217.0, 5225.0, 5215.0, 5215.0, 5208.0, 5195.0, 5209.0, 5217.0, 5216.0, 5224.0, 5216.0, 5230.0, 5217.0, 5227.0, 5246.0, 5229.0, 5228.0, 5229.0, 5216.0, 5228.0, 5227.0, 5229.0, 5240.0, 5237.0, 5239.0, 5227.0, 5240.0, 5228.0, 5229.0, 5228.0, 5240.0, 5228.0, 5219.0, 5230.0, 5225.0, 5228.0, 5229.0, 5229.0, 5214.0, 5224.0, 5225.0, 5217.0, 5227.0, 5234.0, 5226.0, 5216.0, 5225.0, 5218.0, 5216.0, 5217.0, 5218.0, 5226.0, 5215.0, 5224.0, 5236.0, 5217.0, 5217.0, 5228.0, 5237.0, 5225.0, 5227.0, 5215.0, 5227.0, 5237.0, 5218.0, 5216.0, 5226.0, 5228.0, 5229.0, 5227.0, 5217.0, 5235.0, 5247.0, 5231.0, 5227.0, 5238.0, 5230.0, 5219.0, 5229.0, 5221.0, 5241.0, 5245.0, 5239.0, 5229.0, 5229.0, 5218.0, 5240.0, 5229.0, 5229.0, 5239.0, 5227.0, 5246.0, 5229.0, 5242.0, 5237.0, 5252.0, 5250.0, 5241.0, 5239.0, 5237.0, 5229.0, 5240.0, 5228.0], 'WindowWidth': [11370.0, 11317.0, 11303.0, 11261.0, 11246.0, 11266.0, 11240.0, 11262.0, 11239.0, 11240.0, 11238.0, 11234.0, 11245.0, 11241.0, 11276.0, 11238.0, 11253.0, 11240.0, 11257.0, 11250.0, 11238.0, 11254.0, 11247.0, 11293.0, 11258.0, 11269.0, 11270.0, 11262.0, 11255.0, 11261.0, 11258.0, 11267.0, 11299.0, 11265.0, 11290.0, 11259.0, 11277.0, 11258.0, 11288.0, 11259.0, 11271.0, 11250.0, 11249.0, 11283.0, 11258.0, 11285.0, 11259.0, 11257.0, 11260.0, 11257.0, 11253.0, 11245.0, 11298.0, 11257.0, 11275.0, 11251.0, 11237.0, 11253.0, 11236.0, 11254.0, 11243.0, 11295.0, 11251.0, 11278.0, 11255.0, 11252.0, 11259.0, 11262.0, 11255.0, 11257.0, 11243.0, 11261.0, 11297.0, 11270.0, 11289.0, 11264.0, 11258.0, 11271.0, 11260.0, 11255.0, 11264.0, 11299.0, 11258.0, 11283.0, 11262.0, 11274.0, 11251.0, 11256.0, 11255.0, 11257.0, 11291.0, 11260.0, 11264.0, 11236.0, 11252.0, 11250.0, 11255.0, 11249.0, 11242.0, 11283.0, 11248.0, 11253.0, 11231.0, 11236.0, 11233.0, 11245.0, 11297.0, 11252.0, 11265.0, 11242.0, 11235.0, 11250.0, 11239.0, 11260.0, 11248.0, 11243.0, 11255.0, 11295.0, 11262.0, 11265.0, 11230.0, 11237.0, 11219.0, 11226.0, 11275.0, 11236.0, 11250.0, 11229.0, 11236.0, 11218.0, 11225.0, 11274.0, 11236.0, 11244.0, 11227.0, 11211.0, 11226.0, 11228.0, 11275.0, 11221.0, 11246.0, 11234.0, 11234.0, 11227.0, 11231.0, 11270.0, 11220.0, 11235.0, 11251.0, 11225.0, 11253.0, 11247.0, 11256.0, 11246.0, 11255.0, 11267.0, 11270.0, 11260.0, 11301.0, 11262.0, 11296.0, 11273.0, 11277.0, 11271.0, 11262.0, 11264.0, 11286.0, 11244.0, 11252.0, 11311.0, 11250.0, 11285.0, 11255.0, 11263.0, 11241.0, 11238.0, 11239.0, 11228.0, 11291.0, 11265.0, 11264.0, 11237.0, 11259.0, 11249.0, 11225.0, 11291.0, 11247.0, 11269.0, 11226.0, 11236.0, 11223.0, 11242.0, 11227.0, 11249.0, 11216.0, 11237.0, 11289.0, 11222.0, 11264.0, 11219.0, 11244.0, 11223.0, 11230.0, 11205.0, 11237.0, 11292.0, 11259.0, 11254.0, 11219.0, 11228.0, 11238.0, 11263.0, 11223.0, 11262.0, 11232.0, 11222.0, 11256.0, 11232.0, 11243.0, 11212.0, 11232.0, 11219.0, 11210.0, 11201.0, 11207.0, 11284.0, 11245.0, 11253.0, 11215.0, 11218.0, 11198.0, 11228.0, 11193.0, 11216.0, 11199.0, 11203.0, 11222.0, 11192.0, 11233.0, 11214.0, 11227.0, 11196.0, 11195.0, 11198.0, 11203.0, 11259.0, 11213.0, 11221.0, 11195.0, 11210.0, 11200.0, 11204.0, 11220.0, 11200.0, 11246.0, 11219.0, 11210.0, 11235.0, 11231.0, 11225.0, 11209.0, 11278.0, 11223.0, 11260.0, 11229.0, 11225.0, 11217.0, 11221.0, 11253.0, 11211.0, 11269.0, 11240.0, 11246.0, 11225.0, 11240.0, 11221.0, 11240.0, 11227.0, 11227.0, 11276.0, 11234.0, 11241.0, 11224.0, 11238.0, 11240.0, 11231.0, 11239.0, 11242.0, 11290.0, 11255.0, 11272.0, 11262.0, 11251.0, 11253.0, 11244.0, 11254.0, 11248.0, 11279.0, 11240.0, 11253.0, 11243.0, 11296.0, 11247.0, 11279.0, 11261.0, 11310.0, 11263.0, 11302.0, 11255.0, 11257.0, 11213.0, 11225.0, 11232.0, 11222.0, 11290.0, 11238.0, 11241.0, 11234.0, 11237.0, 11213.0, 11239.0, 11286.0, 11220.0, 11257.0, 11234.0, 11230.0, 11236.0, 11241.0, 11220.0, 11221.0, 11269.0, 11239.0, 11246.0, 11232.0, 11253.0, 11224.0, 11241.0, 11286.0, 11227.0, 11256.0, 11235.0, 11248.0, 11233.0, 11242.0, 11292.0, 11229.0, 11274.0, 11242.0, 11249.0, 11235.0, 11239.0, 11238.0, 11236.0, 11286.0, 11242.0, 11249.0, 11244.0, 11236.0, 11252.0, 11251.0, 11221.0, 11253.0, 11288.0, 11257.0, 11278.0, 11265.0, 11274.0, 11261.0, 11252.0, 11257.0, 11278.0, 11262.0, 11270.0, 11268.0, 11264.0, 11294.0, 11261.0, 11291.0, 11239.0, 11283.0, 11228.0, 11279.0, 11232.0, 11244.0, 11286.0, 11225.0, 11259.0, 11246.0, 11243.0, 11234.0, 11245.0, 11217.0, 11257.0, 11274.0, 11242.0, 11270.0, 11240.0, 11245.0, 11251.0, 11241.0, 11227.0, 11252.0, 11288.0, 11246.0, 11263.0, 11224.0, 11243.0, 11232.0, 11236.0, 11220.0, 11239.0, 11269.0, 11223.0, 11245.0, 11218.0, 11225.0, 11212.0, 11239.0, 11276.0, 11238.0, 11250.0, 11221.0, 11229.0, 11237.0, 11253.0, 11276.0, 11256.0, 11266.0, 11256.0, 11253.0, 11242.0, 11259.0, 11257.0, 11270.0, 11247.0, 11279.0, 11262.0, 11249.0, 11258.0, 11276.0, 11299.0, 11270.0, 11298.0, 11273.0, 11299.0, 11270.0, 11286.0, 11274.0, 11276.0, 11262.0, 11275.0, 11300.0, 11268.0, 11327.0, 11239.0, 11279.0, 11239.0, 11263.0, 11238.0, 11268.0, 11254.0, 11258.0, 11306.0, 11250.0, 11280.0, 11254.0, 11264.0, 11239.0, 11257.0, 11233.0, 11241.0, 11289.0, 11242.0, 11261.0, 11236.0, 11252.0, 11222.0, 11254.0, 11290.0, 11232.0, 11295.0, 11251.0, 11264.0, 11244.0, 11256.0, 11242.0, 11225.0, 11248.0, 11211.0, 11269.0, 11237.0, 11262.0, 11258.0, 11269.0, 11232.0, 11257.0, 11248.0, 11244.0, 11235.0, 11253.0, 11294.0, 11253.0, 11263.0, 11260.0, 11255.0, 11252.0, 11250.0, 11230.0, 11251.0, 11260.0, 11266.0, 11314.0, 11264.0, 11298.0, 11268.0, 11281.0, 11246.0, 11253.0, 11236.0, 11239.0, 11273.0, 11235.0, 11296.0, 11238.0, 11262.0, 11241.0, 11253.0, 11238.0, 11249.0, 11231.0, 11222.0, 11274.0, 11240.0, 11250.0, 11224.0, 11250.0, 11249.0, 11242.0, 11233.0, 11243.0, 11289.0, 11245.0, 11261.0, 11226.0, 11238.0, 11236.0, 11248.0, 11287.0, 11231.0, 11276.0, 11257.0, 11253.0, 11252.0, 11241.0, 11249.0, 11239.0, 11273.0, 11232.0, 11247.0, 11243.0, 11291.0, 11250.0, 11251.0, 11238.0, 11267.0, 11249.0, 11238.0, 11235.0, 11239.0, 11282.0, 11237.0, 11273.0, 11234.0, 11259.0, 11229.0, 11218.0, 11235.0, 11238.0, 11274.0, 11239.0, 11249.0, 11240.0, 11232.0, 11228.0, 11233.0, 11287.0, 11239.0, 11278.0, 11237.0, 11249.0, 11250.0, 11253.0, 11230.0, 11234.0, 11240.0, 11229.0, 11250.0, 11236.0, 11262.0, 11248.0, 11310.0, 11261.0, 11278.0, 11255.0, 11258.0, 11250.0, 11263.0, 11246.0, 11242.0, 11291.0, 11253.0, 11277.0, 11248.0, 11272.0, 11241.0, 11251.0, 11241.0, 11243.0, 11239.0, 11252.0, 11292.0, 11261.0, 11235.0, 11254.0, 11245.0, 11245.0, 11291.0, 11255.0, 11282.0, 11249.0, 11263.0, 11227.0, 11234.0, 11229.0, 11235.0, 11273.0, 11235.0, 11244.0, 11242.0, 11229.0, 11227.0, 11245.0, 11269.0, 11228.0, 11269.0, 11236.0, 11240.0, 11256.0, 11231.0, 11235.0, 11249.0, 11247.0, 11254.0, 11246.0, 11257.0, 11246.0, 11255.0, 11248.0, 11257.0, 11311.0, 11276.0, 11279.0, 11253.0, 11247.0, 11263.0, 11238.0, 11265.0, 11261.0, 11251.0, 11281.0, 11273.0, 11253.0, 11291.0, 11252.0, 11262.0, 11249.0, 11244.0, 11243.0, 11246.0, 11243.0, 11246.0, 11244.0, 11250.0, 11294.0, 11255.0, 11261.0, 11246.0, 11230.0, 11249.0, 11249.0, 11251.0, 11267.0, 11265.0, 11261.0, 11272.0, 11253.0, 11250.0, 11265.0, 11265.0, 11258.0, 11268.0, 11250.0, 11252.0, 11244.0, 11257.0, 11297.0, 11264.0, 11267.0, 11268.0, 11250.0, 11251.0, 11248.0, 11249.0, 11261.0, 11274.0, 11244.0, 11272.0, 11245.0, 11257.0, 11251.0, 11251.0, 11225.0, 11249.0, 11258.0, 11243.0, 11241.0, 11244.0, 11245.0, 11243.0, 11257.0, 11248.0, 11250.0, 11240.0, 11241.0, 11277.0, 11252.0, 11260.0, 11292.0, 11256.0, 11250.0, 11253.0, 11250.0, 11252.0, 11278.0, 11250.0, 11254.0, 11254.0, 11253.0, 11249.0, 11272.0, 11293.0, 11273.0, 11266.0, 11271.0, 11254.0, 11270.0, 11254.0, 11281.0, 11284.0, 11272.0, 11289.0, 11266.0, 11273.0, 11296.0, 11277.0, 11283.0, 11269.0, 11284.0, 11263.0, 11267.0, 11253.0, 11256.0, 11296.0, 11258.0, 11280.0, 11254.0, 11267.0, 11267.0, 11251.0, 11252.0, 11267.0, 11289.0, 11283.0, 11264.0, 11261.0, 11248.0, 11254.0, 11271.0, 11248.0, 11267.0, 11277.0, 11265.0, 11259.0, 11268.0, 11270.0, 11263.0, 11284.0, 11265.0, 11264.0, 11279.0, 11268.0, 11267.0, 11271.0, 11261.0, 11267.0, 11267.0, 11269.0, 11287.0, 11253.0, 11283.0, 11303.0, 11282.0, 11283.0, 11282.0, 11265.0, 11282.0, 11286.0, 11276.0, 11286.0, 11298.0, 11283.0, 11287.0, 11303.0, 11275.0, 11289.0, 11294.0, 11311.0, 11291.0, 11309.0, 11291.0, 11312.0, 11309.0, 11313.0, 11290.0, 11307.0, 11291.0, 11305.0, 11305.0, 11294.0, 11265.0, 11277.0, 11294.0, 11279.0, 11267.0, 11279.0, 11264.0, 11274.0, 11256.0, 11257.0, 11286.0, 11233.0, 11250.0, 11257.0, 11303.0, 11288.0, 11283.0, 11283.0, 11301.0, 11296.0, 11293.0, 11297.0, 11279.0, 11303.0, 11289.0, 11318.0, 11296.0, 11295.0, 11284.0, 11298.0, 11299.0, 11281.0, 11310.0, 11281.0, 11301.0, 11282.0, 11298.0, 11296.0, 11306.0, 11302.0, 11317.0, 11305.0, 11296.0, 11277.0, 11276.0, 11273.0, 11292.0, 11279.0, 11277.0, 11283.0, 11280.0, 11270.0, 11289.0, 11279.0, 11297.0, 11291.0, 11293.0, 11274.0, 11266.0, 11265.0, 11279.0, 11280.0, 11276.0, 11290.0, 11259.0, 11287.0, 11277.0, 11274.0, 11261.0, 11278.0, 11279.0, 11273.0, 11274.0, 11275.0, 11274.0, 11262.0, 11296.0, 11282.0, 11298.0, 11296.0, 11293.0, 11287.0, 11276.0, 11275.0, 11271.0, 11279.0, 11276.0, 11281.0, 11264.0, 11275.0, 11277.0, 11283.0, 11274.0, 11258.0, 11276.0, 11265.0, 11276.0, 11272.0, 11273.0, 11276.0, 11289.0, 11272.0, 11272.0, 11295.0, 11284.0, 11289.0, 11294.0, 11309.0, 11278.0, 11294.0, 11283.0, 11289.0, 11298.0, 11291.0, 11285.0, 11278.0, 11294.0, 11274.0, 11301.0, 11296.0, 11295.0, 11279.0, 11294.0, 11268.0, 11290.0, 11277.0, 11291.0, 11293.0, 11284.0, 11290.0, 11281.0, 11296.0, 11260.0, 11293.0, 11298.0, 11283.0, 11278.0, 11287.0, 11270.0, 11273.0, 11272.0, 11270.0, 11295.0, 11297.0, 11289.0, 11264.0, 11288.0, 11279.0, 11284.0, 11286.0, 11268.0, 11278.0, 11262.0, 11273.0, 11273.0, 11287.0, 11274.0, 11289.0, 11269.0, 11274.0, 11290.0, 11266.0, 11294.0, 11292.0, 11289.0, 11277.0, 11294.0, 11290.0, 11293.0, 11314.0, 11291.0, 11332.0, 11315.0, 11295.0, 11285.0, 11301.0, 11288.0, 11292.0, 11274.0, 11282.0, 11285.0, 11277.0, 11277.0, 11252.0, 11265.0, 11309.0, 11273.0, 11303.0, 11275.0, 11268.0, 11258.0, 11259.0, 11263.0, 11262.0, 11302.0, 11276.0, 11299.0, 11271.0, 11263.0, 11272.0, 11250.0, 11258.0, 11257.0, 11268.0, 11255.0, 11268.0, 11257.0, 11305.0, 11268.0, 11270.0, 11268.0, 11263.0, 11262.0, 11259.0, 11251.0, 11253.0, 11292.0, 11265.0, 11279.0, 11268.0, 11251.0, 11260.0, 11258.0, 11264.0, 11285.0, 11279.0, 11272.0, 11282.0, 11273.0, 11284.0, 11336.0, 11316.0, 11296.0, 11290.0, 11284.0, 11281.0, 11319.0, 11283.0, 11284.0, 11313.0, 11299.0, 11323.0, 11271.0, 11270.0, 11251.0, 11240.0, 11247.0, 11226.0, 11294.0, 11259.0, 11258.0, 11246.0, 11244.0, 11252.0, 11233.0, 11230.0, 11255.0, 11236.0, 11236.0, 11236.0, 11269.0, 11264.0, 11246.0, 11257.0, 11316.0, 11289.0, 11284.0, 11254.0, 11266.0, 11257.0, 11253.0, 11270.0, 11259.0, 11258.0, 11240.0, 11265.0, 11258.0, 11310.0, 11277.0, 11294.0, 11260.0, 11270.0, 11261.0, 11257.0, 11253.0, 11243.0, 11263.0, 11260.0, 11302.0, 11257.0, 11294.0, 11260.0, 11266.0, 11264.0, 11275.0, 11258.0, 11288.0, 11251.0, 11257.0, 11248.0, 11256.0, 11292.0, 11258.0, 11267.0, 11253.0, 11235.0, 11258.0, 11234.0, 11260.0, 11254.0, 11277.0, 11252.0, 11243.0, 11250.0, 11244.0, 11247.0, 11233.0, 11290.0, 11247.0, 11261.0, 11249.0, 11239.0, 11277.0, 11258.0, 11282.0, 11272.0, 11288.0, 11275.0, 11285.0, 11261.0, 11296.0, 11291.0, 11305.0, 11277.0, 11293.0, 11272.0, 11267.0, 11279.0, 11261.0, 11269.0, 11285.0, 11309.0, 11270.0, 11283.0, 11270.0, 11251.0, 11254.0, 11271.0, 11269.0, 11280.0, 11292.0, 11267.0, 11281.0, 11254.0, 11246.0, 11256.0, 11265.0, 11276.0, 11258.0, 11259.0, 11250.0, 11232.0, 11254.0, 11265.0, 11261.0, 11272.0, 11263.0, 11285.0, 11263.0, 11280.0, 11307.0, 11284.0, 11285.0, 11285.0, 11262.0, 11284.0, 11282.0, 11286.0, 11303.0, 11298.0, 11300.0, 11284.0, 11301.0, 11283.0, 11287.0, 11284.0, 11301.0, 11284.0, 11270.0, 11286.0, 11278.0, 11281.0, 11284.0, 11283.0, 11261.0, 11272.0, 11275.0, 11263.0, 11280.0, 11291.0, 11277.0, 11262.0, 11273.0, 11266.0, 11261.0, 11264.0, 11264.0, 11277.0, 11261.0, 11272.0, 11291.0, 11264.0, 11266.0, 11282.0, 11294.0, 11273.0, 11280.0, 11259.0, 11279.0, 11294.0, 11268.0, 11266.0, 11279.0, 11283.0, 11282.0, 11282.0, 11266.0, 11291.0, 11310.0, 11290.0, 11282.0, 11297.0, 11287.0, 11271.0, 11285.0, 11275.0, 11305.0, 11309.0, 11300.0, 11286.0, 11285.0, 11268.0, 11303.0, 11288.0, 11285.0, 11300.0, 11281.0, 11308.0, 11285.0, 11309.0, 11299.0, 11323.0, 11321.0, 11305.0, 11302.0, 11297.0, 11287.0, 11304.0, 11287.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.00016800925925925927</td></tr>
<tr><td colspan=3>aqi</td><td>0.023175022299382717</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.710961410455624</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.367381774679537</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9663994888571426</td></tr>
<tr><td colspan=3>efc</td><td>0.4674</td></tr>
<tr><td colspan=3>fber</td><td>8217.4209</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08260367282197098</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1574074074074074</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3856596592527217</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3578577619661085</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5805138475666647</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2186073682253915</td></tr>
<tr><td colspan=3>gcor</td><td>0.00526182</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015668002888560295</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02650669775903225</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</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.15523416300788</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>30.5093</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3589</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.5307</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>300251.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>1000.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.4214</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1722</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>674.3038</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4469.4933</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4676.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1125.3203</td></tr>
<tr><td colspan=3>tsnr</td><td>43.84448520024307</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>