ds005256-mriqc/sub-0010_ses-04_task-fractional_acq-mb8_run-01_bold.html
Felix Hoffstaedter c1401854b1 [DATALAD RUNCMD] Compute MRIQC for sub-0010
=== 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-0010 --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-0010",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:42 +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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-04/func/sub-0010_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>89133405cfebc6b72580d618faaa0b71</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>15:12:8.137500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998801, 0.00851896, 0.0482091, -0.0111572, 0.998439, 0.0547229]</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.0732353</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>[4176, -7726, -7292, 683, -59, -33, 82, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.239</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>81e13e7d-2361-48c4-aa1b-ae181b5b0181||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797099113464355, -0.029933903366327286, 0.12870275974273682, 104.8105239868164], [-0.022855738177895546, 2.678739547729492, 0.14902696013450623, -83.29873657226562], [0.12934152781963348, -0.14681755006313324, 2.692810297012329, -54.4382438659668], [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, 1323]</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, 1323], 'AcquisitionTime': ['151208.137500', '151208.597500', '151209.057500', '151209.517500', '151209.977500', '151210.437500', '151210.897500', '151211.357500', '151211.817500', '151212.277500', '151212.737500', '151213.197500', '151213.657500', '151214.117500', '151214.577500', '151215.037500', '151215.497500', '151215.957500', '151216.417500', '151216.877500', '151217.337500', '151217.797500', '151218.257500', '151218.717500', '151219.177500', '151219.637500', '151220.097500', '151220.557500', '151221.017500', '151221.477500', '151221.937500', '151222.397500', '151222.857500', '151223.317500', '151223.777500', '151224.237500', '151224.697500', '151225.157500', '151225.617500', '151226.077500', '151226.537500', '151226.997500', '151227.457500', '151227.917500', '151228.377500', '151228.837500', '151229.297500', '151229.757500', '151230.217500', '151230.677500', '151231.137500', '151231.597500', '151232.057500', '151232.517500', '151232.977500', '151233.437500', '151233.897500', '151234.357500', '151234.817500', '151235.277500', '151235.737500', '151236.197500', '151236.657500', '151237.117500', '151237.577500', '151238.037500', '151238.497500', '151238.957500', '151239.417500', '151239.877500', '151240.337500', '151240.797500', '151241.257500', '151241.717500', '151242.177500', '151242.637500', '151243.097500', '151243.557500', '151244.017500', '151244.477500', '151244.937500', '151245.397500', '151245.857500', '151246.317500', '151246.777500', '151247.237500', '151247.697500', '151248.157500', '151248.617500', '151249.077500', '151249.537500', '151249.997500', '151250.457500', '151250.917500', '151251.377500', '151251.837500', '151252.297500', '151252.757500', '151253.217500', '151253.677500', '151254.137500', '151254.597500', '151255.057500', '151255.517500', '151255.977500', '151256.437500', '151256.897500', '151257.357500', '151257.817500', '151258.277500', '151258.737500', '151259.197500', '151259.657500', '151300.117500', '151300.577500', '151301.037500', '151301.497500', '151301.957500', '151302.417500', '151302.877500', '151303.337500', '151303.797500', '151304.257500', '151304.717500', '151305.177500', '151305.637500', '151306.097500', '151306.557500', '151307.017500', '151307.477500', '151307.937500', '151308.397500', '151308.857500', '151309.317500', '151309.777500', '151310.237500', '151310.697500', '151311.157500', '151311.617500', '151312.077500', '151312.537500', '151312.997500', '151313.457500', '151313.917500', '151314.377500', '151314.837500', '151315.297500', '151315.757500', '151316.217500', '151316.677500', '151317.137500', '151317.597500', '151318.057500', '151318.517500', '151318.977500', '151319.437500', '151319.897500', '151320.357500', '151320.817500', '151321.277500', '151321.737500', '151322.197500', '151322.657500', '151323.117500', '151323.577500', '151324.037500', '151324.497500', '151324.957500', '151325.417500', '151325.877500', '151326.337500', '151326.797500', '151327.257500', '151327.717500', '151328.177500', '151328.637500', '151329.097500', '151329.557500', '151330.017500', '151330.477500', '151330.937500', '151331.397500', '151331.857500', '151332.317500', '151332.777500', '151333.237500', '151333.697500', '151334.157500', '151334.617500', '151335.077500', '151335.537500', '151335.997500', '151336.457500', '151336.917500', '151337.377500', '151337.837500', '151338.297500', '151338.757500', '151339.217500', '151339.677500', '151340.137500', '151340.597500', '151341.057500', '151341.517500', '151341.977500', '151342.437500', '151342.897500', '151343.357500', '151343.817500', '151344.277500', '151344.737500', '151345.197500', '151345.657500', '151346.117500', '151346.577500', '151347.037500', '151347.497500', '151347.957500', '151348.417500', '151348.877500', '151349.337500', '151349.797500', '151350.257500', '151350.717500', '151351.177500', '151351.637500', '151352.097500', '151352.557500', '151353.017500', '151353.477500', '151353.937500', '151354.397500', '151354.857500', '151355.317500', '151355.777500', '151356.237500', '151356.697500', '151357.157500', '151357.617500', '151358.077500', '151358.537500', '151358.997500', '151359.457500', '151359.917500', '151400.377500', '151400.837500', '151401.297500', '151401.757500', '151402.217500', '151402.677500', '151403.137500', '151403.597500', '151404.057500', '151404.517500', '151404.977500', '151405.437500', '151405.897500', '151406.357500', '151406.817500', '151407.277500', '151407.737500', '151408.197500', '151408.657500', '151409.117500', '151409.577500', '151410.037500', '151410.497500', '151410.957500', '151411.417500', '151411.877500', '151412.337500', '151412.797500', '151413.257500', '151413.717500', '151414.177500', '151414.637500', '151415.097500', '151415.557500', '151416.017500', '151416.477500', '151416.937500', '151417.397500', '151417.857500', '151418.317500', '151418.777500', '151419.237500', '151419.697500', '151420.157500', '151420.617500', '151421.077500', '151421.537500', '151421.997500', '151422.457500', '151422.917500', '151423.377500', '151423.837500', '151424.297500', '151424.757500', '151425.217500', '151425.677500', '151426.137500', '151426.597500', '151427.057500', '151427.517500', '151427.977500', '151428.437500', '151428.897500', '151429.357500', '151429.817500', '151430.277500', '151430.737500', '151431.197500', '151431.657500', '151432.117500', '151432.577500', '151433.037500', '151433.497500', '151433.957500', '151434.417500', '151434.877500', '151435.337500', '151435.797500', '151436.257500', '151436.717500', '151437.177500', '151437.637500', '151438.097500', '151438.557500', '151439.017500', '151439.477500', '151439.937500', '151440.397500', '151440.857500', '151441.317500', '151441.777500', '151442.237500', '151442.697500', '151443.157500', '151443.617500', '151444.077500', '151444.537500', '151444.997500', '151445.457500', '151445.917500', '151446.377500', '151446.837500', '151447.297500', '151447.757500', '151448.217500', '151448.677500', '151449.137500', '151449.597500', '151450.057500', '151450.517500', '151450.977500', '151451.437500', '151451.897500', '151452.357500', '151452.817500', '151453.277500', '151453.737500', '151454.197500', '151454.657500', '151455.117500', '151455.577500', '151456.037500', '151456.497500', '151456.957500', '151457.417500', '151457.877500', '151458.337500', '151458.797500', '151459.257500', '151459.717500', '151500.177500', '151500.637500', '151501.097500', '151501.557500', '151502.017500', '151502.477500', '151502.937500', '151503.397500', '151503.857500', '151504.317500', '151504.777500', '151505.237500', '151505.697500', '151506.157500', '151506.617500', '151507.077500', '151507.537500', '151507.997500', '151508.457500', '151508.917500', '151509.377500', '151509.837500', '151510.297500', '151510.757500', '151511.217500', '151511.677500', '151512.137500', '151512.597500', '151513.057500', '151513.517500', '151513.977500', '151514.437500', '151514.897500', '151515.357500', '151515.817500', '151516.277500', '151516.737500', '151517.197500', '151517.657500', '151518.117500', '151518.577500', '151519.037500', '151519.497500', '151519.957500', '151520.417500', '151520.877500', '151521.337500', '151521.797500', '151522.257500', '151522.717500', '151523.177500', '151523.637500', '151524.097500', '151524.557500', '151525.017500', '151525.477500', '151525.937500', '151526.397500', '151526.857500', '151527.317500', '151527.777500', '151528.237500', '151528.697500', '151529.157500', '151529.617500', '151530.077500', '151530.537500', '151530.997500', '151531.457500', '151531.917500', '151532.377500', '151532.837500', '151533.297500', '151533.757500', '151534.217500', '151534.677500', '151535.137500', '151535.597500', '151536.057500', '151536.517500', '151536.977500', '151537.437500', '151537.897500', '151538.357500', '151538.817500', '151539.277500', '151539.737500', '151540.197500', '151540.657500', '151541.117500', '151541.577500', '151542.037500', '151542.497500', '151542.957500', '151543.417500', '151543.877500', '151544.337500', '151544.797500', '151545.257500', '151545.717500', '151546.177500', '151546.637500', '151547.097500', '151547.557500', '151548.017500', '151548.477500', '151548.937500', '151549.397500', '151549.857500', '151550.317500', '151550.777500', '151551.237500', '151551.697500', '151552.157500', '151552.617500', '151553.077500', '151553.537500', '151553.997500', '151554.457500', '151554.917500', '151555.377500', '151555.837500', '151556.297500', '151556.757500', '151557.217500', '151557.677500', '151558.137500', '151558.597500', '151559.057500', '151559.517500', '151559.977500', '151600.437500', '151600.897500', '151601.357500', '151601.817500', '151602.277500', '151602.737500', '151603.197500', '151603.657500', '151604.117500', '151604.577500', '151605.037500', '151605.497500', '151605.957500', '151606.417500', '151606.877500', '151607.337500', '151607.797500', '151608.257500', '151608.717500', '151609.177500', '151609.637500', '151610.097500', '151610.557500', '151611.017500', '151611.477500', '151611.937500', '151612.397500', '151612.857500', '151613.317500', '151613.777500', '151614.237500', '151614.697500', '151615.157500', '151615.617500', '151616.077500', '151616.537500', '151616.997500', '151617.457500', '151617.917500', '151618.377500', '151618.837500', '151619.297500', '151619.757500', '151620.217500', '151620.677500', '151621.137500', '151621.597500', '151622.057500', '151622.517500', '151622.977500', '151623.437500', '151623.897500', '151624.357500', '151624.817500', '151625.277500', '151625.737500', '151626.197500', '151626.657500', '151627.117500', '151627.577500', '151628.037500', '151628.497500', '151628.957500', '151629.417500', '151629.877500', '151630.337500', '151630.797500', '151631.257500', '151631.717500', '151632.177500', '151632.637500', '151633.097500', '151633.557500', '151634.017500', '151634.477500', '151634.937500', '151635.397500', '151635.857500', '151636.317500', '151636.777500', '151637.237500', '151637.697500', '151638.157500', '151638.617500', '151639.077500', '151639.537500', '151639.997500', '151640.457500', '151640.917500', '151641.377500', '151641.837500', '151642.297500', '151642.757500', '151643.217500', '151643.677500', '151644.137500', '151644.597500', '151645.057500', '151645.517500', '151645.977500', '151646.437500', '151646.897500', '151647.357500', '151647.817500', '151648.277500', '151648.737500', '151649.197500', '151649.657500', '151650.117500', '151650.577500', '151651.037500', '151651.497500', '151651.957500', '151652.417500', '151652.877500', '151653.337500', '151653.797500', '151654.257500', '151654.717500', '151655.177500', '151655.637500', '151656.097500', '151656.557500', '151657.017500', '151657.477500', '151657.937500', '151658.397500', '151658.857500', '151659.317500', '151659.777500', '151700.237500', '151700.697500', '151701.157500', '151701.617500', '151702.077500', '151702.537500', '151702.997500', '151703.457500', '151703.917500', '151704.377500', '151704.837500', '151705.297500', '151705.757500', '151706.217500', '151706.677500', '151707.137500', '151707.597500', '151708.057500', '151708.517500', '151708.977500', '151709.437500', '151709.897500', '151710.357500', '151710.817500', '151711.277500', '151711.737500', '151712.197500', '151712.657500', '151713.117500', '151713.577500', '151714.037500', '151714.497500', '151714.957500', '151715.417500', '151715.877500', '151716.337500', '151716.797500', '151717.257500', '151717.717500', '151718.177500', '151718.637500', '151719.097500', '151719.557500', '151720.017500', '151720.477500', '151720.937500', '151721.397500', '151721.857500', '151722.317500', '151722.777500', '151723.237500', '151723.697500', '151724.157500', '151724.617500', '151725.077500', '151725.537500', '151725.997500', '151726.457500', '151726.917500', '151727.377500', '151727.837500', '151728.297500', '151728.757500', '151729.217500', '151729.677500', '151730.137500', '151730.597500', '151731.057500', '151731.517500', '151731.977500', '151732.437500', '151732.897500', '151733.357500', '151733.817500', '151734.277500', '151734.737500', '151735.197500', '151735.657500', '151736.117500', '151736.577500', '151737.037500', '151737.497500', '151737.957500', '151738.417500', '151738.877500', '151739.337500', '151739.797500', '151740.257500', '151740.717500', '151741.177500', '151741.637500', '151742.097500', '151742.557500', '151743.017500', '151743.477500', '151743.937500', '151744.397500', '151744.857500', '151745.317500', '151745.777500', '151746.237500', '151746.697500', '151747.157500', '151747.617500', '151748.077500', '151748.537500', '151748.997500', '151749.457500', '151749.917500', '151750.377500', '151750.837500', '151751.297500', '151751.757500', '151752.217500', '151752.677500', '151753.137500', '151753.597500', '151754.057500', '151754.517500', '151754.977500', '151755.437500', '151755.897500', '151756.357500', '151756.817500', '151757.277500', '151757.737500', '151758.197500', '151758.657500', '151759.117500', '151759.577500', '151800.037500', '151800.497500', '151800.957500', '151801.417500', '151801.877500', '151802.337500', '151802.797500', '151803.257500', '151803.717500', '151804.177500', '151804.637500', '151805.097500', '151805.557500', '151806.017500', '151806.477500', '151806.937500', '151807.397500', '151807.857500', '151808.317500', '151808.777500', '151809.237500', '151809.697500', '151810.157500', '151810.617500', '151811.077500', '151811.537500', '151811.997500', '151812.457500', '151812.917500', '151813.377500', '151813.837500', '151814.297500', '151814.757500', '151815.217500', '151815.677500', '151816.137500', '151816.597500', '151817.057500', '151817.517500', '151817.977500', '151818.437500', '151818.897500', '151819.357500', '151819.817500', '151820.277500', '151820.737500', '151821.197500', '151821.657500', '151822.117500', '151822.577500', '151823.037500', '151823.497500', '151823.957500', '151824.417500', '151824.877500', '151825.337500', '151825.797500', '151826.257500', '151826.717500', '151827.177500', '151827.637500', '151828.097500', '151828.557500', '151829.017500', '151829.477500', '151829.937500', '151830.397500', '151830.857500', '151831.317500', '151831.777500', '151832.237500', '151832.697500', '151833.157500', '151833.617500', '151834.077500', '151834.537500', '151834.997500', '151835.457500', '151835.917500', '151836.377500', '151836.837500', '151837.297500', '151837.757500', '151838.217500', '151838.677500', '151839.137500', '151839.597500', '151840.057500', '151840.517500', '151840.977500', '151841.437500', '151841.897500', '151842.357500', '151842.817500', '151843.277500', '151843.737500', '151844.197500', '151844.657500', '151845.117500', '151845.577500', '151846.037500', '151846.497500', '151846.957500', '151847.417500', '151847.877500', '151848.337500', '151848.797500', '151849.257500', '151849.717500', '151850.177500', '151850.637500', '151851.097500', '151851.557500', '151852.017500', '151852.477500', '151852.937500', '151853.397500', '151853.857500', '151854.317500', '151854.777500', '151855.237500', '151855.697500', '151856.157500', '151856.617500', '151857.077500', '151857.537500', '151857.997500', '151858.457500', '151858.917500', '151859.377500', '151859.837500', '151900.297500', '151900.757500', '151901.217500', '151901.677500', '151902.137500', '151902.597500', '151903.057500', '151903.517500', '151903.977500', '151904.437500', '151904.897500', '151905.357500', '151905.817500', '151906.277500', '151906.737500', '151907.197500', '151907.657500', '151908.117500', '151908.577500', '151909.037500', '151909.497500', '151909.957500', '151910.417500', '151910.877500', '151911.337500', '151911.797500', '151912.257500', '151912.717500', '151913.177500', '151913.637500', '151914.097500', '151914.557500', '151915.017500', '151915.477500', '151915.937500', '151916.397500', '151916.857500', '151917.317500', '151917.777500', '151918.237500', '151918.697500', '151919.157500', '151919.617500', '151920.077500', '151920.537500', '151920.997500', '151921.457500', '151921.917500', '151922.377500', '151922.837500', '151923.297500', '151923.757500', '151924.217500', '151924.677500', '151925.137500', '151925.597500', '151926.057500', '151926.517500', '151926.977500', '151927.437500', '151927.897500', '151928.357500', '151928.817500', '151929.277500', '151929.737500', '151930.197500', '151930.657500', '151931.117500', '151931.577500', '151932.037500', '151932.497500', '151932.957500', '151933.417500', '151933.877500', '151934.337500', '151934.797500', '151935.257500', '151935.717500', '151936.177500', '151936.637500', '151937.097500', '151937.557500', '151938.017500', '151938.477500', '151938.937500', '151939.397500', '151939.857500', '151940.317500', '151940.777500', '151941.237500', '151941.697500', '151942.157500', '151942.617500', '151943.077500', '151943.537500', '151943.997500', '151944.457500', '151944.917500', '151945.377500', '151945.837500', '151946.297500', '151946.757500', '151947.217500', '151947.677500', '151948.137500', '151948.597500', '151949.057500', '151949.517500', '151949.977500', '151950.437500', '151950.897500', '151951.357500', '151951.817500', '151952.277500', '151952.737500', '151953.197500', '151953.657500', '151954.117500', '151954.577500', '151955.037500', '151955.497500', '151955.957500', '151956.417500', '151956.877500', '151957.337500', '151957.797500', '151958.257500', '151958.717500', '151959.177500', '151959.637500', '152000.097500', '152000.557500', '152001.017500', '152001.477500', '152001.937500', '152002.397500', '152002.857500', '152003.317500', '152003.777500', '152004.237500', '152004.697500', '152005.157500', '152005.617500', '152006.077500', '152006.537500', '152006.997500', '152007.457500', '152007.917500', '152008.377500', '152008.837500', '152009.297500', '152009.757500', '152010.217500', '152010.677500', '152011.137500', '152011.597500', '152012.057500', '152012.517500', '152012.977500', '152013.437500', '152013.897500', '152014.357500', '152014.817500', '152015.277500', '152015.737500', '152016.197500', '152016.657500', '152017.117500', '152017.577500', '152018.037500', '152018.497500', '152018.957500', '152019.417500', '152019.877500', '152020.337500', '152020.797500', '152021.257500', '152021.717500', '152022.177500', '152022.637500', '152023.097500', '152023.557500', '152024.017500', '152024.477500', '152024.937500', '152025.397500', '152025.857500', '152026.317500', '152026.777500', '152027.237500', '152027.697500', '152028.157500', '152028.617500', '152029.077500', '152029.537500', '152029.997500', '152030.457500', '152030.917500', '152031.377500', '152031.837500', '152032.297500', '152032.757500', '152033.217500', '152033.677500', '152034.137500', '152034.597500', '152035.057500', '152035.517500', '152035.977500', '152036.437500', '152036.897500', '152037.357500', '152037.817500', '152038.277500', '152038.737500', '152039.197500', '152039.657500', '152040.117500', '152040.577500', '152041.037500', '152041.497500', '152041.957500', '152042.417500', '152042.877500', '152043.337500', '152043.797500', '152044.257500', '152044.717500', '152045.177500', '152045.637500', '152046.097500', '152046.557500', '152047.017500', '152047.477500', '152047.937500', '152048.397500', '152048.857500', '152049.317500', '152049.777500', '152050.237500', '152050.697500', '152051.157500', '152051.617500', '152052.077500', '152052.537500', '152052.997500', '152053.457500', '152053.917500', '152054.377500', '152054.837500', '152055.297500', '152055.757500', '152056.217500', '152056.677500', '152057.137500', '152057.597500', '152058.057500', '152058.517500', '152058.977500', '152059.437500', '152059.897500', '152100.357500', '152100.817500', '152101.277500', '152101.737500', '152102.197500', '152102.657500', '152103.117500', '152103.577500', '152104.037500', '152104.497500', '152104.957500', '152105.417500', '152105.877500', '152106.337500', '152106.797500', '152107.257500', '152107.717500', '152108.177500', '152108.637500', '152109.097500', '152109.557500', '152110.017500', '152110.477500', '152110.937500', '152111.397500', '152111.857500', '152112.317500', '152112.777500', '152113.237500', '152113.697500', '152114.157500', '152114.617500', '152115.077500', '152115.537500', '152115.997500', '152116.457500', '152116.917500', '152117.377500', '152117.837500', '152118.297500', '152118.757500', '152119.217500', '152119.677500', '152120.137500', '152120.597500', '152121.057500', '152121.517500', '152121.977500', '152122.437500', '152122.897500', '152123.357500', '152123.817500', '152124.277500', '152124.737500', '152125.197500', '152125.657500', '152126.117500', '152126.577500', '152127.037500', '152127.497500', '152127.957500', '152128.417500', '152128.877500', '152129.337500', '152129.797500', '152130.257500', '152130.717500', '152131.177500', '152131.637500', '152132.097500', '152132.557500', '152133.017500', '152133.477500', '152133.937500', '152134.397500', '152134.857500', '152135.317500', '152135.777500', '152136.237500', '152136.697500', '152137.157500', '152137.617500', '152138.077500', '152138.537500', '152138.997500', '152139.457500', '152139.917500', '152140.377500', '152140.837500', '152141.297500', '152141.757500', '152142.217500', '152142.677500', '152143.137500', '152143.597500', '152144.057500', '152144.517500', '152144.977500', '152145.437500', '152145.897500', '152146.357500', '152146.817500', '152147.277500', '152147.737500', '152148.197500', '152148.657500', '152149.117500', '152149.577500', '152150.037500', '152150.497500', '152150.957500', '152151.417500', '152151.877500', '152152.337500', '152152.797500', '152153.257500', '152153.717500', '152154.177500', '152154.637500', '152155.097500', '152155.557500', '152156.017500', '152156.477500', '152156.937500', '152157.397500', '152157.857500', '152158.317500', '152158.777500', '152159.237500', '152159.697500', '152200.157500', '152200.617500', '152201.077500', '152201.537500', '152201.997500', '152202.457500', '152202.917500', '152203.377500', '152203.837500', '152204.297500', '152204.757500', '152205.217500', '152205.677500', '152206.137500', '152206.597500', '152207.057500', '152207.517500', '152207.977500', '152208.437500', '152208.897500', '152209.357500', '152209.817500', '152210.277500', '152210.737500', '152211.197500', '152211.657500', '152212.117500', '152212.577500', '152213.037500', '152213.497500', '152213.957500', '152214.417500', '152214.877500', '152215.337500', '152215.797500', '152216.257500'], 'ContentTime': ['151233.490000', '151233.494000', '151233.497000', '151233.500000', '151233.503000', '151233.506000', '151233.508000', '151233.511000', '151233.514000', '151233.517000', '151233.520000', '151233.523000', '151233.534000', '151233.537000', '151233.540000', '151233.542000', '151233.546000', '151233.549000', '151233.552000', '151233.555000', '151233.558000', '151233.561000', '151233.564000', '151233.567000', '151233.570000', '151233.573000', '151233.576000', '151233.579000', '151233.582000', '151233.585000', '151233.588000', '151233.590000', '151233.593000', '151233.596000', '151233.600000', '151233.603000', '151233.606000', '151233.609000', '151233.612000', '151233.615000', '151233.638000', '151233.641000', '151233.644000', '151233.647000', '151233.650000', '151233.653000', '151233.656000', '151233.659000', '151233.662000', '151233.664000', '151233.667000', '151233.670000', '151233.673000', '151233.676000', '151253.438000', '151253.441000', '151253.444000', '151253.447000', '151253.450000', '151253.459000', '151253.462000', '151253.465000', '151253.468000', '151253.471000', '151253.474000', '151253.477000', '151253.480000', '151253.483000', '151253.486000', '151253.489000', '151253.491000', '151253.494000', '151253.497000', '151253.500000', '151253.503000', '151253.506000', '151253.509000', '151253.512000', '151253.515000', '151253.518000', '151253.521000', '151253.524000', '151253.527000', '151253.530000', '151253.533000', '151253.536000', '151253.539000', '151253.542000', '151253.545000', '151253.548000', '151253.551000', '151253.554000', '151253.557000', '151253.559000', '151253.562000', '151253.565000', '151253.568000', '151253.571000', '151313.438000', '151313.441000', '151313.444000', '151313.447000', '151313.450000', '151313.453000', '151313.456000', '151313.459000', '151313.462000', '151313.465000', '151313.468000', '151313.471000', '151313.474000', '151313.477000', '151313.479000', '151313.483000', '151313.486000', '151313.488000', '151313.494000', '151313.498000', '151313.500000', '151313.503000', '151313.506000', '151313.509000', '151313.512000', '151313.515000', '151313.518000', '151313.521000', '151313.524000', '151313.527000', '151313.530000', '151313.533000', '151313.536000', '151313.539000', '151313.542000', '151313.545000', '151313.548000', '151313.551000', '151313.554000', '151313.557000', '151313.560000', '151313.562000', '151313.565000', '151333.437000', '151333.440000', '151333.443000', '151333.446000', '151333.452000', '151333.455000', '151333.458000', '151333.461000', '151333.464000', '151333.467000', '151333.470000', '151333.473000', '151333.476000', '151333.479000', '151333.482000', '151333.485000', '151333.488000', '151333.491000', '151333.493000', '151333.496000', '151333.499000', '151333.502000', '151333.505000', '151333.508000', '151333.511000', '151333.514000', '151333.517000', '151333.520000', '151333.523000', '151333.526000', '151333.529000', '151333.532000', '151333.535000', '151333.538000', '151333.541000', '151333.544000', '151333.547000', '151333.550000', '151333.553000', '151333.555000', '151333.558000', '151333.561000', '151333.564000', '151333.567000', '151353.437000', '151353.440000', '151353.443000', '151353.446000', '151353.449000', '151353.452000', '151353.455000', '151353.458000', '151353.461000', '151353.464000', '151353.467000', '151353.470000', '151353.472000', '151353.475000', '151353.478000', '151353.481000', '151353.484000', '151353.487000', '151353.490000', '151353.493000', '151353.496000', '151353.499000', '151353.502000', '151353.505000', '151353.508000', '151353.511000', '151353.514000', '151353.517000', '151353.520000', '151353.523000', '151353.526000', '151353.529000', '151353.531000', '151353.534000', '151353.537000', '151353.540000', '151353.543000', '151353.546000', '151353.549000', '151353.552000', '151353.555000', '151353.567000', '151353.570000', '151413.438000', '151413.442000', '151413.445000', '151413.448000', '151413.451000', '151413.453000', '151413.456000', '151413.459000', '151413.462000', '151413.465000', '151413.468000', '151413.471000', '151413.481000', '151413.484000', '151413.487000', '151413.490000', '151413.493000', '151413.496000', '151413.499000', '151413.502000', '151413.505000', '151413.508000', '151413.511000', '151413.514000', '151413.517000', '151413.520000', '151413.523000', '151413.526000', '151413.529000', '151413.532000', '151413.535000', '151413.538000', '151413.540000', '151413.543000', '151413.546000', '151413.549000', '151413.552000', '151413.555000', '151413.558000', '151413.561000', '151413.564000', '151413.567000', '151413.570000', '151433.438000', '151433.441000', '151433.444000', '151433.447000', '151433.450000', '151433.453000', '151433.456000', '151433.459000', '151433.462000', '151433.465000', '151433.468000', '151433.471000', '151433.474000', '151433.477000', '151433.480000', '151433.483000', '151433.486000', '151433.489000', '151433.492000', '151433.495000', '151433.498000', '151433.501000', '151433.504000', '151433.507000', '151433.509000', '151433.512000', '151433.515000', '151433.518000', '151433.521000', '151433.524000', '151433.527000', '151433.530000', '151433.533000', '151433.536000', '151433.539000', '151433.542000', '151433.545000', '151433.548000', '151433.551000', '151433.554000', '151433.557000', '151433.560000', '151433.563000', '151433.565000', '151453.438000', '151453.441000', '151453.445000', '151453.448000', '151453.451000', '151453.454000', '151453.481000', '151453.484000', '151453.487000', '151453.489000', '151453.493000', '151453.495000', '151453.498000', '151453.501000', '151453.504000', '151453.507000', '151453.510000', '151453.513000', '151453.516000', '151453.519000', '151453.522000', '151453.525000', '151453.528000', '151453.531000', '151453.534000', '151453.537000', '151453.540000', '151453.542000', '151453.545000', '151453.548000', '151453.551000', '151453.554000', '151453.557000', '151453.560000', '151453.563000', '151453.566000', '151453.569000', '151453.572000', '151453.575000', '151453.578000', '151453.581000', '151453.584000', '151453.587000', '151513.438000', '151513.441000', '151513.444000', '151513.447000', '151513.450000', '151513.453000', '151513.456000', '151513.459000', '151513.462000', '151513.465000', '151513.468000', '151513.471000', '151513.474000', '151513.477000', '151513.480000', '151513.483000', '151513.486000', '151513.489000', '151513.492000', '151513.495000', '151513.497000', '151513.501000', '151513.503000', '151513.506000', '151513.509000', '151513.512000', '151513.515000', '151513.518000', '151513.521000', '151513.524000', '151513.527000', '151513.530000', '151513.533000', '151513.536000', '151513.539000', '151513.542000', '151513.545000', '151513.548000', '151513.551000', '151513.554000', '151513.557000', '151513.560000', '151513.563000', '151513.566000', '151533.438000', '151533.441000', '151533.444000', '151533.447000', '151533.450000', '151533.453000', '151533.456000', '151533.459000', '151533.462000', '151533.466000', '151533.471000', '151533.475000', '151533.490000', '151533.493000', '151533.496000', '151533.499000', '151533.502000', '151533.505000', '151533.508000', '151533.511000', '151533.514000', '151533.517000', '151533.520000', '151533.523000', '151533.526000', '151533.529000', '151533.532000', '151533.535000', '151533.538000', '151533.541000', '151533.544000', '151533.546000', '151533.549000', '151533.552000', '151533.555000', '151533.558000', '151533.561000', '151533.564000', '151533.567000', '151533.570000', '151533.573000', '151533.576000', '151533.579000', '151553.437000', '151553.440000', '151553.443000', '151553.446000', '151553.449000', '151553.452000', '151553.455000', '151553.458000', '151553.475000', '151553.478000', '151553.481000', '151553.484000', '151553.487000', '151553.490000', '151553.493000', '151553.496000', '151553.499000', '151553.502000', '151553.505000', '151553.508000', '151553.511000', '151553.514000', '151553.517000', '151553.520000', '151553.523000', '151553.526000', '151553.529000', '151553.531000', '151553.535000', '151553.537000', '151553.540000', '151553.543000', '151553.546000', '151553.552000', '151553.555000', '151553.558000', '151553.561000', '151553.564000', '151553.567000', '151553.570000', '151553.573000', '151553.576000', '151553.579000', '151553.582000', '151613.437000', '151613.440000', '151613.443000', '151613.446000', '151613.449000', '151613.452000', '151613.455000', '151613.458000', '151613.461000', '151613.464000', '151613.467000', '151613.470000', '151613.473000', '151613.476000', '151613.480000', '151613.483000', '151613.486000', '151613.489000', '151613.492000', '151613.495000', '151613.498000', '151613.501000', '151613.504000', '151613.507000', '151613.510000', '151613.513000', '151613.516000', '151613.519000', '151613.522000', '151613.525000', '151613.528000', '151613.531000', '151613.534000', '151613.537000', '151613.540000', '151613.542000', '151613.546000', '151613.548000', '151613.551000', '151613.554000', '151613.557000', '151613.560000', '151613.563000', '151633.438000', '151633.441000', '151633.444000', '151633.447000', '151633.450000', '151633.453000', '151633.456000', '151633.459000', '151633.462000', '151633.465000', '151633.468000', '151633.471000', '151633.474000', '151633.477000', '151633.480000', '151633.483000', '151633.486000', '151633.489000', '151633.492000', '151633.495000', '151633.498000', '151633.501000', '151633.504000', '151633.507000', '151633.510000', '151633.512000', '151633.515000', '151633.518000', '151633.521000', '151633.524000', '151633.527000', '151633.530000', '151633.533000', '151633.536000', '151633.539000', '151633.542000', '151633.545000', '151633.548000', '151633.551000', '151633.554000', '151633.557000', '151633.560000', '151633.563000', '151633.566000', '151653.438000', '151653.441000', '151653.444000', '151653.447000', '151653.450000', '151653.453000', '151653.456000', '151653.459000', '151653.462000', '151653.465000', '151653.468000', '151653.471000', '151653.474000', '151653.477000', '151653.480000', '151653.483000', '151653.486000', '151653.489000', '151653.492000', '151653.496000', '151653.501000', '151653.504000', '151653.507000', '151653.510000', '151653.513000', '151653.516000', '151653.518000', '151653.522000', '151653.525000', '151653.528000', '151653.530000', '151653.534000', '151653.537000', '151653.540000', '151653.543000', '151653.546000', '151653.549000', '151653.552000', '151653.554000', '151653.558000', '151653.560000', '151653.563000', '151653.566000', '151713.438000', '151713.441000', '151713.444000', '151713.447000', '151713.450000', '151713.453000', '151713.456000', '151713.459000', '151713.462000', '151713.465000', '151713.468000', '151713.471000', '151713.474000', '151713.477000', '151713.480000', '151713.483000', '151713.486000', '151713.488000', '151713.492000', '151713.495000', '151713.497000', '151713.500000', '151713.503000', '151713.506000', '151713.509000', '151713.512000', '151713.515000', '151713.518000', '151713.521000', '151713.524000', '151713.527000', '151713.530000', '151713.533000', '151713.536000', '151713.539000', '151713.542000', '151713.545000', '151713.548000', '151713.551000', '151713.554000', '151713.557000', '151713.559000', '151713.562000', '151713.565000', '151733.438000', '151733.441000', '151733.444000', '151733.447000', '151733.450000', '151733.453000', '151733.456000', '151733.460000', '151733.463000', '151733.466000', '151733.469000', '151733.472000', '151733.475000', '151733.478000', '151733.481000', '151733.484000', '151733.487000', '151733.511000', '151733.515000', '151733.517000', '151733.521000', '151733.524000', '151733.527000', '151733.530000', '151733.533000', '151733.536000', '151733.539000', '151733.542000', '151733.545000', '151733.548000', '151733.551000', '151733.554000', '151733.557000', '151733.560000', '151733.563000', '151733.566000', '151733.569000', '151733.572000', '151733.575000', '151733.578000', '151733.581000', '151733.584000', '151733.587000', '151753.438000', '151753.441000', '151753.444000', '151753.447000', '151753.450000', '151753.453000', '151753.456000', '151753.459000', '151753.462000', '151753.465000', '151753.468000', '151753.471000', '151753.474000', '151753.477000', '151753.480000', '151753.483000', '151753.486000', '151753.489000', '151753.492000', '151753.495000', '151753.498000', '151753.501000', '151753.504000', '151753.507000', '151753.509000', '151753.512000', '151753.515000', '151753.518000', '151753.521000', '151753.530000', '151753.533000', '151753.536000', '151753.539000', '151753.542000', '151753.545000', '151753.548000', '151753.550000', '151753.554000', '151753.556000', '151753.559000', '151753.562000', '151753.565000', '151753.568000', '151753.571000', '151813.437000', '151813.440000', '151813.443000', '151813.446000', '151813.449000', '151813.452000', '151813.455000', '151813.458000', '151813.461000', '151813.464000', '151813.467000', '151813.470000', '151813.473000', '151813.476000', '151813.479000', '151813.482000', '151813.485000', '151813.488000', '151813.491000', '151813.494000', '151813.497000', '151813.500000', '151813.503000', '151813.506000', '151813.509000', '151813.512000', '151813.515000', '151813.518000', '151813.521000', '151813.524000', '151813.527000', '151813.530000', '151813.533000', '151813.535000', '151813.538000', '151813.541000', '151813.544000', '151813.548000', '151813.552000', '151813.555000', '151813.558000', '151813.562000', '151813.564000', '151833.437000', '151833.440000', '151833.443000', '151833.446000', '151833.449000', '151833.452000', '151833.455000', '151833.458000', '151833.461000', '151833.464000', '151833.467000', '151833.470000', '151833.473000', '151833.476000', '151833.479000', '151833.482000', '151833.485000', '151833.488000', '151833.491000', '151833.494000', '151833.497000', '151833.500000', '151833.502000', '151833.505000', '151833.508000', '151833.511000', '151833.514000', '151833.517000', '151833.520000', '151833.523000', '151833.526000', '151833.529000', '151833.532000', '151833.535000', '151833.538000', '151833.541000', '151833.544000', '151833.547000', '151833.550000', '151833.553000', '151833.556000', '151833.559000', '151833.562000', '151833.565000', '151853.438000', '151853.441000', '151853.444000', '151853.447000', '151853.450000', '151853.453000', '151853.456000', '151853.459000', '151853.462000', '151853.465000', '151853.468000', '151853.471000', '151853.474000', '151853.477000', '151853.480000', '151853.483000', '151853.486000', '151853.489000', '151853.492000', '151853.495000', '151853.499000', '151853.502000', '151853.505000', '151853.508000', '151853.511000', '151853.514000', '151853.517000', '151853.520000', '151853.523000', '151853.526000', '151853.529000', '151853.532000', '151853.535000', '151853.538000', '151853.541000', '151853.544000', '151853.547000', '151853.550000', '151853.553000', '151853.556000', '151853.559000', '151853.561000', '151853.565000', '151913.438000', '151913.441000', '151913.444000', '151913.447000', '151913.451000', '151913.454000', '151913.457000', '151913.460000', '151913.463000', '151913.466000', '151913.469000', '151913.472000', '151913.475000', '151913.478000', '151913.481000', '151913.484000', '151913.487000', '151913.490000', '151913.493000', '151913.496000', '151913.499000', '151913.502000', '151913.505000', '151913.508000', '151913.511000', '151913.514000', '151913.517000', '151913.520000', '151913.532000', '151913.535000', '151913.538000', '151913.541000', '151913.544000', '151913.547000', '151913.550000', '151913.553000', '151913.556000', '151913.559000', '151913.562000', '151913.565000', '151913.568000', '151913.571000', '151913.574000', '151913.577000', '151933.438000', '151933.441000', '151933.444000', '151933.447000', '151933.450000', '151933.453000', '151933.456000', '151933.459000', '151933.462000', '151933.465000', '151933.468000', '151933.471000', '151933.474000', '151933.477000', '151933.480000', '151933.483000', '151933.486000', '151933.489000', '151933.492000', '151933.495000', '151933.498000', '151933.501000', '151933.504000', '151933.507000', '151933.510000', '151933.513000', '151933.516000', '151933.519000', '151933.522000', '151933.525000', '151933.528000', '151933.531000', '151933.534000', '151933.537000', '151933.540000', '151933.543000', '151933.545000', '151933.548000', '151933.551000', '151933.554000', '151933.557000', '151933.560000', '151933.563000', '151953.438000', '151953.441000', '151953.444000', '151953.447000', '151953.450000', '151953.453000', '151953.456000', '151953.459000', '151953.462000', '151953.465000', '151953.468000', '151953.471000', '151953.474000', '151953.477000', '151953.480000', '151953.483000', '151953.486000', '151953.489000', '151953.492000', '151953.495000', '151953.498000', '151953.501000', '151953.504000', '151953.507000', '151953.510000', '151953.513000', '151953.516000', '151953.519000', '151953.522000', '151953.525000', '151953.528000', '151953.531000', '151953.534000', '151953.537000', '151953.540000', '151953.543000', '151953.546000', '151953.548000', '151953.551000', '151953.554000', '151953.557000', '151953.560000', '151953.563000', '151953.566000', '152013.438000', '152013.441000', '152013.444000', '152013.447000', '152013.450000', '152013.453000', '152013.456000', '152013.459000', '152013.462000', '152013.465000', '152013.468000', '152013.471000', '152013.474000', '152013.477000', '152013.480000', '152013.483000', '152013.486000', '152013.489000', '152013.492000', '152013.495000', '152013.498000', '152013.501000', '152013.504000', '152013.507000', '152013.510000', '152013.513000', '152013.516000', '152013.519000', '152013.522000', '152013.525000', '152013.528000', '152013.531000', '152013.534000', '152013.538000', '152013.541000', '152013.544000', '152013.547000', '152013.550000', '152013.553000', '152013.556000', '152013.559000', '152013.562000', '152013.565000', '152033.437000', '152033.448000', '152033.451000', '152033.454000', '152033.457000', '152033.460000', '152033.463000', '152033.466000', '152033.469000', '152033.472000', '152033.475000', '152033.478000', '152033.480000', '152033.484000', '152033.487000', '152033.490000', '152033.492000', '152033.495000', '152033.498000', '152033.501000', '152033.504000', '152033.507000', '152033.510000', '152033.513000', '152033.516000', '152033.519000', '152033.522000', '152033.525000', '152033.528000', '152033.531000', '152033.534000', '152033.537000', '152033.540000', '152033.543000', '152033.546000', '152033.549000', '152033.552000', '152033.555000', '152033.558000', '152033.561000', '152033.564000', '152033.567000', '152033.570000', '152033.573000', '152053.437000', '152053.440000', '152053.443000', '152053.446000', '152053.449000', '152053.452000', '152053.455000', '152053.458000', '152053.461000', '152053.464000', '152053.467000', '152053.470000', '152053.473000', '152053.476000', '152053.479000', '152053.482000', '152053.485000', '152053.488000', '152053.491000', '152053.494000', '152053.497000', '152053.499000', '152053.502000', '152053.506000', '152053.508000', '152053.511000', '152053.514000', '152053.518000', '152053.520000', '152053.523000', '152053.526000', '152053.529000', '152053.532000', '152053.535000', '152053.538000', '152053.541000', '152053.544000', '152053.560000', '152053.563000', '152053.566000', '152053.569000', '152053.572000', '152053.575000', '152113.438000', '152113.441000', '152113.444000', '152113.447000', '152113.450000', '152113.453000', '152113.456000', '152113.459000', '152113.462000', '152113.465000', '152113.468000', '152113.471000', '152113.474000', '152113.477000', '152113.480000', '152113.483000', '152113.486000', '152113.489000', '152113.492000', '152113.495000', '152113.498000', '152113.501000', '152113.504000', '152113.507000', '152113.510000', '152113.513000', '152113.516000', '152113.519000', '152113.522000', '152113.525000', '152113.528000', '152113.531000', '152113.534000', '152113.537000', '152113.540000', '152113.543000', '152113.546000', '152113.549000', '152113.552000', '152113.555000', '152113.558000', '152113.561000', '152113.564000', '152133.438000', '152133.441000', '152133.444000', '152133.447000', '152133.450000', '152133.453000', '152133.456000', '152133.459000', '152133.462000', '152133.465000', '152133.468000', '152133.471000', '152133.474000', '152133.477000', '152133.480000', '152133.483000', '152133.486000', '152133.489000', '152133.492000', '152133.495000', '152133.498000', '152133.501000', '152133.504000', '152133.507000', '152133.510000', '152133.513000', '152133.515000', '152133.519000', '152133.521000', '152133.524000', '152133.527000', '152133.530000', '152133.533000', '152133.536000', '152133.539000', '152133.542000', '152133.545000', '152133.548000', '152133.551000', '152133.554000', '152133.557000', '152133.560000', '152133.563000', '152133.566000', '152153.438000', '152153.441000', '152153.444000', '152153.447000', '152153.450000', '152153.453000', '152153.456000', '152153.459000', '152153.462000', '152153.465000', '152153.468000', '152153.471000', '152153.474000', '152153.477000', '152153.480000', '152153.483000', '152153.486000', '152153.489000', '152153.492000', '152153.495000', '152153.498000', '152153.501000', '152153.504000', '152153.507000', '152153.510000', '152153.512000', '152153.515000', '152153.518000', '152153.521000', '152153.524000', '152153.527000', '152153.530000', '152153.533000', '152153.536000', '152153.539000', '152153.542000', '152153.545000', '152153.548000', '152153.551000', '152153.554000', '152153.557000', '152153.560000', '152153.563000', '152153.566000', '152213.438000', '152213.441000', '152213.444000', '152213.447000', '152213.450000', '152213.454000', '152213.456000', '152213.459000', '152213.462000', '152213.465000', '152213.468000', '152213.471000', '152213.474000', '152213.477000', '152213.480000', '152213.483000', '152213.486000', '152213.489000', '152213.492000', '152213.495000', '152213.498000', '152213.501000', '152213.504000', '152213.507000', '152213.510000', '152213.513000', '152213.516000', '152213.519000', '152213.522000', '152213.525000', '152213.528000', '152213.531000', '152213.534000', '152213.537000', '152213.540000', '152213.543000', '152213.546000', '152213.549000', '152213.552000', '152213.555000', '152213.557000', '152213.561000', '152213.563000', '152216.944000', '152216.948000', '152216.962000', '152216.965000', '152216.968000', '152216.971000', '152216.974000', '152216.977000'], 'InstanceCreationTime': ['151233.490000', '151233.494000', '151233.497000', '151233.500000', '151233.503000', '151233.506000', '151233.508000', '151233.511000', '151233.514000', '151233.517000', '151233.520000', '151233.523000', '151233.534000', '151233.537000', '151233.540000', '151233.542000', '151233.546000', '151233.549000', '151233.552000', '151233.555000', '151233.558000', '151233.561000', '151233.564000', '151233.567000', '151233.570000', '151233.573000', '151233.576000', '151233.579000', '151233.582000', '151233.585000', '151233.588000', '151233.590000', '151233.593000', '151233.596000', '151233.600000', '151233.603000', '151233.606000', '151233.609000', '151233.612000', '151233.615000', '151233.638000', '151233.641000', '151233.644000', '151233.647000', '151233.650000', '151233.653000', '151233.656000', '151233.659000', '151233.662000', '151233.664000', '151233.667000', '151233.670000', '151233.673000', '151233.676000', '151253.438000', '151253.441000', '151253.444000', '151253.447000', '151253.450000', '151253.459000', '151253.462000', '151253.465000', '151253.468000', '151253.471000', '151253.474000', '151253.477000', '151253.480000', '151253.483000', '151253.486000', '151253.489000', '151253.491000', '151253.494000', '151253.497000', '151253.500000', '151253.503000', '151253.506000', '151253.509000', '151253.512000', '151253.515000', '151253.518000', '151253.521000', '151253.524000', '151253.527000', '151253.530000', '151253.533000', '151253.536000', '151253.539000', '151253.542000', '151253.545000', '151253.548000', '151253.551000', '151253.554000', '151253.557000', '151253.559000', '151253.562000', '151253.565000', '151253.568000', '151253.571000', '151313.438000', '151313.441000', '151313.444000', '151313.447000', '151313.450000', '151313.453000', '151313.456000', '151313.459000', '151313.462000', '151313.465000', '151313.468000', '151313.471000', '151313.474000', '151313.477000', '151313.479000', '151313.483000', '151313.486000', '151313.488000', '151313.494000', '151313.498000', '151313.500000', '151313.503000', '151313.506000', '151313.509000', '151313.512000', '151313.515000', '151313.518000', '151313.521000', '151313.524000', '151313.527000', '151313.530000', '151313.533000', '151313.536000', '151313.539000', '151313.542000', '151313.545000', '151313.548000', '151313.551000', '151313.554000', '151313.557000', '151313.560000', '151313.562000', '151313.565000', '151333.437000', '151333.440000', '151333.443000', '151333.446000', '151333.452000', '151333.455000', '151333.458000', '151333.461000', '151333.464000', '151333.467000', '151333.470000', '151333.473000', '151333.476000', '151333.479000', '151333.482000', '151333.485000', '151333.488000', '151333.491000', '151333.493000', '151333.496000', '151333.499000', '151333.502000', '151333.505000', '151333.508000', '151333.511000', '151333.514000', '151333.517000', '151333.520000', '151333.523000', '151333.526000', '151333.529000', '151333.532000', '151333.535000', '151333.538000', '151333.541000', '151333.544000', '151333.547000', '151333.550000', '151333.553000', '151333.555000', '151333.558000', '151333.561000', '151333.564000', '151333.567000', '151353.437000', '151353.440000', '151353.443000', '151353.446000', '151353.449000', '151353.452000', '151353.455000', '151353.458000', '151353.461000', '151353.464000', '151353.467000', '151353.470000', '151353.472000', '151353.475000', '151353.478000', '151353.481000', '151353.484000', '151353.487000', '151353.490000', '151353.493000', '151353.496000', '151353.499000', '151353.502000', '151353.505000', '151353.508000', '151353.511000', '151353.514000', '151353.517000', '151353.520000', '151353.523000', '151353.526000', '151353.529000', '151353.531000', '151353.534000', '151353.537000', '151353.540000', '151353.543000', '151353.546000', '151353.549000', '151353.552000', '151353.555000', '151353.567000', '151353.570000', '151413.438000', '151413.442000', '151413.445000', '151413.448000', '151413.451000', '151413.453000', '151413.456000', '151413.459000', '151413.462000', '151413.465000', '151413.468000', '151413.471000', '151413.481000', '151413.484000', '151413.487000', '151413.490000', '151413.493000', '151413.496000', '151413.499000', '151413.502000', '151413.505000', '151413.508000', '151413.511000', '151413.514000', '151413.517000', '151413.520000', '151413.523000', '151413.526000', '151413.529000', '151413.532000', '151413.535000', '151413.538000', '151413.540000', '151413.543000', '151413.546000', '151413.549000', '151413.552000', '151413.555000', '151413.558000', '151413.561000', '151413.564000', '151413.567000', '151413.570000', '151433.438000', '151433.441000', '151433.444000', '151433.447000', '151433.450000', '151433.453000', '151433.456000', '151433.459000', '151433.462000', '151433.465000', '151433.468000', '151433.471000', '151433.474000', '151433.477000', '151433.480000', '151433.483000', '151433.486000', '151433.489000', '151433.492000', '151433.495000', '151433.498000', '151433.501000', '151433.504000', '151433.507000', '151433.509000', '151433.512000', '151433.515000', '151433.518000', '151433.521000', '151433.524000', '151433.527000', '151433.530000', '151433.533000', '151433.536000', '151433.539000', '151433.542000', '151433.545000', '151433.548000', '151433.551000', '151433.554000', '151433.557000', '151433.560000', '151433.563000', '151433.565000', '151453.438000', '151453.441000', '151453.445000', '151453.448000', '151453.451000', '151453.454000', '151453.481000', '151453.484000', '151453.487000', '151453.489000', '151453.493000', '151453.495000', '151453.498000', '151453.501000', '151453.504000', '151453.507000', '151453.510000', '151453.513000', '151453.516000', '151453.519000', '151453.522000', '151453.525000', '151453.528000', '151453.531000', '151453.534000', '151453.537000', '151453.540000', '151453.542000', '151453.545000', '151453.548000', '151453.551000', '151453.554000', '151453.557000', '151453.560000', '151453.563000', '151453.566000', '151453.569000', '151453.572000', '151453.575000', '151453.578000', '151453.581000', '151453.584000', '151453.587000', '151513.438000', '151513.441000', '151513.444000', '151513.447000', '151513.450000', '151513.453000', '151513.456000', '151513.459000', '151513.462000', '151513.465000', '151513.468000', '151513.471000', '151513.474000', '151513.477000', '151513.480000', '151513.483000', '151513.486000', '151513.489000', '151513.492000', '151513.495000', '151513.497000', '151513.501000', '151513.503000', '151513.506000', '151513.509000', '151513.512000', '151513.515000', '151513.518000', '151513.521000', '151513.524000', '151513.527000', '151513.530000', '151513.533000', '151513.536000', '151513.539000', '151513.542000', '151513.545000', '151513.548000', '151513.551000', '151513.554000', '151513.557000', '151513.560000', '151513.563000', '151513.566000', '151533.438000', '151533.441000', '151533.444000', '151533.447000', '151533.450000', '151533.453000', '151533.456000', '151533.459000', '151533.462000', '151533.466000', '151533.471000', '151533.475000', '151533.490000', '151533.493000', '151533.496000', '151533.499000', '151533.502000', '151533.505000', '151533.508000', '151533.511000', '151533.514000', '151533.517000', '151533.520000', '151533.523000', '151533.526000', '151533.529000', '151533.532000', '151533.535000', '151533.538000', '151533.541000', '151533.544000', '151533.546000', '151533.549000', '151533.552000', '151533.555000', '151533.558000', '151533.561000', '151533.564000', '151533.567000', '151533.570000', '151533.573000', '151533.576000', '151533.579000', '151553.437000', '151553.440000', '151553.443000', '151553.446000', '151553.449000', '151553.452000', '151553.455000', '151553.458000', '151553.475000', '151553.478000', '151553.481000', '151553.484000', '151553.487000', '151553.490000', '151553.493000', '151553.496000', '151553.499000', '151553.502000', '151553.505000', '151553.508000', '151553.511000', '151553.514000', '151553.517000', '151553.520000', '151553.523000', '151553.526000', '151553.529000', '151553.531000', '151553.535000', '151553.537000', '151553.540000', '151553.543000', '151553.546000', '151553.552000', '151553.555000', '151553.558000', '151553.561000', '151553.564000', '151553.567000', '151553.570000', '151553.573000', '151553.576000', '151553.579000', '151553.582000', '151613.437000', '151613.440000', '151613.443000', '151613.446000', '151613.449000', '151613.452000', '151613.455000', '151613.458000', '151613.461000', '151613.464000', '151613.467000', '151613.470000', '151613.473000', '151613.476000', '151613.480000', '151613.483000', '151613.486000', '151613.489000', '151613.492000', '151613.495000', '151613.498000', '151613.501000', '151613.504000', '151613.507000', '151613.510000', '151613.513000', '151613.516000', '151613.519000', '151613.522000', '151613.525000', '151613.528000', '151613.531000', '151613.534000', '151613.537000', '151613.540000', '151613.542000', '151613.546000', '151613.548000', '151613.551000', '151613.554000', '151613.557000', '151613.560000', '151613.563000', '151633.438000', '151633.441000', '151633.444000', '151633.447000', '151633.450000', '151633.453000', '151633.456000', '151633.459000', '151633.462000', '151633.465000', '151633.468000', '151633.471000', '151633.474000', '151633.477000', '151633.480000', '151633.483000', '151633.486000', '151633.489000', '151633.492000', '151633.495000', '151633.498000', '151633.501000', '151633.504000', '151633.507000', '151633.510000', '151633.512000', '151633.515000', '151633.518000', '151633.521000', '151633.524000', '151633.527000', '151633.530000', '151633.533000', '151633.536000', '151633.539000', '151633.542000', '151633.545000', '151633.548000', '151633.551000', '151633.554000', '151633.557000', '151633.560000', '151633.563000', '151633.566000', '151653.438000', '151653.441000', '151653.444000', '151653.447000', '151653.450000', '151653.453000', '151653.456000', '151653.459000', '151653.462000', '151653.465000', '151653.468000', '151653.471000', '151653.474000', '151653.477000', '151653.480000', '151653.483000', '151653.486000', '151653.489000', '151653.492000', '151653.496000', '151653.501000', '151653.504000', '151653.507000', '151653.510000', '151653.513000', '151653.516000', '151653.518000', '151653.522000', '151653.525000', '151653.528000', '151653.530000', '151653.534000', '151653.537000', '151653.540000', '151653.543000', '151653.546000', '151653.549000', '151653.552000', '151653.554000', '151653.558000', '151653.560000', '151653.563000', '151653.566000', '151713.438000', '151713.441000', '151713.444000', '151713.447000', '151713.450000', '151713.453000', '151713.456000', '151713.459000', '151713.462000', '151713.465000', '151713.468000', '151713.471000', '151713.474000', '151713.477000', '151713.480000', '151713.483000', '151713.486000', '151713.488000', '151713.492000', '151713.495000', '151713.497000', '151713.500000', '151713.503000', '151713.506000', '151713.509000', '151713.512000', '151713.515000', '151713.518000', '151713.521000', '151713.524000', '151713.527000', '151713.530000', '151713.533000', '151713.536000', '151713.539000', '151713.542000', '151713.545000', '151713.548000', '151713.551000', '151713.554000', '151713.557000', '151713.559000', '151713.562000', '151713.565000', '151733.438000', '151733.441000', '151733.444000', '151733.447000', '151733.450000', '151733.453000', '151733.456000', '151733.460000', '151733.463000', '151733.466000', '151733.469000', '151733.472000', '151733.475000', '151733.478000', '151733.481000', '151733.484000', '151733.487000', '151733.511000', '151733.515000', '151733.517000', '151733.521000', '151733.524000', '151733.527000', '151733.530000', '151733.533000', '151733.536000', '151733.539000', '151733.542000', '151733.545000', '151733.548000', '151733.551000', '151733.554000', '151733.557000', '151733.560000', '151733.563000', '151733.566000', '151733.569000', '151733.572000', '151733.575000', '151733.578000', '151733.581000', '151733.584000', '151733.587000', '151753.438000', '151753.441000', '151753.444000', '151753.447000', '151753.450000', '151753.453000', '151753.456000', '151753.459000', '151753.462000', '151753.465000', '151753.468000', '151753.471000', '151753.474000', '151753.477000', '151753.480000', '151753.483000', '151753.486000', '151753.489000', '151753.492000', '151753.495000', '151753.498000', '151753.501000', '151753.504000', '151753.507000', '151753.509000', '151753.512000', '151753.515000', '151753.518000', '151753.521000', '151753.530000', '151753.533000', '151753.536000', '151753.539000', '151753.542000', '151753.545000', '151753.548000', '151753.550000', '151753.554000', '151753.556000', '151753.559000', '151753.562000', '151753.565000', '151753.568000', '151753.571000', '151813.437000', '151813.440000', '151813.443000', '151813.446000', '151813.449000', '151813.452000', '151813.455000', '151813.458000', '151813.461000', '151813.464000', '151813.467000', '151813.470000', '151813.473000', '151813.476000', '151813.479000', '151813.482000', '151813.485000', '151813.488000', '151813.491000', '151813.494000', '151813.497000', '151813.500000', '151813.503000', '151813.506000', '151813.509000', '151813.512000', '151813.515000', '151813.518000', '151813.521000', '151813.524000', '151813.527000', '151813.530000', '151813.533000', '151813.535000', '151813.538000', '151813.541000', '151813.544000', '151813.548000', '151813.552000', '151813.555000', '151813.558000', '151813.562000', '151813.564000', '151833.437000', '151833.440000', '151833.443000', '151833.446000', '151833.449000', '151833.452000', '151833.455000', '151833.458000', '151833.461000', '151833.464000', '151833.467000', '151833.470000', '151833.473000', '151833.476000', '151833.479000', '151833.482000', '151833.485000', '151833.488000', '151833.491000', '151833.494000', '151833.497000', '151833.500000', '151833.502000', '151833.505000', '151833.508000', '151833.511000', '151833.514000', '151833.517000', '151833.520000', '151833.523000', '151833.526000', '151833.529000', '151833.532000', '151833.535000', '151833.538000', '151833.541000', '151833.544000', '151833.547000', '151833.550000', '151833.553000', '151833.556000', '151833.559000', '151833.562000', '151833.565000', '151853.438000', '151853.441000', '151853.444000', '151853.447000', '151853.450000', '151853.453000', '151853.456000', '151853.459000', '151853.462000', '151853.465000', '151853.468000', '151853.471000', '151853.474000', '151853.477000', '151853.480000', '151853.483000', '151853.486000', '151853.489000', '151853.492000', '151853.495000', '151853.499000', '151853.502000', '151853.505000', '151853.508000', '151853.511000', '151853.514000', '151853.517000', '151853.520000', '151853.523000', '151853.526000', '151853.529000', '151853.532000', '151853.535000', '151853.538000', '151853.541000', '151853.544000', '151853.547000', '151853.550000', '151853.553000', '151853.556000', '151853.559000', '151853.561000', '151853.565000', '151913.438000', '151913.441000', '151913.444000', '151913.447000', '151913.451000', '151913.454000', '151913.457000', '151913.460000', '151913.463000', '151913.466000', '151913.469000', '151913.472000', '151913.475000', '151913.478000', '151913.481000', '151913.484000', '151913.487000', '151913.490000', '151913.493000', '151913.496000', '151913.499000', '151913.502000', '151913.505000', '151913.508000', '151913.511000', '151913.514000', '151913.517000', '151913.520000', '151913.532000', '151913.535000', '151913.538000', '151913.541000', '151913.544000', '151913.547000', '151913.550000', '151913.553000', '151913.556000', '151913.559000', '151913.562000', '151913.565000', '151913.568000', '151913.571000', '151913.574000', '151913.577000', '151933.438000', '151933.441000', '151933.444000', '151933.447000', '151933.450000', '151933.453000', '151933.456000', '151933.459000', '151933.462000', '151933.465000', '151933.468000', '151933.471000', '151933.474000', '151933.477000', '151933.480000', '151933.483000', '151933.486000', '151933.489000', '151933.492000', '151933.495000', '151933.498000', '151933.501000', '151933.504000', '151933.507000', '151933.510000', '151933.513000', '151933.516000', '151933.519000', '151933.522000', '151933.525000', '151933.528000', '151933.531000', '151933.534000', '151933.537000', '151933.540000', '151933.543000', '151933.545000', '151933.548000', '151933.551000', '151933.554000', '151933.557000', '151933.560000', '151933.563000', '151953.438000', '151953.441000', '151953.444000', '151953.447000', '151953.450000', '151953.453000', '151953.456000', '151953.459000', '151953.462000', '151953.465000', '151953.468000', '151953.471000', '151953.474000', '151953.477000', '151953.480000', '151953.483000', '151953.486000', '151953.489000', '151953.492000', '151953.495000', '151953.498000', '151953.501000', '151953.504000', '151953.507000', '151953.510000', '151953.513000', '151953.516000', '151953.519000', '151953.522000', '151953.525000', '151953.528000', '151953.531000', '151953.534000', '151953.537000', '151953.540000', '151953.543000', '151953.546000', '151953.548000', '151953.551000', '151953.554000', '151953.557000', '151953.560000', '151953.563000', '151953.566000', '152013.438000', '152013.441000', '152013.444000', '152013.447000', '152013.450000', '152013.453000', '152013.456000', '152013.459000', '152013.462000', '152013.465000', '152013.468000', '152013.471000', '152013.474000', '152013.477000', '152013.480000', '152013.483000', '152013.486000', '152013.489000', '152013.492000', '152013.495000', '152013.498000', '152013.501000', '152013.504000', '152013.507000', '152013.510000', '152013.513000', '152013.516000', '152013.519000', '152013.522000', '152013.525000', '152013.528000', '152013.531000', '152013.534000', '152013.538000', '152013.541000', '152013.544000', '152013.547000', '152013.550000', '152013.553000', '152013.556000', '152013.559000', '152013.562000', '152013.565000', '152033.437000', '152033.448000', '152033.451000', '152033.454000', '152033.457000', '152033.460000', '152033.463000', '152033.466000', '152033.469000', '152033.472000', '152033.475000', '152033.478000', '152033.480000', '152033.484000', '152033.487000', '152033.490000', '152033.492000', '152033.495000', '152033.498000', '152033.501000', '152033.504000', '152033.507000', '152033.510000', '152033.513000', '152033.516000', '152033.519000', '152033.522000', '152033.525000', '152033.528000', '152033.531000', '152033.534000', '152033.537000', '152033.540000', '152033.543000', '152033.546000', '152033.549000', '152033.552000', '152033.555000', '152033.558000', '152033.561000', '152033.564000', '152033.567000', '152033.570000', '152033.573000', '152053.437000', '152053.440000', '152053.443000', '152053.446000', '152053.449000', '152053.452000', '152053.455000', '152053.458000', '152053.461000', '152053.464000', '152053.467000', '152053.470000', '152053.473000', '152053.476000', '152053.479000', '152053.482000', '152053.485000', '152053.488000', '152053.491000', '152053.494000', '152053.497000', '152053.499000', '152053.502000', '152053.506000', '152053.508000', '152053.511000', '152053.514000', '152053.518000', '152053.520000', '152053.523000', '152053.526000', '152053.529000', '152053.532000', '152053.535000', '152053.538000', '152053.541000', '152053.544000', '152053.560000', '152053.563000', '152053.566000', '152053.569000', '152053.572000', '152053.575000', '152113.438000', '152113.441000', '152113.444000', '152113.447000', '152113.450000', '152113.453000', '152113.456000', '152113.459000', '152113.462000', '152113.465000', '152113.468000', '152113.471000', '152113.474000', '152113.477000', '152113.480000', '152113.483000', '152113.486000', '152113.489000', '152113.492000', '152113.495000', '152113.498000', '152113.501000', '152113.504000', '152113.507000', '152113.510000', '152113.513000', '152113.516000', '152113.519000', '152113.522000', '152113.525000', '152113.528000', '152113.531000', '152113.534000', '152113.537000', '152113.540000', '152113.543000', '152113.546000', '152113.549000', '152113.552000', '152113.555000', '152113.558000', '152113.561000', '152113.564000', '152133.438000', '152133.441000', '152133.444000', '152133.447000', '152133.450000', '152133.453000', '152133.456000', '152133.459000', '152133.462000', '152133.465000', '152133.468000', '152133.471000', '152133.474000', '152133.477000', '152133.480000', '152133.483000', '152133.486000', '152133.489000', '152133.492000', '152133.495000', '152133.498000', '152133.501000', '152133.504000', '152133.507000', '152133.510000', '152133.513000', '152133.515000', '152133.519000', '152133.521000', '152133.524000', '152133.527000', '152133.530000', '152133.533000', '152133.536000', '152133.539000', '152133.542000', '152133.545000', '152133.548000', '152133.551000', '152133.554000', '152133.557000', '152133.560000', '152133.563000', '152133.566000', '152153.438000', '152153.441000', '152153.444000', '152153.447000', '152153.450000', '152153.453000', '152153.456000', '152153.459000', '152153.462000', '152153.465000', '152153.468000', '152153.471000', '152153.474000', '152153.477000', '152153.480000', '152153.483000', '152153.486000', '152153.489000', '152153.492000', '152153.495000', '152153.498000', '152153.501000', '152153.504000', '152153.507000', '152153.510000', '152153.512000', '152153.515000', '152153.518000', '152153.521000', '152153.524000', '152153.527000', '152153.530000', '152153.533000', '152153.536000', '152153.539000', '152153.542000', '152153.545000', '152153.548000', '152153.551000', '152153.554000', '152153.557000', '152153.560000', '152153.563000', '152153.566000', '152213.438000', '152213.441000', '152213.444000', '152213.447000', '152213.450000', '152213.454000', '152213.456000', '152213.459000', '152213.462000', '152213.465000', '152213.468000', '152213.471000', '152213.474000', '152213.477000', '152213.480000', '152213.483000', '152213.486000', '152213.489000', '152213.492000', '152213.495000', '152213.498000', '152213.501000', '152213.504000', '152213.507000', '152213.510000', '152213.513000', '152213.516000', '152213.519000', '152213.522000', '152213.525000', '152213.528000', '152213.531000', '152213.534000', '152213.537000', '152213.540000', '152213.543000', '152213.546000', '152213.549000', '152213.552000', '152213.555000', '152213.557000', '152213.561000', '152213.563000', '152216.944000', '152216.948000', '152216.962000', '152216.965000', '152216.968000', '152216.971000', '152216.974000', '152216.977000'], '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, 1323], 'LargestImagePixelValue': [13205, 9581, 15235, 9254, 11912, 10075, 12349, 13022, 11960, 7559, 13024, 7769, 12756, 7715, 14235, 8722, 13732, 9500, 14863, 9595, 13920, 9603, 14638, 10045, 14475, 10074, 14993, 10153, 14459, 9743, 13537, 8967, 12844, 8010, 13267, 9264, 13235, 9211, 12660, 9550, 12389, 9792, 13241, 10109, 12655, 9200, 12308, 9563, 13712, 11499, 13920, 10474, 11997, 9954, 11905, 10008, 11473, 10158, 11225, 10268, 10797, 10234, 12577, 10777, 14060, 10589, 11834, 10340, 12459, 10498, 12432, 10022, 7876, 10237, 8222, 10772, 8588, 10453, 10193, 10122, 8831, 10120, 8312, 10580, 9190, 10670, 8553, 10336, 8127, 10803, 8221, 11680, 8883, 11719, 8935, 11276, 9526, 11594, 9866, 12277, 10399, 11590, 9598, 11412, 9462, 11841, 9839, 12012, 9578, 11294, 9844, 11309, 10104, 11669, 10244, 11816, 10134, 11453, 10210, 11280, 10429, 11925, 10758, 13415, 10625, 11435, 10647, 11724, 10047, 12536, 10456, 8214, 10540, 8959, 10903, 11291, 12241, 15218, 10842, 7847, 10547, 9828, 11755, 9445, 9471, 10056, 9217, 10460, 9545, 12401, 9650, 12852, 10712, 12915, 9527, 11483, 9508, 11017, 10179, 11043, 10386, 11222, 10341, 10288, 10133, 11184, 10216, 10750, 9791, 9949, 9585, 10658, 9685, 11604, 9892, 11054, 9949, 11466, 9524, 11969, 9271, 12827, 9574, 12089, 9101, 10629, 9288, 10483, 9064, 10600, 8749, 11266, 9280, 10983, 9104, 12221, 8886, 12576, 9055, 11745, 9222, 11934, 10123, 11508, 9714, 9864, 8193, 9857, 7823, 10017, 7615, 9626, 7893, 9779, 7545, 9954, 11632, 9529, 8018, 9486, 9197, 9459, 14933, 10089, 13039, 9852, 7949, 10340, 8075, 10124, 10996, 9973, 13451, 9408, 15163, 9813, 15580, 11270, 13271, 11101, 12403, 9320, 11507, 9465, 13436, 10981, 13066, 9238, 11873, 9670, 12296, 10063, 15388, 9978, 13705, 10385, 12869, 9757, 15419, 9987, 14559, 10099, 13977, 10089, 15094, 10449, 15625, 10811, 9500, 10208, 8587, 7796, 9541, 10562, 9069, 9785, 8840, 10441, 8759, 9959, 9916, 10085, 8509, 9524, 9578, 10386, 9685, 12430, 10264, 14737, 9984, 17254, 10851, 16432, 11080, 16320, 10290, 12038, 9935, 9387, 9647, 10301, 9809, 11597, 9714, 9100, 9319, 9473, 11192, 9379, 8923, 10498, 8579, 9188, 9196, 12150, 9990, 13366, 10274, 12971, 9910, 11759, 9600, 11277, 9517, 10029, 9167, 9853, 9811, 9555, 10136, 10169, 7978, 10181, 8113, 11203, 9309, 12110, 10260, 12630, 9819, 12595, 9318, 12271, 9053, 12606, 10918, 12068, 10969, 10806, 10781, 9930, 10828, 10293, 11320, 10144, 7983, 9817, 9197, 9731, 15634, 9567, 17255, 10727, 17350, 9988, 13307, 10596, 13896, 11376, 16468, 9345, 14187, 9101, 11553, 9090, 11504, 8841, 11797, 8135, 10472, 8295, 10296, 8095, 10354, 9214, 10020, 12620, 9471, 7669, 9469, 7913, 10558, 7958, 11207, 9170, 11528, 7914, 11292, 7465, 11843, 8097, 12581, 8830, 12274, 8146, 11806, 7719, 10156, 9021, 14317, 11169, 18304, 10414, 8285, 9442, 9734, 9882, 11452, 9745, 16031, 9905, 17242, 9376, 13985, 9546, 13531, 9589, 15278, 10116, 13110, 10379, 11456, 10320, 13876, 10353, 16053, 10276, 14412, 10184, 15807, 10416, 13108, 10244, 12361, 10383, 12131, 9710, 11632, 9489, 11175, 9823, 10344, 9303, 9844, 9270, 10170, 9114, 9827, 9073, 9916, 8683, 9907, 9678, 9952, 9538, 9929, 9001, 9658, 8963, 10228, 8399, 10462, 8554, 9635, 8658, 9794, 8449, 9632, 10810, 9745, 8929, 9423, 9130, 10004, 8994, 10313, 8696, 9969, 8477, 9572, 10365, 9927, 17054, 9694, 15760, 9509, 15584, 9939, 16008, 10088, 12453, 9478, 9065, 9352, 9662, 9857, 11946, 9583, 8583, 9829, 8734, 10557, 11631, 9815, 13730, 10313, 8475, 10023, 8564, 10031, 8625, 10591, 9226, 11015, 8695, 9966, 9200, 10095, 9460, 10311, 8189, 10015, 8447, 9989, 8240, 10067, 8626, 10292, 8355, 10844, 8690, 11105, 8811, 12479, 9267, 11502, 8446, 11035, 8515, 11383, 8924, 12180, 9568, 11525, 9055, 11231, 8747, 11015, 8875, 15436, 9500, 12343, 9388, 12231, 9735, 15387, 9801, 14619, 9907, 12850, 9660, 14188, 9796, 15751, 10052, 9551, 10158, 8368, 10043, 8700, 10137, 8342, 10650, 8872, 10252, 8202, 9858, 8518, 9837, 8518, 11169, 8527, 9453, 9013, 9663, 9509, 11649, 8872, 10191, 8901, 10948, 9457, 14365, 9742, 13755, 9899, 14639, 9617, 17703, 10776, 17108, 11876, 14256, 10085, 14683, 10051, 15326, 9870, 13406, 9876, 9356, 9387, 8175, 9489, 8142, 10471, 7958, 10664, 8156, 10253, 7953, 10091, 8436, 10545, 12659, 10547, 10418, 9411, 14458, 9676, 17430, 9516, 16078, 9370, 12682, 9209, 11578, 9198, 11482, 9465, 12966, 9660, 13398, 9465, 11509, 9685, 11678, 8622, 11972, 9615, 12111, 10167, 8246, 11103, 9020, 14007, 8737, 12906, 9286, 15176, 9931, 15121, 10230, 11948, 10130, 7778, 10164, 8035, 11302, 8176, 11733, 8293, 11565, 7841, 12074, 8274, 11872, 8961, 12256, 9142, 12307, 9677, 11977, 9153, 11509, 8898, 11694, 8873, 12270, 9941, 18638, 12652, 10780, 10448, 8885, 9229, 10595, 9415, 8553, 9588, 8875, 8543, 11851, 10756, 13367, 13477, 15767, 13559, 13017, 16014, 12598, 15268, 10706, 14491, 10398, 11957, 9265, 8952, 10214, 8799, 9989, 8400, 9674, 9292, 10189, 11251, 9182, 10096, 10624, 9477, 9708, 9068, 10675, 9879, 13386, 9854, 13433, 10392, 13241, 9878, 13491, 11051, 15293, 11231, 13000, 10675, 10905, 10122, 9363, 9638, 9169, 9837, 9813, 9958, 9646, 11441, 10298, 14630, 11059, 9975, 10082, 9927, 10037, 9688, 13018, 10861, 12526, 10839, 11485, 10331, 9675, 10161, 8773, 11800, 9867, 16375, 10224, 15670, 10381, 11030, 10021, 8834, 9713, 9218, 9726, 9265, 9850, 8657, 10310, 8943, 11741, 9918, 12082, 10230, 13192, 10266, 8963, 10616, 8669, 9642, 8869, 9799, 10958, 8894, 12280, 9939, 9690, 12141, 11379, 13695, 15013, 12301, 18173, 12985, 15670, 10263, 16492, 10171, 15626, 10212, 13464, 10624, 9128, 10375, 9170, 9878, 9271, 10016, 9385, 10293, 8569, 9904, 16460, 10070, 14812, 12285, 13245, 10730, 10908, 10417, 10022, 9107, 9953, 9300, 10144, 9028, 10020, 8294, 9809, 12898, 9886, 13318, 9345, 13964, 8576, 11651, 8812, 14122, 10020, 14465, 9281, 13062, 8890, 11899, 10208, 8651, 10235, 8067, 12324, 8955, 15203, 12919, 14195, 10247, 13218, 9418, 11883, 8727, 11594, 8778, 10536, 9145, 10730, 9071, 11388, 9429, 12855, 10131, 14697, 10304, 15514, 10039, 16518, 10174, 16434, 10807, 14991, 9948, 14673, 10214, 12030, 9377, 11365, 9552, 10801, 9199, 10101, 8856, 10042, 8680, 10210, 8789, 10339, 8912, 10809, 8680, 13167, 9223, 12046, 10001, 10019, 9822, 9633, 9295, 13395, 9386, 8386, 10375, 9691, 9174, 10129, 13699, 13528, 14243, 11392, 13116, 9841, 15662, 11163, 17988, 12403, 16330, 11466, 14520, 10961, 13640, 11111, 12551, 11283, 10445, 11004, 10070, 10252, 10505, 10488, 10357, 10730, 11539, 10701, 10234, 10575, 10694, 10311, 14203, 10177, 15860, 10773, 13771, 10075, 11751, 9626, 11092, 10422, 10223, 10148, 10242, 9942, 9976, 9695, 9854, 10189, 9756, 10191, 10275, 9734, 10004, 9570, 11762, 9354, 13315, 10436, 16909, 10999, 15336, 10919, 15851, 11112, 16934, 10855, 13436, 10671, 13184, 10480, 16420, 10667, 15476, 10305, 10659, 10453, 9940, 10307, 9804, 10120, 9897, 10339, 10071, 9869, 9692, 10336, 9985, 12923, 8848, 12229, 9147, 11701, 9361, 12867, 9816, 13560, 10669, 15632, 10238, 14082, 10077, 14910, 10576, 13920, 10710, 11675, 10451, 10127, 10531, 10272, 10127, 9768, 10173, 9556, 9665, 10820, 10362, 15214, 10412, 12090, 9949, 13166, 10567, 16544, 10581, 15806, 10618, 13176, 10225, 10580, 10033, 10340, 10212, 10082, 9931, 9672, 10211, 9680, 10609, 10050, 10392, 11388, 10019, 14058, 13006, 14530, 12894, 13491, 12195, 14021, 12627, 13661, 9825, 11650, 9335, 11150, 10346, 9968, 10395, 10189, 8948, 10188, 9250, 10664, 9532, 10223, 10180, 11553, 10283, 14046, 10295, 11968, 10330, 13094, 11204, 13205, 10366, 12291, 10361, 13060, 10782, 16292, 10754, 13096, 10741, 12701, 10860, 13453, 10747, 14648, 10352, 12881, 10254, 14302, 10189, 11787, 10719, 14507, 10419, 13525, 10718, 14142, 10641, 12402, 10837, 11437, 10755, 11313, 10068, 11557, 9663, 10867, 9200, 10103, 9282, 9960, 9525, 10320, 9855, 10383, 9423, 9996, 9010, 10493, 9428, 12025, 10129, 12485, 10361, 12752, 9836, 13860, 10919, 14082, 11494, 12953, 9635, 11364, 9825, 11288, 9704, 11351, 9639, 11022, 9279, 10777, 10064, 11389, 10199, 12087, 9742, 11510, 10091, 11659, 9896, 13121, 10238, 13074, 10317, 12156, 10499, 15899, 10370, 14932, 10545, 13426, 10661, 14798, 10517, 15955, 10784, 13523, 10442, 14116, 10016, 15400, 10521, 14994, 10134, 11960, 10098, 9869, 10454, 10044, 10272, 9528, 10035, 9810, 9679, 9696, 10230, 9138, 10122, 9305, 9740, 9581, 10415, 13934, 10994, 12760, 9819, 9280, 9691, 9309, 10425, 9593, 10082, 9440, 9652, 8833, 10174, 8951, 11711, 9641, 16066, 10466, 16552, 10516, 16950, 10762, 15598, 10568, 14408, 10656, 13449, 10550, 11302, 10281, 8679, 9718, 8746, 9469, 9502, 10964, 9068, 12385, 8893, 11458, 9162, 12294, 9587, 15897, 10338, 12573, 10684, 9216, 10375, 8856, 9746, 13037, 10222, 11652, 9963, 11460, 9905, 12713, 9896, 13657, 9711, 10755, 10003, 11014, 10487, 10237, 10193, 9114, 10099, 8855, 9732, 9136, 9969, 9949, 9768, 9245, 16620, 10429, 7801, 9082, 8120], 'WindowCenter': [4604.0, 4551.0, 4568.0, 4523.0, 4530.0, 4504.0, 4530.0, 4529.0, 4529.0, 4483.0, 4526.0, 4484.0, 4526.0, 4485.0, 4537.0, 4496.0, 4537.0, 4520.0, 4549.0, 4506.0, 4538.0, 4507.0, 4534.0, 4506.0, 4535.0, 4518.0, 4549.0, 4520.0, 4536.0, 4506.0, 4526.0, 4494.0, 4524.0, 4485.0, 4525.0, 4496.0, 4524.0, 4495.0, 4524.0, 4519.0, 4528.0, 4508.0, 4527.0, 4517.0, 4526.0, 4496.0, 4515.0, 4507.0, 4529.0, 4516.0, 4526.0, 4505.0, 4505.0, 4505.0, 4514.0, 4493.0, 4502.0, 4493.0, 4500.0, 4492.0, 4502.0, 4491.0, 4503.0, 4502.0, 4511.0, 4491.0, 4499.0, 4492.0, 4514.0, 4492.0, 4511.0, 4493.0, 4471.0, 4501.0, 4481.0, 4502.0, 4493.0, 4503.0, 4489.0, 4490.0, 4468.0, 4488.0, 4468.0, 4491.0, 4490.0, 4490.0, 4469.0, 4480.0, 4458.0, 4490.0, 4471.0, 4513.0, 4482.0, 4502.0, 4481.0, 4501.0, 4490.0, 4501.0, 4505.0, 4514.0, 4493.0, 4502.0, 4491.0, 4502.0, 4493.0, 4515.0, 4493.0, 4513.0, 4493.0, 4504.0, 4503.0, 4502.0, 4507.0, 4515.0, 4506.0, 4514.0, 4506.0, 4503.0, 4506.0, 4514.0, 4516.0, 4513.0, 4506.0, 4522.0, 4504.0, 4501.0, 4503.0, 4514.0, 4504.0, 4516.0, 4504.0, 4485.0, 4504.0, 4493.0, 4514.0, 4518.0, 4540.0, 4537.0, 4518.0, 4496.0, 4520.0, 4509.0, 4515.0, 4506.0, 4519.0, 4520.0, 4520.0, 4518.0, 4508.0, 4528.0, 4508.0, 4517.0, 4518.0, 4526.0, 4495.0, 4504.0, 4495.0, 4516.0, 4518.0, 4514.0, 4507.0, 4503.0, 4504.0, 4494.0, 4505.0, 4516.0, 4506.0, 4519.0, 4520.0, 4506.0, 4508.0, 4518.0, 4520.0, 4529.0, 4521.0, 4519.0, 4508.0, 4518.0, 4508.0, 4519.0, 4498.0, 4517.0, 4496.0, 4515.0, 4485.0, 4504.0, 4494.0, 4505.0, 4496.0, 4506.0, 4498.0, 4516.0, 4496.0, 4507.0, 4498.0, 4517.0, 4498.0, 4516.0, 4496.0, 4505.0, 4497.0, 4516.0, 4494.0, 4503.0, 4484.0, 4495.0, 4483.0, 4494.0, 4475.0, 4493.0, 4476.0, 4506.0, 4485.0, 4507.0, 4488.0, 4508.0, 4518.0, 4521.0, 4486.0, 4506.0, 4497.0, 4510.0, 4537.0, 4509.0, 4528.0, 4521.0, 4488.0, 4519.0, 4499.0, 4521.0, 4532.0, 4523.0, 4541.0, 4512.0, 4540.0, 4521.0, 4554.0, 4530.0, 4531.0, 4519.0, 4515.0, 4495.0, 4504.0, 4511.0, 4529.0, 4508.0, 4513.0, 4482.0, 4490.0, 4481.0, 4502.0, 4493.0, 4511.0, 4484.0, 4511.0, 4492.0, 4502.0, 4484.0, 4521.0, 4484.0, 4522.0, 4492.0, 4511.0, 4491.0, 4522.0, 4507.0, 4536.0, 4515.0, 4494.0, 4490.0, 4470.0, 4471.0, 4496.0, 4505.0, 4484.0, 4493.0, 4497.0, 4504.0, 4484.0, 4493.0, 4494.0, 4495.0, 4472.0, 4480.0, 4481.0, 4480.0, 4482.0, 4503.0, 4493.0, 4510.0, 4480.0, 4507.0, 4479.0, 4507.0, 4477.0, 4496.0, 4466.0, 4475.0, 4464.0, 4453.0, 4454.0, 4465.0, 4479.0, 4488.0, 4465.0, 4466.0, 4468.0, 4478.0, 4487.0, 4469.0, 4472.0, 4503.0, 4481.0, 4482.0, 4482.0, 4501.0, 4482.0, 4499.0, 4480.0, 4499.0, 4480.0, 4489.0, 4480.0, 4489.0, 4480.0, 4478.0, 4469.0, 4478.0, 4480.0, 4482.0, 4493.0, 4503.0, 4499.0, 4507.0, 4486.0, 4516.0, 4505.0, 4515.0, 4506.0, 4527.0, 4509.0, 4517.0, 4497.0, 4515.0, 4484.0, 4518.0, 4505.0, 4516.0, 4504.0, 4504.0, 4502.0, 4494.0, 4504.0, 4506.0, 4516.0, 4508.0, 4487.0, 4507.0, 4495.0, 4507.0, 4539.0, 4510.0, 4548.0, 4519.0, 4549.0, 4510.0, 4525.0, 4507.0, 4528.0, 4517.0, 4535.0, 4495.0, 4524.0, 4485.0, 4504.0, 4485.0, 4518.0, 4497.0, 4516.0, 4475.0, 4493.0, 4483.0, 4494.0, 4473.0, 4492.0, 4494.0, 4496.0, 4514.0, 4495.0, 4474.0, 4496.0, 4486.0, 4506.0, 4487.0, 4518.0, 4498.0, 4529.0, 4488.0, 4518.0, 4488.0, 4528.0, 4487.0, 4529.0, 4499.0, 4530.0, 4488.0, 4518.0, 4490.0, 4532.0, 4509.0, 4551.0, 4530.0, 4558.0, 4518.0, 4498.0, 4521.0, 4520.0, 4508.0, 4518.0, 4510.0, 4549.0, 4510.0, 4548.0, 4497.0, 4536.0, 4506.0, 4525.0, 4507.0, 4536.0, 4505.0, 4513.0, 4494.0, 4503.0, 4505.0, 4526.0, 4506.0, 4534.0, 4505.0, 4512.0, 4493.0, 4521.0, 4492.0, 4502.0, 4492.0, 4500.0, 4491.0, 4490.0, 4480.0, 4489.0, 4480.0, 4501.0, 4491.0, 4490.0, 4481.0, 4490.0, 4482.0, 4492.0, 4484.0, 4493.0, 4484.0, 4494.0, 4485.0, 4493.0, 4495.0, 4495.0, 4495.0, 4493.0, 4484.0, 4494.0, 4493.0, 4506.0, 4486.0, 4506.0, 4485.0, 4496.0, 4485.0, 4495.0, 4485.0, 4495.0, 4503.0, 4496.0, 4484.0, 4494.0, 4494.0, 4505.0, 4496.0, 4507.0, 4496.0, 4506.0, 4485.0, 4496.0, 4506.0, 4507.0, 4546.0, 4496.0, 4534.0, 4495.0, 4535.0, 4506.0, 4535.0, 4505.0, 4513.0, 4493.0, 4484.0, 4495.0, 4507.0, 4507.0, 4516.0, 4506.0, 4485.0, 4504.0, 4496.0, 4508.0, 4517.0, 4507.0, 4526.0, 4506.0, 4485.0, 4495.0, 4485.0, 4493.0, 4496.0, 4515.0, 4495.0, 4517.0, 4486.0, 4495.0, 4495.0, 4507.0, 4508.0, 4506.0, 4486.0, 4506.0, 4486.0, 4505.0, 4498.0, 4519.0, 4510.0, 4518.0, 4498.0, 4518.0, 4498.0, 4529.0, 4510.0, 4527.0, 4497.0, 4516.0, 4497.0, 4515.0, 4497.0, 4518.0, 4498.0, 4516.0, 4508.0, 4516.0, 4496.0, 4516.0, 4498.0, 4529.0, 4510.0, 4548.0, 4521.0, 4527.0, 4508.0, 4526.0, 4508.0, 4546.0, 4508.0, 4536.0, 4508.0, 4525.0, 4507.0, 4525.0, 4506.0, 4536.0, 4505.0, 4495.0, 4505.0, 4484.0, 4493.0, 4484.0, 4507.0, 4498.0, 4506.0, 4496.0, 4505.0, 4485.0, 4494.0, 4495.0, 4494.0, 4483.0, 4503.0, 4484.0, 4493.0, 4496.0, 4495.0, 4495.0, 4504.0, 4494.0, 4493.0, 4495.0, 4517.0, 4507.0, 4538.0, 4507.0, 4527.0, 4506.0, 4526.0, 4496.0, 4546.0, 4517.0, 4535.0, 4515.0, 4523.0, 4493.0, 4522.0, 4494.0, 4537.0, 4503.0, 4523.0, 4504.0, 4492.0, 4493.0, 4482.0, 4495.0, 4486.0, 4517.0, 4487.0, 4516.0, 4484.0, 4508.0, 4485.0, 4507.0, 4496.0, 4518.0, 4527.0, 4505.0, 4504.0, 4495.0, 4523.0, 4493.0, 4545.0, 4505.0, 4533.0, 4496.0, 4513.0, 4493.0, 4502.0, 4494.0, 4517.0, 4506.0, 4525.0, 4506.0, 4524.0, 4495.0, 4514.0, 4508.0, 4516.0, 4499.0, 4516.0, 4506.0, 4515.0, 4505.0, 4510.0, 4530.0, 4508.0, 4537.0, 4498.0, 4526.0, 4495.0, 4535.0, 4507.0, 4537.0, 4507.0, 4529.0, 4506.0, 4474.0, 4504.0, 4483.0, 4516.0, 4486.0, 4529.0, 4499.0, 4517.0, 4487.0, 4529.0, 4498.0, 4516.0, 4498.0, 4529.0, 4510.0, 4528.0, 4508.0, 4517.0, 4496.0, 4517.0, 4495.0, 4542.0, 4509.0, 4527.0, 4520.0, 4559.0, 4525.0, 4516.0, 4518.0, 4511.0, 4518.0, 4531.0, 4520.0, 4526.0, 4538.0, 4527.0, 4526.0, 4547.0, 4536.0, 4546.0, 4543.0, 4542.0, 4529.0, 4515.0, 4516.0, 4492.0, 4501.0, 4467.0, 4498.0, 4468.0, 4474.0, 4453.0, 4442.0, 4452.0, 4441.0, 4466.0, 4468.0, 4478.0, 4481.0, 4505.0, 4527.0, 4506.0, 4505.0, 4505.0, 4494.0, 4494.0, 4484.0, 4505.0, 4495.0, 4514.0, 4495.0, 4515.0, 4495.0, 4527.0, 4495.0, 4514.0, 4503.0, 4522.0, 4503.0, 4512.0, 4504.0, 4502.0, 4504.0, 4494.0, 4495.0, 4494.0, 4495.0, 4495.0, 4494.0, 4495.0, 4515.0, 4507.0, 4549.0, 4517.0, 4507.0, 4507.0, 4506.0, 4507.0, 4508.0, 4527.0, 4519.0, 4528.0, 4531.0, 4531.0, 4520.0, 4510.0, 4519.0, 4500.0, 4529.0, 4519.0, 4560.0, 4522.0, 4550.0, 4521.0, 4519.0, 4509.0, 4497.0, 4508.0, 4509.0, 4510.0, 4510.0, 4508.0, 4499.0, 4518.0, 4510.0, 4529.0, 4533.0, 4543.0, 4533.0, 4551.0, 4534.0, 4510.0, 4531.0, 4512.0, 4523.0, 4523.0, 4534.0, 4545.0, 4538.0, 4569.0, 4537.0, 4534.0, 4545.0, 4543.0, 4553.0, 4551.0, 4541.0, 4559.0, 4539.0, 4536.0, 4507.0, 4535.0, 4505.0, 4536.0, 4505.0, 4525.0, 4504.0, 4494.0, 4505.0, 4507.0, 4520.0, 4521.0, 4521.0, 4510.0, 4520.0, 4499.0, 4519.0, 4547.0, 4508.0, 4538.0, 4528.0, 4527.0, 4506.0, 4505.0, 4504.0, 4494.0, 4494.0, 4506.0, 4496.0, 4507.0, 4496.0, 4518.0, 4497.0, 4521.0, 4541.0, 4522.0, 4551.0, 4524.0, 4550.0, 4510.0, 4530.0, 4511.0, 4538.0, 4510.0, 4549.0, 4508.0, 4526.0, 4497.0, 4517.0, 4507.0, 4498.0, 4518.0, 4500.0, 4540.0, 4522.0, 4551.0, 4539.0, 4537.0, 4506.0, 4525.0, 4496.0, 4526.0, 4497.0, 4516.0, 4496.0, 4505.0, 4496.0, 4516.0, 4507.0, 4529.0, 4521.0, 4527.0, 4519.0, 4537.0, 4507.0, 4536.0, 4506.0, 4548.0, 4519.0, 4547.0, 4517.0, 4533.0, 4505.0, 4523.0, 4505.0, 4514.0, 4495.0, 4514.0, 4495.0, 4503.0, 4494.0, 4503.0, 4495.0, 4517.0, 4498.0, 4506.0, 4498.0, 4506.0, 4497.0, 4517.0, 4498.0, 4538.0, 4510.0, 4540.0, 4522.0, 4521.0, 4517.0, 4511.0, 4498.0, 4527.0, 4510.0, 4504.0, 4524.0, 4522.0, 4513.0, 4512.0, 4543.0, 4530.0, 4529.0, 4519.0, 4516.0, 4496.0, 4525.0, 4505.0, 4533.0, 4500.0, 4508.0, 4490.0, 4497.0, 4489.0, 4496.0, 4488.0, 4489.0, 4491.0, 4480.0, 4491.0, 4491.0, 4494.0, 4504.0, 4505.0, 4519.0, 4518.0, 4516.0, 4507.0, 4504.0, 4507.0, 4505.0, 4507.0, 4526.0, 4508.0, 4537.0, 4518.0, 4526.0, 4507.0, 4516.0, 4496.0, 4516.0, 4508.0, 4507.0, 4507.0, 4507.0, 4507.0, 4507.0, 4508.0, 4507.0, 4518.0, 4510.0, 4511.0, 4512.0, 4510.0, 4509.0, 4509.0, 4519.0, 4510.0, 4540.0, 4519.0, 4548.0, 4518.0, 4537.0, 4518.0, 4548.0, 4520.0, 4548.0, 4519.0, 4527.0, 4518.0, 4525.0, 4518.0, 4548.0, 4508.0, 4536.0, 4507.0, 4506.0, 4517.0, 4505.0, 4518.0, 4519.0, 4519.0, 4509.0, 4519.0, 4508.0, 4508.0, 4506.0, 4518.0, 4509.0, 4527.0, 4498.0, 4527.0, 4498.0, 4518.0, 4498.0, 4527.0, 4509.0, 4528.0, 4518.0, 4537.0, 4507.0, 4526.0, 4507.0, 4537.0, 4517.0, 4528.0, 4510.0, 4517.0, 4508.0, 4507.0, 4520.0, 4518.0, 4520.0, 4509.0, 4519.0, 4508.0, 4508.0, 4517.0, 4519.0, 4538.0, 4518.0, 4517.0, 4507.0, 4526.0, 4506.0, 4546.0, 4507.0, 4535.0, 4503.0, 4524.0, 4506.0, 4507.0, 4520.0, 4518.0, 4519.0, 4519.0, 4519.0, 4519.0, 4521.0, 4522.0, 4532.0, 4535.0, 4534.0, 4554.0, 4536.0, 4553.0, 4542.0, 4540.0, 4528.0, 4528.0, 4529.0, 4527.0, 4515.0, 4525.0, 4494.0, 4502.0, 4492.0, 4503.0, 4505.0, 4504.0, 4504.0, 4503.0, 4495.0, 4504.0, 4496.0, 4515.0, 4519.0, 4519.0, 4521.0, 4529.0, 4521.0, 4537.0, 4520.0, 4530.0, 4520.0, 4529.0, 4519.0, 4527.0, 4506.0, 4515.0, 4507.0, 4527.0, 4516.0, 4534.0, 4505.0, 4514.0, 4505.0, 4514.0, 4516.0, 4527.0, 4516.0, 4536.0, 4507.0, 4525.0, 4505.0, 4525.0, 4506.0, 4517.0, 4507.0, 4536.0, 4505.0, 4525.0, 4506.0, 4525.0, 4517.0, 4526.0, 4517.0, 4516.0, 4516.0, 4516.0, 4508.0, 4517.0, 4506.0, 4506.0, 4496.0, 4504.0, 4496.0, 4506.0, 4508.0, 4516.0, 4507.0, 4517.0, 4508.0, 4508.0, 4509.0, 4520.0, 4511.0, 4529.0, 4520.0, 4528.0, 4509.0, 4527.0, 4507.0, 4538.0, 4517.0, 4527.0, 4516.0, 4515.0, 4495.0, 4504.0, 4506.0, 4515.0, 4506.0, 4515.0, 4495.0, 4505.0, 4496.0, 4517.0, 4509.0, 4517.0, 4518.0, 4525.0, 4507.0, 4516.0, 4518.0, 4528.0, 4508.0, 4527.0, 4506.0, 4526.0, 4506.0, 4516.0, 4517.0, 4548.0, 4519.0, 4537.0, 4518.0, 4525.0, 4517.0, 4535.0, 4517.0, 4548.0, 4518.0, 4525.0, 4507.0, 4525.0, 4506.0, 4536.0, 4506.0, 4535.0, 4506.0, 4514.0, 4505.0, 4506.0, 4516.0, 4506.0, 4504.0, 4506.0, 4507.0, 4507.0, 4508.0, 4520.0, 4520.0, 4509.0, 4519.0, 4508.0, 4508.0, 4508.0, 4519.0, 4538.0, 4517.0, 4514.0, 4495.0, 4494.0, 4494.0, 4495.0, 4505.0, 4505.0, 4505.0, 4506.0, 4506.0, 4497.0, 4516.0, 4507.0, 4527.0, 4508.0, 4547.0, 4518.0, 4546.0, 4517.0, 4547.0, 4517.0, 4535.0, 4505.0, 4523.0, 4505.0, 4525.0, 4506.0, 4504.0, 4505.0, 4484.0, 4494.0, 4484.0, 4504.0, 4506.0, 4516.0, 4495.0, 4515.0, 4492.0, 4514.0, 4495.0, 4516.0, 4496.0, 4533.0, 4504.0, 4514.0, 4505.0, 4495.0, 4505.0, 4494.0, 4508.0, 4527.0, 4506.0, 4515.0, 4507.0, 4515.0, 4504.0, 4525.0, 4506.0, 4524.0, 4496.0, 4505.0, 4506.0, 4504.0, 4503.0, 4505.0, 4507.0, 4496.0, 4505.0, 4496.0, 4507.0, 4509.0, 4520.0, 4533.0, 4534.0, 4521.0, 4561.0, 4533.0, 4513.0, 4520.0, 4510.0], 'WindowWidth': [10107.0, 10011.0, 10027.0, 9957.0, 9964.0, 9918.0, 9962.0, 9957.0, 9955.0, 9887.0, 9948.0, 9890.0, 9949.0, 9892.0, 9965.0, 9911.0, 9966.0, 9950.0, 9985.0, 9920.0, 9967.0, 9923.0, 9955.0, 9920.0, 9957.0, 9941.0, 9989.0, 9947.0, 9967.0, 9922.0, 9948.0, 9901.0, 9942.0, 9892.0, 9945.0, 9906.0, 9943.0, 9905.0, 9943.0, 9947.0, 9955.0, 9925.0, 9952.0, 9940.0, 9951.0, 9907.0, 9932.0, 9923.0, 9958.0, 9935.0, 9949.0, 9916.0, 9917.0, 9918.0, 9930.0, 9898.0, 9908.0, 9898.0, 9903.0, 9894.0, 9909.0, 9893.0, 9911.0, 9910.0, 9919.0, 9891.0, 9899.0, 9893.0, 9928.0, 9895.0, 9920.0, 9899.0, 9866.0, 9908.0, 9882.0, 9910.0, 9902.0, 9914.0, 9888.0, 9889.0, 9855.0, 9884.0, 9855.0, 9891.0, 9891.0, 9890.0, 9859.0, 9873.0, 9842.0, 9888.0, 9866.0, 9924.0, 9883.0, 9909.0, 9878.0, 9905.0, 9890.0, 9908.0, 9917.0, 9927.0, 9898.0, 9909.0, 9893.0, 9908.0, 9900.0, 9930.0, 9900.0, 9927.0, 9901.0, 9915.0, 9913.0, 9912.0, 9923.0, 9934.0, 9920.0, 9930.0, 9919.0, 9914.0, 9920.0, 9931.0, 9937.0, 9930.0, 9922.0, 9939.0, 9915.0, 9908.0, 9912.0, 9931.0, 9917.0, 9934.0, 9918.0, 9890.0, 9915.0, 9899.0, 9930.0, 9942.0, 9975.0, 9967.0, 9942.0, 9912.0, 9945.0, 9927.0, 9933.0, 9922.0, 9945.0, 9948.0, 9948.0, 9943.0, 9928.0, 9955.0, 9927.0, 9938.0, 9940.0, 9951.0, 9905.0, 9915.0, 9903.0, 9935.0, 9940.0, 9931.0, 9922.0, 9912.0, 9914.0, 9900.0, 9920.0, 9937.0, 9923.0, 9943.0, 9948.0, 9924.0, 9928.0, 9942.0, 9947.0, 9958.0, 9949.0, 9943.0, 9927.0, 9939.0, 9925.0, 9944.0, 9912.0, 9936.0, 9907.0, 9929.0, 9887.0, 9913.0, 9901.0, 9915.0, 9905.0, 9921.0, 9913.0, 9935.0, 9907.0, 9923.0, 9912.0, 9936.0, 9911.0, 9934.0, 9904.0, 9915.0, 9907.0, 9933.0, 9900.0, 9910.0, 9883.0, 9898.0, 9883.0, 9899.0, 9878.0, 9900.0, 9879.0, 9918.0, 9891.0, 9920.0, 9899.0, 9928.0, 9939.0, 9949.0, 9894.0, 9921.0, 9909.0, 9933.0, 9965.0, 9929.0, 9954.0, 9949.0, 9898.0, 9942.0, 9918.0, 9952.0, 9969.0, 9956.0, 9975.0, 9936.0, 9972.0, 9947.0, 10001.0, 9962.0, 9961.0, 9941.0, 9929.0, 9900.0, 9912.0, 9935.0, 9956.0, 9925.0, 9924.0, 9877.0, 9887.0, 9875.0, 9904.0, 9895.0, 9919.0, 9883.0, 9915.0, 9891.0, 9905.0, 9883.0, 9930.0, 9883.0, 9934.0, 9894.0, 9918.0, 9890.0, 9937.0, 9922.0, 9963.0, 9934.0, 9901.0, 9889.0, 9861.0, 9865.0, 9903.0, 9916.0, 9886.0, 9895.0, 9908.0, 9913.0, 9884.0, 9896.0, 9898.0, 9903.0, 9865.0, 9872.0, 9876.0, 9874.0, 9879.0, 9911.0, 9894.0, 9913.0, 9872.0, 9906.0, 9867.0, 9904.0, 9863.0, 9887.0, 9847.0, 9854.0, 9839.0, 9822.0, 9827.0, 9842.0, 9868.0, 9879.0, 9845.0, 9848.0, 9853.0, 9866.0, 9877.0, 9857.0, 9864.0, 9911.0, 9877.0, 9879.0, 9880.0, 9902.0, 9877.0, 9898.0, 9872.0, 9896.0, 9871.0, 9883.0, 9874.0, 9884.0, 9871.0, 9867.0, 9856.0, 9866.0, 9874.0, 9880.0, 9896.0, 9911.0, 9917.0, 9922.0, 9895.0, 9933.0, 9918.0, 9929.0, 9919.0, 9951.0, 9929.0, 9935.0, 9906.0, 9931.0, 9887.0, 9936.0, 9914.0, 9933.0, 9910.0, 9911.0, 9905.0, 9900.0, 9914.0, 9919.0, 9932.0, 9925.0, 9895.0, 9924.0, 9905.0, 9922.0, 9968.0, 9930.0, 9980.0, 9940.0, 9985.0, 9931.0, 9946.0, 9922.0, 9950.0, 9934.0, 9955.0, 9902.0, 9941.0, 9890.0, 9914.0, 9889.0, 9939.0, 9908.0, 9932.0, 9877.0, 9898.0, 9884.0, 9898.0, 9869.0, 9895.0, 9900.0, 9904.0, 9926.0, 9901.0, 9871.0, 9904.0, 9891.0, 9919.0, 9894.0, 9940.0, 9914.0, 9956.0, 9899.0, 9940.0, 9900.0, 9953.0, 9897.0, 9955.0, 9915.0, 9958.0, 9900.0, 9940.0, 9906.0, 9968.0, 9934.0, 9996.0, 9964.0, 9999.0, 9941.0, 9912.0, 9948.0, 9947.0, 9925.0, 9938.0, 9930.0, 9982.0, 9930.0, 9981.0, 9909.0, 9962.0, 9921.0, 9944.0, 9923.0, 9961.0, 9918.0, 9923.0, 9900.0, 9911.0, 9916.0, 9947.0, 9919.0, 9955.0, 9916.0, 9920.0, 9897.0, 9933.0, 9894.0, 9910.0, 9894.0, 9903.0, 9890.0, 9887.0, 9874.0, 9884.0, 9876.0, 9905.0, 9892.0, 9887.0, 9878.0, 9888.0, 9881.0, 9896.0, 9889.0, 9898.0, 9886.0, 9900.0, 9890.0, 9899.0, 9905.0, 9903.0, 9901.0, 9898.0, 9887.0, 9899.0, 9899.0, 9917.0, 9893.0, 9919.0, 9890.0, 9906.0, 9890.0, 9903.0, 9890.0, 9904.0, 9912.0, 9909.0, 9887.0, 9900.0, 9900.0, 9918.0, 9908.0, 9924.0, 9908.0, 9921.0, 9891.0, 9906.0, 9921.0, 9924.0, 9975.0, 9908.0, 9956.0, 9902.0, 9958.0, 9920.0, 9961.0, 9917.0, 9925.0, 9899.0, 9887.0, 9905.0, 9926.0, 9925.0, 9934.0, 9922.0, 9890.0, 9917.0, 9907.0, 9924.0, 9936.0, 9924.0, 9948.0, 9922.0, 9890.0, 9902.0, 9889.0, 9900.0, 9908.0, 9934.0, 9907.0, 9938.0, 9894.0, 9905.0, 9905.0, 9924.0, 9927.0, 9922.0, 9894.0, 9919.0, 9894.0, 9919.0, 9915.0, 9947.0, 9936.0, 9943.0, 9916.0, 9941.0, 9915.0, 9960.0, 9933.0, 9954.0, 9912.0, 9937.0, 9911.0, 9935.0, 9911.0, 9942.0, 9915.0, 9936.0, 9928.0, 9936.0, 9908.0, 9935.0, 9915.0, 9962.0, 9938.0, 9985.0, 9950.0, 9953.0, 9928.0, 9950.0, 9929.0, 9981.0, 9929.0, 9964.0, 9927.0, 9945.0, 9924.0, 9946.0, 9923.0, 9962.0, 9920.0, 9904.0, 9917.0, 9887.0, 9899.0, 9889.0, 9925.0, 9914.0, 9922.0, 9907.0, 9919.0, 9889.0, 9900.0, 9904.0, 9904.0, 9887.0, 9913.0, 9886.0, 9897.0, 9906.0, 9906.0, 9904.0, 9915.0, 9902.0, 9899.0, 9905.0, 9939.0, 9926.0, 9969.0, 9925.0, 9949.0, 9922.0, 9948.0, 9908.0, 9979.0, 9937.0, 9960.0, 9931.0, 9937.0, 9899.0, 9935.0, 9901.0, 9965.0, 9916.0, 9939.0, 9916.0, 9897.0, 9899.0, 9883.0, 9905.0, 9895.0, 9940.0, 9898.0, 9936.0, 9892.0, 9925.0, 9893.0, 9922.0, 9910.0, 9940.0, 9951.0, 9921.0, 9916.0, 9905.0, 9940.0, 9899.0, 9975.0, 9919.0, 9955.0, 9906.0, 9925.0, 9899.0, 9910.0, 9901.0, 9939.0, 9923.0, 9947.0, 9922.0, 9942.0, 9903.0, 9930.0, 9929.0, 9937.0, 9916.0, 9936.0, 9922.0, 9933.0, 9919.0, 9935.0, 9964.0, 9931.0, 9965.0, 9914.0, 9950.0, 9904.0, 9959.0, 9923.0, 9964.0, 9925.0, 9956.0, 9921.0, 9875.0, 9916.0, 9886.0, 9934.0, 9894.0, 9959.0, 9920.0, 9938.0, 9898.0, 9958.0, 9913.0, 9935.0, 9913.0, 9958.0, 9935.0, 9954.0, 9927.0, 9939.0, 9909.0, 9937.0, 9906.0, 9983.0, 9934.0, 9953.0, 9949.0, 10004.0, 9950.0, 9939.0, 9944.0, 9939.0, 9945.0, 9966.0, 9952.0, 9966.0, 9981.0, 9969.0, 9964.0, 9994.0, 9974.0, 9996.0, 9981.0, 9979.0, 9956.0, 9928.0, 9935.0, 9889.0, 9904.0, 9849.0, 9894.0, 9852.0, 9852.0, 9821.0, 9807.0, 9819.0, 9805.0, 9848.0, 9856.0, 9869.0, 9880.0, 9921.0, 9954.0, 9924.0, 9919.0, 9917.0, 9899.0, 9900.0, 9886.0, 9916.0, 9901.0, 9929.0, 9902.0, 9930.0, 9903.0, 9951.0, 9904.0, 9928.0, 9911.0, 9936.0, 9910.0, 9921.0, 9912.0, 9908.0, 9914.0, 9901.0, 9905.0, 9901.0, 9902.0, 9904.0, 9902.0, 9905.0, 9931.0, 9924.0, 9988.0, 9938.0, 9923.0, 9925.0, 9920.0, 9923.0, 9925.0, 9953.0, 9943.0, 9956.0, 9963.0, 9965.0, 9949.0, 9932.0, 9946.0, 9921.0, 9959.0, 9947.0, 10002.0, 9953.0, 9989.0, 9950.0, 9943.0, 9931.0, 9912.0, 9927.0, 9929.0, 9935.0, 9933.0, 9930.0, 9918.0, 9943.0, 9933.0, 9960.0, 9971.0, 9987.0, 9974.0, 9995.0, 9973.0, 9936.0, 9964.0, 9940.0, 9956.0, 9958.0, 9973.0, 9991.0, 9989.0, 10033.0, 9985.0, 9975.0, 9992.0, 9982.0, 9999.0, 9992.0, 9982.0, 10001.0, 9971.0, 9962.0, 9922.0, 9959.0, 9918.0, 9963.0, 9920.0, 9946.0, 9918.0, 9902.0, 9922.0, 9926.0, 9949.0, 9955.0, 9954.0, 9935.0, 9949.0, 9916.0, 9946.0, 9980.0, 9929.0, 9970.0, 9953.0, 9954.0, 9922.0, 9918.0, 9915.0, 9901.0, 9902.0, 9920.0, 9909.0, 9923.0, 9909.0, 9941.0, 9912.0, 9949.0, 9980.0, 9954.0, 9994.0, 9963.0, 9992.0, 9935.0, 9962.0, 9937.0, 9972.0, 9934.0, 9987.0, 9928.0, 9949.0, 9912.0, 9936.0, 9925.0, 9914.0, 9944.0, 9922.0, 9977.0, 9957.0, 9995.0, 9972.0, 9966.0, 9922.0, 9948.0, 9907.0, 9951.0, 9912.0, 9936.0, 9909.0, 9921.0, 9910.0, 9935.0, 9927.0, 9960.0, 9952.0, 9955.0, 9947.0, 9965.0, 9925.0, 9963.0, 9923.0, 9985.0, 9946.0, 9980.0, 9938.0, 9956.0, 9918.0, 9941.0, 9918.0, 9931.0, 9906.0, 9930.0, 9905.0, 9915.0, 9903.0, 9914.0, 9906.0, 9942.0, 9918.0, 9924.0, 9916.0, 9924.0, 9913.0, 9937.0, 9917.0, 9972.0, 9937.0, 9979.0, 9956.0, 9953.0, 9944.0, 9937.0, 9914.0, 9953.0, 9937.0, 9929.0, 9955.0, 9951.0, 9936.0, 9932.0, 9981.0, 9954.0, 9957.0, 9939.0, 9934.0, 9904.0, 9943.0, 9914.0, 9951.0, 9900.0, 9909.0, 9884.0, 9891.0, 9883.0, 9890.0, 9880.0, 9882.0, 9886.0, 9871.0, 9889.0, 9890.0, 9899.0, 9913.0, 9918.0, 9945.0, 9939.0, 9933.0, 9921.0, 9914.0, 9922.0, 9916.0, 9922.0, 9947.0, 9926.0, 9966.0, 9937.0, 9948.0, 9921.0, 9933.0, 9907.0, 9934.0, 9925.0, 9924.0, 9923.0, 9922.0, 9924.0, 9923.0, 9925.0, 9924.0, 9939.0, 9932.0, 9928.0, 9933.0, 9931.0, 9929.0, 9928.0, 9942.0, 9931.0, 9973.0, 9944.0, 9980.0, 9940.0, 9963.0, 9940.0, 9983.0, 9946.0, 9982.0, 9943.0, 9950.0, 9939.0, 9948.0, 9941.0, 9984.0, 9926.0, 9962.0, 9924.0, 9919.0, 9936.0, 9920.0, 9941.0, 9945.0, 9946.0, 9929.0, 9943.0, 9927.0, 9927.0, 9923.0, 9943.0, 9930.0, 9954.0, 9915.0, 9953.0, 9913.0, 9940.0, 9914.0, 9956.0, 9931.0, 9958.0, 9942.0, 9962.0, 9921.0, 9947.0, 9924.0, 9967.0, 9939.0, 9952.0, 9927.0, 9934.0, 9926.0, 9923.0, 9945.0, 9944.0, 9947.0, 9929.0, 9943.0, 9926.0, 9928.0, 9939.0, 9944.0, 9968.0, 9942.0, 9936.0, 9923.0, 9946.0, 9922.0, 9978.0, 9925.0, 9960.0, 9916.0, 9943.0, 9920.0, 9924.0, 9947.0, 9945.0, 9945.0, 9946.0, 9946.0, 9945.0, 9949.0, 9953.0, 9969.0, 9977.0, 9973.0, 10008.0, 9981.0, 10001.0, 9983.0, 9977.0, 9954.0, 9956.0, 9956.0, 9955.0, 9934.0, 9945.0, 9901.0, 9909.0, 9897.0, 9911.0, 9919.0, 9917.0, 9916.0, 9912.0, 9906.0, 9915.0, 9908.0, 9934.0, 9948.0, 9947.0, 9952.0, 9959.0, 9949.0, 9968.0, 9946.0, 9964.0, 9949.0, 9958.0, 9944.0, 9952.0, 9922.0, 9933.0, 9925.0, 9953.0, 9936.0, 9958.0, 9918.0, 9928.0, 9918.0, 9930.0, 9934.0, 9952.0, 9938.0, 9962.0, 9924.0, 9947.0, 9919.0, 9945.0, 9923.0, 9939.0, 9925.0, 9963.0, 9921.0, 9945.0, 9921.0, 9948.0, 9939.0, 9952.0, 9938.0, 9935.0, 9935.0, 9935.0, 9929.0, 9938.0, 9923.0, 9921.0, 9908.0, 9917.0, 9907.0, 9923.0, 9929.0, 9937.0, 9926.0, 9938.0, 9928.0, 9928.0, 9932.0, 9950.0, 9937.0, 9960.0, 9946.0, 9956.0, 9929.0, 9953.0, 9926.0, 9970.0, 9939.0, 9952.0, 9936.0, 9933.0, 9904.0, 9916.0, 9921.0, 9935.0, 9923.0, 9932.0, 9906.0, 9918.0, 9909.0, 9939.0, 9932.0, 9941.0, 9942.0, 9948.0, 9926.0, 9937.0, 9943.0, 9958.0, 9929.0, 9952.0, 9923.0, 9948.0, 9923.0, 9935.0, 9939.0, 9983.0, 9946.0, 9967.0, 9942.0, 9948.0, 9939.0, 9963.0, 9941.0, 9983.0, 9941.0, 9947.0, 9924.0, 9944.0, 9920.0, 9963.0, 9922.0, 9958.0, 9920.0, 9930.0, 9918.0, 9923.0, 9936.0, 9924.0, 9919.0, 9921.0, 9925.0, 9925.0, 9929.0, 9950.0, 9948.0, 9931.0, 9946.0, 9927.0, 9929.0, 9927.0, 9946.0, 9967.0, 9937.0, 9930.0, 9904.0, 9901.0, 9901.0, 9907.0, 9919.0, 9919.0, 9920.0, 9923.0, 9922.0, 9911.0, 9937.0, 9929.0, 9955.0, 9929.0, 9979.0, 9941.0, 9977.0, 9939.0, 9981.0, 9938.0, 9958.0, 9920.0, 9939.0, 9916.0, 9948.0, 9921.0, 9916.0, 9918.0, 9887.0, 9901.0, 9888.0, 9918.0, 9923.0, 9936.0, 9906.0, 9932.0, 9899.0, 9929.0, 9907.0, 9935.0, 9910.0, 9955.0, 9918.0, 9929.0, 9917.0, 9904.0, 9919.0, 9904.0, 9927.0, 9953.0, 9923.0, 9933.0, 9923.0, 9930.0, 9915.0, 9946.0, 9923.0, 9944.0, 9909.0, 9917.0, 9920.0, 9915.0, 9915.0, 9921.0, 9925.0, 9908.0, 9921.0, 9908.0, 9926.0, 9931.0, 9951.0, 9971.0, 9973.0, 9952.0, 10008.0, 9970.0, 9946.0, 9951.0, 9938.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.006895868081880211</td></tr>
<tr><td colspan=3>aqi</td><td>0.04742495974222896</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.249343559468905</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3010165819726844</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0794080673672208</td></tr>
<tr><td colspan=3>efc</td><td>0.481</td></tr>
<tr><td colspan=3>fber</td><td>9009.1289</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14151583805372406</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>171</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.964366944655042</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3442573851952155</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.259293764316057</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5901413927916717</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1833369984779183</td></tr>
<tr><td colspan=3>gcor</td><td>0.00938944</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010106009431183338</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0465315580368042</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.314967714695206</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.1931</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.1684</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.6707</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295594.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.0818</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2315</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.141</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3720.5873</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3891.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80950.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1522.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4761.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.7393</td></tr>
<tr><td colspan=3>tsnr</td><td>32.29011713701766</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>