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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-01/func/sub-0115_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c2338bdd8f5f2d378c5c52156991fd01</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>18:53:0.780000</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.999464, -0.0189434, -0.0266926, 0.0169223, 0.997114, -0.0740103]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0895335</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7766, -7285, 109, -74, -143, -59, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.555</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>29b6ee79-37ca-472f-9c7f-ef0ba65fd6f6||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.6814892292022705, 0.04540122300386429, -0.07564748823642731, 111.97586059570312], [0.05082377418875694, 2.6751837730407715, -0.1985010802745819, -86.98960876464844], [-0.0716143473982811, 0.19856415688991547, 2.6916306018829346, -86.66472625732422], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['185300.780000', '185301.240000', '185301.700000', '185302.160000', '185302.620000', '185303.080000', '185303.540000', '185304.000000', '185304.460000', '185304.920000', '185305.380000', '185305.840000', '185306.300000', '185306.760000', '185307.220000', '185307.680000', '185308.140000', '185308.600000', '185309.060000', '185309.520000', '185309.980000', '185310.440000', '185310.900000', '185311.360000', '185311.820000', '185312.280000', '185312.740000', '185313.200000', '185313.660000', '185314.120000', '185314.580000', '185315.040000', '185315.500000', '185315.960000', '185316.420000', '185316.880000', '185317.340000', '185317.800000', '185318.260000', '185318.720000', '185319.180000', '185319.640000', '185320.100000', '185320.560000', '185321.020000', '185321.480000', '185321.940000', '185322.400000', '185322.860000', '185323.320000', '185323.780000', '185324.240000', '185324.700000', '185325.160000', '185325.620000', '185326.080000', '185326.540000', '185327.000000', '185327.460000', '185327.920000', '185328.380000', '185328.840000', '185329.300000', '185329.760000', '185330.220000', '185330.680000', '185331.140000', '185331.600000', '185332.060000', '185332.520000', '185332.980000', '185333.440000', '185333.900000', '185334.360000', '185334.820000', '185335.280000', '185335.740000', '185336.200000', '185336.660000', '185337.120000', '185337.580000', '185338.040000', '185338.500000', '185338.960000', '185339.420000', '185339.880000', '185340.340000', '185340.800000', '185341.260000', '185341.720000', '185342.180000', '185342.640000', '185343.100000', '185343.560000', '185344.020000', '185344.480000', '185344.940000', '185345.400000', '185345.860000', '185346.320000', '185346.780000', '185347.240000', '185347.700000', '185348.160000', '185348.620000', '185349.080000', '185349.540000', '185350.000000', '185350.460000', '185350.920000', '185351.380000', '185351.840000', '185352.300000', '185352.760000', '185353.220000', '185353.680000', '185354.140000', '185354.600000', '185355.060000', '185355.520000', '185355.980000', '185356.440000', '185356.900000', '185357.360000', '185357.820000', '185358.280000', '185358.740000', '185359.200000', '185359.660000', '185400.120000', '185400.580000', '185401.040000', '185401.500000', '185401.960000', '185402.420000', '185402.880000', '185403.340000', '185403.800000', '185404.260000', '185404.720000', '185405.180000', '185405.640000', '185406.100000', '185406.560000', '185407.020000', '185407.480000', '185407.940000', '185408.400000', '185408.860000', '185409.320000', '185409.780000', '185410.240000', '185410.700000', '185411.160000', '185411.620000', '185412.080000', '185412.540000', '185413.000000', '185413.460000', '185413.920000', '185414.380000', '185414.840000', '185415.300000', '185415.760000', '185416.220000', '185416.680000', '185417.140000', '185417.600000', '185418.060000', '185418.520000', '185418.980000', '185419.440000', '185419.900000', '185420.360000', '185420.820000', '185421.280000', '185421.740000', '185422.200000', '185422.660000', '185423.120000', '185423.580000', '185424.040000', '185424.500000', '185424.960000', '185425.420000', '185425.880000', '185426.340000', '185426.800000', '185427.260000', '185427.720000', '185428.180000', '185428.640000', '185429.100000', '185429.560000', '185430.020000', '185430.480000', '185430.940000', '185431.400000', '185431.860000', '185432.320000', '185432.780000', '185433.240000', '185433.700000', '185434.160000', '185434.620000', '185435.080000', '185435.540000', '185436.000000', '185436.460000', '185436.920000', '185437.380000', '185437.840000', '185438.300000', '185438.760000', '185439.220000', '185439.680000', '185440.140000', '185440.600000', '185441.060000', '185441.520000', '185441.980000', '185442.440000', '185442.900000', '185443.360000', '185443.820000', '185444.280000', '185444.740000', '185445.200000', '185445.660000', '185446.120000', '185446.580000', '185447.040000', '185447.500000', '185447.960000', '185448.420000', '185448.880000', '185449.340000', '185449.800000', '185450.260000', '185450.720000', '185451.180000', '185451.640000', '185452.100000', '185452.560000', '185453.020000', '185453.480000', '185453.940000', '185454.400000', '185454.860000', '185455.320000', '185455.780000', '185456.240000', '185456.700000', '185457.160000', '185457.620000', '185458.080000', '185458.540000', '185459.000000', '185459.460000', '185459.920000', '185500.380000', '185500.840000', '185501.300000', '185501.760000', '185502.220000', '185502.680000', '185503.140000', '185503.600000', '185504.060000', '185504.520000', '185504.980000', '185505.440000', '185505.900000', '185506.360000', '185506.820000', '185507.280000', '185507.740000', '185508.200000', '185508.660000', '185509.120000', '185509.580000', '185510.040000', '185510.500000', '185510.960000', '185511.420000', '185511.880000', '185512.340000', '185512.800000', '185513.260000', '185513.720000', '185514.180000', '185514.640000', '185515.100000', '185515.560000', '185516.020000', '185516.480000', '185516.940000', '185517.400000', '185517.860000', '185518.320000', '185518.780000', '185519.240000', '185519.700000', '185520.160000', '185520.620000', '185521.080000', '185521.540000', '185522.000000', '185522.460000', '185522.920000', '185523.380000', '185523.840000', '185524.300000', '185524.760000', '185525.220000', '185525.680000', '185526.140000', '185526.600000', '185527.060000', '185527.520000', '185527.980000', '185528.440000', '185528.900000', '185529.360000', '185529.820000', '185530.280000', '185530.740000', '185531.200000', '185531.660000', '185532.120000', '185532.580000', '185533.040000', '185533.500000', '185533.960000', '185534.420000', '185534.880000', '185535.340000', '185535.800000', '185536.260000', '185536.720000', '185537.180000', '185537.640000', '185538.100000', '185538.560000', '185539.020000', '185539.480000', '185539.940000', '185540.400000', '185540.860000', '185541.320000', '185541.780000', '185542.240000', '185542.700000', '185543.160000', '185543.620000', '185544.080000', '185544.540000', '185545.000000', '185545.460000', '185545.920000', '185546.380000', '185546.840000', '185547.300000', '185547.760000', '185548.220000', '185548.680000', '185549.140000', '185549.600000', '185550.060000', '185550.520000', '185550.980000', '185551.440000', '185551.900000', '185552.360000', '185552.820000', '185553.280000', '185553.740000', '185554.200000', '185554.660000', '185555.120000', '185555.580000', '185556.040000', '185556.500000', '185556.960000', '185557.420000', '185557.880000', '185558.340000', '185558.800000', '185559.260000', '185559.720000', '185600.180000', '185600.640000', '185601.100000', '185601.560000', '185602.020000', '185602.480000', '185602.940000', '185603.400000', '185603.860000', '185604.320000', '185604.780000', '185605.240000', '185605.700000', '185606.160000', '185606.620000', '185607.080000', '185607.540000', '185608.000000', '185608.460000', '185608.920000', '185609.380000', '185609.840000', '185610.300000', '185610.760000', '185611.220000', '185611.680000', '185612.140000', '185612.600000', '185613.060000', '185613.520000', '185613.980000', '185614.440000', '185614.900000', '185615.360000', '185615.820000', '185616.280000', '185616.740000', '185617.200000', '185617.660000', '185618.120000', '185618.580000', '185619.040000', '185619.500000', '185619.960000', '185620.420000', '185620.880000', '185621.340000', '185621.800000', '185622.260000', '185622.720000', '185623.180000', '185623.640000', '185624.100000', '185624.560000', '185625.020000', '185625.480000', '185625.940000', '185626.400000', '185626.860000', '185627.320000', '185627.780000', '185628.240000', '185628.700000', '185629.160000', '185629.620000', '185630.080000', '185630.540000', '185631.000000', '185631.460000', '185631.920000', '185632.380000', '185632.840000', '185633.300000', '185633.760000', '185634.220000', '185634.680000', '185635.140000', '185635.600000', '185636.060000', '185636.520000', '185636.980000', '185637.440000', '185637.900000', '185638.360000', '185638.820000', '185639.280000', '185639.740000', '185640.200000', '185640.660000', '185641.120000', '185641.580000', '185642.040000', '185642.500000', '185642.960000', '185643.420000', '185643.880000', '185644.340000', '185644.800000', '185645.260000', '185645.720000', '185646.180000', '185646.640000', '185647.100000', '185647.560000', '185648.020000', '185648.480000', '185648.940000', '185649.400000', '185649.860000', '185650.320000', '185650.780000', '185651.240000', '185651.700000', '185652.160000', '185652.620000', '185653.080000', '185653.540000', '185654.000000', '185654.460000', '185654.920000', '185655.380000', '185655.840000', '185656.300000', '185656.760000', '185657.220000', '185657.680000', '185658.140000', '185658.600000', '185659.060000', '185659.520000', '185659.980000', '185700.440000', '185700.900000', '185701.360000', '185701.820000', '185702.280000', '185702.740000', '185703.200000', '185703.660000', '185704.120000', '185704.580000', '185705.040000', '185705.500000', '185705.960000', '185706.420000', '185706.880000', '185707.340000', '185707.800000', '185708.260000', '185708.720000', '185709.180000', '185709.640000', '185710.100000', '185710.560000', '185711.020000', '185711.480000', '185711.940000', '185712.400000', '185712.860000', '185713.320000', '185713.780000', '185714.240000', '185714.700000', '185715.160000', '185715.620000', '185716.080000', '185716.540000', '185717.000000', '185717.460000', '185717.920000', '185718.380000', '185718.840000', '185719.300000', '185719.760000', '185720.220000', '185720.680000', '185721.140000', '185721.600000', '185722.060000', '185722.520000', '185722.980000', '185723.440000', '185723.900000', '185724.360000', '185724.820000', '185725.280000', '185725.740000', '185726.200000', '185726.660000', '185727.120000', '185727.580000', '185728.040000', '185728.500000', '185728.960000', '185729.420000', '185729.880000', '185730.340000', '185730.800000', '185731.260000', '185731.720000', '185732.180000', '185732.640000', '185733.100000', '185733.560000', '185734.020000', '185734.480000', '185734.940000', '185735.400000', '185735.860000', '185736.320000', '185736.780000', '185737.240000', '185737.700000', '185738.160000', '185738.620000', '185739.080000', '185739.540000', '185740.000000', '185740.460000', '185740.920000', '185741.380000', '185741.840000', '185742.300000', '185742.760000', '185743.220000', '185743.680000', '185744.140000', '185744.600000', '185745.060000', '185745.520000', '185745.980000', '185746.440000', '185746.900000', '185747.360000', '185747.820000', '185748.280000', '185748.740000', '185749.200000', '185749.660000', '185750.120000', '185750.580000', '185751.040000', '185751.500000', '185751.960000', '185752.420000', '185752.880000', '185753.340000', '185753.800000', '185754.260000', '185754.720000', '185755.180000', '185755.640000', '185756.100000', '185756.560000', '185757.020000', '185757.480000', '185757.940000', '185758.400000', '185758.860000', '185759.320000', '185759.780000', '185800.240000', '185800.700000', '185801.160000', '185801.620000', '185802.080000', '185802.540000', '185803.000000', '185803.460000', '185803.920000', '185804.380000', '185804.840000', '185805.300000', '185805.760000', '185806.220000', '185806.680000', '185807.140000', '185807.600000', '185808.060000', '185808.520000', '185808.980000', '185809.440000', '185809.900000', '185810.360000', '185810.820000', '185811.280000', '185811.740000', '185812.200000', '185812.660000', '185813.120000', '185813.580000', '185814.040000', '185814.500000', '185814.960000', '185815.420000', '185815.880000', '185816.340000', '185816.800000', '185817.260000', '185817.720000', '185818.180000', '185818.640000', '185819.100000', '185819.560000', '185820.020000', '185820.480000', '185820.940000', '185821.400000', '185821.860000', '185822.320000', '185822.780000', '185823.240000', '185823.700000', '185824.160000', '185824.620000', '185825.080000', '185825.540000', '185826.000000', '185826.460000', '185826.920000', '185827.380000', '185827.840000', '185828.300000', '185828.760000', '185829.220000', '185829.680000', '185830.140000', '185830.600000', '185831.060000', '185831.520000', '185831.980000', '185832.440000', '185832.900000', '185833.360000', '185833.820000', '185834.280000', '185834.740000', '185835.200000', '185835.660000', '185836.120000', '185836.580000', '185837.040000', '185837.500000', '185837.960000', '185838.420000', '185838.880000', '185839.340000', '185839.800000', '185840.260000', '185840.720000', '185841.180000', '185841.640000', '185842.100000', '185842.560000', '185843.020000', '185843.480000', '185843.940000', '185844.400000', '185844.860000', '185845.320000', '185845.780000', '185846.240000', '185846.700000', '185847.160000', '185847.620000', '185848.080000', '185848.540000', '185849.000000', '185849.460000', '185849.920000', '185850.380000', '185850.840000', '185851.300000', '185851.760000', '185852.220000', '185852.680000', '185853.140000', '185853.600000', '185854.060000', '185854.520000', '185854.980000', '185855.440000', '185855.900000', '185856.360000', '185856.820000', '185857.280000', '185857.740000', '185858.200000', '185858.660000', '185859.120000', '185859.580000', '185900.040000', '185900.500000', '185900.960000', '185901.420000', '185901.880000', '185902.340000', '185902.800000', '185903.260000', '185903.720000', '185904.180000', '185904.640000', '185905.100000', '185905.560000', '185906.020000', '185906.480000', '185906.940000', '185907.400000', '185907.860000', '185908.320000', '185908.780000', '185909.240000', '185909.700000', '185910.160000', '185910.620000', '185911.080000', '185911.540000', '185912.000000', '185912.460000', '185912.920000', '185913.380000', '185913.840000', '185914.300000', '185914.760000', '185915.220000', '185915.680000', '185916.140000', '185916.600000', '185917.060000', '185917.520000', '185917.980000', '185918.440000', '185918.900000', '185919.360000', '185919.820000', '185920.280000', '185920.740000', '185921.200000', '185921.660000', '185922.120000', '185922.580000', '185923.040000', '185923.500000', '185923.960000', '185924.420000', '185924.880000', '185925.340000', '185925.800000', '185926.260000', '185926.720000', '185927.180000', '185927.640000', '185928.100000', '185928.560000', '185929.020000', '185929.480000', '185929.940000', '185930.400000', '185930.860000', '185931.320000', '185931.780000', '185932.240000', '185932.700000', '185933.160000', '185933.620000', '185934.080000', '185934.540000', '185935.000000', '185935.460000', '185935.920000', '185936.380000', '185936.840000', '185937.300000', '185937.760000', '185938.220000', '185938.680000', '185939.140000', '185939.600000', '185940.060000', '185940.520000', '185940.980000', '185941.440000', '185941.900000', '185942.360000', '185942.820000', '185943.280000', '185943.740000', '185944.200000', '185944.660000', '185945.120000', '185945.580000', '185946.040000', '185946.500000', '185946.960000', '185947.420000', '185947.880000', '185948.340000', '185948.800000', '185949.260000', '185949.720000', '185950.180000', '185950.640000', '185951.100000', '185951.560000', '185952.020000', '185952.480000', '185952.940000', '185953.400000', '185953.860000', '185954.320000', '185954.780000', '185955.240000', '185955.700000', '185956.160000', '185956.620000', '185957.080000', '185957.540000', '185958.000000', '185958.460000', '185958.920000', '185959.380000', '185959.840000', '190000.300000', '190000.760000', '190001.220000', '190001.680000', '190002.140000', '190002.600000', '190003.060000', '190003.520000', '190003.980000', '190004.440000', '190004.900000', '190005.360000', '190005.820000', '190006.280000', '190006.740000', '190007.200000', '190007.660000', '190008.120000', '190008.580000', '190009.040000', '190009.500000', '190009.960000', '190010.420000', '190010.880000', '190011.340000', '190011.800000', '190012.260000', '190012.720000', '190013.180000', '190013.640000', '190014.100000', '190014.560000', '190015.020000', '190015.480000', '190015.940000', '190016.400000', '190016.860000', '190017.320000', '190017.780000', '190018.240000', '190018.700000', '190019.160000', '190019.620000', '190020.080000', '190020.540000', '190021.000000', '190021.460000', '190021.920000', '190022.380000', '190022.840000', '190023.300000', '190023.760000', '190024.220000', '190024.680000', '190025.140000', '190025.600000', '190026.060000', '190026.520000', '190026.980000', '190027.440000', '190027.900000', '190028.360000', '190028.820000', '190029.280000', '190029.740000', '190030.200000', '190030.660000', '190031.120000', '190031.580000', '190032.040000', '190032.500000', '190032.960000', '190033.420000', '190033.880000', '190034.340000', '190034.800000', '190035.260000', '190035.720000', '190036.180000', '190036.640000', '190037.100000', '190037.560000', '190038.020000', '190038.480000', '190038.940000', '190039.400000', '190039.860000', '190040.320000', '190040.780000', '190041.240000', '190041.700000', '190042.160000', '190042.620000', '190043.080000', '190043.540000', '190044.000000', '190044.460000', '190044.920000', '190045.380000', '190045.840000', '190046.300000', '190046.760000', '190047.220000', '190047.680000', '190048.140000', '190048.600000', '190049.060000', '190049.520000', '190049.980000', '190050.440000', '190050.900000', '190051.360000', '190051.820000', '190052.280000', '190052.740000', '190053.200000', '190053.660000', '190054.120000', '190054.580000', '190055.040000', '190055.500000', '190055.960000', '190056.420000', '190056.880000', '190057.340000', '190057.800000', '190058.260000', '190058.720000', '190059.180000', '190059.640000', '190100.100000', '190100.560000', '190101.020000', '190101.480000', '190101.940000', '190102.400000', '190102.860000', '190103.320000', '190103.780000', '190104.240000', '190104.700000', '190105.160000', '190105.620000', '190106.080000', '190106.540000', '190107.000000', '190107.460000', '190107.920000', '190108.380000', '190108.840000', '190109.300000', '190109.760000', '190110.220000', '190110.680000', '190111.140000', '190111.600000', '190112.060000', '190112.520000', '190112.980000', '190113.440000', '190113.900000'], 'ContentTime': ['185311.966000', '185311.969000', '185311.972000', '185311.975000', '185311.987000', '185311.990000', '185311.992000', '185311.995000', '185311.998000', '185312.001000', '185312.004000', '185312.006000', '185312.016000', '185312.019000', '185312.022000', '185312.024000', '185312.027000', '185312.030000', '185312.032000', '185312.035000', '185312.037000', '185312.040000', '185312.042000', '185331.915000', '185331.917000', '185331.920000', '185331.923000', '185331.925000', '185331.928000', '185331.930000', '185331.935000', '185331.937000', '185331.940000', '185331.942000', '185331.945000', '185331.947000', '185331.950000', '185331.952000', '185331.955000', '185331.957000', '185331.960000', '185331.963000', '185331.965000', '185331.968000', '185331.970000', '185331.973000', '185331.975000', '185331.978000', '185331.980000', '185331.983000', '185331.986000', '185331.988000', '185331.991000', '185331.993000', '185331.996000', '185332.000000', '185332.002000', '185332.005000', '185332.007000', '185332.010000', '185332.012000', '185332.015000', '185332.018000', '185332.020000', '185332.023000', '185332.025000', '185351.914000', '185351.917000', '185351.920000', '185351.923000', '185351.925000', '185351.928000', '185351.931000', '185351.933000', '185351.936000', '185351.938000', '185351.941000', '185351.943000', '185351.946000', '185351.949000', '185351.951000', '185351.954000', '185351.956000', '185351.959000', '185351.961000', '185351.964000', '185351.967000', '185351.969000', '185351.972000', '185351.974000', '185351.977000', '185351.980000', '185351.982000', '185351.985000', '185351.987000', '185351.990000', '185351.992000', '185351.995000', '185351.998000', '185352.001000', '185352.004000', '185352.006000', '185352.009000', '185352.012000', '185352.014000', '185352.017000', '185352.021000', '185352.023000', '185352.026000', '185352.029000', '185411.915000', '185411.917000', '185411.920000', '185411.923000', '185411.925000', '185411.928000', '185411.930000', '185411.933000', '185411.936000', '185411.938000', '185411.941000', '185411.943000', '185411.946000', '185411.948000', '185411.951000', '185411.954000', '185411.956000', '185411.959000', '185411.961000', '185411.964000', '185411.967000', '185411.969000', '185411.972000', '185411.974000', '185411.977000', '185411.979000', '185411.982000', '185411.985000', '185411.987000', '185411.990000', '185411.993000', '185411.995000', '185411.998000', '185412.002000', '185412.004000', '185412.007000', '185412.009000', '185412.012000', '185412.014000', '185412.017000', '185412.020000', '185412.022000', '185412.025000', '185431.915000', '185431.917000', '185431.920000', '185431.923000', '185431.925000', '185431.928000', '185431.931000', '185431.933000', '185431.936000', '185431.938000', '185431.941000', '185431.943000', '185431.946000', '185431.949000', '185431.951000', '185431.954000', '185431.967000', '185431.970000', '185431.972000', '185431.975000', '185431.978000', '185431.980000', '185431.983000', '185431.985000', '185431.988000', '185431.990000', '185431.993000', '185431.996000', '185431.998000', '185432.002000', '185432.004000', '185432.007000', '185432.010000', '185432.012000', '185432.015000', '185432.017000', '185432.020000', '185432.022000', '185432.025000', '185432.028000', '185432.030000', '185432.033000', '185432.035000', '185432.038000', '185451.914000', '185451.917000', '185451.920000', '185451.922000', '185451.925000', '185451.928000', '185451.930000', '185451.933000', '185451.935000', '185451.938000', '185451.941000', '185451.943000', '185451.946000', '185451.948000', '185451.951000', '185451.954000', '185451.956000', '185451.959000', '185451.961000', '185451.964000', '185451.966000', '185451.969000', '185451.972000', '185451.974000', '185451.977000', '185451.979000', '185451.982000', '185451.985000', '185451.987000', '185451.990000', '185451.993000', '185451.995000', '185451.998000', '185452.001000', '185452.004000', '185452.006000', '185452.009000', '185452.012000', '185452.014000', '185452.017000', '185452.019000', '185452.022000', '185452.025000', '185511.914000', '185511.917000', '185511.920000', '185511.923000', '185511.925000', '185511.928000', '185511.930000', '185511.933000', '185511.936000', '185511.938000', '185511.941000', '185511.943000', '185511.946000', '185511.948000', '185511.951000', '185511.954000', '185511.956000', '185511.959000', '185511.961000', '185511.964000', '185511.967000', '185511.969000', '185511.972000', '185511.974000', '185511.977000', '185511.980000', '185511.982000', '185511.985000', '185511.987000', '185511.990000', '185511.993000', '185511.995000', '185511.998000', '185512.001000', '185512.004000', '185512.006000', '185512.009000', '185512.012000', '185512.014000', '185512.017000', '185512.019000', '185512.022000', '185512.025000', '185512.027000', '185531.915000', '185531.917000', '185531.920000', '185531.923000', '185531.925000', '185531.928000', '185531.930000', '185531.933000', '185531.936000', '185531.938000', '185531.941000', '185531.943000', '185531.946000', '185531.949000', '185531.951000', '185531.954000', '185531.956000', '185531.959000', '185531.962000', '185531.964000', '185531.967000', '185531.969000', '185531.972000', '185531.974000', '185531.977000', '185531.980000', '185531.982000', '185531.985000', '185531.988000', '185531.990000', '185531.993000', '185531.995000', '185531.998000', '185532.001000', '185532.004000', '185532.007000', '185532.009000', '185532.012000', '185532.014000', '185532.017000', '185532.019000', '185532.022000', '185532.025000', '185551.915000', '185551.918000', '185551.920000', '185551.923000', '185551.925000', '185551.928000', '185551.931000', '185551.933000', '185551.936000', '185551.939000', '185551.942000', '185551.944000', '185551.947000', '185551.950000', '185551.953000', '185551.956000', '185551.958000', '185551.961000', '185551.964000', '185551.966000', '185551.969000', '185551.972000', '185551.974000', '185551.977000', '185551.979000', '185551.982000', '185551.985000', '185551.987000', '185551.990000', '185551.992000', '185551.995000', '185551.998000', '185552.000000', '185552.003000', '185552.005000', '185552.008000', '185552.010000', '185552.013000', '185552.016000', '185552.018000', '185552.021000', '185552.034000', '185552.036000', '185611.914000', '185611.917000', '185611.920000', '185611.922000', '185611.925000', '185611.928000', '185611.930000', '185611.933000', '185611.935000', '185611.938000', '185611.941000', '185611.943000', '185611.946000', '185611.948000', '185611.951000', '185611.954000', '185611.956000', '185611.959000', '185611.961000', '185611.964000', '185611.967000', '185611.969000', '185611.972000', '185611.974000', '185611.977000', '185611.980000', '185611.982000', '185611.985000', '185611.988000', '185611.990000', '185611.993000', '185611.995000', '185611.998000', '185612.002000', '185612.004000', '185612.007000', '185612.009000', '185612.012000', '185612.014000', '185612.017000', '185612.020000', '185612.022000', '185612.025000', '185612.027000', '185631.914000', '185631.917000', '185631.920000', '185631.923000', '185631.925000', '185631.928000', '185631.930000', '185631.933000', '185631.936000', '185631.938000', '185631.941000', '185631.944000', '185631.946000', '185631.950000', '185631.953000', '185631.956000', '185631.959000', '185631.961000', '185631.964000', '185631.967000', '185631.969000', '185631.972000', '185631.974000', '185631.977000', '185631.980000', '185631.982000', '185631.985000', '185631.987000', '185631.990000', '185631.993000', '185631.995000', '185631.998000', '185632.001000', '185632.004000', '185632.007000', '185632.010000', '185632.012000', '185632.015000', '185632.017000', '185632.020000', '185632.023000', '185632.025000', '185632.028000', '185632.030000', '185651.914000', '185651.917000', '185651.920000', '185651.923000', '185651.925000', '185651.928000', '185651.931000', '185651.933000', '185651.936000', '185651.938000', '185651.941000', '185651.944000', '185651.946000', '185651.949000', '185651.951000', '185651.954000', '185651.956000', '185651.959000', '185651.962000', '185651.964000', '185651.967000', '185651.969000', '185651.972000', '185651.975000', '185651.977000', '185651.980000', '185651.983000', '185651.985000', '185651.988000', '185651.990000', '185651.993000', '185651.996000', '185651.998000', '185652.002000', '185652.004000', '185652.007000', '185652.009000', '185652.012000', '185652.015000', '185652.017000', '185652.020000', '185652.023000', '185652.025000', '185711.914000', '185711.917000', '185711.920000', '185711.923000', '185711.926000', '185711.928000', '185711.931000', '185711.934000', '185711.936000', '185711.939000', '185711.941000', '185711.944000', '185711.947000', '185711.949000', '185711.952000', '185711.955000', '185711.957000', '185711.960000', '185711.962000', '185711.965000', '185711.968000', '185711.970000', '185711.973000', '185711.975000', '185711.978000', '185711.981000', '185711.983000', '185711.986000', '185711.988000', '185711.991000', '185711.994000', '185711.996000', '185712.000000', '185712.002000', '185712.005000', '185712.008000', '185712.010000', '185712.013000', '185712.016000', '185712.018000', '185712.021000', '185712.023000', '185712.026000', '185731.915000', '185731.917000', '185731.920000', '185731.923000', '185731.925000', '185731.928000', '185731.931000', '185731.933000', '185731.936000', '185731.939000', '185731.941000', '185731.944000', '185731.948000', '185731.950000', '185731.953000', '185731.955000', '185731.958000', '185731.961000', '185731.963000', '185731.966000', '185731.968000', '185731.971000', '185731.974000', '185731.987000', '185731.990000', '185731.993000', '185731.995000', '185731.998000', '185732.000000', '185732.003000', '185732.006000', '185732.008000', '185732.011000', '185732.013000', '185732.016000', '185732.019000', '185732.021000', '185732.024000', '185732.026000', '185732.029000', '185732.032000', '185732.034000', '185732.037000', '185732.040000', '185751.915000', '185751.917000', '185751.920000', '185751.923000', '185751.925000', '185751.928000', '185751.930000', '185751.933000', '185751.936000', '185751.938000', '185751.941000', '185751.943000', '185751.946000', '185751.949000', '185751.951000', '185751.954000', '185751.956000', '185751.959000', '185751.962000', '185751.965000', '185751.968000', '185751.971000', '185751.974000', '185751.976000', '185751.979000', '185751.981000', '185751.984000', '185751.987000', '185751.990000', '185751.993000', '185751.996000', '185751.998000', '185752.002000', '185752.005000', '185752.007000', '185752.010000', '185752.013000', '185752.015000', '185752.018000', '185752.020000', '185752.023000', '185752.025000', '185752.028000', '185811.915000', '185811.918000', '185811.920000', '185811.923000', '185811.926000', '185811.928000', '185811.931000', '185811.934000', '185811.936000', '185811.939000', '185811.941000', '185811.944000', '185811.947000', '185811.949000', '185811.952000', '185811.954000', '185811.957000', '185811.960000', '185811.962000', '185811.965000', '185811.968000', '185811.970000', '185811.973000', '185811.976000', '185811.978000', '185811.981000', '185811.983000', '185811.986000', '185811.989000', '185811.991000', '185811.994000', '185811.997000', '185812.000000', '185812.003000', '185812.005000', '185812.008000', '185812.011000', '185812.014000', '185812.016000', '185812.019000', '185812.021000', '185812.024000', '185812.027000', '185812.029000', '185831.915000', '185831.917000', '185831.920000', '185831.923000', '185831.925000', '185831.928000', '185831.931000', '185831.933000', '185831.936000', '185831.938000', '185831.941000', '185831.944000', '185831.946000', '185831.949000', '185831.951000', '185831.954000', '185831.957000', '185831.959000', '185831.962000', '185831.965000', '185831.967000', '185831.970000', '185831.972000', '185831.975000', '185831.978000', '185831.980000', '185831.983000', '185831.988000', '185831.990000', '185831.993000', '185831.996000', '185831.998000', '185832.002000', '185832.004000', '185832.007000', '185832.010000', '185832.012000', '185832.015000', '185832.017000', '185832.020000', '185832.023000', '185832.025000', '185832.028000', '185851.915000', '185851.918000', '185851.922000', '185851.925000', '185851.928000', '185851.930000', '185851.933000', '185851.936000', '185851.938000', '185851.941000', '185851.944000', '185851.946000', '185851.949000', '185851.951000', '185851.954000', '185851.957000', '185851.959000', '185851.962000', '185851.964000', '185851.967000', '185851.970000', '185851.972000', '185851.975000', '185851.977000', '185851.980000', '185851.983000', '185851.985000', '185851.988000', '185851.990000', '185851.993000', '185851.996000', '185851.998000', '185852.002000', '185852.018000', '185852.020000', '185852.023000', '185852.026000', '185852.028000', '185852.031000', '185852.033000', '185852.036000', '185852.038000', '185852.041000', '185852.044000', '185911.915000', '185911.918000', '185911.920000', '185911.923000', '185911.926000', '185911.928000', '185911.931000', '185911.933000', '185911.936000', '185911.939000', '185911.941000', '185911.944000', '185911.946000', '185911.949000', '185911.952000', '185911.954000', '185911.957000', '185911.959000', '185911.962000', '185911.965000', '185911.967000', '185911.970000', '185911.973000', '185911.975000', '185911.978000', '185911.980000', '185911.983000', '185911.985000', '185911.988000', '185911.991000', '185911.993000', '185911.996000', '185912.000000', '185912.003000', '185912.006000', '185912.008000', '185912.011000', '185912.013000', '185912.016000', '185912.019000', '185912.021000', '185912.024000', '185912.026000', '185931.915000', '185931.917000', '185931.920000', '185931.923000', '185931.925000', '185931.928000', '185931.931000', '185931.933000', '185931.936000', '185931.938000', '185931.941000', '185931.944000', '185931.946000', '185931.949000', '185931.951000', '185931.954000', '185931.957000', '185931.959000', '185931.962000', '185931.965000', '185931.967000', '185931.970000', '185931.972000', '185931.975000', '185931.978000', '185931.980000', '185931.983000', '185931.986000', '185931.988000', '185931.991000', '185931.993000', '185931.996000', '185932.000000', '185932.002000', '185932.005000', '185932.007000', '185932.010000', '185932.013000', '185932.015000', '185932.018000', '185932.020000', '185932.023000', '185932.026000', '185932.028000', '185951.916000', '185951.918000', '185951.921000', '185951.924000', '185951.927000', '185951.929000', '185951.932000', '185951.934000', '185951.937000', '185951.939000', '185951.942000', '185951.945000', '185951.947000', '185951.950000', '185951.953000', '185951.955000', '185951.958000', '185951.961000', '185951.964000', '185951.967000', '185951.970000', '185951.973000', '185951.975000', '185951.978000', '185951.980000', '185951.983000', '185951.985000', '185951.988000', '185951.991000', '185951.993000', '185951.996000', '185951.998000', '185952.001000', '185952.004000', '185952.006000', '185952.009000', '185952.011000', '185952.014000', '185952.016000', '185952.019000', '185952.022000', '185952.024000', '185952.027000', '190011.915000', '190011.918000', '190011.920000', '190011.923000', '190011.926000', '190011.928000', '190011.931000', '190011.933000', '190011.936000', '190011.939000', '190011.941000', '190011.944000', '190011.946000', '190011.949000', '190011.952000', '190011.954000', '190011.957000', '190011.959000', '190011.962000', '190011.965000', '190011.967000', '190011.970000', '190011.972000', '190011.975000', '190011.977000', '190011.980000', '190011.983000', '190011.985000', '190011.988000', '190011.990000', '190012.022000', '190012.025000', '190012.027000', '190012.030000', '190012.032000', '190012.035000', '190012.038000', '190012.040000', '190012.043000', '190012.045000', '190012.048000', '190012.050000', '190012.053000', '190012.056000', '190031.915000', '190031.918000', '190031.920000', '190031.923000', '190031.926000', '190031.928000', '190031.931000', '190031.933000', '190031.936000', '190031.939000', '190031.941000', '190031.944000', '190031.946000', '190031.949000', '190031.952000', '190031.954000', '190031.957000', '190031.960000', '190031.962000', '190031.965000', '190031.967000', '190031.970000', '190031.973000', '190031.975000', '190031.978000', '190031.980000', '190031.983000', '190031.985000', '190031.988000', '190031.991000', '190031.993000', '190031.996000', '190032.000000', '190032.002000', '190032.005000', '190032.008000', '190032.010000', '190032.013000', '190032.015000', '190032.018000', '190032.021000', '190032.023000', '190032.026000', '190051.915000', '190051.918000', '190051.920000', '190051.923000', '190051.925000', '190051.928000', '190051.931000', '190051.933000', '190051.936000', '190051.938000', '190051.941000', '190051.944000', '190051.946000', '190051.949000', '190051.951000', '190051.954000', '190051.957000', '190051.959000', '190051.962000', '190051.964000', '190051.967000', '190051.970000', '190051.972000', '190051.975000', '190051.977000', '190051.980000', '190051.983000', '190051.985000', '190051.988000', '190051.990000', '190051.993000', '190051.996000', '190051.998000', '190052.002000', '190052.005000', '190052.007000', '190052.010000', '190052.013000', '190052.015000', '190052.018000', '190052.020000', '190052.023000', '190052.026000', '190052.028000', '190111.915000', '190111.917000', '190111.920000', '190111.923000', '190111.925000', '190111.928000', '190111.930000', '190111.933000', '190111.936000', '190111.938000', '190111.941000', '190111.944000', '190111.946000', '190111.949000', '190111.952000', '190111.954000', '190111.957000', '190111.959000', '190111.962000', '190111.964000', '190111.967000', '190111.970000', '190111.972000', '190111.975000', '190111.977000', '190111.980000', '190111.983000', '190111.985000', '190111.988000', '190111.991000', '190111.993000', '190111.996000', '190111.998000', '190112.002000', '190112.005000', '190112.007000', '190112.010000', '190112.012000', '190112.015000', '190112.018000', '190112.020000', '190112.023000', '190112.026000', '190114.817000', '190114.820000', '190114.823000', '190114.826000', '190114.828000', '190114.831000', '190114.834000'], 'InstanceCreationTime': ['185311.966000', '185311.969000', '185311.972000', '185311.975000', '185311.987000', '185311.990000', '185311.992000', '185311.995000', '185311.998000', '185312.001000', '185312.004000', '185312.006000', '185312.016000', '185312.019000', '185312.022000', '185312.024000', '185312.027000', '185312.030000', '185312.032000', '185312.035000', '185312.037000', '185312.040000', '185312.042000', '185331.915000', '185331.917000', '185331.920000', '185331.923000', '185331.925000', '185331.928000', '185331.930000', '185331.935000', '185331.937000', '185331.940000', '185331.942000', '185331.945000', '185331.947000', '185331.950000', '185331.952000', '185331.955000', '185331.957000', '185331.960000', '185331.963000', '185331.965000', '185331.968000', '185331.970000', '185331.973000', '185331.975000', '185331.978000', '185331.980000', '185331.983000', '185331.986000', '185331.988000', '185331.991000', '185331.993000', '185331.996000', '185332.000000', '185332.002000', '185332.005000', '185332.007000', '185332.010000', '185332.012000', '185332.015000', '185332.018000', '185332.020000', '185332.023000', '185332.025000', '185351.914000', '185351.917000', '185351.920000', '185351.923000', '185351.925000', '185351.928000', '185351.931000', '185351.933000', '185351.936000', '185351.938000', '185351.941000', '185351.943000', '185351.946000', '185351.949000', '185351.951000', '185351.954000', '185351.956000', '185351.959000', '185351.961000', '185351.964000', '185351.967000', '185351.969000', '185351.972000', '185351.974000', '185351.977000', '185351.980000', '185351.982000', '185351.985000', '185351.987000', '185351.990000', '185351.992000', '185351.995000', '185351.998000', '185352.001000', '185352.004000', '185352.006000', '185352.009000', '185352.012000', '185352.014000', '185352.017000', '185352.021000', '185352.023000', '185352.026000', '185352.029000', '185411.915000', '185411.917000', '185411.920000', '185411.923000', '185411.925000', '185411.928000', '185411.930000', '185411.933000', '185411.936000', '185411.938000', '185411.941000', '185411.943000', '185411.946000', '185411.948000', '185411.951000', '185411.954000', '185411.956000', '185411.959000', '185411.961000', '185411.964000', '185411.967000', '185411.969000', '185411.972000', '185411.974000', '185411.977000', '185411.979000', '185411.982000', '185411.985000', '185411.987000', '185411.990000', '185411.993000', '185411.995000', '185411.998000', '185412.002000', '185412.004000', '185412.007000', '185412.009000', '185412.012000', '185412.014000', '185412.017000', '185412.020000', '185412.022000', '185412.025000', '185431.915000', '185431.917000', '185431.920000', '185431.923000', '185431.925000', '185431.928000', '185431.931000', '185431.933000', '185431.936000', '185431.938000', '185431.941000', '185431.943000', '185431.946000', '185431.949000', '185431.951000', '185431.954000', '185431.967000', '185431.970000', '185431.972000', '185431.975000', '185431.978000', '185431.980000', '185431.983000', '185431.985000', '185431.988000', '185431.990000', '185431.993000', '185431.996000', '185431.998000', '185432.002000', '185432.004000', '185432.007000', '185432.010000', '185432.012000', '185432.015000', '185432.017000', '185432.020000', '185432.022000', '185432.025000', '185432.028000', '185432.030000', '185432.033000', '185432.035000', '185432.038000', '185451.914000', '185451.917000', '185451.920000', '185451.922000', '185451.925000', '185451.928000', '185451.930000', '185451.933000', '185451.935000', '185451.938000', '185451.941000', '185451.943000', '185451.946000', '185451.948000', '185451.951000', '185451.954000', '185451.956000', '185451.959000', '185451.961000', '185451.964000', '185451.966000', '185451.969000', '185451.972000', '185451.974000', '185451.977000', '185451.979000', '185451.982000', '185451.985000', '185451.987000', '185451.990000', '185451.993000', '185451.995000', '185451.998000', '185452.001000', '185452.004000', '185452.006000', '185452.009000', '185452.012000', '185452.014000', '185452.017000', '185452.019000', '185452.022000', '185452.025000', '185511.914000', '185511.917000', '185511.920000', '185511.923000', '185511.925000', '185511.928000', '185511.930000', '185511.933000', '185511.936000', '185511.938000', '185511.941000', '185511.943000', '185511.946000', '185511.948000', '185511.951000', '185511.954000', '185511.956000', '185511.959000', '185511.961000', '185511.964000', '185511.967000', '185511.969000', '185511.972000', '185511.974000', '185511.977000', '185511.980000', '185511.982000', '185511.985000', '185511.987000', '185511.990000', '185511.993000', '185511.995000', '185511.998000', '185512.001000', '185512.004000', '185512.006000', '185512.009000', '185512.012000', '185512.014000', '185512.017000', '185512.019000', '185512.022000', '185512.025000', '185512.027000', '185531.915000', '185531.917000', '185531.920000', '185531.923000', '185531.925000', '185531.928000', '185531.930000', '185531.933000', '185531.936000', '185531.938000', '185531.941000', '185531.943000', '185531.946000', '185531.949000', '185531.951000', '185531.954000', '185531.956000', '185531.959000', '185531.962000', '185531.964000', '185531.967000', '185531.969000', '185531.972000', '185531.974000', '185531.977000', '185531.980000', '185531.982000', '185531.985000', '185531.988000', '185531.990000', '185531.993000', '185531.995000', '185531.998000', '185532.001000', '185532.004000', '185532.007000', '185532.009000', '185532.012000', '185532.014000', '185532.017000', '185532.019000', '185532.022000', '185532.025000', '185551.915000', '185551.918000', '185551.920000', '185551.923000', '185551.925000', '185551.928000', '185551.931000', '185551.933000', '185551.936000', '185551.939000', '185551.942000', '185551.944000', '185551.947000', '185551.950000', '185551.953000', '185551.956000', '185551.958000', '185551.961000', '185551.964000', '185551.966000', '185551.969000', '185551.972000', '185551.974000', '185551.977000', '185551.979000', '185551.982000', '185551.985000', '185551.987000', '185551.990000', '185551.992000', '185551.995000', '185551.998000', '185552.000000', '185552.003000', '185552.005000', '185552.008000', '185552.010000', '185552.013000', '185552.016000', '185552.018000', '185552.021000', '185552.034000', '185552.036000', '185611.914000', '185611.917000', '185611.920000', '185611.922000', '185611.925000', '185611.928000', '185611.930000', '185611.933000', '185611.935000', '185611.938000', '185611.941000', '185611.943000', '185611.946000', '185611.948000', '185611.951000', '185611.954000', '185611.956000', '185611.959000', '185611.961000', '185611.964000', '185611.967000', '185611.969000', '185611.972000', '185611.974000', '185611.977000', '185611.980000', '185611.982000', '185611.985000', '185611.988000', '185611.990000', '185611.993000', '185611.995000', '185611.998000', '185612.002000', '185612.004000', '185612.007000', '185612.009000', '185612.012000', '185612.014000', '185612.017000', '185612.020000', '185612.022000', '185612.025000', '185612.027000', '185631.914000', '185631.917000', '185631.920000', '185631.923000', '185631.925000', '185631.928000', '185631.930000', '185631.933000', '185631.936000', '185631.938000', '185631.941000', '185631.944000', '185631.946000', '185631.950000', '185631.953000', '185631.956000', '185631.959000', '185631.961000', '185631.964000', '185631.967000', '185631.969000', '185631.972000', '185631.974000', '185631.977000', '185631.980000', '185631.982000', '185631.985000', '185631.987000', '185631.990000', '185631.993000', '185631.995000', '185631.998000', '185632.001000', '185632.004000', '185632.007000', '185632.010000', '185632.012000', '185632.015000', '185632.017000', '185632.020000', '185632.023000', '185632.025000', '185632.028000', '185632.030000', '185651.914000', '185651.917000', '185651.920000', '185651.923000', '185651.925000', '185651.928000', '185651.931000', '185651.933000', '185651.936000', '185651.938000', '185651.941000', '185651.944000', '185651.946000', '185651.949000', '185651.951000', '185651.954000', '185651.956000', '185651.959000', '185651.962000', '185651.964000', '185651.967000', '185651.969000', '185651.972000', '185651.975000', '185651.977000', '185651.980000', '185651.983000', '185651.985000', '185651.988000', '185651.990000', '185651.993000', '185651.996000', '185651.998000', '185652.002000', '185652.004000', '185652.007000', '185652.009000', '185652.012000', '185652.015000', '185652.017000', '185652.020000', '185652.023000', '185652.025000', '185711.914000', '185711.917000', '185711.920000', '185711.923000', '185711.926000', '185711.928000', '185711.931000', '185711.934000', '185711.936000', '185711.939000', '185711.941000', '185711.944000', '185711.947000', '185711.949000', '185711.952000', '185711.955000', '185711.957000', '185711.960000', '185711.962000', '185711.965000', '185711.968000', '185711.970000', '185711.973000', '185711.975000', '185711.978000', '185711.981000', '185711.983000', '185711.986000', '185711.988000', '185711.991000', '185711.994000', '185711.996000', '185712.000000', '185712.002000', '185712.005000', '185712.008000', '185712.010000', '185712.013000', '185712.016000', '185712.018000', '185712.021000', '185712.023000', '185712.026000', '185731.915000', '185731.917000', '185731.920000', '185731.923000', '185731.925000', '185731.928000', '185731.931000', '185731.933000', '185731.936000', '185731.939000', '185731.941000', '185731.944000', '185731.948000', '185731.950000', '185731.953000', '185731.955000', '185731.958000', '185731.961000', '185731.963000', '185731.966000', '185731.968000', '185731.971000', '185731.974000', '185731.987000', '185731.990000', '185731.993000', '185731.995000', '185731.998000', '185732.000000', '185732.003000', '185732.006000', '185732.008000', '185732.011000', '185732.013000', '185732.016000', '185732.019000', '185732.021000', '185732.024000', '185732.026000', '185732.029000', '185732.032000', '185732.034000', '185732.037000', '185732.040000', '185751.915000', '185751.917000', '185751.920000', '185751.923000', '185751.925000', '185751.928000', '185751.930000', '185751.933000', '185751.936000', '185751.938000', '185751.941000', '185751.943000', '185751.946000', '185751.949000', '185751.951000', '185751.954000', '185751.956000', '185751.959000', '185751.962000', '185751.965000', '185751.968000', '185751.971000', '185751.974000', '185751.976000', '185751.979000', '185751.981000', '185751.984000', '185751.987000', '185751.990000', '185751.993000', '185751.996000', '185751.998000', '185752.002000', '185752.005000', '185752.007000', '185752.010000', '185752.013000', '185752.015000', '185752.018000', '185752.020000', '185752.023000', '185752.025000', '185752.028000', '185811.915000', '185811.918000', '185811.920000', '185811.923000', '185811.926000', '185811.928000', '185811.931000', '185811.934000', '185811.936000', '185811.939000', '185811.941000', '185811.944000', '185811.947000', '185811.949000', '185811.952000', '185811.954000', '185811.957000', '185811.960000', '185811.962000', '185811.965000', '185811.968000', '185811.970000', '185811.973000', '185811.976000', '185811.978000', '185811.981000', '185811.983000', '185811.986000', '185811.989000', '185811.991000', '185811.994000', '185811.997000', '185812.000000', '185812.003000', '185812.005000', '185812.008000', '185812.011000', '185812.014000', '185812.016000', '185812.019000', '185812.021000', '185812.024000', '185812.027000', '185812.029000', '185831.915000', '185831.917000', '185831.920000', '185831.923000', '185831.925000', '185831.928000', '185831.931000', '185831.933000', '185831.936000', '185831.938000', '185831.941000', '185831.944000', '185831.946000', '185831.949000', '185831.951000', '185831.954000', '185831.957000', '185831.959000', '185831.962000', '185831.965000', '185831.967000', '185831.970000', '185831.972000', '185831.975000', '185831.978000', '185831.980000', '185831.983000', '185831.988000', '185831.990000', '185831.993000', '185831.996000', '185831.998000', '185832.002000', '185832.004000', '185832.007000', '185832.010000', '185832.012000', '185832.015000', '185832.017000', '185832.020000', '185832.023000', '185832.025000', '185832.028000', '185851.915000', '185851.918000', '185851.922000', '185851.925000', '185851.928000', '185851.930000', '185851.933000', '185851.936000', '185851.938000', '185851.941000', '185851.944000', '185851.946000', '185851.949000', '185851.951000', '185851.954000', '185851.957000', '185851.959000', '185851.962000', '185851.964000', '185851.967000', '185851.970000', '185851.972000', '185851.975000', '185851.977000', '185851.980000', '185851.983000', '185851.985000', '185851.988000', '185851.990000', '185851.993000', '185851.996000', '185851.998000', '185852.002000', '185852.018000', '185852.020000', '185852.023000', '185852.026000', '185852.028000', '185852.031000', '185852.033000', '185852.036000', '185852.038000', '185852.041000', '185852.044000', '185911.915000', '185911.918000', '185911.920000', '185911.923000', '185911.926000', '185911.928000', '185911.931000', '185911.933000', '185911.936000', '185911.939000', '185911.941000', '185911.944000', '185911.946000', '185911.949000', '185911.952000', '185911.954000', '185911.957000', '185911.959000', '185911.962000', '185911.965000', '185911.967000', '185911.970000', '185911.973000', '185911.975000', '185911.978000', '185911.980000', '185911.983000', '185911.985000', '185911.988000', '185911.991000', '185911.993000', '185911.996000', '185912.000000', '185912.003000', '185912.006000', '185912.008000', '185912.011000', '185912.013000', '185912.016000', '185912.019000', '185912.021000', '185912.024000', '185912.026000', '185931.915000', '185931.917000', '185931.920000', '185931.923000', '185931.925000', '185931.928000', '185931.931000', '185931.933000', '185931.936000', '185931.938000', '185931.941000', '185931.944000', '185931.946000', '185931.949000', '185931.951000', '185931.954000', '185931.957000', '185931.959000', '185931.962000', '185931.965000', '185931.967000', '185931.970000', '185931.972000', '185931.975000', '185931.978000', '185931.980000', '185931.983000', '185931.986000', '185931.988000', '185931.991000', '185931.993000', '185931.996000', '185932.000000', '185932.002000', '185932.005000', '185932.007000', '185932.010000', '185932.013000', '185932.015000', '185932.018000', '185932.020000', '185932.023000', '185932.026000', '185932.028000', '185951.916000', '185951.918000', '185951.921000', '185951.924000', '185951.927000', '185951.929000', '185951.932000', '185951.934000', '185951.937000', '185951.939000', '185951.942000', '185951.945000', '185951.947000', '185951.950000', '185951.953000', '185951.955000', '185951.958000', '185951.961000', '185951.964000', '185951.967000', '185951.970000', '185951.973000', '185951.975000', '185951.978000', '185951.980000', '185951.983000', '185951.985000', '185951.988000', '185951.991000', '185951.993000', '185951.996000', '185951.998000', '185952.001000', '185952.004000', '185952.006000', '185952.009000', '185952.011000', '185952.014000', '185952.016000', '185952.019000', '185952.022000', '185952.024000', '185952.027000', '190011.915000', '190011.918000', '190011.920000', '190011.923000', '190011.926000', '190011.928000', '190011.931000', '190011.933000', '190011.936000', '190011.939000', '190011.941000', '190011.944000', '190011.946000', '190011.949000', '190011.952000', '190011.954000', '190011.957000', '190011.959000', '190011.962000', '190011.965000', '190011.967000', '190011.970000', '190011.972000', '190011.975000', '190011.977000', '190011.980000', '190011.983000', '190011.985000', '190011.988000', '190011.990000', '190012.022000', '190012.025000', '190012.027000', '190012.030000', '190012.032000', '190012.035000', '190012.038000', '190012.040000', '190012.043000', '190012.045000', '190012.048000', '190012.050000', '190012.053000', '190012.056000', '190031.915000', '190031.918000', '190031.920000', '190031.923000', '190031.926000', '190031.928000', '190031.931000', '190031.933000', '190031.936000', '190031.939000', '190031.941000', '190031.944000', '190031.946000', '190031.949000', '190031.952000', '190031.954000', '190031.957000', '190031.960000', '190031.962000', '190031.965000', '190031.967000', '190031.970000', '190031.973000', '190031.975000', '190031.978000', '190031.980000', '190031.983000', '190031.985000', '190031.988000', '190031.991000', '190031.993000', '190031.996000', '190032.000000', '190032.002000', '190032.005000', '190032.008000', '190032.010000', '190032.013000', '190032.015000', '190032.018000', '190032.021000', '190032.023000', '190032.026000', '190051.915000', '190051.918000', '190051.920000', '190051.923000', '190051.925000', '190051.928000', '190051.931000', '190051.933000', '190051.936000', '190051.938000', '190051.941000', '190051.944000', '190051.946000', '190051.949000', '190051.951000', '190051.954000', '190051.957000', '190051.959000', '190051.962000', '190051.964000', '190051.967000', '190051.970000', '190051.972000', '190051.975000', '190051.977000', '190051.980000', '190051.983000', '190051.985000', '190051.988000', '190051.990000', '190051.993000', '190051.996000', '190051.998000', '190052.002000', '190052.005000', '190052.007000', '190052.010000', '190052.013000', '190052.015000', '190052.018000', '190052.020000', '190052.023000', '190052.026000', '190052.028000', '190111.915000', '190111.917000', '190111.920000', '190111.923000', '190111.925000', '190111.928000', '190111.930000', '190111.933000', '190111.936000', '190111.938000', '190111.941000', '190111.944000', '190111.946000', '190111.949000', '190111.952000', '190111.954000', '190111.957000', '190111.959000', '190111.962000', '190111.964000', '190111.967000', '190111.970000', '190111.972000', '190111.975000', '190111.977000', '190111.980000', '190111.983000', '190111.985000', '190111.988000', '190111.991000', '190111.993000', '190111.996000', '190111.998000', '190112.002000', '190112.005000', '190112.007000', '190112.010000', '190112.012000', '190112.015000', '190112.018000', '190112.020000', '190112.023000', '190112.026000', '190114.817000', '190114.820000', '190114.823000', '190114.826000', '190114.828000', '190114.831000', '190114.834000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [8646, 9651, 7804, 8736, 7852, 12712, 9492, 11091, 7872, 11621, 7691, 11163, 8044, 10557, 7478, 8743, 7505, 8417, 7255, 9531, 7568, 8987, 7341, 8803, 7373, 9451, 7120, 8389, 7452, 7608, 6774, 7345, 7062, 7492, 11047, 7412, 12369, 7820, 10240, 7360, 8951, 7074, 7519, 7327, 7049, 7458, 7168, 7039, 7185, 6894, 7338, 6622, 7494, 10141, 7243, 12241, 7745, 10660, 7382, 8713, 7277, 8109, 7306, 7588, 7397, 7204, 6680, 7268, 7568, 7135, 6684, 7156, 7898, 7224, 10460, 7652, 10490, 7237, 9110, 7609, 8639, 7400, 9208, 7093, 8440, 7345, 8104, 7413, 9381, 7329, 8612, 7377, 7490, 7600, 8677, 7427, 8918, 7261, 7741, 7730, 8547, 7403, 9574, 7214, 8175, 7004, 10376, 7015, 8738, 7274, 7372, 7183, 8528, 7583, 10347, 7209, 8590, 7542, 8992, 7509, 11829, 7281, 9822, 7557, 8548, 7735, 7888, 6962, 6718, 7215, 7222, 7119, 6881, 7211, 6936, 7082, 7925, 7203, 8441, 7316, 7440, 7325, 7836, 7127, 8790, 7189, 7907, 6832, 8158, 7220, 10672, 7043, 8878, 7645, 8073, 7108, 10533, 7667, 7536, 7306, 6918, 8995, 7492, 13528, 10963, 13621, 7696, 9863, 7364, 9402, 7868, 7316, 7079, 7267, 7388, 10409, 7823, 9863, 7527, 7810, 7990, 7706, 7937, 7032, 7506, 7058, 7661, 7261, 7534, 7075, 7519, 7297, 7482, 7395, 6659, 7070, 6617, 12616, 9244, 12536, 7262, 8484, 8086, 12453, 10504, 12599, 7313, 12835, 8251, 12276, 8732, 12360, 7153, 8616, 7723, 7992, 6853, 7634, 6965, 6960, 7326, 7488, 9808, 7615, 9994, 7643, 8561, 7903, 7608, 7078, 9337, 7552, 7935, 8538, 6851, 11557, 6741, 10676, 7089, 9629, 7306, 9815, 7586, 8075, 7370, 7517, 7043, 7930, 6766, 7136, 6882, 7485, 6631, 7652, 6890, 8024, 6899, 7411, 7243, 7929, 7666, 9680, 7295, 8917, 7420, 10107, 8270, 13181, 7451, 10519, 7389, 9788, 7645, 12693, 7278, 10885, 7361, 10415, 8215, 12209, 7274, 10578, 7662, 10344, 8363, 12608, 7665, 9958, 7352, 9409, 7754, 8758, 7418, 6973, 7420, 7257, 7518, 7768, 10343, 7374, 8997, 7605, 8602, 7899, 11244, 7366, 8130, 7049, 7962, 7180, 11894, 7804, 11400, 7028, 8829, 7569, 10710, 8115, 11501, 7096, 8424, 6962, 8488, 7395, 10846, 7103, 8356, 7339, 7557, 6553, 8017, 7116, 7223, 12178, 7081, 12162, 7689, 11168, 6948, 8353, 6869, 7409, 6462, 6586, 6645, 7059, 6814, 7923, 6995, 6804, 7076, 6654, 7706, 6708, 7982, 7284, 11240, 6979, 10219, 6904, 7358, 6762, 7055, 6955, 7085, 7164, 6813, 6833, 7007, 6812, 7189, 6954, 7059, 6760, 7406, 7300, 9005, 6752, 8633, 6647, 8663, 6768, 11319, 7101, 11315, 6751, 8382, 6726, 9235, 7247, 10264, 6681, 8284, 7072, 9184, 7541, 11178, 7049, 9480, 7103, 10583, 7733, 8155, 6966, 6877, 7089, 7333, 8368, 6581, 8472, 6797, 8659, 7225, 12094, 7221, 12147, 7470, 11170, 8749, 11477, 7475, 10149, 7103, 10088, 7393, 11806, 8054, 7070, 6803, 6618, 7329, 7160, 8779, 6558, 8776, 6803, 9037, 7301, 12046, 7366, 11599, 7220, 11118, 8403, 12139, 8168, 11061, 7086, 9349, 7213, 8251, 7039, 7203, 6892, 6879, 7548, 6975, 8042, 6805, 7373, 6875, 8147, 7235, 9005, 6473, 8313, 6677, 8683, 7288, 12327, 7339, 11179, 7202, 8671, 7584, 7021, 7234, 6925, 7663, 7060, 9351, 6899, 10099, 6830, 8063, 7619, 7969, 7172, 6734, 7120, 7230, 7463, 6550, 8829, 7173, 6870, 7631, 6746, 12585, 7038, 7138, 7222, 7624, 9101, 6608, 10543, 6595, 8639, 7205, 12050, 7062, 11372, 7282, 10082, 7596, 10171, 7569, 7076, 7221, 7064, 7488, 7094, 7772, 7035, 7480, 6784, 8580, 7019, 8162, 6904, 7745, 6850, 8946, 7083, 8482, 6490, 7742, 7034, 8721, 6896, 8249, 6752, 8213, 7097, 9101, 6880, 8964, 6915, 8634, 7436, 9850, 7220, 9075, 7415, 8975, 7751, 9036, 7042, 7440, 7500, 7527, 7383, 7135, 7204, 7023, 7185, 7982, 7378, 8232, 7128, 9187, 7156, 12073, 7742, 12513, 7560, 9069, 7153, 7496, 7351, 9332, 7809, 10650, 7554, 10458, 7404, 10749, 7546, 12131, 8228, 11553, 7460, 10250, 7306, 11727, 9467, 12253, 7602, 8337, 7316, 7277, 7647, 7093, 7847, 7353, 7923, 7533, 8341, 7314, 12653, 6987, 9749, 6775, 8072, 7994, 10210, 7428, 8511, 6978, 7818, 7038, 8711, 6900, 8692, 6997, 8632, 7048, 9770, 7026, 8708, 7207, 7842, 7405, 7839, 7020, 6844, 7080, 7619, 6609, 8387, 7428, 7160, 8277, 7036, 6780, 7474, 7104, 7767, 12101, 9132, 13068, 7392, 10830, 7386, 9964, 7599, 8970, 6760, 7440, 7852, 7660, 7489, 7504, 6825, 7326, 6966, 7597, 7132, 7518, 12205, 7659, 12120, 8366, 12929, 7800, 12170, 7599, 10960, 7973, 11941, 8710, 11274, 7609, 11027, 7854, 11084, 9022, 9550, 7673, 8416, 7867, 9356, 7792, 10292, 7705, 8572, 7669, 8579, 7997, 7278, 7222, 7124, 7667, 7206, 7865, 9141, 7717, 7324, 7354, 7030, 7913, 7767, 7779, 7358, 7520, 7330, 7771, 7082, 9472, 7458, 7794, 8109, 7610, 8199, 8642, 7680, 8608, 7268, 7576, 7443, 7709, 7461, 9916, 7294, 8230, 7692, 7117, 7815, 7023, 7611, 7255, 7527, 7105, 7630, 7828, 10278, 7243, 8906, 7299, 8399, 7335, 10378, 7602, 11898, 7348, 8377, 7285, 8666, 7525, 11124, 7485, 8862, 7467, 7985, 7765, 8223, 7671, 7152, 7792, 7006, 7718, 7592, 8048, 7122, 7476, 7400, 8601, 7819, 7188, 7562, 7366, 7640, 7538, 8570, 7042, 8664, 7178, 8931, 7555, 12425, 7261, 11071, 7476, 9494, 7917, 8270, 7467, 7324, 7426, 6909, 7720, 8322, 7490, 9290, 7390, 10134, 7426, 8802, 7579, 7332, 7318, 6815, 7588, 7825, 7843, 6953, 7737, 7130, 8331, 7513, 10677, 6994, 9556, 7161, 10005, 7392, 11374, 7038, 7386, 7520, 7500, 8146, 7687, 7758, 7221, 6783, 7418, 7094, 7486, 7344, 7284, 7234, 7363, 7256, 7690, 7254, 7484, 7213, 7633, 6978, 7877, 8012, 10468, 7404, 11630, 7549, 7292, 7613, 7705, 7890, 7548, 7597, 7374, 7485, 7401, 13462, 9926, 14574, 11010, 8216, 7582, 7494, 11063, 8887, 14308, 7340, 10992, 7528, 8279, 7921, 9270, 7609, 7014, 7505, 7555, 7742, 7681, 7936, 7495, 8062, 7701, 7552, 9892, 7562, 9841, 7801, 9941, 8243, 10160, 7835, 9465, 8123, 9280, 8459, 7355, 7654, 7730, 7734, 8325, 10579, 7651, 10944, 7253, 7976, 7940, 10125, 8077, 10696, 7847, 9142, 7942, 8693, 7949, 7389, 7498, 7925, 7522, 7593, 9367, 7477, 10741, 7455, 9925, 7601, 10633, 7607, 9010, 7550, 9020, 7742, 10691, 7752, 9601, 7739, 8817, 7803, 8070, 7649, 7425, 7826, 7286, 7733, 7350, 7480, 7391, 7775, 7319, 7779, 7439, 7500, 7367, 7864, 8321, 7843, 7559, 7462, 7348, 7709, 7594, 7587, 7696, 7671, 8679, 7730, 10073, 7800, 9812, 7789, 8907, 7793, 7910, 7588, 8053, 7764, 8640, 7847, 9350, 7460, 7576, 7610, 7787, 7738, 7600, 7560, 7482, 7650, 7299, 8148, 7838, 8640, 7420, 7759, 7362, 8241, 8391, 9649, 7343, 7218, 7418, 7843, 8010, 9229, 7768, 7481, 7852, 8636, 8265, 12353, 10911, 8686, 7794, 13403, 8364, 14405, 10479, 8635, 7707, 7374, 8144, 10411, 8672, 10841, 7867, 7332, 8145, 7436, 7947, 7460, 7698, 7355, 8133, 7769, 8164, 8355, 7635, 7912, 7639, 7700, 7643, 7724, 8839, 7991, 7201, 8244, 7590, 7883, 8052, 7411, 8089, 9557, 7912, 7432, 8613, 7595, 13032, 10546, 8880, 7901, 7185, 7911, 7880, 8391, 7768], 'WindowCenter': [3874.0, 3870.0, 3834.0, 3840.0, 3829.0, 3870.0, 3849.0, 3858.0, 3813.0, 3846.0, 3814.0, 3844.0, 3814.0, 3842.0, 3802.0, 3824.0, 3804.0, 3823.0, 3815.0, 3835.0, 3814.0, 3835.0, 3816.0, 3837.0, 3806.0, 3835.0, 3806.0, 3824.0, 3815.0, 3814.0, 3793.0, 3805.0, 3805.0, 3804.0, 3844.0, 3804.0, 3857.0, 3813.0, 3834.0, 3802.0, 3822.0, 3804.0, 3805.0, 3804.0, 3804.0, 3805.0, 3802.0, 3803.0, 3806.0, 3805.0, 3815.0, 3804.0, 3803.0, 3844.0, 3814.0, 3855.0, 3815.0, 3846.0, 3804.0, 3823.0, 3803.0, 3813.0, 3803.0, 3814.0, 3803.0, 3804.0, 3793.0, 3816.0, 3814.0, 3806.0, 3804.0, 3804.0, 3815.0, 3817.0, 3848.0, 3816.0, 3845.0, 3815.0, 3834.0, 3816.0, 3836.0, 3818.0, 3836.0, 3805.0, 3826.0, 3817.0, 3826.0, 3818.0, 3836.0, 3816.0, 3836.0, 3815.0, 3815.0, 3829.0, 3838.0, 3818.0, 3837.0, 3817.0, 3816.0, 3828.0, 3837.0, 3816.0, 3848.0, 3817.0, 3825.0, 3805.0, 3847.0, 3805.0, 3825.0, 3816.0, 3815.0, 3806.0, 3839.0, 3818.0, 3848.0, 3815.0, 3837.0, 3815.0, 3838.0, 3817.0, 3858.0, 3815.0, 3845.0, 3815.0, 3825.0, 3815.0, 3816.0, 3804.0, 3805.0, 3817.0, 3818.0, 3806.0, 3817.0, 3816.0, 3816.0, 3818.0, 3840.0, 3817.0, 3840.0, 3819.0, 3817.0, 3818.0, 3827.0, 3817.0, 3837.0, 3816.0, 3826.0, 3808.0, 3829.0, 3817.0, 3848.0, 3804.0, 3838.0, 3816.0, 3825.0, 3805.0, 3847.0, 3816.0, 3814.0, 3817.0, 3817.0, 3838.0, 3818.0, 3881.0, 3859.0, 3869.0, 3816.0, 3835.0, 3803.0, 3835.0, 3815.0, 3805.0, 3805.0, 3804.0, 3803.0, 3844.0, 3802.0, 3834.0, 3814.0, 3812.0, 3815.0, 3817.0, 3829.0, 3804.0, 3815.0, 3805.0, 3816.0, 3818.0, 3829.0, 3817.0, 3817.0, 3819.0, 3818.0, 3818.0, 3807.0, 3808.0, 3808.0, 3872.0, 3850.0, 3869.0, 3818.0, 3837.0, 3828.0, 3870.0, 3848.0, 3858.0, 3805.0, 3856.0, 3813.0, 3856.0, 3823.0, 3854.0, 3792.0, 3811.0, 3803.0, 3811.0, 3792.0, 3801.0, 3790.0, 3792.0, 3800.0, 3804.0, 3833.0, 3803.0, 3832.0, 3814.0, 3822.0, 3814.0, 3830.0, 3819.0, 3838.0, 3816.0, 3826.0, 3825.0, 3792.0, 3854.0, 3792.0, 3844.0, 3820.0, 3850.0, 3819.0, 3847.0, 3815.0, 3814.0, 3804.0, 3803.0, 3803.0, 3814.0, 3793.0, 3804.0, 3804.0, 3804.0, 3795.0, 3815.0, 3806.0, 3815.0, 3804.0, 3804.0, 3805.0, 3816.0, 3816.0, 3837.0, 3816.0, 3836.0, 3817.0, 3848.0, 3827.0, 3867.0, 3805.0, 3847.0, 3806.0, 3835.0, 3816.0, 3856.0, 3805.0, 3846.0, 3804.0, 3845.0, 3815.0, 3855.0, 3804.0, 3844.0, 3804.0, 3834.0, 3817.0, 3855.0, 3802.0, 3833.0, 3803.0, 3824.0, 3816.0, 3825.0, 3804.0, 3805.0, 3816.0, 3817.0, 3815.0, 3817.0, 3848.0, 3805.0, 3826.0, 3815.0, 3825.0, 3816.0, 3847.0, 3804.0, 3815.0, 3804.0, 3814.0, 3817.0, 3859.0, 3817.0, 3856.0, 3806.0, 3825.0, 3815.0, 3846.0, 3815.0, 3845.0, 3805.0, 3815.0, 3804.0, 3824.0, 3804.0, 3845.0, 3792.0, 3814.0, 3803.0, 3804.0, 3784.0, 3812.0, 3791.0, 3801.0, 3843.0, 3791.0, 3843.0, 3801.0, 3831.0, 3791.0, 3800.0, 3779.0, 3791.0, 3779.0, 3779.0, 3779.0, 3791.0, 3794.0, 3816.0, 3806.0, 3794.0, 3807.0, 3795.0, 3815.0, 3806.0, 3816.0, 3816.0, 3858.0, 3805.0, 3849.0, 3804.0, 3804.0, 3794.0, 3794.0, 3793.0, 3793.0, 3804.0, 3794.0, 3794.0, 3806.0, 3795.0, 3806.0, 3805.0, 3806.0, 3808.0, 3816.0, 3818.0, 3838.0, 3806.0, 3827.0, 3806.0, 3828.0, 3807.0, 3859.0, 3807.0, 3858.0, 3796.0, 3826.0, 3806.0, 3836.0, 3818.0, 3846.0, 3794.0, 3815.0, 3806.0, 3836.0, 3815.0, 3846.0, 3805.0, 3836.0, 3806.0, 3848.0, 3817.0, 3816.0, 3805.0, 3795.0, 3805.0, 3807.0, 3827.0, 3796.0, 3825.0, 3805.0, 3828.0, 3816.0, 3867.0, 3819.0, 3857.0, 3818.0, 3858.0, 3826.0, 3859.0, 3806.0, 3837.0, 3805.0, 3846.0, 3805.0, 3856.0, 3815.0, 3793.0, 3793.0, 3793.0, 3805.0, 3806.0, 3826.0, 3795.0, 3825.0, 3804.0, 3836.0, 3818.0, 3857.0, 3804.0, 3856.0, 3816.0, 3846.0, 3825.0, 3856.0, 3817.0, 3846.0, 3804.0, 3836.0, 3804.0, 3814.0, 3803.0, 3805.0, 3803.0, 3795.0, 3814.0, 3803.0, 3815.0, 3793.0, 3804.0, 3794.0, 3815.0, 3807.0, 3827.0, 3794.0, 3813.0, 3806.0, 3824.0, 3805.0, 3857.0, 3805.0, 3857.0, 3818.0, 3827.0, 3815.0, 3806.0, 3807.0, 3806.0, 3815.0, 3807.0, 3838.0, 3808.0, 3847.0, 3805.0, 3826.0, 3817.0, 3827.0, 3807.0, 3805.0, 3805.0, 3816.0, 3817.0, 3796.0, 3838.0, 3819.0, 3810.0, 3828.0, 3809.0, 3881.0, 3818.0, 3817.0, 3818.0, 3829.0, 3840.0, 3808.0, 3859.0, 3807.0, 3839.0, 3818.0, 3870.0, 3806.0, 3858.0, 3819.0, 3859.0, 3829.0, 3859.0, 3828.0, 3817.0, 3818.0, 3806.0, 3818.0, 3807.0, 3816.0, 3806.0, 3817.0, 3806.0, 3828.0, 3805.0, 3826.0, 3804.0, 3814.0, 3793.0, 3827.0, 3792.0, 3824.0, 3783.0, 3815.0, 3794.0, 3825.0, 3804.0, 3814.0, 3794.0, 3814.0, 3806.0, 3824.0, 3804.0, 3823.0, 3804.0, 3825.0, 3804.0, 3835.0, 3806.0, 3836.0, 3816.0, 3836.0, 3817.0, 3825.0, 3806.0, 3806.0, 3817.0, 3816.0, 3806.0, 3804.0, 3805.0, 3805.0, 3805.0, 3816.0, 3805.0, 3825.0, 3805.0, 3835.0, 3805.0, 3860.0, 3816.0, 3857.0, 3816.0, 3825.0, 3805.0, 3805.0, 3816.0, 3837.0, 3817.0, 3847.0, 3816.0, 3845.0, 3816.0, 3846.0, 3817.0, 3857.0, 3826.0, 3855.0, 3806.0, 3846.0, 3806.0, 3859.0, 3836.0, 3856.0, 3814.0, 3813.0, 3806.0, 3804.0, 3815.0, 3804.0, 3816.0, 3805.0, 3814.0, 3817.0, 3827.0, 3816.0, 3868.0, 3804.0, 3834.0, 3794.0, 3814.0, 3814.0, 3836.0, 3804.0, 3811.0, 3794.0, 3804.0, 3804.0, 3823.0, 3793.0, 3814.0, 3804.0, 3814.0, 3792.0, 3835.0, 3792.0, 3814.0, 3804.0, 3814.0, 3802.0, 3805.0, 3805.0, 3790.0, 3791.0, 3813.0, 3794.0, 3826.0, 3819.0, 3820.0, 3840.0, 3818.0, 3805.0, 3817.0, 3816.0, 3829.0, 3872.0, 3851.0, 3868.0, 3816.0, 3847.0, 3816.0, 3836.0, 3816.0, 3823.0, 3793.0, 3804.0, 3815.0, 3814.0, 3804.0, 3804.0, 3793.0, 3816.0, 3806.0, 3815.0, 3807.0, 3816.0, 3857.0, 3815.0, 3856.0, 3826.0, 3855.0, 3815.0, 3855.0, 3803.0, 3845.0, 3814.0, 3844.0, 3825.0, 3843.0, 3804.0, 3844.0, 3816.0, 3846.0, 3826.0, 3834.0, 3804.0, 3814.0, 3815.0, 3837.0, 3815.0, 3834.0, 3804.0, 3813.0, 3814.0, 3824.0, 3815.0, 3805.0, 3816.0, 3804.0, 3814.0, 3804.0, 3815.0, 3837.0, 3814.0, 3803.0, 3805.0, 3805.0, 3816.0, 3814.0, 3815.0, 3804.0, 3805.0, 3804.0, 3815.0, 3805.0, 3835.0, 3804.0, 3802.0, 3813.0, 3803.0, 3825.0, 3825.0, 3814.0, 3823.0, 3803.0, 3814.0, 3805.0, 3815.0, 3805.0, 3836.0, 3805.0, 3825.0, 3816.0, 3804.0, 3817.0, 3804.0, 3815.0, 3804.0, 3814.0, 3806.0, 3816.0, 3815.0, 3847.0, 3815.0, 3827.0, 3815.0, 3824.0, 3804.0, 3845.0, 3814.0, 3855.0, 3805.0, 3812.0, 3803.0, 3825.0, 3815.0, 3844.0, 3804.0, 3824.0, 3803.0, 3815.0, 3814.0, 3813.0, 3815.0, 3805.0, 3815.0, 3805.0, 3815.0, 3814.0, 3815.0, 3804.0, 3806.0, 3817.0, 3827.0, 3818.0, 3806.0, 3817.0, 3816.0, 3817.0, 3817.0, 3839.0, 3807.0, 3826.0, 3807.0, 3837.0, 3819.0, 3869.0, 3817.0, 3858.0, 3817.0, 3848.0, 3828.0, 3827.0, 3817.0, 3816.0, 3817.0, 3805.0, 3817.0, 3827.0, 3806.0, 3837.0, 3815.0, 3845.0, 3806.0, 3825.0, 3815.0, 3804.0, 3804.0, 3795.0, 3815.0, 3816.0, 3827.0, 3807.0, 3817.0, 3818.0, 3827.0, 3818.0, 3849.0, 3805.0, 3848.0, 3816.0, 3848.0, 3816.0, 3857.0, 3806.0, 3804.0, 3816.0, 3816.0, 3815.0, 3816.0, 3814.0, 3815.0, 3792.0, 3814.0, 3806.0, 3815.0, 3816.0, 3815.0, 3815.0, 3818.0, 3817.0, 3828.0, 3817.0, 3815.0, 3817.0, 3829.0, 3820.0, 3843.0, 3855.0, 3874.0, 3832.0, 3871.0, 3831.0, 3820.0, 3827.0, 3829.0, 3829.0, 3832.0, 3831.0, 3817.0, 3818.0, 3817.0, 3880.0, 3848.0, 3891.0, 3859.0, 3825.0, 3815.0, 3804.0, 3856.0, 3824.0, 3868.0, 3801.0, 3845.0, 3802.0, 3813.0, 3813.0, 3821.0, 3815.0, 3806.0, 3801.0, 3800.0, 3799.0, 3799.0, 3800.0, 3803.0, 3812.0, 3813.0, 3814.0, 3834.0, 3815.0, 3835.0, 3816.0, 3848.0, 3829.0, 3847.0, 3816.0, 3834.0, 3814.0, 3837.0, 3825.0, 3804.0, 3815.0, 3803.0, 3803.0, 3825.0, 3846.0, 3816.0, 3845.0, 3804.0, 3813.0, 3814.0, 3845.0, 3817.0, 3845.0, 3813.0, 3833.0, 3814.0, 3826.0, 3815.0, 3803.0, 3805.0, 3815.0, 3816.0, 3817.0, 3836.0, 3816.0, 3858.0, 3817.0, 3847.0, 3818.0, 3846.0, 3816.0, 3825.0, 3817.0, 3836.0, 3816.0, 3848.0, 3817.0, 3835.0, 3815.0, 3835.0, 3816.0, 3816.0, 3814.0, 3804.0, 3816.0, 3815.0, 3817.0, 3814.0, 3814.0, 3816.0, 3816.0, 3805.0, 3815.0, 3805.0, 3805.0, 3814.0, 3815.0, 3826.0, 3814.0, 3815.0, 3804.0, 3805.0, 3815.0, 3815.0, 3816.0, 3814.0, 3815.0, 3825.0, 3817.0, 3848.0, 3816.0, 3846.0, 3816.0, 3836.0, 3815.0, 3816.0, 3817.0, 3816.0, 3815.0, 3826.0, 3827.0, 3837.0, 3817.0, 3814.0, 3816.0, 3817.0, 3817.0, 3816.0, 3816.0, 3815.0, 3815.0, 3817.0, 3826.0, 3816.0, 3827.0, 3814.0, 3816.0, 3830.0, 3843.0, 3841.0, 3862.0, 3818.0, 3814.0, 3816.0, 3825.0, 3840.0, 3850.0, 3828.0, 3817.0, 3827.0, 3839.0, 3839.0, 3868.0, 3859.0, 3825.0, 3814.0, 3866.0, 3826.0, 3867.0, 3845.0, 3812.0, 3802.0, 3801.0, 3811.0, 3833.0, 3812.0, 3830.0, 3799.0, 3789.0, 3800.0, 3788.0, 3799.0, 3788.0, 3801.0, 3789.0, 3800.0, 3800.0, 3811.0, 3809.0, 3800.0, 3799.0, 3799.0, 3799.0, 3799.0, 3801.0, 3823.0, 3815.0, 3802.0, 3813.0, 3802.0, 3813.0, 3825.0, 3815.0, 3827.0, 3837.0, 3816.0, 3814.0, 3825.0, 3817.0, 3868.0, 3847.0, 3823.0, 3813.0, 3803.0, 3814.0, 3827.0, 3840.0, 3829.0], 'WindowWidth': [8701.0, 8682.0, 8626.0, 8627.0, 8610.0, 8663.0, 8632.0, 8642.0, 8577.0, 8622.0, 8576.0, 8616.0, 8577.0, 8612.0, 8559.0, 8588.0, 8564.0, 8589.0, 8582.0, 8607.0, 8581.0, 8607.0, 8584.0, 8611.0, 8571.0, 8607.0, 8569.0, 8590.0, 8580.0, 8578.0, 8550.0, 8565.0, 8565.0, 8563.0, 8619.0, 8565.0, 8636.0, 8575.0, 8603.0, 8559.0, 8585.0, 8564.0, 8567.0, 8565.0, 8563.0, 8566.0, 8560.0, 8562.0, 8569.0, 8568.0, 8580.0, 8565.0, 8563.0, 8619.0, 8578.0, 8635.0, 8580.0, 8620.0, 8565.0, 8588.0, 8564.0, 8577.0, 8563.0, 8577.0, 8561.0, 8564.0, 8550.0, 8582.0, 8579.0, 8569.0, 8566.0, 8567.0, 8581.0, 8587.0, 8628.0, 8585.0, 8622.0, 8582.0, 8606.0, 8585.0, 8610.0, 8589.0, 8609.0, 8569.0, 8598.0, 8587.0, 8598.0, 8591.0, 8612.0, 8584.0, 8610.0, 8584.0, 8582.0, 8604.0, 8615.0, 8588.0, 8612.0, 8587.0, 8584.0, 8602.0, 8613.0, 8585.0, 8629.0, 8586.0, 8595.0, 8569.0, 8628.0, 8568.0, 8595.0, 8585.0, 8582.0, 8571.0, 8618.0, 8588.0, 8627.0, 8584.0, 8611.0, 8584.0, 8615.0, 8587.0, 8642.0, 8582.0, 8620.0, 8582.0, 8595.0, 8581.0, 8582.0, 8567.0, 8569.0, 8588.0, 8589.0, 8572.0, 8587.0, 8586.0, 8584.0, 8594.0, 8623.0, 8590.0, 8622.0, 8593.0, 8588.0, 8591.0, 8602.0, 8590.0, 8615.0, 8588.0, 8598.0, 8577.0, 8609.0, 8589.0, 8630.0, 8567.0, 8614.0, 8584.0, 8596.0, 8569.0, 8625.0, 8584.0, 8580.0, 8590.0, 8587.0, 8616.0, 8590.0, 8678.0, 8645.0, 8658.0, 8583.0, 8606.0, 8562.0, 8606.0, 8580.0, 8566.0, 8566.0, 8564.0, 8561.0, 8617.0, 8560.0, 8602.0, 8579.0, 8573.0, 8580.0, 8589.0, 8604.0, 8565.0, 8583.0, 8567.0, 8585.0, 8590.0, 8604.0, 8588.0, 8589.0, 8593.0, 8592.0, 8590.0, 8574.0, 8575.0, 8578.0, 8668.0, 8636.0, 8662.0, 8589.0, 8613.0, 8602.0, 8662.0, 8629.0, 8642.0, 8567.0, 8635.0, 8577.0, 8635.0, 8589.0, 8629.0, 8544.0, 8567.0, 8561.0, 8569.0, 8544.0, 8555.0, 8541.0, 8546.0, 8554.0, 8562.0, 8601.0, 8560.0, 8598.0, 8576.0, 8584.0, 8577.0, 8610.0, 8593.0, 8614.0, 8583.0, 8596.0, 8593.0, 8546.0, 8629.0, 8546.0, 8617.0, 8595.0, 8636.0, 8592.0, 8624.0, 8579.0, 8574.0, 8560.0, 8559.0, 8561.0, 8577.0, 8546.0, 8562.0, 8564.0, 8565.0, 8553.0, 8581.0, 8568.0, 8580.0, 8563.0, 8563.0, 8567.0, 8583.0, 8584.0, 8611.0, 8582.0, 8609.0, 8586.0, 8629.0, 8599.0, 8651.0, 8567.0, 8622.0, 8567.0, 8606.0, 8581.0, 8635.0, 8567.0, 8618.0, 8565.0, 8618.0, 8580.0, 8631.0, 8562.0, 8615.0, 8562.0, 8602.0, 8581.0, 8631.0, 8558.0, 8599.0, 8560.0, 8588.0, 8583.0, 8591.0, 8565.0, 8567.0, 8586.0, 8585.0, 8580.0, 8587.0, 8627.0, 8567.0, 8594.0, 8580.0, 8593.0, 8582.0, 8623.0, 8563.0, 8579.0, 8564.0, 8578.0, 8588.0, 8642.0, 8585.0, 8633.0, 8571.0, 8592.0, 8579.0, 8620.0, 8579.0, 8617.0, 8566.0, 8577.0, 8563.0, 8588.0, 8562.0, 8617.0, 8543.0, 8573.0, 8559.0, 8563.0, 8536.0, 8571.0, 8540.0, 8554.0, 8611.0, 8540.0, 8610.0, 8553.0, 8592.0, 8539.0, 8549.0, 8521.0, 8537.0, 8521.0, 8521.0, 8521.0, 8541.0, 8549.0, 8581.0, 8571.0, 8553.0, 8571.0, 8554.0, 8579.0, 8570.0, 8582.0, 8584.0, 8642.0, 8567.0, 8626.0, 8562.0, 8562.0, 8549.0, 8549.0, 8547.0, 8546.0, 8562.0, 8550.0, 8551.0, 8568.0, 8554.0, 8569.0, 8566.0, 8568.0, 8573.0, 8584.0, 8591.0, 8616.0, 8570.0, 8599.0, 8571.0, 8599.0, 8573.0, 8643.0, 8573.0, 8638.0, 8556.0, 8595.0, 8570.0, 8609.0, 8587.0, 8620.0, 8552.0, 8578.0, 8569.0, 8606.0, 8581.0, 8620.0, 8566.0, 8608.0, 8568.0, 8625.0, 8584.0, 8580.0, 8567.0, 8553.0, 8567.0, 8570.0, 8597.0, 8556.0, 8593.0, 8569.0, 8599.0, 8584.0, 8653.0, 8589.0, 8637.0, 8586.0, 8640.0, 8597.0, 8639.0, 8568.0, 8609.0, 8567.0, 8620.0, 8566.0, 8633.0, 8578.0, 8547.0, 8547.0, 8549.0, 8567.0, 8569.0, 8596.0, 8554.0, 8593.0, 8567.0, 8610.0, 8587.0, 8638.0, 8566.0, 8635.0, 8581.0, 8622.0, 8595.0, 8635.0, 8583.0, 8619.0, 8564.0, 8607.0, 8565.0, 8577.0, 8561.0, 8565.0, 8562.0, 8553.0, 8578.0, 8562.0, 8578.0, 8548.0, 8564.0, 8551.0, 8579.0, 8569.0, 8598.0, 8551.0, 8576.0, 8571.0, 8592.0, 8568.0, 8636.0, 8568.0, 8636.0, 8587.0, 8599.0, 8581.0, 8569.0, 8572.0, 8570.0, 8582.0, 8573.0, 8613.0, 8574.0, 8625.0, 8569.0, 8598.0, 8587.0, 8599.0, 8572.0, 8568.0, 8567.0, 8584.0, 8586.0, 8558.0, 8616.0, 8593.0, 8581.0, 8604.0, 8579.0, 8676.0, 8590.0, 8588.0, 8589.0, 8606.0, 8623.0, 8578.0, 8643.0, 8576.0, 8618.0, 8592.0, 8660.0, 8573.0, 8642.0, 8590.0, 8645.0, 8606.0, 8644.0, 8603.0, 8587.0, 8590.0, 8572.0, 8590.0, 8573.0, 8585.0, 8570.0, 8585.0, 8572.0, 8601.0, 8568.0, 8595.0, 8564.0, 8579.0, 8551.0, 8597.0, 8547.0, 8588.0, 8536.0, 8578.0, 8550.0, 8592.0, 8562.0, 8575.0, 8551.0, 8577.0, 8568.0, 8590.0, 8564.0, 8589.0, 8567.0, 8593.0, 8567.0, 8607.0, 8569.0, 8610.0, 8583.0, 8608.0, 8586.0, 8594.0, 8568.0, 8568.0, 8586.0, 8582.0, 8569.0, 8565.0, 8567.0, 8568.0, 8568.0, 8582.0, 8567.0, 8592.0, 8567.0, 8606.0, 8567.0, 8643.0, 8584.0, 8636.0, 8582.0, 8592.0, 8565.0, 8566.0, 8584.0, 8612.0, 8586.0, 8624.0, 8584.0, 8620.0, 8582.0, 8623.0, 8584.0, 8638.0, 8596.0, 8633.0, 8568.0, 8622.0, 8570.0, 8640.0, 8609.0, 8634.0, 8576.0, 8574.0, 8568.0, 8565.0, 8581.0, 8566.0, 8581.0, 8566.0, 8577.0, 8586.0, 8599.0, 8583.0, 8653.0, 8565.0, 8603.0, 8550.0, 8576.0, 8577.0, 8606.0, 8562.0, 8570.0, 8550.0, 8563.0, 8564.0, 8587.0, 8549.0, 8575.0, 8563.0, 8574.0, 8546.0, 8602.0, 8544.0, 8572.0, 8562.0, 8574.0, 8556.0, 8564.0, 8565.0, 8541.0, 8542.0, 8573.0, 8552.0, 8598.0, 8592.0, 8599.0, 8622.0, 8590.0, 8568.0, 8586.0, 8585.0, 8605.0, 8663.0, 8636.0, 8655.0, 8582.0, 8624.0, 8582.0, 8609.0, 8582.0, 8586.0, 8548.0, 8565.0, 8581.0, 8577.0, 8564.0, 8563.0, 8549.0, 8582.0, 8568.0, 8579.0, 8571.0, 8581.0, 8636.0, 8579.0, 8636.0, 8594.0, 8631.0, 8580.0, 8632.0, 8560.0, 8616.0, 8577.0, 8616.0, 8591.0, 8613.0, 8561.0, 8616.0, 8581.0, 8620.0, 8594.0, 8601.0, 8564.0, 8574.0, 8579.0, 8612.0, 8581.0, 8602.0, 8563.0, 8572.0, 8577.0, 8590.0, 8580.0, 8564.0, 8583.0, 8563.0, 8576.0, 8564.0, 8580.0, 8608.0, 8577.0, 8561.0, 8565.0, 8565.0, 8580.0, 8578.0, 8579.0, 8562.0, 8565.0, 8562.0, 8579.0, 8566.0, 8607.0, 8562.0, 8560.0, 8575.0, 8562.0, 8593.0, 8592.0, 8577.0, 8588.0, 8563.0, 8577.0, 8567.0, 8580.0, 8567.0, 8608.0, 8567.0, 8595.0, 8583.0, 8565.0, 8584.0, 8565.0, 8580.0, 8566.0, 8579.0, 8571.0, 8584.0, 8583.0, 8627.0, 8580.0, 8597.0, 8581.0, 8590.0, 8566.0, 8619.0, 8578.0, 8630.0, 8564.0, 8572.0, 8563.0, 8592.0, 8579.0, 8616.0, 8563.0, 8589.0, 8562.0, 8578.0, 8577.0, 8574.0, 8579.0, 8565.0, 8579.0, 8567.0, 8580.0, 8578.0, 8579.0, 8565.0, 8570.0, 8587.0, 8598.0, 8588.0, 8569.0, 8585.0, 8584.0, 8586.0, 8587.0, 8617.0, 8573.0, 8598.0, 8574.0, 8613.0, 8592.0, 8657.0, 8588.0, 8642.0, 8588.0, 8629.0, 8602.0, 8599.0, 8585.0, 8583.0, 8585.0, 8568.0, 8585.0, 8599.0, 8570.0, 8611.0, 8580.0, 8621.0, 8568.0, 8592.0, 8578.0, 8563.0, 8565.0, 8556.0, 8581.0, 8584.0, 8599.0, 8575.0, 8586.0, 8590.0, 8601.0, 8589.0, 8630.0, 8571.0, 8628.0, 8587.0, 8627.0, 8583.0, 8639.0, 8570.0, 8564.0, 8584.0, 8583.0, 8581.0, 8582.0, 8578.0, 8580.0, 8548.0, 8580.0, 8569.0, 8580.0, 8582.0, 8582.0, 8581.0, 8590.0, 8588.0, 8602.0, 8587.0, 8584.0, 8587.0, 8606.0, 8595.0, 8632.0, 8652.0, 8676.0, 8617.0, 8666.0, 8615.0, 8593.0, 8602.0, 8606.0, 8606.0, 8614.0, 8612.0, 8589.0, 8588.0, 8587.0, 8673.0, 8632.0, 8692.0, 8645.0, 8595.0, 8580.0, 8565.0, 8639.0, 8591.0, 8654.0, 8556.0, 8617.0, 8558.0, 8573.0, 8573.0, 8581.0, 8579.0, 8570.0, 8556.0, 8550.0, 8550.0, 8550.0, 8551.0, 8561.0, 8572.0, 8575.0, 8578.0, 8603.0, 8580.0, 8607.0, 8582.0, 8627.0, 8604.0, 8623.0, 8583.0, 8603.0, 8578.0, 8609.0, 8593.0, 8562.0, 8579.0, 8561.0, 8560.0, 8594.0, 8620.0, 8583.0, 8621.0, 8562.0, 8572.0, 8578.0, 8618.0, 8584.0, 8619.0, 8576.0, 8602.0, 8578.0, 8596.0, 8580.0, 8563.0, 8566.0, 8580.0, 8582.0, 8587.0, 8612.0, 8587.0, 8641.0, 8586.0, 8626.0, 8590.0, 8623.0, 8585.0, 8594.0, 8586.0, 8610.0, 8584.0, 8627.0, 8585.0, 8606.0, 8582.0, 8608.0, 8584.0, 8583.0, 8579.0, 8564.0, 8584.0, 8583.0, 8587.0, 8580.0, 8579.0, 8583.0, 8583.0, 8568.0, 8582.0, 8567.0, 8568.0, 8579.0, 8582.0, 8595.0, 8578.0, 8580.0, 8566.0, 8567.0, 8580.0, 8580.0, 8582.0, 8578.0, 8581.0, 8596.0, 8586.0, 8626.0, 8583.0, 8623.0, 8584.0, 8610.0, 8583.0, 8583.0, 8584.0, 8583.0, 8583.0, 8598.0, 8601.0, 8613.0, 8586.0, 8579.0, 8583.0, 8586.0, 8586.0, 8585.0, 8585.0, 8581.0, 8584.0, 8587.0, 8599.0, 8585.0, 8600.0, 8581.0, 8584.0, 8611.0, 8631.0, 8627.0, 8655.0, 8591.0, 8579.0, 8586.0, 8597.0, 8623.0, 8634.0, 8604.0, 8587.0, 8602.0, 8621.0, 8619.0, 8656.0, 8645.0, 8594.0, 8578.0, 8650.0, 8597.0, 8654.0, 8619.0, 8570.0, 8556.0, 8554.0, 8568.0, 8599.0, 8571.0, 8592.0, 8548.0, 8535.0, 8551.0, 8535.0, 8551.0, 8534.0, 8556.0, 8536.0, 8551.0, 8552.0, 8567.0, 8563.0, 8554.0, 8551.0, 8548.0, 8551.0, 8548.0, 8556.0, 8591.0, 8581.0, 8558.0, 8572.0, 8558.0, 8574.0, 8595.0, 8583.0, 8602.0, 8613.0, 8583.0, 8579.0, 8595.0, 8587.0, 8655.0, 8625.0, 8589.0, 8575.0, 8563.0, 8578.0, 8599.0, 8621.0, 8609.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.03185336142322097</td></tr>
<tr><td colspan=3>aqi</td><td>0.05925493698501873</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.99948531250227</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2940044873195877</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.4647324579381442</td></tr>
<tr><td colspan=3>efc</td><td>0.4945</td></tr>
<tr><td colspan=3>fber</td><td>3600.479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0930805673331817</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9962546816479403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6013117331613853</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6013791197964706</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.747685752671885</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4548703270158003</td></tr>
<tr><td colspan=3>gcor</td><td>0.00290145</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0020840021315962076</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018345210701227188</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1068</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>4.008717961803624</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>22.8942</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.4803</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.5721</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295505.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>756.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.6713</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5283</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.4244</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3008.3802</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.5309</td></tr>
<tr><td colspan=3>tsnr</td><td>26.785759904189035</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>