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

616 lines
No EOL
141 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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-02/func/sub-0089_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>0ffffce69bfd221d5f98858b0e1d1cd6</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>14:36:40.177500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998641, -0.0187254, -0.0486261, 0.0338263, 0.942802, 0.331633]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10133</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>[4131, -7798, -7292, 659, -35, -289, 60, 126]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>236.2</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e2b74c1-c27f-483e-a93b-9a608399ab55||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792821884155273, 0.09075354039669037, -0.10701389610767365, 110.86265563964844], [0.05023888126015663, 2.529468059539795, 0.898634672164917, -118.21314239501953], [-0.13046018779277802, -0.8897479772567749, 2.5438168048858643, -27.976985931396484], [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': ['143640.177500', '143640.637500', '143641.097500', '143641.557500', '143642.017500', '143642.477500', '143642.937500', '143643.397500', '143643.857500', '143644.317500', '143644.777500', '143645.237500', '143645.697500', '143646.157500', '143646.617500', '143647.077500', '143647.537500', '143647.997500', '143648.457500', '143648.917500', '143649.377500', '143649.837500', '143650.297500', '143650.757500', '143651.217500', '143651.677500', '143652.137500', '143652.597500', '143653.057500', '143653.517500', '143653.977500', '143654.437500', '143654.897500', '143655.357500', '143655.817500', '143656.277500', '143656.737500', '143657.197500', '143657.657500', '143658.117500', '143658.577500', '143659.037500', '143659.497500', '143659.957500', '143700.417500', '143700.877500', '143701.337500', '143701.797500', '143702.257500', '143702.717500', '143703.177500', '143703.637500', '143704.097500', '143704.557500', '143705.017500', '143705.477500', '143705.937500', '143706.397500', '143706.857500', '143707.317500', '143707.777500', '143708.237500', '143708.697500', '143709.157500', '143709.617500', '143710.077500', '143710.537500', '143710.997500', '143711.457500', '143711.917500', '143712.377500', '143712.837500', '143713.297500', '143713.757500', '143714.217500', '143714.677500', '143715.137500', '143715.597500', '143716.057500', '143716.517500', '143716.977500', '143717.437500', '143717.897500', '143718.357500', '143718.817500', '143719.277500', '143719.737500', '143720.197500', '143720.657500', '143721.117500', '143721.577500', '143722.037500', '143722.497500', '143722.957500', '143723.417500', '143723.877500', '143724.337500', '143724.797500', '143725.257500', '143725.717500', '143726.177500', '143726.637500', '143727.097500', '143727.557500', '143728.017500', '143728.477500', '143728.937500', '143729.397500', '143729.857500', '143730.317500', '143730.777500', '143731.237500', '143731.697500', '143732.157500', '143732.617500', '143733.077500', '143733.537500', '143733.997500', '143734.457500', '143734.917500', '143735.377500', '143735.837500', '143736.297500', '143736.757500', '143737.217500', '143737.677500', '143738.137500', '143738.597500', '143739.057500', '143739.517500', '143739.977500', '143740.437500', '143740.897500', '143741.357500', '143741.817500', '143742.277500', '143742.737500', '143743.197500', '143743.657500', '143744.117500', '143744.577500', '143745.037500', '143745.497500', '143745.957500', '143746.417500', '143746.877500', '143747.337500', '143747.797500', '143748.257500', '143748.717500', '143749.177500', '143749.637500', '143750.097500', '143750.557500', '143751.017500', '143751.477500', '143751.937500', '143752.397500', '143752.857500', '143753.317500', '143753.777500', '143754.237500', '143754.697500', '143755.157500', '143755.617500', '143756.077500', '143756.537500', '143756.997500', '143757.457500', '143757.917500', '143758.377500', '143758.837500', '143759.297500', '143759.757500', '143800.217500', '143800.677500', '143801.137500', '143801.597500', '143802.057500', '143802.517500', '143802.977500', '143803.437500', '143803.897500', '143804.357500', '143804.817500', '143805.277500', '143805.737500', '143806.197500', '143806.657500', '143807.117500', '143807.577500', '143808.037500', '143808.497500', '143808.957500', '143809.417500', '143809.877500', '143810.337500', '143810.797500', '143811.257500', '143811.717500', '143812.177500', '143812.637500', '143813.097500', '143813.557500', '143814.017500', '143814.477500', '143814.937500', '143815.397500', '143815.857500', '143816.317500', '143816.777500', '143817.237500', '143817.697500', '143818.157500', '143818.617500', '143819.077500', '143819.537500', '143819.997500', '143820.457500', '143820.917500', '143821.377500', '143821.837500', '143822.297500', '143822.757500', '143823.217500', '143823.677500', '143824.137500', '143824.597500', '143825.057500', '143825.517500', '143825.977500', '143826.437500', '143826.897500', '143827.357500', '143827.817500', '143828.277500', '143828.737500', '143829.197500', '143829.657500', '143830.117500', '143830.577500', '143831.037500', '143831.497500', '143831.957500', '143832.417500', '143832.877500', '143833.337500', '143833.797500', '143834.257500', '143834.717500', '143835.177500', '143835.637500', '143836.097500', '143836.557500', '143837.017500', '143837.477500', '143837.937500', '143838.397500', '143838.857500', '143839.317500', '143839.777500', '143840.237500', '143840.697500', '143841.157500', '143841.617500', '143842.077500', '143842.537500', '143842.997500', '143843.457500', '143843.917500', '143844.377500', '143844.837500', '143845.297500', '143845.757500', '143846.217500', '143846.677500', '143847.137500', '143847.597500', '143848.057500', '143848.517500', '143848.977500', '143849.437500', '143849.897500', '143850.357500', '143850.817500', '143851.277500', '143851.737500', '143852.197500', '143852.657500', '143853.117500', '143853.577500', '143854.037500', '143854.497500', '143854.957500', '143855.417500', '143855.877500', '143856.337500', '143856.797500', '143857.257500', '143857.717500', '143858.177500', '143858.637500', '143859.097500', '143859.557500', '143900.017500', '143900.477500', '143900.937500', '143901.397500', '143901.857500', '143902.317500', '143902.777500', '143903.237500', '143903.697500', '143904.157500', '143904.617500', '143905.077500', '143905.537500', '143905.997500', '143906.457500', '143906.917500', '143907.377500', '143907.837500', '143908.297500', '143908.757500', '143909.217500', '143909.677500', '143910.137500', '143910.597500', '143911.057500', '143911.517500', '143911.977500', '143912.437500', '143912.897500', '143913.357500', '143913.817500', '143914.277500', '143914.737500', '143915.197500', '143915.657500', '143916.117500', '143916.577500', '143917.037500', '143917.497500', '143917.957500', '143918.417500', '143918.877500', '143919.337500', '143919.797500', '143920.257500', '143920.717500', '143921.177500', '143921.637500', '143922.097500', '143922.557500', '143923.017500', '143923.477500', '143923.937500', '143924.397500', '143924.857500', '143925.317500', '143925.777500', '143926.237500', '143926.697500', '143927.157500', '143927.617500', '143928.077500', '143928.537500', '143928.997500', '143929.457500', '143929.917500', '143930.377500', '143930.837500', '143931.297500', '143931.757500', '143932.217500', '143932.677500', '143933.137500', '143933.597500', '143934.057500', '143934.517500', '143934.977500', '143935.437500', '143935.897500', '143936.357500', '143936.817500', '143937.277500', '143937.737500', '143938.197500', '143938.657500', '143939.117500', '143939.577500', '143940.037500', '143940.497500', '143940.957500', '143941.417500', '143941.877500', '143942.337500', '143942.797500', '143943.257500', '143943.717500', '143944.177500', '143944.637500', '143945.097500', '143945.557500', '143946.017500', '143946.477500', '143946.937500', '143947.397500', '143947.857500', '143948.317500', '143948.777500', '143949.237500', '143949.697500', '143950.157500', '143950.617500', '143951.077500', '143951.537500', '143951.997500', '143952.457500', '143952.917500', '143953.377500', '143953.837500', '143954.297500', '143954.757500', '143955.217500', '143955.677500', '143956.137500', '143956.597500', '143957.057500', '143957.517500', '143957.977500', '143958.437500', '143958.897500', '143959.357500', '143959.817500', '144000.277500', '144000.737500', '144001.197500', '144001.657500', '144002.117500', '144002.577500', '144003.037500', '144003.497500', '144003.957500', '144004.417500', '144004.877500', '144005.337500', '144005.797500', '144006.257500', '144006.717500', '144007.177500', '144007.637500', '144008.097500', '144008.557500', '144009.017500', '144009.477500', '144009.937500', '144010.397500', '144010.857500', '144011.317500', '144011.777500', '144012.237500', '144012.697500', '144013.157500', '144013.617500', '144014.077500', '144014.537500', '144014.997500', '144015.457500', '144015.917500', '144016.377500', '144016.837500', '144017.297500', '144017.757500', '144018.217500', '144018.677500', '144019.137500', '144019.597500', '144020.057500', '144020.517500', '144020.977500', '144021.437500', '144021.897500', '144022.357500', '144022.817500', '144023.277500', '144023.737500', '144024.197500', '144024.657500', '144025.117500', '144025.577500', '144026.037500', '144026.497500', '144026.957500', '144027.417500', '144027.877500', '144028.337500', '144028.797500', '144029.257500', '144029.717500', '144030.177500', '144030.637500', '144031.097500', '144031.557500', '144032.017500', '144032.477500', '144032.937500', '144033.397500', '144033.857500', '144034.317500', '144034.777500', '144035.237500', '144035.697500', '144036.157500', '144036.617500', '144037.077500', '144037.537500', '144037.997500', '144038.457500', '144038.917500', '144039.377500', '144039.837500', '144040.297500', '144040.757500', '144041.217500', '144041.677500', '144042.137500', '144042.597500', '144043.057500', '144043.517500', '144043.977500', '144044.437500', '144044.897500', '144045.357500', '144045.817500', '144046.277500', '144046.737500', '144047.197500', '144047.657500', '144048.117500', '144048.577500', '144049.037500', '144049.497500', '144049.957500', '144050.417500', '144050.877500', '144051.337500', '144051.797500', '144052.257500', '144052.717500', '144053.177500', '144053.637500', '144054.097500', '144054.557500', '144055.017500', '144055.477500', '144055.937500', '144056.397500', '144056.857500', '144057.317500', '144057.777500', '144058.237500', '144058.697500', '144059.157500', '144059.617500', '144100.077500', '144100.537500', '144100.997500', '144101.457500', '144101.917500', '144102.377500', '144102.837500', '144103.297500', '144103.757500', '144104.217500', '144104.677500', '144105.137500', '144105.597500', '144106.057500', '144106.517500', '144106.977500', '144107.437500', '144107.897500', '144108.357500', '144108.817500', '144109.277500', '144109.737500', '144110.197500', '144110.657500', '144111.117500', '144111.577500', '144112.037500', '144112.497500', '144112.957500', '144113.417500', '144113.877500', '144114.337500', '144114.797500', '144115.257500', '144115.717500', '144116.177500', '144116.637500', '144117.097500', '144117.557500', '144118.017500', '144118.477500', '144118.937500', '144119.397500', '144119.857500', '144120.317500', '144120.777500', '144121.237500', '144121.697500', '144122.157500', '144122.617500', '144123.077500', '144123.537500', '144123.997500', '144124.457500', '144124.917500', '144125.377500', '144125.837500', '144126.297500', '144126.757500', '144127.217500', '144127.677500', '144128.137500', '144128.597500', '144129.057500', '144129.517500', '144129.977500', '144130.437500', '144130.897500', '144131.357500', '144131.817500', '144132.277500', '144132.737500', '144133.197500', '144133.657500', '144134.117500', '144134.577500', '144135.037500', '144135.497500', '144135.957500', '144136.417500', '144136.877500', '144137.337500', '144137.797500', '144138.257500', '144138.717500', '144139.177500', '144139.637500', '144140.097500', '144140.557500', '144141.017500', '144141.477500', '144141.937500', '144142.397500', '144142.857500', '144143.317500', '144143.777500', '144144.237500', '144144.697500', '144145.157500', '144145.617500', '144146.077500', '144146.537500', '144146.997500', '144147.457500', '144147.917500', '144148.377500', '144148.837500', '144149.297500', '144149.757500', '144150.217500', '144150.677500', '144151.137500', '144151.597500', '144152.057500', '144152.517500', '144152.977500', '144153.437500', '144153.897500', '144154.357500', '144154.817500', '144155.277500', '144155.737500', '144156.197500', '144156.657500', '144157.117500', '144157.577500', '144158.037500', '144158.497500', '144158.957500', '144159.417500', '144159.877500', '144200.337500', '144200.797500', '144201.257500', '144201.717500', '144202.177500', '144202.637500', '144203.097500', '144203.557500', '144204.017500', '144204.477500', '144204.937500', '144205.397500', '144205.857500', '144206.317500', '144206.777500', '144207.237500', '144207.697500', '144208.157500', '144208.617500', '144209.077500', '144209.537500', '144209.997500', '144210.457500', '144210.917500', '144211.377500', '144211.837500', '144212.297500', '144212.757500', '144213.217500', '144213.677500', '144214.137500', '144214.597500', '144215.057500', '144215.517500', '144215.977500', '144216.437500', '144216.897500', '144217.357500', '144217.817500', '144218.277500', '144218.737500', '144219.197500', '144219.657500', '144220.117500', '144220.577500', '144221.037500', '144221.497500', '144221.957500', '144222.417500', '144222.877500', '144223.337500', '144223.797500', '144224.257500', '144224.717500', '144225.177500', '144225.637500', '144226.097500', '144226.557500', '144227.017500', '144227.477500', '144227.937500', '144228.397500', '144228.857500', '144229.317500', '144229.777500', '144230.237500', '144230.697500', '144231.157500', '144231.617500', '144232.077500', '144232.537500', '144232.997500', '144233.457500', '144233.917500', '144234.377500', '144234.837500', '144235.297500', '144235.757500', '144236.217500', '144236.677500', '144237.137500', '144237.597500', '144238.057500', '144238.517500', '144238.977500', '144239.437500', '144239.897500', '144240.357500', '144240.817500', '144241.277500', '144241.737500', '144242.197500', '144242.657500', '144243.117500', '144243.577500', '144244.037500', '144244.497500', '144244.957500', '144245.417500', '144245.877500', '144246.337500', '144246.797500', '144247.257500', '144247.717500', '144248.177500', '144248.637500', '144249.097500', '144249.557500', '144250.017500', '144250.477500', '144250.937500', '144251.397500', '144251.857500', '144252.317500', '144252.777500', '144253.237500', '144253.697500', '144254.157500', '144254.617500', '144255.077500', '144255.537500', '144255.997500', '144256.457500', '144256.917500', '144257.377500', '144257.837500', '144258.297500', '144258.757500', '144259.217500', '144259.677500', '144300.137500', '144300.597500', '144301.057500', '144301.517500', '144301.977500', '144302.437500', '144302.897500', '144303.357500', '144303.817500', '144304.277500', '144304.737500', '144305.197500', '144305.657500', '144306.117500', '144306.577500', '144307.037500', '144307.497500', '144307.957500', '144308.417500', '144308.877500', '144309.337500', '144309.797500', '144310.257500', '144310.717500', '144311.177500', '144311.637500', '144312.097500', '144312.557500', '144313.017500', '144313.477500', '144313.937500', '144314.397500', '144314.857500', '144315.317500', '144315.777500', '144316.237500', '144316.697500', '144317.157500', '144317.617500', '144318.077500', '144318.537500', '144318.997500', '144319.457500', '144319.917500', '144320.377500', '144320.837500', '144321.297500', '144321.757500', '144322.217500', '144322.677500', '144323.137500', '144323.597500', '144324.057500', '144324.517500', '144324.977500', '144325.437500', '144325.897500', '144326.357500', '144326.817500', '144327.277500', '144327.737500', '144328.197500', '144328.657500', '144329.117500', '144329.577500', '144330.037500', '144330.497500', '144330.957500', '144331.417500', '144331.877500', '144332.337500', '144332.797500', '144333.257500', '144333.717500', '144334.177500', '144334.637500', '144335.097500', '144335.557500', '144336.017500', '144336.477500', '144336.937500', '144337.397500', '144337.857500', '144338.317500', '144338.777500', '144339.237500', '144339.697500', '144340.157500', '144340.617500', '144341.077500', '144341.537500', '144341.997500', '144342.457500', '144342.917500', '144343.377500', '144343.837500', '144344.297500', '144344.757500', '144345.217500', '144345.677500', '144346.137500', '144346.597500', '144347.057500', '144347.517500', '144347.977500', '144348.437500', '144348.897500', '144349.357500', '144349.817500', '144350.277500', '144350.737500', '144351.197500', '144351.657500', '144352.117500', '144352.577500', '144353.037500', '144353.497500', '144353.957500', '144354.417500', '144354.877500', '144355.337500', '144355.797500', '144356.257500', '144356.717500', '144357.177500', '144357.637500', '144358.097500', '144358.557500', '144359.017500', '144359.477500', '144359.937500', '144400.397500', '144400.857500', '144401.317500', '144401.777500', '144402.237500', '144402.697500', '144403.157500', '144403.617500', '144404.077500', '144404.537500', '144404.997500', '144405.457500', '144405.917500', '144406.377500', '144406.837500', '144407.297500', '144407.757500', '144408.217500', '144408.677500', '144409.137500', '144409.597500', '144410.057500', '144410.517500', '144410.977500', '144411.437500', '144411.897500', '144412.357500', '144412.817500', '144413.277500', '144413.737500', '144414.197500', '144414.657500', '144415.117500', '144415.577500', '144416.037500', '144416.497500', '144416.957500', '144417.417500', '144417.877500', '144418.337500', '144418.797500', '144419.257500', '144419.717500', '144420.177500', '144420.637500', '144421.097500', '144421.557500', '144422.017500', '144422.477500', '144422.937500', '144423.397500', '144423.857500', '144424.317500', '144424.777500', '144425.237500', '144425.697500', '144426.157500', '144426.617500', '144427.077500', '144427.537500', '144427.997500', '144428.457500', '144428.917500', '144429.377500', '144429.837500', '144430.297500', '144430.757500', '144431.217500', '144431.677500', '144432.137500', '144432.597500', '144433.057500', '144433.517500', '144433.977500', '144434.437500', '144434.897500', '144435.357500', '144435.817500', '144436.277500', '144436.737500', '144437.197500', '144437.657500', '144438.117500', '144438.577500', '144439.037500', '144439.497500', '144439.957500', '144440.417500', '144440.877500', '144441.337500', '144441.797500', '144442.257500', '144442.717500', '144443.177500', '144443.637500', '144444.097500', '144444.557500', '144445.017500', '144445.477500', '144445.937500', '144446.397500', '144446.857500', '144447.317500', '144447.777500', '144448.237500', '144448.697500', '144449.157500', '144449.617500', '144450.077500', '144450.537500', '144450.997500', '144451.457500', '144451.917500', '144452.377500', '144452.837500', '144453.297500', '144453.757500', '144454.217500', '144454.677500', '144455.137500', '144455.597500', '144456.057500', '144456.517500', '144456.977500', '144457.437500', '144457.897500', '144458.357500', '144458.817500', '144459.277500', '144459.737500', '144500.197500', '144500.657500', '144501.117500', '144501.577500', '144502.037500', '144502.497500', '144502.957500', '144503.417500', '144503.877500', '144504.337500', '144504.797500', '144505.257500', '144505.717500', '144506.177500', '144506.637500', '144507.097500', '144507.557500', '144508.017500', '144508.477500', '144508.937500', '144509.397500', '144509.857500', '144510.317500', '144510.777500', '144511.237500', '144511.697500', '144512.157500', '144512.617500', '144513.077500', '144513.537500', '144513.997500', '144514.457500', '144514.917500', '144515.377500', '144515.837500', '144516.297500', '144516.757500', '144517.217500', '144517.677500', '144518.137500', '144518.597500', '144519.057500', '144519.517500', '144519.977500', '144520.437500', '144520.897500', '144521.357500', '144521.817500', '144522.277500', '144522.737500', '144523.197500', '144523.657500', '144524.117500', '144524.577500', '144525.037500', '144525.497500', '144525.957500', '144526.417500', '144526.877500', '144527.337500', '144527.797500', '144528.257500', '144528.717500', '144529.177500', '144529.637500', '144530.097500', '144530.557500', '144531.017500', '144531.477500', '144531.937500', '144532.397500', '144532.857500', '144533.317500', '144533.777500', '144534.237500', '144534.697500', '144535.157500', '144535.617500', '144536.077500', '144536.537500', '144536.997500', '144537.457500', '144537.917500', '144538.377500', '144538.837500', '144539.297500', '144539.757500', '144540.217500', '144540.677500', '144541.137500', '144541.597500', '144542.057500', '144542.517500', '144542.977500', '144543.437500', '144543.897500', '144544.357500', '144544.817500', '144545.277500', '144545.737500', '144546.197500', '144546.657500', '144547.117500', '144547.577500', '144548.037500', '144548.497500', '144548.957500', '144549.417500', '144549.877500', '144550.337500', '144550.797500', '144551.257500', '144551.717500', '144552.177500', '144552.637500', '144553.097500', '144553.557500', '144554.017500', '144554.477500', '144554.937500', '144555.397500', '144555.857500', '144556.317500', '144556.777500', '144557.237500', '144557.697500', '144558.157500', '144558.617500', '144559.077500', '144559.537500', '144559.997500', '144600.457500', '144600.917500', '144601.377500', '144601.837500', '144602.297500', '144602.757500', '144603.217500', '144603.677500', '144604.137500', '144604.597500', '144605.057500', '144605.517500', '144605.977500', '144606.437500', '144606.897500', '144607.357500', '144607.817500', '144608.277500', '144608.737500', '144609.197500', '144609.657500', '144610.117500', '144610.577500', '144611.037500', '144611.497500', '144611.957500', '144612.417500', '144612.877500', '144613.337500', '144613.797500', '144614.257500', '144614.717500', '144615.177500', '144615.637500', '144616.097500', '144616.557500', '144617.017500', '144617.477500', '144617.937500', '144618.397500', '144618.857500', '144619.317500', '144619.777500', '144620.237500', '144620.697500', '144621.157500', '144621.617500', '144622.077500', '144622.537500', '144622.997500', '144623.457500', '144623.917500', '144624.377500', '144624.837500', '144625.297500', '144625.757500', '144626.217500', '144626.677500', '144627.137500', '144627.597500', '144628.057500', '144628.517500', '144628.977500', '144629.437500', '144629.897500', '144630.357500', '144630.817500', '144631.277500', '144631.737500', '144632.197500', '144632.657500', '144633.117500', '144633.577500', '144634.037500', '144634.497500', '144634.957500', '144635.417500', '144635.877500', '144636.337500', '144636.797500'], 'ContentTime': ['143704.611000', '143704.614000', '143704.616000', '143704.619000', '143704.622000', '143704.624000', '143704.627000', '143704.629000', '143704.632000', '143704.634000', '143704.637000', '143704.640000', '143704.642000', '143704.645000', '143704.647000', '143704.651000', '143704.653000', '143704.656000', '143704.659000', '143704.661000', '143704.664000', '143704.666000', '143704.669000', '143704.671000', '143704.674000', '143704.677000', '143704.679000', '143704.682000', '143704.684000', '143704.687000', '143704.690000', '143704.692000', '143704.695000', '143704.697000', '143704.700000', '143704.702000', '143704.705000', '143704.708000', '143704.710000', '143704.713000', '143704.715000', '143704.731000', '143704.763000', '143704.765000', '143704.768000', '143704.771000', '143704.773000', '143704.776000', '143704.778000', '143704.781000', '143704.783000', '143724.572000', '143724.575000', '143724.578000', '143724.580000', '143724.583000', '143724.586000', '143724.588000', '143724.591000', '143724.594000', '143724.596000', '143724.599000', '143724.601000', '143724.604000', '143724.607000', '143724.609000', '143724.612000', '143724.615000', '143724.617000', '143724.620000', '143724.622000', '143724.625000', '143724.628000', '143724.630000', '143724.633000', '143724.635000', '143724.638000', '143724.641000', '143724.643000', '143724.654000', '143724.656000', '143724.659000', '143724.662000', '143724.664000', '143724.667000', '143724.670000', '143724.672000', '143724.675000', '143724.677000', '143724.680000', '143724.683000', '143724.685000', '143724.688000', '143724.690000', '143724.693000', '143744.572000', '143744.575000', '143744.578000', '143744.580000', '143744.583000', '143744.585000', '143744.588000', '143744.591000', '143744.593000', '143744.596000', '143744.598000', '143744.601000', '143744.604000', '143744.606000', '143744.609000', '143744.611000', '143744.614000', '143744.616000', '143744.619000', '143744.622000', '143744.624000', '143744.627000', '143744.629000', '143744.632000', '143744.635000', '143744.637000', '143744.640000', '143744.643000', '143744.645000', '143744.648000', '143744.650000', '143744.653000', '143744.656000', '143744.658000', '143744.661000', '143744.663000', '143744.666000', '143744.676000', '143744.679000', '143744.682000', '143744.684000', '143744.687000', '143744.689000', '143804.572000', '143804.575000', '143804.578000', '143804.580000', '143804.594000', '143804.597000', '143804.599000', '143804.602000', '143804.605000', '143804.607000', '143804.610000', '143804.612000', '143804.615000', '143804.617000', '143804.620000', '143804.623000', '143804.625000', '143804.628000', '143804.630000', '143804.633000', '143804.636000', '143804.638000', '143804.641000', '143804.643000', '143804.646000', '143804.649000', '143804.651000', '143804.654000', '143804.656000', '143804.659000', '143804.661000', '143804.664000', '143804.667000', '143804.669000', '143804.672000', '143804.674000', '143804.677000', '143804.680000', '143804.682000', '143804.685000', '143804.687000', '143804.690000', '143804.692000', '143804.695000', '143824.572000', '143824.575000', '143824.578000', '143824.580000', '143824.583000', '143824.585000', '143824.598000', '143824.600000', '143824.603000', '143824.606000', '143824.608000', '143824.611000', '143824.613000', '143824.616000', '143824.618000', '143824.621000', '143824.624000', '143824.626000', '143824.629000', '143824.631000', '143824.634000', '143824.637000', '143824.639000', '143824.642000', '143824.644000', '143824.647000', '143824.650000', '143824.653000', '143824.656000', '143824.659000', '143824.661000', '143824.664000', '143824.667000', '143824.669000', '143824.672000', '143824.675000', '143824.677000', '143824.680000', '143824.682000', '143824.685000', '143824.687000', '143824.691000', '143824.694000', '143844.571000', '143844.578000', '143844.581000', '143844.584000', '143844.586000', '143844.589000', '143844.591000', '143844.594000', '143844.596000', '143844.599000', '143844.602000', '143844.604000', '143844.607000', '143844.609000', '143844.612000', '143844.615000', '143844.617000', '143844.620000', '143844.622000', '143844.625000', '143844.627000', '143844.630000', '143844.633000', '143844.635000', '143844.638000', '143844.640000', '143844.643000', '143844.646000', '143844.648000', '143844.666000', '143844.669000', '143844.672000', '143844.674000', '143844.677000', '143844.679000', '143844.682000', '143844.685000', '143844.687000', '143844.690000', '143844.692000', '143844.695000', '143844.697000', '143844.700000', '143844.703000', '143904.572000', '143904.574000', '143904.577000', '143904.580000', '143904.582000', '143904.585000', '143904.587000', '143904.590000', '143904.592000', '143904.595000', '143904.598000', '143904.600000', '143904.603000', '143904.606000', '143904.608000', '143904.611000', '143904.613000', '143904.616000', '143904.618000', '143904.621000', '143904.624000', '143904.626000', '143904.629000', '143904.631000', '143904.634000', '143904.636000', '143904.639000', '143904.642000', '143904.644000', '143904.647000', '143904.650000', '143904.652000', '143904.655000', '143904.658000', '143904.660000', '143904.663000', '143904.665000', '143904.668000', '143904.671000', '143904.673000', '143904.676000', '143904.678000', '143904.681000', '143924.572000', '143924.575000', '143924.577000', '143924.580000', '143924.582000', '143924.585000', '143924.588000', '143924.590000', '143924.593000', '143924.595000', '143924.598000', '143924.601000', '143924.603000', '143924.606000', '143924.609000', '143924.611000', '143924.614000', '143924.616000', '143924.619000', '143924.622000', '143924.624000', '143924.627000', '143924.629000', '143924.632000', '143924.635000', '143924.637000', '143924.640000', '143924.643000', '143924.645000', '143924.648000', '143924.650000', '143924.653000', '143924.656000', '143924.658000', '143924.661000', '143924.663000', '143924.666000', '143924.669000', '143924.671000', '143924.674000', '143924.676000', '143924.679000', '143924.682000', '143924.684000', '143944.572000', '143944.575000', '143944.578000', '143944.580000', '143944.583000', '143944.586000', '143944.588000', '143944.591000', '143944.593000', '143944.596000', '143944.599000', '143944.601000', '143944.604000', '143944.607000', '143944.609000', '143944.612000', '143944.614000', '143944.617000', '143944.619000', '143944.622000', '143944.625000', '143944.627000', '143944.630000', '143944.632000', '143944.635000', '143944.637000', '143944.640000', '143944.643000', '143944.645000', '143944.648000', '143944.651000', '143944.653000', '143944.656000', '143944.658000', '143944.661000', '143944.663000', '143944.666000', '143944.669000', '143944.671000', '143944.674000', '143944.677000', '143944.679000', '143944.682000', '144004.573000', '144004.575000', '144004.578000', '144004.581000', '144004.583000', '144004.586000', '144004.588000', '144004.591000', '144004.594000', '144004.596000', '144004.599000', '144004.601000', '144004.604000', '144004.607000', '144004.609000', '144004.612000', '144004.615000', '144004.617000', '144004.620000', '144004.622000', '144004.625000', '144004.628000', '144004.630000', '144004.633000', '144004.635000', '144004.638000', '144004.641000', '144004.643000', '144004.646000', '144004.649000', '144004.651000', '144004.654000', '144004.656000', '144004.659000', '144004.662000', '144004.664000', '144004.667000', '144004.669000', '144004.672000', '144004.674000', '144004.677000', '144004.680000', '144004.682000', '144004.685000', '144024.573000', '144024.575000', '144024.578000', '144024.581000', '144024.583000', '144024.586000', '144024.588000', '144024.591000', '144024.594000', '144024.596000', '144024.599000', '144024.601000', '144024.604000', '144024.607000', '144024.609000', '144024.612000', '144024.614000', '144024.617000', '144024.620000', '144024.622000', '144024.625000', '144024.627000', '144024.630000', '144024.633000', '144024.653000', '144024.656000', '144024.658000', '144024.661000', '144024.664000', '144024.666000', '144024.669000', '144024.671000', '144024.674000', '144024.677000', '144024.679000', '144024.682000', '144024.684000', '144024.687000', '144024.689000', '144024.692000', '144024.695000', '144024.697000', '144024.700000', '144044.572000', '144044.575000', '144044.578000', '144044.581000', '144044.583000', '144044.586000', '144044.589000', '144044.591000', '144044.594000', '144044.597000', '144044.599000', '144044.602000', '144044.605000', '144044.607000', '144044.610000', '144044.612000', '144044.615000', '144044.618000', '144044.620000', '144044.623000', '144044.625000', '144044.628000', '144044.631000', '144044.633000', '144044.636000', '144044.638000', '144044.641000', '144044.644000', '144044.646000', '144044.649000', '144044.651000', '144044.654000', '144044.657000', '144044.659000', '144044.662000', '144044.664000', '144044.667000', '144044.670000', '144044.672000', '144044.675000', '144044.677000', '144044.680000', '144044.683000', '144104.572000', '144104.574000', '144104.577000', '144104.580000', '144104.582000', '144104.585000', '144104.587000', '144104.590000', '144104.593000', '144104.595000', '144104.598000', '144104.601000', '144104.603000', '144104.606000', '144104.609000', '144104.611000', '144104.614000', '144104.616000', '144104.619000', '144104.622000', '144104.624000', '144104.627000', '144104.629000', '144104.632000', '144104.635000', '144104.638000', '144104.640000', '144104.643000', '144104.645000', '144104.648000', '144104.651000', '144104.653000', '144104.656000', '144104.658000', '144104.661000', '144104.663000', '144104.666000', '144104.669000', '144104.671000', '144104.674000', '144104.676000', '144104.679000', '144104.682000', '144104.684000', '144124.572000', '144124.574000', '144124.577000', '144124.579000', '144124.582000', '144124.585000', '144124.587000', '144124.590000', '144124.593000', '144124.595000', '144124.598000', '144124.601000', '144124.603000', '144124.606000', '144124.609000', '144124.611000', '144124.614000', '144124.616000', '144124.619000', '144124.622000', '144124.624000', '144124.627000', '144124.629000', '144124.632000', '144124.635000', '144124.637000', '144124.640000', '144124.642000', '144124.645000', '144124.648000', '144124.650000', '144124.653000', '144124.655000', '144124.658000', '144124.661000', '144124.663000', '144124.666000', '144124.669000', '144124.671000', '144124.674000', '144124.676000', '144124.679000', '144124.682000', '144124.684000', '144144.571000', '144144.574000', '144144.577000', '144144.580000', '144144.582000', '144144.585000', '144144.587000', '144144.590000', '144144.592000', '144144.595000', '144144.598000', '144144.600000', '144144.603000', '144144.606000', '144144.608000', '144144.611000', '144144.613000', '144144.616000', '144144.619000', '144144.621000', '144144.624000', '144144.626000', '144144.629000', '144144.632000', '144144.634000', '144144.637000', '144144.639000', '144144.642000', '144144.645000', '144144.647000', '144144.650000', '144144.652000', '144144.655000', '144144.658000', '144144.660000', '144144.673000', '144144.676000', '144144.678000', '144144.681000', '144144.683000', '144144.686000', '144144.689000', '144144.691000', '144204.573000', '144204.575000', '144204.578000', '144204.581000', '144204.583000', '144204.586000', '144204.589000', '144204.591000', '144204.594000', '144204.596000', '144204.599000', '144204.602000', '144204.604000', '144204.607000', '144204.609000', '144204.612000', '144204.614000', '144204.617000', '144204.620000', '144204.622000', '144204.625000', '144204.628000', '144204.630000', '144204.633000', '144204.635000', '144204.638000', '144204.641000', '144204.643000', '144204.646000', '144204.649000', '144204.651000', '144204.654000', '144204.656000', '144204.659000', '144204.661000', '144204.664000', '144204.667000', '144204.669000', '144204.672000', '144204.674000', '144204.677000', '144204.680000', '144204.682000', '144204.685000', '144224.573000', '144224.575000', '144224.578000', '144224.581000', '144224.583000', '144224.586000', '144224.588000', '144224.591000', '144224.594000', '144224.596000', '144224.599000', '144224.601000', '144224.604000', '144224.607000', '144224.609000', '144224.612000', '144224.614000', '144224.617000', '144224.620000', '144224.622000', '144224.625000', '144224.628000', '144224.630000', '144224.633000', '144224.635000', '144224.638000', '144224.640000', '144224.643000', '144224.646000', '144224.648000', '144224.651000', '144224.653000', '144224.656000', '144224.659000', '144224.661000', '144224.664000', '144224.666000', '144224.669000', '144224.672000', '144224.674000', '144224.677000', '144224.679000', '144224.682000', '144244.572000', '144244.575000', '144244.578000', '144244.580000', '144244.583000', '144244.585000', '144244.588000', '144244.591000', '144244.593000', '144244.596000', '144244.598000', '144244.601000', '144244.604000', '144244.606000', '144244.609000', '144244.611000', '144244.614000', '144244.616000', '144244.619000', '144244.622000', '144244.624000', '144244.627000', '144244.629000', '144244.633000', '144244.636000', '144244.639000', '144244.641000', '144244.644000', '144244.647000', '144244.649000', '144244.652000', '144244.654000', '144244.657000', '144244.660000', '144244.662000', '144244.665000', '144244.668000', '144244.670000', '144244.673000', '144244.675000', '144244.678000', '144244.680000', '144244.683000', '144244.686000', '144304.572000', '144304.574000', '144304.577000', '144304.580000', '144304.582000', '144304.585000', '144304.587000', '144304.590000', '144304.593000', '144304.595000', '144304.598000', '144304.600000', '144304.603000', '144304.606000', '144304.608000', '144304.611000', '144304.613000', '144304.616000', '144304.619000', '144304.621000', '144304.624000', '144304.627000', '144304.629000', '144304.632000', '144304.634000', '144304.637000', '144304.640000', '144304.642000', '144304.645000', '144304.647000', '144304.650000', '144304.660000', '144304.663000', '144304.665000', '144304.668000', '144304.670000', '144304.673000', '144304.675000', '144304.678000', '144304.681000', '144304.683000', '144304.686000', '144304.688000', '144324.571000', '144324.574000', '144324.577000', '144324.580000', '144324.582000', '144324.585000', '144324.588000', '144324.590000', '144324.593000', '144324.595000', '144324.598000', '144324.601000', '144324.604000', '144324.606000', '144324.610000', '144324.613000', '144324.615000', '144324.618000', '144324.621000', '144324.623000', '144324.626000', '144324.628000', '144324.631000', '144324.634000', '144324.636000', '144324.639000', '144324.641000', '144324.644000', '144324.646000', '144324.649000', '144324.652000', '144324.654000', '144324.657000', '144324.660000', '144324.662000', '144324.665000', '144324.668000', '144324.670000', '144324.673000', '144324.676000', '144324.678000', '144324.681000', '144324.683000', '144344.572000', '144344.574000', '144344.577000', '144344.580000', '144344.582000', '144344.585000', '144344.587000', '144344.590000', '144344.593000', '144344.595000', '144344.598000', '144344.600000', '144344.603000', '144344.606000', '144344.608000', '144344.611000', '144344.613000', '144344.616000', '144344.619000', '144344.621000', '144344.624000', '144344.626000', '144344.629000', '144344.632000', '144344.634000', '144344.637000', '144344.639000', '144344.642000', '144344.645000', '144344.647000', '144344.650000', '144344.653000', '144344.655000', '144344.658000', '144344.660000', '144344.663000', '144344.665000', '144344.668000', '144344.671000', '144344.673000', '144344.676000', '144344.678000', '144344.681000', '144344.684000', '144404.572000', '144404.616000', '144404.619000', '144404.621000', '144404.624000', '144404.627000', '144404.629000', '144404.632000', '144404.634000', '144404.637000', '144404.640000', '144404.642000', '144404.645000', '144404.647000', '144404.650000', '144404.653000', '144404.655000', '144404.658000', '144404.660000', '144404.663000', '144404.666000', '144404.668000', '144404.671000', '144404.674000', '144404.676000', '144404.679000', '144404.681000', '144404.684000', '144404.687000', '144404.689000', '144404.692000', '144404.695000', '144404.697000', '144404.700000', '144404.702000', '144404.705000', '144404.708000', '144404.710000', '144404.713000', '144404.715000', '144404.718000', '144404.720000', '144404.723000', '144424.573000', '144424.575000', '144424.578000', '144424.581000', '144424.583000', '144424.586000', '144424.588000', '144424.591000', '144424.594000', '144424.596000', '144424.599000', '144424.601000', '144424.604000', '144424.607000', '144424.609000', '144424.612000', '144424.614000', '144424.617000', '144424.619000', '144424.622000', '144424.625000', '144424.627000', '144424.630000', '144424.633000', '144424.635000', '144424.638000', '144424.640000', '144424.643000', '144424.646000', '144424.648000', '144424.651000', '144424.654000', '144424.656000', '144424.659000', '144424.661000', '144424.664000', '144424.666000', '144424.669000', '144424.672000', '144424.674000', '144424.677000', '144424.679000', '144424.682000', '144424.699000', '144444.572000', '144444.575000', '144444.578000', '144444.580000', '144444.583000', '144444.586000', '144444.588000', '144444.591000', '144444.594000', '144444.596000', '144444.599000', '144444.602000', '144444.604000', '144444.607000', '144444.610000', '144444.612000', '144444.615000', '144444.618000', '144444.620000', '144444.623000', '144444.625000', '144444.628000', '144444.630000', '144444.633000', '144444.636000', '144444.638000', '144444.641000', '144444.643000', '144444.646000', '144444.649000', '144444.652000', '144444.655000', '144444.658000', '144444.660000', '144444.663000', '144444.665000', '144444.668000', '144444.671000', '144444.673000', '144444.676000', '144444.678000', '144444.681000', '144444.684000', '144504.573000', '144504.575000', '144504.578000', '144504.581000', '144504.583000', '144504.586000', '144504.588000', '144504.591000', '144504.593000', '144504.596000', '144504.599000', '144504.601000', '144504.604000', '144504.607000', '144504.609000', '144504.612000', '144504.614000', '144504.618000', '144504.621000', '144504.623000', '144504.626000', '144504.628000', '144504.631000', '144504.634000', '144504.636000', '144504.639000', '144504.642000', '144504.644000', '144504.647000', '144504.650000', '144504.652000', '144504.655000', '144504.657000', '144504.660000', '144504.663000', '144504.665000', '144504.668000', '144504.670000', '144504.673000', '144504.676000', '144504.678000', '144504.681000', '144504.683000', '144504.686000', '144524.572000', '144524.574000', '144524.577000', '144524.580000', '144524.582000', '144524.585000', '144524.587000', '144524.590000', '144524.592000', '144524.595000', '144524.598000', '144524.600000', '144524.603000', '144524.606000', '144524.608000', '144524.611000', '144524.613000', '144524.616000', '144524.619000', '144524.621000', '144524.624000', '144524.626000', '144524.629000', '144524.632000', '144524.634000', '144524.637000', '144524.639000', '144524.642000', '144524.645000', '144524.647000', '144524.650000', '144524.652000', '144524.655000', '144524.657000', '144524.660000', '144524.663000', '144524.665000', '144524.668000', '144524.670000', '144524.673000', '144524.676000', '144524.678000', '144524.681000', '144544.572000', '144544.575000', '144544.577000', '144544.580000', '144544.583000', '144544.585000', '144544.588000', '144544.591000', '144544.593000', '144544.596000', '144544.598000', '144544.601000', '144544.604000', '144544.606000', '144544.609000', '144544.611000', '144544.614000', '144544.617000', '144544.619000', '144544.622000', '144544.624000', '144544.627000', '144544.630000', '144544.632000', '144544.635000', '144544.644000', '144544.647000', '144544.650000', '144544.652000', '144544.655000', '144544.657000', '144544.660000', '144544.663000', '144544.665000', '144544.668000', '144544.670000', '144544.673000', '144544.676000', '144544.678000', '144544.681000', '144544.684000', '144544.686000', '144544.689000', '144544.691000', '144604.572000', '144604.574000', '144604.577000', '144604.580000', '144604.582000', '144604.585000', '144604.587000', '144604.590000', '144604.592000', '144604.595000', '144604.598000', '144604.600000', '144604.603000', '144604.605000', '144604.608000', '144604.611000', '144604.613000', '144604.616000', '144604.619000', '144604.621000', '144604.624000', '144604.627000', '144604.629000', '144604.632000', '144604.634000', '144604.637000', '144604.640000', '144604.642000', '144604.645000', '144604.647000', '144604.650000', '144604.653000', '144604.655000', '144604.658000', '144604.660000', '144604.663000', '144604.666000', '144604.668000', '144604.671000', '144604.674000', '144604.677000', '144604.679000', '144604.682000', '144624.571000', '144624.574000', '144624.577000', '144624.579000', '144624.582000', '144624.585000', '144624.587000', '144624.590000', '144624.598000', '144624.601000', '144624.603000', '144624.606000', '144624.608000', '144624.611000', '144624.614000', '144624.616000', '144624.619000', '144624.621000', '144624.624000', '144624.627000', '144624.629000', '144624.632000', '144624.634000', '144624.637000', '144624.640000', '144624.642000', '144624.645000', '144624.648000', '144624.650000', '144624.653000', '144624.655000', '144624.658000', '144624.661000', '144624.663000', '144624.666000', '144624.668000', '144624.671000', '144624.674000', '144624.676000', '144624.679000', '144624.681000', '144624.684000', '144624.687000', '144624.689000', '144637.760000', '144637.763000', '144637.766000', '144637.769000', '144637.772000', '144637.774000', '144637.777000', '144637.780000', '144637.783000', '144637.785000', '144637.788000', '144637.791000', '144637.794000', '144637.801000', '144637.804000', '144637.807000', '144637.810000', '144637.813000', '144637.816000', '144637.819000', '144637.823000', '144637.826000', '144637.829000', '144637.832000', '144637.834000', '144637.837000', '144637.840000', '144637.842000', '144637.845000'], 'InstanceCreationTime': ['143704.611000', '143704.614000', '143704.616000', '143704.619000', '143704.622000', '143704.624000', '143704.627000', '143704.629000', '143704.632000', '143704.634000', '143704.637000', '143704.640000', '143704.642000', '143704.645000', '143704.647000', '143704.651000', '143704.653000', '143704.656000', '143704.659000', '143704.661000', '143704.664000', '143704.666000', '143704.669000', '143704.671000', '143704.674000', '143704.677000', '143704.679000', '143704.682000', '143704.684000', '143704.687000', '143704.690000', '143704.692000', '143704.695000', '143704.697000', '143704.700000', '143704.702000', '143704.705000', '143704.708000', '143704.710000', '143704.713000', '143704.715000', '143704.731000', '143704.763000', '143704.765000', '143704.768000', '143704.771000', '143704.773000', '143704.776000', '143704.778000', '143704.781000', '143704.783000', '143724.572000', '143724.575000', '143724.578000', '143724.580000', '143724.583000', '143724.586000', '143724.588000', '143724.591000', '143724.594000', '143724.596000', '143724.599000', '143724.601000', '143724.604000', '143724.607000', '143724.609000', '143724.612000', '143724.615000', '143724.617000', '143724.620000', '143724.622000', '143724.625000', '143724.628000', '143724.630000', '143724.633000', '143724.635000', '143724.638000', '143724.641000', '143724.643000', '143724.654000', '143724.656000', '143724.659000', '143724.662000', '143724.664000', '143724.667000', '143724.670000', '143724.672000', '143724.675000', '143724.677000', '143724.680000', '143724.683000', '143724.685000', '143724.688000', '143724.690000', '143724.693000', '143744.572000', '143744.575000', '143744.578000', '143744.580000', '143744.583000', '143744.585000', '143744.588000', '143744.591000', '143744.593000', '143744.596000', '143744.598000', '143744.601000', '143744.604000', '143744.606000', '143744.609000', '143744.611000', '143744.614000', '143744.616000', '143744.619000', '143744.622000', '143744.624000', '143744.627000', '143744.629000', '143744.632000', '143744.635000', '143744.637000', '143744.640000', '143744.643000', '143744.645000', '143744.648000', '143744.650000', '143744.653000', '143744.656000', '143744.658000', '143744.661000', '143744.663000', '143744.666000', '143744.676000', '143744.679000', '143744.682000', '143744.684000', '143744.687000', '143744.689000', '143804.572000', '143804.575000', '143804.578000', '143804.580000', '143804.594000', '143804.597000', '143804.599000', '143804.602000', '143804.605000', '143804.607000', '143804.610000', '143804.612000', '143804.615000', '143804.617000', '143804.620000', '143804.623000', '143804.625000', '143804.628000', '143804.630000', '143804.633000', '143804.636000', '143804.638000', '143804.641000', '143804.643000', '143804.646000', '143804.649000', '143804.651000', '143804.654000', '143804.656000', '143804.659000', '143804.661000', '143804.664000', '143804.667000', '143804.669000', '143804.672000', '143804.674000', '143804.677000', '143804.680000', '143804.682000', '143804.685000', '143804.687000', '143804.690000', '143804.692000', '143804.695000', '143824.572000', '143824.575000', '143824.578000', '143824.580000', '143824.583000', '143824.585000', '143824.598000', '143824.600000', '143824.603000', '143824.606000', '143824.608000', '143824.611000', '143824.613000', '143824.616000', '143824.618000', '143824.621000', '143824.624000', '143824.626000', '143824.629000', '143824.631000', '143824.634000', '143824.637000', '143824.639000', '143824.642000', '143824.644000', '143824.647000', '143824.650000', '143824.653000', '143824.656000', '143824.659000', '143824.661000', '143824.664000', '143824.667000', '143824.669000', '143824.672000', '143824.675000', '143824.677000', '143824.680000', '143824.682000', '143824.685000', '143824.687000', '143824.691000', '143824.694000', '143844.571000', '143844.578000', '143844.581000', '143844.584000', '143844.586000', '143844.589000', '143844.591000', '143844.594000', '143844.596000', '143844.599000', '143844.602000', '143844.604000', '143844.607000', '143844.609000', '143844.612000', '143844.615000', '143844.617000', '143844.620000', '143844.622000', '143844.625000', '143844.627000', '143844.630000', '143844.633000', '143844.635000', '143844.638000', '143844.640000', '143844.643000', '143844.646000', '143844.648000', '143844.666000', '143844.669000', '143844.672000', '143844.674000', '143844.677000', '143844.679000', '143844.682000', '143844.685000', '143844.687000', '143844.690000', '143844.692000', '143844.695000', '143844.697000', '143844.700000', '143844.703000', '143904.572000', '143904.574000', '143904.577000', '143904.580000', '143904.582000', '143904.585000', '143904.587000', '143904.590000', '143904.592000', '143904.595000', '143904.598000', '143904.600000', '143904.603000', '143904.606000', '143904.608000', '143904.611000', '143904.613000', '143904.616000', '143904.618000', '143904.621000', '143904.624000', '143904.626000', '143904.629000', '143904.631000', '143904.634000', '143904.636000', '143904.639000', '143904.642000', '143904.644000', '143904.647000', '143904.650000', '143904.652000', '143904.655000', '143904.658000', '143904.660000', '143904.663000', '143904.665000', '143904.668000', '143904.671000', '143904.673000', '143904.676000', '143904.678000', '143904.681000', '143924.572000', '143924.575000', '143924.577000', '143924.580000', '143924.582000', '143924.585000', '143924.588000', '143924.590000', '143924.593000', '143924.595000', '143924.598000', '143924.601000', '143924.603000', '143924.606000', '143924.609000', '143924.611000', '143924.614000', '143924.616000', '143924.619000', '143924.622000', '143924.624000', '143924.627000', '143924.629000', '143924.632000', '143924.635000', '143924.637000', '143924.640000', '143924.643000', '143924.645000', '143924.648000', '143924.650000', '143924.653000', '143924.656000', '143924.658000', '143924.661000', '143924.663000', '143924.666000', '143924.669000', '143924.671000', '143924.674000', '143924.676000', '143924.679000', '143924.682000', '143924.684000', '143944.572000', '143944.575000', '143944.578000', '143944.580000', '143944.583000', '143944.586000', '143944.588000', '143944.591000', '143944.593000', '143944.596000', '143944.599000', '143944.601000', '143944.604000', '143944.607000', '143944.609000', '143944.612000', '143944.614000', '143944.617000', '143944.619000', '143944.622000', '143944.625000', '143944.627000', '143944.630000', '143944.632000', '143944.635000', '143944.637000', '143944.640000', '143944.643000', '143944.645000', '143944.648000', '143944.651000', '143944.653000', '143944.656000', '143944.658000', '143944.661000', '143944.663000', '143944.666000', '143944.669000', '143944.671000', '143944.674000', '143944.677000', '143944.679000', '143944.682000', '144004.573000', '144004.575000', '144004.578000', '144004.581000', '144004.583000', '144004.586000', '144004.588000', '144004.591000', '144004.594000', '144004.596000', '144004.599000', '144004.601000', '144004.604000', '144004.607000', '144004.609000', '144004.612000', '144004.615000', '144004.617000', '144004.620000', '144004.622000', '144004.625000', '144004.628000', '144004.630000', '144004.633000', '144004.635000', '144004.638000', '144004.641000', '144004.643000', '144004.646000', '144004.649000', '144004.651000', '144004.654000', '144004.656000', '144004.659000', '144004.662000', '144004.664000', '144004.667000', '144004.669000', '144004.672000', '144004.674000', '144004.677000', '144004.680000', '144004.682000', '144004.685000', '144024.573000', '144024.575000', '144024.578000', '144024.581000', '144024.583000', '144024.586000', '144024.588000', '144024.591000', '144024.594000', '144024.596000', '144024.599000', '144024.601000', '144024.604000', '144024.607000', '144024.609000', '144024.612000', '144024.614000', '144024.617000', '144024.620000', '144024.622000', '144024.625000', '144024.627000', '144024.630000', '144024.633000', '144024.653000', '144024.656000', '144024.658000', '144024.661000', '144024.664000', '144024.666000', '144024.669000', '144024.671000', '144024.674000', '144024.677000', '144024.679000', '144024.682000', '144024.684000', '144024.687000', '144024.689000', '144024.692000', '144024.695000', '144024.697000', '144024.700000', '144044.572000', '144044.575000', '144044.578000', '144044.581000', '144044.583000', '144044.586000', '144044.589000', '144044.591000', '144044.594000', '144044.597000', '144044.599000', '144044.602000', '144044.605000', '144044.607000', '144044.610000', '144044.612000', '144044.615000', '144044.618000', '144044.620000', '144044.623000', '144044.625000', '144044.628000', '144044.631000', '144044.633000', '144044.636000', '144044.638000', '144044.641000', '144044.644000', '144044.646000', '144044.649000', '144044.651000', '144044.654000', '144044.657000', '144044.659000', '144044.662000', '144044.664000', '144044.667000', '144044.670000', '144044.672000', '144044.675000', '144044.677000', '144044.680000', '144044.683000', '144104.572000', '144104.574000', '144104.577000', '144104.580000', '144104.582000', '144104.585000', '144104.587000', '144104.590000', '144104.593000', '144104.595000', '144104.598000', '144104.601000', '144104.603000', '144104.606000', '144104.609000', '144104.611000', '144104.614000', '144104.616000', '144104.619000', '144104.622000', '144104.624000', '144104.627000', '144104.629000', '144104.632000', '144104.635000', '144104.638000', '144104.640000', '144104.643000', '144104.645000', '144104.648000', '144104.651000', '144104.653000', '144104.656000', '144104.658000', '144104.661000', '144104.663000', '144104.666000', '144104.669000', '144104.671000', '144104.674000', '144104.676000', '144104.679000', '144104.682000', '144104.684000', '144124.572000', '144124.574000', '144124.577000', '144124.579000', '144124.582000', '144124.585000', '144124.587000', '144124.590000', '144124.593000', '144124.595000', '144124.598000', '144124.601000', '144124.603000', '144124.606000', '144124.609000', '144124.611000', '144124.614000', '144124.616000', '144124.619000', '144124.622000', '144124.624000', '144124.627000', '144124.629000', '144124.632000', '144124.635000', '144124.637000', '144124.640000', '144124.642000', '144124.645000', '144124.648000', '144124.650000', '144124.653000', '144124.655000', '144124.658000', '144124.661000', '144124.663000', '144124.666000', '144124.669000', '144124.671000', '144124.674000', '144124.676000', '144124.679000', '144124.682000', '144124.684000', '144144.571000', '144144.574000', '144144.577000', '144144.580000', '144144.582000', '144144.585000', '144144.587000', '144144.590000', '144144.592000', '144144.595000', '144144.598000', '144144.600000', '144144.603000', '144144.606000', '144144.608000', '144144.611000', '144144.613000', '144144.616000', '144144.619000', '144144.621000', '144144.624000', '144144.626000', '144144.629000', '144144.632000', '144144.634000', '144144.637000', '144144.639000', '144144.642000', '144144.645000', '144144.647000', '144144.650000', '144144.652000', '144144.655000', '144144.658000', '144144.660000', '144144.673000', '144144.676000', '144144.678000', '144144.681000', '144144.683000', '144144.686000', '144144.689000', '144144.691000', '144204.573000', '144204.575000', '144204.578000', '144204.581000', '144204.583000', '144204.586000', '144204.589000', '144204.591000', '144204.594000', '144204.596000', '144204.599000', '144204.602000', '144204.604000', '144204.607000', '144204.609000', '144204.612000', '144204.614000', '144204.617000', '144204.620000', '144204.622000', '144204.625000', '144204.628000', '144204.630000', '144204.633000', '144204.635000', '144204.638000', '144204.641000', '144204.643000', '144204.646000', '144204.649000', '144204.651000', '144204.654000', '144204.656000', '144204.659000', '144204.661000', '144204.664000', '144204.667000', '144204.669000', '144204.672000', '144204.674000', '144204.677000', '144204.680000', '144204.682000', '144204.685000', '144224.573000', '144224.575000', '144224.578000', '144224.581000', '144224.583000', '144224.586000', '144224.588000', '144224.591000', '144224.594000', '144224.596000', '144224.599000', '144224.601000', '144224.604000', '144224.607000', '144224.609000', '144224.612000', '144224.614000', '144224.617000', '144224.620000', '144224.622000', '144224.625000', '144224.628000', '144224.630000', '144224.633000', '144224.635000', '144224.638000', '144224.640000', '144224.643000', '144224.646000', '144224.648000', '144224.651000', '144224.653000', '144224.656000', '144224.659000', '144224.661000', '144224.664000', '144224.666000', '144224.669000', '144224.672000', '144224.674000', '144224.677000', '144224.679000', '144224.682000', '144244.572000', '144244.575000', '144244.578000', '144244.580000', '144244.583000', '144244.585000', '144244.588000', '144244.591000', '144244.593000', '144244.596000', '144244.598000', '144244.601000', '144244.604000', '144244.606000', '144244.609000', '144244.611000', '144244.614000', '144244.616000', '144244.619000', '144244.622000', '144244.624000', '144244.627000', '144244.629000', '144244.633000', '144244.636000', '144244.639000', '144244.641000', '144244.644000', '144244.647000', '144244.649000', '144244.652000', '144244.654000', '144244.657000', '144244.660000', '144244.662000', '144244.665000', '144244.668000', '144244.670000', '144244.673000', '144244.675000', '144244.678000', '144244.680000', '144244.683000', '144244.686000', '144304.572000', '144304.574000', '144304.577000', '144304.580000', '144304.582000', '144304.585000', '144304.587000', '144304.590000', '144304.593000', '144304.595000', '144304.598000', '144304.600000', '144304.603000', '144304.606000', '144304.608000', '144304.611000', '144304.613000', '144304.616000', '144304.619000', '144304.621000', '144304.624000', '144304.627000', '144304.629000', '144304.632000', '144304.634000', '144304.637000', '144304.640000', '144304.642000', '144304.645000', '144304.647000', '144304.650000', '144304.660000', '144304.663000', '144304.665000', '144304.668000', '144304.670000', '144304.673000', '144304.675000', '144304.678000', '144304.681000', '144304.683000', '144304.686000', '144304.688000', '144324.571000', '144324.574000', '144324.577000', '144324.580000', '144324.582000', '144324.585000', '144324.588000', '144324.590000', '144324.593000', '144324.595000', '144324.598000', '144324.601000', '144324.604000', '144324.606000', '144324.610000', '144324.613000', '144324.615000', '144324.618000', '144324.621000', '144324.623000', '144324.626000', '144324.628000', '144324.631000', '144324.634000', '144324.636000', '144324.639000', '144324.641000', '144324.644000', '144324.646000', '144324.649000', '144324.652000', '144324.654000', '144324.657000', '144324.660000', '144324.662000', '144324.665000', '144324.668000', '144324.670000', '144324.673000', '144324.676000', '144324.678000', '144324.681000', '144324.683000', '144344.572000', '144344.574000', '144344.577000', '144344.580000', '144344.582000', '144344.585000', '144344.587000', '144344.590000', '144344.593000', '144344.595000', '144344.598000', '144344.600000', '144344.603000', '144344.606000', '144344.608000', '144344.611000', '144344.613000', '144344.616000', '144344.619000', '144344.621000', '144344.624000', '144344.626000', '144344.629000', '144344.632000', '144344.634000', '144344.637000', '144344.639000', '144344.642000', '144344.645000', '144344.647000', '144344.650000', '144344.653000', '144344.655000', '144344.658000', '144344.660000', '144344.663000', '144344.665000', '144344.668000', '144344.671000', '144344.673000', '144344.676000', '144344.678000', '144344.681000', '144344.684000', '144404.572000', '144404.616000', '144404.619000', '144404.621000', '144404.624000', '144404.627000', '144404.629000', '144404.632000', '144404.634000', '144404.637000', '144404.640000', '144404.642000', '144404.645000', '144404.647000', '144404.650000', '144404.653000', '144404.655000', '144404.658000', '144404.660000', '144404.663000', '144404.666000', '144404.668000', '144404.671000', '144404.674000', '144404.676000', '144404.679000', '144404.681000', '144404.684000', '144404.687000', '144404.689000', '144404.692000', '144404.695000', '144404.697000', '144404.700000', '144404.702000', '144404.705000', '144404.708000', '144404.710000', '144404.713000', '144404.715000', '144404.718000', '144404.720000', '144404.723000', '144424.573000', '144424.575000', '144424.578000', '144424.581000', '144424.583000', '144424.586000', '144424.588000', '144424.591000', '144424.594000', '144424.596000', '144424.599000', '144424.601000', '144424.604000', '144424.607000', '144424.609000', '144424.612000', '144424.614000', '144424.617000', '144424.619000', '144424.622000', '144424.625000', '144424.627000', '144424.630000', '144424.633000', '144424.635000', '144424.638000', '144424.640000', '144424.643000', '144424.646000', '144424.648000', '144424.651000', '144424.654000', '144424.656000', '144424.659000', '144424.661000', '144424.664000', '144424.666000', '144424.669000', '144424.672000', '144424.674000', '144424.677000', '144424.679000', '144424.682000', '144424.699000', '144444.572000', '144444.575000', '144444.578000', '144444.580000', '144444.583000', '144444.586000', '144444.588000', '144444.591000', '144444.594000', '144444.596000', '144444.599000', '144444.602000', '144444.604000', '144444.607000', '144444.610000', '144444.612000', '144444.615000', '144444.618000', '144444.620000', '144444.623000', '144444.625000', '144444.628000', '144444.630000', '144444.633000', '144444.636000', '144444.638000', '144444.641000', '144444.643000', '144444.646000', '144444.649000', '144444.652000', '144444.655000', '144444.658000', '144444.660000', '144444.663000', '144444.665000', '144444.668000', '144444.671000', '144444.673000', '144444.676000', '144444.678000', '144444.681000', '144444.684000', '144504.573000', '144504.575000', '144504.578000', '144504.581000', '144504.583000', '144504.586000', '144504.588000', '144504.591000', '144504.593000', '144504.596000', '144504.599000', '144504.601000', '144504.604000', '144504.607000', '144504.609000', '144504.612000', '144504.614000', '144504.618000', '144504.621000', '144504.623000', '144504.626000', '144504.628000', '144504.631000', '144504.634000', '144504.636000', '144504.639000', '144504.642000', '144504.644000', '144504.647000', '144504.650000', '144504.652000', '144504.655000', '144504.657000', '144504.660000', '144504.663000', '144504.665000', '144504.668000', '144504.670000', '144504.673000', '144504.676000', '144504.678000', '144504.681000', '144504.683000', '144504.686000', '144524.572000', '144524.574000', '144524.577000', '144524.580000', '144524.582000', '144524.585000', '144524.587000', '144524.590000', '144524.592000', '144524.595000', '144524.598000', '144524.600000', '144524.603000', '144524.606000', '144524.608000', '144524.611000', '144524.613000', '144524.616000', '144524.619000', '144524.621000', '144524.624000', '144524.626000', '144524.629000', '144524.632000', '144524.634000', '144524.637000', '144524.639000', '144524.642000', '144524.645000', '144524.647000', '144524.650000', '144524.652000', '144524.655000', '144524.657000', '144524.660000', '144524.663000', '144524.665000', '144524.668000', '144524.670000', '144524.673000', '144524.676000', '144524.678000', '144524.681000', '144544.572000', '144544.575000', '144544.577000', '144544.580000', '144544.583000', '144544.585000', '144544.588000', '144544.591000', '144544.593000', '144544.596000', '144544.598000', '144544.601000', '144544.604000', '144544.606000', '144544.609000', '144544.611000', '144544.614000', '144544.617000', '144544.619000', '144544.622000', '144544.624000', '144544.627000', '144544.630000', '144544.632000', '144544.635000', '144544.644000', '144544.647000', '144544.650000', '144544.652000', '144544.655000', '144544.657000', '144544.660000', '144544.663000', '144544.665000', '144544.668000', '144544.670000', '144544.673000', '144544.676000', '144544.678000', '144544.681000', '144544.684000', '144544.686000', '144544.689000', '144544.691000', '144604.572000', '144604.574000', '144604.577000', '144604.580000', '144604.582000', '144604.585000', '144604.587000', '144604.590000', '144604.592000', '144604.595000', '144604.598000', '144604.600000', '144604.603000', '144604.605000', '144604.608000', '144604.611000', '144604.613000', '144604.616000', '144604.619000', '144604.621000', '144604.624000', '144604.627000', '144604.629000', '144604.632000', '144604.634000', '144604.637000', '144604.640000', '144604.642000', '144604.645000', '144604.647000', '144604.650000', '144604.653000', '144604.655000', '144604.658000', '144604.660000', '144604.663000', '144604.666000', '144604.668000', '144604.671000', '144604.674000', '144604.677000', '144604.679000', '144604.682000', '144624.571000', '144624.574000', '144624.577000', '144624.579000', '144624.582000', '144624.585000', '144624.587000', '144624.590000', '144624.598000', '144624.601000', '144624.603000', '144624.606000', '144624.608000', '144624.611000', '144624.614000', '144624.616000', '144624.619000', '144624.621000', '144624.624000', '144624.627000', '144624.629000', '144624.632000', '144624.634000', '144624.637000', '144624.640000', '144624.642000', '144624.645000', '144624.648000', '144624.650000', '144624.653000', '144624.655000', '144624.658000', '144624.661000', '144624.663000', '144624.666000', '144624.668000', '144624.671000', '144624.674000', '144624.676000', '144624.679000', '144624.681000', '144624.684000', '144624.687000', '144624.689000', '144637.760000', '144637.763000', '144637.766000', '144637.769000', '144637.772000', '144637.774000', '144637.777000', '144637.780000', '144637.783000', '144637.785000', '144637.788000', '144637.791000', '144637.794000', '144637.801000', '144637.804000', '144637.807000', '144637.810000', '144637.813000', '144637.816000', '144637.819000', '144637.823000', '144637.826000', '144637.829000', '144637.832000', '144637.834000', '144637.837000', '144637.840000', '144637.842000', '144637.845000'], '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': [11273, 9400, 8967, 10763, 9678, 11169, 9274, 9917, 11481, 9498, 10474, 10018, 9013, 11255, 9516, 10775, 9048, 9362, 11049, 9194, 9226, 11575, 9323, 12022, 9820, 9782, 9002, 8946, 10263, 9143, 11599, 9180, 10546, 9226, 9464, 8504, 9291, 11840, 9037, 10686, 8563, 9410, 11722, 8933, 9773, 9112, 9065, 10658, 9177, 10522, 9200, 8981, 11799, 8940, 10950, 9585, 9839, 10306, 8951, 10589, 9216, 9455, 8726, 9028, 9256, 10049, 9271, 10758, 9213, 11006, 8807, 10217, 10009, 8966, 11416, 9012, 12713, 9084, 12942, 9495, 13879, 8974, 12720, 9208, 12310, 8974, 12420, 9222, 11681, 8877, 11711, 9059, 10513, 9428, 10597, 8695, 11502, 8568, 10950, 8630, 10823, 8480, 10835, 8646, 10614, 8490, 12848, 9272, 10546, 8382, 10838, 8644, 12611, 8695, 12092, 8735, 11507, 8649, 10806, 8377, 10310, 8606, 10444, 8857, 10028, 8796, 8798, 10123, 9543, 9393, 10911, 8379, 13198, 8643, 12967, 8648, 12188, 8513, 11771, 8546, 11863, 8612, 11731, 8439, 11776, 8411, 11353, 8467, 12046, 8750, 9917, 8696, 9333, 9760, 8287, 10505, 8376, 12997, 8671, 11243, 8385, 10484, 8370, 10288, 8675, 10514, 8674, 10567, 8297, 11213, 8415, 12123, 8432, 11549, 8489, 11977, 8641, 12557, 8491, 11604, 8658, 11644, 8690, 10710, 9006, 10708, 8851, 11097, 8486, 11467, 8850, 10732, 8913, 8396, 8650, 8548, 9128, 7911, 10230, 8325, 13074, 8485, 10696, 8351, 8125, 7992, 9450, 8911, 8058, 8380, 7903, 8891, 8754, 9234, 8869, 9417, 8860, 10995, 8440, 10997, 8254, 10875, 9383, 10732, 10354, 8551, 9469, 8824, 10653, 8273, 9356, 8114, 9395, 8437, 9636, 8561, 10870, 8697, 10777, 8566, 12284, 8609, 10708, 8396, 10046, 8252, 8958, 8899, 8637, 10894, 8558, 10159, 9056, 9037, 8647, 10094, 8197, 8098, 8088, 8501, 8321, 9311, 8500, 11393, 8231, 11207, 8124, 11821, 8772, 11915, 8687, 11707, 8270, 12000, 8534, 11936, 8706, 11509, 8341, 10160, 8090, 10047, 8095, 10070, 8181, 8257, 9247, 8359, 10966, 8361, 10841, 8879, 10386, 9692, 7957, 9149, 8619, 10712, 8472, 12341, 8141, 9967, 8049, 8390, 11971, 8184, 8585, 11319, 10623, 8299, 11853, 8549, 13537, 8536, 13899, 11391, 8261, 8646, 8490, 10475, 8509, 11016, 8476, 10218, 8180, 8245, 8653, 8813, 10298, 8577, 11844, 8606, 11661, 8509, 11763, 8562, 11350, 8503, 10719, 9278, 8491, 8245, 8665, 9697, 8792, 11122, 8479, 10762, 8248, 9797, 8351, 9543, 9108, 8426, 10738, 8765, 10963, 8555, 11350, 8765, 11167, 8993, 12404, 8426, 10395, 8465, 12143, 8741, 12731, 9682, 11826, 8725, 9616, 8158, 9248, 8145, 9799, 8319, 9473, 8402, 9182, 8395, 8868, 8713, 9465, 8187, 10371, 9006, 9909, 8432, 10029, 8471, 11293, 8591, 11527, 8638, 11167, 8596, 10454, 8476, 10814, 8433, 9209, 8670, 9445, 9989, 8943, 10602, 8969, 10046, 9182, 11664, 9017, 11068, 9012, 11399, 9030, 11472, 9124, 12241, 9259, 11596, 8787, 11623, 8784, 11348, 8793, 10767, 9274, 10189, 8477, 9961, 8550, 9980, 8887, 9335, 8362, 8471, 9173, 8758, 10177, 9030, 10774, 8758, 11087, 8664, 10608, 8537, 11443, 9049, 12889, 10287, 10265, 8563, 9755, 8406, 10243, 8407, 10269, 8780, 10500, 8186, 10398, 8249, 10948, 8856, 10464, 8632, 9694, 8268, 9699, 8258, 10040, 8565, 10229, 8818, 8572, 8316, 9581, 9469, 9719, 10261, 9331, 11042, 8678, 11606, 9050, 11792, 9160, 11449, 8987, 11100, 8689, 11133, 8817, 11640, 8814, 10981, 9990, 10186, 8627, 9992, 8347, 10335, 8512, 10106, 8595, 8769, 9303, 8437, 9447, 10120, 8600, 8523, 8374, 9357, 10209, 8811, 10874, 9105, 11369, 8885, 11718, 8889, 11992, 9205, 11345, 9017, 11161, 8975, 11295, 8842, 11211, 8936, 12012, 8868, 11304, 10427, 10532, 8689, 10638, 8556, 13072, 8870, 12565, 8889, 12265, 8579, 10567, 8489, 10381, 8486, 10366, 8309, 9850, 8177, 9912, 8909, 9777, 8801, 9036, 8477, 9103, 9215, 9046, 9696, 8474, 10414, 9384, 10857, 9037, 11261, 9013, 10228, 9126, 9344, 8444, 8844, 8368, 8622, 9649, 8788, 10736, 8617, 10478, 8418, 10608, 8507, 10969, 8540, 12033, 8781, 12217, 8877, 11911, 9012, 12318, 9748, 10543, 8713, 9713, 9873, 9873, 9912, 9308, 10374, 8734, 9016, 8514, 9045, 8623, 11349, 8656, 13672, 9160, 12111, 9403, 11461, 8746, 8875, 11318, 8731, 12134, 8879, 11448, 8828, 11110, 8700, 11080, 8932, 10956, 8466, 9300, 8678, 10324, 9320, 10755, 8597, 10310, 8744, 8900, 9429, 10576, 8798, 9925, 8773, 10153, 9602, 9904, 10974, 10004, 10506, 9835, 11354, 9032, 11479, 9090, 12308, 9134, 11621, 9375, 10638, 8873, 10742, 8880, 11259, 8621, 10395, 8583, 9338, 8574, 9026, 9370, 8589, 9943, 9418, 11134, 9909, 10606, 9294, 9062, 9979, 8982, 10126, 8700, 10406, 9298, 11021, 8873, 11121, 8855, 11090, 8959, 11068, 8735, 11090, 8664, 10410, 8758, 9490, 8450, 10190, 9189, 11056, 8837, 10326, 8743, 10466, 8902, 10786, 8934, 11410, 8767, 11077, 8982, 11873, 9283, 12152, 9392, 11851, 9288, 12384, 9492, 12396, 9457, 11195, 10063, 10675, 9311, 10210, 9886, 10225, 9692, 8602, 11061, 9089, 10328, 9227, 11301, 9199, 12153, 9153, 12253, 9159, 11975, 9514, 11599, 9028, 11640, 9243, 11264, 9662, 11451, 9198, 11499, 9395, 11625, 8997, 8895, 10112, 8874, 11073, 8975, 11034, 9019, 11823, 9334, 11535, 9390, 11270, 9338, 11577, 9811, 10937, 10340, 8752, 10180, 8854, 10946, 8797, 11365, 8923, 11216, 8826, 11035, 8839, 10922, 8600, 11324, 8734, 10296, 8892, 9150, 9064, 11263, 8420, 10837, 8821, 10662, 8704, 11440, 8957, 11197, 8987, 11583, 9005, 11121, 8855, 10476, 9159, 12360, 9154, 11612, 9674, 11297, 9131, 11930, 9463, 11239, 8740, 9269, 9427, 8653, 8920, 8292, 10485, 8602, 11059, 8679, 11875, 8741, 10971, 8544, 11341, 8708, 11935, 8856, 11735, 8957, 12070, 8962, 12194, 9137, 11774, 9162, 11615, 9068, 11385, 8909, 10750, 8667, 9999, 8901, 8451, 10855, 9031, 11182, 8722, 11485, 8862, 11574, 8958, 11443, 8829, 11962, 8813, 12293, 8976, 11803, 9013, 11873, 8864, 11450, 8790, 12039, 8848, 11660, 8941, 11469, 8890, 11832, 9178, 10518, 10827, 8623, 10663, 8568, 11957, 8863, 11807, 8904, 11603, 9266, 11229, 9168, 11008, 9140, 10857, 9267, 11248, 9294, 11387, 9130, 11527, 8875, 11882, 9280, 11342, 8600, 10655, 8718, 10102, 8716, 9392, 9881, 8312, 8354, 9238, 8852, 10701, 8706, 11474, 8928, 11687, 8897, 11651, 8909, 12507, 8912, 12307, 9256, 11980, 8846, 11949, 8885, 12220, 9127, 10948, 9111, 10568, 8948, 11020, 8709, 11379, 9275, 11179, 9112, 11422, 8899, 11540, 8985, 11646, 8686, 10650, 8947, 11182, 8765, 11396, 8917, 11815, 8309, 9648, 8277, 10584, 9627, 8337, 13181, 8435, 11932, 8537, 10746, 8474, 11807, 8782, 12021, 9129, 11579, 9122, 10879, 9026, 9771, 9878, 8336, 11293, 8268, 11874, 8504, 12202, 8793, 11091, 9196, 10309, 8813, 10410, 8835, 10144, 8889, 10127, 8865, 10683, 8716, 10931, 8669, 11477, 8730, 11661, 8735, 11570, 8533, 11716, 8580, 11765, 8423, 11618, 9645, 11367, 8548, 11711, 8389, 12400, 8493, 11498, 8438, 11647, 8271, 10943, 8440, 9056, 9101, 8323, 8677, 8325, 8127, 9421, 7985, 9259, 9085, 8419, 8626, 8531, 8955, 8356, 9114, 8485, 9284, 8694, 9772, 9516, 11169, 8342, 12045, 8299, 12720, 8248, 12378, 8234, 11674, 8255, 11177, 8280, 11071, 8324, 11763, 8437, 9950, 8226, 9192, 8310, 9092, 9165, 8633, 8857, 8999, 8908, 10668, 8994, 9785, 9034, 8780, 8589, 8682, 9234, 8513, 9183, 8005, 10624, 8205, 11156, 8200, 11667, 8326, 11785, 8319, 11769, 8232, 11588, 8354, 11905, 8325, 11887, 8059, 11679, 8284, 11731, 8285, 11980, 8474, 11818, 8224, 11791, 8170, 11272, 8245, 11381, 8135, 11268, 8203, 11433, 8252, 10607, 8129, 9825, 7884, 9608, 7928, 10349, 7992, 11374, 8192, 11539, 8218, 10930, 7876, 11967, 8058, 12331, 8326, 11808, 8207, 10424, 8026, 10913, 8063, 11625, 8759, 9886, 8484, 8161, 8926, 8246, 9134, 11194, 9969, 9546, 8907, 10555, 8427, 12017, 8121, 12145, 8232, 10773, 8226, 11941, 8087, 12249, 8056, 10201, 8253, 8293, 8500, 7830, 9445, 8064, 9466, 7459, 9842, 7759, 10725, 8023, 10959, 8118, 11542, 7853, 11438, 8148, 11893, 8074, 12299, 9881, 9378, 8713, 7689, 8744, 7867, 8966, 7894, 9640, 7486, 9906, 7684, 10358, 8042, 11076, 7881, 11225, 7839, 10992, 7940, 11127, 7621, 10818, 7599, 10362, 7431, 9724, 7781, 9263, 7783, 8845, 7658, 8933, 7749, 8844, 8021, 8717, 8785, 8634, 7417, 9304, 7634, 10472, 7810, 11022, 7473, 11206, 7785, 11478, 7679, 11933, 7930, 11522, 7959, 11167, 7840, 11883, 8084, 11944, 7848, 11732, 8221, 11268, 8088, 11845, 7957, 12332, 8059, 11835, 8261, 10662, 8078, 7683, 8407, 8210, 9017, 7788, 9640, 7575, 10316, 7711, 10380, 7445, 10521, 7869, 10510, 7418, 9668, 7716, 8892, 8772, 8462, 7526, 8548, 7618, 8342, 7715, 8347, 8079, 8545, 7476, 8776, 7963, 8478, 8628, 8837, 7680, 8861, 7495], 'WindowCenter': [4079.0, 4045.0, 4031.0, 4039.0, 4026.0, 4034.0, 4002.0, 4012.0, 4032.0, 4013.0, 4021.0, 4012.0, 4002.0, 4022.0, 4012.0, 4022.0, 4003.0, 4013.0, 4033.0, 4003.0, 4013.0, 4033.0, 4015.0, 4033.0, 4014.0, 4011.0, 3992.0, 3990.0, 4011.0, 4002.0, 4020.0, 4000.0, 4010.0, 4000.0, 4010.0, 3991.0, 4012.0, 4032.0, 4003.0, 4022.0, 4003.0, 4013.0, 4033.0, 4003.0, 4023.0, 4003.0, 4014.0, 4023.0, 4016.0, 4023.0, 4014.0, 4014.0, 4033.0, 4014.0, 4033.0, 4013.0, 4012.0, 4023.0, 4002.0, 4012.0, 4000.0, 3999.0, 3989.0, 3990.0, 4000.0, 3999.0, 3999.0, 4020.0, 4012.0, 4033.0, 4013.0, 4023.0, 4024.0, 4015.0, 4044.0, 4015.0, 4044.0, 4014.0, 4044.0, 4013.0, 4042.0, 4001.0, 4030.0, 4001.0, 4030.0, 4001.0, 4029.0, 3999.0, 4018.0, 3989.0, 4018.0, 3999.0, 4010.0, 4001.0, 4009.0, 3990.0, 4020.0, 4002.0, 4032.0, 4016.0, 4034.0, 4015.0, 4033.0, 4005.0, 4023.0, 4004.0, 4042.0, 4013.0, 4021.0, 3992.0, 4021.0, 4002.0, 4031.0, 4001.0, 4031.0, 3991.0, 4020.0, 4001.0, 4020.0, 3992.0, 4021.0, 4002.0, 4022.0, 4002.0, 4011.0, 4002.0, 3990.0, 4022.0, 4000.0, 4001.0, 4009.0, 3989.0, 4028.0, 3988.0, 4028.0, 3988.0, 4018.0, 3988.0, 4018.0, 3990.0, 4018.0, 3990.0, 4030.0, 3990.0, 4031.0, 3991.0, 4020.0, 3991.0, 4032.0, 3990.0, 3999.0, 3988.0, 3999.0, 3997.0, 3978.0, 4007.0, 3988.0, 4028.0, 3988.0, 4008.0, 3989.0, 4008.0, 3990.0, 4010.0, 4002.0, 4021.0, 4003.0, 4022.0, 4003.0, 4032.0, 4003.0, 4032.0, 3992.0, 4031.0, 3992.0, 4032.0, 4002.0, 4031.0, 3990.0, 4020.0, 3989.0, 4019.0, 3990.0, 4020.0, 4001.0, 4021.0, 4001.0, 4031.0, 4001.0, 4032.0, 4002.0, 4023.0, 3989.0, 3989.0, 3989.0, 3989.0, 3987.0, 3980.0, 3997.0, 3989.0, 4028.0, 3988.0, 4007.0, 3979.0, 3978.0, 3979.0, 4011.0, 4001.0, 3980.0, 3992.0, 3991.0, 4001.0, 4003.0, 4012.0, 4013.0, 4012.0, 4002.0, 4022.0, 4003.0, 4022.0, 4004.0, 4022.0, 4013.0, 4022.0, 4023.0, 3991.0, 4011.0, 4002.0, 4023.0, 3979.0, 4000.0, 3978.0, 3998.0, 3978.0, 3999.0, 3989.0, 4019.0, 3989.0, 4010.0, 3988.0, 4029.0, 3988.0, 4009.0, 3990.0, 4009.0, 3990.0, 4000.0, 4001.0, 4001.0, 4023.0, 4001.0, 4011.0, 3989.0, 3989.0, 3988.0, 4010.0, 3977.0, 3968.0, 3967.0, 3988.0, 3978.0, 3998.0, 3989.0, 4020.0, 3991.0, 4020.0, 3991.0, 4030.0, 3990.0, 4019.0, 3990.0, 4020.0, 3978.0, 4029.0, 3990.0, 4019.0, 3989.0, 4019.0, 3991.0, 4009.0, 3991.0, 4009.0, 3990.0, 4010.0, 3991.0, 3989.0, 4012.0, 4002.0, 4032.0, 4004.0, 4034.0, 4014.0, 4022.0, 4013.0, 3992.0, 4013.0, 4002.0, 4022.0, 3992.0, 4042.0, 3992.0, 4023.0, 3992.0, 4002.0, 4032.0, 3991.0, 4014.0, 4034.0, 4035.0, 3992.0, 4033.0, 3991.0, 4041.0, 3991.0, 4040.0, 4020.0, 3977.0, 3978.0, 3988.0, 4007.0, 3987.0, 4007.0, 3978.0, 3997.0, 3978.0, 3978.0, 3989.0, 3989.0, 4009.0, 3988.0, 4019.0, 3988.0, 4018.0, 3989.0, 4018.0, 3990.0, 4018.0, 3990.0, 4008.0, 4000.0, 3988.0, 3979.0, 4000.0, 4009.0, 3990.0, 4020.0, 3992.0, 4021.0, 3991.0, 4010.0, 3991.0, 4011.0, 4001.0, 3990.0, 4021.0, 4002.0, 4022.0, 4003.0, 4031.0, 4002.0, 4031.0, 4002.0, 4031.0, 3991.0, 4011.0, 3992.0, 4031.0, 4001.0, 4030.0, 4000.0, 4019.0, 3988.0, 3998.0, 3978.0, 3998.0, 3979.0, 4009.0, 3990.0, 3998.0, 3989.0, 3998.0, 3989.0, 3989.0, 3990.0, 3999.0, 3989.0, 3997.0, 3989.0, 3997.0, 3977.0, 3996.0, 3977.0, 4006.0, 3987.0, 4017.0, 3988.0, 4007.0, 3988.0, 4008.0, 3991.0, 4032.0, 3991.0, 4011.0, 4003.0, 4012.0, 4012.0, 4013.0, 4022.0, 4001.0, 4012.0, 4001.0, 4032.0, 4001.0, 4021.0, 4002.0, 4030.0, 4000.0, 4021.0, 4000.0, 4030.0, 4000.0, 4021.0, 3990.0, 4019.0, 4000.0, 4021.0, 4001.0, 4019.0, 4000.0, 4009.0, 3990.0, 3998.0, 3989.0, 3998.0, 3989.0, 3987.0, 3978.0, 3977.0, 3998.0, 3988.0, 4008.0, 3999.0, 4019.0, 3990.0, 4019.0, 3990.0, 4009.0, 3990.0, 4019.0, 3989.0, 4028.0, 4009.0, 3997.0, 3987.0, 3997.0, 3989.0, 4008.0, 3989.0, 4009.0, 3989.0, 4008.0, 3989.0, 4009.0, 3989.0, 4009.0, 4000.0, 4008.0, 3989.0, 3998.0, 3989.0, 3998.0, 3990.0, 4009.0, 3989.0, 4008.0, 3989.0, 3988.0, 3989.0, 4010.0, 4010.0, 4011.0, 4011.0, 4000.0, 4021.0, 4001.0, 4031.0, 4001.0, 4030.0, 4000.0, 4019.0, 4000.0, 4019.0, 4000.0, 4019.0, 4000.0, 4019.0, 4000.0, 4019.0, 4010.0, 4008.0, 3990.0, 3998.0, 3989.0, 4009.0, 3989.0, 4008.0, 3989.0, 3989.0, 4001.0, 3989.0, 4011.0, 4021.0, 4000.0, 3989.0, 3989.0, 4011.0, 4022.0, 4014.0, 4033.0, 4002.0, 4031.0, 4001.0, 4030.0, 4001.0, 4030.0, 4001.0, 4020.0, 4001.0, 4021.0, 4002.0, 4031.0, 4013.0, 4031.0, 4002.0, 4031.0, 4001.0, 4020.0, 4022.0, 4009.0, 3990.0, 4009.0, 3989.0, 4039.0, 3989.0, 4029.0, 3989.0, 4018.0, 3989.0, 4008.0, 3990.0, 4009.0, 4000.0, 4011.0, 3990.0, 4010.0, 3991.0, 4010.0, 4002.0, 4011.0, 4001.0, 3999.0, 3989.0, 4001.0, 4001.0, 4000.0, 4012.0, 3989.0, 4010.0, 4000.0, 4020.0, 4000.0, 4020.0, 4000.0, 4011.0, 3988.0, 4000.0, 3977.0, 3988.0, 3977.0, 3988.0, 3997.0, 3989.0, 4007.0, 3987.0, 4006.0, 3977.0, 4007.0, 3988.0, 4007.0, 3988.0, 4017.0, 3988.0, 4017.0, 3987.0, 4017.0, 3987.0, 4017.0, 3997.0, 4008.0, 3975.0, 3996.0, 3998.0, 3997.0, 4009.0, 3999.0, 4020.0, 4002.0, 4000.0, 4002.0, 4001.0, 4002.0, 4031.0, 4002.0, 4041.0, 4000.0, 4030.0, 3999.0, 4020.0, 3977.0, 3988.0, 4007.0, 3988.0, 4017.0, 3988.0, 4017.0, 3988.0, 4018.0, 3990.0, 4019.0, 4001.0, 4020.0, 3992.0, 4012.0, 4003.0, 4022.0, 4013.0, 4022.0, 4002.0, 4011.0, 4001.0, 4001.0, 4013.0, 4020.0, 3991.0, 4010.0, 3990.0, 4011.0, 4011.0, 4012.0, 4021.0, 4011.0, 4021.0, 4011.0, 4020.0, 4001.0, 4030.0, 4001.0, 4031.0, 4001.0, 4020.0, 4001.0, 4009.0, 4000.0, 4019.0, 4000.0, 4008.0, 3989.0, 4008.0, 3988.0, 3999.0, 3989.0, 3989.0, 4000.0, 3989.0, 4011.0, 4000.0, 4020.0, 4010.0, 4010.0, 3998.0, 3989.0, 3998.0, 3988.0, 3998.0, 3988.0, 4008.0, 3999.0, 4008.0, 3989.0, 4018.0, 3989.0, 4008.0, 3989.0, 4019.0, 3990.0, 4020.0, 4002.0, 4010.0, 3990.0, 4000.0, 3991.0, 4011.0, 4013.0, 4021.0, 4001.0, 4011.0, 3992.0, 4021.0, 4002.0, 4021.0, 4001.0, 4020.0, 3990.0, 4019.0, 3990.0, 4019.0, 4000.0, 4029.0, 3999.0, 4018.0, 3999.0, 4030.0, 4011.0, 4030.0, 4011.0, 4020.0, 4011.0, 4021.0, 3999.0, 4010.0, 4010.0, 4011.0, 4000.0, 3991.0, 4019.0, 3989.0, 3997.0, 3988.0, 4007.0, 3987.0, 4017.0, 3987.0, 4017.0, 3988.0, 4017.0, 3997.0, 4017.0, 3988.0, 4019.0, 3999.0, 4019.0, 3999.0, 4018.0, 3999.0, 4018.0, 3988.0, 4019.0, 3988.0, 3988.0, 3996.0, 3987.0, 4007.0, 3988.0, 4007.0, 4000.0, 4019.0, 3998.0, 4018.0, 3999.0, 4019.0, 3999.0, 4019.0, 4009.0, 4020.0, 4008.0, 3990.0, 4008.0, 3989.0, 4007.0, 3988.0, 4018.0, 4000.0, 4018.0, 3990.0, 4020.0, 4000.0, 4020.0, 4002.0, 4031.0, 4002.0, 4021.0, 4002.0, 4011.0, 4002.0, 4021.0, 3991.0, 4021.0, 4000.0, 4009.0, 3990.0, 4030.0, 4000.0, 4019.0, 4000.0, 4020.0, 4002.0, 4020.0, 4001.0, 4019.0, 4001.0, 4030.0, 4000.0, 4019.0, 3999.0, 4008.0, 3988.0, 4017.0, 3997.0, 4018.0, 3976.0, 3988.0, 3986.0, 3977.0, 3986.0, 3977.0, 3996.0, 3988.0, 4007.0, 3988.0, 4018.0, 3988.0, 4007.0, 3988.0, 4018.0, 3989.0, 4029.0, 3988.0, 4018.0, 3989.0, 4018.0, 3989.0, 4028.0, 3999.0, 4019.0, 3999.0, 4019.0, 4000.0, 4019.0, 4000.0, 4020.0, 4001.0, 4011.0, 4002.0, 3991.0, 4022.0, 4002.0, 4032.0, 4002.0, 4032.0, 4001.0, 4021.0, 4001.0, 4020.0, 4001.0, 4030.0, 4002.0, 4030.0, 3990.0, 4019.0, 3989.0, 4019.0, 4001.0, 4020.0, 4001.0, 4031.0, 4001.0, 4020.0, 4001.0, 4020.0, 4000.0, 4020.0, 3989.0, 4010.0, 4007.0, 3977.0, 3996.0, 3977.0, 4006.0, 3987.0, 4018.0, 3987.0, 4018.0, 3987.0, 4007.0, 3998.0, 4008.0, 4000.0, 4019.0, 4000.0, 4021.0, 4000.0, 4020.0, 4000.0, 4020.0, 4000.0, 4030.0, 4000.0, 4020.0, 3988.0, 4009.0, 3988.0, 4009.0, 3977.0, 3999.0, 3998.0, 3978.0, 3978.0, 3999.0, 4000.0, 4020.0, 4001.0, 4031.0, 4001.0, 4031.0, 4001.0, 4020.0, 4001.0, 4030.0, 4000.0, 4031.0, 3999.0, 4019.0, 3989.0, 4029.0, 4000.0, 4030.0, 4000.0, 4019.0, 3988.0, 4008.0, 3989.0, 4009.0, 3989.0, 4019.0, 3999.0, 4020.0, 3989.0, 4018.0, 3989.0, 4018.0, 3989.0, 4019.0, 3988.0, 4009.0, 3988.0, 4008.0, 3989.0, 4018.0, 3989.0, 4030.0, 3977.0, 3999.0, 3977.0, 4009.0, 3997.0, 3978.0, 4028.0, 3978.0, 4017.0, 3988.0, 4007.0, 3978.0, 4018.0, 3989.0, 4028.0, 3987.0, 4019.0, 3987.0, 4008.0, 3987.0, 3998.0, 3997.0, 3979.0, 4008.0, 3978.0, 4017.0, 3978.0, 4017.0, 3977.0, 4008.0, 3987.0, 4008.0, 3989.0, 4008.0, 4000.0, 4010.0, 4002.0, 4022.0, 4000.0, 4021.0, 4001.0, 4021.0, 4002.0, 4031.0, 3991.0, 4031.0, 3990.0, 4020.0, 3990.0, 4031.0, 4002.0, 4031.0, 3991.0, 4032.0, 4001.0, 4020.0, 3990.0, 4030.0, 3979.0, 4020.0, 3978.0, 4018.0, 3977.0, 4007.0, 3976.0, 4008.0, 3976.0, 3987.0, 3975.0, 3965.0, 3975.0, 3965.0, 3966.0, 3988.0, 3966.0, 3999.0, 3986.0, 3979.0, 3976.0, 3977.0, 3987.0, 3978.0, 3987.0, 3989.0, 3987.0, 3990.0, 3998.0, 4000.0, 4008.0, 3978.0, 4018.0, 3978.0, 4028.0, 3977.0, 4017.0, 3966.0, 4007.0, 3977.0, 4008.0, 3989.0, 4019.0, 3990.0, 4030.0, 3991.0, 4010.0, 3991.0, 4001.0, 3992.0, 4001.0, 4002.0, 3991.0, 4002.0, 4001.0, 4002.0, 4010.0, 4001.0, 3999.0, 3990.0, 3988.0, 3989.0, 3988.0, 4000.0, 3989.0, 4000.0, 3978.0, 4009.0, 3979.0, 4019.0, 3979.0, 4020.0, 3978.0, 4018.0, 3977.0, 4018.0, 3977.0, 4007.0, 3977.0, 4017.0, 3966.0, 4006.0, 3965.0, 4005.0, 3976.0, 4016.0, 3977.0, 4017.0, 3977.0, 4017.0, 3977.0, 4017.0, 3979.0, 4007.0, 3977.0, 4018.0, 3967.0, 4008.0, 3978.0, 4018.0, 3977.0, 4008.0, 3977.0, 3999.0, 3977.0, 3998.0, 3979.0, 4010.0, 3991.0, 4031.0, 3992.0, 4032.0, 3993.0, 4022.0, 3992.0, 4031.0, 3981.0, 4031.0, 3991.0, 4020.0, 3990.0, 4009.0, 3980.0, 4009.0, 3980.0, 4019.0, 3990.0, 3999.0, 3990.0, 3979.0, 4001.0, 3978.0, 4001.0, 4009.0, 3999.0, 3986.0, 3988.0, 3996.0, 3977.0, 4017.0, 3967.0, 4017.0, 3977.0, 3996.0, 3978.0, 4017.0, 3978.0, 4017.0, 3978.0, 3997.0, 3978.0, 3978.0, 3990.0, 3979.0, 4000.0, 3978.0, 4000.0, 3968.0, 3999.0, 3969.0, 4009.0, 3979.0, 4009.0, 3968.0, 4019.0, 3979.0, 4018.0, 3979.0, 4019.0, 3980.0, 4019.0, 4000.0, 3988.0, 3979.0, 3966.0, 3989.0, 3977.0, 3990.0, 3968.0, 4000.0, 3958.0, 3999.0, 3979.0, 4010.0, 3980.0, 4020.0, 3978.0, 4009.0, 3968.0, 4009.0, 3979.0, 4020.0, 3968.0, 4009.0, 3967.0, 3998.0, 3957.0, 3999.0, 3967.0, 3999.0, 3967.0, 3989.0, 3966.0, 3989.0, 3967.0, 3989.0, 3967.0, 3990.0, 3978.0, 3989.0, 3969.0, 4000.0, 3981.0, 4022.0, 3982.0, 4022.0, 3972.0, 4023.0, 3982.0, 4032.0, 3982.0, 4033.0, 3981.0, 4021.0, 3981.0, 4021.0, 3981.0, 4031.0, 3980.0, 4021.0, 3980.0, 4020.0, 3980.0, 4009.0, 3980.0, 4020.0, 3980.0, 4029.0, 3968.0, 4018.0, 3978.0, 4008.0, 3979.0, 3968.0, 3990.0, 3979.0, 3990.0, 3968.0, 4000.0, 3968.0, 4010.0, 3969.0, 4010.0, 3957.0, 4010.0, 3967.0, 3998.0, 3956.0, 3987.0, 3955.0, 3976.0, 3964.0, 3966.0, 3955.0, 3977.0, 3967.0, 3979.0, 3968.0, 3990.0, 3979.0, 3991.0, 3969.0, 3991.0, 3980.0, 3991.0, 3990.0, 4001.0, 3969.0, 4001.0, 3970.0], 'WindowWidth': [9072.0, 9015.0, 8985.0, 8992.0, 8969.0, 8974.0, 8929.0, 8941.0, 8966.0, 8943.0, 8951.0, 8943.0, 8927.0, 8954.0, 8941.0, 8954.0, 8931.0, 8945.0, 8971.0, 8930.0, 8944.0, 8971.0, 8949.0, 8970.0, 8945.0, 8936.0, 8911.0, 8906.0, 8935.0, 8925.0, 8947.0, 8921.0, 8934.0, 8921.0, 8935.0, 8912.0, 8940.0, 8969.0, 8930.0, 8955.0, 8930.0, 8946.0, 8970.0, 8932.0, 8957.0, 8931.0, 8947.0, 8958.0, 8953.0, 8956.0, 8946.0, 8946.0, 8972.0, 8946.0, 8970.0, 8946.0, 8941.0, 8957.0, 8926.0, 8940.0, 8919.0, 8919.0, 8906.0, 8907.0, 8918.0, 8918.0, 8919.0, 8947.0, 8942.0, 8970.0, 8945.0, 8960.0, 8963.0, 8951.0, 8988.0, 8952.0, 8988.0, 8948.0, 8986.0, 8945.0, 8979.0, 8925.0, 8961.0, 8923.0, 8963.0, 8923.0, 8958.0, 8917.0, 8942.0, 8905.0, 8941.0, 8919.0, 8932.0, 8923.0, 8931.0, 8909.0, 8949.0, 8930.0, 8969.0, 8954.0, 8974.0, 8951.0, 8972.0, 8938.0, 8958.0, 8934.0, 8982.0, 8944.0, 8951.0, 8916.0, 8951.0, 8928.0, 8966.0, 8925.0, 8963.0, 8911.0, 8947.0, 8924.0, 8948.0, 8914.0, 8950.0, 8928.0, 8951.0, 8928.0, 8937.0, 8927.0, 8910.0, 8955.0, 8920.0, 8924.0, 8930.0, 8905.0, 8954.0, 8900.0, 8953.0, 8900.0, 8939.0, 8903.0, 8939.0, 8906.0, 8942.0, 8907.0, 8961.0, 8910.0, 8963.0, 8912.0, 8949.0, 8911.0, 8965.0, 8907.0, 8919.0, 8900.0, 8918.0, 8911.0, 8889.0, 8923.0, 8903.0, 8954.0, 8902.0, 8926.0, 8903.0, 8928.0, 8910.0, 8934.0, 8929.0, 8950.0, 8931.0, 8953.0, 8933.0, 8969.0, 8932.0, 8968.0, 8915.0, 8965.0, 8913.0, 8966.0, 8928.0, 8964.0, 8907.0, 8945.0, 8905.0, 8943.0, 8908.0, 8946.0, 8925.0, 8950.0, 8925.0, 8964.0, 8925.0, 8966.0, 8926.0, 8955.0, 8903.0, 8906.0, 8903.0, 8905.0, 8899.0, 8893.0, 8912.0, 8904.0, 8956.0, 8903.0, 8923.0, 8893.0, 8888.0, 8892.0, 8937.0, 8926.0, 8895.0, 8915.0, 8912.0, 8926.0, 8931.0, 8941.0, 8945.0, 8941.0, 8928.0, 8954.0, 8930.0, 8955.0, 8934.0, 8954.0, 8946.0, 8953.0, 8957.0, 8909.0, 8938.0, 8927.0, 8956.0, 8891.0, 8921.0, 8887.0, 8915.0, 8888.0, 8917.0, 8904.0, 8944.0, 8906.0, 8932.0, 8903.0, 8956.0, 8903.0, 8930.0, 8909.0, 8931.0, 8909.0, 8920.0, 8926.0, 8926.0, 8956.0, 8924.0, 8939.0, 8904.0, 8906.0, 8902.0, 8933.0, 8884.0, 8874.0, 8871.0, 8902.0, 8888.0, 8916.0, 8906.0, 8948.0, 8911.0, 8949.0, 8913.0, 8963.0, 8909.0, 8945.0, 8906.0, 8945.0, 8890.0, 8956.0, 8908.0, 8943.0, 8906.0, 8944.0, 8911.0, 8933.0, 8914.0, 8931.0, 8910.0, 8936.0, 8913.0, 8906.0, 8942.0, 8928.0, 8970.0, 8936.0, 8974.0, 8950.0, 8956.0, 8944.0, 8916.0, 8944.0, 8929.0, 8954.0, 8915.0, 8982.0, 8916.0, 8956.0, 8915.0, 8930.0, 8969.0, 8913.0, 8950.0, 8974.0, 8978.0, 8914.0, 8969.0, 8910.0, 8978.0, 8912.0, 8973.0, 8949.0, 8885.0, 8886.0, 8900.0, 8924.0, 8899.0, 8924.0, 8888.0, 8911.0, 8887.0, 8887.0, 8905.0, 8904.0, 8929.0, 8902.0, 8943.0, 8902.0, 8940.0, 8905.0, 8942.0, 8907.0, 8942.0, 8907.0, 8927.0, 8921.0, 8902.0, 8892.0, 8923.0, 8933.0, 8909.0, 8948.0, 8915.0, 8949.0, 8912.0, 8935.0, 8913.0, 8938.0, 8926.0, 8909.0, 8952.0, 8929.0, 8953.0, 8931.0, 8966.0, 8929.0, 8966.0, 8929.0, 8965.0, 8913.0, 8937.0, 8915.0, 8964.0, 8926.0, 8960.0, 8923.0, 8942.0, 8903.0, 8913.0, 8891.0, 8916.0, 8894.0, 8931.0, 8907.0, 8915.0, 8906.0, 8914.0, 8905.0, 8904.0, 8907.0, 8917.0, 8906.0, 8913.0, 8903.0, 8911.0, 8887.0, 8906.0, 8886.0, 8922.0, 8900.0, 8939.0, 8902.0, 8924.0, 8902.0, 8929.0, 8911.0, 8968.0, 8914.0, 8938.0, 8933.0, 8941.0, 8942.0, 8944.0, 8956.0, 8926.0, 8941.0, 8925.0, 8966.0, 8924.0, 8949.0, 8927.0, 8962.0, 8922.0, 8949.0, 8920.0, 8960.0, 8920.0, 8949.0, 8908.0, 8946.0, 8923.0, 8950.0, 8924.0, 8945.0, 8922.0, 8929.0, 8909.0, 8916.0, 8907.0, 8915.0, 8904.0, 8898.0, 8888.0, 8885.0, 8915.0, 8904.0, 8928.0, 8920.0, 8943.0, 8908.0, 8945.0, 8909.0, 8931.0, 8910.0, 8944.0, 8906.0, 8954.0, 8932.0, 8910.0, 8900.0, 8911.0, 8904.0, 8927.0, 8905.0, 8930.0, 8904.0, 8928.0, 8906.0, 8929.0, 8907.0, 8930.0, 8921.0, 8927.0, 8906.0, 8916.0, 8905.0, 8917.0, 8908.0, 8930.0, 8906.0, 8927.0, 8904.0, 8901.0, 8906.0, 8934.0, 8935.0, 8937.0, 8937.0, 8922.0, 8950.0, 8925.0, 8963.0, 8926.0, 8961.0, 8922.0, 8944.0, 8921.0, 8946.0, 8922.0, 8945.0, 8923.0, 8946.0, 8923.0, 8944.0, 8935.0, 8929.0, 8907.0, 8914.0, 8906.0, 8929.0, 8905.0, 8926.0, 8905.0, 8904.0, 8924.0, 8906.0, 8939.0, 8950.0, 8924.0, 8906.0, 8907.0, 8940.0, 8957.0, 8950.0, 8971.0, 8929.0, 8966.0, 8926.0, 8962.0, 8926.0, 8961.0, 8926.0, 8950.0, 8925.0, 8950.0, 8927.0, 8966.0, 8944.0, 8965.0, 8930.0, 8965.0, 8927.0, 8948.0, 8955.0, 8932.0, 8909.0, 8930.0, 8907.0, 8972.0, 8905.0, 8958.0, 8904.0, 8942.0, 8904.0, 8927.0, 8909.0, 8932.0, 8923.0, 8936.0, 8910.0, 8933.0, 8912.0, 8935.0, 8927.0, 8939.0, 8925.0, 8918.0, 8907.0, 8924.0, 8926.0, 8923.0, 8941.0, 8906.0, 8935.0, 8921.0, 8946.0, 8923.0, 8949.0, 8921.0, 8938.0, 8900.0, 8919.0, 8884.0, 8900.0, 8884.0, 8900.0, 8911.0, 8903.0, 8922.0, 8900.0, 8922.0, 8885.0, 8922.0, 8902.0, 8924.0, 8902.0, 8939.0, 8902.0, 8939.0, 8899.0, 8937.0, 8897.0, 8937.0, 8911.0, 8928.0, 8880.0, 8909.0, 8913.0, 8911.0, 8933.0, 8918.0, 8948.0, 8928.0, 8923.0, 8928.0, 8924.0, 8931.0, 8964.0, 8927.0, 8979.0, 8921.0, 8961.0, 8917.0, 8948.0, 8885.0, 8902.0, 8922.0, 8901.0, 8937.0, 8902.0, 8938.0, 8902.0, 8940.0, 8908.0, 8944.0, 8924.0, 8949.0, 8915.0, 8940.0, 8933.0, 8955.0, 8947.0, 8954.0, 8929.0, 8936.0, 8926.0, 8925.0, 8943.0, 8948.0, 8912.0, 8933.0, 8908.0, 8937.0, 8937.0, 8940.0, 8952.0, 8936.0, 8950.0, 8936.0, 8948.0, 8924.0, 8962.0, 8926.0, 8963.0, 8924.0, 8947.0, 8923.0, 8931.0, 8923.0, 8944.0, 8920.0, 8928.0, 8903.0, 8927.0, 8903.0, 8918.0, 8906.0, 8904.0, 8921.0, 8903.0, 8936.0, 8921.0, 8947.0, 8932.0, 8934.0, 8915.0, 8906.0, 8912.0, 8903.0, 8912.0, 8902.0, 8926.0, 8919.0, 8927.0, 8905.0, 8942.0, 8904.0, 8926.0, 8903.0, 8943.0, 8908.0, 8948.0, 8927.0, 8934.0, 8910.0, 8920.0, 8912.0, 8937.0, 8945.0, 8950.0, 8926.0, 8935.0, 8914.0, 8948.0, 8928.0, 8952.0, 8926.0, 8947.0, 8909.0, 8943.0, 8906.0, 8945.0, 8920.0, 8957.0, 8919.0, 8942.0, 8918.0, 8960.0, 8937.0, 8960.0, 8938.0, 8949.0, 8938.0, 8950.0, 8917.0, 8934.0, 8932.0, 8938.0, 8919.0, 8909.0, 8945.0, 8904.0, 8912.0, 8902.0, 8923.0, 8898.0, 8939.0, 8898.0, 8937.0, 8902.0, 8936.0, 8911.0, 8937.0, 8902.0, 8945.0, 8919.0, 8943.0, 8916.0, 8940.0, 8916.0, 8940.0, 8901.0, 8943.0, 8901.0, 8902.0, 8908.0, 8899.0, 8922.0, 8901.0, 8924.0, 8921.0, 8944.0, 8916.0, 8942.0, 8916.0, 8945.0, 8920.0, 8943.0, 8931.0, 8948.0, 8927.0, 8906.0, 8927.0, 8904.0, 8923.0, 8902.0, 8942.0, 8920.0, 8940.0, 8907.0, 8945.0, 8922.0, 8947.0, 8930.0, 8965.0, 8928.0, 8951.0, 8928.0, 8939.0, 8931.0, 8951.0, 8913.0, 8951.0, 8922.0, 8931.0, 8909.0, 8961.0, 8923.0, 8944.0, 8921.0, 8946.0, 8925.0, 8948.0, 8924.0, 8945.0, 8925.0, 8962.0, 8920.0, 8945.0, 8916.0, 8926.0, 8900.0, 8938.0, 8911.0, 8942.0, 8881.0, 8900.0, 8894.0, 8885.0, 8895.0, 8885.0, 8907.0, 8900.0, 8923.0, 8900.0, 8940.0, 8900.0, 8924.0, 8902.0, 8941.0, 8906.0, 8956.0, 8902.0, 8941.0, 8903.0, 8942.0, 8903.0, 8955.0, 8919.0, 8943.0, 8919.0, 8943.0, 8920.0, 8945.0, 8923.0, 8946.0, 8926.0, 8938.0, 8928.0, 8911.0, 8953.0, 8927.0, 8967.0, 8928.0, 8966.0, 8925.0, 8949.0, 8924.0, 8947.0, 8924.0, 8962.0, 8926.0, 8959.0, 8907.0, 8944.0, 8905.0, 8944.0, 8923.0, 8946.0, 8924.0, 8963.0, 8925.0, 8949.0, 8925.0, 8948.0, 8922.0, 8948.0, 8903.0, 8933.0, 8922.0, 8885.0, 8907.0, 8883.0, 8922.0, 8898.0, 8938.0, 8898.0, 8939.0, 8898.0, 8923.0, 8916.0, 8927.0, 8920.0, 8944.0, 8922.0, 8949.0, 8921.0, 8946.0, 8922.0, 8947.0, 8922.0, 8961.0, 8920.0, 8947.0, 8902.0, 8929.0, 8899.0, 8929.0, 8884.0, 8917.0, 8915.0, 8888.0, 8886.0, 8916.0, 8921.0, 8948.0, 8926.0, 8963.0, 8925.0, 8962.0, 8925.0, 8949.0, 8925.0, 8961.0, 8921.0, 8963.0, 8918.0, 8944.0, 8905.0, 8958.0, 8922.0, 8962.0, 8919.0, 8944.0, 8902.0, 8927.0, 8903.0, 8930.0, 8906.0, 8945.0, 8917.0, 8946.0, 8903.0, 8940.0, 8904.0, 8941.0, 8904.0, 8945.0, 8903.0, 8929.0, 8901.0, 8927.0, 8903.0, 8941.0, 8905.0, 8961.0, 8885.0, 8917.0, 8884.0, 8930.0, 8911.0, 8889.0, 8954.0, 8887.0, 8937.0, 8900.0, 8924.0, 8889.0, 8941.0, 8904.0, 8955.0, 8899.0, 8943.0, 8897.0, 8926.0, 8899.0, 8915.0, 8910.0, 8891.0, 8926.0, 8886.0, 8937.0, 8888.0, 8937.0, 8884.0, 8927.0, 8898.0, 8926.0, 8903.0, 8927.0, 8920.0, 8935.0, 8929.0, 8953.0, 8922.0, 8949.0, 8925.0, 8949.0, 8927.0, 8963.0, 8910.0, 8964.0, 8909.0, 8946.0, 8908.0, 8961.0, 8927.0, 8965.0, 8913.0, 8965.0, 8924.0, 8947.0, 8909.0, 8959.0, 8891.0, 8945.0, 8886.0, 8940.0, 8884.0, 8924.0, 8881.0, 8925.0, 8879.0, 8896.0, 8876.0, 8865.0, 8876.0, 8865.0, 8867.0, 8899.0, 8869.0, 8918.0, 8896.0, 8889.0, 8880.0, 8884.0, 8895.0, 8887.0, 8896.0, 8904.0, 8899.0, 8906.0, 8914.0, 8919.0, 8927.0, 8889.0, 8942.0, 8886.0, 8951.0, 8883.0, 8934.0, 8867.0, 8921.0, 8885.0, 8925.0, 8904.0, 8942.0, 8906.0, 8959.0, 8910.0, 8934.0, 8913.0, 8925.0, 8917.0, 8924.0, 8927.0, 8909.0, 8928.0, 8923.0, 8927.0, 8934.0, 8922.0, 8916.0, 8906.0, 8901.0, 8905.0, 8901.0, 8921.0, 8902.0, 8920.0, 8887.0, 8930.0, 8891.0, 8941.0, 8890.0, 8944.0, 8888.0, 8941.0, 8884.0, 8937.0, 8884.0, 8922.0, 8884.0, 8935.0, 8866.0, 8920.0, 8865.0, 8917.0, 8882.0, 8933.0, 8884.0, 8935.0, 8882.0, 8935.0, 8882.0, 8935.0, 8889.0, 8922.0, 8886.0, 8939.0, 8870.0, 8926.0, 8885.0, 8939.0, 8885.0, 8927.0, 8885.0, 8916.0, 8885.0, 8914.0, 8891.0, 8933.0, 8912.0, 8964.0, 8915.0, 8967.0, 8918.0, 8952.0, 8914.0, 8962.0, 8897.0, 8963.0, 8909.0, 8946.0, 8907.0, 8931.0, 8894.0, 8931.0, 8895.0, 8944.0, 8907.0, 8916.0, 8906.0, 8890.0, 8922.0, 8888.0, 8922.0, 8928.0, 8917.0, 8893.0, 8898.0, 8907.0, 8884.0, 8935.0, 8869.0, 8935.0, 8883.0, 8907.0, 8885.0, 8937.0, 8887.0, 8937.0, 8888.0, 8910.0, 8888.0, 8888.0, 8907.0, 8891.0, 8921.0, 8888.0, 8921.0, 8875.0, 8916.0, 8875.0, 8929.0, 8889.0, 8928.0, 8873.0, 8942.0, 8889.0, 8940.0, 8891.0, 8943.0, 8892.0, 8942.0, 8919.0, 8899.0, 8888.0, 8869.0, 8904.0, 8883.0, 8904.0, 8871.0, 8917.0, 8859.0, 8915.0, 8892.0, 8932.0, 8892.0, 8945.0, 8887.0, 8928.0, 8874.0, 8927.0, 8889.0, 8943.0, 8873.0, 8929.0, 8869.0, 8913.0, 8857.0, 8915.0, 8871.0, 8916.0, 8870.0, 8902.0, 8868.0, 8902.0, 8869.0, 8904.0, 8871.0, 8906.0, 8886.0, 8905.0, 8877.0, 8920.0, 8897.0, 8951.0, 8902.0, 8953.0, 8887.0, 8953.0, 8900.0, 8966.0, 8902.0, 8968.0, 8898.0, 8949.0, 8896.0, 8948.0, 8897.0, 8962.0, 8893.0, 8948.0, 8893.0, 8945.0, 8892.0, 8928.0, 8892.0, 8943.0, 8891.0, 8956.0, 8873.0, 8939.0, 8886.0, 8925.0, 8889.0, 8872.0, 8906.0, 8890.0, 8907.0, 8875.0, 8918.0, 8874.0, 8931.0, 8875.0, 8932.0, 8857.0, 8930.0, 8867.0, 8911.0, 8854.0, 8896.0, 8848.0, 8881.0, 8860.0, 8866.0, 8849.0, 8883.0, 8871.0, 8891.0, 8873.0, 8907.0, 8889.0, 8909.0, 8877.0, 8910.0, 8893.0, 8911.0, 8905.0, 8924.0, 8878.0, 8922.0, 8879.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.0007512982998454406</td></tr>
<tr><td colspan=3>aqi</td><td>0.024276806877897992</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.35560817972933</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2566798708430018</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9897716837819023</td></tr>
<tr><td colspan=3>efc</td><td>0.4475</td></tr>
<tr><td colspan=3>fber</td><td>6726.9097</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06748789636308712</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.07727975270479134</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4703576438491632</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4266110330541752</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.725176753208541</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2592851452847738</td></tr>
<tr><td colspan=3>gcor</td><td>0.00541141</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02044588141143322</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02116226777434349</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1294</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.5183581056426676</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>36.5951</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.6283</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.0427</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311508.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>807.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.889</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7592</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.1952</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3241.2236</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.8059</td></tr>
<tr><td colspan=3>tsnr</td><td>38.54602996003814</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>