ds005256-mriqc/sub-0084_ses-04_task-fractional_acq-mb8_run-01_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
142 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0084_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0084_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-04/func/sub-0084_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8cc738730627457a3da3aaf502ecd6ff</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:06:22.427500</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f48fdcc0-b5e6-4142-a64a-984977d51ab2||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': ['130622.427500', '130622.887500', '130623.347500', '130623.807500', '130624.267500', '130624.727500', '130625.187500', '130625.647500', '130626.107500', '130626.567500', '130627.027500', '130627.487500', '130627.947500', '130628.407500', '130628.867500', '130629.327500', '130629.787500', '130630.247500', '130630.707500', '130631.167500', '130631.627500', '130632.087500', '130632.547500', '130633.007500', '130633.467500', '130633.927500', '130634.387500', '130634.847500', '130635.307500', '130635.767500', '130636.227500', '130636.687500', '130637.147500', '130637.607500', '130638.067500', '130638.527500', '130638.987500', '130639.447500', '130639.907500', '130640.367500', '130640.827500', '130641.287500', '130641.747500', '130642.207500', '130642.667500', '130643.127500', '130643.587500', '130644.047500', '130644.507500', '130644.967500', '130645.427500', '130645.887500', '130646.347500', '130646.807500', '130647.267500', '130647.727500', '130648.187500', '130648.647500', '130649.107500', '130649.567500', '130650.027500', '130650.487500', '130650.947500', '130651.407500', '130651.867500', '130652.327500', '130652.787500', '130653.247500', '130653.707500', '130654.167500', '130654.627500', '130655.087500', '130655.547500', '130656.007500', '130656.467500', '130656.927500', '130657.387500', '130657.847500', '130658.307500', '130658.767500', '130659.227500', '130659.687500', '130700.147500', '130700.607500', '130701.067500', '130701.527500', '130701.987500', '130702.447500', '130702.907500', '130703.367500', '130703.827500', '130704.287500', '130704.747500', '130705.207500', '130705.667500', '130706.127500', '130706.587500', '130707.047500', '130707.507500', '130707.967500', '130708.427500', '130708.887500', '130709.347500', '130709.807500', '130710.267500', '130710.727500', '130711.187500', '130711.647500', '130712.107500', '130712.567500', '130713.027500', '130713.487500', '130713.947500', '130714.407500', '130714.867500', '130715.327500', '130715.787500', '130716.247500', '130716.707500', '130717.167500', '130717.627500', '130718.087500', '130718.547500', '130719.007500', '130719.467500', '130719.927500', '130720.387500', '130720.847500', '130721.307500', '130721.767500', '130722.227500', '130722.687500', '130723.147500', '130723.607500', '130724.067500', '130724.527500', '130724.987500', '130725.447500', '130725.907500', '130726.367500', '130726.827500', '130727.287500', '130727.747500', '130728.207500', '130728.667500', '130729.127500', '130729.587500', '130730.047500', '130730.507500', '130730.967500', '130731.427500', '130731.887500', '130732.347500', '130732.807500', '130733.267500', '130733.727500', '130734.187500', '130734.647500', '130735.107500', '130735.567500', '130736.027500', '130736.487500', '130736.947500', '130737.407500', '130737.867500', '130738.327500', '130738.787500', '130739.247500', '130739.707500', '130740.167500', '130740.627500', '130741.087500', '130741.547500', '130742.007500', '130742.467500', '130742.927500', '130743.387500', '130743.847500', '130744.307500', '130744.767500', '130745.227500', '130745.687500', '130746.147500', '130746.607500', '130747.067500', '130747.527500', '130747.987500', '130748.447500', '130748.907500', '130749.367500', '130749.827500', '130750.287500', '130750.747500', '130751.207500', '130751.667500', '130752.127500', '130752.587500', '130753.047500', '130753.507500', '130753.967500', '130754.427500', '130754.887500', '130755.347500', '130755.807500', '130756.267500', '130756.727500', '130757.187500', '130757.647500', '130758.107500', '130758.567500', '130759.027500', '130759.487500', '130759.947500', '130800.407500', '130800.867500', '130801.327500', '130801.787500', '130802.247500', '130802.707500', '130803.167500', '130803.627500', '130804.087500', '130804.547500', '130805.007500', '130805.467500', '130805.927500', '130806.387500', '130806.847500', '130807.307500', '130807.767500', '130808.227500', '130808.687500', '130809.147500', '130809.607500', '130810.067500', '130810.527500', '130810.987500', '130811.447500', '130811.907500', '130812.367500', '130812.827500', '130813.287500', '130813.747500', '130814.207500', '130814.667500', '130815.127500', '130815.587500', '130816.047500', '130816.507500', '130816.967500', '130817.427500', '130817.887500', '130818.347500', '130818.807500', '130819.267500', '130819.727500', '130820.187500', '130820.647500', '130821.107500', '130821.567500', '130822.027500', '130822.487500', '130822.947500', '130823.407500', '130823.867500', '130824.327500', '130824.787500', '130825.247500', '130825.707500', '130826.167500', '130826.627500', '130827.087500', '130827.547500', '130828.007500', '130828.467500', '130828.927500', '130829.387500', '130829.847500', '130830.307500', '130830.767500', '130831.227500', '130831.687500', '130832.147500', '130832.607500', '130833.067500', '130833.527500', '130833.987500', '130834.447500', '130834.907500', '130835.367500', '130835.827500', '130836.287500', '130836.747500', '130837.207500', '130837.667500', '130838.127500', '130838.587500', '130839.047500', '130839.507500', '130839.967500', '130840.427500', '130840.887500', '130841.347500', '130841.807500', '130842.267500', '130842.727500', '130843.187500', '130843.647500', '130844.107500', '130844.567500', '130845.027500', '130845.487500', '130845.947500', '130846.407500', '130846.867500', '130847.327500', '130847.787500', '130848.247500', '130848.707500', '130849.167500', '130849.627500', '130850.087500', '130850.547500', '130851.007500', '130851.467500', '130851.927500', '130852.387500', '130852.847500', '130853.307500', '130853.767500', '130854.227500', '130854.687500', '130855.147500', '130855.607500', '130856.067500', '130856.527500', '130856.987500', '130857.447500', '130857.907500', '130858.367500', '130858.827500', '130859.287500', '130859.747500', '130900.207500', '130900.667500', '130901.127500', '130901.587500', '130902.047500', '130902.507500', '130902.967500', '130903.427500', '130903.887500', '130904.347500', '130904.807500', '130905.267500', '130905.727500', '130906.187500', '130906.647500', '130907.107500', '130907.567500', '130908.027500', '130908.487500', '130908.947500', '130909.407500', '130909.867500', '130910.327500', '130910.787500', '130911.247500', '130911.707500', '130912.167500', '130912.627500', '130913.087500', '130913.547500', '130914.007500', '130914.467500', '130914.927500', '130915.387500', '130915.847500', '130916.307500', '130916.767500', '130917.227500', '130917.687500', '130918.147500', '130918.607500', '130919.067500', '130919.527500', '130919.987500', '130920.447500', '130920.907500', '130921.367500', '130921.827500', '130922.287500', '130922.747500', '130923.207500', '130923.667500', '130924.127500', '130924.587500', '130925.047500', '130925.507500', '130925.967500', '130926.427500', '130926.887500', '130927.347500', '130927.807500', '130928.267500', '130928.727500', '130929.187500', '130929.647500', '130930.107500', '130930.567500', '130931.027500', '130931.487500', '130931.947500', '130932.407500', '130932.867500', '130933.327500', '130933.787500', '130934.247500', '130934.707500', '130935.167500', '130935.627500', '130936.087500', '130936.547500', '130937.007500', '130937.467500', '130937.927500', '130938.387500', '130938.847500', '130939.307500', '130939.767500', '130940.227500', '130940.687500', '130941.147500', '130941.607500', '130942.067500', '130942.527500', '130942.987500', '130943.447500', '130943.907500', '130944.367500', '130944.827500', '130945.287500', '130945.747500', '130946.207500', '130946.667500', '130947.127500', '130947.587500', '130948.047500', '130948.507500', '130948.967500', '130949.427500', '130949.887500', '130950.347500', '130950.807500', '130951.267500', '130951.727500', '130952.187500', '130952.647500', '130953.107500', '130953.567500', '130954.027500', '130954.487500', '130954.947500', '130955.407500', '130955.867500', '130956.327500', '130956.787500', '130957.247500', '130957.707500', '130958.167500', '130958.627500', '130959.087500', '130959.547500', '131000.007500', '131000.467500', '131000.927500', '131001.387500', '131001.847500', '131002.307500', '131002.767500', '131003.227500', '131003.687500', '131004.147500', '131004.607500', '131005.067500', '131005.527500', '131005.987500', '131006.447500', '131006.907500', '131007.367500', '131007.827500', '131008.287500', '131008.747500', '131009.207500', '131009.667500', '131010.127500', '131010.587500', '131011.047500', '131011.507500', '131011.967500', '131012.427500', '131012.887500', '131013.347500', '131013.807500', '131014.267500', '131014.727500', '131015.187500', '131015.647500', '131016.107500', '131016.567500', '131017.027500', '131017.487500', '131017.947500', '131018.407500', '131018.867500', '131019.327500', '131019.787500', '131020.247500', '131020.707500', '131021.167500', '131021.627500', '131022.087500', '131022.547500', '131023.007500', '131023.467500', '131023.927500', '131024.387500', '131024.847500', '131025.307500', '131025.767500', '131026.227500', '131026.687500', '131027.147500', '131027.607500', '131028.067500', '131028.527500', '131028.987500', '131029.447500', '131029.907500', '131030.367500', '131030.827500', '131031.287500', '131031.747500', '131032.207500', '131032.667500', '131033.127500', '131033.587500', '131034.047500', '131034.507500', '131034.967500', '131035.427500', '131035.887500', '131036.347500', '131036.807500', '131037.267500', '131037.727500', '131038.187500', '131038.647500', '131039.107500', '131039.567500', '131040.027500', '131040.487500', '131040.947500', '131041.407500', '131041.867500', '131042.327500', '131042.787500', '131043.247500', '131043.707500', '131044.167500', '131044.627500', '131045.087500', '131045.547500', '131046.007500', '131046.467500', '131046.927500', '131047.387500', '131047.847500', '131048.307500', '131048.767500', '131049.227500', '131049.687500', '131050.147500', '131050.607500', '131051.067500', '131051.527500', '131051.987500', '131052.447500', '131052.907500', '131053.367500', '131053.827500', '131054.287500', '131054.747500', '131055.207500', '131055.667500', '131056.127500', '131056.587500', '131057.047500', '131057.507500', '131057.967500', '131058.427500', '131058.887500', '131059.347500', '131059.807500', '131100.267500', '131100.727500', '131101.187500', '131101.647500', '131102.107500', '131102.567500', '131103.027500', '131103.487500', '131103.947500', '131104.407500', '131104.867500', '131105.327500', '131105.787500', '131106.247500', '131106.707500', '131107.167500', '131107.627500', '131108.087500', '131108.547500', '131109.007500', '131109.467500', '131109.927500', '131110.387500', '131110.847500', '131111.307500', '131111.767500', '131112.227500', '131112.687500', '131113.147500', '131113.607500', '131114.067500', '131114.527500', '131114.987500', '131115.447500', '131115.907500', '131116.367500', '131116.827500', '131117.287500', '131117.747500', '131118.207500', '131118.667500', '131119.127500', '131119.587500', '131120.047500', '131120.507500', '131120.967500', '131121.427500', '131121.887500', '131122.347500', '131122.807500', '131123.267500', '131123.727500', '131124.187500', '131124.647500', '131125.107500', '131125.567500', '131126.027500', '131126.487500', '131126.947500', '131127.407500', '131127.867500', '131128.327500', '131128.787500', '131129.247500', '131129.707500', '131130.167500', '131130.627500', '131131.087500', '131131.547500', '131132.007500', '131132.467500', '131132.927500', '131133.387500', '131133.847500', '131134.307500', '131134.767500', '131135.227500', '131135.687500', '131136.147500', '131136.607500', '131137.067500', '131137.527500', '131137.987500', '131138.447500', '131138.907500', '131139.367500', '131139.827500', '131140.287500', '131140.747500', '131141.207500', '131141.667500', '131142.127500', '131142.587500', '131143.047500', '131143.507500', '131143.967500', '131144.427500', '131144.887500', '131145.347500', '131145.807500', '131146.267500', '131146.727500', '131147.187500', '131147.647500', '131148.107500', '131148.567500', '131149.027500', '131149.487500', '131149.947500', '131150.407500', '131150.867500', '131151.327500', '131151.787500', '131152.247500', '131152.707500', '131153.167500', '131153.627500', '131154.087500', '131154.547500', '131155.007500', '131155.467500', '131155.927500', '131156.387500', '131156.847500', '131157.307500', '131157.767500', '131158.227500', '131158.687500', '131159.147500', '131159.607500', '131200.067500', '131200.527500', '131200.987500', '131201.447500', '131201.907500', '131202.367500', '131202.827500', '131203.287500', '131203.747500', '131204.207500', '131204.667500', '131205.127500', '131205.587500', '131206.047500', '131206.507500', '131206.967500', '131207.427500', '131207.887500', '131208.347500', '131208.807500', '131209.267500', '131209.727500', '131210.187500', '131210.647500', '131211.107500', '131211.567500', '131212.027500', '131212.487500', '131212.947500', '131213.407500', '131213.867500', '131214.327500', '131214.787500', '131215.247500', '131215.707500', '131216.167500', '131216.627500', '131217.087500', '131217.547500', '131218.007500', '131218.467500', '131218.927500', '131219.387500', '131219.847500', '131220.307500', '131220.767500', '131221.227500', '131221.687500', '131222.147500', '131222.607500', '131223.067500', '131223.527500', '131223.987500', '131224.447500', '131224.907500', '131225.367500', '131225.827500', '131226.287500', '131226.747500', '131227.207500', '131227.667500', '131228.127500', '131228.587500', '131229.047500', '131229.507500', '131229.967500', '131230.427500', '131230.887500', '131231.347500', '131231.807500', '131232.267500', '131232.727500', '131233.187500', '131233.647500', '131234.107500', '131234.567500', '131235.027500', '131235.487500', '131235.947500', '131236.407500', '131236.867500', '131237.327500', '131237.787500', '131238.247500', '131238.707500', '131239.167500', '131239.627500', '131240.087500', '131240.547500', '131241.007500', '131241.467500', '131241.927500', '131242.387500', '131242.847500', '131243.307500', '131243.767500', '131244.227500', '131244.687500', '131245.147500', '131245.607500', '131246.067500', '131246.527500', '131246.987500', '131247.447500', '131247.907500', '131248.367500', '131248.827500', '131249.287500', '131249.747500', '131250.207500', '131250.667500', '131251.127500', '131251.587500', '131252.047500', '131252.507500', '131252.967500', '131253.427500', '131253.887500', '131254.347500', '131254.807500', '131255.267500', '131255.727500', '131256.187500', '131256.647500', '131257.107500', '131257.567500', '131258.027500', '131258.487500', '131258.947500', '131259.407500', '131259.867500', '131300.327500', '131300.787500', '131301.247500', '131301.707500', '131302.167500', '131302.627500', '131303.087500', '131303.547500', '131304.007500', '131304.467500', '131304.927500', '131305.387500', '131305.847500', '131306.307500', '131306.767500', '131307.227500', '131307.687500', '131308.147500', '131308.607500', '131309.067500', '131309.527500', '131309.987500', '131310.447500', '131310.907500', '131311.367500', '131311.827500', '131312.287500', '131312.747500', '131313.207500', '131313.667500', '131314.127500', '131314.587500', '131315.047500', '131315.507500', '131315.967500', '131316.427500', '131316.887500', '131317.347500', '131317.807500', '131318.267500', '131318.727500', '131319.187500', '131319.647500', '131320.107500', '131320.567500', '131321.027500', '131321.487500', '131321.947500', '131322.407500', '131322.867500', '131323.327500', '131323.787500', '131324.247500', '131324.707500', '131325.167500', '131325.627500', '131326.087500', '131326.547500', '131327.007500', '131327.467500', '131327.927500', '131328.387500', '131328.847500', '131329.307500', '131329.767500', '131330.227500', '131330.687500', '131331.147500', '131331.607500', '131332.067500', '131332.527500', '131332.987500', '131333.447500', '131333.907500', '131334.367500', '131334.827500', '131335.287500', '131335.747500', '131336.207500', '131336.667500', '131337.127500', '131337.587500', '131338.047500', '131338.507500', '131338.967500', '131339.427500', '131339.887500', '131340.347500', '131340.807500', '131341.267500', '131341.727500', '131342.187500', '131342.647500', '131343.107500', '131343.567500', '131344.027500', '131344.487500', '131344.947500', '131345.407500', '131345.867500', '131346.327500', '131346.787500', '131347.247500', '131347.707500', '131348.167500', '131348.627500', '131349.087500', '131349.547500', '131350.007500', '131350.467500', '131350.927500', '131351.387500', '131351.847500', '131352.307500', '131352.767500', '131353.227500', '131353.687500', '131354.147500', '131354.607500', '131355.067500', '131355.527500', '131355.987500', '131356.447500', '131356.907500', '131357.367500', '131357.827500', '131358.287500', '131358.747500', '131359.207500', '131359.667500', '131400.127500', '131400.587500', '131401.047500', '131401.507500', '131401.967500', '131402.427500', '131402.887500', '131403.347500', '131403.807500', '131404.267500', '131404.727500', '131405.187500', '131405.647500', '131406.107500', '131406.567500', '131407.027500', '131407.487500', '131407.947500', '131408.407500', '131408.867500', '131409.327500', '131409.787500', '131410.247500', '131410.707500', '131411.167500', '131411.627500', '131412.087500', '131412.547500', '131413.007500', '131413.467500', '131413.927500', '131414.387500', '131414.847500', '131415.307500', '131415.767500', '131416.227500', '131416.687500', '131417.147500', '131417.607500', '131418.067500', '131418.527500', '131418.987500', '131419.447500', '131419.907500', '131420.367500', '131420.827500', '131421.287500', '131421.747500', '131422.207500', '131422.667500', '131423.127500', '131423.587500', '131424.047500', '131424.507500', '131424.967500', '131425.427500', '131425.887500', '131426.347500', '131426.807500', '131427.267500', '131427.727500', '131428.187500', '131428.647500', '131429.107500', '131429.567500', '131430.027500', '131430.487500', '131430.947500', '131431.407500', '131431.867500', '131432.327500', '131432.787500', '131433.247500', '131433.707500', '131434.167500', '131434.627500', '131435.087500', '131435.547500', '131436.007500', '131436.467500', '131436.927500', '131437.387500', '131437.847500', '131438.307500', '131438.767500', '131439.227500', '131439.687500', '131440.147500', '131440.607500', '131441.067500', '131441.527500', '131441.987500', '131442.447500', '131442.907500', '131443.367500', '131443.827500', '131444.287500', '131444.747500', '131445.207500', '131445.667500', '131446.127500', '131446.587500', '131447.047500', '131447.507500', '131447.967500', '131448.427500', '131448.887500', '131449.347500', '131449.807500', '131450.267500', '131450.727500', '131451.187500', '131451.647500', '131452.107500', '131452.567500', '131453.027500', '131453.487500', '131453.947500', '131454.407500', '131454.867500', '131455.327500', '131455.787500', '131456.247500', '131456.707500', '131457.167500', '131457.627500', '131458.087500', '131458.547500', '131459.007500', '131459.467500', '131459.927500', '131500.387500', '131500.847500', '131501.307500', '131501.767500', '131502.227500', '131502.687500', '131503.147500', '131503.607500', '131504.067500', '131504.527500', '131504.987500', '131505.447500', '131505.907500', '131506.367500', '131506.827500', '131507.287500', '131507.747500', '131508.207500', '131508.667500', '131509.127500', '131509.587500', '131510.047500', '131510.507500', '131510.967500', '131511.427500', '131511.887500', '131512.347500', '131512.807500', '131513.267500', '131513.727500', '131514.187500', '131514.647500', '131515.107500', '131515.567500', '131516.027500', '131516.487500', '131516.947500', '131517.407500', '131517.867500', '131518.327500', '131518.787500', '131519.247500', '131519.707500', '131520.167500', '131520.627500', '131521.087500', '131521.547500', '131522.007500', '131522.467500', '131522.927500', '131523.387500', '131523.847500', '131524.307500', '131524.767500', '131525.227500', '131525.687500', '131526.147500', '131526.607500', '131527.067500', '131527.527500', '131527.987500', '131528.447500', '131528.907500', '131529.367500', '131529.827500', '131530.287500', '131530.747500', '131531.207500', '131531.667500', '131532.127500', '131532.587500', '131533.047500', '131533.507500', '131533.967500', '131534.427500', '131534.887500', '131535.347500', '131535.807500', '131536.267500', '131536.727500', '131537.187500', '131537.647500', '131538.107500', '131538.567500', '131539.027500', '131539.487500', '131539.947500', '131540.407500', '131540.867500', '131541.327500', '131541.787500', '131542.247500', '131542.707500', '131543.167500', '131543.627500', '131544.087500', '131544.547500', '131545.007500', '131545.467500', '131545.927500', '131546.387500', '131546.847500', '131547.307500', '131547.767500', '131548.227500', '131548.687500', '131549.147500', '131549.607500', '131550.067500', '131550.527500', '131550.987500', '131551.447500', '131551.907500', '131552.367500', '131552.827500', '131553.287500', '131553.747500', '131554.207500', '131554.667500', '131555.127500', '131555.587500', '131556.047500', '131556.507500', '131556.967500', '131557.427500', '131557.887500', '131558.347500', '131558.807500', '131559.267500', '131559.727500', '131600.187500', '131600.647500', '131601.107500', '131601.567500', '131602.027500', '131602.487500', '131602.947500', '131603.407500', '131603.867500', '131604.327500', '131604.787500', '131605.247500', '131605.707500', '131606.167500', '131606.627500', '131607.087500', '131607.547500', '131608.007500', '131608.467500', '131608.927500', '131609.387500', '131609.847500', '131610.307500', '131610.767500', '131611.227500', '131611.687500', '131612.147500', '131612.607500', '131613.067500', '131613.527500', '131613.987500', '131614.447500', '131614.907500', '131615.367500', '131615.827500', '131616.287500', '131616.747500', '131617.207500', '131617.667500', '131618.127500', '131618.587500', '131619.047500', '131619.507500', '131619.967500', '131620.427500', '131620.887500', '131621.347500', '131621.807500', '131622.267500', '131622.727500', '131623.187500', '131623.647500', '131624.107500', '131624.567500', '131625.027500', '131625.487500', '131625.947500', '131626.407500', '131626.867500', '131627.327500', '131627.787500', '131628.247500', '131628.707500', '131629.167500', '131629.627500', '131630.087500'], 'ContentTime': ['130644.770000', '130644.773000', '130644.776000', '130644.778000', '130644.781000', '130644.784000', '130644.786000', '130644.789000', '130644.791000', '130644.794000', '130644.797000', '130644.799000', '130644.802000', '130644.811000', '130644.813000', '130644.816000', '130644.821000', '130644.823000', '130644.826000', '130644.829000', '130644.831000', '130644.834000', '130644.836000', '130644.839000', '130644.841000', '130644.844000', '130644.847000', '130644.849000', '130644.852000', '130644.854000', '130644.857000', '130644.859000', '130644.862000', '130644.865000', '130644.867000', '130644.870000', '130644.872000', '130644.875000', '130644.877000', '130644.880000', '130644.883000', '130644.885000', '130644.888000', '130644.890000', '130644.893000', '130704.742000', '130704.745000', '130704.748000', '130704.750000', '130704.753000', '130704.756000', '130704.758000', '130704.761000', '130704.763000', '130704.766000', '130704.769000', '130704.771000', '130704.774000', '130704.776000', '130704.779000', '130704.781000', '130704.784000', '130704.786000', '130704.789000', '130704.792000', '130704.794000', '130704.797000', '130704.799000', '130704.829000', '130704.832000', '130704.834000', '130704.837000', '130704.839000', '130704.842000', '130704.845000', '130704.847000', '130704.850000', '130704.852000', '130704.855000', '130704.858000', '130704.860000', '130704.863000', '130704.865000', '130704.868000', '130704.870000', '130704.873000', '130704.875000', '130704.878000', '130724.744000', '130724.746000', '130724.749000', '130724.751000', '130724.754000', '130724.757000', '130724.759000', '130724.762000', '130724.764000', '130724.767000', '130724.769000', '130724.772000', '130724.774000', '130724.777000', '130724.780000', '130724.782000', '130724.785000', '130724.787000', '130724.790000', '130724.792000', '130724.795000', '130724.798000', '130724.829000', '130724.832000', '130724.834000', '130724.837000', '130724.840000', '130724.842000', '130724.845000', '130724.847000', '130724.850000', '130724.853000', '130724.855000', '130724.858000', '130724.860000', '130724.863000', '130724.865000', '130724.868000', '130724.876000', '130724.879000', '130724.881000', '130724.884000', '130724.886000', '130724.889000', '130744.744000', '130744.746000', '130744.749000', '130744.752000', '130744.754000', '130744.757000', '130744.760000', '130744.763000', '130744.766000', '130744.769000', '130744.771000', '130744.774000', '130744.776000', '130744.779000', '130744.781000', '130744.784000', '130744.787000', '130744.789000', '130744.793000', '130744.795000', '130744.798000', '130744.801000', '130744.803000', '130744.806000', '130744.808000', '130744.811000', '130744.814000', '130744.816000', '130744.819000', '130744.821000', '130744.824000', '130744.826000', '130744.829000', '130744.832000', '130744.834000', '130744.837000', '130744.839000', '130744.842000', '130744.845000', '130744.850000', '130744.852000', '130744.855000', '130744.858000', '130804.743000', '130804.745000', '130804.748000', '130804.751000', '130804.753000', '130804.756000', '130804.758000', '130804.761000', '130804.764000', '130804.766000', '130804.769000', '130804.771000', '130804.774000', '130804.777000', '130804.779000', '130804.782000', '130804.784000', '130804.787000', '130804.789000', '130804.792000', '130804.794000', '130804.797000', '130804.800000', '130804.802000', '130804.805000', '130804.808000', '130804.810000', '130804.813000', '130804.815000', '130804.818000', '130804.821000', '130804.823000', '130804.826000', '130804.828000', '130804.831000', '130804.833000', '130804.836000', '130804.844000', '130804.847000', '130804.849000', '130804.852000', '130804.855000', '130804.857000', '130804.860000', '130824.743000', '130824.745000', '130824.748000', '130824.751000', '130824.753000', '130824.756000', '130824.758000', '130824.761000', '130824.763000', '130824.766000', '130824.769000', '130824.771000', '130824.774000', '130824.776000', '130824.779000', '130824.781000', '130824.784000', '130824.787000', '130824.789000', '130824.792000', '130824.794000', '130824.825000', '130824.831000', '130824.833000', '130824.836000', '130824.839000', '130824.841000', '130824.844000', '130824.846000', '130824.849000', '130824.852000', '130824.854000', '130824.857000', '130824.859000', '130824.862000', '130824.870000', '130824.873000', '130824.875000', '130824.878000', '130824.881000', '130824.883000', '130824.886000', '130824.888000', '130844.743000', '130844.745000', '130844.748000', '130844.751000', '130844.753000', '130844.756000', '130844.758000', '130844.761000', '130844.764000', '130844.766000', '130844.769000', '130844.771000', '130844.774000', '130844.776000', '130844.779000', '130844.782000', '130844.784000', '130844.787000', '130844.789000', '130844.792000', '130844.795000', '130844.797000', '130844.823000', '130844.826000', '130844.829000', '130844.831000', '130844.834000', '130844.836000', '130844.839000', '130844.841000', '130844.844000', '130844.846000', '130844.849000', '130844.852000', '130844.854000', '130844.857000', '130844.859000', '130844.862000', '130844.864000', '130844.867000', '130844.870000', '130844.872000', '130844.875000', '130844.877000', '130904.742000', '130904.745000', '130904.748000', '130904.750000', '130904.753000', '130904.755000', '130904.758000', '130904.761000', '130904.763000', '130904.766000', '130904.768000', '130904.771000', '130904.773000', '130904.776000', '130904.779000', '130904.781000', '130904.784000', '130904.786000', '130904.789000', '130904.793000', '130904.796000', '130904.798000', '130904.845000', '130904.848000', '130904.850000', '130904.853000', '130904.856000', '130904.858000', '130904.869000', '130904.872000', '130904.874000', '130904.877000', '130904.879000', '130904.882000', '130904.885000', '130904.888000', '130904.891000', '130904.893000', '130904.896000', '130904.898000', '130904.901000', '130904.904000', '130904.906000', '130924.742000', '130924.745000', '130924.748000', '130924.751000', '130924.753000', '130924.756000', '130924.758000', '130924.761000', '130924.764000', '130924.766000', '130924.769000', '130924.771000', '130924.774000', '130924.777000', '130924.779000', '130924.782000', '130924.784000', '130924.787000', '130924.790000', '130924.792000', '130924.795000', '130924.797000', '130924.823000', '130924.825000', '130924.828000', '130924.830000', '130924.833000', '130924.836000', '130924.838000', '130924.841000', '130924.843000', '130924.846000', '130924.848000', '130924.851000', '130924.854000', '130924.856000', '130924.859000', '130924.861000', '130924.864000', '130924.866000', '130924.869000', '130924.872000', '130924.874000', '130924.877000', '130944.743000', '130944.746000', '130944.749000', '130944.752000', '130944.754000', '130944.757000', '130944.759000', '130944.762000', '130944.765000', '130944.767000', '130944.770000', '130944.772000', '130944.775000', '130944.777000', '130944.780000', '130944.783000', '130944.785000', '130944.788000', '130944.791000', '130944.841000', '130944.843000', '130944.846000', '130944.849000', '130944.851000', '130944.854000', '130944.856000', '130944.859000', '130944.861000', '130944.864000', '130944.867000', '130944.869000', '130944.872000', '130944.874000', '130944.877000', '130944.880000', '130944.882000', '130944.885000', '130944.887000', '130944.890000', '130944.892000', '130944.895000', '130944.898000', '130944.900000', '131004.744000', '131004.746000', '131004.749000', '131004.765000', '131004.767000', '131004.770000', '131004.772000', '131004.775000', '131004.778000', '131004.780000', '131004.783000', '131004.785000', '131004.788000', '131004.791000', '131004.793000', '131004.796000', '131004.799000', '131004.841000', '131004.844000', '131004.846000', '131004.849000', '131004.851000', '131004.854000', '131004.857000', '131004.859000', '131004.862000', '131004.864000', '131004.867000', '131004.869000', '131004.872000', '131004.875000', '131004.877000', '131004.880000', '131004.882000', '131004.885000', '131004.888000', '131004.890000', '131004.893000', '131004.895000', '131004.898000', '131004.900000', '131004.903000', '131004.906000', '131004.908000', '131024.743000', '131024.746000', '131024.748000', '131024.751000', '131024.753000', '131024.756000', '131024.764000', '131024.766000', '131024.769000', '131024.772000', '131024.774000', '131024.777000', '131024.779000', '131024.782000', '131024.784000', '131024.787000', '131024.790000', '131024.792000', '131024.795000', '131024.797000', '131024.851000', '131024.853000', '131024.856000', '131024.858000', '131024.861000', '131024.864000', '131024.866000', '131024.869000', '131024.872000', '131024.875000', '131024.877000', '131024.880000', '131024.882000', '131024.885000', '131024.888000', '131024.890000', '131024.893000', '131024.895000', '131024.898000', '131024.900000', '131024.903000', '131024.906000', '131024.908000', '131044.742000', '131044.745000', '131044.748000', '131044.751000', '131044.753000', '131044.756000', '131044.758000', '131044.761000', '131044.764000', '131044.766000', '131044.769000', '131044.771000', '131044.774000', '131044.776000', '131044.779000', '131044.782000', '131044.784000', '131044.787000', '131044.789000', '131044.792000', '131044.795000', '131044.797000', '131044.862000', '131044.865000', '131044.867000', '131044.870000', '131044.872000', '131044.875000', '131044.877000', '131044.880000', '131044.883000', '131044.885000', '131044.888000', '131044.890000', '131044.893000', '131044.896000', '131044.899000', '131044.901000', '131044.904000', '131044.906000', '131044.909000', '131044.912000', '131044.914000', '131044.917000', '131104.743000', '131104.746000', '131104.748000', '131104.751000', '131104.753000', '131104.756000', '131104.758000', '131104.761000', '131104.764000', '131104.766000', '131104.769000', '131104.771000', '131104.774000', '131104.777000', '131104.779000', '131104.782000', '131104.784000', '131104.787000', '131104.790000', '131104.792000', '131104.795000', '131104.797000', '131104.800000', '131104.803000', '131104.805000', '131104.808000', '131104.810000', '131104.813000', '131104.815000', '131104.818000', '131104.821000', '131104.823000', '131104.826000', '131104.828000', '131104.831000', '131104.833000', '131104.836000', '131104.839000', '131104.841000', '131104.844000', '131104.846000', '131104.849000', '131104.851000', '131124.743000', '131124.745000', '131124.748000', '131124.751000', '131124.753000', '131124.756000', '131124.759000', '131124.761000', '131124.764000', '131124.766000', '131124.769000', '131124.771000', '131124.774000', '131124.777000', '131124.779000', '131124.782000', '131124.784000', '131124.787000', '131124.789000', '131124.792000', '131124.795000', '131124.797000', '131124.800000', '131124.803000', '131124.805000', '131124.808000', '131124.810000', '131124.813000', '131124.832000', '131124.835000', '131124.837000', '131124.840000', '131124.842000', '131124.845000', '131124.847000', '131124.850000', '131124.853000', '131124.855000', '131124.858000', '131124.860000', '131124.863000', '131124.866000', '131124.868000', '131124.871000', '131144.743000', '131144.745000', '131144.748000', '131144.750000', '131144.753000', '131144.756000', '131144.758000', '131144.761000', '131144.763000', '131144.766000', '131144.769000', '131144.771000', '131144.774000', '131144.777000', '131144.779000', '131144.782000', '131144.784000', '131144.787000', '131144.789000', '131144.792000', '131144.795000', '131144.797000', '131144.800000', '131144.865000', '131144.867000', '131144.870000', '131144.873000', '131144.875000', '131144.878000', '131144.880000', '131144.883000', '131144.886000', '131144.888000', '131144.891000', '131144.893000', '131144.896000', '131144.899000', '131144.901000', '131144.904000', '131144.919000', '131144.921000', '131144.924000', '131144.926000', '131204.744000', '131204.746000', '131204.749000', '131204.752000', '131204.754000', '131204.757000', '131204.759000', '131204.762000', '131204.765000', '131204.767000', '131204.770000', '131204.772000', '131204.775000', '131204.777000', '131204.780000', '131204.783000', '131204.785000', '131204.788000', '131204.790000', '131204.793000', '131204.796000', '131204.798000', '131204.854000', '131204.857000', '131204.859000', '131204.862000', '131204.864000', '131204.867000', '131204.870000', '131204.872000', '131204.875000', '131204.877000', '131204.880000', '131204.882000', '131204.885000', '131204.888000', '131204.890000', '131204.893000', '131204.895000', '131204.898000', '131204.901000', '131204.903000', '131204.906000', '131204.909000', '131224.744000', '131224.747000', '131224.749000', '131224.752000', '131224.754000', '131224.757000', '131224.759000', '131224.762000', '131224.765000', '131224.767000', '131224.770000', '131224.772000', '131224.775000', '131224.777000', '131224.780000', '131224.783000', '131224.785000', '131224.788000', '131224.790000', '131224.793000', '131224.796000', '131224.798000', '131224.857000', '131224.859000', '131224.862000', '131224.864000', '131224.867000', '131224.870000', '131224.872000', '131224.875000', '131224.877000', '131224.880000', '131224.882000', '131224.886000', '131224.889000', '131224.892000', '131224.894000', '131224.897000', '131224.899000', '131224.902000', '131224.905000', '131224.907000', '131224.910000', '131244.743000', '131244.745000', '131244.748000', '131244.751000', '131244.753000', '131244.756000', '131244.759000', '131244.761000', '131244.764000', '131244.767000', '131244.769000', '131244.772000', '131244.774000', '131244.777000', '131244.780000', '131244.782000', '131244.785000', '131244.788000', '131244.790000', '131244.793000', '131244.795000', '131244.798000', '131244.812000', '131244.814000', '131244.817000', '131244.834000', '131244.837000', '131244.839000', '131244.842000', '131244.844000', '131244.847000', '131244.850000', '131244.852000', '131244.855000', '131244.857000', '131244.860000', '131244.862000', '131244.865000', '131244.880000', '131244.883000', '131244.885000', '131244.888000', '131244.891000', '131244.893000', '131304.743000', '131304.745000', '131304.748000', '131304.751000', '131304.753000', '131304.756000', '131304.758000', '131304.761000', '131304.763000', '131304.766000', '131304.769000', '131304.771000', '131304.774000', '131304.776000', '131304.779000', '131304.781000', '131304.784000', '131304.787000', '131304.789000', '131304.792000', '131304.794000', '131304.797000', '131304.845000', '131304.848000', '131304.850000', '131304.853000', '131304.855000', '131304.858000', '131304.861000', '131304.863000', '131304.866000', '131304.868000', '131304.871000', '131304.873000', '131304.876000', '131304.879000', '131304.882000', '131304.884000', '131304.887000', '131304.890000', '131304.892000', '131304.895000', '131304.897000', '131324.743000', '131324.745000', '131324.748000', '131324.751000', '131324.753000', '131324.756000', '131324.758000', '131324.761000', '131324.764000', '131324.766000', '131324.769000', '131324.772000', '131324.774000', '131324.777000', '131324.780000', '131324.782000', '131324.785000', '131324.787000', '131324.790000', '131324.793000', '131324.795000', '131324.798000', '131324.861000', '131324.863000', '131324.866000', '131324.869000', '131324.871000', '131324.874000', '131324.876000', '131324.879000', '131324.882000', '131324.884000', '131324.887000', '131324.889000', '131324.892000', '131324.894000', '131324.897000', '131324.900000', '131324.902000', '131324.905000', '131324.907000', '131324.910000', '131324.913000', '131324.915000', '131344.743000', '131344.746000', '131344.748000', '131344.751000', '131344.754000', '131344.756000', '131344.759000', '131344.761000', '131344.764000', '131344.767000', '131344.769000', '131344.772000', '131344.774000', '131344.777000', '131344.779000', '131344.782000', '131344.785000', '131344.787000', '131344.790000', '131344.792000', '131344.795000', '131344.798000', '131344.863000', '131344.866000', '131344.869000', '131344.871000', '131344.874000', '131344.876000', '131344.879000', '131344.881000', '131344.884000', '131344.887000', '131344.889000', '131344.892000', '131344.894000', '131344.897000', '131344.899000', '131344.902000', '131344.905000', '131344.907000', '131344.910000', '131344.912000', '131344.915000', '131404.743000', '131404.745000', '131404.748000', '131404.752000', '131404.754000', '131404.757000', '131404.760000', '131404.762000', '131404.765000', '131404.768000', '131404.770000', '131404.773000', '131404.775000', '131404.778000', '131404.780000', '131404.783000', '131404.786000', '131404.788000', '131404.791000', '131404.793000', '131404.796000', '131404.799000', '131404.866000', '131404.869000', '131404.871000', '131404.874000', '131404.877000', '131404.879000', '131404.882000', '131404.884000', '131404.887000', '131404.889000', '131404.892000', '131404.895000', '131404.897000', '131404.900000', '131404.902000', '131404.905000', '131404.908000', '131404.910000', '131404.913000', '131404.915000', '131404.918000', '131404.920000', '131424.744000', '131424.746000', '131424.749000', '131424.752000', '131424.754000', '131424.757000', '131424.760000', '131424.762000', '131424.765000', '131424.767000', '131424.770000', '131424.772000', '131424.775000', '131424.778000', '131424.780000', '131424.783000', '131424.785000', '131424.788000', '131424.791000', '131424.793000', '131424.796000', '131424.798000', '131424.861000', '131424.863000', '131424.866000', '131424.868000', '131424.871000', '131424.874000', '131424.876000', '131424.879000', '131424.881000', '131424.884000', '131424.887000', '131424.889000', '131424.892000', '131424.894000', '131424.897000', '131424.899000', '131424.902000', '131424.905000', '131424.907000', '131424.910000', '131424.912000', '131444.743000', '131444.746000', '131444.749000', '131444.752000', '131444.754000', '131444.757000', '131444.759000', '131444.762000', '131444.765000', '131444.767000', '131444.770000', '131444.772000', '131444.775000', '131444.778000', '131444.780000', '131444.783000', '131444.785000', '131444.788000', '131444.790000', '131444.793000', '131444.796000', '131444.799000', '131444.865000', '131444.867000', '131444.870000', '131444.872000', '131444.875000', '131444.878000', '131444.880000', '131444.883000', '131444.885000', '131444.888000', '131444.891000', '131444.893000', '131444.896000', '131444.899000', '131444.901000', '131444.904000', '131444.906000', '131444.909000', '131444.911000', '131444.914000', '131444.916000', '131504.743000', '131504.745000', '131504.748000', '131504.751000', '131504.753000', '131504.756000', '131504.759000', '131504.761000', '131504.764000', '131504.766000', '131504.769000', '131504.771000', '131504.774000', '131504.777000', '131504.779000', '131504.782000', '131504.784000', '131504.787000', '131504.789000', '131504.792000', '131504.795000', '131504.797000', '131504.800000', '131504.869000', '131504.872000', '131504.874000', '131504.877000', '131504.880000', '131504.882000', '131504.885000', '131504.887000', '131504.890000', '131504.893000', '131504.895000', '131504.898000', '131504.900000', '131504.903000', '131504.905000', '131504.908000', '131504.911000', '131504.913000', '131504.916000', '131504.918000', '131504.921000', '131524.742000', '131524.745000', '131524.748000', '131524.751000', '131524.753000', '131524.756000', '131524.758000', '131524.761000', '131524.764000', '131524.766000', '131524.769000', '131524.771000', '131524.774000', '131524.777000', '131524.779000', '131524.782000', '131524.784000', '131524.787000', '131524.791000', '131524.793000', '131524.796000', '131524.799000', '131524.911000', '131524.914000', '131524.917000', '131524.919000', '131524.922000', '131524.924000', '131524.927000', '131524.930000', '131524.932000', '131524.945000', '131524.948000', '131524.950000', '131524.953000', '131524.956000', '131524.958000', '131524.961000', '131524.963000', '131524.966000', '131524.968000', '131524.971000', '131524.974000', '131524.976000', '131544.743000', '131544.745000', '131544.748000', '131544.751000', '131544.753000', '131544.756000', '131544.759000', '131544.761000', '131544.764000', '131544.766000', '131544.769000', '131544.772000', '131544.774000', '131544.777000', '131544.779000', '131544.782000', '131544.785000', '131544.787000', '131544.790000', '131544.793000', '131544.795000', '131544.798000', '131544.875000', '131544.878000', '131544.880000', '131544.883000', '131544.886000', '131544.888000', '131544.891000', '131544.893000', '131544.896000', '131544.899000', '131544.901000', '131544.904000', '131544.906000', '131544.909000', '131544.911000', '131544.914000', '131544.917000', '131544.919000', '131544.922000', '131544.924000', '131544.927000', '131604.743000', '131604.745000', '131604.748000', '131604.752000', '131604.755000', '131604.758000', '131604.760000', '131604.763000', '131604.765000', '131604.768000', '131604.771000', '131604.773000', '131604.776000', '131604.778000', '131604.781000', '131604.784000', '131604.786000', '131604.789000', '131604.792000', '131604.794000', '131604.797000', '131604.876000', '131604.879000', '131604.881000', '131604.884000', '131604.886000', '131604.889000', '131604.892000', '131604.894000', '131604.897000', '131604.899000', '131604.902000', '131604.905000', '131604.907000', '131604.910000', '131604.912000', '131604.915000', '131604.918000', '131604.920000', '131604.923000', '131604.925000', '131604.928000', '131604.931000', '131624.743000', '131624.746000', '131624.748000', '131624.751000', '131624.753000', '131624.756000', '131624.758000', '131624.761000', '131624.764000', '131624.766000', '131624.769000', '131624.771000', '131624.774000', '131624.776000', '131624.779000', '131624.782000', '131624.784000', '131624.787000', '131624.790000', '131624.792000', '131624.795000', '131624.797000', '131624.871000', '131624.874000', '131624.876000', '131624.879000', '131624.881000', '131624.884000', '131624.887000', '131624.889000', '131624.892000', '131624.895000', '131624.897000', '131624.900000', '131624.902000', '131624.905000', '131624.907000', '131624.910000', '131624.913000', '131624.915000', '131624.918000', '131624.920000', '131624.923000', '131624.926000', '131631.900000', '131631.904000', '131631.907000', '131631.910000', '131631.913000', '131631.915000', '131631.918000', '131631.921000', '131631.924000', '131631.927000', '131631.930000', '131631.933000', '131631.936000', '131631.938000', '131631.941000', '131631.944000'], 'InstanceCreationTime': ['130644.770000', '130644.773000', '130644.776000', '130644.778000', '130644.781000', '130644.784000', '130644.786000', '130644.789000', '130644.791000', '130644.794000', '130644.797000', '130644.799000', '130644.802000', '130644.811000', '130644.813000', '130644.816000', '130644.821000', '130644.823000', '130644.826000', '130644.829000', '130644.831000', '130644.834000', '130644.836000', '130644.839000', '130644.841000', '130644.844000', '130644.847000', '130644.849000', '130644.852000', '130644.854000', '130644.857000', '130644.859000', '130644.862000', '130644.865000', '130644.867000', '130644.870000', '130644.872000', '130644.875000', '130644.877000', '130644.880000', '130644.883000', '130644.885000', '130644.888000', '130644.890000', '130644.893000', '130704.742000', '130704.745000', '130704.748000', '130704.750000', '130704.753000', '130704.756000', '130704.758000', '130704.761000', '130704.763000', '130704.766000', '130704.769000', '130704.771000', '130704.774000', '130704.776000', '130704.779000', '130704.781000', '130704.784000', '130704.786000', '130704.789000', '130704.792000', '130704.794000', '130704.797000', '130704.799000', '130704.829000', '130704.832000', '130704.834000', '130704.837000', '130704.839000', '130704.842000', '130704.845000', '130704.847000', '130704.850000', '130704.852000', '130704.855000', '130704.858000', '130704.860000', '130704.863000', '130704.865000', '130704.868000', '130704.870000', '130704.873000', '130704.875000', '130704.878000', '130724.744000', '130724.746000', '130724.749000', '130724.751000', '130724.754000', '130724.757000', '130724.759000', '130724.762000', '130724.764000', '130724.767000', '130724.769000', '130724.772000', '130724.774000', '130724.777000', '130724.780000', '130724.782000', '130724.785000', '130724.787000', '130724.790000', '130724.792000', '130724.795000', '130724.798000', '130724.829000', '130724.832000', '130724.834000', '130724.837000', '130724.840000', '130724.842000', '130724.845000', '130724.847000', '130724.850000', '130724.853000', '130724.855000', '130724.858000', '130724.860000', '130724.863000', '130724.865000', '130724.868000', '130724.876000', '130724.879000', '130724.881000', '130724.884000', '130724.886000', '130724.889000', '130744.744000', '130744.746000', '130744.749000', '130744.752000', '130744.754000', '130744.757000', '130744.760000', '130744.763000', '130744.766000', '130744.769000', '130744.771000', '130744.774000', '130744.776000', '130744.779000', '130744.781000', '130744.784000', '130744.787000', '130744.789000', '130744.793000', '130744.795000', '130744.798000', '130744.801000', '130744.803000', '130744.806000', '130744.808000', '130744.811000', '130744.814000', '130744.816000', '130744.819000', '130744.821000', '130744.824000', '130744.826000', '130744.829000', '130744.832000', '130744.834000', '130744.837000', '130744.839000', '130744.842000', '130744.845000', '130744.850000', '130744.852000', '130744.855000', '130744.858000', '130804.743000', '130804.745000', '130804.748000', '130804.751000', '130804.753000', '130804.756000', '130804.758000', '130804.761000', '130804.764000', '130804.766000', '130804.769000', '130804.771000', '130804.774000', '130804.777000', '130804.779000', '130804.782000', '130804.784000', '130804.787000', '130804.789000', '130804.792000', '130804.794000', '130804.797000', '130804.800000', '130804.802000', '130804.805000', '130804.808000', '130804.810000', '130804.813000', '130804.815000', '130804.818000', '130804.821000', '130804.823000', '130804.826000', '130804.828000', '130804.831000', '130804.833000', '130804.836000', '130804.844000', '130804.847000', '130804.849000', '130804.852000', '130804.855000', '130804.857000', '130804.860000', '130824.743000', '130824.745000', '130824.748000', '130824.751000', '130824.753000', '130824.756000', '130824.758000', '130824.761000', '130824.763000', '130824.766000', '130824.769000', '130824.771000', '130824.774000', '130824.776000', '130824.779000', '130824.781000', '130824.784000', '130824.787000', '130824.789000', '130824.792000', '130824.794000', '130824.825000', '130824.831000', '130824.833000', '130824.836000', '130824.839000', '130824.841000', '130824.844000', '130824.846000', '130824.849000', '130824.852000', '130824.854000', '130824.857000', '130824.859000', '130824.862000', '130824.870000', '130824.873000', '130824.875000', '130824.878000', '130824.881000', '130824.883000', '130824.886000', '130824.888000', '130844.743000', '130844.745000', '130844.748000', '130844.751000', '130844.753000', '130844.756000', '130844.758000', '130844.761000', '130844.764000', '130844.766000', '130844.769000', '130844.771000', '130844.774000', '130844.776000', '130844.779000', '130844.782000', '130844.784000', '130844.787000', '130844.789000', '130844.792000', '130844.795000', '130844.797000', '130844.823000', '130844.826000', '130844.829000', '130844.831000', '130844.834000', '130844.836000', '130844.839000', '130844.841000', '130844.844000', '130844.846000', '130844.849000', '130844.852000', '130844.854000', '130844.857000', '130844.859000', '130844.862000', '130844.864000', '130844.867000', '130844.870000', '130844.872000', '130844.875000', '130844.877000', '130904.742000', '130904.745000', '130904.748000', '130904.750000', '130904.753000', '130904.755000', '130904.758000', '130904.761000', '130904.763000', '130904.766000', '130904.768000', '130904.771000', '130904.773000', '130904.776000', '130904.779000', '130904.781000', '130904.784000', '130904.786000', '130904.789000', '130904.793000', '130904.796000', '130904.798000', '130904.845000', '130904.848000', '130904.850000', '130904.853000', '130904.856000', '130904.858000', '130904.869000', '130904.872000', '130904.874000', '130904.877000', '130904.879000', '130904.882000', '130904.885000', '130904.888000', '130904.891000', '130904.893000', '130904.896000', '130904.898000', '130904.901000', '130904.904000', '130904.906000', '130924.742000', '130924.745000', '130924.748000', '130924.751000', '130924.753000', '130924.756000', '130924.758000', '130924.761000', '130924.764000', '130924.766000', '130924.769000', '130924.771000', '130924.774000', '130924.777000', '130924.779000', '130924.782000', '130924.784000', '130924.787000', '130924.790000', '130924.792000', '130924.795000', '130924.797000', '130924.823000', '130924.825000', '130924.828000', '130924.830000', '130924.833000', '130924.836000', '130924.838000', '130924.841000', '130924.843000', '130924.846000', '130924.848000', '130924.851000', '130924.854000', '130924.856000', '130924.859000', '130924.861000', '130924.864000', '130924.866000', '130924.869000', '130924.872000', '130924.874000', '130924.877000', '130944.743000', '130944.746000', '130944.749000', '130944.752000', '130944.754000', '130944.757000', '130944.759000', '130944.762000', '130944.765000', '130944.767000', '130944.770000', '130944.772000', '130944.775000', '130944.777000', '130944.780000', '130944.783000', '130944.785000', '130944.788000', '130944.791000', '130944.841000', '130944.843000', '130944.846000', '130944.849000', '130944.851000', '130944.854000', '130944.856000', '130944.859000', '130944.861000', '130944.864000', '130944.867000', '130944.869000', '130944.872000', '130944.874000', '130944.877000', '130944.880000', '130944.882000', '130944.885000', '130944.887000', '130944.890000', '130944.892000', '130944.895000', '130944.898000', '130944.900000', '131004.744000', '131004.746000', '131004.749000', '131004.765000', '131004.767000', '131004.770000', '131004.772000', '131004.775000', '131004.778000', '131004.780000', '131004.783000', '131004.785000', '131004.788000', '131004.791000', '131004.793000', '131004.796000', '131004.799000', '131004.841000', '131004.844000', '131004.846000', '131004.849000', '131004.851000', '131004.854000', '131004.857000', '131004.859000', '131004.862000', '131004.864000', '131004.867000', '131004.869000', '131004.872000', '131004.875000', '131004.877000', '131004.880000', '131004.882000', '131004.885000', '131004.888000', '131004.890000', '131004.893000', '131004.895000', '131004.898000', '131004.900000', '131004.903000', '131004.906000', '131004.908000', '131024.743000', '131024.746000', '131024.748000', '131024.751000', '131024.753000', '131024.756000', '131024.764000', '131024.766000', '131024.769000', '131024.772000', '131024.774000', '131024.777000', '131024.779000', '131024.782000', '131024.784000', '131024.787000', '131024.790000', '131024.792000', '131024.795000', '131024.797000', '131024.851000', '131024.853000', '131024.856000', '131024.858000', '131024.861000', '131024.864000', '131024.866000', '131024.869000', '131024.872000', '131024.875000', '131024.877000', '131024.880000', '131024.882000', '131024.885000', '131024.888000', '131024.890000', '131024.893000', '131024.895000', '131024.898000', '131024.900000', '131024.903000', '131024.906000', '131024.908000', '131044.742000', '131044.745000', '131044.748000', '131044.751000', '131044.753000', '131044.756000', '131044.758000', '131044.761000', '131044.764000', '131044.766000', '131044.769000', '131044.771000', '131044.774000', '131044.776000', '131044.779000', '131044.782000', '131044.784000', '131044.787000', '131044.789000', '131044.792000', '131044.795000', '131044.797000', '131044.862000', '131044.865000', '131044.867000', '131044.870000', '131044.872000', '131044.875000', '131044.877000', '131044.880000', '131044.883000', '131044.885000', '131044.888000', '131044.890000', '131044.893000', '131044.896000', '131044.899000', '131044.901000', '131044.904000', '131044.906000', '131044.909000', '131044.912000', '131044.914000', '131044.917000', '131104.743000', '131104.746000', '131104.748000', '131104.751000', '131104.753000', '131104.756000', '131104.758000', '131104.761000', '131104.764000', '131104.766000', '131104.769000', '131104.771000', '131104.774000', '131104.777000', '131104.779000', '131104.782000', '131104.784000', '131104.787000', '131104.790000', '131104.792000', '131104.795000', '131104.797000', '131104.800000', '131104.803000', '131104.805000', '131104.808000', '131104.810000', '131104.813000', '131104.815000', '131104.818000', '131104.821000', '131104.823000', '131104.826000', '131104.828000', '131104.831000', '131104.833000', '131104.836000', '131104.839000', '131104.841000', '131104.844000', '131104.846000', '131104.849000', '131104.851000', '131124.743000', '131124.745000', '131124.748000', '131124.751000', '131124.753000', '131124.756000', '131124.759000', '131124.761000', '131124.764000', '131124.766000', '131124.769000', '131124.771000', '131124.774000', '131124.777000', '131124.779000', '131124.782000', '131124.784000', '131124.787000', '131124.789000', '131124.792000', '131124.795000', '131124.797000', '131124.800000', '131124.803000', '131124.805000', '131124.808000', '131124.810000', '131124.813000', '131124.832000', '131124.835000', '131124.837000', '131124.840000', '131124.842000', '131124.845000', '131124.847000', '131124.850000', '131124.853000', '131124.855000', '131124.858000', '131124.860000', '131124.863000', '131124.866000', '131124.868000', '131124.871000', '131144.743000', '131144.745000', '131144.748000', '131144.750000', '131144.753000', '131144.756000', '131144.758000', '131144.761000', '131144.763000', '131144.766000', '131144.769000', '131144.771000', '131144.774000', '131144.777000', '131144.779000', '131144.782000', '131144.784000', '131144.787000', '131144.789000', '131144.792000', '131144.795000', '131144.797000', '131144.800000', '131144.865000', '131144.867000', '131144.870000', '131144.873000', '131144.875000', '131144.878000', '131144.880000', '131144.883000', '131144.886000', '131144.888000', '131144.891000', '131144.893000', '131144.896000', '131144.899000', '131144.901000', '131144.904000', '131144.919000', '131144.921000', '131144.924000', '131144.926000', '131204.744000', '131204.746000', '131204.749000', '131204.752000', '131204.754000', '131204.757000', '131204.759000', '131204.762000', '131204.765000', '131204.767000', '131204.770000', '131204.772000', '131204.775000', '131204.777000', '131204.780000', '131204.783000', '131204.785000', '131204.788000', '131204.790000', '131204.793000', '131204.796000', '131204.798000', '131204.854000', '131204.857000', '131204.859000', '131204.862000', '131204.864000', '131204.867000', '131204.870000', '131204.872000', '131204.875000', '131204.877000', '131204.880000', '131204.882000', '131204.885000', '131204.888000', '131204.890000', '131204.893000', '131204.895000', '131204.898000', '131204.901000', '131204.903000', '131204.906000', '131204.909000', '131224.744000', '131224.747000', '131224.749000', '131224.752000', '131224.754000', '131224.757000', '131224.759000', '131224.762000', '131224.765000', '131224.767000', '131224.770000', '131224.772000', '131224.775000', '131224.777000', '131224.780000', '131224.783000', '131224.785000', '131224.788000', '131224.790000', '131224.793000', '131224.796000', '131224.798000', '131224.857000', '131224.859000', '131224.862000', '131224.864000', '131224.867000', '131224.870000', '131224.872000', '131224.875000', '131224.877000', '131224.880000', '131224.882000', '131224.886000', '131224.889000', '131224.892000', '131224.894000', '131224.897000', '131224.899000', '131224.902000', '131224.905000', '131224.907000', '131224.910000', '131244.743000', '131244.745000', '131244.748000', '131244.751000', '131244.753000', '131244.756000', '131244.759000', '131244.761000', '131244.764000', '131244.767000', '131244.769000', '131244.772000', '131244.774000', '131244.777000', '131244.780000', '131244.782000', '131244.785000', '131244.788000', '131244.790000', '131244.793000', '131244.795000', '131244.798000', '131244.812000', '131244.814000', '131244.817000', '131244.834000', '131244.837000', '131244.839000', '131244.842000', '131244.844000', '131244.847000', '131244.850000', '131244.852000', '131244.855000', '131244.857000', '131244.860000', '131244.862000', '131244.865000', '131244.880000', '131244.883000', '131244.885000', '131244.888000', '131244.891000', '131244.893000', '131304.743000', '131304.745000', '131304.748000', '131304.751000', '131304.753000', '131304.756000', '131304.758000', '131304.761000', '131304.763000', '131304.766000', '131304.769000', '131304.771000', '131304.774000', '131304.776000', '131304.779000', '131304.781000', '131304.784000', '131304.787000', '131304.789000', '131304.792000', '131304.794000', '131304.797000', '131304.845000', '131304.848000', '131304.850000', '131304.853000', '131304.855000', '131304.858000', '131304.861000', '131304.863000', '131304.866000', '131304.868000', '131304.871000', '131304.873000', '131304.876000', '131304.879000', '131304.882000', '131304.884000', '131304.887000', '131304.890000', '131304.892000', '131304.895000', '131304.897000', '131324.743000', '131324.745000', '131324.748000', '131324.751000', '131324.753000', '131324.756000', '131324.758000', '131324.761000', '131324.764000', '131324.766000', '131324.769000', '131324.772000', '131324.774000', '131324.777000', '131324.780000', '131324.782000', '131324.785000', '131324.787000', '131324.790000', '131324.793000', '131324.795000', '131324.798000', '131324.861000', '131324.863000', '131324.866000', '131324.869000', '131324.871000', '131324.874000', '131324.876000', '131324.879000', '131324.882000', '131324.884000', '131324.887000', '131324.889000', '131324.892000', '131324.894000', '131324.897000', '131324.900000', '131324.902000', '131324.905000', '131324.907000', '131324.910000', '131324.913000', '131324.915000', '131344.743000', '131344.746000', '131344.748000', '131344.751000', '131344.754000', '131344.756000', '131344.759000', '131344.761000', '131344.764000', '131344.767000', '131344.769000', '131344.772000', '131344.774000', '131344.777000', '131344.779000', '131344.782000', '131344.785000', '131344.787000', '131344.790000', '131344.792000', '131344.795000', '131344.798000', '131344.863000', '131344.866000', '131344.869000', '131344.871000', '131344.874000', '131344.876000', '131344.879000', '131344.881000', '131344.884000', '131344.887000', '131344.889000', '131344.892000', '131344.894000', '131344.897000', '131344.899000', '131344.902000', '131344.905000', '131344.907000', '131344.910000', '131344.912000', '131344.915000', '131404.743000', '131404.745000', '131404.748000', '131404.752000', '131404.754000', '131404.757000', '131404.760000', '131404.762000', '131404.765000', '131404.768000', '131404.770000', '131404.773000', '131404.775000', '131404.778000', '131404.780000', '131404.783000', '131404.786000', '131404.788000', '131404.791000', '131404.793000', '131404.796000', '131404.799000', '131404.866000', '131404.869000', '131404.871000', '131404.874000', '131404.877000', '131404.879000', '131404.882000', '131404.884000', '131404.887000', '131404.889000', '131404.892000', '131404.895000', '131404.897000', '131404.900000', '131404.902000', '131404.905000', '131404.908000', '131404.910000', '131404.913000', '131404.915000', '131404.918000', '131404.920000', '131424.744000', '131424.746000', '131424.749000', '131424.752000', '131424.754000', '131424.757000', '131424.760000', '131424.762000', '131424.765000', '131424.767000', '131424.770000', '131424.772000', '131424.775000', '131424.778000', '131424.780000', '131424.783000', '131424.785000', '131424.788000', '131424.791000', '131424.793000', '131424.796000', '131424.798000', '131424.861000', '131424.863000', '131424.866000', '131424.868000', '131424.871000', '131424.874000', '131424.876000', '131424.879000', '131424.881000', '131424.884000', '131424.887000', '131424.889000', '131424.892000', '131424.894000', '131424.897000', '131424.899000', '131424.902000', '131424.905000', '131424.907000', '131424.910000', '131424.912000', '131444.743000', '131444.746000', '131444.749000', '131444.752000', '131444.754000', '131444.757000', '131444.759000', '131444.762000', '131444.765000', '131444.767000', '131444.770000', '131444.772000', '131444.775000', '131444.778000', '131444.780000', '131444.783000', '131444.785000', '131444.788000', '131444.790000', '131444.793000', '131444.796000', '131444.799000', '131444.865000', '131444.867000', '131444.870000', '131444.872000', '131444.875000', '131444.878000', '131444.880000', '131444.883000', '131444.885000', '131444.888000', '131444.891000', '131444.893000', '131444.896000', '131444.899000', '131444.901000', '131444.904000', '131444.906000', '131444.909000', '131444.911000', '131444.914000', '131444.916000', '131504.743000', '131504.745000', '131504.748000', '131504.751000', '131504.753000', '131504.756000', '131504.759000', '131504.761000', '131504.764000', '131504.766000', '131504.769000', '131504.771000', '131504.774000', '131504.777000', '131504.779000', '131504.782000', '131504.784000', '131504.787000', '131504.789000', '131504.792000', '131504.795000', '131504.797000', '131504.800000', '131504.869000', '131504.872000', '131504.874000', '131504.877000', '131504.880000', '131504.882000', '131504.885000', '131504.887000', '131504.890000', '131504.893000', '131504.895000', '131504.898000', '131504.900000', '131504.903000', '131504.905000', '131504.908000', '131504.911000', '131504.913000', '131504.916000', '131504.918000', '131504.921000', '131524.742000', '131524.745000', '131524.748000', '131524.751000', '131524.753000', '131524.756000', '131524.758000', '131524.761000', '131524.764000', '131524.766000', '131524.769000', '131524.771000', '131524.774000', '131524.777000', '131524.779000', '131524.782000', '131524.784000', '131524.787000', '131524.791000', '131524.793000', '131524.796000', '131524.799000', '131524.911000', '131524.914000', '131524.917000', '131524.919000', '131524.922000', '131524.924000', '131524.927000', '131524.930000', '131524.932000', '131524.945000', '131524.948000', '131524.950000', '131524.953000', '131524.956000', '131524.958000', '131524.961000', '131524.963000', '131524.966000', '131524.968000', '131524.971000', '131524.974000', '131524.976000', '131544.743000', '131544.745000', '131544.748000', '131544.751000', '131544.753000', '131544.756000', '131544.759000', '131544.761000', '131544.764000', '131544.766000', '131544.769000', '131544.772000', '131544.774000', '131544.777000', '131544.779000', '131544.782000', '131544.785000', '131544.787000', '131544.790000', '131544.793000', '131544.795000', '131544.798000', '131544.875000', '131544.878000', '131544.880000', '131544.883000', '131544.886000', '131544.888000', '131544.891000', '131544.893000', '131544.896000', '131544.899000', '131544.901000', '131544.904000', '131544.906000', '131544.909000', '131544.911000', '131544.914000', '131544.917000', '131544.919000', '131544.922000', '131544.924000', '131544.927000', '131604.743000', '131604.745000', '131604.748000', '131604.752000', '131604.755000', '131604.758000', '131604.760000', '131604.763000', '131604.765000', '131604.768000', '131604.771000', '131604.773000', '131604.776000', '131604.778000', '131604.781000', '131604.784000', '131604.786000', '131604.789000', '131604.792000', '131604.794000', '131604.797000', '131604.876000', '131604.879000', '131604.881000', '131604.884000', '131604.886000', '131604.889000', '131604.892000', '131604.894000', '131604.897000', '131604.899000', '131604.902000', '131604.905000', '131604.907000', '131604.910000', '131604.912000', '131604.915000', '131604.918000', '131604.920000', '131604.923000', '131604.925000', '131604.928000', '131604.931000', '131624.743000', '131624.746000', '131624.748000', '131624.751000', '131624.753000', '131624.756000', '131624.758000', '131624.761000', '131624.764000', '131624.766000', '131624.769000', '131624.771000', '131624.774000', '131624.776000', '131624.779000', '131624.782000', '131624.784000', '131624.787000', '131624.790000', '131624.792000', '131624.795000', '131624.797000', '131624.871000', '131624.874000', '131624.876000', '131624.879000', '131624.881000', '131624.884000', '131624.887000', '131624.889000', '131624.892000', '131624.895000', '131624.897000', '131624.900000', '131624.902000', '131624.905000', '131624.907000', '131624.910000', '131624.913000', '131624.915000', '131624.918000', '131624.920000', '131624.923000', '131624.926000', '131631.900000', '131631.904000', '131631.907000', '131631.910000', '131631.913000', '131631.915000', '131631.918000', '131631.921000', '131631.924000', '131631.927000', '131631.930000', '131631.933000', '131631.936000', '131631.938000', '131631.941000', '131631.944000'], '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': [8488, 6271, 5724, 8158, 7520, 10841, 9194, 6459, 6426, 6667, 5822, 8413, 7431, 9304, 11043, 7239, 5862, 7448, 6060, 7438, 11082, 9757, 9079, 8111, 5832, 5876, 6883, 5804, 10965, 7945, 6244, 9311, 6919, 5791, 8372, 6629, 12039, 8942, 9268, 12318, 8280, 6890, 8907, 6964, 10162, 7914, 6629, 10614, 9371, 8593, 8821, 6763, 6307, 7574, 6209, 10756, 7767, 9132, 10796, 8691, 6669, 7413, 6003, 8693, 6921, 7577, 10586, 8705, 6521, 8140, 6554, 6764, 7245, 5843, 13126, 9162, 7248, 10360, 7796, 5845, 7834, 6415, 12335, 9315, 9328, 13656, 8364, 6484, 8622, 6552, 5850, 8012, 7552, 12870, 8987, 6582, 10770, 6697, 5753, 8300, 7444, 12462, 9493, 7817, 11333, 6886, 5579, 7949, 6604, 10765, 9111, 9014, 13821, 8092, 5830, 7902, 6546, 7872, 7086, 7097, 10285, 8632, 8990, 7947, 6171, 10843, 6429, 5932, 7797, 5844, 8676, 8151, 12226, 10052, 7437, 5702, 6156, 5836, 8073, 6108, 8013, 9451, 7943, 11436, 6772, 6301, 7872, 6298, 13660, 8004, 11180, 9583, 7595, 8085, 6831, 5686, 8144, 6320, 12612, 8323, 11049, 9994, 7510, 6772, 6657, 5694, 7605, 6127, 10150, 8791, 9557, 10211, 7762, 6179, 7017, 5661, 7523, 5909, 10782, 8275, 9209, 10586, 7587, 5618, 6563, 5725, 9210, 7109, 11364, 9505, 6671, 10071, 6328, 5841, 7481, 5624, 13151, 8162, 11358, 9937, 7984, 8685, 6868, 5525, 8670, 7914, 13678, 8412, 6077, 7123, 5622, 5957, 7055, 5679, 9850, 8636, 9627, 7237, 5604, 5900, 5908, 5766, 8939, 7661, 7903, 7200, 5580, 9217, 5988, 5545, 7904, 6461, 12817, 8779, 7533, 6798, 5699, 8183, 5816, 5642, 8802, 7233, 9707, 6367, 5532, 7418, 5654, 9354, 8235, 8388, 11700, 6035, 5842, 7815, 7055, 13185, 8261, 7004, 9789, 5718, 5562, 7176, 5926, 12138, 8981, 7216, 7298, 5666, 8580, 6023, 7630, 9368, 8569, 11692, 6644, 5758, 7171, 5648, 9995, 5837, 6695, 8920, 7786, 11937, 9151, 6233, 6553, 6107, 5749, 5894, 8423, 8247, 12320, 9870, 7151, 6304, 9754, 6517, 5689, 8370, 8205, 12533, 9042, 7009, 10905, 6016, 8461, 6364, 5787, 7261, 6899, 9506, 8361, 10408, 6074, 5627, 6310, 5807, 8223, 6169, 6295, 7357, 6836, 12545, 8002, 5652, 6343, 5875, 8710, 6313, 6542, 6856, 6001, 10829, 8350, 7800, 7526, 6186, 7072, 6493, 5650, 7061, 6271, 11872, 7737, 7033, 11896, 6461, 5495, 6932, 5789, 7762, 7002, 11863, 8230, 6069, 10797, 5824, 5590, 6646, 5739, 8638, 7540, 10775, 8752, 6740, 7426, 5894, 5989, 7840, 7061, 12220, 8207, 6306, 7394, 5723, 5621, 6736, 6043, 10459, 7832, 7800, 11267, 6972, 5889, 6765, 5821, 9392, 6559, 10898, 7733, 5584, 10051, 5648, 5578, 6782, 5872, 13339, 7184, 5866, 7562, 6077, 5817, 6910, 5876, 9560, 7620, 6125, 6339, 5524, 6959, 5914, 8321, 7349, 10730, 8835, 6573, 6669, 5858, 5734, 6282, 6092, 7993, 7813, 6861, 10855, 5885, 5457, 6713, 6281, 10773, 7872, 7635, 8604, 5870, 5501, 6470, 5759, 8153, 7506, 10876, 8185, 6334, 5580, 5874, 5673, 9478, 6982, 8674, 6692, 5942, 6844, 6136, 8148, 7692, 8075, 8568, 6214, 6574, 6414, 5523, 6992, 6031, 11619, 7547, 9023, 8000, 5717, 5810, 6068, 5910, 7391, 6506, 10514, 7777, 5611, 6160, 5829, 5649, 8244, 7258, 7276, 6727, 5751, 10169, 7959, 9164, 8318, 5806, 8116, 5856, 7601, 8298, 7144, 11990, 6513, 5412, 6409, 5857, 6903, 5729, 5772, 8320, 7523, 7922, 6264, 5688, 7598, 5767, 5976, 8776, 8057, 8911, 7150, 5619, 7786, 5660, 5579, 8597, 7406, 7599, 7393, 5838, 5610, 6018, 5596, 5853, 8549, 7456, 7905, 5737, 6103, 5491, 5823, 5901, 6958, 6714, 11230, 8752, 7886, 12180, 9051, 6119, 7549, 6610, 5724, 9679, 8975, 6561, 7328, 5749, 7407, 5892, 8723, 8720, 7621, 10270, 6364, 5648, 6399, 6112, 9754, 7852, 7880, 9615, 6150, 5735, 6148, 5830, 9485, 8825, 7573, 11088, 6791, 5387, 6162, 5793, 9459, 9029, 7623, 9823, 6085, 5442, 6554, 5943, 9809, 7569, 7473, 8403, 5960, 5637, 6276, 6132, 9950, 8418, 7091, 8267, 5897, 5803, 6343, 5971, 9329, 7388, 5713, 5684, 6062, 5851, 8187, 7215, 9516, 8708, 6336, 7532, 6473, 5697, 10397, 7346, 7450, 8631, 6243, 5437, 6361, 5868, 9171, 7042, 7392, 8700, 6000, 5484, 6342, 5698, 6932, 5763, 7040, 8186, 6165, 8563, 5723, 5944, 6112, 5894, 7980, 8436, 6339, 6966, 5695, 6110, 5628, 7109, 6350, 9729, 5909, 5758, 6420, 5849, 7241, 9000, 9673, 11427, 6702, 5809, 5788, 8140, 5944, 6305, 10628, 8386, 8530, 9208, 7142, 5769, 10259, 6968, 7053, 8832, 8052, 8470, 7038, 5749, 7007, 5967, 7106, 9170, 8078, 6841, 5979, 5990, 7694, 7115, 7930, 9550, 6145, 5535, 6602, 5780, 7228, 6833, 9205, 8245, 7068, 5994, 5858, 5868, 6702, 6590, 9433, 8180, 6708, 8664, 5669, 5702, 7247, 5934, 8294, 8228, 8307, 10140, 7191, 5634, 7713, 6067, 7648, 7966, 7986, 11185, 7420, 5790, 8024, 5926, 5626, 6918, 5759, 7469, 5705, 6884, 8275, 7585, 8448, 5999, 5752, 6379, 5874, 7719, 6313, 6207, 8961, 6993, 6253, 6311, 5705, 8114, 5819, 5609, 6752, 6216, 9228, 7332, 5865, 8343, 6082, 6045, 7252, 6860, 9641, 8952, 6913, 8348, 6655, 5933, 8949, 6557, 6331, 9448, 8112, 9533, 7720, 5995, 7519, 5837, 5994, 9382, 7810, 7328, 6311, 5642, 6676, 5828, 6357, 8043, 7058, 10373, 6824, 5785, 5759, 5595, 6695, 7926, 6784, 9502, 6984, 5646, 6956, 5647, 6246, 7187, 6090, 9430, 8069, 6418, 8229, 5786, 5817, 6303, 5699, 7859, 7590, 9293, 8726, 6657, 8748, 5800, 5679, 7591, 7303, 9967, 8347, 5783, 7616, 5618, 5828, 7537, 7365, 9259, 8785, 6427, 5696, 5980, 5888, 7062, 6562, 8512, 8874, 6733, 5640, 5882, 6123, 9707, 8721, 7697, 8296, 6415, 5859, 6584, 5624, 8399, 7115, 11855, 8276, 6296, 7646, 5663, 5636, 6082, 6045, 11696, 7796, 5784, 5733, 5867, 7461, 6944, 6632, 9225, 7849, 7472, 6872, 6179, 6789, 5653, 5841, 7897, 7251, 10139, 7990, 6304, 9916, 6356, 5851, 7752, 6821, 12804, 8973, 9655, 11362, 6925, 5956, 6993, 6150, 7381, 9474, 6731, 5692, 8154, 7083, 7114, 9192, 7630, 10041, 10402, 9304, 9770, 9105, 7826, 12263, 9460, 6725, 6224, 6207, 5975, 6743, 6006, 6997, 11533, 8755, 11045, 7647, 5771, 5688, 6067, 5949, 8870, 7419, 6930, 7498, 5832, 7053, 6653, 6004, 8827, 7326, 10913, 7642, 7425, 10283, 9177, 11152, 8616, 6711, 9375, 6814, 5609, 8763, 7168, 12808, 8638, 6671, 7710, 6042, 5576, 7066, 6456, 11716, 8758, 6807, 9125, 6391, 5925, 9909, 8530, 7314, 6907, 5925, 9710, 7158, 8292, 9779, 8124, 10472, 6618, 5780, 7096, 5765, 9314, 7585, 8402, 8264, 6118, 5974, 5887, 5745, 6638, 6035, 6208, 8627, 5606, 5803, 6422, 5778, 9543, 8297, 10162, 7737, 5881, 6666, 6463, 11003, 9886, 7248, 11931, 7643, 5710, 7738, 7016, 11672, 9440, 8323, 9593, 7600, 5866, 8277, 5703, 9281, 7994, 8282, 8704, 6077, 12354, 9030, 6689, 9977, 6605, 5791, 10035, 7236, 6561, 13404, 8899, 6826, 8101, 6522, 5817, 6336, 9005, 8750, 11117, 9444, 6686, 5715, 8374, 6368, 5631, 12477, 8574, 7019, 5679, 6202, 5884, 7090, 9562, 8634, 7167, 8643, 5922, 5725, 10205, 7854, 7441, 9762, 9482, 7293, 5684, 6029, 6169, 7423, 10776, 7680, 5674, 6060, 6337, 5861, 10566, 8777, 7145, 6394, 7346, 7241, 11216, 10413, 8473, 7423, 9653, 6445, 5805, 11480, 8766, 8260, 9394, 10296, 7879, 5707, 6128, 7145, 7213, 9137, 13058, 8912, 6932, 8202, 6930, 5780, 8922, 8288, 9900, 9342, 6884, 6814, 7242, 5589, 8869, 8285, 10288, 9814, 7224, 6957, 6440, 5789, 8022, 7706, 10541, 9789, 6947, 10484, 6363, 5718, 9223, 8685, 12155, 9277, 5802, 7756, 6743, 8261, 10454, 8160, 10376, 7149, 5671, 8997, 8238, 10078, 9975, 7006, 6221, 7095, 5659, 10449, 8722, 8541, 9194, 6503, 6406, 7015, 5725, 11701, 8483, 7584, 9373, 6941, 6067, 6633, 5979, 12812, 8726, 7871, 10675, 7341, 6041, 8876, 6369, 11692, 9289, 6584, 6513, 5649, 8630, 8443, 10129, 9207, 6076, 9521, 6141, 5763, 8298, 7049, 10994, 8958, 6905, 9864, 6760, 5790, 8225, 7585, 9626, 10121, 8663, 11382, 8373, 5802, 9770, 6980, 7072, 10641, 8805, 8022, 6206, 5626, 8902, 8007, 12201, 8802, 6785, 9598, 6114, 5764, 6735, 6604, 10646, 9065, 7025, 11176, 6643, 6168, 8639, 6649, 10733, 8721, 9078, 7751, 5634, 8112, 6400, 11064, 8147, 7647, 7820, 6005, 7245, 7120, 6028, 9688, 8510, 6466, 6634, 5586, 7258, 5769, 8800, 8161, 7209, 11203, 8297, 5642, 7617, 5824, 5845, 8623, 8542, 11855, 9894, 7408, 11202, 8580, 7212, 9093, 7552, 11408, 8741, 9362, 9326, 6750, 7354, 7670, 5669, 10099, 9201, 11129, 9240, 6430, 10446, 6409, 5901, 8821, 8076, 11596, 9272, 6929, 11609, 6562, 5875, 8224, 6927, 10090, 9318, 8051, 12101, 8452, 5714, 7576, 6032, 7604, 9259, 7536, 12118, 7792, 5665, 8651, 6598, 11677, 9279, 7290, 9170, 6763], 'WindowCenter': [3715.0, 3672.0, 3648.0, 3690.0, 3679.0, 3710.0, 3697.0, 3656.0, 3655.0, 3654.0, 3634.0, 3675.0, 3666.0, 3699.0, 3722.0, 3680.0, 3648.0, 3678.0, 3658.0, 3678.0, 3723.0, 3711.0, 3698.0, 3676.0, 3645.0, 3645.0, 3677.0, 3647.0, 3722.0, 3702.0, 3684.0, 3724.0, 3692.0, 3661.0, 3700.0, 3668.0, 3720.0, 3701.0, 3712.0, 3733.0, 3701.0, 3679.0, 3686.0, 3665.0, 3695.0, 3674.0, 3653.0, 3697.0, 3698.0, 3688.0, 3697.0, 3667.0, 3655.0, 3663.0, 3642.0, 3693.0, 3664.0, 3697.0, 3709.0, 3699.0, 3668.0, 3677.0, 3656.0, 3685.0, 3665.0, 3676.0, 3707.0, 3699.0, 3668.0, 3689.0, 3668.0, 3667.0, 3677.0, 3646.0, 3730.0, 3698.0, 3677.0, 3710.0, 3678.0, 3645.0, 3674.0, 3656.0, 3717.0, 3687.0, 3697.0, 3718.0, 3686.0, 3654.0, 3684.0, 3642.0, 3632.0, 3673.0, 3676.0, 3731.0, 3699.0, 3667.0, 3717.0, 3667.0, 3645.0, 3685.0, 3673.0, 3717.0, 3709.0, 3691.0, 3732.0, 3679.0, 3647.0, 3686.0, 3665.0, 3704.0, 3686.0, 3697.0, 3729.0, 3688.0, 3645.0, 3686.0, 3656.0, 3675.0, 3666.0, 3665.0, 3697.0, 3687.0, 3697.0, 3675.0, 3643.0, 3694.0, 3641.0, 3628.0, 3650.0, 3631.0, 3684.0, 3673.0, 3706.0, 3707.0, 3676.0, 3643.0, 3642.0, 3644.0, 3686.0, 3656.0, 3688.0, 3711.0, 3702.0, 3745.0, 3682.0, 3668.0, 3688.0, 3655.0, 3717.0, 3676.0, 3707.0, 3696.0, 3677.0, 3687.0, 3665.0, 3643.0, 3673.0, 3654.0, 3716.0, 3674.0, 3705.0, 3695.0, 3675.0, 3653.0, 3651.0, 3629.0, 3660.0, 3630.0, 3694.0, 3684.0, 3695.0, 3706.0, 3676.0, 3642.0, 3651.0, 3630.0, 3661.0, 3631.0, 3704.0, 3686.0, 3697.0, 3721.0, 3689.0, 3643.0, 3653.0, 3632.0, 3695.0, 3665.0, 3718.0, 3707.0, 3667.0, 3707.0, 3655.0, 3643.0, 3674.0, 3643.0, 3717.0, 3688.0, 3719.0, 3697.0, 3686.0, 3685.0, 3652.0, 3620.0, 3684.0, 3674.0, 3716.0, 3673.0, 3642.0, 3652.0, 3631.0, 3628.0, 3650.0, 3630.0, 3682.0, 3683.0, 3683.0, 3662.0, 3631.0, 3630.0, 3631.0, 3645.0, 3685.0, 3675.0, 3675.0, 3675.0, 3633.0, 3695.0, 3642.0, 3620.0, 3674.0, 3654.0, 3716.0, 3686.0, 3674.0, 3653.0, 3632.0, 3672.0, 3631.0, 3631.0, 3684.0, 3665.0, 3695.0, 3655.0, 3634.0, 3675.0, 3644.0, 3696.0, 3686.0, 3687.0, 3706.0, 3643.0, 3632.0, 3662.0, 3663.0, 3714.0, 3673.0, 3664.0, 3695.0, 3643.0, 3620.0, 3662.0, 3643.0, 3716.0, 3697.0, 3675.0, 3675.0, 3643.0, 3683.0, 3643.0, 3662.0, 3684.0, 3684.0, 3704.0, 3652.0, 3631.0, 3650.0, 3629.0, 3680.0, 3629.0, 3650.0, 3683.0, 3675.0, 3704.0, 3700.0, 3659.0, 3655.0, 3644.0, 3644.0, 3643.0, 3686.0, 3687.0, 3719.0, 3709.0, 3679.0, 3668.0, 3709.0, 3656.0, 3645.0, 3685.0, 3686.0, 3718.0, 3698.0, 3678.0, 3719.0, 3644.0, 3674.0, 3641.0, 3628.0, 3662.0, 3650.0, 3683.0, 3674.0, 3704.0, 3641.0, 3629.0, 3640.0, 3630.0, 3671.0, 3642.0, 3652.0, 3665.0, 3667.0, 3719.0, 3688.0, 3645.0, 3653.0, 3631.0, 3672.0, 3642.0, 3640.0, 3654.0, 3644.0, 3707.0, 3687.0, 3676.0, 3674.0, 3643.0, 3651.0, 3641.0, 3631.0, 3652.0, 3653.0, 3718.0, 3677.0, 3677.0, 3719.0, 3655.0, 3632.0, 3652.0, 3631.0, 3662.0, 3653.0, 3705.0, 3686.0, 3655.0, 3707.0, 3644.0, 3632.0, 3652.0, 3631.0, 3684.0, 3676.0, 3708.0, 3687.0, 3667.0, 3675.0, 3632.0, 3642.0, 3671.0, 3663.0, 3715.0, 3674.0, 3654.0, 3663.0, 3631.0, 3631.0, 3651.0, 3642.0, 3705.0, 3675.0, 3676.0, 3706.0, 3666.0, 3632.0, 3651.0, 3630.0, 3683.0, 3641.0, 3705.0, 3673.0, 3633.0, 3693.0, 3631.0, 3618.0, 3652.0, 3632.0, 3716.0, 3664.0, 3644.0, 3674.0, 3643.0, 3630.0, 3653.0, 3632.0, 3684.0, 3664.0, 3641.0, 3640.0, 3617.0, 3648.0, 3617.0, 3659.0, 3661.0, 3704.0, 3684.0, 3664.0, 3665.0, 3642.0, 3631.0, 3640.0, 3642.0, 3674.0, 3675.0, 3667.0, 3719.0, 3645.0, 3634.0, 3652.0, 3654.0, 3704.0, 3675.0, 3675.0, 3683.0, 3632.0, 3620.0, 3640.0, 3631.0, 3672.0, 3663.0, 3705.0, 3674.0, 3642.0, 3620.0, 3630.0, 3631.0, 3694.0, 3665.0, 3687.0, 3654.0, 3644.0, 3652.0, 3643.0, 3673.0, 3663.0, 3674.0, 3684.0, 3641.0, 3639.0, 3639.0, 3617.0, 3649.0, 3628.0, 3691.0, 3662.0, 3683.0, 3673.0, 3632.0, 3630.0, 3628.0, 3629.0, 3661.0, 3652.0, 3705.0, 3675.0, 3644.0, 3639.0, 3644.0, 3631.0, 3674.0, 3663.0, 3663.0, 3652.0, 3631.0, 3693.0, 3673.0, 3683.0, 3672.0, 3630.0, 3659.0, 3629.0, 3659.0, 3671.0, 3650.0, 3703.0, 3641.0, 3619.0, 3639.0, 3630.0, 3650.0, 3630.0, 3630.0, 3684.0, 3675.0, 3685.0, 3653.0, 3643.0, 3672.0, 3631.0, 3640.0, 3684.0, 3674.0, 3685.0, 3663.0, 3643.0, 3662.0, 3631.0, 3632.0, 3683.0, 3664.0, 3673.0, 3663.0, 3632.0, 3630.0, 3641.0, 3619.0, 3629.0, 3672.0, 3648.0, 3657.0, 3616.0, 3627.0, 3618.0, 3642.0, 3643.0, 3678.0, 3680.0, 3733.0, 3712.0, 3704.0, 3720.0, 3686.0, 3644.0, 3663.0, 3652.0, 3632.0, 3695.0, 3686.0, 3654.0, 3664.0, 3643.0, 3662.0, 3631.0, 3673.0, 3673.0, 3674.0, 3695.0, 3653.0, 3630.0, 3641.0, 3641.0, 3683.0, 3673.0, 3674.0, 3684.0, 3642.0, 3631.0, 3630.0, 3631.0, 3682.0, 3684.0, 3663.0, 3704.0, 3651.0, 3620.0, 3629.0, 3631.0, 3681.0, 3672.0, 3661.0, 3682.0, 3629.0, 3619.0, 3639.0, 3629.0, 3691.0, 3661.0, 3661.0, 3671.0, 3641.0, 3630.0, 3639.0, 3640.0, 3692.0, 3672.0, 3663.0, 3685.0, 3631.0, 3630.0, 3653.0, 3642.0, 3684.0, 3664.0, 3643.0, 3642.0, 3655.0, 3644.0, 3673.0, 3664.0, 3695.0, 3685.0, 3654.0, 3673.0, 3641.0, 3630.0, 3692.0, 3661.0, 3662.0, 3684.0, 3652.0, 3619.0, 3640.0, 3630.0, 3681.0, 3651.0, 3661.0, 3671.0, 3641.0, 3618.0, 3639.0, 3617.0, 3648.0, 3630.0, 3649.0, 3671.0, 3629.0, 3682.0, 3631.0, 3639.0, 3640.0, 3631.0, 3671.0, 3672.0, 3641.0, 3664.0, 3643.0, 3643.0, 3644.0, 3664.0, 3654.0, 3696.0, 3633.0, 3643.0, 3642.0, 3632.0, 3663.0, 3687.0, 3699.0, 3719.0, 3665.0, 3631.0, 3632.0, 3674.0, 3642.0, 3656.0, 3707.0, 3688.0, 3698.0, 3696.0, 3666.0, 3644.0, 3694.0, 3664.0, 3652.0, 3684.0, 3673.0, 3673.0, 3652.0, 3631.0, 3650.0, 3630.0, 3649.0, 3684.0, 3673.0, 3652.0, 3641.0, 3644.0, 3663.0, 3650.0, 3661.0, 3682.0, 3630.0, 3617.0, 3638.0, 3618.0, 3648.0, 3639.0, 3681.0, 3670.0, 3651.0, 3630.0, 3619.0, 3629.0, 3640.0, 3651.0, 3683.0, 3673.0, 3663.0, 3686.0, 3633.0, 3642.0, 3663.0, 3643.0, 3685.0, 3687.0, 3687.0, 3706.0, 3666.0, 3644.0, 3673.0, 3641.0, 3661.0, 3671.0, 3674.0, 3706.0, 3663.0, 3632.0, 3672.0, 3641.0, 3630.0, 3649.0, 3616.0, 3648.0, 3630.0, 3651.0, 3673.0, 3663.0, 3672.0, 3630.0, 3627.0, 3637.0, 3617.0, 3658.0, 3638.0, 3629.0, 3682.0, 3665.0, 3652.0, 3652.0, 3644.0, 3683.0, 3643.0, 3643.0, 3665.0, 3658.0, 3711.0, 3690.0, 3659.0, 3701.0, 3656.0, 3656.0, 3675.0, 3665.0, 3696.0, 3699.0, 3678.0, 3698.0, 3666.0, 3656.0, 3685.0, 3654.0, 3653.0, 3696.0, 3674.0, 3696.0, 3674.0, 3643.0, 3662.0, 3644.0, 3641.0, 3683.0, 3662.0, 3662.0, 3640.0, 3630.0, 3639.0, 3630.0, 3640.0, 3662.0, 3652.0, 3693.0, 3652.0, 3631.0, 3629.0, 3631.0, 3652.0, 3685.0, 3666.0, 3708.0, 3678.0, 3645.0, 3666.0, 3644.0, 3654.0, 3665.0, 3644.0, 3696.0, 3686.0, 3653.0, 3686.0, 3643.0, 3631.0, 3640.0, 3629.0, 3672.0, 3673.0, 3684.0, 3685.0, 3653.0, 3684.0, 3631.0, 3631.0, 3661.0, 3662.0, 3693.0, 3685.0, 3643.0, 3674.0, 3631.0, 3631.0, 3673.0, 3664.0, 3695.0, 3685.0, 3655.0, 3643.0, 3653.0, 3643.0, 3663.0, 3654.0, 3697.0, 3698.0, 3667.0, 3645.0, 3643.0, 3655.0, 3696.0, 3685.0, 3676.0, 3686.0, 3653.0, 3630.0, 3652.0, 3630.0, 3672.0, 3651.0, 3703.0, 3672.0, 3641.0, 3662.0, 3630.0, 3629.0, 3642.0, 3642.0, 3716.0, 3676.0, 3642.0, 3642.0, 3643.0, 3664.0, 3663.0, 3652.0, 3683.0, 3674.0, 3661.0, 3653.0, 3654.0, 3663.0, 3644.0, 3644.0, 3687.0, 3676.0, 3707.0, 3688.0, 3667.0, 3708.0, 3656.0, 3631.0, 3662.0, 3654.0, 3717.0, 3687.0, 3697.0, 3719.0, 3665.0, 3633.0, 3652.0, 3643.0, 3676.0, 3709.0, 3667.0, 3646.0, 3687.0, 3667.0, 3666.0, 3699.0, 3677.0, 3695.0, 3694.0, 3672.0, 3668.0, 3657.0, 3646.0, 3689.0, 3680.0, 3650.0, 3629.0, 3630.0, 3628.0, 3639.0, 3640.0, 3663.0, 3718.0, 3687.0, 3705.0, 3662.0, 3629.0, 3617.0, 3641.0, 3643.0, 3685.0, 3679.0, 3678.0, 3690.0, 3659.0, 3677.0, 3666.0, 3644.0, 3684.0, 3664.0, 3694.0, 3664.0, 3663.0, 3695.0, 3684.0, 3705.0, 3684.0, 3650.0, 3670.0, 3638.0, 3617.0, 3671.0, 3651.0, 3716.0, 3685.0, 3666.0, 3674.0, 3643.0, 3619.0, 3664.0, 3654.0, 3717.0, 3687.0, 3666.0, 3698.0, 3656.0, 3655.0, 3697.0, 3688.0, 3665.0, 3654.0, 3642.0, 3682.0, 3652.0, 3674.0, 3694.0, 3674.0, 3706.0, 3653.0, 3629.0, 3649.0, 3617.0, 3681.0, 3662.0, 3672.0, 3672.0, 3642.0, 3641.0, 3630.0, 3643.0, 3665.0, 3656.0, 3670.0, 3711.0, 3671.0, 3661.0, 3681.0, 3661.0, 3711.0, 3702.0, 3721.0, 3690.0, 3647.0, 3666.0, 3656.0, 3706.0, 3698.0, 3666.0, 3719.0, 3676.0, 3643.0, 3665.0, 3664.0, 3706.0, 3696.0, 3675.0, 3685.0, 3664.0, 3630.0, 3672.0, 3618.0, 3671.0, 3660.0, 3661.0, 3673.0, 3632.0, 3704.0, 3673.0, 3651.0, 3693.0, 3639.0, 3628.0, 3682.0, 3662.0, 3652.0, 3717.0, 3685.0, 3666.0, 3674.0, 3654.0, 3632.0, 3641.0, 3685.0, 3685.0, 3707.0, 3697.0, 3654.0, 3633.0, 3674.0, 3653.0, 3634.0, 3705.0, 3684.0, 3665.0, 3632.0, 3642.0, 3633.0, 3652.0, 3686.0, 3685.0, 3663.0, 3685.0, 3643.0, 3632.0, 3706.0, 3675.0, 3665.0, 3698.0, 3696.0, 3664.0, 3629.0, 3640.0, 3642.0, 3664.0, 3708.0, 3677.0, 3645.0, 3655.0, 3657.0, 3645.0, 3707.0, 3688.0, 3667.0, 3668.0, 3677.0, 3664.0, 3719.0, 3709.0, 3687.0, 3676.0, 3698.0, 3644.0, 3633.0, 3705.0, 3686.0, 3688.0, 3698.0, 3709.0, 3676.0, 3632.0, 3629.0, 3649.0, 3661.0, 3695.0, 3719.0, 3698.0, 3678.0, 3686.0, 3665.0, 3633.0, 3686.0, 3675.0, 3696.0, 3697.0, 3666.0, 3653.0, 3663.0, 3621.0, 3684.0, 3675.0, 3695.0, 3695.0, 3665.0, 3663.0, 3640.0, 3630.0, 3672.0, 3663.0, 3695.0, 3696.0, 3664.0, 3706.0, 3643.0, 3634.0, 3685.0, 3684.0, 3705.0, 3685.0, 3631.0, 3662.0, 3654.0, 3673.0, 3696.0, 3674.0, 3695.0, 3652.0, 3631.0, 3685.0, 3675.0, 3695.0, 3697.0, 3665.0, 3643.0, 3665.0, 3632.0, 3695.0, 3685.0, 3685.0, 3698.0, 3656.0, 3656.0, 3679.0, 3646.0, 3706.0, 3685.0, 3675.0, 3686.0, 3666.0, 3644.0, 3656.0, 3655.0, 3718.0, 3688.0, 3688.0, 3708.0, 3678.0, 3643.0, 3686.0, 3643.0, 3706.0, 3686.0, 3653.0, 3642.0, 3620.0, 3672.0, 3672.0, 3693.0, 3684.0, 3630.0, 3684.0, 3642.0, 3631.0, 3686.0, 3664.0, 3707.0, 3697.0, 3668.0, 3710.0, 3666.0, 3644.0, 3687.0, 3677.0, 3696.0, 3697.0, 3688.0, 3719.0, 3688.0, 3645.0, 3696.0, 3667.0, 3652.0, 3695.0, 3684.0, 3674.0, 3643.0, 3632.0, 3684.0, 3673.0, 3705.0, 3684.0, 3653.0, 3695.0, 3645.0, 3643.0, 3665.0, 3667.0, 3709.0, 3699.0, 3667.0, 3720.0, 3667.0, 3643.0, 3687.0, 3653.0, 3694.0, 3688.0, 3685.0, 3664.0, 3629.0, 3662.0, 3643.0, 3705.0, 3673.0, 3664.0, 3663.0, 3642.0, 3650.0, 3654.0, 3643.0, 3684.0, 3676.0, 3643.0, 3653.0, 3621.0, 3663.0, 3631.0, 3682.0, 3686.0, 3677.0, 3720.0, 3699.0, 3647.0, 3690.0, 3657.0, 3647.0, 3699.0, 3701.0, 3733.0, 3712.0, 3691.0, 3721.0, 3701.0, 3665.0, 3686.0, 3665.0, 3706.0, 3675.0, 3685.0, 3685.0, 3653.0, 3662.0, 3664.0, 3630.0, 3693.0, 3683.0, 3693.0, 3683.0, 3641.0, 3694.0, 3642.0, 3629.0, 3673.0, 3672.0, 3706.0, 3685.0, 3664.0, 3707.0, 3654.0, 3632.0, 3673.0, 3653.0, 3695.0, 3685.0, 3675.0, 3706.0, 3676.0, 3633.0, 3663.0, 3644.0, 3675.0, 3685.0, 3664.0, 3706.0, 3665.0, 3634.0, 3686.0, 3654.0, 3706.0, 3685.0, 3663.0, 3684.0, 3653.0], 'WindowWidth': [8371.0, 8307.0, 8271.0, 8325.0, 8308.0, 8349.0, 8329.0, 8274.0, 8270.0, 8267.0, 8241.0, 8295.0, 8287.0, 8336.0, 8371.0, 8315.0, 8268.0, 8308.0, 8284.0, 8307.0, 8375.0, 8354.0, 8330.0, 8299.0, 8258.0, 8261.0, 8305.0, 8268.0, 8373.0, 8346.0, 8327.0, 8379.0, 8333.0, 8294.0, 8338.0, 8295.0, 8365.0, 8341.0, 8357.0, 8387.0, 8341.0, 8309.0, 8313.0, 8283.0, 8320.0, 8291.0, 8265.0, 8327.0, 8331.0, 8319.0, 8329.0, 8291.0, 8273.0, 8278.0, 8250.0, 8316.0, 8279.0, 8328.0, 8347.0, 8336.0, 8295.0, 8304.0, 8277.0, 8309.0, 8284.0, 8301.0, 8342.0, 8336.0, 8295.0, 8322.0, 8296.0, 8290.0, 8304.0, 8262.0, 8377.0, 8334.0, 8305.0, 8351.0, 8308.0, 8260.0, 8295.0, 8275.0, 8354.0, 8315.0, 8329.0, 8358.0, 8314.0, 8271.0, 8307.0, 8249.0, 8236.0, 8293.0, 8300.0, 8380.0, 8336.0, 8293.0, 8360.0, 8291.0, 8259.0, 8311.0, 8296.0, 8356.0, 8350.0, 8331.0, 8387.0, 8314.0, 8269.0, 8315.0, 8285.0, 8334.0, 8314.0, 8330.0, 8375.0, 8321.0, 8261.0, 8315.0, 8275.0, 8297.0, 8288.0, 8285.0, 8328.0, 8317.0, 8329.0, 8299.0, 8253.0, 8319.0, 8244.0, 8224.0, 8253.0, 8231.0, 8308.0, 8293.0, 8338.0, 8344.0, 8302.0, 8255.0, 8251.0, 8259.0, 8315.0, 8277.0, 8323.0, 8356.0, 8347.0, 8408.0, 8322.0, 8295.0, 8320.0, 8273.0, 8354.0, 8300.0, 8343.0, 8328.0, 8304.0, 8317.0, 8285.0, 8254.0, 8291.0, 8267.0, 8351.0, 8295.0, 8335.0, 8324.0, 8298.0, 8265.0, 8259.0, 8228.0, 8266.0, 8230.0, 8320.0, 8308.0, 8323.0, 8340.0, 8303.0, 8250.0, 8259.0, 8230.0, 8271.0, 8234.0, 8335.0, 8313.0, 8330.0, 8370.0, 8325.0, 8256.0, 8266.0, 8238.0, 8323.0, 8284.0, 8358.0, 8345.0, 8292.0, 8343.0, 8273.0, 8254.0, 8295.0, 8256.0, 8355.0, 8320.0, 8361.0, 8330.0, 8315.0, 8310.0, 8262.0, 8219.0, 8306.0, 8292.0, 8349.0, 8290.0, 8248.0, 8262.0, 8233.0, 8225.0, 8256.0, 8232.0, 8302.0, 8304.0, 8303.0, 8275.0, 8236.0, 8232.0, 8235.0, 8260.0, 8312.0, 8299.0, 8299.0, 8298.0, 8244.0, 8323.0, 8251.0, 8219.0, 8294.0, 8270.0, 8352.0, 8313.0, 8297.0, 8267.0, 8238.0, 8289.0, 8236.0, 8237.0, 8307.0, 8284.0, 8324.0, 8274.0, 8245.0, 8298.0, 8257.0, 8326.0, 8315.0, 8315.0, 8338.0, 8252.0, 8238.0, 8276.0, 8278.0, 8347.0, 8292.0, 8284.0, 8324.0, 8255.0, 8219.0, 8277.0, 8253.0, 8352.0, 8330.0, 8301.0, 8298.0, 8254.0, 8305.0, 8253.0, 8277.0, 8307.0, 8306.0, 8333.0, 8264.0, 8234.0, 8256.0, 8228.0, 8294.0, 8227.0, 8256.0, 8304.0, 8300.0, 8333.0, 8339.0, 8284.0, 8272.0, 8256.0, 8256.0, 8254.0, 8315.0, 8318.0, 8361.0, 8350.0, 8312.0, 8297.0, 8350.0, 8276.0, 8261.0, 8313.0, 8313.0, 8360.0, 8332.0, 8309.0, 8362.0, 8258.0, 8293.0, 8246.0, 8224.0, 8273.0, 8256.0, 8304.0, 8293.0, 8334.0, 8248.0, 8231.0, 8243.0, 8230.0, 8283.0, 8249.0, 8264.0, 8285.0, 8291.0, 8362.0, 8319.0, 8260.0, 8267.0, 8234.0, 8286.0, 8248.0, 8245.0, 8269.0, 8256.0, 8341.0, 8317.0, 8300.0, 8296.0, 8253.0, 8260.0, 8246.0, 8235.0, 8263.0, 8268.0, 8357.0, 8304.0, 8305.0, 8362.0, 8274.0, 8238.0, 8261.0, 8233.0, 8276.0, 8265.0, 8337.0, 8313.0, 8274.0, 8343.0, 8256.0, 8237.0, 8261.0, 8235.0, 8306.0, 8301.0, 8345.0, 8319.0, 8291.0, 8301.0, 8237.0, 8250.0, 8286.0, 8281.0, 8349.0, 8294.0, 8269.0, 8280.0, 8236.0, 8233.0, 8260.0, 8251.0, 8337.0, 8296.0, 8301.0, 8340.0, 8288.0, 8237.0, 8260.0, 8232.0, 8303.0, 8247.0, 8336.0, 8292.0, 8241.0, 8319.0, 8233.0, 8214.0, 8261.0, 8237.0, 8353.0, 8283.0, 8256.0, 8297.0, 8252.0, 8232.0, 8264.0, 8235.0, 8306.0, 8280.0, 8246.0, 8242.0, 8207.0, 8250.0, 8209.0, 8265.0, 8273.0, 8333.0, 8309.0, 8284.0, 8287.0, 8253.0, 8237.0, 8245.0, 8251.0, 8297.0, 8301.0, 8294.0, 8363.0, 8262.0, 8245.0, 8263.0, 8270.0, 8334.0, 8297.0, 8297.0, 8305.0, 8238.0, 8219.0, 8244.0, 8235.0, 8287.0, 8279.0, 8336.0, 8294.0, 8251.0, 8220.0, 8231.0, 8235.0, 8320.0, 8285.0, 8316.0, 8269.0, 8256.0, 8262.0, 8253.0, 8291.0, 8279.0, 8296.0, 8306.0, 8246.0, 8240.0, 8239.0, 8209.0, 8252.0, 8227.0, 8311.0, 8277.0, 8305.0, 8293.0, 8238.0, 8232.0, 8226.0, 8228.0, 8272.0, 8265.0, 8337.0, 8298.0, 8256.0, 8244.0, 8257.0, 8236.0, 8293.0, 8280.0, 8277.0, 8261.0, 8233.0, 8316.0, 8291.0, 8303.0, 8288.0, 8232.0, 8266.0, 8227.0, 8265.0, 8284.0, 8256.0, 8328.0, 8248.0, 8217.0, 8243.0, 8231.0, 8256.0, 8230.0, 8233.0, 8308.0, 8299.0, 8311.0, 8266.0, 8255.0, 8289.0, 8235.0, 8247.0, 8309.0, 8297.0, 8310.0, 8281.0, 8254.0, 8275.0, 8234.0, 8238.0, 8306.0, 8281.0, 8292.0, 8279.0, 8237.0, 8232.0, 8246.0, 8217.0, 8230.0, 8289.0, 8249.0, 8259.0, 8207.0, 8224.0, 8216.0, 8255.0, 8259.0, 8311.0, 8319.0, 8392.0, 8361.0, 8350.0, 8362.0, 8312.0, 8256.0, 8278.0, 8262.0, 8236.0, 8322.0, 8313.0, 8269.0, 8282.0, 8253.0, 8275.0, 8234.0, 8289.0, 8291.0, 8294.0, 8321.0, 8264.0, 8231.0, 8247.0, 8249.0, 8304.0, 8291.0, 8293.0, 8305.0, 8250.0, 8233.0, 8230.0, 8235.0, 8302.0, 8306.0, 8277.0, 8332.0, 8260.0, 8217.0, 8226.0, 8233.0, 8299.0, 8288.0, 8272.0, 8299.0, 8229.0, 8215.0, 8240.0, 8227.0, 8311.0, 8273.0, 8271.0, 8286.0, 8248.0, 8230.0, 8241.0, 8245.0, 8314.0, 8289.0, 8278.0, 8309.0, 8236.0, 8231.0, 8266.0, 8251.0, 8307.0, 8281.0, 8256.0, 8253.0, 8273.0, 8259.0, 8293.0, 8283.0, 8324.0, 8312.0, 8271.0, 8294.0, 8247.0, 8231.0, 8313.0, 8271.0, 8274.0, 8306.0, 8265.0, 8216.0, 8244.0, 8231.0, 8299.0, 8259.0, 8271.0, 8286.0, 8247.0, 8212.0, 8239.0, 8209.0, 8250.0, 8231.0, 8253.0, 8284.0, 8230.0, 8302.0, 8233.0, 8243.0, 8243.0, 8237.0, 8286.0, 8289.0, 8248.0, 8284.0, 8257.0, 8256.0, 8257.0, 8282.0, 8270.0, 8328.0, 8241.0, 8254.0, 8249.0, 8236.0, 8279.0, 8318.0, 8333.0, 8361.0, 8283.0, 8235.0, 8237.0, 8294.0, 8249.0, 8274.0, 8343.0, 8319.0, 8333.0, 8329.0, 8289.0, 8256.0, 8318.0, 8280.0, 8261.0, 8304.0, 8290.0, 8292.0, 8262.0, 8232.0, 8255.0, 8229.0, 8254.0, 8306.0, 8292.0, 8262.0, 8247.0, 8254.0, 8277.0, 8257.0, 8271.0, 8298.0, 8228.0, 8209.0, 8235.0, 8209.0, 8249.0, 8239.0, 8297.0, 8282.0, 8259.0, 8229.0, 8213.0, 8229.0, 8243.0, 8259.0, 8304.0, 8292.0, 8281.0, 8313.0, 8241.0, 8252.0, 8278.0, 8253.0, 8310.0, 8316.0, 8318.0, 8342.0, 8289.0, 8256.0, 8292.0, 8247.0, 8272.0, 8287.0, 8294.0, 8338.0, 8278.0, 8238.0, 8290.0, 8247.0, 8229.0, 8253.0, 8208.0, 8250.0, 8230.0, 8260.0, 8291.0, 8278.0, 8290.0, 8230.0, 8224.0, 8234.0, 8207.0, 8262.0, 8238.0, 8228.0, 8304.0, 8284.0, 8264.0, 8266.0, 8260.0, 8310.0, 8256.0, 8257.0, 8289.0, 8285.0, 8357.0, 8330.0, 8291.0, 8345.0, 8280.0, 8278.0, 8299.0, 8288.0, 8330.0, 8339.0, 8310.0, 8335.0, 8291.0, 8277.0, 8311.0, 8270.0, 8267.0, 8326.0, 8298.0, 8327.0, 8296.0, 8255.0, 8277.0, 8257.0, 8249.0, 8304.0, 8275.0, 8274.0, 8244.0, 8232.0, 8239.0, 8230.0, 8244.0, 8273.0, 8262.0, 8316.0, 8263.0, 8235.0, 8229.0, 8236.0, 8266.0, 8313.0, 8291.0, 8347.0, 8309.0, 8264.0, 8289.0, 8257.0, 8269.0, 8285.0, 8257.0, 8328.0, 8314.0, 8270.0, 8314.0, 8256.0, 8234.0, 8244.0, 8228.0, 8288.0, 8291.0, 8309.0, 8311.0, 8269.0, 8309.0, 8235.0, 8235.0, 8272.0, 8275.0, 8316.0, 8309.0, 8255.0, 8295.0, 8236.0, 8236.0, 8295.0, 8282.0, 8323.0, 8311.0, 8273.0, 8257.0, 8270.0, 8255.0, 8281.0, 8272.0, 8330.0, 8333.0, 8293.0, 8261.0, 8256.0, 8272.0, 8329.0, 8312.0, 8300.0, 8314.0, 8267.0, 8232.0, 8260.0, 8231.0, 8289.0, 8259.0, 8329.0, 8288.0, 8247.0, 8275.0, 8233.0, 8231.0, 8251.0, 8254.0, 8353.0, 8300.0, 8254.0, 8253.0, 8253.0, 8281.0, 8281.0, 8264.0, 8305.0, 8294.0, 8277.0, 8268.0, 8272.0, 8281.0, 8259.0, 8257.0, 8317.0, 8305.0, 8348.0, 8321.0, 8295.0, 8348.0, 8275.0, 8236.0, 8277.0, 8270.0, 8356.0, 8317.0, 8328.0, 8363.0, 8284.0, 8237.0, 8259.0, 8252.0, 8301.0, 8351.0, 8294.0, 8262.0, 8318.0, 8290.0, 8288.0, 8335.0, 8302.0, 8322.0, 8317.0, 8285.0, 8269.0, 8255.0, 8243.0, 8303.0, 8293.0, 8256.0, 8227.0, 8227.0, 8223.0, 8237.0, 8245.0, 8279.0, 8359.0, 8316.0, 8335.0, 8274.0, 8226.0, 8207.0, 8247.0, 8251.0, 8311.0, 8310.0, 8310.0, 8328.0, 8287.0, 8306.0, 8288.0, 8254.0, 8306.0, 8279.0, 8316.0, 8280.0, 8277.0, 8322.0, 8306.0, 8334.0, 8306.0, 8256.0, 8280.0, 8235.0, 8207.0, 8284.0, 8261.0, 8351.0, 8311.0, 8288.0, 8297.0, 8253.0, 8218.0, 8284.0, 8270.0, 8357.0, 8316.0, 8291.0, 8333.0, 8274.0, 8275.0, 8329.0, 8319.0, 8284.0, 8267.0, 8248.0, 8300.0, 8263.0, 8292.0, 8320.0, 8294.0, 8337.0, 8266.0, 8228.0, 8252.0, 8210.0, 8297.0, 8272.0, 8287.0, 8288.0, 8249.0, 8246.0, 8232.0, 8255.0, 8287.0, 8279.0, 8304.0, 8359.0, 8308.0, 8293.0, 8319.0, 8293.0, 8356.0, 8346.0, 8367.0, 8326.0, 8268.0, 8288.0, 8274.0, 8340.0, 8331.0, 8288.0, 8359.0, 8300.0, 8255.0, 8281.0, 8282.0, 8336.0, 8327.0, 8297.0, 8308.0, 8279.0, 8230.0, 8286.0, 8212.0, 8281.0, 8268.0, 8267.0, 8288.0, 8234.0, 8330.0, 8289.0, 8257.0, 8316.0, 8239.0, 8226.0, 8297.0, 8273.0, 8262.0, 8353.0, 8309.0, 8287.0, 8297.0, 8268.0, 8237.0, 8248.0, 8309.0, 8311.0, 8341.0, 8328.0, 8269.0, 8240.0, 8294.0, 8268.0, 8240.0, 8335.0, 8306.0, 8282.0, 8236.0, 8248.0, 8239.0, 8264.0, 8310.0, 8310.0, 8279.0, 8310.0, 8253.0, 8237.0, 8339.0, 8297.0, 8285.0, 8331.0, 8325.0, 8279.0, 8227.0, 8244.0, 8250.0, 8283.0, 8344.0, 8304.0, 8260.0, 8275.0, 8278.0, 8261.0, 8342.0, 8319.0, 8292.0, 8296.0, 8302.0, 8284.0, 8361.0, 8349.0, 8316.0, 8300.0, 8331.0, 8254.0, 8239.0, 8334.0, 8313.0, 8321.0, 8330.0, 8346.0, 8298.0, 8233.0, 8223.0, 8252.0, 8273.0, 8323.0, 8361.0, 8331.0, 8308.0, 8314.0, 8284.0, 8242.0, 8313.0, 8296.0, 8326.0, 8327.0, 8286.0, 8264.0, 8277.0, 8220.0, 8306.0, 8294.0, 8321.0, 8321.0, 8282.0, 8278.0, 8243.0, 8230.0, 8287.0, 8276.0, 8322.0, 8324.0, 8282.0, 8338.0, 8252.0, 8241.0, 8310.0, 8306.0, 8334.0, 8306.0, 8234.0, 8274.0, 8268.0, 8289.0, 8322.0, 8292.0, 8322.0, 8260.0, 8234.0, 8308.0, 8296.0, 8322.0, 8327.0, 8285.0, 8252.0, 8283.0, 8237.0, 8323.0, 8309.0, 8309.0, 8330.0, 8274.0, 8274.0, 8310.0, 8262.0, 8340.0, 8310.0, 8295.0, 8312.0, 8288.0, 8255.0, 8273.0, 8274.0, 8358.0, 8319.0, 8318.0, 8345.0, 8305.0, 8254.0, 8311.0, 8252.0, 8336.0, 8309.0, 8262.0, 8247.0, 8216.0, 8285.0, 8287.0, 8315.0, 8303.0, 8231.0, 8304.0, 8249.0, 8234.0, 8311.0, 8283.0, 8343.0, 8330.0, 8292.0, 8350.0, 8288.0, 8257.0, 8316.0, 8304.0, 8325.0, 8328.0, 8318.0, 8360.0, 8318.0, 8259.0, 8324.0, 8289.0, 8264.0, 8321.0, 8305.0, 8291.0, 8250.0, 8237.0, 8304.0, 8290.0, 8334.0, 8304.0, 8264.0, 8323.0, 8260.0, 8255.0, 8286.0, 8291.0, 8348.0, 8336.0, 8293.0, 8364.0, 8290.0, 8253.0, 8316.0, 8266.0, 8320.0, 8316.0, 8309.0, 8278.0, 8228.0, 8273.0, 8251.0, 8335.0, 8292.0, 8281.0, 8276.0, 8249.0, 8255.0, 8267.0, 8254.0, 8306.0, 8296.0, 8249.0, 8262.0, 8220.0, 8276.0, 8234.0, 8300.0, 8314.0, 8304.0, 8365.0, 8336.0, 8267.0, 8326.0, 8281.0, 8267.0, 8337.0, 8344.0, 8389.0, 8359.0, 8330.0, 8367.0, 8340.0, 8283.0, 8309.0, 8283.0, 8336.0, 8295.0, 8309.0, 8309.0, 8266.0, 8273.0, 8278.0, 8231.0, 8315.0, 8302.0, 8314.0, 8301.0, 8247.0, 8317.0, 8246.0, 8227.0, 8289.0, 8287.0, 8337.0, 8311.0, 8282.0, 8340.0, 8266.0, 8235.0, 8289.0, 8265.0, 8322.0, 8308.0, 8296.0, 8338.0, 8299.0, 8240.0, 8278.0, 8255.0, 8298.0, 8309.0, 8279.0, 8338.0, 8282.0, 8241.0, 8313.0, 8267.0, 8338.0, 8309.0, 8278.0, 8308.0, 8266.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.0022627987897125565</td></tr>
<tr><td colspan=3>aqi</td><td>0.05733159886535552</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.53511729157467</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1140730623618469</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.996674604595005</td></tr>
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
<tr><td colspan=3>fber</td><td>5777.9067</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1897086946369675</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>465</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.17397881996974</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6380956178623403</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4961060313972854</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9360993845433905</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.482081437646346</td></tr>
<tr><td colspan=3>gcor</td><td>0.00449529</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011418762616813183</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03157477080821991</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.850739530579034</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>21.2401</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6666</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.1305</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>303002.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>570.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.485</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1607</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>443.1815</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2894.1726</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.3603</td></tr>
<tr><td colspan=3>tsnr</td><td>26.316815821337514</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>