ds005256-mriqc/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 7cb6b6f26a [DATALAD RUNCMD] Compute MRIQC for sub-0079
=== 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-0079 --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-0079",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:42:06 +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-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-01/func/sub-0079_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>58dcd0e72f099db9d8d3831e3c535ad1</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:33:26.812500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996552, -0.0795205, 0.023664, 0.0784304, 0.995953, 0.0438929]</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.0997515</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7732, -7266, 480, -11, -18, 100, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.291</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7f760950-ad48-401e-955e-19e789f82ac4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6736769676208496, 0.21042296290397644, 0.073058120906353, 102.04815673828125], [0.2133476287126541, 2.6720685958862305, 0.11309102922677994, -99.36541748046875], [0.06348865479230881, -0.11776135116815567, 2.696640968322754, -60.494110107421875], [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': ['133326.812500', '133327.272500', '133327.732500', '133328.192500', '133328.652500', '133329.112500', '133329.572500', '133330.032500', '133330.492500', '133330.952500', '133331.412500', '133331.872500', '133332.332500', '133332.792500', '133333.252500', '133333.712500', '133334.172500', '133334.632500', '133335.092500', '133335.552500', '133336.012500', '133336.472500', '133336.932500', '133337.392500', '133337.852500', '133338.312500', '133338.772500', '133339.232500', '133339.692500', '133340.152500', '133340.612500', '133341.072500', '133341.532500', '133341.992500', '133342.452500', '133342.912500', '133343.372500', '133343.832500', '133344.292500', '133344.752500', '133345.212500', '133345.672500', '133346.132500', '133346.592500', '133347.052500', '133347.512500', '133347.972500', '133348.432500', '133348.892500', '133349.352500', '133349.812500', '133350.272500', '133350.732500', '133351.192500', '133351.652500', '133352.112500', '133352.572500', '133353.032500', '133353.492500', '133353.952500', '133354.412500', '133354.872500', '133355.332500', '133355.792500', '133356.252500', '133356.712500', '133357.172500', '133357.632500', '133358.092500', '133358.552500', '133359.012500', '133359.472500', '133359.932500', '133400.392500', '133400.852500', '133401.312500', '133401.772500', '133402.232500', '133402.692500', '133403.152500', '133403.612500', '133404.072500', '133404.532500', '133404.992500', '133405.452500', '133405.912500', '133406.372500', '133406.832500', '133407.292500', '133407.752500', '133408.212500', '133408.672500', '133409.132500', '133409.592500', '133410.052500', '133410.512500', '133410.972500', '133411.432500', '133411.892500', '133412.352500', '133412.812500', '133413.272500', '133413.732500', '133414.192500', '133414.652500', '133415.112500', '133415.572500', '133416.032500', '133416.492500', '133416.952500', '133417.412500', '133417.872500', '133418.332500', '133418.792500', '133419.252500', '133419.712500', '133420.172500', '133420.632500', '133421.092500', '133421.552500', '133422.012500', '133422.472500', '133422.932500', '133423.392500', '133423.852500', '133424.312500', '133424.772500', '133425.232500', '133425.692500', '133426.152500', '133426.612500', '133427.072500', '133427.532500', '133427.992500', '133428.452500', '133428.912500', '133429.372500', '133429.832500', '133430.292500', '133430.752500', '133431.212500', '133431.672500', '133432.132500', '133432.592500', '133433.052500', '133433.512500', '133433.972500', '133434.432500', '133434.892500', '133435.352500', '133435.812500', '133436.272500', '133436.732500', '133437.192500', '133437.652500', '133438.112500', '133438.572500', '133439.032500', '133439.492500', '133439.952500', '133440.412500', '133440.872500', '133441.332500', '133441.792500', '133442.252500', '133442.712500', '133443.172500', '133443.632500', '133444.092500', '133444.552500', '133445.012500', '133445.472500', '133445.932500', '133446.392500', '133446.852500', '133447.312500', '133447.772500', '133448.232500', '133448.692500', '133449.152500', '133449.612500', '133450.072500', '133450.532500', '133450.992500', '133451.452500', '133451.912500', '133452.372500', '133452.832500', '133453.292500', '133453.752500', '133454.212500', '133454.672500', '133455.132500', '133455.592500', '133456.052500', '133456.512500', '133456.972500', '133457.432500', '133457.892500', '133458.352500', '133458.812500', '133459.272500', '133459.732500', '133500.192500', '133500.652500', '133501.112500', '133501.572500', '133502.032500', '133502.492500', '133502.952500', '133503.412500', '133503.872500', '133504.332500', '133504.792500', '133505.252500', '133505.712500', '133506.172500', '133506.632500', '133507.092500', '133507.552500', '133508.012500', '133508.472500', '133508.932500', '133509.392500', '133509.852500', '133510.312500', '133510.772500', '133511.232500', '133511.692500', '133512.152500', '133512.612500', '133513.072500', '133513.532500', '133513.992500', '133514.452500', '133514.912500', '133515.372500', '133515.832500', '133516.292500', '133516.752500', '133517.212500', '133517.672500', '133518.132500', '133518.592500', '133519.052500', '133519.512500', '133519.972500', '133520.432500', '133520.892500', '133521.352500', '133521.812500', '133522.272500', '133522.732500', '133523.192500', '133523.652500', '133524.112500', '133524.572500', '133525.032500', '133525.492500', '133525.952500', '133526.412500', '133526.872500', '133527.332500', '133527.792500', '133528.252500', '133528.712500', '133529.172500', '133529.632500', '133530.092500', '133530.552500', '133531.012500', '133531.472500', '133531.932500', '133532.392500', '133532.852500', '133533.312500', '133533.772500', '133534.232500', '133534.692500', '133535.152500', '133535.612500', '133536.072500', '133536.532500', '133536.992500', '133537.452500', '133537.912500', '133538.372500', '133538.832500', '133539.292500', '133539.752500', '133540.212500', '133540.672500', '133541.132500', '133541.592500', '133542.052500', '133542.512500', '133542.972500', '133543.432500', '133543.892500', '133544.352500', '133544.812500', '133545.272500', '133545.732500', '133546.192500', '133546.652500', '133547.112500', '133547.572500', '133548.032500', '133548.492500', '133548.952500', '133549.412500', '133549.872500', '133550.332500', '133550.792500', '133551.252500', '133551.712500', '133552.172500', '133552.632500', '133553.092500', '133553.552500', '133554.012500', '133554.472500', '133554.932500', '133555.392500', '133555.852500', '133556.312500', '133556.772500', '133557.232500', '133557.692500', '133558.152500', '133558.612500', '133559.072500', '133559.532500', '133559.992500', '133600.452500', '133600.912500', '133601.372500', '133601.832500', '133602.292500', '133602.752500', '133603.212500', '133603.672500', '133604.132500', '133604.592500', '133605.052500', '133605.512500', '133605.972500', '133606.432500', '133606.892500', '133607.352500', '133607.812500', '133608.272500', '133608.732500', '133609.192500', '133609.652500', '133610.112500', '133610.572500', '133611.032500', '133611.492500', '133611.952500', '133612.412500', '133612.872500', '133613.332500', '133613.792500', '133614.252500', '133614.712500', '133615.172500', '133615.632500', '133616.092500', '133616.552500', '133617.012500', '133617.472500', '133617.932500', '133618.392500', '133618.852500', '133619.312500', '133619.772500', '133620.232500', '133620.692500', '133621.152500', '133621.612500', '133622.072500', '133622.532500', '133622.992500', '133623.452500', '133623.912500', '133624.372500', '133624.832500', '133625.292500', '133625.752500', '133626.212500', '133626.672500', '133627.132500', '133627.592500', '133628.052500', '133628.512500', '133628.972500', '133629.432500', '133629.892500', '133630.352500', '133630.812500', '133631.272500', '133631.732500', '133632.192500', '133632.652500', '133633.112500', '133633.572500', '133634.032500', '133634.492500', '133634.952500', '133635.412500', '133635.872500', '133636.332500', '133636.792500', '133637.252500', '133637.712500', '133638.172500', '133638.632500', '133639.092500', '133639.552500', '133640.012500', '133640.472500', '133640.932500', '133641.392500', '133641.852500', '133642.312500', '133642.772500', '133643.232500', '133643.692500', '133644.152500', '133644.612500', '133645.072500', '133645.532500', '133645.992500', '133646.452500', '133646.912500', '133647.372500', '133647.832500', '133648.292500', '133648.752500', '133649.212500', '133649.672500', '133650.132500', '133650.592500', '133651.052500', '133651.512500', '133651.972500', '133652.432500', '133652.892500', '133653.352500', '133653.812500', '133654.272500', '133654.732500', '133655.192500', '133655.652500', '133656.112500', '133656.572500', '133657.032500', '133657.492500', '133657.952500', '133658.412500', '133658.872500', '133659.332500', '133659.792500', '133700.252500', '133700.712500', '133701.172500', '133701.632500', '133702.092500', '133702.552500', '133703.012500', '133703.472500', '133703.932500', '133704.392500', '133704.852500', '133705.312500', '133705.772500', '133706.232500', '133706.692500', '133707.152500', '133707.612500', '133708.072500', '133708.532500', '133708.992500', '133709.452500', '133709.912500', '133710.372500', '133710.832500', '133711.292500', '133711.752500', '133712.212500', '133712.672500', '133713.132500', '133713.592500', '133714.052500', '133714.512500', '133714.972500', '133715.432500', '133715.892500', '133716.352500', '133716.812500', '133717.272500', '133717.732500', '133718.192500', '133718.652500', '133719.112500', '133719.572500', '133720.032500', '133720.492500', '133720.952500', '133721.412500', '133721.872500', '133722.332500', '133722.792500', '133723.252500', '133723.712500', '133724.172500', '133724.632500', '133725.092500', '133725.552500', '133726.012500', '133726.472500', '133726.932500', '133727.392500', '133727.852500', '133728.312500', '133728.772500', '133729.232500', '133729.692500', '133730.152500', '133730.612500', '133731.072500', '133731.532500', '133731.992500', '133732.452500', '133732.912500', '133733.372500', '133733.832500', '133734.292500', '133734.752500', '133735.212500', '133735.672500', '133736.132500', '133736.592500', '133737.052500', '133737.512500', '133737.972500', '133738.432500', '133738.892500', '133739.352500', '133739.812500', '133740.272500', '133740.732500', '133741.192500', '133741.652500', '133742.112500', '133742.572500', '133743.032500', '133743.492500', '133743.952500', '133744.412500', '133744.872500', '133745.332500', '133745.792500', '133746.252500', '133746.712500', '133747.172500', '133747.632500', '133748.092500', '133748.552500', '133749.012500', '133749.472500', '133749.932500', '133750.392500', '133750.852500', '133751.312500', '133751.772500', '133752.232500', '133752.692500', '133753.152500', '133753.612500', '133754.072500', '133754.532500', '133754.992500', '133755.452500', '133755.912500', '133756.372500', '133756.832500', '133757.292500', '133757.752500', '133758.212500', '133758.672500', '133759.132500', '133759.592500', '133800.052500', '133800.512500', '133800.972500', '133801.432500', '133801.892500', '133802.352500', '133802.812500', '133803.272500', '133803.732500', '133804.192500', '133804.652500', '133805.112500', '133805.572500', '133806.032500', '133806.492500', '133806.952500', '133807.412500', '133807.872500', '133808.332500', '133808.792500', '133809.252500', '133809.712500', '133810.172500', '133810.632500', '133811.092500', '133811.552500', '133812.012500', '133812.472500', '133812.932500', '133813.392500', '133813.852500', '133814.312500', '133814.772500', '133815.232500', '133815.692500', '133816.152500', '133816.612500', '133817.072500', '133817.532500', '133817.992500', '133818.452500', '133818.912500', '133819.372500', '133819.832500', '133820.292500', '133820.752500', '133821.212500', '133821.672500', '133822.132500', '133822.592500', '133823.052500', '133823.512500', '133823.972500', '133824.432500', '133824.892500', '133825.352500', '133825.812500', '133826.272500', '133826.732500', '133827.192500', '133827.652500', '133828.112500', '133828.572500', '133829.032500', '133829.492500', '133829.952500', '133830.412500', '133830.872500', '133831.332500', '133831.792500', '133832.252500', '133832.712500', '133833.172500', '133833.632500', '133834.092500', '133834.552500', '133835.012500', '133835.472500', '133835.932500', '133836.392500', '133836.852500', '133837.312500', '133837.772500', '133838.232500', '133838.692500', '133839.152500', '133839.612500', '133840.072500', '133840.532500', '133840.992500', '133841.452500', '133841.912500', '133842.372500', '133842.832500', '133843.292500', '133843.752500', '133844.212500', '133844.672500', '133845.132500', '133845.592500', '133846.052500', '133846.512500', '133846.972500', '133847.432500', '133847.892500', '133848.352500', '133848.812500', '133849.272500', '133849.732500', '133850.192500', '133850.652500', '133851.112500', '133851.572500', '133852.032500', '133852.492500', '133852.952500', '133853.412500', '133853.872500', '133854.332500', '133854.792500', '133855.252500', '133855.712500', '133856.172500', '133856.632500', '133857.092500', '133857.552500', '133858.012500', '133858.472500', '133858.932500', '133859.392500', '133859.852500', '133900.312500', '133900.772500', '133901.232500', '133901.692500', '133902.152500', '133902.612500', '133903.072500', '133903.532500', '133903.992500', '133904.452500', '133904.912500', '133905.372500', '133905.832500', '133906.292500', '133906.752500', '133907.212500', '133907.672500', '133908.132500', '133908.592500', '133909.052500', '133909.512500', '133909.972500', '133910.432500', '133910.892500', '133911.352500', '133911.812500', '133912.272500', '133912.732500', '133913.192500', '133913.652500', '133914.112500', '133914.572500', '133915.032500', '133915.492500', '133915.952500', '133916.412500', '133916.872500', '133917.332500', '133917.792500', '133918.252500', '133918.712500', '133919.172500', '133919.632500', '133920.092500', '133920.552500', '133921.012500', '133921.472500', '133921.932500', '133922.392500', '133922.852500', '133923.312500', '133923.772500', '133924.232500', '133924.692500', '133925.152500', '133925.612500', '133926.072500', '133926.532500', '133926.992500', '133927.452500', '133927.912500', '133928.372500', '133928.832500', '133929.292500', '133929.752500', '133930.212500', '133930.672500', '133931.132500', '133931.592500', '133932.052500', '133932.512500', '133932.972500', '133933.432500', '133933.892500', '133934.352500', '133934.812500', '133935.272500', '133935.732500', '133936.192500', '133936.652500', '133937.112500', '133937.572500', '133938.032500', '133938.492500', '133938.952500', '133939.412500', '133939.872500', '133940.332500', '133940.792500', '133941.252500', '133941.712500', '133942.172500', '133942.632500', '133943.092500', '133943.552500', '133944.012500', '133944.472500', '133944.932500', '133945.392500', '133945.852500', '133946.312500', '133946.772500', '133947.232500', '133947.692500', '133948.152500', '133948.612500', '133949.072500', '133949.532500', '133949.992500', '133950.452500', '133950.912500', '133951.372500', '133951.832500', '133952.292500', '133952.752500', '133953.212500', '133953.672500', '133954.132500', '133954.592500', '133955.052500', '133955.512500', '133955.972500', '133956.432500', '133956.892500', '133957.352500', '133957.812500', '133958.272500', '133958.732500', '133959.192500', '133959.652500', '134000.112500', '134000.572500', '134001.032500', '134001.492500', '134001.952500', '134002.412500', '134002.872500', '134003.332500', '134003.792500', '134004.252500', '134004.712500', '134005.172500', '134005.632500', '134006.092500', '134006.552500', '134007.012500', '134007.472500', '134007.932500', '134008.392500', '134008.852500', '134009.312500', '134009.772500', '134010.232500', '134010.692500', '134011.152500', '134011.612500', '134012.072500', '134012.532500', '134012.992500', '134013.452500', '134013.912500', '134014.372500', '134014.832500', '134015.292500', '134015.752500', '134016.212500', '134016.672500', '134017.132500', '134017.592500', '134018.052500', '134018.512500', '134018.972500', '134019.432500', '134019.892500', '134020.352500', '134020.812500', '134021.272500', '134021.732500', '134022.192500', '134022.652500', '134023.112500', '134023.572500', '134024.032500', '134024.492500', '134024.952500', '134025.412500', '134025.872500', '134026.332500', '134026.792500', '134027.252500', '134027.712500', '134028.172500', '134028.632500', '134029.092500', '134029.552500', '134030.012500', '134030.472500', '134030.932500', '134031.392500', '134031.852500', '134032.312500', '134032.772500', '134033.232500', '134033.692500', '134034.152500', '134034.612500', '134035.072500', '134035.532500', '134035.992500', '134036.452500', '134036.912500', '134037.372500', '134037.832500', '134038.292500', '134038.752500', '134039.212500', '134039.672500', '134040.132500', '134040.592500', '134041.052500', '134041.512500', '134041.972500', '134042.432500', '134042.892500', '134043.352500', '134043.812500', '134044.272500', '134044.732500', '134045.192500', '134045.652500', '134046.112500', '134046.572500', '134047.032500', '134047.492500', '134047.952500', '134048.412500', '134048.872500', '134049.332500', '134049.792500', '134050.252500', '134050.712500', '134051.172500', '134051.632500', '134052.092500', '134052.552500', '134053.012500', '134053.472500', '134053.932500', '134054.392500', '134054.852500', '134055.312500', '134055.772500', '134056.232500', '134056.692500', '134057.152500', '134057.612500', '134058.072500', '134058.532500', '134058.992500', '134059.452500', '134059.912500', '134100.372500', '134100.832500', '134101.292500', '134101.752500', '134102.212500', '134102.672500', '134103.132500', '134103.592500', '134104.052500', '134104.512500', '134104.972500', '134105.432500', '134105.892500', '134106.352500', '134106.812500', '134107.272500', '134107.732500', '134108.192500', '134108.652500', '134109.112500', '134109.572500', '134110.032500', '134110.492500', '134110.952500', '134111.412500', '134111.872500', '134112.332500', '134112.792500', '134113.252500', '134113.712500', '134114.172500', '134114.632500', '134115.092500', '134115.552500', '134116.012500', '134116.472500', '134116.932500', '134117.392500', '134117.852500', '134118.312500', '134118.772500', '134119.232500', '134119.692500', '134120.152500', '134120.612500', '134121.072500', '134121.532500', '134121.992500', '134122.452500', '134122.912500', '134123.372500', '134123.832500', '134124.292500', '134124.752500', '134125.212500', '134125.672500', '134126.132500', '134126.592500', '134127.052500', '134127.512500', '134127.972500', '134128.432500', '134128.892500', '134129.352500', '134129.812500', '134130.272500', '134130.732500', '134131.192500', '134131.652500', '134132.112500', '134132.572500', '134133.032500', '134133.492500', '134133.952500', '134134.412500', '134134.872500', '134135.332500', '134135.792500', '134136.252500', '134136.712500', '134137.172500', '134137.632500', '134138.092500', '134138.552500', '134139.012500', '134139.472500', '134139.932500'], 'ContentTime': ['133355.200000', '133355.204000', '133355.206000', '133355.209000', '133355.211000', '133355.214000', '133355.216000', '133355.219000', '133355.226000', '133355.229000', '133355.231000', '133355.234000', '133355.236000', '133355.239000', '133355.242000', '133355.244000', '133355.247000', '133355.249000', '133355.252000', '133355.254000', '133355.257000', '133355.259000', '133355.262000', '133355.264000', '133355.267000', '133355.269000', '133355.272000', '133355.297000', '133355.300000', '133355.302000', '133355.305000', '133355.307000', '133355.310000', '133355.312000', '133355.315000', '133355.317000', '133355.320000', '133355.322000', '133355.325000', '133355.327000', '133355.330000', '133355.333000', '133355.335000', '133355.338000', '133355.340000', '133355.343000', '133355.345000', '133355.348000', '133355.350000', '133355.363000', '133355.366000', '133355.368000', '133355.371000', '133355.373000', '133355.376000', '133355.378000', '133355.381000', '133355.384000', '133355.386000', '133355.389000', '133415.161000', '133415.178000', '133415.180000', '133415.183000', '133415.186000', '133415.188000', '133415.191000', '133415.193000', '133415.196000', '133415.198000', '133415.201000', '133415.204000', '133415.206000', '133415.209000', '133415.211000', '133415.214000', '133415.216000', '133415.219000', '133415.221000', '133415.224000', '133415.226000', '133415.229000', '133415.231000', '133415.234000', '133415.237000', '133415.239000', '133415.242000', '133415.244000', '133415.247000', '133415.249000', '133415.252000', '133415.255000', '133415.257000', '133415.260000', '133415.262000', '133415.265000', '133415.267000', '133415.270000', '133415.273000', '133415.276000', '133415.279000', '133415.282000', '133415.284000', '133435.161000', '133435.164000', '133435.167000', '133435.169000', '133435.172000', '133435.174000', '133435.177000', '133435.182000', '133435.185000', '133435.188000', '133435.190000', '133435.193000', '133435.195000', '133435.198000', '133435.200000', '133435.203000', '133435.206000', '133435.208000', '133435.211000', '133435.213000', '133435.216000', '133435.218000', '133435.221000', '133435.223000', '133435.226000', '133435.229000', '133435.231000', '133435.234000', '133435.236000', '133435.239000', '133435.241000', '133435.244000', '133435.247000', '133435.249000', '133435.252000', '133435.254000', '133435.257000', '133435.259000', '133435.262000', '133435.265000', '133435.267000', '133435.270000', '133435.272000', '133435.275000', '133455.162000', '133455.165000', '133455.168000', '133455.170000', '133455.173000', '133455.175000', '133455.178000', '133455.181000', '133455.183000', '133455.186000', '133455.188000', '133455.191000', '133455.193000', '133455.196000', '133455.199000', '133455.201000', '133455.204000', '133455.206000', '133455.209000', '133455.211000', '133455.214000', '133455.216000', '133455.219000', '133455.221000', '133455.224000', '133455.227000', '133455.229000', '133455.232000', '133455.234000', '133455.237000', '133455.240000', '133455.243000', '133455.246000', '133455.249000', '133455.251000', '133455.254000', '133455.256000', '133455.259000', '133455.261000', '133455.264000', '133455.267000', '133455.269000', '133455.272000', '133515.162000', '133515.165000', '133515.167000', '133515.170000', '133515.172000', '133515.175000', '133515.177000', '133515.180000', '133515.183000', '133515.189000', '133515.191000', '133515.194000', '133515.196000', '133515.199000', '133515.201000', '133515.204000', '133515.207000', '133515.209000', '133515.212000', '133515.214000', '133515.217000', '133515.219000', '133515.222000', '133515.225000', '133515.227000', '133515.230000', '133515.232000', '133515.235000', '133515.237000', '133515.240000', '133515.243000', '133515.245000', '133515.248000', '133515.250000', '133515.253000', '133515.255000', '133515.258000', '133515.261000', '133515.263000', '133515.266000', '133515.268000', '133515.271000', '133515.273000', '133515.276000', '133535.161000', '133535.164000', '133535.167000', '133535.169000', '133535.172000', '133535.175000', '133535.177000', '133535.180000', '133535.182000', '133535.185000', '133535.187000', '133535.190000', '133535.193000', '133535.195000', '133535.198000', '133535.201000', '133535.203000', '133535.206000', '133535.208000', '133535.211000', '133535.226000', '133535.228000', '133535.231000', '133535.234000', '133535.236000', '133535.239000', '133535.241000', '133535.244000', '133535.246000', '133535.249000', '133535.251000', '133535.254000', '133535.257000', '133535.259000', '133535.262000', '133535.264000', '133535.267000', '133535.270000', '133535.272000', '133535.275000', '133535.277000', '133535.280000', '133535.282000', '133555.161000', '133555.164000', '133555.167000', '133555.169000', '133555.172000', '133555.175000', '133555.177000', '133555.180000', '133555.182000', '133555.185000', '133555.187000', '133555.190000', '133555.192000', '133555.195000', '133555.197000', '133555.200000', '133555.203000', '133555.205000', '133555.208000', '133555.210000', '133555.213000', '133555.216000', '133555.218000', '133555.221000', '133555.223000', '133555.226000', '133555.228000', '133555.231000', '133555.233000', '133555.236000', '133555.239000', '133555.241000', '133555.244000', '133555.246000', '133555.249000', '133555.252000', '133555.254000', '133555.257000', '133555.259000', '133555.262000', '133555.264000', '133555.267000', '133555.269000', '133555.272000', '133615.161000', '133615.164000', '133615.167000', '133615.169000', '133615.172000', '133615.175000', '133615.177000', '133615.180000', '133615.182000', '133615.185000', '133615.188000', '133615.190000', '133615.193000', '133615.195000', '133615.198000', '133615.200000', '133615.203000', '133615.205000', '133615.208000', '133615.211000', '133615.213000', '133615.216000', '133615.218000', '133615.221000', '133615.223000', '133615.226000', '133615.229000', '133615.231000', '133615.234000', '133615.236000', '133615.239000', '133615.241000', '133615.244000', '133615.247000', '133615.250000', '133615.253000', '133615.256000', '133615.258000', '133615.261000', '133615.263000', '133615.266000', '133615.268000', '133615.271000', '133635.161000', '133635.164000', '133635.167000', '133635.170000', '133635.172000', '133635.175000', '133635.177000', '133635.180000', '133635.183000', '133635.185000', '133635.188000', '133635.190000', '133635.193000', '133635.196000', '133635.198000', '133635.201000', '133635.203000', '133635.206000', '133635.208000', '133635.211000', '133635.214000', '133635.216000', '133635.219000', '133635.221000', '133635.224000', '133635.227000', '133635.229000', '133635.232000', '133635.234000', '133635.237000', '133635.240000', '133635.242000', '133635.245000', '133635.247000', '133635.250000', '133635.253000', '133635.255000', '133635.258000', '133635.260000', '133635.263000', '133635.265000', '133635.268000', '133635.271000', '133635.273000', '133655.161000', '133655.164000', '133655.167000', '133655.170000', '133655.172000', '133655.175000', '133655.177000', '133655.180000', '133655.182000', '133655.185000', '133655.188000', '133655.190000', '133655.193000', '133655.195000', '133655.198000', '133655.200000', '133655.203000', '133655.206000', '133655.208000', '133655.211000', '133655.213000', '133655.216000', '133655.218000', '133655.221000', '133655.224000', '133655.226000', '133655.229000', '133655.231000', '133655.234000', '133655.236000', '133655.239000', '133655.241000', '133655.244000', '133655.247000', '133655.249000', '133655.252000', '133655.254000', '133655.257000', '133655.259000', '133655.270000', '133655.273000', '133655.276000', '133655.278000', '133715.162000', '133715.165000', '133715.178000', '133715.181000', '133715.183000', '133715.186000', '133715.188000', '133715.191000', '133715.194000', '133715.196000', '133715.199000', '133715.201000', '133715.204000', '133715.206000', '133715.209000', '133715.212000', '133715.214000', '133715.217000', '133715.219000', '133715.222000', '133715.224000', '133715.227000', '133715.230000', '133715.232000', '133715.235000', '133715.237000', '133715.240000', '133715.242000', '133715.245000', '133715.247000', '133715.250000', '133715.253000', '133715.255000', '133715.258000', '133715.260000', '133715.263000', '133715.266000', '133715.268000', '133715.271000', '133715.273000', '133715.276000', '133715.278000', '133715.281000', '133715.283000', '133735.162000', '133735.164000', '133735.167000', '133735.170000', '133735.172000', '133735.175000', '133735.177000', '133735.180000', '133735.182000', '133735.185000', '133735.188000', '133735.190000', '133735.193000', '133735.195000', '133735.198000', '133735.200000', '133735.203000', '133735.206000', '133735.208000', '133735.211000', '133735.213000', '133735.216000', '133735.219000', '133735.221000', '133735.224000', '133735.226000', '133735.229000', '133735.231000', '133735.234000', '133735.236000', '133735.239000', '133735.242000', '133735.244000', '133735.247000', '133735.250000', '133735.252000', '133735.255000', '133735.257000', '133735.260000', '133735.275000', '133735.277000', '133735.280000', '133735.282000', '133755.161000', '133755.164000', '133755.167000', '133755.169000', '133755.172000', '133755.175000', '133755.178000', '133755.180000', '133755.183000', '133755.185000', '133755.188000', '133755.190000', '133755.193000', '133755.196000', '133755.198000', '133755.201000', '133755.203000', '133755.206000', '133755.209000', '133755.211000', '133755.214000', '133755.216000', '133755.219000', '133755.221000', '133755.224000', '133755.226000', '133755.229000', '133755.232000', '133755.234000', '133755.237000', '133755.239000', '133755.242000', '133755.244000', '133755.247000', '133755.250000', '133755.252000', '133755.255000', '133755.258000', '133755.260000', '133755.263000', '133755.265000', '133755.268000', '133755.270000', '133755.273000', '133815.162000', '133815.164000', '133815.167000', '133815.170000', '133815.172000', '133815.175000', '133815.177000', '133815.180000', '133815.182000', '133815.185000', '133815.187000', '133815.190000', '133815.193000', '133815.195000', '133815.198000', '133815.200000', '133815.203000', '133815.205000', '133815.208000', '133815.211000', '133815.213000', '133815.216000', '133815.218000', '133815.221000', '133815.224000', '133815.226000', '133815.229000', '133815.231000', '133815.234000', '133815.237000', '133815.239000', '133815.242000', '133815.244000', '133815.247000', '133815.249000', '133815.252000', '133815.254000', '133815.257000', '133815.260000', '133815.262000', '133815.265000', '133815.267000', '133815.270000', '133835.162000', '133835.165000', '133835.167000', '133835.170000', '133835.172000', '133835.175000', '133835.178000', '133835.181000', '133835.184000', '133835.187000', '133835.189000', '133835.192000', '133835.195000', '133835.197000', '133835.200000', '133835.202000', '133835.205000', '133835.207000', '133835.210000', '133835.213000', '133835.215000', '133835.218000', '133835.220000', '133835.223000', '133835.225000', '133835.228000', '133835.230000', '133835.244000', '133835.247000', '133835.249000', '133835.252000', '133835.254000', '133835.257000', '133835.260000', '133835.262000', '133835.265000', '133835.267000', '133835.270000', '133835.272000', '133835.275000', '133835.277000', '133835.280000', '133835.283000', '133855.162000', '133855.164000', '133855.167000', '133855.170000', '133855.172000', '133855.175000', '133855.177000', '133855.180000', '133855.183000', '133855.185000', '133855.188000', '133855.190000', '133855.193000', '133855.195000', '133855.198000', '133855.201000', '133855.203000', '133855.206000', '133855.208000', '133855.211000', '133855.214000', '133855.216000', '133855.219000', '133855.221000', '133855.224000', '133855.226000', '133855.229000', '133855.232000', '133855.234000', '133855.237000', '133855.239000', '133855.242000', '133855.244000', '133855.247000', '133855.250000', '133855.252000', '133855.255000', '133855.257000', '133855.260000', '133855.262000', '133855.265000', '133855.268000', '133855.270000', '133855.273000', '133915.162000', '133915.165000', '133915.167000', '133915.170000', '133915.172000', '133915.175000', '133915.178000', '133915.180000', '133915.183000', '133915.185000', '133915.188000', '133915.191000', '133915.193000', '133915.196000', '133915.198000', '133915.201000', '133915.204000', '133915.206000', '133915.209000', '133915.211000', '133915.214000', '133915.217000', '133915.220000', '133915.222000', '133915.225000', '133915.228000', '133915.230000', '133915.233000', '133915.235000', '133915.238000', '133915.241000', '133915.243000', '133915.246000', '133915.249000', '133915.251000', '133915.255000', '133915.258000', '133915.260000', '133915.263000', '133915.266000', '133915.268000', '133915.271000', '133915.274000', '133935.161000', '133935.164000', '133935.167000', '133935.169000', '133935.172000', '133935.174000', '133935.177000', '133935.180000', '133935.182000', '133935.185000', '133935.187000', '133935.190000', '133935.192000', '133935.195000', '133935.198000', '133935.200000', '133935.203000', '133935.205000', '133935.208000', '133935.210000', '133935.213000', '133935.215000', '133935.218000', '133935.220000', '133935.223000', '133935.226000', '133935.228000', '133935.231000', '133935.233000', '133935.236000', '133935.238000', '133935.241000', '133935.244000', '133935.246000', '133935.249000', '133935.251000', '133935.254000', '133935.256000', '133935.259000', '133935.262000', '133935.264000', '133935.267000', '133935.269000', '133935.272000', '133955.161000', '133955.164000', '133955.167000', '133955.169000', '133955.172000', '133955.175000', '133955.177000', '133955.180000', '133955.182000', '133955.185000', '133955.187000', '133955.190000', '133955.193000', '133955.195000', '133955.198000', '133955.201000', '133955.204000', '133955.207000', '133955.210000', '133955.212000', '133955.215000', '133955.217000', '133955.220000', '133955.223000', '133955.225000', '133955.228000', '133955.230000', '133955.233000', '133955.235000', '133955.238000', '133955.241000', '133955.243000', '133955.246000', '133955.248000', '133955.251000', '133955.253000', '133955.256000', '133955.258000', '133955.268000', '133955.271000', '133955.273000', '133955.276000', '133955.279000', '134015.162000', '134015.164000', '134015.167000', '134015.170000', '134015.172000', '134015.175000', '134015.177000', '134015.180000', '134015.182000', '134015.185000', '134015.188000', '134015.190000', '134015.193000', '134015.195000', '134015.198000', '134015.200000', '134015.203000', '134015.206000', '134015.208000', '134015.211000', '134015.213000', '134015.216000', '134015.218000', '134015.231000', '134015.234000', '134015.236000', '134015.239000', '134015.241000', '134015.244000', '134015.246000', '134015.249000', '134015.252000', '134015.255000', '134015.257000', '134015.260000', '134015.262000', '134015.265000', '134015.267000', '134015.270000', '134015.273000', '134015.275000', '134015.278000', '134015.280000', '134015.283000', '134035.162000', '134035.164000', '134035.167000', '134035.169000', '134035.172000', '134035.175000', '134035.177000', '134035.180000', '134035.182000', '134035.185000', '134035.188000', '134035.190000', '134035.193000', '134035.195000', '134035.198000', '134035.200000', '134035.203000', '134035.206000', '134035.208000', '134035.211000', '134035.213000', '134035.216000', '134035.219000', '134035.221000', '134035.224000', '134035.226000', '134035.229000', '134035.231000', '134035.234000', '134035.237000', '134035.240000', '134035.243000', '134035.246000', '134035.249000', '134035.251000', '134035.254000', '134035.257000', '134035.260000', '134035.263000', '134035.265000', '134035.268000', '134035.270000', '134035.273000', '134055.161000', '134055.164000', '134055.167000', '134055.169000', '134055.172000', '134055.175000', '134055.177000', '134055.180000', '134055.182000', '134055.185000', '134055.188000', '134055.190000', '134055.193000', '134055.195000', '134055.198000', '134055.200000', '134055.203000', '134055.206000', '134055.208000', '134055.211000', '134055.213000', '134055.216000', '134055.218000', '134055.221000', '134055.224000', '134055.226000', '134055.229000', '134055.231000', '134055.234000', '134055.237000', '134055.239000', '134055.242000', '134055.244000', '134055.247000', '134055.249000', '134055.252000', '134055.255000', '134055.257000', '134055.260000', '134055.262000', '134055.265000', '134055.268000', '134055.270000', '134055.273000', '134115.161000', '134115.164000', '134115.167000', '134115.169000', '134115.172000', '134115.175000', '134115.177000', '134115.180000', '134115.182000', '134115.185000', '134115.188000', '134115.190000', '134115.193000', '134115.195000', '134115.198000', '134115.200000', '134115.203000', '134115.206000', '134115.208000', '134115.211000', '134115.214000', '134115.217000', '134115.220000', '134115.222000', '134115.225000', '134115.228000', '134115.230000', '134115.233000', '134115.235000', '134115.238000', '134115.240000', '134115.243000', '134115.245000', '134115.248000', '134115.257000', '134115.259000', '134115.262000', '134115.265000', '134115.267000', '134115.270000', '134115.272000', '134115.275000', '134115.277000', '134135.162000', '134135.164000', '134135.167000', '134135.170000', '134135.172000', '134135.175000', '134135.178000', '134135.180000', '134135.183000', '134135.185000', '134135.188000', '134135.190000', '134135.193000', '134135.195000', '134135.198000', '134135.201000', '134135.203000', '134135.206000', '134135.208000', '134135.211000', '134135.214000', '134135.216000', '134135.219000', '134135.221000', '134135.224000', '134135.226000', '134135.229000', '134135.231000', '134135.234000', '134135.236000', '134135.239000', '134135.242000', '134135.244000', '134135.247000', '134135.250000', '134135.252000', '134135.255000', '134135.257000', '134135.260000', '134135.262000', '134135.265000', '134135.268000', '134135.270000', '134135.273000', '134140.990000', '134140.993000', '134140.995000', '134140.998000', '134141.002000', '134141.005000', '134141.007000', '134141.010000', '134141.013000', '134141.016000', '134141.018000', '134141.021000', '134141.024000'], 'InstanceCreationTime': ['133355.200000', '133355.204000', '133355.206000', '133355.209000', '133355.211000', '133355.214000', '133355.216000', '133355.219000', '133355.226000', '133355.229000', '133355.231000', '133355.234000', '133355.236000', '133355.239000', '133355.242000', '133355.244000', '133355.247000', '133355.249000', '133355.252000', '133355.254000', '133355.257000', '133355.259000', '133355.262000', '133355.264000', '133355.267000', '133355.269000', '133355.272000', '133355.297000', '133355.300000', '133355.302000', '133355.305000', '133355.307000', '133355.310000', '133355.312000', '133355.315000', '133355.317000', '133355.320000', '133355.322000', '133355.325000', '133355.327000', '133355.330000', '133355.333000', '133355.335000', '133355.338000', '133355.340000', '133355.343000', '133355.345000', '133355.348000', '133355.350000', '133355.363000', '133355.366000', '133355.368000', '133355.371000', '133355.373000', '133355.376000', '133355.378000', '133355.381000', '133355.384000', '133355.386000', '133355.389000', '133415.161000', '133415.178000', '133415.180000', '133415.183000', '133415.186000', '133415.188000', '133415.191000', '133415.193000', '133415.196000', '133415.198000', '133415.201000', '133415.204000', '133415.206000', '133415.209000', '133415.211000', '133415.214000', '133415.216000', '133415.219000', '133415.221000', '133415.224000', '133415.226000', '133415.229000', '133415.231000', '133415.234000', '133415.237000', '133415.239000', '133415.242000', '133415.244000', '133415.247000', '133415.249000', '133415.252000', '133415.255000', '133415.257000', '133415.260000', '133415.262000', '133415.265000', '133415.267000', '133415.270000', '133415.273000', '133415.276000', '133415.279000', '133415.282000', '133415.284000', '133435.161000', '133435.164000', '133435.167000', '133435.169000', '133435.172000', '133435.174000', '133435.177000', '133435.182000', '133435.185000', '133435.188000', '133435.190000', '133435.193000', '133435.195000', '133435.198000', '133435.200000', '133435.203000', '133435.206000', '133435.208000', '133435.211000', '133435.213000', '133435.216000', '133435.218000', '133435.221000', '133435.223000', '133435.226000', '133435.229000', '133435.231000', '133435.234000', '133435.236000', '133435.239000', '133435.241000', '133435.244000', '133435.247000', '133435.249000', '133435.252000', '133435.254000', '133435.257000', '133435.259000', '133435.262000', '133435.265000', '133435.267000', '133435.270000', '133435.272000', '133435.275000', '133455.162000', '133455.165000', '133455.168000', '133455.170000', '133455.173000', '133455.175000', '133455.178000', '133455.181000', '133455.183000', '133455.186000', '133455.188000', '133455.191000', '133455.193000', '133455.196000', '133455.199000', '133455.201000', '133455.204000', '133455.206000', '133455.209000', '133455.211000', '133455.214000', '133455.216000', '133455.219000', '133455.221000', '133455.224000', '133455.227000', '133455.229000', '133455.232000', '133455.234000', '133455.237000', '133455.240000', '133455.243000', '133455.246000', '133455.249000', '133455.251000', '133455.254000', '133455.256000', '133455.259000', '133455.261000', '133455.264000', '133455.267000', '133455.269000', '133455.272000', '133515.162000', '133515.165000', '133515.167000', '133515.170000', '133515.172000', '133515.175000', '133515.177000', '133515.180000', '133515.183000', '133515.189000', '133515.191000', '133515.194000', '133515.196000', '133515.199000', '133515.201000', '133515.204000', '133515.207000', '133515.209000', '133515.212000', '133515.214000', '133515.217000', '133515.219000', '133515.222000', '133515.225000', '133515.227000', '133515.230000', '133515.232000', '133515.235000', '133515.237000', '133515.240000', '133515.243000', '133515.245000', '133515.248000', '133515.250000', '133515.253000', '133515.255000', '133515.258000', '133515.261000', '133515.263000', '133515.266000', '133515.268000', '133515.271000', '133515.273000', '133515.276000', '133535.161000', '133535.164000', '133535.167000', '133535.169000', '133535.172000', '133535.175000', '133535.177000', '133535.180000', '133535.182000', '133535.185000', '133535.187000', '133535.190000', '133535.193000', '133535.195000', '133535.198000', '133535.201000', '133535.203000', '133535.206000', '133535.208000', '133535.211000', '133535.226000', '133535.228000', '133535.231000', '133535.234000', '133535.236000', '133535.239000', '133535.241000', '133535.244000', '133535.246000', '133535.249000', '133535.251000', '133535.254000', '133535.257000', '133535.259000', '133535.262000', '133535.264000', '133535.267000', '133535.270000', '133535.272000', '133535.275000', '133535.277000', '133535.280000', '133535.282000', '133555.161000', '133555.164000', '133555.167000', '133555.169000', '133555.172000', '133555.175000', '133555.177000', '133555.180000', '133555.182000', '133555.185000', '133555.187000', '133555.190000', '133555.192000', '133555.195000', '133555.197000', '133555.200000', '133555.203000', '133555.205000', '133555.208000', '133555.210000', '133555.213000', '133555.216000', '133555.218000', '133555.221000', '133555.223000', '133555.226000', '133555.228000', '133555.231000', '133555.233000', '133555.236000', '133555.239000', '133555.241000', '133555.244000', '133555.246000', '133555.249000', '133555.252000', '133555.254000', '133555.257000', '133555.259000', '133555.262000', '133555.264000', '133555.267000', '133555.269000', '133555.272000', '133615.161000', '133615.164000', '133615.167000', '133615.169000', '133615.172000', '133615.175000', '133615.177000', '133615.180000', '133615.182000', '133615.185000', '133615.188000', '133615.190000', '133615.193000', '133615.195000', '133615.198000', '133615.200000', '133615.203000', '133615.205000', '133615.208000', '133615.211000', '133615.213000', '133615.216000', '133615.218000', '133615.221000', '133615.223000', '133615.226000', '133615.229000', '133615.231000', '133615.234000', '133615.236000', '133615.239000', '133615.241000', '133615.244000', '133615.247000', '133615.250000', '133615.253000', '133615.256000', '133615.258000', '133615.261000', '133615.263000', '133615.266000', '133615.268000', '133615.271000', '133635.161000', '133635.164000', '133635.167000', '133635.170000', '133635.172000', '133635.175000', '133635.177000', '133635.180000', '133635.183000', '133635.185000', '133635.188000', '133635.190000', '133635.193000', '133635.196000', '133635.198000', '133635.201000', '133635.203000', '133635.206000', '133635.208000', '133635.211000', '133635.214000', '133635.216000', '133635.219000', '133635.221000', '133635.224000', '133635.227000', '133635.229000', '133635.232000', '133635.234000', '133635.237000', '133635.240000', '133635.242000', '133635.245000', '133635.247000', '133635.250000', '133635.253000', '133635.255000', '133635.258000', '133635.260000', '133635.263000', '133635.265000', '133635.268000', '133635.271000', '133635.273000', '133655.161000', '133655.164000', '133655.167000', '133655.170000', '133655.172000', '133655.175000', '133655.177000', '133655.180000', '133655.182000', '133655.185000', '133655.188000', '133655.190000', '133655.193000', '133655.195000', '133655.198000', '133655.200000', '133655.203000', '133655.206000', '133655.208000', '133655.211000', '133655.213000', '133655.216000', '133655.218000', '133655.221000', '133655.224000', '133655.226000', '133655.229000', '133655.231000', '133655.234000', '133655.236000', '133655.239000', '133655.241000', '133655.244000', '133655.247000', '133655.249000', '133655.252000', '133655.254000', '133655.257000', '133655.259000', '133655.270000', '133655.273000', '133655.276000', '133655.278000', '133715.162000', '133715.165000', '133715.178000', '133715.181000', '133715.183000', '133715.186000', '133715.188000', '133715.191000', '133715.194000', '133715.196000', '133715.199000', '133715.201000', '133715.204000', '133715.206000', '133715.209000', '133715.212000', '133715.214000', '133715.217000', '133715.219000', '133715.222000', '133715.224000', '133715.227000', '133715.230000', '133715.232000', '133715.235000', '133715.237000', '133715.240000', '133715.242000', '133715.245000', '133715.247000', '133715.250000', '133715.253000', '133715.255000', '133715.258000', '133715.260000', '133715.263000', '133715.266000', '133715.268000', '133715.271000', '133715.273000', '133715.276000', '133715.278000', '133715.281000', '133715.283000', '133735.162000', '133735.164000', '133735.167000', '133735.170000', '133735.172000', '133735.175000', '133735.177000', '133735.180000', '133735.182000', '133735.185000', '133735.188000', '133735.190000', '133735.193000', '133735.195000', '133735.198000', '133735.200000', '133735.203000', '133735.206000', '133735.208000', '133735.211000', '133735.213000', '133735.216000', '133735.219000', '133735.221000', '133735.224000', '133735.226000', '133735.229000', '133735.231000', '133735.234000', '133735.236000', '133735.239000', '133735.242000', '133735.244000', '133735.247000', '133735.250000', '133735.252000', '133735.255000', '133735.257000', '133735.260000', '133735.275000', '133735.277000', '133735.280000', '133735.282000', '133755.161000', '133755.164000', '133755.167000', '133755.169000', '133755.172000', '133755.175000', '133755.178000', '133755.180000', '133755.183000', '133755.185000', '133755.188000', '133755.190000', '133755.193000', '133755.196000', '133755.198000', '133755.201000', '133755.203000', '133755.206000', '133755.209000', '133755.211000', '133755.214000', '133755.216000', '133755.219000', '133755.221000', '133755.224000', '133755.226000', '133755.229000', '133755.232000', '133755.234000', '133755.237000', '133755.239000', '133755.242000', '133755.244000', '133755.247000', '133755.250000', '133755.252000', '133755.255000', '133755.258000', '133755.260000', '133755.263000', '133755.265000', '133755.268000', '133755.270000', '133755.273000', '133815.162000', '133815.164000', '133815.167000', '133815.170000', '133815.172000', '133815.175000', '133815.177000', '133815.180000', '133815.182000', '133815.185000', '133815.187000', '133815.190000', '133815.193000', '133815.195000', '133815.198000', '133815.200000', '133815.203000', '133815.205000', '133815.208000', '133815.211000', '133815.213000', '133815.216000', '133815.218000', '133815.221000', '133815.224000', '133815.226000', '133815.229000', '133815.231000', '133815.234000', '133815.237000', '133815.239000', '133815.242000', '133815.244000', '133815.247000', '133815.249000', '133815.252000', '133815.254000', '133815.257000', '133815.260000', '133815.262000', '133815.265000', '133815.267000', '133815.270000', '133835.162000', '133835.165000', '133835.167000', '133835.170000', '133835.172000', '133835.175000', '133835.178000', '133835.181000', '133835.184000', '133835.187000', '133835.189000', '133835.192000', '133835.195000', '133835.197000', '133835.200000', '133835.202000', '133835.205000', '133835.207000', '133835.210000', '133835.213000', '133835.215000', '133835.218000', '133835.220000', '133835.223000', '133835.225000', '133835.228000', '133835.230000', '133835.244000', '133835.247000', '133835.249000', '133835.252000', '133835.254000', '133835.257000', '133835.260000', '133835.262000', '133835.265000', '133835.267000', '133835.270000', '133835.272000', '133835.275000', '133835.277000', '133835.280000', '133835.283000', '133855.162000', '133855.164000', '133855.167000', '133855.170000', '133855.172000', '133855.175000', '133855.177000', '133855.180000', '133855.183000', '133855.185000', '133855.188000', '133855.190000', '133855.193000', '133855.195000', '133855.198000', '133855.201000', '133855.203000', '133855.206000', '133855.208000', '133855.211000', '133855.214000', '133855.216000', '133855.219000', '133855.221000', '133855.224000', '133855.226000', '133855.229000', '133855.232000', '133855.234000', '133855.237000', '133855.239000', '133855.242000', '133855.244000', '133855.247000', '133855.250000', '133855.252000', '133855.255000', '133855.257000', '133855.260000', '133855.262000', '133855.265000', '133855.268000', '133855.270000', '133855.273000', '133915.162000', '133915.165000', '133915.167000', '133915.170000', '133915.172000', '133915.175000', '133915.178000', '133915.180000', '133915.183000', '133915.185000', '133915.188000', '133915.191000', '133915.193000', '133915.196000', '133915.198000', '133915.201000', '133915.204000', '133915.206000', '133915.209000', '133915.211000', '133915.214000', '133915.217000', '133915.220000', '133915.222000', '133915.225000', '133915.228000', '133915.230000', '133915.233000', '133915.235000', '133915.238000', '133915.241000', '133915.243000', '133915.246000', '133915.249000', '133915.251000', '133915.255000', '133915.258000', '133915.260000', '133915.263000', '133915.266000', '133915.268000', '133915.271000', '133915.274000', '133935.161000', '133935.164000', '133935.167000', '133935.169000', '133935.172000', '133935.174000', '133935.177000', '133935.180000', '133935.182000', '133935.185000', '133935.187000', '133935.190000', '133935.192000', '133935.195000', '133935.198000', '133935.200000', '133935.203000', '133935.205000', '133935.208000', '133935.210000', '133935.213000', '133935.215000', '133935.218000', '133935.220000', '133935.223000', '133935.226000', '133935.228000', '133935.231000', '133935.233000', '133935.236000', '133935.238000', '133935.241000', '133935.244000', '133935.246000', '133935.249000', '133935.251000', '133935.254000', '133935.256000', '133935.259000', '133935.262000', '133935.264000', '133935.267000', '133935.269000', '133935.272000', '133955.161000', '133955.164000', '133955.167000', '133955.169000', '133955.172000', '133955.175000', '133955.177000', '133955.180000', '133955.182000', '133955.185000', '133955.187000', '133955.190000', '133955.193000', '133955.195000', '133955.198000', '133955.201000', '133955.204000', '133955.207000', '133955.210000', '133955.212000', '133955.215000', '133955.217000', '133955.220000', '133955.223000', '133955.225000', '133955.228000', '133955.230000', '133955.233000', '133955.235000', '133955.238000', '133955.241000', '133955.243000', '133955.246000', '133955.248000', '133955.251000', '133955.253000', '133955.256000', '133955.258000', '133955.268000', '133955.271000', '133955.273000', '133955.276000', '133955.279000', '134015.162000', '134015.164000', '134015.167000', '134015.170000', '134015.172000', '134015.175000', '134015.177000', '134015.180000', '134015.182000', '134015.185000', '134015.188000', '134015.190000', '134015.193000', '134015.195000', '134015.198000', '134015.200000', '134015.203000', '134015.206000', '134015.208000', '134015.211000', '134015.213000', '134015.216000', '134015.218000', '134015.231000', '134015.234000', '134015.236000', '134015.239000', '134015.241000', '134015.244000', '134015.246000', '134015.249000', '134015.252000', '134015.255000', '134015.257000', '134015.260000', '134015.262000', '134015.265000', '134015.267000', '134015.270000', '134015.273000', '134015.275000', '134015.278000', '134015.280000', '134015.283000', '134035.162000', '134035.164000', '134035.167000', '134035.169000', '134035.172000', '134035.175000', '134035.177000', '134035.180000', '134035.182000', '134035.185000', '134035.188000', '134035.190000', '134035.193000', '134035.195000', '134035.198000', '134035.200000', '134035.203000', '134035.206000', '134035.208000', '134035.211000', '134035.213000', '134035.216000', '134035.219000', '134035.221000', '134035.224000', '134035.226000', '134035.229000', '134035.231000', '134035.234000', '134035.237000', '134035.240000', '134035.243000', '134035.246000', '134035.249000', '134035.251000', '134035.254000', '134035.257000', '134035.260000', '134035.263000', '134035.265000', '134035.268000', '134035.270000', '134035.273000', '134055.161000', '134055.164000', '134055.167000', '134055.169000', '134055.172000', '134055.175000', '134055.177000', '134055.180000', '134055.182000', '134055.185000', '134055.188000', '134055.190000', '134055.193000', '134055.195000', '134055.198000', '134055.200000', '134055.203000', '134055.206000', '134055.208000', '134055.211000', '134055.213000', '134055.216000', '134055.218000', '134055.221000', '134055.224000', '134055.226000', '134055.229000', '134055.231000', '134055.234000', '134055.237000', '134055.239000', '134055.242000', '134055.244000', '134055.247000', '134055.249000', '134055.252000', '134055.255000', '134055.257000', '134055.260000', '134055.262000', '134055.265000', '134055.268000', '134055.270000', '134055.273000', '134115.161000', '134115.164000', '134115.167000', '134115.169000', '134115.172000', '134115.175000', '134115.177000', '134115.180000', '134115.182000', '134115.185000', '134115.188000', '134115.190000', '134115.193000', '134115.195000', '134115.198000', '134115.200000', '134115.203000', '134115.206000', '134115.208000', '134115.211000', '134115.214000', '134115.217000', '134115.220000', '134115.222000', '134115.225000', '134115.228000', '134115.230000', '134115.233000', '134115.235000', '134115.238000', '134115.240000', '134115.243000', '134115.245000', '134115.248000', '134115.257000', '134115.259000', '134115.262000', '134115.265000', '134115.267000', '134115.270000', '134115.272000', '134115.275000', '134115.277000', '134135.162000', '134135.164000', '134135.167000', '134135.170000', '134135.172000', '134135.175000', '134135.178000', '134135.180000', '134135.183000', '134135.185000', '134135.188000', '134135.190000', '134135.193000', '134135.195000', '134135.198000', '134135.201000', '134135.203000', '134135.206000', '134135.208000', '134135.211000', '134135.214000', '134135.216000', '134135.219000', '134135.221000', '134135.224000', '134135.226000', '134135.229000', '134135.231000', '134135.234000', '134135.236000', '134135.239000', '134135.242000', '134135.244000', '134135.247000', '134135.250000', '134135.252000', '134135.255000', '134135.257000', '134135.260000', '134135.262000', '134135.265000', '134135.268000', '134135.270000', '134135.273000', '134140.990000', '134140.993000', '134140.995000', '134140.998000', '134141.002000', '134141.005000', '134141.007000', '134141.010000', '134141.013000', '134141.016000', '134141.018000', '134141.021000', '134141.024000'], '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': [20064, 8238, 15813, 8172, 11951, 6965, 7172, 12288, 8569, 11452, 7648, 7288, 7225, 10722, 7547, 12627, 9548, 13084, 8547, 12434, 7479, 10585, 9930, 8069, 17332, 9961, 17777, 7812, 13434, 9335, 14308, 15466, 12799, 11053, 7831, 14435, 7383, 16074, 10337, 18136, 9727, 14454, 7322, 7663, 14464, 7844, 18313, 9506, 15954, 7528, 12159, 7910, 11882, 9203, 11413, 7150, 7472, 9593, 7323, 14940, 9641, 15933, 8202, 13507, 7795, 9588, 7722, 11295, 7611, 9502, 7166, 8069, 9556, 7656, 15377, 10954, 17333, 8029, 16392, 7884, 14559, 9613, 14757, 9906, 14549, 7294, 7817, 7185, 7535, 10812, 11373, 9382, 8045, 12604, 7342, 16667, 8301, 16402, 11476, 17603, 7496, 11952, 8084, 10484, 10069, 16597, 7936, 9371, 7111, 8130, 11163, 9482, 13368, 8834, 8347, 7494, 12129, 7890, 15323, 11181, 15340, 7634, 13290, 7523, 14848, 8291, 13525, 9354, 9802, 7319, 9504, 7728, 13297, 9862, 12501, 8050, 16781, 10810, 14176, 8950, 12127, 9000, 8765, 7333, 11152, 8072, 14690, 14164, 7892, 10582, 7340, 9722, 7870, 8226, 14456, 19238, 10810, 15097, 9122, 13297, 7825, 11813, 8399, 7442, 7536, 8408, 12327, 11611, 19361, 11021, 18144, 9625, 19153, 12521, 18917, 12873, 10724, 15960, 18825, 7557, 11175, 7874, 8542, 8778, 10741, 10723, 9291, 7754, 8729, 16072, 8923, 13570, 7745, 7332, 8670, 13428, 9664, 14973, 10947, 7235, 8457, 7245, 12062, 9184, 12559, 8857, 18203, 7638, 16066, 10311, 17794, 11919, 18011, 7778, 14280, 7913, 12406, 8233, 13258, 8147, 10861, 7504, 9413, 7408, 10897, 7793, 14169, 8064, 13095, 8099, 12621, 8110, 12159, 10784, 15561, 8444, 8222, 18185, 7727, 17699, 11874, 18037, 9160, 14915, 7509, 13805, 8253, 13397, 11166, 18454, 7641, 11275, 7056, 8136, 12755, 7856, 16670, 11446, 16133, 7873, 12595, 7936, 9221, 11124, 9494, 14732, 7605, 16864, 7948, 13013, 8797, 12127, 9504, 7656, 17189, 7477, 13479, 8071, 11739, 8530, 10528, 7159, 7977, 7220, 7475, 12979, 8570, 14829, 8009, 13498, 7667, 9175, 16888, 9727, 19105, 12081, 14852, 7443, 8947, 7533, 8053, 12387, 8007, 9168, 7144, 15500, 7523, 12150, 10185, 13508, 13491, 12057, 18452, 10324, 18690, 7501, 13471, 9482, 15531, 10337, 15042, 7198, 8282, 8503, 7401, 15394, 10772, 17852, 8960, 17744, 7617, 13917, 8496, 11901, 9021, 14035, 7138, 8533, 16738, 7549, 17238, 10573, 17123, 10557, 13332, 7751, 9321, 8662, 7822, 13980, 9386, 14139, 7284, 15228, 7548, 12623, 8758, 13289, 7768, 8718, 8955, 7274, 16498, 9302, 14411, 8216, 11533, 7215, 7516, 13411, 8201, 15163, 7630, 14215, 8546, 15564, 8656, 12245, 7507, 8737, 7147, 7737, 13243, 9239, 14290, 10090, 13391, 7251, 9595, 7085, 9733, 11709, 9330, 11862, 7466, 16331, 8051, 13564, 11200, 12657, 17359, 8609, 18628, 7915, 14802, 9162, 11785, 9940, 7387, 15556, 7796, 17253, 11022, 18639, 7832, 10918, 7558, 9175, 8846, 7547, 14814, 10182, 13356, 7514, 12661, 8137, 7156, 9367, 7502, 13572, 18581, 16709, 19257, 14221, 18430, 9130, 11380, 8916, 11447, 7298, 7920, 9785, 7482, 15680, 7772, 14967, 8092, 13247, 7554, 11764, 7144, 8555, 10969, 10804, 7255, 7389, 18655, 16493, 19014, 8176, 15494, 8829, 8524, 11661, 9567, 7077, 7424, 6961, 7097, 16021, 8410, 13814, 10025, 13070, 7297, 11133, 7376, 7672, 16126, 11734, 18179, 9336, 16009, 7581, 12826, 8064, 8392, 14896, 12062, 11861, 7468, 18420, 7483, 13159, 8312, 12433, 8200, 13242, 7667, 11341, 6939, 7960, 15076, 10000, 16223, 9589, 16590, 7421, 14556, 8175, 13829, 13323, 17390, 7577, 10975, 10271, 7382, 16506, 7472, 13261, 9809, 12612, 9981, 10296, 7428, 7595, 10048, 17745, 9917, 15674, 15803, 19911, 11074, 14057, 7487, 13083, 11046, 16290, 8415, 14140, 7884, 13702, 8364, 11789, 7607, 8907, 18105, 17494, 11588, 10876, 7724, 10508, 12549, 9324, 15844, 9824, 16660, 9208, 13746, 7809, 11088, 7116, 9451, 7640, 10920, 7225, 9009, 8851, 14719, 8472, 16048, 8043, 16824, 7876, 10681, 15401, 7738, 15535, 7818, 11512, 7639, 12511, 7375, 10498, 7464, 8973, 7134, 8117, 8159, 10018, 7757, 9392, 7217, 7957, 10236, 7459, 16037, 8073, 14133, 9206, 11310, 7542, 9032, 7664, 12770, 7831, 15092, 9840, 13609, 7459, 13280, 7780, 11968, 7827, 13008, 7597, 11565, 7501, 10118, 7136, 9199, 8341, 12437, 7153, 8161, 13823, 7531, 17188, 9822, 19489, 13643, 9206, 7689, 7073, 9312, 9384, 8132, 14896, 9365, 15349, 9133, 15592, 13299, 17035, 7838, 7341, 8881, 15766, 9289, 17109, 12737, 13822, 9201, 7099, 11397, 9265, 18160, 8547, 18524, 12653, 15889, 19191, 13970, 20046, 15513, 17833, 10696, 12223, 7611, 13586, 7484, 13865, 10411, 17730, 10774, 14873, 8242, 8871, 8042, 10054, 7589, 17523, 8656, 14563, 10153, 17667, 10116, 14239, 7743, 10993, 7993, 15351, 8056, 13566, 8612, 15547, 11752, 19551, 7797, 8150, 8048, 16790, 9774, 14951, 8897, 9570, 7510, 15994, 10539, 11176, 15807, 7605, 7877, 8815, 7423, 12055, 9292, 17103, 12896, 18784, 14158, 21444, 16629, 11985, 10869, 8483, 12299, 11001, 17000, 12706, 19689, 14948, 18947, 13561, 15504, 10877, 7398, 8448, 7320, 11776, 8737, 11846, 15839, 12257, 20706, 16944, 7948, 8987, 7124, 12730, 7523, 14921, 10257, 17163, 9011, 16148, 7906, 15009, 7633, 13873, 9404, 15067, 9141, 13473, 7214, 8875, 7111, 8328, 12335, 15410, 9286, 13100, 7338, 12093, 18220, 14770, 10171, 9069, 7298, 8410, 7317, 7497, 12863, 9227, 18464, 9894, 18201, 14606, 10565, 9034, 7177, 12859, 8322, 16487, 11047, 18047, 16663, 17774, 12241, 15488, 11020, 7536, 7545, 7420, 7239, 9986, 10712, 12735, 16835, 15401, 16659, 12533, 11634, 8399, 10146, 8625, 13611, 16274, 8660, 11132, 7229, 10244, 7041, 10689, 7097, 11480, 9723, 16170, 7420, 13353, 7229, 11334, 10961, 14405, 17929, 13695, 15800, 8021, 17593, 9100, 21144, 12883, 10764, 7317, 7302, 8388, 8021, 12607, 7355, 12525, 7686, 14398, 8447, 17203, 11321, 16949, 16178, 19410, 9659, 13062, 7659, 17257, 13724, 19182, 11547, 15607, 10858, 16357, 10496, 7386, 8929, 7374, 14013, 11998, 18025, 13316, 10722, 10099, 9186, 12075, 16988, 8556, 19892, 9860, 15578, 7919, 13202, 9059, 8623, 7547, 6911, 8302, 8398, 10687, 7340, 11171, 7065, 12458, 11704, 13565, 17171, 12193, 17909, 12113, 19224, 17738, 10075, 10279, 7704, 7453, 7669, 8760, 11087, 7867, 14207, 7507, 15764, 8789, 13065, 7238, 14916, 19462, 19461, 10802, 11565, 8955, 13501, 7413, 11336, 7872, 11008, 9773, 8037, 18245, 8263, 16016, 8885, 14922, 9376, 14528, 9928, 14174, 7831, 16589, 9656, 12723, 7821, 16375, 7995, 15500, 8398, 14620, 10668, 17033, 8268, 7037, 8794, 9573, 9371, 7072, 14005, 8137, 16173, 8877, 14028, 12891, 13351, 11533, 16482, 7156, 10630, 7117, 13004, 7108, 8110, 16857, 17440, 19251, 12945, 7269, 9292, 7363, 8311, 8223, 8197, 7309, 7963, 7417, 7866, 12163, 9535, 13922, 12157, 8097, 7855, 17215, 9005, 18667, 11322, 17577, 12749, 17614, 7980, 7442, 7624, 11807, 7878, 15473, 8665, 15017, 9359, 17515, 12825, 20287, 8407, 14113, 7780, 13230, 8138, 13658, 9519, 18797, 8625, 15988, 8596, 8254, 7629, 12511, 7840, 16704, 9448, 18034, 13469, 18123, 10245, 11166, 7784, 20059, 10644, 16381, 12176, 13564, 7421, 7212, 9230, 7192, 9647, 7128, 7798, 7169, 14680, 8771, 12386, 7404, 7675, 14953, 7576, 17329, 14126, 17521, 17550, 12381, 21768, 15995, 13959, 8936, 8667, 7558, 13922, 7730, 13755, 7882, 12139], 'WindowCenter': [4510.0, 4368.0, 4423.0, 4349.0, 4374.0, 4314.0, 4311.0, 4383.0, 4331.0, 4360.0, 4305.0, 4308.0, 4308.0, 4345.0, 4319.0, 4369.0, 4350.0, 4394.0, 4343.0, 4371.0, 4322.0, 4360.0, 4352.0, 4320.0, 4412.0, 4338.0, 4399.0, 4307.0, 4367.0, 4327.0, 4379.0, 4388.0, 4356.0, 4346.0, 4305.0, 4375.0, 4296.0, 4387.0, 4336.0, 4398.0, 4326.0, 4365.0, 4294.0, 4303.0, 4364.0, 4304.0, 4398.0, 4323.0, 4373.0, 4305.0, 4344.0, 4304.0, 4345.0, 4324.0, 4342.0, 4282.0, 4293.0, 4321.0, 4294.0, 4375.0, 4326.0, 4387.0, 4303.0, 4363.0, 4303.0, 4324.0, 4306.0, 4356.0, 4306.0, 4324.0, 4308.0, 4316.0, 4338.0, 4319.0, 4387.0, 4359.0, 4398.0, 4315.0, 4386.0, 4316.0, 4377.0, 4337.0, 4378.0, 4337.0, 4375.0, 4305.0, 4303.0, 4294.0, 4307.0, 4346.0, 4370.0, 4327.0, 4315.0, 4366.0, 4305.0, 4398.0, 4317.0, 4398.0, 4358.0, 4396.0, 4305.0, 4354.0, 4317.0, 4345.0, 4336.0, 4399.0, 4317.0, 4325.0, 4294.0, 4317.0, 4347.0, 4336.0, 4378.0, 4325.0, 4315.0, 4307.0, 4356.0, 4317.0, 4386.0, 4357.0, 4386.0, 4304.0, 4365.0, 4305.0, 4387.0, 4317.0, 4377.0, 4337.0, 4338.0, 4319.0, 4338.0, 4330.0, 4380.0, 4362.0, 4383.0, 4329.0, 4401.0, 4363.0, 4390.0, 4341.0, 4371.0, 4339.0, 4341.0, 4323.0, 4370.0, 4330.0, 4404.0, 4392.0, 4317.0, 4348.0, 4309.0, 4352.0, 4333.0, 4331.0, 4391.0, 4424.0, 4360.0, 4389.0, 4351.0, 4393.0, 4333.0, 4371.0, 4328.0, 4309.0, 4316.0, 4318.0, 4382.0, 4375.0, 4413.0, 4350.0, 4410.0, 4351.0, 4409.0, 4369.0, 4400.0, 4356.0, 4348.0, 4389.0, 4398.0, 4292.0, 4331.0, 4292.0, 4315.0, 4316.0, 4336.0, 4348.0, 4337.0, 4307.0, 4339.0, 4399.0, 4325.0, 4351.0, 4293.0, 4295.0, 4328.0, 4380.0, 4339.0, 4388.0, 4345.0, 4294.0, 4302.0, 4293.0, 4354.0, 4326.0, 4366.0, 4325.0, 4398.0, 4305.0, 4375.0, 4336.0, 4399.0, 4357.0, 4395.0, 4306.0, 4364.0, 4306.0, 4354.0, 4316.0, 4365.0, 4305.0, 4345.0, 4296.0, 4323.0, 4306.0, 4344.0, 4307.0, 4379.0, 4318.0, 4368.0, 4319.0, 4367.0, 4317.0, 4357.0, 4346.0, 4388.0, 4315.0, 4315.0, 4396.0, 4307.0, 4398.0, 4355.0, 4397.0, 4325.0, 4374.0, 4294.0, 4363.0, 4314.0, 4365.0, 4347.0, 4397.0, 4304.0, 4344.0, 4296.0, 4307.0, 4354.0, 4305.0, 4386.0, 4345.0, 4385.0, 4316.0, 4354.0, 4306.0, 4326.0, 4343.0, 4336.0, 4375.0, 4304.0, 4386.0, 4305.0, 4365.0, 4313.0, 4355.0, 4322.0, 4303.0, 4383.0, 4293.0, 4352.0, 4302.0, 4343.0, 4325.0, 4334.0, 4296.0, 4314.0, 4296.0, 4307.0, 4366.0, 4328.0, 4388.0, 4317.0, 4366.0, 4305.0, 4327.0, 4386.0, 4324.0, 4409.0, 4355.0, 4374.0, 4295.0, 4314.0, 4304.0, 4317.0, 4368.0, 4318.0, 4338.0, 4309.0, 4387.0, 4306.0, 4358.0, 4337.0, 4367.0, 4380.0, 4370.0, 4410.0, 4362.0, 4412.0, 4307.0, 4365.0, 4336.0, 4399.0, 4347.0, 4386.0, 4296.0, 4314.0, 4314.0, 4305.0, 4375.0, 4346.0, 4409.0, 4324.0, 4398.0, 4303.0, 4366.0, 4325.0, 4353.0, 4327.0, 4365.0, 4283.0, 4313.0, 4373.0, 4293.0, 4384.0, 4334.0, 4385.0, 4333.0, 4362.0, 4292.0, 4311.0, 4311.0, 4292.0, 4377.0, 4313.0, 4363.0, 4293.0, 4371.0, 4292.0, 4351.0, 4313.0, 4353.0, 4291.0, 4312.0, 4313.0, 4293.0, 4383.0, 4323.0, 4365.0, 4302.0, 4341.0, 4292.0, 4293.0, 4352.0, 4302.0, 4373.0, 4303.0, 4377.0, 4317.0, 4385.0, 4315.0, 4342.0, 4294.0, 4327.0, 4296.0, 4305.0, 4364.0, 4324.0, 4376.0, 4335.0, 4366.0, 4321.0, 4352.0, 4308.0, 4337.0, 4345.0, 4325.0, 4355.0, 4305.0, 4385.0, 4317.0, 4365.0, 4343.0, 4355.0, 4383.0, 4314.0, 4385.0, 4289.0, 4361.0, 4310.0, 4342.0, 4321.0, 4292.0, 4372.0, 4304.0, 4399.0, 4344.0, 4394.0, 4304.0, 4344.0, 4305.0, 4337.0, 4339.0, 4306.0, 4376.0, 4336.0, 4377.0, 4311.0, 4370.0, 4316.0, 4308.0, 4341.0, 4320.0, 4379.0, 4400.0, 4400.0, 4398.0, 4366.0, 4385.0, 4314.0, 4344.0, 4313.0, 4333.0, 4283.0, 4303.0, 4323.0, 4294.0, 4375.0, 4305.0, 4375.0, 4304.0, 4355.0, 4294.0, 4344.0, 4284.0, 4314.0, 4334.0, 4347.0, 4293.0, 4294.0, 4412.0, 4400.0, 4408.0, 4318.0, 4389.0, 4339.0, 4327.0, 4345.0, 4327.0, 4294.0, 4303.0, 4294.0, 4294.0, 4386.0, 4314.0, 4364.0, 4348.0, 4365.0, 4306.0, 4344.0, 4294.0, 4306.0, 4389.0, 4357.0, 4395.0, 4323.0, 4374.0, 4302.0, 4355.0, 4303.0, 4302.0, 4374.0, 4354.0, 4344.0, 4293.0, 4394.0, 4291.0, 4352.0, 4302.0, 4353.0, 4317.0, 4365.0, 4305.0, 4346.0, 4295.0, 4316.0, 4377.0, 4335.0, 4387.0, 4325.0, 4386.0, 4293.0, 4363.0, 4302.0, 4365.0, 4379.0, 4384.0, 4294.0, 4345.0, 4334.0, 4293.0, 4383.0, 4293.0, 4365.0, 4338.0, 4368.0, 4336.0, 4335.0, 4294.0, 4318.0, 4348.0, 4397.0, 4350.0, 4388.0, 4390.0, 4395.0, 4334.0, 4366.0, 4295.0, 4379.0, 4346.0, 4387.0, 4304.0, 4361.0, 4303.0, 4364.0, 4331.0, 4356.0, 4306.0, 4337.0, 4401.0, 4399.0, 4335.0, 4332.0, 4293.0, 4334.0, 4344.0, 4315.0, 4362.0, 4312.0, 4371.0, 4312.0, 4352.0, 4292.0, 4329.0, 4268.0, 4311.0, 4279.0, 4317.0, 4281.0, 4315.0, 4314.0, 4362.0, 4289.0, 4363.0, 4291.0, 4382.0, 4289.0, 4319.0, 4364.0, 4290.0, 4360.0, 4277.0, 4317.0, 4276.0, 4328.0, 4265.0, 4307.0, 4266.0, 4295.0, 4267.0, 4289.0, 4288.0, 4308.0, 4279.0, 4309.0, 4281.0, 4288.0, 4319.0, 4279.0, 4361.0, 4290.0, 4349.0, 4312.0, 4331.0, 4293.0, 4309.0, 4291.0, 4354.0, 4304.0, 4374.0, 4337.0, 4365.0, 4309.0, 4365.0, 4303.0, 4344.0, 4304.0, 4365.0, 4304.0, 4343.0, 4295.0, 4333.0, 4293.0, 4326.0, 4314.0, 4355.0, 4295.0, 4315.0, 4366.0, 4303.0, 4397.0, 4337.0, 4422.0, 4368.0, 4325.0, 4307.0, 4320.0, 4351.0, 4353.0, 4346.0, 4416.0, 4366.0, 4417.0, 4355.0, 4415.0, 4386.0, 4412.0, 4323.0, 4320.0, 4342.0, 4416.0, 4357.0, 4416.0, 4383.0, 4394.0, 4353.0, 4324.0, 4375.0, 4352.0, 4422.0, 4341.0, 4413.0, 4383.0, 4403.0, 4421.0, 4381.0, 4422.0, 4380.0, 4385.0, 4335.0, 4355.0, 4306.0, 4366.0, 4309.0, 4378.0, 4348.0, 4401.0, 4348.0, 4377.0, 4330.0, 4328.0, 4316.0, 4337.0, 4307.0, 4400.0, 4316.0, 4389.0, 4351.0, 4397.0, 4336.0, 4365.0, 4304.0, 4336.0, 4316.0, 4386.0, 4316.0, 4364.0, 4316.0, 4390.0, 4345.0, 4396.0, 4292.0, 4303.0, 4303.0, 4375.0, 4323.0, 4365.0, 4315.0, 4328.0, 4294.0, 4387.0, 4335.0, 4348.0, 4388.0, 4307.0, 4321.0, 4344.0, 4324.0, 4361.0, 4331.0, 4392.0, 4360.0, 4414.0, 4393.0, 4425.0, 4381.0, 4348.0, 4338.0, 4318.0, 4361.0, 4353.0, 4390.0, 4361.0, 4412.0, 4380.0, 4401.0, 4382.0, 4377.0, 4336.0, 4285.0, 4291.0, 4282.0, 4357.0, 4314.0, 4359.0, 4393.0, 4361.0, 4410.0, 4375.0, 4293.0, 4315.0, 4284.0, 4354.0, 4307.0, 4392.0, 4350.0, 4399.0, 4316.0, 4376.0, 4306.0, 4377.0, 4308.0, 4367.0, 4327.0, 4374.0, 4313.0, 4355.0, 4296.0, 4315.0, 4295.0, 4314.0, 4369.0, 4388.0, 4326.0, 4355.0, 4297.0, 4368.0, 4412.0, 4379.0, 4336.0, 4327.0, 4292.0, 4318.0, 4298.0, 4309.0, 4367.0, 4326.0, 4422.0, 4350.0, 4410.0, 4366.0, 4325.0, 4317.0, 4300.0, 4371.0, 4320.0, 4390.0, 4349.0, 4417.0, 4417.0, 4411.0, 4371.0, 4390.0, 4336.0, 4295.0, 4296.0, 4309.0, 4309.0, 4354.0, 4351.0, 4373.0, 4402.0, 4380.0, 4388.0, 4347.0, 4338.0, 4306.0, 4327.0, 4315.0, 4364.0, 4388.0, 4314.0, 4333.0, 4297.0, 4336.0, 4296.0, 4337.0, 4297.0, 4347.0, 4328.0, 4386.0, 4294.0, 4353.0, 4295.0, 4345.0, 4348.0, 4392.0, 4412.0, 4379.0, 4388.0, 4319.0, 4399.0, 4329.0, 4432.0, 4369.0, 4349.0, 4296.0, 4309.0, 4346.0, 4335.0, 4382.0, 4325.0, 4371.0, 4323.0, 4406.0, 4346.0, 4414.0, 4361.0, 4418.0, 4405.0, 4413.0, 4329.0, 4370.0, 4321.0, 4411.0, 4383.0, 4424.0, 4362.0, 4390.0, 4348.0, 4389.0, 4334.0, 4295.0, 4327.0, 4310.0, 4379.0, 4360.0, 4414.0, 4382.0, 4348.0, 4337.0, 4316.0, 4345.0, 4374.0, 4317.0, 4409.0, 4336.0, 4386.0, 4316.0, 4366.0, 4327.0, 4302.0, 4292.0, 4295.0, 4317.0, 4320.0, 4346.0, 4307.0, 4346.0, 4283.0, 4356.0, 4346.0, 4380.0, 4400.0, 4359.0, 4399.0, 4371.0, 4410.0, 4403.0, 4324.0, 4321.0, 4306.0, 4308.0, 4309.0, 4327.0, 4358.0, 4308.0, 4379.0, 4322.0, 4400.0, 4328.0, 4370.0, 4324.0, 4404.0, 4441.0, 4423.0, 4361.0, 4371.0, 4328.0, 4368.0, 4296.0, 4345.0, 4305.0, 4348.0, 4336.0, 4306.0, 4396.0, 4304.0, 4385.0, 4316.0, 4375.0, 4323.0, 4362.0, 4326.0, 4364.0, 4293.0, 4400.0, 4324.0, 4354.0, 4294.0, 4384.0, 4304.0, 4372.0, 4302.0, 4389.0, 4349.0, 4387.0, 4302.0, 4294.0, 4325.0, 4335.0, 4324.0, 4295.0, 4376.0, 4331.0, 4412.0, 4329.0, 4365.0, 4353.0, 4363.0, 4346.0, 4385.0, 4283.0, 4345.0, 4310.0, 4378.0, 4298.0, 4319.0, 4410.0, 4413.0, 4408.0, 4368.0, 4309.0, 4326.0, 4307.0, 4318.0, 4315.0, 4315.0, 4306.0, 4331.0, 4307.0, 4317.0, 4354.0, 4336.0, 4391.0, 4369.0, 4318.0, 4305.0, 4385.0, 4313.0, 4396.0, 4333.0, 4395.0, 4368.0, 4395.0, 4304.0, 4293.0, 4305.0, 4358.0, 4315.0, 4375.0, 4314.0, 4388.0, 4337.0, 4396.0, 4366.0, 4408.0, 4316.0, 4376.0, 4318.0, 4365.0, 4305.0, 4376.0, 4327.0, 4408.0, 4317.0, 4386.0, 4328.0, 4316.0, 4319.0, 4368.0, 4319.0, 4387.0, 4338.0, 4398.0, 4369.0, 4394.0, 4335.0, 4333.0, 4304.0, 4407.0, 4336.0, 4400.0, 4359.0, 4368.0, 4295.0, 4306.0, 4340.0, 4310.0, 4340.0, 4298.0, 4319.0, 4295.0, 4389.0, 4328.0, 4379.0, 4320.0, 4334.0, 4403.0, 4322.0, 4402.0, 4379.0, 4400.0, 4400.0, 4372.0, 4435.0, 4379.0, 4363.0, 4312.0, 4303.0, 4304.0, 4364.0, 4307.0, 4379.0, 4316.0, 4355.0], 'WindowWidth': [9903.0, 9678.0, 9739.0, 9627.0, 9653.0, 9569.0, 9561.0, 9661.0, 9586.0, 9619.0, 9543.0, 9550.0, 9549.0, 9593.0, 9565.0, 9631.0, 9611.0, 9674.0, 9602.0, 9638.0, 9574.0, 9624.0, 9613.0, 9566.0, 9697.0, 9589.0, 9675.0, 9546.0, 9627.0, 9573.0, 9646.0, 9655.0, 9609.0, 9593.0, 9542.0, 9636.0, 9530.0, 9656.0, 9583.0, 9673.0, 9568.0, 9621.0, 9524.0, 9536.0, 9618.0, 9535.0, 9673.0, 9559.0, 9631.0, 9538.0, 9590.0, 9539.0, 9591.0, 9565.0, 9586.0, 9504.0, 9522.0, 9556.0, 9524.0, 9633.0, 9568.0, 9655.0, 9533.0, 9613.0, 9537.0, 9564.0, 9541.0, 9610.0, 9544.0, 9564.0, 9549.0, 9558.0, 9590.0, 9565.0, 9656.0, 9622.0, 9672.0, 9555.0, 9656.0, 9556.0, 9641.0, 9585.0, 9644.0, 9586.0, 9635.0, 9542.0, 9535.0, 9525.0, 9546.0, 9597.0, 9636.0, 9573.0, 9556.0, 9624.0, 9541.0, 9673.0, 9558.0, 9672.0, 9616.0, 9667.0, 9543.0, 9606.0, 9560.0, 9596.0, 9584.0, 9676.0, 9559.0, 9567.0, 9525.0, 9557.0, 9598.0, 9583.0, 9643.0, 9567.0, 9555.0, 9544.0, 9610.0, 9559.0, 9652.0, 9616.0, 9652.0, 9540.0, 9623.0, 9541.0, 9655.0, 9562.0, 9643.0, 9587.0, 9590.0, 9566.0, 9592.0, 9585.0, 9648.0, 9629.0, 9656.0, 9580.0, 9682.0, 9628.0, 9665.0, 9600.0, 9637.0, 9591.0, 9598.0, 9576.0, 9637.0, 9582.0, 9689.0, 9668.0, 9560.0, 9601.0, 9553.0, 9618.0, 9592.0, 9585.0, 9668.0, 9723.0, 9623.0, 9660.0, 9614.0, 9673.0, 9594.0, 9640.0, 9578.0, 9551.0, 9558.0, 9562.0, 9657.0, 9647.0, 9706.0, 9605.0, 9692.0, 9612.0, 9691.0, 9631.0, 9681.0, 9609.0, 9599.0, 9655.0, 9671.0, 9515.0, 9565.0, 9514.0, 9551.0, 9553.0, 9579.0, 9598.0, 9587.0, 9546.0, 9595.0, 9676.0, 9565.0, 9594.0, 9518.0, 9527.0, 9577.0, 9651.0, 9590.0, 9658.0, 9593.0, 9524.0, 9530.0, 9520.0, 9602.0, 9569.0, 9623.0, 9565.0, 9672.0, 9538.0, 9634.0, 9581.0, 9675.0, 9614.0, 9664.0, 9542.0, 9615.0, 9539.0, 9602.0, 9554.0, 9619.0, 9540.0, 9593.0, 9529.0, 9560.0, 9544.0, 9590.0, 9545.0, 9646.0, 9563.0, 9630.0, 9565.0, 9627.0, 9558.0, 9611.0, 9597.0, 9656.0, 9553.0, 9553.0, 9664.0, 9545.0, 9671.0, 9607.0, 9669.0, 9566.0, 9634.0, 9524.0, 9615.0, 9550.0, 9619.0, 9599.0, 9669.0, 9538.0, 9592.0, 9531.0, 9543.0, 9603.0, 9538.0, 9656.0, 9592.0, 9649.0, 9555.0, 9604.0, 9541.0, 9567.0, 9589.0, 9583.0, 9633.0, 9537.0, 9651.0, 9538.0, 9620.0, 9547.0, 9607.0, 9557.0, 9533.0, 9643.0, 9520.0, 9597.0, 9533.0, 9588.0, 9570.0, 9577.0, 9530.0, 9553.0, 9530.0, 9546.0, 9623.0, 9575.0, 9659.0, 9559.0, 9625.0, 9540.0, 9572.0, 9651.0, 9564.0, 9692.0, 9606.0, 9632.0, 9527.0, 9549.0, 9538.0, 9558.0, 9628.0, 9565.0, 9589.0, 9554.0, 9653.0, 9545.0, 9615.0, 9585.0, 9626.0, 9648.0, 9636.0, 9690.0, 9627.0, 9698.0, 9545.0, 9623.0, 9586.0, 9677.0, 9600.0, 9650.0, 9531.0, 9550.0, 9550.0, 9539.0, 9636.0, 9598.0, 9688.0, 9565.0, 9672.0, 9537.0, 9623.0, 9569.0, 9602.0, 9573.0, 9621.0, 9508.0, 9547.0, 9629.0, 9520.0, 9648.0, 9577.0, 9651.0, 9574.0, 9613.0, 9519.0, 9542.0, 9543.0, 9517.0, 9639.0, 9546.0, 9614.0, 9520.0, 9625.0, 9519.0, 9596.0, 9549.0, 9600.0, 9517.0, 9544.0, 9546.0, 9522.0, 9646.0, 9562.0, 9621.0, 9532.0, 9583.0, 9517.0, 9522.0, 9599.0, 9532.0, 9631.0, 9533.0, 9639.0, 9559.0, 9650.0, 9554.0, 9584.0, 9526.0, 9575.0, 9532.0, 9539.0, 9618.0, 9564.0, 9639.0, 9580.0, 9626.0, 9576.0, 9618.0, 9551.0, 9586.0, 9592.0, 9565.0, 9607.0, 9540.0, 9651.0, 9556.0, 9620.0, 9587.0, 9606.0, 9642.0, 9547.0, 9651.0, 9509.0, 9610.0, 9538.0, 9584.0, 9552.0, 9517.0, 9626.0, 9537.0, 9674.0, 9592.0, 9663.0, 9537.0, 9591.0, 9542.0, 9587.0, 9594.0, 9543.0, 9638.0, 9580.0, 9641.0, 9557.0, 9633.0, 9558.0, 9551.0, 9596.0, 9569.0, 9646.0, 9674.0, 9675.0, 9668.0, 9618.0, 9648.0, 9548.0, 9589.0, 9546.0, 9571.0, 9505.0, 9531.0, 9558.0, 9522.0, 9631.0, 9540.0, 9636.0, 9535.0, 9604.0, 9522.0, 9588.0, 9509.0, 9548.0, 9577.0, 9596.0, 9520.0, 9524.0, 9700.0, 9678.0, 9689.0, 9560.0, 9661.0, 9593.0, 9571.0, 9593.0, 9570.0, 9523.0, 9535.0, 9525.0, 9523.0, 9649.0, 9549.0, 9618.0, 9604.0, 9622.0, 9544.0, 9594.0, 9525.0, 9545.0, 9660.0, 9612.0, 9667.0, 9561.0, 9633.0, 9533.0, 9606.0, 9534.0, 9534.0, 9633.0, 9604.0, 9587.0, 9520.0, 9665.0, 9515.0, 9597.0, 9533.0, 9600.0, 9560.0, 9620.0, 9541.0, 9595.0, 9528.0, 9557.0, 9641.0, 9579.0, 9657.0, 9564.0, 9651.0, 9520.0, 9617.0, 9531.0, 9620.0, 9647.0, 9647.0, 9523.0, 9593.0, 9575.0, 9521.0, 9645.0, 9523.0, 9621.0, 9590.0, 9628.0, 9585.0, 9579.0, 9525.0, 9563.0, 9603.0, 9671.0, 9607.0, 9660.0, 9664.0, 9661.0, 9576.0, 9622.0, 9526.0, 9648.0, 9598.0, 9655.0, 9534.0, 9609.0, 9532.0, 9615.0, 9586.0, 9611.0, 9544.0, 9590.0, 9689.0, 9677.0, 9575.0, 9568.0, 9519.0, 9575.0, 9586.0, 9549.0, 9612.0, 9540.0, 9623.0, 9541.0, 9596.0, 9516.0, 9562.0, 9481.0, 9538.0, 9494.0, 9543.0, 9501.0, 9554.0, 9551.0, 9613.0, 9508.0, 9611.0, 9515.0, 9639.0, 9509.0, 9548.0, 9615.0, 9511.0, 9603.0, 9488.0, 9541.0, 9487.0, 9555.0, 9472.0, 9527.0, 9474.0, 9511.0, 9474.0, 9507.0, 9505.0, 9534.0, 9495.0, 9534.0, 9498.0, 9507.0, 9548.0, 9494.0, 9609.0, 9509.0, 9590.0, 9542.0, 9567.0, 9519.0, 9537.0, 9517.0, 9606.0, 9538.0, 9633.0, 9588.0, 9623.0, 9553.0, 9620.0, 9535.0, 9590.0, 9539.0, 9619.0, 9538.0, 9587.0, 9527.0, 9574.0, 9524.0, 9568.0, 9552.0, 9606.0, 9525.0, 9554.0, 9622.0, 9536.0, 9669.0, 9587.0, 9715.0, 9629.0, 9567.0, 9545.0, 9573.0, 9613.0, 9621.0, 9618.0, 9711.0, 9641.0, 9713.0, 9627.0, 9705.0, 9663.0, 9694.0, 9575.0, 9568.0, 9599.0, 9711.0, 9628.0, 9711.0, 9660.0, 9678.0, 9621.0, 9585.0, 9650.0, 9614.0, 9714.0, 9596.0, 9705.0, 9657.0, 9682.0, 9711.0, 9653.0, 9716.0, 9648.0, 9648.0, 9578.0, 9606.0, 9542.0, 9624.0, 9554.0, 9643.0, 9601.0, 9681.0, 9603.0, 9644.0, 9582.0, 9573.0, 9555.0, 9585.0, 9545.0, 9677.0, 9556.0, 9662.0, 9610.0, 9671.0, 9583.0, 9622.0, 9538.0, 9582.0, 9558.0, 9652.0, 9557.0, 9617.0, 9559.0, 9664.0, 9592.0, 9669.0, 9516.0, 9534.0, 9535.0, 9637.0, 9560.0, 9618.0, 9552.0, 9573.0, 9525.0, 9657.0, 9580.0, 9601.0, 9656.0, 9543.0, 9571.0, 9606.0, 9579.0, 9622.0, 9579.0, 9664.0, 9617.0, 9699.0, 9671.0, 9723.0, 9651.0, 9594.0, 9585.0, 9558.0, 9621.0, 9615.0, 9659.0, 9619.0, 9697.0, 9645.0, 9678.0, 9652.0, 9642.0, 9580.0, 9508.0, 9512.0, 9501.0, 9613.0, 9550.0, 9616.0, 9669.0, 9622.0, 9689.0, 9630.0, 9516.0, 9550.0, 9509.0, 9600.0, 9546.0, 9664.0, 9610.0, 9672.0, 9555.0, 9632.0, 9538.0, 9637.0, 9546.0, 9624.0, 9570.0, 9629.0, 9545.0, 9603.0, 9528.0, 9553.0, 9528.0, 9552.0, 9629.0, 9658.0, 9567.0, 9604.0, 9531.0, 9632.0, 9700.0, 9644.0, 9582.0, 9573.0, 9521.0, 9561.0, 9534.0, 9552.0, 9629.0, 9571.0, 9710.0, 9610.0, 9688.0, 9620.0, 9559.0, 9552.0, 9540.0, 9633.0, 9565.0, 9659.0, 9603.0, 9720.0, 9711.0, 9693.0, 9637.0, 9664.0, 9580.0, 9522.0, 9528.0, 9551.0, 9553.0, 9620.0, 9607.0, 9639.0, 9677.0, 9644.0, 9652.0, 9594.0, 9582.0, 9540.0, 9568.0, 9552.0, 9619.0, 9657.0, 9551.0, 9571.0, 9529.0, 9582.0, 9530.0, 9583.0, 9533.0, 9598.0, 9574.0, 9649.0, 9525.0, 9600.0, 9526.0, 9593.0, 9603.0, 9672.0, 9695.0, 9645.0, 9654.0, 9562.0, 9676.0, 9581.0, 9727.0, 9632.0, 9602.0, 9531.0, 9553.0, 9617.0, 9599.0, 9656.0, 9583.0, 9637.0, 9579.0, 9692.0, 9613.0, 9703.0, 9623.0, 9717.0, 9688.0, 9698.0, 9576.0, 9634.0, 9574.0, 9697.0, 9655.0, 9717.0, 9625.0, 9663.0, 9601.0, 9655.0, 9578.0, 9524.0, 9571.0, 9554.0, 9643.0, 9619.0, 9706.0, 9651.0, 9601.0, 9582.0, 9551.0, 9591.0, 9631.0, 9555.0, 9691.0, 9585.0, 9650.0, 9557.0, 9624.0, 9572.0, 9528.0, 9517.0, 9527.0, 9558.0, 9566.0, 9596.0, 9546.0, 9596.0, 9508.0, 9608.0, 9594.0, 9646.0, 9675.0, 9617.0, 9674.0, 9637.0, 9697.0, 9687.0, 9561.0, 9554.0, 9542.0, 9548.0, 9550.0, 9574.0, 9616.0, 9547.0, 9643.0, 9576.0, 9677.0, 9576.0, 9633.0, 9584.0, 9692.0, 9759.0, 9717.0, 9627.0, 9640.0, 9577.0, 9627.0, 9529.0, 9590.0, 9538.0, 9598.0, 9580.0, 9543.0, 9665.0, 9537.0, 9649.0, 9557.0, 9631.0, 9563.0, 9613.0, 9568.0, 9615.0, 9521.0, 9677.0, 9564.0, 9604.0, 9524.0, 9644.0, 9537.0, 9626.0, 9533.0, 9664.0, 9608.0, 9652.0, 9529.0, 9525.0, 9568.0, 9581.0, 9564.0, 9528.0, 9635.0, 9589.0, 9697.0, 9578.0, 9620.0, 9601.0, 9615.0, 9594.0, 9646.0, 9507.0, 9596.0, 9559.0, 9645.0, 9538.0, 9567.0, 9694.0, 9706.0, 9687.0, 9630.0, 9550.0, 9568.0, 9547.0, 9563.0, 9555.0, 9552.0, 9547.0, 9590.0, 9549.0, 9559.0, 9606.0, 9583.0, 9667.0, 9632.0, 9562.0, 9541.0, 9650.0, 9547.0, 9667.0, 9574.0, 9664.0, 9631.0, 9666.0, 9538.0, 9524.0, 9544.0, 9615.0, 9555.0, 9636.0, 9552.0, 9656.0, 9589.0, 9666.0, 9623.0, 9688.0, 9559.0, 9638.0, 9565.0, 9622.0, 9543.0, 9638.0, 9571.0, 9688.0, 9560.0, 9654.0, 9579.0, 9557.0, 9567.0, 9629.0, 9564.0, 9653.0, 9587.0, 9677.0, 9633.0, 9661.0, 9580.0, 9574.0, 9539.0, 9687.0, 9584.0, 9679.0, 9620.0, 9627.0, 9526.0, 9545.0, 9597.0, 9557.0, 9593.0, 9537.0, 9568.0, 9529.0, 9663.0, 9578.0, 9648.0, 9572.0, 9593.0, 9684.0, 9572.0, 9687.0, 9644.0, 9675.0, 9675.0, 9639.0, 9739.0, 9643.0, 9612.0, 9543.0, 9532.0, 9535.0, 9615.0, 9547.0, 9643.0, 9558.0, 9607.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.002068618113912231</td></tr>
<tr><td colspan=3>aqi</td><td>0.03915750718954248</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.33331443570091</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1879610394299067</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.974456250616822</td></tr>
<tr><td colspan=3>efc</td><td>0.5215</td></tr>
<tr><td colspan=3>fber</td><td>2908.9028</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14146663489146782</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>203</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.954248366013072</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5238242041699928</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.357160761982726</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7471341163214005</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.467177734205851</td></tr>
<tr><td colspan=3>gcor</td><td>0.00692782</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013476990163326263</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03786735609173775</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.099487817652623</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>14.3075</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.7614</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.4711</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292078.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1202.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.7904</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8601</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.9444</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3514.2086</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.1302</td></tr>
<tr><td colspan=3>tsnr</td><td>29.379531524842605</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>