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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-01/func/sub-0040_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>828557ee9e87336d3d07d1179a1487c3</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:33:41.597500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999495, -0.00530394, -0.0313332, 0.00401226, 0.999145, -0.0411437]</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.0783764</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>[4133, -7738, -7213, 637, -51, -47, 53, 78]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.162</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5fdca363-a348-433b-9f90-017e6412b63f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815717220306396, 0.010764609090983868, -0.08511663228273392, 116.17227935791016], [0.014230071566998959, 2.680633544921875, -0.11069238185882568, -94.14674377441406], [-0.0840647891163826, 0.1103854775428772, 2.6963868141174316, -47.3158073425293], [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': ['173341.597500', '173342.057500', '173342.517500', '173342.977500', '173343.437500', '173343.897500', '173344.357500', '173344.817500', '173345.277500', '173345.737500', '173346.197500', '173346.657500', '173347.117500', '173347.577500', '173348.037500', '173348.497500', '173348.957500', '173349.417500', '173349.877500', '173350.337500', '173350.797500', '173351.257500', '173351.717500', '173352.177500', '173352.637500', '173353.097500', '173353.557500', '173354.017500', '173354.477500', '173354.937500', '173355.397500', '173355.857500', '173356.317500', '173356.777500', '173357.237500', '173357.697500', '173358.157500', '173358.617500', '173359.077500', '173359.537500', '173359.997500', '173400.457500', '173400.917500', '173401.377500', '173401.837500', '173402.297500', '173402.757500', '173403.217500', '173403.677500', '173404.137500', '173404.597500', '173405.057500', '173405.517500', '173405.977500', '173406.437500', '173406.897500', '173407.357500', '173407.817500', '173408.277500', '173408.737500', '173409.197500', '173409.657500', '173410.117500', '173410.577500', '173411.037500', '173411.497500', '173411.957500', '173412.417500', '173412.877500', '173413.337500', '173413.797500', '173414.257500', '173414.717500', '173415.177500', '173415.637500', '173416.097500', '173416.557500', '173417.017500', '173417.477500', '173417.937500', '173418.397500', '173418.857500', '173419.317500', '173419.777500', '173420.237500', '173420.697500', '173421.157500', '173421.617500', '173422.077500', '173422.537500', '173422.997500', '173423.457500', '173423.917500', '173424.377500', '173424.837500', '173425.297500', '173425.757500', '173426.217500', '173426.677500', '173427.137500', '173427.597500', '173428.057500', '173428.517500', '173428.977500', '173429.437500', '173429.897500', '173430.357500', '173430.817500', '173431.277500', '173431.737500', '173432.197500', '173432.657500', '173433.117500', '173433.577500', '173434.037500', '173434.497500', '173434.957500', '173435.417500', '173435.877500', '173436.337500', '173436.797500', '173437.257500', '173437.717500', '173438.177500', '173438.637500', '173439.097500', '173439.557500', '173440.017500', '173440.477500', '173440.937500', '173441.397500', '173441.857500', '173442.317500', '173442.777500', '173443.237500', '173443.697500', '173444.157500', '173444.617500', '173445.077500', '173445.537500', '173445.997500', '173446.457500', '173446.917500', '173447.377500', '173447.837500', '173448.297500', '173448.757500', '173449.217500', '173449.677500', '173450.137500', '173450.597500', '173451.057500', '173451.517500', '173451.977500', '173452.437500', '173452.897500', '173453.357500', '173453.817500', '173454.277500', '173454.737500', '173455.197500', '173455.657500', '173456.117500', '173456.577500', '173457.037500', '173457.497500', '173457.957500', '173458.417500', '173458.877500', '173459.337500', '173459.797500', '173500.257500', '173500.717500', '173501.177500', '173501.637500', '173502.097500', '173502.557500', '173503.017500', '173503.477500', '173503.937500', '173504.397500', '173504.857500', '173505.317500', '173505.777500', '173506.237500', '173506.697500', '173507.157500', '173507.617500', '173508.077500', '173508.537500', '173508.997500', '173509.457500', '173509.917500', '173510.377500', '173510.837500', '173511.297500', '173511.757500', '173512.217500', '173512.677500', '173513.137500', '173513.597500', '173514.057500', '173514.517500', '173514.977500', '173515.437500', '173515.897500', '173516.357500', '173516.817500', '173517.277500', '173517.737500', '173518.197500', '173518.657500', '173519.117500', '173519.577500', '173520.037500', '173520.497500', '173520.957500', '173521.417500', '173521.877500', '173522.337500', '173522.797500', '173523.257500', '173523.717500', '173524.177500', '173524.637500', '173525.097500', '173525.557500', '173526.017500', '173526.477500', '173526.937500', '173527.397500', '173527.857500', '173528.317500', '173528.777500', '173529.237500', '173529.697500', '173530.157500', '173530.617500', '173531.077500', '173531.537500', '173531.997500', '173532.457500', '173532.917500', '173533.377500', '173533.837500', '173534.297500', '173534.757500', '173535.217500', '173535.677500', '173536.137500', '173536.597500', '173537.057500', '173537.517500', '173537.977500', '173538.437500', '173538.897500', '173539.357500', '173539.817500', '173540.277500', '173540.737500', '173541.197500', '173541.657500', '173542.117500', '173542.577500', '173543.037500', '173543.497500', '173543.957500', '173544.417500', '173544.877500', '173545.337500', '173545.797500', '173546.257500', '173546.717500', '173547.177500', '173547.637500', '173548.097500', '173548.557500', '173549.017500', '173549.477500', '173549.937500', '173550.397500', '173550.857500', '173551.317500', '173551.777500', '173552.237500', '173552.697500', '173553.157500', '173553.617500', '173554.077500', '173554.537500', '173554.997500', '173555.457500', '173555.917500', '173556.377500', '173556.837500', '173557.297500', '173557.757500', '173558.217500', '173558.677500', '173559.137500', '173559.597500', '173600.057500', '173600.517500', '173600.977500', '173601.437500', '173601.897500', '173602.357500', '173602.817500', '173603.277500', '173603.737500', '173604.197500', '173604.657500', '173605.117500', '173605.577500', '173606.037500', '173606.497500', '173606.957500', '173607.417500', '173607.877500', '173608.337500', '173608.797500', '173609.257500', '173609.717500', '173610.177500', '173610.637500', '173611.097500', '173611.557500', '173612.017500', '173612.477500', '173612.937500', '173613.397500', '173613.857500', '173614.317500', '173614.777500', '173615.237500', '173615.697500', '173616.157500', '173616.617500', '173617.077500', '173617.537500', '173617.997500', '173618.457500', '173618.917500', '173619.377500', '173619.837500', '173620.297500', '173620.757500', '173621.217500', '173621.677500', '173622.137500', '173622.597500', '173623.057500', '173623.517500', '173623.977500', '173624.437500', '173624.897500', '173625.357500', '173625.817500', '173626.277500', '173626.737500', '173627.197500', '173627.657500', '173628.117500', '173628.577500', '173629.037500', '173629.497500', '173629.957500', '173630.417500', '173630.877500', '173631.337500', '173631.797500', '173632.257500', '173632.717500', '173633.177500', '173633.637500', '173634.097500', '173634.557500', '173635.017500', '173635.477500', '173635.937500', '173636.397500', '173636.857500', '173637.317500', '173637.777500', '173638.237500', '173638.697500', '173639.157500', '173639.617500', '173640.077500', '173640.537500', '173640.997500', '173641.457500', '173641.917500', '173642.377500', '173642.837500', '173643.297500', '173643.757500', '173644.217500', '173644.677500', '173645.137500', '173645.597500', '173646.057500', '173646.517500', '173646.977500', '173647.437500', '173647.897500', '173648.357500', '173648.817500', '173649.277500', '173649.737500', '173650.197500', '173650.657500', '173651.117500', '173651.577500', '173652.037500', '173652.497500', '173652.957500', '173653.417500', '173653.877500', '173654.337500', '173654.797500', '173655.257500', '173655.717500', '173656.177500', '173656.637500', '173657.097500', '173657.557500', '173658.017500', '173658.477500', '173658.937500', '173659.397500', '173659.857500', '173700.317500', '173700.777500', '173701.237500', '173701.697500', '173702.157500', '173702.617500', '173703.077500', '173703.537500', '173703.997500', '173704.457500', '173704.917500', '173705.377500', '173705.837500', '173706.297500', '173706.757500', '173707.217500', '173707.677500', '173708.137500', '173708.597500', '173709.057500', '173709.517500', '173709.977500', '173710.437500', '173710.897500', '173711.357500', '173711.817500', '173712.277500', '173712.737500', '173713.197500', '173713.657500', '173714.117500', '173714.577500', '173715.037500', '173715.497500', '173715.957500', '173716.417500', '173716.877500', '173717.337500', '173717.797500', '173718.257500', '173718.717500', '173719.177500', '173719.637500', '173720.097500', '173720.557500', '173721.017500', '173721.477500', '173721.937500', '173722.397500', '173722.857500', '173723.317500', '173723.777500', '173724.237500', '173724.697500', '173725.157500', '173725.617500', '173726.077500', '173726.537500', '173726.997500', '173727.457500', '173727.917500', '173728.377500', '173728.837500', '173729.297500', '173729.757500', '173730.217500', '173730.677500', '173731.137500', '173731.597500', '173732.057500', '173732.517500', '173732.977500', '173733.437500', '173733.897500', '173734.357500', '173734.817500', '173735.277500', '173735.737500', '173736.197500', '173736.657500', '173737.117500', '173737.577500', '173738.037500', '173738.497500', '173738.957500', '173739.417500', '173739.877500', '173740.337500', '173740.797500', '173741.257500', '173741.717500', '173742.177500', '173742.637500', '173743.097500', '173743.557500', '173744.017500', '173744.477500', '173744.937500', '173745.397500', '173745.857500', '173746.317500', '173746.777500', '173747.237500', '173747.697500', '173748.157500', '173748.617500', '173749.077500', '173749.537500', '173749.997500', '173750.457500', '173750.917500', '173751.377500', '173751.837500', '173752.297500', '173752.757500', '173753.217500', '173753.677500', '173754.137500', '173754.597500', '173755.057500', '173755.517500', '173755.977500', '173756.437500', '173756.897500', '173757.357500', '173757.817500', '173758.277500', '173758.737500', '173759.197500', '173759.657500', '173800.117500', '173800.577500', '173801.037500', '173801.497500', '173801.957500', '173802.417500', '173802.877500', '173803.337500', '173803.797500', '173804.257500', '173804.717500', '173805.177500', '173805.637500', '173806.097500', '173806.557500', '173807.017500', '173807.477500', '173807.937500', '173808.397500', '173808.857500', '173809.317500', '173809.777500', '173810.237500', '173810.697500', '173811.157500', '173811.617500', '173812.077500', '173812.537500', '173812.997500', '173813.457500', '173813.917500', '173814.377500', '173814.837500', '173815.297500', '173815.757500', '173816.217500', '173816.677500', '173817.137500', '173817.597500', '173818.057500', '173818.517500', '173818.977500', '173819.437500', '173819.897500', '173820.357500', '173820.817500', '173821.277500', '173821.737500', '173822.197500', '173822.657500', '173823.117500', '173823.577500', '173824.037500', '173824.497500', '173824.957500', '173825.417500', '173825.877500', '173826.337500', '173826.797500', '173827.257500', '173827.717500', '173828.177500', '173828.637500', '173829.097500', '173829.557500', '173830.017500', '173830.477500', '173830.937500', '173831.397500', '173831.857500', '173832.317500', '173832.777500', '173833.237500', '173833.697500', '173834.157500', '173834.617500', '173835.077500', '173835.537500', '173835.997500', '173836.457500', '173836.917500', '173837.377500', '173837.837500', '173838.297500', '173838.757500', '173839.217500', '173839.677500', '173840.137500', '173840.597500', '173841.057500', '173841.517500', '173841.977500', '173842.437500', '173842.897500', '173843.357500', '173843.817500', '173844.277500', '173844.737500', '173845.197500', '173845.657500', '173846.117500', '173846.577500', '173847.037500', '173847.497500', '173847.957500', '173848.417500', '173848.877500', '173849.337500', '173849.797500', '173850.257500', '173850.717500', '173851.177500', '173851.637500', '173852.097500', '173852.557500', '173853.017500', '173853.477500', '173853.937500', '173854.397500', '173854.857500', '173855.317500', '173855.777500', '173856.237500', '173856.697500', '173857.157500', '173857.617500', '173858.077500', '173858.537500', '173858.997500', '173859.457500', '173859.917500', '173900.377500', '173900.837500', '173901.297500', '173901.757500', '173902.217500', '173902.677500', '173903.137500', '173903.597500', '173904.057500', '173904.517500', '173904.977500', '173905.437500', '173905.897500', '173906.357500', '173906.817500', '173907.277500', '173907.737500', '173908.197500', '173908.657500', '173909.117500', '173909.577500', '173910.037500', '173910.497500', '173910.957500', '173911.417500', '173911.877500', '173912.337500', '173912.797500', '173913.257500', '173913.717500', '173914.177500', '173914.637500', '173915.097500', '173915.557500', '173916.017500', '173916.477500', '173916.937500', '173917.397500', '173917.857500', '173918.317500', '173918.777500', '173919.237500', '173919.697500', '173920.157500', '173920.617500', '173921.077500', '173921.537500', '173921.997500', '173922.457500', '173922.917500', '173923.377500', '173923.837500', '173924.297500', '173924.757500', '173925.217500', '173925.677500', '173926.137500', '173926.597500', '173927.057500', '173927.517500', '173927.977500', '173928.437500', '173928.897500', '173929.357500', '173929.817500', '173930.277500', '173930.737500', '173931.197500', '173931.657500', '173932.117500', '173932.577500', '173933.037500', '173933.497500', '173933.957500', '173934.417500', '173934.877500', '173935.337500', '173935.797500', '173936.257500', '173936.717500', '173937.177500', '173937.637500', '173938.097500', '173938.557500', '173939.017500', '173939.477500', '173939.937500', '173940.397500', '173940.857500', '173941.317500', '173941.777500', '173942.237500', '173942.697500', '173943.157500', '173943.617500', '173944.077500', '173944.537500', '173944.997500', '173945.457500', '173945.917500', '173946.377500', '173946.837500', '173947.297500', '173947.757500', '173948.217500', '173948.677500', '173949.137500', '173949.597500', '173950.057500', '173950.517500', '173950.977500', '173951.437500', '173951.897500', '173952.357500', '173952.817500', '173953.277500', '173953.737500', '173954.197500', '173954.657500', '173955.117500', '173955.577500', '173956.037500', '173956.497500', '173956.957500', '173957.417500', '173957.877500', '173958.337500', '173958.797500', '173959.257500', '173959.717500', '174000.177500', '174000.637500', '174001.097500', '174001.557500', '174002.017500', '174002.477500', '174002.937500', '174003.397500', '174003.857500', '174004.317500', '174004.777500', '174005.237500', '174005.697500', '174006.157500', '174006.617500', '174007.077500', '174007.537500', '174007.997500', '174008.457500', '174008.917500', '174009.377500', '174009.837500', '174010.297500', '174010.757500', '174011.217500', '174011.677500', '174012.137500', '174012.597500', '174013.057500', '174013.517500', '174013.977500', '174014.437500', '174014.897500', '174015.357500', '174015.817500', '174016.277500', '174016.737500', '174017.197500', '174017.657500', '174018.117500', '174018.577500', '174019.037500', '174019.497500', '174019.957500', '174020.417500', '174020.877500', '174021.337500', '174021.797500', '174022.257500', '174022.717500', '174023.177500', '174023.637500', '174024.097500', '174024.557500', '174025.017500', '174025.477500', '174025.937500', '174026.397500', '174026.857500', '174027.317500', '174027.777500', '174028.237500', '174028.697500', '174029.157500', '174029.617500', '174030.077500', '174030.537500', '174030.997500', '174031.457500', '174031.917500', '174032.377500', '174032.837500', '174033.297500', '174033.757500', '174034.217500', '174034.677500', '174035.137500', '174035.597500', '174036.057500', '174036.517500', '174036.977500', '174037.437500', '174037.897500', '174038.357500', '174038.817500', '174039.277500', '174039.737500', '174040.197500', '174040.657500', '174041.117500', '174041.577500', '174042.037500', '174042.497500', '174042.957500', '174043.417500', '174043.877500', '174044.337500', '174044.797500', '174045.257500', '174045.717500', '174046.177500', '174046.637500', '174047.097500', '174047.557500', '174048.017500', '174048.477500', '174048.937500', '174049.397500', '174049.857500', '174050.317500', '174050.777500', '174051.237500', '174051.697500', '174052.157500', '174052.617500', '174053.077500', '174053.537500', '174053.997500', '174054.457500', '174054.917500', '174055.377500', '174055.837500', '174056.297500', '174056.757500', '174057.217500', '174057.677500', '174058.137500', '174058.597500', '174059.057500', '174059.517500', '174059.977500', '174100.437500', '174100.897500', '174101.357500', '174101.817500', '174102.277500', '174102.737500', '174103.197500', '174103.657500', '174104.117500', '174104.577500', '174105.037500', '174105.497500', '174105.957500', '174106.417500', '174106.877500', '174107.337500', '174107.797500', '174108.257500', '174108.717500', '174109.177500', '174109.637500', '174110.097500', '174110.557500', '174111.017500', '174111.477500', '174111.937500', '174112.397500', '174112.857500', '174113.317500', '174113.777500', '174114.237500', '174114.697500', '174115.157500', '174115.617500', '174116.077500', '174116.537500', '174116.997500', '174117.457500', '174117.917500', '174118.377500', '174118.837500', '174119.297500', '174119.757500', '174120.217500', '174120.677500', '174121.137500', '174121.597500', '174122.057500', '174122.517500', '174122.977500', '174123.437500', '174123.897500', '174124.357500', '174124.817500', '174125.277500', '174125.737500', '174126.197500', '174126.657500', '174127.117500', '174127.577500', '174128.037500', '174128.497500', '174128.957500', '174129.417500', '174129.877500', '174130.337500', '174130.797500', '174131.257500', '174131.717500', '174132.177500', '174132.637500', '174133.097500', '174133.557500', '174134.017500', '174134.477500', '174134.937500', '174135.397500', '174135.857500', '174136.317500', '174136.777500', '174137.237500', '174137.697500', '174138.157500', '174138.617500', '174139.077500', '174139.537500', '174139.997500', '174140.457500', '174140.917500', '174141.377500', '174141.837500', '174142.297500', '174142.757500', '174143.217500', '174143.677500', '174144.137500', '174144.597500', '174145.057500', '174145.517500', '174145.977500', '174146.437500', '174146.897500', '174147.357500', '174147.817500', '174148.277500', '174148.737500', '174149.197500', '174149.657500', '174150.117500', '174150.577500', '174151.037500', '174151.497500', '174151.957500', '174152.417500', '174152.877500', '174153.337500', '174153.797500', '174154.257500', '174154.717500'], 'ContentTime': ['173355.103000', '173355.112000', '173355.115000', '173355.118000', '173355.120000', '173355.123000', '173355.126000', '173355.129000', '173355.132000', '173355.135000', '173355.137000', '173355.140000', '173355.143000', '173355.146000', '173355.149000', '173355.151000', '173355.154000', '173355.157000', '173355.160000', '173355.163000', '173355.166000', '173355.169000', '173355.171000', '173355.174000', '173355.177000', '173355.180000', '173355.188000', '173415.052000', '173415.055000', '173415.058000', '173415.060000', '173415.063000', '173415.066000', '173415.069000', '173415.072000', '173415.075000', '173415.077000', '173415.080000', '173415.083000', '173415.095000', '173415.098000', '173415.101000', '173415.104000', '173415.107000', '173415.109000', '173415.112000', '173415.115000', '173415.118000', '173415.121000', '173415.124000', '173415.131000', '173415.133000', '173415.136000', '173415.139000', '173415.142000', '173415.145000', '173415.148000', '173415.151000', '173415.153000', '173415.156000', '173415.159000', '173415.162000', '173415.165000', '173415.167000', '173415.170000', '173415.186000', '173415.188000', '173415.191000', '173415.194000', '173415.203000', '173415.205000', '173435.052000', '173435.055000', '173435.058000', '173435.062000', '173435.065000', '173435.067000', '173435.070000', '173435.073000', '173435.076000', '173435.079000', '173435.082000', '173435.085000', '173435.087000', '173435.090000', '173435.093000', '173435.096000', '173435.099000', '173435.102000', '173435.104000', '173435.107000', '173435.110000', '173435.114000', '173435.119000', '173435.122000', '173435.125000', '173435.128000', '173435.131000', '173435.134000', '173435.137000', '173435.140000', '173435.143000', '173435.151000', '173435.154000', '173435.156000', '173435.159000', '173435.162000', '173435.165000', '173435.168000', '173435.171000', '173435.173000', '173435.176000', '173435.179000', '173435.182000', '173455.052000', '173455.055000', '173455.058000', '173455.061000', '173455.063000', '173455.066000', '173455.069000', '173455.072000', '173455.075000', '173455.078000', '173455.081000', '173455.083000', '173455.086000', '173455.089000', '173455.092000', '173455.095000', '173455.098000', '173455.101000', '173455.103000', '173455.106000', '173455.109000', '173455.112000', '173455.115000', '173455.118000', '173455.120000', '173455.123000', '173455.126000', '173455.129000', '173455.132000', '173455.135000', '173455.138000', '173455.140000', '173455.143000', '173455.146000', '173455.149000', '173455.152000', '173455.154000', '173455.157000', '173455.188000', '173455.190000', '173455.193000', '173455.196000', '173455.199000', '173455.202000', '173515.053000', '173515.056000', '173515.059000', '173515.062000', '173515.065000', '173515.068000', '173515.070000', '173515.073000', '173515.076000', '173515.079000', '173515.082000', '173515.085000', '173515.088000', '173515.090000', '173515.093000', '173515.096000', '173515.099000', '173515.102000', '173515.104000', '173515.107000', '173515.110000', '173515.113000', '173515.116000', '173515.119000', '173515.122000', '173515.124000', '173515.127000', '173515.130000', '173515.133000', '173515.136000', '173515.139000', '173515.142000', '173515.145000', '173515.147000', '173515.150000', '173515.153000', '173515.156000', '173515.203000', '173515.206000', '173515.209000', '173515.212000', '173515.215000', '173515.218000', '173535.052000', '173535.055000', '173535.058000', '173535.060000', '173535.064000', '173535.066000', '173535.069000', '173535.072000', '173535.075000', '173535.078000', '173535.092000', '173535.095000', '173535.098000', '173535.101000', '173535.104000', '173535.106000', '173535.109000', '173535.112000', '173535.115000', '173535.118000', '173535.121000', '173535.124000', '173535.126000', '173535.129000', '173535.132000', '173535.135000', '173535.138000', '173535.141000', '173535.144000', '173535.146000', '173535.149000', '173535.152000', '173535.155000', '173535.158000', '173535.180000', '173535.182000', '173535.185000', '173535.188000', '173535.191000', '173535.194000', '173535.197000', '173535.200000', '173535.202000', '173535.205000', '173555.052000', '173555.055000', '173555.058000', '173555.061000', '173555.063000', '173555.066000', '173555.069000', '173555.072000', '173555.075000', '173555.078000', '173555.081000', '173555.083000', '173555.086000', '173555.089000', '173555.092000', '173555.095000', '173555.099000', '173555.102000', '173555.105000', '173555.108000', '173555.111000', '173555.113000', '173555.116000', '173555.119000', '173555.122000', '173555.125000', '173555.128000', '173555.131000', '173555.133000', '173555.136000', '173555.139000', '173555.142000', '173555.145000', '173555.147000', '173555.150000', '173555.153000', '173555.156000', '173555.159000', '173555.162000', '173555.165000', '173555.168000', '173555.171000', '173555.174000', '173615.052000', '173615.055000', '173615.058000', '173615.061000', '173615.064000', '173615.066000', '173615.069000', '173615.076000', '173615.079000', '173615.081000', '173615.084000', '173615.087000', '173615.090000', '173615.093000', '173615.095000', '173615.098000', '173615.101000', '173615.104000', '173615.107000', '173615.110000', '173615.113000', '173615.115000', '173615.118000', '173615.121000', '173615.124000', '173615.127000', '173615.130000', '173615.133000', '173615.135000', '173615.138000', '173615.141000', '173615.144000', '173615.147000', '173615.150000', '173615.152000', '173615.155000', '173615.158000', '173615.205000', '173615.208000', '173615.211000', '173615.214000', '173615.217000', '173615.219000', '173615.222000', '173635.052000', '173635.055000', '173635.058000', '173635.061000', '173635.064000', '173635.067000', '173635.069000', '173635.072000', '173635.075000', '173635.078000', '173635.081000', '173635.084000', '173635.087000', '173635.090000', '173635.092000', '173635.095000', '173635.098000', '173635.101000', '173635.104000', '173635.107000', '173635.110000', '173635.113000', '173635.116000', '173635.119000', '173635.122000', '173635.125000', '173635.128000', '173635.130000', '173635.133000', '173635.136000', '173635.139000', '173635.142000', '173635.145000', '173635.147000', '173635.150000', '173635.153000', '173635.156000', '173635.210000', '173635.212000', '173635.215000', '173635.218000', '173635.221000', '173635.224000', '173655.052000', '173655.055000', '173655.058000', '173655.061000', '173655.064000', '173655.066000', '173655.069000', '173655.072000', '173655.075000', '173655.078000', '173655.081000', '173655.084000', '173655.087000', '173655.089000', '173655.092000', '173655.095000', '173655.098000', '173655.101000', '173655.104000', '173655.107000', '173655.110000', '173655.113000', '173655.115000', '173655.118000', '173655.121000', '173655.124000', '173655.127000', '173655.130000', '173655.132000', '173655.135000', '173655.138000', '173655.141000', '173655.144000', '173655.147000', '173655.149000', '173655.152000', '173655.155000', '173655.158000', '173655.193000', '173655.196000', '173655.198000', '173655.201000', '173655.204000', '173655.207000', '173715.052000', '173715.055000', '173715.058000', '173715.061000', '173715.064000', '173715.076000', '173715.079000', '173715.081000', '173715.084000', '173715.087000', '173715.090000', '173715.093000', '173715.096000', '173715.099000', '173715.101000', '173715.104000', '173715.107000', '173715.110000', '173715.113000', '173715.116000', '173715.119000', '173715.122000', '173715.125000', '173715.127000', '173715.130000', '173715.134000', '173715.137000', '173715.140000', '173715.143000', '173715.146000', '173715.149000', '173715.151000', '173715.154000', '173715.157000', '173715.209000', '173715.212000', '173715.215000', '173715.218000', '173715.221000', '173715.223000', '173715.226000', '173715.229000', '173715.232000', '173735.053000', '173735.064000', '173735.067000', '173735.070000', '173735.072000', '173735.076000', '173735.078000', '173735.081000', '173735.084000', '173735.087000', '173735.090000', '173735.093000', '173735.095000', '173735.098000', '173735.101000', '173735.104000', '173735.107000', '173735.110000', '173735.113000', '173735.116000', '173735.119000', '173735.122000', '173735.124000', '173735.127000', '173735.130000', '173735.133000', '173735.136000', '173735.139000', '173735.141000', '173735.144000', '173735.147000', '173735.150000', '173735.153000', '173735.156000', '173735.201000', '173735.204000', '173735.207000', '173735.210000', '173735.213000', '173735.216000', '173735.218000', '173735.221000', '173735.224000', '173735.227000', '173755.052000', '173755.055000', '173755.058000', '173755.061000', '173755.064000', '173755.067000', '173755.069000', '173755.072000', '173755.075000', '173755.078000', '173755.081000', '173755.084000', '173755.087000', '173755.089000', '173755.092000', '173755.095000', '173755.098000', '173755.101000', '173755.104000', '173755.107000', '173755.109000', '173755.112000', '173755.115000', '173755.118000', '173755.121000', '173755.124000', '173755.127000', '173755.130000', '173755.132000', '173755.135000', '173755.138000', '173755.141000', '173755.144000', '173755.147000', '173755.150000', '173755.153000', '173755.155000', '173755.158000', '173755.213000', '173755.216000', '173755.219000', '173755.223000', '173755.228000', '173815.052000', '173815.055000', '173815.058000', '173815.061000', '173815.064000', '173815.066000', '173815.069000', '173815.072000', '173815.075000', '173815.078000', '173815.081000', '173815.083000', '173815.086000', '173815.089000', '173815.092000', '173815.095000', '173815.098000', '173815.101000', '173815.104000', '173815.106000', '173815.109000', '173815.112000', '173815.115000', '173815.118000', '173815.121000', '173815.123000', '173815.126000', '173815.129000', '173815.132000', '173815.135000', '173815.138000', '173815.140000', '173815.143000', '173815.146000', '173815.149000', '173815.152000', '173815.155000', '173815.158000', '173815.161000', '173815.163000', '173815.166000', '173815.169000', '173815.172000', '173815.175000', '173835.052000', '173835.055000', '173835.058000', '173835.061000', '173835.064000', '173835.067000', '173835.070000', '173835.072000', '173835.075000', '173835.078000', '173835.081000', '173835.084000', '173835.087000', '173835.089000', '173835.092000', '173835.095000', '173835.108000', '173835.111000', '173835.114000', '173835.116000', '173835.119000', '173835.122000', '173835.125000', '173835.128000', '173835.131000', '173835.134000', '173835.137000', '173835.140000', '173835.143000', '173835.145000', '173835.148000', '173835.151000', '173835.154000', '173835.157000', '173835.191000', '173835.194000', '173835.197000', '173835.200000', '173835.203000', '173835.206000', '173835.208000', '173835.211000', '173835.214000', '173855.052000', '173855.055000', '173855.058000', '173855.061000', '173855.064000', '173855.067000', '173855.069000', '173855.072000', '173855.075000', '173855.078000', '173855.081000', '173855.091000', '173855.094000', '173855.097000', '173855.100000', '173855.103000', '173855.106000', '173855.108000', '173855.111000', '173855.114000', '173855.117000', '173855.120000', '173855.123000', '173855.126000', '173855.129000', '173855.131000', '173855.134000', '173855.137000', '173855.141000', '173855.143000', '173855.146000', '173855.149000', '173855.152000', '173855.155000', '173855.158000', '173855.215000', '173855.218000', '173855.220000', '173855.223000', '173855.226000', '173855.229000', '173855.232000', '173855.235000', '173855.238000', '173915.052000', '173915.055000', '173915.058000', '173915.061000', '173915.064000', '173915.067000', '173915.070000', '173915.072000', '173915.075000', '173915.078000', '173915.081000', '173915.084000', '173915.087000', '173915.090000', '173915.092000', '173915.095000', '173915.098000', '173915.101000', '173915.104000', '173915.107000', '173915.109000', '173915.112000', '173915.115000', '173915.118000', '173915.121000', '173915.124000', '173915.127000', '173915.129000', '173915.132000', '173915.135000', '173915.138000', '173915.141000', '173915.144000', '173915.147000', '173915.150000', '173915.152000', '173915.155000', '173915.158000', '173915.205000', '173915.208000', '173915.211000', '173915.214000', '173915.217000', '173935.052000', '173935.055000', '173935.058000', '173935.061000', '173935.064000', '173935.066000', '173935.069000', '173935.072000', '173935.075000', '173935.078000', '173935.081000', '173935.084000', '173935.086000', '173935.089000', '173935.092000', '173935.095000', '173935.098000', '173935.101000', '173935.104000', '173935.107000', '173935.110000', '173935.112000', '173935.115000', '173935.118000', '173935.121000', '173935.124000', '173935.127000', '173935.130000', '173935.133000', '173935.135000', '173935.138000', '173935.141000', '173935.144000', '173935.147000', '173935.150000', '173935.153000', '173935.156000', '173935.159000', '173935.180000', '173935.183000', '173935.186000', '173935.188000', '173935.191000', '173955.053000', '173955.056000', '173955.059000', '173955.062000', '173955.065000', '173955.068000', '173955.071000', '173955.074000', '173955.077000', '173955.079000', '173955.082000', '173955.085000', '173955.088000', '173955.091000', '173955.094000', '173955.097000', '173955.099000', '173955.102000', '173955.105000', '173955.108000', '173955.111000', '173955.114000', '173955.116000', '173955.119000', '173955.122000', '173955.125000', '173955.128000', '173955.131000', '173955.134000', '173955.137000', '173955.139000', '173955.142000', '173955.145000', '173955.148000', '173955.151000', '173955.154000', '173955.156000', '173955.214000', '173955.216000', '173955.219000', '173955.222000', '173955.225000', '173955.248000', '173955.251000', '174015.052000', '174015.055000', '174015.058000', '174015.061000', '174015.064000', '174015.067000', '174015.070000', '174015.073000', '174015.075000', '174015.079000', '174015.081000', '174015.084000', '174015.087000', '174015.090000', '174015.093000', '174015.096000', '174015.099000', '174015.102000', '174015.104000', '174015.107000', '174015.110000', '174015.113000', '174015.116000', '174015.119000', '174015.122000', '174015.125000', '174015.127000', '174015.130000', '174015.133000', '174015.136000', '174015.139000', '174015.142000', '174015.145000', '174015.148000', '174015.150000', '174015.153000', '174015.156000', '174015.222000', '174015.225000', '174015.228000', '174015.231000', '174015.234000', '174015.236000', '174035.052000', '174035.055000', '174035.058000', '174035.061000', '174035.064000', '174035.066000', '174035.069000', '174035.072000', '174035.075000', '174035.078000', '174035.081000', '174035.083000', '174035.087000', '174035.089000', '174035.092000', '174035.095000', '174035.098000', '174035.101000', '174035.104000', '174035.107000', '174035.110000', '174035.112000', '174035.115000', '174035.118000', '174035.121000', '174035.124000', '174035.127000', '174035.130000', '174035.133000', '174035.135000', '174035.138000', '174035.141000', '174035.144000', '174035.147000', '174035.149000', '174035.152000', '174035.155000', '174035.158000', '174035.245000', '174035.248000', '174035.251000', '174035.254000', '174035.257000', '174035.260000', '174055.052000', '174055.055000', '174055.058000', '174055.061000', '174055.064000', '174055.067000', '174055.070000', '174055.072000', '174055.075000', '174055.080000', '174055.084000', '174055.087000', '174055.090000', '174055.093000', '174055.096000', '174055.098000', '174055.101000', '174055.104000', '174055.107000', '174055.110000', '174055.113000', '174055.116000', '174055.118000', '174055.121000', '174055.124000', '174055.127000', '174055.130000', '174055.133000', '174055.136000', '174055.138000', '174055.141000', '174055.144000', '174055.147000', '174055.150000', '174055.153000', '174055.155000', '174055.158000', '174055.204000', '174055.206000', '174055.209000', '174055.212000', '174055.215000', '174055.218000', '174115.052000', '174115.055000', '174115.058000', '174115.061000', '174115.064000', '174115.067000', '174115.069000', '174115.072000', '174115.075000', '174115.078000', '174115.081000', '174115.084000', '174115.087000', '174115.089000', '174115.092000', '174115.095000', '174115.098000', '174115.101000', '174115.104000', '174115.107000', '174115.109000', '174115.112000', '174115.115000', '174115.118000', '174115.121000', '174115.124000', '174115.127000', '174115.130000', '174115.133000', '174115.136000', '174115.138000', '174115.141000', '174115.144000', '174115.147000', '174115.150000', '174115.153000', '174115.156000', '174115.158000', '174115.208000', '174115.222000', '174115.225000', '174115.228000', '174115.231000', '174115.239000', '174135.052000', '174135.055000', '174135.058000', '174135.061000', '174135.064000', '174135.067000', '174135.070000', '174135.072000', '174135.075000', '174135.078000', '174135.081000', '174135.084000', '174135.088000', '174135.091000', '174135.094000', '174135.098000', '174135.100000', '174135.103000', '174135.106000', '174135.109000', '174135.112000', '174135.115000', '174135.117000', '174135.121000', '174135.123000', '174135.126000', '174135.129000', '174135.132000', '174135.135000', '174135.137000', '174135.140000', '174135.143000', '174135.146000', '174135.149000', '174135.152000', '174135.155000', '174135.157000', '174135.161000', '174135.240000', '174135.243000', '174135.246000', '174135.249000', '174135.251000', '174155.052000', '174155.055000', '174155.058000', '174155.061000', '174155.064000', '174155.066000', '174155.069000', '174155.072000', '174155.075000', '174155.078000', '174155.081000', '174155.084000', '174155.087000', '174155.089000', '174155.092000', '174155.095000', '174155.098000', '174155.101000', '174155.104000', '174155.107000', '174155.110000', '174155.113000', '174155.116000', '174155.119000', '174155.121000', '174155.124000', '174155.127000', '174155.130000', '174155.133000', '174155.136000', '174155.139000', '174155.141000', '174155.144000', '174155.147000', '174155.150000', '174155.153000', '174155.156000', '174155.213000', '174155.216000', '174155.219000', '174155.222000', '174155.225000', '174155.228000', '174155.231000', '174155.835000', '174155.839000'], 'InstanceCreationTime': ['173355.103000', '173355.112000', '173355.115000', '173355.118000', '173355.120000', '173355.123000', '173355.126000', '173355.129000', '173355.132000', '173355.135000', '173355.137000', '173355.140000', '173355.143000', '173355.146000', '173355.149000', '173355.151000', '173355.154000', '173355.157000', '173355.160000', '173355.163000', '173355.166000', '173355.169000', '173355.171000', '173355.174000', '173355.177000', '173355.180000', '173355.188000', '173415.052000', '173415.055000', '173415.058000', '173415.060000', '173415.063000', '173415.066000', '173415.069000', '173415.072000', '173415.075000', '173415.077000', '173415.080000', '173415.083000', '173415.095000', '173415.098000', '173415.101000', '173415.104000', '173415.107000', '173415.109000', '173415.112000', '173415.115000', '173415.118000', '173415.121000', '173415.124000', '173415.131000', '173415.133000', '173415.136000', '173415.139000', '173415.142000', '173415.145000', '173415.148000', '173415.151000', '173415.153000', '173415.156000', '173415.159000', '173415.162000', '173415.165000', '173415.167000', '173415.170000', '173415.186000', '173415.188000', '173415.191000', '173415.194000', '173415.203000', '173415.205000', '173435.052000', '173435.055000', '173435.058000', '173435.062000', '173435.065000', '173435.067000', '173435.070000', '173435.073000', '173435.076000', '173435.079000', '173435.082000', '173435.085000', '173435.087000', '173435.090000', '173435.093000', '173435.096000', '173435.099000', '173435.102000', '173435.104000', '173435.107000', '173435.110000', '173435.114000', '173435.119000', '173435.122000', '173435.125000', '173435.128000', '173435.131000', '173435.134000', '173435.137000', '173435.140000', '173435.143000', '173435.151000', '173435.154000', '173435.156000', '173435.159000', '173435.162000', '173435.165000', '173435.168000', '173435.171000', '173435.173000', '173435.176000', '173435.179000', '173435.182000', '173455.052000', '173455.055000', '173455.058000', '173455.061000', '173455.063000', '173455.066000', '173455.069000', '173455.072000', '173455.075000', '173455.078000', '173455.081000', '173455.083000', '173455.086000', '173455.089000', '173455.092000', '173455.095000', '173455.098000', '173455.101000', '173455.103000', '173455.106000', '173455.109000', '173455.112000', '173455.115000', '173455.118000', '173455.120000', '173455.123000', '173455.126000', '173455.129000', '173455.132000', '173455.135000', '173455.138000', '173455.140000', '173455.143000', '173455.146000', '173455.149000', '173455.152000', '173455.154000', '173455.157000', '173455.188000', '173455.190000', '173455.193000', '173455.196000', '173455.199000', '173455.202000', '173515.053000', '173515.056000', '173515.059000', '173515.062000', '173515.065000', '173515.068000', '173515.070000', '173515.073000', '173515.076000', '173515.079000', '173515.082000', '173515.085000', '173515.088000', '173515.090000', '173515.093000', '173515.096000', '173515.099000', '173515.102000', '173515.104000', '173515.107000', '173515.110000', '173515.113000', '173515.116000', '173515.119000', '173515.122000', '173515.124000', '173515.127000', '173515.130000', '173515.133000', '173515.136000', '173515.139000', '173515.142000', '173515.145000', '173515.147000', '173515.150000', '173515.153000', '173515.156000', '173515.203000', '173515.206000', '173515.209000', '173515.212000', '173515.215000', '173515.218000', '173535.052000', '173535.055000', '173535.058000', '173535.060000', '173535.064000', '173535.066000', '173535.069000', '173535.072000', '173535.075000', '173535.078000', '173535.092000', '173535.095000', '173535.098000', '173535.101000', '173535.104000', '173535.106000', '173535.109000', '173535.112000', '173535.115000', '173535.118000', '173535.121000', '173535.124000', '173535.126000', '173535.129000', '173535.132000', '173535.135000', '173535.138000', '173535.141000', '173535.144000', '173535.146000', '173535.149000', '173535.152000', '173535.155000', '173535.158000', '173535.180000', '173535.182000', '173535.185000', '173535.188000', '173535.191000', '173535.194000', '173535.197000', '173535.200000', '173535.202000', '173535.205000', '173555.052000', '173555.055000', '173555.058000', '173555.061000', '173555.063000', '173555.066000', '173555.069000', '173555.072000', '173555.075000', '173555.078000', '173555.081000', '173555.083000', '173555.086000', '173555.089000', '173555.092000', '173555.095000', '173555.099000', '173555.102000', '173555.105000', '173555.108000', '173555.111000', '173555.113000', '173555.116000', '173555.119000', '173555.122000', '173555.125000', '173555.128000', '173555.131000', '173555.133000', '173555.136000', '173555.139000', '173555.142000', '173555.145000', '173555.147000', '173555.150000', '173555.153000', '173555.156000', '173555.159000', '173555.162000', '173555.165000', '173555.168000', '173555.171000', '173555.174000', '173615.052000', '173615.055000', '173615.058000', '173615.061000', '173615.064000', '173615.066000', '173615.069000', '173615.076000', '173615.079000', '173615.081000', '173615.084000', '173615.087000', '173615.090000', '173615.093000', '173615.095000', '173615.098000', '173615.101000', '173615.104000', '173615.107000', '173615.110000', '173615.113000', '173615.115000', '173615.118000', '173615.121000', '173615.124000', '173615.127000', '173615.130000', '173615.133000', '173615.135000', '173615.138000', '173615.141000', '173615.144000', '173615.147000', '173615.150000', '173615.152000', '173615.155000', '173615.158000', '173615.205000', '173615.208000', '173615.211000', '173615.214000', '173615.217000', '173615.219000', '173615.222000', '173635.052000', '173635.055000', '173635.058000', '173635.061000', '173635.064000', '173635.067000', '173635.069000', '173635.072000', '173635.075000', '173635.078000', '173635.081000', '173635.084000', '173635.087000', '173635.090000', '173635.092000', '173635.095000', '173635.098000', '173635.101000', '173635.104000', '173635.107000', '173635.110000', '173635.113000', '173635.116000', '173635.119000', '173635.122000', '173635.125000', '173635.128000', '173635.130000', '173635.133000', '173635.136000', '173635.139000', '173635.142000', '173635.145000', '173635.147000', '173635.150000', '173635.153000', '173635.156000', '173635.210000', '173635.212000', '173635.215000', '173635.218000', '173635.221000', '173635.224000', '173655.052000', '173655.055000', '173655.058000', '173655.061000', '173655.064000', '173655.066000', '173655.069000', '173655.072000', '173655.075000', '173655.078000', '173655.081000', '173655.084000', '173655.087000', '173655.089000', '173655.092000', '173655.095000', '173655.098000', '173655.101000', '173655.104000', '173655.107000', '173655.110000', '173655.113000', '173655.115000', '173655.118000', '173655.121000', '173655.124000', '173655.127000', '173655.130000', '173655.132000', '173655.135000', '173655.138000', '173655.141000', '173655.144000', '173655.147000', '173655.149000', '173655.152000', '173655.155000', '173655.158000', '173655.193000', '173655.196000', '173655.198000', '173655.201000', '173655.204000', '173655.207000', '173715.052000', '173715.055000', '173715.058000', '173715.061000', '173715.064000', '173715.076000', '173715.079000', '173715.081000', '173715.084000', '173715.087000', '173715.090000', '173715.093000', '173715.096000', '173715.099000', '173715.101000', '173715.104000', '173715.107000', '173715.110000', '173715.113000', '173715.116000', '173715.119000', '173715.122000', '173715.125000', '173715.127000', '173715.130000', '173715.134000', '173715.137000', '173715.140000', '173715.143000', '173715.146000', '173715.149000', '173715.151000', '173715.154000', '173715.157000', '173715.209000', '173715.212000', '173715.215000', '173715.218000', '173715.221000', '173715.223000', '173715.226000', '173715.229000', '173715.232000', '173735.053000', '173735.064000', '173735.067000', '173735.070000', '173735.072000', '173735.076000', '173735.078000', '173735.081000', '173735.084000', '173735.087000', '173735.090000', '173735.093000', '173735.095000', '173735.098000', '173735.101000', '173735.104000', '173735.107000', '173735.110000', '173735.113000', '173735.116000', '173735.119000', '173735.122000', '173735.124000', '173735.127000', '173735.130000', '173735.133000', '173735.136000', '173735.139000', '173735.141000', '173735.144000', '173735.147000', '173735.150000', '173735.153000', '173735.156000', '173735.201000', '173735.204000', '173735.207000', '173735.210000', '173735.213000', '173735.216000', '173735.218000', '173735.221000', '173735.224000', '173735.227000', '173755.052000', '173755.055000', '173755.058000', '173755.061000', '173755.064000', '173755.067000', '173755.069000', '173755.072000', '173755.075000', '173755.078000', '173755.081000', '173755.084000', '173755.087000', '173755.089000', '173755.092000', '173755.095000', '173755.098000', '173755.101000', '173755.104000', '173755.107000', '173755.109000', '173755.112000', '173755.115000', '173755.118000', '173755.121000', '173755.124000', '173755.127000', '173755.130000', '173755.132000', '173755.135000', '173755.138000', '173755.141000', '173755.144000', '173755.147000', '173755.150000', '173755.153000', '173755.155000', '173755.158000', '173755.213000', '173755.216000', '173755.219000', '173755.223000', '173755.228000', '173815.052000', '173815.055000', '173815.058000', '173815.061000', '173815.064000', '173815.066000', '173815.069000', '173815.072000', '173815.075000', '173815.078000', '173815.081000', '173815.083000', '173815.086000', '173815.089000', '173815.092000', '173815.095000', '173815.098000', '173815.101000', '173815.104000', '173815.106000', '173815.109000', '173815.112000', '173815.115000', '173815.118000', '173815.121000', '173815.123000', '173815.126000', '173815.129000', '173815.132000', '173815.135000', '173815.138000', '173815.140000', '173815.143000', '173815.146000', '173815.149000', '173815.152000', '173815.155000', '173815.158000', '173815.161000', '173815.163000', '173815.166000', '173815.169000', '173815.172000', '173815.175000', '173835.052000', '173835.055000', '173835.058000', '173835.061000', '173835.064000', '173835.067000', '173835.070000', '173835.072000', '173835.075000', '173835.078000', '173835.081000', '173835.084000', '173835.087000', '173835.089000', '173835.092000', '173835.095000', '173835.108000', '173835.111000', '173835.114000', '173835.116000', '173835.119000', '173835.122000', '173835.125000', '173835.128000', '173835.131000', '173835.134000', '173835.137000', '173835.140000', '173835.143000', '173835.145000', '173835.148000', '173835.151000', '173835.154000', '173835.157000', '173835.191000', '173835.194000', '173835.197000', '173835.200000', '173835.203000', '173835.206000', '173835.208000', '173835.211000', '173835.214000', '173855.052000', '173855.055000', '173855.058000', '173855.061000', '173855.064000', '173855.067000', '173855.069000', '173855.072000', '173855.075000', '173855.078000', '173855.081000', '173855.091000', '173855.094000', '173855.097000', '173855.100000', '173855.103000', '173855.106000', '173855.108000', '173855.111000', '173855.114000', '173855.117000', '173855.120000', '173855.123000', '173855.126000', '173855.129000', '173855.131000', '173855.134000', '173855.137000', '173855.141000', '173855.143000', '173855.146000', '173855.149000', '173855.152000', '173855.155000', '173855.158000', '173855.215000', '173855.218000', '173855.220000', '173855.223000', '173855.226000', '173855.229000', '173855.232000', '173855.235000', '173855.238000', '173915.052000', '173915.055000', '173915.058000', '173915.061000', '173915.064000', '173915.067000', '173915.070000', '173915.072000', '173915.075000', '173915.078000', '173915.081000', '173915.084000', '173915.087000', '173915.090000', '173915.092000', '173915.095000', '173915.098000', '173915.101000', '173915.104000', '173915.107000', '173915.109000', '173915.112000', '173915.115000', '173915.118000', '173915.121000', '173915.124000', '173915.127000', '173915.129000', '173915.132000', '173915.135000', '173915.138000', '173915.141000', '173915.144000', '173915.147000', '173915.150000', '173915.152000', '173915.155000', '173915.158000', '173915.205000', '173915.208000', '173915.211000', '173915.214000', '173915.217000', '173935.052000', '173935.055000', '173935.058000', '173935.061000', '173935.064000', '173935.066000', '173935.069000', '173935.072000', '173935.075000', '173935.078000', '173935.081000', '173935.084000', '173935.086000', '173935.089000', '173935.092000', '173935.095000', '173935.098000', '173935.101000', '173935.104000', '173935.107000', '173935.110000', '173935.112000', '173935.115000', '173935.118000', '173935.121000', '173935.124000', '173935.127000', '173935.130000', '173935.133000', '173935.135000', '173935.138000', '173935.141000', '173935.144000', '173935.147000', '173935.150000', '173935.153000', '173935.156000', '173935.159000', '173935.180000', '173935.183000', '173935.186000', '173935.188000', '173935.191000', '173955.053000', '173955.056000', '173955.059000', '173955.062000', '173955.065000', '173955.068000', '173955.071000', '173955.074000', '173955.077000', '173955.079000', '173955.082000', '173955.085000', '173955.088000', '173955.091000', '173955.094000', '173955.097000', '173955.099000', '173955.102000', '173955.105000', '173955.108000', '173955.111000', '173955.114000', '173955.116000', '173955.119000', '173955.122000', '173955.125000', '173955.128000', '173955.131000', '173955.134000', '173955.137000', '173955.139000', '173955.142000', '173955.145000', '173955.148000', '173955.151000', '173955.154000', '173955.156000', '173955.214000', '173955.216000', '173955.219000', '173955.222000', '173955.225000', '173955.248000', '173955.251000', '174015.052000', '174015.055000', '174015.058000', '174015.061000', '174015.064000', '174015.067000', '174015.070000', '174015.073000', '174015.075000', '174015.079000', '174015.081000', '174015.084000', '174015.087000', '174015.090000', '174015.093000', '174015.096000', '174015.099000', '174015.102000', '174015.104000', '174015.107000', '174015.110000', '174015.113000', '174015.116000', '174015.119000', '174015.122000', '174015.125000', '174015.127000', '174015.130000', '174015.133000', '174015.136000', '174015.139000', '174015.142000', '174015.145000', '174015.148000', '174015.150000', '174015.153000', '174015.156000', '174015.222000', '174015.225000', '174015.228000', '174015.231000', '174015.234000', '174015.236000', '174035.052000', '174035.055000', '174035.058000', '174035.061000', '174035.064000', '174035.066000', '174035.069000', '174035.072000', '174035.075000', '174035.078000', '174035.081000', '174035.083000', '174035.087000', '174035.089000', '174035.092000', '174035.095000', '174035.098000', '174035.101000', '174035.104000', '174035.107000', '174035.110000', '174035.112000', '174035.115000', '174035.118000', '174035.121000', '174035.124000', '174035.127000', '174035.130000', '174035.133000', '174035.135000', '174035.138000', '174035.141000', '174035.144000', '174035.147000', '174035.149000', '174035.152000', '174035.155000', '174035.158000', '174035.245000', '174035.248000', '174035.251000', '174035.254000', '174035.257000', '174035.260000', '174055.052000', '174055.055000', '174055.058000', '174055.061000', '174055.064000', '174055.067000', '174055.070000', '174055.072000', '174055.075000', '174055.080000', '174055.084000', '174055.087000', '174055.090000', '174055.093000', '174055.096000', '174055.098000', '174055.101000', '174055.104000', '174055.107000', '174055.110000', '174055.113000', '174055.116000', '174055.118000', '174055.121000', '174055.124000', '174055.127000', '174055.130000', '174055.133000', '174055.136000', '174055.138000', '174055.141000', '174055.144000', '174055.147000', '174055.150000', '174055.153000', '174055.155000', '174055.158000', '174055.204000', '174055.206000', '174055.209000', '174055.212000', '174055.215000', '174055.218000', '174115.052000', '174115.055000', '174115.058000', '174115.061000', '174115.064000', '174115.067000', '174115.069000', '174115.072000', '174115.075000', '174115.078000', '174115.081000', '174115.084000', '174115.087000', '174115.089000', '174115.092000', '174115.095000', '174115.098000', '174115.101000', '174115.104000', '174115.107000', '174115.109000', '174115.112000', '174115.115000', '174115.118000', '174115.121000', '174115.124000', '174115.127000', '174115.130000', '174115.133000', '174115.136000', '174115.138000', '174115.141000', '174115.144000', '174115.147000', '174115.150000', '174115.153000', '174115.156000', '174115.158000', '174115.208000', '174115.222000', '174115.225000', '174115.228000', '174115.231000', '174115.239000', '174135.052000', '174135.055000', '174135.058000', '174135.061000', '174135.064000', '174135.067000', '174135.070000', '174135.072000', '174135.075000', '174135.078000', '174135.081000', '174135.084000', '174135.088000', '174135.091000', '174135.094000', '174135.098000', '174135.100000', '174135.103000', '174135.106000', '174135.109000', '174135.112000', '174135.115000', '174135.117000', '174135.121000', '174135.123000', '174135.126000', '174135.129000', '174135.132000', '174135.135000', '174135.137000', '174135.140000', '174135.143000', '174135.146000', '174135.149000', '174135.152000', '174135.155000', '174135.157000', '174135.161000', '174135.240000', '174135.243000', '174135.246000', '174135.249000', '174135.251000', '174155.052000', '174155.055000', '174155.058000', '174155.061000', '174155.064000', '174155.066000', '174155.069000', '174155.072000', '174155.075000', '174155.078000', '174155.081000', '174155.084000', '174155.087000', '174155.089000', '174155.092000', '174155.095000', '174155.098000', '174155.101000', '174155.104000', '174155.107000', '174155.110000', '174155.113000', '174155.116000', '174155.119000', '174155.121000', '174155.124000', '174155.127000', '174155.130000', '174155.133000', '174155.136000', '174155.139000', '174155.141000', '174155.144000', '174155.147000', '174155.150000', '174155.153000', '174155.156000', '174155.213000', '174155.216000', '174155.219000', '174155.222000', '174155.225000', '174155.228000', '174155.231000', '174155.835000', '174155.839000'], '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': [11243, 7766, 11055, 6619, 10958, 6851, 10828, 8016, 10382, 7337, 10471, 6580, 9742, 6339, 9793, 6655, 10376, 6411, 10284, 6580, 10193, 6673, 10681, 6538, 11000, 6845, 10953, 6802, 10960, 7182, 10988, 6634, 10519, 7138, 9793, 8774, 9791, 6929, 9451, 8651, 8794, 12322, 9056, 9153, 8753, 9381, 8657, 12606, 7785, 11487, 8411, 10922, 7355, 11257, 7167, 10916, 6588, 10990, 7225, 10954, 6555, 10905, 6690, 10888, 7152, 10544, 8399, 10727, 6550, 10207, 7216, 9782, 10619, 8827, 9817, 9182, 7532, 9132, 9280, 9151, 8858, 10199, 6994, 9964, 8895, 9287, 11963, 9414, 7989, 9260, 6445, 9718, 8236, 9633, 9728, 9818, 7914, 9559, 8006, 9157, 12086, 8554, 11857, 8615, 10935, 7576, 11894, 7541, 11344, 8336, 10889, 7819, 11118, 7751, 11169, 8475, 7528, 9206, 6765, 9772, 6592, 10745, 7536, 10754, 7792, 10142, 9162, 9078, 14721, 8194, 11755, 7557, 11063, 7098, 10871, 7350, 10750, 7405, 10870, 7616, 10516, 7388, 10988, 8534, 10603, 7565, 10799, 7380, 10688, 6998, 11066, 6864, 11219, 6660, 10733, 7095, 11045, 7695, 11186, 6596, 10726, 6546, 10534, 7615, 10467, 7225, 10103, 8205, 8977, 11478, 8431, 9888, 8997, 7342, 9495, 12125, 8150, 11850, 9095, 10885, 7172, 10916, 7018, 11288, 7124, 10649, 8090, 10145, 6975, 9289, 9234, 8663, 11929, 8959, 10962, 7583, 11625, 7489, 11434, 7832, 11189, 6580, 10566, 6610, 10430, 6937, 10696, 6979, 10280, 6383, 9599, 6610, 10164, 6881, 10481, 6648, 10508, 7070, 10842, 8445, 10870, 7777, 10533, 8135, 10406, 11377, 9550, 11343, 9855, 8286, 8765, 9505, 8463, 10234, 9106, 9417, 8943, 9473, 8478, 10033, 9465, 8763, 8968, 8677, 8989, 9496, 9975, 8917, 9698, 9112, 9091, 9688, 9331, 9111, 10090, 6888, 9497, 7262, 9340, 8249, 10346, 6877, 10126, 6831, 9595, 8187, 10480, 7791, 10539, 7232, 10275, 8569, 10344, 9095, 10531, 7323, 9697, 6521, 9859, 7695, 10532, 6490, 10218, 6416, 10144, 7210, 10921, 7710, 10648, 7081, 10670, 7027, 10664, 8502, 10474, 10883, 10679, 7232, 9653, 6570, 9417, 7470, 10221, 7181, 10122, 6642, 9829, 6604, 10257, 7275, 10805, 7023, 10128, 6572, 10132, 8190, 10134, 9166, 10319, 9283, 9325, 9787, 8864, 11573, 8921, 10198, 8379, 10725, 7789, 12185, 8104, 11200, 8029, 8945, 7930, 8368, 8536, 10561, 9149, 10034, 8538, 10935, 8174, 11574, 8173, 11256, 9096, 12217, 7440, 11283, 7236, 11266, 7285, 11154, 7301, 11051, 6561, 10598, 6742, 10174, 6425, 10393, 6931, 11009, 6507, 10462, 6497, 10376, 6669, 10953, 6763, 11257, 6500, 10972, 7011, 11182, 7903, 11069, 7239, 11345, 7563, 11296, 8269, 11663, 7432, 10263, 7775, 9918, 8291, 10585, 8663, 10692, 9559, 9558, 9120, 8731, 8838, 9451, 8975, 9853, 9920, 8080, 9386, 6490, 9236, 6546, 9930, 7315, 10992, 7082, 10951, 7058, 10678, 7269, 10453, 8046, 10700, 6939, 10093, 7153, 10375, 8426, 10105, 9215, 10530, 7879, 9747, 7974, 9472, 9324, 9366, 8591, 9463, 8798, 8873, 9774, 8367, 10209, 9130, 8740, 8971, 9519, 8682, 10189, 8732, 9943, 10164, 7517, 9782, 6699, 10022, 6825, 10179, 7582, 10883, 6964, 10685, 6417, 10815, 6776, 11016, 7454, 11086, 7785, 11227, 6974, 11707, 7310, 11588, 8442, 13112, 8171, 12523, 7122, 11296, 7287, 11385, 7293, 11260, 7864, 11513, 7504, 9539, 7915, 9718, 8323, 9706, 9734, 8252, 9550, 8369, 9865, 9007, 10271, 8513, 10383, 7673, 10073, 7074, 10314, 7578, 10511, 6413, 10122, 6628, 10107, 6542, 10720, 6716, 10869, 6480, 10303, 6526, 11070, 7389, 11173, 6825, 11031, 6948, 11301, 8021, 10935, 8159, 10866, 7096, 11223, 6643, 10892, 7682, 12157, 7158, 10950, 6496, 10372, 6726, 10475, 7494, 10947, 6518, 10250, 6555, 9599, 6597, 11077, 7070, 11067, 6484, 10617, 6919, 11154, 7700, 11152, 6816, 11407, 6620, 11148, 7325, 11484, 7751, 11700, 6845, 11084, 7183, 11360, 8251, 11474, 8194, 10261, 7682, 9725, 8574, 9352, 10303, 8088, 10289, 7942, 10457, 8858, 10950, 8222, 10822, 7126, 10914, 6557, 10984, 7201, 11294, 6625, 11193, 6602, 11173, 6889, 11226, 8969, 11300, 8170, 10535, 7943, 9787, 8967, 9224, 10550, 7836, 10476, 6685, 10614, 6515, 11070, 7683, 11230, 8247, 11521, 7140, 10690, 7804, 9671, 9554, 8129, 10449, 6794, 10413, 6722, 10745, 7522, 10681, 8504, 11180, 7524, 10189, 8385, 9750, 9837, 8428, 9942, 6427, 11111, 7212, 9488, 8799, 6626, 11069, 9036, 9660, 8129, 9347, 9125, 9472, 10195, 7443, 9992, 6582, 10266, 8453, 10636, 6729, 10305, 6402, 10871, 7245, 10950, 8122, 9208, 8919, 7026, 10307, 11416, 9945, 7537, 9806, 6403, 10381, 7247, 10750, 7322, 10732, 6871, 11123, 7061, 11360, 8962, 12541, 8575, 6664, 9345, 6521, 10404, 7617, 10672, 7441, 11206, 7288, 11218, 8367, 12491, 7479, 10749, 6949, 10535, 7236, 10911, 6661, 10983, 7220, 11107, 7622, 11354, 9042, 11251, 7730, 11611, 7385, 11348, 8351, 9758, 8277, 6552, 9301, 6890, 10059, 8387, 10403, 6628, 10274, 6442, 10254, 7329, 10525, 7158, 10706, 6495, 10610, 7237, 11161, 8773, 11294, 8787, 9761, 7974, 9361, 8902, 9035, 10337, 6822, 10583, 6664, 10582, 7230, 10969, 7352, 11445, 7411, 11551, 8244, 9804, 10083, 6660, 10424, 6625, 10973, 7185, 10489, 8680, 10495, 8113, 11047, 6455, 10843, 6703, 10881, 8012, 11387, 9458, 8881, 8463, 8881, 9175, 12355, 9443, 13140, 8055, 11528, 7702, 10974, 7433, 10882, 7873, 9658, 7901, 6627, 9218, 8168, 9975, 8279, 10276, 6801, 9966, 6822, 10377, 7861, 10501, 8298, 10797, 6543, 10154, 6606, 10970, 7292, 11191, 7829, 11238, 7059, 11378, 7445, 11122, 8573, 11023, 7866, 11486, 7428, 11182, 7629, 10186, 9113, 7781, 9726, 7098, 10444, 7228, 10679, 7663, 11035, 6825, 10824, 6708, 11148, 7074, 11232, 8110, 11960, 7008, 11346, 7142, 11461, 7320, 11095, 7403, 11159, 6880, 10795, 7415, 11055, 8063, 10659, 7452, 10528, 7486, 10319, 8704, 8584, 8659, 8451, 9183, 9199, 9186, 8866, 10131, 7282, 9696, 7014, 10066, 8336, 10699, 7618, 10766, 6809, 10009, 6589, 10959, 7309, 10832, 6915, 10767, 6589, 10821, 7356, 11208, 7315, 11156, 6521, 11168, 6728, 10856, 7265, 11188, 7119, 11422, 6802, 11238, 7668, 11086, 8509, 10859, 7367, 11396, 7567, 11356, 8527, 10999, 7074, 11192, 7203, 11074, 7514, 11193, 8095, 11025, 7567, 10928, 7131, 11021, 7724, 11059, 7970, 11243, 7502, 10986, 7384, 10983, 8810, 10988, 7649, 10900, 7322, 10994, 7377, 10975, 8150, 10950, 7354, 10890, 7215, 11210, 8834, 9329, 8398, 8985, 9049, 9736, 9652, 9165, 10709, 7914, 9946, 7823, 10416, 8652, 11164, 7407, 10869, 6504, 10420, 6414, 11139, 7562, 11158, 7765, 11205, 7143, 11300, 7142, 11236, 7806, 11423, 7113, 11348, 7060, 11529, 7393, 11513, 8026, 11248, 6814, 11251, 7070, 11235, 8101, 10972, 7463, 10852, 7241, 11040, 7970, 11312, 8612, 10122, 8017, 11078, 7698, 11897, 8227, 10281, 8561, 10299, 7985, 11185, 7829, 9530, 9474, 6816, 9666, 6602, 10004, 6823, 10659, 7221, 11039, 6545, 10175, 7210, 11011, 9531, 9246, 10486, 7010, 11335, 8059, 12661, 9152, 14603, 9914, 10686, 9842, 6593, 11190, 7378, 11560, 8488, 13059, 9029, 11809, 7869, 8154, 9262, 8550, 9780, 13520, 10136, 8000, 9873, 6433, 10757, 6721, 11017, 6864, 11104, 7519, 10930, 7231, 11114, 7451, 10983, 7559, 10973, 8531, 10921, 7619, 11599, 7472, 11517, 7915, 9538, 8762, 6839], 'WindowCenter': [4282.0, 4226.0, 4254.0, 4190.0, 4239.0, 4187.0, 4227.0, 4196.0, 4226.0, 4184.0, 4225.0, 4173.0, 4214.0, 4175.0, 4215.0, 4174.0, 4226.0, 4175.0, 4226.0, 4186.0, 4228.0, 4188.0, 4228.0, 4187.0, 4238.0, 4187.0, 4238.0, 4188.0, 4239.0, 4188.0, 4228.0, 4187.0, 4228.0, 4187.0, 4228.0, 4206.0, 4227.0, 4185.0, 4216.0, 4205.0, 4217.0, 4238.0, 4217.0, 4216.0, 4207.0, 4216.0, 4206.0, 4237.0, 4196.0, 4237.0, 4207.0, 4226.0, 4186.0, 4225.0, 4185.0, 4225.0, 4186.0, 4227.0, 4185.0, 4226.0, 4175.0, 4226.0, 4186.0, 4227.0, 4186.0, 4227.0, 4206.0, 4227.0, 4175.0, 4226.0, 4185.0, 4216.0, 4226.0, 4206.0, 4215.0, 4215.0, 4195.0, 4215.0, 4215.0, 4216.0, 4205.0, 4226.0, 4185.0, 4216.0, 4205.0, 4216.0, 4236.0, 4205.0, 4194.0, 4215.0, 4175.0, 4216.0, 4205.0, 4217.0, 4216.0, 4217.0, 4195.0, 4216.0, 4195.0, 4216.0, 4236.0, 4206.0, 4226.0, 4206.0, 4225.0, 4195.0, 4225.0, 4195.0, 4225.0, 4205.0, 4225.0, 4195.0, 4224.0, 4196.0, 4225.0, 4195.0, 4194.0, 4215.0, 4185.0, 4227.0, 4187.0, 4238.0, 4197.0, 4228.0, 4195.0, 4226.0, 4205.0, 4205.0, 4247.0, 4205.0, 4225.0, 4195.0, 4224.0, 4184.0, 4225.0, 4196.0, 4225.0, 4196.0, 4225.0, 4196.0, 4227.0, 4198.0, 4238.0, 4217.0, 4226.0, 4197.0, 4226.0, 4186.0, 4226.0, 4186.0, 4226.0, 4175.0, 4226.0, 4186.0, 4226.0, 4197.0, 4238.0, 4197.0, 4237.0, 4186.0, 4227.0, 4176.0, 4227.0, 4196.0, 4227.0, 4185.0, 4226.0, 4205.0, 4217.0, 4237.0, 4206.0, 4226.0, 4216.0, 4196.0, 4227.0, 4237.0, 4207.0, 4237.0, 4205.0, 4225.0, 4185.0, 4225.0, 4185.0, 4225.0, 4186.0, 4226.0, 4195.0, 4226.0, 4185.0, 4216.0, 4215.0, 4206.0, 4236.0, 4216.0, 4225.0, 4196.0, 4236.0, 4196.0, 4226.0, 4196.0, 4225.0, 4185.0, 4225.0, 4174.0, 4226.0, 4185.0, 4226.0, 4184.0, 4225.0, 4174.0, 4215.0, 4186.0, 4227.0, 4185.0, 4227.0, 4185.0, 4226.0, 4186.0, 4227.0, 4205.0, 4227.0, 4184.0, 4225.0, 4193.0, 4214.0, 4223.0, 4204.0, 4213.0, 4213.0, 4192.0, 4203.0, 4213.0, 4205.0, 4214.0, 4205.0, 4203.0, 4205.0, 4214.0, 4205.0, 4215.0, 4215.0, 4205.0, 4205.0, 4205.0, 4216.0, 4215.0, 4216.0, 4205.0, 4216.0, 4204.0, 4205.0, 4215.0, 4216.0, 4205.0, 4226.0, 4184.0, 4215.0, 4195.0, 4217.0, 4205.0, 4227.0, 4185.0, 4227.0, 4185.0, 4227.0, 4207.0, 4227.0, 4196.0, 4227.0, 4185.0, 4226.0, 4206.0, 4226.0, 4205.0, 4225.0, 4183.0, 4214.0, 4173.0, 4226.0, 4196.0, 4226.0, 4175.0, 4227.0, 4176.0, 4227.0, 4197.0, 4238.0, 4196.0, 4228.0, 4185.0, 4226.0, 4184.0, 4226.0, 4205.0, 4225.0, 4224.0, 4215.0, 4183.0, 4214.0, 4173.0, 4215.0, 4185.0, 4225.0, 4185.0, 4226.0, 4186.0, 4227.0, 4187.0, 4228.0, 4197.0, 4238.0, 4187.0, 4228.0, 4186.0, 4227.0, 4207.0, 4228.0, 4216.0, 4227.0, 4215.0, 4216.0, 4215.0, 4216.0, 4236.0, 4206.0, 4215.0, 4205.0, 4224.0, 4195.0, 4235.0, 4195.0, 4224.0, 4195.0, 4204.0, 4195.0, 4194.0, 4206.0, 4226.0, 4216.0, 4215.0, 4206.0, 4225.0, 4195.0, 4225.0, 4206.0, 4225.0, 4204.0, 4224.0, 4183.0, 4213.0, 4183.0, 4213.0, 4183.0, 4213.0, 4182.0, 4213.0, 4172.0, 4212.0, 4172.0, 4213.0, 4173.0, 4214.0, 4183.0, 4224.0, 4173.0, 4224.0, 4174.0, 4225.0, 4186.0, 4226.0, 4175.0, 4226.0, 4175.0, 4226.0, 4187.0, 4237.0, 4196.0, 4227.0, 4197.0, 4226.0, 4197.0, 4238.0, 4207.0, 4237.0, 4197.0, 4227.0, 4197.0, 4227.0, 4208.0, 4227.0, 4218.0, 4227.0, 4217.0, 4216.0, 4216.0, 4205.0, 4205.0, 4214.0, 4206.0, 4215.0, 4216.0, 4194.0, 4215.0, 4174.0, 4215.0, 4175.0, 4227.0, 4196.0, 4228.0, 4186.0, 4227.0, 4186.0, 4227.0, 4196.0, 4227.0, 4195.0, 4226.0, 4184.0, 4226.0, 4184.0, 4215.0, 4205.0, 4225.0, 4204.0, 4215.0, 4194.0, 4214.0, 4193.0, 4215.0, 4204.0, 4215.0, 4204.0, 4215.0, 4204.0, 4205.0, 4215.0, 4206.0, 4225.0, 4216.0, 4205.0, 4216.0, 4215.0, 4206.0, 4226.0, 4207.0, 4216.0, 4226.0, 4184.0, 4215.0, 4174.0, 4215.0, 4174.0, 4227.0, 4196.0, 4227.0, 4185.0, 4227.0, 4175.0, 4226.0, 4186.0, 4227.0, 4197.0, 4228.0, 4196.0, 4227.0, 4186.0, 4226.0, 4186.0, 4226.0, 4206.0, 4236.0, 4194.0, 4224.0, 4173.0, 4213.0, 4183.0, 4224.0, 4184.0, 4224.0, 4194.0, 4224.0, 4185.0, 4215.0, 4207.0, 4217.0, 4208.0, 4217.0, 4218.0, 4206.0, 4217.0, 4206.0, 4217.0, 4206.0, 4216.0, 4204.0, 4215.0, 4183.0, 4215.0, 4184.0, 4215.0, 4194.0, 4225.0, 4163.0, 4215.0, 4175.0, 4225.0, 4175.0, 4226.0, 4174.0, 4226.0, 4175.0, 4226.0, 4177.0, 4237.0, 4197.0, 4237.0, 4187.0, 4238.0, 4198.0, 4238.0, 4209.0, 4228.0, 4207.0, 4227.0, 4186.0, 4226.0, 4175.0, 4227.0, 4195.0, 4237.0, 4174.0, 4225.0, 4163.0, 4214.0, 4174.0, 4225.0, 4184.0, 4225.0, 4174.0, 4225.0, 4174.0, 4216.0, 4186.0, 4237.0, 4186.0, 4237.0, 4176.0, 4227.0, 4187.0, 4237.0, 4196.0, 4227.0, 4175.0, 4225.0, 4175.0, 4225.0, 4187.0, 4226.0, 4195.0, 4236.0, 4175.0, 4225.0, 4187.0, 4236.0, 4208.0, 4237.0, 4207.0, 4226.0, 4197.0, 4217.0, 4218.0, 4217.0, 4227.0, 4196.0, 4218.0, 4195.0, 4226.0, 4205.0, 4225.0, 4193.0, 4215.0, 4173.0, 4214.0, 4173.0, 4224.0, 4183.0, 4224.0, 4173.0, 4224.0, 4174.0, 4224.0, 4186.0, 4226.0, 4206.0, 4225.0, 4206.0, 4225.0, 4195.0, 4215.0, 4206.0, 4205.0, 4215.0, 4184.0, 4215.0, 4174.0, 4215.0, 4175.0, 4226.0, 4196.0, 4225.0, 4205.0, 4225.0, 4185.0, 4225.0, 4196.0, 4216.0, 4227.0, 4206.0, 4227.0, 4186.0, 4227.0, 4187.0, 4227.0, 4197.0, 4227.0, 4207.0, 4227.0, 4197.0, 4226.0, 4207.0, 4217.0, 4217.0, 4206.0, 4230.0, 4190.0, 4239.0, 4196.0, 4216.0, 4217.0, 4188.0, 4240.0, 4231.0, 4230.0, 4210.0, 4230.0, 4230.0, 4228.0, 4228.0, 4186.0, 4216.0, 4175.0, 4227.0, 4206.0, 4227.0, 4175.0, 4225.0, 4175.0, 4227.0, 4197.0, 4227.0, 4208.0, 4217.0, 4219.0, 4187.0, 4229.0, 4238.0, 4217.0, 4196.0, 4216.0, 4176.0, 4227.0, 4197.0, 4227.0, 4185.0, 4227.0, 4175.0, 4226.0, 4186.0, 4227.0, 4207.0, 4237.0, 4206.0, 4186.0, 4217.0, 4187.0, 4228.0, 4198.0, 4229.0, 4198.0, 4238.0, 4197.0, 4227.0, 4206.0, 4237.0, 4184.0, 4225.0, 4173.0, 4214.0, 4183.0, 4214.0, 4173.0, 4224.0, 4184.0, 4225.0, 4196.0, 4226.0, 4206.0, 4225.0, 4195.0, 4225.0, 4185.0, 4226.0, 4206.0, 4215.0, 4195.0, 4174.0, 4216.0, 4186.0, 4228.0, 4206.0, 4227.0, 4175.0, 4226.0, 4175.0, 4226.0, 4185.0, 4226.0, 4185.0, 4226.0, 4175.0, 4225.0, 4185.0, 4226.0, 4207.0, 4226.0, 4206.0, 4215.0, 4195.0, 4216.0, 4216.0, 4205.0, 4216.0, 4174.0, 4225.0, 4175.0, 4226.0, 4185.0, 4226.0, 4185.0, 4226.0, 4185.0, 4236.0, 4207.0, 4216.0, 4216.0, 4175.0, 4226.0, 4175.0, 4226.0, 4175.0, 4216.0, 4194.0, 4214.0, 4183.0, 4225.0, 4174.0, 4224.0, 4175.0, 4226.0, 4197.0, 4226.0, 4217.0, 4205.0, 4195.0, 4204.0, 4216.0, 4236.0, 4216.0, 4235.0, 4194.0, 4223.0, 4183.0, 4213.0, 4183.0, 4213.0, 4194.0, 4214.0, 4195.0, 4185.0, 4216.0, 4206.0, 4228.0, 4206.0, 4227.0, 4175.0, 4217.0, 4175.0, 4226.0, 4196.0, 4227.0, 4195.0, 4226.0, 4164.0, 4215.0, 4174.0, 4225.0, 4185.0, 4226.0, 4195.0, 4225.0, 4185.0, 4225.0, 4185.0, 4226.0, 4206.0, 4225.0, 4195.0, 4225.0, 4185.0, 4225.0, 4196.0, 4226.0, 4217.0, 4196.0, 4217.0, 4186.0, 4227.0, 4197.0, 4228.0, 4195.0, 4227.0, 4175.0, 4225.0, 4174.0, 4225.0, 4185.0, 4225.0, 4195.0, 4226.0, 4184.0, 4224.0, 4174.0, 4224.0, 4185.0, 4224.0, 4184.0, 4224.0, 4184.0, 4225.0, 4196.0, 4225.0, 4196.0, 4226.0, 4196.0, 4227.0, 4198.0, 4228.0, 4218.0, 4218.0, 4218.0, 4207.0, 4218.0, 4218.0, 4219.0, 4217.0, 4228.0, 4197.0, 4218.0, 4186.0, 4228.0, 4208.0, 4228.0, 4197.0, 4228.0, 4175.0, 4216.0, 4186.0, 4227.0, 4196.0, 4227.0, 4185.0, 4227.0, 4175.0, 4227.0, 4196.0, 4228.0, 4185.0, 4226.0, 4174.0, 4225.0, 4175.0, 4225.0, 4185.0, 4227.0, 4186.0, 4226.0, 4186.0, 4226.0, 4198.0, 4226.0, 4207.0, 4226.0, 4186.0, 4226.0, 4196.0, 4226.0, 4206.0, 4226.0, 4185.0, 4225.0, 4185.0, 4226.0, 4196.0, 4226.0, 4207.0, 4226.0, 4196.0, 4226.0, 4187.0, 4238.0, 4208.0, 4238.0, 4209.0, 4238.0, 4198.0, 4238.0, 4199.0, 4238.0, 4219.0, 4228.0, 4198.0, 4228.0, 4196.0, 4227.0, 4197.0, 4227.0, 4197.0, 4226.0, 4196.0, 4226.0, 4197.0, 4227.0, 4218.0, 4216.0, 4207.0, 4206.0, 4217.0, 4217.0, 4217.0, 4216.0, 4227.0, 4195.0, 4215.0, 4184.0, 4225.0, 4205.0, 4226.0, 4184.0, 4226.0, 4174.0, 4225.0, 4175.0, 4237.0, 4196.0, 4227.0, 4196.0, 4226.0, 4185.0, 4225.0, 4186.0, 4226.0, 4195.0, 4226.0, 4184.0, 4224.0, 4184.0, 4224.0, 4185.0, 4225.0, 4195.0, 4225.0, 4174.0, 4224.0, 4185.0, 4225.0, 4195.0, 4225.0, 4185.0, 4225.0, 4185.0, 4226.0, 4207.0, 4227.0, 4207.0, 4215.0, 4197.0, 4225.0, 4196.0, 4236.0, 4206.0, 4217.0, 4207.0, 4216.0, 4197.0, 4236.0, 4196.0, 4215.0, 4216.0, 4175.0, 4217.0, 4185.0, 4226.0, 4186.0, 4227.0, 4196.0, 4228.0, 4190.0, 4242.0, 4199.0, 4238.0, 4230.0, 4219.0, 4229.0, 4198.0, 4238.0, 4208.0, 4239.0, 4218.0, 4249.0, 4218.0, 4226.0, 4215.0, 4175.0, 4225.0, 4196.0, 4226.0, 4207.0, 4236.0, 4206.0, 4225.0, 4195.0, 4194.0, 4205.0, 4204.0, 4215.0, 4235.0, 4214.0, 4183.0, 4213.0, 4163.0, 4224.0, 4174.0, 4224.0, 4175.0, 4225.0, 4185.0, 4225.0, 4185.0, 4225.0, 4185.0, 4225.0, 4196.0, 4225.0, 4205.0, 4225.0, 4195.0, 4225.0, 4186.0, 4236.0, 4207.0, 4216.0, 4207.0, 4186.0], 'WindowWidth': [9477.0, 9387.0, 9419.0, 9326.0, 9389.0, 9315.0, 9369.0, 9325.0, 9365.0, 9305.0, 9362.0, 9290.0, 9345.0, 9295.0, 9349.0, 9293.0, 9364.0, 9296.0, 9365.0, 9313.0, 9370.0, 9317.0, 9371.0, 9316.0, 9383.0, 9316.0, 9384.0, 9320.0, 9385.0, 9317.0, 9371.0, 9313.0, 9369.0, 9314.0, 9369.0, 9336.0, 9366.0, 9309.0, 9352.0, 9336.0, 9355.0, 9386.0, 9355.0, 9353.0, 9340.0, 9350.0, 9339.0, 9382.0, 9325.0, 9381.0, 9339.0, 9365.0, 9310.0, 9362.0, 9309.0, 9361.0, 9311.0, 9367.0, 9309.0, 9365.0, 9295.0, 9363.0, 9311.0, 9366.0, 9311.0, 9367.0, 9337.0, 9366.0, 9295.0, 9364.0, 9307.0, 9350.0, 9366.0, 9336.0, 9349.0, 9348.0, 9320.0, 9349.0, 9349.0, 9351.0, 9335.0, 9363.0, 9306.0, 9350.0, 9335.0, 9350.0, 9380.0, 9334.0, 9318.0, 9348.0, 9294.0, 9351.0, 9336.0, 9353.0, 9353.0, 9352.0, 9321.0, 9349.0, 9320.0, 9349.0, 9381.0, 9337.0, 9364.0, 9336.0, 9362.0, 9321.0, 9361.0, 9323.0, 9360.0, 9335.0, 9360.0, 9321.0, 9359.0, 9323.0, 9363.0, 9321.0, 9319.0, 9348.0, 9309.0, 9366.0, 9314.0, 9384.0, 9326.0, 9370.0, 9320.0, 9363.0, 9333.0, 9334.0, 9397.0, 9334.0, 9362.0, 9319.0, 9359.0, 9306.0, 9361.0, 9324.0, 9362.0, 9324.0, 9362.0, 9326.0, 9368.0, 9332.0, 9383.0, 9356.0, 9366.0, 9326.0, 9364.0, 9310.0, 9363.0, 9311.0, 9364.0, 9295.0, 9365.0, 9312.0, 9366.0, 9328.0, 9384.0, 9328.0, 9382.0, 9311.0, 9367.0, 9298.0, 9368.0, 9324.0, 9367.0, 9309.0, 9365.0, 9335.0, 9352.0, 9382.0, 9339.0, 9364.0, 9351.0, 9324.0, 9367.0, 9381.0, 9340.0, 9381.0, 9336.0, 9361.0, 9307.0, 9359.0, 9309.0, 9361.0, 9311.0, 9365.0, 9320.0, 9364.0, 9307.0, 9350.0, 9350.0, 9338.0, 9380.0, 9351.0, 9364.0, 9323.0, 9377.0, 9324.0, 9365.0, 9324.0, 9363.0, 9309.0, 9360.0, 9292.0, 9363.0, 9308.0, 9364.0, 9305.0, 9361.0, 9292.0, 9349.0, 9311.0, 9366.0, 9310.0, 9367.0, 9310.0, 9365.0, 9312.0, 9367.0, 9335.0, 9367.0, 9304.0, 9361.0, 9316.0, 9343.0, 9357.0, 9329.0, 9341.0, 9342.0, 9313.0, 9329.0, 9344.0, 9334.0, 9344.0, 9333.0, 9330.0, 9333.0, 9345.0, 9336.0, 9348.0, 9348.0, 9333.0, 9335.0, 9334.0, 9352.0, 9350.0, 9350.0, 9334.0, 9349.0, 9333.0, 9334.0, 9349.0, 9350.0, 9333.0, 9363.0, 9306.0, 9349.0, 9322.0, 9353.0, 9336.0, 9366.0, 9309.0, 9366.0, 9309.0, 9368.0, 9340.0, 9368.0, 9323.0, 9366.0, 9308.0, 9364.0, 9337.0, 9363.0, 9333.0, 9362.0, 9303.0, 9344.0, 9290.0, 9364.0, 9324.0, 9366.0, 9297.0, 9367.0, 9298.0, 9368.0, 9329.0, 9384.0, 9324.0, 9370.0, 9308.0, 9364.0, 9305.0, 9363.0, 9335.0, 9362.0, 9358.0, 9347.0, 9302.0, 9344.0, 9289.0, 9346.0, 9308.0, 9362.0, 9307.0, 9364.0, 9310.0, 9367.0, 9314.0, 9372.0, 9330.0, 9385.0, 9313.0, 9369.0, 9312.0, 9368.0, 9341.0, 9368.0, 9351.0, 9366.0, 9348.0, 9349.0, 9348.0, 9350.0, 9380.0, 9336.0, 9348.0, 9335.0, 9360.0, 9320.0, 9376.0, 9322.0, 9360.0, 9320.0, 9330.0, 9319.0, 9318.0, 9338.0, 9365.0, 9351.0, 9349.0, 9336.0, 9362.0, 9321.0, 9363.0, 9336.0, 9360.0, 9331.0, 9358.0, 9301.0, 9342.0, 9300.0, 9340.0, 9302.0, 9342.0, 9299.0, 9340.0, 9283.0, 9338.0, 9284.0, 9340.0, 9290.0, 9344.0, 9301.0, 9358.0, 9289.0, 9358.0, 9292.0, 9362.0, 9311.0, 9363.0, 9295.0, 9363.0, 9296.0, 9363.0, 9314.0, 9380.0, 9326.0, 9368.0, 9326.0, 9365.0, 9328.0, 9383.0, 9342.0, 9381.0, 9328.0, 9366.0, 9328.0, 9367.0, 9343.0, 9368.0, 9357.0, 9369.0, 9355.0, 9350.0, 9350.0, 9333.0, 9334.0, 9346.0, 9336.0, 9349.0, 9349.0, 9318.0, 9347.0, 9292.0, 9348.0, 9298.0, 9367.0, 9325.0, 9369.0, 9312.0, 9368.0, 9310.0, 9366.0, 9326.0, 9366.0, 9322.0, 9364.0, 9306.0, 9364.0, 9306.0, 9348.0, 9335.0, 9362.0, 9332.0, 9348.0, 9315.0, 9344.0, 9314.0, 9345.0, 9332.0, 9346.0, 9330.0, 9346.0, 9330.0, 9334.0, 9348.0, 9337.0, 9362.0, 9349.0, 9333.0, 9351.0, 9348.0, 9337.0, 9364.0, 9340.0, 9350.0, 9362.0, 9305.0, 9347.0, 9291.0, 9348.0, 9293.0, 9365.0, 9323.0, 9366.0, 9308.0, 9365.0, 9296.0, 9365.0, 9313.0, 9368.0, 9327.0, 9370.0, 9325.0, 9368.0, 9310.0, 9364.0, 9310.0, 9364.0, 9337.0, 9377.0, 9318.0, 9359.0, 9288.0, 9340.0, 9302.0, 9357.0, 9307.0, 9357.0, 9318.0, 9359.0, 9309.0, 9349.0, 9339.0, 9353.0, 9344.0, 9353.0, 9357.0, 9338.0, 9353.0, 9336.0, 9352.0, 9337.0, 9349.0, 9332.0, 9347.0, 9302.0, 9345.0, 9304.0, 9348.0, 9318.0, 9360.0, 9276.0, 9346.0, 9293.0, 9361.0, 9296.0, 9364.0, 9293.0, 9363.0, 9295.0, 9364.0, 9301.0, 9381.0, 9327.0, 9382.0, 9315.0, 9382.0, 9330.0, 9384.0, 9346.0, 9370.0, 9341.0, 9369.0, 9309.0, 9365.0, 9295.0, 9366.0, 9322.0, 9381.0, 9291.0, 9360.0, 9275.0, 9344.0, 9290.0, 9359.0, 9304.0, 9361.0, 9290.0, 9361.0, 9293.0, 9351.0, 9311.0, 9379.0, 9310.0, 9380.0, 9298.0, 9366.0, 9315.0, 9381.0, 9323.0, 9368.0, 9294.0, 9362.0, 9294.0, 9362.0, 9312.0, 9364.0, 9322.0, 9376.0, 9295.0, 9362.0, 9314.0, 9379.0, 9344.0, 9380.0, 9341.0, 9365.0, 9327.0, 9354.0, 9357.0, 9353.0, 9368.0, 9323.0, 9355.0, 9320.0, 9362.0, 9335.0, 9361.0, 9315.0, 9347.0, 9286.0, 9343.0, 9288.0, 9357.0, 9301.0, 9357.0, 9289.0, 9357.0, 9291.0, 9359.0, 9311.0, 9363.0, 9337.0, 9362.0, 9337.0, 9361.0, 9321.0, 9346.0, 9336.0, 9332.0, 9347.0, 9302.0, 9347.0, 9290.0, 9347.0, 9294.0, 9363.0, 9324.0, 9363.0, 9335.0, 9362.0, 9309.0, 9362.0, 9325.0, 9352.0, 9367.0, 9339.0, 9368.0, 9312.0, 9367.0, 9314.0, 9369.0, 9329.0, 9367.0, 9341.0, 9368.0, 9327.0, 9365.0, 9340.0, 9353.0, 9354.0, 9337.0, 9377.0, 9326.0, 9387.0, 9324.0, 9350.0, 9353.0, 9319.0, 9390.0, 9381.0, 9378.0, 9350.0, 9376.0, 9375.0, 9370.0, 9371.0, 9309.0, 9350.0, 9295.0, 9366.0, 9335.0, 9366.0, 9293.0, 9361.0, 9297.0, 9366.0, 9328.0, 9366.0, 9342.0, 9354.0, 9359.0, 9314.0, 9374.0, 9384.0, 9353.0, 9322.0, 9350.0, 9297.0, 9365.0, 9327.0, 9367.0, 9309.0, 9366.0, 9295.0, 9362.0, 9311.0, 9366.0, 9338.0, 9380.0, 9338.0, 9310.0, 9352.0, 9315.0, 9370.0, 9329.0, 9373.0, 9329.0, 9382.0, 9326.0, 9369.0, 9337.0, 9380.0, 9304.0, 9360.0, 9287.0, 9342.0, 9302.0, 9343.0, 9287.0, 9357.0, 9305.0, 9359.0, 9325.0, 9365.0, 9337.0, 9362.0, 9319.0, 9360.0, 9306.0, 9363.0, 9338.0, 9346.0, 9320.0, 9293.0, 9351.0, 9311.0, 9369.0, 9339.0, 9367.0, 9295.0, 9363.0, 9294.0, 9363.0, 9309.0, 9363.0, 9306.0, 9363.0, 9294.0, 9362.0, 9310.0, 9366.0, 9339.0, 9364.0, 9338.0, 9348.0, 9322.0, 9350.0, 9352.0, 9335.0, 9349.0, 9292.0, 9361.0, 9293.0, 9362.0, 9309.0, 9365.0, 9308.0, 9363.0, 9309.0, 9379.0, 9340.0, 9350.0, 9350.0, 9294.0, 9363.0, 9294.0, 9365.0, 9294.0, 9348.0, 9319.0, 9345.0, 9300.0, 9359.0, 9290.0, 9357.0, 9294.0, 9364.0, 9327.0, 9363.0, 9351.0, 9333.0, 9320.0, 9331.0, 9348.0, 9378.0, 9348.0, 9374.0, 9315.0, 9356.0, 9299.0, 9341.0, 9303.0, 9342.0, 9317.0, 9343.0, 9320.0, 9307.0, 9351.0, 9339.0, 9369.0, 9337.0, 9367.0, 9296.0, 9353.0, 9294.0, 9364.0, 9324.0, 9365.0, 9320.0, 9364.0, 9277.0, 9346.0, 9292.0, 9362.0, 9309.0, 9364.0, 9321.0, 9362.0, 9307.0, 9360.0, 9308.0, 9363.0, 9337.0, 9361.0, 9321.0, 9360.0, 9307.0, 9362.0, 9325.0, 9364.0, 9352.0, 9324.0, 9354.0, 9311.0, 9366.0, 9326.0, 9370.0, 9321.0, 9367.0, 9293.0, 9361.0, 9292.0, 9360.0, 9308.0, 9362.0, 9321.0, 9364.0, 9305.0, 9359.0, 9290.0, 9359.0, 9307.0, 9358.0, 9305.0, 9359.0, 9307.0, 9362.0, 9325.0, 9362.0, 9324.0, 9363.0, 9325.0, 9367.0, 9332.0, 9370.0, 9358.0, 9356.0, 9357.0, 9342.0, 9357.0, 9357.0, 9359.0, 9354.0, 9371.0, 9326.0, 9356.0, 9312.0, 9371.0, 9343.0, 9370.0, 9325.0, 9368.0, 9296.0, 9350.0, 9313.0, 9367.0, 9324.0, 9368.0, 9309.0, 9365.0, 9296.0, 9367.0, 9325.0, 9369.0, 9307.0, 9364.0, 9293.0, 9360.0, 9294.0, 9362.0, 9309.0, 9367.0, 9310.0, 9364.0, 9310.0, 9366.0, 9330.0, 9365.0, 9339.0, 9365.0, 9310.0, 9363.0, 9325.0, 9365.0, 9336.0, 9365.0, 9308.0, 9360.0, 9307.0, 9363.0, 9325.0, 9362.0, 9339.0, 9363.0, 9325.0, 9365.0, 9315.0, 9384.0, 9346.0, 9383.0, 9346.0, 9383.0, 9332.0, 9383.0, 9333.0, 9385.0, 9359.0, 9371.0, 9329.0, 9369.0, 9326.0, 9367.0, 9328.0, 9367.0, 9327.0, 9365.0, 9325.0, 9365.0, 9328.0, 9367.0, 9355.0, 9351.0, 9339.0, 9337.0, 9352.0, 9354.0, 9354.0, 9350.0, 9366.0, 9320.0, 9348.0, 9304.0, 9362.0, 9334.0, 9364.0, 9305.0, 9363.0, 9293.0, 9360.0, 9297.0, 9379.0, 9326.0, 9368.0, 9325.0, 9364.0, 9309.0, 9361.0, 9312.0, 9364.0, 9321.0, 9364.0, 9305.0, 9359.0, 9304.0, 9358.0, 9309.0, 9360.0, 9319.0, 9360.0, 9292.0, 9357.0, 9308.0, 9361.0, 9322.0, 9361.0, 9308.0, 9361.0, 9309.0, 9365.0, 9340.0, 9367.0, 9339.0, 9349.0, 9326.0, 9362.0, 9322.0, 9379.0, 9339.0, 9354.0, 9339.0, 9351.0, 9325.0, 9379.0, 9326.0, 9349.0, 9351.0, 9294.0, 9353.0, 9309.0, 9365.0, 9313.0, 9368.0, 9324.0, 9368.0, 9327.0, 9396.0, 9336.0, 9385.0, 9375.0, 9359.0, 9374.0, 9331.0, 9386.0, 9345.0, 9387.0, 9358.0, 9403.0, 9355.0, 9363.0, 9348.0, 9294.0, 9362.0, 9323.0, 9366.0, 9339.0, 9377.0, 9337.0, 9361.0, 9320.0, 9318.0, 9333.0, 9330.0, 9348.0, 9377.0, 9344.0, 9300.0, 9341.0, 9274.0, 9356.0, 9290.0, 9358.0, 9295.0, 9360.0, 9306.0, 9362.0, 9306.0, 9360.0, 9307.0, 9360.0, 9324.0, 9360.0, 9334.0, 9361.0, 9322.0, 9361.0, 9309.0, 9378.0, 9339.0, 9350.0, 9339.0, 9310.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.000736588785046729</td></tr>
<tr><td colspan=3>aqi</td><td>0.01397661691588785</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.37062177835362</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2449986398783914</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0091411004115989</td></tr>
<tr><td colspan=3>efc</td><td>0.4602</td></tr>
<tr><td colspan=3>fber</td><td>8671.7119</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07013337230763159</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6542056074766355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6426860071876224</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.636411755324864</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.81700556920099</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4746406970370134</td></tr>
<tr><td colspan=3>gcor</td><td>0.00373543</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0097636254504323</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031088124960660934</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.79101782060881</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.727</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.4035</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.1631</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298880.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>612.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.7803</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3027</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.9018</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3386.068</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.4967</td></tr>
<tr><td colspan=3>tsnr</td><td>47.79793699225411</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>