ds005256-mriqc/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 6b5854070c [DATALAD RUNCMD] Compute MRIQC for sub-0090
=== 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-0090 --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-0090",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:52 +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-0090_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0090/ses-01/func/sub-0090_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e001b4db48fc0da6ff5c5867ee620ff2</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>21:36:39.590000</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.998938, 0.0187708, 0.0420755, -0.0214481, 0.997712, 0.0641081]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104909</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7729, -7233, 587, 41, -81, -94, -5]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.257</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ac8e17a1-f400-47c5-999d-42107e9e2c85||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.6800777912139893, -0.057543572038412094, 0.11009500175714493, 112.96612548828125], [-0.0503607913851738, 2.6767895221710205, 0.1753445565700531, -94.906494140625], [0.11288559436798096, -0.17199724912643433, 2.692049980163574, -59.23274230957031], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['213639.590000', '213640.050000', '213640.510000', '213640.970000', '213641.430000', '213641.890000', '213642.350000', '213642.810000', '213643.270000', '213643.730000', '213644.190000', '213644.650000', '213645.110000', '213645.570000', '213646.030000', '213646.490000', '213646.950000', '213647.410000', '213647.870000', '213648.330000', '213648.790000', '213649.250000', '213649.710000', '213650.170000', '213650.630000', '213651.090000', '213651.550000', '213652.010000', '213652.470000', '213652.930000', '213653.390000', '213653.850000', '213654.310000', '213654.770000', '213655.230000', '213655.690000', '213656.150000', '213656.610000', '213657.070000', '213657.530000', '213657.990000', '213658.450000', '213658.910000', '213659.370000', '213659.830000', '213700.290000', '213700.750000', '213701.210000', '213701.670000', '213702.130000', '213702.590000', '213703.050000', '213703.510000', '213703.970000', '213704.430000', '213704.890000', '213705.350000', '213705.810000', '213706.270000', '213706.730000', '213707.190000', '213707.650000', '213708.110000', '213708.570000', '213709.030000', '213709.490000', '213709.950000', '213710.410000', '213710.870000', '213711.330000', '213711.790000', '213712.250000', '213712.710000', '213713.170000', '213713.630000', '213714.090000', '213714.550000', '213715.010000', '213715.470000', '213715.930000', '213716.390000', '213716.850000', '213717.310000', '213717.770000', '213718.230000', '213718.690000', '213719.150000', '213719.610000', '213720.070000', '213720.530000', '213720.990000', '213721.450000', '213721.910000', '213722.370000', '213722.830000', '213723.290000', '213723.750000', '213724.210000', '213724.670000', '213725.130000', '213725.590000', '213726.050000', '213726.510000', '213726.970000', '213727.430000', '213727.890000', '213728.350000', '213728.810000', '213729.270000', '213729.730000', '213730.190000', '213730.650000', '213731.110000', '213731.570000', '213732.030000', '213732.490000', '213732.950000', '213733.410000', '213733.870000', '213734.330000', '213734.790000', '213735.250000', '213735.710000', '213736.170000', '213736.630000', '213737.090000', '213737.550000', '213738.010000', '213738.470000', '213738.930000', '213739.390000', '213739.850000', '213740.310000', '213740.770000', '213741.230000', '213741.690000', '213742.150000', '213742.610000', '213743.070000', '213743.530000', '213743.990000', '213744.450000', '213744.910000', '213745.370000', '213745.830000', '213746.290000', '213746.750000', '213747.210000', '213747.670000', '213748.130000', '213748.590000', '213749.050000', '213749.510000', '213749.970000', '213750.430000', '213750.890000', '213751.350000', '213751.810000', '213752.270000', '213752.730000', '213753.190000', '213753.650000', '213754.110000', '213754.570000', '213755.030000', '213755.490000', '213755.950000', '213756.410000', '213756.870000', '213757.330000', '213757.790000', '213758.250000', '213758.710000', '213759.170000', '213759.630000', '213800.090000', '213800.550000', '213801.010000', '213801.470000', '213801.930000', '213802.390000', '213802.850000', '213803.310000', '213803.770000', '213804.230000', '213804.690000', '213805.150000', '213805.610000', '213806.070000', '213806.530000', '213806.990000', '213807.450000', '213807.910000', '213808.370000', '213808.830000', '213809.290000', '213809.750000', '213810.210000', '213810.670000', '213811.130000', '213811.590000', '213812.050000', '213812.510000', '213812.970000', '213813.430000', '213813.890000', '213814.350000', '213814.810000', '213815.270000', '213815.730000', '213816.190000', '213816.650000', '213817.110000', '213817.570000', '213818.030000', '213818.490000', '213818.950000', '213819.410000', '213819.870000', '213820.330000', '213820.790000', '213821.250000', '213821.710000', '213822.170000', '213822.630000', '213823.090000', '213823.550000', '213824.010000', '213824.470000', '213824.930000', '213825.390000', '213825.850000', '213826.310000', '213826.770000', '213827.230000', '213827.690000', '213828.150000', '213828.610000', '213829.070000', '213829.530000', '213829.990000', '213830.450000', '213830.910000', '213831.370000', '213831.830000', '213832.290000', '213832.750000', '213833.210000', '213833.670000', '213834.130000', '213834.590000', '213835.050000', '213835.510000', '213835.970000', '213836.430000', '213836.890000', '213837.350000', '213837.810000', '213838.270000', '213838.730000', '213839.190000', '213839.650000', '213840.110000', '213840.570000', '213841.030000', '213841.490000', '213841.950000', '213842.410000', '213842.870000', '213843.330000', '213843.790000', '213844.250000', '213844.710000', '213845.170000', '213845.630000', '213846.090000', '213846.550000', '213847.010000', '213847.470000', '213847.930000', '213848.390000', '213848.850000', '213849.310000', '213849.770000', '213850.230000', '213850.690000', '213851.150000', '213851.610000', '213852.070000', '213852.530000', '213852.990000', '213853.450000', '213853.910000', '213854.370000', '213854.830000', '213855.290000', '213855.750000', '213856.210000', '213856.670000', '213857.130000', '213857.590000', '213858.050000', '213858.510000', '213858.970000', '213859.430000', '213859.890000', '213900.350000', '213900.810000', '213901.270000', '213901.730000', '213902.190000', '213902.650000', '213903.110000', '213903.570000', '213904.030000', '213904.490000', '213904.950000', '213905.410000', '213905.870000', '213906.330000', '213906.790000', '213907.250000', '213907.710000', '213908.170000', '213908.630000', '213909.090000', '213909.550000', '213910.010000', '213910.470000', '213910.930000', '213911.390000', '213911.850000', '213912.310000', '213912.770000', '213913.230000', '213913.690000', '213914.150000', '213914.610000', '213915.070000', '213915.530000', '213915.990000', '213916.450000', '213916.910000', '213917.370000', '213917.830000', '213918.290000', '213918.750000', '213919.210000', '213919.670000', '213920.130000', '213920.590000', '213921.050000', '213921.510000', '213921.970000', '213922.430000', '213922.890000', '213923.350000', '213923.810000', '213924.270000', '213924.730000', '213925.190000', '213925.650000', '213926.110000', '213926.570000', '213927.030000', '213927.490000', '213927.950000', '213928.410000', '213928.870000', '213929.330000', '213929.790000', '213930.250000', '213930.710000', '213931.170000', '213931.630000', '213932.090000', '213932.550000', '213933.010000', '213933.470000', '213933.930000', '213934.390000', '213934.850000', '213935.310000', '213935.770000', '213936.230000', '213936.690000', '213937.150000', '213937.610000', '213938.070000', '213938.530000', '213938.990000', '213939.450000', '213939.910000', '213940.370000', '213940.830000', '213941.290000', '213941.750000', '213942.210000', '213942.670000', '213943.130000', '213943.590000', '213944.050000', '213944.510000', '213944.970000', '213945.430000', '213945.890000', '213946.350000', '213946.810000', '213947.270000', '213947.730000', '213948.190000', '213948.650000', '213949.110000', '213949.570000', '213950.030000', '213950.490000', '213950.950000', '213951.410000', '213951.870000', '213952.330000', '213952.790000', '213953.250000', '213953.710000', '213954.170000', '213954.630000', '213955.090000', '213955.550000', '213956.010000', '213956.470000', '213956.930000', '213957.390000', '213957.850000', '213958.310000', '213958.770000', '213959.230000', '213959.690000', '214000.150000', '214000.610000', '214001.070000', '214001.530000', '214001.990000', '214002.450000', '214002.910000', '214003.370000', '214003.830000', '214004.290000', '214004.750000', '214005.210000', '214005.670000', '214006.130000', '214006.590000', '214007.050000', '214007.510000', '214007.970000', '214008.430000', '214008.890000', '214009.350000', '214009.810000', '214010.270000', '214010.730000', '214011.190000', '214011.650000', '214012.110000', '214012.570000', '214013.030000', '214013.490000', '214013.950000', '214014.410000', '214014.870000', '214015.330000', '214015.790000', '214016.250000', '214016.710000', '214017.170000', '214017.630000', '214018.090000', '214018.550000', '214019.010000', '214019.470000', '214019.930000', '214020.390000', '214020.850000', '214021.310000', '214021.770000', '214022.230000', '214022.690000', '214023.150000', '214023.610000', '214024.070000', '214024.530000', '214024.990000', '214025.450000', '214025.910000', '214026.370000', '214026.830000', '214027.290000', '214027.750000', '214028.210000', '214028.670000', '214029.130000', '214029.590000', '214030.050000', '214030.510000', '214030.970000', '214031.430000', '214031.890000', '214032.350000', '214032.810000', '214033.270000', '214033.730000', '214034.190000', '214034.650000', '214035.110000', '214035.570000', '214036.030000', '214036.490000', '214036.950000', '214037.410000', '214037.870000', '214038.330000', '214038.790000', '214039.250000', '214039.710000', '214040.170000', '214040.630000', '214041.090000', '214041.550000', '214042.010000', '214042.470000', '214042.930000', '214043.390000', '214043.850000', '214044.310000', '214044.770000', '214045.230000', '214045.690000', '214046.150000', '214046.610000', '214047.070000', '214047.530000', '214047.990000', '214048.450000', '214048.910000', '214049.370000', '214049.830000', '214050.290000', '214050.750000', '214051.210000', '214051.670000', '214052.130000', '214052.590000', '214053.050000', '214053.510000', '214053.970000', '214054.430000', '214054.890000', '214055.350000', '214055.810000', '214056.270000', '214056.730000', '214057.190000', '214057.650000', '214058.110000', '214058.570000', '214059.030000', '214059.490000', '214059.950000', '214100.410000', '214100.870000', '214101.330000', '214101.790000', '214102.250000', '214102.710000', '214103.170000', '214103.630000', '214104.090000', '214104.550000', '214105.010000', '214105.470000', '214105.930000', '214106.390000', '214106.850000', '214107.310000', '214107.770000', '214108.230000', '214108.690000', '214109.150000', '214109.610000', '214110.070000', '214110.530000', '214110.990000', '214111.450000', '214111.910000', '214112.370000', '214112.830000', '214113.290000', '214113.750000', '214114.210000', '214114.670000', '214115.130000', '214115.590000', '214116.050000', '214116.510000', '214116.970000', '214117.430000', '214117.890000', '214118.350000', '214118.810000', '214119.270000', '214119.730000', '214120.190000', '214120.650000', '214121.110000', '214121.570000', '214122.030000', '214122.490000', '214122.950000', '214123.410000', '214123.870000', '214124.330000', '214124.790000', '214125.250000', '214125.710000', '214126.170000', '214126.630000', '214127.090000', '214127.550000', '214128.010000', '214128.470000', '214128.930000', '214129.390000', '214129.850000', '214130.310000', '214130.770000', '214131.230000', '214131.690000', '214132.150000', '214132.610000', '214133.070000', '214133.530000', '214133.990000', '214134.450000', '214134.910000', '214135.370000', '214135.830000', '214136.290000', '214136.750000', '214137.210000', '214137.670000', '214138.130000', '214138.590000', '214139.050000', '214139.510000', '214139.970000', '214140.430000', '214140.890000', '214141.350000', '214141.810000', '214142.270000', '214142.730000', '214143.190000', '214143.650000', '214144.110000', '214144.570000', '214145.030000', '214145.490000', '214145.950000', '214146.410000', '214146.870000', '214147.330000', '214147.790000', '214148.250000', '214148.710000', '214149.170000', '214149.630000', '214150.090000', '214150.550000', '214151.010000', '214151.470000', '214151.930000', '214152.390000', '214152.850000', '214153.310000', '214153.770000', '214154.230000', '214154.690000', '214155.150000', '214155.610000', '214156.070000', '214156.530000', '214156.990000', '214157.450000', '214157.910000', '214158.370000', '214158.830000', '214159.290000', '214159.750000', '214200.210000', '214200.670000', '214201.130000', '214201.590000', '214202.050000', '214202.510000', '214202.970000', '214203.430000', '214203.890000', '214204.350000', '214204.810000', '214205.270000', '214205.730000', '214206.190000', '214206.650000', '214207.110000', '214207.570000', '214208.030000', '214208.490000', '214208.950000', '214209.410000', '214209.870000', '214210.330000', '214210.790000', '214211.250000', '214211.710000', '214212.170000', '214212.630000', '214213.090000', '214213.550000', '214214.010000', '214214.470000', '214214.930000', '214215.390000', '214215.850000', '214216.310000', '214216.770000', '214217.230000', '214217.690000', '214218.150000', '214218.610000', '214219.070000', '214219.530000', '214219.990000', '214220.450000', '214220.910000', '214221.370000', '214221.830000', '214222.290000', '214222.750000', '214223.210000', '214223.670000', '214224.130000', '214224.590000', '214225.050000', '214225.510000', '214225.970000', '214226.430000', '214226.890000', '214227.350000', '214227.810000', '214228.270000', '214228.730000', '214229.190000', '214229.650000', '214230.110000', '214230.570000', '214231.030000', '214231.490000', '214231.950000', '214232.410000', '214232.870000', '214233.330000', '214233.790000', '214234.250000', '214234.710000', '214235.170000', '214235.630000', '214236.090000', '214236.550000', '214237.010000', '214237.470000', '214237.930000', '214238.390000', '214238.850000', '214239.310000', '214239.770000', '214240.230000', '214240.690000', '214241.150000', '214241.610000', '214242.070000', '214242.530000', '214242.990000', '214243.450000', '214243.910000', '214244.370000', '214244.830000', '214245.290000', '214245.750000', '214246.210000', '214246.670000', '214247.130000', '214247.590000', '214248.050000', '214248.510000', '214248.970000', '214249.430000', '214249.890000', '214250.350000', '214250.810000', '214251.270000', '214251.730000', '214252.190000', '214252.650000', '214253.110000', '214253.570000', '214254.030000', '214254.490000', '214254.950000', '214255.410000', '214255.870000', '214256.330000', '214256.790000', '214257.250000', '214257.710000', '214258.170000', '214258.630000', '214259.090000', '214259.550000', '214300.010000', '214300.470000', '214300.930000', '214301.390000', '214301.850000', '214302.310000', '214302.770000', '214303.230000', '214303.690000', '214304.150000', '214304.610000', '214305.070000', '214305.530000', '214305.990000', '214306.450000', '214306.910000', '214307.370000', '214307.830000', '214308.290000', '214308.750000', '214309.210000', '214309.670000', '214310.130000', '214310.590000', '214311.050000', '214311.510000', '214311.970000', '214312.430000', '214312.890000', '214313.350000', '214313.810000', '214314.270000', '214314.730000', '214315.190000', '214315.650000', '214316.110000', '214316.570000', '214317.030000', '214317.490000', '214317.950000', '214318.410000', '214318.870000', '214319.330000', '214319.790000', '214320.250000', '214320.710000', '214321.170000', '214321.630000', '214322.090000', '214322.550000', '214323.010000', '214323.470000', '214323.930000', '214324.390000', '214324.850000', '214325.310000', '214325.770000', '214326.230000', '214326.690000', '214327.150000', '214327.610000', '214328.070000', '214328.530000', '214328.990000', '214329.450000', '214329.910000', '214330.370000', '214330.830000', '214331.290000', '214331.750000', '214332.210000', '214332.670000', '214333.130000', '214333.590000', '214334.050000', '214334.510000', '214334.970000', '214335.430000', '214335.890000', '214336.350000', '214336.810000', '214337.270000', '214337.730000', '214338.190000', '214338.650000', '214339.110000', '214339.570000', '214340.030000', '214340.490000', '214340.950000', '214341.410000', '214341.870000', '214342.330000', '214342.790000', '214343.250000', '214343.710000', '214344.170000', '214344.630000', '214345.090000', '214345.550000', '214346.010000', '214346.470000', '214346.930000', '214347.390000', '214347.850000', '214348.310000', '214348.770000', '214349.230000', '214349.690000', '214350.150000', '214350.610000', '214351.070000', '214351.530000', '214351.990000', '214352.450000', '214352.910000', '214353.370000', '214353.830000', '214354.290000', '214354.750000', '214355.210000', '214355.670000', '214356.130000', '214356.590000', '214357.050000', '214357.510000', '214357.970000', '214358.430000', '214358.890000', '214359.350000', '214359.810000', '214400.270000', '214400.730000', '214401.190000', '214401.650000', '214402.110000', '214402.570000', '214403.030000', '214403.490000', '214403.950000', '214404.410000', '214404.870000', '214405.330000', '214405.790000', '214406.250000', '214406.710000', '214407.170000', '214407.630000', '214408.090000', '214408.550000', '214409.010000', '214409.470000', '214409.930000', '214410.390000', '214410.850000', '214411.310000', '214411.770000', '214412.230000', '214412.690000', '214413.150000', '214413.610000', '214414.070000', '214414.530000', '214414.990000', '214415.450000', '214415.910000', '214416.370000', '214416.830000', '214417.290000', '214417.750000', '214418.210000', '214418.670000', '214419.130000', '214419.590000', '214420.050000', '214420.510000', '214420.970000', '214421.430000', '214421.890000', '214422.350000', '214422.810000', '214423.270000', '214423.730000', '214424.190000', '214424.650000', '214425.110000', '214425.570000', '214426.030000', '214426.490000', '214426.950000', '214427.410000', '214427.870000', '214428.330000', '214428.790000', '214429.250000', '214429.710000', '214430.170000', '214430.630000', '214431.090000', '214431.550000', '214432.010000', '214432.470000', '214432.930000', '214433.390000', '214433.850000', '214434.310000', '214434.770000', '214435.230000', '214435.690000', '214436.150000', '214436.610000', '214437.070000', '214437.530000', '214437.990000', '214438.450000', '214438.910000', '214439.370000', '214439.830000', '214440.290000', '214440.750000', '214441.210000', '214441.670000', '214442.130000', '214442.590000', '214443.050000', '214443.510000', '214443.970000', '214444.430000', '214444.890000', '214445.350000', '214445.810000', '214446.270000', '214446.730000', '214447.190000', '214447.650000', '214448.110000', '214448.570000', '214449.030000', '214449.490000', '214449.950000', '214450.410000', '214450.870000', '214451.330000', '214451.790000', '214452.250000', '214452.710000'], 'ContentTime': ['213654.745000', '213654.749000', '213654.751000', '213654.754000', '213654.757000', '213654.759000', '213654.771000', '213654.782000', '213654.785000', '213654.787000', '213654.790000', '213654.792000', '213654.795000', '213654.798000', '213654.801000', '213654.803000', '213654.806000', '213654.808000', '213654.817000', '213654.820000', '213654.822000', '213654.825000', '213654.827000', '213654.830000', '213654.833000', '213654.835000', '213654.838000', '213654.846000', '213654.849000', '213654.852000', '213714.701000', '213714.704000', '213714.707000', '213714.709000', '213714.712000', '213714.715000', '213714.717000', '213714.720000', '213714.722000', '213714.725000', '213714.728000', '213714.735000', '213714.738000', '213714.741000', '213714.743000', '213714.746000', '213714.748000', '213714.751000', '213714.754000', '213714.757000', '213714.760000', '213714.762000', '213714.765000', '213714.768000', '213714.770000', '213714.773000', '213714.776000', '213714.778000', '213714.781000', '213714.784000', '213714.786000', '213714.789000', '213714.791000', '213714.794000', '213714.797000', '213714.799000', '213714.802000', '213714.805000', '213714.807000', '213714.810000', '213714.813000', '213714.815000', '213714.818000', '213714.820000', '213734.700000', '213734.702000', '213734.705000', '213734.708000', '213734.711000', '213734.713000', '213734.716000', '213734.719000', '213734.721000', '213734.724000', '213734.726000', '213734.729000', '213734.732000', '213734.734000', '213734.737000', '213734.740000', '213734.742000', '213734.745000', '213734.748000', '213734.758000', '213734.761000', '213734.764000', '213734.766000', '213734.769000', '213734.772000', '213734.774000', '213734.777000', '213734.779000', '213734.782000', '213734.785000', '213734.787000', '213734.790000', '213734.793000', '213734.795000', '213734.798000', '213734.801000', '213734.803000', '213734.806000', '213734.809000', '213734.811000', '213734.814000', '213734.817000', '213734.819000', '213754.699000', '213754.702000', '213754.705000', '213754.707000', '213754.710000', '213754.713000', '213754.715000', '213754.718000', '213754.721000', '213754.723000', '213754.726000', '213754.728000', '213754.731000', '213754.734000', '213754.736000', '213754.739000', '213754.742000', '213754.744000', '213754.747000', '213754.749000', '213754.752000', '213754.755000', '213754.757000', '213754.760000', '213754.763000', '213754.765000', '213754.768000', '213754.771000', '213754.773000', '213754.776000', '213754.779000', '213754.781000', '213754.784000', '213754.787000', '213754.789000', '213754.792000', '213754.795000', '213754.797000', '213754.800000', '213754.802000', '213754.805000', '213754.808000', '213754.810000', '213754.813000', '213814.699000', '213814.702000', '213814.705000', '213814.707000', '213814.710000', '213814.713000', '213814.715000', '213814.718000', '213814.721000', '213814.723000', '213814.726000', '213814.728000', '213814.731000', '213814.733000', '213814.736000', '213814.739000', '213814.741000', '213814.744000', '213814.747000', '213814.749000', '213814.752000', '213814.755000', '213814.758000', '213814.760000', '213814.763000', '213814.766000', '213814.768000', '213814.771000', '213814.774000', '213814.776000', '213814.779000', '213814.782000', '213814.784000', '213814.787000', '213814.790000', '213814.792000', '213814.795000', '213814.798000', '213814.801000', '213814.803000', '213814.806000', '213814.808000', '213814.811000', '213834.698000', '213834.701000', '213834.704000', '213834.706000', '213834.709000', '213834.712000', '213834.714000', '213834.717000', '213834.720000', '213834.722000', '213834.725000', '213834.727000', '213834.730000', '213834.733000', '213834.735000', '213834.739000', '213834.742000', '213834.745000', '213834.748000', '213834.750000', '213834.753000', '213834.756000', '213834.758000', '213834.761000', '213834.764000', '213834.766000', '213834.769000', '213834.772000', '213834.774000', '213834.777000', '213834.780000', '213834.782000', '213834.785000', '213834.788000', '213834.790000', '213834.793000', '213834.796000', '213834.798000', '213834.801000', '213834.804000', '213834.806000', '213834.809000', '213834.812000', '213854.698000', '213854.701000', '213854.704000', '213854.707000', '213854.710000', '213854.712000', '213854.715000', '213854.723000', '213854.726000', '213854.729000', '213854.732000', '213854.734000', '213854.737000', '213854.740000', '213854.742000', '213854.745000', '213854.747000', '213854.750000', '213854.753000', '213854.756000', '213854.758000', '213854.761000', '213854.763000', '213854.766000', '213854.769000', '213854.771000', '213854.774000', '213854.777000', '213854.779000', '213854.782000', '213854.785000', '213854.787000', '213854.790000', '213854.792000', '213854.795000', '213854.798000', '213854.801000', '213854.803000', '213854.806000', '213854.809000', '213854.811000', '213854.814000', '213854.817000', '213854.819000', '213914.699000', '213914.701000', '213914.705000', '213914.708000', '213914.711000', '213914.714000', '213914.717000', '213914.719000', '213914.722000', '213914.724000', '213914.727000', '213914.730000', '213914.732000', '213914.735000', '213914.738000', '213914.740000', '213914.743000', '213914.745000', '213914.748000', '213914.751000', '213914.753000', '213914.756000', '213914.759000', '213914.761000', '213914.764000', '213914.767000', '213914.769000', '213914.772000', '213914.775000', '213914.777000', '213914.780000', '213914.783000', '213914.785000', '213914.788000', '213914.791000', '213914.793000', '213914.796000', '213914.799000', '213914.801000', '213914.804000', '213914.807000', '213914.809000', '213914.812000', '213934.700000', '213934.703000', '213934.706000', '213934.708000', '213934.711000', '213934.713000', '213934.716000', '213934.719000', '213934.721000', '213934.724000', '213934.727000', '213934.729000', '213934.732000', '213934.734000', '213934.737000', '213934.740000', '213934.742000', '213934.745000', '213934.747000', '213934.750000', '213934.753000', '213934.755000', '213934.758000', '213934.761000', '213934.763000', '213934.766000', '213934.768000', '213934.771000', '213934.774000', '213934.776000', '213934.779000', '213934.781000', '213934.784000', '213934.787000', '213934.789000', '213934.792000', '213934.795000', '213934.797000', '213934.800000', '213934.802000', '213934.805000', '213934.808000', '213934.810000', '213934.813000', '213954.699000', '213954.702000', '213954.705000', '213954.708000', '213954.710000', '213954.713000', '213954.716000', '213954.718000', '213954.721000', '213954.724000', '213954.726000', '213954.729000', '213954.732000', '213954.734000', '213954.737000', '213954.740000', '213954.742000', '213954.745000', '213954.748000', '213954.750000', '213954.753000', '213954.756000', '213954.759000', '213954.761000', '213954.764000', '213954.766000', '213954.769000', '213954.772000', '213954.774000', '213954.777000', '213954.780000', '213954.783000', '213954.786000', '213954.788000', '213954.791000', '213954.794000', '213954.796000', '213954.799000', '213954.802000', '213954.804000', '213954.807000', '213954.810000', '213954.812000', '214014.700000', '214014.702000', '214014.705000', '214014.708000', '214014.711000', '214014.713000', '214014.716000', '214014.719000', '214014.721000', '214014.724000', '214014.727000', '214014.729000', '214014.732000', '214014.735000', '214014.737000', '214014.740000', '214014.743000', '214014.745000', '214014.748000', '214014.751000', '214014.754000', '214014.756000', '214014.759000', '214014.761000', '214014.764000', '214014.767000', '214014.769000', '214014.772000', '214014.775000', '214014.777000', '214014.780000', '214014.783000', '214014.792000', '214014.794000', '214014.797000', '214014.800000', '214014.802000', '214014.805000', '214014.808000', '214014.810000', '214014.813000', '214014.815000', '214014.818000', '214014.821000', '214034.699000', '214034.703000', '214034.705000', '214034.708000', '214034.711000', '214034.714000', '214034.716000', '214034.719000', '214034.722000', '214034.724000', '214034.727000', '214034.730000', '214034.732000', '214034.735000', '214034.737000', '214034.740000', '214034.743000', '214034.745000', '214034.748000', '214034.751000', '214034.753000', '214034.756000', '214034.759000', '214034.761000', '214034.764000', '214034.767000', '214034.769000', '214034.772000', '214034.774000', '214034.777000', '214034.780000', '214034.792000', '214034.795000', '214034.797000', '214034.800000', '214034.803000', '214034.805000', '214034.808000', '214034.811000', '214034.813000', '214034.816000', '214034.819000', '214034.821000', '214054.699000', '214054.701000', '214054.705000', '214054.708000', '214054.711000', '214054.713000', '214054.716000', '214054.719000', '214054.721000', '214054.724000', '214054.726000', '214054.729000', '214054.732000', '214054.734000', '214054.737000', '214054.740000', '214054.742000', '214054.745000', '214054.748000', '214054.750000', '214054.753000', '214054.756000', '214054.758000', '214054.761000', '214054.764000', '214054.766000', '214054.769000', '214054.772000', '214054.774000', '214054.777000', '214054.780000', '214054.782000', '214054.785000', '214054.787000', '214054.790000', '214054.793000', '214054.795000', '214054.798000', '214054.801000', '214054.804000', '214054.806000', '214054.809000', '214054.812000', '214054.814000', '214114.699000', '214114.701000', '214114.704000', '214114.707000', '214114.710000', '214114.712000', '214114.715000', '214114.717000', '214114.720000', '214114.723000', '214114.725000', '214114.728000', '214114.731000', '214114.733000', '214114.736000', '214114.739000', '214114.741000', '214114.744000', '214114.747000', '214114.749000', '214114.752000', '214114.755000', '214114.757000', '214114.760000', '214114.763000', '214114.765000', '214114.768000', '214114.771000', '214114.773000', '214114.776000', '214114.779000', '214114.781000', '214114.784000', '214114.787000', '214114.790000', '214114.794000', '214114.797000', '214114.800000', '214114.803000', '214114.806000', '214114.808000', '214114.811000', '214114.813000', '214134.698000', '214134.702000', '214134.705000', '214134.707000', '214134.710000', '214134.713000', '214134.716000', '214134.718000', '214134.721000', '214134.724000', '214134.726000', '214134.729000', '214134.732000', '214134.734000', '214134.737000', '214134.740000', '214134.742000', '214134.745000', '214134.748000', '214134.750000', '214134.753000', '214134.756000', '214134.758000', '214134.761000', '214134.763000', '214134.766000', '214134.769000', '214134.771000', '214134.774000', '214134.777000', '214134.779000', '214134.782000', '214134.785000', '214134.788000', '214134.790000', '214134.793000', '214134.796000', '214134.799000', '214134.801000', '214134.804000', '214134.807000', '214134.810000', '214134.812000', '214134.815000', '214154.699000', '214154.702000', '214154.705000', '214154.708000', '214154.710000', '214154.713000', '214154.715000', '214154.718000', '214154.721000', '214154.723000', '214154.726000', '214154.728000', '214154.731000', '214154.734000', '214154.736000', '214154.739000', '214154.742000', '214154.744000', '214154.747000', '214154.750000', '214154.752000', '214154.755000', '214154.757000', '214154.760000', '214154.763000', '214154.765000', '214154.768000', '214154.771000', '214154.774000', '214154.777000', '214154.780000', '214154.783000', '214154.785000', '214154.788000', '214154.791000', '214154.794000', '214154.796000', '214154.799000', '214154.801000', '214154.804000', '214154.807000', '214154.809000', '214154.812000', '214214.700000', '214214.702000', '214214.705000', '214214.708000', '214214.711000', '214214.713000', '214214.716000', '214214.718000', '214214.721000', '214214.724000', '214214.727000', '214214.729000', '214214.732000', '214214.735000', '214214.737000', '214214.740000', '214214.743000', '214214.745000', '214214.748000', '214214.750000', '214214.753000', '214214.756000', '214214.759000', '214214.761000', '214214.764000', '214214.766000', '214214.769000', '214214.772000', '214214.774000', '214214.777000', '214214.780000', '214214.782000', '214214.785000', '214214.788000', '214214.790000', '214214.793000', '214214.796000', '214214.798000', '214214.801000', '214214.804000', '214214.806000', '214214.809000', '214214.812000', '214214.814000', '214234.699000', '214234.702000', '214234.705000', '214234.708000', '214234.710000', '214234.713000', '214234.716000', '214234.718000', '214234.721000', '214234.724000', '214234.726000', '214234.729000', '214234.732000', '214234.734000', '214234.737000', '214234.740000', '214234.742000', '214234.745000', '214234.748000', '214234.750000', '214234.753000', '214234.756000', '214234.758000', '214234.761000', '214234.764000', '214234.766000', '214234.769000', '214234.772000', '214234.774000', '214234.777000', '214234.780000', '214234.782000', '214234.785000', '214234.788000', '214234.790000', '214234.793000', '214234.796000', '214234.798000', '214234.801000', '214234.804000', '214234.807000', '214234.809000', '214234.812000', '214254.699000', '214254.702000', '214254.705000', '214254.708000', '214254.711000', '214254.713000', '214254.716000', '214254.719000', '214254.721000', '214254.724000', '214254.726000', '214254.729000', '214254.732000', '214254.735000', '214254.737000', '214254.740000', '214254.743000', '214254.746000', '214254.748000', '214254.751000', '214254.754000', '214254.756000', '214254.759000', '214254.761000', '214254.764000', '214254.767000', '214254.769000', '214254.772000', '214254.775000', '214254.777000', '214254.780000', '214254.783000', '214254.785000', '214254.788000', '214254.791000', '214254.793000', '214254.796000', '214254.799000', '214254.801000', '214254.804000', '214254.807000', '214254.809000', '214254.812000', '214254.815000', '214314.699000', '214314.702000', '214314.704000', '214314.707000', '214314.709000', '214314.712000', '214314.715000', '214314.718000', '214314.720000', '214314.723000', '214314.726000', '214314.728000', '214314.731000', '214314.734000', '214314.736000', '214314.739000', '214314.741000', '214314.744000', '214314.747000', '214314.750000', '214314.752000', '214314.755000', '214314.758000', '214314.760000', '214314.771000', '214314.773000', '214314.776000', '214314.779000', '214314.781000', '214314.784000', '214314.787000', '214314.789000', '214314.792000', '214314.795000', '214314.797000', '214314.800000', '214314.803000', '214314.806000', '214314.808000', '214314.811000', '214314.813000', '214314.816000', '214314.819000', '214334.699000', '214334.701000', '214334.704000', '214334.707000', '214334.710000', '214334.712000', '214334.715000', '214334.718000', '214334.720000', '214334.723000', '214334.726000', '214334.728000', '214334.731000', '214334.734000', '214334.736000', '214334.739000', '214334.742000', '214334.744000', '214334.747000', '214334.750000', '214334.752000', '214334.755000', '214334.758000', '214334.760000', '214334.763000', '214334.765000', '214334.768000', '214334.771000', '214334.774000', '214334.776000', '214334.779000', '214334.782000', '214334.784000', '214334.787000', '214334.790000', '214334.792000', '214334.795000', '214334.798000', '214334.801000', '214334.803000', '214334.806000', '214334.808000', '214334.811000', '214334.814000', '214354.699000', '214354.701000', '214354.704000', '214354.707000', '214354.710000', '214354.713000', '214354.715000', '214354.718000', '214354.721000', '214354.723000', '214354.726000', '214354.729000', '214354.731000', '214354.734000', '214354.737000', '214354.739000', '214354.742000', '214354.745000', '214354.747000', '214354.750000', '214354.752000', '214354.755000', '214354.758000', '214354.761000', '214354.763000', '214354.766000', '214354.769000', '214354.771000', '214354.774000', '214354.777000', '214354.779000', '214354.782000', '214354.784000', '214354.787000', '214354.790000', '214354.792000', '214354.795000', '214354.798000', '214354.801000', '214354.803000', '214354.806000', '214354.809000', '214354.811000', '214414.700000', '214414.703000', '214414.705000', '214414.708000', '214414.711000', '214414.713000', '214414.716000', '214414.719000', '214414.721000', '214414.724000', '214414.727000', '214414.729000', '214414.732000', '214414.735000', '214414.737000', '214414.740000', '214414.743000', '214414.745000', '214414.748000', '214414.751000', '214414.753000', '214414.756000', '214414.759000', '214414.761000', '214414.764000', '214414.767000', '214414.770000', '214414.772000', '214414.775000', '214414.778000', '214414.780000', '214414.783000', '214414.785000', '214414.788000', '214414.791000', '214414.793000', '214414.796000', '214414.799000', '214414.801000', '214414.804000', '214414.807000', '214414.810000', '214414.812000', '214414.815000', '214434.699000', '214434.702000', '214434.705000', '214434.708000', '214434.711000', '214434.713000', '214434.716000', '214434.719000', '214434.721000', '214434.724000', '214434.727000', '214434.729000', '214434.732000', '214434.735000', '214434.737000', '214434.740000', '214434.743000', '214434.745000', '214434.748000', '214434.751000', '214434.773000', '214434.775000', '214434.778000', '214434.781000', '214434.783000', '214434.786000', '214434.789000', '214434.791000', '214434.794000', '214434.796000', '214434.799000', '214434.802000', '214434.805000', '214434.807000', '214434.810000', '214434.813000', '214434.815000', '214434.818000', '214434.820000', '214434.823000', '214434.826000', '214434.828000', '214434.831000', '214454.188000', '214454.191000', '214454.194000', '214454.197000', '214454.199000', '214454.202000', '214454.205000', '214454.208000', '214454.211000', '214454.213000', '214454.216000', '214454.219000', '214454.222000', '214454.224000', '214454.227000', '214454.231000', '214454.234000', '214454.237000', '214454.240000', '214454.250000', '214454.253000', '214454.255000', '214454.262000', '214454.264000', '214454.267000', '214454.270000', '214454.273000', '214454.275000', '214454.278000', '214454.283000', '214454.287000', '214454.289000', '214454.292000', '214454.295000', '214454.302000', '214454.304000', '214454.307000', '214454.310000', '214454.313000', '214454.316000', '214454.320000', '214454.323000', '214454.327000'], 'InstanceCreationTime': ['213654.745000', '213654.749000', '213654.751000', '213654.754000', '213654.757000', '213654.759000', '213654.771000', '213654.782000', '213654.785000', '213654.787000', '213654.790000', '213654.792000', '213654.795000', '213654.798000', '213654.801000', '213654.803000', '213654.806000', '213654.808000', '213654.817000', '213654.820000', '213654.822000', '213654.825000', '213654.827000', '213654.830000', '213654.833000', '213654.835000', '213654.838000', '213654.846000', '213654.849000', '213654.852000', '213714.701000', '213714.704000', '213714.707000', '213714.709000', '213714.712000', '213714.715000', '213714.717000', '213714.720000', '213714.722000', '213714.725000', '213714.728000', '213714.735000', '213714.738000', '213714.741000', '213714.743000', '213714.746000', '213714.748000', '213714.751000', '213714.754000', '213714.757000', '213714.760000', '213714.762000', '213714.765000', '213714.768000', '213714.770000', '213714.773000', '213714.776000', '213714.778000', '213714.781000', '213714.784000', '213714.786000', '213714.789000', '213714.791000', '213714.794000', '213714.797000', '213714.799000', '213714.802000', '213714.805000', '213714.807000', '213714.810000', '213714.813000', '213714.815000', '213714.818000', '213714.820000', '213734.700000', '213734.702000', '213734.705000', '213734.708000', '213734.711000', '213734.713000', '213734.716000', '213734.719000', '213734.721000', '213734.724000', '213734.726000', '213734.729000', '213734.732000', '213734.734000', '213734.737000', '213734.740000', '213734.742000', '213734.745000', '213734.748000', '213734.758000', '213734.761000', '213734.764000', '213734.766000', '213734.769000', '213734.772000', '213734.774000', '213734.777000', '213734.779000', '213734.782000', '213734.785000', '213734.787000', '213734.790000', '213734.793000', '213734.795000', '213734.798000', '213734.801000', '213734.803000', '213734.806000', '213734.809000', '213734.811000', '213734.814000', '213734.817000', '213734.819000', '213754.699000', '213754.702000', '213754.705000', '213754.707000', '213754.710000', '213754.713000', '213754.715000', '213754.718000', '213754.721000', '213754.723000', '213754.726000', '213754.728000', '213754.731000', '213754.734000', '213754.736000', '213754.739000', '213754.742000', '213754.744000', '213754.747000', '213754.749000', '213754.752000', '213754.755000', '213754.757000', '213754.760000', '213754.763000', '213754.765000', '213754.768000', '213754.771000', '213754.773000', '213754.776000', '213754.779000', '213754.781000', '213754.784000', '213754.787000', '213754.789000', '213754.792000', '213754.795000', '213754.797000', '213754.800000', '213754.802000', '213754.805000', '213754.808000', '213754.810000', '213754.813000', '213814.699000', '213814.702000', '213814.705000', '213814.707000', '213814.710000', '213814.713000', '213814.715000', '213814.718000', '213814.721000', '213814.723000', '213814.726000', '213814.728000', '213814.731000', '213814.733000', '213814.736000', '213814.739000', '213814.741000', '213814.744000', '213814.747000', '213814.749000', '213814.752000', '213814.755000', '213814.758000', '213814.760000', '213814.763000', '213814.766000', '213814.768000', '213814.771000', '213814.774000', '213814.776000', '213814.779000', '213814.782000', '213814.784000', '213814.787000', '213814.790000', '213814.792000', '213814.795000', '213814.798000', '213814.801000', '213814.803000', '213814.806000', '213814.808000', '213814.811000', '213834.698000', '213834.701000', '213834.704000', '213834.706000', '213834.709000', '213834.712000', '213834.714000', '213834.717000', '213834.720000', '213834.722000', '213834.725000', '213834.727000', '213834.730000', '213834.733000', '213834.735000', '213834.739000', '213834.742000', '213834.745000', '213834.748000', '213834.750000', '213834.753000', '213834.756000', '213834.758000', '213834.761000', '213834.764000', '213834.766000', '213834.769000', '213834.772000', '213834.774000', '213834.777000', '213834.780000', '213834.782000', '213834.785000', '213834.788000', '213834.790000', '213834.793000', '213834.796000', '213834.798000', '213834.801000', '213834.804000', '213834.806000', '213834.809000', '213834.812000', '213854.698000', '213854.701000', '213854.704000', '213854.707000', '213854.710000', '213854.712000', '213854.715000', '213854.723000', '213854.726000', '213854.729000', '213854.732000', '213854.734000', '213854.737000', '213854.740000', '213854.742000', '213854.745000', '213854.747000', '213854.750000', '213854.753000', '213854.756000', '213854.758000', '213854.761000', '213854.763000', '213854.766000', '213854.769000', '213854.771000', '213854.774000', '213854.777000', '213854.779000', '213854.782000', '213854.785000', '213854.787000', '213854.790000', '213854.792000', '213854.795000', '213854.798000', '213854.801000', '213854.803000', '213854.806000', '213854.809000', '213854.811000', '213854.814000', '213854.817000', '213854.819000', '213914.699000', '213914.701000', '213914.705000', '213914.708000', '213914.711000', '213914.714000', '213914.717000', '213914.719000', '213914.722000', '213914.724000', '213914.727000', '213914.730000', '213914.732000', '213914.735000', '213914.738000', '213914.740000', '213914.743000', '213914.745000', '213914.748000', '213914.751000', '213914.753000', '213914.756000', '213914.759000', '213914.761000', '213914.764000', '213914.767000', '213914.769000', '213914.772000', '213914.775000', '213914.777000', '213914.780000', '213914.783000', '213914.785000', '213914.788000', '213914.791000', '213914.793000', '213914.796000', '213914.799000', '213914.801000', '213914.804000', '213914.807000', '213914.809000', '213914.812000', '213934.700000', '213934.703000', '213934.706000', '213934.708000', '213934.711000', '213934.713000', '213934.716000', '213934.719000', '213934.721000', '213934.724000', '213934.727000', '213934.729000', '213934.732000', '213934.734000', '213934.737000', '213934.740000', '213934.742000', '213934.745000', '213934.747000', '213934.750000', '213934.753000', '213934.755000', '213934.758000', '213934.761000', '213934.763000', '213934.766000', '213934.768000', '213934.771000', '213934.774000', '213934.776000', '213934.779000', '213934.781000', '213934.784000', '213934.787000', '213934.789000', '213934.792000', '213934.795000', '213934.797000', '213934.800000', '213934.802000', '213934.805000', '213934.808000', '213934.810000', '213934.813000', '213954.699000', '213954.702000', '213954.705000', '213954.708000', '213954.710000', '213954.713000', '213954.716000', '213954.718000', '213954.721000', '213954.724000', '213954.726000', '213954.729000', '213954.732000', '213954.734000', '213954.737000', '213954.740000', '213954.742000', '213954.745000', '213954.748000', '213954.750000', '213954.753000', '213954.756000', '213954.759000', '213954.761000', '213954.764000', '213954.766000', '213954.769000', '213954.772000', '213954.774000', '213954.777000', '213954.780000', '213954.783000', '213954.786000', '213954.788000', '213954.791000', '213954.794000', '213954.796000', '213954.799000', '213954.802000', '213954.804000', '213954.807000', '213954.810000', '213954.812000', '214014.700000', '214014.702000', '214014.705000', '214014.708000', '214014.711000', '214014.713000', '214014.716000', '214014.719000', '214014.721000', '214014.724000', '214014.727000', '214014.729000', '214014.732000', '214014.735000', '214014.737000', '214014.740000', '214014.743000', '214014.745000', '214014.748000', '214014.751000', '214014.754000', '214014.756000', '214014.759000', '214014.761000', '214014.764000', '214014.767000', '214014.769000', '214014.772000', '214014.775000', '214014.777000', '214014.780000', '214014.783000', '214014.792000', '214014.794000', '214014.797000', '214014.800000', '214014.802000', '214014.805000', '214014.808000', '214014.810000', '214014.813000', '214014.815000', '214014.818000', '214014.821000', '214034.699000', '214034.703000', '214034.705000', '214034.708000', '214034.711000', '214034.714000', '214034.716000', '214034.719000', '214034.722000', '214034.724000', '214034.727000', '214034.730000', '214034.732000', '214034.735000', '214034.737000', '214034.740000', '214034.743000', '214034.745000', '214034.748000', '214034.751000', '214034.753000', '214034.756000', '214034.759000', '214034.761000', '214034.764000', '214034.767000', '214034.769000', '214034.772000', '214034.774000', '214034.777000', '214034.780000', '214034.792000', '214034.795000', '214034.797000', '214034.800000', '214034.803000', '214034.805000', '214034.808000', '214034.811000', '214034.813000', '214034.816000', '214034.819000', '214034.821000', '214054.699000', '214054.701000', '214054.705000', '214054.708000', '214054.711000', '214054.713000', '214054.716000', '214054.719000', '214054.721000', '214054.724000', '214054.726000', '214054.729000', '214054.732000', '214054.734000', '214054.737000', '214054.740000', '214054.742000', '214054.745000', '214054.748000', '214054.750000', '214054.753000', '214054.756000', '214054.758000', '214054.761000', '214054.764000', '214054.766000', '214054.769000', '214054.772000', '214054.774000', '214054.777000', '214054.780000', '214054.782000', '214054.785000', '214054.787000', '214054.790000', '214054.793000', '214054.795000', '214054.798000', '214054.801000', '214054.804000', '214054.806000', '214054.809000', '214054.812000', '214054.814000', '214114.699000', '214114.701000', '214114.704000', '214114.707000', '214114.710000', '214114.712000', '214114.715000', '214114.717000', '214114.720000', '214114.723000', '214114.725000', '214114.728000', '214114.731000', '214114.733000', '214114.736000', '214114.739000', '214114.741000', '214114.744000', '214114.747000', '214114.749000', '214114.752000', '214114.755000', '214114.757000', '214114.760000', '214114.763000', '214114.765000', '214114.768000', '214114.771000', '214114.773000', '214114.776000', '214114.779000', '214114.781000', '214114.784000', '214114.787000', '214114.790000', '214114.794000', '214114.797000', '214114.800000', '214114.803000', '214114.806000', '214114.808000', '214114.811000', '214114.813000', '214134.698000', '214134.702000', '214134.705000', '214134.707000', '214134.710000', '214134.713000', '214134.716000', '214134.718000', '214134.721000', '214134.724000', '214134.726000', '214134.729000', '214134.732000', '214134.734000', '214134.737000', '214134.740000', '214134.742000', '214134.745000', '214134.748000', '214134.750000', '214134.753000', '214134.756000', '214134.758000', '214134.761000', '214134.763000', '214134.766000', '214134.769000', '214134.771000', '214134.774000', '214134.777000', '214134.779000', '214134.782000', '214134.785000', '214134.788000', '214134.790000', '214134.793000', '214134.796000', '214134.799000', '214134.801000', '214134.804000', '214134.807000', '214134.810000', '214134.812000', '214134.815000', '214154.699000', '214154.702000', '214154.705000', '214154.708000', '214154.710000', '214154.713000', '214154.715000', '214154.718000', '214154.721000', '214154.723000', '214154.726000', '214154.728000', '214154.731000', '214154.734000', '214154.736000', '214154.739000', '214154.742000', '214154.744000', '214154.747000', '214154.750000', '214154.752000', '214154.755000', '214154.757000', '214154.760000', '214154.763000', '214154.765000', '214154.768000', '214154.771000', '214154.774000', '214154.777000', '214154.780000', '214154.783000', '214154.785000', '214154.788000', '214154.791000', '214154.794000', '214154.796000', '214154.799000', '214154.801000', '214154.804000', '214154.807000', '214154.809000', '214154.812000', '214214.700000', '214214.702000', '214214.705000', '214214.708000', '214214.711000', '214214.713000', '214214.716000', '214214.718000', '214214.721000', '214214.724000', '214214.727000', '214214.729000', '214214.732000', '214214.735000', '214214.737000', '214214.740000', '214214.743000', '214214.745000', '214214.748000', '214214.750000', '214214.753000', '214214.756000', '214214.759000', '214214.761000', '214214.764000', '214214.766000', '214214.769000', '214214.772000', '214214.774000', '214214.777000', '214214.780000', '214214.782000', '214214.785000', '214214.788000', '214214.790000', '214214.793000', '214214.796000', '214214.798000', '214214.801000', '214214.804000', '214214.806000', '214214.809000', '214214.812000', '214214.814000', '214234.699000', '214234.702000', '214234.705000', '214234.708000', '214234.710000', '214234.713000', '214234.716000', '214234.718000', '214234.721000', '214234.724000', '214234.726000', '214234.729000', '214234.732000', '214234.734000', '214234.737000', '214234.740000', '214234.742000', '214234.745000', '214234.748000', '214234.750000', '214234.753000', '214234.756000', '214234.758000', '214234.761000', '214234.764000', '214234.766000', '214234.769000', '214234.772000', '214234.774000', '214234.777000', '214234.780000', '214234.782000', '214234.785000', '214234.788000', '214234.790000', '214234.793000', '214234.796000', '214234.798000', '214234.801000', '214234.804000', '214234.807000', '214234.809000', '214234.812000', '214254.699000', '214254.702000', '214254.705000', '214254.708000', '214254.711000', '214254.713000', '214254.716000', '214254.719000', '214254.721000', '214254.724000', '214254.726000', '214254.729000', '214254.732000', '214254.735000', '214254.737000', '214254.740000', '214254.743000', '214254.746000', '214254.748000', '214254.751000', '214254.754000', '214254.756000', '214254.759000', '214254.761000', '214254.764000', '214254.767000', '214254.769000', '214254.772000', '214254.775000', '214254.777000', '214254.780000', '214254.783000', '214254.785000', '214254.788000', '214254.791000', '214254.793000', '214254.796000', '214254.799000', '214254.801000', '214254.804000', '214254.807000', '214254.809000', '214254.812000', '214254.815000', '214314.699000', '214314.702000', '214314.704000', '214314.707000', '214314.709000', '214314.712000', '214314.715000', '214314.718000', '214314.720000', '214314.723000', '214314.726000', '214314.728000', '214314.731000', '214314.734000', '214314.736000', '214314.739000', '214314.741000', '214314.744000', '214314.747000', '214314.750000', '214314.752000', '214314.755000', '214314.758000', '214314.760000', '214314.771000', '214314.773000', '214314.776000', '214314.779000', '214314.781000', '214314.784000', '214314.787000', '214314.789000', '214314.792000', '214314.795000', '214314.797000', '214314.800000', '214314.803000', '214314.806000', '214314.808000', '214314.811000', '214314.813000', '214314.816000', '214314.819000', '214334.699000', '214334.701000', '214334.704000', '214334.707000', '214334.710000', '214334.712000', '214334.715000', '214334.718000', '214334.720000', '214334.723000', '214334.726000', '214334.728000', '214334.731000', '214334.734000', '214334.736000', '214334.739000', '214334.742000', '214334.744000', '214334.747000', '214334.750000', '214334.752000', '214334.755000', '214334.758000', '214334.760000', '214334.763000', '214334.765000', '214334.768000', '214334.771000', '214334.774000', '214334.776000', '214334.779000', '214334.782000', '214334.784000', '214334.787000', '214334.790000', '214334.792000', '214334.795000', '214334.798000', '214334.801000', '214334.803000', '214334.806000', '214334.808000', '214334.811000', '214334.814000', '214354.699000', '214354.701000', '214354.704000', '214354.707000', '214354.710000', '214354.713000', '214354.715000', '214354.718000', '214354.721000', '214354.723000', '214354.726000', '214354.729000', '214354.731000', '214354.734000', '214354.737000', '214354.739000', '214354.742000', '214354.745000', '214354.747000', '214354.750000', '214354.752000', '214354.755000', '214354.758000', '214354.761000', '214354.763000', '214354.766000', '214354.769000', '214354.771000', '214354.774000', '214354.777000', '214354.779000', '214354.782000', '214354.784000', '214354.787000', '214354.790000', '214354.792000', '214354.795000', '214354.798000', '214354.801000', '214354.803000', '214354.806000', '214354.809000', '214354.811000', '214414.700000', '214414.703000', '214414.705000', '214414.708000', '214414.711000', '214414.713000', '214414.716000', '214414.719000', '214414.721000', '214414.724000', '214414.727000', '214414.729000', '214414.732000', '214414.735000', '214414.737000', '214414.740000', '214414.743000', '214414.745000', '214414.748000', '214414.751000', '214414.753000', '214414.756000', '214414.759000', '214414.761000', '214414.764000', '214414.767000', '214414.770000', '214414.772000', '214414.775000', '214414.778000', '214414.780000', '214414.783000', '214414.785000', '214414.788000', '214414.791000', '214414.793000', '214414.796000', '214414.799000', '214414.801000', '214414.804000', '214414.807000', '214414.810000', '214414.812000', '214414.815000', '214434.699000', '214434.702000', '214434.705000', '214434.708000', '214434.711000', '214434.713000', '214434.716000', '214434.719000', '214434.721000', '214434.724000', '214434.727000', '214434.729000', '214434.732000', '214434.735000', '214434.737000', '214434.740000', '214434.743000', '214434.745000', '214434.748000', '214434.751000', '214434.773000', '214434.775000', '214434.778000', '214434.781000', '214434.783000', '214434.786000', '214434.789000', '214434.791000', '214434.794000', '214434.796000', '214434.799000', '214434.802000', '214434.805000', '214434.807000', '214434.810000', '214434.813000', '214434.815000', '214434.818000', '214434.820000', '214434.823000', '214434.826000', '214434.828000', '214434.831000', '214454.188000', '214454.191000', '214454.194000', '214454.197000', '214454.199000', '214454.202000', '214454.205000', '214454.208000', '214454.211000', '214454.213000', '214454.216000', '214454.219000', '214454.222000', '214454.224000', '214454.227000', '214454.231000', '214454.234000', '214454.237000', '214454.240000', '214454.250000', '214454.253000', '214454.255000', '214454.262000', '214454.264000', '214454.267000', '214454.270000', '214454.273000', '214454.275000', '214454.278000', '214454.283000', '214454.287000', '214454.289000', '214454.292000', '214454.295000', '214454.302000', '214454.304000', '214454.307000', '214454.310000', '214454.313000', '214454.316000', '214454.320000', '214454.323000', '214454.327000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [12029, 9457, 14053, 9210, 14252, 11319, 13667, 11227, 11097, 12854, 9009, 13768, 10131, 15072, 11935, 10392, 12460, 8983, 14852, 10025, 13829, 11407, 8644, 12596, 8959, 14066, 10960, 12061, 12399, 9464, 13522, 11249, 14241, 11674, 15454, 13828, 13465, 10931, 11728, 11595, 10460, 12715, 10377, 14108, 9559, 15134, 11796, 13402, 10780, 13128, 11203, 14015, 11488, 9560, 12369, 9825, 13022, 9600, 13778, 9056, 13521, 10291, 13941, 11266, 13899, 10938, 11205, 11553, 9421, 13064, 8664, 13593, 10293, 14587, 12015, 9286, 12479, 9189, 14368, 11754, 11185, 13280, 9304, 13713, 11125, 10763, 13089, 10159, 13630, 10323, 13574, 11337, 11145, 11960, 9764, 13698, 10385, 14393, 12354, 10282, 12748, 9469, 13500, 11485, 10745, 12458, 9120, 13642, 10518, 13371, 14344, 11998, 9090, 12639, 8373, 14500, 11428, 11490, 11871, 8369, 15050, 11422, 13705, 11567, 13687, 11258, 10526, 11997, 8480, 13770, 11141, 11431, 11228, 8376, 13631, 12624, 9785, 13505, 11433, 8866, 14895, 10210, 13738, 9982, 11041, 13080, 12718, 9159, 12658, 8491, 15078, 10085, 13881, 10984, 13693, 11786, 12801, 8960, 13861, 9044, 15407, 12467, 12479, 11661, 8705, 14712, 11524, 14326, 11263, 9067, 13868, 9633, 14716, 11038, 9173, 13603, 9678, 15237, 11959, 10557, 13358, 13053, 15751, 13012, 13278, 11292, 10408, 13782, 11214, 14103, 11921, 11376, 12522, 10181, 14020, 11602, 12440, 12402, 9588, 15472, 12307, 9001, 14256, 13057, 10285, 13320, 12444, 10853, 13971, 11259, 14262, 10647, 15134, 12227, 12146, 11429, 9588, 13887, 9978, 14172, 11004, 9391, 13627, 9529, 14769, 11594, 11541, 12340, 9547, 14912, 9221, 14725, 11701, 15431, 12432, 9826, 12597, 8493, 14974, 10480, 13928, 11535, 12093, 12421, 10019, 13078, 9776, 14359, 10291, 14836, 11642, 8631, 12964, 9015, 14863, 10945, 14165, 11692, 12734, 12189, 10311, 13172, 8772, 15279, 10704, 13609, 10928, 10978, 12716, 8524, 13948, 11740, 8979, 14440, 10358, 14199, 11494, 8367, 14702, 10549, 14660, 11643, 9838, 14001, 14152, 17597, 14716, 14696, 13459, 14697, 15843, 14327, 13234, 10884, 11149, 13144, 9601, 14407, 10661, 13027, 11757, 9281, 13748, 9147, 14788, 12056, 14058, 11415, 9103, 12727, 8927, 15195, 11015, 13525, 11079, 9560, 13476, 8883, 15376, 11949, 12042, 12833, 9138, 14106, 11795, 8788, 15466, 11519, 14084, 11976, 8487, 14593, 10509, 15233, 12567, 10411, 13865, 10648, 12729, 13061, 11891, 13780, 11030, 9017, 14233, 10799, 14516, 11107, 9092, 14215, 11284, 12482, 12417, 8663, 14589, 12225, 9147, 13297, 9784, 14318, 11847, 9487, 12596, 9594, 14527, 11959, 8679, 13343, 9842, 13858, 12108, 8973, 13466, 10634, 11269, 12305, 9319, 15346, 11206, 9623, 13772, 10964, 9137, 15118, 11656, 8433, 13801, 10058, 14294, 11807, 11520, 11615, 8763, 13725, 11051, 14581, 11058, 8542, 13756, 9363, 14957, 11915, 8551, 13492, 10315, 13778, 12100, 9358, 14103, 10178, 13964, 11286, 9116, 13947, 10036, 13369, 11143, 8574, 14270, 10074, 14721, 11638, 9122, 13331, 9914, 14347, 11469, 8770, 13725, 10785, 14577, 11770, 10427, 13317, 9618, 14531, 11935, 14563, 11642, 10347, 12049, 10393, 13730, 10338, 13326, 11098, 11925, 12595, 8986, 14006, 10919, 13565, 12385, 8754, 13288, 8930, 14325, 11524, 13938, 10943, 9247, 12863, 8838, 13907, 10192, 13526, 11160, 12975, 12675, 8612, 13449, 10755, 14346, 12095, 8971, 13645, 9530, 14253, 11660, 9116, 12947, 9293, 13809, 11830, 9563, 12794, 9258, 14102, 11595, 9084, 13022, 9426, 13822, 11682, 11950, 12640, 8636, 13838, 11475, 15641, 11779, 9943, 13429, 10746, 13303, 12230, 9533, 13748, 10447, 14431, 11684, 11610, 12531, 10762, 14925, 13684, 15409, 11643, 9739, 13022, 10322, 13143, 10755, 9881, 12804, 9524, 13640, 10579, 14052, 11119, 15759, 11249, 9203, 12586, 8782, 14549, 10607, 12469, 11493, 9204, 14248, 9415, 13596, 11151, 11386, 13153, 8729, 14037, 10335, 14379, 11778, 9043, 12652, 8624, 15157, 11149, 12950, 11662, 8455, 14279, 10027, 13323, 11055, 8727, 13684, 9791, 13323, 11043, 9994, 12624, 8751, 13265, 11042, 11986, 12979, 8770, 13232, 10748, 12719, 11932, 8719, 14498, 11197, 14355, 11342, 9290, 13718, 9674, 13531, 10953, 13202, 10830, 11883, 12548, 9536, 13028, 9673, 13675, 11867, 9544, 15468, 11160, 8958, 12768, 10717, 9017, 13846, 10718, 13364, 12572, 13734, 12911, 11441, 12879, 9479, 14349, 11507, 13823, 10910, 8839, 12443, 8657, 14379, 11037, 12446, 11863, 8845, 13627, 8872, 13701, 10265, 13897, 10898, 14522, 11617, 9048, 12258, 8624, 12070, 14501, 11136, 13140, 11401, 10553, 13593, 8607, 14455, 10705, 15159, 12324, 9504, 12885, 8955, 14953, 12107, 11141, 11733, 8382, 14617, 11376, 12401, 11881, 8855, 14298, 11528, 15442, 12388, 11988, 13566, 13171, 15450, 12636, 11899, 13001, 13291, 16308, 13074, 13009, 11185, 10104, 13468, 10337, 12814, 11285, 9520, 13594, 10021, 13855, 11574, 9641, 12864, 9500, 13680, 11241, 10424, 13087, 8844, 13765, 11221, 12064, 12433, 8868, 14005, 11476, 11419, 12792, 8822, 13855, 11256, 11888, 12822, 8864, 14013, 11107, 12756, 12138, 8981, 13739, 10514, 13541, 11493, 10047, 13093, 9046, 14243, 11450, 13976, 12782, 9091, 13728, 10042, 14591, 11766, 11117, 13002, 8813, 14635, 11503, 12917, 12701, 8903, 14430, 11484, 13491, 12650, 9930, 13060, 13496, 9048, 13841, 11921, 8509, 12919, 11756, 8610, 14780, 11848, 10537, 13245, 10802, 16064, 12136, 11583, 14472, 13032, 10951, 10721, 13582, 9815, 14733, 12302, 15131, 13779, 11360, 14580, 11599, 14056, 11378, 11296, 13305, 9234, 14152, 11521, 13567, 11458, 10964, 13237, 8627, 13914, 11146, 12069, 12504, 8933, 13738, 11226, 12170, 13008, 8823, 14299, 11118, 14719, 12425, 9237, 13616, 10287, 14694, 11940, 9757, 13387, 9942, 14276, 11562, 13325, 13017, 10226, 14742, 11607, 12883, 12530, 11409, 14923, 12465, 11467, 12765, 8774, 14250, 11354, 11817, 13605, 9995, 14432, 11430, 13818, 11862, 10883, 13200, 10234, 13848, 11896, 9799, 13220, 9534, 13766, 10873, 14004, 11624, 8606, 13147, 10204, 14556, 11872, 9133, 12403, 9055, 14640, 12548, 9192, 13624, 11106, 8780, 14515, 11999, 8898, 14960, 12309, 9557, 13594, 11150, 11083, 13507, 11615, 13869, 11423, 12035, 11978, 11912, 13517, 10990, 9563, 13285, 10074, 14404, 11749, 8763, 14165, 10899, 13628, 14354, 11914, 9311, 13900, 10307, 13841, 11567, 11949, 13325, 9658, 13324, 10230, 13496, 11820, 8934, 13255, 10246, 12786, 11728, 8855, 12623, 8647, 14731, 10715, 13578, 10514, 13775, 11280, 11502, 12396, 11717, 12471, 10964, 13710, 11049, 12963, 10599, 14564, 11476, 9278, 11616, 8572, 12873, 9074, 14618, 11088, 13893, 10703, 12780, 11697, 9051, 12716, 8672, 14179, 11611, 13195, 12236, 8787, 14460, 11673, 15139, 12289, 9302, 12731, 10427, 14907, 12122, 13015, 11371, 10800, 13547, 12216, 13976, 11485, 14530, 12038, 12223, 10926, 9114, 13952, 8704, 13306, 10538, 14145, 11826, 9175, 12236, 8416, 13931, 9511, 13806, 11102, 13265, 11960, 9815, 12382, 8658, 13904, 11252, 14520, 11860, 8552, 13769, 10185, 14700, 11742, 10598, 11264, 13012, 9800, 12816, 10314, 13066, 8670, 15408, 11229, 13418, 11263, 9047, 14225, 10221, 11741, 12157, 8640, 15572, 12384, 8620, 14182, 10641, 14963, 12035, 8495, 14575, 11771, 9546, 14933, 10611, 9708, 14098, 11998, 11343, 13717, 11367, 12094, 13265, 14320, 14716, 12482, 12209, 13231, 12523, 13561, 11225, 14013, 11757, 9684, 12555, 9103, 14780, 12282, 9475, 12613, 8868, 15309, 12274, 9251, 13683, 10230, 15702, 12437, 9633, 13573, 9553, 15259, 11930, 9122, 13435, 8889, 15444, 12055, 9769, 12863, 9102, 14865, 11456, 9096], 'WindowCenter': [4925.0, 4876.0, 4910.0, 4848.0, 4896.0, 4865.0, 4883.0, 4865.0, 4861.0, 4874.0, 4834.0, 4882.0, 4855.0, 4893.0, 4863.0, 4844.0, 4870.0, 4834.0, 4882.0, 4843.0, 4873.0, 4862.0, 4836.0, 4872.0, 4833.0, 4884.0, 4865.0, 4870.0, 4875.0, 4844.0, 4885.0, 4852.0, 4883.0, 4862.0, 4880.0, 4871.0, 4860.0, 4841.0, 4847.0, 4851.0, 4839.0, 4859.0, 4829.0, 4867.0, 4827.0, 4868.0, 4846.0, 4858.0, 4838.0, 4859.0, 4851.0, 4867.0, 4846.0, 4818.0, 4847.0, 4825.0, 4859.0, 4826.0, 4856.0, 4817.0, 4858.0, 4826.0, 4869.0, 4850.0, 4868.0, 4841.0, 4848.0, 4851.0, 4829.0, 4872.0, 4821.0, 4869.0, 4841.0, 4880.0, 4861.0, 4830.0, 4872.0, 4833.0, 4882.0, 4874.0, 4864.0, 4883.0, 4843.0, 4883.0, 4863.0, 4854.0, 4873.0, 4851.0, 4881.0, 4851.0, 4882.0, 4863.0, 4852.0, 4863.0, 4841.0, 4869.0, 4851.0, 4881.0, 4860.0, 4841.0, 4870.0, 4842.0, 4871.0, 4860.0, 4850.0, 4870.0, 4832.0, 4879.0, 4852.0, 4882.0, 4878.0, 4861.0, 4818.0, 4859.0, 4820.0, 4879.0, 4858.0, 4860.0, 4860.0, 4823.0, 4891.0, 4862.0, 4880.0, 4852.0, 4869.0, 4849.0, 4836.0, 4850.0, 4821.0, 4880.0, 4849.0, 4858.0, 4851.0, 4822.0, 4883.0, 4884.0, 4853.0, 4883.0, 4875.0, 4845.0, 4894.0, 4854.0, 4883.0, 4842.0, 4864.0, 4870.0, 4872.0, 4830.0, 4860.0, 4819.0, 4889.0, 4842.0, 4870.0, 4848.0, 4881.0, 4861.0, 4871.0, 4831.0, 4882.0, 4833.0, 4891.0, 4873.0, 4872.0, 4861.0, 4830.0, 4891.0, 4864.0, 4891.0, 4863.0, 4843.0, 4880.0, 4842.0, 4891.0, 4852.0, 4832.0, 4883.0, 4841.0, 4893.0, 4862.0, 4850.0, 4882.0, 4870.0, 4892.0, 4870.0, 4869.0, 4851.0, 4849.0, 4881.0, 4851.0, 4868.0, 4857.0, 4848.0, 4860.0, 4839.0, 4868.0, 4849.0, 4860.0, 4871.0, 4840.0, 4892.0, 4873.0, 4846.0, 4893.0, 4881.0, 4853.0, 4882.0, 4873.0, 4852.0, 4882.0, 4850.0, 4869.0, 4840.0, 4879.0, 4858.0, 4848.0, 4846.0, 4826.0, 4867.0, 4830.0, 4868.0, 4849.0, 4827.0, 4866.0, 4841.0, 4880.0, 4861.0, 4859.0, 4871.0, 4841.0, 4889.0, 4834.0, 4881.0, 4862.0, 4893.0, 4873.0, 4840.0, 4872.0, 4822.0, 4891.0, 4850.0, 4870.0, 4862.0, 4860.0, 4869.0, 4840.0, 4870.0, 4830.0, 4880.0, 4841.0, 4879.0, 4861.0, 4819.0, 4871.0, 4830.0, 4881.0, 4851.0, 4876.0, 4859.0, 4870.0, 4860.0, 4838.0, 4871.0, 4833.0, 4889.0, 4850.0, 4868.0, 4851.0, 4851.0, 4869.0, 4821.0, 4881.0, 4861.0, 4833.0, 4892.0, 4852.0, 4894.0, 4863.0, 4835.0, 4904.0, 4865.0, 4895.0, 4864.0, 4854.0, 4883.0, 4880.0, 4902.0, 4893.0, 4879.0, 4871.0, 4877.0, 4879.0, 4868.0, 4857.0, 4838.0, 4846.0, 4865.0, 4828.0, 4868.0, 4837.0, 4856.0, 4848.0, 4828.0, 4866.0, 4828.0, 4867.0, 4846.0, 4867.0, 4847.0, 4816.0, 4855.0, 4827.0, 4876.0, 4837.0, 4867.0, 4849.0, 4828.0, 4867.0, 4830.0, 4887.0, 4856.0, 4857.0, 4859.0, 4827.0, 4878.0, 4861.0, 4817.0, 4890.0, 4861.0, 4880.0, 4861.0, 4821.0, 4880.0, 4850.0, 4880.0, 4858.0, 4839.0, 4869.0, 4838.0, 4857.0, 4857.0, 4849.0, 4869.0, 4840.0, 4820.0, 4869.0, 4847.0, 4879.0, 4850.0, 4815.0, 4869.0, 4850.0, 4859.0, 4859.0, 4819.0, 4876.0, 4859.0, 4831.0, 4870.0, 4839.0, 4880.0, 4858.0, 4830.0, 4859.0, 4830.0, 4880.0, 4860.0, 4818.0, 4867.0, 4828.0, 4868.0, 4859.0, 4818.0, 4868.0, 4851.0, 4850.0, 4860.0, 4829.0, 4878.0, 4847.0, 4840.0, 4880.0, 4859.0, 4843.0, 4891.0, 4871.0, 4831.0, 4881.0, 4852.0, 4892.0, 4860.0, 4861.0, 4861.0, 4821.0, 4879.0, 4858.0, 4878.0, 4849.0, 4817.0, 4869.0, 4841.0, 4887.0, 4861.0, 4831.0, 4881.0, 4852.0, 4880.0, 4869.0, 4829.0, 4882.0, 4851.0, 4879.0, 4848.0, 4833.0, 4881.0, 4840.0, 4871.0, 4852.0, 4818.0, 4879.0, 4840.0, 4880.0, 4862.0, 4829.0, 4871.0, 4840.0, 4881.0, 4859.0, 4816.0, 4876.0, 4847.0, 4880.0, 4861.0, 4848.0, 4870.0, 4840.0, 4878.0, 4848.0, 4866.0, 4848.0, 4827.0, 4846.0, 4825.0, 4857.0, 4827.0, 4857.0, 4846.0, 4845.0, 4857.0, 4816.0, 4867.0, 4837.0, 4854.0, 4859.0, 4817.0, 4867.0, 4830.0, 4867.0, 4850.0, 4867.0, 4839.0, 4828.0, 4856.0, 4817.0, 4866.0, 4839.0, 4857.0, 4848.0, 4857.0, 4857.0, 4820.0, 4868.0, 4850.0, 4877.0, 4858.0, 4831.0, 4870.0, 4841.0, 4882.0, 4862.0, 4831.0, 4872.0, 4842.0, 4893.0, 4874.0, 4840.0, 4873.0, 4840.0, 4892.0, 4874.0, 4834.0, 4883.0, 4843.0, 4884.0, 4874.0, 4877.0, 4887.0, 4834.0, 4879.0, 4860.0, 4891.0, 4861.0, 4841.0, 4871.0, 4853.0, 4881.0, 4872.0, 4843.0, 4881.0, 4853.0, 4893.0, 4862.0, 4861.0, 4870.0, 4851.0, 4891.0, 4881.0, 4889.0, 4850.0, 4831.0, 4869.0, 4839.0, 4860.0, 4851.0, 4840.0, 4871.0, 4828.0, 4869.0, 4838.0, 4870.0, 4848.0, 4876.0, 4838.0, 4817.0, 4843.0, 4816.0, 4865.0, 4839.0, 4856.0, 4849.0, 4830.0, 4877.0, 4831.0, 4867.0, 4848.0, 4861.0, 4871.0, 4819.0, 4878.0, 4851.0, 4880.0, 4859.0, 4828.0, 4858.0, 4831.0, 4878.0, 4860.0, 4868.0, 4860.0, 4822.0, 4881.0, 4842.0, 4871.0, 4861.0, 4830.0, 4884.0, 4855.0, 4885.0, 4864.0, 4840.0, 4871.0, 4822.0, 4871.0, 4862.0, 4872.0, 4870.0, 4832.0, 4869.0, 4861.0, 4869.0, 4861.0, 4829.0, 4880.0, 4859.0, 4879.0, 4848.0, 4831.0, 4880.0, 4830.0, 4869.0, 4850.0, 4857.0, 4849.0, 4859.0, 4858.0, 4828.0, 4857.0, 4841.0, 4879.0, 4860.0, 4829.0, 4877.0, 4849.0, 4844.0, 4886.0, 4879.0, 4846.0, 4894.0, 4866.0, 4884.0, 4872.0, 4881.0, 4871.0, 4859.0, 4861.0, 4829.0, 4879.0, 4861.0, 4881.0, 4849.0, 4829.0, 4869.0, 4830.0, 4879.0, 4851.0, 4860.0, 4862.0, 4832.0, 4883.0, 4834.0, 4883.0, 4853.0, 4880.0, 4852.0, 4881.0, 4860.0, 4831.0, 4863.0, 4832.0, 4873.0, 4880.0, 4861.0, 4868.0, 4873.0, 4877.0, 4885.0, 4834.0, 4882.0, 4861.0, 4893.0, 4873.0, 4840.0, 4873.0, 4843.0, 4904.0, 4884.0, 4863.0, 4873.0, 4832.0, 4903.0, 4873.0, 4870.0, 4873.0, 4832.0, 4893.0, 4865.0, 4893.0, 4873.0, 4860.0, 4870.0, 4871.0, 4890.0, 4861.0, 4860.0, 4869.0, 4868.0, 4902.0, 4870.0, 4868.0, 4851.0, 4837.0, 4867.0, 4839.0, 4870.0, 4848.0, 4828.0, 4870.0, 4839.0, 4869.0, 4859.0, 4839.0, 4870.0, 4829.0, 4867.0, 4861.0, 4849.0, 4869.0, 4830.0, 4867.0, 4859.0, 4858.0, 4872.0, 4830.0, 4878.0, 4861.0, 4862.0, 4871.0, 4831.0, 4881.0, 4861.0, 4874.0, 4872.0, 4830.0, 4881.0, 4851.0, 4872.0, 4870.0, 4831.0, 4882.0, 4853.0, 4881.0, 4862.0, 4840.0, 4881.0, 4833.0, 4883.0, 4878.0, 4890.0, 4874.0, 4833.0, 4878.0, 4840.0, 4880.0, 4861.0, 4849.0, 4868.0, 4832.0, 4890.0, 4862.0, 4869.0, 4871.0, 4829.0, 4878.0, 4860.0, 4868.0, 4871.0, 4839.0, 4871.0, 4879.0, 4832.0, 4881.0, 4870.0, 4834.0, 4881.0, 4873.0, 4845.0, 4895.0, 4873.0, 4852.0, 4885.0, 4852.0, 4889.0, 4861.0, 4863.0, 4891.0, 4872.0, 4853.0, 4850.0, 4877.0, 4840.0, 4892.0, 4860.0, 4879.0, 4869.0, 4849.0, 4880.0, 4858.0, 4867.0, 4849.0, 4847.0, 4854.0, 4816.0, 4866.0, 4849.0, 4868.0, 4857.0, 4848.0, 4868.0, 4819.0, 4868.0, 4850.0, 4859.0, 4871.0, 4828.0, 4879.0, 4859.0, 4871.0, 4880.0, 4830.0, 4882.0, 4863.0, 4889.0, 4871.0, 4843.0, 4882.0, 4850.0, 4878.0, 4860.0, 4827.0, 4869.0, 4840.0, 4878.0, 4859.0, 4865.0, 4869.0, 4840.0, 4877.0, 4858.0, 4868.0, 4858.0, 4848.0, 4877.0, 4860.0, 4850.0, 4867.0, 4819.0, 4877.0, 4848.0, 4848.0, 4869.0, 4828.0, 4867.0, 4850.0, 4868.0, 4847.0, 4836.0, 4858.0, 4827.0, 4868.0, 4848.0, 4826.0, 4856.0, 4815.0, 4856.0, 4837.0, 4863.0, 4845.0, 4816.0, 4858.0, 4837.0, 4866.0, 4849.0, 4827.0, 4857.0, 4829.0, 4880.0, 4869.0, 4832.0, 4882.0, 4862.0, 4844.0, 4892.0, 4875.0, 4844.0, 4901.0, 4875.0, 4856.0, 4885.0, 4865.0, 4865.0, 4881.0, 4859.0, 4871.0, 4852.0, 4861.0, 4862.0, 4851.0, 4870.0, 4846.0, 4842.0, 4882.0, 4843.0, 4881.0, 4862.0, 4832.0, 4882.0, 4863.0, 4882.0, 4878.0, 4861.0, 4841.0, 4879.0, 4840.0, 4871.0, 4860.0, 4861.0, 4870.0, 4842.0, 4871.0, 4842.0, 4882.0, 4862.0, 4832.0, 4872.0, 4852.0, 4882.0, 4870.0, 4844.0, 4873.0, 4844.0, 4895.0, 4865.0, 4882.0, 4854.0, 4880.0, 4863.0, 4851.0, 4861.0, 4848.0, 4858.0, 4840.0, 4870.0, 4848.0, 4857.0, 4850.0, 4890.0, 4861.0, 4829.0, 4861.0, 4820.0, 4869.0, 4830.0, 4881.0, 4861.0, 4880.0, 4851.0, 4868.0, 4859.0, 4831.0, 4873.0, 4833.0, 4881.0, 4861.0, 4872.0, 4862.0, 4833.0, 4883.0, 4863.0, 4891.0, 4861.0, 4831.0, 4861.0, 4841.0, 4881.0, 4861.0, 4859.0, 4851.0, 4850.0, 4869.0, 4858.0, 4869.0, 4849.0, 4869.0, 4860.0, 4848.0, 4837.0, 4820.0, 4869.0, 4819.0, 4867.0, 4839.0, 4878.0, 4862.0, 4831.0, 4861.0, 4811.0, 4879.0, 4829.0, 4870.0, 4848.0, 4858.0, 4860.0, 4830.0, 4859.0, 4821.0, 4868.0, 4862.0, 4881.0, 4861.0, 4820.0, 4869.0, 4852.0, 4891.0, 4862.0, 4851.0, 4851.0, 4871.0, 4829.0, 4858.0, 4827.0, 4868.0, 4819.0, 4877.0, 4850.0, 4867.0, 4850.0, 4830.0, 4877.0, 4853.0, 4861.0, 4861.0, 4834.0, 4901.0, 4874.0, 4831.0, 4880.0, 4863.0, 4894.0, 4874.0, 4833.0, 4892.0, 4862.0, 4843.0, 4893.0, 4853.0, 4841.0, 4892.0, 4874.0, 4863.0, 4882.0, 4863.0, 4873.0, 4871.0, 4880.0, 4879.0, 4859.0, 4859.0, 4869.0, 4858.0, 4867.0, 4849.0, 4878.0, 4848.0, 4829.0, 4846.0, 4818.0, 4877.0, 4860.0, 4830.0, 4859.0, 4832.0, 4891.0, 4861.0, 4842.0, 4881.0, 4854.0, 4890.0, 4873.0, 4840.0, 4883.0, 4854.0, 4891.0, 4861.0, 4830.0, 4871.0, 4833.0, 4891.0, 4863.0, 4838.0, 4871.0, 4831.0, 4893.0, 4862.0, 4831.0], 'WindowWidth': [10728.0, 10644.0, 10680.0, 10590.0, 10649.0, 10605.0, 10626.0, 10602.0, 10594.0, 10613.0, 10559.0, 10621.0, 10587.0, 10636.0, 10597.0, 10571.0, 10604.0, 10559.0, 10621.0, 10569.0, 10609.0, 10594.0, 10563.0, 10610.0, 10556.0, 10627.0, 10602.0, 10605.0, 10615.0, 10572.0, 10630.0, 10578.0, 10623.0, 10592.0, 10617.0, 10603.0, 10588.0, 10559.0, 10568.0, 10574.0, 10555.0, 10584.0, 10540.0, 10592.0, 10540.0, 10596.0, 10564.0, 10580.0, 10552.0, 10582.0, 10574.0, 10591.0, 10564.0, 10524.0, 10564.0, 10533.0, 10582.0, 10537.0, 10578.0, 10525.0, 10578.0, 10537.0, 10597.0, 10573.0, 10596.0, 10562.0, 10567.0, 10575.0, 10543.0, 10604.0, 10533.0, 10598.0, 10563.0, 10617.0, 10591.0, 10548.0, 10606.0, 10555.0, 10622.0, 10614.0, 10600.0, 10625.0, 10570.0, 10623.0, 10596.0, 10585.0, 10611.0, 10578.0, 10620.0, 10579.0, 10621.0, 10597.0, 10581.0, 10597.0, 10563.0, 10600.0, 10579.0, 10620.0, 10589.0, 10562.0, 10602.0, 10564.0, 10606.0, 10592.0, 10576.0, 10604.0, 10551.0, 10613.0, 10582.0, 10622.0, 10613.0, 10589.0, 10528.0, 10583.0, 10534.0, 10611.0, 10585.0, 10590.0, 10588.0, 10543.0, 10632.0, 10593.0, 10619.0, 10579.0, 10601.0, 10574.0, 10553.0, 10572.0, 10535.0, 10615.0, 10572.0, 10584.0, 10576.0, 10539.0, 10625.0, 10627.0, 10585.0, 10627.0, 10616.0, 10574.0, 10642.0, 10584.0, 10624.0, 10566.0, 10598.0, 10605.0, 10606.0, 10547.0, 10587.0, 10533.0, 10629.0, 10564.0, 10602.0, 10571.0, 10618.0, 10593.0, 10607.0, 10550.0, 10621.0, 10555.0, 10631.0, 10611.0, 10608.0, 10591.0, 10551.0, 10635.0, 10600.0, 10637.0, 10596.0, 10570.0, 10618.0, 10567.0, 10635.0, 10581.0, 10553.0, 10624.0, 10569.0, 10640.0, 10595.0, 10576.0, 10621.0, 10602.0, 10638.0, 10602.0, 10603.0, 10577.0, 10573.0, 10620.0, 10577.0, 10598.0, 10582.0, 10570.0, 10588.0, 10556.0, 10596.0, 10571.0, 10590.0, 10604.0, 10560.0, 10636.0, 10611.0, 10579.0, 10639.0, 10620.0, 10583.0, 10622.0, 10611.0, 10579.0, 10622.0, 10571.0, 10596.0, 10559.0, 10611.0, 10582.0, 10567.0, 10562.0, 10535.0, 10592.0, 10544.0, 10595.0, 10571.0, 10540.0, 10593.0, 10563.0, 10616.0, 10590.0, 10587.0, 10604.0, 10564.0, 10628.0, 10555.0, 10616.0, 10595.0, 10638.0, 10608.0, 10562.0, 10604.0, 10537.0, 10631.0, 10575.0, 10602.0, 10592.0, 10589.0, 10600.0, 10559.0, 10600.0, 10543.0, 10614.0, 10562.0, 10614.0, 10591.0, 10530.0, 10602.0, 10549.0, 10617.0, 10577.0, 10608.0, 10586.0, 10601.0, 10590.0, 10556.0, 10603.0, 10555.0, 10629.0, 10576.0, 10596.0, 10577.0, 10579.0, 10600.0, 10536.0, 10617.0, 10591.0, 10556.0, 10636.0, 10584.0, 10642.0, 10599.0, 10561.0, 10657.0, 10604.0, 10646.0, 10601.0, 10586.0, 10625.0, 10618.0, 10653.0, 10637.0, 10618.0, 10605.0, 10612.0, 10613.0, 10595.0, 10579.0, 10553.0, 10567.0, 10590.0, 10540.0, 10595.0, 10552.0, 10577.0, 10565.0, 10541.0, 10592.0, 10540.0, 10593.0, 10564.0, 10591.0, 10565.0, 10521.0, 10574.0, 10541.0, 10606.0, 10552.0, 10594.0, 10571.0, 10540.0, 10593.0, 10546.0, 10622.0, 10581.0, 10580.0, 10584.0, 10542.0, 10614.0, 10590.0, 10529.0, 10628.0, 10589.0, 10618.0, 10591.0, 10535.0, 10617.0, 10577.0, 10616.0, 10584.0, 10556.0, 10596.0, 10555.0, 10582.0, 10580.0, 10568.0, 10600.0, 10559.0, 10532.0, 10598.0, 10567.0, 10616.0, 10572.0, 10521.0, 10599.0, 10573.0, 10585.0, 10585.0, 10530.0, 10607.0, 10585.0, 10548.0, 10601.0, 10558.0, 10615.0, 10585.0, 10545.0, 10585.0, 10545.0, 10615.0, 10586.0, 10530.0, 10595.0, 10542.0, 10598.0, 10585.0, 10528.0, 10596.0, 10578.0, 10573.0, 10588.0, 10545.0, 10611.0, 10569.0, 10562.0, 10615.0, 10589.0, 10572.0, 10636.0, 10610.0, 10553.0, 10619.0, 10582.0, 10636.0, 10592.0, 10591.0, 10589.0, 10534.0, 10614.0, 10586.0, 10611.0, 10571.0, 10526.0, 10598.0, 10564.0, 10624.0, 10590.0, 10550.0, 10618.0, 10578.0, 10618.0, 10603.0, 10545.0, 10620.0, 10579.0, 10613.0, 10572.0, 10556.0, 10617.0, 10560.0, 10604.0, 10579.0, 10531.0, 10614.0, 10562.0, 10617.0, 10593.0, 10543.0, 10603.0, 10562.0, 10622.0, 10588.0, 10525.0, 10609.0, 10572.0, 10617.0, 10592.0, 10571.0, 10601.0, 10560.0, 10613.0, 10570.0, 10594.0, 10567.0, 10536.0, 10563.0, 10532.0, 10579.0, 10537.0, 10578.0, 10563.0, 10561.0, 10579.0, 10522.0, 10590.0, 10553.0, 10574.0, 10585.0, 10525.0, 10592.0, 10547.0, 10595.0, 10572.0, 10593.0, 10555.0, 10541.0, 10578.0, 10526.0, 10591.0, 10554.0, 10579.0, 10569.0, 10579.0, 10581.0, 10530.0, 10595.0, 10577.0, 10610.0, 10586.0, 10548.0, 10601.0, 10563.0, 10620.0, 10592.0, 10549.0, 10607.0, 10567.0, 10642.0, 10614.0, 10563.0, 10611.0, 10563.0, 10640.0, 10615.0, 10557.0, 10625.0, 10569.0, 10627.0, 10617.0, 10622.0, 10637.0, 10561.0, 10615.0, 10590.0, 10632.0, 10592.0, 10563.0, 10604.0, 10583.0, 10620.0, 10608.0, 10568.0, 10619.0, 10584.0, 10639.0, 10597.0, 10592.0, 10604.0, 10579.0, 10634.0, 10618.0, 10631.0, 10575.0, 10548.0, 10599.0, 10558.0, 10586.0, 10576.0, 10564.0, 10604.0, 10542.0, 10600.0, 10554.0, 10600.0, 10570.0, 10607.0, 10553.0, 10522.0, 10557.0, 10522.0, 10589.0, 10557.0, 10576.0, 10570.0, 10547.0, 10609.0, 10548.0, 10595.0, 10570.0, 10590.0, 10605.0, 10532.0, 10611.0, 10578.0, 10616.0, 10588.0, 10543.0, 10584.0, 10554.0, 10612.0, 10590.0, 10598.0, 10588.0, 10541.0, 10621.0, 10568.0, 10606.0, 10592.0, 10550.0, 10628.0, 10590.0, 10631.0, 10599.0, 10564.0, 10605.0, 10539.0, 10604.0, 10595.0, 10609.0, 10605.0, 10552.0, 10602.0, 10593.0, 10599.0, 10589.0, 10547.0, 10617.0, 10590.0, 10616.0, 10570.0, 10551.0, 10617.0, 10547.0, 10600.0, 10575.0, 10583.0, 10573.0, 10585.0, 10585.0, 10540.0, 10580.0, 10563.0, 10615.0, 10590.0, 10542.0, 10608.0, 10572.0, 10573.0, 10634.0, 10629.0, 10581.0, 10645.0, 10606.0, 10626.0, 10609.0, 10619.0, 10607.0, 10585.0, 10588.0, 10544.0, 10614.0, 10592.0, 10618.0, 10573.0, 10544.0, 10601.0, 10550.0, 10614.0, 10579.0, 10589.0, 10594.0, 10555.0, 10625.0, 10558.0, 10623.0, 10583.0, 10615.0, 10580.0, 10620.0, 10591.0, 10550.0, 10596.0, 10554.0, 10611.0, 10618.0, 10591.0, 10600.0, 10613.0, 10625.0, 10631.0, 10557.0, 10620.0, 10595.0, 10639.0, 10614.0, 10565.0, 10611.0, 10572.0, 10657.0, 10631.0, 10599.0, 10610.0, 10558.0, 10654.0, 10614.0, 10607.0, 10612.0, 10554.0, 10639.0, 10603.0, 10643.0, 10609.0, 10589.0, 10604.0, 10605.0, 10633.0, 10591.0, 10587.0, 10601.0, 10599.0, 10653.0, 10602.0, 10600.0, 10577.0, 10554.0, 10596.0, 10558.0, 10604.0, 10571.0, 10543.0, 10603.0, 10557.0, 10598.0, 10587.0, 10558.0, 10601.0, 10545.0, 10596.0, 10591.0, 10574.0, 10601.0, 10546.0, 10594.0, 10588.0, 10587.0, 10607.0, 10548.0, 10612.0, 10592.0, 10593.0, 10607.0, 10551.0, 10619.0, 10594.0, 10614.0, 10607.0, 10549.0, 10616.0, 10577.0, 10609.0, 10605.0, 10552.0, 10621.0, 10581.0, 10620.0, 10597.0, 10563.0, 10622.0, 10555.0, 10623.0, 10625.0, 10634.0, 10613.0, 10557.0, 10612.0, 10560.0, 10616.0, 10591.0, 10574.0, 10598.0, 10552.0, 10630.0, 10595.0, 10601.0, 10604.0, 10546.0, 10613.0, 10591.0, 10601.0, 10604.0, 10560.0, 10603.0, 10615.0, 10554.0, 10620.0, 10606.0, 10560.0, 10622.0, 10613.0, 10580.0, 10645.0, 10616.0, 10583.0, 10630.0, 10580.0, 10632.0, 10593.0, 10598.0, 10639.0, 10608.0, 10582.0, 10577.0, 10611.0, 10562.0, 10636.0, 10590.0, 10618.0, 10600.0, 10570.0, 10614.0, 10586.0, 10595.0, 10571.0, 10567.0, 10575.0, 10522.0, 10592.0, 10568.0, 10596.0, 10582.0, 10569.0, 10598.0, 10532.0, 10596.0, 10575.0, 10590.0, 10605.0, 10544.0, 10614.0, 10589.0, 10609.0, 10619.0, 10551.0, 10619.0, 10595.0, 10632.0, 10608.0, 10571.0, 10625.0, 10576.0, 10614.0, 10588.0, 10540.0, 10597.0, 10560.0, 10611.0, 10588.0, 10593.0, 10599.0, 10559.0, 10609.0, 10585.0, 10598.0, 10584.0, 10572.0, 10611.0, 10587.0, 10574.0, 10595.0, 10531.0, 10609.0, 10569.0, 10570.0, 10600.0, 10542.0, 10596.0, 10572.0, 10597.0, 10567.0, 10550.0, 10583.0, 10538.0, 10594.0, 10568.0, 10537.0, 10578.0, 10519.0, 10576.0, 10552.0, 10586.0, 10562.0, 10523.0, 10581.0, 10553.0, 10591.0, 10571.0, 10540.0, 10579.0, 10546.0, 10614.0, 10600.0, 10552.0, 10621.0, 10597.0, 10576.0, 10642.0, 10616.0, 10573.0, 10652.0, 10618.0, 10589.0, 10628.0, 10602.0, 10603.0, 10621.0, 10587.0, 10604.0, 10577.0, 10589.0, 10591.0, 10574.0, 10599.0, 10566.0, 10568.0, 10623.0, 10571.0, 10620.0, 10594.0, 10553.0, 10623.0, 10596.0, 10624.0, 10614.0, 10589.0, 10565.0, 10613.0, 10562.0, 10604.0, 10589.0, 10590.0, 10603.0, 10564.0, 10604.0, 10564.0, 10623.0, 10593.0, 10553.0, 10607.0, 10583.0, 10626.0, 10607.0, 10573.0, 10612.0, 10574.0, 10645.0, 10603.0, 10624.0, 10585.0, 10616.0, 10594.0, 10576.0, 10590.0, 10567.0, 10582.0, 10557.0, 10602.0, 10568.0, 10581.0, 10574.0, 10632.0, 10592.0, 10545.0, 10589.0, 10534.0, 10600.0, 10547.0, 10620.0, 10593.0, 10617.0, 10579.0, 10601.0, 10589.0, 10551.0, 10608.0, 10553.0, 10616.0, 10592.0, 10606.0, 10594.0, 10555.0, 10621.0, 10598.0, 10635.0, 10592.0, 10547.0, 10589.0, 10562.0, 10620.0, 10590.0, 10586.0, 10574.0, 10571.0, 10602.0, 10581.0, 10599.0, 10571.0, 10599.0, 10586.0, 10568.0, 10553.0, 10532.0, 10598.0, 10530.0, 10592.0, 10560.0, 10611.0, 10593.0, 10549.0, 10588.0, 10522.0, 10613.0, 10545.0, 10602.0, 10569.0, 10583.0, 10588.0, 10547.0, 10585.0, 10534.0, 10597.0, 10595.0, 10619.0, 10591.0, 10534.0, 10600.0, 10581.0, 10632.0, 10594.0, 10577.0, 10578.0, 10606.0, 10543.0, 10584.0, 10539.0, 10596.0, 10532.0, 10609.0, 10573.0, 10594.0, 10571.0, 10547.0, 10611.0, 10583.0, 10591.0, 10592.0, 10560.0, 10648.0, 10613.0, 10553.0, 10619.0, 10600.0, 10642.0, 10615.0, 10557.0, 10636.0, 10596.0, 10567.0, 10637.0, 10583.0, 10564.0, 10635.0, 10612.0, 10595.0, 10621.0, 10594.0, 10611.0, 10607.0, 10614.0, 10614.0, 10584.0, 10585.0, 10599.0, 10582.0, 10594.0, 10570.0, 10611.0, 10570.0, 10542.0, 10563.0, 10526.0, 10608.0, 10587.0, 10545.0, 10584.0, 10554.0, 10634.0, 10593.0, 10566.0, 10617.0, 10584.0, 10632.0, 10611.0, 10562.0, 10622.0, 10588.0, 10635.0, 10594.0, 10547.0, 10605.0, 10555.0, 10633.0, 10595.0, 10555.0, 10602.0, 10549.0, 10636.0, 10593.0, 10549.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.0005034859813084112</td></tr>
<tr><td colspan=3>aqi</td><td>0.02366915271028037</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.652931352591146</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2373489735547243</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9919349349204862</td></tr>
<tr><td colspan=3>efc</td><td>0.5135</td></tr>
<tr><td colspan=3>fber</td><td>5085.1592</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10393370496847049</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7383177570093458</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2990008554679306</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.130471767387413</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5550863936274477</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.211444405388931</td></tr>
<tr><td colspan=3>gcor</td><td>0.0047122</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019449278712272644</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04352178797125816</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.316240923358421</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>15.1735</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.9269</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.1943</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288542.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1103.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.5114</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1469</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.6211</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4021.7232</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1774.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.1011</td></tr>
<tr><td colspan=3>tsnr</td><td>39.22354039270431</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>