ds005256-mriqc/sub-0001_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter beb7b5a9d5 [DATALAD RUNCMD] Compute MRIQC for sub-0001
=== 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-0001 --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-0001",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:08:28 +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-0001_ses-02_task-narratives_acq-mb8_run-02_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-0001_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0001_suffix-bold_task-narratives" 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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0001_suffix-bold_task-narratives" 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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0001_suffix-bold_task-narratives" 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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0001_suffix-bold_task-narratives" 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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0001_suffix-bold_task-narratives" 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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0001_suffix-bold_task-narratives" 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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0001_suffix-bold_task-narratives" 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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-02_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-0001/ses-02/func/sub-0001_ses-02_task-narratives_acq-mb8_run-02_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>941cf2f954515a99ed1c7ac27580faa9</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:54:53.287500</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.999732, -0.0190113, 0.013207, 0.0150069, 0.966682, 0.255541]</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-02_task-narratives_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.0888426</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-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7776, -7245, 473, -32, -221, 26, 52]</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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f45db1e6-604f-4fd0-9206-2bc1c8b430d5||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.6822080612182617, 0.04026250168681145, 0.04758778214454651, 108.24817657470703], [0.05100580304861069, 2.593536615371704, 0.6892397999763489, -105.40530395507812], [0.03543338552117348, -0.6855969429016113, 2.610111713409424, -26.675050735473633], [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, 1059]</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], 'AcquisitionTime': ['155453.287500', '155453.747500', '155454.207500', '155454.667500', '155455.127500', '155455.587500', '155456.047500', '155456.507500', '155456.967500', '155457.427500', '155457.887500', '155458.347500', '155458.807500', '155459.267500', '155459.727500', '155500.187500', '155500.647500', '155501.107500', '155501.567500', '155502.027500', '155502.487500', '155502.947500', '155503.407500', '155503.867500', '155504.327500', '155504.787500', '155505.247500', '155505.707500', '155506.167500', '155506.627500', '155507.087500', '155507.547500', '155508.007500', '155508.467500', '155508.927500', '155509.387500', '155509.847500', '155510.307500', '155510.767500', '155511.227500', '155511.687500', '155512.147500', '155512.607500', '155513.067500', '155513.527500', '155513.987500', '155514.447500', '155514.907500', '155515.367500', '155515.827500', '155516.287500', '155516.747500', '155517.207500', '155517.667500', '155518.127500', '155518.587500', '155519.047500', '155519.507500', '155519.967500', '155520.427500', '155520.887500', '155521.347500', '155521.807500', '155522.267500', '155522.727500', '155523.187500', '155523.647500', '155524.107500', '155524.567500', '155525.027500', '155525.487500', '155525.947500', '155526.407500', '155526.867500', '155527.327500', '155527.787500', '155528.247500', '155528.707500', '155529.167500', '155529.627500', '155530.087500', '155530.547500', '155531.007500', '155531.467500', '155531.927500', '155532.387500', '155532.847500', '155533.307500', '155533.767500', '155534.227500', '155534.687500', '155535.147500', '155535.607500', '155536.067500', '155536.527500', '155536.987500', '155537.447500', '155537.907500', '155538.367500', '155538.827500', '155539.287500', '155539.747500', '155540.207500', '155540.667500', '155541.127500', '155541.587500', '155542.047500', '155542.507500', '155542.967500', '155543.427500', '155543.887500', '155544.347500', '155544.807500', '155545.267500', '155545.727500', '155546.187500', '155546.647500', '155547.107500', '155547.567500', '155548.027500', '155548.487500', '155548.947500', '155549.407500', '155549.867500', '155550.327500', '155550.787500', '155551.247500', '155551.707500', '155552.167500', '155552.627500', '155553.087500', '155553.547500', '155554.007500', '155554.467500', '155554.927500', '155555.387500', '155555.847500', '155556.307500', '155556.767500', '155557.227500', '155557.687500', '155558.147500', '155558.607500', '155559.067500', '155559.527500', '155559.987500', '155600.447500', '155600.907500', '155601.367500', '155601.827500', '155602.287500', '155602.747500', '155603.207500', '155603.667500', '155604.127500', '155604.587500', '155605.047500', '155605.507500', '155605.967500', '155606.427500', '155606.887500', '155607.347500', '155607.807500', '155608.267500', '155608.727500', '155609.187500', '155609.647500', '155610.107500', '155610.567500', '155611.027500', '155611.487500', '155611.947500', '155612.407500', '155612.867500', '155613.327500', '155613.787500', '155614.247500', '155614.707500', '155615.167500', '155615.627500', '155616.087500', '155616.547500', '155617.007500', '155617.467500', '155617.927500', '155618.387500', '155618.847500', '155619.307500', '155619.767500', '155620.227500', '155620.687500', '155621.147500', '155621.607500', '155622.067500', '155622.527500', '155622.987500', '155623.447500', '155623.907500', '155624.367500', '155624.827500', '155625.287500', '155625.747500', '155626.207500', '155626.667500', '155627.127500', '155627.587500', '155628.047500', '155628.507500', '155628.967500', '155629.427500', '155629.887500', '155630.347500', '155630.807500', '155631.267500', '155631.727500', '155632.187500', '155632.647500', '155633.107500', '155633.567500', '155634.027500', '155634.487500', '155634.947500', '155635.407500', '155635.867500', '155636.327500', '155636.787500', '155637.247500', '155637.707500', '155638.167500', '155638.627500', '155639.087500', '155639.547500', '155640.007500', '155640.467500', '155640.927500', '155641.387500', '155641.847500', '155642.307500', '155642.767500', '155643.227500', '155643.687500', '155644.147500', '155644.607500', '155645.067500', '155645.527500', '155645.987500', '155646.447500', '155646.907500', '155647.367500', '155647.827500', '155648.287500', '155648.747500', '155649.207500', '155649.667500', '155650.127500', '155650.587500', '155651.047500', '155651.507500', '155651.967500', '155652.427500', '155652.887500', '155653.347500', '155653.807500', '155654.267500', '155654.727500', '155655.187500', '155655.647500', '155656.107500', '155656.567500', '155657.027500', '155657.487500', '155657.947500', '155658.407500', '155658.867500', '155659.327500', '155659.787500', '155700.247500', '155700.707500', '155701.167500', '155701.627500', '155702.087500', '155702.547500', '155703.007500', '155703.467500', '155703.927500', '155704.387500', '155704.847500', '155705.307500', '155705.767500', '155706.227500', '155706.687500', '155707.147500', '155707.607500', '155708.067500', '155708.527500', '155708.987500', '155709.447500', '155709.907500', '155710.367500', '155710.827500', '155711.287500', '155711.747500', '155712.207500', '155712.667500', '155713.127500', '155713.587500', '155714.047500', '155714.507500', '155714.967500', '155715.427500', '155715.887500', '155716.347500', '155716.807500', '155717.267500', '155717.727500', '155718.187500', '155718.647500', '155719.107500', '155719.567500', '155720.027500', '155720.487500', '155720.947500', '155721.407500', '155721.867500', '155722.327500', '155722.787500', '155723.247500', '155723.707500', '155724.167500', '155724.627500', '155725.087500', '155725.547500', '155726.007500', '155726.467500', '155726.927500', '155727.387500', '155727.847500', '155728.307500', '155728.767500', '155729.227500', '155729.687500', '155730.147500', '155730.607500', '155731.067500', '155731.527500', '155731.987500', '155732.447500', '155732.907500', '155733.367500', '155733.827500', '155734.287500', '155734.747500', '155735.207500', '155735.667500', '155736.127500', '155736.587500', '155737.047500', '155737.507500', '155737.967500', '155738.427500', '155738.887500', '155739.347500', '155739.807500', '155740.267500', '155740.727500', '155741.187500', '155741.647500', '155742.107500', '155742.567500', '155743.027500', '155743.487500', '155743.947500', '155744.407500', '155744.867500', '155745.327500', '155745.787500', '155746.247500', '155746.707500', '155747.167500', '155747.627500', '155748.087500', '155748.547500', '155749.007500', '155749.467500', '155749.927500', '155750.387500', '155750.847500', '155751.307500', '155751.767500', '155752.227500', '155752.687500', '155753.147500', '155753.607500', '155754.067500', '155754.527500', '155754.987500', '155755.447500', '155755.907500', '155756.367500', '155756.827500', '155757.287500', '155757.747500', '155758.207500', '155758.667500', '155759.127500', '155759.587500', '155800.047500', '155800.507500', '155800.967500', '155801.427500', '155801.887500', '155802.347500', '155802.807500', '155803.267500', '155803.727500', '155804.187500', '155804.647500', '155805.107500', '155805.567500', '155806.027500', '155806.487500', '155806.947500', '155807.407500', '155807.867500', '155808.327500', '155808.787500', '155809.247500', '155809.707500', '155810.167500', '155810.627500', '155811.087500', '155811.547500', '155812.007500', '155812.467500', '155812.927500', '155813.387500', '155813.847500', '155814.307500', '155814.767500', '155815.227500', '155815.687500', '155816.147500', '155816.607500', '155817.067500', '155817.527500', '155817.987500', '155818.447500', '155818.907500', '155819.367500', '155819.827500', '155820.287500', '155820.747500', '155821.207500', '155821.667500', '155822.127500', '155822.587500', '155823.047500', '155823.507500', '155823.967500', '155824.427500', '155824.887500', '155825.347500', '155825.807500', '155826.267500', '155826.727500', '155827.187500', '155827.647500', '155828.107500', '155828.567500', '155829.027500', '155829.487500', '155829.947500', '155830.407500', '155830.867500', '155831.327500', '155831.787500', '155832.247500', '155832.707500', '155833.167500', '155833.627500', '155834.087500', '155834.547500', '155835.007500', '155835.467500', '155835.927500', '155836.387500', '155836.847500', '155837.307500', '155837.767500', '155838.227500', '155838.687500', '155839.147500', '155839.607500', '155840.067500', '155840.527500', '155840.987500', '155841.447500', '155841.907500', '155842.367500', '155842.827500', '155843.287500', '155843.747500', '155844.207500', '155844.667500', '155845.127500', '155845.587500', '155846.047500', '155846.507500', '155846.967500', '155847.427500', '155847.887500', '155848.347500', '155848.807500', '155849.267500', '155849.727500', '155850.187500', '155850.647500', '155851.107500', '155851.567500', '155852.027500', '155852.487500', '155852.947500', '155853.407500', '155853.867500', '155854.327500', '155854.787500', '155855.247500', '155855.707500', '155856.167500', '155856.627500', '155857.087500', '155857.547500', '155858.007500', '155858.467500', '155858.927500', '155859.387500', '155859.847500', '155900.307500', '155900.767500', '155901.227500', '155901.687500', '155902.147500', '155902.607500', '155903.067500', '155903.527500', '155903.987500', '155904.447500', '155904.907500', '155905.367500', '155905.827500', '155906.287500', '155906.747500', '155907.207500', '155907.667500', '155908.127500', '155908.587500', '155909.047500', '155909.507500', '155909.967500', '155910.427500', '155910.887500', '155911.347500', '155911.807500', '155912.267500', '155912.727500', '155913.187500', '155913.647500', '155914.107500', '155914.567500', '155915.027500', '155915.487500', '155915.947500', '155916.407500', '155916.867500', '155917.327500', '155917.787500', '155918.247500', '155918.707500', '155919.167500', '155919.627500', '155920.087500', '155920.547500', '155921.007500', '155921.467500', '155921.927500', '155922.387500', '155922.847500', '155923.307500', '155923.767500', '155924.227500', '155924.687500', '155925.147500', '155925.607500', '155926.067500', '155926.527500', '155926.987500', '155927.447500', '155927.907500', '155928.367500', '155928.827500', '155929.287500', '155929.747500', '155930.207500', '155930.667500', '155931.127500', '155931.587500', '155932.047500', '155932.507500', '155932.967500', '155933.427500', '155933.887500', '155934.347500', '155934.807500', '155935.267500', '155935.727500', '155936.187500', '155936.647500', '155937.107500', '155937.567500', '155938.027500', '155938.487500', '155938.947500', '155939.407500', '155939.867500', '155940.327500', '155940.787500', '155941.247500', '155941.707500', '155942.167500', '155942.627500', '155943.087500', '155943.547500', '155944.007500', '155944.467500', '155944.927500', '155945.387500', '155945.847500', '155946.307500', '155946.767500', '155947.227500', '155947.687500', '155948.147500', '155948.607500', '155949.067500', '155949.527500', '155949.987500', '155950.447500', '155950.907500', '155951.367500', '155951.827500', '155952.287500', '155952.747500', '155953.207500', '155953.667500', '155954.127500', '155954.587500', '155955.047500', '155955.507500', '155955.967500', '155956.427500', '155956.887500', '155957.347500', '155957.807500', '155958.267500', '155958.727500', '155959.187500', '155959.647500', '160000.107500', '160000.567500', '160001.027500', '160001.487500', '160001.947500', '160002.407500', '160002.867500', '160003.327500', '160003.787500', '160004.247500', '160004.707500', '160005.167500', '160005.627500', '160006.087500', '160006.547500', '160007.007500', '160007.467500', '160007.927500', '160008.387500', '160008.847500', '160009.307500', '160009.767500', '160010.227500', '160010.687500', '160011.147500', '160011.607500', '160012.067500', '160012.527500', '160012.987500', '160013.447500', '160013.907500', '160014.367500', '160014.827500', '160015.287500', '160015.747500', '160016.207500', '160016.667500', '160017.127500', '160017.587500', '160018.047500', '160018.507500', '160018.967500', '160019.427500', '160019.887500', '160020.347500', '160020.807500', '160021.267500', '160021.727500', '160022.187500', '160022.647500', '160023.107500', '160023.567500', '160024.027500', '160024.487500', '160024.947500', '160025.407500', '160025.867500', '160026.327500', '160026.787500', '160027.247500', '160027.707500', '160028.167500', '160028.627500', '160029.087500', '160029.547500', '160030.007500', '160030.467500', '160030.927500', '160031.387500', '160031.847500', '160032.307500', '160032.767500', '160033.227500', '160033.687500', '160034.147500', '160034.607500', '160035.067500', '160035.527500', '160035.987500', '160036.447500', '160036.907500', '160037.367500', '160037.827500', '160038.287500', '160038.747500', '160039.207500', '160039.667500', '160040.127500', '160040.587500', '160041.047500', '160041.507500', '160041.967500', '160042.427500', '160042.887500', '160043.347500', '160043.807500', '160044.267500', '160044.727500', '160045.187500', '160045.647500', '160046.107500', '160046.567500', '160047.027500', '160047.487500', '160047.947500', '160048.407500', '160048.867500', '160049.327500', '160049.787500', '160050.247500', '160050.707500', '160051.167500', '160051.627500', '160052.087500', '160052.547500', '160053.007500', '160053.467500', '160053.927500', '160054.387500', '160054.847500', '160055.307500', '160055.767500', '160056.227500', '160056.687500', '160057.147500', '160057.607500', '160058.067500', '160058.527500', '160058.987500', '160059.447500', '160059.907500', '160100.367500', '160100.827500', '160101.287500', '160101.747500', '160102.207500', '160102.667500', '160103.127500', '160103.587500', '160104.047500', '160104.507500', '160104.967500', '160105.427500', '160105.887500', '160106.347500', '160106.807500', '160107.267500', '160107.727500', '160108.187500', '160108.647500', '160109.107500', '160109.567500', '160110.027500', '160110.487500', '160110.947500', '160111.407500', '160111.867500', '160112.327500', '160112.787500', '160113.247500', '160113.707500', '160114.167500', '160114.627500', '160115.087500', '160115.547500', '160116.007500', '160116.467500', '160116.927500', '160117.387500', '160117.847500', '160118.307500', '160118.767500', '160119.227500', '160119.687500', '160120.147500', '160120.607500', '160121.067500', '160121.527500', '160121.987500', '160122.447500', '160122.907500', '160123.367500', '160123.827500', '160124.287500', '160124.747500', '160125.207500', '160125.667500', '160126.127500', '160126.587500', '160127.047500', '160127.507500', '160127.967500', '160128.427500', '160128.887500', '160129.347500', '160129.807500', '160130.267500', '160130.727500', '160131.187500', '160131.647500', '160132.107500', '160132.567500', '160133.027500', '160133.487500', '160133.947500', '160134.407500', '160134.867500', '160135.327500', '160135.787500', '160136.247500', '160136.707500', '160137.167500', '160137.627500', '160138.087500', '160138.547500', '160139.007500', '160139.467500', '160139.927500', '160140.387500', '160140.847500', '160141.307500', '160141.767500', '160142.227500', '160142.687500', '160143.147500', '160143.607500', '160144.067500', '160144.527500', '160144.987500', '160145.447500', '160145.907500', '160146.367500', '160146.827500', '160147.287500', '160147.747500', '160148.207500', '160148.667500', '160149.127500', '160149.587500', '160150.047500', '160150.507500', '160150.967500', '160151.427500', '160151.887500', '160152.347500', '160152.807500', '160153.267500', '160153.727500', '160154.187500', '160154.647500', '160155.107500', '160155.567500', '160156.027500', '160156.487500', '160156.947500', '160157.407500', '160157.867500', '160158.327500', '160158.787500', '160159.247500', '160159.707500', '160200.167500', '160200.627500', '160201.087500', '160201.547500', '160202.007500', '160202.467500', '160202.927500', '160203.387500', '160203.847500', '160204.307500', '160204.767500', '160205.227500', '160205.687500', '160206.147500', '160206.607500', '160207.067500', '160207.527500', '160207.987500', '160208.447500', '160208.907500', '160209.367500', '160209.827500', '160210.287500', '160210.747500', '160211.207500', '160211.667500', '160212.127500', '160212.587500', '160213.047500', '160213.507500', '160213.967500', '160214.427500', '160214.887500', '160215.347500', '160215.807500', '160216.267500', '160216.727500', '160217.187500', '160217.647500', '160218.107500', '160218.567500', '160219.027500', '160219.487500', '160219.947500', '160220.407500', '160220.867500', '160221.327500', '160221.787500', '160222.247500', '160222.707500', '160223.167500', '160223.627500', '160224.087500', '160224.547500', '160225.007500', '160225.467500', '160225.927500', '160226.387500', '160226.847500', '160227.307500', '160227.767500', '160228.227500', '160228.687500', '160229.147500', '160229.607500', '160230.067500', '160230.527500', '160230.987500', '160231.447500', '160231.907500', '160232.367500', '160232.827500', '160233.287500', '160233.747500', '160234.207500', '160234.667500', '160235.127500', '160235.587500', '160236.047500', '160236.507500', '160236.967500', '160237.427500', '160237.887500', '160238.347500', '160238.807500', '160239.267500', '160239.727500', '160240.187500', '160240.647500', '160241.107500', '160241.567500', '160242.027500', '160242.487500', '160242.947500', '160243.407500', '160243.867500', '160244.327500', '160244.787500', '160245.247500', '160245.707500', '160246.167500', '160246.627500', '160247.087500', '160247.547500', '160248.007500', '160248.467500', '160248.927500', '160249.387500', '160249.847500', '160250.307500', '160250.767500', '160251.227500', '160251.687500', '160252.147500', '160252.607500', '160253.067500', '160253.527500', '160253.987500', '160254.447500', '160254.907500', '160255.367500', '160255.827500', '160256.287500', '160256.747500', '160257.207500', '160257.667500', '160258.127500', '160258.587500', '160259.047500', '160259.507500', '160259.967500'], 'ContentTime': ['155515.762000', '155515.770000', '155515.773000', '155515.776000', '155515.779000', '155515.782000', '155515.785000', '155515.788000', '155515.791000', '155515.794000', '155515.798000', '155515.801000', '155515.804000', '155515.807000', '155515.810000', '155515.813000', '155515.816000', '155515.819000', '155515.822000', '155515.825000', '155515.828000', '155515.830000', '155515.833000', '155515.836000', '155515.839000', '155515.842000', '155515.845000', '155515.848000', '155515.851000', '155515.854000', '155515.865000', '155515.868000', '155515.871000', '155515.874000', '155515.877000', '155515.880000', '155515.883000', '155515.886000', '155515.889000', '155515.892000', '155515.895000', '155515.897000', '155515.901000', '155515.909000', '155515.912000', '155515.915000', '155535.731000', '155535.734000', '155535.737000', '155535.740000', '155535.743000', '155535.746000', '155535.749000', '155535.751000', '155535.754000', '155535.757000', '155535.760000', '155535.763000', '155535.766000', '155535.769000', '155535.772000', '155535.775000', '155535.778000', '155535.780000', '155535.783000', '155535.786000', '155535.789000', '155535.792000', '155535.795000', '155535.798000', '155535.801000', '155535.804000', '155535.807000', '155535.809000', '155535.812000', '155535.815000', '155535.818000', '155535.821000', '155535.824000', '155535.827000', '155535.830000', '155535.833000', '155535.836000', '155535.839000', '155535.846000', '155535.849000', '155535.852000', '155535.855000', '155535.857000', '155535.860000', '155555.730000', '155555.733000', '155555.736000', '155555.739000', '155555.742000', '155555.744000', '155555.747000', '155555.750000', '155555.753000', '155555.756000', '155555.759000', '155555.762000', '155555.765000', '155555.768000', '155555.771000', '155555.774000', '155555.777000', '155555.780000', '155555.782000', '155555.785000', '155555.788000', '155555.791000', '155555.794000', '155555.797000', '155555.800000', '155555.803000', '155555.806000', '155555.809000', '155555.813000', '155555.817000', '155555.820000', '155555.822000', '155555.825000', '155555.828000', '155555.831000', '155555.834000', '155555.837000', '155555.840000', '155555.843000', '155555.846000', '155555.849000', '155555.852000', '155555.855000', '155615.730000', '155615.733000', '155615.736000', '155615.739000', '155615.742000', '155615.744000', '155615.747000', '155615.750000', '155615.753000', '155615.756000', '155615.759000', '155615.762000', '155615.765000', '155615.768000', '155615.772000', '155615.775000', '155615.778000', '155615.781000', '155615.784000', '155615.787000', '155615.790000', '155615.793000', '155615.796000', '155615.799000', '155615.801000', '155615.804000', '155615.807000', '155615.810000', '155615.813000', '155615.816000', '155615.819000', '155615.822000', '155615.825000', '155615.828000', '155615.830000', '155615.833000', '155615.836000', '155615.839000', '155615.842000', '155615.845000', '155615.848000', '155615.851000', '155615.854000', '155615.857000', '155635.730000', '155635.733000', '155635.736000', '155635.739000', '155635.742000', '155635.745000', '155635.748000', '155635.751000', '155635.754000', '155635.757000', '155635.761000', '155635.764000', '155635.767000', '155635.770000', '155635.773000', '155635.776000', '155635.779000', '155635.782000', '155635.785000', '155635.788000', '155635.800000', '155635.803000', '155635.806000', '155635.809000', '155635.811000', '155635.814000', '155635.817000', '155635.820000', '155635.823000', '155635.826000', '155635.829000', '155635.832000', '155635.835000', '155635.839000', '155635.842000', '155635.845000', '155635.848000', '155635.850000', '155635.853000', '155635.856000', '155635.859000', '155635.862000', '155635.865000', '155655.731000', '155655.734000', '155655.737000', '155655.740000', '155655.743000', '155655.746000', '155655.749000', '155655.752000', '155655.755000', '155655.758000', '155655.760000', '155655.763000', '155655.766000', '155655.769000', '155655.772000', '155655.775000', '155655.778000', '155655.781000', '155655.784000', '155655.787000', '155655.790000', '155655.792000', '155655.795000', '155655.798000', '155655.801000', '155655.804000', '155655.807000', '155655.810000', '155655.813000', '155655.816000', '155655.823000', '155655.826000', '155655.829000', '155655.832000', '155655.835000', '155655.838000', '155655.841000', '155655.843000', '155655.846000', '155655.849000', '155655.852000', '155655.855000', '155655.858000', '155655.861000', '155715.731000', '155715.734000', '155715.737000', '155715.740000', '155715.743000', '155715.746000', '155715.749000', '155715.752000', '155715.754000', '155715.757000', '155715.760000', '155715.763000', '155715.766000', '155715.769000', '155715.772000', '155715.775000', '155715.778000', '155715.781000', '155715.784000', '155715.787000', '155715.790000', '155715.793000', '155715.795000', '155715.798000', '155715.801000', '155715.804000', '155715.807000', '155715.810000', '155715.813000', '155715.816000', '155715.819000', '155715.822000', '155715.825000', '155715.828000', '155715.830000', '155715.833000', '155715.836000', '155715.839000', '155715.842000', '155715.845000', '155715.848000', '155715.851000', '155715.854000', '155735.731000', '155735.734000', '155735.737000', '155735.740000', '155735.743000', '155735.746000', '155735.749000', '155735.752000', '155735.754000', '155735.757000', '155735.760000', '155735.763000', '155735.766000', '155735.769000', '155735.772000', '155735.775000', '155735.778000', '155735.781000', '155735.784000', '155735.786000', '155735.789000', '155735.792000', '155735.795000', '155735.798000', '155735.801000', '155735.804000', '155735.807000', '155735.810000', '155735.812000', '155735.815000', '155735.818000', '155735.821000', '155735.824000', '155735.827000', '155735.830000', '155735.833000', '155735.836000', '155735.839000', '155735.842000', '155735.845000', '155735.848000', '155735.851000', '155735.853000', '155735.856000', '155755.731000', '155755.734000', '155755.737000', '155755.740000', '155755.743000', '155755.746000', '155755.749000', '155755.752000', '155755.754000', '155755.757000', '155755.760000', '155755.763000', '155755.766000', '155755.769000', '155755.772000', '155755.775000', '155755.778000', '155755.781000', '155755.784000', '155755.787000', '155755.790000', '155755.793000', '155755.795000', '155755.800000', '155755.803000', '155755.806000', '155755.809000', '155755.812000', '155755.815000', '155755.818000', '155755.821000', '155755.824000', '155755.827000', '155755.830000', '155755.832000', '155755.835000', '155755.838000', '155755.841000', '155755.844000', '155755.847000', '155755.850000', '155755.853000', '155755.856000', '155815.730000', '155815.733000', '155815.750000', '155815.753000', '155815.756000', '155815.759000', '155815.762000', '155815.765000', '155815.768000', '155815.771000', '155815.774000', '155815.777000', '155815.780000', '155815.783000', '155815.786000', '155815.789000', '155815.792000', '155815.795000', '155815.798000', '155815.801000', '155815.803000', '155815.806000', '155815.809000', '155815.812000', '155815.815000', '155815.818000', '155815.821000', '155815.824000', '155815.827000', '155815.830000', '155815.832000', '155815.835000', '155815.838000', '155815.841000', '155815.844000', '155815.847000', '155815.850000', '155815.853000', '155815.866000', '155815.869000', '155815.871000', '155815.874000', '155815.877000', '155815.880000', '155835.730000', '155835.733000', '155835.736000', '155835.739000', '155835.742000', '155835.745000', '155835.748000', '155835.751000', '155835.754000', '155835.757000', '155835.760000', '155835.763000', '155835.770000', '155835.773000', '155835.775000', '155835.779000', '155835.782000', '155835.784000', '155835.787000', '155835.790000', '155835.793000', '155835.796000', '155835.799000', '155835.802000', '155835.805000', '155835.808000', '155835.811000', '155835.814000', '155835.817000', '155835.820000', '155835.823000', '155835.826000', '155835.829000', '155835.832000', '155835.835000', '155835.838000', '155835.841000', '155835.844000', '155835.847000', '155835.849000', '155835.852000', '155835.855000', '155835.858000', '155855.730000', '155855.733000', '155855.736000', '155855.739000', '155855.742000', '155855.745000', '155855.748000', '155855.751000', '155855.754000', '155855.757000', '155855.759000', '155855.762000', '155855.765000', '155855.768000', '155855.771000', '155855.774000', '155855.777000', '155855.780000', '155855.783000', '155855.786000', '155855.789000', '155855.792000', '155855.795000', '155855.798000', '155855.800000', '155855.803000', '155855.806000', '155855.809000', '155855.812000', '155855.815000', '155855.818000', '155855.821000', '155855.824000', '155855.827000', '155855.830000', '155855.833000', '155855.836000', '155855.839000', '155855.841000', '155855.844000', '155855.847000', '155855.850000', '155855.853000', '155855.856000', '155915.731000', '155915.734000', '155915.743000', '155915.746000', '155915.749000', '155915.752000', '155915.755000', '155915.758000', '155915.761000', '155915.764000', '155915.767000', '155915.770000', '155915.773000', '155915.776000', '155915.779000', '155915.782000', '155915.785000', '155915.788000', '155915.791000', '155915.794000', '155915.797000', '155915.799000', '155915.802000', '155915.805000', '155915.808000', '155915.811000', '155915.814000', '155915.817000', '155915.820000', '155915.823000', '155915.826000', '155915.829000', '155915.832000', '155915.835000', '155915.840000', '155915.842000', '155915.845000', '155915.848000', '155915.851000', '155915.854000', '155915.857000', '155915.860000', '155915.863000', '155935.731000', '155935.734000', '155935.737000', '155935.740000', '155935.743000', '155935.746000', '155935.749000', '155935.752000', '155935.754000', '155935.757000', '155935.760000', '155935.763000', '155935.766000', '155935.769000', '155935.772000', '155935.775000', '155935.778000', '155935.781000', '155935.784000', '155935.787000', '155935.789000', '155935.792000', '155935.795000', '155935.798000', '155935.801000', '155935.804000', '155935.807000', '155935.828000', '155935.831000', '155935.833000', '155935.836000', '155935.839000', '155935.842000', '155935.845000', '155935.848000', '155935.851000', '155935.854000', '155935.857000', '155935.860000', '155935.863000', '155935.866000', '155935.869000', '155935.871000', '155935.874000', '155955.731000', '155955.734000', '155955.737000', '155955.740000', '155955.743000', '155955.746000', '155955.749000', '155955.752000', '155955.755000', '155955.758000', '155955.760000', '155955.763000', '155955.766000', '155955.769000', '155955.772000', '155955.775000', '155955.778000', '155955.781000', '155955.784000', '155955.787000', '155955.790000', '155955.792000', '155955.795000', '155955.798000', '155955.801000', '155955.804000', '155955.807000', '155955.810000', '155955.813000', '155955.816000', '155955.819000', '155955.822000', '155955.825000', '155955.827000', '155955.830000', '155955.833000', '155955.836000', '155955.839000', '155955.842000', '155955.845000', '155955.848000', '155955.851000', '155955.854000', '160015.731000', '160015.734000', '160015.737000', '160015.740000', '160015.743000', '160015.746000', '160015.749000', '160015.752000', '160015.755000', '160015.758000', '160015.761000', '160015.764000', '160015.775000', '160015.778000', '160015.781000', '160015.784000', '160015.787000', '160015.790000', '160015.793000', '160015.795000', '160015.798000', '160015.801000', '160015.804000', '160015.807000', '160015.810000', '160015.813000', '160015.816000', '160015.819000', '160015.822000', '160015.825000', '160015.828000', '160015.831000', '160015.834000', '160015.837000', '160015.839000', '160015.842000', '160015.845000', '160015.848000', '160015.851000', '160015.854000', '160015.857000', '160015.860000', '160015.863000', '160015.866000', '160035.730000', '160035.733000', '160035.736000', '160035.739000', '160035.742000', '160035.745000', '160035.750000', '160035.753000', '160035.756000', '160035.759000', '160035.762000', '160035.765000', '160035.768000', '160035.771000', '160035.774000', '160035.776000', '160035.779000', '160035.782000', '160035.785000', '160035.788000', '160035.791000', '160035.794000', '160035.797000', '160035.800000', '160035.803000', '160035.806000', '160035.809000', '160035.811000', '160035.814000', '160035.817000', '160035.820000', '160035.823000', '160035.826000', '160035.829000', '160035.832000', '160035.835000', '160035.838000', '160035.841000', '160035.844000', '160035.847000', '160035.850000', '160035.852000', '160035.855000', '160055.731000', '160055.734000', '160055.752000', '160055.755000', '160055.758000', '160055.760000', '160055.763000', '160055.766000', '160055.769000', '160055.772000', '160055.775000', '160055.778000', '160055.781000', '160055.784000', '160055.787000', '160055.790000', '160055.793000', '160055.796000', '160055.798000', '160055.801000', '160055.804000', '160055.807000', '160055.810000', '160055.813000', '160055.816000', '160055.819000', '160055.822000', '160055.825000', '160055.828000', '160055.831000', '160055.834000', '160055.837000', '160055.839000', '160055.843000', '160055.845000', '160055.848000', '160055.851000', '160055.854000', '160055.870000', '160055.873000', '160055.875000', '160055.878000', '160055.881000', '160115.730000', '160115.733000', '160115.736000', '160115.739000', '160115.742000', '160115.745000', '160115.748000', '160115.751000', '160115.754000', '160115.757000', '160115.760000', '160115.763000', '160115.766000', '160115.769000', '160115.772000', '160115.775000', '160115.778000', '160115.781000', '160115.784000', '160115.787000', '160115.790000', '160115.793000', '160115.795000', '160115.799000', '160115.801000', '160115.804000', '160115.807000', '160115.810000', '160115.813000', '160115.816000', '160115.819000', '160115.822000', '160115.825000', '160115.828000', '160115.831000', '160115.834000', '160115.837000', '160115.840000', '160115.843000', '160115.846000', '160115.849000', '160115.852000', '160115.855000', '160115.857000', '160135.731000', '160135.734000', '160135.737000', '160135.740000', '160135.743000', '160135.746000', '160135.749000', '160135.752000', '160135.755000', '160135.758000', '160135.761000', '160135.764000', '160135.767000', '160135.770000', '160135.773000', '160135.776000', '160135.779000', '160135.781000', '160135.784000', '160135.787000', '160135.790000', '160135.793000', '160135.796000', '160135.799000', '160135.802000', '160135.805000', '160135.808000', '160135.811000', '160135.814000', '160135.817000', '160135.820000', '160135.823000', '160135.826000', '160135.828000', '160135.831000', '160135.834000', '160135.837000', '160135.840000', '160135.843000', '160135.846000', '160135.849000', '160135.852000', '160135.855000', '160155.731000', '160155.734000', '160155.737000', '160155.740000', '160155.743000', '160155.746000', '160155.749000', '160155.752000', '160155.755000', '160155.758000', '160155.761000', '160155.764000', '160155.767000', '160155.770000', '160155.772000', '160155.775000', '160155.778000', '160155.781000', '160155.784000', '160155.787000', '160155.790000', '160155.793000', '160155.796000', '160155.799000', '160155.802000', '160155.805000', '160155.808000', '160155.810000', '160155.813000', '160155.816000', '160155.819000', '160155.822000', '160155.825000', '160155.828000', '160155.831000', '160155.834000', '160155.837000', '160155.840000', '160155.842000', '160155.845000', '160155.848000', '160155.851000', '160155.854000', '160155.862000', '160215.731000', '160215.734000', '160215.737000', '160215.740000', '160215.743000', '160215.746000', '160215.749000', '160215.752000', '160215.755000', '160215.758000', '160215.763000', '160215.766000', '160215.769000', '160215.772000', '160215.775000', '160215.778000', '160215.781000', '160215.784000', '160215.787000', '160215.790000', '160215.793000', '160215.795000', '160215.798000', '160215.801000', '160215.804000', '160215.807000', '160215.810000', '160215.813000', '160215.816000', '160215.819000', '160215.822000', '160215.825000', '160215.828000', '160215.830000', '160215.833000', '160215.836000', '160215.839000', '160215.842000', '160215.845000', '160215.848000', '160215.851000', '160215.854000', '160215.857000', '160235.731000', '160235.734000', '160235.737000', '160235.740000', '160235.743000', '160235.746000', '160235.749000', '160235.752000', '160235.755000', '160235.758000', '160235.761000', '160235.764000', '160235.767000', '160235.770000', '160235.772000', '160235.775000', '160235.778000', '160235.781000', '160235.784000', '160235.787000', '160235.790000', '160235.793000', '160235.796000', '160235.799000', '160235.802000', '160235.805000', '160235.808000', '160235.811000', '160235.814000', '160235.817000', '160235.819000', '160235.822000', '160235.825000', '160235.828000', '160235.831000', '160235.834000', '160235.837000', '160235.840000', '160235.843000', '160235.846000', '160235.849000', '160235.852000', '160235.855000', '160235.858000', '160255.730000', '160255.733000', '160255.736000', '160255.739000', '160255.742000', '160255.745000', '160255.748000', '160255.751000', '160255.754000', '160255.757000', '160255.760000', '160255.763000', '160255.766000', '160255.770000', '160255.773000', '160255.776000', '160255.779000', '160255.782000', '160255.785000', '160255.788000', '160255.790000', '160255.793000', '160255.796000', '160255.799000', '160255.802000', '160255.805000', '160255.808000', '160255.811000', '160255.814000', '160255.817000', '160255.820000', '160255.823000', '160255.825000', '160255.828000', '160255.831000', '160255.834000', '160255.837000', '160255.840000', '160255.843000', '160255.846000', '160255.849000', '160255.852000', '160255.855000', '160301.351000', '160301.354000', '160301.358000', '160301.361000', '160301.365000', '160301.368000', '160301.371000', '160301.374000', '160301.378000', '160301.381000', '160301.384000', '160301.387000', '160301.390000'], 'InstanceCreationTime': ['155515.762000', '155515.770000', '155515.773000', '155515.776000', '155515.779000', '155515.782000', '155515.785000', '155515.788000', '155515.791000', '155515.794000', '155515.798000', '155515.801000', '155515.804000', '155515.807000', '155515.810000', '155515.813000', '155515.816000', '155515.819000', '155515.822000', '155515.825000', '155515.828000', '155515.830000', '155515.833000', '155515.836000', '155515.839000', '155515.842000', '155515.845000', '155515.848000', '155515.851000', '155515.854000', '155515.865000', '155515.868000', '155515.871000', '155515.874000', '155515.877000', '155515.880000', '155515.883000', '155515.886000', '155515.889000', '155515.892000', '155515.895000', '155515.897000', '155515.901000', '155515.909000', '155515.912000', '155515.915000', '155535.731000', '155535.734000', '155535.737000', '155535.740000', '155535.743000', '155535.746000', '155535.749000', '155535.751000', '155535.754000', '155535.757000', '155535.760000', '155535.763000', '155535.766000', '155535.769000', '155535.772000', '155535.775000', '155535.778000', '155535.780000', '155535.783000', '155535.786000', '155535.789000', '155535.792000', '155535.795000', '155535.798000', '155535.801000', '155535.804000', '155535.807000', '155535.809000', '155535.812000', '155535.815000', '155535.818000', '155535.821000', '155535.824000', '155535.827000', '155535.830000', '155535.833000', '155535.836000', '155535.839000', '155535.846000', '155535.849000', '155535.852000', '155535.855000', '155535.857000', '155535.860000', '155555.730000', '155555.733000', '155555.736000', '155555.739000', '155555.742000', '155555.744000', '155555.747000', '155555.750000', '155555.753000', '155555.756000', '155555.759000', '155555.762000', '155555.765000', '155555.768000', '155555.771000', '155555.774000', '155555.777000', '155555.780000', '155555.782000', '155555.785000', '155555.788000', '155555.791000', '155555.794000', '155555.797000', '155555.800000', '155555.803000', '155555.806000', '155555.809000', '155555.813000', '155555.817000', '155555.820000', '155555.822000', '155555.825000', '155555.828000', '155555.831000', '155555.834000', '155555.837000', '155555.840000', '155555.843000', '155555.846000', '155555.849000', '155555.852000', '155555.855000', '155615.730000', '155615.733000', '155615.736000', '155615.739000', '155615.742000', '155615.744000', '155615.747000', '155615.750000', '155615.753000', '155615.756000', '155615.759000', '155615.762000', '155615.765000', '155615.768000', '155615.772000', '155615.775000', '155615.778000', '155615.781000', '155615.784000', '155615.787000', '155615.790000', '155615.793000', '155615.796000', '155615.799000', '155615.801000', '155615.804000', '155615.807000', '155615.810000', '155615.813000', '155615.816000', '155615.819000', '155615.822000', '155615.825000', '155615.828000', '155615.830000', '155615.833000', '155615.836000', '155615.839000', '155615.842000', '155615.845000', '155615.848000', '155615.851000', '155615.854000', '155615.857000', '155635.730000', '155635.733000', '155635.736000', '155635.739000', '155635.742000', '155635.745000', '155635.748000', '155635.751000', '155635.754000', '155635.757000', '155635.761000', '155635.764000', '155635.767000', '155635.770000', '155635.773000', '155635.776000', '155635.779000', '155635.782000', '155635.785000', '155635.788000', '155635.800000', '155635.803000', '155635.806000', '155635.809000', '155635.811000', '155635.814000', '155635.817000', '155635.820000', '155635.823000', '155635.826000', '155635.829000', '155635.832000', '155635.835000', '155635.839000', '155635.842000', '155635.845000', '155635.848000', '155635.850000', '155635.853000', '155635.856000', '155635.859000', '155635.862000', '155635.865000', '155655.731000', '155655.734000', '155655.737000', '155655.740000', '155655.743000', '155655.746000', '155655.749000', '155655.752000', '155655.755000', '155655.758000', '155655.760000', '155655.763000', '155655.766000', '155655.769000', '155655.772000', '155655.775000', '155655.778000', '155655.781000', '155655.784000', '155655.787000', '155655.790000', '155655.792000', '155655.795000', '155655.798000', '155655.801000', '155655.804000', '155655.807000', '155655.810000', '155655.813000', '155655.816000', '155655.823000', '155655.826000', '155655.829000', '155655.832000', '155655.835000', '155655.838000', '155655.841000', '155655.843000', '155655.846000', '155655.849000', '155655.852000', '155655.855000', '155655.858000', '155655.861000', '155715.731000', '155715.734000', '155715.737000', '155715.740000', '155715.743000', '155715.746000', '155715.749000', '155715.752000', '155715.754000', '155715.757000', '155715.760000', '155715.763000', '155715.766000', '155715.769000', '155715.772000', '155715.775000', '155715.778000', '155715.781000', '155715.784000', '155715.787000', '155715.790000', '155715.793000', '155715.795000', '155715.798000', '155715.801000', '155715.804000', '155715.807000', '155715.810000', '155715.813000', '155715.816000', '155715.819000', '155715.822000', '155715.825000', '155715.828000', '155715.830000', '155715.833000', '155715.836000', '155715.839000', '155715.842000', '155715.845000', '155715.848000', '155715.851000', '155715.854000', '155735.731000', '155735.734000', '155735.737000', '155735.740000', '155735.743000', '155735.746000', '155735.749000', '155735.752000', '155735.754000', '155735.757000', '155735.760000', '155735.763000', '155735.766000', '155735.769000', '155735.772000', '155735.775000', '155735.778000', '155735.781000', '155735.784000', '155735.786000', '155735.789000', '155735.792000', '155735.795000', '155735.798000', '155735.801000', '155735.804000', '155735.807000', '155735.810000', '155735.812000', '155735.815000', '155735.818000', '155735.821000', '155735.824000', '155735.827000', '155735.830000', '155735.833000', '155735.836000', '155735.839000', '155735.842000', '155735.845000', '155735.848000', '155735.851000', '155735.853000', '155735.856000', '155755.731000', '155755.734000', '155755.737000', '155755.740000', '155755.743000', '155755.746000', '155755.749000', '155755.752000', '155755.754000', '155755.757000', '155755.760000', '155755.763000', '155755.766000', '155755.769000', '155755.772000', '155755.775000', '155755.778000', '155755.781000', '155755.784000', '155755.787000', '155755.790000', '155755.793000', '155755.795000', '155755.800000', '155755.803000', '155755.806000', '155755.809000', '155755.812000', '155755.815000', '155755.818000', '155755.821000', '155755.824000', '155755.827000', '155755.830000', '155755.832000', '155755.835000', '155755.838000', '155755.841000', '155755.844000', '155755.847000', '155755.850000', '155755.853000', '155755.856000', '155815.730000', '155815.733000', '155815.750000', '155815.753000', '155815.756000', '155815.759000', '155815.762000', '155815.765000', '155815.768000', '155815.771000', '155815.774000', '155815.777000', '155815.780000', '155815.783000', '155815.786000', '155815.789000', '155815.792000', '155815.795000', '155815.798000', '155815.801000', '155815.803000', '155815.806000', '155815.809000', '155815.812000', '155815.815000', '155815.818000', '155815.821000', '155815.824000', '155815.827000', '155815.830000', '155815.832000', '155815.835000', '155815.838000', '155815.841000', '155815.844000', '155815.847000', '155815.850000', '155815.853000', '155815.866000', '155815.869000', '155815.871000', '155815.874000', '155815.877000', '155815.880000', '155835.730000', '155835.733000', '155835.736000', '155835.739000', '155835.742000', '155835.745000', '155835.748000', '155835.751000', '155835.754000', '155835.757000', '155835.760000', '155835.763000', '155835.770000', '155835.773000', '155835.775000', '155835.779000', '155835.782000', '155835.784000', '155835.787000', '155835.790000', '155835.793000', '155835.796000', '155835.799000', '155835.802000', '155835.805000', '155835.808000', '155835.811000', '155835.814000', '155835.817000', '155835.820000', '155835.823000', '155835.826000', '155835.829000', '155835.832000', '155835.835000', '155835.838000', '155835.841000', '155835.844000', '155835.847000', '155835.849000', '155835.852000', '155835.855000', '155835.858000', '155855.730000', '155855.733000', '155855.736000', '155855.739000', '155855.742000', '155855.745000', '155855.748000', '155855.751000', '155855.754000', '155855.757000', '155855.759000', '155855.762000', '155855.765000', '155855.768000', '155855.771000', '155855.774000', '155855.777000', '155855.780000', '155855.783000', '155855.786000', '155855.789000', '155855.792000', '155855.795000', '155855.798000', '155855.800000', '155855.803000', '155855.806000', '155855.809000', '155855.812000', '155855.815000', '155855.818000', '155855.821000', '155855.824000', '155855.827000', '155855.830000', '155855.833000', '155855.836000', '155855.839000', '155855.841000', '155855.844000', '155855.847000', '155855.850000', '155855.853000', '155855.856000', '155915.731000', '155915.734000', '155915.743000', '155915.746000', '155915.749000', '155915.752000', '155915.755000', '155915.758000', '155915.761000', '155915.764000', '155915.767000', '155915.770000', '155915.773000', '155915.776000', '155915.779000', '155915.782000', '155915.785000', '155915.788000', '155915.791000', '155915.794000', '155915.797000', '155915.799000', '155915.802000', '155915.805000', '155915.808000', '155915.811000', '155915.814000', '155915.817000', '155915.820000', '155915.823000', '155915.826000', '155915.829000', '155915.832000', '155915.835000', '155915.840000', '155915.842000', '155915.845000', '155915.848000', '155915.851000', '155915.854000', '155915.857000', '155915.860000', '155915.863000', '155935.731000', '155935.734000', '155935.737000', '155935.740000', '155935.743000', '155935.746000', '155935.749000', '155935.752000', '155935.754000', '155935.757000', '155935.760000', '155935.763000', '155935.766000', '155935.769000', '155935.772000', '155935.775000', '155935.778000', '155935.781000', '155935.784000', '155935.787000', '155935.789000', '155935.792000', '155935.795000', '155935.798000', '155935.801000', '155935.804000', '155935.807000', '155935.828000', '155935.831000', '155935.833000', '155935.836000', '155935.839000', '155935.842000', '155935.845000', '155935.848000', '155935.851000', '155935.854000', '155935.857000', '155935.860000', '155935.863000', '155935.866000', '155935.869000', '155935.871000', '155935.874000', '155955.731000', '155955.734000', '155955.737000', '155955.740000', '155955.743000', '155955.746000', '155955.749000', '155955.752000', '155955.755000', '155955.758000', '155955.760000', '155955.763000', '155955.766000', '155955.769000', '155955.772000', '155955.775000', '155955.778000', '155955.781000', '155955.784000', '155955.787000', '155955.790000', '155955.792000', '155955.795000', '155955.798000', '155955.801000', '155955.804000', '155955.807000', '155955.810000', '155955.813000', '155955.816000', '155955.819000', '155955.822000', '155955.825000', '155955.827000', '155955.830000', '155955.833000', '155955.836000', '155955.839000', '155955.842000', '155955.845000', '155955.848000', '155955.851000', '155955.854000', '160015.731000', '160015.734000', '160015.737000', '160015.740000', '160015.743000', '160015.746000', '160015.749000', '160015.752000', '160015.755000', '160015.758000', '160015.761000', '160015.764000', '160015.775000', '160015.778000', '160015.781000', '160015.784000', '160015.787000', '160015.790000', '160015.793000', '160015.795000', '160015.798000', '160015.801000', '160015.804000', '160015.807000', '160015.810000', '160015.813000', '160015.816000', '160015.819000', '160015.822000', '160015.825000', '160015.828000', '160015.831000', '160015.834000', '160015.837000', '160015.839000', '160015.842000', '160015.845000', '160015.848000', '160015.851000', '160015.854000', '160015.857000', '160015.860000', '160015.863000', '160015.866000', '160035.730000', '160035.733000', '160035.736000', '160035.739000', '160035.742000', '160035.745000', '160035.750000', '160035.753000', '160035.756000', '160035.759000', '160035.762000', '160035.765000', '160035.768000', '160035.771000', '160035.774000', '160035.776000', '160035.779000', '160035.782000', '160035.785000', '160035.788000', '160035.791000', '160035.794000', '160035.797000', '160035.800000', '160035.803000', '160035.806000', '160035.809000', '160035.811000', '160035.814000', '160035.817000', '160035.820000', '160035.823000', '160035.826000', '160035.829000', '160035.832000', '160035.835000', '160035.838000', '160035.841000', '160035.844000', '160035.847000', '160035.850000', '160035.852000', '160035.855000', '160055.731000', '160055.734000', '160055.752000', '160055.755000', '160055.758000', '160055.760000', '160055.763000', '160055.766000', '160055.769000', '160055.772000', '160055.775000', '160055.778000', '160055.781000', '160055.784000', '160055.787000', '160055.790000', '160055.793000', '160055.796000', '160055.798000', '160055.801000', '160055.804000', '160055.807000', '160055.810000', '160055.813000', '160055.816000', '160055.819000', '160055.822000', '160055.825000', '160055.828000', '160055.831000', '160055.834000', '160055.837000', '160055.839000', '160055.843000', '160055.845000', '160055.848000', '160055.851000', '160055.854000', '160055.870000', '160055.873000', '160055.875000', '160055.878000', '160055.881000', '160115.730000', '160115.733000', '160115.736000', '160115.739000', '160115.742000', '160115.745000', '160115.748000', '160115.751000', '160115.754000', '160115.757000', '160115.760000', '160115.763000', '160115.766000', '160115.769000', '160115.772000', '160115.775000', '160115.778000', '160115.781000', '160115.784000', '160115.787000', '160115.790000', '160115.793000', '160115.795000', '160115.799000', '160115.801000', '160115.804000', '160115.807000', '160115.810000', '160115.813000', '160115.816000', '160115.819000', '160115.822000', '160115.825000', '160115.828000', '160115.831000', '160115.834000', '160115.837000', '160115.840000', '160115.843000', '160115.846000', '160115.849000', '160115.852000', '160115.855000', '160115.857000', '160135.731000', '160135.734000', '160135.737000', '160135.740000', '160135.743000', '160135.746000', '160135.749000', '160135.752000', '160135.755000', '160135.758000', '160135.761000', '160135.764000', '160135.767000', '160135.770000', '160135.773000', '160135.776000', '160135.779000', '160135.781000', '160135.784000', '160135.787000', '160135.790000', '160135.793000', '160135.796000', '160135.799000', '160135.802000', '160135.805000', '160135.808000', '160135.811000', '160135.814000', '160135.817000', '160135.820000', '160135.823000', '160135.826000', '160135.828000', '160135.831000', '160135.834000', '160135.837000', '160135.840000', '160135.843000', '160135.846000', '160135.849000', '160135.852000', '160135.855000', '160155.731000', '160155.734000', '160155.737000', '160155.740000', '160155.743000', '160155.746000', '160155.749000', '160155.752000', '160155.755000', '160155.758000', '160155.761000', '160155.764000', '160155.767000', '160155.770000', '160155.772000', '160155.775000', '160155.778000', '160155.781000', '160155.784000', '160155.787000', '160155.790000', '160155.793000', '160155.796000', '160155.799000', '160155.802000', '160155.805000', '160155.808000', '160155.810000', '160155.813000', '160155.816000', '160155.819000', '160155.822000', '160155.825000', '160155.828000', '160155.831000', '160155.834000', '160155.837000', '160155.840000', '160155.842000', '160155.845000', '160155.848000', '160155.851000', '160155.854000', '160155.862000', '160215.731000', '160215.734000', '160215.737000', '160215.740000', '160215.743000', '160215.746000', '160215.749000', '160215.752000', '160215.755000', '160215.758000', '160215.763000', '160215.766000', '160215.769000', '160215.772000', '160215.775000', '160215.778000', '160215.781000', '160215.784000', '160215.787000', '160215.790000', '160215.793000', '160215.795000', '160215.798000', '160215.801000', '160215.804000', '160215.807000', '160215.810000', '160215.813000', '160215.816000', '160215.819000', '160215.822000', '160215.825000', '160215.828000', '160215.830000', '160215.833000', '160215.836000', '160215.839000', '160215.842000', '160215.845000', '160215.848000', '160215.851000', '160215.854000', '160215.857000', '160235.731000', '160235.734000', '160235.737000', '160235.740000', '160235.743000', '160235.746000', '160235.749000', '160235.752000', '160235.755000', '160235.758000', '160235.761000', '160235.764000', '160235.767000', '160235.770000', '160235.772000', '160235.775000', '160235.778000', '160235.781000', '160235.784000', '160235.787000', '160235.790000', '160235.793000', '160235.796000', '160235.799000', '160235.802000', '160235.805000', '160235.808000', '160235.811000', '160235.814000', '160235.817000', '160235.819000', '160235.822000', '160235.825000', '160235.828000', '160235.831000', '160235.834000', '160235.837000', '160235.840000', '160235.843000', '160235.846000', '160235.849000', '160235.852000', '160235.855000', '160235.858000', '160255.730000', '160255.733000', '160255.736000', '160255.739000', '160255.742000', '160255.745000', '160255.748000', '160255.751000', '160255.754000', '160255.757000', '160255.760000', '160255.763000', '160255.766000', '160255.770000', '160255.773000', '160255.776000', '160255.779000', '160255.782000', '160255.785000', '160255.788000', '160255.790000', '160255.793000', '160255.796000', '160255.799000', '160255.802000', '160255.805000', '160255.808000', '160255.811000', '160255.814000', '160255.817000', '160255.820000', '160255.823000', '160255.825000', '160255.828000', '160255.831000', '160255.834000', '160255.837000', '160255.840000', '160255.843000', '160255.846000', '160255.849000', '160255.852000', '160255.855000', '160301.351000', '160301.354000', '160301.358000', '160301.361000', '160301.365000', '160301.368000', '160301.371000', '160301.374000', '160301.378000', '160301.381000', '160301.384000', '160301.387000', '160301.390000'], '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], 'LargestImagePixelValue': [11488, 11944, 11825, 11427, 11682, 12202, 11101, 12627, 12269, 10953, 11296, 12102, 10933, 12773, 12538, 10394, 12658, 12365, 10599, 11355, 12227, 10704, 12373, 12131, 10261, 12453, 12228, 10576, 12369, 12571, 10909, 12386, 12431, 10756, 12226, 12215, 10898, 11710, 12081, 10462, 12123, 12142, 10734, 11529, 12285, 10459, 12066, 12257, 10367, 11530, 12138, 11376, 11010, 12438, 10550, 11254, 12379, 11823, 12825, 12076, 12456, 12028, 12221, 12316, 13134, 12461, 12304, 11785, 11923, 12121, 12212, 12288, 12290, 11360, 12725, 12376, 11486, 11645, 12156, 11517, 12529, 12623, 11340, 12862, 12037, 11241, 13125, 12273, 10966, 13038, 12254, 11669, 12794, 12455, 11271, 12749, 12217, 10729, 12781, 12498, 11046, 12934, 9796, 12326, 12124, 11719, 12919, 11978, 12075, 11392, 12320, 9662, 12254, 12525, 11497, 12522, 12314, 11972, 11736, 12542, 11758, 12345, 12395, 11798, 11356, 12420, 12211, 12047, 12335, 12072, 12811, 12142, 12011, 10983, 12177, 12246, 12427, 12277, 12168, 11044, 12376, 12294, 12143, 11629, 12038, 11043, 12204, 12584, 12184, 12859, 12213, 12250, 12175, 12332, 11669, 12203, 12008, 13101, 12130, 12345, 11338, 12144, 12132, 12147, 12184, 12479, 11494, 12573, 12365, 11303, 12020, 12066, 11343, 12654, 12254, 11237, 12733, 12487, 10853, 12911, 12327, 11206, 12898, 12166, 10992, 12828, 12585, 11172, 12793, 12504, 10780, 11512, 12330, 10908, 12423, 12597, 10384, 12625, 12517, 11041, 12590, 12802, 11521, 12541, 12538, 11924, 13293, 12498, 11824, 12563, 12351, 11370, 12627, 12461, 10610, 12201, 12661, 11300, 12990, 12450, 11289, 12690, 12639, 11585, 12746, 12443, 10732, 12569, 12505, 11231, 12248, 12339, 10318, 12853, 11995, 11078, 13088, 12406, 12179, 12633, 12091, 11967, 12947, 12465, 10370, 13119, 12019, 9870, 12112, 12353, 10669, 11503, 12345, 10928, 11709, 12363, 11878, 12634, 12506, 12073, 11548, 12359, 12198, 12834, 11994, 12322, 12136, 12326, 12042, 12494, 12484, 12171, 11456, 12177, 11871, 11744, 12621, 11889, 11845, 12575, 12103, 11919, 12541, 10008, 12032, 12254, 11999, 12136, 12694, 12100, 12153, 12214, 11783, 11259, 12177, 11922, 11142, 12907, 12277, 11188, 12592, 12184, 11606, 12977, 12572, 11789, 12592, 12189, 10737, 12671, 12251, 10285, 12755, 12389, 9881, 11968, 12440, 10584, 11314, 12583, 10990, 11940, 12580, 11743, 12910, 12010, 12325, 11001, 12274, 11732, 11049, 12071, 12167, 11077, 13025, 12365, 11044, 12707, 12069, 11633, 12348, 12217, 11780, 12784, 12329, 10609, 12384, 12388, 10180, 12932, 12350, 10788, 12714, 12856, 11035, 13099, 12624, 11079, 12633, 12453, 11269, 13096, 12571, 11056, 12149, 12271, 11397, 12792, 12384, 11398, 12857, 12316, 11028, 12491, 11944, 11278, 13036, 12072, 11191, 12704, 12071, 11516, 13132, 12152, 12017, 13024, 12327, 11153, 12952, 12083, 11601, 13094, 12535, 10505, 12834, 11858, 11179, 12933, 11663, 10007, 12175, 12417, 11433, 12601, 12575, 11261, 12818, 12364, 12219, 10899, 12515, 12015, 11812, 11947, 12296, 10286, 12703, 12337, 12657, 12202, 12010, 12153, 12220, 12529, 10863, 12221, 12065, 12407, 12157, 12075, 12474, 12313, 11793, 12033, 12536, 11234, 11791, 12727, 12151, 12583, 12635, 11906, 12886, 12442, 12189, 10860, 12551, 12122, 10601, 12690, 12508, 11950, 12556, 12034, 10527, 12553, 12355, 10296, 12442, 12455, 10644, 12852, 12117, 10590, 12243, 12310, 10774, 12428, 12233, 11212, 12502, 12424, 11206, 12752, 12243, 11962, 12856, 11906, 10866, 12513, 12210, 10399, 12079, 12215, 10310, 12344, 12349, 10358, 11936, 12286, 10300, 12377, 12185, 10546, 12344, 12832, 10530, 12740, 12200, 10636, 12273, 12301, 11522, 11935, 12635, 9713, 12144, 12367, 11648, 12370, 12950, 12123, 11668, 12282, 12386, 11738, 12203, 11886, 13131, 12460, 12006, 11313, 12280, 11856, 12114, 12137, 11646, 11300, 12704, 12108, 10858, 12496, 11971, 10971, 12655, 12284, 12027, 13104, 12200, 10761, 11823, 8888, 12074, 11345, 9720, 10842, 9591, 11399, 10617, 11062, 12804, 10721, 10243, 11245, 11788, 10695, 10890, 11764, 11158, 10846, 11222, 10647, 12260, 11483, 9970, 10781, 9263, 9717, 9867, 11387, 11339, 12491, 10900, 11163, 9912, 12431, 11027, 11207, 12626, 10620, 10748, 10380, 10371, 10744, 9911, 10871, 10374, 10129, 11279, 10300, 9664, 10867, 10063, 11471, 10227, 10265, 12300, 11555, 11362, 12487, 10547, 10085, 11683, 10672, 10715, 11635, 11208, 10734, 11795, 10258, 11471, 11082, 10354, 11654, 11415, 10463, 12329, 11042, 10561, 11677, 10279, 11285, 12622, 11558, 11722, 12437, 11278, 9695, 11336, 10644, 10838, 12260, 11163, 10111, 11271, 10743, 11963, 11463, 10916, 11505, 11795, 10922, 12390, 11125, 11032, 12662, 11497, 10695, 11993, 10857, 12153, 11187, 10558, 11097, 11894, 10739, 11710, 11309, 10514, 11604, 11347, 10380, 12004, 11282, 11307, 12565, 10904, 11236, 12277, 10746, 11410, 12805, 11036, 10172, 11302, 10325, 10695, 11505, 10995, 10916, 11337, 10445, 12147, 11120, 10278, 12231, 11854, 10304, 12050, 10647, 10466, 11860, 10885, 11063, 12175, 10756, 11333, 11181, 10348, 11922, 11566, 10427, 12081, 11444, 10537, 11325, 11264, 10203, 12192, 11880, 10539, 11174, 11015, 10144, 12168, 10556, 10007, 12458, 11357, 10896, 11821, 10484, 10501, 12029, 10745, 10883, 12345, 10831, 10697, 11361, 10239, 11561, 11313, 10218, 10617, 11407, 10568, 11900, 11064, 10203, 12167, 11164, 10347, 11793, 10778, 10213, 11468, 10701, 10137, 11644, 10979, 10818, 12119, 10542, 11013, 11694, 10679, 10993, 12047, 10536, 10571, 11221, 10157, 10822, 11237, 10217, 10710, 11096, 10311, 11773, 11384, 10211, 11280, 10999, 10761, 11884, 10441, 9944, 12524, 11506, 11047, 11902, 10656, 10304, 11479, 10417, 10996, 11546, 10799, 10598, 10850, 10572, 10800, 11587, 10657, 10949, 11103, 10334, 11252, 10921, 10242, 11351, 11450, 10356, 11470, 11288, 10575, 11945, 10992, 10474, 10364, 11222, 10406, 11303, 10793, 10229, 12319, 11529, 10282, 11272, 10546, 10276, 11486, 10713, 10417, 11154, 11122, 10470, 11901, 10433, 10937, 11757, 10516, 10903, 12151, 10524, 10852, 10963, 10343, 11056, 11781, 10936, 10539, 11637, 10540, 10502, 10780, 10532, 10937, 11532, 10394, 11446, 10869, 10873, 11263, 10787, 10916, 10229, 9397, 10347, 10379, 11319, 10300, 10711, 12240, 11080, 10029, 11703, 10790, 10320, 13284, 10671, 10304, 11483, 11119, 10098, 9905, 10931, 10048, 10325, 11081, 10660, 10550, 11194, 10211, 9870, 11298, 10305, 11032, 12284, 10974, 10183, 11904, 10730, 10582, 11880, 10666, 10461, 11745, 10809, 10342, 11604, 10370, 10780, 11827, 11286, 10170, 11818, 10814, 10281, 12006, 10891, 10120, 11658, 10695, 10425, 11187, 10330, 10223, 11586, 11364, 10318, 12012, 10868, 10440, 11841, 10731, 10157, 11612, 11581, 10489, 12035, 10420, 10450, 11780, 10467, 10315, 11695, 10976, 10476, 11891, 10697, 10594, 11805, 10355, 10508, 11785, 10358, 10756, 11399, 10298, 11093, 11679, 10555, 10891, 11446, 10170, 10443, 11330, 10105, 9968, 11935, 11005, 9801, 11428, 10028, 10008, 11595, 10021, 9949, 12028, 11414, 10218, 11523, 10677, 10119, 11613, 10995, 10047, 11888, 10417, 10250, 11582, 10298, 10028, 12126, 11203, 10162, 11853, 10092, 10836, 11587, 10479, 11023, 12039, 10613, 10867, 11162, 10043, 10667, 11094, 10203, 10818, 11675, 10317, 10441, 11213, 10132, 11355, 11858, 10598, 11092, 11468, 10350, 10187, 11501, 10925, 10380, 10782, 10167, 11447, 11245, 10350, 10923, 11167, 10241, 11903, 10492, 9967, 11991, 11300, 10170, 12168, 10471, 10138, 12045, 10580, 10184, 11674, 11451, 10239, 11998, 10208, 10202, 11434, 11160, 10247, 12223, 10779, 10159, 11907, 10840, 10014, 12083, 11309, 10186, 11778, 10723, 10070], 'WindowCenter': [3955.0, 3949.0, 3938.0, 3923.0, 3921.0, 3933.0, 3922.0, 3922.0, 3922.0, 3908.0, 3908.0, 3920.0, 3908.0, 3931.0, 3931.0, 3899.0, 3920.0, 3920.0, 3898.0, 3908.0, 3920.0, 3910.0, 3932.0, 3921.0, 3898.0, 3918.0, 3920.0, 3898.0, 3920.0, 3931.0, 3911.0, 3919.0, 3921.0, 3908.0, 3920.0, 3921.0, 3912.0, 3922.0, 3921.0, 3911.0, 3920.0, 3921.0, 3911.0, 3909.0, 3932.0, 3911.0, 3918.0, 3920.0, 3899.0, 3908.0, 3921.0, 3922.0, 3910.0, 3921.0, 3911.0, 3909.0, 3920.0, 3921.0, 3919.0, 3920.0, 3921.0, 3919.0, 3920.0, 3922.0, 3930.0, 3933.0, 3932.0, 3921.0, 3921.0, 3922.0, 3920.0, 3921.0, 3923.0, 3921.0, 3919.0, 3920.0, 3909.0, 3909.0, 3919.0, 3909.0, 3921.0, 3920.0, 3908.0, 3918.0, 3919.0, 3909.0, 3918.0, 3908.0, 3898.0, 3917.0, 3908.0, 3897.0, 3917.0, 3919.0, 3897.0, 3916.0, 3907.0, 3896.0, 3917.0, 3918.0, 3897.0, 3919.0, 3886.0, 3917.0, 3919.0, 3921.0, 3919.0, 3908.0, 3921.0, 3908.0, 3919.0, 3889.0, 3907.0, 3918.0, 3908.0, 3907.0, 3919.0, 3922.0, 3907.0, 3907.0, 3908.0, 3906.0, 3907.0, 3907.0, 3908.0, 3920.0, 3919.0, 3908.0, 3918.0, 3919.0, 3917.0, 3907.0, 3919.0, 3898.0, 3919.0, 3919.0, 3918.0, 3919.0, 3919.0, 3909.0, 3920.0, 3921.0, 3920.0, 3910.0, 3920.0, 3910.0, 3921.0, 3921.0, 3919.0, 3930.0, 3921.0, 3921.0, 3933.0, 3932.0, 3910.0, 3920.0, 3921.0, 3919.0, 3921.0, 3932.0, 3910.0, 3919.0, 3920.0, 3908.0, 3919.0, 3920.0, 3910.0, 3920.0, 3920.0, 3908.0, 3908.0, 3920.0, 3908.0, 3920.0, 3908.0, 3908.0, 3918.0, 3918.0, 3896.0, 3920.0, 3920.0, 3909.0, 3919.0, 3922.0, 3908.0, 3919.0, 3921.0, 3909.0, 3920.0, 3920.0, 3909.0, 3909.0, 3922.0, 3910.0, 3932.0, 3921.0, 3899.0, 3920.0, 3920.0, 3910.0, 3920.0, 3931.0, 3910.0, 3920.0, 3921.0, 3910.0, 3919.0, 3920.0, 3910.0, 3908.0, 3919.0, 3908.0, 3918.0, 3919.0, 3898.0, 3919.0, 3919.0, 3909.0, 3918.0, 3919.0, 3909.0, 3918.0, 3920.0, 3910.0, 3918.0, 3919.0, 3909.0, 3919.0, 3919.0, 3920.0, 3919.0, 3921.0, 3898.0, 3920.0, 3920.0, 3909.0, 3931.0, 3931.0, 3920.0, 3918.0, 3907.0, 3908.0, 3906.0, 3917.0, 3897.0, 3920.0, 3918.0, 3887.0, 3906.0, 3918.0, 3898.0, 3906.0, 3919.0, 3911.0, 3907.0, 3919.0, 3920.0, 3920.0, 3920.0, 3921.0, 3908.0, 3919.0, 3921.0, 3920.0, 3922.0, 3920.0, 3920.0, 3919.0, 3919.0, 3908.0, 3918.0, 3919.0, 3908.0, 3909.0, 3910.0, 3907.0, 3919.0, 3920.0, 3909.0, 3919.0, 3920.0, 3908.0, 3919.0, 3900.0, 3917.0, 3918.0, 3920.0, 3920.0, 3918.0, 3921.0, 3920.0, 3920.0, 3920.0, 3898.0, 3908.0, 3919.0, 3909.0, 3918.0, 3908.0, 3897.0, 3907.0, 3908.0, 3909.0, 3918.0, 3919.0, 3909.0, 3908.0, 3908.0, 3897.0, 3917.0, 3907.0, 3898.0, 3918.0, 3917.0, 3887.0, 3907.0, 3918.0, 3910.0, 3909.0, 3919.0, 3909.0, 3907.0, 3919.0, 3910.0, 3919.0, 3919.0, 3920.0, 3898.0, 3908.0, 3909.0, 3896.0, 3907.0, 3908.0, 3897.0, 3918.0, 3919.0, 3908.0, 3918.0, 3920.0, 3907.0, 3918.0, 3919.0, 3920.0, 3918.0, 3919.0, 3899.0, 3919.0, 3920.0, 3899.0, 3918.0, 3919.0, 3908.0, 3920.0, 3930.0, 3910.0, 3920.0, 3920.0, 3909.0, 3918.0, 3920.0, 3909.0, 3920.0, 3920.0, 3909.0, 3919.0, 3920.0, 3908.0, 3918.0, 3920.0, 3908.0, 3918.0, 3909.0, 3897.0, 3918.0, 3908.0, 3896.0, 3918.0, 3920.0, 3907.0, 3918.0, 3909.0, 3907.0, 3917.0, 3907.0, 3919.0, 3918.0, 3919.0, 3908.0, 3917.0, 3919.0, 3908.0, 3918.0, 3919.0, 3898.0, 3918.0, 3908.0, 3897.0, 3905.0, 3906.0, 3886.0, 3904.0, 3907.0, 3908.0, 3918.0, 3918.0, 3897.0, 3906.0, 3918.0, 3920.0, 3897.0, 3920.0, 3920.0, 3906.0, 3908.0, 3919.0, 3899.0, 3920.0, 3921.0, 3919.0, 3919.0, 3921.0, 3919.0, 3920.0, 3921.0, 3910.0, 3920.0, 3920.0, 3919.0, 3920.0, 3921.0, 3920.0, 3920.0, 3922.0, 3921.0, 3921.0, 3911.0, 3907.0, 3920.0, 3921.0, 3919.0, 3920.0, 3920.0, 3919.0, 3920.0, 3920.0, 3908.0, 3918.0, 3919.0, 3898.0, 3918.0, 3920.0, 3908.0, 3919.0, 3920.0, 3910.0, 3918.0, 3918.0, 3898.0, 3918.0, 3920.0, 3899.0, 3919.0, 3919.0, 3910.0, 3919.0, 3919.0, 3910.0, 3919.0, 3921.0, 3910.0, 3906.0, 3918.0, 3908.0, 3917.0, 3908.0, 3908.0, 3906.0, 3907.0, 3898.0, 3906.0, 3908.0, 3898.0, 3908.0, 3918.0, 3899.0, 3906.0, 3919.0, 3899.0, 3908.0, 3907.0, 3899.0, 3906.0, 3907.0, 3899.0, 3918.0, 3919.0, 3899.0, 3917.0, 3908.0, 3899.0, 3907.0, 3907.0, 3909.0, 3907.0, 3918.0, 3889.0, 3918.0, 3919.0, 3921.0, 3918.0, 3919.0, 3920.0, 3909.0, 3919.0, 3921.0, 3909.0, 3920.0, 3921.0, 3918.0, 3918.0, 3920.0, 3908.0, 3919.0, 3921.0, 3908.0, 3919.0, 3910.0, 3908.0, 3918.0, 3919.0, 3898.0, 3919.0, 3908.0, 3896.0, 3918.0, 3920.0, 3920.0, 3933.0, 3921.0, 3912.0, 3920.0, 3889.0, 3920.0, 3923.0, 3890.0, 3913.0, 3903.0, 3923.0, 3913.0, 3924.0, 3932.0, 3912.0, 3913.0, 3911.0, 3921.0, 3913.0, 3912.0, 3921.0, 3910.0, 3909.0, 3908.0, 3899.0, 3920.0, 3910.0, 3899.0, 3898.0, 3899.0, 3900.0, 3899.0, 3924.0, 3923.0, 3922.0, 3898.0, 3897.0, 3887.0, 3905.0, 3895.0, 3897.0, 3904.0, 3895.0, 3896.0, 3885.0, 3885.0, 3896.0, 3884.0, 3895.0, 3885.0, 3884.0, 3907.0, 3886.0, 3885.0, 3897.0, 3886.0, 3896.0, 3896.0, 3896.0, 3905.0, 3909.0, 3908.0, 3918.0, 3910.0, 3899.0, 3920.0, 3910.0, 3899.0, 3909.0, 3912.0, 3912.0, 3922.0, 3912.0, 3911.0, 3922.0, 3913.0, 3910.0, 3921.0, 3924.0, 3922.0, 3911.0, 3912.0, 3922.0, 3912.0, 3912.0, 3919.0, 3923.0, 3923.0, 3920.0, 3911.0, 3889.0, 3911.0, 3912.0, 3908.0, 3922.0, 3911.0, 3900.0, 3912.0, 3912.0, 3921.0, 3922.0, 3924.0, 3910.0, 3923.0, 3912.0, 3931.0, 3924.0, 3912.0, 3932.0, 3925.0, 3913.0, 3923.0, 3912.0, 3921.0, 3912.0, 3912.0, 3911.0, 3922.0, 3911.0, 3910.0, 3910.0, 3911.0, 3908.0, 3910.0, 3912.0, 3920.0, 3911.0, 3910.0, 3920.0, 3911.0, 3910.0, 3920.0, 3909.0, 3910.0, 3920.0, 3911.0, 3899.0, 3909.0, 3901.0, 3899.0, 3911.0, 3912.0, 3909.0, 3911.0, 3911.0, 3920.0, 3921.0, 3901.0, 3919.0, 3922.0, 3901.0, 3921.0, 3911.0, 3911.0, 3921.0, 3912.0, 3910.0, 3922.0, 3911.0, 3910.0, 3923.0, 3913.0, 3920.0, 3921.0, 3912.0, 3922.0, 3922.0, 3913.0, 3910.0, 3910.0, 3911.0, 3921.0, 3921.0, 3913.0, 3911.0, 3910.0, 3900.0, 3919.0, 3913.0, 3901.0, 3932.0, 3922.0, 3912.0, 3920.0, 3911.0, 3910.0, 3921.0, 3912.0, 3912.0, 3935.0, 3913.0, 3912.0, 3922.0, 3913.0, 3910.0, 3910.0, 3912.0, 3913.0, 3921.0, 3912.0, 3920.0, 3911.0, 3900.0, 3920.0, 3910.0, 3900.0, 3908.0, 3910.0, 3900.0, 3909.0, 3900.0, 3911.0, 3922.0, 3912.0, 3912.0, 3921.0, 3911.0, 3910.0, 3919.0, 3911.0, 3911.0, 3922.0, 3912.0, 3912.0, 3911.0, 3912.0, 3909.0, 3912.0, 3901.0, 3912.0, 3911.0, 3900.0, 3909.0, 3922.0, 3913.0, 3910.0, 3910.0, 3910.0, 3919.0, 3911.0, 3901.0, 3919.0, 3921.0, 3911.0, 3920.0, 3911.0, 3910.0, 3921.0, 3913.0, 3910.0, 3921.0, 3911.0, 3910.0, 3910.0, 3911.0, 3910.0, 3911.0, 3913.0, 3910.0, 3910.0, 3912.0, 3909.0, 3911.0, 3910.0, 3912.0, 3923.0, 3913.0, 3922.0, 3921.0, 3911.0, 3920.0, 3911.0, 3914.0, 3899.0, 3911.0, 3913.0, 3910.0, 3911.0, 3913.0, 3922.0, 3923.0, 3912.0, 3910.0, 3912.0, 3912.0, 3909.0, 3910.0, 3913.0, 3910.0, 3910.0, 3911.0, 3909.0, 3910.0, 3911.0, 3909.0, 3911.0, 3911.0, 3920.0, 3901.0, 3911.0, 3909.0, 3901.0, 3909.0, 3920.0, 3912.0, 3911.0, 3910.0, 3910.0, 3911.0, 3912.0, 3912.0, 3911.0, 3922.0, 3902.0, 3909.0, 3911.0, 3924.0, 3911.0, 3911.0, 3911.0, 3924.0, 3903.0, 3928.0, 3928.0, 3937.0, 3913.0, 3914.0, 3921.0, 3910.0, 3902.0, 3921.0, 3910.0, 3900.0, 3919.0, 3899.0, 3899.0, 3921.0, 3911.0, 3900.0, 3888.0, 3908.0, 3898.0, 3897.0, 3907.0, 3911.0, 3909.0, 3911.0, 3914.0, 3900.0, 3911.0, 3911.0, 3913.0, 3934.0, 3912.0, 3901.0, 3921.0, 3911.0, 3911.0, 3909.0, 3911.0, 3911.0, 3921.0, 3911.0, 3911.0, 3921.0, 3911.0, 3911.0, 3921.0, 3921.0, 3912.0, 3911.0, 3910.0, 3900.0, 3908.0, 3909.0, 3900.0, 3908.0, 3898.0, 3898.0, 3907.0, 3898.0, 3899.0, 3906.0, 3910.0, 3910.0, 3909.0, 3909.0, 3911.0, 3920.0, 3910.0, 3900.0, 3909.0, 3911.0, 3911.0, 3918.0, 3899.0, 3899.0, 3908.0, 3898.0, 3899.0, 3919.0, 3909.0, 3900.0, 3909.0, 3898.0, 3898.0, 3907.0, 3898.0, 3909.0, 3909.0, 3899.0, 3909.0, 3909.0, 3898.0, 3908.0, 3908.0, 3910.0, 3911.0, 3907.0, 3900.0, 3899.0, 3907.0, 3899.0, 3901.0, 3907.0, 3897.0, 3898.0, 3909.0, 3900.0, 3900.0, 3905.0, 3899.0, 3900.0, 3919.0, 3909.0, 3900.0, 3909.0, 3900.0, 3900.0, 3907.0, 3909.0, 3901.0, 3908.0, 3899.0, 3899.0, 3909.0, 3900.0, 3899.0, 3919.0, 3921.0, 3901.0, 3909.0, 3899.0, 3910.0, 3908.0, 3911.0, 3909.0, 3920.0, 3911.0, 3909.0, 3910.0, 3900.0, 3899.0, 3909.0, 3911.0, 3910.0, 3910.0, 3900.0, 3909.0, 3910.0, 3900.0, 3910.0, 3909.0, 3911.0, 3909.0, 3909.0, 3899.0, 3899.0, 3919.0, 3911.0, 3899.0, 3910.0, 3911.0, 3910.0, 3910.0, 3912.0, 3911.0, 3910.0, 3900.0, 3919.0, 3910.0, 3900.0, 3909.0, 3910.0, 3900.0, 3919.0, 3899.0, 3899.0, 3908.0, 3898.0, 3900.0, 3908.0, 3921.0, 3900.0, 3908.0, 3900.0, 3900.0, 3907.0, 3908.0, 3911.0, 3919.0, 3909.0, 3899.0, 3907.0, 3908.0, 3899.0, 3920.0, 3910.0, 3900.0, 3908.0, 3910.0, 3899.0], 'WindowWidth': [8838.0, 8817.0, 8798.0, 8769.0, 8763.0, 8782.0, 8766.0, 8762.0, 8762.0, 8740.0, 8740.0, 8757.0, 8739.0, 8772.0, 8774.0, 8729.0, 8755.0, 8756.0, 8725.0, 8739.0, 8757.0, 8745.0, 8776.0, 8759.0, 8727.0, 8752.0, 8758.0, 8725.0, 8757.0, 8776.0, 8747.0, 8754.0, 8761.0, 8741.0, 8756.0, 8761.0, 8750.0, 8763.0, 8760.0, 8749.0, 8758.0, 8761.0, 8747.0, 8741.0, 8777.0, 8750.0, 8751.0, 8757.0, 8729.0, 8736.0, 8761.0, 8764.0, 8747.0, 8758.0, 8750.0, 8741.0, 8758.0, 8762.0, 8757.0, 8758.0, 8761.0, 8756.0, 8757.0, 8762.0, 8772.0, 8780.0, 8778.0, 8760.0, 8759.0, 8762.0, 8758.0, 8759.0, 8767.0, 8763.0, 8755.0, 8759.0, 8740.0, 8738.0, 8754.0, 8742.0, 8761.0, 8756.0, 8738.0, 8751.0, 8753.0, 8740.0, 8751.0, 8737.0, 8723.0, 8747.0, 8735.0, 8721.0, 8749.0, 8752.0, 8723.0, 8745.0, 8734.0, 8719.0, 8746.0, 8750.0, 8722.0, 8752.0, 8707.0, 8747.0, 8754.0, 8759.0, 8755.0, 8738.0, 8760.0, 8740.0, 8753.0, 8714.0, 8733.0, 8749.0, 8740.0, 8738.0, 8756.0, 8762.0, 8735.0, 8734.0, 8739.0, 8731.0, 8732.0, 8735.0, 8738.0, 8756.0, 8755.0, 8736.0, 8750.0, 8755.0, 8749.0, 8735.0, 8755.0, 8725.0, 8752.0, 8754.0, 8750.0, 8754.0, 8756.0, 8740.0, 8756.0, 8760.0, 8757.0, 8743.0, 8759.0, 8745.0, 8760.0, 8759.0, 8755.0, 8771.0, 8762.0, 8760.0, 8781.0, 8777.0, 8746.0, 8758.0, 8761.0, 8756.0, 8762.0, 8777.0, 8744.0, 8754.0, 8758.0, 8739.0, 8753.0, 8758.0, 8744.0, 8757.0, 8756.0, 8738.0, 8738.0, 8756.0, 8738.0, 8755.0, 8739.0, 8737.0, 8749.0, 8751.0, 8720.0, 8756.0, 8757.0, 8741.0, 8753.0, 8762.0, 8737.0, 8752.0, 8760.0, 8742.0, 8756.0, 8759.0, 8740.0, 8741.0, 8762.0, 8746.0, 8776.0, 8761.0, 8729.0, 8757.0, 8759.0, 8747.0, 8759.0, 8774.0, 8744.0, 8755.0, 8759.0, 8744.0, 8752.0, 8756.0, 8745.0, 8736.0, 8754.0, 8739.0, 8749.0, 8753.0, 8725.0, 8752.0, 8754.0, 8741.0, 8750.0, 8753.0, 8740.0, 8752.0, 8757.0, 8743.0, 8752.0, 8755.0, 8740.0, 8753.0, 8756.0, 8760.0, 8756.0, 8759.0, 8727.0, 8758.0, 8757.0, 8743.0, 8772.0, 8776.0, 8759.0, 8750.0, 8736.0, 8738.0, 8730.0, 8748.0, 8722.0, 8757.0, 8751.0, 8707.0, 8730.0, 8749.0, 8726.0, 8734.0, 8754.0, 8746.0, 8734.0, 8753.0, 8759.0, 8760.0, 8756.0, 8760.0, 8738.0, 8753.0, 8759.0, 8760.0, 8763.0, 8759.0, 8756.0, 8753.0, 8756.0, 8739.0, 8751.0, 8755.0, 8738.0, 8739.0, 8742.0, 8735.0, 8752.0, 8756.0, 8743.0, 8754.0, 8757.0, 8737.0, 8755.0, 8732.0, 8748.0, 8750.0, 8757.0, 8757.0, 8753.0, 8758.0, 8757.0, 8756.0, 8758.0, 8724.0, 8737.0, 8755.0, 8740.0, 8751.0, 8736.0, 8721.0, 8734.0, 8738.0, 8740.0, 8750.0, 8754.0, 8739.0, 8735.0, 8738.0, 8722.0, 8744.0, 8734.0, 8722.0, 8748.0, 8748.0, 8709.0, 8734.0, 8750.0, 8743.0, 8741.0, 8755.0, 8742.0, 8735.0, 8754.0, 8743.0, 8755.0, 8754.0, 8757.0, 8724.0, 8738.0, 8739.0, 8717.0, 8733.0, 8737.0, 8721.0, 8748.0, 8753.0, 8740.0, 8750.0, 8755.0, 8736.0, 8749.0, 8752.0, 8757.0, 8751.0, 8754.0, 8727.0, 8755.0, 8758.0, 8727.0, 8752.0, 8756.0, 8738.0, 8757.0, 8771.0, 8744.0, 8755.0, 8758.0, 8739.0, 8750.0, 8755.0, 8741.0, 8755.0, 8757.0, 8740.0, 8753.0, 8758.0, 8739.0, 8750.0, 8756.0, 8740.0, 8751.0, 8740.0, 8721.0, 8750.0, 8737.0, 8719.0, 8752.0, 8755.0, 8735.0, 8749.0, 8739.0, 8736.0, 8746.0, 8734.0, 8753.0, 8751.0, 8751.0, 8737.0, 8746.0, 8752.0, 8737.0, 8748.0, 8753.0, 8725.0, 8747.0, 8736.0, 8721.0, 8727.0, 8730.0, 8705.0, 8725.0, 8733.0, 8737.0, 8752.0, 8749.0, 8722.0, 8732.0, 8750.0, 8755.0, 8719.0, 8755.0, 8755.0, 8732.0, 8737.0, 8756.0, 8727.0, 8756.0, 8758.0, 8753.0, 8755.0, 8760.0, 8755.0, 8757.0, 8759.0, 8742.0, 8756.0, 8758.0, 8755.0, 8756.0, 8759.0, 8759.0, 8757.0, 8761.0, 8759.0, 8760.0, 8747.0, 8736.0, 8755.0, 8760.0, 8756.0, 8755.0, 8757.0, 8753.0, 8756.0, 8758.0, 8738.0, 8751.0, 8753.0, 8723.0, 8751.0, 8756.0, 8739.0, 8751.0, 8755.0, 8744.0, 8751.0, 8752.0, 8726.0, 8749.0, 8754.0, 8727.0, 8752.0, 8756.0, 8744.0, 8753.0, 8754.0, 8745.0, 8752.0, 8757.0, 8743.0, 8732.0, 8750.0, 8738.0, 8748.0, 8737.0, 8737.0, 8731.0, 8735.0, 8723.0, 8731.0, 8736.0, 8723.0, 8735.0, 8749.0, 8726.0, 8731.0, 8751.0, 8728.0, 8736.0, 8735.0, 8725.0, 8732.0, 8736.0, 8726.0, 8750.0, 8752.0, 8726.0, 8747.0, 8738.0, 8726.0, 8733.0, 8734.0, 8741.0, 8737.0, 8751.0, 8715.0, 8750.0, 8754.0, 8760.0, 8752.0, 8753.0, 8758.0, 8742.0, 8754.0, 8760.0, 8741.0, 8757.0, 8758.0, 8752.0, 8749.0, 8756.0, 8739.0, 8754.0, 8758.0, 8738.0, 8753.0, 8744.0, 8739.0, 8753.0, 8753.0, 8724.0, 8752.0, 8738.0, 8721.0, 8748.0, 8754.0, 8758.0, 8779.0, 8760.0, 8749.0, 8757.0, 8714.0, 8755.0, 8765.0, 8717.0, 8752.0, 8738.0, 8764.0, 8753.0, 8772.0, 8779.0, 8750.0, 8753.0, 8750.0, 8760.0, 8755.0, 8752.0, 8758.0, 8746.0, 8742.0, 8736.0, 8729.0, 8758.0, 8743.0, 8728.0, 8725.0, 8730.0, 8735.0, 8731.0, 8769.0, 8767.0, 8770.0, 8725.0, 8721.0, 8707.0, 8728.0, 8713.0, 8718.0, 8727.0, 8715.0, 8717.0, 8700.0, 8701.0, 8718.0, 8697.0, 8713.0, 8702.0, 8700.0, 8734.0, 8705.0, 8702.0, 8720.0, 8704.0, 8715.0, 8718.0, 8717.0, 8727.0, 8737.0, 8738.0, 8751.0, 8744.0, 8727.0, 8756.0, 8744.0, 8727.0, 8739.0, 8748.0, 8749.0, 8760.0, 8749.0, 8744.0, 8762.0, 8753.0, 8743.0, 8761.0, 8771.0, 8764.0, 8748.0, 8751.0, 8761.0, 8750.0, 8750.0, 8753.0, 8767.0, 8765.0, 8756.0, 8746.0, 8714.0, 8745.0, 8748.0, 8740.0, 8761.0, 8748.0, 8731.0, 8750.0, 8750.0, 8760.0, 8764.0, 8770.0, 8745.0, 8764.0, 8750.0, 8774.0, 8768.0, 8751.0, 8777.0, 8771.0, 8753.0, 8763.0, 8750.0, 8761.0, 8747.0, 8751.0, 8748.0, 8763.0, 8748.0, 8743.0, 8743.0, 8746.0, 8738.0, 8744.0, 8750.0, 8756.0, 8745.0, 8743.0, 8755.0, 8746.0, 8745.0, 8753.0, 8742.0, 8745.0, 8757.0, 8746.0, 8728.0, 8742.0, 8732.0, 8727.0, 8745.0, 8751.0, 8741.0, 8745.0, 8746.0, 8757.0, 8759.0, 8733.0, 8754.0, 8761.0, 8734.0, 8757.0, 8747.0, 8745.0, 8759.0, 8749.0, 8745.0, 8761.0, 8748.0, 8744.0, 8765.0, 8753.0, 8760.0, 8761.0, 8753.0, 8763.0, 8763.0, 8752.0, 8744.0, 8745.0, 8748.0, 8760.0, 8760.0, 8752.0, 8745.0, 8744.0, 8730.0, 8754.0, 8753.0, 8735.0, 8777.0, 8765.0, 8750.0, 8757.0, 8748.0, 8746.0, 8759.0, 8750.0, 8752.0, 8785.0, 8752.0, 8748.0, 8762.0, 8751.0, 8743.0, 8743.0, 8751.0, 8755.0, 8761.0, 8749.0, 8756.0, 8745.0, 8732.0, 8757.0, 8746.0, 8730.0, 8738.0, 8744.0, 8731.0, 8738.0, 8729.0, 8749.0, 8763.0, 8751.0, 8749.0, 8759.0, 8747.0, 8744.0, 8754.0, 8748.0, 8748.0, 8762.0, 8751.0, 8750.0, 8746.0, 8750.0, 8743.0, 8749.0, 8735.0, 8749.0, 8746.0, 8732.0, 8742.0, 8762.0, 8754.0, 8744.0, 8743.0, 8744.0, 8752.0, 8747.0, 8733.0, 8755.0, 8760.0, 8748.0, 8757.0, 8747.0, 8745.0, 8761.0, 8752.0, 8746.0, 8761.0, 8748.0, 8745.0, 8745.0, 8749.0, 8743.0, 8745.0, 8752.0, 8746.0, 8743.0, 8749.0, 8741.0, 8747.0, 8746.0, 8750.0, 8767.0, 8753.0, 8764.0, 8760.0, 8748.0, 8757.0, 8745.0, 8755.0, 8730.0, 8745.0, 8754.0, 8743.0, 8746.0, 8752.0, 8764.0, 8765.0, 8750.0, 8744.0, 8748.0, 8750.0, 8741.0, 8743.0, 8754.0, 8745.0, 8744.0, 8746.0, 8740.0, 8745.0, 8747.0, 8740.0, 8744.0, 8747.0, 8755.0, 8731.0, 8744.0, 8742.0, 8734.0, 8741.0, 8758.0, 8751.0, 8746.0, 8744.0, 8745.0, 8744.0, 8750.0, 8752.0, 8748.0, 8763.0, 8736.0, 8742.0, 8746.0, 8768.0, 8748.0, 8748.0, 8747.0, 8771.0, 8742.0, 8785.0, 8784.0, 8795.0, 8755.0, 8754.0, 8761.0, 8745.0, 8737.0, 8760.0, 8743.0, 8731.0, 8754.0, 8727.0, 8729.0, 8760.0, 8747.0, 8731.0, 8711.0, 8738.0, 8726.0, 8720.0, 8735.0, 8747.0, 8742.0, 8744.0, 8758.0, 8730.0, 8746.0, 8748.0, 8752.0, 8784.0, 8751.0, 8734.0, 8758.0, 8747.0, 8747.0, 8739.0, 8748.0, 8749.0, 8761.0, 8748.0, 8749.0, 8760.0, 8747.0, 8750.0, 8764.0, 8761.0, 8749.0, 8746.0, 8743.0, 8731.0, 8738.0, 8739.0, 8730.0, 8739.0, 8723.0, 8723.0, 8734.0, 8724.0, 8729.0, 8732.0, 8742.0, 8745.0, 8741.0, 8741.0, 8747.0, 8754.0, 8744.0, 8731.0, 8740.0, 8745.0, 8746.0, 8752.0, 8727.0, 8729.0, 8737.0, 8725.0, 8729.0, 8754.0, 8742.0, 8731.0, 8739.0, 8725.0, 8726.0, 8733.0, 8723.0, 8742.0, 8738.0, 8726.0, 8741.0, 8739.0, 8726.0, 8739.0, 8736.0, 8746.0, 8748.0, 8735.0, 8729.0, 8729.0, 8735.0, 8726.0, 8735.0, 8734.0, 8721.0, 8725.0, 8739.0, 8729.0, 8729.0, 8729.0, 8726.0, 8732.0, 8757.0, 8739.0, 8729.0, 8738.0, 8729.0, 8731.0, 8735.0, 8739.0, 8733.0, 8737.0, 8727.0, 8729.0, 8740.0, 8730.0, 8729.0, 8752.0, 8760.0, 8732.0, 8739.0, 8728.0, 8743.0, 8738.0, 8745.0, 8739.0, 8756.0, 8749.0, 8742.0, 8743.0, 8731.0, 8728.0, 8741.0, 8747.0, 8746.0, 8743.0, 8731.0, 8742.0, 8742.0, 8730.0, 8744.0, 8739.0, 8746.0, 8739.0, 8740.0, 8729.0, 8727.0, 8755.0, 8747.0, 8727.0, 8743.0, 8746.0, 8744.0, 8744.0, 8749.0, 8748.0, 8743.0, 8732.0, 8752.0, 8742.0, 8732.0, 8742.0, 8745.0, 8732.0, 8753.0, 8727.0, 8727.0, 8735.0, 8725.0, 8730.0, 8738.0, 8759.0, 8730.0, 8737.0, 8731.0, 8732.0, 8736.0, 8738.0, 8749.0, 8754.0, 8740.0, 8727.0, 8734.0, 8738.0, 8728.0, 8756.0, 8741.0, 8730.0, 8738.0, 8743.0, 8730.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.0004788541666666667</td></tr>
<tr><td colspan=3>aqi</td><td>0.024728223484848485</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.85004803627481</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1503090114312797</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9616939440568708</td></tr>
<tr><td colspan=3>efc</td><td>0.466</td></tr>
<tr><td colspan=3>fber</td><td>5898.6792</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07848925657393982</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.231060606060606</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.595324197813312</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5349591213800466</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8627764772006357</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.388236994859254</td></tr>
<tr><td colspan=3>gcor</td><td>0.00391734</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014859902672469616</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019838660955429077</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1056</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.383175312232583</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>43.9739</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8316</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.3545</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304480.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>825.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.6355</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.463</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.4606</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3049.257</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72064.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.1375</td></tr>
<tr><td colspan=3>tsnr</td><td>37.69158029474784</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>