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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_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-0102_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_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-0102/ses-03/func/sub-0102_ses-03_task-alignvideo_acq-mb8_run-03_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>11198b8715781c67a7ad1f6e28049d9f</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>14:27:16.207500</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.995656, -0.0861636, -0.0352783, 0.0867584, 0.996106, 0.0156907]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.102933</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7815, -7246, 195, -138, -108, -80, 112]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>574ff3a6-35c8-40a5-adf7-e7e7cbde0c79||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.6712727546691895, 0.2327665090560913, -0.09123028814792633, 106.11064147949219], [0.23117053508758545, 2.6724791526794434, 0.05044472590088844, -106.07408905029297], [-0.09464921802282333, -0.04209698736667633, 2.6979868412017822, -52.12714767456055], [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, 1065]</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], 'AcquisitionTime': ['142716.207500', '142716.667500', '142717.127500', '142717.587500', '142718.047500', '142718.507500', '142718.967500', '142719.427500', '142719.887500', '142720.347500', '142720.807500', '142721.267500', '142721.727500', '142722.187500', '142722.647500', '142723.107500', '142723.567500', '142724.027500', '142724.487500', '142724.947500', '142725.407500', '142725.867500', '142726.327500', '142726.787500', '142727.247500', '142727.707500', '142728.167500', '142728.627500', '142729.087500', '142729.547500', '142730.007500', '142730.467500', '142730.927500', '142731.387500', '142731.847500', '142732.307500', '142732.767500', '142733.227500', '142733.687500', '142734.147500', '142734.607500', '142735.067500', '142735.527500', '142735.987500', '142736.447500', '142736.907500', '142737.367500', '142737.827500', '142738.287500', '142738.747500', '142739.207500', '142739.667500', '142740.127500', '142740.587500', '142741.047500', '142741.507500', '142741.967500', '142742.427500', '142742.887500', '142743.347500', '142743.807500', '142744.267500', '142744.727500', '142745.187500', '142745.647500', '142746.107500', '142746.567500', '142747.027500', '142747.487500', '142747.947500', '142748.407500', '142748.867500', '142749.327500', '142749.787500', '142750.247500', '142750.707500', '142751.167500', '142751.627500', '142752.087500', '142752.547500', '142753.007500', '142753.467500', '142753.927500', '142754.387500', '142754.847500', '142755.307500', '142755.767500', '142756.227500', '142756.687500', '142757.147500', '142757.607500', '142758.067500', '142758.527500', '142758.987500', '142759.447500', '142759.907500', '142800.367500', '142800.827500', '142801.287500', '142801.747500', '142802.207500', '142802.667500', '142803.127500', '142803.587500', '142804.047500', '142804.507500', '142804.967500', '142805.427500', '142805.887500', '142806.347500', '142806.807500', '142807.267500', '142807.727500', '142808.187500', '142808.647500', '142809.107500', '142809.567500', '142810.027500', '142810.487500', '142810.947500', '142811.407500', '142811.867500', '142812.327500', '142812.787500', '142813.247500', '142813.707500', '142814.167500', '142814.627500', '142815.087500', '142815.547500', '142816.007500', '142816.467500', '142816.927500', '142817.387500', '142817.847500', '142818.307500', '142818.767500', '142819.227500', '142819.687500', '142820.147500', '142820.607500', '142821.067500', '142821.527500', '142821.987500', '142822.447500', '142822.907500', '142823.367500', '142823.827500', '142824.287500', '142824.747500', '142825.207500', '142825.667500', '142826.127500', '142826.587500', '142827.047500', '142827.507500', '142827.967500', '142828.427500', '142828.887500', '142829.347500', '142829.807500', '142830.267500', '142830.727500', '142831.187500', '142831.647500', '142832.107500', '142832.567500', '142833.027500', '142833.487500', '142833.947500', '142834.407500', '142834.867500', '142835.327500', '142835.787500', '142836.247500', '142836.707500', '142837.167500', '142837.627500', '142838.087500', '142838.547500', '142839.007500', '142839.467500', '142839.927500', '142840.387500', '142840.847500', '142841.307500', '142841.767500', '142842.227500', '142842.687500', '142843.147500', '142843.607500', '142844.067500', '142844.527500', '142844.987500', '142845.447500', '142845.907500', '142846.367500', '142846.827500', '142847.287500', '142847.747500', '142848.207500', '142848.667500', '142849.127500', '142849.587500', '142850.047500', '142850.507500', '142850.967500', '142851.427500', '142851.887500', '142852.347500', '142852.807500', '142853.267500', '142853.727500', '142854.187500', '142854.647500', '142855.107500', '142855.567500', '142856.027500', '142856.487500', '142856.947500', '142857.407500', '142857.867500', '142858.327500', '142858.787500', '142859.247500', '142859.707500', '142900.167500', '142900.627500', '142901.087500', '142901.547500', '142902.007500', '142902.467500', '142902.927500', '142903.387500', '142903.847500', '142904.307500', '142904.767500', '142905.227500', '142905.687500', '142906.147500', '142906.607500', '142907.067500', '142907.527500', '142907.987500', '142908.447500', '142908.907500', '142909.367500', '142909.827500', '142910.287500', '142910.747500', '142911.207500', '142911.667500', '142912.127500', '142912.587500', '142913.047500', '142913.507500', '142913.967500', '142914.427500', '142914.887500', '142915.347500', '142915.807500', '142916.267500', '142916.727500', '142917.187500', '142917.647500', '142918.107500', '142918.567500', '142919.027500', '142919.487500', '142919.947500', '142920.407500', '142920.867500', '142921.327500', '142921.787500', '142922.247500', '142922.707500', '142923.167500', '142923.627500', '142924.087500', '142924.547500', '142925.007500', '142925.467500', '142925.927500', '142926.387500', '142926.847500', '142927.307500', '142927.767500', '142928.227500', '142928.687500', '142929.147500', '142929.607500', '142930.067500', '142930.527500', '142930.987500', '142931.447500', '142931.907500', '142932.367500', '142932.827500', '142933.287500', '142933.747500', '142934.207500', '142934.667500', '142935.127500', '142935.587500', '142936.047500', '142936.507500', '142936.967500', '142937.427500', '142937.887500', '142938.347500', '142938.807500', '142939.267500', '142939.727500', '142940.187500', '142940.647500', '142941.107500', '142941.567500', '142942.027500', '142942.487500', '142942.947500', '142943.407500', '142943.867500', '142944.327500', '142944.787500', '142945.247500', '142945.707500', '142946.167500', '142946.627500', '142947.087500', '142947.547500', '142948.007500', '142948.467500', '142948.927500', '142949.387500', '142949.847500', '142950.307500', '142950.767500', '142951.227500', '142951.687500', '142952.147500', '142952.607500', '142953.067500', '142953.527500', '142953.987500', '142954.447500', '142954.907500', '142955.367500', '142955.827500', '142956.287500', '142956.747500', '142957.207500', '142957.667500', '142958.127500', '142958.587500', '142959.047500', '142959.507500', '142959.967500', '143000.427500', '143000.887500', '143001.347500', '143001.807500', '143002.267500', '143002.727500', '143003.187500', '143003.647500', '143004.107500', '143004.567500', '143005.027500', '143005.487500', '143005.947500', '143006.407500', '143006.867500', '143007.327500', '143007.787500', '143008.247500', '143008.707500', '143009.167500', '143009.627500', '143010.087500', '143010.547500', '143011.007500', '143011.467500', '143011.927500', '143012.387500', '143012.847500', '143013.307500', '143013.767500', '143014.227500', '143014.687500', '143015.147500', '143015.607500', '143016.067500', '143016.527500', '143016.987500', '143017.447500', '143017.907500', '143018.367500', '143018.827500', '143019.287500', '143019.747500', '143020.207500', '143020.667500', '143021.127500', '143021.587500', '143022.047500', '143022.507500', '143022.967500', '143023.427500', '143023.887500', '143024.347500', '143024.807500', '143025.267500', '143025.727500', '143026.187500', '143026.647500', '143027.107500', '143027.567500', '143028.027500', '143028.487500', '143028.947500', '143029.407500', '143029.867500', '143030.327500', '143030.787500', '143031.247500', '143031.707500', '143032.167500', '143032.627500', '143033.087500', '143033.547500', '143034.007500', '143034.467500', '143034.927500', '143035.387500', '143035.847500', '143036.307500', '143036.767500', '143037.227500', '143037.687500', '143038.147500', '143038.607500', '143039.067500', '143039.527500', '143039.987500', '143040.447500', '143040.907500', '143041.367500', '143041.827500', '143042.287500', '143042.747500', '143043.207500', '143043.667500', '143044.127500', '143044.587500', '143045.047500', '143045.507500', '143045.967500', '143046.427500', '143046.887500', '143047.347500', '143047.807500', '143048.267500', '143048.727500', '143049.187500', '143049.647500', '143050.107500', '143050.567500', '143051.027500', '143051.487500', '143051.947500', '143052.407500', '143052.867500', '143053.327500', '143053.787500', '143054.247500', '143054.707500', '143055.167500', '143055.627500', '143056.087500', '143056.547500', '143057.007500', '143057.467500', '143057.927500', '143058.387500', '143058.847500', '143059.307500', '143059.767500', '143100.227500', '143100.687500', '143101.147500', '143101.607500', '143102.067500', '143102.527500', '143102.987500', '143103.447500', '143103.907500', '143104.367500', '143104.827500', '143105.287500', '143105.747500', '143106.207500', '143106.667500', '143107.127500', '143107.587500', '143108.047500', '143108.507500', '143108.967500', '143109.427500', '143109.887500', '143110.347500', '143110.807500', '143111.267500', '143111.727500', '143112.187500', '143112.647500', '143113.107500', '143113.567500', '143114.027500', '143114.487500', '143114.947500', '143115.407500', '143115.867500', '143116.327500', '143116.787500', '143117.247500', '143117.707500', '143118.167500', '143118.627500', '143119.087500', '143119.547500', '143120.007500', '143120.467500', '143120.927500', '143121.387500', '143121.847500', '143122.307500', '143122.767500', '143123.227500', '143123.687500', '143124.147500', '143124.607500', '143125.067500', '143125.527500', '143125.987500', '143126.447500', '143126.907500', '143127.367500', '143127.827500', '143128.287500', '143128.747500', '143129.207500', '143129.667500', '143130.127500', '143130.587500', '143131.047500', '143131.507500', '143131.967500', '143132.427500', '143132.887500', '143133.347500', '143133.807500', '143134.267500', '143134.727500', '143135.187500', '143135.647500', '143136.107500', '143136.567500', '143137.027500', '143137.487500', '143137.947500', '143138.407500', '143138.867500', '143139.327500', '143139.787500', '143140.247500', '143140.707500', '143141.167500', '143141.627500', '143142.087500', '143142.547500', '143143.007500', '143143.467500', '143143.927500', '143144.387500', '143144.847500', '143145.307500', '143145.767500', '143146.227500', '143146.687500', '143147.147500', '143147.607500', '143148.067500', '143148.527500', '143148.987500', '143149.447500', '143149.907500', '143150.367500', '143150.827500', '143151.287500', '143151.747500', '143152.207500', '143152.667500', '143153.127500', '143153.587500', '143154.047500', '143154.507500', '143154.967500', '143155.427500', '143155.887500', '143156.347500', '143156.807500', '143157.267500', '143157.727500', '143158.187500', '143158.647500', '143159.107500', '143159.567500', '143200.027500', '143200.487500', '143200.947500', '143201.407500', '143201.867500', '143202.327500', '143202.787500', '143203.247500', '143203.707500', '143204.167500', '143204.627500', '143205.087500', '143205.547500', '143206.007500', '143206.467500', '143206.927500', '143207.387500', '143207.847500', '143208.307500', '143208.767500', '143209.227500', '143209.687500', '143210.147500', '143210.607500', '143211.067500', '143211.527500', '143211.987500', '143212.447500', '143212.907500', '143213.367500', '143213.827500', '143214.287500', '143214.747500', '143215.207500', '143215.667500', '143216.127500', '143216.587500', '143217.047500', '143217.507500', '143217.967500', '143218.427500', '143218.887500', '143219.347500', '143219.807500', '143220.267500', '143220.727500', '143221.187500', '143221.647500', '143222.107500', '143222.567500', '143223.027500', '143223.487500', '143223.947500', '143224.407500', '143224.867500', '143225.327500', '143225.787500', '143226.247500', '143226.707500', '143227.167500', '143227.627500', '143228.087500', '143228.547500', '143229.007500', '143229.467500', '143229.927500', '143230.387500', '143230.847500', '143231.307500', '143231.767500', '143232.227500', '143232.687500', '143233.147500', '143233.607500', '143234.067500', '143234.527500', '143234.987500', '143235.447500', '143235.907500', '143236.367500', '143236.827500', '143237.287500', '143237.747500', '143238.207500', '143238.667500', '143239.127500', '143239.587500', '143240.047500', '143240.507500', '143240.967500', '143241.427500', '143241.887500', '143242.347500', '143242.807500', '143243.267500', '143243.727500', '143244.187500', '143244.647500', '143245.107500', '143245.567500', '143246.027500', '143246.487500', '143246.947500', '143247.407500', '143247.867500', '143248.327500', '143248.787500', '143249.247500', '143249.707500', '143250.167500', '143250.627500', '143251.087500', '143251.547500', '143252.007500', '143252.467500', '143252.927500', '143253.387500', '143253.847500', '143254.307500', '143254.767500', '143255.227500', '143255.687500', '143256.147500', '143256.607500', '143257.067500', '143257.527500', '143257.987500', '143258.447500', '143258.907500', '143259.367500', '143259.827500', '143300.287500', '143300.747500', '143301.207500', '143301.667500', '143302.127500', '143302.587500', '143303.047500', '143303.507500', '143303.967500', '143304.427500', '143304.887500', '143305.347500', '143305.807500', '143306.267500', '143306.727500', '143307.187500', '143307.647500', '143308.107500', '143308.567500', '143309.027500', '143309.487500', '143309.947500', '143310.407500', '143310.867500', '143311.327500', '143311.787500', '143312.247500', '143312.707500', '143313.167500', '143313.627500', '143314.087500', '143314.547500', '143315.007500', '143315.467500', '143315.927500', '143316.387500', '143316.847500', '143317.307500', '143317.767500', '143318.227500', '143318.687500', '143319.147500', '143319.607500', '143320.067500', '143320.527500', '143320.987500', '143321.447500', '143321.907500', '143322.367500', '143322.827500', '143323.287500', '143323.747500', '143324.207500', '143324.667500', '143325.127500', '143325.587500', '143326.047500', '143326.507500', '143326.967500', '143327.427500', '143327.887500', '143328.347500', '143328.807500', '143329.267500', '143329.727500', '143330.187500', '143330.647500', '143331.107500', '143331.567500', '143332.027500', '143332.487500', '143332.947500', '143333.407500', '143333.867500', '143334.327500', '143334.787500', '143335.247500', '143335.707500', '143336.167500', '143336.627500', '143337.087500', '143337.547500', '143338.007500', '143338.467500', '143338.927500', '143339.387500', '143339.847500', '143340.307500', '143340.767500', '143341.227500', '143341.687500', '143342.147500', '143342.607500', '143343.067500', '143343.527500', '143343.987500', '143344.447500', '143344.907500', '143345.367500', '143345.827500', '143346.287500', '143346.747500', '143347.207500', '143347.667500', '143348.127500', '143348.587500', '143349.047500', '143349.507500', '143349.967500', '143350.427500', '143350.887500', '143351.347500', '143351.807500', '143352.267500', '143352.727500', '143353.187500', '143353.647500', '143354.107500', '143354.567500', '143355.027500', '143355.487500', '143355.947500', '143356.407500', '143356.867500', '143357.327500', '143357.787500', '143358.247500', '143358.707500', '143359.167500', '143359.627500', '143400.087500', '143400.547500', '143401.007500', '143401.467500', '143401.927500', '143402.387500', '143402.847500', '143403.307500', '143403.767500', '143404.227500', '143404.687500', '143405.147500', '143405.607500', '143406.067500', '143406.527500', '143406.987500', '143407.447500', '143407.907500', '143408.367500', '143408.827500', '143409.287500', '143409.747500', '143410.207500', '143410.667500', '143411.127500', '143411.587500', '143412.047500', '143412.507500', '143412.967500', '143413.427500', '143413.887500', '143414.347500', '143414.807500', '143415.267500', '143415.727500', '143416.187500', '143416.647500', '143417.107500', '143417.567500', '143418.027500', '143418.487500', '143418.947500', '143419.407500', '143419.867500', '143420.327500', '143420.787500', '143421.247500', '143421.707500', '143422.167500', '143422.627500', '143423.087500', '143423.547500', '143424.007500', '143424.467500', '143424.927500', '143425.387500', '143425.847500', '143426.307500', '143426.767500', '143427.227500', '143427.687500', '143428.147500', '143428.607500', '143429.067500', '143429.527500', '143429.987500', '143430.447500', '143430.907500', '143431.367500', '143431.827500', '143432.287500', '143432.747500', '143433.207500', '143433.667500', '143434.127500', '143434.587500', '143435.047500', '143435.507500', '143435.967500', '143436.427500', '143436.887500', '143437.347500', '143437.807500', '143438.267500', '143438.727500', '143439.187500', '143439.647500', '143440.107500', '143440.567500', '143441.027500', '143441.487500', '143441.947500', '143442.407500', '143442.867500', '143443.327500', '143443.787500', '143444.247500', '143444.707500', '143445.167500', '143445.627500', '143446.087500', '143446.547500', '143447.007500', '143447.467500', '143447.927500', '143448.387500', '143448.847500', '143449.307500', '143449.767500', '143450.227500', '143450.687500', '143451.147500', '143451.607500', '143452.067500', '143452.527500', '143452.987500', '143453.447500', '143453.907500', '143454.367500', '143454.827500', '143455.287500', '143455.747500', '143456.207500', '143456.667500', '143457.127500', '143457.587500', '143458.047500', '143458.507500', '143458.967500', '143459.427500', '143459.887500', '143500.347500', '143500.807500', '143501.267500', '143501.727500', '143502.187500', '143502.647500', '143503.107500', '143503.567500', '143504.027500', '143504.487500', '143504.947500', '143505.407500', '143505.867500', '143506.327500', '143506.787500', '143507.247500', '143507.707500', '143508.167500', '143508.627500', '143509.087500', '143509.547500', '143510.007500', '143510.467500', '143510.927500', '143511.387500', '143511.847500', '143512.307500', '143512.767500', '143513.227500', '143513.687500', '143514.147500', '143514.607500', '143515.067500', '143515.527500', '143515.987500', '143516.447500', '143516.907500', '143517.367500', '143517.827500', '143518.287500', '143518.747500', '143519.207500', '143519.667500', '143520.127500', '143520.587500', '143521.047500', '143521.507500', '143521.967500', '143522.427500', '143522.887500', '143523.347500', '143523.807500', '143524.267500', '143524.727500', '143525.187500', '143525.647500'], 'ContentTime': ['142733.064000', '142733.067000', '142733.070000', '142733.072000', '142733.075000', '142733.077000', '142733.080000', '142733.083000', '142733.085000', '142733.088000', '142733.098000', '142733.101000', '142733.103000', '142733.106000', '142733.109000', '142733.111000', '142733.114000', '142733.116000', '142733.119000', '142733.121000', '142733.124000', '142733.127000', '142733.129000', '142733.132000', '142733.134000', '142733.137000', '142733.139000', '142733.142000', '142733.145000', '142733.147000', '142733.150000', '142733.153000', '142733.156000', '142753.030000', '142753.032000', '142753.035000', '142753.037000', '142753.041000', '142753.043000', '142753.046000', '142753.048000', '142753.054000', '142753.056000', '142753.059000', '142753.062000', '142753.064000', '142753.067000', '142753.069000', '142753.072000', '142753.075000', '142753.077000', '142753.080000', '142753.082000', '142753.085000', '142753.087000', '142753.090000', '142753.093000', '142753.095000', '142753.098000', '142753.101000', '142753.103000', '142753.106000', '142753.108000', '142753.111000', '142753.113000', '142753.116000', '142753.119000', '142753.121000', '142753.124000', '142753.127000', '142753.129000', '142753.132000', '142753.134000', '142753.137000', '142753.140000', '142753.142000', '142753.145000', '142813.029000', '142813.032000', '142813.035000', '142813.048000', '142813.051000', '142813.053000', '142813.056000', '142813.059000', '142813.061000', '142813.064000', '142813.067000', '142813.069000', '142813.072000', '142813.074000', '142813.077000', '142813.080000', '142813.082000', '142813.085000', '142813.087000', '142813.090000', '142813.093000', '142813.095000', '142813.098000', '142813.101000', '142813.103000', '142813.106000', '142813.109000', '142813.111000', '142813.114000', '142813.116000', '142813.120000', '142813.122000', '142813.125000', '142813.127000', '142813.130000', '142813.133000', '142813.135000', '142813.138000', '142813.141000', '142813.143000', '142813.146000', '142813.149000', '142813.152000', '142833.028000', '142833.031000', '142833.034000', '142833.037000', '142833.039000', '142833.042000', '142833.054000', '142833.056000', '142833.059000', '142833.062000', '142833.064000', '142833.067000', '142833.069000', '142833.072000', '142833.075000', '142833.085000', '142833.087000', '142833.090000', '142833.092000', '142833.095000', '142833.098000', '142833.101000', '142833.103000', '142833.113000', '142833.116000', '142833.118000', '142833.121000', '142833.124000', '142833.126000', '142833.129000', '142833.131000', '142833.134000', '142833.137000', '142833.139000', '142833.142000', '142833.145000', '142833.147000', '142833.150000', '142833.152000', '142833.155000', '142833.157000', '142833.160000', '142833.163000', '142833.165000', '142853.029000', '142853.032000', '142853.035000', '142853.038000', '142853.040000', '142853.043000', '142853.045000', '142853.048000', '142853.051000', '142853.053000', '142853.056000', '142853.058000', '142853.061000', '142853.064000', '142853.066000', '142853.069000', '142853.071000', '142853.074000', '142853.077000', '142853.079000', '142853.082000', '142853.085000', '142853.087000', '142853.090000', '142853.092000', '142853.095000', '142853.098000', '142853.100000', '142853.103000', '142853.106000', '142853.108000', '142853.111000', '142853.114000', '142853.116000', '142853.119000', '142853.122000', '142853.124000', '142853.127000', '142853.129000', '142853.132000', '142853.135000', '142853.137000', '142853.151000', '142913.029000', '142913.032000', '142913.035000', '142913.037000', '142913.040000', '142913.043000', '142913.046000', '142913.048000', '142913.051000', '142913.053000', '142913.056000', '142913.059000', '142913.061000', '142913.064000', '142913.066000', '142913.069000', '142913.072000', '142913.074000', '142913.077000', '142913.080000', '142913.082000', '142913.085000', '142913.088000', '142913.090000', '142913.093000', '142913.095000', '142913.098000', '142913.101000', '142913.103000', '142913.106000', '142913.108000', '142913.111000', '142913.114000', '142913.116000', '142913.119000', '142913.122000', '142913.124000', '142913.127000', '142913.129000', '142913.132000', '142913.135000', '142913.137000', '142913.140000', '142913.142000', '142933.029000', '142933.032000', '142933.035000', '142933.037000', '142933.040000', '142933.043000', '142933.045000', '142933.048000', '142933.051000', '142933.053000', '142933.056000', '142933.058000', '142933.061000', '142933.064000', '142933.066000', '142933.069000', '142933.072000', '142933.074000', '142933.077000', '142933.079000', '142933.082000', '142933.085000', '142933.087000', '142933.090000', '142933.093000', '142933.095000', '142933.098000', '142933.101000', '142933.103000', '142933.106000', '142933.108000', '142933.111000', '142933.114000', '142933.117000', '142933.119000', '142933.122000', '142933.124000', '142933.127000', '142933.130000', '142933.132000', '142933.135000', '142933.138000', '142933.140000', '142953.030000', '142953.033000', '142953.035000', '142953.038000', '142953.040000', '142953.043000', '142953.046000', '142953.049000', '142953.051000', '142953.054000', '142953.057000', '142953.059000', '142953.062000', '142953.065000', '142953.067000', '142953.070000', '142953.072000', '142953.075000', '142953.078000', '142953.080000', '142953.083000', '142953.086000', '142953.088000', '142953.091000', '142953.094000', '142953.096000', '142953.099000', '142953.101000', '142953.104000', '142953.107000', '142953.109000', '142953.112000', '142953.115000', '142953.117000', '142953.120000', '142953.123000', '142953.125000', '142953.128000', '142953.131000', '142953.133000', '142953.136000', '142953.139000', '142953.141000', '142953.144000', '143013.029000', '143013.046000', '143013.049000', '143013.052000', '143013.054000', '143013.057000', '143013.059000', '143013.062000', '143013.065000', '143013.067000', '143013.070000', '143013.073000', '143013.075000', '143013.078000', '143013.080000', '143013.083000', '143013.086000', '143013.088000', '143013.091000', '143013.094000', '143013.096000', '143013.099000', '143013.101000', '143013.104000', '143013.107000', '143013.109000', '143013.112000', '143013.115000', '143013.117000', '143013.120000', '143013.123000', '143013.125000', '143013.128000', '143013.130000', '143013.133000', '143013.136000', '143013.138000', '143013.141000', '143013.143000', '143013.146000', '143013.149000', '143013.151000', '143013.154000', '143033.030000', '143033.033000', '143033.035000', '143033.038000', '143033.041000', '143033.043000', '143033.046000', '143033.048000', '143033.051000', '143033.054000', '143033.056000', '143033.059000', '143033.062000', '143033.064000', '143033.067000', '143033.070000', '143033.072000', '143033.075000', '143033.078000', '143033.080000', '143033.083000', '143033.086000', '143033.088000', '143033.091000', '143033.093000', '143033.096000', '143033.099000', '143033.101000', '143033.104000', '143033.107000', '143033.109000', '143033.112000', '143033.115000', '143033.117000', '143033.120000', '143033.122000', '143033.125000', '143033.128000', '143033.130000', '143033.133000', '143033.136000', '143033.138000', '143033.141000', '143033.144000', '143053.028000', '143053.031000', '143053.034000', '143053.037000', '143053.039000', '143053.042000', '143053.045000', '143053.047000', '143053.050000', '143053.052000', '143053.055000', '143053.057000', '143053.060000', '143053.063000', '143053.065000', '143053.068000', '143053.071000', '143053.073000', '143053.076000', '143053.079000', '143053.081000', '143053.084000', '143053.087000', '143053.090000', '143053.092000', '143053.095000', '143053.098000', '143053.100000', '143053.103000', '143053.105000', '143053.108000', '143053.111000', '143053.113000', '143053.116000', '143053.119000', '143053.126000', '143053.129000', '143053.132000', '143053.134000', '143053.137000', '143053.140000', '143053.142000', '143053.145000', '143113.029000', '143113.034000', '143113.036000', '143113.039000', '143113.042000', '143113.044000', '143113.047000', '143113.050000', '143113.052000', '143113.055000', '143113.057000', '143113.060000', '143113.063000', '143113.066000', '143113.068000', '143113.071000', '143113.073000', '143113.076000', '143113.079000', '143113.081000', '143113.084000', '143113.087000', '143113.090000', '143113.092000', '143113.095000', '143113.097000', '143113.100000', '143113.103000', '143113.105000', '143113.108000', '143113.111000', '143113.113000', '143113.116000', '143113.119000', '143113.121000', '143113.124000', '143113.126000', '143113.129000', '143113.131000', '143113.134000', '143113.137000', '143113.139000', '143113.142000', '143133.030000', '143133.032000', '143133.035000', '143133.038000', '143133.041000', '143133.043000', '143133.046000', '143133.049000', '143133.051000', '143133.054000', '143133.057000', '143133.059000', '143133.062000', '143133.065000', '143133.067000', '143133.070000', '143133.072000', '143133.075000', '143133.078000', '143133.080000', '143133.083000', '143133.086000', '143133.088000', '143133.091000', '143133.094000', '143133.096000', '143133.099000', '143133.111000', '143133.114000', '143133.116000', '143133.119000', '143133.122000', '143133.124000', '143133.127000', '143133.129000', '143133.132000', '143133.135000', '143133.137000', '143133.140000', '143133.142000', '143133.145000', '143133.148000', '143133.151000', '143133.153000', '143153.030000', '143153.032000', '143153.035000', '143153.039000', '143153.042000', '143153.051000', '143153.054000', '143153.057000', '143153.059000', '143153.062000', '143153.065000', '143153.067000', '143153.070000', '143153.072000', '143153.076000', '143153.078000', '143153.081000', '143153.083000', '143153.086000', '143153.089000', '143153.091000', '143153.094000', '143153.097000', '143153.099000', '143153.102000', '143153.105000', '143153.107000', '143153.110000', '143153.113000', '143153.115000', '143153.118000', '143153.121000', '143153.123000', '143153.126000', '143153.128000', '143153.131000', '143153.134000', '143153.136000', '143153.139000', '143153.142000', '143153.144000', '143153.147000', '143153.150000', '143213.029000', '143213.032000', '143213.035000', '143213.038000', '143213.040000', '143213.043000', '143213.046000', '143213.048000', '143213.051000', '143213.053000', '143213.056000', '143213.059000', '143213.061000', '143213.064000', '143213.067000', '143213.069000', '143213.072000', '143213.075000', '143213.077000', '143213.080000', '143213.083000', '143213.085000', '143213.088000', '143213.091000', '143213.093000', '143213.096000', '143213.099000', '143213.101000', '143213.104000', '143213.107000', '143213.109000', '143213.112000', '143213.115000', '143213.117000', '143213.120000', '143213.122000', '143213.125000', '143213.128000', '143213.130000', '143213.133000', '143213.136000', '143213.138000', '143213.141000', '143213.144000', '143233.030000', '143233.033000', '143233.035000', '143233.038000', '143233.041000', '143233.043000', '143233.046000', '143233.049000', '143233.051000', '143233.054000', '143233.057000', '143233.059000', '143233.062000', '143233.065000', '143233.067000', '143233.071000', '143233.073000', '143233.076000', '143233.079000', '143233.081000', '143233.084000', '143233.087000', '143233.089000', '143233.092000', '143233.095000', '143233.097000', '143233.100000', '143233.102000', '143233.105000', '143233.108000', '143233.110000', '143233.113000', '143233.119000', '143233.121000', '143233.124000', '143233.127000', '143233.129000', '143233.132000', '143233.135000', '143233.137000', '143233.140000', '143233.143000', '143233.145000', '143233.148000', '143253.029000', '143253.032000', '143253.035000', '143253.038000', '143253.040000', '143253.043000', '143253.046000', '143253.048000', '143253.051000', '143253.054000', '143253.056000', '143253.059000', '143253.062000', '143253.064000', '143253.067000', '143253.070000', '143253.072000', '143253.075000', '143253.077000', '143253.080000', '143253.083000', '143253.085000', '143253.088000', '143253.091000', '143253.093000', '143253.096000', '143253.099000', '143253.101000', '143253.104000', '143253.107000', '143253.109000', '143253.112000', '143253.114000', '143253.117000', '143253.120000', '143253.122000', '143253.125000', '143253.133000', '143253.136000', '143253.138000', '143253.141000', '143253.144000', '143253.146000', '143313.029000', '143313.032000', '143313.035000', '143313.038000', '143313.041000', '143313.044000', '143313.047000', '143313.049000', '143313.052000', '143313.055000', '143313.057000', '143313.060000', '143313.063000', '143313.065000', '143313.068000', '143313.071000', '143313.073000', '143313.076000', '143313.078000', '143313.081000', '143313.084000', '143313.086000', '143313.089000', '143313.092000', '143313.094000', '143313.097000', '143313.100000', '143313.102000', '143313.105000', '143313.113000', '143313.116000', '143313.118000', '143313.121000', '143313.124000', '143313.126000', '143313.129000', '143313.132000', '143313.134000', '143313.137000', '143313.140000', '143313.142000', '143313.145000', '143313.147000', '143333.029000', '143333.032000', '143333.035000', '143333.038000', '143333.040000', '143333.043000', '143333.046000', '143333.048000', '143333.051000', '143333.054000', '143333.056000', '143333.059000', '143333.062000', '143333.064000', '143333.067000', '143333.069000', '143333.072000', '143333.075000', '143333.077000', '143333.080000', '143333.083000', '143333.085000', '143333.088000', '143333.091000', '143333.093000', '143333.096000', '143333.098000', '143333.101000', '143333.104000', '143333.106000', '143333.109000', '143333.112000', '143333.114000', '143333.117000', '143333.119000', '143333.122000', '143333.125000', '143333.127000', '143333.130000', '143333.133000', '143333.135000', '143333.138000', '143333.141000', '143333.143000', '143353.030000', '143353.033000', '143353.035000', '143353.038000', '143353.041000', '143353.043000', '143353.046000', '143353.048000', '143353.051000', '143353.054000', '143353.057000', '143353.060000', '143353.063000', '143353.066000', '143353.069000', '143353.072000', '143353.074000', '143353.077000', '143353.079000', '143353.082000', '143353.085000', '143353.087000', '143353.090000', '143353.093000', '143353.095000', '143353.098000', '143353.101000', '143353.103000', '143353.106000', '143353.108000', '143353.113000', '143353.115000', '143353.118000', '143353.121000', '143353.123000', '143353.126000', '143353.129000', '143353.131000', '143353.134000', '143353.137000', '143353.139000', '143353.142000', '143353.144000', '143413.030000', '143413.032000', '143413.036000', '143413.038000', '143413.041000', '143413.044000', '143413.047000', '143413.049000', '143413.052000', '143413.054000', '143413.057000', '143413.060000', '143413.062000', '143413.065000', '143413.068000', '143413.071000', '143413.073000', '143413.076000', '143413.079000', '143413.081000', '143413.084000', '143413.087000', '143413.089000', '143413.092000', '143413.094000', '143413.097000', '143413.100000', '143413.102000', '143413.105000', '143413.108000', '143413.110000', '143413.113000', '143413.115000', '143413.118000', '143413.121000', '143413.123000', '143413.126000', '143413.129000', '143413.131000', '143413.134000', '143413.136000', '143413.139000', '143413.142000', '143413.144000', '143433.030000', '143433.032000', '143433.035000', '143433.038000', '143433.040000', '143433.043000', '143433.046000', '143433.048000', '143433.051000', '143433.054000', '143433.056000', '143433.059000', '143433.061000', '143433.064000', '143433.067000', '143433.069000', '143433.072000', '143433.075000', '143433.077000', '143433.080000', '143433.083000', '143433.085000', '143433.088000', '143433.091000', '143433.094000', '143433.096000', '143433.099000', '143433.102000', '143433.105000', '143433.108000', '143433.111000', '143433.113000', '143433.116000', '143433.118000', '143433.121000', '143433.124000', '143433.126000', '143433.129000', '143433.132000', '143433.134000', '143433.137000', '143433.140000', '143433.142000', '143453.030000', '143453.033000', '143453.036000', '143453.038000', '143453.041000', '143453.044000', '143453.046000', '143453.049000', '143453.051000', '143453.054000', '143453.057000', '143453.059000', '143453.062000', '143453.065000', '143453.067000', '143453.070000', '143453.072000', '143453.075000', '143453.078000', '143453.080000', '143453.083000', '143453.086000', '143453.088000', '143453.091000', '143453.094000', '143453.096000', '143453.099000', '143453.101000', '143453.104000', '143453.107000', '143453.109000', '143453.112000', '143453.114000', '143453.117000', '143453.120000', '143453.123000', '143453.125000', '143453.128000', '143453.130000', '143453.133000', '143453.136000', '143453.138000', '143453.141000', '143453.144000', '143513.030000', '143513.033000', '143513.035000', '143513.038000', '143513.041000', '143513.043000', '143513.046000', '143513.049000', '143513.051000', '143513.054000', '143513.057000', '143513.059000', '143513.062000', '143513.065000', '143513.067000', '143513.070000', '143513.073000', '143513.075000', '143513.078000', '143513.081000', '143513.083000', '143513.086000', '143513.089000', '143513.091000', '143513.094000', '143513.096000', '143513.099000', '143513.102000', '143513.105000', '143513.108000', '143513.111000', '143513.114000', '143513.116000', '143513.120000', '143513.122000', '143513.125000', '143513.128000', '143513.131000', '143513.133000', '143513.136000', '143513.139000', '143513.141000', '143513.144000', '143527.344000', '143527.347000', '143527.349000', '143527.352000', '143527.355000', '143527.357000', '143527.360000', '143527.362000', '143527.365000', '143527.368000', '143527.370000', '143527.373000', '143527.376000', '143527.378000', '143527.381000', '143527.384000', '143527.386000', '143527.389000', '143527.392000', '143527.394000', '143527.397000', '143527.400000', '143527.402000', '143527.405000', '143527.408000', '143527.410000', '143527.413000', '143527.415000', '143527.418000', '143527.421000', '143527.423000', '143527.426000'], 'InstanceCreationTime': ['142733.064000', '142733.067000', '142733.070000', '142733.072000', '142733.075000', '142733.077000', '142733.080000', '142733.083000', '142733.085000', '142733.088000', '142733.098000', '142733.101000', '142733.103000', '142733.106000', '142733.109000', '142733.111000', '142733.114000', '142733.116000', '142733.119000', '142733.121000', '142733.124000', '142733.127000', '142733.129000', '142733.132000', '142733.134000', '142733.137000', '142733.139000', '142733.142000', '142733.145000', '142733.147000', '142733.150000', '142733.153000', '142733.156000', '142753.030000', '142753.032000', '142753.035000', '142753.037000', '142753.041000', '142753.043000', '142753.046000', '142753.048000', '142753.054000', '142753.056000', '142753.059000', '142753.062000', '142753.064000', '142753.067000', '142753.069000', '142753.072000', '142753.075000', '142753.077000', '142753.080000', '142753.082000', '142753.085000', '142753.087000', '142753.090000', '142753.093000', '142753.095000', '142753.098000', '142753.101000', '142753.103000', '142753.106000', '142753.108000', '142753.111000', '142753.113000', '142753.116000', '142753.119000', '142753.121000', '142753.124000', '142753.127000', '142753.129000', '142753.132000', '142753.134000', '142753.137000', '142753.140000', '142753.142000', '142753.145000', '142813.029000', '142813.032000', '142813.035000', '142813.048000', '142813.051000', '142813.053000', '142813.056000', '142813.059000', '142813.061000', '142813.064000', '142813.067000', '142813.069000', '142813.072000', '142813.074000', '142813.077000', '142813.080000', '142813.082000', '142813.085000', '142813.087000', '142813.090000', '142813.093000', '142813.095000', '142813.098000', '142813.101000', '142813.103000', '142813.106000', '142813.109000', '142813.111000', '142813.114000', '142813.116000', '142813.120000', '142813.122000', '142813.125000', '142813.127000', '142813.130000', '142813.133000', '142813.135000', '142813.138000', '142813.141000', '142813.143000', '142813.146000', '142813.149000', '142813.152000', '142833.028000', '142833.031000', '142833.034000', '142833.037000', '142833.039000', '142833.042000', '142833.054000', '142833.056000', '142833.059000', '142833.062000', '142833.064000', '142833.067000', '142833.069000', '142833.072000', '142833.075000', '142833.085000', '142833.087000', '142833.090000', '142833.092000', '142833.095000', '142833.098000', '142833.101000', '142833.103000', '142833.113000', '142833.116000', '142833.118000', '142833.121000', '142833.124000', '142833.126000', '142833.129000', '142833.131000', '142833.134000', '142833.137000', '142833.139000', '142833.142000', '142833.145000', '142833.147000', '142833.150000', '142833.152000', '142833.155000', '142833.157000', '142833.160000', '142833.163000', '142833.165000', '142853.029000', '142853.032000', '142853.035000', '142853.038000', '142853.040000', '142853.043000', '142853.045000', '142853.048000', '142853.051000', '142853.053000', '142853.056000', '142853.058000', '142853.061000', '142853.064000', '142853.066000', '142853.069000', '142853.071000', '142853.074000', '142853.077000', '142853.079000', '142853.082000', '142853.085000', '142853.087000', '142853.090000', '142853.092000', '142853.095000', '142853.098000', '142853.100000', '142853.103000', '142853.106000', '142853.108000', '142853.111000', '142853.114000', '142853.116000', '142853.119000', '142853.122000', '142853.124000', '142853.127000', '142853.129000', '142853.132000', '142853.135000', '142853.137000', '142853.151000', '142913.029000', '142913.032000', '142913.035000', '142913.037000', '142913.040000', '142913.043000', '142913.046000', '142913.048000', '142913.051000', '142913.053000', '142913.056000', '142913.059000', '142913.061000', '142913.064000', '142913.066000', '142913.069000', '142913.072000', '142913.074000', '142913.077000', '142913.080000', '142913.082000', '142913.085000', '142913.088000', '142913.090000', '142913.093000', '142913.095000', '142913.098000', '142913.101000', '142913.103000', '142913.106000', '142913.108000', '142913.111000', '142913.114000', '142913.116000', '142913.119000', '142913.122000', '142913.124000', '142913.127000', '142913.129000', '142913.132000', '142913.135000', '142913.137000', '142913.140000', '142913.142000', '142933.029000', '142933.032000', '142933.035000', '142933.037000', '142933.040000', '142933.043000', '142933.045000', '142933.048000', '142933.051000', '142933.053000', '142933.056000', '142933.058000', '142933.061000', '142933.064000', '142933.066000', '142933.069000', '142933.072000', '142933.074000', '142933.077000', '142933.079000', '142933.082000', '142933.085000', '142933.087000', '142933.090000', '142933.093000', '142933.095000', '142933.098000', '142933.101000', '142933.103000', '142933.106000', '142933.108000', '142933.111000', '142933.114000', '142933.117000', '142933.119000', '142933.122000', '142933.124000', '142933.127000', '142933.130000', '142933.132000', '142933.135000', '142933.138000', '142933.140000', '142953.030000', '142953.033000', '142953.035000', '142953.038000', '142953.040000', '142953.043000', '142953.046000', '142953.049000', '142953.051000', '142953.054000', '142953.057000', '142953.059000', '142953.062000', '142953.065000', '142953.067000', '142953.070000', '142953.072000', '142953.075000', '142953.078000', '142953.080000', '142953.083000', '142953.086000', '142953.088000', '142953.091000', '142953.094000', '142953.096000', '142953.099000', '142953.101000', '142953.104000', '142953.107000', '142953.109000', '142953.112000', '142953.115000', '142953.117000', '142953.120000', '142953.123000', '142953.125000', '142953.128000', '142953.131000', '142953.133000', '142953.136000', '142953.139000', '142953.141000', '142953.144000', '143013.029000', '143013.046000', '143013.049000', '143013.052000', '143013.054000', '143013.057000', '143013.059000', '143013.062000', '143013.065000', '143013.067000', '143013.070000', '143013.073000', '143013.075000', '143013.078000', '143013.080000', '143013.083000', '143013.086000', '143013.088000', '143013.091000', '143013.094000', '143013.096000', '143013.099000', '143013.101000', '143013.104000', '143013.107000', '143013.109000', '143013.112000', '143013.115000', '143013.117000', '143013.120000', '143013.123000', '143013.125000', '143013.128000', '143013.130000', '143013.133000', '143013.136000', '143013.138000', '143013.141000', '143013.143000', '143013.146000', '143013.149000', '143013.151000', '143013.154000', '143033.030000', '143033.033000', '143033.035000', '143033.038000', '143033.041000', '143033.043000', '143033.046000', '143033.048000', '143033.051000', '143033.054000', '143033.056000', '143033.059000', '143033.062000', '143033.064000', '143033.067000', '143033.070000', '143033.072000', '143033.075000', '143033.078000', '143033.080000', '143033.083000', '143033.086000', '143033.088000', '143033.091000', '143033.093000', '143033.096000', '143033.099000', '143033.101000', '143033.104000', '143033.107000', '143033.109000', '143033.112000', '143033.115000', '143033.117000', '143033.120000', '143033.122000', '143033.125000', '143033.128000', '143033.130000', '143033.133000', '143033.136000', '143033.138000', '143033.141000', '143033.144000', '143053.028000', '143053.031000', '143053.034000', '143053.037000', '143053.039000', '143053.042000', '143053.045000', '143053.047000', '143053.050000', '143053.052000', '143053.055000', '143053.057000', '143053.060000', '143053.063000', '143053.065000', '143053.068000', '143053.071000', '143053.073000', '143053.076000', '143053.079000', '143053.081000', '143053.084000', '143053.087000', '143053.090000', '143053.092000', '143053.095000', '143053.098000', '143053.100000', '143053.103000', '143053.105000', '143053.108000', '143053.111000', '143053.113000', '143053.116000', '143053.119000', '143053.126000', '143053.129000', '143053.132000', '143053.134000', '143053.137000', '143053.140000', '143053.142000', '143053.145000', '143113.029000', '143113.034000', '143113.036000', '143113.039000', '143113.042000', '143113.044000', '143113.047000', '143113.050000', '143113.052000', '143113.055000', '143113.057000', '143113.060000', '143113.063000', '143113.066000', '143113.068000', '143113.071000', '143113.073000', '143113.076000', '143113.079000', '143113.081000', '143113.084000', '143113.087000', '143113.090000', '143113.092000', '143113.095000', '143113.097000', '143113.100000', '143113.103000', '143113.105000', '143113.108000', '143113.111000', '143113.113000', '143113.116000', '143113.119000', '143113.121000', '143113.124000', '143113.126000', '143113.129000', '143113.131000', '143113.134000', '143113.137000', '143113.139000', '143113.142000', '143133.030000', '143133.032000', '143133.035000', '143133.038000', '143133.041000', '143133.043000', '143133.046000', '143133.049000', '143133.051000', '143133.054000', '143133.057000', '143133.059000', '143133.062000', '143133.065000', '143133.067000', '143133.070000', '143133.072000', '143133.075000', '143133.078000', '143133.080000', '143133.083000', '143133.086000', '143133.088000', '143133.091000', '143133.094000', '143133.096000', '143133.099000', '143133.111000', '143133.114000', '143133.116000', '143133.119000', '143133.122000', '143133.124000', '143133.127000', '143133.129000', '143133.132000', '143133.135000', '143133.137000', '143133.140000', '143133.142000', '143133.145000', '143133.148000', '143133.151000', '143133.153000', '143153.030000', '143153.032000', '143153.035000', '143153.039000', '143153.042000', '143153.051000', '143153.054000', '143153.057000', '143153.059000', '143153.062000', '143153.065000', '143153.067000', '143153.070000', '143153.072000', '143153.076000', '143153.078000', '143153.081000', '143153.083000', '143153.086000', '143153.089000', '143153.091000', '143153.094000', '143153.097000', '143153.099000', '143153.102000', '143153.105000', '143153.107000', '143153.110000', '143153.113000', '143153.115000', '143153.118000', '143153.121000', '143153.123000', '143153.126000', '143153.128000', '143153.131000', '143153.134000', '143153.136000', '143153.139000', '143153.142000', '143153.144000', '143153.147000', '143153.150000', '143213.029000', '143213.032000', '143213.035000', '143213.038000', '143213.040000', '143213.043000', '143213.046000', '143213.048000', '143213.051000', '143213.053000', '143213.056000', '143213.059000', '143213.061000', '143213.064000', '143213.067000', '143213.069000', '143213.072000', '143213.075000', '143213.077000', '143213.080000', '143213.083000', '143213.085000', '143213.088000', '143213.091000', '143213.093000', '143213.096000', '143213.099000', '143213.101000', '143213.104000', '143213.107000', '143213.109000', '143213.112000', '143213.115000', '143213.117000', '143213.120000', '143213.122000', '143213.125000', '143213.128000', '143213.130000', '143213.133000', '143213.136000', '143213.138000', '143213.141000', '143213.144000', '143233.030000', '143233.033000', '143233.035000', '143233.038000', '143233.041000', '143233.043000', '143233.046000', '143233.049000', '143233.051000', '143233.054000', '143233.057000', '143233.059000', '143233.062000', '143233.065000', '143233.067000', '143233.071000', '143233.073000', '143233.076000', '143233.079000', '143233.081000', '143233.084000', '143233.087000', '143233.089000', '143233.092000', '143233.095000', '143233.097000', '143233.100000', '143233.102000', '143233.105000', '143233.108000', '143233.110000', '143233.113000', '143233.119000', '143233.121000', '143233.124000', '143233.127000', '143233.129000', '143233.132000', '143233.135000', '143233.137000', '143233.140000', '143233.143000', '143233.145000', '143233.148000', '143253.029000', '143253.032000', '143253.035000', '143253.038000', '143253.040000', '143253.043000', '143253.046000', '143253.048000', '143253.051000', '143253.054000', '143253.056000', '143253.059000', '143253.062000', '143253.064000', '143253.067000', '143253.070000', '143253.072000', '143253.075000', '143253.077000', '143253.080000', '143253.083000', '143253.085000', '143253.088000', '143253.091000', '143253.093000', '143253.096000', '143253.099000', '143253.101000', '143253.104000', '143253.107000', '143253.109000', '143253.112000', '143253.114000', '143253.117000', '143253.120000', '143253.122000', '143253.125000', '143253.133000', '143253.136000', '143253.138000', '143253.141000', '143253.144000', '143253.146000', '143313.029000', '143313.032000', '143313.035000', '143313.038000', '143313.041000', '143313.044000', '143313.047000', '143313.049000', '143313.052000', '143313.055000', '143313.057000', '143313.060000', '143313.063000', '143313.065000', '143313.068000', '143313.071000', '143313.073000', '143313.076000', '143313.078000', '143313.081000', '143313.084000', '143313.086000', '143313.089000', '143313.092000', '143313.094000', '143313.097000', '143313.100000', '143313.102000', '143313.105000', '143313.113000', '143313.116000', '143313.118000', '143313.121000', '143313.124000', '143313.126000', '143313.129000', '143313.132000', '143313.134000', '143313.137000', '143313.140000', '143313.142000', '143313.145000', '143313.147000', '143333.029000', '143333.032000', '143333.035000', '143333.038000', '143333.040000', '143333.043000', '143333.046000', '143333.048000', '143333.051000', '143333.054000', '143333.056000', '143333.059000', '143333.062000', '143333.064000', '143333.067000', '143333.069000', '143333.072000', '143333.075000', '143333.077000', '143333.080000', '143333.083000', '143333.085000', '143333.088000', '143333.091000', '143333.093000', '143333.096000', '143333.098000', '143333.101000', '143333.104000', '143333.106000', '143333.109000', '143333.112000', '143333.114000', '143333.117000', '143333.119000', '143333.122000', '143333.125000', '143333.127000', '143333.130000', '143333.133000', '143333.135000', '143333.138000', '143333.141000', '143333.143000', '143353.030000', '143353.033000', '143353.035000', '143353.038000', '143353.041000', '143353.043000', '143353.046000', '143353.048000', '143353.051000', '143353.054000', '143353.057000', '143353.060000', '143353.063000', '143353.066000', '143353.069000', '143353.072000', '143353.074000', '143353.077000', '143353.079000', '143353.082000', '143353.085000', '143353.087000', '143353.090000', '143353.093000', '143353.095000', '143353.098000', '143353.101000', '143353.103000', '143353.106000', '143353.108000', '143353.113000', '143353.115000', '143353.118000', '143353.121000', '143353.123000', '143353.126000', '143353.129000', '143353.131000', '143353.134000', '143353.137000', '143353.139000', '143353.142000', '143353.144000', '143413.030000', '143413.032000', '143413.036000', '143413.038000', '143413.041000', '143413.044000', '143413.047000', '143413.049000', '143413.052000', '143413.054000', '143413.057000', '143413.060000', '143413.062000', '143413.065000', '143413.068000', '143413.071000', '143413.073000', '143413.076000', '143413.079000', '143413.081000', '143413.084000', '143413.087000', '143413.089000', '143413.092000', '143413.094000', '143413.097000', '143413.100000', '143413.102000', '143413.105000', '143413.108000', '143413.110000', '143413.113000', '143413.115000', '143413.118000', '143413.121000', '143413.123000', '143413.126000', '143413.129000', '143413.131000', '143413.134000', '143413.136000', '143413.139000', '143413.142000', '143413.144000', '143433.030000', '143433.032000', '143433.035000', '143433.038000', '143433.040000', '143433.043000', '143433.046000', '143433.048000', '143433.051000', '143433.054000', '143433.056000', '143433.059000', '143433.061000', '143433.064000', '143433.067000', '143433.069000', '143433.072000', '143433.075000', '143433.077000', '143433.080000', '143433.083000', '143433.085000', '143433.088000', '143433.091000', '143433.094000', '143433.096000', '143433.099000', '143433.102000', '143433.105000', '143433.108000', '143433.111000', '143433.113000', '143433.116000', '143433.118000', '143433.121000', '143433.124000', '143433.126000', '143433.129000', '143433.132000', '143433.134000', '143433.137000', '143433.140000', '143433.142000', '143453.030000', '143453.033000', '143453.036000', '143453.038000', '143453.041000', '143453.044000', '143453.046000', '143453.049000', '143453.051000', '143453.054000', '143453.057000', '143453.059000', '143453.062000', '143453.065000', '143453.067000', '143453.070000', '143453.072000', '143453.075000', '143453.078000', '143453.080000', '143453.083000', '143453.086000', '143453.088000', '143453.091000', '143453.094000', '143453.096000', '143453.099000', '143453.101000', '143453.104000', '143453.107000', '143453.109000', '143453.112000', '143453.114000', '143453.117000', '143453.120000', '143453.123000', '143453.125000', '143453.128000', '143453.130000', '143453.133000', '143453.136000', '143453.138000', '143453.141000', '143453.144000', '143513.030000', '143513.033000', '143513.035000', '143513.038000', '143513.041000', '143513.043000', '143513.046000', '143513.049000', '143513.051000', '143513.054000', '143513.057000', '143513.059000', '143513.062000', '143513.065000', '143513.067000', '143513.070000', '143513.073000', '143513.075000', '143513.078000', '143513.081000', '143513.083000', '143513.086000', '143513.089000', '143513.091000', '143513.094000', '143513.096000', '143513.099000', '143513.102000', '143513.105000', '143513.108000', '143513.111000', '143513.114000', '143513.116000', '143513.120000', '143513.122000', '143513.125000', '143513.128000', '143513.131000', '143513.133000', '143513.136000', '143513.139000', '143513.141000', '143513.144000', '143527.344000', '143527.347000', '143527.349000', '143527.352000', '143527.355000', '143527.357000', '143527.360000', '143527.362000', '143527.365000', '143527.368000', '143527.370000', '143527.373000', '143527.376000', '143527.378000', '143527.381000', '143527.384000', '143527.386000', '143527.389000', '143527.392000', '143527.394000', '143527.397000', '143527.400000', '143527.402000', '143527.405000', '143527.408000', '143527.410000', '143527.413000', '143527.415000', '143527.418000', '143527.421000', '143527.423000', '143527.426000'], '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], 'LargestImagePixelValue': [10937, 15924, 10391, 13823, 10139, 13348, 14155, 9297, 13814, 9697, 13427, 10047, 13573, 12523, 16070, 11130, 13444, 9649, 10469, 9626, 9406, 11195, 9145, 12341, 9125, 12734, 9022, 12877, 9519, 10081, 11503, 8821, 10929, 10281, 9471, 10372, 11881, 10183, 12695, 10530, 10348, 11779, 10980, 11359, 10525, 12248, 10751, 12500, 12524, 13289, 10950, 10645, 10777, 10457, 12663, 10707, 15486, 10361, 14741, 10006, 14068, 10131, 16856, 12234, 13678, 10626, 14257, 9942, 13377, 9838, 13376, 11209, 9884, 11063, 9249, 10050, 9784, 11815, 10291, 13101, 9883, 13987, 9574, 14123, 10102, 15384, 10259, 16171, 12485, 9549, 11796, 9559, 11966, 10088, 12517, 10533, 17688, 12538, 11257, 9952, 9469, 11458, 9699, 15057, 13280, 17156, 11232, 15708, 9943, 13642, 9966, 12634, 11803, 9448, 11707, 9268, 12086, 9543, 11739, 9963, 12836, 9658, 12084, 9528, 10463, 9618, 10425, 11966, 9163, 14991, 9436, 12334, 9314, 12206, 9614, 14134, 9731, 10074, 9232, 8792, 9284, 9332, 13638, 8983, 14065, 9542, 13265, 9210, 11821, 11648, 8845, 11826, 8780, 11284, 8955, 12597, 11405, 16210, 9659, 15617, 9176, 13121, 9253, 11308, 10994, 9124, 13460, 9424, 11159, 9055, 13113, 9138, 11127, 11267, 8716, 11308, 9077, 11591, 9356, 15882, 11755, 8877, 11150, 8785, 11627, 9384, 15004, 11715, 15412, 10387, 9360, 9819, 8705, 11384, 9952, 15130, 8935, 9141, 8885, 8368, 11508, 10180, 8849, 11577, 8873, 11878, 9134, 10503, 9749, 10985, 17385, 12414, 17611, 12344, 15222, 10569, 14784, 12543, 16827, 12547, 9117, 9739, 8467, 10826, 8826, 11947, 9904, 15339, 9826, 8574, 8992, 8541, 9004, 8558, 12022, 10397, 14081, 9355, 8976, 9061, 8771, 11209, 8802, 11604, 8704, 8655, 9385, 9124, 13821, 11979, 9220, 12010, 9075, 8918, 9271, 8649, 13186, 12163, 16336, 9937, 9221, 9493, 9374, 11320, 9765, 14036, 12628, 16406, 10342, 8900, 8912, 8669, 10547, 9229, 12969, 10203, 17002, 13461, 8767, 11221, 8902, 12558, 9256, 14714, 10217, 15519, 12816, 11647, 17640, 13671, 11166, 9764, 8935, 10291, 8563, 12027, 9473, 12517, 9573, 13607, 9745, 10613, 9845, 9268, 12810, 12117, 18047, 12775, 16174, 9983, 9504, 12593, 13589, 16374, 16214, 9885, 11275, 8518, 8411, 8571, 8586, 11214, 9635, 14523, 10441, 16622, 10263, 14032, 9920, 10646, 10361, 11405, 14613, 8960, 11582, 8786, 11289, 9185, 13139, 10336, 9032, 8695, 8762, 8696, 8966, 9719, 8927, 12068, 8768, 12029, 9022, 12055, 9224, 12787, 12516, 14466, 8596, 11838, 8825, 12601, 10888, 13669, 10825, 8511, 9271, 8217, 9364, 8967, 12341, 9564, 13446, 11595, 15801, 12351, 11462, 11211, 10098, 17607, 14401, 17111, 12964, 10121, 9858, 9371, 12767, 10307, 11202, 17086, 10956, 10326, 9092, 9252, 11333, 9350, 14976, 14403, 17250, 13253, 11322, 9298, 9340, 9691, 9261, 11506, 9663, 12786, 9591, 9194, 9479, 9536, 9570, 9461, 12474, 10371, 9511, 10247, 9485, 11103, 9670, 13247, 9580, 13681, 11152, 9583, 9771, 9396, 10857, 9488, 14010, 12996, 14861, 9619, 10518, 9332, 9467, 9455, 9139, 12315, 10113, 14527, 9184, 10848, 8914, 9705, 8955, 9361, 10663, 9285, 12652, 9174, 10928, 9526, 12137, 9545, 12547, 9994, 11562, 9104, 9765, 9132, 9341, 9278, 9351, 12606, 11442, 12566, 9195, 9520, 9207, 9153, 9634, 9425, 9620, 13131, 14707, 9362, 9314, 9476, 9411, 9232, 10916, 10461, 16077, 12880, 12189, 9073, 9011, 9611, 9638, 12050, 9161, 13659, 10714, 11945, 10646, 9187, 9694, 8342, 13247, 10828, 16376, 14687, 16042, 12116, 13814, 9587, 12545, 9773, 8776, 14542, 9270, 11559, 9078, 12735, 8878, 13910, 10909, 9077, 14465, 8998, 11545, 9357, 13796, 9777, 10218, 9790, 8500, 16236, 13197, 8562, 15593, 10462, 8015, 12285, 9022, 10123, 8871, 8634, 13232, 10219, 14653, 12783, 13665, 17235, 12133, 16292, 11989, 13701, 10425, 11356, 17167, 13203, 14782, 10312, 9126, 10716, 9494, 14239, 10585, 8524, 10538, 9312, 11988, 9243, 12178, 10555, 8780, 17308, 13863, 8554, 14514, 9671, 8957, 10460, 9748, 12459, 10080, 10621, 11727, 10624, 11894, 10800, 10525, 13666, 11110, 10536, 17462, 12635, 16181, 12151, 10654, 12078, 12362, 17930, 14046, 16341, 10846, 10286, 10544, 10267, 10795, 10102, 13736, 10418, 10069, 10495, 10272, 10310, 10310, 12590, 10871, 12598, 10134, 10915, 10032, 10317, 10678, 10588, 15524, 10347, 13482, 10488, 13026, 10305, 10341, 10182, 10355, 11633, 10466, 12036, 10779, 12016, 10678, 13191, 10741, 10591, 10361, 10664, 10439, 10413, 12411, 10801, 13077, 10400, 10098, 10414, 10637, 10423, 10782, 10556, 10301, 11705, 10783, 12186, 10375, 10282, 9863, 10108, 9927, 10112, 10016, 9733, 13013, 10280, 13658, 9689, 12908, 9850, 10288, 11541, 9376, 11000, 10577, 11638, 10147, 15189, 11395, 9701, 14299, 9590, 13003, 9022, 9141, 9034, 9030, 14005, 10243, 9796, 9962, 10510, 11014, 10548, 16255, 13405, 11887, 14217, 9716, 12771, 9893, 15786, 13755, 14384, 13830, 8919, 12162, 10012, 14239, 10260, 12313, 13962, 8685, 13710, 9703, 13960, 9812, 11587, 14105, 9237, 15194, 9853, 11681, 9068, 9545, 12953, 10491, 13920, 9545, 9269, 9279, 9282, 12242, 10133, 14988, 9804, 8926, 8770, 8285, 11898, 10108, 12675, 9387, 9116, 8827, 8563, 12050, 10393, 14497, 9891, 9141, 8887, 9307, 12463, 10430, 12990, 9259, 8731, 9162, 8833, 11832, 10669, 16042, 9808, 12810, 8638, 9513, 11450, 10941, 10799, 9341, 8334, 10932, 9289, 14074, 11073, 9219, 13216, 9481, 14046, 9777, 15897, 14280, 15527, 12352, 11628, 9236, 8896, 10877, 8954, 14938, 9134, 11623, 8571, 10562, 8220, 8553, 12962, 9288, 12951, 8707, 10390, 8544, 8706, 10228, 8569, 12150, 10261, 14995, 8971, 11537, 8458, 9439, 11951, 8445, 13220, 8891, 13197, 9565, 13820, 10465, 8224, 8765, 8261, 10168, 8050, 12513, 9129, 14487, 9631, 14307, 9861, 13974, 10845, 8223, 12136, 8991, 10250, 8957, 12538, 9039, 13706, 9851, 13740, 10462, 13320, 9495, 9092, 8133, 8839, 9007, 8527, 11368, 9115, 12667, 8675, 8978, 12148, 10259, 13173, 10120, 9599, 11983, 9052, 9539, 12277, 9837, 13628, 10612, 12567, 19484, 18620, 12961, 12361, 11551, 10376, 11432, 12201, 10506, 17363, 12306, 13126, 18178, 15061, 20262, 16538, 15467, 20728, 17839, 20713, 16614, 14733, 16830, 10881, 15728, 11929, 13125, 9872, 9296, 10042, 9846, 11821, 9632, 9305, 10082, 9255, 10843, 9855, 8288, 10273, 9854, 11364, 9223, 8880, 10225, 9342, 12052, 9817, 13181, 10383, 13983, 10646, 9732, 10549, 9564, 11646, 9742, 14066, 11008, 15452, 10913, 14685, 10029, 10211, 10362, 9576, 10804, 9555, 12228, 9830, 12684, 10605, 13549, 10140, 13207, 9835, 10965, 9810, 9751, 10649, 9780, 11818, 9471, 13283, 9495, 13480, 9948, 13042, 10014, 9465, 10008, 9358, 12058, 9354, 12142, 9909, 15278, 10858, 9777, 11813, 8899, 12616, 9838, 14549, 10167, 16346, 11840, 9096, 12334, 9343, 12035, 9518, 12628, 10408, 9035, 15281, 9748, 16381, 10859, 16473, 11063, 11523, 13747, 11262, 16808, 11760, 10041, 11623, 9409, 9639, 11825, 9437, 14142, 11149, 9786, 16303, 11089, 16831, 10346, 11024, 10805, 9215, 16886, 14374, 18194, 13951, 10728, 10859, 9219, 11846, 9438, 12807, 9967, 13138, 11119, 8922, 13430, 9261, 13816, 9410, 9293, 10943, 9175, 14274, 12042, 9381, 17954, 13666, 9243, 15782, 10196, 14860, 9633, 9498, 10298, 9346, 13615, 10744, 9342, 14779, 14297, 11884, 15249, 12855, 9766, 13989, 12293, 12963, 12715, 15894, 11552, 9782, 15825, 13679, 13513, 14985, 17070], 'WindowCenter': [4807.0, 4819.0, 4752.0, 4780.0, 4739.0, 4763.0, 4755.0, 4713.0, 4752.0, 4711.0, 4748.0, 4710.0, 4749.0, 4741.0, 4757.0, 4719.0, 4737.0, 4698.0, 4716.0, 4696.0, 4698.0, 4729.0, 4689.0, 4738.0, 4699.0, 4738.0, 4700.0, 4739.0, 4710.0, 4708.0, 4719.0, 4698.0, 4747.0, 4738.0, 4738.0, 4741.0, 4719.0, 4708.0, 4715.0, 4686.0, 4706.0, 4717.0, 4719.0, 4708.0, 4679.0, 4753.0, 4715.0, 4709.0, 4727.0, 4737.0, 4716.0, 4717.0, 4718.0, 4718.0, 4739.0, 4722.0, 4773.0, 4734.0, 4761.0, 4722.0, 4759.0, 4733.0, 4781.0, 4742.0, 4750.0, 4721.0, 4749.0, 4710.0, 4739.0, 4710.0, 4751.0, 4731.0, 4710.0, 4716.0, 4699.0, 4709.0, 4710.0, 4739.0, 4721.0, 4752.0, 4701.0, 4750.0, 4710.0, 4750.0, 4721.0, 4760.0, 4721.0, 4771.0, 4741.0, 4710.0, 4730.0, 4709.0, 4728.0, 4711.0, 4739.0, 4721.0, 4780.0, 4740.0, 4717.0, 4709.0, 4709.0, 4728.0, 4709.0, 4760.0, 4740.0, 4768.0, 4719.0, 4746.0, 4707.0, 4736.0, 4708.0, 4738.0, 4728.0, 4686.0, 4727.0, 4687.0, 4726.0, 4696.0, 4727.0, 4707.0, 4737.0, 4707.0, 4727.0, 4698.0, 4707.0, 4708.0, 4719.0, 4730.0, 4699.0, 4757.0, 4698.0, 4728.0, 4697.0, 4727.0, 4708.0, 4748.0, 4709.0, 4708.0, 4698.0, 4678.0, 4709.0, 4710.0, 4749.0, 4699.0, 4748.0, 4709.0, 4737.0, 4709.0, 4730.0, 4730.0, 4699.0, 4727.0, 4689.0, 4718.0, 4700.0, 4740.0, 4729.0, 4769.0, 4709.0, 4759.0, 4701.0, 4738.0, 4699.0, 4729.0, 4719.0, 4698.0, 4738.0, 4698.0, 4716.0, 4699.0, 4737.0, 4709.0, 4730.0, 4730.0, 4690.0, 4719.0, 4700.0, 4729.0, 4712.0, 4770.0, 4730.0, 4700.0, 4719.0, 4688.0, 4718.0, 4699.0, 4758.0, 4730.0, 4759.0, 4709.0, 4698.0, 4696.0, 4689.0, 4727.0, 4709.0, 4758.0, 4697.0, 4700.0, 4702.0, 4688.0, 4730.0, 4721.0, 4700.0, 4720.0, 4701.0, 4729.0, 4711.0, 4721.0, 4711.0, 4732.0, 4782.0, 4741.0, 4769.0, 4730.0, 4749.0, 4707.0, 4746.0, 4726.0, 4756.0, 4714.0, 4685.0, 4684.0, 4671.0, 4704.0, 4685.0, 4715.0, 4697.0, 4745.0, 4695.0, 4674.0, 4684.0, 4676.0, 4685.0, 4687.0, 4727.0, 4708.0, 4737.0, 4698.0, 4687.0, 4685.0, 4687.0, 4719.0, 4690.0, 4730.0, 4715.0, 4712.0, 4710.0, 4711.0, 4759.0, 4741.0, 4710.0, 4738.0, 4711.0, 4700.0, 4710.0, 4713.0, 4752.0, 4743.0, 4782.0, 4722.0, 4711.0, 4710.0, 4699.0, 4718.0, 4698.0, 4749.0, 4740.0, 4771.0, 4719.0, 4701.0, 4698.0, 4689.0, 4719.0, 4710.0, 4750.0, 4722.0, 4781.0, 4753.0, 4701.0, 4730.0, 4700.0, 4738.0, 4700.0, 4749.0, 4710.0, 4759.0, 4740.0, 4732.0, 4782.0, 4752.0, 4719.0, 4708.0, 4697.0, 4708.0, 4688.0, 4726.0, 4709.0, 4740.0, 4713.0, 4751.0, 4711.0, 4720.0, 4709.0, 4699.0, 4738.0, 4728.0, 4779.0, 4728.0, 4757.0, 4710.0, 4699.0, 4730.0, 4740.0, 4769.0, 4757.0, 4697.0, 4715.0, 4686.0, 4687.0, 4688.0, 4689.0, 4719.0, 4710.0, 4749.0, 4708.0, 4759.0, 4708.0, 4735.0, 4695.0, 4695.0, 4695.0, 4704.0, 4734.0, 4674.0, 4703.0, 4674.0, 4703.0, 4685.0, 4724.0, 4695.0, 4684.0, 4675.0, 4675.0, 4674.0, 4685.0, 4696.0, 4688.0, 4727.0, 4687.0, 4716.0, 4687.0, 4715.0, 4698.0, 4727.0, 4728.0, 4736.0, 4687.0, 4715.0, 4701.0, 4751.0, 4720.0, 4749.0, 4708.0, 4687.0, 4700.0, 4689.0, 4711.0, 4701.0, 4740.0, 4712.0, 4741.0, 4732.0, 4761.0, 4740.0, 4718.0, 4717.0, 4708.0, 4771.0, 4763.0, 4758.0, 4726.0, 4708.0, 4697.0, 4687.0, 4725.0, 4695.0, 4705.0, 4755.0, 4694.0, 4693.0, 4673.0, 4684.0, 4703.0, 4684.0, 4734.0, 4735.0, 4743.0, 4713.0, 4691.0, 4671.0, 4671.0, 4679.0, 4672.0, 4702.0, 4684.0, 4712.0, 4683.0, 4683.0, 4683.0, 4683.0, 4684.0, 4685.0, 4727.0, 4698.0, 4697.0, 4707.0, 4698.0, 4716.0, 4696.0, 4726.0, 4688.0, 4739.0, 4718.0, 4698.0, 4697.0, 4686.0, 4707.0, 4697.0, 4738.0, 4727.0, 4736.0, 4697.0, 4706.0, 4686.0, 4697.0, 4687.0, 4687.0, 4727.0, 4708.0, 4736.0, 4687.0, 4706.0, 4686.0, 4676.0, 4686.0, 4698.0, 4708.0, 4698.0, 4728.0, 4689.0, 4707.0, 4697.0, 4716.0, 4698.0, 4719.0, 4709.0, 4717.0, 4687.0, 4698.0, 4699.0, 4689.0, 4699.0, 4690.0, 4730.0, 4720.0, 4719.0, 4689.0, 4699.0, 4697.0, 4699.0, 4710.0, 4701.0, 4712.0, 4742.0, 4741.0, 4699.0, 4698.0, 4698.0, 4698.0, 4698.0, 4718.0, 4720.0, 4760.0, 4741.0, 4720.0, 4699.0, 4699.0, 4709.0, 4709.0, 4729.0, 4711.0, 4751.0, 4723.0, 4723.0, 4722.0, 4701.0, 4700.0, 4679.0, 4728.0, 4708.0, 4759.0, 4738.0, 4747.0, 4716.0, 4724.0, 4685.0, 4704.0, 4696.0, 4665.0, 4735.0, 4664.0, 4703.0, 4674.0, 4713.0, 4686.0, 4726.0, 4708.0, 4688.0, 4738.0, 4686.0, 4706.0, 4688.0, 4726.0, 4697.0, 4696.0, 4700.0, 4690.0, 4760.0, 4730.0, 4690.0, 4752.0, 4711.0, 4680.0, 4730.0, 4701.0, 4699.0, 4700.0, 4692.0, 4752.0, 4722.0, 4751.0, 4741.0, 4739.0, 4759.0, 4717.0, 4734.0, 4683.0, 4711.0, 4682.0, 4692.0, 4733.0, 4701.0, 4709.0, 4669.0, 4659.0, 4678.0, 4668.0, 4709.0, 4680.0, 4660.0, 4679.0, 4659.0, 4688.0, 4671.0, 4702.0, 4692.0, 4674.0, 4743.0, 4723.0, 4662.0, 4745.0, 4686.0, 4683.0, 4693.0, 4684.0, 4727.0, 4709.0, 4720.0, 4726.0, 4717.0, 4728.0, 4717.0, 4706.0, 4737.0, 4716.0, 4707.0, 4756.0, 4716.0, 4743.0, 4713.0, 4693.0, 4702.0, 4713.0, 4752.0, 4721.0, 4729.0, 4680.0, 4680.0, 4679.0, 4680.0, 4691.0, 4693.0, 4721.0, 4694.0, 4694.0, 4694.0, 4694.0, 4694.0, 4695.0, 4726.0, 4707.0, 4726.0, 4696.0, 4706.0, 4695.0, 4695.0, 4695.0, 4706.0, 4746.0, 4695.0, 4724.0, 4697.0, 4724.0, 4695.0, 4696.0, 4696.0, 4707.0, 4717.0, 4707.0, 4716.0, 4706.0, 4717.0, 4707.0, 4727.0, 4698.0, 4708.0, 4707.0, 4707.0, 4708.0, 4709.0, 4739.0, 4719.0, 4738.0, 4708.0, 4708.0, 4708.0, 4708.0, 4708.0, 4708.0, 4708.0, 4698.0, 4718.0, 4720.0, 4729.0, 4710.0, 4708.0, 4709.0, 4709.0, 4709.0, 4700.0, 4711.0, 4712.0, 4752.0, 4721.0, 4750.0, 4710.0, 4740.0, 4712.0, 4722.0, 4732.0, 4701.0, 4720.0, 4720.0, 4730.0, 4723.0, 4772.0, 4733.0, 4712.0, 4764.0, 4713.0, 4740.0, 4702.0, 4713.0, 4702.0, 4717.0, 4780.0, 4748.0, 4724.0, 4723.0, 4734.0, 4731.0, 4732.0, 4773.0, 4753.0, 4743.0, 4753.0, 4725.0, 4754.0, 4711.0, 4760.0, 4740.0, 4748.0, 4738.0, 4687.0, 4715.0, 4696.0, 4735.0, 4708.0, 4727.0, 4737.0, 4676.0, 4736.0, 4696.0, 4724.0, 4696.0, 4716.0, 4737.0, 4687.0, 4734.0, 4684.0, 4703.0, 4673.0, 4683.0, 4725.0, 4706.0, 4725.0, 4686.0, 4684.0, 4684.0, 4684.0, 4715.0, 4697.0, 4735.0, 4695.0, 4675.0, 4674.0, 4665.0, 4715.0, 4707.0, 4726.0, 4686.0, 4685.0, 4685.0, 4676.0, 4727.0, 4708.0, 4747.0, 4697.0, 4686.0, 4685.0, 4697.0, 4727.0, 4708.0, 4725.0, 4687.0, 4676.0, 4685.0, 4686.0, 4707.0, 4707.0, 4746.0, 4696.0, 4725.0, 4675.0, 4697.0, 4715.0, 4706.0, 4707.0, 4686.0, 4676.0, 4706.0, 4698.0, 4737.0, 4718.0, 4698.0, 4738.0, 4698.0, 4736.0, 4687.0, 4747.0, 4737.0, 4734.0, 4714.0, 4704.0, 4662.0, 4673.0, 4693.0, 4673.0, 4733.0, 4672.0, 4691.0, 4673.0, 4692.0, 4664.0, 4675.0, 4726.0, 4685.0, 4714.0, 4675.0, 4694.0, 4687.0, 4686.0, 4695.0, 4676.0, 4716.0, 4696.0, 4735.0, 4685.0, 4704.0, 4675.0, 4686.0, 4715.0, 4676.0, 4725.0, 4685.0, 4724.0, 4696.0, 4736.0, 4706.0, 4675.0, 4675.0, 4675.0, 4696.0, 4678.0, 4716.0, 4686.0, 4734.0, 4686.0, 4734.0, 4697.0, 4736.0, 4708.0, 4676.0, 4715.0, 4685.0, 4695.0, 4686.0, 4715.0, 4688.0, 4736.0, 4699.0, 4740.0, 4721.0, 4738.0, 4697.0, 4686.0, 4666.0, 4686.0, 4686.0, 4689.0, 4719.0, 4689.0, 4727.0, 4690.0, 4726.0, 4755.0, 4737.0, 4755.0, 4723.0, 4712.0, 4741.0, 4713.0, 4724.0, 4755.0, 4736.0, 4774.0, 4744.0, 4752.0, 4804.0, 4794.0, 4728.0, 4738.0, 4728.0, 4718.0, 4714.0, 4727.0, 4719.0, 4767.0, 4728.0, 4738.0, 4768.0, 4746.0, 4764.0, 4744.0, 4732.0, 4762.0, 4740.0, 4748.0, 4716.0, 4693.0, 4701.0, 4650.0, 4689.0, 4659.0, 4667.0, 4638.0, 4639.0, 4638.0, 4649.0, 4669.0, 4652.0, 4652.0, 4662.0, 4654.0, 4675.0, 4677.0, 4659.0, 4677.0, 4678.0, 4699.0, 4681.0, 4682.0, 4693.0, 4694.0, 4725.0, 4706.0, 4735.0, 4706.0, 4746.0, 4707.0, 4696.0, 4706.0, 4685.0, 4717.0, 4696.0, 4746.0, 4719.0, 4748.0, 4717.0, 4746.0, 4696.0, 4706.0, 4704.0, 4696.0, 4717.0, 4698.0, 4728.0, 4708.0, 4738.0, 4719.0, 4738.0, 4719.0, 4749.0, 4709.0, 4719.0, 4710.0, 4710.0, 4719.0, 4710.0, 4730.0, 4710.0, 4751.0, 4709.0, 4748.0, 4710.0, 4738.0, 4720.0, 4722.0, 4721.0, 4711.0, 4741.0, 4712.0, 4740.0, 4724.0, 4773.0, 4744.0, 4723.0, 4743.0, 4712.0, 4751.0, 4721.0, 4761.0, 4733.0, 4782.0, 4742.0, 4712.0, 4742.0, 4712.0, 4740.0, 4722.0, 4753.0, 4732.0, 4713.0, 4774.0, 4723.0, 4782.0, 4733.0, 4771.0, 4732.0, 4743.0, 4763.0, 4744.0, 4797.0, 4755.0, 4733.0, 4742.0, 4724.0, 4712.0, 4729.0, 4724.0, 4763.0, 4744.0, 4734.0, 4784.0, 4734.0, 4771.0, 4723.0, 4722.0, 4720.0, 4701.0, 4780.0, 4762.0, 4780.0, 4749.0, 4718.0, 4707.0, 4696.0, 4715.0, 4687.0, 4726.0, 4697.0, 4737.0, 4717.0, 4687.0, 4737.0, 4697.0, 4736.0, 4698.0, 4698.0, 4718.0, 4700.0, 4750.0, 4731.0, 4701.0, 4780.0, 4750.0, 4700.0, 4759.0, 4708.0, 4749.0, 4700.0, 4699.0, 4708.0, 4724.0, 4762.0, 4744.0, 4736.0, 4785.0, 4785.0, 4753.0, 4770.0, 4747.0, 4715.0, 4755.0, 4726.0, 4724.0, 4727.0, 4755.0, 4727.0, 4696.0, 4743.0, 4731.0, 4722.0, 4731.0, 4741.0], 'WindowWidth': [10497.0, 10492.0, 10392.0, 10425.0, 10365.0, 10392.0, 10376.0, 10316.0, 10368.0, 10308.0, 10356.0, 10306.0, 10359.0, 10350.0, 10371.0, 10315.0, 10339.0, 10285.0, 10308.0, 10282.0, 10287.0, 10329.0, 10271.0, 10342.0, 10290.0, 10339.0, 10291.0, 10343.0, 10307.0, 10302.0, 10318.0, 10286.0, 10371.0, 10361.0, 10358.0, 10360.0, 10309.0, 10295.0, 10296.0, 10257.0, 10290.0, 10306.0, 10310.0, 10290.0, 10242.0, 10376.0, 10309.0, 10289.0, 10326.0, 10339.0, 10311.0, 10311.0, 10316.0, 10315.0, 10347.0, 10323.0, 10400.0, 10346.0, 10380.0, 10328.0, 10376.0, 10343.0, 10409.0, 10355.0, 10362.0, 10322.0, 10357.0, 10304.0, 10343.0, 10306.0, 10365.0, 10337.0, 10306.0, 10312.0, 10290.0, 10304.0, 10305.0, 10346.0, 10325.0, 10365.0, 10292.0, 10361.0, 10307.0, 10360.0, 10324.0, 10374.0, 10324.0, 10393.0, 10350.0, 10307.0, 10332.0, 10303.0, 10328.0, 10306.0, 10346.0, 10325.0, 10405.0, 10349.0, 10313.0, 10303.0, 10303.0, 10327.0, 10305.0, 10376.0, 10348.0, 10386.0, 10316.0, 10351.0, 10297.0, 10336.0, 10301.0, 10341.0, 10329.0, 10263.0, 10323.0, 10268.0, 10320.0, 10282.0, 10325.0, 10300.0, 10339.0, 10298.0, 10324.0, 10286.0, 10299.0, 10301.0, 10318.0, 10333.0, 10291.0, 10369.0, 10286.0, 10323.0, 10284.0, 10325.0, 10303.0, 10355.0, 10302.0, 10299.0, 10285.0, 10257.0, 10304.0, 10306.0, 10358.0, 10290.0, 10354.0, 10304.0, 10340.0, 10304.0, 10333.0, 10333.0, 10290.0, 10327.0, 10276.0, 10312.0, 10295.0, 10348.0, 10333.0, 10386.0, 10304.0, 10369.0, 10292.0, 10340.0, 10291.0, 10332.0, 10318.0, 10287.0, 10342.0, 10287.0, 10308.0, 10288.0, 10339.0, 10306.0, 10334.0, 10335.0, 10278.0, 10316.0, 10293.0, 10329.0, 10313.0, 10389.0, 10335.0, 10292.0, 10316.0, 10273.0, 10313.0, 10291.0, 10370.0, 10332.0, 10371.0, 10302.0, 10285.0, 10281.0, 10275.0, 10327.0, 10305.0, 10367.0, 10285.0, 10292.0, 10297.0, 10274.0, 10336.0, 10324.0, 10294.0, 10315.0, 10296.0, 10333.0, 10310.0, 10322.0, 10310.0, 10338.0, 10412.0, 10349.0, 10388.0, 10331.0, 10354.0, 10296.0, 10349.0, 10324.0, 10364.0, 10304.0, 10261.0, 10259.0, 10241.0, 10285.0, 10263.0, 10304.0, 10284.0, 10345.0, 10277.0, 10247.0, 10261.0, 10252.0, 10264.0, 10267.0, 10323.0, 10300.0, 10338.0, 10284.0, 10269.0, 10265.0, 10269.0, 10313.0, 10276.0, 10332.0, 10325.0, 10315.0, 10310.0, 10312.0, 10375.0, 10354.0, 10309.0, 10343.0, 10311.0, 10295.0, 10308.0, 10318.0, 10370.0, 10359.0, 10410.0, 10327.0, 10312.0, 10306.0, 10290.0, 10315.0, 10283.0, 10360.0, 10349.0, 10393.0, 10318.0, 10294.0, 10288.0, 10274.0, 10318.0, 10306.0, 10360.0, 10326.0, 10408.0, 10368.0, 10295.0, 10333.0, 10293.0, 10341.0, 10293.0, 10357.0, 10306.0, 10373.0, 10348.0, 10337.0, 10410.0, 10367.0, 10318.0, 10302.0, 10284.0, 10299.0, 10273.0, 10323.0, 10304.0, 10348.0, 10315.0, 10361.0, 10309.0, 10321.0, 10304.0, 10288.0, 10342.0, 10328.0, 10402.0, 10327.0, 10364.0, 10303.0, 10287.0, 10331.0, 10346.0, 10386.0, 10368.0, 10283.0, 10306.0, 10268.0, 10270.0, 10275.0, 10276.0, 10318.0, 10304.0, 10357.0, 10301.0, 10369.0, 10300.0, 10332.0, 10277.0, 10276.0, 10275.0, 10282.0, 10331.0, 10245.0, 10284.0, 10246.0, 10284.0, 10264.0, 10315.0, 10277.0, 10259.0, 10249.0, 10248.0, 10247.0, 10263.0, 10278.0, 10271.0, 10322.0, 10268.0, 10305.0, 10267.0, 10303.0, 10287.0, 10323.0, 10327.0, 10332.0, 10268.0, 10304.0, 10297.0, 10365.0, 10320.0, 10358.0, 10294.0, 10271.0, 10291.0, 10276.0, 10308.0, 10295.0, 10346.0, 10311.0, 10346.0, 10339.0, 10373.0, 10346.0, 10314.0, 10310.0, 10298.0, 10391.0, 10385.0, 10370.0, 10320.0, 10299.0, 10279.0, 10266.0, 10318.0, 10276.0, 10288.0, 10359.0, 10274.0, 10271.0, 10243.0, 10257.0, 10283.0, 10257.0, 10329.0, 10330.0, 10339.0, 10295.0, 10263.0, 10236.0, 10236.0, 10246.0, 10237.0, 10280.0, 10260.0, 10295.0, 10256.0, 10255.0, 10254.0, 10257.0, 10259.0, 10259.0, 10323.0, 10279.0, 10282.0, 10296.0, 10286.0, 10306.0, 10280.0, 10318.0, 10268.0, 10342.0, 10314.0, 10283.0, 10282.0, 10266.0, 10293.0, 10280.0, 10338.0, 10324.0, 10334.0, 10281.0, 10290.0, 10263.0, 10280.0, 10265.0, 10266.0, 10323.0, 10296.0, 10334.0, 10267.0, 10290.0, 10263.0, 10246.0, 10264.0, 10283.0, 10297.0, 10283.0, 10325.0, 10271.0, 10292.0, 10280.0, 10304.0, 10284.0, 10306.0, 10299.0, 10308.0, 10269.0, 10283.0, 10285.0, 10272.0, 10285.0, 10272.0, 10332.0, 10318.0, 10310.0, 10272.0, 10285.0, 10282.0, 10287.0, 10303.0, 10295.0, 10311.0, 10351.0, 10344.0, 10287.0, 10284.0, 10285.0, 10282.0, 10284.0, 10312.0, 10316.0, 10374.0, 10346.0, 10312.0, 10288.0, 10287.0, 10300.0, 10302.0, 10327.0, 10307.0, 10360.0, 10326.0, 10319.0, 10321.0, 10290.0, 10288.0, 10259.0, 10325.0, 10297.0, 10369.0, 10337.0, 10348.0, 10302.0, 10310.0, 10259.0, 10279.0, 10276.0, 10229.0, 10328.0, 10226.0, 10280.0, 10244.0, 10294.0, 10262.0, 10317.0, 10295.0, 10267.0, 10337.0, 10263.0, 10289.0, 10269.0, 10317.0, 10277.0, 10277.0, 10285.0, 10274.0, 10369.0, 10330.0, 10274.0, 10359.0, 10305.0, 10262.0, 10332.0, 10294.0, 10283.0, 10290.0, 10281.0, 10364.0, 10323.0, 10360.0, 10348.0, 10341.0, 10371.0, 10306.0, 10326.0, 10249.0, 10288.0, 10248.0, 10262.0, 10318.0, 10275.0, 10284.0, 10229.0, 10214.0, 10238.0, 10225.0, 10283.0, 10244.0, 10216.0, 10241.0, 10215.0, 10252.0, 10234.0, 10278.0, 10264.0, 10244.0, 10338.0, 10310.0, 10225.0, 10347.0, 10264.0, 10256.0, 10267.0, 10258.0, 10322.0, 10301.0, 10320.0, 10322.0, 10311.0, 10327.0, 10309.0, 10293.0, 10336.0, 10307.0, 10294.0, 10364.0, 10308.0, 10338.0, 10297.0, 10270.0, 10281.0, 10297.0, 10353.0, 10306.0, 10314.0, 10245.0, 10244.0, 10242.0, 10246.0, 10264.0, 10270.0, 10306.0, 10273.0, 10271.0, 10271.0, 10272.0, 10273.0, 10276.0, 10319.0, 10295.0, 10318.0, 10278.0, 10290.0, 10275.0, 10274.0, 10275.0, 10291.0, 10348.0, 10275.0, 10314.0, 10277.0, 10311.0, 10275.0, 10276.0, 10279.0, 10296.0, 10309.0, 10293.0, 10304.0, 10292.0, 10307.0, 10296.0, 10322.0, 10278.0, 10296.0, 10295.0, 10295.0, 10296.0, 10299.0, 10340.0, 10315.0, 10339.0, 10298.0, 10297.0, 10295.0, 10296.0, 10296.0, 10297.0, 10297.0, 10280.0, 10311.0, 10318.0, 10328.0, 10302.0, 10299.0, 10298.0, 10299.0, 10300.0, 10284.0, 10308.0, 10310.0, 10362.0, 10320.0, 10356.0, 10304.0, 10345.0, 10310.0, 10322.0, 10336.0, 10291.0, 10318.0, 10317.0, 10330.0, 10327.0, 10393.0, 10339.0, 10310.0, 10383.0, 10312.0, 10344.0, 10295.0, 10313.0, 10297.0, 10324.0, 10415.0, 10372.0, 10331.0, 10329.0, 10346.0, 10336.0, 10338.0, 10398.0, 10370.0, 10354.0, 10368.0, 10332.0, 10370.0, 10306.0, 10372.0, 10345.0, 10353.0, 10339.0, 10266.0, 10302.0, 10276.0, 10328.0, 10296.0, 10322.0, 10338.0, 10252.0, 10331.0, 10277.0, 10313.0, 10276.0, 10304.0, 10335.0, 10264.0, 10327.0, 10257.0, 10281.0, 10240.0, 10255.0, 10316.0, 10290.0, 10315.0, 10260.0, 10257.0, 10258.0, 10257.0, 10302.0, 10279.0, 10330.0, 10274.0, 10246.0, 10245.0, 10234.0, 10303.0, 10295.0, 10319.0, 10263.0, 10262.0, 10261.0, 10251.0, 10320.0, 10298.0, 10351.0, 10279.0, 10263.0, 10261.0, 10282.0, 10322.0, 10298.0, 10318.0, 10265.0, 10249.0, 10260.0, 10264.0, 10290.0, 10296.0, 10347.0, 10277.0, 10315.0, 10248.0, 10281.0, 10303.0, 10294.0, 10294.0, 10264.0, 10252.0, 10291.0, 10284.0, 10337.0, 10312.0, 10285.0, 10339.0, 10282.0, 10332.0, 10262.0, 10352.0, 10336.0, 10328.0, 10299.0, 10284.0, 10220.0, 10242.0, 10269.0, 10241.0, 10323.0, 10237.0, 10262.0, 10240.0, 10265.0, 10230.0, 10250.0, 10318.0, 10262.0, 10298.0, 10248.0, 10272.0, 10267.0, 10265.0, 10275.0, 10249.0, 10306.0, 10278.0, 10330.0, 10261.0, 10284.0, 10247.0, 10264.0, 10303.0, 10250.0, 10314.0, 10261.0, 10311.0, 10276.0, 10332.0, 10289.0, 10248.0, 10247.0, 10247.0, 10276.0, 10257.0, 10305.0, 10264.0, 10326.0, 10263.0, 10326.0, 10278.0, 10332.0, 10296.0, 10250.0, 10302.0, 10262.0, 10273.0, 10263.0, 10301.0, 10269.0, 10332.0, 10286.0, 10344.0, 10319.0, 10338.0, 10281.0, 10264.0, 10236.0, 10264.0, 10264.0, 10271.0, 10312.0, 10272.0, 10322.0, 10276.0, 10337.0, 10377.0, 10353.0, 10374.0, 10325.0, 10308.0, 10349.0, 10315.0, 10335.0, 10379.0, 10356.0, 10405.0, 10364.0, 10372.0, 10449.0, 10430.0, 10328.0, 10345.0, 10332.0, 10318.0, 10305.0, 10324.0, 10321.0, 10381.0, 10333.0, 10343.0, 10386.0, 10352.0, 10375.0, 10347.0, 10326.0, 10378.0, 10336.0, 10347.0, 10295.0, 10254.0, 10266.0, 10190.0, 10244.0, 10201.0, 10209.0, 10171.0, 10173.0, 10171.0, 10189.0, 10217.0, 10200.0, 10198.0, 10211.0, 10202.0, 10234.0, 10243.0, 10218.0, 10241.0, 10244.0, 10274.0, 10253.0, 10256.0, 10271.0, 10275.0, 10319.0, 10296.0, 10332.0, 10296.0, 10350.0, 10298.0, 10281.0, 10296.0, 10260.0, 10310.0, 10280.0, 10351.0, 10318.0, 10355.0, 10312.0, 10348.0, 10281.0, 10293.0, 10290.0, 10281.0, 10312.0, 10285.0, 10327.0, 10302.0, 10344.0, 10317.0, 10337.0, 10317.0, 10357.0, 10305.0, 10318.0, 10305.0, 10306.0, 10318.0, 10305.0, 10335.0, 10308.0, 10361.0, 10303.0, 10355.0, 10305.0, 10342.0, 10321.0, 10327.0, 10326.0, 10311.0, 10350.0, 10312.0, 10350.0, 10333.0, 10399.0, 10360.0, 10330.0, 10357.0, 10312.0, 10365.0, 10324.0, 10378.0, 10344.0, 10413.0, 10356.0, 10316.0, 10354.0, 10312.0, 10350.0, 10329.0, 10371.0, 10343.0, 10317.0, 10401.0, 10330.0, 10410.0, 10342.0, 10394.0, 10339.0, 10356.0, 10384.0, 10359.0, 10444.0, 10382.0, 10347.0, 10356.0, 10334.0, 10309.0, 10329.0, 10333.0, 10385.0, 10363.0, 10348.0, 10419.0, 10344.0, 10389.0, 10327.0, 10323.0, 10321.0, 10295.0, 10405.0, 10381.0, 10405.0, 10359.0, 10313.0, 10295.0, 10279.0, 10304.0, 10267.0, 10320.0, 10283.0, 10337.0, 10310.0, 10269.0, 10336.0, 10284.0, 10332.0, 10284.0, 10285.0, 10311.0, 10291.0, 10359.0, 10334.0, 10292.0, 10402.0, 10361.0, 10290.0, 10370.0, 10299.0, 10353.0, 10288.0, 10287.0, 10298.0, 10333.0, 10382.0, 10363.0, 10357.0, 10425.0, 10427.0, 10380.0, 10402.0, 10364.0, 10318.0, 10373.0, 10328.0, 10317.0, 10323.0, 10361.0, 10329.0, 10279.0, 10341.0, 10324.0, 10310.0, 10323.0, 10339.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.005089981132075471</td></tr>
<tr><td colspan=3>aqi</td><td>0.03463320754716981</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.740074471095376</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2035157399622292</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0671477391123692</td></tr>
<tr><td colspan=3>efc</td><td>0.5183</td></tr>
<tr><td colspan=3>fber</td><td>3247.2678</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10413114857767262</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.452830188679245</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.360172432056793</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3442904895623045</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.502912031235018</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.233314775373057</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126172</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0007621267577633262</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014447292312979698</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1060</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.18369699122879</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.2469</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.176</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>281.2061</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293633.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>1393.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>513.5232</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7213</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.4021</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3902.033</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4050.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.0375</td></tr>
<tr><td colspan=3>tsnr</td><td>31.44215161621105</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>