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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-01/func/sub-0059_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b2360a6781cd6b4803cea3f033e7f702</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>11:47:46.870000</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.999136, -0.0121456, 0.039742, 0.00819612, 0.995146, 0.0980724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0971063</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7761, -7265, 532, -87, -255, -21, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f5e8b8de-9ab3-464a-921f-22764afcb492||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.6806092262268066, 0.02198958396911621, 0.10999853163957596, 106.52082061767578], [0.03258572518825531, 2.669902801513672, 0.26368725299835205, -98.87194061279297], [0.10662481933832169, -0.2631210684776306, 2.684840679168701, -66.92986297607422], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['114746.870000', '114747.330000', '114747.790000', '114748.250000', '114748.710000', '114749.170000', '114749.630000', '114750.090000', '114750.550000', '114751.010000', '114751.470000', '114751.930000', '114752.390000', '114752.850000', '114753.310000', '114753.770000', '114754.230000', '114754.690000', '114755.150000', '114755.610000', '114756.070000', '114756.530000', '114756.990000', '114757.450000', '114757.910000', '114758.370000', '114758.830000', '114759.290000', '114759.750000', '114800.210000', '114800.670000', '114801.130000', '114801.590000', '114802.050000', '114802.510000', '114802.970000', '114803.430000', '114803.890000', '114804.350000', '114804.810000', '114805.270000', '114805.730000', '114806.190000', '114806.650000', '114807.110000', '114807.570000', '114808.030000', '114808.490000', '114808.950000', '114809.410000', '114809.870000', '114810.330000', '114810.790000', '114811.250000', '114811.710000', '114812.170000', '114812.630000', '114813.090000', '114813.550000', '114814.010000', '114814.470000', '114814.930000', '114815.390000', '114815.850000', '114816.310000', '114816.770000', '114817.230000', '114817.690000', '114818.150000', '114818.610000', '114819.070000', '114819.530000', '114819.990000', '114820.450000', '114820.910000', '114821.370000', '114821.830000', '114822.290000', '114822.750000', '114823.210000', '114823.670000', '114824.130000', '114824.590000', '114825.050000', '114825.510000', '114825.970000', '114826.430000', '114826.890000', '114827.350000', '114827.810000', '114828.270000', '114828.730000', '114829.190000', '114829.650000', '114830.110000', '114830.570000', '114831.030000', '114831.490000', '114831.950000', '114832.410000', '114832.870000', '114833.330000', '114833.790000', '114834.250000', '114834.710000', '114835.170000', '114835.630000', '114836.090000', '114836.550000', '114837.010000', '114837.470000', '114837.930000', '114838.390000', '114838.850000', '114839.310000', '114839.770000', '114840.230000', '114840.690000', '114841.150000', '114841.610000', '114842.070000', '114842.530000', '114842.990000', '114843.450000', '114843.910000', '114844.370000', '114844.830000', '114845.290000', '114845.750000', '114846.210000', '114846.670000', '114847.130000', '114847.590000', '114848.050000', '114848.510000', '114848.970000', '114849.430000', '114849.890000', '114850.350000', '114850.810000', '114851.270000', '114851.730000', '114852.190000', '114852.650000', '114853.110000', '114853.570000', '114854.030000', '114854.490000', '114854.950000', '114855.410000', '114855.870000', '114856.330000', '114856.790000', '114857.250000', '114857.710000', '114858.170000', '114858.630000', '114859.090000', '114859.550000', '114900.010000', '114900.470000', '114900.930000', '114901.390000', '114901.850000', '114902.310000', '114902.770000', '114903.230000', '114903.690000', '114904.150000', '114904.610000', '114905.070000', '114905.530000', '114905.990000', '114906.450000', '114906.910000', '114907.370000', '114907.830000', '114908.290000', '114908.750000', '114909.210000', '114909.670000', '114910.130000', '114910.590000', '114911.050000', '114911.510000', '114911.970000', '114912.430000', '114912.890000', '114913.350000', '114913.810000', '114914.270000', '114914.730000', '114915.190000', '114915.650000', '114916.110000', '114916.570000', '114917.030000', '114917.490000', '114917.950000', '114918.410000', '114918.870000', '114919.330000', '114919.790000', '114920.250000', '114920.710000', '114921.170000', '114921.630000', '114922.090000', '114922.550000', '114923.010000', '114923.470000', '114923.930000', '114924.390000', '114924.850000', '114925.310000', '114925.770000', '114926.230000', '114926.690000', '114927.150000', '114927.610000', '114928.070000', '114928.530000', '114928.990000', '114929.450000', '114929.910000', '114930.370000', '114930.830000', '114931.290000', '114931.750000', '114932.210000', '114932.670000', '114933.130000', '114933.590000', '114934.050000', '114934.510000', '114934.970000', '114935.430000', '114935.890000', '114936.350000', '114936.810000', '114937.270000', '114937.730000', '114938.190000', '114938.650000', '114939.110000', '114939.570000', '114940.030000', '114940.490000', '114940.950000', '114941.410000', '114941.870000', '114942.330000', '114942.790000', '114943.250000', '114943.710000', '114944.170000', '114944.630000', '114945.090000', '114945.550000', '114946.010000', '114946.470000', '114946.930000', '114947.390000', '114947.850000', '114948.310000', '114948.770000', '114949.230000', '114949.690000', '114950.150000', '114950.610000', '114951.070000', '114951.530000', '114951.990000', '114952.450000', '114952.910000', '114953.370000', '114953.830000', '114954.290000', '114954.750000', '114955.210000', '114955.670000', '114956.130000', '114956.590000', '114957.050000', '114957.510000', '114957.970000', '114958.430000', '114958.890000', '114959.350000', '114959.810000', '115000.270000', '115000.730000', '115001.190000', '115001.650000', '115002.110000', '115002.570000', '115003.030000', '115003.490000', '115003.950000', '115004.410000', '115004.870000', '115005.330000', '115005.790000', '115006.250000', '115006.710000', '115007.170000', '115007.630000', '115008.090000', '115008.550000', '115009.010000', '115009.470000', '115009.930000', '115010.390000', '115010.850000', '115011.310000', '115011.770000', '115012.230000', '115012.690000', '115013.150000', '115013.610000', '115014.070000', '115014.530000', '115014.990000', '115015.450000', '115015.910000', '115016.370000', '115016.830000', '115017.290000', '115017.750000', '115018.210000', '115018.670000', '115019.130000', '115019.590000', '115020.050000', '115020.510000', '115020.970000', '115021.430000', '115021.890000', '115022.350000', '115022.810000', '115023.270000', '115023.730000', '115024.190000', '115024.650000', '115025.110000', '115025.570000', '115026.030000', '115026.490000', '115026.950000', '115027.410000', '115027.870000', '115028.330000', '115028.790000', '115029.250000', '115029.710000', '115030.170000', '115030.630000', '115031.090000', '115031.550000', '115032.010000', '115032.470000', '115032.930000', '115033.390000', '115033.850000', '115034.310000', '115034.770000', '115035.230000', '115035.690000', '115036.150000', '115036.610000', '115037.070000', '115037.530000', '115037.990000', '115038.450000', '115038.910000', '115039.370000', '115039.830000', '115040.290000', '115040.750000', '115041.210000', '115041.670000', '115042.130000', '115042.590000', '115043.050000', '115043.510000', '115043.970000', '115044.430000', '115044.890000', '115045.350000', '115045.810000', '115046.270000', '115046.730000', '115047.190000', '115047.650000', '115048.110000', '115048.570000', '115049.030000', '115049.490000', '115049.950000', '115050.410000', '115050.870000', '115051.330000', '115051.790000', '115052.250000', '115052.710000', '115053.170000', '115053.630000', '115054.090000', '115054.550000', '115055.010000', '115055.470000', '115055.930000', '115056.390000', '115056.850000', '115057.310000', '115057.770000', '115058.230000', '115058.690000', '115059.150000', '115059.610000', '115100.070000', '115100.530000', '115100.990000', '115101.450000', '115101.910000', '115102.370000', '115102.830000', '115103.290000', '115103.750000', '115104.210000', '115104.670000', '115105.130000', '115105.590000', '115106.050000', '115106.510000', '115106.970000', '115107.430000', '115107.890000', '115108.350000', '115108.810000', '115109.270000', '115109.730000', '115110.190000', '115110.650000', '115111.110000', '115111.570000', '115112.030000', '115112.490000', '115112.950000', '115113.410000', '115113.870000', '115114.330000', '115114.790000', '115115.250000', '115115.710000', '115116.170000', '115116.630000', '115117.090000', '115117.550000', '115118.010000', '115118.470000', '115118.930000', '115119.390000', '115119.850000', '115120.310000', '115120.770000', '115121.230000', '115121.690000', '115122.150000', '115122.610000', '115123.070000', '115123.530000', '115123.990000', '115124.450000', '115124.910000', '115125.370000', '115125.830000', '115126.290000', '115126.750000', '115127.210000', '115127.670000', '115128.130000', '115128.590000', '115129.050000', '115129.510000', '115129.970000', '115130.430000', '115130.890000', '115131.350000', '115131.810000', '115132.270000', '115132.730000', '115133.190000', '115133.650000', '115134.110000', '115134.570000', '115135.030000', '115135.490000', '115135.950000', '115136.410000', '115136.870000', '115137.330000', '115137.790000', '115138.250000', '115138.710000', '115139.170000', '115139.630000', '115140.090000', '115140.550000', '115141.010000', '115141.470000', '115141.930000', '115142.390000', '115142.850000', '115143.310000', '115143.770000', '115144.230000', '115144.690000', '115145.150000', '115145.610000', '115146.070000', '115146.530000', '115146.990000', '115147.450000', '115147.910000', '115148.370000', '115148.830000', '115149.290000', '115149.750000', '115150.210000', '115150.670000', '115151.130000', '115151.590000', '115152.050000', '115152.510000', '115152.970000', '115153.430000', '115153.890000', '115154.350000', '115154.810000', '115155.270000', '115155.730000', '115156.190000', '115156.650000', '115157.110000', '115157.570000', '115158.030000', '115158.490000', '115158.950000', '115159.410000', '115159.870000', '115200.330000', '115200.790000', '115201.250000', '115201.710000', '115202.170000', '115202.630000', '115203.090000', '115203.550000', '115204.010000', '115204.470000', '115204.930000', '115205.390000', '115205.850000', '115206.310000', '115206.770000', '115207.230000', '115207.690000', '115208.150000', '115208.610000', '115209.070000', '115209.530000', '115209.990000', '115210.450000', '115210.910000', '115211.370000', '115211.830000', '115212.290000', '115212.750000', '115213.210000', '115213.670000', '115214.130000', '115214.590000', '115215.050000', '115215.510000', '115215.970000', '115216.430000', '115216.890000', '115217.350000', '115217.810000', '115218.270000', '115218.730000', '115219.190000', '115219.650000', '115220.110000', '115220.570000', '115221.030000', '115221.490000', '115221.950000', '115222.410000', '115222.870000', '115223.330000', '115223.790000', '115224.250000', '115224.710000', '115225.170000', '115225.630000', '115226.090000', '115226.550000', '115227.010000', '115227.470000', '115227.930000', '115228.390000', '115228.850000', '115229.310000', '115229.770000', '115230.230000', '115230.690000', '115231.150000', '115231.610000', '115232.070000', '115232.530000', '115232.990000', '115233.450000', '115233.910000', '115234.370000', '115234.830000', '115235.290000', '115235.750000', '115236.210000', '115236.670000', '115237.130000', '115237.590000', '115238.050000', '115238.510000', '115238.970000', '115239.430000', '115239.890000', '115240.350000', '115240.810000', '115241.270000', '115241.730000', '115242.190000', '115242.650000', '115243.110000', '115243.570000', '115244.030000', '115244.490000', '115244.950000', '115245.410000', '115245.870000', '115246.330000', '115246.790000', '115247.250000', '115247.710000', '115248.170000', '115248.630000', '115249.090000', '115249.550000', '115250.010000', '115250.470000', '115250.930000', '115251.390000', '115251.850000', '115252.310000', '115252.770000', '115253.230000', '115253.690000', '115254.150000', '115254.610000', '115255.070000', '115255.530000', '115255.990000', '115256.450000', '115256.910000', '115257.370000', '115257.830000', '115258.290000', '115258.750000', '115259.210000', '115259.670000', '115300.130000', '115300.590000', '115301.050000', '115301.510000', '115301.970000', '115302.430000', '115302.890000', '115303.350000', '115303.810000', '115304.270000', '115304.730000', '115305.190000', '115305.650000', '115306.110000', '115306.570000', '115307.030000', '115307.490000', '115307.950000', '115308.410000', '115308.870000', '115309.330000', '115309.790000', '115310.250000', '115310.710000', '115311.170000', '115311.630000', '115312.090000', '115312.550000', '115313.010000', '115313.470000', '115313.930000', '115314.390000', '115314.850000', '115315.310000', '115315.770000', '115316.230000', '115316.690000', '115317.150000', '115317.610000', '115318.070000', '115318.530000', '115318.990000', '115319.450000', '115319.910000', '115320.370000', '115320.830000', '115321.290000', '115321.750000', '115322.210000', '115322.670000', '115323.130000', '115323.590000', '115324.050000', '115324.510000', '115324.970000', '115325.430000', '115325.890000', '115326.350000', '115326.810000', '115327.270000', '115327.730000', '115328.190000', '115328.650000', '115329.110000', '115329.570000', '115330.030000', '115330.490000', '115330.950000', '115331.410000', '115331.870000', '115332.330000', '115332.790000', '115333.250000', '115333.710000', '115334.170000', '115334.630000', '115335.090000', '115335.550000', '115336.010000', '115336.470000', '115336.930000', '115337.390000', '115337.850000', '115338.310000', '115338.770000', '115339.230000', '115339.690000', '115340.150000', '115340.610000', '115341.070000', '115341.530000', '115341.990000', '115342.450000', '115342.910000', '115343.370000', '115343.830000', '115344.290000', '115344.750000', '115345.210000', '115345.670000', '115346.130000', '115346.590000', '115347.050000', '115347.510000', '115347.970000', '115348.430000', '115348.890000', '115349.350000', '115349.810000', '115350.270000', '115350.730000', '115351.190000', '115351.650000', '115352.110000', '115352.570000', '115353.030000', '115353.490000', '115353.950000', '115354.410000', '115354.870000', '115355.330000', '115355.790000', '115356.250000', '115356.710000', '115357.170000', '115357.630000', '115358.090000', '115358.550000', '115359.010000', '115359.470000', '115359.930000', '115400.390000', '115400.850000', '115401.310000', '115401.770000', '115402.230000', '115402.690000', '115403.150000', '115403.610000', '115404.070000', '115404.530000', '115404.990000', '115405.450000', '115405.910000', '115406.370000', '115406.830000', '115407.290000', '115407.750000', '115408.210000', '115408.670000', '115409.130000', '115409.590000', '115410.050000', '115410.510000', '115410.970000', '115411.430000', '115411.890000', '115412.350000', '115412.810000', '115413.270000', '115413.730000', '115414.190000', '115414.650000', '115415.110000', '115415.570000', '115416.030000', '115416.490000', '115416.950000', '115417.410000', '115417.870000', '115418.330000', '115418.790000', '115419.250000', '115419.710000', '115420.170000', '115420.630000', '115421.090000', '115421.550000', '115422.010000', '115422.470000', '115422.930000', '115423.390000', '115423.850000', '115424.310000', '115424.770000', '115425.230000', '115425.690000', '115426.150000', '115426.610000', '115427.070000', '115427.530000', '115427.990000', '115428.450000', '115428.910000', '115429.370000', '115429.830000', '115430.290000', '115430.750000', '115431.210000', '115431.670000', '115432.130000', '115432.590000', '115433.050000', '115433.510000', '115433.970000', '115434.430000', '115434.890000', '115435.350000', '115435.810000', '115436.270000', '115436.730000', '115437.190000', '115437.650000', '115438.110000', '115438.570000', '115439.030000', '115439.490000', '115439.950000', '115440.410000', '115440.870000', '115441.330000', '115441.790000', '115442.250000', '115442.710000', '115443.170000', '115443.630000', '115444.090000', '115444.550000', '115445.010000', '115445.470000', '115445.930000', '115446.390000', '115446.850000', '115447.310000', '115447.770000', '115448.230000', '115448.690000', '115449.150000', '115449.610000', '115450.070000', '115450.530000', '115450.990000', '115451.450000', '115451.910000', '115452.370000', '115452.830000', '115453.290000', '115453.750000', '115454.210000', '115454.670000', '115455.130000', '115455.590000', '115456.050000', '115456.510000', '115456.970000', '115457.430000', '115457.890000', '115458.350000', '115458.810000', '115459.270000', '115459.730000', '115500.190000', '115500.650000', '115501.110000', '115501.570000', '115502.030000', '115502.490000', '115502.950000', '115503.410000', '115503.870000', '115504.330000', '115504.790000', '115505.250000', '115505.710000', '115506.170000', '115506.630000', '115507.090000', '115507.550000', '115508.010000', '115508.470000', '115508.930000', '115509.390000', '115509.850000', '115510.310000', '115510.770000', '115511.230000', '115511.690000', '115512.150000', '115512.610000', '115513.070000', '115513.530000', '115513.990000', '115514.450000', '115514.910000', '115515.370000', '115515.830000', '115516.290000', '115516.750000', '115517.210000', '115517.670000', '115518.130000', '115518.590000', '115519.050000', '115519.510000', '115519.970000', '115520.430000', '115520.890000', '115521.350000', '115521.810000', '115522.270000', '115522.730000', '115523.190000', '115523.650000', '115524.110000', '115524.570000', '115525.030000', '115525.490000', '115525.950000', '115526.410000', '115526.870000', '115527.330000', '115527.790000', '115528.250000', '115528.710000', '115529.170000', '115529.630000', '115530.090000', '115530.550000', '115531.010000', '115531.470000', '115531.930000', '115532.390000', '115532.850000', '115533.310000', '115533.770000', '115534.230000', '115534.690000', '115535.150000', '115535.610000', '115536.070000', '115536.530000', '115536.990000', '115537.450000', '115537.910000', '115538.370000', '115538.830000', '115539.290000', '115539.750000', '115540.210000', '115540.670000', '115541.130000', '115541.590000', '115542.050000', '115542.510000', '115542.970000', '115543.430000', '115543.890000', '115544.350000', '115544.810000', '115545.270000', '115545.730000', '115546.190000', '115546.650000', '115547.110000', '115547.570000', '115548.030000', '115548.490000', '115548.950000', '115549.410000', '115549.870000', '115550.330000', '115550.790000', '115551.250000', '115551.710000', '115552.170000', '115552.630000', '115553.090000', '115553.550000', '115554.010000', '115554.470000', '115554.930000', '115555.390000', '115555.850000', '115556.310000', '115556.770000', '115557.230000', '115557.690000', '115558.150000', '115558.610000', '115559.070000', '115559.530000', '115559.990000'], 'ContentTime': ['114813.533000', '114813.535000', '114813.538000', '114813.541000', '114813.543000', '114813.546000', '114813.548000', '114813.551000', '114813.553000', '114813.556000', '114813.558000', '114813.566000', '114813.568000', '114813.571000', '114813.573000', '114813.576000', '114813.578000', '114813.581000', '114813.584000', '114813.586000', '114813.589000', '114813.591000', '114813.594000', '114813.597000', '114813.599000', '114813.602000', '114813.605000', '114813.607000', '114813.610000', '114813.612000', '114813.615000', '114813.617000', '114813.620000', '114813.623000', '114813.625000', '114813.628000', '114813.630000', '114813.633000', '114813.635000', '114813.638000', '114813.640000', '114813.643000', '114813.654000', '114813.656000', '114813.659000', '114813.661000', '114813.664000', '114813.667000', '114813.669000', '114813.672000', '114813.674000', '114813.677000', '114813.679000', '114813.682000', '114833.503000', '114833.506000', '114833.509000', '114833.518000', '114833.520000', '114833.523000', '114833.526000', '114833.528000', '114833.531000', '114833.533000', '114833.536000', '114833.538000', '114833.541000', '114833.543000', '114833.546000', '114833.549000', '114833.551000', '114833.554000', '114833.556000', '114833.559000', '114833.562000', '114833.564000', '114833.567000', '114833.569000', '114833.572000', '114833.574000', '114833.577000', '114833.580000', '114833.582000', '114833.585000', '114833.587000', '114833.590000', '114833.592000', '114833.595000', '114833.597000', '114833.600000', '114833.603000', '114833.605000', '114833.608000', '114833.610000', '114833.613000', '114833.616000', '114833.618000', '114833.621000', '114853.503000', '114853.506000', '114853.509000', '114853.511000', '114853.514000', '114853.516000', '114853.519000', '114853.521000', '114853.524000', '114853.527000', '114853.529000', '114853.532000', '114853.534000', '114853.537000', '114853.539000', '114853.542000', '114853.544000', '114853.547000', '114853.550000', '114853.552000', '114853.555000', '114853.557000', '114853.564000', '114853.567000', '114853.570000', '114853.573000', '114853.577000', '114853.580000', '114853.583000', '114853.585000', '114853.588000', '114853.590000', '114853.593000', '114853.596000', '114853.598000', '114853.601000', '114853.603000', '114853.606000', '114853.608000', '114853.611000', '114853.614000', '114853.616000', '114853.619000', '114913.503000', '114913.506000', '114913.509000', '114913.511000', '114913.514000', '114913.516000', '114913.519000', '114913.521000', '114913.524000', '114913.527000', '114913.529000', '114913.532000', '114913.534000', '114913.541000', '114913.543000', '114913.546000', '114913.549000', '114913.551000', '114913.554000', '114913.557000', '114913.559000', '114913.576000', '114913.579000', '114913.582000', '114913.584000', '114913.587000', '114913.589000', '114913.592000', '114913.605000', '114913.608000', '114913.611000', '114913.613000', '114913.616000', '114913.618000', '114913.621000', '114913.623000', '114913.626000', '114913.629000', '114913.631000', '114913.634000', '114913.637000', '114913.639000', '114913.642000', '114913.644000', '114933.504000', '114933.506000', '114933.509000', '114933.512000', '114933.514000', '114933.517000', '114933.519000', '114933.522000', '114933.524000', '114933.527000', '114933.530000', '114933.532000', '114933.535000', '114933.538000', '114933.540000', '114933.543000', '114933.545000', '114933.548000', '114933.551000', '114933.553000', '114933.556000', '114933.558000', '114933.561000', '114933.563000', '114933.566000', '114933.569000', '114933.571000', '114933.574000', '114933.578000', '114933.580000', '114933.583000', '114933.585000', '114933.588000', '114933.590000', '114933.593000', '114933.596000', '114933.598000', '114933.601000', '114933.604000', '114933.606000', '114933.609000', '114933.611000', '114933.614000', '114953.504000', '114953.506000', '114953.509000', '114953.512000', '114953.514000', '114953.517000', '114953.519000', '114953.522000', '114953.524000', '114953.527000', '114953.530000', '114953.532000', '114953.535000', '114953.537000', '114953.540000', '114953.542000', '114953.545000', '114953.548000', '114953.550000', '114953.553000', '114953.555000', '114953.558000', '114953.560000', '114953.563000', '114953.566000', '114953.568000', '114953.571000', '114953.574000', '114953.576000', '114953.579000', '114953.581000', '114953.584000', '114953.586000', '114953.589000', '114953.592000', '114953.594000', '114953.597000', '114953.599000', '114953.602000', '114953.605000', '114953.607000', '114953.610000', '114953.612000', '114953.615000', '115013.503000', '115013.506000', '115013.509000', '115013.512000', '115013.514000', '115013.517000', '115013.519000', '115013.522000', '115013.524000', '115013.527000', '115013.530000', '115013.532000', '115013.535000', '115013.538000', '115013.540000', '115013.543000', '115013.545000', '115013.548000', '115013.551000', '115013.553000', '115013.556000', '115013.558000', '115013.561000', '115013.563000', '115013.566000', '115013.569000', '115013.572000', '115013.575000', '115013.578000', '115013.580000', '115013.583000', '115013.585000', '115013.588000', '115013.590000', '115013.593000', '115013.595000', '115013.598000', '115013.601000', '115013.603000', '115013.606000', '115013.608000', '115013.611000', '115013.614000', '115033.504000', '115033.506000', '115033.509000', '115033.512000', '115033.514000', '115033.517000', '115033.519000', '115033.522000', '115033.524000', '115033.527000', '115033.530000', '115033.532000', '115033.535000', '115033.537000', '115033.540000', '115033.543000', '115033.545000', '115033.548000', '115033.550000', '115033.553000', '115033.556000', '115033.558000', '115033.563000', '115033.566000', '115033.568000', '115033.571000', '115033.573000', '115033.576000', '115033.579000', '115033.582000', '115033.584000', '115033.587000', '115033.589000', '115033.592000', '115033.594000', '115033.597000', '115033.600000', '115033.602000', '115033.605000', '115033.608000', '115033.610000', '115033.613000', '115033.615000', '115033.618000', '115053.504000', '115053.506000', '115053.509000', '115053.512000', '115053.514000', '115053.517000', '115053.519000', '115053.522000', '115053.524000', '115053.541000', '115053.543000', '115053.546000', '115053.549000', '115053.551000', '115053.554000', '115053.556000', '115053.559000', '115053.561000', '115053.564000', '115053.567000', '115053.569000', '115053.572000', '115053.575000', '115053.577000', '115053.580000', '115053.582000', '115053.585000', '115053.588000', '115053.590000', '115053.593000', '115053.595000', '115053.598000', '115053.601000', '115053.604000', '115053.606000', '115053.609000', '115053.612000', '115053.614000', '115053.617000', '115053.619000', '115053.622000', '115053.624000', '115053.627000', '115113.504000', '115113.506000', '115113.509000', '115113.512000', '115113.514000', '115113.517000', '115113.520000', '115113.522000', '115113.525000', '115113.528000', '115113.530000', '115113.533000', '115113.535000', '115113.538000', '115113.540000', '115113.543000', '115113.546000', '115113.548000', '115113.551000', '115113.553000', '115113.556000', '115113.558000', '115113.561000', '115113.564000', '115113.566000', '115113.569000', '115113.572000', '115113.575000', '115113.577000', '115113.580000', '115113.582000', '115113.585000', '115113.588000', '115113.590000', '115113.593000', '115113.595000', '115113.598000', '115113.601000', '115113.603000', '115113.606000', '115113.609000', '115113.611000', '115113.614000', '115133.503000', '115133.506000', '115133.509000', '115133.511000', '115133.514000', '115133.517000', '115133.519000', '115133.522000', '115133.524000', '115133.527000', '115133.529000', '115133.532000', '115133.534000', '115133.537000', '115133.540000', '115133.542000', '115133.545000', '115133.547000', '115133.550000', '115133.552000', '115133.555000', '115133.558000', '115133.560000', '115133.563000', '115133.565000', '115133.568000', '115133.571000', '115133.573000', '115133.576000', '115133.578000', '115133.581000', '115133.583000', '115133.586000', '115133.589000', '115133.591000', '115133.594000', '115133.596000', '115133.599000', '115133.602000', '115133.604000', '115133.607000', '115133.609000', '115133.612000', '115133.615000', '115153.503000', '115153.506000', '115153.509000', '115153.511000', '115153.514000', '115153.517000', '115153.519000', '115153.522000', '115153.524000', '115153.527000', '115153.529000', '115153.532000', '115153.535000', '115153.537000', '115153.540000', '115153.542000', '115153.545000', '115153.548000', '115153.550000', '115153.553000', '115153.556000', '115153.558000', '115153.561000', '115153.563000', '115153.566000', '115153.568000', '115153.571000', '115153.574000', '115153.576000', '115153.579000', '115153.581000', '115153.584000', '115153.587000', '115153.589000', '115153.592000', '115153.595000', '115153.597000', '115153.600000', '115153.603000', '115153.605000', '115153.608000', '115153.610000', '115153.613000', '115153.616000', '115213.503000', '115213.506000', '115213.509000', '115213.511000', '115213.514000', '115213.517000', '115213.519000', '115213.522000', '115213.524000', '115213.527000', '115213.529000', '115213.532000', '115213.534000', '115213.537000', '115213.540000', '115213.542000', '115213.545000', '115213.547000', '115213.550000', '115213.553000', '115213.555000', '115213.558000', '115213.561000', '115213.563000', '115213.566000', '115213.568000', '115213.571000', '115213.573000', '115213.576000', '115213.579000', '115213.581000', '115213.584000', '115213.586000', '115213.589000', '115213.591000', '115213.594000', '115213.597000', '115213.599000', '115213.602000', '115213.605000', '115213.607000', '115213.610000', '115213.612000', '115233.504000', '115233.506000', '115233.509000', '115233.512000', '115233.514000', '115233.517000', '115233.520000', '115233.522000', '115233.525000', '115233.527000', '115233.530000', '115233.533000', '115233.535000', '115233.538000', '115233.541000', '115233.543000', '115233.546000', '115233.548000', '115233.551000', '115233.554000', '115233.556000', '115233.559000', '115233.561000', '115233.564000', '115233.567000', '115233.569000', '115233.572000', '115233.574000', '115233.577000', '115233.580000', '115233.582000', '115233.585000', '115233.587000', '115233.590000', '115233.593000', '115233.595000', '115233.598000', '115233.601000', '115233.603000', '115233.606000', '115233.608000', '115233.611000', '115233.613000', '115233.616000', '115253.504000', '115253.507000', '115253.509000', '115253.512000', '115253.514000', '115253.517000', '115253.519000', '115253.522000', '115253.525000', '115253.527000', '115253.530000', '115253.532000', '115253.535000', '115253.537000', '115253.540000', '115253.543000', '115253.545000', '115253.548000', '115253.550000', '115253.553000', '115253.555000', '115253.558000', '115253.561000', '115253.563000', '115253.566000', '115253.568000', '115253.571000', '115253.573000', '115253.576000', '115253.579000', '115253.581000', '115253.584000', '115253.587000', '115253.589000', '115253.592000', '115253.594000', '115253.597000', '115253.599000', '115253.602000', '115253.605000', '115253.607000', '115253.610000', '115253.612000', '115313.504000', '115313.506000', '115313.509000', '115313.512000', '115313.514000', '115313.517000', '115313.520000', '115313.522000', '115313.525000', '115313.528000', '115313.530000', '115313.533000', '115313.535000', '115313.538000', '115313.541000', '115313.543000', '115313.546000', '115313.548000', '115313.551000', '115313.554000', '115313.556000', '115313.559000', '115313.561000', '115313.564000', '115313.567000', '115313.569000', '115313.572000', '115313.574000', '115313.577000', '115313.580000', '115313.582000', '115313.585000', '115313.587000', '115313.590000', '115313.593000', '115313.595000', '115313.598000', '115313.606000', '115313.609000', '115313.611000', '115313.614000', '115313.617000', '115313.619000', '115313.622000', '115333.504000', '115333.506000', '115333.509000', '115333.512000', '115333.514000', '115333.517000', '115333.519000', '115333.522000', '115333.524000', '115333.527000', '115333.530000', '115333.532000', '115333.535000', '115333.537000', '115333.540000', '115333.542000', '115333.547000', '115333.549000', '115333.552000', '115333.555000', '115333.557000', '115333.560000', '115333.562000', '115333.565000', '115333.567000', '115333.570000', '115333.573000', '115333.575000', '115333.578000', '115333.580000', '115333.583000', '115333.586000', '115333.588000', '115333.591000', '115333.593000', '115333.596000', '115333.599000', '115333.601000', '115333.604000', '115333.607000', '115333.609000', '115333.612000', '115333.614000', '115353.504000', '115353.518000', '115353.520000', '115353.523000', '115353.526000', '115353.528000', '115353.531000', '115353.533000', '115353.536000', '115353.539000', '115353.541000', '115353.544000', '115353.546000', '115353.549000', '115353.551000', '115353.554000', '115353.557000', '115353.559000', '115353.562000', '115353.565000', '115353.567000', '115353.570000', '115353.572000', '115353.575000', '115353.577000', '115353.580000', '115353.583000', '115353.585000', '115353.588000', '115353.590000', '115353.593000', '115353.596000', '115353.598000', '115353.601000', '115353.604000', '115353.606000', '115353.609000', '115353.611000', '115353.614000', '115353.617000', '115353.619000', '115353.622000', '115353.624000', '115353.627000', '115413.504000', '115413.507000', '115413.509000', '115413.512000', '115413.514000', '115413.517000', '115413.519000', '115413.522000', '115413.525000', '115413.527000', '115413.530000', '115413.533000', '115413.535000', '115413.538000', '115413.540000', '115413.543000', '115413.546000', '115413.548000', '115413.551000', '115413.553000', '115413.556000', '115413.558000', '115413.561000', '115413.564000', '115413.566000', '115413.569000', '115413.571000', '115413.574000', '115413.577000', '115413.579000', '115413.582000', '115413.584000', '115413.587000', '115413.590000', '115413.592000', '115413.595000', '115413.597000', '115413.600000', '115413.602000', '115413.605000', '115413.608000', '115413.610000', '115413.613000', '115433.504000', '115433.506000', '115433.509000', '115433.512000', '115433.514000', '115433.517000', '115433.519000', '115433.522000', '115433.524000', '115433.527000', '115433.530000', '115433.532000', '115433.535000', '115433.537000', '115433.540000', '115433.542000', '115433.545000', '115433.548000', '115433.550000', '115433.553000', '115433.556000', '115433.558000', '115433.561000', '115433.563000', '115433.566000', '115433.568000', '115433.571000', '115433.574000', '115433.576000', '115433.579000', '115433.581000', '115433.584000', '115433.587000', '115433.594000', '115433.596000', '115433.599000', '115433.602000', '115433.604000', '115433.607000', '115433.609000', '115433.612000', '115433.615000', '115433.617000', '115433.620000', '115453.504000', '115453.507000', '115453.509000', '115453.512000', '115453.514000', '115453.517000', '115453.519000', '115453.522000', '115453.525000', '115453.527000', '115453.530000', '115453.532000', '115453.535000', '115453.538000', '115453.540000', '115453.543000', '115453.545000', '115453.548000', '115453.551000', '115453.553000', '115453.556000', '115453.558000', '115453.561000', '115453.563000', '115453.566000', '115453.569000', '115453.571000', '115453.574000', '115453.576000', '115453.579000', '115453.582000', '115453.584000', '115453.587000', '115453.590000', '115453.592000', '115453.595000', '115453.597000', '115453.600000', '115453.602000', '115453.605000', '115453.608000', '115453.610000', '115453.613000', '115513.504000', '115513.506000', '115513.509000', '115513.512000', '115513.514000', '115513.517000', '115513.519000', '115513.522000', '115513.524000', '115513.527000', '115513.530000', '115513.533000', '115513.545000', '115513.548000', '115513.550000', '115513.553000', '115513.555000', '115513.558000', '115513.560000', '115513.563000', '115513.566000', '115513.568000', '115513.571000', '115513.573000', '115513.576000', '115513.578000', '115513.581000', '115513.584000', '115513.586000', '115513.589000', '115513.592000', '115513.594000', '115513.597000', '115513.599000', '115513.602000', '115513.605000', '115513.607000', '115513.610000', '115513.612000', '115513.615000', '115513.618000', '115513.620000', '115513.623000', '115533.503000', '115533.506000', '115533.509000', '115533.512000', '115533.514000', '115533.517000', '115533.519000', '115533.522000', '115533.524000', '115533.527000', '115533.530000', '115533.532000', '115533.535000', '115533.537000', '115533.540000', '115533.543000', '115533.545000', '115533.548000', '115533.550000', '115533.553000', '115533.555000', '115533.558000', '115533.560000', '115533.563000', '115533.566000', '115533.568000', '115533.571000', '115533.573000', '115533.576000', '115533.579000', '115533.581000', '115533.584000', '115533.586000', '115533.589000', '115533.591000', '115533.594000', '115533.597000', '115533.599000', '115533.602000', '115533.604000', '115533.607000', '115533.610000', '115533.612000', '115533.615000', '115553.504000', '115553.506000', '115553.509000', '115553.512000', '115553.514000', '115553.517000', '115553.519000', '115553.522000', '115553.525000', '115553.527000', '115553.530000', '115553.532000', '115553.535000', '115553.537000', '115553.540000', '115553.543000', '115553.545000', '115553.548000', '115553.550000', '115553.553000', '115553.555000', '115553.558000', '115553.561000', '115553.563000', '115553.566000', '115553.569000', '115553.571000', '115553.574000', '115553.577000', '115553.579000', '115553.582000', '115553.584000', '115553.587000', '115553.590000', '115553.592000', '115553.595000', '115553.597000', '115553.600000', '115553.603000', '115553.606000', '115553.608000', '115553.611000', '115553.613000', '115601.792000', '115601.795000', '115601.798000', '115601.800000', '115601.803000', '115601.810000', '115601.813000', '115601.815000', '115601.818000', '115601.820000', '115601.823000', '115601.826000', '115601.828000', '115601.831000', '115601.834000', '115601.839000', '115601.843000', '115601.846000', '115601.849000'], 'InstanceCreationTime': ['114813.533000', '114813.535000', '114813.538000', '114813.541000', '114813.543000', '114813.546000', '114813.548000', '114813.551000', '114813.553000', '114813.556000', '114813.558000', '114813.566000', '114813.568000', '114813.571000', '114813.573000', '114813.576000', '114813.578000', '114813.581000', '114813.584000', '114813.586000', '114813.589000', '114813.591000', '114813.594000', '114813.597000', '114813.599000', '114813.602000', '114813.605000', '114813.607000', '114813.610000', '114813.612000', '114813.615000', '114813.617000', '114813.620000', '114813.623000', '114813.625000', '114813.628000', '114813.630000', '114813.633000', '114813.635000', '114813.638000', '114813.640000', '114813.643000', '114813.654000', '114813.656000', '114813.659000', '114813.661000', '114813.664000', '114813.667000', '114813.669000', '114813.672000', '114813.674000', '114813.677000', '114813.679000', '114813.682000', '114833.503000', '114833.506000', '114833.509000', '114833.518000', '114833.520000', '114833.523000', '114833.526000', '114833.528000', '114833.531000', '114833.533000', '114833.536000', '114833.538000', '114833.541000', '114833.543000', '114833.546000', '114833.549000', '114833.551000', '114833.554000', '114833.556000', '114833.559000', '114833.562000', '114833.564000', '114833.567000', '114833.569000', '114833.572000', '114833.574000', '114833.577000', '114833.580000', '114833.582000', '114833.585000', '114833.587000', '114833.590000', '114833.592000', '114833.595000', '114833.597000', '114833.600000', '114833.603000', '114833.605000', '114833.608000', '114833.610000', '114833.613000', '114833.616000', '114833.618000', '114833.621000', '114853.503000', '114853.506000', '114853.509000', '114853.511000', '114853.514000', '114853.516000', '114853.519000', '114853.521000', '114853.524000', '114853.527000', '114853.529000', '114853.532000', '114853.534000', '114853.537000', '114853.539000', '114853.542000', '114853.544000', '114853.547000', '114853.550000', '114853.552000', '114853.555000', '114853.557000', '114853.564000', '114853.567000', '114853.570000', '114853.573000', '114853.577000', '114853.580000', '114853.583000', '114853.585000', '114853.588000', '114853.590000', '114853.593000', '114853.596000', '114853.598000', '114853.601000', '114853.603000', '114853.606000', '114853.608000', '114853.611000', '114853.614000', '114853.616000', '114853.619000', '114913.503000', '114913.506000', '114913.509000', '114913.511000', '114913.514000', '114913.516000', '114913.519000', '114913.521000', '114913.524000', '114913.527000', '114913.529000', '114913.532000', '114913.534000', '114913.541000', '114913.543000', '114913.546000', '114913.549000', '114913.551000', '114913.554000', '114913.557000', '114913.559000', '114913.576000', '114913.579000', '114913.582000', '114913.584000', '114913.587000', '114913.589000', '114913.592000', '114913.605000', '114913.608000', '114913.611000', '114913.613000', '114913.616000', '114913.618000', '114913.621000', '114913.623000', '114913.626000', '114913.629000', '114913.631000', '114913.634000', '114913.637000', '114913.639000', '114913.642000', '114913.644000', '114933.504000', '114933.506000', '114933.509000', '114933.512000', '114933.514000', '114933.517000', '114933.519000', '114933.522000', '114933.524000', '114933.527000', '114933.530000', '114933.532000', '114933.535000', '114933.538000', '114933.540000', '114933.543000', '114933.545000', '114933.548000', '114933.551000', '114933.553000', '114933.556000', '114933.558000', '114933.561000', '114933.563000', '114933.566000', '114933.569000', '114933.571000', '114933.574000', '114933.578000', '114933.580000', '114933.583000', '114933.585000', '114933.588000', '114933.590000', '114933.593000', '114933.596000', '114933.598000', '114933.601000', '114933.604000', '114933.606000', '114933.609000', '114933.611000', '114933.614000', '114953.504000', '114953.506000', '114953.509000', '114953.512000', '114953.514000', '114953.517000', '114953.519000', '114953.522000', '114953.524000', '114953.527000', '114953.530000', '114953.532000', '114953.535000', '114953.537000', '114953.540000', '114953.542000', '114953.545000', '114953.548000', '114953.550000', '114953.553000', '114953.555000', '114953.558000', '114953.560000', '114953.563000', '114953.566000', '114953.568000', '114953.571000', '114953.574000', '114953.576000', '114953.579000', '114953.581000', '114953.584000', '114953.586000', '114953.589000', '114953.592000', '114953.594000', '114953.597000', '114953.599000', '114953.602000', '114953.605000', '114953.607000', '114953.610000', '114953.612000', '114953.615000', '115013.503000', '115013.506000', '115013.509000', '115013.512000', '115013.514000', '115013.517000', '115013.519000', '115013.522000', '115013.524000', '115013.527000', '115013.530000', '115013.532000', '115013.535000', '115013.538000', '115013.540000', '115013.543000', '115013.545000', '115013.548000', '115013.551000', '115013.553000', '115013.556000', '115013.558000', '115013.561000', '115013.563000', '115013.566000', '115013.569000', '115013.572000', '115013.575000', '115013.578000', '115013.580000', '115013.583000', '115013.585000', '115013.588000', '115013.590000', '115013.593000', '115013.595000', '115013.598000', '115013.601000', '115013.603000', '115013.606000', '115013.608000', '115013.611000', '115013.614000', '115033.504000', '115033.506000', '115033.509000', '115033.512000', '115033.514000', '115033.517000', '115033.519000', '115033.522000', '115033.524000', '115033.527000', '115033.530000', '115033.532000', '115033.535000', '115033.537000', '115033.540000', '115033.543000', '115033.545000', '115033.548000', '115033.550000', '115033.553000', '115033.556000', '115033.558000', '115033.563000', '115033.566000', '115033.568000', '115033.571000', '115033.573000', '115033.576000', '115033.579000', '115033.582000', '115033.584000', '115033.587000', '115033.589000', '115033.592000', '115033.594000', '115033.597000', '115033.600000', '115033.602000', '115033.605000', '115033.608000', '115033.610000', '115033.613000', '115033.615000', '115033.618000', '115053.504000', '115053.506000', '115053.509000', '115053.512000', '115053.514000', '115053.517000', '115053.519000', '115053.522000', '115053.524000', '115053.541000', '115053.543000', '115053.546000', '115053.549000', '115053.551000', '115053.554000', '115053.556000', '115053.559000', '115053.561000', '115053.564000', '115053.567000', '115053.569000', '115053.572000', '115053.575000', '115053.577000', '115053.580000', '115053.582000', '115053.585000', '115053.588000', '115053.590000', '115053.593000', '115053.595000', '115053.598000', '115053.601000', '115053.604000', '115053.606000', '115053.609000', '115053.612000', '115053.614000', '115053.617000', '115053.619000', '115053.622000', '115053.624000', '115053.627000', '115113.504000', '115113.506000', '115113.509000', '115113.512000', '115113.514000', '115113.517000', '115113.520000', '115113.522000', '115113.525000', '115113.528000', '115113.530000', '115113.533000', '115113.535000', '115113.538000', '115113.540000', '115113.543000', '115113.546000', '115113.548000', '115113.551000', '115113.553000', '115113.556000', '115113.558000', '115113.561000', '115113.564000', '115113.566000', '115113.569000', '115113.572000', '115113.575000', '115113.577000', '115113.580000', '115113.582000', '115113.585000', '115113.588000', '115113.590000', '115113.593000', '115113.595000', '115113.598000', '115113.601000', '115113.603000', '115113.606000', '115113.609000', '115113.611000', '115113.614000', '115133.503000', '115133.506000', '115133.509000', '115133.511000', '115133.514000', '115133.517000', '115133.519000', '115133.522000', '115133.524000', '115133.527000', '115133.529000', '115133.532000', '115133.534000', '115133.537000', '115133.540000', '115133.542000', '115133.545000', '115133.547000', '115133.550000', '115133.552000', '115133.555000', '115133.558000', '115133.560000', '115133.563000', '115133.565000', '115133.568000', '115133.571000', '115133.573000', '115133.576000', '115133.578000', '115133.581000', '115133.583000', '115133.586000', '115133.589000', '115133.591000', '115133.594000', '115133.596000', '115133.599000', '115133.602000', '115133.604000', '115133.607000', '115133.609000', '115133.612000', '115133.615000', '115153.503000', '115153.506000', '115153.509000', '115153.511000', '115153.514000', '115153.517000', '115153.519000', '115153.522000', '115153.524000', '115153.527000', '115153.529000', '115153.532000', '115153.535000', '115153.537000', '115153.540000', '115153.542000', '115153.545000', '115153.548000', '115153.550000', '115153.553000', '115153.556000', '115153.558000', '115153.561000', '115153.563000', '115153.566000', '115153.568000', '115153.571000', '115153.574000', '115153.576000', '115153.579000', '115153.581000', '115153.584000', '115153.587000', '115153.589000', '115153.592000', '115153.595000', '115153.597000', '115153.600000', '115153.603000', '115153.605000', '115153.608000', '115153.610000', '115153.613000', '115153.616000', '115213.503000', '115213.506000', '115213.509000', '115213.511000', '115213.514000', '115213.517000', '115213.519000', '115213.522000', '115213.524000', '115213.527000', '115213.529000', '115213.532000', '115213.534000', '115213.537000', '115213.540000', '115213.542000', '115213.545000', '115213.547000', '115213.550000', '115213.553000', '115213.555000', '115213.558000', '115213.561000', '115213.563000', '115213.566000', '115213.568000', '115213.571000', '115213.573000', '115213.576000', '115213.579000', '115213.581000', '115213.584000', '115213.586000', '115213.589000', '115213.591000', '115213.594000', '115213.597000', '115213.599000', '115213.602000', '115213.605000', '115213.607000', '115213.610000', '115213.612000', '115233.504000', '115233.506000', '115233.509000', '115233.512000', '115233.514000', '115233.517000', '115233.520000', '115233.522000', '115233.525000', '115233.527000', '115233.530000', '115233.533000', '115233.535000', '115233.538000', '115233.541000', '115233.543000', '115233.546000', '115233.548000', '115233.551000', '115233.554000', '115233.556000', '115233.559000', '115233.561000', '115233.564000', '115233.567000', '115233.569000', '115233.572000', '115233.574000', '115233.577000', '115233.580000', '115233.582000', '115233.585000', '115233.587000', '115233.590000', '115233.593000', '115233.595000', '115233.598000', '115233.601000', '115233.603000', '115233.606000', '115233.608000', '115233.611000', '115233.613000', '115233.616000', '115253.504000', '115253.507000', '115253.509000', '115253.512000', '115253.514000', '115253.517000', '115253.519000', '115253.522000', '115253.525000', '115253.527000', '115253.530000', '115253.532000', '115253.535000', '115253.537000', '115253.540000', '115253.543000', '115253.545000', '115253.548000', '115253.550000', '115253.553000', '115253.555000', '115253.558000', '115253.561000', '115253.563000', '115253.566000', '115253.568000', '115253.571000', '115253.573000', '115253.576000', '115253.579000', '115253.581000', '115253.584000', '115253.587000', '115253.589000', '115253.592000', '115253.594000', '115253.597000', '115253.599000', '115253.602000', '115253.605000', '115253.607000', '115253.610000', '115253.612000', '115313.504000', '115313.506000', '115313.509000', '115313.512000', '115313.514000', '115313.517000', '115313.520000', '115313.522000', '115313.525000', '115313.528000', '115313.530000', '115313.533000', '115313.535000', '115313.538000', '115313.541000', '115313.543000', '115313.546000', '115313.548000', '115313.551000', '115313.554000', '115313.556000', '115313.559000', '115313.561000', '115313.564000', '115313.567000', '115313.569000', '115313.572000', '115313.574000', '115313.577000', '115313.580000', '115313.582000', '115313.585000', '115313.587000', '115313.590000', '115313.593000', '115313.595000', '115313.598000', '115313.606000', '115313.609000', '115313.611000', '115313.614000', '115313.617000', '115313.619000', '115313.622000', '115333.504000', '115333.506000', '115333.509000', '115333.512000', '115333.514000', '115333.517000', '115333.519000', '115333.522000', '115333.524000', '115333.527000', '115333.530000', '115333.532000', '115333.535000', '115333.537000', '115333.540000', '115333.542000', '115333.547000', '115333.549000', '115333.552000', '115333.555000', '115333.557000', '115333.560000', '115333.562000', '115333.565000', '115333.567000', '115333.570000', '115333.573000', '115333.575000', '115333.578000', '115333.580000', '115333.583000', '115333.586000', '115333.588000', '115333.591000', '115333.593000', '115333.596000', '115333.599000', '115333.601000', '115333.604000', '115333.607000', '115333.609000', '115333.612000', '115333.614000', '115353.504000', '115353.518000', '115353.520000', '115353.523000', '115353.526000', '115353.528000', '115353.531000', '115353.533000', '115353.536000', '115353.539000', '115353.541000', '115353.544000', '115353.546000', '115353.549000', '115353.551000', '115353.554000', '115353.557000', '115353.559000', '115353.562000', '115353.565000', '115353.567000', '115353.570000', '115353.572000', '115353.575000', '115353.577000', '115353.580000', '115353.583000', '115353.585000', '115353.588000', '115353.590000', '115353.593000', '115353.596000', '115353.598000', '115353.601000', '115353.604000', '115353.606000', '115353.609000', '115353.611000', '115353.614000', '115353.617000', '115353.619000', '115353.622000', '115353.624000', '115353.627000', '115413.504000', '115413.507000', '115413.509000', '115413.512000', '115413.514000', '115413.517000', '115413.519000', '115413.522000', '115413.525000', '115413.527000', '115413.530000', '115413.533000', '115413.535000', '115413.538000', '115413.540000', '115413.543000', '115413.546000', '115413.548000', '115413.551000', '115413.553000', '115413.556000', '115413.558000', '115413.561000', '115413.564000', '115413.566000', '115413.569000', '115413.571000', '115413.574000', '115413.577000', '115413.579000', '115413.582000', '115413.584000', '115413.587000', '115413.590000', '115413.592000', '115413.595000', '115413.597000', '115413.600000', '115413.602000', '115413.605000', '115413.608000', '115413.610000', '115413.613000', '115433.504000', '115433.506000', '115433.509000', '115433.512000', '115433.514000', '115433.517000', '115433.519000', '115433.522000', '115433.524000', '115433.527000', '115433.530000', '115433.532000', '115433.535000', '115433.537000', '115433.540000', '115433.542000', '115433.545000', '115433.548000', '115433.550000', '115433.553000', '115433.556000', '115433.558000', '115433.561000', '115433.563000', '115433.566000', '115433.568000', '115433.571000', '115433.574000', '115433.576000', '115433.579000', '115433.581000', '115433.584000', '115433.587000', '115433.594000', '115433.596000', '115433.599000', '115433.602000', '115433.604000', '115433.607000', '115433.609000', '115433.612000', '115433.615000', '115433.617000', '115433.620000', '115453.504000', '115453.507000', '115453.509000', '115453.512000', '115453.514000', '115453.517000', '115453.519000', '115453.522000', '115453.525000', '115453.527000', '115453.530000', '115453.532000', '115453.535000', '115453.538000', '115453.540000', '115453.543000', '115453.545000', '115453.548000', '115453.551000', '115453.553000', '115453.556000', '115453.558000', '115453.561000', '115453.563000', '115453.566000', '115453.569000', '115453.571000', '115453.574000', '115453.576000', '115453.579000', '115453.582000', '115453.584000', '115453.587000', '115453.590000', '115453.592000', '115453.595000', '115453.597000', '115453.600000', '115453.602000', '115453.605000', '115453.608000', '115453.610000', '115453.613000', '115513.504000', '115513.506000', '115513.509000', '115513.512000', '115513.514000', '115513.517000', '115513.519000', '115513.522000', '115513.524000', '115513.527000', '115513.530000', '115513.533000', '115513.545000', '115513.548000', '115513.550000', '115513.553000', '115513.555000', '115513.558000', '115513.560000', '115513.563000', '115513.566000', '115513.568000', '115513.571000', '115513.573000', '115513.576000', '115513.578000', '115513.581000', '115513.584000', '115513.586000', '115513.589000', '115513.592000', '115513.594000', '115513.597000', '115513.599000', '115513.602000', '115513.605000', '115513.607000', '115513.610000', '115513.612000', '115513.615000', '115513.618000', '115513.620000', '115513.623000', '115533.503000', '115533.506000', '115533.509000', '115533.512000', '115533.514000', '115533.517000', '115533.519000', '115533.522000', '115533.524000', '115533.527000', '115533.530000', '115533.532000', '115533.535000', '115533.537000', '115533.540000', '115533.543000', '115533.545000', '115533.548000', '115533.550000', '115533.553000', '115533.555000', '115533.558000', '115533.560000', '115533.563000', '115533.566000', '115533.568000', '115533.571000', '115533.573000', '115533.576000', '115533.579000', '115533.581000', '115533.584000', '115533.586000', '115533.589000', '115533.591000', '115533.594000', '115533.597000', '115533.599000', '115533.602000', '115533.604000', '115533.607000', '115533.610000', '115533.612000', '115533.615000', '115553.504000', '115553.506000', '115553.509000', '115553.512000', '115553.514000', '115553.517000', '115553.519000', '115553.522000', '115553.525000', '115553.527000', '115553.530000', '115553.532000', '115553.535000', '115553.537000', '115553.540000', '115553.543000', '115553.545000', '115553.548000', '115553.550000', '115553.553000', '115553.555000', '115553.558000', '115553.561000', '115553.563000', '115553.566000', '115553.569000', '115553.571000', '115553.574000', '115553.577000', '115553.579000', '115553.582000', '115553.584000', '115553.587000', '115553.590000', '115553.592000', '115553.595000', '115553.597000', '115553.600000', '115553.603000', '115553.606000', '115553.608000', '115553.611000', '115553.613000', '115601.792000', '115601.795000', '115601.798000', '115601.800000', '115601.803000', '115601.810000', '115601.813000', '115601.815000', '115601.818000', '115601.820000', '115601.823000', '115601.826000', '115601.828000', '115601.831000', '115601.834000', '115601.839000', '115601.843000', '115601.846000', '115601.849000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [10110, 14374, 9529, 12463, 9102, 11861, 8894, 13032, 9381, 13194, 8806, 11001, 8839, 14697, 9754, 12992, 8844, 11955, 8969, 13394, 9376, 12291, 8467, 8840, 8704, 8696, 10135, 9148, 10426, 7084, 10606, 7318, 13501, 8569, 14460, 8764, 12352, 9402, 13232, 9899, 14774, 10355, 13019, 9733, 9743, 11360, 12598, 12817, 9997, 12337, 7821, 13114, 7963, 15130, 10008, 15820, 9742, 14814, 10022, 13110, 9715, 12426, 9699, 8820, 9222, 7468, 11689, 9028, 13559, 8098, 13139, 8025, 13914, 9402, 15281, 10432, 13070, 9279, 9867, 9329, 10292, 11149, 10019, 10954, 8379, 11875, 8812, 13960, 10713, 13799, 8180, 13700, 8464, 14503, 9627, 15110, 10456, 10381, 9448, 7203, 12970, 8419, 15500, 10916, 17184, 12236, 14720, 10114, 12999, 9763, 10989, 12615, 9090, 13393, 7910, 14082, 9323, 13573, 9748, 11400, 9486, 7459, 10351, 7355, 13228, 8530, 14205, 8209, 9355, 8641, 7012, 10865, 7462, 12737, 8460, 10644, 9443, 8872, 13056, 8267, 14636, 9669, 13804, 10136, 10027, 11644, 7688, 14411, 8841, 11124, 9758, 7642, 12668, 7687, 15784, 10562, 16610, 12337, 14815, 10446, 8209, 13284, 9551, 17220, 9969, 14173, 8979, 8073, 10560, 7443, 13695, 8370, 14387, 9360, 13105, 9807, 10687, 10138, 7639, 12941, 7960, 14636, 9790, 16741, 9192, 12450, 8994, 9651, 9946, 7958, 11964, 7698, 13571, 8451, 14331, 9658, 15700, 9287, 12695, 9156, 8801, 10675, 7390, 12037, 8231, 8036, 10475, 7707, 13456, 8180, 14823, 9604, 15310, 9894, 14771, 10914, 10405, 11423, 7653, 16204, 9349, 16523, 11601, 15060, 10309, 10191, 9247, 7488, 10835, 7461, 13340, 8232, 14555, 8878, 14367, 9019, 12657, 9173, 10816, 8934, 7823, 9689, 7286, 11512, 7832, 13282, 8153, 13529, 8356, 13679, 8936, 13295, 9493, 10702, 8488, 7783, 9268, 7394, 11927, 7954, 13894, 8365, 14227, 9179, 13832, 9803, 14431, 10014, 10115, 9270, 7372, 10641, 7463, 13819, 8824, 14597, 8697, 14112, 9288, 13932, 9514, 16394, 9251, 13578, 8950, 12609, 9028, 13563, 9345, 12856, 9081, 10634, 8965, 11302, 8965, 11914, 10012, 9798, 9946, 8092, 11663, 8584, 12687, 10341, 13067, 7755, 13624, 8140, 14238, 9183, 14522, 9354, 15282, 9783, 16579, 9213, 13505, 9591, 14112, 10967, 15158, 9459, 12860, 9347, 11968, 9482, 13451, 9844, 9221, 9339, 7343, 10866, 8308, 12597, 7847, 12810, 7552, 13333, 8217, 14082, 9357, 14411, 9115, 14050, 9753, 12828, 9336, 11963, 9224, 8930, 8568, 7235, 10220, 7446, 12373, 8542, 13934, 8211, 13834, 9267, 13602, 9696, 14424, 9825, 12633, 8861, 8906, 9307, 9758, 11127, 8289, 11910, 7420, 13839, 8721, 14603, 10027, 17399, 9674, 14856, 9641, 12970, 10777, 13570, 10527, 7923, 9583, 7201, 12303, 8385, 14454, 8275, 13720, 8942, 12898, 9370, 11610, 8992, 8002, 8737, 7224, 11650, 7871, 13771, 8566, 13909, 8592, 13293, 9308, 13587, 9726, 16561, 9594, 13771, 9284, 12728, 9479, 16552, 12442, 15599, 9052, 12657, 9220, 10227, 10122, 10287, 10602, 7372, 11686, 7337, 12960, 8217, 13993, 9047, 13753, 9146, 12413, 9248, 12584, 9294, 12124, 8874, 9706, 8742, 10224, 9659, 9282, 9805, 7231, 10745, 7074, 12625, 8624, 14433, 8580, 13882, 9165, 13360, 9559, 12451, 9045, 8832, 9128, 7199, 11028, 8574, 12476, 7847, 13339, 8108, 13794, 8796, 14382, 9917, 12154, 9182, 8391, 9176, 7410, 12060, 8054, 13373, 7785, 13686, 8342, 13496, 8340, 13436, 9235, 15840, 8917, 10276, 8484, 8593, 9075, 11596, 9722, 12492, 9159, 9154, 9544, 10773, 10711, 16832, 13813, 15586, 9300, 8461, 9034, 8146, 10144, 8318, 12350, 7568, 12671, 7968, 12824, 8700, 13970, 9520, 11679, 9125, 9316, 8872, 8682, 9978, 11168, 11533, 8072, 11464, 7437, 13073, 7683, 14114, 9226, 16677, 9269, 13225, 9398, 9735, 9097, 8960, 10214, 7427, 12226, 7510, 12892, 8376, 13498, 8703, 14177, 8435, 12502, 8964, 12454, 9105, 12891, 9251, 9158, 8564, 7304, 10240, 7074, 12281, 8395, 13605, 8482, 13509, 9024, 13426, 9714, 14387, 9861, 15442, 10356, 9337, 9664, 7999, 11856, 9654, 13723, 8591, 14440, 8188, 13520, 8908, 14175, 9781, 15272, 9406, 12048, 8847, 10789, 9530, 15603, 10307, 12286, 9843, 7544, 11476, 7451, 12955, 8295, 13974, 8338, 12939, 8427, 11795, 9194, 10638, 9123, 8393, 9154, 7397, 11316, 7613, 13394, 8785, 15154, 8673, 13637, 8838, 12644, 9584, 12564, 8925, 10406, 8433, 8274, 8126, 8428, 9113, 7078, 10326, 7320, 11779, 8578, 12413, 9449, 9489, 8860, 7399, 11542, 7851, 14483, 9976, 17013, 9752, 14904, 10303, 14677, 12451, 14918, 9957, 7237, 10793, 7556, 14126, 9189, 17060, 9620, 14729, 9465, 12312, 9419, 10994, 10175, 8394, 10673, 7165, 12351, 7920, 14494, 8902, 16631, 8523, 13018, 9104, 12112, 9630, 10707, 8633, 7330, 9994, 7221, 12525, 8414, 13564, 8079, 13188, 8222, 12620, 8954, 10894, 9038, 8832, 8607, 7542, 9738, 8093, 11989, 8752, 13132, 7548, 13109, 8330, 14473, 9723, 16928, 9820, 14699, 9039, 9830, 8839, 8851, 9312, 7064, 10381, 7236, 12003, 7511, 13303, 8356, 13498, 8926, 15216, 8653, 13516, 9598, 13152, 9311, 13680, 9109, 14112, 10622, 15258, 9167, 13688, 9440, 14450, 9324, 13774, 9134, 12751, 9187, 7301, 8443, 7135, 9605, 7048, 10827, 7414, 13279, 8135, 13693, 8918, 13665, 9500, 11766, 8913, 9851, 8853, 7350, 9897, 7083, 12370, 7946, 13307, 8206, 14475, 8297, 14510, 9279, 14135, 9617, 14416, 9151, 14379, 10181, 11023, 8200, 7266, 9351, 9277, 10783, 10924, 11553, 7394, 12048, 7398, 13677, 8045, 14296, 9327, 16793, 9387, 14364, 9508, 12512, 9482, 11920, 11659, 12356, 9036, 7408, 10067, 7488, 11912, 7655, 12909, 8062, 14727, 8115, 13452, 8762, 13082, 8944, 12594, 9296, 13838, 8373, 10828, 8197, 11455, 8923, 11547, 8705, 7319, 9922, 7485, 11802, 7549, 13629, 8371, 10975, 8391, 10679, 8428, 12424, 8767, 10845, 8280, 8720, 8474, 9082, 9523, 7428, 11429, 7584, 12430, 7774, 14052, 9270, 13164, 9196, 8806, 8681, 7416, 11395, 8577, 14681, 8643, 15103, 9341, 14044, 9540, 13323, 9699, 10798, 8670, 7273, 9615, 7508, 11591, 9121, 12448, 8164, 11661, 7492, 12492, 7855, 13573, 9076, 15106, 8235, 13737, 8395, 13635, 9178, 15691, 9312, 15517, 9194, 12571, 9076, 11117, 8768, 10589, 8100, 7652, 8456, 7567, 9822, 8891, 11973, 7487, 12511, 7507, 13466, 8436, 14518, 9632, 14560, 8983, 8224, 8881, 7309, 11277, 7657, 13494, 7798, 12449, 7492, 11508, 7571, 11577, 7787, 12367, 7643, 11473, 7813, 11629, 8386, 12923, 8885, 10617, 8928, 9519, 9210, 11167, 12979, 10031, 13169, 8354, 14018, 9134, 15072, 9774, 17503, 9297, 14567, 9372, 11660, 9728, 7580, 12750, 7433, 13720, 8854, 11161, 9025, 11173, 9394, 8401, 11152, 7519, 13640, 8379, 16882, 9956, 17512, 13590, 16672, 10418, 13483, 8896, 11977, 9089, 10438, 10002, 7681, 10323, 7602, 11776, 7537, 13362, 8527, 15723, 9209, 10919, 8617, 7802, 9305, 7465, 13170, 8024, 13028, 7935, 12759, 8604, 13523, 8891, 14014, 8657, 10448, 8617, 8600, 9029, 7661, 12402, 7827, 14140, 9173, 14027, 9860, 14617, 11156, 13333, 8907, 7373, 11300, 7811, 14774, 9200, 17056, 9188, 12882, 9096, 9266, 9977, 7528, 13744, 7722, 14024, 8579, 14243, 9476, 11885, 8944, 7497, 8384, 7435, 10876, 7743, 14583, 8134, 14350, 8765, 11125, 8931, 9944, 8650, 7518, 9396, 7534, 11663, 7464, 13174, 8509, 14413, 9301, 15641, 9483, 11471, 9152, 10671, 9606, 12529, 10923, 7334, 11220, 7720, 12609], 'WindowCenter': [4480.0, 4492.0, 4440.0, 4466.0, 4426.0, 4453.0, 4422.0, 4452.0, 4422.0, 4451.0, 4411.0, 4430.0, 4411.0, 4459.0, 4421.0, 4451.0, 4423.0, 4452.0, 4423.0, 4462.0, 4435.0, 4453.0, 4424.0, 4424.0, 4424.0, 4422.0, 4447.0, 4436.0, 4457.0, 4407.0, 4454.0, 4416.0, 4476.0, 4437.0, 4487.0, 4438.0, 4477.0, 4448.0, 4476.0, 4448.0, 4487.0, 4446.0, 4466.0, 4435.0, 4434.0, 4443.0, 4453.0, 4452.0, 4422.0, 4451.0, 4401.0, 4450.0, 4400.0, 4460.0, 4421.0, 4472.0, 4432.0, 4461.0, 4432.0, 4450.0, 4432.0, 4452.0, 4421.0, 4422.0, 4422.0, 4402.0, 4442.0, 4422.0, 4463.0, 4413.0, 4461.0, 4414.0, 4462.0, 4434.0, 4473.0, 4445.0, 4464.0, 4435.0, 4443.0, 4435.0, 4444.0, 4454.0, 4435.0, 4455.0, 4424.0, 4454.0, 4424.0, 4476.0, 4444.0, 4464.0, 4414.0, 4464.0, 4414.0, 4472.0, 4434.0, 4474.0, 4446.0, 4445.0, 4434.0, 4405.0, 4462.0, 4425.0, 4485.0, 4456.0, 4486.0, 4456.0, 4474.0, 4434.0, 4452.0, 4431.0, 4430.0, 4452.0, 4411.0, 4451.0, 4401.0, 4450.0, 4421.0, 4450.0, 4422.0, 4441.0, 4419.0, 4390.0, 4430.0, 4390.0, 4450.0, 4424.0, 4473.0, 4427.0, 4434.0, 4424.0, 4406.0, 4458.0, 4416.0, 4477.0, 4428.0, 4457.0, 4448.0, 4450.0, 4490.0, 4440.0, 4490.0, 4448.0, 4476.0, 4446.0, 4435.0, 4455.0, 4416.0, 4476.0, 4425.0, 4444.0, 4434.0, 4405.0, 4466.0, 4415.0, 4474.0, 4446.0, 4484.0, 4454.0, 4474.0, 4432.0, 4399.0, 4451.0, 4420.0, 4471.0, 4420.0, 4450.0, 4409.0, 4397.0, 4427.0, 4389.0, 4450.0, 4412.0, 4462.0, 4423.0, 4450.0, 4421.0, 4430.0, 4418.0, 4390.0, 4450.0, 4400.0, 4459.0, 4421.0, 4470.0, 4421.0, 4451.0, 4410.0, 4420.0, 4431.0, 4401.0, 4441.0, 4401.0, 4451.0, 4411.0, 4460.0, 4421.0, 4472.0, 4421.0, 4451.0, 4421.0, 4412.0, 4431.0, 4403.0, 4454.0, 4413.0, 4411.0, 4442.0, 4405.0, 4464.0, 4414.0, 4474.0, 4435.0, 4473.0, 4433.0, 4461.0, 4432.0, 4430.0, 4430.0, 4390.0, 4460.0, 4410.0, 4459.0, 4429.0, 4459.0, 4417.0, 4418.0, 4407.0, 4376.0, 4426.0, 4377.0, 4449.0, 4400.0, 4449.0, 4409.0, 4459.0, 4409.0, 4449.0, 4420.0, 4429.0, 4412.0, 4389.0, 4420.0, 4390.0, 4441.0, 4401.0, 4451.0, 4402.0, 4462.0, 4413.0, 4461.0, 4423.0, 4461.0, 4432.0, 4444.0, 4424.0, 4413.0, 4434.0, 4404.0, 4453.0, 4414.0, 4474.0, 4424.0, 4475.0, 4436.0, 4474.0, 4447.0, 4476.0, 4447.0, 4446.0, 4436.0, 4417.0, 4446.0, 4405.0, 4475.0, 4435.0, 4476.0, 4426.0, 4475.0, 4436.0, 4475.0, 4435.0, 4485.0, 4425.0, 4464.0, 4424.0, 4453.0, 4423.0, 4462.0, 4425.0, 4464.0, 4436.0, 4445.0, 4436.0, 4444.0, 4424.0, 4452.0, 4433.0, 4434.0, 4434.0, 4414.0, 4453.0, 4412.0, 4453.0, 4432.0, 4464.0, 4403.0, 4464.0, 4414.0, 4462.0, 4422.0, 4462.0, 4423.0, 4472.0, 4431.0, 4472.0, 4423.0, 4451.0, 4422.0, 4461.0, 4444.0, 4460.0, 4422.0, 4450.0, 4421.0, 4440.0, 4422.0, 4451.0, 4421.0, 4418.0, 4422.0, 4390.0, 4430.0, 4400.0, 4450.0, 4401.0, 4451.0, 4402.0, 4449.0, 4401.0, 4461.0, 4423.0, 4460.0, 4421.0, 4462.0, 4421.0, 4450.0, 4422.0, 4441.0, 4423.0, 4420.0, 4422.0, 4402.0, 4432.0, 4392.0, 4453.0, 4413.0, 4462.0, 4414.0, 4462.0, 4424.0, 4461.0, 4434.0, 4462.0, 4434.0, 4453.0, 4424.0, 4423.0, 4433.0, 4434.0, 4454.0, 4414.0, 4453.0, 4404.0, 4462.0, 4410.0, 4463.0, 4433.0, 4484.0, 4422.0, 4461.0, 4422.0, 4451.0, 4443.0, 4451.0, 4430.0, 4400.0, 4421.0, 4390.0, 4451.0, 4400.0, 4462.0, 4412.0, 4463.0, 4423.0, 4450.0, 4422.0, 4441.0, 4422.0, 4413.0, 4423.0, 4402.0, 4442.0, 4401.0, 4463.0, 4413.0, 4462.0, 4422.0, 4452.0, 4422.0, 4451.0, 4420.0, 4471.0, 4422.0, 4461.0, 4421.0, 4450.0, 4421.0, 4471.0, 4440.0, 4459.0, 4410.0, 4437.0, 4407.0, 4417.0, 4417.0, 4416.0, 4417.0, 4377.0, 4427.0, 4387.0, 4447.0, 4399.0, 4449.0, 4410.0, 4449.0, 4422.0, 4450.0, 4422.0, 4439.0, 4422.0, 4439.0, 4412.0, 4421.0, 4411.0, 4421.0, 4422.0, 4420.0, 4431.0, 4391.0, 4431.0, 4380.0, 4449.0, 4411.0, 4461.0, 4412.0, 4462.0, 4423.0, 4450.0, 4423.0, 4451.0, 4412.0, 4412.0, 4422.0, 4390.0, 4431.0, 4409.0, 4451.0, 4399.0, 4451.0, 4401.0, 4461.0, 4411.0, 4461.0, 4432.0, 4441.0, 4422.0, 4401.0, 4420.0, 4393.0, 4451.0, 4401.0, 4462.0, 4399.0, 4450.0, 4412.0, 4464.0, 4411.0, 4449.0, 4421.0, 4471.0, 4411.0, 4431.0, 4411.0, 4412.0, 4422.0, 4442.0, 4422.0, 4451.0, 4422.0, 4421.0, 4420.0, 4429.0, 4430.0, 4469.0, 4449.0, 4457.0, 4408.0, 4398.0, 4408.0, 4386.0, 4418.0, 4399.0, 4439.0, 4389.0, 4450.0, 4399.0, 4450.0, 4411.0, 4460.0, 4422.0, 4442.0, 4422.0, 4421.0, 4410.0, 4409.0, 4418.0, 4431.0, 4441.0, 4389.0, 4429.0, 4389.0, 4437.0, 4388.0, 4447.0, 4408.0, 4457.0, 4410.0, 4439.0, 4409.0, 4417.0, 4409.0, 4409.0, 4420.0, 4389.0, 4438.0, 4389.0, 4448.0, 4400.0, 4448.0, 4409.0, 4449.0, 4412.0, 4450.0, 4411.0, 4439.0, 4409.0, 4451.0, 4423.0, 4422.0, 4421.0, 4403.0, 4432.0, 4392.0, 4453.0, 4413.0, 4463.0, 4413.0, 4463.0, 4421.0, 4452.0, 4422.0, 4462.0, 4432.0, 4461.0, 4432.0, 4420.0, 4420.0, 4401.0, 4440.0, 4410.0, 4451.0, 4400.0, 4459.0, 4400.0, 4446.0, 4410.0, 4449.0, 4421.0, 4458.0, 4409.0, 4439.0, 4409.0, 4427.0, 4408.0, 4456.0, 4417.0, 4427.0, 4407.0, 4385.0, 4426.0, 4377.0, 4436.0, 4386.0, 4447.0, 4398.0, 4438.0, 4399.0, 4439.0, 4420.0, 4428.0, 4421.0, 4398.0, 4409.0, 4390.0, 4428.0, 4387.0, 4449.0, 4400.0, 4459.0, 4410.0, 4449.0, 4411.0, 4439.0, 4421.0, 4439.0, 4409.0, 4430.0, 4410.0, 4410.0, 4401.0, 4411.0, 4425.0, 4394.0, 4443.0, 4416.0, 4455.0, 4427.0, 4466.0, 4449.0, 4447.0, 4438.0, 4417.0, 4455.0, 4416.0, 4476.0, 4436.0, 4486.0, 4435.0, 4473.0, 4432.0, 4462.0, 4454.0, 4461.0, 4420.0, 4392.0, 4430.0, 4390.0, 4459.0, 4408.0, 4471.0, 4421.0, 4461.0, 4420.0, 4438.0, 4407.0, 4419.0, 4419.0, 4399.0, 4419.0, 4378.0, 4437.0, 4387.0, 4448.0, 4408.0, 4469.0, 4410.0, 4449.0, 4409.0, 4437.0, 4420.0, 4421.0, 4410.0, 4390.0, 4418.0, 4376.0, 4438.0, 4399.0, 4448.0, 4387.0, 4448.0, 4399.0, 4439.0, 4410.0, 4430.0, 4411.0, 4412.0, 4412.0, 4403.0, 4423.0, 4401.0, 4443.0, 4410.0, 4453.0, 4403.0, 4451.0, 4401.0, 4461.0, 4421.0, 4472.0, 4421.0, 4472.0, 4422.0, 4431.0, 4410.0, 4410.0, 4422.0, 4391.0, 4432.0, 4404.0, 4453.0, 4391.0, 4452.0, 4400.0, 4451.0, 4412.0, 4461.0, 4411.0, 4450.0, 4420.0, 4450.0, 4408.0, 4447.0, 4409.0, 4449.0, 4419.0, 4459.0, 4408.0, 4436.0, 4406.0, 4436.0, 4395.0, 4434.0, 4395.0, 4424.0, 4396.0, 4376.0, 4396.0, 4377.0, 4407.0, 4378.0, 4428.0, 4389.0, 4449.0, 4401.0, 4461.0, 4412.0, 4451.0, 4422.0, 4439.0, 4410.0, 4418.0, 4411.0, 4392.0, 4421.0, 4392.0, 4449.0, 4402.0, 4451.0, 4399.0, 4461.0, 4412.0, 4462.0, 4421.0, 4451.0, 4421.0, 4450.0, 4411.0, 4451.0, 4421.0, 4431.0, 4410.0, 4391.0, 4419.0, 4410.0, 4430.0, 4429.0, 4430.0, 4390.0, 4440.0, 4379.0, 4450.0, 4387.0, 4448.0, 4407.0, 4459.0, 4410.0, 4448.0, 4408.0, 4437.0, 4408.0, 4427.0, 4427.0, 4427.0, 4396.0, 4377.0, 4405.0, 4375.0, 4425.0, 4375.0, 4436.0, 4386.0, 4447.0, 4388.0, 4437.0, 4398.0, 4437.0, 4408.0, 4425.0, 4407.0, 4437.0, 4398.0, 4416.0, 4398.0, 4427.0, 4406.0, 4425.0, 4398.0, 4389.0, 4418.0, 4388.0, 4438.0, 4391.0, 4447.0, 4411.0, 4430.0, 4413.0, 4430.0, 4413.0, 4451.0, 4412.0, 4432.0, 4411.0, 4410.0, 4411.0, 4412.0, 4423.0, 4392.0, 4440.0, 4403.0, 4453.0, 4404.0, 4460.0, 4423.0, 4452.0, 4422.0, 4423.0, 4413.0, 4392.0, 4442.0, 4413.0, 4463.0, 4402.0, 4462.0, 4412.0, 4450.0, 4411.0, 4438.0, 4409.0, 4419.0, 4400.0, 4380.0, 4408.0, 4379.0, 4428.0, 4397.0, 4439.0, 4387.0, 4429.0, 4379.0, 4437.0, 4388.0, 4438.0, 4399.0, 4447.0, 4399.0, 4447.0, 4399.0, 4435.0, 4408.0, 4458.0, 4409.0, 4460.0, 4410.0, 4438.0, 4398.0, 4414.0, 4401.0, 4418.0, 4390.0, 4389.0, 4400.0, 4387.0, 4419.0, 4397.0, 4440.0, 4390.0, 4441.0, 4390.0, 4449.0, 4399.0, 4451.0, 4422.0, 4460.0, 4410.0, 4400.0, 4411.0, 4390.0, 4430.0, 4390.0, 4449.0, 4391.0, 4451.0, 4391.0, 4441.0, 4390.0, 4442.0, 4392.0, 4451.0, 4403.0, 4442.0, 4405.0, 4443.0, 4415.0, 4463.0, 4426.0, 4446.0, 4425.0, 4435.0, 4423.0, 4445.0, 4464.0, 4424.0, 4453.0, 4402.0, 4452.0, 4409.0, 4452.0, 4409.0, 4470.0, 4410.0, 4449.0, 4407.0, 4428.0, 4410.0, 4389.0, 4439.0, 4392.0, 4462.0, 4411.0, 4442.0, 4412.0, 4430.0, 4411.0, 4401.0, 4430.0, 4392.0, 4451.0, 4400.0, 4459.0, 4418.0, 4471.0, 4440.0, 4459.0, 4419.0, 4436.0, 4397.0, 4416.0, 4398.0, 4406.0, 4406.0, 4376.0, 4406.0, 4375.0, 4428.0, 4378.0, 4437.0, 4396.0, 4458.0, 4410.0, 4429.0, 4398.0, 4387.0, 4409.0, 4378.0, 4439.0, 4389.0, 4440.0, 4399.0, 4439.0, 4400.0, 4439.0, 4400.0, 4450.0, 4410.0, 4430.0, 4411.0, 4411.0, 4424.0, 4402.0, 4454.0, 4404.0, 4466.0, 4423.0, 4460.0, 4424.0, 4462.0, 4431.0, 4452.0, 4412.0, 4390.0, 4429.0, 4389.0, 4450.0, 4410.0, 4471.0, 4409.0, 4440.0, 4400.0, 4410.0, 4421.0, 4377.0, 4449.0, 4389.0, 4449.0, 4398.0, 4449.0, 4410.0, 4427.0, 4398.0, 4380.0, 4399.0, 4377.0, 4420.0, 4388.0, 4449.0, 4389.0, 4462.0, 4412.0, 4430.0, 4409.0, 4419.0, 4401.0, 4389.0, 4420.0, 4392.0, 4440.0, 4391.0, 4451.0, 4401.0, 4450.0, 4412.0, 4461.0, 4422.0, 4430.0, 4410.0, 4420.0, 4408.0, 4430.0, 4419.0, 4380.0, 4428.0, 4389.0, 4439.0], 'WindowWidth': [9875.0, 9879.0, 9800.0, 9828.0, 9771.0, 9804.0, 9761.0, 9801.0, 9760.0, 9798.0, 9743.0, 9767.0, 9742.0, 9807.0, 9757.0, 9797.0, 9762.0, 9800.0, 9763.0, 9813.0, 9781.0, 9804.0, 9767.0, 9766.0, 9768.0, 9762.0, 9800.0, 9785.0, 9816.0, 9750.0, 9808.0, 9759.0, 9839.0, 9788.0, 9857.0, 9794.0, 9843.0, 9806.0, 9840.0, 9806.0, 9858.0, 9800.0, 9824.0, 9781.0, 9778.0, 9788.0, 9801.0, 9803.0, 9756.0, 9796.0, 9728.0, 9793.0, 9725.0, 9808.0, 9757.0, 9829.0, 9773.0, 9811.0, 9770.0, 9794.0, 9773.0, 9799.0, 9759.0, 9760.0, 9760.0, 9733.0, 9785.0, 9760.0, 9816.0, 9748.0, 9812.0, 9752.0, 9813.0, 9778.0, 9832.0, 9796.0, 9821.0, 9784.0, 9792.0, 9781.0, 9794.0, 9808.0, 9783.0, 9808.0, 9767.0, 9805.0, 9765.0, 9837.0, 9794.0, 9822.0, 9753.0, 9818.0, 9752.0, 9827.0, 9780.0, 9834.0, 9798.0, 9796.0, 9781.0, 9743.0, 9815.0, 9769.0, 9850.0, 9811.0, 9860.0, 9811.0, 9836.0, 9777.0, 9799.0, 9770.0, 9767.0, 9801.0, 9741.0, 9797.0, 9729.0, 9792.0, 9755.0, 9792.0, 9758.0, 9782.0, 9751.0, 9715.0, 9768.0, 9713.0, 9796.0, 9766.0, 9832.0, 9778.0, 9780.0, 9768.0, 9745.0, 9816.0, 9759.0, 9841.0, 9780.0, 9816.0, 9805.0, 9813.0, 9864.0, 9797.0, 9866.0, 9805.0, 9839.0, 9799.0, 9782.0, 9809.0, 9759.0, 9840.0, 9769.0, 9791.0, 9780.0, 9741.0, 9825.0, 9756.0, 9835.0, 9796.0, 9849.0, 9804.0, 9834.0, 9774.0, 9725.0, 9794.0, 9752.0, 9830.0, 9753.0, 9794.0, 9734.0, 9718.0, 9757.0, 9709.0, 9792.0, 9746.0, 9813.0, 9759.0, 9792.0, 9757.0, 9765.0, 9748.0, 9713.0, 9792.0, 9724.0, 9804.0, 9754.0, 9824.0, 9756.0, 9795.0, 9740.0, 9752.0, 9768.0, 9727.0, 9781.0, 9730.0, 9794.0, 9743.0, 9807.0, 9755.0, 9828.0, 9757.0, 9798.0, 9756.0, 9744.0, 9769.0, 9736.0, 9805.0, 9750.0, 9746.0, 9788.0, 9740.0, 9819.0, 9753.0, 9835.0, 9781.0, 9831.0, 9776.0, 9811.0, 9771.0, 9766.0, 9766.0, 9710.0, 9810.0, 9739.0, 9806.0, 9763.0, 9803.0, 9744.0, 9744.0, 9729.0, 9689.0, 9753.0, 9691.0, 9786.0, 9723.0, 9788.0, 9737.0, 9804.0, 9737.0, 9790.0, 9753.0, 9763.0, 9742.0, 9712.0, 9753.0, 9713.0, 9780.0, 9728.0, 9795.0, 9730.0, 9811.0, 9748.0, 9810.0, 9762.0, 9811.0, 9775.0, 9790.0, 9765.0, 9751.0, 9780.0, 9739.0, 9803.0, 9752.0, 9834.0, 9767.0, 9836.0, 9786.0, 9833.0, 9801.0, 9841.0, 9800.0, 9797.0, 9786.0, 9762.0, 9797.0, 9741.0, 9836.0, 9782.0, 9840.0, 9773.0, 9837.0, 9783.0, 9836.0, 9781.0, 9851.0, 9768.0, 9819.0, 9766.0, 9800.0, 9763.0, 9813.0, 9768.0, 9820.0, 9785.0, 9796.0, 9784.0, 9791.0, 9765.0, 9802.0, 9777.0, 9777.0, 9777.0, 9751.0, 9801.0, 9746.0, 9802.0, 9773.0, 9817.0, 9737.0, 9818.0, 9753.0, 9813.0, 9760.0, 9812.0, 9760.0, 9828.0, 9770.0, 9829.0, 9761.0, 9799.0, 9759.0, 9811.0, 9790.0, 9809.0, 9758.0, 9794.0, 9756.0, 9780.0, 9757.0, 9796.0, 9754.0, 9750.0, 9757.0, 9712.0, 9767.0, 9726.0, 9793.0, 9728.0, 9795.0, 9732.0, 9790.0, 9728.0, 9809.0, 9760.0, 9810.0, 9756.0, 9813.0, 9756.0, 9794.0, 9757.0, 9782.0, 9761.0, 9754.0, 9759.0, 9734.0, 9773.0, 9718.0, 9800.0, 9749.0, 9815.0, 9751.0, 9814.0, 9765.0, 9810.0, 9778.0, 9815.0, 9779.0, 9804.0, 9765.0, 9763.0, 9776.0, 9777.0, 9805.0, 9751.0, 9802.0, 9739.0, 9811.0, 9741.0, 9819.0, 9774.0, 9849.0, 9758.0, 9814.0, 9759.0, 9796.0, 9787.0, 9797.0, 9768.0, 9727.0, 9755.0, 9713.0, 9796.0, 9727.0, 9812.0, 9746.0, 9815.0, 9761.0, 9794.0, 9758.0, 9782.0, 9758.0, 9748.0, 9760.0, 9732.0, 9785.0, 9730.0, 9814.0, 9747.0, 9816.0, 9761.0, 9798.0, 9759.0, 9797.0, 9757.0, 9827.0, 9759.0, 9812.0, 9756.0, 9793.0, 9755.0, 9825.0, 9779.0, 9805.0, 9738.0, 9771.0, 9729.0, 9743.0, 9743.0, 9741.0, 9742.0, 9690.0, 9757.0, 9704.0, 9782.0, 9720.0, 9789.0, 9739.0, 9791.0, 9757.0, 9793.0, 9758.0, 9779.0, 9760.0, 9779.0, 9744.0, 9754.0, 9741.0, 9755.0, 9757.0, 9753.0, 9767.0, 9716.0, 9768.0, 9700.0, 9791.0, 9742.0, 9809.0, 9746.0, 9812.0, 9762.0, 9794.0, 9761.0, 9796.0, 9744.0, 9744.0, 9756.0, 9713.0, 9766.0, 9737.0, 9795.0, 9725.0, 9796.0, 9729.0, 9807.0, 9743.0, 9809.0, 9771.0, 9783.0, 9758.0, 9729.0, 9754.0, 9719.0, 9796.0, 9729.0, 9813.0, 9725.0, 9795.0, 9744.0, 9817.0, 9745.0, 9793.0, 9755.0, 9824.0, 9742.0, 9770.0, 9742.0, 9744.0, 9757.0, 9785.0, 9757.0, 9797.0, 9757.0, 9755.0, 9751.0, 9763.0, 9764.0, 9823.0, 9791.0, 9801.0, 9734.0, 9720.0, 9732.0, 9702.0, 9746.0, 9721.0, 9776.0, 9709.0, 9793.0, 9725.0, 9791.0, 9742.0, 9806.0, 9759.0, 9784.0, 9758.0, 9755.0, 9739.0, 9735.0, 9747.0, 9765.0, 9781.0, 9707.0, 9760.0, 9708.0, 9768.0, 9704.0, 9783.0, 9731.0, 9801.0, 9736.0, 9776.0, 9735.0, 9745.0, 9735.0, 9734.0, 9750.0, 9708.0, 9775.0, 9711.0, 9788.0, 9724.0, 9788.0, 9736.0, 9791.0, 9744.0, 9793.0, 9743.0, 9777.0, 9740.0, 9796.0, 9764.0, 9757.0, 9758.0, 9736.0, 9771.0, 9719.0, 9800.0, 9747.0, 9816.0, 9747.0, 9817.0, 9758.0, 9797.0, 9758.0, 9812.0, 9772.0, 9810.0, 9771.0, 9754.0, 9751.0, 9728.0, 9777.0, 9738.0, 9796.0, 9723.0, 9805.0, 9724.0, 9784.0, 9737.0, 9789.0, 9753.0, 9803.0, 9736.0, 9777.0, 9736.0, 9757.0, 9733.0, 9797.0, 9742.0, 9755.0, 9727.0, 9699.0, 9752.0, 9688.0, 9765.0, 9700.0, 9784.0, 9718.0, 9774.0, 9723.0, 9777.0, 9753.0, 9760.0, 9754.0, 9722.0, 9736.0, 9712.0, 9761.0, 9704.0, 9789.0, 9725.0, 9806.0, 9739.0, 9792.0, 9742.0, 9776.0, 9753.0, 9776.0, 9737.0, 9767.0, 9741.0, 9740.0, 9729.0, 9743.0, 9767.0, 9724.0, 9791.0, 9759.0, 9807.0, 9775.0, 9824.0, 9807.0, 9801.0, 9789.0, 9761.0, 9807.0, 9756.0, 9839.0, 9782.0, 9854.0, 9779.0, 9830.0, 9773.0, 9812.0, 9803.0, 9809.0, 9752.0, 9717.0, 9763.0, 9711.0, 9802.0, 9735.0, 9825.0, 9754.0, 9810.0, 9752.0, 9772.0, 9730.0, 9747.0, 9747.0, 9720.0, 9746.0, 9692.0, 9768.0, 9701.0, 9786.0, 9731.0, 9819.0, 9739.0, 9790.0, 9734.0, 9771.0, 9752.0, 9752.0, 9737.0, 9710.0, 9744.0, 9688.0, 9771.0, 9719.0, 9787.0, 9702.0, 9785.0, 9721.0, 9774.0, 9738.0, 9763.0, 9742.0, 9742.0, 9744.0, 9735.0, 9758.0, 9727.0, 9786.0, 9738.0, 9799.0, 9734.0, 9794.0, 9728.0, 9810.0, 9755.0, 9828.0, 9755.0, 9828.0, 9759.0, 9769.0, 9740.0, 9738.0, 9759.0, 9716.0, 9772.0, 9738.0, 9800.0, 9717.0, 9796.0, 9726.0, 9795.0, 9742.0, 9810.0, 9741.0, 9794.0, 9752.0, 9791.0, 9735.0, 9784.0, 9735.0, 9789.0, 9748.0, 9802.0, 9732.0, 9768.0, 9724.0, 9767.0, 9708.0, 9761.0, 9707.0, 9748.0, 9709.0, 9685.0, 9713.0, 9689.0, 9728.0, 9692.0, 9757.0, 9707.0, 9788.0, 9727.0, 9808.0, 9743.0, 9794.0, 9756.0, 9774.0, 9738.0, 9748.0, 9741.0, 9716.0, 9754.0, 9716.0, 9789.0, 9728.0, 9794.0, 9724.0, 9810.0, 9743.0, 9813.0, 9755.0, 9794.0, 9753.0, 9793.0, 9740.0, 9793.0, 9751.0, 9767.0, 9740.0, 9715.0, 9750.0, 9736.0, 9763.0, 9762.0, 9763.0, 9710.0, 9776.0, 9695.0, 9788.0, 9702.0, 9786.0, 9731.0, 9804.0, 9736.0, 9789.0, 9732.0, 9769.0, 9730.0, 9755.0, 9756.0, 9755.0, 9711.0, 9687.0, 9722.0, 9682.0, 9748.0, 9682.0, 9763.0, 9698.0, 9783.0, 9705.0, 9770.0, 9718.0, 9770.0, 9732.0, 9751.0, 9728.0, 9769.0, 9718.0, 9740.0, 9718.0, 9754.0, 9727.0, 9752.0, 9718.0, 9707.0, 9744.0, 9708.0, 9771.0, 9711.0, 9785.0, 9741.0, 9766.0, 9748.0, 9766.0, 9746.0, 9795.0, 9744.0, 9768.0, 9742.0, 9739.0, 9741.0, 9742.0, 9757.0, 9717.0, 9780.0, 9734.0, 9797.0, 9735.0, 9805.0, 9760.0, 9798.0, 9758.0, 9760.0, 9745.0, 9716.0, 9783.0, 9743.0, 9813.0, 9728.0, 9810.0, 9741.0, 9792.0, 9738.0, 9772.0, 9736.0, 9747.0, 9722.0, 9697.0, 9731.0, 9694.0, 9755.0, 9715.0, 9774.0, 9702.0, 9758.0, 9692.0, 9767.0, 9702.0, 9769.0, 9717.0, 9785.0, 9720.0, 9782.0, 9718.0, 9764.0, 9730.0, 9799.0, 9733.0, 9804.0, 9735.0, 9770.0, 9717.0, 9736.0, 9724.0, 9744.0, 9709.0, 9708.0, 9723.0, 9704.0, 9747.0, 9716.0, 9777.0, 9710.0, 9779.0, 9710.0, 9787.0, 9721.0, 9792.0, 9755.0, 9804.0, 9737.0, 9725.0, 9737.0, 9710.0, 9762.0, 9710.0, 9790.0, 9714.0, 9793.0, 9715.0, 9779.0, 9712.0, 9781.0, 9717.0, 9793.0, 9735.0, 9784.0, 9739.0, 9785.0, 9753.0, 9815.0, 9770.0, 9795.0, 9767.0, 9778.0, 9762.0, 9791.0, 9819.0, 9761.0, 9800.0, 9729.0, 9796.0, 9733.0, 9796.0, 9732.0, 9822.0, 9736.0, 9788.0, 9730.0, 9757.0, 9735.0, 9706.0, 9775.0, 9717.0, 9811.0, 9740.0, 9783.0, 9741.0, 9763.0, 9739.0, 9724.0, 9763.0, 9715.0, 9793.0, 9724.0, 9803.0, 9746.0, 9825.0, 9776.0, 9803.0, 9747.0, 9767.0, 9712.0, 9736.0, 9714.0, 9723.0, 9722.0, 9683.0, 9722.0, 9681.0, 9752.0, 9688.0, 9765.0, 9714.0, 9798.0, 9734.0, 9761.0, 9718.0, 9702.0, 9731.0, 9689.0, 9773.0, 9706.0, 9775.0, 9720.0, 9771.0, 9720.0, 9773.0, 9721.0, 9791.0, 9738.0, 9763.0, 9742.0, 9740.0, 9762.0, 9731.0, 9801.0, 9738.0, 9821.0, 9761.0, 9807.0, 9760.0, 9809.0, 9767.0, 9795.0, 9741.0, 9711.0, 9760.0, 9707.0, 9791.0, 9735.0, 9823.0, 9733.0, 9777.0, 9722.0, 9733.0, 9749.0, 9689.0, 9789.0, 9707.0, 9788.0, 9716.0, 9786.0, 9736.0, 9754.0, 9718.0, 9696.0, 9719.0, 9689.0, 9746.0, 9703.0, 9788.0, 9708.0, 9808.0, 9740.0, 9763.0, 9734.0, 9747.0, 9726.0, 9709.0, 9751.0, 9717.0, 9776.0, 9712.0, 9790.0, 9726.0, 9789.0, 9740.0, 9809.0, 9753.0, 9764.0, 9735.0, 9747.0, 9731.0, 9760.0, 9746.0, 9695.0, 9758.0, 9707.0, 9771.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.0002944029850746269</td></tr>
<tr><td colspan=3>aqi</td><td>0.02725778973880597</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.21755065715218</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.229398026526609</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9650613211204483</td></tr>
<tr><td colspan=3>efc</td><td>0.4882</td></tr>
<tr><td colspan=3>fber</td><td>5760.0786</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07005842236304527</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.1865671641791045</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.44916195191029</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3481109440166725</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.722549025998464</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2768258857157337</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108323</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019847847521305084</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033350154757499695</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.984503083890621</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>21.2579</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5746</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.7087</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295531.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>877.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.4713</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6842</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.0683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3600.2697</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.9438</td></tr>
<tr><td colspan=3>tsnr</td><td>39.88107624556869</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>