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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0058_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0058_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-04/func/sub-0058_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3bc3bf54b4cfc3ffc5239a6253caf968</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:12:39.965000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998648, 0.0240638, -0.0460869, -0.0256272, 0.999105, -0.0336389]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100531</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7705, -7276, 540, -48, -1, -12, 120]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4e81adba-6e68-4d6f-a62c-1c22e10c506c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792984008789062, -0.06875593960285187, -0.1221376433968544, 118.08679962158203], [-0.06456132978200912, 2.6805267333984375, -0.0938912108540535, -85.03668212890625], [-0.12364771217107773, 0.09025081992149353, 2.695601224899292, -82.84330749511719], [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': ['121239.965000', '121240.425000', '121240.885000', '121241.345000', '121241.805000', '121242.265000', '121242.725000', '121243.185000', '121243.645000', '121244.105000', '121244.565000', '121245.025000', '121245.485000', '121245.945000', '121246.405000', '121246.865000', '121247.325000', '121247.785000', '121248.245000', '121248.705000', '121249.165000', '121249.625000', '121250.085000', '121250.545000', '121251.005000', '121251.465000', '121251.925000', '121252.385000', '121252.845000', '121253.305000', '121253.765000', '121254.225000', '121254.685000', '121255.145000', '121255.605000', '121256.065000', '121256.525000', '121256.985000', '121257.445000', '121257.905000', '121258.365000', '121258.825000', '121259.285000', '121259.745000', '121300.205000', '121300.665000', '121301.125000', '121301.585000', '121302.045000', '121302.505000', '121302.965000', '121303.425000', '121303.885000', '121304.345000', '121304.805000', '121305.265000', '121305.725000', '121306.185000', '121306.645000', '121307.105000', '121307.565000', '121308.025000', '121308.485000', '121308.945000', '121309.405000', '121309.865000', '121310.325000', '121310.785000', '121311.245000', '121311.705000', '121312.165000', '121312.625000', '121313.085000', '121313.545000', '121314.005000', '121314.465000', '121314.925000', '121315.385000', '121315.845000', '121316.305000', '121316.765000', '121317.225000', '121317.685000', '121318.145000', '121318.605000', '121319.065000', '121319.525000', '121319.985000', '121320.445000', '121320.905000', '121321.365000', '121321.825000', '121322.285000', '121322.745000', '121323.205000', '121323.665000', '121324.125000', '121324.585000', '121325.045000', '121325.505000', '121325.965000', '121326.425000', '121326.885000', '121327.345000', '121327.805000', '121328.265000', '121328.725000', '121329.185000', '121329.645000', '121330.105000', '121330.565000', '121331.025000', '121331.485000', '121331.945000', '121332.405000', '121332.865000', '121333.325000', '121333.785000', '121334.245000', '121334.705000', '121335.165000', '121335.625000', '121336.085000', '121336.545000', '121337.005000', '121337.465000', '121337.925000', '121338.385000', '121338.845000', '121339.305000', '121339.765000', '121340.225000', '121340.685000', '121341.145000', '121341.605000', '121342.065000', '121342.525000', '121342.985000', '121343.445000', '121343.905000', '121344.365000', '121344.825000', '121345.285000', '121345.745000', '121346.205000', '121346.665000', '121347.125000', '121347.585000', '121348.045000', '121348.505000', '121348.965000', '121349.425000', '121349.885000', '121350.345000', '121350.805000', '121351.265000', '121351.725000', '121352.185000', '121352.645000', '121353.105000', '121353.565000', '121354.025000', '121354.485000', '121354.945000', '121355.405000', '121355.865000', '121356.325000', '121356.785000', '121357.245000', '121357.705000', '121358.165000', '121358.625000', '121359.085000', '121359.545000', '121400.005000', '121400.465000', '121400.925000', '121401.385000', '121401.845000', '121402.305000', '121402.765000', '121403.225000', '121403.685000', '121404.145000', '121404.605000', '121405.065000', '121405.525000', '121405.985000', '121406.445000', '121406.905000', '121407.365000', '121407.825000', '121408.285000', '121408.745000', '121409.205000', '121409.665000', '121410.125000', '121410.585000', '121411.045000', '121411.505000', '121411.965000', '121412.425000', '121412.885000', '121413.345000', '121413.805000', '121414.265000', '121414.725000', '121415.185000', '121415.645000', '121416.105000', '121416.565000', '121417.025000', '121417.485000', '121417.945000', '121418.405000', '121418.865000', '121419.325000', '121419.785000', '121420.245000', '121420.705000', '121421.165000', '121421.625000', '121422.085000', '121422.545000', '121423.005000', '121423.465000', '121423.925000', '121424.385000', '121424.845000', '121425.305000', '121425.765000', '121426.225000', '121426.685000', '121427.145000', '121427.605000', '121428.065000', '121428.525000', '121428.985000', '121429.445000', '121429.905000', '121430.365000', '121430.825000', '121431.285000', '121431.745000', '121432.205000', '121432.665000', '121433.125000', '121433.585000', '121434.045000', '121434.505000', '121434.965000', '121435.425000', '121435.885000', '121436.345000', '121436.805000', '121437.265000', '121437.725000', '121438.185000', '121438.645000', '121439.105000', '121439.565000', '121440.025000', '121440.485000', '121440.945000', '121441.405000', '121441.865000', '121442.325000', '121442.785000', '121443.245000', '121443.705000', '121444.165000', '121444.625000', '121445.085000', '121445.545000', '121446.005000', '121446.465000', '121446.925000', '121447.385000', '121447.845000', '121448.305000', '121448.765000', '121449.225000', '121449.685000', '121450.145000', '121450.605000', '121451.065000', '121451.525000', '121451.985000', '121452.445000', '121452.905000', '121453.365000', '121453.825000', '121454.285000', '121454.745000', '121455.205000', '121455.665000', '121456.125000', '121456.585000', '121457.045000', '121457.505000', '121457.965000', '121458.425000', '121458.885000', '121459.345000', '121459.805000', '121500.265000', '121500.725000', '121501.185000', '121501.645000', '121502.105000', '121502.565000', '121503.025000', '121503.485000', '121503.945000', '121504.405000', '121504.865000', '121505.325000', '121505.785000', '121506.245000', '121506.705000', '121507.165000', '121507.625000', '121508.085000', '121508.545000', '121509.005000', '121509.465000', '121509.925000', '121510.385000', '121510.845000', '121511.305000', '121511.765000', '121512.225000', '121512.685000', '121513.145000', '121513.605000', '121514.065000', '121514.525000', '121514.985000', '121515.445000', '121515.905000', '121516.365000', '121516.825000', '121517.285000', '121517.745000', '121518.205000', '121518.665000', '121519.125000', '121519.585000', '121520.045000', '121520.505000', '121520.965000', '121521.425000', '121521.885000', '121522.345000', '121522.805000', '121523.265000', '121523.725000', '121524.185000', '121524.645000', '121525.105000', '121525.565000', '121526.025000', '121526.485000', '121526.945000', '121527.405000', '121527.865000', '121528.325000', '121528.785000', '121529.245000', '121529.705000', '121530.165000', '121530.625000', '121531.085000', '121531.545000', '121532.005000', '121532.465000', '121532.925000', '121533.385000', '121533.845000', '121534.305000', '121534.765000', '121535.225000', '121535.685000', '121536.145000', '121536.605000', '121537.065000', '121537.525000', '121537.985000', '121538.445000', '121538.905000', '121539.365000', '121539.825000', '121540.285000', '121540.745000', '121541.205000', '121541.665000', '121542.125000', '121542.585000', '121543.045000', '121543.505000', '121543.965000', '121544.425000', '121544.885000', '121545.345000', '121545.805000', '121546.265000', '121546.725000', '121547.185000', '121547.645000', '121548.105000', '121548.565000', '121549.025000', '121549.485000', '121549.945000', '121550.405000', '121550.865000', '121551.325000', '121551.785000', '121552.245000', '121552.705000', '121553.165000', '121553.625000', '121554.085000', '121554.545000', '121555.005000', '121555.465000', '121555.925000', '121556.385000', '121556.845000', '121557.305000', '121557.765000', '121558.225000', '121558.685000', '121559.145000', '121559.605000', '121600.065000', '121600.525000', '121600.985000', '121601.445000', '121601.905000', '121602.365000', '121602.825000', '121603.285000', '121603.745000', '121604.205000', '121604.665000', '121605.125000', '121605.585000', '121606.045000', '121606.505000', '121606.965000', '121607.425000', '121607.885000', '121608.345000', '121608.805000', '121609.265000', '121609.725000', '121610.185000', '121610.645000', '121611.105000', '121611.565000', '121612.025000', '121612.485000', '121612.945000', '121613.405000', '121613.865000', '121614.325000', '121614.785000', '121615.245000', '121615.705000', '121616.165000', '121616.625000', '121617.085000', '121617.545000', '121618.005000', '121618.465000', '121618.925000', '121619.385000', '121619.845000', '121620.305000', '121620.765000', '121621.225000', '121621.685000', '121622.145000', '121622.605000', '121623.065000', '121623.525000', '121623.985000', '121624.445000', '121624.905000', '121625.365000', '121625.825000', '121626.285000', '121626.745000', '121627.205000', '121627.665000', '121628.125000', '121628.585000', '121629.045000', '121629.505000', '121629.965000', '121630.425000', '121630.885000', '121631.345000', '121631.805000', '121632.265000', '121632.725000', '121633.185000', '121633.645000', '121634.105000', '121634.565000', '121635.025000', '121635.485000', '121635.945000', '121636.405000', '121636.865000', '121637.325000', '121637.785000', '121638.245000', '121638.705000', '121639.165000', '121639.625000', '121640.085000', '121640.545000', '121641.005000', '121641.465000', '121641.925000', '121642.385000', '121642.845000', '121643.305000', '121643.765000', '121644.225000', '121644.685000', '121645.145000', '121645.605000', '121646.065000', '121646.525000', '121646.985000', '121647.445000', '121647.905000', '121648.365000', '121648.825000', '121649.285000', '121649.745000', '121650.205000', '121650.665000', '121651.125000', '121651.585000', '121652.045000', '121652.505000', '121652.965000', '121653.425000', '121653.885000', '121654.345000', '121654.805000', '121655.265000', '121655.725000', '121656.185000', '121656.645000', '121657.105000', '121657.565000', '121658.025000', '121658.485000', '121658.945000', '121659.405000', '121659.865000', '121700.325000', '121700.785000', '121701.245000', '121701.705000', '121702.165000', '121702.625000', '121703.085000', '121703.545000', '121704.005000', '121704.465000', '121704.925000', '121705.385000', '121705.845000', '121706.305000', '121706.765000', '121707.225000', '121707.685000', '121708.145000', '121708.605000', '121709.065000', '121709.525000', '121709.985000', '121710.445000', '121710.905000', '121711.365000', '121711.825000', '121712.285000', '121712.745000', '121713.205000', '121713.665000', '121714.125000', '121714.585000', '121715.045000', '121715.505000', '121715.965000', '121716.425000', '121716.885000', '121717.345000', '121717.805000', '121718.265000', '121718.725000', '121719.185000', '121719.645000', '121720.105000', '121720.565000', '121721.025000', '121721.485000', '121721.945000', '121722.405000', '121722.865000', '121723.325000', '121723.785000', '121724.245000', '121724.705000', '121725.165000', '121725.625000', '121726.085000', '121726.545000', '121727.005000', '121727.465000', '121727.925000', '121728.385000', '121728.845000', '121729.305000', '121729.765000', '121730.225000', '121730.685000', '121731.145000', '121731.605000', '121732.065000', '121732.525000', '121732.985000', '121733.445000', '121733.905000', '121734.365000', '121734.825000', '121735.285000', '121735.745000', '121736.205000', '121736.665000', '121737.125000', '121737.585000', '121738.045000', '121738.505000', '121738.965000', '121739.425000', '121739.885000', '121740.345000', '121740.805000', '121741.265000', '121741.725000', '121742.185000', '121742.645000', '121743.105000', '121743.565000', '121744.025000', '121744.485000', '121744.945000', '121745.405000', '121745.865000', '121746.325000', '121746.785000', '121747.245000', '121747.705000', '121748.165000', '121748.625000', '121749.085000', '121749.545000', '121750.005000', '121750.465000', '121750.925000', '121751.385000', '121751.845000', '121752.305000', '121752.765000', '121753.225000', '121753.685000', '121754.145000', '121754.605000', '121755.065000', '121755.525000', '121755.985000', '121756.445000', '121756.905000', '121757.365000', '121757.825000', '121758.285000', '121758.745000', '121759.205000', '121759.665000', '121800.125000', '121800.585000', '121801.045000', '121801.505000', '121801.965000', '121802.425000', '121802.885000', '121803.345000', '121803.805000', '121804.265000', '121804.725000', '121805.185000', '121805.645000', '121806.105000', '121806.565000', '121807.025000', '121807.485000', '121807.945000', '121808.405000', '121808.865000', '121809.325000', '121809.785000', '121810.245000', '121810.705000', '121811.165000', '121811.625000', '121812.085000', '121812.545000', '121813.005000', '121813.465000', '121813.925000', '121814.385000', '121814.845000', '121815.305000', '121815.765000', '121816.225000', '121816.685000', '121817.145000', '121817.605000', '121818.065000', '121818.525000', '121818.985000', '121819.445000', '121819.905000', '121820.365000', '121820.825000', '121821.285000', '121821.745000', '121822.205000', '121822.665000', '121823.125000', '121823.585000', '121824.045000', '121824.505000', '121824.965000', '121825.425000', '121825.885000', '121826.345000', '121826.805000', '121827.265000', '121827.725000', '121828.185000', '121828.645000', '121829.105000', '121829.565000', '121830.025000', '121830.485000', '121830.945000', '121831.405000', '121831.865000', '121832.325000', '121832.785000', '121833.245000', '121833.705000', '121834.165000', '121834.625000', '121835.085000', '121835.545000', '121836.005000', '121836.465000', '121836.925000', '121837.385000', '121837.845000', '121838.305000', '121838.765000', '121839.225000', '121839.685000', '121840.145000', '121840.605000', '121841.065000', '121841.525000', '121841.985000', '121842.445000', '121842.905000', '121843.365000', '121843.825000', '121844.285000', '121844.745000', '121845.205000', '121845.665000', '121846.125000', '121846.585000', '121847.045000', '121847.505000', '121847.965000', '121848.425000', '121848.885000', '121849.345000', '121849.805000', '121850.265000', '121850.725000', '121851.185000', '121851.645000', '121852.105000', '121852.565000', '121853.025000', '121853.485000', '121853.945000', '121854.405000', '121854.865000', '121855.325000', '121855.785000', '121856.245000', '121856.705000', '121857.165000', '121857.625000', '121858.085000', '121858.545000', '121859.005000', '121859.465000', '121859.925000', '121900.385000', '121900.845000', '121901.305000', '121901.765000', '121902.225000', '121902.685000', '121903.145000', '121903.605000', '121904.065000', '121904.525000', '121904.985000', '121905.445000', '121905.905000', '121906.365000', '121906.825000', '121907.285000', '121907.745000', '121908.205000', '121908.665000', '121909.125000', '121909.585000', '121910.045000', '121910.505000', '121910.965000', '121911.425000', '121911.885000', '121912.345000', '121912.805000', '121913.265000', '121913.725000', '121914.185000', '121914.645000', '121915.105000', '121915.565000', '121916.025000', '121916.485000', '121916.945000', '121917.405000', '121917.865000', '121918.325000', '121918.785000', '121919.245000', '121919.705000', '121920.165000', '121920.625000', '121921.085000', '121921.545000', '121922.005000', '121922.465000', '121922.925000', '121923.385000', '121923.845000', '121924.305000', '121924.765000', '121925.225000', '121925.685000', '121926.145000', '121926.605000', '121927.065000', '121927.525000', '121927.985000', '121928.445000', '121928.905000', '121929.365000', '121929.825000', '121930.285000', '121930.745000', '121931.205000', '121931.665000', '121932.125000', '121932.585000', '121933.045000', '121933.505000', '121933.965000', '121934.425000', '121934.885000', '121935.345000', '121935.805000', '121936.265000', '121936.725000', '121937.185000', '121937.645000', '121938.105000', '121938.565000', '121939.025000', '121939.485000', '121939.945000', '121940.405000', '121940.865000', '121941.325000', '121941.785000', '121942.245000', '121942.705000', '121943.165000', '121943.625000', '121944.085000', '121944.545000', '121945.005000', '121945.465000', '121945.925000', '121946.385000', '121946.845000', '121947.305000', '121947.765000', '121948.225000', '121948.685000', '121949.145000', '121949.605000', '121950.065000', '121950.525000', '121950.985000', '121951.445000', '121951.905000', '121952.365000', '121952.825000', '121953.285000', '121953.745000', '121954.205000', '121954.665000', '121955.125000', '121955.585000', '121956.045000', '121956.505000', '121956.965000', '121957.425000', '121957.885000', '121958.345000', '121958.805000', '121959.265000', '121959.725000', '122000.185000', '122000.645000', '122001.105000', '122001.565000', '122002.025000', '122002.485000', '122002.945000', '122003.405000', '122003.865000', '122004.325000', '122004.785000', '122005.245000', '122005.705000', '122006.165000', '122006.625000', '122007.085000', '122007.545000', '122008.005000', '122008.465000', '122008.925000', '122009.385000', '122009.845000', '122010.305000', '122010.765000', '122011.225000', '122011.685000', '122012.145000', '122012.605000', '122013.065000', '122013.525000', '122013.985000', '122014.445000', '122014.905000', '122015.365000', '122015.825000', '122016.285000', '122016.745000', '122017.205000', '122017.665000', '122018.125000', '122018.585000', '122019.045000', '122019.505000', '122019.965000', '122020.425000', '122020.885000', '122021.345000', '122021.805000', '122022.265000', '122022.725000', '122023.185000', '122023.645000', '122024.105000', '122024.565000', '122025.025000', '122025.485000', '122025.945000', '122026.405000', '122026.865000', '122027.325000', '122027.785000', '122028.245000', '122028.705000', '122029.165000', '122029.625000', '122030.085000', '122030.545000', '122031.005000', '122031.465000', '122031.925000', '122032.385000', '122032.845000', '122033.305000', '122033.765000', '122034.225000', '122034.685000', '122035.145000', '122035.605000', '122036.065000', '122036.525000', '122036.985000', '122037.445000', '122037.905000', '122038.365000', '122038.825000', '122039.285000', '122039.745000', '122040.205000', '122040.665000', '122041.125000', '122041.585000', '122042.045000', '122042.505000', '122042.965000', '122043.425000', '122043.885000', '122044.345000', '122044.805000', '122045.265000', '122045.725000', '122046.185000', '122046.645000', '122047.105000', '122047.565000', '122048.025000', '122048.485000', '122048.945000', '122049.405000', '122049.865000', '122050.325000', '122050.785000', '122051.245000', '122051.705000', '122052.165000', '122052.625000', '122053.085000', '122053.545000', '122054.005000', '122054.465000', '122054.925000', '122055.385000', '122055.845000', '122056.305000', '122056.765000', '122057.225000', '122057.685000', '122058.145000', '122058.605000', '122059.065000', '122059.525000', '122059.985000', '122100.445000', '122100.905000', '122101.365000', '122101.825000', '122102.285000', '122102.745000', '122103.205000', '122103.665000', '122104.125000', '122104.585000', '122105.045000', '122105.505000', '122105.965000', '122106.425000', '122106.885000', '122107.345000', '122107.805000', '122108.265000', '122108.725000', '122109.185000', '122109.645000', '122110.105000', '122110.565000', '122111.025000', '122111.485000', '122111.945000', '122112.405000', '122112.865000', '122113.325000', '122113.785000', '122114.245000', '122114.705000', '122115.165000', '122115.625000', '122116.085000', '122116.545000', '122117.005000', '122117.465000', '122117.925000', '122118.385000', '122118.845000', '122119.305000', '122119.765000', '122120.225000', '122120.685000', '122121.145000', '122121.605000', '122122.065000', '122122.525000', '122122.985000', '122123.445000', '122123.905000', '122124.365000', '122124.825000', '122125.285000', '122125.745000', '122126.205000', '122126.665000', '122127.125000', '122127.585000', '122128.045000', '122128.505000', '122128.965000', '122129.425000', '122129.885000', '122130.345000', '122130.805000', '122131.265000', '122131.725000', '122132.185000', '122132.645000', '122133.105000', '122133.565000', '122134.025000', '122134.485000', '122134.945000', '122135.405000', '122135.865000', '122136.325000', '122136.785000', '122137.245000', '122137.705000', '122138.165000', '122138.625000', '122139.085000', '122139.545000', '122140.005000', '122140.465000', '122140.925000', '122141.385000', '122141.845000', '122142.305000', '122142.765000', '122143.225000', '122143.685000', '122144.145000', '122144.605000', '122145.065000', '122145.525000', '122145.985000', '122146.445000', '122146.905000', '122147.365000', '122147.825000', '122148.285000', '122148.745000', '122149.205000', '122149.665000', '122150.125000', '122150.585000', '122151.045000', '122151.505000', '122151.965000', '122152.425000', '122152.885000', '122153.345000', '122153.805000', '122154.265000', '122154.725000', '122155.185000', '122155.645000', '122156.105000', '122156.565000', '122157.025000', '122157.485000', '122157.945000', '122158.405000', '122158.865000', '122159.325000', '122159.785000', '122200.245000', '122200.705000', '122201.165000', '122201.625000', '122202.085000', '122202.545000', '122203.005000', '122203.465000', '122203.925000', '122204.385000', '122204.845000', '122205.305000', '122205.765000', '122206.225000', '122206.685000', '122207.145000', '122207.605000', '122208.065000', '122208.525000', '122208.985000', '122209.445000', '122209.905000', '122210.365000', '122210.825000', '122211.285000', '122211.745000', '122212.205000', '122212.665000', '122213.125000', '122213.585000', '122214.045000', '122214.505000', '122214.965000', '122215.425000', '122215.885000', '122216.345000', '122216.805000', '122217.265000', '122217.725000', '122218.185000', '122218.645000', '122219.105000', '122219.565000', '122220.025000', '122220.485000', '122220.945000', '122221.405000', '122221.865000', '122222.325000', '122222.785000', '122223.245000', '122223.705000', '122224.165000', '122224.625000', '122225.085000', '122225.545000', '122226.005000', '122226.465000', '122226.925000', '122227.385000', '122227.845000', '122228.305000', '122228.765000', '122229.225000', '122229.685000', '122230.145000', '122230.605000', '122231.065000', '122231.525000', '122231.985000', '122232.445000', '122232.905000', '122233.365000', '122233.825000', '122234.285000', '122234.745000', '122235.205000', '122235.665000', '122236.125000', '122236.585000', '122237.045000', '122237.505000', '122237.965000', '122238.425000', '122238.885000', '122239.345000', '122239.805000', '122240.265000', '122240.725000', '122241.185000', '122241.645000', '122242.105000', '122242.565000', '122243.025000', '122243.485000', '122243.945000', '122244.405000', '122244.865000', '122245.325000', '122245.785000', '122246.245000', '122246.705000', '122247.165000', '122247.625000'], 'ContentTime': ['121258.640000', '121258.643000', '121258.645000', '121258.648000', '121258.651000', '121258.653000', '121258.656000', '121258.658000', '121258.661000', '121258.663000', '121258.666000', '121258.668000', '121258.671000', '121258.674000', '121258.676000', '121258.679000', '121258.681000', '121258.684000', '121258.686000', '121258.689000', '121258.692000', '121258.694000', '121258.697000', '121258.699000', '121258.702000', '121258.704000', '121258.707000', '121258.709000', '121258.712000', '121258.715000', '121258.717000', '121258.726000', '121258.729000', '121258.731000', '121258.734000', '121258.736000', '121258.739000', '121258.741000', '121258.744000', '121318.615000', '121318.618000', '121318.620000', '121318.623000', '121318.625000', '121318.628000', '121318.631000', '121318.633000', '121318.636000', '121318.638000', '121318.641000', '121318.643000', '121318.646000', '121318.648000', '121318.651000', '121318.653000', '121318.656000', '121318.658000', '121318.661000', '121318.663000', '121318.666000', '121318.669000', '121318.671000', '121318.674000', '121318.676000', '121318.679000', '121318.681000', '121318.684000', '121318.686000', '121318.689000', '121318.692000', '121318.694000', '121318.697000', '121318.699000', '121318.702000', '121318.704000', '121318.707000', '121318.709000', '121318.712000', '121318.714000', '121318.717000', '121318.719000', '121318.722000', '121338.613000', '121338.616000', '121338.619000', '121338.621000', '121338.624000', '121338.626000', '121338.629000', '121338.632000', '121338.634000', '121338.637000', '121338.639000', '121338.642000', '121338.644000', '121338.647000', '121338.670000', '121338.673000', '121338.685000', '121338.687000', '121338.690000', '121338.692000', '121338.695000', '121338.697000', '121338.700000', '121338.703000', '121338.705000', '121338.708000', '121338.710000', '121338.713000', '121338.715000', '121338.718000', '121338.720000', '121338.723000', '121338.725000', '121338.728000', '121338.730000', '121338.733000', '121338.735000', '121338.738000', '121338.740000', '121338.743000', '121338.746000', '121338.748000', '121338.751000', '121338.753000', '121358.614000', '121358.617000', '121358.619000', '121358.622000', '121358.624000', '121358.627000', '121358.629000', '121358.632000', '121358.634000', '121358.637000', '121358.639000', '121358.642000', '121358.644000', '121358.647000', '121358.650000', '121358.652000', '121358.655000', '121358.657000', '121358.660000', '121358.662000', '121358.665000', '121358.668000', '121358.670000', '121358.673000', '121358.675000', '121358.678000', '121358.680000', '121358.683000', '121358.685000', '121358.688000', '121358.691000', '121358.693000', '121358.696000', '121358.698000', '121358.701000', '121358.703000', '121358.706000', '121358.708000', '121358.711000', '121358.713000', '121358.716000', '121358.719000', '121358.721000', '121418.614000', '121418.617000', '121418.619000', '121418.622000', '121418.624000', '121418.627000', '121418.629000', '121418.632000', '121418.634000', '121418.637000', '121418.639000', '121418.642000', '121418.644000', '121418.647000', '121418.650000', '121418.652000', '121418.655000', '121418.657000', '121418.660000', '121418.662000', '121418.665000', '121418.667000', '121418.670000', '121418.672000', '121418.675000', '121418.677000', '121418.680000', '121418.683000', '121418.691000', '121418.694000', '121418.696000', '121418.699000', '121418.701000', '121418.704000', '121418.706000', '121418.709000', '121418.712000', '121418.714000', '121418.717000', '121418.719000', '121418.722000', '121418.724000', '121418.727000', '121418.729000', '121438.613000', '121438.616000', '121438.619000', '121438.622000', '121438.624000', '121438.627000', '121438.629000', '121438.632000', '121438.634000', '121438.637000', '121438.639000', '121438.642000', '121438.644000', '121438.647000', '121438.650000', '121438.652000', '121438.655000', '121438.657000', '121438.660000', '121438.662000', '121438.665000', '121438.667000', '121438.670000', '121438.673000', '121438.675000', '121438.678000', '121438.680000', '121438.683000', '121438.685000', '121438.688000', '121438.690000', '121438.693000', '121438.696000', '121438.698000', '121438.701000', '121438.703000', '121438.706000', '121438.708000', '121438.711000', '121438.713000', '121438.716000', '121438.718000', '121438.721000', '121458.614000', '121458.617000', '121458.620000', '121458.622000', '121458.625000', '121458.627000', '121458.630000', '121458.632000', '121458.635000', '121458.638000', '121458.640000', '121458.643000', '121458.645000', '121458.648000', '121458.651000', '121458.653000', '121458.656000', '121458.658000', '121458.661000', '121458.663000', '121458.666000', '121458.668000', '121458.671000', '121458.673000', '121458.676000', '121458.679000', '121458.681000', '121458.684000', '121458.686000', '121458.689000', '121458.691000', '121458.694000', '121458.696000', '121458.699000', '121458.701000', '121458.704000', '121458.707000', '121458.709000', '121458.712000', '121458.714000', '121458.717000', '121458.719000', '121458.722000', '121458.724000', '121518.614000', '121518.617000', '121518.620000', '121518.623000', '121518.625000', '121518.628000', '121518.630000', '121518.633000', '121518.635000', '121518.638000', '121518.640000', '121518.654000', '121518.656000', '121518.659000', '121518.662000', '121518.664000', '121518.667000', '121518.669000', '121518.672000', '121518.674000', '121518.677000', '121518.680000', '121518.682000', '121518.690000', '121518.693000', '121518.695000', '121518.698000', '121518.701000', '121518.703000', '121518.706000', '121518.708000', '121518.711000', '121518.714000', '121518.716000', '121518.719000', '121518.721000', '121518.724000', '121518.727000', '121518.729000', '121518.732000', '121518.734000', '121518.737000', '121518.740000', '121538.615000', '121538.617000', '121538.620000', '121538.622000', '121538.625000', '121538.628000', '121538.630000', '121538.633000', '121538.635000', '121538.638000', '121538.640000', '121538.643000', '121538.646000', '121538.648000', '121538.651000', '121538.653000', '121538.656000', '121538.659000', '121538.661000', '121538.664000', '121538.666000', '121538.669000', '121538.671000', '121538.674000', '121538.676000', '121538.679000', '121538.682000', '121538.684000', '121538.687000', '121538.689000', '121538.692000', '121538.694000', '121538.697000', '121538.700000', '121538.702000', '121538.705000', '121538.707000', '121538.710000', '121538.712000', '121538.715000', '121538.718000', '121538.720000', '121538.723000', '121538.725000', '121558.614000', '121558.616000', '121558.619000', '121558.622000', '121558.624000', '121558.627000', '121558.629000', '121558.632000', '121558.634000', '121558.637000', '121558.640000', '121558.642000', '121558.645000', '121558.647000', '121558.650000', '121558.653000', '121558.655000', '121558.658000', '121558.660000', '121558.663000', '121558.666000', '121558.668000', '121558.671000', '121558.673000', '121558.676000', '121558.679000', '121558.681000', '121558.684000', '121558.686000', '121558.689000', '121558.691000', '121558.694000', '121558.697000', '121558.699000', '121558.702000', '121558.704000', '121558.707000', '121558.710000', '121558.712000', '121558.715000', '121558.717000', '121558.720000', '121558.722000', '121618.614000', '121618.617000', '121618.620000', '121618.623000', '121618.625000', '121618.628000', '121618.630000', '121618.633000', '121618.636000', '121618.638000', '121618.641000', '121618.643000', '121618.646000', '121618.649000', '121618.651000', '121618.654000', '121618.656000', '121618.659000', '121618.661000', '121618.664000', '121618.667000', '121618.669000', '121618.672000', '121618.675000', '121618.677000', '121618.680000', '121618.682000', '121618.685000', '121618.687000', '121618.690000', '121618.693000', '121618.695000', '121618.698000', '121618.700000', '121618.703000', '121618.705000', '121618.708000', '121618.710000', '121618.713000', '121618.716000', '121618.718000', '121618.721000', '121618.724000', '121618.726000', '121638.614000', '121638.617000', '121638.619000', '121638.622000', '121638.624000', '121638.627000', '121638.629000', '121638.632000', '121638.635000', '121638.637000', '121638.640000', '121638.642000', '121638.645000', '121638.648000', '121638.650000', '121638.653000', '121638.655000', '121638.658000', '121638.661000', '121638.663000', '121638.666000', '121638.668000', '121638.671000', '121638.674000', '121638.676000', '121638.679000', '121638.681000', '121638.684000', '121638.687000', '121638.689000', '121638.692000', '121638.694000', '121638.697000', '121638.699000', '121638.702000', '121638.705000', '121638.733000', '121638.735000', '121638.738000', '121638.740000', '121638.743000', '121638.746000', '121638.748000', '121658.613000', '121658.616000', '121658.619000', '121658.622000', '121658.624000', '121658.627000', '121658.630000', '121658.632000', '121658.635000', '121658.637000', '121658.640000', '121658.643000', '121658.645000', '121658.648000', '121658.650000', '121658.653000', '121658.655000', '121658.658000', '121658.660000', '121658.663000', '121658.666000', '121658.668000', '121658.671000', '121658.673000', '121658.676000', '121658.678000', '121658.681000', '121658.684000', '121658.686000', '121658.689000', '121658.691000', '121658.694000', '121658.696000', '121658.699000', '121658.701000', '121658.704000', '121658.707000', '121658.709000', '121658.712000', '121658.714000', '121658.717000', '121658.719000', '121658.722000', '121718.615000', '121718.618000', '121718.620000', '121718.623000', '121718.625000', '121718.628000', '121718.630000', '121718.633000', '121718.636000', '121718.638000', '121718.646000', '121718.649000', '121718.652000', '121718.654000', '121718.657000', '121718.659000', '121718.662000', '121718.664000', '121718.667000', '121718.670000', '121718.672000', '121718.675000', '121718.677000', '121718.680000', '121718.682000', '121718.685000', '121718.688000', '121718.690000', '121718.693000', '121718.695000', '121718.698000', '121718.701000', '121718.703000', '121718.706000', '121718.708000', '121718.711000', '121718.714000', '121718.716000', '121718.719000', '121718.722000', '121718.724000', '121718.727000', '121718.729000', '121718.732000', '121738.615000', '121738.617000', '121738.620000', '121738.623000', '121738.625000', '121738.628000', '121738.630000', '121738.633000', '121738.635000', '121738.638000', '121738.641000', '121738.643000', '121738.646000', '121738.648000', '121738.651000', '121738.653000', '121738.656000', '121738.659000', '121738.662000', '121738.665000', '121738.667000', '121738.670000', '121738.672000', '121738.675000', '121738.677000', '121738.680000', '121738.682000', '121738.685000', '121738.687000', '121738.690000', '121738.693000', '121738.695000', '121738.698000', '121738.700000', '121738.703000', '121738.706000', '121738.708000', '121738.711000', '121738.713000', '121738.716000', '121738.719000', '121738.721000', '121738.724000', '121758.615000', '121758.617000', '121758.620000', '121758.623000', '121758.625000', '121758.628000', '121758.630000', '121758.633000', '121758.636000', '121758.638000', '121758.641000', '121758.643000', '121758.646000', '121758.648000', '121758.651000', '121758.653000', '121758.656000', '121758.659000', '121758.661000', '121758.664000', '121758.666000', '121758.669000', '121758.671000', '121758.674000', '121758.676000', '121758.679000', '121758.686000', '121758.689000', '121758.692000', '121758.694000', '121758.697000', '121758.699000', '121758.702000', '121758.705000', '121758.707000', '121758.710000', '121758.712000', '121758.715000', '121758.717000', '121758.720000', '121758.723000', '121758.725000', '121758.728000', '121758.730000', '121818.613000', '121818.617000', '121818.619000', '121818.670000', '121818.672000', '121818.675000', '121818.678000', '121818.680000', '121818.683000', '121818.685000', '121818.688000', '121818.690000', '121818.693000', '121818.695000', '121818.698000', '121818.701000', '121818.703000', '121818.706000', '121818.708000', '121818.711000', '121818.713000', '121818.716000', '121818.719000', '121818.721000', '121818.724000', '121818.726000', '121818.729000', '121818.731000', '121818.734000', '121818.736000', '121818.739000', '121818.742000', '121818.744000', '121818.747000', '121818.749000', '121818.752000', '121818.754000', '121818.757000', '121818.759000', '121818.762000', '121818.765000', '121818.767000', '121818.770000', '121838.614000', '121838.616000', '121838.619000', '121838.622000', '121838.624000', '121838.627000', '121838.629000', '121838.632000', '121838.635000', '121838.637000', '121838.640000', '121838.642000', '121838.645000', '121838.647000', '121838.650000', '121838.652000', '121838.655000', '121838.658000', '121838.660000', '121838.663000', '121838.665000', '121838.668000', '121838.671000', '121838.673000', '121838.676000', '121838.678000', '121838.681000', '121838.683000', '121838.686000', '121838.688000', '121838.691000', '121838.694000', '121838.696000', '121838.699000', '121838.701000', '121838.704000', '121838.706000', '121838.709000', '121838.712000', '121838.714000', '121838.717000', '121838.719000', '121838.722000', '121838.724000', '121858.614000', '121858.617000', '121858.619000', '121858.622000', '121858.624000', '121858.627000', '121858.630000', '121858.632000', '121858.635000', '121858.637000', '121858.640000', '121858.643000', '121858.646000', '121858.649000', '121858.653000', '121858.656000', '121858.658000', '121858.661000', '121858.668000', '121858.671000', '121858.673000', '121858.676000', '121858.679000', '121858.681000', '121858.684000', '121858.686000', '121858.689000', '121858.691000', '121858.694000', '121858.697000', '121858.700000', '121858.702000', '121858.705000', '121858.708000', '121858.710000', '121858.713000', '121858.715000', '121858.718000', '121858.720000', '121858.723000', '121858.726000', '121858.728000', '121858.731000', '121918.614000', '121918.616000', '121918.619000', '121918.622000', '121918.624000', '121918.627000', '121918.629000', '121918.632000', '121918.634000', '121918.637000', '121918.640000', '121918.642000', '121918.645000', '121918.647000', '121918.650000', '121918.652000', '121918.655000', '121918.658000', '121918.660000', '121918.663000', '121918.665000', '121918.668000', '121918.670000', '121918.673000', '121918.675000', '121918.678000', '121918.681000', '121918.683000', '121918.686000', '121918.688000', '121918.691000', '121918.694000', '121918.696000', '121918.699000', '121918.701000', '121918.704000', '121918.707000', '121918.709000', '121918.712000', '121918.714000', '121918.717000', '121918.719000', '121918.722000', '121918.725000', '121938.615000', '121938.617000', '121938.620000', '121938.623000', '121938.625000', '121938.628000', '121938.631000', '121938.633000', '121938.636000', '121938.638000', '121938.641000', '121938.643000', '121938.646000', '121938.648000', '121938.662000', '121938.665000', '121938.668000', '121938.670000', '121938.673000', '121938.675000', '121938.678000', '121938.680000', '121938.683000', '121938.685000', '121938.688000', '121938.690000', '121938.698000', '121938.702000', '121938.704000', '121938.707000', '121938.710000', '121938.712000', '121938.715000', '121938.717000', '121938.720000', '121938.722000', '121938.725000', '121938.728000', '121938.730000', '121938.733000', '121938.735000', '121938.738000', '121938.741000', '121958.615000', '121958.618000', '121958.620000', '121958.623000', '121958.626000', '121958.628000', '121958.631000', '121958.633000', '121958.636000', '121958.638000', '121958.641000', '121958.643000', '121958.646000', '121958.649000', '121958.651000', '121958.654000', '121958.657000', '121958.659000', '121958.662000', '121958.664000', '121958.667000', '121958.669000', '121958.672000', '121958.674000', '121958.677000', '121958.680000', '121958.682000', '121958.685000', '121958.688000', '121958.690000', '121958.693000', '121958.696000', '121958.698000', '121958.701000', '121958.703000', '121958.706000', '121958.708000', '121958.711000', '121958.714000', '121958.716000', '121958.719000', '121958.721000', '121958.724000', '121958.726000', '122018.615000', '122018.618000', '122018.620000', '122018.623000', '122018.625000', '122018.628000', '122018.631000', '122018.633000', '122018.636000', '122018.638000', '122018.641000', '122018.643000', '122018.646000', '122018.649000', '122018.651000', '122018.654000', '122018.656000', '122018.659000', '122018.661000', '122018.664000', '122018.667000', '122018.669000', '122018.672000', '122018.674000', '122018.677000', '122018.679000', '122018.682000', '122018.685000', '122018.687000', '122018.690000', '122018.693000', '122018.695000', '122018.698000', '122018.701000', '122018.703000', '122018.706000', '122018.708000', '122018.711000', '122018.713000', '122018.716000', '122018.719000', '122018.721000', '122018.724000', '122038.614000', '122038.617000', '122038.619000', '122038.622000', '122038.624000', '122038.627000', '122038.630000', '122038.632000', '122038.635000', '122038.637000', '122038.640000', '122038.642000', '122038.645000', '122038.648000', '122038.650000', '122038.653000', '122038.655000', '122038.658000', '122038.660000', '122038.663000', '122038.665000', '122038.668000', '122038.671000', '122038.673000', '122038.676000', '122038.678000', '122038.681000', '122038.684000', '122038.686000', '122038.689000', '122038.691000', '122038.694000', '122038.696000', '122038.699000', '122038.701000', '122038.704000', '122038.707000', '122038.709000', '122038.712000', '122038.715000', '122038.717000', '122038.720000', '122038.722000', '122038.725000', '122058.614000', '122058.617000', '122058.619000', '122058.622000', '122058.624000', '122058.627000', '122058.630000', '122058.632000', '122058.635000', '122058.637000', '122058.640000', '122058.643000', '122058.645000', '122058.648000', '122058.650000', '122058.653000', '122058.655000', '122058.658000', '122058.660000', '122058.663000', '122058.666000', '122058.668000', '122058.671000', '122058.673000', '122058.676000', '122058.713000', '122058.716000', '122058.719000', '122058.721000', '122058.724000', '122058.726000', '122058.729000', '122058.732000', '122058.734000', '122058.737000', '122058.739000', '122058.742000', '122058.745000', '122058.747000', '122058.750000', '122058.752000', '122058.755000', '122058.757000', '122118.613000', '122118.616000', '122118.619000', '122118.622000', '122118.624000', '122118.627000', '122118.629000', '122118.632000', '122118.634000', '122118.637000', '122118.640000', '122118.642000', '122118.645000', '122118.647000', '122118.650000', '122118.652000', '122118.655000', '122118.658000', '122118.660000', '122118.663000', '122118.665000', '122118.668000', '122118.670000', '122118.673000', '122118.676000', '122118.678000', '122118.681000', '122118.683000', '122118.686000', '122118.688000', '122118.691000', '122118.694000', '122118.696000', '122118.699000', '122118.701000', '122118.704000', '122118.706000', '122118.709000', '122118.712000', '122118.714000', '122118.717000', '122118.719000', '122118.722000', '122118.725000', '122138.614000', '122138.617000', '122138.619000', '122138.622000', '122138.624000', '122138.627000', '122138.630000', '122138.632000', '122138.635000', '122138.637000', '122138.640000', '122138.643000', '122138.645000', '122138.648000', '122138.650000', '122138.653000', '122138.656000', '122138.658000', '122138.661000', '122138.663000', '122138.666000', '122138.668000', '122138.671000', '122138.674000', '122138.676000', '122138.679000', '122138.681000', '122138.684000', '122138.686000', '122138.689000', '122138.692000', '122138.694000', '122138.697000', '122138.699000', '122138.702000', '122138.704000', '122138.707000', '122138.709000', '122138.712000', '122138.715000', '122138.717000', '122138.720000', '122138.723000', '122158.615000', '122158.617000', '122158.620000', '122158.623000', '122158.625000', '122158.628000', '122158.630000', '122158.633000', '122158.635000', '122158.638000', '122158.641000', '122158.643000', '122158.646000', '122158.648000', '122158.651000', '122158.654000', '122158.656000', '122158.659000', '122158.661000', '122158.664000', '122158.666000', '122158.669000', '122158.671000', '122158.674000', '122158.677000', '122158.679000', '122158.682000', '122158.684000', '122158.687000', '122158.690000', '122158.692000', '122158.695000', '122158.697000', '122158.700000', '122158.702000', '122158.705000', '122158.708000', '122158.710000', '122158.713000', '122158.716000', '122158.718000', '122158.721000', '122158.723000', '122158.726000', '122218.615000', '122218.618000', '122218.620000', '122218.623000', '122218.625000', '122218.628000', '122218.630000', '122218.643000', '122218.646000', '122218.649000', '122218.651000', '122218.654000', '122218.656000', '122218.659000', '122218.661000', '122218.664000', '122218.666000', '122218.669000', '122218.672000', '122218.674000', '122218.677000', '122218.679000', '122218.682000', '122218.684000', '122218.687000', '122218.690000', '122218.692000', '122218.695000', '122218.697000', '122218.700000', '122218.702000', '122218.705000', '122218.708000', '122218.710000', '122218.713000', '122218.715000', '122218.718000', '122218.721000', '122218.723000', '122218.726000', '122218.729000', '122218.732000', '122218.735000', '122238.615000', '122238.617000', '122238.620000', '122238.623000', '122238.625000', '122238.628000', '122238.630000', '122238.633000', '122238.636000', '122238.638000', '122238.641000', '122238.643000', '122238.646000', '122238.649000', '122238.651000', '122238.654000', '122238.656000', '122238.659000', '122238.662000', '122238.664000', '122238.667000', '122238.669000', '122238.672000', '122238.674000', '122238.677000', '122238.680000', '122238.682000', '122238.685000', '122238.687000', '122238.690000', '122238.692000', '122238.695000', '122238.698000', '122238.700000', '122238.703000', '122238.705000', '122238.708000', '122238.711000', '122238.713000', '122238.716000', '122238.718000', '122238.721000', '122238.723000', '122238.726000', '122248.634000', '122248.637000', '122248.640000', '122248.643000', '122248.645000', '122248.648000', '122248.651000', '122248.653000', '122248.656000', '122248.659000', '122248.661000', '122248.664000', '122248.667000', '122248.669000', '122248.672000', '122248.674000', '122248.677000', '122248.679000', '122248.682000', '122248.685000', '122248.687000', '122248.690000'], 'InstanceCreationTime': ['121258.640000', '121258.643000', '121258.645000', '121258.648000', '121258.651000', '121258.653000', '121258.656000', '121258.658000', '121258.661000', '121258.663000', '121258.666000', '121258.668000', '121258.671000', '121258.674000', '121258.676000', '121258.679000', '121258.681000', '121258.684000', '121258.686000', '121258.689000', '121258.692000', '121258.694000', '121258.697000', '121258.699000', '121258.702000', '121258.704000', '121258.707000', '121258.709000', '121258.712000', '121258.715000', '121258.717000', '121258.726000', '121258.729000', '121258.731000', '121258.734000', '121258.736000', '121258.739000', '121258.741000', '121258.744000', '121318.615000', '121318.618000', '121318.620000', '121318.623000', '121318.625000', '121318.628000', '121318.631000', '121318.633000', '121318.636000', '121318.638000', '121318.641000', '121318.643000', '121318.646000', '121318.648000', '121318.651000', '121318.653000', '121318.656000', '121318.658000', '121318.661000', '121318.663000', '121318.666000', '121318.669000', '121318.671000', '121318.674000', '121318.676000', '121318.679000', '121318.681000', '121318.684000', '121318.686000', '121318.689000', '121318.692000', '121318.694000', '121318.697000', '121318.699000', '121318.702000', '121318.704000', '121318.707000', '121318.709000', '121318.712000', '121318.714000', '121318.717000', '121318.719000', '121318.722000', '121338.613000', '121338.616000', '121338.619000', '121338.621000', '121338.624000', '121338.626000', '121338.629000', '121338.632000', '121338.634000', '121338.637000', '121338.639000', '121338.642000', '121338.644000', '121338.647000', '121338.670000', '121338.673000', '121338.685000', '121338.687000', '121338.690000', '121338.692000', '121338.695000', '121338.697000', '121338.700000', '121338.703000', '121338.705000', '121338.708000', '121338.710000', '121338.713000', '121338.715000', '121338.718000', '121338.720000', '121338.723000', '121338.725000', '121338.728000', '121338.730000', '121338.733000', '121338.735000', '121338.738000', '121338.740000', '121338.743000', '121338.746000', '121338.748000', '121338.751000', '121338.753000', '121358.614000', '121358.617000', '121358.619000', '121358.622000', '121358.624000', '121358.627000', '121358.629000', '121358.632000', '121358.634000', '121358.637000', '121358.639000', '121358.642000', '121358.644000', '121358.647000', '121358.650000', '121358.652000', '121358.655000', '121358.657000', '121358.660000', '121358.662000', '121358.665000', '121358.668000', '121358.670000', '121358.673000', '121358.675000', '121358.678000', '121358.680000', '121358.683000', '121358.685000', '121358.688000', '121358.691000', '121358.693000', '121358.696000', '121358.698000', '121358.701000', '121358.703000', '121358.706000', '121358.708000', '121358.711000', '121358.713000', '121358.716000', '121358.719000', '121358.721000', '121418.614000', '121418.617000', '121418.619000', '121418.622000', '121418.624000', '121418.627000', '121418.629000', '121418.632000', '121418.634000', '121418.637000', '121418.639000', '121418.642000', '121418.644000', '121418.647000', '121418.650000', '121418.652000', '121418.655000', '121418.657000', '121418.660000', '121418.662000', '121418.665000', '121418.667000', '121418.670000', '121418.672000', '121418.675000', '121418.677000', '121418.680000', '121418.683000', '121418.691000', '121418.694000', '121418.696000', '121418.699000', '121418.701000', '121418.704000', '121418.706000', '121418.709000', '121418.712000', '121418.714000', '121418.717000', '121418.719000', '121418.722000', '121418.724000', '121418.727000', '121418.729000', '121438.613000', '121438.616000', '121438.619000', '121438.622000', '121438.624000', '121438.627000', '121438.629000', '121438.632000', '121438.634000', '121438.637000', '121438.639000', '121438.642000', '121438.644000', '121438.647000', '121438.650000', '121438.652000', '121438.655000', '121438.657000', '121438.660000', '121438.662000', '121438.665000', '121438.667000', '121438.670000', '121438.673000', '121438.675000', '121438.678000', '121438.680000', '121438.683000', '121438.685000', '121438.688000', '121438.690000', '121438.693000', '121438.696000', '121438.698000', '121438.701000', '121438.703000', '121438.706000', '121438.708000', '121438.711000', '121438.713000', '121438.716000', '121438.718000', '121438.721000', '121458.614000', '121458.617000', '121458.620000', '121458.622000', '121458.625000', '121458.627000', '121458.630000', '121458.632000', '121458.635000', '121458.638000', '121458.640000', '121458.643000', '121458.645000', '121458.648000', '121458.651000', '121458.653000', '121458.656000', '121458.658000', '121458.661000', '121458.663000', '121458.666000', '121458.668000', '121458.671000', '121458.673000', '121458.676000', '121458.679000', '121458.681000', '121458.684000', '121458.686000', '121458.689000', '121458.691000', '121458.694000', '121458.696000', '121458.699000', '121458.701000', '121458.704000', '121458.707000', '121458.709000', '121458.712000', '121458.714000', '121458.717000', '121458.719000', '121458.722000', '121458.724000', '121518.614000', '121518.617000', '121518.620000', '121518.623000', '121518.625000', '121518.628000', '121518.630000', '121518.633000', '121518.635000', '121518.638000', '121518.640000', '121518.654000', '121518.656000', '121518.659000', '121518.662000', '121518.664000', '121518.667000', '121518.669000', '121518.672000', '121518.674000', '121518.677000', '121518.680000', '121518.682000', '121518.690000', '121518.693000', '121518.695000', '121518.698000', '121518.701000', '121518.703000', '121518.706000', '121518.708000', '121518.711000', '121518.714000', '121518.716000', '121518.719000', '121518.721000', '121518.724000', '121518.727000', '121518.729000', '121518.732000', '121518.734000', '121518.737000', '121518.740000', '121538.615000', '121538.617000', '121538.620000', '121538.622000', '121538.625000', '121538.628000', '121538.630000', '121538.633000', '121538.635000', '121538.638000', '121538.640000', '121538.643000', '121538.646000', '121538.648000', '121538.651000', '121538.653000', '121538.656000', '121538.659000', '121538.661000', '121538.664000', '121538.666000', '121538.669000', '121538.671000', '121538.674000', '121538.676000', '121538.679000', '121538.682000', '121538.684000', '121538.687000', '121538.689000', '121538.692000', '121538.694000', '121538.697000', '121538.700000', '121538.702000', '121538.705000', '121538.707000', '121538.710000', '121538.712000', '121538.715000', '121538.718000', '121538.720000', '121538.723000', '121538.725000', '121558.614000', '121558.616000', '121558.619000', '121558.622000', '121558.624000', '121558.627000', '121558.629000', '121558.632000', '121558.634000', '121558.637000', '121558.640000', '121558.642000', '121558.645000', '121558.647000', '121558.650000', '121558.653000', '121558.655000', '121558.658000', '121558.660000', '121558.663000', '121558.666000', '121558.668000', '121558.671000', '121558.673000', '121558.676000', '121558.679000', '121558.681000', '121558.684000', '121558.686000', '121558.689000', '121558.691000', '121558.694000', '121558.697000', '121558.699000', '121558.702000', '121558.704000', '121558.707000', '121558.710000', '121558.712000', '121558.715000', '121558.717000', '121558.720000', '121558.722000', '121618.614000', '121618.617000', '121618.620000', '121618.623000', '121618.625000', '121618.628000', '121618.630000', '121618.633000', '121618.636000', '121618.638000', '121618.641000', '121618.643000', '121618.646000', '121618.649000', '121618.651000', '121618.654000', '121618.656000', '121618.659000', '121618.661000', '121618.664000', '121618.667000', '121618.669000', '121618.672000', '121618.675000', '121618.677000', '121618.680000', '121618.682000', '121618.685000', '121618.687000', '121618.690000', '121618.693000', '121618.695000', '121618.698000', '121618.700000', '121618.703000', '121618.705000', '121618.708000', '121618.710000', '121618.713000', '121618.716000', '121618.718000', '121618.721000', '121618.724000', '121618.726000', '121638.614000', '121638.617000', '121638.619000', '121638.622000', '121638.624000', '121638.627000', '121638.629000', '121638.632000', '121638.635000', '121638.637000', '121638.640000', '121638.642000', '121638.645000', '121638.648000', '121638.650000', '121638.653000', '121638.655000', '121638.658000', '121638.661000', '121638.663000', '121638.666000', '121638.668000', '121638.671000', '121638.674000', '121638.676000', '121638.679000', '121638.681000', '121638.684000', '121638.687000', '121638.689000', '121638.692000', '121638.694000', '121638.697000', '121638.699000', '121638.702000', '121638.705000', '121638.733000', '121638.735000', '121638.738000', '121638.740000', '121638.743000', '121638.746000', '121638.748000', '121658.613000', '121658.616000', '121658.619000', '121658.622000', '121658.624000', '121658.627000', '121658.630000', '121658.632000', '121658.635000', '121658.637000', '121658.640000', '121658.643000', '121658.645000', '121658.648000', '121658.650000', '121658.653000', '121658.655000', '121658.658000', '121658.660000', '121658.663000', '121658.666000', '121658.668000', '121658.671000', '121658.673000', '121658.676000', '121658.678000', '121658.681000', '121658.684000', '121658.686000', '121658.689000', '121658.691000', '121658.694000', '121658.696000', '121658.699000', '121658.701000', '121658.704000', '121658.707000', '121658.709000', '121658.712000', '121658.714000', '121658.717000', '121658.719000', '121658.722000', '121718.615000', '121718.618000', '121718.620000', '121718.623000', '121718.625000', '121718.628000', '121718.630000', '121718.633000', '121718.636000', '121718.638000', '121718.646000', '121718.649000', '121718.652000', '121718.654000', '121718.657000', '121718.659000', '121718.662000', '121718.664000', '121718.667000', '121718.670000', '121718.672000', '121718.675000', '121718.677000', '121718.680000', '121718.682000', '121718.685000', '121718.688000', '121718.690000', '121718.693000', '121718.695000', '121718.698000', '121718.701000', '121718.703000', '121718.706000', '121718.708000', '121718.711000', '121718.714000', '121718.716000', '121718.719000', '121718.722000', '121718.724000', '121718.727000', '121718.729000', '121718.732000', '121738.615000', '121738.617000', '121738.620000', '121738.623000', '121738.625000', '121738.628000', '121738.630000', '121738.633000', '121738.635000', '121738.638000', '121738.641000', '121738.643000', '121738.646000', '121738.648000', '121738.651000', '121738.653000', '121738.656000', '121738.659000', '121738.662000', '121738.665000', '121738.667000', '121738.670000', '121738.672000', '121738.675000', '121738.677000', '121738.680000', '121738.682000', '121738.685000', '121738.687000', '121738.690000', '121738.693000', '121738.695000', '121738.698000', '121738.700000', '121738.703000', '121738.706000', '121738.708000', '121738.711000', '121738.713000', '121738.716000', '121738.719000', '121738.721000', '121738.724000', '121758.615000', '121758.617000', '121758.620000', '121758.623000', '121758.625000', '121758.628000', '121758.630000', '121758.633000', '121758.636000', '121758.638000', '121758.641000', '121758.643000', '121758.646000', '121758.648000', '121758.651000', '121758.653000', '121758.656000', '121758.659000', '121758.661000', '121758.664000', '121758.666000', '121758.669000', '121758.671000', '121758.674000', '121758.676000', '121758.679000', '121758.686000', '121758.689000', '121758.692000', '121758.694000', '121758.697000', '121758.699000', '121758.702000', '121758.705000', '121758.707000', '121758.710000', '121758.712000', '121758.715000', '121758.717000', '121758.720000', '121758.723000', '121758.725000', '121758.728000', '121758.730000', '121818.613000', '121818.617000', '121818.619000', '121818.670000', '121818.672000', '121818.675000', '121818.678000', '121818.680000', '121818.683000', '121818.685000', '121818.688000', '121818.690000', '121818.693000', '121818.695000', '121818.698000', '121818.701000', '121818.703000', '121818.706000', '121818.708000', '121818.711000', '121818.713000', '121818.716000', '121818.719000', '121818.721000', '121818.724000', '121818.726000', '121818.729000', '121818.731000', '121818.734000', '121818.736000', '121818.739000', '121818.742000', '121818.744000', '121818.747000', '121818.749000', '121818.752000', '121818.754000', '121818.757000', '121818.759000', '121818.762000', '121818.765000', '121818.767000', '121818.770000', '121838.614000', '121838.616000', '121838.619000', '121838.622000', '121838.624000', '121838.627000', '121838.629000', '121838.632000', '121838.635000', '121838.637000', '121838.640000', '121838.642000', '121838.645000', '121838.647000', '121838.650000', '121838.652000', '121838.655000', '121838.658000', '121838.660000', '121838.663000', '121838.665000', '121838.668000', '121838.671000', '121838.673000', '121838.676000', '121838.678000', '121838.681000', '121838.683000', '121838.686000', '121838.688000', '121838.691000', '121838.694000', '121838.696000', '121838.699000', '121838.701000', '121838.704000', '121838.706000', '121838.709000', '121838.712000', '121838.714000', '121838.717000', '121838.719000', '121838.722000', '121838.724000', '121858.614000', '121858.617000', '121858.619000', '121858.622000', '121858.624000', '121858.627000', '121858.630000', '121858.632000', '121858.635000', '121858.637000', '121858.640000', '121858.643000', '121858.646000', '121858.649000', '121858.653000', '121858.656000', '121858.658000', '121858.661000', '121858.668000', '121858.671000', '121858.673000', '121858.676000', '121858.679000', '121858.681000', '121858.684000', '121858.686000', '121858.689000', '121858.691000', '121858.694000', '121858.697000', '121858.700000', '121858.702000', '121858.705000', '121858.708000', '121858.710000', '121858.713000', '121858.715000', '121858.718000', '121858.720000', '121858.723000', '121858.726000', '121858.728000', '121858.731000', '121918.614000', '121918.616000', '121918.619000', '121918.622000', '121918.624000', '121918.627000', '121918.629000', '121918.632000', '121918.634000', '121918.637000', '121918.640000', '121918.642000', '121918.645000', '121918.647000', '121918.650000', '121918.652000', '121918.655000', '121918.658000', '121918.660000', '121918.663000', '121918.665000', '121918.668000', '121918.670000', '121918.673000', '121918.675000', '121918.678000', '121918.681000', '121918.683000', '121918.686000', '121918.688000', '121918.691000', '121918.694000', '121918.696000', '121918.699000', '121918.701000', '121918.704000', '121918.707000', '121918.709000', '121918.712000', '121918.714000', '121918.717000', '121918.719000', '121918.722000', '121918.725000', '121938.615000', '121938.617000', '121938.620000', '121938.623000', '121938.625000', '121938.628000', '121938.631000', '121938.633000', '121938.636000', '121938.638000', '121938.641000', '121938.643000', '121938.646000', '121938.648000', '121938.662000', '121938.665000', '121938.668000', '121938.670000', '121938.673000', '121938.675000', '121938.678000', '121938.680000', '121938.683000', '121938.685000', '121938.688000', '121938.690000', '121938.698000', '121938.702000', '121938.704000', '121938.707000', '121938.710000', '121938.712000', '121938.715000', '121938.717000', '121938.720000', '121938.722000', '121938.725000', '121938.728000', '121938.730000', '121938.733000', '121938.735000', '121938.738000', '121938.741000', '121958.615000', '121958.618000', '121958.620000', '121958.623000', '121958.626000', '121958.628000', '121958.631000', '121958.633000', '121958.636000', '121958.638000', '121958.641000', '121958.643000', '121958.646000', '121958.649000', '121958.651000', '121958.654000', '121958.657000', '121958.659000', '121958.662000', '121958.664000', '121958.667000', '121958.669000', '121958.672000', '121958.674000', '121958.677000', '121958.680000', '121958.682000', '121958.685000', '121958.688000', '121958.690000', '121958.693000', '121958.696000', '121958.698000', '121958.701000', '121958.703000', '121958.706000', '121958.708000', '121958.711000', '121958.714000', '121958.716000', '121958.719000', '121958.721000', '121958.724000', '121958.726000', '122018.615000', '122018.618000', '122018.620000', '122018.623000', '122018.625000', '122018.628000', '122018.631000', '122018.633000', '122018.636000', '122018.638000', '122018.641000', '122018.643000', '122018.646000', '122018.649000', '122018.651000', '122018.654000', '122018.656000', '122018.659000', '122018.661000', '122018.664000', '122018.667000', '122018.669000', '122018.672000', '122018.674000', '122018.677000', '122018.679000', '122018.682000', '122018.685000', '122018.687000', '122018.690000', '122018.693000', '122018.695000', '122018.698000', '122018.701000', '122018.703000', '122018.706000', '122018.708000', '122018.711000', '122018.713000', '122018.716000', '122018.719000', '122018.721000', '122018.724000', '122038.614000', '122038.617000', '122038.619000', '122038.622000', '122038.624000', '122038.627000', '122038.630000', '122038.632000', '122038.635000', '122038.637000', '122038.640000', '122038.642000', '122038.645000', '122038.648000', '122038.650000', '122038.653000', '122038.655000', '122038.658000', '122038.660000', '122038.663000', '122038.665000', '122038.668000', '122038.671000', '122038.673000', '122038.676000', '122038.678000', '122038.681000', '122038.684000', '122038.686000', '122038.689000', '122038.691000', '122038.694000', '122038.696000', '122038.699000', '122038.701000', '122038.704000', '122038.707000', '122038.709000', '122038.712000', '122038.715000', '122038.717000', '122038.720000', '122038.722000', '122038.725000', '122058.614000', '122058.617000', '122058.619000', '122058.622000', '122058.624000', '122058.627000', '122058.630000', '122058.632000', '122058.635000', '122058.637000', '122058.640000', '122058.643000', '122058.645000', '122058.648000', '122058.650000', '122058.653000', '122058.655000', '122058.658000', '122058.660000', '122058.663000', '122058.666000', '122058.668000', '122058.671000', '122058.673000', '122058.676000', '122058.713000', '122058.716000', '122058.719000', '122058.721000', '122058.724000', '122058.726000', '122058.729000', '122058.732000', '122058.734000', '122058.737000', '122058.739000', '122058.742000', '122058.745000', '122058.747000', '122058.750000', '122058.752000', '122058.755000', '122058.757000', '122118.613000', '122118.616000', '122118.619000', '122118.622000', '122118.624000', '122118.627000', '122118.629000', '122118.632000', '122118.634000', '122118.637000', '122118.640000', '122118.642000', '122118.645000', '122118.647000', '122118.650000', '122118.652000', '122118.655000', '122118.658000', '122118.660000', '122118.663000', '122118.665000', '122118.668000', '122118.670000', '122118.673000', '122118.676000', '122118.678000', '122118.681000', '122118.683000', '122118.686000', '122118.688000', '122118.691000', '122118.694000', '122118.696000', '122118.699000', '122118.701000', '122118.704000', '122118.706000', '122118.709000', '122118.712000', '122118.714000', '122118.717000', '122118.719000', '122118.722000', '122118.725000', '122138.614000', '122138.617000', '122138.619000', '122138.622000', '122138.624000', '122138.627000', '122138.630000', '122138.632000', '122138.635000', '122138.637000', '122138.640000', '122138.643000', '122138.645000', '122138.648000', '122138.650000', '122138.653000', '122138.656000', '122138.658000', '122138.661000', '122138.663000', '122138.666000', '122138.668000', '122138.671000', '122138.674000', '122138.676000', '122138.679000', '122138.681000', '122138.684000', '122138.686000', '122138.689000', '122138.692000', '122138.694000', '122138.697000', '122138.699000', '122138.702000', '122138.704000', '122138.707000', '122138.709000', '122138.712000', '122138.715000', '122138.717000', '122138.720000', '122138.723000', '122158.615000', '122158.617000', '122158.620000', '122158.623000', '122158.625000', '122158.628000', '122158.630000', '122158.633000', '122158.635000', '122158.638000', '122158.641000', '122158.643000', '122158.646000', '122158.648000', '122158.651000', '122158.654000', '122158.656000', '122158.659000', '122158.661000', '122158.664000', '122158.666000', '122158.669000', '122158.671000', '122158.674000', '122158.677000', '122158.679000', '122158.682000', '122158.684000', '122158.687000', '122158.690000', '122158.692000', '122158.695000', '122158.697000', '122158.700000', '122158.702000', '122158.705000', '122158.708000', '122158.710000', '122158.713000', '122158.716000', '122158.718000', '122158.721000', '122158.723000', '122158.726000', '122218.615000', '122218.618000', '122218.620000', '122218.623000', '122218.625000', '122218.628000', '122218.630000', '122218.643000', '122218.646000', '122218.649000', '122218.651000', '122218.654000', '122218.656000', '122218.659000', '122218.661000', '122218.664000', '122218.666000', '122218.669000', '122218.672000', '122218.674000', '122218.677000', '122218.679000', '122218.682000', '122218.684000', '122218.687000', '122218.690000', '122218.692000', '122218.695000', '122218.697000', '122218.700000', '122218.702000', '122218.705000', '122218.708000', '122218.710000', '122218.713000', '122218.715000', '122218.718000', '122218.721000', '122218.723000', '122218.726000', '122218.729000', '122218.732000', '122218.735000', '122238.615000', '122238.617000', '122238.620000', '122238.623000', '122238.625000', '122238.628000', '122238.630000', '122238.633000', '122238.636000', '122238.638000', '122238.641000', '122238.643000', '122238.646000', '122238.649000', '122238.651000', '122238.654000', '122238.656000', '122238.659000', '122238.662000', '122238.664000', '122238.667000', '122238.669000', '122238.672000', '122238.674000', '122238.677000', '122238.680000', '122238.682000', '122238.685000', '122238.687000', '122238.690000', '122238.692000', '122238.695000', '122238.698000', '122238.700000', '122238.703000', '122238.705000', '122238.708000', '122238.711000', '122238.713000', '122238.716000', '122238.718000', '122238.721000', '122238.723000', '122238.726000', '122248.634000', '122248.637000', '122248.640000', '122248.643000', '122248.645000', '122248.648000', '122248.651000', '122248.653000', '122248.656000', '122248.659000', '122248.661000', '122248.664000', '122248.667000', '122248.669000', '122248.672000', '122248.674000', '122248.677000', '122248.679000', '122248.682000', '122248.685000', '122248.687000', '122248.690000'], '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': [8876, 11859, 8936, 13744, 9368, 11999, 8469, 7377, 8751, 7744, 6811, 7754, 8288, 7394, 10166, 8873, 8361, 9331, 8070, 8998, 8142, 8544, 9450, 9088, 7766, 6445, 7506, 7553, 7566, 8734, 8263, 13823, 9376, 9581, 8822, 7109, 7177, 7568, 7169, 7479, 8399, 7909, 12895, 9382, 10997, 8862, 8519, 8915, 8830, 7154, 7774, 8341, 8245, 14496, 9606, 12136, 9529, 9980, 9582, 8289, 9206, 8015, 7404, 8310, 7994, 7431, 8225, 8453, 9083, 9408, 8912, 9358, 6248, 6585, 7826, 8318, 8126, 8281, 8140, 8526, 9406, 9840, 9911, 7792, 8665, 8391, 8305, 8207, 8111, 8549, 8429, 9669, 11563, 10283, 12946, 9378, 8573, 8925, 7869, 7959, 6759, 7026, 6807, 8782, 7186, 11384, 8790, 8346, 8666, 8165, 9324, 8202, 9735, 7199, 9075, 7257, 9280, 9679, 9048, 7478, 7069, 7388, 10953, 7438, 13045, 7570, 7907, 8409, 9069, 9182, 7217, 6528, 6838, 13173, 8318, 11652, 9429, 8324, 9249, 8313, 9442, 10412, 9560, 11154, 9590, 9848, 9053, 13734, 9410, 11129, 9076, 9283, 9468, 7091, 9278, 6919, 7746, 7294, 8046, 6923, 8552, 7426, 8336, 6917, 8374, 7961, 8049, 8644, 7407, 8187, 7161, 7791, 5965, 7341, 6456, 8313, 7028, 9156, 8967, 10404, 8827, 8636, 8823, 6960, 7863, 6149, 8038, 6384, 8897, 7843, 13924, 8775, 10175, 8342, 7532, 6814, 6337, 8932, 6575, 10184, 7633, 10095, 8460, 13849, 8500, 6926, 8484, 5543, 7343, 6015, 8981, 6129, 8580, 7689, 8367, 8289, 8369, 8025, 6159, 9625, 6237, 8145, 7335, 8281, 8254, 8205, 7307, 6509, 7426, 6764, 9159, 8810, 7328, 10180, 7096, 11584, 9009, 7260, 7652, 7193, 14704, 9133, 14147, 8785, 13636, 10208, 10178, 6798, 6902, 7588, 6877, 8751, 8485, 8719, 8937, 6334, 8145, 6644, 8021, 6741, 9006, 6747, 8114, 7050, 8595, 7585, 10787, 7817, 6416, 7447, 6644, 7885, 5575, 7461, 7926, 8289, 7937, 7603, 6276, 6974, 9409, 8183, 9353, 8134, 7710, 7479, 7767, 14032, 8460, 12447, 7989, 9772, 8332, 7416, 6927, 6092, 7722, 6227, 8696, 6672, 11043, 8322, 8502, 8177, 6569, 7169, 6312, 7819, 6876, 8192, 6863, 12925, 7394, 13526, 8294, 11870, 7807, 14172, 8491, 11627, 8743, 9799, 8317, 11190, 8618, 8334, 8855, 6737, 7366, 6698, 7690, 6661, 8181, 6530, 7542, 6617, 8568, 6185, 8182, 6229, 8370, 6993, 8598, 8229, 7941, 7975, 7847, 8056, 7146, 6259, 5622, 6988, 6168, 8922, 8135, 8693, 7916, 8942, 7898, 11760, 8702, 11041, 8787, 11132, 8881, 13902, 9329, 9731, 8729, 5744, 8442, 6861, 7827, 6561, 7330, 6576, 7808, 7547, 9143, 7464, 14129, 8740, 12484, 8743, 8768, 9196, 8696, 9112, 12208, 9186, 10643, 8985, 9178, 8817, 11375, 8953, 7841, 6463, 7577, 7786, 8053, 9006, 8299, 12396, 8829, 9884, 9389, 9049, 9068, 13920, 9003, 11584, 8796, 10103, 8503, 8845, 8229, 8510, 8169, 7074, 7946, 5709, 6665, 5811, 7766, 6468, 8233, 7508, 7890, 8462, 9172, 8963, 10324, 9090, 11437, 8998, 11645, 9923, 12962, 9556, 13848, 9378, 11883, 8184, 13105, 8881, 11082, 8986, 8732, 8844, 9486, 9084, 6726, 8745, 5534, 8399, 6706, 7668, 6829, 7429, 7340, 7924, 7242, 11748, 7602, 7905, 7964, 7751, 7599, 12927, 7380, 7800, 7362, 8137, 7817, 8959, 9163, 7939, 9001, 7901, 9061, 6213, 6963, 5833, 6862, 5744, 8445, 6971, 9987, 8006, 10184, 9014, 13110, 9197, 14005, 9682, 11685, 9371, 9859, 9257, 9991, 9632, 7011, 6678, 7222, 8666, 8301, 8461, 8291, 8708, 9805, 13417, 9940, 10118, 9716, 8773, 9803, 8143, 7009, 8023, 7371, 8333, 8913, 9207, 8847, 9883, 9194, 9877, 10445, 9897, 8575, 9639, 7159, 9543, 7718, 7547, 7995, 7593, 7986, 8671, 9683, 11539, 9951, 8558, 9519, 6564, 8479, 8441, 8378, 8796, 7387, 8197, 8178, 8501, 13788, 9164, 10881, 8977, 8476, 9128, 12361, 9708, 7997, 9480, 7846, 7360, 7364, 7635, 7982, 7864, 8310, 8755, 9777, 11379, 9757, 9545, 9641, 8836, 9546, 8315, 7028, 7608, 7315, 7834, 9581, 9564, 9006, 9909, 9050, 9630, 7760, 9587, 7425, 6776, 7585, 8455, 8267, 12290, 8703, 9854, 9333, 10658, 9453, 11952, 9840, 6453, 6612, 6088, 8654, 6769, 8297, 6883, 8170, 9256, 9677, 9525, 7900, 10031, 7972, 7483, 8004, 13281, 7811, 7922, 7776, 9816, 8594, 14384, 9207, 11592, 9509, 10241, 9296, 6687, 5944, 6436, 6988, 7196, 8992, 8321, 9805, 9379, 9300, 9969, 9311, 10035, 13550, 10209, 11228, 10074, 10941, 9795, 11451, 10079, 7049, 7478, 6963, 7966, 7304, 8389, 7895, 8563, 9396, 8903, 10259, 9187, 10312, 9992, 10133, 8320, 10152, 7458, 9921, 9072, 8840, 7803, 7154, 7545, 8698, 8824, 9555, 9767, 8931, 10116, 6577, 6949, 6762, 9067, 9783, 5806, 6399, 6151, 8620, 7128, 8777, 7454, 9240, 8649, 11945, 10016, 13847, 10048, 12625, 9689, 10049, 9263, 7991, 7531, 7873, 8049, 7176, 9634, 9045, 8986, 9891, 9708, 9358, 8827, 9606, 7130, 9780, 7864, 7700, 8760, 10866, 8175, 8389, 8966, 8777, 9729, 9248, 9584, 9140, 9792, 7433, 10017, 8713, 8393, 8505, 8325, 8644, 8367, 8359, 13071, 8681, 10620, 9386, 8594, 9657, 9091, 9476, 10341, 7921, 8173, 8274, 7540, 7485, 8022, 8534, 9003, 8951, 9931, 11032, 9696, 8397, 9911, 6989, 7021, 8367, 7971, 7416, 7861, 7095, 8578, 8095, 9373, 9765, 10339, 9824, 6642, 6343, 6823, 7916, 7583, 8418, 7706, 9352, 8032, 8781, 8561, 8600, 8734, 9791, 8451, 12250, 9139, 8642, 9200, 8829, 8520, 9249, 9464, 8008, 7993, 6218, 7172, 9395, 6295, 6944, 8687, 9170, 10353, 9745, 10120, 10909, 10087, 11850, 9533, 13111, 8817, 13594, 10168, 10450, 9740, 7394, 9013, 6809, 9549, 6328, 9410, 6929, 8058, 6335, 7855, 6277, 7609, 6474, 8843, 7459, 9230, 7574, 8495, 7465, 8772, 7571, 11238, 9508, 10129, 9347, 9400, 9318, 7937, 9011, 6136, 8845, 5779, 9218, 5939, 8019, 5990, 8118, 6510, 8730, 6353, 9211, 7631, 12548, 8757, 7356, 9040, 7890, 9033, 7970, 7182, 5879, 7482, 6478, 9513, 7410, 13852, 8805, 10703, 9459, 9476, 9479, 6571, 6561, 6420, 8217, 7233, 9478, 9292, 9379, 9483, 10066, 9699, 9670, 9227, 11724, 9473, 10861, 9921, 9666, 11310, 8068, 8117, 7654, 7952, 8795, 9432, 9571, 12050, 9633, 7400, 9967, 6885, 9610, 10673, 9504, 12526, 9808, 13260, 9855, 11520, 9670, 11421, 9716, 10692, 9729, 10049, 9950, 8411, 9621, 7824, 9520, 10944, 9906, 8721, 9657, 8696, 9614, 9451, 9401, 6701, 9096, 7250, 9126, 7513, 9997, 6483, 8853, 6648, 9550, 7549, 9617, 9023, 10554, 7627, 9268, 8337, 8279, 8063, 7892, 8338, 8074, 8089, 8914, 8454, 8244, 7688, 10623, 7621, 10318, 7675, 7438, 6167, 10071, 5998, 9449, 7746, 9882, 6106, 10231, 6225, 9464, 9166, 9479, 8087, 9980, 5610, 8923, 5800, 9531, 6689, 7762, 6100, 7573, 6696, 8601, 7529, 10650, 7581, 9666, 7810, 10276, 9165, 14001, 10418, 12042, 10383, 12131, 10657, 13648, 10418, 10252, 10274, 8589, 10485, 7773, 9951, 8601, 7943, 8479, 8823, 8982, 8607, 9122, 9191, 9831, 13044, 10589, 9033, 10631, 8243, 10079, 7719, 10320, 8223, 10317, 10953, 10499, 7726, 9508, 7561, 7839, 7389, 12177, 9108, 12340, 9244, 8091, 9361, 8400, 8674, 10008, 8562, 8770, 8689, 7823, 9225, 8617, 9149, 8960, 9490, 7383, 8749, 5814, 6654, 6971, 8306, 6878, 7981, 7245, 7878, 7729, 8309, 8689, 12453, 9215, 9918, 8671, 9282, 8892, 9031, 7829, 8003, 7694, 8244, 7690, 8409, 7772, 8080, 9085, 9125, 9614, 8905, 9704, 9043, 10277, 10183, 10206, 10150, 9906, 9092, 9774, 9832, 9699, 7868, 9298, 6572, 9480, 7309, 9713, 7361, 7664, 6436, 8258, 6974, 8336, 6699, 9167, 7683, 10167, 8079, 8456, 8333, 8832, 9374, 12051, 9783, 9360, 10118, 9504, 9527, 11219, 10087, 8823, 10313, 8306, 9984, 11020, 10963, 8441, 7824, 8434, 9176, 9113, 12878, 9986, 9522, 9969, 9017, 10406, 8203, 10433, 7797, 10421, 8039, 7335, 8328, 10062, 8672, 9606, 8616, 8455, 8772, 12917, 9593, 11843, 10560, 11153, 10121, 9022, 10655, 7916, 6507, 8088, 9404, 8609, 11994, 9855, 12784, 10687, 8219, 6679, 8900, 8353, 8924, 11394, 9525, 11012, 9961, 12193, 10601, 13553, 10566, 10542, 10193, 8642, 7296, 8590, 9233, 9443, 8535, 10316, 8630, 10312, 9845, 7371, 9525, 7847, 9752, 12414, 10071, 13813, 10532, 11249, 10316, 8778, 10482, 8853, 10316, 8613, 9335, 9692, 9006, 8794, 8979, 10109, 10270, 9912, 8143, 10377, 7476, 9160, 8642, 7871, 8537, 9589, 9560, 9698, 10476, 8102, 7269, 8517, 9017, 10125, 8195, 9965, 7341, 10466, 8441, 7076, 8046, 7438, 8209, 9547, 8243, 13638, 9581, 10870, 10241, 6590, 10106, 7814, 7647, 8173, 8636, 9625, 9018, 10302, 12711, 10836, 13694, 10632, 12428, 10684, 13724, 10791, 13925, 10550, 11504, 10297, 12701, 10214, 8020, 10485, 7579, 6554, 7394, 8524, 8560, 8951, 9533, 8390, 10413, 11051, 10291, 9277, 10689, 12013, 10504, 10763, 10576, 12145, 10338, 7853, 10096, 7038, 10232, 8417, 8764, 8540, 12994, 10269, 9013, 10419, 7488, 10757, 7836, 9847, 8624], 'WindowCenter': [3598.0, 3602.0, 3566.0, 3596.0, 3551.0, 3572.0, 3538.0, 3525.0, 3536.0, 3524.0, 3515.0, 3526.0, 3537.0, 3528.0, 3560.0, 3549.0, 3537.0, 3550.0, 3537.0, 3550.0, 3539.0, 3551.0, 3562.0, 3549.0, 3538.0, 3516.0, 3527.0, 3536.0, 3538.0, 3549.0, 3551.0, 3575.0, 3549.0, 3560.0, 3549.0, 3528.0, 3529.0, 3538.0, 3526.0, 3540.0, 3538.0, 3539.0, 3583.0, 3549.0, 3559.0, 3550.0, 3549.0, 3550.0, 3548.0, 3526.0, 3537.0, 3537.0, 3538.0, 3581.0, 3547.0, 3558.0, 3548.0, 3547.0, 3548.0, 3535.0, 3535.0, 3524.0, 3524.0, 3535.0, 3523.0, 3523.0, 3535.0, 3536.0, 3536.0, 3548.0, 3536.0, 3547.0, 3514.0, 3526.0, 3537.0, 3538.0, 3538.0, 3537.0, 3538.0, 3537.0, 3549.0, 3548.0, 3559.0, 3537.0, 3550.0, 3537.0, 3539.0, 3538.0, 3538.0, 3548.0, 3537.0, 3560.0, 3570.0, 3553.0, 3569.0, 3547.0, 3537.0, 3548.0, 3538.0, 3537.0, 3514.0, 3514.0, 3514.0, 3536.0, 3527.0, 3558.0, 3537.0, 3536.0, 3547.0, 3537.0, 3562.0, 3538.0, 3558.0, 3527.0, 3549.0, 3538.0, 3550.0, 3549.0, 3548.0, 3526.0, 3527.0, 3526.0, 3559.0, 3526.0, 3568.0, 3525.0, 3530.0, 3537.0, 3546.0, 3549.0, 3527.0, 3517.0, 3528.0, 3583.0, 3551.0, 3571.0, 3561.0, 3538.0, 3549.0, 3536.0, 3561.0, 3559.0, 3548.0, 3558.0, 3548.0, 3545.0, 3536.0, 3567.0, 3534.0, 3544.0, 3533.0, 3533.0, 3545.0, 3511.0, 3534.0, 3512.0, 3523.0, 3511.0, 3522.0, 3512.0, 3534.0, 3524.0, 3533.0, 3525.0, 3536.0, 3535.0, 3523.0, 3535.0, 3524.0, 3549.0, 3526.0, 3540.0, 3517.0, 3538.0, 3527.0, 3549.0, 3540.0, 3561.0, 3562.0, 3561.0, 3550.0, 3549.0, 3561.0, 3534.0, 3546.0, 3517.0, 3538.0, 3528.0, 3560.0, 3551.0, 3594.0, 3550.0, 3560.0, 3549.0, 3539.0, 3529.0, 3529.0, 3562.0, 3529.0, 3561.0, 3539.0, 3561.0, 3550.0, 3583.0, 3550.0, 3527.0, 3548.0, 3505.0, 3538.0, 3516.0, 3563.0, 3518.0, 3550.0, 3539.0, 3551.0, 3552.0, 3550.0, 3551.0, 3518.0, 3562.0, 3518.0, 3550.0, 3539.0, 3549.0, 3550.0, 3551.0, 3537.0, 3529.0, 3539.0, 3539.0, 3561.0, 3563.0, 3539.0, 3574.0, 3539.0, 3571.0, 3549.0, 3538.0, 3539.0, 3528.0, 3592.0, 3541.0, 3581.0, 3550.0, 3579.0, 3558.0, 3555.0, 3514.0, 3524.0, 3526.0, 3526.0, 3547.0, 3550.0, 3547.0, 3548.0, 3514.0, 3536.0, 3525.0, 3537.0, 3516.0, 3536.0, 3514.0, 3524.0, 3527.0, 3535.0, 3537.0, 3556.0, 3537.0, 3514.0, 3537.0, 3534.0, 3553.0, 3507.0, 3538.0, 3549.0, 3549.0, 3551.0, 3551.0, 3530.0, 3541.0, 3563.0, 3545.0, 3562.0, 3544.0, 3537.0, 3539.0, 3540.0, 3595.0, 3549.0, 3570.0, 3537.0, 3557.0, 3537.0, 3526.0, 3525.0, 3515.0, 3525.0, 3517.0, 3548.0, 3528.0, 3570.0, 3548.0, 3547.0, 3548.0, 3527.0, 3539.0, 3517.0, 3538.0, 3526.0, 3537.0, 3527.0, 3582.0, 3526.0, 3570.0, 3536.0, 3569.0, 3527.0, 3568.0, 3535.0, 3556.0, 3535.0, 3546.0, 3536.0, 3556.0, 3535.0, 3534.0, 3535.0, 3514.0, 3525.0, 3513.0, 3524.0, 3513.0, 3535.0, 3513.0, 3526.0, 3513.0, 3535.0, 3513.0, 3535.0, 3514.0, 3535.0, 3527.0, 3547.0, 3537.0, 3536.0, 3538.0, 3537.0, 3549.0, 3528.0, 3516.0, 3506.0, 3527.0, 3518.0, 3562.0, 3550.0, 3549.0, 3550.0, 3549.0, 3550.0, 3571.0, 3550.0, 3570.0, 3548.0, 3571.0, 3550.0, 3582.0, 3547.0, 3547.0, 3547.0, 3503.0, 3548.0, 3526.0, 3539.0, 3527.0, 3527.0, 3527.0, 3526.0, 3537.0, 3549.0, 3526.0, 3582.0, 3536.0, 3568.0, 3530.0, 3536.0, 3545.0, 3534.0, 3547.0, 3556.0, 3546.0, 3545.0, 3547.0, 3545.0, 3546.0, 3556.0, 3536.0, 3523.0, 3513.0, 3525.0, 3523.0, 3535.0, 3548.0, 3537.0, 3568.0, 3529.0, 3545.0, 3534.0, 3533.0, 3536.0, 3566.0, 3535.0, 3555.0, 3534.0, 3544.0, 3534.0, 3534.0, 3534.0, 3533.0, 3533.0, 3512.0, 3535.0, 3503.0, 3514.0, 3505.0, 3536.0, 3527.0, 3548.0, 3540.0, 3538.0, 3550.0, 3549.0, 3550.0, 3560.0, 3548.0, 3559.0, 3549.0, 3570.0, 3560.0, 3569.0, 3546.0, 3567.0, 3533.0, 3536.0, 3523.0, 3566.0, 3526.0, 3542.0, 3532.0, 3532.0, 3528.0, 3544.0, 3535.0, 3513.0, 3535.0, 3504.0, 3548.0, 3528.0, 3539.0, 3527.0, 3526.0, 3527.0, 3538.0, 3527.0, 3570.0, 3524.0, 3525.0, 3524.0, 3524.0, 3525.0, 3570.0, 3525.0, 3524.0, 3525.0, 3524.0, 3525.0, 3540.0, 3547.0, 3535.0, 3549.0, 3538.0, 3561.0, 3516.0, 3528.0, 3516.0, 3540.0, 3518.0, 3552.0, 3539.0, 3559.0, 3538.0, 3559.0, 3549.0, 3580.0, 3549.0, 3569.0, 3545.0, 3557.0, 3547.0, 3546.0, 3547.0, 3545.0, 3545.0, 3525.0, 3515.0, 3525.0, 3536.0, 3535.0, 3535.0, 3537.0, 3536.0, 3559.0, 3569.0, 3545.0, 3545.0, 3546.0, 3533.0, 3547.0, 3534.0, 3512.0, 3522.0, 3522.0, 3536.0, 3534.0, 3546.0, 3535.0, 3545.0, 3545.0, 3557.0, 3556.0, 3557.0, 3534.0, 3545.0, 3524.0, 3546.0, 3523.0, 3526.0, 3522.0, 3523.0, 3535.0, 3535.0, 3546.0, 3569.0, 3547.0, 3534.0, 3548.0, 3513.0, 3535.0, 3536.0, 3536.0, 3533.0, 3524.0, 3535.0, 3535.0, 3536.0, 3568.0, 3540.0, 3544.0, 3546.0, 3534.0, 3545.0, 3556.0, 3546.0, 3522.0, 3546.0, 3533.0, 3524.0, 3525.0, 3525.0, 3524.0, 3536.0, 3536.0, 3535.0, 3559.0, 3557.0, 3545.0, 3545.0, 3546.0, 3535.0, 3546.0, 3535.0, 3512.0, 3525.0, 3524.0, 3536.0, 3547.0, 3546.0, 3535.0, 3558.0, 3541.0, 3560.0, 3538.0, 3558.0, 3526.0, 3526.0, 3539.0, 3547.0, 3547.0, 3568.0, 3535.0, 3547.0, 3550.0, 3558.0, 3547.0, 3557.0, 3545.0, 3514.0, 3515.0, 3504.0, 3547.0, 3527.0, 3535.0, 3540.0, 3548.0, 3561.0, 3560.0, 3559.0, 3537.0, 3560.0, 3532.0, 3527.0, 3538.0, 3570.0, 3525.0, 3535.0, 3537.0, 3546.0, 3535.0, 3568.0, 3533.0, 3556.0, 3547.0, 3546.0, 3546.0, 3514.0, 3502.0, 3514.0, 3526.0, 3525.0, 3546.0, 3537.0, 3547.0, 3548.0, 3548.0, 3559.0, 3546.0, 3547.0, 3568.0, 3545.0, 3556.0, 3546.0, 3545.0, 3544.0, 3554.0, 3543.0, 3511.0, 3523.0, 3513.0, 3524.0, 3525.0, 3534.0, 3535.0, 3535.0, 3546.0, 3540.0, 3558.0, 3547.0, 3559.0, 3547.0, 3558.0, 3536.0, 3559.0, 3526.0, 3557.0, 3547.0, 3536.0, 3523.0, 3513.0, 3537.0, 3547.0, 3548.0, 3546.0, 3540.0, 3547.0, 3560.0, 3521.0, 3527.0, 3527.0, 3550.0, 3560.0, 3517.0, 3529.0, 3531.0, 3551.0, 3541.0, 3551.0, 3539.0, 3561.0, 3550.0, 3571.0, 3561.0, 3581.0, 3548.0, 3570.0, 3548.0, 3545.0, 3547.0, 3522.0, 3523.0, 3535.0, 3524.0, 3513.0, 3547.0, 3536.0, 3534.0, 3558.0, 3546.0, 3546.0, 3536.0, 3546.0, 3512.0, 3557.0, 3536.0, 3536.0, 3536.0, 3559.0, 3535.0, 3535.0, 3547.0, 3536.0, 3548.0, 3547.0, 3547.0, 3547.0, 3546.0, 3521.0, 3558.0, 3535.0, 3537.0, 3535.0, 3524.0, 3535.0, 3524.0, 3523.0, 3567.0, 3533.0, 3544.0, 3535.0, 3534.0, 3545.0, 3533.0, 3545.0, 3545.0, 3525.0, 3535.0, 3536.0, 3525.0, 3524.0, 3522.0, 3534.0, 3547.0, 3535.0, 3547.0, 3558.0, 3547.0, 3534.0, 3546.0, 3513.0, 3512.0, 3523.0, 3523.0, 3512.0, 3521.0, 3523.0, 3535.0, 3536.0, 3546.0, 3557.0, 3558.0, 3557.0, 3526.0, 3515.0, 3527.0, 3538.0, 3540.0, 3550.0, 3539.0, 3560.0, 3538.0, 3538.0, 3548.0, 3537.0, 3535.0, 3547.0, 3534.0, 3556.0, 3534.0, 3534.0, 3535.0, 3534.0, 3535.0, 3534.0, 3549.0, 3524.0, 3534.0, 3504.0, 3525.0, 3547.0, 3527.0, 3540.0, 3551.0, 3562.0, 3567.0, 3562.0, 3562.0, 3560.0, 3559.0, 3557.0, 3546.0, 3570.0, 3537.0, 3569.0, 3544.0, 3544.0, 3548.0, 3518.0, 3546.0, 3514.0, 3547.0, 3513.0, 3548.0, 3526.0, 3537.0, 3515.0, 3537.0, 3514.0, 3524.0, 3516.0, 3547.0, 3526.0, 3547.0, 3525.0, 3534.0, 3526.0, 3549.0, 3537.0, 3559.0, 3547.0, 3546.0, 3546.0, 3547.0, 3549.0, 3537.0, 3548.0, 3516.0, 3548.0, 3504.0, 3559.0, 3516.0, 3538.0, 3515.0, 3536.0, 3515.0, 3550.0, 3528.0, 3550.0, 3539.0, 3570.0, 3549.0, 3525.0, 3549.0, 3543.0, 3549.0, 3550.0, 3528.0, 3506.0, 3538.0, 3530.0, 3560.0, 3539.0, 3574.0, 3547.0, 3560.0, 3559.0, 3554.0, 3560.0, 3526.0, 3515.0, 3517.0, 3550.0, 3539.0, 3560.0, 3561.0, 3549.0, 3561.0, 3560.0, 3561.0, 3561.0, 3548.0, 3558.0, 3546.0, 3557.0, 3547.0, 3548.0, 3557.0, 3525.0, 3523.0, 3519.0, 3537.0, 3547.0, 3546.0, 3547.0, 3568.0, 3547.0, 3526.0, 3547.0, 3513.0, 3548.0, 3558.0, 3547.0, 3568.0, 3546.0, 3566.0, 3546.0, 3557.0, 3545.0, 3544.0, 3545.0, 3544.0, 3531.0, 3531.0, 3531.0, 3522.0, 3535.0, 3523.0, 3534.0, 3544.0, 3543.0, 3521.0, 3533.0, 3521.0, 3545.0, 3545.0, 3547.0, 3513.0, 3534.0, 3524.0, 3547.0, 3526.0, 3548.0, 3514.0, 3535.0, 3513.0, 3549.0, 3526.0, 3548.0, 3536.0, 3547.0, 3523.0, 3535.0, 3529.0, 3536.0, 3524.0, 3523.0, 3536.0, 3538.0, 3536.0, 3548.0, 3536.0, 3535.0, 3523.0, 3545.0, 3525.0, 3546.0, 3524.0, 3523.0, 3502.0, 3547.0, 3504.0, 3548.0, 3525.0, 3560.0, 3515.0, 3559.0, 3516.0, 3562.0, 3549.0, 3561.0, 3538.0, 3559.0, 3505.0, 3542.0, 3517.0, 3561.0, 3529.0, 3541.0, 3516.0, 3537.0, 3530.0, 3549.0, 3534.0, 3572.0, 3540.0, 3548.0, 3539.0, 3559.0, 3561.0, 3583.0, 3558.0, 3569.0, 3560.0, 3569.0, 3560.0, 3568.0, 3546.0, 3546.0, 3559.0, 3535.0, 3559.0, 3523.0, 3544.0, 3537.0, 3524.0, 3536.0, 3534.0, 3535.0, 3533.0, 3545.0, 3546.0, 3546.0, 3567.0, 3546.0, 3534.0, 3545.0, 3523.0, 3544.0, 3523.0, 3557.0, 3537.0, 3540.0, 3558.0, 3547.0, 3523.0, 3533.0, 3524.0, 3524.0, 3525.0, 3569.0, 3548.0, 3568.0, 3547.0, 3524.0, 3546.0, 3535.0, 3536.0, 3547.0, 3536.0, 3534.0, 3536.0, 3524.0, 3548.0, 3536.0, 3547.0, 3547.0, 3549.0, 3526.0, 3549.0, 3504.0, 3527.0, 3539.0, 3549.0, 3528.0, 3539.0, 3527.0, 3538.0, 3539.0, 3539.0, 3537.0, 3570.0, 3534.0, 3545.0, 3533.0, 3533.0, 3534.0, 3534.0, 3505.0, 3523.0, 3524.0, 3522.0, 3522.0, 3522.0, 3523.0, 3536.0, 3546.0, 3546.0, 3549.0, 3535.0, 3548.0, 3547.0, 3559.0, 3559.0, 3560.0, 3559.0, 3559.0, 3547.0, 3559.0, 3559.0, 3547.0, 3538.0, 3549.0, 3514.0, 3547.0, 3524.0, 3547.0, 3526.0, 3536.0, 3515.0, 3537.0, 3527.0, 3550.0, 3528.0, 3549.0, 3538.0, 3559.0, 3536.0, 3537.0, 3549.0, 3547.0, 3548.0, 3562.0, 3558.0, 3546.0, 3571.0, 3553.0, 3560.0, 3570.0, 3558.0, 3535.0, 3558.0, 3537.0, 3557.0, 3551.0, 3559.0, 3534.0, 3522.0, 3536.0, 3547.0, 3546.0, 3569.0, 3546.0, 3545.0, 3558.0, 3547.0, 3559.0, 3550.0, 3558.0, 3524.0, 3558.0, 3538.0, 3528.0, 3531.0, 3558.0, 3536.0, 3547.0, 3537.0, 3536.0, 3535.0, 3567.0, 3545.0, 3556.0, 3558.0, 3558.0, 3557.0, 3534.0, 3545.0, 3523.0, 3515.0, 3537.0, 3548.0, 3541.0, 3569.0, 3560.0, 3569.0, 3557.0, 3536.0, 3527.0, 3548.0, 3537.0, 3549.0, 3568.0, 3547.0, 3557.0, 3558.0, 3568.0, 3558.0, 3568.0, 3544.0, 3544.0, 3543.0, 3533.0, 3523.0, 3535.0, 3546.0, 3546.0, 3535.0, 3557.0, 3537.0, 3557.0, 3548.0, 3525.0, 3545.0, 3537.0, 3547.0, 3568.0, 3548.0, 3567.0, 3545.0, 3555.0, 3545.0, 3533.0, 3558.0, 3533.0, 3545.0, 3533.0, 3535.0, 3543.0, 3532.0, 3534.0, 3533.0, 3556.0, 3557.0, 3546.0, 3536.0, 3544.0, 3517.0, 3547.0, 3548.0, 3535.0, 3536.0, 3545.0, 3545.0, 3544.0, 3558.0, 3536.0, 3526.0, 3548.0, 3548.0, 3559.0, 3548.0, 3560.0, 3526.0, 3559.0, 3538.0, 3527.0, 3537.0, 3528.0, 3536.0, 3547.0, 3537.0, 3580.0, 3547.0, 3556.0, 3560.0, 3526.0, 3558.0, 3537.0, 3539.0, 3539.0, 3549.0, 3561.0, 3549.0, 3560.0, 3571.0, 3560.0, 3582.0, 3547.0, 3567.0, 3545.0, 3566.0, 3544.0, 3567.0, 3543.0, 3543.0, 3545.0, 3554.0, 3545.0, 3515.0, 3543.0, 3521.0, 3515.0, 3525.0, 3536.0, 3548.0, 3548.0, 3548.0, 3537.0, 3566.0, 3570.0, 3561.0, 3551.0, 3558.0, 3558.0, 3559.0, 3559.0, 3557.0, 3558.0, 3547.0, 3524.0, 3546.0, 3526.0, 3559.0, 3536.0, 3537.0, 3537.0, 3581.0, 3560.0, 3549.0, 3574.0, 3538.0, 3559.0, 3526.0, 3548.0, 3536.0], 'WindowWidth': [8159.0, 8152.0, 8093.0, 8133.0, 8064.0, 8092.0, 8038.0, 8016.0, 8031.0, 8014.0, 8003.0, 8018.0, 8036.0, 8026.0, 8071.0, 8053.0, 8036.0, 8057.0, 8037.0, 8059.0, 8043.0, 8060.0, 8079.0, 8056.0, 8038.0, 8006.0, 8024.0, 8035.0, 8042.0, 8057.0, 8061.0, 8090.0, 8055.0, 8071.0, 8057.0, 8027.0, 8028.0, 8038.0, 8021.0, 8045.0, 8040.0, 8043.0, 8107.0, 8055.0, 8068.0, 8058.0, 8055.0, 8058.0, 8052.0, 8020.0, 8035.0, 8036.0, 8040.0, 8101.0, 8049.0, 8065.0, 8051.0, 8049.0, 8053.0, 8028.0, 8029.0, 8013.0, 8013.0, 8028.0, 8011.0, 8011.0, 8029.0, 8034.0, 8033.0, 8052.0, 8033.0, 8047.0, 8001.0, 8020.0, 8036.0, 8040.0, 8037.0, 8035.0, 8039.0, 8037.0, 8058.0, 8052.0, 8067.0, 8036.0, 8056.0, 8037.0, 8043.0, 8037.0, 8038.0, 8053.0, 8037.0, 8071.0, 8088.0, 8056.0, 8082.0, 8048.0, 8036.0, 8050.0, 8038.0, 8035.0, 8001.0, 8001.0, 8003.0, 8035.0, 8023.0, 8066.0, 8036.0, 8033.0, 8052.0, 8036.0, 8075.0, 8039.0, 8066.0, 8023.0, 8055.0, 8039.0, 8059.0, 8054.0, 8050.0, 8018.0, 8023.0, 8019.0, 8069.0, 8021.0, 8079.0, 8017.0, 8021.0, 8037.0, 8048.0, 8054.0, 8024.0, 8012.0, 8029.0, 8109.0, 8061.0, 8089.0, 8073.0, 8039.0, 8054.0, 8036.0, 8073.0, 8069.0, 8052.0, 8066.0, 8051.0, 8046.0, 8033.0, 8074.0, 8025.0, 8040.0, 8025.0, 8025.0, 8041.0, 7993.0, 8025.0, 7994.0, 8010.0, 7992.0, 8008.0, 7994.0, 8025.0, 8013.0, 8024.0, 8017.0, 8032.0, 8031.0, 8011.0, 8032.0, 8018.0, 8056.0, 8023.0, 8047.0, 8012.0, 8039.0, 8025.0, 8056.0, 8049.0, 8074.0, 8078.0, 8075.0, 8059.0, 8058.0, 8077.0, 8035.0, 8054.0, 8014.0, 8041.0, 8030.0, 8074.0, 8061.0, 8126.0, 8059.0, 8073.0, 8057.0, 8045.0, 8031.0, 8032.0, 8077.0, 8030.0, 8074.0, 8045.0, 8075.0, 8059.0, 8109.0, 8058.0, 8024.0, 8054.0, 7996.0, 8041.0, 8011.0, 8081.0, 8015.0, 8059.0, 8044.0, 8062.0, 8064.0, 8061.0, 8063.0, 8016.0, 8077.0, 8016.0, 8059.0, 8044.0, 8057.0, 8062.0, 8062.0, 8045.0, 8030.0, 8044.0, 8044.0, 8077.0, 8081.0, 8045.0, 8098.0, 8043.0, 8088.0, 8056.0, 8041.0, 8044.0, 8027.0, 8122.0, 8041.0, 8103.0, 8056.0, 8097.0, 8068.0, 8059.0, 8003.0, 8017.0, 8019.0, 8023.0, 8050.0, 8058.0, 8050.0, 8051.0, 8004.0, 8033.0, 8019.0, 8036.0, 8006.0, 8034.0, 8002.0, 8015.0, 8023.0, 8032.0, 8037.0, 8060.0, 8035.0, 8004.0, 8038.0, 8037.0, 8067.0, 8000.0, 8041.0, 8057.0, 8057.0, 8064.0, 8066.0, 8035.0, 8051.0, 8083.0, 8052.0, 8079.0, 8048.0, 8039.0, 8041.0, 8046.0, 8130.0, 8056.0, 8086.0, 8037.0, 8065.0, 8038.0, 8021.0, 8017.0, 8005.0, 8016.0, 8011.0, 8053.0, 8028.0, 8087.0, 8052.0, 8051.0, 8054.0, 8024.0, 8045.0, 8010.0, 8039.0, 8022.0, 8038.0, 8025.0, 8106.0, 8020.0, 8084.0, 8033.0, 8082.0, 8023.0, 8081.0, 8030.0, 8060.0, 8030.0, 8047.0, 8034.0, 8061.0, 8029.0, 8028.0, 8029.0, 8002.0, 8016.0, 7998.0, 8015.0, 7998.0, 8028.0, 7997.0, 8019.0, 8000.0, 8030.0, 8001.0, 8029.0, 8002.0, 8030.0, 8023.0, 8049.0, 8038.0, 8036.0, 8038.0, 8037.0, 8055.0, 8027.0, 8009.0, 7995.0, 8025.0, 8015.0, 8078.0, 8060.0, 8057.0, 8058.0, 8058.0, 8060.0, 8089.0, 8058.0, 8084.0, 8053.0, 8088.0, 8058.0, 8106.0, 8050.0, 8049.0, 8050.0, 7986.0, 8053.0, 8022.0, 8044.0, 8023.0, 8023.0, 8024.0, 8019.0, 8036.0, 8056.0, 8020.0, 8108.0, 8033.0, 8080.0, 8021.0, 8034.0, 8043.0, 8027.0, 8048.0, 8059.0, 8044.0, 8045.0, 8048.0, 8045.0, 8046.0, 8061.0, 8032.0, 8011.0, 7997.0, 8015.0, 8011.0, 8030.0, 8052.0, 8035.0, 8079.0, 8017.0, 8044.0, 8026.0, 8026.0, 8033.0, 8075.0, 8027.0, 8057.0, 8026.0, 8040.0, 8028.0, 8028.0, 8027.0, 8023.0, 8024.0, 7996.0, 8030.0, 7985.0, 8001.0, 7992.0, 8034.0, 8025.0, 8054.0, 8043.0, 8039.0, 8058.0, 8056.0, 8059.0, 8071.0, 8052.0, 8069.0, 8054.0, 8087.0, 8072.0, 8084.0, 8045.0, 8076.0, 8021.0, 8023.0, 8009.0, 8073.0, 8010.0, 8034.0, 8020.0, 8023.0, 8014.0, 8040.0, 8028.0, 7997.0, 8030.0, 7990.0, 8052.0, 8026.0, 8043.0, 8023.0, 8021.0, 8022.0, 8038.0, 8022.0, 8087.0, 8015.0, 8015.0, 8013.0, 8014.0, 8018.0, 8086.0, 8015.0, 8015.0, 8016.0, 8013.0, 8016.0, 8034.0, 8048.0, 8032.0, 8056.0, 8041.0, 8074.0, 8010.0, 8027.0, 8010.0, 8046.0, 8016.0, 8068.0, 8045.0, 8071.0, 8039.0, 8070.0, 8055.0, 8103.0, 8056.0, 8084.0, 8043.0, 8064.0, 8049.0, 8047.0, 8049.0, 8042.0, 8042.0, 8018.0, 8004.0, 8018.0, 8034.0, 8030.0, 8032.0, 8038.0, 8033.0, 8066.0, 8082.0, 8043.0, 8043.0, 8046.0, 8027.0, 8046.0, 8029.0, 7996.0, 8007.0, 8009.0, 8031.0, 8028.0, 8047.0, 8030.0, 8042.0, 8045.0, 8062.0, 8059.0, 8063.0, 8028.0, 8043.0, 8015.0, 8045.0, 8012.0, 8019.0, 8009.0, 8010.0, 8030.0, 8031.0, 8046.0, 8084.0, 8049.0, 8028.0, 8051.0, 8002.0, 8032.0, 8035.0, 8035.0, 8026.0, 8015.0, 8031.0, 8031.0, 8033.0, 8081.0, 8033.0, 8040.0, 8047.0, 8029.0, 8044.0, 8061.0, 8044.0, 8010.0, 8046.0, 8025.0, 8016.0, 8018.0, 8017.0, 8013.0, 8033.0, 8034.0, 8032.0, 8068.0, 8063.0, 8044.0, 8044.0, 8046.0, 8031.0, 8047.0, 8029.0, 7997.0, 8017.0, 8015.0, 8033.0, 8052.0, 8047.0, 8031.0, 8066.0, 8041.0, 8071.0, 8039.0, 8065.0, 8021.0, 8021.0, 8043.0, 8051.0, 8049.0, 8082.0, 8030.0, 8049.0, 8056.0, 8065.0, 8050.0, 8064.0, 8044.0, 8002.0, 8005.0, 7989.0, 8052.0, 8023.0, 8032.0, 8045.0, 8054.0, 8075.0, 8074.0, 8069.0, 8035.0, 8072.0, 8029.0, 8024.0, 8040.0, 8086.0, 8016.0, 8030.0, 8035.0, 8045.0, 8031.0, 8082.0, 8025.0, 8060.0, 8050.0, 8046.0, 8046.0, 8001.0, 7984.0, 8002.0, 8021.0, 8019.0, 8049.0, 8035.0, 8050.0, 8049.0, 8053.0, 8067.0, 8047.0, 8049.0, 8081.0, 8042.0, 8059.0, 8045.0, 8044.0, 8041.0, 8053.0, 8036.0, 7992.0, 8010.0, 7997.0, 8014.0, 8015.0, 8028.0, 8029.0, 8029.0, 8046.0, 8037.0, 8067.0, 8049.0, 8066.0, 8049.0, 8063.0, 8034.0, 8067.0, 8022.0, 8063.0, 8051.0, 8033.0, 8012.0, 7999.0, 8036.0, 8050.0, 8051.0, 8048.0, 8036.0, 8049.0, 8071.0, 8013.0, 8024.0, 8024.0, 8059.0, 8071.0, 8011.0, 8029.0, 8036.0, 8061.0, 8047.0, 8063.0, 8041.0, 8075.0, 8059.0, 8087.0, 8073.0, 8104.0, 8049.0, 8086.0, 8052.0, 8044.0, 8049.0, 8008.0, 8009.0, 8029.0, 8013.0, 7999.0, 8049.0, 8030.0, 8028.0, 8066.0, 8047.0, 8048.0, 8033.0, 8045.0, 7997.0, 8062.0, 8034.0, 8033.0, 8033.0, 8067.0, 8028.0, 8028.0, 8048.0, 8035.0, 8053.0, 8051.0, 8049.0, 8048.0, 8045.0, 8010.0, 8063.0, 8028.0, 8036.0, 8027.0, 8012.0, 8029.0, 8013.0, 8011.0, 8074.0, 8022.0, 8040.0, 8028.0, 8027.0, 8044.0, 8026.0, 8043.0, 8043.0, 8015.0, 8029.0, 8032.0, 8016.0, 8013.0, 8009.0, 8025.0, 8047.0, 8031.0, 8049.0, 8064.0, 8048.0, 8027.0, 8047.0, 7999.0, 7995.0, 8009.0, 8010.0, 7993.0, 8006.0, 8013.0, 8028.0, 8032.0, 8048.0, 8063.0, 8066.0, 8063.0, 8021.0, 8005.0, 8022.0, 8039.0, 8045.0, 8058.0, 8043.0, 8072.0, 8036.0, 8038.0, 8051.0, 8037.0, 8030.0, 8047.0, 8027.0, 8059.0, 8026.0, 8026.0, 8027.0, 8027.0, 8030.0, 8029.0, 8053.0, 8015.0, 8028.0, 7989.0, 8019.0, 8051.0, 8025.0, 8046.0, 8063.0, 8079.0, 8082.0, 8079.0, 8076.0, 8072.0, 8065.0, 8062.0, 8046.0, 8084.0, 8034.0, 8080.0, 8039.0, 8041.0, 8051.0, 8004.0, 8047.0, 7999.0, 8045.0, 7999.0, 8052.0, 8019.0, 8036.0, 8003.0, 8034.0, 8002.0, 8014.0, 8007.0, 8050.0, 8019.0, 8048.0, 8018.0, 8027.0, 8019.0, 8054.0, 8037.0, 8068.0, 8049.0, 8046.0, 8045.0, 8049.0, 8055.0, 8036.0, 8052.0, 8007.0, 8051.0, 7989.0, 8070.0, 8010.0, 8042.0, 8006.0, 8033.0, 8006.0, 8056.0, 8028.0, 8059.0, 8044.0, 8086.0, 8055.0, 8020.0, 8057.0, 8047.0, 8056.0, 8059.0, 8026.0, 7994.0, 8040.0, 8031.0, 8072.0, 8042.0, 8087.0, 8050.0, 8072.0, 8069.0, 8061.0, 8069.0, 8022.0, 8004.0, 8010.0, 8059.0, 8044.0, 8073.0, 8072.0, 8056.0, 8075.0, 8073.0, 8075.0, 8074.0, 8052.0, 8064.0, 8044.0, 8063.0, 8048.0, 8051.0, 8063.0, 8015.0, 8011.0, 8006.0, 8035.0, 8049.0, 8048.0, 8051.0, 8079.0, 8049.0, 8020.0, 8049.0, 7998.0, 8051.0, 8066.0, 8048.0, 8079.0, 8044.0, 8075.0, 8043.0, 8062.0, 8044.0, 8041.0, 8042.0, 8040.0, 8017.0, 8020.0, 8018.0, 8006.0, 8027.0, 8012.0, 8026.0, 8038.0, 8036.0, 8005.0, 8022.0, 8005.0, 8043.0, 8042.0, 8048.0, 7998.0, 8027.0, 8014.0, 8048.0, 8019.0, 8048.0, 8000.0, 8030.0, 7999.0, 8053.0, 8019.0, 8052.0, 8034.0, 8050.0, 8011.0, 8030.0, 8017.0, 8032.0, 8015.0, 8012.0, 8034.0, 8039.0, 8034.0, 8052.0, 8032.0, 8031.0, 8010.0, 8043.0, 8017.0, 8042.0, 8013.0, 8011.0, 7981.0, 8045.0, 7988.0, 8050.0, 8019.0, 8069.0, 8005.0, 8065.0, 8008.0, 8076.0, 8056.0, 8073.0, 8041.0, 8066.0, 7992.0, 8040.0, 8013.0, 8074.0, 8031.0, 8047.0, 8010.0, 8038.0, 8032.0, 8058.0, 8034.0, 8094.0, 8043.0, 8052.0, 8042.0, 8070.0, 8074.0, 8109.0, 8066.0, 8085.0, 8071.0, 8084.0, 8072.0, 8083.0, 8045.0, 8047.0, 8066.0, 8032.0, 8066.0, 8012.0, 8041.0, 8035.0, 8015.0, 8032.0, 8027.0, 8028.0, 8025.0, 8044.0, 8047.0, 8046.0, 8078.0, 8044.0, 8028.0, 8042.0, 8012.0, 8040.0, 8011.0, 8062.0, 8036.0, 8035.0, 8064.0, 8045.0, 8009.0, 8024.0, 8013.0, 8014.0, 8017.0, 8084.0, 8053.0, 8076.0, 8049.0, 8015.0, 8045.0, 8030.0, 8031.0, 8049.0, 8031.0, 8027.0, 8031.0, 8012.0, 8051.0, 8035.0, 8049.0, 8050.0, 8054.0, 8020.0, 8053.0, 7992.0, 8024.0, 8043.0, 8057.0, 8026.0, 8043.0, 8023.0, 8038.0, 8041.0, 8041.0, 8035.0, 8087.0, 8026.0, 8043.0, 8025.0, 8022.0, 8024.0, 8025.0, 7978.0, 8010.0, 8013.0, 8009.0, 8008.0, 8008.0, 8011.0, 8033.0, 8046.0, 8047.0, 8054.0, 8031.0, 8051.0, 8052.0, 8070.0, 8069.0, 8072.0, 8070.0, 8066.0, 8051.0, 8068.0, 8068.0, 8051.0, 8039.0, 8053.0, 8003.0, 8049.0, 8017.0, 8049.0, 8020.0, 8034.0, 8006.0, 8037.0, 8026.0, 8059.0, 8029.0, 8056.0, 8041.0, 8068.0, 8035.0, 8038.0, 8057.0, 8050.0, 8053.0, 8068.0, 8065.0, 8050.0, 8088.0, 8059.0, 8070.0, 8084.0, 8064.0, 8029.0, 8065.0, 8036.0, 8064.0, 8051.0, 8069.0, 8025.0, 8010.0, 8034.0, 8050.0, 8048.0, 8083.0, 8046.0, 8045.0, 8066.0, 8051.0, 8067.0, 8058.0, 8064.0, 8016.0, 8062.0, 8038.0, 8024.0, 8024.0, 8067.0, 8033.0, 8048.0, 8035.0, 8034.0, 8029.0, 8078.0, 8043.0, 8061.0, 8065.0, 8064.0, 8064.0, 8029.0, 8042.0, 8013.0, 8006.0, 8038.0, 8055.0, 8039.0, 8084.0, 8070.0, 8084.0, 8064.0, 8034.0, 8023.0, 8054.0, 8038.0, 8054.0, 8082.0, 8048.0, 8062.0, 8064.0, 8079.0, 8063.0, 8084.0, 8043.0, 8040.0, 8035.0, 8024.0, 8012.0, 8029.0, 8048.0, 8046.0, 8030.0, 8063.0, 8037.0, 8063.0, 8050.0, 8018.0, 8044.0, 8037.0, 8048.0, 8080.0, 8050.0, 8080.0, 8040.0, 8059.0, 8044.0, 8025.0, 8065.0, 8023.0, 8039.0, 8023.0, 8028.0, 8037.0, 8023.0, 8025.0, 8024.0, 8058.0, 8063.0, 8047.0, 8035.0, 8041.0, 7998.0, 8047.0, 8053.0, 8030.0, 8034.0, 8046.0, 8043.0, 8039.0, 8064.0, 8033.0, 8021.0, 8052.0, 8051.0, 8066.0, 8053.0, 8071.0, 8022.0, 8067.0, 8038.0, 8022.0, 8034.0, 8025.0, 8034.0, 8049.0, 8034.0, 8098.0, 8048.0, 8062.0, 8069.0, 8022.0, 8066.0, 8038.0, 8041.0, 8041.0, 8056.0, 8073.0, 8058.0, 8071.0, 8088.0, 8070.0, 8103.0, 8047.0, 8076.0, 8043.0, 8073.0, 8041.0, 8079.0, 8035.0, 8038.0, 8040.0, 8052.0, 8041.0, 7993.0, 8035.0, 8006.0, 8005.0, 8019.0, 8033.0, 8053.0, 8052.0, 8050.0, 8036.0, 8080.0, 8085.0, 8074.0, 8061.0, 8064.0, 8068.0, 8067.0, 8068.0, 8060.0, 8064.0, 8047.0, 8012.0, 8045.0, 8021.0, 8066.0, 8033.0, 8037.0, 8036.0, 8102.0, 8069.0, 8055.0, 8093.0, 8039.0, 8067.0, 8019.0, 8049.0, 8032.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.0003295451099317665</td></tr>
<tr><td colspan=3>aqi</td><td>0.02060554920394238</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.442954281866506</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2231948770485577</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9971226812215485</td></tr>
<tr><td colspan=3>efc</td><td>0.491</td></tr>
<tr><td colspan=3>fber</td><td>5260.1455</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09427485016455166</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6535253980288096</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4742634507914993</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3573023983429855</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.705835935487844</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3596520185436685</td></tr>
<tr><td colspan=3>gcor</td><td>0.00878107</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01563764177262783</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03352377936244011</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.043024661621772</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.0393</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.1587</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.0987</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295913.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>719.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>286.1077</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8228</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>414.0583</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2747.2551</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>714.5596</td></tr>
<tr><td colspan=3>tsnr</td><td>40.74776477739215</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>