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

616 lines
No EOL
121 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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-03/func/sub-0128_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>f32771d8b5aa38b82936ecb59fd318ef</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>15:01:55.785000</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.997108, 0.0256377, 0.0715408, -0.0381308, 0.983083, 0.17915]</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.0858211</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>[4243, -7795, -7222, 389, -148, 18, 137, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>41e876cf-9c3a-4e26-9222-4ae0dc18363e||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.67516827583313, -0.10230211168527603, 0.17749133706092834, 110.60761260986328], [-0.06878416240215302, 2.6375389099121094, 0.48967039585113525, -111.131591796875], [0.19193875789642334, -0.48064523935317993, 2.6492865085601807, -52.28824234008789], [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': ['150155.785000', '150156.245000', '150156.705000', '150157.165000', '150157.625000', '150158.085000', '150158.545000', '150159.005000', '150159.465000', '150159.925000', '150200.385000', '150200.845000', '150201.305000', '150201.765000', '150202.225000', '150202.685000', '150203.145000', '150203.605000', '150204.065000', '150204.525000', '150204.985000', '150205.445000', '150205.905000', '150206.365000', '150206.825000', '150207.285000', '150207.745000', '150208.205000', '150208.665000', '150209.125000', '150209.585000', '150210.045000', '150210.505000', '150210.965000', '150211.425000', '150211.885000', '150212.345000', '150212.805000', '150213.265000', '150213.725000', '150214.185000', '150214.645000', '150215.105000', '150215.565000', '150216.025000', '150216.485000', '150216.945000', '150217.405000', '150217.865000', '150218.325000', '150218.785000', '150219.245000', '150219.705000', '150220.165000', '150220.625000', '150221.085000', '150221.545000', '150222.005000', '150222.465000', '150222.925000', '150223.385000', '150223.845000', '150224.305000', '150224.765000', '150225.225000', '150225.685000', '150226.145000', '150226.605000', '150227.065000', '150227.525000', '150227.985000', '150228.445000', '150228.905000', '150229.365000', '150229.825000', '150230.285000', '150230.745000', '150231.205000', '150231.665000', '150232.125000', '150232.585000', '150233.045000', '150233.505000', '150233.965000', '150234.425000', '150234.885000', '150235.345000', '150235.805000', '150236.265000', '150236.725000', '150237.185000', '150237.645000', '150238.105000', '150238.565000', '150239.025000', '150239.485000', '150239.945000', '150240.405000', '150240.865000', '150241.325000', '150241.785000', '150242.245000', '150242.705000', '150243.165000', '150243.625000', '150244.085000', '150244.545000', '150245.005000', '150245.465000', '150245.925000', '150246.385000', '150246.845000', '150247.305000', '150247.765000', '150248.225000', '150248.685000', '150249.145000', '150249.605000', '150250.065000', '150250.525000', '150250.985000', '150251.445000', '150251.905000', '150252.365000', '150252.825000', '150253.285000', '150253.745000', '150254.205000', '150254.665000', '150255.125000', '150255.585000', '150256.045000', '150256.505000', '150256.965000', '150257.425000', '150257.885000', '150258.345000', '150258.805000', '150259.265000', '150259.725000', '150300.185000', '150300.645000', '150301.105000', '150301.565000', '150302.025000', '150302.485000', '150302.945000', '150303.405000', '150303.865000', '150304.325000', '150304.785000', '150305.245000', '150305.705000', '150306.165000', '150306.625000', '150307.085000', '150307.545000', '150308.005000', '150308.465000', '150308.925000', '150309.385000', '150309.845000', '150310.305000', '150310.765000', '150311.225000', '150311.685000', '150312.145000', '150312.605000', '150313.065000', '150313.525000', '150313.985000', '150314.445000', '150314.905000', '150315.365000', '150315.825000', '150316.285000', '150316.745000', '150317.205000', '150317.665000', '150318.125000', '150318.585000', '150319.045000', '150319.505000', '150319.965000', '150320.425000', '150320.885000', '150321.345000', '150321.805000', '150322.265000', '150322.725000', '150323.185000', '150323.645000', '150324.105000', '150324.565000', '150325.025000', '150325.485000', '150325.945000', '150326.405000', '150326.865000', '150327.325000', '150327.785000', '150328.245000', '150328.705000', '150329.165000', '150329.625000', '150330.085000', '150330.545000', '150331.005000', '150331.465000', '150331.925000', '150332.385000', '150332.845000', '150333.305000', '150333.765000', '150334.225000', '150334.685000', '150335.145000', '150335.605000', '150336.065000', '150336.525000', '150336.985000', '150337.445000', '150337.905000', '150338.365000', '150338.825000', '150339.285000', '150339.745000', '150340.205000', '150340.665000', '150341.125000', '150341.585000', '150342.045000', '150342.505000', '150342.965000', '150343.425000', '150343.885000', '150344.345000', '150344.805000', '150345.265000', '150345.725000', '150346.185000', '150346.645000', '150347.105000', '150347.565000', '150348.025000', '150348.485000', '150348.945000', '150349.405000', '150349.865000', '150350.325000', '150350.785000', '150351.245000', '150351.705000', '150352.165000', '150352.625000', '150353.085000', '150353.545000', '150354.005000', '150354.465000', '150354.925000', '150355.385000', '150355.845000', '150356.305000', '150356.765000', '150357.225000', '150357.685000', '150358.145000', '150358.605000', '150359.065000', '150359.525000', '150359.985000', '150400.445000', '150400.905000', '150401.365000', '150401.825000', '150402.285000', '150402.745000', '150403.205000', '150403.665000', '150404.125000', '150404.585000', '150405.045000', '150405.505000', '150405.965000', '150406.425000', '150406.885000', '150407.345000', '150407.805000', '150408.265000', '150408.725000', '150409.185000', '150409.645000', '150410.105000', '150410.565000', '150411.025000', '150411.485000', '150411.945000', '150412.405000', '150412.865000', '150413.325000', '150413.785000', '150414.245000', '150414.705000', '150415.165000', '150415.625000', '150416.085000', '150416.545000', '150417.005000', '150417.465000', '150417.925000', '150418.385000', '150418.845000', '150419.305000', '150419.765000', '150420.225000', '150420.685000', '150421.145000', '150421.605000', '150422.065000', '150422.525000', '150422.985000', '150423.445000', '150423.905000', '150424.365000', '150424.825000', '150425.285000', '150425.745000', '150426.205000', '150426.665000', '150427.125000', '150427.585000', '150428.045000', '150428.505000', '150428.965000', '150429.425000', '150429.885000', '150430.345000', '150430.805000', '150431.265000', '150431.725000', '150432.185000', '150432.645000', '150433.105000', '150433.565000', '150434.025000', '150434.485000', '150434.945000', '150435.405000', '150435.865000', '150436.325000', '150436.785000', '150437.245000', '150437.705000', '150438.165000', '150438.625000', '150439.085000', '150439.545000', '150440.005000', '150440.465000', '150440.925000', '150441.385000', '150441.845000', '150442.305000', '150442.765000', '150443.225000', '150443.685000', '150444.145000', '150444.605000', '150445.065000', '150445.525000', '150445.985000', '150446.445000', '150446.905000', '150447.365000', '150447.825000', '150448.285000', '150448.745000', '150449.205000', '150449.665000', '150450.125000', '150450.585000', '150451.045000', '150451.505000', '150451.965000', '150452.425000', '150452.885000', '150453.345000', '150453.805000', '150454.265000', '150454.725000', '150455.185000', '150455.645000', '150456.105000', '150456.565000', '150457.025000', '150457.485000', '150457.945000', '150458.405000', '150458.865000', '150459.325000', '150459.785000', '150500.245000', '150500.705000', '150501.165000', '150501.625000', '150502.085000', '150502.545000', '150503.005000', '150503.465000', '150503.925000', '150504.385000', '150504.845000', '150505.305000', '150505.765000', '150506.225000', '150506.685000', '150507.145000', '150507.605000', '150508.065000', '150508.525000', '150508.985000', '150509.445000', '150509.905000', '150510.365000', '150510.825000', '150511.285000', '150511.745000', '150512.205000', '150512.665000', '150513.125000', '150513.585000', '150514.045000', '150514.505000', '150514.965000', '150515.425000', '150515.885000', '150516.345000', '150516.805000', '150517.265000', '150517.725000', '150518.185000', '150518.645000', '150519.105000', '150519.565000', '150520.025000', '150520.485000', '150520.945000', '150521.405000', '150521.865000', '150522.325000', '150522.785000', '150523.245000', '150523.705000', '150524.165000', '150524.625000', '150525.085000', '150525.545000', '150526.005000', '150526.465000', '150526.925000', '150527.385000', '150527.845000', '150528.305000', '150528.765000', '150529.225000', '150529.685000', '150530.145000', '150530.605000', '150531.065000', '150531.525000', '150531.985000', '150532.445000', '150532.905000', '150533.365000', '150533.825000', '150534.285000', '150534.745000', '150535.205000', '150535.665000', '150536.125000', '150536.585000', '150537.045000', '150537.505000', '150537.965000', '150538.425000', '150538.885000', '150539.345000', '150539.805000', '150540.265000', '150540.725000', '150541.185000', '150541.645000', '150542.105000', '150542.565000', '150543.025000', '150543.485000', '150543.945000', '150544.405000', '150544.865000', '150545.325000', '150545.785000', '150546.245000', '150546.705000', '150547.165000', '150547.625000', '150548.085000', '150548.545000', '150549.005000', '150549.465000', '150549.925000', '150550.385000', '150550.845000', '150551.305000', '150551.765000', '150552.225000', '150552.685000', '150553.145000', '150553.605000', '150554.065000', '150554.525000', '150554.985000', '150555.445000', '150555.905000', '150556.365000', '150556.825000', '150557.285000', '150557.745000', '150558.205000', '150558.665000', '150559.125000', '150559.585000', '150600.045000', '150600.505000', '150600.965000', '150601.425000', '150601.885000', '150602.345000', '150602.805000', '150603.265000', '150603.725000', '150604.185000', '150604.645000', '150605.105000', '150605.565000', '150606.025000', '150606.485000', '150606.945000', '150607.405000', '150607.865000', '150608.325000', '150608.785000', '150609.245000', '150609.705000', '150610.165000', '150610.625000', '150611.085000', '150611.545000', '150612.005000', '150612.465000', '150612.925000', '150613.385000', '150613.845000', '150614.305000', '150614.765000', '150615.225000', '150615.685000', '150616.145000', '150616.605000', '150617.065000', '150617.525000', '150617.985000', '150618.445000', '150618.905000', '150619.365000', '150619.825000', '150620.285000', '150620.745000', '150621.205000', '150621.665000', '150622.125000', '150622.585000', '150623.045000', '150623.505000', '150623.965000', '150624.425000', '150624.885000', '150625.345000', '150625.805000', '150626.265000', '150626.725000', '150627.185000', '150627.645000', '150628.105000', '150628.565000', '150629.025000', '150629.485000', '150629.945000', '150630.405000', '150630.865000', '150631.325000', '150631.785000', '150632.245000', '150632.705000', '150633.165000', '150633.625000', '150634.085000', '150634.545000', '150635.005000', '150635.465000', '150635.925000', '150636.385000', '150636.845000', '150637.305000', '150637.765000', '150638.225000', '150638.685000', '150639.145000', '150639.605000', '150640.065000', '150640.525000', '150640.985000', '150641.445000', '150641.905000', '150642.365000', '150642.825000', '150643.285000', '150643.745000', '150644.205000', '150644.665000', '150645.125000', '150645.585000', '150646.045000', '150646.505000', '150646.965000', '150647.425000', '150647.885000', '150648.345000', '150648.805000', '150649.265000', '150649.725000', '150650.185000', '150650.645000', '150651.105000', '150651.565000', '150652.025000', '150652.485000', '150652.945000', '150653.405000', '150653.865000', '150654.325000', '150654.785000', '150655.245000', '150655.705000', '150656.165000', '150656.625000', '150657.085000', '150657.545000', '150658.005000', '150658.465000', '150658.925000', '150659.385000', '150659.845000', '150700.305000', '150700.765000', '150701.225000', '150701.685000', '150702.145000', '150702.605000', '150703.065000', '150703.525000', '150703.985000', '150704.445000', '150704.905000', '150705.365000', '150705.825000', '150706.285000', '150706.745000', '150707.205000', '150707.665000', '150708.125000', '150708.585000', '150709.045000', '150709.505000', '150709.965000', '150710.425000', '150710.885000', '150711.345000', '150711.805000', '150712.265000', '150712.725000', '150713.185000', '150713.645000', '150714.105000', '150714.565000', '150715.025000', '150715.485000', '150715.945000', '150716.405000', '150716.865000', '150717.325000', '150717.785000', '150718.245000', '150718.705000', '150719.165000', '150719.625000', '150720.085000', '150720.545000', '150721.005000', '150721.465000', '150721.925000', '150722.385000', '150722.845000', '150723.305000', '150723.765000', '150724.225000', '150724.685000', '150725.145000', '150725.605000', '150726.065000', '150726.525000', '150726.985000', '150727.445000', '150727.905000', '150728.365000', '150728.825000', '150729.285000', '150729.745000', '150730.205000', '150730.665000', '150731.125000', '150731.585000', '150732.045000', '150732.505000', '150732.965000', '150733.425000', '150733.885000', '150734.345000', '150734.805000', '150735.265000', '150735.725000', '150736.185000', '150736.645000', '150737.105000', '150737.565000', '150738.025000', '150738.485000', '150738.945000', '150739.405000', '150739.865000', '150740.325000', '150740.785000', '150741.245000', '150741.705000', '150742.165000', '150742.625000', '150743.085000', '150743.545000', '150744.005000', '150744.465000', '150744.925000', '150745.385000', '150745.845000', '150746.305000', '150746.765000', '150747.225000', '150747.685000', '150748.145000', '150748.605000', '150749.065000', '150749.525000', '150749.985000', '150750.445000', '150750.905000', '150751.365000', '150751.825000', '150752.285000', '150752.745000', '150753.205000', '150753.665000', '150754.125000', '150754.585000', '150755.045000', '150755.505000', '150755.965000', '150756.425000', '150756.885000', '150757.345000', '150757.805000', '150758.265000', '150758.725000', '150759.185000', '150759.645000', '150800.105000', '150800.565000', '150801.025000', '150801.485000', '150801.945000', '150802.405000', '150802.865000', '150803.325000', '150803.785000', '150804.245000', '150804.705000', '150805.165000', '150805.625000', '150806.085000', '150806.545000', '150807.005000', '150807.465000', '150807.925000', '150808.385000', '150808.845000', '150809.305000', '150809.765000', '150810.225000', '150810.685000', '150811.145000', '150811.605000', '150812.065000', '150812.525000', '150812.985000', '150813.445000', '150813.905000', '150814.365000', '150814.825000', '150815.285000', '150815.745000', '150816.205000', '150816.665000', '150817.125000', '150817.585000', '150818.045000', '150818.505000', '150818.965000', '150819.425000', '150819.885000', '150820.345000', '150820.805000', '150821.265000', '150821.725000', '150822.185000', '150822.645000', '150823.105000', '150823.565000', '150824.025000', '150824.485000', '150824.945000', '150825.405000', '150825.865000', '150826.325000', '150826.785000', '150827.245000', '150827.705000', '150828.165000', '150828.625000', '150829.085000', '150829.545000', '150830.005000', '150830.465000', '150830.925000', '150831.385000', '150831.845000', '150832.305000', '150832.765000', '150833.225000', '150833.685000', '150834.145000', '150834.605000', '150835.065000', '150835.525000', '150835.985000', '150836.445000', '150836.905000', '150837.365000', '150837.825000', '150838.285000', '150838.745000', '150839.205000', '150839.665000', '150840.125000', '150840.585000', '150841.045000', '150841.505000', '150841.965000', '150842.425000', '150842.885000', '150843.345000', '150843.805000', '150844.265000', '150844.725000', '150845.185000', '150845.645000', '150846.105000', '150846.565000', '150847.025000', '150847.485000', '150847.945000', '150848.405000', '150848.865000', '150849.325000', '150849.785000', '150850.245000', '150850.705000', '150851.165000', '150851.625000', '150852.085000', '150852.545000', '150853.005000', '150853.465000', '150853.925000', '150854.385000', '150854.845000', '150855.305000', '150855.765000', '150856.225000', '150856.685000', '150857.145000', '150857.605000', '150858.065000', '150858.525000', '150858.985000', '150859.445000', '150859.905000', '150900.365000', '150900.825000', '150901.285000', '150901.745000', '150902.205000', '150902.665000', '150903.125000', '150903.585000', '150904.045000', '150904.505000', '150904.965000', '150905.425000', '150905.885000', '150906.345000', '150906.805000', '150907.265000', '150907.725000', '150908.185000', '150908.645000', '150909.105000', '150909.565000', '150910.025000', '150910.485000', '150910.945000', '150911.405000', '150911.865000', '150912.325000', '150912.785000', '150913.245000', '150913.705000', '150914.165000', '150914.625000', '150915.085000', '150915.545000', '150916.005000', '150916.465000', '150916.925000', '150917.385000', '150917.845000', '150918.305000', '150918.765000', '150919.225000', '150919.685000', '150920.145000', '150920.605000', '150921.065000', '150921.525000', '150921.985000', '150922.445000', '150922.905000', '150923.365000', '150923.825000', '150924.285000', '150924.745000', '150925.205000', '150925.665000', '150926.125000', '150926.585000', '150927.045000', '150927.505000', '150927.965000', '150928.425000', '150928.885000', '150929.345000', '150929.805000', '150930.265000', '150930.725000', '150931.185000', '150931.645000', '150932.105000', '150932.565000', '150933.025000', '150933.485000', '150933.945000', '150934.405000', '150934.865000', '150935.325000', '150935.785000', '150936.245000', '150936.705000', '150937.165000', '150937.625000', '150938.085000', '150938.545000', '150939.005000', '150939.465000', '150939.925000', '150940.385000', '150940.845000', '150941.305000', '150941.765000', '150942.225000', '150942.685000', '150943.145000', '150943.605000', '150944.065000', '150944.525000', '150944.985000', '150945.445000', '150945.905000', '150946.365000', '150946.825000', '150947.285000', '150947.745000', '150948.205000', '150948.665000', '150949.125000', '150949.585000', '150950.045000', '150950.505000', '150950.965000', '150951.425000', '150951.885000', '150952.345000', '150952.805000', '150953.265000', '150953.725000', '150954.185000', '150954.645000', '150955.105000', '150955.565000', '150956.025000', '150956.485000', '150956.945000', '150957.405000', '150957.865000', '150958.325000', '150958.785000', '150959.245000', '150959.705000', '151000.165000', '151000.625000', '151001.085000', '151001.545000', '151002.005000', '151002.465000', '151002.925000', '151003.385000', '151003.845000', '151004.305000', '151004.765000', '151005.225000'], 'ContentTime': ['150224.792000', '150224.796000', '150224.798000', '150224.801000', '150224.804000', '150224.806000', '150224.809000', '150224.811000', '150224.814000', '150224.839000', '150224.853000', '150224.856000', '150224.858000', '150224.861000', '150224.864000', '150224.866000', '150224.869000', '150224.871000', '150224.874000', '150224.877000', '150224.879000', '150224.882000', '150224.884000', '150224.887000', '150224.889000', '150224.892000', '150224.894000', '150224.897000', '150224.900000', '150224.902000', '150224.905000', '150224.907000', '150224.910000', '150224.913000', '150224.915000', '150224.918000', '150224.920000', '150224.926000', '150224.929000', '150224.932000', '150224.934000', '150224.947000', '150224.950000', '150224.952000', '150224.955000', '150224.958000', '150224.960000', '150224.971000', '150224.973000', '150224.976000', '150224.979000', '150224.981000', '150224.984000', '150224.986000', '150224.989000', '150224.991000', '150224.994000', '150224.997000', '150225.000000', '150225.003000', '150225.005000', '150244.759000', '150244.762000', '150244.765000', '150244.767000', '150244.770000', '150244.773000', '150244.775000', '150244.778000', '150244.784000', '150244.787000', '150244.789000', '150244.792000', '150244.794000', '150244.797000', '150244.800000', '150244.802000', '150244.805000', '150244.807000', '150244.810000', '150244.812000', '150244.815000', '150244.818000', '150244.820000', '150244.823000', '150244.825000', '150244.828000', '150244.830000', '150244.833000', '150244.835000', '150244.838000', '150244.840000', '150244.843000', '150244.845000', '150244.848000', '150244.851000', '150244.853000', '150244.856000', '150244.858000', '150244.861000', '150244.863000', '150244.866000', '150244.869000', '150244.871000', '150304.759000', '150304.761000', '150304.764000', '150304.767000', '150304.769000', '150304.772000', '150304.775000', '150304.777000', '150304.780000', '150304.782000', '150304.785000', '150304.787000', '150304.790000', '150304.792000', '150304.795000', '150304.798000', '150304.800000', '150304.803000', '150304.805000', '150304.808000', '150304.810000', '150304.813000', '150304.816000', '150304.818000', '150304.821000', '150304.823000', '150304.826000', '150304.829000', '150304.832000', '150304.834000', '150304.837000', '150304.840000', '150304.842000', '150304.845000', '150304.848000', '150304.850000', '150304.853000', '150304.855000', '150304.858000', '150304.860000', '150304.863000', '150304.865000', '150304.868000', '150304.871000', '150324.758000', '150324.761000', '150324.764000', '150324.766000', '150324.769000', '150324.771000', '150324.774000', '150324.777000', '150324.779000', '150324.782000', '150324.784000', '150324.787000', '150324.789000', '150324.792000', '150324.794000', '150324.797000', '150324.800000', '150324.802000', '150324.805000', '150324.807000', '150324.810000', '150324.812000', '150324.815000', '150324.818000', '150324.820000', '150324.823000', '150324.825000', '150324.828000', '150324.830000', '150324.833000', '150324.836000', '150324.838000', '150324.841000', '150324.844000', '150324.846000', '150324.849000', '150324.851000', '150324.854000', '150324.857000', '150324.860000', '150324.863000', '150324.866000', '150324.868000', '150344.759000', '150344.762000', '150344.765000', '150344.771000', '150344.774000', '150344.777000', '150344.779000', '150344.782000', '150344.784000', '150344.787000', '150344.789000', '150344.792000', '150344.794000', '150344.797000', '150344.800000', '150344.802000', '150344.805000', '150344.807000', '150344.810000', '150344.813000', '150344.815000', '150344.818000', '150344.821000', '150344.823000', '150344.826000', '150344.828000', '150344.831000', '150344.833000', '150344.836000', '150344.838000', '150344.841000', '150344.844000', '150344.846000', '150344.849000', '150344.851000', '150344.854000', '150344.856000', '150344.859000', '150344.862000', '150344.864000', '150344.867000', '150344.869000', '150344.872000', '150344.874000', '150404.759000', '150404.762000', '150404.765000', '150404.767000', '150404.770000', '150404.772000', '150404.775000', '150404.777000', '150404.780000', '150404.783000', '150404.785000', '150404.788000', '150404.790000', '150404.793000', '150404.795000', '150404.798000', '150404.800000', '150404.803000', '150404.806000', '150404.819000', '150404.844000', '150404.846000', '150404.849000', '150404.851000', '150404.854000', '150404.857000', '150404.859000', '150404.862000', '150404.864000', '150404.867000', '150404.870000', '150404.872000', '150404.875000', '150404.877000', '150404.880000', '150404.883000', '150404.885000', '150404.888000', '150404.890000', '150404.893000', '150404.896000', '150404.898000', '150404.901000', '150424.759000', '150424.762000', '150424.765000', '150424.767000', '150424.770000', '150424.772000', '150424.775000', '150424.778000', '150424.780000', '150424.783000', '150424.785000', '150424.788000', '150424.790000', '150424.793000', '150424.795000', '150424.798000', '150424.801000', '150424.803000', '150424.806000', '150424.808000', '150424.811000', '150424.814000', '150424.850000', '150424.853000', '150424.855000', '150424.858000', '150424.860000', '150424.863000', '150424.866000', '150424.868000', '150424.871000', '150424.874000', '150424.876000', '150424.879000', '150424.881000', '150424.884000', '150424.886000', '150424.889000', '150424.891000', '150424.894000', '150424.897000', '150424.899000', '150424.902000', '150424.904000', '150444.759000', '150444.762000', '150444.765000', '150444.767000', '150444.770000', '150444.772000', '150444.775000', '150444.777000', '150444.780000', '150444.783000', '150444.785000', '150444.788000', '150444.790000', '150444.793000', '150444.795000', '150444.798000', '150444.801000', '150444.803000', '150444.806000', '150444.808000', '150444.811000', '150444.813000', '150444.849000', '150444.852000', '150444.855000', '150444.857000', '150444.860000', '150444.862000', '150444.865000', '150444.867000', '150444.870000', '150444.872000', '150444.875000', '150444.878000', '150444.880000', '150444.883000', '150444.885000', '150444.888000', '150444.891000', '150444.893000', '150444.896000', '150444.899000', '150444.902000', '150504.759000', '150504.762000', '150504.765000', '150504.767000', '150504.770000', '150504.773000', '150504.775000', '150504.778000', '150504.780000', '150504.783000', '150504.785000', '150504.788000', '150504.790000', '150504.793000', '150504.796000', '150504.798000', '150504.801000', '150504.803000', '150504.806000', '150504.809000', '150504.811000', '150504.814000', '150504.849000', '150504.852000', '150504.854000', '150504.857000', '150504.859000', '150504.862000', '150504.864000', '150504.867000', '150504.870000', '150504.872000', '150504.875000', '150504.878000', '150504.880000', '150504.883000', '150504.885000', '150504.888000', '150504.891000', '150504.893000', '150504.896000', '150504.898000', '150504.901000', '150504.903000', '150524.759000', '150524.761000', '150524.764000', '150524.767000', '150524.769000', '150524.772000', '150524.774000', '150524.777000', '150524.779000', '150524.782000', '150524.784000', '150524.787000', '150524.789000', '150524.792000', '150524.795000', '150524.797000', '150524.800000', '150524.802000', '150524.805000', '150524.808000', '150524.810000', '150524.813000', '150524.854000', '150524.856000', '150524.859000', '150524.861000', '150524.864000', '150524.867000', '150524.869000', '150524.872000', '150524.875000', '150524.877000', '150524.880000', '150524.882000', '150524.885000', '150524.887000', '150524.890000', '150524.892000', '150524.895000', '150524.897000', '150524.900000', '150524.903000', '150524.905000', '150544.759000', '150544.770000', '150544.773000', '150544.776000', '150544.778000', '150544.781000', '150544.783000', '150544.786000', '150544.788000', '150544.791000', '150544.793000', '150544.796000', '150544.799000', '150544.801000', '150544.804000', '150544.806000', '150544.809000', '150544.811000', '150544.814000', '150544.869000', '150544.871000', '150544.874000', '150544.876000', '150544.879000', '150544.882000', '150544.884000', '150544.887000', '150544.889000', '150544.892000', '150544.894000', '150544.897000', '150544.900000', '150544.902000', '150544.905000', '150544.907000', '150544.910000', '150544.912000', '150544.915000', '150544.918000', '150544.920000', '150544.923000', '150544.925000', '150544.928000', '150544.930000', '150604.759000', '150604.762000', '150604.765000', '150604.767000', '150604.770000', '150604.773000', '150604.775000', '150604.778000', '150604.780000', '150604.783000', '150604.785000', '150604.788000', '150604.790000', '150604.793000', '150604.796000', '150604.798000', '150604.801000', '150604.803000', '150604.806000', '150604.808000', '150604.811000', '150604.813000', '150604.876000', '150604.878000', '150604.881000', '150604.884000', '150604.886000', '150604.889000', '150604.891000', '150604.894000', '150604.896000', '150604.899000', '150604.902000', '150604.904000', '150604.907000', '150604.909000', '150604.912000', '150604.915000', '150604.917000', '150604.920000', '150604.923000', '150604.926000', '150604.929000', '150624.759000', '150624.762000', '150624.765000', '150624.767000', '150624.770000', '150624.772000', '150624.775000', '150624.778000', '150624.780000', '150624.783000', '150624.785000', '150624.788000', '150624.790000', '150624.793000', '150624.795000', '150624.798000', '150624.800000', '150624.803000', '150624.806000', '150624.808000', '150624.811000', '150624.813000', '150624.875000', '150624.878000', '150624.881000', '150624.883000', '150624.886000', '150624.888000', '150624.891000', '150624.894000', '150624.896000', '150624.899000', '150624.901000', '150624.904000', '150624.907000', '150624.909000', '150624.912000', '150624.914000', '150624.917000', '150624.919000', '150624.922000', '150624.928000', '150624.931000', '150624.934000', '150644.759000', '150644.762000', '150644.765000', '150644.767000', '150644.770000', '150644.773000', '150644.775000', '150644.778000', '150644.780000', '150644.783000', '150644.785000', '150644.788000', '150644.791000', '150644.793000', '150644.796000', '150644.798000', '150644.801000', '150644.803000', '150644.806000', '150644.808000', '150644.811000', '150644.814000', '150644.851000', '150644.854000', '150644.856000', '150644.859000', '150644.861000', '150644.864000', '150644.867000', '150644.869000', '150644.872000', '150644.875000', '150644.877000', '150644.880000', '150644.882000', '150644.885000', '150644.887000', '150644.890000', '150644.893000', '150644.895000', '150644.898000', '150644.900000', '150644.903000', '150704.759000', '150704.762000', '150704.765000', '150704.767000', '150704.770000', '150704.773000', '150704.775000', '150704.778000', '150704.780000', '150704.783000', '150704.785000', '150704.788000', '150704.791000', '150704.793000', '150704.796000', '150704.798000', '150704.801000', '150704.803000', '150704.806000', '150704.809000', '150704.811000', '150704.814000', '150704.856000', '150704.858000', '150704.861000', '150704.863000', '150704.877000', '150704.880000', '150704.883000', '150704.885000', '150704.888000', '150704.890000', '150704.893000', '150704.895000', '150704.898000', '150704.901000', '150704.903000', '150704.906000', '150704.908000', '150704.911000', '150704.913000', '150704.916000', '150704.919000', '150724.760000', '150724.762000', '150724.765000', '150724.767000', '150724.770000', '150724.773000', '150724.775000', '150724.778000', '150724.780000', '150724.783000', '150724.785000', '150724.790000', '150724.792000', '150724.795000', '150724.797000', '150724.800000', '150724.803000', '150724.805000', '150724.808000', '150724.810000', '150724.813000', '150724.815000', '150724.870000', '150724.873000', '150724.875000', '150724.878000', '150724.880000', '150724.883000', '150724.886000', '150724.888000', '150724.891000', '150724.893000', '150724.896000', '150724.898000', '150724.901000', '150724.903000', '150724.906000', '150724.909000', '150724.911000', '150724.914000', '150724.916000', '150724.919000', '150724.921000', '150724.924000', '150744.758000', '150744.761000', '150744.764000', '150744.766000', '150744.769000', '150744.772000', '150744.774000', '150744.777000', '150744.779000', '150744.782000', '150744.784000', '150744.787000', '150744.790000', '150744.793000', '150744.796000', '150744.798000', '150744.801000', '150744.804000', '150744.807000', '150744.810000', '150744.812000', '150744.883000', '150744.886000', '150744.888000', '150744.891000', '150744.893000', '150744.896000', '150744.898000', '150744.901000', '150744.903000', '150744.906000', '150744.908000', '150744.911000', '150744.914000', '150744.916000', '150744.919000', '150744.921000', '150744.924000', '150744.927000', '150744.929000', '150744.932000', '150744.934000', '150744.937000', '150804.759000', '150804.761000', '150804.764000', '150804.767000', '150804.769000', '150804.772000', '150804.775000', '150804.777000', '150804.780000', '150804.782000', '150804.785000', '150804.787000', '150804.790000', '150804.792000', '150804.795000', '150804.798000', '150804.800000', '150804.803000', '150804.805000', '150804.808000', '150804.810000', '150804.813000', '150804.872000', '150804.874000', '150804.877000', '150804.880000', '150804.882000', '150804.885000', '150804.887000', '150804.890000', '150804.892000', '150804.895000', '150804.897000', '150804.900000', '150804.902000', '150804.905000', '150804.908000', '150804.910000', '150804.913000', '150804.916000', '150804.918000', '150804.921000', '150804.923000', '150804.926000', '150824.760000', '150824.763000', '150824.766000', '150824.768000', '150824.771000', '150824.774000', '150824.776000', '150824.779000', '150824.781000', '150824.784000', '150824.787000', '150824.789000', '150824.794000', '150824.796000', '150824.799000', '150824.801000', '150824.804000', '150824.807000', '150824.809000', '150824.812000', '150824.815000', '150824.852000', '150824.855000', '150824.857000', '150824.860000', '150824.863000', '150824.865000', '150824.868000', '150824.870000', '150824.873000', '150824.875000', '150824.878000', '150824.880000', '150824.883000', '150824.886000', '150824.888000', '150824.891000', '150824.906000', '150824.908000', '150824.911000', '150824.914000', '150824.916000', '150824.919000', '150844.759000', '150844.763000', '150844.765000', '150844.768000', '150844.771000', '150844.773000', '150844.776000', '150844.779000', '150844.781000', '150844.784000', '150844.786000', '150844.789000', '150844.791000', '150844.794000', '150844.797000', '150844.799000', '150844.802000', '150844.804000', '150844.807000', '150844.810000', '150844.812000', '150844.815000', '150844.817000', '150844.820000', '150844.823000', '150844.825000', '150844.828000', '150844.831000', '150844.833000', '150844.836000', '150844.838000', '150844.841000', '150844.843000', '150844.846000', '150844.849000', '150844.851000', '150844.854000', '150844.857000', '150844.859000', '150844.862000', '150844.864000', '150844.867000', '150844.869000', '150844.872000', '150904.760000', '150904.762000', '150904.765000', '150904.767000', '150904.770000', '150904.773000', '150904.775000', '150904.778000', '150904.780000', '150904.783000', '150904.785000', '150904.788000', '150904.790000', '150904.793000', '150904.796000', '150904.798000', '150904.801000', '150904.804000', '150904.806000', '150904.809000', '150904.812000', '150904.815000', '150904.873000', '150904.875000', '150904.878000', '150904.880000', '150904.883000', '150904.885000', '150904.888000', '150904.891000', '150904.894000', '150904.896000', '150904.899000', '150904.901000', '150904.904000', '150904.906000', '150904.909000', '150904.912000', '150904.914000', '150904.917000', '150904.919000', '150904.922000', '150904.924000', '150924.760000', '150924.763000', '150924.765000', '150924.768000', '150924.770000', '150924.773000', '150924.775000', '150924.778000', '150924.781000', '150924.783000', '150924.786000', '150924.788000', '150924.791000', '150924.794000', '150924.796000', '150924.799000', '150924.801000', '150924.804000', '150924.806000', '150924.809000', '150924.812000', '150924.814000', '150924.880000', '150924.883000', '150924.885000', '150924.888000', '150924.890000', '150924.893000', '150924.896000', '150924.898000', '150924.901000', '150924.903000', '150924.906000', '150924.908000', '150924.911000', '150924.914000', '150924.916000', '150924.919000', '150924.921000', '150924.924000', '150924.927000', '150924.929000', '150924.932000', '150924.934000', '150944.760000', '150944.763000', '150944.765000', '150944.768000', '150944.770000', '150944.773000', '150944.776000', '150944.778000', '150944.781000', '150944.783000', '150944.786000', '150944.788000', '150944.791000', '150944.794000', '150944.796000', '150944.799000', '150944.801000', '150944.804000', '150944.806000', '150944.809000', '150944.812000', '150944.814000', '150944.817000', '150944.820000', '150944.822000', '150944.825000', '150944.827000', '150944.831000', '150944.833000', '150944.836000', '150944.838000', '150944.841000', '150944.844000', '150944.846000', '150944.876000', '150944.879000', '150944.881000', '150944.884000', '150944.887000', '150944.889000', '150944.893000', '150944.895000', '150944.898000', '151004.759000', '151004.761000', '151004.764000', '151004.767000', '151004.769000', '151004.772000', '151004.774000', '151004.777000', '151004.779000', '151004.782000', '151004.784000', '151004.787000', '151004.790000', '151004.792000', '151004.795000', '151004.797000', '151004.800000', '151004.802000', '151004.805000', '151004.808000', '151004.810000', '151004.813000', '151004.898000', '151004.900000', '151004.903000', '151004.906000', '151004.908000', '151004.911000', '151004.913000', '151004.916000', '151004.918000', '151004.921000', '151004.923000', '151004.926000', '151004.929000', '151004.931000', '151004.934000', '151004.936000', '151004.939000', '151004.942000', '151004.944000', '151004.947000', '151004.949000', '151004.952000', '151006.421000', '151006.423000', '151006.426000', '151006.429000'], 'InstanceCreationTime': ['150224.792000', '150224.796000', '150224.798000', '150224.801000', '150224.804000', '150224.806000', '150224.809000', '150224.811000', '150224.814000', '150224.839000', '150224.853000', '150224.856000', '150224.858000', '150224.861000', '150224.864000', '150224.866000', '150224.869000', '150224.871000', '150224.874000', '150224.877000', '150224.879000', '150224.882000', '150224.884000', '150224.887000', '150224.889000', '150224.892000', '150224.894000', '150224.897000', '150224.900000', '150224.902000', '150224.905000', '150224.907000', '150224.910000', '150224.913000', '150224.915000', '150224.918000', '150224.920000', '150224.926000', '150224.929000', '150224.932000', '150224.934000', '150224.947000', '150224.950000', '150224.952000', '150224.955000', '150224.958000', '150224.960000', '150224.971000', '150224.973000', '150224.976000', '150224.979000', '150224.981000', '150224.984000', '150224.986000', '150224.989000', '150224.991000', '150224.994000', '150224.997000', '150225.000000', '150225.003000', '150225.005000', '150244.759000', '150244.762000', '150244.765000', '150244.767000', '150244.770000', '150244.773000', '150244.775000', '150244.778000', '150244.784000', '150244.787000', '150244.789000', '150244.792000', '150244.794000', '150244.797000', '150244.800000', '150244.802000', '150244.805000', '150244.807000', '150244.810000', '150244.812000', '150244.815000', '150244.818000', '150244.820000', '150244.823000', '150244.825000', '150244.828000', '150244.830000', '150244.833000', '150244.835000', '150244.838000', '150244.840000', '150244.843000', '150244.845000', '150244.848000', '150244.851000', '150244.853000', '150244.856000', '150244.858000', '150244.861000', '150244.863000', '150244.866000', '150244.869000', '150244.871000', '150304.759000', '150304.761000', '150304.764000', '150304.767000', '150304.769000', '150304.772000', '150304.775000', '150304.777000', '150304.780000', '150304.782000', '150304.785000', '150304.787000', '150304.790000', '150304.792000', '150304.795000', '150304.798000', '150304.800000', '150304.803000', '150304.805000', '150304.808000', '150304.810000', '150304.813000', '150304.816000', '150304.818000', '150304.821000', '150304.823000', '150304.826000', '150304.829000', '150304.832000', '150304.834000', '150304.837000', '150304.840000', '150304.842000', '150304.845000', '150304.848000', '150304.850000', '150304.853000', '150304.855000', '150304.858000', '150304.860000', '150304.863000', '150304.865000', '150304.868000', '150304.871000', '150324.758000', '150324.761000', '150324.764000', '150324.766000', '150324.769000', '150324.771000', '150324.774000', '150324.777000', '150324.779000', '150324.782000', '150324.784000', '150324.787000', '150324.789000', '150324.792000', '150324.794000', '150324.797000', '150324.800000', '150324.802000', '150324.805000', '150324.807000', '150324.810000', '150324.812000', '150324.815000', '150324.818000', '150324.820000', '150324.823000', '150324.825000', '150324.828000', '150324.830000', '150324.833000', '150324.836000', '150324.838000', '150324.841000', '150324.844000', '150324.846000', '150324.849000', '150324.851000', '150324.854000', '150324.857000', '150324.860000', '150324.863000', '150324.866000', '150324.868000', '150344.759000', '150344.762000', '150344.765000', '150344.771000', '150344.774000', '150344.777000', '150344.779000', '150344.782000', '150344.784000', '150344.787000', '150344.789000', '150344.792000', '150344.794000', '150344.797000', '150344.800000', '150344.802000', '150344.805000', '150344.807000', '150344.810000', '150344.813000', '150344.815000', '150344.818000', '150344.821000', '150344.823000', '150344.826000', '150344.828000', '150344.831000', '150344.833000', '150344.836000', '150344.838000', '150344.841000', '150344.844000', '150344.846000', '150344.849000', '150344.851000', '150344.854000', '150344.856000', '150344.859000', '150344.862000', '150344.864000', '150344.867000', '150344.869000', '150344.872000', '150344.874000', '150404.759000', '150404.762000', '150404.765000', '150404.767000', '150404.770000', '150404.772000', '150404.775000', '150404.777000', '150404.780000', '150404.783000', '150404.785000', '150404.788000', '150404.790000', '150404.793000', '150404.795000', '150404.798000', '150404.800000', '150404.803000', '150404.806000', '150404.819000', '150404.844000', '150404.846000', '150404.849000', '150404.851000', '150404.854000', '150404.857000', '150404.859000', '150404.862000', '150404.864000', '150404.867000', '150404.870000', '150404.872000', '150404.875000', '150404.877000', '150404.880000', '150404.883000', '150404.885000', '150404.888000', '150404.890000', '150404.893000', '150404.896000', '150404.898000', '150404.901000', '150424.759000', '150424.762000', '150424.765000', '150424.767000', '150424.770000', '150424.772000', '150424.775000', '150424.778000', '150424.780000', '150424.783000', '150424.785000', '150424.788000', '150424.790000', '150424.793000', '150424.795000', '150424.798000', '150424.801000', '150424.803000', '150424.806000', '150424.808000', '150424.811000', '150424.814000', '150424.850000', '150424.853000', '150424.855000', '150424.858000', '150424.860000', '150424.863000', '150424.866000', '150424.868000', '150424.871000', '150424.874000', '150424.876000', '150424.879000', '150424.881000', '150424.884000', '150424.886000', '150424.889000', '150424.891000', '150424.894000', '150424.897000', '150424.899000', '150424.902000', '150424.904000', '150444.759000', '150444.762000', '150444.765000', '150444.767000', '150444.770000', '150444.772000', '150444.775000', '150444.777000', '150444.780000', '150444.783000', '150444.785000', '150444.788000', '150444.790000', '150444.793000', '150444.795000', '150444.798000', '150444.801000', '150444.803000', '150444.806000', '150444.808000', '150444.811000', '150444.813000', '150444.849000', '150444.852000', '150444.855000', '150444.857000', '150444.860000', '150444.862000', '150444.865000', '150444.867000', '150444.870000', '150444.872000', '150444.875000', '150444.878000', '150444.880000', '150444.883000', '150444.885000', '150444.888000', '150444.891000', '150444.893000', '150444.896000', '150444.899000', '150444.902000', '150504.759000', '150504.762000', '150504.765000', '150504.767000', '150504.770000', '150504.773000', '150504.775000', '150504.778000', '150504.780000', '150504.783000', '150504.785000', '150504.788000', '150504.790000', '150504.793000', '150504.796000', '150504.798000', '150504.801000', '150504.803000', '150504.806000', '150504.809000', '150504.811000', '150504.814000', '150504.849000', '150504.852000', '150504.854000', '150504.857000', '150504.859000', '150504.862000', '150504.864000', '150504.867000', '150504.870000', '150504.872000', '150504.875000', '150504.878000', '150504.880000', '150504.883000', '150504.885000', '150504.888000', '150504.891000', '150504.893000', '150504.896000', '150504.898000', '150504.901000', '150504.903000', '150524.759000', '150524.761000', '150524.764000', '150524.767000', '150524.769000', '150524.772000', '150524.774000', '150524.777000', '150524.779000', '150524.782000', '150524.784000', '150524.787000', '150524.789000', '150524.792000', '150524.795000', '150524.797000', '150524.800000', '150524.802000', '150524.805000', '150524.808000', '150524.810000', '150524.813000', '150524.854000', '150524.856000', '150524.859000', '150524.861000', '150524.864000', '150524.867000', '150524.869000', '150524.872000', '150524.875000', '150524.877000', '150524.880000', '150524.882000', '150524.885000', '150524.887000', '150524.890000', '150524.892000', '150524.895000', '150524.897000', '150524.900000', '150524.903000', '150524.905000', '150544.759000', '150544.770000', '150544.773000', '150544.776000', '150544.778000', '150544.781000', '150544.783000', '150544.786000', '150544.788000', '150544.791000', '150544.793000', '150544.796000', '150544.799000', '150544.801000', '150544.804000', '150544.806000', '150544.809000', '150544.811000', '150544.814000', '150544.869000', '150544.871000', '150544.874000', '150544.876000', '150544.879000', '150544.882000', '150544.884000', '150544.887000', '150544.889000', '150544.892000', '150544.894000', '150544.897000', '150544.900000', '150544.902000', '150544.905000', '150544.907000', '150544.910000', '150544.912000', '150544.915000', '150544.918000', '150544.920000', '150544.923000', '150544.925000', '150544.928000', '150544.930000', '150604.759000', '150604.762000', '150604.765000', '150604.767000', '150604.770000', '150604.773000', '150604.775000', '150604.778000', '150604.780000', '150604.783000', '150604.785000', '150604.788000', '150604.790000', '150604.793000', '150604.796000', '150604.798000', '150604.801000', '150604.803000', '150604.806000', '150604.808000', '150604.811000', '150604.813000', '150604.876000', '150604.878000', '150604.881000', '150604.884000', '150604.886000', '150604.889000', '150604.891000', '150604.894000', '150604.896000', '150604.899000', '150604.902000', '150604.904000', '150604.907000', '150604.909000', '150604.912000', '150604.915000', '150604.917000', '150604.920000', '150604.923000', '150604.926000', '150604.929000', '150624.759000', '150624.762000', '150624.765000', '150624.767000', '150624.770000', '150624.772000', '150624.775000', '150624.778000', '150624.780000', '150624.783000', '150624.785000', '150624.788000', '150624.790000', '150624.793000', '150624.795000', '150624.798000', '150624.800000', '150624.803000', '150624.806000', '150624.808000', '150624.811000', '150624.813000', '150624.875000', '150624.878000', '150624.881000', '150624.883000', '150624.886000', '150624.888000', '150624.891000', '150624.894000', '150624.896000', '150624.899000', '150624.901000', '150624.904000', '150624.907000', '150624.909000', '150624.912000', '150624.914000', '150624.917000', '150624.919000', '150624.922000', '150624.928000', '150624.931000', '150624.934000', '150644.759000', '150644.762000', '150644.765000', '150644.767000', '150644.770000', '150644.773000', '150644.775000', '150644.778000', '150644.780000', '150644.783000', '150644.785000', '150644.788000', '150644.791000', '150644.793000', '150644.796000', '150644.798000', '150644.801000', '150644.803000', '150644.806000', '150644.808000', '150644.811000', '150644.814000', '150644.851000', '150644.854000', '150644.856000', '150644.859000', '150644.861000', '150644.864000', '150644.867000', '150644.869000', '150644.872000', '150644.875000', '150644.877000', '150644.880000', '150644.882000', '150644.885000', '150644.887000', '150644.890000', '150644.893000', '150644.895000', '150644.898000', '150644.900000', '150644.903000', '150704.759000', '150704.762000', '150704.765000', '150704.767000', '150704.770000', '150704.773000', '150704.775000', '150704.778000', '150704.780000', '150704.783000', '150704.785000', '150704.788000', '150704.791000', '150704.793000', '150704.796000', '150704.798000', '150704.801000', '150704.803000', '150704.806000', '150704.809000', '150704.811000', '150704.814000', '150704.856000', '150704.858000', '150704.861000', '150704.863000', '150704.877000', '150704.880000', '150704.883000', '150704.885000', '150704.888000', '150704.890000', '150704.893000', '150704.895000', '150704.898000', '150704.901000', '150704.903000', '150704.906000', '150704.908000', '150704.911000', '150704.913000', '150704.916000', '150704.919000', '150724.760000', '150724.762000', '150724.765000', '150724.767000', '150724.770000', '150724.773000', '150724.775000', '150724.778000', '150724.780000', '150724.783000', '150724.785000', '150724.790000', '150724.792000', '150724.795000', '150724.797000', '150724.800000', '150724.803000', '150724.805000', '150724.808000', '150724.810000', '150724.813000', '150724.815000', '150724.870000', '150724.873000', '150724.875000', '150724.878000', '150724.880000', '150724.883000', '150724.886000', '150724.888000', '150724.891000', '150724.893000', '150724.896000', '150724.898000', '150724.901000', '150724.903000', '150724.906000', '150724.909000', '150724.911000', '150724.914000', '150724.916000', '150724.919000', '150724.921000', '150724.924000', '150744.758000', '150744.761000', '150744.764000', '150744.766000', '150744.769000', '150744.772000', '150744.774000', '150744.777000', '150744.779000', '150744.782000', '150744.784000', '150744.787000', '150744.790000', '150744.793000', '150744.796000', '150744.798000', '150744.801000', '150744.804000', '150744.807000', '150744.810000', '150744.812000', '150744.883000', '150744.886000', '150744.888000', '150744.891000', '150744.893000', '150744.896000', '150744.898000', '150744.901000', '150744.903000', '150744.906000', '150744.908000', '150744.911000', '150744.914000', '150744.916000', '150744.919000', '150744.921000', '150744.924000', '150744.927000', '150744.929000', '150744.932000', '150744.934000', '150744.937000', '150804.759000', '150804.761000', '150804.764000', '150804.767000', '150804.769000', '150804.772000', '150804.775000', '150804.777000', '150804.780000', '150804.782000', '150804.785000', '150804.787000', '150804.790000', '150804.792000', '150804.795000', '150804.798000', '150804.800000', '150804.803000', '150804.805000', '150804.808000', '150804.810000', '150804.813000', '150804.872000', '150804.874000', '150804.877000', '150804.880000', '150804.882000', '150804.885000', '150804.887000', '150804.890000', '150804.892000', '150804.895000', '150804.897000', '150804.900000', '150804.902000', '150804.905000', '150804.908000', '150804.910000', '150804.913000', '150804.916000', '150804.918000', '150804.921000', '150804.923000', '150804.926000', '150824.760000', '150824.763000', '150824.766000', '150824.768000', '150824.771000', '150824.774000', '150824.776000', '150824.779000', '150824.781000', '150824.784000', '150824.787000', '150824.789000', '150824.794000', '150824.796000', '150824.799000', '150824.801000', '150824.804000', '150824.807000', '150824.809000', '150824.812000', '150824.815000', '150824.852000', '150824.855000', '150824.857000', '150824.860000', '150824.863000', '150824.865000', '150824.868000', '150824.870000', '150824.873000', '150824.875000', '150824.878000', '150824.880000', '150824.883000', '150824.886000', '150824.888000', '150824.891000', '150824.906000', '150824.908000', '150824.911000', '150824.914000', '150824.916000', '150824.919000', '150844.759000', '150844.763000', '150844.765000', '150844.768000', '150844.771000', '150844.773000', '150844.776000', '150844.779000', '150844.781000', '150844.784000', '150844.786000', '150844.789000', '150844.791000', '150844.794000', '150844.797000', '150844.799000', '150844.802000', '150844.804000', '150844.807000', '150844.810000', '150844.812000', '150844.815000', '150844.817000', '150844.820000', '150844.823000', '150844.825000', '150844.828000', '150844.831000', '150844.833000', '150844.836000', '150844.838000', '150844.841000', '150844.843000', '150844.846000', '150844.849000', '150844.851000', '150844.854000', '150844.857000', '150844.859000', '150844.862000', '150844.864000', '150844.867000', '150844.869000', '150844.872000', '150904.760000', '150904.762000', '150904.765000', '150904.767000', '150904.770000', '150904.773000', '150904.775000', '150904.778000', '150904.780000', '150904.783000', '150904.785000', '150904.788000', '150904.790000', '150904.793000', '150904.796000', '150904.798000', '150904.801000', '150904.804000', '150904.806000', '150904.809000', '150904.812000', '150904.815000', '150904.873000', '150904.875000', '150904.878000', '150904.880000', '150904.883000', '150904.885000', '150904.888000', '150904.891000', '150904.894000', '150904.896000', '150904.899000', '150904.901000', '150904.904000', '150904.906000', '150904.909000', '150904.912000', '150904.914000', '150904.917000', '150904.919000', '150904.922000', '150904.924000', '150924.760000', '150924.763000', '150924.765000', '150924.768000', '150924.770000', '150924.773000', '150924.775000', '150924.778000', '150924.781000', '150924.783000', '150924.786000', '150924.788000', '150924.791000', '150924.794000', '150924.796000', '150924.799000', '150924.801000', '150924.804000', '150924.806000', '150924.809000', '150924.812000', '150924.814000', '150924.880000', '150924.883000', '150924.885000', '150924.888000', '150924.890000', '150924.893000', '150924.896000', '150924.898000', '150924.901000', '150924.903000', '150924.906000', '150924.908000', '150924.911000', '150924.914000', '150924.916000', '150924.919000', '150924.921000', '150924.924000', '150924.927000', '150924.929000', '150924.932000', '150924.934000', '150944.760000', '150944.763000', '150944.765000', '150944.768000', '150944.770000', '150944.773000', '150944.776000', '150944.778000', '150944.781000', '150944.783000', '150944.786000', '150944.788000', '150944.791000', '150944.794000', '150944.796000', '150944.799000', '150944.801000', '150944.804000', '150944.806000', '150944.809000', '150944.812000', '150944.814000', '150944.817000', '150944.820000', '150944.822000', '150944.825000', '150944.827000', '150944.831000', '150944.833000', '150944.836000', '150944.838000', '150944.841000', '150944.844000', '150944.846000', '150944.876000', '150944.879000', '150944.881000', '150944.884000', '150944.887000', '150944.889000', '150944.893000', '150944.895000', '150944.898000', '151004.759000', '151004.761000', '151004.764000', '151004.767000', '151004.769000', '151004.772000', '151004.774000', '151004.777000', '151004.779000', '151004.782000', '151004.784000', '151004.787000', '151004.790000', '151004.792000', '151004.795000', '151004.797000', '151004.800000', '151004.802000', '151004.805000', '151004.808000', '151004.810000', '151004.813000', '151004.898000', '151004.900000', '151004.903000', '151004.906000', '151004.908000', '151004.911000', '151004.913000', '151004.916000', '151004.918000', '151004.921000', '151004.923000', '151004.926000', '151004.929000', '151004.931000', '151004.934000', '151004.936000', '151004.939000', '151004.942000', '151004.944000', '151004.947000', '151004.949000', '151004.952000', '151006.421000', '151006.423000', '151006.426000', '151006.429000'], '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': [8973, 15291, 9549, 12746, 7927, 9465, 7870, 8047, 7658, 8068, 7662, 7995, 7963, 8096, 8113, 8001, 7771, 8239, 8062, 8300, 8208, 8016, 11359, 8731, 10122, 7563, 9130, 7707, 8020, 10021, 9552, 9951, 8074, 9034, 7669, 8145, 8296, 7600, 11381, 9322, 9043, 7567, 7921, 11257, 7431, 9566, 7441, 7917, 10256, 7470, 9275, 7518, 8558, 9006, 7779, 9834, 7300, 9509, 7956, 8525, 11396, 10038, 10120, 7787, 8074, 9274, 8131, 9513, 8015, 7822, 12541, 7546, 9056, 7540, 7761, 11732, 7581, 9871, 7630, 7785, 8427, 7634, 8182, 7514, 7866, 9526, 7907, 9892, 7392, 7935, 8950, 7752, 9240, 7644, 7958, 7573, 7779, 9585, 7492, 8200, 7534, 7897, 10268, 7426, 8527, 7601, 7754, 10362, 7911, 7972, 7856, 8103, 9800, 7397, 7742, 13142, 7755, 9905, 7677, 7896, 10392, 7407, 8971, 7804, 8138, 10324, 7422, 8449, 7268, 8019, 10706, 8393, 8464, 7027, 8081, 10954, 7886, 9565, 7635, 8214, 10895, 8382, 8508, 7692, 8179, 8798, 8359, 8802, 7755, 8407, 13674, 8540, 10537, 7369, 8295, 7397, 8475, 9418, 7671, 8283, 9420, 8228, 9365, 7337, 8341, 8443, 8792, 10643, 7698, 8696, 7625, 8618, 10895, 8185, 8240, 7357, 8113, 7257, 8029, 9772, 7792, 8966, 7378, 8393, 10325, 7448, 8701, 7165, 8364, 10047, 7851, 8891, 7442, 7749, 7555, 8178, 9222, 7489, 8189, 10426, 8404, 9384, 7397, 8246, 7425, 8225, 10248, 8456, 8332, 7660, 8526, 7937, 8356, 10380, 7584, 8573, 7856, 8157, 7305, 7899, 9433, 7614, 8638, 7687, 8088, 11405, 8045, 8375, 7849, 8118, 7433, 8092, 8925, 7593, 8343, 7345, 8493, 8991, 7986, 8100, 7584, 8465, 7671, 8208, 8614, 7709, 7999, 7205, 7680, 7141, 7944, 9387, 7948, 9199, 7812, 8874, 7659, 7669, 8402, 8061, 7825, 9069, 7763, 8522, 13768, 8684, 10449, 8703, 8853, 8173, 8731, 7919, 8736, 14774, 8235, 11735, 8104, 8296, 7497, 8505, 9295, 7811, 7999, 7689, 7745, 7496, 7647, 7656, 8719, 8005, 9943, 9171, 8816, 8072, 7463, 7675, 8583, 7621, 8245, 11648, 7879, 8748, 7557, 8048, 7647, 7923, 10082, 7836, 8820, 7837, 8054, 7505, 8227, 7363, 8396, 10847, 7786, 8631, 7708, 7420, 7595, 7904, 7808, 8136, 9550, 7998, 8960, 7388, 7972, 7816, 7866, 9997, 7787, 8179, 7354, 8010, 7255, 7902, 8720, 7888, 8164, 7413, 7813, 7445, 8079, 9336, 8124, 8278, 7291, 7868, 8619, 7802, 8262, 7857, 8099, 7531, 7841, 9779, 7740, 8845, 7835, 8113, 7409, 7833, 7575, 8073, 9292, 7883, 8335, 7449, 8005, 7029, 8316, 9874, 7969, 8287, 7397, 8341, 12575, 7591, 8044, 7511, 7912, 10133, 8100, 10331, 7795, 8172, 7257, 8434, 9213, 8276, 8369, 7540, 7908, 7275, 8325, 9710, 8549, 8473, 7239, 8154, 7625, 8499, 9836, 8359, 7945, 7204, 8101, 8839, 8654, 8801, 7505, 8088, 7382, 7654, 9314, 7302, 8329, 8150, 7928, 10869, 7682, 8189, 7238, 7910, 11584, 8568, 9233, 7620, 8167, 7617, 7698, 8844, 7534, 8067, 10722, 8050, 9202, 7659, 7817, 8028, 7870, 7915, 7479, 7919, 9587, 7873, 8371, 7881, 8009, 7452, 7757, 9576, 7786, 8234, 7551, 7662, 7271, 7886, 9605, 7854, 8523, 7463, 7877, 9708, 8233, 8456, 7663, 7979, 8737, 8164, 8989, 7669, 7952, 7162, 7836, 8472, 7517, 8415, 7652, 7975, 7842, 7501, 7718, 7416, 8346, 7615, 7695, 8305, 7577, 9569, 7626, 8049, 7954, 8045, 11941, 7650, 8810, 7485, 7819, 8978, 7808, 9436, 7534, 7957, 7311, 7601, 7266, 7959, 8942, 8231, 8797, 7570, 8040, 7636, 7861, 7661, 7731, 7585, 8055, 9563, 7726, 7040, 7394, 7120, 8039, 8676, 7614, 8784, 7407, 7968, 9754, 7775, 7680, 7646, 7106, 8135, 14519, 11401, 12984, 9453, 8758, 9352, 7915, 10980, 7463, 7635, 7458, 7637, 7075, 7940, 9059, 7666, 8070, 7890, 7776, 7162, 7374, 7175, 7292, 7023, 7588, 9713, 7689, 9217, 7753, 9764, 7289, 7851, 10946, 7381, 9825, 7531, 7756, 9186, 7855, 10716, 7585, 7634, 7069, 7585, 8889, 7323, 8096, 7241, 7897, 9322, 7523, 8908, 7387, 7442, 7067, 7439, 11625, 7067, 10336, 7231, 7937, 10558, 7474, 9360, 7315, 7740, 8566, 7279, 7973, 7169, 7577, 10568, 7299, 7659, 7122, 7457, 9366, 7215, 7443, 7124, 7311, 9957, 7936, 8359, 7352, 7628, 10602, 7502, 8579, 7175, 7593, 10862, 8496, 8138, 7288, 7275, 7162, 7370, 8707, 7343, 7568, 7230, 7761, 7815, 7458, 7591, 7280, 7750, 10035, 7701, 9885, 7588, 7787, 7174, 7673, 9297, 7460, 7730, 6927, 7723, 9769, 7494, 7480, 7101, 8066, 9072, 7373, 7949, 7756, 7275, 7121, 7803, 9050, 7310, 7595, 7422, 7875, 9497, 7929, 9228, 7483, 7548, 7214, 7849, 9884, 7328, 7992, 7365, 7265, 7248, 7437, 7272, 7563, 7804, 7283, 7339, 7648, 7241, 8541, 11085, 8084, 9184, 11506, 7397, 10247, 8046, 7750, 8587, 7162, 7490, 7231, 7698, 11382, 7127, 8494, 7180, 7706, 8833, 7296, 7914, 7247, 7105, 7186, 7334, 10621, 7447, 7918, 11303, 7946, 9486, 7480, 7893, 7971, 7752, 9214, 7590, 7960, 7466, 7480, 7567, 7446, 7911, 10412, 7552, 8345, 7446, 7773, 8468, 7622, 9039, 7529, 7666, 7121, 7464, 10732, 7608, 8178, 7324, 7982, 11694, 7660, 9375, 7448, 7872, 11300, 8522, 9303, 7412, 8077, 10184, 7554, 8124, 7478, 7938, 9069, 7582, 7509, 7249, 7813, 8605, 7384, 8801, 7536, 7507, 7647, 7712, 9609, 7992, 7714, 7323, 7963, 11031, 7656, 8462, 7295, 7920, 11458, 7495, 8631, 7281, 7816, 10440, 7859, 8309, 7409, 8017, 9537, 7515, 8313, 7820, 7312, 7202, 7706, 8885, 7460, 7747, 7691, 8104, 10915, 7546, 8372, 7427, 7547, 11050, 7806, 7926, 7209, 7710, 9556, 7612, 7919, 7710, 7459, 7286, 7845, 7182, 7565, 7625, 7542, 7780, 9774, 7444, 8567, 7636, 7288, 7561, 7895, 9939, 7649, 8561, 7403, 7488, 7316, 7698, 10630, 7666, 8909, 7879, 7425, 7575, 7869, 7673, 7576, 8687, 7571, 7440, 7485, 7756, 9861, 7316, 8129, 7688, 7328, 7480, 7781, 7097, 7566, 8005, 7719, 7553, 7717, 7182, 7045, 7745, 10652, 7518, 8297, 7608, 7307, 7594, 7164, 7516, 7870, 10617, 7611, 8139, 7356, 7959, 11454, 7691, 7750, 7454, 7142, 7278, 7545, 8716, 7359, 7300, 7463, 7296, 7014, 7755, 8449, 7403, 7821, 7804, 8078, 11179, 7525, 8793, 7067, 7716, 11026, 7283, 8989, 7331, 7893, 9325, 7282, 8029, 7405, 7857, 10040, 7491, 8581, 7086, 7893, 11438, 7555, 9295, 7095, 7666, 10246, 7420, 8397, 7171, 7619, 10573, 7647, 8869, 7315, 7629, 11134, 8350, 9467, 7693, 8224, 10105, 7736, 9691, 7726, 7517, 7323, 7668, 10629, 7712, 8403, 7521, 8075, 7332, 7913, 11504, 7933, 9014, 10061, 7636, 9116, 7674, 7371, 8107, 7593, 10393, 7377, 7827, 9571, 7924, 12035, 7551, 7318, 7253, 7382, 8197, 7855, 7043, 7482, 11382, 7537, 9425, 7394, 7763, 13297, 9984, 10302, 7373, 7621, 7734, 6898, 7562, 7472, 7768, 7597, 7819, 12985, 10157, 10045, 7637, 7684, 12305, 7528, 8455, 7764, 7947, 7762, 8104, 7857, 7495, 7511, 7541, 8045, 7360, 8074, 7541, 7390, 7444, 8341, 8421, 7797, 10288, 7938, 8045, 7920, 7995, 7498, 7657, 9409, 7718, 7782, 7500, 7999, 10574, 7435, 8164, 7679, 7285, 7389, 7741, 7663, 7805, 7416, 7407, 7555, 7597, 9640, 7739, 8321, 7817, 7408], 'WindowCenter': [4262.0, 4285.0, 4231.0, 4247.0, 4196.0, 4203.0, 4193.0, 4182.0, 4182.0, 4192.0, 4182.0, 4204.0, 4193.0, 4195.0, 4193.0, 4203.0, 4195.0, 4216.0, 4207.0, 4218.0, 4219.0, 4232.0, 4251.0, 4232.0, 4240.0, 4220.0, 4229.0, 4218.0, 4233.0, 4240.0, 4242.0, 4240.0, 4220.0, 4231.0, 4221.0, 4230.0, 4231.0, 4222.0, 4261.0, 4230.0, 4230.0, 4207.0, 4220.0, 4250.0, 4221.0, 4241.0, 4209.0, 4221.0, 4239.0, 4219.0, 4239.0, 4220.0, 4242.0, 4241.0, 4220.0, 4240.0, 4220.0, 4252.0, 4230.0, 4243.0, 4262.0, 4252.0, 4251.0, 4222.0, 4232.0, 4241.0, 4221.0, 4240.0, 4219.0, 4220.0, 4259.0, 4219.0, 4230.0, 4219.0, 4221.0, 4260.0, 4220.0, 4240.0, 4218.0, 4220.0, 4218.0, 4218.0, 4229.0, 4207.0, 4220.0, 4239.0, 4219.0, 4239.0, 4209.0, 4217.0, 4228.0, 4218.0, 4228.0, 4208.0, 4218.0, 4207.0, 4218.0, 4238.0, 4209.0, 4230.0, 4218.0, 4220.0, 4239.0, 4208.0, 4230.0, 4218.0, 4221.0, 4238.0, 4218.0, 4220.0, 4218.0, 4219.0, 4239.0, 4209.0, 4220.0, 4258.0, 4219.0, 4239.0, 4207.0, 4219.0, 4237.0, 4219.0, 4239.0, 4207.0, 4219.0, 4237.0, 4207.0, 4218.0, 4207.0, 4217.0, 4249.0, 4219.0, 4219.0, 4207.0, 4231.0, 4249.0, 4219.0, 4239.0, 4219.0, 4231.0, 4249.0, 4220.0, 4228.0, 4208.0, 4218.0, 4217.0, 4217.0, 4227.0, 4206.0, 4219.0, 4257.0, 4218.0, 4237.0, 4206.0, 4217.0, 4205.0, 4217.0, 4228.0, 4207.0, 4219.0, 4228.0, 4219.0, 4228.0, 4207.0, 4229.0, 4217.0, 4217.0, 4237.0, 4207.0, 4228.0, 4206.0, 4229.0, 4247.0, 4218.0, 4216.0, 4206.0, 4217.0, 4207.0, 4218.0, 4238.0, 4219.0, 4230.0, 4207.0, 4219.0, 4237.0, 4208.0, 4228.0, 4208.0, 4230.0, 4249.0, 4218.0, 4227.0, 4208.0, 4219.0, 4218.0, 4229.0, 4238.0, 4219.0, 4229.0, 4248.0, 4219.0, 4227.0, 4208.0, 4228.0, 4207.0, 4229.0, 4239.0, 4219.0, 4217.0, 4218.0, 4228.0, 4217.0, 4229.0, 4237.0, 4219.0, 4227.0, 4218.0, 4217.0, 4207.0, 4218.0, 4228.0, 4217.0, 4229.0, 4218.0, 4218.0, 4247.0, 4218.0, 4217.0, 4216.0, 4217.0, 4206.0, 4217.0, 4227.0, 4206.0, 4216.0, 4207.0, 4228.0, 4227.0, 4218.0, 4217.0, 4217.0, 4229.0, 4218.0, 4230.0, 4228.0, 4217.0, 4218.0, 4208.0, 4219.0, 4207.0, 4229.0, 4239.0, 4230.0, 4240.0, 4219.0, 4227.0, 4220.0, 4219.0, 4231.0, 4218.0, 4220.0, 4229.0, 4218.0, 4230.0, 4270.0, 4228.0, 4239.0, 4230.0, 4226.0, 4218.0, 4216.0, 4205.0, 4217.0, 4256.0, 4215.0, 4245.0, 4204.0, 4215.0, 4194.0, 4216.0, 4214.0, 4205.0, 4204.0, 4206.0, 4217.0, 4207.0, 4218.0, 4219.0, 4230.0, 4232.0, 4252.0, 4241.0, 4229.0, 4219.0, 4206.0, 4219.0, 4229.0, 4208.0, 4230.0, 4249.0, 4220.0, 4227.0, 4218.0, 4219.0, 4207.0, 4219.0, 4248.0, 4220.0, 4240.0, 4220.0, 4219.0, 4209.0, 4229.0, 4207.0, 4219.0, 4239.0, 4208.0, 4217.0, 4208.0, 4207.0, 4218.0, 4220.0, 4219.0, 4230.0, 4240.0, 4220.0, 4230.0, 4209.0, 4219.0, 4219.0, 4220.0, 4238.0, 4208.0, 4216.0, 4207.0, 4219.0, 4207.0, 4219.0, 4217.0, 4218.0, 4217.0, 4207.0, 4208.0, 4196.0, 4218.0, 4227.0, 4218.0, 4217.0, 4207.0, 4219.0, 4228.0, 4218.0, 4217.0, 4217.0, 4217.0, 4206.0, 4219.0, 4237.0, 4218.0, 4228.0, 4208.0, 4206.0, 4207.0, 4207.0, 4207.0, 4219.0, 4228.0, 4219.0, 4219.0, 4210.0, 4219.0, 4208.0, 4229.0, 4239.0, 4220.0, 4220.0, 4208.0, 4219.0, 4257.0, 4208.0, 4218.0, 4207.0, 4219.0, 4238.0, 4205.0, 4234.0, 4206.0, 4216.0, 4207.0, 4230.0, 4227.0, 4219.0, 4217.0, 4208.0, 4219.0, 4208.0, 4229.0, 4239.0, 4229.0, 4217.0, 4207.0, 4218.0, 4208.0, 4230.0, 4238.0, 4218.0, 4218.0, 4207.0, 4219.0, 4229.0, 4230.0, 4228.0, 4207.0, 4218.0, 4207.0, 4218.0, 4228.0, 4219.0, 4231.0, 4219.0, 4220.0, 4248.0, 4219.0, 4229.0, 4207.0, 4219.0, 4249.0, 4229.0, 4229.0, 4208.0, 4231.0, 4220.0, 4220.0, 4228.0, 4218.0, 4218.0, 4249.0, 4232.0, 4253.0, 4221.0, 4219.0, 4217.0, 4218.0, 4218.0, 4207.0, 4219.0, 4239.0, 4219.0, 4218.0, 4218.0, 4217.0, 4207.0, 4219.0, 4239.0, 4221.0, 4228.0, 4219.0, 4208.0, 4206.0, 4216.0, 4238.0, 4219.0, 4229.0, 4207.0, 4217.0, 4226.0, 4216.0, 4216.0, 4206.0, 4217.0, 4217.0, 4217.0, 4216.0, 4205.0, 4206.0, 4195.0, 4206.0, 4215.0, 4207.0, 4218.0, 4206.0, 4217.0, 4206.0, 4206.0, 4208.0, 4220.0, 4228.0, 4217.0, 4219.0, 4218.0, 4219.0, 4238.0, 4218.0, 4230.0, 4217.0, 4219.0, 4245.0, 4207.0, 4226.0, 4206.0, 4207.0, 4227.0, 4207.0, 4226.0, 4206.0, 4204.0, 4206.0, 4206.0, 4206.0, 4219.0, 4228.0, 4229.0, 4228.0, 4206.0, 4206.0, 4205.0, 4217.0, 4206.0, 4206.0, 4208.0, 4220.0, 4241.0, 4219.0, 4197.0, 4207.0, 4208.0, 4231.0, 4229.0, 4219.0, 4228.0, 4210.0, 4232.0, 4238.0, 4220.0, 4209.0, 4219.0, 4208.0, 4221.0, 4268.0, 4237.0, 4247.0, 4214.0, 4205.0, 4203.0, 4192.0, 4222.0, 4184.0, 4181.0, 4182.0, 4194.0, 4181.0, 4204.0, 4214.0, 4195.0, 4204.0, 4205.0, 4194.0, 4194.0, 4195.0, 4195.0, 4207.0, 4198.0, 4221.0, 4240.0, 4221.0, 4230.0, 4220.0, 4239.0, 4209.0, 4219.0, 4238.0, 4207.0, 4228.0, 4208.0, 4209.0, 4216.0, 4218.0, 4237.0, 4208.0, 4208.0, 4196.0, 4209.0, 4228.0, 4208.0, 4218.0, 4208.0, 4220.0, 4228.0, 4219.0, 4240.0, 4222.0, 4211.0, 4209.0, 4223.0, 4250.0, 4210.0, 4239.0, 4209.0, 4232.0, 4239.0, 4209.0, 4228.0, 4209.0, 4219.0, 4218.0, 4208.0, 4220.0, 4197.0, 4219.0, 4239.0, 4208.0, 4209.0, 4197.0, 4208.0, 4227.0, 4208.0, 4208.0, 4209.0, 4221.0, 4240.0, 4220.0, 4229.0, 4222.0, 4222.0, 4248.0, 4210.0, 4230.0, 4199.0, 4222.0, 4250.0, 4219.0, 4208.0, 4209.0, 4208.0, 4208.0, 4208.0, 4229.0, 4209.0, 4221.0, 4209.0, 4219.0, 4208.0, 4209.0, 4219.0, 4208.0, 4220.0, 4238.0, 4220.0, 4238.0, 4209.0, 4207.0, 4196.0, 4207.0, 4226.0, 4207.0, 4219.0, 4197.0, 4207.0, 4226.0, 4206.0, 4205.0, 4196.0, 4218.0, 4217.0, 4208.0, 4217.0, 4208.0, 4208.0, 4196.0, 4209.0, 4227.0, 4208.0, 4209.0, 4208.0, 4219.0, 4239.0, 4219.0, 4227.0, 4207.0, 4207.0, 4207.0, 4217.0, 4237.0, 4207.0, 4208.0, 4198.0, 4207.0, 4206.0, 4208.0, 4207.0, 4219.0, 4219.0, 4221.0, 4232.0, 4234.0, 4233.0, 4256.0, 4264.0, 4234.0, 4243.0, 4249.0, 4209.0, 4239.0, 4218.0, 4209.0, 4217.0, 4207.0, 4206.0, 4208.0, 4218.0, 4247.0, 4197.0, 4217.0, 4197.0, 4218.0, 4228.0, 4220.0, 4218.0, 4209.0, 4208.0, 4207.0, 4220.0, 4250.0, 4219.0, 4230.0, 4249.0, 4218.0, 4227.0, 4206.0, 4216.0, 4217.0, 4219.0, 4227.0, 4206.0, 4206.0, 4195.0, 4206.0, 4206.0, 4207.0, 4218.0, 4237.0, 4207.0, 4216.0, 4207.0, 4218.0, 4216.0, 4219.0, 4228.0, 4208.0, 4218.0, 4197.0, 4208.0, 4248.0, 4219.0, 4229.0, 4208.0, 4218.0, 4258.0, 4218.0, 4239.0, 4207.0, 4229.0, 4247.0, 4227.0, 4227.0, 4206.0, 4217.0, 4238.0, 4218.0, 4216.0, 4206.0, 4218.0, 4226.0, 4218.0, 4207.0, 4219.0, 4219.0, 4226.0, 4208.0, 4227.0, 4218.0, 4219.0, 4218.0, 4232.0, 4240.0, 4219.0, 4219.0, 4208.0, 4231.0, 4249.0, 4220.0, 4231.0, 4209.0, 4230.0, 4249.0, 4209.0, 4230.0, 4220.0, 4220.0, 4237.0, 4218.0, 4217.0, 4207.0, 4219.0, 4238.0, 4209.0, 4218.0, 4218.0, 4208.0, 4207.0, 4218.0, 4229.0, 4221.0, 4220.0, 4219.0, 4230.0, 4249.0, 4219.0, 4229.0, 4219.0, 4220.0, 4249.0, 4219.0, 4217.0, 4206.0, 4219.0, 4238.0, 4219.0, 4219.0, 4207.0, 4207.0, 4207.0, 4219.0, 4207.0, 4218.0, 4218.0, 4218.0, 4219.0, 4236.0, 4207.0, 4217.0, 4217.0, 4208.0, 4218.0, 4220.0, 4238.0, 4218.0, 4228.0, 4208.0, 4209.0, 4206.0, 4219.0, 4238.0, 4208.0, 4227.0, 4207.0, 4196.0, 4206.0, 4218.0, 4206.0, 4208.0, 4217.0, 4207.0, 4207.0, 4195.0, 4208.0, 4226.0, 4208.0, 4207.0, 4207.0, 4207.0, 4205.0, 4208.0, 4196.0, 4218.0, 4218.0, 4219.0, 4218.0, 4218.0, 4209.0, 4208.0, 4219.0, 4238.0, 4208.0, 4218.0, 4208.0, 4206.0, 4207.0, 4208.0, 4208.0, 4219.0, 4238.0, 4218.0, 4219.0, 4207.0, 4218.0, 4246.0, 4207.0, 4206.0, 4196.0, 4197.0, 4195.0, 4207.0, 4216.0, 4197.0, 4197.0, 4207.0, 4210.0, 4208.0, 4220.0, 4230.0, 4220.0, 4220.0, 4219.0, 4220.0, 4248.0, 4219.0, 4231.0, 4209.0, 4220.0, 4248.0, 4209.0, 4227.0, 4208.0, 4220.0, 4228.0, 4210.0, 4219.0, 4209.0, 4220.0, 4227.0, 4209.0, 4218.0, 4197.0, 4220.0, 4248.0, 4207.0, 4227.0, 4197.0, 4209.0, 4238.0, 4209.0, 4217.0, 4199.0, 4209.0, 4237.0, 4209.0, 4229.0, 4210.0, 4220.0, 4249.0, 4219.0, 4227.0, 4208.0, 4220.0, 4239.0, 4220.0, 4239.0, 4209.0, 4209.0, 4208.0, 4220.0, 4249.0, 4220.0, 4231.0, 4219.0, 4219.0, 4209.0, 4222.0, 4249.0, 4219.0, 4230.0, 4237.0, 4208.0, 4227.0, 4209.0, 4208.0, 4207.0, 4208.0, 4238.0, 4208.0, 4207.0, 4227.0, 4206.0, 4246.0, 4207.0, 4196.0, 4208.0, 4208.0, 4218.0, 4220.0, 4210.0, 4220.0, 4260.0, 4220.0, 4241.0, 4210.0, 4221.0, 4260.0, 4229.0, 4238.0, 4209.0, 4208.0, 4210.0, 4198.0, 4209.0, 4208.0, 4220.0, 4208.0, 4211.0, 4250.0, 4228.0, 4227.0, 4195.0, 4207.0, 4236.0, 4196.0, 4206.0, 4195.0, 4208.0, 4196.0, 4206.0, 4206.0, 4197.0, 4195.0, 4206.0, 4206.0, 4196.0, 4206.0, 4196.0, 4197.0, 4210.0, 4231.0, 4219.0, 4209.0, 4241.0, 4220.0, 4209.0, 4208.0, 4209.0, 4197.0, 4208.0, 4217.0, 4207.0, 4208.0, 4196.0, 4207.0, 4225.0, 4197.0, 4206.0, 4195.0, 4196.0, 4208.0, 4209.0, 4196.0, 4207.0, 4195.0, 4208.0, 4207.0, 4209.0, 4229.0, 4210.0, 4219.0, 4209.0, 4198.0], 'WindowWidth': [9437.0, 9456.0, 9371.0, 9384.0, 9311.0, 9316.0, 9304.0, 9287.0, 9287.0, 9300.0, 9287.0, 9320.0, 9304.0, 9309.0, 9303.0, 9319.0, 9309.0, 9341.0, 9329.0, 9351.0, 9352.0, 9374.0, 9397.0, 9373.0, 9381.0, 9355.0, 9367.0, 9349.0, 9378.0, 9385.0, 9388.0, 9382.0, 9356.0, 9370.0, 9358.0, 9372.0, 9370.0, 9363.0, 9410.0, 9368.0, 9366.0, 9332.0, 9356.0, 9394.0, 9359.0, 9384.0, 9339.0, 9357.0, 9378.0, 9354.0, 9380.0, 9358.0, 9392.0, 9386.0, 9357.0, 9381.0, 9357.0, 9402.0, 9372.0, 9394.0, 9416.0, 9401.0, 9400.0, 9362.0, 9377.0, 9386.0, 9360.0, 9384.0, 9352.0, 9355.0, 9405.0, 9352.0, 9368.0, 9353.0, 9359.0, 9412.0, 9356.0, 9384.0, 9351.0, 9357.0, 9351.0, 9351.0, 9368.0, 9336.0, 9356.0, 9379.0, 9353.0, 9378.0, 9338.0, 9349.0, 9362.0, 9350.0, 9363.0, 9334.0, 9349.0, 9332.0, 9351.0, 9376.0, 9339.0, 9369.0, 9349.0, 9355.0, 9379.0, 9339.0, 9369.0, 9349.0, 9359.0, 9379.0, 9351.0, 9357.0, 9349.0, 9353.0, 9381.0, 9339.0, 9358.0, 9403.0, 9351.0, 9379.0, 9333.0, 9354.0, 9376.0, 9353.0, 9382.0, 9334.0, 9351.0, 9372.0, 9334.0, 9350.0, 9333.0, 9349.0, 9394.0, 9353.0, 9353.0, 9335.0, 9372.0, 9393.0, 9355.0, 9383.0, 9354.0, 9373.0, 9395.0, 9355.0, 9363.0, 9338.0, 9351.0, 9347.0, 9349.0, 9362.0, 9332.0, 9352.0, 9401.0, 9348.0, 9373.0, 9333.0, 9348.0, 9327.0, 9349.0, 9363.0, 9335.0, 9353.0, 9362.0, 9353.0, 9364.0, 9336.0, 9369.0, 9348.0, 9348.0, 9374.0, 9334.0, 9363.0, 9330.0, 9366.0, 9389.0, 9349.0, 9344.0, 9332.0, 9348.0, 9334.0, 9351.0, 9377.0, 9354.0, 9370.0, 9335.0, 9352.0, 9374.0, 9338.0, 9364.0, 9337.0, 9370.0, 9395.0, 9353.0, 9363.0, 9339.0, 9354.0, 9350.0, 9368.0, 9378.0, 9354.0, 9368.0, 9391.0, 9352.0, 9362.0, 9340.0, 9366.0, 9336.0, 9369.0, 9380.0, 9355.0, 9349.0, 9350.0, 9366.0, 9347.0, 9367.0, 9377.0, 9352.0, 9362.0, 9349.0, 9349.0, 9334.0, 9351.0, 9364.0, 9349.0, 9366.0, 9351.0, 9353.0, 9389.0, 9350.0, 9346.0, 9344.0, 9348.0, 9330.0, 9347.0, 9360.0, 9332.0, 9346.0, 9332.0, 9362.0, 9360.0, 9349.0, 9346.0, 9347.0, 9367.0, 9350.0, 9370.0, 9365.0, 9349.0, 9350.0, 9339.0, 9355.0, 9335.0, 9368.0, 9381.0, 9370.0, 9382.0, 9355.0, 9361.0, 9357.0, 9354.0, 9372.0, 9351.0, 9357.0, 9369.0, 9350.0, 9369.0, 9423.0, 9363.0, 9378.0, 9368.0, 9358.0, 9349.0, 9345.0, 9326.0, 9345.0, 9397.0, 9340.0, 9379.0, 9324.0, 9340.0, 9309.0, 9340.0, 9336.0, 9325.0, 9325.0, 9331.0, 9349.0, 9334.0, 9349.0, 9354.0, 9370.0, 9377.0, 9402.0, 9386.0, 9367.0, 9354.0, 9331.0, 9352.0, 9367.0, 9335.0, 9369.0, 9395.0, 9355.0, 9361.0, 9351.0, 9353.0, 9335.0, 9355.0, 9390.0, 9357.0, 9384.0, 9356.0, 9354.0, 9342.0, 9368.0, 9335.0, 9353.0, 9379.0, 9336.0, 9346.0, 9335.0, 9333.0, 9350.0, 9357.0, 9357.0, 9373.0, 9384.0, 9357.0, 9367.0, 9337.0, 9353.0, 9351.0, 9356.0, 9377.0, 9336.0, 9345.0, 9332.0, 9352.0, 9334.0, 9355.0, 9348.0, 9349.0, 9344.0, 9332.0, 9335.0, 9317.0, 9350.0, 9359.0, 9348.0, 9347.0, 9332.0, 9353.0, 9362.0, 9350.0, 9347.0, 9347.0, 9346.0, 9330.0, 9351.0, 9375.0, 9349.0, 9360.0, 9335.0, 9330.0, 9331.0, 9334.0, 9332.0, 9354.0, 9364.0, 9353.0, 9353.0, 9342.0, 9354.0, 9336.0, 9368.0, 9380.0, 9357.0, 9355.0, 9336.0, 9353.0, 9401.0, 9335.0, 9350.0, 9334.0, 9352.0, 9375.0, 9329.0, 9366.0, 9331.0, 9343.0, 9334.0, 9368.0, 9360.0, 9351.0, 9347.0, 9338.0, 9352.0, 9336.0, 9366.0, 9379.0, 9365.0, 9346.0, 9331.0, 9350.0, 9335.0, 9370.0, 9378.0, 9350.0, 9348.0, 9333.0, 9355.0, 9365.0, 9370.0, 9363.0, 9335.0, 9350.0, 9333.0, 9352.0, 9365.0, 9354.0, 9374.0, 9353.0, 9355.0, 9389.0, 9354.0, 9367.0, 9334.0, 9355.0, 9393.0, 9364.0, 9364.0, 9337.0, 9376.0, 9357.0, 9358.0, 9365.0, 9350.0, 9350.0, 9393.0, 9377.0, 9407.0, 9360.0, 9353.0, 9345.0, 9350.0, 9349.0, 9333.0, 9355.0, 9379.0, 9352.0, 9350.0, 9350.0, 9348.0, 9335.0, 9354.0, 9381.0, 9359.0, 9366.0, 9353.0, 9337.0, 9330.0, 9347.0, 9377.0, 9355.0, 9366.0, 9332.0, 9346.0, 9355.0, 9343.0, 9343.0, 9329.0, 9347.0, 9346.0, 9346.0, 9342.0, 9328.0, 9329.0, 9312.0, 9332.0, 9343.0, 9335.0, 9349.0, 9330.0, 9346.0, 9330.0, 9332.0, 9336.0, 9356.0, 9366.0, 9349.0, 9354.0, 9348.0, 9353.0, 9376.0, 9351.0, 9370.0, 9347.0, 9351.0, 9383.0, 9333.0, 9357.0, 9329.0, 9334.0, 9358.0, 9333.0, 9356.0, 9330.0, 9325.0, 9330.0, 9331.0, 9331.0, 9353.0, 9362.0, 9366.0, 9362.0, 9330.0, 9330.0, 9326.0, 9345.0, 9329.0, 9333.0, 9335.0, 9356.0, 9388.0, 9355.0, 9319.0, 9332.0, 9336.0, 9373.0, 9367.0, 9352.0, 9365.0, 9341.0, 9375.0, 9377.0, 9354.0, 9338.0, 9353.0, 9335.0, 9356.0, 9417.0, 9370.0, 9383.0, 9334.0, 9322.0, 9315.0, 9301.0, 9340.0, 9291.0, 9283.0, 9286.0, 9305.0, 9285.0, 9320.0, 9335.0, 9310.0, 9321.0, 9323.0, 9307.0, 9310.0, 9312.0, 9313.0, 9333.0, 9321.0, 9357.0, 9381.0, 9358.0, 9368.0, 9354.0, 9376.0, 9337.0, 9351.0, 9372.0, 9331.0, 9361.0, 9334.0, 9336.0, 9341.0, 9347.0, 9371.0, 9333.0, 9335.0, 9315.0, 9337.0, 9361.0, 9334.0, 9349.0, 9335.0, 9355.0, 9362.0, 9353.0, 9382.0, 9362.0, 9344.0, 9339.0, 9363.0, 9395.0, 9341.0, 9379.0, 9339.0, 9373.0, 9378.0, 9339.0, 9362.0, 9336.0, 9353.0, 9346.0, 9335.0, 9353.0, 9318.0, 9352.0, 9378.0, 9336.0, 9336.0, 9319.0, 9336.0, 9360.0, 9335.0, 9338.0, 9340.0, 9359.0, 9383.0, 9356.0, 9367.0, 9360.0, 9362.0, 9390.0, 9340.0, 9366.0, 9324.0, 9358.0, 9393.0, 9352.0, 9335.0, 9339.0, 9337.0, 9335.0, 9337.0, 9365.0, 9340.0, 9355.0, 9336.0, 9351.0, 9336.0, 9339.0, 9352.0, 9336.0, 9355.0, 9377.0, 9355.0, 9375.0, 9337.0, 9333.0, 9315.0, 9332.0, 9355.0, 9331.0, 9353.0, 9317.0, 9332.0, 9355.0, 9329.0, 9327.0, 9314.0, 9348.0, 9344.0, 9337.0, 9347.0, 9334.0, 9334.0, 9315.0, 9338.0, 9358.0, 9336.0, 9338.0, 9335.0, 9353.0, 9378.0, 9351.0, 9358.0, 9332.0, 9331.0, 9330.0, 9345.0, 9371.0, 9332.0, 9334.0, 9320.0, 9332.0, 9330.0, 9335.0, 9333.0, 9354.0, 9353.0, 9361.0, 9379.0, 9384.0, 9382.0, 9416.0, 9423.0, 9379.0, 9391.0, 9395.0, 9342.0, 9380.0, 9349.0, 9337.0, 9344.0, 9333.0, 9332.0, 9335.0, 9349.0, 9386.0, 9320.0, 9347.0, 9318.0, 9350.0, 9362.0, 9357.0, 9350.0, 9338.0, 9337.0, 9334.0, 9357.0, 9396.0, 9354.0, 9372.0, 9392.0, 9348.0, 9359.0, 9330.0, 9344.0, 9345.0, 9352.0, 9359.0, 9329.0, 9329.0, 9312.0, 9330.0, 9330.0, 9336.0, 9351.0, 9372.0, 9333.0, 9344.0, 9332.0, 9351.0, 9343.0, 9351.0, 9364.0, 9336.0, 9348.0, 9318.0, 9337.0, 9389.0, 9354.0, 9367.0, 9335.0, 9350.0, 9403.0, 9349.0, 9379.0, 9334.0, 9368.0, 9389.0, 9360.0, 9360.0, 9329.0, 9347.0, 9376.0, 9350.0, 9344.0, 9331.0, 9349.0, 9357.0, 9349.0, 9335.0, 9355.0, 9355.0, 9359.0, 9337.0, 9361.0, 9349.0, 9354.0, 9351.0, 9376.0, 9384.0, 9354.0, 9352.0, 9337.0, 9373.0, 9395.0, 9358.0, 9374.0, 9340.0, 9370.0, 9392.0, 9340.0, 9370.0, 9356.0, 9356.0, 9376.0, 9350.0, 9348.0, 9334.0, 9352.0, 9377.0, 9340.0, 9350.0, 9350.0, 9337.0, 9332.0, 9352.0, 9366.0, 9360.0, 9358.0, 9354.0, 9371.0, 9393.0, 9354.0, 9369.0, 9355.0, 9357.0, 9394.0, 9352.0, 9348.0, 9330.0, 9352.0, 9376.0, 9353.0, 9352.0, 9334.0, 9334.0, 9334.0, 9353.0, 9334.0, 9351.0, 9350.0, 9349.0, 9352.0, 9370.0, 9332.0, 9347.0, 9348.0, 9336.0, 9348.0, 9355.0, 9375.0, 9350.0, 9362.0, 9336.0, 9339.0, 9331.0, 9352.0, 9377.0, 9335.0, 9359.0, 9332.0, 9316.0, 9330.0, 9347.0, 9329.0, 9334.0, 9346.0, 9332.0, 9331.0, 9315.0, 9336.0, 9355.0, 9334.0, 9332.0, 9331.0, 9330.0, 9327.0, 9335.0, 9317.0, 9350.0, 9350.0, 9352.0, 9350.0, 9350.0, 9339.0, 9334.0, 9353.0, 9378.0, 9337.0, 9349.0, 9335.0, 9330.0, 9333.0, 9336.0, 9336.0, 9352.0, 9375.0, 9350.0, 9351.0, 9331.0, 9348.0, 9383.0, 9331.0, 9330.0, 9314.0, 9315.0, 9310.0, 9330.0, 9341.0, 9317.0, 9316.0, 9334.0, 9340.0, 9335.0, 9357.0, 9370.0, 9357.0, 9356.0, 9353.0, 9356.0, 9389.0, 9351.0, 9369.0, 9339.0, 9355.0, 9388.0, 9336.0, 9360.0, 9336.0, 9354.0, 9362.0, 9341.0, 9353.0, 9336.0, 9352.0, 9358.0, 9337.0, 9349.0, 9321.0, 9353.0, 9387.0, 9332.0, 9358.0, 9317.0, 9336.0, 9373.0, 9337.0, 9347.0, 9322.0, 9337.0, 9372.0, 9336.0, 9364.0, 9341.0, 9354.0, 9389.0, 9352.0, 9359.0, 9336.0, 9354.0, 9379.0, 9356.0, 9378.0, 9339.0, 9338.0, 9335.0, 9355.0, 9394.0, 9357.0, 9371.0, 9351.0, 9352.0, 9337.0, 9359.0, 9392.0, 9351.0, 9370.0, 9373.0, 9333.0, 9358.0, 9337.0, 9335.0, 9331.0, 9335.0, 9374.0, 9333.0, 9331.0, 9356.0, 9329.0, 9381.0, 9329.0, 9315.0, 9336.0, 9338.0, 9349.0, 9355.0, 9340.0, 9356.0, 9408.0, 9354.0, 9386.0, 9340.0, 9356.0, 9409.0, 9362.0, 9374.0, 9336.0, 9336.0, 9338.0, 9321.0, 9339.0, 9335.0, 9355.0, 9334.0, 9342.0, 9390.0, 9359.0, 9355.0, 9310.0, 9328.0, 9367.0, 9312.0, 9326.0, 9309.0, 9328.0, 9310.0, 9325.0, 9325.0, 9314.0, 9310.0, 9327.0, 9326.0, 9311.0, 9325.0, 9311.0, 9316.0, 9340.0, 9370.0, 9351.0, 9338.0, 9382.0, 9352.0, 9334.0, 9332.0, 9334.0, 9313.0, 9330.0, 9342.0, 9329.0, 9332.0, 9311.0, 9329.0, 9351.0, 9315.0, 9326.0, 9311.0, 9312.0, 9333.0, 9335.0, 9312.0, 9327.0, 9311.0, 9334.0, 9331.0, 9337.0, 9364.0, 9339.0, 9349.0, 9336.0, 9318.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.0007527067669172932</td></tr>
<tr><td colspan=3>aqi</td><td>0.026066840507518795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.30828976575727</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1617759256255873</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9686382753809962</td></tr>
<tr><td colspan=3>efc</td><td>0.4459</td></tr>
<tr><td colspan=3>fber</td><td>7788.1431</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08327243922192601</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5037593984962405</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3854145357973033</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.303804854163921</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6360017553346387</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.216436997893351</td></tr>
<tr><td colspan=3>gcor</td><td>0.00534584</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015480835922062397</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014012710191309452</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.821897209454511</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>27.3385</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8692</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.5787</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311442.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>904.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.5065</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1529</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.8623</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3515.9703</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4604.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.9189</td></tr>
<tr><td colspan=3>tsnr</td><td>38.664318091468886</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>