ds005256-mriqc/sub-0074_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 7f5cfdd469 [DATALAD RUNCMD] Compute MRIQC for sub-0074
=== 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-0074 --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-0074",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:04:41 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0074_ses-02_task-narratives_acq-mb8_run-02_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-0074_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0074_suffix-bold_task-narratives" 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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0074_suffix-bold_task-narratives" 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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0074_suffix-bold_task-narratives" 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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0074_suffix-bold_task-narratives" 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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0074_suffix-bold_task-narratives" 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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0074_suffix-bold_task-narratives" 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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0074_suffix-bold_task-narratives" 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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_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-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-02_task-narratives_acq-mb8_run-02_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-0074/ses-02/func/sub-0074_ses-02_task-narratives_acq-mb8_run-02_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>5bd374058a269850e801ba19306e1793</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>19:05:36.510000</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.991435, -0.0949516, 0.0896682, 0.0827304, 0.987877, 0.131359]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_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.0973258</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-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7220, 615, -135, -238, -38, 63]</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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3bff592b-a804-497d-8c41-77a9ac8e6a02||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.6599483489990234, 0.22195950150489807, 0.2728453278541565, 96.20130157470703], [0.25474825501441956, 2.6504011154174805, 0.33160197734832764, -114.30896759033203], [0.24057310819625854, -0.3524262607097626, 2.6656322479248047, -50.316139221191406], [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, 1098]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['190536.510000', '190536.970000', '190537.430000', '190537.890000', '190538.350000', '190538.810000', '190539.270000', '190539.730000', '190540.190000', '190540.650000', '190541.110000', '190541.570000', '190542.030000', '190542.490000', '190542.950000', '190543.410000', '190543.870000', '190544.330000', '190544.790000', '190545.250000', '190545.710000', '190546.170000', '190546.630000', '190547.090000', '190547.550000', '190548.010000', '190548.470000', '190548.930000', '190549.390000', '190549.850000', '190550.310000', '190550.770000', '190551.230000', '190551.690000', '190552.150000', '190552.610000', '190553.070000', '190553.530000', '190553.990000', '190554.450000', '190554.910000', '190555.370000', '190555.830000', '190556.290000', '190556.750000', '190557.210000', '190557.670000', '190558.130000', '190558.590000', '190559.050000', '190559.510000', '190559.970000', '190600.430000', '190600.890000', '190601.350000', '190601.810000', '190602.270000', '190602.730000', '190603.190000', '190603.650000', '190604.110000', '190604.570000', '190605.030000', '190605.490000', '190605.950000', '190606.410000', '190606.870000', '190607.330000', '190607.790000', '190608.250000', '190608.710000', '190609.170000', '190609.630000', '190610.090000', '190610.550000', '190611.010000', '190611.470000', '190611.930000', '190612.390000', '190612.850000', '190613.310000', '190613.770000', '190614.230000', '190614.690000', '190615.150000', '190615.610000', '190616.070000', '190616.530000', '190616.990000', '190617.450000', '190617.910000', '190618.370000', '190618.830000', '190619.290000', '190619.750000', '190620.210000', '190620.670000', '190621.130000', '190621.590000', '190622.050000', '190622.510000', '190622.970000', '190623.430000', '190623.890000', '190624.350000', '190624.810000', '190625.270000', '190625.730000', '190626.190000', '190626.650000', '190627.110000', '190627.570000', '190628.030000', '190628.490000', '190628.950000', '190629.410000', '190629.870000', '190630.330000', '190630.790000', '190631.250000', '190631.710000', '190632.170000', '190632.630000', '190633.090000', '190633.550000', '190634.010000', '190634.470000', '190634.930000', '190635.390000', '190635.850000', '190636.310000', '190636.770000', '190637.230000', '190637.690000', '190638.150000', '190638.610000', '190639.070000', '190639.530000', '190639.990000', '190640.450000', '190640.910000', '190641.370000', '190641.830000', '190642.290000', '190642.750000', '190643.210000', '190643.670000', '190644.130000', '190644.590000', '190645.050000', '190645.510000', '190645.970000', '190646.430000', '190646.890000', '190647.350000', '190647.810000', '190648.270000', '190648.730000', '190649.190000', '190649.650000', '190650.110000', '190650.570000', '190651.030000', '190651.490000', '190651.950000', '190652.410000', '190652.870000', '190653.330000', '190653.790000', '190654.250000', '190654.710000', '190655.170000', '190655.630000', '190656.090000', '190656.550000', '190657.010000', '190657.470000', '190657.930000', '190658.390000', '190658.850000', '190659.310000', '190659.770000', '190700.230000', '190700.690000', '190701.150000', '190701.610000', '190702.070000', '190702.530000', '190702.990000', '190703.450000', '190703.910000', '190704.370000', '190704.830000', '190705.290000', '190705.750000', '190706.210000', '190706.670000', '190707.130000', '190707.590000', '190708.050000', '190708.510000', '190708.970000', '190709.430000', '190709.890000', '190710.350000', '190710.810000', '190711.270000', '190711.730000', '190712.190000', '190712.650000', '190713.110000', '190713.570000', '190714.030000', '190714.490000', '190714.950000', '190715.410000', '190715.870000', '190716.330000', '190716.790000', '190717.250000', '190717.710000', '190718.170000', '190718.630000', '190719.090000', '190719.550000', '190720.010000', '190720.470000', '190720.930000', '190721.390000', '190721.850000', '190722.310000', '190722.770000', '190723.230000', '190723.690000', '190724.150000', '190724.610000', '190725.070000', '190725.530000', '190725.990000', '190726.450000', '190726.910000', '190727.370000', '190727.830000', '190728.290000', '190728.750000', '190729.210000', '190729.670000', '190730.130000', '190730.590000', '190731.050000', '190731.510000', '190731.970000', '190732.430000', '190732.890000', '190733.350000', '190733.810000', '190734.270000', '190734.730000', '190735.190000', '190735.650000', '190736.110000', '190736.570000', '190737.030000', '190737.490000', '190737.950000', '190738.410000', '190738.870000', '190739.330000', '190739.790000', '190740.250000', '190740.710000', '190741.170000', '190741.630000', '190742.090000', '190742.550000', '190743.010000', '190743.470000', '190743.930000', '190744.390000', '190744.850000', '190745.310000', '190745.770000', '190746.230000', '190746.690000', '190747.150000', '190747.610000', '190748.070000', '190748.530000', '190748.990000', '190749.450000', '190749.910000', '190750.370000', '190750.830000', '190751.290000', '190751.750000', '190752.210000', '190752.670000', '190753.130000', '190753.590000', '190754.050000', '190754.510000', '190754.970000', '190755.430000', '190755.890000', '190756.350000', '190756.810000', '190757.270000', '190757.730000', '190758.190000', '190758.650000', '190759.110000', '190759.570000', '190800.030000', '190800.490000', '190800.950000', '190801.410000', '190801.870000', '190802.330000', '190802.790000', '190803.250000', '190803.710000', '190804.170000', '190804.630000', '190805.090000', '190805.550000', '190806.010000', '190806.470000', '190806.930000', '190807.390000', '190807.850000', '190808.310000', '190808.770000', '190809.230000', '190809.690000', '190810.150000', '190810.610000', '190811.070000', '190811.530000', '190811.990000', '190812.450000', '190812.910000', '190813.370000', '190813.830000', '190814.290000', '190814.750000', '190815.210000', '190815.670000', '190816.130000', '190816.590000', '190817.050000', '190817.510000', '190817.970000', '190818.430000', '190818.890000', '190819.350000', '190819.810000', '190820.270000', '190820.730000', '190821.190000', '190821.650000', '190822.110000', '190822.570000', '190823.030000', '190823.490000', '190823.950000', '190824.410000', '190824.870000', '190825.330000', '190825.790000', '190826.250000', '190826.710000', '190827.170000', '190827.630000', '190828.090000', '190828.550000', '190829.010000', '190829.470000', '190829.930000', '190830.390000', '190830.850000', '190831.310000', '190831.770000', '190832.230000', '190832.690000', '190833.150000', '190833.610000', '190834.070000', '190834.530000', '190834.990000', '190835.450000', '190835.910000', '190836.370000', '190836.830000', '190837.290000', '190837.750000', '190838.210000', '190838.670000', '190839.130000', '190839.590000', '190840.050000', '190840.510000', '190840.970000', '190841.430000', '190841.890000', '190842.350000', '190842.810000', '190843.270000', '190843.730000', '190844.190000', '190844.650000', '190845.110000', '190845.570000', '190846.030000', '190846.490000', '190846.950000', '190847.410000', '190847.870000', '190848.330000', '190848.790000', '190849.250000', '190849.710000', '190850.170000', '190850.630000', '190851.090000', '190851.550000', '190852.010000', '190852.470000', '190852.930000', '190853.390000', '190853.850000', '190854.310000', '190854.770000', '190855.230000', '190855.690000', '190856.150000', '190856.610000', '190857.070000', '190857.530000', '190857.990000', '190858.450000', '190858.910000', '190859.370000', '190859.830000', '190900.290000', '190900.750000', '190901.210000', '190901.670000', '190902.130000', '190902.590000', '190903.050000', '190903.510000', '190903.970000', '190904.430000', '190904.890000', '190905.350000', '190905.810000', '190906.270000', '190906.730000', '190907.190000', '190907.650000', '190908.110000', '190908.570000', '190909.030000', '190909.490000', '190909.950000', '190910.410000', '190910.870000', '190911.330000', '190911.790000', '190912.250000', '190912.710000', '190913.170000', '190913.630000', '190914.090000', '190914.550000', '190915.010000', '190915.470000', '190915.930000', '190916.390000', '190916.850000', '190917.310000', '190917.770000', '190918.230000', '190918.690000', '190919.150000', '190919.610000', '190920.070000', '190920.530000', '190920.990000', '190921.450000', '190921.910000', '190922.370000', '190922.830000', '190923.290000', '190923.750000', '190924.210000', '190924.670000', '190925.130000', '190925.590000', '190926.050000', '190926.510000', '190926.970000', '190927.430000', '190927.890000', '190928.350000', '190928.810000', '190929.270000', '190929.730000', '190930.190000', '190930.650000', '190931.110000', '190931.570000', '190932.030000', '190932.490000', '190932.950000', '190933.410000', '190933.870000', '190934.330000', '190934.790000', '190935.250000', '190935.710000', '190936.170000', '190936.630000', '190937.090000', '190937.550000', '190938.010000', '190938.470000', '190938.930000', '190939.390000', '190939.850000', '190940.310000', '190940.770000', '190941.230000', '190941.690000', '190942.150000', '190942.610000', '190943.070000', '190943.530000', '190943.990000', '190944.450000', '190944.910000', '190945.370000', '190945.830000', '190946.290000', '190946.750000', '190947.210000', '190947.670000', '190948.130000', '190948.590000', '190949.050000', '190949.510000', '190949.970000', '190950.430000', '190950.890000', '190951.350000', '190951.810000', '190952.270000', '190952.730000', '190953.190000', '190953.650000', '190954.110000', '190954.570000', '190955.030000', '190955.490000', '190955.950000', '190956.410000', '190956.870000', '190957.330000', '190957.790000', '190958.250000', '190958.710000', '190959.170000', '190959.630000', '191000.090000', '191000.550000', '191001.010000', '191001.470000', '191001.930000', '191002.390000', '191002.850000', '191003.310000', '191003.770000', '191004.230000', '191004.690000', '191005.150000', '191005.610000', '191006.070000', '191006.530000', '191006.990000', '191007.450000', '191007.910000', '191008.370000', '191008.830000', '191009.290000', '191009.750000', '191010.210000', '191010.670000', '191011.130000', '191011.590000', '191012.050000', '191012.510000', '191012.970000', '191013.430000', '191013.890000', '191014.350000', '191014.810000', '191015.270000', '191015.730000', '191016.190000', '191016.650000', '191017.110000', '191017.570000', '191018.030000', '191018.490000', '191018.950000', '191019.410000', '191019.870000', '191020.330000', '191020.790000', '191021.250000', '191021.710000', '191022.170000', '191022.630000', '191023.090000', '191023.550000', '191024.010000', '191024.470000', '191024.930000', '191025.390000', '191025.850000', '191026.310000', '191026.770000', '191027.230000', '191027.690000', '191028.150000', '191028.610000', '191029.070000', '191029.530000', '191029.990000', '191030.450000', '191030.910000', '191031.370000', '191031.830000', '191032.290000', '191032.750000', '191033.210000', '191033.670000', '191034.130000', '191034.590000', '191035.050000', '191035.510000', '191035.970000', '191036.430000', '191036.890000', '191037.350000', '191037.810000', '191038.270000', '191038.730000', '191039.190000', '191039.650000', '191040.110000', '191040.570000', '191041.030000', '191041.490000', '191041.950000', '191042.410000', '191042.870000', '191043.330000', '191043.790000', '191044.250000', '191044.710000', '191045.170000', '191045.630000', '191046.090000', '191046.550000', '191047.010000', '191047.470000', '191047.930000', '191048.390000', '191048.850000', '191049.310000', '191049.770000', '191050.230000', '191050.690000', '191051.150000', '191051.610000', '191052.070000', '191052.530000', '191052.990000', '191053.450000', '191053.910000', '191054.370000', '191054.830000', '191055.290000', '191055.750000', '191056.210000', '191056.670000', '191057.130000', '191057.590000', '191058.050000', '191058.510000', '191058.970000', '191059.430000', '191059.890000', '191100.350000', '191100.810000', '191101.270000', '191101.730000', '191102.190000', '191102.650000', '191103.110000', '191103.570000', '191104.030000', '191104.490000', '191104.950000', '191105.410000', '191105.870000', '191106.330000', '191106.790000', '191107.250000', '191107.710000', '191108.170000', '191108.630000', '191109.090000', '191109.550000', '191110.010000', '191110.470000', '191110.930000', '191111.390000', '191111.850000', '191112.310000', '191112.770000', '191113.230000', '191113.690000', '191114.150000', '191114.610000', '191115.070000', '191115.530000', '191115.990000', '191116.450000', '191116.910000', '191117.370000', '191117.830000', '191118.290000', '191118.750000', '191119.210000', '191119.670000', '191120.130000', '191120.590000', '191121.050000', '191121.510000', '191121.970000', '191122.430000', '191122.890000', '191123.350000', '191123.810000', '191124.270000', '191124.730000', '191125.190000', '191125.650000', '191126.110000', '191126.570000', '191127.030000', '191127.490000', '191127.950000', '191128.410000', '191128.870000', '191129.330000', '191129.790000', '191130.250000', '191130.710000', '191131.170000', '191131.630000', '191132.090000', '191132.550000', '191133.010000', '191133.470000', '191133.930000', '191134.390000', '191134.850000', '191135.310000', '191135.770000', '191136.230000', '191136.690000', '191137.150000', '191137.610000', '191138.070000', '191138.530000', '191138.990000', '191139.450000', '191139.910000', '191140.370000', '191140.830000', '191141.290000', '191141.750000', '191142.210000', '191142.670000', '191143.130000', '191143.590000', '191144.050000', '191144.510000', '191144.970000', '191145.430000', '191145.890000', '191146.350000', '191146.810000', '191147.270000', '191147.730000', '191148.190000', '191148.650000', '191149.110000', '191149.570000', '191150.030000', '191150.490000', '191150.950000', '191151.410000', '191151.870000', '191152.330000', '191152.790000', '191153.250000', '191153.710000', '191154.170000', '191154.630000', '191155.090000', '191155.550000', '191156.010000', '191156.470000', '191156.930000', '191157.390000', '191157.850000', '191158.310000', '191158.770000', '191159.230000', '191159.690000', '191200.150000', '191200.610000', '191201.070000', '191201.530000', '191201.990000', '191202.450000', '191202.910000', '191203.370000', '191203.830000', '191204.290000', '191204.750000', '191205.210000', '191205.670000', '191206.130000', '191206.590000', '191207.050000', '191207.510000', '191207.970000', '191208.430000', '191208.890000', '191209.350000', '191209.810000', '191210.270000', '191210.730000', '191211.190000', '191211.650000', '191212.110000', '191212.570000', '191213.030000', '191213.490000', '191213.950000', '191214.410000', '191214.870000', '191215.330000', '191215.790000', '191216.250000', '191216.710000', '191217.170000', '191217.630000', '191218.090000', '191218.550000', '191219.010000', '191219.470000', '191219.930000', '191220.390000', '191220.850000', '191221.310000', '191221.770000', '191222.230000', '191222.690000', '191223.150000', '191223.610000', '191224.070000', '191224.530000', '191224.990000', '191225.450000', '191225.910000', '191226.370000', '191226.830000', '191227.290000', '191227.750000', '191228.210000', '191228.670000', '191229.130000', '191229.590000', '191230.050000', '191230.510000', '191230.970000', '191231.430000', '191231.890000', '191232.350000', '191232.810000', '191233.270000', '191233.730000', '191234.190000', '191234.650000', '191235.110000', '191235.570000', '191236.030000', '191236.490000', '191236.950000', '191237.410000', '191237.870000', '191238.330000', '191238.790000', '191239.250000', '191239.710000', '191240.170000', '191240.630000', '191241.090000', '191241.550000', '191242.010000', '191242.470000', '191242.930000', '191243.390000', '191243.850000', '191244.310000', '191244.770000', '191245.230000', '191245.690000', '191246.150000', '191246.610000', '191247.070000', '191247.530000', '191247.990000', '191248.450000', '191248.910000', '191249.370000', '191249.830000', '191250.290000', '191250.750000', '191251.210000', '191251.670000', '191252.130000', '191252.590000', '191253.050000', '191253.510000', '191253.970000', '191254.430000', '191254.890000', '191255.350000', '191255.810000', '191256.270000', '191256.730000', '191257.190000', '191257.650000', '191258.110000', '191258.570000', '191259.030000', '191259.490000', '191259.950000', '191300.410000', '191300.870000', '191301.330000', '191301.790000', '191302.250000', '191302.710000', '191303.170000', '191303.630000', '191304.090000', '191304.550000', '191305.010000', '191305.470000', '191305.930000', '191306.390000', '191306.850000', '191307.310000', '191307.770000', '191308.230000', '191308.690000', '191309.150000', '191309.610000', '191310.070000', '191310.530000', '191310.990000', '191311.450000', '191311.910000', '191312.370000', '191312.830000', '191313.290000', '191313.750000', '191314.210000', '191314.670000', '191315.130000', '191315.590000', '191316.050000', '191316.510000', '191316.970000', '191317.430000', '191317.890000', '191318.350000', '191318.810000', '191319.270000', '191319.730000', '191320.190000', '191320.650000', '191321.110000', '191321.570000', '191322.030000', '191322.490000', '191322.950000', '191323.410000', '191323.870000', '191324.330000', '191324.790000', '191325.250000', '191325.710000', '191326.170000', '191326.630000', '191327.090000', '191327.550000', '191328.010000', '191328.470000', '191328.930000', '191329.390000', '191329.850000', '191330.310000', '191330.770000', '191331.230000', '191331.690000', '191332.150000', '191332.610000', '191333.070000', '191333.530000', '191333.990000', '191334.450000', '191334.910000', '191335.370000', '191335.830000', '191336.290000', '191336.750000', '191337.210000', '191337.670000', '191338.130000', '191338.590000', '191339.050000', '191339.510000', '191339.970000', '191340.430000', '191340.890000', '191341.350000', '191341.810000', '191342.270000', '191342.730000', '191343.190000', '191343.650000', '191344.110000', '191344.570000', '191345.030000', '191345.490000', '191345.950000', '191346.410000', '191346.870000', '191347.330000', '191347.790000', '191348.250000', '191348.710000', '191349.170000', '191349.630000', '191350.090000', '191350.550000', '191351.010000', '191351.470000', '191351.930000', '191352.390000', '191352.850000', '191353.310000', '191353.770000', '191354.230000', '191354.690000', '191355.150000', '191355.610000', '191356.070000', '191356.530000', '191356.990000', '191357.450000', '191357.910000', '191358.370000', '191358.830000', '191359.290000', '191359.750000', '191400.210000', '191400.670000', '191401.130000'], 'ContentTime': ['190556.416000', '190556.419000', '190556.422000', '190556.424000', '190556.427000', '190556.429000', '190556.432000', '190556.435000', '190556.437000', '190556.440000', '190556.442000', '190556.445000', '190556.447000', '190556.450000', '190556.453000', '190556.455000', '190556.458000', '190556.460000', '190556.463000', '190556.465000', '190556.468000', '190556.470000', '190556.473000', '190556.476000', '190556.478000', '190556.487000', '190556.489000', '190556.492000', '190556.495000', '190556.497000', '190556.500000', '190556.502000', '190556.505000', '190556.507000', '190556.510000', '190556.513000', '190556.515000', '190556.518000', '190556.520000', '190556.523000', '190616.390000', '190616.393000', '190616.396000', '190616.398000', '190616.401000', '190616.403000', '190616.406000', '190616.409000', '190616.411000', '190616.414000', '190616.416000', '190616.419000', '190616.421000', '190616.424000', '190616.426000', '190616.429000', '190616.431000', '190616.434000', '190616.437000', '190616.439000', '190616.442000', '190616.444000', '190616.447000', '190616.449000', '190616.452000', '190616.454000', '190616.457000', '190616.460000', '190616.462000', '190616.465000', '190616.467000', '190616.470000', '190616.472000', '190616.475000', '190616.478000', '190616.480000', '190616.483000', '190616.485000', '190616.488000', '190616.490000', '190616.493000', '190616.495000', '190616.498000', '190616.500000', '190636.391000', '190636.394000', '190636.397000', '190636.405000', '190636.407000', '190636.410000', '190636.413000', '190636.415000', '190636.418000', '190636.420000', '190636.423000', '190636.425000', '190636.428000', '190636.430000', '190636.433000', '190636.436000', '190636.438000', '190636.441000', '190636.443000', '190636.446000', '190636.448000', '190636.451000', '190636.453000', '190636.456000', '190636.458000', '190636.461000', '190636.464000', '190636.466000', '190636.469000', '190636.471000', '190636.474000', '190636.476000', '190636.479000', '190636.482000', '190636.484000', '190636.487000', '190636.489000', '190636.492000', '190636.494000', '190636.497000', '190636.499000', '190636.502000', '190636.505000', '190656.392000', '190656.394000', '190656.397000', '190656.400000', '190656.402000', '190656.405000', '190656.407000', '190656.410000', '190656.412000', '190656.415000', '190656.417000', '190656.420000', '190656.422000', '190656.425000', '190656.428000', '190656.430000', '190656.433000', '190656.435000', '190656.438000', '190656.440000', '190656.443000', '190656.445000', '190656.448000', '190656.451000', '190656.453000', '190656.456000', '190656.458000', '190656.461000', '190656.463000', '190656.466000', '190656.468000', '190656.471000', '190656.474000', '190656.476000', '190656.479000', '190656.481000', '190656.484000', '190656.486000', '190656.489000', '190656.491000', '190656.494000', '190656.496000', '190656.513000', '190656.515000', '190716.391000', '190716.394000', '190716.397000', '190716.399000', '190716.402000', '190716.404000', '190716.407000', '190716.410000', '190716.412000', '190716.415000', '190716.417000', '190716.420000', '190716.422000', '190716.425000', '190716.428000', '190716.430000', '190716.433000', '190716.435000', '190716.438000', '190716.440000', '190716.443000', '190716.446000', '190716.448000', '190716.451000', '190716.453000', '190716.456000', '190716.458000', '190716.461000', '190716.464000', '190716.466000', '190716.469000', '190716.471000', '190716.474000', '190716.477000', '190716.479000', '190716.482000', '190716.484000', '190716.487000', '190716.489000', '190716.492000', '190716.495000', '190716.497000', '190716.500000', '190736.392000', '190736.394000', '190736.397000', '190736.399000', '190736.402000', '190736.406000', '190736.409000', '190736.412000', '190736.414000', '190736.417000', '190736.419000', '190736.422000', '190736.424000', '190736.427000', '190736.429000', '190736.432000', '190736.435000', '190736.437000', '190736.440000', '190736.442000', '190736.445000', '190736.447000', '190736.450000', '190736.453000', '190736.455000', '190736.458000', '190736.461000', '190736.463000', '190736.466000', '190736.469000', '190736.471000', '190736.474000', '190736.476000', '190736.479000', '190736.481000', '190736.484000', '190736.487000', '190736.497000', '190736.500000', '190736.502000', '190736.505000', '190736.507000', '190736.510000', '190736.513000', '190756.391000', '190756.394000', '190756.397000', '190756.399000', '190756.402000', '190756.405000', '190756.407000', '190756.410000', '190756.412000', '190756.415000', '190756.417000', '190756.420000', '190756.423000', '190756.425000', '190756.428000', '190756.430000', '190756.433000', '190756.435000', '190756.438000', '190756.441000', '190756.443000', '190756.446000', '190756.448000', '190756.451000', '190756.453000', '190756.456000', '190756.459000', '190756.461000', '190756.464000', '190756.466000', '190756.469000', '190756.472000', '190756.474000', '190756.477000', '190756.479000', '190756.482000', '190756.484000', '190756.487000', '190756.490000', '190756.492000', '190756.495000', '190756.497000', '190756.500000', '190816.392000', '190816.394000', '190816.397000', '190816.399000', '190816.402000', '190816.405000', '190816.407000', '190816.410000', '190816.412000', '190816.415000', '190816.418000', '190816.420000', '190816.423000', '190816.425000', '190816.428000', '190816.430000', '190816.433000', '190816.436000', '190816.438000', '190816.441000', '190816.443000', '190816.446000', '190816.448000', '190816.451000', '190816.454000', '190816.456000', '190816.459000', '190816.461000', '190816.464000', '190816.467000', '190816.469000', '190816.472000', '190816.474000', '190816.477000', '190816.479000', '190816.482000', '190816.485000', '190816.487000', '190816.490000', '190816.492000', '190816.495000', '190816.498000', '190816.500000', '190816.503000', '190836.390000', '190836.393000', '190836.396000', '190836.398000', '190836.401000', '190836.403000', '190836.406000', '190836.409000', '190836.411000', '190836.414000', '190836.417000', '190836.419000', '190836.422000', '190836.424000', '190836.427000', '190836.429000', '190836.432000', '190836.435000', '190836.437000', '190836.440000', '190836.442000', '190836.445000', '190836.447000', '190836.471000', '190836.474000', '190836.477000', '190836.479000', '190836.482000', '190836.484000', '190836.487000', '190836.489000', '190836.492000', '190836.495000', '190836.497000', '190836.500000', '190836.502000', '190836.505000', '190836.507000', '190836.510000', '190836.513000', '190836.515000', '190836.518000', '190836.520000', '190856.391000', '190856.394000', '190856.397000', '190856.400000', '190856.403000', '190856.406000', '190856.408000', '190856.411000', '190856.413000', '190856.416000', '190856.419000', '190856.421000', '190856.424000', '190856.426000', '190856.429000', '190856.431000', '190856.434000', '190856.437000', '190856.439000', '190856.443000', '190856.446000', '190856.448000', '190856.451000', '190856.454000', '190856.456000', '190856.459000', '190856.461000', '190856.464000', '190856.467000', '190856.469000', '190856.472000', '190856.474000', '190856.477000', '190856.479000', '190856.482000', '190856.484000', '190856.487000', '190856.490000', '190856.492000', '190856.495000', '190856.497000', '190856.500000', '190856.503000', '190916.391000', '190916.394000', '190916.397000', '190916.399000', '190916.402000', '190916.405000', '190916.407000', '190916.410000', '190916.412000', '190916.415000', '190916.418000', '190916.420000', '190916.423000', '190916.426000', '190916.428000', '190916.431000', '190916.433000', '190916.436000', '190916.438000', '190916.441000', '190916.444000', '190916.446000', '190916.449000', '190916.451000', '190916.454000', '190916.457000', '190916.459000', '190916.462000', '190916.464000', '190916.467000', '190916.469000', '190916.472000', '190916.474000', '190916.477000', '190916.480000', '190916.482000', '190916.485000', '190916.488000', '190916.490000', '190916.493000', '190916.495000', '190916.498000', '190916.501000', '190916.503000', '190936.391000', '190936.394000', '190936.397000', '190936.400000', '190936.402000', '190936.405000', '190936.408000', '190936.411000', '190936.414000', '190936.416000', '190936.419000', '190936.421000', '190936.424000', '190936.426000', '190936.429000', '190936.432000', '190936.434000', '190936.437000', '190936.439000', '190936.442000', '190936.444000', '190936.447000', '190936.450000', '190936.452000', '190936.455000', '190936.457000', '190936.460000', '190936.462000', '190936.465000', '190936.468000', '190936.470000', '190936.473000', '190936.475000', '190936.478000', '190936.481000', '190936.483000', '190936.486000', '190936.488000', '190936.491000', '190936.494000', '190936.496000', '190936.499000', '190936.501000', '190956.392000', '190956.394000', '190956.397000', '190956.400000', '190956.402000', '190956.405000', '190956.407000', '190956.410000', '190956.413000', '190956.415000', '190956.418000', '190956.420000', '190956.423000', '190956.425000', '190956.428000', '190956.431000', '190956.433000', '190956.436000', '190956.438000', '190956.441000', '190956.444000', '190956.446000', '190956.449000', '190956.451000', '190956.454000', '190956.457000', '190956.459000', '190956.462000', '190956.464000', '190956.467000', '190956.469000', '190956.472000', '190956.475000', '190956.477000', '190956.480000', '190956.483000', '190956.485000', '190956.488000', '190956.490000', '190956.493000', '190956.495000', '190956.498000', '190956.501000', '190956.503000', '191016.391000', '191016.394000', '191016.397000', '191016.400000', '191016.402000', '191016.444000', '191016.447000', '191016.449000', '191016.452000', '191016.455000', '191016.457000', '191016.460000', '191016.462000', '191016.465000', '191016.468000', '191016.470000', '191016.473000', '191016.475000', '191016.478000', '191016.481000', '191016.484000', '191016.487000', '191016.489000', '191016.492000', '191016.494000', '191016.497000', '191016.499000', '191016.502000', '191016.505000', '191016.507000', '191016.510000', '191016.512000', '191016.515000', '191016.518000', '191016.520000', '191016.523000', '191016.525000', '191016.528000', '191016.531000', '191016.533000', '191016.536000', '191016.539000', '191016.541000', '191036.391000', '191036.394000', '191036.397000', '191036.399000', '191036.402000', '191036.405000', '191036.407000', '191036.410000', '191036.412000', '191036.415000', '191036.417000', '191036.420000', '191036.423000', '191036.425000', '191036.428000', '191036.430000', '191036.433000', '191036.435000', '191036.438000', '191036.441000', '191036.443000', '191036.446000', '191036.448000', '191036.451000', '191036.454000', '191036.456000', '191036.459000', '191036.461000', '191036.464000', '191036.466000', '191036.469000', '191036.472000', '191036.474000', '191036.477000', '191036.479000', '191036.482000', '191036.485000', '191036.487000', '191036.490000', '191036.492000', '191036.495000', '191036.497000', '191036.500000', '191036.503000', '191056.390000', '191056.393000', '191056.396000', '191056.399000', '191056.401000', '191056.404000', '191056.406000', '191056.409000', '191056.411000', '191056.414000', '191056.417000', '191056.419000', '191056.422000', '191056.424000', '191056.427000', '191056.430000', '191056.432000', '191056.435000', '191056.437000', '191056.440000', '191056.443000', '191056.445000', '191056.448000', '191056.450000', '191056.453000', '191056.457000', '191056.460000', '191056.462000', '191056.465000', '191056.468000', '191056.470000', '191056.473000', '191056.475000', '191056.478000', '191056.481000', '191056.483000', '191056.486000', '191056.488000', '191056.491000', '191056.494000', '191056.496000', '191056.499000', '191056.501000', '191116.392000', '191116.394000', '191116.397000', '191116.400000', '191116.402000', '191116.405000', '191116.408000', '191116.410000', '191116.413000', '191116.415000', '191116.418000', '191116.421000', '191116.423000', '191116.426000', '191116.429000', '191116.431000', '191116.434000', '191116.436000', '191116.439000', '191116.442000', '191116.444000', '191116.447000', '191116.450000', '191116.452000', '191116.455000', '191116.457000', '191116.460000', '191116.462000', '191116.465000', '191116.468000', '191116.470000', '191116.473000', '191116.476000', '191116.478000', '191116.481000', '191116.483000', '191116.486000', '191116.489000', '191116.491000', '191116.494000', '191116.496000', '191116.499000', '191116.501000', '191116.504000', '191136.392000', '191136.394000', '191136.397000', '191136.400000', '191136.402000', '191136.405000', '191136.408000', '191136.410000', '191136.413000', '191136.415000', '191136.418000', '191136.420000', '191136.423000', '191136.425000', '191136.428000', '191136.456000', '191136.459000', '191136.462000', '191136.464000', '191136.467000', '191136.469000', '191136.472000', '191136.474000', '191136.477000', '191136.480000', '191136.482000', '191136.485000', '191136.487000', '191136.490000', '191136.492000', '191136.495000', '191136.498000', '191136.500000', '191136.503000', '191136.506000', '191136.509000', '191136.512000', '191136.515000', '191136.518000', '191136.520000', '191136.524000', '191136.526000', '191136.529000', '191156.391000', '191156.394000', '191156.397000', '191156.400000', '191156.402000', '191156.405000', '191156.408000', '191156.410000', '191156.413000', '191156.415000', '191156.418000', '191156.421000', '191156.423000', '191156.426000', '191156.428000', '191156.431000', '191156.434000', '191156.436000', '191156.439000', '191156.441000', '191156.444000', '191156.447000', '191156.449000', '191156.452000', '191156.454000', '191156.457000', '191156.459000', '191156.462000', '191156.465000', '191156.467000', '191156.470000', '191156.472000', '191156.475000', '191156.478000', '191156.480000', '191156.483000', '191156.485000', '191156.488000', '191156.491000', '191156.493000', '191156.496000', '191156.498000', '191156.501000', '191156.504000', '191216.391000', '191216.394000', '191216.397000', '191216.399000', '191216.402000', '191216.405000', '191216.407000', '191216.410000', '191216.412000', '191216.415000', '191216.417000', '191216.420000', '191216.423000', '191216.425000', '191216.428000', '191216.430000', '191216.433000', '191216.435000', '191216.438000', '191216.441000', '191216.443000', '191216.446000', '191216.448000', '191216.451000', '191216.453000', '191216.456000', '191216.459000', '191216.461000', '191216.464000', '191216.466000', '191216.469000', '191216.472000', '191216.474000', '191216.477000', '191216.479000', '191216.482000', '191216.485000', '191216.488000', '191216.490000', '191216.493000', '191216.496000', '191216.499000', '191216.501000', '191236.392000', '191236.394000', '191236.397000', '191236.400000', '191236.402000', '191236.405000', '191236.407000', '191236.410000', '191236.413000', '191236.415000', '191236.418000', '191236.420000', '191236.423000', '191236.426000', '191236.428000', '191236.431000', '191236.434000', '191236.436000', '191236.439000', '191236.441000', '191236.444000', '191236.446000', '191236.449000', '191236.452000', '191236.454000', '191236.457000', '191236.459000', '191236.462000', '191236.465000', '191236.467000', '191236.470000', '191236.472000', '191236.475000', '191236.478000', '191236.480000', '191236.483000', '191236.485000', '191236.488000', '191236.490000', '191236.493000', '191236.496000', '191236.498000', '191236.501000', '191236.504000', '191256.392000', '191256.394000', '191256.397000', '191256.400000', '191256.402000', '191256.405000', '191256.407000', '191256.410000', '191256.412000', '191256.415000', '191256.418000', '191256.420000', '191256.423000', '191256.426000', '191256.428000', '191256.431000', '191256.433000', '191256.436000', '191256.438000', '191256.441000', '191256.443000', '191256.446000', '191256.449000', '191256.451000', '191256.454000', '191256.456000', '191256.469000', '191256.472000', '191256.474000', '191256.477000', '191256.480000', '191256.482000', '191256.485000', '191256.487000', '191256.490000', '191256.492000', '191256.495000', '191256.498000', '191256.500000', '191256.503000', '191256.506000', '191256.508000', '191256.511000', '191316.391000', '191316.393000', '191316.396000', '191316.399000', '191316.401000', '191316.404000', '191316.406000', '191316.409000', '191316.412000', '191316.414000', '191316.417000', '191316.420000', '191316.422000', '191316.425000', '191316.427000', '191316.430000', '191316.433000', '191316.435000', '191316.438000', '191316.440000', '191316.443000', '191316.446000', '191316.448000', '191316.451000', '191316.453000', '191316.456000', '191316.459000', '191316.461000', '191316.464000', '191316.466000', '191316.469000', '191316.472000', '191316.474000', '191316.477000', '191316.479000', '191316.482000', '191316.484000', '191316.487000', '191316.490000', '191316.492000', '191316.495000', '191316.497000', '191316.500000', '191316.503000', '191336.392000', '191336.394000', '191336.397000', '191336.400000', '191336.402000', '191336.405000', '191336.408000', '191336.410000', '191336.413000', '191336.415000', '191336.418000', '191336.421000', '191336.423000', '191336.426000', '191336.428000', '191336.431000', '191336.434000', '191336.436000', '191336.439000', '191336.442000', '191336.444000', '191336.447000', '191336.449000', '191336.452000', '191336.454000', '191336.457000', '191336.460000', '191336.462000', '191336.465000', '191336.467000', '191336.470000', '191336.473000', '191336.475000', '191336.478000', '191336.480000', '191336.483000', '191336.486000', '191336.488000', '191336.491000', '191336.493000', '191336.496000', '191336.498000', '191336.501000', '191356.392000', '191356.394000', '191356.397000', '191356.400000', '191356.402000', '191356.405000', '191356.408000', '191356.410000', '191356.413000', '191356.415000', '191356.418000', '191356.421000', '191356.423000', '191356.426000', '191356.429000', '191356.431000', '191356.434000', '191356.436000', '191356.439000', '191356.442000', '191356.444000', '191356.447000', '191356.449000', '191356.452000', '191356.455000', '191356.457000', '191356.460000', '191356.462000', '191356.465000', '191356.468000', '191356.470000', '191356.473000', '191356.475000', '191356.478000', '191356.481000', '191356.483000', '191356.486000', '191356.488000', '191356.491000', '191356.494000', '191356.496000', '191356.499000', '191356.501000', '191356.504000', '191402.746000', '191402.749000', '191402.752000', '191402.755000', '191402.757000', '191402.760000', '191402.763000', '191402.765000', '191402.768000', '191402.771000', '191402.774000', '191402.776000', '191402.779000', '191402.782000'], 'InstanceCreationTime': ['190556.416000', '190556.419000', '190556.422000', '190556.424000', '190556.427000', '190556.429000', '190556.432000', '190556.435000', '190556.437000', '190556.440000', '190556.442000', '190556.445000', '190556.447000', '190556.450000', '190556.453000', '190556.455000', '190556.458000', '190556.460000', '190556.463000', '190556.465000', '190556.468000', '190556.470000', '190556.473000', '190556.476000', '190556.478000', '190556.487000', '190556.489000', '190556.492000', '190556.495000', '190556.497000', '190556.500000', '190556.502000', '190556.505000', '190556.507000', '190556.510000', '190556.513000', '190556.515000', '190556.518000', '190556.520000', '190556.523000', '190616.390000', '190616.393000', '190616.396000', '190616.398000', '190616.401000', '190616.403000', '190616.406000', '190616.409000', '190616.411000', '190616.414000', '190616.416000', '190616.419000', '190616.421000', '190616.424000', '190616.426000', '190616.429000', '190616.431000', '190616.434000', '190616.437000', '190616.439000', '190616.442000', '190616.444000', '190616.447000', '190616.449000', '190616.452000', '190616.454000', '190616.457000', '190616.460000', '190616.462000', '190616.465000', '190616.467000', '190616.470000', '190616.472000', '190616.475000', '190616.478000', '190616.480000', '190616.483000', '190616.485000', '190616.488000', '190616.490000', '190616.493000', '190616.495000', '190616.498000', '190616.500000', '190636.391000', '190636.394000', '190636.397000', '190636.405000', '190636.407000', '190636.410000', '190636.413000', '190636.415000', '190636.418000', '190636.420000', '190636.423000', '190636.425000', '190636.428000', '190636.430000', '190636.433000', '190636.436000', '190636.438000', '190636.441000', '190636.443000', '190636.446000', '190636.448000', '190636.451000', '190636.453000', '190636.456000', '190636.458000', '190636.461000', '190636.464000', '190636.466000', '190636.469000', '190636.471000', '190636.474000', '190636.476000', '190636.479000', '190636.482000', '190636.484000', '190636.487000', '190636.489000', '190636.492000', '190636.494000', '190636.497000', '190636.499000', '190636.502000', '190636.505000', '190656.392000', '190656.394000', '190656.397000', '190656.400000', '190656.402000', '190656.405000', '190656.407000', '190656.410000', '190656.412000', '190656.415000', '190656.417000', '190656.420000', '190656.422000', '190656.425000', '190656.428000', '190656.430000', '190656.433000', '190656.435000', '190656.438000', '190656.440000', '190656.443000', '190656.445000', '190656.448000', '190656.451000', '190656.453000', '190656.456000', '190656.458000', '190656.461000', '190656.463000', '190656.466000', '190656.468000', '190656.471000', '190656.474000', '190656.476000', '190656.479000', '190656.481000', '190656.484000', '190656.486000', '190656.489000', '190656.491000', '190656.494000', '190656.496000', '190656.513000', '190656.515000', '190716.391000', '190716.394000', '190716.397000', '190716.399000', '190716.402000', '190716.404000', '190716.407000', '190716.410000', '190716.412000', '190716.415000', '190716.417000', '190716.420000', '190716.422000', '190716.425000', '190716.428000', '190716.430000', '190716.433000', '190716.435000', '190716.438000', '190716.440000', '190716.443000', '190716.446000', '190716.448000', '190716.451000', '190716.453000', '190716.456000', '190716.458000', '190716.461000', '190716.464000', '190716.466000', '190716.469000', '190716.471000', '190716.474000', '190716.477000', '190716.479000', '190716.482000', '190716.484000', '190716.487000', '190716.489000', '190716.492000', '190716.495000', '190716.497000', '190716.500000', '190736.392000', '190736.394000', '190736.397000', '190736.399000', '190736.402000', '190736.406000', '190736.409000', '190736.412000', '190736.414000', '190736.417000', '190736.419000', '190736.422000', '190736.424000', '190736.427000', '190736.429000', '190736.432000', '190736.435000', '190736.437000', '190736.440000', '190736.442000', '190736.445000', '190736.447000', '190736.450000', '190736.453000', '190736.455000', '190736.458000', '190736.461000', '190736.463000', '190736.466000', '190736.469000', '190736.471000', '190736.474000', '190736.476000', '190736.479000', '190736.481000', '190736.484000', '190736.487000', '190736.497000', '190736.500000', '190736.502000', '190736.505000', '190736.507000', '190736.510000', '190736.513000', '190756.391000', '190756.394000', '190756.397000', '190756.399000', '190756.402000', '190756.405000', '190756.407000', '190756.410000', '190756.412000', '190756.415000', '190756.417000', '190756.420000', '190756.423000', '190756.425000', '190756.428000', '190756.430000', '190756.433000', '190756.435000', '190756.438000', '190756.441000', '190756.443000', '190756.446000', '190756.448000', '190756.451000', '190756.453000', '190756.456000', '190756.459000', '190756.461000', '190756.464000', '190756.466000', '190756.469000', '190756.472000', '190756.474000', '190756.477000', '190756.479000', '190756.482000', '190756.484000', '190756.487000', '190756.490000', '190756.492000', '190756.495000', '190756.497000', '190756.500000', '190816.392000', '190816.394000', '190816.397000', '190816.399000', '190816.402000', '190816.405000', '190816.407000', '190816.410000', '190816.412000', '190816.415000', '190816.418000', '190816.420000', '190816.423000', '190816.425000', '190816.428000', '190816.430000', '190816.433000', '190816.436000', '190816.438000', '190816.441000', '190816.443000', '190816.446000', '190816.448000', '190816.451000', '190816.454000', '190816.456000', '190816.459000', '190816.461000', '190816.464000', '190816.467000', '190816.469000', '190816.472000', '190816.474000', '190816.477000', '190816.479000', '190816.482000', '190816.485000', '190816.487000', '190816.490000', '190816.492000', '190816.495000', '190816.498000', '190816.500000', '190816.503000', '190836.390000', '190836.393000', '190836.396000', '190836.398000', '190836.401000', '190836.403000', '190836.406000', '190836.409000', '190836.411000', '190836.414000', '190836.417000', '190836.419000', '190836.422000', '190836.424000', '190836.427000', '190836.429000', '190836.432000', '190836.435000', '190836.437000', '190836.440000', '190836.442000', '190836.445000', '190836.447000', '190836.471000', '190836.474000', '190836.477000', '190836.479000', '190836.482000', '190836.484000', '190836.487000', '190836.489000', '190836.492000', '190836.495000', '190836.497000', '190836.500000', '190836.502000', '190836.505000', '190836.507000', '190836.510000', '190836.513000', '190836.515000', '190836.518000', '190836.520000', '190856.391000', '190856.394000', '190856.397000', '190856.400000', '190856.403000', '190856.406000', '190856.408000', '190856.411000', '190856.413000', '190856.416000', '190856.419000', '190856.421000', '190856.424000', '190856.426000', '190856.429000', '190856.431000', '190856.434000', '190856.437000', '190856.439000', '190856.443000', '190856.446000', '190856.448000', '190856.451000', '190856.454000', '190856.456000', '190856.459000', '190856.461000', '190856.464000', '190856.467000', '190856.469000', '190856.472000', '190856.474000', '190856.477000', '190856.479000', '190856.482000', '190856.484000', '190856.487000', '190856.490000', '190856.492000', '190856.495000', '190856.497000', '190856.500000', '190856.503000', '190916.391000', '190916.394000', '190916.397000', '190916.399000', '190916.402000', '190916.405000', '190916.407000', '190916.410000', '190916.412000', '190916.415000', '190916.418000', '190916.420000', '190916.423000', '190916.426000', '190916.428000', '190916.431000', '190916.433000', '190916.436000', '190916.438000', '190916.441000', '190916.444000', '190916.446000', '190916.449000', '190916.451000', '190916.454000', '190916.457000', '190916.459000', '190916.462000', '190916.464000', '190916.467000', '190916.469000', '190916.472000', '190916.474000', '190916.477000', '190916.480000', '190916.482000', '190916.485000', '190916.488000', '190916.490000', '190916.493000', '190916.495000', '190916.498000', '190916.501000', '190916.503000', '190936.391000', '190936.394000', '190936.397000', '190936.400000', '190936.402000', '190936.405000', '190936.408000', '190936.411000', '190936.414000', '190936.416000', '190936.419000', '190936.421000', '190936.424000', '190936.426000', '190936.429000', '190936.432000', '190936.434000', '190936.437000', '190936.439000', '190936.442000', '190936.444000', '190936.447000', '190936.450000', '190936.452000', '190936.455000', '190936.457000', '190936.460000', '190936.462000', '190936.465000', '190936.468000', '190936.470000', '190936.473000', '190936.475000', '190936.478000', '190936.481000', '190936.483000', '190936.486000', '190936.488000', '190936.491000', '190936.494000', '190936.496000', '190936.499000', '190936.501000', '190956.392000', '190956.394000', '190956.397000', '190956.400000', '190956.402000', '190956.405000', '190956.407000', '190956.410000', '190956.413000', '190956.415000', '190956.418000', '190956.420000', '190956.423000', '190956.425000', '190956.428000', '190956.431000', '190956.433000', '190956.436000', '190956.438000', '190956.441000', '190956.444000', '190956.446000', '190956.449000', '190956.451000', '190956.454000', '190956.457000', '190956.459000', '190956.462000', '190956.464000', '190956.467000', '190956.469000', '190956.472000', '190956.475000', '190956.477000', '190956.480000', '190956.483000', '190956.485000', '190956.488000', '190956.490000', '190956.493000', '190956.495000', '190956.498000', '190956.501000', '190956.503000', '191016.391000', '191016.394000', '191016.397000', '191016.400000', '191016.402000', '191016.444000', '191016.447000', '191016.449000', '191016.452000', '191016.455000', '191016.457000', '191016.460000', '191016.462000', '191016.465000', '191016.468000', '191016.470000', '191016.473000', '191016.475000', '191016.478000', '191016.481000', '191016.484000', '191016.487000', '191016.489000', '191016.492000', '191016.494000', '191016.497000', '191016.499000', '191016.502000', '191016.505000', '191016.507000', '191016.510000', '191016.512000', '191016.515000', '191016.518000', '191016.520000', '191016.523000', '191016.525000', '191016.528000', '191016.531000', '191016.533000', '191016.536000', '191016.539000', '191016.541000', '191036.391000', '191036.394000', '191036.397000', '191036.399000', '191036.402000', '191036.405000', '191036.407000', '191036.410000', '191036.412000', '191036.415000', '191036.417000', '191036.420000', '191036.423000', '191036.425000', '191036.428000', '191036.430000', '191036.433000', '191036.435000', '191036.438000', '191036.441000', '191036.443000', '191036.446000', '191036.448000', '191036.451000', '191036.454000', '191036.456000', '191036.459000', '191036.461000', '191036.464000', '191036.466000', '191036.469000', '191036.472000', '191036.474000', '191036.477000', '191036.479000', '191036.482000', '191036.485000', '191036.487000', '191036.490000', '191036.492000', '191036.495000', '191036.497000', '191036.500000', '191036.503000', '191056.390000', '191056.393000', '191056.396000', '191056.399000', '191056.401000', '191056.404000', '191056.406000', '191056.409000', '191056.411000', '191056.414000', '191056.417000', '191056.419000', '191056.422000', '191056.424000', '191056.427000', '191056.430000', '191056.432000', '191056.435000', '191056.437000', '191056.440000', '191056.443000', '191056.445000', '191056.448000', '191056.450000', '191056.453000', '191056.457000', '191056.460000', '191056.462000', '191056.465000', '191056.468000', '191056.470000', '191056.473000', '191056.475000', '191056.478000', '191056.481000', '191056.483000', '191056.486000', '191056.488000', '191056.491000', '191056.494000', '191056.496000', '191056.499000', '191056.501000', '191116.392000', '191116.394000', '191116.397000', '191116.400000', '191116.402000', '191116.405000', '191116.408000', '191116.410000', '191116.413000', '191116.415000', '191116.418000', '191116.421000', '191116.423000', '191116.426000', '191116.429000', '191116.431000', '191116.434000', '191116.436000', '191116.439000', '191116.442000', '191116.444000', '191116.447000', '191116.450000', '191116.452000', '191116.455000', '191116.457000', '191116.460000', '191116.462000', '191116.465000', '191116.468000', '191116.470000', '191116.473000', '191116.476000', '191116.478000', '191116.481000', '191116.483000', '191116.486000', '191116.489000', '191116.491000', '191116.494000', '191116.496000', '191116.499000', '191116.501000', '191116.504000', '191136.392000', '191136.394000', '191136.397000', '191136.400000', '191136.402000', '191136.405000', '191136.408000', '191136.410000', '191136.413000', '191136.415000', '191136.418000', '191136.420000', '191136.423000', '191136.425000', '191136.428000', '191136.456000', '191136.459000', '191136.462000', '191136.464000', '191136.467000', '191136.469000', '191136.472000', '191136.474000', '191136.477000', '191136.480000', '191136.482000', '191136.485000', '191136.487000', '191136.490000', '191136.492000', '191136.495000', '191136.498000', '191136.500000', '191136.503000', '191136.506000', '191136.509000', '191136.512000', '191136.515000', '191136.518000', '191136.520000', '191136.524000', '191136.526000', '191136.529000', '191156.391000', '191156.394000', '191156.397000', '191156.400000', '191156.402000', '191156.405000', '191156.408000', '191156.410000', '191156.413000', '191156.415000', '191156.418000', '191156.421000', '191156.423000', '191156.426000', '191156.428000', '191156.431000', '191156.434000', '191156.436000', '191156.439000', '191156.441000', '191156.444000', '191156.447000', '191156.449000', '191156.452000', '191156.454000', '191156.457000', '191156.459000', '191156.462000', '191156.465000', '191156.467000', '191156.470000', '191156.472000', '191156.475000', '191156.478000', '191156.480000', '191156.483000', '191156.485000', '191156.488000', '191156.491000', '191156.493000', '191156.496000', '191156.498000', '191156.501000', '191156.504000', '191216.391000', '191216.394000', '191216.397000', '191216.399000', '191216.402000', '191216.405000', '191216.407000', '191216.410000', '191216.412000', '191216.415000', '191216.417000', '191216.420000', '191216.423000', '191216.425000', '191216.428000', '191216.430000', '191216.433000', '191216.435000', '191216.438000', '191216.441000', '191216.443000', '191216.446000', '191216.448000', '191216.451000', '191216.453000', '191216.456000', '191216.459000', '191216.461000', '191216.464000', '191216.466000', '191216.469000', '191216.472000', '191216.474000', '191216.477000', '191216.479000', '191216.482000', '191216.485000', '191216.488000', '191216.490000', '191216.493000', '191216.496000', '191216.499000', '191216.501000', '191236.392000', '191236.394000', '191236.397000', '191236.400000', '191236.402000', '191236.405000', '191236.407000', '191236.410000', '191236.413000', '191236.415000', '191236.418000', '191236.420000', '191236.423000', '191236.426000', '191236.428000', '191236.431000', '191236.434000', '191236.436000', '191236.439000', '191236.441000', '191236.444000', '191236.446000', '191236.449000', '191236.452000', '191236.454000', '191236.457000', '191236.459000', '191236.462000', '191236.465000', '191236.467000', '191236.470000', '191236.472000', '191236.475000', '191236.478000', '191236.480000', '191236.483000', '191236.485000', '191236.488000', '191236.490000', '191236.493000', '191236.496000', '191236.498000', '191236.501000', '191236.504000', '191256.392000', '191256.394000', '191256.397000', '191256.400000', '191256.402000', '191256.405000', '191256.407000', '191256.410000', '191256.412000', '191256.415000', '191256.418000', '191256.420000', '191256.423000', '191256.426000', '191256.428000', '191256.431000', '191256.433000', '191256.436000', '191256.438000', '191256.441000', '191256.443000', '191256.446000', '191256.449000', '191256.451000', '191256.454000', '191256.456000', '191256.469000', '191256.472000', '191256.474000', '191256.477000', '191256.480000', '191256.482000', '191256.485000', '191256.487000', '191256.490000', '191256.492000', '191256.495000', '191256.498000', '191256.500000', '191256.503000', '191256.506000', '191256.508000', '191256.511000', '191316.391000', '191316.393000', '191316.396000', '191316.399000', '191316.401000', '191316.404000', '191316.406000', '191316.409000', '191316.412000', '191316.414000', '191316.417000', '191316.420000', '191316.422000', '191316.425000', '191316.427000', '191316.430000', '191316.433000', '191316.435000', '191316.438000', '191316.440000', '191316.443000', '191316.446000', '191316.448000', '191316.451000', '191316.453000', '191316.456000', '191316.459000', '191316.461000', '191316.464000', '191316.466000', '191316.469000', '191316.472000', '191316.474000', '191316.477000', '191316.479000', '191316.482000', '191316.484000', '191316.487000', '191316.490000', '191316.492000', '191316.495000', '191316.497000', '191316.500000', '191316.503000', '191336.392000', '191336.394000', '191336.397000', '191336.400000', '191336.402000', '191336.405000', '191336.408000', '191336.410000', '191336.413000', '191336.415000', '191336.418000', '191336.421000', '191336.423000', '191336.426000', '191336.428000', '191336.431000', '191336.434000', '191336.436000', '191336.439000', '191336.442000', '191336.444000', '191336.447000', '191336.449000', '191336.452000', '191336.454000', '191336.457000', '191336.460000', '191336.462000', '191336.465000', '191336.467000', '191336.470000', '191336.473000', '191336.475000', '191336.478000', '191336.480000', '191336.483000', '191336.486000', '191336.488000', '191336.491000', '191336.493000', '191336.496000', '191336.498000', '191336.501000', '191356.392000', '191356.394000', '191356.397000', '191356.400000', '191356.402000', '191356.405000', '191356.408000', '191356.410000', '191356.413000', '191356.415000', '191356.418000', '191356.421000', '191356.423000', '191356.426000', '191356.429000', '191356.431000', '191356.434000', '191356.436000', '191356.439000', '191356.442000', '191356.444000', '191356.447000', '191356.449000', '191356.452000', '191356.455000', '191356.457000', '191356.460000', '191356.462000', '191356.465000', '191356.468000', '191356.470000', '191356.473000', '191356.475000', '191356.478000', '191356.481000', '191356.483000', '191356.486000', '191356.488000', '191356.491000', '191356.494000', '191356.496000', '191356.499000', '191356.501000', '191356.504000', '191402.746000', '191402.749000', '191402.752000', '191402.755000', '191402.757000', '191402.760000', '191402.763000', '191402.765000', '191402.768000', '191402.771000', '191402.774000', '191402.776000', '191402.779000', '191402.782000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [10396, 10962, 8425, 10580, 8553, 10412, 8508, 10768, 8557, 9382, 8310, 9181, 8174, 10308, 8207, 8283, 8128, 8768, 8219, 10710, 8279, 9808, 8375, 10869, 8329, 13331, 8395, 11951, 8443, 10292, 8304, 14593, 8436, 10809, 8539, 9671, 8491, 13404, 8421, 8537, 8431, 7570, 10497, 9131, 8644, 7551, 8388, 7657, 9718, 7662, 8238, 7403, 7663, 7349, 8438, 7737, 8552, 8548, 8423, 13136, 8948, 14405, 8440, 11340, 8378, 12162, 8144, 14910, 8503, 8085, 8358, 7536, 8572, 7502, 8279, 7914, 7888, 8144, 9501, 8070, 9658, 8247, 9556, 8206, 10627, 8832, 9346, 8191, 9871, 8147, 10213, 9033, 10602, 8318, 9979, 8220, 11042, 8727, 12576, 8029, 11336, 8063, 11517, 10459, 14216, 7925, 12150, 8060, 11280, 10291, 9390, 8009, 12121, 8455, 16763, 11310, 15809, 8229, 13245, 7862, 13393, 10262, 11516, 8134, 9871, 8230, 9974, 8073, 10070, 8340, 8497, 8462, 7415, 7986, 7649, 8249, 8020, 9784, 8133, 10169, 8286, 9001, 8263, 8844, 8332, 7749, 8454, 8591, 8333, 7834, 8340, 8171, 13165, 8551, 11464, 8169, 10152, 8358, 10551, 7769, 9453, 8177, 7663, 8212, 7359, 7941, 8507, 8127, 7856, 8261, 7787, 7942, 8624, 7882, 7655, 8161, 7728, 10989, 10376, 10921, 8485, 12806, 7794, 15718, 9477, 13237, 10281, 10826, 8107, 10589, 7922, 10697, 9091, 11415, 7728, 10586, 7800, 11133, 9638, 11705, 7771, 9986, 7944, 10254, 9208, 10507, 8092, 9192, 8046, 9384, 8168, 8337, 8276, 7497, 7957, 7524, 8617, 7499, 8066, 7992, 8048, 7981, 9998, 7955, 9100, 8106, 10142, 7984, 10553, 8864, 7859, 7791, 8605, 7761, 10615, 8234, 8656, 7511, 12226, 7990, 14345, 10250, 12762, 7565, 13336, 7506, 15548, 9905, 12193, 7790, 10370, 7844, 10512, 8561, 9687, 8093, 10094, 8243, 10294, 8216, 9639, 8155, 7725, 8258, 7487, 12056, 7780, 11933, 7707, 9826, 7726, 10289, 8235, 8937, 8067, 9344, 7867, 9774, 8012, 10326, 8125, 8846, 7899, 9511, 7787, 11241, 8015, 9276, 8195, 9104, 8146, 11605, 8097, 7656, 8243, 7711, 8282, 8379, 8258, 7605, 8083, 7696, 11383, 7756, 12650, 7550, 9454, 7745, 10261, 7723, 12588, 9326, 10317, 7511, 8817, 7453, 10283, 8784, 10789, 7670, 9963, 7406, 10148, 9599, 9683, 7713, 9419, 7500, 9843, 8958, 9828, 8643, 9437, 7486, 9634, 8158, 10477, 8026, 10441, 7830, 9034, 8013, 9389, 8072, 8164, 8087, 7556, 8211, 7787, 7984, 9126, 7986, 7690, 8183, 7413, 8360, 9031, 7933, 7688, 8131, 7465, 7963, 10676, 7855, 11258, 7754, 10688, 7942, 14732, 7901, 13707, 7883, 11157, 8081, 14944, 7891, 11252, 8020, 9132, 8012, 15298, 7990, 8069, 8066, 7942, 8167, 8820, 7902, 8327, 8248, 8359, 8072, 10118, 8178, 7971, 8411, 8018, 8445, 9656, 8478, 7570, 8182, 7553, 11078, 7688, 8376, 7475, 11610, 7553, 10823, 8667, 9937, 7516, 9309, 7875, 9559, 7758, 8729, 7971, 8073, 8217, 7567, 8372, 8047, 8290, 7588, 7810, 7658, 8922, 7672, 8028, 7564, 8073, 7621, 8218, 7672, 7902, 7812, 8002, 7723, 7988, 10873, 7841, 8887, 7833, 7985, 8096, 12130, 7802, 8286, 8415, 7564, 11242, 10566, 10104, 7557, 15874, 7512, 12522, 9689, 12838, 7680, 9828, 8000, 9607, 8119, 8166, 8091, 7599, 8084, 8308, 7987, 8648, 9192, 7539, 12218, 7650, 10524, 8558, 9191, 7684, 8602, 8059, 8471, 7824, 8371, 8170, 7486, 9759, 7535, 11471, 7397, 9428, 7488, 9751, 7840, 9754, 7870, 8703, 7999, 8394, 7936, 7448, 8240, 8081, 8102, 7515, 13857, 7609, 11049, 8752, 9588, 7617, 9226, 7884, 9106, 7999, 8442, 8194, 7658, 8074, 7335, 7870, 9894, 7721, 7602, 8210, 7692, 11414, 9389, 8860, 7553, 10886, 7493, 13566, 8756, 13006, 7696, 10152, 7547, 10100, 8940, 10757, 7532, 9598, 7364, 9483, 8252, 9950, 7439, 8992, 7816, 7912, 8002, 9357, 8144, 7531, 8077, 7069, 8963, 7489, 8124, 7398, 7485, 10022, 7811, 10570, 7602, 7892, 7731, 7963, 7769, 8270, 7996, 7492, 11321, 7537, 10232, 7263, 9290, 7562, 9610, 7422, 9435, 7671, 9507, 7643, 9499, 7710, 10449, 7673, 11591, 7860, 10081, 7672, 11681, 8008, 14172, 7623, 11548, 7753, 13399, 9779, 16065, 8085, 8482, 15176, 7222, 17241, 11325, 13220, 7378, 10692, 7438, 10233, 8367, 9688, 7538, 8599, 7743, 8549, 9443, 9410, 9324, 7608, 10421, 7394, 9937, 8001, 9286, 7543, 8351, 7786, 7534, 7715, 7539, 9444, 7319, 8726, 7320, 9288, 7715, 9492, 7750, 8684, 7935, 7508, 9191, 7490, 9708, 7447, 9924, 7480, 9543, 7994, 9199, 7575, 9119, 7535, 9593, 7357, 8941, 8024, 8485, 7921, 9101, 7743, 8763, 7943, 7529, 8068, 7341, 7809, 10164, 7901, 7523, 8076, 7519, 12848, 9400, 10239, 7547, 12254, 7620, 11210, 9134, 11334, 7352, 9695, 7826, 9418, 7799, 9319, 7775, 7537, 10305, 7677, 10780, 8004, 9480, 7399, 9258, 7811, 9560, 7796, 8876, 7785, 7596, 8058, 7709, 9513, 7917, 7907, 7464, 12937, 7464, 10902, 9196, 11200, 7489, 9750, 7664, 10063, 8893, 9420, 7564, 9768, 7867, 11279, 8349, 15476, 8337, 13371, 7527, 11011, 8247, 15686, 8089, 7438, 8561, 7434, 15980, 8310, 13084, 7476, 9641, 7446, 10043, 7972, 8948, 7576, 9501, 7416, 9891, 8873, 10370, 7423, 9274, 7627, 9582, 8114, 9339, 7362, 9004, 7898, 7957, 8102, 7962, 7880, 7434, 9252, 7573, 11366, 7848, 10265, 7625, 9756, 7503, 9876, 7781, 9032, 7467, 8842, 7777, 9112, 7959, 8863, 7547, 8061, 8115, 7475, 13533, 8478, 13470, 9102, 11822, 7540, 10439, 7926, 10210, 8673, 11071, 7483, 8960, 7534, 9413, 7474, 9318, 7451, 8591, 7801, 9158, 7675, 10645, 7587, 7750, 8167, 8036, 10324, 9234, 9967, 7564, 12492, 7284, 10356, 8312, 8955, 7483, 7742, 7782, 7345, 7844, 7582, 7732, 7478, 10054, 7286, 9556, 8012, 9325, 7523, 9255, 7823, 9761, 7748, 9750, 7690, 8286, 7752, 7468, 7772, 7791, 8112, 7566, 10801, 7358, 13520, 7668, 11390, 9531, 10166, 7526, 9914, 7503, 8754, 7433, 8647, 7486, 7625, 8004, 7348, 8587, 7701, 7697, 7711, 7937, 7597, 10896, 7485, 12163, 8026, 11375, 7489, 10216, 8727, 10204, 8279, 11303, 7394, 8654, 7615, 9491, 7475, 10141, 7651, 8103, 7592, 8520, 7414, 10445, 7691, 7476, 7710, 7551, 9925, 7686, 10292, 7384, 11358, 7407, 10108, 8354, 9931, 7355, 8919, 7450, 9110, 7404, 10059, 7472, 7729, 7770, 7587, 8579, 7565, 7734, 7645, 10842, 7582, 9609, 8256, 9721, 7373, 8646, 7551, 8258, 7651, 8662, 7689, 7475, 12697, 7384, 10355, 8401, 9470, 7236, 8911, 7546, 7805, 7569, 7553, 7497, 7628, 7831, 7538, 11648, 7940, 12473, 7611, 12010, 7544, 10717, 9169, 11300, 8296, 9951, 7479, 9396, 7454, 9123, 7274, 8567, 7661, 7498, 7923, 7488, 8247, 7374, 10255, 7706, 10026, 7575, 10067, 8276, 9115, 7465, 9750, 7440, 10143, 8564, 9850, 7314, 9250, 7488, 8937, 7466, 11510, 7299, 9291, 7774, 7544, 10354, 7313, 14463, 8074, 11031, 7540, 10245, 7655, 10255, 8866, 10298, 7440, 9043, 7460, 9245, 7397, 10586, 7538, 7619, 7702, 7585, 12221, 7735, 8976, 7365, 8433, 7441, 8565, 7469, 8564, 7672, 7602, 7887, 7487, 13352, 7539, 10763, 7698, 9881, 7366, 9891, 7942, 9813, 7464, 8605, 7604, 7997, 7619, 9331, 7488, 7426, 9166, 7409, 12721, 7951, 12272, 7600, 9719, 7459, 9836, 8178, 9692, 7342, 8913, 7595, 8400, 7501, 9608, 7640, 7548, 7751, 7671, 12724, 7430, 10835, 7609, 9493, 7341, 9413, 7440, 9018, 7482, 7596, 7565, 7598, 7617, 7487, 7675, 7691, 7618, 7630, 10010, 7623, 10875, 8225, 9740, 7353], 'WindowCenter': [4139.0, 4133.0, 4090.0, 4108.0, 4074.0, 4091.0, 4062.0, 4090.0, 4062.0, 4069.0, 4049.0, 4069.0, 4052.0, 4083.0, 4051.0, 4051.0, 4052.0, 4063.0, 4050.0, 4084.0, 4052.0, 4080.0, 4053.0, 4094.0, 4050.0, 4109.0, 4052.0, 4093.0, 4052.0, 4072.0, 4051.0, 4105.0, 4040.0, 4078.0, 4047.0, 4061.0, 4050.0, 4100.0, 4039.0, 4050.0, 4038.0, 4040.0, 4069.0, 4057.0, 4050.0, 4029.0, 4038.0, 4041.0, 4060.0, 4026.0, 4039.0, 4030.0, 4039.0, 4033.0, 4040.0, 4041.0, 4050.0, 4050.0, 4051.0, 4099.0, 4050.0, 4101.0, 4039.0, 4079.0, 4040.0, 4079.0, 4027.0, 4096.0, 4035.0, 4026.0, 4036.0, 4027.0, 4047.0, 4027.0, 4036.0, 4037.0, 4036.0, 4049.0, 4068.0, 4050.0, 4058.0, 4047.0, 4070.0, 4061.0, 4075.0, 4062.0, 4071.0, 4062.0, 4070.0, 4049.0, 4082.0, 4073.0, 4081.0, 4050.0, 4071.0, 4052.0, 4091.0, 4060.0, 4093.0, 4036.0, 4081.0, 4041.0, 4077.0, 4082.0, 4101.0, 4040.0, 4087.0, 4040.0, 4075.0, 4070.0, 4059.0, 4040.0, 4090.0, 4050.0, 4111.0, 4081.0, 4093.0, 4034.0, 4087.0, 4025.0, 4088.0, 4069.0, 4062.0, 4022.0, 4055.0, 4037.0, 4056.0, 4026.0, 4055.0, 4035.0, 4034.0, 4035.0, 4015.0, 4021.0, 4025.0, 4023.0, 4025.0, 4054.0, 4022.0, 4055.0, 4035.0, 4030.0, 4032.0, 4046.0, 4036.0, 4027.0, 4032.0, 4048.0, 4035.0, 4026.0, 4035.0, 4048.0, 4090.0, 4047.0, 4071.0, 4034.0, 4056.0, 4037.0, 4067.0, 4026.0, 4057.0, 4034.0, 4027.0, 4044.0, 4029.0, 4040.0, 4058.0, 4047.0, 4050.0, 4050.0, 4037.0, 4051.0, 4061.0, 4050.0, 4041.0, 4048.0, 4042.0, 4091.0, 4077.0, 4080.0, 4062.0, 4091.0, 4026.0, 4108.0, 4060.0, 4084.0, 4070.0, 4067.0, 4039.0, 4068.0, 4040.0, 4069.0, 4057.0, 4079.0, 4029.0, 4064.0, 4030.0, 4078.0, 4058.0, 4079.0, 4029.0, 4058.0, 4039.0, 4068.0, 4048.0, 4064.0, 4022.0, 4044.0, 4026.0, 4047.0, 4045.0, 4037.0, 4036.0, 4022.0, 4036.0, 4035.0, 4047.0, 4028.0, 4036.0, 4039.0, 4036.0, 4050.0, 4069.0, 4035.0, 4058.0, 4039.0, 4081.0, 4052.0, 4078.0, 4063.0, 4037.0, 4039.0, 4062.0, 4043.0, 4083.0, 4061.0, 4049.0, 4030.0, 4093.0, 4039.0, 4099.0, 4069.0, 4090.0, 4026.0, 4098.0, 4018.0, 4110.0, 4059.0, 4080.0, 4024.0, 4068.0, 4038.0, 4068.0, 4057.0, 4058.0, 4039.0, 4069.0, 4047.0, 4068.0, 4049.0, 4055.0, 4038.0, 4038.0, 4048.0, 4029.0, 4078.0, 4036.0, 4074.0, 4029.0, 4067.0, 4024.0, 4067.0, 4037.0, 4044.0, 4034.0, 4058.0, 4039.0, 4066.0, 4039.0, 4080.0, 4036.0, 4056.0, 4036.0, 4084.0, 4042.0, 4091.0, 4040.0, 4060.0, 4045.0, 4057.0, 4050.0, 4092.0, 4040.0, 4040.0, 4049.0, 4039.0, 4050.0, 4046.0, 4049.0, 4039.0, 4051.0, 4048.0, 4089.0, 4038.0, 4100.0, 4036.0, 4053.0, 4039.0, 4063.0, 4039.0, 4089.0, 4060.0, 4077.0, 4039.0, 4058.0, 4030.0, 4070.0, 4057.0, 4079.0, 4029.0, 4059.0, 4030.0, 4070.0, 4072.0, 4060.0, 4030.0, 4059.0, 4026.0, 4059.0, 4045.0, 4056.0, 4050.0, 4059.0, 4029.0, 4059.0, 4040.0, 4069.0, 4039.0, 4068.0, 4027.0, 4047.0, 4038.0, 4059.0, 4027.0, 4037.0, 4034.0, 4027.0, 4049.0, 4036.0, 4033.0, 4059.0, 4040.0, 4040.0, 4050.0, 4033.0, 4050.0, 4061.0, 4035.0, 4041.0, 4051.0, 4041.0, 4051.0, 4083.0, 4042.0, 4093.0, 4041.0, 4082.0, 4041.0, 4112.0, 4039.0, 4097.0, 4028.0, 4081.0, 4039.0, 4108.0, 4026.0, 4078.0, 4028.0, 4059.0, 4028.0, 4095.0, 4026.0, 4027.0, 4028.0, 4027.0, 4038.0, 4043.0, 4038.0, 4039.0, 4046.0, 4049.0, 4040.0, 4067.0, 4038.0, 4038.0, 4035.0, 4040.0, 4038.0, 4054.0, 4034.0, 4023.0, 4038.0, 4029.0, 4079.0, 4029.0, 4032.0, 4018.0, 4079.0, 4029.0, 4068.0, 4049.0, 4052.0, 4017.0, 4042.0, 4026.0, 4057.0, 4026.0, 4036.0, 4026.0, 4027.0, 4037.0, 4028.0, 4038.0, 4035.0, 4038.0, 4039.0, 4024.0, 4040.0, 4058.0, 4037.0, 4040.0, 4043.0, 4052.0, 4041.0, 4051.0, 4042.0, 4051.0, 4037.0, 4049.0, 4043.0, 4052.0, 4095.0, 4048.0, 4063.0, 4037.0, 4053.0, 4052.0, 4099.0, 4039.0, 4052.0, 4051.0, 4042.0, 4078.0, 4078.0, 4066.0, 4041.0, 4122.0, 4026.0, 4091.0, 4071.0, 4090.0, 4029.0, 4063.0, 4050.0, 4068.0, 4040.0, 4049.0, 4040.0, 4041.0, 4051.0, 4061.0, 4047.0, 4060.0, 4071.0, 4041.0, 4091.0, 4041.0, 4080.0, 4051.0, 4057.0, 4039.0, 4048.0, 4042.0, 4049.0, 4029.0, 4047.0, 4037.0, 4029.0, 4058.0, 4040.0, 4079.0, 4025.0, 4059.0, 4030.0, 4070.0, 4051.0, 4069.0, 4040.0, 4047.0, 4040.0, 4049.0, 4039.0, 4031.0, 4050.0, 4051.0, 4038.0, 4030.0, 4097.0, 4040.0, 4080.0, 4046.0, 4059.0, 4035.0, 4058.0, 4035.0, 4061.0, 4040.0, 4046.0, 4051.0, 4040.0, 4052.0, 4043.0, 4053.0, 4084.0, 4043.0, 4039.0, 4051.0, 4042.0, 4092.0, 4073.0, 4050.0, 4037.0, 4076.0, 4030.0, 4097.0, 4052.0, 4101.0, 4030.0, 4071.0, 4041.0, 4071.0, 4057.0, 4077.0, 4031.0, 4055.0, 4020.0, 4058.0, 4040.0, 4060.0, 4019.0, 4048.0, 4029.0, 4040.0, 4029.0, 4060.0, 4028.0, 4030.0, 4036.0, 4022.0, 4048.0, 4029.0, 4039.0, 4030.0, 4032.0, 4078.0, 4041.0, 4093.0, 4042.0, 4051.0, 4036.0, 4051.0, 4036.0, 4049.0, 4036.0, 4029.0, 4091.0, 4041.0, 4083.0, 4038.0, 4071.0, 4039.0, 4082.0, 4042.0, 4072.0, 4055.0, 4084.0, 4050.0, 4085.0, 4055.0, 4091.0, 4042.0, 4095.0, 4049.0, 4084.0, 4043.0, 4095.0, 4043.0, 4103.0, 4031.0, 4081.0, 4030.0, 4103.0, 4057.0, 4113.0, 4028.0, 4045.0, 4095.0, 4018.0, 4110.0, 4065.0, 4083.0, 4017.0, 4062.0, 4017.0, 4053.0, 4038.0, 4058.0, 4017.0, 4035.0, 4023.0, 4039.0, 4044.0, 4048.0, 4036.0, 4012.0, 4055.0, 4016.0, 4046.0, 4026.0, 4046.0, 4015.0, 4027.0, 4016.0, 4023.0, 4016.0, 4024.0, 4047.0, 4018.0, 4036.0, 4018.0, 4058.0, 4029.0, 4058.0, 4028.0, 4050.0, 4027.0, 4029.0, 4048.0, 4013.0, 4057.0, 4019.0, 4058.0, 4028.0, 4058.0, 4039.0, 4053.0, 4036.0, 4059.0, 4040.0, 4070.0, 4030.0, 4062.0, 4053.0, 4057.0, 4051.0, 4057.0, 4041.0, 4062.0, 4052.0, 4039.0, 4053.0, 4043.0, 4044.0, 4079.0, 4042.0, 4043.0, 4041.0, 4033.0, 4103.0, 4063.0, 4071.0, 4027.0, 4091.0, 4041.0, 4081.0, 4061.0, 4080.0, 4030.0, 4059.0, 4030.0, 4060.0, 4028.0, 4060.0, 4028.0, 4029.0, 4068.0, 4024.0, 4068.0, 4035.0, 4057.0, 4012.0, 4057.0, 4029.0, 4070.0, 4029.0, 4060.0, 4029.0, 4041.0, 4039.0, 4041.0, 4071.0, 4041.0, 4039.0, 4025.0, 4101.0, 4032.0, 4082.0, 4061.0, 4081.0, 4030.0, 4061.0, 4042.0, 4072.0, 4060.0, 4062.0, 4044.0, 4079.0, 4056.0, 4090.0, 4053.0, 4114.0, 4040.0, 4102.0, 4028.0, 4070.0, 4037.0, 4110.0, 4026.0, 4017.0, 4035.0, 4012.0, 4098.0, 4038.0, 4084.0, 4016.0, 4047.0, 4017.0, 4056.0, 4028.0, 4047.0, 4028.0, 4056.0, 4029.0, 4069.0, 4045.0, 4069.0, 4018.0, 4048.0, 4028.0, 4058.0, 4038.0, 4047.0, 4017.0, 4047.0, 4028.0, 4038.0, 4039.0, 4039.0, 4038.0, 4029.0, 4058.0, 4037.0, 4085.0, 4035.0, 4064.0, 4025.0, 4058.0, 4029.0, 4070.0, 4036.0, 4060.0, 4029.0, 4061.0, 4041.0, 4062.0, 4043.0, 4062.0, 4041.0, 4051.0, 4036.0, 4032.0, 4098.0, 4052.0, 4103.0, 4051.0, 4081.0, 4026.0, 4069.0, 4041.0, 4067.0, 4051.0, 4077.0, 4019.0, 4046.0, 4025.0, 4060.0, 4031.0, 4059.0, 4030.0, 4050.0, 4031.0, 4061.0, 4029.0, 4072.0, 4029.0, 4029.0, 4036.0, 4040.0, 4054.0, 4060.0, 4058.0, 4028.0, 4084.0, 4017.0, 4057.0, 4037.0, 4046.0, 4011.0, 4026.0, 4028.0, 4028.0, 4037.0, 4029.0, 4027.0, 4029.0, 4071.0, 4031.0, 4070.0, 4040.0, 4059.0, 4040.0, 4060.0, 4041.0, 4066.0, 4038.0, 4073.0, 4040.0, 4051.0, 4031.0, 4033.0, 4042.0, 4043.0, 4042.0, 4043.0, 4081.0, 4028.0, 4113.0, 4042.0, 4091.0, 4062.0, 4065.0, 4037.0, 4070.0, 4032.0, 4064.0, 4032.0, 4050.0, 4029.0, 4030.0, 4040.0, 4031.0, 4051.0, 4037.0, 4029.0, 4038.0, 4040.0, 4042.0, 4092.0, 4031.0, 4088.0, 4042.0, 4086.0, 4031.0, 4071.0, 4052.0, 4073.0, 4052.0, 4077.0, 4030.0, 4052.0, 4031.0, 4061.0, 4020.0, 4071.0, 4030.0, 4041.0, 4030.0, 4047.0, 4018.0, 4066.0, 4029.0, 4019.0, 4023.0, 4029.0, 4054.0, 4031.0, 4064.0, 4020.0, 4080.0, 4025.0, 4070.0, 4035.0, 4059.0, 4013.0, 4049.0, 4018.0, 4049.0, 4021.0, 4060.0, 4018.0, 4030.0, 4029.0, 4026.0, 4050.0, 4030.0, 4028.0, 4029.0, 4077.0, 4025.0, 4059.0, 4051.0, 4056.0, 4030.0, 4050.0, 4031.0, 4050.0, 4024.0, 4051.0, 4029.0, 4030.0, 4090.0, 4031.0, 4070.0, 4040.0, 4059.0, 4014.0, 4049.0, 4028.0, 4030.0, 4032.0, 4042.0, 4031.0, 4043.0, 4032.0, 4043.0, 4093.0, 4043.0, 4093.0, 4043.0, 4089.0, 4043.0, 4083.0, 4060.0, 4082.0, 4041.0, 4061.0, 4026.0, 4058.0, 4031.0, 4058.0, 4030.0, 4052.0, 4038.0, 4031.0, 4040.0, 4031.0, 4051.0, 4031.0, 4076.0, 4041.0, 4083.0, 4053.0, 4082.0, 4050.0, 4062.0, 4027.0, 4069.0, 4042.0, 4083.0, 4064.0, 4074.0, 4032.0, 4071.0, 4030.0, 4060.0, 4034.0, 4093.0, 4020.0, 4058.0, 4029.0, 4026.0, 4068.0, 4026.0, 4103.0, 4038.0, 4065.0, 4027.0, 4066.0, 4041.0, 4071.0, 4063.0, 4071.0, 4020.0, 4050.0, 4019.0, 4062.0, 4016.0, 4071.0, 4028.0, 4027.0, 4029.0, 4031.0, 4091.0, 4031.0, 4044.0, 4025.0, 4040.0, 4028.0, 4052.0, 4030.0, 4052.0, 4031.0, 4031.0, 4041.0, 4032.0, 4103.0, 4027.0, 4081.0, 4042.0, 4072.0, 4033.0, 4073.0, 4043.0, 4072.0, 4029.0, 4052.0, 4042.0, 4043.0, 4030.0, 4059.0, 4017.0, 4026.0, 4061.0, 4032.0, 4097.0, 4042.0, 4091.0, 4032.0, 4061.0, 4031.0, 4071.0, 4053.0, 4072.0, 4032.0, 4062.0, 4026.0, 4047.0, 4026.0, 4062.0, 4027.0, 4026.0, 4029.0, 4032.0, 4103.0, 4031.0, 4080.0, 4041.0, 4060.0, 4030.0, 4056.0, 4030.0, 4067.0, 4039.0, 4041.0, 4042.0, 4054.0, 4053.0, 4045.0, 4042.0, 4052.0, 4041.0, 4050.0, 4085.0, 4056.0, 4103.0, 4066.0, 4085.0, 4045.0], 'WindowWidth': [9202.0, 9176.0, 9110.0, 9128.0, 9079.0, 9095.0, 9056.0, 9086.0, 9051.0, 9057.0, 9031.0, 9056.0, 9036.0, 9077.0, 9031.0, 9033.0, 9036.0, 9051.0, 9030.0, 9078.0, 9034.0, 9070.0, 9040.0, 9093.0, 9030.0, 9107.0, 9032.0, 9088.0, 9033.0, 9062.0, 9030.0, 9106.0, 9014.0, 9063.0, 9021.0, 9043.0, 9026.0, 9094.0, 9010.0, 9027.0, 9009.0, 9016.0, 9051.0, 9032.0, 9024.0, 8999.0, 9009.0, 9018.0, 9039.0, 8993.0, 9009.0, 9001.0, 9016.0, 9009.0, 9014.0, 9017.0, 9028.0, 9029.0, 9032.0, 9095.0, 9028.0, 9095.0, 9009.0, 9062.0, 9012.0, 9064.0, 8993.0, 9084.0, 8999.0, 8990.0, 9003.0, 8994.0, 9019.0, 8994.0, 9002.0, 9006.0, 9004.0, 9026.0, 9048.0, 9029.0, 9036.0, 9023.0, 9056.0, 9048.0, 9059.0, 9049.0, 9060.0, 9052.0, 9056.0, 9030.0, 9074.0, 9067.0, 9073.0, 9031.0, 9058.0, 9037.0, 9085.0, 9045.0, 9088.0, 9007.0, 9068.0, 9018.0, 9062.0, 9074.0, 9096.0, 9016.0, 9076.0, 9016.0, 9058.0, 9056.0, 9038.0, 9013.0, 9080.0, 9029.0, 9112.0, 9069.0, 9079.0, 9000.0, 9072.0, 8988.0, 9073.0, 9049.0, 9031.0, 8981.0, 9026.0, 9005.0, 9030.0, 8988.0, 9027.0, 8998.0, 8998.0, 8998.0, 8974.0, 8975.0, 8987.0, 8979.0, 8985.0, 9022.0, 8981.0, 9026.0, 9000.0, 8987.0, 8992.0, 9014.0, 9001.0, 8992.0, 8995.0, 9021.0, 8999.0, 8991.0, 9001.0, 9023.0, 9078.0, 9020.0, 9045.0, 8998.0, 9028.0, 9006.0, 9046.0, 8992.0, 9032.0, 8999.0, 8995.0, 9015.0, 9001.0, 9015.0, 9041.0, 9023.0, 9030.0, 9030.0, 9011.0, 9032.0, 9047.0, 9029.0, 9019.0, 9024.0, 9022.0, 9085.0, 9063.0, 9069.0, 9046.0, 9083.0, 8993.0, 9105.0, 9039.0, 9065.0, 9053.0, 9045.0, 9010.0, 9048.0, 9015.0, 9051.0, 9035.0, 9064.0, 8999.0, 9038.0, 9000.0, 9061.0, 9036.0, 9062.0, 8996.0, 9033.0, 9011.0, 9047.0, 9021.0, 9036.0, 8980.0, 9011.0, 8988.0, 9019.0, 9016.0, 9007.0, 9002.0, 8981.0, 9003.0, 9003.0, 9018.0, 8998.0, 9004.0, 9012.0, 9006.0, 9029.0, 9052.0, 9006.0, 9036.0, 9014.0, 9070.0, 9034.0, 9064.0, 9050.0, 9010.0, 9016.0, 9046.0, 9027.0, 9078.0, 9048.0, 9028.0, 9004.0, 9091.0, 9016.0, 9094.0, 9054.0, 9081.0, 8992.0, 9089.0, 8984.0, 9108.0, 9038.0, 9065.0, 8987.0, 9048.0, 9009.0, 9049.0, 9037.0, 9036.0, 9014.0, 9053.0, 9023.0, 9051.0, 9026.0, 9030.0, 9009.0, 9010.0, 9023.0, 9000.0, 9061.0, 9006.0, 9052.0, 8997.0, 9045.0, 8987.0, 9045.0, 9007.0, 9012.0, 9000.0, 9034.0, 9012.0, 9047.0, 9014.0, 9069.0, 9007.0, 9033.0, 9007.0, 9082.0, 9023.0, 9083.0, 9015.0, 9041.0, 9019.0, 9036.0, 9028.0, 9087.0, 9015.0, 9016.0, 9027.0, 9015.0, 9030.0, 9021.0, 9024.0, 9014.0, 9033.0, 9031.0, 9083.0, 9014.0, 9096.0, 9005.0, 9024.0, 9013.0, 9037.0, 9011.0, 9080.0, 9043.0, 9064.0, 9017.0, 9037.0, 9002.0, 9054.0, 9035.0, 9065.0, 8999.0, 9037.0, 9000.0, 9053.0, 9058.0, 9040.0, 9001.0, 9038.0, 8991.0, 9037.0, 9016.0, 9030.0, 9027.0, 9036.0, 8998.0, 9036.0, 9015.0, 9050.0, 9010.0, 9047.0, 8992.0, 9018.0, 9009.0, 9038.0, 8993.0, 9006.0, 9001.0, 8993.0, 9028.0, 9008.0, 9001.0, 9041.0, 9015.0, 9015.0, 9027.0, 9010.0, 9030.0, 9046.0, 9004.0, 9018.0, 9032.0, 9020.0, 9032.0, 9077.0, 9022.0, 9089.0, 9018.0, 9074.0, 9018.0, 9114.0, 9011.0, 9088.0, 8997.0, 9069.0, 9011.0, 9104.0, 8989.0, 9061.0, 8995.0, 9038.0, 8994.0, 9082.0, 8989.0, 8992.0, 8993.0, 8993.0, 9008.0, 9013.0, 9010.0, 9011.0, 9019.0, 9026.0, 9012.0, 9047.0, 9007.0, 9009.0, 9002.0, 9015.0, 9008.0, 9026.0, 8997.0, 8984.0, 9006.0, 8997.0, 9061.0, 8998.0, 8993.0, 8982.0, 9060.0, 8998.0, 9047.0, 9022.0, 9020.0, 8978.0, 9006.0, 8989.0, 9029.0, 8989.0, 9002.0, 8989.0, 8991.0, 9006.0, 8997.0, 9007.0, 9004.0, 9007.0, 9013.0, 8988.0, 9016.0, 9036.0, 9012.0, 9016.0, 9024.0, 9033.0, 9021.0, 9033.0, 9023.0, 9033.0, 9012.0, 9030.0, 9026.0, 9036.0, 9097.0, 9027.0, 9051.0, 9011.0, 9039.0, 9035.0, 9096.0, 9013.0, 9034.0, 9031.0, 9022.0, 9065.0, 9067.0, 9046.0, 9018.0, 9129.0, 8993.0, 9084.0, 9058.0, 9079.0, 8998.0, 9039.0, 9030.0, 9050.0, 9014.0, 9026.0, 9015.0, 9018.0, 9035.0, 9049.0, 9027.0, 9046.0, 9059.0, 9019.0, 9086.0, 9019.0, 9068.0, 9031.0, 9033.0, 9014.0, 9024.0, 9020.0, 9027.0, 8999.0, 9022.0, 9005.0, 8999.0, 9036.0, 9014.0, 9064.0, 8992.0, 9036.0, 9001.0, 9053.0, 9031.0, 9052.0, 9016.0, 9020.0, 9016.0, 9026.0, 9015.0, 9005.0, 9027.0, 9032.0, 9009.0, 9002.0, 9091.0, 9016.0, 9067.0, 9020.0, 9038.0, 9005.0, 9037.0, 9005.0, 9045.0, 9016.0, 9020.0, 9032.0, 9017.0, 9039.0, 9028.0, 9039.0, 9082.0, 9023.0, 9018.0, 9032.0, 9024.0, 9087.0, 9063.0, 9029.0, 9010.0, 9060.0, 9005.0, 9092.0, 9033.0, 9096.0, 9000.0, 9055.0, 9017.0, 9057.0, 9036.0, 9060.0, 9003.0, 9029.0, 8988.0, 9035.0, 9014.0, 9038.0, 8984.0, 9022.0, 8996.0, 9015.0, 8997.0, 9040.0, 8994.0, 8999.0, 9007.0, 8996.0, 9022.0, 9000.0, 9012.0, 9003.0, 9010.0, 9067.0, 9020.0, 9093.0, 9024.0, 9035.0, 9010.0, 9033.0, 9007.0, 9027.0, 9006.0, 9002.0, 9086.0, 9021.0, 9076.0, 9014.0, 9059.0, 9016.0, 9076.0, 9025.0, 9063.0, 9046.0, 9081.0, 9036.0, 9084.0, 9045.0, 9087.0, 9025.0, 9094.0, 9030.0, 9080.0, 9025.0, 9095.0, 9023.0, 9104.0, 9004.0, 9071.0, 9001.0, 9102.0, 9033.0, 9116.0, 8993.0, 9016.0, 9084.0, 8980.0, 9108.0, 9040.0, 9062.0, 8977.0, 9032.0, 8979.0, 9021.0, 9006.0, 9031.0, 8978.0, 8999.0, 8984.0, 9010.0, 9009.0, 9020.0, 8998.0, 8965.0, 9025.0, 8973.0, 9012.0, 8987.0, 9012.0, 8972.0, 8989.0, 8974.0, 8983.0, 8975.0, 8985.0, 9016.0, 8980.0, 9003.0, 8981.0, 9035.0, 8996.0, 9034.0, 8994.0, 9024.0, 8992.0, 8999.0, 9020.0, 8972.0, 9032.0, 8984.0, 9034.0, 8997.0, 9035.0, 9014.0, 9026.0, 9007.0, 9040.0, 9016.0, 9056.0, 9006.0, 9048.0, 9039.0, 9037.0, 9032.0, 9039.0, 9021.0, 9048.0, 9036.0, 9018.0, 9038.0, 9025.0, 9025.0, 9068.0, 9018.0, 9022.0, 9018.0, 9010.0, 9102.0, 9049.0, 9055.0, 8995.0, 9082.0, 9017.0, 9069.0, 9045.0, 9066.0, 9000.0, 9038.0, 9001.0, 9041.0, 8996.0, 9040.0, 8994.0, 8999.0, 9049.0, 8989.0, 9049.0, 9001.0, 9031.0, 8969.0, 9031.0, 8999.0, 9053.0, 8998.0, 9040.0, 8999.0, 9017.0, 9014.0, 9019.0, 9056.0, 9017.0, 9011.0, 8993.0, 9096.0, 9008.0, 9073.0, 9045.0, 9069.0, 9002.0, 9044.0, 9022.0, 9060.0, 9045.0, 9048.0, 9026.0, 9069.0, 9048.0, 9086.0, 9037.0, 9120.0, 9015.0, 9099.0, 8995.0, 9053.0, 9004.0, 9107.0, 8989.0, 8979.0, 8998.0, 8966.0, 9089.0, 9006.0, 9063.0, 8975.0, 9017.0, 8978.0, 9029.0, 8994.0, 9017.0, 8995.0, 9028.0, 8999.0, 9050.0, 9016.0, 9048.0, 8982.0, 9021.0, 8996.0, 9036.0, 9008.0, 9018.0, 8978.0, 9019.0, 8994.0, 9010.0, 9011.0, 9012.0, 9008.0, 8999.0, 9036.0, 9008.0, 9070.0, 9004.0, 9039.0, 8990.0, 9035.0, 8999.0, 9056.0, 9007.0, 9041.0, 9001.0, 9044.0, 9019.0, 9049.0, 9023.0, 9048.0, 9018.0, 9032.0, 9008.0, 9009.0, 9091.0, 9033.0, 9101.0, 9030.0, 9067.0, 8992.0, 9052.0, 9015.0, 9046.0, 9029.0, 9060.0, 8984.0, 9017.0, 8990.0, 9040.0, 9004.0, 9038.0, 9001.0, 9028.0, 9003.0, 9043.0, 8998.0, 9059.0, 8997.0, 8999.0, 9003.0, 9013.0, 9026.0, 9038.0, 9032.0, 8995.0, 9066.0, 8980.0, 9032.0, 9004.0, 9014.0, 8963.0, 8989.0, 8995.0, 8996.0, 9006.0, 8998.0, 8992.0, 9000.0, 9056.0, 9005.0, 9053.0, 9015.0, 9038.0, 9015.0, 9041.0, 9018.0, 9048.0, 9011.0, 9060.0, 9016.0, 9031.0, 9005.0, 9010.0, 9021.0, 9024.0, 9021.0, 9023.0, 9070.0, 8998.0, 9118.0, 9020.0, 9082.0, 9046.0, 9042.0, 9009.0, 9055.0, 9009.0, 9055.0, 9007.0, 9028.0, 8999.0, 9002.0, 9016.0, 9005.0, 9032.0, 9010.0, 8999.0, 9013.0, 9017.0, 9022.0, 9087.0, 9007.0, 9077.0, 9020.0, 9073.0, 9005.0, 9058.0, 9035.0, 9061.0, 9033.0, 9061.0, 9002.0, 9031.0, 9003.0, 9044.0, 8987.0, 9056.0, 8999.0, 9015.0, 9002.0, 9022.0, 8983.0, 9045.0, 8997.0, 8983.0, 8985.0, 8998.0, 9027.0, 9002.0, 9039.0, 8987.0, 9066.0, 8990.0, 9052.0, 9003.0, 9035.0, 8972.0, 9022.0, 8983.0, 9026.0, 8987.0, 9040.0, 8981.0, 8998.0, 8997.0, 8993.0, 9025.0, 9000.0, 8995.0, 8997.0, 9061.0, 8991.0, 9039.0, 9030.0, 9033.0, 9001.0, 9028.0, 9004.0, 9030.0, 8989.0, 9030.0, 8997.0, 9001.0, 9079.0, 9004.0, 9052.0, 9014.0, 9036.0, 8974.0, 9024.0, 8997.0, 9001.0, 9006.0, 9021.0, 9005.0, 9024.0, 9007.0, 9024.0, 9089.0, 9025.0, 9088.0, 9022.0, 9080.0, 9022.0, 9074.0, 9042.0, 9072.0, 9017.0, 9042.0, 8993.0, 9038.0, 9004.0, 9038.0, 9003.0, 9033.0, 9012.0, 9005.0, 9015.0, 9005.0, 9030.0, 9005.0, 9059.0, 9021.0, 9079.0, 9040.0, 9075.0, 9031.0, 9048.0, 8999.0, 9055.0, 9023.0, 9077.0, 9055.0, 9065.0, 9010.0, 9059.0, 9005.0, 9045.0, 9013.0, 9090.0, 8988.0, 9036.0, 8998.0, 8991.0, 9050.0, 8993.0, 9103.0, 9011.0, 9043.0, 8994.0, 9046.0, 9018.0, 9056.0, 9050.0, 9054.0, 8989.0, 9028.0, 8986.0, 9046.0, 8979.0, 9057.0, 8994.0, 8994.0, 8997.0, 9002.0, 9081.0, 9002.0, 9013.0, 8991.0, 9014.0, 8997.0, 9033.0, 9002.0, 9032.0, 9003.0, 9005.0, 9020.0, 9009.0, 9101.0, 8996.0, 9070.0, 9019.0, 9059.0, 9010.0, 9061.0, 9023.0, 9060.0, 9000.0, 9034.0, 9022.0, 9023.0, 9002.0, 9040.0, 8981.0, 8995.0, 9044.0, 9008.0, 9089.0, 9020.0, 9083.0, 9006.0, 9043.0, 9005.0, 9059.0, 9036.0, 9060.0, 9008.0, 9047.0, 8995.0, 9024.0, 8992.0, 9047.0, 8994.0, 8993.0, 8998.0, 9008.0, 9101.0, 9004.0, 9066.0, 9016.0, 9039.0, 9002.0, 9033.0, 9005.0, 9053.0, 9016.0, 9020.0, 9024.0, 9043.0, 9042.0, 9032.0, 9024.0, 9038.0, 9020.0, 9037.0, 9085.0, 9050.0, 9108.0, 9062.0, 9084.0, 9034.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.0003181004566210046</td></tr>
<tr><td colspan=3>aqi</td><td>0.020860112694063928</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.83905332290674</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1644349868372939</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9764276423400372</td></tr>
<tr><td colspan=3>efc</td><td>0.4546</td></tr>
<tr><td colspan=3>fber</td><td>6201.4863</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09131981609713875</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2831050228310503</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2967279687794204</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.21352658358905</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.513009212812464</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1636481099367475</td></tr>
<tr><td colspan=3>gcor</td><td>0.00681404</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020164884626865387</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03206757456064224</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.729519931887053</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>39.449</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9098</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.1144</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306425.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>669.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.5417</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9291</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.2878</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3290.4592</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.4586</td></tr>
<tr><td colspan=3>tsnr</td><td>39.21306945523247</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>