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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0041_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-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-01/func/sub-0041_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3474bace5b19099339788ea88bc8bee2</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:47:47.757500</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.999418, 0.019568, -0.0279514, -0.0179683, 0.998248, 0.0563769]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0967708</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4124, -7773, -7241, 524, -102, -313, -66, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.036</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b541df1-23a3-4da4-9cc7-dec80b75a393||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.6813647747039795, -0.04820770025253296, -0.07831509411334991, 116.07138061523438], [-0.052499402314424515, 2.6782259941101074, 0.15077288448810577, -89.9697265625], [-0.07499151676893234, -0.1512550413608551, 2.6946492195129395, -58.003868103027344], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['154747.757500', '154748.217500', '154748.677500', '154749.137500', '154749.597500', '154750.057500', '154750.517500', '154750.977500', '154751.437500', '154751.897500', '154752.357500', '154752.817500', '154753.277500', '154753.737500', '154754.197500', '154754.657500', '154755.117500', '154755.577500', '154756.037500', '154756.497500', '154756.957500', '154757.417500', '154757.877500', '154758.337500', '154758.797500', '154759.257500', '154759.717500', '154800.177500', '154800.637500', '154801.097500', '154801.557500', '154802.017500', '154802.477500', '154802.937500', '154803.397500', '154803.857500', '154804.317500', '154804.777500', '154805.237500', '154805.697500', '154806.157500', '154806.617500', '154807.077500', '154807.537500', '154807.997500', '154808.457500', '154808.917500', '154809.377500', '154809.837500', '154810.297500', '154810.757500', '154811.217500', '154811.677500', '154812.137500', '154812.597500', '154813.057500', '154813.517500', '154813.977500', '154814.437500', '154814.897500', '154815.357500', '154815.817500', '154816.277500', '154816.737500', '154817.197500', '154817.657500', '154818.117500', '154818.577500', '154819.037500', '154819.497500', '154819.957500', '154820.417500', '154820.877500', '154821.337500', '154821.797500', '154822.257500', '154822.717500', '154823.177500', '154823.637500', '154824.097500', '154824.557500', '154825.017500', '154825.477500', '154825.937500', '154826.397500', '154826.857500', '154827.317500', '154827.777500', '154828.237500', '154828.697500', '154829.157500', '154829.617500', '154830.077500', '154830.537500', '154830.997500', '154831.457500', '154831.917500', '154832.377500', '154832.837500', '154833.297500', '154833.757500', '154834.217500', '154834.677500', '154835.137500', '154835.597500', '154836.057500', '154836.517500', '154836.977500', '154837.437500', '154837.897500', '154838.357500', '154838.817500', '154839.277500', '154839.737500', '154840.197500', '154840.657500', '154841.117500', '154841.577500', '154842.037500', '154842.497500', '154842.957500', '154843.417500', '154843.877500', '154844.337500', '154844.797500', '154845.257500', '154845.717500', '154846.177500', '154846.637500', '154847.097500', '154847.557500', '154848.017500', '154848.477500', '154848.937500', '154849.397500', '154849.857500', '154850.317500', '154850.777500', '154851.237500', '154851.697500', '154852.157500', '154852.617500', '154853.077500', '154853.537500', '154853.997500', '154854.457500', '154854.917500', '154855.377500', '154855.837500', '154856.297500', '154856.757500', '154857.217500', '154857.677500', '154858.137500', '154858.597500', '154859.057500', '154859.517500', '154859.977500', '154900.437500', '154900.897500', '154901.357500', '154901.817500', '154902.277500', '154902.737500', '154903.197500', '154903.657500', '154904.117500', '154904.577500', '154905.037500', '154905.497500', '154905.957500', '154906.417500', '154906.877500', '154907.337500', '154907.797500', '154908.257500', '154908.717500', '154909.177500', '154909.637500', '154910.097500', '154910.557500', '154911.017500', '154911.477500', '154911.937500', '154912.397500', '154912.857500', '154913.317500', '154913.777500', '154914.237500', '154914.697500', '154915.157500', '154915.617500', '154916.077500', '154916.537500', '154916.997500', '154917.457500', '154917.917500', '154918.377500', '154918.837500', '154919.297500', '154919.757500', '154920.217500', '154920.677500', '154921.137500', '154921.597500', '154922.057500', '154922.517500', '154922.977500', '154923.437500', '154923.897500', '154924.357500', '154924.817500', '154925.277500', '154925.737500', '154926.197500', '154926.657500', '154927.117500', '154927.577500', '154928.037500', '154928.497500', '154928.957500', '154929.417500', '154929.877500', '154930.337500', '154930.797500', '154931.257500', '154931.717500', '154932.177500', '154932.637500', '154933.097500', '154933.557500', '154934.017500', '154934.477500', '154934.937500', '154935.397500', '154935.857500', '154936.317500', '154936.777500', '154937.237500', '154937.697500', '154938.157500', '154938.617500', '154939.077500', '154939.537500', '154939.997500', '154940.457500', '154940.917500', '154941.377500', '154941.837500', '154942.297500', '154942.757500', '154943.217500', '154943.677500', '154944.137500', '154944.597500', '154945.057500', '154945.517500', '154945.977500', '154946.437500', '154946.897500', '154947.357500', '154947.817500', '154948.277500', '154948.737500', '154949.197500', '154949.657500', '154950.117500', '154950.577500', '154951.037500', '154951.497500', '154951.957500', '154952.417500', '154952.877500', '154953.337500', '154953.797500', '154954.257500', '154954.717500', '154955.177500', '154955.637500', '154956.097500', '154956.557500', '154957.017500', '154957.477500', '154957.937500', '154958.397500', '154958.857500', '154959.317500', '154959.777500', '155000.237500', '155000.697500', '155001.157500', '155001.617500', '155002.077500', '155002.537500', '155002.997500', '155003.457500', '155003.917500', '155004.377500', '155004.837500', '155005.297500', '155005.757500', '155006.217500', '155006.677500', '155007.137500', '155007.597500', '155008.057500', '155008.517500', '155008.977500', '155009.437500', '155009.897500', '155010.357500', '155010.817500', '155011.277500', '155011.737500', '155012.197500', '155012.657500', '155013.117500', '155013.577500', '155014.037500', '155014.497500', '155014.957500', '155015.417500', '155015.877500', '155016.337500', '155016.797500', '155017.257500', '155017.717500', '155018.177500', '155018.637500', '155019.097500', '155019.557500', '155020.017500', '155020.477500', '155020.937500', '155021.397500', '155021.857500', '155022.317500', '155022.777500', '155023.237500', '155023.697500', '155024.157500', '155024.617500', '155025.077500', '155025.537500', '155025.997500', '155026.457500', '155026.917500', '155027.377500', '155027.837500', '155028.297500', '155028.757500', '155029.217500', '155029.677500', '155030.137500', '155030.597500', '155031.057500', '155031.517500', '155031.977500', '155032.437500', '155032.897500', '155033.357500', '155033.817500', '155034.277500', '155034.737500', '155035.197500', '155035.657500', '155036.117500', '155036.577500', '155037.037500', '155037.497500', '155037.957500', '155038.417500', '155038.877500', '155039.337500', '155039.797500', '155040.257500', '155040.717500', '155041.177500', '155041.637500', '155042.097500', '155042.557500', '155043.017500', '155043.477500', '155043.937500', '155044.397500', '155044.857500', '155045.317500', '155045.777500', '155046.237500', '155046.697500', '155047.157500', '155047.617500', '155048.077500', '155048.537500', '155048.997500', '155049.457500', '155049.917500', '155050.377500', '155050.837500', '155051.297500', '155051.757500', '155052.217500', '155052.677500', '155053.137500', '155053.597500', '155054.057500', '155054.517500', '155054.977500', '155055.437500', '155055.897500', '155056.357500', '155056.817500', '155057.277500', '155057.737500', '155058.197500', '155058.657500', '155059.117500', '155059.577500', '155100.037500', '155100.497500', '155100.957500', '155101.417500', '155101.877500', '155102.337500', '155102.797500', '155103.257500', '155103.717500', '155104.177500', '155104.637500', '155105.097500', '155105.557500', '155106.017500', '155106.477500', '155106.937500', '155107.397500', '155107.857500', '155108.317500', '155108.777500', '155109.237500', '155109.697500', '155110.157500', '155110.617500', '155111.077500', '155111.537500', '155111.997500', '155112.457500', '155112.917500', '155113.377500', '155113.837500', '155114.297500', '155114.757500', '155115.217500', '155115.677500', '155116.137500', '155116.597500', '155117.057500', '155117.517500', '155117.977500', '155118.437500', '155118.897500', '155119.357500', '155119.817500', '155120.277500', '155120.737500', '155121.197500', '155121.657500', '155122.117500', '155122.577500', '155123.037500', '155123.497500', '155123.957500', '155124.417500', '155124.877500', '155125.337500', '155125.797500', '155126.257500', '155126.717500', '155127.177500', '155127.637500', '155128.097500', '155128.557500', '155129.017500', '155129.477500', '155129.937500', '155130.397500', '155130.857500', '155131.317500', '155131.777500', '155132.237500', '155132.697500', '155133.157500', '155133.617500', '155134.077500', '155134.537500', '155134.997500', '155135.457500', '155135.917500', '155136.377500', '155136.837500', '155137.297500', '155137.757500', '155138.217500', '155138.677500', '155139.137500', '155139.597500', '155140.057500', '155140.517500', '155140.977500', '155141.437500', '155141.897500', '155142.357500', '155142.817500', '155143.277500', '155143.737500', '155144.197500', '155144.657500', '155145.117500', '155145.577500', '155146.037500', '155146.497500', '155146.957500', '155147.417500', '155147.877500', '155148.337500', '155148.797500', '155149.257500', '155149.717500', '155150.177500', '155150.637500', '155151.097500', '155151.557500', '155152.017500', '155152.477500', '155152.937500', '155153.397500', '155153.857500', '155154.317500', '155154.777500', '155155.237500', '155155.697500', '155156.157500', '155156.617500', '155157.077500', '155157.537500', '155157.997500', '155158.457500', '155158.917500', '155159.377500', '155159.837500', '155200.297500', '155200.757500', '155201.217500', '155201.677500', '155202.137500', '155202.597500', '155203.057500', '155203.517500', '155203.977500', '155204.437500', '155204.897500', '155205.357500', '155205.817500', '155206.277500', '155206.737500', '155207.197500', '155207.657500', '155208.117500', '155208.577500', '155209.037500', '155209.497500', '155209.957500', '155210.417500', '155210.877500', '155211.337500', '155211.797500', '155212.257500', '155212.717500', '155213.177500', '155213.637500', '155214.097500', '155214.557500', '155215.017500', '155215.477500', '155215.937500', '155216.397500', '155216.857500', '155217.317500', '155217.777500', '155218.237500', '155218.697500', '155219.157500', '155219.617500', '155220.077500', '155220.537500', '155220.997500', '155221.457500', '155221.917500', '155222.377500', '155222.837500', '155223.297500', '155223.757500', '155224.217500', '155224.677500', '155225.137500', '155225.597500', '155226.057500', '155226.517500', '155226.977500', '155227.437500', '155227.897500', '155228.357500', '155228.817500', '155229.277500', '155229.737500', '155230.197500', '155230.657500', '155231.117500', '155231.577500', '155232.037500', '155232.497500', '155232.957500', '155233.417500', '155233.877500', '155234.337500', '155234.797500', '155235.257500', '155235.717500', '155236.177500', '155236.637500', '155237.097500', '155237.557500', '155238.017500', '155238.477500', '155238.937500', '155239.397500', '155239.857500', '155240.317500', '155240.777500', '155241.237500', '155241.697500', '155242.157500', '155242.617500', '155243.077500', '155243.537500', '155243.997500', '155244.457500', '155244.917500', '155245.377500', '155245.837500', '155246.297500', '155246.757500', '155247.217500', '155247.677500', '155248.137500', '155248.597500', '155249.057500', '155249.517500', '155249.977500', '155250.437500', '155250.897500', '155251.357500', '155251.817500', '155252.277500', '155252.737500', '155253.197500', '155253.657500', '155254.117500', '155254.577500', '155255.037500', '155255.497500', '155255.957500', '155256.417500', '155256.877500', '155257.337500', '155257.797500', '155258.257500', '155258.717500', '155259.177500', '155259.637500', '155300.097500', '155300.557500', '155301.017500', '155301.477500', '155301.937500', '155302.397500', '155302.857500', '155303.317500', '155303.777500', '155304.237500', '155304.697500', '155305.157500', '155305.617500', '155306.077500', '155306.537500', '155306.997500', '155307.457500', '155307.917500', '155308.377500', '155308.837500', '155309.297500', '155309.757500', '155310.217500', '155310.677500', '155311.137500', '155311.597500', '155312.057500', '155312.517500', '155312.977500', '155313.437500', '155313.897500', '155314.357500', '155314.817500', '155315.277500', '155315.737500', '155316.197500', '155316.657500', '155317.117500', '155317.577500', '155318.037500', '155318.497500', '155318.957500', '155319.417500', '155319.877500', '155320.337500', '155320.797500', '155321.257500', '155321.717500', '155322.177500', '155322.637500', '155323.097500', '155323.557500', '155324.017500', '155324.477500', '155324.937500', '155325.397500', '155325.857500', '155326.317500', '155326.777500', '155327.237500', '155327.697500', '155328.157500', '155328.617500', '155329.077500', '155329.537500', '155329.997500', '155330.457500', '155330.917500', '155331.377500', '155331.837500', '155332.297500', '155332.757500', '155333.217500', '155333.677500', '155334.137500', '155334.597500', '155335.057500', '155335.517500', '155335.977500', '155336.437500', '155336.897500', '155337.357500', '155337.817500', '155338.277500', '155338.737500', '155339.197500', '155339.657500', '155340.117500', '155340.577500', '155341.037500', '155341.497500', '155341.957500', '155342.417500', '155342.877500', '155343.337500', '155343.797500', '155344.257500', '155344.717500', '155345.177500', '155345.637500', '155346.097500', '155346.557500', '155347.017500', '155347.477500', '155347.937500', '155348.397500', '155348.857500', '155349.317500', '155349.777500', '155350.237500', '155350.697500', '155351.157500', '155351.617500', '155352.077500', '155352.537500', '155352.997500', '155353.457500', '155353.917500', '155354.377500', '155354.837500', '155355.297500', '155355.757500', '155356.217500', '155356.677500', '155357.137500', '155357.597500', '155358.057500', '155358.517500', '155358.977500', '155359.437500', '155359.897500', '155400.357500', '155400.817500', '155401.277500', '155401.737500', '155402.197500', '155402.657500', '155403.117500', '155403.577500', '155404.037500', '155404.497500', '155404.957500', '155405.417500', '155405.877500', '155406.337500', '155406.797500', '155407.257500', '155407.717500', '155408.177500', '155408.637500', '155409.097500', '155409.557500', '155410.017500', '155410.477500', '155410.937500', '155411.397500', '155411.857500', '155412.317500', '155412.777500', '155413.237500', '155413.697500', '155414.157500', '155414.617500', '155415.077500', '155415.537500', '155415.997500', '155416.457500', '155416.917500', '155417.377500', '155417.837500', '155418.297500', '155418.757500', '155419.217500', '155419.677500', '155420.137500', '155420.597500', '155421.057500', '155421.517500', '155421.977500', '155422.437500', '155422.897500', '155423.357500', '155423.817500', '155424.277500', '155424.737500', '155425.197500', '155425.657500', '155426.117500', '155426.577500', '155427.037500', '155427.497500', '155427.957500', '155428.417500', '155428.877500', '155429.337500', '155429.797500', '155430.257500', '155430.717500', '155431.177500', '155431.637500', '155432.097500', '155432.557500', '155433.017500', '155433.477500', '155433.937500', '155434.397500', '155434.857500', '155435.317500', '155435.777500', '155436.237500', '155436.697500', '155437.157500', '155437.617500', '155438.077500', '155438.537500', '155438.997500', '155439.457500', '155439.917500', '155440.377500', '155440.837500', '155441.297500', '155441.757500', '155442.217500', '155442.677500', '155443.137500', '155443.597500', '155444.057500', '155444.517500', '155444.977500', '155445.437500', '155445.897500', '155446.357500', '155446.817500', '155447.277500', '155447.737500', '155448.197500', '155448.657500', '155449.117500', '155449.577500', '155450.037500', '155450.497500', '155450.957500', '155451.417500', '155451.877500', '155452.337500', '155452.797500', '155453.257500', '155453.717500', '155454.177500', '155454.637500', '155455.097500', '155455.557500', '155456.017500', '155456.477500', '155456.937500', '155457.397500', '155457.857500', '155458.317500', '155458.777500', '155459.237500', '155459.697500', '155500.157500', '155500.617500', '155501.077500', '155501.537500', '155501.997500', '155502.457500', '155502.917500', '155503.377500', '155503.837500', '155504.297500', '155504.757500', '155505.217500', '155505.677500', '155506.137500', '155506.597500', '155507.057500', '155507.517500', '155507.977500', '155508.437500', '155508.897500', '155509.357500', '155509.817500', '155510.277500', '155510.737500', '155511.197500', '155511.657500', '155512.117500', '155512.577500', '155513.037500', '155513.497500', '155513.957500', '155514.417500', '155514.877500', '155515.337500', '155515.797500', '155516.257500', '155516.717500', '155517.177500', '155517.637500', '155518.097500', '155518.557500', '155519.017500', '155519.477500', '155519.937500', '155520.397500', '155520.857500', '155521.317500', '155521.777500', '155522.237500', '155522.697500', '155523.157500', '155523.617500', '155524.077500', '155524.537500', '155524.997500', '155525.457500', '155525.917500', '155526.377500', '155526.837500', '155527.297500', '155527.757500', '155528.217500', '155528.677500', '155529.137500', '155529.597500', '155530.057500', '155530.517500', '155530.977500', '155531.437500', '155531.897500', '155532.357500', '155532.817500', '155533.277500', '155533.737500', '155534.197500', '155534.657500', '155535.117500', '155535.577500', '155536.037500', '155536.497500', '155536.957500', '155537.417500', '155537.877500', '155538.337500', '155538.797500', '155539.257500', '155539.717500', '155540.177500', '155540.637500', '155541.097500', '155541.557500', '155542.017500', '155542.477500', '155542.937500', '155543.397500', '155543.857500', '155544.317500', '155544.777500', '155545.237500', '155545.697500', '155546.157500', '155546.617500', '155547.077500', '155547.537500', '155547.997500', '155548.457500', '155548.917500', '155549.377500', '155549.837500', '155550.297500', '155550.757500', '155551.217500', '155551.677500', '155552.137500', '155552.597500', '155553.057500', '155553.517500', '155553.977500', '155554.437500', '155554.897500', '155555.357500', '155555.817500', '155556.277500', '155556.737500', '155557.197500', '155557.657500', '155558.117500', '155558.577500', '155559.037500', '155559.497500', '155559.957500', '155600.417500', '155600.877500'], 'ContentTime': ['154815.089000', '154815.093000', '154815.096000', '154815.099000', '154815.102000', '154815.105000', '154815.108000', '154815.111000', '154815.114000', '154815.122000', '154815.125000', '154815.128000', '154815.131000', '154815.134000', '154815.137000', '154815.139000', '154815.142000', '154815.145000', '154815.148000', '154815.151000', '154815.154000', '154815.157000', '154815.159000', '154815.162000', '154815.165000', '154815.168000', '154815.171000', '154815.174000', '154815.177000', '154815.179000', '154815.182000', '154815.185000', '154815.188000', '154815.191000', '154815.193000', '154815.196000', '154815.199000', '154815.202000', '154815.205000', '154815.208000', '154815.210000', '154815.213000', '154815.216000', '154815.219000', '154815.222000', '154815.225000', '154815.227000', '154815.230000', '154815.233000', '154815.236000', '154815.239000', '154815.241000', '154815.244000', '154815.247000', '154815.250000', '154815.253000', '154815.256000', '154835.052000', '154835.055000', '154835.058000', '154835.061000', '154835.065000', '154835.068000', '154835.071000', '154835.074000', '154835.077000', '154835.081000', '154835.083000', '154835.086000', '154835.089000', '154835.092000', '154835.095000', '154835.098000', '154835.100000', '154835.103000', '154835.106000', '154835.109000', '154835.112000', '154835.115000', '154835.117000', '154835.120000', '154835.123000', '154835.126000', '154835.129000', '154835.132000', '154835.135000', '154835.137000', '154835.140000', '154835.143000', '154835.146000', '154835.149000', '154835.151000', '154835.154000', '154835.157000', '154835.160000', '154835.163000', '154835.166000', '154835.168000', '154835.185000', '154835.187000', '154855.052000', '154855.055000', '154855.058000', '154855.061000', '154855.063000', '154855.066000', '154855.069000', '154855.072000', '154855.075000', '154855.078000', '154855.081000', '154855.083000', '154855.086000', '154855.089000', '154855.092000', '154855.095000', '154855.098000', '154855.100000', '154855.103000', '154855.106000', '154855.109000', '154855.112000', '154855.115000', '154855.117000', '154855.120000', '154855.123000', '154855.126000', '154855.133000', '154855.136000', '154855.139000', '154855.141000', '154855.144000', '154855.147000', '154855.150000', '154855.153000', '154855.156000', '154855.158000', '154855.161000', '154855.164000', '154855.167000', '154855.182000', '154855.185000', '154855.188000', '154855.191000', '154915.052000', '154915.055000', '154915.058000', '154915.060000', '154915.063000', '154915.066000', '154915.069000', '154915.072000', '154915.075000', '154915.078000', '154915.080000', '154915.083000', '154915.086000', '154915.089000', '154915.092000', '154915.095000', '154915.098000', '154915.105000', '154915.108000', '154915.111000', '154915.114000', '154915.117000', '154915.120000', '154915.123000', '154915.125000', '154915.128000', '154915.131000', '154915.134000', '154915.137000', '154915.140000', '154915.143000', '154915.146000', '154915.148000', '154915.151000', '154915.154000', '154915.157000', '154915.207000', '154915.210000', '154915.213000', '154915.215000', '154915.218000', '154915.221000', '154915.224000', '154935.052000', '154935.055000', '154935.061000', '154935.064000', '154935.066000', '154935.069000', '154935.072000', '154935.075000', '154935.078000', '154935.081000', '154935.084000', '154935.086000', '154935.089000', '154935.092000', '154935.095000', '154935.098000', '154935.101000', '154935.104000', '154935.106000', '154935.109000', '154935.112000', '154935.115000', '154935.118000', '154935.121000', '154935.124000', '154935.127000', '154935.129000', '154935.132000', '154935.135000', '154935.138000', '154935.141000', '154935.144000', '154935.146000', '154935.150000', '154935.152000', '154935.155000', '154935.158000', '154935.181000', '154935.184000', '154935.187000', '154935.190000', '154935.193000', '154935.196000', '154935.198000', '154955.052000', '154955.055000', '154955.058000', '154955.062000', '154955.065000', '154955.068000', '154955.071000', '154955.074000', '154955.076000', '154955.079000', '154955.082000', '154955.085000', '154955.088000', '154955.091000', '154955.094000', '154955.097000', '154955.099000', '154955.102000', '154955.105000', '154955.108000', '154955.111000', '154955.114000', '154955.117000', '154955.120000', '154955.123000', '154955.126000', '154955.129000', '154955.132000', '154955.135000', '154955.138000', '154955.141000', '154955.143000', '154955.146000', '154955.149000', '154955.152000', '154955.155000', '154955.158000', '154955.161000', '154955.164000', '154955.167000', '154955.169000', '154955.172000', '154955.175000', '155015.052000', '155015.055000', '155015.058000', '155015.061000', '155015.064000', '155015.066000', '155015.069000', '155015.072000', '155015.075000', '155015.078000', '155015.081000', '155015.084000', '155015.087000', '155015.089000', '155015.092000', '155015.095000', '155015.098000', '155015.101000', '155015.104000', '155015.106000', '155015.109000', '155015.112000', '155015.115000', '155015.118000', '155015.121000', '155015.124000', '155015.127000', '155015.129000', '155015.132000', '155015.135000', '155015.138000', '155015.141000', '155015.144000', '155015.146000', '155015.149000', '155015.152000', '155015.155000', '155015.169000', '155015.213000', '155015.216000', '155015.225000', '155015.228000', '155015.230000', '155015.233000', '155035.052000', '155035.055000', '155035.058000', '155035.061000', '155035.063000', '155035.066000', '155035.069000', '155035.072000', '155035.075000', '155035.078000', '155035.081000', '155035.089000', '155035.091000', '155035.094000', '155035.097000', '155035.100000', '155035.103000', '155035.106000', '155035.109000', '155035.111000', '155035.114000', '155035.117000', '155035.120000', '155035.123000', '155035.126000', '155035.128000', '155035.131000', '155035.134000', '155035.137000', '155035.140000', '155035.143000', '155035.146000', '155035.149000', '155035.152000', '155035.155000', '155035.158000', '155035.199000', '155035.201000', '155035.204000', '155035.207000', '155035.210000', '155035.213000', '155035.216000', '155055.052000', '155055.055000', '155055.058000', '155055.061000', '155055.064000', '155055.066000', '155055.069000', '155055.072000', '155055.075000', '155055.078000', '155055.081000', '155055.084000', '155055.087000', '155055.090000', '155055.092000', '155055.095000', '155055.098000', '155055.101000', '155055.104000', '155055.107000', '155055.110000', '155055.113000', '155055.115000', '155055.118000', '155055.121000', '155055.124000', '155055.127000', '155055.130000', '155055.133000', '155055.135000', '155055.138000', '155055.141000', '155055.144000', '155055.147000', '155055.150000', '155055.153000', '155055.155000', '155055.191000', '155055.194000', '155055.197000', '155055.200000', '155055.202000', '155055.205000', '155055.208000', '155115.052000', '155115.055000', '155115.058000', '155115.061000', '155115.063000', '155115.066000', '155115.069000', '155115.072000', '155115.075000', '155115.078000', '155115.081000', '155115.083000', '155115.086000', '155115.089000', '155115.092000', '155115.095000', '155115.098000', '155115.102000', '155115.105000', '155115.108000', '155115.111000', '155115.113000', '155115.116000', '155115.119000', '155115.122000', '155115.125000', '155115.128000', '155115.131000', '155115.133000', '155115.136000', '155115.139000', '155115.142000', '155115.145000', '155115.153000', '155115.156000', '155115.214000', '155115.217000', '155115.220000', '155115.223000', '155115.225000', '155115.228000', '155115.231000', '155115.234000', '155135.052000', '155135.055000', '155135.058000', '155135.061000', '155135.063000', '155135.067000', '155135.069000', '155135.072000', '155135.075000', '155135.078000', '155135.081000', '155135.084000', '155135.087000', '155135.089000', '155135.092000', '155135.095000', '155135.098000', '155135.101000', '155135.104000', '155135.107000', '155135.109000', '155135.112000', '155135.115000', '155135.118000', '155135.121000', '155135.124000', '155135.127000', '155135.130000', '155135.132000', '155135.135000', '155135.138000', '155135.141000', '155135.144000', '155135.147000', '155135.150000', '155135.152000', '155135.155000', '155135.158000', '155135.207000', '155135.210000', '155135.213000', '155135.216000', '155135.218000', '155135.221000', '155155.052000', '155155.055000', '155155.058000', '155155.061000', '155155.064000', '155155.067000', '155155.069000', '155155.072000', '155155.075000', '155155.078000', '155155.081000', '155155.084000', '155155.087000', '155155.090000', '155155.092000', '155155.095000', '155155.098000', '155155.101000', '155155.114000', '155155.117000', '155155.120000', '155155.123000', '155155.126000', '155155.128000', '155155.131000', '155155.134000', '155155.137000', '155155.140000', '155155.143000', '155155.146000', '155155.155000', '155155.158000', '155155.206000', '155155.209000', '155155.212000', '155155.214000', '155155.217000', '155155.220000', '155155.223000', '155155.226000', '155155.229000', '155155.231000', '155155.234000', '155215.052000', '155215.055000', '155215.058000', '155215.061000', '155215.064000', '155215.067000', '155215.069000', '155215.072000', '155215.075000', '155215.078000', '155215.081000', '155215.084000', '155215.086000', '155215.098000', '155215.101000', '155215.104000', '155215.107000', '155215.110000', '155215.113000', '155215.115000', '155215.118000', '155215.121000', '155215.124000', '155215.127000', '155215.130000', '155215.133000', '155215.136000', '155215.138000', '155215.141000', '155215.144000', '155215.147000', '155215.150000', '155215.153000', '155215.156000', '155215.159000', '155215.161000', '155215.164000', '155215.167000', '155215.170000', '155215.173000', '155215.176000', '155215.179000', '155215.181000', '155215.184000', '155235.052000', '155235.055000', '155235.058000', '155235.061000', '155235.064000', '155235.066000', '155235.069000', '155235.072000', '155235.075000', '155235.078000', '155235.081000', '155235.084000', '155235.087000', '155235.089000', '155235.092000', '155235.095000', '155235.098000', '155235.101000', '155235.104000', '155235.107000', '155235.110000', '155235.112000', '155235.115000', '155235.118000', '155235.121000', '155235.124000', '155235.127000', '155235.129000', '155235.132000', '155235.136000', '155235.139000', '155235.142000', '155235.145000', '155235.148000', '155235.151000', '155235.154000', '155235.157000', '155235.159000', '155235.162000', '155235.165000', '155235.168000', '155235.171000', '155235.174000', '155255.052000', '155255.055000', '155255.058000', '155255.061000', '155255.064000', '155255.067000', '155255.069000', '155255.072000', '155255.075000', '155255.078000', '155255.081000', '155255.084000', '155255.087000', '155255.090000', '155255.092000', '155255.095000', '155255.098000', '155255.101000', '155255.104000', '155255.107000', '155255.110000', '155255.113000', '155255.116000', '155255.119000', '155255.122000', '155255.124000', '155255.127000', '155255.130000', '155255.133000', '155255.136000', '155255.139000', '155255.142000', '155255.144000', '155255.147000', '155255.150000', '155255.153000', '155255.156000', '155255.232000', '155255.235000', '155255.237000', '155255.240000', '155255.243000', '155255.246000', '155255.249000', '155315.052000', '155315.055000', '155315.058000', '155315.061000', '155315.064000', '155315.066000', '155315.069000', '155315.072000', '155315.075000', '155315.078000', '155315.081000', '155315.083000', '155315.086000', '155315.089000', '155315.092000', '155315.095000', '155315.098000', '155315.101000', '155315.104000', '155315.106000', '155315.109000', '155315.112000', '155315.115000', '155315.118000', '155315.121000', '155315.123000', '155315.126000', '155315.129000', '155315.132000', '155315.135000', '155315.138000', '155315.141000', '155315.144000', '155315.146000', '155315.149000', '155315.152000', '155315.155000', '155315.158000', '155315.214000', '155315.217000', '155315.219000', '155315.222000', '155315.225000', '155335.052000', '155335.055000', '155335.058000', '155335.069000', '155335.072000', '155335.075000', '155335.078000', '155335.081000', '155335.083000', '155335.086000', '155335.089000', '155335.092000', '155335.095000', '155335.097000', '155335.102000', '155335.105000', '155335.108000', '155335.111000', '155335.114000', '155335.117000', '155335.119000', '155335.122000', '155335.125000', '155335.128000', '155335.131000', '155335.134000', '155335.136000', '155335.139000', '155335.142000', '155335.145000', '155335.148000', '155335.151000', '155335.154000', '155335.156000', '155335.223000', '155335.226000', '155335.229000', '155335.231000', '155335.234000', '155335.237000', '155335.240000', '155335.243000', '155335.246000', '155335.249000', '155355.052000', '155355.055000', '155355.058000', '155355.061000', '155355.064000', '155355.066000', '155355.069000', '155355.072000', '155355.075000', '155355.078000', '155355.081000', '155355.083000', '155355.086000', '155355.089000', '155355.092000', '155355.095000', '155355.098000', '155355.101000', '155355.104000', '155355.106000', '155355.109000', '155355.112000', '155355.115000', '155355.118000', '155355.121000', '155355.124000', '155355.126000', '155355.129000', '155355.132000', '155355.135000', '155355.138000', '155355.141000', '155355.143000', '155355.146000', '155355.149000', '155355.152000', '155355.155000', '155355.158000', '155355.219000', '155355.222000', '155355.224000', '155355.228000', '155355.231000', '155415.052000', '155415.055000', '155415.058000', '155415.061000', '155415.063000', '155415.066000', '155415.069000', '155415.072000', '155415.075000', '155415.078000', '155415.081000', '155415.084000', '155415.086000', '155415.089000', '155415.092000', '155415.095000', '155415.098000', '155415.101000', '155415.104000', '155415.106000', '155415.109000', '155415.112000', '155415.115000', '155415.118000', '155415.120000', '155415.123000', '155415.126000', '155415.129000', '155415.132000', '155415.135000', '155415.138000', '155415.141000', '155415.143000', '155415.146000', '155415.149000', '155415.152000', '155415.155000', '155415.158000', '155415.224000', '155415.227000', '155415.229000', '155415.232000', '155415.235000', '155415.238000', '155435.052000', '155435.055000', '155435.058000', '155435.060000', '155435.063000', '155435.066000', '155435.069000', '155435.072000', '155435.075000', '155435.078000', '155435.080000', '155435.083000', '155435.086000', '155435.089000', '155435.092000', '155435.095000', '155435.098000', '155435.100000', '155435.103000', '155435.106000', '155435.109000', '155435.112000', '155435.115000', '155435.117000', '155435.120000', '155435.123000', '155435.126000', '155435.129000', '155435.132000', '155435.135000', '155435.137000', '155435.140000', '155435.143000', '155435.146000', '155435.149000', '155435.152000', '155435.155000', '155435.158000', '155435.160000', '155435.239000', '155435.242000', '155435.245000', '155435.247000', '155455.052000', '155455.055000', '155455.058000', '155455.061000', '155455.063000', '155455.066000', '155455.069000', '155455.072000', '155455.075000', '155455.078000', '155455.081000', '155455.083000', '155455.086000', '155455.089000', '155455.092000', '155455.095000', '155455.098000', '155455.101000', '155455.104000', '155455.106000', '155455.109000', '155455.112000', '155455.115000', '155455.118000', '155455.121000', '155455.124000', '155455.126000', '155455.129000', '155455.132000', '155455.135000', '155455.138000', '155455.141000', '155455.143000', '155455.146000', '155455.149000', '155455.152000', '155455.155000', '155455.158000', '155455.206000', '155455.209000', '155455.212000', '155455.215000', '155455.217000', '155515.052000', '155515.055000', '155515.058000', '155515.061000', '155515.064000', '155515.066000', '155515.069000', '155515.072000', '155515.075000', '155515.078000', '155515.081000', '155515.084000', '155515.087000', '155515.089000', '155515.092000', '155515.095000', '155515.098000', '155515.101000', '155515.104000', '155515.107000', '155515.109000', '155515.112000', '155515.115000', '155515.118000', '155515.121000', '155515.124000', '155515.127000', '155515.130000', '155515.132000', '155515.135000', '155515.138000', '155515.141000', '155515.144000', '155515.147000', '155515.150000', '155515.152000', '155515.155000', '155515.214000', '155515.217000', '155515.220000', '155515.223000', '155515.226000', '155515.229000', '155515.231000', '155535.052000', '155535.055000', '155535.058000', '155535.061000', '155535.064000', '155535.067000', '155535.070000', '155535.072000', '155535.075000', '155535.078000', '155535.081000', '155535.084000', '155535.087000', '155535.090000', '155535.093000', '155535.095000', '155535.098000', '155535.101000', '155535.104000', '155535.107000', '155535.110000', '155535.113000', '155535.115000', '155535.118000', '155535.121000', '155535.124000', '155535.127000', '155535.130000', '155535.133000', '155535.136000', '155535.138000', '155535.141000', '155535.144000', '155535.147000', '155535.150000', '155535.153000', '155535.156000', '155535.252000', '155535.255000', '155535.258000', '155535.261000', '155535.263000', '155535.266000', '155555.052000', '155555.055000', '155555.058000', '155555.061000', '155555.064000', '155555.066000', '155555.069000', '155555.072000', '155555.075000', '155555.078000', '155555.081000', '155555.084000', '155555.086000', '155555.089000', '155555.092000', '155555.095000', '155555.098000', '155555.101000', '155555.104000', '155555.106000', '155555.109000', '155555.112000', '155555.115000', '155555.118000', '155555.121000', '155555.124000', '155555.126000', '155555.129000', '155555.132000', '155555.135000', '155555.138000', '155555.141000', '155555.143000', '155555.146000', '155555.149000', '155555.152000', '155555.155000', '155555.158000', '155555.213000', '155555.216000', '155555.219000', '155555.222000', '155555.225000', '155555.228000', '155602.257000', '155602.260000', '155602.263000', '155602.276000', '155602.279000', '155602.281000', '155602.284000', '155602.308000', '155602.311000', '155602.314000', '155602.317000', '155602.320000', '155602.323000', '155602.326000', '155602.329000', '155602.332000'], 'InstanceCreationTime': ['154815.089000', '154815.093000', '154815.096000', '154815.099000', '154815.102000', '154815.105000', '154815.108000', '154815.111000', '154815.114000', '154815.122000', '154815.125000', '154815.128000', '154815.131000', '154815.134000', '154815.137000', '154815.139000', '154815.142000', '154815.145000', '154815.148000', '154815.151000', '154815.154000', '154815.157000', '154815.159000', '154815.162000', '154815.165000', '154815.168000', '154815.171000', '154815.174000', '154815.177000', '154815.179000', '154815.182000', '154815.185000', '154815.188000', '154815.191000', '154815.193000', '154815.196000', '154815.199000', '154815.202000', '154815.205000', '154815.208000', '154815.210000', '154815.213000', '154815.216000', '154815.219000', '154815.222000', '154815.225000', '154815.227000', '154815.230000', '154815.233000', '154815.236000', '154815.239000', '154815.241000', '154815.244000', '154815.247000', '154815.250000', '154815.253000', '154815.256000', '154835.052000', '154835.055000', '154835.058000', '154835.061000', '154835.065000', '154835.068000', '154835.071000', '154835.074000', '154835.077000', '154835.081000', '154835.083000', '154835.086000', '154835.089000', '154835.092000', '154835.095000', '154835.098000', '154835.100000', '154835.103000', '154835.106000', '154835.109000', '154835.112000', '154835.115000', '154835.117000', '154835.120000', '154835.123000', '154835.126000', '154835.129000', '154835.132000', '154835.135000', '154835.137000', '154835.140000', '154835.143000', '154835.146000', '154835.149000', '154835.151000', '154835.154000', '154835.157000', '154835.160000', '154835.163000', '154835.166000', '154835.168000', '154835.185000', '154835.187000', '154855.052000', '154855.055000', '154855.058000', '154855.061000', '154855.063000', '154855.066000', '154855.069000', '154855.072000', '154855.075000', '154855.078000', '154855.081000', '154855.083000', '154855.086000', '154855.089000', '154855.092000', '154855.095000', '154855.098000', '154855.100000', '154855.103000', '154855.106000', '154855.109000', '154855.112000', '154855.115000', '154855.117000', '154855.120000', '154855.123000', '154855.126000', '154855.133000', '154855.136000', '154855.139000', '154855.141000', '154855.144000', '154855.147000', '154855.150000', '154855.153000', '154855.156000', '154855.158000', '154855.161000', '154855.164000', '154855.167000', '154855.182000', '154855.185000', '154855.188000', '154855.191000', '154915.052000', '154915.055000', '154915.058000', '154915.060000', '154915.063000', '154915.066000', '154915.069000', '154915.072000', '154915.075000', '154915.078000', '154915.080000', '154915.083000', '154915.086000', '154915.089000', '154915.092000', '154915.095000', '154915.098000', '154915.105000', '154915.108000', '154915.111000', '154915.114000', '154915.117000', '154915.120000', '154915.123000', '154915.125000', '154915.128000', '154915.131000', '154915.134000', '154915.137000', '154915.140000', '154915.143000', '154915.146000', '154915.148000', '154915.151000', '154915.154000', '154915.157000', '154915.207000', '154915.210000', '154915.213000', '154915.215000', '154915.218000', '154915.221000', '154915.224000', '154935.052000', '154935.055000', '154935.061000', '154935.064000', '154935.066000', '154935.069000', '154935.072000', '154935.075000', '154935.078000', '154935.081000', '154935.084000', '154935.086000', '154935.089000', '154935.092000', '154935.095000', '154935.098000', '154935.101000', '154935.104000', '154935.106000', '154935.109000', '154935.112000', '154935.115000', '154935.118000', '154935.121000', '154935.124000', '154935.127000', '154935.129000', '154935.132000', '154935.135000', '154935.138000', '154935.141000', '154935.144000', '154935.146000', '154935.150000', '154935.152000', '154935.155000', '154935.158000', '154935.181000', '154935.184000', '154935.187000', '154935.190000', '154935.193000', '154935.196000', '154935.198000', '154955.052000', '154955.055000', '154955.058000', '154955.062000', '154955.065000', '154955.068000', '154955.071000', '154955.074000', '154955.076000', '154955.079000', '154955.082000', '154955.085000', '154955.088000', '154955.091000', '154955.094000', '154955.097000', '154955.099000', '154955.102000', '154955.105000', '154955.108000', '154955.111000', '154955.114000', '154955.117000', '154955.120000', '154955.123000', '154955.126000', '154955.129000', '154955.132000', '154955.135000', '154955.138000', '154955.141000', '154955.143000', '154955.146000', '154955.149000', '154955.152000', '154955.155000', '154955.158000', '154955.161000', '154955.164000', '154955.167000', '154955.169000', '154955.172000', '154955.175000', '155015.052000', '155015.055000', '155015.058000', '155015.061000', '155015.064000', '155015.066000', '155015.069000', '155015.072000', '155015.075000', '155015.078000', '155015.081000', '155015.084000', '155015.087000', '155015.089000', '155015.092000', '155015.095000', '155015.098000', '155015.101000', '155015.104000', '155015.106000', '155015.109000', '155015.112000', '155015.115000', '155015.118000', '155015.121000', '155015.124000', '155015.127000', '155015.129000', '155015.132000', '155015.135000', '155015.138000', '155015.141000', '155015.144000', '155015.146000', '155015.149000', '155015.152000', '155015.155000', '155015.169000', '155015.213000', '155015.216000', '155015.225000', '155015.228000', '155015.230000', '155015.233000', '155035.052000', '155035.055000', '155035.058000', '155035.061000', '155035.063000', '155035.066000', '155035.069000', '155035.072000', '155035.075000', '155035.078000', '155035.081000', '155035.089000', '155035.091000', '155035.094000', '155035.097000', '155035.100000', '155035.103000', '155035.106000', '155035.109000', '155035.111000', '155035.114000', '155035.117000', '155035.120000', '155035.123000', '155035.126000', '155035.128000', '155035.131000', '155035.134000', '155035.137000', '155035.140000', '155035.143000', '155035.146000', '155035.149000', '155035.152000', '155035.155000', '155035.158000', '155035.199000', '155035.201000', '155035.204000', '155035.207000', '155035.210000', '155035.213000', '155035.216000', '155055.052000', '155055.055000', '155055.058000', '155055.061000', '155055.064000', '155055.066000', '155055.069000', '155055.072000', '155055.075000', '155055.078000', '155055.081000', '155055.084000', '155055.087000', '155055.090000', '155055.092000', '155055.095000', '155055.098000', '155055.101000', '155055.104000', '155055.107000', '155055.110000', '155055.113000', '155055.115000', '155055.118000', '155055.121000', '155055.124000', '155055.127000', '155055.130000', '155055.133000', '155055.135000', '155055.138000', '155055.141000', '155055.144000', '155055.147000', '155055.150000', '155055.153000', '155055.155000', '155055.191000', '155055.194000', '155055.197000', '155055.200000', '155055.202000', '155055.205000', '155055.208000', '155115.052000', '155115.055000', '155115.058000', '155115.061000', '155115.063000', '155115.066000', '155115.069000', '155115.072000', '155115.075000', '155115.078000', '155115.081000', '155115.083000', '155115.086000', '155115.089000', '155115.092000', '155115.095000', '155115.098000', '155115.102000', '155115.105000', '155115.108000', '155115.111000', '155115.113000', '155115.116000', '155115.119000', '155115.122000', '155115.125000', '155115.128000', '155115.131000', '155115.133000', '155115.136000', '155115.139000', '155115.142000', '155115.145000', '155115.153000', '155115.156000', '155115.214000', '155115.217000', '155115.220000', '155115.223000', '155115.225000', '155115.228000', '155115.231000', '155115.234000', '155135.052000', '155135.055000', '155135.058000', '155135.061000', '155135.063000', '155135.067000', '155135.069000', '155135.072000', '155135.075000', '155135.078000', '155135.081000', '155135.084000', '155135.087000', '155135.089000', '155135.092000', '155135.095000', '155135.098000', '155135.101000', '155135.104000', '155135.107000', '155135.109000', '155135.112000', '155135.115000', '155135.118000', '155135.121000', '155135.124000', '155135.127000', '155135.130000', '155135.132000', '155135.135000', '155135.138000', '155135.141000', '155135.144000', '155135.147000', '155135.150000', '155135.152000', '155135.155000', '155135.158000', '155135.207000', '155135.210000', '155135.213000', '155135.216000', '155135.218000', '155135.221000', '155155.052000', '155155.055000', '155155.058000', '155155.061000', '155155.064000', '155155.067000', '155155.069000', '155155.072000', '155155.075000', '155155.078000', '155155.081000', '155155.084000', '155155.087000', '155155.090000', '155155.092000', '155155.095000', '155155.098000', '155155.101000', '155155.114000', '155155.117000', '155155.120000', '155155.123000', '155155.126000', '155155.128000', '155155.131000', '155155.134000', '155155.137000', '155155.140000', '155155.143000', '155155.146000', '155155.155000', '155155.158000', '155155.206000', '155155.209000', '155155.212000', '155155.214000', '155155.217000', '155155.220000', '155155.223000', '155155.226000', '155155.229000', '155155.231000', '155155.234000', '155215.052000', '155215.055000', '155215.058000', '155215.061000', '155215.064000', '155215.067000', '155215.069000', '155215.072000', '155215.075000', '155215.078000', '155215.081000', '155215.084000', '155215.086000', '155215.098000', '155215.101000', '155215.104000', '155215.107000', '155215.110000', '155215.113000', '155215.115000', '155215.118000', '155215.121000', '155215.124000', '155215.127000', '155215.130000', '155215.133000', '155215.136000', '155215.138000', '155215.141000', '155215.144000', '155215.147000', '155215.150000', '155215.153000', '155215.156000', '155215.159000', '155215.161000', '155215.164000', '155215.167000', '155215.170000', '155215.173000', '155215.176000', '155215.179000', '155215.181000', '155215.184000', '155235.052000', '155235.055000', '155235.058000', '155235.061000', '155235.064000', '155235.066000', '155235.069000', '155235.072000', '155235.075000', '155235.078000', '155235.081000', '155235.084000', '155235.087000', '155235.089000', '155235.092000', '155235.095000', '155235.098000', '155235.101000', '155235.104000', '155235.107000', '155235.110000', '155235.112000', '155235.115000', '155235.118000', '155235.121000', '155235.124000', '155235.127000', '155235.129000', '155235.132000', '155235.136000', '155235.139000', '155235.142000', '155235.145000', '155235.148000', '155235.151000', '155235.154000', '155235.157000', '155235.159000', '155235.162000', '155235.165000', '155235.168000', '155235.171000', '155235.174000', '155255.052000', '155255.055000', '155255.058000', '155255.061000', '155255.064000', '155255.067000', '155255.069000', '155255.072000', '155255.075000', '155255.078000', '155255.081000', '155255.084000', '155255.087000', '155255.090000', '155255.092000', '155255.095000', '155255.098000', '155255.101000', '155255.104000', '155255.107000', '155255.110000', '155255.113000', '155255.116000', '155255.119000', '155255.122000', '155255.124000', '155255.127000', '155255.130000', '155255.133000', '155255.136000', '155255.139000', '155255.142000', '155255.144000', '155255.147000', '155255.150000', '155255.153000', '155255.156000', '155255.232000', '155255.235000', '155255.237000', '155255.240000', '155255.243000', '155255.246000', '155255.249000', '155315.052000', '155315.055000', '155315.058000', '155315.061000', '155315.064000', '155315.066000', '155315.069000', '155315.072000', '155315.075000', '155315.078000', '155315.081000', '155315.083000', '155315.086000', '155315.089000', '155315.092000', '155315.095000', '155315.098000', '155315.101000', '155315.104000', '155315.106000', '155315.109000', '155315.112000', '155315.115000', '155315.118000', '155315.121000', '155315.123000', '155315.126000', '155315.129000', '155315.132000', '155315.135000', '155315.138000', '155315.141000', '155315.144000', '155315.146000', '155315.149000', '155315.152000', '155315.155000', '155315.158000', '155315.214000', '155315.217000', '155315.219000', '155315.222000', '155315.225000', '155335.052000', '155335.055000', '155335.058000', '155335.069000', '155335.072000', '155335.075000', '155335.078000', '155335.081000', '155335.083000', '155335.086000', '155335.089000', '155335.092000', '155335.095000', '155335.097000', '155335.102000', '155335.105000', '155335.108000', '155335.111000', '155335.114000', '155335.117000', '155335.119000', '155335.122000', '155335.125000', '155335.128000', '155335.131000', '155335.134000', '155335.136000', '155335.139000', '155335.142000', '155335.145000', '155335.148000', '155335.151000', '155335.154000', '155335.156000', '155335.223000', '155335.226000', '155335.229000', '155335.231000', '155335.234000', '155335.237000', '155335.240000', '155335.243000', '155335.246000', '155335.249000', '155355.052000', '155355.055000', '155355.058000', '155355.061000', '155355.064000', '155355.066000', '155355.069000', '155355.072000', '155355.075000', '155355.078000', '155355.081000', '155355.083000', '155355.086000', '155355.089000', '155355.092000', '155355.095000', '155355.098000', '155355.101000', '155355.104000', '155355.106000', '155355.109000', '155355.112000', '155355.115000', '155355.118000', '155355.121000', '155355.124000', '155355.126000', '155355.129000', '155355.132000', '155355.135000', '155355.138000', '155355.141000', '155355.143000', '155355.146000', '155355.149000', '155355.152000', '155355.155000', '155355.158000', '155355.219000', '155355.222000', '155355.224000', '155355.228000', '155355.231000', '155415.052000', '155415.055000', '155415.058000', '155415.061000', '155415.063000', '155415.066000', '155415.069000', '155415.072000', '155415.075000', '155415.078000', '155415.081000', '155415.084000', '155415.086000', '155415.089000', '155415.092000', '155415.095000', '155415.098000', '155415.101000', '155415.104000', '155415.106000', '155415.109000', '155415.112000', '155415.115000', '155415.118000', '155415.120000', '155415.123000', '155415.126000', '155415.129000', '155415.132000', '155415.135000', '155415.138000', '155415.141000', '155415.143000', '155415.146000', '155415.149000', '155415.152000', '155415.155000', '155415.158000', '155415.224000', '155415.227000', '155415.229000', '155415.232000', '155415.235000', '155415.238000', '155435.052000', '155435.055000', '155435.058000', '155435.060000', '155435.063000', '155435.066000', '155435.069000', '155435.072000', '155435.075000', '155435.078000', '155435.080000', '155435.083000', '155435.086000', '155435.089000', '155435.092000', '155435.095000', '155435.098000', '155435.100000', '155435.103000', '155435.106000', '155435.109000', '155435.112000', '155435.115000', '155435.117000', '155435.120000', '155435.123000', '155435.126000', '155435.129000', '155435.132000', '155435.135000', '155435.137000', '155435.140000', '155435.143000', '155435.146000', '155435.149000', '155435.152000', '155435.155000', '155435.158000', '155435.160000', '155435.239000', '155435.242000', '155435.245000', '155435.247000', '155455.052000', '155455.055000', '155455.058000', '155455.061000', '155455.063000', '155455.066000', '155455.069000', '155455.072000', '155455.075000', '155455.078000', '155455.081000', '155455.083000', '155455.086000', '155455.089000', '155455.092000', '155455.095000', '155455.098000', '155455.101000', '155455.104000', '155455.106000', '155455.109000', '155455.112000', '155455.115000', '155455.118000', '155455.121000', '155455.124000', '155455.126000', '155455.129000', '155455.132000', '155455.135000', '155455.138000', '155455.141000', '155455.143000', '155455.146000', '155455.149000', '155455.152000', '155455.155000', '155455.158000', '155455.206000', '155455.209000', '155455.212000', '155455.215000', '155455.217000', '155515.052000', '155515.055000', '155515.058000', '155515.061000', '155515.064000', '155515.066000', '155515.069000', '155515.072000', '155515.075000', '155515.078000', '155515.081000', '155515.084000', '155515.087000', '155515.089000', '155515.092000', '155515.095000', '155515.098000', '155515.101000', '155515.104000', '155515.107000', '155515.109000', '155515.112000', '155515.115000', '155515.118000', '155515.121000', '155515.124000', '155515.127000', '155515.130000', '155515.132000', '155515.135000', '155515.138000', '155515.141000', '155515.144000', '155515.147000', '155515.150000', '155515.152000', '155515.155000', '155515.214000', '155515.217000', '155515.220000', '155515.223000', '155515.226000', '155515.229000', '155515.231000', '155535.052000', '155535.055000', '155535.058000', '155535.061000', '155535.064000', '155535.067000', '155535.070000', '155535.072000', '155535.075000', '155535.078000', '155535.081000', '155535.084000', '155535.087000', '155535.090000', '155535.093000', '155535.095000', '155535.098000', '155535.101000', '155535.104000', '155535.107000', '155535.110000', '155535.113000', '155535.115000', '155535.118000', '155535.121000', '155535.124000', '155535.127000', '155535.130000', '155535.133000', '155535.136000', '155535.138000', '155535.141000', '155535.144000', '155535.147000', '155535.150000', '155535.153000', '155535.156000', '155535.252000', '155535.255000', '155535.258000', '155535.261000', '155535.263000', '155535.266000', '155555.052000', '155555.055000', '155555.058000', '155555.061000', '155555.064000', '155555.066000', '155555.069000', '155555.072000', '155555.075000', '155555.078000', '155555.081000', '155555.084000', '155555.086000', '155555.089000', '155555.092000', '155555.095000', '155555.098000', '155555.101000', '155555.104000', '155555.106000', '155555.109000', '155555.112000', '155555.115000', '155555.118000', '155555.121000', '155555.124000', '155555.126000', '155555.129000', '155555.132000', '155555.135000', '155555.138000', '155555.141000', '155555.143000', '155555.146000', '155555.149000', '155555.152000', '155555.155000', '155555.158000', '155555.213000', '155555.216000', '155555.219000', '155555.222000', '155555.225000', '155555.228000', '155602.257000', '155602.260000', '155602.263000', '155602.276000', '155602.279000', '155602.281000', '155602.284000', '155602.308000', '155602.311000', '155602.314000', '155602.317000', '155602.320000', '155602.323000', '155602.326000', '155602.329000', '155602.332000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [11460, 15129, 12242, 12319, 11060, 9506, 12654, 10043, 9311, 13082, 9833, 11120, 9880, 9335, 10276, 9526, 8899, 9872, 9346, 10240, 9536, 8931, 9866, 9269, 10898, 9893, 9302, 9805, 9563, 8902, 10028, 9587, 10154, 9846, 9401, 10722, 9819, 10869, 12247, 9403, 11016, 9935, 9454, 11681, 10067, 9159, 11552, 9775, 11519, 10232, 9529, 11044, 10273, 9448, 11322, 9562, 9078, 12227, 9501, 11064, 10355, 9352, 10951, 10385, 9379, 11488, 9654, 9486, 10363, 9216, 10867, 10214, 9536, 10873, 10336, 9904, 10313, 9762, 10306, 10323, 9574, 10121, 9769, 10345, 10322, 9376, 11184, 10237, 9752, 12559, 10248, 10007, 12750, 9870, 11758, 10552, 9506, 10493, 9773, 9930, 12762, 9536, 11375, 10208, 9716, 11299, 10059, 10524, 10115, 9566, 11651, 10545, 9574, 11858, 9579, 9669, 12009, 9621, 11632, 13224, 9831, 11222, 10256, 9338, 10632, 9838, 9442, 11512, 9409, 9568, 9993, 9305, 10507, 10044, 9503, 9621, 9502, 9935, 10434, 9602, 9870, 9345, 10863, 10050, 9145, 10046, 9512, 9897, 9666, 9948, 10955, 13158, 10719, 11599, 11967, 9749, 12051, 10592, 9701, 12773, 9953, 11322, 10564, 9713, 10495, 9905, 9787, 10273, 9802, 10522, 9711, 9361, 11655, 9754, 11261, 10050, 9453, 11421, 9815, 10560, 12049, 9304, 11417, 9982, 9381, 11803, 9576, 10008, 10056, 9657, 10522, 9608, 10898, 10527, 9549, 10795, 9681, 10362, 10313, 9651, 11165, 10529, 9654, 12611, 9899, 11129, 10662, 9535, 10919, 9771, 9561, 10345, 9480, 10998, 10486, 9795, 10832, 9812, 10661, 10224, 9831, 11273, 10023, 9404, 11795, 9820, 11863, 10647, 9589, 11070, 10063, 9860, 12595, 9687, 11554, 10230, 9699, 11465, 10448, 9741, 12835, 10005, 11649, 10501, 9629, 10671, 9968, 9431, 11849, 9780, 11860, 10230, 9704, 11500, 10064, 10212, 10943, 10001, 11135, 10599, 9698, 11073, 9937, 9790, 10412, 9679, 10673, 10182, 9423, 12206, 9586, 11033, 10223, 9559, 11610, 10321, 9531, 12824, 9700, 10747, 10611, 9464, 11078, 9616, 9238, 10283, 9285, 10273, 10009, 9658, 11271, 9739, 10921, 10312, 9703, 11211, 10421, 9449, 12827, 9889, 11715, 10551, 9426, 11599, 10172, 9478, 12226, 9491, 11636, 10612, 9662, 11245, 9959, 9073, 10285, 9889, 10903, 10815, 9279, 11042, 9891, 10342, 10485, 9332, 11074, 10346, 9796, 12632, 9540, 11511, 10464, 9925, 11421, 10293, 9785, 12240, 9947, 12192, 10663, 9463, 11013, 9764, 10118, 12608, 9665, 11304, 10400, 10004, 10705, 10288, 9260, 11677, 9636, 10659, 11170, 9643, 11053, 10306, 9427, 10583, 10088, 9354, 10923, 9624, 9813, 10151, 9577, 10596, 10457, 9833, 11323, 9792, 9272, 12365, 9432, 11090, 10260, 9767, 11316, 10540, 9147, 11549, 9906, 11302, 10562, 9538, 11252, 10445, 9661, 11967, 9746, 10822, 10771, 9645, 10520, 10226, 9465, 11906, 9983, 10883, 10352, 10047, 11510, 10585, 9279, 11125, 9625, 9493, 10643, 9389, 11043, 10398, 9552, 10508, 9909, 9219, 10219, 9518, 10913, 10268, 9534, 11059, 10314, 9354, 11962, 9617, 11380, 10423, 9053, 11026, 9652, 9528, 10275, 9370, 10971, 10407, 9655, 11581, 9707, 11473, 10396, 9780, 11843, 10128, 9474, 12702, 9639, 11443, 10321, 9721, 10312, 10321, 9797, 10539, 10136, 9140, 11257, 9718, 9618, 10312, 9497, 10352, 10411, 9611, 11426, 9910, 10044, 10878, 9682, 10555, 10296, 9426, 11660, 9706, 10759, 11483, 9517, 10650, 10309, 9611, 11088, 9833, 9058, 11722, 9777, 11507, 10264, 9421, 10524, 9828, 9669, 10783, 9546, 11793, 10066, 9209, 10928, 9774, 9597, 10824, 9538, 11749, 10310, 9446, 10998, 9648, 9235, 10203, 9193, 10200, 10195, 9707, 10915, 9687, 11104, 10043, 9772, 11228, 9732, 10122, 10525, 9902, 10773, 9862, 9668, 12778, 9729, 11175, 10070, 9550, 11859, 9477, 11553, 10292, 9668, 11448, 9831, 9231, 12464, 9760, 11878, 9925, 9230, 11168, 9593, 9701, 10018, 9635, 10637, 10436, 9488, 9927, 9357, 9348, 10452, 9765, 10105, 9995, 9089, 11020, 9537, 10401, 10018, 9599, 11032, 10575, 9539, 11632, 9723, 10102, 11080, 9789, 11351, 10140, 9424, 11157, 10192, 9774, 11494, 9911, 11401, 10347, 9745, 11236, 9814, 9722, 11956, 9701, 11033, 12918, 10012, 11369, 9997, 9301, 11654, 9623, 9265, 13320, 9629, 11543, 9799, 9558, 10913, 9424, 9122, 12488, 9731, 10776, 9646, 9445, 11145, 9887, 9266, 11902, 9755, 9666, 9974, 9523, 10153, 9625, 9355, 10606, 9412, 10702, 9893, 9613, 10913, 10068, 9326, 11768, 9725, 10948, 10109, 9426, 9778, 9838, 9389, 10798, 9778, 10281, 10022, 9736, 10756, 10286, 9384, 11678, 9743, 10188, 10189, 9263, 10539, 9728, 9593, 10329, 9303, 10440, 9593, 9458, 10318, 9666, 10177, 9675, 12158, 9764, 10150, 12628, 9776, 11544, 10122, 9553, 11374, 9801, 9425, 13162, 9658, 12028, 9891, 9729, 11210, 9432, 10600, 9734, 9765, 11352, 9624, 9697, 13677, 9772, 11953, 9699, 9376, 10928, 9733, 11263, 9681, 9527, 11576, 9661, 9400, 10373, 9722, 10502, 10057, 9638, 11933, 9768, 11271, 10066, 9342, 10842, 9422, 9457, 10205, 9342, 10376, 9796, 9449, 10924, 9334, 10605, 10013, 9470, 10709, 9851, 9072, 10391, 9598, 10537, 10160, 9162, 10466, 9478, 9556, 10360, 9353, 11772, 9992, 9580, 10883, 9464, 9874, 10354, 9869, 10661, 10059, 9335, 11927, 9501, 11167, 9925, 9855, 11366, 10380, 9811, 11875, 9678, 10785, 12586, 9434, 11876, 10075, 9569, 11102, 10110, 9320, 10086, 9784, 10966, 10477, 9249, 10594, 9957, 9740, 10147, 9579, 10952, 10333, 9864, 11248, 9947, 10051, 12937, 9877, 11137, 10690, 9216, 11007, 10198, 9689, 11801, 9758, 9412, 11158, 9851, 10478, 10240, 9251, 10605, 10336, 9737, 11248, 10091, 9001, 12204, 9857, 11852, 10245, 9148, 11186, 10056, 9451, 10837, 10233, 9129, 10722, 9737, 9700, 10193, 9297, 10972, 10315, 9508, 10746, 10007, 9054, 11887, 9835, 11187, 10202, 9480, 10959, 9720, 9412, 11490, 9402, 10528, 10193, 9714, 10235, 10397, 9215, 11958, 9666, 9143, 10425, 9381, 11043, 10414, 9622, 11790, 9716, 10059, 10316, 9387, 10504, 9458, 9924, 10733, 9426, 10670, 9953, 9585, 11547, 9455, 11311, 10022, 9634, 11153, 10138, 9226, 12658, 9847, 11298, 10234, 9506, 10335, 9593, 9333, 11802, 9351, 10743, 9857, 9745, 10891, 10303, 9518, 11232, 9551, 9532, 10016, 9438, 10469, 9818, 9586, 11387, 9503, 10837, 9964, 9702, 10913, 10235, 9494, 10782, 9767, 11249, 10345, 9264, 11453, 9709, 9837, 11239, 9183, 10749, 10158, 9572, 10843, 9593, 10268, 10223, 9976, 10286, 10528, 9213, 10154, 9579, 9777, 10309, 9392, 9787, 9778, 9419, 10922, 9623, 10353, 9856, 9474, 10861, 10416, 9573, 12348, 9795, 11478, 10677, 9620, 10829, 9972, 9725, 10385, 9727, 10402, 9790, 10120, 12038, 9631, 10435, 9955, 9661, 12537, 9640, 11102, 9914, 9823, 11421, 10246, 9494, 13414, 9836, 11008, 10321, 9559, 10925, 9657, 9755, 10330, 9693, 10405, 9706, 9272, 11702, 9563, 11806, 10149, 9688, 10934, 9845, 10125, 9970, 9780, 10884, 10399, 9599, 10076, 9868, 9949, 10599, 9497, 10758, 10112, 9774, 10296, 9767, 10316, 10401, 9880, 11142, 9923, 10667, 10981, 9491, 10607, 9268, 10624, 9665, 11606, 10427, 9878, 11383, 10549, 9866, 12612, 10174, 11140, 10764, 9615, 10835, 10114, 10078, 10632, 9620, 11133, 10471, 9798, 11385, 9868, 9953, 10484, 9911, 11247, 10448, 9283, 11247, 10119, 10843, 10420, 9432, 10806, 9988, 9573, 12625, 9467, 11086, 10267, 9670, 10954, 10113, 9384, 10488, 9457, 10675, 10158, 9215, 10006, 9621, 11358, 10532, 9714, 11047, 10475, 9640, 13150, 9905, 11255, 10560], 'WindowCenter': [4111.0, 4112.0, 4076.0, 4063.0, 4048.0, 4037.0, 4056.0, 4024.0, 4024.0, 4053.0, 4034.0, 4032.0, 4022.0, 4023.0, 4033.0, 4035.0, 4026.0, 4035.0, 4036.0, 4047.0, 4037.0, 4038.0, 4036.0, 4038.0, 4059.0, 4048.0, 4050.0, 4049.0, 4051.0, 4052.0, 4062.0, 4065.0, 4063.0, 4064.0, 4065.0, 4074.0, 4064.0, 4076.0, 4072.0, 4054.0, 4064.0, 4052.0, 4054.0, 4072.0, 4051.0, 4052.0, 4061.0, 4063.0, 4073.0, 4061.0, 4053.0, 4073.0, 4062.0, 4064.0, 4072.0, 4051.0, 4051.0, 4071.0, 4052.0, 4072.0, 4061.0, 4052.0, 4062.0, 4062.0, 4054.0, 4073.0, 4063.0, 4064.0, 4062.0, 4054.0, 4074.0, 4063.0, 4064.0, 4062.0, 4062.0, 4064.0, 4064.0, 4065.0, 4064.0, 4075.0, 4065.0, 4075.0, 4077.0, 4077.0, 4064.0, 4066.0, 4076.0, 4075.0, 4066.0, 4084.0, 4064.0, 4066.0, 4084.0, 4064.0, 4085.0, 4063.0, 4064.0, 4063.0, 4064.0, 4064.0, 4082.0, 4053.0, 4074.0, 4063.0, 4063.0, 4072.0, 4063.0, 4075.0, 4062.0, 4053.0, 4074.0, 4061.0, 4052.0, 4072.0, 4051.0, 4053.0, 4071.0, 4051.0, 4072.0, 4069.0, 4049.0, 4060.0, 4048.0, 4039.0, 4049.0, 4049.0, 4050.0, 4059.0, 4051.0, 4052.0, 4051.0, 4052.0, 4061.0, 4062.0, 4064.0, 4052.0, 4064.0, 4063.0, 4063.0, 4065.0, 4064.0, 4054.0, 4074.0, 4063.0, 4053.0, 4076.0, 4065.0, 4078.0, 4067.0, 4079.0, 4090.0, 4087.0, 4064.0, 4073.0, 4060.0, 4051.0, 4074.0, 4061.0, 4050.0, 4069.0, 4049.0, 4060.0, 4047.0, 4037.0, 4048.0, 4050.0, 4050.0, 4049.0, 4050.0, 4048.0, 4050.0, 4051.0, 4060.0, 4050.0, 4062.0, 4049.0, 4051.0, 4060.0, 4049.0, 4050.0, 4057.0, 4039.0, 4059.0, 4049.0, 4040.0, 4058.0, 4050.0, 4050.0, 4051.0, 4052.0, 4061.0, 4052.0, 4074.0, 4062.0, 4063.0, 4062.0, 4063.0, 4065.0, 4063.0, 4053.0, 4063.0, 4062.0, 4053.0, 4072.0, 4052.0, 4063.0, 4060.0, 4052.0, 4061.0, 4062.0, 4052.0, 4050.0, 4052.0, 4063.0, 4062.0, 4062.0, 4062.0, 4062.0, 4064.0, 4062.0, 4063.0, 4062.0, 4060.0, 4053.0, 4072.0, 4062.0, 4073.0, 4062.0, 4053.0, 4062.0, 4061.0, 4062.0, 4071.0, 4052.0, 4074.0, 4051.0, 4050.0, 4061.0, 4050.0, 4051.0, 4069.0, 4050.0, 4061.0, 4048.0, 4050.0, 4049.0, 4050.0, 4051.0, 4059.0, 4050.0, 4071.0, 4050.0, 4051.0, 4060.0, 4049.0, 4051.0, 4049.0, 4051.0, 4060.0, 4049.0, 4049.0, 4060.0, 4051.0, 4052.0, 4060.0, 4052.0, 4062.0, 4062.0, 4053.0, 4072.0, 4052.0, 4074.0, 4062.0, 4052.0, 4062.0, 4061.0, 4051.0, 4071.0, 4051.0, 4061.0, 4060.0, 4051.0, 4061.0, 4051.0, 4052.0, 4061.0, 4052.0, 4062.0, 4063.0, 4064.0, 4072.0, 4053.0, 4074.0, 4062.0, 4064.0, 4073.0, 4062.0, 4053.0, 4072.0, 4052.0, 4073.0, 4060.0, 4052.0, 4061.0, 4051.0, 4052.0, 4070.0, 4051.0, 4073.0, 4061.0, 4063.0, 4072.0, 4063.0, 4054.0, 4063.0, 4065.0, 4074.0, 4074.0, 4065.0, 4075.0, 4065.0, 4065.0, 4063.0, 4055.0, 4073.0, 4064.0, 4064.0, 4084.0, 4064.0, 4075.0, 4063.0, 4064.0, 4073.0, 4061.0, 4064.0, 4072.0, 4063.0, 4074.0, 4059.0, 4053.0, 4061.0, 4051.0, 4063.0, 4070.0, 4051.0, 4062.0, 4049.0, 4052.0, 4049.0, 4050.0, 4051.0, 4060.0, 4051.0, 4062.0, 4059.0, 4050.0, 4061.0, 4049.0, 4051.0, 4059.0, 4050.0, 4052.0, 4059.0, 4052.0, 4063.0, 4062.0, 4053.0, 4062.0, 4062.0, 4064.0, 4073.0, 4064.0, 4054.0, 4072.0, 4051.0, 4074.0, 4062.0, 4063.0, 4062.0, 4062.0, 4053.0, 4072.0, 4053.0, 4074.0, 4061.0, 4052.0, 4062.0, 4062.0, 4054.0, 4073.0, 4053.0, 4074.0, 4062.0, 4054.0, 4063.0, 4062.0, 4053.0, 4072.0, 4052.0, 4063.0, 4051.0, 4052.0, 4061.0, 4050.0, 4051.0, 4061.0, 4051.0, 4052.0, 4049.0, 4051.0, 4060.0, 4050.0, 4052.0, 4061.0, 4062.0, 4053.0, 4061.0, 4064.0, 4074.0, 4063.0, 4053.0, 4062.0, 4062.0, 4053.0, 4072.0, 4052.0, 4073.0, 4050.0, 4042.0, 4061.0, 4052.0, 4053.0, 4062.0, 4053.0, 4063.0, 4063.0, 4065.0, 4073.0, 4063.0, 4075.0, 4063.0, 4064.0, 4072.0, 4062.0, 4053.0, 4071.0, 4052.0, 4063.0, 4050.0, 4051.0, 4052.0, 4050.0, 4062.0, 4062.0, 4051.0, 4053.0, 4061.0, 4053.0, 4053.0, 4062.0, 4064.0, 4063.0, 4062.0, 4053.0, 4073.0, 4063.0, 4064.0, 4062.0, 4053.0, 4063.0, 4062.0, 4053.0, 4072.0, 4052.0, 4074.0, 4071.0, 4052.0, 4062.0, 4050.0, 4052.0, 4061.0, 4050.0, 4041.0, 4059.0, 4051.0, 4072.0, 4061.0, 4052.0, 4061.0, 4051.0, 4053.0, 4061.0, 4052.0, 4073.0, 4051.0, 4053.0, 4061.0, 4052.0, 4053.0, 4061.0, 4052.0, 4073.0, 4061.0, 4053.0, 4062.0, 4052.0, 4053.0, 4061.0, 4053.0, 4063.0, 4063.0, 4065.0, 4063.0, 4054.0, 4075.0, 4063.0, 4064.0, 4073.0, 4053.0, 4064.0, 4063.0, 4064.0, 4064.0, 4062.0, 4054.0, 4083.0, 4064.0, 4074.0, 4063.0, 4064.0, 4072.0, 4052.0, 4073.0, 4061.0, 4053.0, 4062.0, 4051.0, 4052.0, 4071.0, 4052.0, 4073.0, 4051.0, 4052.0, 4061.0, 4051.0, 4052.0, 4051.0, 4052.0, 4061.0, 4062.0, 4064.0, 4063.0, 4064.0, 4065.0, 4063.0, 4066.0, 4065.0, 4065.0, 4055.0, 4074.0, 4065.0, 4076.0, 4063.0, 4065.0, 4074.0, 4063.0, 4065.0, 4074.0, 4053.0, 4064.0, 4060.0, 4064.0, 4074.0, 4062.0, 4053.0, 4073.0, 4063.0, 4064.0, 4072.0, 4063.0, 4074.0, 4062.0, 4053.0, 4062.0, 4052.0, 4053.0, 4071.0, 4051.0, 4063.0, 4071.0, 4051.0, 4072.0, 4049.0, 4039.0, 4060.0, 4050.0, 4040.0, 4069.0, 4039.0, 4060.0, 4048.0, 4050.0, 4059.0, 4039.0, 4040.0, 4059.0, 4049.0, 4061.0, 4038.0, 4050.0, 4059.0, 4049.0, 4040.0, 4059.0, 4051.0, 4051.0, 4049.0, 4052.0, 4051.0, 4052.0, 4053.0, 4061.0, 4053.0, 4064.0, 4051.0, 4065.0, 4073.0, 4064.0, 4055.0, 4073.0, 4064.0, 4075.0, 4062.0, 4054.0, 4064.0, 4064.0, 4065.0, 4074.0, 4065.0, 4077.0, 4065.0, 4066.0, 4075.0, 4065.0, 4066.0, 4075.0, 4066.0, 4076.0, 4064.0, 4066.0, 4076.0, 4065.0, 4065.0, 4063.0, 4054.0, 4064.0, 4063.0, 4064.0, 4076.0, 4066.0, 4078.0, 4080.0, 4088.0, 4064.0, 4065.0, 4072.0, 4051.0, 4073.0, 4050.0, 4051.0, 4061.0, 4050.0, 4041.0, 4069.0, 4050.0, 4071.0, 4049.0, 4051.0, 4060.0, 4039.0, 4050.0, 4038.0, 4050.0, 4060.0, 4037.0, 4040.0, 4068.0, 4038.0, 4059.0, 4036.0, 4039.0, 4048.0, 4039.0, 4060.0, 4038.0, 4039.0, 4057.0, 4038.0, 4039.0, 4048.0, 4050.0, 4049.0, 4048.0, 4051.0, 4060.0, 4051.0, 4061.0, 4049.0, 4041.0, 4060.0, 4051.0, 4052.0, 4050.0, 4051.0, 4051.0, 4050.0, 4053.0, 4060.0, 4053.0, 4062.0, 4051.0, 4053.0, 4062.0, 4050.0, 4042.0, 4051.0, 4052.0, 4063.0, 4061.0, 4052.0, 4062.0, 4052.0, 4064.0, 4051.0, 4052.0, 4073.0, 4050.0, 4051.0, 4062.0, 4052.0, 4052.0, 4061.0, 4063.0, 4062.0, 4062.0, 4053.0, 4072.0, 4053.0, 4074.0, 4052.0, 4063.0, 4072.0, 4051.0, 4053.0, 4071.0, 4050.0, 4061.0, 4068.0, 4040.0, 4071.0, 4049.0, 4051.0, 4059.0, 4050.0, 4051.0, 4050.0, 4051.0, 4062.0, 4061.0, 4053.0, 4062.0, 4064.0, 4064.0, 4062.0, 4063.0, 4074.0, 4064.0, 4065.0, 4073.0, 4064.0, 4064.0, 4083.0, 4064.0, 4075.0, 4060.0, 4052.0, 4062.0, 4050.0, 4052.0, 4070.0, 4050.0, 4052.0, 4060.0, 4052.0, 4063.0, 4049.0, 4053.0, 4063.0, 4061.0, 4052.0, 4061.0, 4060.0, 4053.0, 4069.0, 4051.0, 4072.0, 4048.0, 4038.0, 4061.0, 4047.0, 4051.0, 4058.0, 4050.0, 4051.0, 4060.0, 4052.0, 4052.0, 4048.0, 4051.0, 4062.0, 4060.0, 4053.0, 4059.0, 4051.0, 4053.0, 4071.0, 4063.0, 4074.0, 4051.0, 4052.0, 4061.0, 4052.0, 4053.0, 4070.0, 4052.0, 4062.0, 4061.0, 4053.0, 4063.0, 4062.0, 4051.0, 4071.0, 4051.0, 4052.0, 4061.0, 4050.0, 4061.0, 4060.0, 4051.0, 4070.0, 4051.0, 4052.0, 4059.0, 4052.0, 4061.0, 4050.0, 4051.0, 4059.0, 4052.0, 4061.0, 4051.0, 4050.0, 4059.0, 4049.0, 4061.0, 4048.0, 4050.0, 4060.0, 4048.0, 4050.0, 4070.0, 4050.0, 4059.0, 4048.0, 4038.0, 4048.0, 4048.0, 4039.0, 4059.0, 4039.0, 4060.0, 4049.0, 4049.0, 4059.0, 4049.0, 4051.0, 4060.0, 4050.0, 4051.0, 4049.0, 4050.0, 4060.0, 4051.0, 4052.0, 4060.0, 4051.0, 4062.0, 4051.0, 4052.0, 4061.0, 4061.0, 4052.0, 4062.0, 4064.0, 4073.0, 4062.0, 4053.0, 4071.0, 4053.0, 4053.0, 4059.0, 4052.0, 4063.0, 4062.0, 4052.0, 4060.0, 4052.0, 4063.0, 4062.0, 4064.0, 4062.0, 4063.0, 4052.0, 4063.0, 4064.0, 4065.0, 4063.0, 4064.0, 4064.0, 4063.0, 4054.0, 4062.0, 4053.0, 4064.0, 4061.0, 4052.0, 4061.0, 4062.0, 4053.0, 4071.0, 4050.0, 4062.0, 4049.0, 4051.0, 4061.0, 4051.0, 4052.0, 4050.0, 4052.0, 4062.0, 4061.0, 4063.0, 4071.0, 4052.0, 4061.0, 4049.0, 4051.0, 4070.0, 4050.0, 4061.0, 4048.0, 4049.0, 4059.0, 4048.0, 4037.0, 4067.0, 4049.0, 4049.0, 4037.0, 4038.0, 4048.0, 4049.0, 4039.0, 4047.0, 4049.0, 4050.0, 4049.0, 4051.0, 4059.0, 4051.0, 4071.0, 4049.0, 4050.0, 4060.0, 4050.0, 4051.0, 4048.0, 4050.0, 4060.0, 4050.0, 4050.0, 4049.0, 4051.0, 4051.0, 4060.0, 4053.0, 4061.0, 4062.0, 4064.0, 4062.0, 4064.0, 4064.0, 4063.0, 4064.0, 4074.0, 4064.0, 4075.0, 4074.0, 4066.0, 4078.0, 4066.0, 4088.0, 4079.0, 4088.0, 4065.0, 4065.0, 4072.0, 4062.0, 4065.0, 4073.0, 4062.0, 4063.0, 4060.0, 4052.0, 4062.0, 4049.0, 4050.0, 4060.0, 4052.0, 4063.0, 4061.0, 4052.0, 4060.0, 4050.0, 4051.0, 4050.0, 4051.0, 4060.0, 4061.0, 4052.0, 4060.0, 4062.0, 4062.0, 4049.0, 4040.0, 4061.0, 4050.0, 4051.0, 4059.0, 4050.0, 4061.0, 4049.0, 4051.0, 4049.0, 4049.0, 4040.0, 4048.0, 4051.0, 4061.0, 4061.0, 4052.0, 4050.0, 4053.0, 4063.0, 4062.0, 4053.0, 4062.0, 4062.0, 4053.0, 4072.0, 4052.0, 4062.0, 4050.0], 'WindowWidth': [9162.0, 9141.0, 9079.0, 9060.0, 9026.0, 9009.0, 9033.0, 8986.0, 8987.0, 9024.0, 8998.0, 8995.0, 8979.0, 8985.0, 8998.0, 9004.0, 8993.0, 9002.0, 9009.0, 9022.0, 9011.0, 9013.0, 9007.0, 9011.0, 9042.0, 9026.0, 9033.0, 9030.0, 9036.0, 9039.0, 9053.0, 9060.0, 9056.0, 9058.0, 9063.0, 9071.0, 9060.0, 9078.0, 9066.0, 9044.0, 9060.0, 9040.0, 9043.0, 9065.0, 9035.0, 9040.0, 9050.0, 9054.0, 9070.0, 9050.0, 9042.0, 9068.0, 9052.0, 9057.0, 9066.0, 9037.0, 9038.0, 9061.0, 9039.0, 9065.0, 9049.0, 9040.0, 9052.0, 9052.0, 9045.0, 9069.0, 9057.0, 9059.0, 9051.0, 9045.0, 9073.0, 9056.0, 9059.0, 9053.0, 9054.0, 9060.0, 9058.0, 9063.0, 9058.0, 9075.0, 9064.0, 9077.0, 9081.0, 9082.0, 9060.0, 9066.0, 9079.0, 9076.0, 9064.0, 9087.0, 9059.0, 9067.0, 9086.0, 9059.0, 9090.0, 9054.0, 9059.0, 9055.0, 9058.0, 9060.0, 9081.0, 9043.0, 9073.0, 9054.0, 9057.0, 9068.0, 9056.0, 9075.0, 9053.0, 9042.0, 9073.0, 9050.0, 9041.0, 9067.0, 9038.0, 9042.0, 9064.0, 9035.0, 9068.0, 9057.0, 9030.0, 9048.0, 9025.0, 9018.0, 9030.0, 9031.0, 9033.0, 9044.0, 9035.0, 9039.0, 9038.0, 9040.0, 9050.0, 9054.0, 9058.0, 9041.0, 9058.0, 9056.0, 9056.0, 9063.0, 9060.0, 9045.0, 9071.0, 9055.0, 9044.0, 9078.0, 9063.0, 9086.0, 9070.0, 9088.0, 9108.0, 9097.0, 9060.0, 9072.0, 9046.0, 9034.0, 9075.0, 9047.0, 9033.0, 9056.0, 9030.0, 9045.0, 9023.0, 9012.0, 9027.0, 9033.0, 9033.0, 9029.0, 9034.0, 9028.0, 9033.0, 9036.0, 9045.0, 9033.0, 9053.0, 9030.0, 9034.0, 9047.0, 9030.0, 9033.0, 9036.0, 9015.0, 9042.0, 9029.0, 9019.0, 9041.0, 9031.0, 9033.0, 9036.0, 9038.0, 9049.0, 9041.0, 9071.0, 9054.0, 9055.0, 9054.0, 9057.0, 9060.0, 9054.0, 9042.0, 9055.0, 9053.0, 9043.0, 9068.0, 9039.0, 9055.0, 9046.0, 9039.0, 9051.0, 9053.0, 9040.0, 9033.0, 9040.0, 9055.0, 9053.0, 9055.0, 9052.0, 9054.0, 9058.0, 9052.0, 9057.0, 9054.0, 9048.0, 9042.0, 9065.0, 9053.0, 9071.0, 9051.0, 9042.0, 9053.0, 9052.0, 9054.0, 9064.0, 9038.0, 9072.0, 9035.0, 9035.0, 9050.0, 9032.0, 9036.0, 9059.0, 9033.0, 9049.0, 9027.0, 9032.0, 9030.0, 9031.0, 9034.0, 9044.0, 9033.0, 9064.0, 9032.0, 9034.0, 9045.0, 9030.0, 9036.0, 9031.0, 9034.0, 9047.0, 9031.0, 9032.0, 9048.0, 9036.0, 9038.0, 9047.0, 9039.0, 9051.0, 9054.0, 9042.0, 9066.0, 9040.0, 9071.0, 9051.0, 9038.0, 9051.0, 9048.0, 9037.0, 9062.0, 9035.0, 9050.0, 9046.0, 9036.0, 9048.0, 9038.0, 9039.0, 9048.0, 9040.0, 9053.0, 9056.0, 9059.0, 9067.0, 9043.0, 9074.0, 9054.0, 9058.0, 9068.0, 9053.0, 9043.0, 9067.0, 9040.0, 9070.0, 9047.0, 9038.0, 9051.0, 9035.0, 9038.0, 9060.0, 9037.0, 9068.0, 9049.0, 9057.0, 9066.0, 9055.0, 9046.0, 9056.0, 9061.0, 9074.0, 9071.0, 9062.0, 9074.0, 9062.0, 9063.0, 9054.0, 9047.0, 9071.0, 9059.0, 9060.0, 9084.0, 9057.0, 9077.0, 9055.0, 9059.0, 9068.0, 9052.0, 9059.0, 9065.0, 9055.0, 9071.0, 9045.0, 9040.0, 9050.0, 9036.0, 9054.0, 9060.0, 9034.0, 9052.0, 9030.0, 9037.0, 9033.0, 9032.0, 9037.0, 9048.0, 9034.0, 9052.0, 9042.0, 9034.0, 9049.0, 9030.0, 9037.0, 9044.0, 9034.0, 9037.0, 9045.0, 9038.0, 9055.0, 9051.0, 9041.0, 9052.0, 9053.0, 9058.0, 9069.0, 9057.0, 9046.0, 9066.0, 9037.0, 9073.0, 9053.0, 9055.0, 9053.0, 9051.0, 9041.0, 9066.0, 9041.0, 9071.0, 9050.0, 9039.0, 9054.0, 9053.0, 9044.0, 9069.0, 9042.0, 9072.0, 9053.0, 9044.0, 9057.0, 9053.0, 9042.0, 9065.0, 9038.0, 9056.0, 9035.0, 9038.0, 9051.0, 9032.0, 9037.0, 9048.0, 9035.0, 9038.0, 9030.0, 9036.0, 9048.0, 9034.0, 9040.0, 9051.0, 9052.0, 9043.0, 9050.0, 9057.0, 9072.0, 9055.0, 9044.0, 9052.0, 9053.0, 9043.0, 9065.0, 9040.0, 9068.0, 9031.0, 9025.0, 9049.0, 9038.0, 9042.0, 9051.0, 9043.0, 9057.0, 9057.0, 9062.0, 9070.0, 9057.0, 9077.0, 9054.0, 9059.0, 9069.0, 9052.0, 9041.0, 9065.0, 9037.0, 9056.0, 9034.0, 9037.0, 9039.0, 9034.0, 9054.0, 9051.0, 9036.0, 9041.0, 9051.0, 9041.0, 9044.0, 9051.0, 9057.0, 9056.0, 9053.0, 9043.0, 9069.0, 9054.0, 9059.0, 9051.0, 9042.0, 9055.0, 9051.0, 9041.0, 9065.0, 9039.0, 9070.0, 9062.0, 9038.0, 9054.0, 9034.0, 9038.0, 9050.0, 9034.0, 9024.0, 9045.0, 9036.0, 9066.0, 9050.0, 9040.0, 9049.0, 9036.0, 9041.0, 9047.0, 9039.0, 9069.0, 9036.0, 9041.0, 9051.0, 9038.0, 9042.0, 9050.0, 9039.0, 9068.0, 9049.0, 9041.0, 9053.0, 9040.0, 9041.0, 9050.0, 9043.0, 9056.0, 9056.0, 9060.0, 9055.0, 9044.0, 9075.0, 9056.0, 9059.0, 9071.0, 9042.0, 9059.0, 9054.0, 9058.0, 9058.0, 9053.0, 9046.0, 9081.0, 9057.0, 9073.0, 9055.0, 9058.0, 9067.0, 9039.0, 9071.0, 9050.0, 9041.0, 9053.0, 9037.0, 9041.0, 9063.0, 9039.0, 9071.0, 9036.0, 9039.0, 9050.0, 9037.0, 9040.0, 9036.0, 9039.0, 9051.0, 9054.0, 9058.0, 9055.0, 9060.0, 9062.0, 9057.0, 9065.0, 9062.0, 9061.0, 9050.0, 9073.0, 9061.0, 9078.0, 9057.0, 9060.0, 9073.0, 9056.0, 9061.0, 9073.0, 9042.0, 9060.0, 9049.0, 9058.0, 9071.0, 9054.0, 9044.0, 9068.0, 9055.0, 9060.0, 9067.0, 9056.0, 9073.0, 9051.0, 9043.0, 9054.0, 9039.0, 9041.0, 9063.0, 9036.0, 9057.0, 9061.0, 9036.0, 9066.0, 9028.0, 9017.0, 9047.0, 9031.0, 9021.0, 9056.0, 9015.0, 9047.0, 9026.0, 9032.0, 9044.0, 9017.0, 9019.0, 9042.0, 9031.0, 9048.0, 9015.0, 9033.0, 9043.0, 9029.0, 9020.0, 9044.0, 9035.0, 9036.0, 9031.0, 9038.0, 9036.0, 9039.0, 9043.0, 9051.0, 9043.0, 9058.0, 9038.0, 9061.0, 9070.0, 9057.0, 9047.0, 9069.0, 9059.0, 9075.0, 9052.0, 9046.0, 9057.0, 9060.0, 9062.0, 9074.0, 9061.0, 9081.0, 9062.0, 9065.0, 9076.0, 9061.0, 9065.0, 9077.0, 9065.0, 9079.0, 9058.0, 9064.0, 9079.0, 9063.0, 9063.0, 9056.0, 9046.0, 9060.0, 9059.0, 9059.0, 9080.0, 9067.0, 9085.0, 9090.0, 9101.0, 9058.0, 9062.0, 9068.0, 9036.0, 9068.0, 9031.0, 9033.0, 9049.0, 9031.0, 9022.0, 9058.0, 9031.0, 9063.0, 9029.0, 9034.0, 9046.0, 9018.0, 9033.0, 9015.0, 9032.0, 9044.0, 9010.0, 9018.0, 9052.0, 9013.0, 9043.0, 9007.0, 9014.0, 9025.0, 9014.0, 9045.0, 9013.0, 9014.0, 9038.0, 9013.0, 9016.0, 9026.0, 9031.0, 9030.0, 9028.0, 9035.0, 9046.0, 9035.0, 9048.0, 9029.0, 9021.0, 9048.0, 9037.0, 9038.0, 9034.0, 9036.0, 9037.0, 9036.0, 9041.0, 9048.0, 9041.0, 9055.0, 9037.0, 9042.0, 9051.0, 9034.0, 9027.0, 9036.0, 9040.0, 9057.0, 9050.0, 9039.0, 9052.0, 9040.0, 9059.0, 9036.0, 9040.0, 9069.0, 9034.0, 9037.0, 9052.0, 9038.0, 9040.0, 9050.0, 9055.0, 9053.0, 9052.0, 9044.0, 9066.0, 9042.0, 9074.0, 9040.0, 9055.0, 9068.0, 9036.0, 9040.0, 9063.0, 9034.0, 9050.0, 9055.0, 9021.0, 9064.0, 9030.0, 9036.0, 9044.0, 9034.0, 9037.0, 9033.0, 9036.0, 9052.0, 9048.0, 9041.0, 9053.0, 9057.0, 9060.0, 9054.0, 9058.0, 9073.0, 9059.0, 9061.0, 9069.0, 9058.0, 9059.0, 9083.0, 9058.0, 9074.0, 9046.0, 9039.0, 9053.0, 9032.0, 9039.0, 9062.0, 9033.0, 9039.0, 9045.0, 9039.0, 9055.0, 9032.0, 9041.0, 9055.0, 9049.0, 9039.0, 9050.0, 9046.0, 9041.0, 9060.0, 9037.0, 9067.0, 9027.0, 9017.0, 9049.0, 9026.0, 9035.0, 9042.0, 9032.0, 9034.0, 9045.0, 9038.0, 9038.0, 9027.0, 9037.0, 9051.0, 9046.0, 9040.0, 9046.0, 9037.0, 9041.0, 9064.0, 9055.0, 9072.0, 9035.0, 9039.0, 9050.0, 9038.0, 9042.0, 9061.0, 9040.0, 9056.0, 9050.0, 9043.0, 9057.0, 9051.0, 9037.0, 9065.0, 9038.0, 9039.0, 9050.0, 9035.0, 9049.0, 9047.0, 9038.0, 9061.0, 9037.0, 9040.0, 9045.0, 9040.0, 9050.0, 9035.0, 9038.0, 9045.0, 9038.0, 9051.0, 9036.0, 9035.0, 9046.0, 9032.0, 9050.0, 9029.0, 9034.0, 9047.0, 9028.0, 9033.0, 9060.0, 9033.0, 9047.0, 9025.0, 9013.0, 9027.0, 9028.0, 9016.0, 9042.0, 9017.0, 9047.0, 9031.0, 9031.0, 9043.0, 9031.0, 9036.0, 9048.0, 9035.0, 9036.0, 9030.0, 9035.0, 9047.0, 9035.0, 9038.0, 9046.0, 9037.0, 9053.0, 9036.0, 9040.0, 9050.0, 9051.0, 9042.0, 9054.0, 9057.0, 9071.0, 9050.0, 9042.0, 9065.0, 9041.0, 9043.0, 9045.0, 9039.0, 9054.0, 9053.0, 9039.0, 9048.0, 9039.0, 9057.0, 9052.0, 9057.0, 9051.0, 9055.0, 9041.0, 9057.0, 9060.0, 9062.0, 9054.0, 9060.0, 9060.0, 9057.0, 9047.0, 9055.0, 9043.0, 9059.0, 9051.0, 9039.0, 9050.0, 9051.0, 9040.0, 9064.0, 9035.0, 9052.0, 9029.0, 9035.0, 9049.0, 9037.0, 9039.0, 9034.0, 9038.0, 9052.0, 9050.0, 9055.0, 9062.0, 9038.0, 9051.0, 9032.0, 9037.0, 9062.0, 9033.0, 9051.0, 9027.0, 9029.0, 9042.0, 9025.0, 9012.0, 9051.0, 9028.0, 9030.0, 9008.0, 9014.0, 9029.0, 9030.0, 9017.0, 9026.0, 9031.0, 9032.0, 9032.0, 9035.0, 9045.0, 9036.0, 9063.0, 9032.0, 9035.0, 9047.0, 9034.0, 9037.0, 9028.0, 9033.0, 9045.0, 9033.0, 9033.0, 9031.0, 9037.0, 9036.0, 9047.0, 9041.0, 9051.0, 9052.0, 9059.0, 9052.0, 9058.0, 9058.0, 9057.0, 9060.0, 9072.0, 9058.0, 9078.0, 9073.0, 9066.0, 9085.0, 9067.0, 9100.0, 9089.0, 9099.0, 9062.0, 9061.0, 9069.0, 9053.0, 9060.0, 9067.0, 9052.0, 9057.0, 9045.0, 9038.0, 9050.0, 9031.0, 9034.0, 9047.0, 9038.0, 9055.0, 9048.0, 9037.0, 9047.0, 9033.0, 9036.0, 9032.0, 9035.0, 9047.0, 9047.0, 9037.0, 9046.0, 9051.0, 9054.0, 9029.0, 9020.0, 9048.0, 9033.0, 9034.0, 9042.0, 9031.0, 9049.0, 9028.0, 9034.0, 9029.0, 9029.0, 9019.0, 9028.0, 9034.0, 9048.0, 9048.0, 9038.0, 9032.0, 9040.0, 9055.0, 9052.0, 9041.0, 9053.0, 9052.0, 9042.0, 9064.0, 9038.0, 9053.0, 9032.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.0003161287313432836</td></tr>
<tr><td colspan=3>aqi</td><td>0.018618486847014924</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.00551454213813</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2055151790943062</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0011839902707766</td></tr>
<tr><td colspan=3>efc</td><td>0.483</td></tr>
<tr><td colspan=3>fber</td><td>4919.0073</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07927709745572249</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.746268656716418</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5614125880184355</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.514716303680855</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8072252057978084</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.362296254576643</td></tr>
<tr><td colspan=3>gcor</td><td>0.00939438</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0216430202126503</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024579128250479698</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.773511916630892</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>28.1267</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2983</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.2039</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299165.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>844.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.2233</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3176</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.2557</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3246.537</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77379.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.1168</td></tr>
<tr><td colspan=3>tsnr</td><td>44.7126496382989</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>