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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0059_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0059_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-04/func/sub-0059_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>edf140d410fea7fdccbee3b1faa7e128</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>10:30:3.677500</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.999874, -0.0058623, 0.0147813, 0.00383928, 0.991061, 0.133351]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.091848</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7749, -7292, 473, -39, -148, 24, 0]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07de6b19-8503-443e-8ce5-a4fe914243cb||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.6825876235961914, 0.010300515219569206, 0.041663557291030884, 108.13566589355469], [0.015728123486042023, 2.6589455604553223, 0.3598484396934509, -94.39238739013672], [0.03965722396969795, -0.35777047276496887, 2.675588369369507, -70.34264373779297], [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': ['103003.677500', '103004.137500', '103004.597500', '103005.057500', '103005.517500', '103005.977500', '103006.437500', '103006.897500', '103007.357500', '103007.817500', '103008.277500', '103008.737500', '103009.197500', '103009.657500', '103010.117500', '103010.577500', '103011.037500', '103011.497500', '103011.957500', '103012.417500', '103012.877500', '103013.337500', '103013.797500', '103014.257500', '103014.717500', '103015.177500', '103015.637500', '103016.097500', '103016.557500', '103017.017500', '103017.477500', '103017.937500', '103018.397500', '103018.857500', '103019.317500', '103019.777500', '103020.237500', '103020.697500', '103021.157500', '103021.617500', '103022.077500', '103022.537500', '103022.997500', '103023.457500', '103023.917500', '103024.377500', '103024.837500', '103025.297500', '103025.757500', '103026.217500', '103026.677500', '103027.137500', '103027.597500', '103028.057500', '103028.517500', '103028.977500', '103029.437500', '103029.897500', '103030.357500', '103030.817500', '103031.277500', '103031.737500', '103032.197500', '103032.657500', '103033.117500', '103033.577500', '103034.037500', '103034.497500', '103034.957500', '103035.417500', '103035.877500', '103036.337500', '103036.797500', '103037.257500', '103037.717500', '103038.177500', '103038.637500', '103039.097500', '103039.557500', '103040.017500', '103040.477500', '103040.937500', '103041.397500', '103041.857500', '103042.317500', '103042.777500', '103043.237500', '103043.697500', '103044.157500', '103044.617500', '103045.077500', '103045.537500', '103045.997500', '103046.457500', '103046.917500', '103047.377500', '103047.837500', '103048.297500', '103048.757500', '103049.217500', '103049.677500', '103050.137500', '103050.597500', '103051.057500', '103051.517500', '103051.977500', '103052.437500', '103052.897500', '103053.357500', '103053.817500', '103054.277500', '103054.737500', '103055.197500', '103055.657500', '103056.117500', '103056.577500', '103057.037500', '103057.497500', '103057.957500', '103058.417500', '103058.877500', '103059.337500', '103059.797500', '103100.257500', '103100.717500', '103101.177500', '103101.637500', '103102.097500', '103102.557500', '103103.017500', '103103.477500', '103103.937500', '103104.397500', '103104.857500', '103105.317500', '103105.777500', '103106.237500', '103106.697500', '103107.157500', '103107.617500', '103108.077500', '103108.537500', '103108.997500', '103109.457500', '103109.917500', '103110.377500', '103110.837500', '103111.297500', '103111.757500', '103112.217500', '103112.677500', '103113.137500', '103113.597500', '103114.057500', '103114.517500', '103114.977500', '103115.437500', '103115.897500', '103116.357500', '103116.817500', '103117.277500', '103117.737500', '103118.197500', '103118.657500', '103119.117500', '103119.577500', '103120.037500', '103120.497500', '103120.957500', '103121.417500', '103121.877500', '103122.337500', '103122.797500', '103123.257500', '103123.717500', '103124.177500', '103124.637500', '103125.097500', '103125.557500', '103126.017500', '103126.477500', '103126.937500', '103127.397500', '103127.857500', '103128.317500', '103128.777500', '103129.237500', '103129.697500', '103130.157500', '103130.617500', '103131.077500', '103131.537500', '103131.997500', '103132.457500', '103132.917500', '103133.377500', '103133.837500', '103134.297500', '103134.757500', '103135.217500', '103135.677500', '103136.137500', '103136.597500', '103137.057500', '103137.517500', '103137.977500', '103138.437500', '103138.897500', '103139.357500', '103139.817500', '103140.277500', '103140.737500', '103141.197500', '103141.657500', '103142.117500', '103142.577500', '103143.037500', '103143.497500', '103143.957500', '103144.417500', '103144.877500', '103145.337500', '103145.797500', '103146.257500', '103146.717500', '103147.177500', '103147.637500', '103148.097500', '103148.557500', '103149.017500', '103149.477500', '103149.937500', '103150.397500', '103150.857500', '103151.317500', '103151.777500', '103152.237500', '103152.697500', '103153.157500', '103153.617500', '103154.077500', '103154.537500', '103154.997500', '103155.457500', '103155.917500', '103156.377500', '103156.837500', '103157.297500', '103157.757500', '103158.217500', '103158.677500', '103159.137500', '103159.597500', '103200.057500', '103200.517500', '103200.977500', '103201.437500', '103201.897500', '103202.357500', '103202.817500', '103203.277500', '103203.737500', '103204.197500', '103204.657500', '103205.117500', '103205.577500', '103206.037500', '103206.497500', '103206.957500', '103207.417500', '103207.877500', '103208.337500', '103208.797500', '103209.257500', '103209.717500', '103210.177500', '103210.637500', '103211.097500', '103211.557500', '103212.017500', '103212.477500', '103212.937500', '103213.397500', '103213.857500', '103214.317500', '103214.777500', '103215.237500', '103215.697500', '103216.157500', '103216.617500', '103217.077500', '103217.537500', '103217.997500', '103218.457500', '103218.917500', '103219.377500', '103219.837500', '103220.297500', '103220.757500', '103221.217500', '103221.677500', '103222.137500', '103222.597500', '103223.057500', '103223.517500', '103223.977500', '103224.437500', '103224.897500', '103225.357500', '103225.817500', '103226.277500', '103226.737500', '103227.197500', '103227.657500', '103228.117500', '103228.577500', '103229.037500', '103229.497500', '103229.957500', '103230.417500', '103230.877500', '103231.337500', '103231.797500', '103232.257500', '103232.717500', '103233.177500', '103233.637500', '103234.097500', '103234.557500', '103235.017500', '103235.477500', '103235.937500', '103236.397500', '103236.857500', '103237.317500', '103237.777500', '103238.237500', '103238.697500', '103239.157500', '103239.617500', '103240.077500', '103240.537500', '103240.997500', '103241.457500', '103241.917500', '103242.377500', '103242.837500', '103243.297500', '103243.757500', '103244.217500', '103244.677500', '103245.137500', '103245.597500', '103246.057500', '103246.517500', '103246.977500', '103247.437500', '103247.897500', '103248.357500', '103248.817500', '103249.277500', '103249.737500', '103250.197500', '103250.657500', '103251.117500', '103251.577500', '103252.037500', '103252.497500', '103252.957500', '103253.417500', '103253.877500', '103254.337500', '103254.797500', '103255.257500', '103255.717500', '103256.177500', '103256.637500', '103257.097500', '103257.557500', '103258.017500', '103258.477500', '103258.937500', '103259.397500', '103259.857500', '103300.317500', '103300.777500', '103301.237500', '103301.697500', '103302.157500', '103302.617500', '103303.077500', '103303.537500', '103303.997500', '103304.457500', '103304.917500', '103305.377500', '103305.837500', '103306.297500', '103306.757500', '103307.217500', '103307.677500', '103308.137500', '103308.597500', '103309.057500', '103309.517500', '103309.977500', '103310.437500', '103310.897500', '103311.357500', '103311.817500', '103312.277500', '103312.737500', '103313.197500', '103313.657500', '103314.117500', '103314.577500', '103315.037500', '103315.497500', '103315.957500', '103316.417500', '103316.877500', '103317.337500', '103317.797500', '103318.257500', '103318.717500', '103319.177500', '103319.637500', '103320.097500', '103320.557500', '103321.017500', '103321.477500', '103321.937500', '103322.397500', '103322.857500', '103323.317500', '103323.777500', '103324.237500', '103324.697500', '103325.157500', '103325.617500', '103326.077500', '103326.537500', '103326.997500', '103327.457500', '103327.917500', '103328.377500', '103328.837500', '103329.297500', '103329.757500', '103330.217500', '103330.677500', '103331.137500', '103331.597500', '103332.057500', '103332.517500', '103332.977500', '103333.437500', '103333.897500', '103334.357500', '103334.817500', '103335.277500', '103335.737500', '103336.197500', '103336.657500', '103337.117500', '103337.577500', '103338.037500', '103338.497500', '103338.957500', '103339.417500', '103339.877500', '103340.337500', '103340.797500', '103341.257500', '103341.717500', '103342.177500', '103342.637500', '103343.097500', '103343.557500', '103344.017500', '103344.477500', '103344.937500', '103345.397500', '103345.857500', '103346.317500', '103346.777500', '103347.237500', '103347.697500', '103348.157500', '103348.617500', '103349.077500', '103349.537500', '103349.997500', '103350.457500', '103350.917500', '103351.377500', '103351.837500', '103352.297500', '103352.757500', '103353.217500', '103353.677500', '103354.137500', '103354.597500', '103355.057500', '103355.517500', '103355.977500', '103356.437500', '103356.897500', '103357.357500', '103357.817500', '103358.277500', '103358.737500', '103359.197500', '103359.657500', '103400.117500', '103400.577500', '103401.037500', '103401.497500', '103401.957500', '103402.417500', '103402.877500', '103403.337500', '103403.797500', '103404.257500', '103404.717500', '103405.177500', '103405.637500', '103406.097500', '103406.557500', '103407.017500', '103407.477500', '103407.937500', '103408.397500', '103408.857500', '103409.317500', '103409.777500', '103410.237500', '103410.697500', '103411.157500', '103411.617500', '103412.077500', '103412.537500', '103412.997500', '103413.457500', '103413.917500', '103414.377500', '103414.837500', '103415.297500', '103415.757500', '103416.217500', '103416.677500', '103417.137500', '103417.597500', '103418.057500', '103418.517500', '103418.977500', '103419.437500', '103419.897500', '103420.357500', '103420.817500', '103421.277500', '103421.737500', '103422.197500', '103422.657500', '103423.117500', '103423.577500', '103424.037500', '103424.497500', '103424.957500', '103425.417500', '103425.877500', '103426.337500', '103426.797500', '103427.257500', '103427.717500', '103428.177500', '103428.637500', '103429.097500', '103429.557500', '103430.017500', '103430.477500', '103430.937500', '103431.397500', '103431.857500', '103432.317500', '103432.777500', '103433.237500', '103433.697500', '103434.157500', '103434.617500', '103435.077500', '103435.537500', '103435.997500', '103436.457500', '103436.917500', '103437.377500', '103437.837500', '103438.297500', '103438.757500', '103439.217500', '103439.677500', '103440.137500', '103440.597500', '103441.057500', '103441.517500', '103441.977500', '103442.437500', '103442.897500', '103443.357500', '103443.817500', '103444.277500', '103444.737500', '103445.197500', '103445.657500', '103446.117500', '103446.577500', '103447.037500', '103447.497500', '103447.957500', '103448.417500', '103448.877500', '103449.337500', '103449.797500', '103450.257500', '103450.717500', '103451.177500', '103451.637500', '103452.097500', '103452.557500', '103453.017500', '103453.477500', '103453.937500', '103454.397500', '103454.857500', '103455.317500', '103455.777500', '103456.237500', '103456.697500', '103457.157500', '103457.617500', '103458.077500', '103458.537500', '103458.997500', '103459.457500', '103459.917500', '103500.377500', '103500.837500', '103501.297500', '103501.757500', '103502.217500', '103502.677500', '103503.137500', '103503.597500', '103504.057500', '103504.517500', '103504.977500', '103505.437500', '103505.897500', '103506.357500', '103506.817500', '103507.277500', '103507.737500', '103508.197500', '103508.657500', '103509.117500', '103509.577500', '103510.037500', '103510.497500', '103510.957500', '103511.417500', '103511.877500', '103512.337500', '103512.797500', '103513.257500', '103513.717500', '103514.177500', '103514.637500', '103515.097500', '103515.557500', '103516.017500', '103516.477500', '103516.937500', '103517.397500', '103517.857500', '103518.317500', '103518.777500', '103519.237500', '103519.697500', '103520.157500', '103520.617500', '103521.077500', '103521.537500', '103521.997500', '103522.457500', '103522.917500', '103523.377500', '103523.837500', '103524.297500', '103524.757500', '103525.217500', '103525.677500', '103526.137500', '103526.597500', '103527.057500', '103527.517500', '103527.977500', '103528.437500', '103528.897500', '103529.357500', '103529.817500', '103530.277500', '103530.737500', '103531.197500', '103531.657500', '103532.117500', '103532.577500', '103533.037500', '103533.497500', '103533.957500', '103534.417500', '103534.877500', '103535.337500', '103535.797500', '103536.257500', '103536.717500', '103537.177500', '103537.637500', '103538.097500', '103538.557500', '103539.017500', '103539.477500', '103539.937500', '103540.397500', '103540.857500', '103541.317500', '103541.777500', '103542.237500', '103542.697500', '103543.157500', '103543.617500', '103544.077500', '103544.537500', '103544.997500', '103545.457500', '103545.917500', '103546.377500', '103546.837500', '103547.297500', '103547.757500', '103548.217500', '103548.677500', '103549.137500', '103549.597500', '103550.057500', '103550.517500', '103550.977500', '103551.437500', '103551.897500', '103552.357500', '103552.817500', '103553.277500', '103553.737500', '103554.197500', '103554.657500', '103555.117500', '103555.577500', '103556.037500', '103556.497500', '103556.957500', '103557.417500', '103557.877500', '103558.337500', '103558.797500', '103559.257500', '103559.717500', '103600.177500', '103600.637500', '103601.097500', '103601.557500', '103602.017500', '103602.477500', '103602.937500', '103603.397500', '103603.857500', '103604.317500', '103604.777500', '103605.237500', '103605.697500', '103606.157500', '103606.617500', '103607.077500', '103607.537500', '103607.997500', '103608.457500', '103608.917500', '103609.377500', '103609.837500', '103610.297500', '103610.757500', '103611.217500', '103611.677500', '103612.137500', '103612.597500', '103613.057500', '103613.517500', '103613.977500', '103614.437500', '103614.897500', '103615.357500', '103615.817500', '103616.277500', '103616.737500', '103617.197500', '103617.657500', '103618.117500', '103618.577500', '103619.037500', '103619.497500', '103619.957500', '103620.417500', '103620.877500', '103621.337500', '103621.797500', '103622.257500', '103622.717500', '103623.177500', '103623.637500', '103624.097500', '103624.557500', '103625.017500', '103625.477500', '103625.937500', '103626.397500', '103626.857500', '103627.317500', '103627.777500', '103628.237500', '103628.697500', '103629.157500', '103629.617500', '103630.077500', '103630.537500', '103630.997500', '103631.457500', '103631.917500', '103632.377500', '103632.837500', '103633.297500', '103633.757500', '103634.217500', '103634.677500', '103635.137500', '103635.597500', '103636.057500', '103636.517500', '103636.977500', '103637.437500', '103637.897500', '103638.357500', '103638.817500', '103639.277500', '103639.737500', '103640.197500', '103640.657500', '103641.117500', '103641.577500', '103642.037500', '103642.497500', '103642.957500', '103643.417500', '103643.877500', '103644.337500', '103644.797500', '103645.257500', '103645.717500', '103646.177500', '103646.637500', '103647.097500', '103647.557500', '103648.017500', '103648.477500', '103648.937500', '103649.397500', '103649.857500', '103650.317500', '103650.777500', '103651.237500', '103651.697500', '103652.157500', '103652.617500', '103653.077500', '103653.537500', '103653.997500', '103654.457500', '103654.917500', '103655.377500', '103655.837500', '103656.297500', '103656.757500', '103657.217500', '103657.677500', '103658.137500', '103658.597500', '103659.057500', '103659.517500', '103659.977500', '103700.437500', '103700.897500', '103701.357500', '103701.817500', '103702.277500', '103702.737500', '103703.197500', '103703.657500', '103704.117500', '103704.577500', '103705.037500', '103705.497500', '103705.957500', '103706.417500', '103706.877500', '103707.337500', '103707.797500', '103708.257500', '103708.717500', '103709.177500', '103709.637500', '103710.097500', '103710.557500', '103711.017500', '103711.477500', '103711.937500', '103712.397500', '103712.857500', '103713.317500', '103713.777500', '103714.237500', '103714.697500', '103715.157500', '103715.617500', '103716.077500', '103716.537500', '103716.997500', '103717.457500', '103717.917500', '103718.377500', '103718.837500', '103719.297500', '103719.757500', '103720.217500', '103720.677500', '103721.137500', '103721.597500', '103722.057500', '103722.517500', '103722.977500', '103723.437500', '103723.897500', '103724.357500', '103724.817500', '103725.277500', '103725.737500', '103726.197500', '103726.657500', '103727.117500', '103727.577500', '103728.037500', '103728.497500', '103728.957500', '103729.417500', '103729.877500', '103730.337500', '103730.797500', '103731.257500', '103731.717500', '103732.177500', '103732.637500', '103733.097500', '103733.557500', '103734.017500', '103734.477500', '103734.937500', '103735.397500', '103735.857500', '103736.317500', '103736.777500', '103737.237500', '103737.697500', '103738.157500', '103738.617500', '103739.077500', '103739.537500', '103739.997500', '103740.457500', '103740.917500', '103741.377500', '103741.837500', '103742.297500', '103742.757500', '103743.217500', '103743.677500', '103744.137500', '103744.597500', '103745.057500', '103745.517500', '103745.977500', '103746.437500', '103746.897500', '103747.357500', '103747.817500', '103748.277500', '103748.737500', '103749.197500', '103749.657500', '103750.117500', '103750.577500', '103751.037500', '103751.497500', '103751.957500', '103752.417500', '103752.877500', '103753.337500', '103753.797500', '103754.257500', '103754.717500', '103755.177500', '103755.637500', '103756.097500', '103756.557500', '103757.017500', '103757.477500', '103757.937500', '103758.397500', '103758.857500', '103759.317500', '103759.777500', '103800.237500', '103800.697500', '103801.157500', '103801.617500', '103802.077500', '103802.537500', '103802.997500', '103803.457500', '103803.917500', '103804.377500', '103804.837500', '103805.297500', '103805.757500', '103806.217500', '103806.677500', '103807.137500', '103807.597500', '103808.057500', '103808.517500', '103808.977500', '103809.437500', '103809.897500', '103810.357500', '103810.817500', '103811.277500', '103811.737500', '103812.197500', '103812.657500', '103813.117500', '103813.577500', '103814.037500', '103814.497500', '103814.957500', '103815.417500', '103815.877500', '103816.337500', '103816.797500', '103817.257500', '103817.717500', '103818.177500', '103818.637500', '103819.097500', '103819.557500', '103820.017500', '103820.477500', '103820.937500', '103821.397500', '103821.857500', '103822.317500', '103822.777500', '103823.237500', '103823.697500', '103824.157500', '103824.617500', '103825.077500', '103825.537500', '103825.997500', '103826.457500', '103826.917500', '103827.377500', '103827.837500', '103828.297500', '103828.757500', '103829.217500', '103829.677500', '103830.137500', '103830.597500', '103831.057500', '103831.517500', '103831.977500', '103832.437500', '103832.897500', '103833.357500', '103833.817500', '103834.277500', '103834.737500', '103835.197500', '103835.657500', '103836.117500', '103836.577500', '103837.037500', '103837.497500', '103837.957500', '103838.417500', '103838.877500', '103839.337500', '103839.797500', '103840.257500', '103840.717500', '103841.177500', '103841.637500', '103842.097500', '103842.557500', '103843.017500', '103843.477500', '103843.937500', '103844.397500', '103844.857500', '103845.317500', '103845.777500', '103846.237500', '103846.697500', '103847.157500', '103847.617500', '103848.077500', '103848.537500', '103848.997500', '103849.457500', '103849.917500', '103850.377500', '103850.837500', '103851.297500', '103851.757500', '103852.217500', '103852.677500', '103853.137500', '103853.597500', '103854.057500', '103854.517500', '103854.977500', '103855.437500', '103855.897500', '103856.357500', '103856.817500', '103857.277500', '103857.737500', '103858.197500', '103858.657500', '103859.117500', '103859.577500', '103900.037500', '103900.497500', '103900.957500', '103901.417500', '103901.877500', '103902.337500', '103902.797500', '103903.257500', '103903.717500', '103904.177500', '103904.637500', '103905.097500', '103905.557500', '103906.017500', '103906.477500', '103906.937500', '103907.397500', '103907.857500', '103908.317500', '103908.777500', '103909.237500', '103909.697500', '103910.157500', '103910.617500', '103911.077500', '103911.537500', '103911.997500', '103912.457500', '103912.917500', '103913.377500', '103913.837500', '103914.297500', '103914.757500', '103915.217500', '103915.677500', '103916.137500', '103916.597500', '103917.057500', '103917.517500', '103917.977500', '103918.437500', '103918.897500', '103919.357500', '103919.817500', '103920.277500', '103920.737500', '103921.197500', '103921.657500', '103922.117500', '103922.577500', '103923.037500', '103923.497500', '103923.957500', '103924.417500', '103924.877500', '103925.337500', '103925.797500', '103926.257500', '103926.717500', '103927.177500', '103927.637500', '103928.097500', '103928.557500', '103929.017500', '103929.477500', '103929.937500', '103930.397500', '103930.857500', '103931.317500', '103931.777500', '103932.237500', '103932.697500', '103933.157500', '103933.617500', '103934.077500', '103934.537500', '103934.997500', '103935.457500', '103935.917500', '103936.377500', '103936.837500', '103937.297500', '103937.757500', '103938.217500', '103938.677500', '103939.137500', '103939.597500', '103940.057500', '103940.517500', '103940.977500', '103941.437500', '103941.897500', '103942.357500', '103942.817500', '103943.277500', '103943.737500', '103944.197500', '103944.657500', '103945.117500', '103945.577500', '103946.037500', '103946.497500', '103946.957500', '103947.417500', '103947.877500', '103948.337500', '103948.797500', '103949.257500', '103949.717500', '103950.177500', '103950.637500', '103951.097500', '103951.557500', '103952.017500', '103952.477500', '103952.937500', '103953.397500', '103953.857500', '103954.317500', '103954.777500', '103955.237500', '103955.697500', '103956.157500', '103956.617500', '103957.077500', '103957.537500', '103957.997500', '103958.457500', '103958.917500', '103959.377500', '103959.837500', '104000.297500', '104000.757500', '104001.217500', '104001.677500', '104002.137500', '104002.597500', '104003.057500', '104003.517500', '104003.977500', '104004.437500', '104004.897500', '104005.357500', '104005.817500', '104006.277500', '104006.737500', '104007.197500', '104007.657500', '104008.117500', '104008.577500', '104009.037500', '104009.497500', '104009.957500', '104010.417500', '104010.877500', '104011.337500'], 'ContentTime': ['103032.628000', '103032.631000', '103032.634000', '103032.637000', '103032.639000', '103032.642000', '103032.644000', '103032.647000', '103032.650000', '103032.652000', '103032.655000', '103032.660000', '103032.662000', '103032.665000', '103032.667000', '103032.670000', '103032.673000', '103032.675000', '103032.678000', '103032.680000', '103032.683000', '103032.686000', '103032.688000', '103032.691000', '103032.693000', '103032.696000', '103032.698000', '103032.712000', '103032.715000', '103032.717000', '103032.720000', '103032.722000', '103032.725000', '103032.728000', '103032.730000', '103032.733000', '103032.735000', '103032.738000', '103032.740000', '103032.743000', '103032.745000', '103032.751000', '103032.754000', '103032.756000', '103032.759000', '103032.761000', '103032.764000', '103032.767000', '103032.769000', '103032.772000', '103032.774000', '103032.783000', '103032.785000', '103032.788000', '103032.790000', '103032.793000', '103032.796000', '103032.798000', '103032.801000', '103032.803000', '103032.806000', '103052.596000', '103052.599000', '103052.602000', '103052.604000', '103052.607000', '103052.610000', '103052.612000', '103052.615000', '103052.618000', '103052.620000', '103052.623000', '103052.625000', '103052.628000', '103052.630000', '103052.633000', '103052.636000', '103052.638000', '103052.641000', '103052.643000', '103052.646000', '103052.648000', '103052.651000', '103052.653000', '103052.656000', '103052.659000', '103052.661000', '103052.664000', '103052.666000', '103052.669000', '103052.671000', '103052.674000', '103052.677000', '103052.679000', '103052.682000', '103052.684000', '103052.687000', '103052.689000', '103052.692000', '103052.695000', '103052.697000', '103052.700000', '103052.702000', '103052.705000', '103112.597000', '103112.600000', '103112.604000', '103112.607000', '103112.609000', '103112.612000', '103112.614000', '103112.617000', '103112.619000', '103112.622000', '103112.625000', '103112.627000', '103112.630000', '103112.632000', '103112.635000', '103112.637000', '103112.640000', '103112.642000', '103112.645000', '103112.648000', '103112.650000', '103112.653000', '103112.655000', '103112.658000', '103112.660000', '103112.663000', '103112.666000', '103112.668000', '103112.671000', '103112.674000', '103112.678000', '103112.680000', '103112.683000', '103112.686000', '103112.688000', '103112.691000', '103112.693000', '103112.696000', '103112.698000', '103112.701000', '103112.704000', '103112.706000', '103112.709000', '103132.598000', '103132.601000', '103132.603000', '103132.606000', '103132.608000', '103132.611000', '103132.613000', '103132.616000', '103132.619000', '103132.621000', '103132.624000', '103132.626000', '103132.629000', '103132.632000', '103132.634000', '103132.637000', '103132.639000', '103132.642000', '103132.644000', '103132.647000', '103132.650000', '103132.652000', '103132.655000', '103132.657000', '103132.660000', '103132.663000', '103132.665000', '103132.668000', '103132.670000', '103132.673000', '103132.675000', '103132.678000', '103132.681000', '103132.683000', '103132.686000', '103132.689000', '103132.691000', '103132.694000', '103132.696000', '103132.699000', '103132.701000', '103132.704000', '103132.707000', '103132.709000', '103152.598000', '103152.600000', '103152.603000', '103152.606000', '103152.608000', '103152.611000', '103152.613000', '103152.616000', '103152.618000', '103152.621000', '103152.624000', '103152.626000', '103152.629000', '103152.631000', '103152.634000', '103152.637000', '103152.639000', '103152.642000', '103152.644000', '103152.647000', '103152.650000', '103152.652000', '103152.655000', '103152.657000', '103152.660000', '103152.663000', '103152.666000', '103152.668000', '103152.671000', '103152.674000', '103152.676000', '103152.679000', '103152.681000', '103152.684000', '103152.687000', '103152.689000', '103152.692000', '103152.694000', '103152.697000', '103152.699000', '103152.702000', '103152.705000', '103152.707000', '103212.598000', '103212.600000', '103212.603000', '103212.606000', '103212.608000', '103212.611000', '103212.626000', '103212.629000', '103212.631000', '103212.634000', '103212.636000', '103212.653000', '103212.655000', '103212.658000', '103212.661000', '103212.663000', '103212.666000', '103212.668000', '103212.671000', '103212.674000', '103212.684000', '103212.687000', '103212.690000', '103212.692000', '103212.695000', '103212.697000', '103212.700000', '103212.703000', '103212.705000', '103212.708000', '103212.710000', '103212.713000', '103212.716000', '103212.718000', '103212.721000', '103212.723000', '103212.726000', '103212.729000', '103212.732000', '103212.734000', '103212.737000', '103212.739000', '103212.742000', '103212.744000', '103232.597000', '103232.600000', '103232.603000', '103232.605000', '103232.608000', '103232.611000', '103232.613000', '103232.616000', '103232.619000', '103232.621000', '103232.624000', '103232.626000', '103232.629000', '103232.631000', '103232.634000', '103232.637000', '103232.639000', '103232.642000', '103232.644000', '103232.647000', '103232.650000', '103232.652000', '103232.655000', '103232.657000', '103232.660000', '103232.663000', '103232.665000', '103232.668000', '103232.671000', '103232.673000', '103232.676000', '103232.678000', '103232.681000', '103232.684000', '103232.686000', '103232.689000', '103232.691000', '103232.694000', '103232.697000', '103232.699000', '103232.702000', '103232.704000', '103232.707000', '103252.597000', '103252.599000', '103252.602000', '103252.605000', '103252.607000', '103252.610000', '103252.613000', '103252.615000', '103252.618000', '103252.620000', '103252.623000', '103252.625000', '103252.628000', '103252.631000', '103252.633000', '103252.636000', '103252.638000', '103252.641000', '103252.644000', '103252.646000', '103252.649000', '103252.651000', '103252.654000', '103252.656000', '103252.659000', '103252.662000', '103252.671000', '103252.674000', '103252.676000', '103252.679000', '103252.681000', '103252.684000', '103252.687000', '103252.689000', '103252.692000', '103252.694000', '103252.697000', '103252.700000', '103252.702000', '103252.705000', '103252.707000', '103252.710000', '103252.712000', '103252.715000', '103312.596000', '103312.599000', '103312.602000', '103312.605000', '103312.607000', '103312.610000', '103312.612000', '103312.615000', '103312.617000', '103312.620000', '103312.623000', '103312.625000', '103312.628000', '103312.631000', '103312.633000', '103312.636000', '103312.638000', '103312.641000', '103312.644000', '103312.646000', '103312.649000', '103312.651000', '103312.654000', '103312.657000', '103312.659000', '103312.662000', '103312.664000', '103312.667000', '103312.669000', '103312.672000', '103312.675000', '103312.677000', '103312.680000', '103312.683000', '103312.685000', '103312.688000', '103312.690000', '103312.693000', '103312.696000', '103312.698000', '103312.701000', '103312.704000', '103312.706000', '103332.597000', '103332.600000', '103332.603000', '103332.606000', '103332.608000', '103332.611000', '103332.613000', '103332.616000', '103332.619000', '103332.621000', '103332.624000', '103332.626000', '103332.629000', '103332.631000', '103332.634000', '103332.637000', '103332.639000', '103332.642000', '103332.644000', '103332.647000', '103332.650000', '103332.652000', '103332.655000', '103332.657000', '103332.660000', '103332.662000', '103332.665000', '103332.668000', '103332.670000', '103332.673000', '103332.675000', '103332.678000', '103332.681000', '103332.683000', '103332.686000', '103332.688000', '103332.691000', '103332.694000', '103332.696000', '103332.699000', '103332.701000', '103332.704000', '103332.707000', '103332.709000', '103352.597000', '103352.604000', '103352.607000', '103352.610000', '103352.612000', '103352.615000', '103352.617000', '103352.620000', '103352.623000', '103352.625000', '103352.628000', '103352.630000', '103352.633000', '103352.635000', '103352.638000', '103352.641000', '103352.643000', '103352.646000', '103352.650000', '103352.652000', '103352.655000', '103352.658000', '103352.660000', '103352.663000', '103352.665000', '103352.668000', '103352.670000', '103352.673000', '103352.675000', '103352.678000', '103352.681000', '103352.683000', '103352.686000', '103352.689000', '103352.691000', '103352.694000', '103352.697000', '103352.699000', '103352.702000', '103352.704000', '103352.707000', '103352.710000', '103352.712000', '103412.597000', '103412.600000', '103412.603000', '103412.606000', '103412.608000', '103412.611000', '103412.616000', '103412.619000', '103412.621000', '103412.624000', '103412.627000', '103412.629000', '103412.632000', '103412.634000', '103412.637000', '103412.640000', '103412.642000', '103412.645000', '103412.647000', '103412.650000', '103412.652000', '103412.655000', '103412.658000', '103412.668000', '103412.671000', '103412.673000', '103412.676000', '103412.678000', '103412.681000', '103412.684000', '103412.686000', '103412.689000', '103412.691000', '103412.694000', '103412.697000', '103412.699000', '103412.702000', '103412.704000', '103412.707000', '103412.709000', '103412.712000', '103412.715000', '103412.717000', '103412.720000', '103432.598000', '103432.600000', '103432.603000', '103432.606000', '103432.608000', '103432.611000', '103432.613000', '103432.616000', '103432.618000', '103432.621000', '103432.624000', '103432.626000', '103432.638000', '103432.641000', '103432.643000', '103432.646000', '103432.648000', '103432.651000', '103432.654000', '103432.656000', '103432.659000', '103432.661000', '103432.664000', '103432.667000', '103432.669000', '103432.672000', '103432.674000', '103432.677000', '103432.680000', '103432.682000', '103432.685000', '103432.688000', '103432.690000', '103432.693000', '103432.695000', '103432.698000', '103432.700000', '103432.703000', '103432.706000', '103432.708000', '103432.711000', '103432.713000', '103432.716000', '103452.597000', '103452.599000', '103452.602000', '103452.605000', '103452.608000', '103452.610000', '103452.613000', '103452.615000', '103452.618000', '103452.621000', '103452.623000', '103452.626000', '103452.628000', '103452.631000', '103452.634000', '103452.636000', '103452.639000', '103452.641000', '103452.644000', '103452.646000', '103452.649000', '103452.652000', '103452.654000', '103452.657000', '103452.659000', '103452.662000', '103452.665000', '103452.667000', '103452.670000', '103452.672000', '103452.675000', '103452.678000', '103452.680000', '103452.683000', '103452.685000', '103452.688000', '103452.691000', '103452.693000', '103452.696000', '103452.698000', '103452.701000', '103452.704000', '103452.706000', '103452.709000', '103512.597000', '103512.600000', '103512.602000', '103512.605000', '103512.607000', '103512.610000', '103512.613000', '103512.615000', '103512.618000', '103512.620000', '103512.623000', '103512.626000', '103512.628000', '103512.631000', '103512.633000', '103512.636000', '103512.638000', '103512.641000', '103512.644000', '103512.646000', '103512.649000', '103512.651000', '103512.654000', '103512.657000', '103512.659000', '103512.662000', '103512.673000', '103512.676000', '103512.679000', '103512.681000', '103512.684000', '103512.687000', '103512.689000', '103512.692000', '103512.694000', '103512.697000', '103512.699000', '103512.702000', '103512.705000', '103512.707000', '103512.710000', '103512.712000', '103512.715000', '103532.597000', '103532.600000', '103532.602000', '103532.605000', '103532.607000', '103532.610000', '103532.613000', '103532.615000', '103532.618000', '103532.620000', '103532.623000', '103532.626000', '103532.628000', '103532.631000', '103532.633000', '103532.636000', '103532.639000', '103532.641000', '103532.644000', '103532.646000', '103532.649000', '103532.652000', '103532.655000', '103532.658000', '103532.661000', '103532.663000', '103532.666000', '103532.668000', '103532.671000', '103532.674000', '103532.676000', '103532.679000', '103532.682000', '103532.684000', '103532.687000', '103532.689000', '103532.692000', '103532.695000', '103532.697000', '103532.700000', '103532.702000', '103532.705000', '103532.708000', '103552.597000', '103552.600000', '103552.603000', '103552.605000', '103552.608000', '103552.611000', '103552.613000', '103552.616000', '103552.618000', '103552.621000', '103552.624000', '103552.626000', '103552.629000', '103552.631000', '103552.634000', '103552.637000', '103552.639000', '103552.642000', '103552.674000', '103552.677000', '103552.679000', '103552.682000', '103552.684000', '103552.687000', '103552.690000', '103552.692000', '103552.695000', '103552.697000', '103552.700000', '103552.703000', '103552.705000', '103552.708000', '103552.710000', '103552.713000', '103552.715000', '103552.718000', '103552.721000', '103552.723000', '103552.726000', '103552.728000', '103552.731000', '103552.734000', '103552.736000', '103552.739000', '103612.598000', '103612.600000', '103612.603000', '103612.606000', '103612.608000', '103612.611000', '103612.614000', '103612.616000', '103612.619000', '103612.621000', '103612.624000', '103612.627000', '103612.629000', '103612.632000', '103612.634000', '103612.637000', '103612.640000', '103612.642000', '103612.645000', '103612.648000', '103612.650000', '103612.653000', '103612.655000', '103612.659000', '103612.663000', '103612.665000', '103612.668000', '103612.670000', '103612.673000', '103612.676000', '103612.678000', '103612.681000', '103612.683000', '103612.686000', '103612.689000', '103612.691000', '103612.694000', '103612.696000', '103612.699000', '103612.702000', '103612.704000', '103612.707000', '103612.709000', '103612.712000', '103632.597000', '103632.600000', '103632.603000', '103632.606000', '103632.608000', '103632.611000', '103632.613000', '103632.616000', '103632.618000', '103632.621000', '103632.624000', '103632.626000', '103632.629000', '103632.631000', '103632.634000', '103632.636000', '103632.639000', '103632.642000', '103632.644000', '103632.647000', '103632.649000', '103632.652000', '103632.655000', '103632.657000', '103632.660000', '103632.662000', '103632.665000', '103632.668000', '103632.670000', '103632.673000', '103632.675000', '103632.678000', '103632.681000', '103632.683000', '103632.686000', '103632.688000', '103632.691000', '103632.705000', '103632.707000', '103632.710000', '103632.712000', '103632.715000', '103632.718000', '103652.597000', '103652.600000', '103652.603000', '103652.606000', '103652.608000', '103652.611000', '103652.613000', '103652.616000', '103652.619000', '103652.630000', '103652.633000', '103652.636000', '103652.638000', '103652.641000', '103652.644000', '103652.646000', '103652.649000', '103652.651000', '103652.654000', '103652.657000', '103652.659000', '103652.662000', '103652.664000', '103652.667000', '103652.670000', '103652.672000', '103652.675000', '103652.677000', '103652.680000', '103652.682000', '103652.685000', '103652.688000', '103652.690000', '103652.693000', '103652.695000', '103652.698000', '103652.701000', '103652.703000', '103652.706000', '103652.708000', '103652.711000', '103652.714000', '103652.716000', '103712.597000', '103712.599000', '103712.602000', '103712.605000', '103712.607000', '103712.610000', '103712.612000', '103712.615000', '103712.618000', '103712.620000', '103712.623000', '103712.625000', '103712.628000', '103712.630000', '103712.633000', '103712.636000', '103712.638000', '103712.641000', '103712.643000', '103712.646000', '103712.648000', '103712.651000', '103712.654000', '103712.656000', '103712.659000', '103712.661000', '103712.664000', '103712.666000', '103712.669000', '103712.672000', '103712.674000', '103712.677000', '103712.679000', '103712.682000', '103712.684000', '103712.687000', '103712.690000', '103712.692000', '103712.695000', '103712.698000', '103712.700000', '103712.703000', '103712.705000', '103712.708000', '103732.597000', '103732.600000', '103732.603000', '103732.606000', '103732.609000', '103732.612000', '103732.614000', '103732.617000', '103732.619000', '103732.622000', '103732.625000', '103732.627000', '103732.630000', '103732.635000', '103732.638000', '103732.641000', '103732.643000', '103732.646000', '103732.648000', '103732.651000', '103732.654000', '103732.656000', '103732.659000', '103732.662000', '103732.664000', '103732.667000', '103732.669000', '103732.672000', '103732.674000', '103732.677000', '103732.680000', '103732.682000', '103732.685000', '103732.687000', '103732.690000', '103732.693000', '103732.695000', '103732.698000', '103732.700000', '103732.703000', '103732.712000', '103732.715000', '103732.717000', '103752.597000', '103752.600000', '103752.602000', '103752.605000', '103752.607000', '103752.610000', '103752.613000', '103752.615000', '103752.618000', '103752.621000', '103752.623000', '103752.626000', '103752.628000', '103752.631000', '103752.633000', '103752.636000', '103752.639000', '103752.641000', '103752.644000', '103752.646000', '103752.649000', '103752.652000', '103752.654000', '103752.657000', '103752.659000', '103752.662000', '103752.664000', '103752.667000', '103752.670000', '103752.672000', '103752.675000', '103752.678000', '103752.681000', '103752.683000', '103752.686000', '103752.689000', '103752.691000', '103752.694000', '103752.696000', '103752.699000', '103752.702000', '103752.704000', '103752.707000', '103752.709000', '103812.598000', '103812.600000', '103812.603000', '103812.606000', '103812.608000', '103812.611000', '103812.614000', '103812.616000', '103812.619000', '103812.621000', '103812.624000', '103812.627000', '103812.629000', '103812.632000', '103812.634000', '103812.637000', '103812.640000', '103812.642000', '103812.645000', '103812.647000', '103812.650000', '103812.661000', '103812.664000', '103812.666000', '103812.669000', '103812.672000', '103812.674000', '103812.677000', '103812.679000', '103812.682000', '103812.684000', '103812.687000', '103812.690000', '103812.692000', '103812.695000', '103812.698000', '103812.700000', '103812.703000', '103812.705000', '103812.708000', '103812.711000', '103812.714000', '103812.716000', '103832.598000', '103832.600000', '103832.603000', '103832.606000', '103832.608000', '103832.611000', '103832.614000', '103832.616000', '103832.619000', '103832.621000', '103832.624000', '103832.627000', '103832.629000', '103832.632000', '103832.634000', '103832.637000', '103832.640000', '103832.642000', '103832.645000', '103832.648000', '103832.650000', '103832.653000', '103832.655000', '103832.658000', '103832.661000', '103832.663000', '103832.666000', '103832.668000', '103832.671000', '103832.673000', '103832.676000', '103832.679000', '103832.681000', '103832.684000', '103832.687000', '103832.689000', '103832.692000', '103832.694000', '103832.697000', '103832.699000', '103832.702000', '103832.705000', '103832.707000', '103832.710000', '103852.598000', '103852.600000', '103852.603000', '103852.606000', '103852.608000', '103852.611000', '103852.614000', '103852.616000', '103852.619000', '103852.622000', '103852.624000', '103852.627000', '103852.629000', '103852.632000', '103852.634000', '103852.637000', '103852.640000', '103852.642000', '103852.645000', '103852.648000', '103852.650000', '103852.653000', '103852.655000', '103852.658000', '103852.660000', '103852.663000', '103852.666000', '103852.668000', '103852.671000', '103852.676000', '103852.679000', '103852.682000', '103852.684000', '103852.687000', '103852.690000', '103852.692000', '103852.695000', '103852.697000', '103852.700000', '103852.703000', '103852.705000', '103852.708000', '103852.710000', '103912.597000', '103912.600000', '103912.603000', '103912.606000', '103912.608000', '103912.611000', '103912.613000', '103912.616000', '103912.618000', '103912.621000', '103912.624000', '103912.626000', '103912.629000', '103912.631000', '103912.634000', '103912.636000', '103912.639000', '103912.642000', '103912.644000', '103912.647000', '103912.650000', '103912.652000', '103912.655000', '103912.657000', '103912.660000', '103912.663000', '103912.665000', '103912.668000', '103912.671000', '103912.673000', '103912.676000', '103912.678000', '103912.681000', '103912.684000', '103912.686000', '103912.689000', '103912.691000', '103912.694000', '103912.696000', '103912.699000', '103912.702000', '103912.704000', '103912.707000', '103912.709000', '103932.597000', '103932.600000', '103932.602000', '103932.605000', '103932.607000', '103932.610000', '103932.613000', '103932.615000', '103932.618000', '103932.621000', '103932.623000', '103932.626000', '103932.629000', '103932.631000', '103932.634000', '103932.636000', '103932.639000', '103932.642000', '103932.644000', '103932.647000', '103932.650000', '103932.652000', '103932.655000', '103932.657000', '103932.660000', '103932.663000', '103932.665000', '103932.668000', '103932.670000', '103932.673000', '103932.676000', '103932.678000', '103932.681000', '103932.683000', '103932.686000', '103932.689000', '103932.691000', '103932.694000', '103932.696000', '103932.699000', '103932.702000', '103932.704000', '103932.707000', '103952.597000', '103952.600000', '103952.602000', '103952.605000', '103952.607000', '103952.610000', '103952.613000', '103952.615000', '103952.618000', '103952.620000', '103952.623000', '103952.625000', '103952.628000', '103952.631000', '103952.633000', '103952.636000', '103952.639000', '103952.641000', '103952.644000', '103952.646000', '103952.649000', '103952.651000', '103952.654000', '103952.657000', '103952.659000', '103952.662000', '103952.664000', '103952.667000', '103952.670000', '103952.672000', '103952.675000', '103952.678000', '103952.680000', '103952.683000', '103952.685000', '103952.688000', '103952.690000', '103952.693000', '103952.696000', '103952.698000', '103952.701000', '103952.703000', '103952.706000', '103952.709000', '104012.598000', '104012.600000', '104012.603000', '104012.606000', '104012.609000', '104012.611000', '104012.614000', '104012.618000', '104012.621000', '104012.623000', '104012.626000', '104012.628000', '104012.631000', '104012.634000', '104012.636000', '104012.639000', '104012.641000', '104012.644000', '104012.647000', '104012.649000', '104012.652000', '104012.654000', '104012.657000', '104012.659000', '104012.662000', '104012.665000', '104012.667000', '104012.670000', '104012.673000', '104012.675000', '104012.678000', '104012.681000', '104012.683000', '104012.686000', '104012.688000', '104012.691000', '104012.693000', '104012.696000', '104012.698000', '104012.701000', '104012.704000', '104012.706000', '104012.709000', '104012.789000'], 'InstanceCreationTime': ['103032.628000', '103032.631000', '103032.634000', '103032.637000', '103032.639000', '103032.642000', '103032.644000', '103032.647000', '103032.650000', '103032.652000', '103032.655000', '103032.660000', '103032.662000', '103032.665000', '103032.667000', '103032.670000', '103032.673000', '103032.675000', '103032.678000', '103032.680000', '103032.683000', '103032.686000', '103032.688000', '103032.691000', '103032.693000', '103032.696000', '103032.698000', '103032.712000', '103032.715000', '103032.717000', '103032.720000', '103032.722000', '103032.725000', '103032.728000', '103032.730000', '103032.733000', '103032.735000', '103032.738000', '103032.740000', '103032.743000', '103032.745000', '103032.751000', '103032.754000', '103032.756000', '103032.759000', '103032.761000', '103032.764000', '103032.767000', '103032.769000', '103032.772000', '103032.774000', '103032.783000', '103032.785000', '103032.788000', '103032.790000', '103032.793000', '103032.796000', '103032.798000', '103032.801000', '103032.803000', '103032.806000', '103052.596000', '103052.599000', '103052.602000', '103052.604000', '103052.607000', '103052.610000', '103052.612000', '103052.615000', '103052.618000', '103052.620000', '103052.623000', '103052.625000', '103052.628000', '103052.630000', '103052.633000', '103052.636000', '103052.638000', '103052.641000', '103052.643000', '103052.646000', '103052.648000', '103052.651000', '103052.653000', '103052.656000', '103052.659000', '103052.661000', '103052.664000', '103052.666000', '103052.669000', '103052.671000', '103052.674000', '103052.677000', '103052.679000', '103052.682000', '103052.684000', '103052.687000', '103052.689000', '103052.692000', '103052.695000', '103052.697000', '103052.700000', '103052.702000', '103052.705000', '103112.597000', '103112.600000', '103112.604000', '103112.607000', '103112.609000', '103112.612000', '103112.614000', '103112.617000', '103112.619000', '103112.622000', '103112.625000', '103112.627000', '103112.630000', '103112.632000', '103112.635000', '103112.637000', '103112.640000', '103112.642000', '103112.645000', '103112.648000', '103112.650000', '103112.653000', '103112.655000', '103112.658000', '103112.660000', '103112.663000', '103112.666000', '103112.668000', '103112.671000', '103112.674000', '103112.678000', '103112.680000', '103112.683000', '103112.686000', '103112.688000', '103112.691000', '103112.693000', '103112.696000', '103112.698000', '103112.701000', '103112.704000', '103112.706000', '103112.709000', '103132.598000', '103132.601000', '103132.603000', '103132.606000', '103132.608000', '103132.611000', '103132.613000', '103132.616000', '103132.619000', '103132.621000', '103132.624000', '103132.626000', '103132.629000', '103132.632000', '103132.634000', '103132.637000', '103132.639000', '103132.642000', '103132.644000', '103132.647000', '103132.650000', '103132.652000', '103132.655000', '103132.657000', '103132.660000', '103132.663000', '103132.665000', '103132.668000', '103132.670000', '103132.673000', '103132.675000', '103132.678000', '103132.681000', '103132.683000', '103132.686000', '103132.689000', '103132.691000', '103132.694000', '103132.696000', '103132.699000', '103132.701000', '103132.704000', '103132.707000', '103132.709000', '103152.598000', '103152.600000', '103152.603000', '103152.606000', '103152.608000', '103152.611000', '103152.613000', '103152.616000', '103152.618000', '103152.621000', '103152.624000', '103152.626000', '103152.629000', '103152.631000', '103152.634000', '103152.637000', '103152.639000', '103152.642000', '103152.644000', '103152.647000', '103152.650000', '103152.652000', '103152.655000', '103152.657000', '103152.660000', '103152.663000', '103152.666000', '103152.668000', '103152.671000', '103152.674000', '103152.676000', '103152.679000', '103152.681000', '103152.684000', '103152.687000', '103152.689000', '103152.692000', '103152.694000', '103152.697000', '103152.699000', '103152.702000', '103152.705000', '103152.707000', '103212.598000', '103212.600000', '103212.603000', '103212.606000', '103212.608000', '103212.611000', '103212.626000', '103212.629000', '103212.631000', '103212.634000', '103212.636000', '103212.653000', '103212.655000', '103212.658000', '103212.661000', '103212.663000', '103212.666000', '103212.668000', '103212.671000', '103212.674000', '103212.684000', '103212.687000', '103212.690000', '103212.692000', '103212.695000', '103212.697000', '103212.700000', '103212.703000', '103212.705000', '103212.708000', '103212.710000', '103212.713000', '103212.716000', '103212.718000', '103212.721000', '103212.723000', '103212.726000', '103212.729000', '103212.732000', '103212.734000', '103212.737000', '103212.739000', '103212.742000', '103212.744000', '103232.597000', '103232.600000', '103232.603000', '103232.605000', '103232.608000', '103232.611000', '103232.613000', '103232.616000', '103232.619000', '103232.621000', '103232.624000', '103232.626000', '103232.629000', '103232.631000', '103232.634000', '103232.637000', '103232.639000', '103232.642000', '103232.644000', '103232.647000', '103232.650000', '103232.652000', '103232.655000', '103232.657000', '103232.660000', '103232.663000', '103232.665000', '103232.668000', '103232.671000', '103232.673000', '103232.676000', '103232.678000', '103232.681000', '103232.684000', '103232.686000', '103232.689000', '103232.691000', '103232.694000', '103232.697000', '103232.699000', '103232.702000', '103232.704000', '103232.707000', '103252.597000', '103252.599000', '103252.602000', '103252.605000', '103252.607000', '103252.610000', '103252.613000', '103252.615000', '103252.618000', '103252.620000', '103252.623000', '103252.625000', '103252.628000', '103252.631000', '103252.633000', '103252.636000', '103252.638000', '103252.641000', '103252.644000', '103252.646000', '103252.649000', '103252.651000', '103252.654000', '103252.656000', '103252.659000', '103252.662000', '103252.671000', '103252.674000', '103252.676000', '103252.679000', '103252.681000', '103252.684000', '103252.687000', '103252.689000', '103252.692000', '103252.694000', '103252.697000', '103252.700000', '103252.702000', '103252.705000', '103252.707000', '103252.710000', '103252.712000', '103252.715000', '103312.596000', '103312.599000', '103312.602000', '103312.605000', '103312.607000', '103312.610000', '103312.612000', '103312.615000', '103312.617000', '103312.620000', '103312.623000', '103312.625000', '103312.628000', '103312.631000', '103312.633000', '103312.636000', '103312.638000', '103312.641000', '103312.644000', '103312.646000', '103312.649000', '103312.651000', '103312.654000', '103312.657000', '103312.659000', '103312.662000', '103312.664000', '103312.667000', '103312.669000', '103312.672000', '103312.675000', '103312.677000', '103312.680000', '103312.683000', '103312.685000', '103312.688000', '103312.690000', '103312.693000', '103312.696000', '103312.698000', '103312.701000', '103312.704000', '103312.706000', '103332.597000', '103332.600000', '103332.603000', '103332.606000', '103332.608000', '103332.611000', '103332.613000', '103332.616000', '103332.619000', '103332.621000', '103332.624000', '103332.626000', '103332.629000', '103332.631000', '103332.634000', '103332.637000', '103332.639000', '103332.642000', '103332.644000', '103332.647000', '103332.650000', '103332.652000', '103332.655000', '103332.657000', '103332.660000', '103332.662000', '103332.665000', '103332.668000', '103332.670000', '103332.673000', '103332.675000', '103332.678000', '103332.681000', '103332.683000', '103332.686000', '103332.688000', '103332.691000', '103332.694000', '103332.696000', '103332.699000', '103332.701000', '103332.704000', '103332.707000', '103332.709000', '103352.597000', '103352.604000', '103352.607000', '103352.610000', '103352.612000', '103352.615000', '103352.617000', '103352.620000', '103352.623000', '103352.625000', '103352.628000', '103352.630000', '103352.633000', '103352.635000', '103352.638000', '103352.641000', '103352.643000', '103352.646000', '103352.650000', '103352.652000', '103352.655000', '103352.658000', '103352.660000', '103352.663000', '103352.665000', '103352.668000', '103352.670000', '103352.673000', '103352.675000', '103352.678000', '103352.681000', '103352.683000', '103352.686000', '103352.689000', '103352.691000', '103352.694000', '103352.697000', '103352.699000', '103352.702000', '103352.704000', '103352.707000', '103352.710000', '103352.712000', '103412.597000', '103412.600000', '103412.603000', '103412.606000', '103412.608000', '103412.611000', '103412.616000', '103412.619000', '103412.621000', '103412.624000', '103412.627000', '103412.629000', '103412.632000', '103412.634000', '103412.637000', '103412.640000', '103412.642000', '103412.645000', '103412.647000', '103412.650000', '103412.652000', '103412.655000', '103412.658000', '103412.668000', '103412.671000', '103412.673000', '103412.676000', '103412.678000', '103412.681000', '103412.684000', '103412.686000', '103412.689000', '103412.691000', '103412.694000', '103412.697000', '103412.699000', '103412.702000', '103412.704000', '103412.707000', '103412.709000', '103412.712000', '103412.715000', '103412.717000', '103412.720000', '103432.598000', '103432.600000', '103432.603000', '103432.606000', '103432.608000', '103432.611000', '103432.613000', '103432.616000', '103432.618000', '103432.621000', '103432.624000', '103432.626000', '103432.638000', '103432.641000', '103432.643000', '103432.646000', '103432.648000', '103432.651000', '103432.654000', '103432.656000', '103432.659000', '103432.661000', '103432.664000', '103432.667000', '103432.669000', '103432.672000', '103432.674000', '103432.677000', '103432.680000', '103432.682000', '103432.685000', '103432.688000', '103432.690000', '103432.693000', '103432.695000', '103432.698000', '103432.700000', '103432.703000', '103432.706000', '103432.708000', '103432.711000', '103432.713000', '103432.716000', '103452.597000', '103452.599000', '103452.602000', '103452.605000', '103452.608000', '103452.610000', '103452.613000', '103452.615000', '103452.618000', '103452.621000', '103452.623000', '103452.626000', '103452.628000', '103452.631000', '103452.634000', '103452.636000', '103452.639000', '103452.641000', '103452.644000', '103452.646000', '103452.649000', '103452.652000', '103452.654000', '103452.657000', '103452.659000', '103452.662000', '103452.665000', '103452.667000', '103452.670000', '103452.672000', '103452.675000', '103452.678000', '103452.680000', '103452.683000', '103452.685000', '103452.688000', '103452.691000', '103452.693000', '103452.696000', '103452.698000', '103452.701000', '103452.704000', '103452.706000', '103452.709000', '103512.597000', '103512.600000', '103512.602000', '103512.605000', '103512.607000', '103512.610000', '103512.613000', '103512.615000', '103512.618000', '103512.620000', '103512.623000', '103512.626000', '103512.628000', '103512.631000', '103512.633000', '103512.636000', '103512.638000', '103512.641000', '103512.644000', '103512.646000', '103512.649000', '103512.651000', '103512.654000', '103512.657000', '103512.659000', '103512.662000', '103512.673000', '103512.676000', '103512.679000', '103512.681000', '103512.684000', '103512.687000', '103512.689000', '103512.692000', '103512.694000', '103512.697000', '103512.699000', '103512.702000', '103512.705000', '103512.707000', '103512.710000', '103512.712000', '103512.715000', '103532.597000', '103532.600000', '103532.602000', '103532.605000', '103532.607000', '103532.610000', '103532.613000', '103532.615000', '103532.618000', '103532.620000', '103532.623000', '103532.626000', '103532.628000', '103532.631000', '103532.633000', '103532.636000', '103532.639000', '103532.641000', '103532.644000', '103532.646000', '103532.649000', '103532.652000', '103532.655000', '103532.658000', '103532.661000', '103532.663000', '103532.666000', '103532.668000', '103532.671000', '103532.674000', '103532.676000', '103532.679000', '103532.682000', '103532.684000', '103532.687000', '103532.689000', '103532.692000', '103532.695000', '103532.697000', '103532.700000', '103532.702000', '103532.705000', '103532.708000', '103552.597000', '103552.600000', '103552.603000', '103552.605000', '103552.608000', '103552.611000', '103552.613000', '103552.616000', '103552.618000', '103552.621000', '103552.624000', '103552.626000', '103552.629000', '103552.631000', '103552.634000', '103552.637000', '103552.639000', '103552.642000', '103552.674000', '103552.677000', '103552.679000', '103552.682000', '103552.684000', '103552.687000', '103552.690000', '103552.692000', '103552.695000', '103552.697000', '103552.700000', '103552.703000', '103552.705000', '103552.708000', '103552.710000', '103552.713000', '103552.715000', '103552.718000', '103552.721000', '103552.723000', '103552.726000', '103552.728000', '103552.731000', '103552.734000', '103552.736000', '103552.739000', '103612.598000', '103612.600000', '103612.603000', '103612.606000', '103612.608000', '103612.611000', '103612.614000', '103612.616000', '103612.619000', '103612.621000', '103612.624000', '103612.627000', '103612.629000', '103612.632000', '103612.634000', '103612.637000', '103612.640000', '103612.642000', '103612.645000', '103612.648000', '103612.650000', '103612.653000', '103612.655000', '103612.659000', '103612.663000', '103612.665000', '103612.668000', '103612.670000', '103612.673000', '103612.676000', '103612.678000', '103612.681000', '103612.683000', '103612.686000', '103612.689000', '103612.691000', '103612.694000', '103612.696000', '103612.699000', '103612.702000', '103612.704000', '103612.707000', '103612.709000', '103612.712000', '103632.597000', '103632.600000', '103632.603000', '103632.606000', '103632.608000', '103632.611000', '103632.613000', '103632.616000', '103632.618000', '103632.621000', '103632.624000', '103632.626000', '103632.629000', '103632.631000', '103632.634000', '103632.636000', '103632.639000', '103632.642000', '103632.644000', '103632.647000', '103632.649000', '103632.652000', '103632.655000', '103632.657000', '103632.660000', '103632.662000', '103632.665000', '103632.668000', '103632.670000', '103632.673000', '103632.675000', '103632.678000', '103632.681000', '103632.683000', '103632.686000', '103632.688000', '103632.691000', '103632.705000', '103632.707000', '103632.710000', '103632.712000', '103632.715000', '103632.718000', '103652.597000', '103652.600000', '103652.603000', '103652.606000', '103652.608000', '103652.611000', '103652.613000', '103652.616000', '103652.619000', '103652.630000', '103652.633000', '103652.636000', '103652.638000', '103652.641000', '103652.644000', '103652.646000', '103652.649000', '103652.651000', '103652.654000', '103652.657000', '103652.659000', '103652.662000', '103652.664000', '103652.667000', '103652.670000', '103652.672000', '103652.675000', '103652.677000', '103652.680000', '103652.682000', '103652.685000', '103652.688000', '103652.690000', '103652.693000', '103652.695000', '103652.698000', '103652.701000', '103652.703000', '103652.706000', '103652.708000', '103652.711000', '103652.714000', '103652.716000', '103712.597000', '103712.599000', '103712.602000', '103712.605000', '103712.607000', '103712.610000', '103712.612000', '103712.615000', '103712.618000', '103712.620000', '103712.623000', '103712.625000', '103712.628000', '103712.630000', '103712.633000', '103712.636000', '103712.638000', '103712.641000', '103712.643000', '103712.646000', '103712.648000', '103712.651000', '103712.654000', '103712.656000', '103712.659000', '103712.661000', '103712.664000', '103712.666000', '103712.669000', '103712.672000', '103712.674000', '103712.677000', '103712.679000', '103712.682000', '103712.684000', '103712.687000', '103712.690000', '103712.692000', '103712.695000', '103712.698000', '103712.700000', '103712.703000', '103712.705000', '103712.708000', '103732.597000', '103732.600000', '103732.603000', '103732.606000', '103732.609000', '103732.612000', '103732.614000', '103732.617000', '103732.619000', '103732.622000', '103732.625000', '103732.627000', '103732.630000', '103732.635000', '103732.638000', '103732.641000', '103732.643000', '103732.646000', '103732.648000', '103732.651000', '103732.654000', '103732.656000', '103732.659000', '103732.662000', '103732.664000', '103732.667000', '103732.669000', '103732.672000', '103732.674000', '103732.677000', '103732.680000', '103732.682000', '103732.685000', '103732.687000', '103732.690000', '103732.693000', '103732.695000', '103732.698000', '103732.700000', '103732.703000', '103732.712000', '103732.715000', '103732.717000', '103752.597000', '103752.600000', '103752.602000', '103752.605000', '103752.607000', '103752.610000', '103752.613000', '103752.615000', '103752.618000', '103752.621000', '103752.623000', '103752.626000', '103752.628000', '103752.631000', '103752.633000', '103752.636000', '103752.639000', '103752.641000', '103752.644000', '103752.646000', '103752.649000', '103752.652000', '103752.654000', '103752.657000', '103752.659000', '103752.662000', '103752.664000', '103752.667000', '103752.670000', '103752.672000', '103752.675000', '103752.678000', '103752.681000', '103752.683000', '103752.686000', '103752.689000', '103752.691000', '103752.694000', '103752.696000', '103752.699000', '103752.702000', '103752.704000', '103752.707000', '103752.709000', '103812.598000', '103812.600000', '103812.603000', '103812.606000', '103812.608000', '103812.611000', '103812.614000', '103812.616000', '103812.619000', '103812.621000', '103812.624000', '103812.627000', '103812.629000', '103812.632000', '103812.634000', '103812.637000', '103812.640000', '103812.642000', '103812.645000', '103812.647000', '103812.650000', '103812.661000', '103812.664000', '103812.666000', '103812.669000', '103812.672000', '103812.674000', '103812.677000', '103812.679000', '103812.682000', '103812.684000', '103812.687000', '103812.690000', '103812.692000', '103812.695000', '103812.698000', '103812.700000', '103812.703000', '103812.705000', '103812.708000', '103812.711000', '103812.714000', '103812.716000', '103832.598000', '103832.600000', '103832.603000', '103832.606000', '103832.608000', '103832.611000', '103832.614000', '103832.616000', '103832.619000', '103832.621000', '103832.624000', '103832.627000', '103832.629000', '103832.632000', '103832.634000', '103832.637000', '103832.640000', '103832.642000', '103832.645000', '103832.648000', '103832.650000', '103832.653000', '103832.655000', '103832.658000', '103832.661000', '103832.663000', '103832.666000', '103832.668000', '103832.671000', '103832.673000', '103832.676000', '103832.679000', '103832.681000', '103832.684000', '103832.687000', '103832.689000', '103832.692000', '103832.694000', '103832.697000', '103832.699000', '103832.702000', '103832.705000', '103832.707000', '103832.710000', '103852.598000', '103852.600000', '103852.603000', '103852.606000', '103852.608000', '103852.611000', '103852.614000', '103852.616000', '103852.619000', '103852.622000', '103852.624000', '103852.627000', '103852.629000', '103852.632000', '103852.634000', '103852.637000', '103852.640000', '103852.642000', '103852.645000', '103852.648000', '103852.650000', '103852.653000', '103852.655000', '103852.658000', '103852.660000', '103852.663000', '103852.666000', '103852.668000', '103852.671000', '103852.676000', '103852.679000', '103852.682000', '103852.684000', '103852.687000', '103852.690000', '103852.692000', '103852.695000', '103852.697000', '103852.700000', '103852.703000', '103852.705000', '103852.708000', '103852.710000', '103912.597000', '103912.600000', '103912.603000', '103912.606000', '103912.608000', '103912.611000', '103912.613000', '103912.616000', '103912.618000', '103912.621000', '103912.624000', '103912.626000', '103912.629000', '103912.631000', '103912.634000', '103912.636000', '103912.639000', '103912.642000', '103912.644000', '103912.647000', '103912.650000', '103912.652000', '103912.655000', '103912.657000', '103912.660000', '103912.663000', '103912.665000', '103912.668000', '103912.671000', '103912.673000', '103912.676000', '103912.678000', '103912.681000', '103912.684000', '103912.686000', '103912.689000', '103912.691000', '103912.694000', '103912.696000', '103912.699000', '103912.702000', '103912.704000', '103912.707000', '103912.709000', '103932.597000', '103932.600000', '103932.602000', '103932.605000', '103932.607000', '103932.610000', '103932.613000', '103932.615000', '103932.618000', '103932.621000', '103932.623000', '103932.626000', '103932.629000', '103932.631000', '103932.634000', '103932.636000', '103932.639000', '103932.642000', '103932.644000', '103932.647000', '103932.650000', '103932.652000', '103932.655000', '103932.657000', '103932.660000', '103932.663000', '103932.665000', '103932.668000', '103932.670000', '103932.673000', '103932.676000', '103932.678000', '103932.681000', '103932.683000', '103932.686000', '103932.689000', '103932.691000', '103932.694000', '103932.696000', '103932.699000', '103932.702000', '103932.704000', '103932.707000', '103952.597000', '103952.600000', '103952.602000', '103952.605000', '103952.607000', '103952.610000', '103952.613000', '103952.615000', '103952.618000', '103952.620000', '103952.623000', '103952.625000', '103952.628000', '103952.631000', '103952.633000', '103952.636000', '103952.639000', '103952.641000', '103952.644000', '103952.646000', '103952.649000', '103952.651000', '103952.654000', '103952.657000', '103952.659000', '103952.662000', '103952.664000', '103952.667000', '103952.670000', '103952.672000', '103952.675000', '103952.678000', '103952.680000', '103952.683000', '103952.685000', '103952.688000', '103952.690000', '103952.693000', '103952.696000', '103952.698000', '103952.701000', '103952.703000', '103952.706000', '103952.709000', '104012.598000', '104012.600000', '104012.603000', '104012.606000', '104012.609000', '104012.611000', '104012.614000', '104012.618000', '104012.621000', '104012.623000', '104012.626000', '104012.628000', '104012.631000', '104012.634000', '104012.636000', '104012.639000', '104012.641000', '104012.644000', '104012.647000', '104012.649000', '104012.652000', '104012.654000', '104012.657000', '104012.659000', '104012.662000', '104012.665000', '104012.667000', '104012.670000', '104012.673000', '104012.675000', '104012.678000', '104012.681000', '104012.683000', '104012.686000', '104012.688000', '104012.691000', '104012.693000', '104012.696000', '104012.698000', '104012.701000', '104012.704000', '104012.706000', '104012.709000', '104012.789000'], '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': [7095, 10338, 6772, 10629, 7408, 10211, 9455, 9779, 6588, 9880, 6391, 10933, 6586, 10975, 7098, 10673, 6527, 10417, 6420, 11069, 6779, 11157, 7905, 11857, 6952, 10832, 6732, 10833, 6645, 10864, 7445, 10681, 6808, 10426, 6719, 10320, 8386, 9236, 7937, 8357, 6359, 8904, 7361, 8851, 7702, 8621, 6323, 8551, 6625, 8728, 9059, 8651, 9668, 8088, 10481, 8049, 12028, 8249, 12090, 8408, 11179, 7816, 11218, 7909, 10937, 7072, 10117, 6673, 8715, 6466, 7486, 9447, 7608, 12425, 8497, 10882, 7608, 10492, 7715, 11366, 7671, 10985, 6811, 10244, 6914, 9265, 8780, 7989, 12162, 8048, 11476, 7608, 10954, 7498, 11041, 7841, 10728, 7755, 10038, 7481, 9779, 7417, 10579, 7512, 10469, 7380, 10380, 7709, 11431, 7655, 10712, 6923, 10030, 6766, 9141, 8436, 8254, 8912, 7634, 9076, 7589, 11869, 8285, 12848, 8615, 11162, 7854, 10711, 7286, 10648, 7073, 9364, 6969, 8805, 6872, 9437, 7453, 9288, 9595, 7933, 13009, 8291, 11652, 8267, 11114, 8057, 10450, 7353, 10370, 7408, 11178, 7977, 12145, 8577, 10793, 7508, 10738, 7808, 11087, 8103, 10133, 7176, 10092, 6683, 9964, 6895, 9413, 6819, 8281, 6948, 7696, 8592, 7233, 10002, 7331, 7996, 6970, 10199, 7371, 10416, 7693, 10180, 7309, 10103, 6971, 9210, 10446, 7866, 11178, 7432, 10779, 7120, 10034, 6885, 9420, 6927, 8397, 7176, 7215, 11200, 7150, 9819, 7370, 9410, 6659, 9429, 6916, 8099, 11563, 7662, 10773, 7985, 8652, 8048, 8686, 7723, 9720, 8043, 9401, 7703, 12354, 7775, 11464, 7484, 10984, 7031, 8387, 7294, 8606, 10168, 7839, 11245, 7471, 10498, 7467, 10157, 7281, 10513, 7447, 9693, 6714, 9813, 6886, 8691, 11858, 7261, 10523, 7444, 9957, 6739, 10079, 7002, 7991, 10942, 7236, 10028, 6862, 10072, 6864, 9174, 6973, 7598, 10222, 7181, 10914, 7007, 10400, 7159, 10437, 7452, 10016, 7070, 10698, 7695, 11698, 7780, 11447, 9923, 8327, 14690, 8631, 13055, 10131, 11809, 7576, 10224, 7394, 10832, 7375, 10577, 7741, 10427, 7856, 10586, 7535, 10755, 7382, 9875, 6998, 10517, 7132, 10799, 6842, 10618, 6764, 9041, 7400, 8635, 10831, 8107, 12542, 7942, 11107, 7840, 10491, 7864, 10853, 8006, 10258, 7863, 10552, 7820, 11086, 7071, 10500, 6495, 9288, 6596, 8328, 8358, 8114, 10787, 8149, 9877, 8116, 12443, 8388, 13757, 8775, 12761, 8078, 10392, 7664, 10601, 7042, 10580, 6898, 10256, 7361, 10907, 7467, 11172, 7700, 10532, 7747, 10828, 7285, 11157, 7455, 10546, 7387, 10066, 7357, 9929, 7694, 9513, 9021, 8496, 9695, 8784, 12418, 8285, 11171, 8312, 10422, 7515, 10154, 7080, 10392, 7031, 10248, 6691, 10114, 6845, 10380, 7335, 8874, 7363, 8329, 9488, 7952, 12264, 8109, 11196, 7961, 10710, 6999, 10391, 6562, 10704, 6623, 10146, 7277, 10996, 7895, 11071, 7959, 11712, 7582, 9730, 6771, 8882, 7006, 9457, 6973, 10847, 6783, 10378, 6886, 10085, 6764, 10969, 6758, 11158, 6931, 10867, 6857, 10772, 6913, 10915, 7371, 11007, 7631, 9973, 7226, 11000, 7352, 11374, 9999, 10198, 9270, 9127, 11197, 8702, 14879, 8906, 13455, 8791, 9844, 7651, 8768, 7219, 9062, 9503, 8744, 13863, 10100, 11581, 8108, 7970, 10672, 7781, 10332, 12009, 8885, 12204, 8522, 11109, 7832, 9161, 14601, 8873, 12729, 9220, 12555, 9116, 12188, 9809, 8595, 8353, 8126, 8378, 8699, 11071, 8635, 11496, 8745, 10115, 8945, 10194, 8422, 9160, 8211, 9110, 8120, 9045, 7818, 8985, 7463, 8539, 8113, 8495, 11514, 8556, 11065, 8214, 10015, 8209, 10238, 7919, 10031, 7395, 10440, 6799, 9587, 6809, 8553, 7296, 8357, 8625, 8876, 7173, 9076, 6731, 10568, 7697, 10934, 10894, 9851, 8503, 9612, 9381, 9382, 14650, 8827, 12264, 8539, 10452, 6733, 9516, 6685, 8704, 10994, 7922, 11588, 7921, 11687, 7832, 10904, 7908, 11070, 7865, 10697, 7967, 10747, 8056, 11699, 8300, 10700, 7166, 10653, 7325, 10150, 11779, 8096, 10604, 7946, 12012, 8006, 12034, 8211, 11007, 7871, 10361, 7677, 10222, 6966, 9647, 6590, 7932, 6761, 7627, 7796, 8725, 9840, 8978, 7399, 9534, 7762, 10767, 9981, 10452, 14532, 10553, 14073, 8352, 12449, 8732, 11946, 9003, 13503, 8305, 10793, 8338, 9599, 8066, 9894, 8150, 10111, 7864, 9693, 7493, 8872, 7615, 8162, 10121, 8230, 10726, 7784, 12164, 8167, 11455, 8524, 11160, 7784, 9822, 7141, 8584, 6823, 8306, 12082, 8157, 11760, 7867, 10357, 7955, 9413, 7668, 9879, 7021, 9384, 6597, 8226, 6784, 8037, 8754, 8665, 9477, 8496, 12076, 8449, 12858, 8621, 12093, 8455, 10885, 7568, 9938, 7754, 10292, 7361, 8631, 12133, 8117, 10505, 7928, 11174, 8116, 11213, 7912, 10601, 7524, 11018, 7482, 10973, 7624, 11045, 7622, 9681, 7437, 9298, 7558, 9088, 13684, 8390, 12902, 7839, 10931, 8112, 10547, 7913, 10511, 7241, 9559, 6765, 8440, 6821, 8183, 11135, 7877, 11139, 7558, 10999, 8149, 11009, 7737, 10389, 7112, 9571, 6657, 9188, 6908, 8478, 10042, 8232, 12175, 7890, 12513, 8227, 11720, 7608, 11311, 7393, 8677, 7113, 7726, 10411, 7976, 12509, 7794, 10483, 7329, 9354, 7745, 12027, 7973, 11948, 7974, 11220, 7659, 10953, 7500, 10965, 7301, 10419, 7111, 10225, 7283, 9698, 7279, 9604, 7808, 7903, 10572, 7754, 12462, 7691, 11205, 7433, 9677, 6948, 9260, 6779, 7643, 7385, 6754, 6736, 7125, 11307, 7532, 11635, 8059, 10331, 6788, 9991, 6782, 9282, 7397, 8848, 7505, 8732, 6762, 9500, 7182, 11084, 9144, 10538, 7843, 8740, 9283, 7998, 14115, 8581, 13427, 10039, 11041, 7549, 10494, 7277, 9688, 7510, 9650, 7109, 8163, 6782, 8206, 6987, 8514, 6843, 7981, 8023, 7346, 11103, 7744, 12380, 8326, 11727, 7904, 10154, 6958, 8678, 7454, 7798, 12869, 7404, 11275, 7587, 9774, 7426, 9521, 7144, 9186, 6821, 8254, 6377, 7129, 9135, 7548, 11085, 7767, 9944, 7446, 9685, 7006, 9889, 7015, 10142, 6964, 10449, 6745, 9225, 8270, 8310, 13237, 8309, 12356, 8761, 10659, 7247, 10176, 7303, 10490, 7410, 9959, 10365, 8120, 8548, 7421, 11172, 7484, 12782, 8192, 11098, 7389, 10078, 7327, 9772, 7293, 10668, 7402, 9877, 6828, 8774, 7039, 8206, 9704, 7661, 11898, 7136, 11137, 7369, 10440, 7486, 10734, 6985, 9701, 6485, 8497, 6454, 7651, 11882, 7282, 11214, 7223, 9999, 7112, 10140, 7036, 10116, 6772, 8828, 6550, 8447, 8980, 7721, 14169, 8867, 12169, 8409, 10611, 7646, 10666, 7528, 11279, 7886, 11301, 7032, 10298, 7391, 9560, 7598, 7886, 13994, 7996, 12507, 7571, 10856, 7499, 10329, 7544, 9824, 6948, 9677, 6824, 9553, 6805, 8333, 8822, 7334, 11597, 7076, 10652, 6976, 10090, 6603, 9418, 6383, 8722, 6449, 8488, 6658, 7531, 8791, 7407, 11548, 7243, 10772, 7098, 10748, 6931, 8961, 6676, 7619, 6589, 8765, 12178, 7989, 10125, 8917, 7086, 9543, 8081, 11819, 8658, 12049, 7855, 11105, 7003, 10246, 7831, 9643, 14800, 10300, 14597, 10311, 14773, 11037, 14899, 9483, 13312, 10378, 9987, 14370, 9642, 10981, 9549, 10306, 8931, 9737, 8551, 9364, 6876, 9691, 11326, 9418, 10527, 8854, 10408, 8032, 9994, 7234, 9382, 6850, 9377, 8219, 8596, 12183, 8085, 11200, 7951, 10199, 7502, 10718, 7376, 11009, 7452, 10992, 8026, 11271, 7216, 11247, 7346, 10942, 7390, 10515, 7044, 9598, 7626, 9574, 9820, 8859, 11044, 8435, 8727, 8284, 7902, 9468, 10570, 8756, 11808, 8413, 10229, 8510, 11682, 8216, 11873, 8103, 11517, 7951, 10673, 7636, 11085, 7117, 10645, 6848, 9094, 6684, 8769, 8976, 8813, 13046, 8020, 11845, 8327, 10711, 8073, 10981, 7858, 10880, 6850, 10387, 6725, 8919, 8313, 7688, 12876, 7877, 10901, 7395, 10773, 6877, 10453, 6515, 10508, 6721, 9558, 6728, 9561, 8407, 8855, 13726, 8842, 12386, 8560, 11083, 7855, 10782, 6821, 9429, 7922, 8952, 9547, 8535, 12401, 8226, 11669, 7779, 10962, 7511, 10662, 6816, 10387, 6513, 9441, 7158, 8367, 7338, 8729, 11250, 8341, 11821, 8335, 10308, 7867, 10497, 7054, 10040, 9259, 8577, 10060, 8499, 12132, 8324, 11302, 7512, 10264, 6566, 9853, 6423, 9544, 6659, 8526, 9906, 7756, 9710, 7942, 11784, 8074, 12037, 8242, 12070, 8256, 11380, 8173, 11043, 7326, 11453, 7410, 9985, 6814, 9117, 7378, 9207, 10614, 8460, 12999, 8351, 11447, 8168, 11466, 8608, 11241, 8476, 10755, 8555, 11018, 8140, 10666, 7229, 10592, 6903, 8851, 6719, 9026, 9058, 8913, 12509, 8555, 11127, 8593, 10919, 8235, 11401, 7707, 10517, 6973, 9587, 6985, 8819, 8473, 8457, 11784, 8136, 11526, 7880, 11178, 7110, 10083, 7410, 9238, 10561, 8153, 12434, 7754, 11469, 8113, 10314, 8529, 11188, 8693, 11341, 8383, 8174, 9033, 10803, 9317, 14018, 8617, 12316, 7925, 10506, 7616, 9290, 8507, 9268, 13063, 8997, 11961, 9036, 10814, 9117, 10638, 8484, 10684, 8381, 10535, 8568, 10458, 8206, 9922, 8445, 9017, 12706, 8737, 10353, 8464, 10755, 7662, 10740, 7534, 10047, 7338, 9599, 6881, 9031, 8499, 8443, 8312, 8681, 7877, 9138, 9137, 8770, 10442, 8348, 9003, 9543, 9598, 8918, 14203, 8625, 11930, 8093, 10015, 7054, 9861, 6620, 9017, 8773, 8219, 7713, 8078, 10633, 8025, 11505, 7865, 10160, 7725, 10180, 7163, 10302, 6498], 'WindowCenter': [4083.0, 4120.0, 4065.0, 4105.0, 4073.0, 4103.0, 4092.0, 4092.0, 4049.0, 4090.0, 4039.0, 4100.0, 4050.0, 4101.0, 4061.0, 4102.0, 4050.0, 4102.0, 4050.0, 4101.0, 4052.0, 4102.0, 4071.0, 4102.0, 4060.0, 4101.0, 4050.0, 4101.0, 4050.0, 4102.0, 4059.0, 4090.0, 4048.0, 4089.0, 4047.0, 4089.0, 4067.0, 4078.0, 4056.0, 4067.0, 4050.0, 4093.0, 4060.0, 4080.0, 4057.0, 4069.0, 4037.0, 4069.0, 4049.0, 4081.0, 4081.0, 4083.0, 4092.0, 4073.0, 4102.0, 4071.0, 4112.0, 4071.0, 4101.0, 4071.0, 4100.0, 4060.0, 4089.0, 4070.0, 4090.0, 4048.0, 4078.0, 4037.0, 4068.0, 4037.0, 4060.0, 4079.0, 4061.0, 4098.0, 4069.0, 4089.0, 4060.0, 4089.0, 4060.0, 4101.0, 4060.0, 4090.0, 4038.0, 4079.0, 4047.0, 4069.0, 4068.0, 4058.0, 4088.0, 4058.0, 4087.0, 4048.0, 4088.0, 4048.0, 4088.0, 4070.0, 4090.0, 4060.0, 4103.0, 4075.0, 4092.0, 4062.0, 4090.0, 4062.0, 4091.0, 4062.0, 4091.0, 4060.0, 4102.0, 4061.0, 4092.0, 4050.0, 4080.0, 4039.0, 4080.0, 4069.0, 4071.0, 4070.0, 4060.0, 4079.0, 4059.0, 4101.0, 4071.0, 4101.0, 4070.0, 4101.0, 4070.0, 4090.0, 4061.0, 4091.0, 4050.0, 4080.0, 4050.0, 4081.0, 4050.0, 4082.0, 4061.0, 4081.0, 4079.0, 4071.0, 4111.0, 4070.0, 4102.0, 4070.0, 4088.0, 4060.0, 4078.0, 4047.0, 4078.0, 4047.0, 4088.0, 4059.0, 4089.0, 4069.0, 4087.0, 4046.0, 4088.0, 4047.0, 4076.0, 4047.0, 4075.0, 4035.0, 4076.0, 4035.0, 4066.0, 4034.0, 4066.0, 4024.0, 4055.0, 4034.0, 4045.0, 4054.0, 4046.0, 4065.0, 4046.0, 4071.0, 4050.0, 4077.0, 4049.0, 4078.0, 4047.0, 4078.0, 4046.0, 4077.0, 4037.0, 4068.0, 4077.0, 4046.0, 4075.0, 4045.0, 4075.0, 4034.0, 4066.0, 4034.0, 4066.0, 4035.0, 4056.0, 4034.0, 4046.0, 4076.0, 4036.0, 4066.0, 4047.0, 4066.0, 4036.0, 4068.0, 4036.0, 4059.0, 4113.0, 4073.0, 4090.0, 4057.0, 4056.0, 4045.0, 4055.0, 4047.0, 4067.0, 4058.0, 4068.0, 4047.0, 4088.0, 4046.0, 4088.0, 4034.0, 4076.0, 4023.0, 4044.0, 4034.0, 4055.0, 4064.0, 4044.0, 4074.0, 4034.0, 4063.0, 4034.0, 4064.0, 4045.0, 4077.0, 4037.0, 4066.0, 4026.0, 4068.0, 4035.0, 4057.0, 4088.0, 4035.0, 4075.0, 4035.0, 4066.0, 4024.0, 4065.0, 4036.0, 4046.0, 4077.0, 4035.0, 4065.0, 4025.0, 4066.0, 4025.0, 4068.0, 4038.0, 4048.0, 4077.0, 4038.0, 4079.0, 4038.0, 4088.0, 4049.0, 4091.0, 4062.0, 4082.0, 4051.0, 4091.0, 4062.0, 4103.0, 4060.0, 4093.0, 4080.0, 4059.0, 4110.0, 4057.0, 4088.0, 4079.0, 4086.0, 4045.0, 4065.0, 4036.0, 4076.0, 4046.0, 4077.0, 4047.0, 4078.0, 4059.0, 4077.0, 4047.0, 4076.0, 4037.0, 4066.0, 4036.0, 4077.0, 4037.0, 4089.0, 4037.0, 4076.0, 4025.0, 4057.0, 4034.0, 4056.0, 4076.0, 4047.0, 4086.0, 4046.0, 4076.0, 4046.0, 4089.0, 4057.0, 4077.0, 4047.0, 4065.0, 4046.0, 4075.0, 4046.0, 4077.0, 4035.0, 4077.0, 4014.0, 4056.0, 4023.0, 4047.0, 4045.0, 4046.0, 4077.0, 4058.0, 4066.0, 4047.0, 4088.0, 4058.0, 4097.0, 4056.0, 4074.0, 4044.0, 4064.0, 4033.0, 4064.0, 4023.0, 4063.0, 4023.0, 4064.0, 4033.0, 4074.0, 4033.0, 4075.0, 4033.0, 4064.0, 4034.0, 4075.0, 4035.0, 4073.0, 4021.0, 4065.0, 4023.0, 4063.0, 4032.0, 4064.0, 4032.0, 4055.0, 4053.0, 4043.0, 4053.0, 4044.0, 4073.0, 4043.0, 4063.0, 4044.0, 4062.0, 4034.0, 4064.0, 4024.0, 4063.0, 4022.0, 4064.0, 4025.0, 4064.0, 4024.0, 4077.0, 4034.0, 4056.0, 4034.0, 4056.0, 4065.0, 4046.0, 4087.0, 4048.0, 4076.0, 4048.0, 4076.0, 4035.0, 4076.0, 4025.0, 4078.0, 4040.0, 4078.0, 4019.0, 4051.0, 4033.0, 4064.0, 4034.0, 4064.0, 4023.0, 4057.0, 4012.0, 4042.0, 4078.0, 4106.0, 4050.0, 4090.0, 4036.0, 4076.0, 4035.0, 4078.0, 4035.0, 4076.0, 4037.0, 4089.0, 4038.0, 4089.0, 4036.0, 4088.0, 4036.0, 4089.0, 4037.0, 4076.0, 4046.0, 4065.0, 4037.0, 4077.0, 4035.0, 4088.0, 4066.0, 4078.0, 4055.0, 4055.0, 4075.0, 4044.0, 4096.0, 4054.0, 4085.0, 4042.0, 4052.0, 4020.0, 4041.0, 4022.0, 4053.0, 4053.0, 4056.0, 4110.0, 4090.0, 4086.0, 4041.0, 4043.0, 4063.0, 4029.0, 4061.0, 4071.0, 4040.0, 4072.0, 4041.0, 4073.0, 4030.0, 4051.0, 4079.0, 4038.0, 4059.0, 4027.0, 4059.0, 4025.0, 4048.0, 4024.0, 4012.0, 4013.0, 4002.0, 4001.0, 4012.0, 4032.0, 4012.0, 4032.0, 4011.0, 4021.0, 4012.0, 4032.0, 4013.0, 4023.0, 4014.0, 4023.0, 4014.0, 4025.0, 4016.0, 4039.0, 4007.0, 4040.0, 4027.0, 4042.0, 4061.0, 4043.0, 4071.0, 4043.0, 4062.0, 4042.0, 4063.0, 4044.0, 4064.0, 4035.0, 4076.0, 4022.0, 4066.0, 4024.0, 4058.0, 4034.0, 4057.0, 4056.0, 4068.0, 4037.0, 4068.0, 4038.0, 4089.0, 4059.0, 4090.0, 4089.0, 4079.0, 4057.0, 4079.0, 4066.0, 4069.0, 4099.0, 4057.0, 4086.0, 4054.0, 4064.0, 4023.0, 4064.0, 4023.0, 4056.0, 4076.0, 4047.0, 4076.0, 4045.0, 4085.0, 4060.0, 4088.0, 4060.0, 4088.0, 4058.0, 4076.0, 4060.0, 4079.0, 4059.0, 4089.0, 4058.0, 4077.0, 4037.0, 4076.0, 4036.0, 4078.0, 4088.0, 4046.0, 4063.0, 4045.0, 4084.0, 4046.0, 4085.0, 4055.0, 4075.0, 4045.0, 4066.0, 4044.0, 4078.0, 4036.0, 4065.0, 4024.0, 4046.0, 4024.0, 4047.0, 4046.0, 4069.0, 4079.0, 4069.0, 4048.0, 4079.0, 4047.0, 4090.0, 4068.0, 4080.0, 4097.0, 4078.0, 4085.0, 4043.0, 4074.0, 4042.0, 4073.0, 4042.0, 4073.0, 4030.0, 4060.0, 4030.0, 4041.0, 4030.0, 4051.0, 4031.0, 4049.0, 4030.0, 4050.0, 4019.0, 4042.0, 4030.0, 4043.0, 4051.0, 4041.0, 4060.0, 4031.0, 4071.0, 4042.0, 4073.0, 4044.0, 4063.0, 4020.0, 4053.0, 4011.0, 4042.0, 4009.0, 4043.0, 4074.0, 4033.0, 4072.0, 4033.0, 4061.0, 4042.0, 4053.0, 4045.0, 4065.0, 4023.0, 4054.0, 4024.0, 4045.0, 4025.0, 4046.0, 4056.0, 4056.0, 4066.0, 4056.0, 4086.0, 4055.0, 4087.0, 4056.0, 4086.0, 4044.0, 4065.0, 4032.0, 4053.0, 4030.0, 4065.0, 4032.0, 4043.0, 4072.0, 4043.0, 4061.0, 4031.0, 4071.0, 4044.0, 4074.0, 4045.0, 4063.0, 4033.0, 4063.0, 4033.0, 4074.0, 4034.0, 4074.0, 4032.0, 4053.0, 4021.0, 4052.0, 4031.0, 4053.0, 4085.0, 4042.0, 4072.0, 4032.0, 4061.0, 4032.0, 4063.0, 4031.0, 4063.0, 4022.0, 4053.0, 4023.0, 4043.0, 4023.0, 4056.0, 4074.0, 4046.0, 4074.0, 4045.0, 4074.0, 4047.0, 4076.0, 4035.0, 4064.0, 4023.0, 4054.0, 4024.0, 4056.0, 4024.0, 4056.0, 4067.0, 4046.0, 4085.0, 4045.0, 4087.0, 4044.0, 4075.0, 4035.0, 4078.0, 4022.0, 4042.0, 4021.0, 4033.0, 4062.0, 4032.0, 4072.0, 4044.0, 4065.0, 4036.0, 4054.0, 4045.0, 4085.0, 4046.0, 4075.0, 4045.0, 4075.0, 4047.0, 4076.0, 4035.0, 4074.0, 4033.0, 4064.0, 4023.0, 4064.0, 4022.0, 4053.0, 4023.0, 4053.0, 4021.0, 4032.0, 4063.0, 4032.0, 4072.0, 4031.0, 4061.0, 4021.0, 4051.0, 4021.0, 4053.0, 4022.0, 4034.0, 4021.0, 4023.0, 4014.0, 4026.0, 4075.0, 4046.0, 4077.0, 4045.0, 4064.0, 4024.0, 4066.0, 4013.0, 4054.0, 4033.0, 4054.0, 4023.0, 4043.0, 4023.0, 4065.0, 4023.0, 4075.0, 4054.0, 4064.0, 4033.0, 4043.0, 4041.0, 4034.0, 4086.0, 4031.0, 4071.0, 4041.0, 4050.0, 4019.0, 4048.0, 4009.0, 4039.0, 4008.0, 4039.0, 4007.0, 4027.0, 3997.0, 4030.0, 4008.0, 4041.0, 4009.0, 4032.0, 4030.0, 4022.0, 4062.0, 4031.0, 4073.0, 4042.0, 4063.0, 4021.0, 4050.0, 4009.0, 4029.0, 4020.0, 4031.0, 4072.0, 4019.0, 4059.0, 4020.0, 4050.0, 4020.0, 4051.0, 4022.0, 4041.0, 4009.0, 4042.0, 3999.0, 4022.0, 4051.0, 4033.0, 4072.0, 4033.0, 4064.0, 4035.0, 4064.0, 4023.0, 4065.0, 4036.0, 4065.0, 4024.0, 4077.0, 4023.0, 4055.0, 4043.0, 4043.0, 4085.0, 4043.0, 4073.0, 4042.0, 4051.0, 4021.0, 4052.0, 4019.0, 4062.0, 4020.0, 4050.0, 4050.0, 4031.0, 4028.0, 4019.0, 4059.0, 4021.0, 4070.0, 4029.0, 4060.0, 4019.0, 4050.0, 4021.0, 4051.0, 4021.0, 4061.0, 4020.0, 4052.0, 4010.0, 4042.0, 4009.0, 4043.0, 4051.0, 4032.0, 4072.0, 4021.0, 4062.0, 4021.0, 4063.0, 4032.0, 4062.0, 4022.0, 4052.0, 4010.0, 4042.0, 4011.0, 4034.0, 4073.0, 4033.0, 4073.0, 4034.0, 4064.0, 4024.0, 4065.0, 4023.0, 4065.0, 4012.0, 4054.0, 4012.0, 4044.0, 4042.0, 4034.0, 4096.0, 4054.0, 4074.0, 4043.0, 4062.0, 4032.0, 4063.0, 4034.0, 4062.0, 4031.0, 4062.0, 4009.0, 4052.0, 4019.0, 4041.0, 4019.0, 4032.0, 4071.0, 4020.0, 4059.0, 4019.0, 4050.0, 4021.0, 4049.0, 4020.0, 4050.0, 4020.0, 4052.0, 4010.0, 4052.0, 4010.0, 4041.0, 4041.0, 4022.0, 4061.0, 4022.0, 4061.0, 4022.0, 4062.0, 4010.0, 4052.0, 4012.0, 4043.0, 4012.0, 4055.0, 4013.0, 4034.0, 4043.0, 4035.0, 4076.0, 4036.0, 4076.0, 4025.0, 4076.0, 4023.0, 4056.0, 4012.0, 4033.0, 4025.0, 4084.0, 4100.0, 4059.0, 4078.0, 4055.0, 4023.0, 4053.0, 4044.0, 4073.0, 4056.0, 4075.0, 4046.0, 4076.0, 4024.0, 4066.0, 4034.0, 4056.0, 4085.0, 4053.0, 4083.0, 4051.0, 4070.0, 4050.0, 4070.0, 4025.0, 4046.0, 4022.0, 4021.0, 4042.0, 4010.0, 4019.0, 4009.0, 4009.0, 3998.0, 4009.0, 3999.0, 4012.0, 3970.0, 4023.0, 4032.0, 4023.0, 4035.0, 4026.0, 4035.0, 4016.0, 4037.0, 4008.0, 4039.0, 3996.0, 4040.0, 4029.0, 4040.0, 4061.0, 4031.0, 4062.0, 4032.0, 4052.0, 4023.0, 4064.0, 4034.0, 4075.0, 4035.0, 4075.0, 4046.0, 4075.0, 4035.0, 4077.0, 4023.0, 4077.0, 4025.0, 4065.0, 4022.0, 4054.0, 4021.0, 4052.0, 4053.0, 4042.0, 4065.0, 4033.0, 4042.0, 4031.0, 4030.0, 4053.0, 4064.0, 4044.0, 4073.0, 4044.0, 4053.0, 4044.0, 4073.0, 4044.0, 4073.0, 4034.0, 4074.0, 4034.0, 4063.0, 4033.0, 4062.0, 4023.0, 4064.0, 4011.0, 4044.0, 4010.0, 4044.0, 4041.0, 4054.0, 4085.0, 4034.0, 4073.0, 4044.0, 4062.0, 4035.0, 4062.0, 4033.0, 4063.0, 4012.0, 4066.0, 4012.0, 4043.0, 4032.0, 4034.0, 4074.0, 4035.0, 4063.0, 4034.0, 4063.0, 4013.0, 4064.0, 4013.0, 4065.0, 4024.0, 4066.0, 4013.0, 4065.0, 4043.0, 4054.0, 4085.0, 4044.0, 4073.0, 4042.0, 4062.0, 4031.0, 4063.0, 3999.0, 4041.0, 4019.0, 4040.0, 4038.0, 4030.0, 4060.0, 4032.0, 4061.0, 4019.0, 4050.0, 4008.0, 4050.0, 4000.0, 4050.0, 4001.0, 4051.0, 4009.0, 4031.0, 4020.0, 4044.0, 4061.0, 4032.0, 4072.0, 4032.0, 4054.0, 4032.0, 4062.0, 4011.0, 4053.0, 4041.0, 4042.0, 4051.0, 4044.0, 4072.0, 4032.0, 4063.0, 4021.0, 4051.0, 4011.0, 4052.0, 4000.0, 4053.0, 4011.0, 4043.0, 4064.0, 4036.0, 4065.0, 4045.0, 4074.0, 4047.0, 4087.0, 4045.0, 4076.0, 4045.0, 4073.0, 4044.0, 4064.0, 4023.0, 4063.0, 4021.0, 4052.0, 4001.0, 4041.0, 4009.0, 4041.0, 4062.0, 4031.0, 4071.0, 4031.0, 4060.0, 4030.0, 4059.0, 4041.0, 4061.0, 4033.0, 4062.0, 4043.0, 4061.0, 4031.0, 4063.0, 4023.0, 4063.0, 4011.0, 4055.0, 4011.0, 4043.0, 4043.0, 4044.0, 4073.0, 4043.0, 4064.0, 4044.0, 4064.0, 4044.0, 4075.0, 4033.0, 4065.0, 4012.0, 4054.0, 4013.0, 4055.0, 4044.0, 4046.0, 4075.0, 4035.0, 4075.0, 4034.0, 4077.0, 4023.0, 4066.0, 4023.0, 4053.0, 4065.0, 4045.0, 4074.0, 4033.0, 4073.0, 4033.0, 4064.0, 4056.0, 4075.0, 4056.0, 4075.0, 4045.0, 4043.0, 4055.0, 4063.0, 4053.0, 4084.0, 4042.0, 4073.0, 4020.0, 4050.0, 4019.0, 4041.0, 4030.0, 4042.0, 4073.0, 4042.0, 4061.0, 4041.0, 4050.0, 4040.0, 4050.0, 4042.0, 4052.0, 4033.0, 4052.0, 4032.0, 4052.0, 4031.0, 4052.0, 4031.0, 4042.0, 4073.0, 4031.0, 4051.0, 4031.0, 4060.0, 4022.0, 4064.0, 4022.0, 4053.0, 4023.0, 4054.0, 4012.0, 4056.0, 4044.0, 4044.0, 4043.0, 4045.0, 4045.0, 4056.0, 4056.0, 4057.0, 4076.0, 4047.0, 4056.0, 4067.0, 4066.0, 4057.0, 4100.0, 4055.0, 4074.0, 4033.0, 4052.0, 4021.0, 4052.0, 4012.0, 4043.0, 4041.0, 4032.0, 4020.0, 4032.0, 4061.0, 4033.0, 4073.0, 4033.0, 4062.0, 4033.0, 4062.0, 4022.0, 4064.0, 4014.0], 'WindowWidth': [9129.0, 9168.0, 9086.0, 9135.0, 9092.0, 9131.0, 9112.0, 9113.0, 9052.0, 9106.0, 9038.0, 9120.0, 9057.0, 9125.0, 9070.0, 9127.0, 9053.0, 9124.0, 9056.0, 9124.0, 9060.0, 9127.0, 9084.0, 9127.0, 9068.0, 9123.0, 9054.0, 9125.0, 9055.0, 9125.0, 9065.0, 9107.0, 9049.0, 9102.0, 9044.0, 9103.0, 9073.0, 9086.0, 9056.0, 9070.0, 9056.0, 9117.0, 9066.0, 9091.0, 9058.0, 9076.0, 9032.0, 9076.0, 9050.0, 9097.0, 9095.0, 9100.0, 9111.0, 9088.0, 9124.0, 9084.0, 9138.0, 9083.0, 9123.0, 9082.0, 9119.0, 9065.0, 9100.0, 9078.0, 9103.0, 9045.0, 9085.0, 9028.0, 9071.0, 9029.0, 9063.0, 9088.0, 9067.0, 9113.0, 9076.0, 9102.0, 9065.0, 9102.0, 9065.0, 9119.0, 9065.0, 9104.0, 9033.0, 9088.0, 9043.0, 9073.0, 9072.0, 9058.0, 9098.0, 9059.0, 9096.0, 9044.0, 9095.0, 9046.0, 9099.0, 9078.0, 9104.0, 9065.0, 9130.0, 9097.0, 9112.0, 9071.0, 9105.0, 9072.0, 9106.0, 9072.0, 9106.0, 9067.0, 9124.0, 9068.0, 9111.0, 9052.0, 9091.0, 9035.0, 9092.0, 9075.0, 9081.0, 9077.0, 9066.0, 9090.0, 9064.0, 9120.0, 9080.0, 9122.0, 9078.0, 9120.0, 9079.0, 9103.0, 9069.0, 9107.0, 9051.0, 9090.0, 9051.0, 9093.0, 9054.0, 9099.0, 9068.0, 9096.0, 9089.0, 9081.0, 9135.0, 9078.0, 9122.0, 9077.0, 9100.0, 9063.0, 9085.0, 9043.0, 9083.0, 9043.0, 9099.0, 9062.0, 9101.0, 9073.0, 9094.0, 9042.0, 9096.0, 9043.0, 9078.0, 9041.0, 9075.0, 9023.0, 9078.0, 9024.0, 9065.0, 9019.0, 9063.0, 9005.0, 9049.0, 9017.0, 9034.0, 9046.0, 9037.0, 9062.0, 9038.0, 9084.0, 9052.0, 9081.0, 9047.0, 9083.0, 9044.0, 9082.0, 9040.0, 9081.0, 9028.0, 9069.0, 9078.0, 9038.0, 9074.0, 9035.0, 9073.0, 9019.0, 9063.0, 9018.0, 9061.0, 9020.0, 9050.0, 9019.0, 9037.0, 9076.0, 9026.0, 9064.0, 9039.0, 9064.0, 9024.0, 9068.0, 9025.0, 9058.0, 9143.0, 9089.0, 9102.0, 9055.0, 9050.0, 9036.0, 9049.0, 9040.0, 9067.0, 9057.0, 9068.0, 9042.0, 9096.0, 9038.0, 9097.0, 9018.0, 9075.0, 9000.0, 9031.0, 9018.0, 9047.0, 9057.0, 9031.0, 9070.0, 9017.0, 9055.0, 9018.0, 9056.0, 9036.0, 9078.0, 9025.0, 9064.0, 9011.0, 9067.0, 9020.0, 9052.0, 9096.0, 9021.0, 9074.0, 9020.0, 9062.0, 9005.0, 9061.0, 9023.0, 9036.0, 9077.0, 9020.0, 9059.0, 9008.0, 9061.0, 9008.0, 9069.0, 9029.0, 9043.0, 9079.0, 9031.0, 9082.0, 9031.0, 9097.0, 9047.0, 9104.0, 9069.0, 9094.0, 9055.0, 9105.0, 9071.0, 9127.0, 9063.0, 9109.0, 9086.0, 9059.0, 9129.0, 9053.0, 9096.0, 9083.0, 9089.0, 9034.0, 9060.0, 9023.0, 9076.0, 9037.0, 9079.0, 9041.0, 9082.0, 9060.0, 9078.0, 9040.0, 9076.0, 9025.0, 9062.0, 9024.0, 9080.0, 9028.0, 9098.0, 9026.0, 9075.0, 9005.0, 9049.0, 9016.0, 9048.0, 9075.0, 9037.0, 9091.0, 9035.0, 9074.0, 9036.0, 9098.0, 9054.0, 9078.0, 9039.0, 9059.0, 9036.0, 9072.0, 9037.0, 9078.0, 9021.0, 9078.0, 8990.0, 9047.0, 9001.0, 9036.0, 9033.0, 9038.0, 9079.0, 9055.0, 9062.0, 9038.0, 9094.0, 9053.0, 9105.0, 9049.0, 9070.0, 9029.0, 9056.0, 9012.0, 9057.0, 9000.0, 9051.0, 8998.0, 9053.0, 9013.0, 9068.0, 9016.0, 9072.0, 9015.0, 9055.0, 9017.0, 9073.0, 9019.0, 9067.0, 8996.0, 9056.0, 8998.0, 9053.0, 9012.0, 9056.0, 9012.0, 9045.0, 9039.0, 9027.0, 9039.0, 9028.0, 9067.0, 9026.0, 9052.0, 9028.0, 9050.0, 9015.0, 9055.0, 9002.0, 9053.0, 8999.0, 9054.0, 9006.0, 9056.0, 9005.0, 9077.0, 9019.0, 9050.0, 9016.0, 9050.0, 9060.0, 9037.0, 9091.0, 9040.0, 9075.0, 9039.0, 9074.0, 9019.0, 9076.0, 9008.0, 9080.0, 9039.0, 9081.0, 8983.0, 9025.0, 9009.0, 9050.0, 9014.0, 9052.0, 8994.0, 9045.0, 8977.0, 9019.0, 9106.0, 9137.0, 9053.0, 9103.0, 9026.0, 9077.0, 9022.0, 9083.0, 9024.0, 9077.0, 9030.0, 9099.0, 9030.0, 9099.0, 9026.0, 9094.0, 9023.0, 9099.0, 9027.0, 9078.0, 9037.0, 9061.0, 9025.0, 9080.0, 9021.0, 9094.0, 9064.0, 9080.0, 9047.0, 9045.0, 9072.0, 9029.0, 9106.0, 9044.0, 9085.0, 9023.0, 9035.0, 8991.0, 9021.0, 8996.0, 9039.0, 9039.0, 9052.0, 9132.0, 9103.0, 9090.0, 9022.0, 9029.0, 9054.0, 9003.0, 9049.0, 9061.0, 9020.0, 9063.0, 9022.0, 9068.0, 9005.0, 9034.0, 9071.0, 9011.0, 9040.0, 8994.0, 9041.0, 8987.0, 9024.0, 8984.0, 8966.0, 8969.0, 8952.0, 8947.0, 8964.0, 8990.0, 8965.0, 8989.0, 8962.0, 8976.0, 8966.0, 8992.0, 8968.0, 8982.0, 8972.0, 8984.0, 8972.0, 8990.0, 8979.0, 9014.0, 8969.0, 9017.0, 8998.0, 9022.0, 9045.0, 9026.0, 9062.0, 9027.0, 9050.0, 9026.0, 9054.0, 9030.0, 9057.0, 9019.0, 9074.0, 9001.0, 9061.0, 9005.0, 9053.0, 9019.0, 9052.0, 9051.0, 9071.0, 9028.0, 9072.0, 9031.0, 9100.0, 9059.0, 9102.0, 9099.0, 9088.0, 9053.0, 9084.0, 9065.0, 9070.0, 9114.0, 9052.0, 9090.0, 9045.0, 9056.0, 9002.0, 9056.0, 9003.0, 9051.0, 9076.0, 9040.0, 9075.0, 9035.0, 9088.0, 9061.0, 9097.0, 9062.0, 9096.0, 9058.0, 9077.0, 9060.0, 9083.0, 9060.0, 9097.0, 9057.0, 9079.0, 9026.0, 9076.0, 9022.0, 9080.0, 9093.0, 9034.0, 9056.0, 9033.0, 9083.0, 9036.0, 9088.0, 9048.0, 9071.0, 9033.0, 9060.0, 9032.0, 9080.0, 9024.0, 9059.0, 9005.0, 9035.0, 9003.0, 9039.0, 9037.0, 9072.0, 9084.0, 9075.0, 9043.0, 9086.0, 9040.0, 9100.0, 9070.0, 9087.0, 9108.0, 9081.0, 9087.0, 9026.0, 9070.0, 9023.0, 9066.0, 9023.0, 9066.0, 9004.0, 9044.0, 9002.0, 9017.0, 9002.0, 9031.0, 9005.0, 9027.0, 9002.0, 9031.0, 8989.0, 9023.0, 9005.0, 9026.0, 9034.0, 9022.0, 9046.0, 9008.0, 9062.0, 9024.0, 9064.0, 9028.0, 9051.0, 8990.0, 9036.0, 8979.0, 9022.0, 8976.0, 9026.0, 9070.0, 9014.0, 9063.0, 9012.0, 9048.0, 9025.0, 9038.0, 9034.0, 9059.0, 9001.0, 9043.0, 9001.0, 9031.0, 9005.0, 9039.0, 9050.0, 9050.0, 9064.0, 9051.0, 9090.0, 9048.0, 9092.0, 9049.0, 9089.0, 9030.0, 9059.0, 9011.0, 9038.0, 9006.0, 9056.0, 9013.0, 9028.0, 9064.0, 9026.0, 9047.0, 9010.0, 9061.0, 9033.0, 9071.0, 9032.0, 9054.0, 9014.0, 9053.0, 9014.0, 9071.0, 9019.0, 9070.0, 9011.0, 9038.0, 8994.0, 9037.0, 9007.0, 9042.0, 9085.0, 9023.0, 9065.0, 9010.0, 9047.0, 9011.0, 9052.0, 9010.0, 9051.0, 8997.0, 9038.0, 9000.0, 9028.0, 9001.0, 9049.0, 9069.0, 9036.0, 9070.0, 9034.0, 9069.0, 9037.0, 9074.0, 9018.0, 9055.0, 9001.0, 9041.0, 9002.0, 9047.0, 9003.0, 9049.0, 9062.0, 9035.0, 9086.0, 9031.0, 9088.0, 9027.0, 9073.0, 9018.0, 9080.0, 8999.0, 9023.0, 8994.0, 9011.0, 9050.0, 9011.0, 9063.0, 9030.0, 9058.0, 9022.0, 9043.0, 9034.0, 9085.0, 9036.0, 9072.0, 9033.0, 9071.0, 9039.0, 9075.0, 9019.0, 9071.0, 9014.0, 9055.0, 9001.0, 9055.0, 8998.0, 9040.0, 9000.0, 9039.0, 8993.0, 9009.0, 9052.0, 9010.0, 9065.0, 9007.0, 9045.0, 8993.0, 9032.0, 8993.0, 9037.0, 8997.0, 9016.0, 8993.0, 9000.0, 8989.0, 9007.0, 9070.0, 9035.0, 9076.0, 9032.0, 9057.0, 9002.0, 9058.0, 8986.0, 9043.0, 9012.0, 9041.0, 8998.0, 9026.0, 9002.0, 9057.0, 9000.0, 9072.0, 9042.0, 9056.0, 9012.0, 9025.0, 9021.0, 9012.0, 9090.0, 9006.0, 9062.0, 9018.0, 9028.0, 8986.0, 9022.0, 8970.0, 9013.0, 8971.0, 9010.0, 8966.0, 8994.0, 8956.0, 9002.0, 8972.0, 9020.0, 8975.0, 9009.0, 9004.0, 8997.0, 9050.0, 9008.0, 9067.0, 9024.0, 9050.0, 8991.0, 9028.0, 8972.0, 8999.0, 8989.0, 9007.0, 9064.0, 8987.0, 9040.0, 8989.0, 9028.0, 8990.0, 9033.0, 8997.0, 9020.0, 8977.0, 9022.0, 8962.0, 8998.0, 9033.0, 9014.0, 9063.0, 9016.0, 9055.0, 9019.0, 9056.0, 9003.0, 9058.0, 9023.0, 9060.0, 9003.0, 9077.0, 9002.0, 9044.0, 9026.0, 9027.0, 9089.0, 9025.0, 9066.0, 9022.0, 9032.0, 8991.0, 9033.0, 8987.0, 9049.0, 8993.0, 9030.0, 9029.0, 9004.0, 8998.0, 8988.0, 9041.0, 8994.0, 9059.0, 9001.0, 9042.0, 8989.0, 9028.0, 8993.0, 9032.0, 8997.0, 9047.0, 8991.0, 9033.0, 8978.0, 9021.0, 8976.0, 9025.0, 9034.0, 9009.0, 9063.0, 8996.0, 9050.0, 8995.0, 9053.0, 9011.0, 9050.0, 8997.0, 9035.0, 8979.0, 9022.0, 8981.0, 9016.0, 9067.0, 9014.0, 9066.0, 9017.0, 9055.0, 9003.0, 9061.0, 9001.0, 9057.0, 8986.0, 9041.0, 8985.0, 9029.0, 9024.0, 9018.0, 9103.0, 9040.0, 9068.0, 9025.0, 9048.0, 9011.0, 9052.0, 9017.0, 9051.0, 9008.0, 9049.0, 8974.0, 9033.0, 8987.0, 9017.0, 8987.0, 9008.0, 9061.0, 8988.0, 9042.0, 8988.0, 9030.0, 8992.0, 9027.0, 8990.0, 9028.0, 8992.0, 9033.0, 8978.0, 9034.0, 8978.0, 9020.0, 9019.0, 8997.0, 9048.0, 8995.0, 9045.0, 8995.0, 9048.0, 8979.0, 9036.0, 8983.0, 9025.0, 8985.0, 9043.0, 8986.0, 9017.0, 9027.0, 9019.0, 9072.0, 9020.0, 9073.0, 9004.0, 9073.0, 8999.0, 9045.0, 8983.0, 9014.0, 9006.0, 9101.0, 9117.0, 9060.0, 9081.0, 9043.0, 9000.0, 9036.0, 9028.0, 9065.0, 9048.0, 9070.0, 9032.0, 9073.0, 9002.0, 9059.0, 9016.0, 9046.0, 9085.0, 9038.0, 9079.0, 9031.0, 9056.0, 9025.0, 9057.0, 8983.0, 9015.0, 8974.0, 8972.0, 9003.0, 8955.0, 8966.0, 8953.0, 8951.0, 8937.0, 8953.0, 8941.0, 8963.0, 8904.0, 8979.0, 8990.0, 8980.0, 8996.0, 8987.0, 8997.0, 8974.0, 9004.0, 8967.0, 9009.0, 8952.0, 9015.0, 8998.0, 9016.0, 9042.0, 9004.0, 9044.0, 9008.0, 9034.0, 8999.0, 9052.0, 9016.0, 9070.0, 9019.0, 9070.0, 9034.0, 9070.0, 9018.0, 9072.0, 9000.0, 9077.0, 9004.0, 9056.0, 8994.0, 9038.0, 8992.0, 9036.0, 9037.0, 9023.0, 9055.0, 9010.0, 9020.0, 9005.0, 9002.0, 9039.0, 9055.0, 9029.0, 9067.0, 9025.0, 9036.0, 9026.0, 9065.0, 9026.0, 9063.0, 9014.0, 9065.0, 9013.0, 9050.0, 9011.0, 9048.0, 8997.0, 9052.0, 8979.0, 9025.0, 8976.0, 9025.0, 9019.0, 9041.0, 9085.0, 9015.0, 9063.0, 9026.0, 9048.0, 9015.0, 9047.0, 9012.0, 9051.0, 8983.0, 9059.0, 8983.0, 9024.0, 9008.0, 9012.0, 9067.0, 9016.0, 9052.0, 9014.0, 9051.0, 8987.0, 9055.0, 8986.0, 9057.0, 9003.0, 9059.0, 8987.0, 9057.0, 9026.0, 9040.0, 9086.0, 9028.0, 9064.0, 9020.0, 9048.0, 9005.0, 9049.0, 8959.0, 9017.0, 8985.0, 9014.0, 9010.0, 9000.0, 9041.0, 9006.0, 9043.0, 8985.0, 9027.0, 8971.0, 9028.0, 8962.0, 9027.0, 8964.0, 9031.0, 8974.0, 9005.0, 8990.0, 9026.0, 9047.0, 9009.0, 9060.0, 9010.0, 9037.0, 9009.0, 9047.0, 8980.0, 9036.0, 9018.0, 9022.0, 9032.0, 9025.0, 9062.0, 9009.0, 9051.0, 8994.0, 9033.0, 8980.0, 9033.0, 8965.0, 9037.0, 8982.0, 9027.0, 9053.0, 9020.0, 9057.0, 9033.0, 9070.0, 9037.0, 9088.0, 9032.0, 9071.0, 9031.0, 9066.0, 9026.0, 9053.0, 9000.0, 9051.0, 8992.0, 9034.0, 8964.0, 9018.0, 8972.0, 9016.0, 9048.0, 9005.0, 9060.0, 9005.0, 9041.0, 9002.0, 9040.0, 9020.0, 9045.0, 9010.0, 9047.0, 9023.0, 9045.0, 9006.0, 9050.0, 8996.0, 9051.0, 8979.0, 9043.0, 8979.0, 9025.0, 9024.0, 9025.0, 9063.0, 9024.0, 9053.0, 9028.0, 9051.0, 9027.0, 9069.0, 9011.0, 9056.0, 8982.0, 9038.0, 8985.0, 9043.0, 9027.0, 9033.0, 9069.0, 9017.0, 9069.0, 9015.0, 9075.0, 8999.0, 9057.0, 8996.0, 9036.0, 9056.0, 9032.0, 9069.0, 9013.0, 9066.0, 9014.0, 9057.0, 9048.0, 9069.0, 9048.0, 9071.0, 9032.0, 9026.0, 9043.0, 9052.0, 9037.0, 9083.0, 9020.0, 9066.0, 8989.0, 9030.0, 8986.0, 9015.0, 9002.0, 9019.0, 9066.0, 9021.0, 9043.0, 9016.0, 9026.0, 9016.0, 9028.0, 9021.0, 9033.0, 9009.0, 9031.0, 9006.0, 9031.0, 9002.0, 9033.0, 9006.0, 9020.0, 9062.0, 9003.0, 9030.0, 9005.0, 9041.0, 8995.0, 9050.0, 8994.0, 9037.0, 8997.0, 9039.0, 8981.0, 9045.0, 9027.0, 9028.0, 9023.0, 9030.0, 9029.0, 9046.0, 9046.0, 9050.0, 9074.0, 9036.0, 9047.0, 9064.0, 9058.0, 9049.0, 9116.0, 9046.0, 9069.0, 9011.0, 9037.0, 8995.0, 9035.0, 8982.0, 9025.0, 9021.0, 9010.0, 8990.0, 9009.0, 9046.0, 9012.0, 9065.0, 9012.0, 9049.0, 9012.0, 9049.0, 8997.0, 9055.0, 8989.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.009121325757575759</td></tr>
<tr><td colspan=3>aqi</td><td>0.08466728553030303</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.732597744389736</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2438608340333583</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0830893916224429</td></tr>
<tr><td colspan=3>efc</td><td>0.4895</td></tr>
<tr><td colspan=3>fber</td><td>5054.8794</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08752606411255352</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6363636363636362</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.653375815366732</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.442343850860894</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9927315650113555</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.525052030227946</td></tr>
<tr><td colspan=3>gcor</td><td>0.00970038</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020110318437218666</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035895057022571564</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.0363007928615495</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.9635</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.4178</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.6861</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294899.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>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.5273</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4843</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.6744</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3220.2466</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.3143</td></tr>
<tr><td colspan=3>tsnr</td><td>24.14675004570745</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>