ds005256-mriqc/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 73e9b2cec3 [DATALAD RUNCMD] Compute MRIQC for sub-0043
=== 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-0043 --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-0043",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:14 +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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-01/func/sub-0043_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>9102a57f56cb95b09b6f75e9a557459d</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:10:8.970000</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_VE11C_LATEST_20160120</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.984272, 0.174706, 0.0262094, -0.175503, 0.983959, 0.0319906]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0893766</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7769, -7282, 604, -147, -322, -30, 97]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.381</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>225b00b5-cc99-4d86-a717-7675f0fe67c4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6407289505004883, -0.4708611071109772, 0.05454012006521225, 124.70523834228516], [-0.4687245190143585, 2.639890193939209, 0.0974356010556221, -81.6279296875], [0.07031798362731934, -0.08582840859889984, 2.697690010070801, -75.99595642089844], [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': ['181008.970000', '181009.430000', '181009.890000', '181010.350000', '181010.810000', '181011.270000', '181011.730000', '181012.190000', '181012.650000', '181013.110000', '181013.570000', '181014.030000', '181014.490000', '181014.950000', '181015.410000', '181015.870000', '181016.330000', '181016.790000', '181017.250000', '181017.710000', '181018.170000', '181018.630000', '181019.090000', '181019.550000', '181020.010000', '181020.470000', '181020.930000', '181021.390000', '181021.850000', '181022.310000', '181022.770000', '181023.230000', '181023.690000', '181024.150000', '181024.610000', '181025.070000', '181025.530000', '181025.990000', '181026.450000', '181026.910000', '181027.370000', '181027.830000', '181028.290000', '181028.750000', '181029.210000', '181029.670000', '181030.130000', '181030.590000', '181031.050000', '181031.510000', '181031.970000', '181032.430000', '181032.890000', '181033.350000', '181033.810000', '181034.270000', '181034.730000', '181035.190000', '181035.650000', '181036.110000', '181036.570000', '181037.030000', '181037.490000', '181037.950000', '181038.410000', '181038.870000', '181039.330000', '181039.790000', '181040.250000', '181040.710000', '181041.170000', '181041.630000', '181042.090000', '181042.550000', '181043.010000', '181043.470000', '181043.930000', '181044.390000', '181044.850000', '181045.310000', '181045.770000', '181046.230000', '181046.690000', '181047.150000', '181047.610000', '181048.070000', '181048.530000', '181048.990000', '181049.450000', '181049.910000', '181050.370000', '181050.830000', '181051.290000', '181051.750000', '181052.210000', '181052.670000', '181053.130000', '181053.590000', '181054.050000', '181054.510000', '181054.970000', '181055.430000', '181055.890000', '181056.350000', '181056.810000', '181057.270000', '181057.730000', '181058.190000', '181058.650000', '181059.110000', '181059.570000', '181100.030000', '181100.490000', '181100.950000', '181101.410000', '181101.870000', '181102.330000', '181102.790000', '181103.250000', '181103.710000', '181104.170000', '181104.630000', '181105.090000', '181105.550000', '181106.010000', '181106.470000', '181106.930000', '181107.390000', '181107.850000', '181108.310000', '181108.770000', '181109.230000', '181109.690000', '181110.150000', '181110.610000', '181111.070000', '181111.530000', '181111.990000', '181112.450000', '181112.910000', '181113.370000', '181113.830000', '181114.290000', '181114.750000', '181115.210000', '181115.670000', '181116.130000', '181116.590000', '181117.050000', '181117.510000', '181117.970000', '181118.430000', '181118.890000', '181119.350000', '181119.810000', '181120.270000', '181120.730000', '181121.190000', '181121.650000', '181122.110000', '181122.570000', '181123.030000', '181123.490000', '181123.950000', '181124.410000', '181124.870000', '181125.330000', '181125.790000', '181126.250000', '181126.710000', '181127.170000', '181127.630000', '181128.090000', '181128.550000', '181129.010000', '181129.470000', '181129.930000', '181130.390000', '181130.850000', '181131.310000', '181131.770000', '181132.230000', '181132.690000', '181133.150000', '181133.610000', '181134.070000', '181134.530000', '181134.990000', '181135.450000', '181135.910000', '181136.370000', '181136.830000', '181137.290000', '181137.750000', '181138.210000', '181138.670000', '181139.130000', '181139.590000', '181140.050000', '181140.510000', '181140.970000', '181141.430000', '181141.890000', '181142.350000', '181142.810000', '181143.270000', '181143.730000', '181144.190000', '181144.650000', '181145.110000', '181145.570000', '181146.030000', '181146.490000', '181146.950000', '181147.410000', '181147.870000', '181148.330000', '181148.790000', '181149.250000', '181149.710000', '181150.170000', '181150.630000', '181151.090000', '181151.550000', '181152.010000', '181152.470000', '181152.930000', '181153.390000', '181153.850000', '181154.310000', '181154.770000', '181155.230000', '181155.690000', '181156.150000', '181156.610000', '181157.070000', '181157.530000', '181157.990000', '181158.450000', '181158.910000', '181159.370000', '181159.830000', '181200.290000', '181200.750000', '181201.210000', '181201.670000', '181202.130000', '181202.590000', '181203.050000', '181203.510000', '181203.970000', '181204.430000', '181204.890000', '181205.350000', '181205.810000', '181206.270000', '181206.730000', '181207.190000', '181207.650000', '181208.110000', '181208.570000', '181209.030000', '181209.490000', '181209.950000', '181210.410000', '181210.870000', '181211.330000', '181211.790000', '181212.250000', '181212.710000', '181213.170000', '181213.630000', '181214.090000', '181214.550000', '181215.010000', '181215.470000', '181215.930000', '181216.390000', '181216.850000', '181217.310000', '181217.770000', '181218.230000', '181218.690000', '181219.150000', '181219.610000', '181220.070000', '181220.530000', '181220.990000', '181221.450000', '181221.910000', '181222.370000', '181222.830000', '181223.290000', '181223.750000', '181224.210000', '181224.670000', '181225.130000', '181225.590000', '181226.050000', '181226.510000', '181226.970000', '181227.430000', '181227.890000', '181228.350000', '181228.810000', '181229.270000', '181229.730000', '181230.190000', '181230.650000', '181231.110000', '181231.570000', '181232.030000', '181232.490000', '181232.950000', '181233.410000', '181233.870000', '181234.330000', '181234.790000', '181235.250000', '181235.710000', '181236.170000', '181236.630000', '181237.090000', '181237.550000', '181238.010000', '181238.470000', '181238.930000', '181239.390000', '181239.850000', '181240.310000', '181240.770000', '181241.230000', '181241.690000', '181242.150000', '181242.610000', '181243.070000', '181243.530000', '181243.990000', '181244.450000', '181244.910000', '181245.370000', '181245.830000', '181246.290000', '181246.750000', '181247.210000', '181247.670000', '181248.130000', '181248.590000', '181249.050000', '181249.510000', '181249.970000', '181250.430000', '181250.890000', '181251.350000', '181251.810000', '181252.270000', '181252.730000', '181253.190000', '181253.650000', '181254.110000', '181254.570000', '181255.030000', '181255.490000', '181255.950000', '181256.410000', '181256.870000', '181257.330000', '181257.790000', '181258.250000', '181258.710000', '181259.170000', '181259.630000', '181300.090000', '181300.550000', '181301.010000', '181301.470000', '181301.930000', '181302.390000', '181302.850000', '181303.310000', '181303.770000', '181304.230000', '181304.690000', '181305.150000', '181305.610000', '181306.070000', '181306.530000', '181306.990000', '181307.450000', '181307.910000', '181308.370000', '181308.830000', '181309.290000', '181309.750000', '181310.210000', '181310.670000', '181311.130000', '181311.590000', '181312.050000', '181312.510000', '181312.970000', '181313.430000', '181313.890000', '181314.350000', '181314.810000', '181315.270000', '181315.730000', '181316.190000', '181316.650000', '181317.110000', '181317.570000', '181318.030000', '181318.490000', '181318.950000', '181319.410000', '181319.870000', '181320.330000', '181320.790000', '181321.250000', '181321.710000', '181322.170000', '181322.630000', '181323.090000', '181323.550000', '181324.010000', '181324.470000', '181324.930000', '181325.390000', '181325.850000', '181326.310000', '181326.770000', '181327.230000', '181327.690000', '181328.150000', '181328.610000', '181329.070000', '181329.530000', '181329.990000', '181330.450000', '181330.910000', '181331.370000', '181331.830000', '181332.290000', '181332.750000', '181333.210000', '181333.670000', '181334.130000', '181334.590000', '181335.050000', '181335.510000', '181335.970000', '181336.430000', '181336.890000', '181337.350000', '181337.810000', '181338.270000', '181338.730000', '181339.190000', '181339.650000', '181340.110000', '181340.570000', '181341.030000', '181341.490000', '181341.950000', '181342.410000', '181342.870000', '181343.330000', '181343.790000', '181344.250000', '181344.710000', '181345.170000', '181345.630000', '181346.090000', '181346.550000', '181347.010000', '181347.470000', '181347.930000', '181348.390000', '181348.850000', '181349.310000', '181349.770000', '181350.230000', '181350.690000', '181351.150000', '181351.610000', '181352.070000', '181352.530000', '181352.990000', '181353.450000', '181353.910000', '181354.370000', '181354.830000', '181355.290000', '181355.750000', '181356.210000', '181356.670000', '181357.130000', '181357.590000', '181358.050000', '181358.510000', '181358.970000', '181359.430000', '181359.890000', '181400.350000', '181400.810000', '181401.270000', '181401.730000', '181402.190000', '181402.650000', '181403.110000', '181403.570000', '181404.030000', '181404.490000', '181404.950000', '181405.410000', '181405.870000', '181406.330000', '181406.790000', '181407.250000', '181407.710000', '181408.170000', '181408.630000', '181409.090000', '181409.550000', '181410.010000', '181410.470000', '181410.930000', '181411.390000', '181411.850000', '181412.310000', '181412.770000', '181413.230000', '181413.690000', '181414.150000', '181414.610000', '181415.070000', '181415.530000', '181415.990000', '181416.450000', '181416.910000', '181417.370000', '181417.830000', '181418.290000', '181418.750000', '181419.210000', '181419.670000', '181420.130000', '181420.590000', '181421.050000', '181421.510000', '181421.970000', '181422.430000', '181422.890000', '181423.350000', '181423.810000', '181424.270000', '181424.730000', '181425.190000', '181425.650000', '181426.110000', '181426.570000', '181427.030000', '181427.490000', '181427.950000', '181428.410000', '181428.870000', '181429.330000', '181429.790000', '181430.250000', '181430.710000', '181431.170000', '181431.630000', '181432.090000', '181432.550000', '181433.010000', '181433.470000', '181433.930000', '181434.390000', '181434.850000', '181435.310000', '181435.770000', '181436.230000', '181436.690000', '181437.150000', '181437.610000', '181438.070000', '181438.530000', '181438.990000', '181439.450000', '181439.910000', '181440.370000', '181440.830000', '181441.290000', '181441.750000', '181442.210000', '181442.670000', '181443.130000', '181443.590000', '181444.050000', '181444.510000', '181444.970000', '181445.430000', '181445.890000', '181446.350000', '181446.810000', '181447.270000', '181447.730000', '181448.190000', '181448.650000', '181449.110000', '181449.570000', '181450.030000', '181450.490000', '181450.950000', '181451.410000', '181451.870000', '181452.330000', '181452.790000', '181453.250000', '181453.710000', '181454.170000', '181454.630000', '181455.090000', '181455.550000', '181456.010000', '181456.470000', '181456.930000', '181457.390000', '181457.850000', '181458.310000', '181458.770000', '181459.230000', '181459.690000', '181500.150000', '181500.610000', '181501.070000', '181501.530000', '181501.990000', '181502.450000', '181502.910000', '181503.370000', '181503.830000', '181504.290000', '181504.750000', '181505.210000', '181505.670000', '181506.130000', '181506.590000', '181507.050000', '181507.510000', '181507.970000', '181508.430000', '181508.890000', '181509.350000', '181509.810000', '181510.270000', '181510.730000', '181511.190000', '181511.650000', '181512.110000', '181512.570000', '181513.030000', '181513.490000', '181513.950000', '181514.410000', '181514.870000', '181515.330000', '181515.790000', '181516.250000', '181516.710000', '181517.170000', '181517.630000', '181518.090000', '181518.550000', '181519.010000', '181519.470000', '181519.930000', '181520.390000', '181520.850000', '181521.310000', '181521.770000', '181522.230000', '181522.690000', '181523.150000', '181523.610000', '181524.070000', '181524.530000', '181524.990000', '181525.450000', '181525.910000', '181526.370000', '181526.830000', '181527.290000', '181527.750000', '181528.210000', '181528.670000', '181529.130000', '181529.590000', '181530.050000', '181530.510000', '181530.970000', '181531.430000', '181531.890000', '181532.350000', '181532.810000', '181533.270000', '181533.730000', '181534.190000', '181534.650000', '181535.110000', '181535.570000', '181536.030000', '181536.490000', '181536.950000', '181537.410000', '181537.870000', '181538.330000', '181538.790000', '181539.250000', '181539.710000', '181540.170000', '181540.630000', '181541.090000', '181541.550000', '181542.010000', '181542.470000', '181542.930000', '181543.390000', '181543.850000', '181544.310000', '181544.770000', '181545.230000', '181545.690000', '181546.150000', '181546.610000', '181547.070000', '181547.530000', '181547.990000', '181548.450000', '181548.910000', '181549.370000', '181549.830000', '181550.290000', '181550.750000', '181551.210000', '181551.670000', '181552.130000', '181552.590000', '181553.050000', '181553.510000', '181553.970000', '181554.430000', '181554.890000', '181555.350000', '181555.810000', '181556.270000', '181556.730000', '181557.190000', '181557.650000', '181558.110000', '181558.570000', '181559.030000', '181559.490000', '181559.950000', '181600.410000', '181600.870000', '181601.330000', '181601.790000', '181602.250000', '181602.710000', '181603.170000', '181603.630000', '181604.090000', '181604.550000', '181605.010000', '181605.470000', '181605.930000', '181606.390000', '181606.850000', '181607.310000', '181607.770000', '181608.230000', '181608.690000', '181609.150000', '181609.610000', '181610.070000', '181610.530000', '181610.990000', '181611.450000', '181611.910000', '181612.370000', '181612.830000', '181613.290000', '181613.750000', '181614.210000', '181614.670000', '181615.130000', '181615.590000', '181616.050000', '181616.510000', '181616.970000', '181617.430000', '181617.890000', '181618.350000', '181618.810000', '181619.270000', '181619.730000', '181620.190000', '181620.650000', '181621.110000', '181621.570000', '181622.030000', '181622.490000', '181622.950000', '181623.410000', '181623.870000', '181624.330000', '181624.790000', '181625.250000', '181625.710000', '181626.170000', '181626.630000', '181627.090000', '181627.550000', '181628.010000', '181628.470000', '181628.930000', '181629.390000', '181629.850000', '181630.310000', '181630.770000', '181631.230000', '181631.690000', '181632.150000', '181632.610000', '181633.070000', '181633.530000', '181633.990000', '181634.450000', '181634.910000', '181635.370000', '181635.830000', '181636.290000', '181636.750000', '181637.210000', '181637.670000', '181638.130000', '181638.590000', '181639.050000', '181639.510000', '181639.970000', '181640.430000', '181640.890000', '181641.350000', '181641.810000', '181642.270000', '181642.730000', '181643.190000', '181643.650000', '181644.110000', '181644.570000', '181645.030000', '181645.490000', '181645.950000', '181646.410000', '181646.870000', '181647.330000', '181647.790000', '181648.250000', '181648.710000', '181649.170000', '181649.630000', '181650.090000', '181650.550000', '181651.010000', '181651.470000', '181651.930000', '181652.390000', '181652.850000', '181653.310000', '181653.770000', '181654.230000', '181654.690000', '181655.150000', '181655.610000', '181656.070000', '181656.530000', '181656.990000', '181657.450000', '181657.910000', '181658.370000', '181658.830000', '181659.290000', '181659.750000', '181700.210000', '181700.670000', '181701.130000', '181701.590000', '181702.050000', '181702.510000', '181702.970000', '181703.430000', '181703.890000', '181704.350000', '181704.810000', '181705.270000', '181705.730000', '181706.190000', '181706.650000', '181707.110000', '181707.570000', '181708.030000', '181708.490000', '181708.950000', '181709.410000', '181709.870000', '181710.330000', '181710.790000', '181711.250000', '181711.710000', '181712.170000', '181712.630000', '181713.090000', '181713.550000', '181714.010000', '181714.470000', '181714.930000', '181715.390000', '181715.850000', '181716.310000', '181716.770000', '181717.230000', '181717.690000', '181718.150000', '181718.610000', '181719.070000', '181719.530000', '181719.990000', '181720.450000', '181720.910000', '181721.370000', '181721.830000', '181722.290000', '181722.750000', '181723.210000', '181723.670000', '181724.130000', '181724.590000', '181725.050000', '181725.510000', '181725.970000', '181726.430000', '181726.890000', '181727.350000', '181727.810000', '181728.270000', '181728.730000', '181729.190000', '181729.650000', '181730.110000', '181730.570000', '181731.030000', '181731.490000', '181731.950000', '181732.410000', '181732.870000', '181733.330000', '181733.790000', '181734.250000', '181734.710000', '181735.170000', '181735.630000', '181736.090000', '181736.550000', '181737.010000', '181737.470000', '181737.930000', '181738.390000', '181738.850000', '181739.310000', '181739.770000', '181740.230000', '181740.690000', '181741.150000', '181741.610000', '181742.070000', '181742.530000', '181742.990000', '181743.450000', '181743.910000', '181744.370000', '181744.830000', '181745.290000', '181745.750000', '181746.210000', '181746.670000', '181747.130000', '181747.590000', '181748.050000', '181748.510000', '181748.970000', '181749.430000', '181749.890000', '181750.350000', '181750.810000', '181751.270000', '181751.730000', '181752.190000', '181752.650000', '181753.110000', '181753.570000', '181754.030000', '181754.490000', '181754.950000', '181755.410000', '181755.870000', '181756.330000', '181756.790000', '181757.250000', '181757.710000', '181758.170000', '181758.630000', '181759.090000', '181759.550000', '181800.010000', '181800.470000', '181800.930000', '181801.390000', '181801.850000', '181802.310000', '181802.770000', '181803.230000', '181803.690000', '181804.150000', '181804.610000', '181805.070000', '181805.530000', '181805.990000', '181806.450000', '181806.910000', '181807.370000', '181807.830000', '181808.290000', '181808.750000', '181809.210000', '181809.670000', '181810.130000', '181810.590000', '181811.050000', '181811.510000', '181811.970000', '181812.430000', '181812.890000', '181813.350000', '181813.810000', '181814.270000', '181814.730000', '181815.190000', '181815.650000', '181816.110000', '181816.570000', '181817.030000', '181817.490000', '181817.950000', '181818.410000', '181818.870000', '181819.330000', '181819.790000', '181820.250000', '181820.710000', '181821.170000', '181821.630000', '181822.090000'], 'ContentTime': ['181020.314000', '181020.318000', '181020.321000', '181020.324000', '181020.327000', '181020.334000', '181020.338000', '181020.348000', '181020.351000', '181020.354000', '181020.357000', '181020.360000', '181020.363000', '181020.374000', '181020.377000', '181020.380000', '181020.383000', '181020.386000', '181020.389000', '181020.391000', '181020.394000', '181020.397000', '181020.400000', '181040.278000', '181040.281000', '181040.284000', '181040.287000', '181040.290000', '181040.293000', '181040.295000', '181040.298000', '181040.301000', '181040.304000', '181040.307000', '181040.310000', '181040.312000', '181040.315000', '181040.318000', '181040.341000', '181040.344000', '181040.347000', '181040.366000', '181040.368000', '181040.371000', '181040.374000', '181040.377000', '181040.380000', '181040.383000', '181040.386000', '181040.389000', '181040.391000', '181040.394000', '181040.397000', '181040.400000', '181040.403000', '181040.406000', '181040.419000', '181040.422000', '181040.425000', '181040.428000', '181040.431000', '181040.434000', '181040.437000', '181040.439000', '181040.442000', '181040.445000', '181040.448000', '181100.278000', '181100.281000', '181100.284000', '181100.287000', '181100.290000', '181100.293000', '181100.305000', '181100.308000', '181100.311000', '181100.314000', '181100.317000', '181100.319000', '181100.322000', '181100.325000', '181100.328000', '181100.331000', '181100.334000', '181100.337000', '181100.340000', '181100.343000', '181100.345000', '181100.348000', '181100.351000', '181100.354000', '181100.357000', '181100.360000', '181100.363000', '181100.366000', '181100.369000', '181100.372000', '181100.375000', '181100.378000', '181100.380000', '181100.383000', '181100.386000', '181100.389000', '181100.392000', '181100.395000', '181100.402000', '181100.405000', '181100.408000', '181100.411000', '181100.413000', '181120.277000', '181120.280000', '181120.283000', '181120.286000', '181120.289000', '181120.291000', '181120.294000', '181120.297000', '181120.300000', '181120.303000', '181120.306000', '181120.309000', '181120.312000', '181120.315000', '181120.318000', '181120.320000', '181120.323000', '181120.326000', '181120.329000', '181120.332000', '181120.335000', '181120.338000', '181120.341000', '181120.343000', '181120.346000', '181120.349000', '181120.352000', '181120.355000', '181120.358000', '181120.361000', '181120.364000', '181120.367000', '181120.370000', '181120.372000', '181120.375000', '181120.378000', '181120.381000', '181120.384000', '181120.387000', '181120.390000', '181120.392000', '181120.395000', '181120.398000', '181120.401000', '181140.277000', '181140.280000', '181140.283000', '181140.286000', '181140.289000', '181140.291000', '181140.294000', '181140.297000', '181140.300000', '181140.303000', '181140.306000', '181140.309000', '181140.312000', '181140.314000', '181140.317000', '181140.320000', '181140.323000', '181140.326000', '181140.329000', '181140.332000', '181140.335000', '181140.338000', '181140.340000', '181140.343000', '181140.346000', '181140.349000', '181140.352000', '181140.355000', '181140.358000', '181140.361000', '181140.364000', '181140.366000', '181140.369000', '181140.372000', '181140.378000', '181140.381000', '181140.384000', '181140.387000', '181140.390000', '181140.393000', '181140.396000', '181140.399000', '181140.402000', '181200.287000', '181200.290000', '181200.293000', '181200.295000', '181200.298000', '181200.301000', '181200.304000', '181200.312000', '181200.315000', '181200.318000', '181200.321000', '181200.324000', '181200.327000', '181200.330000', '181200.332000', '181200.335000', '181200.338000', '181200.341000', '181200.344000', '181200.347000', '181200.350000', '181200.353000', '181200.356000', '181200.358000', '181200.361000', '181200.364000', '181200.367000', '181200.370000', '181200.373000', '181200.376000', '181200.379000', '181200.382000', '181200.385000', '181200.388000', '181200.390000', '181200.393000', '181200.396000', '181200.399000', '181200.402000', '181200.405000', '181200.408000', '181200.411000', '181200.413000', '181200.416000', '181220.277000', '181220.280000', '181220.283000', '181220.286000', '181220.289000', '181220.292000', '181220.294000', '181220.297000', '181220.300000', '181220.303000', '181220.306000', '181220.309000', '181220.312000', '181220.315000', '181220.318000', '181220.321000', '181220.324000', '181220.327000', '181220.330000', '181220.333000', '181220.336000', '181220.339000', '181220.342000', '181220.345000', '181220.347000', '181220.350000', '181220.353000', '181220.356000', '181220.359000', '181220.362000', '181220.365000', '181220.368000', '181220.371000', '181220.374000', '181220.386000', '181220.389000', '181220.391000', '181220.394000', '181220.397000', '181220.400000', '181220.403000', '181220.406000', '181220.409000', '181240.277000', '181240.280000', '181240.283000', '181240.287000', '181240.290000', '181240.293000', '181240.296000', '181240.298000', '181240.301000', '181240.304000', '181240.307000', '181240.310000', '181240.313000', '181240.316000', '181240.319000', '181240.322000', '181240.325000', '181240.327000', '181240.330000', '181240.333000', '181240.336000', '181240.339000', '181240.342000', '181240.345000', '181240.348000', '181240.351000', '181240.353000', '181240.356000', '181240.359000', '181240.362000', '181240.365000', '181240.368000', '181240.371000', '181240.374000', '181240.377000', '181240.380000', '181240.382000', '181240.385000', '181240.388000', '181240.391000', '181240.394000', '181240.397000', '181240.400000', '181240.403000', '181300.278000', '181300.281000', '181300.284000', '181300.287000', '181300.290000', '181300.292000', '181300.295000', '181300.298000', '181300.301000', '181300.304000', '181300.307000', '181300.310000', '181300.313000', '181300.315000', '181300.318000', '181300.321000', '181300.324000', '181300.327000', '181300.330000', '181300.333000', '181300.336000', '181300.339000', '181300.342000', '181300.345000', '181300.348000', '181300.351000', '181300.353000', '181300.356000', '181300.359000', '181300.362000', '181300.365000', '181300.368000', '181300.371000', '181300.374000', '181300.377000', '181300.380000', '181300.383000', '181300.386000', '181300.388000', '181300.391000', '181300.394000', '181300.397000', '181300.400000', '181320.278000', '181320.281000', '181320.284000', '181320.287000', '181320.290000', '181320.292000', '181320.295000', '181320.298000', '181320.301000', '181320.304000', '181320.307000', '181320.310000', '181320.313000', '181320.316000', '181320.318000', '181320.321000', '181320.324000', '181320.327000', '181320.330000', '181320.333000', '181320.336000', '181320.339000', '181320.342000', '181320.345000', '181320.348000', '181320.358000', '181320.361000', '181320.364000', '181320.367000', '181320.370000', '181320.373000', '181320.375000', '181320.378000', '181320.381000', '181320.384000', '181320.387000', '181320.390000', '181320.393000', '181320.396000', '181320.399000', '181320.402000', '181320.404000', '181320.407000', '181320.410000', '181340.277000', '181340.280000', '181340.283000', '181340.286000', '181340.289000', '181340.292000', '181340.295000', '181340.297000', '181340.300000', '181340.303000', '181340.306000', '181340.309000', '181340.312000', '181340.315000', '181340.318000', '181340.321000', '181340.323000', '181340.326000', '181340.329000', '181340.332000', '181340.335000', '181340.338000', '181340.341000', '181340.344000', '181340.347000', '181340.350000', '181340.353000', '181340.356000', '181340.358000', '181340.363000', '181340.366000', '181340.368000', '181340.371000', '181340.374000', '181340.377000', '181340.380000', '181340.383000', '181340.386000', '181340.389000', '181340.392000', '181340.395000', '181340.398000', '181340.401000', '181400.277000', '181400.280000', '181400.283000', '181400.286000', '181400.289000', '181400.292000', '181400.295000', '181400.297000', '181400.300000', '181400.303000', '181400.306000', '181400.309000', '181400.312000', '181400.315000', '181400.318000', '181400.321000', '181400.323000', '181400.326000', '181400.329000', '181400.332000', '181400.335000', '181400.338000', '181400.341000', '181400.344000', '181400.347000', '181400.350000', '181400.353000', '181400.356000', '181400.359000', '181400.361000', '181400.364000', '181400.367000', '181400.370000', '181400.373000', '181400.386000', '181400.389000', '181400.391000', '181400.394000', '181400.397000', '181400.400000', '181400.403000', '181400.406000', '181400.409000', '181400.412000', '181420.277000', '181420.280000', '181420.283000', '181420.286000', '181420.289000', '181420.303000', '181420.306000', '181420.309000', '181420.312000', '181420.314000', '181420.317000', '181420.320000', '181420.323000', '181420.326000', '181420.329000', '181420.332000', '181420.335000', '181420.338000', '181420.341000', '181420.344000', '181420.347000', '181420.349000', '181420.352000', '181420.355000', '181420.358000', '181420.361000', '181420.364000', '181420.367000', '181420.370000', '181420.373000', '181420.376000', '181420.378000', '181420.381000', '181420.384000', '181420.387000', '181420.390000', '181420.393000', '181420.396000', '181420.399000', '181420.402000', '181420.405000', '181420.407000', '181420.410000', '181440.277000', '181440.280000', '181440.283000', '181440.286000', '181440.289000', '181440.292000', '181440.295000', '181440.298000', '181440.300000', '181440.303000', '181440.306000', '181440.309000', '181440.312000', '181440.315000', '181440.318000', '181440.321000', '181440.324000', '181440.327000', '181440.330000', '181440.332000', '181440.335000', '181440.338000', '181440.341000', '181440.344000', '181440.347000', '181440.350000', '181440.353000', '181440.356000', '181440.359000', '181440.362000', '181440.364000', '181440.367000', '181440.370000', '181440.373000', '181440.376000', '181440.379000', '181440.382000', '181440.385000', '181440.388000', '181440.391000', '181440.394000', '181440.396000', '181440.399000', '181440.402000', '181500.277000', '181500.280000', '181500.283000', '181500.286000', '181500.289000', '181500.292000', '181500.386000', '181500.390000', '181500.392000', '181500.400000', '181500.403000', '181500.406000', '181500.409000', '181500.412000', '181500.415000', '181500.418000', '181500.421000', '181500.423000', '181500.426000', '181500.429000', '181500.432000', '181500.435000', '181500.438000', '181500.441000', '181500.444000', '181500.447000', '181500.450000', '181500.453000', '181500.456000', '181500.459000', '181500.462000', '181500.465000', '181500.468000', '181500.471000', '181500.474000', '181500.476000', '181500.479000', '181500.482000', '181500.485000', '181500.488000', '181500.491000', '181500.494000', '181500.497000', '181520.278000', '181520.281000', '181520.284000', '181520.287000', '181520.290000', '181520.293000', '181520.295000', '181520.298000', '181520.301000', '181520.304000', '181520.307000', '181520.310000', '181520.313000', '181520.316000', '181520.319000', '181520.322000', '181520.324000', '181520.327000', '181520.330000', '181520.333000', '181520.336000', '181520.339000', '181520.342000', '181520.345000', '181520.348000', '181520.351000', '181520.354000', '181520.357000', '181520.360000', '181520.363000', '181520.365000', '181520.368000', '181520.371000', '181520.374000', '181520.377000', '181520.380000', '181520.383000', '181520.386000', '181520.389000', '181520.392000', '181520.395000', '181520.398000', '181520.401000', '181520.403000', '181540.278000', '181540.281000', '181540.284000', '181540.287000', '181540.290000', '181540.293000', '181540.296000', '181540.299000', '181540.301000', '181540.304000', '181540.307000', '181540.310000', '181540.313000', '181540.316000', '181540.319000', '181540.322000', '181540.324000', '181540.327000', '181540.330000', '181540.333000', '181540.336000', '181540.339000', '181540.342000', '181540.345000', '181540.348000', '181540.350000', '181540.353000', '181540.356000', '181540.359000', '181540.362000', '181540.365000', '181540.368000', '181540.371000', '181540.374000', '181540.377000', '181540.380000', '181540.383000', '181540.385000', '181540.388000', '181540.391000', '181540.394000', '181540.397000', '181540.400000', '181600.279000', '181600.282000', '181600.285000', '181600.288000', '181600.291000', '181600.294000', '181600.296000', '181600.299000', '181600.302000', '181600.305000', '181600.308000', '181600.311000', '181600.314000', '181600.317000', '181600.323000', '181600.326000', '181600.329000', '181600.332000', '181600.335000', '181600.338000', '181600.340000', '181600.343000', '181600.346000', '181600.349000', '181600.352000', '181600.355000', '181600.358000', '181600.361000', '181600.364000', '181600.367000', '181600.369000', '181600.372000', '181600.375000', '181600.378000', '181600.381000', '181600.384000', '181600.387000', '181600.390000', '181600.393000', '181600.396000', '181600.399000', '181600.402000', '181600.405000', '181600.407000', '181620.277000', '181620.280000', '181620.283000', '181620.286000', '181620.289000', '181620.292000', '181620.295000', '181620.298000', '181620.301000', '181620.303000', '181620.306000', '181620.309000', '181620.312000', '181620.315000', '181620.318000', '181620.321000', '181620.324000', '181620.334000', '181620.336000', '181620.339000', '181620.342000', '181620.345000', '181620.348000', '181620.351000', '181620.354000', '181620.357000', '181620.360000', '181620.363000', '181620.366000', '181620.368000', '181620.371000', '181620.374000', '181620.377000', '181620.380000', '181620.383000', '181620.386000', '181620.389000', '181620.392000', '181620.394000', '181620.397000', '181620.400000', '181620.403000', '181620.406000', '181640.277000', '181640.280000', '181640.283000', '181640.286000', '181640.289000', '181640.292000', '181640.295000', '181640.298000', '181640.301000', '181640.304000', '181640.307000', '181640.310000', '181640.313000', '181640.315000', '181640.318000', '181640.321000', '181640.324000', '181640.327000', '181640.330000', '181640.333000', '181640.336000', '181640.339000', '181640.342000', '181640.345000', '181640.348000', '181640.350000', '181640.353000', '181640.356000', '181640.359000', '181640.362000', '181640.365000', '181640.368000', '181640.371000', '181640.374000', '181640.377000', '181640.380000', '181640.383000', '181640.385000', '181640.388000', '181640.391000', '181640.394000', '181640.397000', '181640.400000', '181700.277000', '181700.280000', '181700.283000', '181700.286000', '181700.289000', '181700.292000', '181700.295000', '181700.298000', '181700.301000', '181700.303000', '181700.306000', '181700.309000', '181700.312000', '181700.315000', '181700.318000', '181700.321000', '181700.324000', '181700.327000', '181700.330000', '181700.333000', '181700.336000', '181700.338000', '181700.341000', '181700.344000', '181700.347000', '181700.350000', '181700.353000', '181700.356000', '181700.359000', '181700.361000', '181700.364000', '181700.367000', '181700.370000', '181700.373000', '181700.376000', '181700.379000', '181700.382000', '181700.385000', '181700.387000', '181700.390000', '181700.393000', '181700.396000', '181700.399000', '181700.402000', '181720.277000', '181720.280000', '181720.283000', '181720.286000', '181720.289000', '181720.292000', '181720.295000', '181720.298000', '181720.301000', '181720.304000', '181720.307000', '181720.310000', '181720.313000', '181720.316000', '181720.319000', '181720.322000', '181720.325000', '181720.328000', '181720.330000', '181720.333000', '181720.336000', '181720.339000', '181720.342000', '181720.345000', '181720.348000', '181720.351000', '181720.354000', '181720.357000', '181720.360000', '181720.363000', '181720.365000', '181720.368000', '181720.371000', '181720.374000', '181720.377000', '181720.380000', '181720.383000', '181720.386000', '181720.389000', '181720.392000', '181720.395000', '181720.397000', '181720.400000', '181740.278000', '181740.281000', '181740.284000', '181740.287000', '181740.290000', '181740.293000', '181740.296000', '181740.305000', '181740.308000', '181740.311000', '181740.314000', '181740.317000', '181740.319000', '181740.322000', '181740.325000', '181740.328000', '181740.331000', '181740.334000', '181740.337000', '181740.340000', '181740.343000', '181740.346000', '181740.348000', '181740.351000', '181740.354000', '181740.357000', '181740.360000', '181740.363000', '181740.376000', '181740.379000', '181740.382000', '181740.385000', '181740.388000', '181740.391000', '181740.394000', '181740.397000', '181740.400000', '181740.402000', '181740.405000', '181740.408000', '181740.411000', '181740.414000', '181740.417000', '181740.420000', '181800.278000', '181800.281000', '181800.284000', '181800.287000', '181800.290000', '181800.293000', '181800.296000', '181800.298000', '181800.301000', '181800.304000', '181800.307000', '181800.310000', '181800.313000', '181800.316000', '181800.319000', '181800.322000', '181800.325000', '181800.328000', '181800.331000', '181800.334000', '181800.337000', '181800.340000', '181800.343000', '181800.345000', '181800.348000', '181800.351000', '181800.360000', '181800.363000', '181800.366000', '181800.369000', '181800.372000', '181800.375000', '181800.378000', '181800.381000', '181800.383000', '181800.386000', '181800.389000', '181800.392000', '181800.395000', '181800.398000', '181800.401000', '181800.404000', '181800.407000', '181820.277000', '181820.280000', '181820.283000', '181820.286000', '181820.289000', '181820.292000', '181820.295000', '181820.297000', '181820.300000', '181820.303000', '181820.306000', '181820.309000', '181820.312000', '181820.315000', '181820.318000', '181820.322000', '181820.324000', '181820.327000', '181820.330000', '181820.333000', '181820.336000', '181820.339000', '181820.342000', '181820.345000', '181820.348000', '181820.350000', '181820.353000', '181820.356000', '181820.359000', '181820.362000', '181820.365000', '181820.368000', '181820.371000', '181820.374000', '181820.377000', '181820.380000', '181820.383000', '181820.386000', '181820.389000', '181820.391000', '181820.394000', '181820.397000', '181820.400000', '181820.403000', '181822.916000', '181822.919000', '181822.922000', '181822.925000', '181822.928000', '181822.931000'], 'InstanceCreationTime': ['181020.314000', '181020.318000', '181020.321000', '181020.324000', '181020.327000', '181020.334000', '181020.338000', '181020.348000', '181020.351000', '181020.354000', '181020.357000', '181020.360000', '181020.363000', '181020.374000', '181020.377000', '181020.380000', '181020.383000', '181020.386000', '181020.389000', '181020.391000', '181020.394000', '181020.397000', '181020.400000', '181040.278000', '181040.281000', '181040.284000', '181040.287000', '181040.290000', '181040.293000', '181040.295000', '181040.298000', '181040.301000', '181040.304000', '181040.307000', '181040.310000', '181040.312000', '181040.315000', '181040.318000', '181040.341000', '181040.344000', '181040.347000', '181040.366000', '181040.368000', '181040.371000', '181040.374000', '181040.377000', '181040.380000', '181040.383000', '181040.386000', '181040.389000', '181040.391000', '181040.394000', '181040.397000', '181040.400000', '181040.403000', '181040.406000', '181040.419000', '181040.422000', '181040.425000', '181040.428000', '181040.431000', '181040.434000', '181040.437000', '181040.439000', '181040.442000', '181040.445000', '181040.448000', '181100.278000', '181100.281000', '181100.284000', '181100.287000', '181100.290000', '181100.293000', '181100.305000', '181100.308000', '181100.311000', '181100.314000', '181100.317000', '181100.319000', '181100.322000', '181100.325000', '181100.328000', '181100.331000', '181100.334000', '181100.337000', '181100.340000', '181100.343000', '181100.345000', '181100.348000', '181100.351000', '181100.354000', '181100.357000', '181100.360000', '181100.363000', '181100.366000', '181100.369000', '181100.372000', '181100.375000', '181100.378000', '181100.380000', '181100.383000', '181100.386000', '181100.389000', '181100.392000', '181100.395000', '181100.402000', '181100.405000', '181100.408000', '181100.411000', '181100.413000', '181120.277000', '181120.280000', '181120.283000', '181120.286000', '181120.289000', '181120.291000', '181120.294000', '181120.297000', '181120.300000', '181120.303000', '181120.306000', '181120.309000', '181120.312000', '181120.315000', '181120.318000', '181120.320000', '181120.323000', '181120.326000', '181120.329000', '181120.332000', '181120.335000', '181120.338000', '181120.341000', '181120.343000', '181120.346000', '181120.349000', '181120.352000', '181120.355000', '181120.358000', '181120.361000', '181120.364000', '181120.367000', '181120.370000', '181120.372000', '181120.375000', '181120.378000', '181120.381000', '181120.384000', '181120.387000', '181120.390000', '181120.392000', '181120.395000', '181120.398000', '181120.401000', '181140.277000', '181140.280000', '181140.283000', '181140.286000', '181140.289000', '181140.291000', '181140.294000', '181140.297000', '181140.300000', '181140.303000', '181140.306000', '181140.309000', '181140.312000', '181140.314000', '181140.317000', '181140.320000', '181140.323000', '181140.326000', '181140.329000', '181140.332000', '181140.335000', '181140.338000', '181140.340000', '181140.343000', '181140.346000', '181140.349000', '181140.352000', '181140.355000', '181140.358000', '181140.361000', '181140.364000', '181140.366000', '181140.369000', '181140.372000', '181140.378000', '181140.381000', '181140.384000', '181140.387000', '181140.390000', '181140.393000', '181140.396000', '181140.399000', '181140.402000', '181200.287000', '181200.290000', '181200.293000', '181200.295000', '181200.298000', '181200.301000', '181200.304000', '181200.312000', '181200.315000', '181200.318000', '181200.321000', '181200.324000', '181200.327000', '181200.330000', '181200.332000', '181200.335000', '181200.338000', '181200.341000', '181200.344000', '181200.347000', '181200.350000', '181200.353000', '181200.356000', '181200.358000', '181200.361000', '181200.364000', '181200.367000', '181200.370000', '181200.373000', '181200.376000', '181200.379000', '181200.382000', '181200.385000', '181200.388000', '181200.390000', '181200.393000', '181200.396000', '181200.399000', '181200.402000', '181200.405000', '181200.408000', '181200.411000', '181200.413000', '181200.416000', '181220.277000', '181220.280000', '181220.283000', '181220.286000', '181220.289000', '181220.292000', '181220.294000', '181220.297000', '181220.300000', '181220.303000', '181220.306000', '181220.309000', '181220.312000', '181220.315000', '181220.318000', '181220.321000', '181220.324000', '181220.327000', '181220.330000', '181220.333000', '181220.336000', '181220.339000', '181220.342000', '181220.345000', '181220.347000', '181220.350000', '181220.353000', '181220.356000', '181220.359000', '181220.362000', '181220.365000', '181220.368000', '181220.371000', '181220.374000', '181220.386000', '181220.389000', '181220.391000', '181220.394000', '181220.397000', '181220.400000', '181220.403000', '181220.406000', '181220.409000', '181240.277000', '181240.280000', '181240.283000', '181240.287000', '181240.290000', '181240.293000', '181240.296000', '181240.298000', '181240.301000', '181240.304000', '181240.307000', '181240.310000', '181240.313000', '181240.316000', '181240.319000', '181240.322000', '181240.325000', '181240.327000', '181240.330000', '181240.333000', '181240.336000', '181240.339000', '181240.342000', '181240.345000', '181240.348000', '181240.351000', '181240.353000', '181240.356000', '181240.359000', '181240.362000', '181240.365000', '181240.368000', '181240.371000', '181240.374000', '181240.377000', '181240.380000', '181240.382000', '181240.385000', '181240.388000', '181240.391000', '181240.394000', '181240.397000', '181240.400000', '181240.403000', '181300.278000', '181300.281000', '181300.284000', '181300.287000', '181300.290000', '181300.292000', '181300.295000', '181300.298000', '181300.301000', '181300.304000', '181300.307000', '181300.310000', '181300.313000', '181300.315000', '181300.318000', '181300.321000', '181300.324000', '181300.327000', '181300.330000', '181300.333000', '181300.336000', '181300.339000', '181300.342000', '181300.345000', '181300.348000', '181300.351000', '181300.353000', '181300.356000', '181300.359000', '181300.362000', '181300.365000', '181300.368000', '181300.371000', '181300.374000', '181300.377000', '181300.380000', '181300.383000', '181300.386000', '181300.388000', '181300.391000', '181300.394000', '181300.397000', '181300.400000', '181320.278000', '181320.281000', '181320.284000', '181320.287000', '181320.290000', '181320.292000', '181320.295000', '181320.298000', '181320.301000', '181320.304000', '181320.307000', '181320.310000', '181320.313000', '181320.316000', '181320.318000', '181320.321000', '181320.324000', '181320.327000', '181320.330000', '181320.333000', '181320.336000', '181320.339000', '181320.342000', '181320.345000', '181320.348000', '181320.358000', '181320.361000', '181320.364000', '181320.367000', '181320.370000', '181320.373000', '181320.375000', '181320.378000', '181320.381000', '181320.384000', '181320.387000', '181320.390000', '181320.393000', '181320.396000', '181320.399000', '181320.402000', '181320.404000', '181320.407000', '181320.410000', '181340.277000', '181340.280000', '181340.283000', '181340.286000', '181340.289000', '181340.292000', '181340.295000', '181340.297000', '181340.300000', '181340.303000', '181340.306000', '181340.309000', '181340.312000', '181340.315000', '181340.318000', '181340.321000', '181340.323000', '181340.326000', '181340.329000', '181340.332000', '181340.335000', '181340.338000', '181340.341000', '181340.344000', '181340.347000', '181340.350000', '181340.353000', '181340.356000', '181340.358000', '181340.363000', '181340.366000', '181340.368000', '181340.371000', '181340.374000', '181340.377000', '181340.380000', '181340.383000', '181340.386000', '181340.389000', '181340.392000', '181340.395000', '181340.398000', '181340.401000', '181400.277000', '181400.280000', '181400.283000', '181400.286000', '181400.289000', '181400.292000', '181400.295000', '181400.297000', '181400.300000', '181400.303000', '181400.306000', '181400.309000', '181400.312000', '181400.315000', '181400.318000', '181400.321000', '181400.323000', '181400.326000', '181400.329000', '181400.332000', '181400.335000', '181400.338000', '181400.341000', '181400.344000', '181400.347000', '181400.350000', '181400.353000', '181400.356000', '181400.359000', '181400.361000', '181400.364000', '181400.367000', '181400.370000', '181400.373000', '181400.386000', '181400.389000', '181400.391000', '181400.394000', '181400.397000', '181400.400000', '181400.403000', '181400.406000', '181400.409000', '181400.412000', '181420.277000', '181420.280000', '181420.283000', '181420.286000', '181420.289000', '181420.303000', '181420.306000', '181420.309000', '181420.312000', '181420.314000', '181420.317000', '181420.320000', '181420.323000', '181420.326000', '181420.329000', '181420.332000', '181420.335000', '181420.338000', '181420.341000', '181420.344000', '181420.347000', '181420.349000', '181420.352000', '181420.355000', '181420.358000', '181420.361000', '181420.364000', '181420.367000', '181420.370000', '181420.373000', '181420.376000', '181420.378000', '181420.381000', '181420.384000', '181420.387000', '181420.390000', '181420.393000', '181420.396000', '181420.399000', '181420.402000', '181420.405000', '181420.407000', '181420.410000', '181440.277000', '181440.280000', '181440.283000', '181440.286000', '181440.289000', '181440.292000', '181440.295000', '181440.298000', '181440.300000', '181440.303000', '181440.306000', '181440.309000', '181440.312000', '181440.315000', '181440.318000', '181440.321000', '181440.324000', '181440.327000', '181440.330000', '181440.332000', '181440.335000', '181440.338000', '181440.341000', '181440.344000', '181440.347000', '181440.350000', '181440.353000', '181440.356000', '181440.359000', '181440.362000', '181440.364000', '181440.367000', '181440.370000', '181440.373000', '181440.376000', '181440.379000', '181440.382000', '181440.385000', '181440.388000', '181440.391000', '181440.394000', '181440.396000', '181440.399000', '181440.402000', '181500.277000', '181500.280000', '181500.283000', '181500.286000', '181500.289000', '181500.292000', '181500.386000', '181500.390000', '181500.392000', '181500.400000', '181500.403000', '181500.406000', '181500.409000', '181500.412000', '181500.415000', '181500.418000', '181500.421000', '181500.423000', '181500.426000', '181500.429000', '181500.432000', '181500.435000', '181500.438000', '181500.441000', '181500.444000', '181500.447000', '181500.450000', '181500.453000', '181500.456000', '181500.459000', '181500.462000', '181500.465000', '181500.468000', '181500.471000', '181500.474000', '181500.476000', '181500.479000', '181500.482000', '181500.485000', '181500.488000', '181500.491000', '181500.494000', '181500.497000', '181520.278000', '181520.281000', '181520.284000', '181520.287000', '181520.290000', '181520.293000', '181520.295000', '181520.298000', '181520.301000', '181520.304000', '181520.307000', '181520.310000', '181520.313000', '181520.316000', '181520.319000', '181520.322000', '181520.324000', '181520.327000', '181520.330000', '181520.333000', '181520.336000', '181520.339000', '181520.342000', '181520.345000', '181520.348000', '181520.351000', '181520.354000', '181520.357000', '181520.360000', '181520.363000', '181520.365000', '181520.368000', '181520.371000', '181520.374000', '181520.377000', '181520.380000', '181520.383000', '181520.386000', '181520.389000', '181520.392000', '181520.395000', '181520.398000', '181520.401000', '181520.403000', '181540.278000', '181540.281000', '181540.284000', '181540.287000', '181540.290000', '181540.293000', '181540.296000', '181540.299000', '181540.301000', '181540.304000', '181540.307000', '181540.310000', '181540.313000', '181540.316000', '181540.319000', '181540.322000', '181540.324000', '181540.327000', '181540.330000', '181540.333000', '181540.336000', '181540.339000', '181540.342000', '181540.345000', '181540.348000', '181540.350000', '181540.353000', '181540.356000', '181540.359000', '181540.362000', '181540.365000', '181540.368000', '181540.371000', '181540.374000', '181540.377000', '181540.380000', '181540.383000', '181540.385000', '181540.388000', '181540.391000', '181540.394000', '181540.397000', '181540.400000', '181600.279000', '181600.282000', '181600.285000', '181600.288000', '181600.291000', '181600.294000', '181600.296000', '181600.299000', '181600.302000', '181600.305000', '181600.308000', '181600.311000', '181600.314000', '181600.317000', '181600.323000', '181600.326000', '181600.329000', '181600.332000', '181600.335000', '181600.338000', '181600.340000', '181600.343000', '181600.346000', '181600.349000', '181600.352000', '181600.355000', '181600.358000', '181600.361000', '181600.364000', '181600.367000', '181600.369000', '181600.372000', '181600.375000', '181600.378000', '181600.381000', '181600.384000', '181600.387000', '181600.390000', '181600.393000', '181600.396000', '181600.399000', '181600.402000', '181600.405000', '181600.407000', '181620.277000', '181620.280000', '181620.283000', '181620.286000', '181620.289000', '181620.292000', '181620.295000', '181620.298000', '181620.301000', '181620.303000', '181620.306000', '181620.309000', '181620.312000', '181620.315000', '181620.318000', '181620.321000', '181620.324000', '181620.334000', '181620.336000', '181620.339000', '181620.342000', '181620.345000', '181620.348000', '181620.351000', '181620.354000', '181620.357000', '181620.360000', '181620.363000', '181620.366000', '181620.368000', '181620.371000', '181620.374000', '181620.377000', '181620.380000', '181620.383000', '181620.386000', '181620.389000', '181620.392000', '181620.394000', '181620.397000', '181620.400000', '181620.403000', '181620.406000', '181640.277000', '181640.280000', '181640.283000', '181640.286000', '181640.289000', '181640.292000', '181640.295000', '181640.298000', '181640.301000', '181640.304000', '181640.307000', '181640.310000', '181640.313000', '181640.315000', '181640.318000', '181640.321000', '181640.324000', '181640.327000', '181640.330000', '181640.333000', '181640.336000', '181640.339000', '181640.342000', '181640.345000', '181640.348000', '181640.350000', '181640.353000', '181640.356000', '181640.359000', '181640.362000', '181640.365000', '181640.368000', '181640.371000', '181640.374000', '181640.377000', '181640.380000', '181640.383000', '181640.385000', '181640.388000', '181640.391000', '181640.394000', '181640.397000', '181640.400000', '181700.277000', '181700.280000', '181700.283000', '181700.286000', '181700.289000', '181700.292000', '181700.295000', '181700.298000', '181700.301000', '181700.303000', '181700.306000', '181700.309000', '181700.312000', '181700.315000', '181700.318000', '181700.321000', '181700.324000', '181700.327000', '181700.330000', '181700.333000', '181700.336000', '181700.338000', '181700.341000', '181700.344000', '181700.347000', '181700.350000', '181700.353000', '181700.356000', '181700.359000', '181700.361000', '181700.364000', '181700.367000', '181700.370000', '181700.373000', '181700.376000', '181700.379000', '181700.382000', '181700.385000', '181700.387000', '181700.390000', '181700.393000', '181700.396000', '181700.399000', '181700.402000', '181720.277000', '181720.280000', '181720.283000', '181720.286000', '181720.289000', '181720.292000', '181720.295000', '181720.298000', '181720.301000', '181720.304000', '181720.307000', '181720.310000', '181720.313000', '181720.316000', '181720.319000', '181720.322000', '181720.325000', '181720.328000', '181720.330000', '181720.333000', '181720.336000', '181720.339000', '181720.342000', '181720.345000', '181720.348000', '181720.351000', '181720.354000', '181720.357000', '181720.360000', '181720.363000', '181720.365000', '181720.368000', '181720.371000', '181720.374000', '181720.377000', '181720.380000', '181720.383000', '181720.386000', '181720.389000', '181720.392000', '181720.395000', '181720.397000', '181720.400000', '181740.278000', '181740.281000', '181740.284000', '181740.287000', '181740.290000', '181740.293000', '181740.296000', '181740.305000', '181740.308000', '181740.311000', '181740.314000', '181740.317000', '181740.319000', '181740.322000', '181740.325000', '181740.328000', '181740.331000', '181740.334000', '181740.337000', '181740.340000', '181740.343000', '181740.346000', '181740.348000', '181740.351000', '181740.354000', '181740.357000', '181740.360000', '181740.363000', '181740.376000', '181740.379000', '181740.382000', '181740.385000', '181740.388000', '181740.391000', '181740.394000', '181740.397000', '181740.400000', '181740.402000', '181740.405000', '181740.408000', '181740.411000', '181740.414000', '181740.417000', '181740.420000', '181800.278000', '181800.281000', '181800.284000', '181800.287000', '181800.290000', '181800.293000', '181800.296000', '181800.298000', '181800.301000', '181800.304000', '181800.307000', '181800.310000', '181800.313000', '181800.316000', '181800.319000', '181800.322000', '181800.325000', '181800.328000', '181800.331000', '181800.334000', '181800.337000', '181800.340000', '181800.343000', '181800.345000', '181800.348000', '181800.351000', '181800.360000', '181800.363000', '181800.366000', '181800.369000', '181800.372000', '181800.375000', '181800.378000', '181800.381000', '181800.383000', '181800.386000', '181800.389000', '181800.392000', '181800.395000', '181800.398000', '181800.401000', '181800.404000', '181800.407000', '181820.277000', '181820.280000', '181820.283000', '181820.286000', '181820.289000', '181820.292000', '181820.295000', '181820.297000', '181820.300000', '181820.303000', '181820.306000', '181820.309000', '181820.312000', '181820.315000', '181820.318000', '181820.322000', '181820.324000', '181820.327000', '181820.330000', '181820.333000', '181820.336000', '181820.339000', '181820.342000', '181820.345000', '181820.348000', '181820.350000', '181820.353000', '181820.356000', '181820.359000', '181820.362000', '181820.365000', '181820.368000', '181820.371000', '181820.374000', '181820.377000', '181820.380000', '181820.383000', '181820.386000', '181820.389000', '181820.391000', '181820.394000', '181820.397000', '181820.400000', '181820.403000', '181822.916000', '181822.919000', '181822.922000', '181822.925000', '181822.928000', '181822.931000'], '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': [11716, 14948, 12040, 12192, 11196, 13491, 11677, 14856, 12156, 14025, 11359, 15465, 11493, 14560, 10904, 13114, 10398, 12518, 9578, 9061, 10169, 7558, 11741, 10148, 12125, 10717, 8614, 10588, 8577, 10836, 8436, 10624, 8211, 12298, 8874, 10911, 8525, 10949, 8303, 11250, 8686, 10995, 7871, 11720, 8604, 12231, 9717, 12500, 10038, 12706, 9807, 12382, 9804, 12711, 10347, 13285, 10912, 13805, 10734, 14182, 10906, 14199, 11138, 11734, 10824, 13540, 11280, 14290, 11671, 13004, 11267, 16602, 12553, 14721, 11364, 15380, 11256, 14730, 11101, 14515, 10694, 14160, 10369, 13532, 10364, 13053, 10249, 13009, 10135, 13405, 10094, 13099, 9948, 12389, 9375, 12382, 8171, 11534, 8393, 11709, 8103, 11623, 8275, 11586, 8820, 12125, 9096, 12087, 10019, 12831, 10297, 13156, 10489, 12878, 9934, 13239, 10122, 13179, 10393, 13103, 10358, 13590, 10075, 13448, 10412, 14072, 10065, 13787, 10564, 11049, 10132, 9000, 10856, 8059, 10969, 8345, 11720, 9342, 12215, 9109, 12473, 9916, 13391, 10353, 14122, 11104, 14006, 10494, 14535, 11000, 12498, 10381, 11516, 10776, 8188, 11032, 8503, 11856, 9351, 13634, 9703, 12701, 9427, 11980, 13371, 11937, 13606, 11292, 15443, 11526, 13800, 10615, 14445, 11048, 13393, 10278, 13148, 10449, 12460, 10294, 11997, 10343, 9915, 10565, 8903, 10659, 8484, 11241, 8258, 11750, 9529, 12652, 10753, 13803, 10872, 13223, 11081, 10981, 10893, 11952, 11389, 9249, 12192, 9505, 12855, 10486, 13908, 11106, 15596, 11509, 8905, 10857, 9539, 13362, 10594, 8161, 12721, 10196, 10928, 12209, 17249, 13979, 18321, 12738, 15406, 11535, 14620, 11481, 10490, 11033, 8386, 11163, 8865, 12149, 9245, 12269, 9675, 12599, 9558, 13170, 10131, 12177, 10195, 10557, 10337, 8964, 11267, 8725, 11623, 9216, 12586, 10282, 13719, 10769, 12841, 10369, 10947, 10611, 9043, 10743, 9934, 11699, 9044, 11427, 9114, 12069, 9569, 12451, 9172, 11601, 9127, 12450, 9947, 12545, 9990, 13404, 10214, 13854, 10285, 13031, 9968, 13093, 10548, 10636, 10127, 8815, 10966, 9729, 11275, 8425, 11303, 8869, 11790, 8955, 11946, 9017, 12018, 9233, 12748, 9980, 13416, 10101, 13745, 10211, 10555, 10239, 9873, 10805, 12385, 11147, 8946, 10981, 9814, 11739, 8936, 11121, 9264, 11647, 9212, 11490, 8973, 11411, 9049, 11517, 8929, 11764, 9036, 12644, 10031, 13015, 10236, 12369, 10636, 11946, 10685, 8315, 10981, 8786, 11769, 9396, 12889, 10163, 13261, 10303, 14092, 11175, 14262, 11024, 13573, 9919, 13522, 9964, 13650, 10104, 13774, 10126, 13270, 10392, 11596, 9951, 12701, 10443, 11122, 10470, 10942, 11088, 10735, 11011, 9254, 11011, 9154, 11896, 8854, 11421, 9018, 12169, 10100, 13569, 10416, 13915, 10587, 12301, 10313, 10806, 10078, 10956, 10852, 9071, 11193, 9287, 12034, 9839, 13508, 10380, 12174, 10065, 7973, 10811, 10077, 12731, 10967, 9569, 12168, 9759, 13057, 10070, 14378, 10479, 13449, 10631, 14347, 10835, 13915, 10406, 13499, 10393, 14596, 10472, 11277, 10222, 11638, 10467, 8665, 10548, 8372, 12571, 9049, 11780, 9011, 11044, 8513, 11678, 9014, 12083, 9607, 12762, 9919, 13382, 10246, 11240, 9946, 11432, 10548, 8122, 10890, 8802, 11934, 9400, 12731, 10366, 12738, 10193, 10203, 9999, 9675, 10902, 8497, 11684, 9540, 12085, 9681, 13609, 10520, 13160, 10307, 12259, 10243, 11319, 10404, 9262, 11069, 9932, 11598, 9047, 12259, 11875, 12301, 11392, 11536, 11351, 11355, 13121, 11656, 9498, 11593, 9351, 12009, 9556, 12313, 9311, 12804, 9107, 11437, 8551, 11620, 8918, 12457, 9097, 12186, 9878, 13301, 10291, 13468, 10136, 13628, 10453, 13066, 10614, 9645, 10344, 8500, 11262, 8795, 12249, 9565, 12208, 9502, 13126, 10696, 14672, 11129, 12243, 10173, 12894, 10761, 10602, 11202, 9242, 12040, 9477, 13442, 10418, 14058, 10219, 12851, 9417, 12610, 9162, 12685, 9305, 12200, 9199, 12671, 9088, 12119, 9511, 12529, 9762, 12033, 9750, 10821, 9796, 11747, 10024, 11585, 10040, 8626, 9942, 8757, 8931, 9794, 14505, 10709, 12713, 9827, 11408, 9769, 7575, 10879, 9686, 13340, 10571, 11575, 10350, 11792, 11221, 9469, 14353, 11698, 16909, 13767, 16443, 12801, 14756, 10729, 13329, 9525, 13325, 9517, 11895, 9032, 11353, 10146, 11175, 12264, 11141, 9445, 10762, 9575, 10449, 10157, 10237, 10578, 10648, 8387, 10653, 8450, 10370, 8421, 10831, 7823, 11024, 8068, 11015, 7929, 11145, 8234, 11560, 9490, 12176, 9920, 12675, 10521, 12738, 10483, 10310, 10280, 8504, 10629, 8857, 11153, 8896, 11359, 9906, 12929, 10338, 11115, 9978, 8527, 10487, 8461, 11421, 10301, 13394, 10650, 11287, 10444, 9623, 10781, 8803, 11229, 10245, 13105, 10446, 10034, 10822, 8078, 11144, 10194, 11102, 10473, 8465, 12363, 10426, 11622, 12378, 10124, 13670, 10287, 15141, 11924, 16446, 12911, 15575, 12469, 10347, 13160, 10232, 13836, 10989, 13859, 11246, 10098, 10457, 8977, 14449, 11121, 9483, 11741, 8736, 12425, 10540, 15164, 11535, 12188, 10703, 13665, 11593, 9289, 10942, 8778, 11099, 9063, 12126, 10466, 12604, 10106, 10462, 10382, 8129, 10642, 9827, 11976, 10185, 7912, 10523, 9156, 13245, 10693, 12506, 10765, 12704, 11232, 13257, 12164, 10011, 11603, 9704, 12876, 10786, 13461, 10521, 12534, 10327, 11097, 10478, 8374, 10883, 8815, 11809, 10056, 13622, 11258, 11548, 9993, 12168, 11051, 8721, 11076, 8679, 11236, 9320, 12399, 10057, 10653, 9870, 8906, 10538, 10243, 12996, 9361, 11659, 9292, 11836, 9490, 12599, 9760, 12767, 9923, 12572, 10112, 13819, 10468, 10349, 9827, 8406, 10855, 8569, 10830, 9579, 11304, 8453, 10927, 8681, 11700, 9241, 12411, 10062, 12882, 10268, 13747, 10996, 10018, 10318, 8501, 11150, 8576, 11056, 9301, 12140, 8984, 13436, 11035, 8612, 11603, 10053, 11589, 10545, 12610, 12579, 9457, 13182, 10376, 14488, 11063, 15829, 12173, 9847, 10973, 8736, 12008, 9304, 13292, 10858, 13399, 10279, 12589, 10841, 8889, 10894, 8311, 11570, 9554, 13312, 10635, 14631, 11017, 12729, 10874, 12537, 11005, 9807, 11388, 8781, 11228, 9479, 13706, 11010, 10365, 10202, 8605, 12253, 9960, 13126, 10736, 12001, 10602, 8312, 11717, 9566, 13723, 10926, 14601, 10978, 14585, 11107, 9204, 11361, 9730, 13158, 10982, 8966, 11808, 9718, 14861, 11233, 16551, 11973, 13835, 11456, 10109, 12291, 9842, 13232, 10886, 10972, 11893, 9469, 13939, 10636, 8233, 12337, 9881, 8893, 13793, 12656, 15472, 10950, 13147, 10386, 15221, 10901, 10855, 9922, 8950, 10587, 8795, 11720, 9446, 12298, 9657, 9133, 9409, 7474, 10757, 9698, 9674, 9536, 7476, 10826, 9470, 10218, 9397, 7630, 11336, 9655, 10478, 9935, 7765, 11927, 9672, 13829, 10816, 10364, 10487, 8682, 12325, 10627, 11124, 10040, 8243, 12250, 10105, 14474, 10831, 10394, 10613, 8319, 12178, 10068, 11212, 9877, 8048, 11623, 10089, 11653, 10099, 7925, 11840, 10017, 13734, 11083, 9862, 10791, 8780, 12752, 10371, 11859, 10081, 9585, 11140, 8779, 12536, 10436, 10566, 9907, 7978, 11104, 9434, 13569, 10120, 10398, 10394, 8021, 12257, 10058, 14402, 10895, 8643, 12105, 9607, 14611, 11392, 16087, 12002, 13460, 11024, 11130, 11743, 9202, 11907, 9132, 13292, 10960, 15474, 10960, 9811, 10984, 9064, 13730, 10738, 9639, 12413, 10021, 14643, 10960, 9055, 12250, 9749, 15589, 11962, 12349, 13653, 11479, 13787, 10487, 14896, 11304, 8293, 12809, 9906, 8709, 14173, 10960, 10929, 12977, 10077, 15797, 10861, 15351, 11671, 9113, 11275, 9069, 14351, 10620, 10056, 9620, 8394, 11080, 8780, 11929, 9641, 11119, 9433, 7461, 11464, 9289, 14100, 10547, 8950, 10066, 9139, 12388, 10346, 8592, 12399, 9870, 14744, 10839, 11843, 10493, 8896], 'WindowCenter': [4328.0, 4331.0, 4296.0, 4293.0, 4271.0, 4291.0, 4269.0, 4288.0, 4266.0, 4276.0, 4254.0, 4286.0, 4255.0, 4274.0, 4254.0, 4263.0, 4243.0, 4265.0, 4233.0, 4233.0, 4245.0, 4215.0, 4267.0, 4259.0, 4278.0, 4257.0, 4236.0, 4257.0, 4237.0, 4256.0, 4225.0, 4256.0, 4225.0, 4266.0, 4235.0, 4256.0, 4223.0, 4256.0, 4225.0, 4255.0, 4226.0, 4254.0, 4223.0, 4265.0, 4236.0, 4265.0, 4246.0, 4267.0, 4246.0, 4277.0, 4256.0, 4265.0, 4245.0, 4265.0, 4245.0, 4276.0, 4256.0, 4276.0, 4256.0, 4276.0, 4256.0, 4276.0, 4256.0, 4265.0, 4256.0, 4277.0, 4256.0, 4274.0, 4255.0, 4264.0, 4255.0, 4287.0, 4264.0, 4274.0, 4253.0, 4274.0, 4253.0, 4273.0, 4253.0, 4273.0, 4243.0, 4273.0, 4241.0, 4263.0, 4243.0, 4264.0, 4243.0, 4263.0, 4242.0, 4263.0, 4244.0, 4264.0, 4243.0, 4264.0, 4231.0, 4264.0, 4223.0, 4253.0, 4212.0, 4253.0, 4213.0, 4254.0, 4223.0, 4254.0, 4233.0, 4265.0, 4235.0, 4264.0, 4244.0, 4264.0, 4245.0, 4276.0, 4255.0, 4263.0, 4244.0, 4265.0, 4245.0, 4263.0, 4244.0, 4263.0, 4244.0, 4264.0, 4258.0, 4276.0, 4243.0, 4274.0, 4244.0, 4274.0, 4244.0, 4254.0, 4245.0, 4235.0, 4254.0, 4213.0, 4256.0, 4236.0, 4266.0, 4247.0, 4266.0, 4236.0, 4265.0, 4246.0, 4275.0, 4255.0, 4287.0, 4256.0, 4276.0, 4256.0, 4286.0, 4257.0, 4266.0, 4256.0, 4266.0, 4255.0, 4225.0, 4256.0, 4236.0, 4266.0, 4235.0, 4277.0, 4245.0, 4265.0, 4233.0, 4255.0, 4264.0, 4255.0, 4263.0, 4254.0, 4274.0, 4252.0, 4264.0, 4243.0, 4273.0, 4254.0, 4275.0, 4244.0, 4275.0, 4254.0, 4263.0, 4244.0, 4265.0, 4245.0, 4246.0, 4256.0, 4235.0, 4257.0, 4235.0, 4267.0, 4227.0, 4268.0, 4248.0, 4278.0, 4269.0, 4290.0, 4271.0, 4279.0, 4268.0, 4269.0, 4269.0, 4267.0, 4267.0, 4234.0, 4268.0, 4247.0, 4277.0, 4256.0, 4278.0, 4267.0, 4287.0, 4255.0, 4235.0, 4257.0, 4248.0, 4277.0, 4255.0, 4239.0, 4278.0, 4259.0, 4269.0, 4280.0, 4300.0, 4277.0, 4286.0, 4252.0, 4273.0, 4240.0, 4273.0, 4240.0, 4230.0, 4241.0, 4199.0, 4240.0, 4222.0, 4251.0, 4220.0, 4251.0, 4221.0, 4253.0, 4232.0, 4263.0, 4244.0, 4252.0, 4232.0, 4244.0, 4244.0, 4222.0, 4243.0, 4223.0, 4253.0, 4234.0, 4255.0, 4233.0, 4263.0, 4244.0, 4265.0, 4246.0, 4243.0, 4245.0, 4224.0, 4256.0, 4244.0, 4265.0, 4223.0, 4255.0, 4225.0, 4255.0, 4233.0, 4264.0, 4233.0, 4254.0, 4234.0, 4253.0, 4232.0, 4263.0, 4244.0, 4275.0, 4244.0, 4275.0, 4244.0, 4265.0, 4247.0, 4265.0, 4245.0, 4244.0, 4245.0, 4235.0, 4257.0, 4235.0, 4254.0, 4224.0, 4255.0, 4235.0, 4255.0, 4223.0, 4254.0, 4224.0, 4254.0, 4235.0, 4264.0, 4244.0, 4275.0, 4245.0, 4276.0, 4245.0, 4257.0, 4246.0, 4245.0, 4255.0, 4265.0, 4255.0, 4225.0, 4255.0, 4245.0, 4255.0, 4223.0, 4253.0, 4234.0, 4255.0, 4234.0, 4255.0, 4224.0, 4253.0, 4236.0, 4254.0, 4223.0, 4254.0, 4237.0, 4265.0, 4246.0, 4276.0, 4246.0, 4267.0, 4256.0, 4267.0, 4256.0, 4227.0, 4257.0, 4237.0, 4267.0, 4236.0, 4266.0, 4246.0, 4278.0, 4247.0, 4276.0, 4254.0, 4275.0, 4244.0, 4262.0, 4243.0, 4263.0, 4244.0, 4274.0, 4244.0, 4274.0, 4244.0, 4265.0, 4246.0, 4255.0, 4245.0, 4266.0, 4245.0, 4255.0, 4245.0, 4255.0, 4255.0, 4244.0, 4255.0, 4231.0, 4255.0, 4235.0, 4255.0, 4224.0, 4254.0, 4236.0, 4265.0, 4245.0, 4276.0, 4255.0, 4278.0, 4256.0, 4266.0, 4248.0, 4258.0, 4246.0, 4257.0, 4257.0, 4225.0, 4256.0, 4235.0, 4266.0, 4248.0, 4277.0, 4245.0, 4267.0, 4246.0, 4226.0, 4268.0, 4260.0, 4291.0, 4270.0, 4249.0, 4280.0, 4247.0, 4279.0, 4245.0, 4276.0, 4244.0, 4266.0, 4244.0, 4264.0, 4242.0, 4263.0, 4242.0, 4262.0, 4232.0, 4273.0, 4242.0, 4242.0, 4242.0, 4254.0, 4243.0, 4222.0, 4244.0, 4212.0, 4255.0, 4224.0, 4253.0, 4223.0, 4242.0, 4223.0, 4252.0, 4222.0, 4253.0, 4233.0, 4264.0, 4234.0, 4265.0, 4244.0, 4254.0, 4245.0, 4256.0, 4244.0, 4213.0, 4255.0, 4224.0, 4255.0, 4236.0, 4265.0, 4245.0, 4264.0, 4245.0, 4245.0, 4245.0, 4246.0, 4254.0, 4224.0, 4265.0, 4233.0, 4264.0, 4246.0, 4275.0, 4256.0, 4276.0, 4245.0, 4265.0, 4246.0, 4255.0, 4244.0, 4235.0, 4256.0, 4246.0, 4267.0, 4235.0, 4266.0, 4265.0, 4266.0, 4255.0, 4255.0, 4255.0, 4254.0, 4276.0, 4255.0, 4232.0, 4255.0, 4234.0, 4265.0, 4244.0, 4265.0, 4235.0, 4266.0, 4223.0, 4254.0, 4223.0, 4255.0, 4235.0, 4264.0, 4233.0, 4263.0, 4244.0, 4275.0, 4243.0, 4276.0, 4244.0, 4276.0, 4257.0, 4276.0, 4255.0, 4234.0, 4244.0, 4235.0, 4266.0, 4234.0, 4265.0, 4245.0, 4265.0, 4246.0, 4274.0, 4255.0, 4287.0, 4255.0, 4267.0, 4245.0, 4276.0, 4255.0, 4243.0, 4254.0, 4233.0, 4263.0, 4235.0, 4264.0, 4242.0, 4261.0, 4231.0, 4262.0, 4221.0, 4252.0, 4222.0, 4251.0, 4221.0, 4252.0, 4233.0, 4263.0, 4222.0, 4263.0, 4243.0, 4265.0, 4244.0, 4264.0, 4245.0, 4255.0, 4246.0, 4264.0, 4245.0, 4278.0, 4259.0, 4238.0, 4258.0, 4236.0, 4248.0, 4257.0, 4277.0, 4245.0, 4252.0, 4232.0, 4252.0, 4242.0, 4215.0, 4256.0, 4260.0, 4290.0, 4271.0, 4270.0, 4261.0, 4267.0, 4257.0, 4235.0, 4277.0, 4255.0, 4288.0, 4264.0, 4264.0, 4240.0, 4250.0, 4216.0, 4237.0, 4206.0, 4236.0, 4205.0, 4226.0, 4194.0, 4226.0, 4216.0, 4226.0, 4236.0, 4226.0, 4205.0, 4227.0, 4207.0, 4227.0, 4219.0, 4230.0, 4228.0, 4230.0, 4210.0, 4231.0, 4209.0, 4231.0, 4212.0, 4242.0, 4202.0, 4244.0, 4212.0, 4244.0, 4215.0, 4255.0, 4225.0, 4255.0, 4246.0, 4266.0, 4247.0, 4277.0, 4258.0, 4276.0, 4256.0, 4248.0, 4256.0, 4237.0, 4258.0, 4249.0, 4270.0, 4238.0, 4267.0, 4259.0, 4278.0, 4259.0, 4269.0, 4258.0, 4250.0, 4268.0, 4239.0, 4280.0, 4260.0, 4291.0, 4271.0, 4270.0, 4272.0, 4259.0, 4271.0, 4248.0, 4270.0, 4261.0, 4292.0, 4272.0, 4272.0, 4282.0, 4241.0, 4281.0, 4272.0, 4281.0, 4272.0, 4250.0, 4295.0, 4284.0, 4283.0, 4304.0, 4272.0, 4303.0, 4270.0, 4301.0, 4281.0, 4301.0, 4290.0, 4301.0, 4278.0, 4258.0, 4279.0, 4257.0, 4277.0, 4255.0, 4265.0, 4253.0, 4246.0, 4255.0, 4238.0, 4288.0, 4267.0, 4247.0, 4268.0, 4237.0, 4267.0, 4243.0, 4274.0, 4255.0, 4265.0, 4245.0, 4276.0, 4254.0, 4234.0, 4256.0, 4225.0, 4256.0, 4223.0, 4253.0, 4246.0, 4266.0, 4260.0, 4257.0, 4246.0, 4214.0, 4255.0, 4258.0, 4267.0, 4247.0, 4226.0, 4257.0, 4249.0, 4279.0, 4258.0, 4267.0, 4256.0, 4276.0, 4256.0, 4265.0, 4265.0, 4231.0, 4254.0, 4234.0, 4262.0, 4243.0, 4264.0, 4244.0, 4266.0, 4245.0, 4254.0, 4245.0, 4223.0, 4255.0, 4235.0, 4266.0, 4244.0, 4264.0, 4253.0, 4255.0, 4246.0, 4265.0, 4255.0, 4223.0, 4253.0, 4223.0, 4254.0, 4236.0, 4265.0, 4246.0, 4255.0, 4246.0, 4236.0, 4257.0, 4258.0, 4278.0, 4235.0, 4255.0, 4235.0, 4256.0, 4235.0, 4266.0, 4246.0, 4265.0, 4245.0, 4264.0, 4246.0, 4277.0, 4256.0, 4245.0, 4245.0, 4226.0, 4257.0, 4237.0, 4257.0, 4246.0, 4257.0, 4227.0, 4258.0, 4237.0, 4268.0, 4247.0, 4267.0, 4247.0, 4278.0, 4258.0, 4289.0, 4257.0, 4258.0, 4257.0, 4238.0, 4269.0, 4238.0, 4267.0, 4248.0, 4278.0, 4240.0, 4278.0, 4268.0, 4240.0, 4269.0, 4262.0, 4282.0, 4272.0, 4281.0, 4279.0, 4247.0, 4279.0, 4247.0, 4289.0, 4268.0, 4288.0, 4266.0, 4245.0, 4255.0, 4225.0, 4266.0, 4236.0, 4276.0, 4255.0, 4277.0, 4246.0, 4277.0, 4257.0, 4235.0, 4256.0, 4225.0, 4268.0, 4246.0, 4275.0, 4257.0, 4288.0, 4257.0, 4278.0, 4258.0, 4279.0, 4257.0, 4247.0, 4268.0, 4237.0, 4269.0, 4247.0, 4290.0, 4268.0, 4258.0, 4259.0, 4238.0, 4278.0, 4258.0, 4280.0, 4270.0, 4279.0, 4258.0, 4227.0, 4266.0, 4248.0, 4276.0, 4257.0, 4287.0, 4257.0, 4288.0, 4257.0, 4247.0, 4267.0, 4247.0, 4278.0, 4257.0, 4236.0, 4268.0, 4245.0, 4288.0, 4258.0, 4311.0, 4268.0, 4277.0, 4256.0, 4244.0, 4265.0, 4245.0, 4276.0, 4256.0, 4244.0, 4255.0, 4235.0, 4274.0, 4243.0, 4237.0, 4265.0, 4246.0, 4234.0, 4277.0, 4266.0, 4276.0, 4231.0, 4252.0, 4233.0, 4262.0, 4230.0, 4231.0, 4220.0, 4221.0, 4232.0, 4208.0, 4252.0, 4221.0, 4254.0, 4231.0, 4223.0, 4234.0, 4204.0, 4254.0, 4245.0, 4245.0, 4235.0, 4229.0, 4267.0, 4245.0, 4257.0, 4236.0, 4227.0, 4257.0, 4248.0, 4257.0, 4247.0, 4216.0, 4268.0, 4247.0, 4289.0, 4270.0, 4257.0, 4256.0, 4236.0, 4267.0, 4245.0, 4256.0, 4245.0, 4225.0, 4266.0, 4246.0, 4287.0, 4256.0, 4246.0, 4256.0, 4226.0, 4266.0, 4247.0, 4256.0, 4246.0, 4226.0, 4267.0, 4257.0, 4280.0, 4259.0, 4240.0, 4280.0, 4259.0, 4290.0, 4281.0, 4260.0, 4269.0, 4239.0, 4279.0, 4258.0, 4279.0, 4258.0, 4248.0, 4268.0, 4237.0, 4278.0, 4258.0, 4269.0, 4259.0, 4238.0, 4269.0, 4261.0, 4289.0, 4269.0, 4270.0, 4270.0, 4240.0, 4281.0, 4261.0, 4303.0, 4271.0, 4249.0, 4280.0, 4260.0, 4301.0, 4270.0, 4300.0, 4277.0, 4278.0, 4258.0, 4256.0, 4266.0, 4247.0, 4269.0, 4246.0, 4278.0, 4268.0, 4300.0, 4267.0, 4246.0, 4268.0, 4248.0, 4289.0, 4268.0, 4247.0, 4277.0, 4258.0, 4302.0, 4269.0, 4237.0, 4267.0, 4248.0, 4288.0, 4266.0, 4267.0, 4275.0, 4256.0, 4276.0, 4243.0, 4287.0, 4244.0, 4213.0, 4278.0, 4244.0, 4224.0, 4276.0, 4244.0, 4256.0, 4264.0, 4233.0, 4276.0, 4243.0, 4274.0, 4242.0, 4220.0, 4242.0, 4222.0, 4263.0, 4229.0, 4220.0, 4220.0, 4209.0, 4241.0, 4211.0, 4251.0, 4233.0, 4242.0, 4221.0, 4190.0, 4253.0, 4233.0, 4263.0, 4233.0, 4224.0, 4233.0, 4223.0, 4266.0, 4233.0, 4223.0, 4254.0, 4232.0, 4273.0, 4255.0, 4254.0, 4243.0, 4223.0], 'WindowWidth': [9568.0, 9557.0, 9497.0, 9486.0, 9451.0, 9478.0, 9442.0, 9468.0, 9433.0, 9448.0, 9414.0, 9463.0, 9416.0, 9443.0, 9412.0, 9427.0, 9396.0, 9432.0, 9385.0, 9382.0, 9402.0, 9364.0, 9438.0, 9428.0, 9454.0, 9423.0, 9394.0, 9423.0, 9397.0, 9420.0, 9375.0, 9419.0, 9376.0, 9433.0, 9391.0, 9418.0, 9370.0, 9418.0, 9376.0, 9418.0, 9379.0, 9413.0, 9372.0, 9430.0, 9393.0, 9430.0, 9406.0, 9435.0, 9406.0, 9449.0, 9422.0, 9432.0, 9403.0, 9432.0, 9404.0, 9449.0, 9422.0, 9448.0, 9419.0, 9449.0, 9420.0, 9450.0, 9419.0, 9432.0, 9419.0, 9451.0, 9421.0, 9445.0, 9417.0, 9429.0, 9416.0, 9467.0, 9427.0, 9442.0, 9409.0, 9444.0, 9409.0, 9439.0, 9409.0, 9438.0, 9398.0, 9439.0, 9393.0, 9425.0, 9395.0, 9427.0, 9397.0, 9425.0, 9393.0, 9425.0, 9399.0, 9426.0, 9397.0, 9427.0, 9379.0, 9426.0, 9370.0, 9409.0, 9354.0, 9410.0, 9357.0, 9413.0, 9369.0, 9412.0, 9384.0, 9430.0, 9391.0, 9427.0, 9401.0, 9428.0, 9403.0, 9447.0, 9416.0, 9427.0, 9399.0, 9430.0, 9403.0, 9426.0, 9399.0, 9424.0, 9398.0, 9430.0, 9426.0, 9447.0, 9399.0, 9442.0, 9401.0, 9442.0, 9402.0, 9413.0, 9403.0, 9390.0, 9416.0, 9360.0, 9419.0, 9396.0, 9435.0, 9410.0, 9436.0, 9394.0, 9433.0, 9405.0, 9448.0, 9417.0, 9467.0, 9420.0, 9448.0, 9419.0, 9462.0, 9422.0, 9435.0, 9419.0, 9435.0, 9417.0, 9376.0, 9419.0, 9394.0, 9437.0, 9389.0, 9450.0, 9404.0, 9431.0, 9384.0, 9416.0, 9427.0, 9415.0, 9426.0, 9412.0, 9443.0, 9407.0, 9427.0, 9396.0, 9440.0, 9412.0, 9444.0, 9399.0, 9445.0, 9414.0, 9425.0, 9400.0, 9431.0, 9404.0, 9405.0, 9419.0, 9389.0, 9421.0, 9391.0, 9437.0, 9383.0, 9439.0, 9412.0, 9454.0, 9442.0, 9474.0, 9448.0, 9459.0, 9439.0, 9442.0, 9442.0, 9437.0, 9439.0, 9388.0, 9441.0, 9410.0, 9450.0, 9420.0, 9454.0, 9434.0, 9466.0, 9417.0, 9389.0, 9422.0, 9410.0, 9450.0, 9417.0, 9403.0, 9455.0, 9429.0, 9441.0, 9459.0, 9491.0, 9448.0, 9467.0, 9406.0, 9439.0, 9388.0, 9437.0, 9388.0, 9372.0, 9387.0, 9329.0, 9387.0, 9365.0, 9402.0, 9358.0, 9402.0, 9362.0, 9406.0, 9378.0, 9422.0, 9396.0, 9408.0, 9379.0, 9400.0, 9399.0, 9366.0, 9396.0, 9367.0, 9410.0, 9386.0, 9416.0, 9383.0, 9426.0, 9398.0, 9431.0, 9403.0, 9396.0, 9401.0, 9371.0, 9417.0, 9400.0, 9430.0, 9369.0, 9414.0, 9374.0, 9416.0, 9382.0, 9426.0, 9381.0, 9411.0, 9386.0, 9411.0, 9380.0, 9424.0, 9398.0, 9442.0, 9400.0, 9443.0, 9399.0, 9429.0, 9406.0, 9431.0, 9400.0, 9400.0, 9401.0, 9389.0, 9421.0, 9387.0, 9415.0, 9373.0, 9416.0, 9389.0, 9417.0, 9369.0, 9414.0, 9370.0, 9414.0, 9389.0, 9427.0, 9400.0, 9444.0, 9402.0, 9449.0, 9404.0, 9419.0, 9405.0, 9403.0, 9417.0, 9429.0, 9416.0, 9374.0, 9416.0, 9401.0, 9417.0, 9370.0, 9412.0, 9385.0, 9416.0, 9384.0, 9416.0, 9372.0, 9412.0, 9390.0, 9414.0, 9369.0, 9414.0, 9393.0, 9430.0, 9405.0, 9447.0, 9404.0, 9435.0, 9420.0, 9435.0, 9420.0, 9380.0, 9423.0, 9396.0, 9438.0, 9392.0, 9434.0, 9403.0, 9450.0, 9408.0, 9446.0, 9413.0, 9443.0, 9398.0, 9424.0, 9399.0, 9424.0, 9398.0, 9441.0, 9398.0, 9442.0, 9401.0, 9430.0, 9403.0, 9417.0, 9403.0, 9432.0, 9401.0, 9414.0, 9401.0, 9414.0, 9415.0, 9398.0, 9415.0, 9379.0, 9415.0, 9388.0, 9417.0, 9372.0, 9413.0, 9391.0, 9430.0, 9402.0, 9448.0, 9418.0, 9453.0, 9421.0, 9435.0, 9411.0, 9423.0, 9405.0, 9423.0, 9421.0, 9375.0, 9419.0, 9390.0, 9433.0, 9411.0, 9451.0, 9405.0, 9435.0, 9407.0, 9380.0, 9440.0, 9433.0, 9477.0, 9445.0, 9413.0, 9459.0, 9411.0, 9456.0, 9403.0, 9448.0, 9399.0, 9432.0, 9398.0, 9428.0, 9392.0, 9423.0, 9391.0, 9422.0, 9380.0, 9436.0, 9393.0, 9393.0, 9394.0, 9413.0, 9395.0, 9365.0, 9399.0, 9354.0, 9413.0, 9371.0, 9408.0, 9366.0, 9392.0, 9370.0, 9407.0, 9367.0, 9409.0, 9382.0, 9428.0, 9385.0, 9429.0, 9400.0, 9414.0, 9401.0, 9418.0, 9401.0, 9357.0, 9416.0, 9372.0, 9415.0, 9391.0, 9432.0, 9402.0, 9428.0, 9401.0, 9401.0, 9402.0, 9405.0, 9414.0, 9371.0, 9429.0, 9385.0, 9428.0, 9407.0, 9445.0, 9417.0, 9447.0, 9403.0, 9432.0, 9406.0, 9415.0, 9401.0, 9389.0, 9420.0, 9405.0, 9437.0, 9389.0, 9434.0, 9430.0, 9433.0, 9415.0, 9417.0, 9415.0, 9413.0, 9445.0, 9417.0, 9382.0, 9416.0, 9387.0, 9431.0, 9401.0, 9432.0, 9391.0, 9431.0, 9371.0, 9413.0, 9371.0, 9416.0, 9389.0, 9428.0, 9384.0, 9425.0, 9401.0, 9443.0, 9399.0, 9448.0, 9400.0, 9447.0, 9421.0, 9448.0, 9416.0, 9387.0, 9400.0, 9390.0, 9434.0, 9387.0, 9432.0, 9402.0, 9432.0, 9406.0, 9443.0, 9416.0, 9465.0, 9418.0, 9435.0, 9404.0, 9449.0, 9418.0, 9398.0, 9412.0, 9383.0, 9425.0, 9387.0, 9429.0, 9394.0, 9421.0, 9377.0, 9422.0, 9364.0, 9407.0, 9366.0, 9403.0, 9364.0, 9407.0, 9383.0, 9423.0, 9369.0, 9425.0, 9399.0, 9432.0, 9403.0, 9429.0, 9402.0, 9416.0, 9406.0, 9429.0, 9404.0, 9457.0, 9431.0, 9400.0, 9426.0, 9396.0, 9414.0, 9422.0, 9453.0, 9399.0, 9408.0, 9378.0, 9406.0, 9395.0, 9362.0, 9421.0, 9434.0, 9475.0, 9448.0, 9444.0, 9433.0, 9435.0, 9424.0, 9388.0, 9449.0, 9415.0, 9471.0, 9427.0, 9434.0, 9386.0, 9404.0, 9345.0, 9376.0, 9331.0, 9375.0, 9328.0, 9359.0, 9314.0, 9357.0, 9344.0, 9359.0, 9374.0, 9359.0, 9329.0, 9361.0, 9334.0, 9362.0, 9355.0, 9371.0, 9367.0, 9371.0, 9346.0, 9373.0, 9343.0, 9375.0, 9351.0, 9393.0, 9338.0, 9397.0, 9354.0, 9398.0, 9363.0, 9415.0, 9375.0, 9415.0, 9404.0, 9433.0, 9407.0, 9451.0, 9425.0, 9449.0, 9420.0, 9410.0, 9419.0, 9395.0, 9427.0, 9415.0, 9445.0, 9399.0, 9439.0, 9430.0, 9455.0, 9427.0, 9443.0, 9426.0, 9418.0, 9443.0, 9403.0, 9459.0, 9431.0, 9479.0, 9447.0, 9447.0, 9451.0, 9432.0, 9448.0, 9412.0, 9445.0, 9434.0, 9482.0, 9453.0, 9453.0, 9467.0, 9408.0, 9465.0, 9455.0, 9464.0, 9453.0, 9423.0, 9489.0, 9474.0, 9469.0, 9502.0, 9451.0, 9499.0, 9447.0, 9493.0, 9462.0, 9495.0, 9473.0, 9493.0, 9455.0, 9425.0, 9459.0, 9424.0, 9450.0, 9415.0, 9430.0, 9409.0, 9404.0, 9416.0, 9399.0, 9468.0, 9436.0, 9411.0, 9439.0, 9395.0, 9436.0, 9398.0, 9444.0, 9414.0, 9430.0, 9403.0, 9446.0, 9412.0, 9386.0, 9419.0, 9377.0, 9418.0, 9370.0, 9411.0, 9404.0, 9435.0, 9431.0, 9423.0, 9406.0, 9360.0, 9417.0, 9424.0, 9437.0, 9408.0, 9379.0, 9423.0, 9415.0, 9458.0, 9424.0, 9438.0, 9419.0, 9446.0, 9420.0, 9431.0, 9429.0, 9377.0, 9411.0, 9387.0, 9422.0, 9395.0, 9427.0, 9398.0, 9433.0, 9404.0, 9413.0, 9401.0, 9370.0, 9415.0, 9389.0, 9433.0, 9400.0, 9428.0, 9411.0, 9416.0, 9404.0, 9430.0, 9414.0, 9369.0, 9410.0, 9370.0, 9413.0, 9393.0, 9431.0, 9406.0, 9418.0, 9407.0, 9392.0, 9423.0, 9426.0, 9453.0, 9389.0, 9417.0, 9387.0, 9418.0, 9388.0, 9433.0, 9402.0, 9430.0, 9401.0, 9428.0, 9405.0, 9451.0, 9418.0, 9403.0, 9405.0, 9379.0, 9424.0, 9395.0, 9424.0, 9407.0, 9423.0, 9381.0, 9425.0, 9396.0, 9439.0, 9411.0, 9438.0, 9409.0, 9454.0, 9427.0, 9470.0, 9423.0, 9426.0, 9424.0, 9400.0, 9441.0, 9399.0, 9438.0, 9413.0, 9454.0, 9403.0, 9454.0, 9438.0, 9404.0, 9443.0, 9437.0, 9465.0, 9451.0, 9461.0, 9457.0, 9408.0, 9456.0, 9407.0, 9468.0, 9438.0, 9468.0, 9434.0, 9403.0, 9418.0, 9376.0, 9433.0, 9393.0, 9445.0, 9415.0, 9449.0, 9406.0, 9451.0, 9421.0, 9390.0, 9419.0, 9378.0, 9437.0, 9407.0, 9446.0, 9420.0, 9469.0, 9423.0, 9452.0, 9425.0, 9457.0, 9424.0, 9410.0, 9439.0, 9394.0, 9442.0, 9410.0, 9470.0, 9439.0, 9424.0, 9429.0, 9401.0, 9455.0, 9426.0, 9459.0, 9444.0, 9458.0, 9426.0, 9383.0, 9436.0, 9413.0, 9449.0, 9423.0, 9466.0, 9423.0, 9470.0, 9423.0, 9408.0, 9437.0, 9409.0, 9454.0, 9424.0, 9396.0, 9440.0, 9405.0, 9468.0, 9424.0, 9508.0, 9438.0, 9452.0, 9421.0, 9400.0, 9430.0, 9402.0, 9449.0, 9418.0, 9400.0, 9416.0, 9386.0, 9440.0, 9397.0, 9398.0, 9433.0, 9407.0, 9387.0, 9453.0, 9431.0, 9450.0, 9374.0, 9407.0, 9381.0, 9422.0, 9372.0, 9374.0, 9358.0, 9363.0, 9376.0, 9341.0, 9404.0, 9362.0, 9412.0, 9377.0, 9369.0, 9386.0, 9346.0, 9412.0, 9402.0, 9403.0, 9388.0, 9392.0, 9438.0, 9404.0, 9421.0, 9393.0, 9383.0, 9422.0, 9410.0, 9424.0, 9409.0, 9367.0, 9438.0, 9410.0, 9470.0, 9443.0, 9422.0, 9419.0, 9392.0, 9434.0, 9401.0, 9420.0, 9403.0, 9377.0, 9433.0, 9405.0, 9465.0, 9420.0, 9407.0, 9419.0, 9378.0, 9434.0, 9409.0, 9421.0, 9407.0, 9379.0, 9436.0, 9425.0, 9459.0, 9428.0, 9407.0, 9458.0, 9428.0, 9475.0, 9465.0, 9431.0, 9443.0, 9403.0, 9455.0, 9428.0, 9455.0, 9427.0, 9413.0, 9439.0, 9397.0, 9454.0, 9426.0, 9443.0, 9429.0, 9402.0, 9444.0, 9435.0, 9473.0, 9445.0, 9448.0, 9447.0, 9405.0, 9463.0, 9435.0, 9497.0, 9449.0, 9417.0, 9460.0, 9432.0, 9492.0, 9445.0, 9489.0, 9452.0, 9456.0, 9425.0, 9421.0, 9434.0, 9410.0, 9441.0, 9407.0, 9455.0, 9437.0, 9490.0, 9438.0, 9407.0, 9441.0, 9412.0, 9470.0, 9440.0, 9410.0, 9451.0, 9427.0, 9495.0, 9444.0, 9396.0, 9438.0, 9411.0, 9468.0, 9433.0, 9435.0, 9446.0, 9419.0, 9447.0, 9396.0, 9465.0, 9397.0, 9356.0, 9454.0, 9401.0, 9372.0, 9449.0, 9400.0, 9417.0, 9427.0, 9382.0, 9448.0, 9396.0, 9443.0, 9393.0, 9360.0, 9390.0, 9366.0, 9423.0, 9371.0, 9357.0, 9359.0, 9345.0, 9390.0, 9348.0, 9403.0, 9381.0, 9393.0, 9363.0, 9320.0, 9409.0, 9382.0, 9424.0, 9380.0, 9370.0, 9384.0, 9367.0, 9430.0, 9382.0, 9369.0, 9411.0, 9379.0, 9439.0, 9415.0, 9412.0, 9397.0, 9370.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.0006464104967197752</td></tr>
<tr><td colspan=3>aqi</td><td>0.01778205351452671</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.11979044410882</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2269508680206394</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.011556651472795</td></tr>
<tr><td colspan=3>efc</td><td>0.4814</td></tr>
<tr><td colspan=3>fber</td><td>4607.5405</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09626983934025929</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.280224929709466</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.570317345614507</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.595695029022899</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6400607552378648</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4751962525827573</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127477</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0001672065700404346</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012788075022399426</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1067</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.046238792692664</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.2756</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.8467</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.1702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299991.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>850.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.3007</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.932</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.8418</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3464.7456</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3647.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76553.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.325</td></tr>
<tr><td colspan=3>tsnr</td><td>44.1388439014554</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>