ds005256-mriqc/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter b5a0c31bfa [DATALAD RUNCMD] Compute MRIQC for sub-0089
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0089 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0089",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:30:49 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0089_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-03/func/sub-0089_ses-03_task-alignvideo_acq-mb8_run-02_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>395bfb42a425825691922705a10b3c08</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>15:19:59.300000</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.999429, 0.0324004, -0.00956632, -0.0268692, 0.934001, 0.35626]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.103148</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7840, -7230, 632, -39, -297, 90, 113]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.492</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8d81d332-9d14-4f34-be48-ddbe03cc78bd||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.6813955307006836, -0.0720880925655365, -0.05529031157493591, 116.42589569091797], [-0.08692780137062073, 2.505855083465576, 0.9606584906578064, -109.20549774169922], [-0.025665728375315666, -0.9558190703392029, 2.522712469100952, -7.983942985534668], [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, 1335]</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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['151959.300000', '151959.760000', '152000.220000', '152000.680000', '152001.140000', '152001.600000', '152002.060000', '152002.520000', '152002.980000', '152003.440000', '152003.900000', '152004.360000', '152004.820000', '152005.280000', '152005.740000', '152006.200000', '152006.660000', '152007.120000', '152007.580000', '152008.040000', '152008.500000', '152008.960000', '152009.420000', '152009.880000', '152010.340000', '152010.800000', '152011.260000', '152011.720000', '152012.180000', '152012.640000', '152013.100000', '152013.560000', '152014.020000', '152014.480000', '152014.940000', '152015.400000', '152015.860000', '152016.320000', '152016.780000', '152017.240000', '152017.700000', '152018.160000', '152018.620000', '152019.080000', '152019.540000', '152020.000000', '152020.460000', '152020.920000', '152021.380000', '152021.840000', '152022.300000', '152022.760000', '152023.220000', '152023.680000', '152024.140000', '152024.600000', '152025.060000', '152025.520000', '152025.980000', '152026.440000', '152026.900000', '152027.360000', '152027.820000', '152028.280000', '152028.740000', '152029.200000', '152029.660000', '152030.120000', '152030.580000', '152031.040000', '152031.500000', '152031.960000', '152032.420000', '152032.880000', '152033.340000', '152033.800000', '152034.260000', '152034.720000', '152035.180000', '152035.640000', '152036.100000', '152036.560000', '152037.020000', '152037.480000', '152037.940000', '152038.400000', '152038.860000', '152039.320000', '152039.780000', '152040.240000', '152040.700000', '152041.160000', '152041.620000', '152042.080000', '152042.540000', '152043.000000', '152043.460000', '152043.920000', '152044.380000', '152044.840000', '152045.300000', '152045.760000', '152046.220000', '152046.680000', '152047.140000', '152047.600000', '152048.060000', '152048.520000', '152048.980000', '152049.440000', '152049.900000', '152050.360000', '152050.820000', '152051.280000', '152051.740000', '152052.200000', '152052.660000', '152053.120000', '152053.580000', '152054.040000', '152054.500000', '152054.960000', '152055.420000', '152055.880000', '152056.340000', '152056.800000', '152057.260000', '152057.720000', '152058.180000', '152058.640000', '152059.100000', '152059.560000', '152100.020000', '152100.480000', '152100.940000', '152101.400000', '152101.860000', '152102.320000', '152102.780000', '152103.240000', '152103.700000', '152104.160000', '152104.620000', '152105.080000', '152105.540000', '152106.000000', '152106.460000', '152106.920000', '152107.380000', '152107.840000', '152108.300000', '152108.760000', '152109.220000', '152109.680000', '152110.140000', '152110.600000', '152111.060000', '152111.520000', '152111.980000', '152112.440000', '152112.900000', '152113.360000', '152113.820000', '152114.280000', '152114.740000', '152115.200000', '152115.660000', '152116.120000', '152116.580000', '152117.040000', '152117.500000', '152117.960000', '152118.420000', '152118.880000', '152119.340000', '152119.800000', '152120.260000', '152120.720000', '152121.180000', '152121.640000', '152122.100000', '152122.560000', '152123.020000', '152123.480000', '152123.940000', '152124.400000', '152124.860000', '152125.320000', '152125.780000', '152126.240000', '152126.700000', '152127.160000', '152127.620000', '152128.080000', '152128.540000', '152129.000000', '152129.460000', '152129.920000', '152130.380000', '152130.840000', '152131.300000', '152131.760000', '152132.220000', '152132.680000', '152133.140000', '152133.600000', '152134.060000', '152134.520000', '152134.980000', '152135.440000', '152135.900000', '152136.360000', '152136.820000', '152137.280000', '152137.740000', '152138.200000', '152138.660000', '152139.120000', '152139.580000', '152140.040000', '152140.500000', '152140.960000', '152141.420000', '152141.880000', '152142.340000', '152142.800000', '152143.260000', '152143.720000', '152144.180000', '152144.640000', '152145.100000', '152145.560000', '152146.020000', '152146.480000', '152146.940000', '152147.400000', '152147.860000', '152148.320000', '152148.780000', '152149.240000', '152149.700000', '152150.160000', '152150.620000', '152151.080000', '152151.540000', '152152.000000', '152152.460000', '152152.920000', '152153.380000', '152153.840000', '152154.300000', '152154.760000', '152155.220000', '152155.680000', '152156.140000', '152156.600000', '152157.060000', '152157.520000', '152157.980000', '152158.440000', '152158.900000', '152159.360000', '152159.820000', '152200.280000', '152200.740000', '152201.200000', '152201.660000', '152202.120000', '152202.580000', '152203.040000', '152203.500000', '152203.960000', '152204.420000', '152204.880000', '152205.340000', '152205.800000', '152206.260000', '152206.720000', '152207.180000', '152207.640000', '152208.100000', '152208.560000', '152209.020000', '152209.480000', '152209.940000', '152210.400000', '152210.860000', '152211.320000', '152211.780000', '152212.240000', '152212.700000', '152213.160000', '152213.620000', '152214.080000', '152214.540000', '152215.000000', '152215.460000', '152215.920000', '152216.380000', '152216.840000', '152217.300000', '152217.760000', '152218.220000', '152218.680000', '152219.140000', '152219.600000', '152220.060000', '152220.520000', '152220.980000', '152221.440000', '152221.900000', '152222.360000', '152222.820000', '152223.280000', '152223.740000', '152224.200000', '152224.660000', '152225.120000', '152225.580000', '152226.040000', '152226.500000', '152226.960000', '152227.420000', '152227.880000', '152228.340000', '152228.800000', '152229.260000', '152229.720000', '152230.180000', '152230.640000', '152231.100000', '152231.560000', '152232.020000', '152232.480000', '152232.940000', '152233.400000', '152233.860000', '152234.320000', '152234.780000', '152235.240000', '152235.700000', '152236.160000', '152236.620000', '152237.080000', '152237.540000', '152238.000000', '152238.460000', '152238.920000', '152239.380000', '152239.840000', '152240.300000', '152240.760000', '152241.220000', '152241.680000', '152242.140000', '152242.600000', '152243.060000', '152243.520000', '152243.980000', '152244.440000', '152244.900000', '152245.360000', '152245.820000', '152246.280000', '152246.740000', '152247.200000', '152247.660000', '152248.120000', '152248.580000', '152249.040000', '152249.500000', '152249.960000', '152250.420000', '152250.880000', '152251.340000', '152251.800000', '152252.260000', '152252.720000', '152253.180000', '152253.640000', '152254.100000', '152254.560000', '152255.020000', '152255.480000', '152255.940000', '152256.400000', '152256.860000', '152257.320000', '152257.780000', '152258.240000', '152258.700000', '152259.160000', '152259.620000', '152300.080000', '152300.540000', '152301.000000', '152301.460000', '152301.920000', '152302.380000', '152302.840000', '152303.300000', '152303.760000', '152304.220000', '152304.680000', '152305.140000', '152305.600000', '152306.060000', '152306.520000', '152306.980000', '152307.440000', '152307.900000', '152308.360000', '152308.820000', '152309.280000', '152309.740000', '152310.200000', '152310.660000', '152311.120000', '152311.580000', '152312.040000', '152312.500000', '152312.960000', '152313.420000', '152313.880000', '152314.340000', '152314.800000', '152315.260000', '152315.720000', '152316.180000', '152316.640000', '152317.100000', '152317.560000', '152318.020000', '152318.480000', '152318.940000', '152319.400000', '152319.860000', '152320.320000', '152320.780000', '152321.240000', '152321.700000', '152322.160000', '152322.620000', '152323.080000', '152323.540000', '152324.000000', '152324.460000', '152324.920000', '152325.380000', '152325.840000', '152326.300000', '152326.760000', '152327.220000', '152327.680000', '152328.140000', '152328.600000', '152329.060000', '152329.520000', '152329.980000', '152330.440000', '152330.900000', '152331.360000', '152331.820000', '152332.280000', '152332.740000', '152333.200000', '152333.660000', '152334.120000', '152334.580000', '152335.040000', '152335.500000', '152335.960000', '152336.420000', '152336.880000', '152337.340000', '152337.800000', '152338.260000', '152338.720000', '152339.180000', '152339.640000', '152340.100000', '152340.560000', '152341.020000', '152341.480000', '152341.940000', '152342.400000', '152342.860000', '152343.320000', '152343.780000', '152344.240000', '152344.700000', '152345.160000', '152345.620000', '152346.080000', '152346.540000', '152347.000000', '152347.460000', '152347.920000', '152348.380000', '152348.840000', '152349.300000', '152349.760000', '152350.220000', '152350.680000', '152351.140000', '152351.600000', '152352.060000', '152352.520000', '152352.980000', '152353.440000', '152353.900000', '152354.360000', '152354.820000', '152355.280000', '152355.740000', '152356.200000', '152356.660000', '152357.120000', '152357.580000', '152358.040000', '152358.500000', '152358.960000', '152359.420000', '152359.880000', '152400.340000', '152400.800000', '152401.260000', '152401.720000', '152402.180000', '152402.640000', '152403.100000', '152403.560000', '152404.020000', '152404.480000', '152404.940000', '152405.400000', '152405.860000', '152406.320000', '152406.780000', '152407.240000', '152407.700000', '152408.160000', '152408.620000', '152409.080000', '152409.540000', '152410.000000', '152410.460000', '152410.920000', '152411.380000', '152411.840000', '152412.300000', '152412.760000', '152413.220000', '152413.680000', '152414.140000', '152414.600000', '152415.060000', '152415.520000', '152415.980000', '152416.440000', '152416.900000', '152417.360000', '152417.820000', '152418.280000', '152418.740000', '152419.200000', '152419.660000', '152420.120000', '152420.580000', '152421.040000', '152421.500000', '152421.960000', '152422.420000', '152422.880000', '152423.340000', '152423.800000', '152424.260000', '152424.720000', '152425.180000', '152425.640000', '152426.100000', '152426.560000', '152427.020000', '152427.480000', '152427.940000', '152428.400000', '152428.860000', '152429.320000', '152429.780000', '152430.240000', '152430.700000', '152431.160000', '152431.620000', '152432.080000', '152432.540000', '152433.000000', '152433.460000', '152433.920000', '152434.380000', '152434.840000', '152435.300000', '152435.760000', '152436.220000', '152436.680000', '152437.140000', '152437.600000', '152438.060000', '152438.520000', '152438.980000', '152439.440000', '152439.900000', '152440.360000', '152440.820000', '152441.280000', '152441.740000', '152442.200000', '152442.660000', '152443.120000', '152443.580000', '152444.040000', '152444.500000', '152444.960000', '152445.420000', '152445.880000', '152446.340000', '152446.800000', '152447.260000', '152447.720000', '152448.180000', '152448.640000', '152449.100000', '152449.560000', '152450.020000', '152450.480000', '152450.940000', '152451.400000', '152451.860000', '152452.320000', '152452.780000', '152453.240000', '152453.700000', '152454.160000', '152454.620000', '152455.080000', '152455.540000', '152456.000000', '152456.460000', '152456.920000', '152457.380000', '152457.840000', '152458.300000', '152458.760000', '152459.220000', '152459.680000', '152500.140000', '152500.600000', '152501.060000', '152501.520000', '152501.980000', '152502.440000', '152502.900000', '152503.360000', '152503.820000', '152504.280000', '152504.740000', '152505.200000', '152505.660000', '152506.120000', '152506.580000', '152507.040000', '152507.500000', '152507.960000', '152508.420000', '152508.880000', '152509.340000', '152509.800000', '152510.260000', '152510.720000', '152511.180000', '152511.640000', '152512.100000', '152512.560000', '152513.020000', '152513.480000', '152513.940000', '152514.400000', '152514.860000', '152515.320000', '152515.780000', '152516.240000', '152516.700000', '152517.160000', '152517.620000', '152518.080000', '152518.540000', '152519.000000', '152519.460000', '152519.920000', '152520.380000', '152520.840000', '152521.300000', '152521.760000', '152522.220000', '152522.680000', '152523.140000', '152523.600000', '152524.060000', '152524.520000', '152524.980000', '152525.440000', '152525.900000', '152526.360000', '152526.820000', '152527.280000', '152527.740000', '152528.200000', '152528.660000', '152529.120000', '152529.580000', '152530.040000', '152530.500000', '152530.960000', '152531.420000', '152531.880000', '152532.340000', '152532.800000', '152533.260000', '152533.720000', '152534.180000', '152534.640000', '152535.100000', '152535.560000', '152536.020000', '152536.480000', '152536.940000', '152537.400000', '152537.860000', '152538.320000', '152538.780000', '152539.240000', '152539.700000', '152540.160000', '152540.620000', '152541.080000', '152541.540000', '152542.000000', '152542.460000', '152542.920000', '152543.380000', '152543.840000', '152544.300000', '152544.760000', '152545.220000', '152545.680000', '152546.140000', '152546.600000', '152547.060000', '152547.520000', '152547.980000', '152548.440000', '152548.900000', '152549.360000', '152549.820000', '152550.280000', '152550.740000', '152551.200000', '152551.660000', '152552.120000', '152552.580000', '152553.040000', '152553.500000', '152553.960000', '152554.420000', '152554.880000', '152555.340000', '152555.800000', '152556.260000', '152556.720000', '152557.180000', '152557.640000', '152558.100000', '152558.560000', '152559.020000', '152559.480000', '152559.940000', '152600.400000', '152600.860000', '152601.320000', '152601.780000', '152602.240000', '152602.700000', '152603.160000', '152603.620000', '152604.080000', '152604.540000', '152605.000000', '152605.460000', '152605.920000', '152606.380000', '152606.840000', '152607.300000', '152607.760000', '152608.220000', '152608.680000', '152609.140000', '152609.600000', '152610.060000', '152610.520000', '152610.980000', '152611.440000', '152611.900000', '152612.360000', '152612.820000', '152613.280000', '152613.740000', '152614.200000', '152614.660000', '152615.120000', '152615.580000', '152616.040000', '152616.500000', '152616.960000', '152617.420000', '152617.880000', '152618.340000', '152618.800000', '152619.260000', '152619.720000', '152620.180000', '152620.640000', '152621.100000', '152621.560000', '152622.020000', '152622.480000', '152622.940000', '152623.400000', '152623.860000', '152624.320000', '152624.780000', '152625.240000', '152625.700000', '152626.160000', '152626.620000', '152627.080000', '152627.540000', '152628.000000', '152628.460000', '152628.920000', '152629.380000', '152629.840000', '152630.300000', '152630.760000', '152631.220000', '152631.680000', '152632.140000', '152632.600000', '152633.060000', '152633.520000', '152633.980000', '152634.440000', '152634.900000', '152635.360000', '152635.820000', '152636.280000', '152636.740000', '152637.200000', '152637.660000', '152638.120000', '152638.580000', '152639.040000', '152639.500000', '152639.960000', '152640.420000', '152640.880000', '152641.340000', '152641.800000', '152642.260000', '152642.720000', '152643.180000', '152643.640000', '152644.100000', '152644.560000', '152645.020000', '152645.480000', '152645.940000', '152646.400000', '152646.860000', '152647.320000', '152647.780000', '152648.240000', '152648.700000', '152649.160000', '152649.620000', '152650.080000', '152650.540000', '152651.000000', '152651.460000', '152651.920000', '152652.380000', '152652.840000', '152653.300000', '152653.760000', '152654.220000', '152654.680000', '152655.140000', '152655.600000', '152656.060000', '152656.520000', '152656.980000', '152657.440000', '152657.900000', '152658.360000', '152658.820000', '152659.280000', '152659.740000', '152700.200000', '152700.660000', '152701.120000', '152701.580000', '152702.040000', '152702.500000', '152702.960000', '152703.420000', '152703.880000', '152704.340000', '152704.800000', '152705.260000', '152705.720000', '152706.180000', '152706.640000', '152707.100000', '152707.560000', '152708.020000', '152708.480000', '152708.940000', '152709.400000', '152709.860000', '152710.320000', '152710.780000', '152711.240000', '152711.700000', '152712.160000', '152712.620000', '152713.080000', '152713.540000', '152714.000000', '152714.460000', '152714.920000', '152715.380000', '152715.840000', '152716.300000', '152716.760000', '152717.220000', '152717.680000', '152718.140000', '152718.600000', '152719.060000', '152719.520000', '152719.980000', '152720.440000', '152720.900000', '152721.360000', '152721.820000', '152722.280000', '152722.740000', '152723.200000', '152723.660000', '152724.120000', '152724.580000', '152725.040000', '152725.500000', '152725.960000', '152726.420000', '152726.880000', '152727.340000', '152727.800000', '152728.260000', '152728.720000', '152729.180000', '152729.640000', '152730.100000', '152730.560000', '152731.020000', '152731.480000', '152731.940000', '152732.400000', '152732.860000', '152733.320000', '152733.780000', '152734.240000', '152734.700000', '152735.160000', '152735.620000', '152736.080000', '152736.540000', '152737.000000', '152737.460000', '152737.920000', '152738.380000', '152738.840000', '152739.300000', '152739.760000', '152740.220000', '152740.680000', '152741.140000', '152741.600000', '152742.060000', '152742.520000', '152742.980000', '152743.440000', '152743.900000', '152744.360000', '152744.820000', '152745.280000', '152745.740000', '152746.200000', '152746.660000', '152747.120000', '152747.580000', '152748.040000', '152748.500000', '152748.960000', '152749.420000', '152749.880000', '152750.340000', '152750.800000', '152751.260000', '152751.720000', '152752.180000', '152752.640000', '152753.100000', '152753.560000', '152754.020000', '152754.480000', '152754.940000', '152755.400000', '152755.860000', '152756.320000', '152756.780000', '152757.240000', '152757.700000', '152758.160000', '152758.620000', '152759.080000', '152759.540000', '152800.000000', '152800.460000', '152800.920000', '152801.380000', '152801.840000', '152802.300000', '152802.760000', '152803.220000', '152803.680000', '152804.140000', '152804.600000', '152805.060000', '152805.520000', '152805.980000', '152806.440000', '152806.900000', '152807.360000', '152807.820000', '152808.280000', '152808.740000', '152809.200000', '152809.660000', '152810.120000', '152810.580000', '152811.040000', '152811.500000', '152811.960000', '152812.420000', '152812.880000', '152813.340000', '152813.800000', '152814.260000', '152814.720000', '152815.180000', '152815.640000', '152816.100000', '152816.560000', '152817.020000', '152817.480000', '152817.940000', '152818.400000', '152818.860000', '152819.320000', '152819.780000', '152820.240000', '152820.700000', '152821.160000', '152821.620000', '152822.080000', '152822.540000', '152823.000000', '152823.460000', '152823.920000', '152824.380000', '152824.840000', '152825.300000', '152825.760000', '152826.220000', '152826.680000', '152827.140000', '152827.600000', '152828.060000', '152828.520000', '152828.980000', '152829.440000', '152829.900000', '152830.360000', '152830.820000', '152831.280000', '152831.740000', '152832.200000', '152832.660000', '152833.120000', '152833.580000', '152834.040000', '152834.500000', '152834.960000', '152835.420000', '152835.880000', '152836.340000', '152836.800000', '152837.260000', '152837.720000', '152838.180000', '152838.640000', '152839.100000', '152839.560000', '152840.020000', '152840.480000', '152840.940000', '152841.400000', '152841.860000', '152842.320000', '152842.780000', '152843.240000', '152843.700000', '152844.160000', '152844.620000', '152845.080000', '152845.540000', '152846.000000', '152846.460000', '152846.920000', '152847.380000', '152847.840000', '152848.300000', '152848.760000', '152849.220000', '152849.680000', '152850.140000', '152850.600000', '152851.060000', '152851.520000', '152851.980000', '152852.440000', '152852.900000', '152853.360000', '152853.820000', '152854.280000', '152854.740000', '152855.200000', '152855.660000', '152856.120000', '152856.580000', '152857.040000', '152857.500000', '152857.960000', '152858.420000', '152858.880000', '152859.340000', '152859.800000', '152900.260000', '152900.720000', '152901.180000', '152901.640000', '152902.100000', '152902.560000', '152903.020000', '152903.480000', '152903.940000', '152904.400000', '152904.860000', '152905.320000', '152905.780000', '152906.240000', '152906.700000', '152907.160000', '152907.620000', '152908.080000', '152908.540000', '152909.000000', '152909.460000', '152909.920000', '152910.380000', '152910.840000', '152911.300000', '152911.760000', '152912.220000', '152912.680000', '152913.140000', '152913.600000', '152914.060000', '152914.520000', '152914.980000', '152915.440000', '152915.900000', '152916.360000', '152916.820000', '152917.280000', '152917.740000', '152918.200000', '152918.660000', '152919.120000', '152919.580000', '152920.040000', '152920.500000', '152920.960000', '152921.420000', '152921.880000', '152922.340000', '152922.800000', '152923.260000', '152923.720000', '152924.180000', '152924.640000', '152925.100000', '152925.560000', '152926.020000', '152926.480000', '152926.940000', '152927.400000', '152927.860000', '152928.320000', '152928.780000', '152929.240000', '152929.700000', '152930.160000', '152930.620000', '152931.080000', '152931.540000', '152932.000000', '152932.460000', '152932.920000', '152933.380000', '152933.840000', '152934.300000', '152934.760000', '152935.220000', '152935.680000', '152936.140000', '152936.600000', '152937.060000', '152937.520000', '152937.980000', '152938.440000', '152938.900000', '152939.360000', '152939.820000', '152940.280000', '152940.740000', '152941.200000', '152941.660000', '152942.120000', '152942.580000', '152943.040000', '152943.500000', '152943.960000', '152944.420000', '152944.880000', '152945.340000', '152945.800000', '152946.260000', '152946.720000', '152947.180000', '152947.640000', '152948.100000', '152948.560000', '152949.020000', '152949.480000', '152949.940000', '152950.400000', '152950.860000', '152951.320000', '152951.780000', '152952.240000', '152952.700000', '152953.160000', '152953.620000', '152954.080000', '152954.540000', '152955.000000', '152955.460000', '152955.920000', '152956.380000', '152956.840000', '152957.300000', '152957.760000', '152958.220000', '152958.680000', '152959.140000', '152959.600000', '153000.060000', '153000.520000', '153000.980000', '153001.440000', '153001.900000', '153002.360000', '153002.820000', '153003.280000', '153003.740000', '153004.200000', '153004.660000', '153005.120000', '153005.580000', '153006.040000', '153006.500000', '153006.960000', '153007.420000', '153007.880000', '153008.340000', '153008.800000', '153009.260000', '153009.720000', '153010.180000', '153010.640000', '153011.100000', '153011.560000', '153012.020000', '153012.480000', '153012.940000'], 'ContentTime': ['152028.475000', '152028.478000', '152028.481000', '152028.484000', '152028.486000', '152028.489000', '152028.492000', '152028.494000', '152028.497000', '152028.500000', '152028.502000', '152028.505000', '152028.508000', '152028.511000', '152028.513000', '152028.516000', '152028.518000', '152028.521000', '152028.524000', '152028.534000', '152028.536000', '152028.539000', '152028.542000', '152028.544000', '152028.547000', '152028.549000', '152028.552000', '152028.555000', '152028.557000', '152028.560000', '152028.562000', '152028.565000', '152028.567000', '152028.570000', '152028.572000', '152028.575000', '152028.578000', '152028.580000', '152028.583000', '152028.585000', '152028.588000', '152028.591000', '152028.593000', '152028.596000', '152028.599000', '152028.601000', '152028.604000', '152028.606000', '152028.609000', '152028.612000', '152028.615000', '152028.618000', '152028.621000', '152028.624000', '152028.636000', '152028.639000', '152028.641000', '152028.644000', '152028.646000', '152028.649000', '152048.446000', '152048.449000', '152048.452000', '152048.454000', '152048.457000', '152048.460000', '152048.462000', '152048.465000', '152048.467000', '152048.470000', '152048.473000', '152048.475000', '152048.478000', '152048.481000', '152048.483000', '152048.486000', '152048.488000', '152048.491000', '152048.494000', '152048.496000', '152048.499000', '152048.501000', '152048.504000', '152048.507000', '152048.509000', '152048.512000', '152048.514000', '152048.517000', '152048.520000', '152048.523000', '152048.525000', '152048.528000', '152048.530000', '152048.533000', '152048.535000', '152048.538000', '152048.541000', '152048.543000', '152048.546000', '152048.549000', '152048.551000', '152048.554000', '152048.556000', '152048.559000', '152108.446000', '152108.449000', '152108.452000', '152108.454000', '152108.457000', '152108.460000', '152108.462000', '152108.465000', '152108.467000', '152108.470000', '152108.473000', '152108.475000', '152108.478000', '152108.480000', '152108.483000', '152108.486000', '152108.488000', '152108.491000', '152108.493000', '152108.496000', '152108.499000', '152108.501000', '152108.504000', '152108.506000', '152108.509000', '152108.511000', '152108.514000', '152108.517000', '152108.519000', '152108.522000', '152108.524000', '152108.527000', '152108.529000', '152108.532000', '152108.535000', '152108.537000', '152108.540000', '152108.542000', '152108.545000', '152108.548000', '152108.550000', '152108.553000', '152108.555000', '152128.447000', '152128.449000', '152128.452000', '152128.455000', '152128.457000', '152128.460000', '152128.462000', '152128.465000', '152128.477000', '152128.479000', '152128.482000', '152128.485000', '152128.487000', '152128.490000', '152128.492000', '152128.495000', '152128.498000', '152128.500000', '152128.503000', '152128.506000', '152128.508000', '152128.511000', '152128.513000', '152128.516000', '152128.519000', '152128.521000', '152128.524000', '152128.527000', '152128.530000', '152128.532000', '152128.535000', '152128.538000', '152128.540000', '152128.543000', '152128.545000', '152128.548000', '152128.551000', '152128.553000', '152128.556000', '152128.559000', '152128.561000', '152128.564000', '152128.566000', '152128.569000', '152148.447000', '152148.449000', '152148.452000', '152148.455000', '152148.457000', '152148.460000', '152148.462000', '152148.465000', '152148.468000', '152148.470000', '152148.473000', '152148.475000', '152148.478000', '152148.481000', '152148.483000', '152148.486000', '152148.488000', '152148.497000', '152148.499000', '152148.502000', '152148.505000', '152148.507000', '152148.510000', '152148.513000', '152148.515000', '152148.518000', '152148.520000', '152148.523000', '152148.525000', '152148.528000', '152148.531000', '152148.533000', '152148.536000', '152148.539000', '152148.541000', '152148.544000', '152148.546000', '152148.549000', '152148.552000', '152148.554000', '152148.557000', '152148.559000', '152148.562000', '152208.446000', '152208.449000', '152208.452000', '152208.454000', '152208.457000', '152208.460000', '152208.462000', '152208.465000', '152208.468000', '152208.470000', '152208.473000', '152208.477000', '152208.480000', '152208.482000', '152208.485000', '152208.488000', '152208.490000', '152208.493000', '152208.496000', '152208.498000', '152208.501000', '152208.504000', '152208.506000', '152208.509000', '152208.512000', '152208.514000', '152208.517000', '152208.519000', '152208.522000', '152208.525000', '152208.528000', '152208.530000', '152208.533000', '152208.536000', '152208.538000', '152208.541000', '152208.543000', '152208.546000', '152208.549000', '152208.551000', '152208.554000', '152208.557000', '152208.559000', '152208.562000', '152228.446000', '152228.449000', '152228.452000', '152228.455000', '152228.457000', '152228.460000', '152228.462000', '152228.465000', '152228.468000', '152228.470000', '152228.473000', '152228.476000', '152228.478000', '152228.481000', '152228.484000', '152228.486000', '152228.489000', '152228.491000', '152228.494000', '152228.497000', '152228.499000', '152228.502000', '152228.505000', '152228.507000', '152228.510000', '152228.512000', '152228.515000', '152228.518000', '152228.520000', '152228.523000', '152228.525000', '152228.528000', '152228.530000', '152228.533000', '152228.536000', '152228.538000', '152228.542000', '152228.545000', '152228.547000', '152228.550000', '152228.552000', '152228.555000', '152228.558000', '152248.445000', '152248.448000', '152248.451000', '152248.453000', '152248.456000', '152248.459000', '152248.461000', '152248.464000', '152248.467000', '152248.469000', '152248.472000', '152248.474000', '152248.477000', '152248.480000', '152248.482000', '152248.485000', '152248.487000', '152248.490000', '152248.493000', '152248.495000', '152248.498000', '152248.501000', '152248.503000', '152248.506000', '152248.508000', '152248.511000', '152248.513000', '152248.516000', '152248.519000', '152248.521000', '152248.524000', '152248.527000', '152248.529000', '152248.532000', '152248.535000', '152248.537000', '152248.540000', '152248.542000', '152248.545000', '152248.548000', '152248.550000', '152248.553000', '152248.555000', '152248.558000', '152308.446000', '152308.449000', '152308.452000', '152308.454000', '152308.457000', '152308.460000', '152308.462000', '152308.465000', '152308.467000', '152308.470000', '152308.472000', '152308.475000', '152308.478000', '152308.480000', '152308.483000', '152308.485000', '152308.488000', '152308.491000', '152308.493000', '152308.496000', '152308.499000', '152308.501000', '152308.504000', '152308.506000', '152308.509000', '152308.511000', '152308.514000', '152308.517000', '152308.520000', '152308.522000', '152308.525000', '152308.528000', '152308.530000', '152308.533000', '152308.536000', '152308.538000', '152308.541000', '152308.544000', '152308.546000', '152308.549000', '152308.551000', '152308.554000', '152308.557000', '152328.446000', '152328.449000', '152328.452000', '152328.455000', '152328.457000', '152328.460000', '152328.462000', '152328.473000', '152328.475000', '152328.478000', '152328.481000', '152328.483000', '152328.486000', '152328.489000', '152328.491000', '152328.494000', '152328.497000', '152328.499000', '152328.502000', '152328.504000', '152328.507000', '152328.510000', '152328.512000', '152328.516000', '152328.519000', '152328.521000', '152328.524000', '152328.527000', '152328.529000', '152328.532000', '152328.535000', '152328.538000', '152328.540000', '152328.543000', '152328.545000', '152328.548000', '152328.551000', '152328.553000', '152328.556000', '152328.562000', '152328.564000', '152328.567000', '152328.570000', '152348.446000', '152348.449000', '152348.452000', '152348.454000', '152348.457000', '152348.460000', '152348.462000', '152348.465000', '152348.467000', '152348.470000', '152348.473000', '152348.475000', '152348.478000', '152348.480000', '152348.483000', '152348.486000', '152348.488000', '152348.491000', '152348.494000', '152348.496000', '152348.499000', '152348.502000', '152348.504000', '152348.507000', '152348.509000', '152348.512000', '152348.514000', '152348.517000', '152348.520000', '152348.522000', '152348.525000', '152348.528000', '152348.530000', '152348.533000', '152348.535000', '152348.538000', '152348.541000', '152348.543000', '152348.546000', '152348.548000', '152348.551000', '152348.554000', '152348.556000', '152348.559000', '152408.447000', '152408.450000', '152408.452000', '152408.455000', '152408.457000', '152408.460000', '152408.463000', '152408.465000', '152408.468000', '152408.470000', '152408.473000', '152408.476000', '152408.478000', '152408.481000', '152408.484000', '152408.487000', '152408.489000', '152408.492000', '152408.495000', '152408.498000', '152408.500000', '152408.503000', '152408.506000', '152408.508000', '152408.511000', '152408.513000', '152408.516000', '152408.519000', '152408.521000', '152408.524000', '152408.527000', '152408.529000', '152408.532000', '152408.535000', '152408.537000', '152408.540000', '152408.542000', '152408.545000', '152408.548000', '152408.550000', '152408.553000', '152408.555000', '152408.558000', '152428.447000', '152428.450000', '152428.452000', '152428.455000', '152428.457000', '152428.460000', '152428.463000', '152428.465000', '152428.468000', '152428.470000', '152428.473000', '152428.475000', '152428.478000', '152428.481000', '152428.493000', '152428.495000', '152428.498000', '152428.501000', '152428.503000', '152428.506000', '152428.508000', '152428.511000', '152428.514000', '152428.516000', '152428.519000', '152428.521000', '152428.524000', '152428.526000', '152428.529000', '152428.532000', '152428.534000', '152428.537000', '152428.539000', '152428.542000', '152428.545000', '152428.547000', '152428.550000', '152428.552000', '152428.555000', '152428.558000', '152428.560000', '152428.563000', '152428.565000', '152428.568000', '152448.447000', '152448.450000', '152448.452000', '152448.455000', '152448.457000', '152448.460000', '152448.463000', '152448.465000', '152448.468000', '152448.471000', '152448.473000', '152448.476000', '152448.478000', '152448.481000', '152448.484000', '152448.486000', '152448.489000', '152448.492000', '152448.495000', '152448.497000', '152448.500000', '152448.503000', '152448.505000', '152448.508000', '152448.510000', '152448.513000', '152448.516000', '152448.518000', '152448.521000', '152448.524000', '152448.526000', '152448.529000', '152448.532000', '152448.534000', '152448.537000', '152448.539000', '152448.542000', '152448.545000', '152448.547000', '152448.550000', '152448.553000', '152448.557000', '152448.560000', '152508.445000', '152508.448000', '152508.451000', '152508.454000', '152508.456000', '152508.459000', '152508.462000', '152508.464000', '152508.467000', '152508.469000', '152508.472000', '152508.475000', '152508.477000', '152508.480000', '152508.482000', '152508.485000', '152508.488000', '152508.490000', '152508.493000', '152508.495000', '152508.498000', '152508.501000', '152508.503000', '152508.506000', '152508.508000', '152508.511000', '152508.514000', '152508.516000', '152508.519000', '152508.522000', '152508.524000', '152508.527000', '152508.530000', '152508.532000', '152508.535000', '152508.537000', '152508.540000', '152508.543000', '152508.545000', '152508.548000', '152508.550000', '152508.553000', '152508.556000', '152508.558000', '152528.447000', '152528.449000', '152528.452000', '152528.455000', '152528.457000', '152528.460000', '152528.462000', '152528.465000', '152528.468000', '152528.470000', '152528.473000', '152528.476000', '152528.478000', '152528.481000', '152528.484000', '152528.486000', '152528.489000', '152528.491000', '152528.494000', '152528.497000', '152528.499000', '152528.502000', '152528.504000', '152528.507000', '152528.510000', '152528.512000', '152528.517000', '152528.520000', '152528.522000', '152528.525000', '152528.528000', '152528.530000', '152528.533000', '152528.535000', '152528.538000', '152528.541000', '152528.543000', '152528.546000', '152528.549000', '152528.552000', '152528.554000', '152528.557000', '152528.560000', '152548.446000', '152548.449000', '152548.452000', '152548.455000', '152548.457000', '152548.460000', '152548.462000', '152548.465000', '152548.468000', '152548.470000', '152548.473000', '152548.475000', '152548.478000', '152548.480000', '152548.483000', '152548.486000', '152548.489000', '152548.491000', '152548.494000', '152548.496000', '152548.499000', '152548.501000', '152548.504000', '152548.507000', '152548.509000', '152548.512000', '152548.515000', '152548.517000', '152548.520000', '152548.523000', '152548.525000', '152548.528000', '152548.530000', '152548.533000', '152548.536000', '152548.538000', '152548.541000', '152548.543000', '152548.546000', '152548.571000', '152548.574000', '152548.576000', '152548.579000', '152548.581000', '152608.447000', '152608.450000', '152608.452000', '152608.455000', '152608.458000', '152608.460000', '152608.463000', '152608.465000', '152608.468000', '152608.471000', '152608.474000', '152608.476000', '152608.479000', '152608.481000', '152608.484000', '152608.487000', '152608.489000', '152608.492000', '152608.495000', '152608.497000', '152608.500000', '152608.502000', '152608.505000', '152608.508000', '152608.510000', '152608.513000', '152608.515000', '152608.518000', '152608.521000', '152608.523000', '152608.526000', '152608.529000', '152608.531000', '152608.534000', '152608.537000', '152608.539000', '152608.542000', '152608.544000', '152608.547000', '152608.550000', '152608.552000', '152608.555000', '152608.557000', '152628.446000', '152628.449000', '152628.452000', '152628.455000', '152628.457000', '152628.460000', '152628.462000', '152628.465000', '152628.468000', '152628.470000', '152628.473000', '152628.476000', '152628.478000', '152628.481000', '152628.484000', '152628.486000', '152628.489000', '152628.491000', '152628.494000', '152628.496000', '152628.499000', '152628.502000', '152628.504000', '152628.507000', '152628.509000', '152628.512000', '152628.515000', '152628.517000', '152628.520000', '152628.522000', '152628.525000', '152628.527000', '152628.530000', '152628.533000', '152628.535000', '152628.538000', '152628.540000', '152628.543000', '152628.546000', '152628.548000', '152628.551000', '152628.553000', '152628.556000', '152628.559000', '152648.447000', '152648.449000', '152648.452000', '152648.455000', '152648.457000', '152648.460000', '152648.463000', '152648.465000', '152648.468000', '152648.470000', '152648.473000', '152648.476000', '152648.478000', '152648.481000', '152648.483000', '152648.486000', '152648.489000', '152648.492000', '152648.494000', '152648.497000', '152648.499000', '152648.502000', '152648.505000', '152648.507000', '152648.510000', '152648.513000', '152648.515000', '152648.518000', '152648.520000', '152648.523000', '152648.526000', '152648.528000', '152648.531000', '152648.534000', '152648.536000', '152648.539000', '152648.541000', '152648.544000', '152648.547000', '152648.549000', '152648.552000', '152648.556000', '152648.559000', '152708.447000', '152708.450000', '152708.452000', '152708.455000', '152708.458000', '152708.460000', '152708.463000', '152708.466000', '152708.468000', '152708.471000', '152708.473000', '152708.476000', '152708.479000', '152708.481000', '152708.484000', '152708.486000', '152708.489000', '152708.492000', '152708.494000', '152708.497000', '152708.499000', '152708.502000', '152708.505000', '152708.507000', '152708.510000', '152708.513000', '152708.515000', '152708.518000', '152708.520000', '152708.523000', '152708.526000', '152708.528000', '152708.531000', '152708.533000', '152708.536000', '152708.539000', '152708.541000', '152708.544000', '152708.547000', '152708.549000', '152708.552000', '152708.554000', '152708.557000', '152708.560000', '152728.445000', '152728.448000', '152728.451000', '152728.453000', '152728.456000', '152728.459000', '152728.461000', '152728.464000', '152728.467000', '152728.469000', '152728.472000', '152728.475000', '152728.477000', '152728.480000', '152728.482000', '152728.485000', '152728.488000', '152728.490000', '152728.493000', '152728.496000', '152728.498000', '152728.501000', '152728.504000', '152728.506000', '152728.509000', '152728.511000', '152728.514000', '152728.517000', '152728.519000', '152728.522000', '152728.525000', '152728.527000', '152728.530000', '152728.533000', '152728.535000', '152728.538000', '152728.541000', '152728.543000', '152728.546000', '152728.548000', '152728.551000', '152728.554000', '152728.556000', '152748.446000', '152748.449000', '152748.452000', '152748.455000', '152748.457000', '152748.460000', '152748.463000', '152748.465000', '152748.468000', '152748.471000', '152748.473000', '152748.476000', '152748.478000', '152748.481000', '152748.484000', '152748.486000', '152748.489000', '152748.491000', '152748.494000', '152748.497000', '152748.499000', '152748.502000', '152748.504000', '152748.507000', '152748.510000', '152748.512000', '152748.515000', '152748.517000', '152748.520000', '152748.523000', '152748.525000', '152748.528000', '152748.531000', '152748.533000', '152748.536000', '152748.539000', '152748.541000', '152748.544000', '152748.546000', '152748.549000', '152748.551000', '152748.554000', '152748.557000', '152748.559000', '152808.446000', '152808.449000', '152808.452000', '152808.455000', '152808.457000', '152808.460000', '152808.463000', '152808.465000', '152808.468000', '152808.470000', '152808.473000', '152808.476000', '152808.478000', '152808.481000', '152808.484000', '152808.486000', '152808.489000', '152808.492000', '152808.494000', '152808.497000', '152808.500000', '152808.502000', '152808.505000', '152808.507000', '152808.510000', '152808.513000', '152808.515000', '152808.518000', '152808.521000', '152808.523000', '152808.526000', '152808.528000', '152808.531000', '152808.534000', '152808.537000', '152808.539000', '152808.542000', '152808.544000', '152808.547000', '152808.550000', '152808.552000', '152808.555000', '152808.558000', '152828.447000', '152828.449000', '152828.452000', '152828.455000', '152828.457000', '152828.460000', '152828.463000', '152828.465000', '152828.468000', '152828.470000', '152828.473000', '152828.476000', '152828.478000', '152828.481000', '152828.483000', '152828.486000', '152828.489000', '152828.491000', '152828.494000', '152828.497000', '152828.499000', '152828.502000', '152828.505000', '152828.507000', '152828.510000', '152828.512000', '152828.515000', '152828.517000', '152828.520000', '152828.523000', '152828.525000', '152828.528000', '152828.531000', '152828.533000', '152828.536000', '152828.538000', '152828.541000', '152828.544000', '152828.546000', '152828.549000', '152828.552000', '152828.554000', '152828.557000', '152828.560000', '152848.447000', '152848.449000', '152848.452000', '152848.455000', '152848.457000', '152848.460000', '152848.463000', '152848.465000', '152848.468000', '152848.470000', '152848.473000', '152848.476000', '152848.478000', '152848.481000', '152848.483000', '152848.486000', '152848.489000', '152848.491000', '152848.494000', '152848.497000', '152848.499000', '152848.502000', '152848.504000', '152848.507000', '152848.510000', '152848.512000', '152848.515000', '152848.518000', '152848.520000', '152848.523000', '152848.526000', '152848.528000', '152848.531000', '152848.534000', '152848.536000', '152848.539000', '152848.542000', '152848.544000', '152848.547000', '152848.550000', '152848.552000', '152848.555000', '152848.557000', '152908.447000', '152908.449000', '152908.452000', '152908.455000', '152908.457000', '152908.460000', '152908.462000', '152908.465000', '152908.468000', '152908.470000', '152908.473000', '152908.475000', '152908.478000', '152908.481000', '152908.483000', '152908.486000', '152908.489000', '152908.491000', '152908.494000', '152908.497000', '152908.499000', '152908.502000', '152908.504000', '152908.507000', '152908.509000', '152908.512000', '152908.515000', '152908.517000', '152908.520000', '152908.523000', '152908.525000', '152908.528000', '152908.531000', '152908.533000', '152908.536000', '152908.538000', '152908.541000', '152908.544000', '152908.546000', '152908.549000', '152908.551000', '152908.554000', '152908.556000', '152908.559000', '152928.446000', '152928.449000', '152928.452000', '152928.455000', '152928.457000', '152928.460000', '152928.462000', '152928.465000', '152928.468000', '152928.470000', '152928.473000', '152928.475000', '152928.478000', '152928.481000', '152928.483000', '152928.486000', '152928.489000', '152928.491000', '152928.494000', '152928.496000', '152928.499000', '152928.502000', '152928.505000', '152928.507000', '152928.510000', '152928.512000', '152928.515000', '152928.518000', '152928.520000', '152928.523000', '152928.526000', '152928.528000', '152928.531000', '152928.534000', '152928.536000', '152928.539000', '152928.541000', '152928.544000', '152928.547000', '152928.549000', '152928.552000', '152928.555000', '152928.557000', '152948.446000', '152948.449000', '152948.451000', '152948.454000', '152948.457000', '152948.459000', '152948.462000', '152948.464000', '152948.467000', '152948.469000', '152948.473000', '152948.476000', '152948.479000', '152948.481000', '152948.484000', '152948.487000', '152948.489000', '152948.492000', '152948.494000', '152948.497000', '152948.500000', '152948.502000', '152948.505000', '152948.507000', '152948.510000', '152948.512000', '152948.515000', '152948.518000', '152948.520000', '152948.523000', '152948.525000', '152948.528000', '152948.531000', '152948.533000', '152948.536000', '152948.539000', '152948.541000', '152948.544000', '152948.546000', '152948.549000', '152948.552000', '152948.554000', '152948.557000', '152948.570000', '153008.447000', '153008.449000', '153008.452000', '153008.455000', '153008.457000', '153008.460000', '153008.463000', '153008.465000', '153008.468000', '153008.471000', '153008.473000', '153008.476000', '153008.478000', '153008.481000', '153008.484000', '153008.486000', '153008.489000', '153008.492000', '153008.494000', '153008.497000', '153008.500000', '153008.502000', '153008.505000', '153008.507000', '153008.510000', '153008.513000', '153008.515000', '153008.518000', '153008.521000', '153008.523000', '153008.526000', '153008.529000', '153008.531000', '153008.534000', '153008.536000', '153008.539000', '153008.542000', '153008.544000', '153008.547000', '153008.550000', '153008.552000', '153008.555000', '153008.557000', '153014.640000', '153014.643000', '153014.646000', '153014.649000', '153014.652000', '153014.655000', '153014.658000', '153014.661000', '153014.665000', '153014.667000', '153014.670000', '153014.673000', '153014.676000', '153014.679000'], 'InstanceCreationTime': ['152028.475000', '152028.478000', '152028.481000', '152028.484000', '152028.486000', '152028.489000', '152028.492000', '152028.494000', '152028.497000', '152028.500000', '152028.502000', '152028.505000', '152028.508000', '152028.511000', '152028.513000', '152028.516000', '152028.518000', '152028.521000', '152028.524000', '152028.534000', '152028.536000', '152028.539000', '152028.542000', '152028.544000', '152028.547000', '152028.549000', '152028.552000', '152028.555000', '152028.557000', '152028.560000', '152028.562000', '152028.565000', '152028.567000', '152028.570000', '152028.572000', '152028.575000', '152028.578000', '152028.580000', '152028.583000', '152028.585000', '152028.588000', '152028.591000', '152028.593000', '152028.596000', '152028.599000', '152028.601000', '152028.604000', '152028.606000', '152028.609000', '152028.612000', '152028.615000', '152028.618000', '152028.621000', '152028.624000', '152028.636000', '152028.639000', '152028.641000', '152028.644000', '152028.646000', '152028.649000', '152048.446000', '152048.449000', '152048.452000', '152048.454000', '152048.457000', '152048.460000', '152048.462000', '152048.465000', '152048.467000', '152048.470000', '152048.473000', '152048.475000', '152048.478000', '152048.481000', '152048.483000', '152048.486000', '152048.488000', '152048.491000', '152048.494000', '152048.496000', '152048.499000', '152048.501000', '152048.504000', '152048.507000', '152048.509000', '152048.512000', '152048.514000', '152048.517000', '152048.520000', '152048.523000', '152048.525000', '152048.528000', '152048.530000', '152048.533000', '152048.535000', '152048.538000', '152048.541000', '152048.543000', '152048.546000', '152048.549000', '152048.551000', '152048.554000', '152048.556000', '152048.559000', '152108.446000', '152108.449000', '152108.452000', '152108.454000', '152108.457000', '152108.460000', '152108.462000', '152108.465000', '152108.467000', '152108.470000', '152108.473000', '152108.475000', '152108.478000', '152108.480000', '152108.483000', '152108.486000', '152108.488000', '152108.491000', '152108.493000', '152108.496000', '152108.499000', '152108.501000', '152108.504000', '152108.506000', '152108.509000', '152108.511000', '152108.514000', '152108.517000', '152108.519000', '152108.522000', '152108.524000', '152108.527000', '152108.529000', '152108.532000', '152108.535000', '152108.537000', '152108.540000', '152108.542000', '152108.545000', '152108.548000', '152108.550000', '152108.553000', '152108.555000', '152128.447000', '152128.449000', '152128.452000', '152128.455000', '152128.457000', '152128.460000', '152128.462000', '152128.465000', '152128.477000', '152128.479000', '152128.482000', '152128.485000', '152128.487000', '152128.490000', '152128.492000', '152128.495000', '152128.498000', '152128.500000', '152128.503000', '152128.506000', '152128.508000', '152128.511000', '152128.513000', '152128.516000', '152128.519000', '152128.521000', '152128.524000', '152128.527000', '152128.530000', '152128.532000', '152128.535000', '152128.538000', '152128.540000', '152128.543000', '152128.545000', '152128.548000', '152128.551000', '152128.553000', '152128.556000', '152128.559000', '152128.561000', '152128.564000', '152128.566000', '152128.569000', '152148.447000', '152148.449000', '152148.452000', '152148.455000', '152148.457000', '152148.460000', '152148.462000', '152148.465000', '152148.468000', '152148.470000', '152148.473000', '152148.475000', '152148.478000', '152148.481000', '152148.483000', '152148.486000', '152148.488000', '152148.497000', '152148.499000', '152148.502000', '152148.505000', '152148.507000', '152148.510000', '152148.513000', '152148.515000', '152148.518000', '152148.520000', '152148.523000', '152148.525000', '152148.528000', '152148.531000', '152148.533000', '152148.536000', '152148.539000', '152148.541000', '152148.544000', '152148.546000', '152148.549000', '152148.552000', '152148.554000', '152148.557000', '152148.559000', '152148.562000', '152208.446000', '152208.449000', '152208.452000', '152208.454000', '152208.457000', '152208.460000', '152208.462000', '152208.465000', '152208.468000', '152208.470000', '152208.473000', '152208.477000', '152208.480000', '152208.482000', '152208.485000', '152208.488000', '152208.490000', '152208.493000', '152208.496000', '152208.498000', '152208.501000', '152208.504000', '152208.506000', '152208.509000', '152208.512000', '152208.514000', '152208.517000', '152208.519000', '152208.522000', '152208.525000', '152208.528000', '152208.530000', '152208.533000', '152208.536000', '152208.538000', '152208.541000', '152208.543000', '152208.546000', '152208.549000', '152208.551000', '152208.554000', '152208.557000', '152208.559000', '152208.562000', '152228.446000', '152228.449000', '152228.452000', '152228.455000', '152228.457000', '152228.460000', '152228.462000', '152228.465000', '152228.468000', '152228.470000', '152228.473000', '152228.476000', '152228.478000', '152228.481000', '152228.484000', '152228.486000', '152228.489000', '152228.491000', '152228.494000', '152228.497000', '152228.499000', '152228.502000', '152228.505000', '152228.507000', '152228.510000', '152228.512000', '152228.515000', '152228.518000', '152228.520000', '152228.523000', '152228.525000', '152228.528000', '152228.530000', '152228.533000', '152228.536000', '152228.538000', '152228.542000', '152228.545000', '152228.547000', '152228.550000', '152228.552000', '152228.555000', '152228.558000', '152248.445000', '152248.448000', '152248.451000', '152248.453000', '152248.456000', '152248.459000', '152248.461000', '152248.464000', '152248.467000', '152248.469000', '152248.472000', '152248.474000', '152248.477000', '152248.480000', '152248.482000', '152248.485000', '152248.487000', '152248.490000', '152248.493000', '152248.495000', '152248.498000', '152248.501000', '152248.503000', '152248.506000', '152248.508000', '152248.511000', '152248.513000', '152248.516000', '152248.519000', '152248.521000', '152248.524000', '152248.527000', '152248.529000', '152248.532000', '152248.535000', '152248.537000', '152248.540000', '152248.542000', '152248.545000', '152248.548000', '152248.550000', '152248.553000', '152248.555000', '152248.558000', '152308.446000', '152308.449000', '152308.452000', '152308.454000', '152308.457000', '152308.460000', '152308.462000', '152308.465000', '152308.467000', '152308.470000', '152308.472000', '152308.475000', '152308.478000', '152308.480000', '152308.483000', '152308.485000', '152308.488000', '152308.491000', '152308.493000', '152308.496000', '152308.499000', '152308.501000', '152308.504000', '152308.506000', '152308.509000', '152308.511000', '152308.514000', '152308.517000', '152308.520000', '152308.522000', '152308.525000', '152308.528000', '152308.530000', '152308.533000', '152308.536000', '152308.538000', '152308.541000', '152308.544000', '152308.546000', '152308.549000', '152308.551000', '152308.554000', '152308.557000', '152328.446000', '152328.449000', '152328.452000', '152328.455000', '152328.457000', '152328.460000', '152328.462000', '152328.473000', '152328.475000', '152328.478000', '152328.481000', '152328.483000', '152328.486000', '152328.489000', '152328.491000', '152328.494000', '152328.497000', '152328.499000', '152328.502000', '152328.504000', '152328.507000', '152328.510000', '152328.512000', '152328.516000', '152328.519000', '152328.521000', '152328.524000', '152328.527000', '152328.529000', '152328.532000', '152328.535000', '152328.538000', '152328.540000', '152328.543000', '152328.545000', '152328.548000', '152328.551000', '152328.553000', '152328.556000', '152328.562000', '152328.564000', '152328.567000', '152328.570000', '152348.446000', '152348.449000', '152348.452000', '152348.454000', '152348.457000', '152348.460000', '152348.462000', '152348.465000', '152348.467000', '152348.470000', '152348.473000', '152348.475000', '152348.478000', '152348.480000', '152348.483000', '152348.486000', '152348.488000', '152348.491000', '152348.494000', '152348.496000', '152348.499000', '152348.502000', '152348.504000', '152348.507000', '152348.509000', '152348.512000', '152348.514000', '152348.517000', '152348.520000', '152348.522000', '152348.525000', '152348.528000', '152348.530000', '152348.533000', '152348.535000', '152348.538000', '152348.541000', '152348.543000', '152348.546000', '152348.548000', '152348.551000', '152348.554000', '152348.556000', '152348.559000', '152408.447000', '152408.450000', '152408.452000', '152408.455000', '152408.457000', '152408.460000', '152408.463000', '152408.465000', '152408.468000', '152408.470000', '152408.473000', '152408.476000', '152408.478000', '152408.481000', '152408.484000', '152408.487000', '152408.489000', '152408.492000', '152408.495000', '152408.498000', '152408.500000', '152408.503000', '152408.506000', '152408.508000', '152408.511000', '152408.513000', '152408.516000', '152408.519000', '152408.521000', '152408.524000', '152408.527000', '152408.529000', '152408.532000', '152408.535000', '152408.537000', '152408.540000', '152408.542000', '152408.545000', '152408.548000', '152408.550000', '152408.553000', '152408.555000', '152408.558000', '152428.447000', '152428.450000', '152428.452000', '152428.455000', '152428.457000', '152428.460000', '152428.463000', '152428.465000', '152428.468000', '152428.470000', '152428.473000', '152428.475000', '152428.478000', '152428.481000', '152428.493000', '152428.495000', '152428.498000', '152428.501000', '152428.503000', '152428.506000', '152428.508000', '152428.511000', '152428.514000', '152428.516000', '152428.519000', '152428.521000', '152428.524000', '152428.526000', '152428.529000', '152428.532000', '152428.534000', '152428.537000', '152428.539000', '152428.542000', '152428.545000', '152428.547000', '152428.550000', '152428.552000', '152428.555000', '152428.558000', '152428.560000', '152428.563000', '152428.565000', '152428.568000', '152448.447000', '152448.450000', '152448.452000', '152448.455000', '152448.457000', '152448.460000', '152448.463000', '152448.465000', '152448.468000', '152448.471000', '152448.473000', '152448.476000', '152448.478000', '152448.481000', '152448.484000', '152448.486000', '152448.489000', '152448.492000', '152448.495000', '152448.497000', '152448.500000', '152448.503000', '152448.505000', '152448.508000', '152448.510000', '152448.513000', '152448.516000', '152448.518000', '152448.521000', '152448.524000', '152448.526000', '152448.529000', '152448.532000', '152448.534000', '152448.537000', '152448.539000', '152448.542000', '152448.545000', '152448.547000', '152448.550000', '152448.553000', '152448.557000', '152448.560000', '152508.445000', '152508.448000', '152508.451000', '152508.454000', '152508.456000', '152508.459000', '152508.462000', '152508.464000', '152508.467000', '152508.469000', '152508.472000', '152508.475000', '152508.477000', '152508.480000', '152508.482000', '152508.485000', '152508.488000', '152508.490000', '152508.493000', '152508.495000', '152508.498000', '152508.501000', '152508.503000', '152508.506000', '152508.508000', '152508.511000', '152508.514000', '152508.516000', '152508.519000', '152508.522000', '152508.524000', '152508.527000', '152508.530000', '152508.532000', '152508.535000', '152508.537000', '152508.540000', '152508.543000', '152508.545000', '152508.548000', '152508.550000', '152508.553000', '152508.556000', '152508.558000', '152528.447000', '152528.449000', '152528.452000', '152528.455000', '152528.457000', '152528.460000', '152528.462000', '152528.465000', '152528.468000', '152528.470000', '152528.473000', '152528.476000', '152528.478000', '152528.481000', '152528.484000', '152528.486000', '152528.489000', '152528.491000', '152528.494000', '152528.497000', '152528.499000', '152528.502000', '152528.504000', '152528.507000', '152528.510000', '152528.512000', '152528.517000', '152528.520000', '152528.522000', '152528.525000', '152528.528000', '152528.530000', '152528.533000', '152528.535000', '152528.538000', '152528.541000', '152528.543000', '152528.546000', '152528.549000', '152528.552000', '152528.554000', '152528.557000', '152528.560000', '152548.446000', '152548.449000', '152548.452000', '152548.455000', '152548.457000', '152548.460000', '152548.462000', '152548.465000', '152548.468000', '152548.470000', '152548.473000', '152548.475000', '152548.478000', '152548.480000', '152548.483000', '152548.486000', '152548.489000', '152548.491000', '152548.494000', '152548.496000', '152548.499000', '152548.501000', '152548.504000', '152548.507000', '152548.509000', '152548.512000', '152548.515000', '152548.517000', '152548.520000', '152548.523000', '152548.525000', '152548.528000', '152548.530000', '152548.533000', '152548.536000', '152548.538000', '152548.541000', '152548.543000', '152548.546000', '152548.571000', '152548.574000', '152548.576000', '152548.579000', '152548.581000', '152608.447000', '152608.450000', '152608.452000', '152608.455000', '152608.458000', '152608.460000', '152608.463000', '152608.465000', '152608.468000', '152608.471000', '152608.474000', '152608.476000', '152608.479000', '152608.481000', '152608.484000', '152608.487000', '152608.489000', '152608.492000', '152608.495000', '152608.497000', '152608.500000', '152608.502000', '152608.505000', '152608.508000', '152608.510000', '152608.513000', '152608.515000', '152608.518000', '152608.521000', '152608.523000', '152608.526000', '152608.529000', '152608.531000', '152608.534000', '152608.537000', '152608.539000', '152608.542000', '152608.544000', '152608.547000', '152608.550000', '152608.552000', '152608.555000', '152608.557000', '152628.446000', '152628.449000', '152628.452000', '152628.455000', '152628.457000', '152628.460000', '152628.462000', '152628.465000', '152628.468000', '152628.470000', '152628.473000', '152628.476000', '152628.478000', '152628.481000', '152628.484000', '152628.486000', '152628.489000', '152628.491000', '152628.494000', '152628.496000', '152628.499000', '152628.502000', '152628.504000', '152628.507000', '152628.509000', '152628.512000', '152628.515000', '152628.517000', '152628.520000', '152628.522000', '152628.525000', '152628.527000', '152628.530000', '152628.533000', '152628.535000', '152628.538000', '152628.540000', '152628.543000', '152628.546000', '152628.548000', '152628.551000', '152628.553000', '152628.556000', '152628.559000', '152648.447000', '152648.449000', '152648.452000', '152648.455000', '152648.457000', '152648.460000', '152648.463000', '152648.465000', '152648.468000', '152648.470000', '152648.473000', '152648.476000', '152648.478000', '152648.481000', '152648.483000', '152648.486000', '152648.489000', '152648.492000', '152648.494000', '152648.497000', '152648.499000', '152648.502000', '152648.505000', '152648.507000', '152648.510000', '152648.513000', '152648.515000', '152648.518000', '152648.520000', '152648.523000', '152648.526000', '152648.528000', '152648.531000', '152648.534000', '152648.536000', '152648.539000', '152648.541000', '152648.544000', '152648.547000', '152648.549000', '152648.552000', '152648.556000', '152648.559000', '152708.447000', '152708.450000', '152708.452000', '152708.455000', '152708.458000', '152708.460000', '152708.463000', '152708.466000', '152708.468000', '152708.471000', '152708.473000', '152708.476000', '152708.479000', '152708.481000', '152708.484000', '152708.486000', '152708.489000', '152708.492000', '152708.494000', '152708.497000', '152708.499000', '152708.502000', '152708.505000', '152708.507000', '152708.510000', '152708.513000', '152708.515000', '152708.518000', '152708.520000', '152708.523000', '152708.526000', '152708.528000', '152708.531000', '152708.533000', '152708.536000', '152708.539000', '152708.541000', '152708.544000', '152708.547000', '152708.549000', '152708.552000', '152708.554000', '152708.557000', '152708.560000', '152728.445000', '152728.448000', '152728.451000', '152728.453000', '152728.456000', '152728.459000', '152728.461000', '152728.464000', '152728.467000', '152728.469000', '152728.472000', '152728.475000', '152728.477000', '152728.480000', '152728.482000', '152728.485000', '152728.488000', '152728.490000', '152728.493000', '152728.496000', '152728.498000', '152728.501000', '152728.504000', '152728.506000', '152728.509000', '152728.511000', '152728.514000', '152728.517000', '152728.519000', '152728.522000', '152728.525000', '152728.527000', '152728.530000', '152728.533000', '152728.535000', '152728.538000', '152728.541000', '152728.543000', '152728.546000', '152728.548000', '152728.551000', '152728.554000', '152728.556000', '152748.446000', '152748.449000', '152748.452000', '152748.455000', '152748.457000', '152748.460000', '152748.463000', '152748.465000', '152748.468000', '152748.471000', '152748.473000', '152748.476000', '152748.478000', '152748.481000', '152748.484000', '152748.486000', '152748.489000', '152748.491000', '152748.494000', '152748.497000', '152748.499000', '152748.502000', '152748.504000', '152748.507000', '152748.510000', '152748.512000', '152748.515000', '152748.517000', '152748.520000', '152748.523000', '152748.525000', '152748.528000', '152748.531000', '152748.533000', '152748.536000', '152748.539000', '152748.541000', '152748.544000', '152748.546000', '152748.549000', '152748.551000', '152748.554000', '152748.557000', '152748.559000', '152808.446000', '152808.449000', '152808.452000', '152808.455000', '152808.457000', '152808.460000', '152808.463000', '152808.465000', '152808.468000', '152808.470000', '152808.473000', '152808.476000', '152808.478000', '152808.481000', '152808.484000', '152808.486000', '152808.489000', '152808.492000', '152808.494000', '152808.497000', '152808.500000', '152808.502000', '152808.505000', '152808.507000', '152808.510000', '152808.513000', '152808.515000', '152808.518000', '152808.521000', '152808.523000', '152808.526000', '152808.528000', '152808.531000', '152808.534000', '152808.537000', '152808.539000', '152808.542000', '152808.544000', '152808.547000', '152808.550000', '152808.552000', '152808.555000', '152808.558000', '152828.447000', '152828.449000', '152828.452000', '152828.455000', '152828.457000', '152828.460000', '152828.463000', '152828.465000', '152828.468000', '152828.470000', '152828.473000', '152828.476000', '152828.478000', '152828.481000', '152828.483000', '152828.486000', '152828.489000', '152828.491000', '152828.494000', '152828.497000', '152828.499000', '152828.502000', '152828.505000', '152828.507000', '152828.510000', '152828.512000', '152828.515000', '152828.517000', '152828.520000', '152828.523000', '152828.525000', '152828.528000', '152828.531000', '152828.533000', '152828.536000', '152828.538000', '152828.541000', '152828.544000', '152828.546000', '152828.549000', '152828.552000', '152828.554000', '152828.557000', '152828.560000', '152848.447000', '152848.449000', '152848.452000', '152848.455000', '152848.457000', '152848.460000', '152848.463000', '152848.465000', '152848.468000', '152848.470000', '152848.473000', '152848.476000', '152848.478000', '152848.481000', '152848.483000', '152848.486000', '152848.489000', '152848.491000', '152848.494000', '152848.497000', '152848.499000', '152848.502000', '152848.504000', '152848.507000', '152848.510000', '152848.512000', '152848.515000', '152848.518000', '152848.520000', '152848.523000', '152848.526000', '152848.528000', '152848.531000', '152848.534000', '152848.536000', '152848.539000', '152848.542000', '152848.544000', '152848.547000', '152848.550000', '152848.552000', '152848.555000', '152848.557000', '152908.447000', '152908.449000', '152908.452000', '152908.455000', '152908.457000', '152908.460000', '152908.462000', '152908.465000', '152908.468000', '152908.470000', '152908.473000', '152908.475000', '152908.478000', '152908.481000', '152908.483000', '152908.486000', '152908.489000', '152908.491000', '152908.494000', '152908.497000', '152908.499000', '152908.502000', '152908.504000', '152908.507000', '152908.509000', '152908.512000', '152908.515000', '152908.517000', '152908.520000', '152908.523000', '152908.525000', '152908.528000', '152908.531000', '152908.533000', '152908.536000', '152908.538000', '152908.541000', '152908.544000', '152908.546000', '152908.549000', '152908.551000', '152908.554000', '152908.556000', '152908.559000', '152928.446000', '152928.449000', '152928.452000', '152928.455000', '152928.457000', '152928.460000', '152928.462000', '152928.465000', '152928.468000', '152928.470000', '152928.473000', '152928.475000', '152928.478000', '152928.481000', '152928.483000', '152928.486000', '152928.489000', '152928.491000', '152928.494000', '152928.496000', '152928.499000', '152928.502000', '152928.505000', '152928.507000', '152928.510000', '152928.512000', '152928.515000', '152928.518000', '152928.520000', '152928.523000', '152928.526000', '152928.528000', '152928.531000', '152928.534000', '152928.536000', '152928.539000', '152928.541000', '152928.544000', '152928.547000', '152928.549000', '152928.552000', '152928.555000', '152928.557000', '152948.446000', '152948.449000', '152948.451000', '152948.454000', '152948.457000', '152948.459000', '152948.462000', '152948.464000', '152948.467000', '152948.469000', '152948.473000', '152948.476000', '152948.479000', '152948.481000', '152948.484000', '152948.487000', '152948.489000', '152948.492000', '152948.494000', '152948.497000', '152948.500000', '152948.502000', '152948.505000', '152948.507000', '152948.510000', '152948.512000', '152948.515000', '152948.518000', '152948.520000', '152948.523000', '152948.525000', '152948.528000', '152948.531000', '152948.533000', '152948.536000', '152948.539000', '152948.541000', '152948.544000', '152948.546000', '152948.549000', '152948.552000', '152948.554000', '152948.557000', '152948.570000', '153008.447000', '153008.449000', '153008.452000', '153008.455000', '153008.457000', '153008.460000', '153008.463000', '153008.465000', '153008.468000', '153008.471000', '153008.473000', '153008.476000', '153008.478000', '153008.481000', '153008.484000', '153008.486000', '153008.489000', '153008.492000', '153008.494000', '153008.497000', '153008.500000', '153008.502000', '153008.505000', '153008.507000', '153008.510000', '153008.513000', '153008.515000', '153008.518000', '153008.521000', '153008.523000', '153008.526000', '153008.529000', '153008.531000', '153008.534000', '153008.536000', '153008.539000', '153008.542000', '153008.544000', '153008.547000', '153008.550000', '153008.552000', '153008.555000', '153008.557000', '153014.640000', '153014.643000', '153014.646000', '153014.649000', '153014.652000', '153014.655000', '153014.658000', '153014.661000', '153014.665000', '153014.667000', '153014.670000', '153014.673000', '153014.676000', '153014.679000'], '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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [10065, 16050, 10083, 19736, 9832, 16078, 9581, 14086, 10411, 12555, 10132, 11191, 10501, 11684, 11737, 10753, 18395, 10631, 15950, 9731, 14950, 10632, 10786, 12903, 10633, 14207, 9751, 12621, 10385, 10910, 10894, 11038, 12331, 11064, 15844, 10368, 15087, 10875, 12826, 10313, 10986, 12385, 10626, 14586, 10784, 12231, 10176, 10801, 12602, 9885, 13408, 10338, 13378, 10488, 10797, 14348, 9639, 13470, 10599, 13152, 11379, 11021, 15539, 10269, 13049, 10556, 13212, 11023, 14192, 11239, 11328, 11728, 10913, 11990, 10588, 15223, 10365, 13656, 10560, 13466, 11024, 13038, 11453, 12841, 10574, 10921, 10618, 10705, 11686, 10358, 13466, 10015, 13619, 10705, 13644, 12200, 12349, 12271, 10689, 11825, 11893, 12097, 13289, 11836, 10001, 15045, 11387, 13031, 12210, 10921, 11840, 10226, 15044, 11016, 13658, 11966, 13270, 11689, 9750, 12518, 11810, 12093, 11663, 10994, 11797, 9974, 13029, 11648, 12650, 11606, 10598, 11934, 10591, 13434, 12236, 14053, 12018, 10362, 12049, 11075, 13358, 11766, 12931, 12558, 11997, 11475, 10617, 11802, 13401, 12223, 10416, 14532, 11525, 13349, 12372, 13694, 11746, 11808, 12186, 10598, 13932, 12302, 13887, 11465, 10308, 12142, 10619, 13849, 11785, 13214, 12227, 14287, 12306, 10460, 13058, 11923, 11157, 12435, 11488, 12844, 13305, 11859, 11644, 12687, 11518, 12861, 11313, 14660, 12667, 12852, 12311, 9949, 12619, 10705, 12190, 11316, 13567, 12609, 13327, 12086, 10223, 12620, 11257, 11666, 12798, 14963, 15811, 12014, 14282, 12394, 13515, 11706, 13878, 12626, 14697, 11597, 10615, 15424, 12294, 11909, 11474, 10859, 12107, 11625, 11987, 12190, 11161, 11677, 11485, 11522, 11561, 11002, 12620, 12474, 11253, 12382, 10892, 11576, 12244, 11277, 11616, 12052, 13345, 16689, 13460, 12486, 15757, 12069, 17582, 15052, 14683, 16727, 12656, 17985, 11939, 18521, 13363, 15792, 12292, 16266, 11559, 14789, 11349, 11777, 11022, 10857, 11475, 11203, 11235, 12491, 10805, 12874, 10807, 13532, 9764, 13296, 11225, 10135, 10751, 11384, 11198, 10828, 12184, 10632, 14639, 10063, 13504, 9764, 12279, 10119, 10471, 11211, 10760, 11760, 9863, 11875, 10790, 11663, 10020, 10156, 10541, 9855, 10726, 11373, 12077, 10843, 10427, 13170, 9585, 12598, 11780, 12465, 11238, 10654, 11697, 10160, 12202, 12326, 9929, 14493, 11649, 14251, 11165, 11249, 17900, 10597, 13810, 12174, 12088, 12722, 9644, 14208, 12270, 10117, 12264, 10047, 12849, 10330, 13086, 12357, 10441, 12329, 9563, 11682, 11764, 12420, 12477, 13426, 14754, 11460, 11836, 13044, 11652, 13452, 10799, 11593, 13123, 13391, 12671, 10832, 13133, 13619, 14035, 12534, 10475, 14643, 13100, 12326, 12893, 11578, 14575, 11756, 12461, 12871, 13252, 13678, 10964, 11812, 13483, 14229, 12843, 10335, 14439, 13266, 13719, 12613, 10181, 13834, 12272, 13595, 12515, 12155, 13399, 12045, 13671, 12000, 13912, 15543, 13697, 11169, 14021, 12427, 12603, 13470, 11416, 13079, 12046, 13453, 11942, 13719, 11541, 13361, 11835, 15387, 12925, 13753, 12871, 12305, 17349, 11949, 14801, 13389, 12067, 13021, 10625, 12986, 11993, 11727, 12666, 11983, 13385, 11927, 12925, 11492, 12992, 11363, 12985, 11850, 12999, 11499, 13106, 12483, 12945, 12799, 13602, 17040, 12910, 13936, 12920, 13690, 12741, 12857, 11165, 12092, 11283, 11803, 11015, 9898, 10967, 9421, 10139, 11951, 12764, 10844, 12850, 11726, 11653, 12545, 11495, 15289, 12814, 12609, 16036, 15854, 13398, 17896, 17050, 17911, 14500, 14367, 17454, 11591, 14325, 11131, 11696, 11251, 10413, 10885, 10399, 12735, 10095, 12432, 9919, 12293, 9779, 14202, 10788, 13399, 11611, 10555, 12146, 11348, 10919, 10145, 12909, 9946, 13785, 11234, 13392, 11393, 10607, 11509, 10167, 14243, 10388, 12629, 10403, 11348, 10161, 11671, 9614, 12822, 11321, 12438, 12253, 12321, 12365, 11717, 10855, 10323, 11734, 11261, 11716, 12161, 10700, 10042, 12149, 10558, 11171, 10076, 10855, 10687, 11916, 11605, 12199, 11027, 11993, 11781, 11950, 11560, 11784, 11589, 11181, 10684, 9680, 11386, 9940, 11541, 10832, 12015, 10160, 11613, 9950, 11442, 9899, 11235, 10440, 10925, 10021, 11936, 11358, 11647, 10471, 10972, 11508, 10712, 11272, 10878, 11442, 11544, 14237, 10770, 12463, 11032, 12568, 11132, 11386, 9578, 12396, 10765, 12213, 10903, 11670, 11493, 11699, 12270, 11215, 11314, 10763, 13416, 10444, 11882, 13055, 12556, 12964, 14458, 12284, 12379, 12984, 12428, 12690, 13244, 12201, 12518, 12292, 10798, 11464, 11285, 11864, 11289, 11982, 11652, 11118, 11527, 12398, 12219, 11808, 15555, 12175, 14378, 12599, 13400, 12944, 12960, 12945, 13138, 13163, 13208, 12702, 12903, 13745, 13801, 13042, 12904, 12576, 11276, 12450, 11755, 14137, 13287, 13656, 13105, 12050, 12679, 12850, 11647, 12281, 11705, 12850, 12852, 12984, 13436, 13449, 11694, 15884, 12253, 13436, 12563, 12876, 12936, 13122, 12859, 12988, 12473, 12871, 12655, 12630, 12937, 12799, 12487, 13300, 11761, 12200, 12126, 11867, 12035, 13397, 12468, 12571, 13117, 12641, 13104, 12614, 13435, 11698, 12585, 11544, 13395, 12384, 13266, 12000, 13236, 12336, 12753, 12729, 13168, 12212, 12749, 11028, 12722, 11398, 12909, 12007, 13434, 12200, 12408, 11670, 12010, 11569, 12199, 12103, 13707, 12338, 12733, 12168, 12780, 12891, 15285, 12428, 11608, 12530, 10772, 13082, 12267, 12636, 13189, 14097, 12526, 10492, 12598, 10314, 12495, 10983, 11941, 11995, 13651, 12587, 12841, 12850, 12662, 13228, 12660, 12876, 12028, 13169, 15157, 12718, 12191, 13133, 10932, 15978, 10914, 13724, 11458, 12616, 10978, 13638, 11956, 13148, 11875, 12801, 12552, 13175, 12727, 13049, 12115, 12691, 12838, 12604, 12487, 12618, 12190, 12699, 11377, 12906, 12533, 12698, 10623, 12715, 12537, 12663, 13120, 12566, 11083, 12801, 11629, 12588, 12476, 13504, 13374, 14859, 12525, 10902, 12899, 11393, 12574, 12351, 13503, 13200, 12393, 13438, 13061, 12863, 11937, 13734, 13243, 12303, 12977, 11429, 12291, 13516, 11057, 12898, 14158, 13011, 11859, 12366, 11246, 12097, 11513, 15165, 12856, 11023, 11117, 9870, 10989, 9852, 11931, 14916, 10871, 12612, 14249, 12529, 17091, 15110, 16748, 14172, 11706, 17933, 13186, 18294, 15621, 13114, 14469, 11011, 16154, 10936, 16174, 11175, 14788, 10116, 14302, 9704, 12332, 10928, 12561, 10568, 13467, 10510, 11890, 10205, 16692, 9713, 13907, 10247, 11136, 11752, 10447, 12287, 10291, 10966, 10944, 11630, 10994, 11567, 11394, 11181, 11692, 10979, 12278, 11894, 12375, 13129, 12976, 13590, 9697, 14331, 12130, 11606, 12636, 11232, 12733, 10738, 12942, 9863, 11826, 11059, 12055, 13734, 12269, 12838, 10059, 13078, 10841, 10945, 11894, 14355, 12968, 12677, 14561, 11405, 12650, 14019, 14735, 13905, 10444, 13537, 13090, 12573, 14406, 11726, 12872, 10341, 14276, 10213, 14505, 14343, 15066, 12378, 13673, 13555, 12695, 13978, 12835, 13326, 12415, 12571, 13878, 10621, 13584, 12658, 12641, 15238, 13319, 12771, 13659, 10098, 15910, 10753, 13589, 10590, 13058, 9814, 14293, 9763, 14223, 10297, 13863, 12565, 13446, 13652, 11763, 13448, 10706, 14179, 12447, 13130, 14210, 11179, 14822, 10663, 13778, 12004, 12607, 12339, 10382, 12498, 12098, 10752, 13505, 12939, 10696, 13402, 13336, 14898, 12936, 12752, 15430, 11539, 11849, 13777, 14657, 12941, 17053, 14154, 11066, 12710, 10734, 11079, 12495, 15085, 9982, 14871, 14116, 14676, 12330, 11682, 11747, 11377, 12512, 10195, 13858, 9422, 11821, 9644, 12793, 9740, 13471, 9705, 12529, 9989, 11307, 10644, 11410, 9895, 11246, 11555, 11471, 11354, 11495, 12048, 9303, 14212, 9656, 13338, 11627, 11257, 10422, 11859, 10519, 10404, 10745, 10550, 10101, 10018, 11693, 10022, 12105, 9596, 12304, 10368, 12135, 9630, 9868, 10093, 10345, 9691, 9929, 11416, 8847, 11147, 12308, 10730, 16146, 11676, 12526, 9780, 10828, 9144, 10560, 13274, 9483, 14731, 9685, 13474, 8741, 12712, 9690, 11821, 8820, 12606, 9351, 10813, 9099, 10702, 9971, 11568, 10051, 11117, 10403, 11068, 9381, 10559, 9925, 11770, 11343, 9869, 11347, 12702, 9776, 15314, 11899, 13670, 11480, 10606, 11911, 9495, 11205, 9174, 11308, 8941, 14406, 11085, 11854, 11125, 9448, 10997, 9954, 10950, 10930, 10224, 13434, 11227, 13002, 10461, 10639, 12424, 9294, 12986, 10450, 12919, 10889, 11606, 10948, 10504, 11276, 10375, 11718, 13106, 14198, 10013, 16406, 11009, 12804, 11229, 10104, 11638, 10724, 11890, 11418, 11366, 13273, 12246, 11961, 11228, 9847, 13865, 10299, 13110, 10732, 12960, 11227, 12915, 10959, 12234, 10630, 12344, 10768, 13504, 10952, 12479, 10753, 10972, 10151, 11179, 11293, 14361, 10250, 11182, 11336, 11559, 9997, 11616, 9573, 11258, 9850, 11719, 10065, 11662, 10444, 11702, 10914, 11650, 10995, 11860, 11761, 11690, 12101, 12112, 15543, 16378, 11910, 12059, 9714, 11167, 9774, 11239, 10413, 13554, 11548, 12748, 11633, 11066, 11526, 9844, 11943, 11797, 10846, 9470, 10747, 9951, 13522, 10786, 12543, 10880, 11233, 10028, 10734, 10151, 11303, 10504, 11269, 9454, 11540, 10252, 13249, 9606, 16808, 9466, 11285, 10882, 13358, 14884, 10292, 11504, 9318, 11543, 10213, 10405, 10575, 11225, 10383, 10057, 10267, 11708, 14028, 11744, 12133, 16116, 15914, 12049, 18960, 14938, 12842, 17728, 14145, 16188, 14810, 10921, 16852, 11880, 10993, 13155, 9501, 11922, 10761, 10608, 11191, 9669, 11231, 10677, 11320, 11190, 10944, 10342, 10905, 11129, 12811, 10599, 10403, 11048, 11728, 9996, 10401, 9434, 11741, 9953, 12145, 10900, 10970, 10174, 10480, 14307, 9764, 12947, 9697, 11219, 9134, 13246, 9235, 12450, 9210, 11970, 9550, 12117, 10096, 11964, 10790, 11073, 9891, 12138, 9862, 10876, 10912, 9268], 'WindowCenter': [4436.0, 4478.0, 4405.0, 4479.0, 4378.0, 4436.0, 4365.0, 4414.0, 4373.0, 4392.0, 4362.0, 4372.0, 4371.0, 4382.0, 4380.0, 4372.0, 4419.0, 4360.0, 4398.0, 4340.0, 4398.0, 4349.0, 4359.0, 4377.0, 4362.0, 4387.0, 4351.0, 4378.0, 4360.0, 4372.0, 4370.0, 4371.0, 4391.0, 4385.0, 4421.0, 4362.0, 4411.0, 4370.0, 4392.0, 4361.0, 4385.0, 4390.0, 4385.0, 4411.0, 4371.0, 4391.0, 4361.0, 4384.0, 4390.0, 4363.0, 4401.0, 4361.0, 4402.0, 4360.0, 4382.0, 4411.0, 4362.0, 4401.0, 4371.0, 4403.0, 4379.0, 4383.0, 4421.0, 4373.0, 4401.0, 4373.0, 4402.0, 4383.0, 4415.0, 4373.0, 4383.0, 4380.0, 4384.0, 4380.0, 4383.0, 4422.0, 4373.0, 4401.0, 4375.0, 4401.0, 4384.0, 4415.0, 4393.0, 4406.0, 4373.0, 4373.0, 4373.0, 4375.0, 4394.0, 4374.0, 4404.0, 4375.0, 4403.0, 4385.0, 4412.0, 4394.0, 4393.0, 4408.0, 4384.0, 4406.0, 4394.0, 4406.0, 4427.0, 4394.0, 4377.0, 4423.0, 4384.0, 4403.0, 4394.0, 4384.0, 4394.0, 4377.0, 4423.0, 4383.0, 4412.0, 4394.0, 4415.0, 4391.0, 4365.0, 4392.0, 4395.0, 4393.0, 4395.0, 4387.0, 4394.0, 4377.0, 4414.0, 4406.0, 4416.0, 4396.0, 4388.0, 4394.0, 4386.0, 4415.0, 4406.0, 4427.0, 4406.0, 4390.0, 4403.0, 4397.0, 4415.0, 4406.0, 4414.0, 4415.0, 4406.0, 4406.0, 4397.0, 4406.0, 4429.0, 4405.0, 4397.0, 4426.0, 4407.0, 4415.0, 4416.0, 4427.0, 4404.0, 4407.0, 4404.0, 4384.0, 4413.0, 4405.0, 4427.0, 4395.0, 4385.0, 4403.0, 4396.0, 4423.0, 4406.0, 4415.0, 4406.0, 4437.0, 4404.0, 4396.0, 4414.0, 4407.0, 4395.0, 4428.0, 4406.0, 4429.0, 4440.0, 4418.0, 4410.0, 4426.0, 4420.0, 4416.0, 4410.0, 4437.0, 4428.0, 4417.0, 4416.0, 4385.0, 4427.0, 4409.0, 4417.0, 4420.0, 4427.0, 4428.0, 4438.0, 4429.0, 4397.0, 4439.0, 4419.0, 4432.0, 4442.0, 4474.0, 4458.0, 4430.0, 4437.0, 4418.0, 4428.0, 4418.0, 4438.0, 4427.0, 4448.0, 4406.0, 4399.0, 4446.0, 4416.0, 4407.0, 4403.0, 4408.0, 4414.0, 4416.0, 4416.0, 4439.0, 4418.0, 4431.0, 4430.0, 4431.0, 4432.0, 4433.0, 4452.0, 4456.0, 4447.0, 4454.0, 4446.0, 4446.0, 4445.0, 4435.0, 4433.0, 4456.0, 4455.0, 4475.0, 4455.0, 4443.0, 4463.0, 4434.0, 4472.0, 4453.0, 4451.0, 4464.0, 4419.0, 4459.0, 4397.0, 4448.0, 4417.0, 4424.0, 4407.0, 4436.0, 4395.0, 4412.0, 4373.0, 4383.0, 4374.0, 4371.0, 4384.0, 4371.0, 4373.0, 4381.0, 4373.0, 4390.0, 4362.0, 4390.0, 4353.0, 4390.0, 4361.0, 4348.0, 4358.0, 4370.0, 4358.0, 4360.0, 4368.0, 4360.0, 4399.0, 4351.0, 4379.0, 4339.0, 4365.0, 4337.0, 4348.0, 4347.0, 4360.0, 4367.0, 4348.0, 4369.0, 4358.0, 4370.0, 4338.0, 4350.0, 4347.0, 4349.0, 4357.0, 4369.0, 4369.0, 4359.0, 4362.0, 4379.0, 4341.0, 4369.0, 4370.0, 4379.0, 4359.0, 4360.0, 4367.0, 4348.0, 4392.0, 4404.0, 4387.0, 4415.0, 4385.0, 4416.0, 4373.0, 4375.0, 4420.0, 4363.0, 4402.0, 4382.0, 4381.0, 4380.0, 4353.0, 4401.0, 4392.0, 4363.0, 4381.0, 4364.0, 4392.0, 4375.0, 4404.0, 4394.0, 4373.0, 4393.0, 4364.0, 4381.0, 4395.0, 4393.0, 4394.0, 4415.0, 4412.0, 4384.0, 4394.0, 4403.0, 4385.0, 4404.0, 4385.0, 4382.0, 4415.0, 4416.0, 4404.0, 4386.0, 4415.0, 4424.0, 4428.0, 4406.0, 4387.0, 4423.0, 4416.0, 4405.0, 4403.0, 4398.0, 4426.0, 4406.0, 4405.0, 4406.0, 4415.0, 4413.0, 4386.0, 4393.0, 4414.0, 4425.0, 4415.0, 4387.0, 4424.0, 4416.0, 4417.0, 4407.0, 4386.0, 4414.0, 4406.0, 4415.0, 4418.0, 4407.0, 4427.0, 4407.0, 4427.0, 4416.0, 4439.0, 4451.0, 4428.0, 4399.0, 4426.0, 4418.0, 4418.0, 4426.0, 4408.0, 4415.0, 4406.0, 4416.0, 4408.0, 4436.0, 4421.0, 4438.0, 4422.0, 4447.0, 4429.0, 4442.0, 4430.0, 4421.0, 4446.0, 4408.0, 4424.0, 4415.0, 4407.0, 4415.0, 4387.0, 4414.0, 4408.0, 4406.0, 4428.0, 4407.0, 4440.0, 4420.0, 4429.0, 4421.0, 4428.0, 4409.0, 4427.0, 4420.0, 4429.0, 4421.0, 4442.0, 4431.0, 4443.0, 4442.0, 4466.0, 4471.0, 4432.0, 4440.0, 4431.0, 4438.0, 4443.0, 4442.0, 4434.0, 4443.0, 4433.0, 4458.0, 4448.0, 4428.0, 4448.0, 4417.0, 4436.0, 4456.0, 4455.0, 4447.0, 4456.0, 4446.0, 4446.0, 4458.0, 4446.0, 4476.0, 4458.0, 4457.0, 4476.0, 4475.0, 4445.0, 4472.0, 4464.0, 4461.0, 4442.0, 4429.0, 4451.0, 4397.0, 4417.0, 4384.0, 4385.0, 4386.0, 4376.0, 4373.0, 4363.0, 4392.0, 4375.0, 4392.0, 4363.0, 4381.0, 4366.0, 4403.0, 4375.0, 4402.0, 4383.0, 4372.0, 4394.0, 4385.0, 4373.0, 4376.0, 4393.0, 4364.0, 4402.0, 4372.0, 4402.0, 4371.0, 4363.0, 4370.0, 4361.0, 4400.0, 4362.0, 4381.0, 4373.0, 4371.0, 4374.0, 4395.0, 4376.0, 4403.0, 4384.0, 4403.0, 4394.0, 4403.0, 4404.0, 4394.0, 4385.0, 4374.0, 4406.0, 4385.0, 4395.0, 4395.0, 4373.0, 4365.0, 4405.0, 4385.0, 4386.0, 4374.0, 4385.0, 4384.0, 4396.0, 4395.0, 4404.0, 4384.0, 4394.0, 4393.0, 4394.0, 4393.0, 4395.0, 4395.0, 4396.0, 4385.0, 4377.0, 4395.0, 4376.0, 4395.0, 4386.0, 4394.0, 4375.0, 4392.0, 4374.0, 4393.0, 4374.0, 4393.0, 4386.0, 4384.0, 4375.0, 4407.0, 4395.0, 4408.0, 4395.0, 4409.0, 4406.0, 4399.0, 4407.0, 4409.0, 4406.0, 4409.0, 4427.0, 4400.0, 4416.0, 4398.0, 4416.0, 4408.0, 4407.0, 4388.0, 4431.0, 4410.0, 4432.0, 4410.0, 4433.0, 4420.0, 4432.0, 4429.0, 4421.0, 4420.0, 4422.0, 4452.0, 4422.0, 4432.0, 4454.0, 4444.0, 4457.0, 4464.0, 4431.0, 4431.0, 4443.0, 4429.0, 4441.0, 4441.0, 4432.0, 4430.0, 4431.0, 4409.0, 4432.0, 4421.0, 4434.0, 4421.0, 4433.0, 4421.0, 4422.0, 4422.0, 4443.0, 4431.0, 4433.0, 4460.0, 4430.0, 4449.0, 4430.0, 4429.0, 4430.0, 4427.0, 4441.0, 4430.0, 4441.0, 4429.0, 4431.0, 4428.0, 4439.0, 4442.0, 4429.0, 4431.0, 4429.0, 4410.0, 4417.0, 4420.0, 4438.0, 4439.0, 4439.0, 4439.0, 4418.0, 4440.0, 4441.0, 4432.0, 4441.0, 4434.0, 4441.0, 4443.0, 4442.0, 4454.0, 4441.0, 4432.0, 4459.0, 4432.0, 4440.0, 4430.0, 4429.0, 4431.0, 4430.0, 4442.0, 4430.0, 4431.0, 4429.0, 4430.0, 4427.0, 4430.0, 4429.0, 4430.0, 4427.0, 4420.0, 4417.0, 4420.0, 4418.0, 4432.0, 4427.0, 4430.0, 4417.0, 4428.0, 4427.0, 4429.0, 4428.0, 4439.0, 4419.0, 4430.0, 4419.0, 4439.0, 4430.0, 4452.0, 4429.0, 4452.0, 4430.0, 4441.0, 4432.0, 4429.0, 4430.0, 4429.0, 4409.0, 4416.0, 4419.0, 4416.0, 4419.0, 4428.0, 4419.0, 4428.0, 4421.0, 4419.0, 4421.0, 4429.0, 4433.0, 4440.0, 4431.0, 4429.0, 4431.0, 4428.0, 4430.0, 4450.0, 4428.0, 4419.0, 4416.0, 4409.0, 4416.0, 4419.0, 4417.0, 4428.0, 4440.0, 4428.0, 4410.0, 4427.0, 4400.0, 4428.0, 4420.0, 4419.0, 4431.0, 4439.0, 4430.0, 4429.0, 4430.0, 4430.0, 4439.0, 4430.0, 4430.0, 4419.0, 4439.0, 4451.0, 4428.0, 4419.0, 4427.0, 4410.0, 4446.0, 4400.0, 4426.0, 4408.0, 4416.0, 4399.0, 4427.0, 4408.0, 4416.0, 4418.0, 4417.0, 4418.0, 4426.0, 4429.0, 4426.0, 4419.0, 4426.0, 4429.0, 4428.0, 4440.0, 4428.0, 4430.0, 4429.0, 4421.0, 4441.0, 4442.0, 4442.0, 4422.0, 4440.0, 4433.0, 4439.0, 4442.0, 4430.0, 4422.0, 4428.0, 4421.0, 4428.0, 4431.0, 4440.0, 4441.0, 4452.0, 4428.0, 4411.0, 4429.0, 4422.0, 4428.0, 4440.0, 4442.0, 4441.0, 4430.0, 4440.0, 4442.0, 4429.0, 4431.0, 4440.0, 4441.0, 4429.0, 4442.0, 4432.0, 4444.0, 4465.0, 4446.0, 4470.0, 4476.0, 4468.0, 4445.0, 4457.0, 4461.0, 4470.0, 4460.0, 4477.0, 4456.0, 4437.0, 4434.0, 4415.0, 4422.0, 4415.0, 4435.0, 4476.0, 4438.0, 4445.0, 4466.0, 4446.0, 4474.0, 4455.0, 4462.0, 4433.0, 4410.0, 4450.0, 4410.0, 4448.0, 4429.0, 4396.0, 4406.0, 4375.0, 4414.0, 4363.0, 4411.0, 4361.0, 4399.0, 4351.0, 4391.0, 4354.0, 4380.0, 4374.0, 4380.0, 4364.0, 4391.0, 4362.0, 4359.0, 4350.0, 4399.0, 4339.0, 4378.0, 4349.0, 4358.0, 4371.0, 4361.0, 4383.0, 4362.0, 4373.0, 4372.0, 4384.0, 4373.0, 4395.0, 4384.0, 4386.0, 4385.0, 4387.0, 4397.0, 4397.0, 4397.0, 4406.0, 4418.0, 4404.0, 4355.0, 4414.0, 4395.0, 4384.0, 4405.0, 4386.0, 4404.0, 4388.0, 4404.0, 4367.0, 4393.0, 4396.0, 4396.0, 4415.0, 4407.0, 4404.0, 4377.0, 4403.0, 4398.0, 4386.0, 4408.0, 4440.0, 4416.0, 4419.0, 4424.0, 4398.0, 4406.0, 4427.0, 4440.0, 4415.0, 4389.0, 4416.0, 4417.0, 4406.0, 4427.0, 4408.0, 4419.0, 4389.0, 4449.0, 4401.0, 4451.0, 4453.0, 4440.0, 4422.0, 4428.0, 4429.0, 4417.0, 4440.0, 4419.0, 4431.0, 4430.0, 4432.0, 4440.0, 4411.0, 4443.0, 4432.0, 4431.0, 4441.0, 4418.0, 4419.0, 4415.0, 4387.0, 4435.0, 4387.0, 4415.0, 4387.0, 4416.0, 4378.0, 4438.0, 4388.0, 4440.0, 4389.0, 4440.0, 4419.0, 4441.0, 4438.0, 4422.0, 4440.0, 4412.0, 4451.0, 4430.0, 4442.0, 4441.0, 4411.0, 4463.0, 4413.0, 4465.0, 4444.0, 4434.0, 4456.0, 4427.0, 4455.0, 4433.0, 4426.0, 4455.0, 4443.0, 4414.0, 4456.0, 4457.0, 4466.0, 4445.0, 4444.0, 4453.0, 4422.0, 4424.0, 4442.0, 4453.0, 4432.0, 4462.0, 4430.0, 4400.0, 4419.0, 4399.0, 4401.0, 4420.0, 4441.0, 4381.0, 4427.0, 4419.0, 4416.0, 4398.0, 4397.0, 4386.0, 4386.0, 4394.0, 4375.0, 4414.0, 4356.0, 4384.0, 4365.0, 4392.0, 4366.0, 4402.0, 4354.0, 4382.0, 4353.0, 4374.0, 4364.0, 4372.0, 4352.0, 4373.0, 4374.0, 4383.0, 4373.0, 4383.0, 4382.0, 4356.0, 4402.0, 4355.0, 4392.0, 4385.0, 4371.0, 4363.0, 4370.0, 4362.0, 4361.0, 4373.0, 4362.0, 4351.0, 4351.0, 4370.0, 4353.0, 4380.0, 4353.0, 4381.0, 4364.0, 4382.0, 4351.0, 4362.0, 4362.0, 4364.0, 4350.0, 4351.0, 4370.0, 4343.0, 4384.0, 4392.0, 4387.0, 4425.0, 4385.0, 4382.0, 4353.0, 4373.0, 4343.0, 4362.0, 4391.0, 4352.0, 4400.0, 4352.0, 4390.0, 4332.0, 4380.0, 4351.0, 4368.0, 4341.0, 4380.0, 4352.0, 4374.0, 4344.0, 4374.0, 4363.0, 4384.0, 4363.0, 4383.0, 4374.0, 4373.0, 4353.0, 4375.0, 4364.0, 4396.0, 4383.0, 4388.0, 4409.0, 4429.0, 4402.0, 4450.0, 4397.0, 4417.0, 4382.0, 4375.0, 4382.0, 4364.0, 4383.0, 4365.0, 4382.0, 4356.0, 4414.0, 4385.0, 4393.0, 4385.0, 4365.0, 4397.0, 4387.0, 4399.0, 4396.0, 4399.0, 4428.0, 4398.0, 4418.0, 4374.0, 4387.0, 4404.0, 4367.0, 4404.0, 4387.0, 4406.0, 4386.0, 4395.0, 4396.0, 4385.0, 4408.0, 4388.0, 4419.0, 4430.0, 4427.0, 4388.0, 4446.0, 4397.0, 4416.0, 4408.0, 4386.0, 4409.0, 4398.0, 4419.0, 4408.0, 4421.0, 4431.0, 4419.0, 4421.0, 4397.0, 4390.0, 4427.0, 4399.0, 4426.0, 4409.0, 4428.0, 4410.0, 4428.0, 4411.0, 4419.0, 4411.0, 4428.0, 4422.0, 4439.0, 4411.0, 4429.0, 4412.0, 4410.0, 4402.0, 4408.0, 4421.0, 4438.0, 4400.0, 4409.0, 4410.0, 4406.0, 4390.0, 4406.0, 4389.0, 4398.0, 4390.0, 4407.0, 4390.0, 4408.0, 4399.0, 4406.0, 4410.0, 4409.0, 4409.0, 4419.0, 4419.0, 4420.0, 4431.0, 4432.0, 4477.0, 4460.0, 4421.0, 4408.0, 4390.0, 4407.0, 4390.0, 4396.0, 4400.0, 4429.0, 4409.0, 4429.0, 4409.0, 4410.0, 4409.0, 4388.0, 4419.0, 4420.0, 4398.0, 4390.0, 4397.0, 4390.0, 4427.0, 4409.0, 4429.0, 4411.0, 4409.0, 4401.0, 4409.0, 4401.0, 4410.0, 4412.0, 4409.0, 4391.0, 4409.0, 4400.0, 4418.0, 4390.0, 4448.0, 4380.0, 4398.0, 4399.0, 4432.0, 4435.0, 4389.0, 4431.0, 4392.0, 4433.0, 4424.0, 4424.0, 4438.0, 4446.0, 4426.0, 4414.0, 4414.0, 4445.0, 4466.0, 4446.0, 4448.0, 4487.0, 4477.0, 4448.0, 4496.0, 4466.0, 4432.0, 4462.0, 4431.0, 4440.0, 4419.0, 4387.0, 4426.0, 4387.0, 4375.0, 4406.0, 4366.0, 4385.0, 4376.0, 4376.0, 4374.0, 4355.0, 4373.0, 4364.0, 4375.0, 4386.0, 4402.0, 4378.0, 4388.0, 4387.0, 4407.0, 4376.0, 4376.0, 4386.0, 4384.0, 4367.0, 4376.0, 4367.0, 4384.0, 4367.0, 4395.0, 4388.0, 4375.0, 4366.0, 4376.0, 4414.0, 4365.0, 4394.0, 4355.0, 4374.0, 4358.0, 4405.0, 4355.0, 4383.0, 4345.0, 4383.0, 4367.0, 4394.0, 4378.0, 4396.0, 4389.0, 4385.0, 4366.0, 4397.0, 4365.0, 4377.0, 4374.0, 4368.0], 'WindowWidth': [9785.0, 9820.0, 9714.0, 9803.0, 9660.0, 9735.0, 9634.0, 9700.0, 9641.0, 9664.0, 9624.0, 9636.0, 9634.0, 9653.0, 9642.0, 9635.0, 9696.0, 9616.0, 9663.0, 9586.0, 9665.0, 9596.0, 9612.0, 9632.0, 9620.0, 9648.0, 9603.0, 9638.0, 9618.0, 9635.0, 9631.0, 9636.0, 9661.0, 9657.0, 9700.0, 9622.0, 9686.0, 9631.0, 9663.0, 9621.0, 9656.0, 9656.0, 9659.0, 9689.0, 9637.0, 9661.0, 9621.0, 9656.0, 9658.0, 9627.0, 9672.0, 9623.0, 9679.0, 9617.0, 9653.0, 9686.0, 9626.0, 9675.0, 9636.0, 9682.0, 9642.0, 9653.0, 9702.0, 9639.0, 9673.0, 9640.0, 9676.0, 9654.0, 9700.0, 9638.0, 9652.0, 9645.0, 9657.0, 9646.0, 9655.0, 9706.0, 9639.0, 9675.0, 9645.0, 9675.0, 9657.0, 9700.0, 9670.0, 9688.0, 9640.0, 9639.0, 9641.0, 9645.0, 9667.0, 9645.0, 9683.0, 9647.0, 9680.0, 9661.0, 9692.0, 9669.0, 9667.0, 9693.0, 9657.0, 9690.0, 9672.0, 9693.0, 9723.0, 9670.0, 9652.0, 9710.0, 9656.0, 9680.0, 9670.0, 9659.0, 9670.0, 9652.0, 9710.0, 9655.0, 9692.0, 9671.0, 9702.0, 9661.0, 9633.0, 9665.0, 9675.0, 9669.0, 9673.0, 9667.0, 9672.0, 9655.0, 9697.0, 9692.0, 9704.0, 9678.0, 9672.0, 9673.0, 9664.0, 9702.0, 9691.0, 9721.0, 9689.0, 9675.0, 9685.0, 9681.0, 9703.0, 9692.0, 9700.0, 9705.0, 9694.0, 9695.0, 9683.0, 9693.0, 9730.0, 9690.0, 9682.0, 9721.0, 9693.0, 9701.0, 9705.0, 9722.0, 9688.0, 9697.0, 9686.0, 9661.0, 9699.0, 9689.0, 9722.0, 9674.0, 9663.0, 9682.0, 9679.0, 9713.0, 9695.0, 9704.0, 9693.0, 9737.0, 9686.0, 9681.0, 9702.0, 9696.0, 9679.0, 9727.0, 9694.0, 9732.0, 9747.0, 9716.0, 9706.0, 9722.0, 9720.0, 9708.0, 9705.0, 9739.0, 9725.0, 9709.0, 9707.0, 9666.0, 9724.0, 9706.0, 9712.0, 9721.0, 9726.0, 9729.0, 9742.0, 9733.0, 9688.0, 9748.0, 9719.0, 9740.0, 9757.0, 9806.0, 9773.0, 9733.0, 9739.0, 9713.0, 9726.0, 9714.0, 9743.0, 9727.0, 9760.0, 9697.0, 9691.0, 9748.0, 9708.0, 9698.0, 9687.0, 9698.0, 9702.0, 9711.0, 9711.0, 9747.0, 9717.0, 9743.0, 9737.0, 9742.0, 9743.0, 9746.0, 9771.0, 9783.0, 9776.0, 9778.0, 9771.0, 9771.0, 9766.0, 9753.0, 9748.0, 9785.0, 9779.0, 9808.0, 9780.0, 9759.0, 9787.0, 9747.0, 9796.0, 9772.0, 9766.0, 9789.0, 9717.0, 9775.0, 9682.0, 9751.0, 9709.0, 9714.0, 9695.0, 9733.0, 9675.0, 9691.0, 9641.0, 9651.0, 9640.0, 9633.0, 9654.0, 9633.0, 9635.0, 9643.0, 9636.0, 9656.0, 9621.0, 9655.0, 9611.0, 9654.0, 9615.0, 9595.0, 9607.0, 9628.0, 9607.0, 9613.0, 9621.0, 9614.0, 9666.0, 9602.0, 9636.0, 9581.0, 9614.0, 9578.0, 9592.0, 9588.0, 9613.0, 9617.0, 9594.0, 9623.0, 9606.0, 9626.0, 9578.0, 9598.0, 9589.0, 9596.0, 9605.0, 9623.0, 9624.0, 9610.0, 9619.0, 9635.0, 9589.0, 9622.0, 9624.0, 9638.0, 9609.0, 9612.0, 9619.0, 9595.0, 9663.0, 9683.0, 9669.0, 9701.0, 9658.0, 9702.0, 9637.0, 9641.0, 9697.0, 9622.0, 9674.0, 9644.0, 9645.0, 9638.0, 9607.0, 9671.0, 9661.0, 9624.0, 9645.0, 9626.0, 9660.0, 9644.0, 9681.0, 9666.0, 9637.0, 9662.0, 9630.0, 9647.0, 9671.0, 9664.0, 9667.0, 9698.0, 9688.0, 9655.0, 9667.0, 9679.0, 9659.0, 9680.0, 9660.0, 9652.0, 9698.0, 9703.0, 9683.0, 9663.0, 9700.0, 9712.0, 9722.0, 9688.0, 9667.0, 9709.0, 9702.0, 9688.0, 9681.0, 9683.0, 9716.0, 9690.0, 9685.0, 9688.0, 9702.0, 9691.0, 9662.0, 9667.0, 9696.0, 9715.0, 9700.0, 9667.0, 9711.0, 9702.0, 9705.0, 9693.0, 9665.0, 9695.0, 9689.0, 9701.0, 9709.0, 9696.0, 9724.0, 9694.0, 9723.0, 9707.0, 9742.0, 9762.0, 9724.0, 9685.0, 9716.0, 9710.0, 9711.0, 9718.0, 9698.0, 9703.0, 9689.0, 9703.0, 9697.0, 9735.0, 9721.0, 9740.0, 9725.0, 9753.0, 9728.0, 9751.0, 9733.0, 9720.0, 9745.0, 9694.0, 9712.0, 9701.0, 9694.0, 9700.0, 9668.0, 9700.0, 9697.0, 9692.0, 9725.0, 9696.0, 9743.0, 9717.0, 9728.0, 9720.0, 9723.0, 9701.0, 9722.0, 9719.0, 9729.0, 9722.0, 9753.0, 9738.0, 9757.0, 9754.0, 9792.0, 9795.0, 9739.0, 9747.0, 9734.0, 9742.0, 9757.0, 9754.0, 9749.0, 9759.0, 9744.0, 9788.0, 9776.0, 9746.0, 9779.0, 9733.0, 9758.0, 9785.0, 9781.0, 9774.0, 9783.0, 9771.0, 9768.0, 9789.0, 9770.0, 9812.0, 9788.0, 9785.0, 9809.0, 9805.0, 9765.0, 9796.0, 9787.0, 9779.0, 9750.0, 9726.0, 9765.0, 9679.0, 9708.0, 9655.0, 9656.0, 9660.0, 9647.0, 9638.0, 9627.0, 9662.0, 9644.0, 9661.0, 9626.0, 9645.0, 9632.0, 9678.0, 9643.0, 9676.0, 9651.0, 9636.0, 9669.0, 9658.0, 9638.0, 9646.0, 9664.0, 9627.0, 9676.0, 9634.0, 9676.0, 9632.0, 9622.0, 9628.0, 9620.0, 9671.0, 9623.0, 9645.0, 9639.0, 9632.0, 9642.0, 9674.0, 9652.0, 9681.0, 9657.0, 9680.0, 9671.0, 9681.0, 9683.0, 9671.0, 9659.0, 9643.0, 9690.0, 9659.0, 9674.0, 9674.0, 9641.0, 9631.0, 9686.0, 9660.0, 9661.0, 9645.0, 9658.0, 9658.0, 9677.0, 9672.0, 9683.0, 9656.0, 9670.0, 9666.0, 9670.0, 9666.0, 9672.0, 9673.0, 9677.0, 9660.0, 9653.0, 9673.0, 9652.0, 9672.0, 9664.0, 9670.0, 9646.0, 9665.0, 9645.0, 9667.0, 9645.0, 9669.0, 9664.0, 9659.0, 9647.0, 9696.0, 9677.0, 9699.0, 9677.0, 9702.0, 9693.0, 9687.0, 9695.0, 9701.0, 9692.0, 9702.0, 9723.0, 9689.0, 9706.0, 9685.0, 9706.0, 9697.0, 9696.0, 9673.0, 9736.0, 9707.0, 9739.0, 9706.0, 9743.0, 9720.0, 9740.0, 9730.0, 9723.0, 9720.0, 9726.0, 9768.0, 9726.0, 9741.0, 9776.0, 9761.0, 9781.0, 9789.0, 9738.0, 9737.0, 9754.0, 9732.0, 9751.0, 9750.0, 9738.0, 9733.0, 9738.0, 9706.0, 9741.0, 9723.0, 9746.0, 9724.0, 9744.0, 9723.0, 9726.0, 9725.0, 9757.0, 9735.0, 9743.0, 9777.0, 9735.0, 9761.0, 9734.0, 9731.0, 9734.0, 9727.0, 9751.0, 9734.0, 9749.0, 9732.0, 9738.0, 9730.0, 9745.0, 9752.0, 9731.0, 9737.0, 9729.0, 9707.0, 9711.0, 9720.0, 9743.0, 9744.0, 9744.0, 9745.0, 9715.0, 9749.0, 9751.0, 9743.0, 9754.0, 9747.0, 9753.0, 9760.0, 9753.0, 9773.0, 9751.0, 9739.0, 9774.0, 9740.0, 9748.0, 9733.0, 9732.0, 9736.0, 9734.0, 9753.0, 9733.0, 9737.0, 9730.0, 9732.0, 9726.0, 9732.0, 9730.0, 9734.0, 9727.0, 9721.0, 9712.0, 9720.0, 9716.0, 9740.0, 9726.0, 9731.0, 9711.0, 9728.0, 9724.0, 9730.0, 9728.0, 9744.0, 9716.0, 9733.0, 9716.0, 9745.0, 9733.0, 9767.0, 9733.0, 9768.0, 9734.0, 9749.0, 9738.0, 9731.0, 9734.0, 9730.0, 9704.0, 9707.0, 9717.0, 9710.0, 9717.0, 9728.0, 9718.0, 9729.0, 9722.0, 9716.0, 9725.0, 9731.0, 9740.0, 9747.0, 9736.0, 9731.0, 9737.0, 9730.0, 9734.0, 9763.0, 9728.0, 9717.0, 9706.0, 9703.0, 9707.0, 9714.0, 9712.0, 9728.0, 9748.0, 9728.0, 9707.0, 9725.0, 9694.0, 9729.0, 9724.0, 9717.0, 9738.0, 9746.0, 9734.0, 9729.0, 9733.0, 9732.0, 9745.0, 9734.0, 9734.0, 9718.0, 9744.0, 9765.0, 9725.0, 9717.0, 9724.0, 9706.0, 9749.0, 9689.0, 9720.0, 9698.0, 9706.0, 9687.0, 9725.0, 9698.0, 9708.0, 9714.0, 9710.0, 9713.0, 9723.0, 9730.0, 9723.0, 9717.0, 9721.0, 9731.0, 9728.0, 9749.0, 9730.0, 9733.0, 9732.0, 9725.0, 9750.0, 9756.0, 9753.0, 9728.0, 9750.0, 9743.0, 9745.0, 9755.0, 9735.0, 9725.0, 9729.0, 9725.0, 9730.0, 9737.0, 9747.0, 9749.0, 9769.0, 9728.0, 9709.0, 9729.0, 9726.0, 9728.0, 9749.0, 9752.0, 9751.0, 9733.0, 9748.0, 9754.0, 9728.0, 9737.0, 9749.0, 9750.0, 9732.0, 9755.0, 9740.0, 9760.0, 9794.0, 9769.0, 9809.0, 9810.0, 9802.0, 9767.0, 9785.0, 9800.0, 9811.0, 9798.0, 9814.0, 9782.0, 9759.0, 9750.0, 9723.0, 9727.0, 9723.0, 9751.0, 9812.0, 9760.0, 9766.0, 9795.0, 9767.0, 9804.0, 9778.0, 9781.0, 9739.0, 9702.0, 9761.0, 9703.0, 9752.0, 9725.0, 9674.0, 9687.0, 9641.0, 9696.0, 9621.0, 9686.0, 9616.0, 9664.0, 9603.0, 9657.0, 9612.0, 9641.0, 9638.0, 9639.0, 9623.0, 9656.0, 9618.0, 9609.0, 9598.0, 9665.0, 9583.0, 9633.0, 9596.0, 9607.0, 9628.0, 9616.0, 9649.0, 9620.0, 9638.0, 9632.0, 9653.0, 9637.0, 9672.0, 9653.0, 9659.0, 9656.0, 9662.0, 9675.0, 9676.0, 9675.0, 9685.0, 9707.0, 9679.0, 9617.0, 9695.0, 9670.0, 9654.0, 9685.0, 9661.0, 9682.0, 9666.0, 9681.0, 9636.0, 9665.0, 9675.0, 9676.0, 9698.0, 9690.0, 9682.0, 9651.0, 9681.0, 9683.0, 9663.0, 9698.0, 9743.0, 9704.0, 9712.0, 9712.0, 9680.0, 9690.0, 9719.0, 9741.0, 9700.0, 9672.0, 9701.0, 9706.0, 9691.0, 9720.0, 9697.0, 9713.0, 9672.0, 9755.0, 9693.0, 9760.0, 9769.0, 9743.0, 9721.0, 9725.0, 9725.0, 9709.0, 9744.0, 9713.0, 9733.0, 9732.0, 9736.0, 9747.0, 9708.0, 9753.0, 9737.0, 9731.0, 9747.0, 9708.0, 9713.0, 9699.0, 9665.0, 9726.0, 9663.0, 9700.0, 9664.0, 9703.0, 9654.0, 9735.0, 9670.0, 9744.0, 9674.0, 9744.0, 9715.0, 9748.0, 9740.0, 9723.0, 9745.0, 9709.0, 9762.0, 9733.0, 9750.0, 9746.0, 9707.0, 9780.0, 9716.0, 9789.0, 9762.0, 9744.0, 9784.0, 9744.0, 9777.0, 9744.0, 9739.0, 9774.0, 9756.0, 9717.0, 9778.0, 9783.0, 9794.0, 9760.0, 9759.0, 9768.0, 9725.0, 9729.0, 9751.0, 9768.0, 9737.0, 9781.0, 9733.0, 9691.0, 9714.0, 9684.0, 9690.0, 9717.0, 9747.0, 9662.0, 9720.0, 9711.0, 9703.0, 9680.0, 9675.0, 9660.0, 9660.0, 9668.0, 9645.0, 9698.0, 9620.0, 9655.0, 9630.0, 9661.0, 9632.0, 9674.0, 9611.0, 9646.0, 9609.0, 9639.0, 9625.0, 9634.0, 9607.0, 9636.0, 9638.0, 9650.0, 9636.0, 9651.0, 9648.0, 9617.0, 9674.0, 9615.0, 9660.0, 9655.0, 9630.0, 9621.0, 9627.0, 9619.0, 9616.0, 9635.0, 9620.0, 9604.0, 9603.0, 9627.0, 9608.0, 9640.0, 9611.0, 9643.0, 9625.0, 9646.0, 9603.0, 9621.0, 9619.0, 9626.0, 9602.0, 9603.0, 9627.0, 9597.0, 9652.0, 9662.0, 9665.0, 9712.0, 9655.0, 9646.0, 9608.0, 9633.0, 9594.0, 9619.0, 9657.0, 9605.0, 9669.0, 9604.0, 9655.0, 9580.0, 9639.0, 9604.0, 9621.0, 9590.0, 9639.0, 9607.0, 9638.0, 9598.0, 9640.0, 9623.0, 9654.0, 9624.0, 9651.0, 9638.0, 9637.0, 9609.0, 9642.0, 9627.0, 9672.0, 9653.0, 9669.0, 9699.0, 9727.0, 9698.0, 9759.0, 9676.0, 9704.0, 9648.0, 9640.0, 9648.0, 9629.0, 9652.0, 9632.0, 9648.0, 9621.0, 9696.0, 9656.0, 9666.0, 9658.0, 9632.0, 9680.0, 9667.0, 9686.0, 9679.0, 9687.0, 9722.0, 9681.0, 9711.0, 9642.0, 9664.0, 9682.0, 9637.0, 9683.0, 9664.0, 9689.0, 9663.0, 9671.0, 9678.0, 9663.0, 9699.0, 9670.0, 9713.0, 9732.0, 9718.0, 9671.0, 9746.0, 9681.0, 9704.0, 9697.0, 9664.0, 9701.0, 9685.0, 9717.0, 9698.0, 9720.0, 9734.0, 9714.0, 9721.0, 9680.0, 9675.0, 9721.0, 9687.0, 9719.0, 9701.0, 9724.0, 9704.0, 9726.0, 9707.0, 9715.0, 9709.0, 9728.0, 9725.0, 9743.0, 9708.0, 9728.0, 9710.0, 9703.0, 9696.0, 9701.0, 9722.0, 9741.0, 9691.0, 9699.0, 9703.0, 9693.0, 9675.0, 9692.0, 9674.0, 9683.0, 9677.0, 9694.0, 9675.0, 9695.0, 9687.0, 9693.0, 9702.0, 9699.0, 9702.0, 9713.0, 9716.0, 9721.0, 9734.0, 9738.0, 9810.0, 9774.0, 9718.0, 9698.0, 9674.0, 9694.0, 9675.0, 9680.0, 9689.0, 9727.0, 9701.0, 9728.0, 9700.0, 9700.0, 9700.0, 9672.0, 9714.0, 9719.0, 9685.0, 9676.0, 9681.0, 9678.0, 9722.0, 9701.0, 9728.0, 9707.0, 9702.0, 9694.0, 9701.0, 9694.0, 9704.0, 9709.0, 9700.0, 9680.0, 9699.0, 9691.0, 9711.0, 9676.0, 9752.0, 9661.0, 9682.0, 9685.0, 9737.0, 9730.0, 9674.0, 9736.0, 9686.0, 9742.0, 9735.0, 9732.0, 9762.0, 9768.0, 9741.0, 9718.0, 9721.0, 9763.0, 9796.0, 9768.0, 9773.0, 9826.0, 9814.0, 9771.0, 9836.0, 9797.0, 9737.0, 9783.0, 9735.0, 9743.0, 9714.0, 9664.0, 9717.0, 9663.0, 9643.0, 9687.0, 9634.0, 9655.0, 9642.0, 9645.0, 9640.0, 9617.0, 9635.0, 9626.0, 9641.0, 9662.0, 9694.0, 9653.0, 9665.0, 9664.0, 9690.0, 9645.0, 9643.0, 9657.0, 9655.0, 9635.0, 9647.0, 9636.0, 9654.0, 9635.0, 9668.0, 9663.0, 9642.0, 9632.0, 9645.0, 9695.0, 9631.0, 9666.0, 9614.0, 9641.0, 9624.0, 9683.0, 9616.0, 9650.0, 9601.0, 9648.0, 9635.0, 9666.0, 9650.0, 9672.0, 9666.0, 9655.0, 9632.0, 9673.0, 9628.0, 9645.0, 9638.0, 9637.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.000550045045045045</td></tr>
<tr><td colspan=3>aqi</td><td>0.01812824812312312</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.72998541971449</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2569560173178076</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9990331601202092</td></tr>
<tr><td colspan=3>efc</td><td>0.4485</td></tr>
<tr><td colspan=3>fber</td><td>6442.1255</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08065449987316031</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.027027027027027</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5503435556419856</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.531332485102876</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8023722968226017</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.317325885000478</td></tr>
<tr><td colspan=3>gcor</td><td>0.0351301</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021927040070295334</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020181134343147278</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.3812284740585303</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>37.5082</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4249</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.4697</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311059.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>936.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.273</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.557</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>680.2382</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3605.3763</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1141.5882</td></tr>
<tr><td colspan=3>tsnr</td><td>39.96125161286909</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>