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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-01/func/sub-0010_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>192131e430c445ea831186af153b96f6</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:56:57.372500</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_VE11C_LATEST_20160120</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.998084, 0.00787989, 0.061365, -0.00749071, 0.99995, -0.00656956]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0716456</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7718, -7297, 614, -64, -3, 20, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.296</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6e86c91f-fc50-4214-85be-7475c144d790||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6777870655059814, -0.02009701356291771, 0.16581696271896362, 110.68607330322266], [-0.021141162142157555, 2.682793617248535, -0.016462739557027817, -79.23753356933594], [0.1646377295255661, 0.017625659704208374, 2.6948530673980713, -62.09650421142578], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['145657.372500', '145657.832500', '145658.292500', '145658.752500', '145659.212500', '145659.672500', '145700.132500', '145700.592500', '145701.052500', '145701.512500', '145701.972500', '145702.432500', '145702.892500', '145703.352500', '145703.812500', '145704.272500', '145704.732500', '145705.192500', '145705.652500', '145706.112500', '145706.572500', '145707.032500', '145707.492500', '145707.952500', '145708.412500', '145708.872500', '145709.332500', '145709.792500', '145710.252500', '145710.712500', '145711.172500', '145711.632500', '145712.092500', '145712.552500', '145713.012500', '145713.472500', '145713.932500', '145714.392500', '145714.852500', '145715.312500', '145715.772500', '145716.232500', '145716.692500', '145717.152500', '145717.612500', '145718.072500', '145718.532500', '145718.992500', '145719.452500', '145719.912500', '145720.372500', '145720.832500', '145721.292500', '145721.752500', '145722.212500', '145722.672500', '145723.132500', '145723.592500', '145724.052500', '145724.512500', '145724.972500', '145725.432500', '145725.892500', '145726.352500', '145726.812500', '145727.272500', '145727.732500', '145728.192500', '145728.652500', '145729.112500', '145729.572500', '145730.032500', '145730.492500', '145730.952500', '145731.412500', '145731.872500', '145732.332500', '145732.792500', '145733.252500', '145733.712500', '145734.172500', '145734.632500', '145735.092500', '145735.552500', '145736.012500', '145736.472500', '145736.932500', '145737.392500', '145737.852500', '145738.312500', '145738.772500', '145739.232500', '145739.692500', '145740.152500', '145740.612500', '145741.072500', '145741.532500', '145741.992500', '145742.452500', '145742.912500', '145743.372500', '145743.832500', '145744.292500', '145744.752500', '145745.212500', '145745.672500', '145746.132500', '145746.592500', '145747.052500', '145747.512500', '145747.972500', '145748.432500', '145748.892500', '145749.352500', '145749.812500', '145750.272500', '145750.732500', '145751.192500', '145751.652500', '145752.112500', '145752.572500', '145753.032500', '145753.492500', '145753.952500', '145754.412500', '145754.872500', '145755.332500', '145755.792500', '145756.252500', '145756.712500', '145757.172500', '145757.632500', '145758.092500', '145758.552500', '145759.012500', '145759.472500', '145759.932500', '145800.392500', '145800.852500', '145801.312500', '145801.772500', '145802.232500', '145802.692500', '145803.152500', '145803.612500', '145804.072500', '145804.532500', '145804.992500', '145805.452500', '145805.912500', '145806.372500', '145806.832500', '145807.292500', '145807.752500', '145808.212500', '145808.672500', '145809.132500', '145809.592500', '145810.052500', '145810.512500', '145810.972500', '145811.432500', '145811.892500', '145812.352500', '145812.812500', '145813.272500', '145813.732500', '145814.192500', '145814.652500', '145815.112500', '145815.572500', '145816.032500', '145816.492500', '145816.952500', '145817.412500', '145817.872500', '145818.332500', '145818.792500', '145819.252500', '145819.712500', '145820.172500', '145820.632500', '145821.092500', '145821.552500', '145822.012500', '145822.472500', '145822.932500', '145823.392500', '145823.852500', '145824.312500', '145824.772500', '145825.232500', '145825.692500', '145826.152500', '145826.612500', '145827.072500', '145827.532500', '145827.992500', '145828.452500', '145828.912500', '145829.372500', '145829.832500', '145830.292500', '145830.752500', '145831.212500', '145831.672500', '145832.132500', '145832.592500', '145833.052500', '145833.512500', '145833.972500', '145834.432500', '145834.892500', '145835.352500', '145835.812500', '145836.272500', '145836.732500', '145837.192500', '145837.652500', '145838.112500', '145838.572500', '145839.032500', '145839.492500', '145839.952500', '145840.412500', '145840.872500', '145841.332500', '145841.792500', '145842.252500', '145842.712500', '145843.172500', '145843.632500', '145844.092500', '145844.552500', '145845.012500', '145845.472500', '145845.932500', '145846.392500', '145846.852500', '145847.312500', '145847.772500', '145848.232500', '145848.692500', '145849.152500', '145849.612500', '145850.072500', '145850.532500', '145850.992500', '145851.452500', '145851.912500', '145852.372500', '145852.832500', '145853.292500', '145853.752500', '145854.212500', '145854.672500', '145855.132500', '145855.592500', '145856.052500', '145856.512500', '145856.972500', '145857.432500', '145857.892500', '145858.352500', '145858.812500', '145859.272500', '145859.732500', '145900.192500', '145900.652500', '145901.112500', '145901.572500', '145902.032500', '145902.492500', '145902.952500', '145903.412500', '145903.872500', '145904.332500', '145904.792500', '145905.252500', '145905.712500', '145906.172500', '145906.632500', '145907.092500', '145907.552500', '145908.012500', '145908.472500', '145908.932500', '145909.392500', '145909.852500', '145910.312500', '145910.772500', '145911.232500', '145911.692500', '145912.152500', '145912.612500', '145913.072500', '145913.532500', '145913.992500', '145914.452500', '145914.912500', '145915.372500', '145915.832500', '145916.292500', '145916.752500', '145917.212500', '145917.672500', '145918.132500', '145918.592500', '145919.052500', '145919.512500', '145919.972500', '145920.432500', '145920.892500', '145921.352500', '145921.812500', '145922.272500', '145922.732500', '145923.192500', '145923.652500', '145924.112500', '145924.572500', '145925.032500', '145925.492500', '145925.952500', '145926.412500', '145926.872500', '145927.332500', '145927.792500', '145928.252500', '145928.712500', '145929.172500', '145929.632500', '145930.092500', '145930.552500', '145931.012500', '145931.472500', '145931.932500', '145932.392500', '145932.852500', '145933.312500', '145933.772500', '145934.232500', '145934.692500', '145935.152500', '145935.612500', '145936.072500', '145936.532500', '145936.992500', '145937.452500', '145937.912500', '145938.372500', '145938.832500', '145939.292500', '145939.752500', '145940.212500', '145940.672500', '145941.132500', '145941.592500', '145942.052500', '145942.512500', '145942.972500', '145943.432500', '145943.892500', '145944.352500', '145944.812500', '145945.272500', '145945.732500', '145946.192500', '145946.652500', '145947.112500', '145947.572500', '145948.032500', '145948.492500', '145948.952500', '145949.412500', '145949.872500', '145950.332500', '145950.792500', '145951.252500', '145951.712500', '145952.172500', '145952.632500', '145953.092500', '145953.552500', '145954.012500', '145954.472500', '145954.932500', '145955.392500', '145955.852500', '145956.312500', '145956.772500', '145957.232500', '145957.692500', '145958.152500', '145958.612500', '145959.072500', '145959.532500', '145959.992500', '150000.452500', '150000.912500', '150001.372500', '150001.832500', '150002.292500', '150002.752500', '150003.212500', '150003.672500', '150004.132500', '150004.592500', '150005.052500', '150005.512500', '150005.972500', '150006.432500', '150006.892500', '150007.352500', '150007.812500', '150008.272500', '150008.732500', '150009.192500', '150009.652500', '150010.112500', '150010.572500', '150011.032500', '150011.492500', '150011.952500', '150012.412500', '150012.872500', '150013.332500', '150013.792500', '150014.252500', '150014.712500', '150015.172500', '150015.632500', '150016.092500', '150016.552500', '150017.012500', '150017.472500', '150017.932500', '150018.392500', '150018.852500', '150019.312500', '150019.772500', '150020.232500', '150020.692500', '150021.152500', '150021.612500', '150022.072500', '150022.532500', '150022.992500', '150023.452500', '150023.912500', '150024.372500', '150024.832500', '150025.292500', '150025.752500', '150026.212500', '150026.672500', '150027.132500', '150027.592500', '150028.052500', '150028.512500', '150028.972500', '150029.432500', '150029.892500', '150030.352500', '150030.812500', '150031.272500', '150031.732500', '150032.192500', '150032.652500', '150033.112500', '150033.572500', '150034.032500', '150034.492500', '150034.952500', '150035.412500', '150035.872500', '150036.332500', '150036.792500', '150037.252500', '150037.712500', '150038.172500', '150038.632500', '150039.092500', '150039.552500', '150040.012500', '150040.472500', '150040.932500', '150041.392500', '150041.852500', '150042.312500', '150042.772500', '150043.232500', '150043.692500', '150044.152500', '150044.612500', '150045.072500', '150045.532500', '150045.992500', '150046.452500', '150046.912500', '150047.372500', '150047.832500', '150048.292500', '150048.752500', '150049.212500', '150049.672500', '150050.132500', '150050.592500', '150051.052500', '150051.512500', '150051.972500', '150052.432500', '150052.892500', '150053.352500', '150053.812500', '150054.272500', '150054.732500', '150055.192500', '150055.652500', '150056.112500', '150056.572500', '150057.032500', '150057.492500', '150057.952500', '150058.412500', '150058.872500', '150059.332500', '150059.792500', '150100.252500', '150100.712500', '150101.172500', '150101.632500', '150102.092500', '150102.552500', '150103.012500', '150103.472500', '150103.932500', '150104.392500', '150104.852500', '150105.312500', '150105.772500', '150106.232500', '150106.692500', '150107.152500', '150107.612500', '150108.072500', '150108.532500', '150108.992500', '150109.452500', '150109.912500', '150110.372500', '150110.832500', '150111.292500', '150111.752500', '150112.212500', '150112.672500', '150113.132500', '150113.592500', '150114.052500', '150114.512500', '150114.972500', '150115.432500', '150115.892500', '150116.352500', '150116.812500', '150117.272500', '150117.732500', '150118.192500', '150118.652500', '150119.112500', '150119.572500', '150120.032500', '150120.492500', '150120.952500', '150121.412500', '150121.872500', '150122.332500', '150122.792500', '150123.252500', '150123.712500', '150124.172500', '150124.632500', '150125.092500', '150125.552500', '150126.012500', '150126.472500', '150126.932500', '150127.392500', '150127.852500', '150128.312500', '150128.772500', '150129.232500', '150129.692500', '150130.152500', '150130.612500', '150131.072500', '150131.532500', '150131.992500', '150132.452500', '150132.912500', '150133.372500', '150133.832500', '150134.292500', '150134.752500', '150135.212500', '150135.672500', '150136.132500', '150136.592500', '150137.052500', '150137.512500', '150137.972500', '150138.432500', '150138.892500', '150139.352500', '150139.812500', '150140.272500', '150140.732500', '150141.192500', '150141.652500', '150142.112500', '150142.572500', '150143.032500', '150143.492500', '150143.952500', '150144.412500', '150144.872500', '150145.332500', '150145.792500', '150146.252500', '150146.712500', '150147.172500', '150147.632500', '150148.092500', '150148.552500', '150149.012500', '150149.472500', '150149.932500', '150150.392500', '150150.852500', '150151.312500', '150151.772500', '150152.232500', '150152.692500', '150153.152500', '150153.612500', '150154.072500', '150154.532500', '150154.992500', '150155.452500', '150155.912500', '150156.372500', '150156.832500', '150157.292500', '150157.752500', '150158.212500', '150158.672500', '150159.132500', '150159.592500', '150200.052500', '150200.512500', '150200.972500', '150201.432500', '150201.892500', '150202.352500', '150202.812500', '150203.272500', '150203.732500', '150204.192500', '150204.652500', '150205.112500', '150205.572500', '150206.032500', '150206.492500', '150206.952500', '150207.412500', '150207.872500', '150208.332500', '150208.792500', '150209.252500', '150209.712500', '150210.172500', '150210.632500', '150211.092500', '150211.552500', '150212.012500', '150212.472500', '150212.932500', '150213.392500', '150213.852500', '150214.312500', '150214.772500', '150215.232500', '150215.692500', '150216.152500', '150216.612500', '150217.072500', '150217.532500', '150217.992500', '150218.452500', '150218.912500', '150219.372500', '150219.832500', '150220.292500', '150220.752500', '150221.212500', '150221.672500', '150222.132500', '150222.592500', '150223.052500', '150223.512500', '150223.972500', '150224.432500', '150224.892500', '150225.352500', '150225.812500', '150226.272500', '150226.732500', '150227.192500', '150227.652500', '150228.112500', '150228.572500', '150229.032500', '150229.492500', '150229.952500', '150230.412500', '150230.872500', '150231.332500', '150231.792500', '150232.252500', '150232.712500', '150233.172500', '150233.632500', '150234.092500', '150234.552500', '150235.012500', '150235.472500', '150235.932500', '150236.392500', '150236.852500', '150237.312500', '150237.772500', '150238.232500', '150238.692500', '150239.152500', '150239.612500', '150240.072500', '150240.532500', '150240.992500', '150241.452500', '150241.912500', '150242.372500', '150242.832500', '150243.292500', '150243.752500', '150244.212500', '150244.672500', '150245.132500', '150245.592500', '150246.052500', '150246.512500', '150246.972500', '150247.432500', '150247.892500', '150248.352500', '150248.812500', '150249.272500', '150249.732500', '150250.192500', '150250.652500', '150251.112500', '150251.572500', '150252.032500', '150252.492500', '150252.952500', '150253.412500', '150253.872500', '150254.332500', '150254.792500', '150255.252500', '150255.712500', '150256.172500', '150256.632500', '150257.092500', '150257.552500', '150258.012500', '150258.472500', '150258.932500', '150259.392500', '150259.852500', '150300.312500', '150300.772500', '150301.232500', '150301.692500', '150302.152500', '150302.612500', '150303.072500', '150303.532500', '150303.992500', '150304.452500', '150304.912500', '150305.372500', '150305.832500', '150306.292500', '150306.752500', '150307.212500', '150307.672500', '150308.132500', '150308.592500', '150309.052500', '150309.512500', '150309.972500', '150310.432500', '150310.892500', '150311.352500', '150311.812500', '150312.272500', '150312.732500', '150313.192500', '150313.652500', '150314.112500', '150314.572500', '150315.032500', '150315.492500', '150315.952500', '150316.412500', '150316.872500', '150317.332500', '150317.792500', '150318.252500', '150318.712500', '150319.172500', '150319.632500', '150320.092500', '150320.552500', '150321.012500', '150321.472500', '150321.932500', '150322.392500', '150322.852500', '150323.312500', '150323.772500', '150324.232500', '150324.692500', '150325.152500', '150325.612500', '150326.072500', '150326.532500', '150326.992500', '150327.452500', '150327.912500', '150328.372500', '150328.832500', '150329.292500', '150329.752500', '150330.212500', '150330.672500', '150331.132500', '150331.592500', '150332.052500', '150332.512500', '150332.972500', '150333.432500', '150333.892500', '150334.352500', '150334.812500', '150335.272500', '150335.732500', '150336.192500', '150336.652500', '150337.112500', '150337.572500', '150338.032500', '150338.492500', '150338.952500', '150339.412500', '150339.872500', '150340.332500', '150340.792500', '150341.252500', '150341.712500', '150342.172500', '150342.632500', '150343.092500', '150343.552500', '150344.012500', '150344.472500', '150344.932500', '150345.392500', '150345.852500', '150346.312500', '150346.772500', '150347.232500', '150347.692500', '150348.152500', '150348.612500', '150349.072500', '150349.532500', '150349.992500', '150350.452500', '150350.912500', '150351.372500', '150351.832500', '150352.292500', '150352.752500', '150353.212500', '150353.672500', '150354.132500', '150354.592500', '150355.052500', '150355.512500', '150355.972500', '150356.432500', '150356.892500', '150357.352500', '150357.812500', '150358.272500', '150358.732500', '150359.192500', '150359.652500', '150400.112500', '150400.572500', '150401.032500', '150401.492500', '150401.952500', '150402.412500', '150402.872500', '150403.332500', '150403.792500', '150404.252500', '150404.712500', '150405.172500', '150405.632500', '150406.092500', '150406.552500', '150407.012500', '150407.472500', '150407.932500', '150408.392500', '150408.852500', '150409.312500', '150409.772500', '150410.232500', '150410.692500', '150411.152500', '150411.612500', '150412.072500', '150412.532500', '150412.992500', '150413.452500', '150413.912500', '150414.372500', '150414.832500', '150415.292500', '150415.752500', '150416.212500', '150416.672500', '150417.132500', '150417.592500', '150418.052500', '150418.512500', '150418.972500', '150419.432500', '150419.892500', '150420.352500', '150420.812500', '150421.272500', '150421.732500', '150422.192500', '150422.652500', '150423.112500', '150423.572500', '150424.032500', '150424.492500', '150424.952500', '150425.412500', '150425.872500', '150426.332500', '150426.792500', '150427.252500', '150427.712500', '150428.172500', '150428.632500', '150429.092500', '150429.552500', '150430.012500', '150430.472500', '150430.932500', '150431.392500', '150431.852500', '150432.312500', '150432.772500', '150433.232500', '150433.692500', '150434.152500', '150434.612500', '150435.072500', '150435.532500', '150435.992500', '150436.452500', '150436.912500', '150437.372500', '150437.832500', '150438.292500', '150438.752500', '150439.212500', '150439.672500', '150440.132500', '150440.592500', '150441.052500', '150441.512500', '150441.972500', '150442.432500', '150442.892500', '150443.352500', '150443.812500', '150444.272500', '150444.732500', '150445.192500', '150445.652500', '150446.112500', '150446.572500', '150447.032500', '150447.492500', '150447.952500', '150448.412500', '150448.872500', '150449.332500', '150449.792500', '150450.252500', '150450.712500', '150451.172500', '150451.632500', '150452.092500', '150452.552500', '150453.012500', '150453.472500', '150453.932500', '150454.392500', '150454.852500', '150455.312500', '150455.772500', '150456.232500', '150456.692500', '150457.152500', '150457.612500', '150458.072500', '150458.532500', '150458.992500', '150459.452500', '150459.912500', '150500.372500', '150500.832500', '150501.292500', '150501.752500', '150502.212500', '150502.672500', '150503.132500', '150503.592500', '150504.052500', '150504.512500', '150504.972500', '150505.432500', '150505.892500', '150506.352500', '150506.812500', '150507.272500', '150507.732500', '150508.192500', '150508.652500', '150509.112500', '150509.572500', '150510.032500', '150510.492500'], 'ContentTime': ['145712.837000', '145712.840000', '145712.844000', '145712.846000', '145712.849000', '145712.852000', '145712.855000', '145712.858000', '145712.861000', '145712.863000', '145712.867000', '145712.869000', '145712.872000', '145712.875000', '145712.878000', '145712.881000', '145712.884000', '145712.886000', '145712.890000', '145712.892000', '145712.895000', '145712.898000', '145712.901000', '145712.904000', '145712.909000', '145712.912000', '145712.915000', '145712.917000', '145712.920000', '145712.923000', '145712.926000', '145712.929000', '145712.931000', '145732.810000', '145732.813000', '145732.816000', '145732.818000', '145732.821000', '145732.824000', '145732.827000', '145732.830000', '145732.847000', '145732.850000', '145732.853000', '145732.861000', '145732.864000', '145732.866000', '145732.869000', '145732.872000', '145732.875000', '145732.878000', '145732.881000', '145732.884000', '145732.886000', '145732.889000', '145732.892000', '145732.895000', '145732.898000', '145732.901000', '145732.903000', '145732.906000', '145732.909000', '145732.912000', '145732.915000', '145732.917000', '145732.920000', '145732.923000', '145732.926000', '145732.929000', '145732.932000', '145732.935000', '145732.938000', '145732.941000', '145732.944000', '145732.947000', '145732.950000', '145752.810000', '145752.813000', '145752.815000', '145752.818000', '145752.821000', '145752.824000', '145752.827000', '145752.830000', '145752.833000', '145752.835000', '145752.838000', '145752.841000', '145752.844000', '145752.847000', '145752.850000', '145752.853000', '145752.855000', '145752.860000', '145752.863000', '145752.866000', '145752.868000', '145752.871000', '145752.874000', '145752.877000', '145752.880000', '145752.883000', '145752.886000', '145752.889000', '145752.891000', '145752.894000', '145752.897000', '145752.900000', '145752.903000', '145752.906000', '145752.908000', '145752.911000', '145752.914000', '145752.917000', '145752.920000', '145752.923000', '145752.926000', '145752.929000', '145752.931000', '145752.934000', '145812.809000', '145812.812000', '145812.815000', '145812.817000', '145812.820000', '145812.823000', '145812.826000', '145812.829000', '145812.832000', '145812.835000', '145812.838000', '145812.840000', '145812.843000', '145812.846000', '145812.849000', '145812.852000', '145812.855000', '145812.858000', '145812.860000', '145812.863000', '145812.866000', '145812.869000', '145812.872000', '145812.875000', '145812.877000', '145812.880000', '145812.883000', '145812.886000', '145812.889000', '145812.892000', '145812.895000', '145812.897000', '145812.900000', '145812.903000', '145812.906000', '145812.909000', '145812.911000', '145812.914000', '145812.917000', '145812.920000', '145812.923000', '145812.926000', '145812.928000', '145832.809000', '145832.812000', '145832.815000', '145832.817000', '145832.820000', '145832.823000', '145832.826000', '145832.829000', '145832.832000', '145832.835000', '145832.838000', '145832.840000', '145832.843000', '145832.846000', '145832.849000', '145832.852000', '145832.855000', '145832.858000', '145832.861000', '145832.863000', '145832.866000', '145832.869000', '145832.872000', '145832.875000', '145832.878000', '145832.880000', '145832.883000', '145832.886000', '145832.889000', '145832.892000', '145832.895000', '145832.897000', '145832.900000', '145832.903000', '145832.906000', '145832.909000', '145832.912000', '145832.914000', '145832.917000', '145832.920000', '145832.923000', '145832.926000', '145832.929000', '145832.931000', '145852.810000', '145852.813000', '145852.815000', '145852.818000', '145852.821000', '145852.824000', '145852.827000', '145852.830000', '145852.833000', '145852.836000', '145852.839000', '145852.842000', '145852.845000', '145852.847000', '145852.850000', '145852.853000', '145852.856000', '145852.859000', '145852.862000', '145852.865000', '145852.868000', '145852.871000', '145852.873000', '145852.876000', '145852.879000', '145852.882000', '145852.885000', '145852.888000', '145852.891000', '145852.894000', '145852.896000', '145852.899000', '145852.902000', '145852.905000', '145852.908000', '145852.911000', '145852.914000', '145852.917000', '145852.919000', '145852.922000', '145852.925000', '145852.928000', '145852.931000', '145912.810000', '145912.813000', '145912.816000', '145912.819000', '145912.824000', '145912.828000', '145912.831000', '145912.834000', '145912.836000', '145912.839000', '145912.842000', '145912.845000', '145912.848000', '145912.851000', '145912.854000', '145912.857000', '145912.859000', '145912.862000', '145912.877000', '145912.880000', '145912.883000', '145912.886000', '145912.889000', '145912.892000', '145912.894000', '145912.904000', '145912.907000', '145912.910000', '145912.913000', '145912.916000', '145912.919000', '145912.921000', '145912.924000', '145912.927000', '145912.930000', '145912.933000', '145912.936000', '145912.939000', '145912.941000', '145912.944000', '145912.947000', '145912.950000', '145912.953000', '145932.810000', '145932.813000', '145932.816000', '145932.818000', '145932.821000', '145932.824000', '145932.827000', '145932.830000', '145932.833000', '145932.836000', '145932.838000', '145932.841000', '145932.844000', '145932.847000', '145932.850000', '145932.853000', '145932.856000', '145932.859000', '145932.862000', '145932.864000', '145932.867000', '145932.870000', '145932.873000', '145932.876000', '145932.879000', '145932.882000', '145932.885000', '145932.887000', '145932.890000', '145932.893000', '145932.896000', '145932.899000', '145932.902000', '145932.905000', '145932.907000', '145932.910000', '145932.913000', '145932.916000', '145932.919000', '145932.922000', '145932.925000', '145932.928000', '145932.930000', '145932.933000', '145952.810000', '145952.813000', '145952.816000', '145952.819000', '145952.821000', '145952.824000', '145952.827000', '145952.830000', '145952.833000', '145952.836000', '145952.841000', '145952.844000', '145952.848000', '145952.851000', '145952.854000', '145952.856000', '145952.864000', '145952.867000', '145952.869000', '145952.872000', '145952.875000', '145952.878000', '145952.881000', '145952.884000', '145952.887000', '145952.889000', '145952.892000', '145952.895000', '145952.898000', '145952.901000', '145952.904000', '145952.907000', '145952.909000', '145952.912000', '145952.915000', '145952.918000', '145952.921000', '145952.924000', '145952.926000', '145952.929000', '145952.932000', '145952.935000', '145952.938000', '150012.810000', '150012.813000', '150012.816000', '150012.819000', '150012.822000', '150012.824000', '150012.827000', '150012.830000', '150012.833000', '150012.836000', '150012.839000', '150012.842000', '150012.845000', '150012.848000', '150012.850000', '150012.853000', '150012.856000', '150012.859000', '150012.862000', '150012.865000', '150012.868000', '150012.871000', '150012.874000', '150012.877000', '150012.879000', '150012.882000', '150012.885000', '150012.892000', '150012.895000', '150012.898000', '150012.901000', '150012.904000', '150012.906000', '150012.909000', '150012.912000', '150012.915000', '150012.918000', '150012.921000', '150012.924000', '150012.926000', '150012.929000', '150012.932000', '150012.935000', '150012.938000', '150032.809000', '150032.812000', '150032.815000', '150032.818000', '150032.821000', '150032.824000', '150032.826000', '150032.829000', '150032.832000', '150032.835000', '150032.838000', '150032.841000', '150032.844000', '150032.847000', '150032.849000', '150032.853000', '150032.857000', '150032.861000', '150032.864000', '150032.867000', '150032.870000', '150032.873000', '150032.876000', '150032.879000', '150032.882000', '150032.884000', '150032.887000', '150032.890000', '150032.893000', '150032.896000', '150032.899000', '150032.902000', '150032.904000', '150032.907000', '150032.910000', '150032.913000', '150032.916000', '150032.919000', '150032.921000', '150032.924000', '150032.927000', '150032.930000', '150032.933000', '150052.816000', '150052.819000', '150052.828000', '150052.831000', '150052.834000', '150052.837000', '150052.840000', '150052.843000', '150052.846000', '150052.848000', '150052.851000', '150052.854000', '150052.857000', '150052.860000', '150052.863000', '150052.866000', '150052.869000', '150052.872000', '150052.875000', '150052.878000', '150052.880000', '150052.883000', '150052.886000', '150052.889000', '150052.892000', '150052.895000', '150052.897000', '150052.900000', '150052.903000', '150052.906000', '150052.909000', '150052.912000', '150052.915000', '150052.917000', '150052.920000', '150052.923000', '150052.926000', '150052.929000', '150052.932000', '150052.935000', '150052.937000', '150052.940000', '150052.943000', '150052.946000', '150112.811000', '150112.814000', '150112.817000', '150112.820000', '150112.823000', '150112.826000', '150112.829000', '150112.832000', '150112.834000', '150112.837000', '150112.840000', '150112.843000', '150112.846000', '150112.849000', '150112.852000', '150112.855000', '150112.858000', '150112.860000', '150112.863000', '150112.866000', '150112.869000', '150112.872000', '150112.875000', '150112.878000', '150112.881000', '150112.886000', '150112.890000', '150112.893000', '150112.896000', '150112.899000', '150112.902000', '150112.920000', '150112.923000', '150112.926000', '150112.929000', '150112.932000', '150112.934000', '150112.937000', '150112.940000', '150112.943000', '150112.946000', '150112.949000', '150112.952000', '150132.810000', '150132.813000', '150132.816000', '150132.819000', '150132.822000', '150132.825000', '150132.827000', '150132.830000', '150132.833000', '150132.836000', '150132.839000', '150132.842000', '150132.845000', '150132.848000', '150132.851000', '150132.853000', '150132.856000', '150132.859000', '150132.862000', '150132.865000', '150132.868000', '150132.871000', '150132.874000', '150132.877000', '150132.879000', '150132.882000', '150132.885000', '150132.888000', '150132.891000', '150132.894000', '150132.897000', '150132.899000', '150132.902000', '150132.905000', '150132.908000', '150132.911000', '150132.914000', '150132.917000', '150132.920000', '150132.922000', '150132.925000', '150132.928000', '150132.931000', '150132.934000', '150152.810000', '150152.813000', '150152.816000', '150152.819000', '150152.822000', '150152.824000', '150152.827000', '150152.830000', '150152.833000', '150152.836000', '150152.839000', '150152.842000', '150152.845000', '150152.848000', '150152.850000', '150152.853000', '150152.856000', '150152.859000', '150152.862000', '150152.865000', '150152.868000', '150152.871000', '150152.874000', '150152.877000', '150152.879000', '150152.882000', '150152.885000', '150152.888000', '150152.891000', '150152.894000', '150152.897000', '150152.900000', '150152.903000', '150152.905000', '150152.908000', '150152.911000', '150152.914000', '150152.917000', '150152.920000', '150152.923000', '150152.925000', '150152.928000', '150152.931000', '150212.810000', '150212.813000', '150212.816000', '150212.819000', '150212.822000', '150212.824000', '150212.827000', '150212.830000', '150212.833000', '150212.836000', '150212.839000', '150212.842000', '150212.845000', '150212.848000', '150212.850000', '150212.853000', '150212.856000', '150212.859000', '150212.862000', '150212.865000', '150212.868000', '150212.870000', '150212.873000', '150212.876000', '150212.879000', '150212.899000', '150212.901000', '150212.904000', '150212.914000', '150212.917000', '150212.920000', '150212.923000', '150212.926000', '150212.928000', '150212.931000', '150212.934000', '150212.937000', '150212.940000', '150212.943000', '150212.946000', '150212.948000', '150212.951000', '150212.954000', '150212.957000', '150232.810000', '150232.814000', '150232.817000', '150232.820000', '150232.822000', '150232.825000', '150232.828000', '150232.831000', '150232.834000', '150232.837000', '150232.840000', '150232.843000', '150232.846000', '150232.850000', '150232.853000', '150232.856000', '150232.859000', '150232.861000', '150232.865000', '150232.867000', '150232.870000', '150232.873000', '150232.876000', '150232.879000', '150232.882000', '150232.885000', '150232.888000', '150232.890000', '150232.893000', '150232.896000', '150232.899000', '150232.902000', '150232.905000', '150232.908000', '150232.911000', '150232.914000', '150232.916000', '150232.919000', '150232.922000', '150232.925000', '150232.928000', '150232.933000', '150232.936000', '150252.809000', '150252.812000', '150252.815000', '150252.818000', '150252.821000', '150252.823000', '150252.826000', '150252.829000', '150252.832000', '150252.835000', '150252.838000', '150252.841000', '150252.844000', '150252.846000', '150252.849000', '150252.852000', '150252.855000', '150252.858000', '150252.861000', '150252.864000', '150252.867000', '150252.869000', '150252.872000', '150252.875000', '150252.878000', '150252.881000', '150252.884000', '150252.887000', '150252.890000', '150252.893000', '150252.895000', '150252.898000', '150252.901000', '150252.904000', '150252.907000', '150252.910000', '150252.913000', '150252.915000', '150252.918000', '150252.921000', '150252.924000', '150252.927000', '150252.930000', '150252.933000', '150312.809000', '150312.846000', '150312.849000', '150312.852000', '150312.855000', '150312.858000', '150312.861000', '150312.863000', '150312.866000', '150312.869000', '150312.872000', '150312.875000', '150312.878000', '150312.881000', '150312.884000', '150312.886000', '150312.889000', '150312.892000', '150312.895000', '150312.898000', '150312.901000', '150312.903000', '150312.906000', '150312.909000', '150312.912000', '150312.915000', '150312.918000', '150312.921000', '150312.923000', '150312.926000', '150312.930000', '150312.935000', '150312.938000', '150312.941000', '150312.944000', '150312.947000', '150312.950000', '150312.953000', '150312.955000', '150312.958000', '150312.961000', '150312.964000', '150312.967000', '150332.810000', '150332.813000', '150332.816000', '150332.819000', '150332.822000', '150332.824000', '150332.827000', '150332.830000', '150332.833000', '150332.836000', '150332.839000', '150332.842000', '150332.845000', '150332.847000', '150332.850000', '150332.853000', '150332.856000', '150332.859000', '150332.862000', '150332.865000', '150332.867000', '150332.870000', '150332.873000', '150332.876000', '150332.879000', '150332.881000', '150332.884000', '150332.887000', '150332.890000', '150332.893000', '150332.896000', '150332.899000', '150332.902000', '150332.904000', '150332.907000', '150332.910000', '150332.924000', '150332.927000', '150332.930000', '150332.933000', '150332.936000', '150332.939000', '150332.941000', '150332.944000', '150352.810000', '150352.813000', '150352.816000', '150352.818000', '150352.822000', '150352.824000', '150352.827000', '150352.830000', '150352.833000', '150352.836000', '150352.839000', '150352.842000', '150352.845000', '150352.847000', '150352.850000', '150352.853000', '150352.856000', '150352.859000', '150352.862000', '150352.865000', '150352.868000', '150352.871000', '150352.873000', '150352.876000', '150352.879000', '150352.882000', '150352.885000', '150352.889000', '150352.892000', '150352.895000', '150352.898000', '150352.901000', '150352.903000', '150352.906000', '150352.909000', '150352.912000', '150352.915000', '150352.918000', '150352.920000', '150352.923000', '150352.926000', '150352.934000', '150352.937000', '150412.810000', '150412.813000', '150412.816000', '150412.819000', '150412.822000', '150412.825000', '150412.828000', '150412.830000', '150412.833000', '150412.836000', '150412.839000', '150412.842000', '150412.845000', '150412.848000', '150412.851000', '150412.854000', '150412.856000', '150412.860000', '150412.862000', '150412.865000', '150412.868000', '150412.871000', '150412.874000', '150412.877000', '150412.880000', '150412.883000', '150412.885000', '150412.888000', '150412.891000', '150412.894000', '150412.897000', '150412.900000', '150412.902000', '150412.905000', '150412.908000', '150412.911000', '150412.914000', '150412.917000', '150412.920000', '150412.923000', '150412.925000', '150412.928000', '150412.931000', '150412.934000', '150432.810000', '150432.813000', '150432.816000', '150432.819000', '150432.822000', '150432.825000', '150432.827000', '150432.830000', '150432.833000', '150432.836000', '150432.839000', '150432.842000', '150432.845000', '150432.848000', '150432.850000', '150432.853000', '150432.856000', '150432.859000', '150432.862000', '150432.865000', '150432.868000', '150432.871000', '150432.874000', '150432.877000', '150432.879000', '150432.882000', '150432.885000', '150432.888000', '150432.891000', '150432.894000', '150432.897000', '150432.900000', '150432.902000', '150432.905000', '150432.908000', '150432.911000', '150432.914000', '150432.917000', '150432.920000', '150432.923000', '150432.925000', '150432.928000', '150432.931000', '150452.810000', '150452.813000', '150452.816000', '150452.819000', '150452.822000', '150452.825000', '150452.828000', '150452.831000', '150452.833000', '150452.836000', '150452.839000', '150452.842000', '150452.845000', '150452.848000', '150452.851000', '150452.853000', '150452.856000', '150452.859000', '150452.862000', '150452.865000', '150452.868000', '150452.871000', '150452.874000', '150452.877000', '150452.880000', '150452.883000', '150452.885000', '150452.888000', '150452.891000', '150452.894000', '150452.897000', '150452.900000', '150452.915000', '150452.918000', '150452.920000', '150452.923000', '150452.930000', '150452.933000', '150452.936000', '150452.938000', '150452.941000', '150452.944000', '150452.947000', '150452.950000', '150511.191000', '150511.194000', '150511.197000', '150511.201000', '150511.204000', '150511.207000', '150511.211000', '150511.214000', '150511.218000', '150511.221000', '150511.224000', '150511.227000', '150511.230000', '150511.233000', '150511.236000', '150511.239000', '150511.242000', '150511.245000', '150511.248000', '150511.251000', '150511.254000', '150511.257000', '150511.260000', '150511.264000', '150511.267000', '150511.270000', '150511.273000', '150511.275000', '150511.278000', '150511.281000', '150511.284000', '150511.287000', '150511.290000', '150511.293000', '150511.296000', '150511.299000', '150511.302000', '150511.304000', '150511.307000', '150511.310000'], 'InstanceCreationTime': ['145712.837000', '145712.840000', '145712.844000', '145712.846000', '145712.849000', '145712.852000', '145712.855000', '145712.858000', '145712.861000', '145712.863000', '145712.867000', '145712.869000', '145712.872000', '145712.875000', '145712.878000', '145712.881000', '145712.884000', '145712.886000', '145712.890000', '145712.892000', '145712.895000', '145712.898000', '145712.901000', '145712.904000', '145712.909000', '145712.912000', '145712.915000', '145712.917000', '145712.920000', '145712.923000', '145712.926000', '145712.929000', '145712.931000', '145732.810000', '145732.813000', '145732.816000', '145732.818000', '145732.821000', '145732.824000', '145732.827000', '145732.830000', '145732.847000', '145732.850000', '145732.853000', '145732.861000', '145732.864000', '145732.866000', '145732.869000', '145732.872000', '145732.875000', '145732.878000', '145732.881000', '145732.884000', '145732.886000', '145732.889000', '145732.892000', '145732.895000', '145732.898000', '145732.901000', '145732.903000', '145732.906000', '145732.909000', '145732.912000', '145732.915000', '145732.917000', '145732.920000', '145732.923000', '145732.926000', '145732.929000', '145732.932000', '145732.935000', '145732.938000', '145732.941000', '145732.944000', '145732.947000', '145732.950000', '145752.810000', '145752.813000', '145752.815000', '145752.818000', '145752.821000', '145752.824000', '145752.827000', '145752.830000', '145752.833000', '145752.835000', '145752.838000', '145752.841000', '145752.844000', '145752.847000', '145752.850000', '145752.853000', '145752.855000', '145752.860000', '145752.863000', '145752.866000', '145752.868000', '145752.871000', '145752.874000', '145752.877000', '145752.880000', '145752.883000', '145752.886000', '145752.889000', '145752.891000', '145752.894000', '145752.897000', '145752.900000', '145752.903000', '145752.906000', '145752.908000', '145752.911000', '145752.914000', '145752.917000', '145752.920000', '145752.923000', '145752.926000', '145752.929000', '145752.931000', '145752.934000', '145812.809000', '145812.812000', '145812.815000', '145812.817000', '145812.820000', '145812.823000', '145812.826000', '145812.829000', '145812.832000', '145812.835000', '145812.838000', '145812.840000', '145812.843000', '145812.846000', '145812.849000', '145812.852000', '145812.855000', '145812.858000', '145812.860000', '145812.863000', '145812.866000', '145812.869000', '145812.872000', '145812.875000', '145812.877000', '145812.880000', '145812.883000', '145812.886000', '145812.889000', '145812.892000', '145812.895000', '145812.897000', '145812.900000', '145812.903000', '145812.906000', '145812.909000', '145812.911000', '145812.914000', '145812.917000', '145812.920000', '145812.923000', '145812.926000', '145812.928000', '145832.809000', '145832.812000', '145832.815000', '145832.817000', '145832.820000', '145832.823000', '145832.826000', '145832.829000', '145832.832000', '145832.835000', '145832.838000', '145832.840000', '145832.843000', '145832.846000', '145832.849000', '145832.852000', '145832.855000', '145832.858000', '145832.861000', '145832.863000', '145832.866000', '145832.869000', '145832.872000', '145832.875000', '145832.878000', '145832.880000', '145832.883000', '145832.886000', '145832.889000', '145832.892000', '145832.895000', '145832.897000', '145832.900000', '145832.903000', '145832.906000', '145832.909000', '145832.912000', '145832.914000', '145832.917000', '145832.920000', '145832.923000', '145832.926000', '145832.929000', '145832.931000', '145852.810000', '145852.813000', '145852.815000', '145852.818000', '145852.821000', '145852.824000', '145852.827000', '145852.830000', '145852.833000', '145852.836000', '145852.839000', '145852.842000', '145852.845000', '145852.847000', '145852.850000', '145852.853000', '145852.856000', '145852.859000', '145852.862000', '145852.865000', '145852.868000', '145852.871000', '145852.873000', '145852.876000', '145852.879000', '145852.882000', '145852.885000', '145852.888000', '145852.891000', '145852.894000', '145852.896000', '145852.899000', '145852.902000', '145852.905000', '145852.908000', '145852.911000', '145852.914000', '145852.917000', '145852.919000', '145852.922000', '145852.925000', '145852.928000', '145852.931000', '145912.810000', '145912.813000', '145912.816000', '145912.819000', '145912.824000', '145912.828000', '145912.831000', '145912.834000', '145912.836000', '145912.839000', '145912.842000', '145912.845000', '145912.848000', '145912.851000', '145912.854000', '145912.857000', '145912.859000', '145912.862000', '145912.877000', '145912.880000', '145912.883000', '145912.886000', '145912.889000', '145912.892000', '145912.894000', '145912.904000', '145912.907000', '145912.910000', '145912.913000', '145912.916000', '145912.919000', '145912.921000', '145912.924000', '145912.927000', '145912.930000', '145912.933000', '145912.936000', '145912.939000', '145912.941000', '145912.944000', '145912.947000', '145912.950000', '145912.953000', '145932.810000', '145932.813000', '145932.816000', '145932.818000', '145932.821000', '145932.824000', '145932.827000', '145932.830000', '145932.833000', '145932.836000', '145932.838000', '145932.841000', '145932.844000', '145932.847000', '145932.850000', '145932.853000', '145932.856000', '145932.859000', '145932.862000', '145932.864000', '145932.867000', '145932.870000', '145932.873000', '145932.876000', '145932.879000', '145932.882000', '145932.885000', '145932.887000', '145932.890000', '145932.893000', '145932.896000', '145932.899000', '145932.902000', '145932.905000', '145932.907000', '145932.910000', '145932.913000', '145932.916000', '145932.919000', '145932.922000', '145932.925000', '145932.928000', '145932.930000', '145932.933000', '145952.810000', '145952.813000', '145952.816000', '145952.819000', '145952.821000', '145952.824000', '145952.827000', '145952.830000', '145952.833000', '145952.836000', '145952.841000', '145952.844000', '145952.848000', '145952.851000', '145952.854000', '145952.856000', '145952.864000', '145952.867000', '145952.869000', '145952.872000', '145952.875000', '145952.878000', '145952.881000', '145952.884000', '145952.887000', '145952.889000', '145952.892000', '145952.895000', '145952.898000', '145952.901000', '145952.904000', '145952.907000', '145952.909000', '145952.912000', '145952.915000', '145952.918000', '145952.921000', '145952.924000', '145952.926000', '145952.929000', '145952.932000', '145952.935000', '145952.938000', '150012.810000', '150012.813000', '150012.816000', '150012.819000', '150012.822000', '150012.824000', '150012.827000', '150012.830000', '150012.833000', '150012.836000', '150012.839000', '150012.842000', '150012.845000', '150012.848000', '150012.850000', '150012.853000', '150012.856000', '150012.859000', '150012.862000', '150012.865000', '150012.868000', '150012.871000', '150012.874000', '150012.877000', '150012.879000', '150012.882000', '150012.885000', '150012.892000', '150012.895000', '150012.898000', '150012.901000', '150012.904000', '150012.906000', '150012.909000', '150012.912000', '150012.915000', '150012.918000', '150012.921000', '150012.924000', '150012.926000', '150012.929000', '150012.932000', '150012.935000', '150012.938000', '150032.809000', '150032.812000', '150032.815000', '150032.818000', '150032.821000', '150032.824000', '150032.826000', '150032.829000', '150032.832000', '150032.835000', '150032.838000', '150032.841000', '150032.844000', '150032.847000', '150032.849000', '150032.853000', '150032.857000', '150032.861000', '150032.864000', '150032.867000', '150032.870000', '150032.873000', '150032.876000', '150032.879000', '150032.882000', '150032.884000', '150032.887000', '150032.890000', '150032.893000', '150032.896000', '150032.899000', '150032.902000', '150032.904000', '150032.907000', '150032.910000', '150032.913000', '150032.916000', '150032.919000', '150032.921000', '150032.924000', '150032.927000', '150032.930000', '150032.933000', '150052.816000', '150052.819000', '150052.828000', '150052.831000', '150052.834000', '150052.837000', '150052.840000', '150052.843000', '150052.846000', '150052.848000', '150052.851000', '150052.854000', '150052.857000', '150052.860000', '150052.863000', '150052.866000', '150052.869000', '150052.872000', '150052.875000', '150052.878000', '150052.880000', '150052.883000', '150052.886000', '150052.889000', '150052.892000', '150052.895000', '150052.897000', '150052.900000', '150052.903000', '150052.906000', '150052.909000', '150052.912000', '150052.915000', '150052.917000', '150052.920000', '150052.923000', '150052.926000', '150052.929000', '150052.932000', '150052.935000', '150052.937000', '150052.940000', '150052.943000', '150052.946000', '150112.811000', '150112.814000', '150112.817000', '150112.820000', '150112.823000', '150112.826000', '150112.829000', '150112.832000', '150112.834000', '150112.837000', '150112.840000', '150112.843000', '150112.846000', '150112.849000', '150112.852000', '150112.855000', '150112.858000', '150112.860000', '150112.863000', '150112.866000', '150112.869000', '150112.872000', '150112.875000', '150112.878000', '150112.881000', '150112.886000', '150112.890000', '150112.893000', '150112.896000', '150112.899000', '150112.902000', '150112.920000', '150112.923000', '150112.926000', '150112.929000', '150112.932000', '150112.934000', '150112.937000', '150112.940000', '150112.943000', '150112.946000', '150112.949000', '150112.952000', '150132.810000', '150132.813000', '150132.816000', '150132.819000', '150132.822000', '150132.825000', '150132.827000', '150132.830000', '150132.833000', '150132.836000', '150132.839000', '150132.842000', '150132.845000', '150132.848000', '150132.851000', '150132.853000', '150132.856000', '150132.859000', '150132.862000', '150132.865000', '150132.868000', '150132.871000', '150132.874000', '150132.877000', '150132.879000', '150132.882000', '150132.885000', '150132.888000', '150132.891000', '150132.894000', '150132.897000', '150132.899000', '150132.902000', '150132.905000', '150132.908000', '150132.911000', '150132.914000', '150132.917000', '150132.920000', '150132.922000', '150132.925000', '150132.928000', '150132.931000', '150132.934000', '150152.810000', '150152.813000', '150152.816000', '150152.819000', '150152.822000', '150152.824000', '150152.827000', '150152.830000', '150152.833000', '150152.836000', '150152.839000', '150152.842000', '150152.845000', '150152.848000', '150152.850000', '150152.853000', '150152.856000', '150152.859000', '150152.862000', '150152.865000', '150152.868000', '150152.871000', '150152.874000', '150152.877000', '150152.879000', '150152.882000', '150152.885000', '150152.888000', '150152.891000', '150152.894000', '150152.897000', '150152.900000', '150152.903000', '150152.905000', '150152.908000', '150152.911000', '150152.914000', '150152.917000', '150152.920000', '150152.923000', '150152.925000', '150152.928000', '150152.931000', '150212.810000', '150212.813000', '150212.816000', '150212.819000', '150212.822000', '150212.824000', '150212.827000', '150212.830000', '150212.833000', '150212.836000', '150212.839000', '150212.842000', '150212.845000', '150212.848000', '150212.850000', '150212.853000', '150212.856000', '150212.859000', '150212.862000', '150212.865000', '150212.868000', '150212.870000', '150212.873000', '150212.876000', '150212.879000', '150212.899000', '150212.901000', '150212.904000', '150212.914000', '150212.917000', '150212.920000', '150212.923000', '150212.926000', '150212.928000', '150212.931000', '150212.934000', '150212.937000', '150212.940000', '150212.943000', '150212.946000', '150212.948000', '150212.951000', '150212.954000', '150212.957000', '150232.810000', '150232.814000', '150232.817000', '150232.820000', '150232.822000', '150232.825000', '150232.828000', '150232.831000', '150232.834000', '150232.837000', '150232.840000', '150232.843000', '150232.846000', '150232.850000', '150232.853000', '150232.856000', '150232.859000', '150232.861000', '150232.865000', '150232.867000', '150232.870000', '150232.873000', '150232.876000', '150232.879000', '150232.882000', '150232.885000', '150232.888000', '150232.890000', '150232.893000', '150232.896000', '150232.899000', '150232.902000', '150232.905000', '150232.908000', '150232.911000', '150232.914000', '150232.916000', '150232.919000', '150232.922000', '150232.925000', '150232.928000', '150232.933000', '150232.936000', '150252.809000', '150252.812000', '150252.815000', '150252.818000', '150252.821000', '150252.823000', '150252.826000', '150252.829000', '150252.832000', '150252.835000', '150252.838000', '150252.841000', '150252.844000', '150252.846000', '150252.849000', '150252.852000', '150252.855000', '150252.858000', '150252.861000', '150252.864000', '150252.867000', '150252.869000', '150252.872000', '150252.875000', '150252.878000', '150252.881000', '150252.884000', '150252.887000', '150252.890000', '150252.893000', '150252.895000', '150252.898000', '150252.901000', '150252.904000', '150252.907000', '150252.910000', '150252.913000', '150252.915000', '150252.918000', '150252.921000', '150252.924000', '150252.927000', '150252.930000', '150252.933000', '150312.809000', '150312.846000', '150312.849000', '150312.852000', '150312.855000', '150312.858000', '150312.861000', '150312.863000', '150312.866000', '150312.869000', '150312.872000', '150312.875000', '150312.878000', '150312.881000', '150312.884000', '150312.886000', '150312.889000', '150312.892000', '150312.895000', '150312.898000', '150312.901000', '150312.903000', '150312.906000', '150312.909000', '150312.912000', '150312.915000', '150312.918000', '150312.921000', '150312.923000', '150312.926000', '150312.930000', '150312.935000', '150312.938000', '150312.941000', '150312.944000', '150312.947000', '150312.950000', '150312.953000', '150312.955000', '150312.958000', '150312.961000', '150312.964000', '150312.967000', '150332.810000', '150332.813000', '150332.816000', '150332.819000', '150332.822000', '150332.824000', '150332.827000', '150332.830000', '150332.833000', '150332.836000', '150332.839000', '150332.842000', '150332.845000', '150332.847000', '150332.850000', '150332.853000', '150332.856000', '150332.859000', '150332.862000', '150332.865000', '150332.867000', '150332.870000', '150332.873000', '150332.876000', '150332.879000', '150332.881000', '150332.884000', '150332.887000', '150332.890000', '150332.893000', '150332.896000', '150332.899000', '150332.902000', '150332.904000', '150332.907000', '150332.910000', '150332.924000', '150332.927000', '150332.930000', '150332.933000', '150332.936000', '150332.939000', '150332.941000', '150332.944000', '150352.810000', '150352.813000', '150352.816000', '150352.818000', '150352.822000', '150352.824000', '150352.827000', '150352.830000', '150352.833000', '150352.836000', '150352.839000', '150352.842000', '150352.845000', '150352.847000', '150352.850000', '150352.853000', '150352.856000', '150352.859000', '150352.862000', '150352.865000', '150352.868000', '150352.871000', '150352.873000', '150352.876000', '150352.879000', '150352.882000', '150352.885000', '150352.889000', '150352.892000', '150352.895000', '150352.898000', '150352.901000', '150352.903000', '150352.906000', '150352.909000', '150352.912000', '150352.915000', '150352.918000', '150352.920000', '150352.923000', '150352.926000', '150352.934000', '150352.937000', '150412.810000', '150412.813000', '150412.816000', '150412.819000', '150412.822000', '150412.825000', '150412.828000', '150412.830000', '150412.833000', '150412.836000', '150412.839000', '150412.842000', '150412.845000', '150412.848000', '150412.851000', '150412.854000', '150412.856000', '150412.860000', '150412.862000', '150412.865000', '150412.868000', '150412.871000', '150412.874000', '150412.877000', '150412.880000', '150412.883000', '150412.885000', '150412.888000', '150412.891000', '150412.894000', '150412.897000', '150412.900000', '150412.902000', '150412.905000', '150412.908000', '150412.911000', '150412.914000', '150412.917000', '150412.920000', '150412.923000', '150412.925000', '150412.928000', '150412.931000', '150412.934000', '150432.810000', '150432.813000', '150432.816000', '150432.819000', '150432.822000', '150432.825000', '150432.827000', '150432.830000', '150432.833000', '150432.836000', '150432.839000', '150432.842000', '150432.845000', '150432.848000', '150432.850000', '150432.853000', '150432.856000', '150432.859000', '150432.862000', '150432.865000', '150432.868000', '150432.871000', '150432.874000', '150432.877000', '150432.879000', '150432.882000', '150432.885000', '150432.888000', '150432.891000', '150432.894000', '150432.897000', '150432.900000', '150432.902000', '150432.905000', '150432.908000', '150432.911000', '150432.914000', '150432.917000', '150432.920000', '150432.923000', '150432.925000', '150432.928000', '150432.931000', '150452.810000', '150452.813000', '150452.816000', '150452.819000', '150452.822000', '150452.825000', '150452.828000', '150452.831000', '150452.833000', '150452.836000', '150452.839000', '150452.842000', '150452.845000', '150452.848000', '150452.851000', '150452.853000', '150452.856000', '150452.859000', '150452.862000', '150452.865000', '150452.868000', '150452.871000', '150452.874000', '150452.877000', '150452.880000', '150452.883000', '150452.885000', '150452.888000', '150452.891000', '150452.894000', '150452.897000', '150452.900000', '150452.915000', '150452.918000', '150452.920000', '150452.923000', '150452.930000', '150452.933000', '150452.936000', '150452.938000', '150452.941000', '150452.944000', '150452.947000', '150452.950000', '150511.191000', '150511.194000', '150511.197000', '150511.201000', '150511.204000', '150511.207000', '150511.211000', '150511.214000', '150511.218000', '150511.221000', '150511.224000', '150511.227000', '150511.230000', '150511.233000', '150511.236000', '150511.239000', '150511.242000', '150511.245000', '150511.248000', '150511.251000', '150511.254000', '150511.257000', '150511.260000', '150511.264000', '150511.267000', '150511.270000', '150511.273000', '150511.275000', '150511.278000', '150511.281000', '150511.284000', '150511.287000', '150511.290000', '150511.293000', '150511.296000', '150511.299000', '150511.302000', '150511.304000', '150511.307000', '150511.310000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [11805, 8760, 11271, 8618, 11149, 8425, 9597, 8222, 9194, 7938, 8949, 8151, 8386, 7946, 8451, 7820, 8858, 8012, 8403, 9393, 8453, 9933, 7889, 9649, 7349, 9277, 7660, 9159, 7161, 9291, 7401, 8885, 8235, 8365, 11219, 7962, 11988, 7600, 9988, 7580, 9419, 7734, 9155, 7170, 8947, 7626, 8866, 12700, 9801, 13635, 9233, 11858, 9009, 10485, 7914, 10133, 8057, 8887, 8302, 8299, 11570, 8112, 12633, 10404, 10877, 7448, 9396, 7334, 8667, 8698, 8774, 10046, 8451, 12257, 8098, 12930, 9266, 10388, 9597, 10243, 7547, 9240, 7355, 8851, 7439, 8884, 7504, 8643, 11323, 8364, 13431, 10572, 12969, 8284, 10470, 7502, 9864, 7359, 9354, 7230, 8786, 7414, 8848, 7764, 8789, 8284, 8649, 7743, 8766, 11002, 8605, 11964, 8612, 11224, 8518, 11311, 8309, 10785, 8414, 10814, 9783, 11265, 8010, 10493, 7748, 9814, 7992, 9166, 8098, 9207, 7817, 9261, 8020, 9656, 7780, 10537, 7782, 9705, 7834, 9216, 8374, 10964, 8436, 11290, 8164, 9506, 8288, 9556, 8189, 11669, 9093, 10291, 8120, 8638, 11525, 8480, 13681, 9034, 12962, 10360, 11684, 8484, 11075, 8712, 11792, 9983, 11184, 8424, 10638, 8222, 9147, 8496, 8846, 8650, 9136, 8202, 9111, 7972, 8860, 11178, 8526, 9374, 8975, 9365, 8955, 10261, 8876, 10734, 9145, 10784, 8463, 10795, 8314, 10517, 8526, 11694, 8297, 10241, 8319, 9742, 8220, 8503, 8686, 8665, 9178, 8545, 11083, 9004, 11498, 8944, 10379, 8790, 11106, 8681, 12066, 8935, 10267, 9123, 10522, 8061, 9542, 8039, 8766, 8406, 8871, 12081, 8867, 10432, 8661, 9759, 8385, 9823, 8343, 9772, 8097, 10469, 8122, 10025, 7812, 9966, 8017, 9900, 8006, 11174, 7684, 9545, 7984, 9692, 7873, 10410, 8226, 12442, 8555, 11583, 7991, 9973, 7722, 8809, 11845, 8678, 12292, 8827, 13473, 8644, 13584, 8503, 12922, 8892, 11716, 8279, 11665, 8145, 10610, 8098, 11048, 8146, 11093, 7873, 10841, 8330, 10972, 9476, 11954, 7990, 11271, 8487, 11551, 8929, 11748, 9828, 11976, 8261, 11438, 7621, 10449, 7538, 10015, 8314, 10689, 7230, 9656, 7134, 8750, 7030, 8673, 7791, 9081, 7402, 8821, 7779, 8484, 8794, 8404, 11897, 8624, 10345, 8123, 10263, 7975, 10651, 7817, 11719, 9852, 10870, 7546, 10231, 7870, 9747, 7981, 8893, 11490, 8833, 11689, 8393, 13524, 8492, 14515, 9735, 12249, 10944, 11740, 8068, 10553, 7669, 10172, 7490, 9530, 7174, 9764, 7856, 8625, 7678, 8583, 8351, 8732, 9103, 9193, 7749, 8847, 7855, 9246, 7479, 9676, 7580, 9988, 7199, 9463, 7486, 9583, 7248, 9737, 7474, 11027, 7475, 10289, 7273, 9279, 7266, 9171, 7624, 9830, 7849, 11348, 7457, 10168, 7809, 9973, 7764, 10743, 9288, 11350, 7977, 11023, 7939, 10724, 8404, 10670, 7629, 10356, 7386, 11624, 7085, 9895, 7216, 9512, 7498, 10602, 8890, 10702, 8357, 10654, 7892, 12457, 9574, 13283, 11343, 13708, 9403, 12383, 9327, 11500, 9401, 11421, 9622, 12131, 7908, 11974, 7746, 11067, 8208, 11962, 9859, 11293, 8525, 10505, 8150, 11010, 8179, 12510, 8952, 10110, 8544, 10837, 8682, 11743, 8850, 10068, 9026, 7706, 8799, 7893, 8855, 8955, 9893, 7825, 9364, 7938, 9305, 8043, 9474, 7904, 10128, 7498, 9492, 7347, 9722, 7393, 10100, 7813, 11609, 7690, 10887, 8090, 10736, 8144, 11912, 10140, 13470, 9237, 12792, 9749, 12161, 9475, 12061, 8840, 12031, 7100, 9191, 7445, 8425, 9182, 9097, 7532, 8703, 8990, 8374, 10715, 8195, 11120, 8059, 10276, 7476, 10373, 7252, 10291, 8751, 10568, 7213, 9777, 7209, 8863, 7311, 8456, 7427, 8672, 7554, 8065, 11308, 7695, 13249, 10121, 12581, 8767, 11135, 8415, 10281, 7288, 9538, 7896, 8767, 7847, 8053, 11767, 8610, 13939, 9438, 11161, 7160, 10178, 7085, 9331, 7525, 8703, 7531, 8076, 9301, 8193, 12193, 8164, 11700, 10171, 10976, 7274, 9634, 7299, 8558, 7450, 8785, 7896, 7973, 8390, 7938, 12942, 8543, 12383, 10648, 11439, 7590, 9626, 7474, 8545, 10845, 8535, 10838, 8102, 13149, 7761, 11348, 8157, 9978, 8068, 9143, 7085, 8594, 7067, 8503, 7171, 8506, 9765, 8875, 10787, 8745, 14350, 10713, 12695, 10058, 11565, 7590, 10546, 7089, 8053, 7655, 8185, 10461, 8150, 11683, 8157, 10792, 8248, 10240, 7895, 10784, 7901, 10141, 9443, 10409, 7343, 9610, 7320, 9298, 7004, 9173, 7410, 8400, 7666, 8121, 10656, 7841, 13303, 9000, 10713, 7654, 10093, 7256, 9150, 7071, 8522, 7209, 8481, 7237, 8637, 7592, 8441, 10668, 8900, 11016, 8120, 13305, 8465, 12301, 10336, 11480, 9564, 11856, 7476, 10115, 7585, 9357, 7528, 11107, 8198, 12522, 8207, 8872, 8024, 7746, 11730, 9548, 11703, 8202, 12382, 8553, 8795, 11835, 8833, 13682, 10223, 12662, 8311, 11208, 7859, 10049, 7556, 8616, 7557, 8668, 7234, 8759, 7343, 8396, 7565, 8649, 11822, 8523, 11649, 9072, 12866, 8685, 13282, 10145, 12365, 8919, 11201, 8074, 10616, 7714, 9617, 7703, 9625, 7909, 8127, 7920, 8367, 11115, 8539, 12768, 8964, 12710, 8318, 10845, 7542, 10679, 7988, 9810, 7692, 10419, 7361, 8998, 7145, 8753, 7270, 8719, 7154, 9813, 7451, 8770, 7704, 8759, 11588, 8610, 13968, 9621, 12129, 8640, 13282, 8203, 11179, 8766, 10656, 7463, 9347, 7757, 8372, 7868, 8547, 9445, 8574, 10727, 8440, 12983, 7825, 10872, 7972, 11111, 7550, 8562, 8054, 8284, 12476, 8842, 13005, 9843, 11674, 7444, 10388, 7289, 8541, 9452, 8451, 12203, 8338, 11589, 7422, 10396, 7289, 9376, 7271, 8367, 7904, 8350, 10079, 7934, 10922, 7888, 9833, 8657, 10436, 7351, 9764, 7413, 8495, 10887, 8946, 11522, 8347, 13613, 7942, 12043, 9407, 11112, 8592, 10957, 7005, 8731, 7453, 8518, 8561, 8747, 8970, 8495, 12131, 8124, 13503, 8736, 11711, 9936, 12042, 7287, 10469, 7025, 8897, 7312, 8616, 7429, 8697, 7962, 8550, 10853, 8231, 11640, 8561, 10367, 7697, 10476, 7732, 11036, 8643, 11917, 9161, 11973, 7586, 10650, 7869, 10564, 9467, 11809, 7794, 10739, 7632, 9957, 7944, 11771, 7490, 10689, 7071, 8933, 7119, 8952, 8286, 9737, 7550, 9177, 7748, 8366, 7866, 8579, 10255, 8804, 11825, 9496, 9086, 8702, 11183, 8317, 13713, 8920, 13952, 10698, 13068, 8575, 11456, 8089, 10588, 7868, 9979, 7541, 10126, 7433, 8506, 7159, 8468, 7302, 8527, 8089, 9318, 8453, 12187, 7658, 9387, 7729, 9959, 7567, 9586, 12314, 9156, 14314, 10503, 12602, 9522, 10976, 7115, 10032, 6999, 9502, 7099, 9954, 7214, 8562, 7674, 8500, 10780, 8755, 10589, 8154, 10668, 8106, 11781, 8439, 11213, 8294, 10152, 7793, 11441, 9295, 12426, 8123, 11530, 8367, 11358, 8095, 12011, 7313, 10556, 7329, 8768, 7198, 8655, 8088, 8362, 11499, 8261, 11312, 8022, 11801, 7889, 11114, 7719, 10953, 8952, 10796, 7137, 9593, 7174, 8951, 7201, 8356, 7232, 8313, 7724, 8419, 7592, 8588, 7681, 8020, 8663, 8347, 11568, 8732, 11000, 7858, 11194, 7695, 11966, 9361, 11590, 8038, 10934, 7232, 10484, 7365, 10136, 7418, 9330, 7151, 8659, 7042, 8281, 7459, 8315, 7645, 8919, 8468, 9152, 7341, 8488, 9279, 8510, 13193, 9617, 13242, 10227, 13445, 9121, 11037, 8244, 10593, 8278, 10621, 7736, 10141, 7083, 8932, 7164, 8766, 7255, 8638, 7632, 9008, 7670, 8389, 9867, 8348, 13471, 10242, 13171, 9215, 12521, 8842, 10769, 8924, 10253, 8471, 10215, 7612, 9969, 7336, 8650, 7178, 8970, 7002, 8726, 6978, 10145, 6927, 8978, 7459, 8921, 8764, 8612, 10720, 9018, 7478, 8354], 'WindowCenter': [4512.0, 4480.0, 4483.0, 4463.0, 4472.0, 4453.0, 4459.0, 4450.0, 4456.0, 4439.0, 4460.0, 4451.0, 4451.0, 4450.0, 4451.0, 4451.0, 4465.0, 4464.0, 4465.0, 4474.0, 4466.0, 4484.0, 4465.0, 4484.0, 4467.0, 4486.0, 4466.0, 4484.0, 4454.0, 4473.0, 4455.0, 4477.0, 4475.0, 4475.0, 4494.0, 4465.0, 4495.0, 4466.0, 4484.0, 4468.0, 4475.0, 4465.0, 4476.0, 4455.0, 4475.0, 4464.0, 4476.0, 4504.0, 4485.0, 4504.0, 4473.0, 4494.0, 4463.0, 4485.0, 4466.0, 4483.0, 4462.0, 4473.0, 4462.0, 4464.0, 4495.0, 4464.0, 4502.0, 4485.0, 4483.0, 4456.0, 4473.0, 4453.0, 4475.0, 4464.0, 4464.0, 4472.0, 4462.0, 4491.0, 4452.0, 4495.0, 4473.0, 4472.0, 4473.0, 4471.0, 4452.0, 4473.0, 4454.0, 4475.0, 4454.0, 4462.0, 4441.0, 4462.0, 4480.0, 4462.0, 4501.0, 4484.0, 4490.0, 4451.0, 4470.0, 4441.0, 4472.0, 4453.0, 4462.0, 4441.0, 4461.0, 4441.0, 4464.0, 4453.0, 4462.0, 4452.0, 4463.0, 4451.0, 4466.0, 4485.0, 4464.0, 4491.0, 4461.0, 4482.0, 4461.0, 4480.0, 4451.0, 4481.0, 4462.0, 4494.0, 4474.0, 4481.0, 4450.0, 4470.0, 4450.0, 4472.0, 4463.0, 4471.0, 4452.0, 4472.0, 4453.0, 4473.0, 4466.0, 4473.0, 4457.0, 4482.0, 4455.0, 4471.0, 4452.0, 4474.0, 4465.0, 4485.0, 4463.0, 4481.0, 4452.0, 4459.0, 4449.0, 4460.0, 4451.0, 4482.0, 4461.0, 4471.0, 4439.0, 4449.0, 4467.0, 4437.0, 4488.0, 4449.0, 4477.0, 4459.0, 4466.0, 4437.0, 4456.0, 4437.0, 4467.0, 4457.0, 4456.0, 4437.0, 4456.0, 4453.0, 4461.0, 4449.0, 4449.0, 4447.0, 4444.0, 4423.0, 4432.0, 4424.0, 4438.0, 4453.0, 4445.0, 4445.0, 4447.0, 4458.0, 4447.0, 4471.0, 4457.0, 4466.0, 4447.0, 4456.0, 4446.0, 4458.0, 4449.0, 4469.0, 4449.0, 4467.0, 4437.0, 4458.0, 4436.0, 4459.0, 4436.0, 4437.0, 4445.0, 4446.0, 4446.0, 4448.0, 4469.0, 4458.0, 4467.0, 4447.0, 4457.0, 4450.0, 4467.0, 4448.0, 4468.0, 4448.0, 4469.0, 4449.0, 4456.0, 4439.0, 4445.0, 4437.0, 4445.0, 4437.0, 4448.0, 4481.0, 4459.0, 4468.0, 4448.0, 4457.0, 4452.0, 4472.0, 4462.0, 4471.0, 4453.0, 4470.0, 4452.0, 4470.0, 4453.0, 4471.0, 4462.0, 4472.0, 4450.0, 4481.0, 4450.0, 4458.0, 4450.0, 4471.0, 4463.0, 4494.0, 4463.0, 4492.0, 4462.0, 4481.0, 4452.0, 4459.0, 4439.0, 4459.0, 4479.0, 4451.0, 4478.0, 4448.0, 4477.0, 4447.0, 4477.0, 4449.0, 4478.0, 4447.0, 4477.0, 4448.0, 4479.0, 4449.0, 4468.0, 4450.0, 4480.0, 4450.0, 4479.0, 4450.0, 4469.0, 4464.0, 4480.0, 4472.0, 4481.0, 4451.0, 4479.0, 4453.0, 4478.0, 4463.0, 4494.0, 4472.0, 4480.0, 4450.0, 4478.0, 4440.0, 4469.0, 4453.0, 4471.0, 4452.0, 4469.0, 4441.0, 4471.0, 4442.0, 4463.0, 4454.0, 4462.0, 4452.0, 4463.0, 4452.0, 4462.0, 4454.0, 4462.0, 4464.0, 4463.0, 4494.0, 4462.0, 4482.0, 4453.0, 4470.0, 4453.0, 4483.0, 4464.0, 4495.0, 4484.0, 4482.0, 4454.0, 4473.0, 4454.0, 4473.0, 4464.0, 4473.0, 4482.0, 4462.0, 4480.0, 4450.0, 4493.0, 4460.0, 4501.0, 4471.0, 4480.0, 4482.0, 4481.0, 4449.0, 4469.0, 4450.0, 4475.0, 4442.0, 4470.0, 4442.0, 4470.0, 4450.0, 4451.0, 4438.0, 4451.0, 4453.0, 4459.0, 4460.0, 4460.0, 4439.0, 4461.0, 4449.0, 4461.0, 4442.0, 4471.0, 4452.0, 4470.0, 4442.0, 4472.0, 4443.0, 4471.0, 4442.0, 4472.0, 4441.0, 4481.0, 4442.0, 4470.0, 4441.0, 4459.0, 4440.0, 4460.0, 4452.0, 4473.0, 4451.0, 4480.0, 4443.0, 4471.0, 4451.0, 4473.0, 4456.0, 4496.0, 4476.0, 4483.0, 4464.0, 4482.0, 4463.0, 4482.0, 4462.0, 4483.0, 4455.0, 4483.0, 4454.0, 4492.0, 4443.0, 4471.0, 4452.0, 4472.0, 4456.0, 4484.0, 4477.0, 4489.0, 4465.0, 4483.0, 4466.0, 4493.0, 4485.0, 4505.0, 4496.0, 4503.0, 4471.0, 4491.0, 4461.0, 4492.0, 4473.0, 4482.0, 4473.0, 4492.0, 4453.0, 4481.0, 4451.0, 4481.0, 4464.0, 4493.0, 4485.0, 4492.0, 4463.0, 4481.0, 4452.0, 4485.0, 4465.0, 4493.0, 4463.0, 4472.0, 4452.0, 4469.0, 4452.0, 4482.0, 4460.0, 4459.0, 4450.0, 4440.0, 4449.0, 4451.0, 4462.0, 4461.0, 4472.0, 4439.0, 4459.0, 4449.0, 4459.0, 4451.0, 4459.0, 4450.0, 4469.0, 4437.0, 4459.0, 4429.0, 4460.0, 4443.0, 4470.0, 4441.0, 4481.0, 4441.0, 4481.0, 4453.0, 4484.0, 4465.0, 4493.0, 4472.0, 4492.0, 4461.0, 4481.0, 4459.0, 4479.0, 4460.0, 4480.0, 4450.0, 4477.0, 4429.0, 4448.0, 4429.0, 4448.0, 4458.0, 4449.0, 4427.0, 4447.0, 4447.0, 4449.0, 4470.0, 4450.0, 4467.0, 4450.0, 4459.0, 4438.0, 4470.0, 4441.0, 4470.0, 4461.0, 4469.0, 4441.0, 4469.0, 4441.0, 4461.0, 4452.0, 4462.0, 4441.0, 4462.0, 4450.0, 4450.0, 4482.0, 4454.0, 4490.0, 4471.0, 4481.0, 4462.0, 4471.0, 4451.0, 4470.0, 4442.0, 4460.0, 4439.0, 4450.0, 4438.0, 4439.0, 4479.0, 4461.0, 4490.0, 4460.0, 4470.0, 4430.0, 4469.0, 4440.0, 4461.0, 4451.0, 4461.0, 4440.0, 4451.0, 4459.0, 4451.0, 4493.0, 4462.0, 4480.0, 4473.0, 4469.0, 4441.0, 4460.0, 4441.0, 4461.0, 4441.0, 4462.0, 4450.0, 4450.0, 4450.0, 4452.0, 4493.0, 4462.0, 4481.0, 4481.0, 4480.0, 4442.0, 4461.0, 4441.0, 4462.0, 4470.0, 4451.0, 4470.0, 4440.0, 4481.0, 4439.0, 4480.0, 4452.0, 4469.0, 4452.0, 4461.0, 4441.0, 4461.0, 4441.0, 4463.0, 4454.0, 4464.0, 4473.0, 4466.0, 4482.0, 4462.0, 4492.0, 4471.0, 4482.0, 4471.0, 4470.0, 4439.0, 4458.0, 4428.0, 4438.0, 4437.0, 4448.0, 4470.0, 4450.0, 4480.0, 4438.0, 4468.0, 4449.0, 4459.0, 4440.0, 4470.0, 4451.0, 4469.0, 4462.0, 4469.0, 4441.0, 4459.0, 4440.0, 4460.0, 4442.0, 4460.0, 4440.0, 4452.0, 4441.0, 4450.0, 4470.0, 4451.0, 4490.0, 4461.0, 4469.0, 4450.0, 4472.0, 4441.0, 4471.0, 4454.0, 4462.0, 4452.0, 4461.0, 4452.0, 4464.0, 4464.0, 4465.0, 4485.0, 4475.0, 4483.0, 4453.0, 4492.0, 4462.0, 4493.0, 4483.0, 4481.0, 4471.0, 4481.0, 4442.0, 4469.0, 4451.0, 4461.0, 4454.0, 4497.0, 4467.0, 4495.0, 4463.0, 4464.0, 4454.0, 4453.0, 4492.0, 4474.0, 4493.0, 4453.0, 4480.0, 4452.0, 4449.0, 4468.0, 4450.0, 4491.0, 4462.0, 4477.0, 4437.0, 4467.0, 4438.0, 4458.0, 4451.0, 4450.0, 4453.0, 4461.0, 4443.0, 4463.0, 4453.0, 4452.0, 4452.0, 4466.0, 4481.0, 4464.0, 4482.0, 4462.0, 4480.0, 4451.0, 4492.0, 4470.0, 4480.0, 4449.0, 4469.0, 4439.0, 4468.0, 4440.0, 4462.0, 4440.0, 4461.0, 4440.0, 4448.0, 4439.0, 4451.0, 4481.0, 4453.0, 4489.0, 4461.0, 4479.0, 4449.0, 4469.0, 4440.0, 4470.0, 4451.0, 4460.0, 4439.0, 4471.0, 4429.0, 4448.0, 4430.0, 4448.0, 4441.0, 4460.0, 4441.0, 4471.0, 4440.0, 4448.0, 4439.0, 4448.0, 4481.0, 4450.0, 4488.0, 4458.0, 4467.0, 4447.0, 4476.0, 4438.0, 4467.0, 4448.0, 4456.0, 4429.0, 4447.0, 4438.0, 4436.0, 4437.0, 4460.0, 4459.0, 4461.0, 4469.0, 4452.0, 4479.0, 4438.0, 4469.0, 4439.0, 4470.0, 4438.0, 4449.0, 4435.0, 4449.0, 4480.0, 4459.0, 4479.0, 4459.0, 4467.0, 4428.0, 4457.0, 4427.0, 4449.0, 4459.0, 4449.0, 4476.0, 4438.0, 4466.0, 4429.0, 4457.0, 4428.0, 4459.0, 4439.0, 4450.0, 4438.0, 4437.0, 4459.0, 4438.0, 4468.0, 4450.0, 4459.0, 4450.0, 4469.0, 4440.0, 4459.0, 4439.0, 4450.0, 4469.0, 4448.0, 4468.0, 4437.0, 4477.0, 4437.0, 4479.0, 4457.0, 4467.0, 4438.0, 4456.0, 4426.0, 4437.0, 4427.0, 4448.0, 4447.0, 4448.0, 4449.0, 4448.0, 4477.0, 4437.0, 4489.0, 4452.0, 4468.0, 4458.0, 4467.0, 4428.0, 4456.0, 4427.0, 4449.0, 4427.0, 4448.0, 4426.0, 4447.0, 4437.0, 4449.0, 4468.0, 4451.0, 4469.0, 4450.0, 4469.0, 4440.0, 4468.0, 4450.0, 4479.0, 4463.0, 4483.0, 4462.0, 4480.0, 4440.0, 4471.0, 4451.0, 4470.0, 4474.0, 4479.0, 4441.0, 4470.0, 4440.0, 4471.0, 4451.0, 4480.0, 4442.0, 4469.0, 4428.0, 4447.0, 4430.0, 4460.0, 4448.0, 4460.0, 4440.0, 4446.0, 4429.0, 4437.0, 4437.0, 4448.0, 4459.0, 4449.0, 4479.0, 4459.0, 4448.0, 4438.0, 4467.0, 4437.0, 4479.0, 4449.0, 4487.0, 4469.0, 4477.0, 4448.0, 4467.0, 4439.0, 4457.0, 4439.0, 4458.0, 4438.0, 4457.0, 4429.0, 4448.0, 4429.0, 4447.0, 4440.0, 4462.0, 4466.0, 4472.0, 4463.0, 4493.0, 4454.0, 4463.0, 4443.0, 4461.0, 4440.0, 4462.0, 4480.0, 4461.0, 4505.0, 4472.0, 4479.0, 4457.0, 4458.0, 4416.0, 4457.0, 4430.0, 4459.0, 4430.0, 4457.0, 4428.0, 4439.0, 4438.0, 4447.0, 4456.0, 4438.0, 4454.0, 4424.0, 4454.0, 4437.0, 4464.0, 4438.0, 4456.0, 4436.0, 4455.0, 4438.0, 4468.0, 4448.0, 4467.0, 4437.0, 4466.0, 4438.0, 4467.0, 4439.0, 4466.0, 4426.0, 4457.0, 4425.0, 4436.0, 4416.0, 4436.0, 4436.0, 4439.0, 4468.0, 4438.0, 4456.0, 4436.0, 4466.0, 4436.0, 4466.0, 4439.0, 4458.0, 4449.0, 4457.0, 4427.0, 4446.0, 4429.0, 4448.0, 4430.0, 4437.0, 4429.0, 4438.0, 4440.0, 4451.0, 4441.0, 4450.0, 4439.0, 4450.0, 4449.0, 4451.0, 4481.0, 4452.0, 4469.0, 4439.0, 4468.0, 4439.0, 4480.0, 4460.0, 4470.0, 4442.0, 4470.0, 4440.0, 4468.0, 4440.0, 4470.0, 4440.0, 4459.0, 4430.0, 4452.0, 4442.0, 4452.0, 4452.0, 4454.0, 4452.0, 4462.0, 4451.0, 4462.0, 4443.0, 4461.0, 4461.0, 4463.0, 4492.0, 4462.0, 4481.0, 4471.0, 4490.0, 4458.0, 4471.0, 4450.0, 4469.0, 4451.0, 4470.0, 4441.0, 4469.0, 4433.0, 4459.0, 4431.0, 4451.0, 4443.0, 4462.0, 4452.0, 4461.0, 4451.0, 4452.0, 4471.0, 4452.0, 4493.0, 4473.0, 4491.0, 4462.0, 4481.0, 4461.0, 4469.0, 4462.0, 4472.0, 4451.0, 4470.0, 4441.0, 4462.0, 4439.0, 4451.0, 4442.0, 4460.0, 4445.0, 4460.0, 4441.0, 4473.0, 4440.0, 4450.0, 4439.0, 4449.0, 4449.0, 4450.0, 4470.0, 4460.0, 4439.0, 4449.0], 'WindowWidth': [9930.0, 9878.0, 9873.0, 9846.0, 9851.0, 9825.0, 9830.0, 9818.0, 9824.0, 9804.0, 9833.0, 9824.0, 9822.0, 9820.0, 9823.0, 9823.0, 9846.0, 9847.0, 9850.0, 9859.0, 9852.0, 9873.0, 9850.0, 9875.0, 9858.0, 9882.0, 9855.0, 9875.0, 9834.0, 9859.0, 9835.0, 9868.0, 9865.0, 9864.0, 9888.0, 9849.0, 9891.0, 9850.0, 9874.0, 9858.0, 9865.0, 9849.0, 9864.0, 9836.0, 9862.0, 9848.0, 9866.0, 9902.0, 9876.0, 9900.0, 9856.0, 9885.0, 9843.0, 9875.0, 9849.0, 9871.0, 9841.0, 9856.0, 9839.0, 9844.0, 9887.0, 9847.0, 9897.0, 9876.0, 9869.0, 9836.0, 9856.0, 9832.0, 9863.0, 9845.0, 9848.0, 9852.0, 9840.0, 9878.0, 9828.0, 9888.0, 9856.0, 9854.0, 9857.0, 9851.0, 9827.0, 9855.0, 9833.0, 9864.0, 9834.0, 9841.0, 9811.0, 9839.0, 9861.0, 9841.0, 9894.0, 9871.0, 9877.0, 9824.0, 9846.0, 9810.0, 9854.0, 9830.0, 9840.0, 9810.0, 9836.0, 9810.0, 9842.0, 9828.0, 9840.0, 9827.0, 9843.0, 9823.0, 9850.0, 9874.0, 9844.0, 9879.0, 9838.0, 9864.0, 9836.0, 9860.0, 9824.0, 9865.0, 9844.0, 9888.0, 9858.0, 9863.0, 9821.0, 9848.0, 9823.0, 9856.0, 9846.0, 9852.0, 9829.0, 9853.0, 9830.0, 9858.0, 9852.0, 9857.0, 9837.0, 9866.0, 9833.0, 9852.0, 9827.0, 9858.0, 9851.0, 9872.0, 9844.0, 9863.0, 9826.0, 9831.0, 9818.0, 9833.0, 9824.0, 9866.0, 9835.0, 9850.0, 9801.0, 9814.0, 9835.0, 9796.0, 9867.0, 9816.0, 9850.0, 9828.0, 9833.0, 9795.0, 9819.0, 9796.0, 9837.0, 9823.0, 9819.0, 9795.0, 9820.0, 9824.0, 9838.0, 9813.0, 9813.0, 9808.0, 9801.0, 9769.0, 9781.0, 9771.0, 9794.0, 9811.0, 9806.0, 9802.0, 9807.0, 9828.0, 9811.0, 9848.0, 9824.0, 9835.0, 9809.0, 9820.0, 9808.0, 9824.0, 9817.0, 9845.0, 9817.0, 9839.0, 9797.0, 9825.0, 9795.0, 9827.0, 9793.0, 9797.0, 9805.0, 9806.0, 9805.0, 9812.0, 9839.0, 9829.0, 9839.0, 9811.0, 9821.0, 9816.0, 9837.0, 9812.0, 9839.0, 9814.0, 9844.0, 9815.0, 9823.0, 9799.0, 9805.0, 9796.0, 9806.0, 9797.0, 9814.0, 9859.0, 9830.0, 9841.0, 9814.0, 9826.0, 9824.0, 9852.0, 9840.0, 9852.0, 9829.0, 9848.0, 9826.0, 9847.0, 9827.0, 9851.0, 9840.0, 9855.0, 9823.0, 9864.0, 9822.0, 9831.0, 9822.0, 9850.0, 9845.0, 9888.0, 9845.0, 9882.0, 9839.0, 9864.0, 9824.0, 9831.0, 9803.0, 9832.0, 9857.0, 9822.0, 9853.0, 9814.0, 9850.0, 9811.0, 9852.0, 9816.0, 9854.0, 9811.0, 9851.0, 9814.0, 9855.0, 9819.0, 9844.0, 9822.0, 9861.0, 9821.0, 9858.0, 9822.0, 9846.0, 9842.0, 9861.0, 9854.0, 9862.0, 9823.0, 9858.0, 9826.0, 9857.0, 9841.0, 9884.0, 9852.0, 9861.0, 9821.0, 9855.0, 9807.0, 9843.0, 9828.0, 9850.0, 9826.0, 9847.0, 9809.0, 9848.0, 9811.0, 9842.0, 9834.0, 9841.0, 9828.0, 9844.0, 9827.0, 9841.0, 9829.0, 9842.0, 9844.0, 9844.0, 9887.0, 9842.0, 9866.0, 9828.0, 9848.0, 9829.0, 9871.0, 9847.0, 9889.0, 9874.0, 9869.0, 9831.0, 9856.0, 9831.0, 9857.0, 9849.0, 9856.0, 9867.0, 9841.0, 9859.0, 9821.0, 9880.0, 9833.0, 9891.0, 9851.0, 9860.0, 9866.0, 9861.0, 9817.0, 9843.0, 9819.0, 9856.0, 9812.0, 9848.0, 9812.0, 9847.0, 9821.0, 9823.0, 9802.0, 9821.0, 9826.0, 9833.0, 9832.0, 9833.0, 9803.0, 9834.0, 9817.0, 9834.0, 9811.0, 9849.0, 9826.0, 9847.0, 9811.0, 9851.0, 9815.0, 9849.0, 9813.0, 9852.0, 9811.0, 9863.0, 9811.0, 9846.0, 9809.0, 9831.0, 9806.0, 9835.0, 9828.0, 9854.0, 9824.0, 9862.0, 9815.0, 9852.0, 9826.0, 9857.0, 9838.0, 9892.0, 9864.0, 9871.0, 9845.0, 9868.0, 9844.0, 9867.0, 9841.0, 9869.0, 9834.0, 9871.0, 9832.0, 9881.0, 9816.0, 9852.0, 9828.0, 9856.0, 9840.0, 9874.0, 9867.0, 9884.0, 9850.0, 9870.0, 9852.0, 9885.0, 9876.0, 9903.0, 9889.0, 9897.0, 9852.0, 9876.0, 9838.0, 9881.0, 9858.0, 9866.0, 9856.0, 9879.0, 9826.0, 9862.0, 9823.0, 9863.0, 9846.0, 9884.0, 9873.0, 9880.0, 9841.0, 9862.0, 9824.0, 9874.0, 9846.0, 9882.0, 9844.0, 9850.0, 9823.0, 9842.0, 9823.0, 9864.0, 9832.0, 9830.0, 9819.0, 9803.0, 9816.0, 9822.0, 9838.0, 9835.0, 9852.0, 9803.0, 9830.0, 9816.0, 9831.0, 9823.0, 9831.0, 9819.0, 9846.0, 9798.0, 9829.0, 9789.0, 9831.0, 9815.0, 9848.0, 9811.0, 9862.0, 9810.0, 9862.0, 9828.0, 9868.0, 9846.0, 9882.0, 9854.0, 9880.0, 9836.0, 9862.0, 9830.0, 9857.0, 9833.0, 9858.0, 9818.0, 9849.0, 9787.0, 9812.0, 9789.0, 9815.0, 9826.0, 9816.0, 9782.0, 9810.0, 9810.0, 9816.0, 9846.0, 9819.0, 9839.0, 9821.0, 9830.0, 9802.0, 9844.0, 9810.0, 9846.0, 9835.0, 9843.0, 9809.0, 9843.0, 9808.0, 9836.0, 9828.0, 9839.0, 9811.0, 9839.0, 9820.0, 9820.0, 9866.0, 9830.0, 9876.0, 9849.0, 9863.0, 9837.0, 9847.0, 9822.0, 9847.0, 9812.0, 9835.0, 9804.0, 9820.0, 9800.0, 9804.0, 9855.0, 9835.0, 9873.0, 9833.0, 9845.0, 9792.0, 9843.0, 9806.0, 9835.0, 9823.0, 9836.0, 9806.0, 9821.0, 9830.0, 9821.0, 9882.0, 9838.0, 9861.0, 9855.0, 9846.0, 9807.0, 9833.0, 9810.0, 9838.0, 9808.0, 9840.0, 9820.0, 9821.0, 9820.0, 9825.0, 9884.0, 9840.0, 9862.0, 9863.0, 9860.0, 9809.0, 9835.0, 9810.0, 9838.0, 9847.0, 9823.0, 9844.0, 9804.0, 9861.0, 9803.0, 9862.0, 9826.0, 9844.0, 9826.0, 9836.0, 9811.0, 9836.0, 9812.0, 9842.0, 9835.0, 9847.0, 9855.0, 9848.0, 9865.0, 9839.0, 9878.0, 9847.0, 9865.0, 9849.0, 9845.0, 9801.0, 9826.0, 9785.0, 9798.0, 9796.0, 9814.0, 9847.0, 9818.0, 9856.0, 9802.0, 9839.0, 9814.0, 9827.0, 9804.0, 9849.0, 9823.0, 9843.0, 9838.0, 9844.0, 9809.0, 9829.0, 9807.0, 9835.0, 9813.0, 9835.0, 9807.0, 9825.0, 9806.0, 9820.0, 9846.0, 9824.0, 9876.0, 9835.0, 9845.0, 9820.0, 9850.0, 9810.0, 9854.0, 9832.0, 9841.0, 9827.0, 9839.0, 9830.0, 9845.0, 9848.0, 9850.0, 9874.0, 9862.0, 9869.0, 9829.0, 9880.0, 9839.0, 9883.0, 9870.0, 9865.0, 9852.0, 9863.0, 9811.0, 9845.0, 9824.0, 9837.0, 9832.0, 9892.0, 9853.0, 9889.0, 9844.0, 9842.0, 9831.0, 9829.0, 9881.0, 9859.0, 9884.0, 9824.0, 9860.0, 9820.0, 9814.0, 9838.0, 9817.0, 9874.0, 9834.0, 9851.0, 9796.0, 9836.0, 9798.0, 9828.0, 9825.0, 9819.0, 9826.0, 9835.0, 9813.0, 9840.0, 9828.0, 9826.0, 9826.0, 9847.0, 9862.0, 9843.0, 9862.0, 9835.0, 9860.0, 9822.0, 9880.0, 9847.0, 9858.0, 9817.0, 9842.0, 9803.0, 9840.0, 9805.0, 9837.0, 9806.0, 9836.0, 9805.0, 9816.0, 9802.0, 9821.0, 9863.0, 9827.0, 9871.0, 9835.0, 9856.0, 9816.0, 9842.0, 9805.0, 9845.0, 9823.0, 9832.0, 9803.0, 9847.0, 9788.0, 9812.0, 9791.0, 9814.0, 9809.0, 9834.0, 9809.0, 9849.0, 9806.0, 9816.0, 9801.0, 9814.0, 9861.0, 9818.0, 9865.0, 9827.0, 9835.0, 9809.0, 9848.0, 9798.0, 9837.0, 9813.0, 9822.0, 9787.0, 9810.0, 9799.0, 9795.0, 9798.0, 9835.0, 9831.0, 9838.0, 9843.0, 9821.0, 9858.0, 9800.0, 9845.0, 9804.0, 9846.0, 9798.0, 9814.0, 9793.0, 9814.0, 9861.0, 9830.0, 9856.0, 9828.0, 9836.0, 9786.0, 9822.0, 9782.0, 9815.0, 9830.0, 9815.0, 9848.0, 9798.0, 9834.0, 9787.0, 9823.0, 9785.0, 9830.0, 9804.0, 9817.0, 9799.0, 9798.0, 9826.0, 9799.0, 9842.0, 9819.0, 9829.0, 9819.0, 9843.0, 9804.0, 9828.0, 9802.0, 9819.0, 9843.0, 9813.0, 9837.0, 9797.0, 9851.0, 9795.0, 9855.0, 9825.0, 9836.0, 9798.0, 9820.0, 9780.0, 9796.0, 9784.0, 9812.0, 9810.0, 9812.0, 9812.0, 9811.0, 9850.0, 9796.0, 9869.0, 9821.0, 9839.0, 9825.0, 9836.0, 9784.0, 9819.0, 9782.0, 9814.0, 9783.0, 9812.0, 9780.0, 9809.0, 9795.0, 9813.0, 9838.0, 9818.0, 9842.0, 9818.0, 9844.0, 9806.0, 9842.0, 9821.0, 9858.0, 9840.0, 9867.0, 9837.0, 9859.0, 9806.0, 9847.0, 9824.0, 9848.0, 9855.0, 9857.0, 9808.0, 9843.0, 9805.0, 9850.0, 9823.0, 9860.0, 9810.0, 9842.0, 9788.0, 9811.0, 9792.0, 9833.0, 9813.0, 9833.0, 9801.0, 9808.0, 9786.0, 9796.0, 9795.0, 9811.0, 9827.0, 9816.0, 9854.0, 9830.0, 9811.0, 9797.0, 9834.0, 9796.0, 9853.0, 9814.0, 9864.0, 9842.0, 9850.0, 9811.0, 9836.0, 9799.0, 9822.0, 9802.0, 9825.0, 9799.0, 9825.0, 9788.0, 9811.0, 9788.0, 9810.0, 9808.0, 9840.0, 9850.0, 9856.0, 9842.0, 9881.0, 9830.0, 9839.0, 9814.0, 9836.0, 9805.0, 9837.0, 9857.0, 9835.0, 9903.0, 9851.0, 9856.0, 9823.0, 9823.0, 9767.0, 9824.0, 9791.0, 9829.0, 9792.0, 9823.0, 9785.0, 9800.0, 9797.0, 9810.0, 9818.0, 9797.0, 9813.0, 9774.0, 9814.0, 9795.0, 9829.0, 9798.0, 9820.0, 9794.0, 9818.0, 9799.0, 9838.0, 9812.0, 9836.0, 9796.0, 9834.0, 9798.0, 9837.0, 9800.0, 9833.0, 9780.0, 9820.0, 9776.0, 9794.0, 9765.0, 9794.0, 9793.0, 9800.0, 9840.0, 9799.0, 9819.0, 9793.0, 9833.0, 9792.0, 9835.0, 9800.0, 9824.0, 9813.0, 9822.0, 9782.0, 9806.0, 9787.0, 9813.0, 9788.0, 9796.0, 9786.0, 9798.0, 9806.0, 9821.0, 9806.0, 9818.0, 9803.0, 9818.0, 9816.0, 9822.0, 9860.0, 9823.0, 9841.0, 9802.0, 9840.0, 9803.0, 9859.0, 9834.0, 9845.0, 9810.0, 9845.0, 9806.0, 9841.0, 9807.0, 9845.0, 9807.0, 9831.0, 9794.0, 9823.0, 9813.0, 9825.0, 9826.0, 9830.0, 9824.0, 9839.0, 9823.0, 9837.0, 9814.0, 9837.0, 9834.0, 9839.0, 9877.0, 9837.0, 9863.0, 9846.0, 9872.0, 9829.0, 9848.0, 9819.0, 9843.0, 9822.0, 9845.0, 9809.0, 9843.0, 9799.0, 9831.0, 9795.0, 9821.0, 9814.0, 9840.0, 9826.0, 9838.0, 9824.0, 9826.0, 9848.0, 9826.0, 9880.0, 9853.0, 9875.0, 9838.0, 9864.0, 9835.0, 9845.0, 9837.0, 9851.0, 9823.0, 9845.0, 9809.0, 9836.0, 9805.0, 9821.0, 9812.0, 9834.0, 9820.0, 9836.0, 9810.0, 9854.0, 9806.0, 9818.0, 9803.0, 9816.0, 9816.0, 9820.0, 9847.0, 9834.0, 9802.0, 9816.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.0010756996268656718</td></tr>
<tr><td colspan=3>aqi</td><td>0.029787015111940297</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.74327198528482</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2566716386554626</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977029593650784</td></tr>
<tr><td colspan=3>efc</td><td>0.4825</td></tr>
<tr><td colspan=3>fber</td><td>7813.2979</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09013110969051501</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.078358208955224</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2970197779045605</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.223627492439135</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.538265212210314</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.129166629064231</td></tr>
<tr><td colspan=3>gcor</td><td>0.00662103</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011832664720714092</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04013216122984886</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.211654866896302</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>18.0211</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0872</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.8892</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295914.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>896.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.2689</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1132</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.5894</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3680.3866</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80630.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.7361</td></tr>
<tr><td colspan=3>tsnr</td><td>38.2050497981254</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>