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

616 lines
No EOL
140 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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-02/func/sub-0084_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>5810ae6a0a7f84c67cee8ff62db0cf92</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>11:06:9.817500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999204, 0.0349761, -0.019198, -0.03402, 0.998265, 0.0480522]</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.112827</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7770, -7267, 511, -29, -354, 53, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.863</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f44438ba-2f84-45c9-bcaa-3b49b23ef872||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680790662765503, -0.09127312153577805, -0.05628253147006035, 121.1372299194336], [-0.09383823722600937, 2.6782729625701904, 0.12787416577339172, -90.65597534179688], [-0.051506850868463516, -0.12892049551010132, 2.696382999420166, -81.29553985595703], [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': ['110609.817500', '110610.277500', '110610.737500', '110611.197500', '110611.657500', '110612.117500', '110612.577500', '110613.037500', '110613.497500', '110613.957500', '110614.417500', '110614.877500', '110615.337500', '110615.797500', '110616.257500', '110616.717500', '110617.177500', '110617.637500', '110618.097500', '110618.557500', '110619.017500', '110619.477500', '110619.937500', '110620.397500', '110620.857500', '110621.317500', '110621.777500', '110622.237500', '110622.697500', '110623.157500', '110623.617500', '110624.077500', '110624.537500', '110624.997500', '110625.457500', '110625.917500', '110626.377500', '110626.837500', '110627.297500', '110627.757500', '110628.217500', '110628.677500', '110629.137500', '110629.597500', '110630.057500', '110630.517500', '110630.977500', '110631.437500', '110631.897500', '110632.357500', '110632.817500', '110633.277500', '110633.737500', '110634.197500', '110634.657500', '110635.117500', '110635.577500', '110636.037500', '110636.497500', '110636.957500', '110637.417500', '110637.877500', '110638.337500', '110638.797500', '110639.257500', '110639.717500', '110640.177500', '110640.637500', '110641.097500', '110641.557500', '110642.017500', '110642.477500', '110642.937500', '110643.397500', '110643.857500', '110644.317500', '110644.777500', '110645.237500', '110645.697500', '110646.157500', '110646.617500', '110647.077500', '110647.537500', '110647.997500', '110648.457500', '110648.917500', '110649.377500', '110649.837500', '110650.297500', '110650.757500', '110651.217500', '110651.677500', '110652.137500', '110652.597500', '110653.057500', '110653.517500', '110653.977500', '110654.437500', '110654.897500', '110655.357500', '110655.817500', '110656.277500', '110656.737500', '110657.197500', '110657.657500', '110658.117500', '110658.577500', '110659.037500', '110659.497500', '110659.957500', '110700.417500', '110700.877500', '110701.337500', '110701.797500', '110702.257500', '110702.717500', '110703.177500', '110703.637500', '110704.097500', '110704.557500', '110705.017500', '110705.477500', '110705.937500', '110706.397500', '110706.857500', '110707.317500', '110707.777500', '110708.237500', '110708.697500', '110709.157500', '110709.617500', '110710.077500', '110710.537500', '110710.997500', '110711.457500', '110711.917500', '110712.377500', '110712.837500', '110713.297500', '110713.757500', '110714.217500', '110714.677500', '110715.137500', '110715.597500', '110716.057500', '110716.517500', '110716.977500', '110717.437500', '110717.897500', '110718.357500', '110718.817500', '110719.277500', '110719.737500', '110720.197500', '110720.657500', '110721.117500', '110721.577500', '110722.037500', '110722.497500', '110722.957500', '110723.417500', '110723.877500', '110724.337500', '110724.797500', '110725.257500', '110725.717500', '110726.177500', '110726.637500', '110727.097500', '110727.557500', '110728.017500', '110728.477500', '110728.937500', '110729.397500', '110729.857500', '110730.317500', '110730.777500', '110731.237500', '110731.697500', '110732.157500', '110732.617500', '110733.077500', '110733.537500', '110733.997500', '110734.457500', '110734.917500', '110735.377500', '110735.837500', '110736.297500', '110736.757500', '110737.217500', '110737.677500', '110738.137500', '110738.597500', '110739.057500', '110739.517500', '110739.977500', '110740.437500', '110740.897500', '110741.357500', '110741.817500', '110742.277500', '110742.737500', '110743.197500', '110743.657500', '110744.117500', '110744.577500', '110745.037500', '110745.497500', '110745.957500', '110746.417500', '110746.877500', '110747.337500', '110747.797500', '110748.257500', '110748.717500', '110749.177500', '110749.637500', '110750.097500', '110750.557500', '110751.017500', '110751.477500', '110751.937500', '110752.397500', '110752.857500', '110753.317500', '110753.777500', '110754.237500', '110754.697500', '110755.157500', '110755.617500', '110756.077500', '110756.537500', '110756.997500', '110757.457500', '110757.917500', '110758.377500', '110758.837500', '110759.297500', '110759.757500', '110800.217500', '110800.677500', '110801.137500', '110801.597500', '110802.057500', '110802.517500', '110802.977500', '110803.437500', '110803.897500', '110804.357500', '110804.817500', '110805.277500', '110805.737500', '110806.197500', '110806.657500', '110807.117500', '110807.577500', '110808.037500', '110808.497500', '110808.957500', '110809.417500', '110809.877500', '110810.337500', '110810.797500', '110811.257500', '110811.717500', '110812.177500', '110812.637500', '110813.097500', '110813.557500', '110814.017500', '110814.477500', '110814.937500', '110815.397500', '110815.857500', '110816.317500', '110816.777500', '110817.237500', '110817.697500', '110818.157500', '110818.617500', '110819.077500', '110819.537500', '110819.997500', '110820.457500', '110820.917500', '110821.377500', '110821.837500', '110822.297500', '110822.757500', '110823.217500', '110823.677500', '110824.137500', '110824.597500', '110825.057500', '110825.517500', '110825.977500', '110826.437500', '110826.897500', '110827.357500', '110827.817500', '110828.277500', '110828.737500', '110829.197500', '110829.657500', '110830.117500', '110830.577500', '110831.037500', '110831.497500', '110831.957500', '110832.417500', '110832.877500', '110833.337500', '110833.797500', '110834.257500', '110834.717500', '110835.177500', '110835.637500', '110836.097500', '110836.557500', '110837.017500', '110837.477500', '110837.937500', '110838.397500', '110838.857500', '110839.317500', '110839.777500', '110840.237500', '110840.697500', '110841.157500', '110841.617500', '110842.077500', '110842.537500', '110842.997500', '110843.457500', '110843.917500', '110844.377500', '110844.837500', '110845.297500', '110845.757500', '110846.217500', '110846.677500', '110847.137500', '110847.597500', '110848.057500', '110848.517500', '110848.977500', '110849.437500', '110849.897500', '110850.357500', '110850.817500', '110851.277500', '110851.737500', '110852.197500', '110852.657500', '110853.117500', '110853.577500', '110854.037500', '110854.497500', '110854.957500', '110855.417500', '110855.877500', '110856.337500', '110856.797500', '110857.257500', '110857.717500', '110858.177500', '110858.637500', '110859.097500', '110859.557500', '110900.017500', '110900.477500', '110900.937500', '110901.397500', '110901.857500', '110902.317500', '110902.777500', '110903.237500', '110903.697500', '110904.157500', '110904.617500', '110905.077500', '110905.537500', '110905.997500', '110906.457500', '110906.917500', '110907.377500', '110907.837500', '110908.297500', '110908.757500', '110909.217500', '110909.677500', '110910.137500', '110910.597500', '110911.057500', '110911.517500', '110911.977500', '110912.437500', '110912.897500', '110913.357500', '110913.817500', '110914.277500', '110914.737500', '110915.197500', '110915.657500', '110916.117500', '110916.577500', '110917.037500', '110917.497500', '110917.957500', '110918.417500', '110918.877500', '110919.337500', '110919.797500', '110920.257500', '110920.717500', '110921.177500', '110921.637500', '110922.097500', '110922.557500', '110923.017500', '110923.477500', '110923.937500', '110924.397500', '110924.857500', '110925.317500', '110925.777500', '110926.237500', '110926.697500', '110927.157500', '110927.617500', '110928.077500', '110928.537500', '110928.997500', '110929.457500', '110929.917500', '110930.377500', '110930.837500', '110931.297500', '110931.757500', '110932.217500', '110932.677500', '110933.137500', '110933.597500', '110934.057500', '110934.517500', '110934.977500', '110935.437500', '110935.897500', '110936.357500', '110936.817500', '110937.277500', '110937.737500', '110938.197500', '110938.657500', '110939.117500', '110939.577500', '110940.037500', '110940.497500', '110940.957500', '110941.417500', '110941.877500', '110942.337500', '110942.797500', '110943.257500', '110943.717500', '110944.177500', '110944.637500', '110945.097500', '110945.557500', '110946.017500', '110946.477500', '110946.937500', '110947.397500', '110947.857500', '110948.317500', '110948.777500', '110949.237500', '110949.697500', '110950.157500', '110950.617500', '110951.077500', '110951.537500', '110951.997500', '110952.457500', '110952.917500', '110953.377500', '110953.837500', '110954.297500', '110954.757500', '110955.217500', '110955.677500', '110956.137500', '110956.597500', '110957.057500', '110957.517500', '110957.977500', '110958.437500', '110958.897500', '110959.357500', '110959.817500', '111000.277500', '111000.737500', '111001.197500', '111001.657500', '111002.117500', '111002.577500', '111003.037500', '111003.497500', '111003.957500', '111004.417500', '111004.877500', '111005.337500', '111005.797500', '111006.257500', '111006.717500', '111007.177500', '111007.637500', '111008.097500', '111008.557500', '111009.017500', '111009.477500', '111009.937500', '111010.397500', '111010.857500', '111011.317500', '111011.777500', '111012.237500', '111012.697500', '111013.157500', '111013.617500', '111014.077500', '111014.537500', '111014.997500', '111015.457500', '111015.917500', '111016.377500', '111016.837500', '111017.297500', '111017.757500', '111018.217500', '111018.677500', '111019.137500', '111019.597500', '111020.057500', '111020.517500', '111020.977500', '111021.437500', '111021.897500', '111022.357500', '111022.817500', '111023.277500', '111023.737500', '111024.197500', '111024.657500', '111025.117500', '111025.577500', '111026.037500', '111026.497500', '111026.957500', '111027.417500', '111027.877500', '111028.337500', '111028.797500', '111029.257500', '111029.717500', '111030.177500', '111030.637500', '111031.097500', '111031.557500', '111032.017500', '111032.477500', '111032.937500', '111033.397500', '111033.857500', '111034.317500', '111034.777500', '111035.237500', '111035.697500', '111036.157500', '111036.617500', '111037.077500', '111037.537500', '111037.997500', '111038.457500', '111038.917500', '111039.377500', '111039.837500', '111040.297500', '111040.757500', '111041.217500', '111041.677500', '111042.137500', '111042.597500', '111043.057500', '111043.517500', '111043.977500', '111044.437500', '111044.897500', '111045.357500', '111045.817500', '111046.277500', '111046.737500', '111047.197500', '111047.657500', '111048.117500', '111048.577500', '111049.037500', '111049.497500', '111049.957500', '111050.417500', '111050.877500', '111051.337500', '111051.797500', '111052.257500', '111052.717500', '111053.177500', '111053.637500', '111054.097500', '111054.557500', '111055.017500', '111055.477500', '111055.937500', '111056.397500', '111056.857500', '111057.317500', '111057.777500', '111058.237500', '111058.697500', '111059.157500', '111059.617500', '111100.077500', '111100.537500', '111100.997500', '111101.457500', '111101.917500', '111102.377500', '111102.837500', '111103.297500', '111103.757500', '111104.217500', '111104.677500', '111105.137500', '111105.597500', '111106.057500', '111106.517500', '111106.977500', '111107.437500', '111107.897500', '111108.357500', '111108.817500', '111109.277500', '111109.737500', '111110.197500', '111110.657500', '111111.117500', '111111.577500', '111112.037500', '111112.497500', '111112.957500', '111113.417500', '111113.877500', '111114.337500', '111114.797500', '111115.257500', '111115.717500', '111116.177500', '111116.637500', '111117.097500', '111117.557500', '111118.017500', '111118.477500', '111118.937500', '111119.397500', '111119.857500', '111120.317500', '111120.777500', '111121.237500', '111121.697500', '111122.157500', '111122.617500', '111123.077500', '111123.537500', '111123.997500', '111124.457500', '111124.917500', '111125.377500', '111125.837500', '111126.297500', '111126.757500', '111127.217500', '111127.677500', '111128.137500', '111128.597500', '111129.057500', '111129.517500', '111129.977500', '111130.437500', '111130.897500', '111131.357500', '111131.817500', '111132.277500', '111132.737500', '111133.197500', '111133.657500', '111134.117500', '111134.577500', '111135.037500', '111135.497500', '111135.957500', '111136.417500', '111136.877500', '111137.337500', '111137.797500', '111138.257500', '111138.717500', '111139.177500', '111139.637500', '111140.097500', '111140.557500', '111141.017500', '111141.477500', '111141.937500', '111142.397500', '111142.857500', '111143.317500', '111143.777500', '111144.237500', '111144.697500', '111145.157500', '111145.617500', '111146.077500', '111146.537500', '111146.997500', '111147.457500', '111147.917500', '111148.377500', '111148.837500', '111149.297500', '111149.757500', '111150.217500', '111150.677500', '111151.137500', '111151.597500', '111152.057500', '111152.517500', '111152.977500', '111153.437500', '111153.897500', '111154.357500', '111154.817500', '111155.277500', '111155.737500', '111156.197500', '111156.657500', '111157.117500', '111157.577500', '111158.037500', '111158.497500', '111158.957500', '111159.417500', '111159.877500', '111200.337500', '111200.797500', '111201.257500', '111201.717500', '111202.177500', '111202.637500', '111203.097500', '111203.557500', '111204.017500', '111204.477500', '111204.937500', '111205.397500', '111205.857500', '111206.317500', '111206.777500', '111207.237500', '111207.697500', '111208.157500', '111208.617500', '111209.077500', '111209.537500', '111209.997500', '111210.457500', '111210.917500', '111211.377500', '111211.837500', '111212.297500', '111212.757500', '111213.217500', '111213.677500', '111214.137500', '111214.597500', '111215.057500', '111215.517500', '111215.977500', '111216.437500', '111216.897500', '111217.357500', '111217.817500', '111218.277500', '111218.737500', '111219.197500', '111219.657500', '111220.117500', '111220.577500', '111221.037500', '111221.497500', '111221.957500', '111222.417500', '111222.877500', '111223.337500', '111223.797500', '111224.257500', '111224.717500', '111225.177500', '111225.637500', '111226.097500', '111226.557500', '111227.017500', '111227.477500', '111227.937500', '111228.397500', '111228.857500', '111229.317500', '111229.777500', '111230.237500', '111230.697500', '111231.157500', '111231.617500', '111232.077500', '111232.537500', '111232.997500', '111233.457500', '111233.917500', '111234.377500', '111234.837500', '111235.297500', '111235.757500', '111236.217500', '111236.677500', '111237.137500', '111237.597500', '111238.057500', '111238.517500', '111238.977500', '111239.437500', '111239.897500', '111240.357500', '111240.817500', '111241.277500', '111241.737500', '111242.197500', '111242.657500', '111243.117500', '111243.577500', '111244.037500', '111244.497500', '111244.957500', '111245.417500', '111245.877500', '111246.337500', '111246.797500', '111247.257500', '111247.717500', '111248.177500', '111248.637500', '111249.097500', '111249.557500', '111250.017500', '111250.477500', '111250.937500', '111251.397500', '111251.857500', '111252.317500', '111252.777500', '111253.237500', '111253.697500', '111254.157500', '111254.617500', '111255.077500', '111255.537500', '111255.997500', '111256.457500', '111256.917500', '111257.377500', '111257.837500', '111258.297500', '111258.757500', '111259.217500', '111259.677500', '111300.137500', '111300.597500', '111301.057500', '111301.517500', '111301.977500', '111302.437500', '111302.897500', '111303.357500', '111303.817500', '111304.277500', '111304.737500', '111305.197500', '111305.657500', '111306.117500', '111306.577500', '111307.037500', '111307.497500', '111307.957500', '111308.417500', '111308.877500', '111309.337500', '111309.797500', '111310.257500', '111310.717500', '111311.177500', '111311.637500', '111312.097500', '111312.557500', '111313.017500', '111313.477500', '111313.937500', '111314.397500', '111314.857500', '111315.317500', '111315.777500', '111316.237500', '111316.697500', '111317.157500', '111317.617500', '111318.077500', '111318.537500', '111318.997500', '111319.457500', '111319.917500', '111320.377500', '111320.837500', '111321.297500', '111321.757500', '111322.217500', '111322.677500', '111323.137500', '111323.597500', '111324.057500', '111324.517500', '111324.977500', '111325.437500', '111325.897500', '111326.357500', '111326.817500', '111327.277500', '111327.737500', '111328.197500', '111328.657500', '111329.117500', '111329.577500', '111330.037500', '111330.497500', '111330.957500', '111331.417500', '111331.877500', '111332.337500', '111332.797500', '111333.257500', '111333.717500', '111334.177500', '111334.637500', '111335.097500', '111335.557500', '111336.017500', '111336.477500', '111336.937500', '111337.397500', '111337.857500', '111338.317500', '111338.777500', '111339.237500', '111339.697500', '111340.157500', '111340.617500', '111341.077500', '111341.537500', '111341.997500', '111342.457500', '111342.917500', '111343.377500', '111343.837500', '111344.297500', '111344.757500', '111345.217500', '111345.677500', '111346.137500', '111346.597500', '111347.057500', '111347.517500', '111347.977500', '111348.437500', '111348.897500', '111349.357500', '111349.817500', '111350.277500', '111350.737500', '111351.197500', '111351.657500', '111352.117500', '111352.577500', '111353.037500', '111353.497500', '111353.957500', '111354.417500', '111354.877500', '111355.337500', '111355.797500', '111356.257500', '111356.717500', '111357.177500', '111357.637500', '111358.097500', '111358.557500', '111359.017500', '111359.477500', '111359.937500', '111400.397500', '111400.857500', '111401.317500', '111401.777500', '111402.237500', '111402.697500', '111403.157500', '111403.617500', '111404.077500', '111404.537500', '111404.997500', '111405.457500', '111405.917500', '111406.377500', '111406.837500', '111407.297500', '111407.757500', '111408.217500', '111408.677500', '111409.137500', '111409.597500', '111410.057500', '111410.517500', '111410.977500', '111411.437500', '111411.897500', '111412.357500', '111412.817500', '111413.277500', '111413.737500', '111414.197500', '111414.657500', '111415.117500', '111415.577500', '111416.037500', '111416.497500', '111416.957500', '111417.417500', '111417.877500', '111418.337500', '111418.797500', '111419.257500', '111419.717500', '111420.177500', '111420.637500', '111421.097500', '111421.557500', '111422.017500', '111422.477500', '111422.937500', '111423.397500', '111423.857500', '111424.317500', '111424.777500', '111425.237500', '111425.697500', '111426.157500', '111426.617500', '111427.077500', '111427.537500', '111427.997500', '111428.457500', '111428.917500', '111429.377500', '111429.837500', '111430.297500', '111430.757500', '111431.217500', '111431.677500', '111432.137500', '111432.597500', '111433.057500', '111433.517500', '111433.977500', '111434.437500', '111434.897500', '111435.357500', '111435.817500', '111436.277500', '111436.737500', '111437.197500', '111437.657500', '111438.117500', '111438.577500', '111439.037500', '111439.497500', '111439.957500', '111440.417500', '111440.877500', '111441.337500', '111441.797500', '111442.257500', '111442.717500', '111443.177500', '111443.637500', '111444.097500', '111444.557500', '111445.017500', '111445.477500', '111445.937500', '111446.397500', '111446.857500', '111447.317500', '111447.777500', '111448.237500', '111448.697500', '111449.157500', '111449.617500', '111450.077500', '111450.537500', '111450.997500', '111451.457500', '111451.917500', '111452.377500', '111452.837500', '111453.297500', '111453.757500', '111454.217500', '111454.677500', '111455.137500', '111455.597500', '111456.057500', '111456.517500', '111456.977500', '111457.437500', '111457.897500', '111458.357500', '111458.817500', '111459.277500', '111459.737500', '111500.197500', '111500.657500', '111501.117500', '111501.577500', '111502.037500', '111502.497500', '111502.957500', '111503.417500', '111503.877500', '111504.337500', '111504.797500', '111505.257500', '111505.717500', '111506.177500', '111506.637500', '111507.097500', '111507.557500', '111508.017500', '111508.477500', '111508.937500', '111509.397500', '111509.857500', '111510.317500', '111510.777500', '111511.237500', '111511.697500', '111512.157500', '111512.617500', '111513.077500', '111513.537500', '111513.997500', '111514.457500', '111514.917500', '111515.377500', '111515.837500', '111516.297500', '111516.757500', '111517.217500', '111517.677500', '111518.137500', '111518.597500', '111519.057500', '111519.517500', '111519.977500', '111520.437500', '111520.897500', '111521.357500', '111521.817500', '111522.277500', '111522.737500', '111523.197500', '111523.657500', '111524.117500', '111524.577500', '111525.037500', '111525.497500', '111525.957500', '111526.417500', '111526.877500', '111527.337500', '111527.797500', '111528.257500', '111528.717500', '111529.177500', '111529.637500', '111530.097500', '111530.557500', '111531.017500', '111531.477500', '111531.937500', '111532.397500', '111532.857500', '111533.317500', '111533.777500', '111534.237500', '111534.697500', '111535.157500', '111535.617500', '111536.077500', '111536.537500', '111536.997500', '111537.457500', '111537.917500', '111538.377500', '111538.837500', '111539.297500', '111539.757500', '111540.217500', '111540.677500', '111541.137500', '111541.597500', '111542.057500', '111542.517500', '111542.977500', '111543.437500', '111543.897500', '111544.357500', '111544.817500', '111545.277500', '111545.737500', '111546.197500', '111546.657500', '111547.117500', '111547.577500', '111548.037500', '111548.497500', '111548.957500', '111549.417500', '111549.877500', '111550.337500', '111550.797500', '111551.257500', '111551.717500', '111552.177500', '111552.637500', '111553.097500', '111553.557500', '111554.017500', '111554.477500', '111554.937500', '111555.397500', '111555.857500', '111556.317500', '111556.777500', '111557.237500', '111557.697500', '111558.157500', '111558.617500', '111559.077500', '111559.537500', '111559.997500', '111600.457500', '111600.917500', '111601.377500', '111601.837500', '111602.297500', '111602.757500', '111603.217500', '111603.677500', '111604.137500', '111604.597500', '111605.057500', '111605.517500', '111605.977500', '111606.437500'], 'ContentTime': ['110625.535000', '110625.538000', '110625.541000', '110625.544000', '110625.546000', '110625.549000', '110625.551000', '110625.554000', '110625.557000', '110625.559000', '110625.562000', '110625.564000', '110625.567000', '110625.570000', '110625.572000', '110625.575000', '110625.577000', '110625.580000', '110625.583000', '110625.585000', '110625.588000', '110625.591000', '110625.593000', '110625.596000', '110625.598000', '110625.601000', '110625.603000', '110625.627000', '110625.630000', '110625.632000', '110625.635000', '110645.502000', '110645.505000', '110645.508000', '110645.515000', '110645.518000', '110645.521000', '110645.524000', '110645.527000', '110645.530000', '110645.534000', '110645.536000', '110645.539000', '110645.542000', '110645.545000', '110645.547000', '110645.550000', '110645.552000', '110645.555000', '110645.557000', '110645.560000', '110645.563000', '110645.565000', '110645.568000', '110645.570000', '110645.573000', '110645.575000', '110645.578000', '110645.581000', '110645.583000', '110645.586000', '110645.588000', '110645.591000', '110645.593000', '110645.596000', '110645.599000', '110645.601000', '110645.604000', '110645.606000', '110645.609000', '110645.612000', '110645.614000', '110645.617000', '110645.619000', '110705.502000', '110705.505000', '110705.508000', '110705.511000', '110705.514000', '110705.516000', '110705.519000', '110705.522000', '110705.524000', '110705.527000', '110705.529000', '110705.532000', '110705.534000', '110705.537000', '110705.539000', '110705.542000', '110705.545000', '110705.547000', '110705.550000', '110705.552000', '110705.555000', '110705.557000', '110705.560000', '110705.563000', '110705.573000', '110705.575000', '110705.578000', '110705.581000', '110705.583000', '110705.586000', '110705.588000', '110705.591000', '110705.594000', '110705.596000', '110705.599000', '110705.601000', '110705.604000', '110705.606000', '110705.609000', '110705.612000', '110705.614000', '110705.617000', '110705.619000', '110705.622000', '110725.502000', '110725.505000', '110725.508000', '110725.511000', '110725.513000', '110725.516000', '110725.519000', '110725.521000', '110725.524000', '110725.526000', '110725.529000', '110725.532000', '110725.534000', '110725.537000', '110725.539000', '110725.542000', '110725.544000', '110725.547000', '110725.550000', '110725.552000', '110725.555000', '110725.557000', '110725.560000', '110725.563000', '110725.566000', '110725.569000', '110725.571000', '110725.576000', '110725.578000', '110725.581000', '110725.583000', '110725.586000', '110725.589000', '110725.591000', '110725.594000', '110725.596000', '110725.599000', '110725.602000', '110725.604000', '110725.607000', '110725.609000', '110725.613000', '110725.615000', '110745.503000', '110745.506000', '110745.509000', '110745.511000', '110745.514000', '110745.516000', '110745.519000', '110745.521000', '110745.524000', '110745.526000', '110745.529000', '110745.532000', '110745.534000', '110745.537000', '110745.539000', '110745.542000', '110745.545000', '110745.547000', '110745.550000', '110745.552000', '110745.555000', '110745.558000', '110745.560000', '110745.563000', '110745.566000', '110745.568000', '110745.571000', '110745.573000', '110745.576000', '110745.578000', '110745.581000', '110745.584000', '110745.586000', '110745.589000', '110745.591000', '110745.594000', '110745.597000', '110745.599000', '110745.602000', '110745.605000', '110745.607000', '110745.610000', '110745.612000', '110745.615000', '110805.503000', '110805.506000', '110805.509000', '110805.511000', '110805.514000', '110805.517000', '110805.519000', '110805.522000', '110805.525000', '110805.527000', '110805.530000', '110805.532000', '110805.535000', '110805.538000', '110805.540000', '110805.543000', '110805.545000', '110805.548000', '110805.551000', '110805.553000', '110805.556000', '110805.558000', '110805.561000', '110805.563000', '110805.566000', '110805.569000', '110805.571000', '110805.574000', '110805.577000', '110805.579000', '110805.582000', '110805.584000', '110805.587000', '110805.589000', '110805.592000', '110805.608000', '110805.611000', '110805.614000', '110805.616000', '110805.619000', '110805.621000', '110805.624000', '110805.627000', '110825.503000', '110825.507000', '110825.509000', '110825.512000', '110825.514000', '110825.517000', '110825.520000', '110825.522000', '110825.525000', '110825.528000', '110825.530000', '110825.533000', '110825.535000', '110825.538000', '110825.540000', '110825.543000', '110825.546000', '110825.548000', '110825.551000', '110825.553000', '110825.556000', '110825.559000', '110825.561000', '110825.564000', '110825.566000', '110825.569000', '110825.571000', '110825.574000', '110825.579000', '110825.582000', '110825.585000', '110825.587000', '110825.590000', '110825.592000', '110825.595000', '110825.598000', '110825.600000', '110825.603000', '110825.605000', '110825.608000', '110825.611000', '110825.613000', '110825.616000', '110825.618000', '110845.504000', '110845.506000', '110845.509000', '110845.512000', '110845.514000', '110845.517000', '110845.519000', '110845.522000', '110845.525000', '110845.527000', '110845.530000', '110845.532000', '110845.535000', '110845.538000', '110845.540000', '110845.543000', '110845.545000', '110845.548000', '110845.550000', '110845.553000', '110845.556000', '110845.558000', '110845.561000', '110845.563000', '110845.566000', '110845.569000', '110845.571000', '110845.574000', '110845.576000', '110845.579000', '110845.582000', '110845.584000', '110845.587000', '110845.589000', '110845.592000', '110845.595000', '110845.597000', '110845.600000', '110845.602000', '110845.605000', '110845.608000', '110845.610000', '110845.613000', '110905.503000', '110905.505000', '110905.508000', '110905.511000', '110905.514000', '110905.516000', '110905.519000', '110905.522000', '110905.524000', '110905.527000', '110905.530000', '110905.532000', '110905.535000', '110905.537000', '110905.540000', '110905.542000', '110905.545000', '110905.548000', '110905.550000', '110905.553000', '110905.555000', '110905.558000', '110905.561000', '110905.563000', '110905.566000', '110905.568000', '110905.571000', '110905.574000', '110905.576000', '110905.579000', '110905.582000', '110905.584000', '110905.587000', '110905.589000', '110905.592000', '110905.594000', '110905.597000', '110905.600000', '110905.602000', '110905.605000', '110905.608000', '110905.610000', '110905.613000', '110905.615000', '110925.503000', '110925.505000', '110925.508000', '110925.511000', '110925.513000', '110925.516000', '110925.519000', '110925.521000', '110925.524000', '110925.526000', '110925.529000', '110925.531000', '110925.534000', '110925.537000', '110925.539000', '110925.542000', '110925.544000', '110925.547000', '110925.550000', '110925.552000', '110925.555000', '110925.557000', '110925.560000', '110925.562000', '110925.565000', '110925.568000', '110925.570000', '110925.573000', '110925.575000', '110925.578000', '110925.581000', '110925.583000', '110925.586000', '110925.588000', '110925.591000', '110925.594000', '110925.596000', '110925.599000', '110925.601000', '110925.604000', '110925.606000', '110925.609000', '110925.612000', '110945.503000', '110945.506000', '110945.509000', '110945.511000', '110945.514000', '110945.517000', '110945.519000', '110945.522000', '110945.524000', '110945.527000', '110945.530000', '110945.532000', '110945.535000', '110945.537000', '110945.540000', '110945.548000', '110945.550000', '110945.559000', '110945.562000', '110945.564000', '110945.567000', '110945.569000', '110945.572000', '110945.575000', '110945.577000', '110945.580000', '110945.582000', '110945.585000', '110945.588000', '110945.590000', '110945.593000', '110945.595000', '110945.598000', '110945.601000', '110945.603000', '110945.606000', '110945.608000', '110945.611000', '110945.614000', '110945.616000', '110945.619000', '110945.621000', '110945.624000', '110945.626000', '111005.503000', '111005.506000', '111005.509000', '111005.511000', '111005.514000', '111005.516000', '111005.519000', '111005.522000', '111005.524000', '111005.527000', '111005.529000', '111005.532000', '111005.535000', '111005.537000', '111005.540000', '111005.542000', '111005.545000', '111005.547000', '111005.550000', '111005.552000', '111005.555000', '111005.558000', '111005.560000', '111005.563000', '111005.565000', '111005.568000', '111005.570000', '111005.573000', '111005.576000', '111005.578000', '111005.581000', '111005.583000', '111005.586000', '111005.589000', '111005.591000', '111005.594000', '111005.596000', '111005.599000', '111005.602000', '111005.604000', '111005.607000', '111005.609000', '111005.612000', '111025.504000', '111025.506000', '111025.509000', '111025.512000', '111025.514000', '111025.517000', '111025.519000', '111025.522000', '111025.525000', '111025.527000', '111025.530000', '111025.532000', '111025.535000', '111025.537000', '111025.540000', '111025.543000', '111025.545000', '111025.548000', '111025.550000', '111025.553000', '111025.555000', '111025.558000', '111025.560000', '111025.563000', '111025.566000', '111025.568000', '111025.571000', '111025.573000', '111025.576000', '111025.579000', '111025.581000', '111025.584000', '111025.587000', '111025.589000', '111025.592000', '111025.594000', '111025.597000', '111025.599000', '111025.602000', '111025.605000', '111025.607000', '111025.610000', '111025.612000', '111025.616000', '111045.503000', '111045.506000', '111045.509000', '111045.512000', '111045.514000', '111045.517000', '111045.520000', '111045.522000', '111045.525000', '111045.527000', '111045.530000', '111045.532000', '111045.535000', '111045.538000', '111045.540000', '111045.543000', '111045.546000', '111045.548000', '111045.551000', '111045.553000', '111045.556000', '111045.559000', '111045.561000', '111045.564000', '111045.566000', '111045.569000', '111045.571000', '111045.574000', '111045.577000', '111045.579000', '111045.582000', '111045.584000', '111045.587000', '111045.589000', '111045.592000', '111045.595000', '111045.597000', '111045.600000', '111045.603000', '111045.605000', '111045.608000', '111045.610000', '111045.613000', '111105.504000', '111105.506000', '111105.509000', '111105.512000', '111105.515000', '111105.517000', '111105.520000', '111105.522000', '111105.525000', '111105.528000', '111105.530000', '111105.533000', '111105.535000', '111105.538000', '111105.541000', '111105.543000', '111105.546000', '111105.549000', '111105.551000', '111105.554000', '111105.556000', '111105.559000', '111105.562000', '111105.565000', '111105.567000', '111105.570000', '111105.572000', '111105.575000', '111105.577000', '111105.580000', '111105.583000', '111105.585000', '111105.588000', '111105.590000', '111105.593000', '111105.595000', '111105.598000', '111105.601000', '111105.603000', '111105.606000', '111105.608000', '111105.611000', '111105.635000', '111105.637000', '111125.502000', '111125.506000', '111125.508000', '111125.511000', '111125.514000', '111125.516000', '111125.519000', '111125.522000', '111125.524000', '111125.527000', '111125.529000', '111125.532000', '111125.540000', '111125.543000', '111125.546000', '111125.548000', '111125.551000', '111125.553000', '111125.556000', '111125.559000', '111125.561000', '111125.564000', '111125.566000', '111125.569000', '111125.572000', '111125.574000', '111125.577000', '111125.579000', '111125.582000', '111125.584000', '111125.587000', '111125.590000', '111125.592000', '111125.595000', '111125.597000', '111125.600000', '111125.602000', '111125.605000', '111125.608000', '111125.610000', '111125.613000', '111125.616000', '111125.618000', '111145.502000', '111145.505000', '111145.508000', '111145.511000', '111145.513000', '111145.516000', '111145.518000', '111145.521000', '111145.524000', '111145.526000', '111145.529000', '111145.532000', '111145.534000', '111145.537000', '111145.539000', '111145.542000', '111145.545000', '111145.547000', '111145.550000', '111145.552000', '111145.555000', '111145.558000', '111145.560000', '111145.563000', '111145.565000', '111145.568000', '111145.571000', '111145.573000', '111145.576000', '111145.578000', '111145.581000', '111145.584000', '111145.586000', '111145.589000', '111145.591000', '111145.594000', '111145.597000', '111145.599000', '111145.602000', '111145.604000', '111145.607000', '111145.610000', '111145.612000', '111205.503000', '111205.505000', '111205.508000', '111205.510000', '111205.513000', '111205.516000', '111205.518000', '111205.521000', '111205.524000', '111205.526000', '111205.529000', '111205.532000', '111205.534000', '111205.537000', '111205.540000', '111205.542000', '111205.545000', '111205.548000', '111205.550000', '111205.553000', '111205.556000', '111205.558000', '111205.561000', '111205.563000', '111205.566000', '111205.569000', '111205.571000', '111205.574000', '111205.577000', '111205.579000', '111205.582000', '111205.585000', '111205.587000', '111205.590000', '111205.592000', '111205.595000', '111205.598000', '111205.600000', '111205.603000', '111205.605000', '111205.608000', '111205.611000', '111205.613000', '111205.616000', '111225.503000', '111225.506000', '111225.509000', '111225.511000', '111225.514000', '111225.516000', '111225.519000', '111225.522000', '111225.524000', '111225.527000', '111225.529000', '111225.533000', '111225.536000', '111225.538000', '111225.541000', '111225.543000', '111225.546000', '111225.549000', '111225.551000', '111225.554000', '111225.556000', '111225.559000', '111225.562000', '111225.564000', '111225.567000', '111225.570000', '111225.572000', '111225.575000', '111225.577000', '111225.580000', '111225.582000', '111225.585000', '111225.588000', '111225.590000', '111225.593000', '111225.595000', '111225.598000', '111225.601000', '111225.603000', '111225.606000', '111225.609000', '111225.611000', '111225.614000', '111225.616000', '111245.503000', '111245.506000', '111245.509000', '111245.512000', '111245.514000', '111245.517000', '111245.519000', '111245.522000', '111245.538000', '111245.541000', '111245.543000', '111245.546000', '111245.548000', '111245.551000', '111245.554000', '111245.556000', '111245.559000', '111245.562000', '111245.564000', '111245.567000', '111245.569000', '111245.572000', '111245.574000', '111245.577000', '111245.580000', '111245.582000', '111245.585000', '111245.587000', '111245.590000', '111245.593000', '111245.595000', '111245.598000', '111245.601000', '111245.603000', '111245.606000', '111245.608000', '111245.611000', '111245.614000', '111245.616000', '111245.619000', '111245.621000', '111245.624000', '111245.627000', '111305.504000', '111305.507000', '111305.509000', '111305.512000', '111305.514000', '111305.517000', '111305.520000', '111305.522000', '111305.525000', '111305.527000', '111305.530000', '111305.533000', '111305.535000', '111305.538000', '111305.540000', '111305.543000', '111305.546000', '111305.548000', '111305.551000', '111305.553000', '111305.556000', '111305.559000', '111305.561000', '111305.564000', '111305.566000', '111305.569000', '111305.572000', '111305.580000', '111305.583000', '111305.586000', '111305.588000', '111305.591000', '111305.593000', '111305.596000', '111305.599000', '111305.601000', '111305.604000', '111305.607000', '111305.609000', '111305.612000', '111305.615000', '111305.617000', '111305.620000', '111325.504000', '111325.506000', '111325.509000', '111325.512000', '111325.514000', '111325.517000', '111325.539000', '111325.541000', '111325.544000', '111325.546000', '111325.549000', '111325.552000', '111325.554000', '111325.557000', '111325.560000', '111325.562000', '111325.565000', '111325.568000', '111325.571000', '111325.573000', '111325.576000', '111325.578000', '111325.581000', '111325.584000', '111325.586000', '111325.589000', '111325.591000', '111325.594000', '111325.596000', '111325.599000', '111325.602000', '111325.604000', '111325.607000', '111325.609000', '111325.612000', '111325.615000', '111325.617000', '111325.620000', '111325.622000', '111325.625000', '111325.628000', '111325.630000', '111325.633000', '111325.635000', '111345.502000', '111345.505000', '111345.508000', '111345.511000', '111345.513000', '111345.516000', '111345.519000', '111345.521000', '111345.524000', '111345.526000', '111345.529000', '111345.532000', '111345.534000', '111345.537000', '111345.540000', '111345.542000', '111345.545000', '111345.547000', '111345.550000', '111345.553000', '111345.555000', '111345.558000', '111345.560000', '111345.563000', '111345.566000', '111345.568000', '111345.572000', '111345.574000', '111345.577000', '111345.580000', '111345.583000', '111345.585000', '111345.588000', '111345.590000', '111345.593000', '111345.596000', '111345.599000', '111345.601000', '111345.604000', '111345.607000', '111345.609000', '111345.612000', '111345.614000', '111405.503000', '111405.506000', '111405.509000', '111405.511000', '111405.514000', '111405.516000', '111405.530000', '111405.533000', '111405.535000', '111405.538000', '111405.540000', '111405.543000', '111405.546000', '111405.548000', '111405.551000', '111405.553000', '111405.556000', '111405.559000', '111405.561000', '111405.564000', '111405.567000', '111405.569000', '111405.572000', '111405.574000', '111405.577000', '111405.580000', '111405.582000', '111405.585000', '111405.588000', '111405.590000', '111405.593000', '111405.595000', '111405.598000', '111405.601000', '111405.604000', '111405.606000', '111405.609000', '111405.612000', '111405.614000', '111405.617000', '111405.619000', '111405.622000', '111405.625000', '111405.627000', '111425.503000', '111425.505000', '111425.508000', '111425.511000', '111425.514000', '111425.516000', '111425.519000', '111425.522000', '111425.525000', '111425.529000', '111425.531000', '111425.534000', '111425.537000', '111425.539000', '111425.542000', '111425.544000', '111425.547000', '111425.550000', '111425.553000', '111425.555000', '111425.558000', '111425.561000', '111425.563000', '111425.566000', '111425.568000', '111425.571000', '111425.574000', '111425.577000', '111425.579000', '111425.582000', '111425.584000', '111425.587000', '111425.589000', '111425.592000', '111425.595000', '111425.597000', '111425.600000', '111425.603000', '111425.605000', '111425.608000', '111425.610000', '111425.613000', '111425.615000', '111445.504000', '111445.506000', '111445.509000', '111445.512000', '111445.515000', '111445.518000', '111445.520000', '111445.523000', '111445.526000', '111445.528000', '111445.531000', '111445.533000', '111445.536000', '111445.539000', '111445.541000', '111445.544000', '111445.546000', '111445.549000', '111445.552000', '111445.554000', '111445.557000', '111445.560000', '111445.562000', '111445.565000', '111445.567000', '111445.570000', '111445.573000', '111445.575000', '111445.578000', '111445.580000', '111445.583000', '111445.586000', '111445.588000', '111445.591000', '111445.593000', '111445.596000', '111445.599000', '111445.601000', '111445.604000', '111445.606000', '111445.609000', '111445.612000', '111445.614000', '111445.617000', '111505.504000', '111505.507000', '111505.510000', '111505.512000', '111505.515000', '111505.517000', '111505.520000', '111505.523000', '111505.525000', '111505.528000', '111505.530000', '111505.533000', '111505.536000', '111505.538000', '111505.541000', '111505.543000', '111505.546000', '111505.549000', '111505.551000', '111505.554000', '111505.556000', '111505.559000', '111505.562000', '111505.564000', '111505.567000', '111505.569000', '111505.572000', '111505.575000', '111505.577000', '111505.580000', '111505.582000', '111505.585000', '111505.588000', '111505.591000', '111505.593000', '111505.596000', '111505.599000', '111505.601000', '111505.604000', '111505.606000', '111505.609000', '111505.613000', '111505.616000', '111525.504000', '111525.506000', '111525.517000', '111525.520000', '111525.523000', '111525.525000', '111525.528000', '111525.535000', '111525.538000', '111525.540000', '111525.543000', '111525.545000', '111525.548000', '111525.551000', '111525.553000', '111525.556000', '111525.558000', '111525.561000', '111525.564000', '111525.566000', '111525.569000', '111525.571000', '111525.574000', '111525.577000', '111525.579000', '111525.582000', '111525.584000', '111525.587000', '111525.590000', '111525.592000', '111525.595000', '111525.598000', '111525.600000', '111525.603000', '111525.605000', '111525.608000', '111525.611000', '111525.613000', '111525.616000', '111525.619000', '111525.621000', '111525.624000', '111525.626000', '111525.629000', '111545.504000', '111545.507000', '111545.509000', '111545.512000', '111545.515000', '111545.517000', '111545.520000', '111545.522000', '111545.525000', '111545.528000', '111545.530000', '111545.533000', '111545.535000', '111545.538000', '111545.541000', '111545.543000', '111545.546000', '111545.549000', '111545.551000', '111545.554000', '111545.557000', '111545.559000', '111545.562000', '111545.564000', '111545.567000', '111545.570000', '111545.572000', '111545.575000', '111545.577000', '111545.580000', '111545.583000', '111545.585000', '111545.588000', '111545.591000', '111545.594000', '111545.597000', '111545.601000', '111545.603000', '111545.606000', '111545.609000', '111545.611000', '111545.614000', '111545.617000', '111605.503000', '111605.505000', '111605.509000', '111605.511000', '111605.514000', '111605.516000', '111605.519000', '111605.522000', '111605.524000', '111605.527000', '111605.530000', '111605.532000', '111605.535000', '111605.537000', '111605.540000', '111605.543000', '111605.545000', '111605.548000', '111605.551000', '111605.553000', '111605.556000', '111605.558000', '111605.561000', '111605.564000', '111605.566000', '111605.569000', '111605.572000', '111605.574000', '111605.577000', '111605.579000', '111605.582000', '111605.585000', '111605.587000', '111605.590000', '111605.593000', '111605.595000', '111605.598000', '111605.600000', '111605.603000', '111605.606000', '111605.608000', '111605.611000', '111605.614000', '111605.616000', '111608.135000', '111608.138000', '111608.141000', '111608.144000', '111608.147000', '111608.149000'], 'InstanceCreationTime': ['110625.535000', '110625.538000', '110625.541000', '110625.544000', '110625.546000', '110625.549000', '110625.551000', '110625.554000', '110625.557000', '110625.559000', '110625.562000', '110625.564000', '110625.567000', '110625.570000', '110625.572000', '110625.575000', '110625.577000', '110625.580000', '110625.583000', '110625.585000', '110625.588000', '110625.591000', '110625.593000', '110625.596000', '110625.598000', '110625.601000', '110625.603000', '110625.627000', '110625.630000', '110625.632000', '110625.635000', '110645.502000', '110645.505000', '110645.508000', '110645.515000', '110645.518000', '110645.521000', '110645.524000', '110645.527000', '110645.530000', '110645.534000', '110645.536000', '110645.539000', '110645.542000', '110645.545000', '110645.547000', '110645.550000', '110645.552000', '110645.555000', '110645.557000', '110645.560000', '110645.563000', '110645.565000', '110645.568000', '110645.570000', '110645.573000', '110645.575000', '110645.578000', '110645.581000', '110645.583000', '110645.586000', '110645.588000', '110645.591000', '110645.593000', '110645.596000', '110645.599000', '110645.601000', '110645.604000', '110645.606000', '110645.609000', '110645.612000', '110645.614000', '110645.617000', '110645.619000', '110705.502000', '110705.505000', '110705.508000', '110705.511000', '110705.514000', '110705.516000', '110705.519000', '110705.522000', '110705.524000', '110705.527000', '110705.529000', '110705.532000', '110705.534000', '110705.537000', '110705.539000', '110705.542000', '110705.545000', '110705.547000', '110705.550000', '110705.552000', '110705.555000', '110705.557000', '110705.560000', '110705.563000', '110705.573000', '110705.575000', '110705.578000', '110705.581000', '110705.583000', '110705.586000', '110705.588000', '110705.591000', '110705.594000', '110705.596000', '110705.599000', '110705.601000', '110705.604000', '110705.606000', '110705.609000', '110705.612000', '110705.614000', '110705.617000', '110705.619000', '110705.622000', '110725.502000', '110725.505000', '110725.508000', '110725.511000', '110725.513000', '110725.516000', '110725.519000', '110725.521000', '110725.524000', '110725.526000', '110725.529000', '110725.532000', '110725.534000', '110725.537000', '110725.539000', '110725.542000', '110725.544000', '110725.547000', '110725.550000', '110725.552000', '110725.555000', '110725.557000', '110725.560000', '110725.563000', '110725.566000', '110725.569000', '110725.571000', '110725.576000', '110725.578000', '110725.581000', '110725.583000', '110725.586000', '110725.589000', '110725.591000', '110725.594000', '110725.596000', '110725.599000', '110725.602000', '110725.604000', '110725.607000', '110725.609000', '110725.613000', '110725.615000', '110745.503000', '110745.506000', '110745.509000', '110745.511000', '110745.514000', '110745.516000', '110745.519000', '110745.521000', '110745.524000', '110745.526000', '110745.529000', '110745.532000', '110745.534000', '110745.537000', '110745.539000', '110745.542000', '110745.545000', '110745.547000', '110745.550000', '110745.552000', '110745.555000', '110745.558000', '110745.560000', '110745.563000', '110745.566000', '110745.568000', '110745.571000', '110745.573000', '110745.576000', '110745.578000', '110745.581000', '110745.584000', '110745.586000', '110745.589000', '110745.591000', '110745.594000', '110745.597000', '110745.599000', '110745.602000', '110745.605000', '110745.607000', '110745.610000', '110745.612000', '110745.615000', '110805.503000', '110805.506000', '110805.509000', '110805.511000', '110805.514000', '110805.517000', '110805.519000', '110805.522000', '110805.525000', '110805.527000', '110805.530000', '110805.532000', '110805.535000', '110805.538000', '110805.540000', '110805.543000', '110805.545000', '110805.548000', '110805.551000', '110805.553000', '110805.556000', '110805.558000', '110805.561000', '110805.563000', '110805.566000', '110805.569000', '110805.571000', '110805.574000', '110805.577000', '110805.579000', '110805.582000', '110805.584000', '110805.587000', '110805.589000', '110805.592000', '110805.608000', '110805.611000', '110805.614000', '110805.616000', '110805.619000', '110805.621000', '110805.624000', '110805.627000', '110825.503000', '110825.507000', '110825.509000', '110825.512000', '110825.514000', '110825.517000', '110825.520000', '110825.522000', '110825.525000', '110825.528000', '110825.530000', '110825.533000', '110825.535000', '110825.538000', '110825.540000', '110825.543000', '110825.546000', '110825.548000', '110825.551000', '110825.553000', '110825.556000', '110825.559000', '110825.561000', '110825.564000', '110825.566000', '110825.569000', '110825.571000', '110825.574000', '110825.579000', '110825.582000', '110825.585000', '110825.587000', '110825.590000', '110825.592000', '110825.595000', '110825.598000', '110825.600000', '110825.603000', '110825.605000', '110825.608000', '110825.611000', '110825.613000', '110825.616000', '110825.618000', '110845.504000', '110845.506000', '110845.509000', '110845.512000', '110845.514000', '110845.517000', '110845.519000', '110845.522000', '110845.525000', '110845.527000', '110845.530000', '110845.532000', '110845.535000', '110845.538000', '110845.540000', '110845.543000', '110845.545000', '110845.548000', '110845.550000', '110845.553000', '110845.556000', '110845.558000', '110845.561000', '110845.563000', '110845.566000', '110845.569000', '110845.571000', '110845.574000', '110845.576000', '110845.579000', '110845.582000', '110845.584000', '110845.587000', '110845.589000', '110845.592000', '110845.595000', '110845.597000', '110845.600000', '110845.602000', '110845.605000', '110845.608000', '110845.610000', '110845.613000', '110905.503000', '110905.505000', '110905.508000', '110905.511000', '110905.514000', '110905.516000', '110905.519000', '110905.522000', '110905.524000', '110905.527000', '110905.530000', '110905.532000', '110905.535000', '110905.537000', '110905.540000', '110905.542000', '110905.545000', '110905.548000', '110905.550000', '110905.553000', '110905.555000', '110905.558000', '110905.561000', '110905.563000', '110905.566000', '110905.568000', '110905.571000', '110905.574000', '110905.576000', '110905.579000', '110905.582000', '110905.584000', '110905.587000', '110905.589000', '110905.592000', '110905.594000', '110905.597000', '110905.600000', '110905.602000', '110905.605000', '110905.608000', '110905.610000', '110905.613000', '110905.615000', '110925.503000', '110925.505000', '110925.508000', '110925.511000', '110925.513000', '110925.516000', '110925.519000', '110925.521000', '110925.524000', '110925.526000', '110925.529000', '110925.531000', '110925.534000', '110925.537000', '110925.539000', '110925.542000', '110925.544000', '110925.547000', '110925.550000', '110925.552000', '110925.555000', '110925.557000', '110925.560000', '110925.562000', '110925.565000', '110925.568000', '110925.570000', '110925.573000', '110925.575000', '110925.578000', '110925.581000', '110925.583000', '110925.586000', '110925.588000', '110925.591000', '110925.594000', '110925.596000', '110925.599000', '110925.601000', '110925.604000', '110925.606000', '110925.609000', '110925.612000', '110945.503000', '110945.506000', '110945.509000', '110945.511000', '110945.514000', '110945.517000', '110945.519000', '110945.522000', '110945.524000', '110945.527000', '110945.530000', '110945.532000', '110945.535000', '110945.537000', '110945.540000', '110945.548000', '110945.550000', '110945.559000', '110945.562000', '110945.564000', '110945.567000', '110945.569000', '110945.572000', '110945.575000', '110945.577000', '110945.580000', '110945.582000', '110945.585000', '110945.588000', '110945.590000', '110945.593000', '110945.595000', '110945.598000', '110945.601000', '110945.603000', '110945.606000', '110945.608000', '110945.611000', '110945.614000', '110945.616000', '110945.619000', '110945.621000', '110945.624000', '110945.626000', '111005.503000', '111005.506000', '111005.509000', '111005.511000', '111005.514000', '111005.516000', '111005.519000', '111005.522000', '111005.524000', '111005.527000', '111005.529000', '111005.532000', '111005.535000', '111005.537000', '111005.540000', '111005.542000', '111005.545000', '111005.547000', '111005.550000', '111005.552000', '111005.555000', '111005.558000', '111005.560000', '111005.563000', '111005.565000', '111005.568000', '111005.570000', '111005.573000', '111005.576000', '111005.578000', '111005.581000', '111005.583000', '111005.586000', '111005.589000', '111005.591000', '111005.594000', '111005.596000', '111005.599000', '111005.602000', '111005.604000', '111005.607000', '111005.609000', '111005.612000', '111025.504000', '111025.506000', '111025.509000', '111025.512000', '111025.514000', '111025.517000', '111025.519000', '111025.522000', '111025.525000', '111025.527000', '111025.530000', '111025.532000', '111025.535000', '111025.537000', '111025.540000', '111025.543000', '111025.545000', '111025.548000', '111025.550000', '111025.553000', '111025.555000', '111025.558000', '111025.560000', '111025.563000', '111025.566000', '111025.568000', '111025.571000', '111025.573000', '111025.576000', '111025.579000', '111025.581000', '111025.584000', '111025.587000', '111025.589000', '111025.592000', '111025.594000', '111025.597000', '111025.599000', '111025.602000', '111025.605000', '111025.607000', '111025.610000', '111025.612000', '111025.616000', '111045.503000', '111045.506000', '111045.509000', '111045.512000', '111045.514000', '111045.517000', '111045.520000', '111045.522000', '111045.525000', '111045.527000', '111045.530000', '111045.532000', '111045.535000', '111045.538000', '111045.540000', '111045.543000', '111045.546000', '111045.548000', '111045.551000', '111045.553000', '111045.556000', '111045.559000', '111045.561000', '111045.564000', '111045.566000', '111045.569000', '111045.571000', '111045.574000', '111045.577000', '111045.579000', '111045.582000', '111045.584000', '111045.587000', '111045.589000', '111045.592000', '111045.595000', '111045.597000', '111045.600000', '111045.603000', '111045.605000', '111045.608000', '111045.610000', '111045.613000', '111105.504000', '111105.506000', '111105.509000', '111105.512000', '111105.515000', '111105.517000', '111105.520000', '111105.522000', '111105.525000', '111105.528000', '111105.530000', '111105.533000', '111105.535000', '111105.538000', '111105.541000', '111105.543000', '111105.546000', '111105.549000', '111105.551000', '111105.554000', '111105.556000', '111105.559000', '111105.562000', '111105.565000', '111105.567000', '111105.570000', '111105.572000', '111105.575000', '111105.577000', '111105.580000', '111105.583000', '111105.585000', '111105.588000', '111105.590000', '111105.593000', '111105.595000', '111105.598000', '111105.601000', '111105.603000', '111105.606000', '111105.608000', '111105.611000', '111105.635000', '111105.637000', '111125.502000', '111125.506000', '111125.508000', '111125.511000', '111125.514000', '111125.516000', '111125.519000', '111125.522000', '111125.524000', '111125.527000', '111125.529000', '111125.532000', '111125.540000', '111125.543000', '111125.546000', '111125.548000', '111125.551000', '111125.553000', '111125.556000', '111125.559000', '111125.561000', '111125.564000', '111125.566000', '111125.569000', '111125.572000', '111125.574000', '111125.577000', '111125.579000', '111125.582000', '111125.584000', '111125.587000', '111125.590000', '111125.592000', '111125.595000', '111125.597000', '111125.600000', '111125.602000', '111125.605000', '111125.608000', '111125.610000', '111125.613000', '111125.616000', '111125.618000', '111145.502000', '111145.505000', '111145.508000', '111145.511000', '111145.513000', '111145.516000', '111145.518000', '111145.521000', '111145.524000', '111145.526000', '111145.529000', '111145.532000', '111145.534000', '111145.537000', '111145.539000', '111145.542000', '111145.545000', '111145.547000', '111145.550000', '111145.552000', '111145.555000', '111145.558000', '111145.560000', '111145.563000', '111145.565000', '111145.568000', '111145.571000', '111145.573000', '111145.576000', '111145.578000', '111145.581000', '111145.584000', '111145.586000', '111145.589000', '111145.591000', '111145.594000', '111145.597000', '111145.599000', '111145.602000', '111145.604000', '111145.607000', '111145.610000', '111145.612000', '111205.503000', '111205.505000', '111205.508000', '111205.510000', '111205.513000', '111205.516000', '111205.518000', '111205.521000', '111205.524000', '111205.526000', '111205.529000', '111205.532000', '111205.534000', '111205.537000', '111205.540000', '111205.542000', '111205.545000', '111205.548000', '111205.550000', '111205.553000', '111205.556000', '111205.558000', '111205.561000', '111205.563000', '111205.566000', '111205.569000', '111205.571000', '111205.574000', '111205.577000', '111205.579000', '111205.582000', '111205.585000', '111205.587000', '111205.590000', '111205.592000', '111205.595000', '111205.598000', '111205.600000', '111205.603000', '111205.605000', '111205.608000', '111205.611000', '111205.613000', '111205.616000', '111225.503000', '111225.506000', '111225.509000', '111225.511000', '111225.514000', '111225.516000', '111225.519000', '111225.522000', '111225.524000', '111225.527000', '111225.529000', '111225.533000', '111225.536000', '111225.538000', '111225.541000', '111225.543000', '111225.546000', '111225.549000', '111225.551000', '111225.554000', '111225.556000', '111225.559000', '111225.562000', '111225.564000', '111225.567000', '111225.570000', '111225.572000', '111225.575000', '111225.577000', '111225.580000', '111225.582000', '111225.585000', '111225.588000', '111225.590000', '111225.593000', '111225.595000', '111225.598000', '111225.601000', '111225.603000', '111225.606000', '111225.609000', '111225.611000', '111225.614000', '111225.616000', '111245.503000', '111245.506000', '111245.509000', '111245.512000', '111245.514000', '111245.517000', '111245.519000', '111245.522000', '111245.538000', '111245.541000', '111245.543000', '111245.546000', '111245.548000', '111245.551000', '111245.554000', '111245.556000', '111245.559000', '111245.562000', '111245.564000', '111245.567000', '111245.569000', '111245.572000', '111245.574000', '111245.577000', '111245.580000', '111245.582000', '111245.585000', '111245.587000', '111245.590000', '111245.593000', '111245.595000', '111245.598000', '111245.601000', '111245.603000', '111245.606000', '111245.608000', '111245.611000', '111245.614000', '111245.616000', '111245.619000', '111245.621000', '111245.624000', '111245.627000', '111305.504000', '111305.507000', '111305.509000', '111305.512000', '111305.514000', '111305.517000', '111305.520000', '111305.522000', '111305.525000', '111305.527000', '111305.530000', '111305.533000', '111305.535000', '111305.538000', '111305.540000', '111305.543000', '111305.546000', '111305.548000', '111305.551000', '111305.553000', '111305.556000', '111305.559000', '111305.561000', '111305.564000', '111305.566000', '111305.569000', '111305.572000', '111305.580000', '111305.583000', '111305.586000', '111305.588000', '111305.591000', '111305.593000', '111305.596000', '111305.599000', '111305.601000', '111305.604000', '111305.607000', '111305.609000', '111305.612000', '111305.615000', '111305.617000', '111305.620000', '111325.504000', '111325.506000', '111325.509000', '111325.512000', '111325.514000', '111325.517000', '111325.539000', '111325.541000', '111325.544000', '111325.546000', '111325.549000', '111325.552000', '111325.554000', '111325.557000', '111325.560000', '111325.562000', '111325.565000', '111325.568000', '111325.571000', '111325.573000', '111325.576000', '111325.578000', '111325.581000', '111325.584000', '111325.586000', '111325.589000', '111325.591000', '111325.594000', '111325.596000', '111325.599000', '111325.602000', '111325.604000', '111325.607000', '111325.609000', '111325.612000', '111325.615000', '111325.617000', '111325.620000', '111325.622000', '111325.625000', '111325.628000', '111325.630000', '111325.633000', '111325.635000', '111345.502000', '111345.505000', '111345.508000', '111345.511000', '111345.513000', '111345.516000', '111345.519000', '111345.521000', '111345.524000', '111345.526000', '111345.529000', '111345.532000', '111345.534000', '111345.537000', '111345.540000', '111345.542000', '111345.545000', '111345.547000', '111345.550000', '111345.553000', '111345.555000', '111345.558000', '111345.560000', '111345.563000', '111345.566000', '111345.568000', '111345.572000', '111345.574000', '111345.577000', '111345.580000', '111345.583000', '111345.585000', '111345.588000', '111345.590000', '111345.593000', '111345.596000', '111345.599000', '111345.601000', '111345.604000', '111345.607000', '111345.609000', '111345.612000', '111345.614000', '111405.503000', '111405.506000', '111405.509000', '111405.511000', '111405.514000', '111405.516000', '111405.530000', '111405.533000', '111405.535000', '111405.538000', '111405.540000', '111405.543000', '111405.546000', '111405.548000', '111405.551000', '111405.553000', '111405.556000', '111405.559000', '111405.561000', '111405.564000', '111405.567000', '111405.569000', '111405.572000', '111405.574000', '111405.577000', '111405.580000', '111405.582000', '111405.585000', '111405.588000', '111405.590000', '111405.593000', '111405.595000', '111405.598000', '111405.601000', '111405.604000', '111405.606000', '111405.609000', '111405.612000', '111405.614000', '111405.617000', '111405.619000', '111405.622000', '111405.625000', '111405.627000', '111425.503000', '111425.505000', '111425.508000', '111425.511000', '111425.514000', '111425.516000', '111425.519000', '111425.522000', '111425.525000', '111425.529000', '111425.531000', '111425.534000', '111425.537000', '111425.539000', '111425.542000', '111425.544000', '111425.547000', '111425.550000', '111425.553000', '111425.555000', '111425.558000', '111425.561000', '111425.563000', '111425.566000', '111425.568000', '111425.571000', '111425.574000', '111425.577000', '111425.579000', '111425.582000', '111425.584000', '111425.587000', '111425.589000', '111425.592000', '111425.595000', '111425.597000', '111425.600000', '111425.603000', '111425.605000', '111425.608000', '111425.610000', '111425.613000', '111425.615000', '111445.504000', '111445.506000', '111445.509000', '111445.512000', '111445.515000', '111445.518000', '111445.520000', '111445.523000', '111445.526000', '111445.528000', '111445.531000', '111445.533000', '111445.536000', '111445.539000', '111445.541000', '111445.544000', '111445.546000', '111445.549000', '111445.552000', '111445.554000', '111445.557000', '111445.560000', '111445.562000', '111445.565000', '111445.567000', '111445.570000', '111445.573000', '111445.575000', '111445.578000', '111445.580000', '111445.583000', '111445.586000', '111445.588000', '111445.591000', '111445.593000', '111445.596000', '111445.599000', '111445.601000', '111445.604000', '111445.606000', '111445.609000', '111445.612000', '111445.614000', '111445.617000', '111505.504000', '111505.507000', '111505.510000', '111505.512000', '111505.515000', '111505.517000', '111505.520000', '111505.523000', '111505.525000', '111505.528000', '111505.530000', '111505.533000', '111505.536000', '111505.538000', '111505.541000', '111505.543000', '111505.546000', '111505.549000', '111505.551000', '111505.554000', '111505.556000', '111505.559000', '111505.562000', '111505.564000', '111505.567000', '111505.569000', '111505.572000', '111505.575000', '111505.577000', '111505.580000', '111505.582000', '111505.585000', '111505.588000', '111505.591000', '111505.593000', '111505.596000', '111505.599000', '111505.601000', '111505.604000', '111505.606000', '111505.609000', '111505.613000', '111505.616000', '111525.504000', '111525.506000', '111525.517000', '111525.520000', '111525.523000', '111525.525000', '111525.528000', '111525.535000', '111525.538000', '111525.540000', '111525.543000', '111525.545000', '111525.548000', '111525.551000', '111525.553000', '111525.556000', '111525.558000', '111525.561000', '111525.564000', '111525.566000', '111525.569000', '111525.571000', '111525.574000', '111525.577000', '111525.579000', '111525.582000', '111525.584000', '111525.587000', '111525.590000', '111525.592000', '111525.595000', '111525.598000', '111525.600000', '111525.603000', '111525.605000', '111525.608000', '111525.611000', '111525.613000', '111525.616000', '111525.619000', '111525.621000', '111525.624000', '111525.626000', '111525.629000', '111545.504000', '111545.507000', '111545.509000', '111545.512000', '111545.515000', '111545.517000', '111545.520000', '111545.522000', '111545.525000', '111545.528000', '111545.530000', '111545.533000', '111545.535000', '111545.538000', '111545.541000', '111545.543000', '111545.546000', '111545.549000', '111545.551000', '111545.554000', '111545.557000', '111545.559000', '111545.562000', '111545.564000', '111545.567000', '111545.570000', '111545.572000', '111545.575000', '111545.577000', '111545.580000', '111545.583000', '111545.585000', '111545.588000', '111545.591000', '111545.594000', '111545.597000', '111545.601000', '111545.603000', '111545.606000', '111545.609000', '111545.611000', '111545.614000', '111545.617000', '111605.503000', '111605.505000', '111605.509000', '111605.511000', '111605.514000', '111605.516000', '111605.519000', '111605.522000', '111605.524000', '111605.527000', '111605.530000', '111605.532000', '111605.535000', '111605.537000', '111605.540000', '111605.543000', '111605.545000', '111605.548000', '111605.551000', '111605.553000', '111605.556000', '111605.558000', '111605.561000', '111605.564000', '111605.566000', '111605.569000', '111605.572000', '111605.574000', '111605.577000', '111605.579000', '111605.582000', '111605.585000', '111605.587000', '111605.590000', '111605.593000', '111605.595000', '111605.598000', '111605.600000', '111605.603000', '111605.606000', '111605.608000', '111605.611000', '111605.614000', '111605.616000', '111608.135000', '111608.138000', '111608.141000', '111608.144000', '111608.147000', '111608.149000'], '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': [7118, 8212, 6898, 8181, 8709, 7329, 11228, 7089, 7757, 6606, 7243, 6054, 6930, 8950, 7371, 6887, 7934, 6055, 10374, 7482, 10841, 8474, 7522, 6419, 5564, 6384, 8552, 6971, 6836, 9216, 7439, 6636, 10269, 9493, 6997, 10921, 7928, 8427, 10438, 9655, 11380, 10802, 9925, 11583, 8755, 6955, 12544, 12021, 11410, 7963, 12173, 6466, 6157, 6001, 6778, 6431, 7380, 6794, 9314, 6076, 6631, 6931, 7333, 8979, 9462, 7018, 8886, 6568, 6755, 7034, 8209, 8968, 7630, 6785, 6199, 5631, 6763, 9290, 8530, 6468, 7470, 6676, 6321, 7046, 8330, 8832, 8927, 6779, 8469, 6880, 6405, 7391, 7137, 9751, 7268, 7264, 6713, 6729, 7481, 6951, 7146, 7071, 6699, 7724, 6872, 6279, 5712, 6600, 7323, 8894, 8641, 8812, 7711, 6740, 9056, 8186, 8508, 11241, 8998, 7608, 10966, 6623, 6105, 7049, 6655, 9706, 7682, 7167, 9434, 6269, 6291, 5828, 6952, 7371, 8915, 7565, 8764, 6363, 5753, 6153, 6711, 8507, 8594, 8937, 6692, 6739, 7376, 8506, 6633, 10172, 7088, 6176, 6364, 6646, 6727, 8860, 9563, 10629, 7273, 6907, 7115, 8212, 7678, 11624, 7426, 6056, 6240, 10004, 11138, 7688, 8406, 6361, 6684, 6116, 6648, 5951, 6609, 7137, 9460, 7229, 6930, 7781, 7630, 6258, 9206, 8784, 9877, 8456, 6549, 5934, 5901, 6650, 8610, 8865, 6206, 7655, 6719, 5836, 7115, 6673, 8200, 9073, 10378, 8070, 6558, 5933, 6969, 8235, 7936, 7266, 8179, 6596, 6489, 6702, 5964, 7655, 6479, 7771, 6753, 6879, 6037, 6641, 5703, 6032, 7971, 10444, 8767, 7169, 6882, 7646, 7080, 7305, 8119, 6559, 9880, 7052, 8981, 9566, 6945, 11040, 8813, 11231, 9717, 9314, 10067, 6785, 11263, 9366, 5847, 6237, 6362, 6367, 6591, 5902, 8123, 5928, 5716, 5977, 6358, 6033, 7479, 7553, 10326, 7546, 5945, 7054, 7584, 10169, 8367, 7293, 9351, 6962, 6345, 6081, 7251, 8330, 8653, 7050, 9557, 5605, 6806, 6994, 6677, 9287, 11714, 7199, 5910, 5816, 6656, 6288, 7009, 6423, 6518, 5806, 6303, 5917, 6208, 6223, 9617, 8968, 9941, 8507, 6227, 8438, 6056, 6752, 7028, 6138, 10315, 8565, 7434, 6079, 6223, 6449, 5849, 6546, 7951, 6772, 6573, 6710, 6905, 6870, 7294, 6388, 7756, 7003, 6346, 7579, 8767, 6866, 5733, 7478, 8858, 10220, 6246, 8716, 9550, 9730, 10708, 10090, 11488, 9007, 6943, 6633, 5954, 6874, 7774, 6615, 6933, 8691, 6779, 9357, 8715, 7525, 10594, 6030, 6873, 6359, 6045, 7197, 8528, 6727, 8184, 9824, 8664, 10223, 7079, 6524, 6661, 6275, 6859, 8463, 6657, 6740, 7816, 6856, 10458, 7492, 7810, 10102, 10860, 12276, 6721, 6780, 7302, 7562, 8359, 9990, 9226, 6065, 6584, 6627, 6259, 6715, 8264, 7991, 7115, 9086, 6859, 9343, 6908, 10042, 7393, 10477, 7061, 10721, 6861, 9192, 6852, 9145, 7111, 8600, 6780, 8077, 6692, 6676, 7456, 7485, 7313, 6434, 6911, 6679, 6614, 8149, 10258, 10823, 5896, 7518, 5867, 6433, 8588, 9611, 8541, 10522, 6579, 6630, 7412, 6423, 9328, 8049, 9602, 11907, 9268, 12494, 7039, 6536, 6449, 6505, 7439, 6482, 6711, 8450, 6390, 8924, 7463, 7076, 7507, 6649, 8986, 8652, 9479, 8924, 6141, 6085, 5842, 5662, 6559, 7753, 7446, 6396, 8325, 6800, 9223, 7816, 8705, 9060, 9162, 9252, 7165, 9422, 6674, 9334, 6977, 9602, 6548, 9458, 6463, 8889, 6377, 6362, 6258, 5930, 6716, 7729, 7531, 6735, 7750, 5973, 6583, 8271, 8626, 9259, 9728, 7889, 6823, 6599, 6577, 7084, 7923, 6449, 8829, 7793, 6840, 7995, 8747, 11112, 8265, 6975, 7740, 8004, 11528, 9234, 6481, 6284, 6904, 6589, 7787, 6343, 9357, 6634, 6748, 6249, 6657, 7103, 8483, 7908, 10155, 7250, 7102, 7473, 6367, 6926, 9179, 9243, 10770, 7675, 6830, 6783, 6575, 8466, 8765, 9100, 7532, 6828, 6414, 6581, 7124, 7585, 6797, 9693, 6931, 6980, 7379, 7223, 6922, 8928, 7210, 9624, 7390, 9376, 7938, 7446, 9499, 7204, 9676, 9507, 10591, 10704, 6557, 6534, 5705, 6792, 7065, 8460, 8339, 6744, 6552, 6132, 6320, 7148, 9628, 8347, 7198, 8327, 5719, 6597, 8772, 9141, 8056, 8837, 7518, 9381, 7265, 6441, 8731, 7777, 6570, 7149, 6429, 6519, 8774, 7050, 9257, 7229, 6741, 9031, 6676, 9425, 6613, 10468, 7440, 6575, 7464, 6856, 7986, 6488, 6715, 9012, 6942, 10140, 8321, 6889, 9896, 6850, 10022, 9093, 10106, 10005, 8212, 11305, 5893, 7241, 6373, 6780, 7881, 6861, 6786, 6535, 7102, 9325, 6784, 7038, 8674, 8578, 9458, 9996, 10360, 8879, 9449, 6476, 7208, 6572, 6961, 8457, 7119, 8235, 6577, 7632, 8490, 7929, 9587, 6873, 6417, 6059, 7682, 8925, 6234, 7575, 7189, 6467, 7899, 9437, 10169, 7907, 8955, 7227, 7590, 8188, 9783, 8320, 11162, 6929, 7406, 7346, 6968, 9001, 7452, 7603, 7162, 10448, 9939, 10716, 7496, 7386, 6552, 7156, 6670, 6934, 7018, 9774, 7146, 10638, 7430, 7053, 9109, 7295, 9653, 9108, 10343, 8282, 6887, 6262, 6827, 8588, 6714, 8124, 9413, 7463, 10272, 6598, 6663, 7264, 7075, 7271, 6542, 6523, 9773, 6764, 9356, 6813, 6992, 8248, 6755, 8747, 6701, 9377, 9967, 7802, 8723, 5972, 7538, 7020, 7031, 7493, 8923, 7930, 7110, 6948, 8370, 9087, 8724, 7240, 6466, 6155, 6399, 7805, 9536, 7377, 6455, 7213, 9201, 9209, 12041, 10902, 10038, 6804, 6913, 7084, 6397, 7613, 9044, 8341, 6611, 7107, 6548, 6888, 7005, 6377, 8730, 6432, 9265, 8405, 8234, 6614, 6822, 6206, 7006, 6404, 9040, 6819, 9683, 7081, 8530, 6089, 6785, 8293, 6867, 9795, 9165, 10716, 8884, 6429, 6674, 6725, 7243, 6768, 8520, 8928, 6397, 6447, 6333, 8881, 8069, 8017, 8799, 6304, 6235, 5947, 7991, 8498, 6490, 8433, 6094, 8277, 5908, 6055, 6356, 6632, 7677, 9081, 7944, 8383, 6439, 5875, 6006, 6339, 9095, 9010, 10387, 10832, 6377, 6881, 6463, 6325, 6273, 7703, 10763, 7856, 6113, 6252, 6195, 8017, 5992, 6525, 7695, 8635, 9909, 6978, 6639, 6458, 6496, 7006, 8310, 7494, 8626, 10254, 8976, 11054, 6545, 6453, 6633, 6258, 6570, 7300, 6435, 9136, 7719, 7250, 9922, 8974, 9413, 6276, 6706, 6137, 7058, 6675, 10205, 8086, 9139, 6673, 6636, 6789, 7182, 9034, 6908, 9261, 6568, 8333, 6685, 6573, 6741, 6564, 7990, 6482, 8035, 6594, 7718, 8265, 9062, 9121, 6509, 5975, 6578, 8204, 6660, 9447, 7931, 7649, 8049, 6225, 6371, 5924, 6201, 8979, 9730, 10306, 10480, 6428, 7944, 6172, 6276, 8127, 8634, 12469, 11609, 11202, 8720, 7171, 7010, 7061, 6867, 8986, 6755, 9470, 7294, 7192, 7045, 6968, 7919, 6765, 8942, 7203, 6646, 6319, 6822, 7130, 7767, 8424, 8380, 6917, 8473, 7222, 6582, 8990, 7882, 12119, 7641, 7837, 6610, 7050, 9583, 7325, 8954, 10496, 7440, 9888, 7112, 6277, 6249, 6909, 7834, 8671, 8843, 9326, 7231, 6447, 6217, 6858, 7723, 7934, 8322, 8917, 6651, 9540, 5772, 6547, 7496, 7293, 6367, 8525, 6630, 8113, 6655, 6478, 9049, 8304, 9731, 9794, 6628, 7665, 6759, 7020, 6046, 6658, 7924, 7669, 8849, 8222, 6775, 9618, 6787, 7038, 9122, 6739, 9808, 9568, 8099, 8794, 7033, 6970, 6630, 6862, 7926, 6614, 8366, 8301, 6537, 6960, 7205, 9534, 9319, 8526, 7491, 6789, 6771, 7163, 6543, 8268, 7934, 10241, 7732, 6721, 7402, 7001, 7585, 8779, 9621, 8964, 10788, 7333, 7130, 7393, 6268, 6935, 7052, 7964, 6250, 6950, 6808, 6216, 6608, 8462, 9029, 9401, 9427, 7373, 8929, 5721, 5817, 6025, 6988, 8005, 9083, 8786, 5782, 6274, 6034, 5940, 8403, 6066, 8597, 7547, 9361, 8510, 6107, 5890, 6687, 7158, 6860, 8735, 7793, 8106, 6254, 6559, 7384, 7114, 9118, 7054, 6507, 8406, 6723, 9228, 7920, 7087, 6036, 6256, 6580, 9104, 10324, 9411, 7196, 6829, 8695, 8556, 6588, 10070, 8355, 9714, 10660, 8180, 9745, 7148, 8025, 7171, 8350, 7342, 7835, 10158, 6885, 7458, 7101, 7682, 7225, 6388, 8167, 6865, 9425, 6111, 6485, 7941, 9425, 9029, 8959, 6819, 6718, 7096, 8572, 9380, 9579, 7746, 10262, 6755, 6571, 8786, 6598, 9552, 7013, 10503, 8041, 8549, 6158, 6986, 6213, 7224, 7200, 7825, 6401, 9130, 6448, 6600, 7650, 9201, 9229, 7937, 6457, 8620, 6725, 6666, 7786, 7305, 8757, 9062, 7098, 9723, 6077, 6953, 6242, 7209, 8294, 8512, 6785, 9046, 5884, 6473, 6446, 6698, 7514, 8176, 6453, 8965, 6577, 6424, 6857, 6653, 8632, 8891, 6327, 7741, 6637, 9053, 8684, 6360, 9095, 7215, 6393, 5770, 6733, 6232, 8062, 6478, 9243, 8114, 6243, 9263, 8244, 10343, 10199, 9007, 10125, 7039, 6170, 6214, 7001, 6580, 5528, 6575, 9188, 7056, 6763, 9992, 7338, 10252, 8829, 6601, 8876, 6778, 8190, 6623, 6785, 6917, 6890, 8117, 7325, 9171, 9349, 6544, 10250, 6310, 6625, 6147, 8908, 6894, 9757, 7305, 7050, 8065, 6738, 7168, 9914, 9265, 7117, 8632, 7167, 6420, 9029, 8207, 6451, 9902], 'WindowCenter': [3583.0, 3587.0, 3566.0, 3583.0, 3585.0, 3563.0, 3604.0, 3551.0, 3559.0, 3552.0, 3562.0, 3540.0, 3563.0, 3594.0, 3576.0, 3577.0, 3587.0, 3556.0, 3618.0, 3589.0, 3629.0, 3597.0, 3587.0, 3565.0, 3535.0, 3568.0, 3610.0, 3578.0, 3580.0, 3622.0, 3603.0, 3594.0, 3645.0, 3636.0, 3592.0, 3633.0, 3603.0, 3602.0, 3632.0, 3622.0, 3620.0, 3609.0, 3596.0, 3603.0, 3573.0, 3551.0, 3604.0, 3590.0, 3578.0, 3544.0, 3575.0, 3513.0, 3512.0, 3513.0, 3536.0, 3525.0, 3547.0, 3537.0, 3579.0, 3518.0, 3539.0, 3550.0, 3549.0, 3568.0, 3580.0, 3537.0, 3569.0, 3538.0, 3537.0, 3535.0, 3558.0, 3568.0, 3558.0, 3539.0, 3527.0, 3517.0, 3538.0, 3580.0, 3580.0, 3540.0, 3560.0, 3553.0, 3540.0, 3549.0, 3583.0, 3581.0, 3582.0, 3551.0, 3571.0, 3551.0, 3527.0, 3550.0, 3551.0, 3580.0, 3550.0, 3546.0, 3538.0, 3537.0, 3548.0, 3551.0, 3548.0, 3549.0, 3549.0, 3560.0, 3552.0, 3553.0, 3544.0, 3566.0, 3587.0, 3608.0, 3599.0, 3609.0, 3588.0, 3569.0, 3609.0, 3587.0, 3597.0, 3606.0, 3597.0, 3575.0, 3606.0, 3554.0, 3530.0, 3551.0, 3552.0, 3581.0, 3562.0, 3549.0, 3583.0, 3541.0, 3539.0, 3518.0, 3550.0, 3560.0, 3581.0, 3559.0, 3571.0, 3540.0, 3516.0, 3528.0, 3540.0, 3582.0, 3583.0, 3580.0, 3540.0, 3552.0, 3560.0, 3583.0, 3551.0, 3593.0, 3563.0, 3543.0, 3552.0, 3566.0, 3564.0, 3597.0, 3608.0, 3618.0, 3578.0, 3578.0, 3575.0, 3598.0, 3576.0, 3617.0, 3564.0, 3532.0, 3543.0, 3597.0, 3592.0, 3550.0, 3558.0, 3526.0, 3537.0, 3514.0, 3537.0, 3526.0, 3550.0, 3562.0, 3593.0, 3575.0, 3576.0, 3586.0, 3585.0, 3554.0, 3609.0, 3600.0, 3595.0, 3572.0, 3542.0, 3529.0, 3519.0, 3551.0, 3583.0, 3584.0, 3531.0, 3574.0, 3555.0, 3531.0, 3563.0, 3553.0, 3584.0, 3585.0, 3592.0, 3561.0, 3529.0, 3517.0, 3550.0, 3557.0, 3562.0, 3549.0, 3559.0, 3538.0, 3525.0, 3538.0, 3514.0, 3560.0, 3528.0, 3547.0, 3538.0, 3538.0, 3541.0, 3552.0, 3531.0, 3556.0, 3599.0, 3632.0, 3599.0, 3593.0, 3593.0, 3601.0, 3591.0, 3590.0, 3588.0, 3556.0, 3608.0, 3579.0, 3598.0, 3607.0, 3565.0, 3606.0, 3584.0, 3591.0, 3570.0, 3566.0, 3580.0, 3525.0, 3577.0, 3568.0, 3503.0, 3512.0, 3525.0, 3523.0, 3536.0, 3503.0, 3557.0, 3516.0, 3516.0, 3529.0, 3543.0, 3529.0, 3563.0, 3573.0, 3604.0, 3574.0, 3542.0, 3563.0, 3575.0, 3605.0, 3574.0, 3563.0, 3582.0, 3552.0, 3541.0, 3529.0, 3562.0, 3571.0, 3582.0, 3553.0, 3595.0, 3532.0, 3552.0, 3560.0, 3553.0, 3596.0, 3603.0, 3550.0, 3517.0, 3516.0, 3550.0, 3539.0, 3550.0, 3542.0, 3553.0, 3533.0, 3567.0, 3545.0, 3545.0, 3544.0, 3608.0, 3598.0, 3607.0, 3587.0, 3544.0, 3573.0, 3531.0, 3538.0, 3548.0, 3529.0, 3580.0, 3572.0, 3549.0, 3529.0, 3529.0, 3526.0, 3519.0, 3526.0, 3559.0, 3552.0, 3551.0, 3551.0, 3564.0, 3538.0, 3562.0, 3553.0, 3573.0, 3549.0, 3554.0, 3576.0, 3598.0, 3572.0, 3567.0, 3608.0, 3613.0, 3610.0, 3527.0, 3572.0, 3597.0, 3592.0, 3595.0, 3595.0, 3606.0, 3596.0, 3566.0, 3565.0, 3543.0, 3553.0, 3573.0, 3554.0, 3563.0, 3585.0, 3569.0, 3609.0, 3598.0, 3588.0, 3618.0, 3545.0, 3565.0, 3553.0, 3542.0, 3565.0, 3596.0, 3567.0, 3611.0, 3634.0, 3613.0, 3622.0, 3580.0, 3557.0, 3565.0, 3554.0, 3552.0, 3583.0, 3564.0, 3553.0, 3576.0, 3565.0, 3606.0, 3565.0, 3571.0, 3607.0, 3606.0, 3617.0, 3552.0, 3552.0, 3576.0, 3575.0, 3597.0, 3606.0, 3608.0, 3545.0, 3567.0, 3567.0, 3555.0, 3567.0, 3587.0, 3588.0, 3567.0, 3599.0, 3557.0, 3598.0, 3555.0, 3583.0, 3550.0, 3581.0, 3525.0, 3567.0, 3523.0, 3552.0, 3512.0, 3554.0, 3536.0, 3570.0, 3539.0, 3570.0, 3538.0, 3550.0, 3560.0, 3561.0, 3562.0, 3552.0, 3565.0, 3566.0, 3567.0, 3601.0, 3620.0, 3633.0, 3559.0, 3589.0, 3559.0, 3569.0, 3609.0, 3622.0, 3611.0, 3632.0, 3581.0, 3568.0, 3576.0, 3555.0, 3592.0, 3587.0, 3596.0, 3617.0, 3595.0, 3615.0, 3551.0, 3538.0, 3526.0, 3538.0, 3545.0, 3538.0, 3538.0, 3570.0, 3539.0, 3580.0, 3562.0, 3548.0, 3548.0, 3551.0, 3582.0, 3583.0, 3582.0, 3583.0, 3543.0, 3542.0, 3531.0, 3531.0, 3542.0, 3574.0, 3576.0, 3555.0, 3588.0, 3569.0, 3599.0, 3579.0, 3586.0, 3587.0, 3572.0, 3572.0, 3525.0, 3557.0, 3513.0, 3556.0, 3523.0, 3555.0, 3501.0, 3554.0, 3528.0, 3568.0, 3516.0, 3515.0, 3527.0, 3531.0, 3552.0, 3575.0, 3576.0, 3566.0, 3590.0, 3557.0, 3581.0, 3601.0, 3611.0, 3611.0, 3610.0, 3589.0, 3569.0, 3568.0, 3568.0, 3578.0, 3586.0, 3555.0, 3595.0, 3577.0, 3553.0, 3574.0, 3587.0, 3617.0, 3586.0, 3552.0, 3563.0, 3573.0, 3603.0, 3584.0, 3540.0, 3528.0, 3551.0, 3539.0, 3561.0, 3539.0, 3582.0, 3553.0, 3552.0, 3541.0, 3553.0, 3562.0, 3584.0, 3573.0, 3605.0, 3564.0, 3564.0, 3574.0, 3544.0, 3563.0, 3597.0, 3595.0, 3604.0, 3563.0, 3540.0, 3541.0, 3541.0, 3570.0, 3570.0, 3569.0, 3549.0, 3537.0, 3525.0, 3537.0, 3536.0, 3558.0, 3538.0, 3581.0, 3551.0, 3562.0, 3562.0, 3563.0, 3551.0, 3583.0, 3562.0, 3593.0, 3562.0, 3582.0, 3572.0, 3550.0, 3582.0, 3549.0, 3593.0, 3593.0, 3591.0, 3590.0, 3526.0, 3525.0, 3517.0, 3538.0, 3549.0, 3583.0, 3572.0, 3552.0, 3553.0, 3542.0, 3553.0, 3563.0, 3594.0, 3584.0, 3564.0, 3585.0, 3534.0, 3565.0, 3596.0, 3597.0, 3585.0, 3596.0, 3578.0, 3580.0, 3550.0, 3528.0, 3570.0, 3561.0, 3553.0, 3551.0, 3541.0, 3553.0, 3584.0, 3564.0, 3595.0, 3576.0, 3552.0, 3582.0, 3539.0, 3582.0, 3538.0, 3590.0, 3549.0, 3537.0, 3547.0, 3537.0, 3557.0, 3528.0, 3537.0, 3580.0, 3550.0, 3591.0, 3572.0, 3548.0, 3580.0, 3537.0, 3579.0, 3582.0, 3592.0, 3594.0, 3572.0, 3591.0, 3507.0, 3550.0, 3527.0, 3539.0, 3586.0, 3555.0, 3566.0, 3554.0, 3579.0, 3623.0, 3581.0, 3592.0, 3613.0, 3612.0, 3611.0, 3606.0, 3609.0, 3586.0, 3594.0, 3542.0, 3551.0, 3539.0, 3539.0, 3560.0, 3538.0, 3558.0, 3527.0, 3548.0, 3572.0, 3576.0, 3596.0, 3554.0, 3556.0, 3544.0, 3575.0, 3610.0, 3545.0, 3588.0, 3577.0, 3553.0, 3586.0, 3608.0, 3622.0, 3589.0, 3584.0, 3579.0, 3588.0, 3586.0, 3609.0, 3588.0, 3620.0, 3579.0, 3578.0, 3577.0, 3567.0, 3594.0, 3564.0, 3574.0, 3553.0, 3611.0, 3582.0, 3582.0, 3550.0, 3549.0, 3529.0, 3551.0, 3539.0, 3551.0, 3564.0, 3607.0, 3567.0, 3620.0, 3579.0, 3567.0, 3597.0, 3565.0, 3593.0, 3583.0, 3593.0, 3571.0, 3551.0, 3528.0, 3540.0, 3569.0, 3539.0, 3559.0, 3580.0, 3549.0, 3591.0, 3538.0, 3538.0, 3548.0, 3538.0, 3547.0, 3527.0, 3526.0, 3579.0, 3538.0, 3568.0, 3538.0, 3537.0, 3559.0, 3537.0, 3558.0, 3551.0, 3580.0, 3593.0, 3574.0, 3583.0, 3545.0, 3587.0, 3575.0, 3576.0, 3588.0, 3611.0, 3602.0, 3594.0, 3593.0, 3614.0, 3623.0, 3614.0, 3592.0, 3571.0, 3546.0, 3569.0, 3602.0, 3638.0, 3593.0, 3569.0, 3590.0, 3609.0, 3611.0, 3633.0, 3620.0, 3608.0, 3555.0, 3563.0, 3562.0, 3541.0, 3559.0, 3582.0, 3572.0, 3540.0, 3563.0, 3540.0, 3552.0, 3536.0, 3527.0, 3557.0, 3540.0, 3581.0, 3571.0, 3570.0, 3538.0, 3539.0, 3528.0, 3550.0, 3537.0, 3582.0, 3551.0, 3594.0, 3564.0, 3584.0, 3543.0, 3552.0, 3573.0, 3540.0, 3592.0, 3582.0, 3592.0, 3584.0, 3540.0, 3551.0, 3551.0, 3559.0, 3551.0, 3582.0, 3583.0, 3541.0, 3540.0, 3541.0, 3579.0, 3585.0, 3584.0, 3585.0, 3554.0, 3530.0, 3530.0, 3570.0, 3584.0, 3540.0, 3571.0, 3530.0, 3571.0, 3531.0, 3541.0, 3551.0, 3563.0, 3573.0, 3595.0, 3574.0, 3584.0, 3555.0, 3531.0, 3542.0, 3540.0, 3582.0, 3583.0, 3592.0, 3593.0, 3540.0, 3549.0, 3539.0, 3538.0, 3539.0, 3559.0, 3590.0, 3572.0, 3528.0, 3538.0, 3529.0, 3570.0, 3530.0, 3539.0, 3560.0, 3583.0, 3606.0, 3563.0, 3554.0, 3540.0, 3542.0, 3566.0, 3585.0, 3562.0, 3580.0, 3605.0, 3594.0, 3616.0, 3554.0, 3553.0, 3552.0, 3540.0, 3550.0, 3560.0, 3540.0, 3593.0, 3575.0, 3575.0, 3606.0, 3596.0, 3595.0, 3542.0, 3551.0, 3528.0, 3550.0, 3549.0, 3604.0, 3572.0, 3594.0, 3554.0, 3551.0, 3552.0, 3548.0, 3582.0, 3548.0, 3581.0, 3538.0, 3569.0, 3551.0, 3537.0, 3551.0, 3549.0, 3570.0, 3540.0, 3571.0, 3552.0, 3560.0, 3586.0, 3583.0, 3595.0, 3541.0, 3530.0, 3551.0, 3571.0, 3551.0, 3593.0, 3573.0, 3572.0, 3584.0, 3543.0, 3553.0, 3555.0, 3554.0, 3607.0, 3608.0, 3618.0, 3620.0, 3556.0, 3587.0, 3557.0, 3555.0, 3585.0, 3596.0, 3615.0, 3605.0, 3604.0, 3583.0, 3562.0, 3549.0, 3550.0, 3536.0, 3581.0, 3538.0, 3580.0, 3550.0, 3536.0, 3536.0, 3535.0, 3560.0, 3536.0, 3566.0, 3548.0, 3535.0, 3526.0, 3536.0, 3548.0, 3571.0, 3570.0, 3583.0, 3562.0, 3583.0, 3574.0, 3550.0, 3584.0, 3573.0, 3615.0, 3574.0, 3562.0, 3553.0, 3562.0, 3580.0, 3562.0, 3580.0, 3593.0, 3549.0, 3591.0, 3550.0, 3538.0, 3538.0, 3548.0, 3556.0, 3582.0, 3580.0, 3581.0, 3562.0, 3538.0, 3528.0, 3550.0, 3558.0, 3560.0, 3557.0, 3582.0, 3550.0, 3592.0, 3519.0, 3540.0, 3560.0, 3561.0, 3539.0, 3570.0, 3539.0, 3571.0, 3550.0, 3541.0, 3594.0, 3573.0, 3593.0, 3594.0, 3538.0, 3559.0, 3538.0, 3547.0, 3527.0, 3537.0, 3569.0, 3572.0, 3593.0, 3585.0, 3565.0, 3606.0, 3565.0, 3563.0, 3594.0, 3551.0, 3595.0, 3594.0, 3558.0, 3558.0, 3537.0, 3536.0, 3536.0, 3536.0, 3568.0, 3538.0, 3570.0, 3572.0, 3540.0, 3551.0, 3561.0, 3592.0, 3582.0, 3570.0, 3560.0, 3551.0, 3550.0, 3563.0, 3540.0, 3583.0, 3572.0, 3604.0, 3573.0, 3553.0, 3573.0, 3564.0, 3572.0, 3584.0, 3593.0, 3584.0, 3605.0, 3550.0, 3536.0, 3548.0, 3525.0, 3547.0, 3548.0, 3570.0, 3539.0, 3563.0, 3552.0, 3545.0, 3567.0, 3585.0, 3585.0, 3597.0, 3583.0, 3549.0, 3569.0, 3507.0, 3519.0, 3526.0, 3549.0, 3560.0, 3581.0, 3572.0, 3533.0, 3540.0, 3531.0, 3530.0, 3571.0, 3517.0, 3571.0, 3549.0, 3568.0, 3570.0, 3515.0, 3504.0, 3536.0, 3535.0, 3537.0, 3568.0, 3548.0, 3558.0, 3528.0, 3529.0, 3549.0, 3550.0, 3581.0, 3551.0, 3528.0, 3572.0, 3553.0, 3596.0, 3588.0, 3577.0, 3544.0, 3556.0, 3565.0, 3608.0, 3620.0, 3609.0, 3578.0, 3569.0, 3599.0, 3599.0, 3565.0, 3595.0, 3574.0, 3594.0, 3596.0, 3572.0, 3583.0, 3549.0, 3559.0, 3538.0, 3556.0, 3548.0, 3545.0, 3578.0, 3536.0, 3534.0, 3536.0, 3544.0, 3547.0, 3524.0, 3557.0, 3537.0, 3579.0, 3529.0, 3539.0, 3571.0, 3594.0, 3595.0, 3595.0, 3566.0, 3564.0, 3563.0, 3597.0, 3596.0, 3597.0, 3577.0, 3606.0, 3555.0, 3552.0, 3584.0, 3539.0, 3581.0, 3538.0, 3580.0, 3560.0, 3568.0, 3516.0, 3549.0, 3515.0, 3549.0, 3548.0, 3561.0, 3542.0, 3594.0, 3543.0, 3551.0, 3562.0, 3595.0, 3582.0, 3560.0, 3540.0, 3569.0, 3540.0, 3539.0, 3559.0, 3562.0, 3571.0, 3583.0, 3552.0, 3593.0, 3530.0, 3550.0, 3538.0, 3548.0, 3557.0, 3569.0, 3539.0, 3581.0, 3520.0, 3540.0, 3539.0, 3551.0, 3559.0, 3570.0, 3540.0, 3581.0, 3551.0, 3540.0, 3551.0, 3552.0, 3581.0, 3582.0, 3528.0, 3560.0, 3540.0, 3569.0, 3582.0, 3539.0, 3581.0, 3563.0, 3540.0, 3530.0, 3552.0, 3530.0, 3573.0, 3541.0, 3594.0, 3575.0, 3541.0, 3584.0, 3588.0, 3596.0, 3608.0, 3585.0, 3595.0, 3552.0, 3532.0, 3529.0, 3551.0, 3538.0, 3509.0, 3552.0, 3595.0, 3567.0, 3566.0, 3609.0, 3578.0, 3605.0, 3584.0, 3538.0, 3569.0, 3539.0, 3558.0, 3538.0, 3538.0, 3548.0, 3550.0, 3559.0, 3564.0, 3582.0, 3582.0, 3538.0, 3591.0, 3540.0, 3552.0, 3541.0, 3595.0, 3564.0, 3619.0, 3589.0, 3591.0, 3601.0, 3581.0, 3592.0, 3622.0, 3623.0, 3591.0, 3613.0, 3581.0, 3570.0, 3599.0, 3588.0, 3542.0, 3594.0], 'WindowWidth': [8130.0, 8125.0, 8094.0, 8110.0, 8114.0, 8084.0, 8136.0, 8063.0, 8072.0, 8070.0, 8080.0, 8052.0, 8086.0, 8128.0, 8106.0, 8112.0, 8123.0, 8083.0, 8166.0, 8133.0, 8183.0, 8136.0, 8123.0, 8094.0, 8057.0, 8105.0, 8161.0, 8118.0, 8122.0, 8180.0, 8159.0, 8149.0, 8218.0, 8206.0, 8142.0, 8196.0, 8155.0, 8151.0, 8192.0, 8179.0, 8172.0, 8156.0, 8131.0, 8137.0, 8095.0, 8064.0, 8140.0, 8113.0, 8093.0, 8039.0, 8083.0, 7999.0, 7999.0, 7999.0, 8035.0, 8022.0, 8051.0, 8039.0, 8097.0, 8014.0, 8045.0, 8060.0, 8058.0, 8078.0, 8098.0, 8039.0, 8081.0, 8042.0, 8038.0, 8034.0, 8067.0, 8080.0, 8067.0, 8045.0, 8029.0, 8016.0, 8045.0, 8101.0, 8102.0, 8049.0, 8075.0, 8070.0, 8049.0, 8060.0, 8110.0, 8105.0, 8105.0, 8065.0, 8089.0, 8064.0, 8028.0, 8061.0, 8063.0, 8099.0, 8059.0, 8048.0, 8041.0, 8038.0, 8054.0, 8063.0, 8055.0, 8059.0, 8060.0, 8075.0, 8070.0, 8074.0, 8067.0, 8096.0, 8127.0, 8153.0, 8142.0, 8154.0, 8126.0, 8104.0, 8155.0, 8124.0, 8135.0, 8144.0, 8136.0, 8103.0, 8145.0, 8074.0, 8039.0, 8065.0, 8066.0, 8102.0, 8080.0, 8059.0, 8106.0, 8051.0, 8047.0, 8017.0, 8061.0, 8076.0, 8104.0, 8071.0, 8088.0, 8047.0, 8011.0, 8029.0, 8049.0, 8107.0, 8106.0, 8100.0, 8046.0, 8067.0, 8074.0, 8109.0, 8066.0, 8122.0, 8085.0, 8058.0, 8070.0, 8094.0, 8091.0, 8135.0, 8152.0, 8164.0, 8113.0, 8115.0, 8106.0, 8139.0, 8107.0, 8161.0, 8086.0, 8042.0, 8055.0, 8131.0, 8116.0, 8058.0, 8065.0, 8021.0, 8037.0, 8005.0, 8040.0, 8026.0, 8063.0, 8081.0, 8123.0, 8104.0, 8109.0, 8121.0, 8118.0, 8076.0, 8154.0, 8143.0, 8126.0, 8092.0, 8053.0, 8033.0, 8021.0, 8064.0, 8112.0, 8112.0, 8040.0, 8099.0, 8077.0, 8042.0, 8084.0, 8070.0, 8112.0, 8114.0, 8118.0, 8075.0, 8032.0, 8012.0, 8058.0, 8063.0, 8078.0, 8057.0, 8068.0, 8042.0, 8019.0, 8039.0, 8004.0, 8077.0, 8030.0, 8053.0, 8044.0, 8043.0, 8054.0, 8071.0, 8044.0, 8086.0, 8145.0, 8190.0, 8145.0, 8145.0, 8144.0, 8153.0, 8136.0, 8135.0, 8126.0, 8081.0, 8150.0, 8113.0, 8137.0, 8148.0, 8090.0, 8144.0, 8111.0, 8114.0, 8082.0, 8071.0, 8096.0, 8020.0, 8091.0, 8079.0, 7988.0, 7999.0, 8019.0, 8012.0, 8037.0, 7989.0, 8063.0, 8011.0, 8013.0, 8031.0, 8058.0, 8036.0, 8085.0, 8098.0, 8138.0, 8100.0, 8057.0, 8083.0, 8104.0, 8143.0, 8097.0, 8081.0, 8105.0, 8067.0, 8050.0, 8035.0, 8079.0, 8091.0, 8107.0, 8069.0, 8130.0, 8042.0, 8069.0, 8077.0, 8073.0, 8131.0, 8134.0, 8059.0, 8012.0, 8012.0, 8062.0, 8049.0, 8065.0, 8058.0, 8074.0, 8049.0, 8099.0, 8068.0, 8066.0, 8064.0, 8153.0, 8138.0, 8147.0, 8119.0, 8059.0, 8095.0, 8037.0, 8042.0, 8054.0, 8031.0, 8101.0, 8090.0, 8059.0, 8032.0, 8031.0, 8024.0, 8020.0, 8023.0, 8071.0, 8067.0, 8065.0, 8067.0, 8089.0, 8044.0, 8078.0, 8072.0, 8095.0, 8058.0, 8077.0, 8106.0, 8139.0, 8111.0, 8115.0, 8172.0, 8166.0, 8153.0, 8023.0, 8090.0, 8135.0, 8120.0, 8128.0, 8129.0, 8144.0, 8130.0, 8095.0, 8090.0, 8057.0, 8070.0, 8096.0, 8073.0, 8085.0, 8115.0, 8104.0, 8154.0, 8140.0, 8127.0, 8166.0, 8066.0, 8093.0, 8072.0, 8058.0, 8090.0, 8134.0, 8099.0, 8163.0, 8198.0, 8170.0, 8178.0, 8118.0, 8086.0, 8092.0, 8075.0, 8068.0, 8111.0, 8088.0, 8073.0, 8106.0, 8091.0, 8145.0, 8088.0, 8094.0, 8146.0, 8146.0, 8161.0, 8068.0, 8069.0, 8107.0, 8105.0, 8138.0, 8145.0, 8153.0, 8066.0, 8100.0, 8098.0, 8080.0, 8098.0, 8121.0, 8124.0, 8096.0, 8139.0, 8080.0, 8133.0, 8074.0, 8107.0, 8059.0, 8098.0, 8016.0, 8071.0, 8009.0, 8046.0, 7994.0, 8051.0, 8034.0, 8087.0, 8048.0, 8089.0, 8043.0, 8063.0, 8075.0, 8079.0, 8082.0, 8071.0, 8094.0, 8099.0, 8099.0, 8151.0, 8173.0, 8194.0, 8095.0, 8132.0, 8094.0, 8108.0, 8160.0, 8179.0, 8163.0, 8191.0, 8123.0, 8101.0, 8107.0, 8077.0, 8122.0, 8122.0, 8132.0, 8161.0, 8127.0, 8154.0, 8064.0, 8043.0, 8025.0, 8042.0, 8050.0, 8043.0, 8043.0, 8087.0, 8048.0, 8102.0, 8080.0, 8058.0, 8055.0, 8067.0, 8108.0, 8110.0, 8106.0, 8111.0, 8062.0, 8058.0, 8044.0, 8042.0, 8056.0, 8102.0, 8108.0, 8079.0, 8126.0, 8101.0, 8139.0, 8114.0, 8117.0, 8119.0, 8089.0, 8088.0, 8016.0, 8060.0, 7995.0, 8054.0, 8007.0, 8051.0, 7978.0, 8051.0, 8028.0, 8079.0, 8007.0, 8003.0, 8025.0, 8038.0, 8070.0, 8106.0, 8107.0, 8096.0, 8132.0, 8087.0, 8125.0, 8149.0, 8162.0, 8161.0, 8159.0, 8131.0, 8103.0, 8100.0, 8101.0, 8113.0, 8118.0, 8078.0, 8127.0, 8106.0, 8071.0, 8100.0, 8120.0, 8161.0, 8119.0, 8066.0, 8083.0, 8096.0, 8136.0, 8111.0, 8049.0, 8029.0, 8064.0, 8045.0, 8077.0, 8048.0, 8108.0, 8071.0, 8069.0, 8054.0, 8074.0, 8081.0, 8113.0, 8097.0, 8141.0, 8086.0, 8088.0, 8102.0, 8062.0, 8085.0, 8135.0, 8128.0, 8137.0, 8082.0, 8048.0, 8048.0, 8048.0, 8086.0, 8086.0, 8082.0, 8055.0, 8037.0, 8020.0, 8039.0, 8035.0, 8069.0, 8043.0, 8103.0, 8066.0, 8081.0, 8081.0, 8085.0, 8065.0, 8109.0, 8079.0, 8120.0, 8080.0, 8104.0, 8093.0, 8059.0, 8104.0, 8056.0, 8124.0, 8123.0, 8114.0, 8111.0, 8024.0, 8022.0, 8015.0, 8043.0, 8059.0, 8109.0, 8094.0, 8068.0, 8074.0, 8058.0, 8072.0, 8087.0, 8127.0, 8114.0, 8087.0, 8117.0, 8049.0, 8091.0, 8133.0, 8134.0, 8116.0, 8132.0, 8112.0, 8102.0, 8061.0, 8029.0, 8086.0, 8077.0, 8069.0, 8065.0, 8054.0, 8072.0, 8113.0, 8086.0, 8127.0, 8104.0, 8066.0, 8105.0, 8044.0, 8104.0, 8043.0, 8113.0, 8058.0, 8039.0, 8053.0, 8041.0, 8066.0, 8027.0, 8040.0, 8099.0, 8060.0, 8113.0, 8092.0, 8054.0, 8097.0, 8037.0, 8094.0, 8105.0, 8121.0, 8124.0, 8091.0, 8114.0, 7998.0, 8057.0, 8026.0, 8047.0, 8119.0, 8078.0, 8093.0, 8077.0, 8115.0, 8180.0, 8126.0, 8141.0, 8167.0, 8164.0, 8160.0, 8145.0, 8154.0, 8117.0, 8124.0, 8051.0, 8062.0, 8044.0, 8043.0, 8069.0, 8039.0, 8062.0, 8021.0, 8054.0, 8091.0, 8106.0, 8130.0, 8071.0, 8082.0, 8064.0, 8105.0, 8158.0, 8068.0, 8125.0, 8109.0, 8074.0, 8121.0, 8150.0, 8174.0, 8129.0, 8111.0, 8115.0, 8126.0, 8121.0, 8155.0, 8125.0, 8169.0, 8116.0, 8114.0, 8110.0, 8096.0, 8127.0, 8086.0, 8099.0, 8070.0, 8158.0, 8104.0, 8103.0, 8058.0, 8057.0, 8033.0, 8066.0, 8046.0, 8066.0, 8087.0, 8147.0, 8097.0, 8169.0, 8116.0, 8098.0, 8135.0, 8090.0, 8123.0, 8110.0, 8120.0, 8089.0, 8064.0, 8029.0, 8048.0, 8084.0, 8045.0, 8071.0, 8099.0, 8058.0, 8116.0, 8041.0, 8042.0, 8054.0, 8041.0, 8051.0, 8023.0, 8023.0, 8094.0, 8040.0, 8079.0, 8041.0, 8038.0, 8069.0, 8039.0, 8064.0, 8066.0, 8101.0, 8124.0, 8100.0, 8111.0, 8066.0, 8124.0, 8108.0, 8110.0, 8128.0, 8164.0, 8153.0, 8149.0, 8146.0, 8174.0, 8183.0, 8171.0, 8140.0, 8110.0, 8068.0, 8105.0, 8155.0, 8211.0, 8143.0, 8105.0, 8133.0, 8159.0, 8163.0, 8196.0, 8172.0, 8150.0, 8076.0, 8085.0, 8081.0, 8053.0, 8073.0, 8107.0, 8093.0, 8048.0, 8084.0, 8049.0, 8066.0, 8037.0, 8026.0, 8062.0, 8048.0, 8102.0, 8090.0, 8085.0, 8041.0, 8048.0, 8030.0, 8063.0, 8042.0, 8108.0, 8068.0, 8127.0, 8088.0, 8114.0, 8061.0, 8070.0, 8097.0, 8049.0, 8120.0, 8108.0, 8120.0, 8110.0, 8049.0, 8065.0, 8065.0, 8072.0, 8066.0, 8108.0, 8112.0, 8052.0, 8049.0, 8053.0, 8101.0, 8118.0, 8116.0, 8114.0, 8073.0, 8037.0, 8037.0, 8089.0, 8111.0, 8050.0, 8093.0, 8036.0, 8093.0, 8040.0, 8056.0, 8068.0, 8088.0, 8099.0, 8131.0, 8100.0, 8115.0, 8076.0, 8042.0, 8055.0, 8050.0, 8107.0, 8109.0, 8119.0, 8121.0, 8049.0, 8060.0, 8047.0, 8043.0, 8046.0, 8073.0, 8115.0, 8092.0, 8031.0, 8045.0, 8036.0, 8088.0, 8036.0, 8047.0, 8075.0, 8111.0, 8145.0, 8085.0, 8074.0, 8053.0, 8056.0, 8094.0, 8116.0, 8081.0, 8102.0, 8143.0, 8128.0, 8160.0, 8074.0, 8074.0, 8070.0, 8052.0, 8062.0, 8075.0, 8051.0, 8121.0, 8103.0, 8106.0, 8148.0, 8135.0, 8131.0, 8056.0, 8065.0, 8032.0, 8063.0, 8061.0, 8138.0, 8096.0, 8126.0, 8075.0, 8069.0, 8070.0, 8057.0, 8108.0, 8058.0, 8101.0, 8042.0, 8085.0, 8063.0, 8041.0, 8064.0, 8061.0, 8089.0, 8050.0, 8089.0, 8068.0, 8075.0, 8119.0, 8111.0, 8128.0, 8053.0, 8035.0, 8066.0, 8090.0, 8067.0, 8123.0, 8098.0, 8095.0, 8113.0, 8062.0, 8076.0, 8081.0, 8079.0, 8151.0, 8155.0, 8165.0, 8172.0, 8084.0, 8126.0, 8087.0, 8079.0, 8116.0, 8132.0, 8156.0, 8142.0, 8139.0, 8108.0, 8082.0, 8059.0, 8062.0, 8037.0, 8103.0, 8041.0, 8100.0, 8060.0, 8037.0, 8036.0, 8033.0, 8074.0, 8038.0, 8075.0, 8053.0, 8035.0, 8025.0, 8036.0, 8056.0, 8093.0, 8090.0, 8110.0, 8083.0, 8111.0, 8101.0, 8065.0, 8111.0, 8099.0, 8155.0, 8100.0, 8080.0, 8070.0, 8081.0, 8101.0, 8079.0, 8101.0, 8122.0, 8060.0, 8116.0, 8062.0, 8043.0, 8042.0, 8056.0, 8063.0, 8107.0, 8101.0, 8102.0, 8078.0, 8045.0, 8029.0, 8063.0, 8070.0, 8072.0, 8065.0, 8104.0, 8061.0, 8120.0, 8020.0, 8050.0, 8074.0, 8080.0, 8048.0, 8088.0, 8047.0, 8089.0, 8062.0, 8053.0, 8124.0, 8095.0, 8121.0, 8124.0, 8044.0, 8069.0, 8043.0, 8053.0, 8028.0, 8042.0, 8086.0, 8097.0, 8125.0, 8120.0, 8091.0, 8148.0, 8091.0, 8087.0, 8126.0, 8065.0, 8127.0, 8125.0, 8066.0, 8064.0, 8038.0, 8035.0, 8037.0, 8039.0, 8084.0, 8045.0, 8087.0, 8094.0, 8048.0, 8064.0, 8077.0, 8119.0, 8107.0, 8089.0, 8076.0, 8065.0, 8062.0, 8083.0, 8050.0, 8111.0, 8095.0, 8139.0, 8099.0, 8072.0, 8100.0, 8089.0, 8096.0, 8112.0, 8123.0, 8112.0, 8142.0, 8059.0, 8036.0, 8055.0, 8021.0, 8051.0, 8057.0, 8089.0, 8048.0, 8085.0, 8070.0, 8065.0, 8098.0, 8117.0, 8114.0, 8133.0, 8106.0, 8055.0, 8079.0, 7997.0, 8019.0, 8028.0, 8058.0, 8073.0, 8103.0, 8093.0, 8044.0, 8051.0, 8038.0, 8036.0, 8087.0, 8012.0, 8086.0, 8056.0, 8080.0, 8084.0, 8007.0, 7992.0, 8035.0, 8032.0, 8039.0, 8077.0, 8054.0, 8065.0, 8026.0, 8030.0, 8056.0, 8060.0, 8102.0, 8064.0, 8028.0, 8090.0, 8071.0, 8133.0, 8126.0, 8110.0, 8065.0, 8082.0, 8091.0, 8152.0, 8172.0, 8156.0, 8113.0, 8104.0, 8144.0, 8142.0, 8091.0, 8127.0, 8098.0, 8124.0, 8129.0, 8091.0, 8107.0, 8059.0, 8068.0, 8040.0, 8059.0, 8052.0, 8043.0, 8090.0, 8032.0, 8028.0, 8034.0, 8042.0, 8049.0, 8016.0, 8064.0, 8038.0, 8096.0, 8032.0, 8047.0, 8090.0, 8126.0, 8128.0, 8130.0, 8093.0, 8090.0, 8087.0, 8135.0, 8133.0, 8134.0, 8106.0, 8144.0, 8076.0, 8068.0, 8108.0, 8043.0, 8100.0, 8040.0, 8098.0, 8071.0, 8079.0, 8008.0, 8055.0, 8007.0, 8056.0, 8056.0, 8077.0, 8053.0, 8127.0, 8056.0, 8067.0, 8081.0, 8125.0, 8104.0, 8074.0, 8048.0, 8085.0, 8048.0, 8045.0, 8071.0, 8079.0, 8089.0, 8109.0, 8066.0, 8121.0, 8034.0, 8061.0, 8043.0, 8055.0, 8064.0, 8085.0, 8044.0, 8103.0, 8022.0, 8051.0, 8048.0, 8063.0, 8071.0, 8085.0, 8046.0, 8102.0, 8065.0, 8049.0, 8063.0, 8065.0, 8104.0, 8103.0, 8028.0, 8074.0, 8049.0, 8083.0, 8104.0, 8045.0, 8104.0, 8083.0, 8051.0, 8037.0, 8069.0, 8036.0, 8094.0, 8053.0, 8123.0, 8101.0, 8051.0, 8109.0, 8124.0, 8131.0, 8151.0, 8113.0, 8128.0, 8069.0, 8042.0, 8033.0, 8065.0, 8044.0, 8006.0, 8068.0, 8127.0, 8096.0, 8094.0, 8153.0, 8113.0, 8142.0, 8109.0, 8042.0, 8082.0, 8044.0, 8067.0, 8041.0, 8040.0, 8055.0, 8061.0, 8070.0, 8087.0, 8107.0, 8105.0, 8044.0, 8117.0, 8051.0, 8071.0, 8056.0, 8132.0, 8089.0, 8171.0, 8132.0, 8140.0, 8151.0, 8125.0, 8143.0, 8180.0, 8184.0, 8138.0, 8170.0, 8125.0, 8107.0, 8142.0, 8125.0, 8056.0, 8125.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.0007978120184899846</td></tr>
<tr><td colspan=3>aqi</td><td>0.04696144406779661</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.29186309670008</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.111796220277563</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9824885732922126</td></tr>
<tr><td colspan=3>efc</td><td>0.4768</td></tr>
<tr><td colspan=3>fber</td><td>4135.0264</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19665978876780024</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>450</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.66872110939907</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542171222717984</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3645780345331575</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8405097504587884</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.421425883162006</td></tr>
<tr><td colspan=3>gcor</td><td>0.0116013</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021364850923419</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02730223909020424</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1298</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.9462248715901387</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>24.7341</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2227</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.8288</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>303158.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>647.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.7342</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2974</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.7688</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2809.0497</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>970.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>752.3595</td></tr>
<tr><td colspan=3>tsnr</td><td>27.31357244576793</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>