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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0084_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0084_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-04/func/sub-0084_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dab1f6542e44cc856843ee2bfba1b3df</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>13:20:1.782500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998631, 0.051432, -0.00950169, -0.0518118, 0.997626, -0.0453599]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100643</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7728, -7267, 486, -72, -333, 47, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a728658c-2d68-4777-b1c9-a467eae36af7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792547702789307, -0.13900722563266754, -0.01929471455514431, 119.03520965576172], [-0.13798819482326508, 2.676558256149292, -0.12363330274820328, -87.7624282836914], [-0.02549234963953495, 0.12169728428125381, 2.697098970413208, -94.429931640625], [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': ['132001.782500', '132002.242500', '132002.702500', '132003.162500', '132003.622500', '132004.082500', '132004.542500', '132005.002500', '132005.462500', '132005.922500', '132006.382500', '132006.842500', '132007.302500', '132007.762500', '132008.222500', '132008.682500', '132009.142500', '132009.602500', '132010.062500', '132010.522500', '132010.982500', '132011.442500', '132011.902500', '132012.362500', '132012.822500', '132013.282500', '132013.742500', '132014.202500', '132014.662500', '132015.122500', '132015.582500', '132016.042500', '132016.502500', '132016.962500', '132017.422500', '132017.882500', '132018.342500', '132018.802500', '132019.262500', '132019.722500', '132020.182500', '132020.642500', '132021.102500', '132021.562500', '132022.022500', '132022.482500', '132022.942500', '132023.402500', '132023.862500', '132024.322500', '132024.782500', '132025.242500', '132025.702500', '132026.162500', '132026.622500', '132027.082500', '132027.542500', '132028.002500', '132028.462500', '132028.922500', '132029.382500', '132029.842500', '132030.302500', '132030.762500', '132031.222500', '132031.682500', '132032.142500', '132032.602500', '132033.062500', '132033.522500', '132033.982500', '132034.442500', '132034.902500', '132035.362500', '132035.822500', '132036.282500', '132036.742500', '132037.202500', '132037.662500', '132038.122500', '132038.582500', '132039.042500', '132039.502500', '132039.962500', '132040.422500', '132040.882500', '132041.342500', '132041.802500', '132042.262500', '132042.722500', '132043.182500', '132043.642500', '132044.102500', '132044.562500', '132045.022500', '132045.482500', '132045.942500', '132046.402500', '132046.862500', '132047.322500', '132047.782500', '132048.242500', '132048.702500', '132049.162500', '132049.622500', '132050.082500', '132050.542500', '132051.002500', '132051.462500', '132051.922500', '132052.382500', '132052.842500', '132053.302500', '132053.762500', '132054.222500', '132054.682500', '132055.142500', '132055.602500', '132056.062500', '132056.522500', '132056.982500', '132057.442500', '132057.902500', '132058.362500', '132058.822500', '132059.282500', '132059.742500', '132100.202500', '132100.662500', '132101.122500', '132101.582500', '132102.042500', '132102.502500', '132102.962500', '132103.422500', '132103.882500', '132104.342500', '132104.802500', '132105.262500', '132105.722500', '132106.182500', '132106.642500', '132107.102500', '132107.562500', '132108.022500', '132108.482500', '132108.942500', '132109.402500', '132109.862500', '132110.322500', '132110.782500', '132111.242500', '132111.702500', '132112.162500', '132112.622500', '132113.082500', '132113.542500', '132114.002500', '132114.462500', '132114.922500', '132115.382500', '132115.842500', '132116.302500', '132116.762500', '132117.222500', '132117.682500', '132118.142500', '132118.602500', '132119.062500', '132119.522500', '132119.982500', '132120.442500', '132120.902500', '132121.362500', '132121.822500', '132122.282500', '132122.742500', '132123.202500', '132123.662500', '132124.122500', '132124.582500', '132125.042500', '132125.502500', '132125.962500', '132126.422500', '132126.882500', '132127.342500', '132127.802500', '132128.262500', '132128.722500', '132129.182500', '132129.642500', '132130.102500', '132130.562500', '132131.022500', '132131.482500', '132131.942500', '132132.402500', '132132.862500', '132133.322500', '132133.782500', '132134.242500', '132134.702500', '132135.162500', '132135.622500', '132136.082500', '132136.542500', '132137.002500', '132137.462500', '132137.922500', '132138.382500', '132138.842500', '132139.302500', '132139.762500', '132140.222500', '132140.682500', '132141.142500', '132141.602500', '132142.062500', '132142.522500', '132142.982500', '132143.442500', '132143.902500', '132144.362500', '132144.822500', '132145.282500', '132145.742500', '132146.202500', '132146.662500', '132147.122500', '132147.582500', '132148.042500', '132148.502500', '132148.962500', '132149.422500', '132149.882500', '132150.342500', '132150.802500', '132151.262500', '132151.722500', '132152.182500', '132152.642500', '132153.102500', '132153.562500', '132154.022500', '132154.482500', '132154.942500', '132155.402500', '132155.862500', '132156.322500', '132156.782500', '132157.242500', '132157.702500', '132158.162500', '132158.622500', '132159.082500', '132159.542500', '132200.002500', '132200.462500', '132200.922500', '132201.382500', '132201.842500', '132202.302500', '132202.762500', '132203.222500', '132203.682500', '132204.142500', '132204.602500', '132205.062500', '132205.522500', '132205.982500', '132206.442500', '132206.902500', '132207.362500', '132207.822500', '132208.282500', '132208.742500', '132209.202500', '132209.662500', '132210.122500', '132210.582500', '132211.042500', '132211.502500', '132211.962500', '132212.422500', '132212.882500', '132213.342500', '132213.802500', '132214.262500', '132214.722500', '132215.182500', '132215.642500', '132216.102500', '132216.562500', '132217.022500', '132217.482500', '132217.942500', '132218.402500', '132218.862500', '132219.322500', '132219.782500', '132220.242500', '132220.702500', '132221.162500', '132221.622500', '132222.082500', '132222.542500', '132223.002500', '132223.462500', '132223.922500', '132224.382500', '132224.842500', '132225.302500', '132225.762500', '132226.222500', '132226.682500', '132227.142500', '132227.602500', '132228.062500', '132228.522500', '132228.982500', '132229.442500', '132229.902500', '132230.362500', '132230.822500', '132231.282500', '132231.742500', '132232.202500', '132232.662500', '132233.122500', '132233.582500', '132234.042500', '132234.502500', '132234.962500', '132235.422500', '132235.882500', '132236.342500', '132236.802500', '132237.262500', '132237.722500', '132238.182500', '132238.642500', '132239.102500', '132239.562500', '132240.022500', '132240.482500', '132240.942500', '132241.402500', '132241.862500', '132242.322500', '132242.782500', '132243.242500', '132243.702500', '132244.162500', '132244.622500', '132245.082500', '132245.542500', '132246.002500', '132246.462500', '132246.922500', '132247.382500', '132247.842500', '132248.302500', '132248.762500', '132249.222500', '132249.682500', '132250.142500', '132250.602500', '132251.062500', '132251.522500', '132251.982500', '132252.442500', '132252.902500', '132253.362500', '132253.822500', '132254.282500', '132254.742500', '132255.202500', '132255.662500', '132256.122500', '132256.582500', '132257.042500', '132257.502500', '132257.962500', '132258.422500', '132258.882500', '132259.342500', '132259.802500', '132300.262500', '132300.722500', '132301.182500', '132301.642500', '132302.102500', '132302.562500', '132303.022500', '132303.482500', '132303.942500', '132304.402500', '132304.862500', '132305.322500', '132305.782500', '132306.242500', '132306.702500', '132307.162500', '132307.622500', '132308.082500', '132308.542500', '132309.002500', '132309.462500', '132309.922500', '132310.382500', '132310.842500', '132311.302500', '132311.762500', '132312.222500', '132312.682500', '132313.142500', '132313.602500', '132314.062500', '132314.522500', '132314.982500', '132315.442500', '132315.902500', '132316.362500', '132316.822500', '132317.282500', '132317.742500', '132318.202500', '132318.662500', '132319.122500', '132319.582500', '132320.042500', '132320.502500', '132320.962500', '132321.422500', '132321.882500', '132322.342500', '132322.802500', '132323.262500', '132323.722500', '132324.182500', '132324.642500', '132325.102500', '132325.562500', '132326.022500', '132326.482500', '132326.942500', '132327.402500', '132327.862500', '132328.322500', '132328.782500', '132329.242500', '132329.702500', '132330.162500', '132330.622500', '132331.082500', '132331.542500', '132332.002500', '132332.462500', '132332.922500', '132333.382500', '132333.842500', '132334.302500', '132334.762500', '132335.222500', '132335.682500', '132336.142500', '132336.602500', '132337.062500', '132337.522500', '132337.982500', '132338.442500', '132338.902500', '132339.362500', '132339.822500', '132340.282500', '132340.742500', '132341.202500', '132341.662500', '132342.122500', '132342.582500', '132343.042500', '132343.502500', '132343.962500', '132344.422500', '132344.882500', '132345.342500', '132345.802500', '132346.262500', '132346.722500', '132347.182500', '132347.642500', '132348.102500', '132348.562500', '132349.022500', '132349.482500', '132349.942500', '132350.402500', '132350.862500', '132351.322500', '132351.782500', '132352.242500', '132352.702500', '132353.162500', '132353.622500', '132354.082500', '132354.542500', '132355.002500', '132355.462500', '132355.922500', '132356.382500', '132356.842500', '132357.302500', '132357.762500', '132358.222500', '132358.682500', '132359.142500', '132359.602500', '132400.062500', '132400.522500', '132400.982500', '132401.442500', '132401.902500', '132402.362500', '132402.822500', '132403.282500', '132403.742500', '132404.202500', '132404.662500', '132405.122500', '132405.582500', '132406.042500', '132406.502500', '132406.962500', '132407.422500', '132407.882500', '132408.342500', '132408.802500', '132409.262500', '132409.722500', '132410.182500', '132410.642500', '132411.102500', '132411.562500', '132412.022500', '132412.482500', '132412.942500', '132413.402500', '132413.862500', '132414.322500', '132414.782500', '132415.242500', '132415.702500', '132416.162500', '132416.622500', '132417.082500', '132417.542500', '132418.002500', '132418.462500', '132418.922500', '132419.382500', '132419.842500', '132420.302500', '132420.762500', '132421.222500', '132421.682500', '132422.142500', '132422.602500', '132423.062500', '132423.522500', '132423.982500', '132424.442500', '132424.902500', '132425.362500', '132425.822500', '132426.282500', '132426.742500', '132427.202500', '132427.662500', '132428.122500', '132428.582500', '132429.042500', '132429.502500', '132429.962500', '132430.422500', '132430.882500', '132431.342500', '132431.802500', '132432.262500', '132432.722500', '132433.182500', '132433.642500', '132434.102500', '132434.562500', '132435.022500', '132435.482500', '132435.942500', '132436.402500', '132436.862500', '132437.322500', '132437.782500', '132438.242500', '132438.702500', '132439.162500', '132439.622500', '132440.082500', '132440.542500', '132441.002500', '132441.462500', '132441.922500', '132442.382500', '132442.842500', '132443.302500', '132443.762500', '132444.222500', '132444.682500', '132445.142500', '132445.602500', '132446.062500', '132446.522500', '132446.982500', '132447.442500', '132447.902500', '132448.362500', '132448.822500', '132449.282500', '132449.742500', '132450.202500', '132450.662500', '132451.122500', '132451.582500', '132452.042500', '132452.502500', '132452.962500', '132453.422500', '132453.882500', '132454.342500', '132454.802500', '132455.262500', '132455.722500', '132456.182500', '132456.642500', '132457.102500', '132457.562500', '132458.022500', '132458.482500', '132458.942500', '132459.402500', '132459.862500', '132500.322500', '132500.782500', '132501.242500', '132501.702500', '132502.162500', '132502.622500', '132503.082500', '132503.542500', '132504.002500', '132504.462500', '132504.922500', '132505.382500', '132505.842500', '132506.302500', '132506.762500', '132507.222500', '132507.682500', '132508.142500', '132508.602500', '132509.062500', '132509.522500', '132509.982500', '132510.442500', '132510.902500', '132511.362500', '132511.822500', '132512.282500', '132512.742500', '132513.202500', '132513.662500', '132514.122500', '132514.582500', '132515.042500', '132515.502500', '132515.962500', '132516.422500', '132516.882500', '132517.342500', '132517.802500', '132518.262500', '132518.722500', '132519.182500', '132519.642500', '132520.102500', '132520.562500', '132521.022500', '132521.482500', '132521.942500', '132522.402500', '132522.862500', '132523.322500', '132523.782500', '132524.242500', '132524.702500', '132525.162500', '132525.622500', '132526.082500', '132526.542500', '132527.002500', '132527.462500', '132527.922500', '132528.382500', '132528.842500', '132529.302500', '132529.762500', '132530.222500', '132530.682500', '132531.142500', '132531.602500', '132532.062500', '132532.522500', '132532.982500', '132533.442500', '132533.902500', '132534.362500', '132534.822500', '132535.282500', '132535.742500', '132536.202500', '132536.662500', '132537.122500', '132537.582500', '132538.042500', '132538.502500', '132538.962500', '132539.422500', '132539.882500', '132540.342500', '132540.802500', '132541.262500', '132541.722500', '132542.182500', '132542.642500', '132543.102500', '132543.562500', '132544.022500', '132544.482500', '132544.942500', '132545.402500', '132545.862500', '132546.322500', '132546.782500', '132547.242500', '132547.702500', '132548.162500', '132548.622500', '132549.082500', '132549.542500', '132550.002500', '132550.462500', '132550.922500', '132551.382500', '132551.842500', '132552.302500', '132552.762500', '132553.222500', '132553.682500', '132554.142500', '132554.602500', '132555.062500', '132555.522500', '132555.982500', '132556.442500', '132556.902500', '132557.362500', '132557.822500', '132558.282500', '132558.742500', '132559.202500', '132559.662500', '132600.122500', '132600.582500', '132601.042500', '132601.502500', '132601.962500', '132602.422500', '132602.882500', '132603.342500', '132603.802500', '132604.262500', '132604.722500', '132605.182500', '132605.642500', '132606.102500', '132606.562500', '132607.022500', '132607.482500', '132607.942500', '132608.402500', '132608.862500', '132609.322500', '132609.782500', '132610.242500', '132610.702500', '132611.162500', '132611.622500', '132612.082500', '132612.542500', '132613.002500', '132613.462500', '132613.922500', '132614.382500', '132614.842500', '132615.302500', '132615.762500', '132616.222500', '132616.682500', '132617.142500', '132617.602500', '132618.062500', '132618.522500', '132618.982500', '132619.442500', '132619.902500', '132620.362500', '132620.822500', '132621.282500', '132621.742500', '132622.202500', '132622.662500', '132623.122500', '132623.582500', '132624.042500', '132624.502500', '132624.962500', '132625.422500', '132625.882500', '132626.342500', '132626.802500', '132627.262500', '132627.722500', '132628.182500', '132628.642500', '132629.102500', '132629.562500', '132630.022500', '132630.482500', '132630.942500', '132631.402500', '132631.862500', '132632.322500', '132632.782500', '132633.242500', '132633.702500', '132634.162500', '132634.622500', '132635.082500', '132635.542500', '132636.002500', '132636.462500', '132636.922500', '132637.382500', '132637.842500', '132638.302500', '132638.762500', '132639.222500', '132639.682500', '132640.142500', '132640.602500', '132641.062500', '132641.522500', '132641.982500', '132642.442500', '132642.902500', '132643.362500', '132643.822500', '132644.282500', '132644.742500', '132645.202500', '132645.662500', '132646.122500', '132646.582500', '132647.042500', '132647.502500', '132647.962500', '132648.422500', '132648.882500', '132649.342500', '132649.802500', '132650.262500', '132650.722500', '132651.182500', '132651.642500', '132652.102500', '132652.562500', '132653.022500', '132653.482500', '132653.942500', '132654.402500', '132654.862500', '132655.322500', '132655.782500', '132656.242500', '132656.702500', '132657.162500', '132657.622500', '132658.082500', '132658.542500', '132659.002500', '132659.462500', '132659.922500', '132700.382500', '132700.842500', '132701.302500', '132701.762500', '132702.222500', '132702.682500', '132703.142500', '132703.602500', '132704.062500', '132704.522500', '132704.982500', '132705.442500', '132705.902500', '132706.362500', '132706.822500', '132707.282500', '132707.742500', '132708.202500', '132708.662500', '132709.122500', '132709.582500', '132710.042500', '132710.502500', '132710.962500', '132711.422500', '132711.882500', '132712.342500', '132712.802500', '132713.262500', '132713.722500', '132714.182500', '132714.642500', '132715.102500', '132715.562500', '132716.022500', '132716.482500', '132716.942500', '132717.402500', '132717.862500', '132718.322500', '132718.782500', '132719.242500', '132719.702500', '132720.162500', '132720.622500', '132721.082500', '132721.542500', '132722.002500', '132722.462500', '132722.922500', '132723.382500', '132723.842500', '132724.302500', '132724.762500', '132725.222500', '132725.682500', '132726.142500', '132726.602500', '132727.062500', '132727.522500', '132727.982500', '132728.442500', '132728.902500', '132729.362500', '132729.822500', '132730.282500', '132730.742500', '132731.202500', '132731.662500', '132732.122500', '132732.582500', '132733.042500', '132733.502500', '132733.962500', '132734.422500', '132734.882500', '132735.342500', '132735.802500', '132736.262500', '132736.722500', '132737.182500', '132737.642500', '132738.102500', '132738.562500', '132739.022500', '132739.482500', '132739.942500', '132740.402500', '132740.862500', '132741.322500', '132741.782500', '132742.242500', '132742.702500', '132743.162500', '132743.622500', '132744.082500', '132744.542500', '132745.002500', '132745.462500', '132745.922500', '132746.382500', '132746.842500', '132747.302500', '132747.762500', '132748.222500', '132748.682500', '132749.142500', '132749.602500', '132750.062500', '132750.522500', '132750.982500', '132751.442500', '132751.902500', '132752.362500', '132752.822500', '132753.282500', '132753.742500', '132754.202500', '132754.662500', '132755.122500', '132755.582500', '132756.042500', '132756.502500', '132756.962500', '132757.422500', '132757.882500', '132758.342500', '132758.802500', '132759.262500', '132759.722500', '132800.182500', '132800.642500', '132801.102500', '132801.562500', '132802.022500', '132802.482500', '132802.942500', '132803.402500', '132803.862500', '132804.322500', '132804.782500', '132805.242500', '132805.702500', '132806.162500', '132806.622500', '132807.082500', '132807.542500', '132808.002500', '132808.462500', '132808.922500', '132809.382500', '132809.842500', '132810.302500', '132810.762500', '132811.222500', '132811.682500', '132812.142500', '132812.602500', '132813.062500', '132813.522500', '132813.982500', '132814.442500', '132814.902500', '132815.362500', '132815.822500', '132816.282500', '132816.742500', '132817.202500', '132817.662500', '132818.122500', '132818.582500', '132819.042500', '132819.502500', '132819.962500', '132820.422500', '132820.882500', '132821.342500', '132821.802500', '132822.262500', '132822.722500', '132823.182500', '132823.642500', '132824.102500', '132824.562500', '132825.022500', '132825.482500', '132825.942500', '132826.402500', '132826.862500', '132827.322500', '132827.782500', '132828.242500', '132828.702500', '132829.162500', '132829.622500', '132830.082500', '132830.542500', '132831.002500', '132831.462500', '132831.922500', '132832.382500', '132832.842500', '132833.302500', '132833.762500', '132834.222500', '132834.682500', '132835.142500', '132835.602500', '132836.062500', '132836.522500', '132836.982500', '132837.442500', '132837.902500', '132838.362500', '132838.822500', '132839.282500', '132839.742500', '132840.202500', '132840.662500', '132841.122500', '132841.582500', '132842.042500', '132842.502500', '132842.962500', '132843.422500', '132843.882500', '132844.342500', '132844.802500', '132845.262500', '132845.722500', '132846.182500', '132846.642500', '132847.102500', '132847.562500', '132848.022500', '132848.482500', '132848.942500', '132849.402500', '132849.862500', '132850.322500', '132850.782500', '132851.242500', '132851.702500', '132852.162500', '132852.622500', '132853.082500', '132853.542500', '132854.002500', '132854.462500', '132854.922500', '132855.382500', '132855.842500', '132856.302500', '132856.762500', '132857.222500', '132857.682500', '132858.142500', '132858.602500', '132859.062500', '132859.522500', '132859.982500', '132900.442500', '132900.902500', '132901.362500', '132901.822500', '132902.282500', '132902.742500', '132903.202500', '132903.662500', '132904.122500', '132904.582500', '132905.042500', '132905.502500', '132905.962500', '132906.422500', '132906.882500', '132907.342500', '132907.802500', '132908.262500', '132908.722500', '132909.182500', '132909.642500', '132910.102500', '132910.562500', '132911.022500', '132911.482500', '132911.942500', '132912.402500', '132912.862500', '132913.322500', '132913.782500', '132914.242500', '132914.702500', '132915.162500', '132915.622500', '132916.082500', '132916.542500', '132917.002500', '132917.462500', '132917.922500', '132918.382500', '132918.842500', '132919.302500', '132919.762500', '132920.222500', '132920.682500', '132921.142500', '132921.602500', '132922.062500', '132922.522500', '132922.982500', '132923.442500', '132923.902500', '132924.362500', '132924.822500', '132925.282500', '132925.742500', '132926.202500', '132926.662500', '132927.122500', '132927.582500', '132928.042500', '132928.502500', '132928.962500', '132929.422500', '132929.882500', '132930.342500', '132930.802500', '132931.262500', '132931.722500', '132932.182500', '132932.642500', '132933.102500', '132933.562500', '132934.022500', '132934.482500', '132934.942500', '132935.402500', '132935.862500', '132936.322500', '132936.782500', '132937.242500', '132937.702500', '132938.162500', '132938.622500', '132939.082500', '132939.542500', '132940.002500', '132940.462500', '132940.922500', '132941.382500', '132941.842500', '132942.302500', '132942.762500', '132943.222500', '132943.682500', '132944.142500', '132944.602500', '132945.062500', '132945.522500', '132945.982500', '132946.442500', '132946.902500', '132947.362500', '132947.822500', '132948.282500', '132948.742500', '132949.202500', '132949.662500', '132950.122500', '132950.582500', '132951.042500', '132951.502500', '132951.962500', '132952.422500', '132952.882500', '132953.342500', '132953.802500', '132954.262500', '132954.722500', '132955.182500', '132955.642500', '132956.102500', '132956.562500', '132957.022500', '132957.482500', '132957.942500', '132958.402500', '132958.862500', '132959.322500', '132959.782500', '133000.242500', '133000.702500', '133001.162500', '133001.622500', '133002.082500', '133002.542500', '133003.002500', '133003.462500', '133003.922500', '133004.382500', '133004.842500', '133005.302500', '133005.762500', '133006.222500', '133006.682500', '133007.142500', '133007.602500', '133008.062500', '133008.522500', '133008.982500', '133009.442500'], 'ContentTime': ['132024.613000', '132024.616000', '132024.619000', '132024.628000', '132024.630000', '132024.633000', '132024.635000', '132024.638000', '132024.641000', '132024.643000', '132024.646000', '132024.648000', '132024.651000', '132024.654000', '132024.656000', '132024.659000', '132024.661000', '132024.664000', '132024.667000', '132024.669000', '132024.672000', '132024.674000', '132024.677000', '132024.679000', '132024.682000', '132024.684000', '132024.687000', '132024.690000', '132024.692000', '132024.695000', '132024.697000', '132024.700000', '132024.702000', '132024.705000', '132024.708000', '132024.713000', '132024.716000', '132024.719000', '132024.721000', '132024.724000', '132024.726000', '132024.729000', '132024.732000', '132024.734000', '132024.737000', '132024.739000', '132024.742000', '132044.572000', '132044.575000', '132044.578000', '132044.580000', '132044.583000', '132044.585000', '132044.588000', '132044.591000', '132044.593000', '132044.596000', '132044.598000', '132044.601000', '132044.603000', '132044.606000', '132044.609000', '132044.611000', '132044.614000', '132044.616000', '132044.619000', '132044.622000', '132044.624000', '132044.627000', '132044.629000', '132044.632000', '132044.635000', '132044.637000', '132044.640000', '132044.646000', '132044.648000', '132044.651000', '132044.653000', '132044.656000', '132044.658000', '132044.661000', '132044.664000', '132044.666000', '132044.669000', '132044.671000', '132044.674000', '132044.676000', '132044.679000', '132044.681000', '132044.684000', '132044.686000', '132104.572000', '132104.575000', '132104.578000', '132104.580000', '132104.583000', '132104.585000', '132104.588000', '132104.604000', '132104.607000', '132104.610000', '132104.612000', '132104.615000', '132104.617000', '132104.620000', '132104.622000', '132104.625000', '132104.627000', '132104.630000', '132104.632000', '132104.635000', '132104.637000', '132104.640000', '132104.642000', '132104.645000', '132104.648000', '132104.650000', '132104.653000', '132104.655000', '132104.658000', '132104.660000', '132104.663000', '132104.665000', '132104.668000', '132104.671000', '132104.673000', '132104.676000', '132104.678000', '132104.681000', '132104.683000', '132104.686000', '132104.689000', '132104.691000', '132104.694000', '132124.573000', '132124.576000', '132124.579000', '132124.581000', '132124.584000', '132124.586000', '132124.589000', '132124.592000', '132124.594000', '132124.597000', '132124.599000', '132124.602000', '132124.605000', '132124.607000', '132124.610000', '132124.612000', '132124.615000', '132124.617000', '132124.620000', '132124.623000', '132124.630000', '132124.633000', '132124.635000', '132124.638000', '132124.641000', '132124.643000', '132124.646000', '132124.648000', '132124.651000', '132124.653000', '132124.656000', '132124.659000', '132124.661000', '132124.664000', '132124.666000', '132124.669000', '132124.671000', '132124.674000', '132124.676000', '132124.679000', '132124.682000', '132124.684000', '132124.687000', '132124.689000', '132144.574000', '132144.576000', '132144.579000', '132144.582000', '132144.584000', '132144.587000', '132144.589000', '132144.592000', '132144.594000', '132144.597000', '132144.600000', '132144.602000', '132144.605000', '132144.608000', '132144.610000', '132144.613000', '132144.623000', '132144.626000', '132144.629000', '132144.631000', '132144.634000', '132144.637000', '132144.639000', '132144.642000', '132144.644000', '132144.647000', '132144.649000', '132144.652000', '132144.654000', '132144.657000', '132144.660000', '132144.662000', '132144.665000', '132144.667000', '132144.670000', '132144.673000', '132144.675000', '132144.678000', '132144.680000', '132144.683000', '132144.685000', '132144.688000', '132144.691000', '132204.573000', '132204.575000', '132204.578000', '132204.581000', '132204.583000', '132204.586000', '132204.588000', '132204.591000', '132204.594000', '132204.596000', '132204.599000', '132204.601000', '132204.604000', '132204.607000', '132204.609000', '132204.612000', '132204.614000', '132204.617000', '132204.620000', '132204.622000', '132204.629000', '132204.631000', '132204.634000', '132204.636000', '132204.639000', '132204.642000', '132204.644000', '132204.647000', '132204.649000', '132204.652000', '132204.654000', '132204.657000', '132204.660000', '132204.662000', '132204.665000', '132204.667000', '132204.670000', '132204.673000', '132204.675000', '132204.678000', '132204.680000', '132204.683000', '132204.685000', '132204.688000', '132224.573000', '132224.576000', '132224.578000', '132224.581000', '132224.583000', '132224.586000', '132224.588000', '132224.591000', '132224.594000', '132224.596000', '132224.599000', '132224.601000', '132224.604000', '132224.607000', '132224.609000', '132224.612000', '132224.614000', '132224.617000', '132224.620000', '132224.622000', '132224.625000', '132224.627000', '132224.630000', '132224.632000', '132224.635000', '132224.637000', '132224.640000', '132224.643000', '132224.645000', '132224.648000', '132224.650000', '132224.653000', '132224.656000', '132224.658000', '132224.661000', '132224.663000', '132224.666000', '132224.668000', '132224.671000', '132224.674000', '132224.676000', '132224.679000', '132224.681000', '132244.572000', '132244.575000', '132244.578000', '132244.608000', '132244.611000', '132244.613000', '132244.616000', '132244.619000', '132244.621000', '132244.624000', '132244.626000', '132244.629000', '132244.632000', '132244.634000', '132244.637000', '132244.639000', '132244.642000', '132244.644000', '132244.647000', '132244.650000', '132244.652000', '132244.655000', '132244.657000', '132244.660000', '132244.663000', '132244.665000', '132244.668000', '132244.670000', '132244.673000', '132244.675000', '132244.678000', '132244.681000', '132244.683000', '132244.686000', '132244.688000', '132244.691000', '132244.693000', '132244.696000', '132244.699000', '132244.701000', '132244.704000', '132244.706000', '132244.709000', '132304.573000', '132304.575000', '132304.578000', '132304.581000', '132304.583000', '132304.586000', '132304.588000', '132304.609000', '132304.611000', '132304.614000', '132304.617000', '132304.619000', '132304.622000', '132304.624000', '132304.627000', '132304.629000', '132304.632000', '132304.635000', '132304.637000', '132304.640000', '132304.642000', '132304.645000', '132304.647000', '132304.650000', '132304.652000', '132304.655000', '132304.658000', '132304.660000', '132304.663000', '132304.665000', '132304.668000', '132304.670000', '132304.673000', '132304.676000', '132304.678000', '132304.681000', '132304.683000', '132304.686000', '132304.688000', '132304.691000', '132304.694000', '132304.696000', '132304.699000', '132304.701000', '132324.572000', '132324.575000', '132324.578000', '132324.581000', '132324.584000', '132324.587000', '132324.590000', '132324.592000', '132324.595000', '132324.597000', '132324.600000', '132324.602000', '132324.605000', '132324.608000', '132324.610000', '132324.613000', '132324.616000', '132324.618000', '132324.621000', '132324.623000', '132324.626000', '132324.628000', '132324.631000', '132324.633000', '132324.636000', '132324.638000', '132324.641000', '132324.644000', '132324.646000', '132324.649000', '132324.651000', '132324.654000', '132324.656000', '132324.659000', '132324.662000', '132324.664000', '132324.667000', '132324.669000', '132324.672000', '132324.674000', '132324.677000', '132324.680000', '132324.682000', '132344.574000', '132344.576000', '132344.579000', '132344.582000', '132344.584000', '132344.587000', '132344.589000', '132344.592000', '132344.594000', '132344.597000', '132344.600000', '132344.602000', '132344.605000', '132344.607000', '132344.610000', '132344.613000', '132344.615000', '132344.618000', '132344.620000', '132344.623000', '132344.626000', '132344.628000', '132344.631000', '132344.633000', '132344.636000', '132344.638000', '132344.641000', '132344.644000', '132344.646000', '132344.649000', '132344.651000', '132344.654000', '132344.657000', '132344.659000', '132344.662000', '132344.664000', '132344.667000', '132344.669000', '132344.672000', '132344.674000', '132344.677000', '132344.680000', '132344.682000', '132344.685000', '132404.573000', '132404.576000', '132404.579000', '132404.581000', '132404.584000', '132404.587000', '132404.589000', '132404.592000', '132404.594000', '132404.597000', '132404.600000', '132404.602000', '132404.605000', '132404.608000', '132404.610000', '132404.613000', '132404.615000', '132404.618000', '132404.620000', '132404.623000', '132404.626000', '132404.628000', '132404.631000', '132404.633000', '132404.636000', '132404.638000', '132404.641000', '132404.643000', '132404.652000', '132404.655000', '132404.658000', '132404.660000', '132404.663000', '132404.666000', '132404.668000', '132404.671000', '132404.673000', '132404.676000', '132404.678000', '132404.681000', '132404.683000', '132404.686000', '132404.689000', '132424.572000', '132424.575000', '132424.578000', '132424.580000', '132424.583000', '132424.586000', '132424.588000', '132424.591000', '132424.593000', '132424.596000', '132424.599000', '132424.601000', '132424.604000', '132424.607000', '132424.609000', '132424.612000', '132424.614000', '132424.617000', '132424.620000', '132424.622000', '132424.625000', '132424.627000', '132424.630000', '132424.632000', '132424.635000', '132424.638000', '132424.640000', '132424.643000', '132424.645000', '132424.648000', '132424.651000', '132424.653000', '132424.656000', '132424.659000', '132424.661000', '132424.664000', '132424.666000', '132424.669000', '132424.671000', '132424.674000', '132424.677000', '132424.679000', '132424.682000', '132424.684000', '132444.572000', '132444.575000', '132444.578000', '132444.580000', '132444.583000', '132444.586000', '132444.588000', '132444.591000', '132444.593000', '132444.596000', '132444.599000', '132444.601000', '132444.604000', '132444.606000', '132444.609000', '132444.612000', '132444.614000', '132444.617000', '132444.619000', '132444.622000', '132444.625000', '132444.627000', '132444.630000', '132444.632000', '132444.635000', '132444.638000', '132444.640000', '132444.643000', '132444.645000', '132444.648000', '132444.650000', '132444.653000', '132444.656000', '132444.658000', '132444.661000', '132444.663000', '132444.666000', '132444.669000', '132444.671000', '132444.674000', '132444.676000', '132444.679000', '132444.682000', '132504.572000', '132504.575000', '132504.578000', '132504.580000', '132504.583000', '132504.586000', '132504.588000', '132504.591000', '132504.593000', '132504.596000', '132504.598000', '132504.601000', '132504.604000', '132504.606000', '132504.609000', '132504.612000', '132504.614000', '132504.617000', '132504.619000', '132504.622000', '132504.624000', '132504.627000', '132504.630000', '132504.632000', '132504.635000', '132504.637000', '132504.640000', '132504.642000', '132504.645000', '132504.647000', '132504.650000', '132504.653000', '132504.655000', '132504.658000', '132504.660000', '132504.663000', '132504.666000', '132504.668000', '132504.671000', '132504.673000', '132504.676000', '132504.679000', '132504.681000', '132504.684000', '132524.573000', '132524.575000', '132524.578000', '132524.581000', '132524.583000', '132524.586000', '132524.588000', '132524.591000', '132524.593000', '132524.596000', '132524.599000', '132524.601000', '132524.604000', '132524.607000', '132524.609000', '132524.612000', '132524.614000', '132524.618000', '132524.621000', '132524.623000', '132524.626000', '132524.629000', '132524.631000', '132524.634000', '132524.637000', '132524.639000', '132524.642000', '132524.644000', '132524.647000', '132524.649000', '132524.652000', '132524.655000', '132524.657000', '132524.660000', '132524.662000', '132524.665000', '132524.668000', '132524.670000', '132524.673000', '132524.675000', '132524.678000', '132524.681000', '132524.683000', '132544.573000', '132544.575000', '132544.578000', '132544.580000', '132544.583000', '132544.586000', '132544.588000', '132544.591000', '132544.593000', '132544.596000', '132544.599000', '132544.602000', '132544.604000', '132544.607000', '132544.609000', '132544.612000', '132544.615000', '132544.617000', '132544.620000', '132544.622000', '132544.625000', '132544.627000', '132544.630000', '132544.633000', '132544.635000', '132544.638000', '132544.640000', '132544.643000', '132544.646000', '132544.648000', '132544.651000', '132544.653000', '132544.656000', '132544.659000', '132544.661000', '132544.664000', '132544.666000', '132544.669000', '132544.672000', '132544.674000', '132544.677000', '132544.680000', '132544.682000', '132544.685000', '132604.573000', '132604.576000', '132604.579000', '132604.581000', '132604.584000', '132604.587000', '132604.589000', '132604.592000', '132604.594000', '132604.597000', '132604.600000', '132604.602000', '132604.605000', '132604.607000', '132604.610000', '132604.612000', '132604.615000', '132604.618000', '132604.620000', '132604.623000', '132604.625000', '132604.628000', '132604.630000', '132604.633000', '132604.636000', '132604.638000', '132604.641000', '132604.643000', '132604.646000', '132604.648000', '132604.652000', '132604.655000', '132604.658000', '132604.661000', '132604.664000', '132604.666000', '132604.669000', '132604.671000', '132604.674000', '132604.677000', '132604.679000', '132604.682000', '132604.684000', '132624.574000', '132624.576000', '132624.579000', '132624.582000', '132624.584000', '132624.587000', '132624.589000', '132624.592000', '132624.595000', '132624.597000', '132624.600000', '132624.602000', '132624.605000', '132624.608000', '132624.610000', '132624.613000', '132624.615000', '132624.618000', '132624.620000', '132624.623000', '132624.626000', '132624.628000', '132624.631000', '132624.634000', '132624.636000', '132624.639000', '132624.641000', '132624.644000', '132624.647000', '132624.649000', '132624.652000', '132624.654000', '132624.657000', '132624.660000', '132624.662000', '132624.665000', '132624.667000', '132624.670000', '132624.673000', '132624.675000', '132624.678000', '132624.680000', '132624.683000', '132624.685000', '132644.572000', '132644.575000', '132644.578000', '132644.580000', '132644.583000', '132644.586000', '132644.588000', '132644.591000', '132644.593000', '132644.596000', '132644.599000', '132644.601000', '132644.604000', '132644.607000', '132644.609000', '132644.612000', '132644.614000', '132644.617000', '132644.619000', '132644.622000', '132644.625000', '132644.627000', '132644.630000', '132644.632000', '132644.635000', '132644.638000', '132644.640000', '132644.643000', '132644.645000', '132644.648000', '132644.650000', '132644.653000', '132644.656000', '132644.658000', '132644.661000', '132644.663000', '132644.666000', '132644.669000', '132644.671000', '132644.674000', '132644.676000', '132644.679000', '132644.682000', '132704.572000', '132704.575000', '132704.578000', '132704.580000', '132704.583000', '132704.586000', '132704.621000', '132704.624000', '132704.626000', '132704.629000', '132704.632000', '132704.634000', '132704.637000', '132704.639000', '132704.642000', '132704.645000', '132704.647000', '132704.650000', '132704.652000', '132704.655000', '132704.657000', '132704.660000', '132704.663000', '132704.665000', '132704.668000', '132704.670000', '132704.673000', '132704.675000', '132704.678000', '132704.680000', '132704.683000', '132704.686000', '132704.688000', '132704.691000', '132704.693000', '132704.696000', '132704.699000', '132704.701000', '132704.704000', '132704.707000', '132704.709000', '132704.712000', '132704.714000', '132704.717000', '132724.573000', '132724.575000', '132724.578000', '132724.581000', '132724.583000', '132724.586000', '132724.588000', '132724.591000', '132724.594000', '132724.596000', '132724.599000', '132724.601000', '132724.604000', '132724.607000', '132724.609000', '132724.612000', '132724.614000', '132724.617000', '132724.619000', '132724.622000', '132724.625000', '132724.627000', '132724.630000', '132724.632000', '132724.635000', '132724.638000', '132724.640000', '132724.643000', '132724.645000', '132724.648000', '132724.651000', '132724.653000', '132724.656000', '132724.658000', '132724.661000', '132724.664000', '132724.666000', '132724.669000', '132724.671000', '132724.674000', '132724.676000', '132724.679000', '132724.682000', '132744.572000', '132744.575000', '132744.578000', '132744.581000', '132744.584000', '132744.586000', '132744.589000', '132744.591000', '132744.594000', '132744.597000', '132744.599000', '132744.602000', '132744.604000', '132744.607000', '132744.610000', '132744.612000', '132744.615000', '132744.617000', '132744.620000', '132744.623000', '132744.625000', '132744.628000', '132744.630000', '132744.633000', '132744.636000', '132744.638000', '132744.641000', '132744.643000', '132744.646000', '132744.648000', '132744.651000', '132744.654000', '132744.656000', '132744.659000', '132744.662000', '132744.664000', '132744.667000', '132744.669000', '132744.672000', '132744.675000', '132744.677000', '132744.680000', '132744.682000', '132744.685000', '132804.572000', '132804.575000', '132804.578000', '132804.581000', '132804.583000', '132804.586000', '132804.589000', '132804.591000', '132804.594000', '132804.596000', '132804.599000', '132804.602000', '132804.604000', '132804.607000', '132804.609000', '132804.612000', '132804.615000', '132804.617000', '132804.620000', '132804.622000', '132804.625000', '132804.627000', '132804.630000', '132804.633000', '132804.635000', '132804.638000', '132804.640000', '132804.643000', '132804.646000', '132804.648000', '132804.651000', '132804.653000', '132804.656000', '132804.658000', '132804.661000', '132804.664000', '132804.666000', '132804.669000', '132804.671000', '132804.674000', '132804.676000', '132804.679000', '132804.681000', '132824.574000', '132824.577000', '132824.579000', '132824.595000', '132824.598000', '132824.601000', '132824.603000', '132824.606000', '132824.608000', '132824.611000', '132824.613000', '132824.616000', '132824.619000', '132824.621000', '132824.624000', '132824.627000', '132824.629000', '132824.632000', '132824.634000', '132824.637000', '132824.640000', '132824.642000', '132824.645000', '132824.647000', '132824.650000', '132824.653000', '132824.655000', '132824.658000', '132824.660000', '132824.663000', '132824.665000', '132824.668000', '132824.671000', '132824.673000', '132824.676000', '132824.678000', '132824.681000', '132824.684000', '132824.686000', '132824.689000', '132824.691000', '132824.694000', '132824.696000', '132824.699000', '132844.574000', '132844.576000', '132844.579000', '132844.582000', '132844.584000', '132844.587000', '132844.589000', '132844.592000', '132844.595000', '132844.597000', '132844.600000', '132844.603000', '132844.605000', '132844.608000', '132844.610000', '132844.613000', '132844.616000', '132844.618000', '132844.621000', '132844.623000', '132844.626000', '132844.629000', '132844.631000', '132844.634000', '132844.636000', '132844.639000', '132844.641000', '132844.644000', '132844.647000', '132844.649000', '132844.652000', '132844.654000', '132844.657000', '132844.659000', '132844.662000', '132844.665000', '132844.667000', '132844.670000', '132844.672000', '132844.675000', '132844.678000', '132844.680000', '132844.683000', '132904.573000', '132904.576000', '132904.578000', '132904.581000', '132904.583000', '132904.586000', '132904.589000', '132904.591000', '132904.594000', '132904.597000', '132904.599000', '132904.602000', '132904.605000', '132904.607000', '132904.610000', '132904.613000', '132904.615000', '132904.618000', '132904.621000', '132904.623000', '132904.626000', '132904.628000', '132904.631000', '132904.634000', '132904.636000', '132904.639000', '132904.642000', '132904.644000', '132904.647000', '132904.650000', '132904.652000', '132904.655000', '132904.657000', '132904.660000', '132904.663000', '132904.665000', '132904.668000', '132904.671000', '132904.673000', '132904.676000', '132904.678000', '132904.681000', '132904.684000', '132904.686000', '132924.573000', '132924.575000', '132924.578000', '132924.581000', '132924.583000', '132924.586000', '132924.588000', '132924.591000', '132924.594000', '132924.596000', '132924.599000', '132924.601000', '132924.604000', '132924.607000', '132924.609000', '132924.612000', '132924.614000', '132924.617000', '132924.620000', '132924.622000', '132924.625000', '132924.627000', '132924.630000', '132924.632000', '132924.635000', '132924.637000', '132924.640000', '132924.643000', '132924.645000', '132924.648000', '132924.650000', '132924.653000', '132924.656000', '132924.658000', '132924.661000', '132924.663000', '132924.666000', '132924.668000', '132924.671000', '132924.674000', '132924.676000', '132924.679000', '132924.681000', '132944.573000', '132944.575000', '132944.578000', '132944.581000', '132944.583000', '132944.586000', '132944.588000', '132944.591000', '132944.594000', '132944.596000', '132944.599000', '132944.601000', '132944.604000', '132944.607000', '132944.610000', '132944.613000', '132944.616000', '132944.619000', '132944.621000', '132944.624000', '132944.627000', '132944.629000', '132944.632000', '132944.634000', '132944.637000', '132944.639000', '132944.642000', '132944.645000', '132944.647000', '132944.650000', '132944.652000', '132944.655000', '132944.658000', '132944.660000', '132944.663000', '132944.665000', '132944.668000', '132944.671000', '132944.673000', '132944.676000', '132944.678000', '132944.681000', '132944.684000', '133004.573000', '133004.576000', '133004.578000', '133004.581000', '133004.583000', '133004.586000', '133004.589000', '133004.591000', '133004.594000', '133004.596000', '133004.599000', '133004.602000', '133004.604000', '133004.607000', '133004.610000', '133004.612000', '133004.615000', '133004.617000', '133004.620000', '133004.622000', '133004.625000', '133004.628000', '133004.630000', '133004.633000', '133004.636000', '133004.638000', '133004.641000', '133004.643000', '133004.646000', '133004.649000', '133004.651000', '133004.654000', '133004.656000', '133004.659000', '133004.661000', '133004.664000', '133004.667000', '133004.669000', '133004.672000', '133004.674000', '133004.677000', '133004.680000', '133004.682000', '133004.685000', '133010.749000', '133010.752000', '133010.754000', '133010.757000', '133010.759000', '133010.762000', '133010.765000', '133010.767000', '133010.770000', '133010.772000', '133010.775000', '133010.777000', '133010.780000', '133010.783000'], 'InstanceCreationTime': ['132024.613000', '132024.616000', '132024.619000', '132024.628000', '132024.630000', '132024.633000', '132024.635000', '132024.638000', '132024.641000', '132024.643000', '132024.646000', '132024.648000', '132024.651000', '132024.654000', '132024.656000', '132024.659000', '132024.661000', '132024.664000', '132024.667000', '132024.669000', '132024.672000', '132024.674000', '132024.677000', '132024.679000', '132024.682000', '132024.684000', '132024.687000', '132024.690000', '132024.692000', '132024.695000', '132024.697000', '132024.700000', '132024.702000', '132024.705000', '132024.708000', '132024.713000', '132024.716000', '132024.719000', '132024.721000', '132024.724000', '132024.726000', '132024.729000', '132024.732000', '132024.734000', '132024.737000', '132024.739000', '132024.742000', '132044.572000', '132044.575000', '132044.578000', '132044.580000', '132044.583000', '132044.585000', '132044.588000', '132044.591000', '132044.593000', '132044.596000', '132044.598000', '132044.601000', '132044.603000', '132044.606000', '132044.609000', '132044.611000', '132044.614000', '132044.616000', '132044.619000', '132044.622000', '132044.624000', '132044.627000', '132044.629000', '132044.632000', '132044.635000', '132044.637000', '132044.640000', '132044.646000', '132044.648000', '132044.651000', '132044.653000', '132044.656000', '132044.658000', '132044.661000', '132044.664000', '132044.666000', '132044.669000', '132044.671000', '132044.674000', '132044.676000', '132044.679000', '132044.681000', '132044.684000', '132044.686000', '132104.572000', '132104.575000', '132104.578000', '132104.580000', '132104.583000', '132104.585000', '132104.588000', '132104.604000', '132104.607000', '132104.610000', '132104.612000', '132104.615000', '132104.617000', '132104.620000', '132104.622000', '132104.625000', '132104.627000', '132104.630000', '132104.632000', '132104.635000', '132104.637000', '132104.640000', '132104.642000', '132104.645000', '132104.648000', '132104.650000', '132104.653000', '132104.655000', '132104.658000', '132104.660000', '132104.663000', '132104.665000', '132104.668000', '132104.671000', '132104.673000', '132104.676000', '132104.678000', '132104.681000', '132104.683000', '132104.686000', '132104.689000', '132104.691000', '132104.694000', '132124.573000', '132124.576000', '132124.579000', '132124.581000', '132124.584000', '132124.586000', '132124.589000', '132124.592000', '132124.594000', '132124.597000', '132124.599000', '132124.602000', '132124.605000', '132124.607000', '132124.610000', '132124.612000', '132124.615000', '132124.617000', '132124.620000', '132124.623000', '132124.630000', '132124.633000', '132124.635000', '132124.638000', '132124.641000', '132124.643000', '132124.646000', '132124.648000', '132124.651000', '132124.653000', '132124.656000', '132124.659000', '132124.661000', '132124.664000', '132124.666000', '132124.669000', '132124.671000', '132124.674000', '132124.676000', '132124.679000', '132124.682000', '132124.684000', '132124.687000', '132124.689000', '132144.574000', '132144.576000', '132144.579000', '132144.582000', '132144.584000', '132144.587000', '132144.589000', '132144.592000', '132144.594000', '132144.597000', '132144.600000', '132144.602000', '132144.605000', '132144.608000', '132144.610000', '132144.613000', '132144.623000', '132144.626000', '132144.629000', '132144.631000', '132144.634000', '132144.637000', '132144.639000', '132144.642000', '132144.644000', '132144.647000', '132144.649000', '132144.652000', '132144.654000', '132144.657000', '132144.660000', '132144.662000', '132144.665000', '132144.667000', '132144.670000', '132144.673000', '132144.675000', '132144.678000', '132144.680000', '132144.683000', '132144.685000', '132144.688000', '132144.691000', '132204.573000', '132204.575000', '132204.578000', '132204.581000', '132204.583000', '132204.586000', '132204.588000', '132204.591000', '132204.594000', '132204.596000', '132204.599000', '132204.601000', '132204.604000', '132204.607000', '132204.609000', '132204.612000', '132204.614000', '132204.617000', '132204.620000', '132204.622000', '132204.629000', '132204.631000', '132204.634000', '132204.636000', '132204.639000', '132204.642000', '132204.644000', '132204.647000', '132204.649000', '132204.652000', '132204.654000', '132204.657000', '132204.660000', '132204.662000', '132204.665000', '132204.667000', '132204.670000', '132204.673000', '132204.675000', '132204.678000', '132204.680000', '132204.683000', '132204.685000', '132204.688000', '132224.573000', '132224.576000', '132224.578000', '132224.581000', '132224.583000', '132224.586000', '132224.588000', '132224.591000', '132224.594000', '132224.596000', '132224.599000', '132224.601000', '132224.604000', '132224.607000', '132224.609000', '132224.612000', '132224.614000', '132224.617000', '132224.620000', '132224.622000', '132224.625000', '132224.627000', '132224.630000', '132224.632000', '132224.635000', '132224.637000', '132224.640000', '132224.643000', '132224.645000', '132224.648000', '132224.650000', '132224.653000', '132224.656000', '132224.658000', '132224.661000', '132224.663000', '132224.666000', '132224.668000', '132224.671000', '132224.674000', '132224.676000', '132224.679000', '132224.681000', '132244.572000', '132244.575000', '132244.578000', '132244.608000', '132244.611000', '132244.613000', '132244.616000', '132244.619000', '132244.621000', '132244.624000', '132244.626000', '132244.629000', '132244.632000', '132244.634000', '132244.637000', '132244.639000', '132244.642000', '132244.644000', '132244.647000', '132244.650000', '132244.652000', '132244.655000', '132244.657000', '132244.660000', '132244.663000', '132244.665000', '132244.668000', '132244.670000', '132244.673000', '132244.675000', '132244.678000', '132244.681000', '132244.683000', '132244.686000', '132244.688000', '132244.691000', '132244.693000', '132244.696000', '132244.699000', '132244.701000', '132244.704000', '132244.706000', '132244.709000', '132304.573000', '132304.575000', '132304.578000', '132304.581000', '132304.583000', '132304.586000', '132304.588000', '132304.609000', '132304.611000', '132304.614000', '132304.617000', '132304.619000', '132304.622000', '132304.624000', '132304.627000', '132304.629000', '132304.632000', '132304.635000', '132304.637000', '132304.640000', '132304.642000', '132304.645000', '132304.647000', '132304.650000', '132304.652000', '132304.655000', '132304.658000', '132304.660000', '132304.663000', '132304.665000', '132304.668000', '132304.670000', '132304.673000', '132304.676000', '132304.678000', '132304.681000', '132304.683000', '132304.686000', '132304.688000', '132304.691000', '132304.694000', '132304.696000', '132304.699000', '132304.701000', '132324.572000', '132324.575000', '132324.578000', '132324.581000', '132324.584000', '132324.587000', '132324.590000', '132324.592000', '132324.595000', '132324.597000', '132324.600000', '132324.602000', '132324.605000', '132324.608000', '132324.610000', '132324.613000', '132324.616000', '132324.618000', '132324.621000', '132324.623000', '132324.626000', '132324.628000', '132324.631000', '132324.633000', '132324.636000', '132324.638000', '132324.641000', '132324.644000', '132324.646000', '132324.649000', '132324.651000', '132324.654000', '132324.656000', '132324.659000', '132324.662000', '132324.664000', '132324.667000', '132324.669000', '132324.672000', '132324.674000', '132324.677000', '132324.680000', '132324.682000', '132344.574000', '132344.576000', '132344.579000', '132344.582000', '132344.584000', '132344.587000', '132344.589000', '132344.592000', '132344.594000', '132344.597000', '132344.600000', '132344.602000', '132344.605000', '132344.607000', '132344.610000', '132344.613000', '132344.615000', '132344.618000', '132344.620000', '132344.623000', '132344.626000', '132344.628000', '132344.631000', '132344.633000', '132344.636000', '132344.638000', '132344.641000', '132344.644000', '132344.646000', '132344.649000', '132344.651000', '132344.654000', '132344.657000', '132344.659000', '132344.662000', '132344.664000', '132344.667000', '132344.669000', '132344.672000', '132344.674000', '132344.677000', '132344.680000', '132344.682000', '132344.685000', '132404.573000', '132404.576000', '132404.579000', '132404.581000', '132404.584000', '132404.587000', '132404.589000', '132404.592000', '132404.594000', '132404.597000', '132404.600000', '132404.602000', '132404.605000', '132404.608000', '132404.610000', '132404.613000', '132404.615000', '132404.618000', '132404.620000', '132404.623000', '132404.626000', '132404.628000', '132404.631000', '132404.633000', '132404.636000', '132404.638000', '132404.641000', '132404.643000', '132404.652000', '132404.655000', '132404.658000', '132404.660000', '132404.663000', '132404.666000', '132404.668000', '132404.671000', '132404.673000', '132404.676000', '132404.678000', '132404.681000', '132404.683000', '132404.686000', '132404.689000', '132424.572000', '132424.575000', '132424.578000', '132424.580000', '132424.583000', '132424.586000', '132424.588000', '132424.591000', '132424.593000', '132424.596000', '132424.599000', '132424.601000', '132424.604000', '132424.607000', '132424.609000', '132424.612000', '132424.614000', '132424.617000', '132424.620000', '132424.622000', '132424.625000', '132424.627000', '132424.630000', '132424.632000', '132424.635000', '132424.638000', '132424.640000', '132424.643000', '132424.645000', '132424.648000', '132424.651000', '132424.653000', '132424.656000', '132424.659000', '132424.661000', '132424.664000', '132424.666000', '132424.669000', '132424.671000', '132424.674000', '132424.677000', '132424.679000', '132424.682000', '132424.684000', '132444.572000', '132444.575000', '132444.578000', '132444.580000', '132444.583000', '132444.586000', '132444.588000', '132444.591000', '132444.593000', '132444.596000', '132444.599000', '132444.601000', '132444.604000', '132444.606000', '132444.609000', '132444.612000', '132444.614000', '132444.617000', '132444.619000', '132444.622000', '132444.625000', '132444.627000', '132444.630000', '132444.632000', '132444.635000', '132444.638000', '132444.640000', '132444.643000', '132444.645000', '132444.648000', '132444.650000', '132444.653000', '132444.656000', '132444.658000', '132444.661000', '132444.663000', '132444.666000', '132444.669000', '132444.671000', '132444.674000', '132444.676000', '132444.679000', '132444.682000', '132504.572000', '132504.575000', '132504.578000', '132504.580000', '132504.583000', '132504.586000', '132504.588000', '132504.591000', '132504.593000', '132504.596000', '132504.598000', '132504.601000', '132504.604000', '132504.606000', '132504.609000', '132504.612000', '132504.614000', '132504.617000', '132504.619000', '132504.622000', '132504.624000', '132504.627000', '132504.630000', '132504.632000', '132504.635000', '132504.637000', '132504.640000', '132504.642000', '132504.645000', '132504.647000', '132504.650000', '132504.653000', '132504.655000', '132504.658000', '132504.660000', '132504.663000', '132504.666000', '132504.668000', '132504.671000', '132504.673000', '132504.676000', '132504.679000', '132504.681000', '132504.684000', '132524.573000', '132524.575000', '132524.578000', '132524.581000', '132524.583000', '132524.586000', '132524.588000', '132524.591000', '132524.593000', '132524.596000', '132524.599000', '132524.601000', '132524.604000', '132524.607000', '132524.609000', '132524.612000', '132524.614000', '132524.618000', '132524.621000', '132524.623000', '132524.626000', '132524.629000', '132524.631000', '132524.634000', '132524.637000', '132524.639000', '132524.642000', '132524.644000', '132524.647000', '132524.649000', '132524.652000', '132524.655000', '132524.657000', '132524.660000', '132524.662000', '132524.665000', '132524.668000', '132524.670000', '132524.673000', '132524.675000', '132524.678000', '132524.681000', '132524.683000', '132544.573000', '132544.575000', '132544.578000', '132544.580000', '132544.583000', '132544.586000', '132544.588000', '132544.591000', '132544.593000', '132544.596000', '132544.599000', '132544.602000', '132544.604000', '132544.607000', '132544.609000', '132544.612000', '132544.615000', '132544.617000', '132544.620000', '132544.622000', '132544.625000', '132544.627000', '132544.630000', '132544.633000', '132544.635000', '132544.638000', '132544.640000', '132544.643000', '132544.646000', '132544.648000', '132544.651000', '132544.653000', '132544.656000', '132544.659000', '132544.661000', '132544.664000', '132544.666000', '132544.669000', '132544.672000', '132544.674000', '132544.677000', '132544.680000', '132544.682000', '132544.685000', '132604.573000', '132604.576000', '132604.579000', '132604.581000', '132604.584000', '132604.587000', '132604.589000', '132604.592000', '132604.594000', '132604.597000', '132604.600000', '132604.602000', '132604.605000', '132604.607000', '132604.610000', '132604.612000', '132604.615000', '132604.618000', '132604.620000', '132604.623000', '132604.625000', '132604.628000', '132604.630000', '132604.633000', '132604.636000', '132604.638000', '132604.641000', '132604.643000', '132604.646000', '132604.648000', '132604.652000', '132604.655000', '132604.658000', '132604.661000', '132604.664000', '132604.666000', '132604.669000', '132604.671000', '132604.674000', '132604.677000', '132604.679000', '132604.682000', '132604.684000', '132624.574000', '132624.576000', '132624.579000', '132624.582000', '132624.584000', '132624.587000', '132624.589000', '132624.592000', '132624.595000', '132624.597000', '132624.600000', '132624.602000', '132624.605000', '132624.608000', '132624.610000', '132624.613000', '132624.615000', '132624.618000', '132624.620000', '132624.623000', '132624.626000', '132624.628000', '132624.631000', '132624.634000', '132624.636000', '132624.639000', '132624.641000', '132624.644000', '132624.647000', '132624.649000', '132624.652000', '132624.654000', '132624.657000', '132624.660000', '132624.662000', '132624.665000', '132624.667000', '132624.670000', '132624.673000', '132624.675000', '132624.678000', '132624.680000', '132624.683000', '132624.685000', '132644.572000', '132644.575000', '132644.578000', '132644.580000', '132644.583000', '132644.586000', '132644.588000', '132644.591000', '132644.593000', '132644.596000', '132644.599000', '132644.601000', '132644.604000', '132644.607000', '132644.609000', '132644.612000', '132644.614000', '132644.617000', '132644.619000', '132644.622000', '132644.625000', '132644.627000', '132644.630000', '132644.632000', '132644.635000', '132644.638000', '132644.640000', '132644.643000', '132644.645000', '132644.648000', '132644.650000', '132644.653000', '132644.656000', '132644.658000', '132644.661000', '132644.663000', '132644.666000', '132644.669000', '132644.671000', '132644.674000', '132644.676000', '132644.679000', '132644.682000', '132704.572000', '132704.575000', '132704.578000', '132704.580000', '132704.583000', '132704.586000', '132704.621000', '132704.624000', '132704.626000', '132704.629000', '132704.632000', '132704.634000', '132704.637000', '132704.639000', '132704.642000', '132704.645000', '132704.647000', '132704.650000', '132704.652000', '132704.655000', '132704.657000', '132704.660000', '132704.663000', '132704.665000', '132704.668000', '132704.670000', '132704.673000', '132704.675000', '132704.678000', '132704.680000', '132704.683000', '132704.686000', '132704.688000', '132704.691000', '132704.693000', '132704.696000', '132704.699000', '132704.701000', '132704.704000', '132704.707000', '132704.709000', '132704.712000', '132704.714000', '132704.717000', '132724.573000', '132724.575000', '132724.578000', '132724.581000', '132724.583000', '132724.586000', '132724.588000', '132724.591000', '132724.594000', '132724.596000', '132724.599000', '132724.601000', '132724.604000', '132724.607000', '132724.609000', '132724.612000', '132724.614000', '132724.617000', '132724.619000', '132724.622000', '132724.625000', '132724.627000', '132724.630000', '132724.632000', '132724.635000', '132724.638000', '132724.640000', '132724.643000', '132724.645000', '132724.648000', '132724.651000', '132724.653000', '132724.656000', '132724.658000', '132724.661000', '132724.664000', '132724.666000', '132724.669000', '132724.671000', '132724.674000', '132724.676000', '132724.679000', '132724.682000', '132744.572000', '132744.575000', '132744.578000', '132744.581000', '132744.584000', '132744.586000', '132744.589000', '132744.591000', '132744.594000', '132744.597000', '132744.599000', '132744.602000', '132744.604000', '132744.607000', '132744.610000', '132744.612000', '132744.615000', '132744.617000', '132744.620000', '132744.623000', '132744.625000', '132744.628000', '132744.630000', '132744.633000', '132744.636000', '132744.638000', '132744.641000', '132744.643000', '132744.646000', '132744.648000', '132744.651000', '132744.654000', '132744.656000', '132744.659000', '132744.662000', '132744.664000', '132744.667000', '132744.669000', '132744.672000', '132744.675000', '132744.677000', '132744.680000', '132744.682000', '132744.685000', '132804.572000', '132804.575000', '132804.578000', '132804.581000', '132804.583000', '132804.586000', '132804.589000', '132804.591000', '132804.594000', '132804.596000', '132804.599000', '132804.602000', '132804.604000', '132804.607000', '132804.609000', '132804.612000', '132804.615000', '132804.617000', '132804.620000', '132804.622000', '132804.625000', '132804.627000', '132804.630000', '132804.633000', '132804.635000', '132804.638000', '132804.640000', '132804.643000', '132804.646000', '132804.648000', '132804.651000', '132804.653000', '132804.656000', '132804.658000', '132804.661000', '132804.664000', '132804.666000', '132804.669000', '132804.671000', '132804.674000', '132804.676000', '132804.679000', '132804.681000', '132824.574000', '132824.577000', '132824.579000', '132824.595000', '132824.598000', '132824.601000', '132824.603000', '132824.606000', '132824.608000', '132824.611000', '132824.613000', '132824.616000', '132824.619000', '132824.621000', '132824.624000', '132824.627000', '132824.629000', '132824.632000', '132824.634000', '132824.637000', '132824.640000', '132824.642000', '132824.645000', '132824.647000', '132824.650000', '132824.653000', '132824.655000', '132824.658000', '132824.660000', '132824.663000', '132824.665000', '132824.668000', '132824.671000', '132824.673000', '132824.676000', '132824.678000', '132824.681000', '132824.684000', '132824.686000', '132824.689000', '132824.691000', '132824.694000', '132824.696000', '132824.699000', '132844.574000', '132844.576000', '132844.579000', '132844.582000', '132844.584000', '132844.587000', '132844.589000', '132844.592000', '132844.595000', '132844.597000', '132844.600000', '132844.603000', '132844.605000', '132844.608000', '132844.610000', '132844.613000', '132844.616000', '132844.618000', '132844.621000', '132844.623000', '132844.626000', '132844.629000', '132844.631000', '132844.634000', '132844.636000', '132844.639000', '132844.641000', '132844.644000', '132844.647000', '132844.649000', '132844.652000', '132844.654000', '132844.657000', '132844.659000', '132844.662000', '132844.665000', '132844.667000', '132844.670000', '132844.672000', '132844.675000', '132844.678000', '132844.680000', '132844.683000', '132904.573000', '132904.576000', '132904.578000', '132904.581000', '132904.583000', '132904.586000', '132904.589000', '132904.591000', '132904.594000', '132904.597000', '132904.599000', '132904.602000', '132904.605000', '132904.607000', '132904.610000', '132904.613000', '132904.615000', '132904.618000', '132904.621000', '132904.623000', '132904.626000', '132904.628000', '132904.631000', '132904.634000', '132904.636000', '132904.639000', '132904.642000', '132904.644000', '132904.647000', '132904.650000', '132904.652000', '132904.655000', '132904.657000', '132904.660000', '132904.663000', '132904.665000', '132904.668000', '132904.671000', '132904.673000', '132904.676000', '132904.678000', '132904.681000', '132904.684000', '132904.686000', '132924.573000', '132924.575000', '132924.578000', '132924.581000', '132924.583000', '132924.586000', '132924.588000', '132924.591000', '132924.594000', '132924.596000', '132924.599000', '132924.601000', '132924.604000', '132924.607000', '132924.609000', '132924.612000', '132924.614000', '132924.617000', '132924.620000', '132924.622000', '132924.625000', '132924.627000', '132924.630000', '132924.632000', '132924.635000', '132924.637000', '132924.640000', '132924.643000', '132924.645000', '132924.648000', '132924.650000', '132924.653000', '132924.656000', '132924.658000', '132924.661000', '132924.663000', '132924.666000', '132924.668000', '132924.671000', '132924.674000', '132924.676000', '132924.679000', '132924.681000', '132944.573000', '132944.575000', '132944.578000', '132944.581000', '132944.583000', '132944.586000', '132944.588000', '132944.591000', '132944.594000', '132944.596000', '132944.599000', '132944.601000', '132944.604000', '132944.607000', '132944.610000', '132944.613000', '132944.616000', '132944.619000', '132944.621000', '132944.624000', '132944.627000', '132944.629000', '132944.632000', '132944.634000', '132944.637000', '132944.639000', '132944.642000', '132944.645000', '132944.647000', '132944.650000', '132944.652000', '132944.655000', '132944.658000', '132944.660000', '132944.663000', '132944.665000', '132944.668000', '132944.671000', '132944.673000', '132944.676000', '132944.678000', '132944.681000', '132944.684000', '133004.573000', '133004.576000', '133004.578000', '133004.581000', '133004.583000', '133004.586000', '133004.589000', '133004.591000', '133004.594000', '133004.596000', '133004.599000', '133004.602000', '133004.604000', '133004.607000', '133004.610000', '133004.612000', '133004.615000', '133004.617000', '133004.620000', '133004.622000', '133004.625000', '133004.628000', '133004.630000', '133004.633000', '133004.636000', '133004.638000', '133004.641000', '133004.643000', '133004.646000', '133004.649000', '133004.651000', '133004.654000', '133004.656000', '133004.659000', '133004.661000', '133004.664000', '133004.667000', '133004.669000', '133004.672000', '133004.674000', '133004.677000', '133004.680000', '133004.682000', '133004.685000', '133010.749000', '133010.752000', '133010.754000', '133010.757000', '133010.759000', '133010.762000', '133010.765000', '133010.767000', '133010.770000', '133010.772000', '133010.775000', '133010.777000', '133010.780000', '133010.783000'], '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': [7038, 10088, 8408, 9627, 10773, 9639, 9089, 7844, 6119, 6574, 7733, 6643, 13427, 10903, 6970, 9005, 7485, 8094, 10370, 7899, 12104, 10276, 7262, 9396, 6730, 10318, 8618, 8217, 10065, 7804, 10947, 10172, 6630, 8243, 6227, 6555, 8835, 7065, 11429, 9229, 7002, 8245, 6644, 7717, 8971, 6710, 10665, 9849, 11325, 9735, 6396, 7677, 7629, 5837, 11885, 10392, 10350, 12992, 9799, 6238, 9922, 7894, 8791, 13272, 10708, 8333, 11096, 7858, 6328, 11200, 10847, 11127, 12093, 8634, 6873, 10039, 8002, 8127, 11737, 10931, 13666, 10271, 6990, 8322, 7498, 7267, 12338, 10002, 8392, 10241, 7042, 6205, 9198, 7519, 8941, 10136, 9692, 13725, 10235, 6528, 9195, 6652, 6362, 11167, 9966, 7870, 8247, 6686, 7202, 8289, 6730, 10244, 8928, 10619, 11502, 9967, 12071, 8024, 6501, 8590, 6638, 8231, 11198, 10216, 7803, 7000, 6455, 10772, 8330, 8492, 11361, 9492, 8905, 6974, 5896, 9024, 7324, 9642, 8080, 6484, 10352, 11091, 7036, 7048, 6211, 6531, 8764, 9940, 13406, 11644, 7914, 8993, 7484, 6070, 11057, 9178, 9376, 11711, 11492, 8161, 9557, 7531, 7191, 9279, 7134, 10465, 11321, 11484, 11863, 9114, 6465, 7362, 6403, 9341, 7031, 8016, 11160, 10377, 7086, 7470, 6656, 6944, 7420, 6350, 9798, 10108, 10892, 11188, 8415, 6527, 7104, 6636, 9491, 7832, 9258, 11750, 10597, 7124, 8045, 6552, 9129, 7878, 6679, 10166, 9857, 13512, 11693, 9234, 8364, 7831, 6499, 7786, 6992, 6629, 13196, 10944, 8254, 11633, 7703, 6146, 8857, 7201, 9078, 9399, 8556, 14627, 11312, 8954, 11624, 8791, 6394, 8684, 7033, 10619, 11494, 10020, 10780, 8295, 6601, 7155, 7247, 6253, 12662, 10369, 9600, 13621, 9965, 6693, 11143, 7928, 6413, 9769, 8202, 9500, 11531, 10471, 9408, 9816, 7571, 7765, 7764, 6866, 13578, 10664, 9929, 12915, 8814, 6071, 7665, 6808, 6177, 8790, 9378, 12275, 10306, 7550, 9022, 7240, 6343, 10415, 10870, 11257, 11135, 8275, 6788, 7335, 6460, 13107, 10667, 9746, 14026, 8867, 6246, 8681, 6784, 6058, 10787, 10567, 9388, 9586, 7497, 10604, 7934, 6983, 10229, 8655, 10573, 11486, 9936, 13001, 8760, 6692, 9609, 6816, 5893, 9076, 9397, 12225, 11902, 8380, 8459, 8098, 6380, 10884, 7825, 8456, 12372, 10892, 8045, 9908, 7604, 10939, 7721, 6284, 10728, 10450, 11788, 11071, 7847, 6301, 7227, 6352, 10315, 7404, 7800, 12269, 10779, 7541, 8929, 7004, 6381, 8747, 9494, 14969, 11053, 7425, 10950, 6801, 5983, 9131, 9461, 11677, 11853, 9174, 6217, 7652, 7169, 9555, 11553, 11896, 10815, 8863, 6885, 8492, 7687, 6792, 11187, 10999, 11791, 11687, 9137, 6648, 7543, 6618, 8637, 7304, 8237, 12171, 10839, 6841, 7713, 6351, 6371, 7414, 6649, 12586, 11033, 10396, 14443, 10230, 7483, 11839, 8016, 6260, 8749, 7777, 11626, 11846, 10395, 13837, 9578, 6855, 10580, 6947, 6478, 9700, 10932, 12241, 11092, 8411, 6885, 7129, 6593, 10312, 7375, 9228, 13502, 11377, 7832, 9562, 7931, 6852, 7924, 6829, 14483, 10735, 11270, 13368, 9947, 6925, 9133, 7414, 9245, 9081, 9162, 14654, 12097, 8262, 8762, 7620, 6742, 8695, 9029, 15072, 11204, 8472, 10836, 7067, 6309, 9432, 9883, 11906, 12610, 9130, 10118, 7751, 7018, 10088, 10060, 13793, 11100, 8458, 13178, 7610, 6200, 9264, 8509, 14705, 10774, 7773, 11098, 7393, 6072, 7851, 6567, 12445, 10587, 9629, 13416, 7939, 6750, 8582, 7462, 12874, 11147, 10597, 14871, 8481, 6096, 8292, 8509, 14281, 10593, 7018, 10234, 6886, 5761, 10068, 9750, 9948, 7237, 6580, 10186, 9418, 10831, 15636, 10465, 6812, 7436, 7765, 13472, 12627, 9556, 10479, 7494, 6268, 9726, 10653, 13185, 12156, 8825, 7315, 7209, 6248, 9459, 9167, 10902, 11264, 8896, 8689, 7244, 6152, 10361, 9273, 10820, 11605, 9174, 6455, 7663, 7084, 15074, 10318, 8159, 11879, 7240, 5980, 8452, 8493, 14869, 10916, 7351, 10102, 7377, 5900, 9024, 8815, 13556, 11925, 9234, 9881, 7480, 6619, 8424, 10647, 11342, 12891, 10494, 7817, 8185, 7632, 6930, 14133, 11010, 11981, 14356, 10262, 8667, 11704, 9078, 9224, 8831, 7768, 11527, 7523, 5697, 7216, 6474, 6058, 7699, 6658, 15764, 11681, 10232, 11141, 8069, 6541, 8084, 7515, 15131, 11382, 9121, 12029, 7955, 5937, 9455, 10422, 10469, 10864, 8287, 5998, 6938, 6966, 6593, 9090, 10903, 12323, 12166, 9721, 9063, 8363, 6747, 9781, 8261, 7830, 9942, 7029, 12283, 11084, 10973, 12429, 9235, 6122, 6992, 6637, 6164, 9246, 9313, 9449, 7940, 6321, 8460, 7176, 6490, 10293, 11227, 11650, 13210, 9756, 6465, 7646, 6793, 11443, 8334, 7623, 11901, 11666, 8415, 8124, 6500, 7271, 6936, 9316, 9493, 10103, 13623, 11067, 6306, 8570, 6844, 7598, 6991, 5692, 10402, 10633, 11783, 10624, 7781, 8402, 7298, 6065, 10544, 11350, 13014, 11293, 7920, 8344, 6931, 5976, 7643, 7309, 14976, 10933, 8454, 8992, 7223, 6142, 6901, 6180, 11116, 10145, 11260, 15653, 10634, 7237, 9988, 7381, 6120, 8461, 8595, 15657, 11727, 8231, 10725, 7764, 6278, 8722, 9185, 15374, 11919, 9194, 9986, 7667, 6297, 8367, 8054, 15597, 11754, 7074, 7218, 6592, 7422, 7516, 6479, 9627, 9455, 10940, 11991, 9623, 6598, 10494, 7525, 5935, 8589, 7602, 6397, 5965, 9383, 7450, 6864, 10005, 10262, 10377, 9986, 10934, 9329, 8618, 13971, 10476, 15761, 10183, 6124, 7237, 6063, 5642, 7098, 6054, 5682, 7290, 7508, 10579, 12231, 9554, 9183, 10240, 7741, 9384, 9013, 7038, 11772, 6960, 7900, 8737, 6558, 12699, 8230, 7864, 9538, 7610, 9619, 8457, 6261, 13378, 9113, 11326, 11623, 9125, 6115, 6660, 5965, 5669, 7512, 6343, 9462, 10968, 10313, 9429, 9896, 5838, 6284, 6689, 5708, 8668, 6619, 10781, 9558, 11475, 10223, 7375, 10602, 9440, 15499, 11195, 8607, 6727, 5758, 5554, 5915, 6455, 6538, 14788, 9600, 6973, 10883, 6910, 6632, 9550, 7956, 14145, 8920, 8181, 10931, 10050, 15255, 9650, 8791, 11514, 8122, 5884, 7576, 6319, 11935, 9852, 10072, 15528, 9287, 6734, 11471, 7210, 5877, 11039, 8089, 7136, 9832, 9862, 13870, 12005, 9292, 9102, 8076, 6343, 7239, 7599, 6244, 14908, 9607, 7788, 12280, 6876, 5651, 9987, 6795, 7684, 11207, 10649, 6253, 7095, 5995, 5598, 7465, 5754, 5704, 11037, 9000, 7884, 8901, 7272, 9979, 8130, 11973, 8000, 8822, 11743, 10891, 11639, 8850, 6244, 9259, 7912, 12791, 8414, 11630, 11790, 8994, 13376, 7895, 6151, 8292, 6110, 9043, 7462, 11378, 11156, 9705, 13913, 8592, 5901, 7175, 6173, 10517, 9227, 12364, 11021, 8317, 7893, 6755, 5704, 8401, 8683, 14914, 11199, 7804, 7240, 6662, 5853, 7910, 8640, 6507, 12827, 8685, 9035, 16174, 10567, 9675, 14229, 9057, 7417, 8314, 6528, 11428, 9913, 10439, 14630, 8869, 6237, 7501, 6060, 9516, 8321, 8977, 14440, 9119, 6060, 11391, 6925, 5353, 12902, 7770, 5779, 6676, 8016, 7971, 13110, 12057, 10137, 8428, 8901, 6886, 6232, 8587, 8101, 15473, 10274, 6854, 10666, 6222, 5808, 8479, 7765, 15010, 9814, 7630, 9442, 6669, 5857, 8608, 8333, 13124, 11349, 8475, 6275, 7483, 6380, 11998, 10397, 10474, 14671, 8576, 6330, 7955, 6638, 7975, 7823, 6018, 9381, 6831, 8977, 8520, 6228, 10147, 7664, 6935, 10224, 10585, 15235, 9545, 8200, 10774, 7610, 5706, 8047, 6184, 5582, 7180, 6009, 5531, 8452, 6915, 13822, 8990, 8283, 11222, 9677, 12477, 9848, 7492, 11101, 9147, 11947, 11249, 10411, 9316, 9405, 7104, 5682, 6901, 5945, 10072, 10374, 10352, 8190, 10434, 8346, 9605, 8311, 6517, 10240, 9949, 14300, 9574, 7780, 11154, 6867, 6529, 8679, 8548, 12767, 11175, 8334, 8287, 6818, 6354, 6764, 6166, 13396, 8402, 11711, 10689, 7936, 6219, 7600, 6721, 12866, 9938, 12874, 11137, 8104, 11379, 7472, 6182, 10022, 8454, 10640, 10536, 8001, 10773, 7392, 6314, 9831, 7535, 10902, 11147, 8712, 6750, 7656, 6467, 14011, 9827, 11372, 10397, 7625, 5853, 7680, 6555, 9938, 9186, 12262, 10814, 7091, 8259, 6574, 5714, 8103, 6297, 12383, 10977, 10600, 14562, 7274, 5727, 8762, 6337, 7513, 11248, 10817, 8801, 9918, 7925, 6211, 7851, 6918, 15037, 10621, 9739, 13037, 7243, 5809, 8452, 7025, 10560, 11703, 11850, 13579, 9762, 6939, 7712, 7468, 6466, 9756, 8341, 11205, 11488, 8480, 5824, 7355, 6192, 6213, 7405, 7289, 14257, 9594, 7537, 5767, 12369, 7742, 5793, 8242, 6598, 10508, 8186, 5840, 10544, 10544, 15701, 10782, 7696, 11002, 7285, 5782, 8493, 7237, 9946, 9456, 10739, 15698, 10630, 7183, 9226, 7024, 5639, 8646, 7439, 5588, 11839, 10790, 11014, 13854, 9039, 7031, 7529, 8035, 6880, 12156, 12626, 11382, 6136, 6735, 5979, 5526, 7952, 7154, 9012, 13155, 8432, 7019, 10505, 9172, 13072, 10361, 11277, 11084, 9062, 5974, 5533, 6373, 5674, 6196, 9412, 9707, 9379, 8897, 6804, 10138, 7426, 7145, 10048, 9416, 11904, 11862, 7782, 8246, 6314, 10544, 7505, 10498, 11908, 10507, 11377, 7535, 5735, 9601, 8991, 10755, 12391, 7646, 5659, 6475, 5891, 5610, 8041, 6963, 15249, 12307, 12609, 10842, 10328, 7592, 5504, 8205, 8128, 11328, 12711, 10820, 6825, 9732, 6414, 5609, 7923, 7910, 10415, 15231, 11218, 6774], 'WindowCenter': [3683.0, 3711.0, 3688.0, 3699.0, 3709.0, 3699.0, 3698.0, 3688.0, 3658.0, 3667.0, 3678.0, 3668.0, 3732.0, 3724.0, 3682.0, 3700.0, 3679.0, 3676.0, 3697.0, 3676.0, 3708.0, 3697.0, 3666.0, 3685.0, 3643.0, 3684.0, 3673.0, 3661.0, 3684.0, 3663.0, 3695.0, 3696.0, 3655.0, 3687.0, 3644.0, 3655.0, 3685.0, 3666.0, 3708.0, 3699.0, 3666.0, 3690.0, 3670.0, 3677.0, 3687.0, 3655.0, 3710.0, 3710.0, 3721.0, 3710.0, 3657.0, 3677.0, 3676.0, 3646.0, 3719.0, 3710.0, 3712.0, 3734.0, 3724.0, 3659.0, 3711.0, 3690.0, 3702.0, 3732.0, 3711.0, 3691.0, 3721.0, 3689.0, 3656.0, 3709.0, 3710.0, 3709.0, 3719.0, 3688.0, 3653.0, 3695.0, 3663.0, 3663.0, 3706.0, 3697.0, 3716.0, 3697.0, 3665.0, 3673.0, 3652.0, 3651.0, 3705.0, 3696.0, 3675.0, 3695.0, 3654.0, 3631.0, 3683.0, 3652.0, 3684.0, 3695.0, 3686.0, 3717.0, 3697.0, 3644.0, 3684.0, 3654.0, 3642.0, 3695.0, 3697.0, 3677.0, 3676.0, 3655.0, 3663.0, 3673.0, 3642.0, 3695.0, 3685.0, 3695.0, 3706.0, 3696.0, 3705.0, 3674.0, 3642.0, 3672.0, 3641.0, 3674.0, 3707.0, 3698.0, 3677.0, 3666.0, 3656.0, 3707.0, 3675.0, 3674.0, 3706.0, 3686.0, 3686.0, 3666.0, 3632.0, 3683.0, 3663.0, 3682.0, 3662.0, 3643.0, 3697.0, 3708.0, 3667.0, 3666.0, 3645.0, 3654.0, 3686.0, 3699.0, 3730.0, 3721.0, 3690.0, 3700.0, 3678.0, 3646.0, 3707.0, 3698.0, 3699.0, 3720.0, 3721.0, 3689.0, 3700.0, 3678.0, 3653.0, 3684.0, 3652.0, 3695.0, 3706.0, 3706.0, 3708.0, 3687.0, 3654.0, 3664.0, 3642.0, 3682.0, 3653.0, 3675.0, 3708.0, 3710.0, 3679.0, 3678.0, 3667.0, 3665.0, 3664.0, 3642.0, 3695.0, 3707.0, 3709.0, 3722.0, 3690.0, 3657.0, 3667.0, 3655.0, 3695.0, 3665.0, 3696.0, 3720.0, 3710.0, 3668.0, 3688.0, 3657.0, 3696.0, 3674.0, 3653.0, 3696.0, 3698.0, 3718.0, 3720.0, 3700.0, 3688.0, 3677.0, 3655.0, 3663.0, 3653.0, 3655.0, 3719.0, 3721.0, 3701.0, 3722.0, 3690.0, 3659.0, 3698.0, 3676.0, 3686.0, 3698.0, 3689.0, 3731.0, 3722.0, 3701.0, 3721.0, 3699.0, 3654.0, 3685.0, 3654.0, 3696.0, 3708.0, 3699.0, 3720.0, 3689.0, 3669.0, 3667.0, 3666.0, 3655.0, 3718.0, 3710.0, 3711.0, 3742.0, 3711.0, 3670.0, 3720.0, 3677.0, 3655.0, 3697.0, 3687.0, 3698.0, 3721.0, 3711.0, 3700.0, 3711.0, 3678.0, 3675.0, 3663.0, 3654.0, 3716.0, 3709.0, 3709.0, 3732.0, 3700.0, 3658.0, 3677.0, 3656.0, 3644.0, 3687.0, 3700.0, 3732.0, 3722.0, 3691.0, 3701.0, 3679.0, 3657.0, 3708.0, 3709.0, 3709.0, 3710.0, 3688.0, 3656.0, 3665.0, 3655.0, 3717.0, 3697.0, 3698.0, 3729.0, 3687.0, 3656.0, 3687.0, 3656.0, 3642.0, 3708.0, 3709.0, 3699.0, 3699.0, 3678.0, 3707.0, 3676.0, 3653.0, 3695.0, 3675.0, 3695.0, 3707.0, 3697.0, 3718.0, 3686.0, 3656.0, 3695.0, 3653.0, 3631.0, 3685.0, 3698.0, 3719.0, 3720.0, 3701.0, 3700.0, 3688.0, 3657.0, 3707.0, 3677.0, 3676.0, 3719.0, 3711.0, 3689.0, 3711.0, 3679.0, 3707.0, 3664.0, 3642.0, 3695.0, 3697.0, 3718.0, 3721.0, 3689.0, 3656.0, 3666.0, 3655.0, 3694.0, 3664.0, 3676.0, 3718.0, 3709.0, 3678.0, 3698.0, 3667.0, 3655.0, 3688.0, 3697.0, 3729.0, 3710.0, 3678.0, 3708.0, 3666.0, 3645.0, 3697.0, 3710.0, 3720.0, 3733.0, 3701.0, 3658.0, 3678.0, 3667.0, 3697.0, 3709.0, 3721.0, 3711.0, 3700.0, 3668.0, 3686.0, 3665.0, 3654.0, 3695.0, 3696.0, 3706.0, 3708.0, 3697.0, 3655.0, 3674.0, 3653.0, 3672.0, 3651.0, 3673.0, 3706.0, 3708.0, 3655.0, 3676.0, 3655.0, 3642.0, 3663.0, 3653.0, 3706.0, 3708.0, 3709.0, 3732.0, 3711.0, 3679.0, 3720.0, 3676.0, 3642.0, 3674.0, 3664.0, 3705.0, 3708.0, 3710.0, 3730.0, 3698.0, 3667.0, 3696.0, 3653.0, 3643.0, 3684.0, 3707.0, 3718.0, 3709.0, 3690.0, 3678.0, 3667.0, 3666.0, 3695.0, 3665.0, 3697.0, 3731.0, 3721.0, 3691.0, 3711.0, 3690.0, 3668.0, 3676.0, 3656.0, 3728.0, 3709.0, 3720.0, 3731.0, 3711.0, 3680.0, 3699.0, 3666.0, 3685.0, 3686.0, 3685.0, 3730.0, 3718.0, 3688.0, 3687.0, 3677.0, 3654.0, 3685.0, 3687.0, 3728.0, 3709.0, 3689.0, 3719.0, 3667.0, 3656.0, 3697.0, 3697.0, 3719.0, 3719.0, 3710.0, 3721.0, 3677.0, 3664.0, 3696.0, 3695.0, 3717.0, 3708.0, 3687.0, 3717.0, 3664.0, 3642.0, 3684.0, 3685.0, 3716.0, 3707.0, 3676.0, 3706.0, 3665.0, 3642.0, 3674.0, 3654.0, 3717.0, 3707.0, 3709.0, 3731.0, 3688.0, 3655.0, 3686.0, 3664.0, 3717.0, 3709.0, 3709.0, 3729.0, 3687.0, 3644.0, 3686.0, 3686.0, 3716.0, 3696.0, 3664.0, 3695.0, 3663.0, 3632.0, 3696.0, 3699.0, 3722.0, 3679.0, 3669.0, 3708.0, 3699.0, 3708.0, 3730.0, 3709.0, 3655.0, 3665.0, 3677.0, 3718.0, 3719.0, 3697.0, 3707.0, 3664.0, 3643.0, 3685.0, 3708.0, 3717.0, 3707.0, 3686.0, 3663.0, 3663.0, 3643.0, 3683.0, 3685.0, 3696.0, 3707.0, 3687.0, 3685.0, 3663.0, 3644.0, 3695.0, 3686.0, 3706.0, 3708.0, 3698.0, 3653.0, 3664.0, 3664.0, 3726.0, 3695.0, 3676.0, 3707.0, 3665.0, 3642.0, 3675.0, 3686.0, 3727.0, 3708.0, 3665.0, 3707.0, 3676.0, 3632.0, 3685.0, 3697.0, 3729.0, 3719.0, 3700.0, 3721.0, 3678.0, 3667.0, 3685.0, 3709.0, 3719.0, 3731.0, 3722.0, 3689.0, 3688.0, 3677.0, 3667.0, 3729.0, 3709.0, 3718.0, 3730.0, 3710.0, 3688.0, 3705.0, 3672.0, 3670.0, 3670.0, 3664.0, 3706.0, 3676.0, 3645.0, 3676.0, 3655.0, 3656.0, 3678.0, 3666.0, 3730.0, 3721.0, 3710.0, 3720.0, 3676.0, 3642.0, 3674.0, 3664.0, 3727.0, 3719.0, 3699.0, 3720.0, 3687.0, 3656.0, 3698.0, 3708.0, 3709.0, 3722.0, 3700.0, 3656.0, 3666.0, 3667.0, 3666.0, 3698.0, 3721.0, 3731.0, 3731.0, 3712.0, 3699.0, 3687.0, 3654.0, 3683.0, 3672.0, 3663.0, 3695.0, 3652.0, 3705.0, 3706.0, 3706.0, 3718.0, 3696.0, 3642.0, 3651.0, 3652.0, 3642.0, 3696.0, 3710.0, 3710.0, 3690.0, 3668.0, 3688.0, 3667.0, 3655.0, 3708.0, 3720.0, 3719.0, 3732.0, 3711.0, 3657.0, 3676.0, 3653.0, 3706.0, 3676.0, 3665.0, 3708.0, 3710.0, 3688.0, 3676.0, 3654.0, 3663.0, 3653.0, 3682.0, 3685.0, 3695.0, 3728.0, 3719.0, 3657.0, 3698.0, 3667.0, 3676.0, 3666.0, 3645.0, 3709.0, 3722.0, 3732.0, 3723.0, 3691.0, 3689.0, 3665.0, 3644.0, 3697.0, 3708.0, 3719.0, 3709.0, 3689.0, 3688.0, 3665.0, 3630.0, 3663.0, 3664.0, 3715.0, 3696.0, 3675.0, 3686.0, 3666.0, 3643.0, 3664.0, 3643.0, 3718.0, 3709.0, 3720.0, 3742.0, 3721.0, 3679.0, 3709.0, 3665.0, 3643.0, 3687.0, 3687.0, 3729.0, 3720.0, 3688.0, 3709.0, 3676.0, 3642.0, 3674.0, 3686.0, 3728.0, 3720.0, 3698.0, 3697.0, 3675.0, 3653.0, 3675.0, 3674.0, 3729.0, 3707.0, 3653.0, 3663.0, 3653.0, 3662.0, 3664.0, 3655.0, 3698.0, 3698.0, 3709.0, 3708.0, 3698.0, 3656.0, 3695.0, 3689.0, 3657.0, 3713.0, 3689.0, 3667.0, 3656.0, 3698.0, 3678.0, 3668.0, 3710.0, 3699.0, 3697.0, 3683.0, 3681.0, 3658.0, 3659.0, 3691.0, 3667.0, 3689.0, 3668.0, 3628.0, 3661.0, 3640.0, 3633.0, 3652.0, 3643.0, 3644.0, 3678.0, 3692.0, 3724.0, 3735.0, 3724.0, 3714.0, 3723.0, 3679.0, 3697.0, 3686.0, 3668.0, 3708.0, 3667.0, 3688.0, 3700.0, 3658.0, 3720.0, 3686.0, 3676.0, 3685.0, 3663.0, 3683.0, 3663.0, 3643.0, 3718.0, 3687.0, 3708.0, 3721.0, 3710.0, 3657.0, 3666.0, 3644.0, 3632.0, 3677.0, 3658.0, 3711.0, 3722.0, 3724.0, 3713.0, 3723.0, 3647.0, 3643.0, 3655.0, 3633.0, 3676.0, 3655.0, 3709.0, 3698.0, 3707.0, 3697.0, 3654.0, 3696.0, 3710.0, 3729.0, 3708.0, 3687.0, 3667.0, 3646.0, 3647.0, 3647.0, 3671.0, 3672.0, 3757.0, 3726.0, 3695.0, 3736.0, 3681.0, 3667.0, 3699.0, 3689.0, 3729.0, 3699.0, 3688.0, 3723.0, 3712.0, 3743.0, 3711.0, 3700.0, 3721.0, 3676.0, 3631.0, 3663.0, 3655.0, 3706.0, 3709.0, 3712.0, 3743.0, 3711.0, 3668.0, 3719.0, 3664.0, 3632.0, 3695.0, 3674.0, 3665.0, 3697.0, 3710.0, 3730.0, 3720.0, 3698.0, 3686.0, 3673.0, 3641.0, 3661.0, 3662.0, 3642.0, 3729.0, 3698.0, 3690.0, 3731.0, 3667.0, 3644.0, 3694.0, 3653.0, 3664.0, 3696.0, 3696.0, 3641.0, 3664.0, 3643.0, 3636.0, 3676.0, 3647.0, 3647.0, 3723.0, 3713.0, 3703.0, 3712.0, 3681.0, 3698.0, 3676.0, 3706.0, 3664.0, 3684.0, 3707.0, 3708.0, 3707.0, 3687.0, 3644.0, 3683.0, 3674.0, 3703.0, 3661.0, 3692.0, 3706.0, 3684.0, 3716.0, 3674.0, 3631.0, 3673.0, 3629.0, 3671.0, 3652.0, 3693.0, 3694.0, 3684.0, 3716.0, 3675.0, 3630.0, 3651.0, 3628.0, 3682.0, 3673.0, 3704.0, 3694.0, 3673.0, 3673.0, 3652.0, 3630.0, 3673.0, 3673.0, 3715.0, 3705.0, 3665.0, 3664.0, 3654.0, 3632.0, 3674.0, 3686.0, 3654.0, 3717.0, 3687.0, 3698.0, 3729.0, 3709.0, 3698.0, 3717.0, 3684.0, 3652.0, 3672.0, 3641.0, 3694.0, 3695.0, 3696.0, 3729.0, 3699.0, 3643.0, 3663.0, 3630.0, 3681.0, 3673.0, 3684.0, 3716.0, 3684.0, 3645.0, 3717.0, 3665.0, 3635.0, 3718.0, 3676.0, 3645.0, 3666.0, 3688.0, 3678.0, 3719.0, 3720.0, 3709.0, 3687.0, 3686.0, 3652.0, 3630.0, 3673.0, 3673.0, 3727.0, 3696.0, 3666.0, 3708.0, 3643.0, 3632.0, 3674.0, 3664.0, 3727.0, 3696.0, 3676.0, 3696.0, 3654.0, 3634.0, 3686.0, 3675.0, 3718.0, 3708.0, 3687.0, 3655.0, 3665.0, 3654.0, 3705.0, 3708.0, 3709.0, 3730.0, 3699.0, 3656.0, 3687.0, 3655.0, 3672.0, 3662.0, 3642.0, 3682.0, 3650.0, 3672.0, 3672.0, 3629.0, 3681.0, 3675.0, 3652.0, 3692.0, 3694.0, 3715.0, 3695.0, 3686.0, 3719.0, 3677.0, 3645.0, 3675.0, 3643.0, 3633.0, 3666.0, 3646.0, 3635.0, 3690.0, 3680.0, 3731.0, 3687.0, 3674.0, 3694.0, 3671.0, 3690.0, 3671.0, 3649.0, 3681.0, 3684.0, 3705.0, 3706.0, 3706.0, 3696.0, 3696.0, 3666.0, 3646.0, 3676.0, 3656.0, 3709.0, 3722.0, 3725.0, 3714.0, 3736.0, 3715.0, 3711.0, 3688.0, 3655.0, 3697.0, 3709.0, 3730.0, 3699.0, 3689.0, 3720.0, 3656.0, 3642.0, 3685.0, 3673.0, 3706.0, 3695.0, 3674.0, 3674.0, 3665.0, 3653.0, 3652.0, 3642.0, 3716.0, 3686.0, 3718.0, 3708.0, 3677.0, 3642.0, 3663.0, 3652.0, 3705.0, 3696.0, 3704.0, 3695.0, 3674.0, 3718.0, 3665.0, 3641.0, 3683.0, 3674.0, 3695.0, 3696.0, 3676.0, 3718.0, 3665.0, 3655.0, 3696.0, 3675.0, 3706.0, 3708.0, 3687.0, 3667.0, 3664.0, 3654.0, 3716.0, 3695.0, 3706.0, 3696.0, 3665.0, 3630.0, 3663.0, 3641.0, 3695.0, 3684.0, 3717.0, 3707.0, 3665.0, 3673.0, 3651.0, 3630.0, 3673.0, 3654.0, 3716.0, 3706.0, 3707.0, 3729.0, 3676.0, 3644.0, 3685.0, 3654.0, 3663.0, 3707.0, 3720.0, 3699.0, 3711.0, 3689.0, 3644.0, 3676.0, 3665.0, 3727.0, 3706.0, 3698.0, 3718.0, 3665.0, 3631.0, 3673.0, 3653.0, 3694.0, 3704.0, 3706.0, 3715.0, 3697.0, 3663.0, 3662.0, 3661.0, 3640.0, 3683.0, 3673.0, 3706.0, 3706.0, 3687.0, 3643.0, 3663.0, 3640.0, 3641.0, 3663.0, 3664.0, 3729.0, 3710.0, 3690.0, 3661.0, 3744.0, 3689.0, 3646.0, 3687.0, 3667.0, 3709.0, 3688.0, 3647.0, 3710.0, 3710.0, 3741.0, 3709.0, 3675.0, 3693.0, 3651.0, 3618.0, 3672.0, 3664.0, 3695.0, 3695.0, 3707.0, 3729.0, 3708.0, 3665.0, 3695.0, 3652.0, 3631.0, 3673.0, 3664.0, 3634.0, 3719.0, 3722.0, 3721.0, 3742.0, 3699.0, 3666.0, 3674.0, 3674.0, 3664.0, 3719.0, 3718.0, 3708.0, 3644.0, 3654.0, 3642.0, 3632.0, 3675.0, 3665.0, 3697.0, 3731.0, 3688.0, 3668.0, 3696.0, 3684.0, 3705.0, 3693.0, 3695.0, 3692.0, 3672.0, 3631.0, 3619.0, 3642.0, 3644.0, 3644.0, 3698.0, 3711.0, 3711.0, 3711.0, 3669.0, 3708.0, 3676.0, 3664.0, 3698.0, 3697.0, 3708.0, 3719.0, 3675.0, 3676.0, 3655.0, 3695.0, 3664.0, 3692.0, 3705.0, 3695.0, 3707.0, 3675.0, 3631.0, 3684.0, 3685.0, 3707.0, 3719.0, 3689.0, 3646.0, 3656.0, 3633.0, 3646.0, 3677.0, 3678.0, 3741.0, 3733.0, 3732.0, 3721.0, 3709.0, 3676.0, 3620.0, 3673.0, 3674.0, 3708.0, 3721.0, 3709.0, 3667.0, 3699.0, 3656.0, 3632.0, 3674.0, 3687.0, 3709.0, 3743.0, 3720.0, 3668.0], 'WindowWidth': [8324.0, 8352.0, 8319.0, 8333.0, 8347.0, 8333.0, 8332.0, 8320.0, 8280.0, 8289.0, 8308.0, 8294.0, 8384.0, 8373.0, 8319.0, 8336.0, 8306.0, 8297.0, 8325.0, 8297.0, 8340.0, 8324.0, 8282.0, 8305.0, 8247.0, 8300.0, 8287.0, 8269.0, 8303.0, 8276.0, 8320.0, 8324.0, 8269.0, 8314.0, 8255.0, 8268.0, 8308.0, 8283.0, 8342.0, 8332.0, 8287.0, 8325.0, 8300.0, 8301.0, 8312.0, 8271.0, 8350.0, 8349.0, 8366.0, 8350.0, 8276.0, 8302.0, 8300.0, 8260.0, 8359.0, 8350.0, 8357.0, 8389.0, 8375.0, 8285.0, 8355.0, 8324.0, 8343.0, 8385.0, 8355.0, 8327.0, 8366.0, 8320.0, 8274.0, 8345.0, 8349.0, 8346.0, 8360.0, 8318.0, 8266.0, 8320.0, 8276.0, 8275.0, 8336.0, 8326.0, 8352.0, 8328.0, 8282.0, 8288.0, 8260.0, 8258.0, 8334.0, 8324.0, 8295.0, 8320.0, 8264.0, 8231.0, 8301.0, 8259.0, 8304.0, 8321.0, 8311.0, 8353.0, 8327.0, 8253.0, 8304.0, 8264.0, 8249.0, 8322.0, 8327.0, 8301.0, 8298.0, 8271.0, 8277.0, 8289.0, 8245.0, 8317.0, 8307.0, 8321.0, 8338.0, 8323.0, 8335.0, 8292.0, 8248.0, 8284.0, 8245.0, 8291.0, 8340.0, 8329.0, 8302.0, 8286.0, 8272.0, 8339.0, 8296.0, 8291.0, 8336.0, 8310.0, 8310.0, 8286.0, 8234.0, 8301.0, 8274.0, 8296.0, 8272.0, 8251.0, 8326.0, 8344.0, 8288.0, 8288.0, 8259.0, 8267.0, 8312.0, 8333.0, 8377.0, 8368.0, 8325.0, 8339.0, 8306.0, 8261.0, 8341.0, 8330.0, 8332.0, 8364.0, 8366.0, 8320.0, 8335.0, 8304.0, 8264.0, 8304.0, 8259.0, 8318.0, 8337.0, 8337.0, 8342.0, 8314.0, 8267.0, 8280.0, 8247.0, 8298.0, 8262.0, 8294.0, 8344.0, 8349.0, 8309.0, 8306.0, 8290.0, 8282.0, 8278.0, 8247.0, 8322.0, 8342.0, 8346.0, 8367.0, 8324.0, 8277.0, 8289.0, 8271.0, 8320.0, 8283.0, 8326.0, 8362.0, 8350.0, 8293.0, 8319.0, 8276.0, 8323.0, 8292.0, 8263.0, 8324.0, 8329.0, 8358.0, 8365.0, 8337.0, 8319.0, 8302.0, 8272.0, 8277.0, 8265.0, 8271.0, 8362.0, 8367.0, 8340.0, 8369.0, 8326.0, 8282.0, 8332.0, 8300.0, 8311.0, 8330.0, 8320.0, 8379.0, 8370.0, 8341.0, 8367.0, 8335.0, 8270.0, 8307.0, 8268.0, 8323.0, 8345.0, 8333.0, 8363.0, 8321.0, 8296.0, 8290.0, 8286.0, 8272.0, 8357.0, 8350.0, 8353.0, 8398.0, 8356.0, 8300.0, 8364.0, 8303.0, 8270.0, 8326.0, 8315.0, 8332.0, 8367.0, 8355.0, 8340.0, 8354.0, 8305.0, 8296.0, 8277.0, 8265.0, 8351.0, 8345.0, 8347.0, 8381.0, 8337.0, 8280.0, 8302.0, 8273.0, 8256.0, 8317.0, 8337.0, 8382.0, 8370.0, 8329.0, 8343.0, 8308.0, 8276.0, 8342.0, 8346.0, 8346.0, 8350.0, 8319.0, 8273.0, 8284.0, 8272.0, 8352.0, 8328.0, 8330.0, 8374.0, 8315.0, 8272.0, 8313.0, 8271.0, 8250.0, 8344.0, 8348.0, 8335.0, 8334.0, 8305.0, 8340.0, 8297.0, 8264.0, 8320.0, 8294.0, 8321.0, 8340.0, 8328.0, 8356.0, 8312.0, 8272.0, 8320.0, 8262.0, 8233.0, 8307.0, 8329.0, 8361.0, 8365.0, 8341.0, 8338.0, 8320.0, 8276.0, 8339.0, 8301.0, 8300.0, 8361.0, 8351.0, 8322.0, 8352.0, 8309.0, 8339.0, 8278.0, 8248.0, 8319.0, 8326.0, 8357.0, 8364.0, 8321.0, 8277.0, 8287.0, 8269.0, 8317.0, 8278.0, 8298.0, 8357.0, 8347.0, 8305.0, 8331.0, 8288.0, 8270.0, 8319.0, 8328.0, 8372.0, 8350.0, 8305.0, 8345.0, 8287.0, 8259.0, 8329.0, 8351.0, 8365.0, 8385.0, 8340.0, 8282.0, 8305.0, 8288.0, 8326.0, 8347.0, 8366.0, 8351.0, 8335.0, 8292.0, 8312.0, 8281.0, 8264.0, 8321.0, 8323.0, 8337.0, 8343.0, 8327.0, 8271.0, 8294.0, 8265.0, 8285.0, 8256.0, 8289.0, 8336.0, 8343.0, 8270.0, 8300.0, 8272.0, 8250.0, 8275.0, 8265.0, 8336.0, 8344.0, 8348.0, 8381.0, 8353.0, 8309.0, 8362.0, 8297.0, 8247.0, 8290.0, 8278.0, 8334.0, 8342.0, 8350.0, 8375.0, 8332.0, 8289.0, 8323.0, 8262.0, 8249.0, 8305.0, 8340.0, 8356.0, 8347.0, 8324.0, 8308.0, 8291.0, 8288.0, 8323.0, 8282.0, 8329.0, 8380.0, 8368.0, 8331.0, 8355.0, 8325.0, 8294.0, 8300.0, 8274.0, 8369.0, 8346.0, 8365.0, 8381.0, 8354.0, 8312.0, 8333.0, 8285.0, 8307.0, 8311.0, 8310.0, 8376.0, 8359.0, 8320.0, 8317.0, 8302.0, 8267.0, 8310.0, 8315.0, 8370.0, 8347.0, 8321.0, 8361.0, 8292.0, 8277.0, 8327.0, 8329.0, 8360.0, 8360.0, 8353.0, 8368.0, 8304.0, 8282.0, 8324.0, 8323.0, 8352.0, 8344.0, 8315.0, 8354.0, 8281.0, 8249.0, 8308.0, 8310.0, 8350.0, 8340.0, 8298.0, 8339.0, 8281.0, 8249.0, 8293.0, 8271.0, 8356.0, 8344.0, 8349.0, 8380.0, 8320.0, 8271.0, 8310.0, 8282.0, 8353.0, 8347.0, 8345.0, 8374.0, 8315.0, 8257.0, 8314.0, 8313.0, 8351.0, 8325.0, 8281.0, 8320.0, 8277.0, 8238.0, 8326.0, 8336.0, 8372.0, 8309.0, 8297.0, 8342.0, 8333.0, 8344.0, 8377.0, 8348.0, 8271.0, 8284.0, 8301.0, 8359.0, 8361.0, 8329.0, 8340.0, 8279.0, 8252.0, 8308.0, 8342.0, 8353.0, 8340.0, 8312.0, 8279.0, 8276.0, 8251.0, 8302.0, 8307.0, 8322.0, 8339.0, 8313.0, 8310.0, 8276.0, 8255.0, 8322.0, 8310.0, 8337.0, 8343.0, 8329.0, 8267.0, 8281.0, 8282.0, 8365.0, 8324.0, 8298.0, 8341.0, 8283.0, 8251.0, 8297.0, 8312.0, 8368.0, 8345.0, 8284.0, 8340.0, 8299.0, 8238.0, 8310.0, 8328.0, 8373.0, 8361.0, 8337.0, 8369.0, 8308.0, 8291.0, 8312.0, 8348.0, 8363.0, 8381.0, 8370.0, 8325.0, 8321.0, 8304.0, 8290.0, 8373.0, 8346.0, 8358.0, 8378.0, 8349.0, 8319.0, 8333.0, 8284.0, 8279.0, 8280.0, 8279.0, 8338.0, 8299.0, 8261.0, 8302.0, 8273.0, 8274.0, 8306.0, 8289.0, 8378.0, 8366.0, 8350.0, 8362.0, 8300.0, 8250.0, 8292.0, 8282.0, 8367.0, 8361.0, 8335.0, 8363.0, 8315.0, 8276.0, 8330.0, 8346.0, 8348.0, 8370.0, 8340.0, 8276.0, 8288.0, 8290.0, 8287.0, 8333.0, 8366.0, 8381.0, 8382.0, 8357.0, 8336.0, 8313.0, 8265.0, 8302.0, 8287.0, 8274.0, 8320.0, 8260.0, 8334.0, 8336.0, 8337.0, 8356.0, 8325.0, 8249.0, 8258.0, 8260.0, 8248.0, 8328.0, 8353.0, 8353.0, 8326.0, 8297.0, 8319.0, 8290.0, 8273.0, 8344.0, 8363.0, 8361.0, 8385.0, 8353.0, 8277.0, 8299.0, 8265.0, 8334.0, 8296.0, 8282.0, 8343.0, 8347.0, 8316.0, 8300.0, 8269.0, 8275.0, 8262.0, 8300.0, 8308.0, 8322.0, 8372.0, 8361.0, 8278.0, 8334.0, 8292.0, 8301.0, 8286.0, 8259.0, 8347.0, 8369.0, 8383.0, 8372.0, 8329.0, 8323.0, 8284.0, 8255.0, 8327.0, 8343.0, 8359.0, 8346.0, 8320.0, 8317.0, 8282.0, 8229.0, 8274.0, 8280.0, 8347.0, 8325.0, 8295.0, 8310.0, 8284.0, 8252.0, 8281.0, 8254.0, 8357.0, 8348.0, 8364.0, 8397.0, 8366.0, 8309.0, 8347.0, 8284.0, 8253.0, 8315.0, 8316.0, 8373.0, 8362.0, 8319.0, 8346.0, 8299.0, 8247.0, 8292.0, 8312.0, 8369.0, 8361.0, 8332.0, 8329.0, 8296.0, 8266.0, 8294.0, 8293.0, 8370.0, 8338.0, 8265.0, 8276.0, 8264.0, 8273.0, 8280.0, 8272.0, 8331.0, 8330.0, 8345.0, 8342.0, 8328.0, 8273.0, 8320.0, 8325.0, 8280.0, 8364.0, 8322.0, 8293.0, 8276.0, 8334.0, 8307.0, 8295.0, 8350.0, 8333.0, 8328.0, 8300.0, 8293.0, 8257.0, 8262.0, 8307.0, 8268.0, 8301.0, 8271.0, 8223.0, 8271.0, 8245.0, 8240.0, 8262.0, 8253.0, 8258.0, 8307.0, 8332.0, 8376.0, 8393.0, 8378.0, 8365.0, 8376.0, 8308.0, 8329.0, 8311.0, 8293.0, 8343.0, 8290.0, 8318.0, 8337.0, 8282.0, 8363.0, 8312.0, 8301.0, 8307.0, 8274.0, 8298.0, 8274.0, 8252.0, 8356.0, 8313.0, 8341.0, 8365.0, 8352.0, 8280.0, 8286.0, 8254.0, 8239.0, 8302.0, 8281.0, 8353.0, 8371.0, 8378.0, 8360.0, 8373.0, 8262.0, 8251.0, 8268.0, 8239.0, 8295.0, 8268.0, 8342.0, 8328.0, 8338.0, 8323.0, 8261.0, 8323.0, 8350.0, 8375.0, 8343.0, 8315.0, 8294.0, 8266.0, 8267.0, 8267.0, 8305.0, 8309.0, 8427.0, 8384.0, 8344.0, 8399.0, 8318.0, 8293.0, 8334.0, 8320.0, 8372.0, 8334.0, 8320.0, 8371.0, 8356.0, 8398.0, 8355.0, 8338.0, 8368.0, 8299.0, 8233.0, 8277.0, 8271.0, 8339.0, 8349.0, 8356.0, 8400.0, 8354.0, 8295.0, 8359.0, 8281.0, 8236.0, 8321.0, 8294.0, 8281.0, 8330.0, 8350.0, 8376.0, 8363.0, 8333.0, 8314.0, 8291.0, 8244.0, 8272.0, 8274.0, 8250.0, 8373.0, 8333.0, 8325.0, 8379.0, 8291.0, 8257.0, 8320.0, 8266.0, 8282.0, 8322.0, 8321.0, 8246.0, 8280.0, 8254.0, 8247.0, 8302.0, 8266.0, 8268.0, 8374.0, 8362.0, 8349.0, 8359.0, 8315.0, 8331.0, 8299.0, 8336.0, 8277.0, 8304.0, 8339.0, 8342.0, 8340.0, 8313.0, 8252.0, 8300.0, 8292.0, 8324.0, 8268.0, 8311.0, 8335.0, 8306.0, 8351.0, 8293.0, 8233.0, 8286.0, 8226.0, 8281.0, 8260.0, 8313.0, 8319.0, 8305.0, 8350.0, 8293.0, 8229.0, 8256.0, 8224.0, 8297.0, 8286.0, 8328.0, 8317.0, 8289.0, 8288.0, 8260.0, 8230.0, 8288.0, 8288.0, 8349.0, 8335.0, 8282.0, 8279.0, 8267.0, 8238.0, 8294.0, 8312.0, 8269.0, 8353.0, 8317.0, 8331.0, 8375.0, 8347.0, 8331.0, 8355.0, 8306.0, 8260.0, 8284.0, 8245.0, 8316.0, 8320.0, 8324.0, 8375.0, 8333.0, 8254.0, 8274.0, 8230.0, 8297.0, 8289.0, 8305.0, 8350.0, 8307.0, 8258.0, 8354.0, 8284.0, 8247.0, 8356.0, 8299.0, 8260.0, 8289.0, 8319.0, 8305.0, 8361.0, 8365.0, 8349.0, 8316.0, 8311.0, 8263.0, 8229.0, 8287.0, 8289.0, 8366.0, 8324.0, 8287.0, 8343.0, 8253.0, 8237.0, 8294.0, 8281.0, 8367.0, 8325.0, 8301.0, 8326.0, 8268.0, 8241.0, 8311.0, 8297.0, 8355.0, 8344.0, 8315.0, 8270.0, 8282.0, 8268.0, 8333.0, 8344.0, 8349.0, 8377.0, 8334.0, 8276.0, 8318.0, 8270.0, 8288.0, 8274.0, 8250.0, 8299.0, 8256.0, 8284.0, 8284.0, 8225.0, 8296.0, 8295.0, 8261.0, 8313.0, 8318.0, 8347.0, 8321.0, 8314.0, 8362.0, 8304.0, 8262.0, 8297.0, 8254.0, 8240.0, 8286.0, 8262.0, 8247.0, 8324.0, 8312.0, 8379.0, 8315.0, 8291.0, 8314.0, 8279.0, 8303.0, 8278.0, 8249.0, 8294.0, 8303.0, 8335.0, 8338.0, 8339.0, 8326.0, 8329.0, 8289.0, 8264.0, 8303.0, 8277.0, 8348.0, 8372.0, 8381.0, 8367.0, 8397.0, 8371.0, 8357.0, 8320.0, 8273.0, 8328.0, 8349.0, 8377.0, 8336.0, 8324.0, 8364.0, 8273.0, 8249.0, 8309.0, 8289.0, 8336.0, 8321.0, 8292.0, 8294.0, 8286.0, 8265.0, 8262.0, 8250.0, 8351.0, 8314.0, 8356.0, 8343.0, 8301.0, 8251.0, 8276.0, 8260.0, 8333.0, 8323.0, 8331.0, 8319.0, 8294.0, 8357.0, 8285.0, 8248.0, 8303.0, 8293.0, 8320.0, 8323.0, 8301.0, 8359.0, 8284.0, 8272.0, 8326.0, 8296.0, 8337.0, 8345.0, 8316.0, 8289.0, 8280.0, 8268.0, 8351.0, 8322.0, 8337.0, 8325.0, 8281.0, 8232.0, 8276.0, 8246.0, 8321.0, 8304.0, 8353.0, 8341.0, 8284.0, 8291.0, 8259.0, 8231.0, 8290.0, 8271.0, 8351.0, 8340.0, 8342.0, 8375.0, 8302.0, 8258.0, 8309.0, 8267.0, 8280.0, 8343.0, 8364.0, 8336.0, 8355.0, 8324.0, 8257.0, 8299.0, 8284.0, 8368.0, 8340.0, 8332.0, 8358.0, 8283.0, 8235.0, 8289.0, 8266.0, 8318.0, 8334.0, 8338.0, 8349.0, 8327.0, 8281.0, 8275.0, 8271.0, 8244.0, 8304.0, 8289.0, 8337.0, 8338.0, 8315.0, 8253.0, 8277.0, 8245.0, 8248.0, 8279.0, 8281.0, 8375.0, 8353.0, 8330.0, 8293.0, 8407.0, 8327.0, 8264.0, 8318.0, 8291.0, 8348.0, 8319.0, 8266.0, 8352.0, 8351.0, 8392.0, 8346.0, 8297.0, 8316.0, 8256.0, 8209.0, 8285.0, 8279.0, 8322.0, 8322.0, 8340.0, 8375.0, 8346.0, 8287.0, 8322.0, 8261.0, 8232.0, 8290.0, 8281.0, 8245.0, 8361.0, 8370.0, 8368.0, 8397.0, 8336.0, 8290.0, 8294.0, 8294.0, 8281.0, 8359.0, 8358.0, 8341.0, 8254.0, 8269.0, 8251.0, 8236.0, 8297.0, 8284.0, 8328.0, 8379.0, 8320.0, 8293.0, 8323.0, 8305.0, 8332.0, 8316.0, 8319.0, 8312.0, 8283.0, 8231.0, 8216.0, 8249.0, 8256.0, 8258.0, 8333.0, 8355.0, 8354.0, 8356.0, 8299.0, 8345.0, 8301.0, 8281.0, 8329.0, 8327.0, 8342.0, 8358.0, 8297.0, 8299.0, 8269.0, 8321.0, 8279.0, 8313.0, 8334.0, 8319.0, 8339.0, 8294.0, 8235.0, 8303.0, 8308.0, 8340.0, 8359.0, 8325.0, 8262.0, 8275.0, 8239.0, 8263.0, 8300.0, 8308.0, 8394.0, 8386.0, 8384.0, 8368.0, 8348.0, 8299.0, 8219.0, 8289.0, 8293.0, 8342.0, 8366.0, 8347.0, 8292.0, 8334.0, 8272.0, 8238.0, 8293.0, 8317.0, 8347.0, 8398.0, 8365.0, 8294.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.0007024054462934947</td></tr>
<tr><td colspan=3>aqi</td><td>0.06951617859304085</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.55569612809989</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0532513167448905</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9335704001892502</td></tr>
<tr><td colspan=3>efc</td><td>0.4657</td></tr>
<tr><td colspan=3>fber</td><td>5566.2173</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1911890660749237</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>494</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>37.367624810892586</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.660952465854162</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5116152128456997</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9639607475154874</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.507281437201298</td></tr>
<tr><td colspan=3>gcor</td><td>0.004442</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011901825666427612</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030039966106414795</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</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.8591382261864067</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>20.4994</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8505</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.505</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303077.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>590.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>265.8685</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1745</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.5082</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2896.1051</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.1732</td></tr>
<tr><td colspan=3>tsnr</td><td>24.926820288295858</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>