ds005256-mriqc/sub-0107_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter 4e7dd6cdf9 [DATALAD RUNCMD] Compute MRIQC for sub-0107
=== 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-0107 --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-0107",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:41:58 +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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-02/func/sub-0107_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>15af8db8d733f7f619a5d231985835b4</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:49:17.875000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995457, 0.0745063, 0.0592865, -0.0718791, 0.996385, -0.045278]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0865211</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>[4217, -7792, -7257, 412, -137, -131, 44, 40]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.551</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2651037e-a6d8-4a7f-8a7f-6b5db53e6288||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6707375049591064, -0.19284644722938538, 0.16860337555408478, 117.52903747558594], [-0.19989484548568726, 2.6732285022735596, -0.11018909513950348, -93.06896209716797], [0.15906140208244324, 0.12147743999958038, 2.692476749420166, -89.68680572509766], [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': ['144917.875000', '144918.335000', '144918.795000', '144919.255000', '144919.715000', '144920.175000', '144920.635000', '144921.095000', '144921.555000', '144922.015000', '144922.475000', '144922.935000', '144923.395000', '144923.855000', '144924.315000', '144924.775000', '144925.235000', '144925.695000', '144926.155000', '144926.615000', '144927.075000', '144927.535000', '144927.995000', '144928.455000', '144928.915000', '144929.375000', '144929.835000', '144930.295000', '144930.755000', '144931.215000', '144931.675000', '144932.135000', '144932.595000', '144933.055000', '144933.515000', '144933.975000', '144934.435000', '144934.895000', '144935.355000', '144935.815000', '144936.275000', '144936.735000', '144937.195000', '144937.655000', '144938.115000', '144938.575000', '144939.035000', '144939.495000', '144939.955000', '144940.415000', '144940.875000', '144941.335000', '144941.795000', '144942.255000', '144942.715000', '144943.175000', '144943.635000', '144944.095000', '144944.555000', '144945.015000', '144945.475000', '144945.935000', '144946.395000', '144946.855000', '144947.315000', '144947.775000', '144948.235000', '144948.695000', '144949.155000', '144949.615000', '144950.075000', '144950.535000', '144950.995000', '144951.455000', '144951.915000', '144952.375000', '144952.835000', '144953.295000', '144953.755000', '144954.215000', '144954.675000', '144955.135000', '144955.595000', '144956.055000', '144956.515000', '144956.975000', '144957.435000', '144957.895000', '144958.355000', '144958.815000', '144959.275000', '144959.735000', '145000.195000', '145000.655000', '145001.115000', '145001.575000', '145002.035000', '145002.495000', '145002.955000', '145003.415000', '145003.875000', '145004.335000', '145004.795000', '145005.255000', '145005.715000', '145006.175000', '145006.635000', '145007.095000', '145007.555000', '145008.015000', '145008.475000', '145008.935000', '145009.395000', '145009.855000', '145010.315000', '145010.775000', '145011.235000', '145011.695000', '145012.155000', '145012.615000', '145013.075000', '145013.535000', '145013.995000', '145014.455000', '145014.915000', '145015.375000', '145015.835000', '145016.295000', '145016.755000', '145017.215000', '145017.675000', '145018.135000', '145018.595000', '145019.055000', '145019.515000', '145019.975000', '145020.435000', '145020.895000', '145021.355000', '145021.815000', '145022.275000', '145022.735000', '145023.195000', '145023.655000', '145024.115000', '145024.575000', '145025.035000', '145025.495000', '145025.955000', '145026.415000', '145026.875000', '145027.335000', '145027.795000', '145028.255000', '145028.715000', '145029.175000', '145029.635000', '145030.095000', '145030.555000', '145031.015000', '145031.475000', '145031.935000', '145032.395000', '145032.855000', '145033.315000', '145033.775000', '145034.235000', '145034.695000', '145035.155000', '145035.615000', '145036.075000', '145036.535000', '145036.995000', '145037.455000', '145037.915000', '145038.375000', '145038.835000', '145039.295000', '145039.755000', '145040.215000', '145040.675000', '145041.135000', '145041.595000', '145042.055000', '145042.515000', '145042.975000', '145043.435000', '145043.895000', '145044.355000', '145044.815000', '145045.275000', '145045.735000', '145046.195000', '145046.655000', '145047.115000', '145047.575000', '145048.035000', '145048.495000', '145048.955000', '145049.415000', '145049.875000', '145050.335000', '145050.795000', '145051.255000', '145051.715000', '145052.175000', '145052.635000', '145053.095000', '145053.555000', '145054.015000', '145054.475000', '145054.935000', '145055.395000', '145055.855000', '145056.315000', '145056.775000', '145057.235000', '145057.695000', '145058.155000', '145058.615000', '145059.075000', '145059.535000', '145059.995000', '145100.455000', '145100.915000', '145101.375000', '145101.835000', '145102.295000', '145102.755000', '145103.215000', '145103.675000', '145104.135000', '145104.595000', '145105.055000', '145105.515000', '145105.975000', '145106.435000', '145106.895000', '145107.355000', '145107.815000', '145108.275000', '145108.735000', '145109.195000', '145109.655000', '145110.115000', '145110.575000', '145111.035000', '145111.495000', '145111.955000', '145112.415000', '145112.875000', '145113.335000', '145113.795000', '145114.255000', '145114.715000', '145115.175000', '145115.635000', '145116.095000', '145116.555000', '145117.015000', '145117.475000', '145117.935000', '145118.395000', '145118.855000', '145119.315000', '145119.775000', '145120.235000', '145120.695000', '145121.155000', '145121.615000', '145122.075000', '145122.535000', '145122.995000', '145123.455000', '145123.915000', '145124.375000', '145124.835000', '145125.295000', '145125.755000', '145126.215000', '145126.675000', '145127.135000', '145127.595000', '145128.055000', '145128.515000', '145128.975000', '145129.435000', '145129.895000', '145130.355000', '145130.815000', '145131.275000', '145131.735000', '145132.195000', '145132.655000', '145133.115000', '145133.575000', '145134.035000', '145134.495000', '145134.955000', '145135.415000', '145135.875000', '145136.335000', '145136.795000', '145137.255000', '145137.715000', '145138.175000', '145138.635000', '145139.095000', '145139.555000', '145140.015000', '145140.475000', '145140.935000', '145141.395000', '145141.855000', '145142.315000', '145142.775000', '145143.235000', '145143.695000', '145144.155000', '145144.615000', '145145.075000', '145145.535000', '145145.995000', '145146.455000', '145146.915000', '145147.375000', '145147.835000', '145148.295000', '145148.755000', '145149.215000', '145149.675000', '145150.135000', '145150.595000', '145151.055000', '145151.515000', '145151.975000', '145152.435000', '145152.895000', '145153.355000', '145153.815000', '145154.275000', '145154.735000', '145155.195000', '145155.655000', '145156.115000', '145156.575000', '145157.035000', '145157.495000', '145157.955000', '145158.415000', '145158.875000', '145159.335000', '145159.795000', '145200.255000', '145200.715000', '145201.175000', '145201.635000', '145202.095000', '145202.555000', '145203.015000', '145203.475000', '145203.935000', '145204.395000', '145204.855000', '145205.315000', '145205.775000', '145206.235000', '145206.695000', '145207.155000', '145207.615000', '145208.075000', '145208.535000', '145208.995000', '145209.455000', '145209.915000', '145210.375000', '145210.835000', '145211.295000', '145211.755000', '145212.215000', '145212.675000', '145213.135000', '145213.595000', '145214.055000', '145214.515000', '145214.975000', '145215.435000', '145215.895000', '145216.355000', '145216.815000', '145217.275000', '145217.735000', '145218.195000', '145218.655000', '145219.115000', '145219.575000', '145220.035000', '145220.495000', '145220.955000', '145221.415000', '145221.875000', '145222.335000', '145222.795000', '145223.255000', '145223.715000', '145224.175000', '145224.635000', '145225.095000', '145225.555000', '145226.015000', '145226.475000', '145226.935000', '145227.395000', '145227.855000', '145228.315000', '145228.775000', '145229.235000', '145229.695000', '145230.155000', '145230.615000', '145231.075000', '145231.535000', '145231.995000', '145232.455000', '145232.915000', '145233.375000', '145233.835000', '145234.295000', '145234.755000', '145235.215000', '145235.675000', '145236.135000', '145236.595000', '145237.055000', '145237.515000', '145237.975000', '145238.435000', '145238.895000', '145239.355000', '145239.815000', '145240.275000', '145240.735000', '145241.195000', '145241.655000', '145242.115000', '145242.575000', '145243.035000', '145243.495000', '145243.955000', '145244.415000', '145244.875000', '145245.335000', '145245.795000', '145246.255000', '145246.715000', '145247.175000', '145247.635000', '145248.095000', '145248.555000', '145249.015000', '145249.475000', '145249.935000', '145250.395000', '145250.855000', '145251.315000', '145251.775000', '145252.235000', '145252.695000', '145253.155000', '145253.615000', '145254.075000', '145254.535000', '145254.995000', '145255.455000', '145255.915000', '145256.375000', '145256.835000', '145257.295000', '145257.755000', '145258.215000', '145258.675000', '145259.135000', '145259.595000', '145300.055000', '145300.515000', '145300.975000', '145301.435000', '145301.895000', '145302.355000', '145302.815000', '145303.275000', '145303.735000', '145304.195000', '145304.655000', '145305.115000', '145305.575000', '145306.035000', '145306.495000', '145306.955000', '145307.415000', '145307.875000', '145308.335000', '145308.795000', '145309.255000', '145309.715000', '145310.175000', '145310.635000', '145311.095000', '145311.555000', '145312.015000', '145312.475000', '145312.935000', '145313.395000', '145313.855000', '145314.315000', '145314.775000', '145315.235000', '145315.695000', '145316.155000', '145316.615000', '145317.075000', '145317.535000', '145317.995000', '145318.455000', '145318.915000', '145319.375000', '145319.835000', '145320.295000', '145320.755000', '145321.215000', '145321.675000', '145322.135000', '145322.595000', '145323.055000', '145323.515000', '145323.975000', '145324.435000', '145324.895000', '145325.355000', '145325.815000', '145326.275000', '145326.735000', '145327.195000', '145327.655000', '145328.115000', '145328.575000', '145329.035000', '145329.495000', '145329.955000', '145330.415000', '145330.875000', '145331.335000', '145331.795000', '145332.255000', '145332.715000', '145333.175000', '145333.635000', '145334.095000', '145334.555000', '145335.015000', '145335.475000', '145335.935000', '145336.395000', '145336.855000', '145337.315000', '145337.775000', '145338.235000', '145338.695000', '145339.155000', '145339.615000', '145340.075000', '145340.535000', '145340.995000', '145341.455000', '145341.915000', '145342.375000', '145342.835000', '145343.295000', '145343.755000', '145344.215000', '145344.675000', '145345.135000', '145345.595000', '145346.055000', '145346.515000', '145346.975000', '145347.435000', '145347.895000', '145348.355000', '145348.815000', '145349.275000', '145349.735000', '145350.195000', '145350.655000', '145351.115000', '145351.575000', '145352.035000', '145352.495000', '145352.955000', '145353.415000', '145353.875000', '145354.335000', '145354.795000', '145355.255000', '145355.715000', '145356.175000', '145356.635000', '145357.095000', '145357.555000', '145358.015000', '145358.475000', '145358.935000', '145359.395000', '145359.855000', '145400.315000', '145400.775000', '145401.235000', '145401.695000', '145402.155000', '145402.615000', '145403.075000', '145403.535000', '145403.995000', '145404.455000', '145404.915000', '145405.375000', '145405.835000', '145406.295000', '145406.755000', '145407.215000', '145407.675000', '145408.135000', '145408.595000', '145409.055000', '145409.515000', '145409.975000', '145410.435000', '145410.895000', '145411.355000', '145411.815000', '145412.275000', '145412.735000', '145413.195000', '145413.655000', '145414.115000', '145414.575000', '145415.035000', '145415.495000', '145415.955000', '145416.415000', '145416.875000', '145417.335000', '145417.795000', '145418.255000', '145418.715000', '145419.175000', '145419.635000', '145420.095000', '145420.555000', '145421.015000', '145421.475000', '145421.935000', '145422.395000', '145422.855000', '145423.315000', '145423.775000', '145424.235000', '145424.695000', '145425.155000', '145425.615000', '145426.075000', '145426.535000', '145426.995000', '145427.455000', '145427.915000', '145428.375000', '145428.835000', '145429.295000', '145429.755000', '145430.215000', '145430.675000', '145431.135000', '145431.595000', '145432.055000', '145432.515000', '145432.975000', '145433.435000', '145433.895000', '145434.355000', '145434.815000', '145435.275000', '145435.735000', '145436.195000', '145436.655000', '145437.115000', '145437.575000', '145438.035000', '145438.495000', '145438.955000', '145439.415000', '145439.875000', '145440.335000', '145440.795000', '145441.255000', '145441.715000', '145442.175000', '145442.635000', '145443.095000', '145443.555000', '145444.015000', '145444.475000', '145444.935000', '145445.395000', '145445.855000', '145446.315000', '145446.775000', '145447.235000', '145447.695000', '145448.155000', '145448.615000', '145449.075000', '145449.535000', '145449.995000', '145450.455000', '145450.915000', '145451.375000', '145451.835000', '145452.295000', '145452.755000', '145453.215000', '145453.675000', '145454.135000', '145454.595000', '145455.055000', '145455.515000', '145455.975000', '145456.435000', '145456.895000', '145457.355000', '145457.815000', '145458.275000', '145458.735000', '145459.195000', '145459.655000', '145500.115000', '145500.575000', '145501.035000', '145501.495000', '145501.955000', '145502.415000', '145502.875000', '145503.335000', '145503.795000', '145504.255000', '145504.715000', '145505.175000', '145505.635000', '145506.095000', '145506.555000', '145507.015000', '145507.475000', '145507.935000', '145508.395000', '145508.855000', '145509.315000', '145509.775000', '145510.235000', '145510.695000', '145511.155000', '145511.615000', '145512.075000', '145512.535000', '145512.995000', '145513.455000', '145513.915000', '145514.375000', '145514.835000', '145515.295000', '145515.755000', '145516.215000', '145516.675000', '145517.135000', '145517.595000', '145518.055000', '145518.515000', '145518.975000', '145519.435000', '145519.895000', '145520.355000', '145520.815000', '145521.275000', '145521.735000', '145522.195000', '145522.655000', '145523.115000', '145523.575000', '145524.035000', '145524.495000', '145524.955000', '145525.415000', '145525.875000', '145526.335000', '145526.795000', '145527.255000', '145527.715000', '145528.175000', '145528.635000', '145529.095000', '145529.555000', '145530.015000', '145530.475000', '145530.935000', '145531.395000', '145531.855000', '145532.315000', '145532.775000', '145533.235000', '145533.695000', '145534.155000', '145534.615000', '145535.075000', '145535.535000', '145535.995000', '145536.455000', '145536.915000', '145537.375000', '145537.835000', '145538.295000', '145538.755000', '145539.215000', '145539.675000', '145540.135000', '145540.595000', '145541.055000', '145541.515000', '145541.975000', '145542.435000', '145542.895000', '145543.355000', '145543.815000', '145544.275000', '145544.735000', '145545.195000', '145545.655000', '145546.115000', '145546.575000', '145547.035000', '145547.495000', '145547.955000', '145548.415000', '145548.875000', '145549.335000', '145549.795000', '145550.255000', '145550.715000', '145551.175000', '145551.635000', '145552.095000', '145552.555000', '145553.015000', '145553.475000', '145553.935000', '145554.395000', '145554.855000', '145555.315000', '145555.775000', '145556.235000', '145556.695000', '145557.155000', '145557.615000', '145558.075000', '145558.535000', '145558.995000', '145559.455000', '145559.915000', '145600.375000', '145600.835000', '145601.295000', '145601.755000', '145602.215000', '145602.675000', '145603.135000', '145603.595000', '145604.055000', '145604.515000', '145604.975000', '145605.435000', '145605.895000', '145606.355000', '145606.815000', '145607.275000', '145607.735000', '145608.195000', '145608.655000', '145609.115000', '145609.575000', '145610.035000', '145610.495000', '145610.955000', '145611.415000', '145611.875000', '145612.335000', '145612.795000', '145613.255000', '145613.715000', '145614.175000', '145614.635000', '145615.095000', '145615.555000', '145616.015000', '145616.475000', '145616.935000', '145617.395000', '145617.855000', '145618.315000', '145618.775000', '145619.235000', '145619.695000', '145620.155000', '145620.615000', '145621.075000', '145621.535000', '145621.995000', '145622.455000', '145622.915000', '145623.375000', '145623.835000', '145624.295000', '145624.755000', '145625.215000', '145625.675000', '145626.135000', '145626.595000', '145627.055000', '145627.515000', '145627.975000', '145628.435000', '145628.895000', '145629.355000', '145629.815000', '145630.275000', '145630.735000', '145631.195000', '145631.655000', '145632.115000', '145632.575000', '145633.035000', '145633.495000', '145633.955000', '145634.415000', '145634.875000', '145635.335000', '145635.795000', '145636.255000', '145636.715000', '145637.175000', '145637.635000', '145638.095000', '145638.555000', '145639.015000', '145639.475000', '145639.935000', '145640.395000', '145640.855000', '145641.315000', '145641.775000', '145642.235000', '145642.695000', '145643.155000', '145643.615000', '145644.075000', '145644.535000', '145644.995000', '145645.455000', '145645.915000', '145646.375000', '145646.835000', '145647.295000', '145647.755000', '145648.215000', '145648.675000', '145649.135000', '145649.595000', '145650.055000', '145650.515000', '145650.975000', '145651.435000', '145651.895000', '145652.355000', '145652.815000', '145653.275000', '145653.735000', '145654.195000', '145654.655000', '145655.115000', '145655.575000', '145656.035000', '145656.495000', '145656.955000', '145657.415000', '145657.875000', '145658.335000', '145658.795000', '145659.255000', '145659.715000', '145700.175000', '145700.635000', '145701.095000', '145701.555000', '145702.015000', '145702.475000', '145702.935000', '145703.395000', '145703.855000', '145704.315000', '145704.775000', '145705.235000', '145705.695000', '145706.155000', '145706.615000', '145707.075000', '145707.535000', '145707.995000', '145708.455000', '145708.915000', '145709.375000', '145709.835000', '145710.295000', '145710.755000', '145711.215000', '145711.675000', '145712.135000', '145712.595000', '145713.055000', '145713.515000', '145713.975000', '145714.435000', '145714.895000', '145715.355000', '145715.815000', '145716.275000', '145716.735000', '145717.195000', '145717.655000', '145718.115000', '145718.575000', '145719.035000', '145719.495000', '145719.955000', '145720.415000', '145720.875000', '145721.335000', '145721.795000', '145722.255000', '145722.715000', '145723.175000', '145723.635000', '145724.095000', '145724.555000', '145725.015000', '145725.475000', '145725.935000', '145726.395000', '145726.855000', '145727.315000', '145727.775000', '145728.235000', '145728.695000', '145729.155000', '145729.615000', '145730.075000', '145730.535000', '145730.995000', '145731.455000', '145731.915000', '145732.375000', '145732.835000', '145733.295000', '145733.755000', '145734.215000', '145734.675000', '145735.135000', '145735.595000', '145736.055000', '145736.515000', '145736.975000', '145737.435000', '145737.895000', '145738.355000', '145738.815000', '145739.275000', '145739.735000', '145740.195000', '145740.655000', '145741.115000', '145741.575000', '145742.035000', '145742.495000', '145742.955000', '145743.415000', '145743.875000', '145744.335000', '145744.795000', '145745.255000', '145745.715000', '145746.175000', '145746.635000', '145747.095000', '145747.555000', '145748.015000', '145748.475000', '145748.935000', '145749.395000', '145749.855000', '145750.315000', '145750.775000', '145751.235000', '145751.695000', '145752.155000', '145752.615000', '145753.075000', '145753.535000', '145753.995000', '145754.455000', '145754.915000', '145755.375000', '145755.835000', '145756.295000', '145756.755000', '145757.215000', '145757.675000', '145758.135000', '145758.595000', '145759.055000', '145759.515000', '145759.975000', '145800.435000', '145800.895000', '145801.355000', '145801.815000', '145802.275000', '145802.735000', '145803.195000', '145803.655000', '145804.115000', '145804.575000', '145805.035000', '145805.495000', '145805.955000', '145806.415000', '145806.875000', '145807.335000', '145807.795000', '145808.255000', '145808.715000', '145809.175000', '145809.635000', '145810.095000', '145810.555000', '145811.015000', '145811.475000', '145811.935000', '145812.395000', '145812.855000', '145813.315000', '145813.775000', '145814.235000', '145814.695000', '145815.155000', '145815.615000', '145816.075000', '145816.535000', '145816.995000', '145817.455000', '145817.915000', '145818.375000', '145818.835000', '145819.295000', '145819.755000', '145820.215000', '145820.675000', '145821.135000', '145821.595000', '145822.055000', '145822.515000', '145822.975000', '145823.435000', '145823.895000', '145824.355000', '145824.815000', '145825.275000', '145825.735000', '145826.195000', '145826.655000', '145827.115000', '145827.575000', '145828.035000', '145828.495000', '145828.955000', '145829.415000', '145829.875000', '145830.335000', '145830.795000', '145831.255000', '145831.715000', '145832.175000', '145832.635000', '145833.095000', '145833.555000', '145834.015000', '145834.475000', '145834.935000', '145835.395000', '145835.855000', '145836.315000', '145836.775000', '145837.235000', '145837.695000', '145838.155000', '145838.615000', '145839.075000', '145839.535000', '145839.995000', '145840.455000', '145840.915000', '145841.375000', '145841.835000', '145842.295000', '145842.755000', '145843.215000', '145843.675000', '145844.135000', '145844.595000', '145845.055000', '145845.515000', '145845.975000', '145846.435000', '145846.895000', '145847.355000', '145847.815000', '145848.275000', '145848.735000', '145849.195000', '145849.655000', '145850.115000', '145850.575000', '145851.035000', '145851.495000', '145851.955000', '145852.415000', '145852.875000', '145853.335000', '145853.795000', '145854.255000', '145854.715000', '145855.175000', '145855.635000', '145856.095000', '145856.555000', '145857.015000', '145857.475000', '145857.935000', '145858.395000', '145858.855000', '145859.315000', '145859.775000', '145900.235000', '145900.695000', '145901.155000', '145901.615000', '145902.075000', '145902.535000', '145902.995000', '145903.455000', '145903.915000', '145904.375000', '145904.835000', '145905.295000', '145905.755000', '145906.215000', '145906.675000', '145907.135000', '145907.595000', '145908.055000', '145908.515000', '145908.975000', '145909.435000', '145909.895000', '145910.355000', '145910.815000', '145911.275000', '145911.735000', '145912.195000', '145912.655000', '145913.115000', '145913.575000', '145914.035000', '145914.495000'], 'ContentTime': ['144931.967000', '144931.970000', '144931.973000', '144931.976000', '144931.978000', '144931.981000', '144931.983000', '144931.986000', '144932.015000', '144932.018000', '144932.020000', '144932.023000', '144932.025000', '144932.028000', '144932.030000', '144932.033000', '144932.036000', '144932.048000', '144932.050000', '144932.053000', '144932.055000', '144932.058000', '144932.061000', '144932.063000', '144932.066000', '144932.068000', '144932.071000', '144951.937000', '144951.940000', '144951.950000', '144951.953000', '144951.955000', '144951.958000', '144951.960000', '144951.963000', '144951.966000', '144951.968000', '144951.971000', '144951.973000', '144951.976000', '144951.978000', '144951.981000', '144951.983000', '144951.986000', '144951.988000', '144951.991000', '144951.994000', '144951.996000', '144952.000000', '144952.002000', '144952.005000', '144952.007000', '144952.010000', '144952.012000', '144952.015000', '144952.018000', '144952.020000', '144952.023000', '144952.027000', '144952.030000', '144952.033000', '144952.035000', '144952.038000', '144952.040000', '144952.043000', '144952.045000', '144952.048000', '144952.050000', '144952.053000', '144952.056000', '145011.936000', '145011.939000', '145011.942000', '145011.944000', '145011.947000', '145011.949000', '145011.952000', '145011.954000', '145011.957000', '145011.960000', '145011.962000', '145011.965000', '145011.967000', '145011.970000', '145011.972000', '145011.975000', '145011.977000', '145011.980000', '145011.982000', '145011.985000', '145011.988000', '145011.990000', '145011.993000', '145011.995000', '145011.998000', '145012.001000', '145012.004000', '145012.007000', '145012.009000', '145012.012000', '145012.014000', '145012.017000', '145012.020000', '145012.022000', '145012.025000', '145012.027000', '145012.030000', '145012.032000', '145012.035000', '145012.045000', '145012.047000', '145012.050000', '145012.053000', '145012.055000', '145031.936000', '145031.940000', '145031.942000', '145031.945000', '145031.947000', '145031.950000', '145031.953000', '145031.955000', '145031.958000', '145031.960000', '145031.963000', '145031.965000', '145031.968000', '145031.971000', '145031.973000', '145031.976000', '145031.978000', '145031.981000', '145031.984000', '145031.986000', '145031.990000', '145031.992000', '145031.995000', '145031.998000', '145032.001000', '145032.004000', '145032.006000', '145032.009000', '145032.012000', '145032.014000', '145032.017000', '145032.019000', '145032.022000', '145032.025000', '145032.027000', '145032.030000', '145032.032000', '145032.035000', '145032.037000', '145032.040000', '145032.043000', '145032.045000', '145032.048000', '145051.937000', '145051.940000', '145051.943000', '145051.945000', '145051.948000', '145051.951000', '145051.953000', '145051.956000', '145051.958000', '145051.961000', '145051.964000', '145051.966000', '145051.969000', '145051.971000', '145051.974000', '145051.977000', '145051.979000', '145051.982000', '145051.993000', '145051.995000', '145051.998000', '145052.002000', '145052.004000', '145052.007000', '145052.009000', '145052.012000', '145052.015000', '145052.017000', '145052.020000', '145052.023000', '145052.025000', '145052.028000', '145052.030000', '145052.033000', '145052.035000', '145052.038000', '145052.041000', '145052.043000', '145052.046000', '145052.048000', '145052.063000', '145052.066000', '145052.068000', '145052.071000', '145111.938000', '145111.940000', '145111.943000', '145111.945000', '145111.948000', '145111.951000', '145111.953000', '145111.956000', '145111.958000', '145111.961000', '145111.964000', '145111.966000', '145111.969000', '145111.972000', '145111.974000', '145111.977000', '145111.980000', '145111.982000', '145111.985000', '145111.987000', '145111.990000', '145111.993000', '145111.995000', '145111.998000', '145112.001000', '145112.004000', '145112.007000', '145112.009000', '145112.012000', '145112.014000', '145112.017000', '145112.019000', '145112.022000', '145112.025000', '145112.027000', '145112.030000', '145112.032000', '145112.035000', '145112.038000', '145112.040000', '145112.043000', '145112.045000', '145112.048000', '145131.938000', '145131.940000', '145131.943000', '145131.946000', '145131.948000', '145131.951000', '145131.953000', '145131.956000', '145131.958000', '145131.961000', '145131.964000', '145131.966000', '145131.969000', '145131.971000', '145131.974000', '145131.977000', '145131.979000', '145131.982000', '145131.984000', '145131.987000', '145131.990000', '145131.992000', '145131.995000', '145131.998000', '145132.001000', '145132.004000', '145132.007000', '145132.009000', '145132.012000', '145132.014000', '145132.017000', '145132.019000', '145132.022000', '145132.025000', '145132.027000', '145132.030000', '145132.032000', '145132.035000', '145132.038000', '145132.040000', '145132.043000', '145132.046000', '145132.048000', '145132.051000', '145151.937000', '145151.940000', '145151.943000', '145151.945000', '145151.948000', '145151.950000', '145151.953000', '145151.955000', '145151.958000', '145151.961000', '145151.963000', '145151.966000', '145151.968000', '145151.971000', '145151.974000', '145151.976000', '145151.979000', '145151.981000', '145151.984000', '145151.987000', '145151.990000', '145151.992000', '145151.995000', '145151.998000', '145152.001000', '145152.004000', '145152.007000', '145152.009000', '145152.012000', '145152.015000', '145152.017000', '145152.020000', '145152.022000', '145152.025000', '145152.028000', '145152.032000', '145152.034000', '145152.037000', '145152.039000', '145152.042000', '145152.044000', '145152.047000', '145152.050000', '145211.937000', '145211.939000', '145211.949000', '145211.952000', '145211.954000', '145211.957000', '145211.959000', '145211.962000', '145211.970000', '145211.973000', '145211.975000', '145211.978000', '145211.981000', '145211.983000', '145211.986000', '145211.988000', '145211.991000', '145211.994000', '145211.997000', '145212.001000', '145212.004000', '145212.007000', '145212.009000', '145212.012000', '145212.015000', '145212.017000', '145212.020000', '145212.022000', '145212.025000', '145212.028000', '145212.030000', '145212.033000', '145212.036000', '145212.038000', '145212.041000', '145212.043000', '145212.046000', '145212.049000', '145212.051000', '145212.054000', '145212.056000', '145212.059000', '145212.061000', '145212.064000', '145231.937000', '145231.939000', '145231.942000', '145231.945000', '145231.947000', '145231.950000', '145231.952000', '145231.955000', '145231.958000', '145231.960000', '145231.963000', '145231.966000', '145231.968000', '145231.971000', '145231.973000', '145231.976000', '145231.978000', '145231.981000', '145231.984000', '145231.986000', '145231.989000', '145231.991000', '145231.994000', '145231.997000', '145232.000000', '145232.003000', '145232.006000', '145232.008000', '145232.011000', '145232.014000', '145232.019000', '145232.021000', '145232.024000', '145232.026000', '145232.029000', '145232.043000', '145232.046000', '145232.048000', '145232.051000', '145232.054000', '145232.056000', '145232.059000', '145232.062000', '145251.936000', '145251.942000', '145251.945000', '145251.948000', '145251.951000', '145251.954000', '145251.956000', '145251.959000', '145251.961000', '145251.964000', '145251.967000', '145251.969000', '145251.972000', '145251.974000', '145251.977000', '145251.980000', '145251.982000', '145251.985000', '145251.987000', '145251.990000', '145251.992000', '145251.995000', '145251.998000', '145252.001000', '145252.004000', '145252.006000', '145252.009000', '145252.011000', '145252.014000', '145252.017000', '145252.019000', '145252.022000', '145252.024000', '145252.027000', '145252.030000', '145252.032000', '145252.035000', '145252.037000', '145252.040000', '145252.042000', '145252.045000', '145252.048000', '145252.050000', '145252.053000', '145311.937000', '145311.940000', '145311.943000', '145311.945000', '145311.948000', '145311.951000', '145311.953000', '145311.956000', '145311.958000', '145311.961000', '145311.964000', '145311.966000', '145311.969000', '145311.971000', '145311.974000', '145311.976000', '145311.979000', '145311.981000', '145311.984000', '145311.987000', '145311.989000', '145311.992000', '145311.995000', '145311.997000', '145312.001000', '145312.003000', '145312.006000', '145312.009000', '145312.011000', '145312.014000', '145312.017000', '145312.019000', '145312.022000', '145312.025000', '145312.028000', '145312.031000', '145312.034000', '145312.036000', '145312.039000', '145312.054000', '145312.057000', '145312.059000', '145312.062000', '145331.937000', '145331.940000', '145331.943000', '145331.946000', '145331.948000', '145331.951000', '145331.954000', '145331.956000', '145331.959000', '145331.962000', '145331.964000', '145331.967000', '145331.969000', '145331.972000', '145331.975000', '145331.977000', '145331.980000', '145331.982000', '145331.985000', '145331.988000', '145331.990000', '145331.993000', '145331.996000', '145331.998000', '145332.002000', '145332.004000', '145332.007000', '145332.010000', '145332.012000', '145332.015000', '145332.017000', '145332.020000', '145332.023000', '145332.025000', '145332.028000', '145332.030000', '145332.033000', '145332.036000', '145332.038000', '145332.041000', '145332.044000', '145332.046000', '145332.049000', '145332.051000', '145351.937000', '145351.940000', '145351.943000', '145351.945000', '145351.948000', '145351.951000', '145351.953000', '145351.956000', '145351.959000', '145351.961000', '145351.964000', '145351.966000', '145351.969000', '145351.971000', '145351.974000', '145351.977000', '145351.979000', '145351.982000', '145351.984000', '145351.987000', '145351.989000', '145351.992000', '145351.995000', '145351.997000', '145352.001000', '145352.003000', '145352.006000', '145352.009000', '145352.011000', '145352.014000', '145352.016000', '145352.019000', '145352.022000', '145352.024000', '145352.027000', '145352.029000', '145352.032000', '145352.034000', '145352.037000', '145352.040000', '145352.042000', '145352.045000', '145352.047000', '145411.937000', '145411.940000', '145411.943000', '145411.945000', '145411.948000', '145411.951000', '145411.953000', '145411.956000', '145411.958000', '145411.961000', '145411.964000', '145411.966000', '145411.969000', '145411.971000', '145411.974000', '145411.977000', '145411.979000', '145411.989000', '145411.992000', '145411.994000', '145411.997000', '145412.001000', '145412.003000', '145412.006000', '145412.009000', '145412.011000', '145412.014000', '145412.016000', '145412.019000', '145412.021000', '145412.024000', '145412.027000', '145412.029000', '145412.032000', '145412.034000', '145412.037000', '145412.040000', '145412.042000', '145412.045000', '145412.047000', '145412.050000', '145412.052000', '145412.055000', '145412.058000', '145431.937000', '145431.939000', '145431.942000', '145431.945000', '145431.947000', '145431.950000', '145431.952000', '145431.955000', '145431.958000', '145431.960000', '145431.963000', '145431.965000', '145431.968000', '145431.971000', '145431.973000', '145431.976000', '145431.979000', '145431.981000', '145431.984000', '145431.986000', '145431.989000', '145431.992000', '145431.994000', '145431.997000', '145432.000000', '145432.003000', '145432.005000', '145432.009000', '145432.012000', '145432.014000', '145432.017000', '145432.020000', '145432.022000', '145432.025000', '145432.027000', '145432.030000', '145432.033000', '145432.035000', '145432.038000', '145432.040000', '145432.043000', '145432.046000', '145432.048000', '145451.937000', '145451.940000', '145451.942000', '145451.945000', '145451.947000', '145451.950000', '145451.952000', '145451.955000', '145451.958000', '145451.960000', '145451.963000', '145451.965000', '145451.968000', '145451.970000', '145451.973000', '145451.976000', '145451.978000', '145451.981000', '145451.983000', '145451.986000', '145451.989000', '145451.991000', '145451.994000', '145451.996000', '145452.000000', '145452.003000', '145452.005000', '145452.008000', '145452.011000', '145452.013000', '145452.016000', '145452.018000', '145452.021000', '145452.024000', '145452.026000', '145452.029000', '145452.039000', '145452.042000', '145452.044000', '145452.047000', '145452.050000', '145452.052000', '145452.055000', '145452.057000', '145511.937000', '145511.939000', '145511.942000', '145511.945000', '145511.947000', '145511.950000', '145511.952000', '145511.955000', '145511.958000', '145511.960000', '145511.963000', '145511.965000', '145511.968000', '145511.974000', '145511.977000', '145511.980000', '145511.982000', '145511.985000', '145511.987000', '145511.990000', '145511.992000', '145511.995000', '145511.998000', '145512.001000', '145512.004000', '145512.006000', '145512.009000', '145512.012000', '145512.014000', '145512.017000', '145512.020000', '145512.022000', '145512.025000', '145512.027000', '145512.030000', '145512.033000', '145512.035000', '145512.038000', '145512.040000', '145512.043000', '145512.046000', '145512.048000', '145512.051000', '145531.939000', '145531.943000', '145531.945000', '145531.948000', '145531.951000', '145531.954000', '145531.956000', '145531.959000', '145531.962000', '145531.964000', '145531.967000', '145531.970000', '145531.972000', '145531.975000', '145531.978000', '145531.980000', '145531.983000', '145531.985000', '145531.988000', '145531.991000', '145531.993000', '145531.996000', '145531.998000', '145532.002000', '145532.005000', '145532.007000', '145532.010000', '145532.012000', '145532.022000', '145532.025000', '145532.027000', '145532.030000', '145532.033000', '145532.035000', '145532.038000', '145532.040000', '145532.043000', '145532.045000', '145532.048000', '145532.051000', '145532.053000', '145532.056000', '145532.059000', '145551.937000', '145551.940000', '145551.943000', '145551.945000', '145551.948000', '145551.950000', '145551.953000', '145551.956000', '145551.958000', '145551.961000', '145551.963000', '145551.966000', '145551.969000', '145551.971000', '145551.974000', '145551.977000', '145551.979000', '145551.982000', '145551.984000', '145551.987000', '145551.990000', '145551.992000', '145551.995000', '145551.997000', '145552.001000', '145552.004000', '145552.006000', '145552.009000', '145552.012000', '145552.014000', '145552.017000', '145552.019000', '145552.022000', '145552.025000', '145552.027000', '145552.030000', '145552.032000', '145552.035000', '145552.037000', '145552.040000', '145552.043000', '145552.045000', '145552.048000', '145552.050000', '145611.938000', '145611.940000', '145611.943000', '145611.946000', '145611.948000', '145611.951000', '145611.953000', '145611.956000', '145611.958000', '145611.961000', '145611.964000', '145611.966000', '145611.969000', '145611.972000', '145611.974000', '145611.977000', '145611.979000', '145611.982000', '145611.984000', '145611.987000', '145611.990000', '145611.992000', '145611.995000', '145611.997000', '145612.001000', '145612.004000', '145612.006000', '145612.009000', '145612.011000', '145612.014000', '145612.016000', '145612.019000', '145612.022000', '145612.024000', '145612.027000', '145612.029000', '145612.032000', '145612.035000', '145612.037000', '145612.044000', '145612.047000', '145612.049000', '145612.052000', '145612.055000', '145631.938000', '145631.940000', '145631.943000', '145631.946000', '145631.949000', '145631.951000', '145631.954000', '145631.956000', '145631.959000', '145631.962000', '145631.964000', '145631.967000', '145631.970000', '145631.972000', '145631.975000', '145631.977000', '145631.980000', '145631.983000', '145631.985000', '145631.988000', '145631.991000', '145631.993000', '145631.996000', '145631.998000', '145632.002000', '145632.005000', '145632.008000', '145632.010000', '145632.013000', '145632.015000', '145632.018000', '145632.021000', '145632.023000', '145632.026000', '145632.028000', '145632.031000', '145632.034000', '145632.036000', '145632.039000', '145632.041000', '145632.044000', '145632.047000', '145632.049000', '145651.937000', '145651.939000', '145651.942000', '145651.944000', '145651.947000', '145651.950000', '145651.953000', '145651.955000', '145651.958000', '145651.961000', '145651.963000', '145651.966000', '145651.968000', '145651.971000', '145651.974000', '145651.976000', '145651.979000', '145651.981000', '145651.984000', '145651.987000', '145651.989000', '145651.992000', '145651.994000', '145651.997000', '145652.014000', '145652.016000', '145652.019000', '145652.022000', '145652.024000', '145652.027000', '145652.029000', '145652.032000', '145652.035000', '145652.037000', '145652.040000', '145652.050000', '145652.053000', '145652.055000', '145652.058000', '145652.060000', '145652.063000', '145652.066000', '145652.068000', '145652.071000', '145711.937000', '145711.939000', '145711.942000', '145711.945000', '145711.947000', '145711.950000', '145711.952000', '145711.955000', '145711.957000', '145711.960000', '145711.963000', '145711.965000', '145711.968000', '145711.970000', '145711.973000', '145711.975000', '145711.978000', '145711.987000', '145711.990000', '145711.992000', '145711.995000', '145711.998000', '145712.001000', '145712.004000', '145712.007000', '145712.009000', '145712.012000', '145712.014000', '145712.017000', '145712.020000', '145712.022000', '145712.025000', '145712.028000', '145712.030000', '145712.033000', '145712.035000', '145712.038000', '145712.041000', '145712.043000', '145712.046000', '145712.048000', '145712.051000', '145712.054000', '145731.937000', '145731.939000', '145731.943000', '145731.945000', '145731.948000', '145731.950000', '145731.953000', '145731.956000', '145731.959000', '145731.962000', '145731.964000', '145731.967000', '145731.970000', '145731.972000', '145731.975000', '145731.977000', '145731.980000', '145731.982000', '145731.985000', '145731.988000', '145731.990000', '145731.993000', '145731.995000', '145731.998000', '145732.002000', '145732.004000', '145732.007000', '145732.010000', '145732.012000', '145732.015000', '145732.018000', '145732.020000', '145732.023000', '145732.025000', '145732.028000', '145732.031000', '145732.033000', '145732.036000', '145732.038000', '145732.041000', '145732.044000', '145732.046000', '145732.049000', '145751.937000', '145751.940000', '145751.943000', '145751.945000', '145751.948000', '145751.951000', '145751.953000', '145751.956000', '145751.958000', '145751.961000', '145751.963000', '145751.966000', '145751.969000', '145751.971000', '145751.974000', '145751.977000', '145751.979000', '145751.982000', '145751.984000', '145751.987000', '145751.997000', '145752.001000', '145752.003000', '145752.006000', '145752.009000', '145752.012000', '145752.014000', '145752.017000', '145752.020000', '145752.022000', '145752.025000', '145752.028000', '145752.030000', '145752.033000', '145752.035000', '145752.038000', '145752.041000', '145752.043000', '145752.046000', '145752.049000', '145752.051000', '145752.054000', '145752.056000', '145752.059000', '145811.938000', '145811.940000', '145811.943000', '145811.946000', '145811.948000', '145811.951000', '145811.954000', '145811.957000', '145811.960000', '145811.963000', '145811.965000', '145811.968000', '145811.971000', '145811.973000', '145811.976000', '145811.978000', '145811.981000', '145811.984000', '145811.987000', '145811.990000', '145811.993000', '145812.006000', '145812.009000', '145812.011000', '145812.014000', '145812.016000', '145812.019000', '145812.022000', '145812.025000', '145812.027000', '145812.030000', '145812.032000', '145812.035000', '145812.038000', '145812.040000', '145812.043000', '145812.046000', '145812.049000', '145812.051000', '145812.054000', '145812.057000', '145812.059000', '145812.062000', '145831.937000', '145831.940000', '145831.943000', '145831.945000', '145831.948000', '145831.951000', '145831.953000', '145831.956000', '145831.959000', '145831.961000', '145831.964000', '145831.966000', '145831.969000', '145831.971000', '145831.974000', '145831.976000', '145831.979000', '145831.982000', '145831.984000', '145831.987000', '145831.989000', '145831.992000', '145831.995000', '145831.997000', '145832.001000', '145832.003000', '145832.006000', '145832.009000', '145832.011000', '145832.014000', '145832.017000', '145832.019000', '145832.022000', '145832.024000', '145832.027000', '145832.030000', '145832.032000', '145832.035000', '145832.038000', '145832.040000', '145832.043000', '145832.045000', '145832.048000', '145832.051000', '145851.938000', '145851.941000', '145851.943000', '145851.946000', '145851.948000', '145851.951000', '145851.960000', '145851.963000', '145851.965000', '145851.968000', '145851.971000', '145851.973000', '145851.976000', '145851.978000', '145851.981000', '145851.986000', '145851.989000', '145851.992000', '145851.994000', '145851.997000', '145852.001000', '145852.003000', '145852.006000', '145852.009000', '145852.011000', '145852.014000', '145852.017000', '145852.019000', '145852.022000', '145852.025000', '145852.027000', '145852.030000', '145852.032000', '145852.035000', '145852.038000', '145852.040000', '145852.043000', '145852.045000', '145852.048000', '145852.051000', '145852.053000', '145852.056000', '145852.058000', '145911.937000', '145911.939000', '145911.942000', '145911.945000', '145911.947000', '145911.950000', '145911.952000', '145911.955000', '145911.958000', '145911.960000', '145911.963000', '145911.965000', '145911.968000', '145911.971000', '145911.973000', '145911.976000', '145911.978000', '145911.981000', '145911.983000', '145911.986000', '145911.989000', '145911.991000', '145911.994000', '145911.996000', '145912.000000', '145912.003000', '145912.005000', '145912.008000', '145912.010000', '145912.013000', '145912.016000', '145912.018000', '145912.021000', '145912.023000', '145912.026000', '145912.029000', '145912.031000', '145912.034000', '145912.036000', '145912.039000', '145912.041000', '145912.044000', '145912.047000', '145912.049000', '145916.340000', '145916.344000', '145916.346000', '145916.349000', '145916.352000', '145916.355000', '145916.358000', '145916.360000', '145916.363000', '145916.366000'], 'InstanceCreationTime': ['144931.967000', '144931.970000', '144931.973000', '144931.976000', '144931.978000', '144931.981000', '144931.983000', '144931.986000', '144932.015000', '144932.018000', '144932.020000', '144932.023000', '144932.025000', '144932.028000', '144932.030000', '144932.033000', '144932.036000', '144932.048000', '144932.050000', '144932.053000', '144932.055000', '144932.058000', '144932.061000', '144932.063000', '144932.066000', '144932.068000', '144932.071000', '144951.937000', '144951.940000', '144951.950000', '144951.953000', '144951.955000', '144951.958000', '144951.960000', '144951.963000', '144951.966000', '144951.968000', '144951.971000', '144951.973000', '144951.976000', '144951.978000', '144951.981000', '144951.983000', '144951.986000', '144951.988000', '144951.991000', '144951.994000', '144951.996000', '144952.000000', '144952.002000', '144952.005000', '144952.007000', '144952.010000', '144952.012000', '144952.015000', '144952.018000', '144952.020000', '144952.023000', '144952.027000', '144952.030000', '144952.033000', '144952.035000', '144952.038000', '144952.040000', '144952.043000', '144952.045000', '144952.048000', '144952.050000', '144952.053000', '144952.056000', '145011.936000', '145011.939000', '145011.942000', '145011.944000', '145011.947000', '145011.949000', '145011.952000', '145011.954000', '145011.957000', '145011.960000', '145011.962000', '145011.965000', '145011.967000', '145011.970000', '145011.972000', '145011.975000', '145011.977000', '145011.980000', '145011.982000', '145011.985000', '145011.988000', '145011.990000', '145011.993000', '145011.995000', '145011.998000', '145012.001000', '145012.004000', '145012.007000', '145012.009000', '145012.012000', '145012.014000', '145012.017000', '145012.020000', '145012.022000', '145012.025000', '145012.027000', '145012.030000', '145012.032000', '145012.035000', '145012.045000', '145012.047000', '145012.050000', '145012.053000', '145012.055000', '145031.936000', '145031.940000', '145031.942000', '145031.945000', '145031.947000', '145031.950000', '145031.953000', '145031.955000', '145031.958000', '145031.960000', '145031.963000', '145031.965000', '145031.968000', '145031.971000', '145031.973000', '145031.976000', '145031.978000', '145031.981000', '145031.984000', '145031.986000', '145031.990000', '145031.992000', '145031.995000', '145031.998000', '145032.001000', '145032.004000', '145032.006000', '145032.009000', '145032.012000', '145032.014000', '145032.017000', '145032.019000', '145032.022000', '145032.025000', '145032.027000', '145032.030000', '145032.032000', '145032.035000', '145032.037000', '145032.040000', '145032.043000', '145032.045000', '145032.048000', '145051.937000', '145051.940000', '145051.943000', '145051.945000', '145051.948000', '145051.951000', '145051.953000', '145051.956000', '145051.958000', '145051.961000', '145051.964000', '145051.966000', '145051.969000', '145051.971000', '145051.974000', '145051.977000', '145051.979000', '145051.982000', '145051.993000', '145051.995000', '145051.998000', '145052.002000', '145052.004000', '145052.007000', '145052.009000', '145052.012000', '145052.015000', '145052.017000', '145052.020000', '145052.023000', '145052.025000', '145052.028000', '145052.030000', '145052.033000', '145052.035000', '145052.038000', '145052.041000', '145052.043000', '145052.046000', '145052.048000', '145052.063000', '145052.066000', '145052.068000', '145052.071000', '145111.938000', '145111.940000', '145111.943000', '145111.945000', '145111.948000', '145111.951000', '145111.953000', '145111.956000', '145111.958000', '145111.961000', '145111.964000', '145111.966000', '145111.969000', '145111.972000', '145111.974000', '145111.977000', '145111.980000', '145111.982000', '145111.985000', '145111.987000', '145111.990000', '145111.993000', '145111.995000', '145111.998000', '145112.001000', '145112.004000', '145112.007000', '145112.009000', '145112.012000', '145112.014000', '145112.017000', '145112.019000', '145112.022000', '145112.025000', '145112.027000', '145112.030000', '145112.032000', '145112.035000', '145112.038000', '145112.040000', '145112.043000', '145112.045000', '145112.048000', '145131.938000', '145131.940000', '145131.943000', '145131.946000', '145131.948000', '145131.951000', '145131.953000', '145131.956000', '145131.958000', '145131.961000', '145131.964000', '145131.966000', '145131.969000', '145131.971000', '145131.974000', '145131.977000', '145131.979000', '145131.982000', '145131.984000', '145131.987000', '145131.990000', '145131.992000', '145131.995000', '145131.998000', '145132.001000', '145132.004000', '145132.007000', '145132.009000', '145132.012000', '145132.014000', '145132.017000', '145132.019000', '145132.022000', '145132.025000', '145132.027000', '145132.030000', '145132.032000', '145132.035000', '145132.038000', '145132.040000', '145132.043000', '145132.046000', '145132.048000', '145132.051000', '145151.937000', '145151.940000', '145151.943000', '145151.945000', '145151.948000', '145151.950000', '145151.953000', '145151.955000', '145151.958000', '145151.961000', '145151.963000', '145151.966000', '145151.968000', '145151.971000', '145151.974000', '145151.976000', '145151.979000', '145151.981000', '145151.984000', '145151.987000', '145151.990000', '145151.992000', '145151.995000', '145151.998000', '145152.001000', '145152.004000', '145152.007000', '145152.009000', '145152.012000', '145152.015000', '145152.017000', '145152.020000', '145152.022000', '145152.025000', '145152.028000', '145152.032000', '145152.034000', '145152.037000', '145152.039000', '145152.042000', '145152.044000', '145152.047000', '145152.050000', '145211.937000', '145211.939000', '145211.949000', '145211.952000', '145211.954000', '145211.957000', '145211.959000', '145211.962000', '145211.970000', '145211.973000', '145211.975000', '145211.978000', '145211.981000', '145211.983000', '145211.986000', '145211.988000', '145211.991000', '145211.994000', '145211.997000', '145212.001000', '145212.004000', '145212.007000', '145212.009000', '145212.012000', '145212.015000', '145212.017000', '145212.020000', '145212.022000', '145212.025000', '145212.028000', '145212.030000', '145212.033000', '145212.036000', '145212.038000', '145212.041000', '145212.043000', '145212.046000', '145212.049000', '145212.051000', '145212.054000', '145212.056000', '145212.059000', '145212.061000', '145212.064000', '145231.937000', '145231.939000', '145231.942000', '145231.945000', '145231.947000', '145231.950000', '145231.952000', '145231.955000', '145231.958000', '145231.960000', '145231.963000', '145231.966000', '145231.968000', '145231.971000', '145231.973000', '145231.976000', '145231.978000', '145231.981000', '145231.984000', '145231.986000', '145231.989000', '145231.991000', '145231.994000', '145231.997000', '145232.000000', '145232.003000', '145232.006000', '145232.008000', '145232.011000', '145232.014000', '145232.019000', '145232.021000', '145232.024000', '145232.026000', '145232.029000', '145232.043000', '145232.046000', '145232.048000', '145232.051000', '145232.054000', '145232.056000', '145232.059000', '145232.062000', '145251.936000', '145251.942000', '145251.945000', '145251.948000', '145251.951000', '145251.954000', '145251.956000', '145251.959000', '145251.961000', '145251.964000', '145251.967000', '145251.969000', '145251.972000', '145251.974000', '145251.977000', '145251.980000', '145251.982000', '145251.985000', '145251.987000', '145251.990000', '145251.992000', '145251.995000', '145251.998000', '145252.001000', '145252.004000', '145252.006000', '145252.009000', '145252.011000', '145252.014000', '145252.017000', '145252.019000', '145252.022000', '145252.024000', '145252.027000', '145252.030000', '145252.032000', '145252.035000', '145252.037000', '145252.040000', '145252.042000', '145252.045000', '145252.048000', '145252.050000', '145252.053000', '145311.937000', '145311.940000', '145311.943000', '145311.945000', '145311.948000', '145311.951000', '145311.953000', '145311.956000', '145311.958000', '145311.961000', '145311.964000', '145311.966000', '145311.969000', '145311.971000', '145311.974000', '145311.976000', '145311.979000', '145311.981000', '145311.984000', '145311.987000', '145311.989000', '145311.992000', '145311.995000', '145311.997000', '145312.001000', '145312.003000', '145312.006000', '145312.009000', '145312.011000', '145312.014000', '145312.017000', '145312.019000', '145312.022000', '145312.025000', '145312.028000', '145312.031000', '145312.034000', '145312.036000', '145312.039000', '145312.054000', '145312.057000', '145312.059000', '145312.062000', '145331.937000', '145331.940000', '145331.943000', '145331.946000', '145331.948000', '145331.951000', '145331.954000', '145331.956000', '145331.959000', '145331.962000', '145331.964000', '145331.967000', '145331.969000', '145331.972000', '145331.975000', '145331.977000', '145331.980000', '145331.982000', '145331.985000', '145331.988000', '145331.990000', '145331.993000', '145331.996000', '145331.998000', '145332.002000', '145332.004000', '145332.007000', '145332.010000', '145332.012000', '145332.015000', '145332.017000', '145332.020000', '145332.023000', '145332.025000', '145332.028000', '145332.030000', '145332.033000', '145332.036000', '145332.038000', '145332.041000', '145332.044000', '145332.046000', '145332.049000', '145332.051000', '145351.937000', '145351.940000', '145351.943000', '145351.945000', '145351.948000', '145351.951000', '145351.953000', '145351.956000', '145351.959000', '145351.961000', '145351.964000', '145351.966000', '145351.969000', '145351.971000', '145351.974000', '145351.977000', '145351.979000', '145351.982000', '145351.984000', '145351.987000', '145351.989000', '145351.992000', '145351.995000', '145351.997000', '145352.001000', '145352.003000', '145352.006000', '145352.009000', '145352.011000', '145352.014000', '145352.016000', '145352.019000', '145352.022000', '145352.024000', '145352.027000', '145352.029000', '145352.032000', '145352.034000', '145352.037000', '145352.040000', '145352.042000', '145352.045000', '145352.047000', '145411.937000', '145411.940000', '145411.943000', '145411.945000', '145411.948000', '145411.951000', '145411.953000', '145411.956000', '145411.958000', '145411.961000', '145411.964000', '145411.966000', '145411.969000', '145411.971000', '145411.974000', '145411.977000', '145411.979000', '145411.989000', '145411.992000', '145411.994000', '145411.997000', '145412.001000', '145412.003000', '145412.006000', '145412.009000', '145412.011000', '145412.014000', '145412.016000', '145412.019000', '145412.021000', '145412.024000', '145412.027000', '145412.029000', '145412.032000', '145412.034000', '145412.037000', '145412.040000', '145412.042000', '145412.045000', '145412.047000', '145412.050000', '145412.052000', '145412.055000', '145412.058000', '145431.937000', '145431.939000', '145431.942000', '145431.945000', '145431.947000', '145431.950000', '145431.952000', '145431.955000', '145431.958000', '145431.960000', '145431.963000', '145431.965000', '145431.968000', '145431.971000', '145431.973000', '145431.976000', '145431.979000', '145431.981000', '145431.984000', '145431.986000', '145431.989000', '145431.992000', '145431.994000', '145431.997000', '145432.000000', '145432.003000', '145432.005000', '145432.009000', '145432.012000', '145432.014000', '145432.017000', '145432.020000', '145432.022000', '145432.025000', '145432.027000', '145432.030000', '145432.033000', '145432.035000', '145432.038000', '145432.040000', '145432.043000', '145432.046000', '145432.048000', '145451.937000', '145451.940000', '145451.942000', '145451.945000', '145451.947000', '145451.950000', '145451.952000', '145451.955000', '145451.958000', '145451.960000', '145451.963000', '145451.965000', '145451.968000', '145451.970000', '145451.973000', '145451.976000', '145451.978000', '145451.981000', '145451.983000', '145451.986000', '145451.989000', '145451.991000', '145451.994000', '145451.996000', '145452.000000', '145452.003000', '145452.005000', '145452.008000', '145452.011000', '145452.013000', '145452.016000', '145452.018000', '145452.021000', '145452.024000', '145452.026000', '145452.029000', '145452.039000', '145452.042000', '145452.044000', '145452.047000', '145452.050000', '145452.052000', '145452.055000', '145452.057000', '145511.937000', '145511.939000', '145511.942000', '145511.945000', '145511.947000', '145511.950000', '145511.952000', '145511.955000', '145511.958000', '145511.960000', '145511.963000', '145511.965000', '145511.968000', '145511.974000', '145511.977000', '145511.980000', '145511.982000', '145511.985000', '145511.987000', '145511.990000', '145511.992000', '145511.995000', '145511.998000', '145512.001000', '145512.004000', '145512.006000', '145512.009000', '145512.012000', '145512.014000', '145512.017000', '145512.020000', '145512.022000', '145512.025000', '145512.027000', '145512.030000', '145512.033000', '145512.035000', '145512.038000', '145512.040000', '145512.043000', '145512.046000', '145512.048000', '145512.051000', '145531.939000', '145531.943000', '145531.945000', '145531.948000', '145531.951000', '145531.954000', '145531.956000', '145531.959000', '145531.962000', '145531.964000', '145531.967000', '145531.970000', '145531.972000', '145531.975000', '145531.978000', '145531.980000', '145531.983000', '145531.985000', '145531.988000', '145531.991000', '145531.993000', '145531.996000', '145531.998000', '145532.002000', '145532.005000', '145532.007000', '145532.010000', '145532.012000', '145532.022000', '145532.025000', '145532.027000', '145532.030000', '145532.033000', '145532.035000', '145532.038000', '145532.040000', '145532.043000', '145532.045000', '145532.048000', '145532.051000', '145532.053000', '145532.056000', '145532.059000', '145551.937000', '145551.940000', '145551.943000', '145551.945000', '145551.948000', '145551.950000', '145551.953000', '145551.956000', '145551.958000', '145551.961000', '145551.963000', '145551.966000', '145551.969000', '145551.971000', '145551.974000', '145551.977000', '145551.979000', '145551.982000', '145551.984000', '145551.987000', '145551.990000', '145551.992000', '145551.995000', '145551.997000', '145552.001000', '145552.004000', '145552.006000', '145552.009000', '145552.012000', '145552.014000', '145552.017000', '145552.019000', '145552.022000', '145552.025000', '145552.027000', '145552.030000', '145552.032000', '145552.035000', '145552.037000', '145552.040000', '145552.043000', '145552.045000', '145552.048000', '145552.050000', '145611.938000', '145611.940000', '145611.943000', '145611.946000', '145611.948000', '145611.951000', '145611.953000', '145611.956000', '145611.958000', '145611.961000', '145611.964000', '145611.966000', '145611.969000', '145611.972000', '145611.974000', '145611.977000', '145611.979000', '145611.982000', '145611.984000', '145611.987000', '145611.990000', '145611.992000', '145611.995000', '145611.997000', '145612.001000', '145612.004000', '145612.006000', '145612.009000', '145612.011000', '145612.014000', '145612.016000', '145612.019000', '145612.022000', '145612.024000', '145612.027000', '145612.029000', '145612.032000', '145612.035000', '145612.037000', '145612.044000', '145612.047000', '145612.049000', '145612.052000', '145612.055000', '145631.938000', '145631.940000', '145631.943000', '145631.946000', '145631.949000', '145631.951000', '145631.954000', '145631.956000', '145631.959000', '145631.962000', '145631.964000', '145631.967000', '145631.970000', '145631.972000', '145631.975000', '145631.977000', '145631.980000', '145631.983000', '145631.985000', '145631.988000', '145631.991000', '145631.993000', '145631.996000', '145631.998000', '145632.002000', '145632.005000', '145632.008000', '145632.010000', '145632.013000', '145632.015000', '145632.018000', '145632.021000', '145632.023000', '145632.026000', '145632.028000', '145632.031000', '145632.034000', '145632.036000', '145632.039000', '145632.041000', '145632.044000', '145632.047000', '145632.049000', '145651.937000', '145651.939000', '145651.942000', '145651.944000', '145651.947000', '145651.950000', '145651.953000', '145651.955000', '145651.958000', '145651.961000', '145651.963000', '145651.966000', '145651.968000', '145651.971000', '145651.974000', '145651.976000', '145651.979000', '145651.981000', '145651.984000', '145651.987000', '145651.989000', '145651.992000', '145651.994000', '145651.997000', '145652.014000', '145652.016000', '145652.019000', '145652.022000', '145652.024000', '145652.027000', '145652.029000', '145652.032000', '145652.035000', '145652.037000', '145652.040000', '145652.050000', '145652.053000', '145652.055000', '145652.058000', '145652.060000', '145652.063000', '145652.066000', '145652.068000', '145652.071000', '145711.937000', '145711.939000', '145711.942000', '145711.945000', '145711.947000', '145711.950000', '145711.952000', '145711.955000', '145711.957000', '145711.960000', '145711.963000', '145711.965000', '145711.968000', '145711.970000', '145711.973000', '145711.975000', '145711.978000', '145711.987000', '145711.990000', '145711.992000', '145711.995000', '145711.998000', '145712.001000', '145712.004000', '145712.007000', '145712.009000', '145712.012000', '145712.014000', '145712.017000', '145712.020000', '145712.022000', '145712.025000', '145712.028000', '145712.030000', '145712.033000', '145712.035000', '145712.038000', '145712.041000', '145712.043000', '145712.046000', '145712.048000', '145712.051000', '145712.054000', '145731.937000', '145731.939000', '145731.943000', '145731.945000', '145731.948000', '145731.950000', '145731.953000', '145731.956000', '145731.959000', '145731.962000', '145731.964000', '145731.967000', '145731.970000', '145731.972000', '145731.975000', '145731.977000', '145731.980000', '145731.982000', '145731.985000', '145731.988000', '145731.990000', '145731.993000', '145731.995000', '145731.998000', '145732.002000', '145732.004000', '145732.007000', '145732.010000', '145732.012000', '145732.015000', '145732.018000', '145732.020000', '145732.023000', '145732.025000', '145732.028000', '145732.031000', '145732.033000', '145732.036000', '145732.038000', '145732.041000', '145732.044000', '145732.046000', '145732.049000', '145751.937000', '145751.940000', '145751.943000', '145751.945000', '145751.948000', '145751.951000', '145751.953000', '145751.956000', '145751.958000', '145751.961000', '145751.963000', '145751.966000', '145751.969000', '145751.971000', '145751.974000', '145751.977000', '145751.979000', '145751.982000', '145751.984000', '145751.987000', '145751.997000', '145752.001000', '145752.003000', '145752.006000', '145752.009000', '145752.012000', '145752.014000', '145752.017000', '145752.020000', '145752.022000', '145752.025000', '145752.028000', '145752.030000', '145752.033000', '145752.035000', '145752.038000', '145752.041000', '145752.043000', '145752.046000', '145752.049000', '145752.051000', '145752.054000', '145752.056000', '145752.059000', '145811.938000', '145811.940000', '145811.943000', '145811.946000', '145811.948000', '145811.951000', '145811.954000', '145811.957000', '145811.960000', '145811.963000', '145811.965000', '145811.968000', '145811.971000', '145811.973000', '145811.976000', '145811.978000', '145811.981000', '145811.984000', '145811.987000', '145811.990000', '145811.993000', '145812.006000', '145812.009000', '145812.011000', '145812.014000', '145812.016000', '145812.019000', '145812.022000', '145812.025000', '145812.027000', '145812.030000', '145812.032000', '145812.035000', '145812.038000', '145812.040000', '145812.043000', '145812.046000', '145812.049000', '145812.051000', '145812.054000', '145812.057000', '145812.059000', '145812.062000', '145831.937000', '145831.940000', '145831.943000', '145831.945000', '145831.948000', '145831.951000', '145831.953000', '145831.956000', '145831.959000', '145831.961000', '145831.964000', '145831.966000', '145831.969000', '145831.971000', '145831.974000', '145831.976000', '145831.979000', '145831.982000', '145831.984000', '145831.987000', '145831.989000', '145831.992000', '145831.995000', '145831.997000', '145832.001000', '145832.003000', '145832.006000', '145832.009000', '145832.011000', '145832.014000', '145832.017000', '145832.019000', '145832.022000', '145832.024000', '145832.027000', '145832.030000', '145832.032000', '145832.035000', '145832.038000', '145832.040000', '145832.043000', '145832.045000', '145832.048000', '145832.051000', '145851.938000', '145851.941000', '145851.943000', '145851.946000', '145851.948000', '145851.951000', '145851.960000', '145851.963000', '145851.965000', '145851.968000', '145851.971000', '145851.973000', '145851.976000', '145851.978000', '145851.981000', '145851.986000', '145851.989000', '145851.992000', '145851.994000', '145851.997000', '145852.001000', '145852.003000', '145852.006000', '145852.009000', '145852.011000', '145852.014000', '145852.017000', '145852.019000', '145852.022000', '145852.025000', '145852.027000', '145852.030000', '145852.032000', '145852.035000', '145852.038000', '145852.040000', '145852.043000', '145852.045000', '145852.048000', '145852.051000', '145852.053000', '145852.056000', '145852.058000', '145911.937000', '145911.939000', '145911.942000', '145911.945000', '145911.947000', '145911.950000', '145911.952000', '145911.955000', '145911.958000', '145911.960000', '145911.963000', '145911.965000', '145911.968000', '145911.971000', '145911.973000', '145911.976000', '145911.978000', '145911.981000', '145911.983000', '145911.986000', '145911.989000', '145911.991000', '145911.994000', '145911.996000', '145912.000000', '145912.003000', '145912.005000', '145912.008000', '145912.010000', '145912.013000', '145912.016000', '145912.018000', '145912.021000', '145912.023000', '145912.026000', '145912.029000', '145912.031000', '145912.034000', '145912.036000', '145912.039000', '145912.041000', '145912.044000', '145912.047000', '145912.049000', '145916.340000', '145916.344000', '145916.346000', '145916.349000', '145916.352000', '145916.355000', '145916.358000', '145916.360000', '145916.363000', '145916.366000'], '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': [11585, 8528, 10865, 7329, 13116, 8286, 14588, 11102, 15449, 10703, 15320, 9173, 8005, 9708, 7125, 14963, 10486, 14769, 10060, 14505, 9314, 7609, 13678, 8116, 14860, 9245, 13108, 8394, 9009, 9394, 7237, 14383, 9539, 14565, 9010, 11796, 9256, 7645, 12192, 8359, 15377, 11126, 14368, 9650, 10020, 9379, 7041, 12697, 8580, 14982, 9016, 13886, 9395, 13386, 9912, 14801, 10794, 14682, 9767, 7129, 13541, 9905, 13397, 9347, 7317, 10861, 8083, 13593, 11880, 14419, 9288, 12563, 8928, 12469, 9242, 13189, 9850, 9654, 11074, 7274, 12019, 8573, 13235, 9178, 14581, 10929, 14991, 10634, 7699, 11606, 7531, 13328, 8653, 14795, 10662, 15022, 9874, 9782, 9586, 7064, 13697, 7818, 13644, 9691, 12400, 9944, 8919, 11830, 7635, 13145, 9582, 13148, 10127, 11304, 11318, 8330, 13517, 9609, 14135, 10831, 15023, 10781, 14524, 12783, 8820, 13308, 8881, 13695, 9742, 15175, 11677, 15848, 10530, 10445, 10263, 7472, 12913, 8087, 14363, 9664, 13405, 9679, 14022, 9993, 10278, 10154, 7000, 11612, 7909, 14121, 10454, 15342, 11127, 14782, 10211, 9567, 10857, 7163, 14239, 8304, 13759, 9390, 13322, 9531, 11332, 10782, 7282, 11962, 8015, 13346, 9929, 15134, 10553, 10315, 10704, 7771, 12582, 8131, 14920, 11296, 15493, 10462, 15139, 10051, 13758, 11685, 7748, 11876, 7776, 13194, 9064, 15032, 11389, 15763, 10457, 8064, 10182, 6957, 12629, 8110, 15034, 10780, 14313, 9894, 10503, 9665, 7450, 13589, 8042, 14141, 10061, 13878, 10019, 13455, 11318, 7972, 12506, 7948, 13517, 9344, 15145, 11595, 15317, 10639, 7842, 11343, 7492, 14278, 10335, 15294, 10402, 13964, 9947, 10082, 10532, 7731, 14354, 9113, 14015, 10120, 13970, 9826, 12551, 11273, 7347, 11889, 7694, 12815, 8945, 14727, 10834, 14382, 9734, 7718, 10616, 7281, 13100, 8776, 14858, 10453, 13417, 9595, 7385, 10712, 7735, 14475, 10008, 13888, 9841, 12898, 9879, 9611, 13703, 8260, 13489, 9200, 13265, 9535, 14311, 10863, 15150, 9987, 8892, 10447, 7552, 14255, 8665, 13396, 9344, 13093, 9255, 11201, 9990, 7221, 12691, 7973, 12163, 9225, 14353, 10978, 12483, 10409, 7342, 11624, 8157, 14458, 10890, 15455, 10849, 13077, 10195, 7330, 13278, 8601, 14381, 10570, 13799, 10046, 12891, 11085, 8028, 13424, 8314, 13234, 9449, 14779, 10609, 17622, 10930, 8706, 10226, 7223, 12100, 8772, 15190, 11187, 16251, 10211, 9540, 10814, 7705, 14375, 9825, 13999, 10154, 11598, 9874, 7403, 12989, 7731, 13235, 9489, 13900, 10212, 13032, 10924, 7937, 12310, 7846, 13357, 9208, 15240, 12121, 16497, 10684, 11504, 10131, 7093, 12966, 7917, 14455, 9931, 13952, 9795, 14024, 10407, 8464, 12002, 7926, 12764, 9115, 14722, 10785, 14024, 10156, 8654, 11124, 7515, 14297, 9947, 15475, 10701, 15413, 10187, 14933, 10553, 8547, 12673, 7498, 12496, 9056, 14578, 10487, 10873, 9350, 7119, 10963, 8347, 14508, 10497, 11864, 10534, 8169, 12689, 8958, 15438, 11607, 16111, 11120, 17967, 10708, 15539, 11097, 9087, 12386, 8126, 12107, 8234, 14408, 10150, 14834, 10042, 13441, 9503, 8000, 10739, 7443, 14250, 9432, 13845, 9922, 13872, 9892, 9045, 11461, 7307, 11661, 8661, 14012, 9951, 14252, 10381, 7616, 10843, 7717, 13894, 10854, 15093, 11036, 8623, 11586, 8033, 14534, 10876, 16967, 10718, 7944, 11277, 8407, 14237, 10204, 8609, 11961, 8614, 13903, 9687, 15226, 10525, 9478, 12003, 7842, 12570, 8490, 14043, 10386, 15567, 10345, 7595, 10647, 7789, 13880, 9731, 15147, 10852, 9301, 10472, 7228, 12342, 8845, 15079, 11054, 13021, 10298, 7439, 11504, 7674, 15085, 11198, 15847, 10208, 7948, 11138, 7650, 15361, 11739, 15040, 10126, 8020, 11900, 8143, 15508, 11637, 15930, 10219, 8127, 11156, 7739, 15593, 11787, 15161, 10543, 9515, 10733, 7847, 14431, 9363, 15116, 10180, 14715, 10316, 14986, 11642, 14220, 10983, 7640, 11773, 8060, 15113, 11678, 15119, 10964, 8005, 10494, 7546, 13435, 9573, 14289, 10148, 8439, 10830, 7824, 14237, 10636, 15853, 11734, 16453, 10514, 10840, 11268, 8391, 14917, 9915, 15155, 10292, 13965, 10321, 14473, 10705, 15139, 9845, 7818, 10321, 7570, 13033, 8165, 14997, 10081, 14114, 9742, 13772, 9549, 11656, 9824, 7341, 10833, 7535, 12265, 8640, 15105, 11135, 15011, 9990, 10695, 10366, 8469, 13189, 9350, 15074, 9786, 14551, 10092, 14183, 9807, 13822, 10606, 8251, 10685, 7670, 11709, 7927, 14274, 9284, 15000, 10136, 14507, 9716, 14734, 10599, 12767, 9531, 7271, 10629, 7390, 14020, 10135, 15051, 10312, 14206, 9662, 10179, 9882, 7637, 14329, 8359, 13776, 9638, 14566, 10208, 15657, 11841, 10258, 11158, 7982, 13002, 8528, 15474, 11463, 15412, 10456, 14739, 10263, 14695, 11499, 12669, 12182, 7816, 11414, 8020, 14867, 11077, 15281, 11192, 15304, 9704, 9091, 10451, 8057, 15007, 9751, 14485, 9409, 14050, 9664, 14236, 11455, 7794, 12511, 7853, 13041, 8811, 15462, 11672, 15414, 10689, 11326, 9338, 7324, 11193, 7678, 14900, 10555, 14409, 9877, 11326, 9249, 7763, 13411, 7763, 14029, 9352, 14132, 9817, 13506, 11115, 7784, 12239, 8164, 14119, 10197, 15975, 12024, 16007, 10251, 7441, 10941, 7607, 14901, 10924, 15398, 10986, 13390, 9640, 7815, 12103, 8303, 15129, 9629, 14030, 9627, 14180, 9799, 15779, 10992, 10246, 10228, 7496, 11651, 7678, 14859, 10659, 15438, 10941, 14219, 9784, 11062, 10220, 7655, 13299, 7611, 13171, 8690, 15254, 11538, 15857, 11423, 8498, 10509, 7391, 14590, 9599, 15357, 10895, 14394, 9536, 11357, 9519, 8254, 14022, 7995, 14015, 9387, 13752, 9243, 14497, 11257, 7841, 12367, 7635, 13531, 9621, 15146, 11167, 9390, 9832, 7535, 11888, 8791, 14995, 10289, 9865, 10434, 8076, 13744, 9607, 15404, 11608, 15777, 10557, 17000, 11118, 15140, 11666, 9277, 11408, 7906, 14320, 9453, 15325, 10657, 14485, 9987, 12094, 9588, 8108, 12230, 7710, 12722, 8611, 14874, 10688, 14835, 9950, 8126, 10218, 7517, 14720, 10179, 14906, 10412, 14751, 9856, 15666, 11488, 13196, 11238, 8161, 11023, 7771, 14975, 10706, 14976, 10185, 12980, 9477, 7926, 11323, 7492, 14647, 9711, 14244, 10238, 10473, 9844, 8017, 14838, 9040, 14399, 9838, 14522, 10690, 13984, 12459, 8436, 13268, 8214, 14715, 10719, 15647, 11380, 15760, 9568, 9082, 9945, 7675, 14540, 8525, 14003, 9012, 14186, 9674, 14836, 11237, 11346, 12288, 8000, 12986, 8133, 13724, 9579, 15436, 11515, 16677, 10763, 9877, 9733, 7384, 12946, 7806, 14961, 9802, 13968, 9625, 13819, 9782, 9024, 11944, 7775, 12906, 8386, 14282, 10042, 15546, 11510, 12028, 11100, 7777, 13163, 8501, 15489, 11712, 17213, 10229, 8496, 10645, 8034, 14918, 9521, 14889, 10206, 14593, 10440, 15298, 11876, 17183, 10325, 13408, 9872, 9417, 11764, 7600, 13432, 7927, 12910, 9012, 14653, 11032, 15200, 10240, 9071, 9863, 7491, 12655, 8025, 15343, 10491, 14605, 9662, 14764, 10583, 15342, 11143, 15342, 9820, 9190, 10392, 7720, 14358, 8258, 13256, 8253, 13227, 8864, 15651, 11071, 14762, 9459, 8487, 9594, 7265, 13501, 8196, 14546, 9236, 14252, 9422, 14107, 10345, 8501, 12832, 7597, 13912, 9331, 14146, 9881, 13235, 11372, 7923, 12672, 8439, 13840, 9959, 15470, 11640, 16769, 10569, 12366, 10677, 7725, 12815, 8611, 14801, 8665, 13444, 9291, 14021, 9625, 15013, 10746, 9324, 9786, 7381, 11042, 7745, 14974, 10727, 14464, 9852, 13826, 9929, 12743, 10969, 7920, 12676, 7771, 12524, 8612, 14899, 11214, 15216, 9998, 12176, 9239, 8185, 10454, 7630, 14113, 8685, 13652, 9446, 15164, 11315, 12467, 12164, 7626, 12553, 8726, 15195, 11400, 15462, 10629, 8096, 11130, 7811, 15059, 11263, 15362, 10457, 9436, 11551, 8029, 14034, 10798, 8830, 11561, 8927, 15532, 10854, 16008, 10349, 10180, 13565, 8961, 15168, 9974, 13813, 10035, 14104, 10849, 8095, 12392, 7772, 12762, 9192, 15009, 11118, 13545, 10237, 7773, 10907, 7578, 14954, 11487, 15394, 10572, 11176, 9984, 9046, 13024, 8968, 14293, 8991, 13712, 9583, 15367, 11305, 9238, 9847, 7761, 11616, 8774, 14955, 10403, 7575, 10696, 7908, 13883, 10457, 15369, 11295, 14963, 10429, 15878, 10324, 13040, 12940, 8770, 12090, 8197, 12202, 7997, 14462, 9362, 14537, 9661, 13338, 9877, 9320, 10089, 7832, 14010, 8911, 13614, 9635, 13290, 9233, 12327, 10067, 7672, 11605, 8073, 12434, 8788, 14743, 10965, 16294, 9976, 11517, 10442, 7860, 13220, 8744, 15095, 10760, 15317, 10437, 14505, 9630, 7680, 11812, 7855, 12522, 9577, 14127, 10488, 10717, 11647, 8335, 12373, 9000, 14323, 10771, 15926, 10069, 7941, 11015, 8006, 14030, 10080, 14490, 10048, 8597, 10163, 7696, 13500, 9866, 14483, 10456, 10557, 9946, 7684, 13255, 8508, 14699, 10132, 13397, 10048, 9836, 11128, 7793, 12074, 8729, 12865, 9642, 14563, 10208, 8941, 10657, 7844, 13016, 9202, 15170, 10733, 14431, 10409, 14694, 10149, 8647, 12197, 7925, 11907, 8274, 14687, 10907, 14866, 9711, 13328, 10024, 10722, 10929, 7633, 11735, 7904, 12892, 9091, 14672, 10793, 14472, 10504, 8459, 12388, 8796, 14325, 9720, 13820, 10433, 14086, 10594, 17416, 10651, 8476, 10339, 7687, 13513, 8403, 14871, 9886, 13517, 10130, 13101, 10636, 9042, 11449, 7632, 11639, 8730, 14569, 10683, 10404], 'WindowCenter': [4009.0, 3959.0, 3977.0, 3936.0, 3985.0, 3932.0, 3984.0, 3964.0, 3984.0, 3952.0, 3982.0, 3940.0, 3918.0, 3939.0, 3907.0, 3983.0, 3951.0, 3982.0, 3951.0, 3981.0, 3939.0, 3907.0, 3971.0, 3917.0, 3980.0, 3938.0, 3969.0, 3928.0, 3927.0, 3938.0, 3919.0, 3982.0, 3940.0, 3981.0, 3940.0, 3959.0, 3939.0, 3917.0, 3960.0, 3929.0, 3983.0, 3960.0, 3981.0, 3940.0, 3949.0, 3940.0, 3907.0, 3972.0, 3929.0, 3983.0, 3929.0, 3971.0, 3940.0, 3970.0, 3951.0, 3982.0, 3962.0, 3980.0, 3950.0, 3920.0, 3983.0, 3952.0, 3982.0, 3941.0, 3920.0, 3962.0, 3929.0, 3973.0, 3961.0, 3983.0, 3928.0, 3959.0, 3927.0, 3958.0, 3927.0, 3968.0, 3939.0, 3939.0, 3960.0, 3918.0, 3971.0, 3941.0, 3982.0, 3951.0, 3982.0, 3962.0, 3992.0, 3951.0, 3918.0, 3960.0, 3917.0, 3982.0, 3930.0, 3982.0, 3950.0, 3981.0, 3951.0, 3951.0, 3951.0, 3919.0, 3981.0, 3919.0, 3982.0, 3951.0, 3972.0, 3953.0, 3941.0, 3974.0, 3931.0, 3983.0, 3954.0, 3983.0, 3964.0, 3974.0, 3974.0, 3943.0, 3985.0, 3953.0, 3984.0, 3962.0, 3983.0, 3951.0, 3981.0, 3972.0, 3928.0, 3970.0, 3928.0, 3970.0, 3938.0, 3980.0, 3960.0, 3979.0, 3948.0, 3947.0, 3936.0, 3905.0, 3957.0, 3916.0, 3970.0, 3937.0, 3968.0, 3937.0, 3968.0, 3938.0, 3948.0, 3948.0, 3906.0, 3959.0, 3917.0, 3970.0, 3949.0, 3980.0, 3961.0, 3979.0, 3949.0, 3936.0, 3947.0, 3905.0, 3980.0, 3928.0, 3982.0, 3939.0, 3970.0, 3950.0, 3959.0, 3962.0, 3921.0, 3971.0, 3929.0, 3981.0, 3951.0, 3981.0, 3962.0, 3950.0, 3961.0, 3919.0, 3970.0, 3918.0, 3982.0, 3961.0, 3981.0, 3949.0, 3979.0, 3938.0, 3968.0, 3959.0, 3916.0, 3958.0, 3916.0, 3968.0, 3926.0, 3979.0, 3958.0, 3978.0, 3947.0, 3915.0, 3936.0, 3904.0, 3957.0, 3916.0, 3980.0, 3948.0, 3968.0, 3949.0, 3948.0, 3938.0, 3917.0, 3970.0, 3928.0, 3981.0, 3950.0, 3970.0, 3950.0, 3969.0, 3960.0, 3918.0, 3969.0, 3917.0, 3969.0, 3938.0, 3980.0, 3960.0, 3979.0, 3948.0, 3916.0, 3947.0, 3905.0, 3968.0, 3937.0, 3979.0, 3948.0, 3967.0, 3937.0, 3946.0, 3947.0, 3916.0, 3980.0, 3927.0, 3969.0, 3937.0, 3968.0, 3937.0, 3957.0, 3947.0, 3905.0, 3957.0, 3915.0, 3957.0, 3926.0, 3978.0, 3949.0, 3968.0, 3938.0, 3917.0, 3947.0, 3905.0, 3968.0, 3927.0, 3980.0, 3949.0, 3969.0, 3939.0, 3917.0, 3950.0, 3929.0, 3993.0, 3951.0, 3982.0, 3951.0, 3970.0, 3951.0, 3939.0, 3982.0, 3929.0, 3971.0, 3938.0, 3969.0, 3937.0, 3968.0, 3949.0, 3978.0, 3937.0, 3925.0, 3947.0, 3914.0, 3980.0, 3927.0, 3968.0, 3936.0, 3966.0, 3937.0, 3945.0, 3937.0, 3906.0, 3969.0, 3928.0, 3969.0, 3939.0, 3980.0, 3961.0, 3970.0, 3950.0, 3917.0, 3959.0, 3917.0, 3980.0, 3950.0, 3981.0, 3950.0, 3969.0, 3949.0, 3917.0, 3969.0, 3928.0, 3982.0, 3949.0, 3970.0, 3950.0, 3969.0, 3960.0, 3917.0, 3970.0, 3916.0, 3957.0, 3936.0, 3968.0, 3937.0, 3988.0, 3947.0, 3924.0, 3935.0, 3903.0, 3956.0, 3926.0, 3980.0, 3959.0, 3989.0, 3948.0, 3936.0, 3947.0, 3916.0, 3983.0, 3938.0, 3980.0, 3948.0, 3957.0, 3937.0, 3906.0, 3971.0, 3918.0, 3969.0, 3938.0, 3969.0, 3949.0, 3969.0, 3950.0, 3918.0, 3959.0, 3917.0, 3970.0, 3938.0, 3980.0, 3959.0, 3979.0, 3948.0, 3946.0, 3936.0, 3893.0, 3956.0, 3915.0, 3979.0, 3937.0, 3968.0, 3938.0, 3968.0, 3948.0, 3926.0, 3958.0, 3916.0, 3968.0, 3927.0, 3980.0, 3950.0, 3980.0, 3950.0, 3927.0, 3959.0, 3906.0, 3980.0, 3938.0, 3981.0, 3948.0, 3979.0, 3948.0, 3977.0, 3948.0, 3926.0, 3970.0, 3906.0, 3957.0, 3927.0, 3979.0, 3949.0, 3959.0, 3939.0, 3920.0, 3962.0, 3942.0, 3995.0, 3976.0, 3974.0, 3965.0, 3943.0, 3985.0, 3942.0, 3997.0, 3964.0, 3995.0, 3961.0, 3991.0, 3949.0, 3979.0, 3949.0, 3927.0, 3959.0, 3915.0, 3957.0, 3914.0, 3968.0, 3937.0, 3968.0, 3937.0, 3966.0, 3936.0, 3915.0, 3947.0, 3905.0, 3979.0, 3926.0, 3967.0, 3936.0, 3967.0, 3936.0, 3925.0, 3947.0, 3905.0, 3957.0, 3926.0, 3979.0, 3949.0, 3979.0, 3949.0, 3918.0, 3959.0, 3918.0, 3981.0, 3961.0, 3991.0, 3961.0, 3929.0, 3960.0, 3917.0, 3980.0, 3949.0, 3990.0, 3949.0, 3917.0, 3948.0, 3927.0, 3979.0, 3949.0, 3927.0, 3959.0, 3928.0, 3980.0, 3938.0, 3979.0, 3949.0, 3937.0, 3958.0, 3916.0, 3958.0, 3927.0, 3968.0, 3948.0, 3978.0, 3947.0, 3915.0, 3946.0, 3916.0, 3968.0, 3938.0, 3979.0, 3949.0, 3936.0, 3947.0, 3916.0, 3958.0, 3938.0, 3980.0, 3960.0, 3969.0, 3950.0, 3918.0, 3971.0, 3931.0, 3994.0, 3962.0, 3993.0, 3962.0, 3930.0, 3962.0, 3931.0, 3994.0, 3974.0, 3993.0, 3964.0, 3930.0, 3972.0, 3929.0, 3994.0, 3962.0, 3992.0, 3962.0, 3930.0, 3961.0, 3930.0, 3994.0, 3973.0, 3993.0, 3951.0, 3949.0, 3960.0, 3930.0, 3982.0, 3939.0, 3981.0, 3948.0, 3980.0, 3949.0, 3979.0, 3948.0, 3967.0, 3947.0, 3915.0, 3957.0, 3916.0, 3979.0, 3959.0, 3981.0, 3961.0, 3928.0, 3948.0, 3929.0, 3982.0, 3952.0, 3995.0, 3964.0, 3942.0, 3963.0, 3933.0, 3995.0, 3963.0, 4007.0, 3975.0, 3993.0, 3951.0, 3950.0, 3960.0, 3928.0, 3982.0, 3938.0, 3981.0, 3937.0, 3968.0, 3936.0, 3967.0, 3936.0, 3966.0, 3936.0, 3903.0, 3934.0, 3904.0, 3956.0, 3914.0, 3978.0, 3935.0, 3965.0, 3936.0, 3966.0, 3937.0, 3946.0, 3937.0, 3906.0, 3949.0, 3917.0, 3969.0, 3928.0, 3980.0, 3960.0, 3980.0, 3950.0, 3947.0, 3949.0, 3927.0, 3970.0, 3938.0, 3981.0, 3937.0, 3969.0, 3937.0, 3968.0, 3938.0, 3968.0, 3949.0, 3927.0, 3949.0, 3917.0, 3959.0, 3928.0, 3982.0, 3939.0, 3982.0, 3948.0, 3980.0, 3938.0, 3980.0, 3949.0, 3970.0, 3938.0, 3916.0, 3949.0, 3918.0, 3982.0, 3962.0, 3993.0, 3962.0, 3982.0, 3950.0, 3949.0, 3950.0, 3930.0, 3993.0, 3929.0, 3982.0, 3951.0, 3992.0, 3963.0, 3994.0, 3975.0, 3951.0, 3962.0, 3929.0, 3970.0, 3927.0, 3982.0, 3959.0, 3980.0, 3949.0, 3979.0, 3948.0, 3979.0, 3959.0, 3958.0, 3957.0, 3905.0, 3946.0, 3916.0, 3979.0, 3948.0, 3979.0, 3948.0, 3978.0, 3937.0, 3925.0, 3947.0, 3915.0, 3980.0, 3936.0, 3968.0, 3926.0, 3967.0, 3937.0, 3967.0, 3958.0, 3915.0, 3957.0, 3915.0, 3956.0, 3926.0, 3978.0, 3947.0, 3977.0, 3947.0, 3945.0, 3936.0, 3905.0, 3958.0, 3916.0, 3991.0, 3949.0, 3980.0, 3950.0, 3959.0, 3940.0, 3918.0, 3981.0, 3929.0, 3982.0, 3939.0, 3981.0, 3952.0, 3981.0, 3961.0, 3930.0, 3971.0, 3929.0, 3982.0, 3950.0, 3992.0, 3972.0, 3990.0, 3949.0, 3906.0, 3948.0, 3916.0, 3980.0, 3949.0, 3980.0, 3950.0, 3969.0, 3938.0, 3916.0, 3959.0, 3916.0, 3981.0, 3938.0, 3969.0, 3938.0, 3968.0, 3937.0, 3978.0, 3948.0, 3936.0, 3936.0, 3905.0, 3946.0, 3916.0, 3968.0, 3947.0, 3979.0, 3948.0, 3968.0, 3937.0, 3946.0, 3947.0, 3916.0, 3968.0, 3916.0, 3968.0, 3928.0, 3978.0, 3960.0, 3990.0, 3959.0, 3926.0, 3948.0, 3905.0, 3979.0, 3937.0, 3979.0, 3947.0, 3968.0, 3937.0, 3946.0, 3938.0, 3927.0, 3979.0, 3916.0, 3980.0, 3939.0, 3967.0, 3938.0, 3980.0, 3960.0, 3927.0, 3969.0, 3916.0, 3969.0, 3939.0, 3980.0, 3962.0, 3937.0, 3951.0, 3919.0, 3960.0, 3941.0, 3993.0, 3964.0, 3952.0, 3963.0, 3931.0, 3984.0, 3952.0, 3996.0, 3963.0, 3992.0, 3951.0, 3991.0, 3961.0, 3979.0, 3948.0, 3926.0, 3947.0, 3915.0, 3967.0, 3936.0, 3978.0, 3947.0, 3967.0, 3937.0, 3957.0, 3937.0, 3914.0, 3958.0, 3916.0, 3968.0, 3928.0, 3980.0, 3949.0, 3980.0, 3950.0, 3928.0, 3950.0, 3918.0, 3982.0, 3951.0, 3993.0, 3950.0, 3980.0, 3950.0, 3980.0, 3960.0, 3958.0, 3948.0, 3915.0, 3946.0, 3915.0, 3978.0, 3947.0, 3978.0, 3947.0, 3967.0, 3938.0, 3916.0, 3958.0, 3917.0, 3992.0, 3949.0, 3981.0, 3961.0, 3960.0, 3950.0, 3929.0, 3993.0, 3939.0, 3993.0, 3951.0, 3993.0, 3961.0, 3980.0, 3972.0, 3928.0, 3969.0, 3917.0, 3980.0, 3947.0, 3979.0, 3948.0, 3978.0, 3937.0, 3925.0, 3937.0, 3905.0, 3979.0, 3927.0, 3968.0, 3938.0, 3968.0, 3938.0, 3979.0, 3959.0, 3959.0, 3958.0, 3916.0, 3969.0, 3915.0, 3969.0, 3938.0, 3978.0, 3960.0, 3989.0, 3949.0, 3936.0, 3937.0, 3904.0, 3958.0, 3917.0, 3980.0, 3938.0, 3980.0, 3938.0, 3981.0, 3952.0, 3939.0, 3973.0, 3930.0, 3972.0, 3930.0, 3982.0, 3952.0, 3991.0, 3973.0, 3972.0, 3963.0, 3931.0, 3982.0, 3928.0, 3993.0, 3972.0, 4002.0, 3950.0, 3939.0, 3961.0, 3929.0, 3993.0, 3950.0, 3993.0, 3950.0, 3979.0, 3949.0, 3979.0, 3958.0, 3978.0, 3936.0, 3965.0, 3935.0, 3923.0, 3945.0, 3904.0, 3967.0, 3914.0, 3957.0, 3927.0, 3979.0, 3948.0, 3977.0, 3938.0, 3925.0, 3938.0, 3906.0, 3969.0, 3917.0, 3981.0, 3947.0, 3980.0, 3937.0, 3969.0, 3937.0, 3978.0, 3946.0, 3966.0, 3936.0, 3924.0, 3936.0, 3904.0, 3967.0, 3914.0, 3957.0, 3914.0, 3956.0, 3926.0, 3978.0, 3948.0, 3978.0, 3937.0, 3926.0, 3938.0, 3917.0, 3971.0, 3929.0, 3994.0, 3940.0, 3982.0, 3951.0, 3981.0, 3952.0, 3929.0, 3973.0, 3930.0, 3995.0, 3953.0, 3984.0, 3952.0, 3982.0, 3972.0, 3931.0, 3972.0, 3930.0, 3981.0, 3951.0, 3993.0, 3962.0, 3991.0, 3950.0, 3958.0, 3947.0, 3905.0, 3958.0, 3915.0, 3967.0, 3913.0, 3955.0, 3924.0, 3966.0, 3925.0, 3966.0, 3947.0, 3925.0, 3936.0, 3905.0, 3947.0, 3915.0, 3979.0, 3948.0, 3979.0, 3938.0, 3967.0, 3939.0, 3968.0, 3948.0, 3916.0, 3969.0, 3917.0, 3959.0, 3927.0, 3979.0, 3949.0, 3979.0, 3938.0, 3957.0, 3938.0, 3928.0, 3949.0, 3918.0, 3981.0, 3939.0, 3981.0, 3950.0, 3993.0, 3961.0, 3969.0, 3970.0, 3918.0, 3972.0, 3940.0, 3991.0, 3961.0, 3990.0, 3962.0, 3929.0, 3961.0, 3931.0, 3994.0, 3962.0, 3980.0, 3950.0, 3937.0, 3959.0, 3929.0, 3981.0, 3960.0, 3938.0, 3972.0, 3952.0, 4003.0, 3961.0, 3990.0, 3948.0, 3936.0, 3968.0, 3924.0, 3968.0, 3934.0, 3955.0, 3934.0, 3965.0, 3946.0, 3912.0, 3954.0, 3914.0, 3955.0, 3935.0, 3977.0, 3958.0, 3967.0, 3949.0, 3915.0, 3947.0, 3915.0, 3978.0, 3958.0, 3979.0, 3947.0, 3946.0, 3937.0, 3937.0, 3968.0, 3926.0, 3978.0, 3926.0, 3967.0, 3938.0, 3989.0, 3959.0, 3937.0, 3936.0, 3917.0, 3959.0, 3939.0, 3991.0, 3963.0, 3929.0, 3961.0, 3941.0, 3994.0, 3962.0, 3993.0, 3962.0, 3994.0, 3962.0, 3992.0, 3948.0, 3969.0, 3969.0, 3925.0, 3958.0, 3925.0, 3956.0, 3916.0, 3968.0, 3935.0, 3967.0, 3936.0, 3967.0, 3936.0, 3935.0, 3947.0, 3915.0, 3979.0, 3940.0, 3994.0, 3951.0, 3980.0, 3939.0, 3968.0, 3948.0, 3918.0, 3959.0, 3928.0, 3970.0, 3927.0, 3979.0, 3960.0, 3990.0, 3949.0, 3957.0, 3949.0, 3915.0, 3968.0, 3926.0, 3980.0, 3947.0, 3978.0, 3948.0, 3976.0, 3937.0, 3914.0, 3957.0, 3914.0, 3956.0, 3936.0, 3979.0, 3948.0, 3948.0, 3957.0, 3925.0, 3969.0, 3937.0, 3978.0, 3947.0, 3989.0, 3936.0, 3914.0, 3945.0, 3916.0, 3977.0, 3950.0, 3979.0, 3948.0, 3927.0, 3948.0, 3915.0, 3979.0, 3948.0, 3979.0, 3950.0, 3948.0, 3947.0, 3916.0, 3970.0, 3928.0, 3981.0, 3946.0, 3970.0, 3949.0, 3947.0, 3972.0, 3928.0, 3969.0, 3939.0, 3981.0, 3951.0, 3991.0, 3963.0, 3939.0, 3960.0, 3929.0, 3983.0, 3952.0, 3993.0, 3960.0, 3981.0, 3961.0, 3979.0, 3950.0, 3926.0, 3957.0, 3915.0, 3959.0, 3926.0, 3979.0, 3947.0, 3978.0, 3937.0, 3966.0, 3947.0, 3946.0, 3945.0, 3914.0, 3957.0, 3916.0, 3968.0, 3939.0, 3980.0, 3962.0, 3979.0, 3960.0, 3928.0, 3970.0, 3926.0, 3980.0, 3938.0, 3968.0, 3947.0, 3968.0, 3947.0, 3988.0, 3947.0, 3914.0, 3935.0, 3915.0, 3968.0, 3926.0, 3978.0, 3946.0, 3967.0, 3947.0, 3967.0, 3961.0, 3936.0, 3958.0, 3917.0, 3957.0, 3938.0, 3990.0, 3960.0, 3959.0], 'WindowWidth': [8938.0, 8853.0, 8873.0, 8815.0, 8879.0, 8803.0, 8876.0, 8846.0, 8877.0, 8827.0, 8871.0, 8809.0, 8777.0, 8807.0, 8763.0, 8874.0, 8826.0, 8873.0, 8827.0, 8865.0, 8807.0, 8761.0, 8854.0, 8774.0, 8865.0, 8804.0, 8848.0, 8793.0, 8788.0, 8805.0, 8782.0, 8871.0, 8809.0, 8869.0, 8810.0, 8836.0, 8808.0, 8776.0, 8838.0, 8793.0, 8873.0, 8837.0, 8868.0, 8811.0, 8821.0, 8811.0, 8764.0, 8854.0, 8793.0, 8875.0, 8793.0, 8854.0, 8811.0, 8851.0, 8828.0, 8873.0, 8843.0, 8866.0, 8824.0, 8784.0, 8873.0, 8830.0, 8871.0, 8815.0, 8786.0, 8843.0, 8796.0, 8862.0, 8838.0, 8876.0, 8790.0, 8836.0, 8789.0, 8833.0, 8789.0, 8846.0, 8808.0, 8807.0, 8838.0, 8780.0, 8854.0, 8814.0, 8870.0, 8829.0, 8872.0, 8844.0, 8883.0, 8828.0, 8780.0, 8838.0, 8775.0, 8870.0, 8800.0, 8875.0, 8826.0, 8871.0, 8826.0, 8828.0, 8826.0, 8782.0, 8869.0, 8782.0, 8870.0, 8827.0, 8858.0, 8834.0, 8815.0, 8863.0, 8803.0, 8874.0, 8835.0, 8875.0, 8849.0, 8862.0, 8866.0, 8820.0, 8881.0, 8833.0, 8879.0, 8843.0, 8874.0, 8828.0, 8866.0, 8857.0, 8792.0, 8853.0, 8790.0, 8851.0, 8804.0, 8866.0, 8836.0, 8864.0, 8818.0, 8815.0, 8800.0, 8757.0, 8831.0, 8772.0, 8852.0, 8801.0, 8845.0, 8803.0, 8845.0, 8806.0, 8818.0, 8819.0, 8761.0, 8833.0, 8777.0, 8851.0, 8821.0, 8867.0, 8839.0, 8863.0, 8820.0, 8798.0, 8816.0, 8758.0, 8865.0, 8792.0, 8871.0, 8811.0, 8851.0, 8825.0, 8837.0, 8844.0, 8789.0, 8856.0, 8796.0, 8870.0, 8828.0, 8870.0, 8843.0, 8823.0, 8841.0, 8782.0, 8853.0, 8779.0, 8874.0, 8839.0, 8871.0, 8820.0, 8862.0, 8806.0, 8846.0, 8835.0, 8773.0, 8832.0, 8774.0, 8845.0, 8787.0, 8861.0, 8832.0, 8861.0, 8816.0, 8770.0, 8801.0, 8756.0, 8828.0, 8772.0, 8865.0, 8819.0, 8848.0, 8822.0, 8818.0, 8806.0, 8776.0, 8853.0, 8793.0, 8868.0, 8823.0, 8851.0, 8824.0, 8850.0, 8839.0, 8778.0, 8849.0, 8777.0, 8848.0, 8804.0, 8866.0, 8838.0, 8862.0, 8819.0, 8773.0, 8817.0, 8758.0, 8847.0, 8801.0, 8864.0, 8817.0, 8842.0, 8802.0, 8814.0, 8817.0, 8774.0, 8867.0, 8788.0, 8849.0, 8801.0, 8845.0, 8803.0, 8828.0, 8816.0, 8756.0, 8828.0, 8772.0, 8828.0, 8787.0, 8860.0, 8820.0, 8845.0, 8805.0, 8774.0, 8815.0, 8757.0, 8844.0, 8789.0, 8865.0, 8820.0, 8849.0, 8809.0, 8779.0, 8825.0, 8797.0, 8889.0, 8828.0, 8874.0, 8829.0, 8853.0, 8827.0, 8808.0, 8874.0, 8795.0, 8855.0, 8806.0, 8849.0, 8804.0, 8848.0, 8822.0, 8857.0, 8801.0, 8784.0, 8816.0, 8769.0, 8865.0, 8789.0, 8848.0, 8799.0, 8842.0, 8803.0, 8811.0, 8803.0, 8759.0, 8848.0, 8792.0, 8848.0, 8810.0, 8864.0, 8839.0, 8852.0, 8824.0, 8777.0, 8833.0, 8775.0, 8864.0, 8822.0, 8869.0, 8824.0, 8848.0, 8820.0, 8775.0, 8849.0, 8792.0, 8871.0, 8822.0, 8853.0, 8824.0, 8850.0, 8837.0, 8777.0, 8853.0, 8773.0, 8831.0, 8798.0, 8846.0, 8800.0, 8873.0, 8814.0, 8780.0, 8796.0, 8753.0, 8827.0, 8787.0, 8865.0, 8834.0, 8876.0, 8819.0, 8801.0, 8817.0, 8774.0, 8873.0, 8806.0, 8865.0, 8818.0, 8828.0, 8803.0, 8759.0, 8854.0, 8778.0, 8850.0, 8806.0, 8851.0, 8822.0, 8847.0, 8823.0, 8778.0, 8836.0, 8776.0, 8850.0, 8805.0, 8866.0, 8834.0, 8862.0, 8816.0, 8811.0, 8798.0, 8738.0, 8827.0, 8769.0, 8863.0, 8801.0, 8845.0, 8805.0, 8846.0, 8817.0, 8786.0, 8832.0, 8772.0, 8844.0, 8790.0, 8864.0, 8823.0, 8865.0, 8823.0, 8790.0, 8834.0, 8761.0, 8864.0, 8806.0, 8869.0, 8817.0, 8862.0, 8817.0, 8856.0, 8817.0, 8787.0, 8851.0, 8761.0, 8831.0, 8790.0, 8862.0, 8822.0, 8835.0, 8810.0, 8788.0, 8844.0, 8821.0, 8895.0, 8870.0, 8866.0, 8853.0, 8823.0, 8882.0, 8818.0, 8904.0, 8849.0, 8897.0, 8841.0, 8883.0, 8822.0, 8860.0, 8821.0, 8789.0, 8835.0, 8770.0, 8829.0, 8768.0, 8845.0, 8802.0, 8846.0, 8802.0, 8841.0, 8800.0, 8770.0, 8816.0, 8757.0, 8863.0, 8787.0, 8845.0, 8799.0, 8843.0, 8800.0, 8784.0, 8816.0, 8757.0, 8829.0, 8788.0, 8862.0, 8821.0, 8864.0, 8823.0, 8779.0, 8836.0, 8780.0, 8869.0, 8841.0, 8883.0, 8842.0, 8795.0, 8838.0, 8777.0, 8868.0, 8822.0, 8881.0, 8822.0, 8777.0, 8818.0, 8791.0, 8864.0, 8822.0, 8791.0, 8836.0, 8793.0, 8866.0, 8807.0, 8865.0, 8822.0, 8804.0, 8834.0, 8772.0, 8833.0, 8790.0, 8845.0, 8819.0, 8861.0, 8815.0, 8771.0, 8814.0, 8773.0, 8847.0, 8806.0, 8861.0, 8823.0, 8801.0, 8817.0, 8775.0, 8833.0, 8806.0, 8867.0, 8839.0, 8850.0, 8827.0, 8782.0, 8857.0, 8802.0, 8891.0, 8845.0, 8888.0, 8845.0, 8799.0, 8844.0, 8802.0, 8891.0, 8863.0, 8888.0, 8849.0, 8798.0, 8858.0, 8796.0, 8892.0, 8844.0, 8885.0, 8845.0, 8799.0, 8843.0, 8799.0, 8892.0, 8860.0, 8889.0, 8829.0, 8823.0, 8839.0, 8798.0, 8872.0, 8807.0, 8871.0, 8819.0, 8865.0, 8820.0, 8862.0, 8819.0, 8842.0, 8816.0, 8770.0, 8829.0, 8773.0, 8861.0, 8835.0, 8870.0, 8841.0, 8794.0, 8821.0, 8797.0, 8870.0, 8831.0, 8895.0, 8852.0, 8819.0, 8849.0, 8808.0, 8894.0, 8847.0, 8915.0, 8867.0, 8888.0, 8829.0, 8823.0, 8839.0, 8792.0, 8875.0, 8805.0, 8872.0, 8803.0, 8848.0, 8799.0, 8842.0, 8799.0, 8839.0, 8798.0, 8750.0, 8794.0, 8753.0, 8825.0, 8766.0, 8858.0, 8796.0, 8839.0, 8799.0, 8840.0, 8802.0, 8813.0, 8804.0, 8760.0, 8822.0, 8779.0, 8850.0, 8791.0, 8866.0, 8836.0, 8867.0, 8824.0, 8817.0, 8823.0, 8790.0, 8851.0, 8804.0, 8869.0, 8803.0, 8850.0, 8802.0, 8847.0, 8806.0, 8847.0, 8823.0, 8790.0, 8822.0, 8778.0, 8837.0, 8794.0, 8872.0, 8809.0, 8871.0, 8818.0, 8866.0, 8807.0, 8865.0, 8823.0, 8851.0, 8807.0, 8776.0, 8822.0, 8783.0, 8871.0, 8844.0, 8889.0, 8846.0, 8872.0, 8827.0, 8822.0, 8826.0, 8798.0, 8888.0, 8798.0, 8873.0, 8828.0, 8886.0, 8849.0, 8894.0, 8866.0, 8828.0, 8844.0, 8794.0, 8853.0, 8790.0, 8872.0, 8834.0, 8868.0, 8820.0, 8862.0, 8819.0, 8862.0, 8834.0, 8830.0, 8829.0, 8755.0, 8813.0, 8773.0, 8860.0, 8817.0, 8864.0, 8818.0, 8858.0, 8802.0, 8783.0, 8814.0, 8770.0, 8867.0, 8799.0, 8846.0, 8786.0, 8842.0, 8802.0, 8842.0, 8832.0, 8771.0, 8829.0, 8769.0, 8827.0, 8785.0, 8860.0, 8814.0, 8858.0, 8815.0, 8810.0, 8800.0, 8759.0, 8832.0, 8776.0, 8884.0, 8823.0, 8868.0, 8824.0, 8836.0, 8813.0, 8780.0, 8869.0, 8796.0, 8871.0, 8810.0, 8868.0, 8830.0, 8867.0, 8843.0, 8798.0, 8854.0, 8797.0, 8870.0, 8825.0, 8884.0, 8855.0, 8878.0, 8820.0, 8761.0, 8818.0, 8772.0, 8864.0, 8820.0, 8867.0, 8823.0, 8847.0, 8806.0, 8775.0, 8835.0, 8774.0, 8869.0, 8804.0, 8849.0, 8806.0, 8847.0, 8803.0, 8860.0, 8817.0, 8799.0, 8800.0, 8757.0, 8812.0, 8773.0, 8845.0, 8816.0, 8864.0, 8817.0, 8847.0, 8804.0, 8815.0, 8815.0, 8774.0, 8847.0, 8772.0, 8846.0, 8792.0, 8862.0, 8836.0, 8880.0, 8835.0, 8788.0, 8817.0, 8759.0, 8860.0, 8801.0, 8864.0, 8814.0, 8846.0, 8804.0, 8814.0, 8806.0, 8788.0, 8862.0, 8775.0, 8866.0, 8808.0, 8844.0, 8806.0, 8865.0, 8838.0, 8792.0, 8849.0, 8776.0, 8849.0, 8809.0, 8867.0, 8842.0, 8805.0, 8827.0, 8782.0, 8839.0, 8814.0, 8887.0, 8850.0, 8832.0, 8849.0, 8803.0, 8878.0, 8830.0, 8901.0, 8845.0, 8889.0, 8827.0, 8885.0, 8840.0, 8859.0, 8820.0, 8785.0, 8815.0, 8770.0, 8844.0, 8800.0, 8861.0, 8815.0, 8845.0, 8802.0, 8832.0, 8803.0, 8770.0, 8832.0, 8772.0, 8846.0, 8792.0, 8865.0, 8823.0, 8867.0, 8825.0, 8793.0, 8825.0, 8781.0, 8872.0, 8827.0, 8888.0, 8824.0, 8867.0, 8825.0, 8867.0, 8837.0, 8830.0, 8818.0, 8772.0, 8813.0, 8772.0, 8860.0, 8815.0, 8861.0, 8816.0, 8843.0, 8805.0, 8776.0, 8834.0, 8778.0, 8885.0, 8822.0, 8869.0, 8841.0, 8839.0, 8824.0, 8797.0, 8886.0, 8809.0, 8890.0, 8828.0, 8888.0, 8843.0, 8865.0, 8858.0, 8792.0, 8850.0, 8775.0, 8863.0, 8815.0, 8864.0, 8819.0, 8858.0, 8802.0, 8783.0, 8801.0, 8756.0, 8862.0, 8787.0, 8846.0, 8804.0, 8846.0, 8807.0, 8861.0, 8835.0, 8833.0, 8833.0, 8773.0, 8847.0, 8773.0, 8847.0, 8804.0, 8861.0, 8836.0, 8876.0, 8820.0, 8799.0, 8803.0, 8755.0, 8832.0, 8774.0, 8866.0, 8804.0, 8863.0, 8807.0, 8867.0, 8830.0, 8809.0, 8861.0, 8799.0, 8856.0, 8800.0, 8871.0, 8830.0, 8882.0, 8860.0, 8855.0, 8845.0, 8800.0, 8869.0, 8794.0, 8888.0, 8858.0, 8900.0, 8827.0, 8809.0, 8840.0, 8794.0, 8889.0, 8824.0, 8887.0, 8823.0, 8863.0, 8819.0, 8862.0, 8830.0, 8859.0, 8799.0, 8837.0, 8795.0, 8776.0, 8808.0, 8753.0, 8841.0, 8767.0, 8829.0, 8789.0, 8860.0, 8818.0, 8857.0, 8805.0, 8785.0, 8805.0, 8760.0, 8848.0, 8775.0, 8870.0, 8815.0, 8865.0, 8802.0, 8848.0, 8802.0, 8858.0, 8812.0, 8838.0, 8797.0, 8779.0, 8799.0, 8753.0, 8842.0, 8766.0, 8827.0, 8768.0, 8826.0, 8785.0, 8858.0, 8817.0, 8859.0, 8802.0, 8788.0, 8805.0, 8776.0, 8853.0, 8795.0, 8890.0, 8813.0, 8870.0, 8827.0, 8870.0, 8829.0, 8795.0, 8860.0, 8797.0, 8893.0, 8834.0, 8877.0, 8832.0, 8871.0, 8858.0, 8801.0, 8857.0, 8799.0, 8870.0, 8827.0, 8889.0, 8842.0, 8883.0, 8823.0, 8830.0, 8815.0, 8755.0, 8830.0, 8769.0, 8844.0, 8764.0, 8823.0, 8779.0, 8840.0, 8783.0, 8839.0, 8814.0, 8782.0, 8799.0, 8756.0, 8815.0, 8771.0, 8863.0, 8817.0, 8863.0, 8804.0, 8845.0, 8807.0, 8846.0, 8819.0, 8774.0, 8849.0, 8776.0, 8836.0, 8789.0, 8863.0, 8820.0, 8864.0, 8806.0, 8830.0, 8806.0, 8793.0, 8821.0, 8780.0, 8869.0, 8809.0, 8869.0, 8827.0, 8887.0, 8842.0, 8847.0, 8852.0, 8780.0, 8855.0, 8810.0, 8882.0, 8840.0, 8880.0, 8844.0, 8797.0, 8843.0, 8801.0, 8889.0, 8843.0, 8867.0, 8825.0, 8805.0, 8837.0, 8796.0, 8871.0, 8840.0, 8810.0, 8858.0, 8832.0, 8906.0, 8843.0, 8881.0, 8819.0, 8799.0, 8844.0, 8780.0, 8847.0, 8792.0, 8825.0, 8794.0, 8837.0, 8812.0, 8763.0, 8821.0, 8766.0, 8823.0, 8797.0, 8857.0, 8831.0, 8843.0, 8819.0, 8773.0, 8816.0, 8773.0, 8861.0, 8831.0, 8863.0, 8816.0, 8814.0, 8804.0, 8803.0, 8845.0, 8787.0, 8861.0, 8787.0, 8846.0, 8806.0, 8877.0, 8834.0, 8801.0, 8801.0, 8777.0, 8836.0, 8811.0, 8881.0, 8849.0, 8799.0, 8844.0, 8817.0, 8891.0, 8845.0, 8891.0, 8844.0, 8893.0, 8843.0, 8883.0, 8822.0, 8846.0, 8850.0, 8783.0, 8833.0, 8784.0, 8830.0, 8773.0, 8847.0, 8797.0, 8844.0, 8799.0, 8843.0, 8802.0, 8797.0, 8816.0, 8770.0, 8862.0, 8815.0, 8892.0, 8832.0, 8868.0, 8810.0, 8848.0, 8821.0, 8781.0, 8836.0, 8793.0, 8853.0, 8792.0, 8866.0, 8840.0, 8882.0, 8823.0, 8831.0, 8821.0, 8773.0, 8848.0, 8786.0, 8867.0, 8816.0, 8861.0, 8816.0, 8855.0, 8803.0, 8768.0, 8831.0, 8768.0, 8829.0, 8803.0, 8864.0, 8821.0, 8819.0, 8833.0, 8784.0, 8847.0, 8802.0, 8862.0, 8816.0, 8875.0, 8800.0, 8770.0, 8811.0, 8773.0, 8858.0, 8824.0, 8864.0, 8820.0, 8791.0, 8819.0, 8773.0, 8864.0, 8820.0, 8865.0, 8824.0, 8820.0, 8818.0, 8777.0, 8853.0, 8794.0, 8870.0, 8816.0, 8851.0, 8823.0, 8819.0, 8858.0, 8796.0, 8851.0, 8812.0, 8869.0, 8830.0, 8883.0, 8847.0, 8812.0, 8840.0, 8799.0, 8874.0, 8830.0, 8893.0, 8839.0, 8870.0, 8840.0, 8864.0, 8824.0, 8789.0, 8833.0, 8773.0, 8835.0, 8788.0, 8863.0, 8818.0, 8862.0, 8803.0, 8843.0, 8818.0, 8813.0, 8813.0, 8770.0, 8830.0, 8775.0, 8848.0, 8808.0, 8867.0, 8845.0, 8863.0, 8839.0, 8795.0, 8852.0, 8788.0, 8869.0, 8805.0, 8848.0, 8815.0, 8848.0, 8815.0, 8874.0, 8817.0, 8768.0, 8798.0, 8772.0, 8847.0, 8786.0, 8861.0, 8815.0, 8844.0, 8817.0, 8845.0, 8842.0, 8801.0, 8833.0, 8778.0, 8832.0, 8807.0, 8880.0, 8841.0, 8839.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.0013670556414219473</td></tr>
<tr><td colspan=3>aqi</td><td>0.021133840108191655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.0612911894741</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2735278359474103</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.02447123340294</td></tr>
<tr><td colspan=3>efc</td><td>0.5</td></tr>
<tr><td colspan=3>fber</td><td>3910.4033</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09387573610058338</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8639876352395675</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.541321689462555</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.464483850333035</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.81901829642573</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3404629216289004</td></tr>
<tr><td colspan=3>gcor</td><td>0.00523204</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014256579801440239</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029123622924089432</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.7695365009846085</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.1889</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5326</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.9238</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297202.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>1026.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.8947</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1084</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.738</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3096.5743</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>965.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.985</td></tr>
<tr><td colspan=3>tsnr</td><td>38.821542005753145</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>