ds005256-mriqc/sub-0104_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter cceffc05fe [DATALAD RUNCMD] Compute MRIQC for sub-0104
=== 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-0104 --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-0104",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:01 +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-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-02/func/sub-0104_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>0beaa8eec8af64c9c456cf2e8b8a6417</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:29:46.722500</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.99878, -0.0442532, -0.0219296, 0.0436076, 0.998625, -0.0290892]</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.100549</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>[4212, -7760, -7242, 339, -143, -174, -47, 88]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>252.419</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c9177b3e-22f4-46ea-a998-201a7a6b5d7a||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.679652690887451, 0.11699603497982025, -0.06260424107313156, 106.34266662597656], [0.11872796714305878, 2.6792383193969727, -0.07586295902729034, -105.38307189941406], [-0.05883555859327316, 0.07804416865110397, 2.6982078552246094, -77.63072967529297], [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': ['142946.722500', '142947.182500', '142947.642500', '142948.102500', '142948.562500', '142949.022500', '142949.482500', '142949.942500', '142950.402500', '142950.862500', '142951.322500', '142951.782500', '142952.242500', '142952.702500', '142953.162500', '142953.622500', '142954.082500', '142954.542500', '142955.002500', '142955.462500', '142955.922500', '142956.382500', '142956.842500', '142957.302500', '142957.762500', '142958.222500', '142958.682500', '142959.142500', '142959.602500', '143000.062500', '143000.522500', '143000.982500', '143001.442500', '143001.902500', '143002.362500', '143002.822500', '143003.282500', '143003.742500', '143004.202500', '143004.662500', '143005.122500', '143005.582500', '143006.042500', '143006.502500', '143006.962500', '143007.422500', '143007.882500', '143008.342500', '143008.802500', '143009.262500', '143009.722500', '143010.182500', '143010.642500', '143011.102500', '143011.562500', '143012.022500', '143012.482500', '143012.942500', '143013.402500', '143013.862500', '143014.322500', '143014.782500', '143015.242500', '143015.702500', '143016.162500', '143016.622500', '143017.082500', '143017.542500', '143018.002500', '143018.462500', '143018.922500', '143019.382500', '143019.842500', '143020.302500', '143020.762500', '143021.222500', '143021.682500', '143022.142500', '143022.602500', '143023.062500', '143023.522500', '143023.982500', '143024.442500', '143024.902500', '143025.362500', '143025.822500', '143026.282500', '143026.742500', '143027.202500', '143027.662500', '143028.122500', '143028.582500', '143029.042500', '143029.502500', '143029.962500', '143030.422500', '143030.882500', '143031.342500', '143031.802500', '143032.262500', '143032.722500', '143033.182500', '143033.642500', '143034.102500', '143034.562500', '143035.022500', '143035.482500', '143035.942500', '143036.402500', '143036.862500', '143037.322500', '143037.782500', '143038.242500', '143038.702500', '143039.162500', '143039.622500', '143040.082500', '143040.542500', '143041.002500', '143041.462500', '143041.922500', '143042.382500', '143042.842500', '143043.302500', '143043.762500', '143044.222500', '143044.682500', '143045.142500', '143045.602500', '143046.062500', '143046.522500', '143046.982500', '143047.442500', '143047.902500', '143048.362500', '143048.822500', '143049.282500', '143049.742500', '143050.202500', '143050.662500', '143051.122500', '143051.582500', '143052.042500', '143052.502500', '143052.962500', '143053.422500', '143053.882500', '143054.342500', '143054.802500', '143055.262500', '143055.722500', '143056.182500', '143056.642500', '143057.102500', '143057.562500', '143058.022500', '143058.482500', '143058.942500', '143059.402500', '143059.862500', '143100.322500', '143100.782500', '143101.242500', '143101.702500', '143102.162500', '143102.622500', '143103.082500', '143103.542500', '143104.002500', '143104.462500', '143104.922500', '143105.382500', '143105.842500', '143106.302500', '143106.762500', '143107.222500', '143107.682500', '143108.142500', '143108.602500', '143109.062500', '143109.522500', '143109.982500', '143110.442500', '143110.902500', '143111.362500', '143111.822500', '143112.282500', '143112.742500', '143113.202500', '143113.662500', '143114.122500', '143114.582500', '143115.042500', '143115.502500', '143115.962500', '143116.422500', '143116.882500', '143117.342500', '143117.802500', '143118.262500', '143118.722500', '143119.182500', '143119.642500', '143120.102500', '143120.562500', '143121.022500', '143121.482500', '143121.942500', '143122.402500', '143122.862500', '143123.322500', '143123.782500', '143124.242500', '143124.702500', '143125.162500', '143125.622500', '143126.082500', '143126.542500', '143127.002500', '143127.462500', '143127.922500', '143128.382500', '143128.842500', '143129.302500', '143129.762500', '143130.222500', '143130.682500', '143131.142500', '143131.602500', '143132.062500', '143132.522500', '143132.982500', '143133.442500', '143133.902500', '143134.362500', '143134.822500', '143135.282500', '143135.742500', '143136.202500', '143136.662500', '143137.122500', '143137.582500', '143138.042500', '143138.502500', '143138.962500', '143139.422500', '143139.882500', '143140.342500', '143140.802500', '143141.262500', '143141.722500', '143142.182500', '143142.642500', '143143.102500', '143143.562500', '143144.022500', '143144.482500', '143144.942500', '143145.402500', '143145.862500', '143146.322500', '143146.782500', '143147.242500', '143147.702500', '143148.162500', '143148.622500', '143149.082500', '143149.542500', '143150.002500', '143150.462500', '143150.922500', '143151.382500', '143151.842500', '143152.302500', '143152.762500', '143153.222500', '143153.682500', '143154.142500', '143154.602500', '143155.062500', '143155.522500', '143155.982500', '143156.442500', '143156.902500', '143157.362500', '143157.822500', '143158.282500', '143158.742500', '143159.202500', '143159.662500', '143200.122500', '143200.582500', '143201.042500', '143201.502500', '143201.962500', '143202.422500', '143202.882500', '143203.342500', '143203.802500', '143204.262500', '143204.722500', '143205.182500', '143205.642500', '143206.102500', '143206.562500', '143207.022500', '143207.482500', '143207.942500', '143208.402500', '143208.862500', '143209.322500', '143209.782500', '143210.242500', '143210.702500', '143211.162500', '143211.622500', '143212.082500', '143212.542500', '143213.002500', '143213.462500', '143213.922500', '143214.382500', '143214.842500', '143215.302500', '143215.762500', '143216.222500', '143216.682500', '143217.142500', '143217.602500', '143218.062500', '143218.522500', '143218.982500', '143219.442500', '143219.902500', '143220.362500', '143220.822500', '143221.282500', '143221.742500', '143222.202500', '143222.662500', '143223.122500', '143223.582500', '143224.042500', '143224.502500', '143224.962500', '143225.422500', '143225.882500', '143226.342500', '143226.802500', '143227.262500', '143227.722500', '143228.182500', '143228.642500', '143229.102500', '143229.562500', '143230.022500', '143230.482500', '143230.942500', '143231.402500', '143231.862500', '143232.322500', '143232.782500', '143233.242500', '143233.702500', '143234.162500', '143234.622500', '143235.082500', '143235.542500', '143236.002500', '143236.462500', '143236.922500', '143237.382500', '143237.842500', '143238.302500', '143238.762500', '143239.222500', '143239.682500', '143240.142500', '143240.602500', '143241.062500', '143241.522500', '143241.982500', '143242.442500', '143242.902500', '143243.362500', '143243.822500', '143244.282500', '143244.742500', '143245.202500', '143245.662500', '143246.122500', '143246.582500', '143247.042500', '143247.502500', '143247.962500', '143248.422500', '143248.882500', '143249.342500', '143249.802500', '143250.262500', '143250.722500', '143251.182500', '143251.642500', '143252.102500', '143252.562500', '143253.022500', '143253.482500', '143253.942500', '143254.402500', '143254.862500', '143255.322500', '143255.782500', '143256.242500', '143256.702500', '143257.162500', '143257.622500', '143258.082500', '143258.542500', '143259.002500', '143259.462500', '143259.922500', '143300.382500', '143300.842500', '143301.302500', '143301.762500', '143302.222500', '143302.682500', '143303.142500', '143303.602500', '143304.062500', '143304.522500', '143304.982500', '143305.442500', '143305.902500', '143306.362500', '143306.822500', '143307.282500', '143307.742500', '143308.202500', '143308.662500', '143309.122500', '143309.582500', '143310.042500', '143310.502500', '143310.962500', '143311.422500', '143311.882500', '143312.342500', '143312.802500', '143313.262500', '143313.722500', '143314.182500', '143314.642500', '143315.102500', '143315.562500', '143316.022500', '143316.482500', '143316.942500', '143317.402500', '143317.862500', '143318.322500', '143318.782500', '143319.242500', '143319.702500', '143320.162500', '143320.622500', '143321.082500', '143321.542500', '143322.002500', '143322.462500', '143322.922500', '143323.382500', '143323.842500', '143324.302500', '143324.762500', '143325.222500', '143325.682500', '143326.142500', '143326.602500', '143327.062500', '143327.522500', '143327.982500', '143328.442500', '143328.902500', '143329.362500', '143329.822500', '143330.282500', '143330.742500', '143331.202500', '143331.662500', '143332.122500', '143332.582500', '143333.042500', '143333.502500', '143333.962500', '143334.422500', '143334.882500', '143335.342500', '143335.802500', '143336.262500', '143336.722500', '143337.182500', '143337.642500', '143338.102500', '143338.562500', '143339.022500', '143339.482500', '143339.942500', '143340.402500', '143340.862500', '143341.322500', '143341.782500', '143342.242500', '143342.702500', '143343.162500', '143343.622500', '143344.082500', '143344.542500', '143345.002500', '143345.462500', '143345.922500', '143346.382500', '143346.842500', '143347.302500', '143347.762500', '143348.222500', '143348.682500', '143349.142500', '143349.602500', '143350.062500', '143350.522500', '143350.982500', '143351.442500', '143351.902500', '143352.362500', '143352.822500', '143353.282500', '143353.742500', '143354.202500', '143354.662500', '143355.122500', '143355.582500', '143356.042500', '143356.502500', '143356.962500', '143357.422500', '143357.882500', '143358.342500', '143358.802500', '143359.262500', '143359.722500', '143400.182500', '143400.642500', '143401.102500', '143401.562500', '143402.022500', '143402.482500', '143402.942500', '143403.402500', '143403.862500', '143404.322500', '143404.782500', '143405.242500', '143405.702500', '143406.162500', '143406.622500', '143407.082500', '143407.542500', '143408.002500', '143408.462500', '143408.922500', '143409.382500', '143409.842500', '143410.302500', '143410.762500', '143411.222500', '143411.682500', '143412.142500', '143412.602500', '143413.062500', '143413.522500', '143413.982500', '143414.442500', '143414.902500', '143415.362500', '143415.822500', '143416.282500', '143416.742500', '143417.202500', '143417.662500', '143418.122500', '143418.582500', '143419.042500', '143419.502500', '143419.962500', '143420.422500', '143420.882500', '143421.342500', '143421.802500', '143422.262500', '143422.722500', '143423.182500', '143423.642500', '143424.102500', '143424.562500', '143425.022500', '143425.482500', '143425.942500', '143426.402500', '143426.862500', '143427.322500', '143427.782500', '143428.242500', '143428.702500', '143429.162500', '143429.622500', '143430.082500', '143430.542500', '143431.002500', '143431.462500', '143431.922500', '143432.382500', '143432.842500', '143433.302500', '143433.762500', '143434.222500', '143434.682500', '143435.142500', '143435.602500', '143436.062500', '143436.522500', '143436.982500', '143437.442500', '143437.902500', '143438.362500', '143438.822500', '143439.282500', '143439.742500', '143440.202500', '143440.662500', '143441.122500', '143441.582500', '143442.042500', '143442.502500', '143442.962500', '143443.422500', '143443.882500', '143444.342500', '143444.802500', '143445.262500', '143445.722500', '143446.182500', '143446.642500', '143447.102500', '143447.562500', '143448.022500', '143448.482500', '143448.942500', '143449.402500', '143449.862500', '143450.322500', '143450.782500', '143451.242500', '143451.702500', '143452.162500', '143452.622500', '143453.082500', '143453.542500', '143454.002500', '143454.462500', '143454.922500', '143455.382500', '143455.842500', '143456.302500', '143456.762500', '143457.222500', '143457.682500', '143458.142500', '143458.602500', '143459.062500', '143459.522500', '143459.982500', '143500.442500', '143500.902500', '143501.362500', '143501.822500', '143502.282500', '143502.742500', '143503.202500', '143503.662500', '143504.122500', '143504.582500', '143505.042500', '143505.502500', '143505.962500', '143506.422500', '143506.882500', '143507.342500', '143507.802500', '143508.262500', '143508.722500', '143509.182500', '143509.642500', '143510.102500', '143510.562500', '143511.022500', '143511.482500', '143511.942500', '143512.402500', '143512.862500', '143513.322500', '143513.782500', '143514.242500', '143514.702500', '143515.162500', '143515.622500', '143516.082500', '143516.542500', '143517.002500', '143517.462500', '143517.922500', '143518.382500', '143518.842500', '143519.302500', '143519.762500', '143520.222500', '143520.682500', '143521.142500', '143521.602500', '143522.062500', '143522.522500', '143522.982500', '143523.442500', '143523.902500', '143524.362500', '143524.822500', '143525.282500', '143525.742500', '143526.202500', '143526.662500', '143527.122500', '143527.582500', '143528.042500', '143528.502500', '143528.962500', '143529.422500', '143529.882500', '143530.342500', '143530.802500', '143531.262500', '143531.722500', '143532.182500', '143532.642500', '143533.102500', '143533.562500', '143534.022500', '143534.482500', '143534.942500', '143535.402500', '143535.862500', '143536.322500', '143536.782500', '143537.242500', '143537.702500', '143538.162500', '143538.622500', '143539.082500', '143539.542500', '143540.002500', '143540.462500', '143540.922500', '143541.382500', '143541.842500', '143542.302500', '143542.762500', '143543.222500', '143543.682500', '143544.142500', '143544.602500', '143545.062500', '143545.522500', '143545.982500', '143546.442500', '143546.902500', '143547.362500', '143547.822500', '143548.282500', '143548.742500', '143549.202500', '143549.662500', '143550.122500', '143550.582500', '143551.042500', '143551.502500', '143551.962500', '143552.422500', '143552.882500', '143553.342500', '143553.802500', '143554.262500', '143554.722500', '143555.182500', '143555.642500', '143556.102500', '143556.562500', '143557.022500', '143557.482500', '143557.942500', '143558.402500', '143558.862500', '143559.322500', '143559.782500', '143600.242500', '143600.702500', '143601.162500', '143601.622500', '143602.082500', '143602.542500', '143603.002500', '143603.462500', '143603.922500', '143604.382500', '143604.842500', '143605.302500', '143605.762500', '143606.222500', '143606.682500', '143607.142500', '143607.602500', '143608.062500', '143608.522500', '143608.982500', '143609.442500', '143609.902500', '143610.362500', '143610.822500', '143611.282500', '143611.742500', '143612.202500', '143612.662500', '143613.122500', '143613.582500', '143614.042500', '143614.502500', '143614.962500', '143615.422500', '143615.882500', '143616.342500', '143616.802500', '143617.262500', '143617.722500', '143618.182500', '143618.642500', '143619.102500', '143619.562500', '143620.022500', '143620.482500', '143620.942500', '143621.402500', '143621.862500', '143622.322500', '143622.782500', '143623.242500', '143623.702500', '143624.162500', '143624.622500', '143625.082500', '143625.542500', '143626.002500', '143626.462500', '143626.922500', '143627.382500', '143627.842500', '143628.302500', '143628.762500', '143629.222500', '143629.682500', '143630.142500', '143630.602500', '143631.062500', '143631.522500', '143631.982500', '143632.442500', '143632.902500', '143633.362500', '143633.822500', '143634.282500', '143634.742500', '143635.202500', '143635.662500', '143636.122500', '143636.582500', '143637.042500', '143637.502500', '143637.962500', '143638.422500', '143638.882500', '143639.342500', '143639.802500', '143640.262500', '143640.722500', '143641.182500', '143641.642500', '143642.102500', '143642.562500', '143643.022500', '143643.482500', '143643.942500', '143644.402500', '143644.862500', '143645.322500', '143645.782500', '143646.242500', '143646.702500', '143647.162500', '143647.622500', '143648.082500', '143648.542500', '143649.002500', '143649.462500', '143649.922500', '143650.382500', '143650.842500', '143651.302500', '143651.762500', '143652.222500', '143652.682500', '143653.142500', '143653.602500', '143654.062500', '143654.522500', '143654.982500', '143655.442500', '143655.902500', '143656.362500', '143656.822500', '143657.282500', '143657.742500', '143658.202500', '143658.662500', '143659.122500', '143659.582500', '143700.042500', '143700.502500', '143700.962500', '143701.422500', '143701.882500', '143702.342500', '143702.802500', '143703.262500', '143703.722500', '143704.182500', '143704.642500', '143705.102500', '143705.562500', '143706.022500', '143706.482500', '143706.942500', '143707.402500', '143707.862500', '143708.322500', '143708.782500', '143709.242500', '143709.702500', '143710.162500', '143710.622500', '143711.082500', '143711.542500', '143712.002500', '143712.462500', '143712.922500', '143713.382500', '143713.842500', '143714.302500', '143714.762500', '143715.222500', '143715.682500', '143716.142500', '143716.602500', '143717.062500', '143717.522500', '143717.982500', '143718.442500', '143718.902500', '143719.362500', '143719.822500', '143720.282500', '143720.742500', '143721.202500', '143721.662500', '143722.122500', '143722.582500', '143723.042500', '143723.502500', '143723.962500', '143724.422500', '143724.882500', '143725.342500', '143725.802500', '143726.262500', '143726.722500', '143727.182500', '143727.642500', '143728.102500', '143728.562500', '143729.022500', '143729.482500', '143729.942500', '143730.402500', '143730.862500', '143731.322500', '143731.782500', '143732.242500', '143732.702500', '143733.162500', '143733.622500', '143734.082500', '143734.542500', '143735.002500', '143735.462500', '143735.922500', '143736.382500', '143736.842500', '143737.302500', '143737.762500', '143738.222500', '143738.682500', '143739.142500', '143739.602500', '143740.062500', '143740.522500', '143740.982500', '143741.442500', '143741.902500', '143742.362500', '143742.822500', '143743.282500', '143743.742500', '143744.202500', '143744.662500', '143745.122500', '143745.582500', '143746.042500', '143746.502500', '143746.962500', '143747.422500', '143747.882500', '143748.342500', '143748.802500', '143749.262500', '143749.722500', '143750.182500', '143750.642500', '143751.102500', '143751.562500', '143752.022500', '143752.482500', '143752.942500', '143753.402500', '143753.862500', '143754.322500', '143754.782500', '143755.242500', '143755.702500', '143756.162500', '143756.622500', '143757.082500', '143757.542500', '143758.002500', '143758.462500', '143758.922500', '143759.382500', '143759.842500', '143800.302500', '143800.762500', '143801.222500', '143801.682500', '143802.142500', '143802.602500', '143803.062500', '143803.522500', '143803.982500', '143804.442500', '143804.902500', '143805.362500', '143805.822500', '143806.282500', '143806.742500', '143807.202500', '143807.662500', '143808.122500', '143808.582500', '143809.042500', '143809.502500', '143809.962500', '143810.422500', '143810.882500', '143811.342500', '143811.802500', '143812.262500', '143812.722500', '143813.182500', '143813.642500', '143814.102500', '143814.562500', '143815.022500', '143815.482500', '143815.942500', '143816.402500', '143816.862500', '143817.322500', '143817.782500', '143818.242500', '143818.702500', '143819.162500', '143819.622500', '143820.082500', '143820.542500', '143821.002500', '143821.462500', '143821.922500', '143822.382500', '143822.842500', '143823.302500', '143823.762500', '143824.222500', '143824.682500', '143825.142500', '143825.602500', '143826.062500', '143826.522500', '143826.982500', '143827.442500', '143827.902500', '143828.362500', '143828.822500', '143829.282500', '143829.742500', '143830.202500', '143830.662500', '143831.122500', '143831.582500', '143832.042500', '143832.502500', '143832.962500', '143833.422500', '143833.882500', '143834.342500', '143834.802500', '143835.262500', '143835.722500', '143836.182500', '143836.642500', '143837.102500', '143837.562500', '143838.022500', '143838.482500', '143838.942500', '143839.402500', '143839.862500', '143840.322500', '143840.782500', '143841.242500', '143841.702500', '143842.162500', '143842.622500', '143843.082500', '143843.542500', '143844.002500', '143844.462500', '143844.922500', '143845.382500', '143845.842500', '143846.302500', '143846.762500', '143847.222500', '143847.682500', '143848.142500', '143848.602500', '143849.062500', '143849.522500', '143849.982500', '143850.442500', '143850.902500', '143851.362500', '143851.822500', '143852.282500', '143852.742500', '143853.202500', '143853.662500', '143854.122500', '143854.582500', '143855.042500', '143855.502500', '143855.962500', '143856.422500', '143856.882500', '143857.342500', '143857.802500', '143858.262500', '143858.722500', '143859.182500', '143859.642500', '143900.102500', '143900.562500', '143901.022500', '143901.482500', '143901.942500', '143902.402500', '143902.862500', '143903.322500', '143903.782500', '143904.242500', '143904.702500', '143905.162500', '143905.622500', '143906.082500', '143906.542500', '143907.002500', '143907.462500', '143907.922500', '143908.382500', '143908.842500', '143909.302500', '143909.762500', '143910.222500', '143910.682500', '143911.142500', '143911.602500', '143912.062500', '143912.522500', '143912.982500', '143913.442500', '143913.902500', '143914.362500', '143914.822500', '143915.282500', '143915.742500', '143916.202500', '143916.662500', '143917.122500', '143917.582500', '143918.042500', '143918.502500', '143918.962500', '143919.422500', '143919.882500', '143920.342500', '143920.802500', '143921.262500', '143921.722500', '143922.182500', '143922.642500', '143923.102500', '143923.562500', '143924.022500', '143924.482500', '143924.942500', '143925.402500', '143925.862500', '143926.322500', '143926.782500', '143927.242500', '143927.702500', '143928.162500', '143928.622500', '143929.082500', '143929.542500', '143930.002500', '143930.462500', '143930.922500', '143931.382500', '143931.842500', '143932.302500', '143932.762500', '143933.222500', '143933.682500', '143934.142500', '143934.602500', '143935.062500', '143935.522500', '143935.982500', '143936.442500', '143936.902500', '143937.362500', '143937.822500', '143938.282500', '143938.742500', '143939.202500', '143939.662500', '143940.122500', '143940.582500', '143941.042500', '143941.502500', '143941.962500', '143942.422500', '143942.882500', '143943.342500'], 'ContentTime': ['143003.951000', '143003.955000', '143003.958000', '143003.960000', '143003.963000', '143003.965000', '143003.968000', '143003.971000', '143003.973000', '143003.976000', '143003.978000', '143003.981000', '143003.984000', '143004.008000', '143004.010000', '143004.013000', '143004.015000', '143004.026000', '143004.028000', '143004.031000', '143004.033000', '143004.036000', '143004.039000', '143004.041000', '143004.044000', '143004.046000', '143004.049000', '143004.052000', '143004.054000', '143004.057000', '143004.068000', '143004.071000', '143004.074000', '143004.076000', '143004.079000', '143023.925000', '143023.928000', '143023.931000', '143023.934000', '143023.936000', '143023.939000', '143023.941000', '143023.944000', '143023.947000', '143023.950000', '143023.953000', '143023.956000', '143023.958000', '143023.961000', '143023.963000', '143023.966000', '143023.969000', '143023.971000', '143023.974000', '143023.984000', '143023.987000', '143023.989000', '143023.992000', '143023.994000', '143023.997000', '143024.001000', '143024.003000', '143024.006000', '143024.009000', '143024.011000', '143024.014000', '143024.017000', '143024.019000', '143024.022000', '143024.024000', '143024.027000', '143024.030000', '143024.032000', '143024.035000', '143024.037000', '143024.040000', '143024.043000', '143024.045000', '143043.925000', '143043.928000', '143043.931000', '143043.933000', '143043.936000', '143043.938000', '143043.941000', '143043.944000', '143043.946000', '143043.949000', '143043.951000', '143043.954000', '143043.956000', '143043.959000', '143043.961000', '143043.972000', '143043.975000', '143043.977000', '143043.980000', '143043.982000', '143043.985000', '143043.988000', '143043.990000', '143043.993000', '143043.996000', '143043.998000', '143044.002000', '143044.005000', '143044.007000', '143044.010000', '143044.013000', '143044.015000', '143044.018000', '143044.021000', '143044.023000', '143044.026000', '143044.029000', '143044.031000', '143044.034000', '143044.036000', '143044.039000', '143044.042000', '143044.044000', '143044.047000', '143103.925000', '143103.928000', '143103.930000', '143103.933000', '143103.936000', '143103.938000', '143103.941000', '143103.944000', '143103.946000', '143103.949000', '143103.951000', '143103.959000', '143103.962000', '143103.964000', '143103.967000', '143103.970000', '143103.973000', '143103.975000', '143103.978000', '143103.981000', '143103.983000', '143103.986000', '143103.988000', '143103.991000', '143103.994000', '143103.997000', '143104.001000', '143104.003000', '143104.006000', '143104.009000', '143104.011000', '143104.014000', '143104.017000', '143104.019000', '143104.022000', '143104.025000', '143104.027000', '143104.030000', '143104.032000', '143104.041000', '143104.043000', '143104.046000', '143104.049000', '143123.924000', '143123.927000', '143123.930000', '143123.933000', '143123.935000', '143123.938000', '143123.940000', '143123.943000', '143123.946000', '143123.948000', '143123.951000', '143123.953000', '143123.956000', '143123.958000', '143123.962000', '143123.965000', '143123.967000', '143123.970000', '143123.973000', '143123.975000', '143123.978000', '143123.980000', '143123.983000', '143123.986000', '143123.988000', '143123.991000', '143123.993000', '143123.996000', '143123.998000', '143124.001000', '143124.004000', '143124.006000', '143124.009000', '143124.011000', '143124.014000', '143124.017000', '143124.019000', '143124.022000', '143124.024000', '143124.027000', '143124.030000', '143124.032000', '143124.035000', '143124.037000', '143143.925000', '143143.928000', '143143.931000', '143143.933000', '143143.936000', '143143.939000', '143143.941000', '143143.944000', '143143.946000', '143143.949000', '143143.952000', '143143.954000', '143143.957000', '143143.959000', '143143.962000', '143143.964000', '143143.967000', '143143.970000', '143143.972000', '143143.975000', '143143.977000', '143143.980000', '143143.983000', '143143.986000', '143143.988000', '143143.991000', '143143.993000', '143143.996000', '143143.998000', '143144.001000', '143144.004000', '143144.025000', '143144.027000', '143144.030000', '143144.033000', '143144.035000', '143144.038000', '143144.040000', '143144.043000', '143144.046000', '143144.048000', '143144.051000', '143144.059000', '143144.061000', '143203.926000', '143203.929000', '143203.931000', '143203.934000', '143203.936000', '143203.939000', '143203.941000', '143203.944000', '143203.946000', '143203.949000', '143203.952000', '143203.955000', '143203.957000', '143203.960000', '143203.962000', '143203.965000', '143203.968000', '143203.970000', '143203.973000', '143203.975000', '143203.978000', '143203.980000', '143203.983000', '143203.986000', '143203.988000', '143203.991000', '143203.993000', '143203.996000', '143203.998000', '143204.002000', '143204.005000', '143204.007000', '143204.010000', '143204.013000', '143204.015000', '143204.018000', '143204.020000', '143204.023000', '143204.025000', '143204.028000', '143204.031000', '143204.033000', '143204.036000', '143223.925000', '143223.928000', '143223.931000', '143223.934000', '143223.936000', '143223.939000', '143223.941000', '143223.944000', '143223.947000', '143223.949000', '143223.952000', '143223.955000', '143223.957000', '143223.960000', '143223.962000', '143223.965000', '143223.968000', '143223.970000', '143223.973000', '143223.975000', '143223.978000', '143223.980000', '143223.983000', '143223.986000', '143223.988000', '143223.991000', '143223.994000', '143223.997000', '143224.001000', '143224.004000', '143224.007000', '143224.009000', '143224.012000', '143224.014000', '143224.017000', '143224.019000', '143224.022000', '143224.025000', '143224.027000', '143224.030000', '143224.033000', '143224.036000', '143224.039000', '143243.926000', '143243.928000', '143243.931000', '143243.934000', '143243.936000', '143243.939000', '143243.942000', '143243.945000', '143243.947000', '143243.950000', '143243.953000', '143243.955000', '143243.958000', '143243.960000', '143243.963000', '143243.966000', '143243.969000', '143243.971000', '143243.974000', '143243.977000', '143243.979000', '143243.982000', '143243.984000', '143243.987000', '143243.990000', '143243.992000', '143243.995000', '143243.997000', '143244.001000', '143244.004000', '143244.006000', '143244.009000', '143244.012000', '143244.014000', '143244.017000', '143244.019000', '143244.022000', '143244.025000', '143244.027000', '143244.030000', '143244.032000', '143244.035000', '143244.037000', '143244.040000', '143303.925000', '143303.928000', '143303.931000', '143303.934000', '143303.936000', '143303.939000', '143303.941000', '143303.944000', '143303.947000', '143303.949000', '143303.952000', '143303.954000', '143303.957000', '143303.960000', '143303.962000', '143303.965000', '143303.967000', '143303.970000', '143303.973000', '143303.975000', '143303.978000', '143303.980000', '143303.983000', '143303.985000', '143303.988000', '143303.991000', '143303.993000', '143303.996000', '143304.000000', '143304.003000', '143304.005000', '143304.008000', '143304.011000', '143304.013000', '143304.016000', '143304.018000', '143304.021000', '143304.024000', '143304.026000', '143304.029000', '143304.031000', '143304.034000', '143304.036000', '143323.925000', '143323.928000', '143323.930000', '143323.933000', '143323.936000', '143323.938000', '143323.941000', '143323.943000', '143323.946000', '143323.948000', '143323.951000', '143323.954000', '143323.956000', '143323.959000', '143323.962000', '143323.964000', '143323.967000', '143323.969000', '143323.972000', '143323.975000', '143323.977000', '143323.980000', '143323.982000', '143323.985000', '143323.988000', '143323.990000', '143323.993000', '143324.010000', '143324.012000', '143324.015000', '143324.017000', '143324.020000', '143324.023000', '143324.025000', '143324.028000', '143324.030000', '143324.033000', '143324.036000', '143324.038000', '143324.041000', '143324.043000', '143324.046000', '143324.049000', '143324.051000', '143343.924000', '143343.927000', '143343.930000', '143343.933000', '143343.935000', '143343.938000', '143343.940000', '143343.943000', '143343.945000', '143343.948000', '143343.951000', '143343.953000', '143343.956000', '143343.958000', '143343.961000', '143343.964000', '143343.966000', '143343.969000', '143343.971000', '143343.974000', '143343.976000', '143343.979000', '143343.982000', '143343.984000', '143343.987000', '143343.990000', '143343.992000', '143343.996000', '143344.000000', '143344.003000', '143344.005000', '143344.020000', '143344.023000', '143344.025000', '143344.028000', '143344.030000', '143344.033000', '143344.035000', '143344.038000', '143344.041000', '143344.043000', '143344.046000', '143344.048000', '143403.926000', '143403.941000', '143403.943000', '143403.946000', '143403.948000', '143403.951000', '143403.954000', '143403.956000', '143403.959000', '143403.962000', '143403.964000', '143403.967000', '143403.969000', '143403.972000', '143403.975000', '143403.977000', '143403.980000', '143403.983000', '143403.985000', '143403.988000', '143403.990000', '143403.993000', '143403.996000', '143403.998000', '143404.001000', '143404.004000', '143404.017000', '143404.020000', '143404.022000', '143404.025000', '143404.027000', '143404.030000', '143404.032000', '143404.035000', '143404.038000', '143404.041000', '143404.043000', '143404.046000', '143404.048000', '143404.051000', '143404.054000', '143404.056000', '143404.059000', '143404.061000', '143423.926000', '143423.929000', '143423.931000', '143423.934000', '143423.936000', '143423.939000', '143423.942000', '143423.944000', '143423.947000', '143423.949000', '143423.952000', '143423.955000', '143423.957000', '143423.960000', '143423.962000', '143423.965000', '143423.967000', '143423.970000', '143423.973000', '143423.975000', '143423.978000', '143423.980000', '143423.983000', '143423.985000', '143423.988000', '143423.991000', '143423.993000', '143423.996000', '143424.000000', '143424.002000', '143424.005000', '143424.008000', '143424.010000', '143424.013000', '143424.015000', '143424.018000', '143424.021000', '143424.023000', '143424.026000', '143424.028000', '143424.032000', '143424.035000', '143424.038000', '143443.926000', '143443.933000', '143443.936000', '143443.938000', '143443.941000', '143443.944000', '143443.947000', '143443.949000', '143443.952000', '143443.955000', '143443.957000', '143443.960000', '143443.963000', '143443.965000', '143443.968000', '143443.971000', '143443.973000', '143443.976000', '143443.978000', '143443.981000', '143443.984000', '143443.986000', '143443.989000', '143443.991000', '143443.994000', '143443.997000', '143444.000000', '143444.003000', '143444.005000', '143444.008000', '143444.011000', '143444.013000', '143444.016000', '143444.018000', '143444.021000', '143444.024000', '143444.026000', '143444.029000', '143444.032000', '143444.034000', '143444.037000', '143444.039000', '143444.042000', '143444.045000', '143503.926000', '143503.928000', '143503.931000', '143503.934000', '143503.936000', '143503.939000', '143503.941000', '143503.944000', '143503.947000', '143503.949000', '143503.952000', '143503.955000', '143503.957000', '143503.960000', '143503.963000', '143503.965000', '143503.968000', '143503.970000', '143503.973000', '143503.975000', '143503.978000', '143503.981000', '143503.983000', '143503.986000', '143503.989000', '143503.991000', '143503.994000', '143503.996000', '143504.000000', '143504.003000', '143504.005000', '143504.008000', '143504.010000', '143504.013000', '143504.015000', '143504.018000', '143504.021000', '143504.023000', '143504.026000', '143504.029000', '143504.031000', '143504.034000', '143504.036000', '143523.926000', '143523.928000', '143523.931000', '143523.934000', '143523.936000', '143523.939000', '143523.942000', '143523.944000', '143523.947000', '143523.950000', '143523.952000', '143523.955000', '143523.957000', '143523.960000', '143523.963000', '143523.965000', '143523.968000', '143523.971000', '143523.973000', '143523.976000', '143523.978000', '143523.981000', '143523.984000', '143523.986000', '143523.989000', '143523.992000', '143523.994000', '143523.997000', '143524.000000', '143524.003000', '143524.005000', '143524.008000', '143524.011000', '143524.013000', '143524.016000', '143524.019000', '143524.021000', '143524.024000', '143524.026000', '143524.029000', '143524.032000', '143524.034000', '143524.037000', '143524.039000', '143543.924000', '143543.927000', '143543.930000', '143543.933000', '143543.935000', '143543.938000', '143543.940000', '143543.943000', '143543.946000', '143543.948000', '143543.951000', '143543.954000', '143543.956000', '143543.959000', '143543.961000', '143543.964000', '143543.967000', '143543.969000', '143543.972000', '143543.974000', '143543.977000', '143543.980000', '143543.982000', '143543.985000', '143543.988000', '143543.990000', '143543.993000', '143543.995000', '143543.998000', '143544.011000', '143544.014000', '143544.016000', '143544.019000', '143544.021000', '143544.024000', '143544.027000', '143544.029000', '143544.032000', '143544.035000', '143544.037000', '143544.040000', '143544.043000', '143544.045000', '143603.925000', '143603.928000', '143603.930000', '143603.933000', '143603.935000', '143603.938000', '143603.941000', '143603.943000', '143603.946000', '143603.949000', '143603.951000', '143603.954000', '143603.956000', '143603.959000', '143603.962000', '143603.973000', '143603.975000', '143603.978000', '143603.981000', '143603.983000', '143603.986000', '143603.988000', '143603.991000', '143603.994000', '143603.996000', '143604.000000', '143604.003000', '143604.005000', '143604.008000', '143604.010000', '143604.013000', '143604.016000', '143604.018000', '143604.021000', '143604.023000', '143604.026000', '143604.029000', '143604.031000', '143604.034000', '143604.037000', '143604.039000', '143604.042000', '143604.044000', '143604.047000', '143623.926000', '143623.929000', '143623.931000', '143623.934000', '143623.936000', '143623.939000', '143623.942000', '143623.944000', '143623.947000', '143623.950000', '143623.952000', '143623.955000', '143623.958000', '143623.961000', '143623.963000', '143623.966000', '143623.969000', '143623.971000', '143623.974000', '143624.015000', '143624.018000', '143624.020000', '143624.023000', '143624.026000', '143624.028000', '143624.031000', '143624.034000', '143624.036000', '143624.039000', '143624.041000', '143624.044000', '143624.047000', '143624.049000', '143624.052000', '143624.055000', '143624.057000', '143624.060000', '143624.063000', '143624.065000', '143624.068000', '143624.071000', '143624.073000', '143624.076000', '143643.925000', '143643.928000', '143643.931000', '143643.934000', '143643.936000', '143643.939000', '143643.942000', '143643.944000', '143643.947000', '143643.949000', '143643.952000', '143643.955000', '143643.957000', '143643.960000', '143643.963000', '143643.965000', '143643.968000', '143643.970000', '143643.973000', '143643.976000', '143643.978000', '143643.981000', '143643.984000', '143643.986000', '143643.989000', '143643.991000', '143643.994000', '143643.996000', '143644.000000', '143644.003000', '143644.005000', '143644.008000', '143644.010000', '143644.013000', '143644.016000', '143644.018000', '143644.021000', '143644.023000', '143644.026000', '143644.029000', '143644.031000', '143644.034000', '143644.044000', '143644.047000', '143703.926000', '143703.928000', '143703.931000', '143703.934000', '143703.936000', '143703.939000', '143703.942000', '143703.944000', '143703.947000', '143703.949000', '143703.952000', '143703.955000', '143703.957000', '143703.960000', '143703.962000', '143703.965000', '143703.968000', '143703.970000', '143703.973000', '143703.976000', '143703.978000', '143703.981000', '143703.983000', '143703.986000', '143703.989000', '143703.991000', '143703.994000', '143703.997000', '143704.000000', '143704.003000', '143704.006000', '143704.008000', '143704.011000', '143704.013000', '143704.016000', '143704.019000', '143704.021000', '143704.024000', '143704.026000', '143704.029000', '143704.032000', '143704.034000', '143704.037000', '143723.926000', '143723.929000', '143723.931000', '143723.934000', '143723.937000', '143723.939000', '143723.942000', '143723.944000', '143723.947000', '143723.950000', '143723.953000', '143723.956000', '143723.959000', '143723.968000', '143723.971000', '143723.973000', '143723.976000', '143723.979000', '143723.981000', '143723.984000', '143723.987000', '143723.989000', '143723.992000', '143723.995000', '143723.997000', '143724.001000', '143724.004000', '143724.007000', '143724.009000', '143724.012000', '143724.015000', '143724.017000', '143724.020000', '143724.023000', '143724.025000', '143724.028000', '143724.030000', '143724.033000', '143724.036000', '143724.038000', '143724.041000', '143724.043000', '143724.046000', '143724.049000', '143743.926000', '143743.928000', '143743.931000', '143743.934000', '143743.937000', '143743.939000', '143743.942000', '143743.945000', '143743.947000', '143743.950000', '143743.952000', '143743.955000', '143743.958000', '143743.960000', '143743.963000', '143743.975000', '143743.978000', '143743.980000', '143743.983000', '143743.986000', '143743.988000', '143743.991000', '143743.993000', '143743.996000', '143744.000000', '143744.002000', '143744.005000', '143744.008000', '143744.010000', '143744.013000', '143744.016000', '143744.018000', '143744.021000', '143744.024000', '143744.026000', '143744.029000', '143744.032000', '143744.034000', '143744.037000', '143744.040000', '143744.042000', '143744.045000', '143744.047000', '143803.925000', '143803.927000', '143803.930000', '143803.933000', '143803.936000', '143803.938000', '143803.941000', '143803.944000', '143803.946000', '143803.949000', '143803.952000', '143803.954000', '143803.957000', '143803.960000', '143803.962000', '143803.965000', '143803.968000', '143803.970000', '143803.973000', '143803.975000', '143803.978000', '143803.981000', '143803.983000', '143803.986000', '143803.988000', '143803.991000', '143803.994000', '143803.996000', '143803.999000', '143804.001000', '143804.004000', '143804.007000', '143804.009000', '143804.012000', '143804.014000', '143804.017000', '143804.019000', '143804.022000', '143804.025000', '143804.027000', '143804.030000', '143804.032000', '143804.035000', '143823.925000', '143823.928000', '143823.930000', '143823.933000', '143823.936000', '143823.939000', '143823.941000', '143823.944000', '143823.946000', '143823.949000', '143823.951000', '143823.954000', '143823.957000', '143823.959000', '143823.962000', '143823.965000', '143823.967000', '143823.970000', '143823.972000', '143823.975000', '143823.978000', '143823.980000', '143823.983000', '143823.985000', '143823.988000', '143823.991000', '143823.993000', '143823.996000', '143823.998000', '143824.002000', '143824.005000', '143824.007000', '143824.010000', '143824.012000', '143824.015000', '143824.018000', '143824.020000', '143824.023000', '143824.025000', '143824.028000', '143824.031000', '143824.033000', '143824.036000', '143824.039000', '143843.926000', '143843.929000', '143843.931000', '143843.934000', '143843.936000', '143843.939000', '143843.942000', '143843.944000', '143843.947000', '143843.949000', '143843.952000', '143843.954000', '143843.957000', '143843.960000', '143843.962000', '143843.965000', '143843.968000', '143843.970000', '143843.973000', '143843.976000', '143843.978000', '143843.981000', '143843.984000', '143843.986000', '143843.989000', '143843.993000', '143843.996000', '143843.999000', '143844.002000', '143844.004000', '143844.007000', '143844.010000', '143844.012000', '143844.015000', '143844.018000', '143844.020000', '143844.023000', '143844.026000', '143844.029000', '143844.032000', '143844.035000', '143844.038000', '143844.040000', '143903.926000', '143903.928000', '143903.931000', '143903.934000', '143903.936000', '143903.939000', '143903.941000', '143903.944000', '143903.947000', '143903.949000', '143903.952000', '143903.954000', '143903.957000', '143903.995000', '143903.997000', '143904.001000', '143904.003000', '143904.006000', '143904.009000', '143904.011000', '143904.014000', '143904.017000', '143904.019000', '143904.022000', '143904.024000', '143904.027000', '143904.030000', '143904.032000', '143904.035000', '143904.038000', '143904.040000', '143904.043000', '143904.046000', '143904.048000', '143904.051000', '143904.053000', '143904.056000', '143904.059000', '143904.061000', '143904.064000', '143904.066000', '143904.069000', '143904.072000', '143904.074000', '143923.926000', '143923.929000', '143923.931000', '143923.934000', '143923.936000', '143923.939000', '143923.942000', '143923.944000', '143923.947000', '143923.949000', '143923.952000', '143923.955000', '143923.957000', '143923.960000', '143923.963000', '143923.965000', '143923.968000', '143923.971000', '143923.973000', '143923.976000', '143923.979000', '143923.982000', '143923.985000', '143923.988000', '143923.990000', '143923.993000', '143923.995000', '143923.998000', '143924.002000', '143924.004000', '143924.007000', '143924.009000', '143924.012000', '143924.015000', '143924.017000', '143924.020000', '143924.022000', '143924.025000', '143924.028000', '143924.030000', '143924.033000', '143924.035000', '143924.038000', '143943.926000', '143943.930000', '143943.932000', '143943.935000', '143943.937000', '143943.940000', '143943.943000', '143943.945000', '143943.948000', '143943.951000', '143943.953000', '143943.956000', '143943.959000', '143943.961000', '143943.964000', '143943.966000', '143943.969000', '143943.972000', '143943.974000', '143943.977000', '143943.979000', '143943.982000', '143943.984000', '143943.987000', '143943.990000', '143943.992000', '143943.995000', '143943.997000', '143944.001000', '143944.004000', '143944.006000', '143944.009000', '143944.011000', '143944.014000', '143944.016000', '143944.019000', '143944.022000', '143944.024000', '143944.027000', '143944.029000', '143944.032000', '143944.035000', '143944.037000', '143944.040000', '143944.690000', '143944.693000'], 'InstanceCreationTime': ['143003.951000', '143003.955000', '143003.958000', '143003.960000', '143003.963000', '143003.965000', '143003.968000', '143003.971000', '143003.973000', '143003.976000', '143003.978000', '143003.981000', '143003.984000', '143004.008000', '143004.010000', '143004.013000', '143004.015000', '143004.026000', '143004.028000', '143004.031000', '143004.033000', '143004.036000', '143004.039000', '143004.041000', '143004.044000', '143004.046000', '143004.049000', '143004.052000', '143004.054000', '143004.057000', '143004.068000', '143004.071000', '143004.074000', '143004.076000', '143004.079000', '143023.925000', '143023.928000', '143023.931000', '143023.934000', '143023.936000', '143023.939000', '143023.941000', '143023.944000', '143023.947000', '143023.950000', '143023.953000', '143023.956000', '143023.958000', '143023.961000', '143023.963000', '143023.966000', '143023.969000', '143023.971000', '143023.974000', '143023.984000', '143023.987000', '143023.989000', '143023.992000', '143023.994000', '143023.997000', '143024.001000', '143024.003000', '143024.006000', '143024.009000', '143024.011000', '143024.014000', '143024.017000', '143024.019000', '143024.022000', '143024.024000', '143024.027000', '143024.030000', '143024.032000', '143024.035000', '143024.037000', '143024.040000', '143024.043000', '143024.045000', '143043.925000', '143043.928000', '143043.931000', '143043.933000', '143043.936000', '143043.938000', '143043.941000', '143043.944000', '143043.946000', '143043.949000', '143043.951000', '143043.954000', '143043.956000', '143043.959000', '143043.961000', '143043.972000', '143043.975000', '143043.977000', '143043.980000', '143043.982000', '143043.985000', '143043.988000', '143043.990000', '143043.993000', '143043.996000', '143043.998000', '143044.002000', '143044.005000', '143044.007000', '143044.010000', '143044.013000', '143044.015000', '143044.018000', '143044.021000', '143044.023000', '143044.026000', '143044.029000', '143044.031000', '143044.034000', '143044.036000', '143044.039000', '143044.042000', '143044.044000', '143044.047000', '143103.925000', '143103.928000', '143103.930000', '143103.933000', '143103.936000', '143103.938000', '143103.941000', '143103.944000', '143103.946000', '143103.949000', '143103.951000', '143103.959000', '143103.962000', '143103.964000', '143103.967000', '143103.970000', '143103.973000', '143103.975000', '143103.978000', '143103.981000', '143103.983000', '143103.986000', '143103.988000', '143103.991000', '143103.994000', '143103.997000', '143104.001000', '143104.003000', '143104.006000', '143104.009000', '143104.011000', '143104.014000', '143104.017000', '143104.019000', '143104.022000', '143104.025000', '143104.027000', '143104.030000', '143104.032000', '143104.041000', '143104.043000', '143104.046000', '143104.049000', '143123.924000', '143123.927000', '143123.930000', '143123.933000', '143123.935000', '143123.938000', '143123.940000', '143123.943000', '143123.946000', '143123.948000', '143123.951000', '143123.953000', '143123.956000', '143123.958000', '143123.962000', '143123.965000', '143123.967000', '143123.970000', '143123.973000', '143123.975000', '143123.978000', '143123.980000', '143123.983000', '143123.986000', '143123.988000', '143123.991000', '143123.993000', '143123.996000', '143123.998000', '143124.001000', '143124.004000', '143124.006000', '143124.009000', '143124.011000', '143124.014000', '143124.017000', '143124.019000', '143124.022000', '143124.024000', '143124.027000', '143124.030000', '143124.032000', '143124.035000', '143124.037000', '143143.925000', '143143.928000', '143143.931000', '143143.933000', '143143.936000', '143143.939000', '143143.941000', '143143.944000', '143143.946000', '143143.949000', '143143.952000', '143143.954000', '143143.957000', '143143.959000', '143143.962000', '143143.964000', '143143.967000', '143143.970000', '143143.972000', '143143.975000', '143143.977000', '143143.980000', '143143.983000', '143143.986000', '143143.988000', '143143.991000', '143143.993000', '143143.996000', '143143.998000', '143144.001000', '143144.004000', '143144.025000', '143144.027000', '143144.030000', '143144.033000', '143144.035000', '143144.038000', '143144.040000', '143144.043000', '143144.046000', '143144.048000', '143144.051000', '143144.059000', '143144.061000', '143203.926000', '143203.929000', '143203.931000', '143203.934000', '143203.936000', '143203.939000', '143203.941000', '143203.944000', '143203.946000', '143203.949000', '143203.952000', '143203.955000', '143203.957000', '143203.960000', '143203.962000', '143203.965000', '143203.968000', '143203.970000', '143203.973000', '143203.975000', '143203.978000', '143203.980000', '143203.983000', '143203.986000', '143203.988000', '143203.991000', '143203.993000', '143203.996000', '143203.998000', '143204.002000', '143204.005000', '143204.007000', '143204.010000', '143204.013000', '143204.015000', '143204.018000', '143204.020000', '143204.023000', '143204.025000', '143204.028000', '143204.031000', '143204.033000', '143204.036000', '143223.925000', '143223.928000', '143223.931000', '143223.934000', '143223.936000', '143223.939000', '143223.941000', '143223.944000', '143223.947000', '143223.949000', '143223.952000', '143223.955000', '143223.957000', '143223.960000', '143223.962000', '143223.965000', '143223.968000', '143223.970000', '143223.973000', '143223.975000', '143223.978000', '143223.980000', '143223.983000', '143223.986000', '143223.988000', '143223.991000', '143223.994000', '143223.997000', '143224.001000', '143224.004000', '143224.007000', '143224.009000', '143224.012000', '143224.014000', '143224.017000', '143224.019000', '143224.022000', '143224.025000', '143224.027000', '143224.030000', '143224.033000', '143224.036000', '143224.039000', '143243.926000', '143243.928000', '143243.931000', '143243.934000', '143243.936000', '143243.939000', '143243.942000', '143243.945000', '143243.947000', '143243.950000', '143243.953000', '143243.955000', '143243.958000', '143243.960000', '143243.963000', '143243.966000', '143243.969000', '143243.971000', '143243.974000', '143243.977000', '143243.979000', '143243.982000', '143243.984000', '143243.987000', '143243.990000', '143243.992000', '143243.995000', '143243.997000', '143244.001000', '143244.004000', '143244.006000', '143244.009000', '143244.012000', '143244.014000', '143244.017000', '143244.019000', '143244.022000', '143244.025000', '143244.027000', '143244.030000', '143244.032000', '143244.035000', '143244.037000', '143244.040000', '143303.925000', '143303.928000', '143303.931000', '143303.934000', '143303.936000', '143303.939000', '143303.941000', '143303.944000', '143303.947000', '143303.949000', '143303.952000', '143303.954000', '143303.957000', '143303.960000', '143303.962000', '143303.965000', '143303.967000', '143303.970000', '143303.973000', '143303.975000', '143303.978000', '143303.980000', '143303.983000', '143303.985000', '143303.988000', '143303.991000', '143303.993000', '143303.996000', '143304.000000', '143304.003000', '143304.005000', '143304.008000', '143304.011000', '143304.013000', '143304.016000', '143304.018000', '143304.021000', '143304.024000', '143304.026000', '143304.029000', '143304.031000', '143304.034000', '143304.036000', '143323.925000', '143323.928000', '143323.930000', '143323.933000', '143323.936000', '143323.938000', '143323.941000', '143323.943000', '143323.946000', '143323.948000', '143323.951000', '143323.954000', '143323.956000', '143323.959000', '143323.962000', '143323.964000', '143323.967000', '143323.969000', '143323.972000', '143323.975000', '143323.977000', '143323.980000', '143323.982000', '143323.985000', '143323.988000', '143323.990000', '143323.993000', '143324.010000', '143324.012000', '143324.015000', '143324.017000', '143324.020000', '143324.023000', '143324.025000', '143324.028000', '143324.030000', '143324.033000', '143324.036000', '143324.038000', '143324.041000', '143324.043000', '143324.046000', '143324.049000', '143324.051000', '143343.924000', '143343.927000', '143343.930000', '143343.933000', '143343.935000', '143343.938000', '143343.940000', '143343.943000', '143343.945000', '143343.948000', '143343.951000', '143343.953000', '143343.956000', '143343.958000', '143343.961000', '143343.964000', '143343.966000', '143343.969000', '143343.971000', '143343.974000', '143343.976000', '143343.979000', '143343.982000', '143343.984000', '143343.987000', '143343.990000', '143343.992000', '143343.996000', '143344.000000', '143344.003000', '143344.005000', '143344.020000', '143344.023000', '143344.025000', '143344.028000', '143344.030000', '143344.033000', '143344.035000', '143344.038000', '143344.041000', '143344.043000', '143344.046000', '143344.048000', '143403.926000', '143403.941000', '143403.943000', '143403.946000', '143403.948000', '143403.951000', '143403.954000', '143403.956000', '143403.959000', '143403.962000', '143403.964000', '143403.967000', '143403.969000', '143403.972000', '143403.975000', '143403.977000', '143403.980000', '143403.983000', '143403.985000', '143403.988000', '143403.990000', '143403.993000', '143403.996000', '143403.998000', '143404.001000', '143404.004000', '143404.017000', '143404.020000', '143404.022000', '143404.025000', '143404.027000', '143404.030000', '143404.032000', '143404.035000', '143404.038000', '143404.041000', '143404.043000', '143404.046000', '143404.048000', '143404.051000', '143404.054000', '143404.056000', '143404.059000', '143404.061000', '143423.926000', '143423.929000', '143423.931000', '143423.934000', '143423.936000', '143423.939000', '143423.942000', '143423.944000', '143423.947000', '143423.949000', '143423.952000', '143423.955000', '143423.957000', '143423.960000', '143423.962000', '143423.965000', '143423.967000', '143423.970000', '143423.973000', '143423.975000', '143423.978000', '143423.980000', '143423.983000', '143423.985000', '143423.988000', '143423.991000', '143423.993000', '143423.996000', '143424.000000', '143424.002000', '143424.005000', '143424.008000', '143424.010000', '143424.013000', '143424.015000', '143424.018000', '143424.021000', '143424.023000', '143424.026000', '143424.028000', '143424.032000', '143424.035000', '143424.038000', '143443.926000', '143443.933000', '143443.936000', '143443.938000', '143443.941000', '143443.944000', '143443.947000', '143443.949000', '143443.952000', '143443.955000', '143443.957000', '143443.960000', '143443.963000', '143443.965000', '143443.968000', '143443.971000', '143443.973000', '143443.976000', '143443.978000', '143443.981000', '143443.984000', '143443.986000', '143443.989000', '143443.991000', '143443.994000', '143443.997000', '143444.000000', '143444.003000', '143444.005000', '143444.008000', '143444.011000', '143444.013000', '143444.016000', '143444.018000', '143444.021000', '143444.024000', '143444.026000', '143444.029000', '143444.032000', '143444.034000', '143444.037000', '143444.039000', '143444.042000', '143444.045000', '143503.926000', '143503.928000', '143503.931000', '143503.934000', '143503.936000', '143503.939000', '143503.941000', '143503.944000', '143503.947000', '143503.949000', '143503.952000', '143503.955000', '143503.957000', '143503.960000', '143503.963000', '143503.965000', '143503.968000', '143503.970000', '143503.973000', '143503.975000', '143503.978000', '143503.981000', '143503.983000', '143503.986000', '143503.989000', '143503.991000', '143503.994000', '143503.996000', '143504.000000', '143504.003000', '143504.005000', '143504.008000', '143504.010000', '143504.013000', '143504.015000', '143504.018000', '143504.021000', '143504.023000', '143504.026000', '143504.029000', '143504.031000', '143504.034000', '143504.036000', '143523.926000', '143523.928000', '143523.931000', '143523.934000', '143523.936000', '143523.939000', '143523.942000', '143523.944000', '143523.947000', '143523.950000', '143523.952000', '143523.955000', '143523.957000', '143523.960000', '143523.963000', '143523.965000', '143523.968000', '143523.971000', '143523.973000', '143523.976000', '143523.978000', '143523.981000', '143523.984000', '143523.986000', '143523.989000', '143523.992000', '143523.994000', '143523.997000', '143524.000000', '143524.003000', '143524.005000', '143524.008000', '143524.011000', '143524.013000', '143524.016000', '143524.019000', '143524.021000', '143524.024000', '143524.026000', '143524.029000', '143524.032000', '143524.034000', '143524.037000', '143524.039000', '143543.924000', '143543.927000', '143543.930000', '143543.933000', '143543.935000', '143543.938000', '143543.940000', '143543.943000', '143543.946000', '143543.948000', '143543.951000', '143543.954000', '143543.956000', '143543.959000', '143543.961000', '143543.964000', '143543.967000', '143543.969000', '143543.972000', '143543.974000', '143543.977000', '143543.980000', '143543.982000', '143543.985000', '143543.988000', '143543.990000', '143543.993000', '143543.995000', '143543.998000', '143544.011000', '143544.014000', '143544.016000', '143544.019000', '143544.021000', '143544.024000', '143544.027000', '143544.029000', '143544.032000', '143544.035000', '143544.037000', '143544.040000', '143544.043000', '143544.045000', '143603.925000', '143603.928000', '143603.930000', '143603.933000', '143603.935000', '143603.938000', '143603.941000', '143603.943000', '143603.946000', '143603.949000', '143603.951000', '143603.954000', '143603.956000', '143603.959000', '143603.962000', '143603.973000', '143603.975000', '143603.978000', '143603.981000', '143603.983000', '143603.986000', '143603.988000', '143603.991000', '143603.994000', '143603.996000', '143604.000000', '143604.003000', '143604.005000', '143604.008000', '143604.010000', '143604.013000', '143604.016000', '143604.018000', '143604.021000', '143604.023000', '143604.026000', '143604.029000', '143604.031000', '143604.034000', '143604.037000', '143604.039000', '143604.042000', '143604.044000', '143604.047000', '143623.926000', '143623.929000', '143623.931000', '143623.934000', '143623.936000', '143623.939000', '143623.942000', '143623.944000', '143623.947000', '143623.950000', '143623.952000', '143623.955000', '143623.958000', '143623.961000', '143623.963000', '143623.966000', '143623.969000', '143623.971000', '143623.974000', '143624.015000', '143624.018000', '143624.020000', '143624.023000', '143624.026000', '143624.028000', '143624.031000', '143624.034000', '143624.036000', '143624.039000', '143624.041000', '143624.044000', '143624.047000', '143624.049000', '143624.052000', '143624.055000', '143624.057000', '143624.060000', '143624.063000', '143624.065000', '143624.068000', '143624.071000', '143624.073000', '143624.076000', '143643.925000', '143643.928000', '143643.931000', '143643.934000', '143643.936000', '143643.939000', '143643.942000', '143643.944000', '143643.947000', '143643.949000', '143643.952000', '143643.955000', '143643.957000', '143643.960000', '143643.963000', '143643.965000', '143643.968000', '143643.970000', '143643.973000', '143643.976000', '143643.978000', '143643.981000', '143643.984000', '143643.986000', '143643.989000', '143643.991000', '143643.994000', '143643.996000', '143644.000000', '143644.003000', '143644.005000', '143644.008000', '143644.010000', '143644.013000', '143644.016000', '143644.018000', '143644.021000', '143644.023000', '143644.026000', '143644.029000', '143644.031000', '143644.034000', '143644.044000', '143644.047000', '143703.926000', '143703.928000', '143703.931000', '143703.934000', '143703.936000', '143703.939000', '143703.942000', '143703.944000', '143703.947000', '143703.949000', '143703.952000', '143703.955000', '143703.957000', '143703.960000', '143703.962000', '143703.965000', '143703.968000', '143703.970000', '143703.973000', '143703.976000', '143703.978000', '143703.981000', '143703.983000', '143703.986000', '143703.989000', '143703.991000', '143703.994000', '143703.997000', '143704.000000', '143704.003000', '143704.006000', '143704.008000', '143704.011000', '143704.013000', '143704.016000', '143704.019000', '143704.021000', '143704.024000', '143704.026000', '143704.029000', '143704.032000', '143704.034000', '143704.037000', '143723.926000', '143723.929000', '143723.931000', '143723.934000', '143723.937000', '143723.939000', '143723.942000', '143723.944000', '143723.947000', '143723.950000', '143723.953000', '143723.956000', '143723.959000', '143723.968000', '143723.971000', '143723.973000', '143723.976000', '143723.979000', '143723.981000', '143723.984000', '143723.987000', '143723.989000', '143723.992000', '143723.995000', '143723.997000', '143724.001000', '143724.004000', '143724.007000', '143724.009000', '143724.012000', '143724.015000', '143724.017000', '143724.020000', '143724.023000', '143724.025000', '143724.028000', '143724.030000', '143724.033000', '143724.036000', '143724.038000', '143724.041000', '143724.043000', '143724.046000', '143724.049000', '143743.926000', '143743.928000', '143743.931000', '143743.934000', '143743.937000', '143743.939000', '143743.942000', '143743.945000', '143743.947000', '143743.950000', '143743.952000', '143743.955000', '143743.958000', '143743.960000', '143743.963000', '143743.975000', '143743.978000', '143743.980000', '143743.983000', '143743.986000', '143743.988000', '143743.991000', '143743.993000', '143743.996000', '143744.000000', '143744.002000', '143744.005000', '143744.008000', '143744.010000', '143744.013000', '143744.016000', '143744.018000', '143744.021000', '143744.024000', '143744.026000', '143744.029000', '143744.032000', '143744.034000', '143744.037000', '143744.040000', '143744.042000', '143744.045000', '143744.047000', '143803.925000', '143803.927000', '143803.930000', '143803.933000', '143803.936000', '143803.938000', '143803.941000', '143803.944000', '143803.946000', '143803.949000', '143803.952000', '143803.954000', '143803.957000', '143803.960000', '143803.962000', '143803.965000', '143803.968000', '143803.970000', '143803.973000', '143803.975000', '143803.978000', '143803.981000', '143803.983000', '143803.986000', '143803.988000', '143803.991000', '143803.994000', '143803.996000', '143803.999000', '143804.001000', '143804.004000', '143804.007000', '143804.009000', '143804.012000', '143804.014000', '143804.017000', '143804.019000', '143804.022000', '143804.025000', '143804.027000', '143804.030000', '143804.032000', '143804.035000', '143823.925000', '143823.928000', '143823.930000', '143823.933000', '143823.936000', '143823.939000', '143823.941000', '143823.944000', '143823.946000', '143823.949000', '143823.951000', '143823.954000', '143823.957000', '143823.959000', '143823.962000', '143823.965000', '143823.967000', '143823.970000', '143823.972000', '143823.975000', '143823.978000', '143823.980000', '143823.983000', '143823.985000', '143823.988000', '143823.991000', '143823.993000', '143823.996000', '143823.998000', '143824.002000', '143824.005000', '143824.007000', '143824.010000', '143824.012000', '143824.015000', '143824.018000', '143824.020000', '143824.023000', '143824.025000', '143824.028000', '143824.031000', '143824.033000', '143824.036000', '143824.039000', '143843.926000', '143843.929000', '143843.931000', '143843.934000', '143843.936000', '143843.939000', '143843.942000', '143843.944000', '143843.947000', '143843.949000', '143843.952000', '143843.954000', '143843.957000', '143843.960000', '143843.962000', '143843.965000', '143843.968000', '143843.970000', '143843.973000', '143843.976000', '143843.978000', '143843.981000', '143843.984000', '143843.986000', '143843.989000', '143843.993000', '143843.996000', '143843.999000', '143844.002000', '143844.004000', '143844.007000', '143844.010000', '143844.012000', '143844.015000', '143844.018000', '143844.020000', '143844.023000', '143844.026000', '143844.029000', '143844.032000', '143844.035000', '143844.038000', '143844.040000', '143903.926000', '143903.928000', '143903.931000', '143903.934000', '143903.936000', '143903.939000', '143903.941000', '143903.944000', '143903.947000', '143903.949000', '143903.952000', '143903.954000', '143903.957000', '143903.995000', '143903.997000', '143904.001000', '143904.003000', '143904.006000', '143904.009000', '143904.011000', '143904.014000', '143904.017000', '143904.019000', '143904.022000', '143904.024000', '143904.027000', '143904.030000', '143904.032000', '143904.035000', '143904.038000', '143904.040000', '143904.043000', '143904.046000', '143904.048000', '143904.051000', '143904.053000', '143904.056000', '143904.059000', '143904.061000', '143904.064000', '143904.066000', '143904.069000', '143904.072000', '143904.074000', '143923.926000', '143923.929000', '143923.931000', '143923.934000', '143923.936000', '143923.939000', '143923.942000', '143923.944000', '143923.947000', '143923.949000', '143923.952000', '143923.955000', '143923.957000', '143923.960000', '143923.963000', '143923.965000', '143923.968000', '143923.971000', '143923.973000', '143923.976000', '143923.979000', '143923.982000', '143923.985000', '143923.988000', '143923.990000', '143923.993000', '143923.995000', '143923.998000', '143924.002000', '143924.004000', '143924.007000', '143924.009000', '143924.012000', '143924.015000', '143924.017000', '143924.020000', '143924.022000', '143924.025000', '143924.028000', '143924.030000', '143924.033000', '143924.035000', '143924.038000', '143943.926000', '143943.930000', '143943.932000', '143943.935000', '143943.937000', '143943.940000', '143943.943000', '143943.945000', '143943.948000', '143943.951000', '143943.953000', '143943.956000', '143943.959000', '143943.961000', '143943.964000', '143943.966000', '143943.969000', '143943.972000', '143943.974000', '143943.977000', '143943.979000', '143943.982000', '143943.984000', '143943.987000', '143943.990000', '143943.992000', '143943.995000', '143943.997000', '143944.001000', '143944.004000', '143944.006000', '143944.009000', '143944.011000', '143944.014000', '143944.016000', '143944.019000', '143944.022000', '143944.024000', '143944.027000', '143944.029000', '143944.032000', '143944.035000', '143944.037000', '143944.040000', '143944.690000', '143944.693000'], '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': [9841, 9017, 7867, 8198, 11061, 8074, 10767, 8707, 8893, 8177, 7995, 7796, 7722, 10207, 8048, 10264, 9100, 8190, 8733, 8064, 7843, 7818, 13211, 8348, 8170, 8224, 7155, 8546, 7844, 10208, 7756, 13940, 11514, 9596, 8456, 9726, 8270, 10785, 16282, 13687, 11584, 8657, 9632, 8479, 7819, 13776, 9843, 12643, 8400, 10642, 8454, 7834, 13618, 10497, 14500, 11525, 11585, 8519, 7809, 8180, 7668, 15208, 12666, 10367, 8294, 7986, 7868, 7500, 13781, 7779, 8453, 8034, 7725, 8106, 8347, 14915, 11762, 10714, 8264, 9870, 9339, 9597, 15818, 12254, 11097, 8434, 8223, 7920, 7747, 14988, 10885, 9756, 8489, 7866, 7975, 7706, 15198, 11753, 11205, 8323, 7913, 13388, 8109, 12639, 12234, 10199, 8078, 7979, 12274, 8698, 7959, 7828, 7785, 13960, 8112, 9182, 8278, 8081, 7834, 7725, 13606, 10963, 10251, 8373, 7842, 11693, 7928, 14326, 12611, 9749, 8206, 7744, 14013, 8166, 12123, 10954, 8388, 8007, 7854, 13876, 8119, 12459, 11958, 9079, 7870, 7686, 12356, 8267, 9287, 8455, 8005, 7660, 7925, 12941, 8160, 13042, 10711, 8594, 7715, 7909, 10499, 7961, 13879, 12586, 10779, 8573, 8390, 7899, 8008, 15488, 13326, 11110, 8825, 8224, 9008, 8007, 13761, 12096, 10253, 8580, 7964, 7908, 7940, 12181, 8518, 11653, 9141, 7938, 7561, 7937, 11004, 8555, 10235, 10357, 9295, 7974, 7947, 13230, 8374, 11006, 10701, 10405, 7892, 7928, 8439, 8008, 12843, 10167, 11938, 10568, 10240, 10267, 7944, 12823, 9615, 10751, 9343, 8070, 7408, 7966, 13423, 7890, 12558, 12019, 8759, 8211, 7925, 7955, 7874, 13961, 12639, 10112, 8597, 9427, 9142, 7976, 14236, 12475, 12988, 10809, 8455, 7536, 7912, 12661, 7750, 11897, 10953, 9332, 7487, 7818, 11969, 8364, 8821, 8303, 8066, 7665, 7938, 13072, 8315, 10633, 10956, 11654, 8255, 8374, 14829, 8126, 12125, 9701, 11741, 9371, 9637, 7421, 7893, 10364, 8568, 8100, 7804, 7900, 8434, 7734, 8213, 8000, 7996, 8017, 8331, 9859, 7911, 12742, 9697, 11908, 10076, 9382, 7427, 7824, 13182, 10203, 12870, 10847, 9195, 7252, 7862, 12961, 8099, 12206, 10582, 9073, 7674, 8022, 12905, 8129, 9998, 9747, 8660, 7494, 7903, 12256, 8250, 10454, 10475, 9402, 9761, 7939, 11162, 8519, 7941, 13906, 9615, 10020, 8300, 7928, 7869, 8075, 14635, 12119, 11412, 9121, 8173, 7931, 7978, 12805, 8588, 10906, 8900, 7939, 7875, 7809, 13346, 11759, 12017, 12452, 10240, 12063, 8062, 8426, 8147, 8167, 9705, 7794, 7389, 7988, 7598, 7659, 8040, 14378, 8431, 10928, 7858, 7998, 9458, 8421, 15144, 11647, 10975, 8262, 8610, 8104, 8036, 12602, 8987, 12976, 7634, 11457, 10575, 12544, 13494, 11255, 11980, 8436, 8951, 8425, 8222, 10868, 7948, 12357, 7785, 9270, 8454, 10258, 11634, 8600, 12600, 8282, 9215, 8290, 9740, 15511, 12291, 9813, 8205, 7644, 7922, 8118, 13789, 9376, 10380, 7839, 7551, 8277, 8084, 11458, 7845, 8523, 7834, 8105, 7976, 7990, 8882, 7942, 14287, 7839, 11710, 8030, 8146, 7901, 10060, 13716, 9608, 12221, 7633, 9501, 8739, 9374, 10246, 7889, 12400, 7867, 10220, 8209, 8519, 10041, 9280, 8778, 7839, 11136, 8561, 10326, 12231, 11158, 12646, 7869, 11363, 8573, 8111, 11516, 9275, 13876, 11251, 10014, 7845, 7852, 13612, 8524, 13651, 12958, 9806, 7961, 7776, 13549, 7978, 11611, 10036, 8016, 7663, 7978, 11351, 8162, 9484, 9606, 7832, 7171, 7735, 10638, 8234, 10982, 7141, 9206, 10313, 7492, 13313, 7759, 13221, 13183, 10129, 7282, 11689, 9281, 12186, 13041, 11132, 13646, 11730, 9952, 8383, 8349, 11343, 7542, 13400, 11712, 9266, 7197, 7637, 7030, 7579, 13566, 11748, 10906, 7868, 8882, 10598, 7865, 14197, 12790, 12542, 9406, 9285, 7603, 7817, 13368, 11062, 13301, 10619, 9858, 7321, 7891, 12064, 8596, 10336, 9331, 9243, 7149, 7580, 10830, 7721, 8199, 9047, 8952, 7115, 7731, 11800, 8235, 9015, 10394, 10032, 13145, 7605, 11788, 9031, 8342, 13774, 9784, 10316, 7708, 7829, 7201, 7822, 14647, 11777, 11573, 8004, 7814, 7100, 7975, 12032, 8461, 8457, 7275, 7792, 7003, 7934, 11392, 8952, 10706, 8185, 7435, 7225, 7730, 13142, 7744, 12811, 11397, 9433, 8014, 7786, 13564, 7838, 13339, 11830, 10449, 9306, 9518, 11414, 10472, 15298, 13352, 10779, 10061, 8865, 7473, 7957, 14376, 10873, 10699, 7818, 9055, 7371, 7939, 12920, 8931, 10113, 7731, 8820, 7230, 7825, 14658, 10957, 10864, 7737, 8694, 7369, 7900, 15292, 13436, 11645, 9137, 8214, 8851, 7928, 14574, 10626, 7945, 7457, 9787, 7268, 10370, 14053, 11239, 10577, 7546, 10440, 7796, 9367, 12069, 10309, 9330, 7734, 11521, 8317, 11323, 12485, 11551, 8455, 7539, 14409, 12578, 12392, 11501, 10807, 7800, 7728, 11841, 8618, 9232, 10341, 9033, 9255, 7597, 11149, 8051, 8174, 7856, 7669, 7168, 7463, 11066, 8346, 8721, 11436, 10950, 14452, 9369, 7820, 6964, 7815, 7001, 8657, 7016, 9415, 7381, 11148, 9490, 14400, 13216, 11502, 9786, 8593, 11176, 8848, 15779, 13660, 10839, 7911, 10016, 7549, 8107, 7831, 7997, 14113, 8165, 9073, 8019, 7240, 7696, 8456, 12629, 10695, 13383, 8394, 11997, 9299, 8629, 14034, 11643, 12681, 10658, 10698, 8263, 8173, 9675, 8253, 11966, 9743, 7824, 7742, 8247, 9307, 8245, 14168, 12624, 9982, 7939, 8334, 10901, 8429, 14658, 13219, 10647, 9891, 8601, 8701, 8281, 15703, 12010, 11627, 8200, 9851, 7796, 8475, 12903, 10245, 14633, 8758, 12030, 7934, 8603, 9722, 8360, 15318, 12950, 10544, 7753, 8469, 9269, 8209, 14321, 13036, 10957, 8778, 8343, 10776, 8182, 9945, 8458, 9952, 12770, 8564, 11662, 8077, 7866, 7548, 8195, 15689, 12277, 10120, 7943, 9290, 9434, 8195, 15690, 12509, 10013, 8050, 9365, 7758, 9353, 12040, 11778, 8318, 8091, 14368, 12148, 12041, 14020, 11008, 11440, 8011, 9413, 8214, 8423, 13548, 9641, 10434, 8117, 8755, 8276, 8291, 16123, 13256, 10610, 7981, 8348, 7869, 8356, 14430, 12994, 10582, 7287, 8009, 13135, 8070, 12675, 11801, 8925, 7256, 7999, 11770, 8010, 12190, 10436, 7937, 7314, 7970, 13213, 8010, 13603, 13597, 10759, 8657, 7948, 13859, 12448, 11906, 11587, 9750, 7708, 7881, 12212, 9293, 8788, 14262, 10476, 9562, 7887, 7620, 7520, 8199, 10296, 9173, 9832, 7799, 11494, 9662, 10506, 13224, 10675, 9512, 7239, 7797, 6911, 7620, 15488, 11792, 11791, 7677, 7748, 9395, 7743, 11317, 8905, 7883, 7668, 7813, 13450, 7529, 7553, 7076, 7871, 15200, 13187, 10855, 7753, 7816, 13148, 7862, 14200, 13585, 10546, 7939, 7919, 14439, 7783, 11624, 9982, 8064, 7038, 7791, 11210, 8329, 8239, 8910, 8091, 7266, 7846, 11950, 8187, 10132, 12149, 9870, 7978, 8092, 10523, 8010, 8113, 14498, 10806, 12797, 8968, 9846, 7343, 8121, 11067, 8058, 13947, 11857, 9575, 7638, 7869, 15120, 7913, 12387, 11998, 8456, 7099, 7850, 14069, 7632, 11842, 11179, 8722, 7465, 7821, 10800, 8481, 8606, 13409, 9494, 9467, 8028, 9728, 9003, 8718, 15215, 11312, 10533, 7798, 9374, 7375, 8541, 14033, 11368, 10882, 7984, 10674, 11580, 8846, 15965, 14127, 11232, 8939, 8180, 10791, 7775, 15258, 13391, 10868, 7876, 8032, 11671, 7775, 13994, 13443, 10179, 7573, 7806, 13867, 9109, 9740, 9450, 9564, 12342, 7538, 11992, 7533, 7606, 7459, 7628, 13824, 10750, 7966, 7914, 7805, 11451, 7644, 11137, 11227, 8403, 7786, 8036, 11006, 7584, 14594, 13629, 9874, 7583, 7628, 13976, 7515, 11310, 11047, 8072, 7327, 7815, 13627, 7509, 11324, 11255, 9130, 7686, 7600, 13802, 7490, 12449, 13145, 11319, 10370, 7762, 13431, 7763, 7666, 8101, 7849, 13462, 7774, 10728, 7744, 7891, 7995, 7732, 14022, 9677, 10174, 7673, 8739, 8261, 7697, 15210, 11315, 10232, 7942, 8352, 9738, 7815, 15410, 13564, 10864, 8380, 7936, 8390, 7641, 15020, 13174, 10668, 8736, 7756, 13507, 8308, 13973, 12840, 9873, 7962, 7831, 11282, 7541, 9236, 9211, 7526, 7678, 7756, 7116, 7726, 10794, 11772, 12367, 7106, 7875, 12773, 7675, 11941, 10975, 14021, 13286, 8637, 11445, 8176, 8795, 7166, 7883, 7876, 7571, 12770, 7530, 12298, 10505, 10625, 8121, 13204, 11825, 14356, 10291, 7803, 7481, 8136, 13729, 11333, 10987, 8606, 8317, 14293, 7592, 12869, 10876, 11252, 14363, 10631, 14836, 11892, 14028, 11179, 11737, 13391, 7948, 11116, 7487, 8087, 10142, 8056, 9408, 8028, 9463, 7563, 12433, 8189, 8688, 8540, 8098, 6972, 8072, 7367, 7767, 7576, 10602, 10350, 11916, 7810, 12342, 10024, 13071, 11494, 14474, 11994, 12394, 7948, 8531, 7801, 7680, 13759, 9610, 13550, 11241, 9288, 7731, 8144, 7793, 7907, 8361, 10214, 7642, 7889, 14633, 7684, 11625, 9262, 11258, 9074, 8334, 7891, 7420, 9611, 7456, 8079, 12385, 9003, 9784, 7329, 8992, 7052, 7657, 10840, 7926, 10116, 7383, 9887, 7255, 7750, 7487, 7420, 13953, 7449, 11557, 7260, 7504, 7330, 7545, 14586, 8473, 12788, 7062, 7485, 15562, 8469, 13306, 10478, 8096, 7822, 7525, 13076, 7382, 13699, 12415, 11680, 8420, 7494, 12541, 7519, 13514, 10157, 9726, 15671, 12861], 'WindowCenter': [4304.0, 4276.0, 4254.0, 4251.0, 4279.0, 4240.0, 4277.0, 4249.0, 4246.0, 4237.0, 4237.0, 4225.0, 4237.0, 4266.0, 4236.0, 4265.0, 4255.0, 4236.0, 4246.0, 4238.0, 4235.0, 4238.0, 4296.0, 4248.0, 4248.0, 4248.0, 4217.0, 4259.0, 4251.0, 4278.0, 4240.0, 4307.0, 4290.0, 4265.0, 4248.0, 4270.0, 4247.0, 4288.0, 4327.0, 4307.0, 4287.0, 4247.0, 4256.0, 4246.0, 4237.0, 4306.0, 4268.0, 4297.0, 4248.0, 4275.0, 4246.0, 4235.0, 4306.0, 4279.0, 4307.0, 4286.0, 4274.0, 4245.0, 4226.0, 4234.0, 4236.0, 4305.0, 4297.0, 4265.0, 4247.0, 4235.0, 4236.0, 4227.0, 4308.0, 4237.0, 4249.0, 4250.0, 4238.0, 4246.0, 4260.0, 4318.0, 4298.0, 4277.0, 4247.0, 4269.0, 4270.0, 4270.0, 4316.0, 4297.0, 4274.0, 4246.0, 4234.0, 4234.0, 4226.0, 4305.0, 4275.0, 4254.0, 4244.0, 4235.0, 4235.0, 4238.0, 4316.0, 4287.0, 4276.0, 4245.0, 4235.0, 4295.0, 4234.0, 4286.0, 4285.0, 4265.0, 4233.0, 4225.0, 4283.0, 4244.0, 4224.0, 4224.0, 4226.0, 4304.0, 4236.0, 4252.0, 4233.0, 4235.0, 4224.0, 4236.0, 4304.0, 4278.0, 4265.0, 4235.0, 4236.0, 4283.0, 4237.0, 4303.0, 4285.0, 4255.0, 4234.0, 4225.0, 4293.0, 4244.0, 4285.0, 4275.0, 4236.0, 4235.0, 4234.0, 4304.0, 4233.0, 4295.0, 4283.0, 4246.0, 4235.0, 4225.0, 4294.0, 4246.0, 4257.0, 4248.0, 4239.0, 4235.0, 4247.0, 4297.0, 4247.0, 4307.0, 4277.0, 4257.0, 4235.0, 4246.0, 4276.0, 4248.0, 4317.0, 4299.0, 4276.0, 4257.0, 4246.0, 4235.0, 4248.0, 4316.0, 4306.0, 4274.0, 4257.0, 4244.0, 4245.0, 4235.0, 4304.0, 4286.0, 4267.0, 4246.0, 4236.0, 4234.0, 4236.0, 4283.0, 4246.0, 4287.0, 4257.0, 4238.0, 4225.0, 4238.0, 4275.0, 4246.0, 4276.0, 4276.0, 4257.0, 4235.0, 4236.0, 4295.0, 4246.0, 4276.0, 4277.0, 4278.0, 4236.0, 4238.0, 4246.0, 4236.0, 4296.0, 4277.0, 4299.0, 4277.0, 4278.0, 4264.0, 4236.0, 4294.0, 4267.0, 4276.0, 4255.0, 4237.0, 4225.0, 4235.0, 4302.0, 4247.0, 4298.0, 4297.0, 4258.0, 4247.0, 4248.0, 4237.0, 4249.0, 4319.0, 4297.0, 4265.0, 4257.0, 4258.0, 4255.0, 4238.0, 4305.0, 4298.0, 4296.0, 4276.0, 4235.0, 4223.0, 4234.0, 4284.0, 4226.0, 4288.0, 4276.0, 4256.0, 4211.0, 4225.0, 4282.0, 4247.0, 4258.0, 4247.0, 4234.0, 4225.0, 4235.0, 4295.0, 4246.0, 4276.0, 4276.0, 4286.0, 4246.0, 4246.0, 4304.0, 4235.0, 4283.0, 4265.0, 4286.0, 4255.0, 4266.0, 4211.0, 4234.0, 4263.0, 4245.0, 4236.0, 4225.0, 4236.0, 4244.0, 4239.0, 4245.0, 4250.0, 4247.0, 4248.0, 4260.0, 4265.0, 4248.0, 4296.0, 4266.0, 4300.0, 4279.0, 4269.0, 4226.0, 4237.0, 4296.0, 4278.0, 4310.0, 4277.0, 4257.0, 4225.0, 4236.0, 4295.0, 4246.0, 4298.0, 4277.0, 4247.0, 4225.0, 4237.0, 4292.0, 4235.0, 4267.0, 4268.0, 4246.0, 4224.0, 4236.0, 4284.0, 4245.0, 4277.0, 4277.0, 4258.0, 4265.0, 4237.0, 4273.0, 4244.0, 4237.0, 4306.0, 4256.0, 4263.0, 4245.0, 4236.0, 4235.0, 4248.0, 4316.0, 4297.0, 4287.0, 4256.0, 4236.0, 4235.0, 4235.0, 4296.0, 4247.0, 4276.0, 4258.0, 4237.0, 4235.0, 4236.0, 4295.0, 4297.0, 4297.0, 4286.0, 4266.0, 4284.0, 4236.0, 4234.0, 4235.0, 4246.0, 4265.0, 4237.0, 4226.0, 4246.0, 4238.0, 4237.0, 4250.0, 4317.0, 4261.0, 4286.0, 4249.0, 4247.0, 4279.0, 4259.0, 4319.0, 4299.0, 4286.0, 4248.0, 4257.0, 4248.0, 4251.0, 4299.0, 4258.0, 4296.0, 4237.0, 4285.0, 4278.0, 4299.0, 4296.0, 4278.0, 4283.0, 4235.0, 4244.0, 4246.0, 4246.0, 4275.0, 4238.0, 4285.0, 4225.0, 4255.0, 4246.0, 4278.0, 4286.0, 4246.0, 4285.0, 4234.0, 4254.0, 4234.0, 4268.0, 4315.0, 4286.0, 4254.0, 4234.0, 4225.0, 4234.0, 4236.0, 4295.0, 4255.0, 4263.0, 4226.0, 4225.0, 4245.0, 4248.0, 4285.0, 4237.0, 4245.0, 4236.0, 4235.0, 4236.0, 4248.0, 4258.0, 4248.0, 4318.0, 4238.0, 4295.0, 4247.0, 4237.0, 4249.0, 4280.0, 4307.0, 4268.0, 4295.0, 4237.0, 4268.0, 4258.0, 4270.0, 4276.0, 4237.0, 4294.0, 4247.0, 4274.0, 4246.0, 4260.0, 4267.0, 4258.0, 4245.0, 4236.0, 4286.0, 4258.0, 4280.0, 4297.0, 4289.0, 4296.0, 4237.0, 4284.0, 4246.0, 4238.0, 4286.0, 4258.0, 4295.0, 4289.0, 4266.0, 4235.0, 4235.0, 4304.0, 4257.0, 4307.0, 4297.0, 4267.0, 4234.0, 4225.0, 4293.0, 4236.0, 4276.0, 4265.0, 4236.0, 4224.0, 4237.0, 4274.0, 4246.0, 4266.0, 4257.0, 4239.0, 4214.0, 4236.0, 4276.0, 4248.0, 4289.0, 4228.0, 4269.0, 4267.0, 4225.0, 4295.0, 4236.0, 4307.0, 4308.0, 4265.0, 4226.0, 4288.0, 4257.0, 4298.0, 4296.0, 4284.0, 4295.0, 4289.0, 4254.0, 4235.0, 4236.0, 4275.0, 4226.0, 4294.0, 4286.0, 4256.0, 4216.0, 4226.0, 4217.0, 4240.0, 4308.0, 4287.0, 4276.0, 4238.0, 4256.0, 4267.0, 4236.0, 4306.0, 4297.0, 4289.0, 4257.0, 4257.0, 4225.0, 4224.0, 4293.0, 4277.0, 4297.0, 4265.0, 4255.0, 4213.0, 4224.0, 4283.0, 4234.0, 4266.0, 4244.0, 4255.0, 4204.0, 4226.0, 4264.0, 4225.0, 4236.0, 4246.0, 4247.0, 4214.0, 4226.0, 4285.0, 4237.0, 4257.0, 4266.0, 4267.0, 4296.0, 4227.0, 4286.0, 4246.0, 4249.0, 4308.0, 4266.0, 4266.0, 4236.0, 4226.0, 4226.0, 4237.0, 4318.0, 4287.0, 4283.0, 4234.0, 4225.0, 4214.0, 4235.0, 4295.0, 4246.0, 4245.0, 4227.0, 4239.0, 4216.0, 4237.0, 4286.0, 4257.0, 4276.0, 4249.0, 4240.0, 4228.0, 4237.0, 4308.0, 4249.0, 4312.0, 4300.0, 4270.0, 4238.0, 4238.0, 4310.0, 4238.0, 4308.0, 4301.0, 4279.0, 4270.0, 4268.0, 4288.0, 4279.0, 4317.0, 4311.0, 4275.0, 4267.0, 4256.0, 4225.0, 4247.0, 4306.0, 4287.0, 4276.0, 4237.0, 4257.0, 4226.0, 4248.0, 4297.0, 4259.0, 4266.0, 4225.0, 4256.0, 4226.0, 4238.0, 4318.0, 4278.0, 4278.0, 4238.0, 4248.0, 4226.0, 4250.0, 4318.0, 4307.0, 4287.0, 4257.0, 4247.0, 4256.0, 4236.0, 4317.0, 4278.0, 4238.0, 4239.0, 4279.0, 4229.0, 4281.0, 4318.0, 4289.0, 4277.0, 4238.0, 4277.0, 4239.0, 4270.0, 4300.0, 4278.0, 4258.0, 4238.0, 4286.0, 4249.0, 4291.0, 4300.0, 4291.0, 4249.0, 4239.0, 4306.0, 4297.0, 4298.0, 4276.0, 4277.0, 4224.0, 4226.0, 4285.0, 4247.0, 4256.0, 4265.0, 4246.0, 4254.0, 4227.0, 4273.0, 4238.0, 4247.0, 4235.0, 4237.0, 4216.0, 4228.0, 4277.0, 4248.0, 4248.0, 4299.0, 4304.0, 4318.0, 4271.0, 4238.0, 4227.0, 4238.0, 4229.0, 4260.0, 4231.0, 4283.0, 4265.0, 4316.0, 4293.0, 4334.0, 4322.0, 4288.0, 4267.0, 4247.0, 4276.0, 4257.0, 4315.0, 4306.0, 4275.0, 4235.0, 4256.0, 4224.0, 4237.0, 4227.0, 4237.0, 4306.0, 4245.0, 4246.0, 4236.0, 4226.0, 4235.0, 4249.0, 4299.0, 4280.0, 4308.0, 4248.0, 4287.0, 4257.0, 4245.0, 4305.0, 4288.0, 4297.0, 4277.0, 4267.0, 4236.0, 4246.0, 4266.0, 4258.0, 4289.0, 4270.0, 4236.0, 4237.0, 4246.0, 4258.0, 4258.0, 4310.0, 4309.0, 4266.0, 4249.0, 4249.0, 4289.0, 4261.0, 4320.0, 4310.0, 4277.0, 4268.0, 4248.0, 4246.0, 4249.0, 4317.0, 4299.0, 4288.0, 4248.0, 4265.0, 4237.0, 4249.0, 4310.0, 4278.0, 4317.0, 4248.0, 4287.0, 4237.0, 4247.0, 4267.0, 4250.0, 4319.0, 4299.0, 4276.0, 4227.0, 4248.0, 4257.0, 4246.0, 4308.0, 4299.0, 4277.0, 4247.0, 4236.0, 4276.0, 4236.0, 4266.0, 4247.0, 4269.0, 4298.0, 4259.0, 4285.0, 4237.0, 4235.0, 4227.0, 4249.0, 4317.0, 4300.0, 4268.0, 4237.0, 4259.0, 4267.0, 4261.0, 4330.0, 4311.0, 4279.0, 4249.0, 4267.0, 4237.0, 4271.0, 4312.0, 4301.0, 4248.0, 4248.0, 4306.0, 4299.0, 4300.0, 4309.0, 4277.0, 4273.0, 4236.0, 4256.0, 4235.0, 4249.0, 4295.0, 4257.0, 4264.0, 4235.0, 4245.0, 4234.0, 4247.0, 4317.0, 4296.0, 4265.0, 4236.0, 4236.0, 4225.0, 4248.0, 4306.0, 4296.0, 4277.0, 4226.0, 4237.0, 4296.0, 4252.0, 4307.0, 4287.0, 4256.0, 4227.0, 4248.0, 4287.0, 4251.0, 4299.0, 4279.0, 4240.0, 4239.0, 4251.0, 4307.0, 4250.0, 4318.0, 4310.0, 4290.0, 4247.0, 4248.0, 4308.0, 4298.0, 4289.0, 4286.0, 4268.0, 4225.0, 4236.0, 4285.0, 4257.0, 4248.0, 4306.0, 4266.0, 4255.0, 4237.0, 4225.0, 4237.0, 4249.0, 4267.0, 4258.0, 4266.0, 4239.0, 4301.0, 4270.0, 4291.0, 4299.0, 4278.0, 4256.0, 4228.0, 4237.0, 4217.0, 4252.0, 4330.0, 4287.0, 4287.0, 4235.0, 4238.0, 4255.0, 4236.0, 4287.0, 4270.0, 4249.0, 4227.0, 4237.0, 4296.0, 4225.0, 4225.0, 4214.0, 4237.0, 4317.0, 4298.0, 4276.0, 4225.0, 4225.0, 4295.0, 4235.0, 4305.0, 4297.0, 4265.0, 4224.0, 4236.0, 4294.0, 4226.0, 4288.0, 4266.0, 4237.0, 4216.0, 4238.0, 4274.0, 4248.0, 4249.0, 4258.0, 4238.0, 4226.0, 4235.0, 4286.0, 4259.0, 4281.0, 4299.0, 4269.0, 4237.0, 4248.0, 4275.0, 4236.0, 4238.0, 4319.0, 4290.0, 4296.0, 4257.0, 4265.0, 4227.0, 4238.0, 4285.0, 4249.0, 4306.0, 4300.0, 4268.0, 4225.0, 4237.0, 4315.0, 4249.0, 4298.0, 4298.0, 4249.0, 4216.0, 4238.0, 4307.0, 4239.0, 4300.0, 4287.0, 4249.0, 4226.0, 4236.0, 4276.0, 4247.0, 4259.0, 4308.0, 4270.0, 4267.0, 4250.0, 4269.0, 4270.0, 4261.0, 4328.0, 4290.0, 4276.0, 4237.0, 4257.0, 4240.0, 4273.0, 4321.0, 4300.0, 4288.0, 4237.0, 4278.0, 4289.0, 4260.0, 4329.0, 4308.0, 4276.0, 4255.0, 4236.0, 4273.0, 4226.0, 4315.0, 4296.0, 4265.0, 4223.0, 4234.0, 4274.0, 4226.0, 4306.0, 4296.0, 4265.0, 4224.0, 4225.0, 4293.0, 4245.0, 4255.0, 4255.0, 4256.0, 4284.0, 4225.0, 4273.0, 4225.0, 4224.0, 4214.0, 4237.0, 4304.0, 4277.0, 4236.0, 4236.0, 4227.0, 4285.0, 4237.0, 4288.0, 4288.0, 4237.0, 4226.0, 4238.0, 4276.0, 4238.0, 4317.0, 4308.0, 4268.0, 4237.0, 4239.0, 4319.0, 4240.0, 4288.0, 4289.0, 4239.0, 4228.0, 4241.0, 4309.0, 4241.0, 4291.0, 4288.0, 4269.0, 4237.0, 4239.0, 4306.0, 4228.0, 4299.0, 4309.0, 4290.0, 4279.0, 4239.0, 4306.0, 4238.0, 4238.0, 4248.0, 4250.0, 4309.0, 4238.0, 4277.0, 4236.0, 4238.0, 4248.0, 4238.0, 4308.0, 4269.0, 4275.0, 4239.0, 4248.0, 4248.0, 4239.0, 4318.0, 4289.0, 4277.0, 4237.0, 4249.0, 4267.0, 4239.0, 4318.0, 4310.0, 4279.0, 4249.0, 4237.0, 4246.0, 4237.0, 4316.0, 4309.0, 4277.0, 4245.0, 4237.0, 4305.0, 4248.0, 4307.0, 4297.0, 4267.0, 4226.0, 4225.0, 4275.0, 4237.0, 4256.0, 4255.0, 4237.0, 4237.0, 4238.0, 4216.0, 4238.0, 4288.0, 4299.0, 4311.0, 4229.0, 4249.0, 4309.0, 4237.0, 4287.0, 4287.0, 4308.0, 4306.0, 4248.0, 4277.0, 4246.0, 4246.0, 4214.0, 4238.0, 4235.0, 4237.0, 4296.0, 4238.0, 4300.0, 4290.0, 4291.0, 4251.0, 4313.0, 4301.0, 4312.0, 4271.0, 4228.0, 4227.0, 4238.0, 4307.0, 4277.0, 4278.0, 4245.0, 4248.0, 4308.0, 4237.0, 4299.0, 4288.0, 4289.0, 4305.0, 4265.0, 4295.0, 4275.0, 4294.0, 4261.0, 4262.0, 4271.0, 4209.0, 4248.0, 4199.0, 4210.0, 4238.0, 4209.0, 4228.0, 4220.0, 4240.0, 4213.0, 4286.0, 4236.0, 4234.0, 4233.0, 4235.0, 4213.0, 4248.0, 4226.0, 4238.0, 4252.0, 4302.0, 4293.0, 4300.0, 4252.0, 4310.0, 4280.0, 4309.0, 4301.0, 4322.0, 4301.0, 4300.0, 4249.0, 4249.0, 4238.0, 4239.0, 4307.0, 4269.0, 4307.0, 4288.0, 4257.0, 4237.0, 4235.0, 4238.0, 4249.0, 4260.0, 4280.0, 4238.0, 4250.0, 4318.0, 4238.0, 4287.0, 4269.0, 4290.0, 4257.0, 4250.0, 4235.0, 4229.0, 4268.0, 4227.0, 4249.0, 4299.0, 4261.0, 4269.0, 4242.0, 4258.0, 4229.0, 4238.0, 4288.0, 4250.0, 4279.0, 4229.0, 4269.0, 4229.0, 4240.0, 4227.0, 4228.0, 4320.0, 4240.0, 4299.0, 4241.0, 4239.0, 4239.0, 4250.0, 4332.0, 4260.0, 4311.0, 4229.0, 4241.0, 4330.0, 4250.0, 4322.0, 4292.0, 4249.0, 4239.0, 4239.0, 4310.0, 4239.0, 4322.0, 4312.0, 4302.0, 4250.0, 4241.0, 4306.0, 4240.0, 4312.0, 4279.0, 4282.0, 4328.0, 4310.0], 'WindowWidth': [9528.0, 9475.0, 9437.0, 9428.0, 9459.0, 9407.0, 9452.0, 9419.0, 9409.0, 9398.0, 9397.0, 9379.0, 9399.0, 9434.0, 9397.0, 9435.0, 9423.0, 9395.0, 9409.0, 9400.0, 9395.0, 9402.0, 9477.0, 9417.0, 9416.0, 9419.0, 9374.0, 9432.0, 9424.0, 9457.0, 9409.0, 9495.0, 9475.0, 9436.0, 9418.0, 9446.0, 9414.0, 9471.0, 9521.0, 9493.0, 9464.0, 9415.0, 9423.0, 9410.0, 9402.0, 9490.0, 9442.0, 9478.0, 9415.0, 9448.0, 9410.0, 9397.0, 9490.0, 9456.0, 9492.0, 9465.0, 9445.0, 9407.0, 9382.0, 9393.0, 9399.0, 9487.0, 9479.0, 9433.0, 9414.0, 9396.0, 9397.0, 9390.0, 9496.0, 9404.0, 9418.0, 9423.0, 9404.0, 9415.0, 9438.0, 9510.0, 9485.0, 9454.0, 9415.0, 9445.0, 9447.0, 9449.0, 9504.0, 9480.0, 9445.0, 9411.0, 9393.0, 9392.0, 9385.0, 9487.0, 9447.0, 9417.0, 9407.0, 9395.0, 9395.0, 9404.0, 9507.0, 9468.0, 9450.0, 9409.0, 9396.0, 9474.0, 9392.0, 9462.0, 9460.0, 9434.0, 9390.0, 9380.0, 9454.0, 9404.0, 9377.0, 9379.0, 9384.0, 9483.0, 9397.0, 9413.0, 9390.0, 9394.0, 9380.0, 9400.0, 9486.0, 9455.0, 9434.0, 9395.0, 9397.0, 9455.0, 9399.0, 9482.0, 9462.0, 9420.0, 9392.0, 9381.0, 9468.0, 9406.0, 9462.0, 9448.0, 9396.0, 9393.0, 9393.0, 9484.0, 9391.0, 9475.0, 9458.0, 9410.0, 9396.0, 9382.0, 9471.0, 9412.0, 9427.0, 9417.0, 9404.0, 9398.0, 9416.0, 9481.0, 9416.0, 9496.0, 9456.0, 9430.0, 9397.0, 9413.0, 9451.0, 9417.0, 9512.0, 9487.0, 9451.0, 9427.0, 9413.0, 9397.0, 9418.0, 9506.0, 9492.0, 9445.0, 9426.0, 9407.0, 9407.0, 9396.0, 9489.0, 9466.0, 9438.0, 9412.0, 9397.0, 9393.0, 9398.0, 9458.0, 9413.0, 9465.0, 9425.0, 9402.0, 9382.0, 9403.0, 9448.0, 9413.0, 9454.0, 9452.0, 9428.0, 9395.0, 9399.0, 9474.0, 9412.0, 9452.0, 9454.0, 9456.0, 9398.0, 9403.0, 9411.0, 9399.0, 9477.0, 9456.0, 9486.0, 9454.0, 9456.0, 9432.0, 9397.0, 9471.0, 9439.0, 9452.0, 9421.0, 9402.0, 9384.0, 9398.0, 9482.0, 9416.0, 9485.0, 9481.0, 9429.0, 9415.0, 9417.0, 9401.0, 9424.0, 9515.0, 9483.0, 9436.0, 9427.0, 9429.0, 9422.0, 9402.0, 9490.0, 9485.0, 9477.0, 9450.0, 9394.0, 9376.0, 9393.0, 9456.0, 9384.0, 9467.0, 9451.0, 9423.0, 9360.0, 9382.0, 9454.0, 9415.0, 9430.0, 9413.0, 9393.0, 9381.0, 9396.0, 9473.0, 9411.0, 9451.0, 9453.0, 9463.0, 9411.0, 9410.0, 9485.0, 9395.0, 9455.0, 9436.0, 9462.0, 9420.0, 9436.0, 9358.0, 9392.0, 9429.0, 9410.0, 9399.0, 9382.0, 9400.0, 9407.0, 9407.0, 9409.0, 9423.0, 9418.0, 9420.0, 9438.0, 9437.0, 9418.0, 9479.0, 9443.0, 9490.0, 9457.0, 9445.0, 9386.0, 9402.0, 9477.0, 9460.0, 9502.0, 9454.0, 9427.0, 9383.0, 9399.0, 9475.0, 9414.0, 9483.0, 9454.0, 9413.0, 9382.0, 9399.0, 9467.0, 9397.0, 9439.0, 9442.0, 9411.0, 9380.0, 9398.0, 9459.0, 9410.0, 9454.0, 9452.0, 9428.0, 9433.0, 9398.0, 9441.0, 9406.0, 9400.0, 9489.0, 9423.0, 9429.0, 9409.0, 9396.0, 9394.0, 9418.0, 9505.0, 9480.0, 9464.0, 9424.0, 9396.0, 9393.0, 9395.0, 9476.0, 9414.0, 9450.0, 9430.0, 9401.0, 9396.0, 9400.0, 9476.0, 9482.0, 9480.0, 9463.0, 9437.0, 9457.0, 9395.0, 9392.0, 9395.0, 9412.0, 9435.0, 9402.0, 9386.0, 9415.0, 9404.0, 9404.0, 9426.0, 9508.0, 9439.0, 9467.0, 9420.0, 9416.0, 9462.0, 9435.0, 9512.0, 9487.0, 9466.0, 9419.0, 9428.0, 9418.0, 9425.0, 9485.0, 9432.0, 9477.0, 9402.0, 9463.0, 9457.0, 9489.0, 9480.0, 9456.0, 9456.0, 9394.0, 9403.0, 9410.0, 9412.0, 9446.0, 9401.0, 9460.0, 9382.0, 9420.0, 9411.0, 9456.0, 9462.0, 9411.0, 9459.0, 9393.0, 9419.0, 9394.0, 9445.0, 9501.0, 9463.0, 9418.0, 9392.0, 9380.0, 9393.0, 9400.0, 9473.0, 9422.0, 9429.0, 9382.0, 9381.0, 9408.0, 9418.0, 9462.0, 9402.0, 9407.0, 9399.0, 9394.0, 9399.0, 9417.0, 9431.0, 9419.0, 9511.0, 9406.0, 9478.0, 9415.0, 9401.0, 9419.0, 9463.0, 9495.0, 9446.0, 9476.0, 9402.0, 9442.0, 9433.0, 9450.0, 9452.0, 9401.0, 9474.0, 9414.0, 9447.0, 9415.0, 9435.0, 9441.0, 9430.0, 9409.0, 9399.0, 9463.0, 9430.0, 9462.0, 9481.0, 9472.0, 9476.0, 9400.0, 9459.0, 9410.0, 9402.0, 9465.0, 9429.0, 9475.0, 9471.0, 9436.0, 9395.0, 9396.0, 9486.0, 9428.0, 9492.0, 9479.0, 9437.0, 9391.0, 9382.0, 9469.0, 9397.0, 9449.0, 9432.0, 9397.0, 9379.0, 9398.0, 9444.0, 9413.0, 9439.0, 9424.0, 9406.0, 9366.0, 9398.0, 9450.0, 9418.0, 9472.0, 9389.0, 9445.0, 9439.0, 9382.0, 9473.0, 9399.0, 9494.0, 9496.0, 9436.0, 9387.0, 9468.0, 9426.0, 9484.0, 9478.0, 9461.0, 9474.0, 9470.0, 9417.0, 9394.0, 9395.0, 9446.0, 9385.0, 9470.0, 9463.0, 9422.0, 9371.0, 9382.0, 9373.0, 9410.0, 9497.0, 9467.0, 9450.0, 9403.0, 9423.0, 9436.0, 9397.0, 9489.0, 9479.0, 9468.0, 9424.0, 9423.0, 9380.0, 9378.0, 9469.0, 9452.0, 9478.0, 9431.0, 9419.0, 9359.0, 9376.0, 9451.0, 9390.0, 9434.0, 9402.0, 9419.0, 9349.0, 9381.0, 9429.0, 9380.0, 9396.0, 9407.0, 9412.0, 9366.0, 9385.0, 9459.0, 9399.0, 9426.0, 9437.0, 9438.0, 9475.0, 9386.0, 9461.0, 9409.0, 9418.0, 9494.0, 9438.0, 9437.0, 9398.0, 9384.0, 9382.0, 9400.0, 9507.0, 9465.0, 9456.0, 9393.0, 9382.0, 9366.0, 9397.0, 9476.0, 9412.0, 9409.0, 9389.0, 9405.0, 9371.0, 9400.0, 9464.0, 9429.0, 9451.0, 9421.0, 9409.0, 9391.0, 9404.0, 9496.0, 9422.0, 9507.0, 9489.0, 9450.0, 9404.0, 9406.0, 9500.0, 9406.0, 9497.0, 9491.0, 9458.0, 9448.0, 9444.0, 9470.0, 9461.0, 9508.0, 9503.0, 9447.0, 9439.0, 9423.0, 9381.0, 9416.0, 9491.0, 9466.0, 9450.0, 9401.0, 9426.0, 9384.0, 9417.0, 9479.0, 9430.0, 9436.0, 9384.0, 9423.0, 9383.0, 9405.0, 9510.0, 9454.0, 9455.0, 9403.0, 9416.0, 9386.0, 9423.0, 9512.0, 9493.0, 9466.0, 9426.0, 9413.0, 9424.0, 9400.0, 9506.0, 9457.0, 9403.0, 9409.0, 9460.0, 9393.0, 9465.0, 9511.0, 9474.0, 9452.0, 9403.0, 9453.0, 9408.0, 9451.0, 9488.0, 9457.0, 9427.0, 9404.0, 9463.0, 9422.0, 9479.0, 9486.0, 9476.0, 9417.0, 9404.0, 9490.0, 9481.0, 9482.0, 9449.0, 9452.0, 9378.0, 9383.0, 9458.0, 9412.0, 9423.0, 9433.0, 9410.0, 9417.0, 9384.0, 9441.0, 9401.0, 9412.0, 9395.0, 9399.0, 9370.0, 9389.0, 9453.0, 9417.0, 9418.0, 9487.0, 9500.0, 9512.0, 9451.0, 9403.0, 9391.0, 9403.0, 9397.0, 9438.0, 9404.0, 9475.0, 9458.0, 9523.0, 9491.0, 9545.0, 9523.0, 9469.0, 9439.0, 9412.0, 9448.0, 9426.0, 9503.0, 9491.0, 9445.0, 9396.0, 9420.0, 9378.0, 9397.0, 9387.0, 9400.0, 9488.0, 9408.0, 9408.0, 9399.0, 9384.0, 9397.0, 9419.0, 9486.0, 9460.0, 9495.0, 9417.0, 9464.0, 9426.0, 9410.0, 9489.0, 9467.0, 9478.0, 9453.0, 9436.0, 9395.0, 9411.0, 9438.0, 9433.0, 9471.0, 9448.0, 9398.0, 9402.0, 9413.0, 9429.0, 9434.0, 9500.0, 9500.0, 9439.0, 9419.0, 9419.0, 9472.0, 9441.0, 9515.0, 9500.0, 9453.0, 9442.0, 9416.0, 9411.0, 9421.0, 9508.0, 9484.0, 9466.0, 9416.0, 9436.0, 9402.0, 9419.0, 9501.0, 9457.0, 9506.0, 9416.0, 9464.0, 9401.0, 9414.0, 9440.0, 9422.0, 9510.0, 9484.0, 9450.0, 9387.0, 9415.0, 9425.0, 9410.0, 9495.0, 9486.0, 9452.0, 9410.0, 9398.0, 9447.0, 9396.0, 9435.0, 9414.0, 9444.0, 9480.0, 9432.0, 9461.0, 9401.0, 9395.0, 9386.0, 9420.0, 9507.0, 9488.0, 9440.0, 9402.0, 9432.0, 9441.0, 9442.0, 9530.0, 9504.0, 9458.0, 9420.0, 9441.0, 9404.0, 9455.0, 9508.0, 9491.0, 9417.0, 9419.0, 9494.0, 9486.0, 9491.0, 9498.0, 9454.0, 9442.0, 9397.0, 9422.0, 9393.0, 9419.0, 9475.0, 9427.0, 9429.0, 9395.0, 9406.0, 9392.0, 9416.0, 9505.0, 9476.0, 9432.0, 9395.0, 9395.0, 9380.0, 9417.0, 9491.0, 9477.0, 9452.0, 9387.0, 9402.0, 9477.0, 9430.0, 9495.0, 9467.0, 9425.0, 9388.0, 9418.0, 9466.0, 9428.0, 9485.0, 9459.0, 9406.0, 9406.0, 9425.0, 9494.0, 9424.0, 9512.0, 9503.0, 9474.0, 9415.0, 9418.0, 9497.0, 9484.0, 9472.0, 9463.0, 9441.0, 9382.0, 9399.0, 9461.0, 9427.0, 9418.0, 9491.0, 9436.0, 9420.0, 9400.0, 9380.0, 9400.0, 9419.0, 9440.0, 9428.0, 9438.0, 9407.0, 9492.0, 9451.0, 9477.0, 9483.0, 9453.0, 9422.0, 9390.0, 9401.0, 9376.0, 9430.0, 9530.0, 9468.0, 9464.0, 9397.0, 9403.0, 9420.0, 9398.0, 9467.0, 9453.0, 9420.0, 9387.0, 9400.0, 9476.0, 9383.0, 9382.0, 9366.0, 9401.0, 9506.0, 9480.0, 9448.0, 9381.0, 9382.0, 9472.0, 9395.0, 9488.0, 9477.0, 9435.0, 9377.0, 9396.0, 9469.0, 9384.0, 9469.0, 9438.0, 9400.0, 9371.0, 9402.0, 9445.0, 9418.0, 9421.0, 9428.0, 9402.0, 9385.0, 9398.0, 9463.0, 9437.0, 9467.0, 9486.0, 9446.0, 9399.0, 9418.0, 9449.0, 9400.0, 9405.0, 9514.0, 9474.0, 9478.0, 9427.0, 9436.0, 9388.0, 9403.0, 9464.0, 9420.0, 9492.0, 9488.0, 9443.0, 9384.0, 9403.0, 9501.0, 9421.0, 9483.0, 9483.0, 9419.0, 9372.0, 9404.0, 9494.0, 9409.0, 9488.0, 9469.0, 9419.0, 9385.0, 9399.0, 9451.0, 9415.0, 9433.0, 9496.0, 9450.0, 9441.0, 9422.0, 9445.0, 9450.0, 9442.0, 9524.0, 9475.0, 9452.0, 9403.0, 9428.0, 9415.0, 9463.0, 9522.0, 9491.0, 9469.0, 9403.0, 9455.0, 9470.0, 9438.0, 9527.0, 9496.0, 9448.0, 9422.0, 9397.0, 9443.0, 9386.0, 9501.0, 9476.0, 9432.0, 9376.0, 9393.0, 9444.0, 9384.0, 9490.0, 9478.0, 9433.0, 9378.0, 9381.0, 9466.0, 9406.0, 9420.0, 9421.0, 9423.0, 9457.0, 9381.0, 9441.0, 9381.0, 9379.0, 9365.0, 9401.0, 9486.0, 9452.0, 9396.0, 9396.0, 9386.0, 9461.0, 9403.0, 9468.0, 9468.0, 9398.0, 9385.0, 9404.0, 9452.0, 9406.0, 9508.0, 9497.0, 9444.0, 9400.0, 9407.0, 9514.0, 9413.0, 9472.0, 9473.0, 9406.0, 9391.0, 9412.0, 9499.0, 9414.0, 9479.0, 9474.0, 9448.0, 9404.0, 9407.0, 9493.0, 9392.0, 9487.0, 9503.0, 9475.0, 9459.0, 9406.0, 9493.0, 9404.0, 9404.0, 9418.0, 9424.0, 9499.0, 9405.0, 9455.0, 9401.0, 9404.0, 9417.0, 9406.0, 9497.0, 9446.0, 9450.0, 9407.0, 9417.0, 9416.0, 9409.0, 9512.0, 9474.0, 9456.0, 9404.0, 9420.0, 9441.0, 9407.0, 9510.0, 9502.0, 9458.0, 9419.0, 9402.0, 9412.0, 9402.0, 9506.0, 9498.0, 9454.0, 9409.0, 9401.0, 9489.0, 9418.0, 9493.0, 9479.0, 9437.0, 9382.0, 9383.0, 9446.0, 9402.0, 9426.0, 9424.0, 9401.0, 9402.0, 9405.0, 9373.0, 9404.0, 9471.0, 9487.0, 9506.0, 9395.0, 9423.0, 9499.0, 9405.0, 9466.0, 9467.0, 9498.0, 9491.0, 9417.0, 9451.0, 9411.0, 9410.0, 9365.0, 9402.0, 9394.0, 9403.0, 9476.0, 9404.0, 9487.0, 9477.0, 9478.0, 9430.0, 9513.0, 9490.0, 9505.0, 9447.0, 9386.0, 9386.0, 9402.0, 9494.0, 9452.0, 9456.0, 9408.0, 9418.0, 9496.0, 9402.0, 9487.0, 9470.0, 9472.0, 9485.0, 9431.0, 9470.0, 9443.0, 9469.0, 9420.0, 9421.0, 9431.0, 9348.0, 9397.0, 9332.0, 9349.0, 9385.0, 9348.0, 9371.0, 9364.0, 9389.0, 9360.0, 9461.0, 9398.0, 9390.0, 9386.0, 9394.0, 9364.0, 9417.0, 9386.0, 9406.0, 9431.0, 9497.0, 9487.0, 9491.0, 9430.0, 9503.0, 9465.0, 9499.0, 9493.0, 9521.0, 9492.0, 9487.0, 9422.0, 9420.0, 9403.0, 9407.0, 9495.0, 9447.0, 9493.0, 9470.0, 9425.0, 9402.0, 9397.0, 9405.0, 9421.0, 9437.0, 9462.0, 9405.0, 9422.0, 9509.0, 9404.0, 9466.0, 9448.0, 9476.0, 9429.0, 9423.0, 9398.0, 9394.0, 9443.0, 9390.0, 9421.0, 9487.0, 9439.0, 9445.0, 9416.0, 9432.0, 9393.0, 9406.0, 9470.0, 9423.0, 9457.0, 9393.0, 9445.0, 9393.0, 9408.0, 9388.0, 9393.0, 9517.0, 9413.0, 9488.0, 9414.0, 9410.0, 9407.0, 9425.0, 9536.0, 9438.0, 9507.0, 9396.0, 9413.0, 9529.0, 9423.0, 9523.0, 9482.0, 9423.0, 9407.0, 9409.0, 9501.0, 9408.0, 9525.0, 9510.0, 9495.0, 9424.0, 9414.0, 9497.0, 9414.0, 9508.0, 9460.0, 9471.0, 9525.0, 9503.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.0011365895061728395</td></tr>
<tr><td colspan=3>aqi</td><td>0.023810502314814814</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.67466591219314</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1723112400154443</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0006848854594594</td></tr>
<tr><td colspan=3>efc</td><td>0.4764</td></tr>
<tr><td colspan=3>fber</td><td>4891.001</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08002721029419528</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4691358024691357</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4870464560763765</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3919623066075384</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.783217842733825</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2859592188877667</td></tr>
<tr><td colspan=3>gcor</td><td>0.00443874</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01498730480670929</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025118399411439896</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.625263565263087</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>22.4158</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.631</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.6609</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301485.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>870.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.7338</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7719</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.8235</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3428.5435</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.1616</td></tr>
<tr><td colspan=3>tsnr</td><td>35.049979927483946</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>