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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-02/func/sub-0040_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>c5a44def8d64e233eab57c3192df76a4</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:08:23.335000</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.998539, -0.0469226, -0.026811, 0.0472645, 0.998807, 0.0122665]</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.0792644</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>[4123, -7743, -7223, 572, -113, -62, 24, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.36</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>40f79a28-9b7e-4ed4-8663-3c0b238d07f7||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.6790060997009277, 0.126807302236557, -0.07074921578168869, 107.97492980957031], [0.12588980793952942, 2.6797263622283936, 0.03649253770709038, -100.71224975585938], [-0.0719318762421608, -0.032910045236349106, 2.698826313018799, -51.343875885009766], [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': ['130823.335000', '130823.795000', '130824.255000', '130824.715000', '130825.175000', '130825.635000', '130826.095000', '130826.555000', '130827.015000', '130827.475000', '130827.935000', '130828.395000', '130828.855000', '130829.315000', '130829.775000', '130830.235000', '130830.695000', '130831.155000', '130831.615000', '130832.075000', '130832.535000', '130832.995000', '130833.455000', '130833.915000', '130834.375000', '130834.835000', '130835.295000', '130835.755000', '130836.215000', '130836.675000', '130837.135000', '130837.595000', '130838.055000', '130838.515000', '130838.975000', '130839.435000', '130839.895000', '130840.355000', '130840.815000', '130841.275000', '130841.735000', '130842.195000', '130842.655000', '130843.115000', '130843.575000', '130844.035000', '130844.495000', '130844.955000', '130845.415000', '130845.875000', '130846.335000', '130846.795000', '130847.255000', '130847.715000', '130848.175000', '130848.635000', '130849.095000', '130849.555000', '130850.015000', '130850.475000', '130850.935000', '130851.395000', '130851.855000', '130852.315000', '130852.775000', '130853.235000', '130853.695000', '130854.155000', '130854.615000', '130855.075000', '130855.535000', '130855.995000', '130856.455000', '130856.915000', '130857.375000', '130857.835000', '130858.295000', '130858.755000', '130859.215000', '130859.675000', '130900.135000', '130900.595000', '130901.055000', '130901.515000', '130901.975000', '130902.435000', '130902.895000', '130903.355000', '130903.815000', '130904.275000', '130904.735000', '130905.195000', '130905.655000', '130906.115000', '130906.575000', '130907.035000', '130907.495000', '130907.955000', '130908.415000', '130908.875000', '130909.335000', '130909.795000', '130910.255000', '130910.715000', '130911.175000', '130911.635000', '130912.095000', '130912.555000', '130913.015000', '130913.475000', '130913.935000', '130914.395000', '130914.855000', '130915.315000', '130915.775000', '130916.235000', '130916.695000', '130917.155000', '130917.615000', '130918.075000', '130918.535000', '130918.995000', '130919.455000', '130919.915000', '130920.375000', '130920.835000', '130921.295000', '130921.755000', '130922.215000', '130922.675000', '130923.135000', '130923.595000', '130924.055000', '130924.515000', '130924.975000', '130925.435000', '130925.895000', '130926.355000', '130926.815000', '130927.275000', '130927.735000', '130928.195000', '130928.655000', '130929.115000', '130929.575000', '130930.035000', '130930.495000', '130930.955000', '130931.415000', '130931.875000', '130932.335000', '130932.795000', '130933.255000', '130933.715000', '130934.175000', '130934.635000', '130935.095000', '130935.555000', '130936.015000', '130936.475000', '130936.935000', '130937.395000', '130937.855000', '130938.315000', '130938.775000', '130939.235000', '130939.695000', '130940.155000', '130940.615000', '130941.075000', '130941.535000', '130941.995000', '130942.455000', '130942.915000', '130943.375000', '130943.835000', '130944.295000', '130944.755000', '130945.215000', '130945.675000', '130946.135000', '130946.595000', '130947.055000', '130947.515000', '130947.975000', '130948.435000', '130948.895000', '130949.355000', '130949.815000', '130950.275000', '130950.735000', '130951.195000', '130951.655000', '130952.115000', '130952.575000', '130953.035000', '130953.495000', '130953.955000', '130954.415000', '130954.875000', '130955.335000', '130955.795000', '130956.255000', '130956.715000', '130957.175000', '130957.635000', '130958.095000', '130958.555000', '130959.015000', '130959.475000', '130959.935000', '131000.395000', '131000.855000', '131001.315000', '131001.775000', '131002.235000', '131002.695000', '131003.155000', '131003.615000', '131004.075000', '131004.535000', '131004.995000', '131005.455000', '131005.915000', '131006.375000', '131006.835000', '131007.295000', '131007.755000', '131008.215000', '131008.675000', '131009.135000', '131009.595000', '131010.055000', '131010.515000', '131010.975000', '131011.435000', '131011.895000', '131012.355000', '131012.815000', '131013.275000', '131013.735000', '131014.195000', '131014.655000', '131015.115000', '131015.575000', '131016.035000', '131016.495000', '131016.955000', '131017.415000', '131017.875000', '131018.335000', '131018.795000', '131019.255000', '131019.715000', '131020.175000', '131020.635000', '131021.095000', '131021.555000', '131022.015000', '131022.475000', '131022.935000', '131023.395000', '131023.855000', '131024.315000', '131024.775000', '131025.235000', '131025.695000', '131026.155000', '131026.615000', '131027.075000', '131027.535000', '131027.995000', '131028.455000', '131028.915000', '131029.375000', '131029.835000', '131030.295000', '131030.755000', '131031.215000', '131031.675000', '131032.135000', '131032.595000', '131033.055000', '131033.515000', '131033.975000', '131034.435000', '131034.895000', '131035.355000', '131035.815000', '131036.275000', '131036.735000', '131037.195000', '131037.655000', '131038.115000', '131038.575000', '131039.035000', '131039.495000', '131039.955000', '131040.415000', '131040.875000', '131041.335000', '131041.795000', '131042.255000', '131042.715000', '131043.175000', '131043.635000', '131044.095000', '131044.555000', '131045.015000', '131045.475000', '131045.935000', '131046.395000', '131046.855000', '131047.315000', '131047.775000', '131048.235000', '131048.695000', '131049.155000', '131049.615000', '131050.075000', '131050.535000', '131050.995000', '131051.455000', '131051.915000', '131052.375000', '131052.835000', '131053.295000', '131053.755000', '131054.215000', '131054.675000', '131055.135000', '131055.595000', '131056.055000', '131056.515000', '131056.975000', '131057.435000', '131057.895000', '131058.355000', '131058.815000', '131059.275000', '131059.735000', '131100.195000', '131100.655000', '131101.115000', '131101.575000', '131102.035000', '131102.495000', '131102.955000', '131103.415000', '131103.875000', '131104.335000', '131104.795000', '131105.255000', '131105.715000', '131106.175000', '131106.635000', '131107.095000', '131107.555000', '131108.015000', '131108.475000', '131108.935000', '131109.395000', '131109.855000', '131110.315000', '131110.775000', '131111.235000', '131111.695000', '131112.155000', '131112.615000', '131113.075000', '131113.535000', '131113.995000', '131114.455000', '131114.915000', '131115.375000', '131115.835000', '131116.295000', '131116.755000', '131117.215000', '131117.675000', '131118.135000', '131118.595000', '131119.055000', '131119.515000', '131119.975000', '131120.435000', '131120.895000', '131121.355000', '131121.815000', '131122.275000', '131122.735000', '131123.195000', '131123.655000', '131124.115000', '131124.575000', '131125.035000', '131125.495000', '131125.955000', '131126.415000', '131126.875000', '131127.335000', '131127.795000', '131128.255000', '131128.715000', '131129.175000', '131129.635000', '131130.095000', '131130.555000', '131131.015000', '131131.475000', '131131.935000', '131132.395000', '131132.855000', '131133.315000', '131133.775000', '131134.235000', '131134.695000', '131135.155000', '131135.615000', '131136.075000', '131136.535000', '131136.995000', '131137.455000', '131137.915000', '131138.375000', '131138.835000', '131139.295000', '131139.755000', '131140.215000', '131140.675000', '131141.135000', '131141.595000', '131142.055000', '131142.515000', '131142.975000', '131143.435000', '131143.895000', '131144.355000', '131144.815000', '131145.275000', '131145.735000', '131146.195000', '131146.655000', '131147.115000', '131147.575000', '131148.035000', '131148.495000', '131148.955000', '131149.415000', '131149.875000', '131150.335000', '131150.795000', '131151.255000', '131151.715000', '131152.175000', '131152.635000', '131153.095000', '131153.555000', '131154.015000', '131154.475000', '131154.935000', '131155.395000', '131155.855000', '131156.315000', '131156.775000', '131157.235000', '131157.695000', '131158.155000', '131158.615000', '131159.075000', '131159.535000', '131159.995000', '131200.455000', '131200.915000', '131201.375000', '131201.835000', '131202.295000', '131202.755000', '131203.215000', '131203.675000', '131204.135000', '131204.595000', '131205.055000', '131205.515000', '131205.975000', '131206.435000', '131206.895000', '131207.355000', '131207.815000', '131208.275000', '131208.735000', '131209.195000', '131209.655000', '131210.115000', '131210.575000', '131211.035000', '131211.495000', '131211.955000', '131212.415000', '131212.875000', '131213.335000', '131213.795000', '131214.255000', '131214.715000', '131215.175000', '131215.635000', '131216.095000', '131216.555000', '131217.015000', '131217.475000', '131217.935000', '131218.395000', '131218.855000', '131219.315000', '131219.775000', '131220.235000', '131220.695000', '131221.155000', '131221.615000', '131222.075000', '131222.535000', '131222.995000', '131223.455000', '131223.915000', '131224.375000', '131224.835000', '131225.295000', '131225.755000', '131226.215000', '131226.675000', '131227.135000', '131227.595000', '131228.055000', '131228.515000', '131228.975000', '131229.435000', '131229.895000', '131230.355000', '131230.815000', '131231.275000', '131231.735000', '131232.195000', '131232.655000', '131233.115000', '131233.575000', '131234.035000', '131234.495000', '131234.955000', '131235.415000', '131235.875000', '131236.335000', '131236.795000', '131237.255000', '131237.715000', '131238.175000', '131238.635000', '131239.095000', '131239.555000', '131240.015000', '131240.475000', '131240.935000', '131241.395000', '131241.855000', '131242.315000', '131242.775000', '131243.235000', '131243.695000', '131244.155000', '131244.615000', '131245.075000', '131245.535000', '131245.995000', '131246.455000', '131246.915000', '131247.375000', '131247.835000', '131248.295000', '131248.755000', '131249.215000', '131249.675000', '131250.135000', '131250.595000', '131251.055000', '131251.515000', '131251.975000', '131252.435000', '131252.895000', '131253.355000', '131253.815000', '131254.275000', '131254.735000', '131255.195000', '131255.655000', '131256.115000', '131256.575000', '131257.035000', '131257.495000', '131257.955000', '131258.415000', '131258.875000', '131259.335000', '131259.795000', '131300.255000', '131300.715000', '131301.175000', '131301.635000', '131302.095000', '131302.555000', '131303.015000', '131303.475000', '131303.935000', '131304.395000', '131304.855000', '131305.315000', '131305.775000', '131306.235000', '131306.695000', '131307.155000', '131307.615000', '131308.075000', '131308.535000', '131308.995000', '131309.455000', '131309.915000', '131310.375000', '131310.835000', '131311.295000', '131311.755000', '131312.215000', '131312.675000', '131313.135000', '131313.595000', '131314.055000', '131314.515000', '131314.975000', '131315.435000', '131315.895000', '131316.355000', '131316.815000', '131317.275000', '131317.735000', '131318.195000', '131318.655000', '131319.115000', '131319.575000', '131320.035000', '131320.495000', '131320.955000', '131321.415000', '131321.875000', '131322.335000', '131322.795000', '131323.255000', '131323.715000', '131324.175000', '131324.635000', '131325.095000', '131325.555000', '131326.015000', '131326.475000', '131326.935000', '131327.395000', '131327.855000', '131328.315000', '131328.775000', '131329.235000', '131329.695000', '131330.155000', '131330.615000', '131331.075000', '131331.535000', '131331.995000', '131332.455000', '131332.915000', '131333.375000', '131333.835000', '131334.295000', '131334.755000', '131335.215000', '131335.675000', '131336.135000', '131336.595000', '131337.055000', '131337.515000', '131337.975000', '131338.435000', '131338.895000', '131339.355000', '131339.815000', '131340.275000', '131340.735000', '131341.195000', '131341.655000', '131342.115000', '131342.575000', '131343.035000', '131343.495000', '131343.955000', '131344.415000', '131344.875000', '131345.335000', '131345.795000', '131346.255000', '131346.715000', '131347.175000', '131347.635000', '131348.095000', '131348.555000', '131349.015000', '131349.475000', '131349.935000', '131350.395000', '131350.855000', '131351.315000', '131351.775000', '131352.235000', '131352.695000', '131353.155000', '131353.615000', '131354.075000', '131354.535000', '131354.995000', '131355.455000', '131355.915000', '131356.375000', '131356.835000', '131357.295000', '131357.755000', '131358.215000', '131358.675000', '131359.135000', '131359.595000', '131400.055000', '131400.515000', '131400.975000', '131401.435000', '131401.895000', '131402.355000', '131402.815000', '131403.275000', '131403.735000', '131404.195000', '131404.655000', '131405.115000', '131405.575000', '131406.035000', '131406.495000', '131406.955000', '131407.415000', '131407.875000', '131408.335000', '131408.795000', '131409.255000', '131409.715000', '131410.175000', '131410.635000', '131411.095000', '131411.555000', '131412.015000', '131412.475000', '131412.935000', '131413.395000', '131413.855000', '131414.315000', '131414.775000', '131415.235000', '131415.695000', '131416.155000', '131416.615000', '131417.075000', '131417.535000', '131417.995000', '131418.455000', '131418.915000', '131419.375000', '131419.835000', '131420.295000', '131420.755000', '131421.215000', '131421.675000', '131422.135000', '131422.595000', '131423.055000', '131423.515000', '131423.975000', '131424.435000', '131424.895000', '131425.355000', '131425.815000', '131426.275000', '131426.735000', '131427.195000', '131427.655000', '131428.115000', '131428.575000', '131429.035000', '131429.495000', '131429.955000', '131430.415000', '131430.875000', '131431.335000', '131431.795000', '131432.255000', '131432.715000', '131433.175000', '131433.635000', '131434.095000', '131434.555000', '131435.015000', '131435.475000', '131435.935000', '131436.395000', '131436.855000', '131437.315000', '131437.775000', '131438.235000', '131438.695000', '131439.155000', '131439.615000', '131440.075000', '131440.535000', '131440.995000', '131441.455000', '131441.915000', '131442.375000', '131442.835000', '131443.295000', '131443.755000', '131444.215000', '131444.675000', '131445.135000', '131445.595000', '131446.055000', '131446.515000', '131446.975000', '131447.435000', '131447.895000', '131448.355000', '131448.815000', '131449.275000', '131449.735000', '131450.195000', '131450.655000', '131451.115000', '131451.575000', '131452.035000', '131452.495000', '131452.955000', '131453.415000', '131453.875000', '131454.335000', '131454.795000', '131455.255000', '131455.715000', '131456.175000', '131456.635000', '131457.095000', '131457.555000', '131458.015000', '131458.475000', '131458.935000', '131459.395000', '131459.855000', '131500.315000', '131500.775000', '131501.235000', '131501.695000', '131502.155000', '131502.615000', '131503.075000', '131503.535000', '131503.995000', '131504.455000', '131504.915000', '131505.375000', '131505.835000', '131506.295000', '131506.755000', '131507.215000', '131507.675000', '131508.135000', '131508.595000', '131509.055000', '131509.515000', '131509.975000', '131510.435000', '131510.895000', '131511.355000', '131511.815000', '131512.275000', '131512.735000', '131513.195000', '131513.655000', '131514.115000', '131514.575000', '131515.035000', '131515.495000', '131515.955000', '131516.415000', '131516.875000', '131517.335000', '131517.795000', '131518.255000', '131518.715000', '131519.175000', '131519.635000', '131520.095000', '131520.555000', '131521.015000', '131521.475000', '131521.935000', '131522.395000', '131522.855000', '131523.315000', '131523.775000', '131524.235000', '131524.695000', '131525.155000', '131525.615000', '131526.075000', '131526.535000', '131526.995000', '131527.455000', '131527.915000', '131528.375000', '131528.835000', '131529.295000', '131529.755000', '131530.215000', '131530.675000', '131531.135000', '131531.595000', '131532.055000', '131532.515000', '131532.975000', '131533.435000', '131533.895000', '131534.355000', '131534.815000', '131535.275000', '131535.735000', '131536.195000', '131536.655000', '131537.115000', '131537.575000', '131538.035000', '131538.495000', '131538.955000', '131539.415000', '131539.875000', '131540.335000', '131540.795000', '131541.255000', '131541.715000', '131542.175000', '131542.635000', '131543.095000', '131543.555000', '131544.015000', '131544.475000', '131544.935000', '131545.395000', '131545.855000', '131546.315000', '131546.775000', '131547.235000', '131547.695000', '131548.155000', '131548.615000', '131549.075000', '131549.535000', '131549.995000', '131550.455000', '131550.915000', '131551.375000', '131551.835000', '131552.295000', '131552.755000', '131553.215000', '131553.675000', '131554.135000', '131554.595000', '131555.055000', '131555.515000', '131555.975000', '131556.435000', '131556.895000', '131557.355000', '131557.815000', '131558.275000', '131558.735000', '131559.195000', '131559.655000', '131600.115000', '131600.575000', '131601.035000', '131601.495000', '131601.955000', '131602.415000', '131602.875000', '131603.335000', '131603.795000', '131604.255000', '131604.715000', '131605.175000', '131605.635000', '131606.095000', '131606.555000', '131607.015000', '131607.475000', '131607.935000', '131608.395000', '131608.855000', '131609.315000', '131609.775000', '131610.235000', '131610.695000', '131611.155000', '131611.615000', '131612.075000', '131612.535000', '131612.995000', '131613.455000', '131613.915000', '131614.375000', '131614.835000', '131615.295000', '131615.755000', '131616.215000', '131616.675000', '131617.135000', '131617.595000', '131618.055000', '131618.515000', '131618.975000', '131619.435000', '131619.895000', '131620.355000', '131620.815000', '131621.275000', '131621.735000', '131622.195000', '131622.655000', '131623.115000', '131623.575000', '131624.035000', '131624.495000', '131624.955000', '131625.415000', '131625.875000', '131626.335000', '131626.795000', '131627.255000', '131627.715000', '131628.175000', '131628.635000', '131629.095000', '131629.555000', '131630.015000', '131630.475000', '131630.935000', '131631.395000', '131631.855000', '131632.315000', '131632.775000', '131633.235000', '131633.695000', '131634.155000', '131634.615000', '131635.075000', '131635.535000', '131635.995000', '131636.455000', '131636.915000', '131637.375000', '131637.835000', '131638.295000', '131638.755000', '131639.215000', '131639.675000', '131640.135000', '131640.595000', '131641.055000', '131641.515000', '131641.975000', '131642.435000', '131642.895000', '131643.355000', '131643.815000', '131644.275000', '131644.735000', '131645.195000', '131645.655000', '131646.115000', '131646.575000', '131647.035000', '131647.495000', '131647.955000', '131648.415000', '131648.875000', '131649.335000', '131649.795000', '131650.255000', '131650.715000', '131651.175000', '131651.635000', '131652.095000', '131652.555000', '131653.015000', '131653.475000', '131653.935000', '131654.395000', '131654.855000', '131655.315000', '131655.775000', '131656.235000', '131656.695000', '131657.155000', '131657.615000', '131658.075000', '131658.535000', '131658.995000', '131659.455000', '131659.915000', '131700.375000', '131700.835000', '131701.295000', '131701.755000', '131702.215000', '131702.675000', '131703.135000', '131703.595000', '131704.055000', '131704.515000', '131704.975000', '131705.435000', '131705.895000', '131706.355000', '131706.815000', '131707.275000', '131707.735000', '131708.195000', '131708.655000', '131709.115000', '131709.575000', '131710.035000', '131710.495000', '131710.955000', '131711.415000', '131711.875000', '131712.335000', '131712.795000', '131713.255000', '131713.715000', '131714.175000', '131714.635000', '131715.095000', '131715.555000', '131716.015000', '131716.475000', '131716.935000', '131717.395000', '131717.855000', '131718.315000', '131718.775000', '131719.235000', '131719.695000', '131720.155000', '131720.615000', '131721.075000', '131721.535000', '131721.995000', '131722.455000', '131722.915000', '131723.375000', '131723.835000', '131724.295000', '131724.755000', '131725.215000', '131725.675000', '131726.135000', '131726.595000', '131727.055000', '131727.515000', '131727.975000', '131728.435000', '131728.895000', '131729.355000', '131729.815000', '131730.275000', '131730.735000', '131731.195000', '131731.655000', '131732.115000', '131732.575000', '131733.035000', '131733.495000', '131733.955000', '131734.415000', '131734.875000', '131735.335000', '131735.795000', '131736.255000', '131736.715000', '131737.175000', '131737.635000', '131738.095000', '131738.555000', '131739.015000', '131739.475000', '131739.935000', '131740.395000', '131740.855000', '131741.315000', '131741.775000', '131742.235000', '131742.695000', '131743.155000', '131743.615000', '131744.075000', '131744.535000', '131744.995000', '131745.455000', '131745.915000', '131746.375000', '131746.835000', '131747.295000', '131747.755000', '131748.215000', '131748.675000', '131749.135000', '131749.595000', '131750.055000', '131750.515000', '131750.975000', '131751.435000', '131751.895000', '131752.355000', '131752.815000', '131753.275000', '131753.735000', '131754.195000', '131754.655000', '131755.115000', '131755.575000', '131756.035000', '131756.495000', '131756.955000', '131757.415000', '131757.875000', '131758.335000', '131758.795000', '131759.255000', '131759.715000', '131800.175000', '131800.635000', '131801.095000', '131801.555000', '131802.015000', '131802.475000', '131802.935000', '131803.395000', '131803.855000', '131804.315000', '131804.775000', '131805.235000', '131805.695000', '131806.155000', '131806.615000', '131807.075000', '131807.535000', '131807.995000', '131808.455000', '131808.915000', '131809.375000', '131809.835000', '131810.295000', '131810.755000', '131811.215000', '131811.675000', '131812.135000', '131812.595000', '131813.055000', '131813.515000', '131813.975000', '131814.435000', '131814.895000', '131815.355000', '131815.815000', '131816.275000', '131816.735000', '131817.195000', '131817.655000', '131818.115000', '131818.575000', '131819.035000', '131819.495000', '131819.955000'], 'ContentTime': ['130835.695000', '130835.698000', '130835.701000', '130835.704000', '130835.712000', '130835.715000', '130835.718000', '130835.730000', '130835.733000', '130835.736000', '130835.739000', '130835.741000', '130835.745000', '130835.747000', '130835.750000', '130835.753000', '130835.756000', '130835.759000', '130835.762000', '130835.765000', '130835.768000', '130835.785000', '130835.788000', '130835.791000', '130835.794000', '130855.671000', '130855.674000', '130855.677000', '130855.680000', '130855.683000', '130855.695000', '130855.698000', '130855.701000', '130855.704000', '130855.706000', '130855.710000', '130855.712000', '130855.715000', '130855.718000', '130855.724000', '130855.727000', '130855.730000', '130855.733000', '130855.736000', '130855.739000', '130855.742000', '130855.745000', '130855.748000', '130855.751000', '130855.753000', '130855.756000', '130855.759000', '130855.762000', '130855.765000', '130855.768000', '130855.771000', '130855.774000', '130855.777000', '130855.780000', '130855.783000', '130855.786000', '130855.796000', '130855.799000', '130855.802000', '130855.805000', '130855.807000', '130855.810000', '130855.819000', '130915.671000', '130915.679000', '130915.682000', '130915.685000', '130915.688000', '130915.691000', '130915.694000', '130915.697000', '130915.700000', '130915.703000', '130915.705000', '130915.708000', '130915.711000', '130915.714000', '130915.717000', '130915.720000', '130915.723000', '130915.726000', '130915.729000', '130915.732000', '130915.734000', '130915.738000', '130915.740000', '130915.743000', '130915.746000', '130915.749000', '130915.752000', '130915.755000', '130915.758000', '130915.761000', '130915.782000', '130915.791000', '130915.793000', '130915.796000', '130915.799000', '130915.802000', '130915.805000', '130915.808000', '130915.811000', '130915.814000', '130915.817000', '130915.820000', '130915.823000', '130915.826000', '130935.670000', '130935.673000', '130935.676000', '130935.679000', '130935.682000', '130935.685000', '130935.688000', '130935.691000', '130935.695000', '130935.698000', '130935.701000', '130935.724000', '130935.726000', '130935.729000', '130935.732000', '130935.735000', '130935.738000', '130935.741000', '130935.744000', '130935.747000', '130935.750000', '130935.753000', '130935.756000', '130935.759000', '130935.762000', '130935.765000', '130935.768000', '130935.792000', '130935.795000', '130935.798000', '130935.801000', '130935.804000', '130935.807000', '130935.810000', '130935.813000', '130935.816000', '130935.819000', '130935.822000', '130935.832000', '130935.835000', '130935.838000', '130935.841000', '130935.844000', '130955.671000', '130955.674000', '130955.677000', '130955.680000', '130955.683000', '130955.686000', '130955.689000', '130955.691000', '130955.694000', '130955.697000', '130955.700000', '130955.703000', '130955.706000', '130955.709000', '130955.712000', '130955.715000', '130955.718000', '130955.721000', '130955.724000', '130955.727000', '130955.730000', '130955.733000', '130955.735000', '130955.738000', '130955.741000', '130955.744000', '130955.747000', '130955.750000', '130955.756000', '130955.759000', '130955.762000', '130955.764000', '130955.768000', '130955.770000', '130955.773000', '130955.776000', '130955.779000', '130955.782000', '130955.785000', '130955.788000', '130955.791000', '130955.794000', '130955.797000', '130955.800000', '131015.671000', '131015.674000', '131015.677000', '131015.680000', '131015.683000', '131015.686000', '131015.689000', '131015.692000', '131015.695000', '131015.698000', '131015.701000', '131015.703000', '131015.707000', '131015.710000', '131015.713000', '131015.716000', '131015.719000', '131015.722000', '131015.725000', '131015.728000', '131015.731000', '131015.734000', '131015.737000', '131015.740000', '131015.743000', '131015.746000', '131015.749000', '131015.751000', '131015.755000', '131015.757000', '131015.760000', '131015.763000', '131015.766000', '131015.803000', '131015.806000', '131015.808000', '131015.811000', '131015.814000', '131015.817000', '131015.825000', '131015.828000', '131015.831000', '131015.834000', '131035.671000', '131035.674000', '131035.677000', '131035.680000', '131035.683000', '131035.686000', '131035.689000', '131035.692000', '131035.695000', '131035.698000', '131035.700000', '131035.704000', '131035.707000', '131035.709000', '131035.712000', '131035.715000', '131035.718000', '131035.721000', '131035.724000', '131035.727000', '131035.730000', '131035.733000', '131035.736000', '131035.739000', '131035.742000', '131035.745000', '131035.748000', '131035.751000', '131035.759000', '131035.762000', '131035.765000', '131035.768000', '131035.771000', '131035.774000', '131035.777000', '131035.780000', '131035.783000', '131035.786000', '131035.789000', '131035.792000', '131035.795000', '131035.797000', '131035.800000', '131035.803000', '131055.671000', '131055.674000', '131055.677000', '131055.680000', '131055.683000', '131055.686000', '131055.689000', '131055.692000', '131055.695000', '131055.698000', '131055.701000', '131055.703000', '131055.706000', '131055.709000', '131055.712000', '131055.715000', '131055.718000', '131055.721000', '131055.724000', '131055.727000', '131055.730000', '131055.733000', '131055.736000', '131055.739000', '131055.753000', '131055.774000', '131055.787000', '131055.790000', '131055.793000', '131055.795000', '131055.798000', '131055.801000', '131055.804000', '131055.807000', '131055.810000', '131055.813000', '131055.816000', '131055.819000', '131055.822000', '131055.825000', '131055.828000', '131055.831000', '131055.833000', '131115.671000', '131115.674000', '131115.677000', '131115.680000', '131115.683000', '131115.686000', '131115.689000', '131115.692000', '131115.695000', '131115.698000', '131115.701000', '131115.704000', '131115.707000', '131115.709000', '131115.712000', '131115.715000', '131115.718000', '131115.721000', '131115.724000', '131115.727000', '131115.730000', '131115.733000', '131115.736000', '131115.739000', '131115.742000', '131115.745000', '131115.748000', '131115.751000', '131115.754000', '131115.756000', '131115.759000', '131115.762000', '131115.765000', '131115.768000', '131115.830000', '131115.833000', '131115.836000', '131115.839000', '131115.842000', '131115.845000', '131115.848000', '131115.851000', '131115.854000', '131115.857000', '131135.671000', '131135.674000', '131135.677000', '131135.680000', '131135.683000', '131135.686000', '131135.690000', '131135.693000', '131135.696000', '131135.699000', '131135.702000', '131135.705000', '131135.708000', '131135.711000', '131135.714000', '131135.717000', '131135.720000', '131135.723000', '131135.726000', '131135.729000', '131135.732000', '131135.735000', '131135.738000', '131135.741000', '131135.744000', '131135.747000', '131135.750000', '131135.752000', '131135.755000', '131135.758000', '131135.761000', '131135.764000', '131135.768000', '131135.819000', '131135.822000', '131135.825000', '131135.828000', '131135.831000', '131135.834000', '131135.837000', '131135.840000', '131135.842000', '131135.846000', '131155.670000', '131155.673000', '131155.676000', '131155.679000', '131155.682000', '131155.685000', '131155.688000', '131155.691000', '131155.694000', '131155.697000', '131155.700000', '131155.703000', '131155.706000', '131155.709000', '131155.712000', '131155.715000', '131155.717000', '131155.720000', '131155.723000', '131155.726000', '131155.729000', '131155.732000', '131155.735000', '131155.738000', '131155.741000', '131155.744000', '131155.747000', '131155.750000', '131155.753000', '131155.756000', '131155.759000', '131155.762000', '131155.765000', '131155.768000', '131155.804000', '131155.807000', '131155.809000', '131155.813000', '131155.816000', '131155.818000', '131155.821000', '131155.824000', '131155.835000', '131155.837000', '131215.671000', '131215.674000', '131215.677000', '131215.680000', '131215.683000', '131215.686000', '131215.689000', '131215.692000', '131215.695000', '131215.698000', '131215.701000', '131215.704000', '131215.707000', '131215.710000', '131215.712000', '131215.716000', '131215.718000', '131215.721000', '131215.724000', '131215.727000', '131215.730000', '131215.733000', '131215.736000', '131215.739000', '131215.742000', '131215.745000', '131215.748000', '131215.751000', '131215.754000', '131215.757000', '131215.759000', '131215.762000', '131215.765000', '131215.768000', '131215.809000', '131215.812000', '131215.815000', '131215.818000', '131215.821000', '131215.824000', '131215.827000', '131215.830000', '131215.833000', '131235.671000', '131235.674000', '131235.677000', '131235.680000', '131235.683000', '131235.686000', '131235.689000', '131235.702000', '131235.705000', '131235.708000', '131235.711000', '131235.714000', '131235.717000', '131235.720000', '131235.723000', '131235.725000', '131235.729000', '131235.731000', '131235.734000', '131235.737000', '131235.740000', '131235.743000', '131235.746000', '131235.749000', '131235.752000', '131235.755000', '131235.758000', '131235.761000', '131235.764000', '131235.767000', '131235.826000', '131235.829000', '131235.832000', '131235.835000', '131235.838000', '131235.841000', '131235.844000', '131235.847000', '131235.850000', '131235.853000', '131235.856000', '131235.859000', '131235.862000', '131235.865000', '131255.671000', '131255.674000', '131255.677000', '131255.680000', '131255.683000', '131255.686000', '131255.689000', '131255.692000', '131255.695000', '131255.698000', '131255.701000', '131255.704000', '131255.707000', '131255.710000', '131255.713000', '131255.716000', '131255.718000', '131255.721000', '131255.724000', '131255.729000', '131255.732000', '131255.735000', '131255.738000', '131255.741000', '131255.744000', '131255.747000', '131255.750000', '131255.752000', '131255.755000', '131255.758000', '131255.761000', '131255.764000', '131255.767000', '131255.837000', '131255.840000', '131255.843000', '131255.846000', '131255.849000', '131255.852000', '131255.855000', '131255.858000', '131255.861000', '131255.864000', '131315.671000', '131315.674000', '131315.677000', '131315.685000', '131315.688000', '131315.691000', '131315.695000', '131315.698000', '131315.701000', '131315.704000', '131315.707000', '131315.710000', '131315.713000', '131315.719000', '131315.722000', '131315.725000', '131315.728000', '131315.731000', '131315.734000', '131315.737000', '131315.740000', '131315.743000', '131315.746000', '131315.749000', '131315.752000', '131315.755000', '131315.758000', '131315.761000', '131315.764000', '131315.766000', '131315.788000', '131315.791000', '131315.794000', '131315.797000', '131315.800000', '131315.803000', '131315.806000', '131315.809000', '131315.812000', '131315.815000', '131315.818000', '131315.821000', '131315.824000', '131315.827000', '131335.671000', '131335.674000', '131335.677000', '131335.680000', '131335.683000', '131335.686000', '131335.689000', '131335.692000', '131335.695000', '131335.698000', '131335.701000', '131335.704000', '131335.707000', '131335.710000', '131335.713000', '131335.716000', '131335.719000', '131335.722000', '131335.725000', '131335.728000', '131335.731000', '131335.734000', '131335.737000', '131335.740000', '131335.742000', '131335.745000', '131335.748000', '131335.751000', '131335.754000', '131335.757000', '131335.760000', '131335.763000', '131335.766000', '131335.834000', '131335.836000', '131335.840000', '131335.842000', '131335.845000', '131335.848000', '131335.880000', '131335.883000', '131335.886000', '131335.889000', '131355.671000', '131355.674000', '131355.677000', '131355.680000', '131355.683000', '131355.686000', '131355.689000', '131355.692000', '131355.695000', '131355.698000', '131355.701000', '131355.704000', '131355.706000', '131355.709000', '131355.712000', '131355.715000', '131355.718000', '131355.721000', '131355.724000', '131355.727000', '131355.730000', '131355.733000', '131355.736000', '131355.739000', '131355.742000', '131355.745000', '131355.748000', '131355.751000', '131355.754000', '131355.756000', '131355.759000', '131355.762000', '131355.779000', '131355.824000', '131355.828000', '131355.830000', '131355.833000', '131355.836000', '131355.839000', '131355.842000', '131355.845000', '131355.848000', '131355.851000', '131355.854000', '131415.670000', '131415.673000', '131415.676000', '131415.679000', '131415.682000', '131415.685000', '131415.688000', '131415.691000', '131415.694000', '131415.697000', '131415.700000', '131415.703000', '131415.706000', '131415.709000', '131415.712000', '131415.714000', '131415.718000', '131415.721000', '131415.723000', '131415.726000', '131415.729000', '131415.732000', '131415.735000', '131415.738000', '131415.741000', '131415.744000', '131415.747000', '131415.750000', '131415.753000', '131415.756000', '131415.759000', '131415.762000', '131415.766000', '131415.827000', '131415.830000', '131415.833000', '131415.836000', '131415.839000', '131415.842000', '131415.845000', '131415.857000', '131415.860000', '131415.867000', '131435.671000', '131435.679000', '131435.682000', '131435.689000', '131435.692000', '131435.695000', '131435.698000', '131435.700000', '131435.703000', '131435.706000', '131435.709000', '131435.714000', '131435.717000', '131435.720000', '131435.723000', '131435.726000', '131435.729000', '131435.732000', '131435.735000', '131435.738000', '131435.740000', '131435.744000', '131435.746000', '131435.749000', '131435.752000', '131435.755000', '131435.758000', '131435.761000', '131435.764000', '131435.767000', '131435.833000', '131435.836000', '131435.839000', '131435.842000', '131435.845000', '131435.848000', '131435.851000', '131435.854000', '131435.857000', '131435.860000', '131435.863000', '131435.866000', '131435.869000', '131435.872000', '131455.671000', '131455.674000', '131455.677000', '131455.680000', '131455.683000', '131455.686000', '131455.689000', '131455.692000', '131455.695000', '131455.698000', '131455.700000', '131455.704000', '131455.706000', '131455.709000', '131455.712000', '131455.715000', '131455.718000', '131455.721000', '131455.724000', '131455.727000', '131455.730000', '131455.733000', '131455.736000', '131455.739000', '131455.742000', '131455.745000', '131455.747000', '131455.750000', '131455.753000', '131455.756000', '131455.759000', '131455.762000', '131455.765000', '131455.768000', '131455.845000', '131455.849000', '131455.852000', '131455.855000', '131455.858000', '131455.861000', '131455.864000', '131455.867000', '131455.869000', '131515.671000', '131515.674000', '131515.677000', '131515.680000', '131515.683000', '131515.686000', '131515.689000', '131515.692000', '131515.695000', '131515.698000', '131515.701000', '131515.709000', '131515.712000', '131515.715000', '131515.718000', '131515.721000', '131515.724000', '131515.727000', '131515.730000', '131515.732000', '131515.735000', '131515.738000', '131515.741000', '131515.744000', '131515.747000', '131515.750000', '131515.753000', '131515.756000', '131515.759000', '131515.762000', '131515.765000', '131515.768000', '131515.848000', '131515.851000', '131515.854000', '131515.857000', '131515.860000', '131515.863000', '131515.866000', '131515.869000', '131515.872000', '131515.875000', '131515.889000', '131515.892000', '131535.671000', '131535.674000', '131535.677000', '131535.680000', '131535.683000', '131535.686000', '131535.689000', '131535.692000', '131535.695000', '131535.698000', '131535.701000', '131535.704000', '131535.707000', '131535.709000', '131535.712000', '131535.715000', '131535.718000', '131535.721000', '131535.724000', '131535.727000', '131535.730000', '131535.733000', '131535.736000', '131535.739000', '131535.742000', '131535.745000', '131535.748000', '131535.751000', '131535.754000', '131535.756000', '131535.760000', '131535.762000', '131535.765000', '131535.768000', '131535.771000', '131535.774000', '131535.777000', '131535.780000', '131535.783000', '131535.786000', '131535.800000', '131535.804000', '131535.807000', '131555.671000', '131555.674000', '131555.677000', '131555.680000', '131555.683000', '131555.686000', '131555.689000', '131555.692000', '131555.695000', '131555.698000', '131555.701000', '131555.704000', '131555.707000', '131555.709000', '131555.712000', '131555.715000', '131555.718000', '131555.721000', '131555.724000', '131555.727000', '131555.730000', '131555.733000', '131555.736000', '131555.739000', '131555.742000', '131555.745000', '131555.748000', '131555.751000', '131555.754000', '131555.757000', '131555.760000', '131555.763000', '131555.766000', '131555.769000', '131555.844000', '131555.847000', '131555.850000', '131555.853000', '131555.856000', '131555.859000', '131555.862000', '131555.865000', '131555.868000', '131555.871000', '131615.671000', '131615.674000', '131615.677000', '131615.680000', '131615.683000', '131615.686000', '131615.689000', '131615.692000', '131615.695000', '131615.698000', '131615.701000', '131615.704000', '131615.707000', '131615.710000', '131615.713000', '131615.716000', '131615.719000', '131615.722000', '131615.725000', '131615.728000', '131615.730000', '131615.734000', '131615.736000', '131615.739000', '131615.742000', '131615.745000', '131615.748000', '131615.751000', '131615.754000', '131615.757000', '131615.760000', '131615.763000', '131615.766000', '131615.840000', '131615.843000', '131615.845000', '131615.848000', '131615.851000', '131615.854000', '131615.857000', '131615.860000', '131615.864000', '131615.866000', '131635.670000', '131635.673000', '131635.676000', '131635.679000', '131635.682000', '131635.687000', '131635.690000', '131635.693000', '131635.696000', '131635.698000', '131635.702000', '131635.704000', '131635.707000', '131635.710000', '131635.714000', '131635.717000', '131635.719000', '131635.722000', '131635.725000', '131635.728000', '131635.731000', '131635.734000', '131635.737000', '131635.740000', '131635.743000', '131635.746000', '131635.749000', '131635.752000', '131635.755000', '131635.758000', '131635.761000', '131635.764000', '131635.767000', '131635.854000', '131635.857000', '131635.860000', '131635.863000', '131635.866000', '131635.869000', '131635.880000', '131635.883000', '131635.886000', '131635.889000', '131655.671000', '131655.674000', '131655.677000', '131655.680000', '131655.683000', '131655.686000', '131655.689000', '131655.692000', '131655.695000', '131655.698000', '131655.701000', '131655.704000', '131655.706000', '131655.710000', '131655.712000', '131655.715000', '131655.718000', '131655.721000', '131655.724000', '131655.727000', '131655.730000', '131655.733000', '131655.736000', '131655.739000', '131655.742000', '131655.745000', '131655.748000', '131655.751000', '131655.754000', '131655.757000', '131655.760000', '131655.763000', '131655.765000', '131655.834000', '131655.836000', '131655.839000', '131655.843000', '131655.846000', '131655.849000', '131655.852000', '131655.855000', '131655.858000', '131655.861000', '131655.864000', '131715.671000', '131715.674000', '131715.677000', '131715.680000', '131715.684000', '131715.688000', '131715.691000', '131715.698000', '131715.701000', '131715.704000', '131715.707000', '131715.710000', '131715.713000', '131715.716000', '131715.719000', '131715.722000', '131715.724000', '131715.728000', '131715.730000', '131715.733000', '131715.736000', '131715.739000', '131715.742000', '131715.745000', '131715.748000', '131715.751000', '131715.754000', '131715.757000', '131715.760000', '131715.763000', '131715.766000', '131715.769000', '131715.850000', '131715.853000', '131715.856000', '131715.859000', '131715.862000', '131715.865000', '131715.868000', '131715.871000', '131715.874000', '131715.877000', '131715.880000', '131735.671000', '131735.674000', '131735.677000', '131735.680000', '131735.683000', '131735.686000', '131735.689000', '131735.692000', '131735.695000', '131735.698000', '131735.701000', '131735.704000', '131735.707000', '131735.710000', '131735.713000', '131735.716000', '131735.719000', '131735.722000', '131735.725000', '131735.728000', '131735.731000', '131735.733000', '131735.736000', '131735.739000', '131735.742000', '131735.745000', '131735.748000', '131735.751000', '131735.754000', '131735.757000', '131735.760000', '131735.763000', '131735.766000', '131735.813000', '131735.816000', '131735.819000', '131735.822000', '131735.825000', '131735.828000', '131735.831000', '131735.834000', '131735.837000', '131735.840000', '131735.843000', '131755.671000', '131755.674000', '131755.677000', '131755.680000', '131755.683000', '131755.686000', '131755.689000', '131755.692000', '131755.695000', '131755.698000', '131755.701000', '131755.704000', '131755.707000', '131755.710000', '131755.714000', '131755.717000', '131755.720000', '131755.723000', '131755.726000', '131755.729000', '131755.732000', '131755.735000', '131755.738000', '131755.741000', '131755.744000', '131755.746000', '131755.749000', '131755.752000', '131755.755000', '131755.758000', '131755.761000', '131755.764000', '131755.767000', '131755.791000', '131755.794000', '131755.809000', '131755.812000', '131755.815000', '131755.818000', '131755.821000', '131755.824000', '131755.827000', '131755.830000', '131815.671000', '131815.674000', '131815.677000', '131815.680000', '131815.683000', '131815.686000', '131815.689000', '131815.699000', '131815.702000', '131815.705000', '131815.708000', '131815.711000', '131815.714000', '131815.717000', '131815.720000', '131815.723000', '131815.726000', '131815.729000', '131815.731000', '131815.735000', '131815.737000', '131815.740000', '131815.743000', '131815.746000', '131815.749000', '131815.752000', '131815.755000', '131815.758000', '131815.761000', '131815.764000', '131815.767000', '131815.855000', '131815.858000', '131815.861000', '131815.864000', '131815.867000', '131815.870000', '131815.873000', '131815.876000', '131815.880000', '131815.883000', '131815.886000', '131815.889000', '131815.892000', '131821.070000', '131821.073000', '131821.076000', '131821.080000', '131821.083000', '131821.086000', '131821.089000', '131821.092000', '131821.095000', '131821.098000', '131821.101000', '131821.104000'], 'InstanceCreationTime': ['130835.695000', '130835.698000', '130835.701000', '130835.704000', '130835.712000', '130835.715000', '130835.718000', '130835.730000', '130835.733000', '130835.736000', '130835.739000', '130835.741000', '130835.745000', '130835.747000', '130835.750000', '130835.753000', '130835.756000', '130835.759000', '130835.762000', '130835.765000', '130835.768000', '130835.785000', '130835.788000', '130835.791000', '130835.794000', '130855.671000', '130855.674000', '130855.677000', '130855.680000', '130855.683000', '130855.695000', '130855.698000', '130855.701000', '130855.704000', '130855.706000', '130855.710000', '130855.712000', '130855.715000', '130855.718000', '130855.724000', '130855.727000', '130855.730000', '130855.733000', '130855.736000', '130855.739000', '130855.742000', '130855.745000', '130855.748000', '130855.751000', '130855.753000', '130855.756000', '130855.759000', '130855.762000', '130855.765000', '130855.768000', '130855.771000', '130855.774000', '130855.777000', '130855.780000', '130855.783000', '130855.786000', '130855.796000', '130855.799000', '130855.802000', '130855.805000', '130855.807000', '130855.810000', '130855.819000', '130915.671000', '130915.679000', '130915.682000', '130915.685000', '130915.688000', '130915.691000', '130915.694000', '130915.697000', '130915.700000', '130915.703000', '130915.705000', '130915.708000', '130915.711000', '130915.714000', '130915.717000', '130915.720000', '130915.723000', '130915.726000', '130915.729000', '130915.732000', '130915.734000', '130915.738000', '130915.740000', '130915.743000', '130915.746000', '130915.749000', '130915.752000', '130915.755000', '130915.758000', '130915.761000', '130915.782000', '130915.791000', '130915.793000', '130915.796000', '130915.799000', '130915.802000', '130915.805000', '130915.808000', '130915.811000', '130915.814000', '130915.817000', '130915.820000', '130915.823000', '130915.826000', '130935.670000', '130935.673000', '130935.676000', '130935.679000', '130935.682000', '130935.685000', '130935.688000', '130935.691000', '130935.695000', '130935.698000', '130935.701000', '130935.724000', '130935.726000', '130935.729000', '130935.732000', '130935.735000', '130935.738000', '130935.741000', '130935.744000', '130935.747000', '130935.750000', '130935.753000', '130935.756000', '130935.759000', '130935.762000', '130935.765000', '130935.768000', '130935.792000', '130935.795000', '130935.798000', '130935.801000', '130935.804000', '130935.807000', '130935.810000', '130935.813000', '130935.816000', '130935.819000', '130935.822000', '130935.832000', '130935.835000', '130935.838000', '130935.841000', '130935.844000', '130955.671000', '130955.674000', '130955.677000', '130955.680000', '130955.683000', '130955.686000', '130955.689000', '130955.691000', '130955.694000', '130955.697000', '130955.700000', '130955.703000', '130955.706000', '130955.709000', '130955.712000', '130955.715000', '130955.718000', '130955.721000', '130955.724000', '130955.727000', '130955.730000', '130955.733000', '130955.735000', '130955.738000', '130955.741000', '130955.744000', '130955.747000', '130955.750000', '130955.756000', '130955.759000', '130955.762000', '130955.764000', '130955.768000', '130955.770000', '130955.773000', '130955.776000', '130955.779000', '130955.782000', '130955.785000', '130955.788000', '130955.791000', '130955.794000', '130955.797000', '130955.800000', '131015.671000', '131015.674000', '131015.677000', '131015.680000', '131015.683000', '131015.686000', '131015.689000', '131015.692000', '131015.695000', '131015.698000', '131015.701000', '131015.703000', '131015.707000', '131015.710000', '131015.713000', '131015.716000', '131015.719000', '131015.722000', '131015.725000', '131015.728000', '131015.731000', '131015.734000', '131015.737000', '131015.740000', '131015.743000', '131015.746000', '131015.749000', '131015.751000', '131015.755000', '131015.757000', '131015.760000', '131015.763000', '131015.766000', '131015.803000', '131015.806000', '131015.808000', '131015.811000', '131015.814000', '131015.817000', '131015.825000', '131015.828000', '131015.831000', '131015.834000', '131035.671000', '131035.674000', '131035.677000', '131035.680000', '131035.683000', '131035.686000', '131035.689000', '131035.692000', '131035.695000', '131035.698000', '131035.700000', '131035.704000', '131035.707000', '131035.709000', '131035.712000', '131035.715000', '131035.718000', '131035.721000', '131035.724000', '131035.727000', '131035.730000', '131035.733000', '131035.736000', '131035.739000', '131035.742000', '131035.745000', '131035.748000', '131035.751000', '131035.759000', '131035.762000', '131035.765000', '131035.768000', '131035.771000', '131035.774000', '131035.777000', '131035.780000', '131035.783000', '131035.786000', '131035.789000', '131035.792000', '131035.795000', '131035.797000', '131035.800000', '131035.803000', '131055.671000', '131055.674000', '131055.677000', '131055.680000', '131055.683000', '131055.686000', '131055.689000', '131055.692000', '131055.695000', '131055.698000', '131055.701000', '131055.703000', '131055.706000', '131055.709000', '131055.712000', '131055.715000', '131055.718000', '131055.721000', '131055.724000', '131055.727000', '131055.730000', '131055.733000', '131055.736000', '131055.739000', '131055.753000', '131055.774000', '131055.787000', '131055.790000', '131055.793000', '131055.795000', '131055.798000', '131055.801000', '131055.804000', '131055.807000', '131055.810000', '131055.813000', '131055.816000', '131055.819000', '131055.822000', '131055.825000', '131055.828000', '131055.831000', '131055.833000', '131115.671000', '131115.674000', '131115.677000', '131115.680000', '131115.683000', '131115.686000', '131115.689000', '131115.692000', '131115.695000', '131115.698000', '131115.701000', '131115.704000', '131115.707000', '131115.709000', '131115.712000', '131115.715000', '131115.718000', '131115.721000', '131115.724000', '131115.727000', '131115.730000', '131115.733000', '131115.736000', '131115.739000', '131115.742000', '131115.745000', '131115.748000', '131115.751000', '131115.754000', '131115.756000', '131115.759000', '131115.762000', '131115.765000', '131115.768000', '131115.830000', '131115.833000', '131115.836000', '131115.839000', '131115.842000', '131115.845000', '131115.848000', '131115.851000', '131115.854000', '131115.857000', '131135.671000', '131135.674000', '131135.677000', '131135.680000', '131135.683000', '131135.686000', '131135.690000', '131135.693000', '131135.696000', '131135.699000', '131135.702000', '131135.705000', '131135.708000', '131135.711000', '131135.714000', '131135.717000', '131135.720000', '131135.723000', '131135.726000', '131135.729000', '131135.732000', '131135.735000', '131135.738000', '131135.741000', '131135.744000', '131135.747000', '131135.750000', '131135.752000', '131135.755000', '131135.758000', '131135.761000', '131135.764000', '131135.768000', '131135.819000', '131135.822000', '131135.825000', '131135.828000', '131135.831000', '131135.834000', '131135.837000', '131135.840000', '131135.842000', '131135.846000', '131155.670000', '131155.673000', '131155.676000', '131155.679000', '131155.682000', '131155.685000', '131155.688000', '131155.691000', '131155.694000', '131155.697000', '131155.700000', '131155.703000', '131155.706000', '131155.709000', '131155.712000', '131155.715000', '131155.717000', '131155.720000', '131155.723000', '131155.726000', '131155.729000', '131155.732000', '131155.735000', '131155.738000', '131155.741000', '131155.744000', '131155.747000', '131155.750000', '131155.753000', '131155.756000', '131155.759000', '131155.762000', '131155.765000', '131155.768000', '131155.804000', '131155.807000', '131155.809000', '131155.813000', '131155.816000', '131155.818000', '131155.821000', '131155.824000', '131155.835000', '131155.837000', '131215.671000', '131215.674000', '131215.677000', '131215.680000', '131215.683000', '131215.686000', '131215.689000', '131215.692000', '131215.695000', '131215.698000', '131215.701000', '131215.704000', '131215.707000', '131215.710000', '131215.712000', '131215.716000', '131215.718000', '131215.721000', '131215.724000', '131215.727000', '131215.730000', '131215.733000', '131215.736000', '131215.739000', '131215.742000', '131215.745000', '131215.748000', '131215.751000', '131215.754000', '131215.757000', '131215.759000', '131215.762000', '131215.765000', '131215.768000', '131215.809000', '131215.812000', '131215.815000', '131215.818000', '131215.821000', '131215.824000', '131215.827000', '131215.830000', '131215.833000', '131235.671000', '131235.674000', '131235.677000', '131235.680000', '131235.683000', '131235.686000', '131235.689000', '131235.702000', '131235.705000', '131235.708000', '131235.711000', '131235.714000', '131235.717000', '131235.720000', '131235.723000', '131235.725000', '131235.729000', '131235.731000', '131235.734000', '131235.737000', '131235.740000', '131235.743000', '131235.746000', '131235.749000', '131235.752000', '131235.755000', '131235.758000', '131235.761000', '131235.764000', '131235.767000', '131235.826000', '131235.829000', '131235.832000', '131235.835000', '131235.838000', '131235.841000', '131235.844000', '131235.847000', '131235.850000', '131235.853000', '131235.856000', '131235.859000', '131235.862000', '131235.865000', '131255.671000', '131255.674000', '131255.677000', '131255.680000', '131255.683000', '131255.686000', '131255.689000', '131255.692000', '131255.695000', '131255.698000', '131255.701000', '131255.704000', '131255.707000', '131255.710000', '131255.713000', '131255.716000', '131255.718000', '131255.721000', '131255.724000', '131255.729000', '131255.732000', '131255.735000', '131255.738000', '131255.741000', '131255.744000', '131255.747000', '131255.750000', '131255.752000', '131255.755000', '131255.758000', '131255.761000', '131255.764000', '131255.767000', '131255.837000', '131255.840000', '131255.843000', '131255.846000', '131255.849000', '131255.852000', '131255.855000', '131255.858000', '131255.861000', '131255.864000', '131315.671000', '131315.674000', '131315.677000', '131315.685000', '131315.688000', '131315.691000', '131315.695000', '131315.698000', '131315.701000', '131315.704000', '131315.707000', '131315.710000', '131315.713000', '131315.719000', '131315.722000', '131315.725000', '131315.728000', '131315.731000', '131315.734000', '131315.737000', '131315.740000', '131315.743000', '131315.746000', '131315.749000', '131315.752000', '131315.755000', '131315.758000', '131315.761000', '131315.764000', '131315.766000', '131315.788000', '131315.791000', '131315.794000', '131315.797000', '131315.800000', '131315.803000', '131315.806000', '131315.809000', '131315.812000', '131315.815000', '131315.818000', '131315.821000', '131315.824000', '131315.827000', '131335.671000', '131335.674000', '131335.677000', '131335.680000', '131335.683000', '131335.686000', '131335.689000', '131335.692000', '131335.695000', '131335.698000', '131335.701000', '131335.704000', '131335.707000', '131335.710000', '131335.713000', '131335.716000', '131335.719000', '131335.722000', '131335.725000', '131335.728000', '131335.731000', '131335.734000', '131335.737000', '131335.740000', '131335.742000', '131335.745000', '131335.748000', '131335.751000', '131335.754000', '131335.757000', '131335.760000', '131335.763000', '131335.766000', '131335.834000', '131335.836000', '131335.840000', '131335.842000', '131335.845000', '131335.848000', '131335.880000', '131335.883000', '131335.886000', '131335.889000', '131355.671000', '131355.674000', '131355.677000', '131355.680000', '131355.683000', '131355.686000', '131355.689000', '131355.692000', '131355.695000', '131355.698000', '131355.701000', '131355.704000', '131355.706000', '131355.709000', '131355.712000', '131355.715000', '131355.718000', '131355.721000', '131355.724000', '131355.727000', '131355.730000', '131355.733000', '131355.736000', '131355.739000', '131355.742000', '131355.745000', '131355.748000', '131355.751000', '131355.754000', '131355.756000', '131355.759000', '131355.762000', '131355.779000', '131355.824000', '131355.828000', '131355.830000', '131355.833000', '131355.836000', '131355.839000', '131355.842000', '131355.845000', '131355.848000', '131355.851000', '131355.854000', '131415.670000', '131415.673000', '131415.676000', '131415.679000', '131415.682000', '131415.685000', '131415.688000', '131415.691000', '131415.694000', '131415.697000', '131415.700000', '131415.703000', '131415.706000', '131415.709000', '131415.712000', '131415.714000', '131415.718000', '131415.721000', '131415.723000', '131415.726000', '131415.729000', '131415.732000', '131415.735000', '131415.738000', '131415.741000', '131415.744000', '131415.747000', '131415.750000', '131415.753000', '131415.756000', '131415.759000', '131415.762000', '131415.766000', '131415.827000', '131415.830000', '131415.833000', '131415.836000', '131415.839000', '131415.842000', '131415.845000', '131415.857000', '131415.860000', '131415.867000', '131435.671000', '131435.679000', '131435.682000', '131435.689000', '131435.692000', '131435.695000', '131435.698000', '131435.700000', '131435.703000', '131435.706000', '131435.709000', '131435.714000', '131435.717000', '131435.720000', '131435.723000', '131435.726000', '131435.729000', '131435.732000', '131435.735000', '131435.738000', '131435.740000', '131435.744000', '131435.746000', '131435.749000', '131435.752000', '131435.755000', '131435.758000', '131435.761000', '131435.764000', '131435.767000', '131435.833000', '131435.836000', '131435.839000', '131435.842000', '131435.845000', '131435.848000', '131435.851000', '131435.854000', '131435.857000', '131435.860000', '131435.863000', '131435.866000', '131435.869000', '131435.872000', '131455.671000', '131455.674000', '131455.677000', '131455.680000', '131455.683000', '131455.686000', '131455.689000', '131455.692000', '131455.695000', '131455.698000', '131455.700000', '131455.704000', '131455.706000', '131455.709000', '131455.712000', '131455.715000', '131455.718000', '131455.721000', '131455.724000', '131455.727000', '131455.730000', '131455.733000', '131455.736000', '131455.739000', '131455.742000', '131455.745000', '131455.747000', '131455.750000', '131455.753000', '131455.756000', '131455.759000', '131455.762000', '131455.765000', '131455.768000', '131455.845000', '131455.849000', '131455.852000', '131455.855000', '131455.858000', '131455.861000', '131455.864000', '131455.867000', '131455.869000', '131515.671000', '131515.674000', '131515.677000', '131515.680000', '131515.683000', '131515.686000', '131515.689000', '131515.692000', '131515.695000', '131515.698000', '131515.701000', '131515.709000', '131515.712000', '131515.715000', '131515.718000', '131515.721000', '131515.724000', '131515.727000', '131515.730000', '131515.732000', '131515.735000', '131515.738000', '131515.741000', '131515.744000', '131515.747000', '131515.750000', '131515.753000', '131515.756000', '131515.759000', '131515.762000', '131515.765000', '131515.768000', '131515.848000', '131515.851000', '131515.854000', '131515.857000', '131515.860000', '131515.863000', '131515.866000', '131515.869000', '131515.872000', '131515.875000', '131515.889000', '131515.892000', '131535.671000', '131535.674000', '131535.677000', '131535.680000', '131535.683000', '131535.686000', '131535.689000', '131535.692000', '131535.695000', '131535.698000', '131535.701000', '131535.704000', '131535.707000', '131535.709000', '131535.712000', '131535.715000', '131535.718000', '131535.721000', '131535.724000', '131535.727000', '131535.730000', '131535.733000', '131535.736000', '131535.739000', '131535.742000', '131535.745000', '131535.748000', '131535.751000', '131535.754000', '131535.756000', '131535.760000', '131535.762000', '131535.765000', '131535.768000', '131535.771000', '131535.774000', '131535.777000', '131535.780000', '131535.783000', '131535.786000', '131535.800000', '131535.804000', '131535.807000', '131555.671000', '131555.674000', '131555.677000', '131555.680000', '131555.683000', '131555.686000', '131555.689000', '131555.692000', '131555.695000', '131555.698000', '131555.701000', '131555.704000', '131555.707000', '131555.709000', '131555.712000', '131555.715000', '131555.718000', '131555.721000', '131555.724000', '131555.727000', '131555.730000', '131555.733000', '131555.736000', '131555.739000', '131555.742000', '131555.745000', '131555.748000', '131555.751000', '131555.754000', '131555.757000', '131555.760000', '131555.763000', '131555.766000', '131555.769000', '131555.844000', '131555.847000', '131555.850000', '131555.853000', '131555.856000', '131555.859000', '131555.862000', '131555.865000', '131555.868000', '131555.871000', '131615.671000', '131615.674000', '131615.677000', '131615.680000', '131615.683000', '131615.686000', '131615.689000', '131615.692000', '131615.695000', '131615.698000', '131615.701000', '131615.704000', '131615.707000', '131615.710000', '131615.713000', '131615.716000', '131615.719000', '131615.722000', '131615.725000', '131615.728000', '131615.730000', '131615.734000', '131615.736000', '131615.739000', '131615.742000', '131615.745000', '131615.748000', '131615.751000', '131615.754000', '131615.757000', '131615.760000', '131615.763000', '131615.766000', '131615.840000', '131615.843000', '131615.845000', '131615.848000', '131615.851000', '131615.854000', '131615.857000', '131615.860000', '131615.864000', '131615.866000', '131635.670000', '131635.673000', '131635.676000', '131635.679000', '131635.682000', '131635.687000', '131635.690000', '131635.693000', '131635.696000', '131635.698000', '131635.702000', '131635.704000', '131635.707000', '131635.710000', '131635.714000', '131635.717000', '131635.719000', '131635.722000', '131635.725000', '131635.728000', '131635.731000', '131635.734000', '131635.737000', '131635.740000', '131635.743000', '131635.746000', '131635.749000', '131635.752000', '131635.755000', '131635.758000', '131635.761000', '131635.764000', '131635.767000', '131635.854000', '131635.857000', '131635.860000', '131635.863000', '131635.866000', '131635.869000', '131635.880000', '131635.883000', '131635.886000', '131635.889000', '131655.671000', '131655.674000', '131655.677000', '131655.680000', '131655.683000', '131655.686000', '131655.689000', '131655.692000', '131655.695000', '131655.698000', '131655.701000', '131655.704000', '131655.706000', '131655.710000', '131655.712000', '131655.715000', '131655.718000', '131655.721000', '131655.724000', '131655.727000', '131655.730000', '131655.733000', '131655.736000', '131655.739000', '131655.742000', '131655.745000', '131655.748000', '131655.751000', '131655.754000', '131655.757000', '131655.760000', '131655.763000', '131655.765000', '131655.834000', '131655.836000', '131655.839000', '131655.843000', '131655.846000', '131655.849000', '131655.852000', '131655.855000', '131655.858000', '131655.861000', '131655.864000', '131715.671000', '131715.674000', '131715.677000', '131715.680000', '131715.684000', '131715.688000', '131715.691000', '131715.698000', '131715.701000', '131715.704000', '131715.707000', '131715.710000', '131715.713000', '131715.716000', '131715.719000', '131715.722000', '131715.724000', '131715.728000', '131715.730000', '131715.733000', '131715.736000', '131715.739000', '131715.742000', '131715.745000', '131715.748000', '131715.751000', '131715.754000', '131715.757000', '131715.760000', '131715.763000', '131715.766000', '131715.769000', '131715.850000', '131715.853000', '131715.856000', '131715.859000', '131715.862000', '131715.865000', '131715.868000', '131715.871000', '131715.874000', '131715.877000', '131715.880000', '131735.671000', '131735.674000', '131735.677000', '131735.680000', '131735.683000', '131735.686000', '131735.689000', '131735.692000', '131735.695000', '131735.698000', '131735.701000', '131735.704000', '131735.707000', '131735.710000', '131735.713000', '131735.716000', '131735.719000', '131735.722000', '131735.725000', '131735.728000', '131735.731000', '131735.733000', '131735.736000', '131735.739000', '131735.742000', '131735.745000', '131735.748000', '131735.751000', '131735.754000', '131735.757000', '131735.760000', '131735.763000', '131735.766000', '131735.813000', '131735.816000', '131735.819000', '131735.822000', '131735.825000', '131735.828000', '131735.831000', '131735.834000', '131735.837000', '131735.840000', '131735.843000', '131755.671000', '131755.674000', '131755.677000', '131755.680000', '131755.683000', '131755.686000', '131755.689000', '131755.692000', '131755.695000', '131755.698000', '131755.701000', '131755.704000', '131755.707000', '131755.710000', '131755.714000', '131755.717000', '131755.720000', '131755.723000', '131755.726000', '131755.729000', '131755.732000', '131755.735000', '131755.738000', '131755.741000', '131755.744000', '131755.746000', '131755.749000', '131755.752000', '131755.755000', '131755.758000', '131755.761000', '131755.764000', '131755.767000', '131755.791000', '131755.794000', '131755.809000', '131755.812000', '131755.815000', '131755.818000', '131755.821000', '131755.824000', '131755.827000', '131755.830000', '131815.671000', '131815.674000', '131815.677000', '131815.680000', '131815.683000', '131815.686000', '131815.689000', '131815.699000', '131815.702000', '131815.705000', '131815.708000', '131815.711000', '131815.714000', '131815.717000', '131815.720000', '131815.723000', '131815.726000', '131815.729000', '131815.731000', '131815.735000', '131815.737000', '131815.740000', '131815.743000', '131815.746000', '131815.749000', '131815.752000', '131815.755000', '131815.758000', '131815.761000', '131815.764000', '131815.767000', '131815.855000', '131815.858000', '131815.861000', '131815.864000', '131815.867000', '131815.870000', '131815.873000', '131815.876000', '131815.880000', '131815.883000', '131815.886000', '131815.889000', '131815.892000', '131821.070000', '131821.073000', '131821.076000', '131821.080000', '131821.083000', '131821.086000', '131821.089000', '131821.092000', '131821.095000', '131821.098000', '131821.101000', '131821.104000'], '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': [16659, 12405, 10868, 11355, 7867, 13487, 9167, 7473, 12771, 8723, 11929, 11182, 7852, 12969, 8762, 15448, 10169, 11242, 11360, 7720, 12721, 8032, 14048, 10193, 8851, 12933, 7945, 15439, 8612, 7140, 11219, 7844, 13937, 10942, 8448, 9947, 7773, 12996, 8484, 15812, 11759, 8560, 12894, 7796, 10809, 10215, 8329, 13739, 10605, 11777, 10648, 7910, 13440, 8848, 15909, 10665, 16442, 13567, 9351, 11873, 8044, 13930, 9417, 9642, 10329, 7879, 13591, 8423, 11172, 9884, 8015, 11706, 7630, 15536, 10366, 8056, 10929, 8004, 13369, 9865, 7588, 11331, 8399, 13056, 9084, 13226, 11544, 8446, 15316, 8446, 15191, 9938, 12023, 11171, 8377, 15014, 9717, 15136, 9970, 7923, 11729, 8196, 14661, 11339, 9454, 15301, 9956, 8001, 9528, 8026, 13897, 10242, 13382, 10952, 13732, 11371, 11621, 11481, 11911, 15173, 11062, 15550, 10205, 14271, 9266, 14342, 8272, 14182, 9009, 9820, 9797, 7735, 13076, 8017, 9253, 10653, 7912, 10960, 7992, 15345, 9751, 8789, 12240, 7672, 12864, 8376, 8479, 11425, 7948, 13615, 8862, 7498, 10369, 7771, 13309, 9691, 7866, 12579, 7612, 13627, 10778, 7858, 12571, 8681, 16218, 11771, 8097, 13323, 7780, 15105, 10851, 8172, 13061, 8554, 16557, 12023, 7873, 12574, 8106, 10220, 10931, 7963, 14310, 11221, 8827, 10389, 7906, 13546, 9343, 10895, 12127, 7768, 15618, 10217, 7675, 12575, 8028, 15210, 11340, 13673, 11549, 7714, 12777, 9341, 7510, 11734, 7730, 15189, 11819, 8523, 12311, 8085, 13921, 10011, 8824, 13470, 8283, 10957, 11308, 7830, 13937, 10949, 8042, 13091, 7638, 8514, 11007, 7446, 15209, 12233, 7713, 13795, 10850, 8112, 13519, 9156, 16421, 12489, 8262, 13747, 9257, 7857, 12905, 8410, 14606, 11480, 8488, 14542, 10409, 8643, 11196, 7918, 15103, 10663, 15141, 12273, 8598, 14321, 8328, 7912, 11496, 7916, 11200, 11678, 7589, 14161, 10541, 7846, 13109, 8088, 15836, 11491, 12506, 11916, 7496, 14058, 10398, 7669, 12733, 9373, 10063, 11344, 7402, 13777, 10295, 7837, 13723, 10377, 7439, 12133, 7667, 12039, 11490, 7739, 13204, 10677, 7549, 13845, 10014, 8199, 13211, 10328, 11261, 12363, 7504, 14926, 11037, 7915, 13246, 7630, 15844, 12146, 7959, 13636, 8567, 7903, 12434, 8086, 13001, 11866, 7901, 15886, 10684, 7682, 12947, 9587, 14288, 12963, 8482, 12361, 9758, 7847, 13629, 9774, 9242, 13540, 7926, 14507, 9971, 7671, 12945, 7654, 15966, 11863, 8015, 13223, 7754, 9724, 11191, 7913, 13531, 8692, 16223, 11682, 7875, 11886, 7754, 7921, 12041, 8539, 7531, 11131, 7423, 13832, 10486, 8054, 14346, 10593, 7762, 12156, 7619, 15608, 11228, 14553, 12582, 9595, 14901, 8983, 7848, 12801, 8744, 13672, 11527, 8017, 13644, 10406, 7537, 13207, 9264, 14141, 11360, 7829, 12666, 8773, 7924, 13648, 9684, 10841, 9675, 8355, 15558, 11000, 9197, 15444, 12484, 8193, 10916, 8177, 13354, 11008, 8585, 15844, 10446, 8144, 12203, 9752, 8232, 13819, 10696, 7930, 11884, 8733, 9130, 11487, 8845, 11851, 12044, 9715, 8272, 14505, 11008, 9180, 8670, 13753, 11287, 8922, 14849, 10770, 8653, 13527, 10423, 8427, 12931, 9299, 12353, 12193, 8332, 8292, 12031, 8254, 15219, 10670, 8873, 14031, 10370, 8558, 12465, 9501, 8959, 12234, 9407, 10814, 11876, 8837, 7896, 12879, 9422, 12534, 12497, 9751, 9310, 11857, 8866, 9716, 13492, 10640, 8536, 12433, 9070, 7791, 13668, 10696, 8071, 13132, 11893, 8831, 9003, 11559, 7831, 16335, 12247, 8617, 15360, 9214, 7907, 11998, 7917, 12296, 11589, 7566, 7795, 9446, 7418, 13604, 10758, 8068, 13215, 11548, 8048, 13838, 9969, 13950, 12710, 9638, 15530, 10323, 7829, 12598, 8168, 15892, 11857, 8098, 11975, 8172, 15524, 10759, 8153, 14437, 10082, 8307, 10976, 8053, 15064, 10606, 8127, 14106, 9696, 12713, 11410, 8069, 12984, 9125, 12392, 11639, 7868, 13677, 10347, 7681, 11791, 7825, 15555, 10997, 8833, 12138, 7696, 13589, 9449, 7403, 11252, 7889, 14238, 10452, 12844, 11053, 7680, 13527, 9777, 7590, 11628, 8213, 12963, 8665, 15155, 10469, 7708, 11169, 8141, 12748, 10340, 8060, 12446, 7702, 13696, 9604, 9905, 12142, 7825, 14543, 9378, 7792, 12594, 8579, 12502, 11043, 7662, 12487, 9807, 7803, 13505, 10608, 9398, 10928, 8040, 14852, 11166, 8188, 14928, 10554, 7620, 12818, 8088, 16268, 11481, 8838, 14572, 9154, 8276, 10427, 8090, 13746, 9537, 8739, 13203, 9027, 9838, 11115, 8319, 13728, 9156, 16599, 12532, 7987, 12781, 7949, 13210, 10101, 7682, 13871, 10044, 7862, 10338, 8160, 13746, 9392, 16483, 11675, 7947, 11636, 7903, 10468, 10088, 7985, 14451, 9617, 7740, 11121, 7987, 13410, 10979, 7937, 14819, 9844, 7785, 14180, 8907, 13736, 8552, 16588, 11552, 7820, 11859, 8224, 10278, 9842, 7978, 13594, 10378, 7580, 11287, 8301, 14985, 10542, 13839, 12264, 9184, 13712, 8691, 10167, 11833, 7842, 13070, 10193, 8124, 13026, 9369, 7656, 13076, 10166, 7485, 12449, 8290, 7679, 12337, 8869, 11831, 12451, 8315, 11776, 10958, 8245, 14883, 11358, 8162, 13169, 8316, 12530, 11244, 8334, 13296, 12013, 8477, 13375, 11399, 8178, 16265, 11844, 8509, 13659, 10186, 8340, 13522, 10118, 7942, 15537, 9710, 7791, 11526, 8116, 15546, 10773, 7777, 14844, 9712, 7770, 11038, 7677, 14927, 10238, 7659, 11606, 8599, 7816, 13081, 9498, 8042, 7340, 11164, 10481, 8301, 13778, 10511, 8076, 15730, 12600, 8034, 13052, 9527, 11229, 11709, 8326, 15063, 11739, 8095, 12057, 11286, 8259, 14668, 11123, 7828, 13203, 8661, 10544, 11655, 8154, 15387, 11189, 9534, 11974, 7878, 14498, 10400, 7733, 12794, 8996, 11523, 10436, 8122, 14091, 9976, 7886, 15076, 10683, 7797, 12268, 8303, 15574, 11823, 8208, 14931, 9676, 8058, 10245, 7854, 14815, 11052, 8132, 13202, 9411, 7977, 12034, 8601, 9269, 12278, 7779, 7844, 10509, 7914, 15216, 11311, 8125, 14724, 9066, 7568, 11984, 8176, 16069, 12549, 8340, 14669, 8692, 9276, 11266, 8459, 15199, 11273, 8757, 16635, 12535, 8052, 7649, 9204, 8163, 13292, 8296, 14940, 9458, 13932, 12528, 8870, 15363, 9585, 15575, 10139, 16722, 14880, 15497, 13001, 8453, 13186, 8888, 9796, 10860, 8265, 12104, 9130, 7675, 10885, 7869, 16455, 11016, 8321, 12276, 9800, 7644, 11878, 8202, 16074, 10845, 7801, 13605, 8258, 7585, 11095, 8732, 10796, 12666, 8289, 16351, 12374, 8951, 11296, 11492, 8425, 15272, 12135, 9195, 13823, 10921, 10404, 12323, 8143, 14779, 10954, 8855, 13356, 8471, 15358, 12099, 8632, 13295, 10344, 7790, 12211, 9533, 10608, 11018, 8367, 10208, 10079, 8207, 14867, 12015, 9314, 15283, 11566, 8621, 12644, 10782, 8058, 14191, 11540, 8629, 14488, 10431, 8394, 9756, 11843, 9566, 7974, 14027, 11631, 9516, 7587, 13202, 9489, 14325, 13003, 10317, 11980, 10514, 8165, 15434, 11735, 8515, 15598, 11195, 8080, 10619, 10535, 8318, 14074, 10068, 8852, 12915, 9359, 10400, 12062, 9037, 7572, 11579, 8399, 15959, 12465, 9039, 15862, 10589, 7946, 12844, 9880, 10160, 12352, 8743, 15162, 11079, 7558, 11074, 8895, 8551, 11016, 8068, 13741, 9736, 7994, 11346, 7833, 9117, 10765, 8148, 13495, 9201, 14896, 11865, 8284, 14244, 10798, 8204, 12571, 9006, 15602, 10337, 7787, 13772, 8810, 8383, 11202, 8026, 13426, 9528, 9043, 11656, 8132, 10580, 11666, 8021, 13306, 9326, 15525, 11558, 8444, 14358, 9193, 8306, 10562, 8003, 14985, 10336, 8249, 13456, 8522, 7739, 10670, 7929, 14935, 11658, 8166, 13600, 10433, 7649, 13213, 9820, 7742, 11403, 8001, 15394, 10871, 8603, 15038, 12387, 8057, 13256, 10509, 8064, 13425, 10452, 8853, 14602, 9429, 8112, 11644, 8339, 15940, 11927, 8665, 15129, 9303, 7748, 11543, 8575, 7861, 11392, 9334, 7334, 10400, 8090, 15294, 10879, 10578, 13755, 9298, 16149, 10069, 7660, 12533, 8175, 16880, 12446, 8536, 13819, 11558, 8316, 13448, 9994, 7973, 11069, 8395, 10647, 11615, 8084, 8564, 11515, 8292, 15534, 11252, 10533, 12318, 8181, 11885, 10857, 8215, 14540, 10636, 8488, 11444, 8080, 14704, 10860, 7991, 13373, 10051, 7588, 11066, 8014, 15115, 10523, 8120, 13033, 8806, 14190, 11368, 7875, 12793, 8951, 15007, 10879, 8261, 12451, 8939, 7679, 10958, 8597, 7272, 10980, 8210, 9823, 10943, 8776, 15776, 12548, 8350, 13507, 10207, 10438, 13743, 9388, 15909, 10956, 7953, 12993, 8296, 15641, 12057, 8366, 14055, 9205, 7807, 11166, 8192, 13452, 9825, 8235, 11239, 8122, 13497, 10801, 8024, 13211, 9411, 11219, 11276, 8354, 13916, 10586, 8131, 14574, 10744, 8059, 12428, 10158, 7786, 12467, 9829, 7882, 11894, 9826, 8073, 12989, 8564, 15681, 11747, 7946, 11981, 8351, 15780, 11150, 9169, 12604, 9033, 14511, 9938, 7940, 11254, 8251, 14752, 10738, 7975, 11609, 8939, 13201, 10405, 7866, 12307, 8768, 7969, 10352, 8199, 13968, 9952, 10652, 12140, 9161, 14970, 11013, 8087, 13088, 8689, 16150, 12991, 8369, 13369, 10365, 7874, 12914, 9532, 9381, 12170, 8340, 14754, 10601, 12557, 12491, 8807, 12075, 8979, 15532, 10626, 7846, 11538, 9009, 7483, 10849, 8462, 9117, 11059, 8169, 13365, 8846, 16284, 13222, 8776, 12776, 10004, 9236, 11502, 8786, 15981, 10874, 7954, 12507], 'WindowCenter': [4303.0, 4257.0, 4232.0, 4217.0, 4185.0, 4225.0, 4195.0, 4176.0, 4226.0, 4186.0, 4215.0, 4215.0, 4174.0, 4225.0, 4185.0, 4235.0, 4205.0, 4203.0, 4214.0, 4163.0, 4213.0, 4173.0, 4223.0, 4204.0, 4183.0, 4212.0, 4172.0, 4223.0, 4182.0, 4151.0, 4202.0, 4174.0, 4223.0, 4203.0, 4173.0, 4192.0, 4172.0, 4223.0, 4183.0, 4235.0, 4213.0, 4170.0, 4212.0, 4163.0, 4202.0, 4192.0, 4184.0, 4224.0, 4204.0, 4213.0, 4203.0, 4172.0, 4223.0, 4183.0, 4233.0, 4193.0, 4223.0, 4212.0, 4169.0, 4201.0, 4159.0, 4209.0, 4180.0, 4178.0, 4180.0, 4160.0, 4223.0, 4172.0, 4202.0, 4192.0, 4170.0, 4202.0, 4163.0, 4235.0, 4193.0, 4186.0, 4217.0, 4174.0, 4222.0, 4194.0, 4161.0, 4202.0, 4173.0, 4212.0, 4183.0, 4223.0, 4205.0, 4172.0, 4223.0, 4161.0, 4211.0, 4181.0, 4200.0, 4191.0, 4159.0, 4211.0, 4179.0, 4208.0, 4178.0, 4158.0, 4199.0, 4170.0, 4209.0, 4201.0, 4194.0, 4234.0, 4192.0, 4171.0, 4191.0, 4172.0, 4222.0, 4193.0, 4211.0, 4203.0, 4213.0, 4202.0, 4201.0, 4200.0, 4188.0, 4208.0, 4175.0, 4206.0, 4162.0, 4185.0, 4151.0, 4182.0, 4141.0, 4182.0, 4151.0, 4162.0, 4162.0, 4143.0, 4193.0, 4143.0, 4165.0, 4175.0, 4156.0, 4186.0, 4158.0, 4219.0, 4180.0, 4168.0, 4199.0, 4158.0, 4199.0, 4169.0, 4158.0, 4199.0, 4160.0, 4211.0, 4182.0, 4161.0, 4192.0, 4172.0, 4224.0, 4195.0, 4173.0, 4213.0, 4173.0, 4223.0, 4202.0, 4173.0, 4214.0, 4185.0, 4236.0, 4215.0, 4172.0, 4222.0, 4162.0, 4222.0, 4201.0, 4171.0, 4212.0, 4183.0, 4232.0, 4212.0, 4160.0, 4212.0, 4172.0, 4191.0, 4202.0, 4173.0, 4223.0, 4203.0, 4182.0, 4192.0, 4172.0, 4212.0, 4183.0, 4203.0, 4213.0, 4161.0, 4223.0, 4191.0, 4160.0, 4212.0, 4161.0, 4222.0, 4203.0, 4211.0, 4202.0, 4160.0, 4211.0, 4181.0, 4161.0, 4213.0, 4174.0, 4224.0, 4214.0, 4172.0, 4212.0, 4161.0, 4222.0, 4193.0, 4183.0, 4223.0, 4172.0, 4202.0, 4202.0, 4172.0, 4224.0, 4215.0, 4173.0, 4224.0, 4173.0, 4183.0, 4214.0, 4175.0, 4235.0, 4214.0, 4174.0, 4225.0, 4215.0, 4174.0, 4224.0, 4195.0, 4235.0, 4215.0, 4172.0, 4212.0, 4180.0, 4161.0, 4212.0, 4172.0, 4223.0, 4203.0, 4171.0, 4223.0, 4192.0, 4169.0, 4199.0, 4170.0, 4221.0, 4191.0, 4221.0, 4201.0, 4169.0, 4210.0, 4159.0, 4158.0, 4200.0, 4172.0, 4202.0, 4203.0, 4162.0, 4223.0, 4202.0, 4171.0, 4213.0, 4172.0, 4233.0, 4202.0, 4200.0, 4202.0, 4149.0, 4210.0, 4192.0, 4188.0, 4223.0, 4193.0, 4192.0, 4201.0, 4161.0, 4222.0, 4192.0, 4173.0, 4223.0, 4205.0, 4163.0, 4212.0, 4172.0, 4214.0, 4214.0, 4173.0, 4223.0, 4202.0, 4172.0, 4223.0, 4193.0, 4183.0, 4223.0, 4203.0, 4202.0, 4211.0, 4161.0, 4221.0, 4202.0, 4170.0, 4211.0, 4161.0, 4221.0, 4200.0, 4158.0, 4209.0, 4169.0, 4158.0, 4199.0, 4171.0, 4211.0, 4201.0, 4160.0, 4221.0, 4190.0, 4159.0, 4210.0, 4192.0, 4221.0, 4210.0, 4170.0, 4199.0, 4178.0, 4160.0, 4210.0, 4192.0, 4180.0, 4210.0, 4160.0, 4220.0, 4190.0, 4159.0, 4210.0, 4161.0, 4221.0, 4201.0, 4158.0, 4209.0, 4158.0, 4177.0, 4199.0, 4158.0, 4209.0, 4172.0, 4221.0, 4200.0, 4159.0, 4200.0, 4160.0, 4171.0, 4212.0, 4183.0, 4172.0, 4213.0, 4163.0, 4225.0, 4216.0, 4184.0, 4235.0, 4205.0, 4173.0, 4214.0, 4173.0, 4234.0, 4204.0, 4223.0, 4213.0, 4182.0, 4223.0, 4169.0, 4159.0, 4210.0, 4171.0, 4210.0, 4200.0, 4159.0, 4210.0, 4190.0, 4160.0, 4211.0, 4181.0, 4211.0, 4200.0, 4159.0, 4209.0, 4170.0, 4159.0, 4222.0, 4193.0, 4201.0, 4182.0, 4173.0, 4233.0, 4215.0, 4193.0, 4233.0, 4212.0, 4170.0, 4201.0, 4173.0, 4222.0, 4203.0, 4183.0, 4233.0, 4192.0, 4171.0, 4212.0, 4192.0, 4171.0, 4223.0, 4191.0, 4170.0, 4201.0, 4171.0, 4181.0, 4202.0, 4184.0, 4213.0, 4213.0, 4193.0, 4183.0, 4234.0, 4213.0, 4196.0, 4184.0, 4236.0, 4215.0, 4183.0, 4235.0, 4203.0, 4183.0, 4223.0, 4203.0, 4173.0, 4213.0, 4194.0, 4213.0, 4212.0, 4172.0, 4183.0, 4213.0, 4182.0, 4234.0, 4203.0, 4182.0, 4224.0, 4203.0, 4183.0, 4212.0, 4194.0, 4184.0, 4213.0, 4193.0, 4204.0, 4212.0, 4181.0, 4172.0, 4224.0, 4194.0, 4225.0, 4214.0, 4194.0, 4192.0, 4213.0, 4183.0, 4194.0, 4224.0, 4203.0, 4183.0, 4213.0, 4182.0, 4161.0, 4222.0, 4203.0, 4174.0, 4224.0, 4213.0, 4183.0, 4182.0, 4202.0, 4172.0, 4233.0, 4203.0, 4171.0, 4222.0, 4180.0, 4160.0, 4200.0, 4173.0, 4210.0, 4202.0, 4160.0, 4160.0, 4191.0, 4173.0, 4236.0, 4216.0, 4184.0, 4224.0, 4214.0, 4174.0, 4224.0, 4206.0, 4225.0, 4214.0, 4192.0, 4232.0, 4191.0, 4159.0, 4210.0, 4171.0, 4220.0, 4199.0, 4158.0, 4198.0, 4169.0, 4220.0, 4190.0, 4159.0, 4210.0, 4189.0, 4158.0, 4188.0, 4159.0, 4220.0, 4190.0, 4159.0, 4210.0, 4179.0, 4211.0, 4199.0, 4158.0, 4209.0, 4180.0, 4210.0, 4199.0, 4160.0, 4210.0, 4189.0, 4160.0, 4199.0, 4160.0, 4232.0, 4203.0, 4170.0, 4199.0, 4159.0, 4210.0, 4180.0, 4161.0, 4201.0, 4169.0, 4221.0, 4204.0, 4211.0, 4202.0, 4160.0, 4210.0, 4191.0, 4160.0, 4202.0, 4170.0, 4211.0, 4182.0, 4221.0, 4192.0, 4161.0, 4200.0, 4172.0, 4222.0, 4203.0, 4171.0, 4212.0, 4162.0, 4222.0, 4193.0, 4192.0, 4212.0, 4162.0, 4222.0, 4181.0, 4160.0, 4211.0, 4184.0, 4212.0, 4201.0, 4173.0, 4212.0, 4204.0, 4174.0, 4236.0, 4204.0, 4192.0, 4202.0, 4172.0, 4235.0, 4216.0, 4182.0, 4234.0, 4203.0, 4161.0, 4212.0, 4172.0, 4232.0, 4202.0, 4181.0, 4222.0, 4180.0, 4169.0, 4189.0, 4160.0, 4220.0, 4191.0, 4171.0, 4222.0, 4181.0, 4190.0, 4201.0, 4170.0, 4210.0, 4181.0, 4220.0, 4211.0, 4159.0, 4199.0, 4158.0, 4208.0, 4190.0, 4159.0, 4209.0, 4179.0, 4157.0, 4178.0, 4159.0, 4209.0, 4181.0, 4220.0, 4202.0, 4159.0, 4187.0, 4159.0, 4189.0, 4191.0, 4160.0, 4222.0, 4191.0, 4161.0, 4201.0, 4173.0, 4223.0, 4202.0, 4172.0, 4233.0, 4204.0, 4161.0, 4224.0, 4181.0, 4212.0, 4171.0, 4220.0, 4200.0, 4147.0, 4199.0, 4169.0, 4188.0, 4190.0, 4170.0, 4210.0, 4191.0, 4160.0, 4200.0, 4171.0, 4221.0, 4203.0, 4221.0, 4201.0, 4180.0, 4210.0, 4168.0, 4188.0, 4198.0, 4159.0, 4209.0, 4188.0, 4158.0, 4210.0, 4180.0, 4160.0, 4211.0, 4191.0, 4149.0, 4210.0, 4170.0, 4160.0, 4211.0, 4182.0, 4201.0, 4212.0, 4171.0, 4212.0, 4201.0, 4172.0, 4222.0, 4202.0, 4170.0, 4210.0, 4169.0, 4210.0, 4199.0, 4170.0, 4210.0, 4199.0, 4170.0, 4209.0, 4198.0, 4169.0, 4219.0, 4199.0, 4157.0, 4208.0, 4177.0, 4156.0, 4207.0, 4177.0, 4157.0, 4218.0, 4177.0, 4146.0, 4186.0, 4156.0, 4218.0, 4187.0, 4146.0, 4207.0, 4177.0, 4147.0, 4187.0, 4158.0, 4220.0, 4190.0, 4147.0, 4198.0, 4170.0, 4161.0, 4223.0, 4192.0, 4173.0, 4163.0, 4214.0, 4214.0, 4184.0, 4235.0, 4216.0, 4175.0, 4236.0, 4225.0, 4172.0, 4224.0, 4193.0, 4202.0, 4200.0, 4171.0, 4222.0, 4199.0, 4160.0, 4200.0, 4201.0, 4171.0, 4221.0, 4201.0, 4160.0, 4211.0, 4170.0, 4189.0, 4201.0, 4159.0, 4220.0, 4200.0, 4179.0, 4197.0, 4158.0, 4209.0, 4189.0, 4158.0, 4209.0, 4169.0, 4188.0, 4188.0, 4158.0, 4220.0, 4190.0, 4160.0, 4220.0, 4191.0, 4158.0, 4199.0, 4169.0, 4221.0, 4201.0, 4169.0, 4220.0, 4179.0, 4158.0, 4188.0, 4170.0, 4220.0, 4201.0, 4161.0, 4211.0, 4181.0, 4172.0, 4212.0, 4184.0, 4181.0, 4212.0, 4173.0, 4172.0, 4204.0, 4174.0, 4234.0, 4214.0, 4173.0, 4223.0, 4182.0, 4162.0, 4212.0, 4172.0, 4232.0, 4212.0, 4171.0, 4221.0, 4171.0, 4169.0, 4190.0, 4169.0, 4220.0, 4200.0, 4170.0, 4232.0, 4223.0, 4170.0, 4160.0, 4190.0, 4170.0, 4222.0, 4172.0, 4222.0, 4193.0, 4222.0, 4213.0, 4181.0, 4223.0, 4178.0, 4208.0, 4176.0, 4206.0, 4195.0, 4192.0, 4183.0, 4143.0, 4183.0, 4153.0, 4163.0, 4172.0, 4143.0, 4183.0, 4164.0, 4144.0, 4175.0, 4156.0, 4218.0, 4186.0, 4156.0, 4196.0, 4178.0, 4147.0, 4198.0, 4158.0, 4220.0, 4190.0, 4148.0, 4209.0, 4158.0, 4159.0, 4199.0, 4183.0, 4201.0, 4212.0, 4184.0, 4245.0, 4212.0, 4182.0, 4203.0, 4212.0, 4183.0, 4233.0, 4213.0, 4194.0, 4224.0, 4203.0, 4202.0, 4212.0, 4172.0, 4222.0, 4201.0, 4180.0, 4211.0, 4173.0, 4233.0, 4212.0, 4170.0, 4222.0, 4191.0, 4162.0, 4212.0, 4193.0, 4203.0, 4203.0, 4184.0, 4203.0, 4193.0, 4183.0, 4234.0, 4213.0, 4193.0, 4234.0, 4213.0, 4182.0, 4213.0, 4202.0, 4174.0, 4223.0, 4214.0, 4183.0, 4235.0, 4205.0, 4197.0, 4207.0, 4226.0, 4205.0, 4186.0, 4236.0, 4215.0, 4196.0, 4174.0, 4224.0, 4207.0, 4236.0, 4215.0, 4194.0, 4202.0, 4189.0, 4171.0, 4222.0, 4201.0, 4172.0, 4221.0, 4202.0, 4161.0, 4191.0, 4191.0, 4171.0, 4222.0, 4193.0, 4183.0, 4214.0, 4183.0, 4192.0, 4212.0, 4182.0, 4161.0, 4201.0, 4172.0, 4223.0, 4213.0, 4181.0, 4233.0, 4192.0, 4172.0, 4212.0, 4192.0, 4178.0, 4200.0, 4170.0, 4221.0, 4190.0, 4149.0, 4189.0, 4181.0, 4168.0, 4189.0, 4159.0, 4211.0, 4181.0, 4160.0, 4200.0, 4161.0, 4179.0, 4201.0, 4161.0, 4222.0, 4182.0, 4222.0, 4203.0, 4171.0, 4222.0, 4192.0, 4171.0, 4212.0, 4183.0, 4233.0, 4192.0, 4162.0, 4222.0, 4182.0, 4171.0, 4201.0, 4172.0, 4223.0, 4194.0, 4183.0, 4202.0, 4173.0, 4203.0, 4211.0, 4173.0, 4223.0, 4183.0, 4233.0, 4204.0, 4171.0, 4223.0, 4182.0, 4171.0, 4191.0, 4161.0, 4221.0, 4192.0, 4172.0, 4211.0, 4172.0, 4160.0, 4192.0, 4173.0, 4234.0, 4215.0, 4183.0, 4224.0, 4203.0, 4174.0, 4224.0, 4206.0, 4174.0, 4214.0, 4174.0, 4235.0, 4204.0, 4184.0, 4235.0, 4214.0, 4173.0, 4224.0, 4205.0, 4174.0, 4225.0, 4205.0, 4184.0, 4235.0, 4193.0, 4173.0, 4201.0, 4173.0, 4234.0, 4214.0, 4170.0, 4223.0, 4181.0, 4159.0, 4201.0, 4171.0, 4171.0, 4203.0, 4193.0, 4162.0, 4203.0, 4174.0, 4234.0, 4204.0, 4204.0, 4224.0, 4182.0, 4222.0, 4179.0, 4149.0, 4199.0, 4171.0, 4231.0, 4201.0, 4169.0, 4210.0, 4200.0, 4170.0, 4211.0, 4192.0, 4161.0, 4201.0, 4172.0, 4192.0, 4201.0, 4172.0, 4182.0, 4202.0, 4172.0, 4234.0, 4203.0, 4190.0, 4201.0, 4171.0, 4201.0, 4191.0, 4170.0, 4222.0, 4192.0, 4170.0, 4198.0, 4160.0, 4210.0, 4190.0, 4160.0, 4210.0, 4191.0, 4160.0, 4199.0, 4171.0, 4221.0, 4190.0, 4160.0, 4211.0, 4181.0, 4222.0, 4201.0, 4161.0, 4211.0, 4182.0, 4222.0, 4203.0, 4171.0, 4212.0, 4181.0, 4162.0, 4201.0, 4185.0, 4163.0, 4204.0, 4185.0, 4205.0, 4217.0, 4197.0, 4248.0, 4226.0, 4186.0, 4235.0, 4205.0, 4206.0, 4225.0, 4194.0, 4235.0, 4204.0, 4172.0, 4212.0, 4172.0, 4223.0, 4211.0, 4171.0, 4212.0, 4181.0, 4160.0, 4200.0, 4171.0, 4212.0, 4191.0, 4171.0, 4200.0, 4161.0, 4211.0, 4191.0, 4161.0, 4212.0, 4183.0, 4202.0, 4202.0, 4171.0, 4223.0, 4201.0, 4173.0, 4233.0, 4202.0, 4172.0, 4213.0, 4205.0, 4174.0, 4225.0, 4205.0, 4174.0, 4225.0, 4206.0, 4174.0, 4225.0, 4186.0, 4234.0, 4214.0, 4173.0, 4213.0, 4173.0, 4232.0, 4202.0, 4182.0, 4213.0, 4170.0, 4221.0, 4179.0, 4159.0, 4189.0, 4170.0, 4221.0, 4190.0, 4159.0, 4201.0, 4182.0, 4211.0, 4191.0, 4162.0, 4212.0, 4183.0, 4162.0, 4193.0, 4183.0, 4223.0, 4205.0, 4204.0, 4213.0, 4183.0, 4222.0, 4200.0, 4171.0, 4213.0, 4184.0, 4234.0, 4213.0, 4170.0, 4212.0, 4192.0, 4161.0, 4211.0, 4194.0, 4181.0, 4212.0, 4172.0, 4223.0, 4203.0, 4212.0, 4212.0, 4171.0, 4201.0, 4171.0, 4221.0, 4190.0, 4159.0, 4200.0, 4182.0, 4162.0, 4204.0, 4184.0, 4184.0, 4215.0, 4185.0, 4225.0, 4197.0, 4246.0, 4224.0, 4172.0, 4214.0, 4194.0, 4183.0, 4214.0, 4183.0, 4234.0, 4202.0, 4173.0, 4213.0], 'WindowWidth': [9500.0, 9421.0, 9374.0, 9347.0, 9300.0, 9355.0, 9314.0, 9289.0, 9354.0, 9301.0, 9337.0, 9339.0, 9282.0, 9351.0, 9297.0, 9366.0, 9325.0, 9317.0, 9333.0, 9262.0, 9330.0, 9278.0, 9346.0, 9323.0, 9293.0, 9331.0, 9274.0, 9346.0, 9287.0, 9246.0, 9315.0, 9282.0, 9344.0, 9319.0, 9276.0, 9301.0, 9275.0, 9343.0, 9291.0, 9363.0, 9332.0, 9270.0, 9329.0, 9262.0, 9313.0, 9302.0, 9293.0, 9348.0, 9321.0, 9331.0, 9317.0, 9274.0, 9342.0, 9289.0, 9359.0, 9304.0, 9345.0, 9329.0, 9266.0, 9308.0, 9250.0, 9317.0, 9281.0, 9276.0, 9280.0, 9254.0, 9344.0, 9272.0, 9314.0, 9299.0, 9269.0, 9315.0, 9264.0, 9362.0, 9302.0, 9298.0, 9342.0, 9282.0, 9342.0, 9305.0, 9258.0, 9312.0, 9275.0, 9329.0, 9291.0, 9346.0, 9323.0, 9273.0, 9344.0, 9256.0, 9325.0, 9282.0, 9307.0, 9297.0, 9251.0, 9324.0, 9276.0, 9317.0, 9274.0, 9247.0, 9302.0, 9265.0, 9318.0, 9312.0, 9308.0, 9361.0, 9303.0, 9271.0, 9300.0, 9277.0, 9343.0, 9304.0, 9326.0, 9317.0, 9329.0, 9314.0, 9309.0, 9307.0, 9288.0, 9318.0, 9263.0, 9312.0, 9241.0, 9278.0, 9225.0, 9268.0, 9211.0, 9269.0, 9227.0, 9243.0, 9243.0, 9219.0, 9287.0, 9222.0, 9252.0, 9265.0, 9242.0, 9283.0, 9248.0, 9332.0, 9281.0, 9263.0, 9306.0, 9248.0, 9305.0, 9265.0, 9250.0, 9306.0, 9255.0, 9325.0, 9287.0, 9257.0, 9302.0, 9275.0, 9348.0, 9310.0, 9277.0, 9331.0, 9277.0, 9343.0, 9316.0, 9277.0, 9334.0, 9298.0, 9367.0, 9337.0, 9276.0, 9341.0, 9261.0, 9343.0, 9313.0, 9270.0, 9326.0, 9289.0, 9355.0, 9328.0, 9255.0, 9326.0, 9274.0, 9297.0, 9313.0, 9276.0, 9344.0, 9317.0, 9288.0, 9300.0, 9274.0, 9329.0, 9290.0, 9318.0, 9332.0, 9258.0, 9345.0, 9297.0, 9255.0, 9326.0, 9256.0, 9341.0, 9318.0, 9326.0, 9314.0, 9254.0, 9324.0, 9284.0, 9260.0, 9329.0, 9280.0, 9347.0, 9333.0, 9273.0, 9327.0, 9257.0, 9341.0, 9303.0, 9292.0, 9343.0, 9273.0, 9312.0, 9315.0, 9275.0, 9346.0, 9337.0, 9276.0, 9346.0, 9280.0, 9293.0, 9335.0, 9285.0, 9365.0, 9335.0, 9280.0, 9349.0, 9336.0, 9280.0, 9348.0, 9309.0, 9366.0, 9336.0, 9273.0, 9328.0, 9283.0, 9258.0, 9326.0, 9273.0, 9344.0, 9317.0, 9271.0, 9344.0, 9300.0, 9266.0, 9305.0, 9268.0, 9337.0, 9297.0, 9340.0, 9312.0, 9264.0, 9322.0, 9251.0, 9250.0, 9307.0, 9275.0, 9315.0, 9316.0, 9261.0, 9343.0, 9314.0, 9271.0, 9330.0, 9273.0, 9358.0, 9316.0, 9309.0, 9313.0, 9239.0, 9323.0, 9300.0, 9311.0, 9347.0, 9305.0, 9302.0, 9310.0, 9258.0, 9341.0, 9302.0, 9279.0, 9346.0, 9324.0, 9264.0, 9329.0, 9277.0, 9335.0, 9333.0, 9279.0, 9346.0, 9316.0, 9276.0, 9345.0, 9304.0, 9292.0, 9345.0, 9319.0, 9315.0, 9326.0, 9259.0, 9341.0, 9313.0, 9270.0, 9325.0, 9259.0, 9340.0, 9310.0, 9250.0, 9320.0, 9265.0, 9250.0, 9305.0, 9272.0, 9325.0, 9312.0, 9255.0, 9341.0, 9295.0, 9252.0, 9321.0, 9300.0, 9339.0, 9322.0, 9266.0, 9306.0, 9275.0, 9253.0, 9323.0, 9301.0, 9281.0, 9323.0, 9254.0, 9336.0, 9294.0, 9251.0, 9321.0, 9259.0, 9339.0, 9312.0, 9250.0, 9319.0, 9251.0, 9274.0, 9305.0, 9249.0, 9320.0, 9273.0, 9338.0, 9308.0, 9252.0, 9307.0, 9256.0, 9272.0, 9327.0, 9292.0, 9276.0, 9331.0, 9267.0, 9350.0, 9341.0, 9297.0, 9366.0, 9323.0, 9279.0, 9333.0, 9277.0, 9360.0, 9321.0, 9346.0, 9333.0, 9286.0, 9343.0, 9266.0, 9250.0, 9320.0, 9271.0, 9322.0, 9307.0, 9253.0, 9323.0, 9296.0, 9255.0, 9323.0, 9285.0, 9326.0, 9309.0, 9252.0, 9320.0, 9269.0, 9253.0, 9340.0, 9303.0, 9311.0, 9287.0, 9277.0, 9359.0, 9338.0, 9305.0, 9361.0, 9330.0, 9271.0, 9313.0, 9277.0, 9343.0, 9317.0, 9289.0, 9360.0, 9301.0, 9272.0, 9327.0, 9301.0, 9273.0, 9343.0, 9299.0, 9270.0, 9311.0, 9271.0, 9286.0, 9312.0, 9293.0, 9331.0, 9333.0, 9303.0, 9291.0, 9362.0, 9332.0, 9314.0, 9297.0, 9370.0, 9341.0, 9293.0, 9365.0, 9317.0, 9290.0, 9345.0, 9317.0, 9277.0, 9331.0, 9307.0, 9330.0, 9327.0, 9275.0, 9291.0, 9329.0, 9289.0, 9363.0, 9321.0, 9290.0, 9348.0, 9319.0, 9292.0, 9331.0, 9308.0, 9294.0, 9333.0, 9307.0, 9319.0, 9329.0, 9288.0, 9277.0, 9347.0, 9310.0, 9350.0, 9336.0, 9307.0, 9303.0, 9329.0, 9292.0, 9307.0, 9349.0, 9318.0, 9290.0, 9331.0, 9286.0, 9256.0, 9341.0, 9317.0, 9281.0, 9348.0, 9331.0, 9292.0, 9287.0, 9312.0, 9275.0, 9360.0, 9317.0, 9270.0, 9342.0, 9281.0, 9255.0, 9308.0, 9277.0, 9324.0, 9312.0, 9257.0, 9257.0, 9298.0, 9281.0, 9367.0, 9339.0, 9295.0, 9350.0, 9337.0, 9281.0, 9350.0, 9328.0, 9350.0, 9335.0, 9302.0, 9358.0, 9298.0, 9253.0, 9323.0, 9271.0, 9338.0, 9307.0, 9250.0, 9303.0, 9265.0, 9337.0, 9296.0, 9252.0, 9322.0, 9293.0, 9249.0, 9289.0, 9251.0, 9336.0, 9295.0, 9254.0, 9323.0, 9280.0, 9323.0, 9304.0, 9248.0, 9319.0, 9284.0, 9323.0, 9306.0, 9254.0, 9322.0, 9293.0, 9255.0, 9306.0, 9255.0, 9354.0, 9317.0, 9269.0, 9307.0, 9253.0, 9322.0, 9282.0, 9258.0, 9312.0, 9268.0, 9340.0, 9320.0, 9325.0, 9312.0, 9255.0, 9324.0, 9298.0, 9255.0, 9313.0, 9270.0, 9324.0, 9288.0, 9341.0, 9300.0, 9257.0, 9311.0, 9275.0, 9344.0, 9319.0, 9273.0, 9330.0, 9262.0, 9342.0, 9304.0, 9303.0, 9330.0, 9260.0, 9343.0, 9286.0, 9258.0, 9328.0, 9294.0, 9328.0, 9312.0, 9277.0, 9328.0, 9322.0, 9283.0, 9368.0, 9324.0, 9303.0, 9315.0, 9277.0, 9367.0, 9340.0, 9290.0, 9362.0, 9319.0, 9259.0, 9328.0, 9273.0, 9357.0, 9317.0, 9285.0, 9340.0, 9282.0, 9265.0, 9292.0, 9256.0, 9337.0, 9301.0, 9273.0, 9341.0, 9286.0, 9297.0, 9311.0, 9270.0, 9324.0, 9285.0, 9338.0, 9327.0, 9251.0, 9303.0, 9249.0, 9316.0, 9294.0, 9253.0, 9320.0, 9280.0, 9247.0, 9276.0, 9251.0, 9318.0, 9285.0, 9336.0, 9314.0, 9252.0, 9287.0, 9253.0, 9294.0, 9297.0, 9257.0, 9341.0, 9300.0, 9260.0, 9312.0, 9281.0, 9345.0, 9316.0, 9277.0, 9361.0, 9322.0, 9260.0, 9348.0, 9285.0, 9329.0, 9271.0, 9339.0, 9307.0, 9234.0, 9305.0, 9266.0, 9289.0, 9294.0, 9271.0, 9323.0, 9298.0, 9256.0, 9309.0, 9272.0, 9340.0, 9317.0, 9340.0, 9312.0, 9280.0, 9321.0, 9263.0, 9290.0, 9303.0, 9252.0, 9318.0, 9290.0, 9251.0, 9322.0, 9282.0, 9257.0, 9326.0, 9298.0, 9241.0, 9322.0, 9270.0, 9255.0, 9326.0, 9291.0, 9313.0, 9328.0, 9274.0, 9328.0, 9312.0, 9275.0, 9344.0, 9316.0, 9269.0, 9321.0, 9266.0, 9321.0, 9307.0, 9267.0, 9322.0, 9305.0, 9267.0, 9319.0, 9304.0, 9266.0, 9335.0, 9308.0, 9246.0, 9317.0, 9273.0, 9244.0, 9314.0, 9275.0, 9245.0, 9329.0, 9272.0, 9229.0, 9283.0, 9244.0, 9329.0, 9288.0, 9230.0, 9315.0, 9273.0, 9232.0, 9285.0, 9248.0, 9333.0, 9296.0, 9234.0, 9304.0, 9270.0, 9259.0, 9344.0, 9304.0, 9279.0, 9266.0, 9335.0, 9336.0, 9295.0, 9366.0, 9342.0, 9284.0, 9368.0, 9350.0, 9275.0, 9346.0, 9303.0, 9315.0, 9312.0, 9271.0, 9342.0, 9306.0, 9256.0, 9308.0, 9311.0, 9274.0, 9341.0, 9313.0, 9254.0, 9325.0, 9269.0, 9292.0, 9310.0, 9254.0, 9337.0, 9308.0, 9277.0, 9300.0, 9248.0, 9318.0, 9290.0, 9250.0, 9318.0, 9265.0, 9290.0, 9288.0, 9249.0, 9335.0, 9297.0, 9256.0, 9336.0, 9297.0, 9251.0, 9305.0, 9266.0, 9338.0, 9312.0, 9266.0, 9336.0, 9279.0, 9249.0, 9290.0, 9268.0, 9338.0, 9313.0, 9257.0, 9326.0, 9285.0, 9276.0, 9328.0, 9293.0, 9285.0, 9329.0, 9279.0, 9275.0, 9319.0, 9282.0, 9362.0, 9335.0, 9276.0, 9346.0, 9288.0, 9262.0, 9328.0, 9274.0, 9356.0, 9330.0, 9271.0, 9339.0, 9269.0, 9264.0, 9294.0, 9267.0, 9337.0, 9310.0, 9266.0, 9360.0, 9347.0, 9271.0, 9259.0, 9297.0, 9271.0, 9341.0, 9275.0, 9343.0, 9305.0, 9343.0, 9331.0, 9285.0, 9345.0, 9275.0, 9320.0, 9267.0, 9312.0, 9294.0, 9284.0, 9273.0, 9218.0, 9271.0, 9232.0, 9246.0, 9258.0, 9219.0, 9272.0, 9248.0, 9222.0, 9266.0, 9243.0, 9328.0, 9283.0, 9244.0, 9298.0, 9275.0, 9233.0, 9302.0, 9249.0, 9335.0, 9294.0, 9236.0, 9319.0, 9250.0, 9251.0, 9305.0, 9293.0, 9312.0, 9329.0, 9296.0, 9380.0, 9331.0, 9288.0, 9317.0, 9329.0, 9293.0, 9358.0, 9332.0, 9306.0, 9347.0, 9319.0, 9314.0, 9326.0, 9275.0, 9344.0, 9312.0, 9283.0, 9325.0, 9277.0, 9358.0, 9330.0, 9270.0, 9341.0, 9299.0, 9262.0, 9329.0, 9307.0, 9319.0, 9319.0, 9294.0, 9319.0, 9306.0, 9292.0, 9363.0, 9335.0, 9306.0, 9362.0, 9333.0, 9287.0, 9331.0, 9314.0, 9282.0, 9347.0, 9335.0, 9291.0, 9363.0, 9323.0, 9320.0, 9331.0, 9355.0, 9326.0, 9299.0, 9367.0, 9338.0, 9313.0, 9281.0, 9348.0, 9330.0, 9366.0, 9336.0, 9305.0, 9313.0, 9291.0, 9270.0, 9339.0, 9311.0, 9272.0, 9339.0, 9313.0, 9257.0, 9299.0, 9299.0, 9272.0, 9342.0, 9304.0, 9291.0, 9332.0, 9291.0, 9300.0, 9325.0, 9287.0, 9257.0, 9311.0, 9274.0, 9344.0, 9332.0, 9284.0, 9359.0, 9300.0, 9273.0, 9327.0, 9300.0, 9276.0, 9307.0, 9267.0, 9339.0, 9295.0, 9236.0, 9290.0, 9282.0, 9262.0, 9292.0, 9253.0, 9322.0, 9285.0, 9255.0, 9308.0, 9257.0, 9280.0, 9311.0, 9258.0, 9340.0, 9289.0, 9341.0, 9317.0, 9270.0, 9340.0, 9299.0, 9272.0, 9329.0, 9292.0, 9359.0, 9303.0, 9261.0, 9341.0, 9289.0, 9272.0, 9313.0, 9273.0, 9343.0, 9308.0, 9290.0, 9317.0, 9278.0, 9316.0, 9328.0, 9276.0, 9344.0, 9292.0, 9359.0, 9320.0, 9272.0, 9346.0, 9288.0, 9270.0, 9298.0, 9258.0, 9341.0, 9303.0, 9273.0, 9326.0, 9273.0, 9255.0, 9300.0, 9278.0, 9362.0, 9338.0, 9291.0, 9347.0, 9318.0, 9280.0, 9349.0, 9329.0, 9281.0, 9332.0, 9280.0, 9364.0, 9322.0, 9295.0, 9363.0, 9334.0, 9279.0, 9349.0, 9323.0, 9280.0, 9351.0, 9324.0, 9293.0, 9365.0, 9306.0, 9278.0, 9314.0, 9276.0, 9362.0, 9335.0, 9269.0, 9345.0, 9284.0, 9254.0, 9310.0, 9273.0, 9274.0, 9316.0, 9304.0, 9261.0, 9316.0, 9280.0, 9362.0, 9323.0, 9319.0, 9350.0, 9285.0, 9343.0, 9279.0, 9237.0, 9305.0, 9272.0, 9353.0, 9313.0, 9265.0, 9320.0, 9306.0, 9269.0, 9324.0, 9300.0, 9257.0, 9312.0, 9275.0, 9300.0, 9313.0, 9275.0, 9287.0, 9316.0, 9274.0, 9359.0, 9319.0, 9297.0, 9310.0, 9270.0, 9310.0, 9296.0, 9268.0, 9340.0, 9300.0, 9267.0, 9302.0, 9253.0, 9321.0, 9295.0, 9256.0, 9322.0, 9297.0, 9254.0, 9306.0, 9272.0, 9339.0, 9296.0, 9257.0, 9325.0, 9284.0, 9339.0, 9311.0, 9257.0, 9324.0, 9288.0, 9343.0, 9316.0, 9271.0, 9327.0, 9286.0, 9261.0, 9315.0, 9297.0, 9264.0, 9319.0, 9299.0, 9325.0, 9346.0, 9318.0, 9387.0, 9354.0, 9301.0, 9365.0, 9327.0, 9327.0, 9353.0, 9307.0, 9367.0, 9320.0, 9274.0, 9327.0, 9274.0, 9346.0, 9327.0, 9268.0, 9326.0, 9283.0, 9255.0, 9309.0, 9270.0, 9326.0, 9300.0, 9270.0, 9309.0, 9258.0, 9325.0, 9299.0, 9259.0, 9328.0, 9290.0, 9315.0, 9314.0, 9271.0, 9343.0, 9314.0, 9277.0, 9358.0, 9316.0, 9273.0, 9332.0, 9323.0, 9281.0, 9349.0, 9324.0, 9281.0, 9350.0, 9328.0, 9282.0, 9351.0, 9299.0, 9364.0, 9335.0, 9277.0, 9330.0, 9276.0, 9356.0, 9316.0, 9286.0, 9332.0, 9268.0, 9337.0, 9277.0, 9253.0, 9292.0, 9269.0, 9338.0, 9295.0, 9252.0, 9310.0, 9286.0, 9325.0, 9300.0, 9261.0, 9327.0, 9290.0, 9260.0, 9303.0, 9291.0, 9345.0, 9324.0, 9320.0, 9333.0, 9290.0, 9343.0, 9310.0, 9273.0, 9330.0, 9295.0, 9360.0, 9332.0, 9269.0, 9326.0, 9300.0, 9258.0, 9327.0, 9308.0, 9284.0, 9328.0, 9275.0, 9343.0, 9317.0, 9326.0, 9328.0, 9270.0, 9312.0, 9269.0, 9338.0, 9294.0, 9252.0, 9307.0, 9286.0, 9261.0, 9322.0, 9295.0, 9293.0, 9336.0, 9296.0, 9351.0, 9316.0, 9382.0, 9350.0, 9275.0, 9332.0, 9308.0, 9293.0, 9334.0, 9291.0, 9362.0, 9315.0, 9276.0, 9331.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.0002656216216216216</td></tr>
<tr><td colspan=3>aqi</td><td>0.02447721722007722</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.3458049425811</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2107539857418854</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9588820055100454</td></tr>
<tr><td colspan=3>efc</td><td>0.4744</td></tr>
<tr><td colspan=3>fber</td><td>5834.1514</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08372026527305444</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6988416988416988</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.750518755634376</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.682726845129717</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.008799837355531</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.56002958441788</td></tr>
<tr><td colspan=3>gcor</td><td>0.00604075</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019376302137970924</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024811966344714165</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</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>3.7603949362656888</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>40.9363</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.6696</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.1194</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297403.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>712.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.336</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0914</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.6629</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3339.3972</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4461.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.1934</td></tr>
<tr><td colspan=3>tsnr</td><td>36.56126936431974</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>