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

616 lines
No EOL
122 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-0056_ses-01_task-alignvideo_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-0056_ses-01_task-alignvideo_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-01_subject-0056_suffix-bold_task-alignvideo" 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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0056_suffix-bold_task-alignvideo" 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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0056_suffix-bold_task-alignvideo" 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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0056_suffix-bold_task-alignvideo" 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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-alignvideo_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-01_subject-0056_suffix-bold_task-alignvideo" 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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-alignvideo_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-01_subject-0056_suffix-bold_task-alignvideo" 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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0056_suffix-bold_task-alignvideo" 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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_ses-01_task-alignvideo_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-alignvideo_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-0056/ses-01/func/sub-0056_ses-01_task-alignvideo_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>fbee9cef571fb3cdbc4adee264811a00</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:50:35.995000</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.998571, 0.0526054, -0.00943097, -0.0525077, 0.998567, 0.0103264]</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-alignvideo_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.0910234</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7750, -7231, 772, -20, -202, 49, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.553</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>90ec82c5-b68d-4151-a176-f0366f610f3d||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.6790926456451416, -0.14087428152561188, -0.026893850415945053, 118.95919036865234], [-0.14113646745681763, 2.6790826320648193, 0.02650435082614422, -95.27555847167969], [-0.025302616879343987, -0.027704929932951927, 2.6997358798980713, -55.17803955078125], [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, 1073]</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], 'AcquisitionTime': ['205035.995000', '205036.455000', '205036.915000', '205037.375000', '205037.835000', '205038.295000', '205038.755000', '205039.215000', '205039.675000', '205040.135000', '205040.595000', '205041.055000', '205041.515000', '205041.975000', '205042.435000', '205042.895000', '205043.355000', '205043.815000', '205044.275000', '205044.735000', '205045.195000', '205045.655000', '205046.115000', '205046.575000', '205047.035000', '205047.495000', '205047.955000', '205048.415000', '205048.875000', '205049.335000', '205049.795000', '205050.255000', '205050.715000', '205051.175000', '205051.635000', '205052.095000', '205052.555000', '205053.015000', '205053.475000', '205053.935000', '205054.395000', '205054.855000', '205055.315000', '205055.775000', '205056.235000', '205056.695000', '205057.155000', '205057.615000', '205058.075000', '205058.535000', '205058.995000', '205059.455000', '205059.915000', '205100.375000', '205100.835000', '205101.295000', '205101.755000', '205102.215000', '205102.675000', '205103.135000', '205103.595000', '205104.055000', '205104.515000', '205104.975000', '205105.435000', '205105.895000', '205106.355000', '205106.815000', '205107.275000', '205107.735000', '205108.195000', '205108.655000', '205109.115000', '205109.575000', '205110.035000', '205110.495000', '205110.955000', '205111.415000', '205111.875000', '205112.335000', '205112.795000', '205113.255000', '205113.715000', '205114.175000', '205114.635000', '205115.095000', '205115.555000', '205116.015000', '205116.475000', '205116.935000', '205117.395000', '205117.855000', '205118.315000', '205118.775000', '205119.235000', '205119.695000', '205120.155000', '205120.615000', '205121.075000', '205121.535000', '205121.995000', '205122.455000', '205122.915000', '205123.375000', '205123.835000', '205124.295000', '205124.755000', '205125.215000', '205125.675000', '205126.135000', '205126.595000', '205127.055000', '205127.515000', '205127.975000', '205128.435000', '205128.895000', '205129.355000', '205129.815000', '205130.275000', '205130.735000', '205131.195000', '205131.655000', '205132.115000', '205132.575000', '205133.035000', '205133.495000', '205133.955000', '205134.415000', '205134.875000', '205135.335000', '205135.795000', '205136.255000', '205136.715000', '205137.175000', '205137.635000', '205138.095000', '205138.555000', '205139.015000', '205139.475000', '205139.935000', '205140.395000', '205140.855000', '205141.315000', '205141.775000', '205142.235000', '205142.695000', '205143.155000', '205143.615000', '205144.075000', '205144.535000', '205144.995000', '205145.455000', '205145.915000', '205146.375000', '205146.835000', '205147.295000', '205147.755000', '205148.215000', '205148.675000', '205149.135000', '205149.595000', '205150.055000', '205150.515000', '205150.975000', '205151.435000', '205151.895000', '205152.355000', '205152.815000', '205153.275000', '205153.735000', '205154.195000', '205154.655000', '205155.115000', '205155.575000', '205156.035000', '205156.495000', '205156.955000', '205157.415000', '205157.875000', '205158.335000', '205158.795000', '205159.255000', '205159.715000', '205200.175000', '205200.635000', '205201.095000', '205201.555000', '205202.015000', '205202.475000', '205202.935000', '205203.395000', '205203.855000', '205204.315000', '205204.775000', '205205.235000', '205205.695000', '205206.155000', '205206.615000', '205207.075000', '205207.535000', '205207.995000', '205208.455000', '205208.915000', '205209.375000', '205209.835000', '205210.295000', '205210.755000', '205211.215000', '205211.675000', '205212.135000', '205212.595000', '205213.055000', '205213.515000', '205213.975000', '205214.435000', '205214.895000', '205215.355000', '205215.815000', '205216.275000', '205216.735000', '205217.195000', '205217.655000', '205218.115000', '205218.575000', '205219.035000', '205219.495000', '205219.955000', '205220.415000', '205220.875000', '205221.335000', '205221.795000', '205222.255000', '205222.715000', '205223.175000', '205223.635000', '205224.095000', '205224.555000', '205225.015000', '205225.475000', '205225.935000', '205226.395000', '205226.855000', '205227.315000', '205227.775000', '205228.235000', '205228.695000', '205229.155000', '205229.615000', '205230.075000', '205230.535000', '205230.995000', '205231.455000', '205231.915000', '205232.375000', '205232.835000', '205233.295000', '205233.755000', '205234.215000', '205234.675000', '205235.135000', '205235.595000', '205236.055000', '205236.515000', '205236.975000', '205237.435000', '205237.895000', '205238.355000', '205238.815000', '205239.275000', '205239.735000', '205240.195000', '205240.655000', '205241.115000', '205241.575000', '205242.035000', '205242.495000', '205242.955000', '205243.415000', '205243.875000', '205244.335000', '205244.795000', '205245.255000', '205245.715000', '205246.175000', '205246.635000', '205247.095000', '205247.555000', '205248.015000', '205248.475000', '205248.935000', '205249.395000', '205249.855000', '205250.315000', '205250.775000', '205251.235000', '205251.695000', '205252.155000', '205252.615000', '205253.075000', '205253.535000', '205253.995000', '205254.455000', '205254.915000', '205255.375000', '205255.835000', '205256.295000', '205256.755000', '205257.215000', '205257.675000', '205258.135000', '205258.595000', '205259.055000', '205259.515000', '205259.975000', '205300.435000', '205300.895000', '205301.355000', '205301.815000', '205302.275000', '205302.735000', '205303.195000', '205303.655000', '205304.115000', '205304.575000', '205305.035000', '205305.495000', '205305.955000', '205306.415000', '205306.875000', '205307.335000', '205307.795000', '205308.255000', '205308.715000', '205309.175000', '205309.635000', '205310.095000', '205310.555000', '205311.015000', '205311.475000', '205311.935000', '205312.395000', '205312.855000', '205313.315000', '205313.775000', '205314.235000', '205314.695000', '205315.155000', '205315.615000', '205316.075000', '205316.535000', '205316.995000', '205317.455000', '205317.915000', '205318.375000', '205318.835000', '205319.295000', '205319.755000', '205320.215000', '205320.675000', '205321.135000', '205321.595000', '205322.055000', '205322.515000', '205322.975000', '205323.435000', '205323.895000', '205324.355000', '205324.815000', '205325.275000', '205325.735000', '205326.195000', '205326.655000', '205327.115000', '205327.575000', '205328.035000', '205328.495000', '205328.955000', '205329.415000', '205329.875000', '205330.335000', '205330.795000', '205331.255000', '205331.715000', '205332.175000', '205332.635000', '205333.095000', '205333.555000', '205334.015000', '205334.475000', '205334.935000', '205335.395000', '205335.855000', '205336.315000', '205336.775000', '205337.235000', '205337.695000', '205338.155000', '205338.615000', '205339.075000', '205339.535000', '205339.995000', '205340.455000', '205340.915000', '205341.375000', '205341.835000', '205342.295000', '205342.755000', '205343.215000', '205343.675000', '205344.135000', '205344.595000', '205345.055000', '205345.515000', '205345.975000', '205346.435000', '205346.895000', '205347.355000', '205347.815000', '205348.275000', '205348.735000', '205349.195000', '205349.655000', '205350.115000', '205350.575000', '205351.035000', '205351.495000', '205351.955000', '205352.415000', '205352.875000', '205353.335000', '205353.795000', '205354.255000', '205354.715000', '205355.175000', '205355.635000', '205356.095000', '205356.555000', '205357.015000', '205357.475000', '205357.935000', '205358.395000', '205358.855000', '205359.315000', '205359.775000', '205400.235000', '205400.695000', '205401.155000', '205401.615000', '205402.075000', '205402.535000', '205402.995000', '205403.455000', '205403.915000', '205404.375000', '205404.835000', '205405.295000', '205405.755000', '205406.215000', '205406.675000', '205407.135000', '205407.595000', '205408.055000', '205408.515000', '205408.975000', '205409.435000', '205409.895000', '205410.355000', '205410.815000', '205411.275000', '205411.735000', '205412.195000', '205412.655000', '205413.115000', '205413.575000', '205414.035000', '205414.495000', '205414.955000', '205415.415000', '205415.875000', '205416.335000', '205416.795000', '205417.255000', '205417.715000', '205418.175000', '205418.635000', '205419.095000', '205419.555000', '205420.015000', '205420.475000', '205420.935000', '205421.395000', '205421.855000', '205422.315000', '205422.775000', '205423.235000', '205423.695000', '205424.155000', '205424.615000', '205425.075000', '205425.535000', '205425.995000', '205426.455000', '205426.915000', '205427.375000', '205427.835000', '205428.295000', '205428.755000', '205429.215000', '205429.675000', '205430.135000', '205430.595000', '205431.055000', '205431.515000', '205431.975000', '205432.435000', '205432.895000', '205433.355000', '205433.815000', '205434.275000', '205434.735000', '205435.195000', '205435.655000', '205436.115000', '205436.575000', '205437.035000', '205437.495000', '205437.955000', '205438.415000', '205438.875000', '205439.335000', '205439.795000', '205440.255000', '205440.715000', '205441.175000', '205441.635000', '205442.095000', '205442.555000', '205443.015000', '205443.475000', '205443.935000', '205444.395000', '205444.855000', '205445.315000', '205445.775000', '205446.235000', '205446.695000', '205447.155000', '205447.615000', '205448.075000', '205448.535000', '205448.995000', '205449.455000', '205449.915000', '205450.375000', '205450.835000', '205451.295000', '205451.755000', '205452.215000', '205452.675000', '205453.135000', '205453.595000', '205454.055000', '205454.515000', '205454.975000', '205455.435000', '205455.895000', '205456.355000', '205456.815000', '205457.275000', '205457.735000', '205458.195000', '205458.655000', '205459.115000', '205459.575000', '205500.035000', '205500.495000', '205500.955000', '205501.415000', '205501.875000', '205502.335000', '205502.795000', '205503.255000', '205503.715000', '205504.175000', '205504.635000', '205505.095000', '205505.555000', '205506.015000', '205506.475000', '205506.935000', '205507.395000', '205507.855000', '205508.315000', '205508.775000', '205509.235000', '205509.695000', '205510.155000', '205510.615000', '205511.075000', '205511.535000', '205511.995000', '205512.455000', '205512.915000', '205513.375000', '205513.835000', '205514.295000', '205514.755000', '205515.215000', '205515.675000', '205516.135000', '205516.595000', '205517.055000', '205517.515000', '205517.975000', '205518.435000', '205518.895000', '205519.355000', '205519.815000', '205520.275000', '205520.735000', '205521.195000', '205521.655000', '205522.115000', '205522.575000', '205523.035000', '205523.495000', '205523.955000', '205524.415000', '205524.875000', '205525.335000', '205525.795000', '205526.255000', '205526.715000', '205527.175000', '205527.635000', '205528.095000', '205528.555000', '205529.015000', '205529.475000', '205529.935000', '205530.395000', '205530.855000', '205531.315000', '205531.775000', '205532.235000', '205532.695000', '205533.155000', '205533.615000', '205534.075000', '205534.535000', '205534.995000', '205535.455000', '205535.915000', '205536.375000', '205536.835000', '205537.295000', '205537.755000', '205538.215000', '205538.675000', '205539.135000', '205539.595000', '205540.055000', '205540.515000', '205540.975000', '205541.435000', '205541.895000', '205542.355000', '205542.815000', '205543.275000', '205543.735000', '205544.195000', '205544.655000', '205545.115000', '205545.575000', '205546.035000', '205546.495000', '205546.955000', '205547.415000', '205547.875000', '205548.335000', '205548.795000', '205549.255000', '205549.715000', '205550.175000', '205550.635000', '205551.095000', '205551.555000', '205552.015000', '205552.475000', '205552.935000', '205553.395000', '205553.855000', '205554.315000', '205554.775000', '205555.235000', '205555.695000', '205556.155000', '205556.615000', '205557.075000', '205557.535000', '205557.995000', '205558.455000', '205558.915000', '205559.375000', '205559.835000', '205600.295000', '205600.755000', '205601.215000', '205601.675000', '205602.135000', '205602.595000', '205603.055000', '205603.515000', '205603.975000', '205604.435000', '205604.895000', '205605.355000', '205605.815000', '205606.275000', '205606.735000', '205607.195000', '205607.655000', '205608.115000', '205608.575000', '205609.035000', '205609.495000', '205609.955000', '205610.415000', '205610.875000', '205611.335000', '205611.795000', '205612.255000', '205612.715000', '205613.175000', '205613.635000', '205614.095000', '205614.555000', '205615.015000', '205615.475000', '205615.935000', '205616.395000', '205616.855000', '205617.315000', '205617.775000', '205618.235000', '205618.695000', '205619.155000', '205619.615000', '205620.075000', '205620.535000', '205620.995000', '205621.455000', '205621.915000', '205622.375000', '205622.835000', '205623.295000', '205623.755000', '205624.215000', '205624.675000', '205625.135000', '205625.595000', '205626.055000', '205626.515000', '205626.975000', '205627.435000', '205627.895000', '205628.355000', '205628.815000', '205629.275000', '205629.735000', '205630.195000', '205630.655000', '205631.115000', '205631.575000', '205632.035000', '205632.495000', '205632.955000', '205633.415000', '205633.875000', '205634.335000', '205634.795000', '205635.255000', '205635.715000', '205636.175000', '205636.635000', '205637.095000', '205637.555000', '205638.015000', '205638.475000', '205638.935000', '205639.395000', '205639.855000', '205640.315000', '205640.775000', '205641.235000', '205641.695000', '205642.155000', '205642.615000', '205643.075000', '205643.535000', '205643.995000', '205644.455000', '205644.915000', '205645.375000', '205645.835000', '205646.295000', '205646.755000', '205647.215000', '205647.675000', '205648.135000', '205648.595000', '205649.055000', '205649.515000', '205649.975000', '205650.435000', '205650.895000', '205651.355000', '205651.815000', '205652.275000', '205652.735000', '205653.195000', '205653.655000', '205654.115000', '205654.575000', '205655.035000', '205655.495000', '205655.955000', '205656.415000', '205656.875000', '205657.335000', '205657.795000', '205658.255000', '205658.715000', '205659.175000', '205659.635000', '205700.095000', '205700.555000', '205701.015000', '205701.475000', '205701.935000', '205702.395000', '205702.855000', '205703.315000', '205703.775000', '205704.235000', '205704.695000', '205705.155000', '205705.615000', '205706.075000', '205706.535000', '205706.995000', '205707.455000', '205707.915000', '205708.375000', '205708.835000', '205709.295000', '205709.755000', '205710.215000', '205710.675000', '205711.135000', '205711.595000', '205712.055000', '205712.515000', '205712.975000', '205713.435000', '205713.895000', '205714.355000', '205714.815000', '205715.275000', '205715.735000', '205716.195000', '205716.655000', '205717.115000', '205717.575000', '205718.035000', '205718.495000', '205718.955000', '205719.415000', '205719.875000', '205720.335000', '205720.795000', '205721.255000', '205721.715000', '205722.175000', '205722.635000', '205723.095000', '205723.555000', '205724.015000', '205724.475000', '205724.935000', '205725.395000', '205725.855000', '205726.315000', '205726.775000', '205727.235000', '205727.695000', '205728.155000', '205728.615000', '205729.075000', '205729.535000', '205729.995000', '205730.455000', '205730.915000', '205731.375000', '205731.835000', '205732.295000', '205732.755000', '205733.215000', '205733.675000', '205734.135000', '205734.595000', '205735.055000', '205735.515000', '205735.975000', '205736.435000', '205736.895000', '205737.355000', '205737.815000', '205738.275000', '205738.735000', '205739.195000', '205739.655000', '205740.115000', '205740.575000', '205741.035000', '205741.495000', '205741.955000', '205742.415000', '205742.875000', '205743.335000', '205743.795000', '205744.255000', '205744.715000', '205745.175000', '205745.635000', '205746.095000', '205746.555000', '205747.015000', '205747.475000', '205747.935000', '205748.395000', '205748.855000', '205749.315000', '205749.775000', '205750.235000', '205750.695000', '205751.155000', '205751.615000', '205752.075000', '205752.535000', '205752.995000', '205753.455000', '205753.915000', '205754.375000', '205754.835000', '205755.295000', '205755.755000', '205756.215000', '205756.675000', '205757.135000', '205757.595000', '205758.055000', '205758.515000', '205758.975000', '205759.435000', '205759.895000', '205800.355000', '205800.815000', '205801.275000', '205801.735000', '205802.195000', '205802.655000', '205803.115000', '205803.575000', '205804.035000', '205804.495000', '205804.955000', '205805.415000', '205805.875000', '205806.335000', '205806.795000', '205807.255000', '205807.715000', '205808.175000', '205808.635000', '205809.095000', '205809.555000', '205810.015000', '205810.475000', '205810.935000', '205811.395000', '205811.855000', '205812.315000', '205812.775000', '205813.235000', '205813.695000', '205814.155000', '205814.615000', '205815.075000', '205815.535000', '205815.995000', '205816.455000', '205816.915000', '205817.375000', '205817.835000', '205818.295000', '205818.755000', '205819.215000', '205819.675000', '205820.135000', '205820.595000', '205821.055000', '205821.515000', '205821.975000', '205822.435000', '205822.895000', '205823.355000', '205823.815000', '205824.275000', '205824.735000', '205825.195000', '205825.655000', '205826.115000', '205826.575000', '205827.035000', '205827.495000', '205827.955000', '205828.415000', '205828.875000', '205829.335000', '205829.795000', '205830.255000', '205830.715000', '205831.175000', '205831.635000', '205832.095000', '205832.555000', '205833.015000', '205833.475000', '205833.935000', '205834.395000', '205834.855000', '205835.315000', '205835.775000', '205836.235000', '205836.695000', '205837.155000', '205837.615000', '205838.075000', '205838.535000', '205838.995000', '205839.455000', '205839.915000', '205840.375000', '205840.835000', '205841.295000', '205841.755000', '205842.215000', '205842.675000', '205843.135000', '205843.595000', '205844.055000', '205844.515000', '205844.975000', '205845.435000', '205845.895000', '205846.355000', '205846.815000', '205847.275000', '205847.735000', '205848.195000', '205848.655000', '205849.115000'], 'ContentTime': ['205053.624000', '205053.627000', '205053.630000', '205053.633000', '205053.635000', '205053.638000', '205053.641000', '205053.643000', '205053.646000', '205053.648000', '205053.654000', '205053.657000', '205053.659000', '205053.662000', '205053.665000', '205053.667000', '205053.670000', '205053.672000', '205053.675000', '205053.677000', '205053.680000', '205053.682000', '205053.685000', '205053.688000', '205053.690000', '205053.693000', '205053.695000', '205053.698000', '205053.702000', '205053.704000', '205053.707000', '205053.710000', '205053.712000', '205053.715000', '205053.717000', '205113.588000', '205113.591000', '205113.594000', '205113.598000', '205113.601000', '205113.604000', '205113.606000', '205113.609000', '205113.611000', '205113.614000', '205113.616000', '205113.619000', '205113.622000', '205113.624000', '205113.627000', '205113.629000', '205113.632000', '205113.634000', '205113.637000', '205113.639000', '205113.642000', '205113.645000', '205113.647000', '205113.650000', '205113.652000', '205113.655000', '205113.658000', '205113.660000', '205113.663000', '205113.665000', '205113.668000', '205113.670000', '205113.673000', '205113.675000', '205113.678000', '205113.680000', '205113.683000', '205113.686000', '205113.688000', '205113.691000', '205113.693000', '205113.696000', '205113.698000', '205113.701000', '205133.589000', '205133.591000', '205133.594000', '205133.597000', '205133.599000', '205133.602000', '205133.605000', '205133.607000', '205133.610000', '205133.612000', '205133.615000', '205133.618000', '205133.620000', '205133.623000', '205133.625000', '205133.628000', '205133.630000', '205133.639000', '205133.642000', '205133.644000', '205133.647000', '205133.649000', '205133.652000', '205133.655000', '205133.657000', '205133.660000', '205133.662000', '205133.665000', '205133.668000', '205133.670000', '205133.673000', '205133.675000', '205133.678000', '205133.681000', '205133.683000', '205133.686000', '205133.688000', '205133.691000', '205133.693000', '205133.696000', '205133.699000', '205133.701000', '205133.704000', '205153.589000', '205153.591000', '205153.594000', '205153.597000', '205153.599000', '205153.602000', '205153.605000', '205153.607000', '205153.610000', '205153.613000', '205153.615000', '205153.618000', '205153.620000', '205153.623000', '205153.626000', '205153.629000', '205153.632000', '205153.634000', '205153.637000', '205153.640000', '205153.642000', '205153.645000', '205153.647000', '205153.650000', '205153.652000', '205153.655000', '205153.658000', '205153.660000', '205153.663000', '205153.665000', '205153.668000', '205153.671000', '205153.673000', '205153.676000', '205153.679000', '205153.681000', '205153.684000', '205153.686000', '205153.689000', '205153.692000', '205153.694000', '205153.697000', '205153.699000', '205153.702000', '205213.589000', '205213.591000', '205213.594000', '205213.597000', '205213.599000', '205213.602000', '205213.605000', '205213.607000', '205213.610000', '205213.612000', '205213.615000', '205213.617000', '205213.620000', '205213.623000', '205213.625000', '205213.628000', '205213.630000', '205213.633000', '205213.636000', '205213.638000', '205213.641000', '205213.643000', '205213.646000', '205213.648000', '205213.651000', '205213.654000', '205213.656000', '205213.659000', '205213.661000', '205213.664000', '205213.667000', '205213.679000', '205213.682000', '205213.684000', '205213.687000', '205213.689000', '205213.692000', '205213.694000', '205213.697000', '205213.700000', '205213.702000', '205213.705000', '205213.707000', '205233.589000', '205233.591000', '205233.594000', '205233.597000', '205233.600000', '205233.602000', '205233.605000', '205233.607000', '205233.610000', '205233.612000', '205233.615000', '205233.618000', '205233.621000', '205233.624000', '205233.627000', '205233.630000', '205233.632000', '205233.635000', '205233.638000', '205233.640000', '205233.643000', '205233.645000', '205233.648000', '205233.651000', '205233.653000', '205233.656000', '205233.658000', '205233.661000', '205233.663000', '205233.666000', '205233.668000', '205233.671000', '205233.674000', '205233.676000', '205233.679000', '205233.682000', '205233.684000', '205233.687000', '205233.689000', '205233.692000', '205233.694000', '205233.697000', '205233.700000', '205253.588000', '205253.591000', '205253.594000', '205253.596000', '205253.599000', '205253.602000', '205253.605000', '205253.607000', '205253.610000', '205253.613000', '205253.615000', '205253.618000', '205253.620000', '205253.623000', '205253.625000', '205253.628000', '205253.631000', '205253.633000', '205253.636000', '205253.639000', '205253.641000', '205253.644000', '205253.647000', '205253.649000', '205253.652000', '205253.654000', '205253.657000', '205253.659000', '205253.662000', '205253.665000', '205253.667000', '205253.670000', '205253.673000', '205253.675000', '205253.678000', '205253.680000', '205253.683000', '205253.685000', '205253.688000', '205253.691000', '205253.693000', '205253.696000', '205253.698000', '205253.701000', '205313.589000', '205313.592000', '205313.594000', '205313.597000', '205313.600000', '205313.602000', '205313.605000', '205313.607000', '205313.610000', '205313.612000', '205313.615000', '205313.618000', '205313.620000', '205313.623000', '205313.626000', '205313.629000', '205313.631000', '205313.634000', '205313.637000', '205313.639000', '205313.642000', '205313.644000', '205313.647000', '205313.650000', '205313.652000', '205313.655000', '205313.657000', '205313.660000', '205313.662000', '205313.666000', '205313.669000', '205313.671000', '205313.674000', '205313.677000', '205313.679000', '205313.682000', '205313.684000', '205313.687000', '205313.690000', '205313.692000', '205313.695000', '205313.697000', '205313.700000', '205333.589000', '205333.591000', '205333.594000', '205333.597000', '205333.599000', '205333.602000', '205333.605000', '205333.607000', '205333.610000', '205333.612000', '205333.615000', '205333.618000', '205333.620000', '205333.623000', '205333.626000', '205333.628000', '205333.631000', '205333.633000', '205333.636000', '205333.639000', '205333.641000', '205333.644000', '205333.647000', '205333.649000', '205333.652000', '205333.654000', '205333.657000', '205333.660000', '205333.662000', '205333.665000', '205333.668000', '205333.670000', '205333.673000', '205333.675000', '205333.678000', '205333.681000', '205333.683000', '205333.686000', '205333.689000', '205333.691000', '205333.694000', '205333.696000', '205333.699000', '205333.702000', '205353.588000', '205353.591000', '205353.594000', '205353.596000', '205353.599000', '205353.602000', '205353.605000', '205353.607000', '205353.610000', '205353.612000', '205353.615000', '205353.617000', '205353.620000', '205353.623000', '205353.625000', '205353.628000', '205353.631000', '205353.634000', '205353.637000', '205353.640000', '205353.642000', '205353.645000', '205353.648000', '205353.650000', '205353.653000', '205353.655000', '205353.658000', '205353.670000', '205353.673000', '205353.675000', '205353.678000', '205353.681000', '205353.683000', '205353.686000', '205353.689000', '205353.691000', '205353.694000', '205353.696000', '205353.699000', '205353.701000', '205353.704000', '205353.707000', '205353.709000', '205413.589000', '205413.591000', '205413.594000', '205413.597000', '205413.599000', '205413.602000', '205413.605000', '205413.607000', '205413.610000', '205413.612000', '205413.615000', '205413.617000', '205413.620000', '205413.623000', '205413.625000', '205413.628000', '205413.630000', '205413.633000', '205413.636000', '205413.638000', '205413.641000', '205413.644000', '205413.646000', '205413.649000', '205413.651000', '205413.654000', '205413.656000', '205413.659000', '205413.662000', '205413.664000', '205413.667000', '205413.670000', '205413.672000', '205413.675000', '205413.677000', '205413.680000', '205413.682000', '205413.685000', '205413.688000', '205413.690000', '205413.693000', '205413.695000', '205413.698000', '205413.701000', '205433.588000', '205433.591000', '205433.594000', '205433.597000', '205433.599000', '205433.602000', '205433.604000', '205433.607000', '205433.610000', '205433.612000', '205433.615000', '205433.617000', '205433.620000', '205433.623000', '205433.625000', '205433.628000', '205433.630000', '205433.633000', '205433.635000', '205433.638000', '205433.641000', '205433.643000', '205433.646000', '205433.648000', '205433.651000', '205433.653000', '205433.656000', '205433.659000', '205433.662000', '205433.665000', '205433.667000', '205433.670000', '205433.672000', '205433.675000', '205433.677000', '205433.699000', '205433.702000', '205433.705000', '205433.708000', '205433.710000', '205433.713000', '205433.716000', '205433.718000', '205453.589000', '205453.591000', '205453.594000', '205453.597000', '205453.599000', '205453.602000', '205453.605000', '205453.607000', '205453.610000', '205453.612000', '205453.615000', '205453.618000', '205453.620000', '205453.623000', '205453.626000', '205453.628000', '205453.631000', '205453.633000', '205453.636000', '205453.639000', '205453.641000', '205453.644000', '205453.647000', '205453.649000', '205453.652000', '205453.654000', '205453.657000', '205453.660000', '205453.662000', '205453.665000', '205453.667000', '205453.670000', '205453.673000', '205453.675000', '205453.678000', '205453.680000', '205453.683000', '205453.686000', '205453.688000', '205453.691000', '205453.693000', '205453.696000', '205453.699000', '205453.701000', '205513.589000', '205513.592000', '205513.594000', '205513.597000', '205513.600000', '205513.602000', '205513.605000', '205513.607000', '205513.610000', '205513.612000', '205513.615000', '205513.618000', '205513.620000', '205513.623000', '205513.626000', '205513.628000', '205513.631000', '205513.634000', '205513.636000', '205513.639000', '205513.641000', '205513.644000', '205513.647000', '205513.649000', '205513.652000', '205513.655000', '205513.657000', '205513.660000', '205513.662000', '205513.665000', '205513.668000', '205513.670000', '205513.673000', '205513.675000', '205513.678000', '205513.681000', '205513.684000', '205513.687000', '205513.690000', '205513.692000', '205513.695000', '205513.698000', '205513.700000', '205533.589000', '205533.592000', '205533.594000', '205533.597000', '205533.599000', '205533.602000', '205533.605000', '205533.607000', '205533.610000', '205533.613000', '205533.615000', '205533.618000', '205533.620000', '205533.623000', '205533.626000', '205533.628000', '205533.631000', '205533.633000', '205533.636000', '205533.639000', '205533.641000', '205533.644000', '205533.646000', '205533.649000', '205533.652000', '205533.654000', '205533.657000', '205533.659000', '205533.662000', '205533.665000', '205533.667000', '205533.670000', '205533.673000', '205533.675000', '205533.678000', '205533.680000', '205533.683000', '205533.685000', '205533.688000', '205533.691000', '205533.693000', '205533.696000', '205533.699000', '205533.701000', '205553.589000', '205553.591000', '205553.594000', '205553.597000', '205553.599000', '205553.602000', '205553.605000', '205553.607000', '205553.610000', '205553.613000', '205553.615000', '205553.618000', '205553.620000', '205553.623000', '205553.626000', '205553.628000', '205553.631000', '205553.633000', '205553.636000', '205553.639000', '205553.641000', '205553.644000', '205553.647000', '205553.649000', '205553.652000', '205553.654000', '205553.657000', '205553.660000', '205553.662000', '205553.665000', '205553.667000', '205553.670000', '205553.673000', '205553.675000', '205553.678000', '205553.680000', '205553.683000', '205553.686000', '205553.688000', '205553.692000', '205553.695000', '205553.698000', '205553.701000', '205613.589000', '205613.591000', '205613.594000', '205613.597000', '205613.599000', '205613.602000', '205613.605000', '205613.607000', '205613.610000', '205613.613000', '205613.615000', '205613.618000', '205613.620000', '205613.623000', '205613.625000', '205613.628000', '205613.630000', '205613.633000', '205613.636000', '205613.638000', '205613.641000', '205613.643000', '205613.646000', '205613.649000', '205613.651000', '205613.654000', '205613.657000', '205613.659000', '205613.662000', '205613.664000', '205613.667000', '205613.669000', '205613.672000', '205613.675000', '205613.677000', '205613.680000', '205613.683000', '205613.685000', '205613.688000', '205613.690000', '205613.695000', '205613.697000', '205613.700000', '205613.702000', '205633.589000', '205633.591000', '205633.594000', '205633.597000', '205633.599000', '205633.602000', '205633.605000', '205633.607000', '205633.610000', '205633.612000', '205633.615000', '205633.618000', '205633.620000', '205633.623000', '205633.625000', '205633.628000', '205633.631000', '205633.633000', '205633.636000', '205633.638000', '205633.641000', '205633.644000', '205633.646000', '205633.649000', '205633.651000', '205633.654000', '205633.656000', '205633.659000', '205633.662000', '205633.664000', '205633.667000', '205633.669000', '205633.672000', '205633.674000', '205633.677000', '205633.680000', '205633.682000', '205633.685000', '205633.687000', '205633.690000', '205633.693000', '205633.695000', '205633.698000', '205653.589000', '205653.592000', '205653.594000', '205653.597000', '205653.600000', '205653.602000', '205653.605000', '205653.608000', '205653.611000', '205653.613000', '205653.616000', '205653.618000', '205653.621000', '205653.624000', '205653.626000', '205653.629000', '205653.632000', '205653.634000', '205653.637000', '205653.640000', '205653.649000', '205653.652000', '205653.655000', '205653.657000', '205653.660000', '205653.663000', '205653.665000', '205653.668000', '205653.671000', '205653.674000', '205653.676000', '205653.679000', '205653.682000', '205653.684000', '205653.687000', '205653.690000', '205653.692000', '205653.695000', '205653.698000', '205653.700000', '205653.703000', '205653.706000', '205653.708000', '205653.711000', '205713.589000', '205713.591000', '205713.594000', '205713.596000', '205713.599000', '205713.602000', '205713.605000', '205713.607000', '205713.610000', '205713.612000', '205713.615000', '205713.617000', '205713.620000', '205713.623000', '205713.625000', '205713.628000', '205713.630000', '205713.633000', '205713.635000', '205713.638000', '205713.641000', '205713.643000', '205713.646000', '205713.649000', '205713.651000', '205713.654000', '205713.656000', '205713.659000', '205713.662000', '205713.664000', '205713.667000', '205713.669000', '205713.672000', '205713.675000', '205713.677000', '205713.680000', '205713.682000', '205713.685000', '205713.687000', '205713.690000', '205713.693000', '205713.695000', '205713.698000', '205733.589000', '205733.592000', '205733.594000', '205733.597000', '205733.600000', '205733.602000', '205733.605000', '205733.607000', '205733.610000', '205733.613000', '205733.615000', '205733.618000', '205733.620000', '205733.623000', '205733.625000', '205733.628000', '205733.631000', '205733.633000', '205733.636000', '205733.646000', '205733.649000', '205733.651000', '205733.654000', '205733.657000', '205733.659000', '205733.662000', '205733.664000', '205733.667000', '205733.669000', '205733.672000', '205733.675000', '205733.677000', '205733.680000', '205733.683000', '205733.685000', '205733.688000', '205733.690000', '205733.693000', '205733.696000', '205733.698000', '205733.701000', '205733.703000', '205733.706000', '205733.708000', '205753.589000', '205753.591000', '205753.594000', '205753.597000', '205753.600000', '205753.602000', '205753.605000', '205753.608000', '205753.610000', '205753.613000', '205753.615000', '205753.618000', '205753.620000', '205753.623000', '205753.626000', '205753.628000', '205753.631000', '205753.634000', '205753.636000', '205753.639000', '205753.641000', '205753.644000', '205753.647000', '205753.649000', '205753.652000', '205753.654000', '205753.657000', '205753.660000', '205753.662000', '205753.665000', '205753.668000', '205753.670000', '205753.673000', '205753.676000', '205753.678000', '205753.681000', '205753.683000', '205753.686000', '205753.689000', '205753.691000', '205753.694000', '205753.696000', '205753.699000', '205813.588000', '205813.591000', '205813.594000', '205813.597000', '205813.599000', '205813.602000', '205813.605000', '205813.607000', '205813.610000', '205813.613000', '205813.615000', '205813.618000', '205813.620000', '205813.623000', '205813.625000', '205813.628000', '205813.646000', '205813.649000', '205813.652000', '205813.654000', '205813.657000', '205813.659000', '205813.662000', '205813.664000', '205813.667000', '205813.670000', '205813.672000', '205813.675000', '205813.677000', '205813.680000', '205813.683000', '205813.685000', '205813.688000', '205813.690000', '205813.693000', '205813.696000', '205813.698000', '205813.701000', '205813.703000', '205813.706000', '205813.708000', '205813.711000', '205813.714000', '205813.716000', '205833.589000', '205833.592000', '205833.594000', '205833.597000', '205833.599000', '205833.602000', '205833.605000', '205833.607000', '205833.610000', '205833.613000', '205833.615000', '205833.618000', '205833.620000', '205833.623000', '205833.625000', '205833.628000', '205833.631000', '205833.633000', '205833.636000', '205833.639000', '205833.641000', '205833.644000', '205833.646000', '205833.649000', '205833.651000', '205833.654000', '205833.657000', '205833.659000', '205833.662000', '205833.665000', '205833.667000', '205833.670000', '205833.672000', '205833.675000', '205833.678000', '205833.680000', '205833.683000', '205833.685000', '205833.688000', '205833.690000', '205833.693000', '205833.696000', '205833.698000', '205850.796000', '205850.800000', '205850.809000', '205850.812000', '205850.814000', '205850.817000', '205850.820000', '205850.822000', '205850.825000', '205850.828000', '205850.830000', '205850.833000', '205850.836000', '205850.838000', '205850.841000', '205850.844000', '205850.846000', '205850.849000', '205850.852000', '205850.854000', '205850.857000', '205850.860000', '205850.862000', '205850.867000', '205850.869000', '205850.872000', '205850.875000', '205850.877000', '205850.880000', '205850.883000', '205850.888000', '205850.891000', '205850.894000', '205850.897000', '205850.900000', '205850.903000', '205850.907000', '205850.911000'], 'InstanceCreationTime': ['205053.624000', '205053.627000', '205053.630000', '205053.633000', '205053.635000', '205053.638000', '205053.641000', '205053.643000', '205053.646000', '205053.648000', '205053.654000', '205053.657000', '205053.659000', '205053.662000', '205053.665000', '205053.667000', '205053.670000', '205053.672000', '205053.675000', '205053.677000', '205053.680000', '205053.682000', '205053.685000', '205053.688000', '205053.690000', '205053.693000', '205053.695000', '205053.698000', '205053.702000', '205053.704000', '205053.707000', '205053.710000', '205053.712000', '205053.715000', '205053.717000', '205113.588000', '205113.591000', '205113.594000', '205113.598000', '205113.601000', '205113.604000', '205113.606000', '205113.609000', '205113.611000', '205113.614000', '205113.616000', '205113.619000', '205113.622000', '205113.624000', '205113.627000', '205113.629000', '205113.632000', '205113.634000', '205113.637000', '205113.639000', '205113.642000', '205113.645000', '205113.647000', '205113.650000', '205113.652000', '205113.655000', '205113.658000', '205113.660000', '205113.663000', '205113.665000', '205113.668000', '205113.670000', '205113.673000', '205113.675000', '205113.678000', '205113.680000', '205113.683000', '205113.686000', '205113.688000', '205113.691000', '205113.693000', '205113.696000', '205113.698000', '205113.701000', '205133.589000', '205133.591000', '205133.594000', '205133.597000', '205133.599000', '205133.602000', '205133.605000', '205133.607000', '205133.610000', '205133.612000', '205133.615000', '205133.618000', '205133.620000', '205133.623000', '205133.625000', '205133.628000', '205133.630000', '205133.639000', '205133.642000', '205133.644000', '205133.647000', '205133.649000', '205133.652000', '205133.655000', '205133.657000', '205133.660000', '205133.662000', '205133.665000', '205133.668000', '205133.670000', '205133.673000', '205133.675000', '205133.678000', '205133.681000', '205133.683000', '205133.686000', '205133.688000', '205133.691000', '205133.693000', '205133.696000', '205133.699000', '205133.701000', '205133.704000', '205153.589000', '205153.591000', '205153.594000', '205153.597000', '205153.599000', '205153.602000', '205153.605000', '205153.607000', '205153.610000', '205153.613000', '205153.615000', '205153.618000', '205153.620000', '205153.623000', '205153.626000', '205153.629000', '205153.632000', '205153.634000', '205153.637000', '205153.640000', '205153.642000', '205153.645000', '205153.647000', '205153.650000', '205153.652000', '205153.655000', '205153.658000', '205153.660000', '205153.663000', '205153.665000', '205153.668000', '205153.671000', '205153.673000', '205153.676000', '205153.679000', '205153.681000', '205153.684000', '205153.686000', '205153.689000', '205153.692000', '205153.694000', '205153.697000', '205153.699000', '205153.702000', '205213.589000', '205213.591000', '205213.594000', '205213.597000', '205213.599000', '205213.602000', '205213.605000', '205213.607000', '205213.610000', '205213.612000', '205213.615000', '205213.617000', '205213.620000', '205213.623000', '205213.625000', '205213.628000', '205213.630000', '205213.633000', '205213.636000', '205213.638000', '205213.641000', '205213.643000', '205213.646000', '205213.648000', '205213.651000', '205213.654000', '205213.656000', '205213.659000', '205213.661000', '205213.664000', '205213.667000', '205213.679000', '205213.682000', '205213.684000', '205213.687000', '205213.689000', '205213.692000', '205213.694000', '205213.697000', '205213.700000', '205213.702000', '205213.705000', '205213.707000', '205233.589000', '205233.591000', '205233.594000', '205233.597000', '205233.600000', '205233.602000', '205233.605000', '205233.607000', '205233.610000', '205233.612000', '205233.615000', '205233.618000', '205233.621000', '205233.624000', '205233.627000', '205233.630000', '205233.632000', '205233.635000', '205233.638000', '205233.640000', '205233.643000', '205233.645000', '205233.648000', '205233.651000', '205233.653000', '205233.656000', '205233.658000', '205233.661000', '205233.663000', '205233.666000', '205233.668000', '205233.671000', '205233.674000', '205233.676000', '205233.679000', '205233.682000', '205233.684000', '205233.687000', '205233.689000', '205233.692000', '205233.694000', '205233.697000', '205233.700000', '205253.588000', '205253.591000', '205253.594000', '205253.596000', '205253.599000', '205253.602000', '205253.605000', '205253.607000', '205253.610000', '205253.613000', '205253.615000', '205253.618000', '205253.620000', '205253.623000', '205253.625000', '205253.628000', '205253.631000', '205253.633000', '205253.636000', '205253.639000', '205253.641000', '205253.644000', '205253.647000', '205253.649000', '205253.652000', '205253.654000', '205253.657000', '205253.659000', '205253.662000', '205253.665000', '205253.667000', '205253.670000', '205253.673000', '205253.675000', '205253.678000', '205253.680000', '205253.683000', '205253.685000', '205253.688000', '205253.691000', '205253.693000', '205253.696000', '205253.698000', '205253.701000', '205313.589000', '205313.592000', '205313.594000', '205313.597000', '205313.600000', '205313.602000', '205313.605000', '205313.607000', '205313.610000', '205313.612000', '205313.615000', '205313.618000', '205313.620000', '205313.623000', '205313.626000', '205313.629000', '205313.631000', '205313.634000', '205313.637000', '205313.639000', '205313.642000', '205313.644000', '205313.647000', '205313.650000', '205313.652000', '205313.655000', '205313.657000', '205313.660000', '205313.662000', '205313.666000', '205313.669000', '205313.671000', '205313.674000', '205313.677000', '205313.679000', '205313.682000', '205313.684000', '205313.687000', '205313.690000', '205313.692000', '205313.695000', '205313.697000', '205313.700000', '205333.589000', '205333.591000', '205333.594000', '205333.597000', '205333.599000', '205333.602000', '205333.605000', '205333.607000', '205333.610000', '205333.612000', '205333.615000', '205333.618000', '205333.620000', '205333.623000', '205333.626000', '205333.628000', '205333.631000', '205333.633000', '205333.636000', '205333.639000', '205333.641000', '205333.644000', '205333.647000', '205333.649000', '205333.652000', '205333.654000', '205333.657000', '205333.660000', '205333.662000', '205333.665000', '205333.668000', '205333.670000', '205333.673000', '205333.675000', '205333.678000', '205333.681000', '205333.683000', '205333.686000', '205333.689000', '205333.691000', '205333.694000', '205333.696000', '205333.699000', '205333.702000', '205353.588000', '205353.591000', '205353.594000', '205353.596000', '205353.599000', '205353.602000', '205353.605000', '205353.607000', '205353.610000', '205353.612000', '205353.615000', '205353.617000', '205353.620000', '205353.623000', '205353.625000', '205353.628000', '205353.631000', '205353.634000', '205353.637000', '205353.640000', '205353.642000', '205353.645000', '205353.648000', '205353.650000', '205353.653000', '205353.655000', '205353.658000', '205353.670000', '205353.673000', '205353.675000', '205353.678000', '205353.681000', '205353.683000', '205353.686000', '205353.689000', '205353.691000', '205353.694000', '205353.696000', '205353.699000', '205353.701000', '205353.704000', '205353.707000', '205353.709000', '205413.589000', '205413.591000', '205413.594000', '205413.597000', '205413.599000', '205413.602000', '205413.605000', '205413.607000', '205413.610000', '205413.612000', '205413.615000', '205413.617000', '205413.620000', '205413.623000', '205413.625000', '205413.628000', '205413.630000', '205413.633000', '205413.636000', '205413.638000', '205413.641000', '205413.644000', '205413.646000', '205413.649000', '205413.651000', '205413.654000', '205413.656000', '205413.659000', '205413.662000', '205413.664000', '205413.667000', '205413.670000', '205413.672000', '205413.675000', '205413.677000', '205413.680000', '205413.682000', '205413.685000', '205413.688000', '205413.690000', '205413.693000', '205413.695000', '205413.698000', '205413.701000', '205433.588000', '205433.591000', '205433.594000', '205433.597000', '205433.599000', '205433.602000', '205433.604000', '205433.607000', '205433.610000', '205433.612000', '205433.615000', '205433.617000', '205433.620000', '205433.623000', '205433.625000', '205433.628000', '205433.630000', '205433.633000', '205433.635000', '205433.638000', '205433.641000', '205433.643000', '205433.646000', '205433.648000', '205433.651000', '205433.653000', '205433.656000', '205433.659000', '205433.662000', '205433.665000', '205433.667000', '205433.670000', '205433.672000', '205433.675000', '205433.677000', '205433.699000', '205433.702000', '205433.705000', '205433.708000', '205433.710000', '205433.713000', '205433.716000', '205433.718000', '205453.589000', '205453.591000', '205453.594000', '205453.597000', '205453.599000', '205453.602000', '205453.605000', '205453.607000', '205453.610000', '205453.612000', '205453.615000', '205453.618000', '205453.620000', '205453.623000', '205453.626000', '205453.628000', '205453.631000', '205453.633000', '205453.636000', '205453.639000', '205453.641000', '205453.644000', '205453.647000', '205453.649000', '205453.652000', '205453.654000', '205453.657000', '205453.660000', '205453.662000', '205453.665000', '205453.667000', '205453.670000', '205453.673000', '205453.675000', '205453.678000', '205453.680000', '205453.683000', '205453.686000', '205453.688000', '205453.691000', '205453.693000', '205453.696000', '205453.699000', '205453.701000', '205513.589000', '205513.592000', '205513.594000', '205513.597000', '205513.600000', '205513.602000', '205513.605000', '205513.607000', '205513.610000', '205513.612000', '205513.615000', '205513.618000', '205513.620000', '205513.623000', '205513.626000', '205513.628000', '205513.631000', '205513.634000', '205513.636000', '205513.639000', '205513.641000', '205513.644000', '205513.647000', '205513.649000', '205513.652000', '205513.655000', '205513.657000', '205513.660000', '205513.662000', '205513.665000', '205513.668000', '205513.670000', '205513.673000', '205513.675000', '205513.678000', '205513.681000', '205513.684000', '205513.687000', '205513.690000', '205513.692000', '205513.695000', '205513.698000', '205513.700000', '205533.589000', '205533.592000', '205533.594000', '205533.597000', '205533.599000', '205533.602000', '205533.605000', '205533.607000', '205533.610000', '205533.613000', '205533.615000', '205533.618000', '205533.620000', '205533.623000', '205533.626000', '205533.628000', '205533.631000', '205533.633000', '205533.636000', '205533.639000', '205533.641000', '205533.644000', '205533.646000', '205533.649000', '205533.652000', '205533.654000', '205533.657000', '205533.659000', '205533.662000', '205533.665000', '205533.667000', '205533.670000', '205533.673000', '205533.675000', '205533.678000', '205533.680000', '205533.683000', '205533.685000', '205533.688000', '205533.691000', '205533.693000', '205533.696000', '205533.699000', '205533.701000', '205553.589000', '205553.591000', '205553.594000', '205553.597000', '205553.599000', '205553.602000', '205553.605000', '205553.607000', '205553.610000', '205553.613000', '205553.615000', '205553.618000', '205553.620000', '205553.623000', '205553.626000', '205553.628000', '205553.631000', '205553.633000', '205553.636000', '205553.639000', '205553.641000', '205553.644000', '205553.647000', '205553.649000', '205553.652000', '205553.654000', '205553.657000', '205553.660000', '205553.662000', '205553.665000', '205553.667000', '205553.670000', '205553.673000', '205553.675000', '205553.678000', '205553.680000', '205553.683000', '205553.686000', '205553.688000', '205553.692000', '205553.695000', '205553.698000', '205553.701000', '205613.589000', '205613.591000', '205613.594000', '205613.597000', '205613.599000', '205613.602000', '205613.605000', '205613.607000', '205613.610000', '205613.613000', '205613.615000', '205613.618000', '205613.620000', '205613.623000', '205613.625000', '205613.628000', '205613.630000', '205613.633000', '205613.636000', '205613.638000', '205613.641000', '205613.643000', '205613.646000', '205613.649000', '205613.651000', '205613.654000', '205613.657000', '205613.659000', '205613.662000', '205613.664000', '205613.667000', '205613.669000', '205613.672000', '205613.675000', '205613.677000', '205613.680000', '205613.683000', '205613.685000', '205613.688000', '205613.690000', '205613.695000', '205613.697000', '205613.700000', '205613.702000', '205633.589000', '205633.591000', '205633.594000', '205633.597000', '205633.599000', '205633.602000', '205633.605000', '205633.607000', '205633.610000', '205633.612000', '205633.615000', '205633.618000', '205633.620000', '205633.623000', '205633.625000', '205633.628000', '205633.631000', '205633.633000', '205633.636000', '205633.638000', '205633.641000', '205633.644000', '205633.646000', '205633.649000', '205633.651000', '205633.654000', '205633.656000', '205633.659000', '205633.662000', '205633.664000', '205633.667000', '205633.669000', '205633.672000', '205633.674000', '205633.677000', '205633.680000', '205633.682000', '205633.685000', '205633.687000', '205633.690000', '205633.693000', '205633.695000', '205633.698000', '205653.589000', '205653.592000', '205653.594000', '205653.597000', '205653.600000', '205653.602000', '205653.605000', '205653.608000', '205653.611000', '205653.613000', '205653.616000', '205653.618000', '205653.621000', '205653.624000', '205653.626000', '205653.629000', '205653.632000', '205653.634000', '205653.637000', '205653.640000', '205653.649000', '205653.652000', '205653.655000', '205653.657000', '205653.660000', '205653.663000', '205653.665000', '205653.668000', '205653.671000', '205653.674000', '205653.676000', '205653.679000', '205653.682000', '205653.684000', '205653.687000', '205653.690000', '205653.692000', '205653.695000', '205653.698000', '205653.700000', '205653.703000', '205653.706000', '205653.708000', '205653.711000', '205713.589000', '205713.591000', '205713.594000', '205713.596000', '205713.599000', '205713.602000', '205713.605000', '205713.607000', '205713.610000', '205713.612000', '205713.615000', '205713.617000', '205713.620000', '205713.623000', '205713.625000', '205713.628000', '205713.630000', '205713.633000', '205713.635000', '205713.638000', '205713.641000', '205713.643000', '205713.646000', '205713.649000', '205713.651000', '205713.654000', '205713.656000', '205713.659000', '205713.662000', '205713.664000', '205713.667000', '205713.669000', '205713.672000', '205713.675000', '205713.677000', '205713.680000', '205713.682000', '205713.685000', '205713.687000', '205713.690000', '205713.693000', '205713.695000', '205713.698000', '205733.589000', '205733.592000', '205733.594000', '205733.597000', '205733.600000', '205733.602000', '205733.605000', '205733.607000', '205733.610000', '205733.613000', '205733.615000', '205733.618000', '205733.620000', '205733.623000', '205733.625000', '205733.628000', '205733.631000', '205733.633000', '205733.636000', '205733.646000', '205733.649000', '205733.651000', '205733.654000', '205733.657000', '205733.659000', '205733.662000', '205733.664000', '205733.667000', '205733.669000', '205733.672000', '205733.675000', '205733.677000', '205733.680000', '205733.683000', '205733.685000', '205733.688000', '205733.690000', '205733.693000', '205733.696000', '205733.698000', '205733.701000', '205733.703000', '205733.706000', '205733.708000', '205753.589000', '205753.591000', '205753.594000', '205753.597000', '205753.600000', '205753.602000', '205753.605000', '205753.608000', '205753.610000', '205753.613000', '205753.615000', '205753.618000', '205753.620000', '205753.623000', '205753.626000', '205753.628000', '205753.631000', '205753.634000', '205753.636000', '205753.639000', '205753.641000', '205753.644000', '205753.647000', '205753.649000', '205753.652000', '205753.654000', '205753.657000', '205753.660000', '205753.662000', '205753.665000', '205753.668000', '205753.670000', '205753.673000', '205753.676000', '205753.678000', '205753.681000', '205753.683000', '205753.686000', '205753.689000', '205753.691000', '205753.694000', '205753.696000', '205753.699000', '205813.588000', '205813.591000', '205813.594000', '205813.597000', '205813.599000', '205813.602000', '205813.605000', '205813.607000', '205813.610000', '205813.613000', '205813.615000', '205813.618000', '205813.620000', '205813.623000', '205813.625000', '205813.628000', '205813.646000', '205813.649000', '205813.652000', '205813.654000', '205813.657000', '205813.659000', '205813.662000', '205813.664000', '205813.667000', '205813.670000', '205813.672000', '205813.675000', '205813.677000', '205813.680000', '205813.683000', '205813.685000', '205813.688000', '205813.690000', '205813.693000', '205813.696000', '205813.698000', '205813.701000', '205813.703000', '205813.706000', '205813.708000', '205813.711000', '205813.714000', '205813.716000', '205833.589000', '205833.592000', '205833.594000', '205833.597000', '205833.599000', '205833.602000', '205833.605000', '205833.607000', '205833.610000', '205833.613000', '205833.615000', '205833.618000', '205833.620000', '205833.623000', '205833.625000', '205833.628000', '205833.631000', '205833.633000', '205833.636000', '205833.639000', '205833.641000', '205833.644000', '205833.646000', '205833.649000', '205833.651000', '205833.654000', '205833.657000', '205833.659000', '205833.662000', '205833.665000', '205833.667000', '205833.670000', '205833.672000', '205833.675000', '205833.678000', '205833.680000', '205833.683000', '205833.685000', '205833.688000', '205833.690000', '205833.693000', '205833.696000', '205833.698000', '205850.796000', '205850.800000', '205850.809000', '205850.812000', '205850.814000', '205850.817000', '205850.820000', '205850.822000', '205850.825000', '205850.828000', '205850.830000', '205850.833000', '205850.836000', '205850.838000', '205850.841000', '205850.844000', '205850.846000', '205850.849000', '205850.852000', '205850.854000', '205850.857000', '205850.860000', '205850.862000', '205850.867000', '205850.869000', '205850.872000', '205850.875000', '205850.877000', '205850.880000', '205850.883000', '205850.888000', '205850.891000', '205850.894000', '205850.897000', '205850.900000', '205850.903000', '205850.907000', '205850.911000'], '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], 'LargestImagePixelValue': [8384, 8184, 7996, 8559, 7543, 8411, 7683, 8121, 7964, 8488, 7147, 8748, 7143, 8971, 7317, 9251, 7086, 8911, 7260, 9115, 7440, 9227, 7350, 8840, 7421, 7227, 7208, 7150, 7538, 7223, 7692, 7185, 8109, 7201, 8842, 7115, 8922, 7050, 8901, 7714, 9111, 7381, 9214, 7148, 9082, 7260, 9047, 7620, 8087, 7696, 7344, 7859, 7399, 7596, 7650, 7708, 7489, 7847, 7472, 8216, 7580, 8522, 7690, 8454, 7251, 8768, 7383, 8894, 7405, 8909, 7307, 9297, 7251, 9139, 7184, 9198, 7143, 9333, 7130, 9504, 7300, 9255, 7556, 9095, 7965, 9289, 7372, 9188, 7357, 9314, 7637, 9189, 8001, 9297, 7545, 9451, 7407, 9170, 7381, 9018, 7432, 7250, 7732, 7257, 7847, 7697, 7624, 7805, 7307, 7084, 7350, 7434, 8021, 7232, 9005, 7591, 8918, 7947, 9077, 7443, 9101, 7574, 9085, 7611, 7882, 7655, 7479, 7950, 7053, 8628, 7140, 8059, 7344, 8832, 7590, 7581, 7551, 7256, 7837, 7420, 7865, 7376, 7729, 7955, 7882, 7889, 7933, 7181, 8600, 7039, 8946, 7394, 8674, 7417, 8304, 7872, 7752, 7681, 7375, 7866, 7613, 7729, 7643, 7985, 7505, 7761, 8010, 7994, 7448, 8157, 7695, 8253, 6948, 8510, 7000, 8574, 7564, 8497, 7438, 8564, 7182, 8556, 7076, 8581, 7508, 8982, 7431, 8494, 7448, 8246, 7750, 7395, 7941, 7421, 7780, 7149, 8305, 8047, 8173, 8038, 8290, 6901, 7524, 8170, 7658, 7563, 7892, 7683, 7691, 8045, 7594, 7919, 7204, 8084, 7009, 8484, 7008, 8869, 7098, 8371, 7466, 8633, 7478, 8383, 7725, 8217, 8070, 6995, 7880, 7560, 7872, 7216, 7901, 7173, 8163, 7038, 8490, 6938, 8718, 7166, 8805, 7400, 8673, 7515, 8351, 7528, 8558, 7762, 8651, 7740, 8571, 7639, 8483, 7721, 8385, 7774, 8097, 8134, 7597, 8091, 7861, 8034, 7234, 8189, 7273, 7934, 7427, 8061, 7429, 7865, 7259, 7959, 7086, 8335, 7330, 8444, 7053, 8549, 7020, 8764, 6931, 8745, 7284, 8714, 7504, 8320, 7741, 8206, 7877, 7879, 7939, 7077, 8148, 7564, 8228, 7693, 8112, 7490, 8217, 7590, 8175, 7233, 8260, 7151, 8391, 6733, 8636, 7084, 8482, 7284, 8461, 7566, 8585, 7581, 8261, 7680, 8422, 7890, 7810, 8028, 7142, 8112, 7081, 8265, 7499, 8348, 7096, 8177, 6850, 8385, 7163, 8558, 7113, 8690, 7322, 8372, 7414, 8594, 7792, 8306, 7723, 8072, 8090, 7936, 8176, 7061, 8102, 7047, 8206, 7406, 8117, 7369, 8058, 7532, 8228, 7567, 8095, 7119, 8160, 7073, 8177, 7829, 8374, 7417, 8051, 6931, 8153, 7144, 8421, 6843, 8478, 6923, 8362, 6982, 8535, 7399, 8635, 7364, 8396, 7419, 8310, 7731, 8131, 8063, 7099, 8080, 7348, 8242, 7486, 7911, 7005, 8393, 7076, 8610, 7296, 8574, 7755, 8385, 7873, 8208, 7987, 7918, 8049, 7037, 8286, 7669, 8166, 7487, 7909, 6745, 8441, 7000, 8250, 7108, 8178, 7580, 8425, 7968, 7972, 8062, 7968, 8439, 7447, 8414, 7765, 8202, 7233, 8190, 7147, 8395, 6902, 8411, 7471, 8377, 7618, 8567, 7785, 8419, 8111, 8231, 7998, 8283, 8142, 8149, 8294, 8089, 8289, 7271, 8121, 7430, 8423, 7129, 8379, 7003, 8505, 7664, 8493, 7287, 8181, 6884, 8163, 6944, 8372, 6886, 7366, 7605, 7690, 7879, 6827, 8190, 7006, 8233, 7966, 7653, 7031, 8028, 6964, 8197, 7207, 8184, 7416, 8395, 8173, 8358, 8038, 8307, 8207, 8288, 8241, 7730, 8506, 7330, 8525, 7116, 8382, 7443, 8693, 7633, 8387, 7209, 8371, 7061, 8434, 7715, 8614, 7805, 8249, 7133, 8172, 7457, 8440, 7483, 8434, 7357, 7757, 6801, 7883, 7058, 8211, 7198, 8343, 7126, 8144, 7397, 8281, 7320, 8103, 7755, 8033, 7537, 8213, 7661, 8273, 7615, 7985, 8251, 8069, 8157, 8246, 8401, 8266, 8412, 7219, 8609, 7266, 8428, 7381, 7327, 6898, 8222, 7230, 8098, 7479, 8101, 7786, 8167, 8243, 7825, 8529, 7345, 8613, 7895, 8427, 7075, 7648, 6835, 8010, 7168, 8070, 8148, 8128, 8252, 6943, 8283, 7569, 7970, 7046, 7815, 7234, 8250, 7520, 8045, 7628, 8260, 7931, 8415, 8216, 8318, 8349, 8205, 8350, 8383, 8360, 8069, 8399, 7684, 8403, 7359, 8842, 7352, 8126, 6845, 7995, 7063, 8194, 7588, 8201, 8055, 8118, 8482, 8170, 8361, 8470, 8412, 7760, 8633, 7044, 8609, 7312, 8494, 7548, 7879, 7054, 7989, 7167, 8164, 7011, 8271, 7989, 8145, 8055, 8097, 8490, 8158, 8233, 6762, 8462, 7600, 8529, 7316, 7583, 7096, 7962, 7111, 7996, 7654, 8122, 8060, 7954, 8264, 8006, 8424, 7851, 8585, 7341, 8351, 7266, 8497, 7589, 8588, 7221, 8205, 6822, 7966, 7057, 7895, 7248, 7980, 7248, 8136, 7564, 8072, 7640, 8050, 7251, 8183, 7443, 8049, 8001, 8117, 8295, 8100, 8162, 8045, 8524, 8100, 8696, 8099, 8933, 7626, 8590, 7093, 8737, 7465, 8642, 7242, 8557, 6876, 7521, 6886, 8049, 7231, 8151, 7603, 8171, 8270, 8327, 8573, 7656, 8570, 7062, 8726, 7438, 8210, 7000, 7885, 7041, 7914, 7243, 8176, 7814, 8098, 8488, 7599, 8735, 7459, 8632, 7328, 8458, 7507, 8476, 7203, 8754, 7359, 7798, 6846, 7730, 6827, 7778, 6845, 7834, 7411, 7906, 6939, 8232, 8195, 7181, 7334, 6908, 7962, 7514, 7985, 8042, 8057, 8610, 8006, 8437, 8342, 8315, 7525, 8620, 7196, 8625, 7615, 8374, 6751, 7533, 7127, 7722, 6886, 7881, 6897, 7892, 7352, 8009, 8106, 7983, 8235, 7968, 8488, 8106, 8363, 7643, 8518, 7705, 8698, 8150, 8728, 7358, 8641, 7347, 8800, 7562, 8821, 7799, 8750, 7152, 8853, 7455, 8532, 6924, 8439, 7270, 7634, 6971, 7872, 6822, 7828, 6845, 8040, 7020, 7891, 6909, 7801, 6954, 7794, 6867, 7847, 6891, 7813, 7013, 7738, 7133, 7968, 7466, 8011, 7908, 7892, 8230, 8016, 8044, 8128, 8163, 8159, 8688, 8117, 8754, 7983, 8582, 7972, 8419, 8006, 8633, 7158, 8597, 7186, 8569, 7113, 7544, 6807, 7776, 6917, 7913, 7670, 8124, 8449, 8207, 8604, 8219, 8458, 6939, 8584, 7268, 8563, 7753, 8879, 7063, 8486, 7574, 8708, 7918, 8624, 7500, 7646, 6756, 7708, 6766, 7937, 7134, 7979, 7820, 8094, 8188, 8210, 8529, 8211, 8688, 8058, 8552, 8143, 8440, 8375, 8615, 8071, 8835, 8234, 8767, 8154, 8778, 7234, 8805, 7308, 8912, 7761, 8655, 7083, 8696, 6860, 7572, 6810, 7773, 7322, 7958, 7326, 7872, 8014, 7926, 8483, 8083, 8721, 8054, 8708, 7026, 8734, 7354, 8962, 7683, 8558, 7158, 8770, 7518, 8616, 7656, 7277, 6988, 7691, 6821, 7545, 7097, 7988, 8239, 7941, 8585, 6798, 8590, 7455, 8961, 7160, 7524, 6964, 7693, 6805, 7709, 7784, 7871, 8258, 7868, 8381, 7900, 8730, 7896, 8841, 7858, 8497, 7694, 8764, 7901, 7381, 6829, 7681, 6890, 7540, 6836, 8034, 7278, 7909, 7273, 8094, 7760, 8152, 8354, 7942, 8654, 8019, 8845, 7985, 8929, 7501, 8778, 7369, 8866, 7259, 7607, 7251, 7653, 6879, 8801, 7600, 8838, 7364, 7490, 6886, 7587, 6890, 7526, 7383, 7861, 8207, 7861, 8233, 8105, 7465, 8203, 8075, 8263, 8163, 8437, 7848, 8333, 7907, 8157, 7577, 8355, 7784, 8156, 7101, 8087, 6878, 8276, 6880, 7887, 6894, 8798, 6937, 8964, 7295, 8047, 7147, 8363, 6770, 8380, 6778, 8041, 7321, 8184, 7049, 7978, 7347, 7762, 7086, 8067, 6859, 8636, 6907, 8018, 7117, 8232, 6981, 8565, 6945, 7874, 6794, 7991, 6816, 8908, 8048, 8943, 7186, 9026, 6839, 8742, 6828, 8777], 'WindowCenter': [3980.0, 3966.0, 3949.0, 3963.0, 3938.0, 3948.0, 3936.0, 3947.0, 3936.0, 3948.0, 3925.0, 3947.0, 3924.0, 3956.0, 3924.0, 3958.0, 3924.0, 3957.0, 3937.0, 3956.0, 3936.0, 3967.0, 3937.0, 3958.0, 3936.0, 3936.0, 3937.0, 3926.0, 3935.0, 3936.0, 3950.0, 3926.0, 3947.0, 3937.0, 3959.0, 3926.0, 3954.0, 3937.0, 3956.0, 3938.0, 3957.0, 3935.0, 3957.0, 3926.0, 3957.0, 3937.0, 3957.0, 3936.0, 3935.0, 3935.0, 3926.0, 3946.0, 3924.0, 3936.0, 3935.0, 3935.0, 3924.0, 3935.0, 3925.0, 3946.0, 3935.0, 3947.0, 3934.0, 3946.0, 3921.0, 3945.0, 3924.0, 3945.0, 3924.0, 3956.0, 3924.0, 3956.0, 3924.0, 3955.0, 3924.0, 3956.0, 3924.0, 3954.0, 3922.0, 3955.0, 3924.0, 3955.0, 3935.0, 3944.0, 3934.0, 3955.0, 3925.0, 3955.0, 3924.0, 3954.0, 3934.0, 3955.0, 3934.0, 3945.0, 3926.0, 3955.0, 3924.0, 3954.0, 3925.0, 3944.0, 3925.0, 3924.0, 3935.0, 3924.0, 3937.0, 3934.0, 3935.0, 3924.0, 3925.0, 3912.0, 3925.0, 3924.0, 3935.0, 3936.0, 3956.0, 3937.0, 3946.0, 3936.0, 3942.0, 3925.0, 3944.0, 3923.0, 3943.0, 3925.0, 3932.0, 3923.0, 3922.0, 3934.0, 3924.0, 3946.0, 3927.0, 3944.0, 3937.0, 3957.0, 3948.0, 3938.0, 3949.0, 3939.0, 3947.0, 3938.0, 3947.0, 3933.0, 3937.0, 3945.0, 3949.0, 3944.0, 3947.0, 3926.0, 3948.0, 3925.0, 3956.0, 3936.0, 3948.0, 3937.0, 3946.0, 3947.0, 3937.0, 3937.0, 3936.0, 3948.0, 3935.0, 3936.0, 3936.0, 3947.0, 3932.0, 3935.0, 3934.0, 3933.0, 3923.0, 3935.0, 3935.0, 3946.0, 3923.0, 3944.0, 3924.0, 3945.0, 3934.0, 3945.0, 3923.0, 3943.0, 3912.0, 3943.0, 3924.0, 3942.0, 3924.0, 3944.0, 3922.0, 3943.0, 3924.0, 3944.0, 3936.0, 3924.0, 3936.0, 3924.0, 3933.0, 3925.0, 3947.0, 3934.0, 3947.0, 3934.0, 3945.0, 3913.0, 3923.0, 3933.0, 3921.0, 3934.0, 3934.0, 3933.0, 3932.0, 3935.0, 3923.0, 3935.0, 3923.0, 3935.0, 3913.0, 3944.0, 3909.0, 3942.0, 3913.0, 3931.0, 3922.0, 3932.0, 3924.0, 3933.0, 3920.0, 3933.0, 3934.0, 3912.0, 3934.0, 3923.0, 3934.0, 3922.0, 3935.0, 3914.0, 3931.0, 3923.0, 3942.0, 3913.0, 3945.0, 3921.0, 3945.0, 3925.0, 3944.0, 3923.0, 3932.0, 3923.0, 3934.0, 3921.0, 3931.0, 3923.0, 3933.0, 3925.0, 3933.0, 3923.0, 3933.0, 3924.0, 3932.0, 3934.0, 3922.0, 3934.0, 3933.0, 3933.0, 3922.0, 3934.0, 3924.0, 3935.0, 3920.0, 3934.0, 3924.0, 3935.0, 3924.0, 3936.0, 3924.0, 3946.0, 3924.0, 3945.0, 3923.0, 3946.0, 3925.0, 3946.0, 3923.0, 3945.0, 3925.0, 3945.0, 3925.0, 3945.0, 3937.0, 3945.0, 3935.0, 3935.0, 3935.0, 3922.0, 3935.0, 3924.0, 3933.0, 3924.0, 3934.0, 3924.0, 3934.0, 3933.0, 3945.0, 3923.0, 3947.0, 3924.0, 3943.0, 3914.0, 3945.0, 3924.0, 3943.0, 3924.0, 3946.0, 3935.0, 3945.0, 3936.0, 3935.0, 3935.0, 3933.0, 3935.0, 3935.0, 3935.0, 3921.0, 3935.0, 3922.0, 3946.0, 3926.0, 3943.0, 3924.0, 3946.0, 3914.0, 3946.0, 3924.0, 3946.0, 3915.0, 3945.0, 3924.0, 3932.0, 3924.0, 3943.0, 3921.0, 3934.0, 3924.0, 3934.0, 3934.0, 3935.0, 3934.0, 3914.0, 3935.0, 3913.0, 3935.0, 3923.0, 3935.0, 3922.0, 3934.0, 3920.0, 3935.0, 3920.0, 3934.0, 3912.0, 3930.0, 3910.0, 3932.0, 3922.0, 3933.0, 3922.0, 3935.0, 3912.0, 3934.0, 3912.0, 3934.0, 3910.0, 3935.0, 3913.0, 3935.0, 3913.0, 3945.0, 3924.0, 3941.0, 3923.0, 3934.0, 3922.0, 3932.0, 3936.0, 3935.0, 3936.0, 3914.0, 3935.0, 3925.0, 3946.0, 3924.0, 3936.0, 3926.0, 3947.0, 3925.0, 3946.0, 3925.0, 3946.0, 3934.0, 3946.0, 3936.0, 3945.0, 3937.0, 3933.0, 3935.0, 3925.0, 3944.0, 3933.0, 3946.0, 3924.0, 3936.0, 3913.0, 3946.0, 3923.0, 3945.0, 3924.0, 3945.0, 3933.0, 3947.0, 3935.0, 3935.0, 3933.0, 3935.0, 3946.0, 3925.0, 3944.0, 3924.0, 3943.0, 3923.0, 3947.0, 3925.0, 3935.0, 3915.0, 3947.0, 3925.0, 3935.0, 3936.0, 3946.0, 3935.0, 3936.0, 3933.0, 3934.0, 3925.0, 3934.0, 3934.0, 3921.0, 3930.0, 3922.0, 3933.0, 3922.0, 3934.0, 3924.0, 3936.0, 3910.0, 3944.0, 3913.0, 3945.0, 3923.0, 3946.0, 3922.0, 3935.0, 3924.0, 3935.0, 3913.0, 3935.0, 3914.0, 3925.0, 3923.0, 3923.0, 3934.0, 3913.0, 3946.0, 3923.0, 3947.0, 3935.0, 3936.0, 3925.0, 3935.0, 3923.0, 3935.0, 3924.0, 3936.0, 3923.0, 3934.0, 3935.0, 3933.0, 3920.0, 3932.0, 3933.0, 3932.0, 3932.0, 3922.0, 3935.0, 3922.0, 3933.0, 3911.0, 3935.0, 3923.0, 3944.0, 3923.0, 3934.0, 3912.0, 3934.0, 3910.0, 3934.0, 3920.0, 3934.0, 3922.0, 3933.0, 3911.0, 3933.0, 3921.0, 3934.0, 3913.0, 3934.0, 3913.0, 3925.0, 3913.0, 3934.0, 3912.0, 3935.0, 3913.0, 3933.0, 3922.0, 3935.0, 3925.0, 3935.0, 3923.0, 3935.0, 3924.0, 3934.0, 3924.0, 3934.0, 3924.0, 3933.0, 3925.0, 3935.0, 3935.0, 3934.0, 3935.0, 3934.0, 3944.0, 3935.0, 3946.0, 3925.0, 3945.0, 3924.0, 3946.0, 3925.0, 3936.0, 3925.0, 3947.0, 3927.0, 3937.0, 3935.0, 3937.0, 3937.0, 3947.0, 3947.0, 3936.0, 3946.0, 3925.0, 3946.0, 3933.0, 3936.0, 3914.0, 3922.0, 3913.0, 3934.0, 3911.0, 3934.0, 3934.0, 3934.0, 3934.0, 3912.0, 3934.0, 3923.0, 3933.0, 3925.0, 3925.0, 3924.0, 3934.0, 3923.0, 3935.0, 3924.0, 3935.0, 3932.0, 3934.0, 3935.0, 3933.0, 3932.0, 3931.0, 3933.0, 3933.0, 3934.0, 3922.0, 3934.0, 3923.0, 3934.0, 3911.0, 3944.0, 3913.0, 3924.0, 3902.0, 3924.0, 3913.0, 3934.0, 3924.0, 3932.0, 3934.0, 3934.0, 3934.0, 3934.0, 3935.0, 3934.0, 3934.0, 3921.0, 3933.0, 3910.0, 3934.0, 3912.0, 3934.0, 3922.0, 3922.0, 3913.0, 3923.0, 3912.0, 3933.0, 3913.0, 3934.0, 3923.0, 3924.0, 3934.0, 3934.0, 3934.0, 3934.0, 3933.0, 3901.0, 3935.0, 3923.0, 3945.0, 3921.0, 3925.0, 3922.0, 3933.0, 3924.0, 3935.0, 3932.0, 3936.0, 3937.0, 3936.0, 3947.0, 3933.0, 3946.0, 3936.0, 3947.0, 3924.0, 3947.0, 3925.0, 3947.0, 3935.0, 3945.0, 3925.0, 3947.0, 3912.0, 3936.0, 3925.0, 3936.0, 3925.0, 3935.0, 3923.0, 3936.0, 3925.0, 3935.0, 3922.0, 3934.0, 3924.0, 3935.0, 3925.0, 3936.0, 3934.0, 3936.0, 3935.0, 3935.0, 3935.0, 3935.0, 3945.0, 3933.0, 3946.0, 3934.0, 3946.0, 3924.0, 3946.0, 3914.0, 3947.0, 3922.0, 3946.0, 3922.0, 3946.0, 3914.0, 3935.0, 3922.0, 3935.0, 3926.0, 3936.0, 3935.0, 3946.0, 3946.0, 3935.0, 3946.0, 3925.0, 3946.0, 3914.0, 3946.0, 3925.0, 3946.0, 3925.0, 3932.0, 3925.0, 3935.0, 3925.0, 3947.0, 3936.0, 3936.0, 3946.0, 3935.0, 3946.0, 3925.0, 3946.0, 3925.0, 3937.0, 3925.0, 3946.0, 3922.0, 3945.0, 3923.0, 3936.0, 3914.0, 3935.0, 3913.0, 3934.0, 3913.0, 3936.0, 3925.0, 3933.0, 3923.0, 3946.0, 3945.0, 3926.0, 3937.0, 3927.0, 3937.0, 3926.0, 3936.0, 3936.0, 3935.0, 3946.0, 3932.0, 3935.0, 3935.0, 3935.0, 3924.0, 3932.0, 3912.0, 3936.0, 3923.0, 3935.0, 3913.0, 3925.0, 3914.0, 3926.0, 3914.0, 3936.0, 3914.0, 3935.0, 3924.0, 3935.0, 3936.0, 3933.0, 3934.0, 3934.0, 3947.0, 3933.0, 3936.0, 3924.0, 3946.0, 3924.0, 3946.0, 3936.0, 3946.0, 3924.0, 3943.0, 3924.0, 3946.0, 3922.0, 3945.0, 3924.0, 3932.0, 3913.0, 3944.0, 3923.0, 3945.0, 3913.0, 3936.0, 3924.0, 3925.0, 3913.0, 3935.0, 3914.0, 3925.0, 3913.0, 3935.0, 3914.0, 3923.0, 3912.0, 3923.0, 3913.0, 3924.0, 3913.0, 3935.0, 3914.0, 3935.0, 3925.0, 3936.0, 3925.0, 3936.0, 3925.0, 3936.0, 3935.0, 3935.0, 3935.0, 3935.0, 3937.0, 3935.0, 3935.0, 3935.0, 3945.0, 3934.0, 3945.0, 3934.0, 3945.0, 3935.0, 3933.0, 3935.0, 3944.0, 3924.0, 3947.0, 3925.0, 3947.0, 3923.0, 3937.0, 3916.0, 3934.0, 3926.0, 3935.0, 3937.0, 3937.0, 3947.0, 3947.0, 3948.0, 3945.0, 3948.0, 3927.0, 3947.0, 3924.0, 3948.0, 3937.0, 3947.0, 3926.0, 3948.0, 3935.0, 3947.0, 3935.0, 3948.0, 3923.0, 3936.0, 3912.0, 3936.0, 3914.0, 3935.0, 3914.0, 3932.0, 3925.0, 3931.0, 3944.0, 3935.0, 3946.0, 3932.0, 3934.0, 3934.0, 3935.0, 3923.0, 3934.0, 3934.0, 3935.0, 3923.0, 3943.0, 3932.0, 3944.0, 3923.0, 3944.0, 3923.0, 3945.0, 3924.0, 3945.0, 3923.0, 3947.0, 3913.0, 3946.0, 3913.0, 3924.0, 3913.0, 3935.0, 3924.0, 3935.0, 3926.0, 3934.0, 3935.0, 3937.0, 3947.0, 3935.0, 3946.0, 3936.0, 3946.0, 3926.0, 3948.0, 3927.0, 3958.0, 3937.0, 3948.0, 3922.0, 3947.0, 3926.0, 3948.0, 3935.0, 3926.0, 3925.0, 3934.0, 3917.0, 3938.0, 3924.0, 3947.0, 3945.0, 3937.0, 3947.0, 3928.0, 3958.0, 3937.0, 3959.0, 3926.0, 3939.0, 3925.0, 3937.0, 3927.0, 3938.0, 3936.0, 3935.0, 3948.0, 3935.0, 3946.0, 3935.0, 3947.0, 3936.0, 3957.0, 3936.0, 3947.0, 3933.0, 3948.0, 3935.0, 3926.0, 3916.0, 3936.0, 3925.0, 3936.0, 3915.0, 3935.0, 3925.0, 3935.0, 3925.0, 3935.0, 3935.0, 3936.0, 3933.0, 3934.0, 3945.0, 3934.0, 3943.0, 3934.0, 3943.0, 3924.0, 3946.0, 3924.0, 3945.0, 3925.0, 3936.0, 3925.0, 3936.0, 3914.0, 3946.0, 3924.0, 3946.0, 3924.0, 3925.0, 3911.0, 3925.0, 3925.0, 3936.0, 3937.0, 3947.0, 3958.0, 3948.0, 3950.0, 3950.0, 3925.0, 3944.0, 3937.0, 3944.0, 3946.0, 3935.0, 3935.0, 3935.0, 3934.0, 3934.0, 3924.0, 3934.0, 3924.0, 3934.0, 3913.0, 3931.0, 3913.0, 3935.0, 3912.0, 3934.0, 3914.0, 3945.0, 3911.0, 3945.0, 3915.0, 3933.0, 3913.0, 3935.0, 3915.0, 3935.0, 3910.0, 3935.0, 3922.0, 3933.0, 3912.0, 3935.0, 3922.0, 3924.0, 3913.0, 3934.0, 3912.0, 3942.0, 3914.0, 3934.0, 3914.0, 3935.0, 3910.0, 3945.0, 3914.0, 3935.0, 3913.0, 3936.0, 3914.0, 3945.0, 3932.0, 3946.0, 3913.0, 3944.0, 3914.0, 3945.0, 3910.0, 3946.0], 'WindowWidth': [8905.0, 8877.0, 8842.0, 8860.0, 8820.0, 8834.0, 8814.0, 8830.0, 8810.0, 8830.0, 8795.0, 8825.0, 8791.0, 8836.0, 8793.0, 8840.0, 8793.0, 8839.0, 8812.0, 8839.0, 8811.0, 8855.0, 8815.0, 8841.0, 8813.0, 8811.0, 8814.0, 8798.0, 8811.0, 8812.0, 8834.0, 8798.0, 8829.0, 8814.0, 8845.0, 8799.0, 8834.0, 8815.0, 8838.0, 8815.0, 8841.0, 8810.0, 8840.0, 8800.0, 8840.0, 8815.0, 8841.0, 8811.0, 8808.0, 8809.0, 8796.0, 8824.0, 8793.0, 8810.0, 8808.0, 8809.0, 8790.0, 8808.0, 8794.0, 8824.0, 8807.0, 8825.0, 8804.0, 8823.0, 8784.0, 8821.0, 8791.0, 8821.0, 8792.0, 8836.0, 8792.0, 8835.0, 8790.0, 8834.0, 8792.0, 8837.0, 8790.0, 8831.0, 8785.0, 8832.0, 8791.0, 8833.0, 8806.0, 8818.0, 8805.0, 8833.0, 8794.0, 8832.0, 8790.0, 8831.0, 8804.0, 8831.0, 8803.0, 8819.0, 8796.0, 8831.0, 8790.0, 8830.0, 8794.0, 8818.0, 8794.0, 8790.0, 8806.0, 8791.0, 8813.0, 8805.0, 8807.0, 8791.0, 8793.0, 8772.0, 8793.0, 8791.0, 8808.0, 8810.0, 8837.0, 8813.0, 8823.0, 8809.0, 8812.0, 8792.0, 8815.0, 8787.0, 8813.0, 8792.0, 8798.0, 8787.0, 8785.0, 8804.0, 8792.0, 8824.0, 8801.0, 8820.0, 8815.0, 8841.0, 8830.0, 8818.0, 8832.0, 8818.0, 8829.0, 8815.0, 8828.0, 8805.0, 8815.0, 8822.0, 8830.0, 8818.0, 8826.0, 8796.0, 8828.0, 8795.0, 8838.0, 8810.0, 8829.0, 8815.0, 8826.0, 8828.0, 8813.0, 8815.0, 8809.0, 8828.0, 8807.0, 8811.0, 8810.0, 8828.0, 8801.0, 8810.0, 8804.0, 8802.0, 8788.0, 8807.0, 8806.0, 8823.0, 8788.0, 8819.0, 8791.0, 8819.0, 8804.0, 8820.0, 8787.0, 8815.0, 8773.0, 8814.0, 8791.0, 8814.0, 8791.0, 8817.0, 8787.0, 8815.0, 8792.0, 8817.0, 8810.0, 8790.0, 8810.0, 8791.0, 8805.0, 8795.0, 8826.0, 8805.0, 8825.0, 8803.0, 8821.0, 8774.0, 8788.0, 8798.0, 8783.0, 8803.0, 8805.0, 8802.0, 8801.0, 8807.0, 8788.0, 8807.0, 8787.0, 8807.0, 8774.0, 8815.0, 8765.0, 8812.0, 8773.0, 8796.0, 8784.0, 8798.0, 8790.0, 8800.0, 8782.0, 8801.0, 8802.0, 8772.0, 8803.0, 8787.0, 8805.0, 8786.0, 8807.0, 8776.0, 8798.0, 8788.0, 8813.0, 8773.0, 8820.0, 8785.0, 8819.0, 8791.0, 8818.0, 8789.0, 8800.0, 8789.0, 8802.0, 8782.0, 8795.0, 8786.0, 8799.0, 8792.0, 8800.0, 8787.0, 8801.0, 8788.0, 8798.0, 8803.0, 8785.0, 8804.0, 8800.0, 8801.0, 8785.0, 8804.0, 8789.0, 8806.0, 8781.0, 8804.0, 8790.0, 8807.0, 8790.0, 8809.0, 8790.0, 8822.0, 8789.0, 8819.0, 8787.0, 8821.0, 8793.0, 8822.0, 8791.0, 8820.0, 8794.0, 8820.0, 8794.0, 8820.0, 8811.0, 8821.0, 8808.0, 8805.0, 8808.0, 8787.0, 8808.0, 8790.0, 8802.0, 8791.0, 8805.0, 8788.0, 8804.0, 8802.0, 8821.0, 8789.0, 8824.0, 8791.0, 8815.0, 8776.0, 8819.0, 8791.0, 8815.0, 8791.0, 8822.0, 8807.0, 8821.0, 8808.0, 8805.0, 8806.0, 8802.0, 8806.0, 8805.0, 8807.0, 8785.0, 8808.0, 8787.0, 8824.0, 8796.0, 8817.0, 8792.0, 8822.0, 8777.0, 8822.0, 8790.0, 8821.0, 8778.0, 8819.0, 8791.0, 8800.0, 8791.0, 8814.0, 8784.0, 8802.0, 8790.0, 8802.0, 8804.0, 8804.0, 8805.0, 8776.0, 8805.0, 8774.0, 8805.0, 8787.0, 8806.0, 8785.0, 8803.0, 8780.0, 8806.0, 8779.0, 8803.0, 8771.0, 8796.0, 8768.0, 8799.0, 8785.0, 8801.0, 8784.0, 8805.0, 8770.0, 8801.0, 8772.0, 8803.0, 8766.0, 8805.0, 8773.0, 8805.0, 8774.0, 8820.0, 8789.0, 8811.0, 8789.0, 8804.0, 8786.0, 8799.0, 8809.0, 8805.0, 8808.0, 8778.0, 8808.0, 8793.0, 8823.0, 8792.0, 8808.0, 8795.0, 8825.0, 8793.0, 8821.0, 8794.0, 8823.0, 8806.0, 8821.0, 8809.0, 8821.0, 8812.0, 8802.0, 8808.0, 8793.0, 8817.0, 8802.0, 8824.0, 8792.0, 8810.0, 8777.0, 8823.0, 8789.0, 8820.0, 8792.0, 8820.0, 8803.0, 8824.0, 8807.0, 8806.0, 8803.0, 8806.0, 8822.0, 8792.0, 8818.0, 8791.0, 8815.0, 8789.0, 8824.0, 8794.0, 8807.0, 8779.0, 8824.0, 8794.0, 8806.0, 8810.0, 8821.0, 8806.0, 8808.0, 8801.0, 8803.0, 8793.0, 8803.0, 8801.0, 8782.0, 8794.0, 8783.0, 8800.0, 8785.0, 8803.0, 8787.0, 8807.0, 8768.0, 8817.0, 8775.0, 8820.0, 8789.0, 8822.0, 8785.0, 8806.0, 8790.0, 8806.0, 8773.0, 8805.0, 8777.0, 8791.0, 8785.0, 8787.0, 8805.0, 8776.0, 8825.0, 8791.0, 8826.0, 8807.0, 8809.0, 8792.0, 8807.0, 8789.0, 8806.0, 8790.0, 8807.0, 8787.0, 8803.0, 8803.0, 8799.0, 8780.0, 8797.0, 8799.0, 8797.0, 8798.0, 8784.0, 8803.0, 8783.0, 8800.0, 8769.0, 8806.0, 8786.0, 8816.0, 8785.0, 8803.0, 8770.0, 8802.0, 8766.0, 8801.0, 8780.0, 8801.0, 8782.0, 8799.0, 8767.0, 8799.0, 8779.0, 8802.0, 8773.0, 8802.0, 8773.0, 8792.0, 8774.0, 8805.0, 8772.0, 8806.0, 8775.0, 8802.0, 8787.0, 8807.0, 8791.0, 8807.0, 8788.0, 8805.0, 8790.0, 8803.0, 8790.0, 8804.0, 8791.0, 8802.0, 8793.0, 8804.0, 8805.0, 8803.0, 8806.0, 8804.0, 8817.0, 8805.0, 8822.0, 8791.0, 8819.0, 8791.0, 8823.0, 8794.0, 8810.0, 8793.0, 8825.0, 8799.0, 8813.0, 8810.0, 8813.0, 8814.0, 8825.0, 8825.0, 8808.0, 8823.0, 8792.0, 8822.0, 8803.0, 8808.0, 8776.0, 8786.0, 8774.0, 8803.0, 8770.0, 8802.0, 8802.0, 8802.0, 8802.0, 8770.0, 8802.0, 8787.0, 8802.0, 8792.0, 8793.0, 8789.0, 8804.0, 8787.0, 8805.0, 8790.0, 8806.0, 8799.0, 8803.0, 8804.0, 8800.0, 8796.0, 8795.0, 8800.0, 8798.0, 8802.0, 8783.0, 8801.0, 8785.0, 8802.0, 8767.0, 8816.0, 8772.0, 8788.0, 8757.0, 8788.0, 8773.0, 8802.0, 8789.0, 8798.0, 8802.0, 8801.0, 8804.0, 8801.0, 8805.0, 8801.0, 8801.0, 8780.0, 8798.0, 8765.0, 8801.0, 8770.0, 8802.0, 8783.0, 8783.0, 8771.0, 8784.0, 8769.0, 8799.0, 8772.0, 8801.0, 8786.0, 8788.0, 8801.0, 8800.0, 8802.0, 8801.0, 8800.0, 8755.0, 8804.0, 8787.0, 8820.0, 8783.0, 8793.0, 8786.0, 8802.0, 8791.0, 8808.0, 8800.0, 8808.0, 8811.0, 8808.0, 8825.0, 8803.0, 8822.0, 8808.0, 8824.0, 8790.0, 8825.0, 8793.0, 8826.0, 8807.0, 8820.0, 8792.0, 8824.0, 8774.0, 8811.0, 8792.0, 8809.0, 8792.0, 8807.0, 8790.0, 8809.0, 8792.0, 8804.0, 8786.0, 8804.0, 8790.0, 8806.0, 8791.0, 8807.0, 8804.0, 8808.0, 8807.0, 8806.0, 8806.0, 8804.0, 8819.0, 8802.0, 8822.0, 8803.0, 8821.0, 8790.0, 8821.0, 8776.0, 8824.0, 8786.0, 8822.0, 8785.0, 8822.0, 8777.0, 8808.0, 8786.0, 8808.0, 8795.0, 8808.0, 8807.0, 8821.0, 8822.0, 8807.0, 8822.0, 8793.0, 8822.0, 8777.0, 8822.0, 8793.0, 8824.0, 8794.0, 8800.0, 8794.0, 8808.0, 8795.0, 8825.0, 8809.0, 8809.0, 8822.0, 8806.0, 8823.0, 8793.0, 8824.0, 8793.0, 8810.0, 8791.0, 8822.0, 8786.0, 8820.0, 8787.0, 8810.0, 8777.0, 8808.0, 8775.0, 8806.0, 8776.0, 8809.0, 8793.0, 8803.0, 8790.0, 8821.0, 8820.0, 8798.0, 8814.0, 8800.0, 8812.0, 8795.0, 8810.0, 8809.0, 8807.0, 8821.0, 8799.0, 8807.0, 8804.0, 8805.0, 8787.0, 8798.0, 8771.0, 8807.0, 8787.0, 8805.0, 8773.0, 8792.0, 8776.0, 8794.0, 8776.0, 8807.0, 8777.0, 8805.0, 8790.0, 8804.0, 8807.0, 8801.0, 8804.0, 8804.0, 8824.0, 8802.0, 8808.0, 8791.0, 8822.0, 8791.0, 8821.0, 8807.0, 8820.0, 8788.0, 8814.0, 8788.0, 8821.0, 8785.0, 8818.0, 8788.0, 8799.0, 8772.0, 8816.0, 8786.0, 8820.0, 8774.0, 8808.0, 8790.0, 8792.0, 8773.0, 8805.0, 8776.0, 8793.0, 8774.0, 8805.0, 8775.0, 8787.0, 8771.0, 8787.0, 8772.0, 8790.0, 8774.0, 8805.0, 8778.0, 8807.0, 8794.0, 8809.0, 8794.0, 8810.0, 8794.0, 8808.0, 8807.0, 8806.0, 8806.0, 8805.0, 8810.0, 8804.0, 8804.0, 8804.0, 8819.0, 8803.0, 8820.0, 8803.0, 8819.0, 8805.0, 8802.0, 8805.0, 8818.0, 8792.0, 8824.0, 8794.0, 8828.0, 8790.0, 8812.0, 8784.0, 8806.0, 8796.0, 8807.0, 8812.0, 8813.0, 8826.0, 8826.0, 8828.0, 8821.0, 8827.0, 8798.0, 8826.0, 8791.0, 8829.0, 8812.0, 8826.0, 8795.0, 8828.0, 8808.0, 8825.0, 8808.0, 8827.0, 8788.0, 8810.0, 8774.0, 8810.0, 8777.0, 8807.0, 8775.0, 8799.0, 8793.0, 8797.0, 8817.0, 8806.0, 8822.0, 8799.0, 8804.0, 8802.0, 8806.0, 8788.0, 8805.0, 8801.0, 8804.0, 8786.0, 8813.0, 8797.0, 8817.0, 8787.0, 8815.0, 8787.0, 8820.0, 8788.0, 8819.0, 8788.0, 8822.0, 8772.0, 8820.0, 8774.0, 8791.0, 8775.0, 8807.0, 8790.0, 8806.0, 8795.0, 8805.0, 8808.0, 8811.0, 8824.0, 8807.0, 8823.0, 8810.0, 8824.0, 8797.0, 8828.0, 8798.0, 8842.0, 8812.0, 8828.0, 8787.0, 8827.0, 8796.0, 8828.0, 8808.0, 8796.0, 8794.0, 8806.0, 8786.0, 8815.0, 8794.0, 8828.0, 8823.0, 8813.0, 8827.0, 8801.0, 8844.0, 8814.0, 8845.0, 8798.0, 8817.0, 8795.0, 8814.0, 8801.0, 8816.0, 8810.0, 8809.0, 8829.0, 8808.0, 8824.0, 8808.0, 8827.0, 8811.0, 8840.0, 8810.0, 8826.0, 8804.0, 8829.0, 8808.0, 8799.0, 8782.0, 8809.0, 8793.0, 8809.0, 8781.0, 8808.0, 8794.0, 8808.0, 8794.0, 8807.0, 8808.0, 8809.0, 8802.0, 8805.0, 8820.0, 8804.0, 8817.0, 8805.0, 8816.0, 8790.0, 8823.0, 8789.0, 8820.0, 8792.0, 8809.0, 8794.0, 8809.0, 8777.0, 8822.0, 8790.0, 8822.0, 8789.0, 8793.0, 8771.0, 8792.0, 8794.0, 8809.0, 8813.0, 8828.0, 8844.0, 8831.0, 8834.0, 8834.0, 8797.0, 8820.0, 8811.0, 8818.0, 8823.0, 8807.0, 8805.0, 8805.0, 8804.0, 8802.0, 8790.0, 8804.0, 8790.0, 8802.0, 8773.0, 8796.0, 8773.0, 8804.0, 8772.0, 8802.0, 8775.0, 8819.0, 8769.0, 8818.0, 8777.0, 8801.0, 8774.0, 8805.0, 8778.0, 8807.0, 8769.0, 8805.0, 8784.0, 8802.0, 8772.0, 8807.0, 8784.0, 8791.0, 8774.0, 8804.0, 8773.0, 8814.0, 8777.0, 8802.0, 8776.0, 8805.0, 8768.0, 8821.0, 8777.0, 8805.0, 8774.0, 8807.0, 8776.0, 8820.0, 8798.0, 8820.0, 8773.0, 8817.0, 8776.0, 8820.0, 8768.0, 8824.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.0009032803738317757</td></tr>
<tr><td colspan=3>aqi</td><td>0.016330488504672898</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.61834540159025</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2123506500654808</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0087569013844715</td></tr>
<tr><td colspan=3>efc</td><td>0.4471</td></tr>
<tr><td colspan=3>fber</td><td>6896.2935</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06354734944458637</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.18691588785046728</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.414040189650421</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.359356125566748</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.562164484367784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.32059995901673</td></tr>
<tr><td colspan=3>gcor</td><td>0.00293734</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010768054984509945</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024951312690973282</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.76746529256443</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>28.6777</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.5198</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.3671</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>308281.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>688.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.3768</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1073</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.5192</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3196.876</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4240.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.8212</td></tr>
<tr><td colspan=3>tsnr</td><td>43.64408162957989</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>