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

616 lines
No EOL
143 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-0018_ses-04_task-fractional_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-0018_ses-04_task-fractional_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-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_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-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_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-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-04_task-fractional_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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_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-0018/ses-04/func/sub-0018_ses-04_task-fractional_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>0c97a370cf34a7b0a73d1bd8123911c1</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>09:12:25.287500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995475, -0.0588087, 0.074643, 0.0544357, 0.996753, 0.0593271]</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-fractional_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.100526</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 640, -67, -214, -22, 11]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.903</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c4eb417-fca8-4254-88fb-bc70869d8a51||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670785903930664, 0.14604713022708893, 0.21030192077159882, 99.62892150878906], [0.15777945518493652, 2.6742160320281982, 0.1484876573085785, -89.274658203125], [0.2002616971731186, -0.15917040407657623, 2.6876988410949707, -63.83384323120117], [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, 1322]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['091225.287500', '091225.747500', '091226.207500', '091226.667500', '091227.127500', '091227.587500', '091228.047500', '091228.507500', '091228.967500', '091229.427500', '091229.887500', '091230.347500', '091230.807500', '091231.267500', '091231.727500', '091232.187500', '091232.647500', '091233.107500', '091233.567500', '091234.027500', '091234.487500', '091234.947500', '091235.407500', '091235.867500', '091236.327500', '091236.787500', '091237.247500', '091237.707500', '091238.167500', '091238.627500', '091239.087500', '091239.547500', '091240.007500', '091240.467500', '091240.927500', '091241.387500', '091241.847500', '091242.307500', '091242.767500', '091243.227500', '091243.687500', '091244.147500', '091244.607500', '091245.067500', '091245.527500', '091245.987500', '091246.447500', '091246.907500', '091247.367500', '091247.827500', '091248.287500', '091248.747500', '091249.207500', '091249.667500', '091250.127500', '091250.587500', '091251.047500', '091251.507500', '091251.967500', '091252.427500', '091252.887500', '091253.347500', '091253.807500', '091254.267500', '091254.727500', '091255.187500', '091255.647500', '091256.107500', '091256.567500', '091257.027500', '091257.487500', '091257.947500', '091258.407500', '091258.867500', '091259.327500', '091259.787500', '091300.247500', '091300.707500', '091301.167500', '091301.627500', '091302.087500', '091302.547500', '091303.007500', '091303.467500', '091303.927500', '091304.387500', '091304.847500', '091305.307500', '091305.767500', '091306.227500', '091306.687500', '091307.147500', '091307.607500', '091308.067500', '091308.527500', '091308.987500', '091309.447500', '091309.907500', '091310.367500', '091310.827500', '091311.287500', '091311.747500', '091312.207500', '091312.667500', '091313.127500', '091313.587500', '091314.047500', '091314.507500', '091314.967500', '091315.427500', '091315.887500', '091316.347500', '091316.807500', '091317.267500', '091317.727500', '091318.187500', '091318.647500', '091319.107500', '091319.567500', '091320.027500', '091320.487500', '091320.947500', '091321.407500', '091321.867500', '091322.327500', '091322.787500', '091323.247500', '091323.707500', '091324.167500', '091324.627500', '091325.087500', '091325.547500', '091326.007500', '091326.467500', '091326.927500', '091327.387500', '091327.847500', '091328.307500', '091328.767500', '091329.227500', '091329.687500', '091330.147500', '091330.607500', '091331.067500', '091331.527500', '091331.987500', '091332.447500', '091332.907500', '091333.367500', '091333.827500', '091334.287500', '091334.747500', '091335.207500', '091335.667500', '091336.127500', '091336.587500', '091337.047500', '091337.507500', '091337.967500', '091338.427500', '091338.887500', '091339.347500', '091339.807500', '091340.267500', '091340.727500', '091341.187500', '091341.647500', '091342.107500', '091342.567500', '091343.027500', '091343.487500', '091343.947500', '091344.407500', '091344.867500', '091345.327500', '091345.787500', '091346.247500', '091346.707500', '091347.167500', '091347.627500', '091348.087500', '091348.547500', '091349.007500', '091349.467500', '091349.927500', '091350.387500', '091350.847500', '091351.307500', '091351.767500', '091352.227500', '091352.687500', '091353.147500', '091353.607500', '091354.067500', '091354.527500', '091354.987500', '091355.447500', '091355.907500', '091356.367500', '091356.827500', '091357.287500', '091357.747500', '091358.207500', '091358.667500', '091359.127500', '091359.587500', '091400.047500', '091400.507500', '091400.967500', '091401.427500', '091401.887500', '091402.347500', '091402.807500', '091403.267500', '091403.727500', '091404.187500', '091404.647500', '091405.107500', '091405.567500', '091406.027500', '091406.487500', '091406.947500', '091407.407500', '091407.867500', '091408.327500', '091408.787500', '091409.247500', '091409.707500', '091410.167500', '091410.627500', '091411.087500', '091411.547500', '091412.007500', '091412.467500', '091412.927500', '091413.387500', '091413.847500', '091414.307500', '091414.767500', '091415.227500', '091415.687500', '091416.147500', '091416.607500', '091417.067500', '091417.527500', '091417.987500', '091418.447500', '091418.907500', '091419.367500', '091419.827500', '091420.287500', '091420.747500', '091421.207500', '091421.667500', '091422.127500', '091422.587500', '091423.047500', '091423.507500', '091423.967500', '091424.427500', '091424.887500', '091425.347500', '091425.807500', '091426.267500', '091426.727500', '091427.187500', '091427.647500', '091428.107500', '091428.567500', '091429.027500', '091429.487500', '091429.947500', '091430.407500', '091430.867500', '091431.327500', '091431.787500', '091432.247500', '091432.707500', '091433.167500', '091433.627500', '091434.087500', '091434.547500', '091435.007500', '091435.467500', '091435.927500', '091436.387500', '091436.847500', '091437.307500', '091437.767500', '091438.227500', '091438.687500', '091439.147500', '091439.607500', '091440.067500', '091440.527500', '091440.987500', '091441.447500', '091441.907500', '091442.367500', '091442.827500', '091443.287500', '091443.747500', '091444.207500', '091444.667500', '091445.127500', '091445.587500', '091446.047500', '091446.507500', '091446.967500', '091447.427500', '091447.887500', '091448.347500', '091448.807500', '091449.267500', '091449.727500', '091450.187500', '091450.647500', '091451.107500', '091451.567500', '091452.027500', '091452.487500', '091452.947500', '091453.407500', '091453.867500', '091454.327500', '091454.787500', '091455.247500', '091455.707500', '091456.167500', '091456.627500', '091457.087500', '091457.547500', '091458.007500', '091458.467500', '091458.927500', '091459.387500', '091459.847500', '091500.307500', '091500.767500', '091501.227500', '091501.687500', '091502.147500', '091502.607500', '091503.067500', '091503.527500', '091503.987500', '091504.447500', '091504.907500', '091505.367500', '091505.827500', '091506.287500', '091506.747500', '091507.207500', '091507.667500', '091508.127500', '091508.587500', '091509.047500', '091509.507500', '091509.967500', '091510.427500', '091510.887500', '091511.347500', '091511.807500', '091512.267500', '091512.727500', '091513.187500', '091513.647500', '091514.107500', '091514.567500', '091515.027500', '091515.487500', '091515.947500', '091516.407500', '091516.867500', '091517.327500', '091517.787500', '091518.247500', '091518.707500', '091519.167500', '091519.627500', '091520.087500', '091520.547500', '091521.007500', '091521.467500', '091521.927500', '091522.387500', '091522.847500', '091523.307500', '091523.767500', '091524.227500', '091524.687500', '091525.147500', '091525.607500', '091526.067500', '091526.527500', '091526.987500', '091527.447500', '091527.907500', '091528.367500', '091528.827500', '091529.287500', '091529.747500', '091530.207500', '091530.667500', '091531.127500', '091531.587500', '091532.047500', '091532.507500', '091532.967500', '091533.427500', '091533.887500', '091534.347500', '091534.807500', '091535.267500', '091535.727500', '091536.187500', '091536.647500', '091537.107500', '091537.567500', '091538.027500', '091538.487500', '091538.947500', '091539.407500', '091539.867500', '091540.327500', '091540.787500', '091541.247500', '091541.707500', '091542.167500', '091542.627500', '091543.087500', '091543.547500', '091544.007500', '091544.467500', '091544.927500', '091545.387500', '091545.847500', '091546.307500', '091546.767500', '091547.227500', '091547.687500', '091548.147500', '091548.607500', '091549.067500', '091549.527500', '091549.987500', '091550.447500', '091550.907500', '091551.367500', '091551.827500', '091552.287500', '091552.747500', '091553.207500', '091553.667500', '091554.127500', '091554.587500', '091555.047500', '091555.507500', '091555.967500', '091556.427500', '091556.887500', '091557.347500', '091557.807500', '091558.267500', '091558.727500', '091559.187500', '091559.647500', '091600.107500', '091600.567500', '091601.027500', '091601.487500', '091601.947500', '091602.407500', '091602.867500', '091603.327500', '091603.787500', '091604.247500', '091604.707500', '091605.167500', '091605.627500', '091606.087500', '091606.547500', '091607.007500', '091607.467500', '091607.927500', '091608.387500', '091608.847500', '091609.307500', '091609.767500', '091610.227500', '091610.687500', '091611.147500', '091611.607500', '091612.067500', '091612.527500', '091612.987500', '091613.447500', '091613.907500', '091614.367500', '091614.827500', '091615.287500', '091615.747500', '091616.207500', '091616.667500', '091617.127500', '091617.587500', '091618.047500', '091618.507500', '091618.967500', '091619.427500', '091619.887500', '091620.347500', '091620.807500', '091621.267500', '091621.727500', '091622.187500', '091622.647500', '091623.107500', '091623.567500', '091624.027500', '091624.487500', '091624.947500', '091625.407500', '091625.867500', '091626.327500', '091626.787500', '091627.247500', '091627.707500', '091628.167500', '091628.627500', '091629.087500', '091629.547500', '091630.007500', '091630.467500', '091630.927500', '091631.387500', '091631.847500', '091632.307500', '091632.767500', '091633.227500', '091633.687500', '091634.147500', '091634.607500', '091635.067500', '091635.527500', '091635.987500', '091636.447500', '091636.907500', '091637.367500', '091637.827500', '091638.287500', '091638.747500', '091639.207500', '091639.667500', '091640.127500', '091640.587500', '091641.047500', '091641.507500', '091641.967500', '091642.427500', '091642.887500', '091643.347500', '091643.807500', '091644.267500', '091644.727500', '091645.187500', '091645.647500', '091646.107500', '091646.567500', '091647.027500', '091647.487500', '091647.947500', '091648.407500', '091648.867500', '091649.327500', '091649.787500', '091650.247500', '091650.707500', '091651.167500', '091651.627500', '091652.087500', '091652.547500', '091653.007500', '091653.467500', '091653.927500', '091654.387500', '091654.847500', '091655.307500', '091655.767500', '091656.227500', '091656.687500', '091657.147500', '091657.607500', '091658.067500', '091658.527500', '091658.987500', '091659.447500', '091659.907500', '091700.367500', '091700.827500', '091701.287500', '091701.747500', '091702.207500', '091702.667500', '091703.127500', '091703.587500', '091704.047500', '091704.507500', '091704.967500', '091705.427500', '091705.887500', '091706.347500', '091706.807500', '091707.267500', '091707.727500', '091708.187500', '091708.647500', '091709.107500', '091709.567500', '091710.027500', '091710.487500', '091710.947500', '091711.407500', '091711.867500', '091712.327500', '091712.787500', '091713.247500', '091713.707500', '091714.167500', '091714.627500', '091715.087500', '091715.547500', '091716.007500', '091716.467500', '091716.927500', '091717.387500', '091717.847500', '091718.307500', '091718.767500', '091719.227500', '091719.687500', '091720.147500', '091720.607500', '091721.067500', '091721.527500', '091721.987500', '091722.447500', '091722.907500', '091723.367500', '091723.827500', '091724.287500', '091724.747500', '091725.207500', '091725.667500', '091726.127500', '091726.587500', '091727.047500', '091727.507500', '091727.967500', '091728.427500', '091728.887500', '091729.347500', '091729.807500', '091730.267500', '091730.727500', '091731.187500', '091731.647500', '091732.107500', '091732.567500', '091733.027500', '091733.487500', '091733.947500', '091734.407500', '091734.867500', '091735.327500', '091735.787500', '091736.247500', '091736.707500', '091737.167500', '091737.627500', '091738.087500', '091738.547500', '091739.007500', '091739.467500', '091739.927500', '091740.387500', '091740.847500', '091741.307500', '091741.767500', '091742.227500', '091742.687500', '091743.147500', '091743.607500', '091744.067500', '091744.527500', '091744.987500', '091745.447500', '091745.907500', '091746.367500', '091746.827500', '091747.287500', '091747.747500', '091748.207500', '091748.667500', '091749.127500', '091749.587500', '091750.047500', '091750.507500', '091750.967500', '091751.427500', '091751.887500', '091752.347500', '091752.807500', '091753.267500', '091753.727500', '091754.187500', '091754.647500', '091755.107500', '091755.567500', '091756.027500', '091756.487500', '091756.947500', '091757.407500', '091757.867500', '091758.327500', '091758.787500', '091759.247500', '091759.707500', '091800.167500', '091800.627500', '091801.087500', '091801.547500', '091802.007500', '091802.467500', '091802.927500', '091803.387500', '091803.847500', '091804.307500', '091804.767500', '091805.227500', '091805.687500', '091806.147500', '091806.607500', '091807.067500', '091807.527500', '091807.987500', '091808.447500', '091808.907500', '091809.367500', '091809.827500', '091810.287500', '091810.747500', '091811.207500', '091811.667500', '091812.127500', '091812.587500', '091813.047500', '091813.507500', '091813.967500', '091814.427500', '091814.887500', '091815.347500', '091815.807500', '091816.267500', '091816.727500', '091817.187500', '091817.647500', '091818.107500', '091818.567500', '091819.027500', '091819.487500', '091819.947500', '091820.407500', '091820.867500', '091821.327500', '091821.787500', '091822.247500', '091822.707500', '091823.167500', '091823.627500', '091824.087500', '091824.547500', '091825.007500', '091825.467500', '091825.927500', '091826.387500', '091826.847500', '091827.307500', '091827.767500', '091828.227500', '091828.687500', '091829.147500', '091829.607500', '091830.067500', '091830.527500', '091830.987500', '091831.447500', '091831.907500', '091832.367500', '091832.827500', '091833.287500', '091833.747500', '091834.207500', '091834.667500', '091835.127500', '091835.587500', '091836.047500', '091836.507500', '091836.967500', '091837.427500', '091837.887500', '091838.347500', '091838.807500', '091839.267500', '091839.727500', '091840.187500', '091840.647500', '091841.107500', '091841.567500', '091842.027500', '091842.487500', '091842.947500', '091843.407500', '091843.867500', '091844.327500', '091844.787500', '091845.247500', '091845.707500', '091846.167500', '091846.627500', '091847.087500', '091847.547500', '091848.007500', '091848.467500', '091848.927500', '091849.387500', '091849.847500', '091850.307500', '091850.767500', '091851.227500', '091851.687500', '091852.147500', '091852.607500', '091853.067500', '091853.527500', '091853.987500', '091854.447500', '091854.907500', '091855.367500', '091855.827500', '091856.287500', '091856.747500', '091857.207500', '091857.667500', '091858.127500', '091858.587500', '091859.047500', '091859.507500', '091859.967500', '091900.427500', '091900.887500', '091901.347500', '091901.807500', '091902.267500', '091902.727500', '091903.187500', '091903.647500', '091904.107500', '091904.567500', '091905.027500', '091905.487500', '091905.947500', '091906.407500', '091906.867500', '091907.327500', '091907.787500', '091908.247500', '091908.707500', '091909.167500', '091909.627500', '091910.087500', '091910.547500', '091911.007500', '091911.467500', '091911.927500', '091912.387500', '091912.847500', '091913.307500', '091913.767500', '091914.227500', '091914.687500', '091915.147500', '091915.607500', '091916.067500', '091916.527500', '091916.987500', '091917.447500', '091917.907500', '091918.367500', '091918.827500', '091919.287500', '091919.747500', '091920.207500', '091920.667500', '091921.127500', '091921.587500', '091922.047500', '091922.507500', '091922.967500', '091923.427500', '091923.887500', '091924.347500', '091924.807500', '091925.267500', '091925.727500', '091926.187500', '091926.647500', '091927.107500', '091927.567500', '091928.027500', '091928.487500', '091928.947500', '091929.407500', '091929.867500', '091930.327500', '091930.787500', '091931.247500', '091931.707500', '091932.167500', '091932.627500', '091933.087500', '091933.547500', '091934.007500', '091934.467500', '091934.927500', '091935.387500', '091935.847500', '091936.307500', '091936.767500', '091937.227500', '091937.687500', '091938.147500', '091938.607500', '091939.067500', '091939.527500', '091939.987500', '091940.447500', '091940.907500', '091941.367500', '091941.827500', '091942.287500', '091942.747500', '091943.207500', '091943.667500', '091944.127500', '091944.587500', '091945.047500', '091945.507500', '091945.967500', '091946.427500', '091946.887500', '091947.347500', '091947.807500', '091948.267500', '091948.727500', '091949.187500', '091949.647500', '091950.107500', '091950.567500', '091951.027500', '091951.487500', '091951.947500', '091952.407500', '091952.867500', '091953.327500', '091953.787500', '091954.247500', '091954.707500', '091955.167500', '091955.627500', '091956.087500', '091956.547500', '091957.007500', '091957.467500', '091957.927500', '091958.387500', '091958.847500', '091959.307500', '091959.767500', '092000.227500', '092000.687500', '092001.147500', '092001.607500', '092002.067500', '092002.527500', '092002.987500', '092003.447500', '092003.907500', '092004.367500', '092004.827500', '092005.287500', '092005.747500', '092006.207500', '092006.667500', '092007.127500', '092007.587500', '092008.047500', '092008.507500', '092008.967500', '092009.427500', '092009.887500', '092010.347500', '092010.807500', '092011.267500', '092011.727500', '092012.187500', '092012.647500', '092013.107500', '092013.567500', '092014.027500', '092014.487500', '092014.947500', '092015.407500', '092015.867500', '092016.327500', '092016.787500', '092017.247500', '092017.707500', '092018.167500', '092018.627500', '092019.087500', '092019.547500', '092020.007500', '092020.467500', '092020.927500', '092021.387500', '092021.847500', '092022.307500', '092022.767500', '092023.227500', '092023.687500', '092024.147500', '092024.607500', '092025.067500', '092025.527500', '092025.987500', '092026.447500', '092026.907500', '092027.367500', '092027.827500', '092028.287500', '092028.747500', '092029.207500', '092029.667500', '092030.127500', '092030.587500', '092031.047500', '092031.507500', '092031.967500', '092032.427500', '092032.887500', '092033.347500', '092033.807500', '092034.267500', '092034.727500', '092035.187500', '092035.647500', '092036.107500', '092036.567500', '092037.027500', '092037.487500', '092037.947500', '092038.407500', '092038.867500', '092039.327500', '092039.787500', '092040.247500', '092040.707500', '092041.167500', '092041.627500', '092042.087500', '092042.547500', '092043.007500', '092043.467500', '092043.927500', '092044.387500', '092044.847500', '092045.307500', '092045.767500', '092046.227500', '092046.687500', '092047.147500', '092047.607500', '092048.067500', '092048.527500', '092048.987500', '092049.447500', '092049.907500', '092050.367500', '092050.827500', '092051.287500', '092051.747500', '092052.207500', '092052.667500', '092053.127500', '092053.587500', '092054.047500', '092054.507500', '092054.967500', '092055.427500', '092055.887500', '092056.347500', '092056.807500', '092057.267500', '092057.727500', '092058.187500', '092058.647500', '092059.107500', '092059.567500', '092100.027500', '092100.487500', '092100.947500', '092101.407500', '092101.867500', '092102.327500', '092102.787500', '092103.247500', '092103.707500', '092104.167500', '092104.627500', '092105.087500', '092105.547500', '092106.007500', '092106.467500', '092106.927500', '092107.387500', '092107.847500', '092108.307500', '092108.767500', '092109.227500', '092109.687500', '092110.147500', '092110.607500', '092111.067500', '092111.527500', '092111.987500', '092112.447500', '092112.907500', '092113.367500', '092113.827500', '092114.287500', '092114.747500', '092115.207500', '092115.667500', '092116.127500', '092116.587500', '092117.047500', '092117.507500', '092117.967500', '092118.427500', '092118.887500', '092119.347500', '092119.807500', '092120.267500', '092120.727500', '092121.187500', '092121.647500', '092122.107500', '092122.567500', '092123.027500', '092123.487500', '092123.947500', '092124.407500', '092124.867500', '092125.327500', '092125.787500', '092126.247500', '092126.707500', '092127.167500', '092127.627500', '092128.087500', '092128.547500', '092129.007500', '092129.467500', '092129.927500', '092130.387500', '092130.847500', '092131.307500', '092131.767500', '092132.227500', '092132.687500', '092133.147500', '092133.607500', '092134.067500', '092134.527500', '092134.987500', '092135.447500', '092135.907500', '092136.367500', '092136.827500', '092137.287500', '092137.747500', '092138.207500', '092138.667500', '092139.127500', '092139.587500', '092140.047500', '092140.507500', '092140.967500', '092141.427500', '092141.887500', '092142.347500', '092142.807500', '092143.267500', '092143.727500', '092144.187500', '092144.647500', '092145.107500', '092145.567500', '092146.027500', '092146.487500', '092146.947500', '092147.407500', '092147.867500', '092148.327500', '092148.787500', '092149.247500', '092149.707500', '092150.167500', '092150.627500', '092151.087500', '092151.547500', '092152.007500', '092152.467500', '092152.927500', '092153.387500', '092153.847500', '092154.307500', '092154.767500', '092155.227500', '092155.687500', '092156.147500', '092156.607500', '092157.067500', '092157.527500', '092157.987500', '092158.447500', '092158.907500', '092159.367500', '092159.827500', '092200.287500', '092200.747500', '092201.207500', '092201.667500', '092202.127500', '092202.587500', '092203.047500', '092203.507500', '092203.967500', '092204.427500', '092204.887500', '092205.347500', '092205.807500', '092206.267500', '092206.727500', '092207.187500', '092207.647500', '092208.107500', '092208.567500', '092209.027500', '092209.487500', '092209.947500', '092210.407500', '092210.867500', '092211.327500', '092211.787500', '092212.247500', '092212.707500', '092213.167500', '092213.627500', '092214.087500', '092214.547500', '092215.007500', '092215.467500', '092215.927500', '092216.387500', '092216.847500', '092217.307500', '092217.767500', '092218.227500', '092218.687500', '092219.147500', '092219.607500', '092220.067500', '092220.527500', '092220.987500', '092221.447500', '092221.907500', '092222.367500', '092222.827500', '092223.287500', '092223.747500', '092224.207500', '092224.667500', '092225.127500', '092225.587500', '092226.047500', '092226.507500', '092226.967500', '092227.427500', '092227.887500', '092228.347500', '092228.807500', '092229.267500', '092229.727500', '092230.187500', '092230.647500', '092231.107500', '092231.567500', '092232.027500', '092232.487500', '092232.947500'], 'ContentTime': ['091237.945000', '091237.948000', '091237.951000', '091237.954000', '091237.956000', '091237.969000', '091237.971000', '091237.974000', '091237.977000', '091237.980000', '091237.982000', '091237.985000', '091237.988000', '091237.991000', '091237.994000', '091237.996000', '091238.000000', '091238.003000', '091238.006000', '091238.009000', '091238.011000', '091238.014000', '091238.017000', '091238.020000', '091238.022000', '091238.025000', '091257.909000', '091257.912000', '091257.915000', '091257.917000', '091257.920000', '091257.923000', '091257.926000', '091257.928000', '091257.931000', '091257.934000', '091257.940000', '091257.943000', '091257.945000', '091257.948000', '091257.951000', '091257.954000', '091257.957000', '091257.959000', '091257.962000', '091257.972000', '091257.975000', '091257.978000', '091257.980000', '091257.983000', '091257.986000', '091257.989000', '091257.992000', '091257.994000', '091257.997000', '091258.001000', '091258.004000', '091258.007000', '091258.010000', '091258.012000', '091258.015000', '091258.018000', '091258.021000', '091258.023000', '091258.026000', '091258.029000', '091258.032000', '091258.034000', '091258.037000', '091317.909000', '091317.912000', '091317.915000', '091317.917000', '091317.920000', '091317.923000', '091317.926000', '091317.928000', '091317.931000', '091317.934000', '091317.937000', '091317.940000', '091317.942000', '091317.945000', '091317.948000', '091317.951000', '091317.953000', '091317.956000', '091317.959000', '091317.962000', '091317.964000', '091317.967000', '091317.970000', '091317.973000', '091317.976000', '091317.978000', '091317.981000', '091317.984000', '091317.987000', '091317.989000', '091317.992000', '091317.995000', '091317.998000', '091318.002000', '091318.004000', '091318.007000', '091318.010000', '091318.013000', '091318.015000', '091318.018000', '091318.021000', '091318.024000', '091318.026000', '091318.051000', '091337.909000', '091337.912000', '091337.915000', '091337.917000', '091337.920000', '091337.923000', '091337.926000', '091337.928000', '091337.931000', '091337.934000', '091337.937000', '091337.939000', '091337.942000', '091337.945000', '091337.948000', '091337.951000', '091337.953000', '091337.956000', '091337.959000', '091337.962000', '091337.964000', '091337.967000', '091337.970000', '091337.973000', '091337.976000', '091337.978000', '091337.981000', '091337.984000', '091337.987000', '091337.990000', '091337.993000', '091337.995000', '091337.998000', '091338.001000', '091338.004000', '091338.006000', '091338.009000', '091338.012000', '091338.015000', '091338.019000', '091338.022000', '091338.025000', '091338.027000', '091357.909000', '091357.912000', '091357.915000', '091357.917000', '091357.920000', '091357.923000', '091357.926000', '091357.928000', '091357.931000', '091357.934000', '091357.937000', '091357.939000', '091357.942000', '091357.945000', '091357.948000', '091357.951000', '091357.953000', '091357.956000', '091357.959000', '091357.962000', '091357.964000', '091357.967000', '091357.970000', '091357.973000', '091357.976000', '091357.978000', '091357.981000', '091357.985000', '091357.988000', '091357.991000', '091357.994000', '091357.996000', '091358.000000', '091358.003000', '091358.006000', '091358.008000', '091358.011000', '091358.014000', '091358.017000', '091358.019000', '091358.022000', '091358.025000', '091358.028000', '091358.031000', '091417.909000', '091417.912000', '091417.915000', '091417.917000', '091417.920000', '091417.923000', '091417.926000', '091417.928000', '091417.931000', '091417.934000', '091417.937000', '091417.940000', '091417.943000', '091417.945000', '091417.948000', '091417.955000', '091417.958000', '091417.961000', '091417.964000', '091417.966000', '091417.969000', '091417.972000', '091417.975000', '091417.977000', '091417.980000', '091417.983000', '091417.986000', '091417.989000', '091417.992000', '091417.994000', '091417.997000', '091418.001000', '091418.004000', '091418.007000', '091418.009000', '091418.012000', '091418.015000', '091418.018000', '091418.020000', '091418.023000', '091418.026000', '091418.029000', '091418.031000', '091437.909000', '091437.912000', '091437.914000', '091437.917000', '091437.920000', '091437.923000', '091437.926000', '091437.928000', '091437.931000', '091437.934000', '091437.937000', '091437.940000', '091437.943000', '091437.945000', '091437.948000', '091437.951000', '091437.954000', '091437.956000', '091437.959000', '091437.962000', '091437.965000', '091437.967000', '091437.970000', '091437.973000', '091437.976000', '091437.979000', '091437.982000', '091437.984000', '091437.987000', '091437.990000', '091437.993000', '091437.996000', '091437.998000', '091438.002000', '091438.005000', '091438.008000', '091438.011000', '091438.013000', '091438.016000', '091438.019000', '091438.022000', '091438.025000', '091438.027000', '091438.030000', '091457.909000', '091457.912000', '091457.915000', '091457.917000', '091457.920000', '091457.923000', '091457.926000', '091457.929000', '091457.931000', '091457.934000', '091457.937000', '091457.940000', '091457.943000', '091457.945000', '091457.948000', '091457.951000', '091457.954000', '091457.957000', '091457.959000', '091457.962000', '091457.965000', '091457.968000', '091457.970000', '091457.973000', '091457.976000', '091457.979000', '091457.982000', '091457.984000', '091457.987000', '091457.990000', '091457.993000', '091457.996000', '091457.998000', '091458.002000', '091458.005000', '091458.008000', '091458.011000', '091458.013000', '091458.030000', '091458.033000', '091458.036000', '091458.038000', '091458.041000', '091517.909000', '091517.912000', '091517.915000', '091517.917000', '091517.920000', '091517.923000', '091517.926000', '091517.928000', '091517.931000', '091517.934000', '091517.937000', '091517.940000', '091517.942000', '091517.945000', '091517.948000', '091517.951000', '091517.954000', '091517.956000', '091517.959000', '091517.962000', '091517.965000', '091517.967000', '091517.970000', '091517.973000', '091517.976000', '091517.979000', '091517.981000', '091517.984000', '091517.987000', '091517.990000', '091517.993000', '091517.995000', '091517.998000', '091518.002000', '091518.005000', '091518.008000', '091518.010000', '091518.013000', '091518.016000', '091518.019000', '091518.022000', '091518.024000', '091518.027000', '091518.030000', '091537.909000', '091537.912000', '091537.915000', '091537.918000', '091537.920000', '091537.923000', '091537.926000', '091537.929000', '091537.931000', '091537.934000', '091537.937000', '091537.940000', '091537.943000', '091537.946000', '091537.948000', '091537.951000', '091537.954000', '091537.957000', '091537.959000', '091537.962000', '091537.965000', '091537.968000', '091537.971000', '091537.974000', '091537.976000', '091537.979000', '091537.982000', '091537.985000', '091537.988000', '091537.990000', '091537.993000', '091537.996000', '091538.000000', '091538.002000', '091538.005000', '091538.008000', '091538.011000', '091538.014000', '091538.017000', '091538.019000', '091538.022000', '091538.025000', '091538.028000', '091557.909000', '091557.914000', '091557.917000', '091557.920000', '091557.923000', '091557.926000', '091557.928000', '091557.931000', '091557.934000', '091557.937000', '091557.940000', '091557.942000', '091557.945000', '091557.948000', '091557.951000', '091557.954000', '091557.956000', '091557.959000', '091557.962000', '091557.965000', '091557.967000', '091557.970000', '091557.973000', '091557.976000', '091557.979000', '091557.982000', '091557.984000', '091557.987000', '091557.990000', '091557.993000', '091557.995000', '091557.998000', '091558.001000', '091558.004000', '091558.006000', '091558.009000', '091558.012000', '091558.015000', '091558.018000', '091558.020000', '091558.023000', '091558.026000', '091558.029000', '091617.909000', '091617.912000', '091617.915000', '091617.918000', '091617.920000', '091617.923000', '091617.926000', '091617.929000', '091617.931000', '091617.934000', '091617.937000', '091617.940000', '091617.943000', '091617.945000', '091617.948000', '091617.951000', '091617.954000', '091617.957000', '091617.959000', '091617.962000', '091617.965000', '091617.968000', '091617.971000', '091617.973000', '091617.976000', '091617.979000', '091617.982000', '091617.985000', '091617.988000', '091617.990000', '091617.993000', '091617.996000', '091618.000000', '091618.002000', '091618.005000', '091618.008000', '091618.011000', '091618.014000', '091618.017000', '091618.019000', '091618.022000', '091618.025000', '091618.028000', '091618.030000', '091637.909000', '091637.912000', '091637.915000', '091637.918000', '091637.920000', '091637.923000', '091637.926000', '091637.929000', '091637.932000', '091637.934000', '091637.937000', '091637.941000', '091637.946000', '091637.949000', '091637.952000', '091637.954000', '091637.957000', '091637.960000', '091637.963000', '091637.966000', '091637.981000', '091637.983000', '091637.986000', '091637.989000', '091637.992000', '091637.995000', '091637.997000', '091638.001000', '091638.004000', '091638.007000', '091638.010000', '091638.012000', '091638.015000', '091638.018000', '091638.021000', '091638.024000', '091638.026000', '091638.029000', '091638.032000', '091638.035000', '091638.038000', '091638.040000', '091638.043000', '091657.909000', '091657.912000', '091657.915000', '091657.917000', '091657.920000', '091657.923000', '091657.926000', '091657.929000', '091657.931000', '091657.934000', '091657.937000', '091657.940000', '091657.943000', '091657.945000', '091657.948000', '091657.951000', '091657.954000', '091657.956000', '091657.959000', '091657.962000', '091657.965000', '091657.968000', '091657.971000', '091657.973000', '091657.976000', '091657.979000', '091657.982000', '091657.985000', '091657.987000', '091657.990000', '091657.993000', '091657.996000', '091657.998000', '091658.001000', '091658.004000', '091658.007000', '091658.010000', '091658.012000', '091658.015000', '091658.018000', '091658.021000', '091658.023000', '091658.026000', '091658.029000', '091717.909000', '091717.912000', '091717.915000', '091717.917000', '091717.920000', '091717.923000', '091717.926000', '091717.929000', '091717.932000', '091717.934000', '091717.937000', '091717.940000', '091717.943000', '091717.946000', '091717.949000', '091717.952000', '091717.954000', '091717.957000', '091717.960000', '091717.963000', '091717.966000', '091717.969000', '091717.971000', '091717.974000', '091717.977000', '091717.980000', '091717.983000', '091717.985000', '091717.988000', '091717.991000', '091717.994000', '091717.997000', '091718.000000', '091718.003000', '091718.006000', '091718.009000', '091718.012000', '091718.015000', '091718.017000', '091718.020000', '091718.023000', '091718.026000', '091718.028000', '091737.909000', '091737.912000', '091737.915000', '091737.918000', '091737.921000', '091737.924000', '091737.927000', '091737.929000', '091737.932000', '091737.935000', '091737.938000', '091737.941000', '091737.944000', '091737.946000', '091737.949000', '091737.952000', '091737.955000', '091737.958000', '091737.961000', '091737.963000', '091737.966000', '091737.969000', '091737.972000', '091737.975000', '091737.978000', '091737.980000', '091737.983000', '091737.986000', '091737.989000', '091737.992000', '091737.995000', '091737.997000', '091738.001000', '091738.004000', '091738.007000', '091738.010000', '091738.013000', '091738.016000', '091738.018000', '091738.022000', '091738.025000', '091738.028000', '091738.031000', '091738.035000', '091757.909000', '091757.912000', '091757.915000', '091757.918000', '091757.920000', '091757.923000', '091757.926000', '091757.929000', '091757.932000', '091757.934000', '091757.937000', '091757.940000', '091757.943000', '091757.945000', '091757.948000', '091757.951000', '091757.954000', '091757.957000', '091757.960000', '091757.962000', '091757.965000', '091757.968000', '091757.971000', '091757.973000', '091757.976000', '091757.979000', '091757.982000', '091757.985000', '091757.988000', '091757.990000', '091757.993000', '091757.996000', '091758.000000', '091758.003000', '091758.006000', '091758.008000', '091758.011000', '091758.014000', '091758.017000', '091758.020000', '091758.022000', '091758.025000', '091758.028000', '091817.909000', '091817.912000', '091817.915000', '091817.918000', '091817.920000', '091817.923000', '091817.926000', '091817.929000', '091817.932000', '091817.934000', '091817.937000', '091817.940000', '091817.943000', '091817.945000', '091817.948000', '091817.951000', '091817.954000', '091817.957000', '091817.960000', '091817.962000', '091817.965000', '091817.968000', '091817.971000', '091817.974000', '091817.977000', '091817.979000', '091817.982000', '091817.985000', '091817.988000', '091817.991000', '091817.993000', '091817.996000', '091817.999000', '091818.002000', '091818.005000', '091818.008000', '091818.010000', '091818.013000', '091818.016000', '091818.019000', '091818.021000', '091818.024000', '091818.027000', '091818.030000', '091837.909000', '091837.912000', '091837.915000', '091837.918000', '091837.920000', '091837.923000', '091837.926000', '091837.930000', '091837.933000', '091837.936000', '091837.938000', '091837.941000', '091837.944000', '091837.947000', '091837.950000', '091837.952000', '091837.955000', '091837.958000', '091837.961000', '091837.964000', '091837.967000', '091837.969000', '091837.972000', '091837.975000', '091837.978000', '091837.981000', '091837.984000', '091837.987000', '091837.989000', '091837.993000', '091837.997000', '091838.003000', '091838.006000', '091838.009000', '091838.012000', '091838.014000', '091838.017000', '091838.020000', '091838.023000', '091838.025000', '091838.028000', '091838.031000', '091838.034000', '091857.909000', '091857.912000', '091857.915000', '091857.917000', '091857.920000', '091857.923000', '091857.926000', '091857.929000', '091857.931000', '091857.934000', '091857.937000', '091857.940000', '091857.943000', '091857.945000', '091857.948000', '091857.951000', '091857.954000', '091857.957000', '091857.959000', '091857.962000', '091857.965000', '091857.968000', '091857.970000', '091857.973000', '091857.976000', '091857.979000', '091857.982000', '091857.985000', '091857.987000', '091857.990000', '091857.993000', '091857.996000', '091857.998000', '091858.002000', '091858.005000', '091858.008000', '091858.011000', '091858.014000', '091858.016000', '091858.019000', '091858.022000', '091858.025000', '091858.027000', '091858.030000', '091917.909000', '091917.912000', '091917.915000', '091917.917000', '091917.920000', '091917.923000', '091917.926000', '091917.929000', '091917.931000', '091917.934000', '091917.937000', '091917.940000', '091917.942000', '091917.945000', '091917.948000', '091917.951000', '091917.954000', '091917.957000', '091917.959000', '091917.962000', '091917.965000', '091917.968000', '091917.971000', '091917.973000', '091917.976000', '091917.979000', '091917.982000', '091917.985000', '091917.987000', '091917.990000', '091917.993000', '091917.996000', '091918.000000', '091918.003000', '091918.005000', '091918.008000', '091918.011000', '091918.014000', '091918.016000', '091918.019000', '091918.023000', '091918.027000', '091918.030000', '091937.909000', '091937.912000', '091937.915000', '091937.918000', '091937.920000', '091937.923000', '091937.926000', '091937.929000', '091937.932000', '091937.934000', '091937.937000', '091937.940000', '091937.943000', '091937.963000', '091937.966000', '091937.969000', '091937.972000', '091937.974000', '091937.977000', '091937.980000', '091937.983000', '091937.986000', '091937.988000', '091937.991000', '091937.994000', '091937.997000', '091938.001000', '091938.004000', '091938.006000', '091938.009000', '091938.012000', '091938.015000', '091938.019000', '091938.021000', '091938.024000', '091938.027000', '091938.030000', '091938.033000', '091938.036000', '091938.038000', '091938.041000', '091938.044000', '091938.047000', '091938.050000', '091957.909000', '091957.912000', '091957.915000', '091957.918000', '091957.920000', '091957.923000', '091957.926000', '091957.929000', '091957.932000', '091957.934000', '091957.937000', '091957.940000', '091957.943000', '091957.946000', '091957.948000', '091957.951000', '091957.954000', '091957.957000', '091957.960000', '091957.963000', '091957.965000', '091957.969000', '091957.972000', '091957.975000', '091957.978000', '091957.981000', '091957.984000', '091957.986000', '091957.989000', '091957.992000', '091957.995000', '091957.998000', '091958.001000', '091958.004000', '091958.007000', '091958.010000', '091958.013000', '091958.015000', '091958.018000', '091958.021000', '091958.024000', '091958.027000', '091958.030000', '092017.909000', '092017.912000', '092017.915000', '092017.917000', '092017.920000', '092017.923000', '092017.926000', '092017.929000', '092017.931000', '092017.934000', '092017.937000', '092017.940000', '092017.943000', '092017.946000', '092017.948000', '092017.951000', '092017.954000', '092017.957000', '092017.960000', '092017.962000', '092017.965000', '092017.968000', '092017.971000', '092017.974000', '092017.976000', '092017.979000', '092017.982000', '092017.985000', '092017.988000', '092017.991000', '092017.993000', '092017.996000', '092018.000000', '092018.003000', '092018.005000', '092018.008000', '092018.011000', '092018.014000', '092018.016000', '092018.019000', '092018.022000', '092018.025000', '092018.028000', '092018.031000', '092037.909000', '092037.912000', '092037.915000', '092037.917000', '092037.920000', '092037.923000', '092037.926000', '092037.929000', '092037.931000', '092037.934000', '092037.937000', '092037.940000', '092037.943000', '092037.945000', '092037.948000', '092037.951000', '092037.954000', '092037.957000', '092037.959000', '092037.962000', '092037.965000', '092037.968000', '092037.971000', '092037.973000', '092037.976000', '092037.979000', '092037.982000', '092037.985000', '092037.988000', '092037.990000', '092037.993000', '092037.996000', '092037.999000', '092038.002000', '092038.004000', '092038.007000', '092038.010000', '092038.013000', '092038.016000', '092038.018000', '092038.021000', '092038.024000', '092038.027000', '092057.909000', '092057.912000', '092057.915000', '092057.918000', '092057.920000', '092057.923000', '092057.926000', '092057.929000', '092057.932000', '092057.942000', '092057.945000', '092057.947000', '092057.950000', '092057.953000', '092057.956000', '092057.959000', '092057.961000', '092057.964000', '092057.967000', '092057.970000', '092057.972000', '092057.975000', '092057.978000', '092057.981000', '092057.984000', '092057.986000', '092057.989000', '092057.992000', '092057.995000', '092057.998000', '092058.001000', '092058.004000', '092058.007000', '092058.010000', '092058.013000', '092058.015000', '092058.018000', '092058.021000', '092058.024000', '092058.027000', '092058.030000', '092058.032000', '092058.035000', '092058.038000', '092117.909000', '092117.912000', '092117.915000', '092117.918000', '092117.920000', '092117.923000', '092117.926000', '092117.929000', '092117.932000', '092117.934000', '092117.937000', '092117.940000', '092117.943000', '092117.945000', '092117.948000', '092117.951000', '092117.954000', '092117.957000', '092117.960000', '092117.962000', '092117.965000', '092117.968000', '092117.971000', '092117.974000', '092117.976000', '092117.979000', '092117.982000', '092117.985000', '092117.988000', '092117.991000', '092117.993000', '092117.996000', '092118.000000', '092118.003000', '092118.006000', '092118.010000', '092118.013000', '092118.015000', '092118.018000', '092118.021000', '092118.024000', '092118.027000', '092118.029000', '092137.909000', '092137.912000', '092137.915000', '092137.917000', '092137.920000', '092137.923000', '092137.926000', '092137.929000', '092137.931000', '092137.934000', '092137.937000', '092137.940000', '092137.943000', '092137.945000', '092137.948000', '092137.951000', '092137.954000', '092137.957000', '092137.959000', '092137.962000', '092137.965000', '092137.968000', '092137.971000', '092137.974000', '092137.976000', '092137.979000', '092137.982000', '092137.985000', '092137.988000', '092137.991000', '092137.993000', '092137.996000', '092138.000000', '092138.003000', '092138.006000', '092138.009000', '092138.011000', '092138.014000', '092138.017000', '092138.020000', '092138.023000', '092138.025000', '092138.028000', '092138.031000', '092157.909000', '092157.912000', '092157.915000', '092157.918000', '092157.921000', '092157.923000', '092157.926000', '092157.929000', '092157.932000', '092157.935000', '092157.937000', '092157.940000', '092157.943000', '092157.946000', '092157.949000', '092157.951000', '092157.954000', '092157.957000', '092157.960000', '092157.962000', '092157.965000', '092157.968000', '092157.971000', '092157.974000', '092157.977000', '092157.979000', '092157.982000', '092157.985000', '092157.988000', '092157.991000', '092157.993000', '092157.996000', '092158.000000', '092158.003000', '092158.006000', '092158.009000', '092158.011000', '092158.014000', '092158.017000', '092158.020000', '092158.023000', '092158.025000', '092158.028000', '092217.909000', '092217.912000', '092217.915000', '092217.918000', '092217.920000', '092217.923000', '092217.926000', '092217.929000', '092217.932000', '092217.934000', '092217.937000', '092217.940000', '092217.943000', '092217.946000', '092217.948000', '092217.951000', '092217.954000', '092217.957000', '092217.960000', '092217.962000', '092217.965000', '092217.968000', '092217.971000', '092217.974000', '092217.976000', '092217.979000', '092217.982000', '092217.985000', '092217.988000', '092217.990000', '092217.993000', '092217.996000', '092218.000000', '092218.003000', '092218.006000', '092218.008000', '092218.011000', '092218.014000', '092218.017000', '092218.019000', '092218.022000', '092218.025000', '092218.028000', '092218.031000', '092234.040000', '092234.044000', '092234.046000', '092234.049000', '092234.053000', '092234.056000', '092234.059000', '092234.062000', '092234.064000', '092234.067000', '092234.070000', '092234.073000', '092234.076000', '092234.079000', '092234.082000', '092234.085000', '092234.088000', '092234.091000', '092234.094000', '092234.097000', '092234.099000', '092234.102000', '092234.105000', '092234.108000', '092234.111000', '092234.114000', '092234.116000', '092234.119000', '092234.122000', '092234.125000', '092234.128000', '092234.130000', '092234.133000', '092234.136000', '092234.139000'], 'InstanceCreationTime': ['091237.945000', '091237.948000', '091237.951000', '091237.954000', '091237.956000', '091237.969000', '091237.971000', '091237.974000', '091237.977000', '091237.980000', '091237.982000', '091237.985000', '091237.988000', '091237.991000', '091237.994000', '091237.996000', '091238.000000', '091238.003000', '091238.006000', '091238.009000', '091238.011000', '091238.014000', '091238.017000', '091238.020000', '091238.022000', '091238.025000', '091257.909000', '091257.912000', '091257.915000', '091257.917000', '091257.920000', '091257.923000', '091257.926000', '091257.928000', '091257.931000', '091257.934000', '091257.940000', '091257.943000', '091257.945000', '091257.948000', '091257.951000', '091257.954000', '091257.957000', '091257.959000', '091257.962000', '091257.972000', '091257.975000', '091257.978000', '091257.980000', '091257.983000', '091257.986000', '091257.989000', '091257.992000', '091257.994000', '091257.997000', '091258.001000', '091258.004000', '091258.007000', '091258.010000', '091258.012000', '091258.015000', '091258.018000', '091258.021000', '091258.023000', '091258.026000', '091258.029000', '091258.032000', '091258.034000', '091258.037000', '091317.909000', '091317.912000', '091317.915000', '091317.917000', '091317.920000', '091317.923000', '091317.926000', '091317.928000', '091317.931000', '091317.934000', '091317.937000', '091317.940000', '091317.942000', '091317.945000', '091317.948000', '091317.951000', '091317.953000', '091317.956000', '091317.959000', '091317.962000', '091317.964000', '091317.967000', '091317.970000', '091317.973000', '091317.976000', '091317.978000', '091317.981000', '091317.984000', '091317.987000', '091317.989000', '091317.992000', '091317.995000', '091317.998000', '091318.002000', '091318.004000', '091318.007000', '091318.010000', '091318.013000', '091318.015000', '091318.018000', '091318.021000', '091318.024000', '091318.026000', '091318.051000', '091337.909000', '091337.912000', '091337.915000', '091337.917000', '091337.920000', '091337.923000', '091337.926000', '091337.928000', '091337.931000', '091337.934000', '091337.937000', '091337.939000', '091337.942000', '091337.945000', '091337.948000', '091337.951000', '091337.953000', '091337.956000', '091337.959000', '091337.962000', '091337.964000', '091337.967000', '091337.970000', '091337.973000', '091337.976000', '091337.978000', '091337.981000', '091337.984000', '091337.987000', '091337.990000', '091337.993000', '091337.995000', '091337.998000', '091338.001000', '091338.004000', '091338.006000', '091338.009000', '091338.012000', '091338.015000', '091338.019000', '091338.022000', '091338.025000', '091338.027000', '091357.909000', '091357.912000', '091357.915000', '091357.917000', '091357.920000', '091357.923000', '091357.926000', '091357.928000', '091357.931000', '091357.934000', '091357.937000', '091357.939000', '091357.942000', '091357.945000', '091357.948000', '091357.951000', '091357.953000', '091357.956000', '091357.959000', '091357.962000', '091357.964000', '091357.967000', '091357.970000', '091357.973000', '091357.976000', '091357.978000', '091357.981000', '091357.985000', '091357.988000', '091357.991000', '091357.994000', '091357.996000', '091358.000000', '091358.003000', '091358.006000', '091358.008000', '091358.011000', '091358.014000', '091358.017000', '091358.019000', '091358.022000', '091358.025000', '091358.028000', '091358.031000', '091417.909000', '091417.912000', '091417.915000', '091417.917000', '091417.920000', '091417.923000', '091417.926000', '091417.928000', '091417.931000', '091417.934000', '091417.937000', '091417.940000', '091417.943000', '091417.945000', '091417.948000', '091417.955000', '091417.958000', '091417.961000', '091417.964000', '091417.966000', '091417.969000', '091417.972000', '091417.975000', '091417.977000', '091417.980000', '091417.983000', '091417.986000', '091417.989000', '091417.992000', '091417.994000', '091417.997000', '091418.001000', '091418.004000', '091418.007000', '091418.009000', '091418.012000', '091418.015000', '091418.018000', '091418.020000', '091418.023000', '091418.026000', '091418.029000', '091418.031000', '091437.909000', '091437.912000', '091437.914000', '091437.917000', '091437.920000', '091437.923000', '091437.926000', '091437.928000', '091437.931000', '091437.934000', '091437.937000', '091437.940000', '091437.943000', '091437.945000', '091437.948000', '091437.951000', '091437.954000', '091437.956000', '091437.959000', '091437.962000', '091437.965000', '091437.967000', '091437.970000', '091437.973000', '091437.976000', '091437.979000', '091437.982000', '091437.984000', '091437.987000', '091437.990000', '091437.993000', '091437.996000', '091437.998000', '091438.002000', '091438.005000', '091438.008000', '091438.011000', '091438.013000', '091438.016000', '091438.019000', '091438.022000', '091438.025000', '091438.027000', '091438.030000', '091457.909000', '091457.912000', '091457.915000', '091457.917000', '091457.920000', '091457.923000', '091457.926000', '091457.929000', '091457.931000', '091457.934000', '091457.937000', '091457.940000', '091457.943000', '091457.945000', '091457.948000', '091457.951000', '091457.954000', '091457.957000', '091457.959000', '091457.962000', '091457.965000', '091457.968000', '091457.970000', '091457.973000', '091457.976000', '091457.979000', '091457.982000', '091457.984000', '091457.987000', '091457.990000', '091457.993000', '091457.996000', '091457.998000', '091458.002000', '091458.005000', '091458.008000', '091458.011000', '091458.013000', '091458.030000', '091458.033000', '091458.036000', '091458.038000', '091458.041000', '091517.909000', '091517.912000', '091517.915000', '091517.917000', '091517.920000', '091517.923000', '091517.926000', '091517.928000', '091517.931000', '091517.934000', '091517.937000', '091517.940000', '091517.942000', '091517.945000', '091517.948000', '091517.951000', '091517.954000', '091517.956000', '091517.959000', '091517.962000', '091517.965000', '091517.967000', '091517.970000', '091517.973000', '091517.976000', '091517.979000', '091517.981000', '091517.984000', '091517.987000', '091517.990000', '091517.993000', '091517.995000', '091517.998000', '091518.002000', '091518.005000', '091518.008000', '091518.010000', '091518.013000', '091518.016000', '091518.019000', '091518.022000', '091518.024000', '091518.027000', '091518.030000', '091537.909000', '091537.912000', '091537.915000', '091537.918000', '091537.920000', '091537.923000', '091537.926000', '091537.929000', '091537.931000', '091537.934000', '091537.937000', '091537.940000', '091537.943000', '091537.946000', '091537.948000', '091537.951000', '091537.954000', '091537.957000', '091537.959000', '091537.962000', '091537.965000', '091537.968000', '091537.971000', '091537.974000', '091537.976000', '091537.979000', '091537.982000', '091537.985000', '091537.988000', '091537.990000', '091537.993000', '091537.996000', '091538.000000', '091538.002000', '091538.005000', '091538.008000', '091538.011000', '091538.014000', '091538.017000', '091538.019000', '091538.022000', '091538.025000', '091538.028000', '091557.909000', '091557.914000', '091557.917000', '091557.920000', '091557.923000', '091557.926000', '091557.928000', '091557.931000', '091557.934000', '091557.937000', '091557.940000', '091557.942000', '091557.945000', '091557.948000', '091557.951000', '091557.954000', '091557.956000', '091557.959000', '091557.962000', '091557.965000', '091557.967000', '091557.970000', '091557.973000', '091557.976000', '091557.979000', '091557.982000', '091557.984000', '091557.987000', '091557.990000', '091557.993000', '091557.995000', '091557.998000', '091558.001000', '091558.004000', '091558.006000', '091558.009000', '091558.012000', '091558.015000', '091558.018000', '091558.020000', '091558.023000', '091558.026000', '091558.029000', '091617.909000', '091617.912000', '091617.915000', '091617.918000', '091617.920000', '091617.923000', '091617.926000', '091617.929000', '091617.931000', '091617.934000', '091617.937000', '091617.940000', '091617.943000', '091617.945000', '091617.948000', '091617.951000', '091617.954000', '091617.957000', '091617.959000', '091617.962000', '091617.965000', '091617.968000', '091617.971000', '091617.973000', '091617.976000', '091617.979000', '091617.982000', '091617.985000', '091617.988000', '091617.990000', '091617.993000', '091617.996000', '091618.000000', '091618.002000', '091618.005000', '091618.008000', '091618.011000', '091618.014000', '091618.017000', '091618.019000', '091618.022000', '091618.025000', '091618.028000', '091618.030000', '091637.909000', '091637.912000', '091637.915000', '091637.918000', '091637.920000', '091637.923000', '091637.926000', '091637.929000', '091637.932000', '091637.934000', '091637.937000', '091637.941000', '091637.946000', '091637.949000', '091637.952000', '091637.954000', '091637.957000', '091637.960000', '091637.963000', '091637.966000', '091637.981000', '091637.983000', '091637.986000', '091637.989000', '091637.992000', '091637.995000', '091637.997000', '091638.001000', '091638.004000', '091638.007000', '091638.010000', '091638.012000', '091638.015000', '091638.018000', '091638.021000', '091638.024000', '091638.026000', '091638.029000', '091638.032000', '091638.035000', '091638.038000', '091638.040000', '091638.043000', '091657.909000', '091657.912000', '091657.915000', '091657.917000', '091657.920000', '091657.923000', '091657.926000', '091657.929000', '091657.931000', '091657.934000', '091657.937000', '091657.940000', '091657.943000', '091657.945000', '091657.948000', '091657.951000', '091657.954000', '091657.956000', '091657.959000', '091657.962000', '091657.965000', '091657.968000', '091657.971000', '091657.973000', '091657.976000', '091657.979000', '091657.982000', '091657.985000', '091657.987000', '091657.990000', '091657.993000', '091657.996000', '091657.998000', '091658.001000', '091658.004000', '091658.007000', '091658.010000', '091658.012000', '091658.015000', '091658.018000', '091658.021000', '091658.023000', '091658.026000', '091658.029000', '091717.909000', '091717.912000', '091717.915000', '091717.917000', '091717.920000', '091717.923000', '091717.926000', '091717.929000', '091717.932000', '091717.934000', '091717.937000', '091717.940000', '091717.943000', '091717.946000', '091717.949000', '091717.952000', '091717.954000', '091717.957000', '091717.960000', '091717.963000', '091717.966000', '091717.969000', '091717.971000', '091717.974000', '091717.977000', '091717.980000', '091717.983000', '091717.985000', '091717.988000', '091717.991000', '091717.994000', '091717.997000', '091718.000000', '091718.003000', '091718.006000', '091718.009000', '091718.012000', '091718.015000', '091718.017000', '091718.020000', '091718.023000', '091718.026000', '091718.028000', '091737.909000', '091737.912000', '091737.915000', '091737.918000', '091737.921000', '091737.924000', '091737.927000', '091737.929000', '091737.932000', '091737.935000', '091737.938000', '091737.941000', '091737.944000', '091737.946000', '091737.949000', '091737.952000', '091737.955000', '091737.958000', '091737.961000', '091737.963000', '091737.966000', '091737.969000', '091737.972000', '091737.975000', '091737.978000', '091737.980000', '091737.983000', '091737.986000', '091737.989000', '091737.992000', '091737.995000', '091737.997000', '091738.001000', '091738.004000', '091738.007000', '091738.010000', '091738.013000', '091738.016000', '091738.018000', '091738.022000', '091738.025000', '091738.028000', '091738.031000', '091738.035000', '091757.909000', '091757.912000', '091757.915000', '091757.918000', '091757.920000', '091757.923000', '091757.926000', '091757.929000', '091757.932000', '091757.934000', '091757.937000', '091757.940000', '091757.943000', '091757.945000', '091757.948000', '091757.951000', '091757.954000', '091757.957000', '091757.960000', '091757.962000', '091757.965000', '091757.968000', '091757.971000', '091757.973000', '091757.976000', '091757.979000', '091757.982000', '091757.985000', '091757.988000', '091757.990000', '091757.993000', '091757.996000', '091758.000000', '091758.003000', '091758.006000', '091758.008000', '091758.011000', '091758.014000', '091758.017000', '091758.020000', '091758.022000', '091758.025000', '091758.028000', '091817.909000', '091817.912000', '091817.915000', '091817.918000', '091817.920000', '091817.923000', '091817.926000', '091817.929000', '091817.932000', '091817.934000', '091817.937000', '091817.940000', '091817.943000', '091817.945000', '091817.948000', '091817.951000', '091817.954000', '091817.957000', '091817.960000', '091817.962000', '091817.965000', '091817.968000', '091817.971000', '091817.974000', '091817.977000', '091817.979000', '091817.982000', '091817.985000', '091817.988000', '091817.991000', '091817.993000', '091817.996000', '091817.999000', '091818.002000', '091818.005000', '091818.008000', '091818.010000', '091818.013000', '091818.016000', '091818.019000', '091818.021000', '091818.024000', '091818.027000', '091818.030000', '091837.909000', '091837.912000', '091837.915000', '091837.918000', '091837.920000', '091837.923000', '091837.926000', '091837.930000', '091837.933000', '091837.936000', '091837.938000', '091837.941000', '091837.944000', '091837.947000', '091837.950000', '091837.952000', '091837.955000', '091837.958000', '091837.961000', '091837.964000', '091837.967000', '091837.969000', '091837.972000', '091837.975000', '091837.978000', '091837.981000', '091837.984000', '091837.987000', '091837.989000', '091837.993000', '091837.997000', '091838.003000', '091838.006000', '091838.009000', '091838.012000', '091838.014000', '091838.017000', '091838.020000', '091838.023000', '091838.025000', '091838.028000', '091838.031000', '091838.034000', '091857.909000', '091857.912000', '091857.915000', '091857.917000', '091857.920000', '091857.923000', '091857.926000', '091857.929000', '091857.931000', '091857.934000', '091857.937000', '091857.940000', '091857.943000', '091857.945000', '091857.948000', '091857.951000', '091857.954000', '091857.957000', '091857.959000', '091857.962000', '091857.965000', '091857.968000', '091857.970000', '091857.973000', '091857.976000', '091857.979000', '091857.982000', '091857.985000', '091857.987000', '091857.990000', '091857.993000', '091857.996000', '091857.998000', '091858.002000', '091858.005000', '091858.008000', '091858.011000', '091858.014000', '091858.016000', '091858.019000', '091858.022000', '091858.025000', '091858.027000', '091858.030000', '091917.909000', '091917.912000', '091917.915000', '091917.917000', '091917.920000', '091917.923000', '091917.926000', '091917.929000', '091917.931000', '091917.934000', '091917.937000', '091917.940000', '091917.942000', '091917.945000', '091917.948000', '091917.951000', '091917.954000', '091917.957000', '091917.959000', '091917.962000', '091917.965000', '091917.968000', '091917.971000', '091917.973000', '091917.976000', '091917.979000', '091917.982000', '091917.985000', '091917.987000', '091917.990000', '091917.993000', '091917.996000', '091918.000000', '091918.003000', '091918.005000', '091918.008000', '091918.011000', '091918.014000', '091918.016000', '091918.019000', '091918.023000', '091918.027000', '091918.030000', '091937.909000', '091937.912000', '091937.915000', '091937.918000', '091937.920000', '091937.923000', '091937.926000', '091937.929000', '091937.932000', '091937.934000', '091937.937000', '091937.940000', '091937.943000', '091937.963000', '091937.966000', '091937.969000', '091937.972000', '091937.974000', '091937.977000', '091937.980000', '091937.983000', '091937.986000', '091937.988000', '091937.991000', '091937.994000', '091937.997000', '091938.001000', '091938.004000', '091938.006000', '091938.009000', '091938.012000', '091938.015000', '091938.019000', '091938.021000', '091938.024000', '091938.027000', '091938.030000', '091938.033000', '091938.036000', '091938.038000', '091938.041000', '091938.044000', '091938.047000', '091938.050000', '091957.909000', '091957.912000', '091957.915000', '091957.918000', '091957.920000', '091957.923000', '091957.926000', '091957.929000', '091957.932000', '091957.934000', '091957.937000', '091957.940000', '091957.943000', '091957.946000', '091957.948000', '091957.951000', '091957.954000', '091957.957000', '091957.960000', '091957.963000', '091957.965000', '091957.969000', '091957.972000', '091957.975000', '091957.978000', '091957.981000', '091957.984000', '091957.986000', '091957.989000', '091957.992000', '091957.995000', '091957.998000', '091958.001000', '091958.004000', '091958.007000', '091958.010000', '091958.013000', '091958.015000', '091958.018000', '091958.021000', '091958.024000', '091958.027000', '091958.030000', '092017.909000', '092017.912000', '092017.915000', '092017.917000', '092017.920000', '092017.923000', '092017.926000', '092017.929000', '092017.931000', '092017.934000', '092017.937000', '092017.940000', '092017.943000', '092017.946000', '092017.948000', '092017.951000', '092017.954000', '092017.957000', '092017.960000', '092017.962000', '092017.965000', '092017.968000', '092017.971000', '092017.974000', '092017.976000', '092017.979000', '092017.982000', '092017.985000', '092017.988000', '092017.991000', '092017.993000', '092017.996000', '092018.000000', '092018.003000', '092018.005000', '092018.008000', '092018.011000', '092018.014000', '092018.016000', '092018.019000', '092018.022000', '092018.025000', '092018.028000', '092018.031000', '092037.909000', '092037.912000', '092037.915000', '092037.917000', '092037.920000', '092037.923000', '092037.926000', '092037.929000', '092037.931000', '092037.934000', '092037.937000', '092037.940000', '092037.943000', '092037.945000', '092037.948000', '092037.951000', '092037.954000', '092037.957000', '092037.959000', '092037.962000', '092037.965000', '092037.968000', '092037.971000', '092037.973000', '092037.976000', '092037.979000', '092037.982000', '092037.985000', '092037.988000', '092037.990000', '092037.993000', '092037.996000', '092037.999000', '092038.002000', '092038.004000', '092038.007000', '092038.010000', '092038.013000', '092038.016000', '092038.018000', '092038.021000', '092038.024000', '092038.027000', '092057.909000', '092057.912000', '092057.915000', '092057.918000', '092057.920000', '092057.923000', '092057.926000', '092057.929000', '092057.932000', '092057.942000', '092057.945000', '092057.947000', '092057.950000', '092057.953000', '092057.956000', '092057.959000', '092057.961000', '092057.964000', '092057.967000', '092057.970000', '092057.972000', '092057.975000', '092057.978000', '092057.981000', '092057.984000', '092057.986000', '092057.989000', '092057.992000', '092057.995000', '092057.998000', '092058.001000', '092058.004000', '092058.007000', '092058.010000', '092058.013000', '092058.015000', '092058.018000', '092058.021000', '092058.024000', '092058.027000', '092058.030000', '092058.032000', '092058.035000', '092058.038000', '092117.909000', '092117.912000', '092117.915000', '092117.918000', '092117.920000', '092117.923000', '092117.926000', '092117.929000', '092117.932000', '092117.934000', '092117.937000', '092117.940000', '092117.943000', '092117.945000', '092117.948000', '092117.951000', '092117.954000', '092117.957000', '092117.960000', '092117.962000', '092117.965000', '092117.968000', '092117.971000', '092117.974000', '092117.976000', '092117.979000', '092117.982000', '092117.985000', '092117.988000', '092117.991000', '092117.993000', '092117.996000', '092118.000000', '092118.003000', '092118.006000', '092118.010000', '092118.013000', '092118.015000', '092118.018000', '092118.021000', '092118.024000', '092118.027000', '092118.029000', '092137.909000', '092137.912000', '092137.915000', '092137.917000', '092137.920000', '092137.923000', '092137.926000', '092137.929000', '092137.931000', '092137.934000', '092137.937000', '092137.940000', '092137.943000', '092137.945000', '092137.948000', '092137.951000', '092137.954000', '092137.957000', '092137.959000', '092137.962000', '092137.965000', '092137.968000', '092137.971000', '092137.974000', '092137.976000', '092137.979000', '092137.982000', '092137.985000', '092137.988000', '092137.991000', '092137.993000', '092137.996000', '092138.000000', '092138.003000', '092138.006000', '092138.009000', '092138.011000', '092138.014000', '092138.017000', '092138.020000', '092138.023000', '092138.025000', '092138.028000', '092138.031000', '092157.909000', '092157.912000', '092157.915000', '092157.918000', '092157.921000', '092157.923000', '092157.926000', '092157.929000', '092157.932000', '092157.935000', '092157.937000', '092157.940000', '092157.943000', '092157.946000', '092157.949000', '092157.951000', '092157.954000', '092157.957000', '092157.960000', '092157.962000', '092157.965000', '092157.968000', '092157.971000', '092157.974000', '092157.977000', '092157.979000', '092157.982000', '092157.985000', '092157.988000', '092157.991000', '092157.993000', '092157.996000', '092158.000000', '092158.003000', '092158.006000', '092158.009000', '092158.011000', '092158.014000', '092158.017000', '092158.020000', '092158.023000', '092158.025000', '092158.028000', '092217.909000', '092217.912000', '092217.915000', '092217.918000', '092217.920000', '092217.923000', '092217.926000', '092217.929000', '092217.932000', '092217.934000', '092217.937000', '092217.940000', '092217.943000', '092217.946000', '092217.948000', '092217.951000', '092217.954000', '092217.957000', '092217.960000', '092217.962000', '092217.965000', '092217.968000', '092217.971000', '092217.974000', '092217.976000', '092217.979000', '092217.982000', '092217.985000', '092217.988000', '092217.990000', '092217.993000', '092217.996000', '092218.000000', '092218.003000', '092218.006000', '092218.008000', '092218.011000', '092218.014000', '092218.017000', '092218.019000', '092218.022000', '092218.025000', '092218.028000', '092218.031000', '092234.040000', '092234.044000', '092234.046000', '092234.049000', '092234.053000', '092234.056000', '092234.059000', '092234.062000', '092234.064000', '092234.067000', '092234.070000', '092234.073000', '092234.076000', '092234.079000', '092234.082000', '092234.085000', '092234.088000', '092234.091000', '092234.094000', '092234.097000', '092234.099000', '092234.102000', '092234.105000', '092234.108000', '092234.111000', '092234.114000', '092234.116000', '092234.119000', '092234.122000', '092234.125000', '092234.128000', '092234.130000', '092234.133000', '092234.136000', '092234.139000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [11812, 9125, 9119, 12951, 9834, 9533, 10021, 8226, 9278, 9879, 8514, 9283, 12061, 8610, 9195, 9023, 7445, 9283, 10857, 8910, 9187, 12220, 11277, 9377, 13194, 8312, 9124, 11147, 10594, 8953, 9480, 11531, 9151, 9154, 12751, 9428, 9332, 12225, 10078, 9466, 9512, 9053, 8795, 9215, 10769, 9314, 9256, 9552, 10611, 10512, 9416, 13502, 11146, 9257, 14593, 11854, 9111, 9530, 9337, 9096, 9500, 12766, 8863, 9410, 9634, 10309, 8489, 9791, 9786, 9256, 9365, 11834, 11809, 9277, 9608, 12414, 10646, 9302, 9660, 11854, 8970, 9459, 12392, 10019, 9574, 12893, 8156, 9154, 12517, 10618, 9056, 9662, 10722, 8129, 9195, 9788, 10965, 8962, 9776, 11907, 11034, 9422, 12246, 8895, 9527, 9528, 8896, 8568, 9719, 12289, 9081, 9620, 9321, 10040, 8480, 9686, 11773, 8390, 9590, 10377, 11234, 8674, 9582, 12372, 10155, 9316, 9843, 11267, 9403, 9584, 12945, 10365, 9529, 10085, 10456, 9199, 9793, 11845, 9213, 9685, 10627, 9004, 9624, 13360, 9423, 9298, 9570, 11473, 11997, 9788, 9836, 9383, 8130, 9553, 10048, 10356, 8018, 9793, 12781, 10551, 9734, 9938, 13830, 9340, 9648, 12502, 11652, 10049, 9727, 12075, 8340, 9368, 10415, 9726, 9333, 9797, 10568, 9659, 9112, 9913, 12928, 10116, 9636, 9945, 9375, 9256, 10697, 9872, 12644, 11403, 9388, 9830, 11448, 11271, 9412, 12401, 9235, 9195, 9188, 9499, 9115, 9618, 10286, 8760, 9842, 9032, 8977, 9500, 9886, 9477, 9497, 9833, 11693, 9418, 12004, 11004, 9611, 10294, 9109, 9058, 10341, 10694, 9306, 9781, 10841, 9332, 9678, 11304, 9317, 10023, 10472, 9248, 9616, 11102, 8603, 9788, 9643, 9069, 9737, 10514, 10629, 9561, 10102, 10202, 9374, 9670, 10968, 9385, 9810, 10528, 9253, 9446, 11109, 8755, 9715, 9608, 9187, 9443, 9830, 10784, 8295, 9819, 10919, 10266, 10877, 11445, 9359, 9872, 10625, 9211, 9495, 11724, 9209, 9863, 10325, 9261, 9594, 11907, 9418, 9786, 9501, 8946, 9379, 9495, 10789, 8348, 10092, 9921, 9257, 9900, 9826, 9801, 9662, 9921, 11038, 9857, 12132, 10257, 9798, 11916, 10407, 9819, 11952, 9321, 9852, 10089, 9079, 9584, 10587, 7566, 9759, 9493, 7923, 9686, 10596, 8870, 9952, 9862, 9477, 9545, 10789, 8217, 9774, 9932, 9503, 9791, 11572, 9867, 9803, 9646, 10850, 9604, 9653, 12527, 9372, 9936, 9612, 11427, 9715, 9994, 9915, 9736, 9374, 9576, 11878, 11534, 10153, 12293, 11765, 9657, 11917, 9703, 9780, 11670, 9452, 9744, 9933, 9420, 9683, 9694, 10114, 9414, 10122, 10072, 9672, 9461, 9633, 12238, 9362, 9836, 10079, 10386, 9391, 9634, 11650, 9670, 9946, 10207, 9506, 9640, 10068, 10711, 9652, 9844, 11563, 9521, 9887, 10202, 10073, 9983, 9932, 11622, 10873, 9995, 10101, 10399, 9835, 9955, 11990, 10179, 9798, 10017, 9907, 9650, 9885, 11037, 9922, 10024, 10651, 9444, 9541, 9775, 10902, 9759, 10150, 9523, 10702, 9507, 9907, 10161, 9672, 9078, 9825, 9933, 11152, 9531, 10145, 10246, 11252, 11298, 9891, 9945, 11376, 9754, 9884, 12030, 10767, 9821, 10088, 11138, 9498, 9669, 9834, 11829, 9770, 9946, 10245, 10417, 9924, 10048, 9884, 10039, 11288, 9654, 9999, 11046, 9413, 9710, 9793, 11666, 9581, 9966, 10089, 10566, 10681, 9776, 12248, 10633, 9812, 10151, 11642, 10942, 10005, 10128, 10407, 9713, 9802, 11341, 11730, 9718, 12317, 9523, 10063, 9992, 10950, 9833, 10201, 10996, 10000, 9993, 9923, 10921, 9775, 10123, 10273, 10891, 9081, 10153, 9963, 11767, 9762, 10022, 10178, 10983, 9810, 10208, 10223, 10857, 9489, 10283, 12404, 10504, 9988, 10245, 11128, 10815, 10172, 11371, 10838, 8142, 9967, 10156, 11019, 8847, 10048, 9794, 9718, 9868, 10141, 11423, 9716, 10002, 10284, 10226, 9768, 10115, 11467, 10040, 8085, 10058, 10554, 9961, 8756, 10419, 9911, 9750, 10272, 10070, 11825, 9858, 10195, 10466, 11736, 11389, 9986, 10154, 11963, 9573, 9923, 12788, 10682, 9920, 10200, 10645, 9888, 9509, 9834, 11344, 9432, 9759, 9641, 10873, 9467, 9759, 9729, 9957, 9739, 9592, 10002, 10466, 9810, 10478, 10229, 10485, 9844, 10333, 11253, 10582, 10361, 12999, 10966, 10517, 10504, 11317, 9255, 10124, 10269, 11281, 9805, 10320, 10454, 11241, 9664, 10462, 10669, 11401, 9451, 10113, 10519, 11916, 10106, 10345, 10167, 11358, 9083, 10486, 10469, 10454, 10484, 10336, 10528, 11274, 9572, 10220, 12311, 10428, 10124, 10607, 10385, 9518, 10191, 10256, 11422, 9913, 10365, 10457, 10428, 10022, 9342, 10351, 10373, 10086, 10232, 10343, 11149, 9753, 10429, 10496, 9966, 9861, 10430, 10320, 11910, 10967, 9686, 10433, 11682, 10222, 10145, 10454, 10683, 9274, 10288, 10150, 11717, 9784, 10113, 10530, 11245, 9654, 9817, 10423, 10217, 9942, 8197, 10382, 10509, 11053, 10164, 10259, 11656, 9933, 10163, 10446, 11631, 9296, 10132, 10468, 10688, 9927, 10195, 10485, 11190, 9789, 10260, 10410, 11155, 9908, 10520, 10530, 11646, 9593, 10376, 10616, 11799, 11111, 10109, 12144, 11191, 10094, 10422, 10984, 9744, 10017, 10147, 11175, 9149, 10094, 10124, 10766, 9813, 10041, 10584, 11685, 9831, 10370, 12344, 10454, 10019, 10742, 10871, 9665, 10220, 9899, 11594, 9688, 10322, 10350, 10462, 9603, 10115, 12418, 10473, 10317, 10618, 10795, 10154, 10447, 12065, 10082, 10398, 10305, 10577, 9925, 9014, 10385, 9974, 9127, 10082, 10278, 11527, 10717, 10552, 12267, 10452, 10668, 11509, 10109, 10117, 10108, 9645, 10199, 12089, 9919, 10193, 10120, 10995, 10269, 10295, 10999, 9700, 10220, 10087, 11294, 9609, 10323, 10355, 9918, 10122, 10125, 12081, 9909, 10333, 10489, 11712, 10427, 10344, 12390, 9823, 10188, 10113, 10980, 10053, 10429, 11199, 8584, 10266, 11139, 10321, 10266, 10344, 10091, 9168, 10182, 10178, 11006, 10107, 9257, 10641, 9791, 10316, 10494, 12183, 11353, 10380, 12365, 9924, 12738, 11192, 10215, 9901, 9214, 9887, 10144, 10791, 9653, 10249, 10414, 9949, 10329, 10554, 10461, 10563, 10368, 10367, 11151, 9818, 10274, 11552, 10230, 10200, 11699, 10412, 10187, 11340, 9778, 10159, 11142, 9631, 9946, 11816, 9696, 10188, 10210, 9657, 8944, 10387, 10464, 9882, 9279, 10844, 10077, 10201, 10179, 10479, 12178, 10004, 10446, 11984, 10316, 10096, 11469, 10080, 10448, 10071, 10354, 9967, 10115, 11972, 9576, 10127, 10486, 10937, 10165, 10461, 11886, 9563, 10155, 9907, 11179, 9020, 10352, 10530, 9957, 10145, 10252, 11602, 9936, 10268, 10609, 11485, 10317, 10301, 11978, 10285, 10034, 10574, 10969, 9829, 10159, 11710, 9335, 10336, 10579, 10390, 10239, 10410, 12060, 10236, 10380, 10623, 10654, 9325, 10280, 10353, 11468, 10381, 10522, 10511, 9873, 10336, 10469, 10251, 9091, 10296, 9757, 9947, 9102, 10712, 10293, 10378, 11040, 10374, 10422, 11025, 10048, 10521, 11837, 11553, 10132, 12992, 11368, 9209, 10574, 10614, 10494, 9484, 10280, 10518, 11480, 10277, 10285, 10471, 12859, 12355, 10296, 13072, 11077, 10144, 11785, 10927, 9948, 10507, 10662, 9696, 10056, 11135, 9515, 10339, 10579, 10049, 9130, 10470, 10197, 9618, 10360, 10492, 10293, 10445, 10308, 12148, 10844, 10293, 11783, 9798, 10292, 11692, 10238, 10388, 11725, 9808, 10164, 10144, 10881, 9906, 10462, 11189, 9984, 10250, 12214, 10131, 10354, 12086, 9380, 10232, 10508, 9924, 10201, 10138, 11068, 9677, 10328, 10619, 10234, 10053, 10441, 12069, 10250, 10347, 10661, 10817, 8959, 10343, 12137, 10212, 10200, 10344, 11273, 9514, 10124, 10395, 11379, 9389, 10386, 10088, 10900, 10014, 10427, 12702, 9915, 10229, 12156, 10896, 10096, 10480, 9596, 10257, 10167, 9996, 9753, 10660, 10646, 10255, 10314, 9896, 10417, 11984, 10764, 10289, 12975, 10665, 9973, 10517, 11921, 10046, 10563, 11832, 9958, 10132, 11402, 8624, 10648, 11280, 9587, 9850, 10417, 10698, 9704, 10444, 10813, 10596, 9342, 10386, 10753, 11209, 9678, 10595, 12560, 10425, 10151, 10514, 10905, 9808, 10541, 11353, 10663, 10513, 10425, 11799, 11074, 10302, 10669, 11301, 10284, 10517, 10377, 11411, 9293, 10748, 10975, 10097, 10446, 10890, 11630, 9501, 10589, 10526, 10897, 10379, 10675, 11703, 9933, 10390, 10332, 10969, 10457, 10708, 10866, 9849, 9241, 10408, 12344, 10583, 10253, 10674, 10875, 9734, 10127, 10466, 11472, 9628, 10349, 11421, 11220, 10548, 10463, 12402, 8982, 10405, 10671, 12153, 10183, 10477, 11407, 9861, 10304, 10614, 11127, 9980, 10574, 10016, 9649, 10118, 10489, 10961, 8973, 10469, 10566, 9741, 9929, 11366, 12233, 9779, 10299, 11862, 9710, 10263, 11970, 9929, 10350, 10779, 9296, 10039, 10131, 11614, 10066, 10542, 10702, 10175, 10069, 10710, 12568, 10093, 10518, 11666, 8591, 10196, 10662, 10747, 9686, 10547, 10250, 9799, 9647, 10396, 10345, 9858, 11205, 10213, 12663, 11655, 10107, 12428, 10831, 10084, 12100, 10238, 10130, 10469, 9868, 9700, 10097, 11502, 10465, 10543, 10557, 9998, 10246, 10554, 11661, 10453, 10545, 11277, 9920, 10381, 12548, 10499, 10129, 12049, 10656, 10406, 10890, 9878, 10137, 10397, 11382, 10257, 10733, 10814, 10340, 10429, 10329, 10505, 10904, 10640, 10591, 10372, 10333, 12599, 11748, 10301, 12664, 10963, 10420, 12077, 10035, 10258, 10611, 10011, 10182, 10240, 11518, 10113, 10614, 10168, 10026, 10325, 11647, 10037, 10335, 10640, 10495, 9984, 10293, 12222, 9597, 10251, 10749, 9988, 10202, 10304, 11678, 9888, 10501, 10622, 9623, 10268, 10340, 11894, 10355, 10283, 10757], 'WindowCenter': [4149.0, 4112.0, 4098.0, 4115.0, 4086.0, 4068.0, 4067.0, 4063.0, 4066.0, 4066.0, 4058.0, 4068.0, 4088.0, 4058.0, 4071.0, 4072.0, 4054.0, 4077.0, 4089.0, 4069.0, 4077.0, 4101.0, 4089.0, 4078.0, 4099.0, 4063.0, 4070.0, 4089.0, 4084.0, 4068.0, 4073.0, 4086.0, 4073.0, 4067.0, 4101.0, 4068.0, 4071.0, 4099.0, 4078.0, 4068.0, 4065.0, 4066.0, 4073.0, 4084.0, 4100.0, 4081.0, 4082.0, 4096.0, 4096.0, 4105.0, 4083.0, 4115.0, 4096.0, 4083.0, 4123.0, 4095.0, 4069.0, 4069.0, 4067.0, 4069.0, 4079.0, 4112.0, 4070.0, 4069.0, 4081.0, 4083.0, 4069.0, 4081.0, 4079.0, 4080.0, 4081.0, 4102.0, 4103.0, 4067.0, 4069.0, 4103.0, 4080.0, 4070.0, 4072.0, 4090.0, 4057.0, 4071.0, 4091.0, 4068.0, 4070.0, 4085.0, 4045.0, 4074.0, 4086.0, 4077.0, 4056.0, 4069.0, 4088.0, 4057.0, 4068.0, 4076.0, 4076.0, 4058.0, 4067.0, 4089.0, 4082.0, 4071.0, 4085.0, 4056.0, 4067.0, 4076.0, 4068.0, 4057.0, 4078.0, 4103.0, 4069.0, 4078.0, 4081.0, 4093.0, 4070.0, 4081.0, 4101.0, 4069.0, 4098.0, 4091.0, 4103.0, 4072.0, 4080.0, 4111.0, 4092.0, 4085.0, 4081.0, 4090.0, 4070.0, 4081.0, 4115.0, 4084.0, 4080.0, 4077.0, 4078.0, 4070.0, 4077.0, 4089.0, 4069.0, 4068.0, 4088.0, 4070.0, 4083.0, 4113.0, 4068.0, 4068.0, 4079.0, 4101.0, 4100.0, 4081.0, 4082.0, 4069.0, 4059.0, 4079.0, 4080.0, 4092.0, 4059.0, 4090.0, 4110.0, 4089.0, 4081.0, 4083.0, 4111.0, 4068.0, 4078.0, 4102.0, 4088.0, 4068.0, 4069.0, 4086.0, 4046.0, 4066.0, 4079.0, 4066.0, 4068.0, 4078.0, 4075.0, 4082.0, 4073.0, 4080.0, 4109.0, 4093.0, 4077.0, 4082.0, 4077.0, 4078.0, 4095.0, 4081.0, 4112.0, 4090.0, 4070.0, 4071.0, 4093.0, 4081.0, 4053.0, 4085.0, 4054.0, 4059.0, 4066.0, 4067.0, 4068.0, 4067.0, 4076.0, 4066.0, 4079.0, 4079.0, 4070.0, 4080.0, 4090.0, 4083.0, 4080.0, 4085.0, 4105.0, 4086.0, 4102.0, 4091.0, 4066.0, 4077.0, 4066.0, 4067.0, 4080.0, 4078.0, 4067.0, 4066.0, 4077.0, 4067.0, 4068.0, 4076.0, 4064.0, 4066.0, 4078.0, 4067.0, 4071.0, 4077.0, 4058.0, 4078.0, 4066.0, 4068.0, 4085.0, 4081.0, 4089.0, 4078.0, 4078.0, 4077.0, 4073.0, 4066.0, 4079.0, 4065.0, 4078.0, 4077.0, 4079.0, 4079.0, 4091.0, 4069.0, 4083.0, 4077.0, 4081.0, 4080.0, 4080.0, 4092.0, 4072.0, 4092.0, 4091.0, 4094.0, 4092.0, 4092.0, 4068.0, 4068.0, 4079.0, 4067.0, 4067.0, 4092.0, 4067.0, 4077.0, 4081.0, 4067.0, 4068.0, 4090.0, 4068.0, 4077.0, 4065.0, 4069.0, 4069.0, 4068.0, 4079.0, 4057.0, 4083.0, 4080.0, 4078.0, 4080.0, 4082.0, 4081.0, 4085.0, 4080.0, 4092.0, 4086.0, 4088.0, 4078.0, 4077.0, 4093.0, 4083.0, 4070.0, 4090.0, 4058.0, 4065.0, 4065.0, 4067.0, 4066.0, 4074.0, 4046.0, 4066.0, 4072.0, 4058.0, 4078.0, 4092.0, 4070.0, 4079.0, 4080.0, 4080.0, 4079.0, 4095.0, 4073.0, 4078.0, 4085.0, 4080.0, 4082.0, 4104.0, 4092.0, 4093.0, 4081.0, 4090.0, 4081.0, 4080.0, 4112.0, 4081.0, 4079.0, 4093.0, 4101.0, 4080.0, 4081.0, 4080.0, 4080.0, 4079.0, 4080.0, 4091.0, 4090.0, 4078.0, 4088.0, 4088.0, 4065.0, 4076.0, 4053.0, 4064.0, 4077.0, 4055.0, 4066.0, 4065.0, 4053.0, 4067.0, 4077.0, 4076.0, 4068.0, 4089.0, 4078.0, 4081.0, 4091.0, 4080.0, 4098.0, 4069.0, 4080.0, 4078.0, 4079.0, 4082.0, 4078.0, 4087.0, 4066.0, 4067.0, 4078.0, 4079.0, 4068.0, 4077.0, 4082.0, 4067.0, 4078.0, 4094.0, 4069.0, 4077.0, 4077.0, 4079.0, 4081.0, 4090.0, 4104.0, 4089.0, 4084.0, 4078.0, 4078.0, 4080.0, 4080.0, 4087.0, 4077.0, 4078.0, 4067.0, 4068.0, 4078.0, 4077.0, 4093.0, 4081.0, 4076.0, 4076.0, 4084.0, 4080.0, 4081.0, 4077.0, 4077.0, 4080.0, 4078.0, 4094.0, 4071.0, 4077.0, 4090.0, 4077.0, 4078.0, 4091.0, 4079.0, 4089.0, 4085.0, 4090.0, 4095.0, 4104.0, 4101.0, 4080.0, 4082.0, 4088.0, 4069.0, 4077.0, 4098.0, 4079.0, 4068.0, 4077.0, 4078.0, 4066.0, 4078.0, 4066.0, 4087.0, 4078.0, 4076.0, 4078.0, 4078.0, 4076.0, 4078.0, 4094.0, 4094.0, 4091.0, 4077.0, 4078.0, 4089.0, 4068.0, 4080.0, 4078.0, 4091.0, 4083.0, 4079.0, 4089.0, 4089.0, 4093.0, 4091.0, 4099.0, 4091.0, 4080.0, 4077.0, 4099.0, 4087.0, 4078.0, 4077.0, 4078.0, 4067.0, 4078.0, 4093.0, 4087.0, 4066.0, 4097.0, 4066.0, 4067.0, 4069.0, 4087.0, 4066.0, 4077.0, 4080.0, 4078.0, 4075.0, 4078.0, 4089.0, 4084.0, 4091.0, 4078.0, 4088.0, 4068.0, 4090.0, 4080.0, 4105.0, 4079.0, 4078.0, 4080.0, 4089.0, 4079.0, 4077.0, 4090.0, 4088.0, 4078.0, 4092.0, 4111.0, 4080.0, 4081.0, 4077.0, 4089.0, 4088.0, 4076.0, 4088.0, 4075.0, 4048.0, 4078.0, 4076.0, 4075.0, 4055.0, 4069.0, 4075.0, 4066.0, 4079.0, 4078.0, 4087.0, 4068.0, 4065.0, 4074.0, 4075.0, 4065.0, 4075.0, 4088.0, 4065.0, 4057.0, 4076.0, 4083.0, 4076.0, 4060.0, 4089.0, 4080.0, 4068.0, 4091.0, 4080.0, 4099.0, 4078.0, 4079.0, 4082.0, 4100.0, 4087.0, 4067.0, 4066.0, 4075.0, 4065.0, 4070.0, 4085.0, 4064.0, 4063.0, 4067.0, 4063.0, 4065.0, 4065.0, 4066.0, 4074.0, 4066.0, 4065.0, 4063.0, 4076.0, 4065.0, 4066.0, 4064.0, 4064.0, 4063.0, 4079.0, 4077.0, 4076.0, 4078.0, 4090.0, 4090.0, 4089.0, 4079.0, 4080.0, 4091.0, 4091.0, 4089.0, 4104.0, 4089.0, 4078.0, 4078.0, 4087.0, 4080.0, 4077.0, 4090.0, 4092.0, 4078.0, 4088.0, 4091.0, 4102.0, 4080.0, 4091.0, 4088.0, 4101.0, 4082.0, 4091.0, 4088.0, 4089.0, 4078.0, 4092.0, 4089.0, 4087.0, 4068.0, 4089.0, 4087.0, 4088.0, 4091.0, 4090.0, 4088.0, 4089.0, 4080.0, 4078.0, 4099.0, 4078.0, 4077.0, 4075.0, 4075.0, 4065.0, 4079.0, 4077.0, 4088.0, 4079.0, 4077.0, 4076.0, 4087.0, 4078.0, 4070.0, 4077.0, 4078.0, 4078.0, 4080.0, 4080.0, 4089.0, 4077.0, 4089.0, 4088.0, 4077.0, 4081.0, 4090.0, 4089.0, 4100.0, 4090.0, 4077.0, 4087.0, 4087.0, 4082.0, 4078.0, 4079.0, 4076.0, 4068.0, 4078.0, 4078.0, 4088.0, 4079.0, 4078.0, 4087.0, 4090.0, 4082.0, 4079.0, 4090.0, 4077.0, 4076.0, 4069.0, 4090.0, 4087.0, 4089.0, 4078.0, 4077.0, 4088.0, 4078.0, 4078.0, 4080.0, 4087.0, 4065.0, 4076.0, 4076.0, 4077.0, 4080.0, 4078.0, 4090.0, 4088.0, 4078.0, 4089.0, 4090.0, 4100.0, 4091.0, 4089.0, 4088.0, 4105.0, 4080.0, 4080.0, 4077.0, 4087.0, 4088.0, 4079.0, 4087.0, 4077.0, 4077.0, 4074.0, 4075.0, 4067.0, 4066.0, 4076.0, 4075.0, 4067.0, 4076.0, 4079.0, 4087.0, 4076.0, 4077.0, 4076.0, 4088.0, 4066.0, 4078.0, 4098.0, 4076.0, 4068.0, 4075.0, 4074.0, 4066.0, 4075.0, 4066.0, 4090.0, 4065.0, 4081.0, 4075.0, 4077.0, 4078.0, 4088.0, 4097.0, 4077.0, 4078.0, 4075.0, 4077.0, 4078.0, 4079.0, 4087.0, 4064.0, 4075.0, 4078.0, 4087.0, 4079.0, 4069.0, 4092.0, 4089.0, 4083.0, 4104.0, 4091.0, 4102.0, 4093.0, 4091.0, 4100.0, 4091.0, 4076.0, 4076.0, 4067.0, 4064.0, 4076.0, 4066.0, 4077.0, 4086.0, 4065.0, 4077.0, 4077.0, 4089.0, 4076.0, 4089.0, 4088.0, 4067.0, 4079.0, 4078.0, 4087.0, 4079.0, 4079.0, 4076.0, 4078.0, 4078.0, 4077.0, 4099.0, 4077.0, 4077.0, 4076.0, 4088.0, 4077.0, 4076.0, 4086.0, 4065.0, 4067.0, 4066.0, 4076.0, 4066.0, 4074.0, 4074.0, 4053.0, 4075.0, 4078.0, 4074.0, 4075.0, 4074.0, 4074.0, 4064.0, 4078.0, 4082.0, 4086.0, 4079.0, 4080.0, 4092.0, 4090.0, 4093.0, 4102.0, 4101.0, 4096.0, 4078.0, 4098.0, 4068.0, 4086.0, 4078.0, 4064.0, 4064.0, 4064.0, 4076.0, 4075.0, 4087.0, 4078.0, 4088.0, 4088.0, 4089.0, 4089.0, 4089.0, 4089.0, 4094.0, 4088.0, 4077.0, 4100.0, 4077.0, 4079.0, 4088.0, 4076.0, 4078.0, 4100.0, 4077.0, 4074.0, 4077.0, 4065.0, 4063.0, 4073.0, 4065.0, 4064.0, 4085.0, 4063.0, 4076.0, 4075.0, 4078.0, 4067.0, 4090.0, 4102.0, 4091.0, 4081.0, 4103.0, 4093.0, 4094.0, 4092.0, 4091.0, 4099.0, 4078.0, 4078.0, 4088.0, 4078.0, 4065.0, 4077.0, 4064.0, 4076.0, 4064.0, 4078.0, 4076.0, 4076.0, 4090.0, 4065.0, 4077.0, 4087.0, 4088.0, 4076.0, 4077.0, 4085.0, 4065.0, 4076.0, 4077.0, 4086.0, 4055.0, 4078.0, 4076.0, 4076.0, 4077.0, 4079.0, 4087.0, 4077.0, 4077.0, 4077.0, 4088.0, 4076.0, 4077.0, 4087.0, 4065.0, 4065.0, 4076.0, 4080.0, 4076.0, 4076.0, 4086.0, 4065.0, 4076.0, 4075.0, 4076.0, 4077.0, 4077.0, 4097.0, 4078.0, 4076.0, 4076.0, 4076.0, 4066.0, 4077.0, 4076.0, 4074.0, 4065.0, 4074.0, 4075.0, 4075.0, 4076.0, 4075.0, 4075.0, 4065.0, 4076.0, 4076.0, 4077.0, 4068.0, 4089.0, 4089.0, 4089.0, 4100.0, 4091.0, 4088.0, 4089.0, 4092.0, 4088.0, 4098.0, 4089.0, 4091.0, 4111.0, 4088.0, 4067.0, 4076.0, 4081.0, 4077.0, 4065.0, 4076.0, 4087.0, 4099.0, 4094.0, 4089.0, 4089.0, 4099.0, 4098.0, 4064.0, 4083.0, 4062.0, 4052.0, 4071.0, 4049.0, 4050.0, 4047.0, 4048.0, 4050.0, 4050.0, 4062.0, 4050.0, 4060.0, 4072.0, 4073.0, 4076.0, 4100.0, 4090.0, 4091.0, 4102.0, 4102.0, 4092.0, 4091.0, 4092.0, 4102.0, 4090.0, 4078.0, 4087.0, 4078.0, 4077.0, 4088.0, 4077.0, 4076.0, 4087.0, 4078.0, 4078.0, 4077.0, 4087.0, 4077.0, 4087.0, 4087.0, 4089.0, 4088.0, 4098.0, 4077.0, 4077.0, 4087.0, 4066.0, 4077.0, 4076.0, 4076.0, 4077.0, 4078.0, 4088.0, 4078.0, 4089.0, 4088.0, 4078.0, 4077.0, 4088.0, 4099.0, 4093.0, 4092.0, 4090.0, 4090.0, 4068.0, 4089.0, 4102.0, 4090.0, 4089.0, 4088.0, 4089.0, 4079.0, 4091.0, 4090.0, 4098.0, 4077.0, 4088.0, 4089.0, 4089.0, 4079.0, 4088.0, 4097.0, 4077.0, 4075.0, 4086.0, 4076.0, 4076.0, 4076.0, 4064.0, 4076.0, 4077.0, 4077.0, 4078.0, 4089.0, 4101.0, 4102.0, 4103.0, 4104.0, 4103.0, 4113.0, 4102.0, 4103.0, 4113.0, 4092.0, 4090.0, 4090.0, 4088.0, 4077.0, 4076.0, 4089.0, 4069.0, 4076.0, 4085.0, 4055.0, 4075.0, 4085.0, 4068.0, 4065.0, 4076.0, 4075.0, 4065.0, 4088.0, 4092.0, 4088.0, 4078.0, 4089.0, 4088.0, 4090.0, 4077.0, 4087.0, 4100.0, 4077.0, 4077.0, 4076.0, 4075.0, 4065.0, 4076.0, 4086.0, 4087.0, 4076.0, 4077.0, 4085.0, 4086.0, 4081.0, 4076.0, 4076.0, 4075.0, 4074.0, 4075.0, 4085.0, 4066.0, 4074.0, 4074.0, 4075.0, 4077.0, 4087.0, 4086.0, 4076.0, 4090.0, 4077.0, 4087.0, 4077.0, 4076.0, 4085.0, 4066.0, 4076.0, 4077.0, 4086.0, 4088.0, 4087.0, 4087.0, 4077.0, 4083.0, 4101.0, 4110.0, 4090.0, 4090.0, 4090.0, 4090.0, 4078.0, 4089.0, 4089.0, 4100.0, 4078.0, 4088.0, 4100.0, 4088.0, 4077.0, 4088.0, 4097.0, 4066.0, 4087.0, 4076.0, 4086.0, 4076.0, 4075.0, 4085.0, 4065.0, 4064.0, 4074.0, 4075.0, 4065.0, 4074.0, 4063.0, 4065.0, 4075.0, 4078.0, 4087.0, 4065.0, 4089.0, 4087.0, 4078.0, 4079.0, 4088.0, 4089.0, 4078.0, 4075.0, 4085.0, 4064.0, 4063.0, 4074.0, 4064.0, 4063.0, 4074.0, 4064.0, 4074.0, 4074.0, 4087.0, 4066.0, 4075.0, 4075.0, 4076.0, 4076.0, 4075.0, 4085.0, 4066.0, 4063.0, 4073.0, 4041.0, 4062.0, 4062.0, 4072.0, 4064.0, 4088.0, 4074.0, 4075.0, 4077.0, 4090.0, 4101.0, 4091.0, 4102.0, 4091.0, 4112.0, 4100.0, 4078.0, 4086.0, 4074.0, 4064.0, 4074.0, 4064.0, 4063.0, 4062.0, 4063.0, 4064.0, 4075.0, 4086.0, 4076.0, 4076.0, 4075.0, 4077.0, 4076.0, 4076.0, 4087.0, 4078.0, 4076.0, 4076.0, 4075.0, 4076.0, 4085.0, 4075.0, 4076.0, 4087.0, 4077.0, 4074.0, 4074.0, 4064.0, 4074.0, 4074.0, 4085.0, 4074.0, 4088.0, 4087.0, 4076.0, 4088.0, 4089.0, 4090.0, 4101.0, 4093.0, 4089.0, 4094.0, 4090.0, 4111.0, 4101.0, 4078.0, 4098.0, 4076.0, 4076.0, 4087.0, 4076.0, 4075.0, 4075.0, 4075.0, 4077.0, 4077.0, 4091.0, 4079.0, 4076.0, 4075.0, 4075.0, 4078.0, 4101.0, 4081.0, 4087.0, 4088.0, 4089.0, 4078.0, 4079.0, 4099.0, 4078.0, 4088.0, 4099.0, 4089.0, 4089.0, 4087.0, 4098.0, 4079.0, 4088.0, 4089.0, 4078.0, 4088.0, 4088.0, 4099.0, 4089.0, 4078.0, 4088.0], 'WindowWidth': [9225.0, 9159.0, 9128.0, 9145.0, 9102.0, 9067.0, 9062.0, 9060.0, 9058.0, 9057.0, 9050.0, 9061.0, 9091.0, 9048.0, 9069.0, 9071.0, 9051.0, 9076.0, 9092.0, 9067.0, 9076.0, 9112.0, 9093.0, 9079.0, 9104.0, 9058.0, 9068.0, 9092.0, 9090.0, 9064.0, 9073.0, 9086.0, 9074.0, 9060.0, 9109.0, 9062.0, 9067.0, 9107.0, 9076.0, 9062.0, 9055.0, 9057.0, 9074.0, 9091.0, 9113.0, 9086.0, 9089.0, 9112.0, 9111.0, 9124.0, 9092.0, 9137.0, 9109.0, 9092.0, 9144.0, 9106.0, 9066.0, 9066.0, 9062.0, 9066.0, 9082.0, 9130.0, 9068.0, 9067.0, 9085.0, 9088.0, 9068.0, 9085.0, 9080.0, 9084.0, 9087.0, 9115.0, 9116.0, 9063.0, 9065.0, 9118.0, 9082.0, 9068.0, 9069.0, 9093.0, 9046.0, 9066.0, 9095.0, 9062.0, 9064.0, 9080.0, 9029.0, 9075.0, 9084.0, 9072.0, 9042.0, 9062.0, 9092.0, 9047.0, 9062.0, 9070.0, 9071.0, 9049.0, 9058.0, 9093.0, 9084.0, 9066.0, 9081.0, 9042.0, 9060.0, 9072.0, 9066.0, 9049.0, 9078.0, 9114.0, 9065.0, 9080.0, 9086.0, 9104.0, 9071.0, 9086.0, 9114.0, 9069.0, 9117.0, 9101.0, 9117.0, 9075.0, 9083.0, 9126.0, 9103.0, 9094.0, 9085.0, 9095.0, 9068.0, 9086.0, 9135.0, 9090.0, 9083.0, 9075.0, 9078.0, 9070.0, 9075.0, 9091.0, 9064.0, 9062.0, 9093.0, 9071.0, 9086.0, 9129.0, 9064.0, 9064.0, 9081.0, 9110.0, 9109.0, 9084.0, 9084.0, 9066.0, 9055.0, 9083.0, 9084.0, 9103.0, 9056.0, 9098.0, 9127.0, 9095.0, 9086.0, 9087.0, 9124.0, 9064.0, 9077.0, 9114.0, 9091.0, 9062.0, 9063.0, 9083.0, 9028.0, 9056.0, 9079.0, 9059.0, 9062.0, 9076.0, 9071.0, 9085.0, 9078.0, 9082.0, 9121.0, 9102.0, 9076.0, 9084.0, 9077.0, 9080.0, 9109.0, 9086.0, 9129.0, 9096.0, 9070.0, 9068.0, 9098.0, 9079.0, 9034.0, 9079.0, 9035.0, 9048.0, 9057.0, 9061.0, 9061.0, 9060.0, 9073.0, 9062.0, 9082.0, 9083.0, 9070.0, 9086.0, 9099.0, 9090.0, 9086.0, 9093.0, 9123.0, 9098.0, 9115.0, 9099.0, 9058.0, 9072.0, 9060.0, 9063.0, 9080.0, 9074.0, 9060.0, 9055.0, 9074.0, 9060.0, 9060.0, 9070.0, 9052.0, 9055.0, 9077.0, 9060.0, 9066.0, 9073.0, 9048.0, 9076.0, 9060.0, 9064.0, 9093.0, 9083.0, 9093.0, 9078.0, 9077.0, 9074.0, 9075.0, 9059.0, 9079.0, 9057.0, 9075.0, 9076.0, 9081.0, 9081.0, 9099.0, 9066.0, 9088.0, 9078.0, 9086.0, 9085.0, 9083.0, 9101.0, 9075.0, 9100.0, 9101.0, 9108.0, 9100.0, 9100.0, 9064.0, 9062.0, 9077.0, 9062.0, 9061.0, 9098.0, 9062.0, 9073.0, 9081.0, 9062.0, 9063.0, 9096.0, 9062.0, 9076.0, 9058.0, 9066.0, 9067.0, 9063.0, 9079.0, 9050.0, 9087.0, 9084.0, 9078.0, 9083.0, 9086.0, 9085.0, 9095.0, 9083.0, 9102.0, 9097.0, 9092.0, 9077.0, 9074.0, 9102.0, 9086.0, 9067.0, 9093.0, 9046.0, 9054.0, 9055.0, 9061.0, 9057.0, 9067.0, 9031.0, 9058.0, 9070.0, 9052.0, 9080.0, 9100.0, 9070.0, 9081.0, 9084.0, 9084.0, 9079.0, 9107.0, 9076.0, 9078.0, 9095.0, 9085.0, 9088.0, 9120.0, 9102.0, 9106.0, 9087.0, 9097.0, 9088.0, 9083.0, 9132.0, 9085.0, 9081.0, 9106.0, 9113.0, 9084.0, 9086.0, 9084.0, 9083.0, 9083.0, 9082.0, 9098.0, 9094.0, 9074.0, 9091.0, 9090.0, 9053.0, 9069.0, 9035.0, 9049.0, 9071.0, 9040.0, 9056.0, 9054.0, 9037.0, 9061.0, 9075.0, 9073.0, 9064.0, 9094.0, 9079.0, 9086.0, 9101.0, 9083.0, 9107.0, 9068.0, 9081.0, 9077.0, 9081.0, 9087.0, 9076.0, 9088.0, 9059.0, 9060.0, 9076.0, 9081.0, 9063.0, 9075.0, 9085.0, 9058.0, 9077.0, 9103.0, 9065.0, 9076.0, 9074.0, 9080.0, 9086.0, 9099.0, 9120.0, 9095.0, 9092.0, 9075.0, 9077.0, 9083.0, 9084.0, 9089.0, 9074.0, 9076.0, 9060.0, 9061.0, 9078.0, 9074.0, 9100.0, 9086.0, 9071.0, 9071.0, 9092.0, 9082.0, 9082.0, 9074.0, 9075.0, 9081.0, 9079.0, 9104.0, 9068.0, 9075.0, 9094.0, 9076.0, 9080.0, 9102.0, 9081.0, 9095.0, 9093.0, 9098.0, 9107.0, 9121.0, 9114.0, 9082.0, 9088.0, 9092.0, 9065.0, 9075.0, 9106.0, 9077.0, 9062.0, 9073.0, 9075.0, 9056.0, 9077.0, 9058.0, 9088.0, 9076.0, 9072.0, 9075.0, 9076.0, 9072.0, 9078.0, 9109.0, 9106.0, 9099.0, 9077.0, 9077.0, 9092.0, 9063.0, 9083.0, 9076.0, 9097.0, 9089.0, 9081.0, 9093.0, 9094.0, 9106.0, 9102.0, 9109.0, 9099.0, 9081.0, 9075.0, 9109.0, 9090.0, 9079.0, 9075.0, 9077.0, 9061.0, 9075.0, 9103.0, 9090.0, 9059.0, 9104.0, 9058.0, 9061.0, 9063.0, 9089.0, 9058.0, 9071.0, 9080.0, 9075.0, 9070.0, 9080.0, 9095.0, 9090.0, 9099.0, 9079.0, 9093.0, 9066.0, 9101.0, 9084.0, 9123.0, 9081.0, 9080.0, 9083.0, 9094.0, 9079.0, 9077.0, 9096.0, 9094.0, 9079.0, 9103.0, 9128.0, 9084.0, 9085.0, 9073.0, 9092.0, 9091.0, 9070.0, 9090.0, 9070.0, 9035.0, 9075.0, 9073.0, 9069.0, 9044.0, 9064.0, 9069.0, 9058.0, 9080.0, 9074.0, 9087.0, 9062.0, 9056.0, 9066.0, 9070.0, 9056.0, 9068.0, 9088.0, 9056.0, 9048.0, 9073.0, 9087.0, 9074.0, 9055.0, 9093.0, 9083.0, 9065.0, 9100.0, 9082.0, 9107.0, 9078.0, 9081.0, 9085.0, 9110.0, 9088.0, 9060.0, 9057.0, 9067.0, 9054.0, 9063.0, 9082.0, 9051.0, 9047.0, 9055.0, 9048.0, 9054.0, 9056.0, 9055.0, 9066.0, 9057.0, 9055.0, 9049.0, 9070.0, 9052.0, 9056.0, 9052.0, 9052.0, 9050.0, 9080.0, 9075.0, 9072.0, 9077.0, 9095.0, 9097.0, 9096.0, 9081.0, 9083.0, 9098.0, 9099.0, 9094.0, 9117.0, 9094.0, 9076.0, 9074.0, 9088.0, 9083.0, 9075.0, 9097.0, 9098.0, 9078.0, 9092.0, 9099.0, 9117.0, 9086.0, 9099.0, 9093.0, 9113.0, 9089.0, 9099.0, 9092.0, 9095.0, 9078.0, 9100.0, 9094.0, 9087.0, 9064.0, 9092.0, 9088.0, 9091.0, 9101.0, 9097.0, 9092.0, 9094.0, 9082.0, 9077.0, 9108.0, 9077.0, 9077.0, 9067.0, 9068.0, 9056.0, 9079.0, 9074.0, 9091.0, 9080.0, 9074.0, 9073.0, 9090.0, 9078.0, 9067.0, 9075.0, 9075.0, 9076.0, 9083.0, 9081.0, 9093.0, 9075.0, 9093.0, 9090.0, 9077.0, 9086.0, 9098.0, 9094.0, 9112.0, 9096.0, 9076.0, 9089.0, 9090.0, 9083.0, 9077.0, 9077.0, 9071.0, 9063.0, 9079.0, 9077.0, 9092.0, 9079.0, 9078.0, 9088.0, 9098.0, 9089.0, 9080.0, 9096.0, 9074.0, 9073.0, 9069.0, 9096.0, 9089.0, 9094.0, 9079.0, 9075.0, 9089.0, 9079.0, 9077.0, 9079.0, 9088.0, 9056.0, 9073.0, 9072.0, 9075.0, 9083.0, 9077.0, 9096.0, 9091.0, 9079.0, 9095.0, 9098.0, 9111.0, 9101.0, 9095.0, 9092.0, 9123.0, 9084.0, 9083.0, 9076.0, 9089.0, 9090.0, 9080.0, 9087.0, 9073.0, 9073.0, 9064.0, 9068.0, 9060.0, 9059.0, 9069.0, 9070.0, 9057.0, 9073.0, 9078.0, 9088.0, 9072.0, 9077.0, 9073.0, 9089.0, 9059.0, 9076.0, 9104.0, 9071.0, 9061.0, 9069.0, 9066.0, 9056.0, 9070.0, 9059.0, 9092.0, 9057.0, 9081.0, 9069.0, 9073.0, 9079.0, 9093.0, 9104.0, 9076.0, 9076.0, 9069.0, 9074.0, 9076.0, 9077.0, 9088.0, 9053.0, 9069.0, 9077.0, 9090.0, 9079.0, 9070.0, 9102.0, 9097.0, 9093.0, 9122.0, 9101.0, 9119.0, 9106.0, 9098.0, 9113.0, 9100.0, 9072.0, 9072.0, 9059.0, 9052.0, 9071.0, 9058.0, 9076.0, 9086.0, 9055.0, 9073.0, 9073.0, 9094.0, 9073.0, 9094.0, 9090.0, 9061.0, 9078.0, 9078.0, 9087.0, 9079.0, 9078.0, 9071.0, 9077.0, 9080.0, 9074.0, 9107.0, 9075.0, 9074.0, 9071.0, 9090.0, 9075.0, 9071.0, 9087.0, 9054.0, 9059.0, 9056.0, 9073.0, 9057.0, 9067.0, 9065.0, 9035.0, 9069.0, 9076.0, 9066.0, 9069.0, 9065.0, 9067.0, 9053.0, 9078.0, 9085.0, 9087.0, 9079.0, 9083.0, 9101.0, 9099.0, 9107.0, 9118.0, 9115.0, 9111.0, 9077.0, 9105.0, 9064.0, 9086.0, 9077.0, 9052.0, 9052.0, 9051.0, 9071.0, 9071.0, 9089.0, 9078.0, 9092.0, 9093.0, 9095.0, 9095.0, 9096.0, 9095.0, 9105.0, 9092.0, 9076.0, 9111.0, 9077.0, 9079.0, 9090.0, 9072.0, 9076.0, 9111.0, 9075.0, 9066.0, 9073.0, 9053.0, 9047.0, 9063.0, 9056.0, 9051.0, 9083.0, 9050.0, 9070.0, 9069.0, 9078.0, 9064.0, 9097.0, 9117.0, 9100.0, 9088.0, 9121.0, 9105.0, 9109.0, 9104.0, 9100.0, 9109.0, 9079.0, 9076.0, 9094.0, 9076.0, 9055.0, 9073.0, 9053.0, 9071.0, 9055.0, 9079.0, 9072.0, 9071.0, 9095.0, 9057.0, 9075.0, 9088.0, 9090.0, 9073.0, 9075.0, 9083.0, 9055.0, 9071.0, 9075.0, 9085.0, 9042.0, 9074.0, 9072.0, 9072.0, 9078.0, 9080.0, 9091.0, 9076.0, 9075.0, 9075.0, 9090.0, 9072.0, 9072.0, 9087.0, 9055.0, 9055.0, 9069.0, 9079.0, 9075.0, 9071.0, 9085.0, 9056.0, 9071.0, 9068.0, 9072.0, 9076.0, 9075.0, 9102.0, 9076.0, 9072.0, 9073.0, 9073.0, 9061.0, 9073.0, 9070.0, 9065.0, 9055.0, 9064.0, 9070.0, 9070.0, 9070.0, 9070.0, 9069.0, 9057.0, 9073.0, 9073.0, 9077.0, 9066.0, 9094.0, 9095.0, 9099.0, 9114.0, 9100.0, 9095.0, 9097.0, 9102.0, 9094.0, 9108.0, 9095.0, 9099.0, 9129.0, 9092.0, 9061.0, 9074.0, 9081.0, 9074.0, 9056.0, 9074.0, 9089.0, 9109.0, 9106.0, 9095.0, 9094.0, 9109.0, 9103.0, 9053.0, 9077.0, 9047.0, 9031.0, 9055.0, 9022.0, 9023.0, 9017.0, 9019.0, 9027.0, 9024.0, 9042.0, 9025.0, 9041.0, 9059.0, 9064.0, 9073.0, 9113.0, 9099.0, 9102.0, 9118.0, 9118.0, 9104.0, 9103.0, 9102.0, 9117.0, 9098.0, 9078.0, 9089.0, 9078.0, 9076.0, 9093.0, 9074.0, 9073.0, 9088.0, 9076.0, 9078.0, 9077.0, 9090.0, 9077.0, 9088.0, 9091.0, 9097.0, 9093.0, 9107.0, 9074.0, 9075.0, 9087.0, 9061.0, 9075.0, 9074.0, 9072.0, 9074.0, 9077.0, 9092.0, 9079.0, 9095.0, 9093.0, 9079.0, 9077.0, 9093.0, 9111.0, 9105.0, 9105.0, 9098.0, 9098.0, 9066.0, 9097.0, 9116.0, 9098.0, 9095.0, 9093.0, 9096.0, 9083.0, 9099.0, 9098.0, 9106.0, 9077.0, 9093.0, 9096.0, 9097.0, 9082.0, 9090.0, 9103.0, 9074.0, 9070.0, 9087.0, 9072.0, 9069.0, 9070.0, 9052.0, 9072.0, 9075.0, 9078.0, 9081.0, 9097.0, 9117.0, 9119.0, 9124.0, 9126.0, 9123.0, 9136.0, 9119.0, 9121.0, 9134.0, 9104.0, 9099.0, 9096.0, 9091.0, 9074.0, 9071.0, 9094.0, 9064.0, 9071.0, 9083.0, 9042.0, 9070.0, 9082.0, 9063.0, 9056.0, 9071.0, 9068.0, 9056.0, 9093.0, 9099.0, 9092.0, 9078.0, 9095.0, 9092.0, 9096.0, 9076.0, 9089.0, 9111.0, 9075.0, 9077.0, 9071.0, 9069.0, 9056.0, 9074.0, 9087.0, 9090.0, 9072.0, 9074.0, 9084.0, 9087.0, 9082.0, 9071.0, 9070.0, 9069.0, 9067.0, 9068.0, 9084.0, 9059.0, 9067.0, 9065.0, 9071.0, 9074.0, 9088.0, 9085.0, 9071.0, 9094.0, 9074.0, 9089.0, 9076.0, 9072.0, 9084.0, 9058.0, 9072.0, 9075.0, 9087.0, 9090.0, 9089.0, 9091.0, 9077.0, 9091.0, 9115.0, 9126.0, 9099.0, 9099.0, 9097.0, 9098.0, 9081.0, 9095.0, 9096.0, 9111.0, 9079.0, 9093.0, 9110.0, 9094.0, 9077.0, 9091.0, 9104.0, 9060.0, 9089.0, 9073.0, 9086.0, 9071.0, 9067.0, 9082.0, 9054.0, 9052.0, 9066.0, 9070.0, 9056.0, 9067.0, 9051.0, 9056.0, 9071.0, 9077.0, 9088.0, 9058.0, 9094.0, 9089.0, 9078.0, 9083.0, 9091.0, 9093.0, 9077.0, 9069.0, 9083.0, 9054.0, 9051.0, 9065.0, 9053.0, 9050.0, 9066.0, 9052.0, 9068.0, 9067.0, 9087.0, 9057.0, 9071.0, 9071.0, 9070.0, 9073.0, 9070.0, 9083.0, 9060.0, 9048.0, 9062.0, 9017.0, 9047.0, 9047.0, 9059.0, 9052.0, 9092.0, 9069.0, 9070.0, 9077.0, 9099.0, 9116.0, 9102.0, 9119.0, 9103.0, 9132.0, 9111.0, 9078.0, 9085.0, 9065.0, 9052.0, 9065.0, 9052.0, 9049.0, 9046.0, 9048.0, 9054.0, 9068.0, 9085.0, 9074.0, 9071.0, 9070.0, 9073.0, 9073.0, 9073.0, 9090.0, 9079.0, 9072.0, 9072.0, 9069.0, 9071.0, 9082.0, 9070.0, 9072.0, 9086.0, 9072.0, 9066.0, 9066.0, 9052.0, 9067.0, 9066.0, 9084.0, 9067.0, 9089.0, 9088.0, 9074.0, 9094.0, 9096.0, 9099.0, 9113.0, 9104.0, 9097.0, 9109.0, 9100.0, 9129.0, 9112.0, 9077.0, 9106.0, 9072.0, 9073.0, 9088.0, 9073.0, 9070.0, 9068.0, 9070.0, 9075.0, 9076.0, 9098.0, 9079.0, 9071.0, 9070.0, 9071.0, 9078.0, 9111.0, 9085.0, 9090.0, 9093.0, 9095.0, 9078.0, 9081.0, 9108.0, 9078.0, 9092.0, 9111.0, 9096.0, 9096.0, 9091.0, 9108.0, 9080.0, 9093.0, 9096.0, 9080.0, 9093.0, 9093.0, 9110.0, 9097.0, 9078.0, 9092.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.0004042185128983309</td></tr>
<tr><td colspan=3>aqi</td><td>0.020528803186646433</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.6481522203265</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.188657414867122</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9931259230296129</td></tr>
<tr><td colspan=3>efc</td><td>0.4739</td></tr>
<tr><td colspan=3>fber</td><td>5455.2622</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08878878651667169</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5933232169954477</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.353633205541303</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2633974914909443</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5446947575115675</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2528073676213975</td></tr>
<tr><td colspan=3>gcor</td><td>0.00711517</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012154852971434593</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02673799730837345</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.988243916602199</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>26.7963</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5691</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.9892</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301448.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>822.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.172</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4566</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.8778</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3302.0708</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4356.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.0425</td></tr>
<tr><td colspan=3>tsnr</td><td>39.39089086826425</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>