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

616 lines
No EOL
121 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-0053_ses-03_task-alignvideo_acq-mb8_run-03_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-0053_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_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-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_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-0053/ses-03/func/sub-0053_ses-03_task-alignvideo_acq-mb8_run-03_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>b893f778d418c7449f271503273a58fb</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>17:58:5.955000</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.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</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-03_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.0812919</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>245.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5bc15b64-3e7f-434b-81d5-a0cd3f10c934||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.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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, 1065]</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], 'AcquisitionTime': ['175805.955000', '175806.415000', '175806.875000', '175807.335000', '175807.795000', '175808.255000', '175808.715000', '175809.175000', '175809.635000', '175810.095000', '175810.555000', '175811.015000', '175811.475000', '175811.935000', '175812.395000', '175812.855000', '175813.315000', '175813.775000', '175814.235000', '175814.695000', '175815.155000', '175815.615000', '175816.075000', '175816.535000', '175816.995000', '175817.455000', '175817.915000', '175818.375000', '175818.835000', '175819.295000', '175819.755000', '175820.215000', '175820.675000', '175821.135000', '175821.595000', '175822.055000', '175822.515000', '175822.975000', '175823.435000', '175823.895000', '175824.355000', '175824.815000', '175825.275000', '175825.735000', '175826.195000', '175826.655000', '175827.115000', '175827.575000', '175828.035000', '175828.495000', '175828.955000', '175829.415000', '175829.875000', '175830.335000', '175830.795000', '175831.255000', '175831.715000', '175832.175000', '175832.635000', '175833.095000', '175833.555000', '175834.015000', '175834.475000', '175834.935000', '175835.395000', '175835.855000', '175836.315000', '175836.775000', '175837.235000', '175837.695000', '175838.155000', '175838.615000', '175839.075000', '175839.535000', '175839.995000', '175840.455000', '175840.915000', '175841.375000', '175841.835000', '175842.295000', '175842.755000', '175843.215000', '175843.675000', '175844.135000', '175844.595000', '175845.055000', '175845.515000', '175845.975000', '175846.435000', '175846.895000', '175847.355000', '175847.815000', '175848.275000', '175848.735000', '175849.195000', '175849.655000', '175850.115000', '175850.575000', '175851.035000', '175851.495000', '175851.955000', '175852.415000', '175852.875000', '175853.335000', '175853.795000', '175854.255000', '175854.715000', '175855.175000', '175855.635000', '175856.095000', '175856.555000', '175857.015000', '175857.475000', '175857.935000', '175858.395000', '175858.855000', '175859.315000', '175859.775000', '175900.235000', '175900.695000', '175901.155000', '175901.615000', '175902.075000', '175902.535000', '175902.995000', '175903.455000', '175903.915000', '175904.375000', '175904.835000', '175905.295000', '175905.755000', '175906.215000', '175906.675000', '175907.135000', '175907.595000', '175908.055000', '175908.515000', '175908.975000', '175909.435000', '175909.895000', '175910.355000', '175910.815000', '175911.275000', '175911.735000', '175912.195000', '175912.655000', '175913.115000', '175913.575000', '175914.035000', '175914.495000', '175914.955000', '175915.415000', '175915.875000', '175916.335000', '175916.795000', '175917.255000', '175917.715000', '175918.175000', '175918.635000', '175919.095000', '175919.555000', '175920.015000', '175920.475000', '175920.935000', '175921.395000', '175921.855000', '175922.315000', '175922.775000', '175923.235000', '175923.695000', '175924.155000', '175924.615000', '175925.075000', '175925.535000', '175925.995000', '175926.455000', '175926.915000', '175927.375000', '175927.835000', '175928.295000', '175928.755000', '175929.215000', '175929.675000', '175930.135000', '175930.595000', '175931.055000', '175931.515000', '175931.975000', '175932.435000', '175932.895000', '175933.355000', '175933.815000', '175934.275000', '175934.735000', '175935.195000', '175935.655000', '175936.115000', '175936.575000', '175937.035000', '175937.495000', '175937.955000', '175938.415000', '175938.875000', '175939.335000', '175939.795000', '175940.255000', '175940.715000', '175941.175000', '175941.635000', '175942.095000', '175942.555000', '175943.015000', '175943.475000', '175943.935000', '175944.395000', '175944.855000', '175945.315000', '175945.775000', '175946.235000', '175946.695000', '175947.155000', '175947.615000', '175948.075000', '175948.535000', '175948.995000', '175949.455000', '175949.915000', '175950.375000', '175950.835000', '175951.295000', '175951.755000', '175952.215000', '175952.675000', '175953.135000', '175953.595000', '175954.055000', '175954.515000', '175954.975000', '175955.435000', '175955.895000', '175956.355000', '175956.815000', '175957.275000', '175957.735000', '175958.195000', '175958.655000', '175959.115000', '175959.575000', '180000.035000', '180000.495000', '180000.955000', '180001.415000', '180001.875000', '180002.335000', '180002.795000', '180003.255000', '180003.715000', '180004.175000', '180004.635000', '180005.095000', '180005.555000', '180006.015000', '180006.475000', '180006.935000', '180007.395000', '180007.855000', '180008.315000', '180008.775000', '180009.235000', '180009.695000', '180010.155000', '180010.615000', '180011.075000', '180011.535000', '180011.995000', '180012.455000', '180012.915000', '180013.375000', '180013.835000', '180014.295000', '180014.755000', '180015.215000', '180015.675000', '180016.135000', '180016.595000', '180017.055000', '180017.515000', '180017.975000', '180018.435000', '180018.895000', '180019.355000', '180019.815000', '180020.275000', '180020.735000', '180021.195000', '180021.655000', '180022.115000', '180022.575000', '180023.035000', '180023.495000', '180023.955000', '180024.415000', '180024.875000', '180025.335000', '180025.795000', '180026.255000', '180026.715000', '180027.175000', '180027.635000', '180028.095000', '180028.555000', '180029.015000', '180029.475000', '180029.935000', '180030.395000', '180030.855000', '180031.315000', '180031.775000', '180032.235000', '180032.695000', '180033.155000', '180033.615000', '180034.075000', '180034.535000', '180034.995000', '180035.455000', '180035.915000', '180036.375000', '180036.835000', '180037.295000', '180037.755000', '180038.215000', '180038.675000', '180039.135000', '180039.595000', '180040.055000', '180040.515000', '180040.975000', '180041.435000', '180041.895000', '180042.355000', '180042.815000', '180043.275000', '180043.735000', '180044.195000', '180044.655000', '180045.115000', '180045.575000', '180046.035000', '180046.495000', '180046.955000', '180047.415000', '180047.875000', '180048.335000', '180048.795000', '180049.255000', '180049.715000', '180050.175000', '180050.635000', '180051.095000', '180051.555000', '180052.015000', '180052.475000', '180052.935000', '180053.395000', '180053.855000', '180054.315000', '180054.775000', '180055.235000', '180055.695000', '180056.155000', '180056.615000', '180057.075000', '180057.535000', '180057.995000', '180058.455000', '180058.915000', '180059.375000', '180059.835000', '180100.295000', '180100.755000', '180101.215000', '180101.675000', '180102.135000', '180102.595000', '180103.055000', '180103.515000', '180103.975000', '180104.435000', '180104.895000', '180105.355000', '180105.815000', '180106.275000', '180106.735000', '180107.195000', '180107.655000', '180108.115000', '180108.575000', '180109.035000', '180109.495000', '180109.955000', '180110.415000', '180110.875000', '180111.335000', '180111.795000', '180112.255000', '180112.715000', '180113.175000', '180113.635000', '180114.095000', '180114.555000', '180115.015000', '180115.475000', '180115.935000', '180116.395000', '180116.855000', '180117.315000', '180117.775000', '180118.235000', '180118.695000', '180119.155000', '180119.615000', '180120.075000', '180120.535000', '180120.995000', '180121.455000', '180121.915000', '180122.375000', '180122.835000', '180123.295000', '180123.755000', '180124.215000', '180124.675000', '180125.135000', '180125.595000', '180126.055000', '180126.515000', '180126.975000', '180127.435000', '180127.895000', '180128.355000', '180128.815000', '180129.275000', '180129.735000', '180130.195000', '180130.655000', '180131.115000', '180131.575000', '180132.035000', '180132.495000', '180132.955000', '180133.415000', '180133.875000', '180134.335000', '180134.795000', '180135.255000', '180135.715000', '180136.175000', '180136.635000', '180137.095000', '180137.555000', '180138.015000', '180138.475000', '180138.935000', '180139.395000', '180139.855000', '180140.315000', '180140.775000', '180141.235000', '180141.695000', '180142.155000', '180142.615000', '180143.075000', '180143.535000', '180143.995000', '180144.455000', '180144.915000', '180145.375000', '180145.835000', '180146.295000', '180146.755000', '180147.215000', '180147.675000', '180148.135000', '180148.595000', '180149.055000', '180149.515000', '180149.975000', '180150.435000', '180150.895000', '180151.355000', '180151.815000', '180152.275000', '180152.735000', '180153.195000', '180153.655000', '180154.115000', '180154.575000', '180155.035000', '180155.495000', '180155.955000', '180156.415000', '180156.875000', '180157.335000', '180157.795000', '180158.255000', '180158.715000', '180159.175000', '180159.635000', '180200.095000', '180200.555000', '180201.015000', '180201.475000', '180201.935000', '180202.395000', '180202.855000', '180203.315000', '180203.775000', '180204.235000', '180204.695000', '180205.155000', '180205.615000', '180206.075000', '180206.535000', '180206.995000', '180207.455000', '180207.915000', '180208.375000', '180208.835000', '180209.295000', '180209.755000', '180210.215000', '180210.675000', '180211.135000', '180211.595000', '180212.055000', '180212.515000', '180212.975000', '180213.435000', '180213.895000', '180214.355000', '180214.815000', '180215.275000', '180215.735000', '180216.195000', '180216.655000', '180217.115000', '180217.575000', '180218.035000', '180218.495000', '180218.955000', '180219.415000', '180219.875000', '180220.335000', '180220.795000', '180221.255000', '180221.715000', '180222.175000', '180222.635000', '180223.095000', '180223.555000', '180224.015000', '180224.475000', '180224.935000', '180225.395000', '180225.855000', '180226.315000', '180226.775000', '180227.235000', '180227.695000', '180228.155000', '180228.615000', '180229.075000', '180229.535000', '180229.995000', '180230.455000', '180230.915000', '180231.375000', '180231.835000', '180232.295000', '180232.755000', '180233.215000', '180233.675000', '180234.135000', '180234.595000', '180235.055000', '180235.515000', '180235.975000', '180236.435000', '180236.895000', '180237.355000', '180237.815000', '180238.275000', '180238.735000', '180239.195000', '180239.655000', '180240.115000', '180240.575000', '180241.035000', '180241.495000', '180241.955000', '180242.415000', '180242.875000', '180243.335000', '180243.795000', '180244.255000', '180244.715000', '180245.175000', '180245.635000', '180246.095000', '180246.555000', '180247.015000', '180247.475000', '180247.935000', '180248.395000', '180248.855000', '180249.315000', '180249.775000', '180250.235000', '180250.695000', '180251.155000', '180251.615000', '180252.075000', '180252.535000', '180252.995000', '180253.455000', '180253.915000', '180254.375000', '180254.835000', '180255.295000', '180255.755000', '180256.215000', '180256.675000', '180257.135000', '180257.595000', '180258.055000', '180258.515000', '180258.975000', '180259.435000', '180259.895000', '180300.355000', '180300.815000', '180301.275000', '180301.735000', '180302.195000', '180302.655000', '180303.115000', '180303.575000', '180304.035000', '180304.495000', '180304.955000', '180305.415000', '180305.875000', '180306.335000', '180306.795000', '180307.255000', '180307.715000', '180308.175000', '180308.635000', '180309.095000', '180309.555000', '180310.015000', '180310.475000', '180310.935000', '180311.395000', '180311.855000', '180312.315000', '180312.775000', '180313.235000', '180313.695000', '180314.155000', '180314.615000', '180315.075000', '180315.535000', '180315.995000', '180316.455000', '180316.915000', '180317.375000', '180317.835000', '180318.295000', '180318.755000', '180319.215000', '180319.675000', '180320.135000', '180320.595000', '180321.055000', '180321.515000', '180321.975000', '180322.435000', '180322.895000', '180323.355000', '180323.815000', '180324.275000', '180324.735000', '180325.195000', '180325.655000', '180326.115000', '180326.575000', '180327.035000', '180327.495000', '180327.955000', '180328.415000', '180328.875000', '180329.335000', '180329.795000', '180330.255000', '180330.715000', '180331.175000', '180331.635000', '180332.095000', '180332.555000', '180333.015000', '180333.475000', '180333.935000', '180334.395000', '180334.855000', '180335.315000', '180335.775000', '180336.235000', '180336.695000', '180337.155000', '180337.615000', '180338.075000', '180338.535000', '180338.995000', '180339.455000', '180339.915000', '180340.375000', '180340.835000', '180341.295000', '180341.755000', '180342.215000', '180342.675000', '180343.135000', '180343.595000', '180344.055000', '180344.515000', '180344.975000', '180345.435000', '180345.895000', '180346.355000', '180346.815000', '180347.275000', '180347.735000', '180348.195000', '180348.655000', '180349.115000', '180349.575000', '180350.035000', '180350.495000', '180350.955000', '180351.415000', '180351.875000', '180352.335000', '180352.795000', '180353.255000', '180353.715000', '180354.175000', '180354.635000', '180355.095000', '180355.555000', '180356.015000', '180356.475000', '180356.935000', '180357.395000', '180357.855000', '180358.315000', '180358.775000', '180359.235000', '180359.695000', '180400.155000', '180400.615000', '180401.075000', '180401.535000', '180401.995000', '180402.455000', '180402.915000', '180403.375000', '180403.835000', '180404.295000', '180404.755000', '180405.215000', '180405.675000', '180406.135000', '180406.595000', '180407.055000', '180407.515000', '180407.975000', '180408.435000', '180408.895000', '180409.355000', '180409.815000', '180410.275000', '180410.735000', '180411.195000', '180411.655000', '180412.115000', '180412.575000', '180413.035000', '180413.495000', '180413.955000', '180414.415000', '180414.875000', '180415.335000', '180415.795000', '180416.255000', '180416.715000', '180417.175000', '180417.635000', '180418.095000', '180418.555000', '180419.015000', '180419.475000', '180419.935000', '180420.395000', '180420.855000', '180421.315000', '180421.775000', '180422.235000', '180422.695000', '180423.155000', '180423.615000', '180424.075000', '180424.535000', '180424.995000', '180425.455000', '180425.915000', '180426.375000', '180426.835000', '180427.295000', '180427.755000', '180428.215000', '180428.675000', '180429.135000', '180429.595000', '180430.055000', '180430.515000', '180430.975000', '180431.435000', '180431.895000', '180432.355000', '180432.815000', '180433.275000', '180433.735000', '180434.195000', '180434.655000', '180435.115000', '180435.575000', '180436.035000', '180436.495000', '180436.955000', '180437.415000', '180437.875000', '180438.335000', '180438.795000', '180439.255000', '180439.715000', '180440.175000', '180440.635000', '180441.095000', '180441.555000', '180442.015000', '180442.475000', '180442.935000', '180443.395000', '180443.855000', '180444.315000', '180444.775000', '180445.235000', '180445.695000', '180446.155000', '180446.615000', '180447.075000', '180447.535000', '180447.995000', '180448.455000', '180448.915000', '180449.375000', '180449.835000', '180450.295000', '180450.755000', '180451.215000', '180451.675000', '180452.135000', '180452.595000', '180453.055000', '180453.515000', '180453.975000', '180454.435000', '180454.895000', '180455.355000', '180455.815000', '180456.275000', '180456.735000', '180457.195000', '180457.655000', '180458.115000', '180458.575000', '180459.035000', '180459.495000', '180459.955000', '180500.415000', '180500.875000', '180501.335000', '180501.795000', '180502.255000', '180502.715000', '180503.175000', '180503.635000', '180504.095000', '180504.555000', '180505.015000', '180505.475000', '180505.935000', '180506.395000', '180506.855000', '180507.315000', '180507.775000', '180508.235000', '180508.695000', '180509.155000', '180509.615000', '180510.075000', '180510.535000', '180510.995000', '180511.455000', '180511.915000', '180512.375000', '180512.835000', '180513.295000', '180513.755000', '180514.215000', '180514.675000', '180515.135000', '180515.595000', '180516.055000', '180516.515000', '180516.975000', '180517.435000', '180517.895000', '180518.355000', '180518.815000', '180519.275000', '180519.735000', '180520.195000', '180520.655000', '180521.115000', '180521.575000', '180522.035000', '180522.495000', '180522.955000', '180523.415000', '180523.875000', '180524.335000', '180524.795000', '180525.255000', '180525.715000', '180526.175000', '180526.635000', '180527.095000', '180527.555000', '180528.015000', '180528.475000', '180528.935000', '180529.395000', '180529.855000', '180530.315000', '180530.775000', '180531.235000', '180531.695000', '180532.155000', '180532.615000', '180533.075000', '180533.535000', '180533.995000', '180534.455000', '180534.915000', '180535.375000', '180535.835000', '180536.295000', '180536.755000', '180537.215000', '180537.675000', '180538.135000', '180538.595000', '180539.055000', '180539.515000', '180539.975000', '180540.435000', '180540.895000', '180541.355000', '180541.815000', '180542.275000', '180542.735000', '180543.195000', '180543.655000', '180544.115000', '180544.575000', '180545.035000', '180545.495000', '180545.955000', '180546.415000', '180546.875000', '180547.335000', '180547.795000', '180548.255000', '180548.715000', '180549.175000', '180549.635000', '180550.095000', '180550.555000', '180551.015000', '180551.475000', '180551.935000', '180552.395000', '180552.855000', '180553.315000', '180553.775000', '180554.235000', '180554.695000', '180555.155000', '180555.615000', '180556.075000', '180556.535000', '180556.995000', '180557.455000', '180557.915000', '180558.375000', '180558.835000', '180559.295000', '180559.755000', '180600.215000', '180600.675000', '180601.135000', '180601.595000', '180602.055000', '180602.515000', '180602.975000', '180603.435000', '180603.895000', '180604.355000', '180604.815000', '180605.275000', '180605.735000', '180606.195000', '180606.655000', '180607.115000', '180607.575000', '180608.035000', '180608.495000', '180608.955000', '180609.415000', '180609.875000', '180610.335000', '180610.795000', '180611.255000', '180611.715000', '180612.175000', '180612.635000', '180613.095000', '180613.555000', '180614.015000', '180614.475000', '180614.935000', '180615.395000'], 'ContentTime': ['175818.005000', '175818.009000', '175818.011000', '175818.014000', '175818.017000', '175818.020000', '175818.023000', '175818.026000', '175818.029000', '175818.031000', '175818.034000', '175818.037000', '175818.039000', '175818.042000', '175818.045000', '175818.047000', '175818.050000', '175818.053000', '175818.056000', '175818.059000', '175818.061000', '175818.065000', '175818.068000', '175818.070000', '175837.955000', '175837.958000', '175837.961000', '175837.964000', '175837.966000', '175837.969000', '175837.972000', '175837.975000', '175837.977000', '175837.980000', '175837.987000', '175837.989000', '175837.992000', '175837.995000', '175837.997000', '175838.000000', '175838.002000', '175838.005000', '175838.007000', '175838.010000', '175838.013000', '175838.015000', '175838.018000', '175838.020000', '175838.023000', '175838.025000', '175838.028000', '175838.031000', '175838.033000', '175838.036000', '175838.038000', '175838.041000', '175838.044000', '175838.046000', '175838.049000', '175838.052000', '175838.054000', '175838.057000', '175838.060000', '175838.062000', '175838.065000', '175838.067000', '175838.070000', '175838.076000', '175857.956000', '175857.958000', '175857.961000', '175857.964000', '175857.966000', '175857.969000', '175857.971000', '175857.974000', '175857.977000', '175857.979000', '175857.982000', '175857.984000', '175857.987000', '175857.989000', '175857.992000', '175857.994000', '175857.997000', '175858.000000', '175858.002000', '175858.005000', '175858.007000', '175858.010000', '175858.012000', '175858.015000', '175858.018000', '175858.020000', '175858.023000', '175858.025000', '175858.028000', '175858.030000', '175858.033000', '175858.036000', '175858.039000', '175858.041000', '175858.044000', '175858.047000', '175858.049000', '175858.052000', '175858.054000', '175858.057000', '175858.059000', '175858.063000', '175858.066000', '175917.955000', '175917.958000', '175917.961000', '175917.964000', '175917.966000', '175917.969000', '175917.971000', '175917.974000', '175917.977000', '175917.979000', '175917.982000', '175917.984000', '175917.987000', '175917.990000', '175917.992000', '175917.995000', '175917.997000', '175918.000000', '175918.003000', '175918.005000', '175918.008000', '175918.010000', '175918.013000', '175918.015000', '175918.018000', '175918.021000', '175918.023000', '175918.026000', '175918.028000', '175918.032000', '175918.034000', '175918.037000', '175918.040000', '175918.042000', '175918.045000', '175918.047000', '175918.050000', '175918.053000', '175918.055000', '175918.058000', '175918.060000', '175918.063000', '175918.066000', '175918.068000', '175937.954000', '175937.957000', '175937.960000', '175937.962000', '175937.965000', '175937.967000', '175937.970000', '175937.973000', '175937.975000', '175937.978000', '175937.980000', '175937.983000', '175937.985000', '175937.988000', '175937.991000', '175937.993000', '175937.996000', '175937.998000', '175938.001000', '175938.004000', '175938.008000', '175938.010000', '175938.013000', '175938.016000', '175938.018000', '175938.021000', '175938.024000', '175938.026000', '175938.057000', '175938.060000', '175938.063000', '175938.065000', '175938.068000', '175938.070000', '175938.073000', '175938.076000', '175938.078000', '175938.081000', '175938.083000', '175938.086000', '175938.088000', '175938.091000', '175938.094000', '175957.955000', '175957.957000', '175957.960000', '175957.963000', '175957.965000', '175957.968000', '175957.970000', '175957.973000', '175957.976000', '175957.978000', '175957.981000', '175957.983000', '175957.986000', '175957.988000', '175957.991000', '175957.994000', '175957.996000', '175957.999000', '175958.002000', '175958.004000', '175958.007000', '175958.009000', '175958.012000', '175958.014000', '175958.017000', '175958.020000', '175958.022000', '175958.025000', '175958.027000', '175958.030000', '175958.033000', '175958.035000', '175958.038000', '175958.040000', '175958.043000', '175958.046000', '175958.048000', '175958.051000', '175958.053000', '175958.056000', '175958.058000', '175958.061000', '175958.064000', '175958.066000', '180017.955000', '180017.957000', '180017.960000', '180017.963000', '180017.965000', '180017.968000', '180017.970000', '180017.973000', '180017.976000', '180017.978000', '180017.981000', '180017.983000', '180017.986000', '180017.989000', '180017.991000', '180017.994000', '180017.996000', '180017.999000', '180018.002000', '180018.004000', '180018.007000', '180018.009000', '180018.012000', '180018.014000', '180018.017000', '180018.020000', '180018.022000', '180018.025000', '180018.028000', '180018.030000', '180018.033000', '180018.035000', '180018.038000', '180018.040000', '180018.043000', '180018.046000', '180018.048000', '180018.051000', '180018.054000', '180018.056000', '180018.059000', '180018.061000', '180018.064000', '180037.955000', '180037.957000', '180037.960000', '180037.963000', '180037.965000', '180037.968000', '180037.970000', '180037.973000', '180037.975000', '180037.978000', '180037.981000', '180037.983000', '180037.986000', '180037.988000', '180037.991000', '180037.994000', '180037.996000', '180037.999000', '180038.002000', '180038.004000', '180038.007000', '180038.009000', '180038.012000', '180038.015000', '180038.017000', '180038.020000', '180038.022000', '180038.025000', '180038.028000', '180038.030000', '180038.033000', '180038.035000', '180038.038000', '180038.040000', '180038.043000', '180038.046000', '180038.048000', '180038.051000', '180038.053000', '180038.056000', '180038.059000', '180038.061000', '180038.064000', '180038.066000', '180057.956000', '180057.958000', '180057.961000', '180057.964000', '180057.966000', '180057.969000', '180057.971000', '180057.974000', '180057.977000', '180057.979000', '180057.982000', '180057.984000', '180057.987000', '180057.990000', '180057.992000', '180057.995000', '180057.997000', '180058.000000', '180058.003000', '180058.005000', '180058.008000', '180058.011000', '180058.013000', '180058.016000', '180058.018000', '180058.021000', '180058.024000', '180058.026000', '180058.029000', '180058.031000', '180058.034000', '180058.037000', '180058.039000', '180058.042000', '180058.044000', '180058.047000', '180058.049000', '180058.052000', '180058.055000', '180058.057000', '180058.060000', '180058.063000', '180058.065000', '180117.956000', '180117.959000', '180117.961000', '180117.964000', '180117.966000', '180117.969000', '180117.972000', '180117.974000', '180117.977000', '180117.979000', '180117.982000', '180117.984000', '180117.987000', '180117.990000', '180117.992000', '180117.995000', '180117.997000', '180118.000000', '180118.003000', '180118.005000', '180118.008000', '180118.011000', '180118.013000', '180118.016000', '180118.048000', '180118.051000', '180118.053000', '180118.056000', '180118.059000', '180118.061000', '180118.064000', '180118.066000', '180118.069000', '180118.071000', '180118.074000', '180118.077000', '180118.079000', '180118.082000', '180118.084000', '180118.087000', '180118.090000', '180118.092000', '180118.095000', '180118.098000', '180137.956000', '180137.958000', '180137.961000', '180137.964000', '180137.966000', '180137.969000', '180137.971000', '180137.974000', '180137.977000', '180137.979000', '180137.982000', '180137.984000', '180137.987000', '180137.989000', '180137.992000', '180137.995000', '180137.997000', '180138.000000', '180138.003000', '180138.005000', '180138.008000', '180138.010000', '180138.013000', '180138.016000', '180138.018000', '180138.021000', '180138.024000', '180138.026000', '180138.029000', '180138.031000', '180138.034000', '180138.037000', '180138.039000', '180138.042000', '180138.044000', '180138.047000', '180138.050000', '180138.052000', '180138.055000', '180138.057000', '180138.060000', '180138.063000', '180138.065000', '180157.955000', '180157.957000', '180157.960000', '180157.963000', '180157.965000', '180157.968000', '180157.970000', '180157.973000', '180157.976000', '180157.978000', '180157.981000', '180157.983000', '180157.986000', '180157.989000', '180157.991000', '180157.994000', '180157.996000', '180158.000000', '180158.003000', '180158.005000', '180158.008000', '180158.010000', '180158.013000', '180158.016000', '180158.018000', '180158.021000', '180158.023000', '180158.026000', '180158.028000', '180158.031000', '180158.034000', '180158.036000', '180158.039000', '180158.041000', '180158.044000', '180158.047000', '180158.049000', '180158.052000', '180158.055000', '180158.057000', '180158.060000', '180158.062000', '180158.065000', '180158.067000', '180217.954000', '180217.957000', '180217.960000', '180217.963000', '180217.965000', '180217.968000', '180217.970000', '180217.973000', '180217.976000', '180217.978000', '180217.981000', '180217.984000', '180217.986000', '180217.989000', '180217.991000', '180217.994000', '180217.997000', '180217.999000', '180218.002000', '180218.005000', '180218.007000', '180218.010000', '180218.012000', '180218.015000', '180218.018000', '180218.020000', '180218.023000', '180218.025000', '180218.028000', '180218.031000', '180218.033000', '180218.036000', '180218.038000', '180218.041000', '180218.043000', '180218.046000', '180218.049000', '180218.051000', '180218.054000', '180218.057000', '180218.059000', '180218.062000', '180218.064000', '180237.955000', '180237.958000', '180237.960000', '180237.963000', '180237.965000', '180237.968000', '180237.971000', '180237.973000', '180237.976000', '180237.978000', '180237.981000', '180237.983000', '180237.986000', '180237.989000', '180237.991000', '180237.994000', '180237.997000', '180238.000000', '180238.003000', '180238.005000', '180238.008000', '180238.011000', '180238.013000', '180238.016000', '180238.019000', '180238.021000', '180238.024000', '180238.027000', '180238.029000', '180238.032000', '180238.034000', '180238.037000', '180238.040000', '180238.042000', '180238.045000', '180238.047000', '180238.050000', '180238.053000', '180238.055000', '180238.058000', '180238.060000', '180238.063000', '180238.065000', '180238.068000', '180257.955000', '180257.958000', '180257.960000', '180257.963000', '180257.965000', '180257.968000', '180257.971000', '180257.973000', '180257.976000', '180257.978000', '180257.981000', '180257.983000', '180257.986000', '180257.989000', '180257.991000', '180257.994000', '180257.996000', '180258.000000', '180258.003000', '180258.005000', '180258.008000', '180258.011000', '180258.013000', '180258.016000', '180258.019000', '180258.021000', '180258.024000', '180258.026000', '180258.029000', '180258.031000', '180258.034000', '180258.037000', '180258.039000', '180258.042000', '180258.044000', '180258.047000', '180258.050000', '180258.052000', '180258.055000', '180258.057000', '180258.060000', '180258.062000', '180258.065000', '180317.956000', '180317.958000', '180317.961000', '180317.964000', '180317.966000', '180317.969000', '180317.972000', '180317.974000', '180317.977000', '180317.979000', '180317.982000', '180317.985000', '180317.987000', '180317.990000', '180317.992000', '180317.995000', '180317.997000', '180318.000000', '180318.003000', '180318.005000', '180318.008000', '180318.010000', '180318.013000', '180318.016000', '180318.018000', '180318.021000', '180318.023000', '180318.026000', '180318.029000', '180318.031000', '180318.034000', '180318.037000', '180318.039000', '180318.042000', '180318.044000', '180318.047000', '180318.050000', '180318.052000', '180318.055000', '180318.057000', '180318.060000', '180318.063000', '180318.065000', '180318.068000', '180337.956000', '180337.961000', '180337.973000', '180337.976000', '180337.978000', '180337.981000', '180337.984000', '180337.986000', '180337.989000', '180337.991000', '180337.994000', '180337.997000', '180338.000000', '180338.003000', '180338.005000', '180338.008000', '180338.011000', '180338.013000', '180338.016000', '180338.019000', '180338.021000', '180338.024000', '180338.026000', '180338.029000', '180338.032000', '180338.034000', '180338.037000', '180338.039000', '180338.042000', '180338.044000', '180338.047000', '180338.050000', '180338.052000', '180338.055000', '180338.057000', '180338.060000', '180338.063000', '180338.065000', '180338.068000', '180338.070000', '180338.073000', '180338.076000', '180338.078000', '180357.955000', '180357.958000', '180357.961000', '180357.963000', '180357.966000', '180357.969000', '180357.971000', '180357.974000', '180357.976000', '180357.979000', '180357.983000', '180357.985000', '180357.988000', '180357.991000', '180357.993000', '180357.996000', '180357.998000', '180358.001000', '180358.004000', '180358.006000', '180358.009000', '180358.012000', '180358.014000', '180358.017000', '180358.019000', '180358.022000', '180358.025000', '180358.027000', '180358.030000', '180358.032000', '180358.035000', '180358.038000', '180358.040000', '180358.043000', '180358.046000', '180358.048000', '180358.051000', '180358.053000', '180358.056000', '180358.059000', '180358.061000', '180358.064000', '180358.066000', '180358.069000', '180417.955000', '180417.958000', '180417.960000', '180417.963000', '180417.965000', '180417.968000', '180417.970000', '180417.973000', '180417.976000', '180417.978000', '180417.981000', '180417.983000', '180417.986000', '180417.989000', '180417.991000', '180417.994000', '180418.012000', '180418.015000', '180418.017000', '180418.020000', '180418.022000', '180418.025000', '180418.028000', '180418.030000', '180418.033000', '180418.035000', '180418.038000', '180418.041000', '180418.043000', '180418.046000', '180418.048000', '180418.051000', '180418.054000', '180418.056000', '180418.059000', '180418.061000', '180418.064000', '180418.067000', '180418.069000', '180418.072000', '180418.074000', '180418.077000', '180418.080000', '180437.955000', '180437.958000', '180437.960000', '180437.963000', '180437.965000', '180437.968000', '180437.971000', '180437.973000', '180437.976000', '180437.978000', '180437.981000', '180437.983000', '180437.986000', '180437.988000', '180437.991000', '180437.994000', '180437.996000', '180437.999000', '180438.002000', '180438.004000', '180438.007000', '180438.009000', '180438.012000', '180438.015000', '180438.017000', '180438.020000', '180438.022000', '180438.025000', '180438.027000', '180438.030000', '180438.033000', '180438.035000', '180438.038000', '180438.040000', '180438.043000', '180438.046000', '180438.048000', '180438.051000', '180438.053000', '180438.056000', '180438.058000', '180438.061000', '180438.064000', '180438.066000', '180457.955000', '180457.958000', '180457.960000', '180457.963000', '180457.965000', '180457.968000', '180457.971000', '180457.973000', '180457.976000', '180457.978000', '180457.981000', '180457.983000', '180457.986000', '180457.989000', '180457.991000', '180457.994000', '180457.996000', '180457.999000', '180458.002000', '180458.004000', '180458.007000', '180458.009000', '180458.012000', '180458.015000', '180458.017000', '180458.020000', '180458.022000', '180458.025000', '180458.028000', '180458.030000', '180458.033000', '180458.035000', '180458.038000', '180458.040000', '180458.043000', '180458.046000', '180458.048000', '180458.051000', '180458.053000', '180458.056000', '180458.059000', '180458.061000', '180458.064000', '180517.955000', '180517.957000', '180517.960000', '180517.963000', '180517.966000', '180517.969000', '180517.972000', '180517.974000', '180517.977000', '180517.980000', '180517.982000', '180517.985000', '180517.988000', '180517.990000', '180517.993000', '180517.995000', '180517.998000', '180518.001000', '180518.003000', '180518.006000', '180518.008000', '180518.011000', '180518.014000', '180518.016000', '180518.019000', '180518.023000', '180518.025000', '180518.028000', '180518.031000', '180518.033000', '180518.036000', '180518.038000', '180518.041000', '180518.044000', '180518.046000', '180518.049000', '180518.052000', '180518.054000', '180518.057000', '180518.059000', '180518.062000', '180518.065000', '180518.067000', '180537.956000', '180537.958000', '180537.961000', '180537.964000', '180537.966000', '180537.969000', '180537.971000', '180537.974000', '180537.977000', '180537.979000', '180537.982000', '180537.984000', '180537.987000', '180538.005000', '180538.007000', '180538.010000', '180538.012000', '180538.015000', '180538.018000', '180538.020000', '180538.023000', '180538.026000', '180538.028000', '180538.031000', '180538.033000', '180538.036000', '180538.039000', '180538.041000', '180538.044000', '180538.047000', '180538.049000', '180538.052000', '180538.054000', '180538.057000', '180538.060000', '180538.062000', '180538.065000', '180538.067000', '180538.070000', '180538.073000', '180538.075000', '180538.078000', '180538.081000', '180538.083000', '180557.956000', '180557.958000', '180557.961000', '180557.964000', '180557.966000', '180557.969000', '180557.971000', '180557.974000', '180557.977000', '180557.979000', '180557.982000', '180557.984000', '180557.987000', '180557.990000', '180557.992000', '180557.995000', '180557.998000', '180558.000000', '180558.003000', '180558.005000', '180558.008000', '180558.010000', '180558.013000', '180558.016000', '180558.018000', '180558.021000', '180558.023000', '180558.026000', '180558.029000', '180558.031000', '180558.034000', '180558.036000', '180558.039000', '180558.041000', '180558.044000', '180558.047000', '180558.049000', '180558.052000', '180558.054000', '180558.057000', '180558.060000', '180558.062000', '180558.065000', '180616.404000', '180616.407000', '180616.410000', '180616.412000', '180616.415000', '180616.417000', '180616.420000', '180616.423000', '180616.425000', '180616.428000', '180616.430000', '180616.433000', '180616.436000', '180616.438000', '180616.441000', '180616.444000', '180616.446000', '180616.449000', '180616.451000', '180616.454000', '180616.456000', '180616.459000', '180616.462000', '180616.464000', '180616.467000', '180616.472000', '180616.475000', '180616.478000', '180616.480000', '180616.483000', '180616.486000', '180616.488000', '180616.491000', '180616.493000', '180616.496000', '180616.498000', '180616.501000', '180616.503000', '180616.506000', '180616.509000', '180616.511000'], 'InstanceCreationTime': ['175818.005000', '175818.009000', '175818.011000', '175818.014000', '175818.017000', '175818.020000', '175818.023000', '175818.026000', '175818.029000', '175818.031000', '175818.034000', '175818.037000', '175818.039000', '175818.042000', '175818.045000', '175818.047000', '175818.050000', '175818.053000', '175818.056000', '175818.059000', '175818.061000', '175818.065000', '175818.068000', '175818.070000', '175837.955000', '175837.958000', '175837.961000', '175837.964000', '175837.966000', '175837.969000', '175837.972000', '175837.975000', '175837.977000', '175837.980000', '175837.987000', '175837.989000', '175837.992000', '175837.995000', '175837.997000', '175838.000000', '175838.002000', '175838.005000', '175838.007000', '175838.010000', '175838.013000', '175838.015000', '175838.018000', '175838.020000', '175838.023000', '175838.025000', '175838.028000', '175838.031000', '175838.033000', '175838.036000', '175838.038000', '175838.041000', '175838.044000', '175838.046000', '175838.049000', '175838.052000', '175838.054000', '175838.057000', '175838.060000', '175838.062000', '175838.065000', '175838.067000', '175838.070000', '175838.076000', '175857.956000', '175857.958000', '175857.961000', '175857.964000', '175857.966000', '175857.969000', '175857.971000', '175857.974000', '175857.977000', '175857.979000', '175857.982000', '175857.984000', '175857.987000', '175857.989000', '175857.992000', '175857.994000', '175857.997000', '175858.000000', '175858.002000', '175858.005000', '175858.007000', '175858.010000', '175858.012000', '175858.015000', '175858.018000', '175858.020000', '175858.023000', '175858.025000', '175858.028000', '175858.030000', '175858.033000', '175858.036000', '175858.039000', '175858.041000', '175858.044000', '175858.047000', '175858.049000', '175858.052000', '175858.054000', '175858.057000', '175858.059000', '175858.063000', '175858.066000', '175917.955000', '175917.958000', '175917.961000', '175917.964000', '175917.966000', '175917.969000', '175917.971000', '175917.974000', '175917.977000', '175917.979000', '175917.982000', '175917.984000', '175917.987000', '175917.990000', '175917.992000', '175917.995000', '175917.997000', '175918.000000', '175918.003000', '175918.005000', '175918.008000', '175918.010000', '175918.013000', '175918.015000', '175918.018000', '175918.021000', '175918.023000', '175918.026000', '175918.028000', '175918.032000', '175918.034000', '175918.037000', '175918.040000', '175918.042000', '175918.045000', '175918.047000', '175918.050000', '175918.053000', '175918.055000', '175918.058000', '175918.060000', '175918.063000', '175918.066000', '175918.068000', '175937.954000', '175937.957000', '175937.960000', '175937.962000', '175937.965000', '175937.967000', '175937.970000', '175937.973000', '175937.975000', '175937.978000', '175937.980000', '175937.983000', '175937.985000', '175937.988000', '175937.991000', '175937.993000', '175937.996000', '175937.998000', '175938.001000', '175938.004000', '175938.008000', '175938.010000', '175938.013000', '175938.016000', '175938.018000', '175938.021000', '175938.024000', '175938.026000', '175938.057000', '175938.060000', '175938.063000', '175938.065000', '175938.068000', '175938.070000', '175938.073000', '175938.076000', '175938.078000', '175938.081000', '175938.083000', '175938.086000', '175938.088000', '175938.091000', '175938.094000', '175957.955000', '175957.957000', '175957.960000', '175957.963000', '175957.965000', '175957.968000', '175957.970000', '175957.973000', '175957.976000', '175957.978000', '175957.981000', '175957.983000', '175957.986000', '175957.988000', '175957.991000', '175957.994000', '175957.996000', '175957.999000', '175958.002000', '175958.004000', '175958.007000', '175958.009000', '175958.012000', '175958.014000', '175958.017000', '175958.020000', '175958.022000', '175958.025000', '175958.027000', '175958.030000', '175958.033000', '175958.035000', '175958.038000', '175958.040000', '175958.043000', '175958.046000', '175958.048000', '175958.051000', '175958.053000', '175958.056000', '175958.058000', '175958.061000', '175958.064000', '175958.066000', '180017.955000', '180017.957000', '180017.960000', '180017.963000', '180017.965000', '180017.968000', '180017.970000', '180017.973000', '180017.976000', '180017.978000', '180017.981000', '180017.983000', '180017.986000', '180017.989000', '180017.991000', '180017.994000', '180017.996000', '180017.999000', '180018.002000', '180018.004000', '180018.007000', '180018.009000', '180018.012000', '180018.014000', '180018.017000', '180018.020000', '180018.022000', '180018.025000', '180018.028000', '180018.030000', '180018.033000', '180018.035000', '180018.038000', '180018.040000', '180018.043000', '180018.046000', '180018.048000', '180018.051000', '180018.054000', '180018.056000', '180018.059000', '180018.061000', '180018.064000', '180037.955000', '180037.957000', '180037.960000', '180037.963000', '180037.965000', '180037.968000', '180037.970000', '180037.973000', '180037.975000', '180037.978000', '180037.981000', '180037.983000', '180037.986000', '180037.988000', '180037.991000', '180037.994000', '180037.996000', '180037.999000', '180038.002000', '180038.004000', '180038.007000', '180038.009000', '180038.012000', '180038.015000', '180038.017000', '180038.020000', '180038.022000', '180038.025000', '180038.028000', '180038.030000', '180038.033000', '180038.035000', '180038.038000', '180038.040000', '180038.043000', '180038.046000', '180038.048000', '180038.051000', '180038.053000', '180038.056000', '180038.059000', '180038.061000', '180038.064000', '180038.066000', '180057.956000', '180057.958000', '180057.961000', '180057.964000', '180057.966000', '180057.969000', '180057.971000', '180057.974000', '180057.977000', '180057.979000', '180057.982000', '180057.984000', '180057.987000', '180057.990000', '180057.992000', '180057.995000', '180057.997000', '180058.000000', '180058.003000', '180058.005000', '180058.008000', '180058.011000', '180058.013000', '180058.016000', '180058.018000', '180058.021000', '180058.024000', '180058.026000', '180058.029000', '180058.031000', '180058.034000', '180058.037000', '180058.039000', '180058.042000', '180058.044000', '180058.047000', '180058.049000', '180058.052000', '180058.055000', '180058.057000', '180058.060000', '180058.063000', '180058.065000', '180117.956000', '180117.959000', '180117.961000', '180117.964000', '180117.966000', '180117.969000', '180117.972000', '180117.974000', '180117.977000', '180117.979000', '180117.982000', '180117.984000', '180117.987000', '180117.990000', '180117.992000', '180117.995000', '180117.997000', '180118.000000', '180118.003000', '180118.005000', '180118.008000', '180118.011000', '180118.013000', '180118.016000', '180118.048000', '180118.051000', '180118.053000', '180118.056000', '180118.059000', '180118.061000', '180118.064000', '180118.066000', '180118.069000', '180118.071000', '180118.074000', '180118.077000', '180118.079000', '180118.082000', '180118.084000', '180118.087000', '180118.090000', '180118.092000', '180118.095000', '180118.098000', '180137.956000', '180137.958000', '180137.961000', '180137.964000', '180137.966000', '180137.969000', '180137.971000', '180137.974000', '180137.977000', '180137.979000', '180137.982000', '180137.984000', '180137.987000', '180137.989000', '180137.992000', '180137.995000', '180137.997000', '180138.000000', '180138.003000', '180138.005000', '180138.008000', '180138.010000', '180138.013000', '180138.016000', '180138.018000', '180138.021000', '180138.024000', '180138.026000', '180138.029000', '180138.031000', '180138.034000', '180138.037000', '180138.039000', '180138.042000', '180138.044000', '180138.047000', '180138.050000', '180138.052000', '180138.055000', '180138.057000', '180138.060000', '180138.063000', '180138.065000', '180157.955000', '180157.957000', '180157.960000', '180157.963000', '180157.965000', '180157.968000', '180157.970000', '180157.973000', '180157.976000', '180157.978000', '180157.981000', '180157.983000', '180157.986000', '180157.989000', '180157.991000', '180157.994000', '180157.996000', '180158.000000', '180158.003000', '180158.005000', '180158.008000', '180158.010000', '180158.013000', '180158.016000', '180158.018000', '180158.021000', '180158.023000', '180158.026000', '180158.028000', '180158.031000', '180158.034000', '180158.036000', '180158.039000', '180158.041000', '180158.044000', '180158.047000', '180158.049000', '180158.052000', '180158.055000', '180158.057000', '180158.060000', '180158.062000', '180158.065000', '180158.067000', '180217.954000', '180217.957000', '180217.960000', '180217.963000', '180217.965000', '180217.968000', '180217.970000', '180217.973000', '180217.976000', '180217.978000', '180217.981000', '180217.984000', '180217.986000', '180217.989000', '180217.991000', '180217.994000', '180217.997000', '180217.999000', '180218.002000', '180218.005000', '180218.007000', '180218.010000', '180218.012000', '180218.015000', '180218.018000', '180218.020000', '180218.023000', '180218.025000', '180218.028000', '180218.031000', '180218.033000', '180218.036000', '180218.038000', '180218.041000', '180218.043000', '180218.046000', '180218.049000', '180218.051000', '180218.054000', '180218.057000', '180218.059000', '180218.062000', '180218.064000', '180237.955000', '180237.958000', '180237.960000', '180237.963000', '180237.965000', '180237.968000', '180237.971000', '180237.973000', '180237.976000', '180237.978000', '180237.981000', '180237.983000', '180237.986000', '180237.989000', '180237.991000', '180237.994000', '180237.997000', '180238.000000', '180238.003000', '180238.005000', '180238.008000', '180238.011000', '180238.013000', '180238.016000', '180238.019000', '180238.021000', '180238.024000', '180238.027000', '180238.029000', '180238.032000', '180238.034000', '180238.037000', '180238.040000', '180238.042000', '180238.045000', '180238.047000', '180238.050000', '180238.053000', '180238.055000', '180238.058000', '180238.060000', '180238.063000', '180238.065000', '180238.068000', '180257.955000', '180257.958000', '180257.960000', '180257.963000', '180257.965000', '180257.968000', '180257.971000', '180257.973000', '180257.976000', '180257.978000', '180257.981000', '180257.983000', '180257.986000', '180257.989000', '180257.991000', '180257.994000', '180257.996000', '180258.000000', '180258.003000', '180258.005000', '180258.008000', '180258.011000', '180258.013000', '180258.016000', '180258.019000', '180258.021000', '180258.024000', '180258.026000', '180258.029000', '180258.031000', '180258.034000', '180258.037000', '180258.039000', '180258.042000', '180258.044000', '180258.047000', '180258.050000', '180258.052000', '180258.055000', '180258.057000', '180258.060000', '180258.062000', '180258.065000', '180317.956000', '180317.958000', '180317.961000', '180317.964000', '180317.966000', '180317.969000', '180317.972000', '180317.974000', '180317.977000', '180317.979000', '180317.982000', '180317.985000', '180317.987000', '180317.990000', '180317.992000', '180317.995000', '180317.997000', '180318.000000', '180318.003000', '180318.005000', '180318.008000', '180318.010000', '180318.013000', '180318.016000', '180318.018000', '180318.021000', '180318.023000', '180318.026000', '180318.029000', '180318.031000', '180318.034000', '180318.037000', '180318.039000', '180318.042000', '180318.044000', '180318.047000', '180318.050000', '180318.052000', '180318.055000', '180318.057000', '180318.060000', '180318.063000', '180318.065000', '180318.068000', '180337.956000', '180337.961000', '180337.973000', '180337.976000', '180337.978000', '180337.981000', '180337.984000', '180337.986000', '180337.989000', '180337.991000', '180337.994000', '180337.997000', '180338.000000', '180338.003000', '180338.005000', '180338.008000', '180338.011000', '180338.013000', '180338.016000', '180338.019000', '180338.021000', '180338.024000', '180338.026000', '180338.029000', '180338.032000', '180338.034000', '180338.037000', '180338.039000', '180338.042000', '180338.044000', '180338.047000', '180338.050000', '180338.052000', '180338.055000', '180338.057000', '180338.060000', '180338.063000', '180338.065000', '180338.068000', '180338.070000', '180338.073000', '180338.076000', '180338.078000', '180357.955000', '180357.958000', '180357.961000', '180357.963000', '180357.966000', '180357.969000', '180357.971000', '180357.974000', '180357.976000', '180357.979000', '180357.983000', '180357.985000', '180357.988000', '180357.991000', '180357.993000', '180357.996000', '180357.998000', '180358.001000', '180358.004000', '180358.006000', '180358.009000', '180358.012000', '180358.014000', '180358.017000', '180358.019000', '180358.022000', '180358.025000', '180358.027000', '180358.030000', '180358.032000', '180358.035000', '180358.038000', '180358.040000', '180358.043000', '180358.046000', '180358.048000', '180358.051000', '180358.053000', '180358.056000', '180358.059000', '180358.061000', '180358.064000', '180358.066000', '180358.069000', '180417.955000', '180417.958000', '180417.960000', '180417.963000', '180417.965000', '180417.968000', '180417.970000', '180417.973000', '180417.976000', '180417.978000', '180417.981000', '180417.983000', '180417.986000', '180417.989000', '180417.991000', '180417.994000', '180418.012000', '180418.015000', '180418.017000', '180418.020000', '180418.022000', '180418.025000', '180418.028000', '180418.030000', '180418.033000', '180418.035000', '180418.038000', '180418.041000', '180418.043000', '180418.046000', '180418.048000', '180418.051000', '180418.054000', '180418.056000', '180418.059000', '180418.061000', '180418.064000', '180418.067000', '180418.069000', '180418.072000', '180418.074000', '180418.077000', '180418.080000', '180437.955000', '180437.958000', '180437.960000', '180437.963000', '180437.965000', '180437.968000', '180437.971000', '180437.973000', '180437.976000', '180437.978000', '180437.981000', '180437.983000', '180437.986000', '180437.988000', '180437.991000', '180437.994000', '180437.996000', '180437.999000', '180438.002000', '180438.004000', '180438.007000', '180438.009000', '180438.012000', '180438.015000', '180438.017000', '180438.020000', '180438.022000', '180438.025000', '180438.027000', '180438.030000', '180438.033000', '180438.035000', '180438.038000', '180438.040000', '180438.043000', '180438.046000', '180438.048000', '180438.051000', '180438.053000', '180438.056000', '180438.058000', '180438.061000', '180438.064000', '180438.066000', '180457.955000', '180457.958000', '180457.960000', '180457.963000', '180457.965000', '180457.968000', '180457.971000', '180457.973000', '180457.976000', '180457.978000', '180457.981000', '180457.983000', '180457.986000', '180457.989000', '180457.991000', '180457.994000', '180457.996000', '180457.999000', '180458.002000', '180458.004000', '180458.007000', '180458.009000', '180458.012000', '180458.015000', '180458.017000', '180458.020000', '180458.022000', '180458.025000', '180458.028000', '180458.030000', '180458.033000', '180458.035000', '180458.038000', '180458.040000', '180458.043000', '180458.046000', '180458.048000', '180458.051000', '180458.053000', '180458.056000', '180458.059000', '180458.061000', '180458.064000', '180517.955000', '180517.957000', '180517.960000', '180517.963000', '180517.966000', '180517.969000', '180517.972000', '180517.974000', '180517.977000', '180517.980000', '180517.982000', '180517.985000', '180517.988000', '180517.990000', '180517.993000', '180517.995000', '180517.998000', '180518.001000', '180518.003000', '180518.006000', '180518.008000', '180518.011000', '180518.014000', '180518.016000', '180518.019000', '180518.023000', '180518.025000', '180518.028000', '180518.031000', '180518.033000', '180518.036000', '180518.038000', '180518.041000', '180518.044000', '180518.046000', '180518.049000', '180518.052000', '180518.054000', '180518.057000', '180518.059000', '180518.062000', '180518.065000', '180518.067000', '180537.956000', '180537.958000', '180537.961000', '180537.964000', '180537.966000', '180537.969000', '180537.971000', '180537.974000', '180537.977000', '180537.979000', '180537.982000', '180537.984000', '180537.987000', '180538.005000', '180538.007000', '180538.010000', '180538.012000', '180538.015000', '180538.018000', '180538.020000', '180538.023000', '180538.026000', '180538.028000', '180538.031000', '180538.033000', '180538.036000', '180538.039000', '180538.041000', '180538.044000', '180538.047000', '180538.049000', '180538.052000', '180538.054000', '180538.057000', '180538.060000', '180538.062000', '180538.065000', '180538.067000', '180538.070000', '180538.073000', '180538.075000', '180538.078000', '180538.081000', '180538.083000', '180557.956000', '180557.958000', '180557.961000', '180557.964000', '180557.966000', '180557.969000', '180557.971000', '180557.974000', '180557.977000', '180557.979000', '180557.982000', '180557.984000', '180557.987000', '180557.990000', '180557.992000', '180557.995000', '180557.998000', '180558.000000', '180558.003000', '180558.005000', '180558.008000', '180558.010000', '180558.013000', '180558.016000', '180558.018000', '180558.021000', '180558.023000', '180558.026000', '180558.029000', '180558.031000', '180558.034000', '180558.036000', '180558.039000', '180558.041000', '180558.044000', '180558.047000', '180558.049000', '180558.052000', '180558.054000', '180558.057000', '180558.060000', '180558.062000', '180558.065000', '180616.404000', '180616.407000', '180616.410000', '180616.412000', '180616.415000', '180616.417000', '180616.420000', '180616.423000', '180616.425000', '180616.428000', '180616.430000', '180616.433000', '180616.436000', '180616.438000', '180616.441000', '180616.444000', '180616.446000', '180616.449000', '180616.451000', '180616.454000', '180616.456000', '180616.459000', '180616.462000', '180616.464000', '180616.467000', '180616.472000', '180616.475000', '180616.478000', '180616.480000', '180616.483000', '180616.486000', '180616.488000', '180616.491000', '180616.493000', '180616.496000', '180616.498000', '180616.501000', '180616.503000', '180616.506000', '180616.509000', '180616.511000'], '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], 'LargestImagePixelValue': [8291, 10096, 8060, 9200, 7713, 8333, 7104, 8140, 9151, 7950, 8986, 7385, 7959, 7366, 8112, 9100, 7753, 8249, 8059, 8246, 9480, 7712, 8158, 7587, 7944, 9066, 7468, 8107, 7643, 7957, 9023, 7625, 7746, 6962, 8069, 7615, 7991, 8742, 7813, 8248, 7055, 8166, 9500, 7776, 9102, 7602, 8206, 8544, 8112, 8698, 7771, 8261, 6909, 7842, 8324, 8013, 8663, 7628, 8229, 6889, 7997, 9411, 7857, 9229, 7688, 8005, 7106, 7999, 9343, 8024, 8924, 7466, 8004, 7427, 8021, 9373, 7825, 8826, 7319, 7997, 6949, 7897, 9170, 7970, 8763, 7647, 7797, 7089, 7941, 9271, 7899, 8876, 7643, 7854, 7451, 7992, 9097, 7696, 8631, 7102, 7870, 7895, 7891, 8991, 7722, 8874, 7665, 7755, 7299, 7951, 8297, 8039, 8898, 7363, 8051, 7631, 7669, 9024, 7697, 8145, 7406, 7913, 7474, 7796, 8854, 7874, 8511, 7383, 8126, 7139, 7608, 8595, 7766, 8901, 7736, 8021, 7086, 7793, 8415, 7737, 9057, 7872, 8309, 7454, 7946, 7417, 7749, 8135, 7672, 8996, 7818, 8415, 7564, 7722, 6810, 7833, 8052, 7801, 8944, 7830, 8920, 7583, 7775, 7372, 7833, 8997, 7616, 8465, 7781, 8709, 7465, 8031, 7594, 8151, 7488, 7942, 6774, 9308, 7964, 7143, 7710, 8248, 8951, 9723, 8087, 9397, 8087, 8053, 7571, 8163, 9347, 7904, 8342, 7619, 8035, 7545, 7866, 7322, 7601, 7226, 7906, 7019, 7706, 9184, 7888, 8595, 7401, 7857, 9143, 7887, 8845, 7548, 7935, 9117, 7682, 8819, 7584, 7906, 7182, 7777, 8112, 7918, 8883, 7733, 8434, 7565, 8041, 9103, 7949, 8641, 7455, 8035, 9166, 7729, 8178, 7695, 8150, 9111, 7699, 8587, 7384, 7796, 7283, 7736, 8522, 7771, 8130, 7216, 7833, 8770, 7833, 8366, 7416, 7682, 9344, 7730, 8749, 7531, 7925, 7280, 8014, 8432, 7217, 8128, 6961, 7754, 7777, 7457, 8245, 7773, 7811, 7189, 7869, 9301, 7333, 8056, 7302, 7969, 8905, 7762, 8351, 7631, 8123, 8199, 7879, 9212, 7842, 7963, 7506, 7786, 8962, 8026, 9237, 7889, 8439, 7486, 7932, 9281, 8080, 8767, 6852, 8441, 7606, 8235, 7428, 7332, 7899, 8611, 7542, 8072, 8563, 7663, 9026, 7713, 8141, 7658, 8058, 7068, 7920, 7890, 7779, 8620, 7810, 8272, 7749, 7933, 7077, 7761, 8252, 7983, 8349, 7725, 7881, 7090, 7880, 9192, 7794, 8674, 7512, 7883, 7071, 7702, 9232, 7783, 8823, 7719, 7754, 7185, 7960, 8861, 7748, 8249, 7306, 7758, 9383, 7757, 8120, 7405, 8020, 7917, 7963, 9050, 7674, 7966, 7374, 7749, 8780, 7825, 8541, 7296, 7735, 7588, 7758, 8571, 7629, 8073, 7097, 7704, 8916, 7553, 8522, 7253, 7826, 7825, 7783, 8890, 7804, 8060, 7042, 7727, 8778, 7759, 8368, 7210, 7638, 8622, 7599, 8520, 7371, 7776, 7712, 7592, 8749, 7562, 7707, 7057, 7529, 8498, 7700, 7569, 7059, 7685, 8837, 7503, 7859, 7098, 7618, 7366, 7763, 8968, 7522, 8542, 7032, 7756, 7224, 7546, 9042, 7733, 8795, 7563, 7970, 7248, 7527, 8870, 7703, 8486, 7225, 7634, 7407, 7544, 8556, 7499, 7798, 6804, 7707, 9219, 7461, 8378, 7148, 7617, 7247, 7310, 8599, 7288, 7619, 6807, 7349, 8302, 7337, 8307, 7358, 7601, 7236, 7473, 8999, 7359, 8199, 7285, 7597, 6751, 7746, 9176, 7546, 8622, 7308, 7735, 6516, 7478, 8737, 7670, 8503, 6939, 7588, 6649, 7265, 8852, 7617, 8048, 6981, 7582, 6568, 7696, 8274, 7497, 8123, 7453, 8397, 6989, 7825, 6512, 7725, 8415, 7537, 8846, 7407, 8445, 6939, 7833, 8203, 7733, 8760, 7703, 8602, 6860, 7702, 8814, 7639, 8512, 7692, 8139, 6707, 7718, 9278, 7906, 8630, 7335, 7818, 9157, 7739, 8838, 7355, 7953, 7312, 7714, 8604, 7737, 7995, 6780, 8032, 9462, 7704, 8761, 7083, 7957, 8507, 7882, 8786, 7327, 7605, 7219, 7466, 8865, 7863, 8157, 7348, 7744, 8843, 7852, 9250, 7761, 7795, 7049, 7833, 8406, 7916, 9139, 7853, 8068, 7536, 7903, 7480, 7990, 8832, 8146, 8813, 7539, 8264, 7255, 8148, 8128, 7687, 9337, 7654, 7972, 7318, 7911, 8925, 7665, 7909, 7641, 7793, 8931, 7766, 8011, 7456, 7788, 8448, 8030, 8904, 7812, 8099, 7328, 7891, 7214, 8154, 9330, 7870, 8761, 7894, 7799, 7126, 7915, 9290, 8109, 9016, 7629, 7951, 8448, 7691, 8697, 7466, 7971, 7665, 7574, 8941, 7591, 7906, 7117, 7845, 9045, 7789, 8247, 7601, 7896, 8942, 7749, 7929, 7316, 7833, 8935, 7745, 8784, 7449, 7852, 7072, 8047, 9397, 7855, 8663, 7580, 7837, 8803, 7929, 8669, 7443, 8007, 7724, 7760, 8921, 7652, 8436, 7459, 7734, 8069, 7857, 9298, 7629, 8665, 7326, 7833, 9098, 8033, 9275, 7616, 7798, 7214, 8114, 8685, 8081, 8895, 7723, 7708, 7423, 8001, 7159, 7894, 8360, 7961, 8586, 7486, 7854, 7018, 7949, 8979, 7794, 8539, 7449, 7944, 7697, 7736, 8812, 7781, 8178, 7308, 7907, 6938, 7656, 7726, 7632, 8648, 7892, 8366, 7515, 7933, 9369, 8041, 9224, 7802, 8105, 8110, 7981, 9093, 8061, 7862, 7155, 7789, 8802, 7786, 7942, 6946, 7791, 9033, 7614, 8209, 7308, 7829, 7659, 7845, 8721, 7494, 8338, 7287, 7855, 7894, 7657, 8673, 7518, 8030, 6969, 7768, 9008, 7748, 8092, 7307, 7741, 9417, 7608, 8831, 7181, 7817, 7050, 7811, 8955, 7543, 8242, 7343, 7318, 7542, 7611, 6893, 6858, 6803, 7368, 7267, 7959, 9645, 7723, 9043, 7143, 7875, 9347, 7885, 7979, 7060, 7858, 8576, 7715, 8596, 7667, 7745, 6961, 7802, 6898, 7683, 8829, 7663, 8348, 7734, 7737, 9288, 7790, 8190, 7189, 7852, 9265, 7901, 8551, 7545, 8038, 9214, 7940, 8634, 7522, 8011, 9027, 7909, 8095, 7312, 7890, 8944, 7769, 8055, 6867, 7891, 9002, 7628, 7800, 6872, 7895, 8685, 7589, 8035, 7545, 7992, 9294, 7825, 8442, 7580, 8154, 8076, 7835, 8680, 7669, 8105, 6997, 7767, 9006, 7627, 8336, 7365, 7884, 9177, 7802, 8166, 7298, 8029, 8825, 7665, 8064, 7383, 7762, 8716, 7566, 8104, 7237, 8105, 8911, 7727, 8638, 7441, 7920, 8705, 7812, 8357, 7325, 8188, 8860, 7881, 8355, 7344, 7720, 7630, 7537, 8171, 7174, 7747, 8892, 7896, 8554, 7522, 8066, 7782, 7579, 8441, 7687, 8021, 7111, 7693, 8845, 7662, 8141, 6775, 7715, 8591, 7490, 8548, 7194, 8032, 8155, 7843, 8401, 7493, 7957, 8226, 7694, 8944, 7503, 8166, 7201, 8099, 7846, 7761, 8918, 7948, 8712, 6923, 7894, 7828, 6442, 7999, 7182, 8318, 8969, 7896, 7094, 7642, 7855, 8375, 7741, 8397, 8832, 7244, 8957, 7702, 8675, 7591, 7742, 7768, 8183, 8032, 8514, 7866, 8452, 8284, 8350, 8893, 8216, 8811, 8023, 8948, 8044, 8487, 8466, 8668, 8021, 8538, 9480, 8560, 8763, 7984, 8539, 7001, 8565, 9228, 8363, 8599, 7946, 8745, 7750, 8426, 8306, 8640, 8353, 7930, 8710, 7359, 8285, 7675, 7782, 8490, 7730, 8089, 7390, 7952, 7294, 8069, 8372, 7939, 8156, 7548, 7872, 8990, 7784, 8467, 7580, 7912, 7987, 7678, 8180, 7928, 7910, 7312, 7948, 6920, 7814, 8828, 7803, 8427, 7604, 8196, 8126, 8412, 7403, 8254, 8169, 8119, 9371, 7735, 8230, 7524, 7815, 6828, 7875, 6883, 7900, 6233, 7764, 7742, 7469, 7809, 6833, 7671, 9644, 7751, 8736, 7078, 7910, 9061, 7974, 9030, 7509, 8070, 6986, 7664, 6973, 7815, 7434, 7949, 6533, 7926, 6329, 7380, 6980, 8496, 7074], 'WindowCenter': [3801.0, 3816.0, 3772.0, 3791.0, 3757.0, 3767.0, 3734.0, 3755.0, 3776.0, 3755.0, 3766.0, 3744.0, 3756.0, 3743.0, 3754.0, 3764.0, 3743.0, 3755.0, 3754.0, 3755.0, 3775.0, 3744.0, 3755.0, 3742.0, 3753.0, 3763.0, 3731.0, 3734.0, 3742.0, 3742.0, 3762.0, 3741.0, 3742.0, 3732.0, 3754.0, 3743.0, 3754.0, 3764.0, 3744.0, 3754.0, 3732.0, 3754.0, 3766.0, 3743.0, 3765.0, 3743.0, 3746.0, 3752.0, 3743.0, 3752.0, 3742.0, 3753.0, 3732.0, 3753.0, 3754.0, 3754.0, 3764.0, 3743.0, 3754.0, 3733.0, 3755.0, 3765.0, 3753.0, 3756.0, 3742.0, 3742.0, 3731.0, 3753.0, 3763.0, 3743.0, 3764.0, 3732.0, 3743.0, 3732.0, 3754.0, 3763.0, 3735.0, 3763.0, 3732.0, 3753.0, 3731.0, 3753.0, 3763.0, 3754.0, 3764.0, 3744.0, 3743.0, 3721.0, 3753.0, 3763.0, 3743.0, 3765.0, 3742.0, 3753.0, 3731.0, 3741.0, 3745.0, 3742.0, 3752.0, 3731.0, 3743.0, 3753.0, 3742.0, 3752.0, 3742.0, 3763.0, 3743.0, 3743.0, 3731.0, 3755.0, 3753.0, 3742.0, 3762.0, 3731.0, 3742.0, 3742.0, 3742.0, 3751.0, 3741.0, 3741.0, 3731.0, 3753.0, 3732.0, 3743.0, 3763.0, 3753.0, 3753.0, 3731.0, 3753.0, 3732.0, 3744.0, 3764.0, 3743.0, 3764.0, 3742.0, 3742.0, 3732.0, 3744.0, 3745.0, 3743.0, 3763.0, 3743.0, 3754.0, 3732.0, 3753.0, 3732.0, 3743.0, 3741.0, 3741.0, 3751.0, 3741.0, 3752.0, 3742.0, 3742.0, 3721.0, 3742.0, 3741.0, 3741.0, 3752.0, 3734.0, 3763.0, 3743.0, 3743.0, 3743.0, 3756.0, 3764.0, 3741.0, 3740.0, 3730.0, 3751.0, 3730.0, 3741.0, 3740.0, 3741.0, 3743.0, 3755.0, 3747.0, 3775.0, 3767.0, 3746.0, 3756.0, 3765.0, 3778.0, 3775.0, 3736.0, 3764.0, 3741.0, 3742.0, 3720.0, 3739.0, 3749.0, 3740.0, 3740.0, 3728.0, 3730.0, 3730.0, 3740.0, 3731.0, 3742.0, 3731.0, 3753.0, 3733.0, 3743.0, 3763.0, 3743.0, 3753.0, 3731.0, 3742.0, 3762.0, 3741.0, 3752.0, 3733.0, 3742.0, 3750.0, 3730.0, 3752.0, 3730.0, 3740.0, 3719.0, 3734.0, 3741.0, 3742.0, 3763.0, 3742.0, 3752.0, 3742.0, 3743.0, 3751.0, 3740.0, 3752.0, 3721.0, 3741.0, 3750.0, 3730.0, 3740.0, 3727.0, 3739.0, 3749.0, 3729.0, 3742.0, 3729.0, 3741.0, 3730.0, 3741.0, 3751.0, 3741.0, 3741.0, 3731.0, 3743.0, 3753.0, 3742.0, 3752.0, 3730.0, 3741.0, 3761.0, 3734.0, 3741.0, 3741.0, 3734.0, 3730.0, 3741.0, 3752.0, 3730.0, 3734.0, 3731.0, 3746.0, 3742.0, 3743.0, 3746.0, 3743.0, 3743.0, 3732.0, 3754.0, 3765.0, 3725.0, 3743.0, 3732.0, 3755.0, 3755.0, 3742.0, 3752.0, 3742.0, 3753.0, 3753.0, 3735.0, 3763.0, 3742.0, 3742.0, 3730.0, 3743.0, 3751.0, 3742.0, 3763.0, 3741.0, 3753.0, 3729.0, 3740.0, 3749.0, 3740.0, 3751.0, 3720.0, 3751.0, 3741.0, 3753.0, 3742.0, 3731.0, 3754.0, 3752.0, 3741.0, 3754.0, 3753.0, 3742.0, 3751.0, 3729.0, 3728.0, 3728.0, 3740.0, 3719.0, 3742.0, 3741.0, 3741.0, 3750.0, 3730.0, 3740.0, 3741.0, 3742.0, 3730.0, 3742.0, 3751.0, 3741.0, 3751.0, 3742.0, 3742.0, 3730.0, 3754.0, 3755.0, 3742.0, 3753.0, 3731.0, 3741.0, 3731.0, 3742.0, 3762.0, 3742.0, 3763.0, 3741.0, 3742.0, 3720.0, 3742.0, 3762.0, 3741.0, 3752.0, 3731.0, 3742.0, 3762.0, 3743.0, 3742.0, 3731.0, 3742.0, 3740.0, 3741.0, 3751.0, 3742.0, 3741.0, 3731.0, 3742.0, 3752.0, 3741.0, 3752.0, 3731.0, 3743.0, 3742.0, 3742.0, 3753.0, 3743.0, 3754.0, 3731.0, 3744.0, 3763.0, 3743.0, 3752.0, 3731.0, 3744.0, 3742.0, 3742.0, 3763.0, 3743.0, 3743.0, 3731.0, 3743.0, 3751.0, 3743.0, 3752.0, 3732.0, 3742.0, 3752.0, 3741.0, 3753.0, 3731.0, 3742.0, 3741.0, 3742.0, 3752.0, 3742.0, 3742.0, 3730.0, 3742.0, 3751.0, 3742.0, 3743.0, 3731.0, 3743.0, 3763.0, 3732.0, 3754.0, 3732.0, 3743.0, 3732.0, 3743.0, 3764.0, 3744.0, 3764.0, 3732.0, 3745.0, 3733.0, 3744.0, 3764.0, 3743.0, 3754.0, 3744.0, 3753.0, 3731.0, 3742.0, 3753.0, 3742.0, 3753.0, 3731.0, 3743.0, 3732.0, 3742.0, 3752.0, 3731.0, 3742.0, 3721.0, 3742.0, 3763.0, 3733.0, 3754.0, 3731.0, 3742.0, 3742.0, 3743.0, 3764.0, 3744.0, 3744.0, 3733.0, 3746.0, 3753.0, 3744.0, 3754.0, 3744.0, 3755.0, 3744.0, 3746.0, 3764.0, 3744.0, 3755.0, 3743.0, 3744.0, 3723.0, 3755.0, 3764.0, 3744.0, 3765.0, 3744.0, 3744.0, 3722.0, 3744.0, 3753.0, 3743.0, 3766.0, 3733.0, 3747.0, 3733.0, 3745.0, 3764.0, 3743.0, 3754.0, 3733.0, 3755.0, 3734.0, 3756.0, 3765.0, 3745.0, 3755.0, 3745.0, 3766.0, 3745.0, 3756.0, 3725.0, 3756.0, 3754.0, 3744.0, 3758.0, 3745.0, 3756.0, 3733.0, 3745.0, 3754.0, 3743.0, 3753.0, 3733.0, 3764.0, 3722.0, 3744.0, 3763.0, 3743.0, 3752.0, 3742.0, 3742.0, 3721.0, 3744.0, 3763.0, 3744.0, 3754.0, 3731.0, 3743.0, 3761.0, 3741.0, 3762.0, 3731.0, 3734.0, 3731.0, 3741.0, 3751.0, 3730.0, 3742.0, 3712.0, 3742.0, 3762.0, 3744.0, 3752.0, 3721.0, 3743.0, 3751.0, 3741.0, 3752.0, 3722.0, 3742.0, 3731.0, 3732.0, 3751.0, 3741.0, 3740.0, 3730.0, 3742.0, 3751.0, 3742.0, 3762.0, 3741.0, 3741.0, 3719.0, 3743.0, 3733.0, 3741.0, 3763.0, 3741.0, 3742.0, 3730.0, 3741.0, 3730.0, 3743.0, 3752.0, 3753.0, 3752.0, 3742.0, 3752.0, 3732.0, 3743.0, 3742.0, 3742.0, 3764.0, 3742.0, 3742.0, 3730.0, 3742.0, 3751.0, 3730.0, 3741.0, 3729.0, 3742.0, 3751.0, 3722.0, 3740.0, 3731.0, 3742.0, 3741.0, 3741.0, 3752.0, 3741.0, 3742.0, 3730.0, 3741.0, 3730.0, 3742.0, 3762.0, 3745.0, 3753.0, 3742.0, 3742.0, 3731.0, 3742.0, 3763.0, 3742.0, 3763.0, 3730.0, 3742.0, 3740.0, 3729.0, 3750.0, 3730.0, 3741.0, 3729.0, 3730.0, 3742.0, 3730.0, 3740.0, 3718.0, 3741.0, 3751.0, 3730.0, 3740.0, 3730.0, 3741.0, 3751.0, 3729.0, 3739.0, 3729.0, 3730.0, 3751.0, 3741.0, 3751.0, 3730.0, 3742.0, 3719.0, 3742.0, 3754.0, 3740.0, 3751.0, 3729.0, 3741.0, 3750.0, 3740.0, 3750.0, 3730.0, 3741.0, 3729.0, 3741.0, 3750.0, 3741.0, 3751.0, 3730.0, 3741.0, 3741.0, 3742.0, 3763.0, 3741.0, 3766.0, 3743.0, 3742.0, 3763.0, 3741.0, 3762.0, 3730.0, 3730.0, 3730.0, 3741.0, 3749.0, 3739.0, 3751.0, 3755.0, 3742.0, 3731.0, 3741.0, 3718.0, 3740.0, 3740.0, 3741.0, 3752.0, 3731.0, 3743.0, 3720.0, 3742.0, 3750.0, 3730.0, 3750.0, 3730.0, 3741.0, 3729.0, 3730.0, 3750.0, 3729.0, 3739.0, 3730.0, 3742.0, 3720.0, 3743.0, 3733.0, 3742.0, 3752.0, 3741.0, 3752.0, 3731.0, 3742.0, 3761.0, 3741.0, 3762.0, 3730.0, 3740.0, 3728.0, 3740.0, 3750.0, 3728.0, 3740.0, 3718.0, 3728.0, 3750.0, 3727.0, 3739.0, 3718.0, 3729.0, 3751.0, 3730.0, 3741.0, 3730.0, 3741.0, 3740.0, 3741.0, 3753.0, 3731.0, 3752.0, 3731.0, 3743.0, 3741.0, 3742.0, 3752.0, 3731.0, 3743.0, 3723.0, 3743.0, 3752.0, 3742.0, 3741.0, 3730.0, 3742.0, 3761.0, 3742.0, 3751.0, 3720.0, 3741.0, 3718.0, 3742.0, 3751.0, 3741.0, 3753.0, 3731.0, 3744.0, 3742.0, 3743.0, 3733.0, 3722.0, 3733.0, 3746.0, 3746.0, 3768.0, 3777.0, 3744.0, 3765.0, 3721.0, 3743.0, 3762.0, 3740.0, 3741.0, 3718.0, 3740.0, 3731.0, 3728.0, 3750.0, 3730.0, 3730.0, 3720.0, 3743.0, 3723.0, 3743.0, 3744.0, 3741.0, 3753.0, 3732.0, 3731.0, 3762.0, 3730.0, 3741.0, 3718.0, 3741.0, 3749.0, 3740.0, 3750.0, 3729.0, 3741.0, 3750.0, 3728.0, 3739.0, 3727.0, 3728.0, 3749.0, 3728.0, 3730.0, 3718.0, 3740.0, 3750.0, 3728.0, 3739.0, 3707.0, 3740.0, 3750.0, 3730.0, 3730.0, 3708.0, 3741.0, 3751.0, 3729.0, 3740.0, 3729.0, 3740.0, 3762.0, 3742.0, 3752.0, 3741.0, 3742.0, 3739.0, 3729.0, 3750.0, 3731.0, 3740.0, 3718.0, 3730.0, 3750.0, 3729.0, 3732.0, 3729.0, 3740.0, 3750.0, 3729.0, 3740.0, 3709.0, 3739.0, 3749.0, 3728.0, 3729.0, 3718.0, 3729.0, 3739.0, 3730.0, 3732.0, 3718.0, 3741.0, 3749.0, 3730.0, 3750.0, 3729.0, 3741.0, 3750.0, 3730.0, 3739.0, 3718.0, 3740.0, 3749.0, 3740.0, 3740.0, 3729.0, 3723.0, 3729.0, 3741.0, 3740.0, 3719.0, 3731.0, 3751.0, 3741.0, 3752.0, 3730.0, 3742.0, 3741.0, 3731.0, 3751.0, 3730.0, 3742.0, 3723.0, 3742.0, 3752.0, 3743.0, 3742.0, 3720.0, 3743.0, 3752.0, 3731.0, 3754.0, 3720.0, 3743.0, 3741.0, 3734.0, 3752.0, 3731.0, 3735.0, 3752.0, 3742.0, 3763.0, 3732.0, 3742.0, 3730.0, 3742.0, 3742.0, 3743.0, 3764.0, 3747.0, 3763.0, 3731.0, 3753.0, 3755.0, 3723.0, 3756.0, 3745.0, 3781.0, 3779.0, 3744.0, 3720.0, 3731.0, 3728.0, 3740.0, 3730.0, 3744.0, 3751.0, 3730.0, 3750.0, 3729.0, 3750.0, 3730.0, 3729.0, 3730.0, 3739.0, 3740.0, 3740.0, 3730.0, 3738.0, 3727.0, 3739.0, 3738.0, 3753.0, 3748.0, 3725.0, 3723.0, 3700.0, 3710.0, 3709.0, 3721.0, 3711.0, 3724.0, 3733.0, 3723.0, 3723.0, 3712.0, 3722.0, 3689.0, 3722.0, 3722.0, 3712.0, 3724.0, 3712.0, 3724.0, 3714.0, 3725.0, 3726.0, 3738.0, 3725.0, 3726.0, 3736.0, 3717.0, 3738.0, 3726.0, 3719.0, 3748.0, 3728.0, 3741.0, 3730.0, 3741.0, 3731.0, 3742.0, 3751.0, 3741.0, 3741.0, 3740.0, 3753.0, 3752.0, 3729.0, 3753.0, 3741.0, 3742.0, 3742.0, 3741.0, 3732.0, 3740.0, 3741.0, 3730.0, 3753.0, 3732.0, 3743.0, 3765.0, 3755.0, 3766.0, 3756.0, 3755.0, 3755.0, 3755.0, 3744.0, 3756.0, 3753.0, 3755.0, 3778.0, 3746.0, 3755.0, 3744.0, 3755.0, 3734.0, 3752.0, 3731.0, 3754.0, 3726.0, 3757.0, 3763.0, 3759.0, 3769.0, 3748.0, 3770.0, 3789.0, 3759.0, 3767.0, 3733.0, 3754.0, 3764.0, 3755.0, 3764.0, 3743.0, 3756.0, 3733.0, 3744.0, 3733.0, 3743.0, 3742.0, 3756.0, 3736.0, 3743.0, 3696.0, 3717.0, 3717.0, 3737.0, 3718.0], 'WindowWidth': [8556.0, 8563.0, 8497.0, 8517.0, 8464.0, 8479.0, 8430.0, 8459.0, 8484.0, 8459.0, 8473.0, 8443.0, 8459.0, 8439.0, 8455.0, 8468.0, 8437.0, 8457.0, 8453.0, 8456.0, 8482.0, 8440.0, 8456.0, 8435.0, 8450.0, 8464.0, 8418.0, 8419.0, 8433.0, 8434.0, 8461.0, 8433.0, 8434.0, 8421.0, 8454.0, 8438.0, 8455.0, 8468.0, 8441.0, 8454.0, 8422.0, 8455.0, 8463.0, 8439.0, 8470.0, 8437.0, 8437.0, 8447.0, 8435.0, 8447.0, 8433.0, 8450.0, 8420.0, 8451.0, 8452.0, 8453.0, 8466.0, 8437.0, 8454.0, 8424.0, 8456.0, 8469.0, 8451.0, 8449.0, 8434.0, 8435.0, 8419.0, 8451.0, 8462.0, 8437.0, 8465.0, 8423.0, 8437.0, 8420.0, 8453.0, 8463.0, 8422.0, 8464.0, 8421.0, 8451.0, 8418.0, 8451.0, 8465.0, 8452.0, 8467.0, 8438.0, 8439.0, 8399.0, 8451.0, 8464.0, 8436.0, 8467.0, 8433.0, 8451.0, 8417.0, 8432.0, 8432.0, 8432.0, 8448.0, 8420.0, 8437.0, 8451.0, 8434.0, 8446.0, 8433.0, 8463.0, 8435.0, 8438.0, 8419.0, 8454.0, 8448.0, 8434.0, 8461.0, 8417.0, 8433.0, 8433.0, 8433.0, 8444.0, 8432.0, 8433.0, 8418.0, 8451.0, 8421.0, 8437.0, 8463.0, 8450.0, 8449.0, 8420.0, 8452.0, 8423.0, 8440.0, 8465.0, 8438.0, 8465.0, 8435.0, 8436.0, 8421.0, 8440.0, 8433.0, 8437.0, 8464.0, 8436.0, 8452.0, 8421.0, 8451.0, 8420.0, 8437.0, 8431.0, 8431.0, 8445.0, 8431.0, 8447.0, 8432.0, 8434.0, 8405.0, 8434.0, 8430.0, 8431.0, 8446.0, 8418.0, 8462.0, 8434.0, 8436.0, 8439.0, 8459.0, 8468.0, 8430.0, 8427.0, 8413.0, 8443.0, 8414.0, 8430.0, 8429.0, 8431.0, 8439.0, 8457.0, 8453.0, 8484.0, 8479.0, 8450.0, 8461.0, 8471.0, 8492.0, 8482.0, 8423.0, 8466.0, 8431.0, 8431.0, 8392.0, 8425.0, 8437.0, 8427.0, 8425.0, 8408.0, 8406.0, 8414.0, 8429.0, 8418.0, 8435.0, 8420.0, 8451.0, 8424.0, 8439.0, 8465.0, 8437.0, 8450.0, 8418.0, 8435.0, 8458.0, 8430.0, 8447.0, 8413.0, 8433.0, 8441.0, 8415.0, 8446.0, 8415.0, 8430.0, 8400.0, 8416.0, 8432.0, 8435.0, 8463.0, 8434.0, 8447.0, 8433.0, 8436.0, 8442.0, 8428.0, 8445.0, 8396.0, 8430.0, 8439.0, 8413.0, 8427.0, 8405.0, 8425.0, 8436.0, 8411.0, 8423.0, 8410.0, 8431.0, 8415.0, 8431.0, 8443.0, 8431.0, 8434.0, 8417.0, 8439.0, 8449.0, 8434.0, 8447.0, 8415.0, 8432.0, 8457.0, 8417.0, 8424.0, 8429.0, 8418.0, 8417.0, 8430.0, 8446.0, 8416.0, 8418.0, 8419.0, 8445.0, 8436.0, 8439.0, 8437.0, 8438.0, 8440.0, 8421.0, 8453.0, 8468.0, 8407.0, 8437.0, 8422.0, 8454.0, 8445.0, 8433.0, 8447.0, 8433.0, 8451.0, 8449.0, 8419.0, 8465.0, 8434.0, 8435.0, 8416.0, 8437.0, 8446.0, 8434.0, 8463.0, 8432.0, 8448.0, 8412.0, 8426.0, 8435.0, 8428.0, 8446.0, 8404.0, 8444.0, 8430.0, 8452.0, 8436.0, 8418.0, 8452.0, 8449.0, 8432.0, 8453.0, 8449.0, 8432.0, 8444.0, 8412.0, 8409.0, 8409.0, 8427.0, 8398.0, 8433.0, 8429.0, 8431.0, 8441.0, 8415.0, 8428.0, 8431.0, 8434.0, 8417.0, 8435.0, 8444.0, 8433.0, 8445.0, 8434.0, 8433.0, 8416.0, 8452.0, 8446.0, 8434.0, 8449.0, 8419.0, 8432.0, 8417.0, 8436.0, 8461.0, 8435.0, 8464.0, 8432.0, 8436.0, 8403.0, 8433.0, 8460.0, 8432.0, 8448.0, 8418.0, 8435.0, 8459.0, 8435.0, 8434.0, 8417.0, 8434.0, 8429.0, 8432.0, 8446.0, 8434.0, 8432.0, 8418.0, 8434.0, 8445.0, 8432.0, 8449.0, 8418.0, 8438.0, 8434.0, 8436.0, 8451.0, 8436.0, 8454.0, 8419.0, 8440.0, 8462.0, 8436.0, 8449.0, 8420.0, 8439.0, 8434.0, 8435.0, 8462.0, 8437.0, 8438.0, 8419.0, 8436.0, 8446.0, 8435.0, 8448.0, 8420.0, 8436.0, 8446.0, 8432.0, 8449.0, 8419.0, 8433.0, 8430.0, 8433.0, 8447.0, 8432.0, 8435.0, 8417.0, 8434.0, 8446.0, 8435.0, 8437.0, 8420.0, 8438.0, 8463.0, 8422.0, 8454.0, 8422.0, 8439.0, 8421.0, 8438.0, 8467.0, 8439.0, 8468.0, 8423.0, 8442.0, 8424.0, 8441.0, 8465.0, 8437.0, 8452.0, 8437.0, 8451.0, 8420.0, 8434.0, 8448.0, 8433.0, 8450.0, 8418.0, 8437.0, 8420.0, 8434.0, 8447.0, 8419.0, 8436.0, 8405.0, 8436.0, 8462.0, 8423.0, 8452.0, 8420.0, 8436.0, 8436.0, 8439.0, 8466.0, 8442.0, 8440.0, 8425.0, 8446.0, 8453.0, 8441.0, 8455.0, 8442.0, 8458.0, 8441.0, 8446.0, 8467.0, 8441.0, 8456.0, 8438.0, 8440.0, 8412.0, 8457.0, 8468.0, 8441.0, 8469.0, 8439.0, 8441.0, 8409.0, 8442.0, 8450.0, 8439.0, 8471.0, 8425.0, 8441.0, 8426.0, 8445.0, 8468.0, 8438.0, 8453.0, 8425.0, 8458.0, 8427.0, 8461.0, 8470.0, 8443.0, 8456.0, 8446.0, 8473.0, 8445.0, 8461.0, 8417.0, 8461.0, 8454.0, 8440.0, 8456.0, 8443.0, 8458.0, 8426.0, 8443.0, 8454.0, 8438.0, 8451.0, 8416.0, 8467.0, 8407.0, 8439.0, 8461.0, 8436.0, 8448.0, 8433.0, 8436.0, 8405.0, 8440.0, 8462.0, 8438.0, 8450.0, 8418.0, 8436.0, 8457.0, 8430.0, 8460.0, 8416.0, 8417.0, 8416.0, 8432.0, 8444.0, 8414.0, 8434.0, 8386.0, 8435.0, 8460.0, 8438.0, 8447.0, 8405.0, 8436.0, 8442.0, 8429.0, 8446.0, 8399.0, 8434.0, 8418.0, 8420.0, 8444.0, 8431.0, 8428.0, 8415.0, 8435.0, 8444.0, 8433.0, 8459.0, 8432.0, 8431.0, 8400.0, 8435.0, 8413.0, 8430.0, 8461.0, 8430.0, 8432.0, 8414.0, 8431.0, 8413.0, 8435.0, 8445.0, 8449.0, 8447.0, 8435.0, 8447.0, 8420.0, 8437.0, 8435.0, 8434.0, 8464.0, 8432.0, 8434.0, 8415.0, 8431.0, 8442.0, 8414.0, 8430.0, 8411.0, 8432.0, 8443.0, 8398.0, 8428.0, 8415.0, 8433.0, 8430.0, 8432.0, 8446.0, 8431.0, 8432.0, 8414.0, 8431.0, 8415.0, 8434.0, 8460.0, 8434.0, 8449.0, 8434.0, 8435.0, 8417.0, 8435.0, 8462.0, 8432.0, 8462.0, 8414.0, 8434.0, 8427.0, 8411.0, 8439.0, 8413.0, 8430.0, 8412.0, 8415.0, 8425.0, 8414.0, 8428.0, 8396.0, 8430.0, 8443.0, 8415.0, 8427.0, 8412.0, 8429.0, 8442.0, 8412.0, 8425.0, 8413.0, 8417.0, 8443.0, 8430.0, 8444.0, 8415.0, 8433.0, 8398.0, 8432.0, 8443.0, 8429.0, 8445.0, 8412.0, 8432.0, 8440.0, 8427.0, 8440.0, 8414.0, 8430.0, 8414.0, 8431.0, 8442.0, 8430.0, 8443.0, 8414.0, 8433.0, 8431.0, 8433.0, 8464.0, 8432.0, 8474.0, 8437.0, 8436.0, 8463.0, 8433.0, 8459.0, 8415.0, 8415.0, 8414.0, 8430.0, 8438.0, 8426.0, 8443.0, 8457.0, 8433.0, 8417.0, 8430.0, 8396.0, 8428.0, 8427.0, 8431.0, 8446.0, 8416.0, 8434.0, 8401.0, 8433.0, 8441.0, 8413.0, 8440.0, 8413.0, 8429.0, 8410.0, 8412.0, 8438.0, 8413.0, 8426.0, 8415.0, 8435.0, 8402.0, 8439.0, 8416.0, 8435.0, 8447.0, 8432.0, 8448.0, 8418.0, 8435.0, 8457.0, 8431.0, 8458.0, 8413.0, 8427.0, 8407.0, 8425.0, 8439.0, 8408.0, 8425.0, 8394.0, 8409.0, 8438.0, 8406.0, 8426.0, 8395.0, 8413.0, 8444.0, 8415.0, 8431.0, 8414.0, 8431.0, 8428.0, 8432.0, 8449.0, 8419.0, 8448.0, 8417.0, 8437.0, 8432.0, 8432.0, 8448.0, 8419.0, 8437.0, 8403.0, 8435.0, 8447.0, 8432.0, 8432.0, 8415.0, 8433.0, 8457.0, 8433.0, 8444.0, 8400.0, 8430.0, 8396.0, 8432.0, 8443.0, 8430.0, 8449.0, 8419.0, 8440.0, 8435.0, 8440.0, 8425.0, 8409.0, 8427.0, 8446.0, 8447.0, 8481.0, 8488.0, 8439.0, 8468.0, 8402.0, 8433.0, 8457.0, 8426.0, 8427.0, 8395.0, 8426.0, 8406.0, 8409.0, 8439.0, 8413.0, 8414.0, 8400.0, 8436.0, 8401.0, 8435.0, 8430.0, 8431.0, 8450.0, 8420.0, 8418.0, 8459.0, 8414.0, 8429.0, 8395.0, 8428.0, 8437.0, 8425.0, 8441.0, 8410.0, 8429.0, 8439.0, 8409.0, 8423.0, 8405.0, 8409.0, 8436.0, 8408.0, 8413.0, 8393.0, 8426.0, 8439.0, 8409.0, 8424.0, 8379.0, 8427.0, 8441.0, 8413.0, 8414.0, 8383.0, 8429.0, 8442.0, 8410.0, 8428.0, 8411.0, 8428.0, 8459.0, 8435.0, 8447.0, 8430.0, 8435.0, 8423.0, 8410.0, 8441.0, 8416.0, 8428.0, 8396.0, 8415.0, 8439.0, 8412.0, 8411.0, 8410.0, 8427.0, 8438.0, 8412.0, 8427.0, 8377.0, 8423.0, 8437.0, 8407.0, 8410.0, 8394.0, 8410.0, 8423.0, 8413.0, 8410.0, 8394.0, 8429.0, 8438.0, 8414.0, 8441.0, 8412.0, 8432.0, 8440.0, 8413.0, 8424.0, 8395.0, 8427.0, 8436.0, 8426.0, 8427.0, 8411.0, 8400.0, 8412.0, 8430.0, 8429.0, 8399.0, 8416.0, 8442.0, 8432.0, 8446.0, 8415.0, 8432.0, 8430.0, 8417.0, 8444.0, 8415.0, 8433.0, 8400.0, 8434.0, 8446.0, 8435.0, 8435.0, 8404.0, 8437.0, 8445.0, 8419.0, 8451.0, 8402.0, 8436.0, 8431.0, 8416.0, 8445.0, 8416.0, 8420.0, 8447.0, 8434.0, 8463.0, 8420.0, 8433.0, 8416.0, 8434.0, 8434.0, 8437.0, 8466.0, 8440.0, 8465.0, 8418.0, 8452.0, 8459.0, 8415.0, 8463.0, 8445.0, 8505.0, 8495.0, 8434.0, 8402.0, 8414.0, 8407.0, 8427.0, 8413.0, 8431.0, 8442.0, 8413.0, 8438.0, 8412.0, 8441.0, 8414.0, 8412.0, 8414.0, 8423.0, 8426.0, 8426.0, 8411.0, 8423.0, 8403.0, 8422.0, 8420.0, 8451.0, 8436.0, 8398.0, 8390.0, 8352.0, 8365.0, 8364.0, 8385.0, 8371.0, 8393.0, 8404.0, 8391.0, 8389.0, 8374.0, 8387.0, 8339.0, 8389.0, 8388.0, 8375.0, 8394.0, 8377.0, 8393.0, 8382.0, 8399.0, 8400.0, 8419.0, 8400.0, 8402.0, 8415.0, 8390.0, 8420.0, 8402.0, 8390.0, 8435.0, 8410.0, 8432.0, 8415.0, 8431.0, 8419.0, 8434.0, 8443.0, 8430.0, 8432.0, 8428.0, 8449.0, 8446.0, 8409.0, 8452.0, 8431.0, 8434.0, 8434.0, 8432.0, 8412.0, 8428.0, 8431.0, 8416.0, 8451.0, 8421.0, 8439.0, 8470.0, 8458.0, 8472.0, 8462.0, 8456.0, 8456.0, 8456.0, 8439.0, 8460.0, 8451.0, 8457.0, 8491.0, 8445.0, 8456.0, 8438.0, 8459.0, 8428.0, 8449.0, 8419.0, 8455.0, 8424.0, 8464.0, 8473.0, 8472.0, 8484.0, 8455.0, 8486.0, 8509.0, 8469.0, 8478.0, 8423.0, 8453.0, 8465.0, 8455.0, 8466.0, 8438.0, 8458.0, 8424.0, 8442.0, 8426.0, 8438.0, 8435.0, 8461.0, 8438.0, 8434.0, 8361.0, 8391.0, 8392.0, 8415.0, 8395.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.0012175494816211122</td></tr>
<tr><td colspan=3>aqi</td><td>0.018265001036757773</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.97012107779253</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1841659552735826</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.013207524179246</td></tr>
<tr><td colspan=3>efc</td><td>0.4781</td></tr>
<tr><td colspan=3>fber</td><td>4028.2405</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08085328016048289</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.524033930254477</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.562786987556979</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.562350847999704</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7538879343421954</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.372122180329037</td></tr>
<tr><td colspan=3>gcor</td><td>0.00910078</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0005127874319441617</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023918112739920616</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</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.631895522208265</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>25.8531</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7352</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.9811</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300480.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>715.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.2677</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.92</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.3734</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2934.4952</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76064.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.0212</td></tr>
<tr><td colspan=3>tsnr</td><td>38.13153747562319</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>