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

616 lines
No EOL
124 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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-01/func/sub-0050_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>51ec9fa72ea34e9b66b583ff64d02c54</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:00:48.820000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998687, 0.0512167, 0.00136399, -0.0511155, 0.997824, -0.0416493]</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.0808485</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7751, -7237, 604, -88, -115, 16, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>233.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b1ba581d-b222-4eaa-aa08-b90c43baf2fd||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679403305053711, -0.13713927567005157, 0.009434225969016552, 116.34298706054688], [-0.13741059601306915, 2.677088499069214, -0.11211705952882767, -86.91509246826172], [0.0036594842094928026, 0.11174191534519196, 2.6976547241210938, -50.69914245605469], [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': ['170048.820000', '170049.280000', '170049.740000', '170050.200000', '170050.660000', '170051.120000', '170051.580000', '170052.040000', '170052.500000', '170052.960000', '170053.420000', '170053.880000', '170054.340000', '170054.800000', '170055.260000', '170055.720000', '170056.180000', '170056.640000', '170057.100000', '170057.560000', '170058.020000', '170058.480000', '170058.940000', '170059.400000', '170059.860000', '170100.320000', '170100.780000', '170101.240000', '170101.700000', '170102.160000', '170102.620000', '170103.080000', '170103.540000', '170104.000000', '170104.460000', '170104.920000', '170105.380000', '170105.840000', '170106.300000', '170106.760000', '170107.220000', '170107.680000', '170108.140000', '170108.600000', '170109.060000', '170109.520000', '170109.980000', '170110.440000', '170110.900000', '170111.360000', '170111.820000', '170112.280000', '170112.740000', '170113.200000', '170113.660000', '170114.120000', '170114.580000', '170115.040000', '170115.500000', '170115.960000', '170116.420000', '170116.880000', '170117.340000', '170117.800000', '170118.260000', '170118.720000', '170119.180000', '170119.640000', '170120.100000', '170120.560000', '170121.020000', '170121.480000', '170121.940000', '170122.400000', '170122.860000', '170123.320000', '170123.780000', '170124.240000', '170124.700000', '170125.160000', '170125.620000', '170126.080000', '170126.540000', '170127.000000', '170127.460000', '170127.920000', '170128.380000', '170128.840000', '170129.300000', '170129.760000', '170130.220000', '170130.680000', '170131.140000', '170131.600000', '170132.060000', '170132.520000', '170132.980000', '170133.440000', '170133.900000', '170134.360000', '170134.820000', '170135.280000', '170135.740000', '170136.200000', '170136.660000', '170137.120000', '170137.580000', '170138.040000', '170138.500000', '170138.960000', '170139.420000', '170139.880000', '170140.340000', '170140.800000', '170141.260000', '170141.720000', '170142.180000', '170142.640000', '170143.100000', '170143.560000', '170144.020000', '170144.480000', '170144.940000', '170145.400000', '170145.860000', '170146.320000', '170146.780000', '170147.240000', '170147.700000', '170148.160000', '170148.620000', '170149.080000', '170149.540000', '170150.000000', '170150.460000', '170150.920000', '170151.380000', '170151.840000', '170152.300000', '170152.760000', '170153.220000', '170153.680000', '170154.140000', '170154.600000', '170155.060000', '170155.520000', '170155.980000', '170156.440000', '170156.900000', '170157.360000', '170157.820000', '170158.280000', '170158.740000', '170159.200000', '170159.660000', '170200.120000', '170200.580000', '170201.040000', '170201.500000', '170201.960000', '170202.420000', '170202.880000', '170203.340000', '170203.800000', '170204.260000', '170204.720000', '170205.180000', '170205.640000', '170206.100000', '170206.560000', '170207.020000', '170207.480000', '170207.940000', '170208.400000', '170208.860000', '170209.320000', '170209.780000', '170210.240000', '170210.700000', '170211.160000', '170211.620000', '170212.080000', '170212.540000', '170213.000000', '170213.460000', '170213.920000', '170214.380000', '170214.840000', '170215.300000', '170215.760000', '170216.220000', '170216.680000', '170217.140000', '170217.600000', '170218.060000', '170218.520000', '170218.980000', '170219.440000', '170219.900000', '170220.360000', '170220.820000', '170221.280000', '170221.740000', '170222.200000', '170222.660000', '170223.120000', '170223.580000', '170224.040000', '170224.500000', '170224.960000', '170225.420000', '170225.880000', '170226.340000', '170226.800000', '170227.260000', '170227.720000', '170228.180000', '170228.640000', '170229.100000', '170229.560000', '170230.020000', '170230.480000', '170230.940000', '170231.400000', '170231.860000', '170232.320000', '170232.780000', '170233.240000', '170233.700000', '170234.160000', '170234.620000', '170235.080000', '170235.540000', '170236.000000', '170236.460000', '170236.920000', '170237.380000', '170237.840000', '170238.300000', '170238.760000', '170239.220000', '170239.680000', '170240.140000', '170240.600000', '170241.060000', '170241.520000', '170241.980000', '170242.440000', '170242.900000', '170243.360000', '170243.820000', '170244.280000', '170244.740000', '170245.200000', '170245.660000', '170246.120000', '170246.580000', '170247.040000', '170247.500000', '170247.960000', '170248.420000', '170248.880000', '170249.340000', '170249.800000', '170250.260000', '170250.720000', '170251.180000', '170251.640000', '170252.100000', '170252.560000', '170253.020000', '170253.480000', '170253.940000', '170254.400000', '170254.860000', '170255.320000', '170255.780000', '170256.240000', '170256.700000', '170257.160000', '170257.620000', '170258.080000', '170258.540000', '170259.000000', '170259.460000', '170259.920000', '170300.380000', '170300.840000', '170301.300000', '170301.760000', '170302.220000', '170302.680000', '170303.140000', '170303.600000', '170304.060000', '170304.520000', '170304.980000', '170305.440000', '170305.900000', '170306.360000', '170306.820000', '170307.280000', '170307.740000', '170308.200000', '170308.660000', '170309.120000', '170309.580000', '170310.040000', '170310.500000', '170310.960000', '170311.420000', '170311.880000', '170312.340000', '170312.800000', '170313.260000', '170313.720000', '170314.180000', '170314.640000', '170315.100000', '170315.560000', '170316.020000', '170316.480000', '170316.940000', '170317.400000', '170317.860000', '170318.320000', '170318.780000', '170319.240000', '170319.700000', '170320.160000', '170320.620000', '170321.080000', '170321.540000', '170322.000000', '170322.460000', '170322.920000', '170323.380000', '170323.840000', '170324.300000', '170324.760000', '170325.220000', '170325.680000', '170326.140000', '170326.600000', '170327.060000', '170327.520000', '170327.980000', '170328.440000', '170328.900000', '170329.360000', '170329.820000', '170330.280000', '170330.740000', '170331.200000', '170331.660000', '170332.120000', '170332.580000', '170333.040000', '170333.500000', '170333.960000', '170334.420000', '170334.880000', '170335.340000', '170335.800000', '170336.260000', '170336.720000', '170337.180000', '170337.640000', '170338.100000', '170338.560000', '170339.020000', '170339.480000', '170339.940000', '170340.400000', '170340.860000', '170341.320000', '170341.780000', '170342.240000', '170342.700000', '170343.160000', '170343.620000', '170344.080000', '170344.540000', '170345.000000', '170345.460000', '170345.920000', '170346.380000', '170346.840000', '170347.300000', '170347.760000', '170348.220000', '170348.680000', '170349.140000', '170349.600000', '170350.060000', '170350.520000', '170350.980000', '170351.440000', '170351.900000', '170352.360000', '170352.820000', '170353.280000', '170353.740000', '170354.200000', '170354.660000', '170355.120000', '170355.580000', '170356.040000', '170356.500000', '170356.960000', '170357.420000', '170357.880000', '170358.340000', '170358.800000', '170359.260000', '170359.720000', '170400.180000', '170400.640000', '170401.100000', '170401.560000', '170402.020000', '170402.480000', '170402.940000', '170403.400000', '170403.860000', '170404.320000', '170404.780000', '170405.240000', '170405.700000', '170406.160000', '170406.620000', '170407.080000', '170407.540000', '170408.000000', '170408.460000', '170408.920000', '170409.380000', '170409.840000', '170410.300000', '170410.760000', '170411.220000', '170411.680000', '170412.140000', '170412.600000', '170413.060000', '170413.520000', '170413.980000', '170414.440000', '170414.900000', '170415.360000', '170415.820000', '170416.280000', '170416.740000', '170417.200000', '170417.660000', '170418.120000', '170418.580000', '170419.040000', '170419.500000', '170419.960000', '170420.420000', '170420.880000', '170421.340000', '170421.800000', '170422.260000', '170422.720000', '170423.180000', '170423.640000', '170424.100000', '170424.560000', '170425.020000', '170425.480000', '170425.940000', '170426.400000', '170426.860000', '170427.320000', '170427.780000', '170428.240000', '170428.700000', '170429.160000', '170429.620000', '170430.080000', '170430.540000', '170431.000000', '170431.460000', '170431.920000', '170432.380000', '170432.840000', '170433.300000', '170433.760000', '170434.220000', '170434.680000', '170435.140000', '170435.600000', '170436.060000', '170436.520000', '170436.980000', '170437.440000', '170437.900000', '170438.360000', '170438.820000', '170439.280000', '170439.740000', '170440.200000', '170440.660000', '170441.120000', '170441.580000', '170442.040000', '170442.500000', '170442.960000', '170443.420000', '170443.880000', '170444.340000', '170444.800000', '170445.260000', '170445.720000', '170446.180000', '170446.640000', '170447.100000', '170447.560000', '170448.020000', '170448.480000', '170448.940000', '170449.400000', '170449.860000', '170450.320000', '170450.780000', '170451.240000', '170451.700000', '170452.160000', '170452.620000', '170453.080000', '170453.540000', '170454.000000', '170454.460000', '170454.920000', '170455.380000', '170455.840000', '170456.300000', '170456.760000', '170457.220000', '170457.680000', '170458.140000', '170458.600000', '170459.060000', '170459.520000', '170459.980000', '170500.440000', '170500.900000', '170501.360000', '170501.820000', '170502.280000', '170502.740000', '170503.200000', '170503.660000', '170504.120000', '170504.580000', '170505.040000', '170505.500000', '170505.960000', '170506.420000', '170506.880000', '170507.340000', '170507.800000', '170508.260000', '170508.720000', '170509.180000', '170509.640000', '170510.100000', '170510.560000', '170511.020000', '170511.480000', '170511.940000', '170512.400000', '170512.860000', '170513.320000', '170513.780000', '170514.240000', '170514.700000', '170515.160000', '170515.620000', '170516.080000', '170516.540000', '170517.000000', '170517.460000', '170517.920000', '170518.380000', '170518.840000', '170519.300000', '170519.760000', '170520.220000', '170520.680000', '170521.140000', '170521.600000', '170522.060000', '170522.520000', '170522.980000', '170523.440000', '170523.900000', '170524.360000', '170524.820000', '170525.280000', '170525.740000', '170526.200000', '170526.660000', '170527.120000', '170527.580000', '170528.040000', '170528.500000', '170528.960000', '170529.420000', '170529.880000', '170530.340000', '170530.800000', '170531.260000', '170531.720000', '170532.180000', '170532.640000', '170533.100000', '170533.560000', '170534.020000', '170534.480000', '170534.940000', '170535.400000', '170535.860000', '170536.320000', '170536.780000', '170537.240000', '170537.700000', '170538.160000', '170538.620000', '170539.080000', '170539.540000', '170540.000000', '170540.460000', '170540.920000', '170541.380000', '170541.840000', '170542.300000', '170542.760000', '170543.220000', '170543.680000', '170544.140000', '170544.600000', '170545.060000', '170545.520000', '170545.980000', '170546.440000', '170546.900000', '170547.360000', '170547.820000', '170548.280000', '170548.740000', '170549.200000', '170549.660000', '170550.120000', '170550.580000', '170551.040000', '170551.500000', '170551.960000', '170552.420000', '170552.880000', '170553.340000', '170553.800000', '170554.260000', '170554.720000', '170555.180000', '170555.640000', '170556.100000', '170556.560000', '170557.020000', '170557.480000', '170557.940000', '170558.400000', '170558.860000', '170559.320000', '170559.780000', '170600.240000', '170600.700000', '170601.160000', '170601.620000', '170602.080000', '170602.540000', '170603.000000', '170603.460000', '170603.920000', '170604.380000', '170604.840000', '170605.300000', '170605.760000', '170606.220000', '170606.680000', '170607.140000', '170607.600000', '170608.060000', '170608.520000', '170608.980000', '170609.440000', '170609.900000', '170610.360000', '170610.820000', '170611.280000', '170611.740000', '170612.200000', '170612.660000', '170613.120000', '170613.580000', '170614.040000', '170614.500000', '170614.960000', '170615.420000', '170615.880000', '170616.340000', '170616.800000', '170617.260000', '170617.720000', '170618.180000', '170618.640000', '170619.100000', '170619.560000', '170620.020000', '170620.480000', '170620.940000', '170621.400000', '170621.860000', '170622.320000', '170622.780000', '170623.240000', '170623.700000', '170624.160000', '170624.620000', '170625.080000', '170625.540000', '170626.000000', '170626.460000', '170626.920000', '170627.380000', '170627.840000', '170628.300000', '170628.760000', '170629.220000', '170629.680000', '170630.140000', '170630.600000', '170631.060000', '170631.520000', '170631.980000', '170632.440000', '170632.900000', '170633.360000', '170633.820000', '170634.280000', '170634.740000', '170635.200000', '170635.660000', '170636.120000', '170636.580000', '170637.040000', '170637.500000', '170637.960000', '170638.420000', '170638.880000', '170639.340000', '170639.800000', '170640.260000', '170640.720000', '170641.180000', '170641.640000', '170642.100000', '170642.560000', '170643.020000', '170643.480000', '170643.940000', '170644.400000', '170644.860000', '170645.320000', '170645.780000', '170646.240000', '170646.700000', '170647.160000', '170647.620000', '170648.080000', '170648.540000', '170649.000000', '170649.460000', '170649.920000', '170650.380000', '170650.840000', '170651.300000', '170651.760000', '170652.220000', '170652.680000', '170653.140000', '170653.600000', '170654.060000', '170654.520000', '170654.980000', '170655.440000', '170655.900000', '170656.360000', '170656.820000', '170657.280000', '170657.740000', '170658.200000', '170658.660000', '170659.120000', '170659.580000', '170700.040000', '170700.500000', '170700.960000', '170701.420000', '170701.880000', '170702.340000', '170702.800000', '170703.260000', '170703.720000', '170704.180000', '170704.640000', '170705.100000', '170705.560000', '170706.020000', '170706.480000', '170706.940000', '170707.400000', '170707.860000', '170708.320000', '170708.780000', '170709.240000', '170709.700000', '170710.160000', '170710.620000', '170711.080000', '170711.540000', '170712.000000', '170712.460000', '170712.920000', '170713.380000', '170713.840000', '170714.300000', '170714.760000', '170715.220000', '170715.680000', '170716.140000', '170716.600000', '170717.060000', '170717.520000', '170717.980000', '170718.440000', '170718.900000', '170719.360000', '170719.820000', '170720.280000', '170720.740000', '170721.200000', '170721.660000', '170722.120000', '170722.580000', '170723.040000', '170723.500000', '170723.960000', '170724.420000', '170724.880000', '170725.340000', '170725.800000', '170726.260000', '170726.720000', '170727.180000', '170727.640000', '170728.100000', '170728.560000', '170729.020000', '170729.480000', '170729.940000', '170730.400000', '170730.860000', '170731.320000', '170731.780000', '170732.240000', '170732.700000', '170733.160000', '170733.620000', '170734.080000', '170734.540000', '170735.000000', '170735.460000', '170735.920000', '170736.380000', '170736.840000', '170737.300000', '170737.760000', '170738.220000', '170738.680000', '170739.140000', '170739.600000', '170740.060000', '170740.520000', '170740.980000', '170741.440000', '170741.900000', '170742.360000', '170742.820000', '170743.280000', '170743.740000', '170744.200000', '170744.660000', '170745.120000', '170745.580000', '170746.040000', '170746.500000', '170746.960000', '170747.420000', '170747.880000', '170748.340000', '170748.800000', '170749.260000', '170749.720000', '170750.180000', '170750.640000', '170751.100000', '170751.560000', '170752.020000', '170752.480000', '170752.940000', '170753.400000', '170753.860000', '170754.320000', '170754.780000', '170755.240000', '170755.700000', '170756.160000', '170756.620000', '170757.080000', '170757.540000', '170758.000000', '170758.460000', '170758.920000', '170759.380000', '170759.840000', '170800.300000', '170800.760000', '170801.220000', '170801.680000', '170802.140000', '170802.600000', '170803.060000', '170803.520000', '170803.980000', '170804.440000', '170804.900000', '170805.360000', '170805.820000', '170806.280000', '170806.740000', '170807.200000', '170807.660000', '170808.120000', '170808.580000', '170809.040000', '170809.500000', '170809.960000', '170810.420000', '170810.880000', '170811.340000', '170811.800000', '170812.260000', '170812.720000', '170813.180000', '170813.640000', '170814.100000', '170814.560000', '170815.020000', '170815.480000', '170815.940000', '170816.400000', '170816.860000', '170817.320000', '170817.780000', '170818.240000', '170818.700000', '170819.160000', '170819.620000', '170820.080000', '170820.540000', '170821.000000', '170821.460000', '170821.920000', '170822.380000', '170822.840000', '170823.300000', '170823.760000', '170824.220000', '170824.680000', '170825.140000', '170825.600000', '170826.060000', '170826.520000', '170826.980000', '170827.440000', '170827.900000', '170828.360000', '170828.820000', '170829.280000', '170829.740000', '170830.200000', '170830.660000', '170831.120000', '170831.580000', '170832.040000', '170832.500000', '170832.960000', '170833.420000', '170833.880000', '170834.340000', '170834.800000', '170835.260000', '170835.720000', '170836.180000', '170836.640000', '170837.100000', '170837.560000', '170838.020000', '170838.480000', '170838.940000', '170839.400000', '170839.860000', '170840.320000', '170840.780000', '170841.240000', '170841.700000', '170842.160000', '170842.620000', '170843.080000', '170843.540000', '170844.000000', '170844.460000', '170844.920000', '170845.380000', '170845.840000', '170846.300000', '170846.760000', '170847.220000', '170847.680000', '170848.140000', '170848.600000', '170849.060000', '170849.520000', '170849.980000', '170850.440000', '170850.900000', '170851.360000', '170851.820000', '170852.280000', '170852.740000', '170853.200000', '170853.660000', '170854.120000', '170854.580000', '170855.040000', '170855.500000', '170855.960000', '170856.420000', '170856.880000', '170857.340000', '170857.800000', '170858.260000', '170858.720000', '170859.180000', '170859.640000', '170900.100000', '170900.560000', '170901.020000', '170901.480000', '170901.940000'], 'ContentTime': ['170113.532000', '170113.539000', '170113.542000', '170113.545000', '170113.547000', '170113.550000', '170113.552000', '170113.555000', '170113.558000', '170113.560000', '170113.563000', '170113.565000', '170113.568000', '170113.570000', '170113.573000', '170113.575000', '170113.581000', '170113.583000', '170113.586000', '170113.589000', '170113.591000', '170113.594000', '170113.596000', '170113.599000', '170113.602000', '170113.604000', '170113.607000', '170113.609000', '170113.612000', '170113.615000', '170113.617000', '170113.620000', '170113.622000', '170113.625000', '170113.628000', '170113.630000', '170113.633000', '170113.635000', '170113.638000', '170113.640000', '170113.643000', '170113.646000', '170113.648000', '170113.651000', '170113.654000', '170113.657000', '170113.660000', '170113.663000', '170113.665000', '170113.668000', '170113.670000', '170113.673000', '170133.503000', '170133.506000', '170133.509000', '170133.512000', '170133.514000', '170133.517000', '170133.525000', '170133.527000', '170133.530000', '170133.532000', '170133.535000', '170133.537000', '170133.540000', '170133.542000', '170133.545000', '170133.548000', '170133.550000', '170133.553000', '170133.556000', '170133.558000', '170133.561000', '170133.563000', '170133.566000', '170133.569000', '170133.571000', '170133.574000', '170133.576000', '170133.579000', '170133.582000', '170133.584000', '170133.587000', '170133.589000', '170133.592000', '170133.595000', '170133.597000', '170133.600000', '170133.602000', '170133.605000', '170133.607000', '170133.610000', '170133.613000', '170133.615000', '170133.618000', '170133.620000', '170153.503000', '170153.506000', '170153.509000', '170153.511000', '170153.514000', '170153.517000', '170153.519000', '170153.522000', '170153.524000', '170153.527000', '170153.529000', '170153.532000', '170153.535000', '170153.537000', '170153.540000', '170153.542000', '170153.545000', '170153.548000', '170153.550000', '170153.553000', '170153.555000', '170153.558000', '170153.560000', '170153.563000', '170153.565000', '170153.568000', '170153.571000', '170153.573000', '170153.576000', '170153.578000', '170153.589000', '170153.591000', '170153.594000', '170153.596000', '170153.599000', '170153.602000', '170153.604000', '170153.607000', '170153.610000', '170153.616000', '170153.619000', '170153.621000', '170153.624000', '170213.504000', '170213.506000', '170213.509000', '170213.512000', '170213.514000', '170213.517000', '170213.519000', '170213.522000', '170213.524000', '170213.527000', '170213.530000', '170213.532000', '170213.535000', '170213.537000', '170213.540000', '170213.543000', '170213.545000', '170213.548000', '170213.550000', '170213.553000', '170213.556000', '170213.558000', '170213.561000', '170213.563000', '170213.566000', '170213.569000', '170213.571000', '170213.574000', '170213.576000', '170213.579000', '170213.582000', '170213.584000', '170213.587000', '170213.589000', '170213.592000', '170213.595000', '170213.597000', '170213.600000', '170213.603000', '170213.605000', '170213.608000', '170213.611000', '170213.613000', '170213.616000', '170233.504000', '170233.506000', '170233.509000', '170233.512000', '170233.514000', '170233.517000', '170233.520000', '170233.522000', '170233.525000', '170233.527000', '170233.530000', '170233.532000', '170233.535000', '170233.538000', '170233.540000', '170233.543000', '170233.546000', '170233.548000', '170233.551000', '170233.553000', '170233.556000', '170233.558000', '170233.561000', '170233.564000', '170233.566000', '170233.569000', '170233.571000', '170233.574000', '170233.577000', '170233.579000', '170233.583000', '170233.586000', '170233.588000', '170233.591000', '170233.594000', '170233.596000', '170233.599000', '170233.601000', '170233.604000', '170233.607000', '170233.609000', '170233.612000', '170233.615000', '170253.504000', '170253.506000', '170253.509000', '170253.512000', '170253.514000', '170253.517000', '170253.519000', '170253.522000', '170253.524000', '170253.527000', '170253.530000', '170253.532000', '170253.535000', '170253.545000', '170253.547000', '170253.550000', '170253.553000', '170253.555000', '170253.558000', '170253.560000', '170253.563000', '170253.566000', '170253.568000', '170253.571000', '170253.573000', '170253.576000', '170253.578000', '170253.581000', '170253.584000', '170253.586000', '170253.589000', '170253.591000', '170253.594000', '170253.597000', '170253.599000', '170253.602000', '170253.604000', '170253.607000', '170253.610000', '170253.612000', '170253.615000', '170253.617000', '170253.620000', '170253.622000', '170313.503000', '170313.506000', '170313.509000', '170313.512000', '170313.514000', '170313.517000', '170313.519000', '170313.522000', '170313.524000', '170313.527000', '170313.530000', '170313.532000', '170313.535000', '170313.537000', '170313.540000', '170313.542000', '170313.545000', '170313.548000', '170313.550000', '170313.553000', '170313.555000', '170313.558000', '170313.560000', '170313.563000', '170313.566000', '170313.568000', '170313.571000', '170313.573000', '170313.576000', '170313.578000', '170313.581000', '170313.584000', '170313.586000', '170313.589000', '170313.591000', '170313.594000', '170313.597000', '170313.599000', '170313.602000', '170313.605000', '170313.607000', '170313.610000', '170313.612000', '170333.504000', '170333.507000', '170333.509000', '170333.512000', '170333.514000', '170333.517000', '170333.519000', '170333.522000', '170333.525000', '170333.527000', '170333.530000', '170333.532000', '170333.535000', '170333.537000', '170333.540000', '170333.543000', '170333.545000', '170333.548000', '170333.550000', '170333.553000', '170333.556000', '170333.558000', '170333.561000', '170333.563000', '170333.566000', '170333.569000', '170333.571000', '170333.574000', '170333.576000', '170333.579000', '170333.582000', '170333.584000', '170333.587000', '170333.589000', '170333.592000', '170333.595000', '170333.597000', '170333.600000', '170333.603000', '170333.605000', '170333.608000', '170333.628000', '170333.630000', '170353.504000', '170353.506000', '170353.509000', '170353.512000', '170353.514000', '170353.517000', '170353.519000', '170353.522000', '170353.524000', '170353.527000', '170353.530000', '170353.532000', '170353.535000', '170353.538000', '170353.540000', '170353.543000', '170353.545000', '170353.548000', '170353.550000', '170353.553000', '170353.556000', '170353.558000', '170353.561000', '170353.563000', '170353.566000', '170353.569000', '170353.571000', '170353.574000', '170353.577000', '170353.579000', '170353.582000', '170353.585000', '170353.587000', '170353.590000', '170353.592000', '170353.595000', '170353.598000', '170353.600000', '170353.603000', '170353.606000', '170353.608000', '170353.611000', '170353.613000', '170353.616000', '170413.503000', '170413.506000', '170413.509000', '170413.511000', '170413.514000', '170413.517000', '170413.519000', '170413.522000', '170413.524000', '170413.527000', '170413.530000', '170413.532000', '170413.535000', '170413.537000', '170413.540000', '170413.543000', '170413.545000', '170413.548000', '170413.550000', '170413.553000', '170413.555000', '170413.558000', '170413.561000', '170413.563000', '170413.566000', '170413.568000', '170413.571000', '170413.574000', '170413.577000', '170413.579000', '170413.582000', '170413.585000', '170413.587000', '170413.590000', '170413.592000', '170413.595000', '170413.598000', '170413.601000', '170413.605000', '170413.607000', '170413.610000', '170413.612000', '170413.615000', '170433.504000', '170433.506000', '170433.509000', '170433.511000', '170433.514000', '170433.517000', '170433.519000', '170433.522000', '170433.524000', '170433.527000', '170433.530000', '170433.532000', '170433.535000', '170433.537000', '170433.540000', '170433.543000', '170433.545000', '170433.548000', '170433.551000', '170433.553000', '170433.556000', '170433.558000', '170433.561000', '170433.563000', '170433.566000', '170433.569000', '170433.571000', '170433.574000', '170433.577000', '170433.579000', '170433.582000', '170433.584000', '170433.587000', '170433.590000', '170433.592000', '170433.595000', '170433.597000', '170433.600000', '170433.603000', '170433.605000', '170433.608000', '170433.610000', '170433.613000', '170433.616000', '170453.504000', '170453.506000', '170453.509000', '170453.511000', '170453.514000', '170453.517000', '170453.519000', '170453.522000', '170453.524000', '170453.527000', '170453.530000', '170453.532000', '170453.535000', '170453.537000', '170453.540000', '170453.543000', '170453.545000', '170453.548000', '170453.550000', '170453.553000', '170453.556000', '170453.558000', '170453.561000', '170453.563000', '170453.566000', '170453.569000', '170453.571000', '170453.574000', '170453.576000', '170453.579000', '170453.581000', '170453.584000', '170453.587000', '170453.589000', '170453.592000', '170453.595000', '170453.598000', '170453.601000', '170453.603000', '170453.606000', '170453.608000', '170453.611000', '170453.613000', '170513.504000', '170513.506000', '170513.509000', '170513.512000', '170513.514000', '170513.517000', '170513.519000', '170513.522000', '170513.524000', '170513.527000', '170513.530000', '170513.532000', '170513.535000', '170513.537000', '170513.540000', '170513.543000', '170513.545000', '170513.548000', '170513.550000', '170513.553000', '170513.556000', '170513.558000', '170513.578000', '170513.581000', '170513.583000', '170513.586000', '170513.588000', '170513.591000', '170513.594000', '170513.596000', '170513.599000', '170513.601000', '170513.604000', '170513.607000', '170513.609000', '170513.612000', '170513.615000', '170513.617000', '170513.620000', '170513.622000', '170513.625000', '170513.628000', '170513.630000', '170513.633000', '170533.504000', '170533.506000', '170533.509000', '170533.512000', '170533.514000', '170533.517000', '170533.519000', '170533.522000', '170533.525000', '170533.527000', '170533.530000', '170533.532000', '170533.535000', '170533.537000', '170533.540000', '170533.543000', '170533.545000', '170533.548000', '170533.550000', '170533.553000', '170533.555000', '170533.558000', '170533.561000', '170533.563000', '170533.566000', '170533.568000', '170533.571000', '170533.573000', '170533.576000', '170533.579000', '170533.582000', '170533.585000', '170533.588000', '170533.591000', '170533.593000', '170533.596000', '170533.599000', '170533.601000', '170533.604000', '170533.606000', '170533.609000', '170533.612000', '170533.614000', '170553.504000', '170553.506000', '170553.509000', '170553.512000', '170553.514000', '170553.517000', '170553.520000', '170553.522000', '170553.525000', '170553.527000', '170553.530000', '170553.532000', '170553.535000', '170553.538000', '170553.540000', '170553.543000', '170553.546000', '170553.548000', '170553.551000', '170553.553000', '170553.556000', '170553.559000', '170553.561000', '170553.564000', '170553.566000', '170553.569000', '170553.572000', '170553.574000', '170553.577000', '170553.579000', '170553.582000', '170553.585000', '170553.587000', '170553.590000', '170553.593000', '170553.595000', '170553.598000', '170553.600000', '170553.603000', '170553.606000', '170553.608000', '170553.611000', '170553.613000', '170553.616000', '170613.504000', '170613.507000', '170613.509000', '170613.512000', '170613.514000', '170613.517000', '170613.520000', '170613.522000', '170613.525000', '170613.528000', '170613.530000', '170613.533000', '170613.535000', '170613.538000', '170613.540000', '170613.543000', '170613.545000', '170613.548000', '170613.551000', '170613.553000', '170613.556000', '170613.558000', '170613.561000', '170613.564000', '170613.566000', '170613.569000', '170613.571000', '170613.574000', '170613.577000', '170613.579000', '170613.582000', '170613.584000', '170613.587000', '170613.590000', '170613.592000', '170613.595000', '170613.597000', '170613.600000', '170613.603000', '170613.606000', '170613.608000', '170613.611000', '170613.613000', '170633.504000', '170633.506000', '170633.509000', '170633.512000', '170633.514000', '170633.517000', '170633.520000', '170633.522000', '170633.525000', '170633.528000', '170633.530000', '170633.533000', '170633.536000', '170633.538000', '170633.541000', '170633.543000', '170633.546000', '170633.549000', '170633.551000', '170633.554000', '170633.558000', '170633.561000', '170633.563000', '170633.566000', '170633.569000', '170633.571000', '170633.574000', '170633.577000', '170633.579000', '170633.582000', '170633.584000', '170633.587000', '170633.590000', '170633.592000', '170633.595000', '170633.597000', '170633.600000', '170633.603000', '170633.605000', '170633.608000', '170633.610000', '170633.613000', '170633.616000', '170633.618000', '170653.503000', '170653.506000', '170653.509000', '170653.512000', '170653.514000', '170653.517000', '170653.519000', '170653.522000', '170653.525000', '170653.527000', '170653.530000', '170653.532000', '170653.535000', '170653.537000', '170653.540000', '170653.542000', '170653.545000', '170653.547000', '170653.550000', '170653.553000', '170653.555000', '170653.558000', '170653.560000', '170653.563000', '170653.565000', '170653.568000', '170653.571000', '170653.573000', '170653.576000', '170653.578000', '170653.581000', '170653.583000', '170653.586000', '170653.589000', '170653.591000', '170653.594000', '170653.597000', '170653.599000', '170653.602000', '170653.604000', '170653.607000', '170653.609000', '170653.612000', '170713.504000', '170713.506000', '170713.509000', '170713.512000', '170713.514000', '170713.517000', '170713.519000', '170713.522000', '170713.525000', '170713.527000', '170713.530000', '170713.532000', '170713.535000', '170713.538000', '170713.540000', '170713.543000', '170713.545000', '170713.548000', '170713.551000', '170713.553000', '170713.556000', '170713.558000', '170713.561000', '170713.563000', '170713.566000', '170713.569000', '170713.571000', '170713.574000', '170713.576000', '170713.579000', '170713.582000', '170713.584000', '170713.587000', '170713.589000', '170713.592000', '170713.595000', '170713.597000', '170713.600000', '170713.602000', '170713.605000', '170713.608000', '170713.610000', '170713.613000', '170713.616000', '170733.504000', '170733.507000', '170733.509000', '170733.512000', '170733.514000', '170733.517000', '170733.520000', '170733.522000', '170733.525000', '170733.527000', '170733.530000', '170733.532000', '170733.535000', '170733.538000', '170733.540000', '170733.543000', '170733.545000', '170733.548000', '170733.550000', '170733.553000', '170733.556000', '170733.558000', '170733.561000', '170733.563000', '170733.566000', '170733.568000', '170733.571000', '170733.574000', '170733.576000', '170733.579000', '170733.581000', '170733.584000', '170733.586000', '170733.589000', '170733.592000', '170733.594000', '170733.597000', '170733.599000', '170733.602000', '170733.604000', '170733.607000', '170733.610000', '170733.612000', '170753.504000', '170753.507000', '170753.509000', '170753.512000', '170753.514000', '170753.517000', '170753.520000', '170753.522000', '170753.525000', '170753.527000', '170753.530000', '170753.533000', '170753.535000', '170753.538000', '170753.540000', '170753.543000', '170753.545000', '170753.548000', '170753.551000', '170753.553000', '170753.556000', '170753.558000', '170753.561000', '170753.563000', '170753.566000', '170753.569000', '170753.571000', '170753.574000', '170753.576000', '170753.579000', '170753.582000', '170753.584000', '170753.587000', '170753.589000', '170753.592000', '170753.594000', '170753.597000', '170753.600000', '170753.602000', '170753.605000', '170753.607000', '170753.610000', '170753.613000', '170753.615000', '170813.516000', '170813.519000', '170813.522000', '170813.524000', '170813.527000', '170813.529000', '170813.532000', '170813.535000', '170813.537000', '170813.540000', '170813.542000', '170813.545000', '170813.548000', '170813.550000', '170813.553000', '170813.555000', '170813.558000', '170813.561000', '170813.563000', '170813.566000', '170813.568000', '170813.571000', '170813.573000', '170813.576000', '170813.579000', '170813.581000', '170813.584000', '170813.586000', '170813.589000', '170813.592000', '170813.594000', '170813.597000', '170813.599000', '170813.602000', '170813.605000', '170813.608000', '170813.610000', '170813.613000', '170813.615000', '170813.618000', '170813.620000', '170813.623000', '170813.626000', '170833.504000', '170833.506000', '170833.509000', '170833.512000', '170833.514000', '170833.517000', '170833.519000', '170833.522000', '170833.524000', '170833.527000', '170833.530000', '170833.532000', '170833.535000', '170833.538000', '170833.540000', '170833.543000', '170833.545000', '170833.548000', '170833.550000', '170833.553000', '170833.556000', '170833.558000', '170833.561000', '170833.563000', '170833.566000', '170833.569000', '170833.571000', '170833.574000', '170833.577000', '170833.579000', '170833.582000', '170833.584000', '170833.587000', '170833.589000', '170833.592000', '170833.595000', '170833.597000', '170833.600000', '170833.602000', '170833.605000', '170833.608000', '170833.610000', '170833.613000', '170833.615000', '170853.503000', '170853.506000', '170853.509000', '170853.511000', '170853.514000', '170853.517000', '170853.519000', '170853.522000', '170853.524000', '170853.527000', '170853.529000', '170853.532000', '170853.535000', '170853.537000', '170853.540000', '170853.542000', '170853.545000', '170853.547000', '170853.550000', '170853.552000', '170853.555000', '170853.558000', '170853.560000', '170853.563000', '170853.565000', '170853.568000', '170853.570000', '170853.573000', '170853.576000', '170853.578000', '170853.581000', '170853.583000', '170853.586000', '170853.588000', '170853.591000', '170853.594000', '170853.596000', '170853.599000', '170853.601000', '170853.604000', '170853.606000', '170853.609000', '170853.612000', '170902.912000', '170902.916000', '170902.919000', '170902.922000', '170902.924000', '170902.927000', '170902.930000', '170902.933000', '170902.935000', '170902.938000', '170902.941000', '170902.944000', '170902.947000', '170902.950000', '170902.953000', '170902.958000', '170902.961000', '170902.963000', '170902.966000', '170902.969000', '170902.972000'], 'InstanceCreationTime': ['170113.532000', '170113.539000', '170113.542000', '170113.545000', '170113.547000', '170113.550000', '170113.552000', '170113.555000', '170113.558000', '170113.560000', '170113.563000', '170113.565000', '170113.568000', '170113.570000', '170113.573000', '170113.575000', '170113.581000', '170113.583000', '170113.586000', '170113.589000', '170113.591000', '170113.594000', '170113.596000', '170113.599000', '170113.602000', '170113.604000', '170113.607000', '170113.609000', '170113.612000', '170113.615000', '170113.617000', '170113.620000', '170113.622000', '170113.625000', '170113.628000', '170113.630000', '170113.633000', '170113.635000', '170113.638000', '170113.640000', '170113.643000', '170113.646000', '170113.648000', '170113.651000', '170113.654000', '170113.657000', '170113.660000', '170113.663000', '170113.665000', '170113.668000', '170113.670000', '170113.673000', '170133.503000', '170133.506000', '170133.509000', '170133.512000', '170133.514000', '170133.517000', '170133.525000', '170133.527000', '170133.530000', '170133.532000', '170133.535000', '170133.537000', '170133.540000', '170133.542000', '170133.545000', '170133.548000', '170133.550000', '170133.553000', '170133.556000', '170133.558000', '170133.561000', '170133.563000', '170133.566000', '170133.569000', '170133.571000', '170133.574000', '170133.576000', '170133.579000', '170133.582000', '170133.584000', '170133.587000', '170133.589000', '170133.592000', '170133.595000', '170133.597000', '170133.600000', '170133.602000', '170133.605000', '170133.607000', '170133.610000', '170133.613000', '170133.615000', '170133.618000', '170133.620000', '170153.503000', '170153.506000', '170153.509000', '170153.511000', '170153.514000', '170153.517000', '170153.519000', '170153.522000', '170153.524000', '170153.527000', '170153.529000', '170153.532000', '170153.535000', '170153.537000', '170153.540000', '170153.542000', '170153.545000', '170153.548000', '170153.550000', '170153.553000', '170153.555000', '170153.558000', '170153.560000', '170153.563000', '170153.565000', '170153.568000', '170153.571000', '170153.573000', '170153.576000', '170153.578000', '170153.589000', '170153.591000', '170153.594000', '170153.596000', '170153.599000', '170153.602000', '170153.604000', '170153.607000', '170153.610000', '170153.616000', '170153.619000', '170153.621000', '170153.624000', '170213.504000', '170213.506000', '170213.509000', '170213.512000', '170213.514000', '170213.517000', '170213.519000', '170213.522000', '170213.524000', '170213.527000', '170213.530000', '170213.532000', '170213.535000', '170213.537000', '170213.540000', '170213.543000', '170213.545000', '170213.548000', '170213.550000', '170213.553000', '170213.556000', '170213.558000', '170213.561000', '170213.563000', '170213.566000', '170213.569000', '170213.571000', '170213.574000', '170213.576000', '170213.579000', '170213.582000', '170213.584000', '170213.587000', '170213.589000', '170213.592000', '170213.595000', '170213.597000', '170213.600000', '170213.603000', '170213.605000', '170213.608000', '170213.611000', '170213.613000', '170213.616000', '170233.504000', '170233.506000', '170233.509000', '170233.512000', '170233.514000', '170233.517000', '170233.520000', '170233.522000', '170233.525000', '170233.527000', '170233.530000', '170233.532000', '170233.535000', '170233.538000', '170233.540000', '170233.543000', '170233.546000', '170233.548000', '170233.551000', '170233.553000', '170233.556000', '170233.558000', '170233.561000', '170233.564000', '170233.566000', '170233.569000', '170233.571000', '170233.574000', '170233.577000', '170233.579000', '170233.583000', '170233.586000', '170233.588000', '170233.591000', '170233.594000', '170233.596000', '170233.599000', '170233.601000', '170233.604000', '170233.607000', '170233.609000', '170233.612000', '170233.615000', '170253.504000', '170253.506000', '170253.509000', '170253.512000', '170253.514000', '170253.517000', '170253.519000', '170253.522000', '170253.524000', '170253.527000', '170253.530000', '170253.532000', '170253.535000', '170253.545000', '170253.547000', '170253.550000', '170253.553000', '170253.555000', '170253.558000', '170253.560000', '170253.563000', '170253.566000', '170253.568000', '170253.571000', '170253.573000', '170253.576000', '170253.578000', '170253.581000', '170253.584000', '170253.586000', '170253.589000', '170253.591000', '170253.594000', '170253.597000', '170253.599000', '170253.602000', '170253.604000', '170253.607000', '170253.610000', '170253.612000', '170253.615000', '170253.617000', '170253.620000', '170253.622000', '170313.503000', '170313.506000', '170313.509000', '170313.512000', '170313.514000', '170313.517000', '170313.519000', '170313.522000', '170313.524000', '170313.527000', '170313.530000', '170313.532000', '170313.535000', '170313.537000', '170313.540000', '170313.542000', '170313.545000', '170313.548000', '170313.550000', '170313.553000', '170313.555000', '170313.558000', '170313.560000', '170313.563000', '170313.566000', '170313.568000', '170313.571000', '170313.573000', '170313.576000', '170313.578000', '170313.581000', '170313.584000', '170313.586000', '170313.589000', '170313.591000', '170313.594000', '170313.597000', '170313.599000', '170313.602000', '170313.605000', '170313.607000', '170313.610000', '170313.612000', '170333.504000', '170333.507000', '170333.509000', '170333.512000', '170333.514000', '170333.517000', '170333.519000', '170333.522000', '170333.525000', '170333.527000', '170333.530000', '170333.532000', '170333.535000', '170333.537000', '170333.540000', '170333.543000', '170333.545000', '170333.548000', '170333.550000', '170333.553000', '170333.556000', '170333.558000', '170333.561000', '170333.563000', '170333.566000', '170333.569000', '170333.571000', '170333.574000', '170333.576000', '170333.579000', '170333.582000', '170333.584000', '170333.587000', '170333.589000', '170333.592000', '170333.595000', '170333.597000', '170333.600000', '170333.603000', '170333.605000', '170333.608000', '170333.628000', '170333.630000', '170353.504000', '170353.506000', '170353.509000', '170353.512000', '170353.514000', '170353.517000', '170353.519000', '170353.522000', '170353.524000', '170353.527000', '170353.530000', '170353.532000', '170353.535000', '170353.538000', '170353.540000', '170353.543000', '170353.545000', '170353.548000', '170353.550000', '170353.553000', '170353.556000', '170353.558000', '170353.561000', '170353.563000', '170353.566000', '170353.569000', '170353.571000', '170353.574000', '170353.577000', '170353.579000', '170353.582000', '170353.585000', '170353.587000', '170353.590000', '170353.592000', '170353.595000', '170353.598000', '170353.600000', '170353.603000', '170353.606000', '170353.608000', '170353.611000', '170353.613000', '170353.616000', '170413.503000', '170413.506000', '170413.509000', '170413.511000', '170413.514000', '170413.517000', '170413.519000', '170413.522000', '170413.524000', '170413.527000', '170413.530000', '170413.532000', '170413.535000', '170413.537000', '170413.540000', '170413.543000', '170413.545000', '170413.548000', '170413.550000', '170413.553000', '170413.555000', '170413.558000', '170413.561000', '170413.563000', '170413.566000', '170413.568000', '170413.571000', '170413.574000', '170413.577000', '170413.579000', '170413.582000', '170413.585000', '170413.587000', '170413.590000', '170413.592000', '170413.595000', '170413.598000', '170413.601000', '170413.605000', '170413.607000', '170413.610000', '170413.612000', '170413.615000', '170433.504000', '170433.506000', '170433.509000', '170433.511000', '170433.514000', '170433.517000', '170433.519000', '170433.522000', '170433.524000', '170433.527000', '170433.530000', '170433.532000', '170433.535000', '170433.537000', '170433.540000', '170433.543000', '170433.545000', '170433.548000', '170433.551000', '170433.553000', '170433.556000', '170433.558000', '170433.561000', '170433.563000', '170433.566000', '170433.569000', '170433.571000', '170433.574000', '170433.577000', '170433.579000', '170433.582000', '170433.584000', '170433.587000', '170433.590000', '170433.592000', '170433.595000', '170433.597000', '170433.600000', '170433.603000', '170433.605000', '170433.608000', '170433.610000', '170433.613000', '170433.616000', '170453.504000', '170453.506000', '170453.509000', '170453.511000', '170453.514000', '170453.517000', '170453.519000', '170453.522000', '170453.524000', '170453.527000', '170453.530000', '170453.532000', '170453.535000', '170453.537000', '170453.540000', '170453.543000', '170453.545000', '170453.548000', '170453.550000', '170453.553000', '170453.556000', '170453.558000', '170453.561000', '170453.563000', '170453.566000', '170453.569000', '170453.571000', '170453.574000', '170453.576000', '170453.579000', '170453.581000', '170453.584000', '170453.587000', '170453.589000', '170453.592000', '170453.595000', '170453.598000', '170453.601000', '170453.603000', '170453.606000', '170453.608000', '170453.611000', '170453.613000', '170513.504000', '170513.506000', '170513.509000', '170513.512000', '170513.514000', '170513.517000', '170513.519000', '170513.522000', '170513.524000', '170513.527000', '170513.530000', '170513.532000', '170513.535000', '170513.537000', '170513.540000', '170513.543000', '170513.545000', '170513.548000', '170513.550000', '170513.553000', '170513.556000', '170513.558000', '170513.578000', '170513.581000', '170513.583000', '170513.586000', '170513.588000', '170513.591000', '170513.594000', '170513.596000', '170513.599000', '170513.601000', '170513.604000', '170513.607000', '170513.609000', '170513.612000', '170513.615000', '170513.617000', '170513.620000', '170513.622000', '170513.625000', '170513.628000', '170513.630000', '170513.633000', '170533.504000', '170533.506000', '170533.509000', '170533.512000', '170533.514000', '170533.517000', '170533.519000', '170533.522000', '170533.525000', '170533.527000', '170533.530000', '170533.532000', '170533.535000', '170533.537000', '170533.540000', '170533.543000', '170533.545000', '170533.548000', '170533.550000', '170533.553000', '170533.555000', '170533.558000', '170533.561000', '170533.563000', '170533.566000', '170533.568000', '170533.571000', '170533.573000', '170533.576000', '170533.579000', '170533.582000', '170533.585000', '170533.588000', '170533.591000', '170533.593000', '170533.596000', '170533.599000', '170533.601000', '170533.604000', '170533.606000', '170533.609000', '170533.612000', '170533.614000', '170553.504000', '170553.506000', '170553.509000', '170553.512000', '170553.514000', '170553.517000', '170553.520000', '170553.522000', '170553.525000', '170553.527000', '170553.530000', '170553.532000', '170553.535000', '170553.538000', '170553.540000', '170553.543000', '170553.546000', '170553.548000', '170553.551000', '170553.553000', '170553.556000', '170553.559000', '170553.561000', '170553.564000', '170553.566000', '170553.569000', '170553.572000', '170553.574000', '170553.577000', '170553.579000', '170553.582000', '170553.585000', '170553.587000', '170553.590000', '170553.593000', '170553.595000', '170553.598000', '170553.600000', '170553.603000', '170553.606000', '170553.608000', '170553.611000', '170553.613000', '170553.616000', '170613.504000', '170613.507000', '170613.509000', '170613.512000', '170613.514000', '170613.517000', '170613.520000', '170613.522000', '170613.525000', '170613.528000', '170613.530000', '170613.533000', '170613.535000', '170613.538000', '170613.540000', '170613.543000', '170613.545000', '170613.548000', '170613.551000', '170613.553000', '170613.556000', '170613.558000', '170613.561000', '170613.564000', '170613.566000', '170613.569000', '170613.571000', '170613.574000', '170613.577000', '170613.579000', '170613.582000', '170613.584000', '170613.587000', '170613.590000', '170613.592000', '170613.595000', '170613.597000', '170613.600000', '170613.603000', '170613.606000', '170613.608000', '170613.611000', '170613.613000', '170633.504000', '170633.506000', '170633.509000', '170633.512000', '170633.514000', '170633.517000', '170633.520000', '170633.522000', '170633.525000', '170633.528000', '170633.530000', '170633.533000', '170633.536000', '170633.538000', '170633.541000', '170633.543000', '170633.546000', '170633.549000', '170633.551000', '170633.554000', '170633.558000', '170633.561000', '170633.563000', '170633.566000', '170633.569000', '170633.571000', '170633.574000', '170633.577000', '170633.579000', '170633.582000', '170633.584000', '170633.587000', '170633.590000', '170633.592000', '170633.595000', '170633.597000', '170633.600000', '170633.603000', '170633.605000', '170633.608000', '170633.610000', '170633.613000', '170633.616000', '170633.618000', '170653.503000', '170653.506000', '170653.509000', '170653.512000', '170653.514000', '170653.517000', '170653.519000', '170653.522000', '170653.525000', '170653.527000', '170653.530000', '170653.532000', '170653.535000', '170653.537000', '170653.540000', '170653.542000', '170653.545000', '170653.547000', '170653.550000', '170653.553000', '170653.555000', '170653.558000', '170653.560000', '170653.563000', '170653.565000', '170653.568000', '170653.571000', '170653.573000', '170653.576000', '170653.578000', '170653.581000', '170653.583000', '170653.586000', '170653.589000', '170653.591000', '170653.594000', '170653.597000', '170653.599000', '170653.602000', '170653.604000', '170653.607000', '170653.609000', '170653.612000', '170713.504000', '170713.506000', '170713.509000', '170713.512000', '170713.514000', '170713.517000', '170713.519000', '170713.522000', '170713.525000', '170713.527000', '170713.530000', '170713.532000', '170713.535000', '170713.538000', '170713.540000', '170713.543000', '170713.545000', '170713.548000', '170713.551000', '170713.553000', '170713.556000', '170713.558000', '170713.561000', '170713.563000', '170713.566000', '170713.569000', '170713.571000', '170713.574000', '170713.576000', '170713.579000', '170713.582000', '170713.584000', '170713.587000', '170713.589000', '170713.592000', '170713.595000', '170713.597000', '170713.600000', '170713.602000', '170713.605000', '170713.608000', '170713.610000', '170713.613000', '170713.616000', '170733.504000', '170733.507000', '170733.509000', '170733.512000', '170733.514000', '170733.517000', '170733.520000', '170733.522000', '170733.525000', '170733.527000', '170733.530000', '170733.532000', '170733.535000', '170733.538000', '170733.540000', '170733.543000', '170733.545000', '170733.548000', '170733.550000', '170733.553000', '170733.556000', '170733.558000', '170733.561000', '170733.563000', '170733.566000', '170733.568000', '170733.571000', '170733.574000', '170733.576000', '170733.579000', '170733.581000', '170733.584000', '170733.586000', '170733.589000', '170733.592000', '170733.594000', '170733.597000', '170733.599000', '170733.602000', '170733.604000', '170733.607000', '170733.610000', '170733.612000', '170753.504000', '170753.507000', '170753.509000', '170753.512000', '170753.514000', '170753.517000', '170753.520000', '170753.522000', '170753.525000', '170753.527000', '170753.530000', '170753.533000', '170753.535000', '170753.538000', '170753.540000', '170753.543000', '170753.545000', '170753.548000', '170753.551000', '170753.553000', '170753.556000', '170753.558000', '170753.561000', '170753.563000', '170753.566000', '170753.569000', '170753.571000', '170753.574000', '170753.576000', '170753.579000', '170753.582000', '170753.584000', '170753.587000', '170753.589000', '170753.592000', '170753.594000', '170753.597000', '170753.600000', '170753.602000', '170753.605000', '170753.607000', '170753.610000', '170753.613000', '170753.615000', '170813.516000', '170813.519000', '170813.522000', '170813.524000', '170813.527000', '170813.529000', '170813.532000', '170813.535000', '170813.537000', '170813.540000', '170813.542000', '170813.545000', '170813.548000', '170813.550000', '170813.553000', '170813.555000', '170813.558000', '170813.561000', '170813.563000', '170813.566000', '170813.568000', '170813.571000', '170813.573000', '170813.576000', '170813.579000', '170813.581000', '170813.584000', '170813.586000', '170813.589000', '170813.592000', '170813.594000', '170813.597000', '170813.599000', '170813.602000', '170813.605000', '170813.608000', '170813.610000', '170813.613000', '170813.615000', '170813.618000', '170813.620000', '170813.623000', '170813.626000', '170833.504000', '170833.506000', '170833.509000', '170833.512000', '170833.514000', '170833.517000', '170833.519000', '170833.522000', '170833.524000', '170833.527000', '170833.530000', '170833.532000', '170833.535000', '170833.538000', '170833.540000', '170833.543000', '170833.545000', '170833.548000', '170833.550000', '170833.553000', '170833.556000', '170833.558000', '170833.561000', '170833.563000', '170833.566000', '170833.569000', '170833.571000', '170833.574000', '170833.577000', '170833.579000', '170833.582000', '170833.584000', '170833.587000', '170833.589000', '170833.592000', '170833.595000', '170833.597000', '170833.600000', '170833.602000', '170833.605000', '170833.608000', '170833.610000', '170833.613000', '170833.615000', '170853.503000', '170853.506000', '170853.509000', '170853.511000', '170853.514000', '170853.517000', '170853.519000', '170853.522000', '170853.524000', '170853.527000', '170853.529000', '170853.532000', '170853.535000', '170853.537000', '170853.540000', '170853.542000', '170853.545000', '170853.547000', '170853.550000', '170853.552000', '170853.555000', '170853.558000', '170853.560000', '170853.563000', '170853.565000', '170853.568000', '170853.570000', '170853.573000', '170853.576000', '170853.578000', '170853.581000', '170853.583000', '170853.586000', '170853.588000', '170853.591000', '170853.594000', '170853.596000', '170853.599000', '170853.601000', '170853.604000', '170853.606000', '170853.609000', '170853.612000', '170902.912000', '170902.916000', '170902.919000', '170902.922000', '170902.924000', '170902.927000', '170902.930000', '170902.933000', '170902.935000', '170902.938000', '170902.941000', '170902.944000', '170902.947000', '170902.950000', '170902.953000', '170902.958000', '170902.961000', '170902.963000', '170902.966000', '170902.969000', '170902.972000'], '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': [13744, 14691, 15374, 12512, 19219, 14501, 11624, 15652, 11838, 18808, 13258, 17407, 13817, 10464, 14623, 11609, 17055, 13121, 12131, 13380, 10602, 15458, 10391, 16666, 12118, 17014, 13275, 16931, 13855, 9403, 14836, 11439, 16897, 13361, 17147, 13781, 10561, 15078, 10400, 16394, 13300, 16368, 13094, 10479, 14986, 10833, 16786, 13024, 16431, 13499, 10353, 15050, 10394, 16642, 13000, 16564, 13439, 11374, 14385, 9878, 16136, 12300, 17009, 12882, 14844, 14266, 10211, 16662, 12838, 12662, 13747, 9678, 16419, 11937, 17464, 13595, 10659, 14905, 10780, 17287, 13358, 13383, 13749, 10101, 16124, 12420, 16099, 13325, 10025, 14612, 10336, 16825, 12874, 16232, 13053, 10390, 14688, 10749, 16700, 12748, 14012, 13289, 9301, 15365, 11671, 17097, 13264, 12793, 13808, 9467, 15947, 11623, 17244, 13348, 13819, 13481, 10676, 15595, 11403, 16957, 12956, 16084, 13681, 11382, 14138, 9540, 15463, 12530, 16131, 12937, 12294, 13757, 9490, 15220, 10336, 15986, 12251, 16232, 13125, 10918, 14084, 10019, 15980, 12349, 16636, 12848, 10958, 14047, 10038, 16194, 12778, 14752, 13142, 9514, 15414, 11879, 17183, 13097, 11505, 14382, 10076, 16173, 12752, 17352, 12952, 11479, 14553, 11117, 16484, 12848, 16711, 13395, 9766, 15378, 11826, 17510, 13210, 11970, 14078, 10170, 16153, 12447, 16516, 13228, 11358, 14548, 10658, 16654, 12882, 15622, 13533, 9635, 15130, 12473, 15359, 13085, 9543, 15042, 11021, 16937, 13103, 11894, 14022, 9818, 16131, 12418, 16666, 13285, 11355, 14858, 10237, 16305, 12548, 16466, 13372, 11115, 14736, 10308, 15546, 12446, 14810, 13068, 9709, 14851, 11222, 16466, 12681, 13770, 13655, 9256, 15215, 11788, 16724, 12984, 10228, 14005, 10083, 16235, 12516, 16748, 12926, 10482, 14773, 11187, 16672, 12920, 14075, 13569, 9778, 14862, 11879, 15732, 12575, 10127, 13764, 9634, 15253, 11703, 16659, 12623, 14364, 12993, 11134, 14088, 10298, 16121, 12458, 16143, 12717, 12652, 13977, 9762, 15510, 12297, 16894, 12773, 14252, 13120, 9512, 15053, 12283, 14126, 12840, 9652, 15647, 11558, 16947, 12926, 12803, 13022, 10067, 15205, 10696, 16598, 12559, 15907, 13462, 10374, 14507, 10392, 16103, 12770, 15017, 13227, 9749, 15341, 12148, 16217, 12279, 11801, 13931, 9596, 15554, 12294, 16658, 12459, 15206, 13033, 9270, 13924, 10763, 15646, 12335, 14283, 12606, 9201, 13416, 9560, 14620, 10755, 16441, 12161, 16546, 12563, 15752, 13333, 9212, 14552, 10379, 15891, 12638, 16550, 12511, 14816, 12853, 10891, 13896, 10278, 15799, 12431, 16044, 12426, 15339, 13188, 10299, 14325, 9858, 15761, 11878, 16114, 12418, 12981, 12584, 10435, 14130, 9792, 15694, 12087, 16142, 12830, 15606, 12649, 9489, 13877, 10078, 15297, 11796, 15841, 12460, 12734, 12730, 9127, 14227, 10859, 16453, 12224, 14898, 12468, 10813, 13867, 10210, 15975, 12449, 16177, 12561, 12124, 13753, 10097, 15104, 12545, 15998, 12604, 13357, 12710, 9342, 14901, 12385, 15957, 12604, 13110, 13022, 9526, 15369, 11738, 16326, 12672, 11517, 13323, 10163, 15405, 11033, 16395, 12709, 16175, 12802, 10742, 14162, 10052, 15519, 12578, 14537, 12821, 10026, 15011, 12238, 11137, 13545, 10866, 15073, 13743, 10993, 13991, 13566, 10924, 16224, 12485, 10218, 14695, 10665, 17824, 12710, 12257, 13509, 9929, 15758, 12726, 14526, 12824, 9456, 14663, 12053, 14919, 13002, 9495, 14856, 12010, 16034, 12581, 9733, 14502, 10672, 16893, 12759, 16233, 13623, 9946, 15427, 12172, 15747, 12573, 9580, 15119, 11846, 16012, 12945, 11238, 14712, 10677, 16394, 12586, 17758, 13111, 10889, 14666, 10808, 16311, 12801, 16199, 13093, 9250, 14489, 10432, 15962, 12192, 16258, 12496, 12678, 13417, 9831, 15754, 11496, 16853, 12882, 11624, 13419, 9961, 15115, 11971, 16119, 12543, 11103, 13542, 9764, 15141, 11179, 16363, 12356, 12918, 12743, 9546, 14666, 10455, 16268, 12319, 15944, 12437, 13498, 13192, 9002, 15131, 10302, 15445, 11896, 16323, 12436, 15149, 12817, 10541, 13471, 10661, 15674, 10384, 15827, 12352, 16603, 12798, 13280, 13540, 9158, 14870, 10838, 16280, 12699, 16362, 12438, 14110, 12303, 11080, 14130, 9615, 15753, 11135, 16463, 12977, 13463, 12641, 9246, 14568, 11190, 15866, 12108, 13429, 12558, 12756, 13839, 9519, 15352, 9976, 15939, 10530, 16514, 12251, 16450, 12540, 15662, 12645, 9164, 13882, 10220, 15341, 12045, 16217, 12208, 15177, 12458, 12450, 12782, 10332, 14630, 9848, 15606, 11382, 16479, 12914, 14560, 12351, 9533, 14134, 10292, 15835, 12110, 15615, 12063, 12253, 12681, 10074, 14262, 9863, 15222, 10515, 16029, 11763, 16375, 12399, 15470, 12488, 15306, 12554, 9223, 13949, 10246, 15551, 12103, 16238, 12492, 11816, 13201, 9275, 15246, 10464, 16055, 12530, 16301, 12401, 13184, 12856, 11104, 13905, 10196, 16183, 12445, 16307, 12432, 14550, 13006, 8993, 14713, 10045, 16121, 11560, 16355, 12954, 15106, 12880, 12131, 14632, 10533, 16009, 11048, 16514, 13397, 16164, 12948, 11052, 14028, 11001, 16158, 12561, 15890, 12343, 11700, 13595, 9497, 15513, 10553, 16661, 12887, 16437, 12702, 11991, 13507, 10869, 14743, 10355, 16231, 12200, 16237, 13086, 15528, 12636, 9095, 14199, 10187, 15708, 11187, 16341, 12422, 15773, 12256, 11182, 13128, 9106, 14776, 10156, 15882, 11184, 16422, 12454, 16427, 12855, 14873, 12576, 11363, 12973, 10928, 14333, 10120, 15850, 11066, 16734, 12191, 16562, 12684, 16030, 12928, 12147, 12872, 10546, 14296, 10318, 15709, 12081, 14033, 13015, 9448, 14814, 10719, 16170, 12319, 16192, 13178, 12750, 13269, 11363, 15160, 10602, 15874, 12566, 16595, 12530, 14547, 13278, 9377, 14346, 10146, 15582, 10615, 16229, 12328, 16644, 12281, 15409, 12758, 10509, 13970, 9764, 15267, 12269, 15740, 12846, 8850, 13744, 11031, 15832, 12071, 14719, 12585, 9193, 14408, 10848, 16522, 12706, 13449, 12879, 9299, 15053, 11059, 16790, 12509, 12554, 12965, 9980, 15778, 11886, 16260, 12798, 10404, 13659, 11022, 15980, 12556, 15724, 12521, 13163, 13043, 9596, 14683, 10750, 15953, 12605, 15857, 12320, 14427, 12495, 10464, 13332, 9108, 14508, 10500, 15844, 12024, 15971, 12109, 15646, 12398, 10320, 13581, 9627, 15313, 11756, 16311, 12545, 11821, 12764, 9691, 15108, 11725, 16087, 12848, 10221, 13579, 9945, 15499, 11343, 16197, 12676, 11702, 13134, 9364, 15401, 10900, 15972, 12795, 12440, 12961, 9270, 14962, 11555, 16660, 13364, 10054, 14008, 10334, 16213, 11596, 16086, 12600, 12323, 13461, 10271, 15578, 12286, 16618, 12662, 12127, 13056, 9486, 15172, 11009, 16188, 12621, 12811, 12823, 9360, 14814, 10861, 16447, 12863, 14621, 12792, 10272, 13405, 10142, 15008, 12068, 11016, 12553, 10463, 14924, 12148, 15956, 12316, 15522, 11888, 12932, 12693, 9499, 14350, 9635, 15583, 10585, 16134, 12035, 16609, 12710, 17208, 12746, 11349, 13308, 9515, 14963, 10905, 15987, 12327, 16020, 12457, 11706, 12969, 9286, 14646, 9817, 15612, 11992, 16179, 12516, 11817, 12636, 9705, 15397, 11769, 15987, 12445, 11971, 13158, 9932, 15363, 12150, 15444, 12677, 9371, 14287, 10800, 16412, 12514, 16654, 13275, 9505, 13744, 11070, 16147, 12722, 10861, 13005, 10174, 15657, 12061, 14517, 12499, 9230, 14306, 10546, 16341, 12184, 15939, 12780, 9261, 13649, 10217, 15268, 12434, 15126, 12774, 9074, 13797, 10956, 15398, 12246, 12166, 12705, 9214, 15250, 11432, 16765, 12482, 12068, 13233, 9864, 15623, 12315, 16460, 12658, 11487, 13802, 10535, 16020, 12025, 11969, 13011, 10014, 16027, 12344, 11678, 13580, 10444, 16355, 12562, 14824, 13197, 10137, 15315, 11990, 12026, 13130, 10040, 15869, 12072, 15710, 12908, 10769, 14247, 10545, 16740, 12733, 9787, 14166, 10792, 16411, 12445, 12039, 12917, 9775, 15684, 12096, 16604, 12932, 9130, 14277, 11166, 16539, 12286, 11467, 13250, 10796], 'WindowCenter': [4750.0, 4745.0, 4732.0, 4708.0, 4750.0, 4717.0, 4676.0, 4704.0, 4672.0, 4721.0, 4681.0, 4711.0, 4690.0, 4650.0, 4699.0, 4673.0, 4722.0, 4693.0, 4683.0, 4706.0, 4674.0, 4715.0, 4666.0, 4725.0, 4685.0, 4723.0, 4696.0, 4723.0, 4696.0, 4642.0, 4702.0, 4674.0, 4724.0, 4693.0, 4713.0, 4692.0, 4651.0, 4700.0, 4651.0, 4700.0, 4691.0, 4700.0, 4680.0, 4651.0, 4699.0, 4651.0, 4710.0, 4680.0, 4698.0, 4680.0, 4639.0, 4690.0, 4639.0, 4699.0, 4670.0, 4697.0, 4679.0, 4658.0, 4689.0, 4638.0, 4698.0, 4670.0, 4708.0, 4669.0, 4688.0, 4688.0, 4638.0, 4698.0, 4681.0, 4670.0, 4691.0, 4640.0, 4699.0, 4670.0, 4709.0, 4681.0, 4651.0, 4691.0, 4651.0, 4707.0, 4679.0, 4678.0, 4678.0, 4638.0, 4699.0, 4668.0, 4697.0, 4680.0, 4640.0, 4689.0, 4639.0, 4708.0, 4669.0, 4699.0, 4678.0, 4649.0, 4690.0, 4650.0, 4699.0, 4680.0, 4688.0, 4681.0, 4640.0, 4700.0, 4670.0, 4710.0, 4681.0, 4669.0, 4690.0, 4640.0, 4698.0, 4660.0, 4709.0, 4680.0, 4681.0, 4680.0, 4649.0, 4701.0, 4659.0, 4710.0, 4681.0, 4699.0, 4690.0, 4660.0, 4689.0, 4639.0, 4699.0, 4680.0, 4712.0, 4682.0, 4683.0, 4692.0, 4652.0, 4712.0, 4664.0, 4713.0, 4683.0, 4723.0, 4695.0, 4663.0, 4703.0, 4654.0, 4715.0, 4683.0, 4714.0, 4693.0, 4664.0, 4703.0, 4654.0, 4722.0, 4695.0, 4702.0, 4694.0, 4655.0, 4715.0, 4684.0, 4724.0, 4695.0, 4674.0, 4704.0, 4654.0, 4712.0, 4683.0, 4722.0, 4682.0, 4671.0, 4691.0, 4662.0, 4710.0, 4681.0, 4711.0, 4692.0, 4651.0, 4701.0, 4673.0, 4721.0, 4682.0, 4671.0, 4691.0, 4651.0, 4700.0, 4670.0, 4710.0, 4681.0, 4660.0, 4691.0, 4652.0, 4710.0, 4680.0, 4701.0, 4681.0, 4641.0, 4700.0, 4682.0, 4701.0, 4682.0, 4654.0, 4702.0, 4664.0, 4722.0, 4693.0, 4671.0, 4692.0, 4652.0, 4711.0, 4681.0, 4712.0, 4683.0, 4660.0, 4691.0, 4650.0, 4710.0, 4672.0, 4700.0, 4680.0, 4660.0, 4689.0, 4640.0, 4699.0, 4670.0, 4688.0, 4680.0, 4641.0, 4702.0, 4660.0, 4710.0, 4681.0, 4690.0, 4690.0, 4641.0, 4701.0, 4671.0, 4711.0, 4680.0, 4649.0, 4692.0, 4651.0, 4712.0, 4681.0, 4710.0, 4681.0, 4650.0, 4689.0, 4661.0, 4709.0, 4681.0, 4679.0, 4681.0, 4640.0, 4691.0, 4660.0, 4700.0, 4681.0, 4650.0, 4691.0, 4644.0, 4702.0, 4672.0, 4712.0, 4682.0, 4691.0, 4682.0, 4662.0, 4691.0, 4651.0, 4710.0, 4681.0, 4710.0, 4681.0, 4682.0, 4691.0, 4651.0, 4700.0, 4672.0, 4711.0, 4681.0, 4691.0, 4681.0, 4641.0, 4700.0, 4682.0, 4702.0, 4683.0, 4643.0, 4712.0, 4673.0, 4711.0, 4683.0, 4681.0, 4682.0, 4652.0, 4701.0, 4651.0, 4710.0, 4671.0, 4699.0, 4681.0, 4640.0, 4687.0, 4640.0, 4700.0, 4680.0, 4689.0, 4680.0, 4641.0, 4702.0, 4672.0, 4711.0, 4683.0, 4670.0, 4692.0, 4642.0, 4701.0, 4672.0, 4711.0, 4681.0, 4700.0, 4681.0, 4641.0, 4691.0, 4661.0, 4712.0, 4683.0, 4701.0, 4694.0, 4644.0, 4704.0, 4656.0, 4714.0, 4676.0, 4725.0, 4685.0, 4724.0, 4685.0, 4714.0, 4694.0, 4643.0, 4692.0, 4652.0, 4712.0, 4683.0, 4712.0, 4683.0, 4691.0, 4681.0, 4661.0, 4691.0, 4652.0, 4701.0, 4682.0, 4711.0, 4682.0, 4701.0, 4681.0, 4652.0, 4691.0, 4652.0, 4703.0, 4671.0, 4700.0, 4681.0, 4680.0, 4681.0, 4651.0, 4692.0, 4652.0, 4702.0, 4672.0, 4712.0, 4683.0, 4711.0, 4682.0, 4641.0, 4691.0, 4652.0, 4701.0, 4672.0, 4701.0, 4682.0, 4681.0, 4683.0, 4642.0, 4693.0, 4663.0, 4712.0, 4683.0, 4703.0, 4684.0, 4663.0, 4693.0, 4652.0, 4712.0, 4682.0, 4712.0, 4682.0, 4671.0, 4692.0, 4652.0, 4701.0, 4682.0, 4712.0, 4684.0, 4692.0, 4682.0, 4643.0, 4703.0, 4684.0, 4713.0, 4684.0, 4693.0, 4694.0, 4643.0, 4703.0, 4673.0, 4713.0, 4684.0, 4672.0, 4693.0, 4654.0, 4702.0, 4662.0, 4711.0, 4682.0, 4712.0, 4682.0, 4662.0, 4692.0, 4642.0, 4700.0, 4682.0, 4691.0, 4682.0, 4653.0, 4703.0, 4684.0, 4674.0, 4695.0, 4676.0, 4714.0, 4695.0, 4676.0, 4705.0, 4696.0, 4666.0, 4724.0, 4686.0, 4654.0, 4703.0, 4663.0, 4722.0, 4682.0, 4670.0, 4682.0, 4642.0, 4701.0, 4680.0, 4691.0, 4683.0, 4644.0, 4701.0, 4684.0, 4702.0, 4695.0, 4657.0, 4716.0, 4687.0, 4714.0, 4686.0, 4656.0, 4705.0, 4665.0, 4724.0, 4695.0, 4713.0, 4694.0, 4654.0, 4703.0, 4683.0, 4713.0, 4684.0, 4643.0, 4714.0, 4684.0, 4714.0, 4694.0, 4664.0, 4704.0, 4664.0, 4713.0, 4683.0, 4722.0, 4683.0, 4662.0, 4691.0, 4650.0, 4701.0, 4682.0, 4700.0, 4682.0, 4632.0, 4691.0, 4652.0, 4702.0, 4672.0, 4712.0, 4672.0, 4672.0, 4682.0, 4641.0, 4701.0, 4662.0, 4711.0, 4682.0, 4661.0, 4681.0, 4652.0, 4702.0, 4672.0, 4711.0, 4683.0, 4662.0, 4693.0, 4653.0, 4702.0, 4663.0, 4712.0, 4682.0, 4671.0, 4683.0, 4642.0, 4692.0, 4652.0, 4711.0, 4672.0, 4713.0, 4684.0, 4681.0, 4683.0, 4631.0, 4702.0, 4651.0, 4702.0, 4673.0, 4711.0, 4682.0, 4702.0, 4683.0, 4652.0, 4682.0, 4651.0, 4700.0, 4651.0, 4702.0, 4671.0, 4712.0, 4682.0, 4680.0, 4681.0, 4631.0, 4690.0, 4662.0, 4711.0, 4682.0, 4711.0, 4681.0, 4691.0, 4673.0, 4662.0, 4692.0, 4642.0, 4701.0, 4662.0, 4711.0, 4683.0, 4680.0, 4681.0, 4631.0, 4691.0, 4661.0, 4711.0, 4682.0, 4691.0, 4683.0, 4682.0, 4693.0, 4642.0, 4702.0, 4641.0, 4700.0, 4640.0, 4701.0, 4659.0, 4698.0, 4669.0, 4688.0, 4669.0, 4629.0, 4679.0, 4640.0, 4699.0, 4670.0, 4709.0, 4672.0, 4700.0, 4683.0, 4671.0, 4681.0, 4650.0, 4690.0, 4639.0, 4699.0, 4661.0, 4700.0, 4670.0, 4689.0, 4670.0, 4639.0, 4690.0, 4650.0, 4700.0, 4670.0, 4700.0, 4671.0, 4670.0, 4681.0, 4641.0, 4691.0, 4641.0, 4701.0, 4652.0, 4700.0, 4672.0, 4711.0, 4681.0, 4701.0, 4683.0, 4702.0, 4684.0, 4643.0, 4704.0, 4664.0, 4714.0, 4686.0, 4724.0, 4695.0, 4686.0, 4696.0, 4646.0, 4715.0, 4665.0, 4714.0, 4684.0, 4711.0, 4683.0, 4683.0, 4684.0, 4663.0, 4693.0, 4653.0, 4713.0, 4684.0, 4713.0, 4684.0, 4703.0, 4695.0, 4644.0, 4705.0, 4655.0, 4715.0, 4675.0, 4714.0, 4685.0, 4703.0, 4684.0, 4672.0, 4702.0, 4651.0, 4702.0, 4661.0, 4710.0, 4681.0, 4700.0, 4682.0, 4661.0, 4691.0, 4662.0, 4712.0, 4681.0, 4712.0, 4684.0, 4673.0, 4693.0, 4643.0, 4703.0, 4663.0, 4712.0, 4681.0, 4701.0, 4682.0, 4660.0, 4681.0, 4652.0, 4690.0, 4640.0, 4699.0, 4660.0, 4699.0, 4681.0, 4699.0, 4671.0, 4630.0, 4691.0, 4652.0, 4702.0, 4663.0, 4711.0, 4672.0, 4702.0, 4673.0, 4662.0, 4683.0, 4633.0, 4703.0, 4653.0, 4702.0, 4662.0, 4701.0, 4671.0, 4701.0, 4671.0, 4689.0, 4671.0, 4660.0, 4681.0, 4653.0, 4691.0, 4651.0, 4701.0, 4662.0, 4711.0, 4671.0, 4701.0, 4671.0, 4700.0, 4672.0, 4659.0, 4670.0, 4648.0, 4691.0, 4651.0, 4699.0, 4671.0, 4690.0, 4681.0, 4641.0, 4691.0, 4651.0, 4701.0, 4672.0, 4701.0, 4681.0, 4672.0, 4681.0, 4660.0, 4689.0, 4639.0, 4688.0, 4668.0, 4698.0, 4671.0, 4678.0, 4671.0, 4629.0, 4679.0, 4638.0, 4689.0, 4638.0, 4699.0, 4660.0, 4699.0, 4669.0, 4689.0, 4670.0, 4638.0, 4679.0, 4639.0, 4689.0, 4670.0, 4698.0, 4680.0, 4630.0, 4682.0, 4662.0, 4702.0, 4673.0, 4702.0, 4683.0, 4642.0, 4693.0, 4662.0, 4713.0, 4683.0, 4682.0, 4682.0, 4643.0, 4702.0, 4662.0, 4712.0, 4672.0, 4670.0, 4681.0, 4640.0, 4700.0, 4672.0, 4701.0, 4672.0, 4652.0, 4692.0, 4664.0, 4712.0, 4683.0, 4714.0, 4684.0, 4682.0, 4683.0, 4642.0, 4692.0, 4662.0, 4702.0, 4672.0, 4701.0, 4672.0, 4691.0, 4683.0, 4654.0, 4693.0, 4632.0, 4692.0, 4653.0, 4712.0, 4673.0, 4712.0, 4673.0, 4702.0, 4683.0, 4652.0, 4693.0, 4643.0, 4702.0, 4673.0, 4712.0, 4683.0, 4672.0, 4683.0, 4643.0, 4704.0, 4674.0, 4715.0, 4684.0, 4653.0, 4693.0, 4652.0, 4703.0, 4663.0, 4712.0, 4683.0, 4672.0, 4683.0, 4644.0, 4702.0, 4663.0, 4702.0, 4682.0, 4670.0, 4682.0, 4632.0, 4701.0, 4661.0, 4712.0, 4683.0, 4643.0, 4692.0, 4653.0, 4702.0, 4662.0, 4701.0, 4671.0, 4670.0, 4680.0, 4641.0, 4690.0, 4670.0, 4700.0, 4671.0, 4659.0, 4670.0, 4629.0, 4689.0, 4651.0, 4700.0, 4669.0, 4670.0, 4671.0, 4631.0, 4689.0, 4650.0, 4700.0, 4671.0, 4689.0, 4670.0, 4638.0, 4679.0, 4639.0, 4689.0, 4671.0, 4651.0, 4670.0, 4663.0, 4702.0, 4684.0, 4713.0, 4685.0, 4715.0, 4684.0, 4684.0, 4694.0, 4643.0, 4704.0, 4643.0, 4713.0, 4652.0, 4701.0, 4670.0, 4699.0, 4667.0, 4699.0, 4669.0, 4648.0, 4668.0, 4627.0, 4687.0, 4637.0, 4687.0, 4658.0, 4687.0, 4659.0, 4657.0, 4669.0, 4629.0, 4688.0, 4639.0, 4699.0, 4660.0, 4699.0, 4671.0, 4660.0, 4671.0, 4641.0, 4701.0, 4672.0, 4711.0, 4683.0, 4672.0, 4683.0, 4653.0, 4703.0, 4684.0, 4703.0, 4684.0, 4644.0, 4703.0, 4663.0, 4712.0, 4684.0, 4712.0, 4684.0, 4643.0, 4692.0, 4663.0, 4712.0, 4682.0, 4662.0, 4682.0, 4651.0, 4713.0, 4684.0, 4691.0, 4685.0, 4643.0, 4702.0, 4663.0, 4713.0, 4683.0, 4712.0, 4682.0, 4643.0, 4691.0, 4663.0, 4702.0, 4683.0, 4701.0, 4684.0, 4643.0, 4693.0, 4675.0, 4714.0, 4684.0, 4684.0, 4695.0, 4654.0, 4715.0, 4686.0, 4725.0, 4696.0, 4683.0, 4695.0, 4656.0, 4714.0, 4685.0, 4713.0, 4685.0, 4673.0, 4693.0, 4652.0, 4711.0, 4673.0, 4673.0, 4693.0, 4653.0, 4713.0, 4685.0, 4672.0, 4695.0, 4665.0, 4714.0, 4684.0, 4703.0, 4684.0, 4654.0, 4713.0, 4685.0, 4683.0, 4693.0, 4655.0, 4715.0, 4685.0, 4713.0, 4683.0, 4662.0, 4692.0, 4654.0, 4713.0, 4683.0, 4653.0, 4693.0, 4663.0, 4713.0, 4684.0, 4683.0, 4683.0, 4654.0, 4714.0, 4684.0, 4714.0, 4685.0, 4642.0, 4693.0, 4664.0, 4713.0, 4684.0, 4663.0, 4683.0, 4663.0], 'WindowWidth': [10375.0, 10357.0, 10329.0, 10290.0, 10350.0, 10297.0, 10237.0, 10274.0, 10226.0, 10294.0, 10235.0, 10276.0, 10248.0, 10194.0, 10261.0, 10227.0, 10295.0, 10257.0, 10243.0, 10280.0, 10234.0, 10293.0, 10224.0, 10304.0, 10249.0, 10300.0, 10265.0, 10300.0, 10264.0, 10186.0, 10268.0, 10230.0, 10300.0, 10257.0, 10285.0, 10252.0, 10195.0, 10262.0, 10195.0, 10263.0, 10249.0, 10263.0, 10235.0, 10194.0, 10259.0, 10193.0, 10275.0, 10232.0, 10256.0, 10233.0, 10175.0, 10247.0, 10175.0, 10258.0, 10217.0, 10254.0, 10229.0, 10199.0, 10244.0, 10173.0, 10255.0, 10217.0, 10269.0, 10216.0, 10241.0, 10241.0, 10174.0, 10254.0, 10235.0, 10218.0, 10248.0, 10178.0, 10260.0, 10219.0, 10273.0, 10235.0, 10194.0, 10248.0, 10193.0, 10269.0, 10229.0, 10227.0, 10227.0, 10173.0, 10258.0, 10214.0, 10253.0, 10233.0, 10179.0, 10244.0, 10175.0, 10270.0, 10216.0, 10257.0, 10228.0, 10189.0, 10246.0, 10191.0, 10259.0, 10234.0, 10243.0, 10235.0, 10179.0, 10261.0, 10221.0, 10275.0, 10236.0, 10219.0, 10249.0, 10180.0, 10259.0, 10206.0, 10273.0, 10233.0, 10235.0, 10233.0, 10191.0, 10262.0, 10204.0, 10275.0, 10235.0, 10258.0, 10246.0, 10205.0, 10246.0, 10177.0, 10258.0, 10234.0, 10280.0, 10241.0, 10241.0, 10256.0, 10201.0, 10284.0, 10218.0, 10285.0, 10243.0, 10298.0, 10263.0, 10217.0, 10271.0, 10204.0, 10288.0, 10244.0, 10287.0, 10258.0, 10217.0, 10270.0, 10204.0, 10299.0, 10262.0, 10272.0, 10260.0, 10208.0, 10291.0, 10246.0, 10303.0, 10263.0, 10232.0, 10273.0, 10205.0, 10284.0, 10242.0, 10296.0, 10240.0, 10224.0, 10251.0, 10211.0, 10277.0, 10236.0, 10278.0, 10252.0, 10196.0, 10265.0, 10226.0, 10292.0, 10239.0, 10223.0, 10251.0, 10195.0, 10262.0, 10220.0, 10274.0, 10237.0, 10208.0, 10250.0, 10197.0, 10275.0, 10235.0, 10266.0, 10235.0, 10182.0, 10261.0, 10239.0, 10264.0, 10240.0, 10203.0, 10269.0, 10219.0, 10297.0, 10257.0, 10226.0, 10254.0, 10198.0, 10279.0, 10237.0, 10283.0, 10241.0, 10208.0, 10250.0, 10193.0, 10276.0, 10224.0, 10262.0, 10235.0, 10205.0, 10245.0, 10178.0, 10260.0, 10220.0, 10245.0, 10234.0, 10181.0, 10265.0, 10207.0, 10276.0, 10235.0, 10248.0, 10248.0, 10182.0, 10265.0, 10224.0, 10279.0, 10237.0, 10193.0, 10253.0, 10196.0, 10280.0, 10236.0, 10277.0, 10236.0, 10191.0, 10245.0, 10207.0, 10272.0, 10236.0, 10232.0, 10234.0, 10178.0, 10248.0, 10206.0, 10261.0, 10235.0, 10193.0, 10252.0, 10189.0, 10269.0, 10227.0, 10281.0, 10240.0, 10250.0, 10238.0, 10210.0, 10250.0, 10195.0, 10276.0, 10236.0, 10277.0, 10238.0, 10237.0, 10252.0, 10195.0, 10263.0, 10224.0, 10277.0, 10238.0, 10250.0, 10236.0, 10182.0, 10263.0, 10240.0, 10269.0, 10243.0, 10189.0, 10282.0, 10228.0, 10280.0, 10241.0, 10238.0, 10240.0, 10197.0, 10264.0, 10196.0, 10275.0, 10223.0, 10261.0, 10235.0, 10178.0, 10242.0, 10178.0, 10260.0, 10234.0, 10247.0, 10235.0, 10181.0, 10265.0, 10226.0, 10280.0, 10242.0, 10223.0, 10254.0, 10185.0, 10265.0, 10226.0, 10280.0, 10238.0, 10262.0, 10237.0, 10182.0, 10251.0, 10211.0, 10280.0, 10244.0, 10268.0, 10260.0, 10193.0, 10276.0, 10211.0, 10289.0, 10237.0, 10305.0, 10250.0, 10303.0, 10249.0, 10288.0, 10259.0, 10187.0, 10254.0, 10197.0, 10282.0, 10242.0, 10281.0, 10242.0, 10250.0, 10237.0, 10208.0, 10252.0, 10197.0, 10266.0, 10238.0, 10280.0, 10240.0, 10266.0, 10239.0, 10197.0, 10252.0, 10199.0, 10269.0, 10223.0, 10263.0, 10237.0, 10235.0, 10238.0, 10196.0, 10252.0, 10196.0, 10266.0, 10225.0, 10280.0, 10242.0, 10280.0, 10241.0, 10183.0, 10251.0, 10197.0, 10266.0, 10224.0, 10265.0, 10239.0, 10236.0, 10242.0, 10187.0, 10257.0, 10215.0, 10283.0, 10243.0, 10270.0, 10245.0, 10215.0, 10256.0, 10198.0, 10279.0, 10240.0, 10281.0, 10240.0, 10223.0, 10253.0, 10198.0, 10265.0, 10241.0, 10282.0, 10244.0, 10254.0, 10240.0, 10188.0, 10269.0, 10246.0, 10287.0, 10246.0, 10258.0, 10258.0, 10189.0, 10271.0, 10229.0, 10284.0, 10244.0, 10227.0, 10257.0, 10202.0, 10268.0, 10211.0, 10278.0, 10240.0, 10280.0, 10241.0, 10210.0, 10252.0, 10183.0, 10261.0, 10239.0, 10250.0, 10241.0, 10201.0, 10269.0, 10247.0, 10232.0, 10264.0, 10236.0, 10289.0, 10262.0, 10239.0, 10278.0, 10265.0, 10223.0, 10301.0, 10249.0, 10203.0, 10269.0, 10214.0, 10296.0, 10239.0, 10222.0, 10238.0, 10184.0, 10266.0, 10235.0, 10252.0, 10242.0, 10190.0, 10266.0, 10244.0, 10268.0, 10262.0, 10211.0, 10292.0, 10253.0, 10289.0, 10253.0, 10209.0, 10276.0, 10222.0, 10303.0, 10262.0, 10286.0, 10259.0, 10203.0, 10270.0, 10243.0, 10285.0, 10246.0, 10188.0, 10286.0, 10247.0, 10288.0, 10260.0, 10218.0, 10274.0, 10216.0, 10283.0, 10241.0, 10296.0, 10241.0, 10209.0, 10249.0, 10193.0, 10264.0, 10237.0, 10262.0, 10238.0, 10170.0, 10251.0, 10197.0, 10266.0, 10225.0, 10280.0, 10226.0, 10225.0, 10238.0, 10181.0, 10263.0, 10209.0, 10277.0, 10237.0, 10208.0, 10237.0, 10198.0, 10267.0, 10226.0, 10278.0, 10242.0, 10213.0, 10255.0, 10202.0, 10268.0, 10214.0, 10280.0, 10238.0, 10224.0, 10241.0, 10184.0, 10253.0, 10198.0, 10278.0, 10225.0, 10284.0, 10246.0, 10236.0, 10242.0, 10170.0, 10267.0, 10195.0, 10267.0, 10226.0, 10279.0, 10239.0, 10266.0, 10240.0, 10199.0, 10239.0, 10195.0, 10263.0, 10194.0, 10265.0, 10223.0, 10279.0, 10237.0, 10233.0, 10236.0, 10166.0, 10248.0, 10211.0, 10279.0, 10238.0, 10279.0, 10238.0, 10253.0, 10228.0, 10211.0, 10253.0, 10183.0, 10265.0, 10210.0, 10278.0, 10240.0, 10234.0, 10236.0, 10168.0, 10249.0, 10209.0, 10278.0, 10240.0, 10253.0, 10244.0, 10239.0, 10256.0, 10184.0, 10266.0, 10180.0, 10262.0, 10177.0, 10261.0, 10202.0, 10255.0, 10216.0, 10242.0, 10217.0, 10161.0, 10231.0, 10177.0, 10258.0, 10220.0, 10273.0, 10224.0, 10261.0, 10243.0, 10223.0, 10235.0, 10192.0, 10247.0, 10175.0, 10259.0, 10208.0, 10261.0, 10220.0, 10245.0, 10219.0, 10175.0, 10245.0, 10192.0, 10259.0, 10220.0, 10260.0, 10223.0, 10220.0, 10238.0, 10182.0, 10250.0, 10180.0, 10265.0, 10197.0, 10264.0, 10225.0, 10277.0, 10237.0, 10264.0, 10242.0, 10268.0, 10244.0, 10189.0, 10272.0, 10220.0, 10289.0, 10251.0, 10303.0, 10262.0, 10249.0, 10264.0, 10196.0, 10291.0, 10221.0, 10288.0, 10246.0, 10281.0, 10243.0, 10241.0, 10244.0, 10214.0, 10257.0, 10201.0, 10282.0, 10244.0, 10284.0, 10247.0, 10272.0, 10263.0, 10191.0, 10276.0, 10208.0, 10290.0, 10235.0, 10289.0, 10248.0, 10271.0, 10244.0, 10223.0, 10265.0, 10195.0, 10266.0, 10207.0, 10275.0, 10234.0, 10262.0, 10237.0, 10207.0, 10247.0, 10210.0, 10279.0, 10238.0, 10280.0, 10244.0, 10228.0, 10255.0, 10188.0, 10270.0, 10214.0, 10282.0, 10235.0, 10265.0, 10236.0, 10206.0, 10235.0, 10195.0, 10248.0, 10177.0, 10257.0, 10203.0, 10257.0, 10234.0, 10258.0, 10221.0, 10165.0, 10250.0, 10196.0, 10266.0, 10213.0, 10278.0, 10224.0, 10266.0, 10229.0, 10211.0, 10241.0, 10173.0, 10268.0, 10199.0, 10266.0, 10210.0, 10264.0, 10222.0, 10263.0, 10220.0, 10244.0, 10221.0, 10204.0, 10236.0, 10198.0, 10249.0, 10194.0, 10264.0, 10209.0, 10276.0, 10222.0, 10262.0, 10221.0, 10262.0, 10223.0, 10202.0, 10220.0, 10187.0, 10249.0, 10195.0, 10257.0, 10222.0, 10247.0, 10236.0, 10181.0, 10249.0, 10195.0, 10264.0, 10223.0, 10262.0, 10237.0, 10224.0, 10235.0, 10204.0, 10244.0, 10173.0, 10240.0, 10213.0, 10255.0, 10220.0, 10227.0, 10218.0, 10161.0, 10229.0, 10172.0, 10244.0, 10173.0, 10257.0, 10202.0, 10256.0, 10217.0, 10243.0, 10217.0, 10172.0, 10228.0, 10174.0, 10243.0, 10218.0, 10256.0, 10235.0, 10165.0, 10237.0, 10210.0, 10264.0, 10227.0, 10267.0, 10242.0, 10184.0, 10255.0, 10212.0, 10281.0, 10241.0, 10238.0, 10238.0, 10185.0, 10266.0, 10210.0, 10279.0, 10224.0, 10220.0, 10234.0, 10179.0, 10261.0, 10224.0, 10263.0, 10223.0, 10196.0, 10251.0, 10216.0, 10280.0, 10243.0, 10286.0, 10245.0, 10238.0, 10242.0, 10184.0, 10253.0, 10211.0, 10265.0, 10225.0, 10264.0, 10225.0, 10251.0, 10240.0, 10201.0, 10254.0, 10171.0, 10252.0, 10198.0, 10278.0, 10226.0, 10278.0, 10228.0, 10266.0, 10243.0, 10198.0, 10255.0, 10186.0, 10266.0, 10228.0, 10280.0, 10242.0, 10225.0, 10240.0, 10187.0, 10271.0, 10230.0, 10288.0, 10246.0, 10202.0, 10257.0, 10198.0, 10271.0, 10213.0, 10280.0, 10242.0, 10226.0, 10242.0, 10190.0, 10268.0, 10213.0, 10265.0, 10239.0, 10220.0, 10236.0, 10170.0, 10263.0, 10209.0, 10281.0, 10241.0, 10186.0, 10252.0, 10198.0, 10267.0, 10211.0, 10263.0, 10222.0, 10218.0, 10232.0, 10178.0, 10245.0, 10218.0, 10259.0, 10220.0, 10203.0, 10216.0, 10160.0, 10244.0, 10193.0, 10260.0, 10218.0, 10218.0, 10221.0, 10165.0, 10245.0, 10190.0, 10261.0, 10221.0, 10244.0, 10219.0, 10174.0, 10229.0, 10175.0, 10244.0, 10222.0, 10194.0, 10220.0, 10215.0, 10268.0, 10243.0, 10284.0, 10247.0, 10287.0, 10246.0, 10245.0, 10259.0, 10188.0, 10271.0, 10187.0, 10283.0, 10195.0, 10263.0, 10218.0, 10259.0, 10211.0, 10256.0, 10215.0, 10184.0, 10211.0, 10155.0, 10237.0, 10168.0, 10236.0, 10197.0, 10238.0, 10201.0, 10197.0, 10215.0, 10159.0, 10241.0, 10174.0, 10257.0, 10204.0, 10258.0, 10221.0, 10206.0, 10222.0, 10181.0, 10263.0, 10225.0, 10279.0, 10242.0, 10225.0, 10242.0, 10200.0, 10269.0, 10245.0, 10272.0, 10246.0, 10190.0, 10270.0, 10215.0, 10281.0, 10245.0, 10283.0, 10244.0, 10187.0, 10253.0, 10215.0, 10281.0, 10241.0, 10212.0, 10240.0, 10197.0, 10283.0, 10244.0, 10254.0, 10246.0, 10188.0, 10268.0, 10213.0, 10283.0, 10242.0, 10282.0, 10241.0, 10188.0, 10253.0, 10215.0, 10269.0, 10243.0, 10268.0, 10244.0, 10188.0, 10257.0, 10234.0, 10287.0, 10248.0, 10246.0, 10264.0, 10207.0, 10291.0, 10251.0, 10306.0, 10265.0, 10245.0, 10263.0, 10210.0, 10288.0, 10249.0, 10286.0, 10247.0, 10229.0, 10256.0, 10199.0, 10279.0, 10229.0, 10228.0, 10256.0, 10202.0, 10285.0, 10247.0, 10228.0, 10261.0, 10219.0, 10287.0, 10245.0, 10272.0, 10245.0, 10204.0, 10285.0, 10250.0, 10243.0, 10258.0, 10206.0, 10289.0, 10246.0, 10285.0, 10243.0, 10213.0, 10253.0, 10202.0, 10284.0, 10243.0, 10201.0, 10255.0, 10214.0, 10283.0, 10245.0, 10243.0, 10244.0, 10204.0, 10286.0, 10245.0, 10286.0, 10246.0, 10186.0, 10255.0, 10215.0, 10283.0, 10243.0, 10214.0, 10243.0, 10214.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.00046764705882352945</td></tr>
<tr><td colspan=3>aqi</td><td>0.014879206909430438</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.41837559281312</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3432557330841104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059376158691589</td></tr>
<tr><td colspan=3>efc</td><td>0.488</td></tr>
<tr><td colspan=3>fber</td><td>5165.9087</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.061444002708677684</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.09337068160597572</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3829561992191306</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.353370125709466</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.548217030154863</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.247281441793063</td></tr>
<tr><td colspan=3>gcor</td><td>0.0057574</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01308889128267765</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029838889837265015</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.913428250534584</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1019</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.388</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.2209</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296024.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>929.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.2999</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5505</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>658.9336</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3839.5125</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4008.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1024.1596</td></tr>
<tr><td colspan=3>tsnr</td><td>46.22583650308661</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>