ds005256-mriqc/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_bold.html
Felix Hoffstaedter cbe89dcd1c [DATALAD RUNCMD] Compute MRIQC for sub-0127
=== 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-0127 --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-0127",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:19:42 +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-0127_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-03/func/sub-0127_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>799b4ee8ab785a4510cf019989985b75</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>12:44:43.690000</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.980728, 0.0920282, -0.172344, -0.100311, 0.994153, -0.0399624]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0850548</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7742, -7262, 219, -181, 112, -58, 126]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9dd6c20a-8313-4f09-a3ac-97b164bbebbf||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.631222724914551, -0.2691258192062378, -0.4526788294315338, 133.46092224121094], [-0.24690483510494232, 2.667240619659424, -0.15249662101268768, -88.5889892578125], [-0.46238669753074646, 0.10721629112958908, 2.657409906387329, -79.83253479003906], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['124443.690000', '124444.150000', '124444.610000', '124445.070000', '124445.530000', '124445.990000', '124446.450000', '124446.910000', '124447.370000', '124447.830000', '124448.290000', '124448.750000', '124449.210000', '124449.670000', '124450.130000', '124450.590000', '124451.050000', '124451.510000', '124451.970000', '124452.430000', '124452.890000', '124453.350000', '124453.810000', '124454.270000', '124454.730000', '124455.190000', '124455.650000', '124456.110000', '124456.570000', '124457.030000', '124457.490000', '124457.950000', '124458.410000', '124458.870000', '124459.330000', '124459.790000', '124500.250000', '124500.710000', '124501.170000', '124501.630000', '124502.090000', '124502.550000', '124503.010000', '124503.470000', '124503.930000', '124504.390000', '124504.850000', '124505.310000', '124505.770000', '124506.230000', '124506.690000', '124507.150000', '124507.610000', '124508.070000', '124508.530000', '124508.990000', '124509.450000', '124509.910000', '124510.370000', '124510.830000', '124511.290000', '124511.750000', '124512.210000', '124512.670000', '124513.130000', '124513.590000', '124514.050000', '124514.510000', '124514.970000', '124515.430000', '124515.890000', '124516.350000', '124516.810000', '124517.270000', '124517.730000', '124518.190000', '124518.650000', '124519.110000', '124519.570000', '124520.030000', '124520.490000', '124520.950000', '124521.410000', '124521.870000', '124522.330000', '124522.790000', '124523.250000', '124523.710000', '124524.170000', '124524.630000', '124525.090000', '124525.550000', '124526.010000', '124526.470000', '124526.930000', '124527.390000', '124527.850000', '124528.310000', '124528.770000', '124529.230000', '124529.690000', '124530.150000', '124530.610000', '124531.070000', '124531.530000', '124531.990000', '124532.450000', '124532.910000', '124533.370000', '124533.830000', '124534.290000', '124534.750000', '124535.210000', '124535.670000', '124536.130000', '124536.590000', '124537.050000', '124537.510000', '124537.970000', '124538.430000', '124538.890000', '124539.350000', '124539.810000', '124540.270000', '124540.730000', '124541.190000', '124541.650000', '124542.110000', '124542.570000', '124543.030000', '124543.490000', '124543.950000', '124544.410000', '124544.870000', '124545.330000', '124545.790000', '124546.250000', '124546.710000', '124547.170000', '124547.630000', '124548.090000', '124548.550000', '124549.010000', '124549.470000', '124549.930000', '124550.390000', '124550.850000', '124551.310000', '124551.770000', '124552.230000', '124552.690000', '124553.150000', '124553.610000', '124554.070000', '124554.530000', '124554.990000', '124555.450000', '124555.910000', '124556.370000', '124556.830000', '124557.290000', '124557.750000', '124558.210000', '124558.670000', '124559.130000', '124559.590000', '124600.050000', '124600.510000', '124600.970000', '124601.430000', '124601.890000', '124602.350000', '124602.810000', '124603.270000', '124603.730000', '124604.190000', '124604.650000', '124605.110000', '124605.570000', '124606.030000', '124606.490000', '124606.950000', '124607.410000', '124607.870000', '124608.330000', '124608.790000', '124609.250000', '124609.710000', '124610.170000', '124610.630000', '124611.090000', '124611.550000', '124612.010000', '124612.470000', '124612.930000', '124613.390000', '124613.850000', '124614.310000', '124614.770000', '124615.230000', '124615.690000', '124616.150000', '124616.610000', '124617.070000', '124617.530000', '124617.990000', '124618.450000', '124618.910000', '124619.370000', '124619.830000', '124620.290000', '124620.750000', '124621.210000', '124621.670000', '124622.130000', '124622.590000', '124623.050000', '124623.510000', '124623.970000', '124624.430000', '124624.890000', '124625.350000', '124625.810000', '124626.270000', '124626.730000', '124627.190000', '124627.650000', '124628.110000', '124628.570000', '124629.030000', '124629.490000', '124629.950000', '124630.410000', '124630.870000', '124631.330000', '124631.790000', '124632.250000', '124632.710000', '124633.170000', '124633.630000', '124634.090000', '124634.550000', '124635.010000', '124635.470000', '124635.930000', '124636.390000', '124636.850000', '124637.310000', '124637.770000', '124638.230000', '124638.690000', '124639.150000', '124639.610000', '124640.070000', '124640.530000', '124640.990000', '124641.450000', '124641.910000', '124642.370000', '124642.830000', '124643.290000', '124643.750000', '124644.210000', '124644.670000', '124645.130000', '124645.590000', '124646.050000', '124646.510000', '124646.970000', '124647.430000', '124647.890000', '124648.350000', '124648.810000', '124649.270000', '124649.730000', '124650.190000', '124650.650000', '124651.110000', '124651.570000', '124652.030000', '124652.490000', '124652.950000', '124653.410000', '124653.870000', '124654.330000', '124654.790000', '124655.250000', '124655.710000', '124656.170000', '124656.630000', '124657.090000', '124657.550000', '124658.010000', '124658.470000', '124658.930000', '124659.390000', '124659.850000', '124700.310000', '124700.770000', '124701.230000', '124701.690000', '124702.150000', '124702.610000', '124703.070000', '124703.530000', '124703.990000', '124704.450000', '124704.910000', '124705.370000', '124705.830000', '124706.290000', '124706.750000', '124707.210000', '124707.670000', '124708.130000', '124708.590000', '124709.050000', '124709.510000', '124709.970000', '124710.430000', '124710.890000', '124711.350000', '124711.810000', '124712.270000', '124712.730000', '124713.190000', '124713.650000', '124714.110000', '124714.570000', '124715.030000', '124715.490000', '124715.950000', '124716.410000', '124716.870000', '124717.330000', '124717.790000', '124718.250000', '124718.710000', '124719.170000', '124719.630000', '124720.090000', '124720.550000', '124721.010000', '124721.470000', '124721.930000', '124722.390000', '124722.850000', '124723.310000', '124723.770000', '124724.230000', '124724.690000', '124725.150000', '124725.610000', '124726.070000', '124726.530000', '124726.990000', '124727.450000', '124727.910000', '124728.370000', '124728.830000', '124729.290000', '124729.750000', '124730.210000', '124730.670000', '124731.130000', '124731.590000', '124732.050000', '124732.510000', '124732.970000', '124733.430000', '124733.890000', '124734.350000', '124734.810000', '124735.270000', '124735.730000', '124736.190000', '124736.650000', '124737.110000', '124737.570000', '124738.030000', '124738.490000', '124738.950000', '124739.410000', '124739.870000', '124740.330000', '124740.790000', '124741.250000', '124741.710000', '124742.170000', '124742.630000', '124743.090000', '124743.550000', '124744.010000', '124744.470000', '124744.930000', '124745.390000', '124745.850000', '124746.310000', '124746.770000', '124747.230000', '124747.690000', '124748.150000', '124748.610000', '124749.070000', '124749.530000', '124749.990000', '124750.450000', '124750.910000', '124751.370000', '124751.830000', '124752.290000', '124752.750000', '124753.210000', '124753.670000', '124754.130000', '124754.590000', '124755.050000', '124755.510000', '124755.970000', '124756.430000', '124756.890000', '124757.350000', '124757.810000', '124758.270000', '124758.730000', '124759.190000', '124759.650000', '124800.110000', '124800.570000', '124801.030000', '124801.490000', '124801.950000', '124802.410000', '124802.870000', '124803.330000', '124803.790000', '124804.250000', '124804.710000', '124805.170000', '124805.630000', '124806.090000', '124806.550000', '124807.010000', '124807.470000', '124807.930000', '124808.390000', '124808.850000', '124809.310000', '124809.770000', '124810.230000', '124810.690000', '124811.150000', '124811.610000', '124812.070000', '124812.530000', '124812.990000', '124813.450000', '124813.910000', '124814.370000', '124814.830000', '124815.290000', '124815.750000', '124816.210000', '124816.670000', '124817.130000', '124817.590000', '124818.050000', '124818.510000', '124818.970000', '124819.430000', '124819.890000', '124820.350000', '124820.810000', '124821.270000', '124821.730000', '124822.190000', '124822.650000', '124823.110000', '124823.570000', '124824.030000', '124824.490000', '124824.950000', '124825.410000', '124825.870000', '124826.330000', '124826.790000', '124827.250000', '124827.710000', '124828.170000', '124828.630000', '124829.090000', '124829.550000', '124830.010000', '124830.470000', '124830.930000', '124831.390000', '124831.850000', '124832.310000', '124832.770000', '124833.230000', '124833.690000', '124834.150000', '124834.610000', '124835.070000', '124835.530000', '124835.990000', '124836.450000', '124836.910000', '124837.370000', '124837.830000', '124838.290000', '124838.750000', '124839.210000', '124839.670000', '124840.130000', '124840.590000', '124841.050000', '124841.510000', '124841.970000', '124842.430000', '124842.890000', '124843.350000', '124843.810000', '124844.270000', '124844.730000', '124845.190000', '124845.650000', '124846.110000', '124846.570000', '124847.030000', '124847.490000', '124847.950000', '124848.410000', '124848.870000', '124849.330000', '124849.790000', '124850.250000', '124850.710000', '124851.170000', '124851.630000', '124852.090000', '124852.550000', '124853.010000', '124853.470000', '124853.930000', '124854.390000', '124854.850000', '124855.310000', '124855.770000', '124856.230000', '124856.690000', '124857.150000', '124857.610000', '124858.070000', '124858.530000', '124858.990000', '124859.450000', '124859.910000', '124900.370000', '124900.830000', '124901.290000', '124901.750000', '124902.210000', '124902.670000', '124903.130000', '124903.590000', '124904.050000', '124904.510000', '124904.970000', '124905.430000', '124905.890000', '124906.350000', '124906.810000', '124907.270000', '124907.730000', '124908.190000', '124908.650000', '124909.110000', '124909.570000', '124910.030000', '124910.490000', '124910.950000', '124911.410000', '124911.870000', '124912.330000', '124912.790000', '124913.250000', '124913.710000', '124914.170000', '124914.630000', '124915.090000', '124915.550000', '124916.010000', '124916.470000', '124916.930000', '124917.390000', '124917.850000', '124918.310000', '124918.770000', '124919.230000', '124919.690000', '124920.150000', '124920.610000', '124921.070000', '124921.530000', '124921.990000', '124922.450000', '124922.910000', '124923.370000', '124923.830000', '124924.290000', '124924.750000', '124925.210000', '124925.670000', '124926.130000', '124926.590000', '124927.050000', '124927.510000', '124927.970000', '124928.430000', '124928.890000', '124929.350000', '124929.810000', '124930.270000', '124930.730000', '124931.190000', '124931.650000', '124932.110000', '124932.570000', '124933.030000', '124933.490000', '124933.950000', '124934.410000', '124934.870000', '124935.330000', '124935.790000', '124936.250000', '124936.710000', '124937.170000', '124937.630000', '124938.090000', '124938.550000', '124939.010000', '124939.470000', '124939.930000', '124940.390000', '124940.850000', '124941.310000', '124941.770000', '124942.230000', '124942.690000', '124943.150000', '124943.610000', '124944.070000', '124944.530000', '124944.990000', '124945.450000', '124945.910000', '124946.370000', '124946.830000', '124947.290000', '124947.750000', '124948.210000', '124948.670000', '124949.130000', '124949.590000', '124950.050000', '124950.510000', '124950.970000', '124951.430000', '124951.890000', '124952.350000', '124952.810000', '124953.270000', '124953.730000', '124954.190000', '124954.650000', '124955.110000', '124955.570000', '124956.030000', '124956.490000', '124956.950000', '124957.410000', '124957.870000', '124958.330000', '124958.790000', '124959.250000', '124959.710000', '125000.170000', '125000.630000', '125001.090000', '125001.550000', '125002.010000', '125002.470000', '125002.930000', '125003.390000', '125003.850000', '125004.310000', '125004.770000', '125005.230000', '125005.690000', '125006.150000', '125006.610000', '125007.070000', '125007.530000', '125007.990000', '125008.450000', '125008.910000', '125009.370000', '125009.830000', '125010.290000', '125010.750000', '125011.210000', '125011.670000', '125012.130000', '125012.590000', '125013.050000', '125013.510000', '125013.970000', '125014.430000', '125014.890000', '125015.350000', '125015.810000', '125016.270000', '125016.730000', '125017.190000', '125017.650000', '125018.110000', '125018.570000', '125019.030000', '125019.490000', '125019.950000', '125020.410000', '125020.870000', '125021.330000', '125021.790000', '125022.250000', '125022.710000', '125023.170000', '125023.630000', '125024.090000', '125024.550000', '125025.010000', '125025.470000', '125025.930000', '125026.390000', '125026.850000', '125027.310000', '125027.770000', '125028.230000', '125028.690000', '125029.150000', '125029.610000', '125030.070000', '125030.530000', '125030.990000', '125031.450000', '125031.910000', '125032.370000', '125032.830000', '125033.290000', '125033.750000', '125034.210000', '125034.670000', '125035.130000', '125035.590000', '125036.050000', '125036.510000', '125036.970000', '125037.430000', '125037.890000', '125038.350000', '125038.810000', '125039.270000', '125039.730000', '125040.190000', '125040.650000', '125041.110000', '125041.570000', '125042.030000', '125042.490000', '125042.950000', '125043.410000', '125043.870000', '125044.330000', '125044.790000', '125045.250000', '125045.710000', '125046.170000', '125046.630000', '125047.090000', '125047.550000', '125048.010000', '125048.470000', '125048.930000', '125049.390000', '125049.850000', '125050.310000', '125050.770000', '125051.230000', '125051.690000', '125052.150000', '125052.610000', '125053.070000', '125053.530000', '125053.990000', '125054.450000', '125054.910000', '125055.370000', '125055.830000', '125056.290000', '125056.750000', '125057.210000', '125057.670000', '125058.130000', '125058.590000', '125059.050000', '125059.510000', '125059.970000', '125100.430000', '125100.890000', '125101.350000', '125101.810000', '125102.270000', '125102.730000', '125103.190000', '125103.650000', '125104.110000', '125104.570000', '125105.030000', '125105.490000', '125105.950000', '125106.410000', '125106.870000', '125107.330000', '125107.790000', '125108.250000', '125108.710000', '125109.170000', '125109.630000', '125110.090000', '125110.550000', '125111.010000', '125111.470000', '125111.930000', '125112.390000', '125112.850000', '125113.310000', '125113.770000', '125114.230000', '125114.690000', '125115.150000', '125115.610000', '125116.070000', '125116.530000', '125116.990000', '125117.450000', '125117.910000', '125118.370000', '125118.830000', '125119.290000', '125119.750000', '125120.210000', '125120.670000', '125121.130000', '125121.590000', '125122.050000', '125122.510000', '125122.970000', '125123.430000', '125123.890000', '125124.350000', '125124.810000', '125125.270000', '125125.730000', '125126.190000', '125126.650000', '125127.110000', '125127.570000', '125128.030000', '125128.490000', '125128.950000', '125129.410000', '125129.870000', '125130.330000', '125130.790000', '125131.250000', '125131.710000', '125132.170000', '125132.630000', '125133.090000', '125133.550000', '125134.010000', '125134.470000', '125134.930000', '125135.390000', '125135.850000', '125136.310000', '125136.770000', '125137.230000', '125137.690000', '125138.150000', '125138.610000', '125139.070000', '125139.530000', '125139.990000', '125140.450000', '125140.910000', '125141.370000', '125141.830000', '125142.290000', '125142.750000', '125143.210000', '125143.670000', '125144.130000', '125144.590000', '125145.050000', '125145.510000', '125145.970000', '125146.430000', '125146.890000', '125147.350000', '125147.810000', '125148.270000', '125148.730000', '125149.190000', '125149.650000', '125150.110000', '125150.570000', '125151.030000', '125151.490000', '125151.950000', '125152.410000', '125152.870000', '125153.330000', '125153.790000', '125154.250000', '125154.710000', '125155.170000', '125155.630000', '125156.090000', '125156.550000', '125157.010000', '125157.470000', '125157.930000', '125158.390000', '125158.850000', '125159.310000', '125159.770000', '125200.230000', '125200.690000', '125201.150000', '125201.610000', '125202.070000', '125202.530000', '125202.990000', '125203.450000', '125203.910000', '125204.370000', '125204.830000', '125205.290000', '125205.750000', '125206.210000', '125206.670000', '125207.130000', '125207.590000', '125208.050000', '125208.510000', '125208.970000', '125209.430000', '125209.890000', '125210.350000', '125210.810000', '125211.270000', '125211.730000', '125212.190000', '125212.650000', '125213.110000', '125213.570000', '125214.030000', '125214.490000', '125214.950000', '125215.410000', '125215.870000', '125216.330000', '125216.790000', '125217.250000', '125217.710000', '125218.170000', '125218.630000', '125219.090000', '125219.550000', '125220.010000', '125220.470000', '125220.930000', '125221.390000', '125221.850000', '125222.310000', '125222.770000', '125223.230000', '125223.690000', '125224.150000', '125224.610000', '125225.070000', '125225.530000', '125225.990000', '125226.450000', '125226.910000', '125227.370000', '125227.830000', '125228.290000', '125228.750000', '125229.210000', '125229.670000', '125230.130000', '125230.590000', '125231.050000', '125231.510000', '125231.970000', '125232.430000', '125232.890000', '125233.350000', '125233.810000', '125234.270000', '125234.730000', '125235.190000', '125235.650000', '125236.110000', '125236.570000', '125237.030000', '125237.490000', '125237.950000', '125238.410000', '125238.870000', '125239.330000', '125239.790000', '125240.250000', '125240.710000', '125241.170000', '125241.630000', '125242.090000', '125242.550000', '125243.010000', '125243.470000', '125243.930000', '125244.390000', '125244.850000', '125245.310000', '125245.770000', '125246.230000', '125246.690000', '125247.150000', '125247.610000', '125248.070000', '125248.530000', '125248.990000', '125249.450000', '125249.910000', '125250.370000', '125250.830000', '125251.290000', '125251.750000', '125252.210000', '125252.670000', '125253.130000'], 'ContentTime': ['124508.383000', '124508.387000', '124508.390000', '124508.393000', '124508.395000', '124508.398000', '124508.400000', '124508.403000', '124508.406000', '124508.408000', '124508.411000', '124508.414000', '124508.416000', '124508.419000', '124508.421000', '124508.424000', '124508.427000', '124508.429000', '124508.432000', '124508.434000', '124508.437000', '124508.439000', '124508.442000', '124508.445000', '124508.447000', '124508.450000', '124508.452000', '124508.464000', '124508.467000', '124508.469000', '124508.472000', '124508.475000', '124508.485000', '124508.487000', '124508.490000', '124508.492000', '124508.495000', '124508.498000', '124508.500000', '124508.503000', '124508.505000', '124508.508000', '124508.510000', '124508.513000', '124508.516000', '124508.518000', '124508.521000', '124508.523000', '124508.526000', '124508.529000', '124508.531000', '124508.534000', '124528.348000', '124528.351000', '124528.354000', '124528.357000', '124528.359000', '124528.362000', '124528.364000', '124528.367000', '124528.369000', '124528.372000', '124528.375000', '124528.378000', '124528.381000', '124528.384000', '124528.387000', '124528.389000', '124528.392000', '124528.394000', '124528.397000', '124528.399000', '124528.402000', '124528.404000', '124528.407000', '124528.410000', '124528.412000', '124528.415000', '124528.421000', '124528.423000', '124528.426000', '124528.429000', '124528.431000', '124528.434000', '124528.437000', '124528.440000', '124528.442000', '124528.445000', '124528.448000', '124528.450000', '124528.453000', '124528.455000', '124528.458000', '124528.461000', '124528.463000', '124548.348000', '124548.351000', '124548.354000', '124548.356000', '124548.359000', '124548.362000', '124548.364000', '124548.374000', '124548.377000', '124548.379000', '124548.382000', '124548.385000', '124548.387000', '124548.390000', '124548.392000', '124548.395000', '124548.398000', '124548.400000', '124548.403000', '124548.405000', '124548.408000', '124548.410000', '124548.413000', '124548.416000', '124548.418000', '124548.421000', '124548.432000', '124548.434000', '124548.437000', '124548.439000', '124548.442000', '124548.445000', '124548.447000', '124548.450000', '124548.452000', '124548.455000', '124548.457000', '124548.460000', '124548.463000', '124548.465000', '124548.468000', '124548.470000', '124548.473000', '124548.476000', '124608.349000', '124608.351000', '124608.354000', '124608.357000', '124608.359000', '124608.362000', '124608.365000', '124608.367000', '124608.370000', '124608.372000', '124608.375000', '124608.377000', '124608.380000', '124608.383000', '124608.385000', '124608.388000', '124608.391000', '124608.393000', '124608.396000', '124608.398000', '124608.402000', '124608.405000', '124608.408000', '124608.411000', '124608.414000', '124608.416000', '124608.419000', '124608.422000', '124608.424000', '124608.427000', '124608.429000', '124608.432000', '124608.435000', '124608.437000', '124608.440000', '124608.442000', '124608.445000', '124608.448000', '124608.450000', '124608.453000', '124608.455000', '124608.458000', '124608.460000', '124628.348000', '124628.351000', '124628.354000', '124628.357000', '124628.360000', '124628.362000', '124628.365000', '124628.367000', '124628.370000', '124628.373000', '124628.375000', '124628.378000', '124628.380000', '124628.383000', '124628.386000', '124628.388000', '124628.391000', '124628.393000', '124628.396000', '124628.398000', '124628.401000', '124628.404000', '124628.406000', '124628.409000', '124628.412000', '124628.414000', '124628.417000', '124628.419000', '124628.422000', '124628.425000', '124628.427000', '124628.430000', '124628.432000', '124628.435000', '124628.438000', '124628.440000', '124628.443000', '124628.445000', '124628.448000', '124628.451000', '124628.453000', '124628.456000', '124628.458000', '124628.461000', '124648.348000', '124648.351000', '124648.354000', '124648.356000', '124648.359000', '124648.362000', '124648.364000', '124648.367000', '124648.369000', '124648.372000', '124648.375000', '124648.377000', '124648.380000', '124648.383000', '124648.417000', '124648.419000', '124648.422000', '124648.424000', '124648.435000', '124648.438000', '124648.440000', '124648.443000', '124648.446000', '124648.448000', '124648.451000', '124648.454000', '124648.456000', '124648.459000', '124648.461000', '124648.464000', '124648.467000', '124648.469000', '124648.472000', '124648.474000', '124648.478000', '124648.481000', '124648.483000', '124648.486000', '124648.489000', '124648.491000', '124648.494000', '124648.496000', '124648.499000', '124708.347000', '124708.350000', '124708.353000', '124708.356000', '124708.358000', '124708.361000', '124708.363000', '124708.366000', '124708.369000', '124708.371000', '124708.374000', '124708.376000', '124708.379000', '124708.382000', '124708.384000', '124708.387000', '124708.390000', '124708.392000', '124708.395000', '124708.397000', '124708.400000', '124708.403000', '124708.405000', '124708.408000', '124708.410000', '124708.413000', '124708.416000', '124708.418000', '124708.421000', '124708.424000', '124708.426000', '124708.429000', '124708.431000', '124708.434000', '124708.437000', '124708.439000', '124708.442000', '124708.454000', '124708.457000', '124708.459000', '124708.462000', '124708.464000', '124708.467000', '124708.470000', '124728.348000', '124728.350000', '124728.353000', '124728.356000', '124728.358000', '124728.361000', '124728.363000', '124728.366000', '124728.368000', '124728.371000', '124728.374000', '124728.376000', '124728.379000', '124728.382000', '124728.384000', '124728.387000', '124728.389000', '124728.392000', '124728.395000', '124728.397000', '124728.400000', '124728.403000', '124728.405000', '124728.408000', '124728.411000', '124728.413000', '124728.416000', '124728.418000', '124728.421000', '124728.424000', '124728.426000', '124728.429000', '124728.431000', '124728.434000', '124728.437000', '124728.439000', '124728.442000', '124728.444000', '124728.447000', '124728.450000', '124728.453000', '124728.455000', '124728.458000', '124748.348000', '124748.351000', '124748.354000', '124748.356000', '124748.359000', '124748.362000', '124748.364000', '124748.367000', '124748.369000', '124748.372000', '124748.375000', '124748.378000', '124748.381000', '124748.383000', '124748.386000', '124748.388000', '124748.391000', '124748.394000', '124748.396000', '124748.399000', '124748.402000', '124748.404000', '124748.407000', '124748.409000', '124748.412000', '124748.415000', '124748.417000', '124748.420000', '124748.422000', '124748.425000', '124748.428000', '124748.430000', '124748.433000', '124748.436000', '124748.438000', '124748.441000', '124748.443000', '124748.446000', '124748.448000', '124748.451000', '124748.454000', '124748.456000', '124748.459000', '124748.462000', '124808.348000', '124808.351000', '124808.354000', '124808.356000', '124808.359000', '124808.362000', '124808.365000', '124808.367000', '124808.370000', '124808.372000', '124808.375000', '124808.378000', '124808.380000', '124808.383000', '124808.385000', '124808.388000', '124808.391000', '124808.393000', '124808.396000', '124808.398000', '124808.401000', '124808.404000', '124808.406000', '124808.409000', '124808.411000', '124808.414000', '124808.417000', '124808.419000', '124808.422000', '124808.424000', '124808.427000', '124808.430000', '124808.432000', '124808.435000', '124808.438000', '124808.440000', '124808.443000', '124808.445000', '124808.448000', '124808.493000', '124808.495000', '124808.498000', '124808.501000', '124828.348000', '124828.351000', '124828.354000', '124828.356000', '124828.359000', '124828.362000', '124828.364000', '124828.367000', '124828.370000', '124828.372000', '124828.375000', '124828.378000', '124828.380000', '124828.383000', '124828.385000', '124828.388000', '124828.391000', '124828.394000', '124828.396000', '124828.399000', '124828.402000', '124828.404000', '124828.407000', '124828.409000', '124828.412000', '124828.415000', '124828.417000', '124828.420000', '124828.423000', '124828.425000', '124828.428000', '124828.431000', '124828.433000', '124828.436000', '124828.438000', '124828.441000', '124828.444000', '124828.446000', '124828.449000', '124828.451000', '124828.454000', '124828.457000', '124828.459000', '124828.462000', '124848.348000', '124848.351000', '124848.354000', '124848.356000', '124848.359000', '124848.362000', '124848.364000', '124848.367000', '124848.369000', '124848.372000', '124848.375000', '124848.378000', '124848.380000', '124848.383000', '124848.385000', '124848.388000', '124848.390000', '124848.393000', '124848.396000', '124848.398000', '124848.401000', '124848.403000', '124848.406000', '124848.409000', '124848.411000', '124848.414000', '124848.416000', '124848.419000', '124848.422000', '124848.424000', '124848.436000', '124848.438000', '124848.441000', '124848.443000', '124848.446000', '124848.449000', '124848.451000', '124848.454000', '124848.456000', '124848.459000', '124848.462000', '124848.464000', '124848.467000', '124908.349000', '124908.351000', '124908.354000', '124908.357000', '124908.359000', '124908.362000', '124908.364000', '124908.367000', '124908.370000', '124908.372000', '124908.375000', '124908.378000', '124908.380000', '124908.383000', '124908.385000', '124908.388000', '124908.391000', '124908.393000', '124908.396000', '124908.398000', '124908.401000', '124908.404000', '124908.406000', '124908.409000', '124908.412000', '124908.414000', '124908.417000', '124908.419000', '124908.422000', '124908.424000', '124908.427000', '124908.430000', '124908.432000', '124908.435000', '124908.437000', '124908.440000', '124908.443000', '124908.445000', '124908.448000', '124908.451000', '124908.453000', '124908.457000', '124908.459000', '124908.462000', '124928.348000', '124928.350000', '124928.353000', '124928.356000', '124928.358000', '124928.361000', '124928.363000', '124928.366000', '124928.369000', '124928.371000', '124928.374000', '124928.376000', '124928.379000', '124928.382000', '124928.384000', '124928.387000', '124928.389000', '124928.392000', '124928.394000', '124928.397000', '124928.400000', '124928.402000', '124928.405000', '124928.407000', '124928.410000', '124928.413000', '124928.415000', '124928.418000', '124928.420000', '124928.423000', '124928.426000', '124928.428000', '124928.431000', '124928.433000', '124928.436000', '124928.439000', '124928.441000', '124928.444000', '124928.446000', '124928.449000', '124928.452000', '124928.470000', '124928.473000', '124948.347000', '124948.350000', '124948.353000', '124948.356000', '124948.358000', '124948.361000', '124948.364000', '124948.366000', '124948.369000', '124948.371000', '124948.374000', '124948.376000', '124948.379000', '124948.382000', '124948.384000', '124948.387000', '124948.389000', '124948.392000', '124948.395000', '124948.397000', '124948.400000', '124948.436000', '124948.439000', '124948.442000', '124948.444000', '124948.447000', '124948.449000', '124948.452000', '124948.455000', '124948.457000', '124948.460000', '124948.463000', '124948.465000', '124948.468000', '124948.470000', '124948.473000', '124948.476000', '124948.478000', '124948.481000', '124948.484000', '124948.486000', '124948.489000', '124948.492000', '124948.494000', '125008.348000', '125008.351000', '125008.354000', '125008.357000', '125008.359000', '125008.362000', '125008.377000', '125008.379000', '125008.382000', '125008.385000', '125008.387000', '125008.390000', '125008.393000', '125008.395000', '125008.398000', '125008.400000', '125008.403000', '125008.405000', '125008.408000', '125008.411000', '125008.413000', '125008.418000', '125008.420000', '125008.423000', '125008.426000', '125008.428000', '125008.431000', '125008.433000', '125008.436000', '125008.439000', '125008.441000', '125008.444000', '125008.447000', '125008.449000', '125008.452000', '125008.455000', '125008.457000', '125008.460000', '125008.462000', '125008.465000', '125008.468000', '125008.470000', '125008.473000', '125028.349000', '125028.351000', '125028.354000', '125028.357000', '125028.360000', '125028.363000', '125028.365000', '125028.368000', '125028.371000', '125028.373000', '125028.376000', '125028.378000', '125028.388000', '125028.391000', '125028.394000', '125028.396000', '125028.399000', '125028.401000', '125028.404000', '125028.407000', '125028.409000', '125028.412000', '125028.415000', '125028.417000', '125028.420000', '125028.422000', '125028.425000', '125028.428000', '125028.430000', '125028.433000', '125028.435000', '125028.438000', '125028.441000', '125028.443000', '125028.446000', '125028.449000', '125028.451000', '125028.454000', '125028.456000', '125028.459000', '125028.462000', '125028.464000', '125028.467000', '125028.469000', '125048.349000', '125048.351000', '125048.354000', '125048.357000', '125048.359000', '125048.362000', '125048.364000', '125048.367000', '125048.370000', '125048.372000', '125048.375000', '125048.377000', '125048.380000', '125048.383000', '125048.385000', '125048.388000', '125048.391000', '125048.393000', '125048.396000', '125048.398000', '125048.401000', '125048.404000', '125048.406000', '125048.409000', '125048.411000', '125048.414000', '125048.416000', '125048.419000', '125048.422000', '125048.424000', '125048.427000', '125048.430000', '125048.432000', '125048.435000', '125048.437000', '125048.440000', '125048.442000', '125048.445000', '125048.448000', '125048.450000', '125048.453000', '125048.456000', '125048.458000', '125108.349000', '125108.352000', '125108.354000', '125108.357000', '125108.360000', '125108.363000', '125108.365000', '125108.368000', '125108.370000', '125108.373000', '125108.375000', '125108.378000', '125108.381000', '125108.383000', '125108.386000', '125108.388000', '125108.391000', '125108.394000', '125108.396000', '125108.399000', '125108.401000', '125108.404000', '125108.407000', '125108.409000', '125108.412000', '125108.414000', '125108.417000', '125108.420000', '125108.423000', '125108.425000', '125108.428000', '125108.438000', '125108.441000', '125108.443000', '125108.446000', '125108.448000', '125108.451000', '125108.454000', '125108.456000', '125108.459000', '125108.462000', '125108.464000', '125108.467000', '125128.349000', '125128.351000', '125128.354000', '125128.357000', '125128.359000', '125128.362000', '125128.365000', '125128.367000', '125128.370000', '125128.372000', '125128.375000', '125128.377000', '125128.380000', '125128.383000', '125128.385000', '125128.388000', '125128.391000', '125128.393000', '125128.396000', '125128.399000', '125128.401000', '125128.404000', '125128.406000', '125128.409000', '125128.412000', '125128.414000', '125128.417000', '125128.419000', '125128.422000', '125128.425000', '125128.427000', '125128.430000', '125128.433000', '125128.435000', '125128.438000', '125128.440000', '125128.443000', '125128.446000', '125128.448000', '125128.451000', '125128.454000', '125128.456000', '125128.459000', '125128.461000', '125148.348000', '125148.351000', '125148.354000', '125148.357000', '125148.360000', '125148.363000', '125148.373000', '125148.376000', '125148.378000', '125148.381000', '125148.384000', '125148.386000', '125148.389000', '125148.391000', '125148.394000', '125148.397000', '125148.400000', '125148.403000', '125148.405000', '125148.408000', '125148.411000', '125148.413000', '125148.416000', '125148.418000', '125148.421000', '125148.424000', '125148.426000', '125148.429000', '125148.432000', '125148.434000', '125148.437000', '125148.440000', '125148.442000', '125148.445000', '125148.447000', '125148.450000', '125148.453000', '125148.456000', '125148.458000', '125148.461000', '125148.463000', '125148.466000', '125148.469000', '125208.347000', '125208.350000', '125208.353000', '125208.356000', '125208.358000', '125208.361000', '125208.363000', '125208.366000', '125208.368000', '125208.371000', '125208.374000', '125208.376000', '125208.379000', '125208.381000', '125208.384000', '125208.387000', '125208.389000', '125208.392000', '125208.395000', '125208.397000', '125208.400000', '125208.403000', '125208.405000', '125208.408000', '125208.410000', '125208.413000', '125208.416000', '125208.418000', '125208.421000', '125208.424000', '125208.426000', '125208.429000', '125208.431000', '125208.434000', '125208.437000', '125208.439000', '125208.442000', '125208.445000', '125208.447000', '125208.450000', '125208.452000', '125208.455000', '125208.458000', '125208.460000', '125228.349000', '125228.352000', '125228.354000', '125228.357000', '125228.360000', '125228.362000', '125228.365000', '125228.368000', '125228.371000', '125228.374000', '125228.377000', '125228.379000', '125228.382000', '125228.385000', '125228.387000', '125228.390000', '125228.392000', '125228.395000', '125228.398000', '125228.400000', '125228.403000', '125228.405000', '125228.408000', '125228.410000', '125228.413000', '125228.416000', '125228.418000', '125228.421000', '125228.423000', '125228.426000', '125228.429000', '125228.431000', '125228.434000', '125228.437000', '125228.439000', '125228.442000', '125228.445000', '125228.447000', '125228.450000', '125228.452000', '125228.455000', '125228.458000', '125228.471000', '125248.349000', '125248.352000', '125248.354000', '125248.357000', '125248.359000', '125248.362000', '125248.364000', '125248.367000', '125248.370000', '125248.372000', '125248.375000', '125248.377000', '125248.380000', '125248.383000', '125248.385000', '125248.388000', '125248.390000', '125248.393000', '125248.396000', '125248.398000', '125248.401000', '125248.403000', '125248.406000', '125248.409000', '125248.411000', '125248.414000', '125248.416000', '125248.419000', '125248.422000', '125248.424000', '125248.427000', '125248.429000', '125248.432000', '125248.434000', '125248.437000', '125248.440000', '125248.442000', '125248.445000', '125248.447000', '125248.450000', '125248.460000', '125248.462000', '125248.465000', '125248.468000', '125254.142000', '125254.145000', '125254.148000', '125254.151000', '125254.153000', '125254.156000', '125254.158000', '125254.161000', '125254.164000', '125254.166000', '125254.169000', '125254.171000', '125254.174000'], 'InstanceCreationTime': ['124508.383000', '124508.387000', '124508.390000', '124508.393000', '124508.395000', '124508.398000', '124508.400000', '124508.403000', '124508.406000', '124508.408000', '124508.411000', '124508.414000', '124508.416000', '124508.419000', '124508.421000', '124508.424000', '124508.427000', '124508.429000', '124508.432000', '124508.434000', '124508.437000', '124508.439000', '124508.442000', '124508.445000', '124508.447000', '124508.450000', '124508.452000', '124508.464000', '124508.467000', '124508.469000', '124508.472000', '124508.475000', '124508.485000', '124508.487000', '124508.490000', '124508.492000', '124508.495000', '124508.498000', '124508.500000', '124508.503000', '124508.505000', '124508.508000', '124508.510000', '124508.513000', '124508.516000', '124508.518000', '124508.521000', '124508.523000', '124508.526000', '124508.529000', '124508.531000', '124508.534000', '124528.348000', '124528.351000', '124528.354000', '124528.357000', '124528.359000', '124528.362000', '124528.364000', '124528.367000', '124528.369000', '124528.372000', '124528.375000', '124528.378000', '124528.381000', '124528.384000', '124528.387000', '124528.389000', '124528.392000', '124528.394000', '124528.397000', '124528.399000', '124528.402000', '124528.404000', '124528.407000', '124528.410000', '124528.412000', '124528.415000', '124528.421000', '124528.423000', '124528.426000', '124528.429000', '124528.431000', '124528.434000', '124528.437000', '124528.440000', '124528.442000', '124528.445000', '124528.448000', '124528.450000', '124528.453000', '124528.455000', '124528.458000', '124528.461000', '124528.463000', '124548.348000', '124548.351000', '124548.354000', '124548.356000', '124548.359000', '124548.362000', '124548.364000', '124548.374000', '124548.377000', '124548.379000', '124548.382000', '124548.385000', '124548.387000', '124548.390000', '124548.392000', '124548.395000', '124548.398000', '124548.400000', '124548.403000', '124548.405000', '124548.408000', '124548.410000', '124548.413000', '124548.416000', '124548.418000', '124548.421000', '124548.432000', '124548.434000', '124548.437000', '124548.439000', '124548.442000', '124548.445000', '124548.447000', '124548.450000', '124548.452000', '124548.455000', '124548.457000', '124548.460000', '124548.463000', '124548.465000', '124548.468000', '124548.470000', '124548.473000', '124548.476000', '124608.349000', '124608.351000', '124608.354000', '124608.357000', '124608.359000', '124608.362000', '124608.365000', '124608.367000', '124608.370000', '124608.372000', '124608.375000', '124608.377000', '124608.380000', '124608.383000', '124608.385000', '124608.388000', '124608.391000', '124608.393000', '124608.396000', '124608.398000', '124608.402000', '124608.405000', '124608.408000', '124608.411000', '124608.414000', '124608.416000', '124608.419000', '124608.422000', '124608.424000', '124608.427000', '124608.429000', '124608.432000', '124608.435000', '124608.437000', '124608.440000', '124608.442000', '124608.445000', '124608.448000', '124608.450000', '124608.453000', '124608.455000', '124608.458000', '124608.460000', '124628.348000', '124628.351000', '124628.354000', '124628.357000', '124628.360000', '124628.362000', '124628.365000', '124628.367000', '124628.370000', '124628.373000', '124628.375000', '124628.378000', '124628.380000', '124628.383000', '124628.386000', '124628.388000', '124628.391000', '124628.393000', '124628.396000', '124628.398000', '124628.401000', '124628.404000', '124628.406000', '124628.409000', '124628.412000', '124628.414000', '124628.417000', '124628.419000', '124628.422000', '124628.425000', '124628.427000', '124628.430000', '124628.432000', '124628.435000', '124628.438000', '124628.440000', '124628.443000', '124628.445000', '124628.448000', '124628.451000', '124628.453000', '124628.456000', '124628.458000', '124628.461000', '124648.348000', '124648.351000', '124648.354000', '124648.356000', '124648.359000', '124648.362000', '124648.364000', '124648.367000', '124648.369000', '124648.372000', '124648.375000', '124648.377000', '124648.380000', '124648.383000', '124648.417000', '124648.419000', '124648.422000', '124648.424000', '124648.435000', '124648.438000', '124648.440000', '124648.443000', '124648.446000', '124648.448000', '124648.451000', '124648.454000', '124648.456000', '124648.459000', '124648.461000', '124648.464000', '124648.467000', '124648.469000', '124648.472000', '124648.474000', '124648.478000', '124648.481000', '124648.483000', '124648.486000', '124648.489000', '124648.491000', '124648.494000', '124648.496000', '124648.499000', '124708.347000', '124708.350000', '124708.353000', '124708.356000', '124708.358000', '124708.361000', '124708.363000', '124708.366000', '124708.369000', '124708.371000', '124708.374000', '124708.376000', '124708.379000', '124708.382000', '124708.384000', '124708.387000', '124708.390000', '124708.392000', '124708.395000', '124708.397000', '124708.400000', '124708.403000', '124708.405000', '124708.408000', '124708.410000', '124708.413000', '124708.416000', '124708.418000', '124708.421000', '124708.424000', '124708.426000', '124708.429000', '124708.431000', '124708.434000', '124708.437000', '124708.439000', '124708.442000', '124708.454000', '124708.457000', '124708.459000', '124708.462000', '124708.464000', '124708.467000', '124708.470000', '124728.348000', '124728.350000', '124728.353000', '124728.356000', '124728.358000', '124728.361000', '124728.363000', '124728.366000', '124728.368000', '124728.371000', '124728.374000', '124728.376000', '124728.379000', '124728.382000', '124728.384000', '124728.387000', '124728.389000', '124728.392000', '124728.395000', '124728.397000', '124728.400000', '124728.403000', '124728.405000', '124728.408000', '124728.411000', '124728.413000', '124728.416000', '124728.418000', '124728.421000', '124728.424000', '124728.426000', '124728.429000', '124728.431000', '124728.434000', '124728.437000', '124728.439000', '124728.442000', '124728.444000', '124728.447000', '124728.450000', '124728.453000', '124728.455000', '124728.458000', '124748.348000', '124748.351000', '124748.354000', '124748.356000', '124748.359000', '124748.362000', '124748.364000', '124748.367000', '124748.369000', '124748.372000', '124748.375000', '124748.378000', '124748.381000', '124748.383000', '124748.386000', '124748.388000', '124748.391000', '124748.394000', '124748.396000', '124748.399000', '124748.402000', '124748.404000', '124748.407000', '124748.409000', '124748.412000', '124748.415000', '124748.417000', '124748.420000', '124748.422000', '124748.425000', '124748.428000', '124748.430000', '124748.433000', '124748.436000', '124748.438000', '124748.441000', '124748.443000', '124748.446000', '124748.448000', '124748.451000', '124748.454000', '124748.456000', '124748.459000', '124748.462000', '124808.348000', '124808.351000', '124808.354000', '124808.356000', '124808.359000', '124808.362000', '124808.365000', '124808.367000', '124808.370000', '124808.372000', '124808.375000', '124808.378000', '124808.380000', '124808.383000', '124808.385000', '124808.388000', '124808.391000', '124808.393000', '124808.396000', '124808.398000', '124808.401000', '124808.404000', '124808.406000', '124808.409000', '124808.411000', '124808.414000', '124808.417000', '124808.419000', '124808.422000', '124808.424000', '124808.427000', '124808.430000', '124808.432000', '124808.435000', '124808.438000', '124808.440000', '124808.443000', '124808.445000', '124808.448000', '124808.493000', '124808.495000', '124808.498000', '124808.501000', '124828.348000', '124828.351000', '124828.354000', '124828.356000', '124828.359000', '124828.362000', '124828.364000', '124828.367000', '124828.370000', '124828.372000', '124828.375000', '124828.378000', '124828.380000', '124828.383000', '124828.385000', '124828.388000', '124828.391000', '124828.394000', '124828.396000', '124828.399000', '124828.402000', '124828.404000', '124828.407000', '124828.409000', '124828.412000', '124828.415000', '124828.417000', '124828.420000', '124828.423000', '124828.425000', '124828.428000', '124828.431000', '124828.433000', '124828.436000', '124828.438000', '124828.441000', '124828.444000', '124828.446000', '124828.449000', '124828.451000', '124828.454000', '124828.457000', '124828.459000', '124828.462000', '124848.348000', '124848.351000', '124848.354000', '124848.356000', '124848.359000', '124848.362000', '124848.364000', '124848.367000', '124848.369000', '124848.372000', '124848.375000', '124848.378000', '124848.380000', '124848.383000', '124848.385000', '124848.388000', '124848.390000', '124848.393000', '124848.396000', '124848.398000', '124848.401000', '124848.403000', '124848.406000', '124848.409000', '124848.411000', '124848.414000', '124848.416000', '124848.419000', '124848.422000', '124848.424000', '124848.436000', '124848.438000', '124848.441000', '124848.443000', '124848.446000', '124848.449000', '124848.451000', '124848.454000', '124848.456000', '124848.459000', '124848.462000', '124848.464000', '124848.467000', '124908.349000', '124908.351000', '124908.354000', '124908.357000', '124908.359000', '124908.362000', '124908.364000', '124908.367000', '124908.370000', '124908.372000', '124908.375000', '124908.378000', '124908.380000', '124908.383000', '124908.385000', '124908.388000', '124908.391000', '124908.393000', '124908.396000', '124908.398000', '124908.401000', '124908.404000', '124908.406000', '124908.409000', '124908.412000', '124908.414000', '124908.417000', '124908.419000', '124908.422000', '124908.424000', '124908.427000', '124908.430000', '124908.432000', '124908.435000', '124908.437000', '124908.440000', '124908.443000', '124908.445000', '124908.448000', '124908.451000', '124908.453000', '124908.457000', '124908.459000', '124908.462000', '124928.348000', '124928.350000', '124928.353000', '124928.356000', '124928.358000', '124928.361000', '124928.363000', '124928.366000', '124928.369000', '124928.371000', '124928.374000', '124928.376000', '124928.379000', '124928.382000', '124928.384000', '124928.387000', '124928.389000', '124928.392000', '124928.394000', '124928.397000', '124928.400000', '124928.402000', '124928.405000', '124928.407000', '124928.410000', '124928.413000', '124928.415000', '124928.418000', '124928.420000', '124928.423000', '124928.426000', '124928.428000', '124928.431000', '124928.433000', '124928.436000', '124928.439000', '124928.441000', '124928.444000', '124928.446000', '124928.449000', '124928.452000', '124928.470000', '124928.473000', '124948.347000', '124948.350000', '124948.353000', '124948.356000', '124948.358000', '124948.361000', '124948.364000', '124948.366000', '124948.369000', '124948.371000', '124948.374000', '124948.376000', '124948.379000', '124948.382000', '124948.384000', '124948.387000', '124948.389000', '124948.392000', '124948.395000', '124948.397000', '124948.400000', '124948.436000', '124948.439000', '124948.442000', '124948.444000', '124948.447000', '124948.449000', '124948.452000', '124948.455000', '124948.457000', '124948.460000', '124948.463000', '124948.465000', '124948.468000', '124948.470000', '124948.473000', '124948.476000', '124948.478000', '124948.481000', '124948.484000', '124948.486000', '124948.489000', '124948.492000', '124948.494000', '125008.348000', '125008.351000', '125008.354000', '125008.357000', '125008.359000', '125008.362000', '125008.377000', '125008.379000', '125008.382000', '125008.385000', '125008.387000', '125008.390000', '125008.393000', '125008.395000', '125008.398000', '125008.400000', '125008.403000', '125008.405000', '125008.408000', '125008.411000', '125008.413000', '125008.418000', '125008.420000', '125008.423000', '125008.426000', '125008.428000', '125008.431000', '125008.433000', '125008.436000', '125008.439000', '125008.441000', '125008.444000', '125008.447000', '125008.449000', '125008.452000', '125008.455000', '125008.457000', '125008.460000', '125008.462000', '125008.465000', '125008.468000', '125008.470000', '125008.473000', '125028.349000', '125028.351000', '125028.354000', '125028.357000', '125028.360000', '125028.363000', '125028.365000', '125028.368000', '125028.371000', '125028.373000', '125028.376000', '125028.378000', '125028.388000', '125028.391000', '125028.394000', '125028.396000', '125028.399000', '125028.401000', '125028.404000', '125028.407000', '125028.409000', '125028.412000', '125028.415000', '125028.417000', '125028.420000', '125028.422000', '125028.425000', '125028.428000', '125028.430000', '125028.433000', '125028.435000', '125028.438000', '125028.441000', '125028.443000', '125028.446000', '125028.449000', '125028.451000', '125028.454000', '125028.456000', '125028.459000', '125028.462000', '125028.464000', '125028.467000', '125028.469000', '125048.349000', '125048.351000', '125048.354000', '125048.357000', '125048.359000', '125048.362000', '125048.364000', '125048.367000', '125048.370000', '125048.372000', '125048.375000', '125048.377000', '125048.380000', '125048.383000', '125048.385000', '125048.388000', '125048.391000', '125048.393000', '125048.396000', '125048.398000', '125048.401000', '125048.404000', '125048.406000', '125048.409000', '125048.411000', '125048.414000', '125048.416000', '125048.419000', '125048.422000', '125048.424000', '125048.427000', '125048.430000', '125048.432000', '125048.435000', '125048.437000', '125048.440000', '125048.442000', '125048.445000', '125048.448000', '125048.450000', '125048.453000', '125048.456000', '125048.458000', '125108.349000', '125108.352000', '125108.354000', '125108.357000', '125108.360000', '125108.363000', '125108.365000', '125108.368000', '125108.370000', '125108.373000', '125108.375000', '125108.378000', '125108.381000', '125108.383000', '125108.386000', '125108.388000', '125108.391000', '125108.394000', '125108.396000', '125108.399000', '125108.401000', '125108.404000', '125108.407000', '125108.409000', '125108.412000', '125108.414000', '125108.417000', '125108.420000', '125108.423000', '125108.425000', '125108.428000', '125108.438000', '125108.441000', '125108.443000', '125108.446000', '125108.448000', '125108.451000', '125108.454000', '125108.456000', '125108.459000', '125108.462000', '125108.464000', '125108.467000', '125128.349000', '125128.351000', '125128.354000', '125128.357000', '125128.359000', '125128.362000', '125128.365000', '125128.367000', '125128.370000', '125128.372000', '125128.375000', '125128.377000', '125128.380000', '125128.383000', '125128.385000', '125128.388000', '125128.391000', '125128.393000', '125128.396000', '125128.399000', '125128.401000', '125128.404000', '125128.406000', '125128.409000', '125128.412000', '125128.414000', '125128.417000', '125128.419000', '125128.422000', '125128.425000', '125128.427000', '125128.430000', '125128.433000', '125128.435000', '125128.438000', '125128.440000', '125128.443000', '125128.446000', '125128.448000', '125128.451000', '125128.454000', '125128.456000', '125128.459000', '125128.461000', '125148.348000', '125148.351000', '125148.354000', '125148.357000', '125148.360000', '125148.363000', '125148.373000', '125148.376000', '125148.378000', '125148.381000', '125148.384000', '125148.386000', '125148.389000', '125148.391000', '125148.394000', '125148.397000', '125148.400000', '125148.403000', '125148.405000', '125148.408000', '125148.411000', '125148.413000', '125148.416000', '125148.418000', '125148.421000', '125148.424000', '125148.426000', '125148.429000', '125148.432000', '125148.434000', '125148.437000', '125148.440000', '125148.442000', '125148.445000', '125148.447000', '125148.450000', '125148.453000', '125148.456000', '125148.458000', '125148.461000', '125148.463000', '125148.466000', '125148.469000', '125208.347000', '125208.350000', '125208.353000', '125208.356000', '125208.358000', '125208.361000', '125208.363000', '125208.366000', '125208.368000', '125208.371000', '125208.374000', '125208.376000', '125208.379000', '125208.381000', '125208.384000', '125208.387000', '125208.389000', '125208.392000', '125208.395000', '125208.397000', '125208.400000', '125208.403000', '125208.405000', '125208.408000', '125208.410000', '125208.413000', '125208.416000', '125208.418000', '125208.421000', '125208.424000', '125208.426000', '125208.429000', '125208.431000', '125208.434000', '125208.437000', '125208.439000', '125208.442000', '125208.445000', '125208.447000', '125208.450000', '125208.452000', '125208.455000', '125208.458000', '125208.460000', '125228.349000', '125228.352000', '125228.354000', '125228.357000', '125228.360000', '125228.362000', '125228.365000', '125228.368000', '125228.371000', '125228.374000', '125228.377000', '125228.379000', '125228.382000', '125228.385000', '125228.387000', '125228.390000', '125228.392000', '125228.395000', '125228.398000', '125228.400000', '125228.403000', '125228.405000', '125228.408000', '125228.410000', '125228.413000', '125228.416000', '125228.418000', '125228.421000', '125228.423000', '125228.426000', '125228.429000', '125228.431000', '125228.434000', '125228.437000', '125228.439000', '125228.442000', '125228.445000', '125228.447000', '125228.450000', '125228.452000', '125228.455000', '125228.458000', '125228.471000', '125248.349000', '125248.352000', '125248.354000', '125248.357000', '125248.359000', '125248.362000', '125248.364000', '125248.367000', '125248.370000', '125248.372000', '125248.375000', '125248.377000', '125248.380000', '125248.383000', '125248.385000', '125248.388000', '125248.390000', '125248.393000', '125248.396000', '125248.398000', '125248.401000', '125248.403000', '125248.406000', '125248.409000', '125248.411000', '125248.414000', '125248.416000', '125248.419000', '125248.422000', '125248.424000', '125248.427000', '125248.429000', '125248.432000', '125248.434000', '125248.437000', '125248.440000', '125248.442000', '125248.445000', '125248.447000', '125248.450000', '125248.460000', '125248.462000', '125248.465000', '125248.468000', '125254.142000', '125254.145000', '125254.148000', '125254.151000', '125254.153000', '125254.156000', '125254.158000', '125254.161000', '125254.164000', '125254.166000', '125254.169000', '125254.171000', '125254.174000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [8573, 10870, 7918, 10224, 8935, 11035, 7892, 10123, 7309, 11104, 9603, 11902, 8522, 11531, 8667, 12195, 8602, 12510, 8726, 11446, 8069, 11124, 7656, 9586, 13299, 7922, 11025, 8263, 9839, 7741, 9110, 12938, 7382, 10554, 11415, 8746, 12302, 8222, 11955, 11967, 8346, 11615, 12273, 8366, 11438, 8418, 11771, 12616, 8048, 11841, 12270, 8735, 10550, 9102, 8851, 12957, 9254, 9388, 13393, 8190, 9908, 13246, 8366, 12275, 10557, 8909, 12538, 8010, 9723, 13005, 7517, 11530, 12908, 8567, 10452, 13218, 8117, 11358, 12977, 8655, 12107, 10495, 8960, 12500, 8019, 12240, 13358, 8077, 12283, 14723, 9555, 12312, 9099, 10033, 12271, 11087, 9273, 12262, 9230, 9193, 14929, 7926, 11703, 10816, 8169, 12014, 10791, 8618, 11952, 7484, 11465, 11407, 7618, 11327, 11431, 7735, 10842, 11269, 7767, 11531, 10793, 7992, 11826, 7931, 8524, 12403, 7355, 10578, 12691, 7922, 11920, 7323, 9673, 13021, 7893, 12214, 10880, 8446, 12676, 8318, 11614, 11038, 8558, 13149, 8058, 10208, 12404, 8465, 11904, 10051, 8761, 12708, 9365, 8952, 12449, 8469, 9483, 15212, 8014, 11954, 9194, 8046, 12384, 8395, 9546, 7310, 9894, 7274, 10544, 12666, 8497, 10032, 12173, 8728, 11475, 7601, 11526, 9317, 8404, 12874, 10828, 9146, 13620, 8145, 11971, 7758, 8814, 12177, 7629, 11245, 8394, 8994, 9546, 8535, 12836, 7597, 9734, 12177, 9599, 9056, 14028, 7856, 10154, 11833, 7785, 10439, 11615, 8376, 10518, 7609, 11155, 10083, 7911, 11893, 8364, 8776, 11529, 8327, 11839, 7156, 9446, 12329, 8006, 11499, 10499, 8991, 12639, 7439, 10985, 12634, 7902, 11724, 12150, 9228, 13531, 8229, 12564, 8385, 12455, 7862, 12194, 8361, 10956, 7211, 10194, 7477, 12613, 13130, 13706, 11298, 7982, 10457, 12987, 7499, 11069, 8010, 10348, 7149, 11429, 11788, 8139, 11678, 12828, 8201, 11541, 8041, 9992, 7432, 11193, 7652, 11259, 6960, 10493, 12069, 12034, 12147, 7453, 11216, 12976, 7932, 11041, 13333, 8510, 11063, 7020, 9004, 10566, 7726, 11699, 7442, 9501, 10632, 8088, 11866, 11618, 8499, 12008, 8117, 8776, 10539, 8180, 11682, 7188, 8888, 11318, 7249, 10983, 7613, 9703, 6985, 9494, 8402, 9099, 11619, 8478, 12147, 8207, 11495, 7330, 11267, 6969, 8687, 12077, 8001, 11864, 7436, 10055, 7126, 9068, 11419, 8185, 11994, 7714, 10808, 8796, 12022, 10658, 8604, 12166, 7612, 10023, 8767, 8736, 12103, 7820, 11496, 7644, 11231, 7696, 9734, 8470, 12355, 11828, 8479, 12426, 13212, 8898, 12541, 9339, 9448, 12132, 8113, 12014, 8349, 8853, 12393, 8663, 9836, 8458, 8997, 12558, 7516, 10624, 12479, 8766, 10477, 7488, 9615, 12442, 8139, 11780, 7755, 10769, 8895, 12445, 12930, 8809, 12266, 12471, 8131, 11296, 13041, 9644, 10766, 7480, 8374, 12662, 7886, 10369, 12085, 8617, 11376, 7222, 9768, 11807, 8226, 11545, 9141, 8717, 12205, 8907, 10261, 8001, 8602, 12382, 8120, 10145, 12030, 8714, 11533, 7587, 10596, 11907, 8385, 11887, 8819, 8900, 11317, 8767, 11669, 7252, 11492, 12375, 7999, 11901, 13385, 8829, 11766, 7305, 9699, 11708, 7623, 9683, 12093, 8107, 10238, 9492, 9253, 11294, 7580, 10951, 7204, 8734, 11874, 8242, 11402, 7992, 9115, 7983, 8366, 12132, 7940, 9552, 10469, 9137, 10617, 9421, 7659, 10483, 12609, 7868, 10641, 12781, 9305, 10644, 10407, 9244, 11972, 12412, 8713, 12115, 10744, 8517, 12625, 9674, 11969, 9584, 13602, 10387, 7242, 10716, 8813, 12705, 11754, 13324, 8337, 13176, 15719, 9858, 11259, 13591, 9553, 7216, 10847, 15014, 9045, 11768, 9231, 11297, 9301, 11264, 7912, 10636, 7705, 10354, 9592, 12223, 9443, 9497, 11065, 9255, 11854, 8893, 10519, 9462, 11870, 10049, 9311, 13116, 7679, 10607, 8185, 10323, 8126, 11413, 8014, 10967, 8132, 11093, 8386, 11150, 7490, 9664, 11596, 9206, 12529, 9108, 10840, 10459, 9479, 13662, 8745, 11857, 7760, 9911, 10766, 9748, 6946, 10918, 13427, 8487, 11461, 9631, 7576, 10261, 7132, 12522, 10148, 10009, 10349, 10903, 9980, 12936, 9036, 13492, 11408, 11022, 10791, 11894, 10738, 14613, 10525, 14823, 11744, 14544, 12365, 9643, 15588, 9030, 12292, 8919, 11203, 8892, 11088, 8043, 10945, 7230, 10816, 8244, 11147, 8211, 11369, 8420, 12054, 9139, 11244, 8821, 12084, 12619, 9150, 12220, 7940, 10347, 7460, 10146, 7255, 9463, 11857, 9067, 12048, 8224, 11876, 7324, 10440, 7050, 10119, 10188, 9249, 11959, 7974, 11281, 7635, 9530, 8153, 11548, 13465, 7825, 10557, 12699, 7641, 10053, 12519, 8237, 10317, 7730, 10664, 8785, 8110, 11521, 7992, 8843, 12342, 8224, 10581, 7376, 9718, 13176, 8118, 8995, 12816, 8628, 9619, 13112, 8497, 11305, 12895, 7985, 10845, 13098, 8831, 10771, 7554, 10822, 7391, 10327, 12345, 8555, 9351, 12091, 9556, 8999, 12607, 7817, 9786, 12012, 10804, 8831, 13672, 9643, 10087, 13547, 8023, 10427, 12547, 8114, 10638, 9106, 8584, 11029, 7316, 9477, 11153, 8123, 10950, 8283, 9394, 9935, 8220, 11456, 12128, 8483, 11675, 13820, 8814, 10879, 7294, 8483, 11347, 7432, 8463, 11128, 7663, 9346, 9497, 8211, 10788, 7507, 10809, 7528, 8945, 7766, 10882, 11799, 7271, 10811, 13210, 7642, 10766, 11509, 8995, 11341, 7412, 10087, 14377, 9607, 12823, 8892, 10158, 8932, 13554, 16137, 13074, 12518, 9824, 10730, 13218, 8550, 11641, 12101, 9194, 11856, 7209, 11668, 9318, 8728, 13319, 8833, 8251, 10241, 13575, 7206, 11452, 14045, 8197, 11262, 10147, 9179, 13940, 8700, 13077, 8087, 12199, 8582, 10454, 7869, 12327, 13723, 12846, 10813, 14126, 14782, 8865, 12869, 10646, 8756, 12795, 7555, 10719, 13573, 8407, 11497, 8182, 8480, 12895, 7840, 11583, 13443, 8163, 11537, 8379, 8842, 12424, 7411, 10830, 13510, 8219, 10993, 9443, 8409, 11749, 7305, 11410, 12668, 7864, 11079, 12881, 9348, 10034, 9752, 8071, 12305, 6996, 10477, 13519, 8295, 11411, 7230, 11227, 13145, 8141, 11886, 14339, 9617, 11133, 7206, 9852, 12932, 8026, 11574, 7684, 11160, 7285, 10491, 7705, 9015, 10305, 8372, 12633, 8936, 11459, 8568, 11169, 15956, 8688, 12073, 8350, 10476, 9901, 8342, 12052, 8317, 11359, 8009, 10908, 8196, 11189, 11340, 8269, 12513, 8617, 8708, 12694, 8212, 10678, 7366, 9899, 12978, 7770, 10403, 12746, 7783, 9650, 12364, 7653, 9928, 12646, 7186, 9236, 12403, 7839, 9733, 12077, 7814, 11198, 7579, 8798, 12184, 8157, 10651, 6937, 9925, 13112, 7918, 10833, 12730, 9943, 10614, 14126, 8606, 10165, 12879, 8414, 9278, 12303, 8141, 9465, 8243, 8087, 12187, 7937, 10343, 8261, 8908, 7186, 10848, 12425, 8393, 9486, 12453, 12388, 8361, 11953, 9015, 8850, 12295, 8184, 11131, 7391, 8822, 10791, 8222, 12008, 8379, 11330, 7615, 9953, 8046, 11309, 12739, 8866, 10778, 13766, 9598, 9986, 7050, 10464, 11510, 8360, 12060, 9014, 11361, 9603, 7574, 10653, 7834, 10640, 13812, 13164, 9948, 7812, 11361, 7754, 12051, 8077, 11592, 12880, 10274, 11681, 11856, 10019, 11047, 14983, 14562, 11523, 15901, 10735, 10691, 7502, 9775, 7514, 9796, 7758, 11150, 7948, 9012, 7411, 12263, 8887, 9360, 7530, 11689, 7542, 8930, 7950, 11917, 13168, 12841, 9949, 14658, 8085, 11115, 7448, 10555, 9312, 11166, 7058, 9422, 9639, 9025, 12172, 8393, 11784, 8708, 10575, 9222, 11469, 8049, 11477, 7671, 11027, 7497, 9842, 8712, 11273, 13303, 8630, 12228, 8048, 11507, 6876, 9834, 8787, 11530, 7442, 8767, 10237, 8655, 10599, 8689, 11639, 8235, 11481, 7012, 9811, 12741], 'WindowCenter': [4245.0, 4258.0, 4215.0, 4231.0, 4221.0, 4240.0, 4199.0, 4217.0, 4188.0, 4239.0, 4232.0, 4250.0, 4224.0, 4252.0, 4236.0, 4266.0, 4238.0, 4277.0, 4251.0, 4282.0, 4243.0, 4273.0, 4230.0, 4261.0, 4291.0, 4239.0, 4272.0, 4240.0, 4262.0, 4243.0, 4253.0, 4293.0, 4228.0, 4272.0, 4282.0, 4251.0, 4283.0, 4252.0, 4286.0, 4284.0, 4242.0, 4284.0, 4280.0, 4243.0, 4284.0, 4254.0, 4296.0, 4295.0, 4254.0, 4296.0, 4285.0, 4255.0, 4275.0, 4263.0, 4267.0, 4297.0, 4264.0, 4267.0, 4307.0, 4256.0, 4278.0, 4308.0, 4269.0, 4308.0, 4286.0, 4267.0, 4310.0, 4255.0, 4276.0, 4296.0, 4245.0, 4288.0, 4296.0, 4253.0, 4274.0, 4294.0, 4242.0, 4283.0, 4295.0, 4252.0, 4296.0, 4274.0, 4265.0, 4295.0, 4255.0, 4296.0, 4306.0, 4255.0, 4296.0, 4300.0, 4262.0, 4283.0, 4249.0, 4263.0, 4284.0, 4269.0, 4250.0, 4282.0, 4249.0, 4249.0, 4300.0, 4239.0, 4281.0, 4257.0, 4237.0, 4281.0, 4258.0, 4237.0, 4267.0, 4226.0, 4271.0, 4269.0, 4227.0, 4268.0, 4268.0, 4226.0, 4270.0, 4268.0, 4229.0, 4270.0, 4258.0, 4238.0, 4281.0, 4239.0, 4249.0, 4280.0, 4240.0, 4273.0, 4290.0, 4240.0, 4284.0, 4242.0, 4264.0, 4293.0, 4251.0, 4297.0, 4273.0, 4251.0, 4292.0, 4252.0, 4283.0, 4270.0, 4252.0, 4293.0, 4241.0, 4274.0, 4282.0, 4251.0, 4283.0, 4260.0, 4251.0, 4293.0, 4247.0, 4249.0, 4281.0, 4237.0, 4248.0, 4301.0, 4237.0, 4279.0, 4247.0, 4239.0, 4280.0, 4239.0, 4260.0, 4229.0, 4272.0, 4244.0, 4286.0, 4295.0, 4253.0, 4275.0, 4282.0, 4254.0, 4284.0, 4242.0, 4285.0, 4260.0, 4252.0, 4294.0, 4272.0, 4263.0, 4291.0, 4242.0, 4285.0, 4241.0, 4250.0, 4281.0, 4238.0, 4270.0, 4241.0, 4260.0, 4261.0, 4250.0, 4293.0, 4242.0, 4275.0, 4295.0, 4260.0, 4253.0, 4304.0, 4238.0, 4271.0, 4280.0, 4229.0, 4260.0, 4266.0, 4235.0, 4258.0, 4238.0, 4283.0, 4257.0, 4240.0, 4281.0, 4239.0, 4251.0, 4282.0, 4252.0, 4282.0, 4231.0, 4264.0, 4293.0, 4251.0, 4284.0, 4284.0, 4263.0, 4292.0, 4242.0, 4283.0, 4281.0, 4241.0, 4281.0, 4279.0, 4251.0, 4289.0, 4251.0, 4281.0, 4252.0, 4294.0, 4254.0, 4296.0, 4267.0, 4285.0, 4242.0, 4273.0, 4244.0, 4295.0, 4297.0, 4293.0, 4272.0, 4239.0, 4272.0, 4293.0, 4229.0, 4269.0, 4238.0, 4271.0, 4230.0, 4283.0, 4282.0, 4252.0, 4283.0, 4280.0, 4238.0, 4270.0, 4238.0, 4260.0, 4229.0, 4281.0, 4252.0, 4282.0, 4243.0, 4284.0, 4282.0, 4281.0, 4270.0, 4231.0, 4272.0, 4280.0, 4236.0, 4269.0, 4276.0, 4250.0, 4256.0, 4213.0, 4236.0, 4256.0, 4225.0, 4278.0, 4226.0, 4260.0, 4258.0, 4238.0, 4281.0, 4268.0, 4238.0, 4280.0, 4226.0, 4238.0, 4257.0, 4237.0, 4279.0, 4227.0, 4249.0, 4268.0, 4227.0, 4269.0, 4228.0, 4259.0, 4228.0, 4263.0, 4250.0, 4262.0, 4283.0, 4254.0, 4294.0, 4266.0, 4284.0, 4243.0, 4285.0, 4242.0, 4263.0, 4292.0, 4253.0, 4284.0, 4243.0, 4262.0, 4232.0, 4264.0, 4283.0, 4251.0, 4281.0, 4239.0, 4271.0, 4252.0, 4284.0, 4260.0, 4251.0, 4281.0, 4228.0, 4261.0, 4250.0, 4251.0, 4282.0, 4241.0, 4281.0, 4254.0, 4285.0, 4241.0, 4275.0, 4265.0, 4309.0, 4286.0, 4254.0, 4295.0, 4293.0, 4252.0, 4283.0, 4250.0, 4262.0, 4280.0, 4240.0, 4283.0, 4238.0, 4251.0, 4281.0, 4249.0, 4273.0, 4241.0, 4252.0, 4294.0, 4242.0, 4273.0, 4282.0, 4250.0, 4272.0, 4228.0, 4264.0, 4292.0, 4254.0, 4294.0, 4242.0, 4286.0, 4277.0, 4309.0, 4296.0, 4264.0, 4295.0, 4283.0, 4241.0, 4273.0, 4278.0, 4250.0, 4260.0, 4226.0, 4239.0, 4277.0, 4238.0, 4260.0, 4280.0, 4249.0, 4270.0, 4231.0, 4273.0, 4281.0, 4239.0, 4282.0, 4250.0, 4251.0, 4283.0, 4250.0, 4272.0, 4240.0, 4253.0, 4282.0, 4241.0, 4274.0, 4283.0, 4251.0, 4282.0, 4243.0, 4276.0, 4284.0, 4252.0, 4281.0, 4250.0, 4253.0, 4271.0, 4265.0, 4282.0, 4242.0, 4285.0, 4293.0, 4255.0, 4286.0, 4292.0, 4251.0, 4282.0, 4231.0, 4263.0, 4272.0, 4227.0, 4249.0, 4267.0, 4224.0, 4257.0, 4246.0, 4248.0, 4268.0, 4228.0, 4271.0, 4240.0, 4251.0, 4281.0, 4252.0, 4281.0, 4239.0, 4254.0, 4241.0, 4253.0, 4282.0, 4240.0, 4275.0, 4283.0, 4263.0, 4284.0, 4264.0, 4256.0, 4297.0, 4306.0, 4255.0, 4288.0, 4296.0, 4263.0, 4275.0, 4273.0, 4265.0, 4287.0, 4283.0, 4251.0, 4280.0, 4257.0, 4252.0, 4280.0, 4261.0, 4283.0, 4253.0, 4267.0, 4275.0, 4246.0, 4287.0, 4268.0, 4311.0, 4299.0, 4309.0, 4258.0, 4309.0, 4318.0, 4263.0, 4272.0, 4284.0, 4253.0, 4232.0, 4274.0, 4304.0, 4252.0, 4269.0, 4251.0, 4272.0, 4251.0, 4273.0, 4242.0, 4261.0, 4229.0, 4260.0, 4250.0, 4282.0, 4251.0, 4249.0, 4269.0, 4249.0, 4268.0, 4239.0, 4260.0, 4250.0, 4271.0, 4248.0, 4248.0, 4278.0, 4215.0, 4246.0, 4228.0, 4259.0, 4242.0, 4282.0, 4255.0, 4274.0, 4255.0, 4285.0, 4258.0, 4286.0, 4245.0, 4279.0, 4288.0, 4267.0, 4285.0, 4254.0, 4275.0, 4262.0, 4264.0, 4292.0, 4254.0, 4282.0, 4229.0, 4261.0, 4270.0, 4251.0, 4232.0, 4287.0, 4304.0, 4251.0, 4282.0, 4261.0, 4244.0, 4300.0, 4272.0, 4322.0, 4299.0, 4288.0, 4286.0, 4291.0, 4277.0, 4288.0, 4254.0, 4297.0, 4274.0, 4273.0, 4262.0, 4272.0, 4261.0, 4289.0, 4261.0, 4278.0, 4255.0, 4263.0, 4241.0, 4220.0, 4259.0, 4209.0, 4227.0, 4209.0, 4225.0, 4207.0, 4237.0, 4210.0, 4227.0, 4199.0, 4240.0, 4222.0, 4241.0, 4226.0, 4255.0, 4238.0, 4279.0, 4251.0, 4268.0, 4253.0, 4283.0, 4268.0, 4249.0, 4268.0, 4229.0, 4258.0, 4230.0, 4261.0, 4230.0, 4257.0, 4282.0, 4263.0, 4284.0, 4255.0, 4283.0, 4244.0, 4275.0, 4243.0, 4274.0, 4274.0, 4262.0, 4284.0, 4244.0, 4283.0, 4242.0, 4262.0, 4254.0, 4287.0, 4305.0, 4244.0, 4272.0, 4279.0, 4230.0, 4260.0, 4280.0, 4241.0, 4273.0, 4242.0, 4287.0, 4254.0, 4253.0, 4285.0, 4257.0, 4278.0, 4308.0, 4268.0, 4287.0, 4257.0, 4289.0, 4321.0, 4257.0, 4279.0, 4309.0, 4267.0, 4276.0, 4306.0, 4266.0, 4288.0, 4294.0, 4244.0, 4274.0, 4293.0, 4252.0, 4272.0, 4241.0, 4272.0, 4251.0, 4287.0, 4296.0, 4254.0, 4266.0, 4298.0, 4263.0, 4254.0, 4283.0, 4241.0, 4262.0, 4283.0, 4259.0, 4250.0, 4280.0, 4247.0, 4259.0, 4279.0, 4227.0, 4258.0, 4266.0, 4224.0, 4257.0, 4234.0, 4237.0, 4256.0, 4216.0, 4249.0, 4257.0, 4238.0, 4268.0, 4237.0, 4250.0, 4259.0, 4239.0, 4271.0, 4269.0, 4240.0, 4268.0, 4277.0, 4237.0, 4255.0, 4215.0, 4236.0, 4256.0, 4213.0, 4237.0, 4256.0, 4223.0, 4247.0, 4246.0, 4238.0, 4269.0, 4242.0, 4284.0, 4242.0, 4263.0, 4254.0, 4286.0, 4294.0, 4243.0, 4285.0, 4293.0, 4242.0, 4274.0, 4282.0, 4252.0, 4272.0, 4231.0, 4248.0, 4293.0, 4265.0, 4281.0, 4250.0, 4273.0, 4254.0, 4297.0, 4304.0, 4282.0, 4270.0, 4250.0, 4271.0, 4277.0, 4238.0, 4271.0, 4269.0, 4248.0, 4269.0, 4230.0, 4271.0, 4249.0, 4251.0, 4290.0, 4252.0, 4240.0, 4277.0, 4293.0, 4231.0, 4282.0, 4292.0, 4239.0, 4271.0, 4260.0, 4251.0, 4305.0, 4254.0, 4297.0, 4256.0, 4297.0, 4254.0, 4275.0, 4256.0, 4299.0, 4296.0, 4283.0, 4262.0, 4291.0, 4278.0, 4238.0, 4267.0, 4243.0, 4226.0, 4263.0, 4215.0, 4258.0, 4278.0, 4239.0, 4271.0, 4238.0, 4241.0, 4281.0, 4242.0, 4284.0, 4293.0, 4255.0, 4285.0, 4252.0, 4253.0, 4281.0, 4231.0, 4269.0, 4292.0, 4251.0, 4275.0, 4263.0, 4253.0, 4284.0, 4245.0, 4292.0, 4295.0, 4255.0, 4287.0, 4294.0, 4253.0, 4263.0, 4250.0, 4241.0, 4281.0, 4231.0, 4275.0, 4294.0, 4256.0, 4285.0, 4245.0, 4288.0, 4296.0, 4253.0, 4286.0, 4295.0, 4263.0, 4274.0, 4230.0, 4265.0, 4295.0, 4242.0, 4271.0, 4243.0, 4283.0, 4242.0, 4275.0, 4241.0, 4252.0, 4262.0, 4254.0, 4294.0, 4253.0, 4285.0, 4253.0, 4274.0, 4301.0, 4240.0, 4270.0, 4241.0, 4261.0, 4247.0, 4226.0, 4266.0, 4237.0, 4267.0, 4241.0, 4273.0, 4241.0, 4271.0, 4269.0, 4238.0, 4278.0, 4239.0, 4239.0, 4279.0, 4241.0, 4261.0, 4242.0, 4275.0, 4294.0, 4244.0, 4274.0, 4281.0, 4231.0, 4264.0, 4281.0, 4230.0, 4262.0, 4281.0, 4231.0, 4252.0, 4282.0, 4242.0, 4263.0, 4280.0, 4241.0, 4272.0, 4239.0, 4254.0, 4294.0, 4256.0, 4277.0, 4235.0, 4276.0, 4294.0, 4255.0, 4287.0, 4296.0, 4263.0, 4274.0, 4294.0, 4240.0, 4260.0, 4269.0, 4226.0, 4247.0, 4267.0, 4228.0, 4248.0, 4228.0, 4239.0, 4280.0, 4240.0, 4275.0, 4253.0, 4264.0, 4244.0, 4288.0, 4296.0, 4242.0, 4263.0, 4283.0, 4281.0, 4240.0, 4271.0, 4239.0, 4251.0, 4268.0, 4239.0, 4284.0, 4242.0, 4251.0, 4271.0, 4252.0, 4283.0, 4254.0, 4287.0, 4243.0, 4273.0, 4255.0, 4289.0, 4294.0, 4250.0, 4272.0, 4280.0, 4249.0, 4250.0, 4218.0, 4260.0, 4270.0, 4238.0, 4282.0, 4264.0, 4296.0, 4278.0, 4268.0, 4284.0, 4244.0, 4287.0, 4308.0, 4283.0, 4263.0, 4242.0, 4286.0, 4243.0, 4285.0, 4245.0, 4286.0, 4295.0, 4276.0, 4283.0, 4285.0, 4263.0, 4271.0, 4293.0, 4290.0, 4258.0, 4287.0, 4246.0, 4231.0, 4201.0, 4232.0, 4199.0, 4231.0, 4212.0, 4254.0, 4224.0, 4234.0, 4226.0, 4282.0, 4249.0, 4251.0, 4241.0, 4293.0, 4241.0, 4249.0, 4242.0, 4282.0, 4294.0, 4282.0, 4248.0, 4290.0, 4225.0, 4256.0, 4214.0, 4257.0, 4263.0, 4270.0, 4230.0, 4251.0, 4262.0, 4251.0, 4281.0, 4241.0, 4283.0, 4252.0, 4274.0, 4266.0, 4282.0, 4253.0, 4285.0, 4244.0, 4287.0, 4242.0, 4277.0, 4268.0, 4286.0, 4307.0, 4266.0, 4295.0, 4253.0, 4285.0, 4231.0, 4275.0, 4266.0, 4286.0, 4230.0, 4254.0, 4274.0, 4267.0, 4285.0, 4267.0, 4286.0, 4268.0, 4297.0, 4246.0, 4276.0, 4296.0], 'WindowWidth': [9424.0, 9429.0, 9364.0, 9380.0, 9368.0, 9390.0, 9333.0, 9355.0, 9317.0, 9388.0, 9383.0, 9405.0, 9378.0, 9413.0, 9395.0, 9435.0, 9401.0, 9452.0, 9424.0, 9466.0, 9418.0, 9458.0, 9395.0, 9438.0, 9476.0, 9405.0, 9451.0, 9406.0, 9439.0, 9419.0, 9430.0, 9482.0, 9394.0, 9454.0, 9467.0, 9427.0, 9470.0, 9429.0, 9479.0, 9472.0, 9415.0, 9474.0, 9462.0, 9415.0, 9472.0, 9435.0, 9495.0, 9489.0, 9434.0, 9494.0, 9477.0, 9437.0, 9463.0, 9444.0, 9455.0, 9495.0, 9447.0, 9455.0, 9511.0, 9439.0, 9471.0, 9514.0, 9463.0, 9515.0, 9481.0, 9458.0, 9519.0, 9437.0, 9468.0, 9494.0, 9425.0, 9485.0, 9495.0, 9430.0, 9462.0, 9490.0, 9417.0, 9474.0, 9492.0, 9431.0, 9493.0, 9461.0, 9451.0, 9492.0, 9439.0, 9497.0, 9510.0, 9438.0, 9494.0, 9495.0, 9442.0, 9472.0, 9420.0, 9443.0, 9476.0, 9445.0, 9421.0, 9468.0, 9417.0, 9419.0, 9490.0, 9408.0, 9465.0, 9428.0, 9402.0, 9465.0, 9430.0, 9401.0, 9441.0, 9387.0, 9451.0, 9446.0, 9390.0, 9445.0, 9445.0, 9388.0, 9449.0, 9444.0, 9392.0, 9450.0, 9430.0, 9403.0, 9465.0, 9405.0, 9422.0, 9464.0, 9411.0, 9457.0, 9478.0, 9413.0, 9475.0, 9415.0, 9449.0, 9486.0, 9430.0, 9495.0, 9457.0, 9428.0, 9485.0, 9429.0, 9473.0, 9453.0, 9429.0, 9487.0, 9413.0, 9461.0, 9473.0, 9426.0, 9471.0, 9437.0, 9427.0, 9485.0, 9416.0, 9422.0, 9469.0, 9403.0, 9419.0, 9492.0, 9402.0, 9461.0, 9415.0, 9406.0, 9464.0, 9407.0, 9436.0, 9395.0, 9457.0, 9424.0, 9483.0, 9495.0, 9433.0, 9464.0, 9473.0, 9435.0, 9473.0, 9418.0, 9479.0, 9441.0, 9432.0, 9490.0, 9455.0, 9444.0, 9483.0, 9417.0, 9478.0, 9413.0, 9425.0, 9465.0, 9408.0, 9453.0, 9413.0, 9439.0, 9441.0, 9427.0, 9487.0, 9417.0, 9464.0, 9492.0, 9438.0, 9432.0, 9503.0, 9405.0, 9452.0, 9463.0, 9393.0, 9436.0, 9441.0, 9399.0, 9430.0, 9405.0, 9470.0, 9431.0, 9411.0, 9468.0, 9408.0, 9428.0, 9469.0, 9429.0, 9470.0, 9402.0, 9448.0, 9485.0, 9430.0, 9476.0, 9478.0, 9446.0, 9484.0, 9418.0, 9473.0, 9468.0, 9413.0, 9467.0, 9462.0, 9426.0, 9476.0, 9427.0, 9468.0, 9431.0, 9487.0, 9436.0, 9495.0, 9459.0, 9480.0, 9419.0, 9461.0, 9423.0, 9494.0, 9503.0, 9486.0, 9455.0, 9407.0, 9455.0, 9488.0, 9393.0, 9447.0, 9404.0, 9454.0, 9401.0, 9473.0, 9473.0, 9431.0, 9471.0, 9466.0, 9405.0, 9449.0, 9404.0, 9435.0, 9395.0, 9466.0, 9432.0, 9471.0, 9421.0, 9477.0, 9474.0, 9467.0, 9448.0, 9398.0, 9457.0, 9465.0, 9400.0, 9445.0, 9453.0, 9421.0, 9425.0, 9364.0, 9399.0, 9425.0, 9385.0, 9459.0, 9387.0, 9437.0, 9432.0, 9407.0, 9467.0, 9445.0, 9403.0, 9466.0, 9386.0, 9402.0, 9428.0, 9402.0, 9461.0, 9389.0, 9420.0, 9446.0, 9389.0, 9447.0, 9392.0, 9432.0, 9393.0, 9445.0, 9427.0, 9445.0, 9474.0, 9436.0, 9489.0, 9454.0, 9475.0, 9421.0, 9477.0, 9418.0, 9448.0, 9484.0, 9433.0, 9476.0, 9420.0, 9443.0, 9403.0, 9448.0, 9471.0, 9428.0, 9467.0, 9410.0, 9454.0, 9430.0, 9476.0, 9435.0, 9426.0, 9465.0, 9392.0, 9438.0, 9421.0, 9426.0, 9466.0, 9414.0, 9467.0, 9436.0, 9478.0, 9417.0, 9465.0, 9455.0, 9515.0, 9480.0, 9434.0, 9492.0, 9485.0, 9429.0, 9472.0, 9422.0, 9439.0, 9464.0, 9412.0, 9472.0, 9406.0, 9425.0, 9468.0, 9421.0, 9460.0, 9412.0, 9429.0, 9487.0, 9416.0, 9460.0, 9470.0, 9425.0, 9456.0, 9394.0, 9448.0, 9483.0, 9435.0, 9489.0, 9419.0, 9480.0, 9473.0, 9518.0, 9496.0, 9449.0, 9492.0, 9474.0, 9413.0, 9456.0, 9461.0, 9421.0, 9433.0, 9385.0, 9407.0, 9456.0, 9405.0, 9438.0, 9464.0, 9423.0, 9451.0, 9399.0, 9458.0, 9466.0, 9409.0, 9469.0, 9422.0, 9425.0, 9470.0, 9423.0, 9455.0, 9412.0, 9430.0, 9470.0, 9414.0, 9462.0, 9471.0, 9427.0, 9469.0, 9419.0, 9465.0, 9474.0, 9429.0, 9469.0, 9422.0, 9430.0, 9454.0, 9451.0, 9470.0, 9418.0, 9477.0, 9488.0, 9437.0, 9480.0, 9483.0, 9425.0, 9468.0, 9399.0, 9444.0, 9453.0, 9388.0, 9417.0, 9442.0, 9381.0, 9428.0, 9411.0, 9416.0, 9441.0, 9391.0, 9452.0, 9410.0, 9428.0, 9467.0, 9429.0, 9467.0, 9408.0, 9431.0, 9412.0, 9431.0, 9470.0, 9409.0, 9463.0, 9472.0, 9447.0, 9477.0, 9450.0, 9440.0, 9500.0, 9512.0, 9440.0, 9485.0, 9495.0, 9445.0, 9463.0, 9455.0, 9447.0, 9486.0, 9471.0, 9424.0, 9463.0, 9425.0, 9426.0, 9464.0, 9442.0, 9470.0, 9424.0, 9435.0, 9463.0, 9423.0, 9481.0, 9459.0, 9520.0, 9501.0, 9511.0, 9444.0, 9516.0, 9525.0, 9440.0, 9452.0, 9468.0, 9428.0, 9401.0, 9460.0, 9501.0, 9425.0, 9443.0, 9423.0, 9451.0, 9424.0, 9455.0, 9412.0, 9434.0, 9388.0, 9432.0, 9421.0, 9466.0, 9421.0, 9419.0, 9442.0, 9416.0, 9440.0, 9402.0, 9433.0, 9419.0, 9450.0, 9416.0, 9414.0, 9453.0, 9364.0, 9407.0, 9386.0, 9430.0, 9413.0, 9468.0, 9435.0, 9460.0, 9436.0, 9477.0, 9443.0, 9481.0, 9424.0, 9472.0, 9481.0, 9450.0, 9474.0, 9430.0, 9461.0, 9439.0, 9442.0, 9481.0, 9431.0, 9466.0, 9390.0, 9435.0, 9446.0, 9421.0, 9399.0, 9481.0, 9502.0, 9424.0, 9466.0, 9440.0, 9419.0, 9509.0, 9476.0, 9543.0, 9506.0, 9490.0, 9484.0, 9494.0, 9467.0, 9480.0, 9428.0, 9492.0, 9456.0, 9454.0, 9437.0, 9451.0, 9434.0, 9472.0, 9433.0, 9454.0, 9416.0, 9429.0, 9391.0, 9359.0, 9412.0, 9341.0, 9365.0, 9343.0, 9362.0, 9343.0, 9382.0, 9349.0, 9370.0, 9334.0, 9389.0, 9371.0, 9395.0, 9380.0, 9419.0, 9403.0, 9458.0, 9422.0, 9445.0, 9431.0, 9470.0, 9442.0, 9415.0, 9442.0, 9390.0, 9428.0, 9393.0, 9438.0, 9396.0, 9433.0, 9469.0, 9445.0, 9473.0, 9437.0, 9473.0, 9421.0, 9462.0, 9418.0, 9460.0, 9459.0, 9441.0, 9473.0, 9420.0, 9472.0, 9414.0, 9441.0, 9432.0, 9480.0, 9509.0, 9419.0, 9453.0, 9459.0, 9393.0, 9435.0, 9462.0, 9410.0, 9454.0, 9418.0, 9482.0, 9434.0, 9434.0, 9478.0, 9442.0, 9473.0, 9513.0, 9460.0, 9485.0, 9446.0, 9492.0, 9538.0, 9445.0, 9476.0, 9516.0, 9455.0, 9467.0, 9509.0, 9455.0, 9485.0, 9490.0, 9419.0, 9461.0, 9486.0, 9428.0, 9456.0, 9414.0, 9455.0, 9431.0, 9484.0, 9495.0, 9433.0, 9453.0, 9499.0, 9443.0, 9433.0, 9471.0, 9413.0, 9442.0, 9472.0, 9432.0, 9421.0, 9463.0, 9412.0, 9432.0, 9459.0, 9383.0, 9426.0, 9437.0, 9378.0, 9424.0, 9391.0, 9397.0, 9423.0, 9369.0, 9416.0, 9425.0, 9401.0, 9444.0, 9400.0, 9420.0, 9432.0, 9406.0, 9452.0, 9443.0, 9404.0, 9443.0, 9451.0, 9396.0, 9420.0, 9365.0, 9396.0, 9424.0, 9363.0, 9398.0, 9423.0, 9376.0, 9413.0, 9409.0, 9402.0, 9448.0, 9417.0, 9475.0, 9416.0, 9445.0, 9437.0, 9483.0, 9490.0, 9420.0, 9476.0, 9485.0, 9412.0, 9459.0, 9468.0, 9427.0, 9453.0, 9398.0, 9412.0, 9482.0, 9447.0, 9464.0, 9422.0, 9456.0, 9432.0, 9497.0, 9500.0, 9463.0, 9446.0, 9418.0, 9448.0, 9454.0, 9400.0, 9448.0, 9443.0, 9414.0, 9442.0, 9393.0, 9448.0, 9416.0, 9425.0, 9475.0, 9425.0, 9409.0, 9464.0, 9484.0, 9396.0, 9466.0, 9479.0, 9405.0, 9450.0, 9434.0, 9425.0, 9502.0, 9434.0, 9492.0, 9441.0, 9495.0, 9431.0, 9461.0, 9436.0, 9499.0, 9496.0, 9467.0, 9436.0, 9479.0, 9451.0, 9398.0, 9438.0, 9398.0, 9377.0, 9428.0, 9366.0, 9429.0, 9454.0, 9404.0, 9449.0, 9401.0, 9409.0, 9462.0, 9413.0, 9472.0, 9483.0, 9434.0, 9474.0, 9426.0, 9429.0, 9464.0, 9397.0, 9448.0, 9480.0, 9426.0, 9460.0, 9442.0, 9430.0, 9473.0, 9424.0, 9487.0, 9490.0, 9436.0, 9481.0, 9488.0, 9427.0, 9440.0, 9419.0, 9411.0, 9463.0, 9399.0, 9463.0, 9487.0, 9438.0, 9477.0, 9424.0, 9484.0, 9492.0, 9432.0, 9479.0, 9488.0, 9440.0, 9455.0, 9392.0, 9446.0, 9490.0, 9415.0, 9449.0, 9418.0, 9471.0, 9414.0, 9462.0, 9410.0, 9427.0, 9440.0, 9431.0, 9487.0, 9430.0, 9476.0, 9427.0, 9458.0, 9490.0, 9406.0, 9447.0, 9411.0, 9435.0, 9410.0, 9383.0, 9436.0, 9399.0, 9440.0, 9408.0, 9456.0, 9412.0, 9453.0, 9442.0, 9401.0, 9456.0, 9401.0, 9405.0, 9460.0, 9410.0, 9436.0, 9415.0, 9465.0, 9487.0, 9418.0, 9459.0, 9466.0, 9397.0, 9444.0, 9466.0, 9394.0, 9440.0, 9466.0, 9397.0, 9427.0, 9468.0, 9411.0, 9442.0, 9461.0, 9409.0, 9453.0, 9407.0, 9433.0, 9488.0, 9440.0, 9467.0, 9410.0, 9466.0, 9488.0, 9434.0, 9483.0, 9493.0, 9441.0, 9460.0, 9484.0, 9406.0, 9435.0, 9446.0, 9381.0, 9412.0, 9438.0, 9386.0, 9414.0, 9385.0, 9404.0, 9461.0, 9410.0, 9461.0, 9431.0, 9448.0, 9422.0, 9485.0, 9495.0, 9413.0, 9444.0, 9472.0, 9460.0, 9406.0, 9451.0, 9401.0, 9420.0, 9443.0, 9404.0, 9474.0, 9416.0, 9426.0, 9450.0, 9428.0, 9472.0, 9435.0, 9482.0, 9420.0, 9457.0, 9437.0, 9487.0, 9491.0, 9422.0, 9453.0, 9464.0, 9417.0, 9420.0, 9374.0, 9435.0, 9447.0, 9403.0, 9471.0, 9448.0, 9497.0, 9474.0, 9465.0, 9477.0, 9422.0, 9484.0, 9515.0, 9468.0, 9441.0, 9412.0, 9478.0, 9416.0, 9475.0, 9422.0, 9479.0, 9492.0, 9468.0, 9469.0, 9475.0, 9442.0, 9453.0, 9489.0, 9473.0, 9426.0, 9468.0, 9406.0, 9379.0, 9336.0, 9380.0, 9336.0, 9381.0, 9359.0, 9418.0, 9377.0, 9392.0, 9385.0, 9468.0, 9418.0, 9421.0, 9409.0, 9485.0, 9413.0, 9421.0, 9413.0, 9470.0, 9490.0, 9463.0, 9414.0, 9473.0, 9379.0, 9422.0, 9367.0, 9426.0, 9442.0, 9450.0, 9396.0, 9423.0, 9438.0, 9424.0, 9464.0, 9410.0, 9468.0, 9428.0, 9460.0, 9452.0, 9467.0, 9430.0, 9474.0, 9420.0, 9479.0, 9414.0, 9470.0, 9458.0, 9480.0, 9508.0, 9454.0, 9489.0, 9432.0, 9475.0, 9399.0, 9461.0, 9454.0, 9475.0, 9395.0, 9434.0, 9460.0, 9454.0, 9479.0, 9454.0, 9479.0, 9459.0, 9495.0, 9427.0, 9464.0, 9490.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.002011004694835681</td></tr>
<tr><td colspan=3>aqi</td><td>0.04853562169014084</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.21789928312966</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2012260446804521</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9809582217951132</td></tr>
<tr><td colspan=3>efc</td><td>0.5125</td></tr>
<tr><td colspan=3>fber</td><td>4102.2168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11709506797372686</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.854460093896714</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4184028865276415</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3241557627696268</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6048529378954663</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3261999589178304</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115415</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019302891567349434</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0568726547062397</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.702481869753021</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>16.7599</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.0303</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.4985</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293425.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.7097</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6039</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.2647</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3489.6701</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1674.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>771.2902</td></tr>
<tr><td colspan=3>tsnr</td><td>31.13449554948602</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>