ds005256-mriqc/sub-0127_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter cbe89dcd1c [DATALAD RUNCMD] Compute MRIQC for sub-0127
=== 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-0127 --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-0127",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:19:42 +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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-04/func/sub-0127_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>443a5c75e30056358a57488413d28a15</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>20:26:35.322500</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.999972, 0.000374341, -0.0074723, -0.000872669, 0.997766, -0.0667986]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0879468</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>[4200, -7749, -7240, 267, -199, 132, -86, 129]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.836</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46a38085-1d66-4927-a4fd-fa34955f9e00||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.682851791381836, -0.002341305837035179, -0.020062623545527458, 113.05838012695312], [-0.0010043297661468387, 2.676933526992798, -0.1803688257932663, -97.25082397460938], [-0.020047631114721298, 0.17921581864356995, 2.6938939094543457, -92.00786590576172], [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': ['202635.322500', '202635.782500', '202636.242500', '202636.702500', '202637.162500', '202637.622500', '202638.082500', '202638.542500', '202639.002500', '202639.462500', '202639.922500', '202640.382500', '202640.842500', '202641.302500', '202641.762500', '202642.222500', '202642.682500', '202643.142500', '202643.602500', '202644.062500', '202644.522500', '202644.982500', '202645.442500', '202645.902500', '202646.362500', '202646.822500', '202647.282500', '202647.742500', '202648.202500', '202648.662500', '202649.122500', '202649.582500', '202650.042500', '202650.502500', '202650.962500', '202651.422500', '202651.882500', '202652.342500', '202652.802500', '202653.262500', '202653.722500', '202654.182500', '202654.642500', '202655.102500', '202655.562500', '202656.022500', '202656.482500', '202656.942500', '202657.402500', '202657.862500', '202658.322500', '202658.782500', '202659.242500', '202659.702500', '202700.162500', '202700.622500', '202701.082500', '202701.542500', '202702.002500', '202702.462500', '202702.922500', '202703.382500', '202703.842500', '202704.302500', '202704.762500', '202705.222500', '202705.682500', '202706.142500', '202706.602500', '202707.062500', '202707.522500', '202707.982500', '202708.442500', '202708.902500', '202709.362500', '202709.822500', '202710.282500', '202710.742500', '202711.202500', '202711.662500', '202712.122500', '202712.582500', '202713.042500', '202713.502500', '202713.962500', '202714.422500', '202714.882500', '202715.342500', '202715.802500', '202716.262500', '202716.722500', '202717.182500', '202717.642500', '202718.102500', '202718.562500', '202719.022500', '202719.482500', '202719.942500', '202720.402500', '202720.862500', '202721.322500', '202721.782500', '202722.242500', '202722.702500', '202723.162500', '202723.622500', '202724.082500', '202724.542500', '202725.002500', '202725.462500', '202725.922500', '202726.382500', '202726.842500', '202727.302500', '202727.762500', '202728.222500', '202728.682500', '202729.142500', '202729.602500', '202730.062500', '202730.522500', '202730.982500', '202731.442500', '202731.902500', '202732.362500', '202732.822500', '202733.282500', '202733.742500', '202734.202500', '202734.662500', '202735.122500', '202735.582500', '202736.042500', '202736.502500', '202736.962500', '202737.422500', '202737.882500', '202738.342500', '202738.802500', '202739.262500', '202739.722500', '202740.182500', '202740.642500', '202741.102500', '202741.562500', '202742.022500', '202742.482500', '202742.942500', '202743.402500', '202743.862500', '202744.322500', '202744.782500', '202745.242500', '202745.702500', '202746.162500', '202746.622500', '202747.082500', '202747.542500', '202748.002500', '202748.462500', '202748.922500', '202749.382500', '202749.842500', '202750.302500', '202750.762500', '202751.222500', '202751.682500', '202752.142500', '202752.602500', '202753.062500', '202753.522500', '202753.982500', '202754.442500', '202754.902500', '202755.362500', '202755.822500', '202756.282500', '202756.742500', '202757.202500', '202757.662500', '202758.122500', '202758.582500', '202759.042500', '202759.502500', '202759.962500', '202800.422500', '202800.882500', '202801.342500', '202801.802500', '202802.262500', '202802.722500', '202803.182500', '202803.642500', '202804.102500', '202804.562500', '202805.022500', '202805.482500', '202805.942500', '202806.402500', '202806.862500', '202807.322500', '202807.782500', '202808.242500', '202808.702500', '202809.162500', '202809.622500', '202810.082500', '202810.542500', '202811.002500', '202811.462500', '202811.922500', '202812.382500', '202812.842500', '202813.302500', '202813.762500', '202814.222500', '202814.682500', '202815.142500', '202815.602500', '202816.062500', '202816.522500', '202816.982500', '202817.442500', '202817.902500', '202818.362500', '202818.822500', '202819.282500', '202819.742500', '202820.202500', '202820.662500', '202821.122500', '202821.582500', '202822.042500', '202822.502500', '202822.962500', '202823.422500', '202823.882500', '202824.342500', '202824.802500', '202825.262500', '202825.722500', '202826.182500', '202826.642500', '202827.102500', '202827.562500', '202828.022500', '202828.482500', '202828.942500', '202829.402500', '202829.862500', '202830.322500', '202830.782500', '202831.242500', '202831.702500', '202832.162500', '202832.622500', '202833.082500', '202833.542500', '202834.002500', '202834.462500', '202834.922500', '202835.382500', '202835.842500', '202836.302500', '202836.762500', '202837.222500', '202837.682500', '202838.142500', '202838.602500', '202839.062500', '202839.522500', '202839.982500', '202840.442500', '202840.902500', '202841.362500', '202841.822500', '202842.282500', '202842.742500', '202843.202500', '202843.662500', '202844.122500', '202844.582500', '202845.042500', '202845.502500', '202845.962500', '202846.422500', '202846.882500', '202847.342500', '202847.802500', '202848.262500', '202848.722500', '202849.182500', '202849.642500', '202850.102500', '202850.562500', '202851.022500', '202851.482500', '202851.942500', '202852.402500', '202852.862500', '202853.322500', '202853.782500', '202854.242500', '202854.702500', '202855.162500', '202855.622500', '202856.082500', '202856.542500', '202857.002500', '202857.462500', '202857.922500', '202858.382500', '202858.842500', '202859.302500', '202859.762500', '202900.222500', '202900.682500', '202901.142500', '202901.602500', '202902.062500', '202902.522500', '202902.982500', '202903.442500', '202903.902500', '202904.362500', '202904.822500', '202905.282500', '202905.742500', '202906.202500', '202906.662500', '202907.122500', '202907.582500', '202908.042500', '202908.502500', '202908.962500', '202909.422500', '202909.882500', '202910.342500', '202910.802500', '202911.262500', '202911.722500', '202912.182500', '202912.642500', '202913.102500', '202913.562500', '202914.022500', '202914.482500', '202914.942500', '202915.402500', '202915.862500', '202916.322500', '202916.782500', '202917.242500', '202917.702500', '202918.162500', '202918.622500', '202919.082500', '202919.542500', '202920.002500', '202920.462500', '202920.922500', '202921.382500', '202921.842500', '202922.302500', '202922.762500', '202923.222500', '202923.682500', '202924.142500', '202924.602500', '202925.062500', '202925.522500', '202925.982500', '202926.442500', '202926.902500', '202927.362500', '202927.822500', '202928.282500', '202928.742500', '202929.202500', '202929.662500', '202930.122500', '202930.582500', '202931.042500', '202931.502500', '202931.962500', '202932.422500', '202932.882500', '202933.342500', '202933.802500', '202934.262500', '202934.722500', '202935.182500', '202935.642500', '202936.102500', '202936.562500', '202937.022500', '202937.482500', '202937.942500', '202938.402500', '202938.862500', '202939.322500', '202939.782500', '202940.242500', '202940.702500', '202941.162500', '202941.622500', '202942.082500', '202942.542500', '202943.002500', '202943.462500', '202943.922500', '202944.382500', '202944.842500', '202945.302500', '202945.762500', '202946.222500', '202946.682500', '202947.142500', '202947.602500', '202948.062500', '202948.522500', '202948.982500', '202949.442500', '202949.902500', '202950.362500', '202950.822500', '202951.282500', '202951.742500', '202952.202500', '202952.662500', '202953.122500', '202953.582500', '202954.042500', '202954.502500', '202954.962500', '202955.422500', '202955.882500', '202956.342500', '202956.802500', '202957.262500', '202957.722500', '202958.182500', '202958.642500', '202959.102500', '202959.562500', '203000.022500', '203000.482500', '203000.942500', '203001.402500', '203001.862500', '203002.322500', '203002.782500', '203003.242500', '203003.702500', '203004.162500', '203004.622500', '203005.082500', '203005.542500', '203006.002500', '203006.462500', '203006.922500', '203007.382500', '203007.842500', '203008.302500', '203008.762500', '203009.222500', '203009.682500', '203010.142500', '203010.602500', '203011.062500', '203011.522500', '203011.982500', '203012.442500', '203012.902500', '203013.362500', '203013.822500', '203014.282500', '203014.742500', '203015.202500', '203015.662500', '203016.122500', '203016.582500', '203017.042500', '203017.502500', '203017.962500', '203018.422500', '203018.882500', '203019.342500', '203019.802500', '203020.262500', '203020.722500', '203021.182500', '203021.642500', '203022.102500', '203022.562500', '203023.022500', '203023.482500', '203023.942500', '203024.402500', '203024.862500', '203025.322500', '203025.782500', '203026.242500', '203026.702500', '203027.162500', '203027.622500', '203028.082500', '203028.542500', '203029.002500', '203029.462500', '203029.922500', '203030.382500', '203030.842500', '203031.302500', '203031.762500', '203032.222500', '203032.682500', '203033.142500', '203033.602500', '203034.062500', '203034.522500', '203034.982500', '203035.442500', '203035.902500', '203036.362500', '203036.822500', '203037.282500', '203037.742500', '203038.202500', '203038.662500', '203039.122500', '203039.582500', '203040.042500', '203040.502500', '203040.962500', '203041.422500', '203041.882500', '203042.342500', '203042.802500', '203043.262500', '203043.722500', '203044.182500', '203044.642500', '203045.102500', '203045.562500', '203046.022500', '203046.482500', '203046.942500', '203047.402500', '203047.862500', '203048.322500', '203048.782500', '203049.242500', '203049.702500', '203050.162500', '203050.622500', '203051.082500', '203051.542500', '203052.002500', '203052.462500', '203052.922500', '203053.382500', '203053.842500', '203054.302500', '203054.762500', '203055.222500', '203055.682500', '203056.142500', '203056.602500', '203057.062500', '203057.522500', '203057.982500', '203058.442500', '203058.902500', '203059.362500', '203059.822500', '203100.282500', '203100.742500', '203101.202500', '203101.662500', '203102.122500', '203102.582500', '203103.042500', '203103.502500', '203103.962500', '203104.422500', '203104.882500', '203105.342500', '203105.802500', '203106.262500', '203106.722500', '203107.182500', '203107.642500', '203108.102500', '203108.562500', '203109.022500', '203109.482500', '203109.942500', '203110.402500', '203110.862500', '203111.322500', '203111.782500', '203112.242500', '203112.702500', '203113.162500', '203113.622500', '203114.082500', '203114.542500', '203115.002500', '203115.462500', '203115.922500', '203116.382500', '203116.842500', '203117.302500', '203117.762500', '203118.222500', '203118.682500', '203119.142500', '203119.602500', '203120.062500', '203120.522500', '203120.982500', '203121.442500', '203121.902500', '203122.362500', '203122.822500', '203123.282500', '203123.742500', '203124.202500', '203124.662500', '203125.122500', '203125.582500', '203126.042500', '203126.502500', '203126.962500', '203127.422500', '203127.882500', '203128.342500', '203128.802500', '203129.262500', '203129.722500', '203130.182500', '203130.642500', '203131.102500', '203131.562500', '203132.022500', '203132.482500', '203132.942500', '203133.402500', '203133.862500', '203134.322500', '203134.782500', '203135.242500', '203135.702500', '203136.162500', '203136.622500', '203137.082500', '203137.542500', '203138.002500', '203138.462500', '203138.922500', '203139.382500', '203139.842500', '203140.302500', '203140.762500', '203141.222500', '203141.682500', '203142.142500', '203142.602500', '203143.062500', '203143.522500', '203143.982500', '203144.442500', '203144.902500', '203145.362500', '203145.822500', '203146.282500', '203146.742500', '203147.202500', '203147.662500', '203148.122500', '203148.582500', '203149.042500', '203149.502500', '203149.962500', '203150.422500', '203150.882500', '203151.342500', '203151.802500', '203152.262500', '203152.722500', '203153.182500', '203153.642500', '203154.102500', '203154.562500', '203155.022500', '203155.482500', '203155.942500', '203156.402500', '203156.862500', '203157.322500', '203157.782500', '203158.242500', '203158.702500', '203159.162500', '203159.622500', '203200.082500', '203200.542500', '203201.002500', '203201.462500', '203201.922500', '203202.382500', '203202.842500', '203203.302500', '203203.762500', '203204.222500', '203204.682500', '203205.142500', '203205.602500', '203206.062500', '203206.522500', '203206.982500', '203207.442500', '203207.902500', '203208.362500', '203208.822500', '203209.282500', '203209.742500', '203210.202500', '203210.662500', '203211.122500', '203211.582500', '203212.042500', '203212.502500', '203212.962500', '203213.422500', '203213.882500', '203214.342500', '203214.802500', '203215.262500', '203215.722500', '203216.182500', '203216.642500', '203217.102500', '203217.562500', '203218.022500', '203218.482500', '203218.942500', '203219.402500', '203219.862500', '203220.322500', '203220.782500', '203221.242500', '203221.702500', '203222.162500', '203222.622500', '203223.082500', '203223.542500', '203224.002500', '203224.462500', '203224.922500', '203225.382500', '203225.842500', '203226.302500', '203226.762500', '203227.222500', '203227.682500', '203228.142500', '203228.602500', '203229.062500', '203229.522500', '203229.982500', '203230.442500', '203230.902500', '203231.362500', '203231.822500', '203232.282500', '203232.742500', '203233.202500', '203233.662500', '203234.122500', '203234.582500', '203235.042500', '203235.502500', '203235.962500', '203236.422500', '203236.882500', '203237.342500', '203237.802500', '203238.262500', '203238.722500', '203239.182500', '203239.642500', '203240.102500', '203240.562500', '203241.022500', '203241.482500', '203241.942500', '203242.402500', '203242.862500', '203243.322500', '203243.782500', '203244.242500', '203244.702500', '203245.162500', '203245.622500', '203246.082500', '203246.542500', '203247.002500', '203247.462500', '203247.922500', '203248.382500', '203248.842500', '203249.302500', '203249.762500', '203250.222500', '203250.682500', '203251.142500', '203251.602500', '203252.062500', '203252.522500', '203252.982500', '203253.442500', '203253.902500', '203254.362500', '203254.822500', '203255.282500', '203255.742500', '203256.202500', '203256.662500', '203257.122500', '203257.582500', '203258.042500', '203258.502500', '203258.962500', '203259.422500', '203259.882500', '203300.342500', '203300.802500', '203301.262500', '203301.722500', '203302.182500', '203302.642500', '203303.102500', '203303.562500', '203304.022500', '203304.482500', '203304.942500', '203305.402500', '203305.862500', '203306.322500', '203306.782500', '203307.242500', '203307.702500', '203308.162500', '203308.622500', '203309.082500', '203309.542500', '203310.002500', '203310.462500', '203310.922500', '203311.382500', '203311.842500', '203312.302500', '203312.762500', '203313.222500', '203313.682500', '203314.142500', '203314.602500', '203315.062500', '203315.522500', '203315.982500', '203316.442500', '203316.902500', '203317.362500', '203317.822500', '203318.282500', '203318.742500', '203319.202500', '203319.662500', '203320.122500', '203320.582500', '203321.042500', '203321.502500', '203321.962500', '203322.422500', '203322.882500', '203323.342500', '203323.802500', '203324.262500', '203324.722500', '203325.182500', '203325.642500', '203326.102500', '203326.562500', '203327.022500', '203327.482500', '203327.942500', '203328.402500', '203328.862500', '203329.322500', '203329.782500', '203330.242500', '203330.702500', '203331.162500', '203331.622500', '203332.082500', '203332.542500', '203333.002500', '203333.462500', '203333.922500', '203334.382500', '203334.842500', '203335.302500', '203335.762500', '203336.222500', '203336.682500', '203337.142500', '203337.602500', '203338.062500', '203338.522500', '203338.982500', '203339.442500', '203339.902500', '203340.362500', '203340.822500', '203341.282500', '203341.742500', '203342.202500', '203342.662500', '203343.122500', '203343.582500', '203344.042500', '203344.502500', '203344.962500', '203345.422500', '203345.882500', '203346.342500', '203346.802500', '203347.262500', '203347.722500', '203348.182500', '203348.642500', '203349.102500', '203349.562500', '203350.022500', '203350.482500', '203350.942500', '203351.402500', '203351.862500', '203352.322500', '203352.782500', '203353.242500', '203353.702500', '203354.162500', '203354.622500', '203355.082500', '203355.542500', '203356.002500', '203356.462500', '203356.922500', '203357.382500', '203357.842500', '203358.302500', '203358.762500', '203359.222500', '203359.682500', '203400.142500', '203400.602500', '203401.062500', '203401.522500', '203401.982500', '203402.442500', '203402.902500', '203403.362500', '203403.822500', '203404.282500', '203404.742500', '203405.202500', '203405.662500', '203406.122500', '203406.582500', '203407.042500', '203407.502500', '203407.962500', '203408.422500', '203408.882500', '203409.342500', '203409.802500', '203410.262500', '203410.722500', '203411.182500', '203411.642500', '203412.102500', '203412.562500', '203413.022500', '203413.482500', '203413.942500', '203414.402500', '203414.862500', '203415.322500', '203415.782500', '203416.242500', '203416.702500', '203417.162500', '203417.622500', '203418.082500', '203418.542500', '203419.002500', '203419.462500', '203419.922500', '203420.382500', '203420.842500', '203421.302500', '203421.762500', '203422.222500', '203422.682500', '203423.142500', '203423.602500', '203424.062500', '203424.522500', '203424.982500', '203425.442500', '203425.902500', '203426.362500', '203426.822500', '203427.282500', '203427.742500', '203428.202500', '203428.662500', '203429.122500', '203429.582500', '203430.042500', '203430.502500', '203430.962500', '203431.422500', '203431.882500', '203432.342500', '203432.802500', '203433.262500', '203433.722500', '203434.182500', '203434.642500', '203435.102500', '203435.562500', '203436.022500', '203436.482500', '203436.942500', '203437.402500', '203437.862500', '203438.322500', '203438.782500', '203439.242500', '203439.702500', '203440.162500', '203440.622500', '203441.082500', '203441.542500', '203442.002500', '203442.462500', '203442.922500', '203443.382500', '203443.842500', '203444.302500', '203444.762500', '203445.222500', '203445.682500', '203446.142500', '203446.602500', '203447.062500', '203447.522500', '203447.982500', '203448.442500', '203448.902500', '203449.362500', '203449.822500', '203450.282500', '203450.742500', '203451.202500', '203451.662500', '203452.122500', '203452.582500', '203453.042500', '203453.502500', '203453.962500', '203454.422500', '203454.882500', '203455.342500', '203455.802500', '203456.262500', '203456.722500', '203457.182500', '203457.642500', '203458.102500', '203458.562500', '203459.022500', '203459.482500', '203459.942500', '203500.402500', '203500.862500', '203501.322500', '203501.782500', '203502.242500', '203502.702500', '203503.162500', '203503.622500', '203504.082500', '203504.542500', '203505.002500', '203505.462500', '203505.922500', '203506.382500', '203506.842500', '203507.302500', '203507.762500', '203508.222500', '203508.682500', '203509.142500', '203509.602500', '203510.062500', '203510.522500', '203510.982500', '203511.442500', '203511.902500', '203512.362500', '203512.822500', '203513.282500', '203513.742500', '203514.202500', '203514.662500', '203515.122500', '203515.582500', '203516.042500', '203516.502500', '203516.962500', '203517.422500', '203517.882500', '203518.342500', '203518.802500', '203519.262500', '203519.722500', '203520.182500', '203520.642500', '203521.102500', '203521.562500', '203522.022500', '203522.482500', '203522.942500', '203523.402500', '203523.862500', '203524.322500', '203524.782500', '203525.242500', '203525.702500', '203526.162500', '203526.622500', '203527.082500', '203527.542500', '203528.002500', '203528.462500', '203528.922500', '203529.382500', '203529.842500', '203530.302500', '203530.762500', '203531.222500', '203531.682500', '203532.142500', '203532.602500', '203533.062500', '203533.522500', '203533.982500', '203534.442500', '203534.902500', '203535.362500', '203535.822500', '203536.282500', '203536.742500', '203537.202500', '203537.662500', '203538.122500', '203538.582500', '203539.042500', '203539.502500', '203539.962500', '203540.422500', '203540.882500', '203541.342500', '203541.802500', '203542.262500', '203542.722500', '203543.182500', '203543.642500', '203544.102500', '203544.562500', '203545.022500', '203545.482500', '203545.942500', '203546.402500', '203546.862500', '203547.322500', '203547.782500', '203548.242500', '203548.702500', '203549.162500', '203549.622500', '203550.082500', '203550.542500', '203551.002500', '203551.462500', '203551.922500', '203552.382500', '203552.842500', '203553.302500', '203553.762500', '203554.222500', '203554.682500', '203555.142500', '203555.602500', '203556.062500', '203556.522500', '203556.982500', '203557.442500', '203557.902500', '203558.362500', '203558.822500', '203559.282500', '203559.742500', '203600.202500', '203600.662500', '203601.122500', '203601.582500', '203602.042500', '203602.502500', '203602.962500', '203603.422500', '203603.882500', '203604.342500', '203604.802500', '203605.262500', '203605.722500', '203606.182500', '203606.642500', '203607.102500', '203607.562500', '203608.022500', '203608.482500', '203608.942500', '203609.402500', '203609.862500', '203610.322500', '203610.782500', '203611.242500', '203611.702500', '203612.162500', '203612.622500', '203613.082500', '203613.542500', '203614.002500', '203614.462500', '203614.922500', '203615.382500', '203615.842500', '203616.302500', '203616.762500', '203617.222500', '203617.682500', '203618.142500', '203618.602500', '203619.062500', '203619.522500', '203619.982500', '203620.442500', '203620.902500', '203621.362500', '203621.822500', '203622.282500', '203622.742500', '203623.202500', '203623.662500', '203624.122500', '203624.582500', '203625.042500', '203625.502500', '203625.962500', '203626.422500', '203626.882500', '203627.342500', '203627.802500', '203628.262500', '203628.722500', '203629.182500', '203629.642500', '203630.102500', '203630.562500', '203631.022500', '203631.482500', '203631.942500', '203632.402500', '203632.862500', '203633.322500', '203633.782500', '203634.242500', '203634.702500', '203635.162500', '203635.622500', '203636.082500', '203636.542500', '203637.002500', '203637.462500', '203637.922500', '203638.382500', '203638.842500', '203639.302500', '203639.762500', '203640.222500', '203640.682500', '203641.142500', '203641.602500', '203642.062500', '203642.522500', '203642.982500'], 'ContentTime': ['202648.375000', '202648.378000', '202648.381000', '202648.391000', '202648.393000', '202648.396000', '202648.398000', '202648.401000', '202648.404000', '202648.406000', '202648.409000', '202648.411000', '202648.419000', '202648.422000', '202648.425000', '202648.427000', '202648.430000', '202648.433000', '202648.437000', '202648.439000', '202648.442000', '202648.445000', '202648.447000', '202648.450000', '202648.452000', '202648.455000', '202708.348000', '202708.351000', '202708.361000', '202708.363000', '202708.366000', '202708.368000', '202708.371000', '202708.373000', '202708.376000', '202708.379000', '202708.381000', '202708.384000', '202708.386000', '202708.389000', '202708.391000', '202708.394000', '202708.396000', '202708.399000', '202708.401000', '202708.404000', '202708.407000', '202708.409000', '202708.412000', '202708.414000', '202708.420000', '202708.423000', '202708.425000', '202708.428000', '202708.430000', '202708.433000', '202708.436000', '202708.438000', '202708.441000', '202708.443000', '202708.446000', '202708.448000', '202708.451000', '202708.454000', '202708.456000', '202708.459000', '202708.461000', '202708.464000', '202708.466000', '202708.469000', '202728.348000', '202728.351000', '202728.354000', '202728.356000', '202728.359000', '202728.362000', '202728.364000', '202728.367000', '202728.369000', '202728.372000', '202728.374000', '202728.377000', '202728.379000', '202728.382000', '202728.385000', '202728.387000', '202728.390000', '202728.392000', '202728.395000', '202728.397000', '202728.400000', '202728.402000', '202728.405000', '202728.408000', '202728.410000', '202728.413000', '202728.415000', '202728.418000', '202728.421000', '202728.423000', '202728.426000', '202728.429000', '202728.431000', '202728.434000', '202728.436000', '202728.442000', '202728.445000', '202728.447000', '202728.450000', '202728.453000', '202728.455000', '202728.458000', '202728.460000', '202748.356000', '202748.359000', '202748.362000', '202748.364000', '202748.367000', '202748.369000', '202748.372000', '202748.375000', '202748.377000', '202748.380000', '202748.382000', '202748.385000', '202748.388000', '202748.390000', '202748.393000', '202748.395000', '202748.398000', '202748.401000', '202748.403000', '202748.406000', '202748.408000', '202748.411000', '202748.413000', '202748.416000', '202748.419000', '202748.421000', '202748.424000', '202748.427000', '202748.429000', '202748.432000', '202748.434000', '202748.437000', '202748.439000', '202748.442000', '202748.445000', '202748.447000', '202748.450000', '202748.453000', '202748.455000', '202748.458000', '202748.460000', '202748.463000', '202748.466000', '202748.468000', '202808.347000', '202808.350000', '202808.353000', '202808.355000', '202808.358000', '202808.360000', '202808.363000', '202808.366000', '202808.368000', '202808.371000', '202808.373000', '202808.376000', '202808.391000', '202808.394000', '202808.396000', '202808.399000', '202808.402000', '202808.404000', '202808.407000', '202808.409000', '202808.412000', '202808.414000', '202808.417000', '202808.419000', '202808.422000', '202808.425000', '202808.428000', '202808.430000', '202808.433000', '202808.436000', '202808.438000', '202808.441000', '202808.443000', '202808.446000', '202808.448000', '202808.451000', '202808.454000', '202808.456000', '202808.459000', '202808.461000', '202808.464000', '202808.466000', '202808.469000', '202828.347000', '202828.350000', '202828.353000', '202828.355000', '202828.358000', '202828.361000', '202828.363000', '202828.366000', '202828.368000', '202828.371000', '202828.374000', '202828.376000', '202828.379000', '202828.381000', '202828.384000', '202828.386000', '202828.389000', '202828.392000', '202828.394000', '202828.397000', '202828.399000', '202828.402000', '202828.405000', '202828.407000', '202828.410000', '202828.412000', '202828.415000', '202828.418000', '202828.420000', '202828.423000', '202828.426000', '202828.428000', '202828.431000', '202828.433000', '202828.436000', '202828.438000', '202828.441000', '202828.444000', '202828.446000', '202828.449000', '202828.452000', '202828.454000', '202828.457000', '202828.459000', '202848.348000', '202848.351000', '202848.354000', '202848.356000', '202848.359000', '202848.362000', '202848.364000', '202848.367000', '202848.369000', '202848.372000', '202848.374000', '202848.377000', '202848.379000', '202848.382000', '202848.385000', '202848.387000', '202848.390000', '202848.392000', '202848.395000', '202848.398000', '202848.400000', '202848.403000', '202848.405000', '202848.408000', '202848.411000', '202848.414000', '202848.416000', '202848.419000', '202848.421000', '202848.424000', '202848.427000', '202848.429000', '202848.432000', '202848.434000', '202848.437000', '202848.440000', '202848.442000', '202848.445000', '202848.447000', '202848.450000', '202848.453000', '202848.455000', '202848.458000', '202908.348000', '202908.351000', '202908.354000', '202908.357000', '202908.359000', '202908.362000', '202908.364000', '202908.367000', '202908.369000', '202908.372000', '202908.375000', '202908.377000', '202908.380000', '202908.382000', '202908.385000', '202908.387000', '202908.390000', '202908.393000', '202908.395000', '202908.398000', '202908.400000', '202908.403000', '202908.406000', '202908.408000', '202908.411000', '202908.413000', '202908.416000', '202908.419000', '202908.421000', '202908.424000', '202908.426000', '202908.429000', '202908.432000', '202908.434000', '202908.437000', '202908.439000', '202908.442000', '202908.445000', '202908.447000', '202908.450000', '202908.452000', '202908.455000', '202908.458000', '202928.348000', '202928.351000', '202928.354000', '202928.356000', '202928.359000', '202928.362000', '202928.364000', '202928.367000', '202928.369000', '202928.372000', '202928.375000', '202928.377000', '202928.380000', '202928.382000', '202928.385000', '202928.387000', '202928.390000', '202928.393000', '202928.395000', '202928.398000', '202928.400000', '202928.403000', '202928.405000', '202928.408000', '202928.411000', '202928.413000', '202928.416000', '202928.418000', '202928.421000', '202928.424000', '202928.426000', '202928.429000', '202928.431000', '202928.434000', '202928.437000', '202928.439000', '202928.442000', '202928.444000', '202928.447000', '202928.450000', '202928.452000', '202928.455000', '202928.458000', '202928.460000', '202948.348000', '202948.351000', '202948.354000', '202948.356000', '202948.359000', '202948.362000', '202948.364000', '202948.367000', '202948.378000', '202948.381000', '202948.384000', '202948.386000', '202948.389000', '202948.391000', '202948.394000', '202948.396000', '202948.399000', '202948.402000', '202948.404000', '202948.407000', '202948.409000', '202948.412000', '202948.415000', '202948.417000', '202948.420000', '202948.422000', '202948.425000', '202948.427000', '202948.430000', '202948.433000', '202948.435000', '202948.438000', '202948.441000', '202948.443000', '202948.446000', '202948.448000', '202948.451000', '202948.454000', '202948.456000', '202948.459000', '202948.462000', '202948.464000', '202948.467000', '202948.469000', '203008.347000', '203008.350000', '203008.353000', '203008.356000', '203008.358000', '203008.361000', '203008.363000', '203008.366000', '203008.369000', '203008.371000', '203008.374000', '203008.376000', '203008.379000', '203008.382000', '203008.384000', '203008.387000', '203008.389000', '203008.392000', '203008.394000', '203008.397000', '203008.400000', '203008.402000', '203008.405000', '203008.407000', '203008.410000', '203008.412000', '203008.415000', '203008.418000', '203008.420000', '203008.423000', '203008.426000', '203008.428000', '203008.431000', '203008.434000', '203008.436000', '203008.439000', '203008.441000', '203008.444000', '203008.447000', '203008.449000', '203008.452000', '203008.454000', '203008.457000', '203028.347000', '203028.350000', '203028.353000', '203028.355000', '203028.358000', '203028.361000', '203028.363000', '203028.366000', '203028.368000', '203028.371000', '203028.374000', '203028.376000', '203028.379000', '203028.381000', '203028.384000', '203028.387000', '203028.389000', '203028.392000', '203028.394000', '203028.397000', '203028.399000', '203028.402000', '203028.405000', '203028.407000', '203028.410000', '203028.413000', '203028.415000', '203028.418000', '203028.420000', '203028.423000', '203028.425000', '203028.428000', '203028.431000', '203028.433000', '203028.436000', '203028.438000', '203028.441000', '203028.444000', '203028.446000', '203028.449000', '203028.451000', '203028.454000', '203028.457000', '203028.459000', '203048.347000', '203048.350000', '203048.353000', '203048.363000', '203048.366000', '203048.369000', '203048.371000', '203048.374000', '203048.377000', '203048.379000', '203048.382000', '203048.384000', '203048.387000', '203048.389000', '203048.392000', '203048.395000', '203048.397000', '203048.400000', '203048.402000', '203048.405000', '203048.408000', '203048.410000', '203048.413000', '203048.415000', '203048.418000', '203048.420000', '203048.423000', '203048.426000', '203048.428000', '203048.431000', '203048.434000', '203048.436000', '203048.439000', '203048.441000', '203048.444000', '203048.446000', '203048.449000', '203048.452000', '203048.454000', '203048.457000', '203048.459000', '203048.462000', '203048.465000', '203108.348000', '203108.351000', '203108.354000', '203108.357000', '203108.360000', '203108.362000', '203108.365000', '203108.367000', '203108.370000', '203108.373000', '203108.375000', '203108.378000', '203108.380000', '203108.383000', '203108.386000', '203108.388000', '203108.391000', '203108.393000', '203108.396000', '203108.399000', '203108.401000', '203108.404000', '203108.407000', '203108.410000', '203108.412000', '203108.415000', '203108.418000', '203108.420000', '203108.423000', '203108.425000', '203108.428000', '203108.431000', '203108.433000', '203108.467000', '203108.470000', '203108.472000', '203108.475000', '203108.478000', '203108.480000', '203108.483000', '203108.485000', '203108.488000', '203108.490000', '203108.493000', '203128.349000', '203128.351000', '203128.354000', '203128.357000', '203128.359000', '203128.362000', '203128.364000', '203128.367000', '203128.370000', '203128.372000', '203128.375000', '203128.377000', '203128.380000', '203128.383000', '203128.385000', '203128.388000', '203128.390000', '203128.393000', '203128.396000', '203128.398000', '203128.401000', '203128.403000', '203128.406000', '203128.408000', '203128.411000', '203128.414000', '203128.416000', '203128.419000', '203128.421000', '203128.424000', '203128.427000', '203128.429000', '203128.432000', '203128.434000', '203128.437000', '203128.439000', '203128.442000', '203128.445000', '203128.447000', '203128.450000', '203128.452000', '203128.455000', '203128.458000', '203148.349000', '203148.351000', '203148.354000', '203148.357000', '203148.359000', '203148.362000', '203148.364000', '203148.367000', '203148.370000', '203148.372000', '203148.375000', '203148.377000', '203148.380000', '203148.382000', '203148.385000', '203148.388000', '203148.390000', '203148.393000', '203148.396000', '203148.398000', '203148.401000', '203148.403000', '203148.406000', '203148.409000', '203148.411000', '203148.414000', '203148.416000', '203148.419000', '203148.422000', '203148.424000', '203148.427000', '203148.430000', '203148.432000', '203148.435000', '203148.437000', '203148.440000', '203148.443000', '203148.445000', '203148.448000', '203148.450000', '203148.453000', '203148.455000', '203148.458000', '203148.461000', '203208.349000', '203208.351000', '203208.354000', '203208.357000', '203208.359000', '203208.362000', '203208.364000', '203208.367000', '203208.370000', '203208.372000', '203208.375000', '203208.377000', '203208.380000', '203208.383000', '203208.385000', '203208.388000', '203208.390000', '203208.393000', '203208.396000', '203208.398000', '203208.401000', '203208.403000', '203208.406000', '203208.408000', '203208.411000', '203208.414000', '203208.416000', '203208.419000', '203208.421000', '203208.424000', '203208.427000', '203208.429000', '203208.432000', '203208.434000', '203208.437000', '203208.440000', '203208.442000', '203208.445000', '203208.447000', '203208.450000', '203208.453000', '203208.455000', '203208.458000', '203228.348000', '203228.351000', '203228.353000', '203228.356000', '203228.359000', '203228.361000', '203228.364000', '203228.367000', '203228.369000', '203228.372000', '203228.374000', '203228.377000', '203228.380000', '203228.382000', '203228.385000', '203228.388000', '203228.390000', '203228.393000', '203228.396000', '203228.399000', '203228.402000', '203228.404000', '203228.407000', '203228.409000', '203228.412000', '203228.414000', '203228.417000', '203228.420000', '203228.422000', '203228.425000', '203228.428000', '203228.430000', '203228.433000', '203228.435000', '203228.438000', '203228.441000', '203228.443000', '203228.446000', '203228.449000', '203228.451000', '203228.454000', '203228.457000', '203228.459000', '203248.348000', '203248.351000', '203248.353000', '203248.356000', '203248.358000', '203248.361000', '203248.363000', '203248.366000', '203248.369000', '203248.371000', '203248.374000', '203248.376000', '203248.380000', '203248.383000', '203248.386000', '203248.388000', '203248.391000', '203248.393000', '203248.396000', '203248.399000', '203248.401000', '203248.404000', '203248.406000', '203248.409000', '203248.412000', '203248.414000', '203248.417000', '203248.419000', '203248.422000', '203248.425000', '203248.427000', '203248.430000', '203248.432000', '203248.435000', '203248.438000', '203248.440000', '203248.443000', '203248.445000', '203248.448000', '203248.450000', '203248.453000', '203248.456000', '203248.458000', '203248.461000', '203308.348000', '203308.350000', '203308.353000', '203308.356000', '203308.358000', '203308.361000', '203308.363000', '203308.366000', '203308.369000', '203308.371000', '203308.374000', '203308.376000', '203308.379000', '203308.382000', '203308.384000', '203308.387000', '203308.390000', '203308.393000', '203308.395000', '203308.398000', '203308.400000', '203308.403000', '203308.405000', '203308.408000', '203308.411000', '203308.413000', '203308.416000', '203308.418000', '203308.421000', '203308.424000', '203308.426000', '203308.429000', '203308.432000', '203308.434000', '203308.437000', '203308.440000', '203308.442000', '203308.445000', '203308.447000', '203308.450000', '203308.452000', '203308.455000', '203308.458000', '203328.349000', '203328.351000', '203328.354000', '203328.357000', '203328.359000', '203328.362000', '203328.364000', '203328.367000', '203328.369000', '203328.372000', '203328.375000', '203328.377000', '203328.380000', '203328.382000', '203328.385000', '203328.387000', '203328.390000', '203328.393000', '203328.395000', '203328.398000', '203328.400000', '203328.403000', '203328.406000', '203328.408000', '203328.411000', '203328.413000', '203328.416000', '203328.419000', '203328.421000', '203328.424000', '203328.426000', '203328.429000', '203328.432000', '203328.434000', '203328.437000', '203328.439000', '203328.442000', '203328.444000', '203328.447000', '203328.450000', '203328.452000', '203328.455000', '203328.466000', '203328.469000', '203348.348000', '203348.351000', '203348.354000', '203348.356000', '203348.359000', '203348.362000', '203348.364000', '203348.367000', '203348.370000', '203348.373000', '203348.375000', '203348.378000', '203348.381000', '203348.384000', '203348.386000', '203348.389000', '203348.391000', '203348.394000', '203348.396000', '203348.399000', '203348.402000', '203348.404000', '203348.407000', '203348.410000', '203348.412000', '203348.415000', '203348.417000', '203348.420000', '203348.423000', '203348.425000', '203348.428000', '203348.430000', '203348.434000', '203348.436000', '203348.439000', '203348.442000', '203348.444000', '203348.447000', '203348.450000', '203348.452000', '203348.455000', '203348.457000', '203348.460000', '203408.349000', '203408.351000', '203408.354000', '203408.357000', '203408.359000', '203408.362000', '203408.364000', '203408.367000', '203408.370000', '203408.372000', '203408.375000', '203408.378000', '203408.380000', '203408.383000', '203408.385000', '203408.388000', '203408.390000', '203408.393000', '203408.396000', '203408.398000', '203408.401000', '203408.404000', '203408.406000', '203408.409000', '203408.411000', '203408.414000', '203408.417000', '203408.419000', '203408.422000', '203408.425000', '203408.427000', '203408.430000', '203408.432000', '203408.435000', '203408.438000', '203408.440000', '203408.443000', '203408.445000', '203408.448000', '203408.451000', '203408.453000', '203408.456000', '203408.458000', '203408.461000', '203428.348000', '203428.351000', '203428.354000', '203428.357000', '203428.359000', '203428.362000', '203428.364000', '203428.367000', '203428.370000', '203428.372000', '203428.375000', '203428.378000', '203428.380000', '203428.383000', '203428.385000', '203428.388000', '203428.390000', '203428.393000', '203428.396000', '203428.398000', '203428.401000', '203428.403000', '203428.406000', '203428.409000', '203428.411000', '203428.414000', '203428.417000', '203428.419000', '203428.422000', '203428.424000', '203428.427000', '203428.430000', '203428.432000', '203428.435000', '203428.437000', '203428.440000', '203428.443000', '203428.445000', '203428.448000', '203428.451000', '203428.453000', '203428.456000', '203428.458000', '203448.348000', '203448.351000', '203448.353000', '203448.356000', '203448.358000', '203448.361000', '203448.364000', '203448.366000', '203448.369000', '203448.372000', '203448.374000', '203448.377000', '203448.379000', '203448.382000', '203448.384000', '203448.387000', '203448.390000', '203448.392000', '203448.395000', '203448.397000', '203448.400000', '203448.403000', '203448.405000', '203448.408000', '203448.410000', '203448.413000', '203448.416000', '203448.418000', '203448.421000', '203448.424000', '203448.426000', '203448.429000', '203448.431000', '203448.434000', '203448.437000', '203448.439000', '203448.442000', '203448.444000', '203448.447000', '203448.450000', '203448.452000', '203448.455000', '203448.457000', '203448.460000', '203508.348000', '203508.351000', '203508.353000', '203508.356000', '203508.358000', '203508.361000', '203508.364000', '203508.366000', '203508.369000', '203508.371000', '203508.374000', '203508.377000', '203508.379000', '203508.382000', '203508.384000', '203508.387000', '203508.390000', '203508.392000', '203508.395000', '203508.397000', '203508.400000', '203508.402000', '203508.405000', '203508.408000', '203508.410000', '203508.413000', '203508.416000', '203508.418000', '203508.421000', '203508.423000', '203508.426000', '203508.429000', '203508.431000', '203508.435000', '203508.437000', '203508.440000', '203508.443000', '203508.445000', '203508.448000', '203508.451000', '203508.453000', '203508.456000', '203508.458000', '203528.348000', '203528.350000', '203528.353000', '203528.356000', '203528.358000', '203528.361000', '203528.363000', '203528.366000', '203528.369000', '203528.371000', '203528.374000', '203528.376000', '203528.379000', '203528.381000', '203528.384000', '203528.387000', '203528.389000', '203528.392000', '203528.394000', '203528.397000', '203528.400000', '203528.402000', '203528.405000', '203528.407000', '203528.410000', '203528.412000', '203528.415000', '203528.418000', '203528.420000', '203528.423000', '203528.426000', '203528.428000', '203528.431000', '203528.433000', '203528.436000', '203528.438000', '203528.441000', '203528.444000', '203528.446000', '203528.449000', '203528.452000', '203528.454000', '203528.457000', '203528.459000', '203548.349000', '203548.351000', '203548.354000', '203548.357000', '203548.359000', '203548.362000', '203548.365000', '203548.367000', '203548.370000', '203548.372000', '203548.375000', '203548.378000', '203548.380000', '203548.383000', '203548.385000', '203548.388000', '203548.391000', '203548.393000', '203548.396000', '203548.398000', '203548.401000', '203548.404000', '203548.406000', '203548.409000', '203548.411000', '203548.414000', '203548.416000', '203548.419000', '203548.422000', '203548.424000', '203548.427000', '203548.429000', '203548.432000', '203548.435000', '203548.437000', '203548.440000', '203548.443000', '203548.445000', '203548.448000', '203548.450000', '203548.453000', '203548.456000', '203548.459000', '203608.349000', '203608.351000', '203608.354000', '203608.357000', '203608.359000', '203608.362000', '203608.365000', '203608.372000', '203608.375000', '203608.377000', '203608.380000', '203608.382000', '203608.385000', '203608.388000', '203608.390000', '203608.393000', '203608.395000', '203608.398000', '203608.401000', '203608.403000', '203608.406000', '203608.408000', '203608.411000', '203608.413000', '203608.416000', '203608.419000', '203608.421000', '203608.424000', '203608.426000', '203608.429000', '203608.432000', '203608.434000', '203608.437000', '203608.439000', '203608.442000', '203608.444000', '203608.447000', '203608.450000', '203608.452000', '203608.455000', '203608.457000', '203608.460000', '203608.463000', '203608.465000', '203628.349000', '203628.351000', '203628.354000', '203628.357000', '203628.359000', '203628.362000', '203628.365000', '203628.367000', '203628.370000', '203628.372000', '203628.375000', '203628.377000', '203628.380000', '203628.383000', '203628.385000', '203628.388000', '203628.390000', '203628.393000', '203628.396000', '203628.398000', '203628.401000', '203628.404000', '203628.406000', '203628.409000', '203628.411000', '203628.414000', '203628.417000', '203628.419000', '203628.422000', '203628.425000', '203628.427000', '203628.430000', '203628.432000', '203628.468000', '203628.471000', '203628.474000', '203628.476000', '203628.479000', '203628.482000', '203628.484000', '203628.487000', '203628.489000', '203628.492000', '203644.101000', '203644.104000', '203644.107000', '203644.109000', '203644.112000', '203644.115000', '203644.117000', '203644.120000', '203644.122000', '203644.125000', '203644.128000', '203644.130000', '203644.133000', '203644.135000', '203644.138000', '203644.141000', '203644.143000', '203644.146000', '203644.149000', '203644.151000', '203644.154000', '203644.156000', '203644.159000', '203644.161000', '203644.164000', '203644.167000', '203644.169000', '203644.172000', '203644.174000', '203644.177000', '203644.179000', '203644.182000', '203644.185000', '203644.187000', '203644.190000'], 'InstanceCreationTime': ['202648.375000', '202648.378000', '202648.381000', '202648.391000', '202648.393000', '202648.396000', '202648.398000', '202648.401000', '202648.404000', '202648.406000', '202648.409000', '202648.411000', '202648.419000', '202648.422000', '202648.425000', '202648.427000', '202648.430000', '202648.433000', '202648.437000', '202648.439000', '202648.442000', '202648.445000', '202648.447000', '202648.450000', '202648.452000', '202648.455000', '202708.348000', '202708.351000', '202708.361000', '202708.363000', '202708.366000', '202708.368000', '202708.371000', '202708.373000', '202708.376000', '202708.379000', '202708.381000', '202708.384000', '202708.386000', '202708.389000', '202708.391000', '202708.394000', '202708.396000', '202708.399000', '202708.401000', '202708.404000', '202708.407000', '202708.409000', '202708.412000', '202708.414000', '202708.420000', '202708.423000', '202708.425000', '202708.428000', '202708.430000', '202708.433000', '202708.436000', '202708.438000', '202708.441000', '202708.443000', '202708.446000', '202708.448000', '202708.451000', '202708.454000', '202708.456000', '202708.459000', '202708.461000', '202708.464000', '202708.466000', '202708.469000', '202728.348000', '202728.351000', '202728.354000', '202728.356000', '202728.359000', '202728.362000', '202728.364000', '202728.367000', '202728.369000', '202728.372000', '202728.374000', '202728.377000', '202728.379000', '202728.382000', '202728.385000', '202728.387000', '202728.390000', '202728.392000', '202728.395000', '202728.397000', '202728.400000', '202728.402000', '202728.405000', '202728.408000', '202728.410000', '202728.413000', '202728.415000', '202728.418000', '202728.421000', '202728.423000', '202728.426000', '202728.429000', '202728.431000', '202728.434000', '202728.436000', '202728.442000', '202728.445000', '202728.447000', '202728.450000', '202728.453000', '202728.455000', '202728.458000', '202728.460000', '202748.356000', '202748.359000', '202748.362000', '202748.364000', '202748.367000', '202748.369000', '202748.372000', '202748.375000', '202748.377000', '202748.380000', '202748.382000', '202748.385000', '202748.388000', '202748.390000', '202748.393000', '202748.395000', '202748.398000', '202748.401000', '202748.403000', '202748.406000', '202748.408000', '202748.411000', '202748.413000', '202748.416000', '202748.419000', '202748.421000', '202748.424000', '202748.427000', '202748.429000', '202748.432000', '202748.434000', '202748.437000', '202748.439000', '202748.442000', '202748.445000', '202748.447000', '202748.450000', '202748.453000', '202748.455000', '202748.458000', '202748.460000', '202748.463000', '202748.466000', '202748.468000', '202808.347000', '202808.350000', '202808.353000', '202808.355000', '202808.358000', '202808.360000', '202808.363000', '202808.366000', '202808.368000', '202808.371000', '202808.373000', '202808.376000', '202808.391000', '202808.394000', '202808.396000', '202808.399000', '202808.402000', '202808.404000', '202808.407000', '202808.409000', '202808.412000', '202808.414000', '202808.417000', '202808.419000', '202808.422000', '202808.425000', '202808.428000', '202808.430000', '202808.433000', '202808.436000', '202808.438000', '202808.441000', '202808.443000', '202808.446000', '202808.448000', '202808.451000', '202808.454000', '202808.456000', '202808.459000', '202808.461000', '202808.464000', '202808.466000', '202808.469000', '202828.347000', '202828.350000', '202828.353000', '202828.355000', '202828.358000', '202828.361000', '202828.363000', '202828.366000', '202828.368000', '202828.371000', '202828.374000', '202828.376000', '202828.379000', '202828.381000', '202828.384000', '202828.386000', '202828.389000', '202828.392000', '202828.394000', '202828.397000', '202828.399000', '202828.402000', '202828.405000', '202828.407000', '202828.410000', '202828.412000', '202828.415000', '202828.418000', '202828.420000', '202828.423000', '202828.426000', '202828.428000', '202828.431000', '202828.433000', '202828.436000', '202828.438000', '202828.441000', '202828.444000', '202828.446000', '202828.449000', '202828.452000', '202828.454000', '202828.457000', '202828.459000', '202848.348000', '202848.351000', '202848.354000', '202848.356000', '202848.359000', '202848.362000', '202848.364000', '202848.367000', '202848.369000', '202848.372000', '202848.374000', '202848.377000', '202848.379000', '202848.382000', '202848.385000', '202848.387000', '202848.390000', '202848.392000', '202848.395000', '202848.398000', '202848.400000', '202848.403000', '202848.405000', '202848.408000', '202848.411000', '202848.414000', '202848.416000', '202848.419000', '202848.421000', '202848.424000', '202848.427000', '202848.429000', '202848.432000', '202848.434000', '202848.437000', '202848.440000', '202848.442000', '202848.445000', '202848.447000', '202848.450000', '202848.453000', '202848.455000', '202848.458000', '202908.348000', '202908.351000', '202908.354000', '202908.357000', '202908.359000', '202908.362000', '202908.364000', '202908.367000', '202908.369000', '202908.372000', '202908.375000', '202908.377000', '202908.380000', '202908.382000', '202908.385000', '202908.387000', '202908.390000', '202908.393000', '202908.395000', '202908.398000', '202908.400000', '202908.403000', '202908.406000', '202908.408000', '202908.411000', '202908.413000', '202908.416000', '202908.419000', '202908.421000', '202908.424000', '202908.426000', '202908.429000', '202908.432000', '202908.434000', '202908.437000', '202908.439000', '202908.442000', '202908.445000', '202908.447000', '202908.450000', '202908.452000', '202908.455000', '202908.458000', '202928.348000', '202928.351000', '202928.354000', '202928.356000', '202928.359000', '202928.362000', '202928.364000', '202928.367000', '202928.369000', '202928.372000', '202928.375000', '202928.377000', '202928.380000', '202928.382000', '202928.385000', '202928.387000', '202928.390000', '202928.393000', '202928.395000', '202928.398000', '202928.400000', '202928.403000', '202928.405000', '202928.408000', '202928.411000', '202928.413000', '202928.416000', '202928.418000', '202928.421000', '202928.424000', '202928.426000', '202928.429000', '202928.431000', '202928.434000', '202928.437000', '202928.439000', '202928.442000', '202928.444000', '202928.447000', '202928.450000', '202928.452000', '202928.455000', '202928.458000', '202928.460000', '202948.348000', '202948.351000', '202948.354000', '202948.356000', '202948.359000', '202948.362000', '202948.364000', '202948.367000', '202948.378000', '202948.381000', '202948.384000', '202948.386000', '202948.389000', '202948.391000', '202948.394000', '202948.396000', '202948.399000', '202948.402000', '202948.404000', '202948.407000', '202948.409000', '202948.412000', '202948.415000', '202948.417000', '202948.420000', '202948.422000', '202948.425000', '202948.427000', '202948.430000', '202948.433000', '202948.435000', '202948.438000', '202948.441000', '202948.443000', '202948.446000', '202948.448000', '202948.451000', '202948.454000', '202948.456000', '202948.459000', '202948.462000', '202948.464000', '202948.467000', '202948.469000', '203008.347000', '203008.350000', '203008.353000', '203008.356000', '203008.358000', '203008.361000', '203008.363000', '203008.366000', '203008.369000', '203008.371000', '203008.374000', '203008.376000', '203008.379000', '203008.382000', '203008.384000', '203008.387000', '203008.389000', '203008.392000', '203008.394000', '203008.397000', '203008.400000', '203008.402000', '203008.405000', '203008.407000', '203008.410000', '203008.412000', '203008.415000', '203008.418000', '203008.420000', '203008.423000', '203008.426000', '203008.428000', '203008.431000', '203008.434000', '203008.436000', '203008.439000', '203008.441000', '203008.444000', '203008.447000', '203008.449000', '203008.452000', '203008.454000', '203008.457000', '203028.347000', '203028.350000', '203028.353000', '203028.355000', '203028.358000', '203028.361000', '203028.363000', '203028.366000', '203028.368000', '203028.371000', '203028.374000', '203028.376000', '203028.379000', '203028.381000', '203028.384000', '203028.387000', '203028.389000', '203028.392000', '203028.394000', '203028.397000', '203028.399000', '203028.402000', '203028.405000', '203028.407000', '203028.410000', '203028.413000', '203028.415000', '203028.418000', '203028.420000', '203028.423000', '203028.425000', '203028.428000', '203028.431000', '203028.433000', '203028.436000', '203028.438000', '203028.441000', '203028.444000', '203028.446000', '203028.449000', '203028.451000', '203028.454000', '203028.457000', '203028.459000', '203048.347000', '203048.350000', '203048.353000', '203048.363000', '203048.366000', '203048.369000', '203048.371000', '203048.374000', '203048.377000', '203048.379000', '203048.382000', '203048.384000', '203048.387000', '203048.389000', '203048.392000', '203048.395000', '203048.397000', '203048.400000', '203048.402000', '203048.405000', '203048.408000', '203048.410000', '203048.413000', '203048.415000', '203048.418000', '203048.420000', '203048.423000', '203048.426000', '203048.428000', '203048.431000', '203048.434000', '203048.436000', '203048.439000', '203048.441000', '203048.444000', '203048.446000', '203048.449000', '203048.452000', '203048.454000', '203048.457000', '203048.459000', '203048.462000', '203048.465000', '203108.348000', '203108.351000', '203108.354000', '203108.357000', '203108.360000', '203108.362000', '203108.365000', '203108.367000', '203108.370000', '203108.373000', '203108.375000', '203108.378000', '203108.380000', '203108.383000', '203108.386000', '203108.388000', '203108.391000', '203108.393000', '203108.396000', '203108.399000', '203108.401000', '203108.404000', '203108.407000', '203108.410000', '203108.412000', '203108.415000', '203108.418000', '203108.420000', '203108.423000', '203108.425000', '203108.428000', '203108.431000', '203108.433000', '203108.467000', '203108.470000', '203108.472000', '203108.475000', '203108.478000', '203108.480000', '203108.483000', '203108.485000', '203108.488000', '203108.490000', '203108.493000', '203128.349000', '203128.351000', '203128.354000', '203128.357000', '203128.359000', '203128.362000', '203128.364000', '203128.367000', '203128.370000', '203128.372000', '203128.375000', '203128.377000', '203128.380000', '203128.383000', '203128.385000', '203128.388000', '203128.390000', '203128.393000', '203128.396000', '203128.398000', '203128.401000', '203128.403000', '203128.406000', '203128.408000', '203128.411000', '203128.414000', '203128.416000', '203128.419000', '203128.421000', '203128.424000', '203128.427000', '203128.429000', '203128.432000', '203128.434000', '203128.437000', '203128.439000', '203128.442000', '203128.445000', '203128.447000', '203128.450000', '203128.452000', '203128.455000', '203128.458000', '203148.349000', '203148.351000', '203148.354000', '203148.357000', '203148.359000', '203148.362000', '203148.364000', '203148.367000', '203148.370000', '203148.372000', '203148.375000', '203148.377000', '203148.380000', '203148.382000', '203148.385000', '203148.388000', '203148.390000', '203148.393000', '203148.396000', '203148.398000', '203148.401000', '203148.403000', '203148.406000', '203148.409000', '203148.411000', '203148.414000', '203148.416000', '203148.419000', '203148.422000', '203148.424000', '203148.427000', '203148.430000', '203148.432000', '203148.435000', '203148.437000', '203148.440000', '203148.443000', '203148.445000', '203148.448000', '203148.450000', '203148.453000', '203148.455000', '203148.458000', '203148.461000', '203208.349000', '203208.351000', '203208.354000', '203208.357000', '203208.359000', '203208.362000', '203208.364000', '203208.367000', '203208.370000', '203208.372000', '203208.375000', '203208.377000', '203208.380000', '203208.383000', '203208.385000', '203208.388000', '203208.390000', '203208.393000', '203208.396000', '203208.398000', '203208.401000', '203208.403000', '203208.406000', '203208.408000', '203208.411000', '203208.414000', '203208.416000', '203208.419000', '203208.421000', '203208.424000', '203208.427000', '203208.429000', '203208.432000', '203208.434000', '203208.437000', '203208.440000', '203208.442000', '203208.445000', '203208.447000', '203208.450000', '203208.453000', '203208.455000', '203208.458000', '203228.348000', '203228.351000', '203228.353000', '203228.356000', '203228.359000', '203228.361000', '203228.364000', '203228.367000', '203228.369000', '203228.372000', '203228.374000', '203228.377000', '203228.380000', '203228.382000', '203228.385000', '203228.388000', '203228.390000', '203228.393000', '203228.396000', '203228.399000', '203228.402000', '203228.404000', '203228.407000', '203228.409000', '203228.412000', '203228.414000', '203228.417000', '203228.420000', '203228.422000', '203228.425000', '203228.428000', '203228.430000', '203228.433000', '203228.435000', '203228.438000', '203228.441000', '203228.443000', '203228.446000', '203228.449000', '203228.451000', '203228.454000', '203228.457000', '203228.459000', '203248.348000', '203248.351000', '203248.353000', '203248.356000', '203248.358000', '203248.361000', '203248.363000', '203248.366000', '203248.369000', '203248.371000', '203248.374000', '203248.376000', '203248.380000', '203248.383000', '203248.386000', '203248.388000', '203248.391000', '203248.393000', '203248.396000', '203248.399000', '203248.401000', '203248.404000', '203248.406000', '203248.409000', '203248.412000', '203248.414000', '203248.417000', '203248.419000', '203248.422000', '203248.425000', '203248.427000', '203248.430000', '203248.432000', '203248.435000', '203248.438000', '203248.440000', '203248.443000', '203248.445000', '203248.448000', '203248.450000', '203248.453000', '203248.456000', '203248.458000', '203248.461000', '203308.348000', '203308.350000', '203308.353000', '203308.356000', '203308.358000', '203308.361000', '203308.363000', '203308.366000', '203308.369000', '203308.371000', '203308.374000', '203308.376000', '203308.379000', '203308.382000', '203308.384000', '203308.387000', '203308.390000', '203308.393000', '203308.395000', '203308.398000', '203308.400000', '203308.403000', '203308.405000', '203308.408000', '203308.411000', '203308.413000', '203308.416000', '203308.418000', '203308.421000', '203308.424000', '203308.426000', '203308.429000', '203308.432000', '203308.434000', '203308.437000', '203308.440000', '203308.442000', '203308.445000', '203308.447000', '203308.450000', '203308.452000', '203308.455000', '203308.458000', '203328.349000', '203328.351000', '203328.354000', '203328.357000', '203328.359000', '203328.362000', '203328.364000', '203328.367000', '203328.369000', '203328.372000', '203328.375000', '203328.377000', '203328.380000', '203328.382000', '203328.385000', '203328.387000', '203328.390000', '203328.393000', '203328.395000', '203328.398000', '203328.400000', '203328.403000', '203328.406000', '203328.408000', '203328.411000', '203328.413000', '203328.416000', '203328.419000', '203328.421000', '203328.424000', '203328.426000', '203328.429000', '203328.432000', '203328.434000', '203328.437000', '203328.439000', '203328.442000', '203328.444000', '203328.447000', '203328.450000', '203328.452000', '203328.455000', '203328.466000', '203328.469000', '203348.348000', '203348.351000', '203348.354000', '203348.356000', '203348.359000', '203348.362000', '203348.364000', '203348.367000', '203348.370000', '203348.373000', '203348.375000', '203348.378000', '203348.381000', '203348.384000', '203348.386000', '203348.389000', '203348.391000', '203348.394000', '203348.396000', '203348.399000', '203348.402000', '203348.404000', '203348.407000', '203348.410000', '203348.412000', '203348.415000', '203348.417000', '203348.420000', '203348.423000', '203348.425000', '203348.428000', '203348.430000', '203348.434000', '203348.436000', '203348.439000', '203348.442000', '203348.444000', '203348.447000', '203348.450000', '203348.452000', '203348.455000', '203348.457000', '203348.460000', '203408.349000', '203408.351000', '203408.354000', '203408.357000', '203408.359000', '203408.362000', '203408.364000', '203408.367000', '203408.370000', '203408.372000', '203408.375000', '203408.378000', '203408.380000', '203408.383000', '203408.385000', '203408.388000', '203408.390000', '203408.393000', '203408.396000', '203408.398000', '203408.401000', '203408.404000', '203408.406000', '203408.409000', '203408.411000', '203408.414000', '203408.417000', '203408.419000', '203408.422000', '203408.425000', '203408.427000', '203408.430000', '203408.432000', '203408.435000', '203408.438000', '203408.440000', '203408.443000', '203408.445000', '203408.448000', '203408.451000', '203408.453000', '203408.456000', '203408.458000', '203408.461000', '203428.348000', '203428.351000', '203428.354000', '203428.357000', '203428.359000', '203428.362000', '203428.364000', '203428.367000', '203428.370000', '203428.372000', '203428.375000', '203428.378000', '203428.380000', '203428.383000', '203428.385000', '203428.388000', '203428.390000', '203428.393000', '203428.396000', '203428.398000', '203428.401000', '203428.403000', '203428.406000', '203428.409000', '203428.411000', '203428.414000', '203428.417000', '203428.419000', '203428.422000', '203428.424000', '203428.427000', '203428.430000', '203428.432000', '203428.435000', '203428.437000', '203428.440000', '203428.443000', '203428.445000', '203428.448000', '203428.451000', '203428.453000', '203428.456000', '203428.458000', '203448.348000', '203448.351000', '203448.353000', '203448.356000', '203448.358000', '203448.361000', '203448.364000', '203448.366000', '203448.369000', '203448.372000', '203448.374000', '203448.377000', '203448.379000', '203448.382000', '203448.384000', '203448.387000', '203448.390000', '203448.392000', '203448.395000', '203448.397000', '203448.400000', '203448.403000', '203448.405000', '203448.408000', '203448.410000', '203448.413000', '203448.416000', '203448.418000', '203448.421000', '203448.424000', '203448.426000', '203448.429000', '203448.431000', '203448.434000', '203448.437000', '203448.439000', '203448.442000', '203448.444000', '203448.447000', '203448.450000', '203448.452000', '203448.455000', '203448.457000', '203448.460000', '203508.348000', '203508.351000', '203508.353000', '203508.356000', '203508.358000', '203508.361000', '203508.364000', '203508.366000', '203508.369000', '203508.371000', '203508.374000', '203508.377000', '203508.379000', '203508.382000', '203508.384000', '203508.387000', '203508.390000', '203508.392000', '203508.395000', '203508.397000', '203508.400000', '203508.402000', '203508.405000', '203508.408000', '203508.410000', '203508.413000', '203508.416000', '203508.418000', '203508.421000', '203508.423000', '203508.426000', '203508.429000', '203508.431000', '203508.435000', '203508.437000', '203508.440000', '203508.443000', '203508.445000', '203508.448000', '203508.451000', '203508.453000', '203508.456000', '203508.458000', '203528.348000', '203528.350000', '203528.353000', '203528.356000', '203528.358000', '203528.361000', '203528.363000', '203528.366000', '203528.369000', '203528.371000', '203528.374000', '203528.376000', '203528.379000', '203528.381000', '203528.384000', '203528.387000', '203528.389000', '203528.392000', '203528.394000', '203528.397000', '203528.400000', '203528.402000', '203528.405000', '203528.407000', '203528.410000', '203528.412000', '203528.415000', '203528.418000', '203528.420000', '203528.423000', '203528.426000', '203528.428000', '203528.431000', '203528.433000', '203528.436000', '203528.438000', '203528.441000', '203528.444000', '203528.446000', '203528.449000', '203528.452000', '203528.454000', '203528.457000', '203528.459000', '203548.349000', '203548.351000', '203548.354000', '203548.357000', '203548.359000', '203548.362000', '203548.365000', '203548.367000', '203548.370000', '203548.372000', '203548.375000', '203548.378000', '203548.380000', '203548.383000', '203548.385000', '203548.388000', '203548.391000', '203548.393000', '203548.396000', '203548.398000', '203548.401000', '203548.404000', '203548.406000', '203548.409000', '203548.411000', '203548.414000', '203548.416000', '203548.419000', '203548.422000', '203548.424000', '203548.427000', '203548.429000', '203548.432000', '203548.435000', '203548.437000', '203548.440000', '203548.443000', '203548.445000', '203548.448000', '203548.450000', '203548.453000', '203548.456000', '203548.459000', '203608.349000', '203608.351000', '203608.354000', '203608.357000', '203608.359000', '203608.362000', '203608.365000', '203608.372000', '203608.375000', '203608.377000', '203608.380000', '203608.382000', '203608.385000', '203608.388000', '203608.390000', '203608.393000', '203608.395000', '203608.398000', '203608.401000', '203608.403000', '203608.406000', '203608.408000', '203608.411000', '203608.413000', '203608.416000', '203608.419000', '203608.421000', '203608.424000', '203608.426000', '203608.429000', '203608.432000', '203608.434000', '203608.437000', '203608.439000', '203608.442000', '203608.444000', '203608.447000', '203608.450000', '203608.452000', '203608.455000', '203608.457000', '203608.460000', '203608.463000', '203608.465000', '203628.349000', '203628.351000', '203628.354000', '203628.357000', '203628.359000', '203628.362000', '203628.365000', '203628.367000', '203628.370000', '203628.372000', '203628.375000', '203628.377000', '203628.380000', '203628.383000', '203628.385000', '203628.388000', '203628.390000', '203628.393000', '203628.396000', '203628.398000', '203628.401000', '203628.404000', '203628.406000', '203628.409000', '203628.411000', '203628.414000', '203628.417000', '203628.419000', '203628.422000', '203628.425000', '203628.427000', '203628.430000', '203628.432000', '203628.468000', '203628.471000', '203628.474000', '203628.476000', '203628.479000', '203628.482000', '203628.484000', '203628.487000', '203628.489000', '203628.492000', '203644.101000', '203644.104000', '203644.107000', '203644.109000', '203644.112000', '203644.115000', '203644.117000', '203644.120000', '203644.122000', '203644.125000', '203644.128000', '203644.130000', '203644.133000', '203644.135000', '203644.138000', '203644.141000', '203644.143000', '203644.146000', '203644.149000', '203644.151000', '203644.154000', '203644.156000', '203644.159000', '203644.161000', '203644.164000', '203644.167000', '203644.169000', '203644.172000', '203644.174000', '203644.177000', '203644.179000', '203644.182000', '203644.185000', '203644.187000', '203644.190000'], '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': [9100, 13601, 9739, 13559, 11381, 15138, 9128, 12690, 12273, 9115, 12784, 7862, 12718, 16671, 16129, 17402, 8751, 13458, 15843, 10030, 13667, 10571, 10497, 14630, 9506, 13574, 10854, 11322, 15190, 9835, 13865, 8719, 13466, 8995, 13554, 9222, 14587, 8902, 12949, 15347, 12339, 11893, 11292, 15226, 10507, 14644, 10585, 14578, 9866, 14937, 17309, 11433, 17383, 13165, 12751, 18051, 10857, 14269, 13853, 10662, 15418, 9687, 14409, 9975, 11618, 16559, 10287, 14626, 8812, 14064, 9119, 13009, 14323, 9922, 14920, 9320, 14473, 8922, 14058, 10598, 11866, 16342, 10093, 14623, 9336, 14044, 8716, 14139, 17161, 10997, 15036, 11649, 13123, 9079, 13665, 16769, 10555, 13899, 18094, 11944, 14289, 8531, 13637, 16273, 9806, 14729, 8718, 13201, 14076, 10170, 15067, 8869, 13609, 9775, 11960, 16438, 10051, 14454, 9574, 13831, 8461, 14192, 8753, 14111, 9332, 14041, 9260, 13933, 16788, 11878, 8826, 13313, 16058, 14982, 15226, 17897, 10398, 13906, 12545, 11679, 11228, 10632, 15360, 8309, 13353, 16504, 9876, 14411, 9283, 14148, 9518, 11933, 15675, 10285, 9274, 11566, 14967, 9867, 13894, 15364, 12945, 10042, 11417, 15018, 13192, 12910, 16634, 15563, 13523, 10576, 11369, 15424, 11566, 13196, 9934, 14389, 10965, 15173, 17061, 15088, 11183, 8647, 10634, 14625, 10310, 12224, 11295, 10983, 15090, 9738, 12187, 14750, 9282, 12340, 10504, 11074, 14628, 9721, 12067, 10393, 11852, 7772, 13863, 16130, 11562, 14540, 11582, 10866, 15679, 10208, 14568, 9040, 13966, 8949, 13231, 8009, 13827, 16329, 14923, 13988, 12293, 11962, 17152, 9614, 13300, 16497, 10136, 14568, 9262, 13777, 12444, 10465, 14872, 9405, 11743, 7381, 12808, 16415, 9509, 13808, 11404, 10630, 15225, 8233, 13572, 13391, 10417, 7755, 12722, 8651, 12890, 15517, 13103, 13665, 16380, 13510, 14320, 9924, 12506, 15515, 13430, 13075, 9067, 11075, 15046, 9658, 13404, 17747, 9965, 14118, 8162, 13254, 16511, 10118, 13616, 8221, 10990, 15600, 9782, 13759, 8663, 11723, 8068, 12402, 15788, 9220, 13480, 13952, 10762, 15561, 9820, 14652, 14069, 11745, 16814, 11610, 13990, 9312, 13701, 16876, 12564, 13825, 8529, 13143, 16220, 10540, 13811, 17353, 10377, 14777, 8393, 13485, 14444, 10040, 14818, 7850, 13088, 16820, 10073, 13808, 9322, 8007, 11804, 15861, 11916, 12670, 15641, 13833, 13238, 8647, 13835, 16401, 12178, 13605, 13273, 10689, 10505, 10473, 14851, 9307, 12192, 17769, 10555, 13026, 9441, 14082, 13257, 10922, 14874, 8981, 12098, 16500, 9165, 13755, 9520, 12065, 7214, 13160, 16164, 9634, 13958, 9010, 12198, 8915, 14173, 15093, 10538, 14898, 10453, 13050, 9616, 14309, 17377, 12678, 16155, 12848, 12022, 8255, 13508, 15851, 11634, 13882, 18688, 11743, 12850, 9900, 14549, 9251, 11681, 17346, 10162, 14688, 8523, 11537, 15562, 10470, 13278, 9480, 13991, 8895, 12349, 15637, 12194, 12878, 8495, 13652, 17335, 10152, 13842, 9024, 11998, 8134, 13250, 16604, 10002, 13947, 10298, 11770, 8659, 10913, 15152, 9142, 12103, 15686, 12972, 12834, 9540, 10677, 15148, 8781, 12554, 14960, 10443, 14592, 7989, 13189, 16559, 10234, 12951, 9217, 14132, 10969, 11759, 9604, 14505, 12107, 16211, 17374, 15954, 15607, 17249, 7924, 11720, 7656, 12702, 16333, 9931, 14475, 8185, 13918, 9341, 14585, 11373, 15106, 14953, 12496, 15269, 11616, 12807, 12975, 10641, 14729, 9104, 13152, 7394, 12335, 7890, 12925, 16677, 10415, 13716, 9061, 13789, 8336, 13936, 17079, 12689, 14375, 9885, 12701, 14894, 10585, 15185, 9086, 13249, 8398, 12240, 15999, 9142, 13753, 16811, 12189, 14117, 8446, 13079, 14221, 10852, 15250, 8940, 11599, 16000, 9481, 13966, 11749, 11941, 16294, 9459, 13792, 7928, 13200, 11963, 12069, 10439, 13066, 8214, 12742, 16527, 11818, 13639, 16438, 14997, 15197, 10334, 13924, 10205, 12121, 16179, 15009, 13435, 9552, 11865, 15822, 9403, 13612, 14064, 10845, 14362, 7695, 13324, 16510, 9909, 14860, 8274, 13469, 11626, 11268, 16336, 10071, 8923, 10958, 16137, 10450, 14878, 14006, 12686, 16466, 13279, 11240, 11331, 14080, 14102, 11692, 16210, 14000, 12996, 10132, 12409, 15494, 10716, 14604, 8825, 12677, 7883, 11454, 15138, 8172, 13494, 16834, 10118, 13207, 8196, 12741, 17133, 9747, 14352, 7954, 12399, 9344, 11456, 15854, 9725, 12632, 10712, 15361, 8920, 12823, 11839, 16029, 13524, 12454, 16004, 12480, 13631, 15024, 12769, 9494, 12551, 14973, 8408, 12707, 16335, 14840, 12942, 16277, 10297, 14376, 8994, 11955, 16288, 8940, 12969, 16791, 9851, 14400, 8743, 11977, 16676, 9716, 14447, 8268, 12680, 15882, 10106, 13754, 8032, 12599, 16390, 10153, 14810, 10403, 12730, 10569, 14983, 14150, 12225, 16177, 14283, 13368, 9548, 12842, 16767, 12112, 14263, 12089, 12014, 7812, 11447, 15778, 8211, 13544, 16762, 13388, 13405, 12765, 10998, 15636, 8536, 13306, 8782, 12916, 7999, 12981, 16114, 10670, 13777, 11424, 15195, 9060, 13968, 15820, 11747, 14264, 11211, 14290, 13551, 11461, 15846, 11063, 11980, 7258, 11789, 15676, 9355, 13492, 8247, 12510, 7723, 11984, 15633, 9070, 13744, 10827, 11264, 8432, 11277, 15079, 7917, 12842, 16610, 9736, 13398, 8975, 13578, 12391, 10573, 15068, 9063, 12295, 8066, 13368, 16903, 10708, 14139, 10460, 12491, 8677, 13821, 17348, 12866, 14100, 15590, 11964, 8145, 11440, 14556, 8334, 12468, 16155, 14607, 12492, 7650, 12051, 15645, 9458, 13628, 7900, 12463, 7657, 11680, 15607, 8084, 13364, 8387, 12898, 8800, 13376, 16419, 10358, 14515, 10859, 12596, 8977, 12440, 16393, 11858, 13667, 11272, 12567, 7551, 11314, 15090, 9168, 13368, 9886, 11925, 7739, 12096, 7470, 11722, 15808, 9790, 13422, 10781, 11572, 7554, 11157, 14299, 9057, 11947, 16266, 11307, 12650, 10541, 10884, 15234, 8227, 12170, 7174, 11633, 15470, 8914, 14785, 13850, 15684, 13694, 13315, 14663, 10797, 11656, 10719, 12825, 10267, 9613, 13352, 11675, 9688, 13369, 12726, 15238, 14740, 14054, 16130, 14418, 10881, 15676, 13034, 9071, 12865, 10023, 11200, 10439, 15606, 9367, 12179, 10338, 12234, 9597, 7834, 11274, 8394, 12554, 9007, 13460, 11068, 10990, 10830, 8074, 13604, 12300, 13805, 12050, 15220, 10107, 13133, 16477, 11816, 14701, 13401, 8527, 10929, 14313, 8995, 12786, 14930, 11390, 7751, 11381, 14817, 9206, 13260, 9027, 11976, 8185, 12226, 15325, 9218, 13261, 10334, 11570, 7880, 12239, 7326, 12524, 15210, 11645, 12898, 10217, 11270, 7522, 11704, 14516, 9588, 12504, 13136, 10568, 13364, 10313, 8576, 10810, 13080, 8455, 12628, 14836, 9828, 12538, 9225, 13038, 7696, 11599, 14467, 9626, 12650, 8201, 12686, 8894, 12719, 12637, 10519, 7931, 10680, 8175, 11829, 10483, 11961, 7881, 12113, 12168, 11553, 14718, 15646, 17318, 10381, 14061, 9188, 13051, 8845, 11192, 9932, 13980, 11378, 14629, 13469, 12542, 8721, 10810, 13475, 8251, 11808, 16848, 9282, 11645, 8416, 12721, 8251, 12187, 8202, 11133, 8284, 13159, 8101, 12966, 7643, 11440, 9572, 13670, 8947, 11720, 9673, 13463, 16827, 13221, 16703, 9206, 12786, 9540, 11120, 13825, 10795, 11427, 7143, 10280, 13337, 8769, 11339, 7750, 10031, 11209, 8597, 12905, 8083, 11551, 7986, 10233, 11363, 8380, 13029, 7873, 11619, 11802, 9549, 12278, 8661, 12682, 8662, 11519, 8913, 11169, 14456, 9894, 13845, 9219, 12318, 9989, 12734, 9213, 9542, 9505, 13247, 15173, 10259, 14243, 13417, 11283, 7809, 11466, 13730, 9363, 12048, 8994, 10952, 7469, 11614, 12858, 9377, 11815, 8601, 9418, 8512, 11144, 8525, 12392, 8825, 11410, 9709, 10500, 7666, 12037, 15803, 11966, 12933, 12320, 10658, 7280, 11214, 8520, 10054, 8511, 12675, 11372, 10169, 16137, 8738, 8406, 10932, 13427, 12461, 10774, 14109, 10484, 11097, 14963, 9889, 11784, 7487, 11154, 7714, 12279, 8080, 9854, 7509, 14951, 13305, 10564, 13653, 9801, 10304, 14979, 9558, 12437, 10132, 10550, 12894, 10355, 8437, 12539, 8981, 13250, 10389, 14949, 14920, 13211, 13351, 10750, 14082, 8820, 10837, 14509, 10326, 12550, 11920, 9564, 14238, 8824, 11624, 10824, 10179, 15309, 9090, 13514, 9845, 11939, 10115, 11799, 7217, 13319, 15360, 9947, 14324, 9009, 11796, 7713, 13315, 15036, 9617, 13436, 9643, 13149, 8558, 13360, 15255, 9561, 13609, 12534, 10292, 8232, 10297, 14446, 8423, 12058, 15027, 10858, 11881, 7809, 11596, 12374, 9525, 14428, 9790, 9311, 10019, 14769, 7572, 12828, 14567, 10592, 13051, 8982, 13792, 8252, 13737, 14546, 10845, 14095, 8524, 13095, 15013, 9534, 13834, 9641, 9815, 7700, 10745, 14381, 7777, 11337, 13798, 9709, 13699, 8514, 13357, 12784, 9092, 14310, 9188, 11446, 7920, 13392, 13570, 9100, 14634, 9589, 10647, 9887, 14630, 14280, 10697, 14424, 9925, 12201, 8911, 10090, 14576, 8908, 10967, 8108, 10574, 7614, 12619, 6828, 12757, 14347, 10364, 11088, 8443, 10127, 14199, 8946, 10676, 14144, 9066, 13807, 7852, 10209, 14507, 9255, 11783, 8789, 12833, 7804, 13353, 13407, 9202, 13253, 9177, 12671, 8527, 13607, 13037, 9910, 14367, 8856, 10866, 7778, 10285, 14169, 8223, 11554, 9188, 11076, 7924, 12750, 8827, 10779, 14699, 9839, 13033, 8522, 13520, 15703, 9540, 13938, 9060, 10477, 7737, 11159, 14356, 7649, 11897, 14291, 9560, 9319, 9994, 14303, 7292, 11401, 13147, 9486, 8777, 10311, 14263, 7263, 11441, 14529, 9714, 12234, 9399, 13825, 7977, 9711, 10219, 14641, 14562, 11784, 16301, 7620, 12197, 14365, 8951, 12793, 9124, 12335, 7174], 'WindowCenter': [4241.0, 4257.0, 4225.0, 4240.0, 4233.0, 4235.0, 4237.0, 4210.0, 4236.0, 4184.0, 4216.0, 4183.0, 4227.0, 4225.0, 4234.0, 4229.0, 4184.0, 4222.0, 4222.0, 4188.0, 4207.0, 4189.0, 4190.0, 4204.0, 4178.0, 4209.0, 4199.0, 4201.0, 4222.0, 4204.0, 4223.0, 4194.0, 4248.0, 4202.0, 4232.0, 4220.0, 4250.0, 4204.0, 4241.0, 4250.0, 4236.0, 4228.0, 4227.0, 4245.0, 4218.0, 4233.0, 4217.0, 4246.0, 4220.0, 4249.0, 4248.0, 4229.0, 4247.0, 4222.0, 4226.0, 4234.0, 4200.0, 4221.0, 4211.0, 4202.0, 4221.0, 4190.0, 4223.0, 4202.0, 4226.0, 4234.0, 4215.0, 4231.0, 4206.0, 4238.0, 4206.0, 4240.0, 4234.0, 4216.0, 4248.0, 4208.0, 4238.0, 4207.0, 4239.0, 4216.0, 4229.0, 4245.0, 4204.0, 4238.0, 4207.0, 4235.0, 4193.0, 4239.0, 4247.0, 4213.0, 4235.0, 4215.0, 4225.0, 4193.0, 4234.0, 4232.0, 4203.0, 4225.0, 4245.0, 4212.0, 4220.0, 4180.0, 4221.0, 4231.0, 4192.0, 4223.0, 4181.0, 4224.0, 4218.0, 4203.0, 4233.0, 4193.0, 4224.0, 4204.0, 4213.0, 4234.0, 4204.0, 4235.0, 4206.0, 4223.0, 4196.0, 4234.0, 4196.0, 4235.0, 4207.0, 4238.0, 4204.0, 4239.0, 4233.0, 4215.0, 4194.0, 4227.0, 4236.0, 4237.0, 4233.0, 4231.0, 4188.0, 4212.0, 4210.0, 4201.0, 4198.0, 4200.0, 4221.0, 4180.0, 4209.0, 4231.0, 4192.0, 4222.0, 4204.0, 4233.0, 4190.0, 4215.0, 4246.0, 4216.0, 4205.0, 4225.0, 4248.0, 4205.0, 4236.0, 4237.0, 4223.0, 4201.0, 4227.0, 4238.0, 4224.0, 4225.0, 4231.0, 4232.0, 4210.0, 4189.0, 4198.0, 4218.0, 4199.0, 4208.0, 4200.0, 4223.0, 4213.0, 4239.0, 4238.0, 4224.0, 4202.0, 4165.0, 4198.0, 4221.0, 4189.0, 4212.0, 4199.0, 4214.0, 4234.0, 4191.0, 4214.0, 4221.0, 4189.0, 4212.0, 4199.0, 4214.0, 4224.0, 4188.0, 4212.0, 4202.0, 4214.0, 4196.0, 4240.0, 4247.0, 4216.0, 4237.0, 4212.0, 4206.0, 4235.0, 4205.0, 4233.0, 4194.0, 4236.0, 4192.0, 4226.0, 4196.0, 4239.0, 4234.0, 4234.0, 4225.0, 4210.0, 4212.0, 4234.0, 4179.0, 4208.0, 4220.0, 4188.0, 4221.0, 4192.0, 4221.0, 4210.0, 4201.0, 4221.0, 4180.0, 4211.0, 4171.0, 4222.0, 4242.0, 4203.0, 4225.0, 4213.0, 4205.0, 4235.0, 4182.0, 4224.0, 4223.0, 4204.0, 4185.0, 4235.0, 4194.0, 4237.0, 4250.0, 4227.0, 4236.0, 4237.0, 4227.0, 4226.0, 4192.0, 4211.0, 4222.0, 4223.0, 4213.0, 4180.0, 4203.0, 4220.0, 4191.0, 4223.0, 4244.0, 4192.0, 4222.0, 4166.0, 4221.0, 4232.0, 4202.0, 4223.0, 4181.0, 4204.0, 4232.0, 4201.0, 4224.0, 4182.0, 4214.0, 4183.0, 4225.0, 4236.0, 4193.0, 4226.0, 4232.0, 4216.0, 4246.0, 4204.0, 4237.0, 4224.0, 4215.0, 4235.0, 4212.0, 4222.0, 4193.0, 4237.0, 4234.0, 4214.0, 4223.0, 4182.0, 4224.0, 4233.0, 4204.0, 4224.0, 4233.0, 4192.0, 4219.0, 4180.0, 4223.0, 4223.0, 4203.0, 4222.0, 4183.0, 4224.0, 4231.0, 4203.0, 4224.0, 4204.0, 4194.0, 4229.0, 4249.0, 4215.0, 4224.0, 4233.0, 4223.0, 4210.0, 4190.0, 4223.0, 4231.0, 4210.0, 4225.0, 4224.0, 4200.0, 4201.0, 4203.0, 4223.0, 4192.0, 4210.0, 4229.0, 4201.0, 4210.0, 4193.0, 4223.0, 4209.0, 4201.0, 4222.0, 4181.0, 4211.0, 4220.0, 4181.0, 4210.0, 4187.0, 4212.0, 4169.0, 4237.0, 4230.0, 4205.0, 4233.0, 4195.0, 4226.0, 4204.0, 4250.0, 4248.0, 4217.0, 4235.0, 4215.0, 4224.0, 4206.0, 4238.0, 4246.0, 4215.0, 4233.0, 4212.0, 4198.0, 4183.0, 4225.0, 4220.0, 4198.0, 4223.0, 4240.0, 4200.0, 4210.0, 4191.0, 4222.0, 4178.0, 4198.0, 4231.0, 4200.0, 4221.0, 4167.0, 4201.0, 4221.0, 4201.0, 4211.0, 4204.0, 4233.0, 4192.0, 4225.0, 4233.0, 4213.0, 4209.0, 4182.0, 4234.0, 4233.0, 4203.0, 4223.0, 4179.0, 4208.0, 4184.0, 4227.0, 4244.0, 4193.0, 4223.0, 4191.0, 4211.0, 4179.0, 4215.0, 4235.0, 4191.0, 4212.0, 4232.0, 4213.0, 4210.0, 4190.0, 4199.0, 4222.0, 4181.0, 4213.0, 4219.0, 4202.0, 4219.0, 4170.0, 4213.0, 4233.0, 4203.0, 4220.0, 4203.0, 4236.0, 4201.0, 4215.0, 4203.0, 4245.0, 4231.0, 4255.0, 4251.0, 4237.0, 4227.0, 4231.0, 4169.0, 4201.0, 4158.0, 4213.0, 4219.0, 4194.0, 4222.0, 4184.0, 4226.0, 4206.0, 4237.0, 4230.0, 4236.0, 4225.0, 4216.0, 4223.0, 4200.0, 4214.0, 4200.0, 4190.0, 4208.0, 4181.0, 4211.0, 4167.0, 4213.0, 4172.0, 4226.0, 4235.0, 4205.0, 4225.0, 4194.0, 4237.0, 4198.0, 4239.0, 4237.0, 4216.0, 4226.0, 4191.0, 4216.0, 4224.0, 4205.0, 4224.0, 4183.0, 4212.0, 4180.0, 4213.0, 4221.0, 4194.0, 4223.0, 4223.0, 4203.0, 4212.0, 4182.0, 4211.0, 4211.0, 4203.0, 4223.0, 4181.0, 4202.0, 4221.0, 4192.0, 4220.0, 4201.0, 4203.0, 4230.0, 4190.0, 4211.0, 4181.0, 4226.0, 4216.0, 4228.0, 4218.0, 4240.0, 4200.0, 4240.0, 4251.0, 4213.0, 4228.0, 4237.0, 4226.0, 4221.0, 4203.0, 4224.0, 4192.0, 4211.0, 4224.0, 4223.0, 4213.0, 4180.0, 4203.0, 4219.0, 4181.0, 4212.0, 4211.0, 4191.0, 4208.0, 4170.0, 4209.0, 4220.0, 4191.0, 4220.0, 4168.0, 4211.0, 4202.0, 4204.0, 4235.0, 4204.0, 4197.0, 4217.0, 4250.0, 4220.0, 4238.0, 4227.0, 4226.0, 4235.0, 4225.0, 4214.0, 4229.0, 4229.0, 4213.0, 4200.0, 4220.0, 4209.0, 4207.0, 4188.0, 4210.0, 4221.0, 4190.0, 4210.0, 4177.0, 4210.0, 4168.0, 4202.0, 4221.0, 4168.0, 4209.0, 4220.0, 4192.0, 4207.0, 4181.0, 4212.0, 4220.0, 4180.0, 4222.0, 4170.0, 4211.0, 4192.0, 4214.0, 4234.0, 4203.0, 4227.0, 4220.0, 4245.0, 4205.0, 4235.0, 4232.0, 4254.0, 4228.0, 4215.0, 4222.0, 4213.0, 4223.0, 4223.0, 4210.0, 4192.0, 4214.0, 4221.0, 4168.0, 4212.0, 4219.0, 4210.0, 4200.0, 4219.0, 4189.0, 4209.0, 4167.0, 4197.0, 4218.0, 4165.0, 4210.0, 4217.0, 4178.0, 4210.0, 4168.0, 4202.0, 4231.0, 4193.0, 4223.0, 4181.0, 4212.0, 4234.0, 4202.0, 4225.0, 4183.0, 4226.0, 4234.0, 4206.0, 4236.0, 4218.0, 4224.0, 4219.0, 4240.0, 4225.0, 4216.0, 4233.0, 4223.0, 4211.0, 4203.0, 4214.0, 4219.0, 4201.0, 4209.0, 4200.0, 4201.0, 4171.0, 4214.0, 4219.0, 4182.0, 4224.0, 4233.0, 4210.0, 4211.0, 4200.0, 4190.0, 4218.0, 4169.0, 4210.0, 4183.0, 4210.0, 4184.0, 4224.0, 4232.0, 4205.0, 4223.0, 4217.0, 4232.0, 4195.0, 4227.0, 4226.0, 4202.0, 4233.0, 4218.0, 4236.0, 4212.0, 4201.0, 4223.0, 4202.0, 4197.0, 4160.0, 4202.0, 4217.0, 4180.0, 4212.0, 4166.0, 4210.0, 4172.0, 4215.0, 4219.0, 4177.0, 4213.0, 4200.0, 4203.0, 4182.0, 4212.0, 4222.0, 4172.0, 4214.0, 4234.0, 4191.0, 4225.0, 4196.0, 4227.0, 4213.0, 4204.0, 4225.0, 4195.0, 4209.0, 4186.0, 4239.0, 4237.0, 4206.0, 4226.0, 4202.0, 4211.0, 4198.0, 4241.0, 4237.0, 4212.0, 4215.0, 4220.0, 4199.0, 4170.0, 4200.0, 4212.0, 4169.0, 4201.0, 4219.0, 4211.0, 4197.0, 4171.0, 4213.0, 4220.0, 4180.0, 4207.0, 4167.0, 4201.0, 4171.0, 4211.0, 4220.0, 4170.0, 4211.0, 4184.0, 4224.0, 4196.0, 4229.0, 4235.0, 4204.0, 4221.0, 4204.0, 4216.0, 4195.0, 4217.0, 4223.0, 4202.0, 4212.0, 4187.0, 4199.0, 4171.0, 4203.0, 4212.0, 4182.0, 4211.0, 4179.0, 4201.0, 4169.0, 4214.0, 4186.0, 4228.0, 4231.0, 4191.0, 4225.0, 4200.0, 4201.0, 4173.0, 4213.0, 4225.0, 4180.0, 4215.0, 4230.0, 4200.0, 4211.0, 4189.0, 4202.0, 4221.0, 4169.0, 4197.0, 4161.0, 4215.0, 4222.0, 4196.0, 4240.0, 4223.0, 4194.0, 4150.0, 4125.0, 4295.0, 4245.0, 4216.0, 4202.0, 4227.0, 4217.0, 4223.0, 4254.0, 4254.0, 4231.0, 4255.0, 4244.0, 4238.0, 4225.0, 4212.0, 4212.0, 4198.0, 4176.0, 4206.0, 4212.0, 4179.0, 4199.0, 4179.0, 4186.0, 4189.0, 4209.0, 4163.0, 4174.0, 4176.0, 4185.0, 4176.0, 4160.0, 4199.0, 4178.0, 4211.0, 4194.0, 4211.0, 4215.0, 4204.0, 4218.0, 4187.0, 4238.0, 4243.0, 4241.0, 4229.0, 4225.0, 4191.0, 4227.0, 4225.0, 4201.0, 4224.0, 4212.0, 4183.0, 4216.0, 4224.0, 4176.0, 4202.0, 4212.0, 4201.0, 4170.0, 4203.0, 4222.0, 4194.0, 4213.0, 4182.0, 4201.0, 4183.0, 4216.0, 4224.0, 4181.0, 4212.0, 4192.0, 4203.0, 4174.0, 4215.0, 4185.0, 4229.0, 4227.0, 4212.0, 4215.0, 4191.0, 4203.0, 4183.0, 4214.0, 4224.0, 4192.0, 4201.0, 4211.0, 4192.0, 4212.0, 4191.0, 4182.0, 4216.0, 4213.0, 4183.0, 4213.0, 4224.0, 4193.0, 4213.0, 4206.0, 4222.0, 4172.0, 4214.0, 4224.0, 4193.0, 4208.0, 4184.0, 4225.0, 4207.0, 4228.0, 4226.0, 4207.0, 4185.0, 4214.0, 4198.0, 4228.0, 4218.0, 4230.0, 4198.0, 4227.0, 4228.0, 4230.0, 4238.0, 4238.0, 4237.0, 4203.0, 4226.0, 4203.0, 4225.0, 4192.0, 4216.0, 4219.0, 4235.0, 4216.0, 4237.0, 4228.0, 4216.0, 4179.0, 4202.0, 4213.0, 4169.0, 4201.0, 4221.0, 4180.0, 4195.0, 4183.0, 4212.0, 4183.0, 4213.0, 4185.0, 4214.0, 4198.0, 4226.0, 4198.0, 4240.0, 4198.0, 4231.0, 4224.0, 4238.0, 4209.0, 4228.0, 4208.0, 4241.0, 4247.0, 4212.0, 4234.0, 4193.0, 4213.0, 4179.0, 4201.0, 4210.0, 4191.0, 4200.0, 4159.0, 4191.0, 4209.0, 4180.0, 4200.0, 4171.0, 4192.0, 4200.0, 4192.0, 4211.0, 4182.0, 4213.0, 4183.0, 4204.0, 4213.0, 4196.0, 4225.0, 4184.0, 4216.0, 4215.0, 4205.0, 4216.0, 4196.0, 4225.0, 4196.0, 4215.0, 4195.0, 4217.0, 4235.0, 4206.0, 4225.0, 4195.0, 4214.0, 4207.0, 4225.0, 4195.0, 4206.0, 4219.0, 4229.0, 4235.0, 4205.0, 4222.0, 4212.0, 4197.0, 4172.0, 4214.0, 4211.0, 4181.0, 4208.0, 4180.0, 4199.0, 4173.0, 4214.0, 4213.0, 4193.0, 4213.0, 4195.0, 4194.0, 4198.0, 4217.0, 4197.0, 4228.0, 4196.0, 4217.0, 4205.0, 4206.0, 4188.0, 4229.0, 4237.0, 4215.0, 4214.0, 4213.0, 4201.0, 4172.0, 4215.0, 4194.0, 4203.0, 4197.0, 4229.0, 4218.0, 4207.0, 4235.0, 4194.0, 4196.0, 4216.0, 4228.0, 4213.0, 4203.0, 4211.0, 4191.0, 4202.0, 4209.0, 4179.0, 4195.0, 4160.0, 4201.0, 4169.0, 4227.0, 4141.0, 4118.0, 4022.0, 4193.0, 4214.0, 4256.0, 4266.0, 4214.0, 4217.0, 4234.0, 4220.0, 4223.0, 4204.0, 4205.0, 4225.0, 4218.0, 4197.0, 4240.0, 4224.0, 4265.0, 4243.0, 4263.0, 4240.0, 4227.0, 4224.0, 4204.0, 4222.0, 4178.0, 4202.0, 4207.0, 4201.0, 4211.0, 4198.0, 4191.0, 4208.0, 4178.0, 4202.0, 4201.0, 4203.0, 4232.0, 4190.0, 4228.0, 4202.0, 4227.0, 4212.0, 4225.0, 4202.0, 4255.0, 4251.0, 4214.0, 4236.0, 4196.0, 4228.0, 4187.0, 4240.0, 4235.0, 4203.0, 4222.0, 4202.0, 4225.0, 4192.0, 4238.0, 4232.0, 4204.0, 4226.0, 4212.0, 4201.0, 4182.0, 4202.0, 4224.0, 4179.0, 4215.0, 4219.0, 4200.0, 4214.0, 4173.0, 4215.0, 4220.0, 4205.0, 4235.0, 4219.0, 4206.0, 4218.0, 4251.0, 4187.0, 4238.0, 4234.0, 4218.0, 4225.0, 4204.0, 4234.0, 4196.0, 4239.0, 4234.0, 4214.0, 4232.0, 4208.0, 4239.0, 4233.0, 4206.0, 4226.0, 4190.0, 4190.0, 4184.0, 4215.0, 4236.0, 4183.0, 4217.0, 4222.0, 4204.0, 4225.0, 4195.0, 4237.0, 4226.0, 4195.0, 4235.0, 4204.0, 4212.0, 4198.0, 4250.0, 4240.0, 4209.0, 4250.0, 4221.0, 4229.0, 4233.0, 4261.0, 4246.0, 4221.0, 4237.0, 4205.0, 4215.0, 4195.0, 4206.0, 4223.0, 4180.0, 4203.0, 4179.0, 4202.0, 4184.0, 4224.0, 4176.0, 4239.0, 4237.0, 4206.0, 4217.0, 4185.0, 4215.0, 4233.0, 4190.0, 4204.0, 4235.0, 4192.0, 4225.0, 4182.0, 4204.0, 4220.0, 4190.0, 4211.0, 4197.0, 4226.0, 4198.0, 4240.0, 4224.0, 4196.0, 4219.0, 4206.0, 4224.0, 4196.0, 4238.0, 4225.0, 4204.0, 4226.0, 4190.0, 4204.0, 4171.0, 4206.0, 4221.0, 4182.0, 4212.0, 4194.0, 4229.0, 4194.0, 4240.0, 4204.0, 4216.0, 4234.0, 4207.0, 4223.0, 4209.0, 4239.0, 4232.0, 4191.0, 4224.0, 4180.0, 4202.0, 4168.0, 4212.0, 4222.0, 4171.0, 4212.0, 4225.0, 4192.0, 4192.0, 4205.0, 4236.0, 4174.0, 4215.0, 4228.0, 4206.0, 4197.0, 4217.0, 4237.0, 4172.0, 4216.0, 4237.0, 4205.0, 4228.0, 4208.0, 4233.0, 4195.0, 4216.0, 4232.0, 4251.0, 4238.0, 4217.0, 4233.0, 4174.0, 4214.0, 4223.0, 4193.0, 4210.0, 4194.0, 4222.0, 4173.0], 'WindowWidth': [9407.0, 9421.0, 9368.0, 9386.0, 9378.0, 9373.0, 9394.0, 9325.0, 9387.0, 9295.0, 9339.0, 9297.0, 9358.0, 9357.0, 9367.0, 9355.0, 9297.0, 9349.0, 9349.0, 9297.0, 9322.0, 9296.0, 9299.0, 9315.0, 9281.0, 9324.0, 9312.0, 9319.0, 9350.0, 9326.0, 9350.0, 9316.0, 9394.0, 9327.0, 9369.0, 9359.0, 9401.0, 9331.0, 9387.0, 9399.0, 9377.0, 9367.0, 9366.0, 9389.0, 9353.0, 9370.0, 9354.0, 9390.0, 9358.0, 9401.0, 9395.0, 9367.0, 9400.0, 9350.0, 9358.0, 9371.0, 9318.0, 9346.0, 9331.0, 9320.0, 9349.0, 9305.0, 9349.0, 9319.0, 9361.0, 9370.0, 9346.0, 9366.0, 9333.0, 9381.0, 9333.0, 9383.0, 9373.0, 9348.0, 9393.0, 9340.0, 9380.0, 9335.0, 9381.0, 9347.0, 9366.0, 9390.0, 9329.0, 9380.0, 9333.0, 9372.0, 9316.0, 9381.0, 9395.0, 9339.0, 9375.0, 9340.0, 9360.0, 9309.0, 9370.0, 9369.0, 9322.0, 9356.0, 9386.0, 9335.0, 9345.0, 9288.0, 9346.0, 9358.0, 9307.0, 9353.0, 9292.0, 9353.0, 9342.0, 9324.0, 9365.0, 9312.0, 9354.0, 9325.0, 9340.0, 9369.0, 9328.0, 9371.0, 9332.0, 9354.0, 9322.0, 9370.0, 9320.0, 9374.0, 9335.0, 9381.0, 9330.0, 9381.0, 9375.0, 9341.0, 9313.0, 9363.0, 9384.0, 9375.0, 9366.0, 9365.0, 9299.0, 9333.0, 9326.0, 9315.0, 9311.0, 9316.0, 9346.0, 9287.0, 9328.0, 9360.0, 9307.0, 9348.0, 9328.0, 9367.0, 9304.0, 9342.0, 9388.0, 9345.0, 9331.0, 9362.0, 9395.0, 9330.0, 9375.0, 9379.0, 9352.0, 9322.0, 9363.0, 9380.0, 9352.0, 9355.0, 9368.0, 9361.0, 9333.0, 9298.0, 9312.0, 9341.0, 9314.0, 9323.0, 9319.0, 9350.0, 9340.0, 9388.0, 9389.0, 9352.0, 9317.0, 9260.0, 9310.0, 9344.0, 9299.0, 9333.0, 9315.0, 9340.0, 9369.0, 9305.0, 9339.0, 9351.0, 9299.0, 9333.0, 9313.0, 9339.0, 9353.0, 9296.0, 9332.0, 9320.0, 9340.0, 9322.0, 9385.0, 9392.0, 9347.0, 9377.0, 9336.0, 9330.0, 9372.0, 9331.0, 9368.0, 9313.0, 9372.0, 9308.0, 9359.0, 9320.0, 9381.0, 9376.0, 9367.0, 9358.0, 9330.0, 9335.0, 9370.0, 9284.0, 9324.0, 9346.0, 9296.0, 9345.0, 9309.0, 9349.0, 9327.0, 9315.0, 9347.0, 9288.0, 9332.0, 9278.0, 9352.0, 9381.0, 9325.0, 9356.0, 9338.0, 9328.0, 9370.0, 9296.0, 9354.0, 9352.0, 9327.0, 9304.0, 9373.0, 9317.0, 9381.0, 9401.0, 9360.0, 9375.0, 9382.0, 9360.0, 9362.0, 9308.0, 9334.0, 9353.0, 9351.0, 9336.0, 9287.0, 9323.0, 9347.0, 9303.0, 9350.0, 9384.0, 9307.0, 9349.0, 9267.0, 9346.0, 9362.0, 9320.0, 9352.0, 9291.0, 9325.0, 9363.0, 9322.0, 9355.0, 9296.0, 9339.0, 9300.0, 9359.0, 9375.0, 9309.0, 9358.0, 9363.0, 9344.0, 9387.0, 9330.0, 9377.0, 9353.0, 9342.0, 9374.0, 9334.0, 9349.0, 9312.0, 9375.0, 9373.0, 9339.0, 9352.0, 9293.0, 9354.0, 9365.0, 9326.0, 9354.0, 9363.0, 9305.0, 9341.0, 9288.0, 9350.0, 9350.0, 9321.0, 9348.0, 9297.0, 9354.0, 9361.0, 9324.0, 9353.0, 9327.0, 9318.0, 9369.0, 9398.0, 9341.0, 9354.0, 9369.0, 9351.0, 9331.0, 9307.0, 9353.0, 9365.0, 9330.0, 9357.0, 9352.0, 9318.0, 9316.0, 9323.0, 9352.0, 9306.0, 9329.0, 9357.0, 9318.0, 9330.0, 9310.0, 9352.0, 9325.0, 9316.0, 9348.0, 9287.0, 9330.0, 9341.0, 9290.0, 9329.0, 9296.0, 9333.0, 9278.0, 9376.0, 9361.0, 9328.0, 9367.0, 9317.0, 9359.0, 9333.0, 9400.0, 9393.0, 9350.0, 9375.0, 9346.0, 9355.0, 9335.0, 9382.0, 9389.0, 9339.0, 9372.0, 9333.0, 9312.0, 9297.0, 9357.0, 9351.0, 9310.0, 9352.0, 9372.0, 9313.0, 9327.0, 9302.0, 9348.0, 9281.0, 9309.0, 9358.0, 9316.0, 9346.0, 9265.0, 9317.0, 9345.0, 9318.0, 9331.0, 9327.0, 9367.0, 9307.0, 9356.0, 9366.0, 9336.0, 9326.0, 9295.0, 9368.0, 9367.0, 9324.0, 9349.0, 9287.0, 9326.0, 9299.0, 9362.0, 9384.0, 9309.0, 9352.0, 9304.0, 9333.0, 9286.0, 9344.0, 9370.0, 9305.0, 9336.0, 9364.0, 9335.0, 9330.0, 9299.0, 9313.0, 9349.0, 9290.0, 9337.0, 9340.0, 9319.0, 9342.0, 9276.0, 9335.0, 9365.0, 9323.0, 9345.0, 9326.0, 9372.0, 9319.0, 9341.0, 9328.0, 9391.0, 9374.0, 9419.0, 9417.0, 9379.0, 9363.0, 9362.0, 9268.0, 9313.0, 9254.0, 9338.0, 9339.0, 9308.0, 9346.0, 9295.0, 9355.0, 9331.0, 9375.0, 9368.0, 9375.0, 9357.0, 9340.0, 9349.0, 9311.0, 9334.0, 9311.0, 9294.0, 9320.0, 9286.0, 9324.0, 9268.0, 9334.0, 9279.0, 9356.0, 9369.0, 9327.0, 9351.0, 9314.0, 9374.0, 9323.0, 9378.0, 9373.0, 9341.0, 9356.0, 9302.0, 9340.0, 9350.0, 9323.0, 9351.0, 9292.0, 9332.0, 9287.0, 9336.0, 9347.0, 9308.0, 9349.0, 9352.0, 9320.0, 9329.0, 9290.0, 9331.0, 9329.0, 9321.0, 9349.0, 9288.0, 9315.0, 9343.0, 9303.0, 9341.0, 9313.0, 9319.0, 9355.0, 9302.0, 9329.0, 9293.0, 9355.0, 9343.0, 9360.0, 9350.0, 9381.0, 9328.0, 9386.0, 9403.0, 9338.0, 9362.0, 9375.0, 9354.0, 9347.0, 9322.0, 9354.0, 9302.0, 9329.0, 9354.0, 9348.0, 9334.0, 9283.0, 9319.0, 9340.0, 9289.0, 9332.0, 9328.0, 9298.0, 9322.0, 9271.0, 9324.0, 9338.0, 9301.0, 9341.0, 9271.0, 9329.0, 9317.0, 9324.0, 9368.0, 9326.0, 9320.0, 9351.0, 9396.0, 9355.0, 9381.0, 9359.0, 9358.0, 9374.0, 9356.0, 9340.0, 9366.0, 9370.0, 9334.0, 9314.0, 9346.0, 9323.0, 9321.0, 9297.0, 9328.0, 9342.0, 9297.0, 9327.0, 9278.0, 9326.0, 9267.0, 9317.0, 9343.0, 9266.0, 9324.0, 9341.0, 9304.0, 9319.0, 9289.0, 9331.0, 9340.0, 9287.0, 9345.0, 9273.0, 9330.0, 9306.0, 9339.0, 9365.0, 9326.0, 9362.0, 9355.0, 9387.0, 9332.0, 9373.0, 9375.0, 9412.0, 9362.0, 9343.0, 9351.0, 9337.0, 9351.0, 9348.0, 9327.0, 9303.0, 9337.0, 9348.0, 9268.0, 9330.0, 9342.0, 9325.0, 9312.0, 9338.0, 9294.0, 9322.0, 9263.0, 9304.0, 9336.0, 9261.0, 9323.0, 9331.0, 9280.0, 9326.0, 9266.0, 9317.0, 9357.0, 9308.0, 9350.0, 9291.0, 9334.0, 9365.0, 9322.0, 9354.0, 9295.0, 9356.0, 9368.0, 9332.0, 9372.0, 9350.0, 9357.0, 9354.0, 9385.0, 9353.0, 9344.0, 9370.0, 9350.0, 9332.0, 9325.0, 9340.0, 9345.0, 9314.0, 9328.0, 9311.0, 9314.0, 9275.0, 9339.0, 9343.0, 9292.0, 9349.0, 9366.0, 9328.0, 9331.0, 9310.0, 9298.0, 9335.0, 9270.0, 9326.0, 9294.0, 9329.0, 9298.0, 9355.0, 9363.0, 9326.0, 9354.0, 9346.0, 9364.0, 9314.0, 9360.0, 9356.0, 9320.0, 9363.0, 9350.0, 9373.0, 9332.0, 9315.0, 9352.0, 9315.0, 9304.0, 9258.0, 9318.0, 9335.0, 9286.0, 9330.0, 9266.0, 9328.0, 9279.0, 9339.0, 9341.0, 9280.0, 9333.0, 9314.0, 9319.0, 9292.0, 9334.0, 9348.0, 9278.0, 9336.0, 9365.0, 9305.0, 9353.0, 9318.0, 9360.0, 9334.0, 9324.0, 9354.0, 9312.0, 9327.0, 9306.0, 9379.0, 9374.0, 9330.0, 9357.0, 9320.0, 9333.0, 9324.0, 9385.0, 9376.0, 9333.0, 9343.0, 9341.0, 9311.0, 9271.0, 9315.0, 9334.0, 9269.0, 9315.0, 9343.0, 9327.0, 9306.0, 9277.0, 9333.0, 9339.0, 9284.0, 9320.0, 9265.0, 9313.0, 9276.0, 9331.0, 9341.0, 9272.0, 9328.0, 9296.0, 9351.0, 9318.0, 9365.0, 9370.0, 9324.0, 9346.0, 9322.0, 9341.0, 9316.0, 9346.0, 9352.0, 9316.0, 9332.0, 9292.0, 9309.0, 9274.0, 9321.0, 9333.0, 9290.0, 9329.0, 9282.0, 9314.0, 9271.0, 9336.0, 9306.0, 9363.0, 9363.0, 9305.0, 9355.0, 9315.0, 9317.0, 9282.0, 9337.0, 9355.0, 9289.0, 9341.0, 9360.0, 9314.0, 9330.0, 9295.0, 9315.0, 9342.0, 9269.0, 9305.0, 9261.0, 9340.0, 9349.0, 9320.0, 9388.0, 9350.0, 9293.0, 9217.0, 9179.0, 9501.0, 9401.0, 9345.0, 9321.0, 9359.0, 9352.0, 9363.0, 9413.0, 9414.0, 9378.0, 9414.0, 9395.0, 9379.0, 9362.0, 9336.0, 9336.0, 9305.0, 9271.0, 9319.0, 9328.0, 9280.0, 9308.0, 9282.0, 9286.0, 9293.0, 9324.0, 9248.0, 9262.0, 9270.0, 9283.0, 9273.0, 9255.0, 9309.0, 9282.0, 9327.0, 9309.0, 9330.0, 9338.0, 9320.0, 9345.0, 9303.0, 9374.0, 9389.0, 9383.0, 9365.0, 9357.0, 9302.0, 9357.0, 9351.0, 9313.0, 9349.0, 9331.0, 9293.0, 9342.0, 9348.0, 9276.0, 9314.0, 9326.0, 9311.0, 9271.0, 9321.0, 9345.0, 9308.0, 9335.0, 9288.0, 9315.0, 9293.0, 9341.0, 9351.0, 9289.0, 9331.0, 9301.0, 9318.0, 9281.0, 9339.0, 9302.0, 9364.0, 9359.0, 9334.0, 9342.0, 9301.0, 9320.0, 9298.0, 9341.0, 9351.0, 9305.0, 9316.0, 9326.0, 9301.0, 9332.0, 9303.0, 9293.0, 9345.0, 9337.0, 9292.0, 9335.0, 9351.0, 9308.0, 9337.0, 9331.0, 9350.0, 9280.0, 9338.0, 9353.0, 9310.0, 9326.0, 9298.0, 9355.0, 9335.0, 9364.0, 9358.0, 9331.0, 9301.0, 9342.0, 9322.0, 9366.0, 9352.0, 9371.0, 9325.0, 9365.0, 9363.0, 9368.0, 9385.0, 9377.0, 9376.0, 9324.0, 9358.0, 9326.0, 9355.0, 9306.0, 9346.0, 9352.0, 9373.0, 9343.0, 9375.0, 9361.0, 9342.0, 9287.0, 9319.0, 9334.0, 9269.0, 9315.0, 9346.0, 9286.0, 9304.0, 9294.0, 9332.0, 9295.0, 9336.0, 9300.0, 9340.0, 9325.0, 9360.0, 9327.0, 9383.0, 9326.0, 9374.0, 9369.0, 9382.0, 9340.0, 9363.0, 9338.0, 9389.0, 9391.0, 9335.0, 9366.0, 9308.0, 9336.0, 9284.0, 9314.0, 9330.0, 9300.0, 9312.0, 9257.0, 9302.0, 9323.0, 9286.0, 9315.0, 9275.0, 9304.0, 9314.0, 9307.0, 9332.0, 9295.0, 9337.0, 9295.0, 9325.0, 9337.0, 9318.0, 9354.0, 9298.0, 9343.0, 9340.0, 9327.0, 9344.0, 9318.0, 9357.0, 9317.0, 9342.0, 9314.0, 9347.0, 9368.0, 9329.0, 9357.0, 9316.0, 9339.0, 9332.0, 9359.0, 9317.0, 9329.0, 9354.0, 9371.0, 9369.0, 9328.0, 9354.0, 9332.0, 9307.0, 9280.0, 9337.0, 9330.0, 9288.0, 9325.0, 9287.0, 9311.0, 9283.0, 9341.0, 9334.0, 9307.0, 9337.0, 9315.0, 9312.0, 9322.0, 9348.0, 9322.0, 9363.0, 9319.0, 9349.0, 9328.0, 9329.0, 9309.0, 9369.0, 9377.0, 9340.0, 9341.0, 9334.0, 9316.0, 9279.0, 9339.0, 9311.0, 9323.0, 9323.0, 9366.0, 9349.0, 9332.0, 9372.0, 9311.0, 9317.0, 9346.0, 9366.0, 9335.0, 9321.0, 9332.0, 9299.0, 9316.0, 9324.0, 9283.0, 9302.0, 9258.0, 9315.0, 9271.0, 9363.0, 9219.0, 9159.0, 9002.0, 9297.0, 9338.0, 9428.0, 9433.0, 9345.0, 9354.0, 9373.0, 9358.0, 9354.0, 9326.0, 9328.0, 9357.0, 9348.0, 9322.0, 9386.0, 9372.0, 9429.0, 9397.0, 9426.0, 9384.0, 9362.0, 9354.0, 9325.0, 9351.0, 9282.0, 9318.0, 9324.0, 9318.0, 9331.0, 9309.0, 9301.0, 9323.0, 9282.0, 9319.0, 9318.0, 9322.0, 9361.0, 9306.0, 9362.0, 9322.0, 9362.0, 9337.0, 9358.0, 9336.0, 9410.0, 9401.0, 9346.0, 9377.0, 9321.0, 9364.0, 9310.0, 9384.0, 9376.0, 9326.0, 9352.0, 9327.0, 9359.0, 9313.0, 9380.0, 9370.0, 9329.0, 9358.0, 9336.0, 9320.0, 9295.0, 9325.0, 9356.0, 9288.0, 9341.0, 9345.0, 9317.0, 9335.0, 9283.0, 9343.0, 9346.0, 9331.0, 9372.0, 9353.0, 9337.0, 9356.0, 9402.0, 9309.0, 9379.0, 9374.0, 9352.0, 9359.0, 9331.0, 9370.0, 9323.0, 9382.0, 9374.0, 9343.0, 9367.0, 9339.0, 9385.0, 9370.0, 9332.0, 9360.0, 9302.0, 9304.0, 9299.0, 9345.0, 9371.0, 9300.0, 9348.0, 9350.0, 9328.0, 9356.0, 9319.0, 9377.0, 9360.0, 9319.0, 9372.0, 9329.0, 9338.0, 9327.0, 9399.0, 9385.0, 9341.0, 9398.0, 9362.0, 9370.0, 9379.0, 9420.0, 9392.0, 9358.0, 9381.0, 9331.0, 9345.0, 9312.0, 9331.0, 9355.0, 9290.0, 9321.0, 9287.0, 9325.0, 9302.0, 9357.0, 9295.0, 9384.0, 9382.0, 9333.0, 9347.0, 9303.0, 9344.0, 9368.0, 9306.0, 9327.0, 9370.0, 9310.0, 9356.0, 9293.0, 9325.0, 9345.0, 9304.0, 9332.0, 9321.0, 9359.0, 9328.0, 9384.0, 9357.0, 9319.0, 9346.0, 9337.0, 9356.0, 9322.0, 9379.0, 9356.0, 9326.0, 9358.0, 9305.0, 9326.0, 9280.0, 9332.0, 9348.0, 9296.0, 9335.0, 9314.0, 9369.0, 9317.0, 9381.0, 9329.0, 9348.0, 9372.0, 9336.0, 9354.0, 9342.0, 9383.0, 9367.0, 9309.0, 9354.0, 9291.0, 9321.0, 9274.0, 9339.0, 9350.0, 9280.0, 9335.0, 9357.0, 9307.0, 9310.0, 9330.0, 9373.0, 9287.0, 9343.0, 9365.0, 9335.0, 9322.0, 9350.0, 9377.0, 9284.0, 9345.0, 9380.0, 9331.0, 9363.0, 9337.0, 9369.0, 9320.0, 9351.0, 9380.0, 9405.0, 9380.0, 9347.0, 9367.0, 9284.0, 9338.0, 9351.0, 9310.0, 9332.0, 9314.0, 9349.0, 9286.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.014905170325510976</td></tr>
<tr><td colspan=3>aqi</td><td>0.08389223898561696</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.689854185416586</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2813781356287859</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.093160561356061</td></tr>
<tr><td colspan=3>efc</td><td>0.5069</td></tr>
<tr><td colspan=3>fber</td><td>5034.3623</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21063913980896476</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>235</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.789553368660105</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5690535085089268</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4199727604851713</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7509396616852144</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.536248103356395</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107734</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016385043039917946</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0418422669172287</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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.567567681046891</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.4476</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1526</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.8479</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292929.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>978.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.0051</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7641</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>429.0186</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3400.0148</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>776.1196</td></tr>
<tr><td colspan=3>tsnr</td><td>24.88793106598314</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>