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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-02/func/sub-0078_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>b6d4a554bdd07608fdb1acf24875a357</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>08:52:29.912500</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.9996, 0.0277407, -0.00547512, -0.0270484, 0.994542, 0.100765]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0756672</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>[4138, -7763, -7227, 803, -82, -182, -73, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.667</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e920b40b-c2bf-431d-965e-bf94cc316fd1||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.681854248046875, -0.07256900519132614, -0.022249452769756317, 114.79528045654297], [-0.07442634552717209, 2.6682848930358887, 0.27155742049217224, -102.05162048339844], [-0.014689341187477112, -0.27034565806388855, 2.6862170696258545, -53.598201751708984], [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': ['085229.912500', '085230.372500', '085230.832500', '085231.292500', '085231.752500', '085232.212500', '085232.672500', '085233.132500', '085233.592500', '085234.052500', '085234.512500', '085234.972500', '085235.432500', '085235.892500', '085236.352500', '085236.812500', '085237.272500', '085237.732500', '085238.192500', '085238.652500', '085239.112500', '085239.572500', '085240.032500', '085240.492500', '085240.952500', '085241.412500', '085241.872500', '085242.332500', '085242.792500', '085243.252500', '085243.712500', '085244.172500', '085244.632500', '085245.092500', '085245.552500', '085246.012500', '085246.472500', '085246.932500', '085247.392500', '085247.852500', '085248.312500', '085248.772500', '085249.232500', '085249.692500', '085250.152500', '085250.612500', '085251.072500', '085251.532500', '085251.992500', '085252.452500', '085252.912500', '085253.372500', '085253.832500', '085254.292500', '085254.752500', '085255.212500', '085255.672500', '085256.132500', '085256.592500', '085257.052500', '085257.512500', '085257.972500', '085258.432500', '085258.892500', '085259.352500', '085259.812500', '085300.272500', '085300.732500', '085301.192500', '085301.652500', '085302.112500', '085302.572500', '085303.032500', '085303.492500', '085303.952500', '085304.412500', '085304.872500', '085305.332500', '085305.792500', '085306.252500', '085306.712500', '085307.172500', '085307.632500', '085308.092500', '085308.552500', '085309.012500', '085309.472500', '085309.932500', '085310.392500', '085310.852500', '085311.312500', '085311.772500', '085312.232500', '085312.692500', '085313.152500', '085313.612500', '085314.072500', '085314.532500', '085314.992500', '085315.452500', '085315.912500', '085316.372500', '085316.832500', '085317.292500', '085317.752500', '085318.212500', '085318.672500', '085319.132500', '085319.592500', '085320.052500', '085320.512500', '085320.972500', '085321.432500', '085321.892500', '085322.352500', '085322.812500', '085323.272500', '085323.732500', '085324.192500', '085324.652500', '085325.112500', '085325.572500', '085326.032500', '085326.492500', '085326.952500', '085327.412500', '085327.872500', '085328.332500', '085328.792500', '085329.252500', '085329.712500', '085330.172500', '085330.632500', '085331.092500', '085331.552500', '085332.012500', '085332.472500', '085332.932500', '085333.392500', '085333.852500', '085334.312500', '085334.772500', '085335.232500', '085335.692500', '085336.152500', '085336.612500', '085337.072500', '085337.532500', '085337.992500', '085338.452500', '085338.912500', '085339.372500', '085339.832500', '085340.292500', '085340.752500', '085341.212500', '085341.672500', '085342.132500', '085342.592500', '085343.052500', '085343.512500', '085343.972500', '085344.432500', '085344.892500', '085345.352500', '085345.812500', '085346.272500', '085346.732500', '085347.192500', '085347.652500', '085348.112500', '085348.572500', '085349.032500', '085349.492500', '085349.952500', '085350.412500', '085350.872500', '085351.332500', '085351.792500', '085352.252500', '085352.712500', '085353.172500', '085353.632500', '085354.092500', '085354.552500', '085355.012500', '085355.472500', '085355.932500', '085356.392500', '085356.852500', '085357.312500', '085357.772500', '085358.232500', '085358.692500', '085359.152500', '085359.612500', '085400.072500', '085400.532500', '085400.992500', '085401.452500', '085401.912500', '085402.372500', '085402.832500', '085403.292500', '085403.752500', '085404.212500', '085404.672500', '085405.132500', '085405.592500', '085406.052500', '085406.512500', '085406.972500', '085407.432500', '085407.892500', '085408.352500', '085408.812500', '085409.272500', '085409.732500', '085410.192500', '085410.652500', '085411.112500', '085411.572500', '085412.032500', '085412.492500', '085412.952500', '085413.412500', '085413.872500', '085414.332500', '085414.792500', '085415.252500', '085415.712500', '085416.172500', '085416.632500', '085417.092500', '085417.552500', '085418.012500', '085418.472500', '085418.932500', '085419.392500', '085419.852500', '085420.312500', '085420.772500', '085421.232500', '085421.692500', '085422.152500', '085422.612500', '085423.072500', '085423.532500', '085423.992500', '085424.452500', '085424.912500', '085425.372500', '085425.832500', '085426.292500', '085426.752500', '085427.212500', '085427.672500', '085428.132500', '085428.592500', '085429.052500', '085429.512500', '085429.972500', '085430.432500', '085430.892500', '085431.352500', '085431.812500', '085432.272500', '085432.732500', '085433.192500', '085433.652500', '085434.112500', '085434.572500', '085435.032500', '085435.492500', '085435.952500', '085436.412500', '085436.872500', '085437.332500', '085437.792500', '085438.252500', '085438.712500', '085439.172500', '085439.632500', '085440.092500', '085440.552500', '085441.012500', '085441.472500', '085441.932500', '085442.392500', '085442.852500', '085443.312500', '085443.772500', '085444.232500', '085444.692500', '085445.152500', '085445.612500', '085446.072500', '085446.532500', '085446.992500', '085447.452500', '085447.912500', '085448.372500', '085448.832500', '085449.292500', '085449.752500', '085450.212500', '085450.672500', '085451.132500', '085451.592500', '085452.052500', '085452.512500', '085452.972500', '085453.432500', '085453.892500', '085454.352500', '085454.812500', '085455.272500', '085455.732500', '085456.192500', '085456.652500', '085457.112500', '085457.572500', '085458.032500', '085458.492500', '085458.952500', '085459.412500', '085459.872500', '085500.332500', '085500.792500', '085501.252500', '085501.712500', '085502.172500', '085502.632500', '085503.092500', '085503.552500', '085504.012500', '085504.472500', '085504.932500', '085505.392500', '085505.852500', '085506.312500', '085506.772500', '085507.232500', '085507.692500', '085508.152500', '085508.612500', '085509.072500', '085509.532500', '085509.992500', '085510.452500', '085510.912500', '085511.372500', '085511.832500', '085512.292500', '085512.752500', '085513.212500', '085513.672500', '085514.132500', '085514.592500', '085515.052500', '085515.512500', '085515.972500', '085516.432500', '085516.892500', '085517.352500', '085517.812500', '085518.272500', '085518.732500', '085519.192500', '085519.652500', '085520.112500', '085520.572500', '085521.032500', '085521.492500', '085521.952500', '085522.412500', '085522.872500', '085523.332500', '085523.792500', '085524.252500', '085524.712500', '085525.172500', '085525.632500', '085526.092500', '085526.552500', '085527.012500', '085527.472500', '085527.932500', '085528.392500', '085528.852500', '085529.312500', '085529.772500', '085530.232500', '085530.692500', '085531.152500', '085531.612500', '085532.072500', '085532.532500', '085532.992500', '085533.452500', '085533.912500', '085534.372500', '085534.832500', '085535.292500', '085535.752500', '085536.212500', '085536.672500', '085537.132500', '085537.592500', '085538.052500', '085538.512500', '085538.972500', '085539.432500', '085539.892500', '085540.352500', '085540.812500', '085541.272500', '085541.732500', '085542.192500', '085542.652500', '085543.112500', '085543.572500', '085544.032500', '085544.492500', '085544.952500', '085545.412500', '085545.872500', '085546.332500', '085546.792500', '085547.252500', '085547.712500', '085548.172500', '085548.632500', '085549.092500', '085549.552500', '085550.012500', '085550.472500', '085550.932500', '085551.392500', '085551.852500', '085552.312500', '085552.772500', '085553.232500', '085553.692500', '085554.152500', '085554.612500', '085555.072500', '085555.532500', '085555.992500', '085556.452500', '085556.912500', '085557.372500', '085557.832500', '085558.292500', '085558.752500', '085559.212500', '085559.672500', '085600.132500', '085600.592500', '085601.052500', '085601.512500', '085601.972500', '085602.432500', '085602.892500', '085603.352500', '085603.812500', '085604.272500', '085604.732500', '085605.192500', '085605.652500', '085606.112500', '085606.572500', '085607.032500', '085607.492500', '085607.952500', '085608.412500', '085608.872500', '085609.332500', '085609.792500', '085610.252500', '085610.712500', '085611.172500', '085611.632500', '085612.092500', '085612.552500', '085613.012500', '085613.472500', '085613.932500', '085614.392500', '085614.852500', '085615.312500', '085615.772500', '085616.232500', '085616.692500', '085617.152500', '085617.612500', '085618.072500', '085618.532500', '085618.992500', '085619.452500', '085619.912500', '085620.372500', '085620.832500', '085621.292500', '085621.752500', '085622.212500', '085622.672500', '085623.132500', '085623.592500', '085624.052500', '085624.512500', '085624.972500', '085625.432500', '085625.892500', '085626.352500', '085626.812500', '085627.272500', '085627.732500', '085628.192500', '085628.652500', '085629.112500', '085629.572500', '085630.032500', '085630.492500', '085630.952500', '085631.412500', '085631.872500', '085632.332500', '085632.792500', '085633.252500', '085633.712500', '085634.172500', '085634.632500', '085635.092500', '085635.552500', '085636.012500', '085636.472500', '085636.932500', '085637.392500', '085637.852500', '085638.312500', '085638.772500', '085639.232500', '085639.692500', '085640.152500', '085640.612500', '085641.072500', '085641.532500', '085641.992500', '085642.452500', '085642.912500', '085643.372500', '085643.832500', '085644.292500', '085644.752500', '085645.212500', '085645.672500', '085646.132500', '085646.592500', '085647.052500', '085647.512500', '085647.972500', '085648.432500', '085648.892500', '085649.352500', '085649.812500', '085650.272500', '085650.732500', '085651.192500', '085651.652500', '085652.112500', '085652.572500', '085653.032500', '085653.492500', '085653.952500', '085654.412500', '085654.872500', '085655.332500', '085655.792500', '085656.252500', '085656.712500', '085657.172500', '085657.632500', '085658.092500', '085658.552500', '085659.012500', '085659.472500', '085659.932500', '085700.392500', '085700.852500', '085701.312500', '085701.772500', '085702.232500', '085702.692500', '085703.152500', '085703.612500', '085704.072500', '085704.532500', '085704.992500', '085705.452500', '085705.912500', '085706.372500', '085706.832500', '085707.292500', '085707.752500', '085708.212500', '085708.672500', '085709.132500', '085709.592500', '085710.052500', '085710.512500', '085710.972500', '085711.432500', '085711.892500', '085712.352500', '085712.812500', '085713.272500', '085713.732500', '085714.192500', '085714.652500', '085715.112500', '085715.572500', '085716.032500', '085716.492500', '085716.952500', '085717.412500', '085717.872500', '085718.332500', '085718.792500', '085719.252500', '085719.712500', '085720.172500', '085720.632500', '085721.092500', '085721.552500', '085722.012500', '085722.472500', '085722.932500', '085723.392500', '085723.852500', '085724.312500', '085724.772500', '085725.232500', '085725.692500', '085726.152500', '085726.612500', '085727.072500', '085727.532500', '085727.992500', '085728.452500', '085728.912500', '085729.372500', '085729.832500', '085730.292500', '085730.752500', '085731.212500', '085731.672500', '085732.132500', '085732.592500', '085733.052500', '085733.512500', '085733.972500', '085734.432500', '085734.892500', '085735.352500', '085735.812500', '085736.272500', '085736.732500', '085737.192500', '085737.652500', '085738.112500', '085738.572500', '085739.032500', '085739.492500', '085739.952500', '085740.412500', '085740.872500', '085741.332500', '085741.792500', '085742.252500', '085742.712500', '085743.172500', '085743.632500', '085744.092500', '085744.552500', '085745.012500', '085745.472500', '085745.932500', '085746.392500', '085746.852500', '085747.312500', '085747.772500', '085748.232500', '085748.692500', '085749.152500', '085749.612500', '085750.072500', '085750.532500', '085750.992500', '085751.452500', '085751.912500', '085752.372500', '085752.832500', '085753.292500', '085753.752500', '085754.212500', '085754.672500', '085755.132500', '085755.592500', '085756.052500', '085756.512500', '085756.972500', '085757.432500', '085757.892500', '085758.352500', '085758.812500', '085759.272500', '085759.732500', '085800.192500', '085800.652500', '085801.112500', '085801.572500', '085802.032500', '085802.492500', '085802.952500', '085803.412500', '085803.872500', '085804.332500', '085804.792500', '085805.252500', '085805.712500', '085806.172500', '085806.632500', '085807.092500', '085807.552500', '085808.012500', '085808.472500', '085808.932500', '085809.392500', '085809.852500', '085810.312500', '085810.772500', '085811.232500', '085811.692500', '085812.152500', '085812.612500', '085813.072500', '085813.532500', '085813.992500', '085814.452500', '085814.912500', '085815.372500', '085815.832500', '085816.292500', '085816.752500', '085817.212500', '085817.672500', '085818.132500', '085818.592500', '085819.052500', '085819.512500', '085819.972500', '085820.432500', '085820.892500', '085821.352500', '085821.812500', '085822.272500', '085822.732500', '085823.192500', '085823.652500', '085824.112500', '085824.572500', '085825.032500', '085825.492500', '085825.952500', '085826.412500', '085826.872500', '085827.332500', '085827.792500', '085828.252500', '085828.712500', '085829.172500', '085829.632500', '085830.092500', '085830.552500', '085831.012500', '085831.472500', '085831.932500', '085832.392500', '085832.852500', '085833.312500', '085833.772500', '085834.232500', '085834.692500', '085835.152500', '085835.612500', '085836.072500', '085836.532500', '085836.992500', '085837.452500', '085837.912500', '085838.372500', '085838.832500', '085839.292500', '085839.752500', '085840.212500', '085840.672500', '085841.132500', '085841.592500', '085842.052500', '085842.512500', '085842.972500', '085843.432500', '085843.892500', '085844.352500', '085844.812500', '085845.272500', '085845.732500', '085846.192500', '085846.652500', '085847.112500', '085847.572500', '085848.032500', '085848.492500', '085848.952500', '085849.412500', '085849.872500', '085850.332500', '085850.792500', '085851.252500', '085851.712500', '085852.172500', '085852.632500', '085853.092500', '085853.552500', '085854.012500', '085854.472500', '085854.932500', '085855.392500', '085855.852500', '085856.312500', '085856.772500', '085857.232500', '085857.692500', '085858.152500', '085858.612500', '085859.072500', '085859.532500', '085859.992500', '085900.452500', '085900.912500', '085901.372500', '085901.832500', '085902.292500', '085902.752500', '085903.212500', '085903.672500', '085904.132500', '085904.592500', '085905.052500', '085905.512500', '085905.972500', '085906.432500', '085906.892500', '085907.352500', '085907.812500', '085908.272500', '085908.732500', '085909.192500', '085909.652500', '085910.112500', '085910.572500', '085911.032500', '085911.492500', '085911.952500', '085912.412500', '085912.872500', '085913.332500', '085913.792500', '085914.252500', '085914.712500', '085915.172500', '085915.632500', '085916.092500', '085916.552500', '085917.012500', '085917.472500', '085917.932500', '085918.392500', '085918.852500', '085919.312500', '085919.772500', '085920.232500', '085920.692500', '085921.152500', '085921.612500', '085922.072500', '085922.532500', '085922.992500', '085923.452500', '085923.912500', '085924.372500', '085924.832500', '085925.292500', '085925.752500', '085926.212500', '085926.672500', '085927.132500', '085927.592500', '085928.052500', '085928.512500', '085928.972500', '085929.432500', '085929.892500', '085930.352500', '085930.812500', '085931.272500', '085931.732500', '085932.192500', '085932.652500', '085933.112500', '085933.572500', '085934.032500', '085934.492500', '085934.952500', '085935.412500', '085935.872500', '085936.332500', '085936.792500', '085937.252500', '085937.712500', '085938.172500', '085938.632500', '085939.092500', '085939.552500', '085940.012500', '085940.472500', '085940.932500', '085941.392500', '085941.852500', '085942.312500', '085942.772500', '085943.232500', '085943.692500', '085944.152500', '085944.612500', '085945.072500', '085945.532500', '085945.992500', '085946.452500', '085946.912500', '085947.372500', '085947.832500', '085948.292500', '085948.752500', '085949.212500', '085949.672500', '085950.132500', '085950.592500', '085951.052500', '085951.512500', '085951.972500', '085952.432500', '085952.892500', '085953.352500', '085953.812500', '085954.272500', '085954.732500', '085955.192500', '085955.652500', '085956.112500', '085956.572500', '085957.032500', '085957.492500', '085957.952500', '085958.412500', '085958.872500', '085959.332500', '085959.792500', '090000.252500', '090000.712500', '090001.172500', '090001.632500', '090002.092500', '090002.552500', '090003.012500', '090003.472500', '090003.932500', '090004.392500', '090004.852500', '090005.312500', '090005.772500', '090006.232500', '090006.692500', '090007.152500', '090007.612500', '090008.072500', '090008.532500', '090008.992500', '090009.452500', '090009.912500', '090010.372500', '090010.832500', '090011.292500', '090011.752500', '090012.212500', '090012.672500', '090013.132500', '090013.592500', '090014.052500', '090014.512500', '090014.972500', '090015.432500', '090015.892500', '090016.352500', '090016.812500', '090017.272500', '090017.732500', '090018.192500', '090018.652500', '090019.112500', '090019.572500', '090020.032500', '090020.492500', '090020.952500', '090021.412500', '090021.872500', '090022.332500', '090022.792500', '090023.252500', '090023.712500', '090024.172500', '090024.632500', '090025.092500', '090025.552500', '090026.012500', '090026.472500', '090026.932500', '090027.392500', '090027.852500', '090028.312500', '090028.772500', '090029.232500', '090029.692500', '090030.152500', '090030.612500', '090031.072500', '090031.532500', '090031.992500', '090032.452500', '090032.912500', '090033.372500', '090033.832500', '090034.292500', '090034.752500', '090035.212500', '090035.672500', '090036.132500', '090036.592500', '090037.052500', '090037.512500', '090037.972500', '090038.432500', '090038.892500', '090039.352500', '090039.812500', '090040.272500', '090040.732500', '090041.192500', '090041.652500', '090042.112500', '090042.572500', '090043.032500', '090043.492500', '090043.952500', '090044.412500', '090044.872500', '090045.332500', '090045.792500', '090046.252500', '090046.712500', '090047.172500', '090047.632500', '090048.092500', '090048.552500', '090049.012500', '090049.472500', '090049.932500', '090050.392500', '090050.852500', '090051.312500', '090051.772500', '090052.232500', '090052.692500', '090053.152500', '090053.612500', '090054.072500', '090054.532500', '090054.992500', '090055.452500', '090055.912500', '090056.372500', '090056.832500', '090057.292500', '090057.752500', '090058.212500', '090058.672500', '090059.132500', '090059.592500', '090100.052500', '090100.512500', '090100.972500', '090101.432500', '090101.892500', '090102.352500', '090102.812500', '090103.272500', '090103.732500', '090104.192500', '090104.652500', '090105.112500', '090105.572500', '090106.032500', '090106.492500', '090106.952500', '090107.412500', '090107.872500', '090108.332500', '090108.792500', '090109.252500', '090109.712500', '090110.172500', '090110.632500', '090111.092500', '090111.552500', '090112.012500', '090112.472500', '090112.932500', '090113.392500', '090113.852500', '090114.312500', '090114.772500', '090115.232500', '090115.692500', '090116.152500', '090116.612500', '090117.072500', '090117.532500', '090117.992500', '090118.452500', '090118.912500', '090119.372500', '090119.832500', '090120.292500', '090120.752500', '090121.212500', '090121.672500', '090122.132500', '090122.592500', '090123.052500', '090123.512500', '090123.972500', '090124.432500', '090124.892500', '090125.352500', '090125.812500', '090126.272500', '090126.732500', '090127.192500', '090127.652500', '090128.112500', '090128.572500', '090129.032500', '090129.492500', '090129.952500', '090130.412500', '090130.872500', '090131.332500', '090131.792500', '090132.252500', '090132.712500', '090133.172500', '090133.632500', '090134.092500', '090134.552500', '090135.012500', '090135.472500', '090135.932500', '090136.392500', '090136.852500', '090137.312500', '090137.772500', '090138.232500', '090138.692500', '090139.152500', '090139.612500', '090140.072500', '090140.532500', '090140.992500', '090141.452500', '090141.912500', '090142.372500', '090142.832500', '090143.292500', '090143.752500', '090144.212500', '090144.672500', '090145.132500', '090145.592500', '090146.052500', '090146.512500', '090146.972500', '090147.432500', '090147.892500', '090148.352500', '090148.812500', '090149.272500', '090149.732500', '090150.192500', '090150.652500', '090151.112500', '090151.572500', '090152.032500', '090152.492500', '090152.952500', '090153.412500', '090153.872500', '090154.332500', '090154.792500', '090155.252500', '090155.712500', '090156.172500', '090156.632500', '090157.092500', '090157.552500', '090158.012500', '090158.472500', '090158.932500', '090159.392500', '090159.852500', '090200.312500', '090200.772500', '090201.232500', '090201.692500', '090202.152500', '090202.612500', '090203.072500', '090203.532500', '090203.992500', '090204.452500', '090204.912500', '090205.372500', '090205.832500', '090206.292500', '090206.752500', '090207.212500', '090207.672500', '090208.132500', '090208.592500', '090209.052500', '090209.512500', '090209.972500', '090210.432500', '090210.892500', '090211.352500', '090211.812500', '090212.272500', '090212.732500', '090213.192500', '090213.652500', '090214.112500', '090214.572500', '090215.032500', '090215.492500', '090215.952500', '090216.412500', '090216.872500', '090217.332500', '090217.792500', '090218.252500', '090218.712500', '090219.172500', '090219.632500', '090220.092500', '090220.552500', '090221.012500', '090221.472500', '090221.932500', '090222.392500', '090222.852500', '090223.312500', '090223.772500', '090224.232500', '090224.692500', '090225.152500', '090225.612500', '090226.072500', '090226.532500'], 'ContentTime': ['085257.592000', '085257.595000', '085257.598000', '085257.601000', '085257.604000', '085257.607000', '085257.609000', '085257.612000', '085257.615000', '085257.617000', '085257.620000', '085257.622000', '085257.625000', '085257.628000', '085257.631000', '085257.633000', '085257.636000', '085257.638000', '085257.641000', '085257.644000', '085257.646000', '085257.653000', '085257.655000', '085257.658000', '085257.660000', '085257.663000', '085257.666000', '085257.668000', '085257.671000', '085257.674000', '085257.676000', '085257.679000', '085257.681000', '085257.684000', '085257.687000', '085257.689000', '085257.692000', '085257.695000', '085257.697000', '085257.700000', '085257.702000', '085257.714000', '085257.716000', '085257.719000', '085257.721000', '085257.724000', '085257.727000', '085257.729000', '085257.738000', '085257.741000', '085257.743000', '085257.746000', '085257.749000', '085257.751000', '085257.754000', '085257.757000', '085257.759000', '085317.565000', '085317.568000', '085317.571000', '085317.574000', '085317.576000', '085317.590000', '085317.592000', '085317.595000', '085317.597000', '085317.600000', '085317.603000', '085317.605000', '085317.620000', '085317.623000', '085317.625000', '085317.628000', '085317.630000', '085317.633000', '085317.636000', '085317.638000', '085317.641000', '085317.643000', '085317.646000', '085317.648000', '085317.651000', '085317.654000', '085317.656000', '085317.659000', '085317.662000', '085317.665000', '085317.668000', '085317.672000', '085317.675000', '085317.677000', '085317.680000', '085317.682000', '085317.685000', '085317.688000', '085317.690000', '085317.693000', '085317.696000', '085317.698000', '085317.701000', '085337.566000', '085337.568000', '085337.571000', '085337.574000', '085337.576000', '085337.579000', '085337.582000', '085337.584000', '085337.587000', '085337.589000', '085337.592000', '085337.595000', '085337.597000', '085337.600000', '085337.603000', '085337.606000', '085337.608000', '085337.611000', '085337.613000', '085337.616000', '085337.619000', '085337.621000', '085337.624000', '085337.626000', '085337.629000', '085337.632000', '085337.634000', '085337.637000', '085337.640000', '085337.642000', '085337.645000', '085337.647000', '085337.650000', '085337.653000', '085337.655000', '085337.658000', '085337.660000', '085337.663000', '085337.666000', '085337.668000', '085337.671000', '085337.674000', '085337.676000', '085337.679000', '085357.566000', '085357.569000', '085357.572000', '085357.574000', '085357.577000', '085357.580000', '085357.582000', '085357.585000', '085357.588000', '085357.590000', '085357.593000', '085357.596000', '085357.605000', '085357.608000', '085357.616000', '085357.618000', '085357.621000', '085357.624000', '085357.626000', '085357.629000', '085357.632000', '085357.634000', '085357.637000', '085357.640000', '085357.642000', '085357.645000', '085357.647000', '085357.650000', '085357.653000', '085357.655000', '085357.658000', '085357.660000', '085357.663000', '085357.666000', '085357.668000', '085357.671000', '085357.674000', '085357.676000', '085357.679000', '085357.681000', '085357.684000', '085357.687000', '085357.689000', '085417.567000', '085417.570000', '085417.573000', '085417.576000', '085417.579000', '085417.581000', '085417.584000', '085417.586000', '085417.589000', '085417.592000', '085417.594000', '085417.597000', '085417.600000', '085417.602000', '085417.605000', '085417.608000', '085417.610000', '085417.613000', '085417.616000', '085417.618000', '085417.621000', '085417.623000', '085417.626000', '085417.629000', '085417.632000', '085417.634000', '085417.637000', '085417.639000', '085417.642000', '085417.645000', '085417.647000', '085417.650000', '085417.653000', '085417.655000', '085417.658000', '085417.661000', '085417.663000', '085417.666000', '085417.669000', '085417.671000', '085417.674000', '085417.677000', '085417.681000', '085437.567000', '085437.570000', '085437.573000', '085437.576000', '085437.578000', '085437.581000', '085437.584000', '085437.587000', '085437.589000', '085437.592000', '085437.595000', '085437.597000', '085437.600000', '085437.603000', '085437.606000', '085437.608000', '085437.611000', '085437.614000', '085437.617000', '085437.619000', '085437.622000', '085437.624000', '085437.627000', '085437.630000', '085437.632000', '085437.635000', '085437.638000', '085437.640000', '085437.643000', '085437.645000', '085437.648000', '085437.651000', '085437.653000', '085437.656000', '085437.659000', '085437.661000', '085437.664000', '085437.666000', '085437.669000', '085437.672000', '085437.674000', '085437.677000', '085437.680000', '085437.682000', '085457.566000', '085457.570000', '085457.573000', '085457.576000', '085457.579000', '085457.582000', '085457.584000', '085457.587000', '085457.590000', '085457.593000', '085457.596000', '085457.599000', '085457.602000', '085457.605000', '085457.609000', '085457.612000', '085457.615000', '085457.618000', '085457.621000', '085457.624000', '085457.626000', '085457.629000', '085457.632000', '085457.635000', '085457.638000', '085457.641000', '085457.643000', '085457.646000', '085457.649000', '085457.651000', '085457.654000', '085457.656000', '085457.659000', '085457.662000', '085457.664000', '085457.667000', '085457.670000', '085457.673000', '085457.676000', '085457.678000', '085457.681000', '085457.684000', '085457.687000', '085457.689000', '085517.566000', '085517.569000', '085517.572000', '085517.574000', '085517.577000', '085517.580000', '085517.582000', '085517.585000', '085517.588000', '085517.590000', '085517.593000', '085517.596000', '085517.599000', '085517.601000', '085517.604000', '085517.606000', '085517.609000', '085517.612000', '085517.614000', '085517.617000', '085517.620000', '085517.623000', '085517.625000', '085517.628000', '085517.631000', '085517.633000', '085517.636000', '085517.638000', '085517.641000', '085517.644000', '085517.646000', '085517.649000', '085517.651000', '085517.654000', '085517.657000', '085517.659000', '085517.678000', '085517.681000', '085517.684000', '085517.686000', '085517.689000', '085517.691000', '085517.694000', '085537.566000', '085537.569000', '085537.572000', '085537.574000', '085537.577000', '085537.580000', '085537.582000', '085537.585000', '085537.588000', '085537.590000', '085537.593000', '085537.596000', '085537.599000', '085537.602000', '085537.605000', '085537.607000', '085537.610000', '085537.613000', '085537.615000', '085537.618000', '085537.621000', '085537.624000', '085537.626000', '085537.629000', '085537.631000', '085537.634000', '085537.637000', '085537.640000', '085537.642000', '085537.645000', '085537.648000', '085537.650000', '085537.653000', '085537.656000', '085537.659000', '085537.661000', '085537.664000', '085537.667000', '085537.669000', '085537.672000', '085537.675000', '085537.677000', '085537.680000', '085537.682000', '085557.565000', '085557.568000', '085557.571000', '085557.574000', '085557.576000', '085557.579000', '085557.582000', '085557.584000', '085557.587000', '085557.590000', '085557.592000', '085557.595000', '085557.598000', '085557.601000', '085557.603000', '085557.606000', '085557.609000', '085557.611000', '085557.614000', '085557.617000', '085557.619000', '085557.622000', '085557.625000', '085557.627000', '085557.630000', '085557.633000', '085557.635000', '085557.638000', '085557.641000', '085557.643000', '085557.646000', '085557.649000', '085557.651000', '085557.654000', '085557.657000', '085557.660000', '085557.662000', '085557.665000', '085557.667000', '085557.670000', '085557.673000', '085557.675000', '085557.678000', '085617.567000', '085617.570000', '085617.572000', '085617.575000', '085617.578000', '085617.581000', '085617.584000', '085617.586000', '085617.589000', '085617.594000', '085617.596000', '085617.599000', '085617.603000', '085617.606000', '085617.608000', '085617.611000', '085617.614000', '085617.616000', '085617.619000', '085617.622000', '085617.625000', '085617.628000', '085617.631000', '085617.634000', '085617.637000', '085617.640000', '085617.642000', '085617.645000', '085617.648000', '085617.650000', '085617.653000', '085617.656000', '085617.658000', '085617.661000', '085617.664000', '085617.666000', '085617.669000', '085617.672000', '085617.675000', '085617.678000', '085617.681000', '085617.683000', '085617.686000', '085617.688000', '085637.567000', '085637.570000', '085637.573000', '085637.575000', '085637.578000', '085637.581000', '085637.583000', '085637.586000', '085637.589000', '085637.591000', '085637.594000', '085637.597000', '085637.599000', '085637.602000', '085637.605000', '085637.608000', '085637.610000', '085637.613000', '085637.616000', '085637.619000', '085637.622000', '085637.624000', '085637.627000', '085637.630000', '085637.632000', '085637.635000', '085637.637000', '085637.640000', '085637.643000', '085637.645000', '085637.648000', '085637.651000', '085637.653000', '085637.656000', '085637.659000', '085637.661000', '085637.664000', '085637.666000', '085637.669000', '085637.672000', '085637.674000', '085637.677000', '085637.680000', '085657.566000', '085657.569000', '085657.572000', '085657.575000', '085657.577000', '085657.580000', '085657.582000', '085657.585000', '085657.588000', '085657.590000', '085657.593000', '085657.596000', '085657.599000', '085657.602000', '085657.605000', '085657.608000', '085657.610000', '085657.620000', '085657.623000', '085657.626000', '085657.629000', '085657.632000', '085657.634000', '085657.637000', '085657.640000', '085657.642000', '085657.645000', '085657.648000', '085657.651000', '085657.654000', '085657.657000', '085657.659000', '085657.662000', '085657.665000', '085657.668000', '085657.671000', '085657.674000', '085657.676000', '085657.679000', '085657.682000', '085657.684000', '085657.687000', '085657.690000', '085657.693000', '085717.567000', '085717.570000', '085717.573000', '085717.576000', '085717.578000', '085717.581000', '085717.584000', '085717.586000', '085717.589000', '085717.592000', '085717.594000', '085717.597000', '085717.600000', '085717.602000', '085717.605000', '085717.608000', '085717.610000', '085717.613000', '085717.616000', '085717.618000', '085717.621000', '085717.624000', '085717.626000', '085717.629000', '085717.632000', '085717.634000', '085717.637000', '085717.640000', '085717.642000', '085717.645000', '085717.648000', '085717.650000', '085717.653000', '085717.656000', '085717.659000', '085717.662000', '085717.664000', '085717.667000', '085717.670000', '085717.673000', '085717.675000', '085717.678000', '085717.681000', '085737.567000', '085737.570000', '085737.572000', '085737.575000', '085737.578000', '085737.581000', '085737.584000', '085737.587000', '085737.589000', '085737.592000', '085737.595000', '085737.597000', '085737.600000', '085737.603000', '085737.605000', '085737.608000', '085737.611000', '085737.614000', '085737.616000', '085737.619000', '085737.622000', '085737.625000', '085737.628000', '085737.632000', '085737.635000', '085737.637000', '085737.640000', '085737.643000', '085737.645000', '085737.648000', '085737.651000', '085737.657000', '085737.660000', '085737.663000', '085737.665000', '085737.668000', '085737.671000', '085737.673000', '085737.676000', '085737.679000', '085737.681000', '085737.685000', '085737.688000', '085757.566000', '085757.569000', '085757.572000', '085757.575000', '085757.577000', '085757.580000', '085757.583000', '085757.585000', '085757.588000', '085757.591000', '085757.593000', '085757.596000', '085757.599000', '085757.601000', '085757.604000', '085757.607000', '085757.610000', '085757.612000', '085757.615000', '085757.618000', '085757.620000', '085757.623000', '085757.626000', '085757.628000', '085757.631000', '085757.634000', '085757.636000', '085757.639000', '085757.642000', '085757.644000', '085757.647000', '085757.650000', '085757.652000', '085757.655000', '085757.658000', '085757.660000', '085757.663000', '085757.665000', '085757.668000', '085757.671000', '085757.673000', '085757.676000', '085757.679000', '085757.681000', '085817.566000', '085817.569000', '085817.571000', '085817.574000', '085817.577000', '085817.580000', '085817.583000', '085817.586000', '085817.588000', '085817.591000', '085817.594000', '085817.598000', '085817.600000', '085817.603000', '085817.606000', '085817.609000', '085817.611000', '085817.614000', '085817.617000', '085817.619000', '085817.622000', '085817.625000', '085817.627000', '085817.630000', '085817.633000', '085817.636000', '085817.638000', '085817.641000', '085817.652000', '085817.655000', '085817.658000', '085817.661000', '085817.664000', '085817.667000', '085817.669000', '085817.672000', '085817.674000', '085817.677000', '085817.680000', '085817.682000', '085817.685000', '085817.688000', '085817.691000', '085837.567000', '085837.570000', '085837.572000', '085837.575000', '085837.578000', '085837.580000', '085837.583000', '085837.586000', '085837.588000', '085837.591000', '085837.594000', '085837.597000', '085837.600000', '085837.603000', '085837.606000', '085837.609000', '085837.612000', '085837.615000', '085837.617000', '085837.620000', '085837.623000', '085837.626000', '085837.628000', '085837.633000', '085837.636000', '085837.638000', '085837.641000', '085837.643000', '085837.646000', '085837.649000', '085837.652000', '085837.654000', '085837.657000', '085837.660000', '085837.662000', '085837.665000', '085837.668000', '085837.670000', '085837.673000', '085837.675000', '085837.678000', '085837.681000', '085837.683000', '085837.686000', '085857.566000', '085857.569000', '085857.572000', '085857.575000', '085857.577000', '085857.580000', '085857.583000', '085857.585000', '085857.588000', '085857.591000', '085857.593000', '085857.596000', '085857.599000', '085857.601000', '085857.604000', '085857.607000', '085857.609000', '085857.612000', '085857.615000', '085857.617000', '085857.620000', '085857.623000', '085857.626000', '085857.628000', '085857.631000', '085857.633000', '085857.636000', '085857.639000', '085857.642000', '085857.644000', '085857.647000', '085857.649000', '085857.652000', '085857.655000', '085857.657000', '085857.660000', '085857.663000', '085857.665000', '085857.668000', '085857.672000', '085857.675000', '085857.677000', '085857.680000', '085917.567000', '085917.570000', '085917.572000', '085917.575000', '085917.578000', '085917.580000', '085917.583000', '085917.586000', '085917.589000', '085917.591000', '085917.594000', '085917.597000', '085917.599000', '085917.602000', '085917.605000', '085917.614000', '085917.616000', '085917.619000', '085917.621000', '085917.624000', '085917.627000', '085917.629000', '085917.632000', '085917.635000', '085917.638000', '085917.640000', '085917.643000', '085917.646000', '085917.648000', '085917.651000', '085917.654000', '085917.656000', '085917.659000', '085917.662000', '085917.664000', '085917.667000', '085917.670000', '085917.672000', '085917.675000', '085917.678000', '085917.680000', '085917.683000', '085917.685000', '085917.688000', '085937.567000', '085937.570000', '085937.573000', '085937.575000', '085937.578000', '085937.581000', '085937.583000', '085937.586000', '085937.588000', '085937.591000', '085937.594000', '085937.596000', '085937.599000', '085937.602000', '085937.605000', '085937.607000', '085937.610000', '085937.613000', '085937.615000', '085937.618000', '085937.620000', '085937.623000', '085937.626000', '085937.628000', '085937.631000', '085937.634000', '085937.636000', '085937.639000', '085937.642000', '085937.645000', '085937.648000', '085937.651000', '085937.655000', '085937.657000', '085937.660000', '085937.662000', '085937.665000', '085937.668000', '085937.670000', '085937.685000', '085937.688000', '085937.690000', '085937.693000', '085957.567000', '085957.569000', '085957.572000', '085957.575000', '085957.578000', '085957.580000', '085957.583000', '085957.586000', '085957.588000', '085957.591000', '085957.594000', '085957.596000', '085957.599000', '085957.602000', '085957.604000', '085957.607000', '085957.610000', '085957.612000', '085957.615000', '085957.618000', '085957.621000', '085957.623000', '085957.626000', '085957.628000', '085957.631000', '085957.634000', '085957.637000', '085957.639000', '085957.642000', '085957.644000', '085957.647000', '085957.650000', '085957.652000', '085957.655000', '085957.658000', '085957.660000', '085957.663000', '085957.666000', '085957.669000', '085957.671000', '085957.674000', '085957.676000', '085957.679000', '085957.682000', '090017.566000', '090017.569000', '090017.572000', '090017.575000', '090017.597000', '090017.600000', '090017.603000', '090017.606000', '090017.609000', '090017.612000', '090017.614000', '090017.617000', '090017.620000', '090017.623000', '090017.626000', '090017.629000', '090017.632000', '090017.635000', '090017.637000', '090017.641000', '090017.643000', '090017.646000', '090017.649000', '090017.652000', '090017.655000', '090017.658000', '090017.661000', '090017.664000', '090017.666000', '090017.669000', '090017.672000', '090017.675000', '090017.678000', '090017.681000', '090017.684000', '090017.687000', '090017.689000', '090017.693000', '090017.695000', '090017.698000', '090017.701000', '090017.704000', '090017.707000', '090037.566000', '090037.569000', '090037.571000', '090037.574000', '090037.577000', '090037.580000', '090037.582000', '090037.586000', '090037.589000', '090037.591000', '090037.594000', '090037.596000', '090037.599000', '090037.602000', '090037.605000', '090037.607000', '090037.610000', '090037.613000', '090037.615000', '090037.624000', '090037.627000', '090037.630000', '090037.632000', '090037.635000', '090037.638000', '090037.641000', '090037.643000', '090037.646000', '090037.649000', '090037.651000', '090037.654000', '090037.656000', '090037.659000', '090037.662000', '090037.664000', '090037.667000', '090037.670000', '090037.672000', '090037.675000', '090037.678000', '090037.681000', '090037.683000', '090037.686000', '090037.688000', '090057.567000', '090057.569000', '090057.572000', '090057.575000', '090057.578000', '090057.580000', '090057.583000', '090057.586000', '090057.589000', '090057.591000', '090057.594000', '090057.597000', '090057.599000', '090057.602000', '090057.605000', '090057.608000', '090057.610000', '090057.613000', '090057.616000', '090057.618000', '090057.621000', '090057.624000', '090057.626000', '090057.629000', '090057.632000', '090057.634000', '090057.637000', '090057.640000', '090057.642000', '090057.645000', '090057.648000', '090057.650000', '090057.653000', '090057.655000', '090057.658000', '090057.661000', '090057.663000', '090057.666000', '090057.669000', '090057.671000', '090057.674000', '090057.676000', '090057.679000', '090117.567000', '090117.569000', '090117.572000', '090117.575000', '090117.578000', '090117.580000', '090117.583000', '090117.585000', '090117.588000', '090117.591000', '090117.593000', '090117.596000', '090117.599000', '090117.601000', '090117.604000', '090117.607000', '090117.609000', '090117.612000', '090117.615000', '090117.617000', '090117.620000', '090117.623000', '090117.625000', '090117.628000', '090117.631000', '090117.633000', '090117.636000', '090117.639000', '090117.641000', '090117.644000', '090117.647000', '090117.649000', '090117.652000', '090117.654000', '090117.657000', '090117.660000', '090117.663000', '090117.665000', '090117.668000', '090117.671000', '090117.673000', '090117.676000', '090117.678000', '090117.681000', '090137.567000', '090137.570000', '090137.572000', '090137.575000', '090137.578000', '090137.580000', '090137.583000', '090137.586000', '090137.588000', '090137.591000', '090137.594000', '090137.596000', '090137.599000', '090137.602000', '090137.604000', '090137.607000', '090137.610000', '090137.612000', '090137.615000', '090137.618000', '090137.620000', '090137.623000', '090137.625000', '090137.628000', '090137.631000', '090137.633000', '090137.636000', '090137.638000', '090137.641000', '090137.644000', '090137.646000', '090137.649000', '090137.651000', '090137.654000', '090137.657000', '090137.659000', '090137.662000', '090137.665000', '090137.667000', '090137.670000', '090137.672000', '090137.675000', '090137.678000', '090157.567000', '090157.569000', '090157.572000', '090157.575000', '090157.578000', '090157.580000', '090157.583000', '090157.586000', '090157.588000', '090157.591000', '090157.594000', '090157.596000', '090157.599000', '090157.602000', '090157.604000', '090157.607000', '090157.610000', '090157.612000', '090157.615000', '090157.618000', '090157.620000', '090157.623000', '090157.626000', '090157.628000', '090157.631000', '090157.633000', '090157.636000', '090157.639000', '090157.642000', '090157.644000', '090157.647000', '090157.650000', '090157.652000', '090157.664000', '090157.667000', '090157.669000', '090157.672000', '090157.675000', '090157.677000', '090157.680000', '090157.683000', '090157.685000', '090157.688000', '090157.690000', '090217.567000', '090217.570000', '090217.572000', '090217.578000', '090217.580000', '090217.583000', '090217.585000', '090217.588000', '090217.591000', '090217.593000', '090217.596000', '090217.599000', '090217.602000', '090217.604000', '090217.607000', '090217.610000', '090217.612000', '090217.615000', '090217.618000', '090217.620000', '090217.623000', '090217.626000', '090217.628000', '090217.631000', '090217.634000', '090217.636000', '090217.639000', '090217.642000', '090217.644000', '090217.647000', '090217.650000', '090217.652000', '090217.655000', '090217.658000', '090217.660000', '090217.663000', '090217.665000', '090217.668000', '090217.671000', '090217.674000', '090217.676000', '090217.679000', '090217.681000', '090228.290000', '090228.294000', '090228.297000', '090228.300000', '090228.303000', '090228.306000', '090228.309000', '090228.312000', '090228.315000', '090228.318000', '090228.321000', '090228.324000', '090228.327000', '090228.330000', '090228.333000', '090228.336000', '090228.351000', '090228.361000', '090228.364000', '090228.367000', '090228.370000', '090228.373000', '090228.376000', '090228.379000'], 'InstanceCreationTime': ['085257.592000', '085257.595000', '085257.598000', '085257.601000', '085257.604000', '085257.607000', '085257.609000', '085257.612000', '085257.615000', '085257.617000', '085257.620000', '085257.622000', '085257.625000', '085257.628000', '085257.631000', '085257.633000', '085257.636000', '085257.638000', '085257.641000', '085257.644000', '085257.646000', '085257.653000', '085257.655000', '085257.658000', '085257.660000', '085257.663000', '085257.666000', '085257.668000', '085257.671000', '085257.674000', '085257.676000', '085257.679000', '085257.681000', '085257.684000', '085257.687000', '085257.689000', '085257.692000', '085257.695000', '085257.697000', '085257.700000', '085257.702000', '085257.714000', '085257.716000', '085257.719000', '085257.721000', '085257.724000', '085257.727000', '085257.729000', '085257.738000', '085257.741000', '085257.743000', '085257.746000', '085257.749000', '085257.751000', '085257.754000', '085257.757000', '085257.759000', '085317.565000', '085317.568000', '085317.571000', '085317.574000', '085317.576000', '085317.590000', '085317.592000', '085317.595000', '085317.597000', '085317.600000', '085317.603000', '085317.605000', '085317.620000', '085317.623000', '085317.625000', '085317.628000', '085317.630000', '085317.633000', '085317.636000', '085317.638000', '085317.641000', '085317.643000', '085317.646000', '085317.648000', '085317.651000', '085317.654000', '085317.656000', '085317.659000', '085317.662000', '085317.665000', '085317.668000', '085317.672000', '085317.675000', '085317.677000', '085317.680000', '085317.682000', '085317.685000', '085317.688000', '085317.690000', '085317.693000', '085317.696000', '085317.698000', '085317.701000', '085337.566000', '085337.568000', '085337.571000', '085337.574000', '085337.576000', '085337.579000', '085337.582000', '085337.584000', '085337.587000', '085337.589000', '085337.592000', '085337.595000', '085337.597000', '085337.600000', '085337.603000', '085337.606000', '085337.608000', '085337.611000', '085337.613000', '085337.616000', '085337.619000', '085337.621000', '085337.624000', '085337.626000', '085337.629000', '085337.632000', '085337.634000', '085337.637000', '085337.640000', '085337.642000', '085337.645000', '085337.647000', '085337.650000', '085337.653000', '085337.655000', '085337.658000', '085337.660000', '085337.663000', '085337.666000', '085337.668000', '085337.671000', '085337.674000', '085337.676000', '085337.679000', '085357.566000', '085357.569000', '085357.572000', '085357.574000', '085357.577000', '085357.580000', '085357.582000', '085357.585000', '085357.588000', '085357.590000', '085357.593000', '085357.596000', '085357.605000', '085357.608000', '085357.616000', '085357.618000', '085357.621000', '085357.624000', '085357.626000', '085357.629000', '085357.632000', '085357.634000', '085357.637000', '085357.640000', '085357.642000', '085357.645000', '085357.647000', '085357.650000', '085357.653000', '085357.655000', '085357.658000', '085357.660000', '085357.663000', '085357.666000', '085357.668000', '085357.671000', '085357.674000', '085357.676000', '085357.679000', '085357.681000', '085357.684000', '085357.687000', '085357.689000', '085417.567000', '085417.570000', '085417.573000', '085417.576000', '085417.579000', '085417.581000', '085417.584000', '085417.586000', '085417.589000', '085417.592000', '085417.594000', '085417.597000', '085417.600000', '085417.602000', '085417.605000', '085417.608000', '085417.610000', '085417.613000', '085417.616000', '085417.618000', '085417.621000', '085417.623000', '085417.626000', '085417.629000', '085417.632000', '085417.634000', '085417.637000', '085417.639000', '085417.642000', '085417.645000', '085417.647000', '085417.650000', '085417.653000', '085417.655000', '085417.658000', '085417.661000', '085417.663000', '085417.666000', '085417.669000', '085417.671000', '085417.674000', '085417.677000', '085417.681000', '085437.567000', '085437.570000', '085437.573000', '085437.576000', '085437.578000', '085437.581000', '085437.584000', '085437.587000', '085437.589000', '085437.592000', '085437.595000', '085437.597000', '085437.600000', '085437.603000', '085437.606000', '085437.608000', '085437.611000', '085437.614000', '085437.617000', '085437.619000', '085437.622000', '085437.624000', '085437.627000', '085437.630000', '085437.632000', '085437.635000', '085437.638000', '085437.640000', '085437.643000', '085437.645000', '085437.648000', '085437.651000', '085437.653000', '085437.656000', '085437.659000', '085437.661000', '085437.664000', '085437.666000', '085437.669000', '085437.672000', '085437.674000', '085437.677000', '085437.680000', '085437.682000', '085457.566000', '085457.570000', '085457.573000', '085457.576000', '085457.579000', '085457.582000', '085457.584000', '085457.587000', '085457.590000', '085457.593000', '085457.596000', '085457.599000', '085457.602000', '085457.605000', '085457.609000', '085457.612000', '085457.615000', '085457.618000', '085457.621000', '085457.624000', '085457.626000', '085457.629000', '085457.632000', '085457.635000', '085457.638000', '085457.641000', '085457.643000', '085457.646000', '085457.649000', '085457.651000', '085457.654000', '085457.656000', '085457.659000', '085457.662000', '085457.664000', '085457.667000', '085457.670000', '085457.673000', '085457.676000', '085457.678000', '085457.681000', '085457.684000', '085457.687000', '085457.689000', '085517.566000', '085517.569000', '085517.572000', '085517.574000', '085517.577000', '085517.580000', '085517.582000', '085517.585000', '085517.588000', '085517.590000', '085517.593000', '085517.596000', '085517.599000', '085517.601000', '085517.604000', '085517.606000', '085517.609000', '085517.612000', '085517.614000', '085517.617000', '085517.620000', '085517.623000', '085517.625000', '085517.628000', '085517.631000', '085517.633000', '085517.636000', '085517.638000', '085517.641000', '085517.644000', '085517.646000', '085517.649000', '085517.651000', '085517.654000', '085517.657000', '085517.659000', '085517.678000', '085517.681000', '085517.684000', '085517.686000', '085517.689000', '085517.691000', '085517.694000', '085537.566000', '085537.569000', '085537.572000', '085537.574000', '085537.577000', '085537.580000', '085537.582000', '085537.585000', '085537.588000', '085537.590000', '085537.593000', '085537.596000', '085537.599000', '085537.602000', '085537.605000', '085537.607000', '085537.610000', '085537.613000', '085537.615000', '085537.618000', '085537.621000', '085537.624000', '085537.626000', '085537.629000', '085537.631000', '085537.634000', '085537.637000', '085537.640000', '085537.642000', '085537.645000', '085537.648000', '085537.650000', '085537.653000', '085537.656000', '085537.659000', '085537.661000', '085537.664000', '085537.667000', '085537.669000', '085537.672000', '085537.675000', '085537.677000', '085537.680000', '085537.682000', '085557.565000', '085557.568000', '085557.571000', '085557.574000', '085557.576000', '085557.579000', '085557.582000', '085557.584000', '085557.587000', '085557.590000', '085557.592000', '085557.595000', '085557.598000', '085557.601000', '085557.603000', '085557.606000', '085557.609000', '085557.611000', '085557.614000', '085557.617000', '085557.619000', '085557.622000', '085557.625000', '085557.627000', '085557.630000', '085557.633000', '085557.635000', '085557.638000', '085557.641000', '085557.643000', '085557.646000', '085557.649000', '085557.651000', '085557.654000', '085557.657000', '085557.660000', '085557.662000', '085557.665000', '085557.667000', '085557.670000', '085557.673000', '085557.675000', '085557.678000', '085617.567000', '085617.570000', '085617.572000', '085617.575000', '085617.578000', '085617.581000', '085617.584000', '085617.586000', '085617.589000', '085617.594000', '085617.596000', '085617.599000', '085617.603000', '085617.606000', '085617.608000', '085617.611000', '085617.614000', '085617.616000', '085617.619000', '085617.622000', '085617.625000', '085617.628000', '085617.631000', '085617.634000', '085617.637000', '085617.640000', '085617.642000', '085617.645000', '085617.648000', '085617.650000', '085617.653000', '085617.656000', '085617.658000', '085617.661000', '085617.664000', '085617.666000', '085617.669000', '085617.672000', '085617.675000', '085617.678000', '085617.681000', '085617.683000', '085617.686000', '085617.688000', '085637.567000', '085637.570000', '085637.573000', '085637.575000', '085637.578000', '085637.581000', '085637.583000', '085637.586000', '085637.589000', '085637.591000', '085637.594000', '085637.597000', '085637.599000', '085637.602000', '085637.605000', '085637.608000', '085637.610000', '085637.613000', '085637.616000', '085637.619000', '085637.622000', '085637.624000', '085637.627000', '085637.630000', '085637.632000', '085637.635000', '085637.637000', '085637.640000', '085637.643000', '085637.645000', '085637.648000', '085637.651000', '085637.653000', '085637.656000', '085637.659000', '085637.661000', '085637.664000', '085637.666000', '085637.669000', '085637.672000', '085637.674000', '085637.677000', '085637.680000', '085657.566000', '085657.569000', '085657.572000', '085657.575000', '085657.577000', '085657.580000', '085657.582000', '085657.585000', '085657.588000', '085657.590000', '085657.593000', '085657.596000', '085657.599000', '085657.602000', '085657.605000', '085657.608000', '085657.610000', '085657.620000', '085657.623000', '085657.626000', '085657.629000', '085657.632000', '085657.634000', '085657.637000', '085657.640000', '085657.642000', '085657.645000', '085657.648000', '085657.651000', '085657.654000', '085657.657000', '085657.659000', '085657.662000', '085657.665000', '085657.668000', '085657.671000', '085657.674000', '085657.676000', '085657.679000', '085657.682000', '085657.684000', '085657.687000', '085657.690000', '085657.693000', '085717.567000', '085717.570000', '085717.573000', '085717.576000', '085717.578000', '085717.581000', '085717.584000', '085717.586000', '085717.589000', '085717.592000', '085717.594000', '085717.597000', '085717.600000', '085717.602000', '085717.605000', '085717.608000', '085717.610000', '085717.613000', '085717.616000', '085717.618000', '085717.621000', '085717.624000', '085717.626000', '085717.629000', '085717.632000', '085717.634000', '085717.637000', '085717.640000', '085717.642000', '085717.645000', '085717.648000', '085717.650000', '085717.653000', '085717.656000', '085717.659000', '085717.662000', '085717.664000', '085717.667000', '085717.670000', '085717.673000', '085717.675000', '085717.678000', '085717.681000', '085737.567000', '085737.570000', '085737.572000', '085737.575000', '085737.578000', '085737.581000', '085737.584000', '085737.587000', '085737.589000', '085737.592000', '085737.595000', '085737.597000', '085737.600000', '085737.603000', '085737.605000', '085737.608000', '085737.611000', '085737.614000', '085737.616000', '085737.619000', '085737.622000', '085737.625000', '085737.628000', '085737.632000', '085737.635000', '085737.637000', '085737.640000', '085737.643000', '085737.645000', '085737.648000', '085737.651000', '085737.657000', '085737.660000', '085737.663000', '085737.665000', '085737.668000', '085737.671000', '085737.673000', '085737.676000', '085737.679000', '085737.681000', '085737.685000', '085737.688000', '085757.566000', '085757.569000', '085757.572000', '085757.575000', '085757.577000', '085757.580000', '085757.583000', '085757.585000', '085757.588000', '085757.591000', '085757.593000', '085757.596000', '085757.599000', '085757.601000', '085757.604000', '085757.607000', '085757.610000', '085757.612000', '085757.615000', '085757.618000', '085757.620000', '085757.623000', '085757.626000', '085757.628000', '085757.631000', '085757.634000', '085757.636000', '085757.639000', '085757.642000', '085757.644000', '085757.647000', '085757.650000', '085757.652000', '085757.655000', '085757.658000', '085757.660000', '085757.663000', '085757.665000', '085757.668000', '085757.671000', '085757.673000', '085757.676000', '085757.679000', '085757.681000', '085817.566000', '085817.569000', '085817.571000', '085817.574000', '085817.577000', '085817.580000', '085817.583000', '085817.586000', '085817.588000', '085817.591000', '085817.594000', '085817.598000', '085817.600000', '085817.603000', '085817.606000', '085817.609000', '085817.611000', '085817.614000', '085817.617000', '085817.619000', '085817.622000', '085817.625000', '085817.627000', '085817.630000', '085817.633000', '085817.636000', '085817.638000', '085817.641000', '085817.652000', '085817.655000', '085817.658000', '085817.661000', '085817.664000', '085817.667000', '085817.669000', '085817.672000', '085817.674000', '085817.677000', '085817.680000', '085817.682000', '085817.685000', '085817.688000', '085817.691000', '085837.567000', '085837.570000', '085837.572000', '085837.575000', '085837.578000', '085837.580000', '085837.583000', '085837.586000', '085837.588000', '085837.591000', '085837.594000', '085837.597000', '085837.600000', '085837.603000', '085837.606000', '085837.609000', '085837.612000', '085837.615000', '085837.617000', '085837.620000', '085837.623000', '085837.626000', '085837.628000', '085837.633000', '085837.636000', '085837.638000', '085837.641000', '085837.643000', '085837.646000', '085837.649000', '085837.652000', '085837.654000', '085837.657000', '085837.660000', '085837.662000', '085837.665000', '085837.668000', '085837.670000', '085837.673000', '085837.675000', '085837.678000', '085837.681000', '085837.683000', '085837.686000', '085857.566000', '085857.569000', '085857.572000', '085857.575000', '085857.577000', '085857.580000', '085857.583000', '085857.585000', '085857.588000', '085857.591000', '085857.593000', '085857.596000', '085857.599000', '085857.601000', '085857.604000', '085857.607000', '085857.609000', '085857.612000', '085857.615000', '085857.617000', '085857.620000', '085857.623000', '085857.626000', '085857.628000', '085857.631000', '085857.633000', '085857.636000', '085857.639000', '085857.642000', '085857.644000', '085857.647000', '085857.649000', '085857.652000', '085857.655000', '085857.657000', '085857.660000', '085857.663000', '085857.665000', '085857.668000', '085857.672000', '085857.675000', '085857.677000', '085857.680000', '085917.567000', '085917.570000', '085917.572000', '085917.575000', '085917.578000', '085917.580000', '085917.583000', '085917.586000', '085917.589000', '085917.591000', '085917.594000', '085917.597000', '085917.599000', '085917.602000', '085917.605000', '085917.614000', '085917.616000', '085917.619000', '085917.621000', '085917.624000', '085917.627000', '085917.629000', '085917.632000', '085917.635000', '085917.638000', '085917.640000', '085917.643000', '085917.646000', '085917.648000', '085917.651000', '085917.654000', '085917.656000', '085917.659000', '085917.662000', '085917.664000', '085917.667000', '085917.670000', '085917.672000', '085917.675000', '085917.678000', '085917.680000', '085917.683000', '085917.685000', '085917.688000', '085937.567000', '085937.570000', '085937.573000', '085937.575000', '085937.578000', '085937.581000', '085937.583000', '085937.586000', '085937.588000', '085937.591000', '085937.594000', '085937.596000', '085937.599000', '085937.602000', '085937.605000', '085937.607000', '085937.610000', '085937.613000', '085937.615000', '085937.618000', '085937.620000', '085937.623000', '085937.626000', '085937.628000', '085937.631000', '085937.634000', '085937.636000', '085937.639000', '085937.642000', '085937.645000', '085937.648000', '085937.651000', '085937.655000', '085937.657000', '085937.660000', '085937.662000', '085937.665000', '085937.668000', '085937.670000', '085937.685000', '085937.688000', '085937.690000', '085937.693000', '085957.567000', '085957.569000', '085957.572000', '085957.575000', '085957.578000', '085957.580000', '085957.583000', '085957.586000', '085957.588000', '085957.591000', '085957.594000', '085957.596000', '085957.599000', '085957.602000', '085957.604000', '085957.607000', '085957.610000', '085957.612000', '085957.615000', '085957.618000', '085957.621000', '085957.623000', '085957.626000', '085957.628000', '085957.631000', '085957.634000', '085957.637000', '085957.639000', '085957.642000', '085957.644000', '085957.647000', '085957.650000', '085957.652000', '085957.655000', '085957.658000', '085957.660000', '085957.663000', '085957.666000', '085957.669000', '085957.671000', '085957.674000', '085957.676000', '085957.679000', '085957.682000', '090017.566000', '090017.569000', '090017.572000', '090017.575000', '090017.597000', '090017.600000', '090017.603000', '090017.606000', '090017.609000', '090017.612000', '090017.614000', '090017.617000', '090017.620000', '090017.623000', '090017.626000', '090017.629000', '090017.632000', '090017.635000', '090017.637000', '090017.641000', '090017.643000', '090017.646000', '090017.649000', '090017.652000', '090017.655000', '090017.658000', '090017.661000', '090017.664000', '090017.666000', '090017.669000', '090017.672000', '090017.675000', '090017.678000', '090017.681000', '090017.684000', '090017.687000', '090017.689000', '090017.693000', '090017.695000', '090017.698000', '090017.701000', '090017.704000', '090017.707000', '090037.566000', '090037.569000', '090037.571000', '090037.574000', '090037.577000', '090037.580000', '090037.582000', '090037.586000', '090037.589000', '090037.591000', '090037.594000', '090037.596000', '090037.599000', '090037.602000', '090037.605000', '090037.607000', '090037.610000', '090037.613000', '090037.615000', '090037.624000', '090037.627000', '090037.630000', '090037.632000', '090037.635000', '090037.638000', '090037.641000', '090037.643000', '090037.646000', '090037.649000', '090037.651000', '090037.654000', '090037.656000', '090037.659000', '090037.662000', '090037.664000', '090037.667000', '090037.670000', '090037.672000', '090037.675000', '090037.678000', '090037.681000', '090037.683000', '090037.686000', '090037.688000', '090057.567000', '090057.569000', '090057.572000', '090057.575000', '090057.578000', '090057.580000', '090057.583000', '090057.586000', '090057.589000', '090057.591000', '090057.594000', '090057.597000', '090057.599000', '090057.602000', '090057.605000', '090057.608000', '090057.610000', '090057.613000', '090057.616000', '090057.618000', '090057.621000', '090057.624000', '090057.626000', '090057.629000', '090057.632000', '090057.634000', '090057.637000', '090057.640000', '090057.642000', '090057.645000', '090057.648000', '090057.650000', '090057.653000', '090057.655000', '090057.658000', '090057.661000', '090057.663000', '090057.666000', '090057.669000', '090057.671000', '090057.674000', '090057.676000', '090057.679000', '090117.567000', '090117.569000', '090117.572000', '090117.575000', '090117.578000', '090117.580000', '090117.583000', '090117.585000', '090117.588000', '090117.591000', '090117.593000', '090117.596000', '090117.599000', '090117.601000', '090117.604000', '090117.607000', '090117.609000', '090117.612000', '090117.615000', '090117.617000', '090117.620000', '090117.623000', '090117.625000', '090117.628000', '090117.631000', '090117.633000', '090117.636000', '090117.639000', '090117.641000', '090117.644000', '090117.647000', '090117.649000', '090117.652000', '090117.654000', '090117.657000', '090117.660000', '090117.663000', '090117.665000', '090117.668000', '090117.671000', '090117.673000', '090117.676000', '090117.678000', '090117.681000', '090137.567000', '090137.570000', '090137.572000', '090137.575000', '090137.578000', '090137.580000', '090137.583000', '090137.586000', '090137.588000', '090137.591000', '090137.594000', '090137.596000', '090137.599000', '090137.602000', '090137.604000', '090137.607000', '090137.610000', '090137.612000', '090137.615000', '090137.618000', '090137.620000', '090137.623000', '090137.625000', '090137.628000', '090137.631000', '090137.633000', '090137.636000', '090137.638000', '090137.641000', '090137.644000', '090137.646000', '090137.649000', '090137.651000', '090137.654000', '090137.657000', '090137.659000', '090137.662000', '090137.665000', '090137.667000', '090137.670000', '090137.672000', '090137.675000', '090137.678000', '090157.567000', '090157.569000', '090157.572000', '090157.575000', '090157.578000', '090157.580000', '090157.583000', '090157.586000', '090157.588000', '090157.591000', '090157.594000', '090157.596000', '090157.599000', '090157.602000', '090157.604000', '090157.607000', '090157.610000', '090157.612000', '090157.615000', '090157.618000', '090157.620000', '090157.623000', '090157.626000', '090157.628000', '090157.631000', '090157.633000', '090157.636000', '090157.639000', '090157.642000', '090157.644000', '090157.647000', '090157.650000', '090157.652000', '090157.664000', '090157.667000', '090157.669000', '090157.672000', '090157.675000', '090157.677000', '090157.680000', '090157.683000', '090157.685000', '090157.688000', '090157.690000', '090217.567000', '090217.570000', '090217.572000', '090217.578000', '090217.580000', '090217.583000', '090217.585000', '090217.588000', '090217.591000', '090217.593000', '090217.596000', '090217.599000', '090217.602000', '090217.604000', '090217.607000', '090217.610000', '090217.612000', '090217.615000', '090217.618000', '090217.620000', '090217.623000', '090217.626000', '090217.628000', '090217.631000', '090217.634000', '090217.636000', '090217.639000', '090217.642000', '090217.644000', '090217.647000', '090217.650000', '090217.652000', '090217.655000', '090217.658000', '090217.660000', '090217.663000', '090217.665000', '090217.668000', '090217.671000', '090217.674000', '090217.676000', '090217.679000', '090217.681000', '090228.290000', '090228.294000', '090228.297000', '090228.300000', '090228.303000', '090228.306000', '090228.309000', '090228.312000', '090228.315000', '090228.318000', '090228.321000', '090228.324000', '090228.327000', '090228.330000', '090228.333000', '090228.336000', '090228.351000', '090228.361000', '090228.364000', '090228.367000', '090228.370000', '090228.373000', '090228.376000', '090228.379000'], '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': [7902, 10373, 7968, 9360, 6833, 9188, 6726, 9085, 6676, 8911, 8184, 6715, 7289, 6730, 6598, 7018, 6790, 8056, 6720, 8233, 7807, 7647, 9697, 6778, 9311, 6885, 9152, 6683, 7684, 6474, 8252, 7559, 8072, 6711, 7705, 7497, 7645, 8270, 7507, 6474, 7597, 6562, 7546, 8509, 7336, 8854, 7005, 8836, 7011, 8857, 6816, 9158, 6612, 9133, 6766, 7841, 6874, 7751, 7138, 8509, 7171, 8612, 6921, 8996, 7182, 6571, 7398, 6637, 7376, 7092, 7163, 6766, 7539, 6805, 8298, 6880, 8938, 6802, 8290, 7107, 7123, 7411, 6953, 7287, 6937, 8322, 6872, 8609, 6904, 7014, 7345, 6981, 7570, 7334, 7603, 6751, 8026, 6915, 8389, 6767, 8191, 7094, 7959, 6754, 7849, 7071, 7835, 6531, 8838, 6868, 8448, 6738, 7447, 6626, 7454, 6796, 7513, 6778, 7286, 6735, 7133, 6747, 7132, 6876, 7948, 6579, 7917, 6448, 7417, 6615, 7183, 6596, 7336, 6675, 8448, 6783, 6674, 8267, 6638, 7905, 7012, 8164, 6742, 7196, 8940, 6945, 9548, 7207, 8766, 6678, 8221, 6691, 8610, 6845, 7722, 6611, 7139, 6415, 6767, 6680, 6915, 6698, 7847, 6967, 7926, 6751, 7818, 6859, 7100, 6930, 7097, 6986, 7043, 9240, 6773, 9543, 6738, 8975, 6871, 9026, 6814, 8097, 6859, 8949, 6867, 8512, 6690, 7138, 6672, 6947, 6592, 7026, 8845, 6634, 9108, 6787, 8340, 6643, 7587, 6728, 8174, 6560, 7178, 8203, 6755, 9344, 7147, 9565, 6827, 9497, 6721, 8619, 6880, 8185, 6890, 7965, 6646, 7686, 6551, 8363, 6555, 7748, 6591, 7354, 6510, 7417, 6822, 6703, 6757, 6774, 7619, 6956, 7209, 6846, 6946, 9752, 7784, 9131, 7047, 10941, 6699, 10411, 7346, 10128, 6983, 10443, 6960, 9775, 6703, 8947, 6718, 8367, 6461, 7267, 6324, 6865, 6448, 7092, 7892, 6658, 9163, 6643, 9223, 7031, 9014, 6588, 8565, 6613, 8825, 6519, 8276, 6879, 7893, 6550, 7985, 6522, 8680, 6368, 8088, 6574, 8255, 6694, 8227, 6615, 8563, 6500, 8214, 7033, 8897, 6775, 8283, 6726, 8548, 6684, 9059, 6745, 8630, 6592, 8329, 6620, 7905, 6602, 7474, 8709, 7614, 6665, 7002, 8942, 6759, 9394, 7311, 8993, 7465, 8726, 6599, 8397, 6731, 8169, 6638, 7742, 6530, 7870, 6676, 8029, 6313, 7372, 7509, 7692, 6449, 6984, 6657, 6974, 7018, 7026, 6971, 7405, 6318, 7204, 6463, 7497, 6583, 7246, 6535, 8409, 6291, 7039, 6441, 7071, 8781, 6942, 9365, 7771, 9062, 6740, 8705, 6622, 8652, 6607, 8699, 6956, 8294, 6517, 8677, 6672, 8542, 7291, 7548, 6988, 6366, 7064, 6497, 7963, 6638, 8758, 6598, 8468, 6564, 8063, 6632, 8276, 7034, 9263, 6659, 8315, 6536, 8525, 6511, 7850, 6613, 8173, 6474, 7978, 6061, 7249, 6173, 7479, 8533, 7148, 6505, 6688, 6146, 6868, 7160, 7117, 7702, 7641, 6212, 7157, 6852, 8274, 6951, 7670, 6703, 8046, 6429, 7603, 7383, 6360, 7501, 6293, 7050, 10754, 6672, 9995, 6786, 8916, 6732, 7573, 6437, 7732, 6258, 6624, 6214, 6783, 7231, 6833, 6089, 6778, 6372, 7127, 6514, 7652, 6429, 7523, 6631, 8187, 6679, 8753, 6581, 8583, 6883, 9672, 7303, 10529, 6746, 10341, 6480, 9007, 6341, 9260, 7090, 8962, 6612, 8872, 6591, 8523, 6544, 7638, 6499, 8121, 6332, 7917, 6634, 7693, 6459, 7196, 6481, 7058, 9380, 6924, 9492, 6690, 8808, 6558, 8843, 6394, 8712, 6460, 8327, 6481, 8013, 6781, 8586, 6381, 7515, 6628, 6853, 7958, 7337, 8656, 6589, 8913, 6670, 8730, 6550, 8272, 6552, 7612, 6606, 8046, 6628, 8196, 6829, 7558, 7388, 7562, 6630, 6903, 8279, 6753, 9560, 7588, 9068, 6812, 9287, 6819, 8894, 6578, 8473, 6648, 7826, 6662, 7291, 6871, 8318, 6458, 8576, 6663, 7516, 6975, 6881, 8832, 7156, 7519, 6769, 9298, 6639, 9288, 6527, 8635, 6613, 8621, 6558, 8692, 6725, 8707, 6583, 8386, 6424, 7901, 6380, 7764, 6505, 8101, 6389, 7927, 6362, 7049, 6513, 6927, 6464, 7008, 6480, 7098, 8333, 6946, 8497, 8062, 7223, 7081, 6308, 7180, 8564, 6541, 9295, 6997, 8520, 6538, 8002, 6858, 8121, 6548, 8596, 6418, 8108, 6511, 7801, 6563, 8423, 6563, 8747, 6781, 8145, 6634, 7954, 6630, 7639, 6728, 7973, 6771, 8584, 6687, 7947, 6665, 7766, 6598, 7322, 6604, 8195, 6487, 8274, 6617, 8200, 6616, 7975, 6567, 8759, 6574, 9264, 6703, 8952, 7804, 7880, 6860, 8526, 6910, 9437, 6751, 9387, 8026, 6600, 7165, 7352, 6764, 9370, 6431, 9191, 7645, 8760, 6515, 8094, 6681, 8500, 7586, 7188, 7264, 6617, 6947, 6621, 7357, 6586, 7370, 6560, 7650, 7473, 8446, 6557, 6570, 7495, 6940, 9287, 7390, 8902, 7566, 7774, 7358, 11691, 7026, 10421, 6872, 10297, 6717, 8514, 6192, 7652, 6416, 7024, 8879, 6704, 9585, 6704, 8913, 6472, 8488, 6519, 8548, 6687, 8694, 6582, 8578, 6622, 8156, 6739, 7479, 6754, 7878, 6528, 8707, 6580, 8528, 6672, 8155, 6610, 7038, 6698, 6724, 6536, 6578, 9033, 6566, 9298, 6725, 8713, 7342, 9123, 6803, 8167, 6556, 8214, 6442, 8574, 6691, 8542, 6456, 8103, 6399, 7189, 11595, 6969, 10460, 6646, 8355, 6396, 7145, 6361, 7172, 9300, 6872, 8801, 6756, 8375, 6681, 8278, 6872, 7573, 6607, 7938, 6466, 7088, 6447, 7209, 9724, 6789, 9454, 7099, 8209, 6698, 8548, 6681, 8374, 6875, 8375, 6751, 7474, 6640, 7983, 6713, 8298, 6673, 7803, 7003, 7198, 9826, 7075, 10112, 6902, 8990, 6884, 8903, 6688, 8424, 6498, 7961, 6588, 6943, 8295, 7119, 9406, 7635, 9354, 6998, 9143, 7051, 8361, 6713, 8503, 6824, 8157, 6473, 7271, 6439, 6853, 6393, 7390, 8851, 7245, 9646, 7765, 7995, 7066, 7809, 7116, 9001, 7390, 8702, 8111, 6565, 7235, 6819, 6833, 6603, 7671, 8596, 7308, 8316, 7240, 9684, 6878, 9007, 6987, 8256, 6425, 7105, 6228, 7043, 7842, 7019, 9014, 6718, 8627, 6790, 8372, 6679, 8205, 6762, 8620, 6654, 8495, 6543, 7200, 8001, 7023, 6532, 6885, 8273, 6728, 9380, 7529, 9462, 8059, 6567, 6677, 6815, 6832, 6611, 7510, 7738, 7673, 6563, 7279, 10759, 7160, 9965, 7051, 8858, 7075, 8401, 6464, 7062, 7841, 7019, 9387, 6950, 9251, 7062, 8909, 6995, 8406, 6751, 8613, 6683, 8115, 6645, 7603, 6444, 6943, 6454, 7006, 7852, 7198, 9416, 7128, 9097, 6945, 8654, 6993, 8405, 6222, 7217, 8836, 7496, 8228, 7003, 8913, 6937, 8526, 7084, 8638, 7330, 8691, 7173, 8167, 6927, 8702, 7157, 8356, 7040, 8413, 6875, 7833, 6703, 7962, 6623, 7101, 10092, 7249, 10330, 6871, 9052, 6897, 9001, 6986, 8904, 7308, 8444, 6632, 9139, 7007, 8865, 7124, 8930, 7744, 9239, 7014, 8969, 6987, 8525, 6995, 7875, 6338, 7115, 9826, 7042, 10385, 6753, 9088, 7167, 8856, 7102, 8299, 6781, 7023, 6401, 6981, 8972, 6934, 8835, 7041, 8592, 7131, 8087, 6949, 7656, 7098, 7949, 6501, 6968, 6930, 6571, 6653, 6692, 6819, 7804, 6965, 8060, 6812, 8708, 7395, 7466, 6757, 6834, 7080, 8400, 6927, 9004, 7535, 9369, 6902, 9257, 6897, 8545, 6818, 8144, 6849, 7343, 6544, 7279, 6575, 7020, 7280, 7375, 7338, 7446, 7989, 6800, 9331, 7042, 8869, 7070, 8650, 6939, 7906, 6856, 8116, 6754, 7139, 6592, 6628, 6919, 8129, 6771, 7977, 7059, 7716, 6604, 6764, 6644, 6916, 6711, 7523, 6750, 7163, 7090, 7214, 7634, 7344, 8575, 7142, 9636, 7437, 9484, 7100, 9186, 7273, 8365, 6775, 7140, 6566, 6942, 8408, 7073, 9456, 7042, 8885, 7116, 8441, 6946, 8210, 6960, 8317, 7046, 8289, 6962, 7860, 7057, 7897, 7026, 8018, 6899, 8014, 6566, 7297, 6628, 6996, 6735, 7919, 7077, 8136, 7188, 8078, 7018, 7849, 6853, 7030, 6735, 7264, 6640, 6723, 6667, 6595, 6665, 7276, 10111, 7025, 9216, 7054, 8306, 6923, 7557, 6880, 8345, 6971, 8006, 6639, 8038, 6927, 7713, 6963, 7976, 6793, 7841, 6633, 7950, 6634, 8029, 6630, 6975, 6669, 7048, 6506, 7107, 9653, 7274, 9536, 7049, 9621, 7044, 8197, 6930, 8699, 7240, 8545, 8131, 6751, 7209, 6844, 7405, 6703, 7644, 6994, 8752, 6976, 8445, 6917, 8417, 6918, 8405, 7074, 8278, 7522, 8055, 7260, 8441, 6712, 7401, 6513, 7406, 6815, 6929, 6480, 6694, 7305, 7080, 9520, 7249, 9107, 7451, 9423, 7028, 8559, 7174, 8586, 7026, 8207, 7241, 7795, 7067, 8010, 6935, 8032, 6862, 7733, 6955, 8363, 7157, 7497, 7108, 8797, 7334, 8730, 7080, 8770, 7514, 9191, 6864, 8085, 6532, 6983, 10225, 7126, 9481, 7167, 8342, 6787, 7484, 6874, 7488, 6632, 6673, 7109, 7329, 7512, 7096, 8191, 6996, 9302, 6937, 9201, 7294, 9081, 7187, 8565, 7007, 8603, 6799, 8113, 6968, 8230, 6759, 8441, 7225, 6357, 6687, 6417, 7882, 6346, 7322, 9810, 7177, 9188, 7044, 8397, 6779, 7235, 8737, 6991, 10258, 6662, 9930, 7008, 8732, 7044, 8481, 6815, 8444, 6958, 8576, 6855, 8568, 7033, 8697, 7043, 8439, 7021, 8493, 7151, 7839, 6639], 'WindowCenter': [3957.0, 3962.0, 3929.0, 3936.0, 3894.0, 3922.0, 3892.0, 3923.0, 3893.0, 3934.0, 3925.0, 3905.0, 3902.0, 3894.0, 3894.0, 3893.0, 3890.0, 3913.0, 3890.0, 3924.0, 3901.0, 3913.0, 3934.0, 3895.0, 3922.0, 3890.0, 3921.0, 3878.0, 3885.0, 3866.0, 3895.0, 3886.0, 3887.0, 3864.0, 3885.0, 3873.0, 3887.0, 3896.0, 3874.0, 3851.0, 3873.0, 3863.0, 3884.0, 3909.0, 3887.0, 3905.0, 3875.0, 3906.0, 3877.0, 3907.0, 3865.0, 3906.0, 3877.0, 3919.0, 3878.0, 3897.0, 3878.0, 3897.0, 3888.0, 3908.0, 3890.0, 3908.0, 3890.0, 3922.0, 3890.0, 3891.0, 3901.0, 3890.0, 3900.0, 3901.0, 3904.0, 3893.0, 3916.0, 3894.0, 3922.0, 3905.0, 3934.0, 3906.0, 3926.0, 3905.0, 3906.0, 3916.0, 3904.0, 3915.0, 3904.0, 3926.0, 3906.0, 3924.0, 3906.0, 3904.0, 3914.0, 3906.0, 3915.0, 3916.0, 3915.0, 3894.0, 3925.0, 3903.0, 3913.0, 3892.0, 3913.0, 3891.0, 3912.0, 3891.0, 3900.0, 3889.0, 3888.0, 3867.0, 3909.0, 3877.0, 3910.0, 3878.0, 3891.0, 3877.0, 3889.0, 3876.0, 3887.0, 3877.0, 3887.0, 3878.0, 3890.0, 3877.0, 3888.0, 3878.0, 3899.0, 3878.0, 3899.0, 3868.0, 3889.0, 3879.0, 3890.0, 3880.0, 3889.0, 3890.0, 3909.0, 3891.0, 3891.0, 3922.0, 3893.0, 3912.0, 3889.0, 3910.0, 3879.0, 3880.0, 3908.0, 3876.0, 3906.0, 3885.0, 3897.0, 3866.0, 3894.0, 3864.0, 3895.0, 3865.0, 3888.0, 3877.0, 3889.0, 3878.0, 3879.0, 3888.0, 3890.0, 3890.0, 3911.0, 3903.0, 3912.0, 3893.0, 3913.0, 3895.0, 3907.0, 3902.0, 3905.0, 3903.0, 3903.0, 3923.0, 3892.0, 3921.0, 3893.0, 3923.0, 3881.0, 3922.0, 3892.0, 3899.0, 3879.0, 3918.0, 3879.0, 3909.0, 3879.0, 3891.0, 3879.0, 3892.0, 3878.0, 3889.0, 3909.0, 3878.0, 3908.0, 3879.0, 3910.0, 3880.0, 3900.0, 3879.0, 3910.0, 3877.0, 3888.0, 3909.0, 3879.0, 3920.0, 3889.0, 3919.0, 3889.0, 3920.0, 3888.0, 3909.0, 3889.0, 3909.0, 3891.0, 3899.0, 3878.0, 3899.0, 3880.0, 3911.0, 3879.0, 3913.0, 3891.0, 3903.0, 3905.0, 3912.0, 3893.0, 3890.0, 3893.0, 3891.0, 3914.0, 3903.0, 3915.0, 3893.0, 3904.0, 3934.0, 3913.0, 3922.0, 3890.0, 3929.0, 3878.0, 3918.0, 3886.0, 3916.0, 3876.0, 3917.0, 3875.0, 3903.0, 3863.0, 3893.0, 3862.0, 3893.0, 3852.0, 3873.0, 3853.0, 3864.0, 3851.0, 3872.0, 3884.0, 3862.0, 3905.0, 3875.0, 3906.0, 3876.0, 3905.0, 3876.0, 3906.0, 3877.0, 3907.0, 3879.0, 3908.0, 3878.0, 3896.0, 3879.0, 3898.0, 3867.0, 3909.0, 3878.0, 3910.0, 3889.0, 3908.0, 3891.0, 3908.0, 3889.0, 3922.0, 3881.0, 3912.0, 3900.0, 3921.0, 3890.0, 3908.0, 3879.0, 3909.0, 3889.0, 3919.0, 3879.0, 3910.0, 3877.0, 3906.0, 3876.0, 3897.0, 3877.0, 3888.0, 3906.0, 3898.0, 3875.0, 3875.0, 3905.0, 3875.0, 3905.0, 3887.0, 3906.0, 3887.0, 3895.0, 3865.0, 3893.0, 3865.0, 3896.0, 3875.0, 3886.0, 3863.0, 3885.0, 3863.0, 3885.0, 3862.0, 3885.0, 3885.0, 3885.0, 3853.0, 3874.0, 3862.0, 3874.0, 3875.0, 3875.0, 3873.0, 3885.0, 3865.0, 3886.0, 3865.0, 3885.0, 3876.0, 3885.0, 3865.0, 3896.0, 3853.0, 3876.0, 3853.0, 3874.0, 3895.0, 3875.0, 3904.0, 3882.0, 3892.0, 3864.0, 3892.0, 3863.0, 3893.0, 3863.0, 3893.0, 3874.0, 3894.0, 3864.0, 3906.0, 3878.0, 3907.0, 3887.0, 3895.0, 3886.0, 3866.0, 3887.0, 3877.0, 3898.0, 3877.0, 3910.0, 3878.0, 3909.0, 3876.0, 3897.0, 3878.0, 3897.0, 3875.0, 3905.0, 3862.0, 3894.0, 3863.0, 3895.0, 3864.0, 3894.0, 3863.0, 3894.0, 3852.0, 3882.0, 3840.0, 3871.0, 3852.0, 3874.0, 3894.0, 3872.0, 3851.0, 3863.0, 3851.0, 3861.0, 3874.0, 3874.0, 3885.0, 3885.0, 3852.0, 3876.0, 3863.0, 3895.0, 3872.0, 3885.0, 3875.0, 3898.0, 3876.0, 3898.0, 3888.0, 3866.0, 3887.0, 3864.0, 3875.0, 3914.0, 3862.0, 3905.0, 3864.0, 3892.0, 3862.0, 3871.0, 3850.0, 3871.0, 3850.0, 3861.0, 3852.0, 3864.0, 3883.0, 3876.0, 3853.0, 3875.0, 3866.0, 3888.0, 3878.0, 3900.0, 3878.0, 3899.0, 3877.0, 3908.0, 3891.0, 3910.0, 3880.0, 3921.0, 3889.0, 3921.0, 3897.0, 3917.0, 3877.0, 3917.0, 3865.0, 3907.0, 3865.0, 3907.0, 3877.0, 3907.0, 3876.0, 3906.0, 3876.0, 3905.0, 3864.0, 3883.0, 3863.0, 3884.0, 3863.0, 3896.0, 3863.0, 3884.0, 3851.0, 3876.0, 3864.0, 3873.0, 3905.0, 3874.0, 3903.0, 3864.0, 3893.0, 3864.0, 3905.0, 3866.0, 3907.0, 3866.0, 3908.0, 3877.0, 3908.0, 3877.0, 3907.0, 3878.0, 3899.0, 3877.0, 3891.0, 3910.0, 3900.0, 3909.0, 3888.0, 3919.0, 3890.0, 3909.0, 3880.0, 3911.0, 3879.0, 3900.0, 3890.0, 3911.0, 3890.0, 3922.0, 3890.0, 3912.0, 3902.0, 3903.0, 3890.0, 3891.0, 3911.0, 3889.0, 3918.0, 3901.0, 3921.0, 3890.0, 3920.0, 3877.0, 3908.0, 3876.0, 3909.0, 3878.0, 3900.0, 3877.0, 3886.0, 3877.0, 3909.0, 3866.0, 3909.0, 3878.0, 3898.0, 3889.0, 3890.0, 3909.0, 3886.0, 3887.0, 3876.0, 3907.0, 3876.0, 3916.0, 3867.0, 3907.0, 3877.0, 3905.0, 3866.0, 3906.0, 3876.0, 3908.0, 3878.0, 3910.0, 3880.0, 3897.0, 3866.0, 3897.0, 3867.0, 3897.0, 3867.0, 3898.0, 3878.0, 3888.0, 3865.0, 3888.0, 3865.0, 3888.0, 3865.0, 3887.0, 3909.0, 3888.0, 3908.0, 3899.0, 3888.0, 3888.0, 3867.0, 3890.0, 3908.0, 3878.0, 3919.0, 3890.0, 3911.0, 3879.0, 3899.0, 3877.0, 3898.0, 3877.0, 3907.0, 3880.0, 3910.0, 3881.0, 3900.0, 3892.0, 3911.0, 3891.0, 3921.0, 3891.0, 3909.0, 3890.0, 3911.0, 3890.0, 3900.0, 3891.0, 3909.0, 3878.0, 3919.0, 3878.0, 3912.0, 3890.0, 3901.0, 3879.0, 3888.0, 3877.0, 3908.0, 3866.0, 3908.0, 3877.0, 3909.0, 3889.0, 3909.0, 3891.0, 3921.0, 3892.0, 3931.0, 3892.0, 3921.0, 3911.0, 3910.0, 3889.0, 3909.0, 3890.0, 3919.0, 3889.0, 3920.0, 3910.0, 3876.0, 3887.0, 3886.0, 3877.0, 3918.0, 3878.0, 3918.0, 3900.0, 3909.0, 3877.0, 3899.0, 3890.0, 3921.0, 3901.0, 3890.0, 3901.0, 3879.0, 3888.0, 3878.0, 3900.0, 3890.0, 3901.0, 3878.0, 3901.0, 3900.0, 3908.0, 3878.0, 3890.0, 3901.0, 3905.0, 3933.0, 3905.0, 3923.0, 3901.0, 3899.0, 3888.0, 3928.0, 3876.0, 3916.0, 3864.0, 3916.0, 3863.0, 3894.0, 3840.0, 3871.0, 3850.0, 3861.0, 3892.0, 3863.0, 3903.0, 3875.0, 3906.0, 3865.0, 3895.0, 3866.0, 3904.0, 3877.0, 3906.0, 3879.0, 3909.0, 3891.0, 3900.0, 3881.0, 3889.0, 3880.0, 3898.0, 3879.0, 3919.0, 3890.0, 3921.0, 3891.0, 3912.0, 3891.0, 3901.0, 3889.0, 3892.0, 3878.0, 3879.0, 3919.0, 3880.0, 3920.0, 3891.0, 3935.0, 3902.0, 3931.0, 3891.0, 3923.0, 3880.0, 3911.0, 3880.0, 3924.0, 3890.0, 3921.0, 3877.0, 3910.0, 3866.0, 3888.0, 3927.0, 3878.0, 3917.0, 3876.0, 3897.0, 3864.0, 3876.0, 3863.0, 3875.0, 3904.0, 3875.0, 3905.0, 3875.0, 3908.0, 3877.0, 3907.0, 3876.0, 3898.0, 3877.0, 3907.0, 3878.0, 3889.0, 3878.0, 3900.0, 3919.0, 3889.0, 3921.0, 3892.0, 3910.0, 3889.0, 3920.0, 3889.0, 3909.0, 3892.0, 3911.0, 3892.0, 3900.0, 3892.0, 3910.0, 3890.0, 3923.0, 3890.0, 3915.0, 3904.0, 3902.0, 3933.0, 3903.0, 3931.0, 3891.0, 3920.0, 3889.0, 3922.0, 3880.0, 3910.0, 3877.0, 3899.0, 3878.0, 3888.0, 3908.0, 3889.0, 3920.0, 3900.0, 3918.0, 3888.0, 3919.0, 3889.0, 3909.0, 3878.0, 3920.0, 3879.0, 3910.0, 3878.0, 3900.0, 3867.0, 3877.0, 3865.0, 3899.0, 3921.0, 3901.0, 3920.0, 3901.0, 3899.0, 3888.0, 3900.0, 3890.0, 3919.0, 3902.0, 3920.0, 3911.0, 3890.0, 3901.0, 3889.0, 3891.0, 3890.0, 3911.0, 3921.0, 3899.0, 3910.0, 3899.0, 3919.0, 3878.0, 3906.0, 3875.0, 3909.0, 3867.0, 3877.0, 3855.0, 3876.0, 3896.0, 3877.0, 3907.0, 3878.0, 3909.0, 3877.0, 3907.0, 3877.0, 3908.0, 3879.0, 3909.0, 3878.0, 3920.0, 3881.0, 3900.0, 3909.0, 3900.0, 3878.0, 3890.0, 3909.0, 3891.0, 3921.0, 3912.0, 3933.0, 3913.0, 3889.0, 3890.0, 3889.0, 3890.0, 3892.0, 3904.0, 3913.0, 3915.0, 3890.0, 3901.0, 3941.0, 3889.0, 3929.0, 3890.0, 3919.0, 3876.0, 3909.0, 3865.0, 3876.0, 3896.0, 3875.0, 3906.0, 3875.0, 3906.0, 3875.0, 3904.0, 3877.0, 3894.0, 3876.0, 3905.0, 3876.0, 3909.0, 3876.0, 3899.0, 3877.0, 3890.0, 3867.0, 3887.0, 3897.0, 3888.0, 3918.0, 3889.0, 3907.0, 3877.0, 3908.0, 3886.0, 3907.0, 3867.0, 3885.0, 3906.0, 3886.0, 3898.0, 3887.0, 3907.0, 3886.0, 3908.0, 3888.0, 3909.0, 3888.0, 3909.0, 3889.0, 3909.0, 3902.0, 3918.0, 3889.0, 3909.0, 3888.0, 3911.0, 3879.0, 3899.0, 3877.0, 3908.0, 3890.0, 3889.0, 3929.0, 3901.0, 3917.0, 3875.0, 3905.0, 3876.0, 3906.0, 3887.0, 3920.0, 3886.0, 3906.0, 3878.0, 3917.0, 3887.0, 3908.0, 3888.0, 3920.0, 3899.0, 3906.0, 3876.0, 3908.0, 3874.0, 3895.0, 3873.0, 3897.0, 3864.0, 3873.0, 3904.0, 3872.0, 3903.0, 3861.0, 3892.0, 3859.0, 3891.0, 3861.0, 3881.0, 3862.0, 3861.0, 3851.0, 3863.0, 3892.0, 3871.0, 3893.0, 3872.0, 3892.0, 3874.0, 3893.0, 3874.0, 3886.0, 3875.0, 3897.0, 3864.0, 3890.0, 3901.0, 3891.0, 3889.0, 3889.0, 3889.0, 3910.0, 3901.0, 3923.0, 3904.0, 3934.0, 3914.0, 3913.0, 3903.0, 3903.0, 3902.0, 3922.0, 3904.0, 3923.0, 3913.0, 3922.0, 3892.0, 3921.0, 3890.0, 3911.0, 3891.0, 3909.0, 3878.0, 3899.0, 3869.0, 3889.0, 3877.0, 3888.0, 3888.0, 3899.0, 3889.0, 3899.0, 3898.0, 3878.0, 3907.0, 3887.0, 3922.0, 3887.0, 3906.0, 3877.0, 3898.0, 3865.0, 3897.0, 3888.0, 3890.0, 3878.0, 3878.0, 3889.0, 3897.0, 3877.0, 3909.0, 3888.0, 3910.0, 3903.0, 3903.0, 3891.0, 3901.0, 3889.0, 3911.0, 3880.0, 3890.0, 3900.0, 3902.0, 3912.0, 3917.0, 3935.0, 3915.0, 3945.0, 3916.0, 3934.0, 3891.0, 3921.0, 3890.0, 3926.0, 3890.0, 3888.0, 3877.0, 3888.0, 3896.0, 3876.0, 3918.0, 3889.0, 3920.0, 3888.0, 3896.0, 3890.0, 3908.0, 3890.0, 3910.0, 3888.0, 3909.0, 3903.0, 3911.0, 3889.0, 3909.0, 3890.0, 3898.0, 3889.0, 3910.0, 3878.0, 3900.0, 3891.0, 3890.0, 3880.0, 3909.0, 3887.0, 3909.0, 3890.0, 3910.0, 3889.0, 3910.0, 3879.0, 3892.0, 3890.0, 3901.0, 3878.0, 3880.0, 3878.0, 3879.0, 3878.0, 3900.0, 3931.0, 3890.0, 3922.0, 3890.0, 3909.0, 3888.0, 3897.0, 3888.0, 3909.0, 3887.0, 3911.0, 3890.0, 3912.0, 3891.0, 3901.0, 3890.0, 3909.0, 3878.0, 3909.0, 3889.0, 3912.0, 3889.0, 3911.0, 3880.0, 3889.0, 3878.0, 3890.0, 3878.0, 3888.0, 3919.0, 3900.0, 3919.0, 3889.0, 3920.0, 3889.0, 3907.0, 3888.0, 3920.0, 3913.0, 3923.0, 3923.0, 3890.0, 3914.0, 3892.0, 3902.0, 3902.0, 3915.0, 3904.0, 3924.0, 3903.0, 3925.0, 3904.0, 3922.0, 3902.0, 3924.0, 3902.0, 3911.0, 3900.0, 3911.0, 3898.0, 3911.0, 3876.0, 3900.0, 3878.0, 3888.0, 3877.0, 3888.0, 3866.0, 3877.0, 3886.0, 3887.0, 3930.0, 3899.0, 3907.0, 3889.0, 3917.0, 3890.0, 3907.0, 3887.0, 3906.0, 3889.0, 3911.0, 3900.0, 3899.0, 3888.0, 3899.0, 3889.0, 3908.0, 3879.0, 3912.0, 3888.0, 3911.0, 3888.0, 3890.0, 3890.0, 3909.0, 3901.0, 3909.0, 3890.0, 3911.0, 3889.0, 3918.0, 3878.0, 3900.0, 3865.0, 3876.0, 3915.0, 3875.0, 3906.0, 3874.0, 3895.0, 3863.0, 3874.0, 3861.0, 3874.0, 3864.0, 3875.0, 3875.0, 3888.0, 3885.0, 3888.0, 3896.0, 3875.0, 3907.0, 3877.0, 3917.0, 3887.0, 3905.0, 3875.0, 3894.0, 3874.0, 3894.0, 3876.0, 3899.0, 3875.0, 3912.0, 3889.0, 3908.0, 3888.0, 3865.0, 3877.0, 3877.0, 3910.0, 3877.0, 3900.0, 3930.0, 3888.0, 3918.0, 3887.0, 3897.0, 3864.0, 3875.0, 3894.0, 3863.0, 3902.0, 3861.0, 3901.0, 3861.0, 3881.0, 3862.0, 3892.0, 3862.0, 3880.0, 3872.0, 3892.0, 3861.0, 3882.0, 3862.0, 3891.0, 3863.0, 3882.0, 3874.0, 3894.0, 3877.0, 3886.0, 3864.0], 'WindowWidth': [8855.0, 8845.0, 8796.0, 8795.0, 8735.0, 8769.0, 8731.0, 8771.0, 8735.0, 8788.0, 8781.0, 8753.0, 8743.0, 8734.0, 8735.0, 8732.0, 8723.0, 8758.0, 8725.0, 8775.0, 8739.0, 8758.0, 8789.0, 8740.0, 8770.0, 8722.0, 8764.0, 8702.0, 8705.0, 8683.0, 8720.0, 8708.0, 8710.0, 8676.0, 8706.0, 8687.0, 8712.0, 8722.0, 8689.0, 8654.0, 8686.0, 8671.0, 8703.0, 8744.0, 8714.0, 8733.0, 8693.0, 8734.0, 8697.0, 8736.0, 8679.0, 8735.0, 8701.0, 8759.0, 8703.0, 8725.0, 8704.0, 8725.0, 8716.0, 8742.0, 8723.0, 8743.0, 8724.0, 8768.0, 8722.0, 8726.0, 8740.0, 8722.0, 8737.0, 8740.0, 8750.0, 8734.0, 8767.0, 8734.0, 8770.0, 8750.0, 8787.0, 8756.0, 8782.0, 8752.0, 8755.0, 8767.0, 8749.0, 8764.0, 8749.0, 8782.0, 8755.0, 8776.0, 8757.0, 8750.0, 8764.0, 8754.0, 8768.0, 8769.0, 8768.0, 8736.0, 8779.0, 8745.0, 8759.0, 8728.0, 8757.0, 8725.0, 8757.0, 8727.0, 8736.0, 8720.0, 8716.0, 8689.0, 8743.0, 8700.0, 8749.0, 8704.0, 8724.0, 8700.0, 8719.0, 8697.0, 8714.0, 8700.0, 8715.0, 8703.0, 8723.0, 8699.0, 8717.0, 8703.0, 8733.0, 8703.0, 8733.0, 8690.0, 8719.0, 8705.0, 8722.0, 8710.0, 8719.0, 8723.0, 8747.0, 8727.0, 8727.0, 8770.0, 8732.0, 8756.0, 8720.0, 8749.0, 8704.0, 8705.0, 8739.0, 8694.0, 8735.0, 8708.0, 8724.0, 8683.0, 8716.0, 8678.0, 8718.0, 8680.0, 8714.0, 8698.0, 8718.0, 8705.0, 8708.0, 8717.0, 8723.0, 8723.0, 8753.0, 8746.0, 8755.0, 8733.0, 8760.0, 8738.0, 8758.0, 8746.0, 8752.0, 8744.0, 8744.0, 8770.0, 8728.0, 8765.0, 8730.0, 8770.0, 8714.0, 8766.0, 8729.0, 8731.0, 8708.0, 8757.0, 8707.0, 8748.0, 8708.0, 8727.0, 8707.0, 8728.0, 8705.0, 8721.0, 8745.0, 8705.0, 8744.0, 8708.0, 8748.0, 8707.0, 8734.0, 8704.0, 8749.0, 8701.0, 8717.0, 8746.0, 8708.0, 8765.0, 8721.0, 8760.0, 8720.0, 8761.0, 8719.0, 8746.0, 8719.0, 8746.0, 8724.0, 8732.0, 8706.0, 8733.0, 8708.0, 8750.0, 8709.0, 8761.0, 8728.0, 8745.0, 8757.0, 8759.0, 8734.0, 8725.0, 8733.0, 8728.0, 8764.0, 8747.0, 8767.0, 8735.0, 8751.0, 8789.0, 8758.0, 8766.0, 8723.0, 8771.0, 8702.0, 8755.0, 8709.0, 8749.0, 8695.0, 8750.0, 8692.0, 8725.0, 8673.0, 8713.0, 8671.0, 8714.0, 8659.0, 8688.0, 8660.0, 8676.0, 8655.0, 8686.0, 8703.0, 8674.0, 8733.0, 8694.0, 8736.0, 8697.0, 8733.0, 8698.0, 8737.0, 8700.0, 8740.0, 8705.0, 8742.0, 8703.0, 8724.0, 8706.0, 8729.0, 8688.0, 8744.0, 8707.0, 8748.0, 8723.0, 8744.0, 8727.0, 8745.0, 8722.0, 8767.0, 8715.0, 8756.0, 8738.0, 8765.0, 8722.0, 8744.0, 8707.0, 8746.0, 8722.0, 8760.0, 8706.0, 8749.0, 8700.0, 8738.0, 8696.0, 8726.0, 8701.0, 8715.0, 8735.0, 8733.0, 8693.0, 8695.0, 8733.0, 8695.0, 8735.0, 8712.0, 8736.0, 8712.0, 8719.0, 8681.0, 8715.0, 8679.0, 8723.0, 8695.0, 8709.0, 8676.0, 8707.0, 8675.0, 8706.0, 8673.0, 8708.0, 8707.0, 8707.0, 8661.0, 8690.0, 8672.0, 8691.0, 8694.0, 8694.0, 8689.0, 8707.0, 8679.0, 8709.0, 8680.0, 8708.0, 8697.0, 8711.0, 8680.0, 8723.0, 8660.0, 8694.0, 8659.0, 8690.0, 8719.0, 8694.0, 8728.0, 8699.0, 8710.0, 8676.0, 8709.0, 8672.0, 8714.0, 8675.0, 8714.0, 8692.0, 8718.0, 8679.0, 8737.0, 8703.0, 8741.0, 8715.0, 8722.0, 8713.0, 8685.0, 8715.0, 8701.0, 8731.0, 8701.0, 8747.0, 8703.0, 8744.0, 8699.0, 8726.0, 8702.0, 8726.0, 8694.0, 8733.0, 8672.0, 8715.0, 8673.0, 8718.0, 8677.0, 8718.0, 8674.0, 8717.0, 8658.0, 8698.0, 8638.0, 8682.0, 8659.0, 8692.0, 8715.0, 8684.0, 8655.0, 8674.0, 8656.0, 8671.0, 8691.0, 8693.0, 8707.0, 8708.0, 8661.0, 8696.0, 8675.0, 8719.0, 8685.0, 8706.0, 8694.0, 8731.0, 8703.0, 8731.0, 8717.0, 8684.0, 8714.0, 8676.0, 8692.0, 8742.0, 8670.0, 8730.0, 8676.0, 8709.0, 8668.0, 8679.0, 8650.0, 8681.0, 8653.0, 8670.0, 8660.0, 8679.0, 8702.0, 8698.0, 8663.0, 8696.0, 8684.0, 8716.0, 8704.0, 8736.0, 8705.0, 8734.0, 8704.0, 8743.0, 8725.0, 8748.0, 8710.0, 8766.0, 8721.0, 8763.0, 8730.0, 8753.0, 8701.0, 8751.0, 8683.0, 8738.0, 8683.0, 8738.0, 8699.0, 8739.0, 8697.0, 8735.0, 8698.0, 8735.0, 8680.0, 8700.0, 8674.0, 8704.0, 8675.0, 8721.0, 8675.0, 8706.0, 8657.0, 8694.0, 8675.0, 8690.0, 8732.0, 8690.0, 8726.0, 8678.0, 8712.0, 8679.0, 8731.0, 8684.0, 8738.0, 8686.0, 8743.0, 8703.0, 8743.0, 8703.0, 8743.0, 8706.0, 8736.0, 8702.0, 8727.0, 8750.0, 8737.0, 8746.0, 8720.0, 8760.0, 8722.0, 8746.0, 8711.0, 8752.0, 8709.0, 8737.0, 8724.0, 8752.0, 8726.0, 8771.0, 8724.0, 8759.0, 8743.0, 8745.0, 8723.0, 8726.0, 8750.0, 8722.0, 8756.0, 8737.0, 8766.0, 8724.0, 8760.0, 8702.0, 8743.0, 8698.0, 8744.0, 8704.0, 8735.0, 8702.0, 8712.0, 8700.0, 8745.0, 8686.0, 8747.0, 8703.0, 8731.0, 8720.0, 8723.0, 8746.0, 8713.0, 8713.0, 8698.0, 8739.0, 8697.0, 8751.0, 8690.0, 8739.0, 8701.0, 8733.0, 8685.0, 8736.0, 8699.0, 8742.0, 8703.0, 8750.0, 8710.0, 8727.0, 8686.0, 8727.0, 8687.0, 8728.0, 8686.0, 8733.0, 8704.0, 8718.0, 8682.0, 8717.0, 8683.0, 8718.0, 8684.0, 8716.0, 8746.0, 8719.0, 8744.0, 8733.0, 8716.0, 8716.0, 8687.0, 8723.0, 8744.0, 8706.0, 8759.0, 8724.0, 8752.0, 8707.0, 8732.0, 8702.0, 8729.0, 8702.0, 8740.0, 8709.0, 8750.0, 8715.0, 8738.0, 8730.0, 8754.0, 8729.0, 8764.0, 8726.0, 8748.0, 8725.0, 8752.0, 8723.0, 8736.0, 8726.0, 8747.0, 8706.0, 8760.0, 8704.0, 8754.0, 8725.0, 8738.0, 8705.0, 8718.0, 8702.0, 8743.0, 8686.0, 8743.0, 8702.0, 8748.0, 8721.0, 8747.0, 8727.0, 8766.0, 8729.0, 8780.0, 8732.0, 8769.0, 8754.0, 8750.0, 8723.0, 8745.0, 8724.0, 8761.0, 8722.0, 8762.0, 8749.0, 8699.0, 8716.0, 8711.0, 8701.0, 8757.0, 8704.0, 8756.0, 8736.0, 8744.0, 8703.0, 8731.0, 8725.0, 8768.0, 8740.0, 8724.0, 8739.0, 8707.0, 8718.0, 8706.0, 8739.0, 8725.0, 8739.0, 8705.0, 8737.0, 8735.0, 8745.0, 8705.0, 8725.0, 8741.0, 8751.0, 8789.0, 8751.0, 8771.0, 8740.0, 8730.0, 8716.0, 8766.0, 8694.0, 8746.0, 8675.0, 8748.0, 8673.0, 8713.0, 8639.0, 8681.0, 8651.0, 8669.0, 8707.0, 8673.0, 8726.0, 8693.0, 8736.0, 8682.0, 8720.0, 8683.0, 8732.0, 8701.0, 8736.0, 8705.0, 8745.0, 8726.0, 8736.0, 8713.0, 8719.0, 8709.0, 8729.0, 8708.0, 8760.0, 8725.0, 8767.0, 8725.0, 8757.0, 8728.0, 8741.0, 8722.0, 8727.0, 8705.0, 8706.0, 8759.0, 8709.0, 8764.0, 8730.0, 8793.0, 8746.0, 8780.0, 8727.0, 8770.0, 8712.0, 8752.0, 8710.0, 8776.0, 8726.0, 8765.0, 8702.0, 8749.0, 8685.0, 8716.0, 8766.0, 8700.0, 8752.0, 8697.0, 8727.0, 8678.0, 8696.0, 8675.0, 8694.0, 8730.0, 8695.0, 8733.0, 8696.0, 8743.0, 8701.0, 8741.0, 8701.0, 8729.0, 8702.0, 8742.0, 8703.0, 8722.0, 8703.0, 8736.0, 8759.0, 8722.0, 8764.0, 8728.0, 8748.0, 8722.0, 8762.0, 8721.0, 8746.0, 8727.0, 8754.0, 8728.0, 8738.0, 8728.0, 8753.0, 8727.0, 8774.0, 8726.0, 8765.0, 8750.0, 8744.0, 8784.0, 8744.0, 8778.0, 8725.0, 8762.0, 8724.0, 8770.0, 8710.0, 8750.0, 8701.0, 8733.0, 8703.0, 8718.0, 8744.0, 8721.0, 8762.0, 8736.0, 8756.0, 8718.0, 8757.0, 8721.0, 8746.0, 8706.0, 8762.0, 8708.0, 8751.0, 8704.0, 8735.0, 8689.0, 8704.0, 8685.0, 8733.0, 8766.0, 8738.0, 8761.0, 8739.0, 8734.0, 8719.0, 8734.0, 8724.0, 8761.0, 8743.0, 8763.0, 8752.0, 8723.0, 8740.0, 8721.0, 8728.0, 8723.0, 8754.0, 8767.0, 8735.0, 8747.0, 8734.0, 8759.0, 8704.0, 8738.0, 8695.0, 8746.0, 8687.0, 8700.0, 8667.0, 8698.0, 8724.0, 8699.0, 8741.0, 8704.0, 8746.0, 8702.0, 8739.0, 8703.0, 8743.0, 8707.0, 8746.0, 8704.0, 8764.0, 8714.0, 8739.0, 8748.0, 8739.0, 8706.0, 8724.0, 8747.0, 8726.0, 8766.0, 8755.0, 8786.0, 8759.0, 8722.0, 8726.0, 8722.0, 8726.0, 8730.0, 8749.0, 8760.0, 8764.0, 8724.0, 8742.0, 8790.0, 8719.0, 8773.0, 8724.0, 8760.0, 8698.0, 8746.0, 8681.0, 8698.0, 8721.0, 8693.0, 8735.0, 8694.0, 8735.0, 8695.0, 8731.0, 8700.0, 8717.0, 8696.0, 8734.0, 8700.0, 8746.0, 8698.0, 8732.0, 8702.0, 8722.0, 8687.0, 8714.0, 8726.0, 8716.0, 8755.0, 8718.0, 8738.0, 8700.0, 8744.0, 8713.0, 8740.0, 8690.0, 8710.0, 8736.0, 8710.0, 8727.0, 8715.0, 8739.0, 8712.0, 8743.0, 8717.0, 8745.0, 8716.0, 8744.0, 8719.0, 8748.0, 8742.0, 8758.0, 8721.0, 8747.0, 8717.0, 8753.0, 8707.0, 8732.0, 8702.0, 8745.0, 8726.0, 8721.0, 8771.0, 8738.0, 8752.0, 8694.0, 8735.0, 8697.0, 8736.0, 8713.0, 8762.0, 8712.0, 8738.0, 8703.0, 8752.0, 8715.0, 8743.0, 8719.0, 8762.0, 8731.0, 8737.0, 8698.0, 8738.0, 8691.0, 8719.0, 8686.0, 8727.0, 8682.0, 8688.0, 8729.0, 8685.0, 8724.0, 8668.0, 8708.0, 8663.0, 8704.0, 8665.0, 8696.0, 8669.0, 8669.0, 8654.0, 8672.0, 8709.0, 8682.0, 8712.0, 8685.0, 8709.0, 8689.0, 8715.0, 8690.0, 8708.0, 8693.0, 8725.0, 8679.0, 8723.0, 8743.0, 8727.0, 8719.0, 8721.0, 8721.0, 8752.0, 8740.0, 8774.0, 8753.0, 8790.0, 8764.0, 8759.0, 8749.0, 8747.0, 8746.0, 8770.0, 8749.0, 8774.0, 8759.0, 8769.0, 8729.0, 8765.0, 8724.0, 8750.0, 8726.0, 8748.0, 8705.0, 8734.0, 8693.0, 8719.0, 8701.0, 8717.0, 8717.0, 8735.0, 8719.0, 8735.0, 8730.0, 8704.0, 8741.0, 8714.0, 8768.0, 8716.0, 8737.0, 8699.0, 8727.0, 8681.0, 8728.0, 8718.0, 8725.0, 8705.0, 8704.0, 8720.0, 8728.0, 8703.0, 8747.0, 8719.0, 8753.0, 8749.0, 8749.0, 8728.0, 8742.0, 8724.0, 8753.0, 8707.0, 8722.0, 8738.0, 8744.0, 8759.0, 8773.0, 8794.0, 8767.0, 8806.0, 8767.0, 8787.0, 8725.0, 8764.0, 8722.0, 8778.0, 8725.0, 8718.0, 8700.0, 8715.0, 8722.0, 8698.0, 8754.0, 8720.0, 8760.0, 8718.0, 8724.0, 8722.0, 8742.0, 8721.0, 8748.0, 8718.0, 8746.0, 8746.0, 8751.0, 8721.0, 8745.0, 8723.0, 8731.0, 8720.0, 8749.0, 8702.0, 8737.0, 8726.0, 8725.0, 8710.0, 8747.0, 8715.0, 8747.0, 8721.0, 8749.0, 8720.0, 8751.0, 8707.0, 8729.0, 8724.0, 8738.0, 8704.0, 8708.0, 8703.0, 8707.0, 8703.0, 8735.0, 8775.0, 8721.0, 8767.0, 8724.0, 8746.0, 8718.0, 8726.0, 8716.0, 8745.0, 8713.0, 8751.0, 8725.0, 8755.0, 8727.0, 8740.0, 8723.0, 8747.0, 8707.0, 8747.0, 8722.0, 8756.0, 8722.0, 8751.0, 8708.0, 8720.0, 8704.0, 8721.0, 8703.0, 8717.0, 8759.0, 8736.0, 8760.0, 8719.0, 8760.0, 8720.0, 8740.0, 8719.0, 8765.0, 8760.0, 8772.0, 8773.0, 8727.0, 8763.0, 8731.0, 8745.0, 8747.0, 8765.0, 8749.0, 8774.0, 8748.0, 8776.0, 8748.0, 8770.0, 8744.0, 8775.0, 8745.0, 8752.0, 8737.0, 8750.0, 8730.0, 8752.0, 8698.0, 8736.0, 8706.0, 8718.0, 8699.0, 8717.0, 8684.0, 8699.0, 8709.0, 8714.0, 8777.0, 8735.0, 8743.0, 8719.0, 8752.0, 8723.0, 8738.0, 8714.0, 8738.0, 8719.0, 8751.0, 8735.0, 8731.0, 8717.0, 8732.0, 8718.0, 8744.0, 8707.0, 8754.0, 8719.0, 8750.0, 8719.0, 8723.0, 8723.0, 8745.0, 8739.0, 8747.0, 8723.0, 8751.0, 8720.0, 8757.0, 8702.0, 8735.0, 8681.0, 8697.0, 8746.0, 8693.0, 8735.0, 8690.0, 8719.0, 8674.0, 8690.0, 8669.0, 8690.0, 8677.0, 8696.0, 8697.0, 8715.0, 8708.0, 8717.0, 8722.0, 8695.0, 8736.0, 8700.0, 8755.0, 8714.0, 8734.0, 8695.0, 8718.0, 8691.0, 8718.0, 8699.0, 8733.0, 8695.0, 8756.0, 8724.0, 8742.0, 8716.0, 8681.0, 8701.0, 8701.0, 8750.0, 8702.0, 8738.0, 8773.0, 8718.0, 8757.0, 8714.0, 8728.0, 8679.0, 8694.0, 8715.0, 8672.0, 8722.0, 8668.0, 8720.0, 8668.0, 8693.0, 8669.0, 8709.0, 8671.0, 8691.0, 8684.0, 8708.0, 8667.0, 8694.0, 8670.0, 8707.0, 8672.0, 8696.0, 8689.0, 8716.0, 8700.0, 8708.0, 8678.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.0008870107858243452</td></tr>
<tr><td colspan=3>aqi</td><td>0.02185909845916795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.41301412004624</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.182851336954511</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9998254055127214</td></tr>
<tr><td colspan=3>efc</td><td>0.454</td></tr>
<tr><td colspan=3>fber</td><td>5760.2749</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09850573374815921</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.007704160246533</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6359424955949087</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5733351204650914</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8447961139929574</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.489696252326678</td></tr>
<tr><td colspan=3>gcor</td><td>0.013884</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01504778303205967</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024027174338698387</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1298</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.614257077054614</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>27.296</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.5705</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.9843</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307526.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>698.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.5138</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7558</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.5178</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3121.6218</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.0283</td></tr>
<tr><td colspan=3>tsnr</td><td>39.16648224624805</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>