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

616 lines
No EOL
142 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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-04/func/sub-0069_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>55c9257c142ea3a16a6ff95e15792d13</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:53:34.617500</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.999219, -0.0376426, 0.0120395, 0.0383861, 0.996876, -0.0690246]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0868349</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>[4150, -7710, -7285, 532, -77, -47, 35, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.208</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1eb201f8-4e98-4700-bf70-880e8c66d1c1||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.680830717086792, 0.10298696905374527, 0.025389792397618294, 105.3679428100586], [0.10099242627620697, 2.674546003341675, -0.18746863305568695, -87.3620834350586], [0.03230110928416252, 0.18518796563148499, 2.693364143371582, -79.38897705078125], [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': ['175334.617500', '175335.077500', '175335.537500', '175335.997500', '175336.457500', '175336.917500', '175337.377500', '175337.837500', '175338.297500', '175338.757500', '175339.217500', '175339.677500', '175340.137500', '175340.597500', '175341.057500', '175341.517500', '175341.977500', '175342.437500', '175342.897500', '175343.357500', '175343.817500', '175344.277500', '175344.737500', '175345.197500', '175345.657500', '175346.117500', '175346.577500', '175347.037500', '175347.497500', '175347.957500', '175348.417500', '175348.877500', '175349.337500', '175349.797500', '175350.257500', '175350.717500', '175351.177500', '175351.637500', '175352.097500', '175352.557500', '175353.017500', '175353.477500', '175353.937500', '175354.397500', '175354.857500', '175355.317500', '175355.777500', '175356.237500', '175356.697500', '175357.157500', '175357.617500', '175358.077500', '175358.537500', '175358.997500', '175359.457500', '175359.917500', '175400.377500', '175400.837500', '175401.297500', '175401.757500', '175402.217500', '175402.677500', '175403.137500', '175403.597500', '175404.057500', '175404.517500', '175404.977500', '175405.437500', '175405.897500', '175406.357500', '175406.817500', '175407.277500', '175407.737500', '175408.197500', '175408.657500', '175409.117500', '175409.577500', '175410.037500', '175410.497500', '175410.957500', '175411.417500', '175411.877500', '175412.337500', '175412.797500', '175413.257500', '175413.717500', '175414.177500', '175414.637500', '175415.097500', '175415.557500', '175416.017500', '175416.477500', '175416.937500', '175417.397500', '175417.857500', '175418.317500', '175418.777500', '175419.237500', '175419.697500', '175420.157500', '175420.617500', '175421.077500', '175421.537500', '175421.997500', '175422.457500', '175422.917500', '175423.377500', '175423.837500', '175424.297500', '175424.757500', '175425.217500', '175425.677500', '175426.137500', '175426.597500', '175427.057500', '175427.517500', '175427.977500', '175428.437500', '175428.897500', '175429.357500', '175429.817500', '175430.277500', '175430.737500', '175431.197500', '175431.657500', '175432.117500', '175432.577500', '175433.037500', '175433.497500', '175433.957500', '175434.417500', '175434.877500', '175435.337500', '175435.797500', '175436.257500', '175436.717500', '175437.177500', '175437.637500', '175438.097500', '175438.557500', '175439.017500', '175439.477500', '175439.937500', '175440.397500', '175440.857500', '175441.317500', '175441.777500', '175442.237500', '175442.697500', '175443.157500', '175443.617500', '175444.077500', '175444.537500', '175444.997500', '175445.457500', '175445.917500', '175446.377500', '175446.837500', '175447.297500', '175447.757500', '175448.217500', '175448.677500', '175449.137500', '175449.597500', '175450.057500', '175450.517500', '175450.977500', '175451.437500', '175451.897500', '175452.357500', '175452.817500', '175453.277500', '175453.737500', '175454.197500', '175454.657500', '175455.117500', '175455.577500', '175456.037500', '175456.497500', '175456.957500', '175457.417500', '175457.877500', '175458.337500', '175458.797500', '175459.257500', '175459.717500', '175500.177500', '175500.637500', '175501.097500', '175501.557500', '175502.017500', '175502.477500', '175502.937500', '175503.397500', '175503.857500', '175504.317500', '175504.777500', '175505.237500', '175505.697500', '175506.157500', '175506.617500', '175507.077500', '175507.537500', '175507.997500', '175508.457500', '175508.917500', '175509.377500', '175509.837500', '175510.297500', '175510.757500', '175511.217500', '175511.677500', '175512.137500', '175512.597500', '175513.057500', '175513.517500', '175513.977500', '175514.437500', '175514.897500', '175515.357500', '175515.817500', '175516.277500', '175516.737500', '175517.197500', '175517.657500', '175518.117500', '175518.577500', '175519.037500', '175519.497500', '175519.957500', '175520.417500', '175520.877500', '175521.337500', '175521.797500', '175522.257500', '175522.717500', '175523.177500', '175523.637500', '175524.097500', '175524.557500', '175525.017500', '175525.477500', '175525.937500', '175526.397500', '175526.857500', '175527.317500', '175527.777500', '175528.237500', '175528.697500', '175529.157500', '175529.617500', '175530.077500', '175530.537500', '175530.997500', '175531.457500', '175531.917500', '175532.377500', '175532.837500', '175533.297500', '175533.757500', '175534.217500', '175534.677500', '175535.137500', '175535.597500', '175536.057500', '175536.517500', '175536.977500', '175537.437500', '175537.897500', '175538.357500', '175538.817500', '175539.277500', '175539.737500', '175540.197500', '175540.657500', '175541.117500', '175541.577500', '175542.037500', '175542.497500', '175542.957500', '175543.417500', '175543.877500', '175544.337500', '175544.797500', '175545.257500', '175545.717500', '175546.177500', '175546.637500', '175547.097500', '175547.557500', '175548.017500', '175548.477500', '175548.937500', '175549.397500', '175549.857500', '175550.317500', '175550.777500', '175551.237500', '175551.697500', '175552.157500', '175552.617500', '175553.077500', '175553.537500', '175553.997500', '175554.457500', '175554.917500', '175555.377500', '175555.837500', '175556.297500', '175556.757500', '175557.217500', '175557.677500', '175558.137500', '175558.597500', '175559.057500', '175559.517500', '175559.977500', '175600.437500', '175600.897500', '175601.357500', '175601.817500', '175602.277500', '175602.737500', '175603.197500', '175603.657500', '175604.117500', '175604.577500', '175605.037500', '175605.497500', '175605.957500', '175606.417500', '175606.877500', '175607.337500', '175607.797500', '175608.257500', '175608.717500', '175609.177500', '175609.637500', '175610.097500', '175610.557500', '175611.017500', '175611.477500', '175611.937500', '175612.397500', '175612.857500', '175613.317500', '175613.777500', '175614.237500', '175614.697500', '175615.157500', '175615.617500', '175616.077500', '175616.537500', '175616.997500', '175617.457500', '175617.917500', '175618.377500', '175618.837500', '175619.297500', '175619.757500', '175620.217500', '175620.677500', '175621.137500', '175621.597500', '175622.057500', '175622.517500', '175622.977500', '175623.437500', '175623.897500', '175624.357500', '175624.817500', '175625.277500', '175625.737500', '175626.197500', '175626.657500', '175627.117500', '175627.577500', '175628.037500', '175628.497500', '175628.957500', '175629.417500', '175629.877500', '175630.337500', '175630.797500', '175631.257500', '175631.717500', '175632.177500', '175632.637500', '175633.097500', '175633.557500', '175634.017500', '175634.477500', '175634.937500', '175635.397500', '175635.857500', '175636.317500', '175636.777500', '175637.237500', '175637.697500', '175638.157500', '175638.617500', '175639.077500', '175639.537500', '175639.997500', '175640.457500', '175640.917500', '175641.377500', '175641.837500', '175642.297500', '175642.757500', '175643.217500', '175643.677500', '175644.137500', '175644.597500', '175645.057500', '175645.517500', '175645.977500', '175646.437500', '175646.897500', '175647.357500', '175647.817500', '175648.277500', '175648.737500', '175649.197500', '175649.657500', '175650.117500', '175650.577500', '175651.037500', '175651.497500', '175651.957500', '175652.417500', '175652.877500', '175653.337500', '175653.797500', '175654.257500', '175654.717500', '175655.177500', '175655.637500', '175656.097500', '175656.557500', '175657.017500', '175657.477500', '175657.937500', '175658.397500', '175658.857500', '175659.317500', '175659.777500', '175700.237500', '175700.697500', '175701.157500', '175701.617500', '175702.077500', '175702.537500', '175702.997500', '175703.457500', '175703.917500', '175704.377500', '175704.837500', '175705.297500', '175705.757500', '175706.217500', '175706.677500', '175707.137500', '175707.597500', '175708.057500', '175708.517500', '175708.977500', '175709.437500', '175709.897500', '175710.357500', '175710.817500', '175711.277500', '175711.737500', '175712.197500', '175712.657500', '175713.117500', '175713.577500', '175714.037500', '175714.497500', '175714.957500', '175715.417500', '175715.877500', '175716.337500', '175716.797500', '175717.257500', '175717.717500', '175718.177500', '175718.637500', '175719.097500', '175719.557500', '175720.017500', '175720.477500', '175720.937500', '175721.397500', '175721.857500', '175722.317500', '175722.777500', '175723.237500', '175723.697500', '175724.157500', '175724.617500', '175725.077500', '175725.537500', '175725.997500', '175726.457500', '175726.917500', '175727.377500', '175727.837500', '175728.297500', '175728.757500', '175729.217500', '175729.677500', '175730.137500', '175730.597500', '175731.057500', '175731.517500', '175731.977500', '175732.437500', '175732.897500', '175733.357500', '175733.817500', '175734.277500', '175734.737500', '175735.197500', '175735.657500', '175736.117500', '175736.577500', '175737.037500', '175737.497500', '175737.957500', '175738.417500', '175738.877500', '175739.337500', '175739.797500', '175740.257500', '175740.717500', '175741.177500', '175741.637500', '175742.097500', '175742.557500', '175743.017500', '175743.477500', '175743.937500', '175744.397500', '175744.857500', '175745.317500', '175745.777500', '175746.237500', '175746.697500', '175747.157500', '175747.617500', '175748.077500', '175748.537500', '175748.997500', '175749.457500', '175749.917500', '175750.377500', '175750.837500', '175751.297500', '175751.757500', '175752.217500', '175752.677500', '175753.137500', '175753.597500', '175754.057500', '175754.517500', '175754.977500', '175755.437500', '175755.897500', '175756.357500', '175756.817500', '175757.277500', '175757.737500', '175758.197500', '175758.657500', '175759.117500', '175759.577500', '175800.037500', '175800.497500', '175800.957500', '175801.417500', '175801.877500', '175802.337500', '175802.797500', '175803.257500', '175803.717500', '175804.177500', '175804.637500', '175805.097500', '175805.557500', '175806.017500', '175806.477500', '175806.937500', '175807.397500', '175807.857500', '175808.317500', '175808.777500', '175809.237500', '175809.697500', '175810.157500', '175810.617500', '175811.077500', '175811.537500', '175811.997500', '175812.457500', '175812.917500', '175813.377500', '175813.837500', '175814.297500', '175814.757500', '175815.217500', '175815.677500', '175816.137500', '175816.597500', '175817.057500', '175817.517500', '175817.977500', '175818.437500', '175818.897500', '175819.357500', '175819.817500', '175820.277500', '175820.737500', '175821.197500', '175821.657500', '175822.117500', '175822.577500', '175823.037500', '175823.497500', '175823.957500', '175824.417500', '175824.877500', '175825.337500', '175825.797500', '175826.257500', '175826.717500', '175827.177500', '175827.637500', '175828.097500', '175828.557500', '175829.017500', '175829.477500', '175829.937500', '175830.397500', '175830.857500', '175831.317500', '175831.777500', '175832.237500', '175832.697500', '175833.157500', '175833.617500', '175834.077500', '175834.537500', '175834.997500', '175835.457500', '175835.917500', '175836.377500', '175836.837500', '175837.297500', '175837.757500', '175838.217500', '175838.677500', '175839.137500', '175839.597500', '175840.057500', '175840.517500', '175840.977500', '175841.437500', '175841.897500', '175842.357500', '175842.817500', '175843.277500', '175843.737500', '175844.197500', '175844.657500', '175845.117500', '175845.577500', '175846.037500', '175846.497500', '175846.957500', '175847.417500', '175847.877500', '175848.337500', '175848.797500', '175849.257500', '175849.717500', '175850.177500', '175850.637500', '175851.097500', '175851.557500', '175852.017500', '175852.477500', '175852.937500', '175853.397500', '175853.857500', '175854.317500', '175854.777500', '175855.237500', '175855.697500', '175856.157500', '175856.617500', '175857.077500', '175857.537500', '175857.997500', '175858.457500', '175858.917500', '175859.377500', '175859.837500', '175900.297500', '175900.757500', '175901.217500', '175901.677500', '175902.137500', '175902.597500', '175903.057500', '175903.517500', '175903.977500', '175904.437500', '175904.897500', '175905.357500', '175905.817500', '175906.277500', '175906.737500', '175907.197500', '175907.657500', '175908.117500', '175908.577500', '175909.037500', '175909.497500', '175909.957500', '175910.417500', '175910.877500', '175911.337500', '175911.797500', '175912.257500', '175912.717500', '175913.177500', '175913.637500', '175914.097500', '175914.557500', '175915.017500', '175915.477500', '175915.937500', '175916.397500', '175916.857500', '175917.317500', '175917.777500', '175918.237500', '175918.697500', '175919.157500', '175919.617500', '175920.077500', '175920.537500', '175920.997500', '175921.457500', '175921.917500', '175922.377500', '175922.837500', '175923.297500', '175923.757500', '175924.217500', '175924.677500', '175925.137500', '175925.597500', '175926.057500', '175926.517500', '175926.977500', '175927.437500', '175927.897500', '175928.357500', '175928.817500', '175929.277500', '175929.737500', '175930.197500', '175930.657500', '175931.117500', '175931.577500', '175932.037500', '175932.497500', '175932.957500', '175933.417500', '175933.877500', '175934.337500', '175934.797500', '175935.257500', '175935.717500', '175936.177500', '175936.637500', '175937.097500', '175937.557500', '175938.017500', '175938.477500', '175938.937500', '175939.397500', '175939.857500', '175940.317500', '175940.777500', '175941.237500', '175941.697500', '175942.157500', '175942.617500', '175943.077500', '175943.537500', '175943.997500', '175944.457500', '175944.917500', '175945.377500', '175945.837500', '175946.297500', '175946.757500', '175947.217500', '175947.677500', '175948.137500', '175948.597500', '175949.057500', '175949.517500', '175949.977500', '175950.437500', '175950.897500', '175951.357500', '175951.817500', '175952.277500', '175952.737500', '175953.197500', '175953.657500', '175954.117500', '175954.577500', '175955.037500', '175955.497500', '175955.957500', '175956.417500', '175956.877500', '175957.337500', '175957.797500', '175958.257500', '175958.717500', '175959.177500', '175959.637500', '180000.097500', '180000.557500', '180001.017500', '180001.477500', '180001.937500', '180002.397500', '180002.857500', '180003.317500', '180003.777500', '180004.237500', '180004.697500', '180005.157500', '180005.617500', '180006.077500', '180006.537500', '180006.997500', '180007.457500', '180007.917500', '180008.377500', '180008.837500', '180009.297500', '180009.757500', '180010.217500', '180010.677500', '180011.137500', '180011.597500', '180012.057500', '180012.517500', '180012.977500', '180013.437500', '180013.897500', '180014.357500', '180014.817500', '180015.277500', '180015.737500', '180016.197500', '180016.657500', '180017.117500', '180017.577500', '180018.037500', '180018.497500', '180018.957500', '180019.417500', '180019.877500', '180020.337500', '180020.797500', '180021.257500', '180021.717500', '180022.177500', '180022.637500', '180023.097500', '180023.557500', '180024.017500', '180024.477500', '180024.937500', '180025.397500', '180025.857500', '180026.317500', '180026.777500', '180027.237500', '180027.697500', '180028.157500', '180028.617500', '180029.077500', '180029.537500', '180029.997500', '180030.457500', '180030.917500', '180031.377500', '180031.837500', '180032.297500', '180032.757500', '180033.217500', '180033.677500', '180034.137500', '180034.597500', '180035.057500', '180035.517500', '180035.977500', '180036.437500', '180036.897500', '180037.357500', '180037.817500', '180038.277500', '180038.737500', '180039.197500', '180039.657500', '180040.117500', '180040.577500', '180041.037500', '180041.497500', '180041.957500', '180042.417500', '180042.877500', '180043.337500', '180043.797500', '180044.257500', '180044.717500', '180045.177500', '180045.637500', '180046.097500', '180046.557500', '180047.017500', '180047.477500', '180047.937500', '180048.397500', '180048.857500', '180049.317500', '180049.777500', '180050.237500', '180050.697500', '180051.157500', '180051.617500', '180052.077500', '180052.537500', '180052.997500', '180053.457500', '180053.917500', '180054.377500', '180054.837500', '180055.297500', '180055.757500', '180056.217500', '180056.677500', '180057.137500', '180057.597500', '180058.057500', '180058.517500', '180058.977500', '180059.437500', '180059.897500', '180100.357500', '180100.817500', '180101.277500', '180101.737500', '180102.197500', '180102.657500', '180103.117500', '180103.577500', '180104.037500', '180104.497500', '180104.957500', '180105.417500', '180105.877500', '180106.337500', '180106.797500', '180107.257500', '180107.717500', '180108.177500', '180108.637500', '180109.097500', '180109.557500', '180110.017500', '180110.477500', '180110.937500', '180111.397500', '180111.857500', '180112.317500', '180112.777500', '180113.237500', '180113.697500', '180114.157500', '180114.617500', '180115.077500', '180115.537500', '180115.997500', '180116.457500', '180116.917500', '180117.377500', '180117.837500', '180118.297500', '180118.757500', '180119.217500', '180119.677500', '180120.137500', '180120.597500', '180121.057500', '180121.517500', '180121.977500', '180122.437500', '180122.897500', '180123.357500', '180123.817500', '180124.277500', '180124.737500', '180125.197500', '180125.657500', '180126.117500', '180126.577500', '180127.037500', '180127.497500', '180127.957500', '180128.417500', '180128.877500', '180129.337500', '180129.797500', '180130.257500', '180130.717500', '180131.177500', '180131.637500', '180132.097500', '180132.557500', '180133.017500', '180133.477500', '180133.937500', '180134.397500', '180134.857500', '180135.317500', '180135.777500', '180136.237500', '180136.697500', '180137.157500', '180137.617500', '180138.077500', '180138.537500', '180138.997500', '180139.457500', '180139.917500', '180140.377500', '180140.837500', '180141.297500', '180141.757500', '180142.217500', '180142.677500', '180143.137500', '180143.597500', '180144.057500', '180144.517500', '180144.977500', '180145.437500', '180145.897500', '180146.357500', '180146.817500', '180147.277500', '180147.737500', '180148.197500', '180148.657500', '180149.117500', '180149.577500', '180150.037500', '180150.497500', '180150.957500', '180151.417500', '180151.877500', '180152.337500', '180152.797500', '180153.257500', '180153.717500', '180154.177500', '180154.637500', '180155.097500', '180155.557500', '180156.017500', '180156.477500', '180156.937500', '180157.397500', '180157.857500', '180158.317500', '180158.777500', '180159.237500', '180159.697500', '180200.157500', '180200.617500', '180201.077500', '180201.537500', '180201.997500', '180202.457500', '180202.917500', '180203.377500', '180203.837500', '180204.297500', '180204.757500', '180205.217500', '180205.677500', '180206.137500', '180206.597500', '180207.057500', '180207.517500', '180207.977500', '180208.437500', '180208.897500', '180209.357500', '180209.817500', '180210.277500', '180210.737500', '180211.197500', '180211.657500', '180212.117500', '180212.577500', '180213.037500', '180213.497500', '180213.957500', '180214.417500', '180214.877500', '180215.337500', '180215.797500', '180216.257500', '180216.717500', '180217.177500', '180217.637500', '180218.097500', '180218.557500', '180219.017500', '180219.477500', '180219.937500', '180220.397500', '180220.857500', '180221.317500', '180221.777500', '180222.237500', '180222.697500', '180223.157500', '180223.617500', '180224.077500', '180224.537500', '180224.997500', '180225.457500', '180225.917500', '180226.377500', '180226.837500', '180227.297500', '180227.757500', '180228.217500', '180228.677500', '180229.137500', '180229.597500', '180230.057500', '180230.517500', '180230.977500', '180231.437500', '180231.897500', '180232.357500', '180232.817500', '180233.277500', '180233.737500', '180234.197500', '180234.657500', '180235.117500', '180235.577500', '180236.037500', '180236.497500', '180236.957500', '180237.417500', '180237.877500', '180238.337500', '180238.797500', '180239.257500', '180239.717500', '180240.177500', '180240.637500', '180241.097500', '180241.557500', '180242.017500', '180242.477500', '180242.937500', '180243.397500', '180243.857500', '180244.317500', '180244.777500', '180245.237500', '180245.697500', '180246.157500', '180246.617500', '180247.077500', '180247.537500', '180247.997500', '180248.457500', '180248.917500', '180249.377500', '180249.837500', '180250.297500', '180250.757500', '180251.217500', '180251.677500', '180252.137500', '180252.597500', '180253.057500', '180253.517500', '180253.977500', '180254.437500', '180254.897500', '180255.357500', '180255.817500', '180256.277500', '180256.737500', '180257.197500', '180257.657500', '180258.117500', '180258.577500', '180259.037500', '180259.497500', '180259.957500', '180300.417500', '180300.877500', '180301.337500', '180301.797500', '180302.257500', '180302.717500', '180303.177500', '180303.637500', '180304.097500', '180304.557500', '180305.017500', '180305.477500', '180305.937500', '180306.397500', '180306.857500', '180307.317500', '180307.777500', '180308.237500', '180308.697500', '180309.157500', '180309.617500', '180310.077500', '180310.537500', '180310.997500', '180311.457500', '180311.917500', '180312.377500', '180312.837500', '180313.297500', '180313.757500', '180314.217500', '180314.677500', '180315.137500', '180315.597500', '180316.057500', '180316.517500', '180316.977500', '180317.437500', '180317.897500', '180318.357500', '180318.817500', '180319.277500', '180319.737500', '180320.197500', '180320.657500', '180321.117500', '180321.577500', '180322.037500', '180322.497500', '180322.957500', '180323.417500', '180323.877500', '180324.337500', '180324.797500', '180325.257500', '180325.717500', '180326.177500', '180326.637500', '180327.097500', '180327.557500', '180328.017500', '180328.477500', '180328.937500', '180329.397500', '180329.857500', '180330.317500', '180330.777500', '180331.237500', '180331.697500', '180332.157500', '180332.617500', '180333.077500', '180333.537500', '180333.997500', '180334.457500', '180334.917500', '180335.377500', '180335.837500', '180336.297500', '180336.757500', '180337.217500', '180337.677500', '180338.137500', '180338.597500', '180339.057500', '180339.517500', '180339.977500', '180340.437500', '180340.897500', '180341.357500', '180341.817500', '180342.277500'], 'ContentTime': ['175355.290000', '175355.293000', '175355.296000', '175355.299000', '175355.301000', '175355.304000', '175355.306000', '175355.309000', '175355.312000', '175355.314000', '175355.317000', '175355.320000', '175355.330000', '175355.333000', '175355.335000', '175355.338000', '175355.340000', '175355.343000', '175355.345000', '175355.348000', '175355.351000', '175355.353000', '175355.356000', '175355.358000', '175355.361000', '175355.363000', '175355.366000', '175355.368000', '175355.371000', '175355.374000', '175355.377000', '175355.379000', '175355.382000', '175355.384000', '175355.387000', '175355.390000', '175355.392000', '175355.395000', '175355.397000', '175355.400000', '175355.402000', '175415.255000', '175415.257000', '175415.260000', '175415.262000', '175415.265000', '175415.267000', '175415.270000', '175415.272000', '175415.275000', '175415.278000', '175415.280000', '175415.283000', '175415.285000', '175415.288000', '175415.290000', '175415.293000', '175415.296000', '175415.298000', '175415.301000', '175415.303000', '175415.306000', '175415.308000', '175415.311000', '175415.313000', '175415.316000', '175415.318000', '175415.321000', '175415.323000', '175415.326000', '175415.329000', '175415.331000', '175415.334000', '175415.336000', '175415.339000', '175415.341000', '175415.344000', '175415.346000', '175415.356000', '175415.359000', '175415.361000', '175415.364000', '175415.366000', '175415.369000', '175415.372000', '175435.254000', '175435.256000', '175435.259000', '175435.261000', '175435.264000', '175435.266000', '175435.269000', '175435.272000', '175435.274000', '175435.277000', '175435.279000', '175435.282000', '175435.284000', '175435.287000', '175435.289000', '175435.292000', '175435.294000', '175435.297000', '175435.300000', '175435.302000', '175435.305000', '175435.307000', '175435.310000', '175435.312000', '175435.315000', '175435.317000', '175435.320000', '175435.323000', '175435.325000', '175435.328000', '175435.330000', '175435.333000', '175435.336000', '175435.339000', '175435.342000', '175435.344000', '175435.347000', '175435.350000', '175435.352000', '175435.355000', '175435.357000', '175435.376000', '175435.378000', '175455.254000', '175455.256000', '175455.259000', '175455.261000', '175455.264000', '175455.266000', '175455.269000', '175455.272000', '175455.274000', '175455.277000', '175455.279000', '175455.282000', '175455.284000', '175455.287000', '175455.290000', '175455.292000', '175455.295000', '175455.297000', '175455.300000', '175455.302000', '175455.305000', '175455.307000', '175455.310000', '175455.313000', '175455.315000', '175455.318000', '175455.320000', '175455.323000', '175455.325000', '175455.328000', '175455.331000', '175455.333000', '175455.336000', '175455.338000', '175455.341000', '175455.343000', '175455.346000', '175455.348000', '175455.351000', '175455.354000', '175455.356000', '175455.359000', '175455.361000', '175455.364000', '175515.253000', '175515.256000', '175515.259000', '175515.261000', '175515.264000', '175515.266000', '175515.269000', '175515.272000', '175515.274000', '175515.277000', '175515.279000', '175515.282000', '175515.284000', '175515.287000', '175515.290000', '175515.292000', '175515.295000', '175515.297000', '175515.300000', '175515.303000', '175515.305000', '175515.308000', '175515.310000', '175515.313000', '175515.316000', '175515.318000', '175515.321000', '175515.323000', '175515.326000', '175515.328000', '175515.331000', '175515.334000', '175515.336000', '175515.339000', '175515.341000', '175515.344000', '175515.346000', '175515.349000', '175515.353000', '175515.364000', '175515.367000', '175515.369000', '175515.372000', '175535.254000', '175535.256000', '175535.259000', '175535.261000', '175535.264000', '175535.267000', '175535.269000', '175535.272000', '175535.274000', '175535.277000', '175535.279000', '175535.282000', '175535.284000', '175535.287000', '175535.290000', '175535.292000', '175535.295000', '175535.297000', '175535.300000', '175535.302000', '175535.305000', '175535.307000', '175535.310000', '175535.312000', '175535.315000', '175535.318000', '175535.320000', '175535.323000', '175535.325000', '175535.328000', '175535.330000', '175535.333000', '175535.335000', '175535.338000', '175535.341000', '175535.343000', '175535.346000', '175535.348000', '175535.351000', '175535.354000', '175535.356000', '175535.359000', '175535.361000', '175535.364000', '175555.253000', '175555.256000', '175555.259000', '175555.261000', '175555.264000', '175555.266000', '175555.269000', '175555.271000', '175555.274000', '175555.277000', '175555.279000', '175555.282000', '175555.284000', '175555.287000', '175555.289000', '175555.292000', '175555.294000', '175555.297000', '175555.300000', '175555.302000', '175555.305000', '175555.307000', '175555.310000', '175555.312000', '175555.315000', '175555.317000', '175555.320000', '175555.323000', '175555.325000', '175555.328000', '175555.330000', '175555.333000', '175555.335000', '175555.338000', '175555.340000', '175555.343000', '175555.345000', '175555.348000', '175555.351000', '175555.353000', '175555.356000', '175555.358000', '175555.361000', '175615.253000', '175615.256000', '175615.259000', '175615.261000', '175615.264000', '175615.266000', '175615.269000', '175615.272000', '175615.274000', '175615.277000', '175615.280000', '175615.282000', '175615.285000', '175615.287000', '175615.290000', '175615.292000', '175615.295000', '175615.297000', '175615.300000', '175615.303000', '175615.305000', '175615.308000', '175615.310000', '175615.313000', '175615.316000', '175615.318000', '175615.321000', '175615.323000', '175615.326000', '175615.328000', '175615.331000', '175615.333000', '175615.336000', '175615.339000', '175615.341000', '175615.344000', '175615.346000', '175615.349000', '175615.351000', '175615.354000', '175615.357000', '175615.359000', '175615.373000', '175615.375000', '175635.255000', '175635.257000', '175635.260000', '175635.262000', '175635.265000', '175635.268000', '175635.270000', '175635.273000', '175635.276000', '175635.278000', '175635.281000', '175635.283000', '175635.286000', '175635.289000', '175635.291000', '175635.294000', '175635.296000', '175635.299000', '175635.302000', '175635.304000', '175635.307000', '175635.309000', '175635.312000', '175635.315000', '175635.317000', '175635.320000', '175635.323000', '175635.325000', '175635.328000', '175635.331000', '175635.333000', '175635.336000', '175635.338000', '175635.341000', '175635.344000', '175635.346000', '175635.349000', '175635.351000', '175635.354000', '175635.356000', '175635.359000', '175635.362000', '175635.364000', '175655.253000', '175655.256000', '175655.259000', '175655.261000', '175655.264000', '175655.266000', '175655.269000', '175655.271000', '175655.274000', '175655.277000', '175655.279000', '175655.282000', '175655.284000', '175655.287000', '175655.289000', '175655.292000', '175655.295000', '175655.297000', '175655.300000', '175655.302000', '175655.305000', '175655.307000', '175655.310000', '175655.312000', '175655.315000', '175655.317000', '175655.320000', '175655.323000', '175655.325000', '175655.328000', '175655.330000', '175655.333000', '175655.336000', '175655.338000', '175655.341000', '175655.343000', '175655.346000', '175655.348000', '175655.351000', '175655.353000', '175655.356000', '175655.359000', '175655.361000', '175655.364000', '175715.253000', '175715.256000', '175715.259000', '175715.261000', '175715.264000', '175715.266000', '175715.269000', '175715.272000', '175715.274000', '175715.277000', '175715.280000', '175715.282000', '175715.285000', '175715.287000', '175715.290000', '175715.292000', '175715.295000', '175715.297000', '175715.300000', '175715.303000', '175715.305000', '175715.308000', '175715.310000', '175715.313000', '175715.316000', '175715.318000', '175715.321000', '175715.323000', '175715.326000', '175715.329000', '175715.331000', '175715.334000', '175715.336000', '175715.339000', '175715.342000', '175715.344000', '175715.347000', '175715.349000', '175715.352000', '175715.354000', '175715.357000', '175715.359000', '175715.362000', '175735.254000', '175735.257000', '175735.260000', '175735.263000', '175735.265000', '175735.268000', '175735.270000', '175735.273000', '175735.276000', '175735.278000', '175735.281000', '175735.283000', '175735.286000', '175735.289000', '175735.291000', '175735.294000', '175735.296000', '175735.299000', '175735.301000', '175735.304000', '175735.307000', '175735.309000', '175735.312000', '175735.315000', '175735.317000', '175735.320000', '175735.322000', '175735.325000', '175735.328000', '175735.330000', '175735.333000', '175735.335000', '175735.338000', '175735.340000', '175735.343000', '175735.345000', '175735.348000', '175735.351000', '175735.353000', '175735.356000', '175735.358000', '175735.361000', '175735.363000', '175735.366000', '175755.254000', '175755.256000', '175755.259000', '175755.262000', '175755.264000', '175755.267000', '175755.269000', '175755.272000', '175755.274000', '175755.277000', '175755.280000', '175755.282000', '175755.285000', '175755.287000', '175755.290000', '175755.292000', '175755.295000', '175755.298000', '175755.319000', '175755.322000', '175755.324000', '175755.327000', '175755.329000', '175755.332000', '175755.334000', '175755.337000', '175755.340000', '175755.342000', '175755.345000', '175755.347000', '175755.350000', '175755.352000', '175755.355000', '175755.357000', '175755.360000', '175755.362000', '175755.365000', '175755.368000', '175755.370000', '175755.373000', '175755.375000', '175755.378000', '175755.380000', '175815.253000', '175815.256000', '175815.259000', '175815.261000', '175815.264000', '175815.267000', '175815.269000', '175815.272000', '175815.274000', '175815.277000', '175815.279000', '175815.282000', '175815.285000', '175815.287000', '175815.290000', '175815.292000', '175815.295000', '175815.297000', '175815.300000', '175815.303000', '175815.305000', '175815.308000', '175815.310000', '175815.313000', '175815.315000', '175815.318000', '175815.320000', '175815.323000', '175815.326000', '175815.328000', '175815.331000', '175815.333000', '175815.336000', '175815.338000', '175815.341000', '175815.343000', '175815.346000', '175815.349000', '175815.351000', '175815.354000', '175815.356000', '175815.359000', '175815.361000', '175815.364000', '175835.254000', '175835.256000', '175835.259000', '175835.262000', '175835.264000', '175835.267000', '175835.269000', '175835.272000', '175835.274000', '175835.277000', '175835.280000', '175835.282000', '175835.285000', '175835.287000', '175835.290000', '175835.292000', '175835.295000', '175835.298000', '175835.300000', '175835.303000', '175835.305000', '175835.308000', '175835.311000', '175835.313000', '175835.316000', '175835.318000', '175835.321000', '175835.323000', '175835.326000', '175835.328000', '175835.331000', '175835.334000', '175835.336000', '175835.339000', '175835.341000', '175835.344000', '175835.346000', '175835.349000', '175835.352000', '175835.354000', '175835.357000', '175835.359000', '175835.362000', '175855.254000', '175855.257000', '175855.260000', '175855.262000', '175855.265000', '175855.268000', '175855.270000', '175855.273000', '175855.275000', '175855.278000', '175855.280000', '175855.283000', '175855.285000', '175855.288000', '175855.290000', '175855.293000', '175855.297000', '175855.299000', '175855.302000', '175855.305000', '175855.307000', '175855.310000', '175855.312000', '175855.315000', '175855.317000', '175855.320000', '175855.322000', '175855.325000', '175855.328000', '175855.331000', '175855.333000', '175855.336000', '175855.354000', '175855.356000', '175855.359000', '175855.361000', '175855.364000', '175855.367000', '175855.369000', '175855.372000', '175855.374000', '175855.377000', '175855.379000', '175915.254000', '175915.257000', '175915.259000', '175915.262000', '175915.264000', '175915.267000', '175915.270000', '175915.272000', '175915.275000', '175915.277000', '175915.280000', '175915.282000', '175915.285000', '175915.288000', '175915.290000', '175915.293000', '175915.295000', '175915.298000', '175915.301000', '175915.303000', '175915.306000', '175915.308000', '175915.311000', '175915.313000', '175915.316000', '175915.318000', '175915.321000', '175915.324000', '175915.326000', '175915.329000', '175915.332000', '175915.334000', '175915.337000', '175915.339000', '175915.342000', '175915.345000', '175915.347000', '175915.350000', '175915.352000', '175915.355000', '175915.357000', '175915.360000', '175915.362000', '175915.365000', '175935.263000', '175935.266000', '175935.269000', '175935.271000', '175935.274000', '175935.276000', '175935.279000', '175935.281000', '175935.284000', '175935.287000', '175935.289000', '175935.292000', '175935.294000', '175935.297000', '175935.300000', '175935.302000', '175935.305000', '175935.307000', '175935.310000', '175935.312000', '175935.315000', '175935.318000', '175935.320000', '175935.323000', '175935.325000', '175935.328000', '175935.330000', '175935.333000', '175935.335000', '175935.338000', '175935.341000', '175935.343000', '175935.346000', '175935.348000', '175935.351000', '175935.353000', '175935.356000', '175935.359000', '175935.361000', '175935.364000', '175935.366000', '175935.369000', '175935.372000', '175955.254000', '175955.256000', '175955.259000', '175955.262000', '175955.264000', '175955.267000', '175955.269000', '175955.272000', '175955.274000', '175955.277000', '175955.279000', '175955.282000', '175955.286000', '175955.288000', '175955.291000', '175955.294000', '175955.296000', '175955.299000', '175955.301000', '175955.304000', '175955.307000', '175955.309000', '175955.312000', '175955.314000', '175955.317000', '175955.319000', '175955.322000', '175955.325000', '175955.327000', '175955.330000', '175955.332000', '175955.335000', '175955.337000', '175955.340000', '175955.343000', '175955.345000', '175955.348000', '175955.350000', '175955.353000', '175955.356000', '175955.358000', '175955.361000', '175955.363000', '175955.366000', '180015.254000', '180015.256000', '180015.259000', '180015.262000', '180015.264000', '180015.267000', '180015.269000', '180015.272000', '180015.274000', '180015.277000', '180015.279000', '180015.282000', '180015.285000', '180015.287000', '180015.290000', '180015.292000', '180015.295000', '180015.298000', '180015.300000', '180015.303000', '180015.306000', '180015.308000', '180015.311000', '180015.313000', '180015.316000', '180015.318000', '180015.321000', '180015.324000', '180015.326000', '180015.329000', '180015.331000', '180015.335000', '180015.337000', '180015.340000', '180015.342000', '180015.345000', '180015.348000', '180015.350000', '180015.353000', '180015.355000', '180015.358000', '180015.361000', '180015.363000', '180035.254000', '180035.256000', '180035.259000', '180035.262000', '180035.264000', '180035.267000', '180035.269000', '180035.272000', '180035.275000', '180035.277000', '180035.280000', '180035.282000', '180035.285000', '180035.288000', '180035.290000', '180035.293000', '180035.295000', '180035.298000', '180035.301000', '180035.303000', '180035.306000', '180035.308000', '180035.311000', '180035.313000', '180035.316000', '180035.318000', '180035.321000', '180035.323000', '180035.326000', '180035.329000', '180035.331000', '180035.334000', '180035.336000', '180035.339000', '180035.341000', '180035.344000', '180035.346000', '180035.349000', '180035.352000', '180035.354000', '180035.357000', '180035.359000', '180035.362000', '180035.364000', '180055.254000', '180055.257000', '180055.259000', '180055.262000', '180055.264000', '180055.267000', '180055.269000', '180055.272000', '180055.275000', '180055.277000', '180055.280000', '180055.282000', '180055.285000', '180055.287000', '180055.290000', '180055.293000', '180055.296000', '180055.299000', '180055.302000', '180055.304000', '180055.307000', '180055.310000', '180055.312000', '180055.315000', '180055.317000', '180055.320000', '180055.322000', '180055.325000', '180055.327000', '180055.330000', '180055.333000', '180055.335000', '180055.338000', '180055.340000', '180055.343000', '180055.345000', '180055.348000', '180055.351000', '180055.353000', '180055.356000', '180055.358000', '180055.361000', '180055.363000', '180115.255000', '180115.257000', '180115.260000', '180115.262000', '180115.265000', '180115.268000', '180115.270000', '180115.273000', '180115.275000', '180115.278000', '180115.281000', '180115.283000', '180115.286000', '180115.288000', '180115.291000', '180115.293000', '180115.296000', '180115.299000', '180115.301000', '180115.304000', '180115.306000', '180115.309000', '180115.311000', '180115.314000', '180115.317000', '180115.319000', '180115.322000', '180115.324000', '180115.327000', '180115.329000', '180115.332000', '180115.335000', '180115.337000', '180115.340000', '180115.342000', '180115.345000', '180115.347000', '180115.350000', '180115.352000', '180115.355000', '180115.358000', '180115.360000', '180115.363000', '180115.365000', '180135.253000', '180135.256000', '180135.259000', '180135.262000', '180135.264000', '180135.267000', '180135.269000', '180135.272000', '180135.274000', '180135.277000', '180135.279000', '180135.282000', '180135.285000', '180135.287000', '180135.290000', '180135.292000', '180135.295000', '180135.297000', '180135.300000', '180135.302000', '180135.305000', '180135.308000', '180135.310000', '180135.313000', '180135.316000', '180135.319000', '180135.321000', '180135.324000', '180135.326000', '180135.329000', '180135.332000', '180135.334000', '180135.337000', '180135.339000', '180135.342000', '180135.344000', '180135.347000', '180135.349000', '180135.352000', '180135.355000', '180135.357000', '180135.360000', '180135.362000', '180155.254000', '180155.256000', '180155.259000', '180155.261000', '180155.264000', '180155.267000', '180155.269000', '180155.272000', '180155.274000', '180155.277000', '180155.280000', '180155.282000', '180155.285000', '180155.287000', '180155.290000', '180155.292000', '180155.295000', '180155.297000', '180155.300000', '180155.303000', '180155.305000', '180155.308000', '180155.310000', '180155.313000', '180155.315000', '180155.318000', '180155.321000', '180155.323000', '180155.326000', '180155.328000', '180155.331000', '180155.333000', '180155.336000', '180155.339000', '180155.341000', '180155.344000', '180155.346000', '180155.349000', '180155.352000', '180155.354000', '180155.357000', '180155.359000', '180155.362000', '180155.364000', '180215.253000', '180215.256000', '180215.259000', '180215.262000', '180215.264000', '180215.267000', '180215.269000', '180215.272000', '180215.275000', '180215.277000', '180215.280000', '180215.282000', '180215.285000', '180215.287000', '180215.290000', '180215.293000', '180215.295000', '180215.298000', '180215.300000', '180215.303000', '180215.305000', '180215.308000', '180215.311000', '180215.313000', '180215.316000', '180215.318000', '180215.321000', '180215.324000', '180215.326000', '180215.329000', '180215.331000', '180215.334000', '180215.336000', '180215.339000', '180215.342000', '180215.344000', '180215.347000', '180215.349000', '180215.352000', '180215.355000', '180215.357000', '180215.360000', '180215.363000', '180235.254000', '180235.256000', '180235.259000', '180235.261000', '180235.264000', '180235.267000', '180235.269000', '180235.272000', '180235.275000', '180235.277000', '180235.280000', '180235.282000', '180235.285000', '180235.287000', '180235.290000', '180235.292000', '180235.295000', '180235.298000', '180235.300000', '180235.303000', '180235.305000', '180235.308000', '180235.311000', '180235.313000', '180235.316000', '180235.318000', '180235.321000', '180235.324000', '180235.326000', '180235.329000', '180235.331000', '180235.334000', '180235.336000', '180235.339000', '180235.342000', '180235.345000', '180235.347000', '180235.350000', '180235.352000', '180235.355000', '180235.357000', '180235.360000', '180235.363000', '180235.366000', '180255.254000', '180255.256000', '180255.259000', '180255.262000', '180255.264000', '180255.267000', '180255.270000', '180255.272000', '180255.275000', '180255.277000', '180255.280000', '180255.283000', '180255.285000', '180255.288000', '180255.290000', '180255.293000', '180255.295000', '180255.298000', '180255.301000', '180255.303000', '180255.306000', '180255.308000', '180255.311000', '180255.314000', '180255.316000', '180255.319000', '180255.321000', '180255.324000', '180255.327000', '180255.329000', '180255.332000', '180255.334000', '180255.337000', '180255.340000', '180255.343000', '180255.345000', '180255.348000', '180255.351000', '180255.353000', '180255.356000', '180255.358000', '180255.361000', '180255.364000', '180315.253000', '180315.256000', '180315.259000', '180315.262000', '180315.264000', '180315.267000', '180315.269000', '180315.272000', '180315.275000', '180315.277000', '180315.280000', '180315.282000', '180315.285000', '180315.287000', '180315.290000', '180315.292000', '180315.295000', '180315.298000', '180315.300000', '180315.303000', '180315.306000', '180315.308000', '180315.311000', '180315.313000', '180315.316000', '180315.318000', '180315.321000', '180315.323000', '180315.326000', '180315.328000', '180315.331000', '180315.333000', '180315.336000', '180315.339000', '180315.341000', '180315.344000', '180315.346000', '180315.349000', '180315.352000', '180315.354000', '180315.357000', '180315.359000', '180315.362000', '180315.364000', '180335.255000', '180335.257000', '180335.260000', '180335.263000', '180335.266000', '180335.268000', '180335.271000', '180335.273000', '180335.276000', '180335.278000', '180335.281000', '180335.283000', '180335.286000', '180335.289000', '180335.291000', '180335.294000', '180335.296000', '180335.299000', '180335.302000', '180335.304000', '180335.307000', '180335.309000', '180335.312000', '180335.315000', '180335.317000', '180335.320000', '180335.323000', '180335.325000', '180335.328000', '180335.330000', '180335.333000', '180335.335000', '180335.338000', '180335.341000', '180335.343000', '180335.346000', '180335.349000', '180335.351000', '180335.354000', '180335.356000', '180335.359000', '180335.361000', '180335.364000', '180344.135000', '180344.139000', '180344.142000', '180344.146000', '180344.151000', '180344.154000', '180344.157000', '180344.160000', '180344.164000', '180344.166000', '180344.170000', '180344.174000', '180344.177000', '180344.180000', '180344.183000', '180344.186000', '180344.190000', '180344.197000', '180344.200000', '180344.203000'], 'InstanceCreationTime': ['175355.290000', '175355.293000', '175355.296000', '175355.299000', '175355.301000', '175355.304000', '175355.306000', '175355.309000', '175355.312000', '175355.314000', '175355.317000', '175355.320000', '175355.330000', '175355.333000', '175355.335000', '175355.338000', '175355.340000', '175355.343000', '175355.345000', '175355.348000', '175355.351000', '175355.353000', '175355.356000', '175355.358000', '175355.361000', '175355.363000', '175355.366000', '175355.368000', '175355.371000', '175355.374000', '175355.377000', '175355.379000', '175355.382000', '175355.384000', '175355.387000', '175355.390000', '175355.392000', '175355.395000', '175355.397000', '175355.400000', '175355.402000', '175415.255000', '175415.257000', '175415.260000', '175415.262000', '175415.265000', '175415.267000', '175415.270000', '175415.272000', '175415.275000', '175415.278000', '175415.280000', '175415.283000', '175415.285000', '175415.288000', '175415.290000', '175415.293000', '175415.296000', '175415.298000', '175415.301000', '175415.303000', '175415.306000', '175415.308000', '175415.311000', '175415.313000', '175415.316000', '175415.318000', '175415.321000', '175415.323000', '175415.326000', '175415.329000', '175415.331000', '175415.334000', '175415.336000', '175415.339000', '175415.341000', '175415.344000', '175415.346000', '175415.356000', '175415.359000', '175415.361000', '175415.364000', '175415.366000', '175415.369000', '175415.372000', '175435.254000', '175435.256000', '175435.259000', '175435.261000', '175435.264000', '175435.266000', '175435.269000', '175435.272000', '175435.274000', '175435.277000', '175435.279000', '175435.282000', '175435.284000', '175435.287000', '175435.289000', '175435.292000', '175435.294000', '175435.297000', '175435.300000', '175435.302000', '175435.305000', '175435.307000', '175435.310000', '175435.312000', '175435.315000', '175435.317000', '175435.320000', '175435.323000', '175435.325000', '175435.328000', '175435.330000', '175435.333000', '175435.336000', '175435.339000', '175435.342000', '175435.344000', '175435.347000', '175435.350000', '175435.352000', '175435.355000', '175435.357000', '175435.376000', '175435.378000', '175455.254000', '175455.256000', '175455.259000', '175455.261000', '175455.264000', '175455.266000', '175455.269000', '175455.272000', '175455.274000', '175455.277000', '175455.279000', '175455.282000', '175455.284000', '175455.287000', '175455.290000', '175455.292000', '175455.295000', '175455.297000', '175455.300000', '175455.302000', '175455.305000', '175455.307000', '175455.310000', '175455.313000', '175455.315000', '175455.318000', '175455.320000', '175455.323000', '175455.325000', '175455.328000', '175455.331000', '175455.333000', '175455.336000', '175455.338000', '175455.341000', '175455.343000', '175455.346000', '175455.348000', '175455.351000', '175455.354000', '175455.356000', '175455.359000', '175455.361000', '175455.364000', '175515.253000', '175515.256000', '175515.259000', '175515.261000', '175515.264000', '175515.266000', '175515.269000', '175515.272000', '175515.274000', '175515.277000', '175515.279000', '175515.282000', '175515.284000', '175515.287000', '175515.290000', '175515.292000', '175515.295000', '175515.297000', '175515.300000', '175515.303000', '175515.305000', '175515.308000', '175515.310000', '175515.313000', '175515.316000', '175515.318000', '175515.321000', '175515.323000', '175515.326000', '175515.328000', '175515.331000', '175515.334000', '175515.336000', '175515.339000', '175515.341000', '175515.344000', '175515.346000', '175515.349000', '175515.353000', '175515.364000', '175515.367000', '175515.369000', '175515.372000', '175535.254000', '175535.256000', '175535.259000', '175535.261000', '175535.264000', '175535.267000', '175535.269000', '175535.272000', '175535.274000', '175535.277000', '175535.279000', '175535.282000', '175535.284000', '175535.287000', '175535.290000', '175535.292000', '175535.295000', '175535.297000', '175535.300000', '175535.302000', '175535.305000', '175535.307000', '175535.310000', '175535.312000', '175535.315000', '175535.318000', '175535.320000', '175535.323000', '175535.325000', '175535.328000', '175535.330000', '175535.333000', '175535.335000', '175535.338000', '175535.341000', '175535.343000', '175535.346000', '175535.348000', '175535.351000', '175535.354000', '175535.356000', '175535.359000', '175535.361000', '175535.364000', '175555.253000', '175555.256000', '175555.259000', '175555.261000', '175555.264000', '175555.266000', '175555.269000', '175555.271000', '175555.274000', '175555.277000', '175555.279000', '175555.282000', '175555.284000', '175555.287000', '175555.289000', '175555.292000', '175555.294000', '175555.297000', '175555.300000', '175555.302000', '175555.305000', '175555.307000', '175555.310000', '175555.312000', '175555.315000', '175555.317000', '175555.320000', '175555.323000', '175555.325000', '175555.328000', '175555.330000', '175555.333000', '175555.335000', '175555.338000', '175555.340000', '175555.343000', '175555.345000', '175555.348000', '175555.351000', '175555.353000', '175555.356000', '175555.358000', '175555.361000', '175615.253000', '175615.256000', '175615.259000', '175615.261000', '175615.264000', '175615.266000', '175615.269000', '175615.272000', '175615.274000', '175615.277000', '175615.280000', '175615.282000', '175615.285000', '175615.287000', '175615.290000', '175615.292000', '175615.295000', '175615.297000', '175615.300000', '175615.303000', '175615.305000', '175615.308000', '175615.310000', '175615.313000', '175615.316000', '175615.318000', '175615.321000', '175615.323000', '175615.326000', '175615.328000', '175615.331000', '175615.333000', '175615.336000', '175615.339000', '175615.341000', '175615.344000', '175615.346000', '175615.349000', '175615.351000', '175615.354000', '175615.357000', '175615.359000', '175615.373000', '175615.375000', '175635.255000', '175635.257000', '175635.260000', '175635.262000', '175635.265000', '175635.268000', '175635.270000', '175635.273000', '175635.276000', '175635.278000', '175635.281000', '175635.283000', '175635.286000', '175635.289000', '175635.291000', '175635.294000', '175635.296000', '175635.299000', '175635.302000', '175635.304000', '175635.307000', '175635.309000', '175635.312000', '175635.315000', '175635.317000', '175635.320000', '175635.323000', '175635.325000', '175635.328000', '175635.331000', '175635.333000', '175635.336000', '175635.338000', '175635.341000', '175635.344000', '175635.346000', '175635.349000', '175635.351000', '175635.354000', '175635.356000', '175635.359000', '175635.362000', '175635.364000', '175655.253000', '175655.256000', '175655.259000', '175655.261000', '175655.264000', '175655.266000', '175655.269000', '175655.271000', '175655.274000', '175655.277000', '175655.279000', '175655.282000', '175655.284000', '175655.287000', '175655.289000', '175655.292000', '175655.295000', '175655.297000', '175655.300000', '175655.302000', '175655.305000', '175655.307000', '175655.310000', '175655.312000', '175655.315000', '175655.317000', '175655.320000', '175655.323000', '175655.325000', '175655.328000', '175655.330000', '175655.333000', '175655.336000', '175655.338000', '175655.341000', '175655.343000', '175655.346000', '175655.348000', '175655.351000', '175655.353000', '175655.356000', '175655.359000', '175655.361000', '175655.364000', '175715.253000', '175715.256000', '175715.259000', '175715.261000', '175715.264000', '175715.266000', '175715.269000', '175715.272000', '175715.274000', '175715.277000', '175715.280000', '175715.282000', '175715.285000', '175715.287000', '175715.290000', '175715.292000', '175715.295000', '175715.297000', '175715.300000', '175715.303000', '175715.305000', '175715.308000', '175715.310000', '175715.313000', '175715.316000', '175715.318000', '175715.321000', '175715.323000', '175715.326000', '175715.329000', '175715.331000', '175715.334000', '175715.336000', '175715.339000', '175715.342000', '175715.344000', '175715.347000', '175715.349000', '175715.352000', '175715.354000', '175715.357000', '175715.359000', '175715.362000', '175735.254000', '175735.257000', '175735.260000', '175735.263000', '175735.265000', '175735.268000', '175735.270000', '175735.273000', '175735.276000', '175735.278000', '175735.281000', '175735.283000', '175735.286000', '175735.289000', '175735.291000', '175735.294000', '175735.296000', '175735.299000', '175735.301000', '175735.304000', '175735.307000', '175735.309000', '175735.312000', '175735.315000', '175735.317000', '175735.320000', '175735.322000', '175735.325000', '175735.328000', '175735.330000', '175735.333000', '175735.335000', '175735.338000', '175735.340000', '175735.343000', '175735.345000', '175735.348000', '175735.351000', '175735.353000', '175735.356000', '175735.358000', '175735.361000', '175735.363000', '175735.366000', '175755.254000', '175755.256000', '175755.259000', '175755.262000', '175755.264000', '175755.267000', '175755.269000', '175755.272000', '175755.274000', '175755.277000', '175755.280000', '175755.282000', '175755.285000', '175755.287000', '175755.290000', '175755.292000', '175755.295000', '175755.298000', '175755.319000', '175755.322000', '175755.324000', '175755.327000', '175755.329000', '175755.332000', '175755.334000', '175755.337000', '175755.340000', '175755.342000', '175755.345000', '175755.347000', '175755.350000', '175755.352000', '175755.355000', '175755.357000', '175755.360000', '175755.362000', '175755.365000', '175755.368000', '175755.370000', '175755.373000', '175755.375000', '175755.378000', '175755.380000', '175815.253000', '175815.256000', '175815.259000', '175815.261000', '175815.264000', '175815.267000', '175815.269000', '175815.272000', '175815.274000', '175815.277000', '175815.279000', '175815.282000', '175815.285000', '175815.287000', '175815.290000', '175815.292000', '175815.295000', '175815.297000', '175815.300000', '175815.303000', '175815.305000', '175815.308000', '175815.310000', '175815.313000', '175815.315000', '175815.318000', '175815.320000', '175815.323000', '175815.326000', '175815.328000', '175815.331000', '175815.333000', '175815.336000', '175815.338000', '175815.341000', '175815.343000', '175815.346000', '175815.349000', '175815.351000', '175815.354000', '175815.356000', '175815.359000', '175815.361000', '175815.364000', '175835.254000', '175835.256000', '175835.259000', '175835.262000', '175835.264000', '175835.267000', '175835.269000', '175835.272000', '175835.274000', '175835.277000', '175835.280000', '175835.282000', '175835.285000', '175835.287000', '175835.290000', '175835.292000', '175835.295000', '175835.298000', '175835.300000', '175835.303000', '175835.305000', '175835.308000', '175835.311000', '175835.313000', '175835.316000', '175835.318000', '175835.321000', '175835.323000', '175835.326000', '175835.328000', '175835.331000', '175835.334000', '175835.336000', '175835.339000', '175835.341000', '175835.344000', '175835.346000', '175835.349000', '175835.352000', '175835.354000', '175835.357000', '175835.359000', '175835.362000', '175855.254000', '175855.257000', '175855.260000', '175855.262000', '175855.265000', '175855.268000', '175855.270000', '175855.273000', '175855.275000', '175855.278000', '175855.280000', '175855.283000', '175855.285000', '175855.288000', '175855.290000', '175855.293000', '175855.297000', '175855.299000', '175855.302000', '175855.305000', '175855.307000', '175855.310000', '175855.312000', '175855.315000', '175855.317000', '175855.320000', '175855.322000', '175855.325000', '175855.328000', '175855.331000', '175855.333000', '175855.336000', '175855.354000', '175855.356000', '175855.359000', '175855.361000', '175855.364000', '175855.367000', '175855.369000', '175855.372000', '175855.374000', '175855.377000', '175855.379000', '175915.254000', '175915.257000', '175915.259000', '175915.262000', '175915.264000', '175915.267000', '175915.270000', '175915.272000', '175915.275000', '175915.277000', '175915.280000', '175915.282000', '175915.285000', '175915.288000', '175915.290000', '175915.293000', '175915.295000', '175915.298000', '175915.301000', '175915.303000', '175915.306000', '175915.308000', '175915.311000', '175915.313000', '175915.316000', '175915.318000', '175915.321000', '175915.324000', '175915.326000', '175915.329000', '175915.332000', '175915.334000', '175915.337000', '175915.339000', '175915.342000', '175915.345000', '175915.347000', '175915.350000', '175915.352000', '175915.355000', '175915.357000', '175915.360000', '175915.362000', '175915.365000', '175935.263000', '175935.266000', '175935.269000', '175935.271000', '175935.274000', '175935.276000', '175935.279000', '175935.281000', '175935.284000', '175935.287000', '175935.289000', '175935.292000', '175935.294000', '175935.297000', '175935.300000', '175935.302000', '175935.305000', '175935.307000', '175935.310000', '175935.312000', '175935.315000', '175935.318000', '175935.320000', '175935.323000', '175935.325000', '175935.328000', '175935.330000', '175935.333000', '175935.335000', '175935.338000', '175935.341000', '175935.343000', '175935.346000', '175935.348000', '175935.351000', '175935.353000', '175935.356000', '175935.359000', '175935.361000', '175935.364000', '175935.366000', '175935.369000', '175935.372000', '175955.254000', '175955.256000', '175955.259000', '175955.262000', '175955.264000', '175955.267000', '175955.269000', '175955.272000', '175955.274000', '175955.277000', '175955.279000', '175955.282000', '175955.286000', '175955.288000', '175955.291000', '175955.294000', '175955.296000', '175955.299000', '175955.301000', '175955.304000', '175955.307000', '175955.309000', '175955.312000', '175955.314000', '175955.317000', '175955.319000', '175955.322000', '175955.325000', '175955.327000', '175955.330000', '175955.332000', '175955.335000', '175955.337000', '175955.340000', '175955.343000', '175955.345000', '175955.348000', '175955.350000', '175955.353000', '175955.356000', '175955.358000', '175955.361000', '175955.363000', '175955.366000', '180015.254000', '180015.256000', '180015.259000', '180015.262000', '180015.264000', '180015.267000', '180015.269000', '180015.272000', '180015.274000', '180015.277000', '180015.279000', '180015.282000', '180015.285000', '180015.287000', '180015.290000', '180015.292000', '180015.295000', '180015.298000', '180015.300000', '180015.303000', '180015.306000', '180015.308000', '180015.311000', '180015.313000', '180015.316000', '180015.318000', '180015.321000', '180015.324000', '180015.326000', '180015.329000', '180015.331000', '180015.335000', '180015.337000', '180015.340000', '180015.342000', '180015.345000', '180015.348000', '180015.350000', '180015.353000', '180015.355000', '180015.358000', '180015.361000', '180015.363000', '180035.254000', '180035.256000', '180035.259000', '180035.262000', '180035.264000', '180035.267000', '180035.269000', '180035.272000', '180035.275000', '180035.277000', '180035.280000', '180035.282000', '180035.285000', '180035.288000', '180035.290000', '180035.293000', '180035.295000', '180035.298000', '180035.301000', '180035.303000', '180035.306000', '180035.308000', '180035.311000', '180035.313000', '180035.316000', '180035.318000', '180035.321000', '180035.323000', '180035.326000', '180035.329000', '180035.331000', '180035.334000', '180035.336000', '180035.339000', '180035.341000', '180035.344000', '180035.346000', '180035.349000', '180035.352000', '180035.354000', '180035.357000', '180035.359000', '180035.362000', '180035.364000', '180055.254000', '180055.257000', '180055.259000', '180055.262000', '180055.264000', '180055.267000', '180055.269000', '180055.272000', '180055.275000', '180055.277000', '180055.280000', '180055.282000', '180055.285000', '180055.287000', '180055.290000', '180055.293000', '180055.296000', '180055.299000', '180055.302000', '180055.304000', '180055.307000', '180055.310000', '180055.312000', '180055.315000', '180055.317000', '180055.320000', '180055.322000', '180055.325000', '180055.327000', '180055.330000', '180055.333000', '180055.335000', '180055.338000', '180055.340000', '180055.343000', '180055.345000', '180055.348000', '180055.351000', '180055.353000', '180055.356000', '180055.358000', '180055.361000', '180055.363000', '180115.255000', '180115.257000', '180115.260000', '180115.262000', '180115.265000', '180115.268000', '180115.270000', '180115.273000', '180115.275000', '180115.278000', '180115.281000', '180115.283000', '180115.286000', '180115.288000', '180115.291000', '180115.293000', '180115.296000', '180115.299000', '180115.301000', '180115.304000', '180115.306000', '180115.309000', '180115.311000', '180115.314000', '180115.317000', '180115.319000', '180115.322000', '180115.324000', '180115.327000', '180115.329000', '180115.332000', '180115.335000', '180115.337000', '180115.340000', '180115.342000', '180115.345000', '180115.347000', '180115.350000', '180115.352000', '180115.355000', '180115.358000', '180115.360000', '180115.363000', '180115.365000', '180135.253000', '180135.256000', '180135.259000', '180135.262000', '180135.264000', '180135.267000', '180135.269000', '180135.272000', '180135.274000', '180135.277000', '180135.279000', '180135.282000', '180135.285000', '180135.287000', '180135.290000', '180135.292000', '180135.295000', '180135.297000', '180135.300000', '180135.302000', '180135.305000', '180135.308000', '180135.310000', '180135.313000', '180135.316000', '180135.319000', '180135.321000', '180135.324000', '180135.326000', '180135.329000', '180135.332000', '180135.334000', '180135.337000', '180135.339000', '180135.342000', '180135.344000', '180135.347000', '180135.349000', '180135.352000', '180135.355000', '180135.357000', '180135.360000', '180135.362000', '180155.254000', '180155.256000', '180155.259000', '180155.261000', '180155.264000', '180155.267000', '180155.269000', '180155.272000', '180155.274000', '180155.277000', '180155.280000', '180155.282000', '180155.285000', '180155.287000', '180155.290000', '180155.292000', '180155.295000', '180155.297000', '180155.300000', '180155.303000', '180155.305000', '180155.308000', '180155.310000', '180155.313000', '180155.315000', '180155.318000', '180155.321000', '180155.323000', '180155.326000', '180155.328000', '180155.331000', '180155.333000', '180155.336000', '180155.339000', '180155.341000', '180155.344000', '180155.346000', '180155.349000', '180155.352000', '180155.354000', '180155.357000', '180155.359000', '180155.362000', '180155.364000', '180215.253000', '180215.256000', '180215.259000', '180215.262000', '180215.264000', '180215.267000', '180215.269000', '180215.272000', '180215.275000', '180215.277000', '180215.280000', '180215.282000', '180215.285000', '180215.287000', '180215.290000', '180215.293000', '180215.295000', '180215.298000', '180215.300000', '180215.303000', '180215.305000', '180215.308000', '180215.311000', '180215.313000', '180215.316000', '180215.318000', '180215.321000', '180215.324000', '180215.326000', '180215.329000', '180215.331000', '180215.334000', '180215.336000', '180215.339000', '180215.342000', '180215.344000', '180215.347000', '180215.349000', '180215.352000', '180215.355000', '180215.357000', '180215.360000', '180215.363000', '180235.254000', '180235.256000', '180235.259000', '180235.261000', '180235.264000', '180235.267000', '180235.269000', '180235.272000', '180235.275000', '180235.277000', '180235.280000', '180235.282000', '180235.285000', '180235.287000', '180235.290000', '180235.292000', '180235.295000', '180235.298000', '180235.300000', '180235.303000', '180235.305000', '180235.308000', '180235.311000', '180235.313000', '180235.316000', '180235.318000', '180235.321000', '180235.324000', '180235.326000', '180235.329000', '180235.331000', '180235.334000', '180235.336000', '180235.339000', '180235.342000', '180235.345000', '180235.347000', '180235.350000', '180235.352000', '180235.355000', '180235.357000', '180235.360000', '180235.363000', '180235.366000', '180255.254000', '180255.256000', '180255.259000', '180255.262000', '180255.264000', '180255.267000', '180255.270000', '180255.272000', '180255.275000', '180255.277000', '180255.280000', '180255.283000', '180255.285000', '180255.288000', '180255.290000', '180255.293000', '180255.295000', '180255.298000', '180255.301000', '180255.303000', '180255.306000', '180255.308000', '180255.311000', '180255.314000', '180255.316000', '180255.319000', '180255.321000', '180255.324000', '180255.327000', '180255.329000', '180255.332000', '180255.334000', '180255.337000', '180255.340000', '180255.343000', '180255.345000', '180255.348000', '180255.351000', '180255.353000', '180255.356000', '180255.358000', '180255.361000', '180255.364000', '180315.253000', '180315.256000', '180315.259000', '180315.262000', '180315.264000', '180315.267000', '180315.269000', '180315.272000', '180315.275000', '180315.277000', '180315.280000', '180315.282000', '180315.285000', '180315.287000', '180315.290000', '180315.292000', '180315.295000', '180315.298000', '180315.300000', '180315.303000', '180315.306000', '180315.308000', '180315.311000', '180315.313000', '180315.316000', '180315.318000', '180315.321000', '180315.323000', '180315.326000', '180315.328000', '180315.331000', '180315.333000', '180315.336000', '180315.339000', '180315.341000', '180315.344000', '180315.346000', '180315.349000', '180315.352000', '180315.354000', '180315.357000', '180315.359000', '180315.362000', '180315.364000', '180335.255000', '180335.257000', '180335.260000', '180335.263000', '180335.266000', '180335.268000', '180335.271000', '180335.273000', '180335.276000', '180335.278000', '180335.281000', '180335.283000', '180335.286000', '180335.289000', '180335.291000', '180335.294000', '180335.296000', '180335.299000', '180335.302000', '180335.304000', '180335.307000', '180335.309000', '180335.312000', '180335.315000', '180335.317000', '180335.320000', '180335.323000', '180335.325000', '180335.328000', '180335.330000', '180335.333000', '180335.335000', '180335.338000', '180335.341000', '180335.343000', '180335.346000', '180335.349000', '180335.351000', '180335.354000', '180335.356000', '180335.359000', '180335.361000', '180335.364000', '180344.135000', '180344.139000', '180344.142000', '180344.146000', '180344.151000', '180344.154000', '180344.157000', '180344.160000', '180344.164000', '180344.166000', '180344.170000', '180344.174000', '180344.177000', '180344.180000', '180344.183000', '180344.186000', '180344.190000', '180344.197000', '180344.200000', '180344.203000'], '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': [7892, 9265, 8487, 7674, 7686, 7610, 7734, 8620, 8089, 7977, 8013, 7927, 7631, 8308, 8131, 10888, 9142, 8191, 7604, 7980, 7953, 7995, 9059, 7914, 7774, 7524, 7508, 8032, 7889, 8156, 7393, 7598, 7350, 7052, 7833, 8196, 8574, 7316, 8005, 8045, 7078, 8039, 7652, 8443, 8396, 7823, 9341, 7573, 7558, 7647, 9075, 7564, 8233, 7369, 7838, 7729, 7707, 8735, 7850, 7530, 7168, 8217, 7003, 8189, 8139, 7872, 7231, 7089, 8450, 7434, 8205, 8454, 7355, 7445, 7301, 8344, 7482, 7853, 8789, 7443, 7595, 7066, 7980, 7154, 7943, 8728, 7152, 7421, 7318, 8198, 7393, 7696, 8625, 7311, 8188, 8963, 7148, 7518, 7664, 7060, 7857, 8328, 7393, 7118, 7244, 8119, 7483, 7584, 8493, 7400, 7732, 7858, 7023, 7466, 7784, 7035, 7433, 7648, 7111, 7062, 7377, 7183, 7447, 7990, 7487, 7245, 7159, 7418, 7269, 7622, 6837, 7721, 8966, 7324, 7490, 8238, 7077, 6793, 8439, 7579, 7893, 7907, 7840, 7247, 6667, 7594, 7032, 7205, 6725, 7986, 7010, 7905, 7324, 7730, 10256, 7973, 7578, 7265, 7028, 7914, 9466, 7646, 7751, 6477, 7267, 7815, 7387, 7495, 7019, 7370, 7737, 7134, 7769, 8629, 7854, 7485, 9944, 6884, 7395, 8135, 6977, 7676, 9274, 7517, 7386, 7154, 8006, 6798, 7720, 9302, 7845, 7509, 8655, 7115, 7761, 7449, 7511, 7788, 9013, 7953, 7500, 7009, 6921, 7141, 7234, 7397, 7222, 6861, 7357, 6732, 7259, 8850, 7717, 8000, 7012, 7574, 6913, 7411, 8730, 8053, 7879, 10403, 7257, 7194, 7369, 7645, 7169, 7646, 8233, 7022, 7097, 7505, 8529, 7131, 8213, 9105, 9135, 7071, 7136, 7083, 7150, 7637, 8043, 10198, 8121, 7032, 7012, 7532, 7408, 8250, 9149, 9152, 7479, 8652, 6824, 7171, 7344, 7445, 7590, 7442, 8214, 6674, 6993, 7328, 7012, 7324, 8482, 7789, 8864, 6798, 7099, 8006, 6397, 8039, 7756, 7370, 8891, 7422, 7060, 6489, 8000, 7443, 7472, 7598, 8010, 7575, 8610, 6783, 7437, 6853, 7304, 7257, 6840, 7981, 6885, 7416, 7111, 8073, 6862, 7365, 7133, 6868, 7299, 8499, 8943, 7515, 7761, 7382, 6931, 7217, 8262, 7639, 8141, 9548, 7877, 7203, 7296, 7732, 7233, 7946, 9162, 7736, 7190, 6898, 6946, 7000, 7352, 6842, 7182, 8336, 7059, 7510, 6385, 7382, 7438, 8043, 7431, 6742, 8336, 6713, 7814, 7467, 6649, 8571, 8230, 7312, 7137, 7147, 7860, 6902, 7683, 8417, 7699, 7028, 7458, 7075, 7115, 7213, 7936, 10310, 7997, 6955, 7340, 7706, 6648, 7772, 7562, 8407, 7913, 7764, 7799, 7823, 6980, 7016, 6958, 7748, 7508, 7252, 8710, 7377, 7294, 7710, 7157, 7654, 7441, 7220, 9111, 6669, 7365, 7769, 6573, 7332, 8252, 6558, 7395, 6527, 6586, 7508, 8251, 7614, 7477, 7461, 7106, 6328, 6978, 7111, 7231, 7017, 8131, 7911, 7010, 7252, 6124, 7564, 7175, 7475, 10137, 7656, 7251, 7953, 7717, 7766, 9837, 8088, 7476, 7479, 7343, 7541, 8530, 7340, 7242, 7704, 7329, 7553, 7477, 7403, 7627, 9165, 7600, 7588, 7415, 7263, 7418, 8313, 7609, 7572, 8141, 7505, 6928, 7277, 7452, 8282, 7653, 7321, 6905, 7185, 7305, 7937, 7532, 8477, 7767, 7596, 8154, 7443, 9207, 7598, 7801, 7856, 7517, 9822, 7302, 7511, 8123, 7583, 6965, 7617, 7429, 7651, 7415, 7837, 8334, 7712, 6831, 7546, 7555, 6116, 7289, 7600, 9243, 7624, 7351, 7833, 7709, 7375, 7314, 7476, 5970, 7824, 7254, 8323, 7379, 7767, 7697, 7764, 7106, 8120, 7631, 8184, 7518, 7427, 8047, 7473, 7409, 7487, 7400, 6597, 7171, 7351, 7864, 7619, 9898, 8027, 6329, 7485, 7311, 8683, 7729, 7953, 7466, 7835, 7871, 6482, 7653, 7479, 8200, 8078, 7099, 7753, 7525, 6368, 7480, 7307, 8814, 7786, 7587, 7636, 7684, 7242, 7848, 7219, 8398, 7782, 9029, 7723, 7825, 7992, 7959, 6708, 8464, 8033, 6963, 7777, 7882, 6157, 8210, 7716, 8481, 7909, 7821, 7094, 7942, 7640, 8029, 7985, 7850, 7918, 7760, 6645, 7791, 7738, 8593, 8138, 7523, 7937, 8133, 6878, 7696, 7858, 8394, 8131, 7913, 7973, 7866, 7501, 7887, 7904, 7566, 7976, 7768, 7466, 7693, 7864, 8110, 7813, 7809, 7964, 8036, 7438, 7831, 7943, 8174, 7942, 6285, 8106, 7870, 7195, 7756, 7338, 8382, 8237, 7063, 7821, 7761, 6654, 7728, 7759, 8413, 8191, 7093, 8200, 7930, 7326, 7675, 7741, 8123, 7988, 7061, 7848, 7821, 8731, 8159, 7457, 7969, 7868, 7500, 8104, 7794, 8174, 7940, 7164, 7932, 7741, 8448, 7987, 6599, 8249, 8301, 8167, 8003, 7894, 8029, 7849, 7500, 7956, 6684, 8060, 7487, 8216, 7879, 7864, 8164, 8003, 7269, 8187, 7821, 6966, 7837, 7737, 7997, 7964, 8106, 8129, 7647, 7445, 6458, 7759, 7687, 6225, 8401, 7644, 7717, 7977, 7683, 7940, 8048, 8500, 7992, 9868, 6692, 7990, 7014, 7492, 8096, 7066, 7118, 7804, 6509, 7727, 7714, 9444, 7370, 7964, 7874, 7787, 7889, 9233, 7626, 8059, 7354, 6945, 8000, 8712, 7502, 7787, 7629, 7408, 8127, 9009, 8033, 7423, 8379, 8267, 7951, 8968, 7646, 8053, 8084, 7283, 8311, 7424, 8117, 8249, 7409, 7245, 7655, 7815, 8976, 7768, 7988, 6922, 7555, 7449, 7474, 8537, 7226, 7764, 7672, 7962, 8025, 8649, 7332, 7884, 7317, 7504, 7617, 8696, 8395, 7720, 8042, 8226, 6248, 8716, 8564, 7418, 7864, 8277, 9840, 7889, 8168, 7111, 8277, 8335, 7031, 7899, 8475, 7016, 8390, 8299, 6980, 7873, 7864, 6174, 7818, 7489, 7710, 8960, 7360, 7878, 6711, 7965, 8364, 8386, 8254, 8640, 8799, 7988, 7935, 6823, 7202, 7400, 7931, 8326, 8766, 6676, 7329, 8209, 6932, 7507, 8180, 7973, 8847, 8313, 8163, 8082, 8130, 8102, 10156, 8712, 9350, 6564, 7926, 8660, 6973, 8234, 8296, 8152, 8486, 7817, 8129, 7286, 7687, 8210, 8651, 7716, 8196, 7542, 7074, 8131, 7650, 7487, 7837, 9699, 6915, 7626, 8121, 7449, 7803, 8210, 8186, 7849, 6988, 7213, 8524, 6390, 7633, 7065, 7371, 8365, 7240, 7583, 7539, 7083, 8104, 7625, 7897, 8221, 7366, 7735, 7933, 8035, 7113, 7538, 8078, 7343, 7109, 7269, 7909, 8530, 7800, 8222, 9081, 6855, 7591, 7727, 7781, 7910, 8795, 7910, 7751, 8128, 7483, 7187, 7897, 8635, 7722, 8174, 8936, 7219, 7990, 7573, 7540, 7896, 7862, 8154, 7848, 8016, 8616, 6941, 7458, 7631, 7715, 7922, 7422, 7336, 7771, 7600, 7664, 8315, 8486, 7453, 7830, 6150, 8216, 7619, 6286, 7582, 7389, 8126, 7905, 6988, 7772, 7552, 7767, 8141, 9490, 8338, 8168, 9135, 7282, 8331, 8441, 8220, 9465, 7406, 7218, 7401, 8293, 8587, 8133, 8055, 8230, 9304, 8256, 8043, 7970, 8268, 8039, 8477, 8571, 10441, 8263, 8171, 7958, 8294, 7669, 8101, 7692, 7837, 8204, 7620, 8067, 7982, 8684, 8303, 7877, 7906, 8013, 7700, 8090, 8168, 8965, 8426, 8027, 8589, 8342, 7342, 8836, 8180, 7492, 8592, 8434, 6835, 7520, 6991, 8204, 8667, 9642, 8067, 8847, 7493, 6892, 7998, 7842, 7808, 8581, 8775, 7370, 7776, 8043, 7759, 8207, 8150, 7739, 8061, 8363, 7855, 7205, 7996, 8038, 8248, 8290, 8267, 9742, 7663, 8277, 7311, 7930, 7760, 7930, 8138, 8385, 7990, 8276, 7372, 7254, 7777, 7188, 7280, 7988, 6948, 7695, 8023, 7543, 7329, 7705, 7787, 8113, 8105, 8468, 9490, 8872, 8658, 7654, 8306, 8516, 7993, 8520, 8015, 8632, 8436, 7666, 8069, 7784, 8184, 8198, 7705, 8269, 8229, 8639, 8508, 7773, 8487, 8214, 7537, 8375, 8056, 7731, 8112, 7093, 8064, 7708, 8197, 8175, 7136, 8409, 7566, 8666, 8493, 6897, 8005, 8274, 7588, 8300, 7856, 8135, 8241, 7265, 8431, 7964, 8112, 8156, 8629, 8120, 8242, 9716, 7849, 7963, 7770, 7914, 6696, 8267, 8321, 8756, 8005, 6940, 7450, 8326, 8437, 8233, 8551, 7632, 8166, 7893, 8299, 7756, 7776, 8213, 7716, 8367, 6864, 8317, 8425, 8925, 7986, 8107, 7510, 8300, 8651, 8237, 8160, 8306, 7248, 8140, 8387, 7663, 7970, 7145, 8244, 7895, 7915, 8147, 7879, 8247, 7602, 8485, 6840, 8571, 8718, 7818, 8132, 6900, 8146, 6752, 8379, 8506, 8432, 8178, 6954, 7830, 7713, 8111, 8618, 8319, 8447, 6947, 7611, 8207, 7513, 8476, 8067, 8399, 8809, 7981, 7358, 7877, 8639, 7661, 7848, 7446, 7644, 8099, 7910, 7998, 8560, 7788, 7077, 8393, 7137, 8525, 7980, 8547, 8347, 7844, 8236, 7438, 8149, 8063, 7857, 8138, 7109, 7877, 8007, 8523, 7962, 9044, 8186, 5931, 8234, 6866, 8306, 7202, 7713, 7429, 8077, 7322, 7743, 7597, 8227, 8549, 9327, 8120, 7676, 8242, 7515, 8597, 8095, 8141, 8017, 6817, 7852, 8347, 7505, 8008, 7225, 7799, 7642, 7824, 8197, 7802, 8170, 7175, 8167, 8048, 7755, 8209, 8046, 8274, 7298, 8384, 8430, 8022, 8210, 7195, 8189, 8166, 8183, 8157, 7039, 7649, 8723, 8370, 8216, 6958, 8008, 8684, 8154, 8497, 7947, 8228, 8222, 7558, 8352, 7751, 8412, 7993, 7607, 8467, 7795, 8369, 7566, 7966, 8508, 7697, 8077, 7625, 8498, 8654, 8288, 8028, 7208, 7933, 8110, 7924, 8441, 8288, 7996, 8329, 7812, 8260, 6688, 8236, 8556], 'WindowCenter': [3703.0, 3700.0, 3688.0, 3675.0, 3672.0, 3674.0, 3685.0, 3682.0, 3673.0, 3672.0, 3672.0, 3671.0, 3672.0, 3683.0, 3673.0, 3694.0, 3682.0, 3671.0, 3660.0, 3669.0, 3671.0, 3669.0, 3671.0, 3671.0, 3659.0, 3658.0, 3670.0, 3683.0, 3683.0, 3672.0, 3672.0, 3673.0, 3659.0, 3661.0, 3673.0, 3681.0, 3671.0, 3661.0, 3671.0, 3669.0, 3659.0, 3671.0, 3673.0, 3671.0, 3671.0, 3672.0, 3678.0, 3659.0, 3670.0, 3670.0, 3669.0, 3659.0, 3668.0, 3656.0, 3657.0, 3670.0, 3670.0, 3669.0, 3669.0, 3658.0, 3658.0, 3667.0, 3657.0, 3670.0, 3669.0, 3670.0, 3659.0, 3659.0, 3668.0, 3658.0, 3669.0, 3668.0, 3658.0, 3657.0, 3658.0, 3668.0, 3658.0, 3670.0, 3679.0, 3658.0, 3669.0, 3658.0, 3669.0, 3658.0, 3681.0, 3681.0, 3660.0, 3670.0, 3670.0, 3669.0, 3671.0, 3669.0, 3681.0, 3671.0, 3680.0, 3680.0, 3659.0, 3670.0, 3670.0, 3661.0, 3670.0, 3671.0, 3670.0, 3659.0, 3660.0, 3669.0, 3670.0, 3670.0, 3679.0, 3671.0, 3671.0, 3669.0, 3659.0, 3671.0, 3671.0, 3660.0, 3671.0, 3670.0, 3659.0, 3659.0, 3669.0, 3657.0, 3670.0, 3670.0, 3670.0, 3671.0, 3658.0, 3655.0, 3669.0, 3670.0, 3659.0, 3670.0, 3679.0, 3659.0, 3658.0, 3667.0, 3660.0, 3661.0, 3683.0, 3670.0, 3671.0, 3671.0, 3670.0, 3672.0, 3675.0, 3684.0, 3675.0, 3686.0, 3674.0, 3680.0, 3672.0, 3686.0, 3674.0, 3671.0, 3694.0, 3684.0, 3669.0, 3671.0, 3672.0, 3682.0, 3691.0, 3670.0, 3671.0, 3659.0, 3670.0, 3680.0, 3673.0, 3672.0, 3670.0, 3673.0, 3682.0, 3671.0, 3684.0, 3684.0, 3683.0, 3670.0, 3692.0, 3672.0, 3670.0, 3670.0, 3672.0, 3683.0, 3681.0, 3668.0, 3671.0, 3660.0, 3670.0, 3661.0, 3682.0, 3682.0, 3671.0, 3670.0, 3679.0, 3656.0, 3668.0, 3670.0, 3671.0, 3671.0, 3681.0, 3670.0, 3670.0, 3658.0, 3658.0, 3672.0, 3683.0, 3671.0, 3673.0, 3672.0, 3684.0, 3672.0, 3681.0, 3694.0, 3682.0, 3684.0, 3673.0, 3672.0, 3673.0, 3672.0, 3683.0, 3683.0, 3672.0, 3692.0, 3670.0, 3660.0, 3671.0, 3683.0, 3673.0, 3684.0, 3683.0, 3660.0, 3672.0, 3672.0, 3683.0, 3672.0, 3684.0, 3683.0, 3681.0, 3661.0, 3660.0, 3661.0, 3670.0, 3683.0, 3682.0, 3692.0, 3667.0, 3659.0, 3658.0, 3668.0, 3670.0, 3669.0, 3679.0, 3679.0, 3658.0, 3666.0, 3645.0, 3645.0, 3657.0, 3656.0, 3658.0, 3657.0, 3667.0, 3657.0, 3658.0, 3657.0, 3658.0, 3670.0, 3668.0, 3669.0, 3679.0, 3648.0, 3657.0, 3670.0, 3647.0, 3669.0, 3670.0, 3670.0, 3682.0, 3658.0, 3660.0, 3647.0, 3670.0, 3659.0, 3670.0, 3669.0, 3670.0, 3671.0, 3669.0, 3658.0, 3670.0, 3662.0, 3672.0, 3672.0, 3661.0, 3671.0, 3672.0, 3672.0, 3672.0, 3682.0, 3661.0, 3672.0, 3671.0, 3662.0, 3670.0, 3683.0, 3682.0, 3672.0, 3672.0, 3670.0, 3660.0, 3669.0, 3681.0, 3672.0, 3672.0, 3681.0, 3669.0, 3659.0, 3658.0, 3669.0, 3671.0, 3669.0, 3678.0, 3655.0, 3659.0, 3658.0, 3658.0, 3659.0, 3671.0, 3659.0, 3659.0, 3670.0, 3658.0, 3659.0, 3648.0, 3670.0, 3672.0, 3671.0, 3672.0, 3660.0, 3669.0, 3659.0, 3659.0, 3658.0, 3659.0, 3681.0, 3682.0, 3670.0, 3660.0, 3660.0, 3683.0, 3674.0, 3673.0, 3683.0, 3670.0, 3660.0, 3672.0, 3661.0, 3671.0, 3672.0, 3684.0, 3693.0, 3671.0, 3660.0, 3660.0, 3669.0, 3660.0, 3673.0, 3672.0, 3670.0, 3671.0, 3670.0, 3672.0, 3671.0, 3659.0, 3660.0, 3658.0, 3671.0, 3671.0, 3659.0, 3669.0, 3659.0, 3657.0, 3656.0, 3658.0, 3659.0, 3657.0, 3658.0, 3667.0, 3646.0, 3655.0, 3657.0, 3659.0, 3669.0, 3668.0, 3649.0, 3671.0, 3647.0, 3660.0, 3671.0, 3683.0, 3672.0, 3672.0, 3670.0, 3661.0, 3649.0, 3660.0, 3660.0, 3673.0, 3673.0, 3683.0, 3685.0, 3674.0, 3671.0, 3665.0, 3685.0, 3688.0, 3684.0, 3696.0, 3674.0, 3674.0, 3674.0, 3675.0, 3674.0, 3696.0, 3672.0, 3673.0, 3662.0, 3674.0, 3687.0, 3685.0, 3673.0, 3674.0, 3671.0, 3672.0, 3673.0, 3671.0, 3675.0, 3675.0, 3696.0, 3674.0, 3671.0, 3673.0, 3674.0, 3675.0, 3684.0, 3685.0, 3673.0, 3672.0, 3673.0, 3661.0, 3673.0, 3673.0, 3683.0, 3670.0, 3672.0, 3661.0, 3662.0, 3675.0, 3685.0, 3675.0, 3684.0, 3674.0, 3673.0, 3670.0, 3674.0, 3681.0, 3673.0, 3672.0, 3670.0, 3660.0, 3680.0, 3660.0, 3657.0, 3669.0, 3671.0, 3660.0, 3671.0, 3671.0, 3671.0, 3660.0, 3671.0, 3672.0, 3671.0, 3660.0, 3669.0, 3670.0, 3648.0, 3659.0, 3671.0, 3694.0, 3674.0, 3671.0, 3671.0, 3671.0, 3671.0, 3672.0, 3672.0, 3663.0, 3683.0, 3675.0, 3681.0, 3668.0, 3671.0, 3672.0, 3673.0, 3674.0, 3672.0, 3672.0, 3683.0, 3672.0, 3671.0, 3683.0, 3670.0, 3674.0, 3671.0, 3674.0, 3660.0, 3660.0, 3674.0, 3683.0, 3683.0, 3694.0, 3684.0, 3661.0, 3657.0, 3673.0, 3683.0, 3672.0, 3672.0, 3673.0, 3672.0, 3672.0, 3648.0, 3669.0, 3672.0, 3669.0, 3672.0, 3660.0, 3670.0, 3673.0, 3661.0, 3673.0, 3673.0, 3681.0, 3673.0, 3671.0, 3671.0, 3672.0, 3672.0, 3685.0, 3672.0, 3670.0, 3672.0, 3682.0, 3666.0, 3671.0, 3672.0, 3685.0, 3660.0, 3670.0, 3672.0, 3659.0, 3669.0, 3672.0, 3649.0, 3671.0, 3671.0, 3669.0, 3670.0, 3671.0, 3659.0, 3669.0, 3672.0, 3670.0, 3670.0, 3672.0, 3668.0, 3670.0, 3658.0, 3672.0, 3672.0, 3680.0, 3671.0, 3671.0, 3667.0, 3672.0, 3661.0, 3671.0, 3670.0, 3668.0, 3669.0, 3669.0, 3666.0, 3668.0, 3658.0, 3668.0, 3671.0, 3669.0, 3669.0, 3670.0, 3658.0, 3668.0, 3670.0, 3669.0, 3671.0, 3670.0, 3670.0, 3669.0, 3657.0, 3668.0, 3669.0, 3670.0, 3670.0, 3647.0, 3664.0, 3669.0, 3657.0, 3669.0, 3658.0, 3668.0, 3668.0, 3659.0, 3667.0, 3669.0, 3658.0, 3670.0, 3682.0, 3681.0, 3681.0, 3658.0, 3669.0, 3670.0, 3669.0, 3672.0, 3681.0, 3671.0, 3682.0, 3671.0, 3670.0, 3672.0, 3682.0, 3682.0, 3671.0, 3671.0, 3670.0, 3657.0, 3670.0, 3670.0, 3668.0, 3670.0, 3659.0, 3669.0, 3669.0, 3667.0, 3682.0, 3660.0, 3682.0, 3682.0, 3666.0, 3669.0, 3670.0, 3668.0, 3680.0, 3669.0, 3682.0, 3659.0, 3667.0, 3672.0, 3670.0, 3671.0, 3672.0, 3684.0, 3686.0, 3672.0, 3682.0, 3671.0, 3659.0, 3672.0, 3672.0, 3682.0, 3673.0, 3670.0, 3670.0, 3671.0, 3673.0, 3661.0, 3670.0, 3681.0, 3664.0, 3683.0, 3674.0, 3669.0, 3669.0, 3670.0, 3670.0, 3672.0, 3682.0, 3683.0, 3691.0, 3659.0, 3670.0, 3671.0, 3672.0, 3682.0, 3671.0, 3660.0, 3671.0, 3660.0, 3672.0, 3672.0, 3692.0, 3669.0, 3670.0, 3670.0, 3672.0, 3671.0, 3681.0, 3670.0, 3668.0, 3657.0, 3659.0, 3670.0, 3679.0, 3670.0, 3671.0, 3668.0, 3658.0, 3670.0, 3681.0, 3670.0, 3659.0, 3681.0, 3670.0, 3668.0, 3667.0, 3658.0, 3670.0, 3667.0, 3658.0, 3666.0, 3659.0, 3669.0, 3669.0, 3656.0, 3657.0, 3670.0, 3669.0, 3669.0, 3657.0, 3670.0, 3657.0, 3668.0, 3670.0, 3672.0, 3668.0, 3659.0, 3658.0, 3657.0, 3670.0, 3681.0, 3682.0, 3671.0, 3670.0, 3669.0, 3670.0, 3672.0, 3694.0, 3683.0, 3672.0, 3670.0, 3671.0, 3647.0, 3682.0, 3681.0, 3673.0, 3681.0, 3682.0, 3690.0, 3671.0, 3670.0, 3660.0, 3682.0, 3672.0, 3657.0, 3670.0, 3683.0, 3661.0, 3681.0, 3680.0, 3661.0, 3670.0, 3670.0, 3661.0, 3686.0, 3675.0, 3686.0, 3696.0, 3674.0, 3685.0, 3661.0, 3685.0, 3698.0, 3685.0, 3683.0, 3683.0, 3682.0, 3671.0, 3671.0, 3660.0, 3659.0, 3672.0, 3671.0, 3682.0, 3682.0, 3659.0, 3658.0, 3670.0, 3673.0, 3672.0, 3683.0, 3683.0, 3681.0, 3683.0, 3683.0, 3671.0, 3682.0, 3683.0, 3692.0, 3670.0, 3681.0, 3658.0, 3669.0, 3681.0, 3660.0, 3683.0, 3683.0, 3671.0, 3681.0, 3669.0, 3669.0, 3659.0, 3670.0, 3682.0, 3680.0, 3671.0, 3669.0, 3670.0, 3657.0, 3671.0, 3683.0, 3671.0, 3671.0, 3679.0, 3658.0, 3657.0, 3666.0, 3658.0, 3669.0, 3668.0, 3669.0, 3668.0, 3656.0, 3659.0, 3680.0, 3646.0, 3668.0, 3659.0, 3671.0, 3681.0, 3672.0, 3670.0, 3658.0, 3657.0, 3669.0, 3669.0, 3669.0, 3668.0, 3659.0, 3656.0, 3668.0, 3668.0, 3670.0, 3670.0, 3671.0, 3673.0, 3659.0, 3669.0, 3682.0, 3683.0, 3672.0, 3683.0, 3680.0, 3659.0, 3670.0, 3670.0, 3671.0, 3671.0, 3670.0, 3668.0, 3658.0, 3669.0, 3656.0, 3659.0, 3669.0, 3681.0, 3670.0, 3667.0, 3667.0, 3656.0, 3667.0, 3657.0, 3655.0, 3668.0, 3670.0, 3668.0, 3668.0, 3669.0, 3666.0, 3658.0, 3657.0, 3668.0, 3669.0, 3669.0, 3657.0, 3659.0, 3670.0, 3667.0, 3670.0, 3680.0, 3680.0, 3657.0, 3668.0, 3647.0, 3667.0, 3670.0, 3659.0, 3684.0, 3685.0, 3697.0, 3685.0, 3674.0, 3685.0, 3685.0, 3682.0, 3685.0, 3694.0, 3669.0, 3670.0, 3679.0, 3660.0, 3670.0, 3682.0, 3671.0, 3681.0, 3659.0, 3657.0, 3657.0, 3670.0, 3682.0, 3668.0, 3671.0, 3669.0, 3667.0, 3666.0, 3655.0, 3656.0, 3668.0, 3667.0, 3666.0, 3666.0, 3675.0, 3655.0, 3655.0, 3653.0, 3666.0, 3655.0, 3656.0, 3656.0, 3654.0, 3666.0, 3653.0, 3656.0, 3667.0, 3666.0, 3667.0, 3667.0, 3667.0, 3669.0, 3681.0, 3682.0, 3696.0, 3693.0, 3682.0, 3671.0, 3680.0, 3681.0, 3670.0, 3681.0, 3683.0, 3671.0, 3685.0, 3683.0, 3662.0, 3671.0, 3672.0, 3683.0, 3683.0, 3694.0, 3672.0, 3679.0, 3669.0, 3658.0, 3670.0, 3670.0, 3671.0, 3670.0, 3668.0, 3657.0, 3657.0, 3667.0, 3657.0, 3668.0, 3671.0, 3669.0, 3670.0, 3668.0, 3669.0, 3656.0, 3668.0, 3668.0, 3668.0, 3669.0, 3668.0, 3677.0, 3656.0, 3667.0, 3656.0, 3667.0, 3656.0, 3668.0, 3668.0, 3666.0, 3657.0, 3667.0, 3656.0, 3655.0, 3667.0, 3657.0, 3668.0, 3681.0, 3671.0, 3671.0, 3682.0, 3670.0, 3671.0, 3669.0, 3671.0, 3685.0, 3682.0, 3682.0, 3693.0, 3679.0, 3679.0, 3669.0, 3680.0, 3682.0, 3682.0, 3682.0, 3670.0, 3669.0, 3669.0, 3656.0, 3668.0, 3657.0, 3667.0, 3681.0, 3668.0, 3669.0, 3669.0, 3667.0, 3680.0, 3669.0, 3678.0, 3669.0, 3668.0, 3668.0, 3670.0, 3669.0, 3671.0, 3658.0, 3671.0, 3669.0, 3681.0, 3680.0, 3671.0, 3682.0, 3669.0, 3680.0, 3682.0, 3672.0, 3669.0, 3682.0, 3682.0, 3682.0, 3671.0, 3671.0, 3682.0, 3670.0, 3681.0, 3669.0, 3681.0, 3684.0, 3681.0, 3671.0, 3670.0, 3679.0, 3670.0, 3669.0, 3668.0, 3681.0, 3671.0, 3682.0, 3683.0, 3681.0, 3671.0, 3659.0, 3669.0, 3681.0, 3669.0, 3670.0, 3679.0, 3669.0, 3669.0, 3668.0, 3669.0, 3668.0, 3669.0, 3668.0, 3668.0, 3681.0, 3660.0, 3680.0, 3669.0, 3679.0, 3668.0, 3668.0, 3657.0, 3680.0, 3680.0, 3670.0, 3668.0, 3669.0, 3657.0, 3667.0, 3668.0, 3657.0, 3669.0, 3669.0, 3680.0, 3680.0, 3669.0, 3670.0, 3668.0, 3681.0, 3670.0, 3681.0, 3658.0, 3665.0, 3668.0, 3657.0, 3670.0, 3658.0, 3670.0, 3658.0, 3680.0, 3679.0, 3667.0, 3668.0, 3658.0, 3669.0, 3672.0, 3681.0, 3681.0, 3669.0, 3670.0, 3658.0, 3669.0, 3669.0, 3669.0, 3680.0, 3668.0, 3669.0, 3667.0, 3668.0, 3657.0, 3667.0, 3678.0, 3668.0, 3668.0, 3670.0, 3670.0, 3683.0, 3681.0, 3683.0, 3680.0, 3671.0, 3659.0, 3682.0, 3670.0, 3682.0, 3670.0, 3680.0, 3680.0, 3668.0, 3682.0, 3671.0, 3669.0, 3669.0, 3669.0, 3670.0, 3659.0, 3682.0, 3681.0, 3681.0, 3671.0, 3679.0, 3680.0, 3647.0, 3681.0, 3661.0, 3680.0, 3671.0, 3672.0, 3685.0, 3683.0, 3672.0, 3683.0, 3684.0, 3683.0, 3681.0, 3680.0, 3670.0, 3668.0, 3669.0, 3658.0, 3680.0, 3669.0, 3667.0, 3669.0, 3656.0, 3668.0, 3668.0, 3669.0, 3681.0, 3670.0, 3670.0, 3671.0, 3669.0, 3681.0, 3669.0, 3682.0, 3671.0, 3682.0, 3682.0, 3671.0, 3682.0, 3669.0, 3682.0, 3670.0, 3682.0, 3678.0, 3670.0, 3681.0, 3659.0, 3681.0, 3680.0, 3680.0, 3671.0, 3659.0, 3670.0, 3693.0, 3680.0, 3682.0, 3660.0, 3670.0, 3679.0, 3669.0, 3680.0, 3671.0, 3670.0, 3669.0, 3668.0, 3670.0, 3668.0, 3669.0, 3669.0, 3669.0, 3669.0, 3668.0, 3680.0, 3669.0, 3668.0, 3679.0, 3668.0, 3670.0, 3670.0, 3680.0, 3681.0, 3669.0, 3670.0, 3659.0, 3670.0, 3681.0, 3670.0, 3681.0, 3669.0, 3669.0, 3679.0, 3668.0, 3680.0, 3658.0, 3681.0, 3681.0], 'WindowWidth': [8363.0, 8354.0, 8331.0, 8308.0, 8299.0, 8305.0, 8323.0, 8314.0, 8302.0, 8299.0, 8298.0, 8297.0, 8300.0, 8316.0, 8302.0, 8329.0, 8311.0, 8295.0, 8277.0, 8290.0, 8294.0, 8292.0, 8296.0, 8294.0, 8276.0, 8275.0, 8294.0, 8317.0, 8314.0, 8300.0, 8301.0, 8301.0, 8280.0, 8284.0, 8301.0, 8310.0, 8298.0, 8284.0, 8296.0, 8292.0, 8278.0, 8299.0, 8302.0, 8300.0, 8297.0, 8299.0, 8305.0, 8278.0, 8295.0, 8294.0, 8293.0, 8278.0, 8290.0, 8271.0, 8273.0, 8295.0, 8294.0, 8294.0, 8291.0, 8275.0, 8274.0, 8286.0, 8273.0, 8294.0, 8292.0, 8295.0, 8279.0, 8278.0, 8290.0, 8278.0, 8293.0, 8290.0, 8276.0, 8274.0, 8275.0, 8287.0, 8277.0, 8295.0, 8307.0, 8278.0, 8293.0, 8276.0, 8292.0, 8278.0, 8312.0, 8313.0, 8283.0, 8296.0, 8295.0, 8292.0, 8297.0, 8294.0, 8313.0, 8299.0, 8309.0, 8309.0, 8280.0, 8295.0, 8295.0, 8285.0, 8298.0, 8298.0, 8294.0, 8279.0, 8281.0, 8291.0, 8297.0, 8296.0, 8308.0, 8297.0, 8297.0, 8293.0, 8278.0, 8299.0, 8299.0, 8283.0, 8298.0, 8295.0, 8279.0, 8281.0, 8293.0, 8277.0, 8297.0, 8297.0, 8294.0, 8296.0, 8277.0, 8270.0, 8293.0, 8296.0, 8281.0, 8294.0, 8307.0, 8279.0, 8277.0, 8288.0, 8282.0, 8286.0, 8316.0, 8296.0, 8296.0, 8296.0, 8293.0, 8300.0, 8312.0, 8322.0, 8313.0, 8326.0, 8307.0, 8311.0, 8303.0, 8325.0, 8308.0, 8302.0, 8333.0, 8320.0, 8295.0, 8297.0, 8303.0, 8316.0, 8327.0, 8296.0, 8297.0, 8279.0, 8297.0, 8312.0, 8305.0, 8304.0, 8300.0, 8304.0, 8316.0, 8302.0, 8323.0, 8320.0, 8319.0, 8297.0, 8330.0, 8300.0, 8297.0, 8298.0, 8302.0, 8318.0, 8313.0, 8293.0, 8296.0, 8282.0, 8295.0, 8285.0, 8316.0, 8314.0, 8299.0, 8294.0, 8306.0, 8272.0, 8291.0, 8296.0, 8300.0, 8297.0, 8313.0, 8295.0, 8296.0, 8276.0, 8277.0, 8303.0, 8321.0, 8301.0, 8304.0, 8303.0, 8320.0, 8305.0, 8317.0, 8333.0, 8317.0, 8321.0, 8305.0, 8301.0, 8303.0, 8304.0, 8319.0, 8316.0, 8302.0, 8331.0, 8296.0, 8282.0, 8300.0, 8318.0, 8305.0, 8320.0, 8319.0, 8283.0, 8302.0, 8303.0, 8319.0, 8303.0, 8321.0, 8319.0, 8313.0, 8284.0, 8283.0, 8284.0, 8298.0, 8320.0, 8317.0, 8331.0, 8291.0, 8280.0, 8277.0, 8288.0, 8295.0, 8293.0, 8307.0, 8304.0, 8275.0, 8284.0, 8254.0, 8255.0, 8274.0, 8272.0, 8275.0, 8274.0, 8287.0, 8274.0, 8278.0, 8274.0, 8277.0, 8298.0, 8292.0, 8293.0, 8304.0, 8261.0, 8273.0, 8294.0, 8260.0, 8293.0, 8298.0, 8296.0, 8312.0, 8278.0, 8281.0, 8261.0, 8292.0, 8278.0, 8295.0, 8293.0, 8295.0, 8296.0, 8291.0, 8277.0, 8295.0, 8289.0, 8300.0, 8302.0, 8285.0, 8297.0, 8302.0, 8304.0, 8301.0, 8314.0, 8286.0, 8302.0, 8299.0, 8289.0, 8299.0, 8317.0, 8316.0, 8301.0, 8300.0, 8296.0, 8284.0, 8294.0, 8313.0, 8301.0, 8300.0, 8311.0, 8291.0, 8278.0, 8275.0, 8291.0, 8298.0, 8293.0, 8304.0, 8270.0, 8278.0, 8274.0, 8273.0, 8279.0, 8298.0, 8279.0, 8279.0, 8294.0, 8277.0, 8280.0, 8263.0, 8295.0, 8301.0, 8298.0, 8301.0, 8282.0, 8290.0, 8276.0, 8278.0, 8278.0, 8280.0, 8313.0, 8314.0, 8295.0, 8283.0, 8281.0, 8319.0, 8308.0, 8305.0, 8316.0, 8296.0, 8282.0, 8301.0, 8284.0, 8299.0, 8301.0, 8320.0, 8330.0, 8296.0, 8280.0, 8279.0, 8290.0, 8281.0, 8304.0, 8301.0, 8295.0, 8295.0, 8294.0, 8300.0, 8296.0, 8279.0, 8280.0, 8275.0, 8299.0, 8297.0, 8277.0, 8292.0, 8278.0, 8271.0, 8270.0, 8273.0, 8276.0, 8272.0, 8274.0, 8285.0, 8254.0, 8266.0, 8272.0, 8278.0, 8294.0, 8291.0, 8264.0, 8295.0, 8262.0, 8280.0, 8299.0, 8319.0, 8303.0, 8300.0, 8296.0, 8284.0, 8266.0, 8280.0, 8283.0, 8304.0, 8303.0, 8318.0, 8323.0, 8305.0, 8300.0, 8295.0, 8324.0, 8331.0, 8322.0, 8338.0, 8303.0, 8303.0, 8304.0, 8306.0, 8305.0, 8336.0, 8299.0, 8302.0, 8284.0, 8303.0, 8327.0, 8320.0, 8304.0, 8303.0, 8296.0, 8298.0, 8301.0, 8299.0, 8307.0, 8306.0, 8336.0, 8304.0, 8299.0, 8301.0, 8303.0, 8308.0, 8319.0, 8323.0, 8303.0, 8301.0, 8302.0, 8284.0, 8302.0, 8304.0, 8315.0, 8297.0, 8300.0, 8284.0, 8286.0, 8308.0, 8324.0, 8308.0, 8319.0, 8304.0, 8300.0, 8295.0, 8303.0, 8309.0, 8302.0, 8298.0, 8293.0, 8281.0, 8306.0, 8278.0, 8274.0, 8292.0, 8298.0, 8281.0, 8297.0, 8297.0, 8295.0, 8279.0, 8296.0, 8299.0, 8298.0, 8282.0, 8293.0, 8294.0, 8262.0, 8278.0, 8296.0, 8334.0, 8306.0, 8297.0, 8298.0, 8298.0, 8298.0, 8298.0, 8301.0, 8289.0, 8318.0, 8309.0, 8312.0, 8293.0, 8299.0, 8300.0, 8302.0, 8306.0, 8300.0, 8301.0, 8315.0, 8300.0, 8298.0, 8317.0, 8297.0, 8306.0, 8300.0, 8305.0, 8284.0, 8283.0, 8308.0, 8317.0, 8318.0, 8333.0, 8318.0, 8284.0, 8275.0, 8301.0, 8319.0, 8301.0, 8302.0, 8301.0, 8297.0, 8299.0, 8265.0, 8295.0, 8300.0, 8295.0, 8299.0, 8282.0, 8294.0, 8303.0, 8284.0, 8304.0, 8304.0, 8314.0, 8305.0, 8299.0, 8297.0, 8301.0, 8302.0, 8320.0, 8300.0, 8296.0, 8299.0, 8312.0, 8285.0, 8296.0, 8300.0, 8322.0, 8284.0, 8295.0, 8298.0, 8280.0, 8292.0, 8297.0, 8266.0, 8297.0, 8297.0, 8293.0, 8296.0, 8295.0, 8278.0, 8292.0, 8301.0, 8296.0, 8297.0, 8297.0, 8291.0, 8294.0, 8277.0, 8300.0, 8302.0, 8311.0, 8299.0, 8296.0, 8287.0, 8300.0, 8283.0, 8299.0, 8296.0, 8291.0, 8293.0, 8290.0, 8284.0, 8288.0, 8274.0, 8290.0, 8298.0, 8292.0, 8291.0, 8295.0, 8277.0, 8290.0, 8296.0, 8293.0, 8299.0, 8295.0, 8297.0, 8291.0, 8274.0, 8290.0, 8294.0, 8295.0, 8294.0, 8260.0, 8281.0, 8292.0, 8273.0, 8294.0, 8277.0, 8291.0, 8291.0, 8280.0, 8289.0, 8292.0, 8277.0, 8297.0, 8318.0, 8313.0, 8313.0, 8279.0, 8294.0, 8296.0, 8293.0, 8302.0, 8313.0, 8299.0, 8315.0, 8298.0, 8295.0, 8301.0, 8315.0, 8316.0, 8297.0, 8299.0, 8295.0, 8275.0, 8296.0, 8295.0, 8291.0, 8297.0, 8279.0, 8291.0, 8291.0, 8288.0, 8315.0, 8285.0, 8318.0, 8314.0, 8290.0, 8294.0, 8295.0, 8291.0, 8311.0, 8295.0, 8316.0, 8281.0, 8290.0, 8300.0, 8295.0, 8297.0, 8299.0, 8318.0, 8323.0, 8302.0, 8316.0, 8300.0, 8280.0, 8297.0, 8299.0, 8314.0, 8302.0, 8294.0, 8296.0, 8298.0, 8302.0, 8283.0, 8296.0, 8314.0, 8295.0, 8315.0, 8304.0, 8293.0, 8292.0, 8296.0, 8295.0, 8301.0, 8317.0, 8317.0, 8326.0, 8280.0, 8297.0, 8302.0, 8303.0, 8317.0, 8299.0, 8282.0, 8300.0, 8282.0, 8300.0, 8303.0, 8328.0, 8296.0, 8295.0, 8296.0, 8304.0, 8298.0, 8313.0, 8295.0, 8288.0, 8274.0, 8278.0, 8297.0, 8308.0, 8295.0, 8295.0, 8289.0, 8277.0, 8294.0, 8313.0, 8295.0, 8280.0, 8316.0, 8296.0, 8290.0, 8287.0, 8274.0, 8294.0, 8288.0, 8276.0, 8282.0, 8277.0, 8291.0, 8291.0, 8272.0, 8276.0, 8295.0, 8291.0, 8292.0, 8273.0, 8295.0, 8274.0, 8291.0, 8295.0, 8301.0, 8291.0, 8279.0, 8274.0, 8273.0, 8294.0, 8314.0, 8315.0, 8300.0, 8295.0, 8293.0, 8296.0, 8301.0, 8336.0, 8318.0, 8300.0, 8295.0, 8296.0, 8262.0, 8313.0, 8310.0, 8308.0, 8314.0, 8315.0, 8325.0, 8297.0, 8294.0, 8283.0, 8314.0, 8299.0, 8273.0, 8294.0, 8319.0, 8285.0, 8310.0, 8308.0, 8284.0, 8295.0, 8297.0, 8288.0, 8327.0, 8310.0, 8325.0, 8340.0, 8307.0, 8320.0, 8284.0, 8322.0, 8346.0, 8323.0, 8316.0, 8314.0, 8311.0, 8295.0, 8296.0, 8280.0, 8278.0, 8301.0, 8298.0, 8314.0, 8315.0, 8280.0, 8278.0, 8295.0, 8303.0, 8303.0, 8319.0, 8317.0, 8312.0, 8314.0, 8315.0, 8298.0, 8315.0, 8316.0, 8327.0, 8294.0, 8309.0, 8276.0, 8291.0, 8310.0, 8281.0, 8318.0, 8317.0, 8299.0, 8310.0, 8293.0, 8292.0, 8278.0, 8294.0, 8313.0, 8310.0, 8296.0, 8292.0, 8292.0, 8275.0, 8297.0, 8320.0, 8298.0, 8298.0, 8306.0, 8274.0, 8273.0, 8285.0, 8277.0, 8293.0, 8292.0, 8293.0, 8288.0, 8270.0, 8276.0, 8306.0, 8258.0, 8289.0, 8281.0, 8300.0, 8312.0, 8300.0, 8295.0, 8277.0, 8273.0, 8293.0, 8293.0, 8293.0, 8290.0, 8278.0, 8272.0, 8289.0, 8290.0, 8297.0, 8298.0, 8297.0, 8302.0, 8280.0, 8292.0, 8314.0, 8319.0, 8301.0, 8316.0, 8310.0, 8278.0, 8294.0, 8295.0, 8299.0, 8298.0, 8295.0, 8290.0, 8275.0, 8289.0, 8271.0, 8277.0, 8290.0, 8312.0, 8295.0, 8288.0, 8286.0, 8269.0, 8286.0, 8272.0, 8268.0, 8289.0, 8295.0, 8291.0, 8289.0, 8291.0, 8286.0, 8277.0, 8274.0, 8291.0, 8292.0, 8293.0, 8276.0, 8278.0, 8295.0, 8287.0, 8297.0, 8310.0, 8310.0, 8276.0, 8290.0, 8260.0, 8288.0, 8296.0, 8279.0, 8319.0, 8326.0, 8346.0, 8325.0, 8310.0, 8323.0, 8323.0, 8318.0, 8323.0, 8333.0, 8295.0, 8295.0, 8305.0, 8282.0, 8295.0, 8317.0, 8298.0, 8308.0, 8276.0, 8274.0, 8273.0, 8294.0, 8313.0, 8290.0, 8296.0, 8291.0, 8286.0, 8282.0, 8268.0, 8269.0, 8290.0, 8288.0, 8284.0, 8282.0, 8295.0, 8265.0, 8266.0, 8263.0, 8283.0, 8266.0, 8269.0, 8269.0, 8265.0, 8282.0, 8263.0, 8269.0, 8289.0, 8286.0, 8287.0, 8288.0, 8288.0, 8294.0, 8314.0, 8315.0, 8340.0, 8332.0, 8314.0, 8298.0, 8311.0, 8312.0, 8296.0, 8313.0, 8319.0, 8300.0, 8322.0, 8317.0, 8286.0, 8295.0, 8302.0, 8321.0, 8320.0, 8334.0, 8300.0, 8308.0, 8293.0, 8278.0, 8294.0, 8296.0, 8298.0, 8296.0, 8290.0, 8272.0, 8272.0, 8286.0, 8273.0, 8292.0, 8297.0, 8293.0, 8294.0, 8290.0, 8291.0, 8270.0, 8289.0, 8288.0, 8292.0, 8294.0, 8289.0, 8301.0, 8272.0, 8286.0, 8269.0, 8287.0, 8271.0, 8288.0, 8291.0, 8286.0, 8273.0, 8286.0, 8270.0, 8267.0, 8286.0, 8274.0, 8293.0, 8314.0, 8299.0, 8299.0, 8316.0, 8296.0, 8298.0, 8294.0, 8299.0, 8324.0, 8316.0, 8316.0, 8330.0, 8307.0, 8308.0, 8292.0, 8309.0, 8314.0, 8317.0, 8317.0, 8294.0, 8293.0, 8290.0, 8273.0, 8289.0, 8274.0, 8288.0, 8313.0, 8292.0, 8292.0, 8291.0, 8289.0, 8310.0, 8293.0, 8306.0, 8294.0, 8289.0, 8291.0, 8297.0, 8295.0, 8299.0, 8279.0, 8299.0, 8294.0, 8311.0, 8311.0, 8302.0, 8315.0, 8295.0, 8312.0, 8315.0, 8302.0, 8296.0, 8315.0, 8317.0, 8315.0, 8300.0, 8300.0, 8315.0, 8298.0, 8314.0, 8295.0, 8312.0, 8321.0, 8315.0, 8298.0, 8295.0, 8307.0, 8295.0, 8294.0, 8292.0, 8314.0, 8301.0, 8315.0, 8319.0, 8313.0, 8298.0, 8279.0, 8293.0, 8313.0, 8294.0, 8297.0, 8307.0, 8292.0, 8292.0, 8291.0, 8295.0, 8291.0, 8294.0, 8289.0, 8293.0, 8314.0, 8284.0, 8311.0, 8293.0, 8306.0, 8290.0, 8290.0, 8275.0, 8311.0, 8309.0, 8295.0, 8292.0, 8295.0, 8274.0, 8288.0, 8290.0, 8273.0, 8293.0, 8296.0, 8311.0, 8311.0, 8296.0, 8296.0, 8292.0, 8313.0, 8297.0, 8312.0, 8279.0, 8286.0, 8291.0, 8273.0, 8295.0, 8279.0, 8297.0, 8281.0, 8309.0, 8306.0, 8291.0, 8293.0, 8279.0, 8295.0, 8303.0, 8313.0, 8311.0, 8295.0, 8296.0, 8278.0, 8293.0, 8292.0, 8294.0, 8309.0, 8290.0, 8294.0, 8288.0, 8289.0, 8275.0, 8288.0, 8305.0, 8291.0, 8293.0, 8295.0, 8298.0, 8320.0, 8316.0, 8318.0, 8311.0, 8301.0, 8281.0, 8315.0, 8297.0, 8314.0, 8296.0, 8310.0, 8311.0, 8292.0, 8315.0, 8299.0, 8295.0, 8294.0, 8294.0, 8296.0, 8281.0, 8315.0, 8315.0, 8312.0, 8300.0, 8309.0, 8310.0, 8263.0, 8313.0, 8287.0, 8310.0, 8297.0, 8303.0, 8325.0, 8320.0, 8303.0, 8318.0, 8323.0, 8319.0, 8312.0, 8309.0, 8294.0, 8289.0, 8291.0, 8278.0, 8309.0, 8294.0, 8290.0, 8292.0, 8272.0, 8291.0, 8291.0, 8293.0, 8312.0, 8297.0, 8297.0, 8299.0, 8295.0, 8312.0, 8293.0, 8316.0, 8301.0, 8316.0, 8315.0, 8301.0, 8315.0, 8295.0, 8318.0, 8299.0, 8316.0, 8307.0, 8297.0, 8313.0, 8281.0, 8312.0, 8310.0, 8310.0, 8299.0, 8281.0, 8295.0, 8333.0, 8311.0, 8315.0, 8283.0, 8296.0, 8307.0, 8296.0, 8310.0, 8298.0, 8295.0, 8291.0, 8290.0, 8296.0, 8294.0, 8294.0, 8292.0, 8292.0, 8292.0, 8289.0, 8310.0, 8294.0, 8293.0, 8309.0, 8291.0, 8295.0, 8297.0, 8312.0, 8313.0, 8295.0, 8295.0, 8279.0, 8295.0, 8313.0, 8297.0, 8312.0, 8294.0, 8292.0, 8307.0, 8291.0, 8311.0, 8280.0, 8313.0, 8311.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.00028453373768006065</td></tr>
<tr><td colspan=3>aqi</td><td>0.019941011827141773</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.78675047220037</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2258699227314112</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9955005046813338</td></tr>
<tr><td colspan=3>efc</td><td>0.4935</td></tr>
<tr><td colspan=3>fber</td><td>5392.9463</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0848201774485894</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1986353297952994</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3815665864401123</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3087472176824497</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5971822108056233</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2387703308322635</td></tr>
<tr><td colspan=3>gcor</td><td>0.00697258</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0073100123554468155</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024637073278427124</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.198717648290155</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>24.1459</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8057</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.1999</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292198.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>699.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.5669</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1732</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.1609</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2864.5469</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>712.5943</td></tr>
<tr><td colspan=3>tsnr</td><td>41.642709873849526</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>