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

616 lines
No EOL
144 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-0020_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0020_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-04/func/sub-0020_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5398b48599125cee8da977b96150c5c2</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>11:10:33.397500</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_VE11C_LATEST_20160120</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.998497, 0.0271519, 0.0476126, -0.0233565, 0.996638, -0.0785352]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0976542</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7779, -7214, 589, -95, -230, 87, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.656</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c54d7e4-e34f-49bb-bf1d-2a424562bf46||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678893804550171, -0.06266377121210098, 0.13387908041477203, 111.65199279785156], [-0.0728466659784317, 2.673906087875366, -0.20872367918491364, -79.87750244140625], [0.1277409940958023, 0.21070416271686554, 2.688589096069336, -69.69239807128906], [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': ['111033.397500', '111033.857500', '111034.317500', '111034.777500', '111035.237500', '111035.697500', '111036.157500', '111036.617500', '111037.077500', '111037.537500', '111037.997500', '111038.457500', '111038.917500', '111039.377500', '111039.837500', '111040.297500', '111040.757500', '111041.217500', '111041.677500', '111042.137500', '111042.597500', '111043.057500', '111043.517500', '111043.977500', '111044.437500', '111044.897500', '111045.357500', '111045.817500', '111046.277500', '111046.737500', '111047.197500', '111047.657500', '111048.117500', '111048.577500', '111049.037500', '111049.497500', '111049.957500', '111050.417500', '111050.877500', '111051.337500', '111051.797500', '111052.257500', '111052.717500', '111053.177500', '111053.637500', '111054.097500', '111054.557500', '111055.017500', '111055.477500', '111055.937500', '111056.397500', '111056.857500', '111057.317500', '111057.777500', '111058.237500', '111058.697500', '111059.157500', '111059.617500', '111100.077500', '111100.537500', '111100.997500', '111101.457500', '111101.917500', '111102.377500', '111102.837500', '111103.297500', '111103.757500', '111104.217500', '111104.677500', '111105.137500', '111105.597500', '111106.057500', '111106.517500', '111106.977500', '111107.437500', '111107.897500', '111108.357500', '111108.817500', '111109.277500', '111109.737500', '111110.197500', '111110.657500', '111111.117500', '111111.577500', '111112.037500', '111112.497500', '111112.957500', '111113.417500', '111113.877500', '111114.337500', '111114.797500', '111115.257500', '111115.717500', '111116.177500', '111116.637500', '111117.097500', '111117.557500', '111118.017500', '111118.477500', '111118.937500', '111119.397500', '111119.857500', '111120.317500', '111120.777500', '111121.237500', '111121.697500', '111122.157500', '111122.617500', '111123.077500', '111123.537500', '111123.997500', '111124.457500', '111124.917500', '111125.377500', '111125.837500', '111126.297500', '111126.757500', '111127.217500', '111127.677500', '111128.137500', '111128.597500', '111129.057500', '111129.517500', '111129.977500', '111130.437500', '111130.897500', '111131.357500', '111131.817500', '111132.277500', '111132.737500', '111133.197500', '111133.657500', '111134.117500', '111134.577500', '111135.037500', '111135.497500', '111135.957500', '111136.417500', '111136.877500', '111137.337500', '111137.797500', '111138.257500', '111138.717500', '111139.177500', '111139.637500', '111140.097500', '111140.557500', '111141.017500', '111141.477500', '111141.937500', '111142.397500', '111142.857500', '111143.317500', '111143.777500', '111144.237500', '111144.697500', '111145.157500', '111145.617500', '111146.077500', '111146.537500', '111146.997500', '111147.457500', '111147.917500', '111148.377500', '111148.837500', '111149.297500', '111149.757500', '111150.217500', '111150.677500', '111151.137500', '111151.597500', '111152.057500', '111152.517500', '111152.977500', '111153.437500', '111153.897500', '111154.357500', '111154.817500', '111155.277500', '111155.737500', '111156.197500', '111156.657500', '111157.117500', '111157.577500', '111158.037500', '111158.497500', '111158.957500', '111159.417500', '111159.877500', '111200.337500', '111200.797500', '111201.257500', '111201.717500', '111202.177500', '111202.637500', '111203.097500', '111203.557500', '111204.017500', '111204.477500', '111204.937500', '111205.397500', '111205.857500', '111206.317500', '111206.777500', '111207.237500', '111207.697500', '111208.157500', '111208.617500', '111209.077500', '111209.537500', '111209.997500', '111210.457500', '111210.917500', '111211.377500', '111211.837500', '111212.297500', '111212.757500', '111213.217500', '111213.677500', '111214.137500', '111214.597500', '111215.057500', '111215.517500', '111215.977500', '111216.437500', '111216.897500', '111217.357500', '111217.817500', '111218.277500', '111218.737500', '111219.197500', '111219.657500', '111220.117500', '111220.577500', '111221.037500', '111221.497500', '111221.957500', '111222.417500', '111222.877500', '111223.337500', '111223.797500', '111224.257500', '111224.717500', '111225.177500', '111225.637500', '111226.097500', '111226.557500', '111227.017500', '111227.477500', '111227.937500', '111228.397500', '111228.857500', '111229.317500', '111229.777500', '111230.237500', '111230.697500', '111231.157500', '111231.617500', '111232.077500', '111232.537500', '111232.997500', '111233.457500', '111233.917500', '111234.377500', '111234.837500', '111235.297500', '111235.757500', '111236.217500', '111236.677500', '111237.137500', '111237.597500', '111238.057500', '111238.517500', '111238.977500', '111239.437500', '111239.897500', '111240.357500', '111240.817500', '111241.277500', '111241.737500', '111242.197500', '111242.657500', '111243.117500', '111243.577500', '111244.037500', '111244.497500', '111244.957500', '111245.417500', '111245.877500', '111246.337500', '111246.797500', '111247.257500', '111247.717500', '111248.177500', '111248.637500', '111249.097500', '111249.557500', '111250.017500', '111250.477500', '111250.937500', '111251.397500', '111251.857500', '111252.317500', '111252.777500', '111253.237500', '111253.697500', '111254.157500', '111254.617500', '111255.077500', '111255.537500', '111255.997500', '111256.457500', '111256.917500', '111257.377500', '111257.837500', '111258.297500', '111258.757500', '111259.217500', '111259.677500', '111300.137500', '111300.597500', '111301.057500', '111301.517500', '111301.977500', '111302.437500', '111302.897500', '111303.357500', '111303.817500', '111304.277500', '111304.737500', '111305.197500', '111305.657500', '111306.117500', '111306.577500', '111307.037500', '111307.497500', '111307.957500', '111308.417500', '111308.877500', '111309.337500', '111309.797500', '111310.257500', '111310.717500', '111311.177500', '111311.637500', '111312.097500', '111312.557500', '111313.017500', '111313.477500', '111313.937500', '111314.397500', '111314.857500', '111315.317500', '111315.777500', '111316.237500', '111316.697500', '111317.157500', '111317.617500', '111318.077500', '111318.537500', '111318.997500', '111319.457500', '111319.917500', '111320.377500', '111320.837500', '111321.297500', '111321.757500', '111322.217500', '111322.677500', '111323.137500', '111323.597500', '111324.057500', '111324.517500', '111324.977500', '111325.437500', '111325.897500', '111326.357500', '111326.817500', '111327.277500', '111327.737500', '111328.197500', '111328.657500', '111329.117500', '111329.577500', '111330.037500', '111330.497500', '111330.957500', '111331.417500', '111331.877500', '111332.337500', '111332.797500', '111333.257500', '111333.717500', '111334.177500', '111334.637500', '111335.097500', '111335.557500', '111336.017500', '111336.477500', '111336.937500', '111337.397500', '111337.857500', '111338.317500', '111338.777500', '111339.237500', '111339.697500', '111340.157500', '111340.617500', '111341.077500', '111341.537500', '111341.997500', '111342.457500', '111342.917500', '111343.377500', '111343.837500', '111344.297500', '111344.757500', '111345.217500', '111345.677500', '111346.137500', '111346.597500', '111347.057500', '111347.517500', '111347.977500', '111348.437500', '111348.897500', '111349.357500', '111349.817500', '111350.277500', '111350.737500', '111351.197500', '111351.657500', '111352.117500', '111352.577500', '111353.037500', '111353.497500', '111353.957500', '111354.417500', '111354.877500', '111355.337500', '111355.797500', '111356.257500', '111356.717500', '111357.177500', '111357.637500', '111358.097500', '111358.557500', '111359.017500', '111359.477500', '111359.937500', '111400.397500', '111400.857500', '111401.317500', '111401.777500', '111402.237500', '111402.697500', '111403.157500', '111403.617500', '111404.077500', '111404.537500', '111404.997500', '111405.457500', '111405.917500', '111406.377500', '111406.837500', '111407.297500', '111407.757500', '111408.217500', '111408.677500', '111409.137500', '111409.597500', '111410.057500', '111410.517500', '111410.977500', '111411.437500', '111411.897500', '111412.357500', '111412.817500', '111413.277500', '111413.737500', '111414.197500', '111414.657500', '111415.117500', '111415.577500', '111416.037500', '111416.497500', '111416.957500', '111417.417500', '111417.877500', '111418.337500', '111418.797500', '111419.257500', '111419.717500', '111420.177500', '111420.637500', '111421.097500', '111421.557500', '111422.017500', '111422.477500', '111422.937500', '111423.397500', '111423.857500', '111424.317500', '111424.777500', '111425.237500', '111425.697500', '111426.157500', '111426.617500', '111427.077500', '111427.537500', '111427.997500', '111428.457500', '111428.917500', '111429.377500', '111429.837500', '111430.297500', '111430.757500', '111431.217500', '111431.677500', '111432.137500', '111432.597500', '111433.057500', '111433.517500', '111433.977500', '111434.437500', '111434.897500', '111435.357500', '111435.817500', '111436.277500', '111436.737500', '111437.197500', '111437.657500', '111438.117500', '111438.577500', '111439.037500', '111439.497500', '111439.957500', '111440.417500', '111440.877500', '111441.337500', '111441.797500', '111442.257500', '111442.717500', '111443.177500', '111443.637500', '111444.097500', '111444.557500', '111445.017500', '111445.477500', '111445.937500', '111446.397500', '111446.857500', '111447.317500', '111447.777500', '111448.237500', '111448.697500', '111449.157500', '111449.617500', '111450.077500', '111450.537500', '111450.997500', '111451.457500', '111451.917500', '111452.377500', '111452.837500', '111453.297500', '111453.757500', '111454.217500', '111454.677500', '111455.137500', '111455.597500', '111456.057500', '111456.517500', '111456.977500', '111457.437500', '111457.897500', '111458.357500', '111458.817500', '111459.277500', '111459.737500', '111500.197500', '111500.657500', '111501.117500', '111501.577500', '111502.037500', '111502.497500', '111502.957500', '111503.417500', '111503.877500', '111504.337500', '111504.797500', '111505.257500', '111505.717500', '111506.177500', '111506.637500', '111507.097500', '111507.557500', '111508.017500', '111508.477500', '111508.937500', '111509.397500', '111509.857500', '111510.317500', '111510.777500', '111511.237500', '111511.697500', '111512.157500', '111512.617500', '111513.077500', '111513.537500', '111513.997500', '111514.457500', '111514.917500', '111515.377500', '111515.837500', '111516.297500', '111516.757500', '111517.217500', '111517.677500', '111518.137500', '111518.597500', '111519.057500', '111519.517500', '111519.977500', '111520.437500', '111520.897500', '111521.357500', '111521.817500', '111522.277500', '111522.737500', '111523.197500', '111523.657500', '111524.117500', '111524.577500', '111525.037500', '111525.497500', '111525.957500', '111526.417500', '111526.877500', '111527.337500', '111527.797500', '111528.257500', '111528.717500', '111529.177500', '111529.637500', '111530.097500', '111530.557500', '111531.017500', '111531.477500', '111531.937500', '111532.397500', '111532.857500', '111533.317500', '111533.777500', '111534.237500', '111534.697500', '111535.157500', '111535.617500', '111536.077500', '111536.537500', '111536.997500', '111537.457500', '111537.917500', '111538.377500', '111538.837500', '111539.297500', '111539.757500', '111540.217500', '111540.677500', '111541.137500', '111541.597500', '111542.057500', '111542.517500', '111542.977500', '111543.437500', '111543.897500', '111544.357500', '111544.817500', '111545.277500', '111545.737500', '111546.197500', '111546.657500', '111547.117500', '111547.577500', '111548.037500', '111548.497500', '111548.957500', '111549.417500', '111549.877500', '111550.337500', '111550.797500', '111551.257500', '111551.717500', '111552.177500', '111552.637500', '111553.097500', '111553.557500', '111554.017500', '111554.477500', '111554.937500', '111555.397500', '111555.857500', '111556.317500', '111556.777500', '111557.237500', '111557.697500', '111558.157500', '111558.617500', '111559.077500', '111559.537500', '111559.997500', '111600.457500', '111600.917500', '111601.377500', '111601.837500', '111602.297500', '111602.757500', '111603.217500', '111603.677500', '111604.137500', '111604.597500', '111605.057500', '111605.517500', '111605.977500', '111606.437500', '111606.897500', '111607.357500', '111607.817500', '111608.277500', '111608.737500', '111609.197500', '111609.657500', '111610.117500', '111610.577500', '111611.037500', '111611.497500', '111611.957500', '111612.417500', '111612.877500', '111613.337500', '111613.797500', '111614.257500', '111614.717500', '111615.177500', '111615.637500', '111616.097500', '111616.557500', '111617.017500', '111617.477500', '111617.937500', '111618.397500', '111618.857500', '111619.317500', '111619.777500', '111620.237500', '111620.697500', '111621.157500', '111621.617500', '111622.077500', '111622.537500', '111622.997500', '111623.457500', '111623.917500', '111624.377500', '111624.837500', '111625.297500', '111625.757500', '111626.217500', '111626.677500', '111627.137500', '111627.597500', '111628.057500', '111628.517500', '111628.977500', '111629.437500', '111629.897500', '111630.357500', '111630.817500', '111631.277500', '111631.737500', '111632.197500', '111632.657500', '111633.117500', '111633.577500', '111634.037500', '111634.497500', '111634.957500', '111635.417500', '111635.877500', '111636.337500', '111636.797500', '111637.257500', '111637.717500', '111638.177500', '111638.637500', '111639.097500', '111639.557500', '111640.017500', '111640.477500', '111640.937500', '111641.397500', '111641.857500', '111642.317500', '111642.777500', '111643.237500', '111643.697500', '111644.157500', '111644.617500', '111645.077500', '111645.537500', '111645.997500', '111646.457500', '111646.917500', '111647.377500', '111647.837500', '111648.297500', '111648.757500', '111649.217500', '111649.677500', '111650.137500', '111650.597500', '111651.057500', '111651.517500', '111651.977500', '111652.437500', '111652.897500', '111653.357500', '111653.817500', '111654.277500', '111654.737500', '111655.197500', '111655.657500', '111656.117500', '111656.577500', '111657.037500', '111657.497500', '111657.957500', '111658.417500', '111658.877500', '111659.337500', '111659.797500', '111700.257500', '111700.717500', '111701.177500', '111701.637500', '111702.097500', '111702.557500', '111703.017500', '111703.477500', '111703.937500', '111704.397500', '111704.857500', '111705.317500', '111705.777500', '111706.237500', '111706.697500', '111707.157500', '111707.617500', '111708.077500', '111708.537500', '111708.997500', '111709.457500', '111709.917500', '111710.377500', '111710.837500', '111711.297500', '111711.757500', '111712.217500', '111712.677500', '111713.137500', '111713.597500', '111714.057500', '111714.517500', '111714.977500', '111715.437500', '111715.897500', '111716.357500', '111716.817500', '111717.277500', '111717.737500', '111718.197500', '111718.657500', '111719.117500', '111719.577500', '111720.037500', '111720.497500', '111720.957500', '111721.417500', '111721.877500', '111722.337500', '111722.797500', '111723.257500', '111723.717500', '111724.177500', '111724.637500', '111725.097500', '111725.557500', '111726.017500', '111726.477500', '111726.937500', '111727.397500', '111727.857500', '111728.317500', '111728.777500', '111729.237500', '111729.697500', '111730.157500', '111730.617500', '111731.077500', '111731.537500', '111731.997500', '111732.457500', '111732.917500', '111733.377500', '111733.837500', '111734.297500', '111734.757500', '111735.217500', '111735.677500', '111736.137500', '111736.597500', '111737.057500', '111737.517500', '111737.977500', '111738.437500', '111738.897500', '111739.357500', '111739.817500', '111740.277500', '111740.737500', '111741.197500', '111741.657500', '111742.117500', '111742.577500', '111743.037500', '111743.497500', '111743.957500', '111744.417500', '111744.877500', '111745.337500', '111745.797500', '111746.257500', '111746.717500', '111747.177500', '111747.637500', '111748.097500', '111748.557500', '111749.017500', '111749.477500', '111749.937500', '111750.397500', '111750.857500', '111751.317500', '111751.777500', '111752.237500', '111752.697500', '111753.157500', '111753.617500', '111754.077500', '111754.537500', '111754.997500', '111755.457500', '111755.917500', '111756.377500', '111756.837500', '111757.297500', '111757.757500', '111758.217500', '111758.677500', '111759.137500', '111759.597500', '111800.057500', '111800.517500', '111800.977500', '111801.437500', '111801.897500', '111802.357500', '111802.817500', '111803.277500', '111803.737500', '111804.197500', '111804.657500', '111805.117500', '111805.577500', '111806.037500', '111806.497500', '111806.957500', '111807.417500', '111807.877500', '111808.337500', '111808.797500', '111809.257500', '111809.717500', '111810.177500', '111810.637500', '111811.097500', '111811.557500', '111812.017500', '111812.477500', '111812.937500', '111813.397500', '111813.857500', '111814.317500', '111814.777500', '111815.237500', '111815.697500', '111816.157500', '111816.617500', '111817.077500', '111817.537500', '111817.997500', '111818.457500', '111818.917500', '111819.377500', '111819.837500', '111820.297500', '111820.757500', '111821.217500', '111821.677500', '111822.137500', '111822.597500', '111823.057500', '111823.517500', '111823.977500', '111824.437500', '111824.897500', '111825.357500', '111825.817500', '111826.277500', '111826.737500', '111827.197500', '111827.657500', '111828.117500', '111828.577500', '111829.037500', '111829.497500', '111829.957500', '111830.417500', '111830.877500', '111831.337500', '111831.797500', '111832.257500', '111832.717500', '111833.177500', '111833.637500', '111834.097500', '111834.557500', '111835.017500', '111835.477500', '111835.937500', '111836.397500', '111836.857500', '111837.317500', '111837.777500', '111838.237500', '111838.697500', '111839.157500', '111839.617500', '111840.077500', '111840.537500', '111840.997500', '111841.457500', '111841.917500', '111842.377500', '111842.837500', '111843.297500', '111843.757500', '111844.217500', '111844.677500', '111845.137500', '111845.597500', '111846.057500', '111846.517500', '111846.977500', '111847.437500', '111847.897500', '111848.357500', '111848.817500', '111849.277500', '111849.737500', '111850.197500', '111850.657500', '111851.117500', '111851.577500', '111852.037500', '111852.497500', '111852.957500', '111853.417500', '111853.877500', '111854.337500', '111854.797500', '111855.257500', '111855.717500', '111856.177500', '111856.637500', '111857.097500', '111857.557500', '111858.017500', '111858.477500', '111858.937500', '111859.397500', '111859.857500', '111900.317500', '111900.777500', '111901.237500', '111901.697500', '111902.157500', '111902.617500', '111903.077500', '111903.537500', '111903.997500', '111904.457500', '111904.917500', '111905.377500', '111905.837500', '111906.297500', '111906.757500', '111907.217500', '111907.677500', '111908.137500', '111908.597500', '111909.057500', '111909.517500', '111909.977500', '111910.437500', '111910.897500', '111911.357500', '111911.817500', '111912.277500', '111912.737500', '111913.197500', '111913.657500', '111914.117500', '111914.577500', '111915.037500', '111915.497500', '111915.957500', '111916.417500', '111916.877500', '111917.337500', '111917.797500', '111918.257500', '111918.717500', '111919.177500', '111919.637500', '111920.097500', '111920.557500', '111921.017500', '111921.477500', '111921.937500', '111922.397500', '111922.857500', '111923.317500', '111923.777500', '111924.237500', '111924.697500', '111925.157500', '111925.617500', '111926.077500', '111926.537500', '111926.997500', '111927.457500', '111927.917500', '111928.377500', '111928.837500', '111929.297500', '111929.757500', '111930.217500', '111930.677500', '111931.137500', '111931.597500', '111932.057500', '111932.517500', '111932.977500', '111933.437500', '111933.897500', '111934.357500', '111934.817500', '111935.277500', '111935.737500', '111936.197500', '111936.657500', '111937.117500', '111937.577500', '111938.037500', '111938.497500', '111938.957500', '111939.417500', '111939.877500', '111940.337500', '111940.797500', '111941.257500', '111941.717500', '111942.177500', '111942.637500', '111943.097500', '111943.557500', '111944.017500', '111944.477500', '111944.937500', '111945.397500', '111945.857500', '111946.317500', '111946.777500', '111947.237500', '111947.697500', '111948.157500', '111948.617500', '111949.077500', '111949.537500', '111949.997500', '111950.457500', '111950.917500', '111951.377500', '111951.837500', '111952.297500', '111952.757500', '111953.217500', '111953.677500', '111954.137500', '111954.597500', '111955.057500', '111955.517500', '111955.977500', '111956.437500', '111956.897500', '111957.357500', '111957.817500', '111958.277500', '111958.737500', '111959.197500', '111959.657500', '112000.117500', '112000.577500', '112001.037500', '112001.497500', '112001.957500', '112002.417500', '112002.877500', '112003.337500', '112003.797500', '112004.257500', '112004.717500', '112005.177500', '112005.637500', '112006.097500', '112006.557500', '112007.017500', '112007.477500', '112007.937500', '112008.397500', '112008.857500', '112009.317500', '112009.777500', '112010.237500', '112010.697500', '112011.157500', '112011.617500', '112012.077500', '112012.537500', '112012.997500', '112013.457500', '112013.917500', '112014.377500', '112014.837500', '112015.297500', '112015.757500', '112016.217500', '112016.677500', '112017.137500', '112017.597500', '112018.057500', '112018.517500', '112018.977500', '112019.437500', '112019.897500', '112020.357500', '112020.817500', '112021.277500', '112021.737500', '112022.197500', '112022.657500', '112023.117500', '112023.577500', '112024.037500', '112024.497500', '112024.957500', '112025.417500', '112025.877500', '112026.337500', '112026.797500', '112027.257500', '112027.717500', '112028.177500', '112028.637500', '112029.097500', '112029.557500', '112030.017500', '112030.477500', '112030.937500', '112031.397500', '112031.857500', '112032.317500', '112032.777500', '112033.237500', '112033.697500', '112034.157500', '112034.617500', '112035.077500', '112035.537500', '112035.997500', '112036.457500', '112036.917500', '112037.377500', '112037.837500', '112038.297500', '112038.757500', '112039.217500', '112039.677500', '112040.137500', '112040.597500', '112041.057500'], 'ContentTime': ['111046.307000', '111046.311000', '111046.314000', '111046.316000', '111046.319000', '111046.322000', '111046.325000', '111046.328000', '111046.330000', '111046.341000', '111046.343000', '111046.346000', '111046.349000', '111046.352000', '111046.355000', '111046.358000', '111046.360000', '111046.363000', '111046.374000', '111046.376000', '111046.379000', '111046.386000', '111046.389000', '111046.391000', '111046.394000', '111046.397000', '111106.271000', '111106.274000', '111106.277000', '111106.279000', '111106.282000', '111106.285000', '111106.288000', '111106.291000', '111106.293000', '111106.296000', '111106.299000', '111106.312000', '111106.315000', '111106.317000', '111106.320000', '111106.323000', '111106.326000', '111106.329000', '111106.331000', '111106.334000', '111106.337000', '111106.340000', '111106.343000', '111106.345000', '111106.348000', '111106.351000', '111106.354000', '111106.357000', '111106.359000', '111106.373000', '111106.376000', '111106.379000', '111106.382000', '111106.384000', '111106.393000', '111106.395000', '111106.398000', '111106.401000', '111106.404000', '111106.407000', '111106.410000', '111106.412000', '111106.415000', '111106.418000', '111126.271000', '111126.274000', '111126.277000', '111126.282000', '111126.286000', '111126.289000', '111126.291000', '111126.294000', '111126.297000', '111126.300000', '111126.303000', '111126.306000', '111126.308000', '111126.311000', '111126.314000', '111126.317000', '111126.320000', '111126.322000', '111126.325000', '111126.328000', '111126.331000', '111126.334000', '111126.337000', '111126.339000', '111126.342000', '111126.345000', '111126.348000', '111126.351000', '111126.354000', '111126.356000', '111126.359000', '111126.362000', '111126.365000', '111126.367000', '111126.370000', '111126.373000', '111126.376000', '111126.379000', '111126.382000', '111126.384000', '111126.387000', '111126.390000', '111126.393000', '111146.271000', '111146.274000', '111146.277000', '111146.279000', '111146.282000', '111146.285000', '111146.288000', '111146.291000', '111146.293000', '111146.296000', '111146.299000', '111146.302000', '111146.305000', '111146.308000', '111146.310000', '111146.313000', '111146.316000', '111146.319000', '111146.321000', '111146.324000', '111146.327000', '111146.330000', '111146.333000', '111146.336000', '111146.338000', '111146.341000', '111146.344000', '111146.347000', '111146.350000', '111146.352000', '111146.355000', '111146.358000', '111146.361000', '111146.364000', '111146.366000', '111146.369000', '111146.372000', '111146.375000', '111146.378000', '111146.380000', '111146.383000', '111146.386000', '111146.389000', '111146.392000', '111206.272000', '111206.275000', '111206.278000', '111206.280000', '111206.283000', '111206.286000', '111206.289000', '111206.292000', '111206.295000', '111206.298000', '111206.303000', '111206.306000', '111206.309000', '111206.312000', '111206.315000', '111206.318000', '111206.320000', '111206.323000', '111206.326000', '111206.329000', '111206.332000', '111206.334000', '111206.337000', '111206.340000', '111206.343000', '111206.346000', '111206.348000', '111206.351000', '111206.354000', '111206.357000', '111206.360000', '111206.363000', '111206.365000', '111206.368000', '111206.371000', '111206.374000', '111206.377000', '111206.379000', '111206.382000', '111206.385000', '111206.388000', '111206.391000', '111206.394000', '111226.271000', '111226.274000', '111226.277000', '111226.279000', '111226.282000', '111226.285000', '111226.288000', '111226.290000', '111226.293000', '111226.296000', '111226.299000', '111226.302000', '111226.304000', '111226.307000', '111226.310000', '111226.313000', '111226.316000', '111226.319000', '111226.321000', '111226.324000', '111226.327000', '111226.330000', '111226.333000', '111226.335000', '111226.338000', '111226.341000', '111226.344000', '111226.347000', '111226.350000', '111226.352000', '111226.355000', '111226.358000', '111226.361000', '111226.364000', '111226.367000', '111226.369000', '111226.372000', '111226.375000', '111226.378000', '111226.381000', '111226.383000', '111226.386000', '111226.389000', '111226.392000', '111246.271000', '111246.274000', '111246.277000', '111246.279000', '111246.282000', '111246.285000', '111246.288000', '111246.291000', '111246.293000', '111246.296000', '111246.299000', '111246.302000', '111246.305000', '111246.308000', '111246.311000', '111246.314000', '111246.317000', '111246.319000', '111246.322000', '111246.325000', '111246.328000', '111246.331000', '111246.333000', '111246.336000', '111246.352000', '111246.355000', '111246.358000', '111246.361000', '111246.364000', '111246.366000', '111246.369000', '111246.372000', '111246.375000', '111246.378000', '111246.381000', '111246.383000', '111246.386000', '111246.389000', '111246.392000', '111246.395000', '111246.397000', '111246.400000', '111246.403000', '111306.271000', '111306.274000', '111306.277000', '111306.279000', '111306.282000', '111306.285000', '111306.288000', '111306.291000', '111306.293000', '111306.296000', '111306.299000', '111306.302000', '111306.305000', '111306.308000', '111306.310000', '111306.313000', '111306.316000', '111306.319000', '111306.322000', '111306.324000', '111306.327000', '111306.330000', '111306.333000', '111306.336000', '111306.339000', '111306.341000', '111306.344000', '111306.347000', '111306.350000', '111306.353000', '111306.355000', '111306.358000', '111306.361000', '111306.364000', '111306.367000', '111306.369000', '111306.372000', '111306.375000', '111306.378000', '111306.381000', '111306.383000', '111306.386000', '111306.389000', '111306.392000', '111326.272000', '111326.275000', '111326.278000', '111326.281000', '111326.284000', '111326.286000', '111326.289000', '111326.292000', '111326.295000', '111326.298000', '111326.301000', '111326.303000', '111326.306000', '111326.309000', '111326.312000', '111326.315000', '111326.318000', '111326.321000', '111326.324000', '111326.329000', '111326.332000', '111326.335000', '111326.338000', '111326.341000', '111326.344000', '111326.347000', '111326.350000', '111326.352000', '111326.355000', '111326.358000', '111326.361000', '111326.364000', '111326.366000', '111326.369000', '111326.372000', '111326.375000', '111326.378000', '111326.380000', '111326.383000', '111326.386000', '111326.389000', '111326.392000', '111326.394000', '111346.271000', '111346.274000', '111346.277000', '111346.280000', '111346.282000', '111346.285000', '111346.288000', '111346.291000', '111346.294000', '111346.297000', '111346.299000', '111346.302000', '111346.305000', '111346.308000', '111346.311000', '111346.314000', '111346.316000', '111346.319000', '111346.322000', '111346.325000', '111346.328000', '111346.331000', '111346.333000', '111346.336000', '111346.339000', '111346.342000', '111346.345000', '111346.347000', '111346.350000', '111346.353000', '111346.356000', '111346.359000', '111346.362000', '111346.364000', '111346.367000', '111346.370000', '111346.373000', '111346.376000', '111346.379000', '111346.382000', '111346.384000', '111346.387000', '111346.390000', '111346.393000', '111406.271000', '111406.274000', '111406.277000', '111406.280000', '111406.282000', '111406.285000', '111406.288000', '111406.299000', '111406.302000', '111406.305000', '111406.307000', '111406.310000', '111406.313000', '111406.316000', '111406.319000', '111406.321000', '111406.324000', '111406.327000', '111406.330000', '111406.333000', '111406.336000', '111406.339000', '111406.342000', '111406.345000', '111406.348000', '111406.350000', '111406.353000', '111406.356000', '111406.359000', '111406.362000', '111406.365000', '111406.367000', '111406.370000', '111406.373000', '111406.376000', '111406.379000', '111406.383000', '111406.388000', '111406.391000', '111406.394000', '111406.397000', '111406.400000', '111406.402000', '111426.272000', '111426.275000', '111426.278000', '111426.280000', '111426.283000', '111426.286000', '111426.303000', '111426.306000', '111426.309000', '111426.311000', '111426.314000', '111426.317000', '111426.320000', '111426.323000', '111426.326000', '111426.328000', '111426.331000', '111426.334000', '111426.337000', '111426.340000', '111426.343000', '111426.345000', '111426.348000', '111426.351000', '111426.354000', '111426.357000', '111426.359000', '111426.362000', '111426.365000', '111426.368000', '111426.371000', '111426.374000', '111426.376000', '111426.379000', '111426.382000', '111426.385000', '111426.388000', '111426.391000', '111426.393000', '111426.396000', '111426.399000', '111426.402000', '111426.405000', '111426.407000', '111446.271000', '111446.274000', '111446.277000', '111446.280000', '111446.282000', '111446.285000', '111446.288000', '111446.291000', '111446.294000', '111446.297000', '111446.299000', '111446.302000', '111446.305000', '111446.310000', '111446.313000', '111446.315000', '111446.318000', '111446.321000', '111446.324000', '111446.327000', '111446.330000', '111446.333000', '111446.335000', '111446.338000', '111446.341000', '111446.344000', '111446.347000', '111446.350000', '111446.352000', '111446.355000', '111446.358000', '111446.361000', '111446.364000', '111446.367000', '111446.370000', '111446.373000', '111446.376000', '111446.379000', '111446.384000', '111446.387000', '111446.390000', '111446.393000', '111446.396000', '111506.271000', '111506.274000', '111506.277000', '111506.279000', '111506.282000', '111506.285000', '111506.288000', '111506.291000', '111506.293000', '111506.296000', '111506.299000', '111506.302000', '111506.305000', '111506.308000', '111506.310000', '111506.313000', '111506.316000', '111506.319000', '111506.322000', '111506.325000', '111506.327000', '111506.330000', '111506.333000', '111506.336000', '111506.339000', '111506.341000', '111506.344000', '111506.347000', '111506.350000', '111506.353000', '111506.356000', '111506.358000', '111506.361000', '111506.364000', '111506.367000', '111506.370000', '111506.372000', '111506.375000', '111506.378000', '111506.381000', '111506.384000', '111506.386000', '111506.389000', '111506.392000', '111526.271000', '111526.274000', '111526.277000', '111526.280000', '111526.282000', '111526.285000', '111526.288000', '111526.291000', '111526.294000', '111526.297000', '111526.299000', '111526.302000', '111526.305000', '111526.308000', '111526.311000', '111526.314000', '111526.317000', '111526.320000', '111526.322000', '111526.325000', '111526.328000', '111526.331000', '111526.334000', '111526.336000', '111526.339000', '111526.342000', '111526.345000', '111526.348000', '111526.350000', '111526.353000', '111526.356000', '111526.359000', '111526.362000', '111526.365000', '111526.367000', '111526.370000', '111526.373000', '111526.376000', '111526.379000', '111526.382000', '111526.384000', '111526.387000', '111526.390000', '111546.271000', '111546.274000', '111546.277000', '111546.280000', '111546.282000', '111546.285000', '111546.288000', '111546.291000', '111546.294000', '111546.296000', '111546.299000', '111546.302000', '111546.305000', '111546.308000', '111546.310000', '111546.313000', '111546.316000', '111546.319000', '111546.322000', '111546.325000', '111546.327000', '111546.330000', '111546.333000', '111546.336000', '111546.339000', '111546.341000', '111546.344000', '111546.347000', '111546.350000', '111546.353000', '111546.356000', '111546.374000', '111546.376000', '111546.379000', '111546.382000', '111546.385000', '111546.388000', '111546.390000', '111546.393000', '111546.396000', '111546.399000', '111546.402000', '111546.404000', '111546.407000', '111606.271000', '111606.274000', '111606.277000', '111606.280000', '111606.282000', '111606.285000', '111606.288000', '111606.291000', '111606.294000', '111606.296000', '111606.299000', '111606.302000', '111606.305000', '111606.308000', '111606.311000', '111606.314000', '111606.317000', '111606.319000', '111606.322000', '111606.325000', '111606.328000', '111606.331000', '111606.333000', '111606.336000', '111606.339000', '111606.342000', '111606.346000', '111606.349000', '111606.352000', '111606.355000', '111606.358000', '111606.360000', '111606.363000', '111606.366000', '111606.369000', '111606.372000', '111606.375000', '111606.378000', '111606.380000', '111606.383000', '111606.386000', '111606.389000', '111606.392000', '111626.271000', '111626.274000', '111626.277000', '111626.280000', '111626.282000', '111626.285000', '111626.288000', '111626.291000', '111626.294000', '111626.296000', '111626.299000', '111626.302000', '111626.305000', '111626.308000', '111626.311000', '111626.313000', '111626.316000', '111626.319000', '111626.322000', '111626.325000', '111626.328000', '111626.330000', '111626.333000', '111626.336000', '111626.339000', '111626.342000', '111626.344000', '111626.347000', '111626.350000', '111626.353000', '111626.356000', '111626.359000', '111626.361000', '111626.364000', '111626.367000', '111626.370000', '111626.373000', '111626.376000', '111626.379000', '111626.381000', '111626.384000', '111626.387000', '111626.390000', '111626.393000', '111646.272000', '111646.275000', '111646.278000', '111646.281000', '111646.283000', '111646.286000', '111646.289000', '111646.292000', '111646.295000', '111646.298000', '111646.301000', '111646.303000', '111646.306000', '111646.309000', '111646.312000', '111646.315000', '111646.317000', '111646.320000', '111646.323000', '111646.326000', '111646.329000', '111646.332000', '111646.334000', '111646.337000', '111646.340000', '111646.343000', '111646.346000', '111646.348000', '111646.351000', '111646.356000', '111646.358000', '111646.361000', '111646.364000', '111646.367000', '111646.370000', '111646.372000', '111646.375000', '111646.378000', '111646.381000', '111646.384000', '111646.387000', '111646.389000', '111646.392000', '111706.271000', '111706.274000', '111706.277000', '111706.279000', '111706.282000', '111706.285000', '111706.288000', '111706.291000', '111706.294000', '111706.296000', '111706.299000', '111706.302000', '111706.305000', '111706.308000', '111706.311000', '111706.314000', '111706.316000', '111706.319000', '111706.322000', '111706.325000', '111706.328000', '111706.330000', '111706.333000', '111706.336000', '111706.339000', '111706.342000', '111706.345000', '111706.347000', '111706.350000', '111706.353000', '111706.356000', '111706.359000', '111706.362000', '111706.364000', '111706.367000', '111706.370000', '111706.373000', '111706.376000', '111706.378000', '111706.381000', '111706.384000', '111706.387000', '111706.400000', '111706.402000', '111726.271000', '111726.274000', '111726.277000', '111726.280000', '111726.282000', '111726.285000', '111726.288000', '111726.291000', '111726.294000', '111726.297000', '111726.299000', '111726.302000', '111726.305000', '111726.308000', '111726.311000', '111726.314000', '111726.316000', '111726.319000', '111726.322000', '111726.325000', '111726.328000', '111726.330000', '111726.333000', '111726.336000', '111726.339000', '111726.342000', '111726.345000', '111726.348000', '111726.350000', '111726.353000', '111726.356000', '111726.359000', '111726.362000', '111726.365000', '111726.368000', '111726.370000', '111726.373000', '111726.376000', '111726.379000', '111726.382000', '111726.386000', '111726.389000', '111726.392000', '111746.271000', '111746.274000', '111746.277000', '111746.279000', '111746.282000', '111746.285000', '111746.288000', '111746.291000', '111746.293000', '111746.296000', '111746.299000', '111746.302000', '111746.305000', '111746.308000', '111746.310000', '111746.313000', '111746.316000', '111746.319000', '111746.322000', '111746.325000', '111746.327000', '111746.330000', '111746.333000', '111746.336000', '111746.339000', '111746.341000', '111746.344000', '111746.347000', '111746.350000', '111746.353000', '111746.356000', '111746.358000', '111746.361000', '111746.364000', '111746.367000', '111746.370000', '111746.373000', '111746.375000', '111746.378000', '111746.381000', '111746.384000', '111746.387000', '111746.390000', '111746.392000', '111806.271000', '111806.274000', '111806.277000', '111806.280000', '111806.283000', '111806.285000', '111806.288000', '111806.291000', '111806.294000', '111806.297000', '111806.299000', '111806.302000', '111806.305000', '111806.308000', '111806.311000', '111806.314000', '111806.316000', '111806.319000', '111806.322000', '111806.325000', '111806.328000', '111806.331000', '111806.333000', '111806.336000', '111806.339000', '111806.342000', '111806.345000', '111806.348000', '111806.351000', '111806.353000', '111806.356000', '111806.359000', '111806.362000', '111806.365000', '111806.367000', '111806.370000', '111806.373000', '111806.376000', '111806.379000', '111806.382000', '111806.384000', '111806.387000', '111806.390000', '111826.271000', '111826.274000', '111826.277000', '111826.280000', '111826.283000', '111826.285000', '111826.288000', '111826.291000', '111826.294000', '111826.297000', '111826.299000', '111826.302000', '111826.305000', '111826.308000', '111826.311000', '111826.314000', '111826.316000', '111826.319000', '111826.322000', '111826.325000', '111826.328000', '111826.330000', '111826.333000', '111826.336000', '111826.339000', '111826.342000', '111826.345000', '111826.347000', '111826.350000', '111826.353000', '111826.356000', '111826.359000', '111826.361000', '111826.364000', '111826.367000', '111826.370000', '111826.373000', '111826.375000', '111826.378000', '111826.381000', '111826.384000', '111826.387000', '111826.390000', '111826.392000', '111846.271000', '111846.274000', '111846.277000', '111846.280000', '111846.282000', '111846.285000', '111846.288000', '111846.291000', '111846.294000', '111846.296000', '111846.299000', '111846.302000', '111846.305000', '111846.308000', '111846.311000', '111846.313000', '111846.316000', '111846.319000', '111846.322000', '111846.325000', '111846.328000', '111846.331000', '111846.333000', '111846.336000', '111846.339000', '111846.342000', '111846.345000', '111846.348000', '111846.350000', '111846.353000', '111846.356000', '111846.359000', '111846.362000', '111846.365000', '111846.367000', '111846.370000', '111846.373000', '111846.376000', '111846.379000', '111846.382000', '111846.384000', '111846.387000', '111846.390000', '111906.272000', '111906.275000', '111906.278000', '111906.280000', '111906.283000', '111906.286000', '111906.289000', '111906.292000', '111906.295000', '111906.298000', '111906.300000', '111906.303000', '111906.306000', '111906.309000', '111906.312000', '111906.314000', '111906.317000', '111906.320000', '111906.323000', '111906.326000', '111906.329000', '111906.331000', '111906.334000', '111906.337000', '111906.341000', '111906.343000', '111906.346000', '111906.349000', '111906.352000', '111906.355000', '111906.358000', '111906.360000', '111906.363000', '111906.366000', '111906.369000', '111906.371000', '111906.374000', '111906.377000', '111906.380000', '111906.383000', '111906.386000', '111906.389000', '111906.391000', '111926.271000', '111926.274000', '111926.277000', '111926.280000', '111926.282000', '111926.285000', '111926.288000', '111926.291000', '111926.294000', '111926.297000', '111926.299000', '111926.302000', '111926.305000', '111926.308000', '111926.311000', '111926.313000', '111926.316000', '111926.319000', '111926.322000', '111926.325000', '111926.327000', '111926.330000', '111926.333000', '111926.336000', '111926.339000', '111926.342000', '111926.345000', '111926.347000', '111926.350000', '111926.353000', '111926.356000', '111926.359000', '111926.362000', '111926.364000', '111926.367000', '111926.370000', '111926.373000', '111926.376000', '111926.378000', '111926.381000', '111926.384000', '111926.387000', '111926.390000', '111926.392000', '111946.271000', '111946.274000', '111946.277000', '111946.280000', '111946.283000', '111946.285000', '111946.288000', '111946.291000', '111946.294000', '111946.297000', '111946.300000', '111946.303000', '111946.305000', '111946.308000', '111946.311000', '111946.314000', '111946.317000', '111946.320000', '111946.323000', '111946.326000', '111946.329000', '111946.332000', '111946.334000', '111946.337000', '111946.340000', '111946.343000', '111946.346000', '111946.348000', '111946.351000', '111946.354000', '111946.357000', '111946.360000', '111946.362000', '111946.365000', '111946.368000', '111946.382000', '111946.384000', '111946.387000', '111946.390000', '111946.393000', '111946.396000', '111946.398000', '111946.401000', '112006.271000', '112006.274000', '112006.277000', '112006.280000', '112006.283000', '112006.285000', '112006.288000', '112006.291000', '112006.294000', '112006.297000', '112006.300000', '112006.302000', '112006.305000', '112006.308000', '112006.311000', '112006.314000', '112006.317000', '112006.320000', '112006.322000', '112006.325000', '112006.328000', '112006.331000', '112006.334000', '112006.337000', '112006.339000', '112006.342000', '112006.345000', '112006.348000', '112006.351000', '112006.354000', '112006.357000', '112006.359000', '112006.362000', '112006.365000', '112006.368000', '112006.371000', '112006.374000', '112006.376000', '112006.379000', '112006.382000', '112006.385000', '112006.388000', '112006.390000', '112006.393000', '112026.271000', '112026.274000', '112026.277000', '112026.280000', '112026.283000', '112026.286000', '112026.288000', '112026.291000', '112026.296000', '112026.300000', '112026.303000', '112026.306000', '112026.309000', '112026.312000', '112026.314000', '112026.317000', '112026.320000', '112026.323000', '112026.326000', '112026.329000', '112026.331000', '112026.334000', '112026.337000', '112026.340000', '112026.343000', '112026.345000', '112026.348000', '112026.351000', '112026.354000', '112026.357000', '112026.360000', '112026.362000', '112026.365000', '112026.368000', '112026.371000', '112026.374000', '112026.376000', '112026.379000', '112026.382000', '112026.385000', '112026.388000', '112026.390000', '112026.393000', '112042.009000', '112042.013000', '112042.016000', '112042.020000', '112042.023000', '112042.026000', '112042.033000', '112042.036000', '112042.039000', '112042.042000', '112042.046000', '112042.049000', '112042.052000', '112042.055000', '112042.058000', '112042.061000', '112042.064000', '112042.067000', '112042.070000', '112042.073000', '112042.076000', '112042.079000', '112042.082000', '112042.085000', '112042.088000', '112042.091000', '112042.094000', '112042.097000', '112042.100000', '112042.103000', '112042.106000', '112042.108000', '112042.111000', '112042.114000', '112042.117000'], 'InstanceCreationTime': ['111046.307000', '111046.311000', '111046.314000', '111046.316000', '111046.319000', '111046.322000', '111046.325000', '111046.328000', '111046.330000', '111046.341000', '111046.343000', '111046.346000', '111046.349000', '111046.352000', '111046.355000', '111046.358000', '111046.360000', '111046.363000', '111046.374000', '111046.376000', '111046.379000', '111046.386000', '111046.389000', '111046.391000', '111046.394000', '111046.397000', '111106.271000', '111106.274000', '111106.277000', '111106.279000', '111106.282000', '111106.285000', '111106.288000', '111106.291000', '111106.293000', '111106.296000', '111106.299000', '111106.312000', '111106.315000', '111106.317000', '111106.320000', '111106.323000', '111106.326000', '111106.329000', '111106.331000', '111106.334000', '111106.337000', '111106.340000', '111106.343000', '111106.345000', '111106.348000', '111106.351000', '111106.354000', '111106.357000', '111106.359000', '111106.373000', '111106.376000', '111106.379000', '111106.382000', '111106.384000', '111106.393000', '111106.395000', '111106.398000', '111106.401000', '111106.404000', '111106.407000', '111106.410000', '111106.412000', '111106.415000', '111106.418000', '111126.271000', '111126.274000', '111126.277000', '111126.282000', '111126.286000', '111126.289000', '111126.291000', '111126.294000', '111126.297000', '111126.300000', '111126.303000', '111126.306000', '111126.308000', '111126.311000', '111126.314000', '111126.317000', '111126.320000', '111126.322000', '111126.325000', '111126.328000', '111126.331000', '111126.334000', '111126.337000', '111126.339000', '111126.342000', '111126.345000', '111126.348000', '111126.351000', '111126.354000', '111126.356000', '111126.359000', '111126.362000', '111126.365000', '111126.367000', '111126.370000', '111126.373000', '111126.376000', '111126.379000', '111126.382000', '111126.384000', '111126.387000', '111126.390000', '111126.393000', '111146.271000', '111146.274000', '111146.277000', '111146.279000', '111146.282000', '111146.285000', '111146.288000', '111146.291000', '111146.293000', '111146.296000', '111146.299000', '111146.302000', '111146.305000', '111146.308000', '111146.310000', '111146.313000', '111146.316000', '111146.319000', '111146.321000', '111146.324000', '111146.327000', '111146.330000', '111146.333000', '111146.336000', '111146.338000', '111146.341000', '111146.344000', '111146.347000', '111146.350000', '111146.352000', '111146.355000', '111146.358000', '111146.361000', '111146.364000', '111146.366000', '111146.369000', '111146.372000', '111146.375000', '111146.378000', '111146.380000', '111146.383000', '111146.386000', '111146.389000', '111146.392000', '111206.272000', '111206.275000', '111206.278000', '111206.280000', '111206.283000', '111206.286000', '111206.289000', '111206.292000', '111206.295000', '111206.298000', '111206.303000', '111206.306000', '111206.309000', '111206.312000', '111206.315000', '111206.318000', '111206.320000', '111206.323000', '111206.326000', '111206.329000', '111206.332000', '111206.334000', '111206.337000', '111206.340000', '111206.343000', '111206.346000', '111206.348000', '111206.351000', '111206.354000', '111206.357000', '111206.360000', '111206.363000', '111206.365000', '111206.368000', '111206.371000', '111206.374000', '111206.377000', '111206.379000', '111206.382000', '111206.385000', '111206.388000', '111206.391000', '111206.394000', '111226.271000', '111226.274000', '111226.277000', '111226.279000', '111226.282000', '111226.285000', '111226.288000', '111226.290000', '111226.293000', '111226.296000', '111226.299000', '111226.302000', '111226.304000', '111226.307000', '111226.310000', '111226.313000', '111226.316000', '111226.319000', '111226.321000', '111226.324000', '111226.327000', '111226.330000', '111226.333000', '111226.335000', '111226.338000', '111226.341000', '111226.344000', '111226.347000', '111226.350000', '111226.352000', '111226.355000', '111226.358000', '111226.361000', '111226.364000', '111226.367000', '111226.369000', '111226.372000', '111226.375000', '111226.378000', '111226.381000', '111226.383000', '111226.386000', '111226.389000', '111226.392000', '111246.271000', '111246.274000', '111246.277000', '111246.279000', '111246.282000', '111246.285000', '111246.288000', '111246.291000', '111246.293000', '111246.296000', '111246.299000', '111246.302000', '111246.305000', '111246.308000', '111246.311000', '111246.314000', '111246.317000', '111246.319000', '111246.322000', '111246.325000', '111246.328000', '111246.331000', '111246.333000', '111246.336000', '111246.352000', '111246.355000', '111246.358000', '111246.361000', '111246.364000', '111246.366000', '111246.369000', '111246.372000', '111246.375000', '111246.378000', '111246.381000', '111246.383000', '111246.386000', '111246.389000', '111246.392000', '111246.395000', '111246.397000', '111246.400000', '111246.403000', '111306.271000', '111306.274000', '111306.277000', '111306.279000', '111306.282000', '111306.285000', '111306.288000', '111306.291000', '111306.293000', '111306.296000', '111306.299000', '111306.302000', '111306.305000', '111306.308000', '111306.310000', '111306.313000', '111306.316000', '111306.319000', '111306.322000', '111306.324000', '111306.327000', '111306.330000', '111306.333000', '111306.336000', '111306.339000', '111306.341000', '111306.344000', '111306.347000', '111306.350000', '111306.353000', '111306.355000', '111306.358000', '111306.361000', '111306.364000', '111306.367000', '111306.369000', '111306.372000', '111306.375000', '111306.378000', '111306.381000', '111306.383000', '111306.386000', '111306.389000', '111306.392000', '111326.272000', '111326.275000', '111326.278000', '111326.281000', '111326.284000', '111326.286000', '111326.289000', '111326.292000', '111326.295000', '111326.298000', '111326.301000', '111326.303000', '111326.306000', '111326.309000', '111326.312000', '111326.315000', '111326.318000', '111326.321000', '111326.324000', '111326.329000', '111326.332000', '111326.335000', '111326.338000', '111326.341000', '111326.344000', '111326.347000', '111326.350000', '111326.352000', '111326.355000', '111326.358000', '111326.361000', '111326.364000', '111326.366000', '111326.369000', '111326.372000', '111326.375000', '111326.378000', '111326.380000', '111326.383000', '111326.386000', '111326.389000', '111326.392000', '111326.394000', '111346.271000', '111346.274000', '111346.277000', '111346.280000', '111346.282000', '111346.285000', '111346.288000', '111346.291000', '111346.294000', '111346.297000', '111346.299000', '111346.302000', '111346.305000', '111346.308000', '111346.311000', '111346.314000', '111346.316000', '111346.319000', '111346.322000', '111346.325000', '111346.328000', '111346.331000', '111346.333000', '111346.336000', '111346.339000', '111346.342000', '111346.345000', '111346.347000', '111346.350000', '111346.353000', '111346.356000', '111346.359000', '111346.362000', '111346.364000', '111346.367000', '111346.370000', '111346.373000', '111346.376000', '111346.379000', '111346.382000', '111346.384000', '111346.387000', '111346.390000', '111346.393000', '111406.271000', '111406.274000', '111406.277000', '111406.280000', '111406.282000', '111406.285000', '111406.288000', '111406.299000', '111406.302000', '111406.305000', '111406.307000', '111406.310000', '111406.313000', '111406.316000', '111406.319000', '111406.321000', '111406.324000', '111406.327000', '111406.330000', '111406.333000', '111406.336000', '111406.339000', '111406.342000', '111406.345000', '111406.348000', '111406.350000', '111406.353000', '111406.356000', '111406.359000', '111406.362000', '111406.365000', '111406.367000', '111406.370000', '111406.373000', '111406.376000', '111406.379000', '111406.383000', '111406.388000', '111406.391000', '111406.394000', '111406.397000', '111406.400000', '111406.402000', '111426.272000', '111426.275000', '111426.278000', '111426.280000', '111426.283000', '111426.286000', '111426.303000', '111426.306000', '111426.309000', '111426.311000', '111426.314000', '111426.317000', '111426.320000', '111426.323000', '111426.326000', '111426.328000', '111426.331000', '111426.334000', '111426.337000', '111426.340000', '111426.343000', '111426.345000', '111426.348000', '111426.351000', '111426.354000', '111426.357000', '111426.359000', '111426.362000', '111426.365000', '111426.368000', '111426.371000', '111426.374000', '111426.376000', '111426.379000', '111426.382000', '111426.385000', '111426.388000', '111426.391000', '111426.393000', '111426.396000', '111426.399000', '111426.402000', '111426.405000', '111426.407000', '111446.271000', '111446.274000', '111446.277000', '111446.280000', '111446.282000', '111446.285000', '111446.288000', '111446.291000', '111446.294000', '111446.297000', '111446.299000', '111446.302000', '111446.305000', '111446.310000', '111446.313000', '111446.315000', '111446.318000', '111446.321000', '111446.324000', '111446.327000', '111446.330000', '111446.333000', '111446.335000', '111446.338000', '111446.341000', '111446.344000', '111446.347000', '111446.350000', '111446.352000', '111446.355000', '111446.358000', '111446.361000', '111446.364000', '111446.367000', '111446.370000', '111446.373000', '111446.376000', '111446.379000', '111446.384000', '111446.387000', '111446.390000', '111446.393000', '111446.396000', '111506.271000', '111506.274000', '111506.277000', '111506.279000', '111506.282000', '111506.285000', '111506.288000', '111506.291000', '111506.293000', '111506.296000', '111506.299000', '111506.302000', '111506.305000', '111506.308000', '111506.310000', '111506.313000', '111506.316000', '111506.319000', '111506.322000', '111506.325000', '111506.327000', '111506.330000', '111506.333000', '111506.336000', '111506.339000', '111506.341000', '111506.344000', '111506.347000', '111506.350000', '111506.353000', '111506.356000', '111506.358000', '111506.361000', '111506.364000', '111506.367000', '111506.370000', '111506.372000', '111506.375000', '111506.378000', '111506.381000', '111506.384000', '111506.386000', '111506.389000', '111506.392000', '111526.271000', '111526.274000', '111526.277000', '111526.280000', '111526.282000', '111526.285000', '111526.288000', '111526.291000', '111526.294000', '111526.297000', '111526.299000', '111526.302000', '111526.305000', '111526.308000', '111526.311000', '111526.314000', '111526.317000', '111526.320000', '111526.322000', '111526.325000', '111526.328000', '111526.331000', '111526.334000', '111526.336000', '111526.339000', '111526.342000', '111526.345000', '111526.348000', '111526.350000', '111526.353000', '111526.356000', '111526.359000', '111526.362000', '111526.365000', '111526.367000', '111526.370000', '111526.373000', '111526.376000', '111526.379000', '111526.382000', '111526.384000', '111526.387000', '111526.390000', '111546.271000', '111546.274000', '111546.277000', '111546.280000', '111546.282000', '111546.285000', '111546.288000', '111546.291000', '111546.294000', '111546.296000', '111546.299000', '111546.302000', '111546.305000', '111546.308000', '111546.310000', '111546.313000', '111546.316000', '111546.319000', '111546.322000', '111546.325000', '111546.327000', '111546.330000', '111546.333000', '111546.336000', '111546.339000', '111546.341000', '111546.344000', '111546.347000', '111546.350000', '111546.353000', '111546.356000', '111546.374000', '111546.376000', '111546.379000', '111546.382000', '111546.385000', '111546.388000', '111546.390000', '111546.393000', '111546.396000', '111546.399000', '111546.402000', '111546.404000', '111546.407000', '111606.271000', '111606.274000', '111606.277000', '111606.280000', '111606.282000', '111606.285000', '111606.288000', '111606.291000', '111606.294000', '111606.296000', '111606.299000', '111606.302000', '111606.305000', '111606.308000', '111606.311000', '111606.314000', '111606.317000', '111606.319000', '111606.322000', '111606.325000', '111606.328000', '111606.331000', '111606.333000', '111606.336000', '111606.339000', '111606.342000', '111606.346000', '111606.349000', '111606.352000', '111606.355000', '111606.358000', '111606.360000', '111606.363000', '111606.366000', '111606.369000', '111606.372000', '111606.375000', '111606.378000', '111606.380000', '111606.383000', '111606.386000', '111606.389000', '111606.392000', '111626.271000', '111626.274000', '111626.277000', '111626.280000', '111626.282000', '111626.285000', '111626.288000', '111626.291000', '111626.294000', '111626.296000', '111626.299000', '111626.302000', '111626.305000', '111626.308000', '111626.311000', '111626.313000', '111626.316000', '111626.319000', '111626.322000', '111626.325000', '111626.328000', '111626.330000', '111626.333000', '111626.336000', '111626.339000', '111626.342000', '111626.344000', '111626.347000', '111626.350000', '111626.353000', '111626.356000', '111626.359000', '111626.361000', '111626.364000', '111626.367000', '111626.370000', '111626.373000', '111626.376000', '111626.379000', '111626.381000', '111626.384000', '111626.387000', '111626.390000', '111626.393000', '111646.272000', '111646.275000', '111646.278000', '111646.281000', '111646.283000', '111646.286000', '111646.289000', '111646.292000', '111646.295000', '111646.298000', '111646.301000', '111646.303000', '111646.306000', '111646.309000', '111646.312000', '111646.315000', '111646.317000', '111646.320000', '111646.323000', '111646.326000', '111646.329000', '111646.332000', '111646.334000', '111646.337000', '111646.340000', '111646.343000', '111646.346000', '111646.348000', '111646.351000', '111646.356000', '111646.358000', '111646.361000', '111646.364000', '111646.367000', '111646.370000', '111646.372000', '111646.375000', '111646.378000', '111646.381000', '111646.384000', '111646.387000', '111646.389000', '111646.392000', '111706.271000', '111706.274000', '111706.277000', '111706.279000', '111706.282000', '111706.285000', '111706.288000', '111706.291000', '111706.294000', '111706.296000', '111706.299000', '111706.302000', '111706.305000', '111706.308000', '111706.311000', '111706.314000', '111706.316000', '111706.319000', '111706.322000', '111706.325000', '111706.328000', '111706.330000', '111706.333000', '111706.336000', '111706.339000', '111706.342000', '111706.345000', '111706.347000', '111706.350000', '111706.353000', '111706.356000', '111706.359000', '111706.362000', '111706.364000', '111706.367000', '111706.370000', '111706.373000', '111706.376000', '111706.378000', '111706.381000', '111706.384000', '111706.387000', '111706.400000', '111706.402000', '111726.271000', '111726.274000', '111726.277000', '111726.280000', '111726.282000', '111726.285000', '111726.288000', '111726.291000', '111726.294000', '111726.297000', '111726.299000', '111726.302000', '111726.305000', '111726.308000', '111726.311000', '111726.314000', '111726.316000', '111726.319000', '111726.322000', '111726.325000', '111726.328000', '111726.330000', '111726.333000', '111726.336000', '111726.339000', '111726.342000', '111726.345000', '111726.348000', '111726.350000', '111726.353000', '111726.356000', '111726.359000', '111726.362000', '111726.365000', '111726.368000', '111726.370000', '111726.373000', '111726.376000', '111726.379000', '111726.382000', '111726.386000', '111726.389000', '111726.392000', '111746.271000', '111746.274000', '111746.277000', '111746.279000', '111746.282000', '111746.285000', '111746.288000', '111746.291000', '111746.293000', '111746.296000', '111746.299000', '111746.302000', '111746.305000', '111746.308000', '111746.310000', '111746.313000', '111746.316000', '111746.319000', '111746.322000', '111746.325000', '111746.327000', '111746.330000', '111746.333000', '111746.336000', '111746.339000', '111746.341000', '111746.344000', '111746.347000', '111746.350000', '111746.353000', '111746.356000', '111746.358000', '111746.361000', '111746.364000', '111746.367000', '111746.370000', '111746.373000', '111746.375000', '111746.378000', '111746.381000', '111746.384000', '111746.387000', '111746.390000', '111746.392000', '111806.271000', '111806.274000', '111806.277000', '111806.280000', '111806.283000', '111806.285000', '111806.288000', '111806.291000', '111806.294000', '111806.297000', '111806.299000', '111806.302000', '111806.305000', '111806.308000', '111806.311000', '111806.314000', '111806.316000', '111806.319000', '111806.322000', '111806.325000', '111806.328000', '111806.331000', '111806.333000', '111806.336000', '111806.339000', '111806.342000', '111806.345000', '111806.348000', '111806.351000', '111806.353000', '111806.356000', '111806.359000', '111806.362000', '111806.365000', '111806.367000', '111806.370000', '111806.373000', '111806.376000', '111806.379000', '111806.382000', '111806.384000', '111806.387000', '111806.390000', '111826.271000', '111826.274000', '111826.277000', '111826.280000', '111826.283000', '111826.285000', '111826.288000', '111826.291000', '111826.294000', '111826.297000', '111826.299000', '111826.302000', '111826.305000', '111826.308000', '111826.311000', '111826.314000', '111826.316000', '111826.319000', '111826.322000', '111826.325000', '111826.328000', '111826.330000', '111826.333000', '111826.336000', '111826.339000', '111826.342000', '111826.345000', '111826.347000', '111826.350000', '111826.353000', '111826.356000', '111826.359000', '111826.361000', '111826.364000', '111826.367000', '111826.370000', '111826.373000', '111826.375000', '111826.378000', '111826.381000', '111826.384000', '111826.387000', '111826.390000', '111826.392000', '111846.271000', '111846.274000', '111846.277000', '111846.280000', '111846.282000', '111846.285000', '111846.288000', '111846.291000', '111846.294000', '111846.296000', '111846.299000', '111846.302000', '111846.305000', '111846.308000', '111846.311000', '111846.313000', '111846.316000', '111846.319000', '111846.322000', '111846.325000', '111846.328000', '111846.331000', '111846.333000', '111846.336000', '111846.339000', '111846.342000', '111846.345000', '111846.348000', '111846.350000', '111846.353000', '111846.356000', '111846.359000', '111846.362000', '111846.365000', '111846.367000', '111846.370000', '111846.373000', '111846.376000', '111846.379000', '111846.382000', '111846.384000', '111846.387000', '111846.390000', '111906.272000', '111906.275000', '111906.278000', '111906.280000', '111906.283000', '111906.286000', '111906.289000', '111906.292000', '111906.295000', '111906.298000', '111906.300000', '111906.303000', '111906.306000', '111906.309000', '111906.312000', '111906.314000', '111906.317000', '111906.320000', '111906.323000', '111906.326000', '111906.329000', '111906.331000', '111906.334000', '111906.337000', '111906.341000', '111906.343000', '111906.346000', '111906.349000', '111906.352000', '111906.355000', '111906.358000', '111906.360000', '111906.363000', '111906.366000', '111906.369000', '111906.371000', '111906.374000', '111906.377000', '111906.380000', '111906.383000', '111906.386000', '111906.389000', '111906.391000', '111926.271000', '111926.274000', '111926.277000', '111926.280000', '111926.282000', '111926.285000', '111926.288000', '111926.291000', '111926.294000', '111926.297000', '111926.299000', '111926.302000', '111926.305000', '111926.308000', '111926.311000', '111926.313000', '111926.316000', '111926.319000', '111926.322000', '111926.325000', '111926.327000', '111926.330000', '111926.333000', '111926.336000', '111926.339000', '111926.342000', '111926.345000', '111926.347000', '111926.350000', '111926.353000', '111926.356000', '111926.359000', '111926.362000', '111926.364000', '111926.367000', '111926.370000', '111926.373000', '111926.376000', '111926.378000', '111926.381000', '111926.384000', '111926.387000', '111926.390000', '111926.392000', '111946.271000', '111946.274000', '111946.277000', '111946.280000', '111946.283000', '111946.285000', '111946.288000', '111946.291000', '111946.294000', '111946.297000', '111946.300000', '111946.303000', '111946.305000', '111946.308000', '111946.311000', '111946.314000', '111946.317000', '111946.320000', '111946.323000', '111946.326000', '111946.329000', '111946.332000', '111946.334000', '111946.337000', '111946.340000', '111946.343000', '111946.346000', '111946.348000', '111946.351000', '111946.354000', '111946.357000', '111946.360000', '111946.362000', '111946.365000', '111946.368000', '111946.382000', '111946.384000', '111946.387000', '111946.390000', '111946.393000', '111946.396000', '111946.398000', '111946.401000', '112006.271000', '112006.274000', '112006.277000', '112006.280000', '112006.283000', '112006.285000', '112006.288000', '112006.291000', '112006.294000', '112006.297000', '112006.300000', '112006.302000', '112006.305000', '112006.308000', '112006.311000', '112006.314000', '112006.317000', '112006.320000', '112006.322000', '112006.325000', '112006.328000', '112006.331000', '112006.334000', '112006.337000', '112006.339000', '112006.342000', '112006.345000', '112006.348000', '112006.351000', '112006.354000', '112006.357000', '112006.359000', '112006.362000', '112006.365000', '112006.368000', '112006.371000', '112006.374000', '112006.376000', '112006.379000', '112006.382000', '112006.385000', '112006.388000', '112006.390000', '112006.393000', '112026.271000', '112026.274000', '112026.277000', '112026.280000', '112026.283000', '112026.286000', '112026.288000', '112026.291000', '112026.296000', '112026.300000', '112026.303000', '112026.306000', '112026.309000', '112026.312000', '112026.314000', '112026.317000', '112026.320000', '112026.323000', '112026.326000', '112026.329000', '112026.331000', '112026.334000', '112026.337000', '112026.340000', '112026.343000', '112026.345000', '112026.348000', '112026.351000', '112026.354000', '112026.357000', '112026.360000', '112026.362000', '112026.365000', '112026.368000', '112026.371000', '112026.374000', '112026.376000', '112026.379000', '112026.382000', '112026.385000', '112026.388000', '112026.390000', '112026.393000', '112042.009000', '112042.013000', '112042.016000', '112042.020000', '112042.023000', '112042.026000', '112042.033000', '112042.036000', '112042.039000', '112042.042000', '112042.046000', '112042.049000', '112042.052000', '112042.055000', '112042.058000', '112042.061000', '112042.064000', '112042.067000', '112042.070000', '112042.073000', '112042.076000', '112042.079000', '112042.082000', '112042.085000', '112042.088000', '112042.091000', '112042.094000', '112042.097000', '112042.100000', '112042.103000', '112042.106000', '112042.108000', '112042.111000', '112042.114000', '112042.117000'], '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': [12679, 15133, 13079, 15195, 10000, 12760, 13216, 14493, 10039, 13824, 9609, 14638, 9697, 8952, 9931, 9094, 9109, 9035, 9031, 8836, 9379, 9214, 11075, 9033, 9045, 9347, 10455, 9153, 9802, 8974, 10081, 10714, 9517, 9022, 9955, 8809, 9616, 14491, 10376, 8747, 10425, 8994, 10225, 11612, 8609, 9732, 9098, 9817, 11695, 10063, 15082, 10360, 13285, 10124, 12162, 11330, 12443, 10280, 12106, 9526, 12440, 9855, 12122, 9339, 11249, 9338, 8732, 9519, 10478, 9178, 8974, 9451, 9516, 9670, 11041, 9498, 10706, 9768, 9442, 10379, 11686, 10162, 11708, 10706, 11515, 10455, 11610, 9400, 14326, 9559, 10842, 9021, 9127, 9003, 9536, 9893, 9016, 9110, 10266, 9060, 9447, 9536, 8840, 9173, 9589, 9077, 10291, 8801, 10344, 12511, 9879, 12891, 10471, 11372, 9314, 11440, 9907, 10699, 9944, 10531, 9611, 11568, 10344, 11194, 9729, 11768, 9557, 12439, 10040, 10833, 9744, 11904, 9558, 12239, 10145, 11585, 9540, 13121, 9506, 10738, 9345, 10069, 17134, 11642, 13214, 10523, 12901, 9848, 12293, 10448, 11673, 10341, 12343, 9853, 12283, 10886, 10273, 10490, 12343, 10521, 9428, 10617, 9867, 10229, 11660, 11758, 9132, 10544, 14115, 9895, 16661, 10724, 9160, 10146, 9441, 9713, 10785, 9691, 9662, 9838, 9590, 9573, 9836, 9524, 9471, 10357, 12068, 9559, 11493, 10011, 11150, 10048, 11447, 10178, 12121, 9393, 9801, 9601, 10762, 9694, 10162, 10167, 11100, 9826, 12264, 10296, 12428, 10621, 9429, 8885, 10181, 11670, 10429, 14703, 11024, 12469, 10279, 13482, 12802, 9489, 10638, 9868, 12193, 9743, 9709, 9484, 9345, 9921, 9143, 9882, 9280, 9946, 9697, 9927, 9786, 9642, 9750, 9791, 9558, 9950, 9500, 9582, 10184, 12607, 9740, 12592, 10556, 11829, 10542, 13739, 10750, 16698, 10706, 9660, 10650, 9536, 11317, 9652, 10639, 9660, 10150, 9550, 12638, 9434, 10236, 9580, 9574, 9625, 9640, 9502, 9790, 12581, 9414, 11160, 10251, 11989, 9566, 11291, 9494, 11475, 10024, 10720, 9794, 11145, 9625, 12008, 9625, 11225, 10540, 12021, 9786, 11623, 10624, 11681, 10540, 9648, 11968, 10546, 14067, 10582, 13281, 10103, 13570, 10472, 9506, 10085, 15318, 11285, 14067, 10011, 12628, 9652, 11303, 9747, 9370, 9579, 8969, 9948, 10495, 9824, 9134, 9681, 9481, 9908, 10284, 9868, 11534, 10297, 13989, 9933, 9168, 8198, 9572, 11216, 11987, 12635, 15730, 15433, 13400, 11687, 13298, 9638, 13515, 11750, 13030, 9909, 12296, 9551, 11790, 11396, 12118, 9870, 10808, 9364, 11594, 9322, 10910, 9390, 9903, 9681, 9967, 9880, 8754, 9362, 8823, 9682, 10069, 9882, 10625, 9683, 11058, 9589, 11777, 9987, 11603, 9855, 12133, 9641, 13112, 11205, 10342, 9843, 9776, 9800, 10096, 9805, 9843, 9141, 9990, 8395, 9898, 10289, 9614, 8461, 10106, 9990, 10092, 10225, 9847, 10254, 10269, 14355, 9622, 11856, 10189, 11841, 10168, 13643, 10043, 11745, 10140, 12461, 10495, 11480, 9962, 13195, 10225, 13207, 10921, 12943, 9942, 10524, 10246, 10880, 10315, 9785, 10068, 10242, 10408, 11505, 10042, 10315, 10230, 10450, 10322, 11072, 10248, 10155, 9857, 10519, 10881, 11117, 13271, 10278, 9590, 10350, 11652, 9965, 13656, 10641, 15041, 10841, 9661, 9526, 14075, 11137, 13849, 9752, 9375, 9453, 12575, 9467, 9347, 9447, 9357, 9328, 9194, 8615, 9054, 8145, 9414, 8426, 9511, 9761, 9482, 9286, 9676, 9439, 9245, 10229, 9503, 9228, 9105, 9338, 9180, 10230, 9510, 8449, 9683, 9496, 9959, 10924, 9559, 10252, 9626, 11278, 9629, 13671, 9562, 12548, 9480, 12324, 9630, 11418, 9518, 10365, 9366, 14271, 11101, 12307, 9377, 12974, 9449, 12263, 9702, 9654, 9470, 9597, 9276, 9203, 8345, 9827, 8378, 9980, 9902, 9675, 13247, 10448, 10367, 14400, 9670, 12883, 9558, 14949, 10920, 16329, 13141, 13867, 9398, 12131, 12705, 12172, 9137, 8955, 9127, 9094, 9069, 9395, 8316, 9107, 8844, 9096, 9427, 9336, 10994, 9575, 11296, 9242, 11448, 9465, 11698, 10624, 12813, 9515, 10814, 9325, 11512, 9287, 10715, 9259, 9480, 9256, 10622, 9106, 11628, 9196, 10201, 9196, 11119, 9069, 8948, 9190, 9619, 9406, 12337, 9510, 9216, 9153, 14598, 9450, 11916, 9306, 12051, 9368, 10658, 9767, 11026, 9356, 8461, 9146, 10230, 9347, 10728, 9341, 10007, 9325, 11641, 10243, 13994, 11804, 10188, 9281, 9602, 9289, 9234, 9237, 9823, 10660, 10762, 13377, 9092, 10288, 15386, 10758, 14788, 14579, 13319, 9348, 13797, 9179, 12473, 9451, 11731, 9634, 8358, 9523, 8676, 9358, 8835, 9303, 9128, 9000, 9017, 9297, 9106, 9103, 8869, 8955, 8976, 9174, 9022, 9086, 11361, 9037, 9068, 9226, 9096, 10989, 9898, 9126, 8780, 9320, 8691, 9444, 9129, 9175, 8239, 9041, 10127, 9202, 11062, 9431, 9839, 9308, 11286, 9370, 12469, 9185, 8984, 9192, 9441, 9482, 11588, 9178, 8554, 9109, 10029, 9815, 12251, 10165, 11862, 9390, 9840, 9348, 11674, 9827, 9227, 9080, 9196, 11379, 11091, 14658, 9621, 12025, 9748, 14371, 9740, 15645, 9610, 10606, 9515, 10212, 9484, 11418, 9307, 9111, 9247, 10007, 9556, 8854, 9412, 8850, 9414, 10382, 9601, 9192, 9246, 9780, 9739, 11764, 9426, 9313, 9002, 9651, 9346, 9772, 11060, 9279, 12143, 10004, 13997, 9538, 12004, 10453, 12618, 11225, 13751, 9396, 12095, 9708, 11935, 9540, 12075, 9542, 9324, 9768, 11070, 9629, 10607, 9228, 8718, 9295, 10359, 9488, 11004, 9587, 9016, 9565, 11109, 10122, 13884, 12790, 9484, 9108, 9248, 9436, 9408, 10920, 9562, 12890, 9472, 10287, 9315, 12580, 10571, 14507, 15374, 14048, 17326, 12600, 9341, 9626, 9304, 9649, 9486, 9686, 9324, 9564, 9332, 9998, 9592, 9897, 9561, 9722, 9225, 9442, 9031, 9354, 9912, 9571, 10864, 9390, 8871, 9296, 9531, 9266, 9315, 9129, 8222, 9500, 8207, 9650, 11121, 10128, 11825, 10228, 12149, 10185, 14900, 10705, 15915, 10665, 13505, 11794, 14825, 13409, 13377, 10291, 13135, 10179, 13171, 10213, 11982, 10110, 9510, 10050, 11986, 10198, 9605, 10012, 11696, 9745, 13236, 10141, 10482, 9519, 9500, 9595, 10274, 12731, 10524, 11942, 10198, 11896, 14049, 11043, 12856, 10751, 15259, 10855, 15406, 10540, 13356, 10367, 14347, 12497, 14408, 10207, 11395, 9992, 9495, 9182, 10581, 8620, 10227, 11227, 10060, 13046, 10154, 9908, 9097, 9185, 11586, 10517, 10972, 9895, 13247, 11156, 10272, 13420, 10329, 16086, 9886, 9713, 9806, 13064, 10537, 9807, 10020, 10513, 14525, 10256, 16500, 14204, 10175, 15277, 10984, 15099, 13544, 16453, 14515, 15223, 10575, 13959, 10119, 13690, 9901, 10408, 9801, 10159, 9610, 9269, 9699, 10321, 9036, 10176, 10596, 10168, 9044, 9630, 10441, 9550, 10356, 10593, 9213, 10305, 12189, 10710, 11722, 10578, 13983, 11571, 15778, 11207, 15507, 11285, 18371, 13763, 14625, 10348, 10609, 10058, 9735, 12271, 10451, 8806, 10419, 11040, 10545, 12424, 10558, 13500, 10239, 10665, 11889, 10995, 15431, 10416, 13396, 10328, 12338, 11431, 10911, 13744, 10820, 12181, 11070, 14983, 10597, 13469, 10693, 12541, 10499, 13543, 10136, 10695, 10188, 10475, 12834, 10815, 9803, 10886, 11376, 10588, 11939, 10352, 11919, 10458, 11357, 10417, 10779, 8963, 10936, 9659, 10810, 12135, 10538, 10839, 10455, 11509, 13017, 10944, 11870, 11079, 12970, 10789, 14685, 11027, 9554, 11002, 11179, 10785, 10688, 10690, 10850, 10445, 10789, 10256, 10428, 10350, 9848, 12057, 10693, 9972, 10625, 11281, 10253, 14254, 12218, 10089, 8709, 11117, 10128, 10983, 13818, 10754, 17125, 11055, 10613, 11874, 10901, 14606, 10812, 16025, 10687, 13923, 10575, 14834, 11613, 10481, 10081, 10465, 9189, 10547, 11102, 10395, 10398, 10594, 11830, 10302, 10154, 10029, 9801, 9035, 10375, 8776, 10450, 9576, 10611, 10754, 10357, 10471, 8774, 9975, 9734, 10626, 11412, 10136, 10800, 9974, 10716, 11715, 10906, 14433, 11159, 13804, 11106, 16558, 11207, 15505, 10347, 11876, 12618, 10437, 10369, 10627, 11443, 10536, 12436, 9921, 9846, 9924, 10414, 10005, 10599, 10617, 10465, 11373, 10768, 12407, 10269, 12522, 10544, 11795, 10421, 13686, 10197, 13796, 10150, 11335, 10472, 10708, 8514, 10411, 10835, 10559, 10453, 10320, 10363, 10013, 9808, 12709, 10644, 11626, 10385, 13159, 10397, 14429, 10351, 14500, 10231, 13911, 9849, 10390, 10058, 9891, 8974, 9492, 10750, 10102, 12816, 11029, 10868, 9368, 9530, 9057, 9392, 9630, 10634, 12754, 10589, 14357, 10992, 14041, 13809, 10061, 15448, 12540, 16720, 14470, 12769, 15064, 9907, 13954, 10018, 12933, 10119, 14384, 10197, 10265, 8800, 10443, 9016, 10251, 9545, 10372, 10502, 9709, 9295, 9066, 10059, 9953, 10466, 10311, 8918, 10857, 10259, 10362, 12916, 12263, 12672, 10131, 10714, 14440, 11007, 14952, 10889, 14534, 10647, 14382, 12197, 14768, 10430, 15389, 10431, 10546, 10213, 9336, 8922, 10434, 9256, 10433, 9278, 10255, 12053, 10385, 13004, 10291, 12244, 9930, 9914, 9430, 10676, 9538, 10562, 13474, 10639, 14109, 10692, 11566, 10577, 13434, 10498, 15340, 10512, 13193, 10556, 12647, 10638, 13548, 10035, 10321, 8888, 10376, 12202, 10650, 11213, 10586, 12172, 10484, 11316, 9990, 10273, 9318, 10651, 14718, 10616, 12778, 10412, 14042, 11963, 10215, 11581, 10345, 10316, 9971, 13670, 16870, 11414, 16273, 9974, 10210, 10091, 10157, 8935, 10245, 11242, 10073, 13407, 9789, 15208, 9597, 12497, 9960, 13458, 10010, 12747, 9661, 15372, 9208, 9573, 10359], 'WindowCenter': [4657.0, 4639.0, 4618.0, 4622.0, 4572.0, 4600.0, 4601.0, 4597.0, 4558.0, 4596.0, 4559.0, 4606.0, 4559.0, 4548.0, 4571.0, 4560.0, 4561.0, 4560.0, 4560.0, 4560.0, 4560.0, 4573.0, 4580.0, 4560.0, 4560.0, 4560.0, 4580.0, 4548.0, 4569.0, 4548.0, 4568.0, 4579.0, 4558.0, 4547.0, 4568.0, 4547.0, 4570.0, 4608.0, 4568.0, 4536.0, 4568.0, 4558.0, 4581.0, 4589.0, 4550.0, 4560.0, 4549.0, 4569.0, 4589.0, 4558.0, 4597.0, 4557.0, 4585.0, 4569.0, 4586.0, 4568.0, 4575.0, 4556.0, 4574.0, 4557.0, 4573.0, 4545.0, 4573.0, 4545.0, 4564.0, 4544.0, 4534.0, 4545.0, 4566.0, 4558.0, 4535.0, 4556.0, 4556.0, 4544.0, 4566.0, 4546.0, 4555.0, 4554.0, 4545.0, 4556.0, 4575.0, 4556.0, 4576.0, 4565.0, 4563.0, 4553.0, 4563.0, 4545.0, 4584.0, 4533.0, 4553.0, 4521.0, 4532.0, 4532.0, 4542.0, 4542.0, 4532.0, 4534.0, 4555.0, 4535.0, 4545.0, 4544.0, 4534.0, 4547.0, 4556.0, 4535.0, 4556.0, 4535.0, 4556.0, 4585.0, 4556.0, 4574.0, 4567.0, 4564.0, 4559.0, 4575.0, 4557.0, 4565.0, 4556.0, 4565.0, 4559.0, 4575.0, 4567.0, 4565.0, 4557.0, 4587.0, 4558.0, 4586.0, 4556.0, 4565.0, 4558.0, 4587.0, 4557.0, 4587.0, 4567.0, 4575.0, 4557.0, 4585.0, 4545.0, 4566.0, 4544.0, 4556.0, 4603.0, 4564.0, 4572.0, 4554.0, 4572.0, 4555.0, 4573.0, 4555.0, 4563.0, 4555.0, 4586.0, 4568.0, 4575.0, 4577.0, 4555.0, 4565.0, 4586.0, 4566.0, 4544.0, 4554.0, 4555.0, 4566.0, 4564.0, 4574.0, 4532.0, 4553.0, 4580.0, 4544.0, 4591.0, 4552.0, 4531.0, 4552.0, 4540.0, 4543.0, 4562.0, 4543.0, 4543.0, 4555.0, 4554.0, 4557.0, 4555.0, 4556.0, 4556.0, 4566.0, 4574.0, 4557.0, 4575.0, 4556.0, 4564.0, 4556.0, 4562.0, 4567.0, 4574.0, 4546.0, 4554.0, 4545.0, 4566.0, 4557.0, 4555.0, 4556.0, 4575.0, 4570.0, 4586.0, 4556.0, 4574.0, 4567.0, 4547.0, 4560.0, 4568.0, 4579.0, 4569.0, 4598.0, 4579.0, 4586.0, 4558.0, 4586.0, 4586.0, 4545.0, 4554.0, 4544.0, 4575.0, 4542.0, 4543.0, 4542.0, 4542.0, 4555.0, 4544.0, 4554.0, 4544.0, 4554.0, 4557.0, 4556.0, 4555.0, 4555.0, 4556.0, 4556.0, 4559.0, 4556.0, 4558.0, 4557.0, 4568.0, 4598.0, 4571.0, 4587.0, 4569.0, 4575.0, 4566.0, 4597.0, 4568.0, 4606.0, 4566.0, 4544.0, 4555.0, 4555.0, 4566.0, 4545.0, 4555.0, 4543.0, 4567.0, 4545.0, 4575.0, 4544.0, 4554.0, 4543.0, 4544.0, 4543.0, 4545.0, 4543.0, 4556.0, 4585.0, 4546.0, 4564.0, 4567.0, 4575.0, 4557.0, 4565.0, 4547.0, 4565.0, 4557.0, 4565.0, 4570.0, 4576.0, 4558.0, 4576.0, 4557.0, 4577.0, 4569.0, 4576.0, 4556.0, 4563.0, 4566.0, 4576.0, 4567.0, 4559.0, 4578.0, 4567.0, 4595.0, 4566.0, 4583.0, 4567.0, 4584.0, 4567.0, 4545.0, 4555.0, 4594.0, 4565.0, 4582.0, 4544.0, 4571.0, 4544.0, 4563.0, 4545.0, 4543.0, 4546.0, 4534.0, 4558.0, 4567.0, 4558.0, 4557.0, 4559.0, 4557.0, 4571.0, 4581.0, 4583.0, 4581.0, 4572.0, 4597.0, 4558.0, 4546.0, 4536.0, 4556.0, 4577.0, 4576.0, 4588.0, 4606.0, 4606.0, 4583.0, 4563.0, 4570.0, 4541.0, 4569.0, 4561.0, 4558.0, 4530.0, 4547.0, 4529.0, 4549.0, 4550.0, 4547.0, 4528.0, 4525.0, 4517.0, 4546.0, 4518.0, 4537.0, 4518.0, 4527.0, 4530.0, 4541.0, 4541.0, 4520.0, 4531.0, 4530.0, 4542.0, 4553.0, 4556.0, 4564.0, 4557.0, 4563.0, 4555.0, 4576.0, 4557.0, 4563.0, 4556.0, 4572.0, 4545.0, 4584.0, 4565.0, 4553.0, 4556.0, 4553.0, 4555.0, 4555.0, 4555.0, 4554.0, 4545.0, 4555.0, 4537.0, 4557.0, 4567.0, 4557.0, 4536.0, 4567.0, 4557.0, 4567.0, 4568.0, 4556.0, 4555.0, 4566.0, 4595.0, 4545.0, 4574.0, 4567.0, 4575.0, 4568.0, 4596.0, 4557.0, 4574.0, 4568.0, 4586.0, 4567.0, 4575.0, 4569.0, 4585.0, 4566.0, 4583.0, 4563.0, 4582.0, 4554.0, 4553.0, 4565.0, 4563.0, 4555.0, 4553.0, 4556.0, 4566.0, 4578.0, 4575.0, 4568.0, 4565.0, 4567.0, 4567.0, 4569.0, 4577.0, 4568.0, 4567.0, 4582.0, 4568.0, 4569.0, 4578.0, 4600.0, 4582.0, 4572.0, 4579.0, 4575.0, 4556.0, 4595.0, 4566.0, 4594.0, 4568.0, 4553.0, 4555.0, 4594.0, 4564.0, 4582.0, 4542.0, 4530.0, 4542.0, 4559.0, 4531.0, 4530.0, 4542.0, 4531.0, 4544.0, 4544.0, 4533.0, 4533.0, 4525.0, 4546.0, 4535.0, 4568.0, 4556.0, 4558.0, 4557.0, 4558.0, 4558.0, 4558.0, 4567.0, 4556.0, 4546.0, 4545.0, 4547.0, 4545.0, 4556.0, 4555.0, 4535.0, 4557.0, 4556.0, 4556.0, 4566.0, 4556.0, 4555.0, 4555.0, 4565.0, 4557.0, 4595.0, 4557.0, 4575.0, 4557.0, 4586.0, 4557.0, 4576.0, 4558.0, 4555.0, 4547.0, 4594.0, 4567.0, 4574.0, 4546.0, 4584.0, 4557.0, 4575.0, 4546.0, 4544.0, 4557.0, 4558.0, 4559.0, 4557.0, 4549.0, 4567.0, 4537.0, 4556.0, 4568.0, 4559.0, 4600.0, 4581.0, 4570.0, 4609.0, 4557.0, 4584.0, 4545.0, 4594.0, 4566.0, 4604.0, 4585.0, 4583.0, 4545.0, 4576.0, 4574.0, 4561.0, 4532.0, 4519.0, 4532.0, 4533.0, 4534.0, 4557.0, 4537.0, 4548.0, 4548.0, 4549.0, 4557.0, 4559.0, 4567.0, 4558.0, 4567.0, 4548.0, 4565.0, 4559.0, 4577.0, 4568.0, 4574.0, 4545.0, 4563.0, 4556.0, 4575.0, 4546.0, 4565.0, 4547.0, 4555.0, 4557.0, 4567.0, 4548.0, 4576.0, 4558.0, 4566.0, 4559.0, 4575.0, 4549.0, 4548.0, 4559.0, 4557.0, 4560.0, 4587.0, 4559.0, 4557.0, 4558.0, 4596.0, 4558.0, 4575.0, 4548.0, 4575.0, 4546.0, 4565.0, 4568.0, 4565.0, 4557.0, 4535.0, 4557.0, 4567.0, 4558.0, 4565.0, 4558.0, 4556.0, 4559.0, 4589.0, 4583.0, 4598.0, 4575.0, 4555.0, 4544.0, 4556.0, 4557.0, 4546.0, 4547.0, 4554.0, 4566.0, 4562.0, 4597.0, 4545.0, 4555.0, 4591.0, 4553.0, 4569.0, 4581.0, 4558.0, 4518.0, 4557.0, 4529.0, 4557.0, 4529.0, 4546.0, 4528.0, 4505.0, 4526.0, 4519.0, 4528.0, 4519.0, 4528.0, 4529.0, 4529.0, 4531.0, 4542.0, 4545.0, 4533.0, 4535.0, 4533.0, 4534.0, 4544.0, 4546.0, 4544.0, 4565.0, 4533.0, 4534.0, 4544.0, 4546.0, 4564.0, 4555.0, 4545.0, 4534.0, 4556.0, 4547.0, 4556.0, 4557.0, 4557.0, 4536.0, 4559.0, 4568.0, 4557.0, 4577.0, 4558.0, 4566.0, 4558.0, 4579.0, 4558.0, 4586.0, 4546.0, 4546.0, 4545.0, 4556.0, 4557.0, 4576.0, 4557.0, 4547.0, 4559.0, 4570.0, 4581.0, 4588.0, 4570.0, 4589.0, 4560.0, 4567.0, 4559.0, 4588.0, 4570.0, 4559.0, 4558.0, 4558.0, 4590.0, 4577.0, 4607.0, 4555.0, 4575.0, 4543.0, 4595.0, 4543.0, 4591.0, 4542.0, 4551.0, 4541.0, 4550.0, 4543.0, 4561.0, 4542.0, 4532.0, 4544.0, 4552.0, 4555.0, 4533.0, 4545.0, 4542.0, 4557.0, 4566.0, 4557.0, 4556.0, 4558.0, 4566.0, 4567.0, 4586.0, 4559.0, 4558.0, 4570.0, 4582.0, 4572.0, 4582.0, 4589.0, 4570.0, 4589.0, 4570.0, 4609.0, 4568.0, 4585.0, 4577.0, 4586.0, 4575.0, 4583.0, 4545.0, 4572.0, 4555.0, 4574.0, 4545.0, 4572.0, 4544.0, 4542.0, 4555.0, 4564.0, 4544.0, 4563.0, 4543.0, 4532.0, 4544.0, 4565.0, 4554.0, 4565.0, 4554.0, 4544.0, 4568.0, 4588.0, 4567.0, 4585.0, 4588.0, 4557.0, 4559.0, 4557.0, 4558.0, 4557.0, 4576.0, 4557.0, 4599.0, 4557.0, 4567.0, 4556.0, 4585.0, 4552.0, 4593.0, 4591.0, 4583.0, 4598.0, 4571.0, 4529.0, 4539.0, 4529.0, 4539.0, 4538.0, 4541.0, 4530.0, 4539.0, 4543.0, 4542.0, 4542.0, 4553.0, 4543.0, 4554.0, 4543.0, 4554.0, 4533.0, 4544.0, 4552.0, 4555.0, 4563.0, 4557.0, 4546.0, 4557.0, 4556.0, 4570.0, 4559.0, 4558.0, 4549.0, 4569.0, 4550.0, 4583.0, 4591.0, 4582.0, 4576.0, 4567.0, 4600.0, 4584.0, 4619.0, 4584.0, 4617.0, 4579.0, 4597.0, 4588.0, 4592.0, 4587.0, 4584.0, 4554.0, 4573.0, 4555.0, 4583.0, 4554.0, 4572.0, 4554.0, 4543.0, 4556.0, 4573.0, 4566.0, 4541.0, 4553.0, 4585.0, 4571.0, 4598.0, 4569.0, 4566.0, 4568.0, 4570.0, 4570.0, 4582.0, 4612.0, 4592.0, 4601.0, 4582.0, 4591.0, 4611.0, 4578.0, 4588.0, 4579.0, 4607.0, 4566.0, 4605.0, 4565.0, 4583.0, 4555.0, 4582.0, 4575.0, 4592.0, 4553.0, 4572.0, 4553.0, 4542.0, 4543.0, 4552.0, 4532.0, 4566.0, 4575.0, 4556.0, 4584.0, 4566.0, 4555.0, 4547.0, 4559.0, 4577.0, 4579.0, 4578.0, 4581.0, 4610.0, 4590.0, 4568.0, 4598.0, 4555.0, 4606.0, 4556.0, 4555.0, 4581.0, 4598.0, 4568.0, 4555.0, 4556.0, 4568.0, 4607.0, 4568.0, 4628.0, 4596.0, 4553.0, 4592.0, 4551.0, 4580.0, 4570.0, 4579.0, 4569.0, 4577.0, 4538.0, 4566.0, 4538.0, 4566.0, 4527.0, 4525.0, 4527.0, 4537.0, 4540.0, 4530.0, 4541.0, 4552.0, 4543.0, 4566.0, 4565.0, 4580.0, 4561.0, 4569.0, 4580.0, 4569.0, 4582.0, 4593.0, 4574.0, 4583.0, 4614.0, 4593.0, 4601.0, 4593.0, 4623.0, 4603.0, 4621.0, 4590.0, 4618.0, 4580.0, 4629.0, 4599.0, 4606.0, 4567.0, 4564.0, 4568.0, 4557.0, 4587.0, 4567.0, 4545.0, 4578.0, 4576.0, 4579.0, 4600.0, 4582.0, 4609.0, 4582.0, 4580.0, 4590.0, 4580.0, 4610.0, 4569.0, 4597.0, 4578.0, 4587.0, 4577.0, 4567.0, 4598.0, 4566.0, 4574.0, 4577.0, 4596.0, 4566.0, 4585.0, 4565.0, 4572.0, 4566.0, 4584.0, 4556.0, 4555.0, 4556.0, 4566.0, 4585.0, 4565.0, 4543.0, 4566.0, 4576.0, 4566.0, 4576.0, 4556.0, 4576.0, 4579.0, 4578.0, 4568.0, 4577.0, 4548.0, 4579.0, 4570.0, 4592.0, 4600.0, 4592.0, 4579.0, 4582.0, 4591.0, 4600.0, 4579.0, 4588.0, 4576.0, 4598.0, 4567.0, 4597.0, 4566.0, 4555.0, 4575.0, 4576.0, 4578.0, 4567.0, 4567.0, 4578.0, 4579.0, 4577.0, 4569.0, 4567.0, 4580.0, 4581.0, 4600.0, 4579.0, 4568.0, 4579.0, 4592.0, 4583.0, 4609.0, 4602.0, 4569.0, 4549.0, 4577.0, 4566.0, 4578.0, 4599.0, 4580.0, 4617.0, 4578.0, 4566.0, 4575.0, 4565.0, 4595.0, 4566.0, 4604.0, 4553.0, 4580.0, 4552.0, 4592.0, 4576.0, 4554.0, 4551.0, 4553.0, 4543.0, 4565.0, 4562.0, 4553.0, 4553.0, 4566.0, 4575.0, 4566.0, 4566.0, 4567.0, 4567.0, 4559.0, 4580.0, 4549.0, 4577.0, 4558.0, 4578.0, 4590.0, 4581.0, 4581.0, 4575.0, 4581.0, 4568.0, 4581.0, 4590.0, 4581.0, 4580.0, 4570.0, 4579.0, 4591.0, 4591.0, 4609.0, 4579.0, 4596.0, 4578.0, 4605.0, 4567.0, 4594.0, 4555.0, 4573.0, 4575.0, 4554.0, 4553.0, 4554.0, 4574.0, 4565.0, 4583.0, 4555.0, 4551.0, 4555.0, 4565.0, 4556.0, 4565.0, 4565.0, 4566.0, 4573.0, 4577.0, 4586.0, 4566.0, 4585.0, 4569.0, 4588.0, 4568.0, 4585.0, 4555.0, 4584.0, 4566.0, 4576.0, 4565.0, 4579.0, 4548.0, 4581.0, 4578.0, 4578.0, 4568.0, 4569.0, 4568.0, 4570.0, 4570.0, 4597.0, 4578.0, 4577.0, 4569.0, 4598.0, 4569.0, 4596.0, 4557.0, 4594.0, 4554.0, 4595.0, 4557.0, 4555.0, 4556.0, 4554.0, 4547.0, 4570.0, 4580.0, 4567.0, 4576.0, 4566.0, 4554.0, 4545.0, 4555.0, 4557.0, 4559.0, 4571.0, 4592.0, 4598.0, 4581.0, 4608.0, 4592.0, 4609.0, 4598.0, 4555.0, 4595.0, 4573.0, 4604.0, 4582.0, 4560.0, 4579.0, 4528.0, 4566.0, 4528.0, 4557.0, 4540.0, 4567.0, 4537.0, 4536.0, 4516.0, 4537.0, 4530.0, 4563.0, 4542.0, 4564.0, 4576.0, 4570.0, 4557.0, 4557.0, 4570.0, 4570.0, 4579.0, 4578.0, 4560.0, 4590.0, 4583.0, 4596.0, 4613.0, 4604.0, 4601.0, 4581.0, 4577.0, 4610.0, 4578.0, 4608.0, 4568.0, 4595.0, 4556.0, 4595.0, 4588.0, 4594.0, 4565.0, 4592.0, 4554.0, 4561.0, 4565.0, 4557.0, 4546.0, 4567.0, 4555.0, 4577.0, 4557.0, 4581.0, 4589.0, 4580.0, 4596.0, 4568.0, 4600.0, 4571.0, 4570.0, 4559.0, 4578.0, 4556.0, 4576.0, 4599.0, 4567.0, 4608.0, 4568.0, 4575.0, 4579.0, 4596.0, 4566.0, 4605.0, 4567.0, 4584.0, 4567.0, 4585.0, 4568.0, 4597.0, 4568.0, 4566.0, 4546.0, 4567.0, 4586.0, 4568.0, 4577.0, 4567.0, 4587.0, 4568.0, 4577.0, 4557.0, 4566.0, 4547.0, 4566.0, 4595.0, 4565.0, 4585.0, 4566.0, 4595.0, 4576.0, 4557.0, 4578.0, 4567.0, 4568.0, 4569.0, 4597.0, 4620.0, 4578.0, 4608.0, 4556.0, 4553.0, 4565.0, 4566.0, 4546.0, 4555.0, 4565.0, 4556.0, 4586.0, 4555.0, 4593.0, 4532.0, 4558.0, 4528.0, 4555.0, 4528.0, 4560.0, 4531.0, 4568.0, 4519.0, 4515.0, 4525.0], 'WindowWidth': [10189.0, 10151.0, 10118.0, 10116.0, 10044.0, 10080.0, 10081.0, 10069.0, 10016.0, 10065.0, 10022.0, 10081.0, 10022.0, 10004.0, 10041.0, 10025.0, 10029.0, 10024.0, 10024.0, 10023.0, 10024.0, 10048.0, 10052.0, 10025.0, 10024.0, 10024.0, 10050.0, 10005.0, 10034.0, 10003.0, 10031.0, 10049.0, 10019.0, 10001.0, 10031.0, 10000.0, 10036.0, 10086.0, 10032.0, 9986.0, 10030.0, 10019.0, 10056.0, 10064.0, 10009.0, 10023.0, 10009.0, 10034.0, 10063.0, 10018.0, 10067.0, 10014.0, 10049.0, 10033.0, 10053.0, 10030.0, 10035.0, 10010.0, 10031.0, 10015.0, 10030.0, 9993.0, 10028.0, 9993.0, 10018.0, 9992.0, 9979.0, 9995.0, 10024.0, 10017.0, 9981.0, 10013.0, 10010.0, 9991.0, 10023.0, 9997.0, 10007.0, 10006.0, 9994.0, 10009.0, 10035.0, 10012.0, 10038.0, 10021.0, 10016.0, 10000.0, 10013.0, 9994.0, 10045.0, 9972.0, 9999.0, 9953.0, 9972.0, 9970.0, 9983.0, 9985.0, 9972.0, 9978.0, 10007.0, 9980.0, 9993.0, 9992.0, 9979.0, 10001.0, 10010.0, 9980.0, 10010.0, 9980.0, 10010.0, 10050.0, 10011.0, 10032.0, 10026.0, 10018.0, 10019.0, 10035.0, 10013.0, 10022.0, 10010.0, 10022.0, 10019.0, 10036.0, 10027.0, 10021.0, 10015.0, 10056.0, 10017.0, 10050.0, 10013.0, 10020.0, 10017.0, 10054.0, 10014.0, 10053.0, 10027.0, 10035.0, 10014.0, 10050.0, 9995.0, 10025.0, 9991.0, 10010.0, 10072.0, 10018.0, 10024.0, 10003.0, 10026.0, 10007.0, 10028.0, 10008.0, 10016.0, 10007.0, 10052.0, 10032.0, 10035.0, 10042.0, 10008.0, 10022.0, 10052.0, 10025.0, 9993.0, 10006.0, 10008.0, 10026.0, 10018.0, 10033.0, 9972.0, 10002.0, 10034.0, 9990.0, 10050.0, 10000.0, 9968.0, 9998.0, 9981.0, 9989.0, 10013.0, 9989.0, 9989.0, 10009.0, 10005.0, 10015.0, 10011.0, 10013.0, 10010.0, 10026.0, 10034.0, 10016.0, 10035.0, 10012.0, 10019.0, 10009.0, 10015.0, 10026.0, 10031.0, 9997.0, 10004.0, 9994.0, 10024.0, 10013.0, 10007.0, 10013.0, 10036.0, 10037.0, 10054.0, 10012.0, 10029.0, 10027.0, 10000.0, 10027.0, 10030.0, 10047.0, 10035.0, 10071.0, 10047.0, 10050.0, 10017.0, 10052.0, 10053.0, 9992.0, 10005.0, 9990.0, 10034.0, 9985.0, 9987.0, 9985.0, 9986.0, 10008.0, 9990.0, 10004.0, 9993.0, 10005.0, 10014.0, 10011.0, 10010.0, 10009.0, 10012.0, 10011.0, 10020.0, 10011.0, 10018.0, 10013.0, 10030.0, 10075.0, 10040.0, 10054.0, 10033.0, 10035.0, 10027.0, 10070.0, 10029.0, 10080.0, 10024.0, 9993.0, 10007.0, 10011.0, 10026.0, 9994.0, 10007.0, 9988.0, 10027.0, 9996.0, 10034.0, 9990.0, 10003.0, 9989.0, 9992.0, 9988.0, 9994.0, 9988.0, 10011.0, 10049.0, 9997.0, 10018.0, 10026.0, 10034.0, 10013.0, 10022.0, 9999.0, 10021.0, 10013.0, 10023.0, 10037.0, 10038.0, 10018.0, 10037.0, 10016.0, 10042.0, 10033.0, 10036.0, 10009.0, 10013.0, 10026.0, 10037.0, 10026.0, 10021.0, 10045.0, 10026.0, 10064.0, 10023.0, 10045.0, 10027.0, 10046.0, 10028.0, 9994.0, 10008.0, 10061.0, 10022.0, 10039.0, 9992.0, 10023.0, 9990.0, 10016.0, 9993.0, 9988.0, 9997.0, 9979.0, 10018.0, 10027.0, 10018.0, 10015.0, 10021.0, 10015.0, 10041.0, 10054.0, 10060.0, 10051.0, 10043.0, 10066.0, 10014.0, 9996.0, 9985.0, 10010.0, 10046.0, 10037.0, 10059.0, 10081.0, 10081.0, 10042.0, 10017.0, 10021.0, 9983.0, 10018.0, 10008.0, 10000.0, 9963.0, 9983.0, 9962.0, 9990.0, 9990.0, 9981.0, 9957.0, 9950.0, 9943.0, 9980.0, 9945.0, 9969.0, 9946.0, 9957.0, 9963.0, 9981.0, 9982.0, 9952.0, 9969.0, 9966.0, 9986.0, 10004.0, 10011.0, 10020.0, 10014.0, 10017.0, 10008.0, 10039.0, 10014.0, 10017.0, 10010.0, 10027.0, 9994.0, 10048.0, 10022.0, 10003.0, 10011.0, 10003.0, 10008.0, 10008.0, 10009.0, 10006.0, 9994.0, 10009.0, 9990.0, 10014.0, 10027.0, 10013.0, 9983.0, 10027.0, 10014.0, 10027.0, 10032.0, 10011.0, 10010.0, 10027.0, 10062.0, 9995.0, 10032.0, 10028.0, 10037.0, 10033.0, 10068.0, 10016.0, 10032.0, 10031.0, 10053.0, 10029.0, 10035.0, 10035.0, 10052.0, 10027.0, 10045.0, 10018.0, 10042.0, 10007.0, 10002.0, 10024.0, 10016.0, 10010.0, 10004.0, 10013.0, 10025.0, 10047.0, 10038.0, 10031.0, 10024.0, 10030.0, 10028.0, 10035.0, 10041.0, 10034.0, 10030.0, 10058.0, 10033.0, 10035.0, 10045.0, 10079.0, 10058.0, 10046.0, 10050.0, 10037.0, 10014.0, 10064.0, 10026.0, 10062.0, 10031.0, 10006.0, 10009.0, 10061.0, 10021.0, 10039.0, 9987.0, 9967.0, 9984.0, 10004.0, 9969.0, 9966.0, 9985.0, 9970.0, 9995.0, 9995.0, 9976.0, 9978.0, 9970.0, 9998.0, 9982.0, 10033.0, 10013.0, 10019.0, 10015.0, 10018.0, 10020.0, 10019.0, 10028.0, 10012.0, 9998.0, 9996.0, 10000.0, 9996.0, 10011.0, 10008.0, 9981.0, 10016.0, 10014.0, 10011.0, 10025.0, 10012.0, 10008.0, 10009.0, 10023.0, 10015.0, 10063.0, 10014.0, 10035.0, 10015.0, 10055.0, 10016.0, 10038.0, 10017.0, 10009.0, 10002.0, 10061.0, 10027.0, 10032.0, 9996.0, 10045.0, 10014.0, 10033.0, 9997.0, 9992.0, 10015.0, 10019.0, 10020.0, 10017.0, 10007.0, 10030.0, 9989.0, 10011.0, 10030.0, 10023.0, 10081.0, 10057.0, 10036.0, 10088.0, 10017.0, 10047.0, 9993.0, 10058.0, 10025.0, 10074.0, 10050.0, 10041.0, 9996.0, 10040.0, 10033.0, 10007.0, 9969.0, 9949.0, 9972.0, 9976.0, 9980.0, 10014.0, 9989.0, 10005.0, 10004.0, 10007.0, 10015.0, 10020.0, 10028.0, 10017.0, 10026.0, 10001.0, 10021.0, 10020.0, 10041.0, 10029.0, 10031.0, 9994.0, 10015.0, 10013.0, 10035.0, 9998.0, 10020.0, 10000.0, 10008.0, 10017.0, 10029.0, 10005.0, 10039.0, 10018.0, 10027.0, 10023.0, 10038.0, 10008.0, 10004.0, 10021.0, 10017.0, 10023.0, 10055.0, 10020.0, 10016.0, 10017.0, 10066.0, 10018.0, 10034.0, 10003.0, 10035.0, 9999.0, 10024.0, 10032.0, 10022.0, 10016.0, 9983.0, 10014.0, 10027.0, 10018.0, 10024.0, 10017.0, 10011.0, 10021.0, 10063.0, 10060.0, 10071.0, 10036.0, 10005.0, 9992.0, 10014.0, 10017.0, 10000.0, 10001.0, 10007.0, 10026.0, 10016.0, 10071.0, 9996.0, 10010.0, 10052.0, 10003.0, 10017.0, 10035.0, 9998.0, 9946.0, 9997.0, 9962.0, 9999.0, 9961.0, 9981.0, 9958.0, 9926.0, 9955.0, 9951.0, 9958.0, 9950.0, 9960.0, 9964.0, 9965.0, 9971.0, 9986.0, 9996.0, 9977.0, 9980.0, 9977.0, 9978.0, 9994.0, 9999.0, 9993.0, 10023.0, 9976.0, 9979.0, 9993.0, 9999.0, 10017.0, 10007.0, 9993.0, 9979.0, 10014.0, 10002.0, 10014.0, 10014.0, 10016.0, 9987.0, 10021.0, 10031.0, 10017.0, 10043.0, 10018.0, 10026.0, 10018.0, 10048.0, 10017.0, 10053.0, 9999.0, 9998.0, 9996.0, 10013.0, 10017.0, 10039.0, 10015.0, 10001.0, 10021.0, 10039.0, 10055.0, 10059.0, 10037.0, 10062.0, 10026.0, 10030.0, 10022.0, 10063.0, 10038.0, 10022.0, 10022.0, 10018.0, 10066.0, 10043.0, 10085.0, 10011.0, 10036.0, 9989.0, 10065.0, 9991.0, 10054.0, 9985.0, 9997.0, 9984.0, 9996.0, 9991.0, 10010.0, 9988.0, 9972.0, 9991.0, 10001.0, 10010.0, 9976.0, 9996.0, 9989.0, 10016.0, 10027.0, 10017.0, 10013.0, 10018.0, 10026.0, 10032.0, 10054.0, 10024.0, 10019.0, 10041.0, 10060.0, 10045.0, 10060.0, 10063.0, 10041.0, 10061.0, 10038.0, 10090.0, 10035.0, 10051.0, 10044.0, 10055.0, 10039.0, 10045.0, 9996.0, 10028.0, 10008.0, 10034.0, 9995.0, 10028.0, 9992.0, 9986.0, 10011.0, 10020.0, 9993.0, 10018.0, 9991.0, 9974.0, 9994.0, 10022.0, 10007.0, 10022.0, 10007.0, 9993.0, 10036.0, 10060.0, 10029.0, 10050.0, 10058.0, 10016.0, 10026.0, 10019.0, 10019.0, 10016.0, 10044.0, 10019.0, 10076.0, 10017.0, 10030.0, 10014.0, 10052.0, 10002.0, 10059.0, 10050.0, 10045.0, 10058.0, 10025.0, 9964.0, 9978.0, 9968.0, 9979.0, 9977.0, 9982.0, 9967.0, 9980.0, 9991.0, 9988.0, 9989.0, 10003.0, 9991.0, 10007.0, 9991.0, 10007.0, 9976.0, 9994.0, 10003.0, 10010.0, 10019.0, 10016.0, 9998.0, 10018.0, 10013.0, 10041.0, 10022.0, 10023.0, 10010.0, 10039.0, 10011.0, 10063.0, 10067.0, 10058.0, 10037.0, 10030.0, 10081.0, 10064.0, 10107.0, 10064.0, 10099.0, 10051.0, 10070.0, 10059.0, 10058.0, 10054.0, 10045.0, 10005.0, 10028.0, 10009.0, 10042.0, 10007.0, 10028.0, 10006.0, 9991.0, 10013.0, 10032.0, 10025.0, 9985.0, 10003.0, 10052.0, 10043.0, 10075.0, 10036.0, 10028.0, 10034.0, 10043.0, 10041.0, 10061.0, 10101.0, 10076.0, 10085.0, 10061.0, 10068.0, 10098.0, 10047.0, 10059.0, 10049.0, 10085.0, 10026.0, 10077.0, 10021.0, 10044.0, 10010.0, 10042.0, 10035.0, 10053.0, 10002.0, 10028.0, 10005.0, 9987.0, 9988.0, 10000.0, 9973.0, 10027.0, 10038.0, 10013.0, 10047.0, 10027.0, 10009.0, 10003.0, 10023.0, 10043.0, 10048.0, 10047.0, 10057.0, 10094.0, 10065.0, 10031.0, 10072.0, 10006.0, 10078.0, 10011.0, 10011.0, 10056.0, 10074.0, 10034.0, 10008.0, 10015.0, 10033.0, 10086.0, 10035.0, 10118.0, 10069.0, 10004.0, 10054.0, 9995.0, 10034.0, 10021.0, 10032.0, 10019.0, 10022.0, 9973.0, 10005.0, 9974.0, 10008.0, 9957.0, 9950.0, 9955.0, 9970.0, 9981.0, 9969.0, 9984.0, 10002.0, 9991.0, 10027.0, 10024.0, 10054.0, 10029.0, 10038.0, 10055.0, 10036.0, 10059.0, 10077.0, 10053.0, 10064.0, 10105.0, 10076.0, 10081.0, 10075.0, 10116.0, 10089.0, 10109.0, 10067.0, 10099.0, 10052.0, 10117.0, 10077.0, 10080.0, 10030.0, 10021.0, 10033.0, 10016.0, 10057.0, 10029.0, 10000.0, 10045.0, 10042.0, 10053.0, 10080.0, 10060.0, 10091.0, 10061.0, 10051.0, 10064.0, 10048.0, 10093.0, 10034.0, 10070.0, 10048.0, 10057.0, 10043.0, 10027.0, 10070.0, 10025.0, 10032.0, 10040.0, 10065.0, 10025.0, 10048.0, 10023.0, 10031.0, 10024.0, 10044.0, 10011.0, 10008.0, 10012.0, 10023.0, 10048.0, 10020.0, 9990.0, 10025.0, 10038.0, 10025.0, 10036.0, 10012.0, 10040.0, 10050.0, 10045.0, 10032.0, 10042.0, 10004.0, 10048.0, 10039.0, 10072.0, 10080.0, 10073.0, 10049.0, 10056.0, 10069.0, 10081.0, 10047.0, 10059.0, 10039.0, 10073.0, 10027.0, 10069.0, 10025.0, 10010.0, 10037.0, 10040.0, 10045.0, 10029.0, 10030.0, 10047.0, 10050.0, 10043.0, 10035.0, 10029.0, 10051.0, 10057.0, 10078.0, 10049.0, 10034.0, 10048.0, 10073.0, 10063.0, 10090.0, 10084.0, 10036.0, 10008.0, 10043.0, 10028.0, 10045.0, 10076.0, 10053.0, 10098.0, 10046.0, 10027.0, 10037.0, 10025.0, 10066.0, 10026.0, 10075.0, 10001.0, 10035.0, 10000.0, 10056.0, 10039.0, 10005.0, 9998.0, 10003.0, 9991.0, 10022.0, 10015.0, 10004.0, 10003.0, 10025.0, 10039.0, 10027.0, 10026.0, 10030.0, 10031.0, 10022.0, 10052.0, 10010.0, 10046.0, 10019.0, 10048.0, 10068.0, 10056.0, 10055.0, 10054.0, 10058.0, 10033.0, 10053.0, 10064.0, 10056.0, 10051.0, 10037.0, 10049.0, 10069.0, 10067.0, 10090.0, 10047.0, 10068.0, 10044.0, 10080.0, 10027.0, 10059.0, 10008.0, 10031.0, 10034.0, 10003.0, 10002.0, 10004.0, 10033.0, 10024.0, 10044.0, 10009.0, 10000.0, 10009.0, 10023.0, 10011.0, 10023.0, 10025.0, 10025.0, 10031.0, 10042.0, 10050.0, 10025.0, 10049.0, 10033.0, 10058.0, 10032.0, 10048.0, 10009.0, 10045.0, 10024.0, 10040.0, 10022.0, 10051.0, 10006.0, 10057.0, 10047.0, 10046.0, 10032.0, 10035.0, 10031.0, 10039.0, 10038.0, 10073.0, 10045.0, 10040.0, 10034.0, 10073.0, 10034.0, 10066.0, 10013.0, 10060.0, 10007.0, 10064.0, 10015.0, 10007.0, 10010.0, 10005.0, 10001.0, 10039.0, 10051.0, 10027.0, 10035.0, 10022.0, 10003.0, 9996.0, 10012.0, 10018.0, 10024.0, 10041.0, 10072.0, 10077.0, 10054.0, 10084.0, 10071.0, 10090.0, 10075.0, 10010.0, 10064.0, 10032.0, 10076.0, 10045.0, 10007.0, 10031.0, 9960.0, 10008.0, 9959.0, 9996.0, 9980.0, 10012.0, 9972.0, 9967.0, 9940.0, 9971.0, 9968.0, 10020.0, 9987.0, 10020.0, 10042.0, 10041.0, 10017.0, 10016.0, 10038.0, 10039.0, 10052.0, 10046.0, 10026.0, 10069.0, 10062.0, 10083.0, 10100.0, 10091.0, 10082.0, 10055.0, 10044.0, 10096.0, 10048.0, 10089.0, 10031.0, 10063.0, 10011.0, 10062.0, 10059.0, 10059.0, 10021.0, 10055.0, 10004.0, 10013.0, 10023.0, 10016.0, 9999.0, 10029.0, 10012.0, 10044.0, 10018.0, 10057.0, 10063.0, 10053.0, 10070.0, 10032.0, 10080.0, 10042.0, 10038.0, 10024.0, 10046.0, 10014.0, 10044.0, 10077.0, 10031.0, 10086.0, 10032.0, 10038.0, 10049.0, 10069.0, 10028.0, 10079.0, 10027.0, 10046.0, 10028.0, 10049.0, 10031.0, 10071.0, 10034.0, 10024.0, 9997.0, 10029.0, 10054.0, 10030.0, 10041.0, 10030.0, 10056.0, 10033.0, 10043.0, 10016.0, 10025.0, 10000.0, 10026.0, 10064.0, 10024.0, 10047.0, 10023.0, 10062.0, 10038.0, 10015.0, 10043.0, 10029.0, 10032.0, 10034.0, 10069.0, 10108.0, 10044.0, 10087.0, 10013.0, 10005.0, 10024.0, 10024.0, 9996.0, 10008.0, 10022.0, 10009.0, 10054.0, 10009.0, 10055.0, 9969.0, 10001.0, 9958.0, 9990.0, 9960.0, 10006.0, 9966.0, 10008.0, 9941.0, 9933.0, 9949.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.0006032600454890068</td></tr>
<tr><td colspan=3>aqi</td><td>0.03848531144806672</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.888608255235226</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1231784270485592</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9614110221092579</td></tr>
<tr><td colspan=3>efc</td><td>0.4923</td></tr>
<tr><td colspan=3>fber</td><td>4538.4297</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13865644256213502</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>240</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.195602729340408</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7671225217772477</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7384197528928036</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.010536746405029</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5524110660339097</td></tr>
<tr><td colspan=3>gcor</td><td>0.0088449</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013629639521241188</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027740899473428726</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6758538028162695</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>27.8656</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.8035</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.722</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>946.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.8957</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9262</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.0155</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3685.066</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1072.6694</td></tr>
<tr><td colspan=3>tsnr</td><td>32.10928210266866</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>