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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-02/func/sub-0023_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>06717508210effbb176b11240f0da8f0</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>12:17:15.625000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.9998, -0.0146444, 0.0136305, 0.017277, 0.975533, -0.219172]</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_brain_imaging_center</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.111608</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>[4149, -7736, -7230, 546, -14, -166, -56, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>56514f9c-9070-4219-b8c1-3d362299b6ab||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682389974594116, 0.046352993696928024, 0.027235975489020348, 107.84442138671875], [0.03928995132446289, 2.6172845363616943, -0.5922814011573792, -77.01199340820312], [0.036569744348526, 0.5880220532417297, 2.6340959072113037, -79.4821548461914], [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': ['121715.625000', '121716.085000', '121716.545000', '121717.005000', '121717.465000', '121717.925000', '121718.385000', '121718.845000', '121719.305000', '121719.765000', '121720.225000', '121720.685000', '121721.145000', '121721.605000', '121722.065000', '121722.525000', '121722.985000', '121723.445000', '121723.905000', '121724.365000', '121724.825000', '121725.285000', '121725.745000', '121726.205000', '121726.665000', '121727.125000', '121727.585000', '121728.045000', '121728.505000', '121728.965000', '121729.425000', '121729.885000', '121730.345000', '121730.805000', '121731.265000', '121731.725000', '121732.185000', '121732.645000', '121733.105000', '121733.565000', '121734.025000', '121734.485000', '121734.945000', '121735.405000', '121735.865000', '121736.325000', '121736.785000', '121737.245000', '121737.705000', '121738.165000', '121738.625000', '121739.085000', '121739.545000', '121740.005000', '121740.465000', '121740.925000', '121741.385000', '121741.845000', '121742.305000', '121742.765000', '121743.225000', '121743.685000', '121744.145000', '121744.605000', '121745.065000', '121745.525000', '121745.985000', '121746.445000', '121746.905000', '121747.365000', '121747.825000', '121748.285000', '121748.745000', '121749.205000', '121749.665000', '121750.125000', '121750.585000', '121751.045000', '121751.505000', '121751.965000', '121752.425000', '121752.885000', '121753.345000', '121753.805000', '121754.265000', '121754.725000', '121755.185000', '121755.645000', '121756.105000', '121756.565000', '121757.025000', '121757.485000', '121757.945000', '121758.405000', '121758.865000', '121759.325000', '121759.785000', '121800.245000', '121800.705000', '121801.165000', '121801.625000', '121802.085000', '121802.545000', '121803.005000', '121803.465000', '121803.925000', '121804.385000', '121804.845000', '121805.305000', '121805.765000', '121806.225000', '121806.685000', '121807.145000', '121807.605000', '121808.065000', '121808.525000', '121808.985000', '121809.445000', '121809.905000', '121810.365000', '121810.825000', '121811.285000', '121811.745000', '121812.205000', '121812.665000', '121813.125000', '121813.585000', '121814.045000', '121814.505000', '121814.965000', '121815.425000', '121815.885000', '121816.345000', '121816.805000', '121817.265000', '121817.725000', '121818.185000', '121818.645000', '121819.105000', '121819.565000', '121820.025000', '121820.485000', '121820.945000', '121821.405000', '121821.865000', '121822.325000', '121822.785000', '121823.245000', '121823.705000', '121824.165000', '121824.625000', '121825.085000', '121825.545000', '121826.005000', '121826.465000', '121826.925000', '121827.385000', '121827.845000', '121828.305000', '121828.765000', '121829.225000', '121829.685000', '121830.145000', '121830.605000', '121831.065000', '121831.525000', '121831.985000', '121832.445000', '121832.905000', '121833.365000', '121833.825000', '121834.285000', '121834.745000', '121835.205000', '121835.665000', '121836.125000', '121836.585000', '121837.045000', '121837.505000', '121837.965000', '121838.425000', '121838.885000', '121839.345000', '121839.805000', '121840.265000', '121840.725000', '121841.185000', '121841.645000', '121842.105000', '121842.565000', '121843.025000', '121843.485000', '121843.945000', '121844.405000', '121844.865000', '121845.325000', '121845.785000', '121846.245000', '121846.705000', '121847.165000', '121847.625000', '121848.085000', '121848.545000', '121849.005000', '121849.465000', '121849.925000', '121850.385000', '121850.845000', '121851.305000', '121851.765000', '121852.225000', '121852.685000', '121853.145000', '121853.605000', '121854.065000', '121854.525000', '121854.985000', '121855.445000', '121855.905000', '121856.365000', '121856.825000', '121857.285000', '121857.745000', '121858.205000', '121858.665000', '121859.125000', '121859.585000', '121900.045000', '121900.505000', '121900.965000', '121901.425000', '121901.885000', '121902.345000', '121902.805000', '121903.265000', '121903.725000', '121904.185000', '121904.645000', '121905.105000', '121905.565000', '121906.025000', '121906.485000', '121906.945000', '121907.405000', '121907.865000', '121908.325000', '121908.785000', '121909.245000', '121909.705000', '121910.165000', '121910.625000', '121911.085000', '121911.545000', '121912.005000', '121912.465000', '121912.925000', '121913.385000', '121913.845000', '121914.305000', '121914.765000', '121915.225000', '121915.685000', '121916.145000', '121916.605000', '121917.065000', '121917.525000', '121917.985000', '121918.445000', '121918.905000', '121919.365000', '121919.825000', '121920.285000', '121920.745000', '121921.205000', '121921.665000', '121922.125000', '121922.585000', '121923.045000', '121923.505000', '121923.965000', '121924.425000', '121924.885000', '121925.345000', '121925.805000', '121926.265000', '121926.725000', '121927.185000', '121927.645000', '121928.105000', '121928.565000', '121929.025000', '121929.485000', '121929.945000', '121930.405000', '121930.865000', '121931.325000', '121931.785000', '121932.245000', '121932.705000', '121933.165000', '121933.625000', '121934.085000', '121934.545000', '121935.005000', '121935.465000', '121935.925000', '121936.385000', '121936.845000', '121937.305000', '121937.765000', '121938.225000', '121938.685000', '121939.145000', '121939.605000', '121940.065000', '121940.525000', '121940.985000', '121941.445000', '121941.905000', '121942.365000', '121942.825000', '121943.285000', '121943.745000', '121944.205000', '121944.665000', '121945.125000', '121945.585000', '121946.045000', '121946.505000', '121946.965000', '121947.425000', '121947.885000', '121948.345000', '121948.805000', '121949.265000', '121949.725000', '121950.185000', '121950.645000', '121951.105000', '121951.565000', '121952.025000', '121952.485000', '121952.945000', '121953.405000', '121953.865000', '121954.325000', '121954.785000', '121955.245000', '121955.705000', '121956.165000', '121956.625000', '121957.085000', '121957.545000', '121958.005000', '121958.465000', '121958.925000', '121959.385000', '121959.845000', '122000.305000', '122000.765000', '122001.225000', '122001.685000', '122002.145000', '122002.605000', '122003.065000', '122003.525000', '122003.985000', '122004.445000', '122004.905000', '122005.365000', '122005.825000', '122006.285000', '122006.745000', '122007.205000', '122007.665000', '122008.125000', '122008.585000', '122009.045000', '122009.505000', '122009.965000', '122010.425000', '122010.885000', '122011.345000', '122011.805000', '122012.265000', '122012.725000', '122013.185000', '122013.645000', '122014.105000', '122014.565000', '122015.025000', '122015.485000', '122015.945000', '122016.405000', '122016.865000', '122017.325000', '122017.785000', '122018.245000', '122018.705000', '122019.165000', '122019.625000', '122020.085000', '122020.545000', '122021.005000', '122021.465000', '122021.925000', '122022.385000', '122022.845000', '122023.305000', '122023.765000', '122024.225000', '122024.685000', '122025.145000', '122025.605000', '122026.065000', '122026.525000', '122026.985000', '122027.445000', '122027.905000', '122028.365000', '122028.825000', '122029.285000', '122029.745000', '122030.205000', '122030.665000', '122031.125000', '122031.585000', '122032.045000', '122032.505000', '122032.965000', '122033.425000', '122033.885000', '122034.345000', '122034.805000', '122035.265000', '122035.725000', '122036.185000', '122036.645000', '122037.105000', '122037.565000', '122038.025000', '122038.485000', '122038.945000', '122039.405000', '122039.865000', '122040.325000', '122040.785000', '122041.245000', '122041.705000', '122042.165000', '122042.625000', '122043.085000', '122043.545000', '122044.005000', '122044.465000', '122044.925000', '122045.385000', '122045.845000', '122046.305000', '122046.765000', '122047.225000', '122047.685000', '122048.145000', '122048.605000', '122049.065000', '122049.525000', '122049.985000', '122050.445000', '122050.905000', '122051.365000', '122051.825000', '122052.285000', '122052.745000', '122053.205000', '122053.665000', '122054.125000', '122054.585000', '122055.045000', '122055.505000', '122055.965000', '122056.425000', '122056.885000', '122057.345000', '122057.805000', '122058.265000', '122058.725000', '122059.185000', '122059.645000', '122100.105000', '122100.565000', '122101.025000', '122101.485000', '122101.945000', '122102.405000', '122102.865000', '122103.325000', '122103.785000', '122104.245000', '122104.705000', '122105.165000', '122105.625000', '122106.085000', '122106.545000', '122107.005000', '122107.465000', '122107.925000', '122108.385000', '122108.845000', '122109.305000', '122109.765000', '122110.225000', '122110.685000', '122111.145000', '122111.605000', '122112.065000', '122112.525000', '122112.985000', '122113.445000', '122113.905000', '122114.365000', '122114.825000', '122115.285000', '122115.745000', '122116.205000', '122116.665000', '122117.125000', '122117.585000', '122118.045000', '122118.505000', '122118.965000', '122119.425000', '122119.885000', '122120.345000', '122120.805000', '122121.265000', '122121.725000', '122122.185000', '122122.645000', '122123.105000', '122123.565000', '122124.025000', '122124.485000', '122124.945000', '122125.405000', '122125.865000', '122126.325000', '122126.785000', '122127.245000', '122127.705000', '122128.165000', '122128.625000', '122129.085000', '122129.545000', '122130.005000', '122130.465000', '122130.925000', '122131.385000', '122131.845000', '122132.305000', '122132.765000', '122133.225000', '122133.685000', '122134.145000', '122134.605000', '122135.065000', '122135.525000', '122135.985000', '122136.445000', '122136.905000', '122137.365000', '122137.825000', '122138.285000', '122138.745000', '122139.205000', '122139.665000', '122140.125000', '122140.585000', '122141.045000', '122141.505000', '122141.965000', '122142.425000', '122142.885000', '122143.345000', '122143.805000', '122144.265000', '122144.725000', '122145.185000', '122145.645000', '122146.105000', '122146.565000', '122147.025000', '122147.485000', '122147.945000', '122148.405000', '122148.865000', '122149.325000', '122149.785000', '122150.245000', '122150.705000', '122151.165000', '122151.625000', '122152.085000', '122152.545000', '122153.005000', '122153.465000', '122153.925000', '122154.385000', '122154.845000', '122155.305000', '122155.765000', '122156.225000', '122156.685000', '122157.145000', '122157.605000', '122158.065000', '122158.525000', '122158.985000', '122159.445000', '122159.905000', '122200.365000', '122200.825000', '122201.285000', '122201.745000', '122202.205000', '122202.665000', '122203.125000', '122203.585000', '122204.045000', '122204.505000', '122204.965000', '122205.425000', '122205.885000', '122206.345000', '122206.805000', '122207.265000', '122207.725000', '122208.185000', '122208.645000', '122209.105000', '122209.565000', '122210.025000', '122210.485000', '122210.945000', '122211.405000', '122211.865000', '122212.325000', '122212.785000', '122213.245000', '122213.705000', '122214.165000', '122214.625000', '122215.085000', '122215.545000', '122216.005000', '122216.465000', '122216.925000', '122217.385000', '122217.845000', '122218.305000', '122218.765000', '122219.225000', '122219.685000', '122220.145000', '122220.605000', '122221.065000', '122221.525000', '122221.985000', '122222.445000', '122222.905000', '122223.365000', '122223.825000', '122224.285000', '122224.745000', '122225.205000', '122225.665000', '122226.125000', '122226.585000', '122227.045000', '122227.505000', '122227.965000', '122228.425000', '122228.885000', '122229.345000', '122229.805000', '122230.265000', '122230.725000', '122231.185000', '122231.645000', '122232.105000', '122232.565000', '122233.025000', '122233.485000', '122233.945000', '122234.405000', '122234.865000', '122235.325000', '122235.785000', '122236.245000', '122236.705000', '122237.165000', '122237.625000', '122238.085000', '122238.545000', '122239.005000', '122239.465000', '122239.925000', '122240.385000', '122240.845000', '122241.305000', '122241.765000', '122242.225000', '122242.685000', '122243.145000', '122243.605000', '122244.065000', '122244.525000', '122244.985000', '122245.445000', '122245.905000', '122246.365000', '122246.825000', '122247.285000', '122247.745000', '122248.205000', '122248.665000', '122249.125000', '122249.585000', '122250.045000', '122250.505000', '122250.965000', '122251.425000', '122251.885000', '122252.345000', '122252.805000', '122253.265000', '122253.725000', '122254.185000', '122254.645000', '122255.105000', '122255.565000', '122256.025000', '122256.485000', '122256.945000', '122257.405000', '122257.865000', '122258.325000', '122258.785000', '122259.245000', '122259.705000', '122300.165000', '122300.625000', '122301.085000', '122301.545000', '122302.005000', '122302.465000', '122302.925000', '122303.385000', '122303.845000', '122304.305000', '122304.765000', '122305.225000', '122305.685000', '122306.145000', '122306.605000', '122307.065000', '122307.525000', '122307.985000', '122308.445000', '122308.905000', '122309.365000', '122309.825000', '122310.285000', '122310.745000', '122311.205000', '122311.665000', '122312.125000', '122312.585000', '122313.045000', '122313.505000', '122313.965000', '122314.425000', '122314.885000', '122315.345000', '122315.805000', '122316.265000', '122316.725000', '122317.185000', '122317.645000', '122318.105000', '122318.565000', '122319.025000', '122319.485000', '122319.945000', '122320.405000', '122320.865000', '122321.325000', '122321.785000', '122322.245000', '122322.705000', '122323.165000', '122323.625000', '122324.085000', '122324.545000', '122325.005000', '122325.465000', '122325.925000', '122326.385000', '122326.845000', '122327.305000', '122327.765000', '122328.225000', '122328.685000', '122329.145000', '122329.605000', '122330.065000', '122330.525000', '122330.985000', '122331.445000', '122331.905000', '122332.365000', '122332.825000', '122333.285000', '122333.745000', '122334.205000', '122334.665000', '122335.125000', '122335.585000', '122336.045000', '122336.505000', '122336.965000', '122337.425000', '122337.885000', '122338.345000', '122338.805000', '122339.265000', '122339.725000', '122340.185000', '122340.645000', '122341.105000', '122341.565000', '122342.025000', '122342.485000', '122342.945000', '122343.405000', '122343.865000', '122344.325000', '122344.785000', '122345.245000', '122345.705000', '122346.165000', '122346.625000', '122347.085000', '122347.545000', '122348.005000', '122348.465000', '122348.925000', '122349.385000', '122349.845000', '122350.305000', '122350.765000', '122351.225000', '122351.685000', '122352.145000', '122352.605000', '122353.065000', '122353.525000', '122353.985000', '122354.445000', '122354.905000', '122355.365000', '122355.825000', '122356.285000', '122356.745000', '122357.205000', '122357.665000', '122358.125000', '122358.585000', '122359.045000', '122359.505000', '122359.965000', '122400.425000', '122400.885000', '122401.345000', '122401.805000', '122402.265000', '122402.725000', '122403.185000', '122403.645000', '122404.105000', '122404.565000', '122405.025000', '122405.485000', '122405.945000', '122406.405000', '122406.865000', '122407.325000', '122407.785000', '122408.245000', '122408.705000', '122409.165000', '122409.625000', '122410.085000', '122410.545000', '122411.005000', '122411.465000', '122411.925000', '122412.385000', '122412.845000', '122413.305000', '122413.765000', '122414.225000', '122414.685000', '122415.145000', '122415.605000', '122416.065000', '122416.525000', '122416.985000', '122417.445000', '122417.905000', '122418.365000', '122418.825000', '122419.285000', '122419.745000', '122420.205000', '122420.665000', '122421.125000', '122421.585000', '122422.045000', '122422.505000', '122422.965000', '122423.425000', '122423.885000', '122424.345000', '122424.805000', '122425.265000', '122425.725000', '122426.185000', '122426.645000', '122427.105000', '122427.565000', '122428.025000', '122428.485000', '122428.945000', '122429.405000', '122429.865000', '122430.325000', '122430.785000', '122431.245000', '122431.705000', '122432.165000', '122432.625000', '122433.085000', '122433.545000', '122434.005000', '122434.465000', '122434.925000', '122435.385000', '122435.845000', '122436.305000', '122436.765000', '122437.225000', '122437.685000', '122438.145000', '122438.605000', '122439.065000', '122439.525000', '122439.985000', '122440.445000', '122440.905000', '122441.365000', '122441.825000', '122442.285000', '122442.745000', '122443.205000', '122443.665000', '122444.125000', '122444.585000', '122445.045000', '122445.505000', '122445.965000', '122446.425000', '122446.885000', '122447.345000', '122447.805000', '122448.265000', '122448.725000', '122449.185000', '122449.645000', '122450.105000', '122450.565000', '122451.025000', '122451.485000', '122451.945000', '122452.405000', '122452.865000', '122453.325000', '122453.785000', '122454.245000', '122454.705000', '122455.165000', '122455.625000', '122456.085000', '122456.545000', '122457.005000', '122457.465000', '122457.925000', '122458.385000', '122458.845000', '122459.305000', '122459.765000', '122500.225000', '122500.685000', '122501.145000', '122501.605000', '122502.065000', '122502.525000', '122502.985000', '122503.445000', '122503.905000', '122504.365000', '122504.825000', '122505.285000', '122505.745000', '122506.205000', '122506.665000', '122507.125000', '122507.585000', '122508.045000', '122508.505000', '122508.965000', '122509.425000', '122509.885000', '122510.345000', '122510.805000', '122511.265000', '122511.725000', '122512.185000', '122512.645000', '122513.105000', '122513.565000', '122514.025000', '122514.485000', '122514.945000', '122515.405000', '122515.865000', '122516.325000', '122516.785000', '122517.245000', '122517.705000', '122518.165000', '122518.625000', '122519.085000', '122519.545000', '122520.005000', '122520.465000', '122520.925000', '122521.385000', '122521.845000', '122522.305000', '122522.765000', '122523.225000', '122523.685000', '122524.145000', '122524.605000', '122525.065000', '122525.525000', '122525.985000', '122526.445000', '122526.905000', '122527.365000', '122527.825000', '122528.285000', '122528.745000', '122529.205000', '122529.665000', '122530.125000', '122530.585000', '122531.045000', '122531.505000', '122531.965000', '122532.425000', '122532.885000', '122533.345000', '122533.805000', '122534.265000', '122534.725000', '122535.185000', '122535.645000', '122536.105000', '122536.565000', '122537.025000', '122537.485000', '122537.945000', '122538.405000', '122538.865000', '122539.325000', '122539.785000', '122540.245000', '122540.705000', '122541.165000', '122541.625000', '122542.085000', '122542.545000', '122543.005000', '122543.465000', '122543.925000', '122544.385000', '122544.845000', '122545.305000', '122545.765000', '122546.225000', '122546.685000', '122547.145000', '122547.605000', '122548.065000', '122548.525000', '122548.985000', '122549.445000', '122549.905000', '122550.365000', '122550.825000', '122551.285000', '122551.745000', '122552.205000', '122552.665000', '122553.125000', '122553.585000', '122554.045000', '122554.505000', '122554.965000', '122555.425000', '122555.885000', '122556.345000', '122556.805000', '122557.265000', '122557.725000', '122558.185000', '122558.645000', '122559.105000', '122559.565000', '122600.025000', '122600.485000', '122600.945000', '122601.405000', '122601.865000', '122602.325000', '122602.785000', '122603.245000', '122603.705000', '122604.165000', '122604.625000', '122605.085000', '122605.545000', '122606.005000', '122606.465000', '122606.925000', '122607.385000', '122607.845000', '122608.305000', '122608.765000', '122609.225000', '122609.685000', '122610.145000', '122610.605000', '122611.065000', '122611.525000', '122611.985000', '122612.445000', '122612.905000', '122613.365000', '122613.825000', '122614.285000', '122614.745000', '122615.205000', '122615.665000', '122616.125000', '122616.585000', '122617.045000', '122617.505000', '122617.965000', '122618.425000', '122618.885000', '122619.345000', '122619.805000', '122620.265000', '122620.725000', '122621.185000', '122621.645000', '122622.105000', '122622.565000', '122623.025000', '122623.485000', '122623.945000', '122624.405000', '122624.865000', '122625.325000', '122625.785000', '122626.245000', '122626.705000', '122627.165000', '122627.625000', '122628.085000', '122628.545000', '122629.005000', '122629.465000', '122629.925000', '122630.385000', '122630.845000', '122631.305000', '122631.765000', '122632.225000', '122632.685000', '122633.145000', '122633.605000', '122634.065000', '122634.525000', '122634.985000', '122635.445000', '122635.905000', '122636.365000', '122636.825000', '122637.285000', '122637.745000', '122638.205000', '122638.665000', '122639.125000', '122639.585000', '122640.045000', '122640.505000', '122640.965000', '122641.425000', '122641.885000', '122642.345000', '122642.805000', '122643.265000', '122643.725000', '122644.185000', '122644.645000', '122645.105000', '122645.565000', '122646.025000', '122646.485000', '122646.945000', '122647.405000', '122647.865000', '122648.325000', '122648.785000', '122649.245000', '122649.705000', '122650.165000', '122650.625000', '122651.085000', '122651.545000', '122652.005000', '122652.465000', '122652.925000', '122653.385000', '122653.845000', '122654.305000', '122654.765000', '122655.225000', '122655.685000', '122656.145000', '122656.605000', '122657.065000', '122657.525000', '122657.985000', '122658.445000', '122658.905000', '122659.365000', '122659.825000', '122700.285000', '122700.745000', '122701.205000', '122701.665000', '122702.125000', '122702.585000', '122703.045000', '122703.505000', '122703.965000', '122704.425000', '122704.885000', '122705.345000', '122705.805000', '122706.265000', '122706.725000', '122707.185000', '122707.645000', '122708.105000', '122708.565000', '122709.025000', '122709.485000', '122709.945000', '122710.405000', '122710.865000', '122711.325000', '122711.785000', '122712.245000'], 'ContentTime': ['121743.948000', '121743.951000', '121743.954000', '121743.957000', '121743.960000', '121743.963000', '121743.966000', '121743.969000', '121743.972000', '121743.975000', '121743.978000', '121743.981000', '121743.984000', '121743.987000', '121743.990000', '121743.993000', '121744.010000', '121744.014000', '121744.016000', '121744.019000', '121744.022000', '121744.026000', '121744.028000', '121744.031000', '121744.034000', '121744.037000', '121744.040000', '121744.043000', '121744.046000', '121744.062000', '121744.066000', '121744.069000', '121744.072000', '121744.075000', '121744.078000', '121744.081000', '121744.084000', '121744.087000', '121744.090000', '121744.093000', '121744.096000', '121744.100000', '121744.102000', '121744.105000', '121744.108000', '121744.111000', '121744.114000', '121744.117000', '121744.120000', '121744.123000', '121744.126000', '121744.129000', '121744.132000', '121744.135000', '121744.138000', '121744.141000', '121744.144000', '121744.147000', '121744.150000', '121744.153000', '121744.156000', '121803.923000', '121803.926000', '121803.929000', '121803.932000', '121803.935000', '121803.938000', '121803.941000', '121803.943000', '121803.946000', '121803.949000', '121803.952000', '121803.955000', '121803.958000', '121803.961000', '121803.964000', '121803.967000', '121803.970000', '121803.973000', '121803.976000', '121803.978000', '121803.981000', '121803.984000', '121803.987000', '121803.990000', '121803.993000', '121803.996000', '121804.000000', '121804.003000', '121804.006000', '121804.009000', '121804.011000', '121804.014000', '121804.017000', '121804.020000', '121804.023000', '121804.026000', '121804.029000', '121804.043000', '121804.046000', '121804.049000', '121804.052000', '121804.055000', '121804.058000', '121823.923000', '121823.926000', '121823.929000', '121823.932000', '121823.935000', '121823.937000', '121823.940000', '121823.943000', '121823.946000', '121823.949000', '121823.956000', '121823.959000', '121823.962000', '121823.964000', '121823.968000', '121823.970000', '121823.973000', '121823.976000', '121823.979000', '121823.982000', '121823.985000', '121823.988000', '121823.991000', '121823.994000', '121823.997000', '121824.000000', '121824.003000', '121824.006000', '121824.009000', '121824.012000', '121824.015000', '121824.018000', '121824.021000', '121824.024000', '121824.027000', '121824.030000', '121824.033000', '121824.036000', '121824.039000', '121824.042000', '121824.045000', '121824.047000', '121824.050000', '121824.053000', '121843.923000', '121843.926000', '121843.929000', '121843.932000', '121843.935000', '121843.938000', '121843.941000', '121843.943000', '121843.947000', '121843.949000', '121843.952000', '121843.955000', '121843.958000', '121843.961000', '121843.964000', '121843.967000', '121843.970000', '121843.973000', '121843.976000', '121843.978000', '121843.981000', '121843.984000', '121843.987000', '121843.990000', '121843.993000', '121843.996000', '121844.000000', '121844.003000', '121844.006000', '121844.009000', '121844.012000', '121844.014000', '121844.017000', '121844.020000', '121844.023000', '121844.026000', '121844.029000', '121844.032000', '121844.035000', '121844.038000', '121844.041000', '121844.044000', '121844.047000', '121903.924000', '121903.927000', '121903.930000', '121903.933000', '121903.936000', '121903.939000', '121903.942000', '121903.945000', '121903.948000', '121903.951000', '121903.953000', '121903.957000', '121903.960000', '121903.963000', '121903.965000', '121903.969000', '121903.972000', '121903.975000', '121903.977000', '121903.980000', '121903.983000', '121903.986000', '121903.989000', '121903.992000', '121903.995000', '121903.998000', '121904.002000', '121904.005000', '121904.008000', '121904.011000', '121904.013000', '121904.016000', '121904.019000', '121904.022000', '121904.025000', '121904.028000', '121904.031000', '121904.034000', '121904.037000', '121904.040000', '121904.043000', '121904.046000', '121904.048000', '121923.924000', '121923.927000', '121923.930000', '121923.933000', '121923.936000', '121923.939000', '121923.942000', '121923.945000', '121923.948000', '121923.951000', '121923.953000', '121923.956000', '121923.959000', '121923.962000', '121923.965000', '121923.968000', '121923.971000', '121923.974000', '121923.977000', '121923.983000', '121923.986000', '121923.989000', '121923.992000', '121923.995000', '121923.998000', '121924.002000', '121924.005000', '121924.008000', '121924.011000', '121924.014000', '121924.017000', '121924.020000', '121924.023000', '121924.026000', '121924.029000', '121924.031000', '121924.034000', '121924.037000', '121924.040000', '121924.043000', '121924.046000', '121924.049000', '121924.052000', '121924.055000', '121943.923000', '121943.926000', '121943.929000', '121943.932000', '121943.935000', '121943.938000', '121943.941000', '121943.944000', '121943.947000', '121943.959000', '121943.962000', '121943.965000', '121943.967000', '121943.970000', '121943.973000', '121943.976000', '121943.979000', '121943.982000', '121943.985000', '121943.988000', '121943.991000', '121943.994000', '121943.996000', '121944.001000', '121944.004000', '121944.006000', '121944.009000', '121944.012000', '121944.015000', '121944.018000', '121944.021000', '121944.024000', '121944.027000', '121944.039000', '121944.042000', '121944.046000', '121944.049000', '121944.052000', '121944.054000', '121944.058000', '121944.060000', '121944.063000', '121944.066000', '122003.923000', '122003.926000', '122003.929000', '122003.932000', '122003.935000', '122003.944000', '122003.947000', '122003.950000', '122003.953000', '122003.956000', '122003.959000', '122003.969000', '122003.972000', '122003.975000', '122003.978000', '122003.981000', '122003.984000', '122003.987000', '122003.990000', '122003.993000', '122003.996000', '122004.000000', '122004.003000', '122004.006000', '122004.008000', '122004.011000', '122004.014000', '122004.017000', '122004.020000', '122004.023000', '122004.026000', '122004.029000', '122004.032000', '122004.035000', '122004.038000', '122004.041000', '122004.043000', '122004.046000', '122004.049000', '122004.052000', '122004.055000', '122004.058000', '122004.061000', '122004.064000', '122023.923000', '122023.926000', '122023.929000', '122023.932000', '122023.935000', '122023.938000', '122023.941000', '122023.944000', '122023.947000', '122023.950000', '122023.953000', '122023.956000', '122023.959000', '122023.961000', '122023.964000', '122023.967000', '122023.970000', '122023.973000', '122023.976000', '122023.979000', '122023.982000', '122023.985000', '122023.988000', '122023.991000', '122023.994000', '122023.997000', '122024.001000', '122024.004000', '122024.007000', '122024.010000', '122024.013000', '122024.016000', '122024.019000', '122024.022000', '122024.025000', '122024.028000', '122024.030000', '122024.033000', '122024.036000', '122024.039000', '122024.042000', '122024.045000', '122024.048000', '122043.923000', '122043.926000', '122043.929000', '122043.932000', '122043.935000', '122043.938000', '122043.941000', '122043.944000', '122043.947000', '122043.950000', '122043.953000', '122043.955000', '122043.958000', '122043.961000', '122043.964000', '122043.967000', '122043.970000', '122043.973000', '122043.976000', '122043.979000', '122043.982000', '122043.985000', '122043.988000', '122043.990000', '122043.993000', '122043.996000', '122044.000000', '122044.003000', '122044.006000', '122044.009000', '122044.012000', '122044.015000', '122044.018000', '122044.021000', '122044.024000', '122044.027000', '122044.030000', '122044.033000', '122044.036000', '122044.038000', '122044.041000', '122044.044000', '122044.047000', '122044.053000', '122103.923000', '122103.928000', '122103.930000', '122103.941000', '122103.944000', '122103.946000', '122103.949000', '122103.952000', '122103.955000', '122103.958000', '122103.961000', '122103.964000', '122103.967000', '122103.970000', '122103.973000', '122103.976000', '122103.979000', '122103.982000', '122103.985000', '122103.988000', '122103.991000', '122103.994000', '122103.997000', '122104.001000', '122104.004000', '122104.007000', '122104.009000', '122104.012000', '122104.015000', '122104.018000', '122104.021000', '122104.024000', '122104.027000', '122104.030000', '122104.033000', '122104.036000', '122104.038000', '122104.042000', '122104.044000', '122104.047000', '122104.050000', '122104.053000', '122104.056000', '122123.924000', '122123.927000', '122123.930000', '122123.933000', '122123.936000', '122123.939000', '122123.942000', '122123.945000', '122123.948000', '122123.951000', '122123.954000', '122123.968000', '122123.971000', '122123.974000', '122123.977000', '122123.995000', '122123.998000', '122124.002000', '122124.005000', '122124.008000', '122124.011000', '122124.014000', '122124.017000', '122124.020000', '122124.023000', '122124.026000', '122124.029000', '122124.031000', '122124.034000', '122124.037000', '122124.040000', '122124.043000', '122124.046000', '122124.049000', '122124.052000', '122124.055000', '122124.064000', '122124.066000', '122124.069000', '122124.072000', '122124.075000', '122124.078000', '122124.081000', '122124.084000', '122143.924000', '122143.927000', '122143.930000', '122143.933000', '122143.936000', '122143.939000', '122143.942000', '122143.945000', '122143.948000', '122143.951000', '122143.954000', '122143.956000', '122143.959000', '122143.962000', '122143.965000', '122143.968000', '122143.971000', '122143.974000', '122143.977000', '122143.980000', '122143.983000', '122143.986000', '122143.989000', '122143.993000', '122143.996000', '122144.000000', '122144.003000', '122144.006000', '122144.009000', '122144.012000', '122144.015000', '122144.018000', '122144.021000', '122144.024000', '122144.027000', '122144.029000', '122144.033000', '122144.035000', '122144.038000', '122144.041000', '122144.044000', '122144.047000', '122144.050000', '122203.923000', '122203.926000', '122203.929000', '122203.932000', '122203.935000', '122203.938000', '122203.941000', '122203.944000', '122203.947000', '122203.950000', '122203.952000', '122203.956000', '122203.958000', '122203.961000', '122203.964000', '122203.967000', '122203.970000', '122203.973000', '122203.976000', '122203.979000', '122203.982000', '122203.985000', '122203.988000', '122203.991000', '122203.994000', '122203.997000', '122204.000000', '122204.004000', '122204.007000', '122204.009000', '122204.012000', '122204.015000', '122204.018000', '122204.021000', '122204.024000', '122204.027000', '122204.030000', '122204.033000', '122204.036000', '122204.039000', '122204.042000', '122204.045000', '122204.047000', '122204.051000', '122223.923000', '122223.926000', '122223.929000', '122223.932000', '122223.935000', '122223.938000', '122223.941000', '122223.944000', '122223.947000', '122223.950000', '122223.953000', '122223.955000', '122223.958000', '122223.961000', '122223.964000', '122223.967000', '122223.970000', '122223.973000', '122223.976000', '122223.979000', '122223.982000', '122223.985000', '122223.988000', '122223.991000', '122223.993000', '122223.997000', '122224.000000', '122224.003000', '122224.006000', '122224.010000', '122224.013000', '122224.016000', '122224.019000', '122224.022000', '122224.025000', '122224.028000', '122224.031000', '122224.034000', '122224.036000', '122224.039000', '122224.042000', '122224.045000', '122224.048000', '122243.923000', '122243.926000', '122243.934000', '122243.937000', '122243.940000', '122243.943000', '122243.946000', '122243.949000', '122243.952000', '122243.955000', '122243.958000', '122243.961000', '122243.963000', '122243.966000', '122243.969000', '122243.972000', '122243.975000', '122243.978000', '122243.981000', '122243.984000', '122243.987000', '122243.990000', '122243.993000', '122243.996000', '122244.000000', '122244.002000', '122244.006000', '122244.009000', '122244.012000', '122244.014000', '122244.018000', '122244.020000', '122244.023000', '122244.026000', '122244.029000', '122244.032000', '122244.035000', '122244.038000', '122244.041000', '122244.044000', '122244.060000', '122244.063000', '122244.066000', '122244.069000', '122303.923000', '122303.926000', '122303.929000', '122303.932000', '122303.935000', '122303.938000', '122303.941000', '122303.944000', '122303.947000', '122303.950000', '122303.953000', '122303.956000', '122303.960000', '122303.963000', '122303.966000', '122303.968000', '122303.972000', '122303.974000', '122303.977000', '122303.980000', '122303.983000', '122303.986000', '122303.989000', '122303.992000', '122303.995000', '122303.998000', '122304.002000', '122304.005000', '122304.008000', '122304.011000', '122304.014000', '122304.017000', '122304.020000', '122304.023000', '122304.026000', '122304.029000', '122304.032000', '122304.035000', '122304.038000', '122304.041000', '122304.044000', '122304.046000', '122304.050000', '122323.923000', '122323.926000', '122323.929000', '122323.932000', '122323.935000', '122323.938000', '122323.941000', '122323.944000', '122323.947000', '122323.950000', '122323.953000', '122323.956000', '122323.959000', '122323.963000', '122323.966000', '122323.969000', '122323.972000', '122323.975000', '122323.978000', '122323.981000', '122323.984000', '122323.987000', '122323.990000', '122323.993000', '122323.996000', '122324.000000', '122324.002000', '122324.005000', '122324.008000', '122324.011000', '122324.014000', '122324.017000', '122324.020000', '122324.023000', '122324.026000', '122324.029000', '122324.032000', '122324.035000', '122324.038000', '122324.040000', '122324.043000', '122324.046000', '122324.049000', '122324.052000', '122343.924000', '122343.927000', '122343.930000', '122343.933000', '122343.936000', '122343.939000', '122343.942000', '122343.945000', '122343.948000', '122343.951000', '122343.954000', '122343.957000', '122343.960000', '122343.962000', '122343.965000', '122343.968000', '122343.971000', '122343.974000', '122343.977000', '122343.980000', '122343.983000', '122343.986000', '122343.989000', '122343.992000', '122343.994000', '122343.997000', '122344.001000', '122344.004000', '122344.007000', '122344.010000', '122344.013000', '122344.016000', '122344.019000', '122344.022000', '122344.025000', '122344.028000', '122344.031000', '122344.033000', '122344.036000', '122344.040000', '122344.042000', '122344.045000', '122344.048000', '122403.924000', '122403.927000', '122403.930000', '122403.939000', '122403.942000', '122403.945000', '122403.948000', '122403.951000', '122403.954000', '122403.957000', '122403.960000', '122403.963000', '122403.966000', '122403.969000', '122403.972000', '122403.975000', '122403.977000', '122403.980000', '122403.983000', '122403.986000', '122403.989000', '122403.992000', '122403.995000', '122403.998000', '122404.002000', '122404.005000', '122404.008000', '122404.011000', '122404.014000', '122404.017000', '122404.019000', '122404.022000', '122404.025000', '122404.028000', '122404.031000', '122404.034000', '122404.037000', '122404.040000', '122404.043000', '122404.046000', '122404.049000', '122404.052000', '122404.055000', '122404.058000', '122423.923000', '122423.926000', '122423.929000', '122423.932000', '122423.935000', '122423.938000', '122423.941000', '122423.944000', '122423.947000', '122423.950000', '122423.953000', '122423.956000', '122423.959000', '122423.962000', '122423.965000', '122423.967000', '122423.970000', '122423.973000', '122423.976000', '122423.979000', '122423.982000', '122423.985000', '122423.988000', '122423.991000', '122423.995000', '122423.998000', '122424.002000', '122424.005000', '122424.008000', '122424.011000', '122424.014000', '122424.016000', '122424.019000', '122424.022000', '122424.025000', '122424.028000', '122424.031000', '122424.034000', '122424.037000', '122424.040000', '122424.043000', '122424.046000', '122424.049000', '122443.923000', '122443.926000', '122443.929000', '122443.932000', '122443.935000', '122443.938000', '122443.941000', '122443.944000', '122443.947000', '122443.950000', '122443.953000', '122443.956000', '122443.959000', '122443.962000', '122443.965000', '122443.968000', '122443.970000', '122443.973000', '122443.976000', '122443.979000', '122443.982000', '122443.985000', '122443.988000', '122443.991000', '122443.994000', '122443.997000', '122444.001000', '122444.004000', '122444.007000', '122444.009000', '122444.012000', '122444.015000', '122444.018000', '122444.021000', '122444.024000', '122444.027000', '122444.030000', '122444.033000', '122444.036000', '122444.039000', '122444.042000', '122444.045000', '122444.048000', '122444.050000', '122503.923000', '122503.926000', '122503.929000', '122503.932000', '122503.935000', '122503.938000', '122503.941000', '122503.944000', '122503.947000', '122503.950000', '122503.953000', '122503.956000', '122503.959000', '122503.962000', '122503.964000', '122503.967000', '122503.970000', '122503.973000', '122503.976000', '122503.979000', '122503.982000', '122503.985000', '122503.988000', '122503.991000', '122503.994000', '122503.997000', '122504.001000', '122504.004000', '122504.007000', '122504.009000', '122504.012000', '122504.020000', '122504.023000', '122504.044000', '122504.047000', '122504.049000', '122504.053000', '122504.055000', '122504.058000', '122504.061000', '122504.064000', '122504.067000', '122504.070000', '122523.923000', '122523.926000', '122523.929000', '122523.932000', '122523.935000', '122523.938000', '122523.941000', '122523.944000', '122523.947000', '122523.950000', '122523.953000', '122523.956000', '122523.959000', '122523.962000', '122523.965000', '122523.967000', '122523.970000', '122523.973000', '122523.976000', '122523.979000', '122523.982000', '122523.985000', '122523.988000', '122523.991000', '122523.994000', '122523.997000', '122524.001000', '122524.004000', '122524.006000', '122524.010000', '122524.013000', '122524.016000', '122524.018000', '122524.022000', '122524.024000', '122524.027000', '122524.030000', '122524.033000', '122524.036000', '122524.039000', '122524.042000', '122524.045000', '122524.048000', '122524.051000', '122543.923000', '122543.926000', '122543.929000', '122543.932000', '122543.935000', '122543.938000', '122543.941000', '122543.944000', '122543.947000', '122543.950000', '122543.953000', '122543.956000', '122543.959000', '122543.962000', '122543.965000', '122543.968000', '122543.971000', '122543.973000', '122543.976000', '122543.979000', '122543.982000', '122543.985000', '122543.988000', '122543.991000', '122543.994000', '122543.997000', '122544.001000', '122544.004000', '122544.007000', '122544.010000', '122544.013000', '122544.016000', '122544.019000', '122544.022000', '122544.024000', '122544.028000', '122544.031000', '122544.034000', '122544.037000', '122544.040000', '122544.043000', '122544.046000', '122544.049000', '122603.924000', '122603.927000', '122603.930000', '122603.933000', '122603.936000', '122603.939000', '122603.942000', '122603.945000', '122603.948000', '122603.951000', '122603.953000', '122603.956000', '122603.959000', '122603.962000', '122603.965000', '122603.968000', '122603.971000', '122603.974000', '122603.977000', '122603.980000', '122603.983000', '122603.986000', '122603.989000', '122603.992000', '122603.995000', '122603.998000', '122604.002000', '122604.004000', '122604.007000', '122604.010000', '122604.013000', '122604.016000', '122604.019000', '122604.022000', '122604.025000', '122604.035000', '122604.038000', '122604.041000', '122604.044000', '122604.047000', '122604.050000', '122604.053000', '122604.055000', '122604.058000', '122623.924000', '122623.927000', '122623.930000', '122623.933000', '122623.936000', '122623.939000', '122623.942000', '122623.945000', '122623.948000', '122623.951000', '122623.954000', '122623.957000', '122623.959000', '122623.962000', '122623.965000', '122623.968000', '122623.971000', '122623.974000', '122623.977000', '122623.980000', '122623.983000', '122623.986000', '122623.989000', '122623.992000', '122623.995000', '122623.998000', '122624.002000', '122624.005000', '122624.007000', '122624.010000', '122624.014000', '122624.016000', '122624.019000', '122624.022000', '122624.025000', '122624.028000', '122624.031000', '122624.034000', '122624.037000', '122624.040000', '122624.043000', '122624.046000', '122624.049000', '122643.923000', '122643.926000', '122643.929000', '122643.932000', '122643.935000', '122643.938000', '122643.941000', '122643.944000', '122643.947000', '122643.950000', '122643.953000', '122643.956000', '122643.958000', '122643.961000', '122643.964000', '122643.967000', '122643.970000', '122643.973000', '122643.976000', '122643.979000', '122643.982000', '122643.985000', '122643.988000', '122643.991000', '122643.994000', '122643.997000', '122644.000000', '122644.004000', '122644.006000', '122644.022000', '122644.025000', '122644.028000', '122644.031000', '122644.034000', '122644.037000', '122644.046000', '122644.049000', '122644.052000', '122644.055000', '122644.058000', '122644.061000', '122644.064000', '122644.067000', '122644.070000', '122703.923000', '122703.926000', '122703.929000', '122703.932000', '122703.935000', '122703.938000', '122703.941000', '122703.944000', '122703.947000', '122703.950000', '122703.953000', '122703.956000', '122703.958000', '122703.961000', '122703.964000', '122703.967000', '122703.970000', '122703.973000', '122703.976000', '122703.979000', '122703.982000', '122703.985000', '122703.988000', '122703.991000', '122703.993000', '122703.997000', '122704.000000', '122704.003000', '122704.006000', '122704.009000', '122704.012000', '122704.015000', '122704.018000', '122704.021000', '122704.024000', '122704.027000', '122704.038000', '122704.041000', '122704.043000', '122704.046000', '122704.049000', '122704.052000', '122704.055000', '122712.934000', '122712.937000', '122712.941000', '122712.944000', '122712.947000', '122712.950000', '122712.953000', '122712.956000', '122712.959000', '122712.962000', '122712.965000', '122712.969000', '122712.972000', '122712.975000', '122712.978000', '122712.981000', '122712.984000', '122712.987000', '122712.990000', '122712.993000'], 'InstanceCreationTime': ['121743.948000', '121743.951000', '121743.954000', '121743.957000', '121743.960000', '121743.963000', '121743.966000', '121743.969000', '121743.972000', '121743.975000', '121743.978000', '121743.981000', '121743.984000', '121743.987000', '121743.990000', '121743.993000', '121744.010000', '121744.014000', '121744.016000', '121744.019000', '121744.022000', '121744.026000', '121744.028000', '121744.031000', '121744.034000', '121744.037000', '121744.040000', '121744.043000', '121744.046000', '121744.062000', '121744.066000', '121744.069000', '121744.072000', '121744.075000', '121744.078000', '121744.081000', '121744.084000', '121744.087000', '121744.090000', '121744.093000', '121744.096000', '121744.100000', '121744.102000', '121744.105000', '121744.108000', '121744.111000', '121744.114000', '121744.117000', '121744.120000', '121744.123000', '121744.126000', '121744.129000', '121744.132000', '121744.135000', '121744.138000', '121744.141000', '121744.144000', '121744.147000', '121744.150000', '121744.153000', '121744.156000', '121803.923000', '121803.926000', '121803.929000', '121803.932000', '121803.935000', '121803.938000', '121803.941000', '121803.943000', '121803.946000', '121803.949000', '121803.952000', '121803.955000', '121803.958000', '121803.961000', '121803.964000', '121803.967000', '121803.970000', '121803.973000', '121803.976000', '121803.978000', '121803.981000', '121803.984000', '121803.987000', '121803.990000', '121803.993000', '121803.996000', '121804.000000', '121804.003000', '121804.006000', '121804.009000', '121804.011000', '121804.014000', '121804.017000', '121804.020000', '121804.023000', '121804.026000', '121804.029000', '121804.043000', '121804.046000', '121804.049000', '121804.052000', '121804.055000', '121804.058000', '121823.923000', '121823.926000', '121823.929000', '121823.932000', '121823.935000', '121823.937000', '121823.940000', '121823.943000', '121823.946000', '121823.949000', '121823.956000', '121823.959000', '121823.962000', '121823.964000', '121823.968000', '121823.970000', '121823.973000', '121823.976000', '121823.979000', '121823.982000', '121823.985000', '121823.988000', '121823.991000', '121823.994000', '121823.997000', '121824.000000', '121824.003000', '121824.006000', '121824.009000', '121824.012000', '121824.015000', '121824.018000', '121824.021000', '121824.024000', '121824.027000', '121824.030000', '121824.033000', '121824.036000', '121824.039000', '121824.042000', '121824.045000', '121824.047000', '121824.050000', '121824.053000', '121843.923000', '121843.926000', '121843.929000', '121843.932000', '121843.935000', '121843.938000', '121843.941000', '121843.943000', '121843.947000', '121843.949000', '121843.952000', '121843.955000', '121843.958000', '121843.961000', '121843.964000', '121843.967000', '121843.970000', '121843.973000', '121843.976000', '121843.978000', '121843.981000', '121843.984000', '121843.987000', '121843.990000', '121843.993000', '121843.996000', '121844.000000', '121844.003000', '121844.006000', '121844.009000', '121844.012000', '121844.014000', '121844.017000', '121844.020000', '121844.023000', '121844.026000', '121844.029000', '121844.032000', '121844.035000', '121844.038000', '121844.041000', '121844.044000', '121844.047000', '121903.924000', '121903.927000', '121903.930000', '121903.933000', '121903.936000', '121903.939000', '121903.942000', '121903.945000', '121903.948000', '121903.951000', '121903.953000', '121903.957000', '121903.960000', '121903.963000', '121903.965000', '121903.969000', '121903.972000', '121903.975000', '121903.977000', '121903.980000', '121903.983000', '121903.986000', '121903.989000', '121903.992000', '121903.995000', '121903.998000', '121904.002000', '121904.005000', '121904.008000', '121904.011000', '121904.013000', '121904.016000', '121904.019000', '121904.022000', '121904.025000', '121904.028000', '121904.031000', '121904.034000', '121904.037000', '121904.040000', '121904.043000', '121904.046000', '121904.048000', '121923.924000', '121923.927000', '121923.930000', '121923.933000', '121923.936000', '121923.939000', '121923.942000', '121923.945000', '121923.948000', '121923.951000', '121923.953000', '121923.956000', '121923.959000', '121923.962000', '121923.965000', '121923.968000', '121923.971000', '121923.974000', '121923.977000', '121923.983000', '121923.986000', '121923.989000', '121923.992000', '121923.995000', '121923.998000', '121924.002000', '121924.005000', '121924.008000', '121924.011000', '121924.014000', '121924.017000', '121924.020000', '121924.023000', '121924.026000', '121924.029000', '121924.031000', '121924.034000', '121924.037000', '121924.040000', '121924.043000', '121924.046000', '121924.049000', '121924.052000', '121924.055000', '121943.923000', '121943.926000', '121943.929000', '121943.932000', '121943.935000', '121943.938000', '121943.941000', '121943.944000', '121943.947000', '121943.959000', '121943.962000', '121943.965000', '121943.967000', '121943.970000', '121943.973000', '121943.976000', '121943.979000', '121943.982000', '121943.985000', '121943.988000', '121943.991000', '121943.994000', '121943.996000', '121944.001000', '121944.004000', '121944.006000', '121944.009000', '121944.012000', '121944.015000', '121944.018000', '121944.021000', '121944.024000', '121944.027000', '121944.039000', '121944.042000', '121944.046000', '121944.049000', '121944.052000', '121944.054000', '121944.058000', '121944.060000', '121944.063000', '121944.066000', '122003.923000', '122003.926000', '122003.929000', '122003.932000', '122003.935000', '122003.944000', '122003.947000', '122003.950000', '122003.953000', '122003.956000', '122003.959000', '122003.969000', '122003.972000', '122003.975000', '122003.978000', '122003.981000', '122003.984000', '122003.987000', '122003.990000', '122003.993000', '122003.996000', '122004.000000', '122004.003000', '122004.006000', '122004.008000', '122004.011000', '122004.014000', '122004.017000', '122004.020000', '122004.023000', '122004.026000', '122004.029000', '122004.032000', '122004.035000', '122004.038000', '122004.041000', '122004.043000', '122004.046000', '122004.049000', '122004.052000', '122004.055000', '122004.058000', '122004.061000', '122004.064000', '122023.923000', '122023.926000', '122023.929000', '122023.932000', '122023.935000', '122023.938000', '122023.941000', '122023.944000', '122023.947000', '122023.950000', '122023.953000', '122023.956000', '122023.959000', '122023.961000', '122023.964000', '122023.967000', '122023.970000', '122023.973000', '122023.976000', '122023.979000', '122023.982000', '122023.985000', '122023.988000', '122023.991000', '122023.994000', '122023.997000', '122024.001000', '122024.004000', '122024.007000', '122024.010000', '122024.013000', '122024.016000', '122024.019000', '122024.022000', '122024.025000', '122024.028000', '122024.030000', '122024.033000', '122024.036000', '122024.039000', '122024.042000', '122024.045000', '122024.048000', '122043.923000', '122043.926000', '122043.929000', '122043.932000', '122043.935000', '122043.938000', '122043.941000', '122043.944000', '122043.947000', '122043.950000', '122043.953000', '122043.955000', '122043.958000', '122043.961000', '122043.964000', '122043.967000', '122043.970000', '122043.973000', '122043.976000', '122043.979000', '122043.982000', '122043.985000', '122043.988000', '122043.990000', '122043.993000', '122043.996000', '122044.000000', '122044.003000', '122044.006000', '122044.009000', '122044.012000', '122044.015000', '122044.018000', '122044.021000', '122044.024000', '122044.027000', '122044.030000', '122044.033000', '122044.036000', '122044.038000', '122044.041000', '122044.044000', '122044.047000', '122044.053000', '122103.923000', '122103.928000', '122103.930000', '122103.941000', '122103.944000', '122103.946000', '122103.949000', '122103.952000', '122103.955000', '122103.958000', '122103.961000', '122103.964000', '122103.967000', '122103.970000', '122103.973000', '122103.976000', '122103.979000', '122103.982000', '122103.985000', '122103.988000', '122103.991000', '122103.994000', '122103.997000', '122104.001000', '122104.004000', '122104.007000', '122104.009000', '122104.012000', '122104.015000', '122104.018000', '122104.021000', '122104.024000', '122104.027000', '122104.030000', '122104.033000', '122104.036000', '122104.038000', '122104.042000', '122104.044000', '122104.047000', '122104.050000', '122104.053000', '122104.056000', '122123.924000', '122123.927000', '122123.930000', '122123.933000', '122123.936000', '122123.939000', '122123.942000', '122123.945000', '122123.948000', '122123.951000', '122123.954000', '122123.968000', '122123.971000', '122123.974000', '122123.977000', '122123.995000', '122123.998000', '122124.002000', '122124.005000', '122124.008000', '122124.011000', '122124.014000', '122124.017000', '122124.020000', '122124.023000', '122124.026000', '122124.029000', '122124.031000', '122124.034000', '122124.037000', '122124.040000', '122124.043000', '122124.046000', '122124.049000', '122124.052000', '122124.055000', '122124.064000', '122124.066000', '122124.069000', '122124.072000', '122124.075000', '122124.078000', '122124.081000', '122124.084000', '122143.924000', '122143.927000', '122143.930000', '122143.933000', '122143.936000', '122143.939000', '122143.942000', '122143.945000', '122143.948000', '122143.951000', '122143.954000', '122143.956000', '122143.959000', '122143.962000', '122143.965000', '122143.968000', '122143.971000', '122143.974000', '122143.977000', '122143.980000', '122143.983000', '122143.986000', '122143.989000', '122143.993000', '122143.996000', '122144.000000', '122144.003000', '122144.006000', '122144.009000', '122144.012000', '122144.015000', '122144.018000', '122144.021000', '122144.024000', '122144.027000', '122144.029000', '122144.033000', '122144.035000', '122144.038000', '122144.041000', '122144.044000', '122144.047000', '122144.050000', '122203.923000', '122203.926000', '122203.929000', '122203.932000', '122203.935000', '122203.938000', '122203.941000', '122203.944000', '122203.947000', '122203.950000', '122203.952000', '122203.956000', '122203.958000', '122203.961000', '122203.964000', '122203.967000', '122203.970000', '122203.973000', '122203.976000', '122203.979000', '122203.982000', '122203.985000', '122203.988000', '122203.991000', '122203.994000', '122203.997000', '122204.000000', '122204.004000', '122204.007000', '122204.009000', '122204.012000', '122204.015000', '122204.018000', '122204.021000', '122204.024000', '122204.027000', '122204.030000', '122204.033000', '122204.036000', '122204.039000', '122204.042000', '122204.045000', '122204.047000', '122204.051000', '122223.923000', '122223.926000', '122223.929000', '122223.932000', '122223.935000', '122223.938000', '122223.941000', '122223.944000', '122223.947000', '122223.950000', '122223.953000', '122223.955000', '122223.958000', '122223.961000', '122223.964000', '122223.967000', '122223.970000', '122223.973000', '122223.976000', '122223.979000', '122223.982000', '122223.985000', '122223.988000', '122223.991000', '122223.993000', '122223.997000', '122224.000000', '122224.003000', '122224.006000', '122224.010000', '122224.013000', '122224.016000', '122224.019000', '122224.022000', '122224.025000', '122224.028000', '122224.031000', '122224.034000', '122224.036000', '122224.039000', '122224.042000', '122224.045000', '122224.048000', '122243.923000', '122243.926000', '122243.934000', '122243.937000', '122243.940000', '122243.943000', '122243.946000', '122243.949000', '122243.952000', '122243.955000', '122243.958000', '122243.961000', '122243.963000', '122243.966000', '122243.969000', '122243.972000', '122243.975000', '122243.978000', '122243.981000', '122243.984000', '122243.987000', '122243.990000', '122243.993000', '122243.996000', '122244.000000', '122244.002000', '122244.006000', '122244.009000', '122244.012000', '122244.014000', '122244.018000', '122244.020000', '122244.023000', '122244.026000', '122244.029000', '122244.032000', '122244.035000', '122244.038000', '122244.041000', '122244.044000', '122244.060000', '122244.063000', '122244.066000', '122244.069000', '122303.923000', '122303.926000', '122303.929000', '122303.932000', '122303.935000', '122303.938000', '122303.941000', '122303.944000', '122303.947000', '122303.950000', '122303.953000', '122303.956000', '122303.960000', '122303.963000', '122303.966000', '122303.968000', '122303.972000', '122303.974000', '122303.977000', '122303.980000', '122303.983000', '122303.986000', '122303.989000', '122303.992000', '122303.995000', '122303.998000', '122304.002000', '122304.005000', '122304.008000', '122304.011000', '122304.014000', '122304.017000', '122304.020000', '122304.023000', '122304.026000', '122304.029000', '122304.032000', '122304.035000', '122304.038000', '122304.041000', '122304.044000', '122304.046000', '122304.050000', '122323.923000', '122323.926000', '122323.929000', '122323.932000', '122323.935000', '122323.938000', '122323.941000', '122323.944000', '122323.947000', '122323.950000', '122323.953000', '122323.956000', '122323.959000', '122323.963000', '122323.966000', '122323.969000', '122323.972000', '122323.975000', '122323.978000', '122323.981000', '122323.984000', '122323.987000', '122323.990000', '122323.993000', '122323.996000', '122324.000000', '122324.002000', '122324.005000', '122324.008000', '122324.011000', '122324.014000', '122324.017000', '122324.020000', '122324.023000', '122324.026000', '122324.029000', '122324.032000', '122324.035000', '122324.038000', '122324.040000', '122324.043000', '122324.046000', '122324.049000', '122324.052000', '122343.924000', '122343.927000', '122343.930000', '122343.933000', '122343.936000', '122343.939000', '122343.942000', '122343.945000', '122343.948000', '122343.951000', '122343.954000', '122343.957000', '122343.960000', '122343.962000', '122343.965000', '122343.968000', '122343.971000', '122343.974000', '122343.977000', '122343.980000', '122343.983000', '122343.986000', '122343.989000', '122343.992000', '122343.994000', '122343.997000', '122344.001000', '122344.004000', '122344.007000', '122344.010000', '122344.013000', '122344.016000', '122344.019000', '122344.022000', '122344.025000', '122344.028000', '122344.031000', '122344.033000', '122344.036000', '122344.040000', '122344.042000', '122344.045000', '122344.048000', '122403.924000', '122403.927000', '122403.930000', '122403.939000', '122403.942000', '122403.945000', '122403.948000', '122403.951000', '122403.954000', '122403.957000', '122403.960000', '122403.963000', '122403.966000', '122403.969000', '122403.972000', '122403.975000', '122403.977000', '122403.980000', '122403.983000', '122403.986000', '122403.989000', '122403.992000', '122403.995000', '122403.998000', '122404.002000', '122404.005000', '122404.008000', '122404.011000', '122404.014000', '122404.017000', '122404.019000', '122404.022000', '122404.025000', '122404.028000', '122404.031000', '122404.034000', '122404.037000', '122404.040000', '122404.043000', '122404.046000', '122404.049000', '122404.052000', '122404.055000', '122404.058000', '122423.923000', '122423.926000', '122423.929000', '122423.932000', '122423.935000', '122423.938000', '122423.941000', '122423.944000', '122423.947000', '122423.950000', '122423.953000', '122423.956000', '122423.959000', '122423.962000', '122423.965000', '122423.967000', '122423.970000', '122423.973000', '122423.976000', '122423.979000', '122423.982000', '122423.985000', '122423.988000', '122423.991000', '122423.995000', '122423.998000', '122424.002000', '122424.005000', '122424.008000', '122424.011000', '122424.014000', '122424.016000', '122424.019000', '122424.022000', '122424.025000', '122424.028000', '122424.031000', '122424.034000', '122424.037000', '122424.040000', '122424.043000', '122424.046000', '122424.049000', '122443.923000', '122443.926000', '122443.929000', '122443.932000', '122443.935000', '122443.938000', '122443.941000', '122443.944000', '122443.947000', '122443.950000', '122443.953000', '122443.956000', '122443.959000', '122443.962000', '122443.965000', '122443.968000', '122443.970000', '122443.973000', '122443.976000', '122443.979000', '122443.982000', '122443.985000', '122443.988000', '122443.991000', '122443.994000', '122443.997000', '122444.001000', '122444.004000', '122444.007000', '122444.009000', '122444.012000', '122444.015000', '122444.018000', '122444.021000', '122444.024000', '122444.027000', '122444.030000', '122444.033000', '122444.036000', '122444.039000', '122444.042000', '122444.045000', '122444.048000', '122444.050000', '122503.923000', '122503.926000', '122503.929000', '122503.932000', '122503.935000', '122503.938000', '122503.941000', '122503.944000', '122503.947000', '122503.950000', '122503.953000', '122503.956000', '122503.959000', '122503.962000', '122503.964000', '122503.967000', '122503.970000', '122503.973000', '122503.976000', '122503.979000', '122503.982000', '122503.985000', '122503.988000', '122503.991000', '122503.994000', '122503.997000', '122504.001000', '122504.004000', '122504.007000', '122504.009000', '122504.012000', '122504.020000', '122504.023000', '122504.044000', '122504.047000', '122504.049000', '122504.053000', '122504.055000', '122504.058000', '122504.061000', '122504.064000', '122504.067000', '122504.070000', '122523.923000', '122523.926000', '122523.929000', '122523.932000', '122523.935000', '122523.938000', '122523.941000', '122523.944000', '122523.947000', '122523.950000', '122523.953000', '122523.956000', '122523.959000', '122523.962000', '122523.965000', '122523.967000', '122523.970000', '122523.973000', '122523.976000', '122523.979000', '122523.982000', '122523.985000', '122523.988000', '122523.991000', '122523.994000', '122523.997000', '122524.001000', '122524.004000', '122524.006000', '122524.010000', '122524.013000', '122524.016000', '122524.018000', '122524.022000', '122524.024000', '122524.027000', '122524.030000', '122524.033000', '122524.036000', '122524.039000', '122524.042000', '122524.045000', '122524.048000', '122524.051000', '122543.923000', '122543.926000', '122543.929000', '122543.932000', '122543.935000', '122543.938000', '122543.941000', '122543.944000', '122543.947000', '122543.950000', '122543.953000', '122543.956000', '122543.959000', '122543.962000', '122543.965000', '122543.968000', '122543.971000', '122543.973000', '122543.976000', '122543.979000', '122543.982000', '122543.985000', '122543.988000', '122543.991000', '122543.994000', '122543.997000', '122544.001000', '122544.004000', '122544.007000', '122544.010000', '122544.013000', '122544.016000', '122544.019000', '122544.022000', '122544.024000', '122544.028000', '122544.031000', '122544.034000', '122544.037000', '122544.040000', '122544.043000', '122544.046000', '122544.049000', '122603.924000', '122603.927000', '122603.930000', '122603.933000', '122603.936000', '122603.939000', '122603.942000', '122603.945000', '122603.948000', '122603.951000', '122603.953000', '122603.956000', '122603.959000', '122603.962000', '122603.965000', '122603.968000', '122603.971000', '122603.974000', '122603.977000', '122603.980000', '122603.983000', '122603.986000', '122603.989000', '122603.992000', '122603.995000', '122603.998000', '122604.002000', '122604.004000', '122604.007000', '122604.010000', '122604.013000', '122604.016000', '122604.019000', '122604.022000', '122604.025000', '122604.035000', '122604.038000', '122604.041000', '122604.044000', '122604.047000', '122604.050000', '122604.053000', '122604.055000', '122604.058000', '122623.924000', '122623.927000', '122623.930000', '122623.933000', '122623.936000', '122623.939000', '122623.942000', '122623.945000', '122623.948000', '122623.951000', '122623.954000', '122623.957000', '122623.959000', '122623.962000', '122623.965000', '122623.968000', '122623.971000', '122623.974000', '122623.977000', '122623.980000', '122623.983000', '122623.986000', '122623.989000', '122623.992000', '122623.995000', '122623.998000', '122624.002000', '122624.005000', '122624.007000', '122624.010000', '122624.014000', '122624.016000', '122624.019000', '122624.022000', '122624.025000', '122624.028000', '122624.031000', '122624.034000', '122624.037000', '122624.040000', '122624.043000', '122624.046000', '122624.049000', '122643.923000', '122643.926000', '122643.929000', '122643.932000', '122643.935000', '122643.938000', '122643.941000', '122643.944000', '122643.947000', '122643.950000', '122643.953000', '122643.956000', '122643.958000', '122643.961000', '122643.964000', '122643.967000', '122643.970000', '122643.973000', '122643.976000', '122643.979000', '122643.982000', '122643.985000', '122643.988000', '122643.991000', '122643.994000', '122643.997000', '122644.000000', '122644.004000', '122644.006000', '122644.022000', '122644.025000', '122644.028000', '122644.031000', '122644.034000', '122644.037000', '122644.046000', '122644.049000', '122644.052000', '122644.055000', '122644.058000', '122644.061000', '122644.064000', '122644.067000', '122644.070000', '122703.923000', '122703.926000', '122703.929000', '122703.932000', '122703.935000', '122703.938000', '122703.941000', '122703.944000', '122703.947000', '122703.950000', '122703.953000', '122703.956000', '122703.958000', '122703.961000', '122703.964000', '122703.967000', '122703.970000', '122703.973000', '122703.976000', '122703.979000', '122703.982000', '122703.985000', '122703.988000', '122703.991000', '122703.993000', '122703.997000', '122704.000000', '122704.003000', '122704.006000', '122704.009000', '122704.012000', '122704.015000', '122704.018000', '122704.021000', '122704.024000', '122704.027000', '122704.038000', '122704.041000', '122704.043000', '122704.046000', '122704.049000', '122704.052000', '122704.055000', '122712.934000', '122712.937000', '122712.941000', '122712.944000', '122712.947000', '122712.950000', '122712.953000', '122712.956000', '122712.959000', '122712.962000', '122712.965000', '122712.969000', '122712.972000', '122712.975000', '122712.978000', '122712.981000', '122712.984000', '122712.987000', '122712.990000', '122712.993000'], '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': [12933, 10566, 11078, 11962, 10945, 11223, 11887, 11545, 10390, 11587, 10850, 11201, 11621, 12424, 11218, 11358, 11747, 11037, 11564, 12047, 10624, 11854, 11865, 10436, 11476, 12126, 11134, 14002, 11135, 11487, 13905, 10956, 11312, 11894, 9909, 11619, 13047, 10525, 11764, 11639, 10850, 12143, 12211, 11326, 12792, 11179, 11060, 13100, 10065, 11692, 13743, 10835, 11509, 10749, 9647, 11768, 12764, 10773, 11408, 12387, 9427, 11825, 12174, 11228, 12147, 12014, 11164, 10999, 11176, 11652, 13295, 10612, 11871, 12464, 9764, 11813, 12202, 10253, 12190, 13120, 10695, 12012, 11845, 11584, 11691, 11979, 11618, 12006, 9855, 11297, 12268, 10332, 12333, 11674, 11463, 13204, 9416, 12071, 12079, 11260, 12563, 11506, 11324, 11495, 10492, 12404, 13556, 10099, 12000, 13173, 10464, 12189, 12376, 11862, 16962, 10622, 11778, 12000, 11318, 12070, 11903, 11627, 15069, 10098, 11790, 11543, 10081, 12182, 11803, 11628, 11958, 10954, 11852, 13632, 10207, 12269, 11597, 11452, 11469, 11803, 11893, 13586, 10899, 11742, 12448, 10987, 11749, 10816, 11053, 11701, 11992, 10446, 12097, 12498, 10161, 12061, 12520, 10291, 11994, 11622, 9622, 12112, 10377, 11543, 11158, 12347, 11414, 12273, 12079, 12284, 12012, 14384, 11701, 12022, 11783, 9595, 11964, 12713, 9905, 11897, 12944, 9532, 12044, 11696, 9437, 11798, 13543, 9680, 12039, 12285, 9877, 12055, 12480, 10280, 12271, 12199, 11828, 13935, 10459, 12074, 12877, 10516, 12039, 10445, 11220, 12155, 11652, 10576, 11900, 10779, 11231, 12122, 12471, 9974, 11906, 12146, 9921, 11933, 13671, 11220, 12147, 11109, 11909, 11938, 13332, 12111, 12063, 11059, 10181, 11955, 12682, 9830, 12095, 12409, 11277, 12416, 12733, 12052, 11837, 11852, 10704, 12491, 11816, 12040, 12253, 12542, 12135, 11501, 11666, 11973, 12280, 11702, 12110, 12454, 11643, 10127, 12064, 12337, 11579, 12269, 11773, 12068, 11954, 11609, 9939, 12319, 11898, 10341, 12237, 12579, 9871, 11695, 11708, 11062, 12348, 11601, 12228, 11985, 12120, 11853, 12601, 12630, 11754, 11853, 13684, 10521, 11807, 18640, 11496, 12200, 11365, 12260, 11640, 11769, 12369, 9862, 12056, 10835, 11740, 10713, 9804, 13249, 10727, 12133, 11677, 9708, 11476, 18016, 12428, 10487, 10342, 13541, 14127, 15521, 17912, 12292, 11250, 12307, 11697, 11134, 11946, 11969, 12044, 11632, 11950, 12264, 11591, 12211, 12378, 11837, 10615, 12750, 11275, 12201, 12349, 9711, 12443, 12391, 9914, 12333, 12561, 10089, 11892, 11608, 9795, 11468, 11291, 11396, 12086, 10650, 12137, 12174, 11594, 11977, 9743, 12177, 11809, 9728, 11971, 12135, 11744, 10409, 12236, 12379, 9660, 12014, 11873, 10155, 11871, 12539, 11538, 12003, 12374, 10837, 11549, 13235, 11859, 12190, 11888, 11737, 11952, 11830, 11936, 10696, 12418, 12227, 10040, 12209, 11989, 10227, 11559, 11396, 10657, 11650, 11817, 11357, 11701, 11518, 11812, 10151, 11882, 11831, 10119, 11575, 10416, 10379, 11122, 11397, 10851, 9641, 11611, 11403, 9963, 12026, 11766, 11221, 9632, 12184, 12018, 9688, 11717, 12276, 9819, 11493, 12408, 11132, 11681, 13804, 11391, 9508, 12073, 11506, 10046, 11302, 11092, 11376, 11688, 11786, 11832, 11906, 11935, 11536, 10166, 11967, 12131, 9631, 11724, 11895, 9666, 11558, 12427, 9902, 11877, 11879, 10036, 11671, 13098, 10138, 11696, 12114, 10160, 11678, 12361, 10470, 11846, 11593, 11170, 12026, 11797, 11825, 10680, 12031, 11468, 10415, 12190, 11471, 9856, 11708, 12126, 9769, 11916, 12115, 10019, 11659, 11944, 9773, 11878, 11503, 11772, 10470, 10858, 11087, 12281, 10747, 11602, 11006, 10695, 11679, 10056, 10209, 11715, 10802, 10668, 11419, 12767, 10076, 11117, 12856, 9842, 11073, 11557, 9653, 11347, 10577, 10984, 11445, 11751, 10486, 11052, 11806, 11667, 10074, 11766, 12048, 9892, 12000, 12347, 10066, 11353, 14637, 11623, 11674, 11762, 10123, 11735, 12043, 9792, 11699, 11560, 10205, 11676, 11384, 11430, 10956, 11474, 11941, 10972, 10885, 11766, 11271, 12021, 10353, 11653, 11273, 11823, 10080, 11489, 12485, 10038, 11742, 11229, 11692, 11049, 12098, 11328, 9972, 11999, 10760, 11999, 9520, 12279, 12358, 9847, 12163, 12589, 9886, 12237, 13833, 11921, 12160, 12392, 11834, 16201, 10128, 11838, 14375, 10060, 12150, 11520, 11607, 11648, 11406, 9782, 11926, 12143, 9877, 12123, 11490, 11821, 11826, 11616, 11880, 10438, 10282, 11520, 12646, 10121, 11353, 11199, 10590, 11620, 10560, 11227, 11791, 10770, 11117, 12054, 11443, 11454, 11647, 14627, 10153, 11402, 14602, 11012, 11660, 11337, 10167, 11498, 10871, 10297, 10362, 11489, 10935, 10046, 11335, 11396, 9970, 11564, 10925, 10094, 11567, 12509, 10010, 11774, 12576, 9856, 11697, 11855, 9902, 10816, 13218, 10090, 10290, 11701, 11995, 9798, 11648, 13289, 10493, 11584, 16635, 12352, 12082, 11719, 12395, 11410, 12315, 12544, 11167, 14739, 16083, 11181, 14001, 14486, 10620, 11930, 12120, 9570, 11870, 11024, 9952, 11581, 10335, 10252, 11303, 10096, 11137, 10992, 11814, 10620, 12068, 11524, 11311, 9861, 10964, 12095, 10035, 11499, 11012, 10940, 10892, 10937, 11371, 9974, 11190, 11447, 10096, 10844, 12069, 10105, 10785, 9807, 10770, 9943, 10798, 10181, 11112, 10125, 11555, 10647, 11215, 11438, 12391, 12233, 12721, 11843, 14942, 13604, 12664, 13646, 12356, 9669, 11548, 11097, 10430, 12053, 11313, 11477, 9767, 11599, 11752, 9624, 11023, 11949, 9853, 11745, 10894, 11931, 12976, 11706, 11711, 11231, 11206, 11302, 10971, 10675, 9605, 10869, 11336, 9891, 11204, 11232, 9740, 10538, 13608, 9706, 11271, 11670, 9874, 10812, 11956, 9734, 11016, 12756, 9500, 11491, 11466, 9931, 10029, 10915, 9885, 10477, 11101, 10404, 9770, 10412, 11639, 10093, 10334, 11886, 9678, 11046, 11591, 9927, 9830, 13942, 10312, 10198, 11036, 10870, 10041, 9627, 13690, 10082, 11250, 11005, 10007, 10203, 13795, 11348, 11162, 15502, 9924, 11028, 12640, 10593, 10698, 10793, 9799, 11993, 10380, 10585, 10180, 13231, 11231, 11160, 13048, 9890, 11191, 11304, 10714, 10645, 12087, 11534, 10187, 10483, 10718, 12937, 10526, 10478, 11453, 10236, 10975, 10920, 10130, 10334, 12683, 9925, 10531, 12243, 9738, 10566, 11619, 10053, 9960, 14871, 10171, 10662, 12594, 10081, 10165, 12706, 10092, 10043, 11811, 10227, 10536, 11109, 10174, 9974, 13034, 9762, 10926, 12412, 10029, 9965, 13091, 10545, 10787, 12921, 9783, 10990, 12413, 10039, 10350, 14472, 9843, 10702, 9997, 10086, 10020, 12605, 9832, 10563, 12290, 9696, 11067, 10958, 10373, 15768, 11483, 10894, 15116, 9733, 10999, 11381, 9859, 10256, 13343, 9562, 10692, 10924, 10061, 10153, 13372, 10310, 10960, 13141, 10020, 11388, 11257, 9785, 10400, 13129, 9843, 10936, 10533, 9927, 10146, 13839, 10092, 11272, 10025, 11027, 11060, 11560, 10878, 11207, 11236, 11263, 11493, 10350, 10440, 10553, 10765, 12027, 10972, 12979, 10615, 10618, 13569, 10225, 10309, 13022, 10094, 10707, 10335, 9882, 9934, 13183, 9887, 10804, 11137, 11471, 11616, 11975, 12010, 17406, 10370, 11654, 10267, 9861, 10910, 11035, 10822, 11648, 10976, 11347, 10989, 12089, 10678, 11359, 13120, 10536, 11396, 11620, 10553, 11172, 12395, 9611, 11472, 11488, 9451, 10534, 12310, 10226, 11305, 11829, 9810, 9979, 11661, 10420, 9296, 11040, 11327, 9873, 11532, 12423, 10713, 11750, 11070, 11612, 11256, 12018, 12023, 17276, 11431, 11666, 15560, 9961, 11516, 11382, 11880, 10177, 11465, 11509, 10217, 10751, 11694, 10286, 10619, 10996, 11659, 11151, 11344, 13221, 10159, 11398, 11371, 10798, 13422, 11182, 11386, 11183, 9855, 10716, 12677, 10153, 10140, 12626, 10113, 10789, 11522, 9783, 9985, 12038, 9992, 10536, 11314, 9938, 10580, 10870, 9929, 9785, 14787, 9923, 10699, 9933, 9936, 9827, 9922, 12912, 10136, 10322, 11274, 10095, 10548, 12217, 12385, 10558, 11474, 11873, 9676, 11327, 12492, 10477, 10778, 16758, 10346, 10876, 10988, 11317, 9894, 10320, 13995, 9931, 10828, 11178, 9851, 9859, 13480, 10500, 11018, 13151, 9833, 10673, 11932, 10109, 10316, 11448, 10207, 9703, 10929, 10958, 10092, 10034, 11784, 9969, 10207, 11340, 9912, 10571, 11161, 10471, 10421, 10449, 12910, 9937, 10462, 12582, 10061, 10094, 9954, 11983, 10328, 9779, 10651, 10828, 10406, 9883, 12798, 10640, 10860, 13399, 11778, 10938, 10714, 10080, 15858, 11091, 10760, 11514, 10235, 10089, 10555, 10220, 9864, 9916, 10640, 10810, 11219, 10648, 10183, 14125, 10908, 10489, 12267, 10306, 10683, 11254, 10498, 10077, 11031, 10003, 11119, 10155, 10640, 10608, 11162, 13938, 10766, 10949, 11712, 9965, 10422, 11680, 9877, 10729, 11919, 10463, 11367, 10351, 10373, 10754, 11631, 12645, 11514, 11384, 11386, 9965, 10480, 13377, 10120, 11002, 12069, 10521, 10398, 11830, 10542, 10126, 9719, 10993, 11993, 10113, 10326, 10953, 11638, 9872, 10291, 13769, 11864, 9326, 12060, 12875, 9899, 10553, 12464, 12117, 10245, 10850, 10057, 10296, 10056, 10524, 15009, 11581, 11224, 16084, 12109, 14868, 16979, 13212, 11812, 14157, 9994, 10911, 10622, 11724, 11305, 11088, 12158, 9999, 10528, 9937, 11685, 10083, 11188, 10292, 11053, 10025, 10767, 12503, 9791, 10702, 12977, 9943, 11077, 14109, 10007, 11199, 12452, 10368, 11008, 11126, 11654, 10044, 11414, 12338, 10168, 10553, 13734, 10633, 11074, 10923, 11013, 10075, 10284, 15770, 10250, 11006, 9763, 10354, 10858, 10158, 10244, 9858, 9952], 'WindowCenter': [4238.0, 4200.0, 4199.0, 4209.0, 4198.0, 4196.0, 4197.0, 4197.0, 4185.0, 4198.0, 4183.0, 4182.0, 4184.0, 4193.0, 4185.0, 4185.0, 4193.0, 4183.0, 4183.0, 4195.0, 4184.0, 4195.0, 4196.0, 4185.0, 4196.0, 4194.0, 4185.0, 4204.0, 4183.0, 4194.0, 4205.0, 4184.0, 4197.0, 4193.0, 4173.0, 4195.0, 4205.0, 4186.0, 4195.0, 4196.0, 4185.0, 4196.0, 4192.0, 4186.0, 4205.0, 4185.0, 4185.0, 4205.0, 4162.0, 4194.0, 4206.0, 4184.0, 4195.0, 4184.0, 4164.0, 4194.0, 4203.0, 4185.0, 4195.0, 4205.0, 4176.0, 4196.0, 4195.0, 4183.0, 4195.0, 4196.0, 4197.0, 4184.0, 4185.0, 4195.0, 4205.0, 4185.0, 4194.0, 4206.0, 4174.0, 4195.0, 4194.0, 4174.0, 4195.0, 4206.0, 4184.0, 4195.0, 4193.0, 4184.0, 4193.0, 4194.0, 4195.0, 4197.0, 4187.0, 4226.0, 4239.0, 4161.0, 4206.0, 4199.0, 4198.0, 4208.0, 4175.0, 4206.0, 4195.0, 4195.0, 4205.0, 4197.0, 4197.0, 4196.0, 4186.0, 4220.0, 4219.0, 4187.0, 4209.0, 4219.0, 4185.0, 4195.0, 4194.0, 4195.0, 4225.0, 4187.0, 4195.0, 4196.0, 4194.0, 4194.0, 4194.0, 4196.0, 4230.0, 4176.0, 4194.0, 4194.0, 4183.0, 4195.0, 4194.0, 4196.0, 4196.0, 4183.0, 4196.0, 4206.0, 4173.0, 4196.0, 4184.0, 4183.0, 4182.0, 4181.0, 4194.0, 4203.0, 4183.0, 4192.0, 4192.0, 4171.0, 4193.0, 4181.0, 4183.0, 4195.0, 4195.0, 4183.0, 4193.0, 4193.0, 4172.0, 4193.0, 4193.0, 4175.0, 4194.0, 4194.0, 4174.0, 4193.0, 4174.0, 4194.0, 4196.0, 4218.0, 4208.0, 4220.0, 4218.0, 4208.0, 4208.0, 4231.0, 4211.0, 4220.0, 4208.0, 4175.0, 4195.0, 4206.0, 4175.0, 4195.0, 4207.0, 4175.0, 4207.0, 4196.0, 4163.0, 4194.0, 4216.0, 4176.0, 4206.0, 4194.0, 4173.0, 4193.0, 4194.0, 4174.0, 4194.0, 4193.0, 4193.0, 4202.0, 4170.0, 4179.0, 4190.0, 4171.0, 4192.0, 4171.0, 4183.0, 4194.0, 4193.0, 4183.0, 4194.0, 4194.0, 4196.0, 4207.0, 4206.0, 4175.0, 4194.0, 4194.0, 4175.0, 4195.0, 4217.0, 4195.0, 4205.0, 4194.0, 4194.0, 4195.0, 4217.0, 4206.0, 4206.0, 4195.0, 4175.0, 4194.0, 4204.0, 4174.0, 4195.0, 4205.0, 4183.0, 4193.0, 4192.0, 4194.0, 4181.0, 4182.0, 4171.0, 4192.0, 4181.0, 4193.0, 4192.0, 4190.0, 4191.0, 4180.0, 4182.0, 4192.0, 4191.0, 4192.0, 4193.0, 4192.0, 4182.0, 4173.0, 4194.0, 4206.0, 4195.0, 4195.0, 4193.0, 4193.0, 4193.0, 4195.0, 4175.0, 4207.0, 4195.0, 4186.0, 4194.0, 4193.0, 4174.0, 4206.0, 4197.0, 4196.0, 4219.0, 4196.0, 4205.0, 4195.0, 4208.0, 4208.0, 4209.0, 4209.0, 4207.0, 4208.0, 4205.0, 4186.0, 4197.0, 4239.0, 4195.0, 4206.0, 4194.0, 4195.0, 4195.0, 4194.0, 4206.0, 4187.0, 4208.0, 4198.0, 4221.0, 4212.0, 4186.0, 4219.0, 4196.0, 4195.0, 4194.0, 4174.0, 4196.0, 4238.0, 4211.0, 4200.0, 4189.0, 4207.0, 4206.0, 4215.0, 4227.0, 4195.0, 4170.0, 4180.0, 4181.0, 4184.0, 4193.0, 4196.0, 4194.0, 4183.0, 4193.0, 4192.0, 4182.0, 4192.0, 4191.0, 4193.0, 4170.0, 4190.0, 4181.0, 4194.0, 4194.0, 4162.0, 4194.0, 4192.0, 4172.0, 4195.0, 4195.0, 4174.0, 4193.0, 4193.0, 4173.0, 4194.0, 4195.0, 4195.0, 4206.0, 4185.0, 4194.0, 4194.0, 4183.0, 4194.0, 4174.0, 4207.0, 4196.0, 4174.0, 4194.0, 4196.0, 4194.0, 4185.0, 4206.0, 4204.0, 4176.0, 4206.0, 4194.0, 4175.0, 4195.0, 4208.0, 4196.0, 4207.0, 4206.0, 4185.0, 4196.0, 4206.0, 4194.0, 4195.0, 4197.0, 4195.0, 4195.0, 4194.0, 4195.0, 4174.0, 4205.0, 4194.0, 4175.0, 4196.0, 4194.0, 4174.0, 4195.0, 4195.0, 4187.0, 4207.0, 4206.0, 4195.0, 4195.0, 4195.0, 4195.0, 4188.0, 4197.0, 4197.0, 4173.0, 4197.0, 4185.0, 4185.0, 4195.0, 4196.0, 4186.0, 4175.0, 4195.0, 4196.0, 4176.0, 4207.0, 4208.0, 4197.0, 4176.0, 4208.0, 4208.0, 4176.0, 4208.0, 4209.0, 4175.0, 4197.0, 4205.0, 4183.0, 4193.0, 4205.0, 4183.0, 4162.0, 4193.0, 4182.0, 4171.0, 4182.0, 4182.0, 4183.0, 4194.0, 4193.0, 4192.0, 4193.0, 4192.0, 4181.0, 4172.0, 4194.0, 4193.0, 4174.0, 4194.0, 4191.0, 4160.0, 4182.0, 4205.0, 4174.0, 4194.0, 4195.0, 4172.0, 4194.0, 4206.0, 4185.0, 4194.0, 4193.0, 4172.0, 4183.0, 4193.0, 4171.0, 4194.0, 4194.0, 4195.0, 4204.0, 4193.0, 4192.0, 4172.0, 4193.0, 4184.0, 4172.0, 4193.0, 4183.0, 4173.0, 4192.0, 4193.0, 4172.0, 4194.0, 4193.0, 4173.0, 4193.0, 4193.0, 4173.0, 4194.0, 4182.0, 4194.0, 4172.0, 4170.0, 4181.0, 4180.0, 4183.0, 4184.0, 4183.0, 4182.0, 4194.0, 4174.0, 4184.0, 4207.0, 4196.0, 4186.0, 4207.0, 4207.0, 4174.0, 4183.0, 4194.0, 4174.0, 4194.0, 4196.0, 4175.0, 4195.0, 4183.0, 4183.0, 4195.0, 4206.0, 4196.0, 4198.0, 4207.0, 4196.0, 4187.0, 4207.0, 4209.0, 4187.0, 4205.0, 4195.0, 4173.0, 4185.0, 4216.0, 4194.0, 4194.0, 4193.0, 4171.0, 4180.0, 4180.0, 4161.0, 4181.0, 4180.0, 4171.0, 4181.0, 4180.0, 4181.0, 4171.0, 4182.0, 4193.0, 4184.0, 4182.0, 4195.0, 4183.0, 4194.0, 4186.0, 4195.0, 4196.0, 4206.0, 4188.0, 4209.0, 4219.0, 4189.0, 4210.0, 4211.0, 4208.0, 4200.0, 4209.0, 4199.0, 4187.0, 4197.0, 4186.0, 4194.0, 4175.0, 4207.0, 4206.0, 4175.0, 4206.0, 4206.0, 4174.0, 4196.0, 4217.0, 4195.0, 4195.0, 4192.0, 4194.0, 4214.0, 4171.0, 4183.0, 4203.0, 4171.0, 4191.0, 4180.0, 4181.0, 4180.0, 4180.0, 4172.0, 4193.0, 4193.0, 4173.0, 4192.0, 4182.0, 4192.0, 4195.0, 4195.0, 4194.0, 4184.0, 4175.0, 4194.0, 4204.0, 4173.0, 4194.0, 4196.0, 4185.0, 4207.0, 4185.0, 4195.0, 4206.0, 4196.0, 4209.0, 4208.0, 4208.0, 4207.0, 4208.0, 4229.0, 4185.0, 4196.0, 4218.0, 4185.0, 4195.0, 4194.0, 4173.0, 4194.0, 4196.0, 4185.0, 4186.0, 4196.0, 4195.0, 4186.0, 4196.0, 4208.0, 4187.0, 4208.0, 4198.0, 4186.0, 4196.0, 4208.0, 4188.0, 4207.0, 4208.0, 4186.0, 4195.0, 4195.0, 4173.0, 4185.0, 4204.0, 4174.0, 4173.0, 4209.0, 4209.0, 4187.0, 4207.0, 4217.0, 4185.0, 4195.0, 4225.0, 4204.0, 4204.0, 4193.0, 4204.0, 4193.0, 4192.0, 4192.0, 4182.0, 4202.0, 4212.0, 4169.0, 4200.0, 4189.0, 4157.0, 4168.0, 4166.0, 4145.0, 4166.0, 4155.0, 4145.0, 4177.0, 4156.0, 4156.0, 4167.0, 4157.0, 4168.0, 4169.0, 4191.0, 4181.0, 4192.0, 4181.0, 4179.0, 4170.0, 4183.0, 4195.0, 4173.0, 4195.0, 4183.0, 4182.0, 4183.0, 4184.0, 4195.0, 4175.0, 4196.0, 4196.0, 4185.0, 4195.0, 4205.0, 4173.0, 4184.0, 4173.0, 4184.0, 4199.0, 4208.0, 4198.0, 4210.0, 4187.0, 4207.0, 4198.0, 4198.0, 4208.0, 4219.0, 4220.0, 4218.0, 4197.0, 4216.0, 4206.0, 4204.0, 4205.0, 4192.0, 4160.0, 4180.0, 4170.0, 4172.0, 4192.0, 4182.0, 4192.0, 4173.0, 4194.0, 4194.0, 4172.0, 4183.0, 4195.0, 4174.0, 4195.0, 4184.0, 4206.0, 4204.0, 4194.0, 4193.0, 4181.0, 4181.0, 4182.0, 4182.0, 4183.0, 4173.0, 4195.0, 4195.0, 4175.0, 4195.0, 4195.0, 4174.0, 4186.0, 4218.0, 4175.0, 4196.0, 4196.0, 4174.0, 4183.0, 4193.0, 4175.0, 4184.0, 4206.0, 4174.0, 4194.0, 4194.0, 4173.0, 4173.0, 4184.0, 4174.0, 4196.0, 4196.0, 4185.0, 4185.0, 4185.0, 4195.0, 4187.0, 4186.0, 4206.0, 4176.0, 4196.0, 4195.0, 4173.0, 4172.0, 4216.0, 4185.0, 4185.0, 4197.0, 4184.0, 4174.0, 4174.0, 4217.0, 4187.0, 4198.0, 4197.0, 4186.0, 4186.0, 4216.0, 4197.0, 4196.0, 4226.0, 4173.0, 4185.0, 4193.0, 4171.0, 4171.0, 4183.0, 4173.0, 4205.0, 4184.0, 4184.0, 4184.0, 4204.0, 4196.0, 4196.0, 4207.0, 4174.0, 4184.0, 4182.0, 4172.0, 4172.0, 4193.0, 4193.0, 4173.0, 4172.0, 4172.0, 4192.0, 4171.0, 4183.0, 4194.0, 4172.0, 4184.0, 4183.0, 4172.0, 4183.0, 4203.0, 4186.0, 4185.0, 4207.0, 4175.0, 4185.0, 4194.0, 4174.0, 4185.0, 4229.0, 4186.0, 4197.0, 4206.0, 4185.0, 4185.0, 4205.0, 4187.0, 4185.0, 4207.0, 4186.0, 4196.0, 4195.0, 4184.0, 4185.0, 4218.0, 4186.0, 4197.0, 4207.0, 4174.0, 4175.0, 4205.0, 4186.0, 4196.0, 4207.0, 4175.0, 4195.0, 4205.0, 4173.0, 4173.0, 4216.0, 4174.0, 4185.0, 4174.0, 4186.0, 4174.0, 4205.0, 4187.0, 4197.0, 4206.0, 4187.0, 4196.0, 4184.0, 4184.0, 4225.0, 4195.0, 4184.0, 4226.0, 4174.0, 4183.0, 4182.0, 4172.0, 4173.0, 4216.0, 4174.0, 4196.0, 4196.0, 4185.0, 4185.0, 4216.0, 4198.0, 4198.0, 4219.0, 4187.0, 4196.0, 4195.0, 4173.0, 4183.0, 4218.0, 4175.0, 4198.0, 4186.0, 4174.0, 4183.0, 4215.0, 4186.0, 4196.0, 4185.0, 4184.0, 4195.0, 4194.0, 4183.0, 4194.0, 4185.0, 4195.0, 4195.0, 4184.0, 4182.0, 4172.0, 4183.0, 4195.0, 4184.0, 4205.0, 4181.0, 4183.0, 4202.0, 4170.0, 4172.0, 4203.0, 4172.0, 4183.0, 4171.0, 4172.0, 4172.0, 4204.0, 4175.0, 4195.0, 4194.0, 4193.0, 4208.0, 4196.0, 4195.0, 4226.0, 4173.0, 4193.0, 4172.0, 4171.0, 4182.0, 4183.0, 4183.0, 4195.0, 4195.0, 4194.0, 4195.0, 4195.0, 4185.0, 4195.0, 4206.0, 4184.0, 4182.0, 4182.0, 4171.0, 4182.0, 4193.0, 4161.0, 4181.0, 4181.0, 4161.0, 4182.0, 4205.0, 4184.0, 4196.0, 4194.0, 4173.0, 4173.0, 4195.0, 4198.0, 4177.0, 4209.0, 4197.0, 4187.0, 4210.0, 4209.0, 4199.0, 4211.0, 4199.0, 4208.0, 4196.0, 4207.0, 4196.0, 4226.0, 4184.0, 4195.0, 4225.0, 4173.0, 4182.0, 4182.0, 4181.0, 4172.0, 4181.0, 4182.0, 4172.0, 4182.0, 4194.0, 4183.0, 4183.0, 4183.0, 4195.0, 4196.0, 4196.0, 4207.0, 4174.0, 4194.0, 4183.0, 4172.0, 4203.0, 4183.0, 4183.0, 4182.0, 4171.0, 4183.0, 4193.0, 4172.0, 4173.0, 4194.0, 4173.0, 4184.0, 4193.0, 4173.0, 4173.0, 4194.0, 4175.0, 4186.0, 4196.0, 4186.0, 4186.0, 4195.0, 4174.0, 4175.0, 4229.0, 4186.0, 4198.0, 4186.0, 4175.0, 4186.0, 4186.0, 4219.0, 4188.0, 4199.0, 4198.0, 4186.0, 4186.0, 4208.0, 4208.0, 4187.0, 4200.0, 4196.0, 4174.0, 4195.0, 4194.0, 4173.0, 4184.0, 4225.0, 4172.0, 4183.0, 4183.0, 4182.0, 4172.0, 4173.0, 4215.0, 4172.0, 4184.0, 4185.0, 4173.0, 4173.0, 4203.0, 4186.0, 4184.0, 4205.0, 4173.0, 4183.0, 4192.0, 4172.0, 4172.0, 4194.0, 4174.0, 4174.0, 4185.0, 4184.0, 4184.0, 4172.0, 4194.0, 4186.0, 4186.0, 4195.0, 4185.0, 4186.0, 4195.0, 4185.0, 4186.0, 4186.0, 4207.0, 4176.0, 4186.0, 4206.0, 4173.0, 4184.0, 4184.0, 4207.0, 4187.0, 4187.0, 4198.0, 4197.0, 4197.0, 4188.0, 4207.0, 4199.0, 4199.0, 4220.0, 4208.0, 4186.0, 4174.0, 4173.0, 4215.0, 4184.0, 4183.0, 4183.0, 4171.0, 4173.0, 4172.0, 4172.0, 4173.0, 4175.0, 4185.0, 4197.0, 4196.0, 4185.0, 4174.0, 4205.0, 4185.0, 4184.0, 4195.0, 4173.0, 4173.0, 4182.0, 4172.0, 4173.0, 4184.0, 4174.0, 4196.0, 4200.0, 4186.0, 4185.0, 4196.0, 4230.0, 4198.0, 4197.0, 4196.0, 4175.0, 4185.0, 4195.0, 4175.0, 4197.0, 4197.0, 4185.0, 4196.0, 4186.0, 4174.0, 4185.0, 4196.0, 4206.0, 4184.0, 4183.0, 4183.0, 4173.0, 4172.0, 4204.0, 4172.0, 4183.0, 4192.0, 4183.0, 4197.0, 4208.0, 4184.0, 4186.0, 4186.0, 4198.0, 4207.0, 4188.0, 4187.0, 4197.0, 4196.0, 4174.0, 4186.0, 4217.0, 4209.0, 4191.0, 4221.0, 4219.0, 4187.0, 4186.0, 4194.0, 4206.0, 4185.0, 4185.0, 4185.0, 4186.0, 4198.0, 4198.0, 4242.0, 4209.0, 4196.0, 4225.0, 4194.0, 4202.0, 4213.0, 4191.0, 4180.0, 4190.0, 4158.0, 4167.0, 4157.0, 4177.0, 4168.0, 4167.0, 4178.0, 4158.0, 4169.0, 4171.0, 4193.0, 4182.0, 4193.0, 4184.0, 4194.0, 4185.0, 4198.0, 4218.0, 4187.0, 4199.0, 4218.0, 4186.0, 4198.0, 4219.0, 4175.0, 4185.0, 4206.0, 4175.0, 4186.0, 4197.0, 4196.0, 4174.0, 4193.0, 4205.0, 4174.0, 4186.0, 4217.0, 4185.0, 4195.0, 4184.0, 4183.0, 4172.0, 4172.0, 4228.0, 4174.0, 4185.0, 4175.0, 4173.0, 4183.0, 4184.0, 4187.0, 4172.0, 4145.0], 'WindowWidth': [9383.0, 9317.0, 9311.0, 9323.0, 9308.0, 9302.0, 9301.0, 9304.0, 9287.0, 9304.0, 9277.0, 9275.0, 9279.0, 9289.0, 9280.0, 9280.0, 9289.0, 9278.0, 9276.0, 9294.0, 9281.0, 9296.0, 9298.0, 9283.0, 9299.0, 9295.0, 9282.0, 9309.0, 9277.0, 9294.0, 9311.0, 9280.0, 9302.0, 9293.0, 9265.0, 9295.0, 9314.0, 9287.0, 9298.0, 9298.0, 9282.0, 9297.0, 9290.0, 9285.0, 9311.0, 9283.0, 9284.0, 9312.0, 9249.0, 9292.0, 9314.0, 9281.0, 9296.0, 9282.0, 9253.0, 9292.0, 9307.0, 9286.0, 9298.0, 9314.0, 9274.0, 9300.0, 9297.0, 9279.0, 9298.0, 9301.0, 9302.0, 9283.0, 9282.0, 9296.0, 9311.0, 9284.0, 9295.0, 9316.0, 9268.0, 9296.0, 9294.0, 9268.0, 9298.0, 9317.0, 9283.0, 9297.0, 9291.0, 9280.0, 9289.0, 9294.0, 9297.0, 9304.0, 9290.0, 9360.0, 9384.0, 9244.0, 9313.0, 9310.0, 9303.0, 9323.0, 9270.0, 9311.0, 9296.0, 9296.0, 9311.0, 9306.0, 9303.0, 9300.0, 9288.0, 9339.0, 9340.0, 9291.0, 9324.0, 9339.0, 9285.0, 9296.0, 9297.0, 9299.0, 9341.0, 9292.0, 9298.0, 9301.0, 9295.0, 9294.0, 9294.0, 9303.0, 9356.0, 9273.0, 9296.0, 9295.0, 9281.0, 9297.0, 9295.0, 9304.0, 9302.0, 9281.0, 9298.0, 9316.0, 9266.0, 9299.0, 9284.0, 9277.0, 9275.0, 9274.0, 9292.0, 9306.0, 9279.0, 9289.0, 9290.0, 9259.0, 9290.0, 9273.0, 9280.0, 9298.0, 9299.0, 9281.0, 9292.0, 9293.0, 9263.0, 9290.0, 9292.0, 9269.0, 9295.0, 9296.0, 9267.0, 9292.0, 9268.0, 9294.0, 9303.0, 9333.0, 9323.0, 9342.0, 9335.0, 9322.0, 9322.0, 9360.0, 9332.0, 9340.0, 9322.0, 9271.0, 9296.0, 9315.0, 9270.0, 9298.0, 9319.0, 9270.0, 9314.0, 9301.0, 9253.0, 9295.0, 9331.0, 9274.0, 9314.0, 9298.0, 9265.0, 9290.0, 9297.0, 9268.0, 9293.0, 9292.0, 9290.0, 9302.0, 9255.0, 9266.0, 9286.0, 9260.0, 9286.0, 9261.0, 9279.0, 9294.0, 9291.0, 9279.0, 9296.0, 9297.0, 9301.0, 9317.0, 9317.0, 9270.0, 9293.0, 9295.0, 9270.0, 9298.0, 9334.0, 9300.0, 9312.0, 9295.0, 9294.0, 9297.0, 9332.0, 9315.0, 9315.0, 9302.0, 9270.0, 9295.0, 9311.0, 9267.0, 9295.0, 9312.0, 9279.0, 9289.0, 9290.0, 9291.0, 9272.0, 9276.0, 9259.0, 9286.0, 9272.0, 9290.0, 9287.0, 9283.0, 9285.0, 9268.0, 9275.0, 9288.0, 9288.0, 9288.0, 9290.0, 9288.0, 9275.0, 9264.0, 9294.0, 9314.0, 9297.0, 9298.0, 9292.0, 9291.0, 9291.0, 9299.0, 9271.0, 9314.0, 9298.0, 9287.0, 9293.0, 9293.0, 9266.0, 9314.0, 9306.0, 9302.0, 9336.0, 9303.0, 9312.0, 9298.0, 9317.0, 9322.0, 9322.0, 9322.0, 9317.0, 9318.0, 9316.0, 9285.0, 9304.0, 9366.0, 9299.0, 9313.0, 9294.0, 9295.0, 9297.0, 9294.0, 9316.0, 9289.0, 9319.0, 9307.0, 9341.0, 9335.0, 9290.0, 9338.0, 9301.0, 9296.0, 9294.0, 9268.0, 9299.0, 9364.0, 9331.0, 9311.0, 9296.0, 9318.0, 9309.0, 9321.0, 9347.0, 9296.0, 9254.0, 9268.0, 9273.0, 9279.0, 9292.0, 9296.0, 9292.0, 9278.0, 9289.0, 9289.0, 9276.0, 9287.0, 9285.0, 9290.0, 9256.0, 9282.0, 9271.0, 9291.0, 9292.0, 9248.0, 9292.0, 9290.0, 9261.0, 9297.0, 9300.0, 9265.0, 9289.0, 9291.0, 9265.0, 9295.0, 9298.0, 9299.0, 9315.0, 9283.0, 9294.0, 9295.0, 9277.0, 9295.0, 9268.0, 9316.0, 9301.0, 9267.0, 9294.0, 9298.0, 9295.0, 9283.0, 9313.0, 9311.0, 9274.0, 9313.0, 9295.0, 9269.0, 9297.0, 9321.0, 9302.0, 9317.0, 9316.0, 9283.0, 9299.0, 9313.0, 9294.0, 9297.0, 9302.0, 9298.0, 9299.0, 9293.0, 9295.0, 9266.0, 9309.0, 9299.0, 9270.0, 9297.0, 9297.0, 9267.0, 9296.0, 9296.0, 9291.0, 9318.0, 9314.0, 9300.0, 9297.0, 9298.0, 9298.0, 9291.0, 9302.0, 9304.0, 9267.0, 9303.0, 9285.0, 9283.0, 9298.0, 9302.0, 9289.0, 9271.0, 9297.0, 9301.0, 9274.0, 9317.0, 9321.0, 9305.0, 9275.0, 9320.0, 9322.0, 9276.0, 9321.0, 9326.0, 9273.0, 9302.0, 9314.0, 9277.0, 9289.0, 9312.0, 9279.0, 9249.0, 9290.0, 9278.0, 9260.0, 9276.0, 9276.0, 9278.0, 9295.0, 9291.0, 9290.0, 9292.0, 9288.0, 9273.0, 9262.0, 9292.0, 9292.0, 9267.0, 9295.0, 9287.0, 9244.0, 9275.0, 9312.0, 9267.0, 9294.0, 9296.0, 9264.0, 9295.0, 9318.0, 9285.0, 9293.0, 9295.0, 9263.0, 9276.0, 9293.0, 9258.0, 9293.0, 9296.0, 9298.0, 9308.0, 9292.0, 9290.0, 9262.0, 9291.0, 9281.0, 9264.0, 9292.0, 9278.0, 9263.0, 9288.0, 9294.0, 9264.0, 9294.0, 9293.0, 9265.0, 9291.0, 9292.0, 9264.0, 9294.0, 9279.0, 9293.0, 9262.0, 9258.0, 9271.0, 9271.0, 9279.0, 9280.0, 9278.0, 9278.0, 9296.0, 9270.0, 9282.0, 9318.0, 9304.0, 9290.0, 9318.0, 9321.0, 9269.0, 9279.0, 9297.0, 9269.0, 9296.0, 9303.0, 9271.0, 9295.0, 9280.0, 9279.0, 9299.0, 9316.0, 9304.0, 9307.0, 9317.0, 9301.0, 9291.0, 9319.0, 9327.0, 9291.0, 9311.0, 9301.0, 9264.0, 9282.0, 9334.0, 9296.0, 9295.0, 9295.0, 9260.0, 9269.0, 9270.0, 9245.0, 9271.0, 9272.0, 9259.0, 9274.0, 9271.0, 9273.0, 9258.0, 9278.0, 9291.0, 9282.0, 9276.0, 9299.0, 9279.0, 9294.0, 9290.0, 9299.0, 9300.0, 9316.0, 9294.0, 9323.0, 9339.0, 9298.0, 9326.0, 9331.0, 9321.0, 9313.0, 9324.0, 9311.0, 9291.0, 9302.0, 9286.0, 9294.0, 9271.0, 9315.0, 9317.0, 9274.0, 9312.0, 9314.0, 9269.0, 9302.0, 9335.0, 9298.0, 9296.0, 9290.0, 9292.0, 9326.0, 9260.0, 9276.0, 9309.0, 9261.0, 9287.0, 9269.0, 9270.0, 9268.0, 9271.0, 9264.0, 9291.0, 9293.0, 9266.0, 9290.0, 9275.0, 9289.0, 9297.0, 9298.0, 9296.0, 9281.0, 9270.0, 9296.0, 9311.0, 9266.0, 9296.0, 9302.0, 9285.0, 9317.0, 9286.0, 9298.0, 9314.0, 9301.0, 9326.0, 9322.0, 9321.0, 9319.0, 9320.0, 9354.0, 9286.0, 9302.0, 9339.0, 9287.0, 9299.0, 9298.0, 9264.0, 9295.0, 9302.0, 9286.0, 9289.0, 9303.0, 9301.0, 9289.0, 9302.0, 9322.0, 9292.0, 9321.0, 9308.0, 9289.0, 9302.0, 9320.0, 9292.0, 9319.0, 9325.0, 9287.0, 9298.0, 9299.0, 9266.0, 9285.0, 9309.0, 9266.0, 9265.0, 9323.0, 9328.0, 9294.0, 9318.0, 9334.0, 9287.0, 9299.0, 9342.0, 9309.0, 9310.0, 9295.0, 9311.0, 9292.0, 9290.0, 9292.0, 9279.0, 9304.0, 9322.0, 9255.0, 9297.0, 9282.0, 9234.0, 9248.0, 9246.0, 9216.0, 9244.0, 9229.0, 9216.0, 9261.0, 9234.0, 9232.0, 9248.0, 9235.0, 9250.0, 9253.0, 9286.0, 9275.0, 9290.0, 9271.0, 9268.0, 9257.0, 9280.0, 9300.0, 9269.0, 9300.0, 9280.0, 9278.0, 9278.0, 9284.0, 9300.0, 9271.0, 9301.0, 9303.0, 9286.0, 9297.0, 9313.0, 9267.0, 9283.0, 9265.0, 9282.0, 9310.0, 9323.0, 9309.0, 9327.0, 9291.0, 9318.0, 9309.0, 9308.0, 9322.0, 9338.0, 9340.0, 9335.0, 9305.0, 9332.0, 9320.0, 9310.0, 9311.0, 9288.0, 9243.0, 9269.0, 9257.0, 9263.0, 9290.0, 9276.0, 9291.0, 9266.0, 9296.0, 9296.0, 9265.0, 9279.0, 9300.0, 9271.0, 9297.0, 9283.0, 9315.0, 9309.0, 9297.0, 9291.0, 9274.0, 9273.0, 9275.0, 9275.0, 9280.0, 9267.0, 9298.0, 9300.0, 9272.0, 9297.0, 9300.0, 9270.0, 9289.0, 9338.0, 9274.0, 9301.0, 9301.0, 9268.0, 9278.0, 9294.0, 9270.0, 9282.0, 9317.0, 9269.0, 9294.0, 9296.0, 9265.0, 9266.0, 9283.0, 9270.0, 9302.0, 9303.0, 9287.0, 9286.0, 9285.0, 9298.0, 9292.0, 9288.0, 9318.0, 9275.0, 9303.0, 9301.0, 9266.0, 9263.0, 9328.0, 9285.0, 9286.0, 9302.0, 9283.0, 9269.0, 9270.0, 9332.0, 9291.0, 9307.0, 9305.0, 9290.0, 9289.0, 9330.0, 9305.0, 9301.0, 9344.0, 9268.0, 9282.0, 9293.0, 9260.0, 9261.0, 9277.0, 9267.0, 9313.0, 9283.0, 9282.0, 9283.0, 9311.0, 9304.0, 9300.0, 9320.0, 9271.0, 9281.0, 9277.0, 9262.0, 9263.0, 9295.0, 9293.0, 9266.0, 9264.0, 9264.0, 9290.0, 9260.0, 9278.0, 9295.0, 9265.0, 9283.0, 9281.0, 9264.0, 9280.0, 9307.0, 9288.0, 9286.0, 9319.0, 9273.0, 9287.0, 9297.0, 9268.0, 9286.0, 9353.0, 9288.0, 9304.0, 9317.0, 9284.0, 9283.0, 9312.0, 9292.0, 9286.0, 9318.0, 9289.0, 9302.0, 9299.0, 9282.0, 9286.0, 9335.0, 9289.0, 9305.0, 9318.0, 9270.0, 9271.0, 9312.0, 9290.0, 9301.0, 9319.0, 9272.0, 9299.0, 9314.0, 9265.0, 9265.0, 9332.0, 9268.0, 9284.0, 9271.0, 9286.0, 9270.0, 9312.0, 9292.0, 9304.0, 9321.0, 9291.0, 9301.0, 9284.0, 9283.0, 9341.0, 9301.0, 9283.0, 9346.0, 9270.0, 9280.0, 9278.0, 9262.0, 9267.0, 9330.0, 9270.0, 9303.0, 9305.0, 9288.0, 9287.0, 9329.0, 9310.0, 9307.0, 9341.0, 9292.0, 9301.0, 9298.0, 9266.0, 9279.0, 9337.0, 9274.0, 9310.0, 9291.0, 9269.0, 9281.0, 9326.0, 9291.0, 9301.0, 9287.0, 9284.0, 9297.0, 9295.0, 9281.0, 9297.0, 9286.0, 9299.0, 9298.0, 9282.0, 9278.0, 9263.0, 9279.0, 9300.0, 9284.0, 9313.0, 9277.0, 9279.0, 9305.0, 9258.0, 9261.0, 9308.0, 9263.0, 9281.0, 9263.0, 9263.0, 9265.0, 9310.0, 9273.0, 9300.0, 9298.0, 9295.0, 9323.0, 9303.0, 9297.0, 9345.0, 9266.0, 9291.0, 9264.0, 9261.0, 9275.0, 9279.0, 9281.0, 9298.0, 9299.0, 9297.0, 9300.0, 9298.0, 9287.0, 9300.0, 9320.0, 9281.0, 9276.0, 9277.0, 9259.0, 9276.0, 9295.0, 9246.0, 9274.0, 9274.0, 9246.0, 9277.0, 9313.0, 9282.0, 9301.0, 9297.0, 9267.0, 9267.0, 9298.0, 9309.0, 9280.0, 9325.0, 9305.0, 9294.0, 9328.0, 9325.0, 9313.0, 9328.0, 9311.0, 9322.0, 9299.0, 9316.0, 9301.0, 9346.0, 9285.0, 9297.0, 9340.0, 9264.0, 9276.0, 9276.0, 9273.0, 9262.0, 9272.0, 9276.0, 9265.0, 9278.0, 9297.0, 9281.0, 9279.0, 9280.0, 9298.0, 9303.0, 9302.0, 9320.0, 9269.0, 9294.0, 9278.0, 9261.0, 9305.0, 9279.0, 9278.0, 9277.0, 9261.0, 9279.0, 9292.0, 9262.0, 9265.0, 9296.0, 9266.0, 9283.0, 9294.0, 9265.0, 9266.0, 9297.0, 9273.0, 9286.0, 9301.0, 9287.0, 9287.0, 9298.0, 9269.0, 9271.0, 9354.0, 9290.0, 9307.0, 9289.0, 9271.0, 9287.0, 9288.0, 9340.0, 9294.0, 9310.0, 9309.0, 9288.0, 9289.0, 9319.0, 9322.0, 9291.0, 9311.0, 9302.0, 9269.0, 9296.0, 9297.0, 9265.0, 9281.0, 9340.0, 9264.0, 9278.0, 9278.0, 9276.0, 9261.0, 9265.0, 9327.0, 9264.0, 9282.0, 9285.0, 9266.0, 9266.0, 9307.0, 9288.0, 9282.0, 9315.0, 9266.0, 9280.0, 9290.0, 9261.0, 9263.0, 9296.0, 9269.0, 9268.0, 9283.0, 9283.0, 9282.0, 9263.0, 9295.0, 9289.0, 9289.0, 9301.0, 9286.0, 9289.0, 9299.0, 9286.0, 9286.0, 9289.0, 9321.0, 9274.0, 9289.0, 9314.0, 9266.0, 9282.0, 9284.0, 9319.0, 9291.0, 9293.0, 9308.0, 9305.0, 9304.0, 9293.0, 9320.0, 9312.0, 9309.0, 9345.0, 9321.0, 9288.0, 9268.0, 9264.0, 9329.0, 9283.0, 9279.0, 9279.0, 9260.0, 9268.0, 9262.0, 9262.0, 9267.0, 9272.0, 9288.0, 9303.0, 9301.0, 9284.0, 9267.0, 9313.0, 9284.0, 9280.0, 9301.0, 9266.0, 9264.0, 9276.0, 9260.0, 9263.0, 9283.0, 9270.0, 9302.0, 9315.0, 9289.0, 9286.0, 9303.0, 9355.0, 9309.0, 9304.0, 9304.0, 9271.0, 9285.0, 9297.0, 9270.0, 9303.0, 9304.0, 9286.0, 9300.0, 9287.0, 9270.0, 9283.0, 9303.0, 9315.0, 9282.0, 9279.0, 9278.0, 9264.0, 9260.0, 9311.0, 9264.0, 9280.0, 9290.0, 9279.0, 9308.0, 9318.0, 9282.0, 9288.0, 9289.0, 9308.0, 9319.0, 9294.0, 9293.0, 9304.0, 9301.0, 9266.0, 9284.0, 9330.0, 9325.0, 9305.0, 9342.0, 9341.0, 9293.0, 9289.0, 9297.0, 9317.0, 9284.0, 9285.0, 9286.0, 9288.0, 9310.0, 9309.0, 9379.0, 9327.0, 9304.0, 9344.0, 9297.0, 9303.0, 9329.0, 9284.0, 9267.0, 9283.0, 9234.0, 9247.0, 9233.0, 9259.0, 9249.0, 9246.0, 9264.0, 9235.0, 9254.0, 9259.0, 9292.0, 9277.0, 9292.0, 9283.0, 9295.0, 9285.0, 9306.0, 9337.0, 9291.0, 9311.0, 9335.0, 9289.0, 9307.0, 9339.0, 9272.0, 9283.0, 9316.0, 9271.0, 9287.0, 9302.0, 9301.0, 9268.0, 9293.0, 9314.0, 9267.0, 9289.0, 9332.0, 9284.0, 9296.0, 9279.0, 9279.0, 9263.0, 9264.0, 9350.0, 9269.0, 9286.0, 9271.0, 9265.0, 9279.0, 9281.0, 9290.0, 9260.0, 9208.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.0016970679012345681</td></tr>
<tr><td colspan=3>aqi</td><td>0.03123606759259259</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.2188786156602</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1859359374903486</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9923065007490361</td></tr>
<tr><td colspan=3>efc</td><td>0.5058</td></tr>
<tr><td colspan=3>fber</td><td>4826.9429</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1253215896294878</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>163</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.57716049382716</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.472146418367242</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3634188527426128</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.720957480581864</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3320629217772497</td></tr>
<tr><td colspan=3>gcor</td><td>0.00566033</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016827182844281197</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03640715405344963</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</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.854570492335465</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>20.9969</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6644</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.5961</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292840.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>1005.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.0161</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2486</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.0358</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3315.7256</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.9321</td></tr>
<tr><td colspan=3>tsnr</td><td>32.86861612694338</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>