ds005256-mriqc/sub-0073_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter 7ac58f1d07 [DATALAD RUNCMD] Compute MRIQC for sub-0073
=== 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-0073 --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-0073",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:29:57 +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-0073_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0073_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-04/func/sub-0073_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>93fd5b0f841052708894ca784f13f9a6</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>18:04:24.025000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.11583</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7793, -7246, 662, -60, -322, 103, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6cc4d364-d37c-4981-879e-61a51c49efda||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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': ['180424.025000', '180424.485000', '180424.945000', '180425.405000', '180425.865000', '180426.325000', '180426.785000', '180427.245000', '180427.705000', '180428.165000', '180428.625000', '180429.085000', '180429.545000', '180430.005000', '180430.465000', '180430.925000', '180431.385000', '180431.845000', '180432.305000', '180432.765000', '180433.225000', '180433.685000', '180434.145000', '180434.605000', '180435.065000', '180435.525000', '180435.985000', '180436.445000', '180436.905000', '180437.365000', '180437.825000', '180438.285000', '180438.745000', '180439.205000', '180439.665000', '180440.125000', '180440.585000', '180441.045000', '180441.505000', '180441.965000', '180442.425000', '180442.885000', '180443.345000', '180443.805000', '180444.265000', '180444.725000', '180445.185000', '180445.645000', '180446.105000', '180446.565000', '180447.025000', '180447.485000', '180447.945000', '180448.405000', '180448.865000', '180449.325000', '180449.785000', '180450.245000', '180450.705000', '180451.165000', '180451.625000', '180452.085000', '180452.545000', '180453.005000', '180453.465000', '180453.925000', '180454.385000', '180454.845000', '180455.305000', '180455.765000', '180456.225000', '180456.685000', '180457.145000', '180457.605000', '180458.065000', '180458.525000', '180458.985000', '180459.445000', '180459.905000', '180500.365000', '180500.825000', '180501.285000', '180501.745000', '180502.205000', '180502.665000', '180503.125000', '180503.585000', '180504.045000', '180504.505000', '180504.965000', '180505.425000', '180505.885000', '180506.345000', '180506.805000', '180507.265000', '180507.725000', '180508.185000', '180508.645000', '180509.105000', '180509.565000', '180510.025000', '180510.485000', '180510.945000', '180511.405000', '180511.865000', '180512.325000', '180512.785000', '180513.245000', '180513.705000', '180514.165000', '180514.625000', '180515.085000', '180515.545000', '180516.005000', '180516.465000', '180516.925000', '180517.385000', '180517.845000', '180518.305000', '180518.765000', '180519.225000', '180519.685000', '180520.145000', '180520.605000', '180521.065000', '180521.525000', '180521.985000', '180522.445000', '180522.905000', '180523.365000', '180523.825000', '180524.285000', '180524.745000', '180525.205000', '180525.665000', '180526.125000', '180526.585000', '180527.045000', '180527.505000', '180527.965000', '180528.425000', '180528.885000', '180529.345000', '180529.805000', '180530.265000', '180530.725000', '180531.185000', '180531.645000', '180532.105000', '180532.565000', '180533.025000', '180533.485000', '180533.945000', '180534.405000', '180534.865000', '180535.325000', '180535.785000', '180536.245000', '180536.705000', '180537.165000', '180537.625000', '180538.085000', '180538.545000', '180539.005000', '180539.465000', '180539.925000', '180540.385000', '180540.845000', '180541.305000', '180541.765000', '180542.225000', '180542.685000', '180543.145000', '180543.605000', '180544.065000', '180544.525000', '180544.985000', '180545.445000', '180545.905000', '180546.365000', '180546.825000', '180547.285000', '180547.745000', '180548.205000', '180548.665000', '180549.125000', '180549.585000', '180550.045000', '180550.505000', '180550.965000', '180551.425000', '180551.885000', '180552.345000', '180552.805000', '180553.265000', '180553.725000', '180554.185000', '180554.645000', '180555.105000', '180555.565000', '180556.025000', '180556.485000', '180556.945000', '180557.405000', '180557.865000', '180558.325000', '180558.785000', '180559.245000', '180559.705000', '180600.165000', '180600.625000', '180601.085000', '180601.545000', '180602.005000', '180602.465000', '180602.925000', '180603.385000', '180603.845000', '180604.305000', '180604.765000', '180605.225000', '180605.685000', '180606.145000', '180606.605000', '180607.065000', '180607.525000', '180607.985000', '180608.445000', '180608.905000', '180609.365000', '180609.825000', '180610.285000', '180610.745000', '180611.205000', '180611.665000', '180612.125000', '180612.585000', '180613.045000', '180613.505000', '180613.965000', '180614.425000', '180614.885000', '180615.345000', '180615.805000', '180616.265000', '180616.725000', '180617.185000', '180617.645000', '180618.105000', '180618.565000', '180619.025000', '180619.485000', '180619.945000', '180620.405000', '180620.865000', '180621.325000', '180621.785000', '180622.245000', '180622.705000', '180623.165000', '180623.625000', '180624.085000', '180624.545000', '180625.005000', '180625.465000', '180625.925000', '180626.385000', '180626.845000', '180627.305000', '180627.765000', '180628.225000', '180628.685000', '180629.145000', '180629.605000', '180630.065000', '180630.525000', '180630.985000', '180631.445000', '180631.905000', '180632.365000', '180632.825000', '180633.285000', '180633.745000', '180634.205000', '180634.665000', '180635.125000', '180635.585000', '180636.045000', '180636.505000', '180636.965000', '180637.425000', '180637.885000', '180638.345000', '180638.805000', '180639.265000', '180639.725000', '180640.185000', '180640.645000', '180641.105000', '180641.565000', '180642.025000', '180642.485000', '180642.945000', '180643.405000', '180643.865000', '180644.325000', '180644.785000', '180645.245000', '180645.705000', '180646.165000', '180646.625000', '180647.085000', '180647.545000', '180648.005000', '180648.465000', '180648.925000', '180649.385000', '180649.845000', '180650.305000', '180650.765000', '180651.225000', '180651.685000', '180652.145000', '180652.605000', '180653.065000', '180653.525000', '180653.985000', '180654.445000', '180654.905000', '180655.365000', '180655.825000', '180656.285000', '180656.745000', '180657.205000', '180657.665000', '180658.125000', '180658.585000', '180659.045000', '180659.505000', '180659.965000', '180700.425000', '180700.885000', '180701.345000', '180701.805000', '180702.265000', '180702.725000', '180703.185000', '180703.645000', '180704.105000', '180704.565000', '180705.025000', '180705.485000', '180705.945000', '180706.405000', '180706.865000', '180707.325000', '180707.785000', '180708.245000', '180708.705000', '180709.165000', '180709.625000', '180710.085000', '180710.545000', '180711.005000', '180711.465000', '180711.925000', '180712.385000', '180712.845000', '180713.305000', '180713.765000', '180714.225000', '180714.685000', '180715.145000', '180715.605000', '180716.065000', '180716.525000', '180716.985000', '180717.445000', '180717.905000', '180718.365000', '180718.825000', '180719.285000', '180719.745000', '180720.205000', '180720.665000', '180721.125000', '180721.585000', '180722.045000', '180722.505000', '180722.965000', '180723.425000', '180723.885000', '180724.345000', '180724.805000', '180725.265000', '180725.725000', '180726.185000', '180726.645000', '180727.105000', '180727.565000', '180728.025000', '180728.485000', '180728.945000', '180729.405000', '180729.865000', '180730.325000', '180730.785000', '180731.245000', '180731.705000', '180732.165000', '180732.625000', '180733.085000', '180733.545000', '180734.005000', '180734.465000', '180734.925000', '180735.385000', '180735.845000', '180736.305000', '180736.765000', '180737.225000', '180737.685000', '180738.145000', '180738.605000', '180739.065000', '180739.525000', '180739.985000', '180740.445000', '180740.905000', '180741.365000', '180741.825000', '180742.285000', '180742.745000', '180743.205000', '180743.665000', '180744.125000', '180744.585000', '180745.045000', '180745.505000', '180745.965000', '180746.425000', '180746.885000', '180747.345000', '180747.805000', '180748.265000', '180748.725000', '180749.185000', '180749.645000', '180750.105000', '180750.565000', '180751.025000', '180751.485000', '180751.945000', '180752.405000', '180752.865000', '180753.325000', '180753.785000', '180754.245000', '180754.705000', '180755.165000', '180755.625000', '180756.085000', '180756.545000', '180757.005000', '180757.465000', '180757.925000', '180758.385000', '180758.845000', '180759.305000', '180759.765000', '180800.225000', '180800.685000', '180801.145000', '180801.605000', '180802.065000', '180802.525000', '180802.985000', '180803.445000', '180803.905000', '180804.365000', '180804.825000', '180805.285000', '180805.745000', '180806.205000', '180806.665000', '180807.125000', '180807.585000', '180808.045000', '180808.505000', '180808.965000', '180809.425000', '180809.885000', '180810.345000', '180810.805000', '180811.265000', '180811.725000', '180812.185000', '180812.645000', '180813.105000', '180813.565000', '180814.025000', '180814.485000', '180814.945000', '180815.405000', '180815.865000', '180816.325000', '180816.785000', '180817.245000', '180817.705000', '180818.165000', '180818.625000', '180819.085000', '180819.545000', '180820.005000', '180820.465000', '180820.925000', '180821.385000', '180821.845000', '180822.305000', '180822.765000', '180823.225000', '180823.685000', '180824.145000', '180824.605000', '180825.065000', '180825.525000', '180825.985000', '180826.445000', '180826.905000', '180827.365000', '180827.825000', '180828.285000', '180828.745000', '180829.205000', '180829.665000', '180830.125000', '180830.585000', '180831.045000', '180831.505000', '180831.965000', '180832.425000', '180832.885000', '180833.345000', '180833.805000', '180834.265000', '180834.725000', '180835.185000', '180835.645000', '180836.105000', '180836.565000', '180837.025000', '180837.485000', '180837.945000', '180838.405000', '180838.865000', '180839.325000', '180839.785000', '180840.245000', '180840.705000', '180841.165000', '180841.625000', '180842.085000', '180842.545000', '180843.005000', '180843.465000', '180843.925000', '180844.385000', '180844.845000', '180845.305000', '180845.765000', '180846.225000', '180846.685000', '180847.145000', '180847.605000', '180848.065000', '180848.525000', '180848.985000', '180849.445000', '180849.905000', '180850.365000', '180850.825000', '180851.285000', '180851.745000', '180852.205000', '180852.665000', '180853.125000', '180853.585000', '180854.045000', '180854.505000', '180854.965000', '180855.425000', '180855.885000', '180856.345000', '180856.805000', '180857.265000', '180857.725000', '180858.185000', '180858.645000', '180859.105000', '180859.565000', '180900.025000', '180900.485000', '180900.945000', '180901.405000', '180901.865000', '180902.325000', '180902.785000', '180903.245000', '180903.705000', '180904.165000', '180904.625000', '180905.085000', '180905.545000', '180906.005000', '180906.465000', '180906.925000', '180907.385000', '180907.845000', '180908.305000', '180908.765000', '180909.225000', '180909.685000', '180910.145000', '180910.605000', '180911.065000', '180911.525000', '180911.985000', '180912.445000', '180912.905000', '180913.365000', '180913.825000', '180914.285000', '180914.745000', '180915.205000', '180915.665000', '180916.125000', '180916.585000', '180917.045000', '180917.505000', '180917.965000', '180918.425000', '180918.885000', '180919.345000', '180919.805000', '180920.265000', '180920.725000', '180921.185000', '180921.645000', '180922.105000', '180922.565000', '180923.025000', '180923.485000', '180923.945000', '180924.405000', '180924.865000', '180925.325000', '180925.785000', '180926.245000', '180926.705000', '180927.165000', '180927.625000', '180928.085000', '180928.545000', '180929.005000', '180929.465000', '180929.925000', '180930.385000', '180930.845000', '180931.305000', '180931.765000', '180932.225000', '180932.685000', '180933.145000', '180933.605000', '180934.065000', '180934.525000', '180934.985000', '180935.445000', '180935.905000', '180936.365000', '180936.825000', '180937.285000', '180937.745000', '180938.205000', '180938.665000', '180939.125000', '180939.585000', '180940.045000', '180940.505000', '180940.965000', '180941.425000', '180941.885000', '180942.345000', '180942.805000', '180943.265000', '180943.725000', '180944.185000', '180944.645000', '180945.105000', '180945.565000', '180946.025000', '180946.485000', '180946.945000', '180947.405000', '180947.865000', '180948.325000', '180948.785000', '180949.245000', '180949.705000', '180950.165000', '180950.625000', '180951.085000', '180951.545000', '180952.005000', '180952.465000', '180952.925000', '180953.385000', '180953.845000', '180954.305000', '180954.765000', '180955.225000', '180955.685000', '180956.145000', '180956.605000', '180957.065000', '180957.525000', '180957.985000', '180958.445000', '180958.905000', '180959.365000', '180959.825000', '181000.285000', '181000.745000', '181001.205000', '181001.665000', '181002.125000', '181002.585000', '181003.045000', '181003.505000', '181003.965000', '181004.425000', '181004.885000', '181005.345000', '181005.805000', '181006.265000', '181006.725000', '181007.185000', '181007.645000', '181008.105000', '181008.565000', '181009.025000', '181009.485000', '181009.945000', '181010.405000', '181010.865000', '181011.325000', '181011.785000', '181012.245000', '181012.705000', '181013.165000', '181013.625000', '181014.085000', '181014.545000', '181015.005000', '181015.465000', '181015.925000', '181016.385000', '181016.845000', '181017.305000', '181017.765000', '181018.225000', '181018.685000', '181019.145000', '181019.605000', '181020.065000', '181020.525000', '181020.985000', '181021.445000', '181021.905000', '181022.365000', '181022.825000', '181023.285000', '181023.745000', '181024.205000', '181024.665000', '181025.125000', '181025.585000', '181026.045000', '181026.505000', '181026.965000', '181027.425000', '181027.885000', '181028.345000', '181028.805000', '181029.265000', '181029.725000', '181030.185000', '181030.645000', '181031.105000', '181031.565000', '181032.025000', '181032.485000', '181032.945000', '181033.405000', '181033.865000', '181034.325000', '181034.785000', '181035.245000', '181035.705000', '181036.165000', '181036.625000', '181037.085000', '181037.545000', '181038.005000', '181038.465000', '181038.925000', '181039.385000', '181039.845000', '181040.305000', '181040.765000', '181041.225000', '181041.685000', '181042.145000', '181042.605000', '181043.065000', '181043.525000', '181043.985000', '181044.445000', '181044.905000', '181045.365000', '181045.825000', '181046.285000', '181046.745000', '181047.205000', '181047.665000', '181048.125000', '181048.585000', '181049.045000', '181049.505000', '181049.965000', '181050.425000', '181050.885000', '181051.345000', '181051.805000', '181052.265000', '181052.725000', '181053.185000', '181053.645000', '181054.105000', '181054.565000', '181055.025000', '181055.485000', '181055.945000', '181056.405000', '181056.865000', '181057.325000', '181057.785000', '181058.245000', '181058.705000', '181059.165000', '181059.625000', '181100.085000', '181100.545000', '181101.005000', '181101.465000', '181101.925000', '181102.385000', '181102.845000', '181103.305000', '181103.765000', '181104.225000', '181104.685000', '181105.145000', '181105.605000', '181106.065000', '181106.525000', '181106.985000', '181107.445000', '181107.905000', '181108.365000', '181108.825000', '181109.285000', '181109.745000', '181110.205000', '181110.665000', '181111.125000', '181111.585000', '181112.045000', '181112.505000', '181112.965000', '181113.425000', '181113.885000', '181114.345000', '181114.805000', '181115.265000', '181115.725000', '181116.185000', '181116.645000', '181117.105000', '181117.565000', '181118.025000', '181118.485000', '181118.945000', '181119.405000', '181119.865000', '181120.325000', '181120.785000', '181121.245000', '181121.705000', '181122.165000', '181122.625000', '181123.085000', '181123.545000', '181124.005000', '181124.465000', '181124.925000', '181125.385000', '181125.845000', '181126.305000', '181126.765000', '181127.225000', '181127.685000', '181128.145000', '181128.605000', '181129.065000', '181129.525000', '181129.985000', '181130.445000', '181130.905000', '181131.365000', '181131.825000', '181132.285000', '181132.745000', '181133.205000', '181133.665000', '181134.125000', '181134.585000', '181135.045000', '181135.505000', '181135.965000', '181136.425000', '181136.885000', '181137.345000', '181137.805000', '181138.265000', '181138.725000', '181139.185000', '181139.645000', '181140.105000', '181140.565000', '181141.025000', '181141.485000', '181141.945000', '181142.405000', '181142.865000', '181143.325000', '181143.785000', '181144.245000', '181144.705000', '181145.165000', '181145.625000', '181146.085000', '181146.545000', '181147.005000', '181147.465000', '181147.925000', '181148.385000', '181148.845000', '181149.305000', '181149.765000', '181150.225000', '181150.685000', '181151.145000', '181151.605000', '181152.065000', '181152.525000', '181152.985000', '181153.445000', '181153.905000', '181154.365000', '181154.825000', '181155.285000', '181155.745000', '181156.205000', '181156.665000', '181157.125000', '181157.585000', '181158.045000', '181158.505000', '181158.965000', '181159.425000', '181159.885000', '181200.345000', '181200.805000', '181201.265000', '181201.725000', '181202.185000', '181202.645000', '181203.105000', '181203.565000', '181204.025000', '181204.485000', '181204.945000', '181205.405000', '181205.865000', '181206.325000', '181206.785000', '181207.245000', '181207.705000', '181208.165000', '181208.625000', '181209.085000', '181209.545000', '181210.005000', '181210.465000', '181210.925000', '181211.385000', '181211.845000', '181212.305000', '181212.765000', '181213.225000', '181213.685000', '181214.145000', '181214.605000', '181215.065000', '181215.525000', '181215.985000', '181216.445000', '181216.905000', '181217.365000', '181217.825000', '181218.285000', '181218.745000', '181219.205000', '181219.665000', '181220.125000', '181220.585000', '181221.045000', '181221.505000', '181221.965000', '181222.425000', '181222.885000', '181223.345000', '181223.805000', '181224.265000', '181224.725000', '181225.185000', '181225.645000', '181226.105000', '181226.565000', '181227.025000', '181227.485000', '181227.945000', '181228.405000', '181228.865000', '181229.325000', '181229.785000', '181230.245000', '181230.705000', '181231.165000', '181231.625000', '181232.085000', '181232.545000', '181233.005000', '181233.465000', '181233.925000', '181234.385000', '181234.845000', '181235.305000', '181235.765000', '181236.225000', '181236.685000', '181237.145000', '181237.605000', '181238.065000', '181238.525000', '181238.985000', '181239.445000', '181239.905000', '181240.365000', '181240.825000', '181241.285000', '181241.745000', '181242.205000', '181242.665000', '181243.125000', '181243.585000', '181244.045000', '181244.505000', '181244.965000', '181245.425000', '181245.885000', '181246.345000', '181246.805000', '181247.265000', '181247.725000', '181248.185000', '181248.645000', '181249.105000', '181249.565000', '181250.025000', '181250.485000', '181250.945000', '181251.405000', '181251.865000', '181252.325000', '181252.785000', '181253.245000', '181253.705000', '181254.165000', '181254.625000', '181255.085000', '181255.545000', '181256.005000', '181256.465000', '181256.925000', '181257.385000', '181257.845000', '181258.305000', '181258.765000', '181259.225000', '181259.685000', '181300.145000', '181300.605000', '181301.065000', '181301.525000', '181301.985000', '181302.445000', '181302.905000', '181303.365000', '181303.825000', '181304.285000', '181304.745000', '181305.205000', '181305.665000', '181306.125000', '181306.585000', '181307.045000', '181307.505000', '181307.965000', '181308.425000', '181308.885000', '181309.345000', '181309.805000', '181310.265000', '181310.725000', '181311.185000', '181311.645000', '181312.105000', '181312.565000', '181313.025000', '181313.485000', '181313.945000', '181314.405000', '181314.865000', '181315.325000', '181315.785000', '181316.245000', '181316.705000', '181317.165000', '181317.625000', '181318.085000', '181318.545000', '181319.005000', '181319.465000', '181319.925000', '181320.385000', '181320.845000', '181321.305000', '181321.765000', '181322.225000', '181322.685000', '181323.145000', '181323.605000', '181324.065000', '181324.525000', '181324.985000', '181325.445000', '181325.905000', '181326.365000', '181326.825000', '181327.285000', '181327.745000', '181328.205000', '181328.665000', '181329.125000', '181329.585000', '181330.045000', '181330.505000', '181330.965000', '181331.425000', '181331.885000', '181332.345000', '181332.805000', '181333.265000', '181333.725000', '181334.185000', '181334.645000', '181335.105000', '181335.565000', '181336.025000', '181336.485000', '181336.945000', '181337.405000', '181337.865000', '181338.325000', '181338.785000', '181339.245000', '181339.705000', '181340.165000', '181340.625000', '181341.085000', '181341.545000', '181342.005000', '181342.465000', '181342.925000', '181343.385000', '181343.845000', '181344.305000', '181344.765000', '181345.225000', '181345.685000', '181346.145000', '181346.605000', '181347.065000', '181347.525000', '181347.985000', '181348.445000', '181348.905000', '181349.365000', '181349.825000', '181350.285000', '181350.745000', '181351.205000', '181351.665000', '181352.125000', '181352.585000', '181353.045000', '181353.505000', '181353.965000', '181354.425000', '181354.885000', '181355.345000', '181355.805000', '181356.265000', '181356.725000', '181357.185000', '181357.645000', '181358.105000', '181358.565000', '181359.025000', '181359.485000', '181359.945000', '181400.405000', '181400.865000', '181401.325000', '181401.785000', '181402.245000', '181402.705000', '181403.165000', '181403.625000', '181404.085000', '181404.545000', '181405.005000', '181405.465000', '181405.925000', '181406.385000', '181406.845000', '181407.305000', '181407.765000', '181408.225000', '181408.685000', '181409.145000', '181409.605000', '181410.065000', '181410.525000', '181410.985000', '181411.445000', '181411.905000', '181412.365000', '181412.825000', '181413.285000', '181413.745000', '181414.205000', '181414.665000', '181415.125000', '181415.585000', '181416.045000', '181416.505000', '181416.965000', '181417.425000', '181417.885000', '181418.345000', '181418.805000', '181419.265000', '181419.725000', '181420.185000', '181420.645000', '181421.105000', '181421.565000', '181422.025000', '181422.485000', '181422.945000', '181423.405000', '181423.865000', '181424.325000', '181424.785000', '181425.245000', '181425.705000', '181426.165000', '181426.625000', '181427.085000', '181427.545000', '181428.005000', '181428.465000', '181428.925000', '181429.385000', '181429.845000', '181430.305000', '181430.765000', '181431.225000', '181431.685000'], 'ContentTime': ['180436.817000', '180436.820000', '180436.823000', '180436.826000', '180436.829000', '180436.831000', '180436.834000', '180436.836000', '180436.846000', '180436.848000', '180436.851000', '180436.860000', '180436.862000', '180436.865000', '180436.867000', '180436.870000', '180436.872000', '180436.875000', '180436.877000', '180436.880000', '180436.883000', '180436.885000', '180436.888000', '180436.890000', '180436.893000', '180456.790000', '180456.793000', '180456.796000', '180456.798000', '180456.801000', '180456.803000', '180456.806000', '180456.809000', '180456.811000', '180456.814000', '180456.816000', '180456.819000', '180456.821000', '180456.824000', '180456.826000', '180456.829000', '180456.831000', '180456.834000', '180456.837000', '180456.839000', '180456.842000', '180456.854000', '180456.856000', '180456.859000', '180456.861000', '180456.864000', '180456.866000', '180456.869000', '180456.871000', '180456.874000', '180456.877000', '180456.879000', '180456.882000', '180456.884000', '180456.887000', '180456.889000', '180456.892000', '180456.894000', '180456.897000', '180456.899000', '180456.902000', '180456.904000', '180456.907000', '180456.909000', '180516.790000', '180516.793000', '180516.796000', '180516.798000', '180516.801000', '180516.803000', '180516.806000', '180516.808000', '180516.811000', '180516.814000', '180516.817000', '180516.820000', '180516.823000', '180516.825000', '180516.828000', '180516.830000', '180516.833000', '180516.835000', '180516.838000', '180516.840000', '180516.843000', '180516.845000', '180516.848000', '180516.850000', '180516.853000', '180516.856000', '180516.858000', '180516.861000', '180516.863000', '180516.866000', '180516.868000', '180516.871000', '180516.873000', '180516.876000', '180516.879000', '180516.881000', '180516.884000', '180516.886000', '180516.889000', '180516.891000', '180516.894000', '180516.896000', '180516.904000', '180536.792000', '180536.794000', '180536.797000', '180536.800000', '180536.802000', '180536.805000', '180536.807000', '180536.810000', '180536.812000', '180536.815000', '180536.817000', '180536.820000', '180536.823000', '180536.825000', '180536.828000', '180536.830000', '180536.833000', '180536.835000', '180536.838000', '180536.841000', '180536.843000', '180536.846000', '180536.848000', '180536.851000', '180536.853000', '180536.856000', '180536.858000', '180536.861000', '180536.864000', '180536.866000', '180536.869000', '180536.871000', '180536.874000', '180536.876000', '180536.879000', '180536.882000', '180536.884000', '180536.887000', '180536.889000', '180536.892000', '180536.894000', '180536.897000', '180536.899000', '180536.916000', '180556.791000', '180556.802000', '180556.805000', '180556.807000', '180556.810000', '180556.812000', '180556.815000', '180556.817000', '180556.820000', '180556.822000', '180556.825000', '180556.827000', '180556.830000', '180556.833000', '180556.835000', '180556.838000', '180556.840000', '180556.843000', '180556.845000', '180556.848000', '180556.851000', '180556.853000', '180556.856000', '180556.858000', '180556.861000', '180556.864000', '180556.866000', '180556.869000', '180556.871000', '180556.874000', '180556.876000', '180556.879000', '180556.882000', '180556.884000', '180556.887000', '180556.889000', '180556.892000', '180556.894000', '180556.898000', '180556.901000', '180556.903000', '180556.906000', '180556.908000', '180616.792000', '180616.794000', '180616.797000', '180616.799000', '180616.802000', '180616.805000', '180616.807000', '180616.810000', '180616.812000', '180616.815000', '180616.817000', '180616.820000', '180616.823000', '180616.825000', '180616.828000', '180616.830000', '180616.833000', '180616.835000', '180616.838000', '180616.841000', '180616.843000', '180616.846000', '180616.848000', '180616.851000', '180616.853000', '180616.856000', '180616.858000', '180616.861000', '180616.864000', '180616.866000', '180616.869000', '180616.871000', '180616.874000', '180616.877000', '180616.879000', '180616.882000', '180616.884000', '180616.887000', '180616.889000', '180616.892000', '180616.895000', '180616.897000', '180616.900000', '180616.902000', '180636.792000', '180636.794000', '180636.797000', '180636.800000', '180636.802000', '180636.805000', '180636.807000', '180636.810000', '180636.812000', '180636.815000', '180636.817000', '180636.820000', '180636.823000', '180636.825000', '180636.828000', '180636.830000', '180636.833000', '180636.835000', '180636.838000', '180636.841000', '180636.843000', '180636.846000', '180636.848000', '180636.851000', '180636.854000', '180636.856000', '180636.859000', '180636.861000', '180636.864000', '180636.866000', '180636.869000', '180636.872000', '180636.874000', '180636.877000', '180636.879000', '180636.882000', '180636.884000', '180636.887000', '180636.889000', '180636.892000', '180636.895000', '180636.897000', '180636.900000', '180656.791000', '180656.794000', '180656.797000', '180656.800000', '180656.802000', '180656.805000', '180656.807000', '180656.810000', '180656.812000', '180656.815000', '180656.818000', '180656.820000', '180656.823000', '180656.825000', '180656.828000', '180656.830000', '180656.833000', '180656.836000', '180656.838000', '180656.841000', '180656.843000', '180656.846000', '180656.848000', '180656.851000', '180656.853000', '180656.856000', '180656.859000', '180656.861000', '180656.864000', '180656.866000', '180656.869000', '180656.872000', '180656.874000', '180656.877000', '180656.879000', '180656.882000', '180656.884000', '180656.887000', '180656.889000', '180656.892000', '180656.895000', '180656.897000', '180656.900000', '180656.902000', '180716.790000', '180716.793000', '180716.796000', '180716.799000', '180716.801000', '180716.804000', '180716.806000', '180716.809000', '180716.811000', '180716.814000', '180716.817000', '180716.819000', '180716.822000', '180716.824000', '180716.827000', '180716.830000', '180716.832000', '180716.835000', '180716.837000', '180716.840000', '180716.842000', '180716.845000', '180716.848000', '180716.850000', '180716.853000', '180716.856000', '180716.858000', '180716.861000', '180716.863000', '180716.866000', '180716.869000', '180716.871000', '180716.874000', '180716.876000', '180716.879000', '180716.881000', '180716.884000', '180716.887000', '180716.900000', '180716.903000', '180716.905000', '180716.908000', '180716.911000', '180736.791000', '180736.793000', '180736.796000', '180736.799000', '180736.801000', '180736.804000', '180736.806000', '180736.809000', '180736.812000', '180736.814000', '180736.817000', '180736.819000', '180736.822000', '180736.825000', '180736.827000', '180736.830000', '180736.833000', '180736.835000', '180736.838000', '180736.840000', '180736.843000', '180736.846000', '180736.848000', '180736.851000', '180736.853000', '180736.856000', '180736.858000', '180736.861000', '180736.864000', '180736.866000', '180736.869000', '180736.872000', '180736.874000', '180736.877000', '180736.879000', '180736.882000', '180736.884000', '180736.887000', '180736.890000', '180736.892000', '180736.895000', '180736.897000', '180736.900000', '180736.903000', '180756.791000', '180756.794000', '180756.797000', '180756.799000', '180756.802000', '180756.804000', '180756.807000', '180756.810000', '180756.812000', '180756.815000', '180756.817000', '180756.820000', '180756.823000', '180756.825000', '180756.828000', '180756.830000', '180756.833000', '180756.836000', '180756.838000', '180756.841000', '180756.843000', '180756.846000', '180756.849000', '180756.851000', '180756.854000', '180756.856000', '180756.859000', '180756.861000', '180756.864000', '180756.866000', '180756.869000', '180756.872000', '180756.874000', '180756.877000', '180756.879000', '180756.882000', '180756.885000', '180756.887000', '180756.890000', '180756.892000', '180756.895000', '180756.898000', '180756.900000', '180816.792000', '180816.795000', '180816.797000', '180816.800000', '180816.802000', '180816.805000', '180816.807000', '180816.810000', '180816.813000', '180816.815000', '180816.818000', '180816.820000', '180816.823000', '180816.825000', '180816.828000', '180816.831000', '180816.833000', '180816.836000', '180816.838000', '180816.841000', '180816.844000', '180816.846000', '180816.849000', '180816.851000', '180816.854000', '180816.856000', '180816.859000', '180816.862000', '180816.864000', '180816.867000', '180816.869000', '180816.872000', '180816.874000', '180816.877000', '180816.880000', '180816.882000', '180816.885000', '180816.888000', '180816.890000', '180816.893000', '180816.895000', '180816.898000', '180816.900000', '180836.791000', '180836.794000', '180836.797000', '180836.799000', '180836.802000', '180836.805000', '180836.807000', '180836.810000', '180836.812000', '180836.815000', '180836.817000', '180836.820000', '180836.823000', '180836.825000', '180836.828000', '180836.830000', '180836.833000', '180836.835000', '180836.838000', '180836.841000', '180836.843000', '180836.846000', '180836.848000', '180836.851000', '180836.853000', '180836.856000', '180836.858000', '180836.861000', '180836.864000', '180836.866000', '180836.869000', '180836.871000', '180836.874000', '180836.877000', '180836.879000', '180836.882000', '180836.884000', '180836.887000', '180836.889000', '180836.898000', '180836.901000', '180836.904000', '180836.906000', '180836.909000', '180856.791000', '180856.794000', '180856.797000', '180856.799000', '180856.802000', '180856.805000', '180856.807000', '180856.810000', '180856.812000', '180856.815000', '180856.817000', '180856.820000', '180856.822000', '180856.825000', '180856.828000', '180856.830000', '180856.833000', '180856.835000', '180856.838000', '180856.840000', '180856.853000', '180856.856000', '180856.858000', '180856.861000', '180856.863000', '180856.866000', '180856.869000', '180856.871000', '180856.874000', '180856.877000', '180856.879000', '180856.882000', '180856.884000', '180856.887000', '180856.890000', '180856.892000', '180856.895000', '180856.897000', '180856.900000', '180856.902000', '180856.905000', '180856.908000', '180856.910000', '180856.913000', '180916.792000', '180916.795000', '180916.797000', '180916.800000', '180916.802000', '180916.805000', '180916.807000', '180916.810000', '180916.812000', '180916.815000', '180916.818000', '180916.820000', '180916.823000', '180916.825000', '180916.828000', '180916.830000', '180916.833000', '180916.836000', '180916.838000', '180916.841000', '180916.843000', '180916.846000', '180916.849000', '180916.851000', '180916.854000', '180916.856000', '180916.859000', '180916.861000', '180916.864000', '180916.867000', '180916.869000', '180916.872000', '180916.874000', '180916.877000', '180916.879000', '180916.882000', '180916.885000', '180916.887000', '180916.890000', '180916.892000', '180916.895000', '180916.897000', '180916.900000', '180936.790000', '180936.793000', '180936.796000', '180936.799000', '180936.801000', '180936.804000', '180936.806000', '180936.809000', '180936.812000', '180936.814000', '180936.817000', '180936.819000', '180936.822000', '180936.825000', '180936.827000', '180936.830000', '180936.833000', '180936.835000', '180936.838000', '180936.840000', '180936.843000', '180936.846000', '180936.848000', '180936.851000', '180936.853000', '180936.856000', '180936.859000', '180936.861000', '180936.864000', '180936.866000', '180936.869000', '180936.871000', '180936.874000', '180936.877000', '180936.879000', '180936.882000', '180936.884000', '180936.887000', '180936.889000', '180936.892000', '180936.895000', '180936.897000', '180936.900000', '180956.790000', '180956.793000', '180956.796000', '180956.798000', '180956.801000', '180956.804000', '180956.806000', '180956.809000', '180956.811000', '180956.814000', '180956.816000', '180956.819000', '180956.821000', '180956.824000', '180956.827000', '180956.829000', '180956.832000', '180956.834000', '180956.837000', '180956.839000', '180956.842000', '180956.845000', '180956.847000', '180956.850000', '180956.852000', '180956.855000', '180956.858000', '180956.860000', '180956.863000', '180956.865000', '180956.868000', '180956.870000', '180956.873000', '180956.876000', '180956.878000', '180956.881000', '180956.883000', '180956.886000', '180956.889000', '180956.891000', '180956.894000', '180956.896000', '180956.899000', '180956.901000', '181016.792000', '181016.794000', '181016.797000', '181016.799000', '181016.802000', '181016.805000', '181016.807000', '181016.810000', '181016.812000', '181016.815000', '181016.818000', '181016.820000', '181016.823000', '181016.825000', '181016.828000', '181016.830000', '181016.833000', '181016.835000', '181016.838000', '181016.841000', '181016.843000', '181016.846000', '181016.848000', '181016.851000', '181016.854000', '181016.856000', '181016.859000', '181016.861000', '181016.864000', '181016.867000', '181016.878000', '181016.881000', '181016.884000', '181016.886000', '181016.889000', '181016.891000', '181016.894000', '181016.897000', '181016.899000', '181016.902000', '181016.904000', '181016.907000', '181016.909000', '181016.912000', '181036.811000', '181036.814000', '181036.817000', '181036.819000', '181036.822000', '181036.824000', '181036.827000', '181036.830000', '181036.832000', '181036.835000', '181036.837000', '181036.840000', '181036.844000', '181036.846000', '181036.849000', '181036.852000', '181036.854000', '181036.857000', '181036.859000', '181036.862000', '181036.864000', '181036.867000', '181036.870000', '181036.872000', '181036.875000', '181036.877000', '181036.880000', '181036.882000', '181036.885000', '181036.888000', '181036.890000', '181036.893000', '181036.895000', '181036.898000', '181036.900000', '181036.903000', '181036.905000', '181036.908000', '181036.911000', '181036.913000', '181036.916000', '181036.918000', '181036.921000', '181056.791000', '181056.794000', '181056.797000', '181056.799000', '181056.802000', '181056.804000', '181056.807000', '181056.809000', '181056.812000', '181056.815000', '181056.818000', '181056.821000', '181056.824000', '181056.827000', '181056.829000', '181056.832000', '181056.834000', '181056.837000', '181056.839000', '181056.842000', '181056.844000', '181056.847000', '181056.850000', '181056.852000', '181056.855000', '181056.857000', '181056.860000', '181056.862000', '181056.865000', '181056.868000', '181056.870000', '181056.873000', '181056.876000', '181056.878000', '181056.881000', '181056.883000', '181056.886000', '181056.888000', '181056.891000', '181056.893000', '181056.896000', '181056.899000', '181056.901000', '181056.904000', '181116.791000', '181116.794000', '181116.797000', '181116.799000', '181116.802000', '181116.804000', '181116.807000', '181116.809000', '181116.812000', '181116.815000', '181116.817000', '181116.820000', '181116.822000', '181116.825000', '181116.827000', '181116.830000', '181116.833000', '181116.835000', '181116.838000', '181116.840000', '181116.843000', '181116.845000', '181116.848000', '181116.850000', '181116.853000', '181116.856000', '181116.858000', '181116.861000', '181116.864000', '181116.866000', '181116.869000', '181116.871000', '181116.874000', '181116.876000', '181116.879000', '181116.881000', '181116.884000', '181116.886000', '181116.889000', '181116.892000', '181116.894000', '181116.897000', '181116.899000', '181136.792000', '181136.795000', '181136.797000', '181136.800000', '181136.802000', '181136.805000', '181136.807000', '181136.810000', '181136.812000', '181136.815000', '181136.818000', '181136.820000', '181136.823000', '181136.825000', '181136.828000', '181136.831000', '181136.833000', '181136.836000', '181136.838000', '181136.841000', '181136.844000', '181136.846000', '181136.849000', '181136.851000', '181136.854000', '181136.857000', '181136.859000', '181136.862000', '181136.864000', '181136.867000', '181136.869000', '181136.872000', '181136.875000', '181136.877000', '181136.880000', '181136.883000', '181136.885000', '181136.888000', '181136.890000', '181136.893000', '181136.895000', '181136.911000', '181136.913000', '181136.916000', '181156.790000', '181156.793000', '181156.796000', '181156.799000', '181156.801000', '181156.804000', '181156.806000', '181156.809000', '181156.811000', '181156.814000', '181156.817000', '181156.819000', '181156.822000', '181156.824000', '181156.827000', '181156.829000', '181156.832000', '181156.834000', '181156.837000', '181156.839000', '181156.842000', '181156.845000', '181156.847000', '181156.850000', '181156.852000', '181156.855000', '181156.857000', '181156.860000', '181156.862000', '181156.865000', '181156.868000', '181156.870000', '181156.873000', '181156.875000', '181156.878000', '181156.880000', '181156.883000', '181156.885000', '181156.888000', '181156.891000', '181156.894000', '181156.896000', '181156.899000', '181216.791000', '181216.793000', '181216.796000', '181216.799000', '181216.801000', '181216.804000', '181216.806000', '181216.809000', '181216.811000', '181216.814000', '181216.816000', '181216.819000', '181216.822000', '181216.824000', '181216.827000', '181216.829000', '181216.832000', '181216.834000', '181216.837000', '181216.839000', '181216.842000', '181216.844000', '181216.847000', '181216.850000', '181216.852000', '181216.855000', '181216.858000', '181216.861000', '181216.864000', '181216.866000', '181216.869000', '181216.871000', '181216.874000', '181216.877000', '181216.879000', '181216.882000', '181216.884000', '181216.887000', '181216.890000', '181216.892000', '181216.895000', '181216.898000', '181216.900000', '181236.792000', '181236.794000', '181236.797000', '181236.800000', '181236.802000', '181236.805000', '181236.807000', '181236.810000', '181236.812000', '181236.815000', '181236.818000', '181236.820000', '181236.823000', '181236.825000', '181236.828000', '181236.831000', '181236.833000', '181236.836000', '181236.838000', '181236.841000', '181236.843000', '181236.846000', '181236.848000', '181236.851000', '181236.854000', '181236.856000', '181236.859000', '181236.861000', '181236.864000', '181236.876000', '181236.879000', '181236.881000', '181236.884000', '181236.886000', '181236.889000', '181236.891000', '181236.894000', '181236.897000', '181236.899000', '181236.902000', '181236.904000', '181236.907000', '181236.909000', '181236.912000', '181256.791000', '181256.794000', '181256.797000', '181256.799000', '181256.802000', '181256.804000', '181256.807000', '181256.810000', '181256.812000', '181256.815000', '181256.817000', '181256.838000', '181256.841000', '181256.843000', '181256.846000', '181256.848000', '181256.851000', '181256.854000', '181256.856000', '181256.859000', '181256.861000', '181256.864000', '181256.866000', '181256.869000', '181256.872000', '181256.874000', '181256.877000', '181256.879000', '181256.882000', '181256.884000', '181256.887000', '181256.889000', '181256.892000', '181256.895000', '181256.897000', '181256.900000', '181256.902000', '181256.905000', '181256.922000', '181256.925000', '181256.927000', '181256.930000', '181256.932000', '181316.792000', '181316.794000', '181316.797000', '181316.800000', '181316.802000', '181316.805000', '181316.807000', '181316.810000', '181316.812000', '181316.815000', '181316.818000', '181316.820000', '181316.823000', '181316.825000', '181316.828000', '181316.830000', '181316.833000', '181316.835000', '181316.838000', '181316.841000', '181316.843000', '181316.846000', '181316.848000', '181316.851000', '181316.853000', '181316.856000', '181316.859000', '181316.861000', '181316.864000', '181316.866000', '181316.869000', '181316.872000', '181316.874000', '181316.877000', '181316.879000', '181316.882000', '181316.884000', '181316.887000', '181316.890000', '181316.892000', '181316.895000', '181316.897000', '181316.900000', '181316.903000', '181336.792000', '181336.794000', '181336.797000', '181336.800000', '181336.802000', '181336.805000', '181336.807000', '181336.810000', '181336.813000', '181336.815000', '181336.818000', '181336.820000', '181336.823000', '181336.825000', '181336.828000', '181336.831000', '181336.833000', '181336.836000', '181336.838000', '181336.841000', '181336.843000', '181336.846000', '181336.849000', '181336.851000', '181336.854000', '181336.856000', '181336.859000', '181336.863000', '181336.865000', '181336.868000', '181336.870000', '181336.873000', '181336.887000', '181336.890000', '181336.893000', '181336.896000', '181336.899000', '181336.902000', '181336.905000', '181336.907000', '181336.910000', '181336.912000', '181336.915000', '181356.792000', '181356.795000', '181356.797000', '181356.800000', '181356.802000', '181356.805000', '181356.807000', '181356.810000', '181356.813000', '181356.815000', '181356.818000', '181356.820000', '181356.823000', '181356.825000', '181356.828000', '181356.831000', '181356.833000', '181356.836000', '181356.838000', '181356.841000', '181356.844000', '181356.846000', '181356.849000', '181356.851000', '181356.854000', '181356.856000', '181356.859000', '181356.862000', '181356.864000', '181356.867000', '181356.870000', '181356.872000', '181356.875000', '181356.877000', '181356.880000', '181356.882000', '181356.885000', '181356.888000', '181356.890000', '181356.893000', '181356.895000', '181356.898000', '181356.900000', '181356.903000', '181416.790000', '181416.793000', '181416.796000', '181416.799000', '181416.801000', '181416.804000', '181416.807000', '181416.809000', '181416.812000', '181416.815000', '181416.817000', '181416.820000', '181416.822000', '181416.825000', '181416.828000', '181416.830000', '181416.833000', '181416.835000', '181416.838000', '181416.841000', '181416.843000', '181416.846000', '181416.849000', '181416.851000', '181416.854000', '181416.857000', '181416.859000', '181416.862000', '181416.864000', '181416.867000', '181416.869000', '181416.872000', '181416.874000', '181416.877000', '181416.889000', '181416.892000', '181416.894000', '181416.897000', '181416.899000', '181416.902000', '181416.905000', '181416.907000', '181416.910000', '181432.966000', '181432.968000', '181432.971000', '181432.974000', '181432.976000', '181432.979000', '181432.981000', '181432.984000', '181432.987000', '181432.989000', '181432.992000', '181432.994000', '181432.997000', '181433.000000', '181433.003000', '181433.005000', '181433.008000', '181433.011000', '181433.013000', '181433.016000', '181433.018000', '181433.021000', '181433.024000', '181433.026000', '181433.029000', '181433.031000', '181433.034000', '181433.036000', '181433.039000', '181433.041000', '181433.044000', '181433.047000', '181433.049000', '181433.052000', '181433.054000', '181433.057000'], 'InstanceCreationTime': ['180436.817000', '180436.820000', '180436.823000', '180436.826000', '180436.829000', '180436.831000', '180436.834000', '180436.836000', '180436.846000', '180436.848000', '180436.851000', '180436.860000', '180436.862000', '180436.865000', '180436.867000', '180436.870000', '180436.872000', '180436.875000', '180436.877000', '180436.880000', '180436.883000', '180436.885000', '180436.888000', '180436.890000', '180436.893000', '180456.790000', '180456.793000', '180456.796000', '180456.798000', '180456.801000', '180456.803000', '180456.806000', '180456.809000', '180456.811000', '180456.814000', '180456.816000', '180456.819000', '180456.821000', '180456.824000', '180456.826000', '180456.829000', '180456.831000', '180456.834000', '180456.837000', '180456.839000', '180456.842000', '180456.854000', '180456.856000', '180456.859000', '180456.861000', '180456.864000', '180456.866000', '180456.869000', '180456.871000', '180456.874000', '180456.877000', '180456.879000', '180456.882000', '180456.884000', '180456.887000', '180456.889000', '180456.892000', '180456.894000', '180456.897000', '180456.899000', '180456.902000', '180456.904000', '180456.907000', '180456.909000', '180516.790000', '180516.793000', '180516.796000', '180516.798000', '180516.801000', '180516.803000', '180516.806000', '180516.808000', '180516.811000', '180516.814000', '180516.817000', '180516.820000', '180516.823000', '180516.825000', '180516.828000', '180516.830000', '180516.833000', '180516.835000', '180516.838000', '180516.840000', '180516.843000', '180516.845000', '180516.848000', '180516.850000', '180516.853000', '180516.856000', '180516.858000', '180516.861000', '180516.863000', '180516.866000', '180516.868000', '180516.871000', '180516.873000', '180516.876000', '180516.879000', '180516.881000', '180516.884000', '180516.886000', '180516.889000', '180516.891000', '180516.894000', '180516.896000', '180516.904000', '180536.792000', '180536.794000', '180536.797000', '180536.800000', '180536.802000', '180536.805000', '180536.807000', '180536.810000', '180536.812000', '180536.815000', '180536.817000', '180536.820000', '180536.823000', '180536.825000', '180536.828000', '180536.830000', '180536.833000', '180536.835000', '180536.838000', '180536.841000', '180536.843000', '180536.846000', '180536.848000', '180536.851000', '180536.853000', '180536.856000', '180536.858000', '180536.861000', '180536.864000', '180536.866000', '180536.869000', '180536.871000', '180536.874000', '180536.876000', '180536.879000', '180536.882000', '180536.884000', '180536.887000', '180536.889000', '180536.892000', '180536.894000', '180536.897000', '180536.899000', '180536.916000', '180556.791000', '180556.802000', '180556.805000', '180556.807000', '180556.810000', '180556.812000', '180556.815000', '180556.817000', '180556.820000', '180556.822000', '180556.825000', '180556.827000', '180556.830000', '180556.833000', '180556.835000', '180556.838000', '180556.840000', '180556.843000', '180556.845000', '180556.848000', '180556.851000', '180556.853000', '180556.856000', '180556.858000', '180556.861000', '180556.864000', '180556.866000', '180556.869000', '180556.871000', '180556.874000', '180556.876000', '180556.879000', '180556.882000', '180556.884000', '180556.887000', '180556.889000', '180556.892000', '180556.894000', '180556.898000', '180556.901000', '180556.903000', '180556.906000', '180556.908000', '180616.792000', '180616.794000', '180616.797000', '180616.799000', '180616.802000', '180616.805000', '180616.807000', '180616.810000', '180616.812000', '180616.815000', '180616.817000', '180616.820000', '180616.823000', '180616.825000', '180616.828000', '180616.830000', '180616.833000', '180616.835000', '180616.838000', '180616.841000', '180616.843000', '180616.846000', '180616.848000', '180616.851000', '180616.853000', '180616.856000', '180616.858000', '180616.861000', '180616.864000', '180616.866000', '180616.869000', '180616.871000', '180616.874000', '180616.877000', '180616.879000', '180616.882000', '180616.884000', '180616.887000', '180616.889000', '180616.892000', '180616.895000', '180616.897000', '180616.900000', '180616.902000', '180636.792000', '180636.794000', '180636.797000', '180636.800000', '180636.802000', '180636.805000', '180636.807000', '180636.810000', '180636.812000', '180636.815000', '180636.817000', '180636.820000', '180636.823000', '180636.825000', '180636.828000', '180636.830000', '180636.833000', '180636.835000', '180636.838000', '180636.841000', '180636.843000', '180636.846000', '180636.848000', '180636.851000', '180636.854000', '180636.856000', '180636.859000', '180636.861000', '180636.864000', '180636.866000', '180636.869000', '180636.872000', '180636.874000', '180636.877000', '180636.879000', '180636.882000', '180636.884000', '180636.887000', '180636.889000', '180636.892000', '180636.895000', '180636.897000', '180636.900000', '180656.791000', '180656.794000', '180656.797000', '180656.800000', '180656.802000', '180656.805000', '180656.807000', '180656.810000', '180656.812000', '180656.815000', '180656.818000', '180656.820000', '180656.823000', '180656.825000', '180656.828000', '180656.830000', '180656.833000', '180656.836000', '180656.838000', '180656.841000', '180656.843000', '180656.846000', '180656.848000', '180656.851000', '180656.853000', '180656.856000', '180656.859000', '180656.861000', '180656.864000', '180656.866000', '180656.869000', '180656.872000', '180656.874000', '180656.877000', '180656.879000', '180656.882000', '180656.884000', '180656.887000', '180656.889000', '180656.892000', '180656.895000', '180656.897000', '180656.900000', '180656.902000', '180716.790000', '180716.793000', '180716.796000', '180716.799000', '180716.801000', '180716.804000', '180716.806000', '180716.809000', '180716.811000', '180716.814000', '180716.817000', '180716.819000', '180716.822000', '180716.824000', '180716.827000', '180716.830000', '180716.832000', '180716.835000', '180716.837000', '180716.840000', '180716.842000', '180716.845000', '180716.848000', '180716.850000', '180716.853000', '180716.856000', '180716.858000', '180716.861000', '180716.863000', '180716.866000', '180716.869000', '180716.871000', '180716.874000', '180716.876000', '180716.879000', '180716.881000', '180716.884000', '180716.887000', '180716.900000', '180716.903000', '180716.905000', '180716.908000', '180716.911000', '180736.791000', '180736.793000', '180736.796000', '180736.799000', '180736.801000', '180736.804000', '180736.806000', '180736.809000', '180736.812000', '180736.814000', '180736.817000', '180736.819000', '180736.822000', '180736.825000', '180736.827000', '180736.830000', '180736.833000', '180736.835000', '180736.838000', '180736.840000', '180736.843000', '180736.846000', '180736.848000', '180736.851000', '180736.853000', '180736.856000', '180736.858000', '180736.861000', '180736.864000', '180736.866000', '180736.869000', '180736.872000', '180736.874000', '180736.877000', '180736.879000', '180736.882000', '180736.884000', '180736.887000', '180736.890000', '180736.892000', '180736.895000', '180736.897000', '180736.900000', '180736.903000', '180756.791000', '180756.794000', '180756.797000', '180756.799000', '180756.802000', '180756.804000', '180756.807000', '180756.810000', '180756.812000', '180756.815000', '180756.817000', '180756.820000', '180756.823000', '180756.825000', '180756.828000', '180756.830000', '180756.833000', '180756.836000', '180756.838000', '180756.841000', '180756.843000', '180756.846000', '180756.849000', '180756.851000', '180756.854000', '180756.856000', '180756.859000', '180756.861000', '180756.864000', '180756.866000', '180756.869000', '180756.872000', '180756.874000', '180756.877000', '180756.879000', '180756.882000', '180756.885000', '180756.887000', '180756.890000', '180756.892000', '180756.895000', '180756.898000', '180756.900000', '180816.792000', '180816.795000', '180816.797000', '180816.800000', '180816.802000', '180816.805000', '180816.807000', '180816.810000', '180816.813000', '180816.815000', '180816.818000', '180816.820000', '180816.823000', '180816.825000', '180816.828000', '180816.831000', '180816.833000', '180816.836000', '180816.838000', '180816.841000', '180816.844000', '180816.846000', '180816.849000', '180816.851000', '180816.854000', '180816.856000', '180816.859000', '180816.862000', '180816.864000', '180816.867000', '180816.869000', '180816.872000', '180816.874000', '180816.877000', '180816.880000', '180816.882000', '180816.885000', '180816.888000', '180816.890000', '180816.893000', '180816.895000', '180816.898000', '180816.900000', '180836.791000', '180836.794000', '180836.797000', '180836.799000', '180836.802000', '180836.805000', '180836.807000', '180836.810000', '180836.812000', '180836.815000', '180836.817000', '180836.820000', '180836.823000', '180836.825000', '180836.828000', '180836.830000', '180836.833000', '180836.835000', '180836.838000', '180836.841000', '180836.843000', '180836.846000', '180836.848000', '180836.851000', '180836.853000', '180836.856000', '180836.858000', '180836.861000', '180836.864000', '180836.866000', '180836.869000', '180836.871000', '180836.874000', '180836.877000', '180836.879000', '180836.882000', '180836.884000', '180836.887000', '180836.889000', '180836.898000', '180836.901000', '180836.904000', '180836.906000', '180836.909000', '180856.791000', '180856.794000', '180856.797000', '180856.799000', '180856.802000', '180856.805000', '180856.807000', '180856.810000', '180856.812000', '180856.815000', '180856.817000', '180856.820000', '180856.822000', '180856.825000', '180856.828000', '180856.830000', '180856.833000', '180856.835000', '180856.838000', '180856.840000', '180856.853000', '180856.856000', '180856.858000', '180856.861000', '180856.863000', '180856.866000', '180856.869000', '180856.871000', '180856.874000', '180856.877000', '180856.879000', '180856.882000', '180856.884000', '180856.887000', '180856.890000', '180856.892000', '180856.895000', '180856.897000', '180856.900000', '180856.902000', '180856.905000', '180856.908000', '180856.910000', '180856.913000', '180916.792000', '180916.795000', '180916.797000', '180916.800000', '180916.802000', '180916.805000', '180916.807000', '180916.810000', '180916.812000', '180916.815000', '180916.818000', '180916.820000', '180916.823000', '180916.825000', '180916.828000', '180916.830000', '180916.833000', '180916.836000', '180916.838000', '180916.841000', '180916.843000', '180916.846000', '180916.849000', '180916.851000', '180916.854000', '180916.856000', '180916.859000', '180916.861000', '180916.864000', '180916.867000', '180916.869000', '180916.872000', '180916.874000', '180916.877000', '180916.879000', '180916.882000', '180916.885000', '180916.887000', '180916.890000', '180916.892000', '180916.895000', '180916.897000', '180916.900000', '180936.790000', '180936.793000', '180936.796000', '180936.799000', '180936.801000', '180936.804000', '180936.806000', '180936.809000', '180936.812000', '180936.814000', '180936.817000', '180936.819000', '180936.822000', '180936.825000', '180936.827000', '180936.830000', '180936.833000', '180936.835000', '180936.838000', '180936.840000', '180936.843000', '180936.846000', '180936.848000', '180936.851000', '180936.853000', '180936.856000', '180936.859000', '180936.861000', '180936.864000', '180936.866000', '180936.869000', '180936.871000', '180936.874000', '180936.877000', '180936.879000', '180936.882000', '180936.884000', '180936.887000', '180936.889000', '180936.892000', '180936.895000', '180936.897000', '180936.900000', '180956.790000', '180956.793000', '180956.796000', '180956.798000', '180956.801000', '180956.804000', '180956.806000', '180956.809000', '180956.811000', '180956.814000', '180956.816000', '180956.819000', '180956.821000', '180956.824000', '180956.827000', '180956.829000', '180956.832000', '180956.834000', '180956.837000', '180956.839000', '180956.842000', '180956.845000', '180956.847000', '180956.850000', '180956.852000', '180956.855000', '180956.858000', '180956.860000', '180956.863000', '180956.865000', '180956.868000', '180956.870000', '180956.873000', '180956.876000', '180956.878000', '180956.881000', '180956.883000', '180956.886000', '180956.889000', '180956.891000', '180956.894000', '180956.896000', '180956.899000', '180956.901000', '181016.792000', '181016.794000', '181016.797000', '181016.799000', '181016.802000', '181016.805000', '181016.807000', '181016.810000', '181016.812000', '181016.815000', '181016.818000', '181016.820000', '181016.823000', '181016.825000', '181016.828000', '181016.830000', '181016.833000', '181016.835000', '181016.838000', '181016.841000', '181016.843000', '181016.846000', '181016.848000', '181016.851000', '181016.854000', '181016.856000', '181016.859000', '181016.861000', '181016.864000', '181016.867000', '181016.878000', '181016.881000', '181016.884000', '181016.886000', '181016.889000', '181016.891000', '181016.894000', '181016.897000', '181016.899000', '181016.902000', '181016.904000', '181016.907000', '181016.909000', '181016.912000', '181036.811000', '181036.814000', '181036.817000', '181036.819000', '181036.822000', '181036.824000', '181036.827000', '181036.830000', '181036.832000', '181036.835000', '181036.837000', '181036.840000', '181036.844000', '181036.846000', '181036.849000', '181036.852000', '181036.854000', '181036.857000', '181036.859000', '181036.862000', '181036.864000', '181036.867000', '181036.870000', '181036.872000', '181036.875000', '181036.877000', '181036.880000', '181036.882000', '181036.885000', '181036.888000', '181036.890000', '181036.893000', '181036.895000', '181036.898000', '181036.900000', '181036.903000', '181036.905000', '181036.908000', '181036.911000', '181036.913000', '181036.916000', '181036.918000', '181036.921000', '181056.791000', '181056.794000', '181056.797000', '181056.799000', '181056.802000', '181056.804000', '181056.807000', '181056.809000', '181056.812000', '181056.815000', '181056.818000', '181056.821000', '181056.824000', '181056.827000', '181056.829000', '181056.832000', '181056.834000', '181056.837000', '181056.839000', '181056.842000', '181056.844000', '181056.847000', '181056.850000', '181056.852000', '181056.855000', '181056.857000', '181056.860000', '181056.862000', '181056.865000', '181056.868000', '181056.870000', '181056.873000', '181056.876000', '181056.878000', '181056.881000', '181056.883000', '181056.886000', '181056.888000', '181056.891000', '181056.893000', '181056.896000', '181056.899000', '181056.901000', '181056.904000', '181116.791000', '181116.794000', '181116.797000', '181116.799000', '181116.802000', '181116.804000', '181116.807000', '181116.809000', '181116.812000', '181116.815000', '181116.817000', '181116.820000', '181116.822000', '181116.825000', '181116.827000', '181116.830000', '181116.833000', '181116.835000', '181116.838000', '181116.840000', '181116.843000', '181116.845000', '181116.848000', '181116.850000', '181116.853000', '181116.856000', '181116.858000', '181116.861000', '181116.864000', '181116.866000', '181116.869000', '181116.871000', '181116.874000', '181116.876000', '181116.879000', '181116.881000', '181116.884000', '181116.886000', '181116.889000', '181116.892000', '181116.894000', '181116.897000', '181116.899000', '181136.792000', '181136.795000', '181136.797000', '181136.800000', '181136.802000', '181136.805000', '181136.807000', '181136.810000', '181136.812000', '181136.815000', '181136.818000', '181136.820000', '181136.823000', '181136.825000', '181136.828000', '181136.831000', '181136.833000', '181136.836000', '181136.838000', '181136.841000', '181136.844000', '181136.846000', '181136.849000', '181136.851000', '181136.854000', '181136.857000', '181136.859000', '181136.862000', '181136.864000', '181136.867000', '181136.869000', '181136.872000', '181136.875000', '181136.877000', '181136.880000', '181136.883000', '181136.885000', '181136.888000', '181136.890000', '181136.893000', '181136.895000', '181136.911000', '181136.913000', '181136.916000', '181156.790000', '181156.793000', '181156.796000', '181156.799000', '181156.801000', '181156.804000', '181156.806000', '181156.809000', '181156.811000', '181156.814000', '181156.817000', '181156.819000', '181156.822000', '181156.824000', '181156.827000', '181156.829000', '181156.832000', '181156.834000', '181156.837000', '181156.839000', '181156.842000', '181156.845000', '181156.847000', '181156.850000', '181156.852000', '181156.855000', '181156.857000', '181156.860000', '181156.862000', '181156.865000', '181156.868000', '181156.870000', '181156.873000', '181156.875000', '181156.878000', '181156.880000', '181156.883000', '181156.885000', '181156.888000', '181156.891000', '181156.894000', '181156.896000', '181156.899000', '181216.791000', '181216.793000', '181216.796000', '181216.799000', '181216.801000', '181216.804000', '181216.806000', '181216.809000', '181216.811000', '181216.814000', '181216.816000', '181216.819000', '181216.822000', '181216.824000', '181216.827000', '181216.829000', '181216.832000', '181216.834000', '181216.837000', '181216.839000', '181216.842000', '181216.844000', '181216.847000', '181216.850000', '181216.852000', '181216.855000', '181216.858000', '181216.861000', '181216.864000', '181216.866000', '181216.869000', '181216.871000', '181216.874000', '181216.877000', '181216.879000', '181216.882000', '181216.884000', '181216.887000', '181216.890000', '181216.892000', '181216.895000', '181216.898000', '181216.900000', '181236.792000', '181236.794000', '181236.797000', '181236.800000', '181236.802000', '181236.805000', '181236.807000', '181236.810000', '181236.812000', '181236.815000', '181236.818000', '181236.820000', '181236.823000', '181236.825000', '181236.828000', '181236.831000', '181236.833000', '181236.836000', '181236.838000', '181236.841000', '181236.843000', '181236.846000', '181236.848000', '181236.851000', '181236.854000', '181236.856000', '181236.859000', '181236.861000', '181236.864000', '181236.876000', '181236.879000', '181236.881000', '181236.884000', '181236.886000', '181236.889000', '181236.891000', '181236.894000', '181236.897000', '181236.899000', '181236.902000', '181236.904000', '181236.907000', '181236.909000', '181236.912000', '181256.791000', '181256.794000', '181256.797000', '181256.799000', '181256.802000', '181256.804000', '181256.807000', '181256.810000', '181256.812000', '181256.815000', '181256.817000', '181256.838000', '181256.841000', '181256.843000', '181256.846000', '181256.848000', '181256.851000', '181256.854000', '181256.856000', '181256.859000', '181256.861000', '181256.864000', '181256.866000', '181256.869000', '181256.872000', '181256.874000', '181256.877000', '181256.879000', '181256.882000', '181256.884000', '181256.887000', '181256.889000', '181256.892000', '181256.895000', '181256.897000', '181256.900000', '181256.902000', '181256.905000', '181256.922000', '181256.925000', '181256.927000', '181256.930000', '181256.932000', '181316.792000', '181316.794000', '181316.797000', '181316.800000', '181316.802000', '181316.805000', '181316.807000', '181316.810000', '181316.812000', '181316.815000', '181316.818000', '181316.820000', '181316.823000', '181316.825000', '181316.828000', '181316.830000', '181316.833000', '181316.835000', '181316.838000', '181316.841000', '181316.843000', '181316.846000', '181316.848000', '181316.851000', '181316.853000', '181316.856000', '181316.859000', '181316.861000', '181316.864000', '181316.866000', '181316.869000', '181316.872000', '181316.874000', '181316.877000', '181316.879000', '181316.882000', '181316.884000', '181316.887000', '181316.890000', '181316.892000', '181316.895000', '181316.897000', '181316.900000', '181316.903000', '181336.792000', '181336.794000', '181336.797000', '181336.800000', '181336.802000', '181336.805000', '181336.807000', '181336.810000', '181336.813000', '181336.815000', '181336.818000', '181336.820000', '181336.823000', '181336.825000', '181336.828000', '181336.831000', '181336.833000', '181336.836000', '181336.838000', '181336.841000', '181336.843000', '181336.846000', '181336.849000', '181336.851000', '181336.854000', '181336.856000', '181336.859000', '181336.863000', '181336.865000', '181336.868000', '181336.870000', '181336.873000', '181336.887000', '181336.890000', '181336.893000', '181336.896000', '181336.899000', '181336.902000', '181336.905000', '181336.907000', '181336.910000', '181336.912000', '181336.915000', '181356.792000', '181356.795000', '181356.797000', '181356.800000', '181356.802000', '181356.805000', '181356.807000', '181356.810000', '181356.813000', '181356.815000', '181356.818000', '181356.820000', '181356.823000', '181356.825000', '181356.828000', '181356.831000', '181356.833000', '181356.836000', '181356.838000', '181356.841000', '181356.844000', '181356.846000', '181356.849000', '181356.851000', '181356.854000', '181356.856000', '181356.859000', '181356.862000', '181356.864000', '181356.867000', '181356.870000', '181356.872000', '181356.875000', '181356.877000', '181356.880000', '181356.882000', '181356.885000', '181356.888000', '181356.890000', '181356.893000', '181356.895000', '181356.898000', '181356.900000', '181356.903000', '181416.790000', '181416.793000', '181416.796000', '181416.799000', '181416.801000', '181416.804000', '181416.807000', '181416.809000', '181416.812000', '181416.815000', '181416.817000', '181416.820000', '181416.822000', '181416.825000', '181416.828000', '181416.830000', '181416.833000', '181416.835000', '181416.838000', '181416.841000', '181416.843000', '181416.846000', '181416.849000', '181416.851000', '181416.854000', '181416.857000', '181416.859000', '181416.862000', '181416.864000', '181416.867000', '181416.869000', '181416.872000', '181416.874000', '181416.877000', '181416.889000', '181416.892000', '181416.894000', '181416.897000', '181416.899000', '181416.902000', '181416.905000', '181416.907000', '181416.910000', '181432.966000', '181432.968000', '181432.971000', '181432.974000', '181432.976000', '181432.979000', '181432.981000', '181432.984000', '181432.987000', '181432.989000', '181432.992000', '181432.994000', '181432.997000', '181433.000000', '181433.003000', '181433.005000', '181433.008000', '181433.011000', '181433.013000', '181433.016000', '181433.018000', '181433.021000', '181433.024000', '181433.026000', '181433.029000', '181433.031000', '181433.034000', '181433.036000', '181433.039000', '181433.041000', '181433.044000', '181433.047000', '181433.049000', '181433.052000', '181433.054000', '181433.057000'], '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': [9591, 8453, 7791, 10062, 7621, 15104, 7618, 12357, 7071, 7701, 7230, 7469, 7255, 8010, 6841, 7990, 7475, 11544, 7001, 8873, 7445, 7277, 7423, 7016, 9919, 7151, 8667, 7365, 7237, 7586, 7508, 7466, 7480, 9019, 6851, 8609, 7252, 8944, 7418, 7815, 8169, 7409, 8606, 6824, 9242, 7249, 9749, 6849, 9566, 7358, 10431, 7067, 8619, 9867, 7397, 15029, 9024, 13488, 7902, 9693, 7611, 7270, 8575, 7358, 7629, 7144, 8697, 6955, 8302, 7060, 8147, 7544, 7023, 8082, 6883, 8844, 7232, 14649, 7298, 12179, 8979, 12173, 8398, 13801, 9234, 8907, 14457, 9810, 15418, 7766, 10063, 7444, 7862, 7692, 7595, 9338, 7210, 8707, 7036, 7571, 7503, 7133, 7979, 7493, 10630, 7461, 8447, 7108, 7364, 7573, 7640, 8271, 7561, 9007, 7352, 8447, 7204, 7183, 8037, 7671, 8300, 7439, 11158, 7473, 12563, 9398, 16317, 11858, 8707, 7695, 7140, 7624, 11562, 7283, 9532, 7749, 7772, 12828, 7155, 10927, 8262, 8923, 11428, 7965, 16510, 13011, 14186, 10126, 11280, 9152, 8452, 14969, 7550, 10357, 7790, 8715, 7184, 7333, 8108, 7396, 8363, 7617, 10701, 7535, 8423, 7185, 7780, 7632, 7730, 8799, 7675, 9252, 7172, 7594, 7697, 7589, 9377, 7287, 8081, 7574, 7609, 7964, 7178, 7951, 7550, 7778, 7847, 7322, 7898, 7432, 7654, 7167, 8926, 6917, 8943, 7872, 8078, 12888, 7665, 13266, 8973, 10177, 8668, 9218, 11114, 7439, 15663, 7956, 12853, 8917, 9953, 7916, 8304, 7479, 7745, 7757, 7529, 7357, 7494, 8311, 7462, 13599, 9463, 13508, 8010, 8030, 11529, 7550, 13394, 7182, 9894, 7401, 7301, 8244, 7476, 9142, 7036, 10368, 7762, 7346, 8017, 7923, 8209, 7487, 8662, 7128, 9027, 7355, 8072, 7210, 8106, 7656, 8140, 7731, 7432, 7480, 7560, 12654, 7625, 12066, 8584, 11330, 7992, 8338, 16935, 10638, 12765, 8980, 8595, 7754, 7850, 14342, 7137, 10159, 7233, 8406, 7045, 7545, 9009, 7215, 11902, 7400, 9845, 7224, 7383, 8172, 8152, 7359, 7369, 7892, 7491, 8399, 7870, 7883, 7540, 11758, 7672, 11608, 8666, 10586, 7759, 7991, 16164, 7688, 11457, 7691, 7920, 9669, 7446, 11945, 7340, 8155, 7355, 7328, 7258, 7385, 8843, 7681, 9253, 7424, 9879, 7997, 7937, 8129, 11857, 7825, 7991, 7524, 7853, 7493, 9416, 8100, 7826, 7606, 7507, 11537, 9879, 10855, 9435, 7542, 11112, 8492, 15875, 12726, 13551, 9349, 8225, 13886, 7831, 12769, 8271, 8997, 8162, 7653, 7821, 8038, 8014, 7916, 8374, 7807, 8203, 7879, 8133, 7855, 8022, 7859, 7020, 7776, 8425, 8286, 12116, 8455, 11855, 7677, 9984, 8133, 14196, 10516, 9676, 15015, 11300, 13374, 10554, 12922, 8817, 12158, 12751, 9521, 15974, 12148, 13350, 10544, 10015, 7398, 7749, 7922, 8054, 7325, 8296, 8576, 8248, 7707, 8059, 7915, 8127, 8200, 8055, 11860, 8312, 9935, 8099, 8707, 8065, 8403, 8668, 8511, 7621, 8152, 9658, 8196, 9993, 8436, 8143, 8658, 8035, 10225, 8126, 12855, 8276, 10169, 8683, 8059, 8013, 8042, 8505, 8069, 11029, 8380, 8716, 8724, 8251, 8790, 8448, 8495, 10801, 12021, 8061, 8477, 8957, 8659, 10021, 9189, 8844, 9545, 9153, 12337, 9134, 13381, 9788, 11891, 9319, 11424, 15239, 11900, 14620, 10455, 16171, 12354, 13203, 11027, 9671, 14658, 8663, 12294, 8415, 8251, 8781, 8629, 9063, 8609, 8840, 8501, 9023, 8617, 11129, 9771, 8663, 8799, 10453, 8803, 8444, 9246, 8771, 9120, 9088, 8496, 8908, 9585, 8900, 8573, 8205, 8465, 9149, 8376, 12902, 8453, 9128, 9248, 8414, 8784, 8257, 12840, 8504, 10566, 8511, 8141, 8260, 8302, 9271, 8683, 8362, 8766, 8129, 8320, 8122, 8393, 8313, 8312, 9530, 8744, 9369, 8626, 10228, 8493, 9347, 8592, 10821, 8975, 11018, 8758, 10308, 9045, 9781, 9105, 9441, 9076, 8694, 9343, 8711, 13026, 9111, 8680, 8782, 9122, 8909, 9096, 9068, 9360, 9067, 11706, 12860, 14022, 12787, 9053, 8795, 9519, 8797, 9459, 9249, 12264, 9369, 9091, 9620, 9043, 15272, 12848, 16126, 12330, 16290, 10998, 13456, 13918, 9450, 16461, 10504, 11587, 8623, 8572, 8764, 8362, 8818, 8419, 8264, 8730, 8262, 8586, 8124, 8808, 8337, 8532, 8601, 9250, 8867, 8463, 9120, 10567, 9077, 8800, 9064, 10062, 8835, 8531, 9338, 8947, 13327, 9006, 15438, 11008, 12539, 8924, 9179, 8423, 8550, 9194, 8788, 9139, 8919, 8426, 9427, 8391, 11367, 8855, 9215, 9053, 8510, 11037, 8490, 11374, 8728, 9250, 9387, 8212, 16535, 8426, 12187, 8833, 8069, 9194, 8510, 9365, 8483, 10609, 9087, 9298, 9101, 9619, 11591, 17413, 12120, 8598, 8560, 13110, 8761, 9520, 9339, 8361, 13055, 8537, 11682, 9001, 8537, 15168, 11654, 14759, 11448, 14255, 9066, 10531, 16443, 12859, 14303, 10552, 10642, 8587, 7983, 12433, 8649, 10680, 8557, 8295, 8433, 8262, 8583, 7752, 8191, 8082, 8367, 8094, 8308, 7606, 7728, 8730, 7574, 8207, 7800, 8293, 8171, 8376, 8758, 7811, 9327, 7863, 8582, 8227, 9393, 8549, 8835, 8965, 8049, 9178, 8139, 9068, 8609, 9908, 8638, 8686, 8460, 8135, 9215, 8382, 9507, 8506, 15059, 13552, 8731, 9306, 9348, 8452, 9575, 8636, 11471, 9139, 17622, 12045, 14955, 9895, 9883, 15931, 10310, 16617, 11743, 13900, 9683, 11875, 17449, 13331, 16048, 11572, 11994, 8206, 8292, 9038, 8128, 14595, 10036, 8666, 7710, 8136, 8999, 8059, 8203, 9958, 8089, 14021, 10180, 10495, 8843, 7977, 14271, 7855, 9387, 7744, 8895, 8363, 8888, 18119, 13634, 14804, 11315, 11729, 8109, 8439, 15569, 7790, 8689, 7558, 7723, 8220, 8218, 10150, 7887, 8961, 7531, 8102, 8094, 7515, 9398, 7619, 8579, 7385, 8190, 7897, 7548, 11505, 7068, 6876, 7832, 8689, 7077, 8953, 7311, 8338, 9071, 8019, 8785, 8006, 7906, 8353, 15065, 8985, 13356, 10554, 11305, 10330, 9745, 8346, 7657, 16066, 7945, 13924, 9372, 9840, 8230, 9187, 8304, 7750, 9735, 16037, 15727, 12634, 7524, 7424, 8001, 10162, 7750, 9754, 8510, 8073, 13530, 9515, 12931, 10762, 13907, 17297, 14871, 14187, 11045, 9289, 17202, 10428, 11712, 12805, 8424, 12359, 8052, 7575, 7153, 7981, 8618, 7802, 8588, 6816, 7536, 7284, 8157, 10293, 7974, 8925, 7702, 8414, 7222, 8026, 7217, 8227, 7186, 8575, 7570, 9143, 7746, 8295, 8085, 7654, 8299, 7898, 16118, 13470, 14061, 11029, 11325, 8019, 9637, 7715, 7513, 8552, 7268, 10257, 7610, 9286, 7579, 9087, 7995, 7346, 8122, 7103, 11604, 8000, 11199, 8816, 10079, 8024, 11812, 8008, 12998, 12317, 15332, 8475, 9187, 8403, 7918, 9652, 11059, 9063, 11949, 9369, 15775, 9741, 15271, 13846, 8350, 11222, 8280, 10266, 13718, 9173, 18937, 12309, 13973, 9485, 11965, 7653, 7756, 8464, 7429, 9411, 8159, 13440, 8331, 12238, 9260, 13902, 9022, 7979, 9093, 7997, 8373, 8639, 8139, 10886, 9163, 8920, 9079, 8533, 9176, 8555, 15479, 11447, 17844, 14002, 15235, 10293, 11182, 7642, 9810, 7189, 7453, 7214, 7962, 7760, 7626, 7825, 7381, 7825, 7633, 7679, 7954, 11712, 8661, 9811, 8185, 9516, 7101, 8152, 8852, 13628, 15987, 11848, 7290, 7479, 7555, 8749, 7432, 7838, 14322, 11150, 12529, 9602, 8441, 17204, 8902, 12463, 8211, 8012, 8197, 8186, 15943, 9620, 15029, 12072, 15668, 9671, 10049, 14929, 8773, 15931, 9429, 11119, 7998, 10043, 7821, 8730, 7001, 7390, 7541, 9153, 7243, 8123, 8006, 8174, 11132, 8115, 13495, 8310, 14153, 10222, 11480, 9014, 10826, 7772, 11725, 13684, 11978, 15740, 9466, 16740, 10959, 12496, 7547, 8534, 7112, 7692, 9909, 7885, 12847, 6965, 7405, 7488, 8220, 7221, 7828, 7463, 7534, 7969, 8638, 7791, 9343, 10824, 8450, 15272, 10647, 10248, 15626, 10357, 16553, 11309, 11628, 7767, 8017, 16952, 10077, 14771, 10613, 11050, 7100, 8189, 7714, 8124, 11859, 7558, 9107, 7264, 8220, 7645, 8198, 14348, 7792, 9196, 7348, 8348, 6954, 11658, 6772, 7387, 7289, 7326, 8017, 9206, 8000, 8007, 12073, 7590, 10227, 7929, 8093, 16697, 12492, 13263, 10743, 11333, 18500, 13045, 14427, 9724, 9417, 14610, 8025, 13554, 9308, 9312, 9806, 8334, 15568, 7847, 9963, 7223, 8147, 7345, 7630, 14065, 11310, 7482, 7689, 8215, 8196, 7867, 7492, 11338, 7895, 9550, 8120, 7901, 13618, 10584, 15655, 11380, 16303, 14184, 14855, 18404, 15594, 16455, 12050, 13987, 12710, 9883, 17015, 9199, 11394, 8781, 8750, 8629, 7988, 8497, 8316, 10194, 8363, 7994, 8327, 7709, 8538, 7453, 9000, 8053, 9072, 7890, 8473, 8006, 10422, 8239, 10019, 8454, 9018, 8907, 7646, 9423, 7762, 13159, 8519, 8805, 8859, 7918, 9115, 8173, 9076, 8599, 10039, 8733, 9322, 8568, 7986, 9955, 8296, 13037, 8709, 10029, 8911, 9706, 8344, 7914, 8856, 8816, 8885, 8917, 9664, 9629, 9437, 9900, 12917, 15210, 12093, 9471, 8810, 16502, 11102, 17591, 13235, 15637, 11051, 13557, 8673, 8091, 7986, 7631, 7634, 7603, 14235, 8117, 11613, 8755, 9082, 13834, 8179, 16177, 10338, 11120, 8252, 8172, 18081, 7879, 12625, 8532, 11249, 8010, 7664, 8166, 7483, 7724, 7562, 9118, 7843, 8635, 7592, 7733, 8582, 7371, 12803, 7842, 9351, 7942, 7503, 7879, 7760, 7745, 7481, 13647, 9707, 18200, 13174, 12525, 8530, 13147, 8809, 13536], 'WindowCenter': [4173.0, 4150.0, 4139.0, 4156.0, 4123.0, 4182.0, 4134.0, 4162.0, 4111.0, 4119.0, 4123.0, 4122.0, 4122.0, 4119.0, 4099.0, 4119.0, 4109.0, 4148.0, 4098.0, 4128.0, 4107.0, 4108.0, 4096.0, 4097.0, 4137.0, 4099.0, 4117.0, 4108.0, 4097.0, 4107.0, 4109.0, 4107.0, 4110.0, 4129.0, 4100.0, 4130.0, 4110.0, 4130.0, 4110.0, 4108.0, 4121.0, 4110.0, 4130.0, 4101.0, 4139.0, 4110.0, 4139.0, 4100.0, 4141.0, 4110.0, 4152.0, 4110.0, 4131.0, 4140.0, 4111.0, 4181.0, 4129.0, 4169.0, 4118.0, 4128.0, 4108.0, 4109.0, 4119.0, 4108.0, 4107.0, 4110.0, 4129.0, 4111.0, 4120.0, 4110.0, 4120.0, 4110.0, 4099.0, 4121.0, 4111.0, 4132.0, 4112.0, 4181.0, 4110.0, 4161.0, 4131.0, 4160.0, 4119.0, 4169.0, 4128.0, 4129.0, 4167.0, 4128.0, 4167.0, 4095.0, 4125.0, 4096.0, 4105.0, 4094.0, 4106.0, 4115.0, 4095.0, 4115.0, 4096.0, 4096.0, 4095.0, 4095.0, 4104.0, 4096.0, 4136.0, 4108.0, 4105.0, 4096.0, 4096.0, 4095.0, 4107.0, 4105.0, 4107.0, 4115.0, 4096.0, 4105.0, 4095.0, 4095.0, 4106.0, 4107.0, 4115.0, 4106.0, 4136.0, 4109.0, 4159.0, 4127.0, 4165.0, 4136.0, 4104.0, 4096.0, 4096.0, 4108.0, 4146.0, 4107.0, 4139.0, 4107.0, 4119.0, 4160.0, 4108.0, 4150.0, 4117.0, 4115.0, 4135.0, 4105.0, 4165.0, 4147.0, 4156.0, 4124.0, 4123.0, 4102.0, 4103.0, 4152.0, 4092.0, 4111.0, 4090.0, 4090.0, 4079.0, 4080.0, 4091.0, 4081.0, 4090.0, 4092.0, 4121.0, 4090.0, 4089.0, 4082.0, 4090.0, 4092.0, 4091.0, 4102.0, 4094.0, 4111.0, 4081.0, 4091.0, 4092.0, 4093.0, 4101.0, 4082.0, 4092.0, 4092.0, 4094.0, 4103.0, 4096.0, 4103.0, 4105.0, 4106.0, 4118.0, 4108.0, 4117.0, 4110.0, 4109.0, 4110.0, 4130.0, 4113.0, 4142.0, 4120.0, 4121.0, 4171.0, 4121.0, 4172.0, 4131.0, 4150.0, 4129.0, 4141.0, 4149.0, 4109.0, 4180.0, 4118.0, 4158.0, 4128.0, 4126.0, 4118.0, 4118.0, 4108.0, 4109.0, 4119.0, 4121.0, 4111.0, 4111.0, 4131.0, 4122.0, 4171.0, 4141.0, 4170.0, 4119.0, 4118.0, 4150.0, 4110.0, 4169.0, 4099.0, 4138.0, 4107.0, 4108.0, 4119.0, 4109.0, 4126.0, 4097.0, 4138.0, 4106.0, 4096.0, 4107.0, 4119.0, 4116.0, 4109.0, 4117.0, 4097.0, 4128.0, 4109.0, 4117.0, 4109.0, 4118.0, 4120.0, 4118.0, 4108.0, 4109.0, 4108.0, 4120.0, 4170.0, 4120.0, 4160.0, 4130.0, 4150.0, 4108.0, 4118.0, 4178.0, 4139.0, 4158.0, 4128.0, 4118.0, 4105.0, 4106.0, 4168.0, 4097.0, 4137.0, 4097.0, 4117.0, 4096.0, 4107.0, 4116.0, 4107.0, 4147.0, 4097.0, 4126.0, 4095.0, 4095.0, 4103.0, 4106.0, 4094.0, 4094.0, 4106.0, 4106.0, 4119.0, 4118.0, 4119.0, 4110.0, 4159.0, 4120.0, 4148.0, 4119.0, 4137.0, 4107.0, 4117.0, 4179.0, 4109.0, 4149.0, 4106.0, 4105.0, 4126.0, 4095.0, 4146.0, 4096.0, 4107.0, 4095.0, 4096.0, 4094.0, 4097.0, 4127.0, 4119.0, 4125.0, 4107.0, 4125.0, 4106.0, 4105.0, 4105.0, 4144.0, 4105.0, 4106.0, 4119.0, 4117.0, 4119.0, 4138.0, 4118.0, 4119.0, 4118.0, 4120.0, 4162.0, 4165.0, 4161.0, 4139.0, 4118.0, 4148.0, 4129.0, 4181.0, 4157.0, 4159.0, 4116.0, 4106.0, 4154.0, 4096.0, 4157.0, 4106.0, 4113.0, 4104.0, 4093.0, 4091.0, 4094.0, 4104.0, 4106.0, 4104.0, 4094.0, 4104.0, 4106.0, 4105.0, 4105.0, 4105.0, 4108.0, 4097.0, 4120.0, 4130.0, 4142.0, 4174.0, 4144.0, 4171.0, 4122.0, 4151.0, 4133.0, 4185.0, 4152.0, 4141.0, 4183.0, 4150.0, 4158.0, 4138.0, 4159.0, 4117.0, 4147.0, 4146.0, 4125.0, 4165.0, 4145.0, 4145.0, 4123.0, 4111.0, 4081.0, 4090.0, 4090.0, 4093.0, 4081.0, 4103.0, 4102.0, 4104.0, 4092.0, 4104.0, 4102.0, 4103.0, 4102.0, 4105.0, 4144.0, 4118.0, 4125.0, 4106.0, 4116.0, 4104.0, 4116.0, 4114.0, 4117.0, 4106.0, 4118.0, 4127.0, 4117.0, 4137.0, 4117.0, 4118.0, 4115.0, 4117.0, 4135.0, 4106.0, 4155.0, 4105.0, 4136.0, 4116.0, 4105.0, 4104.0, 4106.0, 4115.0, 4117.0, 4137.0, 4117.0, 4117.0, 4129.0, 4116.0, 4116.0, 4116.0, 4129.0, 4138.0, 4147.0, 4104.0, 4119.0, 4126.0, 4156.0, 4151.0, 4140.0, 4141.0, 4139.0, 4153.0, 4171.0, 4153.0, 4181.0, 4151.0, 4158.0, 4129.0, 4161.0, 4180.0, 4160.0, 4169.0, 4136.0, 4179.0, 4147.0, 4156.0, 4135.0, 4125.0, 4153.0, 4103.0, 4131.0, 4101.0, 4100.0, 4100.0, 4102.0, 4112.0, 4113.0, 4113.0, 4113.0, 4125.0, 4116.0, 4133.0, 4125.0, 4103.0, 4114.0, 4133.0, 4113.0, 4103.0, 4114.0, 4114.0, 4125.0, 4126.0, 4115.0, 4126.0, 4124.0, 4126.0, 4116.0, 4114.0, 4117.0, 4126.0, 4117.0, 4155.0, 4116.0, 4126.0, 4126.0, 4116.0, 4116.0, 4116.0, 4156.0, 4115.0, 4134.0, 4118.0, 4115.0, 4115.0, 4116.0, 4126.0, 4114.0, 4116.0, 4114.0, 4117.0, 4117.0, 4118.0, 4128.0, 4174.0, 4188.0, 4169.0, 4129.0, 4113.0, 4128.0, 4149.0, 4129.0, 4138.0, 4128.0, 4148.0, 4130.0, 4149.0, 4130.0, 4140.0, 4130.0, 4139.0, 4129.0, 4139.0, 4128.0, 4128.0, 4128.0, 4130.0, 4166.0, 4129.0, 4127.0, 4129.0, 4138.0, 4140.0, 4129.0, 4141.0, 4140.0, 4141.0, 4159.0, 4158.0, 4154.0, 4158.0, 4127.0, 4115.0, 4137.0, 4128.0, 4137.0, 4152.0, 4173.0, 4140.0, 4128.0, 4139.0, 4139.0, 4193.0, 4170.0, 4179.0, 4160.0, 4179.0, 4136.0, 4157.0, 4155.0, 4125.0, 4177.0, 4124.0, 4133.0, 4102.0, 4101.0, 4102.0, 4102.0, 4112.0, 4103.0, 4101.0, 4113.0, 4102.0, 4114.0, 4103.0, 4115.0, 4105.0, 4116.0, 4116.0, 4127.0, 4126.0, 4116.0, 4138.0, 4148.0, 4127.0, 4128.0, 4127.0, 4141.0, 4129.0, 4128.0, 4128.0, 4129.0, 4170.0, 4128.0, 4178.0, 4148.0, 4156.0, 4128.0, 4127.0, 4116.0, 4117.0, 4125.0, 4128.0, 4126.0, 4128.0, 4118.0, 4127.0, 4116.0, 4145.0, 4127.0, 4126.0, 4127.0, 4127.0, 4134.0, 4116.0, 4146.0, 4115.0, 4126.0, 4125.0, 4116.0, 4175.0, 4104.0, 4144.0, 4115.0, 4105.0, 4125.0, 4115.0, 4125.0, 4126.0, 4135.0, 4128.0, 4126.0, 4126.0, 4138.0, 4147.0, 4176.0, 4157.0, 4116.0, 4129.0, 4169.0, 4117.0, 4126.0, 4126.0, 4118.0, 4158.0, 4129.0, 4159.0, 4128.0, 4127.0, 4178.0, 4147.0, 4166.0, 4134.0, 4155.0, 4102.0, 4124.0, 4164.0, 4144.0, 4154.0, 4122.0, 4122.0, 4102.0, 4105.0, 4143.0, 4100.0, 4120.0, 4114.0, 4101.0, 4101.0, 4102.0, 4116.0, 4093.0, 4100.0, 4116.0, 4102.0, 4092.0, 4090.0, 4089.0, 4090.0, 4100.0, 4091.0, 4099.0, 4093.0, 4101.0, 4103.0, 4102.0, 4114.0, 4106.0, 4125.0, 4118.0, 4115.0, 4117.0, 4127.0, 4128.0, 4129.0, 4127.0, 4117.0, 4127.0, 4120.0, 4128.0, 4128.0, 4137.0, 4143.0, 4130.0, 4129.0, 4120.0, 4140.0, 4130.0, 4139.0, 4131.0, 4192.0, 4170.0, 4141.0, 4141.0, 4141.0, 4130.0, 4153.0, 4144.0, 4176.0, 4154.0, 4203.0, 4172.0, 4191.0, 4140.0, 4151.0, 4190.0, 4150.0, 4189.0, 4159.0, 4168.0, 4125.0, 4158.0, 4187.0, 4168.0, 4175.0, 4135.0, 4142.0, 4102.0, 4116.0, 4113.0, 4106.0, 4166.0, 4124.0, 4116.0, 4106.0, 4127.0, 4137.0, 4116.0, 4129.0, 4136.0, 4106.0, 4167.0, 4137.0, 4135.0, 4112.0, 4103.0, 4163.0, 4102.0, 4124.0, 4102.0, 4113.0, 4101.0, 4115.0, 4177.0, 4143.0, 4153.0, 4131.0, 4131.0, 4089.0, 4100.0, 4149.0, 4089.0, 4098.0, 4089.0, 4089.0, 4099.0, 4101.0, 4120.0, 4101.0, 4110.0, 4090.0, 4101.0, 4100.0, 4091.0, 4110.0, 4091.0, 4111.0, 4092.0, 4114.0, 4103.0, 4103.0, 4158.0, 4127.0, 4089.0, 4082.0, 4101.0, 4096.0, 4108.0, 4103.0, 4127.0, 4138.0, 4128.0, 4127.0, 4115.0, 4114.0, 4116.0, 4175.0, 4125.0, 4168.0, 4148.0, 4159.0, 4161.0, 4150.0, 4127.0, 4117.0, 4176.0, 4115.0, 4165.0, 4125.0, 4135.0, 4115.0, 4136.0, 4116.0, 4117.0, 4138.0, 4180.0, 4177.0, 4155.0, 4103.0, 4092.0, 4116.0, 4134.0, 4106.0, 4138.0, 4128.0, 4131.0, 4181.0, 4151.0, 4171.0, 4149.0, 4181.0, 4202.0, 4165.0, 4155.0, 4133.0, 4112.0, 4173.0, 4132.0, 4142.0, 4141.0, 4100.0, 4140.0, 4089.0, 4088.0, 4077.0, 4089.0, 4098.0, 4090.0, 4099.0, 4079.0, 4089.0, 4078.0, 4102.0, 4119.0, 4101.0, 4098.0, 4090.0, 4100.0, 4091.0, 4101.0, 4093.0, 4114.0, 4108.0, 4125.0, 4118.0, 4137.0, 4116.0, 4115.0, 4116.0, 4106.0, 4115.0, 4116.0, 4176.0, 4167.0, 4178.0, 4147.0, 4157.0, 4117.0, 4135.0, 4104.0, 4105.0, 4125.0, 4107.0, 4146.0, 4117.0, 4137.0, 4117.0, 4138.0, 4128.0, 4107.0, 4118.0, 4107.0, 4157.0, 4118.0, 4157.0, 4138.0, 4148.0, 4129.0, 4159.0, 4132.0, 4196.0, 4171.0, 4192.0, 4127.0, 4137.0, 4130.0, 4131.0, 4153.0, 4161.0, 4139.0, 4159.0, 4141.0, 4203.0, 4141.0, 4179.0, 4182.0, 4129.0, 4147.0, 4127.0, 4137.0, 4165.0, 4127.0, 4199.0, 4157.0, 4167.0, 4136.0, 4145.0, 4103.0, 4103.0, 4115.0, 4103.0, 4124.0, 4104.0, 4155.0, 4115.0, 4144.0, 4113.0, 4166.0, 4128.0, 4101.0, 4113.0, 4105.0, 4129.0, 4127.0, 4131.0, 4159.0, 4138.0, 4127.0, 4128.0, 4116.0, 4113.0, 4127.0, 4188.0, 4157.0, 4199.0, 4167.0, 4163.0, 4122.0, 4131.0, 4090.0, 4122.0, 4092.0, 4091.0, 4103.0, 4103.0, 4103.0, 4115.0, 4103.0, 4104.0, 4103.0, 4104.0, 4102.0, 4103.0, 4145.0, 4127.0, 4137.0, 4116.0, 4135.0, 4093.0, 4115.0, 4126.0, 4168.0, 4176.0, 4144.0, 4104.0, 4105.0, 4118.0, 4127.0, 4105.0, 4117.0, 4178.0, 4158.0, 4168.0, 4137.0, 4117.0, 4187.0, 4124.0, 4154.0, 4113.0, 4115.0, 4113.0, 4115.0, 4175.0, 4124.0, 4165.0, 4144.0, 4165.0, 4121.0, 4121.0, 4150.0, 4111.0, 4160.0, 4110.0, 4142.0, 4102.0, 4122.0, 4090.0, 4097.0, 4078.0, 4089.0, 4103.0, 4125.0, 4105.0, 4114.0, 4104.0, 4114.0, 4143.0, 4103.0, 4165.0, 4113.0, 4163.0, 4134.0, 4143.0, 4112.0, 4133.0, 4091.0, 4143.0, 4153.0, 4143.0, 4162.0, 4121.0, 4161.0, 4130.0, 4139.0, 4088.0, 4099.0, 4077.0, 4103.0, 4134.0, 4114.0, 4151.0, 4090.0, 4089.0, 4102.0, 4111.0, 4091.0, 4102.0, 4105.0, 4114.0, 4129.0, 4137.0, 4117.0, 4138.0, 4159.0, 4128.0, 4188.0, 4146.0, 4147.0, 4176.0, 4146.0, 4201.0, 4161.0, 4145.0, 4103.0, 4115.0, 4173.0, 4122.0, 4162.0, 4132.0, 4132.0, 4080.0, 4101.0, 4090.0, 4101.0, 4141.0, 4101.0, 4111.0, 4091.0, 4112.0, 4102.0, 4112.0, 4162.0, 4102.0, 4111.0, 4091.0, 4112.0, 4081.0, 4132.0, 4081.0, 4091.0, 4105.0, 4104.0, 4127.0, 4137.0, 4117.0, 4129.0, 4168.0, 4119.0, 4162.0, 4141.0, 4141.0, 4201.0, 4170.0, 4168.0, 4146.0, 4146.0, 4186.0, 4156.0, 4165.0, 4123.0, 4124.0, 4164.0, 4129.0, 4165.0, 4122.0, 4122.0, 4120.0, 4101.0, 4161.0, 4101.0, 4120.0, 4090.0, 4114.0, 4104.0, 4106.0, 4154.0, 4119.0, 4078.0, 4088.0, 4102.0, 4113.0, 4102.0, 4118.0, 4155.0, 4130.0, 4150.0, 4141.0, 4143.0, 4193.0, 4162.0, 4190.0, 4159.0, 4188.0, 4165.0, 4164.0, 4184.0, 4165.0, 4174.0, 4143.0, 4152.0, 4141.0, 4120.0, 4160.0, 4109.0, 4128.0, 4099.0, 4111.0, 4112.0, 4090.0, 4098.0, 4101.0, 4119.0, 4101.0, 4088.0, 4101.0, 4090.0, 4113.0, 4091.0, 4112.0, 4127.0, 4125.0, 4115.0, 4114.0, 4116.0, 4135.0, 4115.0, 4135.0, 4115.0, 4126.0, 4125.0, 4105.0, 4124.0, 4130.0, 4167.0, 4126.0, 4124.0, 4125.0, 4115.0, 4126.0, 4128.0, 4126.0, 4127.0, 4135.0, 4126.0, 4125.0, 4115.0, 4116.0, 4135.0, 4115.0, 4155.0, 4115.0, 4137.0, 4141.0, 4150.0, 4128.0, 4115.0, 4137.0, 4137.0, 4152.0, 4154.0, 4162.0, 4152.0, 4152.0, 4163.0, 4208.0, 4204.0, 4173.0, 4152.0, 4140.0, 4188.0, 4158.0, 4188.0, 4168.0, 4188.0, 4159.0, 4169.0, 4127.0, 4127.0, 4117.0, 4106.0, 4104.0, 4106.0, 4166.0, 4114.0, 4156.0, 4126.0, 4126.0, 4166.0, 4115.0, 4175.0, 4135.0, 4145.0, 4103.0, 4113.0, 4183.0, 4102.0, 4155.0, 4113.0, 4133.0, 4102.0, 4091.0, 4101.0, 4093.0, 4104.0, 4104.0, 4113.0, 4104.0, 4126.0, 4119.0, 4118.0, 4126.0, 4106.0, 4156.0, 4104.0, 4124.0, 4115.0, 4120.0, 4143.0, 4106.0, 4104.0, 4095.0, 4166.0, 4137.0, 4188.0, 4155.0, 4143.0, 4103.0, 4143.0, 4115.0, 4155.0], 'WindowWidth': [9285.0, 9245.0, 9229.0, 9245.0, 9196.0, 9273.0, 9214.0, 9243.0, 9173.0, 9183.0, 9194.0, 9195.0, 9193.0, 9184.0, 9157.0, 9183.0, 9168.0, 9217.0, 9151.0, 9190.0, 9163.0, 9163.0, 9146.0, 9150.0, 9202.0, 9154.0, 9174.0, 9165.0, 9148.0, 9160.0, 9168.0, 9164.0, 9171.0, 9194.0, 9157.0, 9197.0, 9171.0, 9195.0, 9168.0, 9167.0, 9186.0, 9170.0, 9197.0, 9161.0, 9209.0, 9171.0, 9210.0, 9159.0, 9213.0, 9173.0, 9229.0, 9171.0, 9199.0, 9211.0, 9173.0, 9267.0, 9195.0, 9248.0, 9179.0, 9190.0, 9165.0, 9169.0, 9180.0, 9166.0, 9164.0, 9170.0, 9195.0, 9176.0, 9185.0, 9173.0, 9184.0, 9171.0, 9155.0, 9188.0, 9173.0, 9204.0, 9177.0, 9268.0, 9171.0, 9243.0, 9201.0, 9237.0, 9181.0, 9248.0, 9191.0, 9194.0, 9240.0, 9188.0, 9242.0, 9141.0, 9183.0, 9145.0, 9155.0, 9141.0, 9159.0, 9169.0, 9142.0, 9170.0, 9148.0, 9145.0, 9142.0, 9145.0, 9154.0, 9146.0, 9199.0, 9165.0, 9157.0, 9145.0, 9145.0, 9141.0, 9159.0, 9158.0, 9162.0, 9169.0, 9146.0, 9156.0, 9143.0, 9143.0, 9158.0, 9162.0, 9171.0, 9161.0, 9199.0, 9167.0, 9238.0, 9187.0, 9234.0, 9197.0, 9151.0, 9145.0, 9147.0, 9168.0, 9213.0, 9163.0, 9207.0, 9162.0, 9182.0, 9237.0, 9168.0, 9225.0, 9175.0, 9171.0, 9195.0, 9153.0, 9236.0, 9212.0, 9224.0, 9178.0, 9176.0, 9146.0, 9148.0, 9212.0, 9131.0, 9154.0, 9128.0, 9127.0, 9113.0, 9114.0, 9129.0, 9118.0, 9127.0, 9132.0, 9168.0, 9129.0, 9124.0, 9118.0, 9128.0, 9130.0, 9131.0, 9147.0, 9141.0, 9157.0, 9119.0, 9132.0, 9132.0, 9135.0, 9143.0, 9120.0, 9132.0, 9133.0, 9140.0, 9149.0, 9144.0, 9152.0, 9157.0, 9159.0, 9180.0, 9166.0, 9177.0, 9171.0, 9167.0, 9172.0, 9199.0, 9181.0, 9217.0, 9187.0, 9188.0, 9254.0, 9185.0, 9256.0, 9200.0, 9224.0, 9196.0, 9212.0, 9221.0, 9166.0, 9263.0, 9180.0, 9231.0, 9190.0, 9186.0, 9177.0, 9176.0, 9168.0, 9168.0, 9182.0, 9187.0, 9174.0, 9176.0, 9203.0, 9190.0, 9255.0, 9215.0, 9252.0, 9181.0, 9180.0, 9224.0, 9170.0, 9247.0, 9154.0, 9205.0, 9163.0, 9167.0, 9183.0, 9169.0, 9188.0, 9149.0, 9203.0, 9160.0, 9146.0, 9162.0, 9180.0, 9173.0, 9167.0, 9176.0, 9150.0, 9190.0, 9168.0, 9175.0, 9168.0, 9182.0, 9185.0, 9180.0, 9166.0, 9168.0, 9167.0, 9186.0, 9254.0, 9185.0, 9237.0, 9199.0, 9225.0, 9166.0, 9179.0, 9262.0, 9207.0, 9232.0, 9192.0, 9177.0, 9157.0, 9160.0, 9247.0, 9151.0, 9201.0, 9149.0, 9175.0, 9146.0, 9161.0, 9173.0, 9163.0, 9214.0, 9147.0, 9184.0, 9143.0, 9141.0, 9148.0, 9158.0, 9139.0, 9140.0, 9158.0, 9163.0, 9181.0, 9181.0, 9181.0, 9170.0, 9235.0, 9187.0, 9219.0, 9180.0, 9203.0, 9162.0, 9176.0, 9263.0, 9169.0, 9220.0, 9160.0, 9157.0, 9184.0, 9142.0, 9210.0, 9147.0, 9161.0, 9144.0, 9147.0, 9142.0, 9148.0, 9190.0, 9183.0, 9184.0, 9164.0, 9182.0, 9157.0, 9156.0, 9155.0, 9207.0, 9157.0, 9161.0, 9184.0, 9178.0, 9186.0, 9211.0, 9184.0, 9189.0, 9181.0, 9188.0, 9246.0, 9258.0, 9243.0, 9210.0, 9180.0, 9221.0, 9197.0, 9273.0, 9231.0, 9235.0, 9170.0, 9158.0, 9221.0, 9145.0, 9228.0, 9157.0, 9163.0, 9150.0, 9134.0, 9129.0, 9138.0, 9154.0, 9159.0, 9151.0, 9141.0, 9152.0, 9157.0, 9157.0, 9155.0, 9152.0, 9164.0, 9150.0, 9188.0, 9199.0, 9220.0, 9265.0, 9225.0, 9257.0, 9192.0, 9229.0, 9209.0, 9284.0, 9232.0, 9215.0, 9275.0, 9223.0, 9231.0, 9205.0, 9232.0, 9172.0, 9214.0, 9211.0, 9180.0, 9236.0, 9207.0, 9208.0, 9176.0, 9157.0, 9116.0, 9129.0, 9127.0, 9134.0, 9117.0, 9148.0, 9147.0, 9151.0, 9134.0, 9152.0, 9147.0, 9151.0, 9148.0, 9156.0, 9207.0, 9178.0, 9183.0, 9159.0, 9171.0, 9155.0, 9171.0, 9167.0, 9176.0, 9159.0, 9179.0, 9189.0, 9178.0, 9204.0, 9176.0, 9179.0, 9172.0, 9176.0, 9198.0, 9160.0, 9224.0, 9157.0, 9198.0, 9172.0, 9157.0, 9155.0, 9160.0, 9170.0, 9176.0, 9204.0, 9174.0, 9175.0, 9198.0, 9174.0, 9174.0, 9173.0, 9195.0, 9203.0, 9214.0, 9155.0, 9183.0, 9190.0, 9249.0, 9231.0, 9214.0, 9216.0, 9213.0, 9236.0, 9258.0, 9235.0, 9271.0, 9231.0, 9236.0, 9195.0, 9242.0, 9266.0, 9237.0, 9248.0, 9202.0, 9264.0, 9215.0, 9228.0, 9197.0, 9181.0, 9218.0, 9150.0, 9185.0, 9145.0, 9143.0, 9144.0, 9147.0, 9161.0, 9165.0, 9165.0, 9167.0, 9184.0, 9172.0, 9193.0, 9183.0, 9151.0, 9168.0, 9191.0, 9166.0, 9151.0, 9166.0, 9169.0, 9184.0, 9186.0, 9171.0, 9190.0, 9184.0, 9189.0, 9174.0, 9171.0, 9177.0, 9186.0, 9177.0, 9225.0, 9175.0, 9185.0, 9187.0, 9174.0, 9171.0, 9173.0, 9226.0, 9172.0, 9194.0, 9179.0, 9174.0, 9172.0, 9173.0, 9186.0, 9171.0, 9175.0, 9170.0, 9179.0, 9179.0, 9182.0, 9195.0, 9290.0, 9315.0, 9271.0, 9196.0, 9162.0, 9193.0, 9224.0, 9200.0, 9209.0, 9196.0, 9221.0, 9200.0, 9224.0, 9200.0, 9212.0, 9198.0, 9212.0, 9197.0, 9209.0, 9193.0, 9194.0, 9194.0, 9199.0, 9244.0, 9198.0, 9191.0, 9197.0, 9208.0, 9212.0, 9196.0, 9216.0, 9213.0, 9216.0, 9238.0, 9232.0, 9217.0, 9230.0, 9192.0, 9172.0, 9204.0, 9195.0, 9206.0, 9234.0, 9263.0, 9214.0, 9195.0, 9210.0, 9210.0, 9292.0, 9254.0, 9266.0, 9237.0, 9267.0, 9199.0, 9229.0, 9221.0, 9182.0, 9257.0, 9179.0, 9188.0, 9147.0, 9145.0, 9146.0, 9149.0, 9160.0, 9151.0, 9146.0, 9163.0, 9147.0, 9168.0, 9151.0, 9170.0, 9156.0, 9173.0, 9173.0, 9188.0, 9189.0, 9175.0, 9206.0, 9220.0, 9191.0, 9191.0, 9190.0, 9214.0, 9198.0, 9196.0, 9192.0, 9196.0, 9253.0, 9192.0, 9260.0, 9219.0, 9228.0, 9193.0, 9189.0, 9175.0, 9177.0, 9186.0, 9191.0, 9189.0, 9195.0, 9182.0, 9190.0, 9178.0, 9213.0, 9191.0, 9188.0, 9191.0, 9192.0, 9197.0, 9174.0, 9213.0, 9172.0, 9186.0, 9185.0, 9172.0, 9251.0, 9154.0, 9206.0, 9169.0, 9156.0, 9181.0, 9172.0, 9185.0, 9188.0, 9198.0, 9194.0, 9187.0, 9186.0, 9208.0, 9215.0, 9255.0, 9228.0, 9174.0, 9198.0, 9252.0, 9178.0, 9189.0, 9187.0, 9180.0, 9235.0, 9199.0, 9238.0, 9194.0, 9192.0, 9261.0, 9215.0, 9239.0, 9194.0, 9224.0, 9147.0, 9179.0, 9233.0, 9204.0, 9220.0, 9171.0, 9175.0, 9149.0, 9157.0, 9204.0, 9141.0, 9167.0, 9170.0, 9146.0, 9145.0, 9149.0, 9174.0, 9139.0, 9142.0, 9178.0, 9148.0, 9134.0, 9128.0, 9126.0, 9129.0, 9142.0, 9134.0, 9143.0, 9137.0, 9145.0, 9152.0, 9149.0, 9168.0, 9162.0, 9187.0, 9182.0, 9171.0, 9177.0, 9189.0, 9194.0, 9196.0, 9190.0, 9179.0, 9191.0, 9186.0, 9192.0, 9193.0, 9207.0, 9226.0, 9199.0, 9198.0, 9189.0, 9214.0, 9201.0, 9210.0, 9201.0, 9286.0, 9255.0, 9218.0, 9218.0, 9218.0, 9203.0, 9235.0, 9226.0, 9274.0, 9239.0, 9305.0, 9260.0, 9286.0, 9213.0, 9230.0, 9282.0, 9226.0, 9277.0, 9235.0, 9249.0, 9187.0, 9235.0, 9273.0, 9245.0, 9251.0, 9196.0, 9203.0, 9150.0, 9172.0, 9167.0, 9162.0, 9238.0, 9180.0, 9176.0, 9163.0, 9197.0, 9208.0, 9177.0, 9201.0, 9204.0, 9162.0, 9242.0, 9206.0, 9200.0, 9164.0, 9153.0, 9232.0, 9152.0, 9180.0, 9152.0, 9166.0, 9148.0, 9170.0, 9254.0, 9203.0, 9216.0, 9184.0, 9186.0, 9129.0, 9143.0, 9208.0, 9127.0, 9137.0, 9126.0, 9127.0, 9142.0, 9147.0, 9170.0, 9149.0, 9157.0, 9133.0, 9147.0, 9145.0, 9136.0, 9157.0, 9134.0, 9159.0, 9138.0, 9169.0, 9154.0, 9154.0, 9235.0, 9212.0, 9142.0, 9117.0, 9142.0, 9150.0, 9150.0, 9156.0, 9196.0, 9210.0, 9198.0, 9193.0, 9175.0, 9172.0, 9175.0, 9255.0, 9187.0, 9250.0, 9222.0, 9242.0, 9249.0, 9231.0, 9193.0, 9180.0, 9259.0, 9173.0, 9241.0, 9186.0, 9200.0, 9176.0, 9205.0, 9178.0, 9181.0, 9211.0, 9265.0, 9258.0, 9225.0, 9153.0, 9139.0, 9178.0, 9198.0, 9164.0, 9211.0, 9198.0, 9205.0, 9271.0, 9230.0, 9257.0, 9222.0, 9269.0, 9304.0, 9241.0, 9226.0, 9190.0, 9162.0, 9247.0, 9188.0, 9203.0, 9198.0, 9145.0, 9198.0, 9129.0, 9125.0, 9108.0, 9126.0, 9138.0, 9132.0, 9140.0, 9116.0, 9127.0, 9112.0, 9149.0, 9166.0, 9147.0, 9139.0, 9132.0, 9144.0, 9135.0, 9148.0, 9141.0, 9169.0, 9169.0, 9188.0, 9185.0, 9206.0, 9177.0, 9175.0, 9177.0, 9162.0, 9173.0, 9176.0, 9258.0, 9246.0, 9264.0, 9217.0, 9234.0, 9182.0, 9201.0, 9159.0, 9160.0, 9189.0, 9167.0, 9216.0, 9179.0, 9206.0, 9182.0, 9209.0, 9198.0, 9166.0, 9182.0, 9168.0, 9233.0, 9182.0, 9234.0, 9209.0, 9224.0, 9200.0, 9239.0, 9210.0, 9303.0, 9261.0, 9289.0, 9195.0, 9208.0, 9200.0, 9204.0, 9237.0, 9246.0, 9213.0, 9238.0, 9219.0, 9309.0, 9217.0, 9263.0, 9275.0, 9200.0, 9221.0, 9193.0, 9207.0, 9240.0, 9190.0, 9293.0, 9231.0, 9245.0, 9201.0, 9214.0, 9154.0, 9155.0, 9172.0, 9155.0, 9181.0, 9157.0, 9225.0, 9172.0, 9210.0, 9165.0, 9241.0, 9195.0, 9148.0, 9164.0, 9155.0, 9199.0, 9194.0, 9207.0, 9240.0, 9209.0, 9194.0, 9195.0, 9176.0, 9164.0, 9192.0, 9278.0, 9231.0, 9298.0, 9248.0, 9233.0, 9176.0, 9184.0, 9130.0, 9176.0, 9137.0, 9135.0, 9154.0, 9154.0, 9154.0, 9175.0, 9154.0, 9157.0, 9152.0, 9158.0, 9152.0, 9154.0, 9210.0, 9192.0, 9206.0, 9177.0, 9200.0, 9142.0, 9172.0, 9189.0, 9250.0, 9256.0, 9210.0, 9157.0, 9162.0, 9187.0, 9194.0, 9162.0, 9179.0, 9262.0, 9237.0, 9251.0, 9206.0, 9179.0, 9275.0, 9185.0, 9225.0, 9168.0, 9175.0, 9168.0, 9172.0, 9254.0, 9184.0, 9241.0, 9210.0, 9239.0, 9174.0, 9172.0, 9212.0, 9161.0, 9225.0, 9156.0, 9205.0, 9153.0, 9176.0, 9132.0, 9136.0, 9113.0, 9130.0, 9157.0, 9187.0, 9162.0, 9170.0, 9157.0, 9172.0, 9208.0, 9156.0, 9242.0, 9168.0, 9235.0, 9197.0, 9206.0, 9166.0, 9196.0, 9135.0, 9207.0, 9219.0, 9207.0, 9230.0, 9175.0, 9228.0, 9182.0, 9195.0, 9125.0, 9141.0, 9111.0, 9155.0, 9199.0, 9174.0, 9215.0, 9133.0, 9129.0, 9151.0, 9163.0, 9137.0, 9151.0, 9161.0, 9174.0, 9203.0, 9210.0, 9183.0, 9210.0, 9242.0, 9200.0, 9279.0, 9218.0, 9220.0, 9256.0, 9218.0, 9301.0, 9246.0, 9212.0, 9154.0, 9174.0, 9250.0, 9177.0, 9231.0, 9190.0, 9191.0, 9120.0, 9149.0, 9132.0, 9148.0, 9201.0, 9149.0, 9160.0, 9135.0, 9163.0, 9151.0, 9163.0, 9229.0, 9152.0, 9161.0, 9135.0, 9165.0, 9122.0, 9189.0, 9122.0, 9134.0, 9161.0, 9159.0, 9195.0, 9208.0, 9180.0, 9202.0, 9251.0, 9188.0, 9251.0, 9222.0, 9223.0, 9301.0, 9257.0, 9251.0, 9216.0, 9217.0, 9271.0, 9228.0, 9239.0, 9181.0, 9184.0, 9236.0, 9201.0, 9242.0, 9179.0, 9178.0, 9170.0, 9149.0, 9227.0, 9147.0, 9171.0, 9134.0, 9170.0, 9161.0, 9164.0, 9217.0, 9166.0, 9110.0, 9124.0, 9152.0, 9170.0, 9153.0, 9185.0, 9230.0, 9208.0, 9234.0, 9223.0, 9229.0, 9293.0, 9251.0, 9283.0, 9239.0, 9280.0, 9239.0, 9239.0, 9263.0, 9239.0, 9249.0, 9205.0, 9217.0, 9198.0, 9171.0, 9225.0, 9152.0, 9178.0, 9141.0, 9161.0, 9167.0, 9131.0, 9140.0, 9149.0, 9167.0, 9148.0, 9126.0, 9147.0, 9133.0, 9169.0, 9137.0, 9164.0, 9198.0, 9190.0, 9174.0, 9171.0, 9174.0, 9197.0, 9173.0, 9200.0, 9174.0, 9188.0, 9185.0, 9160.0, 9182.0, 9207.0, 9247.0, 9190.0, 9185.0, 9188.0, 9173.0, 9188.0, 9196.0, 9190.0, 9192.0, 9201.0, 9190.0, 9187.0, 9174.0, 9177.0, 9200.0, 9173.0, 9224.0, 9171.0, 9204.0, 9220.0, 9230.0, 9198.0, 9178.0, 9210.0, 9209.0, 9238.0, 9243.0, 9253.0, 9235.0, 9235.0, 9251.0, 9325.0, 9311.0, 9264.0, 9235.0, 9214.0, 9276.0, 9236.0, 9278.0, 9248.0, 9277.0, 9237.0, 9253.0, 9193.0, 9197.0, 9182.0, 9163.0, 9159.0, 9164.0, 9244.0, 9173.0, 9231.0, 9191.0, 9188.0, 9241.0, 9171.0, 9253.0, 9197.0, 9210.0, 9151.0, 9166.0, 9262.0, 9150.0, 9225.0, 9164.0, 9191.0, 9148.0, 9133.0, 9148.0, 9139.0, 9155.0, 9156.0, 9166.0, 9155.0, 9188.0, 9187.0, 9182.0, 9189.0, 9163.0, 9229.0, 9155.0, 9184.0, 9174.0, 9192.0, 9227.0, 9161.0, 9155.0, 9145.0, 9241.0, 9204.0, 9275.0, 9224.0, 9202.0, 9149.0, 9202.0, 9170.0, 9225.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.0007345261561789234</td></tr>
<tr><td colspan=3>aqi</td><td>0.04323305981804397</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.03979805640366</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0518758324886217</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9349678521168433</td></tr>
<tr><td colspan=3>efc</td><td>0.4686</td></tr>
<tr><td colspan=3>fber</td><td>5989.1978</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10858282913417153</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>129</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.780136467020471</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6477784526247845</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5733910295546676</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.899285112693838</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4706592156258473</td></tr>
<tr><td colspan=3>gcor</td><td>0.010581</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016629166901111603</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0229173731058836</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.5703103729431787</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>30.6061</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5837</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.7737</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300998.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>792.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.8616</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6557</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.5743</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3293.1451</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75546.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.1013</td></tr>
<tr><td colspan=3>tsnr</td><td>32.0654620481655</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>