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

616 lines
No EOL
143 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-0095_ses-04_task-fractional_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-0095_ses-04_task-fractional_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-04_subject-0095_suffix-bold_task-fractional" 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-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0095_suffix-bold_task-fractional" 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-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0095_suffix-bold_task-fractional" 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-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0095_suffix-bold_task-fractional" 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-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_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-04_subject-0095_suffix-bold_task-fractional" 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-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_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-04_subject-0095_suffix-bold_task-fractional" 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-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0095_suffix-bold_task-fractional" 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-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-04_task-fractional_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-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_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-0095/ses-04/func/sub-0095_ses-04_task-fractional_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>1e8b1c3375269753ba1657e596bbf3dd</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>17:46:14.417500</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.999281, 0.0326381, 0.0192735, -0.0308799, 0.99587, -0.0853821]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_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.0971155</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7812, -7187, 140, -161, -198, -140, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>39505d02-e747-498c-a1d2-a68a8f1a4cc5||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.6809988021850586, -0.08284851163625717, 0.059347763657569885, 114.97864532470703], [-0.08756572753190994, 2.6718454360961914, -0.22875916957855225, -81.74394226074219], [0.05170951411128044, 0.22907403111457825, 2.6896369457244873, -81.54978942871094], [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, 1322]</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], 'AcquisitionTime': ['174614.417500', '174614.877500', '174615.337500', '174615.797500', '174616.257500', '174616.717500', '174617.177500', '174617.637500', '174618.097500', '174618.557500', '174619.017500', '174619.477500', '174619.937500', '174620.397500', '174620.857500', '174621.317500', '174621.777500', '174622.237500', '174622.697500', '174623.157500', '174623.617500', '174624.077500', '174624.537500', '174624.997500', '174625.457500', '174625.917500', '174626.377500', '174626.837500', '174627.297500', '174627.757500', '174628.217500', '174628.677500', '174629.137500', '174629.597500', '174630.057500', '174630.517500', '174630.977500', '174631.437500', '174631.897500', '174632.357500', '174632.817500', '174633.277500', '174633.737500', '174634.197500', '174634.657500', '174635.117500', '174635.577500', '174636.037500', '174636.497500', '174636.957500', '174637.417500', '174637.877500', '174638.337500', '174638.797500', '174639.257500', '174639.717500', '174640.177500', '174640.637500', '174641.097500', '174641.557500', '174642.017500', '174642.477500', '174642.937500', '174643.397500', '174643.857500', '174644.317500', '174644.777500', '174645.237500', '174645.697500', '174646.157500', '174646.617500', '174647.077500', '174647.537500', '174647.997500', '174648.457500', '174648.917500', '174649.377500', '174649.837500', '174650.297500', '174650.757500', '174651.217500', '174651.677500', '174652.137500', '174652.597500', '174653.057500', '174653.517500', '174653.977500', '174654.437500', '174654.897500', '174655.357500', '174655.817500', '174656.277500', '174656.737500', '174657.197500', '174657.657500', '174658.117500', '174658.577500', '174659.037500', '174659.497500', '174659.957500', '174700.417500', '174700.877500', '174701.337500', '174701.797500', '174702.257500', '174702.717500', '174703.177500', '174703.637500', '174704.097500', '174704.557500', '174705.017500', '174705.477500', '174705.937500', '174706.397500', '174706.857500', '174707.317500', '174707.777500', '174708.237500', '174708.697500', '174709.157500', '174709.617500', '174710.077500', '174710.537500', '174710.997500', '174711.457500', '174711.917500', '174712.377500', '174712.837500', '174713.297500', '174713.757500', '174714.217500', '174714.677500', '174715.137500', '174715.597500', '174716.057500', '174716.517500', '174716.977500', '174717.437500', '174717.897500', '174718.357500', '174718.817500', '174719.277500', '174719.737500', '174720.197500', '174720.657500', '174721.117500', '174721.577500', '174722.037500', '174722.497500', '174722.957500', '174723.417500', '174723.877500', '174724.337500', '174724.797500', '174725.257500', '174725.717500', '174726.177500', '174726.637500', '174727.097500', '174727.557500', '174728.017500', '174728.477500', '174728.937500', '174729.397500', '174729.857500', '174730.317500', '174730.777500', '174731.237500', '174731.697500', '174732.157500', '174732.617500', '174733.077500', '174733.537500', '174733.997500', '174734.457500', '174734.917500', '174735.377500', '174735.837500', '174736.297500', '174736.757500', '174737.217500', '174737.677500', '174738.137500', '174738.597500', '174739.057500', '174739.517500', '174739.977500', '174740.437500', '174740.897500', '174741.357500', '174741.817500', '174742.277500', '174742.737500', '174743.197500', '174743.657500', '174744.117500', '174744.577500', '174745.037500', '174745.497500', '174745.957500', '174746.417500', '174746.877500', '174747.337500', '174747.797500', '174748.257500', '174748.717500', '174749.177500', '174749.637500', '174750.097500', '174750.557500', '174751.017500', '174751.477500', '174751.937500', '174752.397500', '174752.857500', '174753.317500', '174753.777500', '174754.237500', '174754.697500', '174755.157500', '174755.617500', '174756.077500', '174756.537500', '174756.997500', '174757.457500', '174757.917500', '174758.377500', '174758.837500', '174759.297500', '174759.757500', '174800.217500', '174800.677500', '174801.137500', '174801.597500', '174802.057500', '174802.517500', '174802.977500', '174803.437500', '174803.897500', '174804.357500', '174804.817500', '174805.277500', '174805.737500', '174806.197500', '174806.657500', '174807.117500', '174807.577500', '174808.037500', '174808.497500', '174808.957500', '174809.417500', '174809.877500', '174810.337500', '174810.797500', '174811.257500', '174811.717500', '174812.177500', '174812.637500', '174813.097500', '174813.557500', '174814.017500', '174814.477500', '174814.937500', '174815.397500', '174815.857500', '174816.317500', '174816.777500', '174817.237500', '174817.697500', '174818.157500', '174818.617500', '174819.077500', '174819.537500', '174819.997500', '174820.457500', '174820.917500', '174821.377500', '174821.837500', '174822.297500', '174822.757500', '174823.217500', '174823.677500', '174824.137500', '174824.597500', '174825.057500', '174825.517500', '174825.977500', '174826.437500', '174826.897500', '174827.357500', '174827.817500', '174828.277500', '174828.737500', '174829.197500', '174829.657500', '174830.117500', '174830.577500', '174831.037500', '174831.497500', '174831.957500', '174832.417500', '174832.877500', '174833.337500', '174833.797500', '174834.257500', '174834.717500', '174835.177500', '174835.637500', '174836.097500', '174836.557500', '174837.017500', '174837.477500', '174837.937500', '174838.397500', '174838.857500', '174839.317500', '174839.777500', '174840.237500', '174840.697500', '174841.157500', '174841.617500', '174842.077500', '174842.537500', '174842.997500', '174843.457500', '174843.917500', '174844.377500', '174844.837500', '174845.297500', '174845.757500', '174846.217500', '174846.677500', '174847.137500', '174847.597500', '174848.057500', '174848.517500', '174848.977500', '174849.437500', '174849.897500', '174850.357500', '174850.817500', '174851.277500', '174851.737500', '174852.197500', '174852.657500', '174853.117500', '174853.577500', '174854.037500', '174854.497500', '174854.957500', '174855.417500', '174855.877500', '174856.337500', '174856.797500', '174857.257500', '174857.717500', '174858.177500', '174858.637500', '174859.097500', '174859.557500', '174900.017500', '174900.477500', '174900.937500', '174901.397500', '174901.857500', '174902.317500', '174902.777500', '174903.237500', '174903.697500', '174904.157500', '174904.617500', '174905.077500', '174905.537500', '174905.997500', '174906.457500', '174906.917500', '174907.377500', '174907.837500', '174908.297500', '174908.757500', '174909.217500', '174909.677500', '174910.137500', '174910.597500', '174911.057500', '174911.517500', '174911.977500', '174912.437500', '174912.897500', '174913.357500', '174913.817500', '174914.277500', '174914.737500', '174915.197500', '174915.657500', '174916.117500', '174916.577500', '174917.037500', '174917.497500', '174917.957500', '174918.417500', '174918.877500', '174919.337500', '174919.797500', '174920.257500', '174920.717500', '174921.177500', '174921.637500', '174922.097500', '174922.557500', '174923.017500', '174923.477500', '174923.937500', '174924.397500', '174924.857500', '174925.317500', '174925.777500', '174926.237500', '174926.697500', '174927.157500', '174927.617500', '174928.077500', '174928.537500', '174928.997500', '174929.457500', '174929.917500', '174930.377500', '174930.837500', '174931.297500', '174931.757500', '174932.217500', '174932.677500', '174933.137500', '174933.597500', '174934.057500', '174934.517500', '174934.977500', '174935.437500', '174935.897500', '174936.357500', '174936.817500', '174937.277500', '174937.737500', '174938.197500', '174938.657500', '174939.117500', '174939.577500', '174940.037500', '174940.497500', '174940.957500', '174941.417500', '174941.877500', '174942.337500', '174942.797500', '174943.257500', '174943.717500', '174944.177500', '174944.637500', '174945.097500', '174945.557500', '174946.017500', '174946.477500', '174946.937500', '174947.397500', '174947.857500', '174948.317500', '174948.777500', '174949.237500', '174949.697500', '174950.157500', '174950.617500', '174951.077500', '174951.537500', '174951.997500', '174952.457500', '174952.917500', '174953.377500', '174953.837500', '174954.297500', '174954.757500', '174955.217500', '174955.677500', '174956.137500', '174956.597500', '174957.057500', '174957.517500', '174957.977500', '174958.437500', '174958.897500', '174959.357500', '174959.817500', '175000.277500', '175000.737500', '175001.197500', '175001.657500', '175002.117500', '175002.577500', '175003.037500', '175003.497500', '175003.957500', '175004.417500', '175004.877500', '175005.337500', '175005.797500', '175006.257500', '175006.717500', '175007.177500', '175007.637500', '175008.097500', '175008.557500', '175009.017500', '175009.477500', '175009.937500', '175010.397500', '175010.857500', '175011.317500', '175011.777500', '175012.237500', '175012.697500', '175013.157500', '175013.617500', '175014.077500', '175014.537500', '175014.997500', '175015.457500', '175015.917500', '175016.377500', '175016.837500', '175017.297500', '175017.757500', '175018.217500', '175018.677500', '175019.137500', '175019.597500', '175020.057500', '175020.517500', '175020.977500', '175021.437500', '175021.897500', '175022.357500', '175022.817500', '175023.277500', '175023.737500', '175024.197500', '175024.657500', '175025.117500', '175025.577500', '175026.037500', '175026.497500', '175026.957500', '175027.417500', '175027.877500', '175028.337500', '175028.797500', '175029.257500', '175029.717500', '175030.177500', '175030.637500', '175031.097500', '175031.557500', '175032.017500', '175032.477500', '175032.937500', '175033.397500', '175033.857500', '175034.317500', '175034.777500', '175035.237500', '175035.697500', '175036.157500', '175036.617500', '175037.077500', '175037.537500', '175037.997500', '175038.457500', '175038.917500', '175039.377500', '175039.837500', '175040.297500', '175040.757500', '175041.217500', '175041.677500', '175042.137500', '175042.597500', '175043.057500', '175043.517500', '175043.977500', '175044.437500', '175044.897500', '175045.357500', '175045.817500', '175046.277500', '175046.737500', '175047.197500', '175047.657500', '175048.117500', '175048.577500', '175049.037500', '175049.497500', '175049.957500', '175050.417500', '175050.877500', '175051.337500', '175051.797500', '175052.257500', '175052.717500', '175053.177500', '175053.637500', '175054.097500', '175054.557500', '175055.017500', '175055.477500', '175055.937500', '175056.397500', '175056.857500', '175057.317500', '175057.777500', '175058.237500', '175058.697500', '175059.157500', '175059.617500', '175100.077500', '175100.537500', '175100.997500', '175101.457500', '175101.917500', '175102.377500', '175102.837500', '175103.297500', '175103.757500', '175104.217500', '175104.677500', '175105.137500', '175105.597500', '175106.057500', '175106.517500', '175106.977500', '175107.437500', '175107.897500', '175108.357500', '175108.817500', '175109.277500', '175109.737500', '175110.197500', '175110.657500', '175111.117500', '175111.577500', '175112.037500', '175112.497500', '175112.957500', '175113.417500', '175113.877500', '175114.337500', '175114.797500', '175115.257500', '175115.717500', '175116.177500', '175116.637500', '175117.097500', '175117.557500', '175118.017500', '175118.477500', '175118.937500', '175119.397500', '175119.857500', '175120.317500', '175120.777500', '175121.237500', '175121.697500', '175122.157500', '175122.617500', '175123.077500', '175123.537500', '175123.997500', '175124.457500', '175124.917500', '175125.377500', '175125.837500', '175126.297500', '175126.757500', '175127.217500', '175127.677500', '175128.137500', '175128.597500', '175129.057500', '175129.517500', '175129.977500', '175130.437500', '175130.897500', '175131.357500', '175131.817500', '175132.277500', '175132.737500', '175133.197500', '175133.657500', '175134.117500', '175134.577500', '175135.037500', '175135.497500', '175135.957500', '175136.417500', '175136.877500', '175137.337500', '175137.797500', '175138.257500', '175138.717500', '175139.177500', '175139.637500', '175140.097500', '175140.557500', '175141.017500', '175141.477500', '175141.937500', '175142.397500', '175142.857500', '175143.317500', '175143.777500', '175144.237500', '175144.697500', '175145.157500', '175145.617500', '175146.077500', '175146.537500', '175146.997500', '175147.457500', '175147.917500', '175148.377500', '175148.837500', '175149.297500', '175149.757500', '175150.217500', '175150.677500', '175151.137500', '175151.597500', '175152.057500', '175152.517500', '175152.977500', '175153.437500', '175153.897500', '175154.357500', '175154.817500', '175155.277500', '175155.737500', '175156.197500', '175156.657500', '175157.117500', '175157.577500', '175158.037500', '175158.497500', '175158.957500', '175159.417500', '175159.877500', '175200.337500', '175200.797500', '175201.257500', '175201.717500', '175202.177500', '175202.637500', '175203.097500', '175203.557500', '175204.017500', '175204.477500', '175204.937500', '175205.397500', '175205.857500', '175206.317500', '175206.777500', '175207.237500', '175207.697500', '175208.157500', '175208.617500', '175209.077500', '175209.537500', '175209.997500', '175210.457500', '175210.917500', '175211.377500', '175211.837500', '175212.297500', '175212.757500', '175213.217500', '175213.677500', '175214.137500', '175214.597500', '175215.057500', '175215.517500', '175215.977500', '175216.437500', '175216.897500', '175217.357500', '175217.817500', '175218.277500', '175218.737500', '175219.197500', '175219.657500', '175220.117500', '175220.577500', '175221.037500', '175221.497500', '175221.957500', '175222.417500', '175222.877500', '175223.337500', '175223.797500', '175224.257500', '175224.717500', '175225.177500', '175225.637500', '175226.097500', '175226.557500', '175227.017500', '175227.477500', '175227.937500', '175228.397500', '175228.857500', '175229.317500', '175229.777500', '175230.237500', '175230.697500', '175231.157500', '175231.617500', '175232.077500', '175232.537500', '175232.997500', '175233.457500', '175233.917500', '175234.377500', '175234.837500', '175235.297500', '175235.757500', '175236.217500', '175236.677500', '175237.137500', '175237.597500', '175238.057500', '175238.517500', '175238.977500', '175239.437500', '175239.897500', '175240.357500', '175240.817500', '175241.277500', '175241.737500', '175242.197500', '175242.657500', '175243.117500', '175243.577500', '175244.037500', '175244.497500', '175244.957500', '175245.417500', '175245.877500', '175246.337500', '175246.797500', '175247.257500', '175247.717500', '175248.177500', '175248.637500', '175249.097500', '175249.557500', '175250.017500', '175250.477500', '175250.937500', '175251.397500', '175251.857500', '175252.317500', '175252.777500', '175253.237500', '175253.697500', '175254.157500', '175254.617500', '175255.077500', '175255.537500', '175255.997500', '175256.457500', '175256.917500', '175257.377500', '175257.837500', '175258.297500', '175258.757500', '175259.217500', '175259.677500', '175300.137500', '175300.597500', '175301.057500', '175301.517500', '175301.977500', '175302.437500', '175302.897500', '175303.357500', '175303.817500', '175304.277500', '175304.737500', '175305.197500', '175305.657500', '175306.117500', '175306.577500', '175307.037500', '175307.497500', '175307.957500', '175308.417500', '175308.877500', '175309.337500', '175309.797500', '175310.257500', '175310.717500', '175311.177500', '175311.637500', '175312.097500', '175312.557500', '175313.017500', '175313.477500', '175313.937500', '175314.397500', '175314.857500', '175315.317500', '175315.777500', '175316.237500', '175316.697500', '175317.157500', '175317.617500', '175318.077500', '175318.537500', '175318.997500', '175319.457500', '175319.917500', '175320.377500', '175320.837500', '175321.297500', '175321.757500', '175322.217500', '175322.677500', '175323.137500', '175323.597500', '175324.057500', '175324.517500', '175324.977500', '175325.437500', '175325.897500', '175326.357500', '175326.817500', '175327.277500', '175327.737500', '175328.197500', '175328.657500', '175329.117500', '175329.577500', '175330.037500', '175330.497500', '175330.957500', '175331.417500', '175331.877500', '175332.337500', '175332.797500', '175333.257500', '175333.717500', '175334.177500', '175334.637500', '175335.097500', '175335.557500', '175336.017500', '175336.477500', '175336.937500', '175337.397500', '175337.857500', '175338.317500', '175338.777500', '175339.237500', '175339.697500', '175340.157500', '175340.617500', '175341.077500', '175341.537500', '175341.997500', '175342.457500', '175342.917500', '175343.377500', '175343.837500', '175344.297500', '175344.757500', '175345.217500', '175345.677500', '175346.137500', '175346.597500', '175347.057500', '175347.517500', '175347.977500', '175348.437500', '175348.897500', '175349.357500', '175349.817500', '175350.277500', '175350.737500', '175351.197500', '175351.657500', '175352.117500', '175352.577500', '175353.037500', '175353.497500', '175353.957500', '175354.417500', '175354.877500', '175355.337500', '175355.797500', '175356.257500', '175356.717500', '175357.177500', '175357.637500', '175358.097500', '175358.557500', '175359.017500', '175359.477500', '175359.937500', '175400.397500', '175400.857500', '175401.317500', '175401.777500', '175402.237500', '175402.697500', '175403.157500', '175403.617500', '175404.077500', '175404.537500', '175404.997500', '175405.457500', '175405.917500', '175406.377500', '175406.837500', '175407.297500', '175407.757500', '175408.217500', '175408.677500', '175409.137500', '175409.597500', '175410.057500', '175410.517500', '175410.977500', '175411.437500', '175411.897500', '175412.357500', '175412.817500', '175413.277500', '175413.737500', '175414.197500', '175414.657500', '175415.117500', '175415.577500', '175416.037500', '175416.497500', '175416.957500', '175417.417500', '175417.877500', '175418.337500', '175418.797500', '175419.257500', '175419.717500', '175420.177500', '175420.637500', '175421.097500', '175421.557500', '175422.017500', '175422.477500', '175422.937500', '175423.397500', '175423.857500', '175424.317500', '175424.777500', '175425.237500', '175425.697500', '175426.157500', '175426.617500', '175427.077500', '175427.537500', '175427.997500', '175428.457500', '175428.917500', '175429.377500', '175429.837500', '175430.297500', '175430.757500', '175431.217500', '175431.677500', '175432.137500', '175432.597500', '175433.057500', '175433.517500', '175433.977500', '175434.437500', '175434.897500', '175435.357500', '175435.817500', '175436.277500', '175436.737500', '175437.197500', '175437.657500', '175438.117500', '175438.577500', '175439.037500', '175439.497500', '175439.957500', '175440.417500', '175440.877500', '175441.337500', '175441.797500', '175442.257500', '175442.717500', '175443.177500', '175443.637500', '175444.097500', '175444.557500', '175445.017500', '175445.477500', '175445.937500', '175446.397500', '175446.857500', '175447.317500', '175447.777500', '175448.237500', '175448.697500', '175449.157500', '175449.617500', '175450.077500', '175450.537500', '175450.997500', '175451.457500', '175451.917500', '175452.377500', '175452.837500', '175453.297500', '175453.757500', '175454.217500', '175454.677500', '175455.137500', '175455.597500', '175456.057500', '175456.517500', '175456.977500', '175457.437500', '175457.897500', '175458.357500', '175458.817500', '175459.277500', '175459.737500', '175500.197500', '175500.657500', '175501.117500', '175501.577500', '175502.037500', '175502.497500', '175502.957500', '175503.417500', '175503.877500', '175504.337500', '175504.797500', '175505.257500', '175505.717500', '175506.177500', '175506.637500', '175507.097500', '175507.557500', '175508.017500', '175508.477500', '175508.937500', '175509.397500', '175509.857500', '175510.317500', '175510.777500', '175511.237500', '175511.697500', '175512.157500', '175512.617500', '175513.077500', '175513.537500', '175513.997500', '175514.457500', '175514.917500', '175515.377500', '175515.837500', '175516.297500', '175516.757500', '175517.217500', '175517.677500', '175518.137500', '175518.597500', '175519.057500', '175519.517500', '175519.977500', '175520.437500', '175520.897500', '175521.357500', '175521.817500', '175522.277500', '175522.737500', '175523.197500', '175523.657500', '175524.117500', '175524.577500', '175525.037500', '175525.497500', '175525.957500', '175526.417500', '175526.877500', '175527.337500', '175527.797500', '175528.257500', '175528.717500', '175529.177500', '175529.637500', '175530.097500', '175530.557500', '175531.017500', '175531.477500', '175531.937500', '175532.397500', '175532.857500', '175533.317500', '175533.777500', '175534.237500', '175534.697500', '175535.157500', '175535.617500', '175536.077500', '175536.537500', '175536.997500', '175537.457500', '175537.917500', '175538.377500', '175538.837500', '175539.297500', '175539.757500', '175540.217500', '175540.677500', '175541.137500', '175541.597500', '175542.057500', '175542.517500', '175542.977500', '175543.437500', '175543.897500', '175544.357500', '175544.817500', '175545.277500', '175545.737500', '175546.197500', '175546.657500', '175547.117500', '175547.577500', '175548.037500', '175548.497500', '175548.957500', '175549.417500', '175549.877500', '175550.337500', '175550.797500', '175551.257500', '175551.717500', '175552.177500', '175552.637500', '175553.097500', '175553.557500', '175554.017500', '175554.477500', '175554.937500', '175555.397500', '175555.857500', '175556.317500', '175556.777500', '175557.237500', '175557.697500', '175558.157500', '175558.617500', '175559.077500', '175559.537500', '175559.997500', '175600.457500', '175600.917500', '175601.377500', '175601.837500', '175602.297500', '175602.757500', '175603.217500', '175603.677500', '175604.137500', '175604.597500', '175605.057500', '175605.517500', '175605.977500', '175606.437500', '175606.897500', '175607.357500', '175607.817500', '175608.277500', '175608.737500', '175609.197500', '175609.657500', '175610.117500', '175610.577500', '175611.037500', '175611.497500', '175611.957500', '175612.417500', '175612.877500', '175613.337500', '175613.797500', '175614.257500', '175614.717500', '175615.177500', '175615.637500', '175616.097500', '175616.557500', '175617.017500', '175617.477500', '175617.937500', '175618.397500', '175618.857500', '175619.317500', '175619.777500', '175620.237500', '175620.697500', '175621.157500', '175621.617500', '175622.077500'], 'ContentTime': ['174628.829000', '174628.832000', '174628.835000', '174628.842000', '174628.845000', '174628.848000', '174628.850000', '174628.853000', '174628.855000', '174628.858000', '174628.861000', '174628.863000', '174628.866000', '174628.869000', '174628.877000', '174628.879000', '174628.882000', '174628.884000', '174628.887000', '174628.890000', '174628.892000', '174628.895000', '174628.897000', '174628.900000', '174628.903000', '174628.905000', '174628.908000', '174628.910000', '174628.913000', '174628.916000', '174648.751000', '174648.753000', '174648.756000', '174648.759000', '174648.761000', '174648.764000', '174648.767000', '174648.769000', '174648.772000', '174648.775000', '174648.777000', '174648.780000', '174648.783000', '174648.785000', '174648.788000', '174648.790000', '174648.793000', '174648.796000', '174648.798000', '174648.801000', '174648.804000', '174648.807000', '174648.809000', '174648.812000', '174648.815000', '174648.817000', '174648.820000', '174648.823000', '174648.825000', '174648.838000', '174648.841000', '174648.844000', '174648.846000', '174648.849000', '174648.852000', '174648.854000', '174648.857000', '174648.859000', '174648.862000', '174648.865000', '174648.867000', '174648.870000', '174648.873000', '174708.750000', '174708.753000', '174708.756000', '174708.758000', '174708.761000', '174708.764000', '174708.766000', '174708.769000', '174708.772000', '174708.774000', '174708.777000', '174708.779000', '174708.782000', '174708.785000', '174708.787000', '174708.790000', '174708.793000', '174708.795000', '174708.798000', '174708.801000', '174708.804000', '174708.806000', '174708.809000', '174708.811000', '174708.814000', '174708.817000', '174708.819000', '174708.822000', '174708.825000', '174708.827000', '174708.830000', '174708.832000', '174708.835000', '174708.838000', '174708.840000', '174708.843000', '174708.846000', '174708.848000', '174708.851000', '174708.854000', '174708.863000', '174708.865000', '174708.868000', '174708.871000', '174728.751000', '174728.753000', '174728.756000', '174728.759000', '174728.762000', '174728.764000', '174728.767000', '174728.769000', '174728.772000', '174728.775000', '174728.778000', '174728.780000', '174728.783000', '174728.785000', '174728.788000', '174728.791000', '174728.794000', '174728.796000', '174728.799000', '174728.801000', '174728.804000', '174728.807000', '174728.809000', '174728.812000', '174728.815000', '174728.817000', '174728.820000', '174728.823000', '174728.825000', '174728.828000', '174728.831000', '174728.833000', '174728.836000', '174728.839000', '174728.841000', '174728.844000', '174728.847000', '174728.849000', '174728.852000', '174728.855000', '174728.857000', '174728.860000', '174728.863000', '174748.750000', '174748.753000', '174748.756000', '174748.759000', '174748.763000', '174748.766000', '174748.768000', '174748.771000', '174748.773000', '174748.777000', '174748.779000', '174748.782000', '174748.784000', '174748.787000', '174748.790000', '174748.793000', '174748.796000', '174748.799000', '174748.848000', '174748.850000', '174748.853000', '174748.895000', '174748.898000', '174748.901000', '174748.903000', '174748.906000', '174748.908000', '174748.911000', '174748.914000', '174748.916000', '174748.919000', '174748.922000', '174748.924000', '174748.927000', '174748.929000', '174748.932000', '174748.935000', '174748.937000', '174748.940000', '174748.943000', '174748.945000', '174748.948000', '174748.950000', '174808.751000', '174808.754000', '174808.756000', '174808.759000', '174808.762000', '174808.764000', '174808.767000', '174808.770000', '174808.800000', '174808.803000', '174808.806000', '174808.808000', '174808.811000', '174808.814000', '174808.817000', '174808.819000', '174808.822000', '174808.824000', '174808.827000', '174808.830000', '174808.832000', '174808.835000', '174808.838000', '174808.840000', '174808.843000', '174808.846000', '174808.848000', '174808.851000', '174808.854000', '174808.856000', '174808.859000', '174808.862000', '174808.864000', '174808.867000', '174808.870000', '174808.872000', '174808.875000', '174808.878000', '174808.880000', '174808.883000', '174808.886000', '174808.888000', '174808.891000', '174808.894000', '174828.751000', '174828.754000', '174828.757000', '174828.760000', '174828.762000', '174828.765000', '174828.768000', '174828.770000', '174828.773000', '174828.776000', '174828.778000', '174828.781000', '174828.784000', '174828.786000', '174828.789000', '174828.792000', '174828.794000', '174828.797000', '174828.800000', '174828.802000', '174828.805000', '174828.808000', '174828.810000', '174828.813000', '174828.816000', '174828.818000', '174828.821000', '174828.824000', '174828.826000', '174828.829000', '174828.832000', '174828.834000', '174828.837000', '174828.840000', '174828.842000', '174828.845000', '174828.848000', '174828.850000', '174828.853000', '174828.856000', '174828.858000', '174828.861000', '174828.863000', '174828.866000', '174848.751000', '174848.754000', '174848.757000', '174848.759000', '174848.762000', '174848.765000', '174848.768000', '174848.770000', '174848.773000', '174848.776000', '174848.778000', '174848.781000', '174848.784000', '174848.786000', '174848.789000', '174848.791000', '174848.794000', '174848.797000', '174848.845000', '174848.847000', '174848.850000', '174848.853000', '174848.855000', '174848.858000', '174848.860000', '174848.863000', '174848.866000', '174848.868000', '174848.871000', '174848.874000', '174848.876000', '174848.879000', '174848.882000', '174848.884000', '174848.887000', '174848.889000', '174848.892000', '174848.895000', '174848.897000', '174848.900000', '174848.903000', '174848.905000', '174848.908000', '174908.750000', '174908.753000', '174908.756000', '174908.759000', '174908.761000', '174908.764000', '174908.767000', '174908.769000', '174908.772000', '174908.775000', '174908.777000', '174908.780000', '174908.783000', '174908.785000', '174908.788000', '174908.791000', '174908.793000', '174908.796000', '174908.799000', '174908.803000', '174908.806000', '174908.833000', '174908.836000', '174908.838000', '174908.841000', '174908.844000', '174908.846000', '174908.849000', '174908.851000', '174908.854000', '174908.857000', '174908.859000', '174908.862000', '174908.865000', '174908.868000', '174908.870000', '174908.873000', '174908.875000', '174908.878000', '174908.881000', '174908.883000', '174908.886000', '174908.889000', '174928.750000', '174928.753000', '174928.756000', '174928.758000', '174928.761000', '174928.764000', '174928.767000', '174928.769000', '174928.772000', '174928.775000', '174928.777000', '174928.780000', '174928.783000', '174928.785000', '174928.788000', '174928.790000', '174928.793000', '174928.796000', '174928.799000', '174928.801000', '174928.804000', '174928.807000', '174928.809000', '174928.812000', '174928.815000', '174928.817000', '174928.820000', '174928.822000', '174928.825000', '174928.828000', '174928.830000', '174928.833000', '174928.836000', '174928.839000', '174928.841000', '174928.844000', '174928.847000', '174928.849000', '174928.852000', '174928.855000', '174928.857000', '174928.860000', '174928.863000', '174928.865000', '174948.750000', '174948.753000', '174948.756000', '174948.765000', '174948.768000', '174948.771000', '174948.774000', '174948.776000', '174948.779000', '174948.782000', '174948.785000', '174948.787000', '174948.790000', '174948.794000', '174948.797000', '174948.799000', '174948.802000', '174948.805000', '174948.808000', '174948.810000', '174948.813000', '174948.816000', '174948.818000', '174948.821000', '174948.824000', '174948.826000', '174948.829000', '174948.832000', '174948.834000', '174948.837000', '174948.840000', '174948.842000', '174948.845000', '174948.848000', '174948.850000', '174948.853000', '174948.856000', '174948.858000', '174948.861000', '174948.870000', '174948.873000', '174948.875000', '174948.878000', '175008.750000', '175008.753000', '175008.756000', '175008.759000', '175008.762000', '175008.764000', '175008.767000', '175008.770000', '175008.772000', '175008.775000', '175008.778000', '175008.780000', '175008.783000', '175008.786000', '175008.788000', '175008.791000', '175008.794000', '175008.796000', '175008.799000', '175008.802000', '175008.804000', '175008.807000', '175008.810000', '175008.812000', '175008.815000', '175008.818000', '175008.820000', '175008.823000', '175008.825000', '175008.828000', '175008.831000', '175008.833000', '175008.836000', '175008.839000', '175008.841000', '175008.844000', '175008.847000', '175008.849000', '175008.852000', '175008.854000', '175008.857000', '175008.860000', '175008.862000', '175008.865000', '175028.751000', '175028.754000', '175028.756000', '175028.759000', '175028.761000', '175028.764000', '175028.767000', '175028.770000', '175028.773000', '175028.776000', '175028.778000', '175028.781000', '175028.785000', '175028.787000', '175028.790000', '175028.793000', '175028.796000', '175028.798000', '175028.852000', '175028.855000', '175028.858000', '175028.860000', '175028.863000', '175028.866000', '175028.868000', '175028.871000', '175028.874000', '175028.876000', '175028.879000', '175028.882000', '175028.884000', '175028.887000', '175028.890000', '175028.892000', '175028.895000', '175028.898000', '175028.901000', '175028.903000', '175028.906000', '175028.909000', '175028.911000', '175028.914000', '175028.917000', '175048.752000', '175048.754000', '175048.758000', '175048.760000', '175048.763000', '175048.765000', '175048.768000', '175048.771000', '175048.773000', '175048.776000', '175048.779000', '175048.781000', '175048.784000', '175048.787000', '175048.790000', '175048.792000', '175048.795000', '175048.798000', '175048.844000', '175048.847000', '175048.849000', '175048.852000', '175048.855000', '175048.857000', '175048.860000', '175048.862000', '175048.865000', '175048.868000', '175048.870000', '175048.873000', '175048.876000', '175048.878000', '175048.881000', '175048.883000', '175048.886000', '175048.889000', '175048.891000', '175048.894000', '175048.897000', '175048.899000', '175048.902000', '175048.905000', '175048.907000', '175048.910000', '175108.752000', '175108.754000', '175108.757000', '175108.760000', '175108.763000', '175108.765000', '175108.768000', '175108.770000', '175108.774000', '175108.776000', '175108.779000', '175108.781000', '175108.784000', '175108.787000', '175108.799000', '175108.832000', '175108.835000', '175108.837000', '175108.840000', '175108.843000', '175108.846000', '175108.848000', '175108.851000', '175108.854000', '175108.856000', '175108.859000', '175108.862000', '175108.864000', '175108.867000', '175108.870000', '175108.872000', '175108.875000', '175108.878000', '175108.880000', '175108.883000', '175108.886000', '175108.888000', '175108.891000', '175108.894000', '175108.896000', '175108.899000', '175108.901000', '175108.904000', '175128.751000', '175128.755000', '175128.757000', '175128.760000', '175128.763000', '175128.766000', '175128.768000', '175128.771000', '175128.774000', '175128.780000', '175128.782000', '175128.785000', '175128.788000', '175128.791000', '175128.793000', '175128.796000', '175128.799000', '175128.877000', '175128.879000', '175128.882000', '175128.884000', '175128.887000', '175128.890000', '175128.892000', '175128.895000', '175128.898000', '175128.900000', '175128.903000', '175128.905000', '175128.908000', '175128.911000', '175128.914000', '175128.916000', '175128.919000', '175128.921000', '175128.924000', '175128.927000', '175128.930000', '175128.932000', '175128.935000', '175128.937000', '175128.940000', '175128.943000', '175128.945000', '175148.750000', '175148.753000', '175148.756000', '175148.759000', '175148.761000', '175148.764000', '175148.767000', '175148.769000', '175148.772000', '175148.775000', '175148.777000', '175148.780000', '175148.783000', '175148.785000', '175148.788000', '175148.791000', '175148.793000', '175148.796000', '175148.799000', '175148.835000', '175148.838000', '175148.841000', '175148.843000', '175148.846000', '175148.849000', '175148.852000', '175148.854000', '175148.857000', '175148.860000', '175148.863000', '175148.865000', '175148.868000', '175148.870000', '175148.873000', '175148.876000', '175148.880000', '175148.883000', '175148.886000', '175148.888000', '175148.891000', '175148.894000', '175148.896000', '175148.899000', '175208.751000', '175208.754000', '175208.756000', '175208.759000', '175208.763000', '175208.765000', '175208.768000', '175208.770000', '175208.773000', '175208.776000', '175208.779000', '175208.781000', '175208.784000', '175208.787000', '175208.789000', '175208.792000', '175208.795000', '175208.797000', '175208.852000', '175208.854000', '175208.857000', '175208.860000', '175208.862000', '175208.865000', '175208.867000', '175208.870000', '175208.873000', '175208.875000', '175208.878000', '175208.881000', '175208.883000', '175208.886000', '175208.889000', '175208.891000', '175208.894000', '175208.896000', '175208.899000', '175208.902000', '175208.904000', '175208.907000', '175208.910000', '175208.912000', '175208.915000', '175208.918000', '175228.751000', '175228.753000', '175228.756000', '175228.759000', '175228.761000', '175228.764000', '175228.767000', '175228.771000', '175228.773000', '175228.776000', '175228.779000', '175228.782000', '175228.784000', '175228.787000', '175228.790000', '175228.792000', '175228.795000', '175228.797000', '175228.875000', '175228.878000', '175228.880000', '175228.883000', '175228.885000', '175228.888000', '175228.891000', '175228.893000', '175228.896000', '175228.899000', '175228.901000', '175228.904000', '175228.907000', '175228.909000', '175228.912000', '175228.915000', '175228.917000', '175228.920000', '175228.923000', '175228.925000', '175228.928000', '175228.945000', '175228.948000', '175228.950000', '175228.953000', '175248.751000', '175248.754000', '175248.756000', '175248.759000', '175248.762000', '175248.764000', '175248.767000', '175248.770000', '175248.773000', '175248.775000', '175248.778000', '175248.780000', '175248.783000', '175248.786000', '175248.789000', '175248.791000', '175248.794000', '175248.797000', '175248.799000', '175248.852000', '175248.855000', '175248.858000', '175248.860000', '175248.863000', '175248.866000', '175248.868000', '175248.871000', '175248.874000', '175248.876000', '175248.879000', '175248.881000', '175248.884000', '175248.887000', '175248.889000', '175248.892000', '175248.895000', '175248.897000', '175248.900000', '175248.902000', '175248.905000', '175248.908000', '175248.910000', '175248.913000', '175248.916000', '175308.752000', '175308.755000', '175308.757000', '175308.760000', '175308.762000', '175308.765000', '175308.768000', '175308.770000', '175308.773000', '175308.776000', '175308.778000', '175308.781000', '175308.784000', '175308.786000', '175308.789000', '175308.792000', '175308.794000', '175308.797000', '175308.874000', '175308.877000', '175308.879000', '175308.882000', '175308.884000', '175308.887000', '175308.890000', '175308.892000', '175308.895000', '175308.904000', '175308.907000', '175308.909000', '175308.912000', '175308.915000', '175308.917000', '175308.922000', '175308.925000', '175308.927000', '175308.930000', '175308.933000', '175308.935000', '175308.938000', '175308.941000', '175308.943000', '175308.946000', '175328.750000', '175328.753000', '175328.756000', '175328.759000', '175328.762000', '175328.764000', '175328.767000', '175328.769000', '175328.772000', '175328.775000', '175328.778000', '175328.780000', '175328.783000', '175328.785000', '175328.788000', '175328.791000', '175328.793000', '175328.796000', '175328.799000', '175328.801000', '175328.804000', '175328.807000', '175328.809000', '175328.812000', '175328.815000', '175328.817000', '175328.820000', '175328.823000', '175328.825000', '175328.828000', '175328.831000', '175328.833000', '175328.836000', '175328.838000', '175328.841000', '175328.844000', '175328.846000', '175328.849000', '175328.852000', '175328.854000', '175328.857000', '175328.860000', '175328.862000', '175328.865000', '175348.750000', '175348.753000', '175348.756000', '175348.759000', '175348.761000', '175348.764000', '175348.767000', '175348.769000', '175348.772000', '175348.775000', '175348.777000', '175348.780000', '175348.783000', '175348.785000', '175348.788000', '175348.791000', '175348.793000', '175348.796000', '175348.799000', '175348.856000', '175348.859000', '175348.862000', '175348.864000', '175348.867000', '175348.870000', '175348.872000', '175348.875000', '175348.878000', '175348.880000', '175348.883000', '175348.886000', '175348.889000', '175348.892000', '175348.896000', '175348.899000', '175348.902000', '175348.910000', '175348.912000', '175348.916000', '175348.918000', '175348.921000', '175348.924000', '175348.926000', '175408.751000', '175408.754000', '175408.756000', '175408.759000', '175408.762000', '175408.764000', '175408.767000', '175408.770000', '175408.772000', '175408.775000', '175408.778000', '175408.780000', '175408.783000', '175408.786000', '175408.789000', '175408.791000', '175408.794000', '175408.797000', '175408.799000', '175408.863000', '175408.865000', '175408.868000', '175408.871000', '175408.873000', '175408.876000', '175408.879000', '175408.881000', '175408.884000', '175408.887000', '175408.889000', '175408.892000', '175408.895000', '175408.897000', '175408.900000', '175408.903000', '175408.905000', '175408.908000', '175408.911000', '175408.913000', '175408.916000', '175408.919000', '175408.921000', '175408.924000', '175408.927000', '175428.751000', '175428.753000', '175428.756000', '175428.759000', '175428.761000', '175428.764000', '175428.767000', '175428.770000', '175428.772000', '175428.775000', '175428.777000', '175428.780000', '175428.783000', '175428.785000', '175428.788000', '175428.791000', '175428.793000', '175428.796000', '175428.799000', '175428.851000', '175428.853000', '175428.856000', '175428.858000', '175428.861000', '175428.864000', '175428.866000', '175428.869000', '175428.872000', '175428.874000', '175428.877000', '175428.879000', '175428.882000', '175428.885000', '175428.887000', '175428.890000', '175428.893000', '175428.895000', '175428.898000', '175428.902000', '175428.905000', '175428.907000', '175428.910000', '175428.914000', '175448.751000', '175448.753000', '175448.756000', '175448.759000', '175448.762000', '175448.764000', '175448.767000', '175448.770000', '175448.772000', '175448.775000', '175448.778000', '175448.780000', '175448.783000', '175448.785000', '175448.788000', '175448.791000', '175448.793000', '175448.796000', '175448.799000', '175448.882000', '175448.885000', '175448.888000', '175448.890000', '175448.893000', '175448.896000', '175448.898000', '175448.901000', '175448.903000', '175448.906000', '175448.909000', '175448.911000', '175448.914000', '175448.917000', '175448.919000', '175448.922000', '175448.925000', '175448.927000', '175448.930000', '175448.933000', '175448.935000', '175448.938000', '175448.941000', '175448.944000', '175448.946000', '175508.751000', '175508.753000', '175508.756000', '175508.759000', '175508.762000', '175508.764000', '175508.767000', '175508.770000', '175508.772000', '175508.775000', '175508.777000', '175508.780000', '175508.783000', '175508.785000', '175508.788000', '175508.791000', '175508.793000', '175508.796000', '175508.799000', '175508.862000', '175508.865000', '175508.867000', '175508.870000', '175508.872000', '175508.875000', '175508.878000', '175508.880000', '175508.883000', '175508.885000', '175508.888000', '175508.891000', '175508.893000', '175508.911000', '175508.914000', '175508.917000', '175508.919000', '175508.922000', '175508.926000', '175508.929000', '175508.932000', '175508.934000', '175508.937000', '175508.940000', '175528.752000', '175528.755000', '175528.757000', '175528.761000', '175528.764000', '175528.767000', '175528.769000', '175528.772000', '175528.775000', '175528.777000', '175528.780000', '175528.783000', '175528.785000', '175528.788000', '175528.791000', '175528.793000', '175528.796000', '175528.799000', '175528.846000', '175528.849000', '175528.851000', '175528.854000', '175528.857000', '175528.859000', '175528.862000', '175528.864000', '175528.867000', '175528.870000', '175528.872000', '175528.875000', '175528.877000', '175528.880000', '175528.883000', '175528.886000', '175528.888000', '175528.891000', '175528.893000', '175528.896000', '175528.899000', '175528.901000', '175528.904000', '175528.907000', '175528.909000', '175528.912000', '175548.751000', '175548.754000', '175548.756000', '175548.759000', '175548.762000', '175548.764000', '175548.767000', '175548.770000', '175548.772000', '175548.775000', '175548.778000', '175548.781000', '175548.783000', '175548.786000', '175548.789000', '175548.792000', '175548.794000', '175548.797000', '175548.858000', '175548.861000', '175548.864000', '175548.866000', '175548.869000', '175548.871000', '175548.874000', '175548.877000', '175548.879000', '175548.882000', '175548.884000', '175548.887000', '175548.890000', '175548.893000', '175548.895000', '175548.898000', '175548.901000', '175548.903000', '175548.906000', '175548.909000', '175548.911000', '175548.914000', '175548.916000', '175548.919000', '175548.922000', '175608.751000', '175608.753000', '175608.756000', '175608.759000', '175608.762000', '175608.764000', '175608.767000', '175608.770000', '175608.772000', '175608.775000', '175608.778000', '175608.780000', '175608.783000', '175608.786000', '175608.788000', '175608.791000', '175608.794000', '175608.796000', '175608.799000', '175608.877000', '175608.879000', '175608.882000', '175608.885000', '175608.887000', '175608.890000', '175608.892000', '175608.895000', '175608.898000', '175608.900000', '175608.903000', '175608.906000', '175608.909000', '175608.911000', '175608.914000', '175608.916000', '175608.919000', '175608.922000', '175608.924000', '175608.927000', '175608.930000', '175608.932000', '175608.935000', '175608.938000', '175622.982000', '175622.985000', '175622.988000', '175622.991000', '175622.993000', '175622.996000', '175623.000000', '175623.003000', '175623.005000', '175623.008000', '175623.011000', '175623.013000', '175623.016000', '175623.019000', '175623.021000', '175623.044000', '175623.046000', '175623.049000', '175623.052000', '175623.054000', '175623.057000', '175623.060000', '175623.063000', '175623.065000', '175623.068000', '175623.070000', '175623.073000', '175623.076000', '175623.078000', '175623.081000', '175623.084000', '175623.087000'], 'InstanceCreationTime': ['174628.829000', '174628.832000', '174628.835000', '174628.842000', '174628.845000', '174628.848000', '174628.850000', '174628.853000', '174628.855000', '174628.858000', '174628.861000', '174628.863000', '174628.866000', '174628.869000', '174628.877000', '174628.879000', '174628.882000', '174628.884000', '174628.887000', '174628.890000', '174628.892000', '174628.895000', '174628.897000', '174628.900000', '174628.903000', '174628.905000', '174628.908000', '174628.910000', '174628.913000', '174628.916000', '174648.751000', '174648.753000', '174648.756000', '174648.759000', '174648.761000', '174648.764000', '174648.767000', '174648.769000', '174648.772000', '174648.775000', '174648.777000', '174648.780000', '174648.783000', '174648.785000', '174648.788000', '174648.790000', '174648.793000', '174648.796000', '174648.798000', '174648.801000', '174648.804000', '174648.807000', '174648.809000', '174648.812000', '174648.815000', '174648.817000', '174648.820000', '174648.823000', '174648.825000', '174648.838000', '174648.841000', '174648.844000', '174648.846000', '174648.849000', '174648.852000', '174648.854000', '174648.857000', '174648.859000', '174648.862000', '174648.865000', '174648.867000', '174648.870000', '174648.873000', '174708.750000', '174708.753000', '174708.756000', '174708.758000', '174708.761000', '174708.764000', '174708.766000', '174708.769000', '174708.772000', '174708.774000', '174708.777000', '174708.779000', '174708.782000', '174708.785000', '174708.787000', '174708.790000', '174708.793000', '174708.795000', '174708.798000', '174708.801000', '174708.804000', '174708.806000', '174708.809000', '174708.811000', '174708.814000', '174708.817000', '174708.819000', '174708.822000', '174708.825000', '174708.827000', '174708.830000', '174708.832000', '174708.835000', '174708.838000', '174708.840000', '174708.843000', '174708.846000', '174708.848000', '174708.851000', '174708.854000', '174708.863000', '174708.865000', '174708.868000', '174708.871000', '174728.751000', '174728.753000', '174728.756000', '174728.759000', '174728.762000', '174728.764000', '174728.767000', '174728.769000', '174728.772000', '174728.775000', '174728.778000', '174728.780000', '174728.783000', '174728.785000', '174728.788000', '174728.791000', '174728.794000', '174728.796000', '174728.799000', '174728.801000', '174728.804000', '174728.807000', '174728.809000', '174728.812000', '174728.815000', '174728.817000', '174728.820000', '174728.823000', '174728.825000', '174728.828000', '174728.831000', '174728.833000', '174728.836000', '174728.839000', '174728.841000', '174728.844000', '174728.847000', '174728.849000', '174728.852000', '174728.855000', '174728.857000', '174728.860000', '174728.863000', '174748.750000', '174748.753000', '174748.756000', '174748.759000', '174748.763000', '174748.766000', '174748.768000', '174748.771000', '174748.773000', '174748.777000', '174748.779000', '174748.782000', '174748.784000', '174748.787000', '174748.790000', '174748.793000', '174748.796000', '174748.799000', '174748.848000', '174748.850000', '174748.853000', '174748.895000', '174748.898000', '174748.901000', '174748.903000', '174748.906000', '174748.908000', '174748.911000', '174748.914000', '174748.916000', '174748.919000', '174748.922000', '174748.924000', '174748.927000', '174748.929000', '174748.932000', '174748.935000', '174748.937000', '174748.940000', '174748.943000', '174748.945000', '174748.948000', '174748.950000', '174808.751000', '174808.754000', '174808.756000', '174808.759000', '174808.762000', '174808.764000', '174808.767000', '174808.770000', '174808.800000', '174808.803000', '174808.806000', '174808.808000', '174808.811000', '174808.814000', '174808.817000', '174808.819000', '174808.822000', '174808.824000', '174808.827000', '174808.830000', '174808.832000', '174808.835000', '174808.838000', '174808.840000', '174808.843000', '174808.846000', '174808.848000', '174808.851000', '174808.854000', '174808.856000', '174808.859000', '174808.862000', '174808.864000', '174808.867000', '174808.870000', '174808.872000', '174808.875000', '174808.878000', '174808.880000', '174808.883000', '174808.886000', '174808.888000', '174808.891000', '174808.894000', '174828.751000', '174828.754000', '174828.757000', '174828.760000', '174828.762000', '174828.765000', '174828.768000', '174828.770000', '174828.773000', '174828.776000', '174828.778000', '174828.781000', '174828.784000', '174828.786000', '174828.789000', '174828.792000', '174828.794000', '174828.797000', '174828.800000', '174828.802000', '174828.805000', '174828.808000', '174828.810000', '174828.813000', '174828.816000', '174828.818000', '174828.821000', '174828.824000', '174828.826000', '174828.829000', '174828.832000', '174828.834000', '174828.837000', '174828.840000', '174828.842000', '174828.845000', '174828.848000', '174828.850000', '174828.853000', '174828.856000', '174828.858000', '174828.861000', '174828.863000', '174828.866000', '174848.751000', '174848.754000', '174848.757000', '174848.759000', '174848.762000', '174848.765000', '174848.768000', '174848.770000', '174848.773000', '174848.776000', '174848.778000', '174848.781000', '174848.784000', '174848.786000', '174848.789000', '174848.791000', '174848.794000', '174848.797000', '174848.845000', '174848.847000', '174848.850000', '174848.853000', '174848.855000', '174848.858000', '174848.860000', '174848.863000', '174848.866000', '174848.868000', '174848.871000', '174848.874000', '174848.876000', '174848.879000', '174848.882000', '174848.884000', '174848.887000', '174848.889000', '174848.892000', '174848.895000', '174848.897000', '174848.900000', '174848.903000', '174848.905000', '174848.908000', '174908.750000', '174908.753000', '174908.756000', '174908.759000', '174908.761000', '174908.764000', '174908.767000', '174908.769000', '174908.772000', '174908.775000', '174908.777000', '174908.780000', '174908.783000', '174908.785000', '174908.788000', '174908.791000', '174908.793000', '174908.796000', '174908.799000', '174908.803000', '174908.806000', '174908.833000', '174908.836000', '174908.838000', '174908.841000', '174908.844000', '174908.846000', '174908.849000', '174908.851000', '174908.854000', '174908.857000', '174908.859000', '174908.862000', '174908.865000', '174908.868000', '174908.870000', '174908.873000', '174908.875000', '174908.878000', '174908.881000', '174908.883000', '174908.886000', '174908.889000', '174928.750000', '174928.753000', '174928.756000', '174928.758000', '174928.761000', '174928.764000', '174928.767000', '174928.769000', '174928.772000', '174928.775000', '174928.777000', '174928.780000', '174928.783000', '174928.785000', '174928.788000', '174928.790000', '174928.793000', '174928.796000', '174928.799000', '174928.801000', '174928.804000', '174928.807000', '174928.809000', '174928.812000', '174928.815000', '174928.817000', '174928.820000', '174928.822000', '174928.825000', '174928.828000', '174928.830000', '174928.833000', '174928.836000', '174928.839000', '174928.841000', '174928.844000', '174928.847000', '174928.849000', '174928.852000', '174928.855000', '174928.857000', '174928.860000', '174928.863000', '174928.865000', '174948.750000', '174948.753000', '174948.756000', '174948.765000', '174948.768000', '174948.771000', '174948.774000', '174948.776000', '174948.779000', '174948.782000', '174948.785000', '174948.787000', '174948.790000', '174948.794000', '174948.797000', '174948.799000', '174948.802000', '174948.805000', '174948.808000', '174948.810000', '174948.813000', '174948.816000', '174948.818000', '174948.821000', '174948.824000', '174948.826000', '174948.829000', '174948.832000', '174948.834000', '174948.837000', '174948.840000', '174948.842000', '174948.845000', '174948.848000', '174948.850000', '174948.853000', '174948.856000', '174948.858000', '174948.861000', '174948.870000', '174948.873000', '174948.875000', '174948.878000', '175008.750000', '175008.753000', '175008.756000', '175008.759000', '175008.762000', '175008.764000', '175008.767000', '175008.770000', '175008.772000', '175008.775000', '175008.778000', '175008.780000', '175008.783000', '175008.786000', '175008.788000', '175008.791000', '175008.794000', '175008.796000', '175008.799000', '175008.802000', '175008.804000', '175008.807000', '175008.810000', '175008.812000', '175008.815000', '175008.818000', '175008.820000', '175008.823000', '175008.825000', '175008.828000', '175008.831000', '175008.833000', '175008.836000', '175008.839000', '175008.841000', '175008.844000', '175008.847000', '175008.849000', '175008.852000', '175008.854000', '175008.857000', '175008.860000', '175008.862000', '175008.865000', '175028.751000', '175028.754000', '175028.756000', '175028.759000', '175028.761000', '175028.764000', '175028.767000', '175028.770000', '175028.773000', '175028.776000', '175028.778000', '175028.781000', '175028.785000', '175028.787000', '175028.790000', '175028.793000', '175028.796000', '175028.798000', '175028.852000', '175028.855000', '175028.858000', '175028.860000', '175028.863000', '175028.866000', '175028.868000', '175028.871000', '175028.874000', '175028.876000', '175028.879000', '175028.882000', '175028.884000', '175028.887000', '175028.890000', '175028.892000', '175028.895000', '175028.898000', '175028.901000', '175028.903000', '175028.906000', '175028.909000', '175028.911000', '175028.914000', '175028.917000', '175048.752000', '175048.754000', '175048.758000', '175048.760000', '175048.763000', '175048.765000', '175048.768000', '175048.771000', '175048.773000', '175048.776000', '175048.779000', '175048.781000', '175048.784000', '175048.787000', '175048.790000', '175048.792000', '175048.795000', '175048.798000', '175048.844000', '175048.847000', '175048.849000', '175048.852000', '175048.855000', '175048.857000', '175048.860000', '175048.862000', '175048.865000', '175048.868000', '175048.870000', '175048.873000', '175048.876000', '175048.878000', '175048.881000', '175048.883000', '175048.886000', '175048.889000', '175048.891000', '175048.894000', '175048.897000', '175048.899000', '175048.902000', '175048.905000', '175048.907000', '175048.910000', '175108.752000', '175108.754000', '175108.757000', '175108.760000', '175108.763000', '175108.765000', '175108.768000', '175108.770000', '175108.774000', '175108.776000', '175108.779000', '175108.781000', '175108.784000', '175108.787000', '175108.799000', '175108.832000', '175108.835000', '175108.837000', '175108.840000', '175108.843000', '175108.846000', '175108.848000', '175108.851000', '175108.854000', '175108.856000', '175108.859000', '175108.862000', '175108.864000', '175108.867000', '175108.870000', '175108.872000', '175108.875000', '175108.878000', '175108.880000', '175108.883000', '175108.886000', '175108.888000', '175108.891000', '175108.894000', '175108.896000', '175108.899000', '175108.901000', '175108.904000', '175128.751000', '175128.755000', '175128.757000', '175128.760000', '175128.763000', '175128.766000', '175128.768000', '175128.771000', '175128.774000', '175128.780000', '175128.782000', '175128.785000', '175128.788000', '175128.791000', '175128.793000', '175128.796000', '175128.799000', '175128.877000', '175128.879000', '175128.882000', '175128.884000', '175128.887000', '175128.890000', '175128.892000', '175128.895000', '175128.898000', '175128.900000', '175128.903000', '175128.905000', '175128.908000', '175128.911000', '175128.914000', '175128.916000', '175128.919000', '175128.921000', '175128.924000', '175128.927000', '175128.930000', '175128.932000', '175128.935000', '175128.937000', '175128.940000', '175128.943000', '175128.945000', '175148.750000', '175148.753000', '175148.756000', '175148.759000', '175148.761000', '175148.764000', '175148.767000', '175148.769000', '175148.772000', '175148.775000', '175148.777000', '175148.780000', '175148.783000', '175148.785000', '175148.788000', '175148.791000', '175148.793000', '175148.796000', '175148.799000', '175148.835000', '175148.838000', '175148.841000', '175148.843000', '175148.846000', '175148.849000', '175148.852000', '175148.854000', '175148.857000', '175148.860000', '175148.863000', '175148.865000', '175148.868000', '175148.870000', '175148.873000', '175148.876000', '175148.880000', '175148.883000', '175148.886000', '175148.888000', '175148.891000', '175148.894000', '175148.896000', '175148.899000', '175208.751000', '175208.754000', '175208.756000', '175208.759000', '175208.763000', '175208.765000', '175208.768000', '175208.770000', '175208.773000', '175208.776000', '175208.779000', '175208.781000', '175208.784000', '175208.787000', '175208.789000', '175208.792000', '175208.795000', '175208.797000', '175208.852000', '175208.854000', '175208.857000', '175208.860000', '175208.862000', '175208.865000', '175208.867000', '175208.870000', '175208.873000', '175208.875000', '175208.878000', '175208.881000', '175208.883000', '175208.886000', '175208.889000', '175208.891000', '175208.894000', '175208.896000', '175208.899000', '175208.902000', '175208.904000', '175208.907000', '175208.910000', '175208.912000', '175208.915000', '175208.918000', '175228.751000', '175228.753000', '175228.756000', '175228.759000', '175228.761000', '175228.764000', '175228.767000', '175228.771000', '175228.773000', '175228.776000', '175228.779000', '175228.782000', '175228.784000', '175228.787000', '175228.790000', '175228.792000', '175228.795000', '175228.797000', '175228.875000', '175228.878000', '175228.880000', '175228.883000', '175228.885000', '175228.888000', '175228.891000', '175228.893000', '175228.896000', '175228.899000', '175228.901000', '175228.904000', '175228.907000', '175228.909000', '175228.912000', '175228.915000', '175228.917000', '175228.920000', '175228.923000', '175228.925000', '175228.928000', '175228.945000', '175228.948000', '175228.950000', '175228.953000', '175248.751000', '175248.754000', '175248.756000', '175248.759000', '175248.762000', '175248.764000', '175248.767000', '175248.770000', '175248.773000', '175248.775000', '175248.778000', '175248.780000', '175248.783000', '175248.786000', '175248.789000', '175248.791000', '175248.794000', '175248.797000', '175248.799000', '175248.852000', '175248.855000', '175248.858000', '175248.860000', '175248.863000', '175248.866000', '175248.868000', '175248.871000', '175248.874000', '175248.876000', '175248.879000', '175248.881000', '175248.884000', '175248.887000', '175248.889000', '175248.892000', '175248.895000', '175248.897000', '175248.900000', '175248.902000', '175248.905000', '175248.908000', '175248.910000', '175248.913000', '175248.916000', '175308.752000', '175308.755000', '175308.757000', '175308.760000', '175308.762000', '175308.765000', '175308.768000', '175308.770000', '175308.773000', '175308.776000', '175308.778000', '175308.781000', '175308.784000', '175308.786000', '175308.789000', '175308.792000', '175308.794000', '175308.797000', '175308.874000', '175308.877000', '175308.879000', '175308.882000', '175308.884000', '175308.887000', '175308.890000', '175308.892000', '175308.895000', '175308.904000', '175308.907000', '175308.909000', '175308.912000', '175308.915000', '175308.917000', '175308.922000', '175308.925000', '175308.927000', '175308.930000', '175308.933000', '175308.935000', '175308.938000', '175308.941000', '175308.943000', '175308.946000', '175328.750000', '175328.753000', '175328.756000', '175328.759000', '175328.762000', '175328.764000', '175328.767000', '175328.769000', '175328.772000', '175328.775000', '175328.778000', '175328.780000', '175328.783000', '175328.785000', '175328.788000', '175328.791000', '175328.793000', '175328.796000', '175328.799000', '175328.801000', '175328.804000', '175328.807000', '175328.809000', '175328.812000', '175328.815000', '175328.817000', '175328.820000', '175328.823000', '175328.825000', '175328.828000', '175328.831000', '175328.833000', '175328.836000', '175328.838000', '175328.841000', '175328.844000', '175328.846000', '175328.849000', '175328.852000', '175328.854000', '175328.857000', '175328.860000', '175328.862000', '175328.865000', '175348.750000', '175348.753000', '175348.756000', '175348.759000', '175348.761000', '175348.764000', '175348.767000', '175348.769000', '175348.772000', '175348.775000', '175348.777000', '175348.780000', '175348.783000', '175348.785000', '175348.788000', '175348.791000', '175348.793000', '175348.796000', '175348.799000', '175348.856000', '175348.859000', '175348.862000', '175348.864000', '175348.867000', '175348.870000', '175348.872000', '175348.875000', '175348.878000', '175348.880000', '175348.883000', '175348.886000', '175348.889000', '175348.892000', '175348.896000', '175348.899000', '175348.902000', '175348.910000', '175348.912000', '175348.916000', '175348.918000', '175348.921000', '175348.924000', '175348.926000', '175408.751000', '175408.754000', '175408.756000', '175408.759000', '175408.762000', '175408.764000', '175408.767000', '175408.770000', '175408.772000', '175408.775000', '175408.778000', '175408.780000', '175408.783000', '175408.786000', '175408.789000', '175408.791000', '175408.794000', '175408.797000', '175408.799000', '175408.863000', '175408.865000', '175408.868000', '175408.871000', '175408.873000', '175408.876000', '175408.879000', '175408.881000', '175408.884000', '175408.887000', '175408.889000', '175408.892000', '175408.895000', '175408.897000', '175408.900000', '175408.903000', '175408.905000', '175408.908000', '175408.911000', '175408.913000', '175408.916000', '175408.919000', '175408.921000', '175408.924000', '175408.927000', '175428.751000', '175428.753000', '175428.756000', '175428.759000', '175428.761000', '175428.764000', '175428.767000', '175428.770000', '175428.772000', '175428.775000', '175428.777000', '175428.780000', '175428.783000', '175428.785000', '175428.788000', '175428.791000', '175428.793000', '175428.796000', '175428.799000', '175428.851000', '175428.853000', '175428.856000', '175428.858000', '175428.861000', '175428.864000', '175428.866000', '175428.869000', '175428.872000', '175428.874000', '175428.877000', '175428.879000', '175428.882000', '175428.885000', '175428.887000', '175428.890000', '175428.893000', '175428.895000', '175428.898000', '175428.902000', '175428.905000', '175428.907000', '175428.910000', '175428.914000', '175448.751000', '175448.753000', '175448.756000', '175448.759000', '175448.762000', '175448.764000', '175448.767000', '175448.770000', '175448.772000', '175448.775000', '175448.778000', '175448.780000', '175448.783000', '175448.785000', '175448.788000', '175448.791000', '175448.793000', '175448.796000', '175448.799000', '175448.882000', '175448.885000', '175448.888000', '175448.890000', '175448.893000', '175448.896000', '175448.898000', '175448.901000', '175448.903000', '175448.906000', '175448.909000', '175448.911000', '175448.914000', '175448.917000', '175448.919000', '175448.922000', '175448.925000', '175448.927000', '175448.930000', '175448.933000', '175448.935000', '175448.938000', '175448.941000', '175448.944000', '175448.946000', '175508.751000', '175508.753000', '175508.756000', '175508.759000', '175508.762000', '175508.764000', '175508.767000', '175508.770000', '175508.772000', '175508.775000', '175508.777000', '175508.780000', '175508.783000', '175508.785000', '175508.788000', '175508.791000', '175508.793000', '175508.796000', '175508.799000', '175508.862000', '175508.865000', '175508.867000', '175508.870000', '175508.872000', '175508.875000', '175508.878000', '175508.880000', '175508.883000', '175508.885000', '175508.888000', '175508.891000', '175508.893000', '175508.911000', '175508.914000', '175508.917000', '175508.919000', '175508.922000', '175508.926000', '175508.929000', '175508.932000', '175508.934000', '175508.937000', '175508.940000', '175528.752000', '175528.755000', '175528.757000', '175528.761000', '175528.764000', '175528.767000', '175528.769000', '175528.772000', '175528.775000', '175528.777000', '175528.780000', '175528.783000', '175528.785000', '175528.788000', '175528.791000', '175528.793000', '175528.796000', '175528.799000', '175528.846000', '175528.849000', '175528.851000', '175528.854000', '175528.857000', '175528.859000', '175528.862000', '175528.864000', '175528.867000', '175528.870000', '175528.872000', '175528.875000', '175528.877000', '175528.880000', '175528.883000', '175528.886000', '175528.888000', '175528.891000', '175528.893000', '175528.896000', '175528.899000', '175528.901000', '175528.904000', '175528.907000', '175528.909000', '175528.912000', '175548.751000', '175548.754000', '175548.756000', '175548.759000', '175548.762000', '175548.764000', '175548.767000', '175548.770000', '175548.772000', '175548.775000', '175548.778000', '175548.781000', '175548.783000', '175548.786000', '175548.789000', '175548.792000', '175548.794000', '175548.797000', '175548.858000', '175548.861000', '175548.864000', '175548.866000', '175548.869000', '175548.871000', '175548.874000', '175548.877000', '175548.879000', '175548.882000', '175548.884000', '175548.887000', '175548.890000', '175548.893000', '175548.895000', '175548.898000', '175548.901000', '175548.903000', '175548.906000', '175548.909000', '175548.911000', '175548.914000', '175548.916000', '175548.919000', '175548.922000', '175608.751000', '175608.753000', '175608.756000', '175608.759000', '175608.762000', '175608.764000', '175608.767000', '175608.770000', '175608.772000', '175608.775000', '175608.778000', '175608.780000', '175608.783000', '175608.786000', '175608.788000', '175608.791000', '175608.794000', '175608.796000', '175608.799000', '175608.877000', '175608.879000', '175608.882000', '175608.885000', '175608.887000', '175608.890000', '175608.892000', '175608.895000', '175608.898000', '175608.900000', '175608.903000', '175608.906000', '175608.909000', '175608.911000', '175608.914000', '175608.916000', '175608.919000', '175608.922000', '175608.924000', '175608.927000', '175608.930000', '175608.932000', '175608.935000', '175608.938000', '175622.982000', '175622.985000', '175622.988000', '175622.991000', '175622.993000', '175622.996000', '175623.000000', '175623.003000', '175623.005000', '175623.008000', '175623.011000', '175623.013000', '175623.016000', '175623.019000', '175623.021000', '175623.044000', '175623.046000', '175623.049000', '175623.052000', '175623.054000', '175623.057000', '175623.060000', '175623.063000', '175623.065000', '175623.068000', '175623.070000', '175623.073000', '175623.076000', '175623.078000', '175623.081000', '175623.084000', '175623.087000'], '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], 'LargestImagePixelValue': [8259, 8765, 12888, 8977, 9504, 10536, 8414, 13499, 9168, 6421, 13588, 11058, 7134, 10902, 7223, 8320, 11592, 7707, 5850, 9369, 7520, 12297, 10958, 6784, 12876, 10432, 9654, 12255, 7384, 8287, 11520, 8206, 9884, 9353, 7320, 14036, 10531, 6597, 10207, 8421, 8884, 12121, 8654, 6443, 11224, 9018, 7888, 10920, 7223, 12594, 10449, 8483, 12346, 7718, 7491, 13213, 9483, 10503, 9283, 7581, 13572, 8589, 6104, 12332, 10246, 8099, 11574, 6920, 7586, 12829, 8984, 7645, 10132, 7757, 11736, 10515, 6197, 12309, 9703, 8798, 12040, 7574, 6697, 11312, 8517, 8418, 10314, 6595, 7872, 12224, 9035, 6829, 10911, 8074, 13042, 11080, 6302, 12402, 9902, 8022, 11947, 8133, 6580, 12786, 10462, 8436, 10589, 6423, 8309, 11809, 7942, 5842, 11427, 9298, 8420, 13368, 8840, 6360, 12566, 10287, 9120, 11870, 7954, 7985, 12773, 9094, 6845, 10450, 7251, 9177, 12344, 8209, 6086, 11899, 10061, 8170, 11370, 8848, 7710, 15293, 12183, 7143, 10382, 10015, 8884, 15596, 9344, 6417, 12714, 10847, 8270, 12353, 9224, 7496, 14253, 10040, 6776, 12467, 10316, 8819, 12243, 7115, 7814, 11136, 9044, 6764, 10674, 7514, 13395, 11703, 7017, 6932, 8760, 7654, 10343, 10958, 7327, 8841, 11629, 8614, 6941, 11375, 8036, 11352, 11458, 7097, 6338, 10969, 9181, 8934, 10405, 6693, 9075, 12722, 8891, 6817, 11363, 8740, 11992, 11645, 6794, 7854, 10565, 8416, 14405, 9253, 6223, 12482, 10324, 7099, 10318, 7648, 8854, 12542, 8599, 7839, 9704, 7462, 15055, 10413, 6351, 11956, 9554, 7202, 10835, 7985, 7472, 13841, 10277, 7043, 11477, 9395, 7504, 11149, 8001, 6683, 13396, 10891, 7603, 10341, 7800, 7366, 13250, 9663, 6348, 11759, 9717, 8353, 11262, 8396, 6188, 13602, 11732, 7112, 10350, 8267, 7750, 13328, 9664, 6291, 10648, 10222, 8183, 6513, 9965, 8316, 14362, 11632, 6590, 12345, 10476, 7577, 9866, 8940, 6836, 14937, 11450, 6423, 12339, 9564, 8330, 14703, 9349, 6501, 11982, 10084, 7099, 10019, 8532, 7160, 14600, 10852, 6584, 11270, 8857, 7726, 13460, 8020, 5460, 9418, 10442, 10050, 8713, 13745, 11806, 8458, 6998, 13290, 10009, 11978, 8256, 5943, 13200, 11442, 6693, 10944, 8066, 7590, 14068, 8756, 6057, 12176, 10782, 8136, 10369, 7049, 9644, 11946, 8114, 6354, 10730, 8778, 13503, 11058, 6499, 13139, 10620, 8139, 11648, 8562, 6671, 13688, 9448, 5993, 13028, 10665, 7767, 11787, 8801, 7592, 14407, 9448, 6146, 12011, 10172, 8326, 11600, 8000, 8369, 12800, 9275, 6475, 10824, 7926, 14203, 8203, 5541, 9593, 11928, 10000, 7645, 10676, 9292, 8224, 6918, 10919, 8015, 15331, 12040, 7923, 6869, 10069, 9057, 7834, 11193, 7558, 7308, 13947, 10126, 6124, 11822, 9628, 8165, 11432, 7605, 7867, 12882, 9075, 6126, 10424, 8529, 9043, 12386, 8423, 6352, 12614, 10611, 8468, 12259, 8125, 7811, 13275, 8672, 6199, 10687, 9432, 8079, 11831, 8445, 6835, 13694, 10954, 7301, 11061, 8092, 14324, 11617, 6562, 9848, 8529, 7131, 10258, 9712, 6458, 11464, 10709, 8202, 7058, 9630, 8488, 10717, 11413, 7284, 9351, 11685, 8786, 6938, 10924, 7837, 13825, 11461, 6939, 11934, 8766, 7801, 14423, 9925, 6536, 12342, 10189, 7988, 11059, 8249, 6198, 13599, 11177, 7894, 11075, 7864, 7684, 12171, 8400, 5902, 11377, 9793, 7769, 10711, 7471, 7355, 13223, 10100, 6227, 12385, 9522, 8681, 12614, 8806, 6284, 11539, 9779, 7990, 11514, 7360, 7121, 13869, 10378, 6465, 8827, 9810, 8704, 11813, 9678, 6590, 8733, 11967, 9146, 7154, 10822, 8820, 12381, 11613, 7457, 9053, 10020, 8662, 14641, 9497, 6237, 11661, 9511, 8470, 13045, 8550, 6116, 12565, 9581, 8228, 7339, 10454, 7552, 10189, 12796, 8619, 6630, 10646, 8673, 8432, 11290, 7102, 7289, 13149, 10811, 7757, 11164, 8910, 8179, 12690, 8589, 6377, 12106, 10275, 8388, 11564, 6815, 7616, 12394, 9086, 6044, 11365, 9742, 8590, 11451, 8264, 6581, 11260, 8774, 6679, 10033, 6721, 12258, 10883, 7112, 8860, 8502, 7249, 12899, 9950, 6144, 12660, 10735, 8717, 11444, 7709, 6484, 13910, 11266, 7332, 10936, 8068, 10643, 11006, 7587, 5903, 10930, 9639, 8015, 11682, 7446, 7674, 12836, 8730, 6323, 11121, 9717, 9057, 12036, 8205, 7245, 11965, 9810, 7660, 11437, 7448, 7399, 12154, 8286, 6073, 10097, 8326, 7918, 11458, 7674, 6665, 12239, 9298, 6531, 9943, 7976, 7831, 12749, 8851, 6089, 11264, 9498, 8264, 6852, 10832, 7597, 11857, 10491, 7042, 6000, 9488, 9644, 8376, 11624, 9796, 6783, 6045, 12325, 8991, 9737, 6526, 7428, 8881, 6349, 5716, 12925, 10458, 9271, 7794, 14294, 11855, 8926, 12378, 9412, 6386, 8381, 11484, 9431, 9087, 6936, 9798, 9586, 8695, 7618, 10320, 6547, 6086, 10413, 9968, 6443, 5740, 13088, 11096, 6716, 5727, 9974, 8997, 7622, 10751, 7502, 6079, 11262, 10142, 8021, 6707, 11049, 9660, 8080, 11387, 7254, 7196, 11932, 8533, 6442, 10475, 8339, 8768, 11964, 7659, 6055, 12383, 10550, 7063, 7968, 8068, 7558, 11160, 11414, 6916, 8699, 11568, 7865, 6020, 10138, 9569, 8227, 12080, 8046, 7061, 12145, 9166, 6795, 10123, 6904, 9652, 12446, 7953, 5785, 11455, 9808, 7966, 10681, 8616, 6691, 11668, 11004, 7009, 6346, 12619, 10495, 6790, 10750, 8708, 7823, 10679, 9216, 6459, 10712, 10839, 8310, 8425, 9594, 7189, 7963, 11105, 7128, 5941, 13554, 11587, 6750, 9101, 9740, 8076, 12234, 9245, 6170, 9998, 10420, 7614, 6283, 10967, 9598, 8435, 11812, 8613, 6032, 13766, 11117, 7111, 6030, 10488, 9489, 8226, 9798, 8516, 6729, 10617, 11003, 7519, 5956, 11805, 9544, 8309, 8163, 10056, 8621, 9190, 11403, 8000, 6706, 13284, 11441, 6855, 8522, 8468, 7383, 12689, 11081, 6943, 8478, 10167, 7792, 11839, 7880, 5891, 12787, 11033, 6591, 5702, 10546, 9898, 8148, 11322, 7535, 7190, 13196, 9263, 6141, 12555, 9849, 8170, 8958, 7791, 6846, 9961, 10732, 7721, 6057, 10934, 10277, 7504, 9859, 6877, 7070, 12788, 10253, 7097, 8284, 10354, 9184, 14012, 7950, 5868, 10902, 10010, 7290, 6092, 10945, 9357, 8409, 9299, 8046, 7182, 11191, 11035, 7230, 7696, 11774, 9494, 6994, 10693, 8079, 7886, 14367, 10839, 7314, 6067, 6032, 9828, 7443, 12767, 8431, 7124, 7224, 5985, 5711, 9041, 6650, 5953, 8982, 15486, 11286, 9622, 8063, 12818, 10517, 8311, 11660, 8573, 7225, 10257, 11354, 7021, 6071, 11795, 10417, 6886, 5739, 10803, 8929, 7617, 6018, 9729, 8280, 7309, 6060, 10060, 7212, 7744, 13221, 8823, 6409, 6341, 11365, 9291, 6665, 10262, 8703, 7457, 8678, 8140, 6640, 9941, 11983, 7733, 6431, 9839, 8123, 9588, 10624, 6677, 6817, 10508, 7447, 6026, 8958, 7615, 7368, 11803, 7726, 6109, 11243, 10240, 7894, 6122, 9601, 8279, 9589, 11201, 7360, 6143, 10504, 9070, 8090, 10783, 7019, 6183, 11108, 7985, 6163, 7551, 8098, 6675, 11574, 9238, 9932, 6994, 5746, 10460, 9127, 8720, 11481, 6795, 6031, 11211, 9672, 7146, 5741, 10713, 9356, 7596, 9784, 6844, 6216, 11127, 9952, 7211, 6157, 11326, 9109, 6788, 10004, 7047, 6931, 12455, 8153, 6243, 9190, 11267, 8965, 6684, 9644, 8589, 8370, 11300, 7477, 5619, 11172, 9734, 7405, 7355, 7365, 6745, 8184, 11169, 7703, 5917, 10289, 9910, 7846, 6211, 10153, 8486, 7615, 10429, 7893, 6079, 13829, 9656, 6547, 9168, 8396, 7385, 7971, 8555, 6716, 7060, 11881, 8520, 6227, 8232, 8557, 7893, 13713, 7943, 5979, 10541, 9350, 6936, 6429, 7626, 7772, 8012, 10641, 7378, 5988, 11372, 9801, 6432, 10212, 6796, 6468, 11712, 9647, 7154, 5981, 10163, 9211, 7619, 10733, 6523, 6305, 10275, 10146, 7286, 6134, 11480, 9439, 6387, 9299, 7347, 7371, 12173, 8505, 6159, 9391, 8935, 6813, 5980, 8177, 7561, 8092, 10529, 6856, 6031, 11423, 8278, 6149, 10457, 9134, 7532, 10118, 7187, 6065, 11588, 8919, 6050, 9964, 7970, 6846, 9970, 8727, 6829, 6043, 11746, 8847, 5999, 10577, 8689, 7377, 9654, 7569, 6849, 9862, 10109, 7315, 5731, 10459, 9018, 7388, 7524, 7680, 7162, 7171, 10917, 6926, 5984, 12662, 9476, 7352, 5961, 9735, 8682, 7914, 11594, 6724, 6068, 9686, 10472, 7601, 6085, 10905, 8852, 6990, 5767, 8354, 7327, 8604, 11081, 7521, 5910, 10593, 9312, 7069, 10225, 6848, 5962, 12770, 10511, 7535, 6175, 10507, 9510, 7196, 10696, 6663, 6153, 12030, 9482, 6272, 8903, 7297, 7049, 9126, 8338, 7018, 6745, 11113, 9006, 6244, 9498, 8306, 7803, 12308, 9208, 6913, 7510, 11217, 8919, 6215, 10048, 7255, 8194, 11940, 7845, 5960, 9496, 8050, 7155, 11118, 7372, 5987, 10843, 9870, 6294, 5838, 8586, 7927, 8717, 10898, 7574, 6251, 11498, 9585, 6544, 9978, 8074, 7022, 12333, 8508, 6518, 6182, 10313, 8451, 6395, 9481, 7726, 7155, 10804, 7114, 6176, 12495, 9534, 6521, 7528, 8229, 7325, 9968, 9329, 6846, 8980, 10429, 8117, 6075, 9264, 7158, 7422, 11244, 8725, 6117, 9918, 7330, 6674, 12957, 9202, 6376, 8033, 8739, 7453, 8502, 9845, 7070, 6083, 11089, 9132, 6335, 9101, 7372, 7126, 11230, 8155, 6153, 11126, 8691, 6789, 6014, 8540, 7281, 7302, 9550, 6638, 6192, 11122, 8753, 6333, 9515, 8145, 7249, 11433, 7728], 'WindowCenter': [3663.0, 3660.0, 3679.0, 3647.0, 3644.0, 3654.0, 3621.0, 3662.0, 3630.0, 3588.0, 3651.0, 3640.0, 3597.0, 3640.0, 3607.0, 3619.0, 3652.0, 3621.0, 3578.0, 3631.0, 3621.0, 3651.0, 3653.0, 3600.0, 3651.0, 3641.0, 3629.0, 3650.0, 3607.0, 3617.0, 3640.0, 3619.0, 3627.0, 3629.0, 3606.0, 3651.0, 3640.0, 3597.0, 3638.0, 3619.0, 3617.0, 3650.0, 3620.0, 3586.0, 3640.0, 3632.0, 3618.0, 3639.0, 3608.0, 3649.0, 3640.0, 3618.0, 3648.0, 3606.0, 3596.0, 3649.0, 3628.0, 3626.0, 3616.0, 3594.0, 3647.0, 3616.0, 3573.0, 3636.0, 3627.0, 3607.0, 3637.0, 3595.0, 3605.0, 3649.0, 3617.0, 3604.0, 3626.0, 3605.0, 3636.0, 3626.0, 3575.0, 3638.0, 3629.0, 3617.0, 3639.0, 3606.0, 3595.0, 3638.0, 3617.0, 3617.0, 3639.0, 3597.0, 3618.0, 3651.0, 3629.0, 3597.0, 3640.0, 3617.0, 3651.0, 3639.0, 3587.0, 3649.0, 3628.0, 3618.0, 3639.0, 3618.0, 3597.0, 3648.0, 3639.0, 3617.0, 3637.0, 3584.0, 3616.0, 3649.0, 3618.0, 3576.0, 3639.0, 3629.0, 3619.0, 3661.0, 3630.0, 3586.0, 3649.0, 3629.0, 3628.0, 3638.0, 3618.0, 3606.0, 3648.0, 3618.0, 3596.0, 3639.0, 3606.0, 3626.0, 3650.0, 3620.0, 3586.0, 3650.0, 3640.0, 3620.0, 3649.0, 3629.0, 3606.0, 3660.0, 3650.0, 3598.0, 3639.0, 3629.0, 3617.0, 3659.0, 3628.0, 3585.0, 3648.0, 3638.0, 3619.0, 3648.0, 3617.0, 3595.0, 3649.0, 3627.0, 3597.0, 3648.0, 3627.0, 3617.0, 3636.0, 3596.0, 3604.0, 3637.0, 3617.0, 3584.0, 3625.0, 3605.0, 3647.0, 3637.0, 3597.0, 3594.0, 3617.0, 3607.0, 3638.0, 3640.0, 3608.0, 3627.0, 3651.0, 3629.0, 3608.0, 3650.0, 3618.0, 3638.0, 3639.0, 3608.0, 3586.0, 3640.0, 3629.0, 3628.0, 3641.0, 3597.0, 3628.0, 3650.0, 3630.0, 3597.0, 3638.0, 3618.0, 3638.0, 3638.0, 3597.0, 3617.0, 3639.0, 3618.0, 3659.0, 3627.0, 3575.0, 3647.0, 3627.0, 3596.0, 3628.0, 3607.0, 3618.0, 3648.0, 3617.0, 3605.0, 3627.0, 3595.0, 3647.0, 3639.0, 3584.0, 3636.0, 3627.0, 3605.0, 3638.0, 3618.0, 3605.0, 3648.0, 3629.0, 3595.0, 3637.0, 3628.0, 3607.0, 3638.0, 3618.0, 3597.0, 3649.0, 3639.0, 3607.0, 3627.0, 3606.0, 3607.0, 3649.0, 3629.0, 3586.0, 3648.0, 3628.0, 3617.0, 3638.0, 3618.0, 3587.0, 3649.0, 3639.0, 3597.0, 3627.0, 3616.0, 3605.0, 3650.0, 3629.0, 3586.0, 3637.0, 3628.0, 3617.0, 3586.0, 3628.0, 3619.0, 3649.0, 3638.0, 3584.0, 3648.0, 3627.0, 3607.0, 3626.0, 3617.0, 3584.0, 3648.0, 3638.0, 3586.0, 3637.0, 3627.0, 3605.0, 3648.0, 3617.0, 3584.0, 3636.0, 3627.0, 3597.0, 3626.0, 3618.0, 3596.0, 3660.0, 3639.0, 3597.0, 3637.0, 3617.0, 3606.0, 3649.0, 3619.0, 3578.0, 3631.0, 3639.0, 3640.0, 3629.0, 3663.0, 3652.0, 3623.0, 3609.0, 3650.0, 3628.0, 3636.0, 3605.0, 3573.0, 3635.0, 3637.0, 3584.0, 3639.0, 3605.0, 3606.0, 3648.0, 3617.0, 3587.0, 3637.0, 3639.0, 3607.0, 3627.0, 3598.0, 3628.0, 3639.0, 3607.0, 3586.0, 3640.0, 3617.0, 3638.0, 3626.0, 3584.0, 3636.0, 3626.0, 3607.0, 3637.0, 3605.0, 3583.0, 3648.0, 3627.0, 3576.0, 3648.0, 3627.0, 3608.0, 3639.0, 3617.0, 3606.0, 3650.0, 3628.0, 3575.0, 3649.0, 3629.0, 3605.0, 3636.0, 3605.0, 3604.0, 3636.0, 3616.0, 3584.0, 3626.0, 3604.0, 3646.0, 3605.0, 3564.0, 3626.0, 3651.0, 3629.0, 3607.0, 3641.0, 3629.0, 3618.0, 3609.0, 3639.0, 3608.0, 3659.0, 3639.0, 3607.0, 3584.0, 3626.0, 3617.0, 3605.0, 3637.0, 3607.0, 3595.0, 3648.0, 3628.0, 3575.0, 3638.0, 3628.0, 3606.0, 3638.0, 3605.0, 3604.0, 3639.0, 3617.0, 3574.0, 3626.0, 3616.0, 3616.0, 3640.0, 3617.0, 3585.0, 3650.0, 3640.0, 3607.0, 3638.0, 3606.0, 3605.0, 3639.0, 3616.0, 3572.0, 3626.0, 3616.0, 3605.0, 3637.0, 3608.0, 3585.0, 3648.0, 3627.0, 3596.0, 3626.0, 3605.0, 3646.0, 3625.0, 3584.0, 3615.0, 3604.0, 3595.0, 3625.0, 3628.0, 3588.0, 3639.0, 3639.0, 3620.0, 3595.0, 3628.0, 3620.0, 3638.0, 3639.0, 3598.0, 3616.0, 3640.0, 3618.0, 3596.0, 3639.0, 3608.0, 3649.0, 3638.0, 3596.0, 3636.0, 3605.0, 3593.0, 3648.0, 3628.0, 3575.0, 3636.0, 3626.0, 3607.0, 3636.0, 3606.0, 3574.0, 3649.0, 3637.0, 3607.0, 3638.0, 3605.0, 3595.0, 3638.0, 3616.0, 3574.0, 3639.0, 3628.0, 3607.0, 3638.0, 3607.0, 3606.0, 3651.0, 3639.0, 3588.0, 3650.0, 3630.0, 3618.0, 3651.0, 3617.0, 3585.0, 3639.0, 3629.0, 3606.0, 3638.0, 3596.0, 3595.0, 3649.0, 3639.0, 3588.0, 3629.0, 3630.0, 3619.0, 3652.0, 3628.0, 3598.0, 3618.0, 3652.0, 3630.0, 3597.0, 3641.0, 3617.0, 3638.0, 3639.0, 3597.0, 3617.0, 3627.0, 3605.0, 3648.0, 3615.0, 3573.0, 3638.0, 3615.0, 3605.0, 3638.0, 3605.0, 3575.0, 3637.0, 3627.0, 3619.0, 3595.0, 3627.0, 3607.0, 3627.0, 3648.0, 3618.0, 3585.0, 3627.0, 3617.0, 3606.0, 3638.0, 3597.0, 3597.0, 3648.0, 3640.0, 3596.0, 3638.0, 3616.0, 3604.0, 3639.0, 3616.0, 3584.0, 3636.0, 3627.0, 3605.0, 3627.0, 3583.0, 3594.0, 3637.0, 3619.0, 3575.0, 3638.0, 3627.0, 3616.0, 3639.0, 3606.0, 3584.0, 3637.0, 3607.0, 3583.0, 3628.0, 3597.0, 3637.0, 3627.0, 3595.0, 3616.0, 3616.0, 3596.0, 3648.0, 3627.0, 3575.0, 3637.0, 3628.0, 3617.0, 3636.0, 3606.0, 3586.0, 3648.0, 3638.0, 3596.0, 3627.0, 3604.0, 3625.0, 3628.0, 3595.0, 3563.0, 3627.0, 3628.0, 3606.0, 3638.0, 3596.0, 3605.0, 3639.0, 3617.0, 3585.0, 3638.0, 3627.0, 3617.0, 3638.0, 3607.0, 3594.0, 3636.0, 3615.0, 3594.0, 3626.0, 3594.0, 3592.0, 3636.0, 3606.0, 3575.0, 3627.0, 3617.0, 3606.0, 3638.0, 3608.0, 3585.0, 3638.0, 3627.0, 3585.0, 3626.0, 3607.0, 3606.0, 3649.0, 3618.0, 3587.0, 3639.0, 3629.0, 3617.0, 3585.0, 3638.0, 3607.0, 3638.0, 3642.0, 3625.0, 3585.0, 3617.0, 3627.0, 3617.0, 3651.0, 3639.0, 3609.0, 3588.0, 3652.0, 3617.0, 3614.0, 3572.0, 3595.0, 3615.0, 3587.0, 3575.0, 3651.0, 3639.0, 3617.0, 3594.0, 3635.0, 3624.0, 3603.0, 3623.0, 3602.0, 3559.0, 3590.0, 3622.0, 3600.0, 3602.0, 3580.0, 3611.0, 3601.0, 3600.0, 3581.0, 3612.0, 3570.0, 3562.0, 3625.0, 3613.0, 3571.0, 3560.0, 3635.0, 3636.0, 3584.0, 3562.0, 3626.0, 3617.0, 3610.0, 3638.0, 3607.0, 3587.0, 3639.0, 3628.0, 3608.0, 3599.0, 3639.0, 3627.0, 3606.0, 3637.0, 3596.0, 3595.0, 3638.0, 3618.0, 3586.0, 3627.0, 3605.0, 3616.0, 3639.0, 3606.0, 3574.0, 3637.0, 3628.0, 3596.0, 3605.0, 3606.0, 3608.0, 3639.0, 3639.0, 3597.0, 3618.0, 3640.0, 3608.0, 3575.0, 3627.0, 3629.0, 3618.0, 3649.0, 3608.0, 3594.0, 3638.0, 3615.0, 3584.0, 3624.0, 3595.0, 3615.0, 3637.0, 3607.0, 3574.0, 3637.0, 3628.0, 3607.0, 3639.0, 3617.0, 3585.0, 3640.0, 3638.0, 3598.0, 3584.0, 3649.0, 3639.0, 3596.0, 3638.0, 3617.0, 3607.0, 3638.0, 3618.0, 3586.0, 3627.0, 3639.0, 3617.0, 3605.0, 3626.0, 3594.0, 3606.0, 3637.0, 3597.0, 3586.0, 3650.0, 3639.0, 3597.0, 3617.0, 3628.0, 3607.0, 3637.0, 3617.0, 3574.0, 3626.0, 3628.0, 3607.0, 3585.0, 3638.0, 3628.0, 3616.0, 3638.0, 3617.0, 3575.0, 3649.0, 3639.0, 3597.0, 3575.0, 3626.0, 3628.0, 3617.0, 3628.0, 3616.0, 3596.0, 3638.0, 3638.0, 3608.0, 3587.0, 3649.0, 3630.0, 3618.0, 3607.0, 3628.0, 3616.0, 3618.0, 3638.0, 3606.0, 3583.0, 3636.0, 3637.0, 3586.0, 3605.0, 3605.0, 3594.0, 3637.0, 3628.0, 3596.0, 3604.0, 3626.0, 3607.0, 3637.0, 3604.0, 3564.0, 3636.0, 3627.0, 3596.0, 3574.0, 3639.0, 3629.0, 3606.0, 3637.0, 3606.0, 3595.0, 3649.0, 3618.0, 3575.0, 3637.0, 3629.0, 3617.0, 3616.0, 3607.0, 3595.0, 3629.0, 3640.0, 3609.0, 3576.0, 3637.0, 3628.0, 3596.0, 3628.0, 3585.0, 3595.0, 3649.0, 3639.0, 3598.0, 3616.0, 3628.0, 3617.0, 3648.0, 3605.0, 3575.0, 3638.0, 3626.0, 3596.0, 3575.0, 3626.0, 3617.0, 3617.0, 3617.0, 3607.0, 3596.0, 3639.0, 3638.0, 3596.0, 3594.0, 3635.0, 3617.0, 3595.0, 3626.0, 3604.0, 3605.0, 3648.0, 3640.0, 3608.0, 3586.0, 3585.0, 3639.0, 3608.0, 3649.0, 3606.0, 3581.0, 3580.0, 3573.0, 3575.0, 3617.0, 3584.0, 3573.0, 3615.0, 3648.0, 3624.0, 3603.0, 3580.0, 3609.0, 3610.0, 3589.0, 3610.0, 3589.0, 3579.0, 3599.0, 3611.0, 3568.0, 3557.0, 3634.0, 3612.0, 3581.0, 3559.0, 3623.0, 3613.0, 3593.0, 3573.0, 3614.0, 3604.0, 3595.0, 3574.0, 3626.0, 3595.0, 3593.0, 3638.0, 3615.0, 3585.0, 3572.0, 3637.0, 3617.0, 3584.0, 3626.0, 3604.0, 3595.0, 3617.0, 3605.0, 3584.0, 3626.0, 3639.0, 3606.0, 3586.0, 3626.0, 3605.0, 3615.0, 3626.0, 3584.0, 3582.0, 3628.0, 3595.0, 3575.0, 3616.0, 3605.0, 3607.0, 3639.0, 3608.0, 3587.0, 3638.0, 3629.0, 3608.0, 3575.0, 3627.0, 3618.0, 3628.0, 3640.0, 3608.0, 3576.0, 3627.0, 3617.0, 3606.0, 3628.0, 3596.0, 3574.0, 3638.0, 3607.0, 3574.0, 3606.0, 3609.0, 3586.0, 3639.0, 3629.0, 3630.0, 3598.0, 3578.0, 3639.0, 3628.0, 3619.0, 3636.0, 3585.0, 3574.0, 3639.0, 3630.0, 3598.0, 3575.0, 3639.0, 3629.0, 3607.0, 3627.0, 3585.0, 3576.0, 3639.0, 3629.0, 3608.0, 3576.0, 3640.0, 3619.0, 3586.0, 3628.0, 3597.0, 3595.0, 3640.0, 3606.0, 3586.0, 3617.0, 3639.0, 3619.0, 3587.0, 3615.0, 3606.0, 3605.0, 3627.0, 3595.0, 3563.0, 3626.0, 3614.0, 3593.0, 3593.0, 3594.0, 3585.0, 3615.0, 3639.0, 3607.0, 3575.0, 3626.0, 3628.0, 3608.0, 3574.0, 3628.0, 3617.0, 3607.0, 3628.0, 3606.0, 3575.0, 3649.0, 3617.0, 3586.0, 3615.0, 3606.0, 3609.0, 3606.0, 3616.0, 3596.0, 3595.0, 3640.0, 3617.0, 3588.0, 3616.0, 3617.0, 3607.0, 3649.0, 3606.0, 3574.0, 3627.0, 3617.0, 3595.0, 3584.0, 3606.0, 3606.0, 3607.0, 3638.0, 3597.0, 3574.0, 3639.0, 3628.0, 3587.0, 3626.0, 3584.0, 3585.0, 3638.0, 3628.0, 3596.0, 3575.0, 3628.0, 3618.0, 3606.0, 3626.0, 3585.0, 3586.0, 3627.0, 3627.0, 3607.0, 3572.0, 3638.0, 3617.0, 3585.0, 3615.0, 3595.0, 3595.0, 3639.0, 3616.0, 3574.0, 3615.0, 3616.0, 3585.0, 3574.0, 3604.0, 3606.0, 3605.0, 3627.0, 3584.0, 3573.0, 3638.0, 3607.0, 3574.0, 3627.0, 3616.0, 3606.0, 3626.0, 3598.0, 3572.0, 3636.0, 3616.0, 3573.0, 3616.0, 3605.0, 3583.0, 3628.0, 3617.0, 3584.0, 3575.0, 3640.0, 3618.0, 3575.0, 3630.0, 3617.0, 3594.0, 3627.0, 3605.0, 3585.0, 3627.0, 3628.0, 3597.0, 3563.0, 3626.0, 3617.0, 3597.0, 3607.0, 3607.0, 3595.0, 3595.0, 3639.0, 3597.0, 3574.0, 3649.0, 3630.0, 3609.0, 3575.0, 3627.0, 3616.0, 3606.0, 3637.0, 3585.0, 3574.0, 3627.0, 3626.0, 3607.0, 3575.0, 3627.0, 3616.0, 3596.0, 3563.0, 3605.0, 3596.0, 3616.0, 3639.0, 3607.0, 3564.0, 3625.0, 3615.0, 3595.0, 3628.0, 3585.0, 3574.0, 3638.0, 3627.0, 3606.0, 3572.0, 3627.0, 3627.0, 3597.0, 3627.0, 3587.0, 3574.0, 3638.0, 3628.0, 3574.0, 3615.0, 3594.0, 3594.0, 3626.0, 3617.0, 3595.0, 3583.0, 3636.0, 3617.0, 3587.0, 3628.0, 3618.0, 3605.0, 3638.0, 3617.0, 3595.0, 3595.0, 3636.0, 3616.0, 3574.0, 3627.0, 3595.0, 3605.0, 3636.0, 3593.0, 3572.0, 3615.0, 3604.0, 3583.0, 3626.0, 3593.0, 3572.0, 3626.0, 3627.0, 3585.0, 3573.0, 3617.0, 3606.0, 3617.0, 3637.0, 3606.0, 3583.0, 3637.0, 3616.0, 3574.0, 3626.0, 3606.0, 3593.0, 3637.0, 3615.0, 3585.0, 3573.0, 3627.0, 3618.0, 3585.0, 3616.0, 3605.0, 3595.0, 3639.0, 3596.0, 3574.0, 3639.0, 3628.0, 3585.0, 3605.0, 3606.0, 3595.0, 3626.0, 3616.0, 3585.0, 3615.0, 3627.0, 3606.0, 3573.0, 3616.0, 3584.0, 3594.0, 3626.0, 3605.0, 3573.0, 3626.0, 3596.0, 3585.0, 3636.0, 3615.0, 3573.0, 3605.0, 3605.0, 3594.0, 3616.0, 3626.0, 3596.0, 3573.0, 3627.0, 3617.0, 3574.0, 3615.0, 3594.0, 3584.0, 3627.0, 3605.0, 3574.0, 3637.0, 3616.0, 3586.0, 3575.0, 3615.0, 3595.0, 3607.0, 3627.0, 3597.0, 3574.0, 3640.0, 3619.0, 3587.0, 3628.0, 3607.0, 3596.0, 3639.0, 3605.0], 'WindowWidth': [8272.0, 8261.0, 8284.0, 8235.0, 8224.0, 8238.0, 8190.0, 8247.0, 8200.0, 8142.0, 8229.0, 8214.0, 8153.0, 8211.0, 8167.0, 8184.0, 8232.0, 8190.0, 8131.0, 8204.0, 8191.0, 8232.0, 8235.0, 8162.0, 8230.0, 8216.0, 8196.0, 8225.0, 8165.0, 8177.0, 8212.0, 8182.0, 8192.0, 8197.0, 8163.0, 8230.0, 8214.0, 8153.0, 8207.0, 8183.0, 8178.0, 8228.0, 8186.0, 8137.0, 8214.0, 8207.0, 8182.0, 8212.0, 8169.0, 8224.0, 8212.0, 8181.0, 8222.0, 8162.0, 8148.0, 8224.0, 8193.0, 8188.0, 8174.0, 8143.0, 8218.0, 8173.0, 8114.0, 8202.0, 8188.0, 8162.0, 8203.0, 8147.0, 8160.0, 8222.0, 8178.0, 8157.0, 8186.0, 8159.0, 8203.0, 8188.0, 8121.0, 8207.0, 8195.0, 8176.0, 8208.0, 8163.0, 8145.0, 8205.0, 8177.0, 8179.0, 8209.0, 8153.0, 8182.0, 8230.0, 8198.0, 8154.0, 8212.0, 8180.0, 8229.0, 8210.0, 8139.0, 8225.0, 8195.0, 8180.0, 8211.0, 8182.0, 8152.0, 8222.0, 8210.0, 8179.0, 8204.0, 8131.0, 8175.0, 8225.0, 8183.0, 8126.0, 8212.0, 8197.0, 8182.0, 8245.0, 8199.0, 8137.0, 8226.0, 8198.0, 8195.0, 8208.0, 8181.0, 8162.0, 8222.0, 8181.0, 8148.0, 8208.0, 8163.0, 8189.0, 8226.0, 8187.0, 8138.0, 8226.0, 8213.0, 8186.0, 8225.0, 8197.0, 8162.0, 8243.0, 8227.0, 8154.0, 8210.0, 8196.0, 8178.0, 8239.0, 8192.0, 8134.0, 8220.0, 8207.0, 8182.0, 8220.0, 8178.0, 8146.0, 8223.0, 8191.0, 8151.0, 8221.0, 8191.0, 8176.0, 8201.0, 8148.0, 8157.0, 8205.0, 8178.0, 8132.0, 8186.0, 8159.0, 8218.0, 8204.0, 8150.0, 8145.0, 8179.0, 8167.0, 8209.0, 8213.0, 8169.0, 8192.0, 8229.0, 8198.0, 8169.0, 8226.0, 8181.0, 8209.0, 8211.0, 8169.0, 8138.0, 8212.0, 8197.0, 8194.0, 8215.0, 8154.0, 8194.0, 8228.0, 8201.0, 8154.0, 8210.0, 8182.0, 8207.0, 8208.0, 8152.0, 8179.0, 8210.0, 8181.0, 8238.0, 8191.0, 8121.0, 8218.0, 8190.0, 8149.0, 8194.0, 8164.0, 8179.0, 8221.0, 8178.0, 8159.0, 8189.0, 8145.0, 8219.0, 8208.0, 8130.0, 8202.0, 8190.0, 8161.0, 8208.0, 8180.0, 8161.0, 8224.0, 8196.0, 8146.0, 8205.0, 8192.0, 8164.0, 8210.0, 8182.0, 8151.0, 8225.0, 8209.0, 8164.0, 8191.0, 8164.0, 8164.0, 8227.0, 8196.0, 8136.0, 8222.0, 8195.0, 8178.0, 8208.0, 8180.0, 8141.0, 8224.0, 8210.0, 8150.0, 8191.0, 8175.0, 8160.0, 8226.0, 8197.0, 8136.0, 8204.0, 8193.0, 8179.0, 8135.0, 8195.0, 8183.0, 8224.0, 8206.0, 8132.0, 8219.0, 8190.0, 8163.0, 8189.0, 8177.0, 8131.0, 8221.0, 8205.0, 8135.0, 8203.0, 8189.0, 8159.0, 8221.0, 8177.0, 8129.0, 8200.0, 8189.0, 8150.0, 8190.0, 8180.0, 8149.0, 8241.0, 8209.0, 8151.0, 8206.0, 8177.0, 8161.0, 8225.0, 8185.0, 8131.0, 8200.0, 8209.0, 8213.0, 8197.0, 8248.0, 8233.0, 8194.0, 8170.0, 8228.0, 8192.0, 8199.0, 8154.0, 8113.0, 8198.0, 8201.0, 8130.0, 8208.0, 8159.0, 8161.0, 8223.0, 8178.0, 8139.0, 8205.0, 8208.0, 8165.0, 8191.0, 8153.0, 8193.0, 8209.0, 8165.0, 8136.0, 8211.0, 8176.0, 8204.0, 8186.0, 8129.0, 8199.0, 8187.0, 8162.0, 8203.0, 8157.0, 8128.0, 8220.0, 8190.0, 8123.0, 8220.0, 8190.0, 8168.0, 8209.0, 8175.0, 8160.0, 8226.0, 8192.0, 8120.0, 8222.0, 8193.0, 8158.0, 8201.0, 8159.0, 8155.0, 8201.0, 8172.0, 8128.0, 8186.0, 8155.0, 8215.0, 8160.0, 8104.0, 8189.0, 8229.0, 8195.0, 8162.0, 8214.0, 8195.0, 8180.0, 8170.0, 8211.0, 8166.0, 8237.0, 8209.0, 8163.0, 8130.0, 8186.0, 8175.0, 8159.0, 8205.0, 8163.0, 8144.0, 8223.0, 8192.0, 8119.0, 8206.0, 8192.0, 8160.0, 8207.0, 8159.0, 8157.0, 8210.0, 8177.0, 8117.0, 8189.0, 8176.0, 8176.0, 8212.0, 8176.0, 8133.0, 8225.0, 8210.0, 8163.0, 8207.0, 8162.0, 8158.0, 8208.0, 8175.0, 8112.0, 8186.0, 8174.0, 8159.0, 8204.0, 8165.0, 8132.0, 8220.0, 8190.0, 8147.0, 8186.0, 8157.0, 8213.0, 8183.0, 8128.0, 8169.0, 8154.0, 8145.0, 8186.0, 8193.0, 8139.0, 8209.0, 8210.0, 8183.0, 8146.0, 8193.0, 8183.0, 8208.0, 8210.0, 8153.0, 8175.0, 8211.0, 8180.0, 8148.0, 8208.0, 8166.0, 8222.0, 8204.0, 8147.0, 8200.0, 8158.0, 8140.0, 8219.0, 8192.0, 8117.0, 8200.0, 8187.0, 8162.0, 8201.0, 8161.0, 8118.0, 8222.0, 8205.0, 8162.0, 8203.0, 8158.0, 8143.0, 8207.0, 8175.0, 8117.0, 8209.0, 8194.0, 8163.0, 8207.0, 8164.0, 8163.0, 8229.0, 8210.0, 8142.0, 8227.0, 8198.0, 8180.0, 8228.0, 8177.0, 8133.0, 8209.0, 8194.0, 8160.0, 8207.0, 8148.0, 8146.0, 8226.0, 8210.0, 8142.0, 8196.0, 8199.0, 8183.0, 8231.0, 8194.0, 8156.0, 8180.0, 8231.0, 8199.0, 8151.0, 8213.0, 8176.0, 8206.0, 8207.0, 8149.0, 8174.0, 8189.0, 8156.0, 8219.0, 8170.0, 8113.0, 8204.0, 8170.0, 8156.0, 8206.0, 8158.0, 8118.0, 8203.0, 8190.0, 8181.0, 8146.0, 8190.0, 8164.0, 8189.0, 8222.0, 8179.0, 8131.0, 8189.0, 8176.0, 8162.0, 8206.0, 8150.0, 8149.0, 8222.0, 8210.0, 8147.0, 8204.0, 8172.0, 8154.0, 8209.0, 8174.0, 8129.0, 8201.0, 8189.0, 8156.0, 8187.0, 8127.0, 8141.0, 8203.0, 8179.0, 8120.0, 8206.0, 8189.0, 8173.0, 8209.0, 8162.0, 8129.0, 8203.0, 8161.0, 8128.0, 8191.0, 8151.0, 8202.0, 8191.0, 8145.0, 8173.0, 8172.0, 8146.0, 8219.0, 8190.0, 8120.0, 8204.0, 8191.0, 8174.0, 8201.0, 8161.0, 8134.0, 8219.0, 8206.0, 8147.0, 8188.0, 8156.0, 8183.0, 8190.0, 8144.0, 8100.0, 8189.0, 8191.0, 8161.0, 8206.0, 8148.0, 8158.0, 8208.0, 8178.0, 8133.0, 8206.0, 8189.0, 8175.0, 8205.0, 8161.0, 8141.0, 8201.0, 8170.0, 8141.0, 8185.0, 8141.0, 8137.0, 8201.0, 8161.0, 8120.0, 8191.0, 8177.0, 8162.0, 8208.0, 8166.0, 8132.0, 8208.0, 8192.0, 8132.0, 8188.0, 8164.0, 8160.0, 8224.0, 8180.0, 8138.0, 8209.0, 8194.0, 8177.0, 8132.0, 8206.0, 8164.0, 8206.0, 8218.0, 8205.0, 8136.0, 8175.0, 8191.0, 8177.0, 8231.0, 8212.0, 8173.0, 8146.0, 8234.0, 8176.0, 8166.0, 8110.0, 8142.0, 8171.0, 8137.0, 8123.0, 8230.0, 8210.0, 8177.0, 8140.0, 8198.0, 8181.0, 8149.0, 8176.0, 8148.0, 8086.0, 8129.0, 8175.0, 8142.0, 8146.0, 8116.0, 8158.0, 8144.0, 8142.0, 8116.0, 8162.0, 8104.0, 8095.0, 8181.0, 8165.0, 8109.0, 8093.0, 8198.0, 8199.0, 8130.0, 8099.0, 8187.0, 8178.0, 8170.0, 8208.0, 8164.0, 8139.0, 8211.0, 8194.0, 8167.0, 8154.0, 8208.0, 8191.0, 8162.0, 8204.0, 8149.0, 8145.0, 8207.0, 8179.0, 8134.0, 8191.0, 8160.0, 8175.0, 8209.0, 8162.0, 8117.0, 8205.0, 8192.0, 8148.0, 8160.0, 8163.0, 8167.0, 8209.0, 8209.0, 8150.0, 8177.0, 8211.0, 8167.0, 8121.0, 8192.0, 8197.0, 8180.0, 8224.0, 8166.0, 8143.0, 8205.0, 8172.0, 8129.0, 8183.0, 8145.0, 8170.0, 8205.0, 8164.0, 8119.0, 8204.0, 8192.0, 8163.0, 8209.0, 8176.0, 8132.0, 8211.0, 8206.0, 8154.0, 8130.0, 8225.0, 8210.0, 8149.0, 8207.0, 8177.0, 8164.0, 8207.0, 8179.0, 8136.0, 8190.0, 8209.0, 8177.0, 8159.0, 8188.0, 8143.0, 8160.0, 8205.0, 8150.0, 8137.0, 8228.0, 8210.0, 8152.0, 8177.0, 8193.0, 8164.0, 8206.0, 8176.0, 8117.0, 8187.0, 8192.0, 8164.0, 8133.0, 8206.0, 8194.0, 8175.0, 8208.0, 8176.0, 8120.0, 8223.0, 8207.0, 8150.0, 8120.0, 8187.0, 8193.0, 8176.0, 8194.0, 8176.0, 8150.0, 8207.0, 8208.0, 8167.0, 8138.0, 8222.0, 8198.0, 8181.0, 8163.0, 8191.0, 8174.0, 8177.0, 8205.0, 8160.0, 8127.0, 8202.0, 8203.0, 8133.0, 8158.0, 8156.0, 8141.0, 8203.0, 8191.0, 8147.0, 8155.0, 8188.0, 8161.0, 8202.0, 8154.0, 8102.0, 8202.0, 8189.0, 8149.0, 8118.0, 8208.0, 8195.0, 8162.0, 8206.0, 8160.0, 8144.0, 8224.0, 8178.0, 8120.0, 8205.0, 8195.0, 8177.0, 8176.0, 8164.0, 8149.0, 8196.0, 8212.0, 8170.0, 8122.0, 8205.0, 8192.0, 8147.0, 8191.0, 8132.0, 8146.0, 8226.0, 8210.0, 8153.0, 8176.0, 8194.0, 8177.0, 8222.0, 8157.0, 8120.0, 8206.0, 8189.0, 8150.0, 8119.0, 8188.0, 8177.0, 8178.0, 8177.0, 8163.0, 8148.0, 8208.0, 8206.0, 8150.0, 8141.0, 8199.0, 8175.0, 8146.0, 8187.0, 8156.0, 8158.0, 8220.0, 8213.0, 8166.0, 8136.0, 8136.0, 8211.0, 8171.0, 8224.0, 8161.0, 8118.0, 8115.0, 8111.0, 8119.0, 8179.0, 8131.0, 8115.0, 8172.0, 8220.0, 8180.0, 8149.0, 8111.0, 8152.0, 8152.0, 8124.0, 8153.0, 8124.0, 8110.0, 8139.0, 8158.0, 8096.0, 8082.0, 8194.0, 8161.0, 8119.0, 8088.0, 8176.0, 8166.0, 8140.0, 8113.0, 8169.0, 8155.0, 8144.0, 8117.0, 8187.0, 8144.0, 8140.0, 8206.0, 8171.0, 8132.0, 8112.0, 8203.0, 8178.0, 8129.0, 8185.0, 8156.0, 8145.0, 8176.0, 8158.0, 8132.0, 8187.0, 8208.0, 8161.0, 8133.0, 8186.0, 8157.0, 8170.0, 8185.0, 8128.0, 8124.0, 8193.0, 8144.0, 8118.0, 8175.0, 8159.0, 8164.0, 8211.0, 8167.0, 8139.0, 8207.0, 8197.0, 8167.0, 8122.0, 8192.0, 8180.0, 8192.0, 8212.0, 8166.0, 8121.0, 8191.0, 8176.0, 8161.0, 8192.0, 8148.0, 8116.0, 8206.0, 8162.0, 8116.0, 8160.0, 8168.0, 8134.0, 8209.0, 8197.0, 8201.0, 8156.0, 8129.0, 8208.0, 8193.0, 8181.0, 8203.0, 8132.0, 8119.0, 8210.0, 8199.0, 8155.0, 8122.0, 8210.0, 8195.0, 8165.0, 8191.0, 8131.0, 8122.0, 8210.0, 8195.0, 8166.0, 8123.0, 8212.0, 8181.0, 8134.0, 8192.0, 8148.0, 8144.0, 8212.0, 8162.0, 8136.0, 8177.0, 8210.0, 8182.0, 8135.0, 8172.0, 8160.0, 8156.0, 8189.0, 8144.0, 8098.0, 8184.0, 8168.0, 8138.0, 8140.0, 8142.0, 8132.0, 8173.0, 8210.0, 8163.0, 8121.0, 8189.0, 8194.0, 8168.0, 8118.0, 8194.0, 8177.0, 8165.0, 8194.0, 8160.0, 8118.0, 8223.0, 8176.0, 8135.0, 8172.0, 8161.0, 8168.0, 8162.0, 8174.0, 8148.0, 8146.0, 8212.0, 8180.0, 8141.0, 8176.0, 8179.0, 8164.0, 8224.0, 8162.0, 8116.0, 8189.0, 8176.0, 8145.0, 8130.0, 8161.0, 8162.0, 8164.0, 8209.0, 8151.0, 8118.0, 8209.0, 8194.0, 8136.0, 8187.0, 8130.0, 8132.0, 8207.0, 8193.0, 8150.0, 8120.0, 8193.0, 8179.0, 8161.0, 8188.0, 8131.0, 8135.0, 8191.0, 8191.0, 8164.0, 8111.0, 8206.0, 8176.0, 8132.0, 8171.0, 8144.0, 8146.0, 8208.0, 8174.0, 8116.0, 8170.0, 8173.0, 8132.0, 8116.0, 8155.0, 8161.0, 8159.0, 8190.0, 8130.0, 8114.0, 8206.0, 8163.0, 8118.0, 8189.0, 8174.0, 8161.0, 8189.0, 8152.0, 8112.0, 8201.0, 8172.0, 8113.0, 8173.0, 8156.0, 8127.0, 8191.0, 8176.0, 8131.0, 8118.0, 8213.0, 8181.0, 8119.0, 8197.0, 8175.0, 8144.0, 8189.0, 8159.0, 8131.0, 8191.0, 8191.0, 8149.0, 8101.0, 8189.0, 8177.0, 8151.0, 8162.0, 8163.0, 8148.0, 8146.0, 8210.0, 8151.0, 8119.0, 8224.0, 8197.0, 8169.0, 8119.0, 8189.0, 8174.0, 8160.0, 8205.0, 8131.0, 8115.0, 8189.0, 8190.0, 8164.0, 8118.0, 8190.0, 8174.0, 8149.0, 8103.0, 8160.0, 8149.0, 8174.0, 8209.0, 8164.0, 8104.0, 8186.0, 8174.0, 8146.0, 8192.0, 8132.0, 8116.0, 8207.0, 8189.0, 8160.0, 8112.0, 8190.0, 8190.0, 8149.0, 8191.0, 8136.0, 8118.0, 8207.0, 8192.0, 8115.0, 8170.0, 8141.0, 8144.0, 8189.0, 8177.0, 8146.0, 8128.0, 8203.0, 8178.0, 8137.0, 8194.0, 8178.0, 8160.0, 8208.0, 8176.0, 8146.0, 8144.0, 8203.0, 8175.0, 8116.0, 8189.0, 8145.0, 8156.0, 8201.0, 8138.0, 8111.0, 8171.0, 8155.0, 8127.0, 8187.0, 8139.0, 8110.0, 8187.0, 8190.0, 8133.0, 8116.0, 8177.0, 8162.0, 8177.0, 8205.0, 8161.0, 8126.0, 8205.0, 8175.0, 8116.0, 8187.0, 8158.0, 8139.0, 8205.0, 8172.0, 8134.0, 8115.0, 8193.0, 8180.0, 8132.0, 8173.0, 8160.0, 8146.0, 8207.0, 8147.0, 8117.0, 8210.0, 8191.0, 8132.0, 8160.0, 8161.0, 8145.0, 8188.0, 8175.0, 8132.0, 8169.0, 8188.0, 8160.0, 8113.0, 8172.0, 8129.0, 8140.0, 8188.0, 8157.0, 8114.0, 8188.0, 8146.0, 8131.0, 8203.0, 8172.0, 8113.0, 8158.0, 8156.0, 8143.0, 8174.0, 8189.0, 8148.0, 8114.0, 8190.0, 8176.0, 8117.0, 8171.0, 8142.0, 8130.0, 8191.0, 8158.0, 8117.0, 8204.0, 8174.0, 8135.0, 8118.0, 8170.0, 8145.0, 8164.0, 8191.0, 8152.0, 8117.0, 8213.0, 8182.0, 8137.0, 8192.0, 8165.0, 8149.0, 8209.0, 8159.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.0002285216072782411</td></tr>
<tr><td colspan=3>aqi</td><td>0.022412721455648217</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.08088046454484</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1586385000910466</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9760056202807279</td></tr>
<tr><td colspan=3>efc</td><td>0.4631</td></tr>
<tr><td colspan=3>fber</td><td>5992.1577</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11037762685462404</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.0652009097801365</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5796841689467516</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.590767574594924</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7885627516973015</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.359722180548029</td></tr>
<tr><td colspan=3>gcor</td><td>0.00413053</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009088323451578617</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019205361604690552</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.74513435495418</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>28.3617</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.9878</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.7996</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302270.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>579.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.7047</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1748</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.6873</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2807.2979</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3716.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.8927</td></tr>
<tr><td colspan=3>tsnr</td><td>37.544302283087745</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>