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

616 lines
No EOL
123 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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-01/func/sub-0111_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>6d939faa03288c8078a0f93a997fb0b6</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>16:02:52.547500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994543, -0.0272544, -0.100703, 0.0289962, 0.999453, 0.0158724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0751123</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7743, -7255, 279, -99, 148, 115, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>140a28af-67d7-479f-b59f-01e986fc6837||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6682865619659424, 0.07779458165168762, -0.2705824077129364, 111.81336975097656], [0.07312163710594177, 2.6814606189727783, 0.05050557851791382, -105.62578582763672], [-0.2701796889305115, -0.04258441925048828, 2.6859326362609863, -57.95774459838867], [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': ['160252.547500', '160253.007500', '160253.467500', '160253.927500', '160254.387500', '160254.847500', '160255.307500', '160255.767500', '160256.227500', '160256.687500', '160257.147500', '160257.607500', '160258.067500', '160258.527500', '160258.987500', '160259.447500', '160259.907500', '160300.367500', '160300.827500', '160301.287500', '160301.747500', '160302.207500', '160302.667500', '160303.127500', '160303.587500', '160304.047500', '160304.507500', '160304.967500', '160305.427500', '160305.887500', '160306.347500', '160306.807500', '160307.267500', '160307.727500', '160308.187500', '160308.647500', '160309.107500', '160309.567500', '160310.027500', '160310.487500', '160310.947500', '160311.407500', '160311.867500', '160312.327500', '160312.787500', '160313.247500', '160313.707500', '160314.167500', '160314.627500', '160315.087500', '160315.547500', '160316.007500', '160316.467500', '160316.927500', '160317.387500', '160317.847500', '160318.307500', '160318.767500', '160319.227500', '160319.687500', '160320.147500', '160320.607500', '160321.067500', '160321.527500', '160321.987500', '160322.447500', '160322.907500', '160323.367500', '160323.827500', '160324.287500', '160324.747500', '160325.207500', '160325.667500', '160326.127500', '160326.587500', '160327.047500', '160327.507500', '160327.967500', '160328.427500', '160328.887500', '160329.347500', '160329.807500', '160330.267500', '160330.727500', '160331.187500', '160331.647500', '160332.107500', '160332.567500', '160333.027500', '160333.487500', '160333.947500', '160334.407500', '160334.867500', '160335.327500', '160335.787500', '160336.247500', '160336.707500', '160337.167500', '160337.627500', '160338.087500', '160338.547500', '160339.007500', '160339.467500', '160339.927500', '160340.387500', '160340.847500', '160341.307500', '160341.767500', '160342.227500', '160342.687500', '160343.147500', '160343.607500', '160344.067500', '160344.527500', '160344.987500', '160345.447500', '160345.907500', '160346.367500', '160346.827500', '160347.287500', '160347.747500', '160348.207500', '160348.667500', '160349.127500', '160349.587500', '160350.047500', '160350.507500', '160350.967500', '160351.427500', '160351.887500', '160352.347500', '160352.807500', '160353.267500', '160353.727500', '160354.187500', '160354.647500', '160355.107500', '160355.567500', '160356.027500', '160356.487500', '160356.947500', '160357.407500', '160357.867500', '160358.327500', '160358.787500', '160359.247500', '160359.707500', '160400.167500', '160400.627500', '160401.087500', '160401.547500', '160402.007500', '160402.467500', '160402.927500', '160403.387500', '160403.847500', '160404.307500', '160404.767500', '160405.227500', '160405.687500', '160406.147500', '160406.607500', '160407.067500', '160407.527500', '160407.987500', '160408.447500', '160408.907500', '160409.367500', '160409.827500', '160410.287500', '160410.747500', '160411.207500', '160411.667500', '160412.127500', '160412.587500', '160413.047500', '160413.507500', '160413.967500', '160414.427500', '160414.887500', '160415.347500', '160415.807500', '160416.267500', '160416.727500', '160417.187500', '160417.647500', '160418.107500', '160418.567500', '160419.027500', '160419.487500', '160419.947500', '160420.407500', '160420.867500', '160421.327500', '160421.787500', '160422.247500', '160422.707500', '160423.167500', '160423.627500', '160424.087500', '160424.547500', '160425.007500', '160425.467500', '160425.927500', '160426.387500', '160426.847500', '160427.307500', '160427.767500', '160428.227500', '160428.687500', '160429.147500', '160429.607500', '160430.067500', '160430.527500', '160430.987500', '160431.447500', '160431.907500', '160432.367500', '160432.827500', '160433.287500', '160433.747500', '160434.207500', '160434.667500', '160435.127500', '160435.587500', '160436.047500', '160436.507500', '160436.967500', '160437.427500', '160437.887500', '160438.347500', '160438.807500', '160439.267500', '160439.727500', '160440.187500', '160440.647500', '160441.107500', '160441.567500', '160442.027500', '160442.487500', '160442.947500', '160443.407500', '160443.867500', '160444.327500', '160444.787500', '160445.247500', '160445.707500', '160446.167500', '160446.627500', '160447.087500', '160447.547500', '160448.007500', '160448.467500', '160448.927500', '160449.387500', '160449.847500', '160450.307500', '160450.767500', '160451.227500', '160451.687500', '160452.147500', '160452.607500', '160453.067500', '160453.527500', '160453.987500', '160454.447500', '160454.907500', '160455.367500', '160455.827500', '160456.287500', '160456.747500', '160457.207500', '160457.667500', '160458.127500', '160458.587500', '160459.047500', '160459.507500', '160459.967500', '160500.427500', '160500.887500', '160501.347500', '160501.807500', '160502.267500', '160502.727500', '160503.187500', '160503.647500', '160504.107500', '160504.567500', '160505.027500', '160505.487500', '160505.947500', '160506.407500', '160506.867500', '160507.327500', '160507.787500', '160508.247500', '160508.707500', '160509.167500', '160509.627500', '160510.087500', '160510.547500', '160511.007500', '160511.467500', '160511.927500', '160512.387500', '160512.847500', '160513.307500', '160513.767500', '160514.227500', '160514.687500', '160515.147500', '160515.607500', '160516.067500', '160516.527500', '160516.987500', '160517.447500', '160517.907500', '160518.367500', '160518.827500', '160519.287500', '160519.747500', '160520.207500', '160520.667500', '160521.127500', '160521.587500', '160522.047500', '160522.507500', '160522.967500', '160523.427500', '160523.887500', '160524.347500', '160524.807500', '160525.267500', '160525.727500', '160526.187500', '160526.647500', '160527.107500', '160527.567500', '160528.027500', '160528.487500', '160528.947500', '160529.407500', '160529.867500', '160530.327500', '160530.787500', '160531.247500', '160531.707500', '160532.167500', '160532.627500', '160533.087500', '160533.547500', '160534.007500', '160534.467500', '160534.927500', '160535.387500', '160535.847500', '160536.307500', '160536.767500', '160537.227500', '160537.687500', '160538.147500', '160538.607500', '160539.067500', '160539.527500', '160539.987500', '160540.447500', '160540.907500', '160541.367500', '160541.827500', '160542.287500', '160542.747500', '160543.207500', '160543.667500', '160544.127500', '160544.587500', '160545.047500', '160545.507500', '160545.967500', '160546.427500', '160546.887500', '160547.347500', '160547.807500', '160548.267500', '160548.727500', '160549.187500', '160549.647500', '160550.107500', '160550.567500', '160551.027500', '160551.487500', '160551.947500', '160552.407500', '160552.867500', '160553.327500', '160553.787500', '160554.247500', '160554.707500', '160555.167500', '160555.627500', '160556.087500', '160556.547500', '160557.007500', '160557.467500', '160557.927500', '160558.387500', '160558.847500', '160559.307500', '160559.767500', '160600.227500', '160600.687500', '160601.147500', '160601.607500', '160602.067500', '160602.527500', '160602.987500', '160603.447500', '160603.907500', '160604.367500', '160604.827500', '160605.287500', '160605.747500', '160606.207500', '160606.667500', '160607.127500', '160607.587500', '160608.047500', '160608.507500', '160608.967500', '160609.427500', '160609.887500', '160610.347500', '160610.807500', '160611.267500', '160611.727500', '160612.187500', '160612.647500', '160613.107500', '160613.567500', '160614.027500', '160614.487500', '160614.947500', '160615.407500', '160615.867500', '160616.327500', '160616.787500', '160617.247500', '160617.707500', '160618.167500', '160618.627500', '160619.087500', '160619.547500', '160620.007500', '160620.467500', '160620.927500', '160621.387500', '160621.847500', '160622.307500', '160622.767500', '160623.227500', '160623.687500', '160624.147500', '160624.607500', '160625.067500', '160625.527500', '160625.987500', '160626.447500', '160626.907500', '160627.367500', '160627.827500', '160628.287500', '160628.747500', '160629.207500', '160629.667500', '160630.127500', '160630.587500', '160631.047500', '160631.507500', '160631.967500', '160632.427500', '160632.887500', '160633.347500', '160633.807500', '160634.267500', '160634.727500', '160635.187500', '160635.647500', '160636.107500', '160636.567500', '160637.027500', '160637.487500', '160637.947500', '160638.407500', '160638.867500', '160639.327500', '160639.787500', '160640.247500', '160640.707500', '160641.167500', '160641.627500', '160642.087500', '160642.547500', '160643.007500', '160643.467500', '160643.927500', '160644.387500', '160644.847500', '160645.307500', '160645.767500', '160646.227500', '160646.687500', '160647.147500', '160647.607500', '160648.067500', '160648.527500', '160648.987500', '160649.447500', '160649.907500', '160650.367500', '160650.827500', '160651.287500', '160651.747500', '160652.207500', '160652.667500', '160653.127500', '160653.587500', '160654.047500', '160654.507500', '160654.967500', '160655.427500', '160655.887500', '160656.347500', '160656.807500', '160657.267500', '160657.727500', '160658.187500', '160658.647500', '160659.107500', '160659.567500', '160700.027500', '160700.487500', '160700.947500', '160701.407500', '160701.867500', '160702.327500', '160702.787500', '160703.247500', '160703.707500', '160704.167500', '160704.627500', '160705.087500', '160705.547500', '160706.007500', '160706.467500', '160706.927500', '160707.387500', '160707.847500', '160708.307500', '160708.767500', '160709.227500', '160709.687500', '160710.147500', '160710.607500', '160711.067500', '160711.527500', '160711.987500', '160712.447500', '160712.907500', '160713.367500', '160713.827500', '160714.287500', '160714.747500', '160715.207500', '160715.667500', '160716.127500', '160716.587500', '160717.047500', '160717.507500', '160717.967500', '160718.427500', '160718.887500', '160719.347500', '160719.807500', '160720.267500', '160720.727500', '160721.187500', '160721.647500', '160722.107500', '160722.567500', '160723.027500', '160723.487500', '160723.947500', '160724.407500', '160724.867500', '160725.327500', '160725.787500', '160726.247500', '160726.707500', '160727.167500', '160727.627500', '160728.087500', '160728.547500', '160729.007500', '160729.467500', '160729.927500', '160730.387500', '160730.847500', '160731.307500', '160731.767500', '160732.227500', '160732.687500', '160733.147500', '160733.607500', '160734.067500', '160734.527500', '160734.987500', '160735.447500', '160735.907500', '160736.367500', '160736.827500', '160737.287500', '160737.747500', '160738.207500', '160738.667500', '160739.127500', '160739.587500', '160740.047500', '160740.507500', '160740.967500', '160741.427500', '160741.887500', '160742.347500', '160742.807500', '160743.267500', '160743.727500', '160744.187500', '160744.647500', '160745.107500', '160745.567500', '160746.027500', '160746.487500', '160746.947500', '160747.407500', '160747.867500', '160748.327500', '160748.787500', '160749.247500', '160749.707500', '160750.167500', '160750.627500', '160751.087500', '160751.547500', '160752.007500', '160752.467500', '160752.927500', '160753.387500', '160753.847500', '160754.307500', '160754.767500', '160755.227500', '160755.687500', '160756.147500', '160756.607500', '160757.067500', '160757.527500', '160757.987500', '160758.447500', '160758.907500', '160759.367500', '160759.827500', '160800.287500', '160800.747500', '160801.207500', '160801.667500', '160802.127500', '160802.587500', '160803.047500', '160803.507500', '160803.967500', '160804.427500', '160804.887500', '160805.347500', '160805.807500', '160806.267500', '160806.727500', '160807.187500', '160807.647500', '160808.107500', '160808.567500', '160809.027500', '160809.487500', '160809.947500', '160810.407500', '160810.867500', '160811.327500', '160811.787500', '160812.247500', '160812.707500', '160813.167500', '160813.627500', '160814.087500', '160814.547500', '160815.007500', '160815.467500', '160815.927500', '160816.387500', '160816.847500', '160817.307500', '160817.767500', '160818.227500', '160818.687500', '160819.147500', '160819.607500', '160820.067500', '160820.527500', '160820.987500', '160821.447500', '160821.907500', '160822.367500', '160822.827500', '160823.287500', '160823.747500', '160824.207500', '160824.667500', '160825.127500', '160825.587500', '160826.047500', '160826.507500', '160826.967500', '160827.427500', '160827.887500', '160828.347500', '160828.807500', '160829.267500', '160829.727500', '160830.187500', '160830.647500', '160831.107500', '160831.567500', '160832.027500', '160832.487500', '160832.947500', '160833.407500', '160833.867500', '160834.327500', '160834.787500', '160835.247500', '160835.707500', '160836.167500', '160836.627500', '160837.087500', '160837.547500', '160838.007500', '160838.467500', '160838.927500', '160839.387500', '160839.847500', '160840.307500', '160840.767500', '160841.227500', '160841.687500', '160842.147500', '160842.607500', '160843.067500', '160843.527500', '160843.987500', '160844.447500', '160844.907500', '160845.367500', '160845.827500', '160846.287500', '160846.747500', '160847.207500', '160847.667500', '160848.127500', '160848.587500', '160849.047500', '160849.507500', '160849.967500', '160850.427500', '160850.887500', '160851.347500', '160851.807500', '160852.267500', '160852.727500', '160853.187500', '160853.647500', '160854.107500', '160854.567500', '160855.027500', '160855.487500', '160855.947500', '160856.407500', '160856.867500', '160857.327500', '160857.787500', '160858.247500', '160858.707500', '160859.167500', '160859.627500', '160900.087500', '160900.547500', '160901.007500', '160901.467500', '160901.927500', '160902.387500', '160902.847500', '160903.307500', '160903.767500', '160904.227500', '160904.687500', '160905.147500', '160905.607500', '160906.067500', '160906.527500', '160906.987500', '160907.447500', '160907.907500', '160908.367500', '160908.827500', '160909.287500', '160909.747500', '160910.207500', '160910.667500', '160911.127500', '160911.587500', '160912.047500', '160912.507500', '160912.967500', '160913.427500', '160913.887500', '160914.347500', '160914.807500', '160915.267500', '160915.727500', '160916.187500', '160916.647500', '160917.107500', '160917.567500', '160918.027500', '160918.487500', '160918.947500', '160919.407500', '160919.867500', '160920.327500', '160920.787500', '160921.247500', '160921.707500', '160922.167500', '160922.627500', '160923.087500', '160923.547500', '160924.007500', '160924.467500', '160924.927500', '160925.387500', '160925.847500', '160926.307500', '160926.767500', '160927.227500', '160927.687500', '160928.147500', '160928.607500', '160929.067500', '160929.527500', '160929.987500', '160930.447500', '160930.907500', '160931.367500', '160931.827500', '160932.287500', '160932.747500', '160933.207500', '160933.667500', '160934.127500', '160934.587500', '160935.047500', '160935.507500', '160935.967500', '160936.427500', '160936.887500', '160937.347500', '160937.807500', '160938.267500', '160938.727500', '160939.187500', '160939.647500', '160940.107500', '160940.567500', '160941.027500', '160941.487500', '160941.947500', '160942.407500', '160942.867500', '160943.327500', '160943.787500', '160944.247500', '160944.707500', '160945.167500', '160945.627500', '160946.087500', '160946.547500', '160947.007500', '160947.467500', '160947.927500', '160948.387500', '160948.847500', '160949.307500', '160949.767500', '160950.227500', '160950.687500', '160951.147500', '160951.607500', '160952.067500', '160952.527500', '160952.987500', '160953.447500', '160953.907500', '160954.367500', '160954.827500', '160955.287500', '160955.747500', '160956.207500', '160956.667500', '160957.127500', '160957.587500', '160958.047500', '160958.507500', '160958.967500', '160959.427500', '160959.887500', '161000.347500', '161000.807500', '161001.267500', '161001.727500', '161002.187500', '161002.647500', '161003.107500', '161003.567500', '161004.027500', '161004.487500', '161004.947500', '161005.407500', '161005.867500', '161006.327500', '161006.787500', '161007.247500', '161007.707500', '161008.167500', '161008.627500', '161009.087500', '161009.547500', '161010.007500', '161010.467500', '161010.927500', '161011.387500', '161011.847500', '161012.307500', '161012.767500', '161013.227500', '161013.687500', '161014.147500', '161014.607500', '161015.067500', '161015.527500', '161015.987500', '161016.447500', '161016.907500', '161017.367500', '161017.827500', '161018.287500', '161018.747500', '161019.207500', '161019.667500', '161020.127500', '161020.587500', '161021.047500', '161021.507500', '161021.967500', '161022.427500', '161022.887500', '161023.347500', '161023.807500', '161024.267500', '161024.727500', '161025.187500', '161025.647500', '161026.107500', '161026.567500', '161027.027500', '161027.487500', '161027.947500', '161028.407500', '161028.867500', '161029.327500', '161029.787500', '161030.247500', '161030.707500', '161031.167500', '161031.627500', '161032.087500', '161032.547500', '161033.007500', '161033.467500', '161033.927500', '161034.387500', '161034.847500', '161035.307500', '161035.767500', '161036.227500', '161036.687500', '161037.147500', '161037.607500', '161038.067500', '161038.527500', '161038.987500', '161039.447500', '161039.907500', '161040.367500', '161040.827500', '161041.287500', '161041.747500', '161042.207500', '161042.667500', '161043.127500', '161043.587500', '161044.047500', '161044.507500', '161044.967500', '161045.427500', '161045.887500', '161046.347500', '161046.807500', '161047.267500', '161047.727500', '161048.187500', '161048.647500', '161049.107500', '161049.567500', '161050.027500', '161050.487500', '161050.947500', '161051.407500', '161051.867500', '161052.327500', '161052.787500', '161053.247500', '161053.707500', '161054.167500', '161054.627500', '161055.087500', '161055.547500', '161056.007500', '161056.467500', '161056.927500', '161057.387500', '161057.847500', '161058.307500', '161058.767500', '161059.227500', '161059.687500', '161100.147500', '161100.607500', '161101.067500', '161101.527500', '161101.987500', '161102.447500', '161102.907500', '161103.367500', '161103.827500', '161104.287500', '161104.747500', '161105.207500', '161105.667500'], 'ContentTime': ['160309.155000', '160309.158000', '160309.161000', '160309.164000', '160309.166000', '160309.169000', '160309.172000', '160309.181000', '160309.183000', '160309.186000', '160309.189000', '160309.191000', '160309.194000', '160309.197000', '160309.199000', '160309.202000', '160309.204000', '160309.207000', '160309.209000', '160309.212000', '160309.215000', '160309.223000', '160309.225000', '160309.228000', '160309.231000', '160309.233000', '160309.236000', '160309.238000', '160309.241000', '160309.244000', '160309.246000', '160309.249000', '160309.251000', '160309.254000', '160329.117000', '160329.120000', '160329.123000', '160329.125000', '160329.128000', '160329.131000', '160329.133000', '160329.136000', '160329.139000', '160329.141000', '160329.144000', '160329.146000', '160329.149000', '160329.151000', '160329.154000', '160329.157000', '160329.159000', '160329.162000', '160329.164000', '160329.167000', '160329.169000', '160329.172000', '160329.178000', '160329.180000', '160329.183000', '160329.186000', '160329.188000', '160329.191000', '160329.193000', '160329.196000', '160329.198000', '160329.201000', '160329.204000', '160329.207000', '160329.210000', '160329.213000', '160329.216000', '160329.219000', '160329.221000', '160329.224000', '160329.226000', '160329.229000', '160329.232000', '160349.117000', '160349.126000', '160349.129000', '160349.132000', '160349.134000', '160349.137000', '160349.140000', '160349.142000', '160349.145000', '160349.147000', '160349.150000', '160349.153000', '160349.155000', '160349.158000', '160349.160000', '160349.163000', '160349.166000', '160349.168000', '160349.171000', '160349.173000', '160349.176000', '160349.179000', '160349.181000', '160349.184000', '160349.186000', '160349.189000', '160349.192000', '160349.194000', '160349.197000', '160349.199000', '160349.202000', '160349.205000', '160349.207000', '160349.210000', '160349.213000', '160349.215000', '160349.218000', '160349.221000', '160349.224000', '160349.226000', '160349.229000', '160349.232000', '160349.234000', '160349.237000', '160409.117000', '160409.119000', '160409.122000', '160409.125000', '160409.127000', '160409.146000', '160409.148000', '160409.151000', '160409.153000', '160409.156000', '160409.159000', '160409.161000', '160409.164000', '160409.167000', '160409.169000', '160409.172000', '160409.174000', '160409.177000', '160409.180000', '160409.182000', '160409.185000', '160409.187000', '160409.190000', '160409.193000', '160409.195000', '160409.198000', '160409.200000', '160409.203000', '160409.206000', '160409.208000', '160409.211000', '160409.214000', '160409.216000', '160409.219000', '160409.222000', '160409.224000', '160409.227000', '160409.229000', '160409.232000', '160409.235000', '160409.237000', '160409.240000', '160409.242000', '160429.117000', '160429.120000', '160429.122000', '160429.125000', '160429.128000', '160429.130000', '160429.133000', '160429.136000', '160429.138000', '160429.141000', '160429.143000', '160429.146000', '160429.149000', '160429.151000', '160429.154000', '160429.156000', '160429.159000', '160429.162000', '160429.164000', '160429.167000', '160429.170000', '160429.172000', '160429.175000', '160429.177000', '160429.180000', '160429.183000', '160429.185000', '160429.188000', '160429.190000', '160429.193000', '160429.195000', '160429.198000', '160429.201000', '160429.203000', '160429.206000', '160429.209000', '160429.211000', '160429.214000', '160429.217000', '160429.219000', '160429.222000', '160429.224000', '160429.227000', '160429.229000', '160449.116000', '160449.119000', '160449.122000', '160449.125000', '160449.128000', '160449.130000', '160449.133000', '160449.135000', '160449.138000', '160449.141000', '160449.143000', '160449.146000', '160449.149000', '160449.151000', '160449.154000', '160449.157000', '160449.159000', '160449.162000', '160449.165000', '160449.167000', '160449.170000', '160449.173000', '160449.175000', '160449.178000', '160449.180000', '160449.183000', '160449.186000', '160449.188000', '160449.191000', '160449.193000', '160449.196000', '160449.199000', '160449.201000', '160449.204000', '160449.207000', '160449.209000', '160449.212000', '160449.214000', '160449.217000', '160449.220000', '160449.222000', '160449.225000', '160449.228000', '160509.117000', '160509.119000', '160509.122000', '160509.125000', '160509.127000', '160509.130000', '160509.133000', '160509.135000', '160509.138000', '160509.140000', '160509.143000', '160509.146000', '160509.148000', '160509.151000', '160509.154000', '160509.156000', '160509.159000', '160509.161000', '160509.164000', '160509.167000', '160509.169000', '160509.172000', '160509.175000', '160509.177000', '160509.180000', '160509.182000', '160509.185000', '160509.187000', '160509.190000', '160509.193000', '160509.195000', '160509.198000', '160509.201000', '160509.203000', '160509.206000', '160509.208000', '160509.211000', '160509.214000', '160509.216000', '160509.219000', '160509.221000', '160509.224000', '160509.227000', '160509.229000', '160529.117000', '160529.119000', '160529.122000', '160529.125000', '160529.128000', '160529.130000', '160529.133000', '160529.135000', '160529.138000', '160529.140000', '160529.143000', '160529.146000', '160529.148000', '160529.151000', '160529.153000', '160529.156000', '160529.159000', '160529.161000', '160529.164000', '160529.167000', '160529.169000', '160529.172000', '160529.174000', '160529.177000', '160529.179000', '160529.182000', '160529.185000', '160529.187000', '160529.190000', '160529.193000', '160529.195000', '160529.198000', '160529.200000', '160529.203000', '160529.206000', '160529.208000', '160529.211000', '160529.213000', '160529.216000', '160529.218000', '160529.221000', '160529.224000', '160529.226000', '160549.118000', '160549.121000', '160549.124000', '160549.126000', '160549.129000', '160549.131000', '160549.134000', '160549.137000', '160549.140000', '160549.142000', '160549.145000', '160549.148000', '160549.150000', '160549.153000', '160549.155000', '160549.158000', '160549.161000', '160549.163000', '160549.166000', '160549.169000', '160549.171000', '160549.174000', '160549.176000', '160549.179000', '160549.182000', '160549.184000', '160549.187000', '160549.190000', '160549.192000', '160549.195000', '160549.198000', '160549.200000', '160549.203000', '160549.206000', '160549.208000', '160549.211000', '160549.214000', '160549.216000', '160549.219000', '160549.221000', '160549.224000', '160549.227000', '160549.229000', '160549.232000', '160609.118000', '160609.121000', '160609.123000', '160609.126000', '160609.128000', '160609.131000', '160609.134000', '160609.136000', '160609.139000', '160609.142000', '160609.144000', '160609.147000', '160609.150000', '160609.152000', '160609.155000', '160609.157000', '160609.160000', '160609.163000', '160609.165000', '160609.168000', '160609.171000', '160609.173000', '160609.176000', '160609.179000', '160609.181000', '160609.184000', '160609.186000', '160609.189000', '160609.192000', '160609.194000', '160609.197000', '160609.199000', '160609.202000', '160609.205000', '160609.207000', '160609.210000', '160609.212000', '160609.215000', '160609.218000', '160609.220000', '160609.223000', '160609.225000', '160609.228000', '160629.117000', '160629.119000', '160629.122000', '160629.125000', '160629.127000', '160629.130000', '160629.133000', '160629.135000', '160629.138000', '160629.141000', '160629.143000', '160629.146000', '160629.148000', '160629.151000', '160629.154000', '160629.156000', '160629.159000', '160629.162000', '160629.164000', '160629.167000', '160629.169000', '160629.172000', '160629.175000', '160629.177000', '160629.180000', '160629.183000', '160629.185000', '160629.188000', '160629.190000', '160629.193000', '160629.196000', '160629.198000', '160629.201000', '160629.204000', '160629.206000', '160629.209000', '160629.211000', '160629.214000', '160629.217000', '160629.219000', '160629.222000', '160629.225000', '160629.227000', '160629.230000', '160649.116000', '160649.119000', '160649.122000', '160649.125000', '160649.127000', '160649.130000', '160649.133000', '160649.135000', '160649.138000', '160649.140000', '160649.143000', '160649.146000', '160649.148000', '160649.151000', '160649.153000', '160649.156000', '160649.159000', '160649.161000', '160649.164000', '160649.167000', '160649.169000', '160649.172000', '160649.174000', '160649.177000', '160649.180000', '160649.182000', '160649.185000', '160649.188000', '160649.190000', '160649.193000', '160649.195000', '160649.198000', '160649.201000', '160649.203000', '160649.206000', '160649.208000', '160649.211000', '160649.214000', '160649.222000', '160649.225000', '160649.227000', '160649.230000', '160649.233000', '160709.117000', '160709.120000', '160709.122000', '160709.126000', '160709.129000', '160709.132000', '160709.134000', '160709.137000', '160709.140000', '160709.142000', '160709.145000', '160709.147000', '160709.150000', '160709.153000', '160709.155000', '160709.158000', '160709.160000', '160709.163000', '160709.166000', '160709.168000', '160709.171000', '160709.174000', '160709.176000', '160709.179000', '160709.182000', '160709.184000', '160709.198000', '160709.201000', '160709.203000', '160709.206000', '160709.208000', '160709.211000', '160709.214000', '160709.216000', '160709.219000', '160709.221000', '160709.224000', '160709.227000', '160709.229000', '160709.232000', '160709.235000', '160709.237000', '160709.240000', '160729.116000', '160729.119000', '160729.122000', '160729.125000', '160729.127000', '160729.130000', '160729.133000', '160729.136000', '160729.138000', '160729.141000', '160729.144000', '160729.147000', '160729.149000', '160729.152000', '160729.155000', '160729.158000', '160729.160000', '160729.163000', '160729.166000', '160729.168000', '160729.171000', '160729.173000', '160729.176000', '160729.179000', '160729.181000', '160729.184000', '160729.187000', '160729.190000', '160729.192000', '160729.195000', '160729.198000', '160729.200000', '160729.203000', '160729.205000', '160729.208000', '160729.211000', '160729.213000', '160729.216000', '160729.219000', '160729.221000', '160729.224000', '160729.227000', '160729.229000', '160729.232000', '160749.116000', '160749.119000', '160749.122000', '160749.125000', '160749.127000', '160749.130000', '160749.133000', '160749.135000', '160749.138000', '160749.141000', '160749.144000', '160749.146000', '160749.149000', '160749.151000', '160749.154000', '160749.157000', '160749.159000', '160749.162000', '160749.165000', '160749.167000', '160749.170000', '160749.172000', '160749.175000', '160749.178000', '160749.180000', '160749.183000', '160749.186000', '160749.188000', '160749.191000', '160749.194000', '160749.196000', '160749.199000', '160749.201000', '160749.204000', '160749.207000', '160749.209000', '160749.212000', '160749.214000', '160749.217000', '160749.220000', '160749.222000', '160749.225000', '160749.228000', '160749.230000', '160809.117000', '160809.120000', '160809.123000', '160809.126000', '160809.129000', '160809.131000', '160809.134000', '160809.136000', '160809.140000', '160809.142000', '160809.145000', '160809.147000', '160809.150000', '160809.153000', '160809.155000', '160809.158000', '160809.161000', '160809.163000', '160809.166000', '160809.168000', '160809.171000', '160809.174000', '160809.176000', '160809.179000', '160809.182000', '160809.184000', '160809.187000', '160809.189000', '160809.192000', '160809.195000', '160809.197000', '160809.200000', '160809.202000', '160809.205000', '160809.208000', '160809.210000', '160809.213000', '160809.215000', '160809.218000', '160809.221000', '160809.223000', '160809.226000', '160809.229000', '160829.118000', '160829.120000', '160829.123000', '160829.126000', '160829.129000', '160829.131000', '160829.134000', '160829.137000', '160829.139000', '160829.142000', '160829.145000', '160829.148000', '160829.151000', '160829.154000', '160829.159000', '160829.161000', '160829.165000', '160829.168000', '160829.171000', '160829.174000', '160829.176000', '160829.179000', '160829.182000', '160829.184000', '160829.187000', '160829.190000', '160829.192000', '160829.195000', '160829.198000', '160829.200000', '160829.205000', '160829.208000', '160829.210000', '160829.213000', '160829.215000', '160829.218000', '160829.221000', '160829.224000', '160829.226000', '160829.229000', '160829.232000', '160829.234000', '160829.237000', '160849.117000', '160849.120000', '160849.122000', '160849.125000', '160849.127000', '160849.130000', '160849.133000', '160849.135000', '160849.138000', '160849.140000', '160849.143000', '160849.146000', '160849.149000', '160849.151000', '160849.154000', '160849.157000', '160849.159000', '160849.162000', '160849.165000', '160849.167000', '160849.170000', '160849.173000', '160849.175000', '160849.178000', '160849.181000', '160849.184000', '160849.186000', '160849.189000', '160849.192000', '160849.194000', '160849.197000', '160849.199000', '160849.202000', '160849.205000', '160849.207000', '160849.210000', '160849.213000', '160849.215000', '160849.218000', '160849.221000', '160849.223000', '160849.226000', '160849.228000', '160849.231000', '160909.117000', '160909.120000', '160909.123000', '160909.126000', '160909.129000', '160909.131000', '160909.134000', '160909.137000', '160909.140000', '160909.142000', '160909.145000', '160909.147000', '160909.150000', '160909.152000', '160909.155000', '160909.158000', '160909.160000', '160909.163000', '160909.165000', '160909.168000', '160909.171000', '160909.173000', '160909.176000', '160909.179000', '160909.181000', '160909.184000', '160909.186000', '160909.189000', '160909.192000', '160909.195000', '160909.197000', '160909.200000', '160909.203000', '160909.205000', '160909.208000', '160909.210000', '160909.213000', '160909.216000', '160909.218000', '160909.221000', '160909.224000', '160909.226000', '160909.229000', '160929.117000', '160929.120000', '160929.122000', '160929.125000', '160929.127000', '160929.130000', '160929.133000', '160929.136000', '160929.138000', '160929.141000', '160929.144000', '160929.147000', '160929.149000', '160929.152000', '160929.154000', '160929.157000', '160929.160000', '160929.163000', '160929.165000', '160929.168000', '160929.171000', '160929.173000', '160929.176000', '160929.179000', '160929.181000', '160929.184000', '160929.186000', '160929.189000', '160929.192000', '160929.194000', '160929.197000', '160929.199000', '160929.202000', '160929.205000', '160929.207000', '160929.210000', '160929.213000', '160929.215000', '160929.218000', '160929.221000', '160929.223000', '160929.226000', '160929.228000', '160929.231000', '160949.117000', '160949.120000', '160949.122000', '160949.125000', '160949.128000', '160949.141000', '160949.143000', '160949.146000', '160949.149000', '160949.152000', '160949.154000', '160949.157000', '160949.159000', '160949.162000', '160949.165000', '160949.168000', '160949.171000', '160949.174000', '160949.176000', '160949.179000', '160949.182000', '160949.185000', '160949.187000', '160949.190000', '160949.193000', '160949.195000', '160949.198000', '160949.201000', '160949.204000', '160949.207000', '160949.210000', '160949.213000', '160949.215000', '160949.218000', '160949.221000', '160949.223000', '160949.226000', '160949.228000', '160949.231000', '160949.234000', '160949.236000', '160949.239000', '160949.242000', '161009.117000', '161009.120000', '161009.122000', '161009.125000', '161009.128000', '161009.138000', '161009.141000', '161009.143000', '161009.146000', '161009.148000', '161009.151000', '161009.154000', '161009.156000', '161009.159000', '161009.161000', '161009.164000', '161009.167000', '161009.169000', '161009.172000', '161009.175000', '161009.177000', '161009.180000', '161009.183000', '161009.185000', '161009.188000', '161009.190000', '161009.193000', '161009.196000', '161009.198000', '161009.201000', '161009.203000', '161009.206000', '161009.209000', '161009.211000', '161009.214000', '161009.217000', '161009.219000', '161009.222000', '161009.225000', '161009.227000', '161009.230000', '161009.232000', '161009.235000', '161009.238000', '161029.117000', '161029.120000', '161029.123000', '161029.126000', '161029.129000', '161029.131000', '161029.134000', '161029.136000', '161029.139000', '161029.142000', '161029.144000', '161029.147000', '161029.150000', '161029.152000', '161029.155000', '161029.158000', '161029.160000', '161029.163000', '161029.166000', '161029.168000', '161029.171000', '161029.173000', '161029.176000', '161029.179000', '161029.181000', '161029.184000', '161029.187000', '161029.190000', '161029.192000', '161029.195000', '161029.199000', '161029.201000', '161029.204000', '161029.207000', '161029.210000', '161029.212000', '161029.215000', '161029.217000', '161029.220000', '161029.223000', '161029.225000', '161029.228000', '161029.231000', '161049.118000', '161049.121000', '161049.123000', '161049.126000', '161049.129000', '161049.131000', '161049.134000', '161049.136000', '161049.139000', '161049.142000', '161049.144000', '161049.147000', '161049.150000', '161049.153000', '161049.155000', '161049.158000', '161049.160000', '161049.163000', '161049.166000', '161049.168000', '161049.171000', '161049.174000', '161049.176000', '161049.179000', '161049.182000', '161049.184000', '161049.187000', '161049.190000', '161049.192000', '161049.195000', '161049.198000', '161049.200000', '161049.203000', '161049.206000', '161049.208000', '161049.211000', '161049.214000', '161049.216000', '161049.219000', '161049.222000', '161049.224000', '161049.227000', '161049.229000', '161049.232000', '161106.915000', '161106.919000', '161106.922000', '161106.925000', '161106.927000', '161106.930000', '161106.933000', '161106.936000', '161106.938000', '161106.941000', '161106.944000', '161106.947000', '161106.949000', '161106.952000', '161106.955000', '161106.957000', '161106.960000', '161106.963000', '161106.965000', '161106.968000', '161106.971000', '161106.974000', '161106.976000', '161106.979000', '161106.982000', '161106.984000', '161106.987000', '161106.990000', '161106.992000', '161106.995000', '161106.998000', '161107.002000', '161107.004000', '161107.007000', '161107.010000', '161107.012000', '161107.015000', '161107.019000', '161107.025000'], 'InstanceCreationTime': ['160309.155000', '160309.158000', '160309.161000', '160309.164000', '160309.166000', '160309.169000', '160309.172000', '160309.181000', '160309.183000', '160309.186000', '160309.189000', '160309.191000', '160309.194000', '160309.197000', '160309.199000', '160309.202000', '160309.204000', '160309.207000', '160309.209000', '160309.212000', '160309.215000', '160309.223000', '160309.225000', '160309.228000', '160309.231000', '160309.233000', '160309.236000', '160309.238000', '160309.241000', '160309.244000', '160309.246000', '160309.249000', '160309.251000', '160309.254000', '160329.117000', '160329.120000', '160329.123000', '160329.125000', '160329.128000', '160329.131000', '160329.133000', '160329.136000', '160329.139000', '160329.141000', '160329.144000', '160329.146000', '160329.149000', '160329.151000', '160329.154000', '160329.157000', '160329.159000', '160329.162000', '160329.164000', '160329.167000', '160329.169000', '160329.172000', '160329.178000', '160329.180000', '160329.183000', '160329.186000', '160329.188000', '160329.191000', '160329.193000', '160329.196000', '160329.198000', '160329.201000', '160329.204000', '160329.207000', '160329.210000', '160329.213000', '160329.216000', '160329.219000', '160329.221000', '160329.224000', '160329.226000', '160329.229000', '160329.232000', '160349.117000', '160349.126000', '160349.129000', '160349.132000', '160349.134000', '160349.137000', '160349.140000', '160349.142000', '160349.145000', '160349.147000', '160349.150000', '160349.153000', '160349.155000', '160349.158000', '160349.160000', '160349.163000', '160349.166000', '160349.168000', '160349.171000', '160349.173000', '160349.176000', '160349.179000', '160349.181000', '160349.184000', '160349.186000', '160349.189000', '160349.192000', '160349.194000', '160349.197000', '160349.199000', '160349.202000', '160349.205000', '160349.207000', '160349.210000', '160349.213000', '160349.215000', '160349.218000', '160349.221000', '160349.224000', '160349.226000', '160349.229000', '160349.232000', '160349.234000', '160349.237000', '160409.117000', '160409.119000', '160409.122000', '160409.125000', '160409.127000', '160409.146000', '160409.148000', '160409.151000', '160409.153000', '160409.156000', '160409.159000', '160409.161000', '160409.164000', '160409.167000', '160409.169000', '160409.172000', '160409.174000', '160409.177000', '160409.180000', '160409.182000', '160409.185000', '160409.187000', '160409.190000', '160409.193000', '160409.195000', '160409.198000', '160409.200000', '160409.203000', '160409.206000', '160409.208000', '160409.211000', '160409.214000', '160409.216000', '160409.219000', '160409.222000', '160409.224000', '160409.227000', '160409.229000', '160409.232000', '160409.235000', '160409.237000', '160409.240000', '160409.242000', '160429.117000', '160429.120000', '160429.122000', '160429.125000', '160429.128000', '160429.130000', '160429.133000', '160429.136000', '160429.138000', '160429.141000', '160429.143000', '160429.146000', '160429.149000', '160429.151000', '160429.154000', '160429.156000', '160429.159000', '160429.162000', '160429.164000', '160429.167000', '160429.170000', '160429.172000', '160429.175000', '160429.177000', '160429.180000', '160429.183000', '160429.185000', '160429.188000', '160429.190000', '160429.193000', '160429.195000', '160429.198000', '160429.201000', '160429.203000', '160429.206000', '160429.209000', '160429.211000', '160429.214000', '160429.217000', '160429.219000', '160429.222000', '160429.224000', '160429.227000', '160429.229000', '160449.116000', '160449.119000', '160449.122000', '160449.125000', '160449.128000', '160449.130000', '160449.133000', '160449.135000', '160449.138000', '160449.141000', '160449.143000', '160449.146000', '160449.149000', '160449.151000', '160449.154000', '160449.157000', '160449.159000', '160449.162000', '160449.165000', '160449.167000', '160449.170000', '160449.173000', '160449.175000', '160449.178000', '160449.180000', '160449.183000', '160449.186000', '160449.188000', '160449.191000', '160449.193000', '160449.196000', '160449.199000', '160449.201000', '160449.204000', '160449.207000', '160449.209000', '160449.212000', '160449.214000', '160449.217000', '160449.220000', '160449.222000', '160449.225000', '160449.228000', '160509.117000', '160509.119000', '160509.122000', '160509.125000', '160509.127000', '160509.130000', '160509.133000', '160509.135000', '160509.138000', '160509.140000', '160509.143000', '160509.146000', '160509.148000', '160509.151000', '160509.154000', '160509.156000', '160509.159000', '160509.161000', '160509.164000', '160509.167000', '160509.169000', '160509.172000', '160509.175000', '160509.177000', '160509.180000', '160509.182000', '160509.185000', '160509.187000', '160509.190000', '160509.193000', '160509.195000', '160509.198000', '160509.201000', '160509.203000', '160509.206000', '160509.208000', '160509.211000', '160509.214000', '160509.216000', '160509.219000', '160509.221000', '160509.224000', '160509.227000', '160509.229000', '160529.117000', '160529.119000', '160529.122000', '160529.125000', '160529.128000', '160529.130000', '160529.133000', '160529.135000', '160529.138000', '160529.140000', '160529.143000', '160529.146000', '160529.148000', '160529.151000', '160529.153000', '160529.156000', '160529.159000', '160529.161000', '160529.164000', '160529.167000', '160529.169000', '160529.172000', '160529.174000', '160529.177000', '160529.179000', '160529.182000', '160529.185000', '160529.187000', '160529.190000', '160529.193000', '160529.195000', '160529.198000', '160529.200000', '160529.203000', '160529.206000', '160529.208000', '160529.211000', '160529.213000', '160529.216000', '160529.218000', '160529.221000', '160529.224000', '160529.226000', '160549.118000', '160549.121000', '160549.124000', '160549.126000', '160549.129000', '160549.131000', '160549.134000', '160549.137000', '160549.140000', '160549.142000', '160549.145000', '160549.148000', '160549.150000', '160549.153000', '160549.155000', '160549.158000', '160549.161000', '160549.163000', '160549.166000', '160549.169000', '160549.171000', '160549.174000', '160549.176000', '160549.179000', '160549.182000', '160549.184000', '160549.187000', '160549.190000', '160549.192000', '160549.195000', '160549.198000', '160549.200000', '160549.203000', '160549.206000', '160549.208000', '160549.211000', '160549.214000', '160549.216000', '160549.219000', '160549.221000', '160549.224000', '160549.227000', '160549.229000', '160549.232000', '160609.118000', '160609.121000', '160609.123000', '160609.126000', '160609.128000', '160609.131000', '160609.134000', '160609.136000', '160609.139000', '160609.142000', '160609.144000', '160609.147000', '160609.150000', '160609.152000', '160609.155000', '160609.157000', '160609.160000', '160609.163000', '160609.165000', '160609.168000', '160609.171000', '160609.173000', '160609.176000', '160609.179000', '160609.181000', '160609.184000', '160609.186000', '160609.189000', '160609.192000', '160609.194000', '160609.197000', '160609.199000', '160609.202000', '160609.205000', '160609.207000', '160609.210000', '160609.212000', '160609.215000', '160609.218000', '160609.220000', '160609.223000', '160609.225000', '160609.228000', '160629.117000', '160629.119000', '160629.122000', '160629.125000', '160629.127000', '160629.130000', '160629.133000', '160629.135000', '160629.138000', '160629.141000', '160629.143000', '160629.146000', '160629.148000', '160629.151000', '160629.154000', '160629.156000', '160629.159000', '160629.162000', '160629.164000', '160629.167000', '160629.169000', '160629.172000', '160629.175000', '160629.177000', '160629.180000', '160629.183000', '160629.185000', '160629.188000', '160629.190000', '160629.193000', '160629.196000', '160629.198000', '160629.201000', '160629.204000', '160629.206000', '160629.209000', '160629.211000', '160629.214000', '160629.217000', '160629.219000', '160629.222000', '160629.225000', '160629.227000', '160629.230000', '160649.116000', '160649.119000', '160649.122000', '160649.125000', '160649.127000', '160649.130000', '160649.133000', '160649.135000', '160649.138000', '160649.140000', '160649.143000', '160649.146000', '160649.148000', '160649.151000', '160649.153000', '160649.156000', '160649.159000', '160649.161000', '160649.164000', '160649.167000', '160649.169000', '160649.172000', '160649.174000', '160649.177000', '160649.180000', '160649.182000', '160649.185000', '160649.188000', '160649.190000', '160649.193000', '160649.195000', '160649.198000', '160649.201000', '160649.203000', '160649.206000', '160649.208000', '160649.211000', '160649.214000', '160649.222000', '160649.225000', '160649.227000', '160649.230000', '160649.233000', '160709.117000', '160709.120000', '160709.122000', '160709.126000', '160709.129000', '160709.132000', '160709.134000', '160709.137000', '160709.140000', '160709.142000', '160709.145000', '160709.147000', '160709.150000', '160709.153000', '160709.155000', '160709.158000', '160709.160000', '160709.163000', '160709.166000', '160709.168000', '160709.171000', '160709.174000', '160709.176000', '160709.179000', '160709.182000', '160709.184000', '160709.198000', '160709.201000', '160709.203000', '160709.206000', '160709.208000', '160709.211000', '160709.214000', '160709.216000', '160709.219000', '160709.221000', '160709.224000', '160709.227000', '160709.229000', '160709.232000', '160709.235000', '160709.237000', '160709.240000', '160729.116000', '160729.119000', '160729.122000', '160729.125000', '160729.127000', '160729.130000', '160729.133000', '160729.136000', '160729.138000', '160729.141000', '160729.144000', '160729.147000', '160729.149000', '160729.152000', '160729.155000', '160729.158000', '160729.160000', '160729.163000', '160729.166000', '160729.168000', '160729.171000', '160729.173000', '160729.176000', '160729.179000', '160729.181000', '160729.184000', '160729.187000', '160729.190000', '160729.192000', '160729.195000', '160729.198000', '160729.200000', '160729.203000', '160729.205000', '160729.208000', '160729.211000', '160729.213000', '160729.216000', '160729.219000', '160729.221000', '160729.224000', '160729.227000', '160729.229000', '160729.232000', '160749.116000', '160749.119000', '160749.122000', '160749.125000', '160749.127000', '160749.130000', '160749.133000', '160749.135000', '160749.138000', '160749.141000', '160749.144000', '160749.146000', '160749.149000', '160749.151000', '160749.154000', '160749.157000', '160749.159000', '160749.162000', '160749.165000', '160749.167000', '160749.170000', '160749.172000', '160749.175000', '160749.178000', '160749.180000', '160749.183000', '160749.186000', '160749.188000', '160749.191000', '160749.194000', '160749.196000', '160749.199000', '160749.201000', '160749.204000', '160749.207000', '160749.209000', '160749.212000', '160749.214000', '160749.217000', '160749.220000', '160749.222000', '160749.225000', '160749.228000', '160749.230000', '160809.117000', '160809.120000', '160809.123000', '160809.126000', '160809.129000', '160809.131000', '160809.134000', '160809.136000', '160809.140000', '160809.142000', '160809.145000', '160809.147000', '160809.150000', '160809.153000', '160809.155000', '160809.158000', '160809.161000', '160809.163000', '160809.166000', '160809.168000', '160809.171000', '160809.174000', '160809.176000', '160809.179000', '160809.182000', '160809.184000', '160809.187000', '160809.189000', '160809.192000', '160809.195000', '160809.197000', '160809.200000', '160809.202000', '160809.205000', '160809.208000', '160809.210000', '160809.213000', '160809.215000', '160809.218000', '160809.221000', '160809.223000', '160809.226000', '160809.229000', '160829.118000', '160829.120000', '160829.123000', '160829.126000', '160829.129000', '160829.131000', '160829.134000', '160829.137000', '160829.139000', '160829.142000', '160829.145000', '160829.148000', '160829.151000', '160829.154000', '160829.159000', '160829.161000', '160829.165000', '160829.168000', '160829.171000', '160829.174000', '160829.176000', '160829.179000', '160829.182000', '160829.184000', '160829.187000', '160829.190000', '160829.192000', '160829.195000', '160829.198000', '160829.200000', '160829.205000', '160829.208000', '160829.210000', '160829.213000', '160829.215000', '160829.218000', '160829.221000', '160829.224000', '160829.226000', '160829.229000', '160829.232000', '160829.234000', '160829.237000', '160849.117000', '160849.120000', '160849.122000', '160849.125000', '160849.127000', '160849.130000', '160849.133000', '160849.135000', '160849.138000', '160849.140000', '160849.143000', '160849.146000', '160849.149000', '160849.151000', '160849.154000', '160849.157000', '160849.159000', '160849.162000', '160849.165000', '160849.167000', '160849.170000', '160849.173000', '160849.175000', '160849.178000', '160849.181000', '160849.184000', '160849.186000', '160849.189000', '160849.192000', '160849.194000', '160849.197000', '160849.199000', '160849.202000', '160849.205000', '160849.207000', '160849.210000', '160849.213000', '160849.215000', '160849.218000', '160849.221000', '160849.223000', '160849.226000', '160849.228000', '160849.231000', '160909.117000', '160909.120000', '160909.123000', '160909.126000', '160909.129000', '160909.131000', '160909.134000', '160909.137000', '160909.140000', '160909.142000', '160909.145000', '160909.147000', '160909.150000', '160909.152000', '160909.155000', '160909.158000', '160909.160000', '160909.163000', '160909.165000', '160909.168000', '160909.171000', '160909.173000', '160909.176000', '160909.179000', '160909.181000', '160909.184000', '160909.186000', '160909.189000', '160909.192000', '160909.195000', '160909.197000', '160909.200000', '160909.203000', '160909.205000', '160909.208000', '160909.210000', '160909.213000', '160909.216000', '160909.218000', '160909.221000', '160909.224000', '160909.226000', '160909.229000', '160929.117000', '160929.120000', '160929.122000', '160929.125000', '160929.127000', '160929.130000', '160929.133000', '160929.136000', '160929.138000', '160929.141000', '160929.144000', '160929.147000', '160929.149000', '160929.152000', '160929.154000', '160929.157000', '160929.160000', '160929.163000', '160929.165000', '160929.168000', '160929.171000', '160929.173000', '160929.176000', '160929.179000', '160929.181000', '160929.184000', '160929.186000', '160929.189000', '160929.192000', '160929.194000', '160929.197000', '160929.199000', '160929.202000', '160929.205000', '160929.207000', '160929.210000', '160929.213000', '160929.215000', '160929.218000', '160929.221000', '160929.223000', '160929.226000', '160929.228000', '160929.231000', '160949.117000', '160949.120000', '160949.122000', '160949.125000', '160949.128000', '160949.141000', '160949.143000', '160949.146000', '160949.149000', '160949.152000', '160949.154000', '160949.157000', '160949.159000', '160949.162000', '160949.165000', '160949.168000', '160949.171000', '160949.174000', '160949.176000', '160949.179000', '160949.182000', '160949.185000', '160949.187000', '160949.190000', '160949.193000', '160949.195000', '160949.198000', '160949.201000', '160949.204000', '160949.207000', '160949.210000', '160949.213000', '160949.215000', '160949.218000', '160949.221000', '160949.223000', '160949.226000', '160949.228000', '160949.231000', '160949.234000', '160949.236000', '160949.239000', '160949.242000', '161009.117000', '161009.120000', '161009.122000', '161009.125000', '161009.128000', '161009.138000', '161009.141000', '161009.143000', '161009.146000', '161009.148000', '161009.151000', '161009.154000', '161009.156000', '161009.159000', '161009.161000', '161009.164000', '161009.167000', '161009.169000', '161009.172000', '161009.175000', '161009.177000', '161009.180000', '161009.183000', '161009.185000', '161009.188000', '161009.190000', '161009.193000', '161009.196000', '161009.198000', '161009.201000', '161009.203000', '161009.206000', '161009.209000', '161009.211000', '161009.214000', '161009.217000', '161009.219000', '161009.222000', '161009.225000', '161009.227000', '161009.230000', '161009.232000', '161009.235000', '161009.238000', '161029.117000', '161029.120000', '161029.123000', '161029.126000', '161029.129000', '161029.131000', '161029.134000', '161029.136000', '161029.139000', '161029.142000', '161029.144000', '161029.147000', '161029.150000', '161029.152000', '161029.155000', '161029.158000', '161029.160000', '161029.163000', '161029.166000', '161029.168000', '161029.171000', '161029.173000', '161029.176000', '161029.179000', '161029.181000', '161029.184000', '161029.187000', '161029.190000', '161029.192000', '161029.195000', '161029.199000', '161029.201000', '161029.204000', '161029.207000', '161029.210000', '161029.212000', '161029.215000', '161029.217000', '161029.220000', '161029.223000', '161029.225000', '161029.228000', '161029.231000', '161049.118000', '161049.121000', '161049.123000', '161049.126000', '161049.129000', '161049.131000', '161049.134000', '161049.136000', '161049.139000', '161049.142000', '161049.144000', '161049.147000', '161049.150000', '161049.153000', '161049.155000', '161049.158000', '161049.160000', '161049.163000', '161049.166000', '161049.168000', '161049.171000', '161049.174000', '161049.176000', '161049.179000', '161049.182000', '161049.184000', '161049.187000', '161049.190000', '161049.192000', '161049.195000', '161049.198000', '161049.200000', '161049.203000', '161049.206000', '161049.208000', '161049.211000', '161049.214000', '161049.216000', '161049.219000', '161049.222000', '161049.224000', '161049.227000', '161049.229000', '161049.232000', '161106.915000', '161106.919000', '161106.922000', '161106.925000', '161106.927000', '161106.930000', '161106.933000', '161106.936000', '161106.938000', '161106.941000', '161106.944000', '161106.947000', '161106.949000', '161106.952000', '161106.955000', '161106.957000', '161106.960000', '161106.963000', '161106.965000', '161106.968000', '161106.971000', '161106.974000', '161106.976000', '161106.979000', '161106.982000', '161106.984000', '161106.987000', '161106.990000', '161106.992000', '161106.995000', '161106.998000', '161107.002000', '161107.004000', '161107.007000', '161107.010000', '161107.012000', '161107.015000', '161107.019000', '161107.025000'], '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': [10227, 8271, 10957, 9634, 11642, 10133, 13080, 9642, 8020, 9859, 8046, 10469, 8808, 10754, 10038, 12509, 9336, 9997, 9460, 8155, 10978, 9127, 10904, 9651, 12484, 9661, 8049, 10747, 8565, 10840, 9588, 11423, 9768, 7841, 10741, 9907, 12942, 10194, 8385, 11377, 8357, 11152, 10845, 12889, 11199, 8764, 12054, 8573, 11627, 10330, 15000, 10636, 8877, 11070, 9424, 11426, 9901, 14593, 10555, 8806, 11005, 9125, 11456, 10038, 13124, 9989, 9777, 10262, 8580, 10764, 8649, 11502, 10207, 13019, 9936, 8071, 10407, 8342, 10675, 10263, 11384, 10819, 11206, 10778, 8418, 10953, 9998, 14578, 9864, 9836, 12267, 10121, 11536, 10099, 9879, 10291, 8634, 11112, 10858, 13123, 10359, 8709, 11268, 9224, 11625, 10359, 12878, 10294, 9492, 11227, 10996, 14965, 9916, 8334, 10138, 8444, 11501, 8691, 12038, 10712, 15691, 9875, 8208, 10036, 8599, 10698, 8842, 10935, 9769, 13413, 9405, 9412, 11046, 8838, 10633, 10035, 13288, 9776, 8437, 10521, 9178, 11374, 10284, 14026, 10265, 8724, 11040, 10502, 12640, 9875, 9837, 12008, 9940, 11554, 10554, 13517, 10672, 9272, 11354, 10242, 13323, 9816, 8242, 11867, 9128, 11350, 10573, 8411, 11434, 8895, 11012, 10432, 14005, 10297, 8927, 11038, 10313, 12287, 10156, 9297, 10974, 10767, 12808, 9615, 10179, 10262, 9587, 12123, 9096, 11442, 10654, 12819, 10065, 10025, 11432, 9186, 11016, 10100, 9487, 9879, 8027, 10841, 9227, 11552, 10066, 10072, 10021, 7758, 11567, 9159, 11400, 11259, 12729, 10265, 10497, 10190, 7594, 10245, 8675, 11006, 9576, 11324, 9974, 10409, 9835, 7619, 9768, 8180, 10497, 10897, 12579, 9334, 9767, 9605, 8228, 10955, 9530, 11035, 10340, 11755, 10351, 12296, 10560, 16216, 10169, 9185, 10307, 7899, 10345, 8267, 11856, 9677, 11488, 10890, 13056, 9654, 9321, 9642, 7741, 10270, 8844, 11053, 8670, 11482, 10313, 12446, 10040, 14720, 9897, 13672, 10223, 9097, 10747, 8135, 11772, 9077, 11268, 8836, 11444, 8696, 11337, 10983, 12943, 9530, 11066, 9697, 8442, 9713, 8047, 10285, 8767, 10917, 8893, 11360, 9794, 12402, 9958, 14628, 9780, 14302, 10013, 13064, 10013, 11810, 10184, 8698, 11602, 9418, 11144, 10804, 12535, 9357, 9708, 10161, 8593, 10775, 9396, 11161, 9425, 8113, 10577, 9135, 11782, 8803, 11731, 10208, 13155, 10032, 12827, 10273, 9817, 12323, 9519, 11458, 10383, 13083, 10061, 8781, 11952, 9455, 11581, 10155, 13781, 9800, 10062, 10138, 8898, 11460, 8980, 11320, 10688, 11880, 10267, 13312, 9754, 8111, 9852, 7962, 11428, 8899, 11038, 10555, 11779, 9645, 12064, 9671, 8375, 9736, 8614, 11049, 8471, 11302, 9810, 12681, 9963, 14415, 9985, 9164, 10301, 8130, 10692, 8333, 11986, 9514, 11522, 9741, 11844, 10743, 11824, 10234, 13164, 9658, 10058, 9740, 7924, 10246, 8553, 10972, 8540, 11579, 10089, 12038, 9856, 14938, 9672, 13372, 9950, 10075, 10392, 8330, 10818, 8798, 11344, 10034, 11886, 9896, 13576, 10071, 8437, 11046, 8520, 11030, 10497, 11487, 9958, 14404, 9983, 9417, 9859, 8096, 10519, 8639, 11164, 8508, 11700, 9842, 14080, 9754, 8490, 9753, 8071, 10786, 8576, 12159, 9126, 11793, 8836, 12144, 10618, 12152, 9966, 14155, 9668, 13956, 9946, 8467, 10259, 8188, 10930, 8611, 10823, 10460, 12300, 10202, 7887, 10536, 8062, 10567, 9513, 12968, 10129, 10573, 10725, 8556, 10962, 10774, 11823, 10545, 16259, 10487, 8270, 10222, 8326, 12106, 9070, 11889, 10707, 12341, 9767, 13986, 9809, 10707, 9833, 9445, 10209, 9094, 10978, 9281, 11273, 9542, 12560, 9724, 15327, 9429, 11751, 9680, 8202, 10829, 8174, 11087, 10472, 11643, 9687, 15878, 10068, 8769, 10557, 8597, 11126, 9598, 12154, 9767, 9599, 10033, 8970, 12068, 9095, 11513, 10733, 12297, 10120, 12977, 10367, 10858, 9929, 7827, 11277, 8693, 10903, 9832, 11942, 9880, 15765, 9339, 12042, 9549, 9356, 10392, 8389, 11129, 8794, 11317, 9350, 11713, 10131, 11498, 9630, 13634, 9204, 12686, 9835, 8754, 10928, 8694, 10330, 9132, 11393, 10136, 11981, 10408, 12431, 10338, 14909, 9838, 11445, 10001, 9430, 12074, 9739, 11447, 10224, 11556, 9514, 14014, 9741, 8645, 10362, 8789, 11178, 9577, 12818, 9622, 15931, 9698, 10764, 10136, 8719, 10677, 8632, 11332, 10489, 11986, 9920, 15582, 9456, 8259, 10153, 8142, 10519, 9536, 11007, 10012, 11656, 10955, 14682, 9481, 13028, 9736, 16693, 9784, 15011, 9971, 10497, 9624, 8566, 9874, 9160, 9470, 10449, 9995, 8380, 10916, 8228, 10173, 8579, 10619, 9245, 11978, 10418, 10661, 9468, 8161, 10768, 9449, 10887, 10115, 12968, 9957, 11145, 9984, 9663, 11131, 8166, 11707, 10000, 12873, 9904, 9831, 11252, 8982, 12527, 9679, 11877, 9676, 9749, 11319, 9962, 14086, 9415, 9030, 10225, 9528, 11129, 8641, 12596, 10156, 15588, 9793, 10768, 10943, 9455, 11340, 10462, 12961, 9226, 11139, 9972, 8935, 10652, 10003, 11684, 9511, 14188, 9837, 8998, 10825, 8471, 11557, 9984, 13834, 9622, 9178, 10703, 8386, 11231, 9680, 13191, 9613, 11734, 11745, 9118, 10941, 9668, 14411, 9338, 8566, 10252, 8942, 10905, 9650, 11835, 9974, 9841, 9448, 8382, 10929, 9227, 10866, 10103, 12990, 10019, 8863, 9419, 8304, 11176, 9180, 11156, 9798, 15732, 9565, 8264, 10010, 8610, 10455, 9888, 13056, 10136, 8088, 9884, 8634, 11191, 8326, 11438, 10523, 15449, 9849, 12632, 10190, 11137, 10418, 9739, 11144, 8863, 11539, 9414, 12581, 10065, 12247, 10527, 8461, 10352, 8961, 11232, 9603, 11915, 11112, 12050, 10022, 8313, 11527, 8781, 10891, 9868, 12209, 10170, 12102, 9579, 10392, 10032, 9424, 10790, 8840, 11748, 8866, 11243, 8719, 11381, 9869, 11762, 10617, 10412, 9486, 8204, 10254, 8887, 10977, 10048, 11943, 11541, 12954, 9908, 8320, 10104, 8897, 10836, 10285, 11090, 9416, 12054, 9640, 10914, 9259, 8209, 10752, 9905, 10437, 10014, 13010, 9677, 8228, 10916, 9016, 10566, 9828, 11692, 9480, 13067, 10046, 16251, 10601, 10260, 10004, 8564, 10040, 9141, 10903, 9702, 11556, 9555, 13187, 9462, 9584, 11518, 9208, 10738, 9178, 13497, 9050, 10375, 10132, 9809, 10546, 9805, 11948, 10042, 12195, 11678, 12927, 10073, 8480, 10310, 9440, 11214, 8630, 12077, 9975, 12585, 9612, 12692, 10236, 8778, 10251, 8709, 11142, 9680, 14841, 10142, 8579, 10793, 8871, 11318, 10327, 12809, 11074, 12452, 9925, 8544, 11628, 9459, 11352, 10027, 12370, 10163, 10429, 9916, 8268, 10495, 8440, 12066, 10278, 12547, 9739, 8334, 11171, 9395, 10895, 9480, 11762, 9634, 12262, 9400, 8630, 9464, 8299, 9853, 8632, 10576, 9230, 11506, 9194, 9932, 9335, 7628, 10147, 8950, 10426, 9536, 12361, 9915, 8174, 10076, 8928, 11176, 9791, 11508, 10174, 16101, 10919, 9449, 11068, 8725, 11097, 9800, 14637, 11113, 10965, 12315, 9094, 11059, 10075, 12970, 11060, 10564, 11346, 9036, 11615, 9952, 13219, 10253, 9535, 11297, 8958, 11855, 10021, 9670, 9688, 8712, 11142, 9281, 12294, 10091, 7762, 11412, 8429, 10900, 10238, 13290, 10738, 8490, 11717, 8524, 10946, 9366, 12378, 10749, 16096, 9819, 8854, 9913, 8569, 11401, 9627, 11479, 9859, 9960, 9547, 8053, 10101, 9611, 11759, 9455, 10366, 9550, 8347, 11432, 10555, 11657, 10609, 14955, 9542, 10120, 9986, 9773, 10889, 9497, 11464, 9841, 11106, 9712, 9411, 10893, 9569, 11730, 9788, 10794, 9832, 9609, 10942, 10085, 13792, 9382, 8830, 11811, 10162, 11171, 9987, 13923, 9529, 9556, 11875, 9268, 10921, 10200, 14723, 9562, 9219, 11420, 9179, 11242, 10080, 13552, 9897, 9144, 12210, 9729, 11432, 10055, 12419, 10032, 9059, 10751, 8210, 11535], 'WindowCenter': [4730.0, 4686.0, 4702.0, 4691.0, 4698.0, 4688.0, 4706.0, 4677.0, 4645.0, 4675.0, 4645.0, 4685.0, 4667.0, 4685.0, 4675.0, 4695.0, 4676.0, 4675.0, 4677.0, 4654.0, 4687.0, 4666.0, 4685.0, 4676.0, 4706.0, 4688.0, 4670.0, 4698.0, 4669.0, 4696.0, 4678.0, 4696.0, 4690.0, 4670.0, 4698.0, 4688.0, 4708.0, 4689.0, 4658.0, 4698.0, 4658.0, 4687.0, 4688.0, 4696.0, 4687.0, 4656.0, 4694.0, 4656.0, 4684.0, 4688.0, 4716.0, 4677.0, 4655.0, 4685.0, 4664.0, 4685.0, 4676.0, 4715.0, 4675.0, 4655.0, 4684.0, 4665.0, 4685.0, 4677.0, 4695.0, 4676.0, 4663.0, 4675.0, 4653.0, 4673.0, 4653.0, 4685.0, 4676.0, 4694.0, 4674.0, 4643.0, 4675.0, 4655.0, 4674.0, 4688.0, 4696.0, 4686.0, 4684.0, 4686.0, 4656.0, 4685.0, 4687.0, 4716.0, 4688.0, 4677.0, 4698.0, 4676.0, 4686.0, 4678.0, 4676.0, 4677.0, 4665.0, 4697.0, 4687.0, 4696.0, 4677.0, 4655.0, 4685.0, 4665.0, 4684.0, 4675.0, 4693.0, 4675.0, 4664.0, 4683.0, 4673.0, 4703.0, 4675.0, 4654.0, 4674.0, 4653.0, 4685.0, 4655.0, 4684.0, 4674.0, 4702.0, 4663.0, 4641.0, 4675.0, 4652.0, 4674.0, 4654.0, 4673.0, 4675.0, 4704.0, 4677.0, 4666.0, 4696.0, 4666.0, 4684.0, 4687.0, 4717.0, 4688.0, 4657.0, 4686.0, 4677.0, 4695.0, 4688.0, 4716.0, 4687.0, 4665.0, 4685.0, 4685.0, 4693.0, 4678.0, 4676.0, 4696.0, 4675.0, 4683.0, 4673.0, 4692.0, 4677.0, 4664.0, 4685.0, 4674.0, 4690.0, 4662.0, 4642.0, 4685.0, 4665.0, 4674.0, 4673.0, 4641.0, 4682.0, 4652.0, 4682.0, 4686.0, 4702.0, 4673.0, 4654.0, 4671.0, 4674.0, 4693.0, 4675.0, 4663.0, 4674.0, 4684.0, 4692.0, 4665.0, 4673.0, 4677.0, 4664.0, 4694.0, 4654.0, 4672.0, 4672.0, 4691.0, 4675.0, 4662.0, 4682.0, 4652.0, 4670.0, 4672.0, 4662.0, 4664.0, 4646.0, 4684.0, 4666.0, 4683.0, 4664.0, 4662.0, 4662.0, 4633.0, 4682.0, 4663.0, 4684.0, 4675.0, 4682.0, 4662.0, 4661.0, 4663.0, 4633.0, 4674.0, 4653.0, 4672.0, 4650.0, 4670.0, 4661.0, 4661.0, 4663.0, 4643.0, 4676.0, 4656.0, 4675.0, 4684.0, 4693.0, 4667.0, 4673.0, 4677.0, 4667.0, 4687.0, 4666.0, 4686.0, 4673.0, 4684.0, 4675.0, 4683.0, 4675.0, 4701.0, 4664.0, 4650.0, 4662.0, 4641.0, 4664.0, 4644.0, 4683.0, 4663.0, 4673.0, 4673.0, 4689.0, 4663.0, 4651.0, 4665.0, 4644.0, 4677.0, 4664.0, 4685.0, 4653.0, 4683.0, 4673.0, 4681.0, 4664.0, 4702.0, 4674.0, 4693.0, 4673.0, 4651.0, 4671.0, 4632.0, 4683.0, 4652.0, 4672.0, 4652.0, 4682.0, 4653.0, 4671.0, 4671.0, 4681.0, 4663.0, 4671.0, 4664.0, 4640.0, 4666.0, 4644.0, 4674.0, 4653.0, 4674.0, 4653.0, 4683.0, 4665.0, 4683.0, 4666.0, 4702.0, 4675.0, 4692.0, 4675.0, 4691.0, 4676.0, 4684.0, 4663.0, 4641.0, 4672.0, 4650.0, 4671.0, 4672.0, 4693.0, 4676.0, 4674.0, 4675.0, 4655.0, 4684.0, 4667.0, 4684.0, 4677.0, 4656.0, 4689.0, 4678.0, 4698.0, 4655.0, 4685.0, 4674.0, 4692.0, 4665.0, 4691.0, 4675.0, 4662.0, 4682.0, 4650.0, 4670.0, 4662.0, 4680.0, 4664.0, 4652.0, 4682.0, 4651.0, 4670.0, 4661.0, 4689.0, 4662.0, 4662.0, 4674.0, 4651.0, 4671.0, 4652.0, 4671.0, 4661.0, 4683.0, 4671.0, 4691.0, 4662.0, 4631.0, 4661.0, 4640.0, 4682.0, 4663.0, 4671.0, 4673.0, 4680.0, 4662.0, 4680.0, 4664.0, 4643.0, 4665.0, 4653.0, 4682.0, 4643.0, 4682.0, 4663.0, 4692.0, 4676.0, 4704.0, 4675.0, 4652.0, 4673.0, 4641.0, 4672.0, 4654.0, 4683.0, 4662.0, 4673.0, 4661.0, 4671.0, 4670.0, 4681.0, 4672.0, 4680.0, 4663.0, 4659.0, 4661.0, 4643.0, 4673.0, 4654.0, 4671.0, 4652.0, 4670.0, 4662.0, 4680.0, 4663.0, 4700.0, 4665.0, 4693.0, 4674.0, 4662.0, 4664.0, 4641.0, 4672.0, 4653.0, 4671.0, 4662.0, 4684.0, 4676.0, 4692.0, 4665.0, 4643.0, 4682.0, 4654.0, 4672.0, 4684.0, 4685.0, 4677.0, 4703.0, 4674.0, 4662.0, 4664.0, 4643.0, 4674.0, 4666.0, 4686.0, 4655.0, 4682.0, 4664.0, 4702.0, 4676.0, 4652.0, 4676.0, 4655.0, 4685.0, 4655.0, 4696.0, 4676.0, 4685.0, 4653.0, 4682.0, 4672.0, 4680.0, 4662.0, 4691.0, 4665.0, 4702.0, 4662.0, 4641.0, 4672.0, 4641.0, 4672.0, 4651.0, 4672.0, 4673.0, 4679.0, 4674.0, 4642.0, 4673.0, 4655.0, 4672.0, 4677.0, 4706.0, 4687.0, 4675.0, 4686.0, 4655.0, 4684.0, 4684.0, 4695.0, 4687.0, 4712.0, 4675.0, 4645.0, 4674.0, 4644.0, 4695.0, 4665.0, 4683.0, 4672.0, 4681.0, 4663.0, 4690.0, 4662.0, 4668.0, 4674.0, 4663.0, 4673.0, 4651.0, 4671.0, 4661.0, 4671.0, 4662.0, 4680.0, 4665.0, 4713.0, 4665.0, 4681.0, 4665.0, 4641.0, 4673.0, 4652.0, 4681.0, 4674.0, 4684.0, 4676.0, 4714.0, 4674.0, 4653.0, 4673.0, 4655.0, 4684.0, 4674.0, 4694.0, 4677.0, 4675.0, 4687.0, 4665.0, 4694.0, 4665.0, 4684.0, 4674.0, 4682.0, 4676.0, 4692.0, 4674.0, 4671.0, 4662.0, 4632.0, 4672.0, 4655.0, 4673.0, 4663.0, 4681.0, 4664.0, 4701.0, 4663.0, 4694.0, 4675.0, 4663.0, 4673.0, 4641.0, 4683.0, 4665.0, 4684.0, 4662.0, 4681.0, 4660.0, 4680.0, 4663.0, 4692.0, 4664.0, 4693.0, 4674.0, 4653.0, 4673.0, 4653.0, 4673.0, 4664.0, 4693.0, 4687.0, 4694.0, 4674.0, 4692.0, 4673.0, 4701.0, 4663.0, 4680.0, 4673.0, 4663.0, 4682.0, 4661.0, 4669.0, 4672.0, 4680.0, 4675.0, 4702.0, 4663.0, 4651.0, 4673.0, 4652.0, 4681.0, 4664.0, 4691.0, 4675.0, 4713.0, 4674.0, 4671.0, 4671.0, 4651.0, 4673.0, 4653.0, 4672.0, 4673.0, 4684.0, 4675.0, 4711.0, 4662.0, 4652.0, 4673.0, 4654.0, 4684.0, 4676.0, 4697.0, 4689.0, 4695.0, 4686.0, 4715.0, 4677.0, 4692.0, 4675.0, 4723.0, 4676.0, 4700.0, 4661.0, 4670.0, 4663.0, 4650.0, 4663.0, 4649.0, 4665.0, 4671.0, 4662.0, 4641.0, 4671.0, 4641.0, 4672.0, 4664.0, 4684.0, 4676.0, 4694.0, 4698.0, 4683.0, 4676.0, 4667.0, 4697.0, 4677.0, 4686.0, 4687.0, 4705.0, 4676.0, 4696.0, 4688.0, 4675.0, 4687.0, 4655.0, 4692.0, 4675.0, 4693.0, 4675.0, 4675.0, 4684.0, 4663.0, 4692.0, 4664.0, 4682.0, 4664.0, 4664.0, 4681.0, 4663.0, 4690.0, 4662.0, 4651.0, 4673.0, 4664.0, 4684.0, 4652.0, 4681.0, 4662.0, 4699.0, 4663.0, 4672.0, 4670.0, 4662.0, 4671.0, 4671.0, 4690.0, 4663.0, 4682.0, 4663.0, 4653.0, 4671.0, 4673.0, 4682.0, 4675.0, 4705.0, 4674.0, 4663.0, 4683.0, 4652.0, 4681.0, 4672.0, 4703.0, 4675.0, 4662.0, 4673.0, 4654.0, 4683.0, 4674.0, 4704.0, 4676.0, 4682.0, 4683.0, 4653.0, 4673.0, 4665.0, 4701.0, 4664.0, 4653.0, 4675.0, 4666.0, 4684.0, 4675.0, 4683.0, 4673.0, 4661.0, 4663.0, 4653.0, 4683.0, 4677.0, 4685.0, 4674.0, 4693.0, 4675.0, 4652.0, 4665.0, 4665.0, 4695.0, 4665.0, 4683.0, 4674.0, 4712.0, 4674.0, 4654.0, 4676.0, 4666.0, 4686.0, 4677.0, 4705.0, 4685.0, 4655.0, 4677.0, 4667.0, 4697.0, 4668.0, 4684.0, 4686.0, 4714.0, 4673.0, 4692.0, 4675.0, 4684.0, 4685.0, 4663.0, 4683.0, 4653.0, 4682.0, 4664.0, 4693.0, 4676.0, 4694.0, 4673.0, 4654.0, 4675.0, 4665.0, 4696.0, 4678.0, 4695.0, 4685.0, 4693.0, 4675.0, 4652.0, 4683.0, 4665.0, 4685.0, 4675.0, 4683.0, 4674.0, 4682.0, 4665.0, 4673.0, 4676.0, 4663.0, 4673.0, 4652.0, 4681.0, 4650.0, 4669.0, 4652.0, 4682.0, 4663.0, 4680.0, 4671.0, 4672.0, 4663.0, 4652.0, 4674.0, 4664.0, 4686.0, 4686.0, 4695.0, 4686.0, 4692.0, 4675.0, 4643.0, 4672.0, 4653.0, 4685.0, 4673.0, 4672.0, 4650.0, 4680.0, 4662.0, 4669.0, 4663.0, 4654.0, 4686.0, 4675.0, 4673.0, 4675.0, 4694.0, 4673.0, 4655.0, 4696.0, 4676.0, 4685.0, 4675.0, 4695.0, 4674.0, 4704.0, 4686.0, 4724.0, 4685.0, 4674.0, 4673.0, 4652.0, 4675.0, 4664.0, 4682.0, 4662.0, 4683.0, 4663.0, 4691.0, 4676.0, 4675.0, 4683.0, 4663.0, 4683.0, 4664.0, 4703.0, 4678.0, 4685.0, 4685.0, 4675.0, 4684.0, 4675.0, 4693.0, 4686.0, 4694.0, 4695.0, 4691.0, 4672.0, 4649.0, 4673.0, 4662.0, 4681.0, 4650.0, 4680.0, 4661.0, 4680.0, 4663.0, 4691.0, 4671.0, 4649.0, 4671.0, 4649.0, 4682.0, 4673.0, 4700.0, 4671.0, 4650.0, 4673.0, 4652.0, 4683.0, 4674.0, 4691.0, 4684.0, 4681.0, 4660.0, 4651.0, 4681.0, 4663.0, 4683.0, 4671.0, 4680.0, 4670.0, 4660.0, 4661.0, 4651.0, 4673.0, 4654.0, 4681.0, 4672.0, 4680.0, 4661.0, 4640.0, 4681.0, 4662.0, 4683.0, 4662.0, 4679.0, 4662.0, 4679.0, 4661.0, 4650.0, 4672.0, 4653.0, 4675.0, 4665.0, 4684.0, 4663.0, 4680.0, 4663.0, 4671.0, 4675.0, 4657.0, 4686.0, 4666.0, 4684.0, 4687.0, 4706.0, 4689.0, 4669.0, 4688.0, 4677.0, 4696.0, 4675.0, 4685.0, 4686.0, 4723.0, 4685.0, 4664.0, 4685.0, 4654.0, 4684.0, 4674.0, 4715.0, 4697.0, 4685.0, 4695.0, 4663.0, 4681.0, 4674.0, 4702.0, 4685.0, 4684.0, 4685.0, 4664.0, 4682.0, 4674.0, 4704.0, 4685.0, 4674.0, 4684.0, 4663.0, 4681.0, 4674.0, 4661.0, 4662.0, 4665.0, 4686.0, 4663.0, 4682.0, 4672.0, 4641.0, 4682.0, 4651.0, 4684.0, 4684.0, 4691.0, 4684.0, 4651.0, 4681.0, 4651.0, 4670.0, 4665.0, 4682.0, 4672.0, 4699.0, 4659.0, 4638.0, 4660.0, 4649.0, 4669.0, 4650.0, 4668.0, 4659.0, 4659.0, 4660.0, 4652.0, 4674.0, 4662.0, 4682.0, 4663.0, 4670.0, 4661.0, 4651.0, 4683.0, 4672.0, 4681.0, 4671.0, 4689.0, 4661.0, 4660.0, 4662.0, 4659.0, 4670.0, 4660.0, 4670.0, 4660.0, 4671.0, 4661.0, 4660.0, 4672.0, 4661.0, 4678.0, 4662.0, 4670.0, 4672.0, 4661.0, 4670.0, 4670.0, 4689.0, 4663.0, 4662.0, 4682.0, 4671.0, 4670.0, 4662.0, 4700.0, 4663.0, 4663.0, 4681.0, 4650.0, 4671.0, 4670.0, 4699.0, 4663.0, 4661.0, 4681.0, 4652.0, 4670.0, 4662.0, 4691.0, 4673.0, 4662.0, 4681.0, 4660.0, 4669.0, 4661.0, 4678.0, 4661.0, 4651.0, 4670.0, 4641.0, 4670.0], 'WindowWidth': [10344.0, 10273.0, 10288.0, 10269.0, 10276.0, 10260.0, 10280.0, 10242.0, 10196.0, 10237.0, 10196.0, 10253.0, 10229.0, 10251.0, 10238.0, 10262.0, 10240.0, 10237.0, 10245.0, 10211.0, 10257.0, 10227.0, 10252.0, 10242.0, 10281.0, 10263.0, 10239.0, 10276.0, 10236.0, 10270.0, 10249.0, 10270.0, 10265.0, 10239.0, 10274.0, 10260.0, 10285.0, 10263.0, 10218.0, 10273.0, 10219.0, 10257.0, 10260.0, 10267.0, 10256.0, 10209.0, 10261.0, 10211.0, 10249.0, 10258.0, 10292.0, 10241.0, 10208.0, 10249.0, 10221.0, 10250.0, 10242.0, 10291.0, 10237.0, 10207.0, 10247.0, 10222.0, 10249.0, 10243.0, 10262.0, 10238.0, 10216.0, 10235.0, 10203.0, 10230.0, 10205.0, 10250.0, 10241.0, 10261.0, 10235.0, 10189.0, 10235.0, 10208.0, 10234.0, 10259.0, 10268.0, 10256.0, 10247.0, 10255.0, 10213.0, 10251.0, 10257.0, 10296.0, 10262.0, 10242.0, 10273.0, 10240.0, 10253.0, 10244.0, 10238.0, 10242.0, 10223.0, 10269.0, 10256.0, 10266.0, 10241.0, 10208.0, 10248.0, 10222.0, 10246.0, 10237.0, 10258.0, 10236.0, 10220.0, 10245.0, 10231.0, 10271.0, 10236.0, 10206.0, 10234.0, 10205.0, 10251.0, 10208.0, 10245.0, 10231.0, 10266.0, 10216.0, 10184.0, 10235.0, 10203.0, 10232.0, 10205.0, 10230.0, 10237.0, 10275.0, 10245.0, 10227.0, 10268.0, 10225.0, 10249.0, 10259.0, 10299.0, 10260.0, 10214.0, 10255.0, 10241.0, 10263.0, 10259.0, 10296.0, 10258.0, 10223.0, 10250.0, 10249.0, 10258.0, 10245.0, 10240.0, 10266.0, 10235.0, 10244.0, 10231.0, 10254.0, 10240.0, 10220.0, 10247.0, 10230.0, 10249.0, 10213.0, 10185.0, 10247.0, 10221.0, 10230.0, 10229.0, 10184.0, 10240.0, 10201.0, 10243.0, 10250.0, 10268.0, 10230.0, 10204.0, 10226.0, 10233.0, 10257.0, 10237.0, 10219.0, 10234.0, 10246.0, 10256.0, 10222.0, 10229.0, 10241.0, 10221.0, 10260.0, 10205.0, 10226.0, 10225.0, 10253.0, 10235.0, 10212.0, 10239.0, 10197.0, 10220.0, 10227.0, 10212.0, 10219.0, 10196.0, 10248.0, 10223.0, 10242.0, 10219.0, 10212.0, 10215.0, 10175.0, 10242.0, 10218.0, 10245.0, 10232.0, 10238.0, 10213.0, 10208.0, 10214.0, 10174.0, 10231.0, 10201.0, 10226.0, 10194.0, 10219.0, 10211.0, 10210.0, 10216.0, 10190.0, 10238.0, 10213.0, 10234.0, 10247.0, 10258.0, 10228.0, 10232.0, 10242.0, 10231.0, 10256.0, 10225.0, 10251.0, 10232.0, 10245.0, 10236.0, 10245.0, 10235.0, 10265.0, 10219.0, 10194.0, 10213.0, 10184.0, 10217.0, 10191.0, 10244.0, 10216.0, 10228.0, 10228.0, 10246.0, 10216.0, 10197.0, 10221.0, 10193.0, 10241.0, 10222.0, 10248.0, 10203.0, 10243.0, 10229.0, 10237.0, 10218.0, 10266.0, 10234.0, 10255.0, 10230.0, 10195.0, 10224.0, 10170.0, 10241.0, 10197.0, 10226.0, 10198.0, 10240.0, 10202.0, 10222.0, 10223.0, 10237.0, 10216.0, 10224.0, 10220.0, 10182.0, 10225.0, 10194.0, 10235.0, 10203.0, 10231.0, 10202.0, 10243.0, 10222.0, 10241.0, 10224.0, 10267.0, 10235.0, 10253.0, 10234.0, 10251.0, 10237.0, 10246.0, 10216.0, 10181.0, 10224.0, 10194.0, 10223.0, 10227.0, 10256.0, 10240.0, 10236.0, 10237.0, 10211.0, 10247.0, 10229.0, 10248.0, 10245.0, 10213.0, 10261.0, 10245.0, 10272.0, 10210.0, 10248.0, 10234.0, 10254.0, 10222.0, 10252.0, 10236.0, 10215.0, 10239.0, 10194.0, 10219.0, 10212.0, 10234.0, 10219.0, 10202.0, 10240.0, 10196.0, 10222.0, 10211.0, 10247.0, 10214.0, 10214.0, 10232.0, 10198.0, 10226.0, 10197.0, 10223.0, 10210.0, 10242.0, 10228.0, 10250.0, 10213.0, 10168.0, 10210.0, 10182.0, 10240.0, 10218.0, 10225.0, 10228.0, 10234.0, 10215.0, 10236.0, 10219.0, 10189.0, 10222.0, 10205.0, 10242.0, 10190.0, 10242.0, 10218.0, 10253.0, 10240.0, 10274.0, 10237.0, 10199.0, 10230.0, 10185.0, 10229.0, 10206.0, 10245.0, 10213.0, 10227.0, 10209.0, 10222.0, 10222.0, 10239.0, 10230.0, 10234.0, 10216.0, 10203.0, 10211.0, 10188.0, 10232.0, 10205.0, 10226.0, 10200.0, 10223.0, 10213.0, 10236.0, 10217.0, 10263.0, 10223.0, 10257.0, 10233.0, 10213.0, 10218.0, 10184.0, 10226.0, 10201.0, 10224.0, 10215.0, 10247.0, 10240.0, 10256.0, 10221.0, 10190.0, 10243.0, 10205.0, 10230.0, 10247.0, 10251.0, 10242.0, 10272.0, 10235.0, 10212.0, 10219.0, 10190.0, 10234.0, 10226.0, 10251.0, 10209.0, 10240.0, 10219.0, 10268.0, 10240.0, 10203.0, 10239.0, 10209.0, 10251.0, 10210.0, 10267.0, 10240.0, 10252.0, 10203.0, 10240.0, 10227.0, 10235.0, 10213.0, 10251.0, 10224.0, 10267.0, 10214.0, 10182.0, 10228.0, 10182.0, 10226.0, 10200.0, 10229.0, 10231.0, 10236.0, 10232.0, 10187.0, 10230.0, 10209.0, 10231.0, 10242.0, 10282.0, 10257.0, 10237.0, 10254.0, 10210.0, 10247.0, 10250.0, 10265.0, 10258.0, 10285.0, 10237.0, 10192.0, 10234.0, 10191.0, 10263.0, 10222.0, 10244.0, 10227.0, 10236.0, 10216.0, 10248.0, 10214.0, 10217.0, 10234.0, 10218.0, 10231.0, 10197.0, 10225.0, 10211.0, 10225.0, 10216.0, 10236.0, 10222.0, 10287.0, 10225.0, 10238.0, 10219.0, 10186.0, 10231.0, 10201.0, 10240.0, 10232.0, 10249.0, 10243.0, 10288.0, 10236.0, 10204.0, 10231.0, 10209.0, 10246.0, 10237.0, 10261.0, 10244.0, 10240.0, 10260.0, 10226.0, 10262.0, 10221.0, 10246.0, 10232.0, 10243.0, 10240.0, 10255.0, 10231.0, 10222.0, 10214.0, 10172.0, 10229.0, 10211.0, 10233.0, 10218.0, 10239.0, 10218.0, 10264.0, 10220.0, 10261.0, 10236.0, 10215.0, 10232.0, 10185.0, 10244.0, 10223.0, 10248.0, 10215.0, 10239.0, 10211.0, 10235.0, 10219.0, 10255.0, 10224.0, 10260.0, 10236.0, 10205.0, 10232.0, 10204.0, 10233.0, 10221.0, 10261.0, 10257.0, 10264.0, 10236.0, 10255.0, 10232.0, 10266.0, 10218.0, 10238.0, 10232.0, 10216.0, 10241.0, 10210.0, 10221.0, 10226.0, 10235.0, 10237.0, 10270.0, 10219.0, 10199.0, 10231.0, 10200.0, 10239.0, 10220.0, 10253.0, 10237.0, 10288.0, 10236.0, 10226.0, 10227.0, 10198.0, 10230.0, 10202.0, 10227.0, 10232.0, 10249.0, 10237.0, 10281.0, 10216.0, 10201.0, 10234.0, 10208.0, 10249.0, 10241.0, 10274.0, 10265.0, 10266.0, 10254.0, 10291.0, 10245.0, 10257.0, 10240.0, 10303.0, 10239.0, 10264.0, 10214.0, 10221.0, 10217.0, 10195.0, 10218.0, 10195.0, 10224.0, 10228.0, 10215.0, 10183.0, 10227.0, 10185.0, 10230.0, 10223.0, 10250.0, 10244.0, 10264.0, 10275.0, 10248.0, 10243.0, 10234.0, 10275.0, 10246.0, 10255.0, 10256.0, 10278.0, 10241.0, 10267.0, 10263.0, 10240.0, 10256.0, 10210.0, 10257.0, 10236.0, 10260.0, 10240.0, 10236.0, 10247.0, 10218.0, 10255.0, 10220.0, 10243.0, 10222.0, 10219.0, 10240.0, 10217.0, 10252.0, 10216.0, 10198.0, 10232.0, 10223.0, 10247.0, 10202.0, 10238.0, 10213.0, 10260.0, 10217.0, 10228.0, 10224.0, 10212.0, 10224.0, 10224.0, 10250.0, 10220.0, 10244.0, 10218.0, 10202.0, 10228.0, 10230.0, 10241.0, 10239.0, 10278.0, 10236.0, 10217.0, 10246.0, 10203.0, 10240.0, 10231.0, 10275.0, 10239.0, 10218.0, 10233.0, 10207.0, 10245.0, 10236.0, 10276.0, 10241.0, 10243.0, 10245.0, 10204.0, 10231.0, 10224.0, 10268.0, 10224.0, 10205.0, 10239.0, 10227.0, 10251.0, 10239.0, 10244.0, 10231.0, 10212.0, 10218.0, 10205.0, 10247.0, 10243.0, 10252.0, 10236.0, 10259.0, 10238.0, 10202.0, 10223.0, 10228.0, 10267.0, 10226.0, 10246.0, 10235.0, 10283.0, 10235.0, 10208.0, 10241.0, 10231.0, 10256.0, 10243.0, 10278.0, 10254.0, 10213.0, 10244.0, 10233.0, 10276.0, 10234.0, 10251.0, 10254.0, 10289.0, 10235.0, 10256.0, 10238.0, 10249.0, 10251.0, 10218.0, 10245.0, 10204.0, 10242.0, 10220.0, 10260.0, 10243.0, 10261.0, 10234.0, 10208.0, 10238.0, 10225.0, 10268.0, 10248.0, 10266.0, 10252.0, 10259.0, 10239.0, 10202.0, 10247.0, 10227.0, 10251.0, 10237.0, 10245.0, 10235.0, 10243.0, 10223.0, 10234.0, 10241.0, 10218.0, 10233.0, 10200.0, 10240.0, 10197.0, 10222.0, 10199.0, 10243.0, 10218.0, 10235.0, 10225.0, 10225.0, 10217.0, 10203.0, 10235.0, 10221.0, 10255.0, 10257.0, 10263.0, 10254.0, 10255.0, 10236.0, 10189.0, 10230.0, 10204.0, 10251.0, 10232.0, 10229.0, 10195.0, 10234.0, 10215.0, 10220.0, 10218.0, 10208.0, 10256.0, 10239.0, 10233.0, 10238.0, 10261.0, 10235.0, 10210.0, 10269.0, 10244.0, 10252.0, 10237.0, 10264.0, 10237.0, 10276.0, 10257.0, 10303.0, 10251.0, 10232.0, 10232.0, 10200.0, 10238.0, 10223.0, 10243.0, 10217.0, 10244.0, 10219.0, 10256.0, 10240.0, 10237.0, 10247.0, 10219.0, 10246.0, 10222.0, 10273.0, 10247.0, 10255.0, 10255.0, 10239.0, 10250.0, 10238.0, 10261.0, 10257.0, 10263.0, 10265.0, 10253.0, 10230.0, 10193.0, 10232.0, 10215.0, 10240.0, 10196.0, 10236.0, 10211.0, 10236.0, 10220.0, 10253.0, 10227.0, 10194.0, 10225.0, 10194.0, 10242.0, 10233.0, 10266.0, 10228.0, 10198.0, 10232.0, 10202.0, 10246.0, 10236.0, 10255.0, 10247.0, 10237.0, 10210.0, 10196.0, 10239.0, 10218.0, 10244.0, 10228.0, 10235.0, 10224.0, 10206.0, 10212.0, 10199.0, 10231.0, 10207.0, 10240.0, 10228.0, 10236.0, 10211.0, 10182.0, 10241.0, 10218.0, 10245.0, 10214.0, 10233.0, 10215.0, 10234.0, 10215.0, 10198.0, 10232.0, 10204.0, 10238.0, 10226.0, 10248.0, 10220.0, 10239.0, 10221.0, 10227.0, 10238.0, 10219.0, 10257.0, 10231.0, 10254.0, 10259.0, 10282.0, 10264.0, 10238.0, 10265.0, 10245.0, 10271.0, 10241.0, 10250.0, 10256.0, 10303.0, 10254.0, 10221.0, 10250.0, 10207.0, 10247.0, 10236.0, 10294.0, 10273.0, 10251.0, 10267.0, 10218.0, 10242.0, 10234.0, 10273.0, 10252.0, 10248.0, 10253.0, 10223.0, 10244.0, 10236.0, 10275.0, 10255.0, 10238.0, 10249.0, 10218.0, 10241.0, 10233.0, 10212.0, 10218.0, 10225.0, 10255.0, 10220.0, 10242.0, 10229.0, 10185.0, 10242.0, 10201.0, 10249.0, 10249.0, 10254.0, 10249.0, 10198.0, 10239.0, 10198.0, 10225.0, 10223.0, 10242.0, 10229.0, 10260.0, 10206.0, 10175.0, 10207.0, 10194.0, 10222.0, 10194.0, 10217.0, 10206.0, 10205.0, 10210.0, 10205.0, 10235.0, 10217.0, 10243.0, 10218.0, 10223.0, 10213.0, 10200.0, 10246.0, 10230.0, 10238.0, 10225.0, 10246.0, 10209.0, 10207.0, 10213.0, 10206.0, 10222.0, 10208.0, 10221.0, 10210.0, 10225.0, 10214.0, 10210.0, 10228.0, 10212.0, 10231.0, 10213.0, 10224.0, 10229.0, 10212.0, 10223.0, 10223.0, 10246.0, 10218.0, 10215.0, 10242.0, 10226.0, 10224.0, 10214.0, 10264.0, 10219.0, 10216.0, 10239.0, 10196.0, 10224.0, 10223.0, 10262.0, 10219.0, 10212.0, 10241.0, 10198.0, 10221.0, 10214.0, 10251.0, 10232.0, 10215.0, 10239.0, 10209.0, 10219.0, 10211.0, 10230.0, 10214.0, 10199.0, 10223.0, 10185.0, 10222.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.00020996265172735763</td></tr>
<tr><td colspan=3>aqi</td><td>0.01867779355742297</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.747289960663515</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2214665104953246</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942334885887857</td></tr>
<tr><td colspan=3>efc</td><td>0.4886</td></tr>
<tr><td colspan=3>fber</td><td>6002.3125</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06649407990456117</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.09337068160597572</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5072700998786677</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.453171577875468</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.751383207129185</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3172555146313507</td></tr>
<tr><td colspan=3>gcor</td><td>0.00703055</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013154907152056694</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0359022431075573</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.111723058472123</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.7807</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7655</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.6019</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293708.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.0693</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8533</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.9779</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3852.6707</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82836.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.1986</td></tr>
<tr><td colspan=3>tsnr</td><td>46.1028912588954</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>