ds005256-mriqc/sub-0017_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter 611090bf5a [DATALAD RUNCMD] Compute MRIQC for sub-0017
=== 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-0017 --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-0017",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:54:22 +02:00

616 lines
No EOL
145 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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-04/func/sub-0017_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>d644cd7465e994273b2c3afd6e59b713</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>12:28:23.600000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999143, 0.0136312, 0.0390933, -0.0125563, 0.99954, -0.0276119]</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_brain_imaging_center</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.100367</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>[4171, -7739, -7203, 549, 34, -123, 76, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8eb8369e-646e-45d9-bca9-71d1226b99ad||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680626392364502, -0.03368763253092766, 0.10651962459087372, 113.94967651367188], [-0.03657164052128792, 2.681692361831665, -0.07316293567419052, -88.04350280761719], [0.10488451272249222, 0.07408078014850616, 2.6969056129455566, -51.83771896362305], [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': ['122823.600000', '122824.060000', '122824.520000', '122824.980000', '122825.440000', '122825.900000', '122826.360000', '122826.820000', '122827.280000', '122827.740000', '122828.200000', '122828.660000', '122829.120000', '122829.580000', '122830.040000', '122830.500000', '122830.960000', '122831.420000', '122831.880000', '122832.340000', '122832.800000', '122833.260000', '122833.720000', '122834.180000', '122834.640000', '122835.100000', '122835.560000', '122836.020000', '122836.480000', '122836.940000', '122837.400000', '122837.860000', '122838.320000', '122838.780000', '122839.240000', '122839.700000', '122840.160000', '122840.620000', '122841.080000', '122841.540000', '122842.000000', '122842.460000', '122842.920000', '122843.380000', '122843.840000', '122844.300000', '122844.760000', '122845.220000', '122845.680000', '122846.140000', '122846.600000', '122847.060000', '122847.520000', '122847.980000', '122848.440000', '122848.900000', '122849.360000', '122849.820000', '122850.280000', '122850.740000', '122851.200000', '122851.660000', '122852.120000', '122852.580000', '122853.040000', '122853.500000', '122853.960000', '122854.420000', '122854.880000', '122855.340000', '122855.800000', '122856.260000', '122856.720000', '122857.180000', '122857.640000', '122858.100000', '122858.560000', '122859.020000', '122859.480000', '122859.940000', '122900.400000', '122900.860000', '122901.320000', '122901.780000', '122902.240000', '122902.700000', '122903.160000', '122903.620000', '122904.080000', '122904.540000', '122905.000000', '122905.460000', '122905.920000', '122906.380000', '122906.840000', '122907.300000', '122907.760000', '122908.220000', '122908.680000', '122909.140000', '122909.600000', '122910.060000', '122910.520000', '122910.980000', '122911.440000', '122911.900000', '122912.360000', '122912.820000', '122913.280000', '122913.740000', '122914.200000', '122914.660000', '122915.120000', '122915.580000', '122916.040000', '122916.500000', '122916.960000', '122917.420000', '122917.880000', '122918.340000', '122918.800000', '122919.260000', '122919.720000', '122920.180000', '122920.640000', '122921.100000', '122921.560000', '122922.020000', '122922.480000', '122922.940000', '122923.400000', '122923.860000', '122924.320000', '122924.780000', '122925.240000', '122925.700000', '122926.160000', '122926.620000', '122927.080000', '122927.540000', '122928.000000', '122928.460000', '122928.920000', '122929.380000', '122929.840000', '122930.300000', '122930.760000', '122931.220000', '122931.680000', '122932.140000', '122932.600000', '122933.060000', '122933.520000', '122933.980000', '122934.440000', '122934.900000', '122935.360000', '122935.820000', '122936.280000', '122936.740000', '122937.200000', '122937.660000', '122938.120000', '122938.580000', '122939.040000', '122939.500000', '122939.960000', '122940.420000', '122940.880000', '122941.340000', '122941.800000', '122942.260000', '122942.720000', '122943.180000', '122943.640000', '122944.100000', '122944.560000', '122945.020000', '122945.480000', '122945.940000', '122946.400000', '122946.860000', '122947.320000', '122947.780000', '122948.240000', '122948.700000', '122949.160000', '122949.620000', '122950.080000', '122950.540000', '122951.000000', '122951.460000', '122951.920000', '122952.380000', '122952.840000', '122953.300000', '122953.760000', '122954.220000', '122954.680000', '122955.140000', '122955.600000', '122956.060000', '122956.520000', '122956.980000', '122957.440000', '122957.900000', '122958.360000', '122958.820000', '122959.280000', '122959.740000', '123000.200000', '123000.660000', '123001.120000', '123001.580000', '123002.040000', '123002.500000', '123002.960000', '123003.420000', '123003.880000', '123004.340000', '123004.800000', '123005.260000', '123005.720000', '123006.180000', '123006.640000', '123007.100000', '123007.560000', '123008.020000', '123008.480000', '123008.940000', '123009.400000', '123009.860000', '123010.320000', '123010.780000', '123011.240000', '123011.700000', '123012.160000', '123012.620000', '123013.080000', '123013.540000', '123014.000000', '123014.460000', '123014.920000', '123015.380000', '123015.840000', '123016.300000', '123016.760000', '123017.220000', '123017.680000', '123018.140000', '123018.600000', '123019.060000', '123019.520000', '123019.980000', '123020.440000', '123020.900000', '123021.360000', '123021.820000', '123022.280000', '123022.740000', '123023.200000', '123023.660000', '123024.120000', '123024.580000', '123025.040000', '123025.500000', '123025.960000', '123026.420000', '123026.880000', '123027.340000', '123027.800000', '123028.260000', '123028.720000', '123029.180000', '123029.640000', '123030.100000', '123030.560000', '123031.020000', '123031.480000', '123031.940000', '123032.400000', '123032.860000', '123033.320000', '123033.780000', '123034.240000', '123034.700000', '123035.160000', '123035.620000', '123036.080000', '123036.540000', '123037.000000', '123037.460000', '123037.920000', '123038.380000', '123038.840000', '123039.300000', '123039.760000', '123040.220000', '123040.680000', '123041.140000', '123041.600000', '123042.060000', '123042.520000', '123042.980000', '123043.440000', '123043.900000', '123044.360000', '123044.820000', '123045.280000', '123045.740000', '123046.200000', '123046.660000', '123047.120000', '123047.580000', '123048.040000', '123048.500000', '123048.960000', '123049.420000', '123049.880000', '123050.340000', '123050.800000', '123051.260000', '123051.720000', '123052.180000', '123052.640000', '123053.100000', '123053.560000', '123054.020000', '123054.480000', '123054.940000', '123055.400000', '123055.860000', '123056.320000', '123056.780000', '123057.240000', '123057.700000', '123058.160000', '123058.620000', '123059.080000', '123059.540000', '123100.000000', '123100.460000', '123100.920000', '123101.380000', '123101.840000', '123102.300000', '123102.760000', '123103.220000', '123103.680000', '123104.140000', '123104.600000', '123105.060000', '123105.520000', '123105.980000', '123106.440000', '123106.900000', '123107.360000', '123107.820000', '123108.280000', '123108.740000', '123109.200000', '123109.660000', '123110.120000', '123110.580000', '123111.040000', '123111.500000', '123111.960000', '123112.420000', '123112.880000', '123113.340000', '123113.800000', '123114.260000', '123114.720000', '123115.180000', '123115.640000', '123116.100000', '123116.560000', '123117.020000', '123117.480000', '123117.940000', '123118.400000', '123118.860000', '123119.320000', '123119.780000', '123120.240000', '123120.700000', '123121.160000', '123121.620000', '123122.080000', '123122.540000', '123123.000000', '123123.460000', '123123.920000', '123124.380000', '123124.840000', '123125.300000', '123125.760000', '123126.220000', '123126.680000', '123127.140000', '123127.600000', '123128.060000', '123128.520000', '123128.980000', '123129.440000', '123129.900000', '123130.360000', '123130.820000', '123131.280000', '123131.740000', '123132.200000', '123132.660000', '123133.120000', '123133.580000', '123134.040000', '123134.500000', '123134.960000', '123135.420000', '123135.880000', '123136.340000', '123136.800000', '123137.260000', '123137.720000', '123138.180000', '123138.640000', '123139.100000', '123139.560000', '123140.020000', '123140.480000', '123140.940000', '123141.400000', '123141.860000', '123142.320000', '123142.780000', '123143.240000', '123143.700000', '123144.160000', '123144.620000', '123145.080000', '123145.540000', '123146.000000', '123146.460000', '123146.920000', '123147.380000', '123147.840000', '123148.300000', '123148.760000', '123149.220000', '123149.680000', '123150.140000', '123150.600000', '123151.060000', '123151.520000', '123151.980000', '123152.440000', '123152.900000', '123153.360000', '123153.820000', '123154.280000', '123154.740000', '123155.200000', '123155.660000', '123156.120000', '123156.580000', '123157.040000', '123157.500000', '123157.960000', '123158.420000', '123158.880000', '123159.340000', '123159.800000', '123200.260000', '123200.720000', '123201.180000', '123201.640000', '123202.100000', '123202.560000', '123203.020000', '123203.480000', '123203.940000', '123204.400000', '123204.860000', '123205.320000', '123205.780000', '123206.240000', '123206.700000', '123207.160000', '123207.620000', '123208.080000', '123208.540000', '123209.000000', '123209.460000', '123209.920000', '123210.380000', '123210.840000', '123211.300000', '123211.760000', '123212.220000', '123212.680000', '123213.140000', '123213.600000', '123214.060000', '123214.520000', '123214.980000', '123215.440000', '123215.900000', '123216.360000', '123216.820000', '123217.280000', '123217.740000', '123218.200000', '123218.660000', '123219.120000', '123219.580000', '123220.040000', '123220.500000', '123220.960000', '123221.420000', '123221.880000', '123222.340000', '123222.800000', '123223.260000', '123223.720000', '123224.180000', '123224.640000', '123225.100000', '123225.560000', '123226.020000', '123226.480000', '123226.940000', '123227.400000', '123227.860000', '123228.320000', '123228.780000', '123229.240000', '123229.700000', '123230.160000', '123230.620000', '123231.080000', '123231.540000', '123232.000000', '123232.460000', '123232.920000', '123233.380000', '123233.840000', '123234.300000', '123234.760000', '123235.220000', '123235.680000', '123236.140000', '123236.600000', '123237.060000', '123237.520000', '123237.980000', '123238.440000', '123238.900000', '123239.360000', '123239.820000', '123240.280000', '123240.740000', '123241.200000', '123241.660000', '123242.120000', '123242.580000', '123243.040000', '123243.500000', '123243.960000', '123244.420000', '123244.880000', '123245.340000', '123245.800000', '123246.260000', '123246.720000', '123247.180000', '123247.640000', '123248.100000', '123248.560000', '123249.020000', '123249.480000', '123249.940000', '123250.400000', '123250.860000', '123251.320000', '123251.780000', '123252.240000', '123252.700000', '123253.160000', '123253.620000', '123254.080000', '123254.540000', '123255.000000', '123255.460000', '123255.920000', '123256.380000', '123256.840000', '123257.300000', '123257.760000', '123258.220000', '123258.680000', '123259.140000', '123259.600000', '123300.060000', '123300.520000', '123300.980000', '123301.440000', '123301.900000', '123302.360000', '123302.820000', '123303.280000', '123303.740000', '123304.200000', '123304.660000', '123305.120000', '123305.580000', '123306.040000', '123306.500000', '123306.960000', '123307.420000', '123307.880000', '123308.340000', '123308.800000', '123309.260000', '123309.720000', '123310.180000', '123310.640000', '123311.100000', '123311.560000', '123312.020000', '123312.480000', '123312.940000', '123313.400000', '123313.860000', '123314.320000', '123314.780000', '123315.240000', '123315.700000', '123316.160000', '123316.620000', '123317.080000', '123317.540000', '123318.000000', '123318.460000', '123318.920000', '123319.380000', '123319.840000', '123320.300000', '123320.760000', '123321.220000', '123321.680000', '123322.140000', '123322.600000', '123323.060000', '123323.520000', '123323.980000', '123324.440000', '123324.900000', '123325.360000', '123325.820000', '123326.280000', '123326.740000', '123327.200000', '123327.660000', '123328.120000', '123328.580000', '123329.040000', '123329.500000', '123329.960000', '123330.420000', '123330.880000', '123331.340000', '123331.800000', '123332.260000', '123332.720000', '123333.180000', '123333.640000', '123334.100000', '123334.560000', '123335.020000', '123335.480000', '123335.940000', '123336.400000', '123336.860000', '123337.320000', '123337.780000', '123338.240000', '123338.700000', '123339.160000', '123339.620000', '123340.080000', '123340.540000', '123341.000000', '123341.460000', '123341.920000', '123342.380000', '123342.840000', '123343.300000', '123343.760000', '123344.220000', '123344.680000', '123345.140000', '123345.600000', '123346.060000', '123346.520000', '123346.980000', '123347.440000', '123347.900000', '123348.360000', '123348.820000', '123349.280000', '123349.740000', '123350.200000', '123350.660000', '123351.120000', '123351.580000', '123352.040000', '123352.500000', '123352.960000', '123353.420000', '123353.880000', '123354.340000', '123354.800000', '123355.260000', '123355.720000', '123356.180000', '123356.640000', '123357.100000', '123357.560000', '123358.020000', '123358.480000', '123358.940000', '123359.400000', '123359.860000', '123400.320000', '123400.780000', '123401.240000', '123401.700000', '123402.160000', '123402.620000', '123403.080000', '123403.540000', '123404.000000', '123404.460000', '123404.920000', '123405.380000', '123405.840000', '123406.300000', '123406.760000', '123407.220000', '123407.680000', '123408.140000', '123408.600000', '123409.060000', '123409.520000', '123409.980000', '123410.440000', '123410.900000', '123411.360000', '123411.820000', '123412.280000', '123412.740000', '123413.200000', '123413.660000', '123414.120000', '123414.580000', '123415.040000', '123415.500000', '123415.960000', '123416.420000', '123416.880000', '123417.340000', '123417.800000', '123418.260000', '123418.720000', '123419.180000', '123419.640000', '123420.100000', '123420.560000', '123421.020000', '123421.480000', '123421.940000', '123422.400000', '123422.860000', '123423.320000', '123423.780000', '123424.240000', '123424.700000', '123425.160000', '123425.620000', '123426.080000', '123426.540000', '123427.000000', '123427.460000', '123427.920000', '123428.380000', '123428.840000', '123429.300000', '123429.760000', '123430.220000', '123430.680000', '123431.140000', '123431.600000', '123432.060000', '123432.520000', '123432.980000', '123433.440000', '123433.900000', '123434.360000', '123434.820000', '123435.280000', '123435.740000', '123436.200000', '123436.660000', '123437.120000', '123437.580000', '123438.040000', '123438.500000', '123438.960000', '123439.420000', '123439.880000', '123440.340000', '123440.800000', '123441.260000', '123441.720000', '123442.180000', '123442.640000', '123443.100000', '123443.560000', '123444.020000', '123444.480000', '123444.940000', '123445.400000', '123445.860000', '123446.320000', '123446.780000', '123447.240000', '123447.700000', '123448.160000', '123448.620000', '123449.080000', '123449.540000', '123450.000000', '123450.460000', '123450.920000', '123451.380000', '123451.840000', '123452.300000', '123452.760000', '123453.220000', '123453.680000', '123454.140000', '123454.600000', '123455.060000', '123455.520000', '123455.980000', '123456.440000', '123456.900000', '123457.360000', '123457.820000', '123458.280000', '123458.740000', '123459.200000', '123459.660000', '123500.120000', '123500.580000', '123501.040000', '123501.500000', '123501.960000', '123502.420000', '123502.880000', '123503.340000', '123503.800000', '123504.260000', '123504.720000', '123505.180000', '123505.640000', '123506.100000', '123506.560000', '123507.020000', '123507.480000', '123507.940000', '123508.400000', '123508.860000', '123509.320000', '123509.780000', '123510.240000', '123510.700000', '123511.160000', '123511.620000', '123512.080000', '123512.540000', '123513.000000', '123513.460000', '123513.920000', '123514.380000', '123514.840000', '123515.300000', '123515.760000', '123516.220000', '123516.680000', '123517.140000', '123517.600000', '123518.060000', '123518.520000', '123518.980000', '123519.440000', '123519.900000', '123520.360000', '123520.820000', '123521.280000', '123521.740000', '123522.200000', '123522.660000', '123523.120000', '123523.580000', '123524.040000', '123524.500000', '123524.960000', '123525.420000', '123525.880000', '123526.340000', '123526.800000', '123527.260000', '123527.720000', '123528.180000', '123528.640000', '123529.100000', '123529.560000', '123530.020000', '123530.480000', '123530.940000', '123531.400000', '123531.860000', '123532.320000', '123532.780000', '123533.240000', '123533.700000', '123534.160000', '123534.620000', '123535.080000', '123535.540000', '123536.000000', '123536.460000', '123536.920000', '123537.380000', '123537.840000', '123538.300000', '123538.760000', '123539.220000', '123539.680000', '123540.140000', '123540.600000', '123541.060000', '123541.520000', '123541.980000', '123542.440000', '123542.900000', '123543.360000', '123543.820000', '123544.280000', '123544.740000', '123545.200000', '123545.660000', '123546.120000', '123546.580000', '123547.040000', '123547.500000', '123547.960000', '123548.420000', '123548.880000', '123549.340000', '123549.800000', '123550.260000', '123550.720000', '123551.180000', '123551.640000', '123552.100000', '123552.560000', '123553.020000', '123553.480000', '123553.940000', '123554.400000', '123554.860000', '123555.320000', '123555.780000', '123556.240000', '123556.700000', '123557.160000', '123557.620000', '123558.080000', '123558.540000', '123559.000000', '123559.460000', '123559.920000', '123600.380000', '123600.840000', '123601.300000', '123601.760000', '123602.220000', '123602.680000', '123603.140000', '123603.600000', '123604.060000', '123604.520000', '123604.980000', '123605.440000', '123605.900000', '123606.360000', '123606.820000', '123607.280000', '123607.740000', '123608.200000', '123608.660000', '123609.120000', '123609.580000', '123610.040000', '123610.500000', '123610.960000', '123611.420000', '123611.880000', '123612.340000', '123612.800000', '123613.260000', '123613.720000', '123614.180000', '123614.640000', '123615.100000', '123615.560000', '123616.020000', '123616.480000', '123616.940000', '123617.400000', '123617.860000', '123618.320000', '123618.780000', '123619.240000', '123619.700000', '123620.160000', '123620.620000', '123621.080000', '123621.540000', '123622.000000', '123622.460000', '123622.920000', '123623.380000', '123623.840000', '123624.300000', '123624.760000', '123625.220000', '123625.680000', '123626.140000', '123626.600000', '123627.060000', '123627.520000', '123627.980000', '123628.440000', '123628.900000', '123629.360000', '123629.820000', '123630.280000', '123630.740000', '123631.200000', '123631.660000', '123632.120000', '123632.580000', '123633.040000', '123633.500000', '123633.960000', '123634.420000', '123634.880000', '123635.340000', '123635.800000', '123636.260000', '123636.720000', '123637.180000', '123637.640000', '123638.100000', '123638.560000', '123639.020000', '123639.480000', '123639.940000', '123640.400000', '123640.860000', '123641.320000', '123641.780000', '123642.240000', '123642.700000', '123643.160000', '123643.620000', '123644.080000', '123644.540000', '123645.000000', '123645.460000', '123645.920000', '123646.380000', '123646.840000', '123647.300000', '123647.760000', '123648.220000', '123648.680000', '123649.140000', '123649.600000', '123650.060000', '123650.520000', '123650.980000', '123651.440000', '123651.900000', '123652.360000', '123652.820000', '123653.280000', '123653.740000', '123654.200000', '123654.660000', '123655.120000', '123655.580000', '123656.040000', '123656.500000', '123656.960000', '123657.420000', '123657.880000', '123658.340000', '123658.800000', '123659.260000', '123659.720000', '123700.180000', '123700.640000', '123701.100000', '123701.560000', '123702.020000', '123702.480000', '123702.940000', '123703.400000', '123703.860000', '123704.320000', '123704.780000', '123705.240000', '123705.700000', '123706.160000', '123706.620000', '123707.080000', '123707.540000', '123708.000000', '123708.460000', '123708.920000', '123709.380000', '123709.840000', '123710.300000', '123710.760000', '123711.220000', '123711.680000', '123712.140000', '123712.600000', '123713.060000', '123713.520000', '123713.980000', '123714.440000', '123714.900000', '123715.360000', '123715.820000', '123716.280000', '123716.740000', '123717.200000', '123717.660000', '123718.120000', '123718.580000', '123719.040000', '123719.500000', '123719.960000', '123720.420000', '123720.880000', '123721.340000', '123721.800000', '123722.260000', '123722.720000', '123723.180000', '123723.640000', '123724.100000', '123724.560000', '123725.020000', '123725.480000', '123725.940000', '123726.400000', '123726.860000', '123727.320000', '123727.780000', '123728.240000', '123728.700000', '123729.160000', '123729.620000', '123730.080000', '123730.540000', '123731.000000', '123731.460000', '123731.920000', '123732.380000', '123732.840000', '123733.300000', '123733.760000', '123734.220000', '123734.680000', '123735.140000', '123735.600000', '123736.060000', '123736.520000', '123736.980000', '123737.440000', '123737.900000', '123738.360000', '123738.820000', '123739.280000', '123739.740000', '123740.200000', '123740.660000', '123741.120000', '123741.580000', '123742.040000', '123742.500000', '123742.960000', '123743.420000', '123743.880000', '123744.340000', '123744.800000', '123745.260000', '123745.720000', '123746.180000', '123746.640000', '123747.100000', '123747.560000', '123748.020000', '123748.480000', '123748.940000', '123749.400000', '123749.860000', '123750.320000', '123750.780000', '123751.240000', '123751.700000', '123752.160000', '123752.620000', '123753.080000', '123753.540000', '123754.000000', '123754.460000', '123754.920000', '123755.380000', '123755.840000', '123756.300000', '123756.760000', '123757.220000', '123757.680000', '123758.140000', '123758.600000', '123759.060000', '123759.520000', '123759.980000', '123800.440000', '123800.900000', '123801.360000', '123801.820000', '123802.280000', '123802.740000', '123803.200000', '123803.660000', '123804.120000', '123804.580000', '123805.040000', '123805.500000', '123805.960000', '123806.420000', '123806.880000', '123807.340000', '123807.800000', '123808.260000', '123808.720000', '123809.180000', '123809.640000', '123810.100000', '123810.560000', '123811.020000', '123811.480000', '123811.940000', '123812.400000', '123812.860000', '123813.320000', '123813.780000', '123814.240000', '123814.700000', '123815.160000', '123815.620000', '123816.080000', '123816.540000', '123817.000000', '123817.460000', '123817.920000', '123818.380000', '123818.840000', '123819.300000', '123819.760000', '123820.220000', '123820.680000', '123821.140000', '123821.600000', '123822.060000', '123822.520000', '123822.980000', '123823.440000', '123823.900000', '123824.360000', '123824.820000', '123825.280000', '123825.740000', '123826.200000', '123826.660000', '123827.120000', '123827.580000', '123828.040000', '123828.500000', '123828.960000', '123829.420000', '123829.880000', '123830.340000', '123830.800000', '123831.260000'], 'ContentTime': ['122848.339000', '122848.342000', '122848.345000', '122848.348000', '122848.351000', '122848.353000', '122848.356000', '122848.359000', '122848.362000', '122848.365000', '122848.368000', '122848.370000', '122848.373000', '122848.376000', '122848.379000', '122848.382000', '122848.384000', '122848.387000', '122848.390000', '122848.393000', '122848.396000', '122848.398000', '122848.401000', '122848.404000', '122848.407000', '122848.410000', '122848.413000', '122848.415000', '122848.418000', '122848.421000', '122848.424000', '122848.427000', '122848.429000', '122848.437000', '122848.440000', '122848.443000', '122848.446000', '122848.448000', '122848.451000', '122848.454000', '122848.457000', '122848.460000', '122848.463000', '122848.465000', '122848.468000', '122848.471000', '122848.474000', '122848.476000', '122848.479000', '122848.482000', '122848.485000', '122908.305000', '122908.308000', '122908.311000', '122908.313000', '122908.316000', '122908.319000', '122908.322000', '122908.325000', '122908.327000', '122908.330000', '122908.333000', '122908.336000', '122908.339000', '122908.341000', '122908.344000', '122908.347000', '122908.350000', '122908.353000', '122908.356000', '122908.358000', '122908.367000', '122908.370000', '122908.373000', '122908.376000', '122908.379000', '122908.381000', '122908.384000', '122908.387000', '122908.390000', '122908.392000', '122908.395000', '122908.398000', '122908.401000', '122908.404000', '122908.406000', '122908.409000', '122908.412000', '122908.415000', '122908.418000', '122908.420000', '122908.423000', '122908.426000', '122908.429000', '122908.432000', '122928.305000', '122928.308000', '122928.310000', '122928.313000', '122928.316000', '122928.319000', '122928.322000', '122928.325000', '122928.327000', '122928.330000', '122928.333000', '122928.336000', '122928.339000', '122928.341000', '122928.344000', '122928.347000', '122928.350000', '122928.353000', '122928.355000', '122928.358000', '122928.361000', '122928.364000', '122928.367000', '122928.369000', '122928.372000', '122928.375000', '122928.378000', '122928.381000', '122928.384000', '122928.386000', '122928.389000', '122928.392000', '122928.395000', '122928.398000', '122928.400000', '122928.403000', '122928.406000', '122928.414000', '122928.417000', '122928.419000', '122928.422000', '122928.425000', '122928.428000', '122948.305000', '122948.308000', '122948.310000', '122948.314000', '122948.319000', '122948.321000', '122948.325000', '122948.327000', '122948.330000', '122948.333000', '122948.336000', '122948.339000', '122948.341000', '122948.344000', '122948.347000', '122948.350000', '122948.353000', '122948.378000', '122948.381000', '122948.384000', '122948.387000', '122948.390000', '122948.392000', '122948.395000', '122948.398000', '122948.401000', '122948.404000', '122948.406000', '122948.409000', '122948.412000', '122948.415000', '122948.418000', '122948.421000', '122948.424000', '122948.426000', '122948.429000', '122948.432000', '122948.435000', '122948.438000', '122948.446000', '122948.449000', '122948.452000', '122948.455000', '123008.305000', '123008.308000', '123008.310000', '123008.313000', '123008.316000', '123008.319000', '123008.322000', '123008.325000', '123008.328000', '123008.330000', '123008.333000', '123008.336000', '123008.339000', '123008.342000', '123008.344000', '123008.347000', '123008.350000', '123008.353000', '123008.364000', '123008.366000', '123008.369000', '123008.372000', '123008.375000', '123008.378000', '123008.381000', '123008.383000', '123008.386000', '123008.389000', '123008.392000', '123008.395000', '123008.398000', '123008.400000', '123008.403000', '123008.406000', '123008.409000', '123008.412000', '123008.414000', '123008.417000', '123008.420000', '123008.423000', '123008.426000', '123008.428000', '123008.431000', '123008.434000', '123028.306000', '123028.309000', '123028.312000', '123028.314000', '123028.317000', '123028.320000', '123028.323000', '123028.326000', '123028.329000', '123028.331000', '123028.334000', '123028.338000', '123028.343000', '123028.346000', '123028.348000', '123028.351000', '123028.354000', '123028.357000', '123028.360000', '123028.363000', '123028.365000', '123028.368000', '123028.371000', '123028.374000', '123028.377000', '123028.379000', '123028.382000', '123028.385000', '123028.388000', '123028.391000', '123028.393000', '123028.396000', '123028.399000', '123028.402000', '123028.405000', '123028.407000', '123028.410000', '123028.413000', '123028.416000', '123028.418000', '123028.421000', '123028.424000', '123028.427000', '123048.306000', '123048.309000', '123048.311000', '123048.314000', '123048.317000', '123048.320000', '123048.323000', '123048.326000', '123048.329000', '123048.331000', '123048.334000', '123048.337000', '123048.340000', '123048.343000', '123048.345000', '123048.348000', '123048.351000', '123048.354000', '123048.357000', '123048.360000', '123048.362000', '123048.365000', '123048.368000', '123048.371000', '123048.374000', '123048.376000', '123048.379000', '123048.382000', '123048.385000', '123048.388000', '123048.390000', '123048.393000', '123048.396000', '123048.399000', '123048.402000', '123048.404000', '123048.407000', '123048.410000', '123048.413000', '123048.416000', '123048.418000', '123048.421000', '123048.424000', '123048.427000', '123108.305000', '123108.308000', '123108.311000', '123108.314000', '123108.316000', '123108.319000', '123108.322000', '123108.325000', '123108.328000', '123108.331000', '123108.334000', '123108.336000', '123108.339000', '123108.342000', '123108.345000', '123108.348000', '123108.351000', '123108.354000', '123108.358000', '123108.366000', '123108.369000', '123108.372000', '123108.375000', '123108.378000', '123108.380000', '123108.383000', '123108.386000', '123108.389000', '123108.392000', '123108.394000', '123108.397000', '123108.400000', '123108.403000', '123108.406000', '123108.408000', '123108.411000', '123108.414000', '123108.417000', '123108.420000', '123108.423000', '123108.425000', '123108.428000', '123108.431000', '123128.305000', '123128.308000', '123128.311000', '123128.314000', '123128.316000', '123128.319000', '123128.322000', '123128.325000', '123128.328000', '123128.330000', '123128.333000', '123128.336000', '123128.339000', '123128.355000', '123128.358000', '123128.360000', '123128.363000', '123128.366000', '123128.369000', '123128.372000', '123128.375000', '123128.377000', '123128.380000', '123128.383000', '123128.386000', '123128.389000', '123128.392000', '123128.395000', '123128.397000', '123128.400000', '123128.403000', '123128.406000', '123128.409000', '123128.411000', '123128.414000', '123128.417000', '123128.420000', '123128.423000', '123128.426000', '123128.429000', '123128.431000', '123128.434000', '123128.437000', '123128.440000', '123148.305000', '123148.309000', '123148.312000', '123148.315000', '123148.318000', '123148.321000', '123148.323000', '123148.326000', '123148.329000', '123148.332000', '123148.335000', '123148.338000', '123148.340000', '123148.343000', '123148.346000', '123148.349000', '123148.352000', '123148.355000', '123148.357000', '123148.360000', '123148.364000', '123148.367000', '123148.370000', '123148.375000', '123148.378000', '123148.381000', '123148.384000', '123148.386000', '123148.389000', '123148.392000', '123148.395000', '123148.398000', '123148.400000', '123148.403000', '123148.406000', '123148.409000', '123148.412000', '123148.415000', '123148.418000', '123148.420000', '123148.423000', '123148.426000', '123148.429000', '123208.305000', '123208.308000', '123208.311000', '123208.313000', '123208.316000', '123208.319000', '123208.322000', '123208.325000', '123208.328000', '123208.331000', '123208.334000', '123208.336000', '123208.339000', '123208.342000', '123208.345000', '123208.348000', '123208.350000', '123208.353000', '123208.356000', '123208.359000', '123208.362000', '123208.365000', '123208.368000', '123208.370000', '123208.373000', '123208.376000', '123208.379000', '123208.382000', '123208.385000', '123208.388000', '123208.390000', '123208.393000', '123208.396000', '123208.399000', '123208.402000', '123208.404000', '123208.407000', '123208.410000', '123208.413000', '123208.416000', '123208.418000', '123208.421000', '123208.424000', '123208.427000', '123228.305000', '123228.308000', '123228.311000', '123228.314000', '123228.316000', '123228.319000', '123228.322000', '123228.325000', '123228.328000', '123228.331000', '123228.334000', '123228.337000', '123228.339000', '123228.342000', '123228.345000', '123228.348000', '123228.351000', '123228.354000', '123228.356000', '123228.359000', '123228.362000', '123228.365000', '123228.368000', '123228.371000', '123228.374000', '123228.376000', '123228.379000', '123228.382000', '123228.385000', '123228.388000', '123228.391000', '123228.396000', '123228.399000', '123228.402000', '123228.404000', '123228.407000', '123228.410000', '123228.413000', '123228.416000', '123228.419000', '123228.421000', '123228.424000', '123228.427000', '123248.306000', '123248.309000', '123248.311000', '123248.314000', '123248.317000', '123248.320000', '123248.323000', '123248.326000', '123248.329000', '123248.332000', '123248.334000', '123248.337000', '123248.340000', '123248.343000', '123248.346000', '123248.349000', '123248.352000', '123248.354000', '123248.357000', '123248.360000', '123248.363000', '123248.366000', '123248.369000', '123248.371000', '123248.374000', '123248.377000', '123248.380000', '123248.383000', '123248.385000', '123248.388000', '123248.391000', '123248.394000', '123248.397000', '123248.400000', '123248.402000', '123248.405000', '123248.408000', '123248.411000', '123248.421000', '123248.424000', '123248.427000', '123248.430000', '123248.433000', '123248.435000', '123308.306000', '123308.309000', '123308.312000', '123308.315000', '123308.317000', '123308.320000', '123308.323000', '123308.326000', '123308.329000', '123308.332000', '123308.335000', '123308.337000', '123308.340000', '123308.343000', '123308.347000', '123308.350000', '123308.353000', '123308.356000', '123308.359000', '123308.362000', '123308.365000', '123308.367000', '123308.377000', '123308.380000', '123308.383000', '123308.386000', '123308.389000', '123308.392000', '123308.394000', '123308.397000', '123308.400000', '123308.403000', '123308.406000', '123308.408000', '123308.411000', '123308.414000', '123308.417000', '123308.421000', '123308.424000', '123308.427000', '123308.429000', '123308.432000', '123308.435000', '123328.305000', '123328.308000', '123328.310000', '123328.313000', '123328.316000', '123328.319000', '123328.322000', '123328.325000', '123328.328000', '123328.330000', '123328.333000', '123328.336000', '123328.339000', '123328.342000', '123328.345000', '123328.348000', '123328.350000', '123328.353000', '123328.356000', '123328.359000', '123328.362000', '123328.365000', '123328.367000', '123328.370000', '123328.373000', '123328.376000', '123328.379000', '123328.382000', '123328.384000', '123328.387000', '123328.390000', '123328.393000', '123328.396000', '123328.398000', '123328.401000', '123328.404000', '123328.407000', '123328.410000', '123328.412000', '123328.415000', '123328.418000', '123328.421000', '123328.424000', '123328.427000', '123348.305000', '123348.308000', '123348.311000', '123348.314000', '123348.317000', '123348.320000', '123348.323000', '123348.325000', '123348.328000', '123348.331000', '123348.334000', '123348.337000', '123348.339000', '123348.342000', '123348.345000', '123348.348000', '123348.351000', '123348.354000', '123348.357000', '123348.359000', '123348.362000', '123348.365000', '123348.368000', '123348.371000', '123348.374000', '123348.377000', '123348.379000', '123348.382000', '123348.385000', '123348.388000', '123348.391000', '123348.394000', '123348.396000', '123348.399000', '123348.402000', '123348.405000', '123348.408000', '123348.411000', '123348.414000', '123348.416000', '123348.419000', '123348.424000', '123348.427000', '123408.305000', '123408.308000', '123408.311000', '123408.313000', '123408.316000', '123408.319000', '123408.322000', '123408.325000', '123408.328000', '123408.331000', '123408.333000', '123408.336000', '123408.339000', '123408.342000', '123408.345000', '123408.348000', '123408.350000', '123408.353000', '123408.356000', '123408.359000', '123408.362000', '123408.365000', '123408.368000', '123408.370000', '123408.373000', '123408.376000', '123408.379000', '123408.382000', '123408.384000', '123408.387000', '123408.390000', '123408.393000', '123408.396000', '123408.398000', '123408.401000', '123408.404000', '123408.407000', '123408.410000', '123408.412000', '123408.415000', '123408.418000', '123408.421000', '123408.424000', '123408.426000', '123428.305000', '123428.308000', '123428.311000', '123428.313000', '123428.316000', '123428.319000', '123428.322000', '123428.325000', '123428.328000', '123428.330000', '123428.333000', '123428.336000', '123428.339000', '123428.342000', '123428.345000', '123428.348000', '123428.351000', '123428.353000', '123428.356000', '123428.359000', '123428.362000', '123428.365000', '123428.367000', '123428.370000', '123428.373000', '123428.376000', '123428.379000', '123428.382000', '123428.386000', '123428.389000', '123428.392000', '123428.395000', '123428.398000', '123428.401000', '123428.405000', '123428.408000', '123428.411000', '123428.413000', '123428.416000', '123428.419000', '123428.422000', '123428.425000', '123428.428000', '123448.305000', '123448.308000', '123448.311000', '123448.314000', '123448.316000', '123448.320000', '123448.323000', '123448.325000', '123448.328000', '123448.331000', '123448.334000', '123448.337000', '123448.340000', '123448.343000', '123448.345000', '123448.348000', '123448.352000', '123448.355000', '123448.358000', '123448.361000', '123448.363000', '123448.366000', '123448.369000', '123448.372000', '123448.375000', '123448.378000', '123448.380000', '123448.383000', '123448.386000', '123448.389000', '123448.392000', '123448.394000', '123448.397000', '123448.400000', '123448.403000', '123448.406000', '123448.409000', '123448.411000', '123448.414000', '123448.417000', '123448.420000', '123448.423000', '123448.425000', '123448.428000', '123508.306000', '123508.309000', '123508.312000', '123508.315000', '123508.317000', '123508.320000', '123508.323000', '123508.326000', '123508.329000', '123508.332000', '123508.334000', '123508.337000', '123508.340000', '123508.343000', '123508.346000', '123508.349000', '123508.352000', '123508.355000', '123508.357000', '123508.360000', '123508.363000', '123508.366000', '123508.369000', '123508.372000', '123508.375000', '123508.377000', '123508.380000', '123508.383000', '123508.386000', '123508.389000', '123508.391000', '123508.394000', '123508.397000', '123508.400000', '123508.403000', '123508.406000', '123508.409000', '123508.411000', '123508.414000', '123508.417000', '123508.420000', '123508.423000', '123508.426000', '123528.306000', '123528.309000', '123528.312000', '123528.314000', '123528.324000', '123528.327000', '123528.330000', '123528.333000', '123528.336000', '123528.338000', '123528.341000', '123528.344000', '123528.347000', '123528.350000', '123528.353000', '123528.355000', '123528.358000', '123528.361000', '123528.364000', '123528.367000', '123528.370000', '123528.373000', '123528.375000', '123528.378000', '123528.381000', '123528.384000', '123528.387000', '123528.389000', '123528.392000', '123528.395000', '123528.398000', '123528.401000', '123528.404000', '123528.406000', '123528.409000', '123528.412000', '123528.415000', '123528.418000', '123528.420000', '123528.423000', '123528.426000', '123528.429000', '123528.432000', '123528.435000', '123548.305000', '123548.315000', '123548.318000', '123548.321000', '123548.324000', '123548.326000', '123548.329000', '123548.332000', '123548.335000', '123548.338000', '123548.341000', '123548.344000', '123548.347000', '123548.349000', '123548.352000', '123548.355000', '123548.358000', '123548.361000', '123548.364000', '123548.366000', '123548.369000', '123548.372000', '123548.375000', '123548.378000', '123548.380000', '123548.383000', '123548.386000', '123548.389000', '123548.392000', '123548.395000', '123548.397000', '123548.400000', '123548.403000', '123548.406000', '123548.409000', '123548.411000', '123548.414000', '123548.417000', '123548.420000', '123548.424000', '123548.427000', '123548.430000', '123548.433000', '123608.305000', '123608.308000', '123608.311000', '123608.314000', '123608.316000', '123608.319000', '123608.322000', '123608.325000', '123608.328000', '123608.330000', '123608.333000', '123608.336000', '123608.339000', '123608.342000', '123608.345000', '123608.348000', '123608.350000', '123608.353000', '123608.356000', '123608.359000', '123608.362000', '123608.364000', '123608.367000', '123608.370000', '123608.373000', '123608.376000', '123608.378000', '123608.381000', '123608.384000', '123608.387000', '123608.390000', '123608.393000', '123608.396000', '123608.399000', '123608.401000', '123608.404000', '123608.407000', '123608.410000', '123608.413000', '123608.416000', '123608.418000', '123608.421000', '123608.424000', '123608.427000', '123628.305000', '123628.308000', '123628.311000', '123628.314000', '123628.316000', '123628.319000', '123628.322000', '123628.325000', '123628.328000', '123628.331000', '123628.333000', '123628.336000', '123628.339000', '123628.342000', '123628.345000', '123628.348000', '123628.350000', '123628.354000', '123628.356000', '123628.359000', '123628.362000', '123628.365000', '123628.368000', '123628.370000', '123628.373000', '123628.376000', '123628.379000', '123628.382000', '123628.384000', '123628.387000', '123628.390000', '123628.393000', '123628.396000', '123628.399000', '123628.401000', '123628.404000', '123628.407000', '123628.410000', '123628.413000', '123628.415000', '123628.418000', '123628.421000', '123628.424000', '123648.305000', '123648.308000', '123648.311000', '123648.314000', '123648.316000', '123648.319000', '123648.322000', '123648.325000', '123648.328000', '123648.330000', '123648.333000', '123648.336000', '123648.339000', '123648.342000', '123648.350000', '123648.353000', '123648.355000', '123648.358000', '123648.361000', '123648.364000', '123648.367000', '123648.369000', '123648.372000', '123648.375000', '123648.378000', '123648.381000', '123648.384000', '123648.386000', '123648.389000', '123648.392000', '123648.395000', '123648.398000', '123648.401000', '123648.403000', '123648.406000', '123648.409000', '123648.412000', '123648.415000', '123648.418000', '123648.420000', '123648.423000', '123648.426000', '123648.429000', '123648.432000', '123708.305000', '123708.308000', '123708.311000', '123708.314000', '123708.317000', '123708.320000', '123708.323000', '123708.325000', '123708.328000', '123708.331000', '123708.334000', '123708.337000', '123708.340000', '123708.343000', '123708.345000', '123708.348000', '123708.351000', '123708.354000', '123708.357000', '123708.360000', '123708.363000', '123708.365000', '123708.368000', '123708.371000', '123708.374000', '123708.377000', '123708.380000', '123708.382000', '123708.385000', '123708.388000', '123708.391000', '123708.394000', '123708.397000', '123708.400000', '123708.402000', '123708.405000', '123708.408000', '123708.411000', '123708.414000', '123708.417000', '123708.420000', '123708.422000', '123708.425000', '123728.306000', '123728.310000', '123728.312000', '123728.315000', '123728.318000', '123728.321000', '123728.324000', '123728.327000', '123728.329000', '123728.332000', '123728.335000', '123728.338000', '123728.341000', '123728.344000', '123728.347000', '123728.350000', '123728.352000', '123728.355000', '123728.358000', '123728.361000', '123728.364000', '123728.367000', '123728.369000', '123728.372000', '123728.375000', '123728.378000', '123728.381000', '123728.384000', '123728.387000', '123728.390000', '123728.392000', '123728.395000', '123728.398000', '123728.401000', '123728.404000', '123728.406000', '123728.409000', '123728.412000', '123728.415000', '123728.418000', '123728.420000', '123728.423000', '123728.426000', '123748.306000', '123748.309000', '123748.312000', '123748.315000', '123748.317000', '123748.320000', '123748.323000', '123748.326000', '123748.329000', '123748.331000', '123748.334000', '123748.337000', '123748.340000', '123748.343000', '123748.346000', '123748.348000', '123748.351000', '123748.354000', '123748.357000', '123748.360000', '123748.363000', '123748.366000', '123748.368000', '123748.371000', '123748.374000', '123748.377000', '123748.380000', '123748.383000', '123748.386000', '123748.388000', '123748.391000', '123748.394000', '123748.397000', '123748.400000', '123748.403000', '123748.405000', '123748.408000', '123748.411000', '123748.414000', '123748.417000', '123748.420000', '123748.423000', '123748.425000', '123748.428000', '123808.305000', '123808.308000', '123808.311000', '123808.314000', '123808.317000', '123808.320000', '123808.323000', '123808.325000', '123808.328000', '123808.331000', '123808.334000', '123808.337000', '123808.340000', '123808.343000', '123808.346000', '123808.348000', '123808.351000', '123808.354000', '123808.357000', '123808.360000', '123808.363000', '123808.365000', '123808.368000', '123808.371000', '123808.374000', '123808.377000', '123808.380000', '123808.382000', '123808.386000', '123808.388000', '123808.391000', '123808.394000', '123808.397000', '123808.400000', '123808.402000', '123808.405000', '123808.408000', '123808.411000', '123808.414000', '123808.417000', '123808.420000', '123808.422000', '123808.425000', '123828.305000', '123828.308000', '123828.311000', '123828.314000', '123828.316000', '123828.319000', '123828.322000', '123828.325000', '123828.328000', '123828.331000', '123828.333000', '123828.336000', '123828.339000', '123828.342000', '123828.345000', '123828.348000', '123828.351000', '123828.354000', '123828.356000', '123828.359000', '123828.362000', '123828.365000', '123828.368000', '123828.371000', '123828.374000', '123828.376000', '123828.379000', '123828.382000', '123828.385000', '123828.388000', '123828.390000', '123828.393000', '123828.396000', '123828.399000', '123828.402000', '123828.404000', '123828.407000', '123828.410000', '123828.413000', '123828.416000', '123828.419000', '123828.421000', '123828.424000', '123828.427000', '123832.761000', '123832.766000', '123832.770000', '123832.773000', '123832.776000', '123832.779000', '123832.783000', '123832.786000', '123832.789000', '123832.793000'], 'InstanceCreationTime': ['122848.339000', '122848.342000', '122848.345000', '122848.348000', '122848.351000', '122848.353000', '122848.356000', '122848.359000', '122848.362000', '122848.365000', '122848.368000', '122848.370000', '122848.373000', '122848.376000', '122848.379000', '122848.382000', '122848.384000', '122848.387000', '122848.390000', '122848.393000', '122848.396000', '122848.398000', '122848.401000', '122848.404000', '122848.407000', '122848.410000', '122848.413000', '122848.415000', '122848.418000', '122848.421000', '122848.424000', '122848.427000', '122848.429000', '122848.437000', '122848.440000', '122848.443000', '122848.446000', '122848.448000', '122848.451000', '122848.454000', '122848.457000', '122848.460000', '122848.463000', '122848.465000', '122848.468000', '122848.471000', '122848.474000', '122848.476000', '122848.479000', '122848.482000', '122848.485000', '122908.305000', '122908.308000', '122908.311000', '122908.313000', '122908.316000', '122908.319000', '122908.322000', '122908.325000', '122908.327000', '122908.330000', '122908.333000', '122908.336000', '122908.339000', '122908.341000', '122908.344000', '122908.347000', '122908.350000', '122908.353000', '122908.356000', '122908.358000', '122908.367000', '122908.370000', '122908.373000', '122908.376000', '122908.379000', '122908.381000', '122908.384000', '122908.387000', '122908.390000', '122908.392000', '122908.395000', '122908.398000', '122908.401000', '122908.404000', '122908.406000', '122908.409000', '122908.412000', '122908.415000', '122908.418000', '122908.420000', '122908.423000', '122908.426000', '122908.429000', '122908.432000', '122928.305000', '122928.308000', '122928.310000', '122928.313000', '122928.316000', '122928.319000', '122928.322000', '122928.325000', '122928.327000', '122928.330000', '122928.333000', '122928.336000', '122928.339000', '122928.341000', '122928.344000', '122928.347000', '122928.350000', '122928.353000', '122928.355000', '122928.358000', '122928.361000', '122928.364000', '122928.367000', '122928.369000', '122928.372000', '122928.375000', '122928.378000', '122928.381000', '122928.384000', '122928.386000', '122928.389000', '122928.392000', '122928.395000', '122928.398000', '122928.400000', '122928.403000', '122928.406000', '122928.414000', '122928.417000', '122928.419000', '122928.422000', '122928.425000', '122928.428000', '122948.305000', '122948.308000', '122948.310000', '122948.314000', '122948.319000', '122948.321000', '122948.325000', '122948.327000', '122948.330000', '122948.333000', '122948.336000', '122948.339000', '122948.341000', '122948.344000', '122948.347000', '122948.350000', '122948.353000', '122948.378000', '122948.381000', '122948.384000', '122948.387000', '122948.390000', '122948.392000', '122948.395000', '122948.398000', '122948.401000', '122948.404000', '122948.406000', '122948.409000', '122948.412000', '122948.415000', '122948.418000', '122948.421000', '122948.424000', '122948.426000', '122948.429000', '122948.432000', '122948.435000', '122948.438000', '122948.446000', '122948.449000', '122948.452000', '122948.455000', '123008.305000', '123008.308000', '123008.310000', '123008.313000', '123008.316000', '123008.319000', '123008.322000', '123008.325000', '123008.328000', '123008.330000', '123008.333000', '123008.336000', '123008.339000', '123008.342000', '123008.344000', '123008.347000', '123008.350000', '123008.353000', '123008.364000', '123008.366000', '123008.369000', '123008.372000', '123008.375000', '123008.378000', '123008.381000', '123008.383000', '123008.386000', '123008.389000', '123008.392000', '123008.395000', '123008.398000', '123008.400000', '123008.403000', '123008.406000', '123008.409000', '123008.412000', '123008.414000', '123008.417000', '123008.420000', '123008.423000', '123008.426000', '123008.428000', '123008.431000', '123008.434000', '123028.306000', '123028.309000', '123028.312000', '123028.314000', '123028.317000', '123028.320000', '123028.323000', '123028.326000', '123028.329000', '123028.331000', '123028.334000', '123028.338000', '123028.343000', '123028.346000', '123028.348000', '123028.351000', '123028.354000', '123028.357000', '123028.360000', '123028.363000', '123028.365000', '123028.368000', '123028.371000', '123028.374000', '123028.377000', '123028.379000', '123028.382000', '123028.385000', '123028.388000', '123028.391000', '123028.393000', '123028.396000', '123028.399000', '123028.402000', '123028.405000', '123028.407000', '123028.410000', '123028.413000', '123028.416000', '123028.418000', '123028.421000', '123028.424000', '123028.427000', '123048.306000', '123048.309000', '123048.311000', '123048.314000', '123048.317000', '123048.320000', '123048.323000', '123048.326000', '123048.329000', '123048.331000', '123048.334000', '123048.337000', '123048.340000', '123048.343000', '123048.345000', '123048.348000', '123048.351000', '123048.354000', '123048.357000', '123048.360000', '123048.362000', '123048.365000', '123048.368000', '123048.371000', '123048.374000', '123048.376000', '123048.379000', '123048.382000', '123048.385000', '123048.388000', '123048.390000', '123048.393000', '123048.396000', '123048.399000', '123048.402000', '123048.404000', '123048.407000', '123048.410000', '123048.413000', '123048.416000', '123048.418000', '123048.421000', '123048.424000', '123048.427000', '123108.305000', '123108.308000', '123108.311000', '123108.314000', '123108.316000', '123108.319000', '123108.322000', '123108.325000', '123108.328000', '123108.331000', '123108.334000', '123108.336000', '123108.339000', '123108.342000', '123108.345000', '123108.348000', '123108.351000', '123108.354000', '123108.358000', '123108.366000', '123108.369000', '123108.372000', '123108.375000', '123108.378000', '123108.380000', '123108.383000', '123108.386000', '123108.389000', '123108.392000', '123108.394000', '123108.397000', '123108.400000', '123108.403000', '123108.406000', '123108.408000', '123108.411000', '123108.414000', '123108.417000', '123108.420000', '123108.423000', '123108.425000', '123108.428000', '123108.431000', '123128.305000', '123128.308000', '123128.311000', '123128.314000', '123128.316000', '123128.319000', '123128.322000', '123128.325000', '123128.328000', '123128.330000', '123128.333000', '123128.336000', '123128.339000', '123128.355000', '123128.358000', '123128.360000', '123128.363000', '123128.366000', '123128.369000', '123128.372000', '123128.375000', '123128.377000', '123128.380000', '123128.383000', '123128.386000', '123128.389000', '123128.392000', '123128.395000', '123128.397000', '123128.400000', '123128.403000', '123128.406000', '123128.409000', '123128.411000', '123128.414000', '123128.417000', '123128.420000', '123128.423000', '123128.426000', '123128.429000', '123128.431000', '123128.434000', '123128.437000', '123128.440000', '123148.305000', '123148.309000', '123148.312000', '123148.315000', '123148.318000', '123148.321000', '123148.323000', '123148.326000', '123148.329000', '123148.332000', '123148.335000', '123148.338000', '123148.340000', '123148.343000', '123148.346000', '123148.349000', '123148.352000', '123148.355000', '123148.357000', '123148.360000', '123148.364000', '123148.367000', '123148.370000', '123148.375000', '123148.378000', '123148.381000', '123148.384000', '123148.386000', '123148.389000', '123148.392000', '123148.395000', '123148.398000', '123148.400000', '123148.403000', '123148.406000', '123148.409000', '123148.412000', '123148.415000', '123148.418000', '123148.420000', '123148.423000', '123148.426000', '123148.429000', '123208.305000', '123208.308000', '123208.311000', '123208.313000', '123208.316000', '123208.319000', '123208.322000', '123208.325000', '123208.328000', '123208.331000', '123208.334000', '123208.336000', '123208.339000', '123208.342000', '123208.345000', '123208.348000', '123208.350000', '123208.353000', '123208.356000', '123208.359000', '123208.362000', '123208.365000', '123208.368000', '123208.370000', '123208.373000', '123208.376000', '123208.379000', '123208.382000', '123208.385000', '123208.388000', '123208.390000', '123208.393000', '123208.396000', '123208.399000', '123208.402000', '123208.404000', '123208.407000', '123208.410000', '123208.413000', '123208.416000', '123208.418000', '123208.421000', '123208.424000', '123208.427000', '123228.305000', '123228.308000', '123228.311000', '123228.314000', '123228.316000', '123228.319000', '123228.322000', '123228.325000', '123228.328000', '123228.331000', '123228.334000', '123228.337000', '123228.339000', '123228.342000', '123228.345000', '123228.348000', '123228.351000', '123228.354000', '123228.356000', '123228.359000', '123228.362000', '123228.365000', '123228.368000', '123228.371000', '123228.374000', '123228.376000', '123228.379000', '123228.382000', '123228.385000', '123228.388000', '123228.391000', '123228.396000', '123228.399000', '123228.402000', '123228.404000', '123228.407000', '123228.410000', '123228.413000', '123228.416000', '123228.419000', '123228.421000', '123228.424000', '123228.427000', '123248.306000', '123248.309000', '123248.311000', '123248.314000', '123248.317000', '123248.320000', '123248.323000', '123248.326000', '123248.329000', '123248.332000', '123248.334000', '123248.337000', '123248.340000', '123248.343000', '123248.346000', '123248.349000', '123248.352000', '123248.354000', '123248.357000', '123248.360000', '123248.363000', '123248.366000', '123248.369000', '123248.371000', '123248.374000', '123248.377000', '123248.380000', '123248.383000', '123248.385000', '123248.388000', '123248.391000', '123248.394000', '123248.397000', '123248.400000', '123248.402000', '123248.405000', '123248.408000', '123248.411000', '123248.421000', '123248.424000', '123248.427000', '123248.430000', '123248.433000', '123248.435000', '123308.306000', '123308.309000', '123308.312000', '123308.315000', '123308.317000', '123308.320000', '123308.323000', '123308.326000', '123308.329000', '123308.332000', '123308.335000', '123308.337000', '123308.340000', '123308.343000', '123308.347000', '123308.350000', '123308.353000', '123308.356000', '123308.359000', '123308.362000', '123308.365000', '123308.367000', '123308.377000', '123308.380000', '123308.383000', '123308.386000', '123308.389000', '123308.392000', '123308.394000', '123308.397000', '123308.400000', '123308.403000', '123308.406000', '123308.408000', '123308.411000', '123308.414000', '123308.417000', '123308.421000', '123308.424000', '123308.427000', '123308.429000', '123308.432000', '123308.435000', '123328.305000', '123328.308000', '123328.310000', '123328.313000', '123328.316000', '123328.319000', '123328.322000', '123328.325000', '123328.328000', '123328.330000', '123328.333000', '123328.336000', '123328.339000', '123328.342000', '123328.345000', '123328.348000', '123328.350000', '123328.353000', '123328.356000', '123328.359000', '123328.362000', '123328.365000', '123328.367000', '123328.370000', '123328.373000', '123328.376000', '123328.379000', '123328.382000', '123328.384000', '123328.387000', '123328.390000', '123328.393000', '123328.396000', '123328.398000', '123328.401000', '123328.404000', '123328.407000', '123328.410000', '123328.412000', '123328.415000', '123328.418000', '123328.421000', '123328.424000', '123328.427000', '123348.305000', '123348.308000', '123348.311000', '123348.314000', '123348.317000', '123348.320000', '123348.323000', '123348.325000', '123348.328000', '123348.331000', '123348.334000', '123348.337000', '123348.339000', '123348.342000', '123348.345000', '123348.348000', '123348.351000', '123348.354000', '123348.357000', '123348.359000', '123348.362000', '123348.365000', '123348.368000', '123348.371000', '123348.374000', '123348.377000', '123348.379000', '123348.382000', '123348.385000', '123348.388000', '123348.391000', '123348.394000', '123348.396000', '123348.399000', '123348.402000', '123348.405000', '123348.408000', '123348.411000', '123348.414000', '123348.416000', '123348.419000', '123348.424000', '123348.427000', '123408.305000', '123408.308000', '123408.311000', '123408.313000', '123408.316000', '123408.319000', '123408.322000', '123408.325000', '123408.328000', '123408.331000', '123408.333000', '123408.336000', '123408.339000', '123408.342000', '123408.345000', '123408.348000', '123408.350000', '123408.353000', '123408.356000', '123408.359000', '123408.362000', '123408.365000', '123408.368000', '123408.370000', '123408.373000', '123408.376000', '123408.379000', '123408.382000', '123408.384000', '123408.387000', '123408.390000', '123408.393000', '123408.396000', '123408.398000', '123408.401000', '123408.404000', '123408.407000', '123408.410000', '123408.412000', '123408.415000', '123408.418000', '123408.421000', '123408.424000', '123408.426000', '123428.305000', '123428.308000', '123428.311000', '123428.313000', '123428.316000', '123428.319000', '123428.322000', '123428.325000', '123428.328000', '123428.330000', '123428.333000', '123428.336000', '123428.339000', '123428.342000', '123428.345000', '123428.348000', '123428.351000', '123428.353000', '123428.356000', '123428.359000', '123428.362000', '123428.365000', '123428.367000', '123428.370000', '123428.373000', '123428.376000', '123428.379000', '123428.382000', '123428.386000', '123428.389000', '123428.392000', '123428.395000', '123428.398000', '123428.401000', '123428.405000', '123428.408000', '123428.411000', '123428.413000', '123428.416000', '123428.419000', '123428.422000', '123428.425000', '123428.428000', '123448.305000', '123448.308000', '123448.311000', '123448.314000', '123448.316000', '123448.320000', '123448.323000', '123448.325000', '123448.328000', '123448.331000', '123448.334000', '123448.337000', '123448.340000', '123448.343000', '123448.345000', '123448.348000', '123448.352000', '123448.355000', '123448.358000', '123448.361000', '123448.363000', '123448.366000', '123448.369000', '123448.372000', '123448.375000', '123448.378000', '123448.380000', '123448.383000', '123448.386000', '123448.389000', '123448.392000', '123448.394000', '123448.397000', '123448.400000', '123448.403000', '123448.406000', '123448.409000', '123448.411000', '123448.414000', '123448.417000', '123448.420000', '123448.423000', '123448.425000', '123448.428000', '123508.306000', '123508.309000', '123508.312000', '123508.315000', '123508.317000', '123508.320000', '123508.323000', '123508.326000', '123508.329000', '123508.332000', '123508.334000', '123508.337000', '123508.340000', '123508.343000', '123508.346000', '123508.349000', '123508.352000', '123508.355000', '123508.357000', '123508.360000', '123508.363000', '123508.366000', '123508.369000', '123508.372000', '123508.375000', '123508.377000', '123508.380000', '123508.383000', '123508.386000', '123508.389000', '123508.391000', '123508.394000', '123508.397000', '123508.400000', '123508.403000', '123508.406000', '123508.409000', '123508.411000', '123508.414000', '123508.417000', '123508.420000', '123508.423000', '123508.426000', '123528.306000', '123528.309000', '123528.312000', '123528.314000', '123528.324000', '123528.327000', '123528.330000', '123528.333000', '123528.336000', '123528.338000', '123528.341000', '123528.344000', '123528.347000', '123528.350000', '123528.353000', '123528.355000', '123528.358000', '123528.361000', '123528.364000', '123528.367000', '123528.370000', '123528.373000', '123528.375000', '123528.378000', '123528.381000', '123528.384000', '123528.387000', '123528.389000', '123528.392000', '123528.395000', '123528.398000', '123528.401000', '123528.404000', '123528.406000', '123528.409000', '123528.412000', '123528.415000', '123528.418000', '123528.420000', '123528.423000', '123528.426000', '123528.429000', '123528.432000', '123528.435000', '123548.305000', '123548.315000', '123548.318000', '123548.321000', '123548.324000', '123548.326000', '123548.329000', '123548.332000', '123548.335000', '123548.338000', '123548.341000', '123548.344000', '123548.347000', '123548.349000', '123548.352000', '123548.355000', '123548.358000', '123548.361000', '123548.364000', '123548.366000', '123548.369000', '123548.372000', '123548.375000', '123548.378000', '123548.380000', '123548.383000', '123548.386000', '123548.389000', '123548.392000', '123548.395000', '123548.397000', '123548.400000', '123548.403000', '123548.406000', '123548.409000', '123548.411000', '123548.414000', '123548.417000', '123548.420000', '123548.424000', '123548.427000', '123548.430000', '123548.433000', '123608.305000', '123608.308000', '123608.311000', '123608.314000', '123608.316000', '123608.319000', '123608.322000', '123608.325000', '123608.328000', '123608.330000', '123608.333000', '123608.336000', '123608.339000', '123608.342000', '123608.345000', '123608.348000', '123608.350000', '123608.353000', '123608.356000', '123608.359000', '123608.362000', '123608.364000', '123608.367000', '123608.370000', '123608.373000', '123608.376000', '123608.378000', '123608.381000', '123608.384000', '123608.387000', '123608.390000', '123608.393000', '123608.396000', '123608.399000', '123608.401000', '123608.404000', '123608.407000', '123608.410000', '123608.413000', '123608.416000', '123608.418000', '123608.421000', '123608.424000', '123608.427000', '123628.305000', '123628.308000', '123628.311000', '123628.314000', '123628.316000', '123628.319000', '123628.322000', '123628.325000', '123628.328000', '123628.331000', '123628.333000', '123628.336000', '123628.339000', '123628.342000', '123628.345000', '123628.348000', '123628.350000', '123628.354000', '123628.356000', '123628.359000', '123628.362000', '123628.365000', '123628.368000', '123628.370000', '123628.373000', '123628.376000', '123628.379000', '123628.382000', '123628.384000', '123628.387000', '123628.390000', '123628.393000', '123628.396000', '123628.399000', '123628.401000', '123628.404000', '123628.407000', '123628.410000', '123628.413000', '123628.415000', '123628.418000', '123628.421000', '123628.424000', '123648.305000', '123648.308000', '123648.311000', '123648.314000', '123648.316000', '123648.319000', '123648.322000', '123648.325000', '123648.328000', '123648.330000', '123648.333000', '123648.336000', '123648.339000', '123648.342000', '123648.350000', '123648.353000', '123648.355000', '123648.358000', '123648.361000', '123648.364000', '123648.367000', '123648.369000', '123648.372000', '123648.375000', '123648.378000', '123648.381000', '123648.384000', '123648.386000', '123648.389000', '123648.392000', '123648.395000', '123648.398000', '123648.401000', '123648.403000', '123648.406000', '123648.409000', '123648.412000', '123648.415000', '123648.418000', '123648.420000', '123648.423000', '123648.426000', '123648.429000', '123648.432000', '123708.305000', '123708.308000', '123708.311000', '123708.314000', '123708.317000', '123708.320000', '123708.323000', '123708.325000', '123708.328000', '123708.331000', '123708.334000', '123708.337000', '123708.340000', '123708.343000', '123708.345000', '123708.348000', '123708.351000', '123708.354000', '123708.357000', '123708.360000', '123708.363000', '123708.365000', '123708.368000', '123708.371000', '123708.374000', '123708.377000', '123708.380000', '123708.382000', '123708.385000', '123708.388000', '123708.391000', '123708.394000', '123708.397000', '123708.400000', '123708.402000', '123708.405000', '123708.408000', '123708.411000', '123708.414000', '123708.417000', '123708.420000', '123708.422000', '123708.425000', '123728.306000', '123728.310000', '123728.312000', '123728.315000', '123728.318000', '123728.321000', '123728.324000', '123728.327000', '123728.329000', '123728.332000', '123728.335000', '123728.338000', '123728.341000', '123728.344000', '123728.347000', '123728.350000', '123728.352000', '123728.355000', '123728.358000', '123728.361000', '123728.364000', '123728.367000', '123728.369000', '123728.372000', '123728.375000', '123728.378000', '123728.381000', '123728.384000', '123728.387000', '123728.390000', '123728.392000', '123728.395000', '123728.398000', '123728.401000', '123728.404000', '123728.406000', '123728.409000', '123728.412000', '123728.415000', '123728.418000', '123728.420000', '123728.423000', '123728.426000', '123748.306000', '123748.309000', '123748.312000', '123748.315000', '123748.317000', '123748.320000', '123748.323000', '123748.326000', '123748.329000', '123748.331000', '123748.334000', '123748.337000', '123748.340000', '123748.343000', '123748.346000', '123748.348000', '123748.351000', '123748.354000', '123748.357000', '123748.360000', '123748.363000', '123748.366000', '123748.368000', '123748.371000', '123748.374000', '123748.377000', '123748.380000', '123748.383000', '123748.386000', '123748.388000', '123748.391000', '123748.394000', '123748.397000', '123748.400000', '123748.403000', '123748.405000', '123748.408000', '123748.411000', '123748.414000', '123748.417000', '123748.420000', '123748.423000', '123748.425000', '123748.428000', '123808.305000', '123808.308000', '123808.311000', '123808.314000', '123808.317000', '123808.320000', '123808.323000', '123808.325000', '123808.328000', '123808.331000', '123808.334000', '123808.337000', '123808.340000', '123808.343000', '123808.346000', '123808.348000', '123808.351000', '123808.354000', '123808.357000', '123808.360000', '123808.363000', '123808.365000', '123808.368000', '123808.371000', '123808.374000', '123808.377000', '123808.380000', '123808.382000', '123808.386000', '123808.388000', '123808.391000', '123808.394000', '123808.397000', '123808.400000', '123808.402000', '123808.405000', '123808.408000', '123808.411000', '123808.414000', '123808.417000', '123808.420000', '123808.422000', '123808.425000', '123828.305000', '123828.308000', '123828.311000', '123828.314000', '123828.316000', '123828.319000', '123828.322000', '123828.325000', '123828.328000', '123828.331000', '123828.333000', '123828.336000', '123828.339000', '123828.342000', '123828.345000', '123828.348000', '123828.351000', '123828.354000', '123828.356000', '123828.359000', '123828.362000', '123828.365000', '123828.368000', '123828.371000', '123828.374000', '123828.376000', '123828.379000', '123828.382000', '123828.385000', '123828.388000', '123828.390000', '123828.393000', '123828.396000', '123828.399000', '123828.402000', '123828.404000', '123828.407000', '123828.410000', '123828.413000', '123828.416000', '123828.419000', '123828.421000', '123828.424000', '123828.427000', '123832.761000', '123832.766000', '123832.770000', '123832.773000', '123832.776000', '123832.779000', '123832.783000', '123832.786000', '123832.789000', '123832.793000'], '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': [11001, 18966, 11973, 16875, 15206, 14315, 18435, 14543, 16970, 12929, 14767, 11601, 14487, 12600, 9725, 14070, 10611, 15628, 12440, 14149, 16475, 13562, 16225, 11520, 15728, 11818, 15519, 13685, 14615, 17543, 15188, 18341, 14716, 17987, 13589, 17395, 12928, 17526, 12675, 17010, 13069, 17343, 13121, 18835, 15153, 12556, 16259, 13004, 18491, 14767, 18565, 15109, 17845, 12608, 16172, 14981, 15383, 16890, 14100, 19356, 14837, 17509, 12714, 16642, 12661, 15856, 11406, 14714, 16241, 14110, 17444, 14407, 15590, 12924, 14512, 13694, 16281, 14388, 16154, 14838, 14080, 13803, 16034, 13451, 17721, 13245, 16326, 12725, 15576, 20167, 14980, 17597, 14066, 17271, 13876, 16704, 12487, 16414, 12366, 15904, 15490, 14093, 18019, 14496, 17288, 14475, 16916, 12806, 16431, 12507, 15539, 13254, 15145, 15742, 14303, 17744, 14452, 17952, 14527, 16388, 13687, 15866, 13831, 18007, 14224, 17003, 13436, 16720, 11966, 15736, 12046, 15465, 12210, 15649, 14743, 14805, 12472, 15276, 12648, 14877, 14489, 15006, 12963, 15205, 14099, 14777, 17010, 14566, 14478, 14518, 14420, 14611, 13770, 15974, 12064, 15914, 12621, 16182, 12216, 16388, 13222, 16456, 12361, 16185, 15745, 15519, 19603, 15282, 18964, 15163, 18571, 13953, 17912, 14526, 17319, 14586, 18011, 13158, 17719, 13737, 16947, 14090, 16849, 13626, 16460, 13879, 16379, 14053, 16567, 13624, 16492, 13878, 16582, 13545, 16355, 13940, 16587, 13113, 16401, 12125, 16590, 12585, 15334, 12592, 15001, 12255, 15431, 15547, 14983, 16395, 14430, 18495, 13898, 17810, 14517, 17122, 14711, 17030, 15254, 17720, 13316, 18102, 14158, 18300, 14141, 16458, 13870, 16092, 12407, 15778, 12474, 15264, 13091, 14018, 18008, 13997, 16032, 14619, 16469, 13650, 16086, 13248, 15653, 12708, 16455, 13643, 16288, 13101, 16122, 13085, 16620, 12630, 17154, 12937, 15924, 12530, 15701, 19688, 14969, 18049, 14962, 17349, 13214, 16197, 12586, 15709, 17838, 14687, 17332, 13970, 16434, 12671, 15823, 12280, 15131, 11465, 14049, 13670, 13614, 17662, 13207, 15671, 13186, 15348, 12400, 14804, 12699, 13551, 10037, 14691, 13988, 10029, 15199, 14001, 11970, 16047, 12284, 17856, 13116, 17404, 13366, 16391, 20796, 15760, 17673, 13369, 17264, 12360, 15088, 20237, 14725, 17026, 14278, 16147, 11815, 16151, 12086, 14720, 14482, 13960, 18175, 13480, 17570, 13161, 16619, 12837, 12241, 12838, 11850, 13782, 14293, 13464, 19049, 14475, 18466, 13052, 17152, 13415, 15963, 12798, 16377, 12627, 14164, 18408, 13625, 16620, 12849, 15776, 12695, 15193, 11960, 15196, 11513, 14557, 10698, 13428, 17119, 13520, 15262, 12130, 15495, 12538, 15310, 12295, 14979, 12032, 14596, 16371, 13520, 18801, 14442, 16631, 13253, 15898, 12665, 15297, 15811, 13727, 18496, 14068, 16816, 13955, 15814, 12890, 16152, 12664, 15218, 12607, 14867, 11660, 15004, 17887, 13688, 17091, 14325, 16534, 12978, 16028, 13335, 15833, 12780, 15470, 12949, 14723, 11939, 14297, 20106, 13965, 16736, 13845, 16181, 12691, 16208, 12192, 14401, 16177, 14008, 18736, 13484, 16289, 13306, 15472, 12683, 14071, 16168, 13355, 16132, 13275, 15731, 12425, 15133, 12335, 14180, 14066, 12435, 16734, 14792, 15684, 14179, 15261, 12460, 15197, 12237, 14995, 12077, 13619, 15641, 12727, 16494, 12811, 15364, 12094, 15561, 12622, 14334, 12247, 14278, 18479, 13465, 16446, 13189, 16123, 12811, 16005, 12008, 14957, 19464, 13945, 17104, 14312, 16228, 12338, 16182, 13019, 15244, 12798, 14755, 13515, 13614, 19189, 13799, 16147, 14035, 16176, 13380, 15913, 13014, 15775, 12905, 15215, 13785, 13688, 18795, 13120, 16564, 12933, 16122, 12662, 14512, 13871, 13283, 17228, 13453, 15492, 13014, 15401, 12362, 15459, 11763, 13937, 18266, 13663, 15461, 12602, 15399, 12192, 14373, 11648, 13344, 15361, 12836, 16956, 12069, 15573, 12527, 15071, 12420, 15800, 11778, 15530, 12163, 15249, 12610, 14460, 17530, 13591, 18659, 13933, 17054, 13736, 16543, 13303, 16929, 12595, 15567, 17464, 13689, 17921, 14627, 16391, 12706, 16101, 12764, 15699, 12570, 16068, 12508, 16295, 12031, 15928, 12510, 15403, 12745, 15637, 12745, 15903, 12337, 16448, 14195, 17169, 13379, 16360, 13052, 15623, 16503, 14344, 19412, 15178, 17509, 15137, 16539, 13058, 16040, 13209, 15128, 12562, 14744, 14489, 13261, 17677, 13980, 16165, 13966, 15397, 12288, 15619, 11627, 13839, 11685, 16793, 14215, 16988, 12561, 10903, 13809, 12859, 16034, 12236, 15605, 13895, 18292, 14722, 17189, 13171, 16291, 12036, 15350, 16558, 14430, 18457, 15143, 17126, 14384, 15940, 11701, 14598, 11318, 13426, 14452, 13004, 15503, 12613, 13876, 11785, 13500, 16858, 13115, 15683, 12374, 14979, 11755, 14374, 17122, 14163, 16645, 13323, 16178, 12790, 15127, 12186, 15204, 11397, 14506, 15558, 13847, 17329, 14412, 16485, 12537, 15244, 12122, 14576, 15257, 13899, 17379, 13473, 16371, 12429, 15055, 12686, 15358, 12301, 14878, 12905, 14088, 18506, 13742, 16464, 13027, 15592, 12875, 15207, 11281, 14764, 11814, 14374, 11709, 14368, 12647, 13494, 17229, 14085, 16416, 13147, 15440, 12852, 14787, 14974, 14683, 19368, 13806, 17129, 14091, 16530, 13000, 15751, 12543, 14915, 11899, 14087, 17762, 13861, 17259, 13705, 16032, 13035, 15447, 12010, 15593, 12252, 14513, 12094, 13766, 15407, 13325, 17655, 13212, 16191, 13206, 16082, 12650, 15130, 12589, 14811, 12079, 14191, 19306, 13416, 16630, 14762, 17075, 13939, 15513, 11966, 15154, 12400, 14624, 12031, 14062, 14385, 12714, 18174, 12512, 15771, 13528, 15686, 13161, 15418, 12030, 14948, 12137, 15337, 12560, 15106, 12317, 14700, 16963, 14133, 17669, 14755, 16986, 13367, 15895, 11776, 14942, 12635, 15225, 13770, 14915, 16004, 13628, 18519, 14345, 14956, 13131, 12349, 16120, 13957, 16125, 14105, 13130, 15135, 12192, 14939, 12335, 14331, 18009, 14635, 16244, 12240, 15935, 12402, 14475, 18640, 13953, 15658, 13035, 15877, 13047, 15783, 12112, 14515, 13038, 11891, 13198, 10264, 14121, 12141, 14791, 15606, 14620, 18325, 13238, 16830, 12904, 13216, 16091, 13747, 18738, 15732, 14221, 20115, 14884, 14800, 14282, 12453, 10410, 16864, 14550, 19372, 15238, 19133, 14794, 19604, 15813, 15833, 16638, 15611, 18151, 15100, 14470, 15707, 19398, 15574, 19196, 14670, 17794, 11898, 16662, 11589, 15726, 11590, 14841, 12238, 14099, 13826, 13174, 13673, 12941, 10239, 13543, 11173, 13953, 11063, 14542, 11694, 13871, 11722, 14361, 12667, 14290, 12402, 15136, 11762, 15508, 11664, 15196, 11879, 16707, 11715, 15072, 14435, 11060, 14040, 11581, 12490, 13089, 10763, 15865, 11629, 16215, 12850, 11818, 13842, 12892, 12131, 10731, 8882, 12049, 10680, 11103, 13695, 13455, 12548, 16360, 13969, 11606, 19918, 18738, 14117, 16809, 16059, 16412, 16883, 13896, 18919, 13135, 18466, 17207, 17173, 10682, 11394, 9033, 14131, 12746, 18117, 12888, 12255, 13087, 9290, 14393, 9069, 14066, 9362, 13197, 9275, 14508, 12121, 13735, 11919, 8271, 12153, 8236, 12450, 13362, 11159, 13303, 10938, 12803, 9582, 11935, 8476, 12558, 8921, 11704, 9275, 12812, 10523, 12896, 10365, 10787, 12024, 8724, 13254, 10458, 13792, 9299, 12181, 15463, 11452, 14514, 9048, 13203, 10189, 14485, 12637, 13857, 11901, 11970, 15654, 10801, 14353, 11067, 13623, 11238, 13522, 9914, 14101, 9400, 13954, 8460, 13343, 8731, 13262, 8726, 13987, 9029, 14436, 8603, 14154, 9131, 13599, 9374, 13573, 9145, 13289, 12511, 13421, 15236, 12497, 14982, 11537, 14464, 11398, 14260, 10644, 14018, 8795, 14249, 8617, 13430, 8794, 12951, 8993, 12872, 10979, 13464, 9073, 12295, 10544, 12054, 12319, 13145, 11501, 12890, 8819, 12474, 8618, 12747, 9012, 13117, 8983, 13539, 8815, 13708, 9277, 13543, 8853, 13547, 10716, 13644, 11483, 12737, 12416, 12667, 11988, 13324, 11033, 14213, 9061, 13559, 8780, 13560, 9126, 14304, 9490, 13908, 9260, 13310, 8969, 13684, 9536, 15078, 10023, 14140, 8944, 14162, 8960, 14084, 9552, 14325, 9549, 14124, 9652, 14011, 9941, 14039, 10961, 14784, 11384, 14604, 10822, 14223, 10842, 14312, 11242, 14730, 11541, 14776, 10828, 14112, 10545, 14334, 11353, 14832, 10244, 14279, 9067, 14056, 9423, 14178, 9644, 13778, 10149, 13054, 11043, 13445, 10226, 13694, 9515, 12782, 12473, 12223, 15512, 11478, 14553, 11079, 14041, 8892, 13779, 9541, 13658, 11219, 14175, 16457, 12499, 15009, 10392, 14329, 8946, 13802, 9463, 13455, 9036, 13174, 13596, 12316, 15898, 12408, 14509, 10961, 14605, 9627, 15005, 9322, 16077, 12558, 16120, 12439, 15781, 12751, 16359, 12740, 16204, 12086, 16147, 12637, 15719, 12268, 15077, 10249, 15213, 10363, 14275, 12098, 13718, 13324, 12703, 15566, 11654, 15746, 11457, 15177, 10239, 14694, 10386, 14881, 10138, 15305, 9235, 14473, 9513, 13472, 12405, 19582, 13601, 13800, 12574, 10993, 9990, 8296, 13901, 9908, 11211, 11734, 14354, 16096, 14265, 10334, 16238, 11305, 16055, 18452, 13807, 16346, 11910, 15408, 10054, 14453, 10820, 14756, 12683, 12451, 16083, 11362, 15908, 11779, 14681, 11641, 14453, 11076, 14803, 11278, 11667, 12231, 9973, 14275, 9972, 14513, 10535, 14154, 17713, 13580, 16014, 12743, 14739, 10691, 14870, 10129, 14531, 9663, 13631, 9777, 14615, 10963, 14478, 12020, 13593, 12374, 12021, 13510, 9943, 14061, 9668, 13876, 12813, 14065, 16961, 13019, 15714, 12962, 15228, 11511, 14882, 9435, 15325, 9226, 13680, 9839, 13644, 14649, 11868, 15720, 11454, 13065, 14538, 15272, 18208, 11832, 16887, 11717, 17400, 13529, 18229, 14469, 19198, 14120, 18319, 10412, 13158, 8020, 17742, 14271, 10799, 12445, 11427, 16657, 13724, 12468, 16023, 13866, 16019], 'WindowCenter': [4910.0, 4964.0, 4881.0, 4917.0, 4897.0, 4884.0, 4915.0, 4897.0, 4905.0, 4865.0, 4873.0, 4829.0, 4860.0, 4853.0, 4834.0, 4886.0, 4860.0, 4910.0, 4880.0, 4900.0, 4907.0, 4902.0, 4909.0, 4883.0, 4911.0, 4881.0, 4910.0, 4888.0, 4897.0, 4908.0, 4892.0, 4907.0, 4886.0, 4891.0, 4863.0, 4882.0, 4853.0, 4905.0, 4864.0, 4902.0, 4875.0, 4917.0, 4860.0, 4913.0, 4895.0, 4877.0, 4906.0, 4890.0, 4927.0, 4911.0, 4924.0, 4907.0, 4920.0, 4869.0, 4906.0, 4887.0, 4895.0, 4905.0, 4887.0, 4915.0, 4895.0, 4917.0, 4874.0, 4907.0, 4878.0, 4908.0, 4869.0, 4906.0, 4918.0, 4899.0, 4929.0, 4912.0, 4921.0, 4904.0, 4911.0, 4913.0, 4944.0, 4936.0, 4935.0, 4924.0, 4926.0, 4928.0, 4946.0, 4927.0, 4942.0, 4903.0, 4922.0, 4893.0, 4922.0, 4942.0, 4911.0, 4930.0, 4899.0, 4919.0, 4889.0, 4908.0, 4872.0, 4908.0, 4878.0, 4921.0, 4907.0, 4901.0, 4929.0, 4909.0, 4929.0, 4911.0, 4925.0, 4891.0, 4920.0, 4890.0, 4911.0, 4890.0, 4913.0, 4921.0, 4909.0, 4928.0, 4912.0, 4941.0, 4913.0, 4920.0, 4913.0, 4921.0, 4903.0, 4931.0, 4913.0, 4931.0, 4903.0, 4922.0, 4883.0, 4911.0, 4882.0, 4911.0, 4881.0, 4912.0, 4911.0, 4911.0, 4887.0, 4923.0, 4893.0, 4914.0, 4912.0, 4913.0, 4901.0, 4919.0, 4901.0, 4924.0, 4932.0, 4915.0, 4914.0, 4915.0, 4914.0, 4924.0, 4916.0, 4934.0, 4906.0, 4935.0, 4905.0, 4935.0, 4895.0, 4933.0, 4904.0, 4921.0, 4890.0, 4923.0, 4909.0, 4911.0, 4931.0, 4913.0, 4929.0, 4901.0, 4919.0, 4890.0, 4918.0, 4901.0, 4909.0, 4900.0, 4919.0, 4891.0, 4918.0, 4899.0, 4919.0, 4901.0, 4920.0, 4902.0, 4911.0, 4902.0, 4920.0, 4902.0, 4921.0, 4903.0, 4921.0, 4903.0, 4922.0, 4903.0, 4923.0, 4914.0, 4933.0, 4903.0, 4922.0, 4905.0, 4923.0, 4893.0, 4912.0, 4892.0, 4912.0, 4881.0, 4912.0, 4908.0, 4902.0, 4907.0, 4898.0, 4919.0, 4890.0, 4918.0, 4903.0, 4917.0, 4889.0, 4910.0, 4908.0, 4919.0, 4891.0, 4929.0, 4902.0, 4930.0, 4900.0, 4910.0, 4891.0, 4911.0, 4875.0, 4911.0, 4881.0, 4900.0, 4880.0, 4891.0, 4919.0, 4901.0, 4910.0, 4900.0, 4911.0, 4891.0, 4913.0, 4891.0, 4910.0, 4897.0, 4921.0, 4903.0, 4922.0, 4903.0, 4922.0, 4904.0, 4919.0, 4893.0, 4933.0, 4893.0, 4910.0, 4881.0, 4909.0, 4930.0, 4900.0, 4914.0, 4899.0, 4908.0, 4878.0, 4898.0, 4868.0, 4894.0, 4905.0, 4874.0, 4894.0, 4876.0, 4897.0, 4867.0, 4886.0, 4857.0, 4885.0, 4858.0, 4889.0, 4888.0, 4886.0, 4906.0, 4880.0, 4899.0, 4891.0, 4911.0, 4867.0, 4863.0, 4865.0, 4860.0, 4813.0, 4850.0, 4853.0, 4826.0, 4926.0, 4980.0, 4946.0, 4964.0, 4920.0, 4962.0, 4926.0, 4954.0, 4909.0, 4929.0, 4945.0, 4902.0, 4900.0, 4865.0, 4888.0, 4842.0, 4862.0, 4901.0, 4859.0, 4871.0, 4848.0, 4860.0, 4831.0, 4861.0, 4831.0, 4862.0, 4848.0, 4865.0, 4896.0, 4853.0, 4892.0, 4879.0, 4909.0, 4881.0, 4870.0, 4881.0, 4859.0, 4878.0, 4889.0, 4881.0, 4918.0, 4890.0, 4910.0, 4881.0, 4909.0, 4881.0, 4889.0, 4866.0, 4897.0, 4855.0, 4868.0, 4903.0, 4880.0, 4887.0, 4869.0, 4887.0, 4869.0, 4888.0, 4860.0, 4890.0, 4872.0, 4903.0, 4863.0, 4895.0, 4923.0, 4895.0, 4903.0, 4885.0, 4913.0, 4895.0, 4914.0, 4895.0, 4917.0, 4886.0, 4906.0, 4913.0, 4894.0, 4932.0, 4892.0, 4909.0, 4879.0, 4899.0, 4872.0, 4900.0, 4900.0, 4882.0, 4920.0, 4887.0, 4909.0, 4891.0, 4901.0, 4882.0, 4901.0, 4882.0, 4899.0, 4870.0, 4902.0, 4873.0, 4913.0, 4923.0, 4894.0, 4912.0, 4902.0, 4913.0, 4891.0, 4913.0, 4895.0, 4914.0, 4894.0, 4911.0, 4891.0, 4905.0, 4882.0, 4905.0, 4943.0, 4904.0, 4912.0, 4892.0, 4912.0, 4881.0, 4909.0, 4871.0, 4889.0, 4900.0, 4888.0, 4920.0, 4881.0, 4897.0, 4882.0, 4901.0, 4870.0, 4891.0, 4899.0, 4881.0, 4900.0, 4881.0, 4900.0, 4870.0, 4898.0, 4871.0, 4891.0, 4890.0, 4870.0, 4898.0, 4889.0, 4900.0, 4891.0, 4901.0, 4883.0, 4899.0, 4883.0, 4916.0, 4884.0, 4904.0, 4909.0, 4884.0, 4912.0, 4894.0, 4903.0, 4873.0, 4912.0, 4882.0, 4903.0, 4868.0, 4901.0, 4921.0, 4883.0, 4897.0, 4882.0, 4902.0, 4871.0, 4899.0, 4861.0, 4888.0, 4916.0, 4877.0, 4899.0, 4888.0, 4888.0, 4866.0, 4898.0, 4862.0, 4886.0, 4869.0, 4887.0, 4877.0, 4892.0, 4919.0, 4881.0, 4898.0, 4891.0, 4900.0, 4883.0, 4901.0, 4883.0, 4902.0, 4882.0, 4901.0, 4879.0, 4882.0, 4910.0, 4868.0, 4898.0, 4867.0, 4889.0, 4865.0, 4880.0, 4877.0, 4880.0, 4899.0, 4880.0, 4886.0, 4869.0, 4886.0, 4868.0, 4886.0, 4858.0, 4880.0, 4908.0, 4878.0, 4884.0, 4867.0, 4886.0, 4856.0, 4887.0, 4859.0, 4881.0, 4902.0, 4884.0, 4912.0, 4885.0, 4895.0, 4885.0, 4900.0, 4884.0, 4910.0, 4887.0, 4913.0, 4886.0, 4917.0, 4893.0, 4917.0, 4925.0, 4894.0, 4934.0, 4902.0, 4913.0, 4894.0, 4914.0, 4883.0, 4914.0, 4873.0, 4903.0, 4911.0, 4880.0, 4909.0, 4892.0, 4900.0, 4869.0, 4901.0, 4883.0, 4899.0, 4869.0, 4903.0, 4880.0, 4912.0, 4885.0, 4911.0, 4882.0, 4914.0, 4885.0, 4913.0, 4897.0, 4918.0, 4896.0, 4925.0, 4906.0, 4925.0, 4895.0, 4912.0, 4883.0, 4901.0, 4900.0, 4878.0, 4919.0, 4891.0, 4895.0, 4887.0, 4889.0, 4866.0, 4885.0, 4865.0, 4876.0, 4858.0, 4890.0, 4876.0, 4867.0, 4896.0, 4879.0, 4884.0, 4879.0, 4888.0, 4858.0, 4910.0, 4873.0, 4888.0, 4857.0, 4911.0, 4893.0, 4922.0, 4910.0, 4891.0, 4915.0, 4908.0, 4938.0, 4911.0, 4927.0, 4905.0, 4932.0, 4912.0, 4911.0, 4869.0, 4898.0, 4860.0, 4887.0, 4893.0, 4875.0, 4903.0, 4886.0, 4896.0, 4874.0, 4886.0, 4858.0, 4885.0, 4860.0, 4890.0, 4887.0, 4894.0, 4910.0, 4894.0, 4904.0, 4887.0, 4903.0, 4924.0, 4904.0, 4916.0, 4895.0, 4915.0, 4884.0, 4905.0, 4923.0, 4901.0, 4914.0, 4895.0, 4912.0, 4895.0, 4913.0, 4882.0, 4914.0, 4871.0, 4902.0, 4910.0, 4902.0, 4920.0, 4904.0, 4910.0, 4881.0, 4913.0, 4883.0, 4901.0, 4899.0, 4890.0, 4912.0, 4894.0, 4911.0, 4880.0, 4902.0, 4882.0, 4900.0, 4873.0, 4901.0, 4871.0, 4891.0, 4920.0, 4892.0, 4901.0, 4891.0, 4903.0, 4897.0, 4915.0, 4887.0, 4912.0, 4885.0, 4904.0, 4885.0, 4917.0, 4895.0, 4907.0, 4935.0, 4903.0, 4914.0, 4895.0, 4904.0, 4883.0, 4901.0, 4901.0, 4891.0, 4918.0, 4892.0, 4909.0, 4889.0, 4901.0, 4872.0, 4896.0, 4870.0, 4889.0, 4861.0, 4886.0, 4908.0, 4888.0, 4907.0, 4894.0, 4897.0, 4882.0, 4898.0, 4869.0, 4901.0, 4871.0, 4893.0, 4872.0, 4892.0, 4901.0, 4888.0, 4920.0, 4893.0, 4911.0, 4893.0, 4912.0, 4894.0, 4900.0, 4870.0, 4900.0, 4870.0, 4892.0, 4917.0, 4881.0, 4899.0, 4890.0, 4899.0, 4880.0, 4888.0, 4871.0, 4890.0, 4871.0, 4889.0, 4873.0, 4893.0, 4891.0, 4881.0, 4922.0, 4883.0, 4902.0, 4892.0, 4899.0, 4894.0, 4902.0, 4883.0, 4900.0, 4884.0, 4901.0, 4881.0, 4904.0, 4871.0, 4903.0, 4913.0, 4889.0, 4906.0, 4887.0, 4897.0, 4869.0, 4897.0, 4867.0, 4886.0, 4867.0, 4889.0, 4864.0, 4887.0, 4886.0, 4874.0, 4903.0, 4892.0, 4913.0, 4889.0, 4894.0, 4920.0, 4903.0, 4906.0, 4893.0, 4881.0, 4903.0, 4899.0, 4920.0, 4886.0, 4903.0, 4923.0, 4889.0, 4887.0, 4860.0, 4887.0, 4859.0, 4877.0, 4907.0, 4876.0, 4875.0, 4867.0, 4887.0, 4854.0, 4861.0, 4846.0, 4911.0, 4910.0, 4896.0, 4908.0, 4879.0, 4930.0, 4899.0, 4919.0, 4929.0, 4929.0, 4947.0, 4921.0, 4935.0, 4883.0, 4853.0, 4889.0, 4879.0, 4925.0, 4928.0, 4912.0, 4969.0, 4898.0, 4930.0, 4926.0, 4915.0, 4875.0, 4938.0, 4919.0, 4938.0, 4907.0, 4918.0, 4872.0, 4901.0, 4858.0, 4855.0, 4852.0, 4852.0, 4859.0, 4827.0, 4823.0, 4834.0, 4852.0, 4821.0, 4839.0, 4808.0, 4827.0, 4779.0, 4816.0, 4778.0, 4817.0, 4778.0, 4808.0, 4789.0, 4821.0, 4812.0, 4813.0, 4825.0, 4827.0, 4797.0, 4848.0, 4821.0, 4863.0, 4834.0, 4863.0, 4857.0, 4866.0, 4855.0, 4878.0, 4880.0, 4889.0, 4881.0, 4901.0, 4873.0, 4901.0, 4876.0, 4918.0, 4902.0, 4907.0, 4886.0, 4907.0, 4904.0, 4886.0, 4929.0, 4913.0, 4917.0, 4908.0, 4900.0, 4930.0, 4870.0, 4887.0, 4871.0, 4856.0, 4827.0, 4805.0, 4781.0, 4824.0, 4817.0, 4856.0, 4845.0, 4874.0, 4918.0, 4918.0, 4916.0, 4947.0, 4941.0, 4919.0, 4962.0, 4980.0, 4946.0, 4952.0, 4928.0, 4919.0, 4904.0, 4870.0, 4900.0, 4898.0, 4869.0, 4946.0, 4866.0, 4723.0, 4895.0, 4851.0, 4845.0, 4822.0, 4837.0, 4811.0, 4785.0, 4823.0, 4781.0, 4833.0, 4786.0, 4845.0, 4797.0, 4835.0, 4796.0, 4846.0, 4825.0, 4835.0, 4829.0, 4790.0, 4850.0, 4813.0, 4865.0, 4874.0, 4856.0, 4874.0, 4843.0, 4863.0, 4834.0, 4852.0, 4817.0, 4866.0, 4828.0, 4882.0, 4839.0, 4879.0, 4860.0, 4891.0, 4875.0, 4884.0, 4906.0, 4867.0, 4905.0, 4881.0, 4914.0, 4856.0, 4882.0, 4911.0, 4883.0, 4901.0, 4837.0, 4892.0, 4863.0, 4896.0, 4880.0, 4888.0, 4866.0, 4870.0, 4908.0, 4872.0, 4896.0, 4868.0, 4887.0, 4867.0, 4900.0, 4870.0, 4913.0, 4868.0, 4914.0, 4859.0, 4917.0, 4856.0, 4902.0, 4869.0, 4912.0, 4869.0, 4926.0, 4869.0, 4916.0, 4867.0, 4916.0, 4867.0, 4904.0, 4864.0, 4905.0, 4893.0, 4903.0, 4912.0, 4893.0, 4912.0, 4883.0, 4900.0, 4872.0, 4889.0, 4857.0, 4889.0, 4841.0, 4899.0, 4832.0, 4889.0, 4831.0, 4881.0, 4842.0, 4891.0, 4859.0, 4903.0, 4854.0, 4883.0, 4863.0, 4894.0, 4893.0, 4906.0, 4896.0, 4906.0, 4867.0, 4907.0, 4858.0, 4907.0, 4869.0, 4917.0, 4870.0, 4917.0, 4870.0, 4927.0, 4869.0, 4918.0, 4867.0, 4917.0, 4877.0, 4918.0, 4885.0, 4906.0, 4895.0, 4904.0, 4896.0, 4906.0, 4885.0, 4916.0, 4868.0, 4916.0, 4857.0, 4907.0, 4868.0, 4926.0, 4869.0, 4917.0, 4868.0, 4906.0, 4857.0, 4917.0, 4870.0, 4940.0, 4869.0, 4918.0, 4870.0, 4918.0, 4872.0, 4918.0, 4878.0, 4926.0, 4878.0, 4917.0, 4877.0, 4915.0, 4879.0, 4917.0, 4887.0, 4928.0, 4898.0, 4921.0, 4888.0, 4915.0, 4887.0, 4916.0, 4886.0, 4916.0, 4886.0, 4912.0, 4875.0, 4899.0, 4876.0, 4900.0, 4875.0, 4914.0, 4866.0, 4901.0, 4844.0, 4902.0, 4854.0, 4903.0, 4856.0, 4918.0, 4865.0, 4895.0, 4877.0, 4906.0, 4866.0, 4906.0, 4867.0, 4907.0, 4894.0, 4896.0, 4926.0, 4887.0, 4911.0, 4882.0, 4904.0, 4858.0, 4906.0, 4857.0, 4907.0, 4873.0, 4906.0, 4925.0, 4895.0, 4904.0, 4865.0, 4892.0, 4843.0, 4893.0, 4853.0, 4895.0, 4844.0, 4896.0, 4895.0, 4884.0, 4914.0, 4895.0, 4905.0, 4893.0, 4943.0, 4883.0, 4950.0, 4858.0, 4937.0, 4880.0, 4899.0, 4871.0, 4913.0, 4890.0, 4920.0, 4897.0, 4926.0, 4886.0, 4910.0, 4884.0, 4903.0, 4887.0, 4902.0, 4850.0, 4901.0, 4852.0, 4892.0, 4873.0, 4880.0, 4867.0, 4870.0, 4888.0, 4860.0, 4887.0, 4859.0, 4889.0, 4850.0, 4890.0, 4851.0, 4889.0, 4853.0, 4899.0, 4844.0, 4902.0, 4869.0, 4905.0, 4835.0, 4977.0, 4955.0, 4952.0, 4891.0, 4931.0, 4951.0, 4862.0, 4923.0, 4885.0, 4879.0, 4895.0, 4943.0, 4939.0, 4930.0, 4884.0, 4951.0, 4904.0, 4966.0, 4963.0, 4921.0, 4928.0, 4886.0, 4902.0, 4853.0, 4888.0, 4862.0, 4890.0, 4869.0, 4882.0, 4911.0, 4868.0, 4910.0, 4866.0, 4889.0, 4862.0, 4892.0, 4885.0, 4902.0, 4884.0, 4885.0, 4896.0, 4877.0, 4914.0, 4865.0, 4914.0, 4875.0, 4903.0, 4924.0, 4895.0, 4913.0, 4882.0, 4890.0, 4850.0, 4888.0, 4851.0, 4900.0, 4839.0, 4872.0, 4838.0, 4887.0, 4862.0, 4889.0, 4881.0, 4902.0, 4894.0, 4886.0, 4905.0, 4877.0, 4904.0, 4855.0, 4892.0, 4876.0, 4891.0, 4908.0, 4880.0, 4899.0, 4869.0, 4886.0, 4857.0, 4875.0, 4816.0, 4886.0, 4815.0, 4866.0, 4826.0, 4877.0, 4876.0, 4858.0, 4897.0, 4874.0, 4905.0, 4870.0, 4892.0, 4955.0, 4929.0, 4945.0, 4925.0, 4963.0, 4941.0, 4975.0, 4956.0, 4983.0, 4960.0, 4946.0, 4922.0, 4916.0, 4818.0, 4947.0, 4918.0, 4873.0, 4907.0, 4896.0, 4924.0, 4918.0, 4910.0, 4928.0, 4921.0, 4941.0], 'WindowWidth': [10689.0, 10750.0, 10626.0, 10671.0, 10642.0, 10619.0, 10662.0, 10640.0, 10651.0, 10590.0, 10595.0, 10529.0, 10572.0, 10568.0, 10550.0, 10622.0, 10594.0, 10664.0, 10621.0, 10647.0, 10656.0, 10654.0, 10659.0, 10631.0, 10667.0, 10622.0, 10663.0, 10628.0, 10640.0, 10658.0, 10628.0, 10653.0, 10617.0, 10623.0, 10581.0, 10607.0, 10566.0, 10644.0, 10588.0, 10643.0, 10605.0, 10664.0, 10576.0, 10656.0, 10633.0, 10612.0, 10651.0, 10636.0, 10685.0, 10666.0, 10681.0, 10657.0, 10678.0, 10601.0, 10654.0, 10625.0, 10633.0, 10646.0, 10626.0, 10661.0, 10633.0, 10668.0, 10608.0, 10653.0, 10616.0, 10656.0, 10607.0, 10655.0, 10673.0, 10649.0, 10690.0, 10669.0, 10682.0, 10662.0, 10670.0, 10678.0, 10720.0, 10713.0, 10710.0, 10694.0, 10700.0, 10704.0, 10727.0, 10699.0, 10716.0, 10660.0, 10687.0, 10643.0, 10684.0, 10715.0, 10666.0, 10694.0, 10648.0, 10676.0, 10630.0, 10657.0, 10603.0, 10658.0, 10617.0, 10679.0, 10658.0, 10652.0, 10689.0, 10661.0, 10691.0, 10666.0, 10683.0, 10640.0, 10679.0, 10635.0, 10666.0, 10636.0, 10671.0, 10681.0, 10663.0, 10689.0, 10668.0, 10712.0, 10672.0, 10679.0, 10671.0, 10681.0, 10659.0, 10695.0, 10671.0, 10696.0, 10659.0, 10682.0, 10630.0, 10667.0, 10625.0, 10665.0, 10623.0, 10667.0, 10667.0, 10667.0, 10632.0, 10685.0, 10644.0, 10674.0, 10671.0, 10672.0, 10654.0, 10679.0, 10655.0, 10690.0, 10699.0, 10677.0, 10675.0, 10678.0, 10674.0, 10689.0, 10681.0, 10705.0, 10666.0, 10707.0, 10664.0, 10705.0, 10651.0, 10702.0, 10659.0, 10682.0, 10638.0, 10685.0, 10661.0, 10664.0, 10697.0, 10667.0, 10687.0, 10648.0, 10672.0, 10632.0, 10668.0, 10650.0, 10657.0, 10647.0, 10671.0, 10635.0, 10669.0, 10646.0, 10672.0, 10651.0, 10674.0, 10652.0, 10664.0, 10653.0, 10676.0, 10652.0, 10679.0, 10656.0, 10678.0, 10658.0, 10680.0, 10654.0, 10683.0, 10673.0, 10700.0, 10656.0, 10681.0, 10663.0, 10684.0, 10641.0, 10667.0, 10636.0, 10667.0, 10621.0, 10665.0, 10658.0, 10650.0, 10654.0, 10643.0, 10672.0, 10632.0, 10670.0, 10656.0, 10668.0, 10626.0, 10659.0, 10657.0, 10671.0, 10635.0, 10687.0, 10652.0, 10689.0, 10649.0, 10661.0, 10635.0, 10662.0, 10607.0, 10662.0, 10619.0, 10647.0, 10619.0, 10633.0, 10672.0, 10647.0, 10659.0, 10645.0, 10662.0, 10635.0, 10667.0, 10635.0, 10662.0, 10645.0, 10678.0, 10655.0, 10682.0, 10658.0, 10682.0, 10659.0, 10677.0, 10643.0, 10698.0, 10640.0, 10664.0, 10621.0, 10658.0, 10692.0, 10645.0, 10662.0, 10641.0, 10654.0, 10608.0, 10638.0, 10595.0, 10628.0, 10642.0, 10598.0, 10628.0, 10604.0, 10633.0, 10595.0, 10619.0, 10580.0, 10618.0, 10583.0, 10626.0, 10627.0, 10623.0, 10650.0, 10619.0, 10642.0, 10633.0, 10664.0, 10594.0, 10574.0, 10583.0, 10575.0, 10506.0, 10551.0, 10559.0, 10533.0, 10692.0, 10799.0, 10745.0, 10762.0, 10694.0, 10754.0, 10699.0, 10747.0, 10673.0, 10701.0, 10725.0, 10650.0, 10648.0, 10585.0, 10624.0, 10549.0, 10577.0, 10636.0, 10568.0, 10588.0, 10550.0, 10568.0, 10530.0, 10572.0, 10529.0, 10574.0, 10552.0, 10583.0, 10628.0, 10563.0, 10618.0, 10609.0, 10654.0, 10620.0, 10602.0, 10616.0, 10582.0, 10609.0, 10623.0, 10615.0, 10666.0, 10627.0, 10655.0, 10617.0, 10653.0, 10615.0, 10624.0, 10588.0, 10633.0, 10573.0, 10593.0, 10637.0, 10611.0, 10618.0, 10594.0, 10616.0, 10597.0, 10622.0, 10587.0, 10628.0, 10606.0, 10651.0, 10596.0, 10643.0, 10679.0, 10642.0, 10651.0, 10628.0, 10666.0, 10644.0, 10670.0, 10645.0, 10680.0, 10631.0, 10659.0, 10666.0, 10640.0, 10693.0, 10634.0, 10657.0, 10612.0, 10642.0, 10603.0, 10642.0, 10642.0, 10618.0, 10669.0, 10621.0, 10653.0, 10628.0, 10644.0, 10619.0, 10645.0, 10619.0, 10642.0, 10602.0, 10648.0, 10610.0, 10667.0, 10681.0, 10639.0, 10664.0, 10650.0, 10665.0, 10635.0, 10667.0, 10642.0, 10668.0, 10642.0, 10664.0, 10634.0, 10658.0, 10623.0, 10658.0, 10710.0, 10654.0, 10665.0, 10633.0, 10661.0, 10617.0, 10654.0, 10601.0, 10626.0, 10642.0, 10624.0, 10670.0, 10618.0, 10636.0, 10618.0, 10645.0, 10602.0, 10633.0, 10640.0, 10617.0, 10643.0, 10617.0, 10642.0, 10602.0, 10639.0, 10602.0, 10631.0, 10629.0, 10601.0, 10638.0, 10626.0, 10642.0, 10632.0, 10644.0, 10625.0, 10644.0, 10626.0, 10677.0, 10630.0, 10653.0, 10656.0, 10626.0, 10663.0, 10639.0, 10651.0, 10610.0, 10663.0, 10620.0, 10652.0, 10598.0, 10647.0, 10676.0, 10621.0, 10639.0, 10619.0, 10648.0, 10602.0, 10639.0, 10587.0, 10624.0, 10662.0, 10607.0, 10638.0, 10623.0, 10622.0, 10590.0, 10635.0, 10582.0, 10620.0, 10595.0, 10620.0, 10609.0, 10634.0, 10668.0, 10617.0, 10640.0, 10632.0, 10643.0, 10622.0, 10646.0, 10621.0, 10647.0, 10620.0, 10647.0, 10613.0, 10619.0, 10655.0, 10595.0, 10636.0, 10593.0, 10626.0, 10586.0, 10612.0, 10607.0, 10613.0, 10639.0, 10612.0, 10618.0, 10597.0, 10617.0, 10594.0, 10619.0, 10578.0, 10612.0, 10648.0, 10606.0, 10613.0, 10592.0, 10620.0, 10578.0, 10622.0, 10584.0, 10616.0, 10646.0, 10624.0, 10663.0, 10628.0, 10636.0, 10629.0, 10647.0, 10626.0, 10660.0, 10634.0, 10667.0, 10632.0, 10678.0, 10641.0, 10676.0, 10685.0, 10641.0, 10698.0, 10649.0, 10666.0, 10638.0, 10669.0, 10620.0, 10665.0, 10605.0, 10648.0, 10660.0, 10613.0, 10654.0, 10630.0, 10640.0, 10599.0, 10642.0, 10620.0, 10640.0, 10598.0, 10649.0, 10616.0, 10660.0, 10627.0, 10659.0, 10620.0, 10670.0, 10628.0, 10666.0, 10650.0, 10673.0, 10647.0, 10685.0, 10661.0, 10687.0, 10643.0, 10666.0, 10622.0, 10647.0, 10644.0, 10610.0, 10670.0, 10630.0, 10632.0, 10618.0, 10623.0, 10588.0, 10613.0, 10586.0, 10603.0, 10580.0, 10623.0, 10602.0, 10589.0, 10630.0, 10608.0, 10610.0, 10607.0, 10620.0, 10580.0, 10658.0, 10611.0, 10626.0, 10579.0, 10657.0, 10634.0, 10675.0, 10675.0, 10648.0, 10677.0, 10666.0, 10712.0, 10677.0, 10696.0, 10660.0, 10699.0, 10666.0, 10665.0, 10598.0, 10637.0, 10585.0, 10621.0, 10627.0, 10602.0, 10641.0, 10618.0, 10629.0, 10597.0, 10614.0, 10581.0, 10616.0, 10587.0, 10631.0, 10624.0, 10641.0, 10662.0, 10644.0, 10659.0, 10637.0, 10657.0, 10686.0, 10657.0, 10674.0, 10644.0, 10672.0, 10629.0, 10657.0, 10680.0, 10649.0, 10668.0, 10643.0, 10664.0, 10645.0, 10668.0, 10623.0, 10669.0, 10608.0, 10651.0, 10660.0, 10652.0, 10677.0, 10653.0, 10661.0, 10620.0, 10666.0, 10624.0, 10651.0, 10646.0, 10631.0, 10664.0, 10641.0, 10662.0, 10617.0, 10651.0, 10620.0, 10643.0, 10607.0, 10647.0, 10604.0, 10631.0, 10672.0, 10634.0, 10647.0, 10633.0, 10651.0, 10650.0, 10672.0, 10638.0, 10668.0, 10631.0, 10658.0, 10630.0, 10678.0, 10644.0, 10665.0, 10704.0, 10654.0, 10671.0, 10643.0, 10655.0, 10623.0, 10648.0, 10646.0, 10632.0, 10670.0, 10631.0, 10654.0, 10626.0, 10645.0, 10603.0, 10635.0, 10600.0, 10628.0, 10589.0, 10621.0, 10654.0, 10624.0, 10652.0, 10637.0, 10638.0, 10619.0, 10640.0, 10600.0, 10647.0, 10604.0, 10638.0, 10606.0, 10634.0, 10647.0, 10628.0, 10672.0, 10638.0, 10661.0, 10636.0, 10662.0, 10641.0, 10645.0, 10601.0, 10644.0, 10601.0, 10632.0, 10666.0, 10616.0, 10638.0, 10626.0, 10640.0, 10614.0, 10624.0, 10604.0, 10630.0, 10604.0, 10630.0, 10609.0, 10636.0, 10629.0, 10619.0, 10676.0, 10622.0, 10651.0, 10635.0, 10644.0, 10640.0, 10651.0, 10623.0, 10646.0, 10627.0, 10649.0, 10619.0, 10655.0, 10604.0, 10650.0, 10665.0, 10626.0, 10650.0, 10620.0, 10635.0, 10596.0, 10635.0, 10594.0, 10623.0, 10594.0, 10625.0, 10584.0, 10617.0, 10615.0, 10599.0, 10639.0, 10633.0, 10669.0, 10630.0, 10643.0, 10676.0, 10655.0, 10649.0, 10636.0, 10613.0, 10649.0, 10653.0, 10686.0, 10631.0, 10651.0, 10681.0, 10624.0, 10621.0, 10583.0, 10620.0, 10578.0, 10606.0, 10645.0, 10601.0, 10599.0, 10589.0, 10615.0, 10560.0, 10571.0, 10556.0, 10670.0, 10674.0, 10652.0, 10669.0, 10630.0, 10702.0, 10655.0, 10683.0, 10698.0, 10699.0, 10723.0, 10697.0, 10705.0, 10622.0, 10566.0, 10621.0, 10611.0, 10680.0, 10698.0, 10674.0, 10756.0, 10641.0, 10705.0, 10698.0, 10687.0, 10621.0, 10709.0, 10681.0, 10712.0, 10659.0, 10688.0, 10600.0, 10648.0, 10573.0, 10559.0, 10554.0, 10556.0, 10560.0, 10510.0, 10501.0, 10519.0, 10543.0, 10492.0, 10524.0, 10470.0, 10496.0, 10431.0, 10480.0, 10430.0, 10484.0, 10431.0, 10474.0, 10448.0, 10495.0, 10485.0, 10490.0, 10509.0, 10515.0, 10475.0, 10550.0, 10513.0, 10577.0, 10538.0, 10578.0, 10575.0, 10587.0, 10574.0, 10608.0, 10614.0, 10629.0, 10619.0, 10647.0, 10606.0, 10644.0, 10620.0, 10682.0, 10667.0, 10647.0, 10634.0, 10656.0, 10657.0, 10636.0, 10702.0, 10687.0, 10685.0, 10670.0, 10661.0, 10698.0, 10603.0, 10618.0, 10603.0, 10575.0, 10511.0, 10473.0, 10434.0, 10524.0, 10523.0, 10574.0, 10563.0, 10615.0, 10687.0, 10685.0, 10686.0, 10729.0, 10728.0, 10698.0, 10753.0, 10797.0, 10741.0, 10744.0, 10696.0, 10685.0, 10661.0, 10600.0, 10645.0, 10655.0, 10594.0, 10733.0, 10585.0, 10341.0, 10662.0, 10587.0, 10544.0, 10506.0, 10518.0, 10489.0, 10443.0, 10512.0, 10449.0, 10526.0, 10467.0, 10547.0, 10483.0, 10536.0, 10486.0, 10548.0, 10519.0, 10532.0, 10530.0, 10482.0, 10565.0, 10522.0, 10595.0, 10607.0, 10582.0, 10605.0, 10562.0, 10588.0, 10550.0, 10573.0, 10531.0, 10596.0, 10547.0, 10630.0, 10565.0, 10617.0, 10594.0, 10642.0, 10625.0, 10638.0, 10671.0, 10620.0, 10666.0, 10631.0, 10681.0, 10599.0, 10631.0, 10671.0, 10630.0, 10656.0, 10564.0, 10645.0, 10603.0, 10641.0, 10622.0, 10630.0, 10598.0, 10607.0, 10659.0, 10618.0, 10646.0, 10608.0, 10633.0, 10608.0, 10654.0, 10616.0, 10674.0, 10621.0, 10681.0, 10611.0, 10686.0, 10602.0, 10660.0, 10625.0, 10676.0, 10625.0, 10697.0, 10623.0, 10686.0, 10619.0, 10685.0, 10616.0, 10666.0, 10609.0, 10665.0, 10647.0, 10660.0, 10673.0, 10644.0, 10671.0, 10629.0, 10652.0, 10615.0, 10634.0, 10589.0, 10634.0, 10573.0, 10647.0, 10560.0, 10636.0, 10557.0, 10624.0, 10572.0, 10641.0, 10595.0, 10658.0, 10593.0, 10633.0, 10604.0, 10649.0, 10647.0, 10669.0, 10655.0, 10668.0, 10617.0, 10672.0, 10608.0, 10674.0, 10623.0, 10691.0, 10625.0, 10688.0, 10625.0, 10702.0, 10623.0, 10690.0, 10620.0, 10687.0, 10631.0, 10685.0, 10639.0, 10667.0, 10650.0, 10663.0, 10656.0, 10667.0, 10640.0, 10682.0, 10618.0, 10684.0, 10604.0, 10672.0, 10620.0, 10698.0, 10620.0, 10685.0, 10619.0, 10669.0, 10602.0, 10683.0, 10622.0, 10721.0, 10618.0, 10687.0, 10625.0, 10685.0, 10630.0, 10689.0, 10632.0, 10696.0, 10633.0, 10683.0, 10631.0, 10680.0, 10637.0, 10686.0, 10645.0, 10702.0, 10660.0, 10686.0, 10645.0, 10678.0, 10641.0, 10681.0, 10642.0, 10682.0, 10638.0, 10670.0, 10620.0, 10651.0, 10624.0, 10652.0, 10622.0, 10675.0, 10609.0, 10653.0, 10579.0, 10653.0, 10592.0, 10658.0, 10597.0, 10685.0, 10607.0, 10648.0, 10626.0, 10665.0, 10610.0, 10665.0, 10614.0, 10669.0, 10649.0, 10653.0, 10695.0, 10641.0, 10670.0, 10630.0, 10662.0, 10603.0, 10665.0, 10598.0, 10670.0, 10618.0, 10662.0, 10693.0, 10648.0, 10660.0, 10605.0, 10639.0, 10572.0, 10641.0, 10586.0, 10646.0, 10578.0, 10649.0, 10648.0, 10634.0, 10673.0, 10648.0, 10661.0, 10658.0, 10729.0, 10646.0, 10743.0, 10601.0, 10713.0, 10617.0, 10639.0, 10605.0, 10668.0, 10639.0, 10680.0, 10653.0, 10692.0, 10636.0, 10665.0, 10629.0, 10656.0, 10638.0, 10653.0, 10579.0, 10648.0, 10581.0, 10634.0, 10612.0, 10618.0, 10596.0, 10601.0, 10625.0, 10588.0, 10624.0, 10587.0, 10627.0, 10576.0, 10631.0, 10581.0, 10629.0, 10584.0, 10643.0, 10573.0, 10652.0, 10619.0, 10662.0, 10539.0, 10780.0, 10764.0, 10752.0, 10637.0, 10726.0, 10769.0, 10612.0, 10697.0, 10641.0, 10620.0, 10652.0, 10732.0, 10723.0, 10708.0, 10640.0, 10740.0, 10676.0, 10769.0, 10761.0, 10696.0, 10704.0, 10635.0, 10654.0, 10587.0, 10631.0, 10596.0, 10630.0, 10602.0, 10620.0, 10662.0, 10601.0, 10660.0, 10598.0, 10630.0, 10594.0, 10636.0, 10637.0, 10655.0, 10633.0, 10635.0, 10653.0, 10628.0, 10677.0, 10610.0, 10676.0, 10620.0, 10657.0, 10692.0, 10646.0, 10671.0, 10623.0, 10633.0, 10578.0, 10626.0, 10580.0, 10649.0, 10560.0, 10601.0, 10556.0, 10622.0, 10598.0, 10629.0, 10623.0, 10655.0, 10648.0, 10637.0, 10665.0, 10630.0, 10662.0, 10593.0, 10642.0, 10613.0, 10634.0, 10657.0, 10615.0, 10645.0, 10600.0, 10623.0, 10583.0, 10603.0, 10525.0, 10617.0, 10522.0, 10591.0, 10536.0, 10606.0, 10604.0, 10581.0, 10639.0, 10617.0, 10666.0, 10589.0, 10636.0, 10739.0, 10716.0, 10724.0, 10706.0, 10758.0, 10729.0, 10775.0, 10752.0, 10784.0, 10762.0, 10720.0, 10712.0, 10690.0, 10528.0, 10727.0, 10685.0, 10614.0, 10671.0, 10654.0, 10686.0, 10684.0, 10672.0, 10697.0, 10692.0, 10726.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.016486096822995462</td></tr>
<tr><td colspan=3>aqi</td><td>0.08886909031770046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.07145239566238</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.145004640575323</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.027932181922787</td></tr>
<tr><td colspan=3>efc</td><td>0.4883</td></tr>
<tr><td colspan=3>fber</td><td>5907.1216</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24607448364526668</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>281</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.255673222390318</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.774943922545028</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.575813756769633</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0602958361277706</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.68872217473768</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124813</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013394462876021862</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036339521408081055</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.000939829847764</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>17.592</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5842</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.4611</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1101.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.8071</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3929</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.8545</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4058.2541</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1448.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5280.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1071.7413</td></tr>
<tr><td colspan=3>tsnr</td><td>21.469600070966408</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>