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

616 lines
No EOL
142 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-0112_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-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_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-0112/figures/sub-0112_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112/ses-02/func/sub-0112_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>f15d93aa7f1c109a2ca278d9e2f38f7f</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:56:42.035000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996088, 0.0649093, 0.0599567, -0.0644141, 0.997872, -0.0101578]</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.259</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.088075</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>[4232, -7789, -7268, 216, -179, -170, -29, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cbca017b-163a-439b-a577-c437aadeafb9||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6724321842193604, -0.17281833291053772, 0.16331878304481506, 115.25556182861328], [-0.17414698004722595, 2.6772165298461914, -0.016891341656446457, -98.87989044189453], [0.16085948050022125, 0.02725275605916977, 2.695003032684326, -76.5939712524414], [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': ['135642.035000', '135642.495000', '135642.955000', '135643.415000', '135643.875000', '135644.335000', '135644.795000', '135645.255000', '135645.715000', '135646.175000', '135646.635000', '135647.095000', '135647.555000', '135648.015000', '135648.475000', '135648.935000', '135649.395000', '135649.855000', '135650.315000', '135650.775000', '135651.235000', '135651.695000', '135652.155000', '135652.615000', '135653.075000', '135653.535000', '135653.995000', '135654.455000', '135654.915000', '135655.375000', '135655.835000', '135656.295000', '135656.755000', '135657.215000', '135657.675000', '135658.135000', '135658.595000', '135659.055000', '135659.515000', '135659.975000', '135700.435000', '135700.895000', '135701.355000', '135701.815000', '135702.275000', '135702.735000', '135703.195000', '135703.655000', '135704.115000', '135704.575000', '135705.035000', '135705.495000', '135705.955000', '135706.415000', '135706.875000', '135707.335000', '135707.795000', '135708.255000', '135708.715000', '135709.175000', '135709.635000', '135710.095000', '135710.555000', '135711.015000', '135711.475000', '135711.935000', '135712.395000', '135712.855000', '135713.315000', '135713.775000', '135714.235000', '135714.695000', '135715.155000', '135715.615000', '135716.075000', '135716.535000', '135716.995000', '135717.455000', '135717.915000', '135718.375000', '135718.835000', '135719.295000', '135719.755000', '135720.215000', '135720.675000', '135721.135000', '135721.595000', '135722.055000', '135722.515000', '135722.975000', '135723.435000', '135723.895000', '135724.355000', '135724.815000', '135725.275000', '135725.735000', '135726.195000', '135726.655000', '135727.115000', '135727.575000', '135728.035000', '135728.495000', '135728.955000', '135729.415000', '135729.875000', '135730.335000', '135730.795000', '135731.255000', '135731.715000', '135732.175000', '135732.635000', '135733.095000', '135733.555000', '135734.015000', '135734.475000', '135734.935000', '135735.395000', '135735.855000', '135736.315000', '135736.775000', '135737.235000', '135737.695000', '135738.155000', '135738.615000', '135739.075000', '135739.535000', '135739.995000', '135740.455000', '135740.915000', '135741.375000', '135741.835000', '135742.295000', '135742.755000', '135743.215000', '135743.675000', '135744.135000', '135744.595000', '135745.055000', '135745.515000', '135745.975000', '135746.435000', '135746.895000', '135747.355000', '135747.815000', '135748.275000', '135748.735000', '135749.195000', '135749.655000', '135750.115000', '135750.575000', '135751.035000', '135751.495000', '135751.955000', '135752.415000', '135752.875000', '135753.335000', '135753.795000', '135754.255000', '135754.715000', '135755.175000', '135755.635000', '135756.095000', '135756.555000', '135757.015000', '135757.475000', '135757.935000', '135758.395000', '135758.855000', '135759.315000', '135759.775000', '135800.235000', '135800.695000', '135801.155000', '135801.615000', '135802.075000', '135802.535000', '135802.995000', '135803.455000', '135803.915000', '135804.375000', '135804.835000', '135805.295000', '135805.755000', '135806.215000', '135806.675000', '135807.135000', '135807.595000', '135808.055000', '135808.515000', '135808.975000', '135809.435000', '135809.895000', '135810.355000', '135810.815000', '135811.275000', '135811.735000', '135812.195000', '135812.655000', '135813.115000', '135813.575000', '135814.035000', '135814.495000', '135814.955000', '135815.415000', '135815.875000', '135816.335000', '135816.795000', '135817.255000', '135817.715000', '135818.175000', '135818.635000', '135819.095000', '135819.555000', '135820.015000', '135820.475000', '135820.935000', '135821.395000', '135821.855000', '135822.315000', '135822.775000', '135823.235000', '135823.695000', '135824.155000', '135824.615000', '135825.075000', '135825.535000', '135825.995000', '135826.455000', '135826.915000', '135827.375000', '135827.835000', '135828.295000', '135828.755000', '135829.215000', '135829.675000', '135830.135000', '135830.595000', '135831.055000', '135831.515000', '135831.975000', '135832.435000', '135832.895000', '135833.355000', '135833.815000', '135834.275000', '135834.735000', '135835.195000', '135835.655000', '135836.115000', '135836.575000', '135837.035000', '135837.495000', '135837.955000', '135838.415000', '135838.875000', '135839.335000', '135839.795000', '135840.255000', '135840.715000', '135841.175000', '135841.635000', '135842.095000', '135842.555000', '135843.015000', '135843.475000', '135843.935000', '135844.395000', '135844.855000', '135845.315000', '135845.775000', '135846.235000', '135846.695000', '135847.155000', '135847.615000', '135848.075000', '135848.535000', '135848.995000', '135849.455000', '135849.915000', '135850.375000', '135850.835000', '135851.295000', '135851.755000', '135852.215000', '135852.675000', '135853.135000', '135853.595000', '135854.055000', '135854.515000', '135854.975000', '135855.435000', '135855.895000', '135856.355000', '135856.815000', '135857.275000', '135857.735000', '135858.195000', '135858.655000', '135859.115000', '135859.575000', '135900.035000', '135900.495000', '135900.955000', '135901.415000', '135901.875000', '135902.335000', '135902.795000', '135903.255000', '135903.715000', '135904.175000', '135904.635000', '135905.095000', '135905.555000', '135906.015000', '135906.475000', '135906.935000', '135907.395000', '135907.855000', '135908.315000', '135908.775000', '135909.235000', '135909.695000', '135910.155000', '135910.615000', '135911.075000', '135911.535000', '135911.995000', '135912.455000', '135912.915000', '135913.375000', '135913.835000', '135914.295000', '135914.755000', '135915.215000', '135915.675000', '135916.135000', '135916.595000', '135917.055000', '135917.515000', '135917.975000', '135918.435000', '135918.895000', '135919.355000', '135919.815000', '135920.275000', '135920.735000', '135921.195000', '135921.655000', '135922.115000', '135922.575000', '135923.035000', '135923.495000', '135923.955000', '135924.415000', '135924.875000', '135925.335000', '135925.795000', '135926.255000', '135926.715000', '135927.175000', '135927.635000', '135928.095000', '135928.555000', '135929.015000', '135929.475000', '135929.935000', '135930.395000', '135930.855000', '135931.315000', '135931.775000', '135932.235000', '135932.695000', '135933.155000', '135933.615000', '135934.075000', '135934.535000', '135934.995000', '135935.455000', '135935.915000', '135936.375000', '135936.835000', '135937.295000', '135937.755000', '135938.215000', '135938.675000', '135939.135000', '135939.595000', '135940.055000', '135940.515000', '135940.975000', '135941.435000', '135941.895000', '135942.355000', '135942.815000', '135943.275000', '135943.735000', '135944.195000', '135944.655000', '135945.115000', '135945.575000', '135946.035000', '135946.495000', '135946.955000', '135947.415000', '135947.875000', '135948.335000', '135948.795000', '135949.255000', '135949.715000', '135950.175000', '135950.635000', '135951.095000', '135951.555000', '135952.015000', '135952.475000', '135952.935000', '135953.395000', '135953.855000', '135954.315000', '135954.775000', '135955.235000', '135955.695000', '135956.155000', '135956.615000', '135957.075000', '135957.535000', '135957.995000', '135958.455000', '135958.915000', '135959.375000', '135959.835000', '140000.295000', '140000.755000', '140001.215000', '140001.675000', '140002.135000', '140002.595000', '140003.055000', '140003.515000', '140003.975000', '140004.435000', '140004.895000', '140005.355000', '140005.815000', '140006.275000', '140006.735000', '140007.195000', '140007.655000', '140008.115000', '140008.575000', '140009.035000', '140009.495000', '140009.955000', '140010.415000', '140010.875000', '140011.335000', '140011.795000', '140012.255000', '140012.715000', '140013.175000', '140013.635000', '140014.095000', '140014.555000', '140015.015000', '140015.475000', '140015.935000', '140016.395000', '140016.855000', '140017.315000', '140017.775000', '140018.235000', '140018.695000', '140019.155000', '140019.615000', '140020.075000', '140020.535000', '140020.995000', '140021.455000', '140021.915000', '140022.375000', '140022.835000', '140023.295000', '140023.755000', '140024.215000', '140024.675000', '140025.135000', '140025.595000', '140026.055000', '140026.515000', '140026.975000', '140027.435000', '140027.895000', '140028.355000', '140028.815000', '140029.275000', '140029.735000', '140030.195000', '140030.655000', '140031.115000', '140031.575000', '140032.035000', '140032.495000', '140032.955000', '140033.415000', '140033.875000', '140034.335000', '140034.795000', '140035.255000', '140035.715000', '140036.175000', '140036.635000', '140037.095000', '140037.555000', '140038.015000', '140038.475000', '140038.935000', '140039.395000', '140039.855000', '140040.315000', '140040.775000', '140041.235000', '140041.695000', '140042.155000', '140042.615000', '140043.075000', '140043.535000', '140043.995000', '140044.455000', '140044.915000', '140045.375000', '140045.835000', '140046.295000', '140046.755000', '140047.215000', '140047.675000', '140048.135000', '140048.595000', '140049.055000', '140049.515000', '140049.975000', '140050.435000', '140050.895000', '140051.355000', '140051.815000', '140052.275000', '140052.735000', '140053.195000', '140053.655000', '140054.115000', '140054.575000', '140055.035000', '140055.495000', '140055.955000', '140056.415000', '140056.875000', '140057.335000', '140057.795000', '140058.255000', '140058.715000', '140059.175000', '140059.635000', '140100.095000', '140100.555000', '140101.015000', '140101.475000', '140101.935000', '140102.395000', '140102.855000', '140103.315000', '140103.775000', '140104.235000', '140104.695000', '140105.155000', '140105.615000', '140106.075000', '140106.535000', '140106.995000', '140107.455000', '140107.915000', '140108.375000', '140108.835000', '140109.295000', '140109.755000', '140110.215000', '140110.675000', '140111.135000', '140111.595000', '140112.055000', '140112.515000', '140112.975000', '140113.435000', '140113.895000', '140114.355000', '140114.815000', '140115.275000', '140115.735000', '140116.195000', '140116.655000', '140117.115000', '140117.575000', '140118.035000', '140118.495000', '140118.955000', '140119.415000', '140119.875000', '140120.335000', '140120.795000', '140121.255000', '140121.715000', '140122.175000', '140122.635000', '140123.095000', '140123.555000', '140124.015000', '140124.475000', '140124.935000', '140125.395000', '140125.855000', '140126.315000', '140126.775000', '140127.235000', '140127.695000', '140128.155000', '140128.615000', '140129.075000', '140129.535000', '140129.995000', '140130.455000', '140130.915000', '140131.375000', '140131.835000', '140132.295000', '140132.755000', '140133.215000', '140133.675000', '140134.135000', '140134.595000', '140135.055000', '140135.515000', '140135.975000', '140136.435000', '140136.895000', '140137.355000', '140137.815000', '140138.275000', '140138.735000', '140139.195000', '140139.655000', '140140.115000', '140140.575000', '140141.035000', '140141.495000', '140141.955000', '140142.415000', '140142.875000', '140143.335000', '140143.795000', '140144.255000', '140144.715000', '140145.175000', '140145.635000', '140146.095000', '140146.555000', '140147.015000', '140147.475000', '140147.935000', '140148.395000', '140148.855000', '140149.315000', '140149.775000', '140150.235000', '140150.695000', '140151.155000', '140151.615000', '140152.075000', '140152.535000', '140152.995000', '140153.455000', '140153.915000', '140154.375000', '140154.835000', '140155.295000', '140155.755000', '140156.215000', '140156.675000', '140157.135000', '140157.595000', '140158.055000', '140158.515000', '140158.975000', '140159.435000', '140159.895000', '140200.355000', '140200.815000', '140201.275000', '140201.735000', '140202.195000', '140202.655000', '140203.115000', '140203.575000', '140204.035000', '140204.495000', '140204.955000', '140205.415000', '140205.875000', '140206.335000', '140206.795000', '140207.255000', '140207.715000', '140208.175000', '140208.635000', '140209.095000', '140209.555000', '140210.015000', '140210.475000', '140210.935000', '140211.395000', '140211.855000', '140212.315000', '140212.775000', '140213.235000', '140213.695000', '140214.155000', '140214.615000', '140215.075000', '140215.535000', '140215.995000', '140216.455000', '140216.915000', '140217.375000', '140217.835000', '140218.295000', '140218.755000', '140219.215000', '140219.675000', '140220.135000', '140220.595000', '140221.055000', '140221.515000', '140221.975000', '140222.435000', '140222.895000', '140223.355000', '140223.815000', '140224.275000', '140224.735000', '140225.195000', '140225.655000', '140226.115000', '140226.575000', '140227.035000', '140227.495000', '140227.955000', '140228.415000', '140228.875000', '140229.335000', '140229.795000', '140230.255000', '140230.715000', '140231.175000', '140231.635000', '140232.095000', '140232.555000', '140233.015000', '140233.475000', '140233.935000', '140234.395000', '140234.855000', '140235.315000', '140235.775000', '140236.235000', '140236.695000', '140237.155000', '140237.615000', '140238.075000', '140238.535000', '140238.995000', '140239.455000', '140239.915000', '140240.375000', '140240.835000', '140241.295000', '140241.755000', '140242.215000', '140242.675000', '140243.135000', '140243.595000', '140244.055000', '140244.515000', '140244.975000', '140245.435000', '140245.895000', '140246.355000', '140246.815000', '140247.275000', '140247.735000', '140248.195000', '140248.655000', '140249.115000', '140249.575000', '140250.035000', '140250.495000', '140250.955000', '140251.415000', '140251.875000', '140252.335000', '140252.795000', '140253.255000', '140253.715000', '140254.175000', '140254.635000', '140255.095000', '140255.555000', '140256.015000', '140256.475000', '140256.935000', '140257.395000', '140257.855000', '140258.315000', '140258.775000', '140259.235000', '140259.695000', '140300.155000', '140300.615000', '140301.075000', '140301.535000', '140301.995000', '140302.455000', '140302.915000', '140303.375000', '140303.835000', '140304.295000', '140304.755000', '140305.215000', '140305.675000', '140306.135000', '140306.595000', '140307.055000', '140307.515000', '140307.975000', '140308.435000', '140308.895000', '140309.355000', '140309.815000', '140310.275000', '140310.735000', '140311.195000', '140311.655000', '140312.115000', '140312.575000', '140313.035000', '140313.495000', '140313.955000', '140314.415000', '140314.875000', '140315.335000', '140315.795000', '140316.255000', '140316.715000', '140317.175000', '140317.635000', '140318.095000', '140318.555000', '140319.015000', '140319.475000', '140319.935000', '140320.395000', '140320.855000', '140321.315000', '140321.775000', '140322.235000', '140322.695000', '140323.155000', '140323.615000', '140324.075000', '140324.535000', '140324.995000', '140325.455000', '140325.915000', '140326.375000', '140326.835000', '140327.295000', '140327.755000', '140328.215000', '140328.675000', '140329.135000', '140329.595000', '140330.055000', '140330.515000', '140330.975000', '140331.435000', '140331.895000', '140332.355000', '140332.815000', '140333.275000', '140333.735000', '140334.195000', '140334.655000', '140335.115000', '140335.575000', '140336.035000', '140336.495000', '140336.955000', '140337.415000', '140337.875000', '140338.335000', '140338.795000', '140339.255000', '140339.715000', '140340.175000', '140340.635000', '140341.095000', '140341.555000', '140342.015000', '140342.475000', '140342.935000', '140343.395000', '140343.855000', '140344.315000', '140344.775000', '140345.235000', '140345.695000', '140346.155000', '140346.615000', '140347.075000', '140347.535000', '140347.995000', '140348.455000', '140348.915000', '140349.375000', '140349.835000', '140350.295000', '140350.755000', '140351.215000', '140351.675000', '140352.135000', '140352.595000', '140353.055000', '140353.515000', '140353.975000', '140354.435000', '140354.895000', '140355.355000', '140355.815000', '140356.275000', '140356.735000', '140357.195000', '140357.655000', '140358.115000', '140358.575000', '140359.035000', '140359.495000', '140359.955000', '140400.415000', '140400.875000', '140401.335000', '140401.795000', '140402.255000', '140402.715000', '140403.175000', '140403.635000', '140404.095000', '140404.555000', '140405.015000', '140405.475000', '140405.935000', '140406.395000', '140406.855000', '140407.315000', '140407.775000', '140408.235000', '140408.695000', '140409.155000', '140409.615000', '140410.075000', '140410.535000', '140410.995000', '140411.455000', '140411.915000', '140412.375000', '140412.835000', '140413.295000', '140413.755000', '140414.215000', '140414.675000', '140415.135000', '140415.595000', '140416.055000', '140416.515000', '140416.975000', '140417.435000', '140417.895000', '140418.355000', '140418.815000', '140419.275000', '140419.735000', '140420.195000', '140420.655000', '140421.115000', '140421.575000', '140422.035000', '140422.495000', '140422.955000', '140423.415000', '140423.875000', '140424.335000', '140424.795000', '140425.255000', '140425.715000', '140426.175000', '140426.635000', '140427.095000', '140427.555000', '140428.015000', '140428.475000', '140428.935000', '140429.395000', '140429.855000', '140430.315000', '140430.775000', '140431.235000', '140431.695000', '140432.155000', '140432.615000', '140433.075000', '140433.535000', '140433.995000', '140434.455000', '140434.915000', '140435.375000', '140435.835000', '140436.295000', '140436.755000', '140437.215000', '140437.675000', '140438.135000', '140438.595000', '140439.055000', '140439.515000', '140439.975000', '140440.435000', '140440.895000', '140441.355000', '140441.815000', '140442.275000', '140442.735000', '140443.195000', '140443.655000', '140444.115000', '140444.575000', '140445.035000', '140445.495000', '140445.955000', '140446.415000', '140446.875000', '140447.335000', '140447.795000', '140448.255000', '140448.715000', '140449.175000', '140449.635000', '140450.095000', '140450.555000', '140451.015000', '140451.475000', '140451.935000', '140452.395000', '140452.855000', '140453.315000', '140453.775000', '140454.235000', '140454.695000', '140455.155000', '140455.615000', '140456.075000', '140456.535000', '140456.995000', '140457.455000', '140457.915000', '140458.375000', '140458.835000', '140459.295000', '140459.755000', '140500.215000', '140500.675000', '140501.135000', '140501.595000', '140502.055000', '140502.515000', '140502.975000', '140503.435000', '140503.895000', '140504.355000', '140504.815000', '140505.275000', '140505.735000', '140506.195000', '140506.655000', '140507.115000', '140507.575000', '140508.035000', '140508.495000', '140508.955000', '140509.415000', '140509.875000', '140510.335000', '140510.795000', '140511.255000', '140511.715000', '140512.175000', '140512.635000', '140513.095000', '140513.555000', '140514.015000', '140514.475000', '140514.935000', '140515.395000', '140515.855000', '140516.315000', '140516.775000', '140517.235000', '140517.695000', '140518.155000', '140518.615000', '140519.075000', '140519.535000', '140519.995000', '140520.455000', '140520.915000', '140521.375000', '140521.835000', '140522.295000', '140522.755000', '140523.215000', '140523.675000', '140524.135000', '140524.595000', '140525.055000', '140525.515000', '140525.975000', '140526.435000', '140526.895000', '140527.355000', '140527.815000', '140528.275000', '140528.735000', '140529.195000', '140529.655000', '140530.115000', '140530.575000', '140531.035000', '140531.495000', '140531.955000', '140532.415000', '140532.875000', '140533.335000', '140533.795000', '140534.255000', '140534.715000', '140535.175000', '140535.635000', '140536.095000', '140536.555000', '140537.015000', '140537.475000', '140537.935000', '140538.395000', '140538.855000', '140539.315000', '140539.775000', '140540.235000', '140540.695000', '140541.155000', '140541.615000', '140542.075000', '140542.535000', '140542.995000', '140543.455000', '140543.915000', '140544.375000', '140544.835000', '140545.295000', '140545.755000', '140546.215000', '140546.675000', '140547.135000', '140547.595000', '140548.055000', '140548.515000', '140548.975000', '140549.435000', '140549.895000', '140550.355000', '140550.815000', '140551.275000', '140551.735000', '140552.195000', '140552.655000', '140553.115000', '140553.575000', '140554.035000', '140554.495000', '140554.955000', '140555.415000', '140555.875000', '140556.335000', '140556.795000', '140557.255000', '140557.715000', '140558.175000', '140558.635000', '140559.095000', '140559.555000', '140600.015000', '140600.475000', '140600.935000', '140601.395000', '140601.855000', '140602.315000', '140602.775000', '140603.235000', '140603.695000', '140604.155000', '140604.615000', '140605.075000', '140605.535000', '140605.995000', '140606.455000', '140606.915000', '140607.375000', '140607.835000', '140608.295000', '140608.755000', '140609.215000', '140609.675000', '140610.135000', '140610.595000', '140611.055000', '140611.515000', '140611.975000', '140612.435000', '140612.895000', '140613.355000', '140613.815000', '140614.275000', '140614.735000', '140615.195000', '140615.655000', '140616.115000', '140616.575000', '140617.035000', '140617.495000', '140617.955000', '140618.415000', '140618.875000', '140619.335000', '140619.795000', '140620.255000', '140620.715000', '140621.175000', '140621.635000', '140622.095000', '140622.555000', '140623.015000', '140623.475000', '140623.935000', '140624.395000', '140624.855000', '140625.315000', '140625.775000', '140626.235000', '140626.695000', '140627.155000', '140627.615000', '140628.075000', '140628.535000', '140628.995000', '140629.455000', '140629.915000', '140630.375000', '140630.835000', '140631.295000', '140631.755000', '140632.215000', '140632.675000', '140633.135000', '140633.595000', '140634.055000', '140634.515000', '140634.975000', '140635.435000', '140635.895000', '140636.355000', '140636.815000', '140637.275000', '140637.735000', '140638.195000', '140638.655000'], 'ContentTime': ['135702.734000', '135702.737000', '135702.740000', '135702.743000', '135702.745000', '135702.748000', '135702.750000', '135702.753000', '135702.755000', '135702.758000', '135702.761000', '135702.763000', '135702.766000', '135702.774000', '135702.776000', '135702.779000', '135702.782000', '135702.784000', '135702.787000', '135702.789000', '135702.792000', '135702.794000', '135702.797000', '135702.800000', '135702.802000', '135702.805000', '135702.807000', '135702.810000', '135702.813000', '135702.815000', '135702.818000', '135702.820000', '135702.823000', '135702.825000', '135702.828000', '135702.830000', '135702.833000', '135702.836000', '135702.838000', '135702.841000', '135702.844000', '135702.846000', '135722.700000', '135722.702000', '135722.705000', '135722.707000', '135722.710000', '135722.713000', '135722.715000', '135722.718000', '135722.721000', '135722.723000', '135722.726000', '135722.728000', '135722.731000', '135722.745000', '135722.747000', '135722.750000', '135722.752000', '135722.755000', '135722.757000', '135722.760000', '135722.762000', '135722.765000', '135722.768000', '135722.770000', '135722.773000', '135722.775000', '135722.778000', '135722.780000', '135722.783000', '135722.786000', '135722.788000', '135722.791000', '135722.794000', '135722.796000', '135722.799000', '135722.801000', '135722.804000', '135722.806000', '135722.809000', '135722.812000', '135722.814000', '135722.817000', '135722.820000', '135722.822000', '135742.701000', '135742.704000', '135742.706000', '135742.709000', '135742.712000', '135742.714000', '135742.717000', '135742.720000', '135742.722000', '135742.725000', '135742.727000', '135742.730000', '135742.732000', '135742.735000', '135742.738000', '135742.740000', '135742.743000', '135742.745000', '135742.748000', '135742.750000', '135742.753000', '135742.755000', '135742.758000', '135742.761000', '135742.763000', '135742.766000', '135742.768000', '135742.771000', '135742.773000', '135742.776000', '135742.778000', '135742.781000', '135742.784000', '135742.786000', '135742.789000', '135742.791000', '135742.794000', '135742.796000', '135742.799000', '135742.801000', '135742.804000', '135742.807000', '135742.809000', '135742.812000', '135802.699000', '135802.701000', '135802.704000', '135802.706000', '135802.709000', '135802.712000', '135802.714000', '135802.717000', '135802.719000', '135802.722000', '135802.724000', '135802.727000', '135802.730000', '135802.732000', '135802.735000', '135802.737000', '135802.741000', '135802.744000', '135802.746000', '135802.749000', '135802.752000', '135802.755000', '135802.757000', '135802.760000', '135802.764000', '135802.767000', '135802.769000', '135802.772000', '135802.775000', '135802.777000', '135802.780000', '135802.782000', '135802.785000', '135802.787000', '135802.790000', '135802.792000', '135802.795000', '135802.798000', '135802.800000', '135802.803000', '135802.805000', '135802.808000', '135802.810000', '135822.699000', '135822.701000', '135822.704000', '135822.707000', '135822.709000', '135822.712000', '135822.714000', '135822.717000', '135822.719000', '135822.722000', '135822.725000', '135822.728000', '135822.730000', '135822.733000', '135822.735000', '135822.738000', '135822.740000', '135822.743000', '135822.745000', '135822.748000', '135822.751000', '135822.753000', '135822.756000', '135822.758000', '135822.761000', '135822.764000', '135822.766000', '135822.769000', '135822.771000', '135822.774000', '135822.776000', '135822.779000', '135822.781000', '135822.784000', '135822.787000', '135822.789000', '135822.792000', '135822.794000', '135822.797000', '135822.800000', '135822.802000', '135822.805000', '135822.807000', '135822.810000', '135842.698000', '135842.701000', '135842.704000', '135842.706000', '135842.709000', '135842.712000', '135842.714000', '135842.717000', '135842.719000', '135842.722000', '135842.725000', '135842.727000', '135842.730000', '135842.732000', '135842.735000', '135842.737000', '135842.740000', '135842.743000', '135842.745000', '135842.748000', '135842.751000', '135842.754000', '135842.757000', '135842.759000', '135842.762000', '135842.765000', '135842.767000', '135842.770000', '135842.772000', '135842.775000', '135842.778000', '135842.780000', '135842.783000', '135842.785000', '135842.788000', '135842.790000', '135842.793000', '135842.805000', '135842.807000', '135842.810000', '135842.812000', '135842.815000', '135842.818000', '135902.699000', '135902.701000', '135902.704000', '135902.706000', '135902.709000', '135902.712000', '135902.714000', '135902.717000', '135902.719000', '135902.722000', '135902.725000', '135902.727000', '135902.730000', '135902.732000', '135902.735000', '135902.738000', '135902.740000', '135902.743000', '135902.746000', '135902.748000', '135902.751000', '135902.753000', '135902.756000', '135902.758000', '135902.761000', '135902.763000', '135902.766000', '135902.769000', '135902.771000', '135902.774000', '135902.776000', '135902.779000', '135902.781000', '135902.784000', '135902.787000', '135902.789000', '135902.792000', '135902.794000', '135902.797000', '135902.800000', '135902.802000', '135902.805000', '135902.812000', '135902.815000', '135922.699000', '135922.706000', '135922.709000', '135922.711000', '135922.714000', '135922.716000', '135922.719000', '135922.722000', '135922.724000', '135922.727000', '135922.729000', '135922.732000', '135922.735000', '135922.737000', '135922.740000', '135922.742000', '135922.745000', '135922.748000', '135922.750000', '135922.753000', '135922.755000', '135922.758000', '135922.760000', '135922.763000', '135922.766000', '135922.768000', '135922.771000', '135922.773000', '135922.776000', '135922.778000', '135922.781000', '135922.784000', '135922.786000', '135922.789000', '135922.791000', '135922.794000', '135922.797000', '135922.799000', '135922.802000', '135922.805000', '135922.808000', '135922.810000', '135922.813000', '135942.700000', '135942.702000', '135942.705000', '135942.708000', '135942.710000', '135942.713000', '135942.715000', '135942.718000', '135942.721000', '135942.723000', '135942.726000', '135942.728000', '135942.731000', '135942.733000', '135942.736000', '135942.739000', '135942.741000', '135942.744000', '135942.746000', '135942.749000', '135942.752000', '135942.754000', '135942.757000', '135942.759000', '135942.762000', '135942.765000', '135942.767000', '135942.770000', '135942.772000', '135942.775000', '135942.778000', '135942.780000', '135942.783000', '135942.786000', '135942.788000', '135942.791000', '135942.793000', '135942.796000', '135942.799000', '135942.801000', '135942.804000', '135942.806000', '135942.809000', '135942.811000', '140002.698000', '140002.701000', '140002.704000', '140002.706000', '140002.709000', '140002.712000', '140002.714000', '140002.717000', '140002.719000', '140002.722000', '140002.725000', '140002.727000', '140002.730000', '140002.732000', '140002.735000', '140002.737000', '140002.740000', '140002.743000', '140002.745000', '140002.748000', '140002.751000', '140002.753000', '140002.756000', '140002.758000', '140002.761000', '140002.763000', '140002.766000', '140002.768000', '140002.771000', '140002.774000', '140002.776000', '140002.779000', '140002.781000', '140002.784000', '140002.787000', '140002.789000', '140002.792000', '140002.794000', '140002.797000', '140002.799000', '140002.802000', '140002.805000', '140002.807000', '140022.698000', '140022.701000', '140022.704000', '140022.706000', '140022.709000', '140022.712000', '140022.714000', '140022.717000', '140022.719000', '140022.722000', '140022.725000', '140022.727000', '140022.730000', '140022.732000', '140022.735000', '140022.737000', '140022.740000', '140022.743000', '140022.745000', '140022.748000', '140022.750000', '140022.753000', '140022.756000', '140022.758000', '140022.761000', '140022.763000', '140022.766000', '140022.768000', '140022.771000', '140022.774000', '140022.776000', '140022.779000', '140022.781000', '140022.839000', '140022.841000', '140022.844000', '140022.846000', '140022.849000', '140022.852000', '140022.854000', '140022.857000', '140022.859000', '140022.862000', '140022.865000', '140042.698000', '140042.701000', '140042.704000', '140042.706000', '140042.709000', '140042.712000', '140042.714000', '140042.717000', '140042.719000', '140042.722000', '140042.724000', '140042.727000', '140042.730000', '140042.732000', '140042.735000', '140042.737000', '140042.740000', '140042.743000', '140042.745000', '140042.748000', '140042.751000', '140042.753000', '140042.756000', '140042.758000', '140042.761000', '140042.763000', '140042.766000', '140042.768000', '140042.771000', '140042.774000', '140042.776000', '140042.779000', '140042.781000', '140042.784000', '140042.786000', '140042.789000', '140042.792000', '140042.794000', '140042.797000', '140042.800000', '140042.802000', '140042.805000', '140042.807000', '140102.699000', '140102.701000', '140102.704000', '140102.707000', '140102.709000', '140102.712000', '140102.714000', '140102.717000', '140102.720000', '140102.722000', '140102.725000', '140102.727000', '140102.730000', '140102.732000', '140102.735000', '140102.738000', '140102.740000', '140102.743000', '140102.745000', '140102.748000', '140102.751000', '140102.753000', '140102.756000', '140102.758000', '140102.761000', '140102.763000', '140102.766000', '140102.769000', '140102.771000', '140102.774000', '140102.776000', '140102.779000', '140102.782000', '140102.784000', '140102.787000', '140102.789000', '140102.792000', '140102.795000', '140102.797000', '140102.800000', '140102.803000', '140102.805000', '140102.808000', '140102.810000', '140122.698000', '140122.701000', '140122.704000', '140122.707000', '140122.709000', '140122.712000', '140122.714000', '140122.717000', '140122.719000', '140122.722000', '140122.725000', '140122.727000', '140122.730000', '140122.732000', '140122.735000', '140122.738000', '140122.740000', '140122.743000', '140122.746000', '140122.748000', '140122.751000', '140122.753000', '140122.756000', '140122.758000', '140122.761000', '140122.764000', '140122.766000', '140122.769000', '140122.771000', '140122.774000', '140122.777000', '140122.779000', '140122.782000', '140122.784000', '140122.787000', '140122.790000', '140122.792000', '140122.795000', '140122.797000', '140122.800000', '140122.803000', '140122.805000', '140122.808000', '140142.700000', '140142.702000', '140142.705000', '140142.708000', '140142.710000', '140142.713000', '140142.715000', '140142.718000', '140142.721000', '140142.723000', '140142.726000', '140142.728000', '140142.731000', '140142.733000', '140142.736000', '140142.739000', '140142.741000', '140142.744000', '140142.746000', '140142.749000', '140142.751000', '140142.754000', '140142.757000', '140142.759000', '140142.762000', '140142.764000', '140142.767000', '140142.770000', '140142.772000', '140142.775000', '140142.777000', '140142.780000', '140142.782000', '140142.785000', '140142.788000', '140142.790000', '140142.793000', '140142.795000', '140142.798000', '140142.800000', '140142.803000', '140142.806000', '140142.808000', '140142.811000', '140202.713000', '140202.716000', '140202.718000', '140202.721000', '140202.723000', '140202.726000', '140202.729000', '140202.732000', '140202.734000', '140202.737000', '140202.739000', '140202.742000', '140202.745000', '140202.747000', '140202.750000', '140202.753000', '140202.755000', '140202.758000', '140202.760000', '140202.763000', '140202.766000', '140202.768000', '140202.771000', '140202.774000', '140202.776000', '140202.779000', '140202.781000', '140202.784000', '140202.787000', '140202.789000', '140202.792000', '140202.794000', '140202.797000', '140202.800000', '140202.802000', '140202.805000', '140202.807000', '140202.810000', '140202.813000', '140202.815000', '140202.818000', '140202.820000', '140202.823000', '140222.699000', '140222.701000', '140222.704000', '140222.707000', '140222.709000', '140222.712000', '140222.714000', '140222.717000', '140222.720000', '140222.722000', '140222.725000', '140222.728000', '140222.730000', '140222.733000', '140222.736000', '140222.738000', '140222.741000', '140222.743000', '140222.746000', '140222.749000', '140222.751000', '140222.754000', '140222.756000', '140222.759000', '140222.762000', '140222.764000', '140222.767000', '140222.769000', '140222.772000', '140222.775000', '140222.777000', '140222.780000', '140222.782000', '140222.785000', '140222.788000', '140222.790000', '140222.793000', '140222.795000', '140222.798000', '140222.801000', '140222.803000', '140222.806000', '140222.808000', '140242.699000', '140242.702000', '140242.704000', '140242.707000', '140242.709000', '140242.712000', '140242.715000', '140242.717000', '140242.720000', '140242.722000', '140242.725000', '140242.728000', '140242.730000', '140242.733000', '140242.735000', '140242.738000', '140242.741000', '140242.743000', '140242.746000', '140242.748000', '140242.751000', '140242.753000', '140242.756000', '140242.759000', '140242.761000', '140242.764000', '140242.766000', '140242.769000', '140242.772000', '140242.774000', '140242.777000', '140242.779000', '140242.782000', '140242.785000', '140242.787000', '140242.791000', '140242.794000', '140242.796000', '140242.799000', '140242.802000', '140242.804000', '140242.807000', '140242.809000', '140242.812000', '140302.699000', '140302.702000', '140302.704000', '140302.707000', '140302.709000', '140302.712000', '140302.715000', '140302.717000', '140302.720000', '140302.722000', '140302.725000', '140302.727000', '140302.730000', '140302.733000', '140302.735000', '140302.738000', '140302.741000', '140302.743000', '140302.746000', '140302.748000', '140302.751000', '140302.754000', '140302.756000', '140302.759000', '140302.761000', '140302.764000', '140302.767000', '140302.769000', '140302.772000', '140302.775000', '140302.777000', '140302.780000', '140302.782000', '140302.785000', '140302.788000', '140302.790000', '140302.793000', '140302.795000', '140302.798000', '140302.801000', '140302.803000', '140302.806000', '140302.808000', '140322.698000', '140322.701000', '140322.704000', '140322.707000', '140322.709000', '140322.712000', '140322.714000', '140322.717000', '140322.719000', '140322.722000', '140322.725000', '140322.727000', '140322.737000', '140322.740000', '140322.742000', '140322.745000', '140322.747000', '140322.750000', '140322.752000', '140322.755000', '140322.758000', '140322.760000', '140322.763000', '140322.765000', '140322.768000', '140322.771000', '140322.773000', '140322.776000', '140322.778000', '140322.781000', '140322.784000', '140322.786000', '140322.789000', '140322.791000', '140322.794000', '140322.797000', '140322.799000', '140322.802000', '140322.804000', '140322.807000', '140322.810000', '140322.812000', '140322.815000', '140322.817000', '140342.699000', '140342.701000', '140342.704000', '140342.707000', '140342.709000', '140342.712000', '140342.715000', '140342.718000', '140342.721000', '140342.723000', '140342.726000', '140342.729000', '140342.732000', '140342.735000', '140342.737000', '140342.740000', '140342.743000', '140342.745000', '140342.748000', '140342.751000', '140342.753000', '140342.756000', '140342.758000', '140342.761000', '140342.764000', '140342.766000', '140342.769000', '140342.771000', '140342.774000', '140342.778000', '140342.780000', '140342.783000', '140342.785000', '140342.788000', '140342.790000', '140342.793000', '140342.795000', '140342.798000', '140342.801000', '140342.803000', '140342.806000', '140342.809000', '140342.811000', '140402.700000', '140402.702000', '140402.705000', '140402.708000', '140402.710000', '140402.713000', '140402.715000', '140402.718000', '140402.720000', '140402.723000', '140402.726000', '140402.728000', '140402.731000', '140402.734000', '140402.736000', '140402.739000', '140402.741000', '140402.744000', '140402.747000', '140402.749000', '140402.752000', '140402.754000', '140402.757000', '140402.759000', '140402.762000', '140402.765000', '140402.767000', '140402.770000', '140402.773000', '140402.775000', '140402.778000', '140402.780000', '140402.783000', '140402.785000', '140402.788000', '140402.791000', '140402.793000', '140402.796000', '140402.799000', '140402.801000', '140402.804000', '140402.806000', '140402.809000', '140402.812000', '140422.698000', '140422.701000', '140422.704000', '140422.707000', '140422.709000', '140422.712000', '140422.714000', '140422.717000', '140422.720000', '140422.723000', '140422.726000', '140422.728000', '140422.731000', '140422.734000', '140422.736000', '140422.739000', '140422.741000', '140422.744000', '140422.746000', '140422.749000', '140422.752000', '140422.755000', '140422.758000', '140422.760000', '140422.763000', '140422.766000', '140422.768000', '140422.771000', '140422.773000', '140422.776000', '140422.778000', '140422.781000', '140422.785000', '140422.788000', '140422.790000', '140422.793000', '140422.796000', '140422.798000', '140422.801000', '140422.804000', '140422.806000', '140422.809000', '140422.811000', '140442.698000', '140442.701000', '140442.704000', '140442.707000', '140442.709000', '140442.712000', '140442.714000', '140442.717000', '140442.728000', '140442.731000', '140442.733000', '140442.736000', '140442.738000', '140442.741000', '140442.744000', '140442.746000', '140442.749000', '140442.751000', '140442.754000', '140442.756000', '140442.759000', '140442.762000', '140442.764000', '140442.767000', '140442.769000', '140442.772000', '140442.775000', '140442.777000', '140442.780000', '140442.782000', '140442.785000', '140442.787000', '140442.790000', '140442.793000', '140442.795000', '140442.798000', '140442.800000', '140442.803000', '140442.806000', '140442.808000', '140442.811000', '140442.813000', '140442.816000', '140442.818000', '140502.699000', '140502.701000', '140502.704000', '140502.707000', '140502.709000', '140502.712000', '140502.715000', '140502.718000', '140502.721000', '140502.723000', '140502.726000', '140502.729000', '140502.731000', '140502.734000', '140502.737000', '140502.740000', '140502.742000', '140502.745000', '140502.747000', '140502.750000', '140502.753000', '140502.755000', '140502.758000', '140502.760000', '140502.763000', '140502.765000', '140502.768000', '140502.771000', '140502.773000', '140502.776000', '140502.778000', '140502.781000', '140502.783000', '140502.786000', '140502.789000', '140502.791000', '140502.794000', '140502.797000', '140502.799000', '140502.802000', '140502.804000', '140502.807000', '140502.809000', '140522.699000', '140522.701000', '140522.704000', '140522.707000', '140522.709000', '140522.712000', '140522.715000', '140522.717000', '140522.720000', '140522.722000', '140522.725000', '140522.728000', '140522.730000', '140522.733000', '140522.735000', '140522.738000', '140522.741000', '140522.743000', '140522.746000', '140522.749000', '140522.751000', '140522.754000', '140522.756000', '140522.759000', '140522.762000', '140522.764000', '140522.767000', '140522.769000', '140522.772000', '140522.774000', '140522.777000', '140522.780000', '140522.782000', '140522.785000', '140522.787000', '140522.790000', '140522.793000', '140522.795000', '140522.798000', '140522.801000', '140522.803000', '140522.806000', '140522.808000', '140522.811000', '140542.699000', '140542.702000', '140542.704000', '140542.707000', '140542.709000', '140542.712000', '140542.715000', '140542.717000', '140542.720000', '140542.722000', '140542.725000', '140542.728000', '140542.730000', '140542.733000', '140542.736000', '140542.739000', '140542.742000', '140542.745000', '140542.747000', '140542.750000', '140542.753000', '140542.755000', '140542.758000', '140542.761000', '140542.764000', '140542.767000', '140542.769000', '140542.772000', '140542.774000', '140542.777000', '140542.780000', '140542.782000', '140542.785000', '140542.787000', '140542.790000', '140542.793000', '140542.795000', '140542.798000', '140542.801000', '140542.803000', '140542.806000', '140542.808000', '140542.811000', '140602.700000', '140602.702000', '140602.705000', '140602.708000', '140602.710000', '140602.713000', '140602.716000', '140602.718000', '140602.721000', '140602.723000', '140602.726000', '140602.729000', '140602.731000', '140602.734000', '140602.736000', '140602.739000', '140602.742000', '140602.744000', '140602.747000', '140602.750000', '140602.752000', '140602.755000', '140602.757000', '140602.760000', '140602.763000', '140602.765000', '140602.768000', '140602.770000', '140602.773000', '140602.775000', '140602.778000', '140602.781000', '140602.783000', '140602.786000', '140602.788000', '140602.791000', '140602.794000', '140602.796000', '140602.799000', '140602.801000', '140602.804000', '140602.807000', '140602.809000', '140602.812000', '140622.700000', '140622.702000', '140622.705000', '140622.708000', '140622.710000', '140622.713000', '140622.716000', '140622.718000', '140622.721000', '140622.723000', '140622.726000', '140622.729000', '140622.731000', '140622.734000', '140622.736000', '140622.739000', '140622.742000', '140622.744000', '140622.747000', '140622.749000', '140622.752000', '140622.755000', '140622.757000', '140622.760000', '140622.762000', '140622.765000', '140622.767000', '140622.770000', '140622.773000', '140622.775000', '140622.778000', '140622.781000', '140622.783000', '140622.786000', '140622.789000', '140622.791000', '140622.794000', '140622.797000', '140622.799000', '140622.802000', '140622.804000', '140622.807000', '140622.810000', '140639.798000', '140639.845000', '140639.849000', '140639.853000', '140639.858000', '140639.862000', '140639.867000', '140639.870000', '140639.873000', '140639.876000', '140639.879000', '140639.881000', '140639.884000', '140639.887000', '140639.890000', '140639.896000', '140639.899000', '140639.902000', '140639.905000', '140639.908000', '140639.911000', '140639.918000', '140639.921000', '140639.924000', '140639.931000', '140639.934000', '140639.937000', '140639.941000', '140639.944000', '140639.948000', '140639.951000', '140639.954000', '140639.956000', '140639.959000', '140639.962000', '140639.965000', '140639.967000', '140639.970000'], 'InstanceCreationTime': ['135702.734000', '135702.737000', '135702.740000', '135702.743000', '135702.745000', '135702.748000', '135702.750000', '135702.753000', '135702.755000', '135702.758000', '135702.761000', '135702.763000', '135702.766000', '135702.774000', '135702.776000', '135702.779000', '135702.782000', '135702.784000', '135702.787000', '135702.789000', '135702.792000', '135702.794000', '135702.797000', '135702.800000', '135702.802000', '135702.805000', '135702.807000', '135702.810000', '135702.813000', '135702.815000', '135702.818000', '135702.820000', '135702.823000', '135702.825000', '135702.828000', '135702.830000', '135702.833000', '135702.836000', '135702.838000', '135702.841000', '135702.844000', '135702.846000', '135722.700000', '135722.702000', '135722.705000', '135722.707000', '135722.710000', '135722.713000', '135722.715000', '135722.718000', '135722.721000', '135722.723000', '135722.726000', '135722.728000', '135722.731000', '135722.745000', '135722.747000', '135722.750000', '135722.752000', '135722.755000', '135722.757000', '135722.760000', '135722.762000', '135722.765000', '135722.768000', '135722.770000', '135722.773000', '135722.775000', '135722.778000', '135722.780000', '135722.783000', '135722.786000', '135722.788000', '135722.791000', '135722.794000', '135722.796000', '135722.799000', '135722.801000', '135722.804000', '135722.806000', '135722.809000', '135722.812000', '135722.814000', '135722.817000', '135722.820000', '135722.822000', '135742.701000', '135742.704000', '135742.706000', '135742.709000', '135742.712000', '135742.714000', '135742.717000', '135742.720000', '135742.722000', '135742.725000', '135742.727000', '135742.730000', '135742.732000', '135742.735000', '135742.738000', '135742.740000', '135742.743000', '135742.745000', '135742.748000', '135742.750000', '135742.753000', '135742.755000', '135742.758000', '135742.761000', '135742.763000', '135742.766000', '135742.768000', '135742.771000', '135742.773000', '135742.776000', '135742.778000', '135742.781000', '135742.784000', '135742.786000', '135742.789000', '135742.791000', '135742.794000', '135742.796000', '135742.799000', '135742.801000', '135742.804000', '135742.807000', '135742.809000', '135742.812000', '135802.699000', '135802.701000', '135802.704000', '135802.706000', '135802.709000', '135802.712000', '135802.714000', '135802.717000', '135802.719000', '135802.722000', '135802.724000', '135802.727000', '135802.730000', '135802.732000', '135802.735000', '135802.737000', '135802.741000', '135802.744000', '135802.746000', '135802.749000', '135802.752000', '135802.755000', '135802.757000', '135802.760000', '135802.764000', '135802.767000', '135802.769000', '135802.772000', '135802.775000', '135802.777000', '135802.780000', '135802.782000', '135802.785000', '135802.787000', '135802.790000', '135802.792000', '135802.795000', '135802.798000', '135802.800000', '135802.803000', '135802.805000', '135802.808000', '135802.810000', '135822.699000', '135822.701000', '135822.704000', '135822.707000', '135822.709000', '135822.712000', '135822.714000', '135822.717000', '135822.719000', '135822.722000', '135822.725000', '135822.728000', '135822.730000', '135822.733000', '135822.735000', '135822.738000', '135822.740000', '135822.743000', '135822.745000', '135822.748000', '135822.751000', '135822.753000', '135822.756000', '135822.758000', '135822.761000', '135822.764000', '135822.766000', '135822.769000', '135822.771000', '135822.774000', '135822.776000', '135822.779000', '135822.781000', '135822.784000', '135822.787000', '135822.789000', '135822.792000', '135822.794000', '135822.797000', '135822.800000', '135822.802000', '135822.805000', '135822.807000', '135822.810000', '135842.698000', '135842.701000', '135842.704000', '135842.706000', '135842.709000', '135842.712000', '135842.714000', '135842.717000', '135842.719000', '135842.722000', '135842.725000', '135842.727000', '135842.730000', '135842.732000', '135842.735000', '135842.737000', '135842.740000', '135842.743000', '135842.745000', '135842.748000', '135842.751000', '135842.754000', '135842.757000', '135842.759000', '135842.762000', '135842.765000', '135842.767000', '135842.770000', '135842.772000', '135842.775000', '135842.778000', '135842.780000', '135842.783000', '135842.785000', '135842.788000', '135842.790000', '135842.793000', '135842.805000', '135842.807000', '135842.810000', '135842.812000', '135842.815000', '135842.818000', '135902.699000', '135902.701000', '135902.704000', '135902.706000', '135902.709000', '135902.712000', '135902.714000', '135902.717000', '135902.719000', '135902.722000', '135902.725000', '135902.727000', '135902.730000', '135902.732000', '135902.735000', '135902.738000', '135902.740000', '135902.743000', '135902.746000', '135902.748000', '135902.751000', '135902.753000', '135902.756000', '135902.758000', '135902.761000', '135902.763000', '135902.766000', '135902.769000', '135902.771000', '135902.774000', '135902.776000', '135902.779000', '135902.781000', '135902.784000', '135902.787000', '135902.789000', '135902.792000', '135902.794000', '135902.797000', '135902.800000', '135902.802000', '135902.805000', '135902.812000', '135902.815000', '135922.699000', '135922.706000', '135922.709000', '135922.711000', '135922.714000', '135922.716000', '135922.719000', '135922.722000', '135922.724000', '135922.727000', '135922.729000', '135922.732000', '135922.735000', '135922.737000', '135922.740000', '135922.742000', '135922.745000', '135922.748000', '135922.750000', '135922.753000', '135922.755000', '135922.758000', '135922.760000', '135922.763000', '135922.766000', '135922.768000', '135922.771000', '135922.773000', '135922.776000', '135922.778000', '135922.781000', '135922.784000', '135922.786000', '135922.789000', '135922.791000', '135922.794000', '135922.797000', '135922.799000', '135922.802000', '135922.805000', '135922.808000', '135922.810000', '135922.813000', '135942.700000', '135942.702000', '135942.705000', '135942.708000', '135942.710000', '135942.713000', '135942.715000', '135942.718000', '135942.721000', '135942.723000', '135942.726000', '135942.728000', '135942.731000', '135942.733000', '135942.736000', '135942.739000', '135942.741000', '135942.744000', '135942.746000', '135942.749000', '135942.752000', '135942.754000', '135942.757000', '135942.759000', '135942.762000', '135942.765000', '135942.767000', '135942.770000', '135942.772000', '135942.775000', '135942.778000', '135942.780000', '135942.783000', '135942.786000', '135942.788000', '135942.791000', '135942.793000', '135942.796000', '135942.799000', '135942.801000', '135942.804000', '135942.806000', '135942.809000', '135942.811000', '140002.698000', '140002.701000', '140002.704000', '140002.706000', '140002.709000', '140002.712000', '140002.714000', '140002.717000', '140002.719000', '140002.722000', '140002.725000', '140002.727000', '140002.730000', '140002.732000', '140002.735000', '140002.737000', '140002.740000', '140002.743000', '140002.745000', '140002.748000', '140002.751000', '140002.753000', '140002.756000', '140002.758000', '140002.761000', '140002.763000', '140002.766000', '140002.768000', '140002.771000', '140002.774000', '140002.776000', '140002.779000', '140002.781000', '140002.784000', '140002.787000', '140002.789000', '140002.792000', '140002.794000', '140002.797000', '140002.799000', '140002.802000', '140002.805000', '140002.807000', '140022.698000', '140022.701000', '140022.704000', '140022.706000', '140022.709000', '140022.712000', '140022.714000', '140022.717000', '140022.719000', '140022.722000', '140022.725000', '140022.727000', '140022.730000', '140022.732000', '140022.735000', '140022.737000', '140022.740000', '140022.743000', '140022.745000', '140022.748000', '140022.750000', '140022.753000', '140022.756000', '140022.758000', '140022.761000', '140022.763000', '140022.766000', '140022.768000', '140022.771000', '140022.774000', '140022.776000', '140022.779000', '140022.781000', '140022.839000', '140022.841000', '140022.844000', '140022.846000', '140022.849000', '140022.852000', '140022.854000', '140022.857000', '140022.859000', '140022.862000', '140022.865000', '140042.698000', '140042.701000', '140042.704000', '140042.706000', '140042.709000', '140042.712000', '140042.714000', '140042.717000', '140042.719000', '140042.722000', '140042.724000', '140042.727000', '140042.730000', '140042.732000', '140042.735000', '140042.737000', '140042.740000', '140042.743000', '140042.745000', '140042.748000', '140042.751000', '140042.753000', '140042.756000', '140042.758000', '140042.761000', '140042.763000', '140042.766000', '140042.768000', '140042.771000', '140042.774000', '140042.776000', '140042.779000', '140042.781000', '140042.784000', '140042.786000', '140042.789000', '140042.792000', '140042.794000', '140042.797000', '140042.800000', '140042.802000', '140042.805000', '140042.807000', '140102.699000', '140102.701000', '140102.704000', '140102.707000', '140102.709000', '140102.712000', '140102.714000', '140102.717000', '140102.720000', '140102.722000', '140102.725000', '140102.727000', '140102.730000', '140102.732000', '140102.735000', '140102.738000', '140102.740000', '140102.743000', '140102.745000', '140102.748000', '140102.751000', '140102.753000', '140102.756000', '140102.758000', '140102.761000', '140102.763000', '140102.766000', '140102.769000', '140102.771000', '140102.774000', '140102.776000', '140102.779000', '140102.782000', '140102.784000', '140102.787000', '140102.789000', '140102.792000', '140102.795000', '140102.797000', '140102.800000', '140102.803000', '140102.805000', '140102.808000', '140102.810000', '140122.698000', '140122.701000', '140122.704000', '140122.707000', '140122.709000', '140122.712000', '140122.714000', '140122.717000', '140122.719000', '140122.722000', '140122.725000', '140122.727000', '140122.730000', '140122.732000', '140122.735000', '140122.738000', '140122.740000', '140122.743000', '140122.746000', '140122.748000', '140122.751000', '140122.753000', '140122.756000', '140122.758000', '140122.761000', '140122.764000', '140122.766000', '140122.769000', '140122.771000', '140122.774000', '140122.777000', '140122.779000', '140122.782000', '140122.784000', '140122.787000', '140122.790000', '140122.792000', '140122.795000', '140122.797000', '140122.800000', '140122.803000', '140122.805000', '140122.808000', '140142.700000', '140142.702000', '140142.705000', '140142.708000', '140142.710000', '140142.713000', '140142.715000', '140142.718000', '140142.721000', '140142.723000', '140142.726000', '140142.728000', '140142.731000', '140142.733000', '140142.736000', '140142.739000', '140142.741000', '140142.744000', '140142.746000', '140142.749000', '140142.751000', '140142.754000', '140142.757000', '140142.759000', '140142.762000', '140142.764000', '140142.767000', '140142.770000', '140142.772000', '140142.775000', '140142.777000', '140142.780000', '140142.782000', '140142.785000', '140142.788000', '140142.790000', '140142.793000', '140142.795000', '140142.798000', '140142.800000', '140142.803000', '140142.806000', '140142.808000', '140142.811000', '140202.713000', '140202.716000', '140202.718000', '140202.721000', '140202.723000', '140202.726000', '140202.729000', '140202.732000', '140202.734000', '140202.737000', '140202.739000', '140202.742000', '140202.745000', '140202.747000', '140202.750000', '140202.753000', '140202.755000', '140202.758000', '140202.760000', '140202.763000', '140202.766000', '140202.768000', '140202.771000', '140202.774000', '140202.776000', '140202.779000', '140202.781000', '140202.784000', '140202.787000', '140202.789000', '140202.792000', '140202.794000', '140202.797000', '140202.800000', '140202.802000', '140202.805000', '140202.807000', '140202.810000', '140202.813000', '140202.815000', '140202.818000', '140202.820000', '140202.823000', '140222.699000', '140222.701000', '140222.704000', '140222.707000', '140222.709000', '140222.712000', '140222.714000', '140222.717000', '140222.720000', '140222.722000', '140222.725000', '140222.728000', '140222.730000', '140222.733000', '140222.736000', '140222.738000', '140222.741000', '140222.743000', '140222.746000', '140222.749000', '140222.751000', '140222.754000', '140222.756000', '140222.759000', '140222.762000', '140222.764000', '140222.767000', '140222.769000', '140222.772000', '140222.775000', '140222.777000', '140222.780000', '140222.782000', '140222.785000', '140222.788000', '140222.790000', '140222.793000', '140222.795000', '140222.798000', '140222.801000', '140222.803000', '140222.806000', '140222.808000', '140242.699000', '140242.702000', '140242.704000', '140242.707000', '140242.709000', '140242.712000', '140242.715000', '140242.717000', '140242.720000', '140242.722000', '140242.725000', '140242.728000', '140242.730000', '140242.733000', '140242.735000', '140242.738000', '140242.741000', '140242.743000', '140242.746000', '140242.748000', '140242.751000', '140242.753000', '140242.756000', '140242.759000', '140242.761000', '140242.764000', '140242.766000', '140242.769000', '140242.772000', '140242.774000', '140242.777000', '140242.779000', '140242.782000', '140242.785000', '140242.787000', '140242.791000', '140242.794000', '140242.796000', '140242.799000', '140242.802000', '140242.804000', '140242.807000', '140242.809000', '140242.812000', '140302.699000', '140302.702000', '140302.704000', '140302.707000', '140302.709000', '140302.712000', '140302.715000', '140302.717000', '140302.720000', '140302.722000', '140302.725000', '140302.727000', '140302.730000', '140302.733000', '140302.735000', '140302.738000', '140302.741000', '140302.743000', '140302.746000', '140302.748000', '140302.751000', '140302.754000', '140302.756000', '140302.759000', '140302.761000', '140302.764000', '140302.767000', '140302.769000', '140302.772000', '140302.775000', '140302.777000', '140302.780000', '140302.782000', '140302.785000', '140302.788000', '140302.790000', '140302.793000', '140302.795000', '140302.798000', '140302.801000', '140302.803000', '140302.806000', '140302.808000', '140322.698000', '140322.701000', '140322.704000', '140322.707000', '140322.709000', '140322.712000', '140322.714000', '140322.717000', '140322.719000', '140322.722000', '140322.725000', '140322.727000', '140322.737000', '140322.740000', '140322.742000', '140322.745000', '140322.747000', '140322.750000', '140322.752000', '140322.755000', '140322.758000', '140322.760000', '140322.763000', '140322.765000', '140322.768000', '140322.771000', '140322.773000', '140322.776000', '140322.778000', '140322.781000', '140322.784000', '140322.786000', '140322.789000', '140322.791000', '140322.794000', '140322.797000', '140322.799000', '140322.802000', '140322.804000', '140322.807000', '140322.810000', '140322.812000', '140322.815000', '140322.817000', '140342.699000', '140342.701000', '140342.704000', '140342.707000', '140342.709000', '140342.712000', '140342.715000', '140342.718000', '140342.721000', '140342.723000', '140342.726000', '140342.729000', '140342.732000', '140342.735000', '140342.737000', '140342.740000', '140342.743000', '140342.745000', '140342.748000', '140342.751000', '140342.753000', '140342.756000', '140342.758000', '140342.761000', '140342.764000', '140342.766000', '140342.769000', '140342.771000', '140342.774000', '140342.778000', '140342.780000', '140342.783000', '140342.785000', '140342.788000', '140342.790000', '140342.793000', '140342.795000', '140342.798000', '140342.801000', '140342.803000', '140342.806000', '140342.809000', '140342.811000', '140402.700000', '140402.702000', '140402.705000', '140402.708000', '140402.710000', '140402.713000', '140402.715000', '140402.718000', '140402.720000', '140402.723000', '140402.726000', '140402.728000', '140402.731000', '140402.734000', '140402.736000', '140402.739000', '140402.741000', '140402.744000', '140402.747000', '140402.749000', '140402.752000', '140402.754000', '140402.757000', '140402.759000', '140402.762000', '140402.765000', '140402.767000', '140402.770000', '140402.773000', '140402.775000', '140402.778000', '140402.780000', '140402.783000', '140402.785000', '140402.788000', '140402.791000', '140402.793000', '140402.796000', '140402.799000', '140402.801000', '140402.804000', '140402.806000', '140402.809000', '140402.812000', '140422.698000', '140422.701000', '140422.704000', '140422.707000', '140422.709000', '140422.712000', '140422.714000', '140422.717000', '140422.720000', '140422.723000', '140422.726000', '140422.728000', '140422.731000', '140422.734000', '140422.736000', '140422.739000', '140422.741000', '140422.744000', '140422.746000', '140422.749000', '140422.752000', '140422.755000', '140422.758000', '140422.760000', '140422.763000', '140422.766000', '140422.768000', '140422.771000', '140422.773000', '140422.776000', '140422.778000', '140422.781000', '140422.785000', '140422.788000', '140422.790000', '140422.793000', '140422.796000', '140422.798000', '140422.801000', '140422.804000', '140422.806000', '140422.809000', '140422.811000', '140442.698000', '140442.701000', '140442.704000', '140442.707000', '140442.709000', '140442.712000', '140442.714000', '140442.717000', '140442.728000', '140442.731000', '140442.733000', '140442.736000', '140442.738000', '140442.741000', '140442.744000', '140442.746000', '140442.749000', '140442.751000', '140442.754000', '140442.756000', '140442.759000', '140442.762000', '140442.764000', '140442.767000', '140442.769000', '140442.772000', '140442.775000', '140442.777000', '140442.780000', '140442.782000', '140442.785000', '140442.787000', '140442.790000', '140442.793000', '140442.795000', '140442.798000', '140442.800000', '140442.803000', '140442.806000', '140442.808000', '140442.811000', '140442.813000', '140442.816000', '140442.818000', '140502.699000', '140502.701000', '140502.704000', '140502.707000', '140502.709000', '140502.712000', '140502.715000', '140502.718000', '140502.721000', '140502.723000', '140502.726000', '140502.729000', '140502.731000', '140502.734000', '140502.737000', '140502.740000', '140502.742000', '140502.745000', '140502.747000', '140502.750000', '140502.753000', '140502.755000', '140502.758000', '140502.760000', '140502.763000', '140502.765000', '140502.768000', '140502.771000', '140502.773000', '140502.776000', '140502.778000', '140502.781000', '140502.783000', '140502.786000', '140502.789000', '140502.791000', '140502.794000', '140502.797000', '140502.799000', '140502.802000', '140502.804000', '140502.807000', '140502.809000', '140522.699000', '140522.701000', '140522.704000', '140522.707000', '140522.709000', '140522.712000', '140522.715000', '140522.717000', '140522.720000', '140522.722000', '140522.725000', '140522.728000', '140522.730000', '140522.733000', '140522.735000', '140522.738000', '140522.741000', '140522.743000', '140522.746000', '140522.749000', '140522.751000', '140522.754000', '140522.756000', '140522.759000', '140522.762000', '140522.764000', '140522.767000', '140522.769000', '140522.772000', '140522.774000', '140522.777000', '140522.780000', '140522.782000', '140522.785000', '140522.787000', '140522.790000', '140522.793000', '140522.795000', '140522.798000', '140522.801000', '140522.803000', '140522.806000', '140522.808000', '140522.811000', '140542.699000', '140542.702000', '140542.704000', '140542.707000', '140542.709000', '140542.712000', '140542.715000', '140542.717000', '140542.720000', '140542.722000', '140542.725000', '140542.728000', '140542.730000', '140542.733000', '140542.736000', '140542.739000', '140542.742000', '140542.745000', '140542.747000', '140542.750000', '140542.753000', '140542.755000', '140542.758000', '140542.761000', '140542.764000', '140542.767000', '140542.769000', '140542.772000', '140542.774000', '140542.777000', '140542.780000', '140542.782000', '140542.785000', '140542.787000', '140542.790000', '140542.793000', '140542.795000', '140542.798000', '140542.801000', '140542.803000', '140542.806000', '140542.808000', '140542.811000', '140602.700000', '140602.702000', '140602.705000', '140602.708000', '140602.710000', '140602.713000', '140602.716000', '140602.718000', '140602.721000', '140602.723000', '140602.726000', '140602.729000', '140602.731000', '140602.734000', '140602.736000', '140602.739000', '140602.742000', '140602.744000', '140602.747000', '140602.750000', '140602.752000', '140602.755000', '140602.757000', '140602.760000', '140602.763000', '140602.765000', '140602.768000', '140602.770000', '140602.773000', '140602.775000', '140602.778000', '140602.781000', '140602.783000', '140602.786000', '140602.788000', '140602.791000', '140602.794000', '140602.796000', '140602.799000', '140602.801000', '140602.804000', '140602.807000', '140602.809000', '140602.812000', '140622.700000', '140622.702000', '140622.705000', '140622.708000', '140622.710000', '140622.713000', '140622.716000', '140622.718000', '140622.721000', '140622.723000', '140622.726000', '140622.729000', '140622.731000', '140622.734000', '140622.736000', '140622.739000', '140622.742000', '140622.744000', '140622.747000', '140622.749000', '140622.752000', '140622.755000', '140622.757000', '140622.760000', '140622.762000', '140622.765000', '140622.767000', '140622.770000', '140622.773000', '140622.775000', '140622.778000', '140622.781000', '140622.783000', '140622.786000', '140622.789000', '140622.791000', '140622.794000', '140622.797000', '140622.799000', '140622.802000', '140622.804000', '140622.807000', '140622.810000', '140639.798000', '140639.845000', '140639.849000', '140639.853000', '140639.858000', '140639.862000', '140639.867000', '140639.870000', '140639.873000', '140639.876000', '140639.879000', '140639.881000', '140639.884000', '140639.887000', '140639.890000', '140639.896000', '140639.899000', '140639.902000', '140639.905000', '140639.908000', '140639.911000', '140639.918000', '140639.921000', '140639.924000', '140639.931000', '140639.934000', '140639.937000', '140639.941000', '140639.944000', '140639.948000', '140639.951000', '140639.954000', '140639.956000', '140639.959000', '140639.962000', '140639.965000', '140639.967000', '140639.970000'], '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': [10866, 9325, 9008, 8319, 10395, 8111, 9724, 8360, 8590, 8320, 8352, 8368, 8565, 8616, 8349, 8236, 8436, 8345, 8170, 8603, 8403, 9446, 8320, 9488, 8221, 9066, 8130, 9207, 8386, 9522, 8186, 11899, 10856, 9718, 8205, 8475, 11407, 8065, 14090, 10078, 13201, 11610, 10048, 8237, 9555, 9307, 8015, 14390, 11075, 13314, 11889, 9792, 8481, 8081, 8563, 8068, 14547, 10753, 14466, 11527, 12758, 8190, 12346, 8002, 12835, 10132, 14593, 15742, 12375, 9141, 9593, 8380, 8437, 8939, 8309, 8378, 8428, 8441, 8451, 12334, 8497, 14178, 10573, 14542, 8193, 13249, 9647, 12372, 11378, 9720, 16139, 11440, 13095, 12278, 12136, 8242, 8532, 8360, 8241, 13096, 9512, 11227, 8614, 10092, 8489, 8976, 8368, 8403, 8768, 8761, 8853, 8542, 8380, 8258, 10483, 10208, 8540, 8234, 14249, 10382, 15765, 13013, 14852, 11618, 11888, 9649, 9100, 8866, 8439, 14091, 9163, 12050, 9979, 10032, 7720, 10001, 7820, 10518, 7745, 13332, 11126, 10680, 8755, 8176, 8133, 7959, 7985, 7988, 10584, 9590, 8758, 13520, 10366, 14580, 12232, 11449, 12950, 9557, 13603, 12690, 10978, 12050, 8317, 13942, 9567, 13822, 11397, 12030, 9714, 8049, 12334, 7746, 11980, 8178, 9893, 8510, 9191, 8116, 8082, 8455, 7740, 8020, 7772, 7697, 8537, 8984, 7803, 13686, 10764, 10051, 7757, 11334, 7817, 11096, 8441, 10182, 7965, 10768, 9853, 11215, 8209, 8069, 8823, 7733, 12357, 7986, 12127, 10375, 9908, 8683, 9131, 8057, 8191, 9032, 7690, 11872, 7837, 10630, 9090, 7866, 8155, 7651, 8716, 7960, 9723, 8176, 9928, 8386, 7760, 8794, 7945, 8233, 8058, 9911, 8429, 11778, 9041, 9974, 8387, 10310, 8801, 13268, 11459, 12038, 13552, 13374, 8729, 8514, 10082, 9812, 14627, 11656, 13058, 8751, 11925, 8784, 14317, 10569, 11479, 8639, 10529, 11538, 9329, 13256, 10599, 12461, 11093, 12193, 8715, 9687, 8399, 7988, 9311, 8300, 12771, 9747, 12003, 9982, 9768, 8441, 7802, 8764, 7955, 10686, 8387, 12151, 8420, 11680, 8613, 10577, 8516, 10143, 8751, 10203, 9074, 8479, 8859, 8377, 10451, 8613, 13245, 9587, 10634, 8784, 9487, 7936, 7965, 8570, 8113, 8971, 8203, 12882, 9089, 11782, 9777, 10110, 8641, 10133, 8756, 7964, 10797, 8534, 13212, 8838, 9632, 8467, 8174, 9568, 8602, 10275, 8766, 7669, 8822, 8155, 9133, 8365, 8393, 8407, 13157, 10396, 10454, 8797, 9654, 8261, 10525, 10016, 9041, 8789, 10191, 8522, 12320, 10025, 9628, 13000, 9587, 10143, 9468, 11776, 13802, 14572, 10475, 12593, 14750, 16111, 12128, 14219, 16279, 16007, 15735, 15775, 15748, 15435, 13248, 10053, 10092, 8683, 12384, 10107, 9540, 8596, 7754, 7909, 7955, 7876, 7733, 7682, 7469, 7626, 7568, 7706, 7717, 7653, 7519, 7775, 7893, 8328, 8476, 8113, 10092, 7639, 8159, 7661, 7546, 7340, 7772, 7526, 7608, 7987, 7647, 8299, 7935, 8314, 9954, 8372, 9696, 8402, 10114, 8265, 12643, 11872, 13555, 9442, 14989, 11893, 11620, 15594, 12401, 13208, 12499, 13400, 14058, 10920, 14795, 12365, 12742, 7961, 9026, 8167, 7774, 10439, 7914, 8058, 7736, 11160, 7826, 10259, 11417, 10800, 8006, 7570, 13412, 9439, 14686, 11876, 12320, 11697, 9640, 7814, 9308, 7555, 7644, 13902, 10938, 15019, 12552, 14220, 10525, 9479, 11134, 7758, 15466, 11097, 12941, 8291, 7960, 8412, 7589, 9276, 7741, 7733, 7697, 7888, 8172, 7656, 9016, 7905, 7828, 7727, 7741, 8042, 8071, 7909, 7706, 8359, 7807, 7633, 7456, 7956, 7403, 7924, 9186, 8786, 11656, 13131, 13508, 10294, 13836, 14217, 11485, 16057, 13588, 15153, 13754, 11177, 14340, 10935, 15276, 10095, 12403, 9772, 7884, 13132, 10170, 14927, 12333, 12895, 9525, 7886, 8467, 7621, 12842, 7683, 7810, 7724, 7425, 7859, 7671, 7800, 7647, 9083, 7716, 8728, 7760, 10252, 9108, 7697, 13130, 10024, 13508, 8236, 12140, 7817, 7661, 7847, 7588, 12157, 8135, 12114, 9698, 10538, 7718, 10783, 8667, 12648, 12328, 13462, 12879, 12613, 8897, 7562, 14594, 7776, 12847, 9626, 11256, 10390, 9786, 13846, 10560, 15111, 7567, 7736, 7639, 7528, 8181, 7753, 9204, 7883, 7674, 7825, 8072, 8025, 7683, 8161, 8142, 10769, 8158, 9412, 7699, 8909, 7859, 7532, 8039, 8127, 11223, 10991, 7789, 9572, 12791, 9950, 15250, 12408, 13161, 10817, 9396, 11222, 7549, 11123, 8059, 8023, 10556, 7515, 13794, 7924, 10014, 7662, 7602, 7849, 7706, 8466, 7845, 9507, 8229, 7845, 8316, 7885, 8356, 7811, 11654, 8440, 9694, 9270, 9534, 8160, 8366, 13484, 10105, 14064, 13030, 10335, 9426, 8517, 7865, 11285, 13960, 13198, 10545, 12065, 14532, 10394, 15387, 11902, 14163, 15403, 11064, 7734, 9025, 8793, 12008, 11146, 12929, 10660, 13001, 9880, 10749, 8617, 9677, 8187, 13260, 10333, 12001, 7614, 8470, 7529, 7828, 8002, 8257, 12793, 11128, 7918, 7411, 11319, 7566, 10238, 7841, 9728, 9239, 8904, 8535, 7533, 11318, 7496, 8093, 7544, 7603, 7697, 7433, 11543, 8255, 8352, 7659, 7663, 8013, 7764, 7637, 7821, 7802, 7735, 11683, 7858, 13296, 8318, 11665, 11861, 10751, 8143, 9858, 8847, 12565, 11664, 12835, 14397, 14502, 11504, 8561, 14613, 8461, 12956, 9832, 13105, 12786, 12901, 8619, 8146, 8134, 8237, 11365, 8509, 14634, 11739, 10351, 9696, 14868, 8878, 14937, 9180, 7843, 7640, 7692, 8918, 7404, 12858, 11275, 14498, 10951, 12850, 9827, 14503, 10305, 12113, 13131, 11324, 11880, 7542, 8801, 7591, 7506, 7732, 7637, 7801, 7673, 7734, 7773, 7862, 7802, 8458, 7371, 9365, 8028, 10095, 7582, 9671, 9220, 7721, 8852, 7497, 11981, 7901, 7840, 7814, 7651, 8181, 7966, 7951, 7845, 9781, 8041, 11068, 8229, 7675, 14101, 9244, 10896, 7715, 7406, 7989, 8725, 10370, 8605, 8153, 7698, 11469, 7648, 12175, 11472, 15104, 14898, 13401, 10596, 16450, 13501, 15299, 13236, 10652, 12160, 7670, 12459, 11015, 8647, 13613, 9762, 14210, 7498, 9075, 8099, 7538, 11829, 7629, 9350, 8373, 7603, 7894, 8008, 9934, 8150, 8090, 7843, 7721, 8254, 7865, 9829, 8201, 8094, 8336, 7637, 8034, 7397, 7995, 8744, 9057, 10470, 9636, 14284, 13164, 12033, 13948, 13578, 9876, 10954, 15310, 12534, 16379, 14734, 14754, 15442, 13903, 16836, 13979, 11658, 11385, 8318, 14678, 9737, 9748, 10426, 7818, 11117, 7951, 7850, 7889, 7704, 8269, 7636, 8900, 8007, 7606, 8062, 7774, 8038, 7771, 10947, 7808, 7713, 7798, 7694, 7946, 7783, 10882, 8045, 9345, 7915, 7672, 7811, 7595, 10006, 7616, 14131, 9791, 12610, 13975, 11678, 8157, 7868, 14049, 8813, 15972, 12492, 14106, 14556, 12746, 8326, 8607, 11808, 7730, 12057, 9041, 8845, 7668, 7613, 8388, 7629, 8680, 7654, 10104, 7807, 7673, 8028, 7553, 8073, 7642, 10580, 8017, 7656, 9123, 7678, 11048, 8012, 9170, 7930, 8606, 8206, 7742, 14959, 11091, 12212, 8675, 9977, 9669, 7577, 14292, 8209, 9605, 9763, 7721, 8007, 7722, 8939, 8050, 8446, 7677, 7597, 11101, 7962, 9709, 7791, 7804, 8023, 7631, 10133, 7970, 9512, 7651, 8031, 11191, 7505, 12552, 7763, 10746, 8334, 7901, 8235, 7578, 7992, 7489, 7616, 9224, 11325, 10201, 14293, 11413, 14187, 10722, 15703, 13345, 15062, 14542, 14486, 15488, 14719, 12022, 8408, 16104, 11070, 13455, 11017, 12411, 13202, 10287, 15195, 10768, 12338, 7747, 7665, 7970, 7605, 9027, 7815, 7685, 7861, 8088, 8297, 7726, 14633, 10119, 12236, 14256, 11050, 9180, 9005, 7749, 7670, 11686, 7912, 8452, 7757, 8902, 7949, 10207, 10430, 12684, 9726, 12899, 12312, 11578, 14607, 11678, 15558, 12962, 13032, 9574, 7709, 12618, 7539, 12483, 8325, 7746, 7969, 7488, 10516, 7837, 7800, 8091, 7663, 9690, 8345, 7770, 8038, 8033, 8190, 8129, 8929, 8376, 10328, 10124, 8784, 8437, 7702, 11770, 7767, 13456, 7716, 13250, 14387, 11229, 12839, 8537, 15379, 10659, 13296, 10169, 9580, 14056, 7914, 11854, 10461, 8184, 8165, 7862, 10350, 7647, 8223, 8430, 8378, 12427, 8380, 13726, 11029, 9905, 8171, 7669, 8881, 7845, 8497, 8246, 7652, 8077, 7777, 8746, 7781, 9486, 8072, 10764, 12235, 10532, 10247, 7808, 15434, 13091, 12656, 12096, 10053, 15090, 9865, 13001, 10471, 10077, 7854, 8055, 8374, 7629, 10065, 8115, 8626, 8976, 8008, 11710, 7717, 11530, 7900, 7798, 7790, 7651, 9684, 7719, 10730, 8094, 7701, 7881, 7627, 9385, 7932, 10093, 8004, 7677, 8280, 7694, 8993, 7876, 10191, 8465, 8022, 8017, 7729, 7834, 7706, 8830, 7980, 10003, 8221, 10889, 11318, 13920, 12040, 13334, 13053, 11046, 13476, 14919, 12468, 15777, 14214, 13982, 14363, 15477, 12609, 16507, 13653, 16061, 15802, 15160, 9058, 8125, 11809, 7734, 11061, 7459, 8990, 8025, 7792, 7932, 7613, 8213, 8052, 7860, 7938, 7589, 8139, 7972, 9080, 8087, 7852, 8387, 7831, 8110, 7764, 11993, 7911, 9764, 9162, 7832, 9863, 7933, 9512, 8468, 10868, 8175, 7753, 11238, 7771, 10452, 8304, 7715, 7872, 7939, 8199, 7949, 8284, 8444, 8393, 9863, 8335, 8819, 7739, 10303, 7977, 13739, 11723, 13647, 9233, 14561, 9970, 14615, 14615, 13644, 11466, 14505, 15084, 12459], 'WindowCenter': [4664.0, 4631.0, 4616.0, 4605.0, 4621.0, 4607.0, 4625.0, 4604.0, 4613.0, 4616.0, 4614.0, 4616.0, 4615.0, 4616.0, 4619.0, 4617.0, 4631.0, 4580.0, 4660.0, 4645.0, 4645.0, 4650.0, 4632.0, 4641.0, 4633.0, 4643.0, 4635.0, 4654.0, 4647.0, 4656.0, 4646.0, 4686.0, 4675.0, 4665.0, 4647.0, 4646.0, 4673.0, 4636.0, 4694.0, 4653.0, 4685.0, 4674.0, 4653.0, 4634.0, 4654.0, 4640.0, 4634.0, 4692.0, 4674.0, 4684.0, 4673.0, 4652.0, 4633.0, 4634.0, 4643.0, 4636.0, 4693.0, 4674.0, 4694.0, 4673.0, 4682.0, 4636.0, 4682.0, 4636.0, 4694.0, 4677.0, 4716.0, 4706.0, 4686.0, 4644.0, 4652.0, 4658.0, 4659.0, 4653.0, 4646.0, 4644.0, 4645.0, 4643.0, 4643.0, 4682.0, 4656.0, 4704.0, 4677.0, 4716.0, 4657.0, 4706.0, 4667.0, 4696.0, 4683.0, 4666.0, 4699.0, 4671.0, 4681.0, 4672.0, 4671.0, 4644.0, 4657.0, 4656.0, 4659.0, 4694.0, 4653.0, 4662.0, 4685.0, 4690.0, 4661.0, 4648.0, 4610.0, 4611.0, 4618.0, 4618.0, 4629.0, 4615.0, 4635.0, 4636.0, 4652.0, 4638.0, 4647.0, 4635.0, 4682.0, 4653.0, 4694.0, 4675.0, 4683.0, 4664.0, 4663.0, 4619.0, 4574.0, 4630.0, 4619.0, 4667.0, 4629.0, 4660.0, 4625.0, 4626.0, 4610.0, 4637.0, 4622.0, 4620.0, 4609.0, 4678.0, 4644.0, 4649.0, 4629.0, 4655.0, 4656.0, 4668.0, 4667.0, 4669.0, 4685.0, 4677.0, 4664.0, 4704.0, 4686.0, 4713.0, 4694.0, 4695.0, 4693.0, 4673.0, 4704.0, 4693.0, 4671.0, 4680.0, 4630.0, 4688.0, 4649.0, 4687.0, 4668.0, 4671.0, 4638.0, 4616.0, 4664.0, 4617.0, 4679.0, 4632.0, 4661.0, 4638.0, 4624.0, 4602.0, 4603.0, 4616.0, 4607.0, 4618.0, 4620.0, 4620.0, 4640.0, 4639.0, 4631.0, 4688.0, 4660.0, 4648.0, 4619.0, 4658.0, 4618.0, 4658.0, 4628.0, 4658.0, 4629.0, 4670.0, 4659.0, 4668.0, 4627.0, 4630.0, 4637.0, 4621.0, 4678.0, 4630.0, 4678.0, 4661.0, 4659.0, 4640.0, 4650.0, 4629.0, 4641.0, 4639.0, 4620.0, 4669.0, 4620.0, 4671.0, 4653.0, 4644.0, 4642.0, 4633.0, 4653.0, 4647.0, 4661.0, 4654.0, 4673.0, 4656.0, 4645.0, 4658.0, 4647.0, 4654.0, 4656.0, 4675.0, 4657.0, 4694.0, 4667.0, 4674.0, 4654.0, 4674.0, 4654.0, 4708.0, 4698.0, 4695.0, 4694.0, 4697.0, 4643.0, 4655.0, 4673.0, 4664.0, 4714.0, 4683.0, 4704.0, 4666.0, 4693.0, 4653.0, 4689.0, 4659.0, 4669.0, 4628.0, 4658.0, 4656.0, 4635.0, 4665.0, 4657.0, 4665.0, 4656.0, 4655.0, 4626.0, 4635.0, 4614.0, 4615.0, 4633.0, 4615.0, 4663.0, 4636.0, 4667.0, 4647.0, 4637.0, 4626.0, 4617.0, 4625.0, 4618.0, 4656.0, 4629.0, 4666.0, 4641.0, 4666.0, 4637.0, 4657.0, 4638.0, 4659.0, 4640.0, 4670.0, 4651.0, 4652.0, 4653.0, 4652.0, 4670.0, 4649.0, 4687.0, 4649.0, 4659.0, 4639.0, 4650.0, 4628.0, 4630.0, 4640.0, 4632.0, 4649.0, 4641.0, 4678.0, 4650.0, 4680.0, 4662.0, 4670.0, 4652.0, 4671.0, 4648.0, 4632.0, 4668.0, 4641.0, 4688.0, 4650.0, 4661.0, 4640.0, 4641.0, 4658.0, 4652.0, 4669.0, 4650.0, 4629.0, 4661.0, 4642.0, 4662.0, 4654.0, 4654.0, 4666.0, 4714.0, 4687.0, 4726.0, 4733.0, 4690.0, 4692.0, 4725.0, 4689.0, 4678.0, 4693.0, 4674.0, 4628.0, 4624.0, 4650.0, 4730.0, 4700.0, 4688.0, 4688.0, 4675.0, 4667.0, 4708.0, 4693.0, 4638.0, 4709.0, 4717.0, 4713.0, 4681.0, 4687.0, 4686.0, 4687.0, 4687.0, 4720.0, 4726.0, 4687.0, 4665.0, 4635.0, 4621.0, 4610.0, 4637.0, 4618.0, 4594.0, 4586.0, 4575.0, 4588.0, 4586.0, 4587.0, 4587.0, 4589.0, 4591.0, 4592.0, 4603.0, 4591.0, 4603.0, 4601.0, 4594.0, 4603.0, 4612.0, 4625.0, 4626.0, 4641.0, 4654.0, 4616.0, 4627.0, 4618.0, 4617.0, 4606.0, 4615.0, 4618.0, 4630.0, 4642.0, 4633.0, 4653.0, 4643.0, 4652.0, 4658.0, 4643.0, 4661.0, 4654.0, 4683.0, 4665.0, 4705.0, 4707.0, 4715.0, 4675.0, 4725.0, 4692.0, 4694.0, 4713.0, 4693.0, 4701.0, 4692.0, 4703.0, 4713.0, 4684.0, 4710.0, 4689.0, 4690.0, 4641.0, 4651.0, 4640.0, 4634.0, 4670.0, 4642.0, 4642.0, 4644.0, 4681.0, 4643.0, 4670.0, 4680.0, 4671.0, 4631.0, 4631.0, 4703.0, 4665.0, 4700.0, 4681.0, 4691.0, 4682.0, 4658.0, 4631.0, 4648.0, 4619.0, 4619.0, 4677.0, 4658.0, 4687.0, 4677.0, 4687.0, 4657.0, 4647.0, 4656.0, 4620.0, 4684.0, 4656.0, 4677.0, 4625.0, 4626.0, 4624.0, 4617.0, 4635.0, 4618.0, 4619.0, 4620.0, 4638.0, 4637.0, 4630.0, 4637.0, 4630.0, 4628.0, 4629.0, 4630.0, 4643.0, 4642.0, 4653.0, 4642.0, 4665.0, 4655.0, 4656.0, 4644.0, 4657.0, 4646.0, 4657.0, 4674.0, 4666.0, 4696.0, 4715.0, 4716.0, 4685.0, 4716.0, 4713.0, 4693.0, 4711.0, 4691.0, 4697.0, 4689.0, 4669.0, 4700.0, 4671.0, 4697.0, 4670.0, 4689.0, 4661.0, 4642.0, 4689.0, 4671.0, 4697.0, 4678.0, 4678.0, 4647.0, 4627.0, 4625.0, 4632.0, 4677.0, 4631.0, 4628.0, 4629.0, 4620.0, 4639.0, 4642.0, 4642.0, 4643.0, 4661.0, 4645.0, 4653.0, 4645.0, 4673.0, 4652.0, 4642.0, 4699.0, 4672.0, 4699.0, 4651.0, 4690.0, 4644.0, 4643.0, 4641.0, 4642.0, 4691.0, 4644.0, 4692.0, 4674.0, 4682.0, 4644.0, 4681.0, 4652.0, 4691.0, 4692.0, 4704.0, 4690.0, 4690.0, 4649.0, 4631.0, 4697.0, 4630.0, 4687.0, 4659.0, 4670.0, 4659.0, 4662.0, 4687.0, 4658.0, 4686.0, 4628.0, 4627.0, 4629.0, 4628.0, 4637.0, 4628.0, 4647.0, 4639.0, 4628.0, 4630.0, 4642.0, 4641.0, 4644.0, 4652.0, 4652.0, 4681.0, 4644.0, 4662.0, 4643.0, 4660.0, 4643.0, 4641.0, 4654.0, 4653.0, 4695.0, 4693.0, 4645.0, 4674.0, 4702.0, 4672.0, 4710.0, 4691.0, 4692.0, 4670.0, 4661.0, 4679.0, 4632.0, 4678.0, 4642.0, 4641.0, 4670.0, 4634.0, 4689.0, 4641.0, 4661.0, 4632.0, 4632.0, 4644.0, 4644.0, 4652.0, 4657.0, 4675.0, 4679.0, 4655.0, 4666.0, 4656.0, 4654.0, 4645.0, 4692.0, 4656.0, 4674.0, 4676.0, 4674.0, 4656.0, 4656.0, 4701.0, 4673.0, 4701.0, 4703.0, 4672.0, 4663.0, 4653.0, 4642.0, 4682.0, 4701.0, 4702.0, 4670.0, 4691.0, 4698.0, 4670.0, 4700.0, 4706.0, 4672.0, 4662.0, 4685.0, 4620.0, 4612.0, 4591.0, 4637.0, 4638.0, 4631.0, 4626.0, 4656.0, 4642.0, 4640.0, 4608.0, 4616.0, 4584.0, 4622.0, 4604.0, 4623.0, 4588.0, 4600.0, 4577.0, 4575.0, 4573.0, 4574.0, 4609.0, 4602.0, 4559.0, 4552.0, 4601.0, 4564.0, 4604.0, 4575.0, 4596.0, 4583.0, 4584.0, 4571.0, 4552.0, 4601.0, 4553.0, 4572.0, 4572.0, 4576.0, 4586.0, 4562.0, 4608.0, 4606.0, 4640.0, 4619.0, 4618.0, 4629.0, 4621.0, 4620.0, 4621.0, 4620.0, 4621.0, 4679.0, 4631.0, 4691.0, 4655.0, 4694.0, 4692.0, 4669.0, 4631.0, 4660.0, 4640.0, 4680.0, 4667.0, 4691.0, 4690.0, 4692.0, 4670.0, 4640.0, 4698.0, 4641.0, 4677.0, 4657.0, 4690.0, 4679.0, 4676.0, 4641.0, 4630.0, 4630.0, 4643.0, 4679.0, 4652.0, 4698.0, 4683.0, 4673.0, 4702.0, 4724.0, 4674.0, 4709.0, 4689.0, 4644.0, 4630.0, 4630.0, 4651.0, 4621.0, 4692.0, 4679.0, 4701.0, 4682.0, 4700.0, 4673.0, 4703.0, 4670.0, 4679.0, 4675.0, 4656.0, 4664.0, 4615.0, 4634.0, 4629.0, 4618.0, 4629.0, 4630.0, 4641.0, 4643.0, 4642.0, 4642.0, 4641.0, 4643.0, 4650.0, 4635.0, 4661.0, 4643.0, 4672.0, 4644.0, 4663.0, 4663.0, 4645.0, 4663.0, 4634.0, 4681.0, 4644.0, 4644.0, 4644.0, 4644.0, 4651.0, 4643.0, 4643.0, 4655.0, 4685.0, 4667.0, 4694.0, 4654.0, 4643.0, 4701.0, 4661.0, 4671.0, 4643.0, 4632.0, 4644.0, 4665.0, 4674.0, 4667.0, 4655.0, 4657.0, 4706.0, 4659.0, 4702.0, 4696.0, 4714.0, 4715.0, 4690.0, 4673.0, 4713.0, 4690.0, 4701.0, 4690.0, 4671.0, 4680.0, 4631.0, 4679.0, 4671.0, 4640.0, 4686.0, 4660.0, 4685.0, 4618.0, 4637.0, 4628.0, 4620.0, 4669.0, 4630.0, 4652.0, 4642.0, 4631.0, 4630.0, 4641.0, 4661.0, 4658.0, 4652.0, 4642.0, 4642.0, 4653.0, 4642.0, 4671.0, 4652.0, 4644.0, 4667.0, 4656.0, 4657.0, 4647.0, 4658.0, 4665.0, 4679.0, 4687.0, 4687.0, 4715.0, 4705.0, 4696.0, 4703.0, 4703.0, 4673.0, 4682.0, 4713.0, 4692.0, 4712.0, 4701.0, 4702.0, 4699.0, 4690.0, 4694.0, 4676.0, 4666.0, 4656.0, 4626.0, 4683.0, 4646.0, 4649.0, 4656.0, 4620.0, 4655.0, 4628.0, 4627.0, 4627.0, 4630.0, 4638.0, 4631.0, 4639.0, 4630.0, 4620.0, 4631.0, 4633.0, 4640.0, 4643.0, 4682.0, 4643.0, 4642.0, 4644.0, 4645.0, 4645.0, 4646.0, 4684.0, 4654.0, 4675.0, 4656.0, 4645.0, 4644.0, 4646.0, 4672.0, 4644.0, 4713.0, 4674.0, 4694.0, 4702.0, 4683.0, 4643.0, 4643.0, 4699.0, 4654.0, 4711.0, 4691.0, 4703.0, 4703.0, 4682.0, 4639.0, 4641.0, 4677.0, 4632.0, 4678.0, 4651.0, 4651.0, 4632.0, 4633.0, 4641.0, 4633.0, 4651.0, 4644.0, 4672.0, 4644.0, 4643.0, 4642.0, 4643.0, 4641.0, 4642.0, 4671.0, 4643.0, 4644.0, 4662.0, 4644.0, 4679.0, 4642.0, 4660.0, 4643.0, 4652.0, 4643.0, 4644.0, 4713.0, 4682.0, 4681.0, 4651.0, 4661.0, 4648.0, 4630.0, 4686.0, 4641.0, 4651.0, 4660.0, 4630.0, 4642.0, 4643.0, 4652.0, 4644.0, 4656.0, 4645.0, 4647.0, 4695.0, 4656.0, 4676.0, 4648.0, 4645.0, 4656.0, 4646.0, 4673.0, 4656.0, 4676.0, 4657.0, 4658.0, 4698.0, 4660.0, 4706.0, 4656.0, 4694.0, 4656.0, 4655.0, 4655.0, 4658.0, 4656.0, 4658.0, 4659.0, 4690.0, 4708.0, 4699.0, 4715.0, 4695.0, 4703.0, 4683.0, 4712.0, 4706.0, 4704.0, 4702.0, 4693.0, 4690.0, 4692.0, 4667.0, 4632.0, 4695.0, 4659.0, 4676.0, 4659.0, 4679.0, 4690.0, 4661.0, 4698.0, 4668.0, 4678.0, 4619.0, 4618.0, 4626.0, 4633.0, 4651.0, 4644.0, 4643.0, 4645.0, 4644.0, 4640.0, 4632.0, 4701.0, 4685.0, 4704.0, 4713.0, 4670.0, 4661.0, 4654.0, 4632.0, 4643.0, 4692.0, 4668.0, 4655.0, 4645.0, 4664.0, 4655.0, 4684.0, 4685.0, 4692.0, 4674.0, 4693.0, 4682.0, 4681.0, 4699.0, 4684.0, 4710.0, 4691.0, 4690.0, 4659.0, 4632.0, 4676.0, 4618.0, 4665.0, 4628.0, 4619.0, 4628.0, 4632.0, 4659.0, 4629.0, 4628.0, 4629.0, 4630.0, 4659.0, 4641.0, 4631.0, 4643.0, 4644.0, 4652.0, 4656.0, 4666.0, 4666.0, 4686.0, 4674.0, 4654.0, 4644.0, 4634.0, 4679.0, 4632.0, 4689.0, 4632.0, 4693.0, 4702.0, 4682.0, 4690.0, 4641.0, 4698.0, 4660.0, 4692.0, 4674.0, 4663.0, 4700.0, 4641.0, 4681.0, 4672.0, 4652.0, 4642.0, 4644.0, 4668.0, 4630.0, 4641.0, 4640.0, 4644.0, 4679.0, 4642.0, 4691.0, 4672.0, 4662.0, 4641.0, 4631.0, 4649.0, 4641.0, 4651.0, 4641.0, 4642.0, 4643.0, 4646.0, 4653.0, 4644.0, 4663.0, 4656.0, 4686.0, 4694.0, 4674.0, 4673.0, 4635.0, 4701.0, 4692.0, 4692.0, 4680.0, 4661.0, 4699.0, 4662.0, 4691.0, 4672.0, 4663.0, 4641.0, 4642.0, 4641.0, 4644.0, 4672.0, 4655.0, 4664.0, 4665.0, 4644.0, 4693.0, 4645.0, 4682.0, 4657.0, 4646.0, 4645.0, 4657.0, 4677.0, 4659.0, 4685.0, 4658.0, 4646.0, 4658.0, 4659.0, 4675.0, 4659.0, 4688.0, 4658.0, 4648.0, 4668.0, 4657.0, 4676.0, 4668.0, 4687.0, 4668.0, 4657.0, 4668.0, 4658.0, 4659.0, 4660.0, 4678.0, 4668.0, 4688.0, 4684.0, 4710.0, 4714.0, 4716.0, 4710.0, 4716.0, 4717.0, 4695.0, 4717.0, 4739.0, 4706.0, 4713.0, 4704.0, 4690.0, 4689.0, 4696.0, 4680.0, 4697.0, 4681.0, 4688.0, 4687.0, 4675.0, 4625.0, 4614.0, 4651.0, 4605.0, 4642.0, 4604.0, 4636.0, 4616.0, 4618.0, 4615.0, 4617.0, 4626.0, 4616.0, 4627.0, 4631.0, 4631.0, 4627.0, 4632.0, 4650.0, 4643.0, 4640.0, 4642.0, 4632.0, 4630.0, 4632.0, 4680.0, 4644.0, 4664.0, 4664.0, 4634.0, 4661.0, 4645.0, 4661.0, 4643.0, 4674.0, 4644.0, 4635.0, 4682.0, 4647.0, 4683.0, 4656.0, 4646.0, 4654.0, 4657.0, 4651.0, 4644.0, 4654.0, 4667.0, 4669.0, 4687.0, 4671.0, 4693.0, 4670.0, 4687.0, 4657.0, 4706.0, 4696.0, 4706.0, 4680.0, 4728.0, 4689.0, 4716.0, 4715.0, 4702.0, 4681.0, 4703.0, 4699.0, 4680.0], 'WindowWidth': [10203.0, 10150.0, 10121.0, 10102.0, 10119.0, 10108.0, 10130.0, 10101.0, 10111.0, 10120.0, 10116.0, 10121.0, 10119.0, 10121.0, 10128.0, 10124.0, 10148.0, 10058.0, 10210.0, 10179.0, 10176.0, 10173.0, 10152.0, 10162.0, 10154.0, 10170.0, 10162.0, 10184.0, 10180.0, 10192.0, 10180.0, 10234.0, 10216.0, 10203.0, 10184.0, 10179.0, 10209.0, 10161.0, 10240.0, 10183.0, 10229.0, 10211.0, 10182.0, 10157.0, 10184.0, 10161.0, 10157.0, 10234.0, 10212.0, 10225.0, 10208.0, 10178.0, 10156.0, 10157.0, 10170.0, 10165.0, 10239.0, 10212.0, 10239.0, 10210.0, 10220.0, 10162.0, 10222.0, 10165.0, 10240.0, 10223.0, 10280.0, 10263.0, 10230.0, 10169.0, 10180.0, 10200.0, 10202.0, 10186.0, 10181.0, 10175.0, 10177.0, 10173.0, 10174.0, 10223.0, 10195.0, 10258.0, 10225.0, 10278.0, 10201.0, 10265.0, 10212.0, 10249.0, 10227.0, 10205.0, 10244.0, 10206.0, 10217.0, 10206.0, 10205.0, 10176.0, 10201.0, 10195.0, 10203.0, 10241.0, 10183.0, 10193.0, 10252.0, 10247.0, 10205.0, 10178.0, 10110.0, 10112.0, 10121.0, 10119.0, 10138.0, 10114.0, 10155.0, 10160.0, 10173.0, 10145.0, 10175.0, 10158.0, 10214.0, 10176.0, 10233.0, 10206.0, 10216.0, 10189.0, 10186.0, 10120.0, 10035.0, 10144.0, 10124.0, 10186.0, 10141.0, 10184.0, 10124.0, 10130.0, 10117.0, 10152.0, 10139.0, 10114.0, 10117.0, 10212.0, 10156.0, 10169.0, 10143.0, 10199.0, 10202.0, 10224.0, 10219.0, 10224.0, 10240.0, 10228.0, 10207.0, 10260.0, 10243.0, 10273.0, 10248.0, 10250.0, 10246.0, 10218.0, 10259.0, 10244.0, 10209.0, 10220.0, 10151.0, 10227.0, 10173.0, 10226.0, 10200.0, 10206.0, 10157.0, 10126.0, 10186.0, 10129.0, 10219.0, 10157.0, 10193.0, 10162.0, 10130.0, 10097.0, 10099.0, 10124.0, 10113.0, 10130.0, 10136.0, 10137.0, 10165.0, 10162.0, 10154.0, 10227.0, 10189.0, 10171.0, 10133.0, 10184.0, 10131.0, 10186.0, 10145.0, 10187.0, 10149.0, 10205.0, 10187.0, 10199.0, 10141.0, 10149.0, 10156.0, 10139.0, 10213.0, 10151.0, 10215.0, 10195.0, 10188.0, 10166.0, 10178.0, 10150.0, 10166.0, 10162.0, 10137.0, 10201.0, 10139.0, 10207.0, 10189.0, 10177.0, 10174.0, 10162.0, 10190.0, 10185.0, 10198.0, 10192.0, 10217.0, 10199.0, 10181.0, 10201.0, 10187.0, 10195.0, 10200.0, 10222.0, 10200.0, 10247.0, 10211.0, 10218.0, 10194.0, 10220.0, 10191.0, 10272.0, 10258.0, 10247.0, 10243.0, 10252.0, 10169.0, 10194.0, 10216.0, 10202.0, 10275.0, 10232.0, 10261.0, 10212.0, 10244.0, 10189.0, 10230.0, 10187.0, 10201.0, 10144.0, 10185.0, 10180.0, 10152.0, 10192.0, 10181.0, 10193.0, 10180.0, 10176.0, 10138.0, 10149.0, 10120.0, 10123.0, 10145.0, 10124.0, 10185.0, 10153.0, 10195.0, 10169.0, 10153.0, 10138.0, 10130.0, 10136.0, 10132.0, 10179.0, 10147.0, 10194.0, 10167.0, 10196.0, 10159.0, 10184.0, 10161.0, 10190.0, 10167.0, 10208.0, 10187.0, 10189.0, 10188.0, 10187.0, 10209.0, 10179.0, 10227.0, 10178.0, 10190.0, 10165.0, 10178.0, 10149.0, 10153.0, 10166.0, 10160.0, 10178.0, 10170.0, 10215.0, 10181.0, 10220.0, 10200.0, 10209.0, 10188.0, 10211.0, 10178.0, 10159.0, 10202.0, 10169.0, 10230.0, 10180.0, 10195.0, 10167.0, 10170.0, 10190.0, 10187.0, 10206.0, 10182.0, 10153.0, 10200.0, 10175.0, 10205.0, 10195.0, 10196.0, 10215.0, 10278.0, 10245.0, 10317.0, 10341.0, 10257.0, 10265.0, 10313.0, 10248.0, 10232.0, 10264.0, 10218.0, 10140.0, 10108.0, 10178.0, 10329.0, 10250.0, 10247.0, 10247.0, 10225.0, 10194.0, 10268.0, 10237.0, 10146.0, 10275.0, 10284.0, 10271.0, 10223.0, 10227.0, 10222.0, 10225.0, 10226.0, 10293.0, 10301.0, 10224.0, 10189.0, 10145.0, 10119.0, 10104.0, 10134.0, 10109.0, 10071.0, 10063.0, 10045.0, 10068.0, 10064.0, 10068.0, 10069.0, 10074.0, 10079.0, 10083.0, 10099.0, 10081.0, 10098.0, 10095.0, 10090.0, 10101.0, 10113.0, 10136.0, 10140.0, 10170.0, 10177.0, 10129.0, 10142.0, 10131.0, 10127.0, 10111.0, 10121.0, 10128.0, 10155.0, 10173.0, 10161.0, 10191.0, 10177.0, 10188.0, 10189.0, 10176.0, 10197.0, 10194.0, 10234.0, 10212.0, 10266.0, 10269.0, 10280.0, 10226.0, 10293.0, 10245.0, 10248.0, 10274.0, 10243.0, 10254.0, 10242.0, 10258.0, 10273.0, 10233.0, 10265.0, 10234.0, 10237.0, 10170.0, 10182.0, 10167.0, 10165.0, 10209.0, 10173.0, 10174.0, 10178.0, 10224.0, 10175.0, 10209.0, 10222.0, 10208.0, 10154.0, 10156.0, 10259.0, 10209.0, 10251.0, 10226.0, 10238.0, 10226.0, 10187.0, 10154.0, 10175.0, 10135.0, 10134.0, 10210.0, 10184.0, 10225.0, 10212.0, 10224.0, 10184.0, 10171.0, 10181.0, 10136.0, 10218.0, 10180.0, 10208.0, 10137.0, 10139.0, 10135.0, 10129.0, 10151.0, 10133.0, 10134.0, 10137.0, 10160.0, 10159.0, 10152.0, 10157.0, 10152.0, 10149.0, 10152.0, 10155.0, 10176.0, 10174.0, 10192.0, 10177.0, 10213.0, 10198.0, 10201.0, 10185.0, 10205.0, 10189.0, 10205.0, 10223.0, 10215.0, 10255.0, 10281.0, 10283.0, 10240.0, 10285.0, 10275.0, 10248.0, 10270.0, 10238.0, 10244.0, 10232.0, 10204.0, 10249.0, 10209.0, 10242.0, 10208.0, 10231.0, 10197.0, 10173.0, 10234.0, 10209.0, 10241.0, 10215.0, 10214.0, 10171.0, 10145.0, 10141.0, 10157.0, 10213.0, 10158.0, 10148.0, 10152.0, 10140.0, 10166.0, 10175.0, 10175.0, 10179.0, 10201.0, 10183.0, 10192.0, 10181.0, 10218.0, 10187.0, 10175.0, 10249.0, 10216.0, 10248.0, 10187.0, 10239.0, 10183.0, 10179.0, 10173.0, 10176.0, 10241.0, 10181.0, 10244.0, 10222.0, 10229.0, 10182.0, 10227.0, 10190.0, 10239.0, 10242.0, 10262.0, 10237.0, 10236.0, 10177.0, 10156.0, 10240.0, 10154.0, 10227.0, 10191.0, 10206.0, 10192.0, 10199.0, 10228.0, 10189.0, 10223.0, 10147.0, 10147.0, 10149.0, 10147.0, 10158.0, 10150.0, 10174.0, 10167.0, 10150.0, 10154.0, 10173.0, 10173.0, 10180.0, 10188.0, 10190.0, 10228.0, 10181.0, 10202.0, 10177.0, 10198.0, 10178.0, 10173.0, 10195.0, 10193.0, 10253.0, 10246.0, 10184.0, 10222.0, 10256.0, 10216.0, 10267.0, 10240.0, 10243.0, 10209.0, 10199.0, 10220.0, 10160.0, 10218.0, 10173.0, 10170.0, 10208.0, 10163.0, 10234.0, 10171.0, 10197.0, 10161.0, 10159.0, 10179.0, 10180.0, 10190.0, 10202.0, 10225.0, 10239.0, 10198.0, 10214.0, 10199.0, 10195.0, 10184.0, 10245.0, 10200.0, 10221.0, 10225.0, 10223.0, 10200.0, 10200.0, 10256.0, 10219.0, 10256.0, 10258.0, 10212.0, 10204.0, 10190.0, 10174.0, 10228.0, 10254.0, 10257.0, 10209.0, 10239.0, 10244.0, 10209.0, 10248.0, 10270.0, 10197.0, 10179.0, 10235.0, 10135.0, 10110.0, 10070.0, 10138.0, 10146.0, 10125.0, 10125.0, 10168.0, 10159.0, 10152.0, 10107.0, 10114.0, 10063.0, 10106.0, 10085.0, 10112.0, 10076.0, 10093.0, 10056.0, 10048.0, 10043.0, 10044.0, 10084.0, 10076.0, 10016.0, 10011.0, 10074.0, 10031.0, 10084.0, 10046.0, 10075.0, 10056.0, 10056.0, 10033.0, 10010.0, 10073.0, 10014.0, 10042.0, 10044.0, 10056.0, 10070.0, 10029.0, 10082.0, 10103.0, 10164.0, 10133.0, 10132.0, 10148.0, 10139.0, 10139.0, 10138.0, 10139.0, 10141.0, 10218.0, 10156.0, 10237.0, 10199.0, 10247.0, 10242.0, 10205.0, 10156.0, 10193.0, 10167.0, 10219.0, 10200.0, 10237.0, 10234.0, 10238.0, 10207.0, 10168.0, 10242.0, 10169.0, 10212.0, 10186.0, 10232.0, 10217.0, 10209.0, 10168.0, 10152.0, 10154.0, 10175.0, 10219.0, 10187.0, 10245.0, 10228.0, 10218.0, 10279.0, 10297.0, 10232.0, 10261.0, 10254.0, 10180.0, 10155.0, 10155.0, 10183.0, 10144.0, 10239.0, 10220.0, 10251.0, 10229.0, 10252.0, 10216.0, 10257.0, 10207.0, 10218.0, 10206.0, 10182.0, 10189.0, 10125.0, 10150.0, 10149.0, 10134.0, 10152.0, 10154.0, 10174.0, 10178.0, 10174.0, 10175.0, 10172.0, 10179.0, 10185.0, 10169.0, 10200.0, 10179.0, 10216.0, 10179.0, 10202.0, 10201.0, 10184.0, 10203.0, 10166.0, 10226.0, 10179.0, 10179.0, 10181.0, 10179.0, 10187.0, 10176.0, 10176.0, 10198.0, 10239.0, 10220.0, 10251.0, 10193.0, 10180.0, 10254.0, 10198.0, 10208.0, 10176.0, 10161.0, 10180.0, 10210.0, 10220.0, 10217.0, 10198.0, 10203.0, 10269.0, 10209.0, 10261.0, 10256.0, 10276.0, 10278.0, 10237.0, 10217.0, 10271.0, 10236.0, 10253.0, 10234.0, 10208.0, 10219.0, 10156.0, 10218.0, 10208.0, 10166.0, 10224.0, 10193.0, 10221.0, 10132.0, 10158.0, 10146.0, 10138.0, 10202.0, 10154.0, 10185.0, 10171.0, 10154.0, 10152.0, 10169.0, 10196.0, 10208.0, 10190.0, 10175.0, 10175.0, 10192.0, 10176.0, 10213.0, 10190.0, 10181.0, 10218.0, 10201.0, 10204.0, 10190.0, 10205.0, 10211.0, 10236.0, 10244.0, 10244.0, 10278.0, 10265.0, 10253.0, 10259.0, 10258.0, 10216.0, 10230.0, 10275.0, 10243.0, 10271.0, 10252.0, 10253.0, 10244.0, 10231.0, 10233.0, 10207.0, 10194.0, 10180.0, 10140.0, 10214.0, 10168.0, 10175.0, 10180.0, 10136.0, 10178.0, 10146.0, 10145.0, 10146.0, 10152.0, 10160.0, 10152.0, 10163.0, 10152.0, 10137.0, 10155.0, 10160.0, 10169.0, 10175.0, 10230.0, 10179.0, 10175.0, 10181.0, 10184.0, 10181.0, 10185.0, 10233.0, 10196.0, 10224.0, 10200.0, 10182.0, 10181.0, 10186.0, 10218.0, 10182.0, 10275.0, 10222.0, 10246.0, 10255.0, 10229.0, 10176.0, 10176.0, 10247.0, 10191.0, 10265.0, 10237.0, 10257.0, 10257.0, 10223.0, 10163.0, 10167.0, 10211.0, 10158.0, 10215.0, 10183.0, 10182.0, 10160.0, 10162.0, 10169.0, 10160.0, 10184.0, 10178.0, 10217.0, 10178.0, 10177.0, 10174.0, 10177.0, 10173.0, 10175.0, 10211.0, 10178.0, 10179.0, 10203.0, 10179.0, 10222.0, 10174.0, 10196.0, 10176.0, 10187.0, 10175.0, 10180.0, 10271.0, 10227.0, 10222.0, 10182.0, 10197.0, 10174.0, 10151.0, 10223.0, 10168.0, 10181.0, 10192.0, 10155.0, 10171.0, 10177.0, 10185.0, 10178.0, 10200.0, 10181.0, 10188.0, 10253.0, 10202.0, 10226.0, 10190.0, 10184.0, 10197.0, 10183.0, 10218.0, 10199.0, 10228.0, 10203.0, 10204.0, 10259.0, 10213.0, 10270.0, 10204.0, 10250.0, 10200.0, 10196.0, 10199.0, 10207.0, 10203.0, 10209.0, 10211.0, 10253.0, 10274.0, 10262.0, 10281.0, 10248.0, 10257.0, 10231.0, 10269.0, 10261.0, 10259.0, 10253.0, 10241.0, 10232.0, 10235.0, 10198.0, 10155.0, 10234.0, 10186.0, 10208.0, 10188.0, 10217.0, 10234.0, 10194.0, 10241.0, 10201.0, 10211.0, 10135.0, 10133.0, 10142.0, 10159.0, 10182.0, 10179.0, 10177.0, 10184.0, 10179.0, 10171.0, 10160.0, 10252.0, 10238.0, 10262.0, 10273.0, 10207.0, 10195.0, 10189.0, 10158.0, 10176.0, 10243.0, 10220.0, 10197.0, 10184.0, 10208.0, 10199.0, 10238.0, 10237.0, 10243.0, 10219.0, 10245.0, 10226.0, 10225.0, 10245.0, 10233.0, 10266.0, 10237.0, 10233.0, 10191.0, 10158.0, 10208.0, 10131.0, 10192.0, 10146.0, 10136.0, 10146.0, 10157.0, 10191.0, 10151.0, 10148.0, 10151.0, 10154.0, 10191.0, 10171.0, 10157.0, 10176.0, 10180.0, 10190.0, 10202.0, 10213.0, 10215.0, 10239.0, 10219.0, 10192.0, 10177.0, 10165.0, 10220.0, 10158.0, 10232.0, 10161.0, 10245.0, 10254.0, 10226.0, 10234.0, 10169.0, 10240.0, 10190.0, 10237.0, 10218.0, 10202.0, 10247.0, 10173.0, 10225.0, 10213.0, 10188.0, 10173.0, 10179.0, 10204.0, 10156.0, 10172.0, 10169.0, 10176.0, 10218.0, 10172.0, 10235.0, 10210.0, 10197.0, 10168.0, 10157.0, 10177.0, 10171.0, 10182.0, 10169.0, 10173.0, 10175.0, 10183.0, 10190.0, 10180.0, 10205.0, 10198.0, 10238.0, 10246.0, 10219.0, 10215.0, 10166.0, 10251.0, 10238.0, 10239.0, 10220.0, 10195.0, 10245.0, 10199.0, 10235.0, 10213.0, 10200.0, 10169.0, 10174.0, 10171.0, 10179.0, 10214.0, 10195.0, 10207.0, 10210.0, 10180.0, 10243.0, 10181.0, 10228.0, 10201.0, 10188.0, 10185.0, 10203.0, 10230.0, 10206.0, 10236.0, 10206.0, 10187.0, 10203.0, 10207.0, 10223.0, 10209.0, 10244.0, 10207.0, 10191.0, 10219.0, 10206.0, 10228.0, 10221.0, 10244.0, 10219.0, 10204.0, 10221.0, 10207.0, 10210.0, 10212.0, 10233.0, 10223.0, 10247.0, 10254.0, 10285.0, 10291.0, 10282.0, 10280.0, 10283.0, 10284.0, 10252.0, 10286.0, 10321.0, 10271.0, 10276.0, 10260.0, 10233.0, 10231.0, 10238.0, 10219.0, 10241.0, 10221.0, 10229.0, 10223.0, 10202.0, 10133.0, 10118.0, 10162.0, 10106.0, 10152.0, 10107.0, 10151.0, 10123.0, 10129.0, 10122.0, 10126.0, 10138.0, 10127.0, 10144.0, 10155.0, 10158.0, 10146.0, 10157.0, 10180.0, 10176.0, 10167.0, 10170.0, 10158.0, 10152.0, 10158.0, 10220.0, 10178.0, 10204.0, 10205.0, 10165.0, 10196.0, 10178.0, 10195.0, 10173.0, 10217.0, 10178.0, 10166.0, 10228.0, 10189.0, 10233.0, 10199.0, 10185.0, 10194.0, 10199.0, 10185.0, 10181.0, 10195.0, 10218.0, 10224.0, 10245.0, 10230.0, 10263.0, 10229.0, 10244.0, 10201.0, 10268.0, 10252.0, 10267.0, 10238.0, 10302.0, 10251.0, 10281.0, 10277.0, 10253.0, 10224.0, 10255.0, 10246.0, 10220.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.02252717257318952</td></tr>
<tr><td colspan=3>aqi</td><td>0.05878983597842836</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.243993719560564</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3631842569776411</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2818551716345412</td></tr>
<tr><td colspan=3>efc</td><td>0.459</td></tr>
<tr><td colspan=3>fber</td><td>5297.9385</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18390343575085102</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.180277349768875</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.606939850913412</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6202130284383442</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7257917531938785</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4748147711080133</td></tr>
<tr><td colspan=3>gcor</td><td>0.0187724</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005219053477048874</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01675860956311226</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1298</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.006219172859281</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>23.3813</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.1824</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.9111</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306560.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.0196</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3218</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.9702</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3926.7594</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69984.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5057.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1045.6168</td></tr>
<tr><td colspan=3>tsnr</td><td>27.397025272948667</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>