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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-02/func/sub-0031_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>f8844ecab9429b7f3a418734d065e3ed</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:43:38.540000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999768, -0.0212369, -0.00355872, 0.0212913, 0.999645, 0.0160159]</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.134365</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>[4152, -7748, -7190, 499, -43, -163, 127, 41]</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>302.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>93dcd578-8772-4216-8fc2-5fecbb5f459a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682304859161377, 0.05712303891777992, -0.008686798624694347, 111.3343505859375], [0.056977104395627975, 2.681974411010742, 0.043437402695417404, -90.51675415039062], [-0.009547796100378036, -0.04296940937638283, 2.699636697769165, -36.8962516784668], [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': ['114338.540000', '114339.000000', '114339.460000', '114339.920000', '114340.380000', '114340.840000', '114341.300000', '114341.760000', '114342.220000', '114342.680000', '114343.140000', '114343.600000', '114344.060000', '114344.520000', '114344.980000', '114345.440000', '114345.900000', '114346.360000', '114346.820000', '114347.280000', '114347.740000', '114348.200000', '114348.660000', '114349.120000', '114349.580000', '114350.040000', '114350.500000', '114350.960000', '114351.420000', '114351.880000', '114352.340000', '114352.800000', '114353.260000', '114353.720000', '114354.180000', '114354.640000', '114355.100000', '114355.560000', '114356.020000', '114356.480000', '114356.940000', '114357.400000', '114357.860000', '114358.320000', '114358.780000', '114359.240000', '114359.700000', '114400.160000', '114400.620000', '114401.080000', '114401.540000', '114402.000000', '114402.460000', '114402.920000', '114403.380000', '114403.840000', '114404.300000', '114404.760000', '114405.220000', '114405.680000', '114406.140000', '114406.600000', '114407.060000', '114407.520000', '114407.980000', '114408.440000', '114408.900000', '114409.360000', '114409.820000', '114410.280000', '114410.740000', '114411.200000', '114411.660000', '114412.120000', '114412.580000', '114413.040000', '114413.500000', '114413.960000', '114414.420000', '114414.880000', '114415.340000', '114415.800000', '114416.260000', '114416.720000', '114417.180000', '114417.640000', '114418.100000', '114418.560000', '114419.020000', '114419.480000', '114419.940000', '114420.400000', '114420.860000', '114421.320000', '114421.780000', '114422.240000', '114422.700000', '114423.160000', '114423.620000', '114424.080000', '114424.540000', '114425.000000', '114425.460000', '114425.920000', '114426.380000', '114426.840000', '114427.300000', '114427.760000', '114428.220000', '114428.680000', '114429.140000', '114429.600000', '114430.060000', '114430.520000', '114430.980000', '114431.440000', '114431.900000', '114432.360000', '114432.820000', '114433.280000', '114433.740000', '114434.200000', '114434.660000', '114435.120000', '114435.580000', '114436.040000', '114436.500000', '114436.960000', '114437.420000', '114437.880000', '114438.340000', '114438.800000', '114439.260000', '114439.720000', '114440.180000', '114440.640000', '114441.100000', '114441.560000', '114442.020000', '114442.480000', '114442.940000', '114443.400000', '114443.860000', '114444.320000', '114444.780000', '114445.240000', '114445.700000', '114446.160000', '114446.620000', '114447.080000', '114447.540000', '114448.000000', '114448.460000', '114448.920000', '114449.380000', '114449.840000', '114450.300000', '114450.760000', '114451.220000', '114451.680000', '114452.140000', '114452.600000', '114453.060000', '114453.520000', '114453.980000', '114454.440000', '114454.900000', '114455.360000', '114455.820000', '114456.280000', '114456.740000', '114457.200000', '114457.660000', '114458.120000', '114458.580000', '114459.040000', '114459.500000', '114459.960000', '114500.420000', '114500.880000', '114501.340000', '114501.800000', '114502.260000', '114502.720000', '114503.180000', '114503.640000', '114504.100000', '114504.560000', '114505.020000', '114505.480000', '114505.940000', '114506.400000', '114506.860000', '114507.320000', '114507.780000', '114508.240000', '114508.700000', '114509.160000', '114509.620000', '114510.080000', '114510.540000', '114511.000000', '114511.460000', '114511.920000', '114512.380000', '114512.840000', '114513.300000', '114513.760000', '114514.220000', '114514.680000', '114515.140000', '114515.600000', '114516.060000', '114516.520000', '114516.980000', '114517.440000', '114517.900000', '114518.360000', '114518.820000', '114519.280000', '114519.740000', '114520.200000', '114520.660000', '114521.120000', '114521.580000', '114522.040000', '114522.500000', '114522.960000', '114523.420000', '114523.880000', '114524.340000', '114524.800000', '114525.260000', '114525.720000', '114526.180000', '114526.640000', '114527.100000', '114527.560000', '114528.020000', '114528.480000', '114528.940000', '114529.400000', '114529.860000', '114530.320000', '114530.780000', '114531.240000', '114531.700000', '114532.160000', '114532.620000', '114533.080000', '114533.540000', '114534.000000', '114534.460000', '114534.920000', '114535.380000', '114535.840000', '114536.300000', '114536.760000', '114537.220000', '114537.680000', '114538.140000', '114538.600000', '114539.060000', '114539.520000', '114539.980000', '114540.440000', '114540.900000', '114541.360000', '114541.820000', '114542.280000', '114542.740000', '114543.200000', '114543.660000', '114544.120000', '114544.580000', '114545.040000', '114545.500000', '114545.960000', '114546.420000', '114546.880000', '114547.340000', '114547.800000', '114548.260000', '114548.720000', '114549.180000', '114549.640000', '114550.100000', '114550.560000', '114551.020000', '114551.480000', '114551.940000', '114552.400000', '114552.860000', '114553.320000', '114553.780000', '114554.240000', '114554.700000', '114555.160000', '114555.620000', '114556.080000', '114556.540000', '114557.000000', '114557.460000', '114557.920000', '114558.380000', '114558.840000', '114559.300000', '114559.760000', '114600.220000', '114600.680000', '114601.140000', '114601.600000', '114602.060000', '114602.520000', '114602.980000', '114603.440000', '114603.900000', '114604.360000', '114604.820000', '114605.280000', '114605.740000', '114606.200000', '114606.660000', '114607.120000', '114607.580000', '114608.040000', '114608.500000', '114608.960000', '114609.420000', '114609.880000', '114610.340000', '114610.800000', '114611.260000', '114611.720000', '114612.180000', '114612.640000', '114613.100000', '114613.560000', '114614.020000', '114614.480000', '114614.940000', '114615.400000', '114615.860000', '114616.320000', '114616.780000', '114617.240000', '114617.700000', '114618.160000', '114618.620000', '114619.080000', '114619.540000', '114620.000000', '114620.460000', '114620.920000', '114621.380000', '114621.840000', '114622.300000', '114622.760000', '114623.220000', '114623.680000', '114624.140000', '114624.600000', '114625.060000', '114625.520000', '114625.980000', '114626.440000', '114626.900000', '114627.360000', '114627.820000', '114628.280000', '114628.740000', '114629.200000', '114629.660000', '114630.120000', '114630.580000', '114631.040000', '114631.500000', '114631.960000', '114632.420000', '114632.880000', '114633.340000', '114633.800000', '114634.260000', '114634.720000', '114635.180000', '114635.640000', '114636.100000', '114636.560000', '114637.020000', '114637.480000', '114637.940000', '114638.400000', '114638.860000', '114639.320000', '114639.780000', '114640.240000', '114640.700000', '114641.160000', '114641.620000', '114642.080000', '114642.540000', '114643.000000', '114643.460000', '114643.920000', '114644.380000', '114644.840000', '114645.300000', '114645.760000', '114646.220000', '114646.680000', '114647.140000', '114647.600000', '114648.060000', '114648.520000', '114648.980000', '114649.440000', '114649.900000', '114650.360000', '114650.820000', '114651.280000', '114651.740000', '114652.200000', '114652.660000', '114653.120000', '114653.580000', '114654.040000', '114654.500000', '114654.960000', '114655.420000', '114655.880000', '114656.340000', '114656.800000', '114657.260000', '114657.720000', '114658.180000', '114658.640000', '114659.100000', '114659.560000', '114700.020000', '114700.480000', '114700.940000', '114701.400000', '114701.860000', '114702.320000', '114702.780000', '114703.240000', '114703.700000', '114704.160000', '114704.620000', '114705.080000', '114705.540000', '114706.000000', '114706.460000', '114706.920000', '114707.380000', '114707.840000', '114708.300000', '114708.760000', '114709.220000', '114709.680000', '114710.140000', '114710.600000', '114711.060000', '114711.520000', '114711.980000', '114712.440000', '114712.900000', '114713.360000', '114713.820000', '114714.280000', '114714.740000', '114715.200000', '114715.660000', '114716.120000', '114716.580000', '114717.040000', '114717.500000', '114717.960000', '114718.420000', '114718.880000', '114719.340000', '114719.800000', '114720.260000', '114720.720000', '114721.180000', '114721.640000', '114722.100000', '114722.560000', '114723.020000', '114723.480000', '114723.940000', '114724.400000', '114724.860000', '114725.320000', '114725.780000', '114726.240000', '114726.700000', '114727.160000', '114727.620000', '114728.080000', '114728.540000', '114729.000000', '114729.460000', '114729.920000', '114730.380000', '114730.840000', '114731.300000', '114731.760000', '114732.220000', '114732.680000', '114733.140000', '114733.600000', '114734.060000', '114734.520000', '114734.980000', '114735.440000', '114735.900000', '114736.360000', '114736.820000', '114737.280000', '114737.740000', '114738.200000', '114738.660000', '114739.120000', '114739.580000', '114740.040000', '114740.500000', '114740.960000', '114741.420000', '114741.880000', '114742.340000', '114742.800000', '114743.260000', '114743.720000', '114744.180000', '114744.640000', '114745.100000', '114745.560000', '114746.020000', '114746.480000', '114746.940000', '114747.400000', '114747.860000', '114748.320000', '114748.780000', '114749.240000', '114749.700000', '114750.160000', '114750.620000', '114751.080000', '114751.540000', '114752.000000', '114752.460000', '114752.920000', '114753.380000', '114753.840000', '114754.300000', '114754.760000', '114755.220000', '114755.680000', '114756.140000', '114756.600000', '114757.060000', '114757.520000', '114757.980000', '114758.440000', '114758.900000', '114759.360000', '114759.820000', '114800.280000', '114800.740000', '114801.200000', '114801.660000', '114802.120000', '114802.580000', '114803.040000', '114803.500000', '114803.960000', '114804.420000', '114804.880000', '114805.340000', '114805.800000', '114806.260000', '114806.720000', '114807.180000', '114807.640000', '114808.100000', '114808.560000', '114809.020000', '114809.480000', '114809.940000', '114810.400000', '114810.860000', '114811.320000', '114811.780000', '114812.240000', '114812.700000', '114813.160000', '114813.620000', '114814.080000', '114814.540000', '114815.000000', '114815.460000', '114815.920000', '114816.380000', '114816.840000', '114817.300000', '114817.760000', '114818.220000', '114818.680000', '114819.140000', '114819.600000', '114820.060000', '114820.520000', '114820.980000', '114821.440000', '114821.900000', '114822.360000', '114822.820000', '114823.280000', '114823.740000', '114824.200000', '114824.660000', '114825.120000', '114825.580000', '114826.040000', '114826.500000', '114826.960000', '114827.420000', '114827.880000', '114828.340000', '114828.800000', '114829.260000', '114829.720000', '114830.180000', '114830.640000', '114831.100000', '114831.560000', '114832.020000', '114832.480000', '114832.940000', '114833.400000', '114833.860000', '114834.320000', '114834.780000', '114835.240000', '114835.700000', '114836.160000', '114836.620000', '114837.080000', '114837.540000', '114838.000000', '114838.460000', '114838.920000', '114839.380000', '114839.840000', '114840.300000', '114840.760000', '114841.220000', '114841.680000', '114842.140000', '114842.600000', '114843.060000', '114843.520000', '114843.980000', '114844.440000', '114844.900000', '114845.360000', '114845.820000', '114846.280000', '114846.740000', '114847.200000', '114847.660000', '114848.120000', '114848.580000', '114849.040000', '114849.500000', '114849.960000', '114850.420000', '114850.880000', '114851.340000', '114851.800000', '114852.260000', '114852.720000', '114853.180000', '114853.640000', '114854.100000', '114854.560000', '114855.020000', '114855.480000', '114855.940000', '114856.400000', '114856.860000', '114857.320000', '114857.780000', '114858.240000', '114858.700000', '114859.160000', '114859.620000', '114900.080000', '114900.540000', '114901.000000', '114901.460000', '114901.920000', '114902.380000', '114902.840000', '114903.300000', '114903.760000', '114904.220000', '114904.680000', '114905.140000', '114905.600000', '114906.060000', '114906.520000', '114906.980000', '114907.440000', '114907.900000', '114908.360000', '114908.820000', '114909.280000', '114909.740000', '114910.200000', '114910.660000', '114911.120000', '114911.580000', '114912.040000', '114912.500000', '114912.960000', '114913.420000', '114913.880000', '114914.340000', '114914.800000', '114915.260000', '114915.720000', '114916.180000', '114916.640000', '114917.100000', '114917.560000', '114918.020000', '114918.480000', '114918.940000', '114919.400000', '114919.860000', '114920.320000', '114920.780000', '114921.240000', '114921.700000', '114922.160000', '114922.620000', '114923.080000', '114923.540000', '114924.000000', '114924.460000', '114924.920000', '114925.380000', '114925.840000', '114926.300000', '114926.760000', '114927.220000', '114927.680000', '114928.140000', '114928.600000', '114929.060000', '114929.520000', '114929.980000', '114930.440000', '114930.900000', '114931.360000', '114931.820000', '114932.280000', '114932.740000', '114933.200000', '114933.660000', '114934.120000', '114934.580000', '114935.040000', '114935.500000', '114935.960000', '114936.420000', '114936.880000', '114937.340000', '114937.800000', '114938.260000', '114938.720000', '114939.180000', '114939.640000', '114940.100000', '114940.560000', '114941.020000', '114941.480000', '114941.940000', '114942.400000', '114942.860000', '114943.320000', '114943.780000', '114944.240000', '114944.700000', '114945.160000', '114945.620000', '114946.080000', '114946.540000', '114947.000000', '114947.460000', '114947.920000', '114948.380000', '114948.840000', '114949.300000', '114949.760000', '114950.220000', '114950.680000', '114951.140000', '114951.600000', '114952.060000', '114952.520000', '114952.980000', '114953.440000', '114953.900000', '114954.360000', '114954.820000', '114955.280000', '114955.740000', '114956.200000', '114956.660000', '114957.120000', '114957.580000', '114958.040000', '114958.500000', '114958.960000', '114959.420000', '114959.880000', '115000.340000', '115000.800000', '115001.260000', '115001.720000', '115002.180000', '115002.640000', '115003.100000', '115003.560000', '115004.020000', '115004.480000', '115004.940000', '115005.400000', '115005.860000', '115006.320000', '115006.780000', '115007.240000', '115007.700000', '115008.160000', '115008.620000', '115009.080000', '115009.540000', '115010.000000', '115010.460000', '115010.920000', '115011.380000', '115011.840000', '115012.300000', '115012.760000', '115013.220000', '115013.680000', '115014.140000', '115014.600000', '115015.060000', '115015.520000', '115015.980000', '115016.440000', '115016.900000', '115017.360000', '115017.820000', '115018.280000', '115018.740000', '115019.200000', '115019.660000', '115020.120000', '115020.580000', '115021.040000', '115021.500000', '115021.960000', '115022.420000', '115022.880000', '115023.340000', '115023.800000', '115024.260000', '115024.720000', '115025.180000', '115025.640000', '115026.100000', '115026.560000', '115027.020000', '115027.480000', '115027.940000', '115028.400000', '115028.860000', '115029.320000', '115029.780000', '115030.240000', '115030.700000', '115031.160000', '115031.620000', '115032.080000', '115032.540000', '115033.000000', '115033.460000', '115033.920000', '115034.380000', '115034.840000', '115035.300000', '115035.760000', '115036.220000', '115036.680000', '115037.140000', '115037.600000', '115038.060000', '115038.520000', '115038.980000', '115039.440000', '115039.900000', '115040.360000', '115040.820000', '115041.280000', '115041.740000', '115042.200000', '115042.660000', '115043.120000', '115043.580000', '115044.040000', '115044.500000', '115044.960000', '115045.420000', '115045.880000', '115046.340000', '115046.800000', '115047.260000', '115047.720000', '115048.180000', '115048.640000', '115049.100000', '115049.560000', '115050.020000', '115050.480000', '115050.940000', '115051.400000', '115051.860000', '115052.320000', '115052.780000', '115053.240000', '115053.700000', '115054.160000', '115054.620000', '115055.080000', '115055.540000', '115056.000000', '115056.460000', '115056.920000', '115057.380000', '115057.840000', '115058.300000', '115058.760000', '115059.220000', '115059.680000', '115100.140000', '115100.600000', '115101.060000', '115101.520000', '115101.980000', '115102.440000', '115102.900000', '115103.360000', '115103.820000', '115104.280000', '115104.740000', '115105.200000', '115105.660000', '115106.120000', '115106.580000', '115107.040000', '115107.500000', '115107.960000', '115108.420000', '115108.880000', '115109.340000', '115109.800000', '115110.260000', '115110.720000', '115111.180000', '115111.640000', '115112.100000', '115112.560000', '115113.020000', '115113.480000', '115113.940000', '115114.400000', '115114.860000', '115115.320000', '115115.780000', '115116.240000', '115116.700000', '115117.160000', '115117.620000', '115118.080000', '115118.540000', '115119.000000', '115119.460000', '115119.920000', '115120.380000', '115120.840000', '115121.300000', '115121.760000', '115122.220000', '115122.680000', '115123.140000', '115123.600000', '115124.060000', '115124.520000', '115124.980000', '115125.440000', '115125.900000', '115126.360000', '115126.820000', '115127.280000', '115127.740000', '115128.200000', '115128.660000', '115129.120000', '115129.580000', '115130.040000', '115130.500000', '115130.960000', '115131.420000', '115131.880000', '115132.340000', '115132.800000', '115133.260000', '115133.720000', '115134.180000', '115134.640000', '115135.100000', '115135.560000', '115136.020000', '115136.480000', '115136.940000', '115137.400000', '115137.860000', '115138.320000', '115138.780000', '115139.240000', '115139.700000', '115140.160000', '115140.620000', '115141.080000', '115141.540000', '115142.000000', '115142.460000', '115142.920000', '115143.380000', '115143.840000', '115144.300000', '115144.760000', '115145.220000', '115145.680000', '115146.140000', '115146.600000', '115147.060000', '115147.520000', '115147.980000', '115148.440000', '115148.900000', '115149.360000', '115149.820000', '115150.280000', '115150.740000', '115151.200000', '115151.660000', '115152.120000', '115152.580000', '115153.040000', '115153.500000', '115153.960000', '115154.420000', '115154.880000', '115155.340000', '115155.800000', '115156.260000', '115156.720000', '115157.180000', '115157.640000', '115158.100000', '115158.560000', '115159.020000', '115159.480000', '115159.940000', '115200.400000', '115200.860000', '115201.320000', '115201.780000', '115202.240000', '115202.700000', '115203.160000', '115203.620000', '115204.080000', '115204.540000', '115205.000000', '115205.460000', '115205.920000', '115206.380000', '115206.840000', '115207.300000', '115207.760000', '115208.220000', '115208.680000', '115209.140000', '115209.600000', '115210.060000', '115210.520000', '115210.980000', '115211.440000', '115211.900000', '115212.360000', '115212.820000', '115213.280000', '115213.740000', '115214.200000', '115214.660000', '115215.120000', '115215.580000', '115216.040000', '115216.500000', '115216.960000', '115217.420000', '115217.880000', '115218.340000', '115218.800000', '115219.260000', '115219.720000', '115220.180000', '115220.640000', '115221.100000', '115221.560000', '115222.020000', '115222.480000', '115222.940000', '115223.400000', '115223.860000', '115224.320000', '115224.780000', '115225.240000', '115225.700000', '115226.160000', '115226.620000', '115227.080000', '115227.540000', '115228.000000', '115228.460000', '115228.920000', '115229.380000', '115229.840000', '115230.300000', '115230.760000', '115231.220000', '115231.680000', '115232.140000', '115232.600000', '115233.060000', '115233.520000', '115233.980000', '115234.440000', '115234.900000', '115235.360000', '115235.820000', '115236.280000', '115236.740000', '115237.200000', '115237.660000', '115238.120000', '115238.580000', '115239.040000', '115239.500000', '115239.960000', '115240.420000', '115240.880000', '115241.340000', '115241.800000', '115242.260000', '115242.720000', '115243.180000', '115243.640000', '115244.100000', '115244.560000', '115245.020000', '115245.480000', '115245.940000', '115246.400000', '115246.860000', '115247.320000', '115247.780000', '115248.240000', '115248.700000', '115249.160000', '115249.620000', '115250.080000', '115250.540000', '115251.000000', '115251.460000', '115251.920000', '115252.380000', '115252.840000', '115253.300000', '115253.760000', '115254.220000', '115254.680000', '115255.140000', '115255.600000', '115256.060000', '115256.520000', '115256.980000', '115257.440000', '115257.900000', '115258.360000', '115258.820000', '115259.280000', '115259.740000', '115300.200000', '115300.660000', '115301.120000', '115301.580000', '115302.040000', '115302.500000', '115302.960000', '115303.420000', '115303.880000', '115304.340000', '115304.800000', '115305.260000', '115305.720000', '115306.180000', '115306.640000', '115307.100000', '115307.560000', '115308.020000', '115308.480000', '115308.940000', '115309.400000', '115309.860000', '115310.320000', '115310.780000', '115311.240000', '115311.700000', '115312.160000', '115312.620000', '115313.080000', '115313.540000', '115314.000000', '115314.460000', '115314.920000', '115315.380000', '115315.840000', '115316.300000', '115316.760000', '115317.220000', '115317.680000', '115318.140000', '115318.600000', '115319.060000', '115319.520000', '115319.980000', '115320.440000', '115320.900000', '115321.360000', '115321.820000', '115322.280000', '115322.740000', '115323.200000', '115323.660000', '115324.120000', '115324.580000', '115325.040000', '115325.500000', '115325.960000', '115326.420000', '115326.880000', '115327.340000', '115327.800000', '115328.260000', '115328.720000', '115329.180000', '115329.640000', '115330.100000', '115330.560000', '115331.020000', '115331.480000', '115331.940000', '115332.400000', '115332.860000', '115333.320000', '115333.780000', '115334.240000', '115334.700000', '115335.160000'], 'ContentTime': ['114358.294000', '114358.298000', '114358.302000', '114358.306000', '114358.309000', '114358.313000', '114358.316000', '114358.319000', '114358.322000', '114358.325000', '114358.329000', '114358.332000', '114358.335000', '114358.339000', '114358.342000', '114358.345000', '114358.351000', '114358.355000', '114358.359000', '114358.363000', '114358.366000', '114358.369000', '114358.372000', '114358.374000', '114358.407000', '114358.410000', '114358.413000', '114358.416000', '114358.419000', '114358.422000', '114358.425000', '114358.428000', '114358.431000', '114358.434000', '114358.437000', '114358.441000', '114358.443000', '114358.446000', '114358.449000', '114358.452000', '114418.266000', '114418.269000', '114418.272000', '114418.275000', '114418.277000', '114418.280000', '114418.283000', '114418.286000', '114418.289000', '114418.292000', '114418.294000', '114418.297000', '114418.300000', '114418.303000', '114418.306000', '114418.309000', '114418.311000', '114418.314000', '114418.317000', '114418.320000', '114418.323000', '114418.326000', '114418.328000', '114418.331000', '114418.334000', '114418.337000', '114418.340000', '114418.343000', '114418.345000', '114418.348000', '114418.351000', '114418.354000', '114418.357000', '114418.360000', '114418.373000', '114418.376000', '114418.379000', '114418.382000', '114418.385000', '114418.387000', '114418.390000', '114418.393000', '114418.396000', '114418.399000', '114438.267000', '114438.270000', '114438.273000', '114438.275000', '114438.278000', '114438.281000', '114438.284000', '114438.287000', '114438.290000', '114438.293000', '114438.296000', '114438.298000', '114438.301000', '114438.304000', '114438.307000', '114438.310000', '114438.313000', '114438.315000', '114438.318000', '114438.321000', '114438.324000', '114438.327000', '114438.330000', '114438.333000', '114438.335000', '114438.338000', '114438.341000', '114438.344000', '114438.347000', '114438.350000', '114438.352000', '114438.355000', '114438.358000', '114438.361000', '114438.364000', '114438.367000', '114438.369000', '114438.372000', '114438.375000', '114438.378000', '114438.381000', '114438.384000', '114438.388000', '114458.267000', '114458.270000', '114458.273000', '114458.276000', '114458.278000', '114458.281000', '114458.284000', '114458.287000', '114458.290000', '114458.293000', '114458.295000', '114458.298000', '114458.301000', '114458.304000', '114458.307000', '114458.310000', '114458.312000', '114458.315000', '114458.318000', '114458.321000', '114458.324000', '114458.327000', '114458.330000', '114458.333000', '114458.335000', '114458.338000', '114458.341000', '114458.344000', '114458.347000', '114458.350000', '114458.352000', '114458.355000', '114458.358000', '114458.361000', '114458.364000', '114458.367000', '114458.370000', '114458.372000', '114458.375000', '114458.378000', '114458.386000', '114458.389000', '114458.404000', '114458.407000', '114518.267000', '114518.270000', '114518.273000', '114518.276000', '114518.279000', '114518.282000', '114518.285000', '114518.288000', '114518.291000', '114518.293000', '114518.296000', '114518.299000', '114518.302000', '114518.305000', '114518.308000', '114518.311000', '114518.314000', '114518.317000', '114518.320000', '114518.322000', '114518.325000', '114518.328000', '114518.331000', '114518.335000', '114518.338000', '114518.341000', '114518.344000', '114518.347000', '114518.350000', '114518.353000', '114518.356000', '114518.359000', '114518.362000', '114518.365000', '114518.368000', '114518.370000', '114518.373000', '114518.376000', '114518.379000', '114518.382000', '114518.385000', '114518.388000', '114518.394000', '114538.267000', '114538.270000', '114538.273000', '114538.275000', '114538.278000', '114538.281000', '114538.284000', '114538.287000', '114538.290000', '114538.293000', '114538.295000', '114538.298000', '114538.301000', '114538.304000', '114538.307000', '114538.310000', '114538.313000', '114538.315000', '114538.318000', '114538.321000', '114538.324000', '114538.327000', '114538.330000', '114538.332000', '114538.335000', '114538.338000', '114538.341000', '114538.344000', '114538.347000', '114538.350000', '114538.353000', '114538.355000', '114538.358000', '114538.361000', '114538.364000', '114538.367000', '114538.370000', '114538.372000', '114538.375000', '114538.378000', '114538.381000', '114538.384000', '114538.387000', '114538.390000', '114558.266000', '114558.269000', '114558.272000', '114558.275000', '114558.278000', '114558.280000', '114558.283000', '114558.286000', '114558.289000', '114558.292000', '114558.295000', '114558.297000', '114558.300000', '114558.303000', '114558.306000', '114558.309000', '114558.312000', '114558.315000', '114558.317000', '114558.320000', '114558.323000', '114558.326000', '114558.329000', '114558.332000', '114558.335000', '114558.338000', '114558.340000', '114558.343000', '114558.346000', '114558.349000', '114558.352000', '114558.354000', '114558.357000', '114558.360000', '114558.363000', '114558.366000', '114558.369000', '114558.372000', '114558.374000', '114558.377000', '114558.380000', '114558.383000', '114558.386000', '114618.266000', '114618.269000', '114618.272000', '114618.275000', '114618.278000', '114618.280000', '114618.283000', '114618.286000', '114618.289000', '114618.292000', '114618.295000', '114618.298000', '114618.300000', '114618.303000', '114618.306000', '114618.309000', '114618.312000', '114618.315000', '114618.318000', '114618.321000', '114618.323000', '114618.326000', '114618.329000', '114618.332000', '114618.335000', '114618.338000', '114618.341000', '114618.343000', '114618.346000', '114618.349000', '114618.352000', '114618.355000', '114618.358000', '114618.361000', '114618.363000', '114618.366000', '114618.369000', '114618.372000', '114618.375000', '114618.378000', '114618.381000', '114618.383000', '114618.386000', '114618.389000', '114638.266000', '114638.269000', '114638.272000', '114638.275000', '114638.278000', '114638.281000', '114638.283000', '114638.286000', '114638.289000', '114638.292000', '114638.295000', '114638.298000', '114638.301000', '114638.304000', '114638.306000', '114638.309000', '114638.312000', '114638.315000', '114638.318000', '114638.321000', '114638.324000', '114638.326000', '114638.329000', '114638.332000', '114638.335000', '114638.338000', '114638.341000', '114638.344000', '114638.347000', '114638.349000', '114638.352000', '114638.355000', '114638.358000', '114638.361000', '114638.364000', '114638.366000', '114638.371000', '114638.388000', '114638.391000', '114638.394000', '114638.397000', '114638.400000', '114638.402000', '114658.267000', '114658.270000', '114658.273000', '114658.276000', '114658.278000', '114658.281000', '114658.284000', '114658.287000', '114658.290000', '114658.293000', '114658.296000', '114658.298000', '114658.301000', '114658.304000', '114658.307000', '114658.310000', '114658.313000', '114658.315000', '114658.318000', '114658.321000', '114658.324000', '114658.327000', '114658.330000', '114658.333000', '114658.335000', '114658.338000', '114658.341000', '114658.344000', '114658.347000', '114658.350000', '114658.353000', '114658.356000', '114658.359000', '114658.361000', '114658.364000', '114658.367000', '114658.370000', '114658.373000', '114658.376000', '114658.379000', '114658.382000', '114658.385000', '114658.387000', '114658.390000', '114718.267000', '114718.270000', '114718.273000', '114718.276000', '114718.279000', '114718.282000', '114718.284000', '114718.287000', '114718.290000', '114718.293000', '114718.296000', '114718.299000', '114718.302000', '114718.305000', '114718.307000', '114718.310000', '114718.313000', '114718.316000', '114718.319000', '114718.322000', '114718.325000', '114718.328000', '114718.330000', '114718.333000', '114718.336000', '114718.339000', '114718.342000', '114718.345000', '114718.348000', '114718.351000', '114718.353000', '114718.356000', '114718.359000', '114718.362000', '114718.365000', '114718.368000', '114718.371000', '114718.374000', '114718.377000', '114718.379000', '114718.382000', '114718.385000', '114718.388000', '114738.267000', '114738.270000', '114738.273000', '114738.276000', '114738.279000', '114738.281000', '114738.284000', '114738.287000', '114738.290000', '114738.293000', '114738.296000', '114738.299000', '114738.302000', '114738.305000', '114738.307000', '114738.310000', '114738.313000', '114738.316000', '114738.319000', '114738.322000', '114738.325000', '114738.328000', '114738.330000', '114738.333000', '114738.336000', '114738.339000', '114738.342000', '114738.345000', '114738.348000', '114738.350000', '114738.353000', '114738.356000', '114738.359000', '114738.362000', '114738.365000', '114738.368000', '114738.371000', '114738.373000', '114738.376000', '114738.379000', '114738.382000', '114738.385000', '114738.388000', '114738.391000', '114758.267000', '114758.270000', '114758.273000', '114758.276000', '114758.279000', '114758.282000', '114758.284000', '114758.287000', '114758.290000', '114758.293000', '114758.296000', '114758.299000', '114758.302000', '114758.305000', '114758.308000', '114758.310000', '114758.313000', '114758.316000', '114758.319000', '114758.322000', '114758.325000', '114758.328000', '114758.331000', '114758.333000', '114758.336000', '114758.339000', '114758.342000', '114758.345000', '114758.348000', '114758.351000', '114758.353000', '114758.356000', '114758.359000', '114758.362000', '114758.365000', '114758.368000', '114758.371000', '114758.374000', '114758.377000', '114758.379000', '114758.382000', '114758.385000', '114758.388000', '114818.266000', '114818.269000', '114818.272000', '114818.275000', '114818.278000', '114818.289000', '114818.292000', '114818.295000', '114818.298000', '114818.301000', '114818.304000', '114818.307000', '114818.309000', '114818.312000', '114818.315000', '114818.318000', '114818.321000', '114818.324000', '114818.327000', '114818.329000', '114818.332000', '114818.335000', '114818.338000', '114818.341000', '114818.344000', '114818.346000', '114818.349000', '114818.352000', '114818.355000', '114818.358000', '114818.361000', '114818.363000', '114818.366000', '114818.369000', '114818.372000', '114818.376000', '114818.379000', '114818.382000', '114818.385000', '114818.388000', '114818.390000', '114818.393000', '114818.396000', '114838.266000', '114838.269000', '114838.272000', '114838.275000', '114838.278000', '114838.281000', '114838.283000', '114838.286000', '114838.289000', '114838.292000', '114838.295000', '114838.298000', '114838.301000', '114838.303000', '114838.306000', '114838.309000', '114838.312000', '114838.315000', '114838.318000', '114838.321000', '114838.324000', '114838.327000', '114838.329000', '114838.332000', '114838.335000', '114838.338000', '114838.341000', '114838.344000', '114838.347000', '114838.350000', '114838.352000', '114838.355000', '114838.358000', '114838.361000', '114838.364000', '114838.367000', '114838.370000', '114838.373000', '114838.375000', '114838.378000', '114838.381000', '114838.384000', '114838.387000', '114838.390000', '114858.266000', '114858.270000', '114858.272000', '114858.275000', '114858.278000', '114858.281000', '114858.284000', '114858.287000', '114858.290000', '114858.293000', '114858.295000', '114858.298000', '114858.301000', '114858.304000', '114858.307000', '114858.310000', '114858.313000', '114858.316000', '114858.319000', '114858.321000', '114858.324000', '114858.327000', '114858.330000', '114858.333000', '114858.336000', '114858.338000', '114858.341000', '114858.344000', '114858.347000', '114858.350000', '114858.353000', '114858.356000', '114858.359000', '114858.362000', '114858.364000', '114858.367000', '114858.370000', '114858.373000', '114858.376000', '114858.379000', '114858.382000', '114858.384000', '114858.387000', '114918.267000', '114918.281000', '114918.284000', '114918.287000', '114918.290000', '114918.293000', '114918.296000', '114918.298000', '114918.301000', '114918.304000', '114918.307000', '114918.310000', '114918.313000', '114918.316000', '114918.318000', '114918.321000', '114918.324000', '114918.327000', '114918.330000', '114918.333000', '114918.336000', '114918.339000', '114918.342000', '114918.344000', '114918.347000', '114918.350000', '114918.353000', '114918.356000', '114918.359000', '114918.361000', '114918.364000', '114918.367000', '114918.370000', '114918.373000', '114918.376000', '114918.379000', '114918.382000', '114918.384000', '114918.387000', '114918.390000', '114918.393000', '114918.396000', '114918.399000', '114918.401000', '114938.267000', '114938.270000', '114938.273000', '114938.276000', '114938.279000', '114938.282000', '114938.284000', '114938.287000', '114938.290000', '114938.293000', '114938.296000', '114938.299000', '114938.303000', '114938.306000', '114938.309000', '114938.312000', '114938.315000', '114938.318000', '114938.320000', '114938.323000', '114938.326000', '114938.329000', '114938.332000', '114938.335000', '114938.338000', '114938.340000', '114938.343000', '114938.346000', '114938.349000', '114938.352000', '114938.366000', '114938.369000', '114938.372000', '114938.375000', '114938.378000', '114938.381000', '114938.384000', '114938.388000', '114938.391000', '114938.394000', '114938.397000', '114938.399000', '114938.402000', '114958.267000', '114958.270000', '114958.273000', '114958.276000', '114958.279000', '114958.282000', '114958.284000', '114958.287000', '114958.290000', '114958.293000', '114958.296000', '114958.299000', '114958.302000', '114958.304000', '114958.307000', '114958.310000', '114958.313000', '114958.316000', '114958.319000', '114958.322000', '114958.325000', '114958.328000', '114958.330000', '114958.333000', '114958.336000', '114958.339000', '114958.342000', '114958.345000', '114958.348000', '114958.351000', '114958.353000', '114958.356000', '114958.359000', '114958.362000', '114958.365000', '114958.368000', '114958.371000', '114958.373000', '114958.376000', '114958.379000', '114958.382000', '114958.385000', '114958.388000', '114958.391000', '115018.267000', '115018.270000', '115018.273000', '115018.276000', '115018.279000', '115018.282000', '115018.284000', '115018.287000', '115018.290000', '115018.293000', '115018.296000', '115018.299000', '115018.302000', '115018.305000', '115018.308000', '115018.311000', '115018.314000', '115018.317000', '115018.320000', '115018.323000', '115018.328000', '115018.331000', '115018.334000', '115018.337000', '115018.340000', '115018.342000', '115018.345000', '115018.348000', '115018.351000', '115018.354000', '115018.357000', '115018.360000', '115018.363000', '115018.365000', '115018.368000', '115018.371000', '115018.374000', '115018.377000', '115018.380000', '115018.383000', '115018.385000', '115018.388000', '115018.391000', '115038.266000', '115038.269000', '115038.272000', '115038.275000', '115038.278000', '115038.281000', '115038.283000', '115038.286000', '115038.289000', '115038.292000', '115038.295000', '115038.298000', '115038.300000', '115038.303000', '115038.306000', '115038.309000', '115038.312000', '115038.315000', '115038.318000', '115038.321000', '115038.323000', '115038.326000', '115038.329000', '115038.332000', '115038.335000', '115038.338000', '115038.341000', '115038.343000', '115038.346000', '115038.349000', '115038.352000', '115038.355000', '115038.358000', '115038.361000', '115038.363000', '115038.366000', '115038.369000', '115038.372000', '115038.375000', '115038.378000', '115038.380000', '115038.383000', '115038.386000', '115038.389000', '115058.266000', '115058.269000', '115058.272000', '115058.275000', '115058.278000', '115058.280000', '115058.283000', '115058.286000', '115058.289000', '115058.292000', '115058.295000', '115058.298000', '115058.301000', '115058.304000', '115058.306000', '115058.309000', '115058.312000', '115058.315000', '115058.318000', '115058.321000', '115058.324000', '115058.326000', '115058.329000', '115058.332000', '115058.336000', '115058.342000', '115058.345000', '115058.348000', '115058.351000', '115058.353000', '115058.356000', '115058.359000', '115058.362000', '115058.365000', '115058.368000', '115058.371000', '115058.374000', '115058.376000', '115058.379000', '115058.382000', '115058.400000', '115058.403000', '115058.406000', '115118.266000', '115118.269000', '115118.272000', '115118.275000', '115118.278000', '115118.280000', '115118.283000', '115118.286000', '115118.289000', '115118.292000', '115118.295000', '115118.298000', '115118.301000', '115118.303000', '115118.306000', '115118.309000', '115118.312000', '115118.315000', '115118.318000', '115118.321000', '115118.323000', '115118.326000', '115118.329000', '115118.332000', '115118.335000', '115118.338000', '115118.341000', '115118.344000', '115118.346000', '115118.349000', '115118.352000', '115118.355000', '115118.358000', '115118.361000', '115118.364000', '115118.367000', '115118.369000', '115118.372000', '115118.375000', '115118.378000', '115118.381000', '115118.384000', '115118.387000', '115118.389000', '115138.267000', '115138.270000', '115138.273000', '115138.276000', '115138.279000', '115138.282000', '115138.286000', '115138.289000', '115138.292000', '115138.295000', '115138.298000', '115138.301000', '115138.303000', '115138.306000', '115138.309000', '115138.312000', '115138.315000', '115138.318000', '115138.321000', '115138.324000', '115138.326000', '115138.329000', '115138.332000', '115138.335000', '115138.340000', '115138.344000', '115138.347000', '115138.350000', '115138.353000', '115138.356000', '115138.359000', '115138.362000', '115138.365000', '115138.367000', '115138.370000', '115138.373000', '115138.376000', '115138.379000', '115138.382000', '115138.385000', '115138.387000', '115138.390000', '115138.393000', '115158.267000', '115158.270000', '115158.273000', '115158.276000', '115158.279000', '115158.282000', '115158.284000', '115158.287000', '115158.290000', '115158.293000', '115158.296000', '115158.299000', '115158.302000', '115158.305000', '115158.308000', '115158.310000', '115158.313000', '115158.316000', '115158.319000', '115158.322000', '115158.325000', '115158.328000', '115158.330000', '115158.333000', '115158.336000', '115158.339000', '115158.342000', '115158.345000', '115158.348000', '115158.351000', '115158.353000', '115158.356000', '115158.359000', '115158.362000', '115158.365000', '115158.368000', '115158.371000', '115158.374000', '115158.376000', '115158.379000', '115158.382000', '115158.385000', '115158.388000', '115158.391000', '115218.267000', '115218.270000', '115218.273000', '115218.276000', '115218.279000', '115218.282000', '115218.284000', '115218.287000', '115218.290000', '115218.293000', '115218.296000', '115218.299000', '115218.302000', '115218.304000', '115218.307000', '115218.310000', '115218.313000', '115218.316000', '115218.319000', '115218.321000', '115218.324000', '115218.327000', '115218.330000', '115218.333000', '115218.336000', '115218.339000', '115218.341000', '115218.344000', '115218.347000', '115218.350000', '115218.353000', '115218.356000', '115218.359000', '115218.361000', '115218.364000', '115218.367000', '115218.370000', '115218.387000', '115218.390000', '115218.393000', '115218.396000', '115218.399000', '115218.402000', '115238.267000', '115238.270000', '115238.273000', '115238.276000', '115238.279000', '115238.282000', '115238.284000', '115238.287000', '115238.290000', '115238.293000', '115238.296000', '115238.299000', '115238.302000', '115238.305000', '115238.307000', '115238.310000', '115238.313000', '115238.316000', '115238.319000', '115238.322000', '115238.325000', '115238.328000', '115238.331000', '115238.334000', '115238.336000', '115238.339000', '115238.343000', '115238.346000', '115238.348000', '115238.351000', '115238.354000', '115238.357000', '115238.360000', '115238.363000', '115238.366000', '115238.369000', '115238.372000', '115238.374000', '115238.377000', '115238.380000', '115238.383000', '115238.386000', '115238.389000', '115238.392000', '115258.266000', '115258.269000', '115258.272000', '115258.275000', '115258.278000', '115258.281000', '115258.284000', '115258.286000', '115258.289000', '115258.292000', '115258.295000', '115258.298000', '115258.301000', '115258.304000', '115258.307000', '115258.309000', '115258.312000', '115258.315000', '115258.318000', '115258.322000', '115258.325000', '115258.328000', '115258.331000', '115258.334000', '115258.337000', '115258.340000', '115258.342000', '115258.345000', '115258.348000', '115258.351000', '115258.354000', '115258.357000', '115258.360000', '115258.363000', '115258.365000', '115258.368000', '115258.371000', '115258.374000', '115258.377000', '115258.380000', '115258.383000', '115258.387000', '115258.392000', '115318.266000', '115318.269000', '115318.272000', '115318.275000', '115318.278000', '115318.281000', '115318.283000', '115318.286000', '115318.289000', '115318.292000', '115318.295000', '115318.298000', '115318.301000', '115318.304000', '115318.307000', '115318.310000', '115318.313000', '115318.315000', '115318.318000', '115318.321000', '115318.324000', '115318.327000', '115318.330000', '115318.333000', '115318.336000', '115318.338000', '115318.341000', '115318.344000', '115318.347000', '115318.350000', '115318.353000', '115318.355000', '115318.358000', '115318.361000', '115318.364000', '115318.367000', '115318.370000', '115318.373000', '115318.376000', '115318.379000', '115318.381000', '115318.384000', '115318.387000', '115318.390000', '115336.638000', '115336.642000', '115336.645000', '115336.648000', '115336.651000', '115336.654000', '115336.658000', '115336.661000', '115336.664000', '115336.667000', '115336.670000', '115336.673000', '115336.675000', '115336.679000', '115336.682000', '115336.685000', '115336.688000', '115336.691000', '115336.694000', '115336.708000', '115336.711000', '115336.714000', '115336.717000', '115336.720000', '115336.723000', '115336.726000', '115336.729000', '115336.732000', '115336.735000', '115336.738000', '115336.741000', '115336.744000', '115336.747000', '115336.750000', '115336.753000', '115336.756000', '115336.759000', '115336.761000', '115336.764000', '115336.767000'], 'InstanceCreationTime': ['114358.294000', '114358.298000', '114358.302000', '114358.306000', '114358.309000', '114358.313000', '114358.316000', '114358.319000', '114358.322000', '114358.325000', '114358.329000', '114358.332000', '114358.335000', '114358.339000', '114358.342000', '114358.345000', '114358.351000', '114358.355000', '114358.359000', '114358.363000', '114358.366000', '114358.369000', '114358.372000', '114358.374000', '114358.407000', '114358.410000', '114358.413000', '114358.416000', '114358.419000', '114358.422000', '114358.425000', '114358.428000', '114358.431000', '114358.434000', '114358.437000', '114358.441000', '114358.443000', '114358.446000', '114358.449000', '114358.452000', '114418.266000', '114418.269000', '114418.272000', '114418.275000', '114418.277000', '114418.280000', '114418.283000', '114418.286000', '114418.289000', '114418.292000', '114418.294000', '114418.297000', '114418.300000', '114418.303000', '114418.306000', '114418.309000', '114418.311000', '114418.314000', '114418.317000', '114418.320000', '114418.323000', '114418.326000', '114418.328000', '114418.331000', '114418.334000', '114418.337000', '114418.340000', '114418.343000', '114418.345000', '114418.348000', '114418.351000', '114418.354000', '114418.357000', '114418.360000', '114418.373000', '114418.376000', '114418.379000', '114418.382000', '114418.385000', '114418.387000', '114418.390000', '114418.393000', '114418.396000', '114418.399000', '114438.267000', '114438.270000', '114438.273000', '114438.275000', '114438.278000', '114438.281000', '114438.284000', '114438.287000', '114438.290000', '114438.293000', '114438.296000', '114438.298000', '114438.301000', '114438.304000', '114438.307000', '114438.310000', '114438.313000', '114438.315000', '114438.318000', '114438.321000', '114438.324000', '114438.327000', '114438.330000', '114438.333000', '114438.335000', '114438.338000', '114438.341000', '114438.344000', '114438.347000', '114438.350000', '114438.352000', '114438.355000', '114438.358000', '114438.361000', '114438.364000', '114438.367000', '114438.369000', '114438.372000', '114438.375000', '114438.378000', '114438.381000', '114438.384000', '114438.388000', '114458.267000', '114458.270000', '114458.273000', '114458.276000', '114458.278000', '114458.281000', '114458.284000', '114458.287000', '114458.290000', '114458.293000', '114458.295000', '114458.298000', '114458.301000', '114458.304000', '114458.307000', '114458.310000', '114458.312000', '114458.315000', '114458.318000', '114458.321000', '114458.324000', '114458.327000', '114458.330000', '114458.333000', '114458.335000', '114458.338000', '114458.341000', '114458.344000', '114458.347000', '114458.350000', '114458.352000', '114458.355000', '114458.358000', '114458.361000', '114458.364000', '114458.367000', '114458.370000', '114458.372000', '114458.375000', '114458.378000', '114458.386000', '114458.389000', '114458.404000', '114458.407000', '114518.267000', '114518.270000', '114518.273000', '114518.276000', '114518.279000', '114518.282000', '114518.285000', '114518.288000', '114518.291000', '114518.293000', '114518.296000', '114518.299000', '114518.302000', '114518.305000', '114518.308000', '114518.311000', '114518.314000', '114518.317000', '114518.320000', '114518.322000', '114518.325000', '114518.328000', '114518.331000', '114518.335000', '114518.338000', '114518.341000', '114518.344000', '114518.347000', '114518.350000', '114518.353000', '114518.356000', '114518.359000', '114518.362000', '114518.365000', '114518.368000', '114518.370000', '114518.373000', '114518.376000', '114518.379000', '114518.382000', '114518.385000', '114518.388000', '114518.394000', '114538.267000', '114538.270000', '114538.273000', '114538.275000', '114538.278000', '114538.281000', '114538.284000', '114538.287000', '114538.290000', '114538.293000', '114538.295000', '114538.298000', '114538.301000', '114538.304000', '114538.307000', '114538.310000', '114538.313000', '114538.315000', '114538.318000', '114538.321000', '114538.324000', '114538.327000', '114538.330000', '114538.332000', '114538.335000', '114538.338000', '114538.341000', '114538.344000', '114538.347000', '114538.350000', '114538.353000', '114538.355000', '114538.358000', '114538.361000', '114538.364000', '114538.367000', '114538.370000', '114538.372000', '114538.375000', '114538.378000', '114538.381000', '114538.384000', '114538.387000', '114538.390000', '114558.266000', '114558.269000', '114558.272000', '114558.275000', '114558.278000', '114558.280000', '114558.283000', '114558.286000', '114558.289000', '114558.292000', '114558.295000', '114558.297000', '114558.300000', '114558.303000', '114558.306000', '114558.309000', '114558.312000', '114558.315000', '114558.317000', '114558.320000', '114558.323000', '114558.326000', '114558.329000', '114558.332000', '114558.335000', '114558.338000', '114558.340000', '114558.343000', '114558.346000', '114558.349000', '114558.352000', '114558.354000', '114558.357000', '114558.360000', '114558.363000', '114558.366000', '114558.369000', '114558.372000', '114558.374000', '114558.377000', '114558.380000', '114558.383000', '114558.386000', '114618.266000', '114618.269000', '114618.272000', '114618.275000', '114618.278000', '114618.280000', '114618.283000', '114618.286000', '114618.289000', '114618.292000', '114618.295000', '114618.298000', '114618.300000', '114618.303000', '114618.306000', '114618.309000', '114618.312000', '114618.315000', '114618.318000', '114618.321000', '114618.323000', '114618.326000', '114618.329000', '114618.332000', '114618.335000', '114618.338000', '114618.341000', '114618.343000', '114618.346000', '114618.349000', '114618.352000', '114618.355000', '114618.358000', '114618.361000', '114618.363000', '114618.366000', '114618.369000', '114618.372000', '114618.375000', '114618.378000', '114618.381000', '114618.383000', '114618.386000', '114618.389000', '114638.266000', '114638.269000', '114638.272000', '114638.275000', '114638.278000', '114638.281000', '114638.283000', '114638.286000', '114638.289000', '114638.292000', '114638.295000', '114638.298000', '114638.301000', '114638.304000', '114638.306000', '114638.309000', '114638.312000', '114638.315000', '114638.318000', '114638.321000', '114638.324000', '114638.326000', '114638.329000', '114638.332000', '114638.335000', '114638.338000', '114638.341000', '114638.344000', '114638.347000', '114638.349000', '114638.352000', '114638.355000', '114638.358000', '114638.361000', '114638.364000', '114638.366000', '114638.371000', '114638.388000', '114638.391000', '114638.394000', '114638.397000', '114638.400000', '114638.402000', '114658.267000', '114658.270000', '114658.273000', '114658.276000', '114658.278000', '114658.281000', '114658.284000', '114658.287000', '114658.290000', '114658.293000', '114658.296000', '114658.298000', '114658.301000', '114658.304000', '114658.307000', '114658.310000', '114658.313000', '114658.315000', '114658.318000', '114658.321000', '114658.324000', '114658.327000', '114658.330000', '114658.333000', '114658.335000', '114658.338000', '114658.341000', '114658.344000', '114658.347000', '114658.350000', '114658.353000', '114658.356000', '114658.359000', '114658.361000', '114658.364000', '114658.367000', '114658.370000', '114658.373000', '114658.376000', '114658.379000', '114658.382000', '114658.385000', '114658.387000', '114658.390000', '114718.267000', '114718.270000', '114718.273000', '114718.276000', '114718.279000', '114718.282000', '114718.284000', '114718.287000', '114718.290000', '114718.293000', '114718.296000', '114718.299000', '114718.302000', '114718.305000', '114718.307000', '114718.310000', '114718.313000', '114718.316000', '114718.319000', '114718.322000', '114718.325000', '114718.328000', '114718.330000', '114718.333000', '114718.336000', '114718.339000', '114718.342000', '114718.345000', '114718.348000', '114718.351000', '114718.353000', '114718.356000', '114718.359000', '114718.362000', '114718.365000', '114718.368000', '114718.371000', '114718.374000', '114718.377000', '114718.379000', '114718.382000', '114718.385000', '114718.388000', '114738.267000', '114738.270000', '114738.273000', '114738.276000', '114738.279000', '114738.281000', '114738.284000', '114738.287000', '114738.290000', '114738.293000', '114738.296000', '114738.299000', '114738.302000', '114738.305000', '114738.307000', '114738.310000', '114738.313000', '114738.316000', '114738.319000', '114738.322000', '114738.325000', '114738.328000', '114738.330000', '114738.333000', '114738.336000', '114738.339000', '114738.342000', '114738.345000', '114738.348000', '114738.350000', '114738.353000', '114738.356000', '114738.359000', '114738.362000', '114738.365000', '114738.368000', '114738.371000', '114738.373000', '114738.376000', '114738.379000', '114738.382000', '114738.385000', '114738.388000', '114738.391000', '114758.267000', '114758.270000', '114758.273000', '114758.276000', '114758.279000', '114758.282000', '114758.284000', '114758.287000', '114758.290000', '114758.293000', '114758.296000', '114758.299000', '114758.302000', '114758.305000', '114758.308000', '114758.310000', '114758.313000', '114758.316000', '114758.319000', '114758.322000', '114758.325000', '114758.328000', '114758.331000', '114758.333000', '114758.336000', '114758.339000', '114758.342000', '114758.345000', '114758.348000', '114758.351000', '114758.353000', '114758.356000', '114758.359000', '114758.362000', '114758.365000', '114758.368000', '114758.371000', '114758.374000', '114758.377000', '114758.379000', '114758.382000', '114758.385000', '114758.388000', '114818.266000', '114818.269000', '114818.272000', '114818.275000', '114818.278000', '114818.289000', '114818.292000', '114818.295000', '114818.298000', '114818.301000', '114818.304000', '114818.307000', '114818.309000', '114818.312000', '114818.315000', '114818.318000', '114818.321000', '114818.324000', '114818.327000', '114818.329000', '114818.332000', '114818.335000', '114818.338000', '114818.341000', '114818.344000', '114818.346000', '114818.349000', '114818.352000', '114818.355000', '114818.358000', '114818.361000', '114818.363000', '114818.366000', '114818.369000', '114818.372000', '114818.376000', '114818.379000', '114818.382000', '114818.385000', '114818.388000', '114818.390000', '114818.393000', '114818.396000', '114838.266000', '114838.269000', '114838.272000', '114838.275000', '114838.278000', '114838.281000', '114838.283000', '114838.286000', '114838.289000', '114838.292000', '114838.295000', '114838.298000', '114838.301000', '114838.303000', '114838.306000', '114838.309000', '114838.312000', '114838.315000', '114838.318000', '114838.321000', '114838.324000', '114838.327000', '114838.329000', '114838.332000', '114838.335000', '114838.338000', '114838.341000', '114838.344000', '114838.347000', '114838.350000', '114838.352000', '114838.355000', '114838.358000', '114838.361000', '114838.364000', '114838.367000', '114838.370000', '114838.373000', '114838.375000', '114838.378000', '114838.381000', '114838.384000', '114838.387000', '114838.390000', '114858.266000', '114858.270000', '114858.272000', '114858.275000', '114858.278000', '114858.281000', '114858.284000', '114858.287000', '114858.290000', '114858.293000', '114858.295000', '114858.298000', '114858.301000', '114858.304000', '114858.307000', '114858.310000', '114858.313000', '114858.316000', '114858.319000', '114858.321000', '114858.324000', '114858.327000', '114858.330000', '114858.333000', '114858.336000', '114858.338000', '114858.341000', '114858.344000', '114858.347000', '114858.350000', '114858.353000', '114858.356000', '114858.359000', '114858.362000', '114858.364000', '114858.367000', '114858.370000', '114858.373000', '114858.376000', '114858.379000', '114858.382000', '114858.384000', '114858.387000', '114918.267000', '114918.281000', '114918.284000', '114918.287000', '114918.290000', '114918.293000', '114918.296000', '114918.298000', '114918.301000', '114918.304000', '114918.307000', '114918.310000', '114918.313000', '114918.316000', '114918.318000', '114918.321000', '114918.324000', '114918.327000', '114918.330000', '114918.333000', '114918.336000', '114918.339000', '114918.342000', '114918.344000', '114918.347000', '114918.350000', '114918.353000', '114918.356000', '114918.359000', '114918.361000', '114918.364000', '114918.367000', '114918.370000', '114918.373000', '114918.376000', '114918.379000', '114918.382000', '114918.384000', '114918.387000', '114918.390000', '114918.393000', '114918.396000', '114918.399000', '114918.401000', '114938.267000', '114938.270000', '114938.273000', '114938.276000', '114938.279000', '114938.282000', '114938.284000', '114938.287000', '114938.290000', '114938.293000', '114938.296000', '114938.299000', '114938.303000', '114938.306000', '114938.309000', '114938.312000', '114938.315000', '114938.318000', '114938.320000', '114938.323000', '114938.326000', '114938.329000', '114938.332000', '114938.335000', '114938.338000', '114938.340000', '114938.343000', '114938.346000', '114938.349000', '114938.352000', '114938.366000', '114938.369000', '114938.372000', '114938.375000', '114938.378000', '114938.381000', '114938.384000', '114938.388000', '114938.391000', '114938.394000', '114938.397000', '114938.399000', '114938.402000', '114958.267000', '114958.270000', '114958.273000', '114958.276000', '114958.279000', '114958.282000', '114958.284000', '114958.287000', '114958.290000', '114958.293000', '114958.296000', '114958.299000', '114958.302000', '114958.304000', '114958.307000', '114958.310000', '114958.313000', '114958.316000', '114958.319000', '114958.322000', '114958.325000', '114958.328000', '114958.330000', '114958.333000', '114958.336000', '114958.339000', '114958.342000', '114958.345000', '114958.348000', '114958.351000', '114958.353000', '114958.356000', '114958.359000', '114958.362000', '114958.365000', '114958.368000', '114958.371000', '114958.373000', '114958.376000', '114958.379000', '114958.382000', '114958.385000', '114958.388000', '114958.391000', '115018.267000', '115018.270000', '115018.273000', '115018.276000', '115018.279000', '115018.282000', '115018.284000', '115018.287000', '115018.290000', '115018.293000', '115018.296000', '115018.299000', '115018.302000', '115018.305000', '115018.308000', '115018.311000', '115018.314000', '115018.317000', '115018.320000', '115018.323000', '115018.328000', '115018.331000', '115018.334000', '115018.337000', '115018.340000', '115018.342000', '115018.345000', '115018.348000', '115018.351000', '115018.354000', '115018.357000', '115018.360000', '115018.363000', '115018.365000', '115018.368000', '115018.371000', '115018.374000', '115018.377000', '115018.380000', '115018.383000', '115018.385000', '115018.388000', '115018.391000', '115038.266000', '115038.269000', '115038.272000', '115038.275000', '115038.278000', '115038.281000', '115038.283000', '115038.286000', '115038.289000', '115038.292000', '115038.295000', '115038.298000', '115038.300000', '115038.303000', '115038.306000', '115038.309000', '115038.312000', '115038.315000', '115038.318000', '115038.321000', '115038.323000', '115038.326000', '115038.329000', '115038.332000', '115038.335000', '115038.338000', '115038.341000', '115038.343000', '115038.346000', '115038.349000', '115038.352000', '115038.355000', '115038.358000', '115038.361000', '115038.363000', '115038.366000', '115038.369000', '115038.372000', '115038.375000', '115038.378000', '115038.380000', '115038.383000', '115038.386000', '115038.389000', '115058.266000', '115058.269000', '115058.272000', '115058.275000', '115058.278000', '115058.280000', '115058.283000', '115058.286000', '115058.289000', '115058.292000', '115058.295000', '115058.298000', '115058.301000', '115058.304000', '115058.306000', '115058.309000', '115058.312000', '115058.315000', '115058.318000', '115058.321000', '115058.324000', '115058.326000', '115058.329000', '115058.332000', '115058.336000', '115058.342000', '115058.345000', '115058.348000', '115058.351000', '115058.353000', '115058.356000', '115058.359000', '115058.362000', '115058.365000', '115058.368000', '115058.371000', '115058.374000', '115058.376000', '115058.379000', '115058.382000', '115058.400000', '115058.403000', '115058.406000', '115118.266000', '115118.269000', '115118.272000', '115118.275000', '115118.278000', '115118.280000', '115118.283000', '115118.286000', '115118.289000', '115118.292000', '115118.295000', '115118.298000', '115118.301000', '115118.303000', '115118.306000', '115118.309000', '115118.312000', '115118.315000', '115118.318000', '115118.321000', '115118.323000', '115118.326000', '115118.329000', '115118.332000', '115118.335000', '115118.338000', '115118.341000', '115118.344000', '115118.346000', '115118.349000', '115118.352000', '115118.355000', '115118.358000', '115118.361000', '115118.364000', '115118.367000', '115118.369000', '115118.372000', '115118.375000', '115118.378000', '115118.381000', '115118.384000', '115118.387000', '115118.389000', '115138.267000', '115138.270000', '115138.273000', '115138.276000', '115138.279000', '115138.282000', '115138.286000', '115138.289000', '115138.292000', '115138.295000', '115138.298000', '115138.301000', '115138.303000', '115138.306000', '115138.309000', '115138.312000', '115138.315000', '115138.318000', '115138.321000', '115138.324000', '115138.326000', '115138.329000', '115138.332000', '115138.335000', '115138.340000', '115138.344000', '115138.347000', '115138.350000', '115138.353000', '115138.356000', '115138.359000', '115138.362000', '115138.365000', '115138.367000', '115138.370000', '115138.373000', '115138.376000', '115138.379000', '115138.382000', '115138.385000', '115138.387000', '115138.390000', '115138.393000', '115158.267000', '115158.270000', '115158.273000', '115158.276000', '115158.279000', '115158.282000', '115158.284000', '115158.287000', '115158.290000', '115158.293000', '115158.296000', '115158.299000', '115158.302000', '115158.305000', '115158.308000', '115158.310000', '115158.313000', '115158.316000', '115158.319000', '115158.322000', '115158.325000', '115158.328000', '115158.330000', '115158.333000', '115158.336000', '115158.339000', '115158.342000', '115158.345000', '115158.348000', '115158.351000', '115158.353000', '115158.356000', '115158.359000', '115158.362000', '115158.365000', '115158.368000', '115158.371000', '115158.374000', '115158.376000', '115158.379000', '115158.382000', '115158.385000', '115158.388000', '115158.391000', '115218.267000', '115218.270000', '115218.273000', '115218.276000', '115218.279000', '115218.282000', '115218.284000', '115218.287000', '115218.290000', '115218.293000', '115218.296000', '115218.299000', '115218.302000', '115218.304000', '115218.307000', '115218.310000', '115218.313000', '115218.316000', '115218.319000', '115218.321000', '115218.324000', '115218.327000', '115218.330000', '115218.333000', '115218.336000', '115218.339000', '115218.341000', '115218.344000', '115218.347000', '115218.350000', '115218.353000', '115218.356000', '115218.359000', '115218.361000', '115218.364000', '115218.367000', '115218.370000', '115218.387000', '115218.390000', '115218.393000', '115218.396000', '115218.399000', '115218.402000', '115238.267000', '115238.270000', '115238.273000', '115238.276000', '115238.279000', '115238.282000', '115238.284000', '115238.287000', '115238.290000', '115238.293000', '115238.296000', '115238.299000', '115238.302000', '115238.305000', '115238.307000', '115238.310000', '115238.313000', '115238.316000', '115238.319000', '115238.322000', '115238.325000', '115238.328000', '115238.331000', '115238.334000', '115238.336000', '115238.339000', '115238.343000', '115238.346000', '115238.348000', '115238.351000', '115238.354000', '115238.357000', '115238.360000', '115238.363000', '115238.366000', '115238.369000', '115238.372000', '115238.374000', '115238.377000', '115238.380000', '115238.383000', '115238.386000', '115238.389000', '115238.392000', '115258.266000', '115258.269000', '115258.272000', '115258.275000', '115258.278000', '115258.281000', '115258.284000', '115258.286000', '115258.289000', '115258.292000', '115258.295000', '115258.298000', '115258.301000', '115258.304000', '115258.307000', '115258.309000', '115258.312000', '115258.315000', '115258.318000', '115258.322000', '115258.325000', '115258.328000', '115258.331000', '115258.334000', '115258.337000', '115258.340000', '115258.342000', '115258.345000', '115258.348000', '115258.351000', '115258.354000', '115258.357000', '115258.360000', '115258.363000', '115258.365000', '115258.368000', '115258.371000', '115258.374000', '115258.377000', '115258.380000', '115258.383000', '115258.387000', '115258.392000', '115318.266000', '115318.269000', '115318.272000', '115318.275000', '115318.278000', '115318.281000', '115318.283000', '115318.286000', '115318.289000', '115318.292000', '115318.295000', '115318.298000', '115318.301000', '115318.304000', '115318.307000', '115318.310000', '115318.313000', '115318.315000', '115318.318000', '115318.321000', '115318.324000', '115318.327000', '115318.330000', '115318.333000', '115318.336000', '115318.338000', '115318.341000', '115318.344000', '115318.347000', '115318.350000', '115318.353000', '115318.355000', '115318.358000', '115318.361000', '115318.364000', '115318.367000', '115318.370000', '115318.373000', '115318.376000', '115318.379000', '115318.381000', '115318.384000', '115318.387000', '115318.390000', '115336.638000', '115336.642000', '115336.645000', '115336.648000', '115336.651000', '115336.654000', '115336.658000', '115336.661000', '115336.664000', '115336.667000', '115336.670000', '115336.673000', '115336.675000', '115336.679000', '115336.682000', '115336.685000', '115336.688000', '115336.691000', '115336.694000', '115336.708000', '115336.711000', '115336.714000', '115336.717000', '115336.720000', '115336.723000', '115336.726000', '115336.729000', '115336.732000', '115336.735000', '115336.738000', '115336.741000', '115336.744000', '115336.747000', '115336.750000', '115336.753000', '115336.756000', '115336.759000', '115336.761000', '115336.764000', '115336.767000'], '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': [15854, 23638, 13529, 21479, 14940, 11257, 16688, 9599, 18390, 11206, 18684, 13045, 18432, 12113, 17486, 11912, 22012, 13768, 17012, 12084, 19860, 12303, 23657, 12418, 22068, 13765, 21057, 11413, 15756, 11087, 15331, 12350, 19759, 11930, 19795, 11574, 20341, 12711, 19722, 13216, 20044, 12248, 20864, 13229, 20926, 14630, 17171, 12991, 20797, 13288, 22923, 14783, 18513, 13556, 21928, 13395, 23248, 13346, 21748, 13764, 12783, 15193, 14954, 16240, 19572, 15257, 16218, 15915, 18612, 14626, 26333, 13587, 24811, 14335, 15988, 13507, 13166, 15156, 12678, 15327, 12398, 16200, 11034, 17952, 10864, 17381, 14692, 15866, 12010, 16318, 12575, 15162, 17008, 13915, 15636, 15124, 14655, 14867, 13492, 15754, 13022, 16532, 11762, 16306, 11384, 16653, 10165, 17657, 10922, 17784, 11079, 17264, 10003, 16744, 12762, 15878, 12400, 14851, 21718, 13264, 24600, 13823, 16405, 14616, 14590, 14258, 12515, 15266, 14221, 16110, 12418, 15570, 15890, 14912, 23857, 16499, 21052, 12935, 16219, 11685, 15729, 11307, 16007, 11451, 16857, 11243, 16477, 11228, 16270, 12175, 16639, 11516, 16278, 11717, 16074, 11164, 15703, 10684, 15128, 10164, 15901, 11146, 15007, 13445, 14366, 11526, 15460, 11385, 15633, 11576, 16630, 9889, 16877, 10727, 17708, 11740, 17044, 12239, 17028, 12680, 18469, 11935, 17082, 11831, 16358, 11244, 17116, 11777, 17135, 11093, 16376, 10543, 16228, 10616, 16969, 11288, 17403, 11279, 16971, 11157, 17218, 12598, 17174, 12180, 15976, 11420, 16000, 12059, 20625, 12264, 17753, 12642, 18554, 12998, 13829, 14835, 14715, 14806, 16525, 14493, 15974, 15602, 12309, 15847, 12978, 15952, 17985, 15667, 13404, 15371, 16001, 14970, 18113, 14594, 16931, 15759, 13343, 15721, 12636, 16080, 13498, 16077, 12639, 16908, 9866, 17406, 9985, 17332, 10604, 17318, 10988, 17236, 10285, 16614, 11854, 16298, 13370, 15495, 11527, 16439, 11814, 15998, 12623, 15414, 11527, 16525, 11968, 16168, 11726, 16161, 13928, 15772, 12218, 15907, 15906, 14572, 22631, 13844, 24525, 16147, 23673, 12180, 17172, 12107, 15782, 11794, 15690, 11804, 16035, 11741, 15598, 11580, 15866, 11790, 19722, 12681, 15919, 12400, 18216, 13517, 21124, 13372, 22319, 13894, 23387, 14200, 13197, 14157, 12555, 15032, 17226, 14387, 21975, 14334, 12195, 15758, 13279, 15521, 12627, 15707, 13022, 16614, 10794, 17450, 11666, 17778, 12541, 23886, 14344, 17495, 12640, 16835, 13754, 24544, 15653, 21945, 13442, 24016, 12557, 19375, 11945, 17078, 12668, 15915, 11991, 17422, 12188, 17834, 11606, 20372, 13083, 14315, 12720, 11711, 14262, 12156, 15918, 9835, 17315, 9989, 17501, 9859, 17726, 10018, 17118, 10355, 17232, 10249, 17402, 10446, 17191, 11673, 18106, 11527, 17747, 12478, 17546, 12508, 18447, 12932, 17595, 12370, 16232, 11433, 15911, 11701, 16521, 11869, 16306, 11531, 16257, 11617, 16111, 11502, 16634, 11088, 16080, 10504, 16581, 11980, 16852, 10949, 16749, 11641, 16606, 12837, 21702, 12152, 18144, 12612, 20943, 13311, 12293, 15715, 11654, 17469, 10821, 18541, 13540, 20593, 14407, 20172, 13286, 16043, 13604, 24691, 13882, 21925, 14238, 19762, 13823, 20381, 12162, 22102, 12767, 23502, 14383, 16197, 12932, 13426, 14101, 13077, 15314, 13706, 16157, 11649, 17052, 10684, 17491, 12492, 16821, 13032, 16698, 11921, 16749, 12499, 15174, 15626, 15428, 13284, 16146, 12102, 15899, 11989, 16848, 13913, 15868, 10894, 17516, 10277, 17681, 9736, 17640, 10645, 17467, 10325, 17100, 11191, 16001, 16904, 13687, 20010, 14182, 19067, 13347, 20615, 13673, 24135, 14496, 14316, 14161, 14005, 13834, 19992, 13778, 23377, 14296, 19850, 12717, 19833, 12341, 16374, 12805, 15365, 11008, 15945, 10928, 16253, 9554, 16009, 9783, 17023, 9744, 17216, 10402, 16992, 11742, 16636, 10354, 17761, 10075, 17332, 9475, 17315, 10673, 16923, 9865, 17636, 10804, 17534, 10342, 18069, 12136, 18525, 11520, 17692, 11843, 17256, 11932, 16904, 12590, 17334, 11728, 17219, 11297, 16811, 12533, 17584, 11303, 16483, 11843, 16359, 12610, 22023, 12838, 19189, 12361, 17754, 13314, 16215, 14746, 11696, 16721, 11117, 17329, 11550, 17358, 12185, 16917, 11178, 17236, 10298, 18142, 11589, 17983, 12427, 17510, 11911, 16924, 12552, 17056, 11293, 17196, 10969, 16661, 10526, 16609, 11907, 17215, 11319, 17285, 10302, 17153, 11832, 17286, 11129, 17055, 11751, 17082, 9936, 17091, 10887, 17361, 10563, 17156, 9842, 16801, 10640, 17345, 11483, 17410, 11173, 17240, 9777, 17296, 10841, 17576, 9842, 17432, 11685, 16948, 13567, 15503, 12343, 16200, 14113, 15294, 17802, 14138, 15196, 15646, 11670, 16643, 11662, 17300, 12387, 16966, 10113, 17890, 10448, 17852, 10980, 17497, 11039, 17575, 11581, 17737, 11012, 17537, 10559, 17433, 12268, 17491, 11070, 17467, 11356, 17358, 11712, 17229, 12343, 17738, 11947, 17245, 11992, 16708, 12825, 21108, 12410, 15311, 14000, 12909, 15271, 12705, 16828, 10305, 17679, 11971, 17769, 10780, 17988, 11783, 17415, 10595, 16927, 10961, 17279, 12784, 15886, 10529, 16641, 10681, 17577, 11304, 16474, 11149, 16487, 11076, 16579, 10414, 16438, 10766, 16232, 11878, 16543, 11983, 15955, 12377, 21094, 12070, 20489, 11684, 19644, 11823, 16506, 12285, 16507, 11828, 20926, 13280, 16850, 12492, 11507, 15023, 10778, 17142, 10374, 18106, 12412, 18687, 11959, 17615, 12343, 17530, 12649, 17500, 12119, 16789, 12317, 16510, 12110, 17799, 12284, 20942, 12018, 22695, 13640, 15010, 12849, 12216, 14455, 13208, 15104, 13800, 16445, 10874, 17119, 11240, 17415, 12736, 16126, 12524, 16349, 12579, 16116, 12247, 16760, 9689, 17480, 10538, 17895, 11471, 17515, 12212, 16868, 10644, 16804, 12047, 16915, 11439, 16970, 11091, 16468, 11221, 16634, 13616, 18185, 12124, 17014, 12205, 16067, 12845, 21482, 13390, 17259, 12238, 14865, 14164, 15369, 16157, 15334, 16391, 16961, 14975, 13020, 17025, 12574, 17187, 11561, 17465, 12911, 16972, 10461, 17668, 10860, 17357, 13398, 15558, 15128, 15873, 11961, 16727, 11565, 16441, 12085, 16639, 10611, 17476, 9483, 17205, 9504, 17163, 14625, 15398, 13269, 15728, 17963, 13267, 23692, 12971, 17295, 12977, 15898, 11083, 15771, 10847, 16725, 9887, 16231, 10789, 16283, 11170, 16887, 11253, 16596, 11428, 17036, 11556, 16791, 11200, 16520, 11165, 16243, 11216, 17140, 11447, 16701, 11232, 16439, 11252, 16318, 11770, 16732, 11438, 16730, 10439, 15811, 10310, 16243, 10208, 16465, 10769, 17610, 12406, 21525, 11358, 15718, 12179, 13305, 12415, 14539, 15418, 15099, 11889, 15929, 11473, 16612, 10093, 16994, 10112, 17374, 11735, 17775, 10560, 17120, 10381, 17218, 10786, 16636, 11007, 17113, 11563, 16079, 16748, 13672, 17995, 14612, 13554, 14417, 12706, 15315, 13840, 15529, 11410, 16592, 10642, 16710, 9010, 17085, 10087, 17332, 10689, 17220, 11178, 16969, 9811, 16682, 10601, 16795, 10181, 17675, 11067, 16775, 15566, 14777, 14201, 15913, 16398, 14580, 20129, 14129, 21312, 14323, 14656, 14623, 18275, 14828, 23847, 13892, 18018, 12633, 16673, 11710, 15722, 10433, 16033, 11938, 14626, 10778, 15427, 11643, 14611, 12040, 14444, 13582, 15377, 12002, 15511, 17099, 14256, 24088, 14220, 18989, 12153, 16230, 10881, 15049, 11004, 15238, 12408, 15085, 11222, 15736, 10981, 16242, 12066, 14829, 15414, 14055, 11719, 14335, 15491, 14079, 22009, 13297, 23165, 13919, 22282, 12169, 16914, 11827, 15768, 12972, 22225, 14475, 15355, 12084, 10678, 15081, 11457, 16707, 13934, 15719, 15523, 15388, 14794, 15555, 20622, 14325, 24776, 15525, 22376, 13834, 21257, 12973, 19207, 13135, 16105, 13069, 15689, 13183, 15041, 12701, 14967, 13016, 14663, 12883, 15534, 12471, 14695, 11313, 14927, 11103, 14912, 11257, 15154, 11233, 14855, 11878, 14104, 11077, 15291, 9997, 15992, 9648, 16415, 11964, 16095, 12165, 15937, 11247, 15591, 10682, 15863, 9930, 16060, 12434, 15304, 11082, 16284, 10075, 17181, 10462, 17109, 10594, 17217, 12634, 17758, 11825, 16908, 12234, 16840, 12872, 17117, 12462, 17032, 12070, 16169, 11932, 16910, 12612, 21704, 12031, 19340, 12053, 16264, 13150, 21342, 12717, 22002, 11832, 20674, 12287, 22032, 14313, 17925, 12144, 18173, 13388, 23161, 13669, 22833, 14140, 21919, 11723, 17581, 11787, 16273, 12785, 15648, 11634, 15831, 11599, 15335, 11658, 15852, 11661, 16381, 11079, 15660, 11677, 16358, 12608, 16648, 11137, 16438, 10635, 16247, 11733, 16591, 10363, 16669, 11250, 16197, 13378, 15744, 12044, 15956, 12713, 15730, 19042, 14624, 16031, 14920, 20855, 13386, 24479, 13113, 18887, 13839, 21700, 12901, 23556, 13060, 23706, 13353, 21978, 12413, 15630, 12166, 15398, 11671, 15592, 11621, 15866, 11465, 15435, 10622, 16050, 10605, 16460, 10489, 16303, 10705, 16550, 11092, 16675, 11549, 16889, 11375, 16525, 11194, 16629, 11071, 16432, 11216, 16921, 11674, 16030, 11507, 16498, 12595, 16488, 11151, 16010, 9915, 15492, 12323, 15265, 11285, 16208, 11623, 15461, 12532, 15482, 11315, 16292, 10747, 16512, 10141, 16858, 12049, 19076, 14207, 18405, 13873, 12636, 16406, 11108, 18944, 12217, 22017, 12536, 23040, 12727, 18646, 12153, 18565, 12956, 19648, 12960, 11441, 14356, 11024, 16137, 9807, 17005, 10325, 17379, 10749, 16889, 12469, 17622, 11282, 16755, 11484, 16460, 11249, 17224, 12185, 16483, 11221, 15921, 11172, 15838, 11284, 16520, 12009, 21565, 11813, 21193, 12053, 22412, 14102, 15776, 12442, 12590, 13797, 13031, 15026, 13315, 16195, 9937, 16598, 9841, 16796, 10020, 17002, 9772], 'WindowCenter': [5173.0, 5191.0, 5110.0, 5152.0, 5096.0, 5066.0, 5115.0, 5044.0, 5119.0, 5065.0, 5122.0, 5084.0, 5123.0, 5074.0, 5111.0, 5064.0, 5129.0, 5084.0, 5109.0, 5070.0, 5117.0, 5063.0, 5141.0, 5064.0, 5127.0, 5082.0, 5131.0, 5064.0, 5089.0, 5061.0, 5089.0, 5072.0, 5120.0, 5075.0, 5131.0, 5066.0, 5133.0, 5087.0, 5130.0, 5087.0, 5129.0, 5076.0, 5140.0, 5093.0, 5132.0, 5106.0, 5115.0, 5086.0, 5141.0, 5095.0, 5152.0, 5105.0, 5120.0, 5085.0, 5129.0, 5083.0, 5139.0, 5084.0, 5130.0, 5083.0, 5072.0, 5091.0, 5087.0, 5100.0, 5118.0, 5093.0, 5099.0, 5090.0, 5106.0, 5080.0, 5147.0, 5066.0, 5137.0, 5080.0, 5087.0, 5066.0, 5068.0, 5089.0, 5071.0, 5089.0, 5072.0, 5102.0, 5063.0, 5120.0, 5051.0, 5110.0, 5090.0, 5104.0, 5069.0, 5101.0, 5071.0, 5091.0, 5099.0, 5078.0, 5102.0, 5090.0, 5081.0, 5090.0, 5079.0, 5098.0, 5071.0, 5111.0, 5062.0, 5100.0, 5058.0, 5110.0, 5053.0, 5120.0, 5066.0, 5123.0, 5065.0, 5111.0, 5042.0, 5101.0, 5071.0, 5098.0, 5059.0, 5089.0, 5124.0, 5070.0, 5137.0, 5081.0, 5098.0, 5089.0, 5076.0, 5077.0, 5067.0, 5089.0, 5081.0, 5099.0, 5069.0, 5103.0, 5100.0, 5103.0, 5141.0, 5101.0, 5130.0, 5073.0, 5099.0, 5058.0, 5086.0, 5052.0, 5091.0, 5052.0, 5096.0, 5050.0, 5089.0, 5052.0, 5086.0, 5060.0, 5098.0, 5063.0, 5100.0, 5061.0, 5099.0, 5063.0, 5090.0, 5041.0, 5089.0, 5042.0, 5101.0, 5060.0, 5091.0, 5070.0, 5091.0, 5063.0, 5089.0, 5061.0, 5101.0, 5062.0, 5111.0, 5044.0, 5112.0, 5066.0, 5113.0, 5071.0, 5113.0, 5074.0, 5112.0, 5085.0, 5123.0, 5074.0, 5111.0, 5060.0, 5102.0, 5051.0, 5100.0, 5059.0, 5096.0, 5048.0, 5089.0, 5041.0, 5088.0, 5041.0, 5097.0, 5047.0, 5097.0, 5049.0, 5096.0, 5050.0, 5099.0, 5069.0, 5100.0, 5072.0, 5091.0, 5060.0, 5088.0, 5070.0, 5130.0, 5074.0, 5109.0, 5084.0, 5119.0, 5080.0, 5080.0, 5094.0, 5090.0, 5094.0, 5110.0, 5090.0, 5099.0, 5102.0, 5071.0, 5103.0, 5082.0, 5103.0, 5110.0, 5100.0, 5081.0, 5102.0, 5096.0, 5092.0, 5106.0, 5091.0, 5100.0, 5090.0, 5067.0, 5090.0, 5060.0, 5099.0, 5078.0, 5099.0, 5069.0, 5111.0, 5043.0, 5111.0, 5043.0, 5109.0, 5052.0, 5113.0, 5050.0, 5111.0, 5043.0, 5098.0, 5059.0, 5097.0, 5070.0, 5089.0, 5061.0, 5098.0, 5061.0, 5098.0, 5071.0, 5091.0, 5061.0, 5100.0, 5062.0, 5101.0, 5070.0, 5111.0, 5093.0, 5104.0, 5072.0, 5114.0, 5102.0, 5089.0, 5152.0, 5091.0, 5150.0, 5104.0, 5140.0, 5062.0, 5096.0, 5061.0, 5092.0, 5063.0, 5090.0, 5063.0, 5089.0, 5061.0, 5090.0, 5062.0, 5100.0, 5074.0, 5129.0, 5082.0, 5099.0, 5083.0, 5122.0, 5092.0, 5141.0, 5092.0, 5151.0, 5095.0, 5149.0, 5094.0, 5083.0, 5094.0, 5068.0, 5101.0, 5110.0, 5091.0, 5141.0, 5092.0, 5072.0, 5101.0, 5071.0, 5102.0, 5070.0, 5087.0, 5067.0, 5098.0, 5054.0, 5112.0, 5061.0, 5112.0, 5072.0, 5148.0, 5094.0, 5120.0, 5082.0, 5109.0, 5092.0, 5153.0, 5101.0, 5141.0, 5083.0, 5138.0, 5073.0, 5119.0, 5062.0, 5097.0, 5072.0, 5090.0, 5060.0, 5099.0, 5062.0, 5107.0, 5061.0, 5117.0, 5071.0, 5078.0, 5072.0, 5058.0, 5092.0, 5070.0, 5103.0, 5045.0, 5112.0, 5040.0, 5111.0, 5044.0, 5112.0, 5042.0, 5113.0, 5054.0, 5111.0, 5042.0, 5108.0, 5051.0, 5101.0, 5063.0, 5111.0, 5061.0, 5106.0, 5073.0, 5110.0, 5071.0, 5108.0, 5069.0, 5097.0, 5070.0, 5090.0, 5051.0, 5089.0, 5058.0, 5100.0, 5063.0, 5097.0, 5062.0, 5100.0, 5060.0, 5100.0, 5064.0, 5101.0, 5053.0, 5088.0, 5043.0, 5099.0, 5060.0, 5101.0, 5053.0, 5100.0, 5061.0, 5097.0, 5085.0, 5139.0, 5075.0, 5119.0, 5087.0, 5141.0, 5098.0, 5085.0, 5116.0, 5076.0, 5124.0, 5062.0, 5123.0, 5095.0, 5131.0, 5095.0, 5133.0, 5086.0, 5100.0, 5082.0, 5151.0, 5085.0, 5144.0, 5083.0, 5118.0, 5081.0, 5120.0, 5063.0, 5127.0, 5071.0, 5140.0, 5080.0, 5101.0, 5073.0, 5068.0, 5081.0, 5071.0, 5089.0, 5080.0, 5104.0, 5065.0, 5109.0, 5044.0, 5112.0, 5072.0, 5102.0, 5070.0, 5101.0, 5063.0, 5098.0, 5062.0, 5091.0, 5091.0, 5089.0, 5070.0, 5092.0, 5057.0, 5087.0, 5061.0, 5102.0, 5072.0, 5100.0, 5054.0, 5109.0, 5043.0, 5111.0, 5032.0, 5108.0, 5044.0, 5111.0, 5045.0, 5100.0, 5053.0, 5099.0, 5099.0, 5068.0, 5117.0, 5082.0, 5116.0, 5073.0, 5119.0, 5082.0, 5139.0, 5082.0, 5080.0, 5080.0, 5079.0, 5080.0, 5126.0, 5085.0, 5140.0, 5095.0, 5130.0, 5085.0, 5131.0, 5074.0, 5100.0, 5071.0, 5090.0, 5053.0, 5102.0, 5053.0, 5101.0, 5044.0, 5102.0, 5041.0, 5113.0, 5041.0, 5111.0, 5053.0, 5112.0, 5062.0, 5111.0, 5054.0, 5113.0, 5044.0, 5113.0, 5043.0, 5111.0, 5054.0, 5111.0, 5043.0, 5111.0, 5050.0, 5112.0, 5044.0, 5109.0, 5063.0, 5109.0, 5062.0, 5109.0, 5062.0, 5102.0, 5063.0, 5099.0, 5069.0, 5098.0, 5060.0, 5101.0, 5048.0, 5099.0, 5070.0, 5110.0, 5050.0, 5096.0, 5062.0, 5100.0, 5073.0, 5139.0, 5080.0, 5117.0, 5074.0, 5109.0, 5084.0, 5099.0, 5092.0, 5075.0, 5113.0, 5066.0, 5112.0, 5063.0, 5111.0, 5073.0, 5112.0, 5064.0, 5112.0, 5041.0, 5121.0, 5065.0, 5109.0, 5073.0, 5111.0, 5062.0, 5099.0, 5071.0, 5101.0, 5051.0, 5097.0, 5050.0, 5101.0, 5040.0, 5100.0, 5061.0, 5097.0, 5049.0, 5098.0, 5044.0, 5097.0, 5061.0, 5100.0, 5052.0, 5098.0, 5063.0, 5099.0, 5040.0, 5099.0, 5050.0, 5110.0, 5051.0, 5111.0, 5043.0, 5111.0, 5051.0, 5110.0, 5061.0, 5112.0, 5064.0, 5112.0, 5046.0, 5111.0, 5055.0, 5111.0, 5041.0, 5112.0, 5060.0, 5110.0, 5080.0, 5100.0, 5072.0, 5102.0, 5081.0, 5094.0, 5120.0, 5081.0, 5090.0, 5102.0, 5064.0, 5110.0, 5063.0, 5113.0, 5075.0, 5112.0, 5056.0, 5121.0, 5056.0, 5121.0, 5063.0, 5115.0, 5055.0, 5115.0, 5064.0, 5112.0, 5051.0, 5111.0, 5052.0, 5110.0, 5069.0, 5113.0, 5051.0, 5108.0, 5062.0, 5112.0, 5060.0, 5112.0, 5072.0, 5097.0, 5060.0, 5109.0, 5062.0, 5095.0, 5075.0, 5130.0, 5073.0, 5091.0, 5082.0, 5071.0, 5091.0, 5070.0, 5113.0, 5053.0, 5110.0, 5062.0, 5113.0, 5055.0, 5112.0, 5063.0, 5102.0, 5041.0, 5101.0, 5050.0, 5099.0, 5057.0, 5087.0, 5042.0, 5097.0, 5037.0, 5097.0, 5048.0, 5090.0, 5049.0, 5100.0, 5053.0, 5100.0, 5049.0, 5099.0, 5055.0, 5102.0, 5073.0, 5111.0, 5074.0, 5102.0, 5082.0, 5140.0, 5076.0, 5132.0, 5073.0, 5121.0, 5075.0, 5102.0, 5071.0, 5101.0, 5076.0, 5130.0, 5084.0, 5112.0, 5073.0, 5063.0, 5090.0, 5054.0, 5110.0, 5044.0, 5123.0, 5074.0, 5123.0, 5063.0, 5107.0, 5073.0, 5110.0, 5071.0, 5109.0, 5063.0, 5101.0, 5059.0, 5098.0, 5057.0, 5104.0, 5058.0, 5129.0, 5070.0, 5126.0, 5083.0, 5086.0, 5072.0, 5056.0, 5079.0, 5073.0, 5092.0, 5079.0, 5103.0, 5052.0, 5109.0, 5049.0, 5109.0, 5069.0, 5100.0, 5060.0, 5097.0, 5073.0, 5100.0, 5063.0, 5100.0, 5035.0, 5112.0, 5052.0, 5112.0, 5065.0, 5112.0, 5076.0, 5112.0, 5065.0, 5109.0, 5075.0, 5114.0, 5062.0, 5112.0, 5062.0, 5103.0, 5065.0, 5102.0, 5092.0, 5122.0, 5074.0, 5113.0, 5074.0, 5104.0, 5082.0, 5141.0, 5093.0, 5112.0, 5077.0, 5093.0, 5095.0, 5101.0, 5113.0, 5103.0, 5117.0, 5109.0, 5091.0, 5079.0, 5111.0, 5071.0, 5112.0, 5063.0, 5109.0, 5072.0, 5110.0, 5053.0, 5109.0, 5051.0, 5102.0, 5068.0, 5090.0, 5078.0, 5090.0, 5061.0, 5097.0, 5049.0, 5099.0, 5063.0, 5100.0, 5052.0, 5121.0, 5044.0, 5112.0, 5046.0, 5125.0, 5105.0, 5101.0, 5081.0, 5101.0, 5113.0, 5073.0, 5139.0, 5073.0, 5102.0, 5062.0, 5092.0, 5048.0, 5091.0, 5038.0, 5097.0, 5042.0, 5089.0, 5052.0, 5097.0, 5053.0, 5097.0, 5065.0, 5101.0, 5065.0, 5111.0, 5064.0, 5102.0, 5063.0, 5101.0, 5055.0, 5098.0, 5052.0, 5111.0, 5060.0, 5101.0, 5060.0, 5102.0, 5055.0, 5102.0, 5064.0, 5102.0, 5064.0, 5113.0, 5056.0, 5091.0, 5040.0, 5103.0, 5043.0, 5099.0, 5052.0, 5111.0, 5072.0, 5134.0, 5038.0, 5091.0, 5048.0, 5057.0, 5048.0, 5079.0, 5089.0, 5087.0, 5062.0, 5100.0, 5062.0, 5100.0, 5041.0, 5100.0, 5044.0, 5113.0, 5064.0, 5120.0, 5053.0, 5113.0, 5043.0, 5109.0, 5053.0, 5100.0, 5053.0, 5100.0, 5052.0, 5089.0, 5098.0, 5070.0, 5097.0, 5077.0, 5069.0, 5078.0, 5060.0, 5089.0, 5078.0, 5103.0, 5061.0, 5108.0, 5051.0, 5110.0, 5036.0, 5111.0, 5051.0, 5113.0, 5053.0, 5115.0, 5064.0, 5113.0, 5056.0, 5114.0, 5054.0, 5113.0, 5054.0, 5113.0, 5053.0, 5099.0, 5088.0, 5091.0, 5081.0, 5097.0, 5084.0, 5091.0, 5120.0, 5083.0, 5126.0, 5094.0, 5088.0, 5089.0, 5117.0, 5093.0, 5152.0, 5082.0, 5113.0, 5074.0, 5101.0, 5064.0, 5092.0, 5040.0, 5089.0, 5048.0, 5076.0, 5042.0, 5077.0, 5050.0, 5080.0, 5060.0, 5081.0, 5069.0, 5092.0, 5061.0, 5104.0, 5112.0, 5092.0, 5148.0, 5083.0, 5113.0, 5064.0, 5093.0, 5040.0, 5079.0, 5041.0, 5091.0, 5058.0, 5080.0, 5053.0, 5091.0, 5053.0, 5098.0, 5060.0, 5092.0, 5089.0, 5081.0, 5064.0, 5091.0, 5101.0, 5094.0, 5139.0, 5084.0, 5152.0, 5095.0, 5143.0, 5076.0, 5112.0, 5075.0, 5103.0, 5085.0, 5142.0, 5094.0, 5101.0, 5076.0, 5055.0, 5104.0, 5063.0, 5113.0, 5093.0, 5104.0, 5105.0, 5104.0, 5094.0, 5105.0, 5128.0, 5084.0, 5142.0, 5091.0, 5121.0, 5070.0, 5110.0, 5058.0, 5098.0, 5059.0, 5077.0, 5057.0, 5065.0, 5058.0, 5064.0, 5059.0, 5066.0, 5056.0, 5066.0, 5058.0, 5076.0, 5055.0, 5068.0, 5037.0, 5078.0, 5040.0, 5076.0, 5041.0, 5076.0, 5039.0, 5080.0, 5048.0, 5079.0, 5049.0, 5089.0, 5043.0, 5103.0, 5057.0, 5115.0, 5079.0, 5115.0, 5085.0, 5115.0, 5076.0, 5105.0, 5066.0, 5113.0, 5055.0, 5117.0, 5087.0, 5103.0, 5066.0, 5112.0, 5044.0, 5111.0, 5055.0, 5110.0, 5054.0, 5110.0, 5086.0, 5121.0, 5074.0, 5112.0, 5075.0, 5108.0, 5084.0, 5112.0, 5086.0, 5113.0, 5073.0, 5104.0, 5071.0, 5113.0, 5075.0, 5143.0, 5074.0, 5123.0, 5075.0, 5102.0, 5084.0, 5142.0, 5084.0, 5143.0, 5075.0, 5141.0, 5075.0, 5141.0, 5097.0, 5122.0, 5075.0, 5120.0, 5097.0, 5151.0, 5096.0, 5141.0, 5095.0, 5140.0, 5075.0, 5122.0, 5077.0, 5104.0, 5080.0, 5101.0, 5065.0, 5098.0, 5075.0, 5102.0, 5063.0, 5099.0, 5072.0, 5104.0, 5064.0, 5102.0, 5075.0, 5113.0, 5082.0, 5113.0, 5066.0, 5111.0, 5054.0, 5105.0, 5077.0, 5115.0, 5055.0, 5101.0, 5065.0, 5103.0, 5073.0, 5101.0, 5064.0, 5102.0, 5071.0, 5091.0, 5118.0, 5082.0, 5088.0, 5091.0, 5119.0, 5067.0, 5137.0, 5070.0, 5118.0, 5082.0, 5125.0, 5069.0, 5136.0, 5072.0, 5137.0, 5082.0, 5135.0, 5070.0, 5091.0, 5071.0, 5087.0, 5052.0, 5091.0, 5051.0, 5091.0, 5049.0, 5088.0, 5052.0, 5101.0, 5053.0, 5101.0, 5055.0, 5100.0, 5056.0, 5112.0, 5063.0, 5115.0, 5074.0, 5114.0, 5066.0, 5115.0, 5066.0, 5103.0, 5053.0, 5104.0, 5065.0, 5110.0, 5066.0, 5102.0, 5062.0, 5099.0, 5101.0, 5115.0, 5064.0, 5103.0, 5047.0, 5092.0, 5064.0, 5093.0, 5054.0, 5099.0, 5063.0, 5091.0, 5071.0, 5101.0, 5066.0, 5112.0, 5061.0, 5114.0, 5058.0, 5124.0, 5090.0, 5136.0, 5104.0, 5136.0, 5096.0, 5088.0, 5113.0, 5065.0, 5123.0, 5074.0, 5140.0, 5084.0, 5141.0, 5088.0, 5124.0, 5073.0, 5126.0, 5076.0, 5121.0, 5074.0, 5065.0, 5083.0, 5054.0, 5104.0, 5046.0, 5113.0, 5059.0, 5117.0, 5068.0, 5115.0, 5084.0, 5125.0, 5063.0, 5101.0, 5068.0, 5104.0, 5067.0, 5113.0, 5066.0, 5102.0, 5054.0, 5092.0, 5053.0, 5093.0, 5054.0, 5100.0, 5062.0, 5130.0, 5066.0, 5128.0, 5074.0, 5139.0, 5091.0, 5102.0, 5078.0, 5076.0, 5097.0, 5083.0, 5104.0, 5085.0, 5114.0, 5055.0, 5112.0, 5059.0, 5115.0, 5056.0, 5116.0, 5047.0], 'WindowWidth': [11176.0, 11184.0, 11062.0, 11109.0, 11030.0, 10986.0, 11053.0, 10957.0, 11056.0, 10985.0, 11062.0, 11011.0, 11064.0, 10997.0, 11046.0, 10984.0, 11069.0, 11009.0, 11039.0, 10988.0, 11048.0, 10980.0, 11089.0, 10981.0, 11065.0, 11005.0, 11071.0, 10982.0, 11012.0, 10976.0, 11011.0, 10993.0, 11056.0, 10999.0, 11072.0, 10989.0, 11078.0, 11018.0, 11074.0, 11020.0, 11071.0, 11004.0, 11087.0, 11025.0, 11076.0, 11047.0, 11054.0, 11018.0, 11089.0, 11029.0, 11109.0, 11041.0, 11059.0, 11014.0, 11070.0, 11009.0, 11085.0, 11009.0, 11070.0, 11009.0, 10990.0, 11018.0, 11006.0, 11029.0, 11051.0, 11020.0, 11023.0, 11014.0, 11030.0, 10998.0, 11093.0, 10978.0, 11077.0, 10999.0, 11004.0, 10978.0, 10979.0, 11011.0, 10989.0, 11013.0, 10991.0, 11034.0, 10981.0, 11060.0, 10965.0, 11048.0, 11017.0, 11041.0, 10987.0, 11034.0, 10989.0, 11016.0, 11026.0, 10997.0, 11030.0, 11015.0, 11000.0, 11014.0, 10999.0, 11024.0, 10989.0, 11048.0, 10978.0, 11029.0, 10971.0, 11045.0, 10967.0, 11062.0, 10988.0, 11065.0, 10985.0, 11047.0, 10953.0, 11034.0, 10990.0, 11026.0, 10971.0, 11014.0, 11055.0, 10987.0, 11077.0, 11001.0, 11021.0, 11013.0, 10990.0, 10994.0, 10981.0, 11014.0, 11003.0, 11031.0, 10988.0, 11038.0, 11028.0, 11038.0, 11098.0, 11033.0, 11075.0, 10994.0, 11028.0, 10971.0, 11008.0, 10963.0, 11016.0, 10964.0, 11020.0, 10958.0, 11012.0, 10965.0, 11006.0, 10975.0, 11026.0, 10982.0, 11030.0, 10979.0, 11029.0, 10983.0, 11017.0, 10950.0, 11013.0, 10950.0, 11032.0, 10976.0, 11016.0, 10985.0, 11017.0, 10979.0, 11015.0, 10976.0, 11031.0, 10979.0, 11045.0, 10956.0, 11051.0, 10989.0, 11051.0, 10993.0, 11053.0, 11000.0, 11050.0, 11016.0, 11069.0, 10999.0, 11048.0, 10976.0, 11035.0, 10964.0, 11030.0, 10973.0, 11024.0, 10955.0, 11012.0, 10947.0, 11008.0, 10946.0, 11022.0, 10952.0, 11019.0, 10956.0, 11020.0, 10959.0, 11027.0, 10986.0, 11028.0, 10993.0, 11017.0, 10977.0, 11012.0, 10991.0, 11071.0, 10998.0, 11041.0, 11012.0, 11056.0, 11006.0, 11004.0, 11025.0, 11016.0, 11026.0, 11043.0, 11017.0, 11027.0, 11035.0, 10991.0, 11036.0, 11005.0, 11038.0, 11042.0, 11031.0, 11002.0, 11035.0, 11019.0, 11020.0, 11034.0, 11017.0, 11027.0, 11015.0, 10980.0, 11014.0, 10972.0, 11025.0, 10996.0, 11028.0, 10985.0, 11046.0, 10954.0, 11045.0, 10954.0, 11044.0, 10967.0, 11053.0, 10962.0, 11049.0, 10954.0, 11027.0, 10972.0, 11023.0, 10986.0, 11015.0, 10975.0, 11025.0, 10974.0, 11024.0, 10987.0, 11018.0, 10975.0, 11032.0, 10979.0, 11033.0, 10990.0, 11048.0, 11021.0, 11041.0, 10994.0, 11054.0, 11032.0, 11018.0, 11106.0, 11020.0, 11109.0, 11039.0, 11091.0, 10979.0, 11024.0, 10977.0, 11021.0, 10980.0, 11013.0, 10979.0, 11015.0, 10977.0, 11016.0, 10979.0, 11030.0, 10999.0, 11071.0, 11009.0, 11029.0, 11010.0, 11061.0, 11023.0, 11088.0, 11025.0, 11105.0, 11029.0, 11101.0, 11025.0, 11007.0, 11025.0, 10985.0, 11034.0, 11043.0, 11021.0, 11086.0, 11021.0, 10991.0, 11032.0, 10988.0, 11032.0, 10988.0, 11010.0, 10982.0, 11029.0, 10969.0, 11049.0, 10979.0, 11051.0, 10996.0, 11101.0, 11029.0, 11060.0, 11011.0, 11042.0, 11022.0, 11112.0, 11034.0, 11090.0, 11009.0, 11087.0, 10993.0, 11059.0, 10977.0, 11023.0, 10990.0, 11013.0, 10972.0, 11026.0, 10975.0, 11036.0, 10975.0, 11048.0, 10989.0, 10995.0, 10991.0, 10970.0, 11020.0, 10988.0, 11036.0, 10959.0, 11048.0, 10950.0, 11046.0, 10957.0, 11049.0, 10951.0, 11051.0, 10969.0, 11046.0, 10950.0, 11040.0, 10965.0, 11030.0, 10980.0, 11048.0, 10977.0, 11036.0, 10995.0, 11044.0, 10991.0, 11042.0, 10986.0, 11025.0, 10986.0, 11014.0, 10961.0, 11010.0, 10971.0, 11028.0, 10980.0, 11023.0, 10980.0, 11029.0, 10975.0, 11029.0, 10982.0, 11030.0, 10966.0, 11011.0, 10953.0, 11029.0, 10977.0, 11031.0, 10967.0, 11029.0, 10978.0, 11024.0, 11017.0, 11087.0, 11001.0, 11057.0, 11021.0, 11090.0, 11039.0, 11013.0, 11061.0, 11004.0, 11069.0, 10982.0, 11071.0, 11029.0, 11078.0, 11028.0, 11077.0, 11016.0, 11028.0, 11008.0, 11107.0, 11013.0, 11100.0, 11008.0, 11053.0, 11004.0, 11055.0, 10979.0, 11063.0, 10989.0, 11085.0, 11001.0, 11026.0, 10994.0, 10982.0, 11002.0, 10986.0, 11012.0, 10998.0, 11039.0, 10983.0, 11042.0, 10954.0, 11048.0, 10993.0, 11035.0, 10987.0, 11033.0, 10979.0, 11025.0, 10974.0, 11016.0, 11015.0, 11011.0, 10984.0, 11019.0, 10965.0, 11006.0, 10972.0, 11031.0, 10988.0, 11029.0, 10965.0, 11040.0, 10950.0, 11042.0, 10937.0, 11039.0, 10951.0, 11045.0, 10955.0, 11030.0, 10963.0, 11027.0, 11024.0, 10981.0, 11046.0, 11004.0, 11046.0, 10991.0, 11052.0, 11004.0, 11082.0, 11007.0, 11000.0, 11002.0, 10998.0, 11003.0, 11063.0, 11014.0, 11085.0, 11027.0, 11071.0, 11014.0, 11081.0, 10998.0, 11031.0, 10989.0, 11015.0, 10968.0, 11033.0, 10968.0, 11033.0, 10957.0, 11034.0, 10951.0, 11050.0, 10951.0, 11044.0, 10968.0, 11047.0, 10978.0, 11048.0, 10970.0, 11051.0, 10958.0, 11049.0, 10954.0, 11047.0, 10968.0, 11047.0, 10954.0, 11045.0, 10959.0, 11047.0, 10955.0, 11043.0, 10980.0, 11043.0, 10977.0, 11040.0, 10978.0, 11033.0, 10980.0, 11029.0, 10987.0, 11025.0, 10973.0, 11030.0, 10956.0, 11025.0, 10988.0, 11043.0, 10961.0, 11019.0, 10977.0, 11027.0, 10994.0, 11082.0, 11004.0, 11051.0, 10998.0, 11042.0, 11011.0, 11027.0, 11022.0, 10998.0, 11051.0, 10987.0, 11050.0, 10981.0, 11049.0, 10994.0, 11048.0, 10984.0, 11047.0, 10951.0, 11063.0, 10985.0, 11044.0, 10996.0, 11048.0, 10981.0, 11028.0, 10990.0, 11033.0, 10963.0, 11023.0, 10961.0, 11030.0, 10944.0, 11029.0, 10974.0, 11022.0, 10957.0, 11023.0, 10954.0, 11022.0, 10975.0, 11028.0, 10965.0, 11025.0, 10979.0, 11028.0, 10946.0, 11027.0, 10960.0, 11042.0, 10963.0, 11045.0, 10954.0, 11045.0, 10963.0, 11045.0, 10978.0, 11049.0, 10983.0, 11051.0, 10960.0, 11047.0, 10972.0, 11049.0, 10951.0, 11049.0, 10977.0, 11045.0, 11002.0, 11033.0, 10992.0, 11034.0, 11002.0, 11024.0, 11056.0, 11003.0, 11014.0, 11035.0, 10982.0, 11045.0, 10983.0, 11052.0, 10999.0, 11051.0, 10976.0, 11065.0, 10976.0, 11062.0, 10985.0, 11056.0, 10972.0, 11057.0, 10986.0, 11049.0, 10963.0, 11047.0, 10967.0, 11046.0, 10988.0, 11051.0, 10963.0, 11039.0, 10980.0, 11049.0, 10972.0, 11048.0, 10992.0, 11024.0, 10976.0, 11042.0, 10980.0, 11018.0, 10999.0, 11071.0, 10995.0, 11016.0, 11006.0, 10991.0, 11019.0, 10987.0, 11051.0, 10969.0, 11047.0, 10981.0, 11054.0, 10972.0, 11051.0, 10981.0, 11037.0, 10949.0, 11031.0, 10960.0, 11027.0, 10964.0, 11010.0, 10947.0, 11020.0, 10939.0, 11020.0, 10953.0, 11012.0, 10956.0, 11028.0, 10965.0, 11030.0, 10958.0, 11028.0, 10973.0, 11035.0, 10998.0, 11048.0, 11000.0, 11037.0, 11010.0, 11089.0, 11003.0, 11079.0, 10998.0, 11062.0, 11000.0, 11036.0, 10993.0, 11035.0, 11001.0, 11074.0, 11011.0, 11046.0, 10993.0, 10979.0, 11015.0, 10968.0, 11044.0, 10955.0, 11065.0, 10996.0, 11066.0, 10982.0, 11040.0, 10996.0, 11045.0, 10991.0, 11043.0, 10980.0, 11031.0, 10972.0, 11025.0, 10969.0, 11032.0, 10970.0, 11070.0, 10988.0, 11063.0, 11008.0, 11005.0, 10991.0, 10964.0, 10999.0, 10992.0, 11017.0, 10998.0, 11037.0, 10966.0, 11043.0, 10960.0, 11041.0, 10985.0, 11030.0, 10972.0, 11024.0, 10994.0, 11029.0, 10978.0, 11031.0, 10943.0, 11046.0, 10965.0, 11048.0, 10986.0, 11049.0, 11003.0, 11052.0, 10989.0, 11042.0, 11002.0, 11053.0, 10981.0, 11050.0, 10981.0, 11038.0, 10986.0, 11035.0, 11024.0, 11066.0, 11001.0, 11053.0, 11001.0, 11040.0, 11008.0, 11090.0, 11026.0, 11049.0, 11005.0, 11022.0, 11027.0, 11032.0, 11053.0, 11037.0, 11061.0, 11043.0, 11018.0, 10999.0, 11048.0, 10990.0, 11047.0, 10981.0, 11045.0, 10991.0, 11046.0, 10966.0, 11041.0, 10961.0, 11032.0, 10981.0, 11012.0, 10993.0, 11015.0, 10973.0, 11021.0, 10956.0, 11029.0, 10979.0, 11028.0, 10966.0, 11062.0, 10958.0, 11050.0, 10962.0, 11072.0, 11042.0, 11033.0, 11006.0, 11036.0, 11047.0, 10996.0, 11098.0, 10993.0, 11035.0, 10976.0, 11019.0, 10956.0, 11013.0, 10942.0, 11021.0, 10950.0, 11011.0, 10964.0, 11023.0, 10967.0, 11024.0, 10984.0, 11031.0, 10985.0, 11047.0, 10983.0, 11034.0, 10982.0, 11031.0, 10969.0, 11026.0, 10966.0, 11044.0, 10974.0, 11030.0, 10976.0, 11032.0, 10969.0, 11034.0, 10983.0, 11034.0, 10985.0, 11052.0, 10975.0, 11018.0, 10946.0, 11035.0, 10951.0, 11028.0, 10961.0, 11045.0, 10994.0, 11089.0, 10940.0, 11015.0, 10950.0, 10961.0, 10949.0, 10994.0, 11008.0, 11007.0, 10976.0, 11028.0, 10977.0, 11028.0, 10950.0, 11029.0, 10956.0, 11053.0, 10985.0, 11060.0, 10969.0, 11050.0, 10953.0, 11044.0, 10967.0, 11032.0, 10965.0, 11030.0, 10960.0, 11010.0, 11021.0, 10984.0, 11019.0, 10994.0, 10982.0, 10994.0, 10970.0, 11011.0, 10995.0, 11034.0, 10974.0, 11040.0, 10964.0, 11043.0, 10947.0, 11046.0, 10964.0, 11053.0, 10971.0, 11055.0, 10984.0, 11052.0, 10975.0, 11052.0, 10970.0, 11051.0, 10970.0, 11051.0, 10966.0, 11029.0, 11009.0, 11017.0, 11000.0, 11023.0, 11000.0, 11014.0, 11053.0, 11008.0, 11061.0, 11023.0, 11011.0, 11016.0, 11050.0, 11024.0, 11112.0, 11009.0, 11052.0, 10999.0, 11034.0, 10982.0, 11019.0, 10945.0, 11014.0, 10954.0, 10991.0, 10947.0, 10992.0, 10956.0, 10998.0, 10971.0, 11001.0, 10983.0, 11020.0, 10976.0, 11038.0, 11044.0, 11020.0, 11101.0, 11007.0, 11055.0, 10982.0, 11022.0, 10944.0, 10998.0, 10945.0, 11013.0, 10964.0, 10999.0, 10964.0, 11015.0, 10964.0, 11026.0, 10974.0, 11018.0, 11010.0, 11004.0, 10983.0, 11019.0, 11032.0, 11026.0, 11086.0, 11013.0, 11105.0, 11030.0, 11094.0, 11002.0, 11052.0, 11002.0, 11037.0, 11015.0, 11098.0, 11028.0, 11030.0, 11003.0, 10974.0, 11040.0, 10981.0, 11055.0, 11024.0, 11042.0, 11039.0, 11043.0, 11026.0, 11044.0, 11071.0, 11010.0, 11100.0, 11015.0, 11071.0, 10986.0, 11047.0, 10965.0, 11025.0, 10965.0, 10993.0, 10961.0, 10973.0, 10962.0, 10971.0, 10965.0, 10974.0, 10962.0, 10974.0, 10965.0, 10989.0, 10961.0, 10978.0, 10936.0, 10992.0, 10939.0, 10988.0, 10943.0, 10989.0, 10939.0, 10997.0, 10953.0, 10996.0, 10955.0, 11013.0, 10955.0, 11035.0, 10978.0, 11055.0, 11012.0, 11060.0, 11020.0, 11058.0, 11005.0, 11046.0, 10990.0, 11055.0, 10975.0, 11062.0, 11018.0, 11038.0, 10988.0, 11051.0, 10959.0, 11047.0, 10971.0, 11046.0, 10971.0, 11048.0, 11017.0, 11065.0, 11000.0, 11049.0, 11002.0, 11044.0, 11013.0, 11051.0, 11018.0, 11053.0, 10998.0, 11040.0, 10994.0, 11051.0, 11002.0, 11095.0, 11001.0, 11067.0, 11000.0, 11036.0, 11014.0, 11093.0, 11014.0, 11094.0, 11002.0, 11090.0, 11003.0, 11090.0, 11033.0, 11063.0, 11003.0, 11060.0, 11033.0, 11107.0, 11031.0, 11094.0, 11030.0, 11091.0, 11002.0, 11067.0, 11005.0, 11041.0, 11005.0, 11036.0, 10988.0, 11030.0, 11000.0, 11035.0, 10984.0, 11030.0, 10997.0, 11040.0, 10986.0, 11036.0, 11000.0, 11054.0, 11011.0, 11055.0, 10990.0, 11049.0, 10973.0, 11043.0, 11004.0, 11057.0, 10972.0, 11034.0, 10986.0, 11038.0, 10993.0, 11034.0, 10983.0, 11033.0, 10988.0, 11019.0, 11051.0, 11005.0, 11009.0, 11016.0, 11051.0, 10981.0, 11079.0, 10986.0, 11050.0, 11004.0, 11059.0, 10985.0, 11078.0, 10992.0, 11082.0, 11006.0, 11079.0, 10990.0, 11018.0, 10991.0, 11010.0, 10964.0, 11016.0, 10961.0, 11016.0, 10958.0, 11011.0, 10964.0, 11030.0, 10968.0, 11032.0, 10972.0, 11030.0, 10975.0, 11050.0, 10983.0, 11057.0, 11001.0, 11055.0, 10991.0, 11057.0, 10990.0, 11040.0, 10967.0, 11040.0, 10986.0, 11045.0, 10988.0, 11036.0, 10983.0, 11031.0, 11047.0, 11059.0, 10987.0, 11040.0, 10961.0, 11022.0, 10980.0, 11021.0, 10970.0, 11029.0, 10979.0, 11017.0, 10989.0, 11032.0, 10986.0, 11050.0, 10980.0, 11051.0, 10981.0, 11069.0, 11029.0, 11092.0, 11047.0, 11086.0, 11033.0, 11022.0, 11054.0, 10987.0, 11071.0, 11000.0, 11089.0, 11014.0, 11094.0, 11021.0, 11068.0, 10997.0, 11074.0, 10999.0, 11055.0, 10993.0, 10982.0, 11006.0, 10968.0, 11037.0, 10960.0, 11053.0, 10980.0, 11061.0, 10995.0, 11057.0, 11014.0, 11072.0, 10983.0, 11035.0, 10992.0, 11040.0, 10989.0, 11051.0, 10987.0, 11036.0, 10969.0, 11018.0, 10966.0, 11021.0, 10968.0, 11030.0, 10979.0, 11073.0, 10987.0, 11067.0, 10998.0, 11084.0, 11019.0, 11034.0, 11005.0, 10999.0, 11030.0, 11009.0, 11039.0, 11013.0, 11056.0, 10974.0, 11050.0, 10980.0, 11057.0, 10974.0, 11060.0, 10964.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.0002322934362934363</td></tr>
<tr><td colspan=3>aqi</td><td>0.014887418610038611</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.39788201629828</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3289121949459022</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9929915620479147</td></tr>
<tr><td colspan=3>efc</td><td>0.5199</td></tr>
<tr><td colspan=3>fber</td><td>4104.7085</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06471275049759705</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5405405405405406</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3768970063557506</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2554248553173903</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.611636574097368</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2636295896524925</td></tr>
<tr><td colspan=3>gcor</td><td>0.00526059</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01546606793999672</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03508476912975311</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.135467575132147</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>14.4071</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.0074</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>272.8852</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288551.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1348.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>488.0886</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0228</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>685.743</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4225.1471</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87993.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5562.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.981</td></tr>
<tr><td colspan=3>tsnr</td><td>46.27376383077353</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>