ds005256-mriqc/sub-0019_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter 90ea8304f4 [DATALAD RUNCMD] Compute MRIQC for sub-0019
=== 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-0019 --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-0019",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:20 +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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-02/func/sub-0019_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>d9a46660d2550e298bd7cec3558d04e6</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:53:2.165000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999843, -0.0135547, 0.01137, 0.0116925, 0.988568, 0.150322]</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.103709</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>[4163, -7798, -7208, 494, -3, -280, 76, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5c9a3b9a-4151-450c-a1a2-dc5b14994d9e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682507038116455, 0.031370002776384354, 0.035849373787641525, 109.00860595703125], [0.036366358399391174, 2.6522557735443115, 0.40544572472572327, -108.23371124267578], [0.030504770576953888, -0.40330174565315247, 2.6691436767578125, -23.998306274414062], [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': ['145302.165000', '145302.625000', '145303.085000', '145303.545000', '145304.005000', '145304.465000', '145304.925000', '145305.385000', '145305.845000', '145306.305000', '145306.765000', '145307.225000', '145307.685000', '145308.145000', '145308.605000', '145309.065000', '145309.525000', '145309.985000', '145310.445000', '145310.905000', '145311.365000', '145311.825000', '145312.285000', '145312.745000', '145313.205000', '145313.665000', '145314.125000', '145314.585000', '145315.045000', '145315.505000', '145315.965000', '145316.425000', '145316.885000', '145317.345000', '145317.805000', '145318.265000', '145318.725000', '145319.185000', '145319.645000', '145320.105000', '145320.565000', '145321.025000', '145321.485000', '145321.945000', '145322.405000', '145322.865000', '145323.325000', '145323.785000', '145324.245000', '145324.705000', '145325.165000', '145325.625000', '145326.085000', '145326.545000', '145327.005000', '145327.465000', '145327.925000', '145328.385000', '145328.845000', '145329.305000', '145329.765000', '145330.225000', '145330.685000', '145331.145000', '145331.605000', '145332.065000', '145332.525000', '145332.985000', '145333.445000', '145333.905000', '145334.365000', '145334.825000', '145335.285000', '145335.745000', '145336.205000', '145336.665000', '145337.125000', '145337.585000', '145338.045000', '145338.505000', '145338.965000', '145339.425000', '145339.885000', '145340.345000', '145340.805000', '145341.265000', '145341.725000', '145342.185000', '145342.645000', '145343.105000', '145343.565000', '145344.025000', '145344.485000', '145344.945000', '145345.405000', '145345.865000', '145346.325000', '145346.785000', '145347.245000', '145347.705000', '145348.165000', '145348.625000', '145349.085000', '145349.545000', '145350.005000', '145350.465000', '145350.925000', '145351.385000', '145351.845000', '145352.305000', '145352.765000', '145353.225000', '145353.685000', '145354.145000', '145354.605000', '145355.065000', '145355.525000', '145355.985000', '145356.445000', '145356.905000', '145357.365000', '145357.825000', '145358.285000', '145358.745000', '145359.205000', '145359.665000', '145400.125000', '145400.585000', '145401.045000', '145401.505000', '145401.965000', '145402.425000', '145402.885000', '145403.345000', '145403.805000', '145404.265000', '145404.725000', '145405.185000', '145405.645000', '145406.105000', '145406.565000', '145407.025000', '145407.485000', '145407.945000', '145408.405000', '145408.865000', '145409.325000', '145409.785000', '145410.245000', '145410.705000', '145411.165000', '145411.625000', '145412.085000', '145412.545000', '145413.005000', '145413.465000', '145413.925000', '145414.385000', '145414.845000', '145415.305000', '145415.765000', '145416.225000', '145416.685000', '145417.145000', '145417.605000', '145418.065000', '145418.525000', '145418.985000', '145419.445000', '145419.905000', '145420.365000', '145420.825000', '145421.285000', '145421.745000', '145422.205000', '145422.665000', '145423.125000', '145423.585000', '145424.045000', '145424.505000', '145424.965000', '145425.425000', '145425.885000', '145426.345000', '145426.805000', '145427.265000', '145427.725000', '145428.185000', '145428.645000', '145429.105000', '145429.565000', '145430.025000', '145430.485000', '145430.945000', '145431.405000', '145431.865000', '145432.325000', '145432.785000', '145433.245000', '145433.705000', '145434.165000', '145434.625000', '145435.085000', '145435.545000', '145436.005000', '145436.465000', '145436.925000', '145437.385000', '145437.845000', '145438.305000', '145438.765000', '145439.225000', '145439.685000', '145440.145000', '145440.605000', '145441.065000', '145441.525000', '145441.985000', '145442.445000', '145442.905000', '145443.365000', '145443.825000', '145444.285000', '145444.745000', '145445.205000', '145445.665000', '145446.125000', '145446.585000', '145447.045000', '145447.505000', '145447.965000', '145448.425000', '145448.885000', '145449.345000', '145449.805000', '145450.265000', '145450.725000', '145451.185000', '145451.645000', '145452.105000', '145452.565000', '145453.025000', '145453.485000', '145453.945000', '145454.405000', '145454.865000', '145455.325000', '145455.785000', '145456.245000', '145456.705000', '145457.165000', '145457.625000', '145458.085000', '145458.545000', '145459.005000', '145459.465000', '145459.925000', '145500.385000', '145500.845000', '145501.305000', '145501.765000', '145502.225000', '145502.685000', '145503.145000', '145503.605000', '145504.065000', '145504.525000', '145504.985000', '145505.445000', '145505.905000', '145506.365000', '145506.825000', '145507.285000', '145507.745000', '145508.205000', '145508.665000', '145509.125000', '145509.585000', '145510.045000', '145510.505000', '145510.965000', '145511.425000', '145511.885000', '145512.345000', '145512.805000', '145513.265000', '145513.725000', '145514.185000', '145514.645000', '145515.105000', '145515.565000', '145516.025000', '145516.485000', '145516.945000', '145517.405000', '145517.865000', '145518.325000', '145518.785000', '145519.245000', '145519.705000', '145520.165000', '145520.625000', '145521.085000', '145521.545000', '145522.005000', '145522.465000', '145522.925000', '145523.385000', '145523.845000', '145524.305000', '145524.765000', '145525.225000', '145525.685000', '145526.145000', '145526.605000', '145527.065000', '145527.525000', '145527.985000', '145528.445000', '145528.905000', '145529.365000', '145529.825000', '145530.285000', '145530.745000', '145531.205000', '145531.665000', '145532.125000', '145532.585000', '145533.045000', '145533.505000', '145533.965000', '145534.425000', '145534.885000', '145535.345000', '145535.805000', '145536.265000', '145536.725000', '145537.185000', '145537.645000', '145538.105000', '145538.565000', '145539.025000', '145539.485000', '145539.945000', '145540.405000', '145540.865000', '145541.325000', '145541.785000', '145542.245000', '145542.705000', '145543.165000', '145543.625000', '145544.085000', '145544.545000', '145545.005000', '145545.465000', '145545.925000', '145546.385000', '145546.845000', '145547.305000', '145547.765000', '145548.225000', '145548.685000', '145549.145000', '145549.605000', '145550.065000', '145550.525000', '145550.985000', '145551.445000', '145551.905000', '145552.365000', '145552.825000', '145553.285000', '145553.745000', '145554.205000', '145554.665000', '145555.125000', '145555.585000', '145556.045000', '145556.505000', '145556.965000', '145557.425000', '145557.885000', '145558.345000', '145558.805000', '145559.265000', '145559.725000', '145600.185000', '145600.645000', '145601.105000', '145601.565000', '145602.025000', '145602.485000', '145602.945000', '145603.405000', '145603.865000', '145604.325000', '145604.785000', '145605.245000', '145605.705000', '145606.165000', '145606.625000', '145607.085000', '145607.545000', '145608.005000', '145608.465000', '145608.925000', '145609.385000', '145609.845000', '145610.305000', '145610.765000', '145611.225000', '145611.685000', '145612.145000', '145612.605000', '145613.065000', '145613.525000', '145613.985000', '145614.445000', '145614.905000', '145615.365000', '145615.825000', '145616.285000', '145616.745000', '145617.205000', '145617.665000', '145618.125000', '145618.585000', '145619.045000', '145619.505000', '145619.965000', '145620.425000', '145620.885000', '145621.345000', '145621.805000', '145622.265000', '145622.725000', '145623.185000', '145623.645000', '145624.105000', '145624.565000', '145625.025000', '145625.485000', '145625.945000', '145626.405000', '145626.865000', '145627.325000', '145627.785000', '145628.245000', '145628.705000', '145629.165000', '145629.625000', '145630.085000', '145630.545000', '145631.005000', '145631.465000', '145631.925000', '145632.385000', '145632.845000', '145633.305000', '145633.765000', '145634.225000', '145634.685000', '145635.145000', '145635.605000', '145636.065000', '145636.525000', '145636.985000', '145637.445000', '145637.905000', '145638.365000', '145638.825000', '145639.285000', '145639.745000', '145640.205000', '145640.665000', '145641.125000', '145641.585000', '145642.045000', '145642.505000', '145642.965000', '145643.425000', '145643.885000', '145644.345000', '145644.805000', '145645.265000', '145645.725000', '145646.185000', '145646.645000', '145647.105000', '145647.565000', '145648.025000', '145648.485000', '145648.945000', '145649.405000', '145649.865000', '145650.325000', '145650.785000', '145651.245000', '145651.705000', '145652.165000', '145652.625000', '145653.085000', '145653.545000', '145654.005000', '145654.465000', '145654.925000', '145655.385000', '145655.845000', '145656.305000', '145656.765000', '145657.225000', '145657.685000', '145658.145000', '145658.605000', '145659.065000', '145659.525000', '145659.985000', '145700.445000', '145700.905000', '145701.365000', '145701.825000', '145702.285000', '145702.745000', '145703.205000', '145703.665000', '145704.125000', '145704.585000', '145705.045000', '145705.505000', '145705.965000', '145706.425000', '145706.885000', '145707.345000', '145707.805000', '145708.265000', '145708.725000', '145709.185000', '145709.645000', '145710.105000', '145710.565000', '145711.025000', '145711.485000', '145711.945000', '145712.405000', '145712.865000', '145713.325000', '145713.785000', '145714.245000', '145714.705000', '145715.165000', '145715.625000', '145716.085000', '145716.545000', '145717.005000', '145717.465000', '145717.925000', '145718.385000', '145718.845000', '145719.305000', '145719.765000', '145720.225000', '145720.685000', '145721.145000', '145721.605000', '145722.065000', '145722.525000', '145722.985000', '145723.445000', '145723.905000', '145724.365000', '145724.825000', '145725.285000', '145725.745000', '145726.205000', '145726.665000', '145727.125000', '145727.585000', '145728.045000', '145728.505000', '145728.965000', '145729.425000', '145729.885000', '145730.345000', '145730.805000', '145731.265000', '145731.725000', '145732.185000', '145732.645000', '145733.105000', '145733.565000', '145734.025000', '145734.485000', '145734.945000', '145735.405000', '145735.865000', '145736.325000', '145736.785000', '145737.245000', '145737.705000', '145738.165000', '145738.625000', '145739.085000', '145739.545000', '145740.005000', '145740.465000', '145740.925000', '145741.385000', '145741.845000', '145742.305000', '145742.765000', '145743.225000', '145743.685000', '145744.145000', '145744.605000', '145745.065000', '145745.525000', '145745.985000', '145746.445000', '145746.905000', '145747.365000', '145747.825000', '145748.285000', '145748.745000', '145749.205000', '145749.665000', '145750.125000', '145750.585000', '145751.045000', '145751.505000', '145751.965000', '145752.425000', '145752.885000', '145753.345000', '145753.805000', '145754.265000', '145754.725000', '145755.185000', '145755.645000', '145756.105000', '145756.565000', '145757.025000', '145757.485000', '145757.945000', '145758.405000', '145758.865000', '145759.325000', '145759.785000', '145800.245000', '145800.705000', '145801.165000', '145801.625000', '145802.085000', '145802.545000', '145803.005000', '145803.465000', '145803.925000', '145804.385000', '145804.845000', '145805.305000', '145805.765000', '145806.225000', '145806.685000', '145807.145000', '145807.605000', '145808.065000', '145808.525000', '145808.985000', '145809.445000', '145809.905000', '145810.365000', '145810.825000', '145811.285000', '145811.745000', '145812.205000', '145812.665000', '145813.125000', '145813.585000', '145814.045000', '145814.505000', '145814.965000', '145815.425000', '145815.885000', '145816.345000', '145816.805000', '145817.265000', '145817.725000', '145818.185000', '145818.645000', '145819.105000', '145819.565000', '145820.025000', '145820.485000', '145820.945000', '145821.405000', '145821.865000', '145822.325000', '145822.785000', '145823.245000', '145823.705000', '145824.165000', '145824.625000', '145825.085000', '145825.545000', '145826.005000', '145826.465000', '145826.925000', '145827.385000', '145827.845000', '145828.305000', '145828.765000', '145829.225000', '145829.685000', '145830.145000', '145830.605000', '145831.065000', '145831.525000', '145831.985000', '145832.445000', '145832.905000', '145833.365000', '145833.825000', '145834.285000', '145834.745000', '145835.205000', '145835.665000', '145836.125000', '145836.585000', '145837.045000', '145837.505000', '145837.965000', '145838.425000', '145838.885000', '145839.345000', '145839.805000', '145840.265000', '145840.725000', '145841.185000', '145841.645000', '145842.105000', '145842.565000', '145843.025000', '145843.485000', '145843.945000', '145844.405000', '145844.865000', '145845.325000', '145845.785000', '145846.245000', '145846.705000', '145847.165000', '145847.625000', '145848.085000', '145848.545000', '145849.005000', '145849.465000', '145849.925000', '145850.385000', '145850.845000', '145851.305000', '145851.765000', '145852.225000', '145852.685000', '145853.145000', '145853.605000', '145854.065000', '145854.525000', '145854.985000', '145855.445000', '145855.905000', '145856.365000', '145856.825000', '145857.285000', '145857.745000', '145858.205000', '145858.665000', '145859.125000', '145859.585000', '145900.045000', '145900.505000', '145900.965000', '145901.425000', '145901.885000', '145902.345000', '145902.805000', '145903.265000', '145903.725000', '145904.185000', '145904.645000', '145905.105000', '145905.565000', '145906.025000', '145906.485000', '145906.945000', '145907.405000', '145907.865000', '145908.325000', '145908.785000', '145909.245000', '145909.705000', '145910.165000', '145910.625000', '145911.085000', '145911.545000', '145912.005000', '145912.465000', '145912.925000', '145913.385000', '145913.845000', '145914.305000', '145914.765000', '145915.225000', '145915.685000', '145916.145000', '145916.605000', '145917.065000', '145917.525000', '145917.985000', '145918.445000', '145918.905000', '145919.365000', '145919.825000', '145920.285000', '145920.745000', '145921.205000', '145921.665000', '145922.125000', '145922.585000', '145923.045000', '145923.505000', '145923.965000', '145924.425000', '145924.885000', '145925.345000', '145925.805000', '145926.265000', '145926.725000', '145927.185000', '145927.645000', '145928.105000', '145928.565000', '145929.025000', '145929.485000', '145929.945000', '145930.405000', '145930.865000', '145931.325000', '145931.785000', '145932.245000', '145932.705000', '145933.165000', '145933.625000', '145934.085000', '145934.545000', '145935.005000', '145935.465000', '145935.925000', '145936.385000', '145936.845000', '145937.305000', '145937.765000', '145938.225000', '145938.685000', '145939.145000', '145939.605000', '145940.065000', '145940.525000', '145940.985000', '145941.445000', '145941.905000', '145942.365000', '145942.825000', '145943.285000', '145943.745000', '145944.205000', '145944.665000', '145945.125000', '145945.585000', '145946.045000', '145946.505000', '145946.965000', '145947.425000', '145947.885000', '145948.345000', '145948.805000', '145949.265000', '145949.725000', '145950.185000', '145950.645000', '145951.105000', '145951.565000', '145952.025000', '145952.485000', '145952.945000', '145953.405000', '145953.865000', '145954.325000', '145954.785000', '145955.245000', '145955.705000', '145956.165000', '145956.625000', '145957.085000', '145957.545000', '145958.005000', '145958.465000', '145958.925000', '145959.385000', '145959.845000', '150000.305000', '150000.765000', '150001.225000', '150001.685000', '150002.145000', '150002.605000', '150003.065000', '150003.525000', '150003.985000', '150004.445000', '150004.905000', '150005.365000', '150005.825000', '150006.285000', '150006.745000', '150007.205000', '150007.665000', '150008.125000', '150008.585000', '150009.045000', '150009.505000', '150009.965000', '150010.425000', '150010.885000', '150011.345000', '150011.805000', '150012.265000', '150012.725000', '150013.185000', '150013.645000', '150014.105000', '150014.565000', '150015.025000', '150015.485000', '150015.945000', '150016.405000', '150016.865000', '150017.325000', '150017.785000', '150018.245000', '150018.705000', '150019.165000', '150019.625000', '150020.085000', '150020.545000', '150021.005000', '150021.465000', '150021.925000', '150022.385000', '150022.845000', '150023.305000', '150023.765000', '150024.225000', '150024.685000', '150025.145000', '150025.605000', '150026.065000', '150026.525000', '150026.985000', '150027.445000', '150027.905000', '150028.365000', '150028.825000', '150029.285000', '150029.745000', '150030.205000', '150030.665000', '150031.125000', '150031.585000', '150032.045000', '150032.505000', '150032.965000', '150033.425000', '150033.885000', '150034.345000', '150034.805000', '150035.265000', '150035.725000', '150036.185000', '150036.645000', '150037.105000', '150037.565000', '150038.025000', '150038.485000', '150038.945000', '150039.405000', '150039.865000', '150040.325000', '150040.785000', '150041.245000', '150041.705000', '150042.165000', '150042.625000', '150043.085000', '150043.545000', '150044.005000', '150044.465000', '150044.925000', '150045.385000', '150045.845000', '150046.305000', '150046.765000', '150047.225000', '150047.685000', '150048.145000', '150048.605000', '150049.065000', '150049.525000', '150049.985000', '150050.445000', '150050.905000', '150051.365000', '150051.825000', '150052.285000', '150052.745000', '150053.205000', '150053.665000', '150054.125000', '150054.585000', '150055.045000', '150055.505000', '150055.965000', '150056.425000', '150056.885000', '150057.345000', '150057.805000', '150058.265000', '150058.725000', '150059.185000', '150059.645000', '150100.105000', '150100.565000', '150101.025000', '150101.485000', '150101.945000', '150102.405000', '150102.865000', '150103.325000', '150103.785000', '150104.245000', '150104.705000', '150105.165000', '150105.625000', '150106.085000', '150106.545000', '150107.005000', '150107.465000', '150107.925000', '150108.385000', '150108.845000', '150109.305000', '150109.765000', '150110.225000', '150110.685000', '150111.145000', '150111.605000', '150112.065000', '150112.525000', '150112.985000', '150113.445000', '150113.905000', '150114.365000', '150114.825000', '150115.285000', '150115.745000', '150116.205000', '150116.665000', '150117.125000', '150117.585000', '150118.045000', '150118.505000', '150118.965000', '150119.425000', '150119.885000', '150120.345000', '150120.805000', '150121.265000', '150121.725000', '150122.185000', '150122.645000', '150123.105000', '150123.565000', '150124.025000', '150124.485000', '150124.945000', '150125.405000', '150125.865000', '150126.325000', '150126.785000', '150127.245000', '150127.705000', '150128.165000', '150128.625000', '150129.085000', '150129.545000', '150130.005000', '150130.465000', '150130.925000', '150131.385000', '150131.845000', '150132.305000', '150132.765000', '150133.225000', '150133.685000', '150134.145000', '150134.605000', '150135.065000', '150135.525000', '150135.985000', '150136.445000', '150136.905000', '150137.365000', '150137.825000', '150138.285000', '150138.745000', '150139.205000', '150139.665000', '150140.125000', '150140.585000', '150141.045000', '150141.505000', '150141.965000', '150142.425000', '150142.885000', '150143.345000', '150143.805000', '150144.265000', '150144.725000', '150145.185000', '150145.645000', '150146.105000', '150146.565000', '150147.025000', '150147.485000', '150147.945000', '150148.405000', '150148.865000', '150149.325000', '150149.785000', '150150.245000', '150150.705000', '150151.165000', '150151.625000', '150152.085000', '150152.545000', '150153.005000', '150153.465000', '150153.925000', '150154.385000', '150154.845000', '150155.305000', '150155.765000', '150156.225000', '150156.685000', '150157.145000', '150157.605000', '150158.065000', '150158.525000', '150158.985000', '150159.445000', '150159.905000', '150200.365000', '150200.825000', '150201.285000', '150201.745000', '150202.205000', '150202.665000', '150203.125000', '150203.585000', '150204.045000', '150204.505000', '150204.965000', '150205.425000', '150205.885000', '150206.345000', '150206.805000', '150207.265000', '150207.725000', '150208.185000', '150208.645000', '150209.105000', '150209.565000', '150210.025000', '150210.485000', '150210.945000', '150211.405000', '150211.865000', '150212.325000', '150212.785000', '150213.245000', '150213.705000', '150214.165000', '150214.625000', '150215.085000', '150215.545000', '150216.005000', '150216.465000', '150216.925000', '150217.385000', '150217.845000', '150218.305000', '150218.765000', '150219.225000', '150219.685000', '150220.145000', '150220.605000', '150221.065000', '150221.525000', '150221.985000', '150222.445000', '150222.905000', '150223.365000', '150223.825000', '150224.285000', '150224.745000', '150225.205000', '150225.665000', '150226.125000', '150226.585000', '150227.045000', '150227.505000', '150227.965000', '150228.425000', '150228.885000', '150229.345000', '150229.805000', '150230.265000', '150230.725000', '150231.185000', '150231.645000', '150232.105000', '150232.565000', '150233.025000', '150233.485000', '150233.945000', '150234.405000', '150234.865000', '150235.325000', '150235.785000', '150236.245000', '150236.705000', '150237.165000', '150237.625000', '150238.085000', '150238.545000', '150239.005000', '150239.465000', '150239.925000', '150240.385000', '150240.845000', '150241.305000', '150241.765000', '150242.225000', '150242.685000', '150243.145000', '150243.605000', '150244.065000', '150244.525000', '150244.985000', '150245.445000', '150245.905000', '150246.365000', '150246.825000', '150247.285000', '150247.745000', '150248.205000', '150248.665000', '150249.125000', '150249.585000', '150250.045000', '150250.505000', '150250.965000', '150251.425000', '150251.885000', '150252.345000', '150252.805000', '150253.265000', '150253.725000', '150254.185000', '150254.645000', '150255.105000', '150255.565000', '150256.025000', '150256.485000', '150256.945000', '150257.405000', '150257.865000', '150258.325000', '150258.785000'], 'ContentTime': ['145323.955000', '145323.964000', '145323.967000', '145323.985000', '145323.988000', '145323.991000', '145323.994000', '145323.997000', '145324.001000', '145324.004000', '145324.007000', '145324.010000', '145324.013000', '145324.016000', '145324.020000', '145324.023000', '145324.026000', '145324.029000', '145324.032000', '145324.035000', '145324.039000', '145324.042000', '145324.045000', '145324.048000', '145324.051000', '145324.054000', '145324.057000', '145324.060000', '145324.063000', '145324.066000', '145324.069000', '145324.073000', '145324.076000', '145324.079000', '145324.082000', '145324.085000', '145324.089000', '145324.091000', '145324.106000', '145324.110000', '145324.113000', '145324.120000', '145324.123000', '145324.126000', '145324.129000', '145343.923000', '145343.926000', '145343.929000', '145343.932000', '145343.935000', '145343.937000', '145343.940000', '145343.943000', '145343.946000', '145343.949000', '145343.952000', '145343.955000', '145343.958000', '145343.961000', '145343.964000', '145343.966000', '145343.969000', '145343.972000', '145343.975000', '145343.978000', '145343.981000', '145343.984000', '145343.987000', '145343.989000', '145343.992000', '145343.995000', '145343.998000', '145344.002000', '145344.005000', '145344.008000', '145344.011000', '145344.014000', '145344.016000', '145344.019000', '145344.022000', '145344.025000', '145344.028000', '145344.031000', '145344.034000', '145344.037000', '145344.040000', '145344.043000', '145344.046000', '145344.048000', '145403.923000', '145403.926000', '145403.929000', '145403.932000', '145403.935000', '145403.938000', '145403.940000', '145403.943000', '145403.952000', '145403.955000', '145403.958000', '145403.961000', '145403.964000', '145403.967000', '145403.970000', '145403.973000', '145403.976000', '145403.978000', '145403.981000', '145403.984000', '145403.987000', '145403.990000', '145403.993000', '145403.996000', '145404.000000', '145404.003000', '145404.006000', '145404.008000', '145404.011000', '145404.014000', '145404.017000', '145404.027000', '145404.030000', '145404.033000', '145404.036000', '145404.039000', '145404.042000', '145404.045000', '145404.047000', '145404.050000', '145404.053000', '145404.056000', '145404.060000', '145423.924000', '145423.927000', '145423.930000', '145423.933000', '145423.936000', '145423.939000', '145423.941000', '145423.944000', '145423.947000', '145423.950000', '145423.953000', '145423.956000', '145423.959000', '145423.962000', '145423.965000', '145423.968000', '145423.971000', '145423.974000', '145423.976000', '145423.979000', '145423.982000', '145423.985000', '145423.988000', '145423.991000', '145423.994000', '145423.997000', '145424.002000', '145424.005000', '145424.008000', '145424.011000', '145424.014000', '145424.017000', '145424.020000', '145424.023000', '145424.026000', '145424.029000', '145424.031000', '145424.035000', '145424.038000', '145424.040000', '145424.043000', '145424.046000', '145424.049000', '145424.052000', '145443.924000', '145443.927000', '145443.930000', '145443.933000', '145443.936000', '145443.939000', '145443.942000', '145443.945000', '145443.948000', '145443.950000', '145443.953000', '145443.956000', '145443.959000', '145443.962000', '145443.965000', '145443.968000', '145443.971000', '145443.974000', '145443.977000', '145443.980000', '145443.983000', '145443.985000', '145443.988000', '145443.991000', '145443.994000', '145443.997000', '145444.001000', '145444.004000', '145444.007000', '145444.010000', '145444.018000', '145444.021000', '145444.024000', '145444.027000', '145444.029000', '145444.032000', '145444.035000', '145444.038000', '145444.041000', '145444.044000', '145444.047000', '145444.050000', '145444.053000', '145503.923000', '145503.926000', '145503.929000', '145503.932000', '145503.935000', '145503.938000', '145503.941000', '145503.944000', '145503.947000', '145503.950000', '145503.953000', '145503.956000', '145503.959000', '145503.962000', '145503.965000', '145503.968000', '145503.971000', '145503.974000', '145503.976000', '145503.979000', '145503.982000', '145503.985000', '145503.988000', '145503.991000', '145504.007000', '145504.010000', '145504.013000', '145504.016000', '145504.019000', '145504.022000', '145504.025000', '145504.028000', '145504.031000', '145504.034000', '145504.037000', '145504.040000', '145504.043000', '145504.045000', '145504.048000', '145504.051000', '145504.054000', '145504.057000', '145504.060000', '145523.923000', '145523.926000', '145523.929000', '145523.932000', '145523.935000', '145523.938000', '145523.941000', '145523.944000', '145523.947000', '145523.950000', '145523.953000', '145523.956000', '145523.959000', '145523.962000', '145523.965000', '145523.968000', '145523.970000', '145523.973000', '145523.976000', '145523.979000', '145523.982000', '145523.985000', '145523.988000', '145523.991000', '145523.994000', '145523.997000', '145524.001000', '145524.004000', '145524.007000', '145524.010000', '145524.012000', '145524.015000', '145524.018000', '145524.021000', '145524.024000', '145524.027000', '145524.030000', '145524.033000', '145524.036000', '145524.039000', '145524.042000', '145524.044000', '145524.047000', '145524.050000', '145543.923000', '145543.934000', '145543.937000', '145543.940000', '145543.943000', '145543.946000', '145543.949000', '145543.952000', '145543.955000', '145543.958000', '145543.961000', '145543.964000', '145543.967000', '145543.970000', '145543.973000', '145543.976000', '145543.979000', '145543.981000', '145543.984000', '145543.987000', '145543.990000', '145543.993000', '145543.996000', '145544.000000', '145544.003000', '145544.006000', '145544.009000', '145544.012000', '145544.015000', '145544.018000', '145544.020000', '145544.023000', '145544.026000', '145544.029000', '145544.032000', '145544.035000', '145544.038000', '145544.041000', '145544.044000', '145544.047000', '145544.050000', '145544.053000', '145544.055000', '145603.923000', '145603.926000', '145603.929000', '145603.932000', '145603.935000', '145603.938000', '145603.951000', '145603.954000', '145603.957000', '145603.960000', '145603.963000', '145603.966000', '145603.969000', '145603.971000', '145603.975000', '145603.977000', '145603.980000', '145603.983000', '145603.986000', '145603.989000', '145603.992000', '145603.995000', '145603.998000', '145604.002000', '145604.005000', '145604.008000', '145604.011000', '145604.014000', '145604.017000', '145604.020000', '145604.023000', '145604.025000', '145604.028000', '145604.031000', '145604.034000', '145604.037000', '145604.040000', '145604.043000', '145604.046000', '145604.049000', '145604.052000', '145604.055000', '145604.058000', '145604.060000', '145623.923000', '145623.926000', '145623.929000', '145623.932000', '145623.935000', '145623.938000', '145623.941000', '145623.944000', '145623.947000', '145623.950000', '145623.953000', '145623.956000', '145623.959000', '145623.962000', '145623.965000', '145623.969000', '145623.972000', '145623.975000', '145623.978000', '145623.981000', '145623.984000', '145623.987000', '145623.990000', '145623.993000', '145623.996000', '145623.999000', '145624.002000', '145624.005000', '145624.008000', '145624.010000', '145624.013000', '145624.016000', '145624.019000', '145624.022000', '145624.025000', '145624.028000', '145624.031000', '145624.034000', '145624.037000', '145624.045000', '145624.048000', '145624.051000', '145624.054000', '145643.924000', '145643.927000', '145643.930000', '145643.933000', '145643.936000', '145643.939000', '145643.942000', '145643.945000', '145643.948000', '145643.951000', '145643.954000', '145643.956000', '145643.959000', '145643.962000', '145643.965000', '145643.968000', '145643.971000', '145643.974000', '145643.977000', '145643.980000', '145643.983000', '145643.986000', '145643.989000', '145643.992000', '145643.995000', '145643.998000', '145644.000000', '145644.003000', '145644.006000', '145644.009000', '145644.012000', '145644.032000', '145644.035000', '145644.038000', '145644.041000', '145644.044000', '145644.047000', '145644.050000', '145644.053000', '145644.056000', '145644.059000', '145644.066000', '145644.069000', '145644.072000', '145703.924000', '145703.927000', '145703.930000', '145703.933000', '145703.936000', '145703.939000', '145703.942000', '145703.945000', '145703.948000', '145703.951000', '145703.953000', '145703.957000', '145703.959000', '145703.962000', '145703.965000', '145703.968000', '145703.971000', '145703.974000', '145703.977000', '145703.980000', '145703.983000', '145703.986000', '145703.989000', '145703.992000', '145703.995000', '145703.998000', '145704.025000', '145704.028000', '145704.031000', '145704.034000', '145704.037000', '145704.039000', '145704.042000', '145704.045000', '145704.048000', '145704.051000', '145704.054000', '145704.057000', '145704.060000', '145704.063000', '145704.065000', '145704.068000', '145704.071000', '145723.923000', '145723.926000', '145723.929000', '145723.932000', '145723.935000', '145723.938000', '145723.941000', '145723.943000', '145723.947000', '145723.949000', '145723.952000', '145723.955000', '145723.958000', '145723.961000', '145723.964000', '145723.967000', '145723.970000', '145723.973000', '145723.976000', '145723.978000', '145723.982000', '145723.984000', '145723.987000', '145723.990000', '145723.993000', '145723.996000', '145724.000000', '145724.003000', '145724.006000', '145724.009000', '145724.012000', '145724.015000', '145724.018000', '145724.021000', '145724.024000', '145724.026000', '145724.029000', '145724.032000', '145724.035000', '145724.038000', '145724.041000', '145724.044000', '145724.047000', '145724.050000', '145743.923000', '145743.926000', '145743.929000', '145743.932000', '145743.936000', '145743.939000', '145743.942000', '145743.945000', '145743.948000', '145743.950000', '145743.953000', '145743.956000', '145743.959000', '145743.962000', '145743.965000', '145743.968000', '145743.971000', '145743.974000', '145743.977000', '145743.980000', '145743.983000', '145743.986000', '145743.989000', '145743.992000', '145743.995000', '145743.998000', '145744.002000', '145744.005000', '145744.008000', '145744.010000', '145744.014000', '145744.017000', '145744.022000', '145744.025000', '145744.028000', '145744.031000', '145744.034000', '145744.037000', '145744.040000', '145744.043000', '145744.046000', '145744.049000', '145744.052000', '145803.923000', '145803.926000', '145803.929000', '145803.932000', '145803.935000', '145803.938000', '145803.941000', '145803.944000', '145803.947000', '145803.950000', '145803.953000', '145803.956000', '145803.959000', '145803.962000', '145803.965000', '145803.968000', '145803.971000', '145803.974000', '145803.976000', '145803.979000', '145803.982000', '145803.985000', '145803.988000', '145803.991000', '145803.994000', '145803.997000', '145804.001000', '145804.004000', '145804.007000', '145804.010000', '145804.013000', '145804.016000', '145804.019000', '145804.022000', '145804.025000', '145804.028000', '145804.031000', '145804.033000', '145804.036000', '145804.039000', '145804.042000', '145804.045000', '145804.048000', '145804.051000', '145823.923000', '145823.926000', '145823.929000', '145823.932000', '145823.935000', '145823.938000', '145823.941000', '145823.944000', '145823.947000', '145823.950000', '145823.953000', '145823.955000', '145823.958000', '145823.961000', '145823.964000', '145823.967000', '145823.970000', '145823.973000', '145823.976000', '145823.979000', '145823.982000', '145823.985000', '145823.988000', '145823.991000', '145823.993000', '145823.997000', '145824.001000', '145824.003000', '145824.006000', '145824.012000', '145824.015000', '145824.018000', '145824.021000', '145824.024000', '145824.027000', '145824.031000', '145824.033000', '145824.036000', '145824.039000', '145824.042000', '145824.045000', '145824.048000', '145824.051000', '145843.924000', '145843.928000', '145843.931000', '145843.934000', '145843.937000', '145843.940000', '145843.943000', '145843.946000', '145843.949000', '145843.952000', '145843.955000', '145843.958000', '145843.964000', '145843.967000', '145843.971000', '145843.974000', '145843.976000', '145843.979000', '145843.982000', '145843.985000', '145843.988000', '145843.991000', '145843.994000', '145843.997000', '145844.000000', '145844.003000', '145844.007000', '145844.010000', '145844.013000', '145844.016000', '145844.019000', '145844.022000', '145844.024000', '145844.027000', '145844.030000', '145844.033000', '145844.036000', '145844.039000', '145844.042000', '145844.045000', '145844.048000', '145844.051000', '145844.055000', '145844.057000', '145903.924000', '145903.927000', '145903.930000', '145903.933000', '145903.936000', '145903.939000', '145903.942000', '145903.945000', '145903.948000', '145903.951000', '145903.954000', '145903.957000', '145903.960000', '145903.963000', '145903.965000', '145903.968000', '145903.971000', '145903.975000', '145903.978000', '145903.981000', '145903.984000', '145903.987000', '145903.990000', '145903.993000', '145903.996000', '145904.000000', '145904.003000', '145904.006000', '145904.009000', '145904.012000', '145904.015000', '145904.018000', '145904.022000', '145904.025000', '145904.028000', '145904.031000', '145904.034000', '145904.037000', '145904.041000', '145904.046000', '145904.050000', '145904.053000', '145904.056000', '145923.924000', '145923.932000', '145923.935000', '145923.938000', '145923.941000', '145923.944000', '145923.947000', '145923.950000', '145923.953000', '145923.956000', '145923.959000', '145923.962000', '145923.965000', '145923.968000', '145923.971000', '145923.973000', '145923.976000', '145923.979000', '145923.982000', '145923.985000', '145923.988000', '145923.991000', '145923.994000', '145923.997000', '145924.001000', '145924.004000', '145924.007000', '145924.009000', '145924.012000', '145924.015000', '145924.018000', '145924.021000', '145924.024000', '145924.027000', '145924.030000', '145924.033000', '145924.036000', '145924.039000', '145924.042000', '145924.044000', '145924.047000', '145924.050000', '145924.053000', '145924.056000', '145943.923000', '145943.926000', '145943.929000', '145943.932000', '145943.935000', '145943.938000', '145943.941000', '145943.944000', '145943.947000', '145943.958000', '145943.961000', '145943.964000', '145943.967000', '145943.970000', '145943.973000', '145943.976000', '145943.979000', '145943.982000', '145943.985000', '145943.988000', '145943.990000', '145943.993000', '145943.996000', '145944.000000', '145944.003000', '145944.006000', '145944.009000', '145944.012000', '145944.015000', '145944.018000', '145944.021000', '145944.024000', '145944.027000', '145944.030000', '145944.033000', '145944.036000', '145944.038000', '145944.041000', '145944.044000', '145944.047000', '145944.050000', '145944.053000', '145944.056000', '150003.923000', '150003.926000', '150003.929000', '150003.932000', '150003.943000', '150003.946000', '150003.949000', '150003.952000', '150003.955000', '150003.958000', '150003.961000', '150003.963000', '150003.966000', '150003.969000', '150003.972000', '150003.975000', '150003.978000', '150003.981000', '150003.984000', '150003.987000', '150003.990000', '150003.993000', '150003.996000', '150003.998000', '150004.003000', '150004.005000', '150004.008000', '150004.011000', '150004.014000', '150004.017000', '150004.020000', '150004.023000', '150004.026000', '150004.029000', '150004.032000', '150004.034000', '150004.038000', '150004.040000', '150004.043000', '150004.046000', '150004.049000', '150004.052000', '150004.055000', '150004.058000', '150023.923000', '150023.927000', '150023.930000', '150023.933000', '150023.936000', '150023.939000', '150023.942000', '150023.945000', '150023.948000', '150023.951000', '150023.954000', '150023.957000', '150023.960000', '150023.963000', '150023.966000', '150023.969000', '150023.972000', '150023.974000', '150023.978000', '150023.981000', '150023.983000', '150023.987000', '150023.990000', '150023.993000', '150023.996000', '150024.000000', '150024.003000', '150024.006000', '150024.009000', '150024.013000', '150024.017000', '150024.020000', '150024.023000', '150024.026000', '150024.029000', '150024.032000', '150024.035000', '150024.038000', '150024.041000', '150024.044000', '150024.047000', '150024.050000', '150024.053000', '150043.923000', '150043.926000', '150043.929000', '150043.932000', '150043.935000', '150043.938000', '150043.941000', '150043.944000', '150043.947000', '150043.950000', '150043.953000', '150043.956000', '150043.959000', '150043.962000', '150043.965000', '150043.968000', '150043.971000', '150043.974000', '150043.976000', '150043.980000', '150043.982000', '150043.985000', '150043.988000', '150043.991000', '150043.994000', '150043.997000', '150044.001000', '150044.004000', '150044.007000', '150044.010000', '150044.013000', '150044.016000', '150044.018000', '150044.021000', '150044.024000', '150044.027000', '150044.030000', '150044.033000', '150044.036000', '150044.039000', '150044.042000', '150044.045000', '150044.048000', '150044.051000', '150103.924000', '150103.927000', '150103.930000', '150103.933000', '150103.936000', '150103.948000', '150103.951000', '150103.953000', '150103.956000', '150103.959000', '150103.962000', '150103.965000', '150103.968000', '150103.971000', '150103.974000', '150103.977000', '150103.980000', '150103.983000', '150103.986000', '150103.989000', '150103.992000', '150103.995000', '150103.997000', '150104.000000', '150104.003000', '150104.006000', '150104.009000', '150104.012000', '150104.015000', '150104.018000', '150104.021000', '150104.024000', '150104.027000', '150104.030000', '150104.033000', '150104.036000', '150104.038000', '150104.042000', '150104.044000', '150104.047000', '150104.050000', '150104.053000', '150104.056000', '150123.924000', '150123.927000', '150123.930000', '150123.933000', '150123.936000', '150123.939000', '150123.942000', '150123.945000', '150123.948000', '150123.951000', '150123.954000', '150123.957000', '150123.959000', '150123.962000', '150123.965000', '150123.968000', '150123.971000', '150123.974000', '150123.977000', '150123.980000', '150123.983000', '150123.986000', '150123.989000', '150123.992000', '150123.995000', '150123.998000', '150124.002000', '150124.004000', '150124.007000', '150124.010000', '150124.013000', '150124.016000', '150124.019000', '150124.022000', '150124.025000', '150124.028000', '150124.031000', '150124.034000', '150124.037000', '150124.040000', '150124.043000', '150124.046000', '150124.049000', '150124.052000', '150143.924000', '150143.927000', '150143.930000', '150143.933000', '150143.936000', '150143.939000', '150143.942000', '150143.945000', '150143.948000', '150143.951000', '150143.954000', '150143.957000', '150143.960000', '150143.963000', '150143.965000', '150143.968000', '150143.971000', '150143.974000', '150143.977000', '150143.980000', '150143.983000', '150143.986000', '150143.989000', '150143.992000', '150143.995000', '150143.998000', '150144.002000', '150144.005000', '150144.008000', '150144.011000', '150144.014000', '150144.017000', '150144.020000', '150144.023000', '150144.025000', '150144.028000', '150144.031000', '150144.034000', '150144.037000', '150144.040000', '150144.043000', '150144.046000', '150144.050000', '150203.923000', '150203.926000', '150203.929000', '150203.932000', '150203.935000', '150203.938000', '150203.941000', '150203.944000', '150203.947000', '150203.950000', '150203.953000', '150203.956000', '150203.958000', '150203.962000', '150203.964000', '150203.967000', '150203.970000', '150203.973000', '150203.976000', '150203.979000', '150203.982000', '150203.985000', '150203.988000', '150203.991000', '150203.994000', '150203.997000', '150204.001000', '150204.003000', '150204.006000', '150204.009000', '150204.012000', '150204.015000', '150204.018000', '150204.021000', '150204.024000', '150204.027000', '150204.030000', '150204.033000', '150204.036000', '150204.039000', '150204.042000', '150204.045000', '150204.048000', '150204.051000', '150223.923000', '150223.926000', '150223.946000', '150223.949000', '150223.952000', '150223.955000', '150223.958000', '150223.961000', '150223.964000', '150223.967000', '150223.970000', '150223.973000', '150223.976000', '150223.978000', '150223.981000', '150223.984000', '150223.987000', '150223.990000', '150223.993000', '150223.996000', '150223.999000', '150224.002000', '150224.005000', '150224.008000', '150224.011000', '150224.014000', '150224.017000', '150224.020000', '150224.023000', '150224.025000', '150224.028000', '150224.031000', '150224.034000', '150224.037000', '150224.040000', '150224.043000', '150224.046000', '150224.049000', '150224.052000', '150224.055000', '150224.058000', '150224.061000', '150224.064000', '150243.923000', '150243.926000', '150243.929000', '150243.932000', '150243.935000', '150243.938000', '150243.941000', '150243.944000', '150243.947000', '150243.950000', '150243.953000', '150243.956000', '150243.959000', '150243.961000', '150243.964000', '150243.967000', '150243.970000', '150243.973000', '150243.976000', '150243.979000', '150243.982000', '150243.985000', '150243.988000', '150243.991000', '150243.994000', '150243.997000', '150244.001000', '150244.003000', '150244.007000', '150244.009000', '150244.012000', '150244.015000', '150244.018000', '150244.021000', '150244.024000', '150244.027000', '150244.030000', '150244.033000', '150244.036000', '150244.039000', '150244.042000', '150244.044000', '150244.047000', '150300.075000', '150300.079000', '150300.082000', '150300.086000', '150300.089000', '150300.093000', '150300.096000', '150300.100000', '150300.103000', '150300.106000', '150300.109000', '150300.112000', '150300.115000', '150300.118000', '150300.121000', '150300.124000', '150300.127000', '150300.130000', '150300.133000', '150300.136000', '150300.140000', '150300.142000', '150300.145000', '150300.148000', '150300.151000', '150300.154000', '150300.157000', '150300.160000', '150300.163000', '150300.166000', '150300.169000', '150300.172000', '150300.175000', '150300.178000', '150300.181000', '150300.184000'], 'InstanceCreationTime': ['145323.955000', '145323.964000', '145323.967000', '145323.985000', '145323.988000', '145323.991000', '145323.994000', '145323.997000', '145324.001000', '145324.004000', '145324.007000', '145324.010000', '145324.013000', '145324.016000', '145324.020000', '145324.023000', '145324.026000', '145324.029000', '145324.032000', '145324.035000', '145324.039000', '145324.042000', '145324.045000', '145324.048000', '145324.051000', '145324.054000', '145324.057000', '145324.060000', '145324.063000', '145324.066000', '145324.069000', '145324.073000', '145324.076000', '145324.079000', '145324.082000', '145324.085000', '145324.089000', '145324.091000', '145324.106000', '145324.110000', '145324.113000', '145324.120000', '145324.123000', '145324.126000', '145324.129000', '145343.923000', '145343.926000', '145343.929000', '145343.932000', '145343.935000', '145343.937000', '145343.940000', '145343.943000', '145343.946000', '145343.949000', '145343.952000', '145343.955000', '145343.958000', '145343.961000', '145343.964000', '145343.966000', '145343.969000', '145343.972000', '145343.975000', '145343.978000', '145343.981000', '145343.984000', '145343.987000', '145343.989000', '145343.992000', '145343.995000', '145343.998000', '145344.002000', '145344.005000', '145344.008000', '145344.011000', '145344.014000', '145344.016000', '145344.019000', '145344.022000', '145344.025000', '145344.028000', '145344.031000', '145344.034000', '145344.037000', '145344.040000', '145344.043000', '145344.046000', '145344.048000', '145403.923000', '145403.926000', '145403.929000', '145403.932000', '145403.935000', '145403.938000', '145403.940000', '145403.943000', '145403.952000', '145403.955000', '145403.958000', '145403.961000', '145403.964000', '145403.967000', '145403.970000', '145403.973000', '145403.976000', '145403.978000', '145403.981000', '145403.984000', '145403.987000', '145403.990000', '145403.993000', '145403.996000', '145404.000000', '145404.003000', '145404.006000', '145404.008000', '145404.011000', '145404.014000', '145404.017000', '145404.027000', '145404.030000', '145404.033000', '145404.036000', '145404.039000', '145404.042000', '145404.045000', '145404.047000', '145404.050000', '145404.053000', '145404.056000', '145404.060000', '145423.924000', '145423.927000', '145423.930000', '145423.933000', '145423.936000', '145423.939000', '145423.941000', '145423.944000', '145423.947000', '145423.950000', '145423.953000', '145423.956000', '145423.959000', '145423.962000', '145423.965000', '145423.968000', '145423.971000', '145423.974000', '145423.976000', '145423.979000', '145423.982000', '145423.985000', '145423.988000', '145423.991000', '145423.994000', '145423.997000', '145424.002000', '145424.005000', '145424.008000', '145424.011000', '145424.014000', '145424.017000', '145424.020000', '145424.023000', '145424.026000', '145424.029000', '145424.031000', '145424.035000', '145424.038000', '145424.040000', '145424.043000', '145424.046000', '145424.049000', '145424.052000', '145443.924000', '145443.927000', '145443.930000', '145443.933000', '145443.936000', '145443.939000', '145443.942000', '145443.945000', '145443.948000', '145443.950000', '145443.953000', '145443.956000', '145443.959000', '145443.962000', '145443.965000', '145443.968000', '145443.971000', '145443.974000', '145443.977000', '145443.980000', '145443.983000', '145443.985000', '145443.988000', '145443.991000', '145443.994000', '145443.997000', '145444.001000', '145444.004000', '145444.007000', '145444.010000', '145444.018000', '145444.021000', '145444.024000', '145444.027000', '145444.029000', '145444.032000', '145444.035000', '145444.038000', '145444.041000', '145444.044000', '145444.047000', '145444.050000', '145444.053000', '145503.923000', '145503.926000', '145503.929000', '145503.932000', '145503.935000', '145503.938000', '145503.941000', '145503.944000', '145503.947000', '145503.950000', '145503.953000', '145503.956000', '145503.959000', '145503.962000', '145503.965000', '145503.968000', '145503.971000', '145503.974000', '145503.976000', '145503.979000', '145503.982000', '145503.985000', '145503.988000', '145503.991000', '145504.007000', '145504.010000', '145504.013000', '145504.016000', '145504.019000', '145504.022000', '145504.025000', '145504.028000', '145504.031000', '145504.034000', '145504.037000', '145504.040000', '145504.043000', '145504.045000', '145504.048000', '145504.051000', '145504.054000', '145504.057000', '145504.060000', '145523.923000', '145523.926000', '145523.929000', '145523.932000', '145523.935000', '145523.938000', '145523.941000', '145523.944000', '145523.947000', '145523.950000', '145523.953000', '145523.956000', '145523.959000', '145523.962000', '145523.965000', '145523.968000', '145523.970000', '145523.973000', '145523.976000', '145523.979000', '145523.982000', '145523.985000', '145523.988000', '145523.991000', '145523.994000', '145523.997000', '145524.001000', '145524.004000', '145524.007000', '145524.010000', '145524.012000', '145524.015000', '145524.018000', '145524.021000', '145524.024000', '145524.027000', '145524.030000', '145524.033000', '145524.036000', '145524.039000', '145524.042000', '145524.044000', '145524.047000', '145524.050000', '145543.923000', '145543.934000', '145543.937000', '145543.940000', '145543.943000', '145543.946000', '145543.949000', '145543.952000', '145543.955000', '145543.958000', '145543.961000', '145543.964000', '145543.967000', '145543.970000', '145543.973000', '145543.976000', '145543.979000', '145543.981000', '145543.984000', '145543.987000', '145543.990000', '145543.993000', '145543.996000', '145544.000000', '145544.003000', '145544.006000', '145544.009000', '145544.012000', '145544.015000', '145544.018000', '145544.020000', '145544.023000', '145544.026000', '145544.029000', '145544.032000', '145544.035000', '145544.038000', '145544.041000', '145544.044000', '145544.047000', '145544.050000', '145544.053000', '145544.055000', '145603.923000', '145603.926000', '145603.929000', '145603.932000', '145603.935000', '145603.938000', '145603.951000', '145603.954000', '145603.957000', '145603.960000', '145603.963000', '145603.966000', '145603.969000', '145603.971000', '145603.975000', '145603.977000', '145603.980000', '145603.983000', '145603.986000', '145603.989000', '145603.992000', '145603.995000', '145603.998000', '145604.002000', '145604.005000', '145604.008000', '145604.011000', '145604.014000', '145604.017000', '145604.020000', '145604.023000', '145604.025000', '145604.028000', '145604.031000', '145604.034000', '145604.037000', '145604.040000', '145604.043000', '145604.046000', '145604.049000', '145604.052000', '145604.055000', '145604.058000', '145604.060000', '145623.923000', '145623.926000', '145623.929000', '145623.932000', '145623.935000', '145623.938000', '145623.941000', '145623.944000', '145623.947000', '145623.950000', '145623.953000', '145623.956000', '145623.959000', '145623.962000', '145623.965000', '145623.969000', '145623.972000', '145623.975000', '145623.978000', '145623.981000', '145623.984000', '145623.987000', '145623.990000', '145623.993000', '145623.996000', '145623.999000', '145624.002000', '145624.005000', '145624.008000', '145624.010000', '145624.013000', '145624.016000', '145624.019000', '145624.022000', '145624.025000', '145624.028000', '145624.031000', '145624.034000', '145624.037000', '145624.045000', '145624.048000', '145624.051000', '145624.054000', '145643.924000', '145643.927000', '145643.930000', '145643.933000', '145643.936000', '145643.939000', '145643.942000', '145643.945000', '145643.948000', '145643.951000', '145643.954000', '145643.956000', '145643.959000', '145643.962000', '145643.965000', '145643.968000', '145643.971000', '145643.974000', '145643.977000', '145643.980000', '145643.983000', '145643.986000', '145643.989000', '145643.992000', '145643.995000', '145643.998000', '145644.000000', '145644.003000', '145644.006000', '145644.009000', '145644.012000', '145644.032000', '145644.035000', '145644.038000', '145644.041000', '145644.044000', '145644.047000', '145644.050000', '145644.053000', '145644.056000', '145644.059000', '145644.066000', '145644.069000', '145644.072000', '145703.924000', '145703.927000', '145703.930000', '145703.933000', '145703.936000', '145703.939000', '145703.942000', '145703.945000', '145703.948000', '145703.951000', '145703.953000', '145703.957000', '145703.959000', '145703.962000', '145703.965000', '145703.968000', '145703.971000', '145703.974000', '145703.977000', '145703.980000', '145703.983000', '145703.986000', '145703.989000', '145703.992000', '145703.995000', '145703.998000', '145704.025000', '145704.028000', '145704.031000', '145704.034000', '145704.037000', '145704.039000', '145704.042000', '145704.045000', '145704.048000', '145704.051000', '145704.054000', '145704.057000', '145704.060000', '145704.063000', '145704.065000', '145704.068000', '145704.071000', '145723.923000', '145723.926000', '145723.929000', '145723.932000', '145723.935000', '145723.938000', '145723.941000', '145723.943000', '145723.947000', '145723.949000', '145723.952000', '145723.955000', '145723.958000', '145723.961000', '145723.964000', '145723.967000', '145723.970000', '145723.973000', '145723.976000', '145723.978000', '145723.982000', '145723.984000', '145723.987000', '145723.990000', '145723.993000', '145723.996000', '145724.000000', '145724.003000', '145724.006000', '145724.009000', '145724.012000', '145724.015000', '145724.018000', '145724.021000', '145724.024000', '145724.026000', '145724.029000', '145724.032000', '145724.035000', '145724.038000', '145724.041000', '145724.044000', '145724.047000', '145724.050000', '145743.923000', '145743.926000', '145743.929000', '145743.932000', '145743.936000', '145743.939000', '145743.942000', '145743.945000', '145743.948000', '145743.950000', '145743.953000', '145743.956000', '145743.959000', '145743.962000', '145743.965000', '145743.968000', '145743.971000', '145743.974000', '145743.977000', '145743.980000', '145743.983000', '145743.986000', '145743.989000', '145743.992000', '145743.995000', '145743.998000', '145744.002000', '145744.005000', '145744.008000', '145744.010000', '145744.014000', '145744.017000', '145744.022000', '145744.025000', '145744.028000', '145744.031000', '145744.034000', '145744.037000', '145744.040000', '145744.043000', '145744.046000', '145744.049000', '145744.052000', '145803.923000', '145803.926000', '145803.929000', '145803.932000', '145803.935000', '145803.938000', '145803.941000', '145803.944000', '145803.947000', '145803.950000', '145803.953000', '145803.956000', '145803.959000', '145803.962000', '145803.965000', '145803.968000', '145803.971000', '145803.974000', '145803.976000', '145803.979000', '145803.982000', '145803.985000', '145803.988000', '145803.991000', '145803.994000', '145803.997000', '145804.001000', '145804.004000', '145804.007000', '145804.010000', '145804.013000', '145804.016000', '145804.019000', '145804.022000', '145804.025000', '145804.028000', '145804.031000', '145804.033000', '145804.036000', '145804.039000', '145804.042000', '145804.045000', '145804.048000', '145804.051000', '145823.923000', '145823.926000', '145823.929000', '145823.932000', '145823.935000', '145823.938000', '145823.941000', '145823.944000', '145823.947000', '145823.950000', '145823.953000', '145823.955000', '145823.958000', '145823.961000', '145823.964000', '145823.967000', '145823.970000', '145823.973000', '145823.976000', '145823.979000', '145823.982000', '145823.985000', '145823.988000', '145823.991000', '145823.993000', '145823.997000', '145824.001000', '145824.003000', '145824.006000', '145824.012000', '145824.015000', '145824.018000', '145824.021000', '145824.024000', '145824.027000', '145824.031000', '145824.033000', '145824.036000', '145824.039000', '145824.042000', '145824.045000', '145824.048000', '145824.051000', '145843.924000', '145843.928000', '145843.931000', '145843.934000', '145843.937000', '145843.940000', '145843.943000', '145843.946000', '145843.949000', '145843.952000', '145843.955000', '145843.958000', '145843.964000', '145843.967000', '145843.971000', '145843.974000', '145843.976000', '145843.979000', '145843.982000', '145843.985000', '145843.988000', '145843.991000', '145843.994000', '145843.997000', '145844.000000', '145844.003000', '145844.007000', '145844.010000', '145844.013000', '145844.016000', '145844.019000', '145844.022000', '145844.024000', '145844.027000', '145844.030000', '145844.033000', '145844.036000', '145844.039000', '145844.042000', '145844.045000', '145844.048000', '145844.051000', '145844.055000', '145844.057000', '145903.924000', '145903.927000', '145903.930000', '145903.933000', '145903.936000', '145903.939000', '145903.942000', '145903.945000', '145903.948000', '145903.951000', '145903.954000', '145903.957000', '145903.960000', '145903.963000', '145903.965000', '145903.968000', '145903.971000', '145903.975000', '145903.978000', '145903.981000', '145903.984000', '145903.987000', '145903.990000', '145903.993000', '145903.996000', '145904.000000', '145904.003000', '145904.006000', '145904.009000', '145904.012000', '145904.015000', '145904.018000', '145904.022000', '145904.025000', '145904.028000', '145904.031000', '145904.034000', '145904.037000', '145904.041000', '145904.046000', '145904.050000', '145904.053000', '145904.056000', '145923.924000', '145923.932000', '145923.935000', '145923.938000', '145923.941000', '145923.944000', '145923.947000', '145923.950000', '145923.953000', '145923.956000', '145923.959000', '145923.962000', '145923.965000', '145923.968000', '145923.971000', '145923.973000', '145923.976000', '145923.979000', '145923.982000', '145923.985000', '145923.988000', '145923.991000', '145923.994000', '145923.997000', '145924.001000', '145924.004000', '145924.007000', '145924.009000', '145924.012000', '145924.015000', '145924.018000', '145924.021000', '145924.024000', '145924.027000', '145924.030000', '145924.033000', '145924.036000', '145924.039000', '145924.042000', '145924.044000', '145924.047000', '145924.050000', '145924.053000', '145924.056000', '145943.923000', '145943.926000', '145943.929000', '145943.932000', '145943.935000', '145943.938000', '145943.941000', '145943.944000', '145943.947000', '145943.958000', '145943.961000', '145943.964000', '145943.967000', '145943.970000', '145943.973000', '145943.976000', '145943.979000', '145943.982000', '145943.985000', '145943.988000', '145943.990000', '145943.993000', '145943.996000', '145944.000000', '145944.003000', '145944.006000', '145944.009000', '145944.012000', '145944.015000', '145944.018000', '145944.021000', '145944.024000', '145944.027000', '145944.030000', '145944.033000', '145944.036000', '145944.038000', '145944.041000', '145944.044000', '145944.047000', '145944.050000', '145944.053000', '145944.056000', '150003.923000', '150003.926000', '150003.929000', '150003.932000', '150003.943000', '150003.946000', '150003.949000', '150003.952000', '150003.955000', '150003.958000', '150003.961000', '150003.963000', '150003.966000', '150003.969000', '150003.972000', '150003.975000', '150003.978000', '150003.981000', '150003.984000', '150003.987000', '150003.990000', '150003.993000', '150003.996000', '150003.998000', '150004.003000', '150004.005000', '150004.008000', '150004.011000', '150004.014000', '150004.017000', '150004.020000', '150004.023000', '150004.026000', '150004.029000', '150004.032000', '150004.034000', '150004.038000', '150004.040000', '150004.043000', '150004.046000', '150004.049000', '150004.052000', '150004.055000', '150004.058000', '150023.923000', '150023.927000', '150023.930000', '150023.933000', '150023.936000', '150023.939000', '150023.942000', '150023.945000', '150023.948000', '150023.951000', '150023.954000', '150023.957000', '150023.960000', '150023.963000', '150023.966000', '150023.969000', '150023.972000', '150023.974000', '150023.978000', '150023.981000', '150023.983000', '150023.987000', '150023.990000', '150023.993000', '150023.996000', '150024.000000', '150024.003000', '150024.006000', '150024.009000', '150024.013000', '150024.017000', '150024.020000', '150024.023000', '150024.026000', '150024.029000', '150024.032000', '150024.035000', '150024.038000', '150024.041000', '150024.044000', '150024.047000', '150024.050000', '150024.053000', '150043.923000', '150043.926000', '150043.929000', '150043.932000', '150043.935000', '150043.938000', '150043.941000', '150043.944000', '150043.947000', '150043.950000', '150043.953000', '150043.956000', '150043.959000', '150043.962000', '150043.965000', '150043.968000', '150043.971000', '150043.974000', '150043.976000', '150043.980000', '150043.982000', '150043.985000', '150043.988000', '150043.991000', '150043.994000', '150043.997000', '150044.001000', '150044.004000', '150044.007000', '150044.010000', '150044.013000', '150044.016000', '150044.018000', '150044.021000', '150044.024000', '150044.027000', '150044.030000', '150044.033000', '150044.036000', '150044.039000', '150044.042000', '150044.045000', '150044.048000', '150044.051000', '150103.924000', '150103.927000', '150103.930000', '150103.933000', '150103.936000', '150103.948000', '150103.951000', '150103.953000', '150103.956000', '150103.959000', '150103.962000', '150103.965000', '150103.968000', '150103.971000', '150103.974000', '150103.977000', '150103.980000', '150103.983000', '150103.986000', '150103.989000', '150103.992000', '150103.995000', '150103.997000', '150104.000000', '150104.003000', '150104.006000', '150104.009000', '150104.012000', '150104.015000', '150104.018000', '150104.021000', '150104.024000', '150104.027000', '150104.030000', '150104.033000', '150104.036000', '150104.038000', '150104.042000', '150104.044000', '150104.047000', '150104.050000', '150104.053000', '150104.056000', '150123.924000', '150123.927000', '150123.930000', '150123.933000', '150123.936000', '150123.939000', '150123.942000', '150123.945000', '150123.948000', '150123.951000', '150123.954000', '150123.957000', '150123.959000', '150123.962000', '150123.965000', '150123.968000', '150123.971000', '150123.974000', '150123.977000', '150123.980000', '150123.983000', '150123.986000', '150123.989000', '150123.992000', '150123.995000', '150123.998000', '150124.002000', '150124.004000', '150124.007000', '150124.010000', '150124.013000', '150124.016000', '150124.019000', '150124.022000', '150124.025000', '150124.028000', '150124.031000', '150124.034000', '150124.037000', '150124.040000', '150124.043000', '150124.046000', '150124.049000', '150124.052000', '150143.924000', '150143.927000', '150143.930000', '150143.933000', '150143.936000', '150143.939000', '150143.942000', '150143.945000', '150143.948000', '150143.951000', '150143.954000', '150143.957000', '150143.960000', '150143.963000', '150143.965000', '150143.968000', '150143.971000', '150143.974000', '150143.977000', '150143.980000', '150143.983000', '150143.986000', '150143.989000', '150143.992000', '150143.995000', '150143.998000', '150144.002000', '150144.005000', '150144.008000', '150144.011000', '150144.014000', '150144.017000', '150144.020000', '150144.023000', '150144.025000', '150144.028000', '150144.031000', '150144.034000', '150144.037000', '150144.040000', '150144.043000', '150144.046000', '150144.050000', '150203.923000', '150203.926000', '150203.929000', '150203.932000', '150203.935000', '150203.938000', '150203.941000', '150203.944000', '150203.947000', '150203.950000', '150203.953000', '150203.956000', '150203.958000', '150203.962000', '150203.964000', '150203.967000', '150203.970000', '150203.973000', '150203.976000', '150203.979000', '150203.982000', '150203.985000', '150203.988000', '150203.991000', '150203.994000', '150203.997000', '150204.001000', '150204.003000', '150204.006000', '150204.009000', '150204.012000', '150204.015000', '150204.018000', '150204.021000', '150204.024000', '150204.027000', '150204.030000', '150204.033000', '150204.036000', '150204.039000', '150204.042000', '150204.045000', '150204.048000', '150204.051000', '150223.923000', '150223.926000', '150223.946000', '150223.949000', '150223.952000', '150223.955000', '150223.958000', '150223.961000', '150223.964000', '150223.967000', '150223.970000', '150223.973000', '150223.976000', '150223.978000', '150223.981000', '150223.984000', '150223.987000', '150223.990000', '150223.993000', '150223.996000', '150223.999000', '150224.002000', '150224.005000', '150224.008000', '150224.011000', '150224.014000', '150224.017000', '150224.020000', '150224.023000', '150224.025000', '150224.028000', '150224.031000', '150224.034000', '150224.037000', '150224.040000', '150224.043000', '150224.046000', '150224.049000', '150224.052000', '150224.055000', '150224.058000', '150224.061000', '150224.064000', '150243.923000', '150243.926000', '150243.929000', '150243.932000', '150243.935000', '150243.938000', '150243.941000', '150243.944000', '150243.947000', '150243.950000', '150243.953000', '150243.956000', '150243.959000', '150243.961000', '150243.964000', '150243.967000', '150243.970000', '150243.973000', '150243.976000', '150243.979000', '150243.982000', '150243.985000', '150243.988000', '150243.991000', '150243.994000', '150243.997000', '150244.001000', '150244.003000', '150244.007000', '150244.009000', '150244.012000', '150244.015000', '150244.018000', '150244.021000', '150244.024000', '150244.027000', '150244.030000', '150244.033000', '150244.036000', '150244.039000', '150244.042000', '150244.044000', '150244.047000', '150300.075000', '150300.079000', '150300.082000', '150300.086000', '150300.089000', '150300.093000', '150300.096000', '150300.100000', '150300.103000', '150300.106000', '150300.109000', '150300.112000', '150300.115000', '150300.118000', '150300.121000', '150300.124000', '150300.127000', '150300.130000', '150300.133000', '150300.136000', '150300.140000', '150300.142000', '150300.145000', '150300.148000', '150300.151000', '150300.154000', '150300.157000', '150300.160000', '150300.163000', '150300.166000', '150300.169000', '150300.172000', '150300.175000', '150300.178000', '150300.181000', '150300.184000'], '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': [9829, 15442, 9643, 17651, 12223, 8093, 14373, 10325, 15134, 14390, 8284, 15741, 10395, 11339, 11305, 7904, 16474, 12232, 8022, 13866, 10969, 10390, 14577, 8738, 15064, 12396, 8098, 14677, 9842, 16088, 12601, 8653, 13258, 8335, 14355, 9861, 11365, 11738, 8153, 14808, 10081, 12186, 12471, 7949, 13552, 9913, 13652, 10346, 8146, 13539, 9886, 10269, 12825, 8530, 14840, 12574, 8268, 13803, 10792, 13089, 12134, 8331, 17286, 12597, 8566, 13678, 9068, 17714, 14004, 8564, 13724, 9887, 14401, 12343, 8143, 15308, 10887, 9603, 12086, 8652, 15036, 12184, 9115, 14909, 9089, 13935, 11849, 8079, 14544, 11201, 12867, 10948, 8546, 14895, 10696, 10199, 13754, 8617, 14287, 12155, 8054, 13899, 10943, 10011, 13149, 8362, 16480, 11692, 9771, 12310, 8655, 14046, 11039, 7980, 13049, 9878, 13322, 10100, 8352, 15652, 11235, 9554, 13458, 8463, 18158, 12878, 8571, 14897, 8551, 18041, 13059, 13572, 11563, 8436, 15625, 10816, 13187, 11943, 8278, 15560, 9735, 13461, 11890, 8499, 13725, 8610, 17285, 11368, 11059, 13508, 8248, 14460, 9569, 12319, 11839, 8461, 13796, 9451, 14355, 11567, 8298, 13242, 9263, 12495, 13166, 8102, 15853, 10243, 9451, 11743, 8586, 15389, 11744, 13264, 12788, 8571, 9881, 8741, 8945, 15773, 9679, 9539, 12338, 9264, 17961, 10332, 18684, 14286, 10943, 17286, 8954, 18099, 13559, 14897, 17605, 10770, 17999, 9772, 16585, 11147, 8406, 14082, 8583, 16489, 10718, 8235, 12696, 8804, 15172, 10518, 9147, 11846, 8562, 16046, 10458, 8366, 13927, 9751, 11542, 13103, 8707, 17231, 11548, 8637, 16054, 9317, 17469, 12305, 8914, 15657, 9002, 17531, 11714, 8674, 13010, 8867, 17647, 10450, 10073, 11868, 8681, 16150, 10028, 13814, 10466, 8765, 15496, 9420, 13464, 11074, 8015, 14961, 9305, 13437, 12221, 8173, 15386, 9732, 11660, 11790, 8828, 16841, 11083, 8523, 13387, 8756, 17689, 12014, 13463, 15834, 8752, 15735, 8822, 17599, 11210, 8554, 11545, 8719, 15191, 9543, 14383, 11958, 8638, 12568, 8817, 15723, 10008, 8252, 11623, 8463, 13327, 10018, 8324, 12352, 8763, 10801, 10346, 8580, 13192, 12357, 8220, 15258, 9731, 8200, 14822, 9775, 16227, 16389, 10635, 17585, 11347, 8301, 15310, 10011, 17996, 14488, 8842, 16315, 10976, 8380, 14130, 8642, 17083, 11978, 8457, 14304, 9826, 14112, 12271, 8716, 16900, 11057, 7912, 12438, 8751, 16307, 11592, 8614, 14282, 9263, 15229, 11348, 8038, 14421, 10415, 9939, 11668, 8634, 14822, 11696, 8193, 15716, 10565, 8234, 14048, 10486, 12413, 12887, 8709, 16898, 12132, 8187, 16152, 11465, 14279, 11493, 8869, 16816, 11425, 12114, 12477, 8884, 16927, 11456, 9842, 13078, 8622, 17533, 12608, 8600, 12652, 8550, 15382, 11920, 8439, 12839, 8804, 15455, 11457, 8815, 13768, 8732, 16895, 11720, 8152, 13293, 9461, 15738, 12086, 8652, 12962, 9195, 14018, 11587, 8545, 14088, 9306, 13614, 10857, 8251, 13317, 9014, 15444, 10492, 8335, 14606, 9607, 12201, 11648, 8294, 17214, 11274, 8236, 13607, 8378, 17520, 12610, 8375, 13944, 8685, 17569, 12410, 13771, 12423, 8498, 16313, 10363, 16203, 12092, 8561, 14369, 8574, 15994, 11168, 9353, 12738, 8373, 16315, 11076, 9161, 11506, 8365, 14850, 10401, 12860, 10945, 8230, 14534, 10029, 14090, 12190, 8577, 14536, 8801, 14828, 11064, 8068, 13576, 8818, 16058, 11417, 7990, 13014, 8681, 15605, 11874, 8474, 13393, 8969, 16448, 11828, 11582, 12203, 8398, 16002, 10316, 12873, 11294, 7937, 14371, 9308, 13215, 11799, 8065, 13641, 10210, 13993, 12186, 8283, 14600, 9930, 12186, 13025, 8163, 15993, 10513, 7997, 12509, 9795, 13651, 10425, 8254, 15488, 10368, 8606, 13542, 11558, 8578, 17163, 11978, 8800, 17275, 15264, 8871, 14798, 13381, 9551, 18194, 14511, 10420, 15537, 10409, 10907, 12205, 8348, 16658, 12255, 8322, 12977, 9199, 14267, 11443, 8023, 13759, 9555, 14092, 12525, 8592, 13953, 10464, 12529, 12718, 8599, 15821, 11754, 8256, 15373, 11351, 8294, 13193, 9487, 14144, 12500, 8653, 17763, 12256, 8588, 15593, 11104, 12904, 12345, 8631, 17383, 12112, 8413, 15288, 9546, 17316, 12744, 8589, 14797, 9871, 14334, 11648, 8134, 15541, 10838, 8994, 12045, 8835, 15345, 11887, 8193, 15546, 9562, 15658, 11778, 8114, 13603, 8457, 17744, 11916, 10426, 12780, 8297, 14271, 9903, 14783, 12074, 8218, 12792, 9340, 13497, 12000, 8136, 15610, 10135, 9681, 11540, 8519, 16178, 12010, 10605, 13068, 8751, 16338, 11062, 12094, 12381, 8670, 17174, 11397, 8208, 13830, 10701, 11147, 13275, 8642, 11735, 10788, 8324, 16498, 11935, 8579, 14812, 9706, 16358, 12191, 8517, 16934, 10984, 14412, 13131, 8375, 15617, 11449, 12219, 12445, 8721, 15285, 11619, 8295, 15843, 11229, 10664, 12113, 8635, 16390, 12173, 8289, 15563, 10213, 14499, 13272, 8674, 14899, 10957, 12577, 11060, 8734, 15119, 11205, 9359, 13904, 9099, 15790, 12803, 8776, 14515, 11104, 12781, 13027, 8772, 16832, 11906, 8399, 15375, 10919, 15438, 10715, 8727, 15567, 11595, 8085, 15418, 10978, 8659, 12380, 8691, 14914, 12247, 8557, 15876, 9987, 8501, 12682, 10393, 13561, 11201, 8676, 15659, 14698, 8194, 16672, 12724, 9591, 16068, 9881, 15843, 15153, 8613, 17644, 12848, 8356, 13652, 9793, 14830, 14284, 8299, 16872, 11086, 9221, 12526, 8449, 16588, 12249, 8658, 14405, 8652, 17132, 12088, 10383, 13663, 8514, 16836, 11454, 8078, 12590, 8532, 15987, 12083, 8310, 14189, 8929, 16944, 12060, 10323, 13209, 8937, 16007, 11014, 8736, 11941, 8393, 15731, 11809, 8250, 12648, 8952, 15844, 12279, 8368, 14496, 8780, 16530, 11997, 9541, 13283, 8799, 17012, 11652, 8280, 12293, 8733, 15926, 11107, 8497, 15608, 11402, 8657, 15888, 10297, 8021, 15270, 9251, 13775, 16295, 8568, 16673, 10393, 17885, 15636, 8366, 13595, 10453, 12023, 12672, 8168, 15968, 10277, 9314, 11606, 8298, 15327, 11197, 13868, 11402, 8551, 13896, 10462, 13346, 12723, 8308, 16732, 10635, 13053, 11768, 8411, 14701, 9952, 16512, 12085, 8371, 13897, 8435, 15967, 11549, 9242, 11352, 8220, 14041, 10392, 10244, 12007, 8614, 15687, 11418, 10137, 12841, 8754, 16838, 11589, 7841, 13132, 8755, 15942, 12595, 8391, 13889, 10255, 12561, 12769, 8596, 17336, 11875, 12491, 16252, 8390, 16544, 9446, 18723, 12738, 11061, 13300, 8115, 15658, 9458, 16319, 11107, 8186, 12610, 8791, 15826, 10416, 12438, 10340, 8547, 15217, 9380, 14110, 13024, 7920, 15689, 9577, 8571, 12165, 8547, 16601, 11873, 10047, 15754, 9732, 15871, 13799, 8386, 16604, 11333, 13305, 12440, 8658, 12682, 12430, 8582, 15615, 10491, 11890, 12993, 8729, 16900, 13922, 8613, 16662, 11703, 9601, 16077, 9684, 17958, 13177, 8493, 17427, 11369, 12716, 13606, 8434, 17692, 11534, 14317, 12278, 8578, 17508, 11356, 8117, 14964, 9432, 16414, 12875, 8286, 15895, 10375, 14287, 14292, 8111, 16661, 10303, 10310, 11570, 8362, 16031, 11244, 9246, 13499, 8882, 17569, 11499, 8919, 12931, 8680, 18170, 11688, 8372, 13644, 8228, 16951, 11588, 8305, 12791, 8556, 16535, 11055, 13350, 10798, 8100, 15252, 10289, 8802, 12497, 8915, 15517, 13627, 8137, 15020, 10198, 12965, 11269, 8951, 16129, 11917, 8405, 16088, 10749, 11309, 15104, 8505, 17759, 13484, 8439, 17067, 10584, 15739, 13554, 8588, 18234, 12366, 9418, 14915, 8549, 18314, 11764, 8370, 15294, 9012, 17233, 11875, 8418, 14129, 9135, 15937, 11040, 7981, 14511, 9435, 11437, 12018, 8559, 16593, 10222, 15804, 14062, 8487, 15703, 9025, 16733, 11611, 9408, 13204, 8453, 17369, 11097, 9805, 11476, 8301, 14238, 9609, 10542, 10428, 8779, 11871, 12353, 8325, 15068, 8887, 17219, 12037, 8423, 15351, 8876, 17662, 12254, 8447, 15942, 9689, 17170, 14745, 8451, 17588, 11120, 10518, 16348, 9076, 18166, 13325, 8581, 17621, 10462, 17297, 15625, 8588, 16342, 9911, 14354, 12835, 8173, 17092, 10458, 8910, 12351, 8657, 16408, 10403, 12783, 11439, 8835, 17061, 11092, 9651, 12526, 8204, 17162, 10327, 8655, 12117, 8452, 16186, 9978, 12236, 11376, 8947, 12420, 8744, 8424, 16480, 9447, 17751, 11201, 12119, 14076, 8779, 16066, 9134, 18239, 9222, 18379, 13049, 16936, 13918, 9521, 16287, 8564, 18013, 11242, 8171, 13306, 8745, 17384, 10206, 17250, 11643, 8467, 14113, 8789, 17709, 11096, 9032, 12659, 8613, 16633, 9725, 12773, 10823, 8558, 14145, 8734, 15316, 11128, 8831, 13616, 8246, 15464, 11073, 8927, 13317, 8711, 14558, 11075, 8372, 14487, 9207, 10063, 11483, 8275, 15373, 11158, 10056, 14991, 8625, 14933, 14692, 8572, 17290, 10759, 15438, 12856, 8476, 17904, 11210, 8643, 13985, 8507, 17951, 11874, 8719, 15333, 9970, 16227, 14272, 8380, 16233, 10209, 9207, 12794, 8571, 16989, 13275, 8477, 15783, 10608, 8914, 13031, 8561, 14506, 10752, 8255, 16054, 11074, 8575, 16015, 10198, 8396, 13915, 10014, 11858, 15244, 8806, 11230, 13311, 8559, 18397, 14927, 8426, 17695, 11037, 8801, 15984, 9666, 16957, 13211, 9045, 18909, 12605, 8618, 16697, 9707, 15793, 11105, 8870, 17725, 11941, 8598, 15654, 9869, 9955, 13670, 8930, 17913, 12086, 9307, 14223, 8814, 17818, 12635, 8892, 14706, 10064, 9562, 14745, 8730, 13052, 12124, 8523, 17626, 11364, 8749, 14327, 9084, 15789, 14665, 8395, 17114], 'WindowCenter': [4447.0, 4471.0, 4409.0, 4453.0, 4411.0, 4360.0, 4420.0, 4389.0, 4417.0, 4432.0, 4360.0, 4430.0, 4386.0, 4399.0, 4396.0, 4360.0, 4429.0, 4408.0, 4358.0, 4415.0, 4400.0, 4388.0, 4430.0, 4369.0, 4430.0, 4408.0, 4356.0, 4415.0, 4387.0, 4428.0, 4407.0, 4355.0, 4408.0, 4358.0, 4417.0, 4377.0, 4395.0, 4396.0, 4358.0, 4416.0, 4390.0, 4407.0, 4408.0, 4357.0, 4419.0, 4391.0, 4418.0, 4388.0, 4357.0, 4419.0, 4389.0, 4389.0, 4418.0, 4369.0, 4430.0, 4419.0, 4368.0, 4428.0, 4400.0, 4418.0, 4410.0, 4368.0, 4439.0, 4419.0, 4368.0, 4418.0, 4379.0, 4439.0, 4421.0, 4366.0, 4417.0, 4389.0, 4416.0, 4407.0, 4357.0, 4428.0, 4397.0, 4377.0, 4407.0, 4367.0, 4427.0, 4408.0, 4367.0, 4427.0, 4381.0, 4420.0, 4408.0, 4359.0, 4428.0, 4399.0, 4408.0, 4398.0, 4369.0, 4429.0, 4398.0, 4388.0, 4419.0, 4379.0, 4426.0, 4409.0, 4369.0, 4431.0, 4411.0, 4392.0, 4419.0, 4382.0, 4442.0, 4421.0, 4401.0, 4422.0, 4381.0, 4432.0, 4410.0, 4370.0, 4431.0, 4401.0, 4430.0, 4402.0, 4372.0, 4441.0, 4412.0, 4391.0, 4420.0, 4369.0, 4439.0, 4410.0, 4366.0, 4426.0, 4366.0, 4437.0, 4407.0, 4408.0, 4397.0, 4356.0, 4417.0, 4387.0, 4402.0, 4395.0, 4354.0, 4415.0, 4378.0, 4404.0, 4395.0, 4355.0, 4405.0, 4358.0, 4426.0, 4396.0, 4384.0, 4405.0, 4357.0, 4417.0, 4378.0, 4394.0, 4395.0, 4355.0, 4417.0, 4376.0, 4418.0, 4398.0, 4357.0, 4419.0, 4378.0, 4407.0, 4420.0, 4361.0, 4437.0, 4390.0, 4377.0, 4407.0, 4368.0, 4428.0, 4410.0, 4420.0, 4432.0, 4382.0, 4390.0, 4370.0, 4381.0, 4429.0, 4390.0, 4389.0, 4409.0, 4381.0, 4441.0, 4391.0, 4441.0, 4419.0, 4377.0, 4416.0, 4356.0, 4411.0, 4394.0, 4392.0, 4403.0, 4362.0, 4403.0, 4352.0, 4399.0, 4371.0, 4331.0, 4391.0, 4341.0, 4413.0, 4373.0, 4330.0, 4390.0, 4352.0, 4404.0, 4374.0, 4364.0, 4394.0, 4357.0, 4425.0, 4387.0, 4356.0, 4418.0, 4389.0, 4410.0, 4419.0, 4371.0, 4437.0, 4411.0, 4370.0, 4430.0, 4380.0, 4441.0, 4408.0, 4367.0, 4429.0, 4368.0, 4428.0, 4398.0, 4358.0, 4406.0, 4366.0, 4427.0, 4385.0, 4377.0, 4395.0, 4358.0, 4427.0, 4389.0, 4418.0, 4388.0, 4369.0, 4428.0, 4380.0, 4419.0, 4397.0, 4357.0, 4429.0, 4379.0, 4416.0, 4410.0, 4368.0, 4442.0, 4390.0, 4411.0, 4410.0, 4379.0, 4439.0, 4410.0, 4370.0, 4420.0, 4372.0, 4442.0, 4412.0, 4420.0, 4429.0, 4368.0, 4428.0, 4379.0, 4439.0, 4396.0, 4356.0, 4397.0, 4369.0, 4428.0, 4388.0, 4429.0, 4409.0, 4367.0, 4409.0, 4379.0, 4440.0, 4402.0, 4371.0, 4408.0, 4370.0, 4419.0, 4399.0, 4383.0, 4420.0, 4383.0, 4410.0, 4401.0, 4382.0, 4433.0, 4432.0, 4387.0, 4455.0, 4403.0, 4382.0, 4442.0, 4404.0, 4442.0, 4452.0, 4399.0, 4443.0, 4399.0, 4358.0, 4428.0, 4389.0, 4438.0, 4420.0, 4369.0, 4426.0, 4387.0, 4357.0, 4418.0, 4366.0, 4425.0, 4397.0, 4354.0, 4415.0, 4376.0, 4404.0, 4397.0, 4366.0, 4424.0, 4385.0, 4344.0, 4397.0, 4367.0, 4425.0, 4398.0, 4354.0, 4416.0, 4377.0, 4426.0, 4396.0, 4357.0, 4420.0, 4401.0, 4387.0, 4407.0, 4381.0, 4427.0, 4409.0, 4370.0, 4440.0, 4400.0, 4369.0, 4431.0, 4412.0, 4424.0, 4421.0, 4381.0, 4440.0, 4421.0, 4382.0, 4442.0, 4410.0, 4431.0, 4409.0, 4378.0, 4437.0, 4409.0, 4408.0, 4407.0, 4368.0, 4427.0, 4396.0, 4376.0, 4407.0, 4368.0, 4440.0, 4410.0, 4358.0, 4406.0, 4365.0, 4428.0, 4410.0, 4358.0, 4407.0, 4380.0, 4427.0, 4398.0, 4367.0, 4419.0, 4368.0, 4427.0, 4406.0, 4357.0, 4417.0, 4379.0, 4428.0, 4408.0, 4366.0, 4417.0, 4380.0, 4416.0, 4412.0, 4381.0, 4429.0, 4390.0, 4418.0, 4409.0, 4368.0, 4430.0, 4394.0, 4440.0, 4411.0, 4381.0, 4430.0, 4401.0, 4422.0, 4412.0, 4373.0, 4450.0, 4409.0, 4369.0, 4432.0, 4382.0, 4440.0, 4420.0, 4360.0, 4417.0, 4370.0, 4439.0, 4409.0, 4417.0, 4407.0, 4356.0, 4425.0, 4378.0, 4426.0, 4396.0, 4354.0, 4415.0, 4354.0, 4414.0, 4383.0, 4364.0, 4393.0, 4356.0, 4425.0, 4395.0, 4365.0, 4395.0, 4356.0, 4416.0, 4387.0, 4405.0, 4386.0, 4356.0, 4416.0, 4389.0, 4416.0, 4408.0, 4366.0, 4417.0, 4378.0, 4427.0, 4398.0, 4358.0, 4420.0, 4379.0, 4428.0, 4409.0, 4358.0, 4417.0, 4378.0, 4428.0, 4409.0, 4360.0, 4417.0, 4379.0, 4426.0, 4408.0, 4396.0, 4410.0, 4357.0, 4427.0, 4388.0, 4409.0, 4395.0, 4356.0, 4418.0, 4377.0, 4406.0, 4407.0, 4356.0, 4417.0, 4398.0, 4416.0, 4409.0, 4367.0, 4427.0, 4390.0, 4409.0, 4418.0, 4369.0, 4439.0, 4402.0, 4359.0, 4422.0, 4401.0, 4431.0, 4412.0, 4384.0, 4442.0, 4413.0, 4394.0, 4433.0, 4421.0, 4393.0, 4456.0, 4424.0, 4395.0, 4465.0, 4443.0, 4392.0, 4432.0, 4420.0, 4379.0, 4440.0, 4420.0, 4388.0, 4428.0, 4398.0, 4387.0, 4397.0, 4356.0, 4426.0, 4397.0, 4347.0, 4405.0, 4367.0, 4416.0, 4395.0, 4346.0, 4409.0, 4378.0, 4419.0, 4407.0, 4367.0, 4418.0, 4389.0, 4409.0, 4417.0, 4380.0, 4429.0, 4411.0, 4369.0, 4431.0, 4411.0, 4369.0, 4419.0, 4389.0, 4417.0, 4420.0, 4381.0, 4451.0, 4410.0, 4369.0, 4428.0, 4400.0, 4409.0, 4410.0, 4369.0, 4428.0, 4409.0, 4358.0, 4428.0, 4378.0, 4428.0, 4407.0, 4357.0, 4416.0, 4378.0, 4416.0, 4396.0, 4346.0, 4427.0, 4388.0, 4367.0, 4408.0, 4378.0, 4428.0, 4408.0, 4357.0, 4428.0, 4379.0, 4425.0, 4399.0, 4347.0, 4406.0, 4355.0, 4426.0, 4396.0, 4385.0, 4408.0, 4355.0, 4416.0, 4377.0, 4416.0, 4398.0, 4357.0, 4406.0, 4379.0, 4418.0, 4408.0, 4359.0, 4439.0, 4399.0, 4389.0, 4412.0, 4370.0, 4440.0, 4411.0, 4389.0, 4420.0, 4368.0, 4429.0, 4398.0, 4407.0, 4412.0, 4381.0, 4440.0, 4410.0, 4371.0, 4429.0, 4402.0, 4411.0, 4432.0, 4382.0, 4418.0, 4411.0, 4381.0, 4453.0, 4421.0, 4380.0, 4430.0, 4389.0, 4439.0, 4410.0, 4369.0, 4439.0, 4399.0, 4416.0, 4408.0, 4357.0, 4427.0, 4398.0, 4397.0, 4407.0, 4368.0, 4416.0, 4398.0, 4357.0, 4426.0, 4398.0, 4387.0, 4407.0, 4367.0, 4427.0, 4406.0, 4357.0, 4427.0, 4387.0, 4416.0, 4407.0, 4366.0, 4417.0, 4398.0, 4407.0, 4396.0, 4367.0, 4427.0, 4399.0, 4377.0, 4417.0, 4377.0, 4428.0, 4418.0, 4368.0, 4418.0, 4399.0, 4408.0, 4419.0, 4368.0, 4438.0, 4407.0, 4357.0, 4428.0, 4399.0, 4428.0, 4387.0, 4368.0, 4427.0, 4407.0, 4370.0, 4429.0, 4400.0, 4368.0, 4408.0, 4379.0, 4429.0, 4409.0, 4369.0, 4439.0, 4400.0, 4368.0, 4418.0, 4402.0, 4431.0, 4410.0, 4379.0, 4428.0, 4428.0, 4368.0, 4442.0, 4418.0, 4377.0, 4428.0, 4388.0, 4426.0, 4416.0, 4354.0, 4426.0, 4405.0, 4343.0, 4404.0, 4374.0, 4414.0, 4404.0, 4345.0, 4425.0, 4385.0, 4364.0, 4394.0, 4355.0, 4414.0, 4395.0, 4354.0, 4404.0, 4354.0, 4413.0, 4394.0, 4373.0, 4403.0, 4354.0, 4412.0, 4384.0, 4344.0, 4393.0, 4354.0, 4416.0, 4395.0, 4354.0, 4404.0, 4365.0, 4424.0, 4395.0, 4375.0, 4405.0, 4363.0, 4415.0, 4385.0, 4355.0, 4395.0, 4356.0, 4416.0, 4396.0, 4356.0, 4406.0, 4366.0, 4427.0, 4408.0, 4357.0, 4416.0, 4368.0, 4427.0, 4408.0, 4377.0, 4417.0, 4368.0, 4427.0, 4398.0, 4358.0, 4409.0, 4378.0, 4438.0, 4397.0, 4379.0, 4431.0, 4411.0, 4379.0, 4440.0, 4400.0, 4371.0, 4439.0, 4390.0, 4416.0, 4429.0, 4367.0, 4426.0, 4376.0, 4424.0, 4415.0, 4346.0, 4393.0, 4386.0, 4392.0, 4405.0, 4355.0, 4415.0, 4385.0, 4363.0, 4395.0, 4357.0, 4415.0, 4396.0, 4405.0, 4394.0, 4356.0, 4405.0, 4386.0, 4403.0, 4404.0, 4356.0, 4427.0, 4386.0, 4406.0, 4396.0, 4356.0, 4416.0, 4376.0, 4425.0, 4396.0, 4355.0, 4405.0, 4356.0, 4416.0, 4396.0, 4365.0, 4385.0, 4356.0, 4416.0, 4388.0, 4387.0, 4406.0, 4369.0, 4426.0, 4408.0, 4388.0, 4418.0, 4368.0, 4437.0, 4397.0, 4357.0, 4418.0, 4368.0, 4428.0, 4408.0, 4370.0, 4416.0, 4387.0, 4407.0, 4410.0, 4368.0, 4439.0, 4408.0, 4407.0, 4427.0, 4357.0, 4427.0, 4376.0, 4426.0, 4405.0, 4383.0, 4394.0, 4343.0, 4414.0, 4375.0, 4414.0, 4384.0, 4344.0, 4394.0, 4364.0, 4414.0, 4387.0, 4405.0, 4374.0, 4355.0, 4415.0, 4365.0, 4415.0, 4405.0, 4346.0, 4426.0, 4376.0, 4366.0, 4396.0, 4367.0, 4426.0, 4407.0, 4375.0, 4426.0, 4375.0, 4415.0, 4404.0, 4355.0, 4427.0, 4396.0, 4417.0, 4406.0, 4367.0, 4406.0, 4406.0, 4365.0, 4426.0, 4400.0, 4407.0, 4408.0, 4366.0, 4425.0, 4415.0, 4364.0, 4427.0, 4407.0, 4374.0, 4415.0, 4375.0, 4424.0, 4393.0, 4353.0, 4414.0, 4385.0, 4380.0, 4392.0, 4340.0, 4411.0, 4382.0, 4390.0, 4381.0, 4341.0, 4411.0, 4382.0, 4331.0, 4402.0, 4363.0, 4413.0, 4393.0, 4344.0, 4412.0, 4373.0, 4401.0, 4403.0, 4343.0, 4414.0, 4374.0, 4372.0, 4384.0, 4358.0, 4425.0, 4396.0, 4365.0, 4404.0, 4365.0, 4425.0, 4396.0, 4366.0, 4406.0, 4367.0, 4436.0, 4397.0, 4356.0, 4404.0, 4368.0, 4425.0, 4395.0, 4357.0, 4405.0, 4355.0, 4424.0, 4396.0, 4404.0, 4385.0, 4347.0, 4426.0, 4386.0, 4376.0, 4417.0, 4378.0, 4426.0, 4418.0, 4356.0, 4429.0, 4400.0, 4421.0, 4410.0, 4380.0, 4438.0, 4409.0, 4368.0, 4438.0, 4399.0, 4397.0, 4431.0, 4367.0, 4438.0, 4418.0, 4356.0, 4427.0, 4387.0, 4415.0, 4405.0, 4356.0, 4424.0, 4395.0, 4362.0, 4413.0, 4355.0, 4425.0, 4383.0, 4342.0, 4412.0, 4354.0, 4412.0, 4384.0, 4341.0, 4402.0, 4364.0, 4415.0, 4384.0, 4345.0, 4416.0, 4366.0, 4384.0, 4394.0, 4354.0, 4425.0, 4387.0, 4414.0, 4406.0, 4353.0, 4415.0, 4365.0, 4414.0, 4385.0, 4365.0, 4405.0, 4355.0, 4425.0, 4385.0, 4376.0, 4395.0, 4357.0, 4418.0, 4389.0, 4399.0, 4396.0, 4378.0, 4407.0, 4418.0, 4370.0, 4427.0, 4380.0, 4439.0, 4420.0, 4369.0, 4429.0, 4381.0, 4438.0, 4408.0, 4356.0, 4427.0, 4378.0, 4426.0, 4417.0, 4356.0, 4435.0, 4397.0, 4385.0, 4425.0, 4366.0, 4424.0, 4405.0, 4353.0, 4424.0, 4384.0, 4413.0, 4414.0, 4342.0, 4413.0, 4373.0, 4403.0, 4393.0, 4354.0, 4414.0, 4384.0, 4355.0, 4394.0, 4354.0, 4424.0, 4387.0, 4403.0, 4395.0, 4365.0, 4424.0, 4396.0, 4375.0, 4405.0, 4357.0, 4425.0, 4387.0, 4356.0, 4405.0, 4357.0, 4438.0, 4400.0, 4411.0, 4397.0, 4379.0, 4420.0, 4379.0, 4369.0, 4437.0, 4388.0, 4436.0, 4411.0, 4409.0, 4429.0, 4369.0, 4440.0, 4378.0, 4438.0, 4366.0, 4413.0, 4393.0, 4399.0, 4380.0, 4338.0, 4389.0, 4328.0, 4399.0, 4359.0, 4329.0, 4380.0, 4328.0, 4410.0, 4361.0, 4408.0, 4371.0, 4339.0, 4391.0, 4354.0, 4414.0, 4383.0, 4354.0, 4392.0, 4353.0, 4413.0, 4364.0, 4393.0, 4383.0, 4354.0, 4405.0, 4366.0, 4415.0, 4396.0, 4365.0, 4416.0, 4356.0, 4425.0, 4397.0, 4367.0, 4415.0, 4370.0, 4417.0, 4398.0, 4368.0, 4428.0, 4389.0, 4389.0, 4408.0, 4370.0, 4438.0, 4411.0, 4400.0, 4440.0, 4381.0, 4427.0, 4430.0, 4368.0, 4438.0, 4411.0, 4429.0, 4419.0, 4368.0, 4438.0, 4398.0, 4368.0, 4417.0, 4369.0, 4439.0, 4409.0, 4367.0, 4428.0, 4389.0, 4426.0, 4418.0, 4368.0, 4438.0, 4387.0, 4377.0, 4407.0, 4369.0, 4438.0, 4417.0, 4368.0, 4427.0, 4399.0, 4379.0, 4418.0, 4380.0, 4430.0, 4399.0, 4369.0, 4439.0, 4410.0, 4379.0, 4438.0, 4402.0, 4368.0, 4428.0, 4401.0, 4421.0, 4440.0, 4394.0, 4412.0, 4429.0, 4381.0, 4449.0, 4430.0, 4370.0, 4440.0, 4399.0, 4379.0, 4427.0, 4389.0, 4437.0, 4408.0, 4368.0, 4438.0, 4408.0, 4380.0, 4439.0, 4379.0, 4427.0, 4386.0, 4364.0, 4423.0, 4393.0, 4354.0, 4425.0, 4386.0, 4377.0, 4417.0, 4370.0, 4436.0, 4408.0, 4377.0, 4418.0, 4378.0, 4436.0, 4407.0, 4366.0, 4427.0, 4389.0, 4377.0, 4428.0, 4368.0, 4418.0, 4408.0, 4369.0, 4439.0, 4409.0, 4369.0, 4427.0, 4379.0, 4428.0, 4429.0, 4369.0, 4439.0], 'WindowWidth': [9802.0, 9820.0, 9727.0, 9774.0, 9712.0, 9639.0, 9720.0, 9677.0, 9713.0, 9741.0, 9637.0, 9731.0, 9668.0, 9687.0, 9681.0, 9638.0, 9731.0, 9700.0, 9632.0, 9707.0, 9690.0, 9672.0, 9730.0, 9649.0, 9730.0, 9700.0, 9628.0, 9706.0, 9668.0, 9725.0, 9696.0, 9622.0, 9697.0, 9631.0, 9707.0, 9656.0, 9675.0, 9680.0, 9631.0, 9708.0, 9675.0, 9695.0, 9698.0, 9629.0, 9713.0, 9679.0, 9710.0, 9672.0, 9631.0, 9715.0, 9676.0, 9676.0, 9714.0, 9650.0, 9732.0, 9716.0, 9647.0, 9729.0, 9692.0, 9715.0, 9707.0, 9648.0, 9747.0, 9718.0, 9646.0, 9715.0, 9664.0, 9745.0, 9723.0, 9641.0, 9711.0, 9675.0, 9707.0, 9696.0, 9630.0, 9726.0, 9683.0, 9656.0, 9697.0, 9645.0, 9726.0, 9702.0, 9644.0, 9726.0, 9668.0, 9717.0, 9699.0, 9634.0, 9727.0, 9690.0, 9699.0, 9687.0, 9648.0, 9731.0, 9686.0, 9673.0, 9715.0, 9664.0, 9723.0, 9702.0, 9649.0, 9737.0, 9709.0, 9684.0, 9719.0, 9671.0, 9752.0, 9722.0, 9696.0, 9726.0, 9670.0, 9737.0, 9706.0, 9653.0, 9737.0, 9697.0, 9733.0, 9697.0, 9657.0, 9748.0, 9712.0, 9680.0, 9719.0, 9649.0, 9745.0, 9705.0, 9638.0, 9721.0, 9640.0, 9741.0, 9699.0, 9696.0, 9681.0, 9624.0, 9707.0, 9666.0, 9683.0, 9676.0, 9620.0, 9705.0, 9657.0, 9688.0, 9678.0, 9622.0, 9691.0, 9630.0, 9722.0, 9678.0, 9660.0, 9689.0, 9626.0, 9707.0, 9656.0, 9673.0, 9675.0, 9621.0, 9707.0, 9654.0, 9711.0, 9684.0, 9630.0, 9714.0, 9659.0, 9695.0, 9719.0, 9640.0, 9741.0, 9677.0, 9656.0, 9696.0, 9644.0, 9728.0, 9706.0, 9719.0, 9740.0, 9670.0, 9679.0, 9650.0, 9666.0, 9729.0, 9677.0, 9675.0, 9702.0, 9665.0, 9749.0, 9680.0, 9748.0, 9717.0, 9651.0, 9704.0, 9622.0, 9694.0, 9670.0, 9663.0, 9681.0, 9621.0, 9680.0, 9609.0, 9667.0, 9632.0, 9579.0, 9659.0, 9596.0, 9695.0, 9639.0, 9579.0, 9659.0, 9613.0, 9683.0, 9644.0, 9631.0, 9672.0, 9627.0, 9716.0, 9670.0, 9625.0, 9712.0, 9678.0, 9705.0, 9714.0, 9653.0, 9736.0, 9705.0, 9649.0, 9731.0, 9664.0, 9746.0, 9700.0, 9640.0, 9726.0, 9644.0, 9723.0, 9683.0, 9628.0, 9692.0, 9637.0, 9721.0, 9662.0, 9651.0, 9676.0, 9627.0, 9721.0, 9674.0, 9711.0, 9670.0, 9644.0, 9725.0, 9662.0, 9712.0, 9682.0, 9627.0, 9728.0, 9661.0, 9706.0, 9702.0, 9646.0, 9754.0, 9680.0, 9705.0, 9704.0, 9662.0, 9744.0, 9706.0, 9652.0, 9718.0, 9655.0, 9752.0, 9710.0, 9716.0, 9731.0, 9645.0, 9727.0, 9661.0, 9743.0, 9681.0, 9625.0, 9681.0, 9647.0, 9727.0, 9674.0, 9728.0, 9702.0, 9644.0, 9702.0, 9663.0, 9746.0, 9699.0, 9654.0, 9702.0, 9653.0, 9716.0, 9690.0, 9674.0, 9719.0, 9675.0, 9707.0, 9696.0, 9672.0, 9741.0, 9741.0, 9686.0, 9776.0, 9704.0, 9671.0, 9753.0, 9705.0, 9754.0, 9770.0, 9691.0, 9757.0, 9691.0, 9631.0, 9727.0, 9675.0, 9740.0, 9716.0, 9644.0, 9721.0, 9667.0, 9626.0, 9708.0, 9638.0, 9719.0, 9683.0, 9618.0, 9701.0, 9650.0, 9686.0, 9679.0, 9639.0, 9716.0, 9663.0, 9605.0, 9679.0, 9641.0, 9718.0, 9685.0, 9621.0, 9708.0, 9657.0, 9720.0, 9679.0, 9629.0, 9717.0, 9692.0, 9671.0, 9697.0, 9666.0, 9726.0, 9704.0, 9652.0, 9749.0, 9696.0, 9650.0, 9737.0, 9713.0, 9730.0, 9724.0, 9670.0, 9748.0, 9723.0, 9671.0, 9754.0, 9708.0, 9735.0, 9701.0, 9659.0, 9738.0, 9702.0, 9698.0, 9696.0, 9644.0, 9725.0, 9679.0, 9652.0, 9696.0, 9645.0, 9745.0, 9703.0, 9630.0, 9693.0, 9639.0, 9727.0, 9704.0, 9630.0, 9695.0, 9663.0, 9723.0, 9686.0, 9643.0, 9714.0, 9646.0, 9725.0, 9695.0, 9629.0, 9710.0, 9662.0, 9727.0, 9702.0, 9641.0, 9709.0, 9664.0, 9710.0, 9709.0, 9667.0, 9730.0, 9678.0, 9715.0, 9704.0, 9647.0, 9735.0, 9691.0, 9748.0, 9710.0, 9669.0, 9734.0, 9697.0, 9726.0, 9711.0, 9661.0, 9763.0, 9705.0, 9650.0, 9738.0, 9675.0, 9750.0, 9720.0, 9636.0, 9711.0, 9649.0, 9743.0, 9704.0, 9709.0, 9695.0, 9624.0, 9719.0, 9657.0, 9720.0, 9678.0, 9619.0, 9702.0, 9621.0, 9702.0, 9659.0, 9632.0, 9672.0, 9625.0, 9719.0, 9677.0, 9634.0, 9677.0, 9625.0, 9709.0, 9670.0, 9691.0, 9667.0, 9626.0, 9707.0, 9675.0, 9709.0, 9700.0, 9641.0, 9711.0, 9661.0, 9724.0, 9685.0, 9632.0, 9717.0, 9663.0, 9727.0, 9703.0, 9631.0, 9711.0, 9661.0, 9728.0, 9702.0, 9635.0, 9710.0, 9661.0, 9722.0, 9699.0, 9680.0, 9704.0, 9629.0, 9725.0, 9671.0, 9699.0, 9678.0, 9626.0, 9710.0, 9656.0, 9692.0, 9695.0, 9626.0, 9710.0, 9687.0, 9708.0, 9703.0, 9644.0, 9724.0, 9678.0, 9702.0, 9714.0, 9649.0, 9744.0, 9696.0, 9635.0, 9721.0, 9696.0, 9736.0, 9713.0, 9678.0, 9754.0, 9716.0, 9692.0, 9741.0, 9723.0, 9690.0, 9778.0, 9733.0, 9694.0, 9791.0, 9756.0, 9688.0, 9738.0, 9719.0, 9659.0, 9748.0, 9719.0, 9670.0, 9726.0, 9684.0, 9667.0, 9681.0, 9623.0, 9720.0, 9680.0, 9612.0, 9688.0, 9642.0, 9704.0, 9677.0, 9612.0, 9698.0, 9658.0, 9713.0, 9696.0, 9641.0, 9710.0, 9674.0, 9700.0, 9711.0, 9664.0, 9729.0, 9705.0, 9647.0, 9734.0, 9707.0, 9646.0, 9714.0, 9675.0, 9712.0, 9719.0, 9666.0, 9764.0, 9706.0, 9648.0, 9727.0, 9690.0, 9699.0, 9703.0, 9647.0, 9727.0, 9700.0, 9630.0, 9724.0, 9656.0, 9724.0, 9697.0, 9626.0, 9705.0, 9656.0, 9703.0, 9678.0, 9610.0, 9722.0, 9669.0, 9639.0, 9697.0, 9659.0, 9724.0, 9699.0, 9628.0, 9727.0, 9660.0, 9718.0, 9687.0, 9612.0, 9694.0, 9624.0, 9722.0, 9679.0, 9662.0, 9696.0, 9620.0, 9705.0, 9656.0, 9704.0, 9683.0, 9626.0, 9692.0, 9660.0, 9710.0, 9699.0, 9635.0, 9743.0, 9690.0, 9675.0, 9707.0, 9651.0, 9744.0, 9707.0, 9674.0, 9716.0, 9646.0, 9727.0, 9686.0, 9697.0, 9708.0, 9666.0, 9747.0, 9703.0, 9653.0, 9730.0, 9697.0, 9708.0, 9737.0, 9671.0, 9715.0, 9709.0, 9672.0, 9770.0, 9725.0, 9666.0, 9733.0, 9677.0, 9743.0, 9704.0, 9648.0, 9745.0, 9689.0, 9707.0, 9697.0, 9627.0, 9724.0, 9686.0, 9681.0, 9694.0, 9643.0, 9707.0, 9684.0, 9629.0, 9723.0, 9686.0, 9667.0, 9694.0, 9642.0, 9722.0, 9694.0, 9627.0, 9724.0, 9669.0, 9706.0, 9694.0, 9639.0, 9708.0, 9685.0, 9694.0, 9681.0, 9642.0, 9723.0, 9688.0, 9656.0, 9710.0, 9657.0, 9725.0, 9713.0, 9645.0, 9712.0, 9690.0, 9699.0, 9715.0, 9645.0, 9740.0, 9698.0, 9629.0, 9727.0, 9689.0, 9725.0, 9670.0, 9646.0, 9723.0, 9699.0, 9653.0, 9732.0, 9692.0, 9646.0, 9700.0, 9662.0, 9729.0, 9704.0, 9648.0, 9745.0, 9693.0, 9647.0, 9715.0, 9698.0, 9736.0, 9706.0, 9665.0, 9727.0, 9728.0, 9648.0, 9752.0, 9716.0, 9655.0, 9726.0, 9671.0, 9720.0, 9708.0, 9619.0, 9722.0, 9690.0, 9603.0, 9686.0, 9647.0, 9700.0, 9687.0, 9608.0, 9717.0, 9662.0, 9630.0, 9671.0, 9620.0, 9701.0, 9677.0, 9618.0, 9685.0, 9620.0, 9697.0, 9671.0, 9641.0, 9682.0, 9618.0, 9694.0, 9659.0, 9604.0, 9669.0, 9621.0, 9706.0, 9678.0, 9619.0, 9687.0, 9637.0, 9714.0, 9676.0, 9647.0, 9689.0, 9631.0, 9702.0, 9662.0, 9620.0, 9675.0, 9627.0, 9707.0, 9680.0, 9625.0, 9693.0, 9641.0, 9724.0, 9700.0, 9629.0, 9708.0, 9645.0, 9722.0, 9699.0, 9656.0, 9709.0, 9646.0, 9724.0, 9684.0, 9631.0, 9702.0, 9662.0, 9742.0, 9682.0, 9661.0, 9734.0, 9707.0, 9663.0, 9747.0, 9694.0, 9656.0, 9744.0, 9678.0, 9708.0, 9729.0, 9640.0, 9720.0, 9651.0, 9713.0, 9700.0, 9607.0, 9669.0, 9662.0, 9667.0, 9688.0, 9622.0, 9702.0, 9662.0, 9630.0, 9674.0, 9626.0, 9703.0, 9680.0, 9688.0, 9675.0, 9623.0, 9690.0, 9666.0, 9684.0, 9686.0, 9625.0, 9722.0, 9667.0, 9691.0, 9680.0, 9626.0, 9706.0, 9652.0, 9718.0, 9678.0, 9620.0, 9688.0, 9626.0, 9706.0, 9679.0, 9635.0, 9662.0, 9625.0, 9708.0, 9673.0, 9668.0, 9694.0, 9648.0, 9720.0, 9698.0, 9671.0, 9713.0, 9646.0, 9737.0, 9683.0, 9630.0, 9712.0, 9647.0, 9726.0, 9701.0, 9651.0, 9709.0, 9668.0, 9695.0, 9702.0, 9646.0, 9744.0, 9700.0, 9695.0, 9724.0, 9627.0, 9723.0, 9653.0, 9721.0, 9690.0, 9655.0, 9672.0, 9603.0, 9699.0, 9648.0, 9699.0, 9660.0, 9604.0, 9673.0, 9635.0, 9701.0, 9670.0, 9691.0, 9647.0, 9621.0, 9702.0, 9636.0, 9702.0, 9689.0, 9611.0, 9719.0, 9652.0, 9638.0, 9678.0, 9642.0, 9721.0, 9697.0, 9649.0, 9721.0, 9653.0, 9702.0, 9688.0, 9622.0, 9723.0, 9682.0, 9708.0, 9691.0, 9643.0, 9692.0, 9693.0, 9634.0, 9720.0, 9690.0, 9697.0, 9697.0, 9642.0, 9718.0, 9704.0, 9634.0, 9723.0, 9696.0, 9645.0, 9703.0, 9649.0, 9712.0, 9669.0, 9615.0, 9700.0, 9659.0, 9646.0, 9665.0, 9592.0, 9691.0, 9652.0, 9659.0, 9647.0, 9595.0, 9690.0, 9652.0, 9583.0, 9679.0, 9631.0, 9695.0, 9670.0, 9604.0, 9694.0, 9642.0, 9678.0, 9684.0, 9603.0, 9699.0, 9646.0, 9639.0, 9658.0, 9629.0, 9718.0, 9679.0, 9637.0, 9689.0, 9638.0, 9718.0, 9682.0, 9642.0, 9694.0, 9644.0, 9735.0, 9682.0, 9623.0, 9688.0, 9645.0, 9718.0, 9677.0, 9624.0, 9688.0, 9621.0, 9714.0, 9678.0, 9688.0, 9663.0, 9614.0, 9719.0, 9667.0, 9654.0, 9711.0, 9661.0, 9721.0, 9712.0, 9628.0, 9729.0, 9693.0, 9720.0, 9706.0, 9666.0, 9742.0, 9702.0, 9646.0, 9741.0, 9690.0, 9683.0, 9734.0, 9645.0, 9740.0, 9713.0, 9627.0, 9726.0, 9670.0, 9702.0, 9690.0, 9622.0, 9714.0, 9675.0, 9628.0, 9699.0, 9620.0, 9716.0, 9656.0, 9598.0, 9692.0, 9619.0, 9695.0, 9658.0, 9596.0, 9680.0, 9631.0, 9699.0, 9660.0, 9608.0, 9703.0, 9638.0, 9658.0, 9673.0, 9620.0, 9716.0, 9668.0, 9701.0, 9691.0, 9618.0, 9701.0, 9635.0, 9699.0, 9662.0, 9634.0, 9688.0, 9621.0, 9716.0, 9662.0, 9649.0, 9675.0, 9628.0, 9713.0, 9675.0, 9689.0, 9681.0, 9660.0, 9697.0, 9713.0, 9652.0, 9724.0, 9666.0, 9744.0, 9719.0, 9649.0, 9730.0, 9666.0, 9739.0, 9700.0, 9626.0, 9722.0, 9657.0, 9720.0, 9708.0, 9625.0, 9732.0, 9684.0, 9661.0, 9716.0, 9637.0, 9713.0, 9687.0, 9613.0, 9712.0, 9659.0, 9697.0, 9698.0, 9597.0, 9694.0, 9643.0, 9680.0, 9669.0, 9619.0, 9699.0, 9660.0, 9618.0, 9671.0, 9618.0, 9712.0, 9668.0, 9684.0, 9675.0, 9636.0, 9713.0, 9678.0, 9646.0, 9690.0, 9628.0, 9718.0, 9670.0, 9625.0, 9690.0, 9628.0, 9740.0, 9694.0, 9707.0, 9682.0, 9665.0, 9718.0, 9663.0, 9650.0, 9738.0, 9673.0, 9736.0, 9711.0, 9704.0, 9733.0, 9649.0, 9749.0, 9657.0, 9741.0, 9638.0, 9698.0, 9667.0, 9668.0, 9644.0, 9583.0, 9653.0, 9573.0, 9668.0, 9615.0, 9573.0, 9643.0, 9573.0, 9684.0, 9621.0, 9682.0, 9636.0, 9590.0, 9661.0, 9616.0, 9696.0, 9654.0, 9617.0, 9666.0, 9616.0, 9694.0, 9633.0, 9668.0, 9657.0, 9619.0, 9689.0, 9639.0, 9703.0, 9679.0, 9636.0, 9704.0, 9628.0, 9719.0, 9683.0, 9642.0, 9703.0, 9650.0, 9709.0, 9686.0, 9647.0, 9727.0, 9677.0, 9674.0, 9699.0, 9651.0, 9742.0, 9708.0, 9692.0, 9748.0, 9669.0, 9726.0, 9732.0, 9646.0, 9742.0, 9708.0, 9729.0, 9715.0, 9647.0, 9742.0, 9687.0, 9646.0, 9711.0, 9649.0, 9743.0, 9701.0, 9643.0, 9725.0, 9674.0, 9722.0, 9714.0, 9644.0, 9740.0, 9671.0, 9657.0, 9697.0, 9650.0, 9741.0, 9714.0, 9645.0, 9726.0, 9689.0, 9663.0, 9715.0, 9666.0, 9732.0, 9691.0, 9650.0, 9745.0, 9707.0, 9662.0, 9743.0, 9696.0, 9646.0, 9729.0, 9697.0, 9723.0, 9748.0, 9688.0, 9709.0, 9728.0, 9667.0, 9758.0, 9735.0, 9650.0, 9749.0, 9689.0, 9660.0, 9724.0, 9675.0, 9738.0, 9700.0, 9643.0, 9742.0, 9699.0, 9665.0, 9745.0, 9661.0, 9722.0, 9663.0, 9631.0, 9709.0, 9669.0, 9619.0, 9718.0, 9668.0, 9653.0, 9707.0, 9648.0, 9733.0, 9699.0, 9657.0, 9712.0, 9660.0, 9734.0, 9695.0, 9640.0, 9724.0, 9675.0, 9657.0, 9727.0, 9648.0, 9710.0, 9699.0, 9650.0, 9743.0, 9704.0, 9647.0, 9725.0, 9663.0, 9726.0, 9729.0, 9648.0, 9744.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.0003696676970633694</td></tr>
<tr><td colspan=3>aqi</td><td>0.01724101877897991</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.51356357052596</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2856776933256002</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0027436381902561</td></tr>
<tr><td colspan=3>efc</td><td>0.4494</td></tr>
<tr><td colspan=3>fber</td><td>6346.6943</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08021049490055504</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3910355486862442</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3402799071687914</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2990861270036973</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5417054848555645</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.180048109647113</td></tr>
<tr><td colspan=3>gcor</td><td>0.0153436</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021195730194449425</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015813743695616722</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.9501004378994358</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>42.5213</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.3261</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.208</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309198.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>781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.5276</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6503</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.6868</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3675.1774</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.6894</td></tr>
<tr><td colspan=3>tsnr</td><td>47.668115086853504</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>