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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0003_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0003_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0003_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0003_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0003_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0003_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0003_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0003/ses-03/func/sub-0003_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>aeaf309b9202aba0887b508791cab480</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>13:49:34.740000</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.999663, 0.0199532, 0.0165818, -0.02094, 0.997879, 0.0616367]</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112758</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7737, -7211, 506, -21, 0, 3, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>afb61c62-a442-4986-9282-557a21059cb6||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.682023763656616, -0.05618039518594742, 0.04135528951883316, 114.60176086425781], [-0.05353295058012009, 2.677236318588257, 0.16730061173439026, -97.16290283203125], [0.044487740844488144, -0.16536679863929749, 2.6944944858551025, -34.367713928222656], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['134934.740000', '134935.200000', '134935.660000', '134936.120000', '134936.580000', '134937.040000', '134937.500000', '134937.960000', '134938.420000', '134938.880000', '134939.340000', '134939.800000', '134940.260000', '134940.720000', '134941.180000', '134941.640000', '134942.100000', '134942.560000', '134943.020000', '134943.480000', '134943.940000', '134944.400000', '134944.860000', '134945.320000', '134945.780000', '134946.240000', '134946.700000', '134947.160000', '134947.620000', '134948.080000', '134948.540000', '134949.000000', '134949.460000', '134949.920000', '134950.380000', '134950.840000', '134951.300000', '134951.760000', '134952.220000', '134952.680000', '134953.140000', '134953.600000', '134954.060000', '134954.520000', '134954.980000', '134955.440000', '134955.900000', '134956.360000', '134956.820000', '134957.280000', '134957.740000', '134958.200000', '134958.660000', '134959.120000', '134959.580000', '135000.040000', '135000.500000', '135000.960000', '135001.420000', '135001.880000', '135002.340000', '135002.800000', '135003.260000', '135003.720000', '135004.180000', '135004.640000', '135005.100000', '135005.560000', '135006.020000', '135006.480000', '135006.940000', '135007.400000', '135007.860000', '135008.320000', '135008.780000', '135009.240000', '135009.700000', '135010.160000', '135010.620000', '135011.080000', '135011.540000', '135012.000000', '135012.460000', '135012.920000', '135013.380000', '135013.840000', '135014.300000', '135014.760000', '135015.220000', '135015.680000', '135016.140000', '135016.600000', '135017.060000', '135017.520000', '135017.980000', '135018.440000', '135018.900000', '135019.360000', '135019.820000', '135020.280000', '135020.740000', '135021.200000', '135021.660000', '135022.120000', '135022.580000', '135023.040000', '135023.500000', '135023.960000', '135024.420000', '135024.880000', '135025.340000', '135025.800000', '135026.260000', '135026.720000', '135027.180000', '135027.640000', '135028.100000', '135028.560000', '135029.020000', '135029.480000', '135029.940000', '135030.400000', '135030.860000', '135031.320000', '135031.780000', '135032.240000', '135032.700000', '135033.160000', '135033.620000', '135034.080000', '135034.540000', '135035.000000', '135035.460000', '135035.920000', '135036.380000', '135036.840000', '135037.300000', '135037.760000', '135038.220000', '135038.680000', '135039.140000', '135039.600000', '135040.060000', '135040.520000', '135040.980000', '135041.440000', '135041.900000', '135042.360000', '135042.820000', '135043.280000', '135043.740000', '135044.200000', '135044.660000', '135045.120000', '135045.580000', '135046.040000', '135046.500000', '135046.960000', '135047.420000', '135047.880000', '135048.340000', '135048.800000', '135049.260000', '135049.720000', '135050.180000', '135050.640000', '135051.100000', '135051.560000', '135052.020000', '135052.480000', '135052.940000', '135053.400000', '135053.860000', '135054.320000', '135054.780000', '135055.240000', '135055.700000', '135056.160000', '135056.620000', '135057.080000', '135057.540000', '135058.000000', '135058.460000', '135058.920000', '135059.380000', '135059.840000', '135100.300000', '135100.760000', '135101.220000', '135101.680000', '135102.140000', '135102.600000', '135103.060000', '135103.520000', '135103.980000', '135104.440000', '135104.900000', '135105.360000', '135105.820000', '135106.280000', '135106.740000', '135107.200000', '135107.660000', '135108.120000', '135108.580000', '135109.040000', '135109.500000', '135109.960000', '135110.420000', '135110.880000', '135111.340000', '135111.800000', '135112.260000', '135112.720000', '135113.180000', '135113.640000', '135114.100000', '135114.560000', '135115.020000', '135115.480000', '135115.940000', '135116.400000', '135116.860000', '135117.320000', '135117.780000', '135118.240000', '135118.700000', '135119.160000', '135119.620000', '135120.080000', '135120.540000', '135121.000000', '135121.460000', '135121.920000', '135122.380000', '135122.840000', '135123.300000', '135123.760000', '135124.220000', '135124.680000', '135125.140000', '135125.600000', '135126.060000', '135126.520000', '135126.980000', '135127.440000', '135127.900000', '135128.360000', '135128.820000', '135129.280000', '135129.740000', '135130.200000', '135130.660000', '135131.120000', '135131.580000', '135132.040000', '135132.500000', '135132.960000', '135133.420000', '135133.880000', '135134.340000', '135134.800000', '135135.260000', '135135.720000', '135136.180000', '135136.640000', '135137.100000', '135137.560000', '135138.020000', '135138.480000', '135138.940000', '135139.400000', '135139.860000', '135140.320000', '135140.780000', '135141.240000', '135141.700000', '135142.160000', '135142.620000', '135143.080000', '135143.540000', '135144.000000', '135144.460000', '135144.920000', '135145.380000', '135145.840000', '135146.300000', '135146.760000', '135147.220000', '135147.680000', '135148.140000', '135148.600000', '135149.060000', '135149.520000', '135149.980000', '135150.440000', '135150.900000', '135151.360000', '135151.820000', '135152.280000', '135152.740000', '135153.200000', '135153.660000', '135154.120000', '135154.580000', '135155.040000', '135155.500000', '135155.960000', '135156.420000', '135156.880000', '135157.340000', '135157.800000', '135158.260000', '135158.720000', '135159.180000', '135159.640000', '135200.100000', '135200.560000', '135201.020000', '135201.480000', '135201.940000', '135202.400000', '135202.860000', '135203.320000', '135203.780000', '135204.240000', '135204.700000', '135205.160000', '135205.620000', '135206.080000', '135206.540000', '135207.000000', '135207.460000', '135207.920000', '135208.380000', '135208.840000', '135209.300000', '135209.760000', '135210.220000', '135210.680000', '135211.140000', '135211.600000', '135212.060000', '135212.520000', '135212.980000', '135213.440000', '135213.900000', '135214.360000', '135214.820000', '135215.280000', '135215.740000', '135216.200000', '135216.660000', '135217.120000', '135217.580000', '135218.040000', '135218.500000', '135218.960000', '135219.420000', '135219.880000', '135220.340000', '135220.800000', '135221.260000', '135221.720000', '135222.180000', '135222.640000', '135223.100000', '135223.560000', '135224.020000', '135224.480000', '135224.940000', '135225.400000', '135225.860000', '135226.320000', '135226.780000', '135227.240000', '135227.700000', '135228.160000', '135228.620000', '135229.080000', '135229.540000', '135230.000000', '135230.460000', '135230.920000', '135231.380000', '135231.840000', '135232.300000', '135232.760000', '135233.220000', '135233.680000', '135234.140000', '135234.600000', '135235.060000', '135235.520000', '135235.980000', '135236.440000', '135236.900000', '135237.360000', '135237.820000', '135238.280000', '135238.740000', '135239.200000', '135239.660000', '135240.120000', '135240.580000', '135241.040000', '135241.500000', '135241.960000', '135242.420000', '135242.880000', '135243.340000', '135243.800000', '135244.260000', '135244.720000', '135245.180000', '135245.640000', '135246.100000', '135246.560000', '135247.020000', '135247.480000', '135247.940000', '135248.400000', '135248.860000', '135249.320000', '135249.780000', '135250.240000', '135250.700000', '135251.160000', '135251.620000', '135252.080000', '135252.540000', '135253.000000', '135253.460000', '135253.920000', '135254.380000', '135254.840000', '135255.300000', '135255.760000', '135256.220000', '135256.680000', '135257.140000', '135257.600000', '135258.060000', '135258.520000', '135258.980000', '135259.440000', '135259.900000', '135300.360000', '135300.820000', '135301.280000', '135301.740000', '135302.200000', '135302.660000', '135303.120000', '135303.580000', '135304.040000', '135304.500000', '135304.960000', '135305.420000', '135305.880000', '135306.340000', '135306.800000', '135307.260000', '135307.720000', '135308.180000', '135308.640000', '135309.100000', '135309.560000', '135310.020000', '135310.480000', '135310.940000', '135311.400000', '135311.860000', '135312.320000', '135312.780000', '135313.240000', '135313.700000', '135314.160000', '135314.620000', '135315.080000', '135315.540000', '135316.000000', '135316.460000', '135316.920000', '135317.380000', '135317.840000', '135318.300000', '135318.760000', '135319.220000', '135319.680000', '135320.140000', '135320.600000', '135321.060000', '135321.520000', '135321.980000', '135322.440000', '135322.900000', '135323.360000', '135323.820000', '135324.280000', '135324.740000', '135325.200000', '135325.660000', '135326.120000', '135326.580000', '135327.040000', '135327.500000', '135327.960000', '135328.420000', '135328.880000', '135329.340000', '135329.800000', '135330.260000', '135330.720000', '135331.180000', '135331.640000', '135332.100000', '135332.560000', '135333.020000', '135333.480000', '135333.940000', '135334.400000', '135334.860000', '135335.320000', '135335.780000', '135336.240000', '135336.700000', '135337.160000', '135337.620000', '135338.080000', '135338.540000', '135339.000000', '135339.460000', '135339.920000', '135340.380000', '135340.840000', '135341.300000', '135341.760000', '135342.220000', '135342.680000', '135343.140000', '135343.600000', '135344.060000', '135344.520000', '135344.980000', '135345.440000', '135345.900000', '135346.360000', '135346.820000', '135347.280000', '135347.740000', '135348.200000', '135348.660000', '135349.120000', '135349.580000', '135350.040000', '135350.500000', '135350.960000', '135351.420000', '135351.880000', '135352.340000', '135352.800000', '135353.260000', '135353.720000', '135354.180000', '135354.640000', '135355.100000', '135355.560000', '135356.020000', '135356.480000', '135356.940000', '135357.400000', '135357.860000', '135358.320000', '135358.780000', '135359.240000', '135359.700000', '135400.160000', '135400.620000', '135401.080000', '135401.540000', '135402.000000', '135402.460000', '135402.920000', '135403.380000', '135403.840000', '135404.300000', '135404.760000', '135405.220000', '135405.680000', '135406.140000', '135406.600000', '135407.060000', '135407.520000', '135407.980000', '135408.440000', '135408.900000', '135409.360000', '135409.820000', '135410.280000', '135410.740000', '135411.200000', '135411.660000', '135412.120000', '135412.580000', '135413.040000', '135413.500000', '135413.960000', '135414.420000', '135414.880000', '135415.340000', '135415.800000', '135416.260000', '135416.720000', '135417.180000', '135417.640000', '135418.100000', '135418.560000', '135419.020000', '135419.480000', '135419.940000', '135420.400000', '135420.860000', '135421.320000', '135421.780000', '135422.240000', '135422.700000', '135423.160000', '135423.620000', '135424.080000', '135424.540000', '135425.000000', '135425.460000', '135425.920000', '135426.380000', '135426.840000', '135427.300000', '135427.760000', '135428.220000', '135428.680000', '135429.140000', '135429.600000', '135430.060000', '135430.520000', '135430.980000', '135431.440000', '135431.900000', '135432.360000', '135432.820000', '135433.280000', '135433.740000', '135434.200000', '135434.660000', '135435.120000', '135435.580000', '135436.040000', '135436.500000', '135436.960000', '135437.420000', '135437.880000', '135438.340000', '135438.800000', '135439.260000', '135439.720000', '135440.180000', '135440.640000', '135441.100000', '135441.560000', '135442.020000', '135442.480000', '135442.940000', '135443.400000', '135443.860000', '135444.320000', '135444.780000', '135445.240000', '135445.700000', '135446.160000', '135446.620000', '135447.080000', '135447.540000', '135448.000000', '135448.460000', '135448.920000', '135449.380000', '135449.840000', '135450.300000', '135450.760000', '135451.220000', '135451.680000', '135452.140000', '135452.600000', '135453.060000', '135453.520000', '135453.980000', '135454.440000', '135454.900000', '135455.360000', '135455.820000', '135456.280000', '135456.740000', '135457.200000', '135457.660000', '135458.120000', '135458.580000', '135459.040000', '135459.500000', '135459.960000', '135500.420000', '135500.880000', '135501.340000', '135501.800000', '135502.260000', '135502.720000', '135503.180000', '135503.640000', '135504.100000', '135504.560000', '135505.020000', '135505.480000', '135505.940000', '135506.400000', '135506.860000', '135507.320000', '135507.780000', '135508.240000', '135508.700000', '135509.160000', '135509.620000', '135510.080000', '135510.540000', '135511.000000', '135511.460000', '135511.920000', '135512.380000', '135512.840000', '135513.300000', '135513.760000', '135514.220000', '135514.680000', '135515.140000', '135515.600000', '135516.060000', '135516.520000', '135516.980000', '135517.440000', '135517.900000', '135518.360000', '135518.820000', '135519.280000', '135519.740000', '135520.200000', '135520.660000', '135521.120000', '135521.580000', '135522.040000', '135522.500000', '135522.960000', '135523.420000', '135523.880000', '135524.340000', '135524.800000', '135525.260000', '135525.720000', '135526.180000', '135526.640000', '135527.100000', '135527.560000', '135528.020000', '135528.480000', '135528.940000', '135529.400000', '135529.860000', '135530.320000', '135530.780000', '135531.240000', '135531.700000', '135532.160000', '135532.620000', '135533.080000', '135533.540000', '135534.000000', '135534.460000', '135534.920000', '135535.380000', '135535.840000', '135536.300000', '135536.760000', '135537.220000', '135537.680000', '135538.140000', '135538.600000', '135539.060000', '135539.520000', '135539.980000', '135540.440000', '135540.900000', '135541.360000', '135541.820000', '135542.280000', '135542.740000', '135543.200000', '135543.660000', '135544.120000', '135544.580000', '135545.040000', '135545.500000', '135545.960000', '135546.420000', '135546.880000', '135547.340000', '135547.800000', '135548.260000', '135548.720000', '135549.180000', '135549.640000', '135550.100000', '135550.560000', '135551.020000', '135551.480000', '135551.940000', '135552.400000', '135552.860000', '135553.320000', '135553.780000', '135554.240000', '135554.700000', '135555.160000', '135555.620000', '135556.080000', '135556.540000', '135557.000000', '135557.460000', '135557.920000', '135558.380000', '135558.840000', '135559.300000', '135559.760000', '135600.220000', '135600.680000', '135601.140000', '135601.600000', '135602.060000', '135602.520000', '135602.980000', '135603.440000', '135603.900000', '135604.360000', '135604.820000', '135605.280000', '135605.740000', '135606.200000', '135606.660000', '135607.120000', '135607.580000', '135608.040000', '135608.500000', '135608.960000', '135609.420000', '135609.880000', '135610.340000', '135610.800000', '135611.260000', '135611.720000', '135612.180000', '135612.640000', '135613.100000', '135613.560000', '135614.020000', '135614.480000', '135614.940000', '135615.400000', '135615.860000', '135616.320000', '135616.780000', '135617.240000', '135617.700000', '135618.160000', '135618.620000', '135619.080000', '135619.540000', '135620.000000', '135620.460000', '135620.920000', '135621.380000', '135621.840000', '135622.300000', '135622.760000', '135623.220000', '135623.680000', '135624.140000', '135624.600000', '135625.060000', '135625.520000', '135625.980000', '135626.440000', '135626.900000', '135627.360000', '135627.820000', '135628.280000', '135628.740000', '135629.200000', '135629.660000', '135630.120000', '135630.580000', '135631.040000', '135631.500000', '135631.960000', '135632.420000', '135632.880000', '135633.340000', '135633.800000', '135634.260000', '135634.720000', '135635.180000', '135635.640000', '135636.100000', '135636.560000', '135637.020000', '135637.480000', '135637.940000', '135638.400000', '135638.860000', '135639.320000', '135639.780000', '135640.240000', '135640.700000', '135641.160000', '135641.620000', '135642.080000', '135642.540000', '135643.000000', '135643.460000', '135643.920000', '135644.380000', '135644.840000', '135645.300000', '135645.760000', '135646.220000', '135646.680000', '135647.140000', '135647.600000', '135648.060000', '135648.520000', '135648.980000', '135649.440000', '135649.900000', '135650.360000', '135650.820000', '135651.280000', '135651.740000', '135652.200000', '135652.660000', '135653.120000', '135653.580000', '135654.040000', '135654.500000', '135654.960000', '135655.420000', '135655.880000', '135656.340000', '135656.800000', '135657.260000', '135657.720000', '135658.180000', '135658.640000', '135659.100000', '135659.560000', '135700.020000', '135700.480000', '135700.940000', '135701.400000', '135701.860000', '135702.320000', '135702.780000', '135703.240000', '135703.700000', '135704.160000', '135704.620000', '135705.080000', '135705.540000', '135706.000000', '135706.460000', '135706.920000', '135707.380000', '135707.840000', '135708.300000', '135708.760000', '135709.220000', '135709.680000', '135710.140000', '135710.600000', '135711.060000', '135711.520000', '135711.980000', '135712.440000', '135712.900000', '135713.360000', '135713.820000', '135714.280000', '135714.740000', '135715.200000', '135715.660000', '135716.120000', '135716.580000', '135717.040000', '135717.500000', '135717.960000', '135718.420000', '135718.880000', '135719.340000', '135719.800000', '135720.260000', '135720.720000', '135721.180000', '135721.640000', '135722.100000', '135722.560000', '135723.020000', '135723.480000', '135723.940000', '135724.400000', '135724.860000', '135725.320000', '135725.780000', '135726.240000', '135726.700000', '135727.160000', '135727.620000', '135728.080000', '135728.540000', '135729.000000', '135729.460000', '135729.920000', '135730.380000', '135730.840000', '135731.300000', '135731.760000', '135732.220000', '135732.680000', '135733.140000', '135733.600000', '135734.060000', '135734.520000', '135734.980000', '135735.440000', '135735.900000', '135736.360000', '135736.820000', '135737.280000', '135737.740000', '135738.200000', '135738.660000', '135739.120000', '135739.580000', '135740.040000', '135740.500000', '135740.960000', '135741.420000', '135741.880000', '135742.340000', '135742.800000', '135743.260000', '135743.720000', '135744.180000'], 'ContentTime': ['134955.956000', '134955.959000', '134955.962000', '134955.965000', '134955.968000', '134955.971000', '134955.974000', '134955.977000', '134955.980000', '134955.983000', '134955.986000', '134955.989000', '134955.992000', '134955.995000', '134955.998000', '134956.002000', '134956.004000', '134956.007000', '134956.010000', '134956.013000', '134956.017000', '134956.020000', '134956.024000', '134956.028000', '134956.030000', '134956.033000', '134956.036000', '134956.039000', '134956.042000', '134956.045000', '134956.048000', '134956.051000', '134956.054000', '134956.057000', '134956.060000', '134956.063000', '134956.066000', '134956.069000', '134956.072000', '134956.075000', '134956.079000', '134956.084000', '134956.088000', '134956.091000', '135015.919000', '135015.922000', '135015.925000', '135015.928000', '135015.931000', '135015.933000', '135015.936000', '135015.939000', '135015.942000', '135015.945000', '135015.948000', '135015.951000', '135015.954000', '135015.956000', '135015.959000', '135015.962000', '135015.965000', '135015.968000', '135015.971000', '135015.974000', '135015.977000', '135015.979000', '135015.982000', '135015.985000', '135015.988000', '135015.991000', '135015.994000', '135015.997000', '135016.001000', '135016.004000', '135016.007000', '135016.009000', '135016.012000', '135016.015000', '135016.018000', '135016.021000', '135016.025000', '135016.028000', '135016.031000', '135016.034000', '135016.037000', '135016.040000', '135016.043000', '135016.045000', '135035.920000', '135035.923000', '135035.926000', '135035.929000', '135035.932000', '135035.935000', '135035.937000', '135035.940000', '135035.943000', '135035.946000', '135035.949000', '135035.952000', '135035.955000', '135035.958000', '135035.961000', '135035.964000', '135035.967000', '135035.969000', '135035.972000', '135035.975000', '135035.978000', '135035.981000', '135035.984000', '135035.987000', '135035.990000', '135035.993000', '135035.996000', '135035.998000', '135036.001000', '135036.004000', '135036.007000', '135036.010000', '135036.013000', '135036.016000', '135036.019000', '135036.021000', '135036.024000', '135036.027000', '135036.035000', '135036.038000', '135036.041000', '135036.044000', '135036.047000', '135055.920000', '135055.923000', '135055.926000', '135055.929000', '135055.932000', '135055.935000', '135055.938000', '135055.940000', '135055.943000', '135055.946000', '135055.949000', '135055.952000', '135055.955000', '135055.958000', '135055.961000', '135055.964000', '135055.966000', '135055.969000', '135055.972000', '135055.975000', '135055.978000', '135055.981000', '135055.984000', '135055.987000', '135055.990000', '135055.993000', '135055.996000', '135055.998000', '135056.002000', '135056.005000', '135056.008000', '135056.011000', '135056.014000', '135056.017000', '135056.020000', '135056.023000', '135056.026000', '135056.029000', '135056.032000', '135056.034000', '135056.037000', '135056.040000', '135056.043000', '135056.046000', '135115.920000', '135115.923000', '135115.926000', '135115.929000', '135115.932000', '135115.935000', '135115.938000', '135115.941000', '135115.958000', '135115.960000', '135115.963000', '135115.966000', '135115.969000', '135115.972000', '135115.975000', '135115.978000', '135115.981000', '135115.984000', '135115.987000', '135115.990000', '135115.993000', '135115.996000', '135115.998000', '135116.002000', '135116.005000', '135116.008000', '135116.011000', '135116.014000', '135116.017000', '135116.020000', '135116.023000', '135116.026000', '135116.028000', '135116.031000', '135116.034000', '135116.037000', '135116.040000', '135116.043000', '135116.046000', '135116.052000', '135116.054000', '135116.057000', '135116.061000', '135135.919000', '135135.922000', '135135.925000', '135135.928000', '135135.930000', '135135.933000', '135135.936000', '135135.939000', '135135.942000', '135135.945000', '135135.948000', '135135.951000', '135135.954000', '135135.956000', '135135.959000', '135135.962000', '135135.965000', '135135.968000', '135135.971000', '135135.974000', '135135.976000', '135135.979000', '135135.982000', '135135.985000', '135135.988000', '135135.991000', '135135.994000', '135135.997000', '135136.000000', '135136.003000', '135136.006000', '135136.009000', '135136.012000', '135136.015000', '135136.018000', '135136.021000', '135136.023000', '135136.027000', '135136.030000', '135136.033000', '135136.036000', '135136.039000', '135136.042000', '135136.045000', '135155.919000', '135155.922000', '135155.925000', '135155.928000', '135155.931000', '135155.934000', '135155.937000', '135155.940000', '135155.942000', '135155.945000', '135155.948000', '135155.951000', '135155.954000', '135155.957000', '135155.960000', '135155.962000', '135155.965000', '135155.968000', '135155.971000', '135155.974000', '135155.977000', '135155.980000', '135155.983000', '135155.985000', '135155.988000', '135155.991000', '135155.994000', '135155.997000', '135156.001000', '135156.004000', '135156.007000', '135156.009000', '135156.012000', '135156.015000', '135156.018000', '135156.021000', '135156.024000', '135156.027000', '135156.030000', '135156.032000', '135156.035000', '135156.038000', '135156.041000', '135215.920000', '135215.923000', '135215.926000', '135215.929000', '135215.932000', '135215.935000', '135215.937000', '135215.940000', '135215.943000', '135215.946000', '135215.949000', '135215.952000', '135215.955000', '135215.957000', '135215.960000', '135215.963000', '135215.966000', '135215.969000', '135215.972000', '135215.975000', '135215.978000', '135215.980000', '135215.983000', '135215.986000', '135215.989000', '135215.992000', '135215.995000', '135215.998000', '135216.002000', '135216.005000', '135216.007000', '135216.010000', '135216.013000', '135216.016000', '135216.019000', '135216.022000', '135216.025000', '135216.028000', '135216.030000', '135216.033000', '135216.036000', '135216.039000', '135216.042000', '135235.919000', '135235.922000', '135235.925000', '135235.928000', '135235.931000', '135235.934000', '135235.937000', '135235.940000', '135235.942000', '135235.945000', '135235.948000', '135235.951000', '135235.954000', '135235.957000', '135235.960000', '135235.962000', '135235.965000', '135235.968000', '135235.971000', '135235.974000', '135235.977000', '135235.980000', '135235.983000', '135235.985000', '135235.988000', '135235.991000', '135235.994000', '135235.997000', '135236.001000', '135236.004000', '135236.006000', '135236.009000', '135236.012000', '135236.015000', '135236.018000', '135236.021000', '135236.024000', '135236.026000', '135236.029000', '135236.032000', '135236.035000', '135236.038000', '135236.041000', '135236.044000', '135255.920000', '135255.923000', '135255.926000', '135255.929000', '135255.942000', '135255.945000', '135255.948000', '135255.951000', '135255.954000', '135255.957000', '135255.960000', '135255.963000', '135255.966000', '135255.969000', '135255.971000', '135255.974000', '135255.977000', '135255.980000', '135255.983000', '135255.986000', '135255.989000', '135255.992000', '135255.994000', '135255.997000', '135256.000000', '135256.003000', '135256.006000', '135256.009000', '135256.012000', '135256.014000', '135256.017000', '135256.020000', '135256.023000', '135256.026000', '135256.029000', '135256.032000', '135256.035000', '135256.037000', '135256.040000', '135256.043000', '135256.046000', '135256.049000', '135256.052000', '135315.920000', '135315.923000', '135315.926000', '135315.929000', '135315.932000', '135315.935000', '135315.938000', '135315.941000', '135315.943000', '135315.946000', '135315.949000', '135315.952000', '135315.955000', '135315.958000', '135315.961000', '135315.964000', '135315.967000', '135315.969000', '135315.973000', '135315.975000', '135315.978000', '135315.981000', '135315.984000', '135315.987000', '135315.990000', '135315.993000', '135315.996000', '135315.998000', '135316.002000', '135316.005000', '135316.008000', '135316.011000', '135316.014000', '135316.017000', '135316.019000', '135316.022000', '135316.025000', '135316.028000', '135316.031000', '135316.034000', '135316.037000', '135316.040000', '135316.042000', '135316.045000', '135335.920000', '135335.923000', '135335.926000', '135335.929000', '135335.932000', '135335.935000', '135335.938000', '135335.941000', '135335.943000', '135335.946000', '135335.949000', '135335.952000', '135335.957000', '135335.961000', '135335.964000', '135335.967000', '135335.970000', '135335.973000', '135335.976000', '135335.979000', '135335.982000', '135335.984000', '135335.987000', '135335.990000', '135335.993000', '135335.996000', '135336.000000', '135336.003000', '135336.006000', '135336.009000', '135336.012000', '135336.014000', '135336.017000', '135336.020000', '135336.023000', '135336.026000', '135336.029000', '135336.032000', '135336.035000', '135336.037000', '135336.040000', '135336.043000', '135336.046000', '135355.919000', '135355.922000', '135355.925000', '135355.928000', '135355.931000', '135355.934000', '135355.937000', '135355.940000', '135355.942000', '135355.945000', '135355.948000', '135355.951000', '135355.954000', '135355.957000', '135355.960000', '135355.963000', '135355.966000', '135355.969000', '135355.971000', '135355.974000', '135355.977000', '135355.980000', '135355.983000', '135355.986000', '135355.989000', '135355.992000', '135355.994000', '135355.997000', '135356.001000', '135356.004000', '135356.007000', '135356.010000', '135356.013000', '135356.016000', '135356.019000', '135356.021000', '135356.024000', '135356.027000', '135356.030000', '135356.033000', '135356.036000', '135356.039000', '135356.042000', '135356.044000', '135415.919000', '135415.922000', '135415.925000', '135415.928000', '135415.931000', '135415.934000', '135415.937000', '135415.939000', '135415.942000', '135415.945000', '135415.948000', '135415.951000', '135415.954000', '135415.957000', '135415.959000', '135415.962000', '135415.965000', '135415.968000', '135415.971000', '135415.974000', '135415.977000', '135415.980000', '135415.983000', '135415.985000', '135415.989000', '135415.992000', '135415.994000', '135415.997000', '135416.001000', '135416.019000', '135416.022000', '135416.025000', '135416.027000', '135416.030000', '135416.033000', '135416.036000', '135416.039000', '135416.042000', '135416.045000', '135416.047000', '135416.050000', '135416.053000', '135416.056000', '135435.919000', '135435.922000', '135435.925000', '135435.928000', '135435.931000', '135435.934000', '135435.937000', '135435.940000', '135435.942000', '135435.945000', '135435.948000', '135435.951000', '135435.954000', '135435.957000', '135435.960000', '135435.963000', '135435.966000', '135435.969000', '135435.971000', '135435.974000', '135435.977000', '135435.980000', '135435.983000', '135435.986000', '135435.989000', '135435.991000', '135435.994000', '135435.997000', '135436.001000', '135436.004000', '135436.007000', '135436.010000', '135436.013000', '135436.016000', '135436.019000', '135436.021000', '135436.024000', '135436.027000', '135436.030000', '135436.033000', '135436.036000', '135436.039000', '135436.042000', '135436.048000', '135455.919000', '135455.922000', '135455.925000', '135455.928000', '135455.931000', '135455.934000', '135455.938000', '135455.941000', '135455.944000', '135455.946000', '135455.949000', '135455.952000', '135455.955000', '135455.958000', '135455.961000', '135455.964000', '135455.967000', '135455.969000', '135455.972000', '135455.975000', '135455.978000', '135455.981000', '135455.984000', '135455.987000', '135455.990000', '135455.993000', '135455.996000', '135456.000000', '135456.003000', '135456.006000', '135456.009000', '135456.014000', '135456.017000', '135456.020000', '135456.023000', '135456.026000', '135456.028000', '135456.031000', '135456.034000', '135456.037000', '135456.040000', '135456.043000', '135456.046000', '135515.920000', '135515.923000', '135515.926000', '135515.929000', '135515.932000', '135515.935000', '135515.937000', '135515.940000', '135515.943000', '135515.946000', '135515.949000', '135515.952000', '135515.955000', '135515.958000', '135515.961000', '135515.963000', '135515.966000', '135515.969000', '135515.972000', '135515.975000', '135515.978000', '135515.981000', '135515.983000', '135515.986000', '135515.989000', '135515.992000', '135515.995000', '135515.998000', '135516.002000', '135516.005000', '135516.008000', '135516.010000', '135516.013000', '135516.016000', '135516.019000', '135516.022000', '135516.025000', '135516.028000', '135516.031000', '135516.034000', '135516.036000', '135516.039000', '135516.042000', '135516.045000', '135535.920000', '135535.923000', '135535.926000', '135535.929000', '135535.932000', '135535.935000', '135535.938000', '135535.940000', '135535.943000', '135535.946000', '135535.949000', '135535.952000', '135535.955000', '135535.958000', '135535.961000', '135535.963000', '135535.966000', '135535.969000', '135535.972000', '135535.975000', '135535.978000', '135535.981000', '135535.984000', '135535.986000', '135535.989000', '135535.992000', '135535.995000', '135535.998000', '135536.002000', '135536.005000', '135536.008000', '135536.012000', '135536.017000', '135536.020000', '135536.023000', '135536.026000', '135536.028000', '135536.031000', '135536.034000', '135536.037000', '135536.050000', '135536.053000', '135536.056000', '135555.920000', '135555.923000', '135555.926000', '135555.929000', '135555.932000', '135555.935000', '135555.937000', '135555.940000', '135555.943000', '135555.946000', '135555.949000', '135555.952000', '135555.955000', '135555.958000', '135555.961000', '135555.964000', '135555.966000', '135555.969000', '135555.972000', '135555.975000', '135555.978000', '135555.981000', '135555.984000', '135555.987000', '135555.989000', '135555.992000', '135555.995000', '135555.998000', '135556.002000', '135556.005000', '135556.008000', '135556.011000', '135556.014000', '135556.017000', '135556.019000', '135556.022000', '135556.025000', '135556.028000', '135556.031000', '135556.034000', '135556.037000', '135556.040000', '135556.042000', '135556.045000', '135615.919000', '135615.922000', '135615.925000', '135615.928000', '135615.931000', '135615.934000', '135615.937000', '135615.940000', '135615.942000', '135615.945000', '135615.948000', '135615.951000', '135615.954000', '135615.957000', '135615.960000', '135615.963000', '135615.966000', '135615.968000', '135615.971000', '135615.975000', '135615.978000', '135615.981000', '135615.984000', '135615.987000', '135615.990000', '135615.993000', '135615.996000', '135616.000000', '135616.002000', '135616.005000', '135616.008000', '135616.011000', '135616.014000', '135616.017000', '135616.020000', '135616.023000', '135616.026000', '135616.029000', '135616.032000', '135616.038000', '135616.041000', '135616.044000', '135616.047000', '135635.919000', '135635.922000', '135635.925000', '135635.928000', '135635.931000', '135635.934000', '135635.936000', '135635.939000', '135635.942000', '135635.945000', '135635.948000', '135635.951000', '135635.954000', '135635.957000', '135635.960000', '135635.963000', '135635.966000', '135635.968000', '135635.971000', '135635.974000', '135635.977000', '135635.980000', '135635.983000', '135635.986000', '135635.989000', '135635.991000', '135635.994000', '135635.997000', '135636.001000', '135636.004000', '135636.007000', '135636.010000', '135636.013000', '135636.015000', '135636.018000', '135636.021000', '135636.024000', '135636.027000', '135636.030000', '135636.033000', '135636.036000', '135636.039000', '135636.041000', '135636.044000', '135655.919000', '135655.922000', '135655.925000', '135655.928000', '135655.931000', '135655.934000', '135655.936000', '135655.939000', '135655.942000', '135655.945000', '135655.948000', '135655.951000', '135655.954000', '135655.956000', '135655.959000', '135655.962000', '135655.965000', '135655.968000', '135655.971000', '135655.974000', '135655.977000', '135655.979000', '135655.982000', '135655.985000', '135655.988000', '135655.991000', '135655.994000', '135655.997000', '135656.001000', '135656.003000', '135656.006000', '135656.009000', '135656.012000', '135656.015000', '135656.018000', '135656.021000', '135656.024000', '135656.027000', '135656.030000', '135656.033000', '135656.035000', '135656.038000', '135656.041000', '135715.919000', '135715.922000', '135715.925000', '135715.928000', '135715.931000', '135715.934000', '135715.936000', '135715.939000', '135715.942000', '135715.945000', '135715.948000', '135715.951000', '135715.954000', '135715.957000', '135715.960000', '135715.963000', '135715.965000', '135715.968000', '135715.971000', '135715.974000', '135715.977000', '135715.980000', '135715.983000', '135715.986000', '135715.988000', '135715.991000', '135715.994000', '135715.997000', '135716.001000', '135716.004000', '135716.007000', '135716.010000', '135716.013000', '135716.015000', '135716.018000', '135716.021000', '135716.024000', '135716.027000', '135716.030000', '135716.033000', '135716.036000', '135716.038000', '135716.041000', '135716.044000', '135735.920000', '135735.923000', '135735.926000', '135735.929000', '135735.932000', '135735.935000', '135735.938000', '135735.941000', '135735.943000', '135735.946000', '135735.949000', '135735.952000', '135735.955000', '135735.958000', '135735.961000', '135735.964000', '135735.967000', '135735.969000', '135735.972000', '135735.975000', '135735.978000', '135735.981000', '135735.984000', '135735.987000', '135735.990000', '135735.993000', '135735.996000', '135735.998000', '135736.002000', '135736.005000', '135736.008000', '135736.012000', '135736.015000', '135736.018000', '135736.021000', '135736.024000', '135736.027000', '135736.030000', '135736.033000', '135736.035000', '135736.038000', '135736.041000', '135736.044000', '135745.340000', '135745.343000', '135745.346000', '135745.349000', '135745.352000', '135745.355000', '135745.358000', '135745.361000', '135745.364000', '135745.367000', '135745.370000', '135745.373000', '135745.376000', '135745.379000', '135745.382000', '135745.384000', '135745.387000', '135745.390000', '135745.393000', '135745.396000', '135745.399000'], 'InstanceCreationTime': ['134955.956000', '134955.959000', '134955.962000', '134955.965000', '134955.968000', '134955.971000', '134955.974000', '134955.977000', '134955.980000', '134955.983000', '134955.986000', '134955.989000', '134955.992000', '134955.995000', '134955.998000', '134956.002000', '134956.004000', '134956.007000', '134956.010000', '134956.013000', '134956.017000', '134956.020000', '134956.024000', '134956.028000', '134956.030000', '134956.033000', '134956.036000', '134956.039000', '134956.042000', '134956.045000', '134956.048000', '134956.051000', '134956.054000', '134956.057000', '134956.060000', '134956.063000', '134956.066000', '134956.069000', '134956.072000', '134956.075000', '134956.079000', '134956.084000', '134956.088000', '134956.091000', '135015.919000', '135015.922000', '135015.925000', '135015.928000', '135015.931000', '135015.933000', '135015.936000', '135015.939000', '135015.942000', '135015.945000', '135015.948000', '135015.951000', '135015.954000', '135015.956000', '135015.959000', '135015.962000', '135015.965000', '135015.968000', '135015.971000', '135015.974000', '135015.977000', '135015.979000', '135015.982000', '135015.985000', '135015.988000', '135015.991000', '135015.994000', '135015.997000', '135016.001000', '135016.004000', '135016.007000', '135016.009000', '135016.012000', '135016.015000', '135016.018000', '135016.021000', '135016.025000', '135016.028000', '135016.031000', '135016.034000', '135016.037000', '135016.040000', '135016.043000', '135016.045000', '135035.920000', '135035.923000', '135035.926000', '135035.929000', '135035.932000', '135035.935000', '135035.937000', '135035.940000', '135035.943000', '135035.946000', '135035.949000', '135035.952000', '135035.955000', '135035.958000', '135035.961000', '135035.964000', '135035.967000', '135035.969000', '135035.972000', '135035.975000', '135035.978000', '135035.981000', '135035.984000', '135035.987000', '135035.990000', '135035.993000', '135035.996000', '135035.998000', '135036.001000', '135036.004000', '135036.007000', '135036.010000', '135036.013000', '135036.016000', '135036.019000', '135036.021000', '135036.024000', '135036.027000', '135036.035000', '135036.038000', '135036.041000', '135036.044000', '135036.047000', '135055.920000', '135055.923000', '135055.926000', '135055.929000', '135055.932000', '135055.935000', '135055.938000', '135055.940000', '135055.943000', '135055.946000', '135055.949000', '135055.952000', '135055.955000', '135055.958000', '135055.961000', '135055.964000', '135055.966000', '135055.969000', '135055.972000', '135055.975000', '135055.978000', '135055.981000', '135055.984000', '135055.987000', '135055.990000', '135055.993000', '135055.996000', '135055.998000', '135056.002000', '135056.005000', '135056.008000', '135056.011000', '135056.014000', '135056.017000', '135056.020000', '135056.023000', '135056.026000', '135056.029000', '135056.032000', '135056.034000', '135056.037000', '135056.040000', '135056.043000', '135056.046000', '135115.920000', '135115.923000', '135115.926000', '135115.929000', '135115.932000', '135115.935000', '135115.938000', '135115.941000', '135115.958000', '135115.960000', '135115.963000', '135115.966000', '135115.969000', '135115.972000', '135115.975000', '135115.978000', '135115.981000', '135115.984000', '135115.987000', '135115.990000', '135115.993000', '135115.996000', '135115.998000', '135116.002000', '135116.005000', '135116.008000', '135116.011000', '135116.014000', '135116.017000', '135116.020000', '135116.023000', '135116.026000', '135116.028000', '135116.031000', '135116.034000', '135116.037000', '135116.040000', '135116.043000', '135116.046000', '135116.052000', '135116.054000', '135116.057000', '135116.061000', '135135.919000', '135135.922000', '135135.925000', '135135.928000', '135135.930000', '135135.933000', '135135.936000', '135135.939000', '135135.942000', '135135.945000', '135135.948000', '135135.951000', '135135.954000', '135135.956000', '135135.959000', '135135.962000', '135135.965000', '135135.968000', '135135.971000', '135135.974000', '135135.976000', '135135.979000', '135135.982000', '135135.985000', '135135.988000', '135135.991000', '135135.994000', '135135.997000', '135136.000000', '135136.003000', '135136.006000', '135136.009000', '135136.012000', '135136.015000', '135136.018000', '135136.021000', '135136.023000', '135136.027000', '135136.030000', '135136.033000', '135136.036000', '135136.039000', '135136.042000', '135136.045000', '135155.919000', '135155.922000', '135155.925000', '135155.928000', '135155.931000', '135155.934000', '135155.937000', '135155.940000', '135155.942000', '135155.945000', '135155.948000', '135155.951000', '135155.954000', '135155.957000', '135155.960000', '135155.962000', '135155.965000', '135155.968000', '135155.971000', '135155.974000', '135155.977000', '135155.980000', '135155.983000', '135155.985000', '135155.988000', '135155.991000', '135155.994000', '135155.997000', '135156.001000', '135156.004000', '135156.007000', '135156.009000', '135156.012000', '135156.015000', '135156.018000', '135156.021000', '135156.024000', '135156.027000', '135156.030000', '135156.032000', '135156.035000', '135156.038000', '135156.041000', '135215.920000', '135215.923000', '135215.926000', '135215.929000', '135215.932000', '135215.935000', '135215.937000', '135215.940000', '135215.943000', '135215.946000', '135215.949000', '135215.952000', '135215.955000', '135215.957000', '135215.960000', '135215.963000', '135215.966000', '135215.969000', '135215.972000', '135215.975000', '135215.978000', '135215.980000', '135215.983000', '135215.986000', '135215.989000', '135215.992000', '135215.995000', '135215.998000', '135216.002000', '135216.005000', '135216.007000', '135216.010000', '135216.013000', '135216.016000', '135216.019000', '135216.022000', '135216.025000', '135216.028000', '135216.030000', '135216.033000', '135216.036000', '135216.039000', '135216.042000', '135235.919000', '135235.922000', '135235.925000', '135235.928000', '135235.931000', '135235.934000', '135235.937000', '135235.940000', '135235.942000', '135235.945000', '135235.948000', '135235.951000', '135235.954000', '135235.957000', '135235.960000', '135235.962000', '135235.965000', '135235.968000', '135235.971000', '135235.974000', '135235.977000', '135235.980000', '135235.983000', '135235.985000', '135235.988000', '135235.991000', '135235.994000', '135235.997000', '135236.001000', '135236.004000', '135236.006000', '135236.009000', '135236.012000', '135236.015000', '135236.018000', '135236.021000', '135236.024000', '135236.026000', '135236.029000', '135236.032000', '135236.035000', '135236.038000', '135236.041000', '135236.044000', '135255.920000', '135255.923000', '135255.926000', '135255.929000', '135255.942000', '135255.945000', '135255.948000', '135255.951000', '135255.954000', '135255.957000', '135255.960000', '135255.963000', '135255.966000', '135255.969000', '135255.971000', '135255.974000', '135255.977000', '135255.980000', '135255.983000', '135255.986000', '135255.989000', '135255.992000', '135255.994000', '135255.997000', '135256.000000', '135256.003000', '135256.006000', '135256.009000', '135256.012000', '135256.014000', '135256.017000', '135256.020000', '135256.023000', '135256.026000', '135256.029000', '135256.032000', '135256.035000', '135256.037000', '135256.040000', '135256.043000', '135256.046000', '135256.049000', '135256.052000', '135315.920000', '135315.923000', '135315.926000', '135315.929000', '135315.932000', '135315.935000', '135315.938000', '135315.941000', '135315.943000', '135315.946000', '135315.949000', '135315.952000', '135315.955000', '135315.958000', '135315.961000', '135315.964000', '135315.967000', '135315.969000', '135315.973000', '135315.975000', '135315.978000', '135315.981000', '135315.984000', '135315.987000', '135315.990000', '135315.993000', '135315.996000', '135315.998000', '135316.002000', '135316.005000', '135316.008000', '135316.011000', '135316.014000', '135316.017000', '135316.019000', '135316.022000', '135316.025000', '135316.028000', '135316.031000', '135316.034000', '135316.037000', '135316.040000', '135316.042000', '135316.045000', '135335.920000', '135335.923000', '135335.926000', '135335.929000', '135335.932000', '135335.935000', '135335.938000', '135335.941000', '135335.943000', '135335.946000', '135335.949000', '135335.952000', '135335.957000', '135335.961000', '135335.964000', '135335.967000', '135335.970000', '135335.973000', '135335.976000', '135335.979000', '135335.982000', '135335.984000', '135335.987000', '135335.990000', '135335.993000', '135335.996000', '135336.000000', '135336.003000', '135336.006000', '135336.009000', '135336.012000', '135336.014000', '135336.017000', '135336.020000', '135336.023000', '135336.026000', '135336.029000', '135336.032000', '135336.035000', '135336.037000', '135336.040000', '135336.043000', '135336.046000', '135355.919000', '135355.922000', '135355.925000', '135355.928000', '135355.931000', '135355.934000', '135355.937000', '135355.940000', '135355.942000', '135355.945000', '135355.948000', '135355.951000', '135355.954000', '135355.957000', '135355.960000', '135355.963000', '135355.966000', '135355.969000', '135355.971000', '135355.974000', '135355.977000', '135355.980000', '135355.983000', '135355.986000', '135355.989000', '135355.992000', '135355.994000', '135355.997000', '135356.001000', '135356.004000', '135356.007000', '135356.010000', '135356.013000', '135356.016000', '135356.019000', '135356.021000', '135356.024000', '135356.027000', '135356.030000', '135356.033000', '135356.036000', '135356.039000', '135356.042000', '135356.044000', '135415.919000', '135415.922000', '135415.925000', '135415.928000', '135415.931000', '135415.934000', '135415.937000', '135415.939000', '135415.942000', '135415.945000', '135415.948000', '135415.951000', '135415.954000', '135415.957000', '135415.959000', '135415.962000', '135415.965000', '135415.968000', '135415.971000', '135415.974000', '135415.977000', '135415.980000', '135415.983000', '135415.985000', '135415.989000', '135415.992000', '135415.994000', '135415.997000', '135416.001000', '135416.019000', '135416.022000', '135416.025000', '135416.027000', '135416.030000', '135416.033000', '135416.036000', '135416.039000', '135416.042000', '135416.045000', '135416.047000', '135416.050000', '135416.053000', '135416.056000', '135435.919000', '135435.922000', '135435.925000', '135435.928000', '135435.931000', '135435.934000', '135435.937000', '135435.940000', '135435.942000', '135435.945000', '135435.948000', '135435.951000', '135435.954000', '135435.957000', '135435.960000', '135435.963000', '135435.966000', '135435.969000', '135435.971000', '135435.974000', '135435.977000', '135435.980000', '135435.983000', '135435.986000', '135435.989000', '135435.991000', '135435.994000', '135435.997000', '135436.001000', '135436.004000', '135436.007000', '135436.010000', '135436.013000', '135436.016000', '135436.019000', '135436.021000', '135436.024000', '135436.027000', '135436.030000', '135436.033000', '135436.036000', '135436.039000', '135436.042000', '135436.048000', '135455.919000', '135455.922000', '135455.925000', '135455.928000', '135455.931000', '135455.934000', '135455.938000', '135455.941000', '135455.944000', '135455.946000', '135455.949000', '135455.952000', '135455.955000', '135455.958000', '135455.961000', '135455.964000', '135455.967000', '135455.969000', '135455.972000', '135455.975000', '135455.978000', '135455.981000', '135455.984000', '135455.987000', '135455.990000', '135455.993000', '135455.996000', '135456.000000', '135456.003000', '135456.006000', '135456.009000', '135456.014000', '135456.017000', '135456.020000', '135456.023000', '135456.026000', '135456.028000', '135456.031000', '135456.034000', '135456.037000', '135456.040000', '135456.043000', '135456.046000', '135515.920000', '135515.923000', '135515.926000', '135515.929000', '135515.932000', '135515.935000', '135515.937000', '135515.940000', '135515.943000', '135515.946000', '135515.949000', '135515.952000', '135515.955000', '135515.958000', '135515.961000', '135515.963000', '135515.966000', '135515.969000', '135515.972000', '135515.975000', '135515.978000', '135515.981000', '135515.983000', '135515.986000', '135515.989000', '135515.992000', '135515.995000', '135515.998000', '135516.002000', '135516.005000', '135516.008000', '135516.010000', '135516.013000', '135516.016000', '135516.019000', '135516.022000', '135516.025000', '135516.028000', '135516.031000', '135516.034000', '135516.036000', '135516.039000', '135516.042000', '135516.045000', '135535.920000', '135535.923000', '135535.926000', '135535.929000', '135535.932000', '135535.935000', '135535.938000', '135535.940000', '135535.943000', '135535.946000', '135535.949000', '135535.952000', '135535.955000', '135535.958000', '135535.961000', '135535.963000', '135535.966000', '135535.969000', '135535.972000', '135535.975000', '135535.978000', '135535.981000', '135535.984000', '135535.986000', '135535.989000', '135535.992000', '135535.995000', '135535.998000', '135536.002000', '135536.005000', '135536.008000', '135536.012000', '135536.017000', '135536.020000', '135536.023000', '135536.026000', '135536.028000', '135536.031000', '135536.034000', '135536.037000', '135536.050000', '135536.053000', '135536.056000', '135555.920000', '135555.923000', '135555.926000', '135555.929000', '135555.932000', '135555.935000', '135555.937000', '135555.940000', '135555.943000', '135555.946000', '135555.949000', '135555.952000', '135555.955000', '135555.958000', '135555.961000', '135555.964000', '135555.966000', '135555.969000', '135555.972000', '135555.975000', '135555.978000', '135555.981000', '135555.984000', '135555.987000', '135555.989000', '135555.992000', '135555.995000', '135555.998000', '135556.002000', '135556.005000', '135556.008000', '135556.011000', '135556.014000', '135556.017000', '135556.019000', '135556.022000', '135556.025000', '135556.028000', '135556.031000', '135556.034000', '135556.037000', '135556.040000', '135556.042000', '135556.045000', '135615.919000', '135615.922000', '135615.925000', '135615.928000', '135615.931000', '135615.934000', '135615.937000', '135615.940000', '135615.942000', '135615.945000', '135615.948000', '135615.951000', '135615.954000', '135615.957000', '135615.960000', '135615.963000', '135615.966000', '135615.968000', '135615.971000', '135615.975000', '135615.978000', '135615.981000', '135615.984000', '135615.987000', '135615.990000', '135615.993000', '135615.996000', '135616.000000', '135616.002000', '135616.005000', '135616.008000', '135616.011000', '135616.014000', '135616.017000', '135616.020000', '135616.023000', '135616.026000', '135616.029000', '135616.032000', '135616.038000', '135616.041000', '135616.044000', '135616.047000', '135635.919000', '135635.922000', '135635.925000', '135635.928000', '135635.931000', '135635.934000', '135635.936000', '135635.939000', '135635.942000', '135635.945000', '135635.948000', '135635.951000', '135635.954000', '135635.957000', '135635.960000', '135635.963000', '135635.966000', '135635.968000', '135635.971000', '135635.974000', '135635.977000', '135635.980000', '135635.983000', '135635.986000', '135635.989000', '135635.991000', '135635.994000', '135635.997000', '135636.001000', '135636.004000', '135636.007000', '135636.010000', '135636.013000', '135636.015000', '135636.018000', '135636.021000', '135636.024000', '135636.027000', '135636.030000', '135636.033000', '135636.036000', '135636.039000', '135636.041000', '135636.044000', '135655.919000', '135655.922000', '135655.925000', '135655.928000', '135655.931000', '135655.934000', '135655.936000', '135655.939000', '135655.942000', '135655.945000', '135655.948000', '135655.951000', '135655.954000', '135655.956000', '135655.959000', '135655.962000', '135655.965000', '135655.968000', '135655.971000', '135655.974000', '135655.977000', '135655.979000', '135655.982000', '135655.985000', '135655.988000', '135655.991000', '135655.994000', '135655.997000', '135656.001000', '135656.003000', '135656.006000', '135656.009000', '135656.012000', '135656.015000', '135656.018000', '135656.021000', '135656.024000', '135656.027000', '135656.030000', '135656.033000', '135656.035000', '135656.038000', '135656.041000', '135715.919000', '135715.922000', '135715.925000', '135715.928000', '135715.931000', '135715.934000', '135715.936000', '135715.939000', '135715.942000', '135715.945000', '135715.948000', '135715.951000', '135715.954000', '135715.957000', '135715.960000', '135715.963000', '135715.965000', '135715.968000', '135715.971000', '135715.974000', '135715.977000', '135715.980000', '135715.983000', '135715.986000', '135715.988000', '135715.991000', '135715.994000', '135715.997000', '135716.001000', '135716.004000', '135716.007000', '135716.010000', '135716.013000', '135716.015000', '135716.018000', '135716.021000', '135716.024000', '135716.027000', '135716.030000', '135716.033000', '135716.036000', '135716.038000', '135716.041000', '135716.044000', '135735.920000', '135735.923000', '135735.926000', '135735.929000', '135735.932000', '135735.935000', '135735.938000', '135735.941000', '135735.943000', '135735.946000', '135735.949000', '135735.952000', '135735.955000', '135735.958000', '135735.961000', '135735.964000', '135735.967000', '135735.969000', '135735.972000', '135735.975000', '135735.978000', '135735.981000', '135735.984000', '135735.987000', '135735.990000', '135735.993000', '135735.996000', '135735.998000', '135736.002000', '135736.005000', '135736.008000', '135736.012000', '135736.015000', '135736.018000', '135736.021000', '135736.024000', '135736.027000', '135736.030000', '135736.033000', '135736.035000', '135736.038000', '135736.041000', '135736.044000', '135745.340000', '135745.343000', '135745.346000', '135745.349000', '135745.352000', '135745.355000', '135745.358000', '135745.361000', '135745.364000', '135745.367000', '135745.370000', '135745.373000', '135745.376000', '135745.379000', '135745.382000', '135745.384000', '135745.387000', '135745.390000', '135745.393000', '135745.396000', '135745.399000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [8257, 8701, 12068, 9924, 9865, 12626, 10152, 7838, 8570, 10809, 9255, 8497, 7230, 9770, 8116, 7914, 10811, 8873, 9691, 9861, 9698, 12228, 8949, 9078, 9859, 8914, 8155, 10061, 8801, 7441, 9901, 8433, 7654, 11246, 9332, 9471, 10807, 8932, 7791, 8964, 9502, 8155, 13185, 9235, 8518, 11088, 9461, 8862, 11578, 9538, 8447, 10629, 9408, 9026, 11013, 9138, 9611, 10690, 9035, 8507, 11205, 9260, 7985, 11126, 8807, 11765, 9875, 8604, 7706, 9902, 8386, 9496, 10380, 8354, 10560, 9936, 7979, 10590, 9894, 9611, 11438, 9811, 8034, 7953, 9879, 8204, 9579, 10007, 8149, 11988, 9731, 8451, 12775, 10245, 8865, 12606, 9792, 8091, 10680, 9383, 8253, 10917, 9854, 7956, 10653, 9585, 9320, 10694, 9918, 9937, 10406, 9712, 9157, 10465, 9544, 7748, 10527, 8194, 10886, 9908, 8418, 8892, 9854, 7956, 7821, 10038, 8185, 7854, 10598, 8473, 7739, 10726, 8390, 11965, 10147, 8298, 11200, 9796, 9332, 10435, 10322, 8398, 11252, 9897, 8218, 7889, 10483, 9651, 8895, 11559, 9323, 8502, 8982, 9607, 8964, 13817, 13811, 11509, 14432, 10175, 8229, 8867, 10663, 9440, 9502, 8322, 9987, 8112, 7833, 10265, 9636, 8508, 7761, 10011, 9053, 9383, 11389, 10282, 9647, 11267, 9888, 8874, 7484, 11024, 9974, 9876, 10507, 10158, 8366, 8728, 11488, 9812, 8829, 9956, 10196, 9392, 8895, 7500, 10288, 9070, 9255, 11948, 9665, 8507, 9759, 9776, 8489, 9576, 10802, 8704, 8213, 10620, 9492, 8996, 10574, 9440, 9424, 10510, 9332, 8142, 7561, 10056, 8674, 7686, 11169, 8850, 7551, 10530, 8993, 7813, 11142, 9177, 9866, 12246, 9542, 8249, 7325, 10212, 8538, 8856, 11120, 8935, 7980, 10779, 9122, 9588, 11367, 9444, 7886, 8053, 9842, 8385, 8244, 10233, 7978, 7652, 10763, 8981, 8587, 8658, 9762, 8284, 8779, 10855, 9122, 8086, 7442, 10858, 9450, 9163, 13093, 9624, 9611, 10983, 10175, 8565, 9797, 11238, 9331, 10128, 9900, 10384, 8522, 8789, 11658, 10382, 8643, 7752, 10339, 9542, 9912, 9772, 10460, 8677, 8363, 11202, 10173, 9029, 9183, 11556, 9817, 10443, 9800, 10247, 8986, 8736, 11049, 10224, 9817, 8038, 10255, 8991, 10331, 11170, 10410, 8438, 8394, 10510, 10170, 8762, 8791, 10965, 10135, 9274, 7417, 10235, 9845, 8687, 7601, 11690, 9472, 8924, 7531, 10679, 9965, 8391, 8311, 11646, 10070, 8457, 7318, 11334, 10078, 10957, 11764, 10026, 7925, 7846, 11081, 9439, 9896, 10189, 9719, 7411, 7691, 9315, 8937, 7744, 8140, 12538, 8469, 8243, 10454, 9470, 9079, 12318, 11586, 10313, 14796, 9666, 9193, 11308, 9885, 8590, 9462, 10237, 8712, 8811, 9378, 9519, 8105, 8345, 10374, 7732, 7670, 12231, 9436, 8160, 14095, 9980, 10488, 14280, 14917, 10405, 9375, 7749, 10226, 8424, 9196, 11664, 9485, 7639, 7816, 8381, 9295, 7437, 7492, 10346, 9021, 7795, 9816, 9334, 8813, 12747, 10801, 10121, 12055, 10216, 8275, 8034, 10790, 10198, 8653, 11898, 11563, 9766, 8655, 7890, 12155, 9906, 8689, 7232, 9042, 10725, 8865, 12070, 10370, 10049, 10476, 13292, 9728, 8049, 7711, 11391, 9776, 10045, 12175, 9678, 8201, 7406, 10239, 9523, 8833, 9185, 10127, 8537, 9036, 10149, 9656, 8449, 8483, 11982, 9566, 9678, 9047, 9699, 8182, 7875, 11556, 9549, 7929, 7686, 10428, 9052, 8998, 9823, 9905, 7875, 7598, 10732, 9320, 9121, 10856, 10108, 8229, 7666, 11138, 10002, 10312, 12971, 10335, 8271, 7518, 10696, 9766, 8276, 8661, 11472, 9269, 8854, 8174, 9954, 8434, 7936, 13044, 9732, 8857, 7117, 10590, 9816, 10924, 12342, 10602, 8934, 9925, 7445, 10272, 9660, 9781, 7486, 12426, 10089, 8506, 7872, 11173, 10210, 8916, 10546, 10127, 10818, 9569, 8330, 9993, 9213, 11872, 10443, 8848, 11575, 11486, 10119, 8519, 8773, 9512, 10577, 8981, 10073, 7738, 9128, 9985, 9088, 8527, 11536, 10686, 9125, 9986, 7452, 8770, 9630, 9125, 8286, 12238, 9912, 8980, 8479, 10376, 9419, 9737, 12166, 10573, 8953, 8752, 12472, 10612, 10715, 14352, 10442, 8737, 8163, 10623, 10118, 9010, 7021, 10002, 9409, 8740, 7239, 9166, 9315, 9292, 9311, 10102, 8315, 8764, 11246, 9555, 9512, 7660, 11375, 9338, 9102, 7530, 10245, 9149, 7525, 8714, 9197, 9573, 8487, 8769, 13076, 9566, 9145, 14602, 9868, 9767, 15275, 11359, 9318, 10106, 10026, 9137, 7799, 9998, 9485, 8164, 11638, 8876, 8502, 10113, 8821, 8225, 8483, 8998, 8643, 8575, 9045, 8537, 7409, 9619, 9079, 9143, 11018, 9067, 7384, 9938, 9142, 7516, 11082, 8568, 8360, 9631, 8566, 8398, 7859, 10278, 7515, 7813, 10335, 8468, 8436, 10230, 9206, 8720, 13787, 11381, 10055, 14443, 8939, 8819, 11442, 9068, 9009, 11825, 9098, 9314, 11862, 8755, 8450, 10513, 8373, 8606, 11000, 8545, 8271, 10738, 8344, 8160, 10378, 8580, 8280, 10869, 8615, 8491, 8751, 8929, 9143, 8835, 10564, 9002, 8293, 11205, 9046, 8395, 12240, 9747, 8603, 13103, 8806, 8761, 11068, 8817, 9120, 11916, 8848, 8503, 9571, 9210, 8841, 11298, 9143, 8997, 7407, 9410, 8363, 8480, 10987, 8903, 8414, 8421, 10007, 8793, 7883, 6961, 10001, 9584, 8411, 13087, 10257, 8394, 11883, 9373, 8709, 12368, 9824, 8874, 10081, 9586, 7514, 7783, 10142, 8702, 8250, 8879, 8708, 8257, 7736, 11908, 9168, 8294, 11933, 9074, 8824, 10064, 9171, 7824, 8351, 10828, 9030, 8645, 10492, 10402, 8342, 9352, 7917, 12328, 10012, 9892, 13576, 13663, 10004, 9671, 9994, 10147, 8866, 9081, 14230, 10063, 8210, 8796, 9703, 10113, 8958, 8948, 10549, 9134, 8251, 9764, 7703, 11396, 10151, 9456, 12936, 10659, 10093, 9829, 9742, 10821, 9840, 9511, 12833, 9977, 9512, 7591, 10381, 9219, 8637, 11149, 9789, 8623, 7316, 10100, 8631, 9280, 10570, 9171, 8773, 7348, 10269, 9409, 9547, 11824, 9715, 9118, 13028, 10046, 9510, 11937, 10589, 9272, 9718, 11499, 9779, 10257, 11208, 10062, 8902, 8864, 9958, 8731, 9161, 9645, 9395, 8212, 10196, 9717, 8728, 9713, 10223, 9068, 9724, 11799, 9914, 8436, 9038, 9100, 7981, 7702, 9670, 9071, 9014, 11721, 9187, 8707, 10043, 8561, 12629, 10532, 10369, 13081, 9473, 8297, 10919, 9506, 8692, 11359, 9869, 9238, 8081, 9731, 8484, 7268, 10691, 8897, 8456, 10784, 9025, 8716, 9910, 9353, 8664, 9379, 10374, 8123, 8091, 11455, 9030, 8202, 9209, 9537, 8527, 10531, 9065, 8173, 9163, 9251, 8645, 9785, 9463, 8678, 7885, 10002, 7960, 7960, 11869, 8544, 8944, 11162, 8761, 8398, 9481, 9133, 8557, 9357, 10140, 8777, 7453, 10251, 8697, 7322, 11903, 8515, 7859, 10972, 8713, 7994, 9228, 8758, 8482, 8973, 9373, 8151, 8096, 9285, 8344, 9832, 9750, 8280, 9038, 9789, 8530, 7653, 11108, 8644, 8271, 11558, 8269, 8057, 12121, 8890, 8335, 11497, 8620, 8070, 9724, 8978, 8557, 9482, 10371, 7668, 7989, 11164, 8927, 8458, 9333, 10986, 8825, 8355, 8809, 8962, 7893, 9390, 6786, 10522, 10575, 8734, 9414, 13384, 9668, 7856, 9054, 12008, 10334, 8607, 8404, 12316, 9677, 7570, 8601, 12435, 9655, 7897, 9442, 7777, 9947, 9620, 8852, 8182, 10329, 9431, 7656, 8678, 10444, 10093, 7862, 8698, 11168, 9721, 8279, 9370, 11248, 11398, 9057, 8568, 8085, 7821, 9011, 8535, 7427, 9562, 7750, 10289, 9503, 8261, 9285, 12778, 10914, 11469, 9983, 12301, 10833, 9498, 9107, 8195, 12835, 10069, 7906, 8798, 8459, 9659, 9039, 7682, 8358, 9892, 9646, 7954], 'WindowCenter': [4270.0, 4252.0, 4269.0, 4233.0, 4232.0, 4239.0, 4216.0, 4186.0, 4192.0, 4211.0, 4190.0, 4193.0, 4183.0, 4203.0, 4198.0, 4194.0, 4223.0, 4205.0, 4206.0, 4214.0, 4202.0, 4224.0, 4193.0, 4191.0, 4199.0, 4190.0, 4180.0, 4203.0, 4189.0, 4183.0, 4203.0, 4191.0, 4181.0, 4214.0, 4201.0, 4200.0, 4212.0, 4200.0, 4194.0, 4203.0, 4201.0, 4193.0, 4234.0, 4201.0, 4191.0, 4210.0, 4189.0, 4190.0, 4212.0, 4190.0, 4178.0, 4201.0, 4189.0, 4188.0, 4199.0, 4188.0, 4200.0, 4212.0, 4192.0, 4192.0, 4211.0, 4199.0, 4179.0, 4214.0, 4194.0, 4210.0, 4203.0, 4179.0, 4168.0, 4188.0, 4181.0, 4197.0, 4198.0, 4181.0, 4212.0, 4196.0, 4179.0, 4199.0, 4200.0, 4201.0, 4210.0, 4199.0, 4182.0, 4180.0, 4199.0, 4190.0, 4201.0, 4202.0, 4179.0, 4221.0, 4200.0, 4191.0, 4220.0, 4201.0, 4189.0, 4209.0, 4188.0, 4169.0, 4199.0, 4186.0, 4175.0, 4199.0, 4187.0, 4177.0, 4199.0, 4188.0, 4185.0, 4198.0, 4197.0, 4201.0, 4211.0, 4199.0, 4190.0, 4210.0, 4199.0, 4177.0, 4207.0, 4180.0, 4200.0, 4198.0, 4180.0, 4187.0, 4198.0, 4178.0, 4181.0, 4203.0, 4207.0, 4191.0, 4212.0, 4190.0, 4179.0, 4213.0, 4191.0, 4222.0, 4205.0, 4192.0, 4225.0, 4200.0, 4189.0, 4213.0, 4200.0, 4189.0, 4210.0, 4200.0, 4192.0, 4182.0, 4212.0, 4199.0, 4200.0, 4220.0, 4202.0, 4192.0, 4191.0, 4199.0, 4202.0, 4235.0, 4234.0, 4212.0, 4235.0, 4203.0, 4191.0, 4201.0, 4213.0, 4190.0, 4201.0, 4188.0, 4198.0, 4180.0, 4179.0, 4213.0, 4202.0, 4190.0, 4183.0, 4214.0, 4202.0, 4201.0, 4220.0, 4212.0, 4202.0, 4228.0, 4214.0, 4201.0, 4181.0, 4199.0, 4199.0, 4199.0, 4212.0, 4202.0, 4190.0, 4189.0, 4210.0, 4197.0, 4189.0, 4200.0, 4200.0, 4188.0, 4191.0, 4178.0, 4202.0, 4189.0, 4198.0, 4222.0, 4200.0, 4188.0, 4200.0, 4201.0, 4187.0, 4191.0, 4200.0, 4189.0, 4181.0, 4201.0, 4189.0, 4187.0, 4200.0, 4187.0, 4189.0, 4201.0, 4191.0, 4180.0, 4182.0, 4201.0, 4190.0, 4179.0, 4213.0, 4202.0, 4179.0, 4202.0, 4192.0, 4179.0, 4210.0, 4189.0, 4200.0, 4221.0, 4199.0, 4189.0, 4168.0, 4200.0, 4189.0, 4190.0, 4214.0, 4190.0, 4182.0, 4209.0, 4205.0, 4212.0, 4223.0, 4204.0, 4194.0, 4192.0, 4214.0, 4191.0, 4192.0, 4212.0, 4196.0, 4182.0, 4211.0, 4201.0, 4192.0, 4191.0, 4215.0, 4194.0, 4207.0, 4226.0, 4202.0, 4193.0, 4180.0, 4211.0, 4202.0, 4201.0, 4234.0, 4199.0, 4199.0, 4211.0, 4211.0, 4190.0, 4199.0, 4200.0, 4188.0, 4197.0, 4196.0, 4197.0, 4178.0, 4189.0, 4210.0, 4200.0, 4189.0, 4180.0, 4202.0, 4198.0, 4198.0, 4198.0, 4213.0, 4190.0, 4188.0, 4209.0, 4198.0, 4202.0, 4201.0, 4212.0, 4201.0, 4199.0, 4198.0, 4200.0, 4188.0, 4189.0, 4211.0, 4212.0, 4203.0, 4178.0, 4201.0, 4188.0, 4199.0, 4210.0, 4210.0, 4192.0, 4190.0, 4209.0, 4225.0, 4202.0, 4190.0, 4211.0, 4199.0, 4199.0, 4181.0, 4210.0, 4200.0, 4191.0, 4182.0, 4224.0, 4201.0, 4202.0, 4195.0, 4215.0, 4214.0, 4192.0, 4191.0, 4222.0, 4201.0, 4190.0, 4169.0, 4214.0, 4202.0, 4210.0, 4222.0, 4201.0, 4178.0, 4179.0, 4211.0, 4190.0, 4204.0, 4223.0, 4199.0, 4180.0, 4179.0, 4201.0, 4201.0, 4190.0, 4191.0, 4236.0, 4203.0, 4203.0, 4224.0, 4212.0, 4204.0, 4224.0, 4222.0, 4213.0, 4242.0, 4199.0, 4200.0, 4209.0, 4198.0, 4192.0, 4201.0, 4199.0, 4192.0, 4203.0, 4200.0, 4199.0, 4193.0, 4206.0, 4214.0, 4181.0, 4181.0, 4223.0, 4203.0, 4193.0, 4235.0, 4201.0, 4210.0, 4248.0, 4248.0, 4214.0, 4202.0, 4180.0, 4198.0, 4178.0, 4189.0, 4211.0, 4187.0, 4178.0, 4181.0, 4189.0, 4204.0, 4192.0, 4193.0, 4228.0, 4205.0, 4207.0, 4214.0, 4204.0, 4203.0, 4233.0, 4213.0, 4212.0, 4223.0, 4203.0, 4179.0, 4178.0, 4215.0, 4201.0, 4192.0, 4213.0, 4211.0, 4198.0, 4186.0, 4177.0, 4207.0, 4202.0, 4188.0, 4166.0, 4176.0, 4201.0, 4187.0, 4219.0, 4202.0, 4198.0, 4198.0, 4221.0, 4188.0, 4168.0, 4168.0, 4209.0, 4196.0, 4202.0, 4222.0, 4189.0, 4178.0, 4166.0, 4199.0, 4199.0, 4189.0, 4189.0, 4202.0, 4191.0, 4188.0, 4199.0, 4201.0, 4192.0, 4191.0, 4222.0, 4201.0, 4202.0, 4188.0, 4200.0, 4177.0, 4181.0, 4224.0, 4213.0, 4192.0, 4180.0, 4209.0, 4189.0, 4205.0, 4214.0, 4215.0, 4191.0, 4184.0, 4211.0, 4200.0, 4202.0, 4212.0, 4211.0, 4189.0, 4180.0, 4212.0, 4198.0, 4211.0, 4220.0, 4202.0, 4178.0, 4167.0, 4210.0, 4197.0, 4189.0, 4189.0, 4209.0, 4189.0, 4201.0, 4192.0, 4202.0, 4190.0, 4179.0, 4222.0, 4199.0, 4191.0, 4167.0, 4201.0, 4199.0, 4212.0, 4220.0, 4214.0, 4189.0, 4202.0, 4168.0, 4201.0, 4187.0, 4198.0, 4179.0, 4217.0, 4199.0, 4192.0, 4182.0, 4210.0, 4197.0, 4189.0, 4199.0, 4203.0, 4213.0, 4201.0, 4194.0, 4200.0, 4201.0, 4212.0, 4210.0, 4188.0, 4210.0, 4210.0, 4197.0, 4178.0, 4180.0, 4200.0, 4200.0, 4192.0, 4203.0, 4177.0, 4188.0, 4197.0, 4187.0, 4188.0, 4212.0, 4200.0, 4191.0, 4197.0, 4168.0, 4192.0, 4199.0, 4202.0, 4179.0, 4221.0, 4199.0, 4189.0, 4190.0, 4202.0, 4189.0, 4199.0, 4211.0, 4199.0, 4175.0, 4163.0, 4197.0, 4184.0, 4183.0, 4221.0, 4201.0, 4177.0, 4178.0, 4197.0, 4182.0, 4177.0, 4157.0, 4185.0, 4187.0, 4176.0, 4170.0, 4187.0, 4190.0, 4200.0, 4203.0, 4202.0, 4180.0, 4181.0, 4211.0, 4199.0, 4214.0, 4195.0, 4223.0, 4201.0, 4188.0, 4180.0, 4198.0, 4188.0, 4178.0, 4189.0, 4205.0, 4203.0, 4191.0, 4191.0, 4230.0, 4198.0, 4190.0, 4231.0, 4187.0, 4201.0, 4227.0, 4197.0, 4174.0, 4184.0, 4182.0, 4173.0, 4150.0, 4184.0, 4184.0, 4166.0, 4195.0, 4176.0, 4177.0, 4195.0, 4176.0, 4177.0, 4187.0, 4187.0, 4187.0, 4191.0, 4190.0, 4188.0, 4169.0, 4200.0, 4190.0, 4200.0, 4210.0, 4188.0, 4168.0, 4196.0, 4188.0, 4180.0, 4213.0, 4189.0, 4188.0, 4198.0, 4189.0, 4189.0, 4190.0, 4211.0, 4182.0, 4196.0, 4214.0, 4192.0, 4202.0, 4212.0, 4202.0, 4191.0, 4232.0, 4211.0, 4201.0, 4231.0, 4187.0, 4189.0, 4206.0, 4186.0, 4191.0, 4209.0, 4189.0, 4199.0, 4210.0, 4179.0, 4176.0, 4195.0, 4177.0, 4187.0, 4208.0, 4187.0, 4179.0, 4210.0, 4180.0, 4189.0, 4210.0, 4192.0, 4190.0, 4210.0, 4189.0, 4189.0, 4189.0, 4201.0, 4203.0, 4203.0, 4211.0, 4190.0, 4190.0, 4213.0, 4190.0, 4190.0, 4221.0, 4202.0, 4189.0, 4222.0, 4188.0, 4188.0, 4210.0, 4191.0, 4203.0, 4212.0, 4187.0, 4176.0, 4190.0, 4187.0, 4190.0, 4209.0, 4201.0, 4190.0, 4171.0, 4190.0, 4181.0, 4190.0, 4213.0, 4205.0, 4192.0, 4192.0, 4203.0, 4191.0, 4191.0, 4169.0, 4201.0, 4205.0, 4194.0, 4245.0, 4214.0, 4193.0, 4224.0, 4202.0, 4192.0, 4226.0, 4201.0, 4190.0, 4200.0, 4191.0, 4168.0, 4178.0, 4211.0, 4189.0, 4193.0, 4202.0, 4193.0, 4190.0, 4181.0, 4222.0, 4203.0, 4192.0, 4225.0, 4203.0, 4202.0, 4204.0, 4203.0, 4179.0, 4190.0, 4211.0, 4191.0, 4191.0, 4213.0, 4216.0, 4193.0, 4200.0, 4192.0, 4233.0, 4212.0, 4217.0, 4233.0, 4233.0, 4201.0, 4200.0, 4200.0, 4198.0, 4190.0, 4189.0, 4231.0, 4190.0, 4177.0, 4180.0, 4187.0, 4198.0, 4192.0, 4190.0, 4218.0, 4203.0, 4183.0, 4199.0, 4182.0, 4212.0, 4215.0, 4202.0, 4221.0, 4199.0, 4186.0, 4189.0, 4187.0, 4199.0, 4214.0, 4199.0, 4219.0, 4185.0, 4185.0, 4164.0, 4184.0, 4189.0, 4175.0, 4198.0, 4187.0, 4179.0, 4168.0, 4200.0, 4192.0, 4193.0, 4214.0, 4201.0, 4193.0, 4180.0, 4203.0, 4201.0, 4202.0, 4211.0, 4203.0, 4189.0, 4220.0, 4198.0, 4188.0, 4211.0, 4197.0, 4189.0, 4186.0, 4197.0, 4186.0, 4196.0, 4206.0, 4190.0, 4176.0, 4187.0, 4187.0, 4176.0, 4200.0, 4203.0, 4200.0, 4180.0, 4202.0, 4200.0, 4191.0, 4191.0, 4200.0, 4190.0, 4191.0, 4211.0, 4186.0, 4176.0, 4175.0, 4187.0, 4176.0, 4181.0, 4203.0, 4199.0, 4203.0, 4238.0, 4203.0, 4191.0, 4199.0, 4189.0, 4219.0, 4197.0, 4198.0, 4220.0, 4188.0, 4166.0, 4196.0, 4187.0, 4191.0, 4198.0, 4189.0, 4185.0, 4165.0, 4187.0, 4177.0, 4167.0, 4200.0, 4188.0, 4180.0, 4209.0, 4188.0, 4188.0, 4200.0, 4187.0, 4188.0, 4191.0, 4202.0, 4180.0, 4178.0, 4209.0, 4188.0, 4191.0, 4199.0, 4200.0, 4190.0, 4212.0, 4190.0, 4191.0, 4201.0, 4200.0, 4191.0, 4201.0, 4200.0, 4190.0, 4179.0, 4202.0, 4179.0, 4178.0, 4209.0, 4189.0, 4188.0, 4211.0, 4189.0, 4190.0, 4198.0, 4199.0, 4190.0, 4201.0, 4213.0, 4189.0, 4181.0, 4203.0, 4190.0, 4179.0, 4223.0, 4190.0, 4183.0, 4211.0, 4190.0, 4179.0, 4201.0, 4190.0, 4191.0, 4201.0, 4201.0, 4191.0, 4192.0, 4201.0, 4193.0, 4202.0, 4203.0, 4192.0, 4191.0, 4201.0, 4191.0, 4182.0, 4215.0, 4192.0, 4191.0, 4213.0, 4180.0, 4180.0, 4223.0, 4201.0, 4191.0, 4221.0, 4190.0, 4192.0, 4201.0, 4200.0, 4192.0, 4202.0, 4201.0, 4181.0, 4190.0, 4211.0, 4200.0, 4207.0, 4203.0, 4212.0, 4204.0, 4204.0, 4206.0, 4206.0, 4206.0, 4215.0, 4184.0, 4213.0, 4215.0, 4204.0, 4203.0, 4235.0, 4203.0, 4192.0, 4202.0, 4224.0, 4201.0, 4190.0, 4179.0, 4212.0, 4202.0, 4179.0, 4189.0, 4209.0, 4190.0, 4177.0, 4188.0, 4178.0, 4202.0, 4201.0, 4192.0, 4191.0, 4201.0, 4192.0, 4181.0, 4191.0, 4214.0, 4199.0, 4180.0, 4179.0, 4210.0, 4193.0, 4178.0, 4189.0, 4223.0, 4213.0, 4176.0, 4181.0, 4178.0, 4178.0, 4188.0, 4190.0, 4179.0, 4201.0, 4181.0, 4214.0, 4203.0, 4194.0, 4202.0, 4236.0, 4213.0, 4213.0, 4200.0, 4211.0, 4202.0, 4187.0, 4191.0, 4180.0, 4222.0, 4188.0, 4178.0, 4176.0, 4177.0, 4189.0, 4190.0, 4196.0, 4203.0, 4217.0, 4205.0, 4194.0], 'WindowWidth': [9483.0, 9439.0, 9454.0, 9391.0, 9390.0, 9390.0, 9354.0, 9310.0, 9314.0, 9338.0, 9307.0, 9315.0, 9305.0, 9329.0, 9330.0, 9320.0, 9360.0, 9337.0, 9337.0, 9347.0, 9328.0, 9363.0, 9316.0, 9309.0, 9317.0, 9308.0, 9297.0, 9326.0, 9307.0, 9305.0, 9328.0, 9311.0, 9298.0, 9346.0, 9324.0, 9323.0, 9342.0, 9323.0, 9319.0, 9330.0, 9325.0, 9317.0, 9373.0, 9326.0, 9310.0, 9335.0, 9304.0, 9304.0, 9338.0, 9306.0, 9289.0, 9322.0, 9302.0, 9302.0, 9318.0, 9305.0, 9322.0, 9339.0, 9313.0, 9311.0, 9337.0, 9320.0, 9293.0, 9345.0, 9317.0, 9335.0, 9326.0, 9291.0, 9277.0, 9301.0, 9296.0, 9314.0, 9317.0, 9297.0, 9339.0, 9312.0, 9292.0, 9317.0, 9318.0, 9323.0, 9335.0, 9318.0, 9299.0, 9295.0, 9320.0, 9308.0, 9324.0, 9327.0, 9295.0, 9354.0, 9323.0, 9310.0, 9348.0, 9321.0, 9303.0, 9333.0, 9302.0, 9274.0, 9314.0, 9296.0, 9280.0, 9316.0, 9299.0, 9286.0, 9318.0, 9300.0, 9296.0, 9315.0, 9314.0, 9323.0, 9337.0, 9319.0, 9306.0, 9334.0, 9319.0, 9288.0, 9329.0, 9293.0, 9321.0, 9316.0, 9292.0, 9301.0, 9316.0, 9291.0, 9297.0, 9328.0, 9344.0, 9314.0, 9340.0, 9309.0, 9292.0, 9342.0, 9313.0, 9356.0, 9334.0, 9318.0, 9364.0, 9323.0, 9305.0, 9341.0, 9322.0, 9306.0, 9336.0, 9322.0, 9312.0, 9299.0, 9340.0, 9321.0, 9322.0, 9353.0, 9325.0, 9314.0, 9311.0, 9321.0, 9329.0, 9381.0, 9375.0, 9343.0, 9378.0, 9328.0, 9310.0, 9326.0, 9344.0, 9306.0, 9321.0, 9304.0, 9316.0, 9295.0, 9294.0, 9344.0, 9327.0, 9311.0, 9303.0, 9349.0, 9329.0, 9327.0, 9352.0, 9340.0, 9329.0, 9373.0, 9348.0, 9325.0, 9297.0, 9319.0, 9318.0, 9320.0, 9338.0, 9324.0, 9307.0, 9307.0, 9335.0, 9314.0, 9305.0, 9322.0, 9321.0, 9301.0, 9309.0, 9292.0, 9325.0, 9306.0, 9317.0, 9357.0, 9323.0, 9305.0, 9321.0, 9322.0, 9301.0, 9307.0, 9322.0, 9306.0, 9294.0, 9322.0, 9304.0, 9300.0, 9318.0, 9299.0, 9304.0, 9323.0, 9310.0, 9295.0, 9299.0, 9323.0, 9309.0, 9295.0, 9342.0, 9329.0, 9292.0, 9325.0, 9311.0, 9291.0, 9336.0, 9306.0, 9322.0, 9353.0, 9319.0, 9307.0, 9276.0, 9320.0, 9308.0, 9309.0, 9346.0, 9307.0, 9299.0, 9335.0, 9336.0, 9343.0, 9358.0, 9332.0, 9318.0, 9317.0, 9345.0, 9311.0, 9314.0, 9342.0, 9324.0, 9302.0, 9340.0, 9325.0, 9315.0, 9314.0, 9347.0, 9322.0, 9341.0, 9366.0, 9329.0, 9318.0, 9298.0, 9341.0, 9329.0, 9326.0, 9377.0, 9321.0, 9320.0, 9338.0, 9338.0, 9308.0, 9318.0, 9321.0, 9303.0, 9312.0, 9312.0, 9310.0, 9289.0, 9304.0, 9337.0, 9321.0, 9306.0, 9295.0, 9325.0, 9315.0, 9317.0, 9319.0, 9340.0, 9309.0, 9304.0, 9334.0, 9315.0, 9329.0, 9326.0, 9339.0, 9324.0, 9317.0, 9316.0, 9319.0, 9303.0, 9306.0, 9337.0, 9343.0, 9330.0, 9291.0, 9320.0, 9302.0, 9317.0, 9337.0, 9335.0, 9312.0, 9308.0, 9333.0, 9367.0, 9330.0, 9309.0, 9339.0, 9320.0, 9319.0, 9297.0, 9336.0, 9323.0, 9312.0, 9302.0, 9359.0, 9325.0, 9327.0, 9322.0, 9350.0, 9348.0, 9317.0, 9312.0, 9357.0, 9324.0, 9309.0, 9279.0, 9344.0, 9325.0, 9335.0, 9355.0, 9323.0, 9290.0, 9292.0, 9335.0, 9308.0, 9331.0, 9363.0, 9321.0, 9294.0, 9292.0, 9324.0, 9327.0, 9312.0, 9315.0, 9380.0, 9334.0, 9332.0, 9362.0, 9343.0, 9333.0, 9361.0, 9356.0, 9345.0, 9386.0, 9320.0, 9322.0, 9333.0, 9317.0, 9314.0, 9323.0, 9321.0, 9310.0, 9327.0, 9323.0, 9320.0, 9316.0, 9339.0, 9346.0, 9300.0, 9301.0, 9361.0, 9333.0, 9317.0, 9375.0, 9326.0, 9336.0, 9398.0, 9401.0, 9349.0, 9331.0, 9294.0, 9314.0, 9289.0, 9303.0, 9338.0, 9300.0, 9289.0, 9298.0, 9309.0, 9331.0, 9317.0, 9320.0, 9372.0, 9337.0, 9343.0, 9351.0, 9333.0, 9328.0, 9374.0, 9345.0, 9340.0, 9357.0, 9326.0, 9292.0, 9290.0, 9348.0, 9324.0, 9314.0, 9340.0, 9338.0, 9314.0, 9300.0, 9290.0, 9328.0, 9328.0, 9302.0, 9269.0, 9281.0, 9321.0, 9300.0, 9346.0, 9326.0, 9316.0, 9316.0, 9350.0, 9300.0, 9273.0, 9272.0, 9329.0, 9311.0, 9323.0, 9354.0, 9303.0, 9286.0, 9272.0, 9317.0, 9318.0, 9307.0, 9307.0, 9324.0, 9309.0, 9303.0, 9319.0, 9323.0, 9314.0, 9313.0, 9354.0, 9324.0, 9323.0, 9302.0, 9319.0, 9289.0, 9297.0, 9360.0, 9346.0, 9314.0, 9296.0, 9333.0, 9305.0, 9337.0, 9350.0, 9348.0, 9312.0, 9302.0, 9336.0, 9323.0, 9331.0, 9344.0, 9339.0, 9308.0, 9296.0, 9340.0, 9316.0, 9337.0, 9352.0, 9326.0, 9290.0, 9273.0, 9337.0, 9314.0, 9306.0, 9307.0, 9335.0, 9304.0, 9325.0, 9312.0, 9325.0, 9310.0, 9295.0, 9358.0, 9320.0, 9308.0, 9274.0, 9321.0, 9318.0, 9335.0, 9348.0, 9345.0, 9304.0, 9323.0, 9274.0, 9319.0, 9300.0, 9316.0, 9294.0, 9344.0, 9319.0, 9310.0, 9299.0, 9335.0, 9311.0, 9303.0, 9318.0, 9327.0, 9345.0, 9326.0, 9319.0, 9322.0, 9325.0, 9339.0, 9339.0, 9303.0, 9335.0, 9334.0, 9312.0, 9289.0, 9291.0, 9321.0, 9319.0, 9312.0, 9328.0, 9288.0, 9300.0, 9313.0, 9299.0, 9302.0, 9340.0, 9321.0, 9309.0, 9315.0, 9277.0, 9311.0, 9318.0, 9324.0, 9292.0, 9352.0, 9319.0, 9306.0, 9308.0, 9325.0, 9305.0, 9317.0, 9335.0, 9314.0, 9278.0, 9260.0, 9310.0, 9290.0, 9288.0, 9349.0, 9322.0, 9284.0, 9286.0, 9311.0, 9286.0, 9285.0, 9257.0, 9292.0, 9296.0, 9283.0, 9278.0, 9299.0, 9306.0, 9323.0, 9329.0, 9325.0, 9294.0, 9294.0, 9338.0, 9319.0, 9349.0, 9328.0, 9360.0, 9325.0, 9305.0, 9293.0, 9316.0, 9303.0, 9290.0, 9305.0, 9335.0, 9329.0, 9314.0, 9310.0, 9365.0, 9317.0, 9308.0, 9365.0, 9300.0, 9322.0, 9359.0, 9313.0, 9278.0, 9290.0, 9285.0, 9273.0, 9241.0, 9288.0, 9290.0, 9267.0, 9307.0, 9280.0, 9284.0, 9307.0, 9282.0, 9286.0, 9300.0, 9299.0, 9301.0, 9307.0, 9304.0, 9303.0, 9278.0, 9323.0, 9309.0, 9321.0, 9336.0, 9303.0, 9276.0, 9312.0, 9303.0, 9297.0, 9341.0, 9309.0, 9304.0, 9318.0, 9305.0, 9306.0, 9310.0, 9342.0, 9304.0, 9324.0, 9348.0, 9316.0, 9330.0, 9344.0, 9328.0, 9312.0, 9372.0, 9340.0, 9325.0, 9369.0, 9300.0, 9304.0, 9327.0, 9297.0, 9310.0, 9334.0, 9307.0, 9319.0, 9333.0, 9288.0, 9282.0, 9307.0, 9286.0, 9303.0, 9328.0, 9301.0, 9291.0, 9334.0, 9292.0, 9305.0, 9336.0, 9312.0, 9309.0, 9338.0, 9306.0, 9306.0, 9308.0, 9328.0, 9329.0, 9331.0, 9340.0, 9310.0, 9309.0, 9342.0, 9309.0, 9309.0, 9353.0, 9326.0, 9305.0, 9354.0, 9302.0, 9303.0, 9336.0, 9308.0, 9326.0, 9339.0, 9299.0, 9284.0, 9305.0, 9300.0, 9308.0, 9335.0, 9325.0, 9308.0, 9282.0, 9306.0, 9294.0, 9308.0, 9341.0, 9337.0, 9312.0, 9314.0, 9331.0, 9313.0, 9314.0, 9280.0, 9323.0, 9335.0, 9322.0, 9396.0, 9349.0, 9320.0, 9362.0, 9329.0, 9316.0, 9365.0, 9326.0, 9309.0, 9321.0, 9309.0, 9275.0, 9290.0, 9338.0, 9306.0, 9313.0, 9328.0, 9314.0, 9309.0, 9297.0, 9353.0, 9331.0, 9317.0, 9363.0, 9332.0, 9328.0, 9331.0, 9326.0, 9293.0, 9307.0, 9339.0, 9312.0, 9310.0, 9342.0, 9350.0, 9317.0, 9324.0, 9315.0, 9372.0, 9342.0, 9353.0, 9371.0, 9374.0, 9325.0, 9320.0, 9321.0, 9317.0, 9310.0, 9305.0, 9365.0, 9306.0, 9285.0, 9292.0, 9301.0, 9316.0, 9311.0, 9307.0, 9354.0, 9328.0, 9300.0, 9321.0, 9300.0, 9342.0, 9347.0, 9328.0, 9349.0, 9319.0, 9296.0, 9302.0, 9298.0, 9317.0, 9346.0, 9319.0, 9347.0, 9292.0, 9291.0, 9262.0, 9289.0, 9300.0, 9280.0, 9316.0, 9299.0, 9290.0, 9274.0, 9319.0, 9312.0, 9313.0, 9346.0, 9324.0, 9316.0, 9296.0, 9328.0, 9327.0, 9331.0, 9339.0, 9329.0, 9306.0, 9349.0, 9315.0, 9300.0, 9335.0, 9313.0, 9304.0, 9297.0, 9312.0, 9295.0, 9308.0, 9327.0, 9304.0, 9281.0, 9299.0, 9297.0, 9282.0, 9322.0, 9333.0, 9321.0, 9293.0, 9327.0, 9322.0, 9309.0, 9307.0, 9319.0, 9305.0, 9306.0, 9334.0, 9297.0, 9282.0, 9282.0, 9297.0, 9286.0, 9296.0, 9329.0, 9322.0, 9334.0, 9385.0, 9333.0, 9310.0, 9320.0, 9303.0, 9347.0, 9314.0, 9316.0, 9347.0, 9299.0, 9268.0, 9308.0, 9298.0, 9309.0, 9314.0, 9301.0, 9293.0, 9267.0, 9296.0, 9286.0, 9274.0, 9320.0, 9302.0, 9293.0, 9332.0, 9301.0, 9302.0, 9320.0, 9301.0, 9303.0, 9310.0, 9325.0, 9296.0, 9290.0, 9333.0, 9303.0, 9310.0, 9320.0, 9323.0, 9309.0, 9341.0, 9309.0, 9312.0, 9325.0, 9323.0, 9311.0, 9325.0, 9322.0, 9307.0, 9292.0, 9324.0, 9291.0, 9289.0, 9334.0, 9307.0, 9306.0, 9342.0, 9306.0, 9308.0, 9319.0, 9320.0, 9309.0, 9323.0, 9342.0, 9307.0, 9297.0, 9326.0, 9308.0, 9294.0, 9354.0, 9310.0, 9300.0, 9338.0, 9307.0, 9294.0, 9327.0, 9310.0, 9311.0, 9327.0, 9326.0, 9312.0, 9314.0, 9326.0, 9316.0, 9328.0, 9330.0, 9313.0, 9310.0, 9323.0, 9310.0, 9301.0, 9345.0, 9313.0, 9311.0, 9340.0, 9294.0, 9295.0, 9357.0, 9324.0, 9310.0, 9354.0, 9309.0, 9313.0, 9326.0, 9324.0, 9314.0, 9327.0, 9324.0, 9299.0, 9312.0, 9341.0, 9323.0, 9341.0, 9333.0, 9342.0, 9336.0, 9334.0, 9339.0, 9337.0, 9341.0, 9352.0, 9311.0, 9345.0, 9349.0, 9333.0, 9333.0, 9378.0, 9332.0, 9313.0, 9326.0, 9359.0, 9323.0, 9310.0, 9290.0, 9339.0, 9324.0, 9292.0, 9302.0, 9333.0, 9305.0, 9287.0, 9302.0, 9290.0, 9326.0, 9326.0, 9311.0, 9309.0, 9325.0, 9312.0, 9296.0, 9311.0, 9343.0, 9318.0, 9293.0, 9291.0, 9334.0, 9311.0, 9289.0, 9305.0, 9358.0, 9340.0, 9283.0, 9294.0, 9288.0, 9289.0, 9302.0, 9309.0, 9294.0, 9325.0, 9299.0, 9346.0, 9328.0, 9317.0, 9325.0, 9378.0, 9343.0, 9339.0, 9319.0, 9337.0, 9322.0, 9298.0, 9305.0, 9290.0, 9350.0, 9300.0, 9288.0, 9283.0, 9286.0, 9301.0, 9305.0, 9325.0, 9333.0, 9356.0, 9332.0, 9315.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.0005261603773584905</td></tr>
<tr><td colspan=3>aqi</td><td>0.019418474905660378</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.09531954789428</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1900629828139766</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9979944237016064</td></tr>
<tr><td colspan=3>efc</td><td>0.4992</td></tr>
<tr><td colspan=3>fber</td><td>4865.2183</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11027984672533496</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.415094339622642</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3876492621373693</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2788507638497824</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5497452119366097</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3343518106257153</td></tr>
<tr><td colspan=3>gcor</td><td>0.00624891</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003330760868266225</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035362277179956436</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1060</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.9659315574814893</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>15.7919</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5914</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.8548</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295858.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1124.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.753</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6966</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.9932</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3383.0992</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1239.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.3533</td></tr>
<tr><td colspan=3>tsnr</td><td>39.901582101825625</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>