ds005256-mriqc/sub-0095_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_task-fractional_acq-mb8_run-01_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-01_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>73c41c9483cbbb9f61706244b147fda5</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:35:38.402500</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-01_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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</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.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>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>65f161e6-f2e0-4ca2-b158-055afedfaf78||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': ['173538.402500', '173538.862500', '173539.322500', '173539.782500', '173540.242500', '173540.702500', '173541.162500', '173541.622500', '173542.082500', '173542.542500', '173543.002500', '173543.462500', '173543.922500', '173544.382500', '173544.842500', '173545.302500', '173545.762500', '173546.222500', '173546.682500', '173547.142500', '173547.602500', '173548.062500', '173548.522500', '173548.982500', '173549.442500', '173549.902500', '173550.362500', '173550.822500', '173551.282500', '173551.742500', '173552.202500', '173552.662500', '173553.122500', '173553.582500', '173554.042500', '173554.502500', '173554.962500', '173555.422500', '173555.882500', '173556.342500', '173556.802500', '173557.262500', '173557.722500', '173558.182500', '173558.642500', '173559.102500', '173559.562500', '173600.022500', '173600.482500', '173600.942500', '173601.402500', '173601.862500', '173602.322500', '173602.782500', '173603.242500', '173603.702500', '173604.162500', '173604.622500', '173605.082500', '173605.542500', '173606.002500', '173606.462500', '173606.922500', '173607.382500', '173607.842500', '173608.302500', '173608.762500', '173609.222500', '173609.682500', '173610.142500', '173610.602500', '173611.062500', '173611.522500', '173611.982500', '173612.442500', '173612.902500', '173613.362500', '173613.822500', '173614.282500', '173614.742500', '173615.202500', '173615.662500', '173616.122500', '173616.582500', '173617.042500', '173617.502500', '173617.962500', '173618.422500', '173618.882500', '173619.342500', '173619.802500', '173620.262500', '173620.722500', '173621.182500', '173621.642500', '173622.102500', '173622.562500', '173623.022500', '173623.482500', '173623.942500', '173624.402500', '173624.862500', '173625.322500', '173625.782500', '173626.242500', '173626.702500', '173627.162500', '173627.622500', '173628.082500', '173628.542500', '173629.002500', '173629.462500', '173629.922500', '173630.382500', '173630.842500', '173631.302500', '173631.762500', '173632.222500', '173632.682500', '173633.142500', '173633.602500', '173634.062500', '173634.522500', '173634.982500', '173635.442500', '173635.902500', '173636.362500', '173636.822500', '173637.282500', '173637.742500', '173638.202500', '173638.662500', '173639.122500', '173639.582500', '173640.042500', '173640.502500', '173640.962500', '173641.422500', '173641.882500', '173642.342500', '173642.802500', '173643.262500', '173643.722500', '173644.182500', '173644.642500', '173645.102500', '173645.562500', '173646.022500', '173646.482500', '173646.942500', '173647.402500', '173647.862500', '173648.322500', '173648.782500', '173649.242500', '173649.702500', '173650.162500', '173650.622500', '173651.082500', '173651.542500', '173652.002500', '173652.462500', '173652.922500', '173653.382500', '173653.842500', '173654.302500', '173654.762500', '173655.222500', '173655.682500', '173656.142500', '173656.602500', '173657.062500', '173657.522500', '173657.982500', '173658.442500', '173658.902500', '173659.362500', '173659.822500', '173700.282500', '173700.742500', '173701.202500', '173701.662500', '173702.122500', '173702.582500', '173703.042500', '173703.502500', '173703.962500', '173704.422500', '173704.882500', '173705.342500', '173705.802500', '173706.262500', '173706.722500', '173707.182500', '173707.642500', '173708.102500', '173708.562500', '173709.022500', '173709.482500', '173709.942500', '173710.402500', '173710.862500', '173711.322500', '173711.782500', '173712.242500', '173712.702500', '173713.162500', '173713.622500', '173714.082500', '173714.542500', '173715.002500', '173715.462500', '173715.922500', '173716.382500', '173716.842500', '173717.302500', '173717.762500', '173718.222500', '173718.682500', '173719.142500', '173719.602500', '173720.062500', '173720.522500', '173720.982500', '173721.442500', '173721.902500', '173722.362500', '173722.822500', '173723.282500', '173723.742500', '173724.202500', '173724.662500', '173725.122500', '173725.582500', '173726.042500', '173726.502500', '173726.962500', '173727.422500', '173727.882500', '173728.342500', '173728.802500', '173729.262500', '173729.722500', '173730.182500', '173730.642500', '173731.102500', '173731.562500', '173732.022500', '173732.482500', '173732.942500', '173733.402500', '173733.862500', '173734.322500', '173734.782500', '173735.242500', '173735.702500', '173736.162500', '173736.622500', '173737.082500', '173737.542500', '173738.002500', '173738.462500', '173738.922500', '173739.382500', '173739.842500', '173740.302500', '173740.762500', '173741.222500', '173741.682500', '173742.142500', '173742.602500', '173743.062500', '173743.522500', '173743.982500', '173744.442500', '173744.902500', '173745.362500', '173745.822500', '173746.282500', '173746.742500', '173747.202500', '173747.662500', '173748.122500', '173748.582500', '173749.042500', '173749.502500', '173749.962500', '173750.422500', '173750.882500', '173751.342500', '173751.802500', '173752.262500', '173752.722500', '173753.182500', '173753.642500', '173754.102500', '173754.562500', '173755.022500', '173755.482500', '173755.942500', '173756.402500', '173756.862500', '173757.322500', '173757.782500', '173758.242500', '173758.702500', '173759.162500', '173759.622500', '173800.082500', '173800.542500', '173801.002500', '173801.462500', '173801.922500', '173802.382500', '173802.842500', '173803.302500', '173803.762500', '173804.222500', '173804.682500', '173805.142500', '173805.602500', '173806.062500', '173806.522500', '173806.982500', '173807.442500', '173807.902500', '173808.362500', '173808.822500', '173809.282500', '173809.742500', '173810.202500', '173810.662500', '173811.122500', '173811.582500', '173812.042500', '173812.502500', '173812.962500', '173813.422500', '173813.882500', '173814.342500', '173814.802500', '173815.262500', '173815.722500', '173816.182500', '173816.642500', '173817.102500', '173817.562500', '173818.022500', '173818.482500', '173818.942500', '173819.402500', '173819.862500', '173820.322500', '173820.782500', '173821.242500', '173821.702500', '173822.162500', '173822.622500', '173823.082500', '173823.542500', '173824.002500', '173824.462500', '173824.922500', '173825.382500', '173825.842500', '173826.302500', '173826.762500', '173827.222500', '173827.682500', '173828.142500', '173828.602500', '173829.062500', '173829.522500', '173829.982500', '173830.442500', '173830.902500', '173831.362500', '173831.822500', '173832.282500', '173832.742500', '173833.202500', '173833.662500', '173834.122500', '173834.582500', '173835.042500', '173835.502500', '173835.962500', '173836.422500', '173836.882500', '173837.342500', '173837.802500', '173838.262500', '173838.722500', '173839.182500', '173839.642500', '173840.102500', '173840.562500', '173841.022500', '173841.482500', '173841.942500', '173842.402500', '173842.862500', '173843.322500', '173843.782500', '173844.242500', '173844.702500', '173845.162500', '173845.622500', '173846.082500', '173846.542500', '173847.002500', '173847.462500', '173847.922500', '173848.382500', '173848.842500', '173849.302500', '173849.762500', '173850.222500', '173850.682500', '173851.142500', '173851.602500', '173852.062500', '173852.522500', '173852.982500', '173853.442500', '173853.902500', '173854.362500', '173854.822500', '173855.282500', '173855.742500', '173856.202500', '173856.662500', '173857.122500', '173857.582500', '173858.042500', '173858.502500', '173858.962500', '173859.422500', '173859.882500', '173900.342500', '173900.802500', '173901.262500', '173901.722500', '173902.182500', '173902.642500', '173903.102500', '173903.562500', '173904.022500', '173904.482500', '173904.942500', '173905.402500', '173905.862500', '173906.322500', '173906.782500', '173907.242500', '173907.702500', '173908.162500', '173908.622500', '173909.082500', '173909.542500', '173910.002500', '173910.462500', '173910.922500', '173911.382500', '173911.842500', '173912.302500', '173912.762500', '173913.222500', '173913.682500', '173914.142500', '173914.602500', '173915.062500', '173915.522500', '173915.982500', '173916.442500', '173916.902500', '173917.362500', '173917.822500', '173918.282500', '173918.742500', '173919.202500', '173919.662500', '173920.122500', '173920.582500', '173921.042500', '173921.502500', '173921.962500', '173922.422500', '173922.882500', '173923.342500', '173923.802500', '173924.262500', '173924.722500', '173925.182500', '173925.642500', '173926.102500', '173926.562500', '173927.022500', '173927.482500', '173927.942500', '173928.402500', '173928.862500', '173929.322500', '173929.782500', '173930.242500', '173930.702500', '173931.162500', '173931.622500', '173932.082500', '173932.542500', '173933.002500', '173933.462500', '173933.922500', '173934.382500', '173934.842500', '173935.302500', '173935.762500', '173936.222500', '173936.682500', '173937.142500', '173937.602500', '173938.062500', '173938.522500', '173938.982500', '173939.442500', '173939.902500', '173940.362500', '173940.822500', '173941.282500', '173941.742500', '173942.202500', '173942.662500', '173943.122500', '173943.582500', '173944.042500', '173944.502500', '173944.962500', '173945.422500', '173945.882500', '173946.342500', '173946.802500', '173947.262500', '173947.722500', '173948.182500', '173948.642500', '173949.102500', '173949.562500', '173950.022500', '173950.482500', '173950.942500', '173951.402500', '173951.862500', '173952.322500', '173952.782500', '173953.242500', '173953.702500', '173954.162500', '173954.622500', '173955.082500', '173955.542500', '173956.002500', '173956.462500', '173956.922500', '173957.382500', '173957.842500', '173958.302500', '173958.762500', '173959.222500', '173959.682500', '174000.142500', '174000.602500', '174001.062500', '174001.522500', '174001.982500', '174002.442500', '174002.902500', '174003.362500', '174003.822500', '174004.282500', '174004.742500', '174005.202500', '174005.662500', '174006.122500', '174006.582500', '174007.042500', '174007.502500', '174007.962500', '174008.422500', '174008.882500', '174009.342500', '174009.802500', '174010.262500', '174010.722500', '174011.182500', '174011.642500', '174012.102500', '174012.562500', '174013.022500', '174013.482500', '174013.942500', '174014.402500', '174014.862500', '174015.322500', '174015.782500', '174016.242500', '174016.702500', '174017.162500', '174017.622500', '174018.082500', '174018.542500', '174019.002500', '174019.462500', '174019.922500', '174020.382500', '174020.842500', '174021.302500', '174021.762500', '174022.222500', '174022.682500', '174023.142500', '174023.602500', '174024.062500', '174024.522500', '174024.982500', '174025.442500', '174025.902500', '174026.362500', '174026.822500', '174027.282500', '174027.742500', '174028.202500', '174028.662500', '174029.122500', '174029.582500', '174030.042500', '174030.502500', '174030.962500', '174031.422500', '174031.882500', '174032.342500', '174032.802500', '174033.262500', '174033.722500', '174034.182500', '174034.642500', '174035.102500', '174035.562500', '174036.022500', '174036.482500', '174036.942500', '174037.402500', '174037.862500', '174038.322500', '174038.782500', '174039.242500', '174039.702500', '174040.162500', '174040.622500', '174041.082500', '174041.542500', '174042.002500', '174042.462500', '174042.922500', '174043.382500', '174043.842500', '174044.302500', '174044.762500', '174045.222500', '174045.682500', '174046.142500', '174046.602500', '174047.062500', '174047.522500', '174047.982500', '174048.442500', '174048.902500', '174049.362500', '174049.822500', '174050.282500', '174050.742500', '174051.202500', '174051.662500', '174052.122500', '174052.582500', '174053.042500', '174053.502500', '174053.962500', '174054.422500', '174054.882500', '174055.342500', '174055.802500', '174056.262500', '174056.722500', '174057.182500', '174057.642500', '174058.102500', '174058.562500', '174059.022500', '174059.482500', '174059.942500', '174100.402500', '174100.862500', '174101.322500', '174101.782500', '174102.242500', '174102.702500', '174103.162500', '174103.622500', '174104.082500', '174104.542500', '174105.002500', '174105.462500', '174105.922500', '174106.382500', '174106.842500', '174107.302500', '174107.762500', '174108.222500', '174108.682500', '174109.142500', '174109.602500', '174110.062500', '174110.522500', '174110.982500', '174111.442500', '174111.902500', '174112.362500', '174112.822500', '174113.282500', '174113.742500', '174114.202500', '174114.662500', '174115.122500', '174115.582500', '174116.042500', '174116.502500', '174116.962500', '174117.422500', '174117.882500', '174118.342500', '174118.802500', '174119.262500', '174119.722500', '174120.182500', '174120.642500', '174121.102500', '174121.562500', '174122.022500', '174122.482500', '174122.942500', '174123.402500', '174123.862500', '174124.322500', '174124.782500', '174125.242500', '174125.702500', '174126.162500', '174126.622500', '174127.082500', '174127.542500', '174128.002500', '174128.462500', '174128.922500', '174129.382500', '174129.842500', '174130.302500', '174130.762500', '174131.222500', '174131.682500', '174132.142500', '174132.602500', '174133.062500', '174133.522500', '174133.982500', '174134.442500', '174134.902500', '174135.362500', '174135.822500', '174136.282500', '174136.742500', '174137.202500', '174137.662500', '174138.122500', '174138.582500', '174139.042500', '174139.502500', '174139.962500', '174140.422500', '174140.882500', '174141.342500', '174141.802500', '174142.262500', '174142.722500', '174143.182500', '174143.642500', '174144.102500', '174144.562500', '174145.022500', '174145.482500', '174145.942500', '174146.402500', '174146.862500', '174147.322500', '174147.782500', '174148.242500', '174148.702500', '174149.162500', '174149.622500', '174150.082500', '174150.542500', '174151.002500', '174151.462500', '174151.922500', '174152.382500', '174152.842500', '174153.302500', '174153.762500', '174154.222500', '174154.682500', '174155.142500', '174155.602500', '174156.062500', '174156.522500', '174156.982500', '174157.442500', '174157.902500', '174158.362500', '174158.822500', '174159.282500', '174159.742500', '174200.202500', '174200.662500', '174201.122500', '174201.582500', '174202.042500', '174202.502500', '174202.962500', '174203.422500', '174203.882500', '174204.342500', '174204.802500', '174205.262500', '174205.722500', '174206.182500', '174206.642500', '174207.102500', '174207.562500', '174208.022500', '174208.482500', '174208.942500', '174209.402500', '174209.862500', '174210.322500', '174210.782500', '174211.242500', '174211.702500', '174212.162500', '174212.622500', '174213.082500', '174213.542500', '174214.002500', '174214.462500', '174214.922500', '174215.382500', '174215.842500', '174216.302500', '174216.762500', '174217.222500', '174217.682500', '174218.142500', '174218.602500', '174219.062500', '174219.522500', '174219.982500', '174220.442500', '174220.902500', '174221.362500', '174221.822500', '174222.282500', '174222.742500', '174223.202500', '174223.662500', '174224.122500', '174224.582500', '174225.042500', '174225.502500', '174225.962500', '174226.422500', '174226.882500', '174227.342500', '174227.802500', '174228.262500', '174228.722500', '174229.182500', '174229.642500', '174230.102500', '174230.562500', '174231.022500', '174231.482500', '174231.942500', '174232.402500', '174232.862500', '174233.322500', '174233.782500', '174234.242500', '174234.702500', '174235.162500', '174235.622500', '174236.082500', '174236.542500', '174237.002500', '174237.462500', '174237.922500', '174238.382500', '174238.842500', '174239.302500', '174239.762500', '174240.222500', '174240.682500', '174241.142500', '174241.602500', '174242.062500', '174242.522500', '174242.982500', '174243.442500', '174243.902500', '174244.362500', '174244.822500', '174245.282500', '174245.742500', '174246.202500', '174246.662500', '174247.122500', '174247.582500', '174248.042500', '174248.502500', '174248.962500', '174249.422500', '174249.882500', '174250.342500', '174250.802500', '174251.262500', '174251.722500', '174252.182500', '174252.642500', '174253.102500', '174253.562500', '174254.022500', '174254.482500', '174254.942500', '174255.402500', '174255.862500', '174256.322500', '174256.782500', '174257.242500', '174257.702500', '174258.162500', '174258.622500', '174259.082500', '174259.542500', '174300.002500', '174300.462500', '174300.922500', '174301.382500', '174301.842500', '174302.302500', '174302.762500', '174303.222500', '174303.682500', '174304.142500', '174304.602500', '174305.062500', '174305.522500', '174305.982500', '174306.442500', '174306.902500', '174307.362500', '174307.822500', '174308.282500', '174308.742500', '174309.202500', '174309.662500', '174310.122500', '174310.582500', '174311.042500', '174311.502500', '174311.962500', '174312.422500', '174312.882500', '174313.342500', '174313.802500', '174314.262500', '174314.722500', '174315.182500', '174315.642500', '174316.102500', '174316.562500', '174317.022500', '174317.482500', '174317.942500', '174318.402500', '174318.862500', '174319.322500', '174319.782500', '174320.242500', '174320.702500', '174321.162500', '174321.622500', '174322.082500', '174322.542500', '174323.002500', '174323.462500', '174323.922500', '174324.382500', '174324.842500', '174325.302500', '174325.762500', '174326.222500', '174326.682500', '174327.142500', '174327.602500', '174328.062500', '174328.522500', '174328.982500', '174329.442500', '174329.902500', '174330.362500', '174330.822500', '174331.282500', '174331.742500', '174332.202500', '174332.662500', '174333.122500', '174333.582500', '174334.042500', '174334.502500', '174334.962500', '174335.422500', '174335.882500', '174336.342500', '174336.802500', '174337.262500', '174337.722500', '174338.182500', '174338.642500', '174339.102500', '174339.562500', '174340.022500', '174340.482500', '174340.942500', '174341.402500', '174341.862500', '174342.322500', '174342.782500', '174343.242500', '174343.702500', '174344.162500', '174344.622500', '174345.082500', '174345.542500', '174346.002500', '174346.462500', '174346.922500', '174347.382500', '174347.842500', '174348.302500', '174348.762500', '174349.222500', '174349.682500', '174350.142500', '174350.602500', '174351.062500', '174351.522500', '174351.982500', '174352.442500', '174352.902500', '174353.362500', '174353.822500', '174354.282500', '174354.742500', '174355.202500', '174355.662500', '174356.122500', '174356.582500', '174357.042500', '174357.502500', '174357.962500', '174358.422500', '174358.882500', '174359.342500', '174359.802500', '174400.262500', '174400.722500', '174401.182500', '174401.642500', '174402.102500', '174402.562500', '174403.022500', '174403.482500', '174403.942500', '174404.402500', '174404.862500', '174405.322500', '174405.782500', '174406.242500', '174406.702500', '174407.162500', '174407.622500', '174408.082500', '174408.542500', '174409.002500', '174409.462500', '174409.922500', '174410.382500', '174410.842500', '174411.302500', '174411.762500', '174412.222500', '174412.682500', '174413.142500', '174413.602500', '174414.062500', '174414.522500', '174414.982500', '174415.442500', '174415.902500', '174416.362500', '174416.822500', '174417.282500', '174417.742500', '174418.202500', '174418.662500', '174419.122500', '174419.582500', '174420.042500', '174420.502500', '174420.962500', '174421.422500', '174421.882500', '174422.342500', '174422.802500', '174423.262500', '174423.722500', '174424.182500', '174424.642500', '174425.102500', '174425.562500', '174426.022500', '174426.482500', '174426.942500', '174427.402500', '174427.862500', '174428.322500', '174428.782500', '174429.242500', '174429.702500', '174430.162500', '174430.622500', '174431.082500', '174431.542500', '174432.002500', '174432.462500', '174432.922500', '174433.382500', '174433.842500', '174434.302500', '174434.762500', '174435.222500', '174435.682500', '174436.142500', '174436.602500', '174437.062500', '174437.522500', '174437.982500', '174438.442500', '174438.902500', '174439.362500', '174439.822500', '174440.282500', '174440.742500', '174441.202500', '174441.662500', '174442.122500', '174442.582500', '174443.042500', '174443.502500', '174443.962500', '174444.422500', '174444.882500', '174445.342500', '174445.802500', '174446.262500', '174446.722500', '174447.182500', '174447.642500', '174448.102500', '174448.562500', '174449.022500', '174449.482500', '174449.942500', '174450.402500', '174450.862500', '174451.322500', '174451.782500', '174452.242500', '174452.702500', '174453.162500', '174453.622500', '174454.082500', '174454.542500', '174455.002500', '174455.462500', '174455.922500', '174456.382500', '174456.842500', '174457.302500', '174457.762500', '174458.222500', '174458.682500', '174459.142500', '174459.602500', '174500.062500', '174500.522500', '174500.982500', '174501.442500', '174501.902500', '174502.362500', '174502.822500', '174503.282500', '174503.742500', '174504.202500', '174504.662500', '174505.122500', '174505.582500', '174506.042500', '174506.502500', '174506.962500', '174507.422500', '174507.882500', '174508.342500', '174508.802500', '174509.262500', '174509.722500', '174510.182500', '174510.642500', '174511.102500', '174511.562500', '174512.022500', '174512.482500', '174512.942500', '174513.402500', '174513.862500', '174514.322500', '174514.782500', '174515.242500', '174515.702500', '174516.162500', '174516.622500', '174517.082500', '174517.542500', '174518.002500', '174518.462500', '174518.922500', '174519.382500', '174519.842500', '174520.302500', '174520.762500', '174521.222500', '174521.682500', '174522.142500', '174522.602500', '174523.062500', '174523.522500', '174523.982500', '174524.442500', '174524.902500', '174525.362500', '174525.822500', '174526.282500', '174526.742500', '174527.202500', '174527.662500', '174528.122500', '174528.582500', '174529.042500', '174529.502500', '174529.962500', '174530.422500', '174530.882500', '174531.342500', '174531.802500', '174532.262500', '174532.722500', '174533.182500', '174533.642500', '174534.102500', '174534.562500', '174535.022500', '174535.482500', '174535.942500', '174536.402500', '174536.862500', '174537.322500', '174537.782500', '174538.242500', '174538.702500', '174539.162500', '174539.622500', '174540.082500', '174540.542500', '174541.002500', '174541.462500', '174541.922500', '174542.382500', '174542.842500', '174543.302500', '174543.762500', '174544.222500', '174544.682500', '174545.142500', '174545.602500', '174546.062500'], 'ContentTime': ['173548.702000', '173548.705000', '173548.708000', '173548.710000', '173548.713000', '173548.716000', '173548.718000', '173548.721000', '173548.723000', '173548.726000', '173548.729000', '173548.731000', '173548.743000', '173548.746000', '173548.748000', '173548.751000', '173548.754000', '173548.756000', '173548.759000', '173548.761000', '173608.646000', '173608.649000', '173608.651000', '173608.654000', '173608.656000', '173608.659000', '173608.662000', '173608.665000', '173608.668000', '173608.671000', '173608.686000', '173608.688000', '173608.691000', '173608.694000', '173608.696000', '173608.699000', '173608.701000', '173608.704000', '173608.708000', '173608.711000', '173608.714000', '173608.716000', '173608.719000', '173608.722000', '173608.724000', '173608.727000', '173608.729000', '173608.732000', '173608.735000', '173608.737000', '173608.740000', '173608.743000', '173608.745000', '173608.748000', '173608.750000', '173608.753000', '173608.756000', '173608.758000', '173608.761000', '173608.764000', '173608.767000', '173608.769000', '173608.772000', '173628.645000', '173628.648000', '173628.651000', '173628.654000', '173628.656000', '173628.659000', '173628.662000', '173628.664000', '173628.667000', '173628.670000', '173628.672000', '173628.675000', '173628.678000', '173628.680000', '173628.683000', '173628.686000', '173628.688000', '173628.691000', '173628.694000', '173628.696000', '173628.699000', '173628.702000', '173628.704000', '173628.707000', '173628.709000', '173628.712000', '173628.714000', '173628.717000', '173628.720000', '173628.722000', '173628.725000', '173628.728000', '173628.730000', '173628.733000', '173628.735000', '173628.738000', '173628.741000', '173628.743000', '173628.746000', '173628.748000', '173628.751000', '173628.754000', '173628.756000', '173628.759000', '173648.646000', '173648.649000', '173648.652000', '173648.654000', '173648.657000', '173648.681000', '173648.684000', '173648.686000', '173648.689000', '173648.691000', '173648.696000', '173648.698000', '173648.701000', '173648.704000', '173648.706000', '173648.709000', '173648.711000', '173648.714000', '173648.717000', '173648.719000', '173648.722000', '173648.725000', '173648.727000', '173648.730000', '173648.732000', '173648.735000', '173648.738000', '173648.740000', '173648.743000', '173648.746000', '173648.748000', '173648.751000', '173648.753000', '173648.756000', '173648.759000', '173648.761000', '173648.764000', '173648.767000', '173648.769000', '173648.772000', '173648.774000', '173648.777000', '173648.780000', '173708.647000', '173708.649000', '173708.652000', '173708.655000', '173708.657000', '173708.660000', '173708.663000', '173708.665000', '173708.668000', '173708.670000', '173708.673000', '173708.676000', '173708.678000', '173708.681000', '173708.683000', '173708.686000', '173708.696000', '173708.699000', '173708.702000', '173708.704000', '173708.707000', '173708.710000', '173708.712000', '173708.715000', '173708.717000', '173708.720000', '173708.723000', '173708.726000', '173708.728000', '173708.731000', '173708.734000', '173708.736000', '173708.739000', '173708.742000', '173708.744000', '173708.747000', '173708.749000', '173708.752000', '173708.755000', '173708.757000', '173708.760000', '173708.763000', '173708.765000', '173708.768000', '173728.645000', '173728.648000', '173728.651000', '173728.654000', '173728.657000', '173728.659000', '173728.662000', '173728.665000', '173728.667000', '173728.670000', '173728.673000', '173728.675000', '173728.678000', '173728.680000', '173728.683000', '173728.686000', '173728.688000', '173728.691000', '173728.694000', '173728.696000', '173728.699000', '173728.702000', '173728.704000', '173728.707000', '173728.710000', '173728.713000', '173728.716000', '173728.718000', '173728.721000', '173728.724000', '173728.726000', '173728.729000', '173728.731000', '173728.734000', '173728.737000', '173728.739000', '173728.742000', '173728.752000', '173728.755000', '173728.758000', '173728.760000', '173728.763000', '173728.766000', '173748.645000', '173748.648000', '173748.651000', '173748.654000', '173748.657000', '173748.660000', '173748.662000', '173748.665000', '173748.668000', '173748.670000', '173748.673000', '173748.676000', '173748.678000', '173748.681000', '173748.684000', '173748.686000', '173748.689000', '173748.699000', '173748.701000', '173748.704000', '173748.707000', '173748.709000', '173748.712000', '173748.715000', '173748.717000', '173748.720000', '173748.723000', '173748.725000', '173748.728000', '173748.730000', '173748.733000', '173748.736000', '173748.738000', '173748.741000', '173748.744000', '173748.746000', '173748.749000', '173748.752000', '173748.754000', '173748.757000', '173748.760000', '173748.762000', '173748.765000', '173748.767000', '173808.646000', '173808.649000', '173808.652000', '173808.655000', '173808.658000', '173808.661000', '173808.664000', '173808.667000', '173808.669000', '173808.672000', '173808.675000', '173808.678000', '173808.681000', '173808.684000', '173808.687000', '173808.689000', '173808.692000', '173808.695000', '173808.698000', '173808.700000', '173808.703000', '173808.706000', '173808.709000', '173808.712000', '173808.714000', '173808.717000', '173808.720000', '173808.722000', '173808.725000', '173808.728000', '173808.731000', '173808.733000', '173808.736000', '173808.739000', '173808.741000', '173808.744000', '173808.747000', '173808.749000', '173808.752000', '173808.755000', '173808.757000', '173808.760000', '173808.762000', '173828.645000', '173828.662000', '173828.665000', '173828.669000', '173828.671000', '173828.674000', '173828.677000', '173828.680000', '173828.682000', '173828.685000', '173828.687000', '173828.690000', '173828.693000', '173828.695000', '173828.698000', '173828.701000', '173828.703000', '173828.706000', '173828.709000', '173828.711000', '173828.714000', '173828.717000', '173828.719000', '173828.722000', '173828.725000', '173828.727000', '173828.730000', '173828.733000', '173828.735000', '173828.738000', '173828.741000', '173828.743000', '173828.746000', '173828.748000', '173828.751000', '173828.754000', '173828.756000', '173828.759000', '173828.762000', '173828.764000', '173828.767000', '173828.769000', '173828.772000', '173828.775000', '173848.645000', '173848.648000', '173848.651000', '173848.654000', '173848.656000', '173848.659000', '173848.662000', '173848.664000', '173848.667000', '173848.669000', '173848.672000', '173848.675000', '173848.677000', '173848.680000', '173848.683000', '173848.686000', '173848.688000', '173848.691000', '173848.694000', '173848.696000', '173848.699000', '173848.701000', '173848.704000', '173848.707000', '173848.709000', '173848.712000', '173848.715000', '173848.717000', '173848.720000', '173848.723000', '173848.725000', '173848.728000', '173848.730000', '173848.733000', '173848.736000', '173848.738000', '173848.741000', '173848.744000', '173848.746000', '173848.749000', '173848.751000', '173848.754000', '173848.757000', '173908.646000', '173908.649000', '173908.652000', '173908.655000', '173908.657000', '173908.660000', '173908.663000', '173908.666000', '173908.668000', '173908.671000', '173908.674000', '173908.676000', '173908.679000', '173908.682000', '173908.684000', '173908.687000', '173908.690000', '173908.692000', '173908.695000', '173908.698000', '173908.700000', '173908.703000', '173908.705000', '173908.708000', '173908.711000', '173908.713000', '173908.716000', '173908.719000', '173908.722000', '173908.724000', '173908.727000', '173908.730000', '173908.732000', '173908.735000', '173908.738000', '173908.740000', '173908.743000', '173908.745000', '173908.748000', '173908.751000', '173908.754000', '173908.756000', '173908.759000', '173908.762000', '173928.647000', '173928.650000', '173928.652000', '173928.655000', '173928.658000', '173928.660000', '173928.663000', '173928.665000', '173928.668000', '173928.671000', '173928.673000', '173928.676000', '173928.679000', '173928.681000', '173928.684000', '173928.687000', '173928.689000', '173928.692000', '173928.695000', '173928.697000', '173928.700000', '173928.703000', '173928.705000', '173928.708000', '173928.711000', '173928.713000', '173928.716000', '173928.719000', '173928.721000', '173928.724000', '173928.727000', '173928.729000', '173928.732000', '173928.734000', '173928.737000', '173928.740000', '173928.742000', '173928.745000', '173928.748000', '173928.751000', '173928.754000', '173928.757000', '173928.760000', '173948.645000', '173948.648000', '173948.651000', '173948.654000', '173948.656000', '173948.659000', '173948.662000', '173948.664000', '173948.667000', '173948.670000', '173948.673000', '173948.675000', '173948.678000', '173948.681000', '173948.683000', '173948.686000', '173948.688000', '173948.691000', '173948.694000', '173948.696000', '173948.699000', '173948.702000', '173948.704000', '173948.707000', '173948.710000', '173948.712000', '173948.715000', '173948.718000', '173948.720000', '173948.723000', '173948.726000', '173948.728000', '173948.731000', '173948.734000', '173948.736000', '173948.739000', '173948.741000', '173948.744000', '173948.747000', '173948.749000', '173948.778000', '173948.780000', '173948.783000', '173948.786000', '174008.646000', '174008.648000', '174008.651000', '174008.654000', '174008.657000', '174008.659000', '174008.662000', '174008.664000', '174008.667000', '174008.670000', '174008.672000', '174008.675000', '174008.678000', '174008.680000', '174008.683000', '174008.686000', '174008.688000', '174008.691000', '174008.694000', '174008.696000', '174008.699000', '174008.701000', '174008.704000', '174008.707000', '174008.709000', '174008.712000', '174008.715000', '174008.717000', '174008.720000', '174008.723000', '174008.725000', '174008.728000', '174008.731000', '174008.733000', '174008.736000', '174008.739000', '174008.741000', '174008.744000', '174008.746000', '174008.749000', '174008.752000', '174008.754000', '174008.757000', '174028.646000', '174028.649000', '174028.651000', '174028.654000', '174028.657000', '174028.659000', '174028.662000', '174028.665000', '174028.668000', '174028.670000', '174028.673000', '174028.676000', '174028.678000', '174028.681000', '174028.684000', '174028.686000', '174028.689000', '174028.692000', '174028.694000', '174028.697000', '174028.700000', '174028.702000', '174028.705000', '174028.707000', '174028.711000', '174028.713000', '174028.716000', '174028.718000', '174028.721000', '174028.724000', '174028.726000', '174028.729000', '174028.732000', '174028.734000', '174028.737000', '174028.740000', '174028.742000', '174028.745000', '174028.748000', '174028.750000', '174028.753000', '174028.756000', '174028.758000', '174028.761000', '174048.665000', '174048.668000', '174048.671000', '174048.674000', '174048.676000', '174048.679000', '174048.682000', '174048.684000', '174048.687000', '174048.689000', '174048.692000', '174048.695000', '174048.697000', '174048.700000', '174048.703000', '174048.705000', '174048.708000', '174048.711000', '174048.713000', '174048.716000', '174048.719000', '174048.721000', '174048.724000', '174048.727000', '174048.729000', '174048.732000', '174048.735000', '174048.737000', '174048.740000', '174048.743000', '174048.745000', '174048.748000', '174048.750000', '174048.753000', '174048.756000', '174048.758000', '174048.761000', '174048.764000', '174048.766000', '174048.769000', '174048.772000', '174048.774000', '174048.777000', '174108.645000', '174108.648000', '174108.651000', '174108.654000', '174108.656000', '174108.659000', '174108.662000', '174108.665000', '174108.667000', '174108.670000', '174108.672000', '174108.675000', '174108.678000', '174108.681000', '174108.683000', '174108.686000', '174108.689000', '174108.691000', '174108.694000', '174108.697000', '174108.700000', '174108.702000', '174108.705000', '174108.708000', '174108.710000', '174108.713000', '174108.715000', '174108.718000', '174108.721000', '174108.735000', '174108.737000', '174108.740000', '174108.743000', '174108.745000', '174108.748000', '174108.751000', '174108.753000', '174108.756000', '174108.759000', '174108.761000', '174108.764000', '174108.767000', '174108.769000', '174108.772000', '174128.647000', '174128.650000', '174128.653000', '174128.655000', '174128.658000', '174128.660000', '174128.663000', '174128.693000', '174128.696000', '174128.698000', '174128.701000', '174128.704000', '174128.706000', '174128.717000', '174128.719000', '174128.722000', '174128.724000', '174128.727000', '174128.730000', '174128.733000', '174128.735000', '174128.738000', '174128.741000', '174128.743000', '174128.746000', '174128.749000', '174128.751000', '174128.754000', '174128.757000', '174128.760000', '174128.763000', '174128.765000', '174128.768000', '174128.771000', '174128.774000', '174128.776000', '174128.779000', '174128.782000', '174128.784000', '174128.787000', '174128.789000', '174128.792000', '174128.795000', '174148.647000', '174148.649000', '174148.652000', '174148.655000', '174148.657000', '174148.660000', '174148.663000', '174148.666000', '174148.668000', '174148.671000', '174148.674000', '174148.676000', '174148.679000', '174148.681000', '174148.684000', '174148.687000', '174148.690000', '174148.692000', '174148.695000', '174148.698000', '174148.700000', '174148.703000', '174148.706000', '174148.708000', '174148.711000', '174148.713000', '174148.716000', '174148.719000', '174148.722000', '174148.724000', '174148.727000', '174148.730000', '174148.732000', '174148.735000', '174148.737000', '174148.740000', '174148.743000', '174148.745000', '174148.749000', '174148.752000', '174148.755000', '174148.757000', '174148.760000', '174148.763000', '174208.645000', '174208.648000', '174208.651000', '174208.654000', '174208.656000', '174208.659000', '174208.662000', '174208.664000', '174208.667000', '174208.670000', '174208.672000', '174208.675000', '174208.678000', '174208.680000', '174208.683000', '174208.686000', '174208.688000', '174208.691000', '174208.694000', '174208.696000', '174208.699000', '174208.702000', '174208.704000', '174208.707000', '174208.710000', '174208.712000', '174208.715000', '174208.717000', '174208.720000', '174208.723000', '174208.726000', '174208.728000', '174208.731000', '174208.733000', '174208.736000', '174208.739000', '174208.741000', '174208.744000', '174208.747000', '174208.749000', '174208.752000', '174208.755000', '174208.757000', '174228.646000', '174228.649000', '174228.651000', '174228.654000', '174228.656000', '174228.659000', '174228.662000', '174228.664000', '174228.667000', '174228.670000', '174228.672000', '174228.676000', '174228.679000', '174228.682000', '174228.684000', '174228.687000', '174228.690000', '174228.692000', '174228.695000', '174228.698000', '174228.700000', '174228.703000', '174228.706000', '174228.708000', '174228.711000', '174228.714000', '174228.716000', '174228.719000', '174228.721000', '174228.724000', '174228.727000', '174228.730000', '174228.732000', '174228.735000', '174228.738000', '174228.740000', '174228.743000', '174228.746000', '174228.748000', '174228.751000', '174228.753000', '174228.756000', '174228.759000', '174228.761000', '174248.645000', '174248.648000', '174248.651000', '174248.667000', '174248.670000', '174248.673000', '174248.675000', '174248.678000', '174248.681000', '174248.683000', '174248.686000', '174248.689000', '174248.691000', '174248.694000', '174248.696000', '174248.699000', '174248.702000', '174248.704000', '174248.707000', '174248.710000', '174248.713000', '174248.715000', '174248.718000', '174248.721000', '174248.723000', '174248.726000', '174248.728000', '174248.731000', '174248.734000', '174248.736000', '174248.739000', '174248.742000', '174248.744000', '174248.747000', '174248.750000', '174248.752000', '174248.755000', '174248.758000', '174248.760000', '174248.763000', '174248.766000', '174248.768000', '174248.771000', '174308.646000', '174308.650000', '174308.653000', '174308.656000', '174308.659000', '174308.661000', '174308.664000', '174308.667000', '174308.669000', '174308.672000', '174308.674000', '174308.677000', '174308.680000', '174308.683000', '174308.685000', '174308.688000', '174308.691000', '174308.694000', '174308.696000', '174308.699000', '174308.702000', '174308.704000', '174308.707000', '174308.709000', '174308.712000', '174308.715000', '174308.717000', '174308.720000', '174308.723000', '174308.725000', '174308.728000', '174308.731000', '174308.733000', '174308.736000', '174308.739000', '174308.741000', '174308.744000', '174308.747000', '174308.749000', '174308.752000', '174308.755000', '174308.757000', '174308.760000', '174328.646000', '174328.649000', '174328.651000', '174328.654000', '174328.657000', '174328.659000', '174328.662000', '174328.665000', '174328.667000', '174328.670000', '174328.672000', '174328.675000', '174328.678000', '174328.681000', '174328.683000', '174328.686000', '174328.689000', '174328.691000', '174328.694000', '174328.697000', '174328.699000', '174328.702000', '174328.705000', '174328.707000', '174328.710000', '174328.713000', '174328.715000', '174328.718000', '174328.721000', '174328.723000', '174328.726000', '174328.729000', '174328.731000', '174328.734000', '174328.737000', '174328.739000', '174328.742000', '174328.745000', '174328.747000', '174328.750000', '174328.753000', '174328.756000', '174328.758000', '174328.761000', '174348.647000', '174348.650000', '174348.653000', '174348.656000', '174348.659000', '174348.662000', '174348.664000', '174348.667000', '174348.670000', '174348.673000', '174348.675000', '174348.678000', '174348.680000', '174348.683000', '174348.686000', '174348.689000', '174348.691000', '174348.694000', '174348.696000', '174348.699000', '174348.702000', '174348.705000', '174348.709000', '174348.711000', '174348.720000', '174348.723000', '174348.725000', '174348.728000', '174348.731000', '174348.734000', '174348.736000', '174348.739000', '174348.742000', '174348.744000', '174348.747000', '174348.750000', '174348.752000', '174348.755000', '174348.757000', '174348.760000', '174348.763000', '174348.766000', '174348.768000', '174408.647000', '174408.650000', '174408.652000', '174408.655000', '174408.658000', '174408.660000', '174408.663000', '174408.666000', '174408.668000', '174408.671000', '174408.674000', '174408.676000', '174408.679000', '174408.682000', '174408.685000', '174408.700000', '174408.703000', '174408.705000', '174408.708000', '174408.711000', '174408.713000', '174408.716000', '174408.719000', '174408.721000', '174408.724000', '174408.727000', '174408.729000', '174408.732000', '174408.735000', '174408.737000', '174408.740000', '174408.743000', '174408.745000', '174408.748000', '174408.751000', '174408.753000', '174408.756000', '174408.759000', '174408.761000', '174408.764000', '174408.766000', '174408.769000', '174408.772000', '174408.774000', '174428.646000', '174428.648000', '174428.651000', '174428.654000', '174428.657000', '174428.659000', '174428.662000', '174428.664000', '174428.667000', '174428.670000', '174428.672000', '174428.675000', '174428.683000', '174428.686000', '174428.689000', '174428.691000', '174428.694000', '174428.697000', '174428.699000', '174428.702000', '174428.704000', '174428.707000', '174428.710000', '174428.712000', '174428.715000', '174428.718000', '174428.720000', '174428.723000', '174428.726000', '174428.728000', '174428.731000', '174428.733000', '174428.736000', '174428.739000', '174428.742000', '174428.745000', '174428.747000', '174428.750000', '174428.753000', '174428.755000', '174428.758000', '174428.760000', '174428.763000', '174448.646000', '174448.649000', '174448.652000', '174448.654000', '174448.657000', '174448.660000', '174448.662000', '174448.665000', '174448.668000', '174448.671000', '174448.673000', '174448.676000', '174448.678000', '174448.681000', '174448.684000', '174448.687000', '174448.689000', '174448.692000', '174448.695000', '174448.698000', '174448.700000', '174448.703000', '174448.706000', '174448.708000', '174448.711000', '174448.714000', '174448.716000', '174448.719000', '174448.722000', '174448.724000', '174448.727000', '174448.730000', '174448.732000', '174448.735000', '174448.738000', '174448.740000', '174448.743000', '174448.746000', '174448.748000', '174448.751000', '174448.753000', '174448.756000', '174448.759000', '174448.761000', '174508.646000', '174508.648000', '174508.651000', '174508.654000', '174508.657000', '174508.659000', '174508.662000', '174508.665000', '174508.667000', '174508.670000', '174508.673000', '174508.675000', '174508.678000', '174508.681000', '174508.684000', '174508.686000', '174508.689000', '174508.692000', '174508.694000', '174508.697000', '174508.700000', '174508.703000', '174508.705000', '174508.708000', '174508.711000', '174508.713000', '174508.716000', '174508.719000', '174508.721000', '174508.724000', '174508.727000', '174508.730000', '174508.732000', '174508.735000', '174508.738000', '174508.740000', '174508.743000', '174508.747000', '174508.750000', '174508.752000', '174508.755000', '174508.758000', '174508.760000', '174528.646000', '174528.648000', '174528.651000', '174528.654000', '174528.657000', '174528.659000', '174528.662000', '174528.665000', '174528.667000', '174528.670000', '174528.673000', '174528.675000', '174528.678000', '174528.681000', '174528.683000', '174528.686000', '174528.689000', '174528.691000', '174528.694000', '174528.697000', '174528.699000', '174528.702000', '174528.705000', '174528.707000', '174528.710000', '174528.713000', '174528.716000', '174528.718000', '174528.721000', '174528.724000', '174528.727000', '174528.729000', '174528.732000', '174528.735000', '174528.737000', '174528.740000', '174528.742000', '174528.745000', '174528.748000', '174528.750000', '174528.753000', '174528.756000', '174528.759000', '174528.761000', '174547.329000', '174547.332000', '174547.335000', '174547.338000', '174547.341000', '174547.344000', '174547.347000', '174547.349000', '174547.352000', '174547.355000', '174547.358000', '174547.361000', '174547.364000', '174547.366000', '174547.370000', '174547.372000', '174547.375000', '174547.378000', '174547.381000', '174547.383000', '174547.386000', '174547.392000', '174547.397000', '174547.400000', '174547.403000', '174547.407000', '174547.411000', '174547.414000', '174547.417000', '174547.420000', '174547.423000', '174547.426000', '174547.429000', '174547.432000', '174547.438000', '174547.441000', '174547.447000', '174547.450000', '174547.452000', '174547.455000', '174547.458000'], 'InstanceCreationTime': ['173548.702000', '173548.705000', '173548.708000', '173548.710000', '173548.713000', '173548.716000', '173548.718000', '173548.721000', '173548.723000', '173548.726000', '173548.729000', '173548.731000', '173548.743000', '173548.746000', '173548.748000', '173548.751000', '173548.754000', '173548.756000', '173548.759000', '173548.761000', '173608.646000', '173608.649000', '173608.651000', '173608.654000', '173608.656000', '173608.659000', '173608.662000', '173608.665000', '173608.668000', '173608.671000', '173608.686000', '173608.688000', '173608.691000', '173608.694000', '173608.696000', '173608.699000', '173608.701000', '173608.704000', '173608.708000', '173608.711000', '173608.714000', '173608.716000', '173608.719000', '173608.722000', '173608.724000', '173608.727000', '173608.729000', '173608.732000', '173608.735000', '173608.737000', '173608.740000', '173608.743000', '173608.745000', '173608.748000', '173608.750000', '173608.753000', '173608.756000', '173608.758000', '173608.761000', '173608.764000', '173608.767000', '173608.769000', '173608.772000', '173628.645000', '173628.648000', '173628.651000', '173628.654000', '173628.656000', '173628.659000', '173628.662000', '173628.664000', '173628.667000', '173628.670000', '173628.672000', '173628.675000', '173628.678000', '173628.680000', '173628.683000', '173628.686000', '173628.688000', '173628.691000', '173628.694000', '173628.696000', '173628.699000', '173628.702000', '173628.704000', '173628.707000', '173628.709000', '173628.712000', '173628.714000', '173628.717000', '173628.720000', '173628.722000', '173628.725000', '173628.728000', '173628.730000', '173628.733000', '173628.735000', '173628.738000', '173628.741000', '173628.743000', '173628.746000', '173628.748000', '173628.751000', '173628.754000', '173628.756000', '173628.759000', '173648.646000', '173648.649000', '173648.652000', '173648.654000', '173648.657000', '173648.681000', '173648.684000', '173648.686000', '173648.689000', '173648.691000', '173648.696000', '173648.698000', '173648.701000', '173648.704000', '173648.706000', '173648.709000', '173648.711000', '173648.714000', '173648.717000', '173648.719000', '173648.722000', '173648.725000', '173648.727000', '173648.730000', '173648.732000', '173648.735000', '173648.738000', '173648.740000', '173648.743000', '173648.746000', '173648.748000', '173648.751000', '173648.753000', '173648.756000', '173648.759000', '173648.761000', '173648.764000', '173648.767000', '173648.769000', '173648.772000', '173648.774000', '173648.777000', '173648.780000', '173708.647000', '173708.649000', '173708.652000', '173708.655000', '173708.657000', '173708.660000', '173708.663000', '173708.665000', '173708.668000', '173708.670000', '173708.673000', '173708.676000', '173708.678000', '173708.681000', '173708.683000', '173708.686000', '173708.696000', '173708.699000', '173708.702000', '173708.704000', '173708.707000', '173708.710000', '173708.712000', '173708.715000', '173708.717000', '173708.720000', '173708.723000', '173708.726000', '173708.728000', '173708.731000', '173708.734000', '173708.736000', '173708.739000', '173708.742000', '173708.744000', '173708.747000', '173708.749000', '173708.752000', '173708.755000', '173708.757000', '173708.760000', '173708.763000', '173708.765000', '173708.768000', '173728.645000', '173728.648000', '173728.651000', '173728.654000', '173728.657000', '173728.659000', '173728.662000', '173728.665000', '173728.667000', '173728.670000', '173728.673000', '173728.675000', '173728.678000', '173728.680000', '173728.683000', '173728.686000', '173728.688000', '173728.691000', '173728.694000', '173728.696000', '173728.699000', '173728.702000', '173728.704000', '173728.707000', '173728.710000', '173728.713000', '173728.716000', '173728.718000', '173728.721000', '173728.724000', '173728.726000', '173728.729000', '173728.731000', '173728.734000', '173728.737000', '173728.739000', '173728.742000', '173728.752000', '173728.755000', '173728.758000', '173728.760000', '173728.763000', '173728.766000', '173748.645000', '173748.648000', '173748.651000', '173748.654000', '173748.657000', '173748.660000', '173748.662000', '173748.665000', '173748.668000', '173748.670000', '173748.673000', '173748.676000', '173748.678000', '173748.681000', '173748.684000', '173748.686000', '173748.689000', '173748.699000', '173748.701000', '173748.704000', '173748.707000', '173748.709000', '173748.712000', '173748.715000', '173748.717000', '173748.720000', '173748.723000', '173748.725000', '173748.728000', '173748.730000', '173748.733000', '173748.736000', '173748.738000', '173748.741000', '173748.744000', '173748.746000', '173748.749000', '173748.752000', '173748.754000', '173748.757000', '173748.760000', '173748.762000', '173748.765000', '173748.767000', '173808.646000', '173808.649000', '173808.652000', '173808.655000', '173808.658000', '173808.661000', '173808.664000', '173808.667000', '173808.669000', '173808.672000', '173808.675000', '173808.678000', '173808.681000', '173808.684000', '173808.687000', '173808.689000', '173808.692000', '173808.695000', '173808.698000', '173808.700000', '173808.703000', '173808.706000', '173808.709000', '173808.712000', '173808.714000', '173808.717000', '173808.720000', '173808.722000', '173808.725000', '173808.728000', '173808.731000', '173808.733000', '173808.736000', '173808.739000', '173808.741000', '173808.744000', '173808.747000', '173808.749000', '173808.752000', '173808.755000', '173808.757000', '173808.760000', '173808.762000', '173828.645000', '173828.662000', '173828.665000', '173828.669000', '173828.671000', '173828.674000', '173828.677000', '173828.680000', '173828.682000', '173828.685000', '173828.687000', '173828.690000', '173828.693000', '173828.695000', '173828.698000', '173828.701000', '173828.703000', '173828.706000', '173828.709000', '173828.711000', '173828.714000', '173828.717000', '173828.719000', '173828.722000', '173828.725000', '173828.727000', '173828.730000', '173828.733000', '173828.735000', '173828.738000', '173828.741000', '173828.743000', '173828.746000', '173828.748000', '173828.751000', '173828.754000', '173828.756000', '173828.759000', '173828.762000', '173828.764000', '173828.767000', '173828.769000', '173828.772000', '173828.775000', '173848.645000', '173848.648000', '173848.651000', '173848.654000', '173848.656000', '173848.659000', '173848.662000', '173848.664000', '173848.667000', '173848.669000', '173848.672000', '173848.675000', '173848.677000', '173848.680000', '173848.683000', '173848.686000', '173848.688000', '173848.691000', '173848.694000', '173848.696000', '173848.699000', '173848.701000', '173848.704000', '173848.707000', '173848.709000', '173848.712000', '173848.715000', '173848.717000', '173848.720000', '173848.723000', '173848.725000', '173848.728000', '173848.730000', '173848.733000', '173848.736000', '173848.738000', '173848.741000', '173848.744000', '173848.746000', '173848.749000', '173848.751000', '173848.754000', '173848.757000', '173908.646000', '173908.649000', '173908.652000', '173908.655000', '173908.657000', '173908.660000', '173908.663000', '173908.666000', '173908.668000', '173908.671000', '173908.674000', '173908.676000', '173908.679000', '173908.682000', '173908.684000', '173908.687000', '173908.690000', '173908.692000', '173908.695000', '173908.698000', '173908.700000', '173908.703000', '173908.705000', '173908.708000', '173908.711000', '173908.713000', '173908.716000', '173908.719000', '173908.722000', '173908.724000', '173908.727000', '173908.730000', '173908.732000', '173908.735000', '173908.738000', '173908.740000', '173908.743000', '173908.745000', '173908.748000', '173908.751000', '173908.754000', '173908.756000', '173908.759000', '173908.762000', '173928.647000', '173928.650000', '173928.652000', '173928.655000', '173928.658000', '173928.660000', '173928.663000', '173928.665000', '173928.668000', '173928.671000', '173928.673000', '173928.676000', '173928.679000', '173928.681000', '173928.684000', '173928.687000', '173928.689000', '173928.692000', '173928.695000', '173928.697000', '173928.700000', '173928.703000', '173928.705000', '173928.708000', '173928.711000', '173928.713000', '173928.716000', '173928.719000', '173928.721000', '173928.724000', '173928.727000', '173928.729000', '173928.732000', '173928.734000', '173928.737000', '173928.740000', '173928.742000', '173928.745000', '173928.748000', '173928.751000', '173928.754000', '173928.757000', '173928.760000', '173948.645000', '173948.648000', '173948.651000', '173948.654000', '173948.656000', '173948.659000', '173948.662000', '173948.664000', '173948.667000', '173948.670000', '173948.673000', '173948.675000', '173948.678000', '173948.681000', '173948.683000', '173948.686000', '173948.688000', '173948.691000', '173948.694000', '173948.696000', '173948.699000', '173948.702000', '173948.704000', '173948.707000', '173948.710000', '173948.712000', '173948.715000', '173948.718000', '173948.720000', '173948.723000', '173948.726000', '173948.728000', '173948.731000', '173948.734000', '173948.736000', '173948.739000', '173948.741000', '173948.744000', '173948.747000', '173948.749000', '173948.778000', '173948.780000', '173948.783000', '173948.786000', '174008.646000', '174008.648000', '174008.651000', '174008.654000', '174008.657000', '174008.659000', '174008.662000', '174008.664000', '174008.667000', '174008.670000', '174008.672000', '174008.675000', '174008.678000', '174008.680000', '174008.683000', '174008.686000', '174008.688000', '174008.691000', '174008.694000', '174008.696000', '174008.699000', '174008.701000', '174008.704000', '174008.707000', '174008.709000', '174008.712000', '174008.715000', '174008.717000', '174008.720000', '174008.723000', '174008.725000', '174008.728000', '174008.731000', '174008.733000', '174008.736000', '174008.739000', '174008.741000', '174008.744000', '174008.746000', '174008.749000', '174008.752000', '174008.754000', '174008.757000', '174028.646000', '174028.649000', '174028.651000', '174028.654000', '174028.657000', '174028.659000', '174028.662000', '174028.665000', '174028.668000', '174028.670000', '174028.673000', '174028.676000', '174028.678000', '174028.681000', '174028.684000', '174028.686000', '174028.689000', '174028.692000', '174028.694000', '174028.697000', '174028.700000', '174028.702000', '174028.705000', '174028.707000', '174028.711000', '174028.713000', '174028.716000', '174028.718000', '174028.721000', '174028.724000', '174028.726000', '174028.729000', '174028.732000', '174028.734000', '174028.737000', '174028.740000', '174028.742000', '174028.745000', '174028.748000', '174028.750000', '174028.753000', '174028.756000', '174028.758000', '174028.761000', '174048.665000', '174048.668000', '174048.671000', '174048.674000', '174048.676000', '174048.679000', '174048.682000', '174048.684000', '174048.687000', '174048.689000', '174048.692000', '174048.695000', '174048.697000', '174048.700000', '174048.703000', '174048.705000', '174048.708000', '174048.711000', '174048.713000', '174048.716000', '174048.719000', '174048.721000', '174048.724000', '174048.727000', '174048.729000', '174048.732000', '174048.735000', '174048.737000', '174048.740000', '174048.743000', '174048.745000', '174048.748000', '174048.750000', '174048.753000', '174048.756000', '174048.758000', '174048.761000', '174048.764000', '174048.766000', '174048.769000', '174048.772000', '174048.774000', '174048.777000', '174108.645000', '174108.648000', '174108.651000', '174108.654000', '174108.656000', '174108.659000', '174108.662000', '174108.665000', '174108.667000', '174108.670000', '174108.672000', '174108.675000', '174108.678000', '174108.681000', '174108.683000', '174108.686000', '174108.689000', '174108.691000', '174108.694000', '174108.697000', '174108.700000', '174108.702000', '174108.705000', '174108.708000', '174108.710000', '174108.713000', '174108.715000', '174108.718000', '174108.721000', '174108.735000', '174108.737000', '174108.740000', '174108.743000', '174108.745000', '174108.748000', '174108.751000', '174108.753000', '174108.756000', '174108.759000', '174108.761000', '174108.764000', '174108.767000', '174108.769000', '174108.772000', '174128.647000', '174128.650000', '174128.653000', '174128.655000', '174128.658000', '174128.660000', '174128.663000', '174128.693000', '174128.696000', '174128.698000', '174128.701000', '174128.704000', '174128.706000', '174128.717000', '174128.719000', '174128.722000', '174128.724000', '174128.727000', '174128.730000', '174128.733000', '174128.735000', '174128.738000', '174128.741000', '174128.743000', '174128.746000', '174128.749000', '174128.751000', '174128.754000', '174128.757000', '174128.760000', '174128.763000', '174128.765000', '174128.768000', '174128.771000', '174128.774000', '174128.776000', '174128.779000', '174128.782000', '174128.784000', '174128.787000', '174128.789000', '174128.792000', '174128.795000', '174148.647000', '174148.649000', '174148.652000', '174148.655000', '174148.657000', '174148.660000', '174148.663000', '174148.666000', '174148.668000', '174148.671000', '174148.674000', '174148.676000', '174148.679000', '174148.681000', '174148.684000', '174148.687000', '174148.690000', '174148.692000', '174148.695000', '174148.698000', '174148.700000', '174148.703000', '174148.706000', '174148.708000', '174148.711000', '174148.713000', '174148.716000', '174148.719000', '174148.722000', '174148.724000', '174148.727000', '174148.730000', '174148.732000', '174148.735000', '174148.737000', '174148.740000', '174148.743000', '174148.745000', '174148.749000', '174148.752000', '174148.755000', '174148.757000', '174148.760000', '174148.763000', '174208.645000', '174208.648000', '174208.651000', '174208.654000', '174208.656000', '174208.659000', '174208.662000', '174208.664000', '174208.667000', '174208.670000', '174208.672000', '174208.675000', '174208.678000', '174208.680000', '174208.683000', '174208.686000', '174208.688000', '174208.691000', '174208.694000', '174208.696000', '174208.699000', '174208.702000', '174208.704000', '174208.707000', '174208.710000', '174208.712000', '174208.715000', '174208.717000', '174208.720000', '174208.723000', '174208.726000', '174208.728000', '174208.731000', '174208.733000', '174208.736000', '174208.739000', '174208.741000', '174208.744000', '174208.747000', '174208.749000', '174208.752000', '174208.755000', '174208.757000', '174228.646000', '174228.649000', '174228.651000', '174228.654000', '174228.656000', '174228.659000', '174228.662000', '174228.664000', '174228.667000', '174228.670000', '174228.672000', '174228.676000', '174228.679000', '174228.682000', '174228.684000', '174228.687000', '174228.690000', '174228.692000', '174228.695000', '174228.698000', '174228.700000', '174228.703000', '174228.706000', '174228.708000', '174228.711000', '174228.714000', '174228.716000', '174228.719000', '174228.721000', '174228.724000', '174228.727000', '174228.730000', '174228.732000', '174228.735000', '174228.738000', '174228.740000', '174228.743000', '174228.746000', '174228.748000', '174228.751000', '174228.753000', '174228.756000', '174228.759000', '174228.761000', '174248.645000', '174248.648000', '174248.651000', '174248.667000', '174248.670000', '174248.673000', '174248.675000', '174248.678000', '174248.681000', '174248.683000', '174248.686000', '174248.689000', '174248.691000', '174248.694000', '174248.696000', '174248.699000', '174248.702000', '174248.704000', '174248.707000', '174248.710000', '174248.713000', '174248.715000', '174248.718000', '174248.721000', '174248.723000', '174248.726000', '174248.728000', '174248.731000', '174248.734000', '174248.736000', '174248.739000', '174248.742000', '174248.744000', '174248.747000', '174248.750000', '174248.752000', '174248.755000', '174248.758000', '174248.760000', '174248.763000', '174248.766000', '174248.768000', '174248.771000', '174308.646000', '174308.650000', '174308.653000', '174308.656000', '174308.659000', '174308.661000', '174308.664000', '174308.667000', '174308.669000', '174308.672000', '174308.674000', '174308.677000', '174308.680000', '174308.683000', '174308.685000', '174308.688000', '174308.691000', '174308.694000', '174308.696000', '174308.699000', '174308.702000', '174308.704000', '174308.707000', '174308.709000', '174308.712000', '174308.715000', '174308.717000', '174308.720000', '174308.723000', '174308.725000', '174308.728000', '174308.731000', '174308.733000', '174308.736000', '174308.739000', '174308.741000', '174308.744000', '174308.747000', '174308.749000', '174308.752000', '174308.755000', '174308.757000', '174308.760000', '174328.646000', '174328.649000', '174328.651000', '174328.654000', '174328.657000', '174328.659000', '174328.662000', '174328.665000', '174328.667000', '174328.670000', '174328.672000', '174328.675000', '174328.678000', '174328.681000', '174328.683000', '174328.686000', '174328.689000', '174328.691000', '174328.694000', '174328.697000', '174328.699000', '174328.702000', '174328.705000', '174328.707000', '174328.710000', '174328.713000', '174328.715000', '174328.718000', '174328.721000', '174328.723000', '174328.726000', '174328.729000', '174328.731000', '174328.734000', '174328.737000', '174328.739000', '174328.742000', '174328.745000', '174328.747000', '174328.750000', '174328.753000', '174328.756000', '174328.758000', '174328.761000', '174348.647000', '174348.650000', '174348.653000', '174348.656000', '174348.659000', '174348.662000', '174348.664000', '174348.667000', '174348.670000', '174348.673000', '174348.675000', '174348.678000', '174348.680000', '174348.683000', '174348.686000', '174348.689000', '174348.691000', '174348.694000', '174348.696000', '174348.699000', '174348.702000', '174348.705000', '174348.709000', '174348.711000', '174348.720000', '174348.723000', '174348.725000', '174348.728000', '174348.731000', '174348.734000', '174348.736000', '174348.739000', '174348.742000', '174348.744000', '174348.747000', '174348.750000', '174348.752000', '174348.755000', '174348.757000', '174348.760000', '174348.763000', '174348.766000', '174348.768000', '174408.647000', '174408.650000', '174408.652000', '174408.655000', '174408.658000', '174408.660000', '174408.663000', '174408.666000', '174408.668000', '174408.671000', '174408.674000', '174408.676000', '174408.679000', '174408.682000', '174408.685000', '174408.700000', '174408.703000', '174408.705000', '174408.708000', '174408.711000', '174408.713000', '174408.716000', '174408.719000', '174408.721000', '174408.724000', '174408.727000', '174408.729000', '174408.732000', '174408.735000', '174408.737000', '174408.740000', '174408.743000', '174408.745000', '174408.748000', '174408.751000', '174408.753000', '174408.756000', '174408.759000', '174408.761000', '174408.764000', '174408.766000', '174408.769000', '174408.772000', '174408.774000', '174428.646000', '174428.648000', '174428.651000', '174428.654000', '174428.657000', '174428.659000', '174428.662000', '174428.664000', '174428.667000', '174428.670000', '174428.672000', '174428.675000', '174428.683000', '174428.686000', '174428.689000', '174428.691000', '174428.694000', '174428.697000', '174428.699000', '174428.702000', '174428.704000', '174428.707000', '174428.710000', '174428.712000', '174428.715000', '174428.718000', '174428.720000', '174428.723000', '174428.726000', '174428.728000', '174428.731000', '174428.733000', '174428.736000', '174428.739000', '174428.742000', '174428.745000', '174428.747000', '174428.750000', '174428.753000', '174428.755000', '174428.758000', '174428.760000', '174428.763000', '174448.646000', '174448.649000', '174448.652000', '174448.654000', '174448.657000', '174448.660000', '174448.662000', '174448.665000', '174448.668000', '174448.671000', '174448.673000', '174448.676000', '174448.678000', '174448.681000', '174448.684000', '174448.687000', '174448.689000', '174448.692000', '174448.695000', '174448.698000', '174448.700000', '174448.703000', '174448.706000', '174448.708000', '174448.711000', '174448.714000', '174448.716000', '174448.719000', '174448.722000', '174448.724000', '174448.727000', '174448.730000', '174448.732000', '174448.735000', '174448.738000', '174448.740000', '174448.743000', '174448.746000', '174448.748000', '174448.751000', '174448.753000', '174448.756000', '174448.759000', '174448.761000', '174508.646000', '174508.648000', '174508.651000', '174508.654000', '174508.657000', '174508.659000', '174508.662000', '174508.665000', '174508.667000', '174508.670000', '174508.673000', '174508.675000', '174508.678000', '174508.681000', '174508.684000', '174508.686000', '174508.689000', '174508.692000', '174508.694000', '174508.697000', '174508.700000', '174508.703000', '174508.705000', '174508.708000', '174508.711000', '174508.713000', '174508.716000', '174508.719000', '174508.721000', '174508.724000', '174508.727000', '174508.730000', '174508.732000', '174508.735000', '174508.738000', '174508.740000', '174508.743000', '174508.747000', '174508.750000', '174508.752000', '174508.755000', '174508.758000', '174508.760000', '174528.646000', '174528.648000', '174528.651000', '174528.654000', '174528.657000', '174528.659000', '174528.662000', '174528.665000', '174528.667000', '174528.670000', '174528.673000', '174528.675000', '174528.678000', '174528.681000', '174528.683000', '174528.686000', '174528.689000', '174528.691000', '174528.694000', '174528.697000', '174528.699000', '174528.702000', '174528.705000', '174528.707000', '174528.710000', '174528.713000', '174528.716000', '174528.718000', '174528.721000', '174528.724000', '174528.727000', '174528.729000', '174528.732000', '174528.735000', '174528.737000', '174528.740000', '174528.742000', '174528.745000', '174528.748000', '174528.750000', '174528.753000', '174528.756000', '174528.759000', '174528.761000', '174547.329000', '174547.332000', '174547.335000', '174547.338000', '174547.341000', '174547.344000', '174547.347000', '174547.349000', '174547.352000', '174547.355000', '174547.358000', '174547.361000', '174547.364000', '174547.366000', '174547.370000', '174547.372000', '174547.375000', '174547.378000', '174547.381000', '174547.383000', '174547.386000', '174547.392000', '174547.397000', '174547.400000', '174547.403000', '174547.407000', '174547.411000', '174547.414000', '174547.417000', '174547.420000', '174547.423000', '174547.426000', '174547.429000', '174547.432000', '174547.438000', '174547.441000', '174547.447000', '174547.450000', '174547.452000', '174547.455000', '174547.458000'], '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': [9832, 8453, 11441, 9749, 7400, 9564, 12189, 9233, 6141, 8545, 11760, 8956, 6112, 7946, 10123, 8901, 8138, 12587, 9096, 7342, 8860, 12729, 9234, 6163, 8400, 10834, 8268, 6444, 10824, 8932, 7388, 8133, 11552, 8489, 6427, 10226, 11866, 8566, 5876, 8658, 10777, 8099, 6630, 10653, 9675, 7882, 7306, 11381, 8350, 6260, 10166, 10735, 7755, 5900, 12147, 10036, 6665, 5986, 10580, 9406, 6988, 6395, 10970, 8451, 7205, 9146, 10609, 7633, 6077, 10126, 10772, 8238, 5903, 13621, 11357, 7821, 6423, 11275, 9481, 7865, 6749, 11391, 9148, 7884, 9562, 11256, 9281, 7182, 9086, 10592, 7939, 6242, 9071, 10124, 9339, 9126, 8106, 11471, 9173, 8038, 13330, 9124, 5847, 8071, 10080, 7880, 6005, 11302, 8709, 7407, 12109, 10054, 7292, 8138, 10165, 7683, 11400, 9057, 6111, 12151, 10760, 6981, 6369, 10689, 8263, 8124, 11405, 8036, 5855, 11605, 9243, 6168, 11131, 8649, 6836, 13293, 10797, 7169, 9551, 9518, 6954, 11919, 10335, 7598, 5603, 11957, 10178, 6949, 10528, 8998, 6193, 12859, 11492, 7765, 6036, 10815, 9410, 7598, 10515, 9095, 6468, 12632, 11660, 7424, 8101, 10285, 8285, 7061, 11525, 8074, 6737, 13097, 10850, 6381, 11659, 9840, 7475, 11120, 9982, 7040, 11732, 11368, 7579, 9149, 9607, 6974, 10999, 10973, 7929, 5786, 10919, 9528, 7118, 11262, 8662, 5723, 11962, 10353, 6342, 7723, 9499, 7477, 11095, 10998, 7846, 5782, 11904, 9943, 6318, 7237, 9851, 8297, 9040, 12646, 9713, 6228, 12882, 11009, 6625, 6829, 9962, 7917, 9511, 11484, 8481, 5891, 11545, 9818, 6938, 11550, 8828, 6789, 13130, 11185, 6698, 11694, 9166, 7329, 12625, 8863, 5691, 10635, 8465, 8623, 11270, 7193, 6237, 10965, 8240, 9208, 9195, 6843, 11506, 7933, 9928, 8667, 5664, 12441, 10489, 5985, 10883, 7791, 6507, 11360, 8439, 6039, 10322, 6373, 12686, 9463, 6612, 10696, 7458, 9932, 11322, 8055, 6253, 10154, 7294, 13644, 10225, 6514, 11757, 8865, 7726, 10615, 6973, 12928, 10602, 7021, 11105, 7886, 6945, 11778, 8440, 6637, 10267, 7233, 13822, 10931, 6613, 11813, 9432, 7688, 11626, 8072, 10274, 10825, 7652, 12531, 8848, 11403, 10578, 7843, 11302, 7642, 6189, 10858, 7922, 6613, 10971, 7488, 13144, 9850, 8445, 9926, 6229, 12406, 10210, 7153, 11942, 8716, 12787, 10501, 8199, 11700, 8032, 6612, 11426, 8414, 10675, 10466, 6719, 12962, 9234, 12807, 9901, 6127, 12443, 9286, 6542, 9951, 6411, 10039, 10792, 9498, 7317, 11726, 9084, 14995, 12064, 8195, 9377, 6535, 12999, 10932, 6330, 10877, 7459, 11252, 11601, 6706, 10905, 7190, 11471, 10941, 6255, 11452, 7174, 13175, 9484, 8195, 8323, 6070, 11895, 9024, 6557, 11168, 6698, 11602, 9154, 6957, 11400, 7957, 6748, 11414, 8598, 12701, 8988, 6935, 11397, 7785, 12472, 8451, 5640, 11860, 9552, 7148, 11077, 7698, 11622, 11799, 7903, 12164, 8219, 9617, 11440, 8148, 7065, 9557, 6756, 13657, 10295, 6604, 11058, 7191, 13761, 9630, 5945, 12040, 8452, 12636, 9822, 6123, 11693, 9563, 6891, 11414, 7074, 11369, 11006, 6458, 11632, 8286, 9091, 11269, 7594, 10011, 8519, 7025, 11914, 7958, 6124, 9975, 6912, 12156, 8108, 10861, 8503, 6023, 11379, 8135, 5667, 11111, 8079, 10479, 11321, 7879, 6516, 10792, 8546, 12259, 10157, 6381, 13042, 10759, 7791, 11357, 7326, 13080, 10644, 7603, 11047, 6755, 13188, 11089, 6703, 11845, 8346, 8474, 12002, 7411, 11801, 8371, 7020, 11896, 8258, 8421, 9230, 7232, 12396, 8833, 6001, 10355, 6806, 12636, 8807, 5780, 10724, 7392, 9254, 10916, 6536, 11908, 8065, 13503, 9339, 5643, 10855, 8216, 10018, 10301, 6590, 12637, 10542, 8809, 11756, 8114, 12945, 11472, 8665, 11946, 8087, 13970, 11640, 8334, 10641, 7480, 8878, 10630, 8634, 12406, 8784, 5862, 12145, 9864, 7449, 10898, 6686, 12992, 11116, 6349, 11151, 7607, 14363, 12040, 7358, 11316, 7145, 11502, 11544, 6584, 10343, 8086, 7114, 12288, 8542, 9120, 8907, 6767, 12223, 8327, 6207, 10044, 7029, 11398, 9808, 6222, 12678, 9284, 9807, 10329, 6324, 7783, 10374, 7763, 6891, 10739, 7651, 14908, 12321, 7447, 11892, 9031, 7646, 14126, 10013, 6619, 12159, 10242, 8176, 11540, 7762, 10849, 11099, 8354, 9843, 8994, 6787, 12074, 8623, 5863, 10321, 6536, 11847, 12059, 6929, 10769, 10175, 8428, 13203, 8764, 6514, 10898, 7769, 13025, 8803, 5680, 10880, 7896, 11151, 10208, 6706, 12306, 10780, 8272, 11884, 8004, 7054, 12487, 8862, 6581, 10536, 8950, 11611, 8166, 11439, 7634, 5698, 12751, 10710, 6422, 10497, 8584, 7247, 14006, 10944, 6577, 13406, 10489, 8906, 9651, 8634, 5962, 13288, 9638, 14488, 7589, 5809, 5958, 9545, 8406, 10515, 15018, 11696, 9163, 13936, 10391, 10505, 15095, 8518, 7662, 11906, 8818, 8616, 11790, 7651, 7054, 12777, 9942, 7043, 12029, 8718, 7403, 13590, 9601, 6003, 11050, 9290, 7609, 11336, 9819, 6683, 7633, 11676, 8685, 5948, 11204, 9262, 8322, 12473, 9070, 6241, 10258, 11248, 8741, 6143, 11772, 9745, 8633, 11996, 10601, 7231, 7024, 13095, 9444, 7232, 11560, 8011, 7992, 12182, 8473, 5774, 11766, 9874, 7757, 11932, 8034, 6472, 13045, 9874, 5973, 10908, 9141, 7637, 11523, 8491, 6785, 12969, 9937, 6686, 10848, 7331, 8489, 11492, 8082, 7323, 9710, 6270, 12912, 10073, 6221, 10718, 7836, 7344, 12443, 9017, 6049, 11488, 8530, 11269, 9892, 6431, 10919, 9609, 8155, 11443, 9051, 6470, 13355, 10955, 8472, 12290, 8353, 7890, 13919, 10376, 6311, 12185, 10234, 8978, 12848, 8742, 6303, 13034, 10945, 7788, 11070, 8259, 7681, 13853, 9384, 6676, 11402, 8600, 10811, 11707, 7343, 8948, 10207, 8032, 14768, 10306, 6854, 12384, 10396, 9016, 12242, 7629, 6524, 12091, 9142, 8070, 10557, 6831, 13685, 11379, 7663, 11339, 8466, 7481, 14058, 10683, 6071, 11450, 7886, 11520, 11377, 6894, 8852, 9307, 7556, 12551, 10524, 6968, 12768, 11131, 8712, 12556, 8546, 8096, 13992, 10013, 6989, 10886, 7782, 14554, 10604, 6493, 11829, 10779, 8362, 11836, 9666, 6407, 14540, 12453, 7456, 11742, 8028, 7793, 13982, 9421, 6024, 11326, 9512, 9799, 12416, 7755, 7985, 10681, 7893, 14814, 10095, 6519, 12514, 10339, 8053, 11209, 7084, 10199, 11189, 8080, 6628, 10070, 7759, 14429, 11696, 6585, 10840, 7914, 8302, 11718, 7437, 8407, 10135, 7638, 14722, 9945, 6656, 12359, 10446, 9078, 12209, 8450, 7016, 13476, 9895, 7745, 10458, 6797, 15258, 11526, 6533, 11329, 9736, 8132, 10803, 9020, 6459, 7374, 10995, 10326, 9324, 15162, 12713, 7308, 12589, 10594, 10376, 13022, 7809, 6907, 11570, 9005, 9952, 10936, 7301, 12000, 11200, 7672, 12497, 8496, 10282, 11361, 8361, 11916, 7869, 6208, 12464, 9179, 7996, 10298, 6717, 13903, 11024, 8041, 11370, 7889, 7841, 13864, 11127, 7172, 12296, 10229, 10115, 12285, 7791, 11464, 11165, 8616, 12435, 9137, 6331, 13521, 11320, 7408, 10987, 7605, 7647, 13840, 9774, 7177, 10725, 7905, 11270, 11834, 7311, 9207, 10177, 8591, 15159, 10059, 6519, 12921, 10522, 7858, 11526, 7554, 14579, 11850, 9015, 12376, 7400, 13028, 10023, 7894, 11159, 7284, 6641, 13255, 10186, 6476, 11134, 8052, 13257, 11704, 6553, 9695, 8875, 7949, 14961, 11808, 6815, 12449, 10261, 9332, 13681, 8612, 6525, 11134, 8666, 14780, 7612, 6817, 13932, 11132, 8672, 11921, 7159, 9265, 11541, 8343, 9500, 9329, 7703, 14283, 9806, 6045, 10674, 10286, 7797, 6645, 14823, 12104, 9395, 11756, 8561, 10962, 13087, 8658, 11622, 9205, 8020, 14102, 9409, 6347, 9718, 6929, 14445, 10088, 5859, 10725, 7804, 8986, 11343, 6605, 11197, 10907, 7795, 12744, 8340, 7146, 13681, 10952, 6788, 11300, 9097, 11338, 12116, 7719, 10059, 9899, 7280, 17059, 13030, 8568, 10718, 7365, 5663, 10190, 6953, 6288, 14655, 11933, 10390, 12912, 8481, 6652, 10212, 8777, 7963, 9743, 10932, 7691, 9744, 14666, 9812, 7171, 11333, 10252, 10116, 12161, 7485, 10179, 10878, 8291, 9984, 9609, 7408, 15193, 11763, 6738, 11630, 8936, 10988, 11974, 7194, 10021, 10295, 8516, 13223, 9546, 6519, 13877, 11306, 8751, 12039, 8025, 7248, 13456, 9453, 7169, 10683, 7351, 12311, 11178, 8077, 7788, 11142, 8650, 11602, 11836, 7107, 12361, 10225, 9077, 12543, 7793, 7144, 10180, 7791, 14285, 9126, 5922, 11365, 8117, 11925, 11203, 6329, 12150, 9318, 8374, 13043, 9114, 6717, 11994, 10363, 8577, 12451, 7099, 13294, 10816, 12073, 9848, 6473, 12273, 8227, 14612, 8573, 5832, 10597, 7516, 11542, 8384, 6080, 12752, 10228, 7962, 11048, 6644, 13717, 9291, 10843, 8079, 6099, 13433, 10822, 9332, 9617, 6341, 13768, 11156, 9834, 12648, 9908, 7226, 14303, 11839, 11620, 6688, 9983, 7000, 5803, 9536, 6325, 14642, 11674, 9177, 12623, 7607, 15520, 9794, 6064, 10981, 8842, 7891, 7320, 11675, 12986, 12483, 10678, 11354, 6763, 5625, 11479, 9503, 6883, 11093, 7199, 13741, 11403, 7051, 11084, 6790, 13778, 11000, 7131, 10702, 6830, 13898, 10702, 7135, 11063, 7108, 12966, 9890, 6320, 11114, 8058, 6982, 13637, 11274, 8200, 11345, 7207, 14334, 11679, 8216, 10453, 6329, 12752, 9712, 5918, 10274, 7259, 12722, 12245, 7030, 12713, 9115, 8665, 12083, 7281, 9286, 9931, 8637, 12362, 7797, 8603, 9995, 8117], 'WindowCenter': [3669.0, 3645.0, 3664.0, 3639.0, 3610.0, 3628.0, 3649.0, 3627.0, 3585.0, 3615.0, 3648.0, 3618.0, 3585.0, 3618.0, 3626.0, 3617.0, 3617.0, 3650.0, 3628.0, 3605.0, 3614.0, 3647.0, 3626.0, 3584.0, 3615.0, 3636.0, 3616.0, 3584.0, 3638.0, 3617.0, 3606.0, 3615.0, 3649.0, 3617.0, 3596.0, 3638.0, 3647.0, 3617.0, 3575.0, 3616.0, 3638.0, 3618.0, 3596.0, 3638.0, 3627.0, 3618.0, 3606.0, 3638.0, 3615.0, 3584.0, 3637.0, 3637.0, 3606.0, 3574.0, 3648.0, 3628.0, 3595.0, 3584.0, 3638.0, 3627.0, 3606.0, 3596.0, 3649.0, 3629.0, 3619.0, 3640.0, 3651.0, 3618.0, 3587.0, 3642.0, 3652.0, 3631.0, 3589.0, 3662.0, 3652.0, 3618.0, 3598.0, 3650.0, 3627.0, 3618.0, 3598.0, 3650.0, 3628.0, 3617.0, 3628.0, 3641.0, 3627.0, 3608.0, 3627.0, 3638.0, 3618.0, 3584.0, 3629.0, 3627.0, 3628.0, 3627.0, 3618.0, 3637.0, 3628.0, 3604.0, 3635.0, 3615.0, 3563.0, 3604.0, 3625.0, 3606.0, 3572.0, 3639.0, 3616.0, 3606.0, 3637.0, 3629.0, 3605.0, 3606.0, 3624.0, 3605.0, 3638.0, 3617.0, 3573.0, 3637.0, 3637.0, 3596.0, 3584.0, 3628.0, 3616.0, 3607.0, 3637.0, 3618.0, 3574.0, 3638.0, 3627.0, 3586.0, 3639.0, 3618.0, 3597.0, 3649.0, 3637.0, 3595.0, 3627.0, 3629.0, 3596.0, 3639.0, 3629.0, 3606.0, 3575.0, 3641.0, 3628.0, 3598.0, 3639.0, 3627.0, 3575.0, 3648.0, 3639.0, 3606.0, 3576.0, 3638.0, 3627.0, 3606.0, 3639.0, 3617.0, 3587.0, 3649.0, 3640.0, 3607.0, 3604.0, 3627.0, 3604.0, 3596.0, 3638.0, 3606.0, 3584.0, 3648.0, 3628.0, 3584.0, 3637.0, 3626.0, 3594.0, 3637.0, 3626.0, 3595.0, 3637.0, 3625.0, 3592.0, 3615.0, 3615.0, 3593.0, 3625.0, 3626.0, 3605.0, 3574.0, 3636.0, 3627.0, 3595.0, 3637.0, 3617.0, 3573.0, 3636.0, 3639.0, 3586.0, 3606.0, 3626.0, 3608.0, 3639.0, 3639.0, 3616.0, 3575.0, 3648.0, 3627.0, 3585.0, 3606.0, 3640.0, 3620.0, 3629.0, 3650.0, 3631.0, 3587.0, 3647.0, 3638.0, 3584.0, 3596.0, 3625.0, 3606.0, 3629.0, 3638.0, 3619.0, 3574.0, 3639.0, 3629.0, 3596.0, 3639.0, 3618.0, 3595.0, 3648.0, 3639.0, 3586.0, 3636.0, 3616.0, 3593.0, 3635.0, 3616.0, 3561.0, 3624.0, 3604.0, 3604.0, 3626.0, 3595.0, 3574.0, 3625.0, 3606.0, 3615.0, 3617.0, 3581.0, 3624.0, 3604.0, 3626.0, 3616.0, 3574.0, 3637.0, 3638.0, 3573.0, 3636.0, 3607.0, 3583.0, 3637.0, 3617.0, 3584.0, 3640.0, 3586.0, 3650.0, 3629.0, 3585.0, 3637.0, 3606.0, 3625.0, 3640.0, 3606.0, 3586.0, 3627.0, 3606.0, 3647.0, 3629.0, 3585.0, 3638.0, 3615.0, 3603.0, 3624.0, 3598.0, 3637.0, 3626.0, 3593.0, 3635.0, 3605.0, 3593.0, 3637.0, 3616.0, 3584.0, 3627.0, 3594.0, 3648.0, 3627.0, 3585.0, 3636.0, 3615.0, 3604.0, 3635.0, 3605.0, 3627.0, 3625.0, 3593.0, 3637.0, 3617.0, 3637.0, 3627.0, 3592.0, 3625.0, 3596.0, 3571.0, 3623.0, 3604.0, 3584.0, 3635.0, 3607.0, 3648.0, 3627.0, 3606.0, 3628.0, 3576.0, 3648.0, 3627.0, 3596.0, 3638.0, 3620.0, 3648.0, 3638.0, 3604.0, 3637.0, 3608.0, 3597.0, 3637.0, 3616.0, 3628.0, 3637.0, 3597.0, 3648.0, 3616.0, 3635.0, 3624.0, 3572.0, 3636.0, 3616.0, 3584.0, 3627.0, 3584.0, 3627.0, 3638.0, 3628.0, 3607.0, 3652.0, 3632.0, 3659.0, 3639.0, 3605.0, 3613.0, 3585.0, 3635.0, 3625.0, 3585.0, 3636.0, 3594.0, 3635.0, 3637.0, 3583.0, 3625.0, 3596.0, 3634.0, 3627.0, 3585.0, 3636.0, 3584.0, 3635.0, 3614.0, 3603.0, 3603.0, 3574.0, 3636.0, 3615.0, 3583.0, 3639.0, 3595.0, 3638.0, 3627.0, 3595.0, 3650.0, 3621.0, 3597.0, 3650.0, 3617.0, 3648.0, 3630.0, 3596.0, 3639.0, 3606.0, 3636.0, 3618.0, 3573.0, 3638.0, 3626.0, 3597.0, 3638.0, 3609.0, 3637.0, 3641.0, 3608.0, 3636.0, 3618.0, 3626.0, 3637.0, 3605.0, 3595.0, 3626.0, 3582.0, 3647.0, 3626.0, 3583.0, 3625.0, 3582.0, 3635.0, 3614.0, 3572.0, 3636.0, 3603.0, 3634.0, 3626.0, 3571.0, 3635.0, 3614.0, 3595.0, 3635.0, 3596.0, 3636.0, 3636.0, 3585.0, 3636.0, 3619.0, 3615.0, 3637.0, 3606.0, 3625.0, 3617.0, 3593.0, 3637.0, 3605.0, 3574.0, 3629.0, 3596.0, 3636.0, 3604.0, 3624.0, 3614.0, 3574.0, 3635.0, 3617.0, 3574.0, 3649.0, 3618.0, 3637.0, 3650.0, 3620.0, 3597.0, 3641.0, 3618.0, 3649.0, 3640.0, 3586.0, 3647.0, 3640.0, 3604.0, 3637.0, 3596.0, 3647.0, 3625.0, 3595.0, 3626.0, 3583.0, 3636.0, 3627.0, 3585.0, 3637.0, 3616.0, 3605.0, 3638.0, 3594.0, 3635.0, 3606.0, 3593.0, 3638.0, 3605.0, 3603.0, 3617.0, 3593.0, 3635.0, 3615.0, 3574.0, 3625.0, 3583.0, 3636.0, 3615.0, 3573.0, 3639.0, 3607.0, 3628.0, 3638.0, 3586.0, 3640.0, 3618.0, 3648.0, 3629.0, 3575.0, 3640.0, 3618.0, 3629.0, 3641.0, 3597.0, 3649.0, 3639.0, 3628.0, 3650.0, 3619.0, 3649.0, 3638.0, 3616.0, 3636.0, 3608.0, 3647.0, 3636.0, 3603.0, 3623.0, 3596.0, 3616.0, 3626.0, 3615.0, 3636.0, 3617.0, 3574.0, 3648.0, 3627.0, 3607.0, 3637.0, 3595.0, 3647.0, 3637.0, 3584.0, 3639.0, 3605.0, 3646.0, 3637.0, 3594.0, 3636.0, 3594.0, 3624.0, 3634.0, 3583.0, 3624.0, 3605.0, 3594.0, 3636.0, 3618.0, 3614.0, 3614.0, 3582.0, 3635.0, 3616.0, 3575.0, 3626.0, 3594.0, 3639.0, 3627.0, 3585.0, 3651.0, 3628.0, 3626.0, 3638.0, 3597.0, 3617.0, 3639.0, 3619.0, 3609.0, 3652.0, 3620.0, 3661.0, 3652.0, 3609.0, 3648.0, 3619.0, 3607.0, 3660.0, 3639.0, 3598.0, 3648.0, 3639.0, 3616.0, 3640.0, 3608.0, 3637.0, 3637.0, 3616.0, 3627.0, 3618.0, 3583.0, 3637.0, 3616.0, 3576.0, 3640.0, 3597.0, 3649.0, 3651.0, 3596.0, 3639.0, 3638.0, 3616.0, 3647.0, 3618.0, 3585.0, 3637.0, 3604.0, 3647.0, 3618.0, 3573.0, 3638.0, 3605.0, 3635.0, 3628.0, 3597.0, 3646.0, 3637.0, 3617.0, 3647.0, 3617.0, 3594.0, 3647.0, 3628.0, 3597.0, 3641.0, 3616.0, 3637.0, 3605.0, 3635.0, 3606.0, 3572.0, 3647.0, 3640.0, 3585.0, 3640.0, 3631.0, 3606.0, 3661.0, 3640.0, 3596.0, 3661.0, 3640.0, 3627.0, 3640.0, 3629.0, 3600.0, 3661.0, 3615.0, 3636.0, 3594.0, 3560.0, 3583.0, 3637.0, 3629.0, 3639.0, 3659.0, 3640.0, 3616.0, 3633.0, 3613.0, 3611.0, 3620.0, 3590.0, 3578.0, 3610.0, 3587.0, 3590.0, 3610.0, 3577.0, 3567.0, 3619.0, 3601.0, 3579.0, 3621.0, 3590.0, 3579.0, 3632.0, 3612.0, 3572.0, 3624.0, 3614.0, 3593.0, 3624.0, 3616.0, 3584.0, 3605.0, 3638.0, 3618.0, 3587.0, 3637.0, 3627.0, 3617.0, 3648.0, 3629.0, 3597.0, 3641.0, 3650.0, 3631.0, 3588.0, 3652.0, 3642.0, 3628.0, 3652.0, 3641.0, 3610.0, 3597.0, 3650.0, 3630.0, 3608.0, 3640.0, 3619.0, 3606.0, 3647.0, 3618.0, 3576.0, 3650.0, 3629.0, 3609.0, 3651.0, 3619.0, 3587.0, 3651.0, 3630.0, 3587.0, 3638.0, 3629.0, 3608.0, 3648.0, 3619.0, 3596.0, 3651.0, 3641.0, 3597.0, 3641.0, 3609.0, 3618.0, 3640.0, 3619.0, 3607.0, 3629.0, 3588.0, 3651.0, 3629.0, 3576.0, 3639.0, 3609.0, 3608.0, 3651.0, 3630.0, 3587.0, 3651.0, 3631.0, 3640.0, 3641.0, 3599.0, 3640.0, 3631.0, 3621.0, 3652.0, 3633.0, 3599.0, 3664.0, 3642.0, 3622.0, 3651.0, 3621.0, 3620.0, 3662.0, 3641.0, 3588.0, 3650.0, 3641.0, 3630.0, 3650.0, 3619.0, 3586.0, 3650.0, 3640.0, 3608.0, 3638.0, 3618.0, 3607.0, 3651.0, 3628.0, 3597.0, 3638.0, 3619.0, 3639.0, 3639.0, 3608.0, 3616.0, 3627.0, 3607.0, 3661.0, 3628.0, 3597.0, 3647.0, 3628.0, 3617.0, 3636.0, 3607.0, 3584.0, 3638.0, 3628.0, 3606.0, 3639.0, 3596.0, 3648.0, 3638.0, 3607.0, 3638.0, 3617.0, 3606.0, 3648.0, 3640.0, 3586.0, 3639.0, 3620.0, 3639.0, 3639.0, 3609.0, 3628.0, 3630.0, 3608.0, 3650.0, 3640.0, 3610.0, 3651.0, 3651.0, 3619.0, 3651.0, 3619.0, 3607.0, 3650.0, 3630.0, 3595.0, 3627.0, 3606.0, 3648.0, 3626.0, 3586.0, 3638.0, 3638.0, 3617.0, 3638.0, 3628.0, 3584.0, 3649.0, 3650.0, 3596.0, 3638.0, 3606.0, 3605.0, 3648.0, 3628.0, 3574.0, 3639.0, 3628.0, 3627.0, 3649.0, 3607.0, 3605.0, 3628.0, 3607.0, 3649.0, 3628.0, 3586.0, 3637.0, 3628.0, 3607.0, 3638.0, 3598.0, 3627.0, 3639.0, 3619.0, 3596.0, 3629.0, 3607.0, 3661.0, 3651.0, 3597.0, 3640.0, 3619.0, 3617.0, 3650.0, 3609.0, 3618.0, 3641.0, 3609.0, 3662.0, 3641.0, 3598.0, 3650.0, 3640.0, 3629.0, 3651.0, 3619.0, 3597.0, 3651.0, 3631.0, 3608.0, 3640.0, 3598.0, 3660.0, 3640.0, 3587.0, 3637.0, 3628.0, 3619.0, 3641.0, 3631.0, 3598.0, 3609.0, 3651.0, 3642.0, 3631.0, 3662.0, 3653.0, 3609.0, 3649.0, 3630.0, 3628.0, 3637.0, 3594.0, 3582.0, 3637.0, 3617.0, 3627.0, 3627.0, 3596.0, 3637.0, 3639.0, 3608.0, 3648.0, 3618.0, 3626.0, 3639.0, 3605.0, 3638.0, 3608.0, 3574.0, 3650.0, 3629.0, 3606.0, 3639.0, 3597.0, 3661.0, 3640.0, 3619.0, 3651.0, 3621.0, 3619.0, 3662.0, 3652.0, 3609.0, 3650.0, 3640.0, 3639.0, 3651.0, 3608.0, 3638.0, 3639.0, 3618.0, 3638.0, 3628.0, 3585.0, 3649.0, 3640.0, 3595.0, 3639.0, 3608.0, 3606.0, 3650.0, 3629.0, 3596.0, 3628.0, 3607.0, 3636.0, 3639.0, 3608.0, 3628.0, 3628.0, 3616.0, 3660.0, 3628.0, 3586.0, 3648.0, 3628.0, 3605.0, 3639.0, 3606.0, 3647.0, 3637.0, 3615.0, 3637.0, 3596.0, 3636.0, 3616.0, 3604.0, 3627.0, 3595.0, 3584.0, 3648.0, 3630.0, 3585.0, 3640.0, 3619.0, 3649.0, 3640.0, 3588.0, 3628.0, 3631.0, 3620.0, 3663.0, 3653.0, 3600.0, 3651.0, 3641.0, 3628.0, 3650.0, 3619.0, 3586.0, 3637.0, 3617.0, 3660.0, 3607.0, 3596.0, 3647.0, 3639.0, 3617.0, 3639.0, 3596.0, 3615.0, 3639.0, 3618.0, 3627.0, 3618.0, 3606.0, 3660.0, 3630.0, 3587.0, 3641.0, 3640.0, 3620.0, 3598.0, 3663.0, 3653.0, 3631.0, 3651.0, 3619.0, 3639.0, 3651.0, 3618.0, 3637.0, 3616.0, 3604.0, 3648.0, 3615.0, 3573.0, 3616.0, 3594.0, 3648.0, 3628.0, 3575.0, 3637.0, 3607.0, 3617.0, 3638.0, 3597.0, 3639.0, 3640.0, 3609.0, 3650.0, 3619.0, 3597.0, 3652.0, 3641.0, 3600.0, 3651.0, 3630.0, 3640.0, 3651.0, 3608.0, 3628.0, 3629.0, 3607.0, 3662.0, 3650.0, 3618.0, 3626.0, 3595.0, 3573.0, 3626.0, 3596.0, 3584.0, 3649.0, 3640.0, 3639.0, 3650.0, 3621.0, 3584.0, 3638.0, 3619.0, 3618.0, 3641.0, 3642.0, 3610.0, 3630.0, 3662.0, 3630.0, 3598.0, 3639.0, 3628.0, 3629.0, 3649.0, 3597.0, 3627.0, 3640.0, 3619.0, 3628.0, 3629.0, 3597.0, 3650.0, 3639.0, 3587.0, 3636.0, 3617.0, 3626.0, 3639.0, 3597.0, 3626.0, 3628.0, 3617.0, 3649.0, 3629.0, 3586.0, 3649.0, 3640.0, 3619.0, 3650.0, 3619.0, 3607.0, 3651.0, 3630.0, 3598.0, 3640.0, 3607.0, 3639.0, 3640.0, 3620.0, 3608.0, 3640.0, 3619.0, 3639.0, 3640.0, 3597.0, 3649.0, 3628.0, 3617.0, 3639.0, 3608.0, 3594.0, 3628.0, 3606.0, 3648.0, 3618.0, 3574.0, 3639.0, 3606.0, 3638.0, 3638.0, 3584.0, 3637.0, 3617.0, 3606.0, 3649.0, 3618.0, 3585.0, 3636.0, 3628.0, 3616.0, 3637.0, 3597.0, 3648.0, 3637.0, 3636.0, 3626.0, 3573.0, 3637.0, 3605.0, 3648.0, 3616.0, 3563.0, 3626.0, 3595.0, 3637.0, 3607.0, 3584.0, 3648.0, 3640.0, 3618.0, 3639.0, 3597.0, 3661.0, 3630.0, 3638.0, 3617.0, 3588.0, 3662.0, 3640.0, 3629.0, 3630.0, 3587.0, 3650.0, 3639.0, 3629.0, 3650.0, 3639.0, 3622.0, 3664.0, 3639.0, 3638.0, 3582.0, 3613.0, 3594.0, 3573.0, 3628.0, 3585.0, 3661.0, 3639.0, 3617.0, 3638.0, 3595.0, 3645.0, 3613.0, 3558.0, 3613.0, 3603.0, 3604.0, 3594.0, 3638.0, 3633.0, 3625.0, 3610.0, 3609.0, 3569.0, 3559.0, 3622.0, 3614.0, 3583.0, 3636.0, 3595.0, 3647.0, 3637.0, 3594.0, 3635.0, 3584.0, 3647.0, 3627.0, 3595.0, 3626.0, 3586.0, 3647.0, 3638.0, 3597.0, 3637.0, 3595.0, 3648.0, 3629.0, 3587.0, 3650.0, 3621.0, 3607.0, 3661.0, 3653.0, 3619.0, 3639.0, 3609.0, 3650.0, 3638.0, 3616.0, 3627.0, 3585.0, 3648.0, 3627.0, 3576.0, 3638.0, 3607.0, 3649.0, 3651.0, 3599.0, 3649.0, 3630.0, 3617.0, 3649.0, 3609.0, 3628.0, 3639.0, 3619.0, 3649.0, 3608.0, 3617.0, 3629.0, 3607.0], 'WindowWidth': [8274.0, 8234.0, 8258.0, 8216.0, 8177.0, 8198.0, 8227.0, 8194.0, 8137.0, 8175.0, 8223.0, 8181.0, 8135.0, 8181.0, 8188.0, 8179.0, 8178.0, 8228.0, 8194.0, 8161.0, 8173.0, 8220.0, 8189.0, 8132.0, 8174.0, 8204.0, 8177.0, 8132.0, 8209.0, 8179.0, 8164.0, 8176.0, 8225.0, 8180.0, 8151.0, 8210.0, 8222.0, 8180.0, 8124.0, 8179.0, 8209.0, 8184.0, 8154.0, 8212.0, 8194.0, 8182.0, 8166.0, 8211.0, 8175.0, 8134.0, 8208.0, 8206.0, 8165.0, 8120.0, 8222.0, 8194.0, 8149.0, 8135.0, 8209.0, 8194.0, 8166.0, 8153.0, 8228.0, 8200.0, 8187.0, 8215.0, 8232.0, 8183.0, 8143.0, 8222.0, 8236.0, 8206.0, 8148.0, 8248.0, 8233.0, 8184.0, 8158.0, 8229.0, 8195.0, 8182.0, 8156.0, 8228.0, 8195.0, 8181.0, 8197.0, 8216.0, 8193.0, 8170.0, 8193.0, 8208.0, 8182.0, 8133.0, 8196.0, 8193.0, 8197.0, 8194.0, 8182.0, 8209.0, 8194.0, 8156.0, 8201.0, 8171.0, 8101.0, 8157.0, 8185.0, 8163.0, 8116.0, 8210.0, 8177.0, 8163.0, 8207.0, 8195.0, 8162.0, 8163.0, 8183.0, 8159.0, 8206.0, 8177.0, 8115.0, 8205.0, 8203.0, 8150.0, 8131.0, 8193.0, 8175.0, 8164.0, 8206.0, 8181.0, 8119.0, 8209.0, 8193.0, 8137.0, 8212.0, 8182.0, 8153.0, 8224.0, 8206.0, 8149.0, 8193.0, 8195.0, 8150.0, 8210.0, 8197.0, 8165.0, 8122.0, 8216.0, 8196.0, 8155.0, 8212.0, 8193.0, 8122.0, 8222.0, 8210.0, 8163.0, 8124.0, 8209.0, 8192.0, 8162.0, 8211.0, 8179.0, 8139.0, 8223.0, 8213.0, 8165.0, 8157.0, 8191.0, 8158.0, 8148.0, 8207.0, 8163.0, 8130.0, 8220.0, 8192.0, 8130.0, 8204.0, 8187.0, 8143.0, 8204.0, 8188.0, 8145.0, 8204.0, 8184.0, 8138.0, 8170.0, 8171.0, 8142.0, 8184.0, 8189.0, 8159.0, 8118.0, 8204.0, 8192.0, 8145.0, 8207.0, 8178.0, 8117.0, 8204.0, 8209.0, 8138.0, 8164.0, 8191.0, 8166.0, 8210.0, 8211.0, 8178.0, 8121.0, 8224.0, 8193.0, 8135.0, 8165.0, 8213.0, 8187.0, 8197.0, 8230.0, 8202.0, 8141.0, 8221.0, 8208.0, 8133.0, 8151.0, 8188.0, 8163.0, 8196.0, 8210.0, 8184.0, 8120.0, 8210.0, 8195.0, 8150.0, 8211.0, 8180.0, 8146.0, 8222.0, 8209.0, 8136.0, 8201.0, 8174.0, 8140.0, 8200.0, 8174.0, 8096.0, 8181.0, 8155.0, 8156.0, 8187.0, 8146.0, 8117.0, 8185.0, 8161.0, 8172.0, 8176.0, 8122.0, 8184.0, 8156.0, 8187.0, 8174.0, 8118.0, 8205.0, 8207.0, 8117.0, 8202.0, 8165.0, 8130.0, 8207.0, 8179.0, 8133.0, 8212.0, 8135.0, 8226.0, 8195.0, 8133.0, 8205.0, 8163.0, 8188.0, 8213.0, 8164.0, 8136.0, 8193.0, 8162.0, 8222.0, 8196.0, 8133.0, 8206.0, 8173.0, 8154.0, 8184.0, 8154.0, 8206.0, 8188.0, 8142.0, 8198.0, 8158.0, 8140.0, 8205.0, 8176.0, 8131.0, 8190.0, 8142.0, 8221.0, 8191.0, 8132.0, 8201.0, 8172.0, 8156.0, 8200.0, 8158.0, 8190.0, 8186.0, 8141.0, 8204.0, 8176.0, 8203.0, 8187.0, 8134.0, 8184.0, 8147.0, 8108.0, 8181.0, 8155.0, 8129.0, 8201.0, 8165.0, 8221.0, 8190.0, 8160.0, 8193.0, 8124.0, 8221.0, 8190.0, 8149.0, 8209.0, 8186.0, 8223.0, 8206.0, 8156.0, 8205.0, 8168.0, 8151.0, 8205.0, 8175.0, 8194.0, 8206.0, 8150.0, 8220.0, 8174.0, 8199.0, 8181.0, 8111.0, 8201.0, 8174.0, 8130.0, 8190.0, 8129.0, 8191.0, 8207.0, 8196.0, 8169.0, 8234.0, 8205.0, 8239.0, 8209.0, 8158.0, 8166.0, 8131.0, 8199.0, 8187.0, 8132.0, 8201.0, 8145.0, 8200.0, 8202.0, 8127.0, 8185.0, 8146.0, 8198.0, 8190.0, 8133.0, 8202.0, 8129.0, 8199.0, 8167.0, 8150.0, 8152.0, 8116.0, 8200.0, 8173.0, 8128.0, 8208.0, 8148.0, 8209.0, 8192.0, 8148.0, 8227.0, 8191.0, 8154.0, 8227.0, 8179.0, 8222.0, 8198.0, 8148.0, 8211.0, 8161.0, 8204.0, 8179.0, 8117.0, 8207.0, 8190.0, 8151.0, 8208.0, 8171.0, 8206.0, 8213.0, 8167.0, 8205.0, 8181.0, 8187.0, 8204.0, 8160.0, 8146.0, 8187.0, 8126.0, 8220.0, 8190.0, 8128.0, 8187.0, 8125.0, 8200.0, 8171.0, 8112.0, 8200.0, 8153.0, 8198.0, 8187.0, 8109.0, 8198.0, 8170.0, 8145.0, 8200.0, 8149.0, 8203.0, 8202.0, 8134.0, 8204.0, 8182.0, 8173.0, 8205.0, 8162.0, 8188.0, 8179.0, 8144.0, 8205.0, 8161.0, 8117.0, 8195.0, 8147.0, 8202.0, 8158.0, 8184.0, 8171.0, 8117.0, 8200.0, 8178.0, 8123.0, 8225.0, 8185.0, 8209.0, 8229.0, 8187.0, 8155.0, 8216.0, 8181.0, 8226.0, 8212.0, 8137.0, 8221.0, 8211.0, 8158.0, 8204.0, 8148.0, 8217.0, 8186.0, 8144.0, 8188.0, 8127.0, 8202.0, 8189.0, 8131.0, 8203.0, 8174.0, 8158.0, 8205.0, 8143.0, 8200.0, 8161.0, 8140.0, 8205.0, 8159.0, 8154.0, 8176.0, 8140.0, 8199.0, 8172.0, 8116.0, 8186.0, 8127.0, 8201.0, 8174.0, 8116.0, 8209.0, 8167.0, 8195.0, 8208.0, 8137.0, 8213.0, 8181.0, 8221.0, 8196.0, 8122.0, 8213.0, 8183.0, 8198.0, 8217.0, 8156.0, 8226.0, 8213.0, 8195.0, 8227.0, 8186.0, 8224.0, 8206.0, 8174.0, 8203.0, 8168.0, 8217.0, 8200.0, 8152.0, 8181.0, 8149.0, 8175.0, 8188.0, 8171.0, 8203.0, 8178.0, 8119.0, 8222.0, 8194.0, 8165.0, 8204.0, 8148.0, 8218.0, 8206.0, 8132.0, 8209.0, 8160.0, 8218.0, 8204.0, 8143.0, 8201.0, 8143.0, 8184.0, 8195.0, 8128.0, 8183.0, 8158.0, 8142.0, 8204.0, 8179.0, 8169.0, 8169.0, 8125.0, 8201.0, 8176.0, 8119.0, 8187.0, 8144.0, 8211.0, 8192.0, 8136.0, 8229.0, 8195.0, 8190.0, 8209.0, 8155.0, 8180.0, 8212.0, 8186.0, 8175.0, 8233.0, 8189.0, 8246.0, 8232.0, 8172.0, 8224.0, 8185.0, 8165.0, 8242.0, 8212.0, 8157.0, 8223.0, 8211.0, 8176.0, 8213.0, 8168.0, 8204.0, 8205.0, 8175.0, 8190.0, 8179.0, 8129.0, 8204.0, 8175.0, 8124.0, 8212.0, 8154.0, 8225.0, 8228.0, 8153.0, 8210.0, 8209.0, 8176.0, 8219.0, 8180.0, 8132.0, 8204.0, 8157.0, 8217.0, 8178.0, 8115.0, 8206.0, 8160.0, 8201.0, 8192.0, 8151.0, 8217.0, 8205.0, 8179.0, 8221.0, 8178.0, 8145.0, 8221.0, 8194.0, 8152.0, 8215.0, 8175.0, 8204.0, 8158.0, 8198.0, 8161.0, 8116.0, 8220.0, 8212.0, 8137.0, 8213.0, 8202.0, 8166.0, 8246.0, 8214.0, 8152.0, 8247.0, 8214.0, 8192.0, 8215.0, 8201.0, 8165.0, 8247.0, 8171.0, 8199.0, 8140.0, 8095.0, 8132.0, 8207.0, 8200.0, 8211.0, 8241.0, 8212.0, 8173.0, 8193.0, 8162.0, 8156.0, 8170.0, 8127.0, 8107.0, 8154.0, 8121.0, 8127.0, 8156.0, 8108.0, 8096.0, 8166.0, 8143.0, 8112.0, 8170.0, 8129.0, 8113.0, 8190.0, 8162.0, 8109.0, 8180.0, 8167.0, 8138.0, 8182.0, 8171.0, 8129.0, 8158.0, 8206.0, 8180.0, 8138.0, 8206.0, 8193.0, 8179.0, 8222.0, 8198.0, 8155.0, 8215.0, 8227.0, 8202.0, 8145.0, 8234.0, 8218.0, 8194.0, 8233.0, 8215.0, 8173.0, 8152.0, 8228.0, 8201.0, 8170.0, 8213.0, 8184.0, 8163.0, 8221.0, 8182.0, 8124.0, 8225.0, 8197.0, 8170.0, 8229.0, 8184.0, 8138.0, 8228.0, 8198.0, 8138.0, 8208.0, 8197.0, 8169.0, 8223.0, 8185.0, 8151.0, 8228.0, 8214.0, 8153.0, 8214.0, 8170.0, 8181.0, 8213.0, 8185.0, 8167.0, 8198.0, 8141.0, 8229.0, 8198.0, 8123.0, 8210.0, 8169.0, 8167.0, 8231.0, 8201.0, 8142.0, 8229.0, 8204.0, 8214.0, 8215.0, 8159.0, 8214.0, 8202.0, 8189.0, 8235.0, 8208.0, 8160.0, 8252.0, 8219.0, 8191.0, 8231.0, 8188.0, 8187.0, 8245.0, 8215.0, 8142.0, 8227.0, 8216.0, 8198.0, 8228.0, 8183.0, 8137.0, 8227.0, 8212.0, 8168.0, 8209.0, 8180.0, 8164.0, 8229.0, 8195.0, 8151.0, 8207.0, 8182.0, 8209.0, 8209.0, 8166.0, 8176.0, 8192.0, 8165.0, 8243.0, 8194.0, 8152.0, 8220.0, 8193.0, 8176.0, 8204.0, 8163.0, 8130.0, 8208.0, 8194.0, 8162.0, 8209.0, 8150.0, 8221.0, 8206.0, 8164.0, 8208.0, 8178.0, 8163.0, 8223.0, 8213.0, 8136.0, 8211.0, 8186.0, 8211.0, 8211.0, 8171.0, 8196.0, 8199.0, 8170.0, 8229.0, 8213.0, 8173.0, 8231.0, 8230.0, 8185.0, 8229.0, 8183.0, 8166.0, 8227.0, 8198.0, 8147.0, 8191.0, 8162.0, 8222.0, 8188.0, 8137.0, 8207.0, 8207.0, 8177.0, 8207.0, 8193.0, 8130.0, 8224.0, 8225.0, 8149.0, 8207.0, 8162.0, 8157.0, 8220.0, 8192.0, 8118.0, 8208.0, 8193.0, 8191.0, 8224.0, 8164.0, 8160.0, 8192.0, 8163.0, 8224.0, 8193.0, 8135.0, 8206.0, 8194.0, 8164.0, 8207.0, 8155.0, 8191.0, 8210.0, 8183.0, 8150.0, 8197.0, 8167.0, 8243.0, 8228.0, 8152.0, 8213.0, 8182.0, 8179.0, 8227.0, 8172.0, 8181.0, 8215.0, 8170.0, 8246.0, 8214.0, 8155.0, 8227.0, 8213.0, 8196.0, 8228.0, 8183.0, 8153.0, 8228.0, 8201.0, 8168.0, 8212.0, 8154.0, 8240.0, 8212.0, 8139.0, 8205.0, 8195.0, 8183.0, 8214.0, 8204.0, 8156.0, 8171.0, 8231.0, 8217.0, 8203.0, 8248.0, 8232.0, 8170.0, 8222.0, 8197.0, 8190.0, 8205.0, 8144.0, 8124.0, 8203.0, 8175.0, 8188.0, 8190.0, 8148.0, 8204.0, 8208.0, 8165.0, 8221.0, 8180.0, 8186.0, 8207.0, 8157.0, 8204.0, 8166.0, 8117.0, 8225.0, 8195.0, 8161.0, 8209.0, 8152.0, 8242.0, 8214.0, 8184.0, 8230.0, 8190.0, 8186.0, 8248.0, 8234.0, 8172.0, 8228.0, 8213.0, 8210.0, 8227.0, 8168.0, 8206.0, 8210.0, 8179.0, 8208.0, 8193.0, 8132.0, 8225.0, 8210.0, 8147.0, 8208.0, 8166.0, 8161.0, 8225.0, 8195.0, 8149.0, 8193.0, 8164.0, 8203.0, 8209.0, 8167.0, 8193.0, 8194.0, 8175.0, 8240.0, 8194.0, 8135.0, 8220.0, 8192.0, 8159.0, 8207.0, 8160.0, 8216.0, 8203.0, 8170.0, 8204.0, 8146.0, 8199.0, 8173.0, 8153.0, 8188.0, 8146.0, 8131.0, 8220.0, 8198.0, 8135.0, 8212.0, 8183.0, 8225.0, 8213.0, 8141.0, 8196.0, 8200.0, 8187.0, 8251.0, 8234.0, 8159.0, 8230.0, 8215.0, 8194.0, 8226.0, 8181.0, 8135.0, 8204.0, 8176.0, 8240.0, 8164.0, 8150.0, 8217.0, 8208.0, 8176.0, 8207.0, 8148.0, 8172.0, 8208.0, 8179.0, 8190.0, 8178.0, 8163.0, 8241.0, 8198.0, 8139.0, 8216.0, 8215.0, 8188.0, 8156.0, 8251.0, 8236.0, 8203.0, 8230.0, 8184.0, 8208.0, 8228.0, 8180.0, 8202.0, 8173.0, 8155.0, 8219.0, 8172.0, 8113.0, 8172.0, 8142.0, 8220.0, 8192.0, 8119.0, 8202.0, 8163.0, 8177.0, 8209.0, 8153.0, 8210.0, 8212.0, 8170.0, 8226.0, 8182.0, 8153.0, 8232.0, 8217.0, 8161.0, 8229.0, 8200.0, 8213.0, 8232.0, 8168.0, 8195.0, 8196.0, 8164.0, 8245.0, 8227.0, 8182.0, 8187.0, 8148.0, 8115.0, 8186.0, 8148.0, 8132.0, 8224.0, 8211.0, 8209.0, 8227.0, 8187.0, 8131.0, 8208.0, 8182.0, 8183.0, 8217.0, 8218.0, 8174.0, 8198.0, 8247.0, 8200.0, 8155.0, 8209.0, 8194.0, 8196.0, 8223.0, 8150.0, 8188.0, 8210.0, 8183.0, 8194.0, 8194.0, 8151.0, 8226.0, 8210.0, 8137.0, 8201.0, 8177.0, 8186.0, 8207.0, 8149.0, 8187.0, 8191.0, 8176.0, 8224.0, 8195.0, 8137.0, 8223.0, 8211.0, 8181.0, 8225.0, 8183.0, 8164.0, 8228.0, 8200.0, 8154.0, 8211.0, 8165.0, 8210.0, 8211.0, 8184.0, 8167.0, 8211.0, 8182.0, 8208.0, 8211.0, 8151.0, 8222.0, 8194.0, 8177.0, 8209.0, 8165.0, 8143.0, 8192.0, 8162.0, 8221.0, 8178.0, 8118.0, 8209.0, 8162.0, 8205.0, 8204.0, 8132.0, 8205.0, 8177.0, 8162.0, 8225.0, 8179.0, 8132.0, 8203.0, 8194.0, 8174.0, 8204.0, 8150.0, 8219.0, 8205.0, 8201.0, 8187.0, 8115.0, 8202.0, 8157.0, 8219.0, 8173.0, 8102.0, 8186.0, 8144.0, 8203.0, 8164.0, 8133.0, 8221.0, 8212.0, 8181.0, 8210.0, 8153.0, 8242.0, 8198.0, 8208.0, 8179.0, 8144.0, 8246.0, 8215.0, 8198.0, 8199.0, 8140.0, 8228.0, 8210.0, 8195.0, 8228.0, 8213.0, 8194.0, 8255.0, 8209.0, 8204.0, 8123.0, 8166.0, 8143.0, 8117.0, 8194.0, 8135.0, 8241.0, 8209.0, 8176.0, 8205.0, 8144.0, 8211.0, 8162.0, 8085.0, 8163.0, 8151.0, 8157.0, 8144.0, 8209.0, 8192.0, 8183.0, 8154.0, 8151.0, 8099.0, 8088.0, 8177.0, 8168.0, 8127.0, 8200.0, 8145.0, 8217.0, 8202.0, 8143.0, 8198.0, 8130.0, 8216.0, 8189.0, 8144.0, 8188.0, 8136.0, 8218.0, 8207.0, 8151.0, 8205.0, 8147.0, 8221.0, 8196.0, 8139.0, 8229.0, 8191.0, 8167.0, 8243.0, 8234.0, 8184.0, 8212.0, 8170.0, 8226.0, 8208.0, 8175.0, 8191.0, 8131.0, 8220.0, 8192.0, 8123.0, 8209.0, 8168.0, 8226.0, 8229.0, 8157.0, 8224.0, 8199.0, 8177.0, 8224.0, 8170.0, 8195.0, 8210.0, 8183.0, 8224.0, 8169.0, 8178.0, 8196.0, 8165.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.0002993166287015945</td></tr>
<tr><td colspan=3>aqi</td><td>0.022429345785876995</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.54846019800913</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1801290871808523</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9886795981686917</td></tr>
<tr><td colspan=3>efc</td><td>0.4629</td></tr>
<tr><td colspan=3>fber</td><td>6151.583</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11546059921205243</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.378132118451025</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5731468211508957</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.58078221119663</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7925434788751207</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.346114773380937</td></tr>
<tr><td colspan=3>gcor</td><td>0.00552266</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009656205773353577</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01953454129397869</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1317</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.7652051063399425</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>32.3667</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.0746</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.2825</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>302210.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>577.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.2482</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1853</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.0364</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2811.0615</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>881.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>791.9834</td></tr>
<tr><td colspan=3>tsnr</td><td>36.673151622060686</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>