ds005256-mriqc/sub-0010_ses-04_task-fractional_acq-mb8_run-02_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-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0010_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-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-02_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-02_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-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-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-04/func/sub-0010_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b50c8ed37813e04b6a4c3218519e95e0</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:24:49.240000</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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.073235</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.239</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>683ed1f3-294f-4dbb-9afe-89a2509d4702||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, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['152449.240000', '152449.700000', '152450.160000', '152450.620000', '152451.080000', '152451.540000', '152452.000000', '152452.460000', '152452.920000', '152453.380000', '152453.840000', '152454.300000', '152454.760000', '152455.220000', '152455.680000', '152456.140000', '152456.600000', '152457.060000', '152457.520000', '152457.980000', '152458.440000', '152458.900000', '152459.360000', '152459.820000', '152500.280000', '152500.740000', '152501.200000', '152501.660000', '152502.120000', '152502.580000', '152503.040000', '152503.500000', '152503.960000', '152504.420000', '152504.880000', '152505.340000', '152505.800000', '152506.260000', '152506.720000', '152507.180000', '152507.640000', '152508.100000', '152508.560000', '152509.020000', '152509.480000', '152509.940000', '152510.400000', '152510.860000', '152511.320000', '152511.780000', '152512.240000', '152512.700000', '152513.160000', '152513.620000', '152514.080000', '152514.540000', '152515.000000', '152515.460000', '152515.920000', '152516.380000', '152516.840000', '152517.300000', '152517.760000', '152518.220000', '152518.680000', '152519.140000', '152519.600000', '152520.060000', '152520.520000', '152520.980000', '152521.440000', '152521.900000', '152522.360000', '152522.820000', '152523.280000', '152523.740000', '152524.200000', '152524.660000', '152525.120000', '152525.580000', '152526.040000', '152526.500000', '152526.960000', '152527.420000', '152527.880000', '152528.340000', '152528.800000', '152529.260000', '152529.720000', '152530.180000', '152530.640000', '152531.100000', '152531.560000', '152532.020000', '152532.480000', '152532.940000', '152533.400000', '152533.860000', '152534.320000', '152534.780000', '152535.240000', '152535.700000', '152536.160000', '152536.620000', '152537.080000', '152537.540000', '152538.000000', '152538.460000', '152538.920000', '152539.380000', '152539.840000', '152540.300000', '152540.760000', '152541.220000', '152541.680000', '152542.140000', '152542.600000', '152543.060000', '152543.520000', '152543.980000', '152544.440000', '152544.900000', '152545.360000', '152545.820000', '152546.280000', '152546.740000', '152547.200000', '152547.660000', '152548.120000', '152548.580000', '152549.040000', '152549.500000', '152549.960000', '152550.420000', '152550.880000', '152551.340000', '152551.800000', '152552.260000', '152552.720000', '152553.180000', '152553.640000', '152554.100000', '152554.560000', '152555.020000', '152555.480000', '152555.940000', '152556.400000', '152556.860000', '152557.320000', '152557.780000', '152558.240000', '152558.700000', '152559.160000', '152559.620000', '152600.080000', '152600.540000', '152601.000000', '152601.460000', '152601.920000', '152602.380000', '152602.840000', '152603.300000', '152603.760000', '152604.220000', '152604.680000', '152605.140000', '152605.600000', '152606.060000', '152606.520000', '152606.980000', '152607.440000', '152607.900000', '152608.360000', '152608.820000', '152609.280000', '152609.740000', '152610.200000', '152610.660000', '152611.120000', '152611.580000', '152612.040000', '152612.500000', '152612.960000', '152613.420000', '152613.880000', '152614.340000', '152614.800000', '152615.260000', '152615.720000', '152616.180000', '152616.640000', '152617.100000', '152617.560000', '152618.020000', '152618.480000', '152618.940000', '152619.400000', '152619.860000', '152620.320000', '152620.780000', '152621.240000', '152621.700000', '152622.160000', '152622.620000', '152623.080000', '152623.540000', '152624.000000', '152624.460000', '152624.920000', '152625.380000', '152625.840000', '152626.300000', '152626.760000', '152627.220000', '152627.680000', '152628.140000', '152628.600000', '152629.060000', '152629.520000', '152629.980000', '152630.440000', '152630.900000', '152631.360000', '152631.820000', '152632.280000', '152632.740000', '152633.200000', '152633.660000', '152634.120000', '152634.580000', '152635.040000', '152635.500000', '152635.960000', '152636.420000', '152636.880000', '152637.340000', '152637.800000', '152638.260000', '152638.720000', '152639.180000', '152639.640000', '152640.100000', '152640.560000', '152641.020000', '152641.480000', '152641.940000', '152642.400000', '152642.860000', '152643.320000', '152643.780000', '152644.240000', '152644.700000', '152645.160000', '152645.620000', '152646.080000', '152646.540000', '152647.000000', '152647.460000', '152647.920000', '152648.380000', '152648.840000', '152649.300000', '152649.760000', '152650.220000', '152650.680000', '152651.140000', '152651.600000', '152652.060000', '152652.520000', '152652.980000', '152653.440000', '152653.900000', '152654.360000', '152654.820000', '152655.280000', '152655.740000', '152656.200000', '152656.660000', '152657.120000', '152657.580000', '152658.040000', '152658.500000', '152658.960000', '152659.420000', '152659.880000', '152700.340000', '152700.800000', '152701.260000', '152701.720000', '152702.180000', '152702.640000', '152703.100000', '152703.560000', '152704.020000', '152704.480000', '152704.940000', '152705.400000', '152705.860000', '152706.320000', '152706.780000', '152707.240000', '152707.700000', '152708.160000', '152708.620000', '152709.080000', '152709.540000', '152710.000000', '152710.460000', '152710.920000', '152711.380000', '152711.840000', '152712.300000', '152712.760000', '152713.220000', '152713.680000', '152714.140000', '152714.600000', '152715.060000', '152715.520000', '152715.980000', '152716.440000', '152716.900000', '152717.360000', '152717.820000', '152718.280000', '152718.740000', '152719.200000', '152719.660000', '152720.120000', '152720.580000', '152721.040000', '152721.500000', '152721.960000', '152722.420000', '152722.880000', '152723.340000', '152723.800000', '152724.260000', '152724.720000', '152725.180000', '152725.640000', '152726.100000', '152726.560000', '152727.020000', '152727.480000', '152727.940000', '152728.400000', '152728.860000', '152729.320000', '152729.780000', '152730.240000', '152730.700000', '152731.160000', '152731.620000', '152732.080000', '152732.540000', '152733.000000', '152733.460000', '152733.920000', '152734.380000', '152734.840000', '152735.300000', '152735.760000', '152736.220000', '152736.680000', '152737.140000', '152737.600000', '152738.060000', '152738.520000', '152738.980000', '152739.440000', '152739.900000', '152740.360000', '152740.820000', '152741.280000', '152741.740000', '152742.200000', '152742.660000', '152743.120000', '152743.580000', '152744.040000', '152744.500000', '152744.960000', '152745.420000', '152745.880000', '152746.340000', '152746.800000', '152747.260000', '152747.720000', '152748.180000', '152748.640000', '152749.100000', '152749.560000', '152750.020000', '152750.480000', '152750.940000', '152751.400000', '152751.860000', '152752.320000', '152752.780000', '152753.240000', '152753.700000', '152754.160000', '152754.620000', '152755.080000', '152755.540000', '152756.000000', '152756.460000', '152756.920000', '152757.380000', '152757.840000', '152758.300000', '152758.760000', '152759.220000', '152759.680000', '152800.140000', '152800.600000', '152801.060000', '152801.520000', '152801.980000', '152802.440000', '152802.900000', '152803.360000', '152803.820000', '152804.280000', '152804.740000', '152805.200000', '152805.660000', '152806.120000', '152806.580000', '152807.040000', '152807.500000', '152807.960000', '152808.420000', '152808.880000', '152809.340000', '152809.800000', '152810.260000', '152810.720000', '152811.180000', '152811.640000', '152812.100000', '152812.560000', '152813.020000', '152813.480000', '152813.940000', '152814.400000', '152814.860000', '152815.320000', '152815.780000', '152816.240000', '152816.700000', '152817.160000', '152817.620000', '152818.080000', '152818.540000', '152819.000000', '152819.460000', '152819.920000', '152820.380000', '152820.840000', '152821.300000', '152821.760000', '152822.220000', '152822.680000', '152823.140000', '152823.600000', '152824.060000', '152824.520000', '152824.980000', '152825.440000', '152825.900000', '152826.360000', '152826.820000', '152827.280000', '152827.740000', '152828.200000', '152828.660000', '152829.120000', '152829.580000', '152830.040000', '152830.500000', '152830.960000', '152831.420000', '152831.880000', '152832.340000', '152832.800000', '152833.260000', '152833.720000', '152834.180000', '152834.640000', '152835.100000', '152835.560000', '152836.020000', '152836.480000', '152836.940000', '152837.400000', '152837.860000', '152838.320000', '152838.780000', '152839.240000', '152839.700000', '152840.160000', '152840.620000', '152841.080000', '152841.540000', '152842.000000', '152842.460000', '152842.920000', '152843.380000', '152843.840000', '152844.300000', '152844.760000', '152845.220000', '152845.680000', '152846.140000', '152846.600000', '152847.060000', '152847.520000', '152847.980000', '152848.440000', '152848.900000', '152849.360000', '152849.820000', '152850.280000', '152850.740000', '152851.200000', '152851.660000', '152852.120000', '152852.580000', '152853.040000', '152853.500000', '152853.960000', '152854.420000', '152854.880000', '152855.340000', '152855.800000', '152856.260000', '152856.720000', '152857.180000', '152857.640000', '152858.100000', '152858.560000', '152859.020000', '152859.480000', '152859.940000', '152900.400000', '152900.860000', '152901.320000', '152901.780000', '152902.240000', '152902.700000', '152903.160000', '152903.620000', '152904.080000', '152904.540000', '152905.000000', '152905.460000', '152905.920000', '152906.380000', '152906.840000', '152907.300000', '152907.760000', '152908.220000', '152908.680000', '152909.140000', '152909.600000', '152910.060000', '152910.520000', '152910.980000', '152911.440000', '152911.900000', '152912.360000', '152912.820000', '152913.280000', '152913.740000', '152914.200000', '152914.660000', '152915.120000', '152915.580000', '152916.040000', '152916.500000', '152916.960000', '152917.420000', '152917.880000', '152918.340000', '152918.800000', '152919.260000', '152919.720000', '152920.180000', '152920.640000', '152921.100000', '152921.560000', '152922.020000', '152922.480000', '152922.940000', '152923.400000', '152923.860000', '152924.320000', '152924.780000', '152925.240000', '152925.700000', '152926.160000', '152926.620000', '152927.080000', '152927.540000', '152928.000000', '152928.460000', '152928.920000', '152929.380000', '152929.840000', '152930.300000', '152930.760000', '152931.220000', '152931.680000', '152932.140000', '152932.600000', '152933.060000', '152933.520000', '152933.980000', '152934.440000', '152934.900000', '152935.360000', '152935.820000', '152936.280000', '152936.740000', '152937.200000', '152937.660000', '152938.120000', '152938.580000', '152939.040000', '152939.500000', '152939.960000', '152940.420000', '152940.880000', '152941.340000', '152941.800000', '152942.260000', '152942.720000', '152943.180000', '152943.640000', '152944.100000', '152944.560000', '152945.020000', '152945.480000', '152945.940000', '152946.400000', '152946.860000', '152947.320000', '152947.780000', '152948.240000', '152948.700000', '152949.160000', '152949.620000', '152950.080000', '152950.540000', '152951.000000', '152951.460000', '152951.920000', '152952.380000', '152952.840000', '152953.300000', '152953.760000', '152954.220000', '152954.680000', '152955.140000', '152955.600000', '152956.060000', '152956.520000', '152956.980000', '152957.440000', '152957.900000', '152958.360000', '152958.820000', '152959.280000', '152959.740000', '153000.200000', '153000.660000', '153001.120000', '153001.580000', '153002.040000', '153002.500000', '153002.960000', '153003.420000', '153003.880000', '153004.340000', '153004.800000', '153005.260000', '153005.720000', '153006.180000', '153006.640000', '153007.100000', '153007.560000', '153008.020000', '153008.480000', '153008.940000', '153009.400000', '153009.860000', '153010.320000', '153010.780000', '153011.240000', '153011.700000', '153012.160000', '153012.620000', '153013.080000', '153013.540000', '153014.000000', '153014.460000', '153014.920000', '153015.380000', '153015.840000', '153016.300000', '153016.760000', '153017.220000', '153017.680000', '153018.140000', '153018.600000', '153019.060000', '153019.520000', '153019.980000', '153020.440000', '153020.900000', '153021.360000', '153021.820000', '153022.280000', '153022.740000', '153023.200000', '153023.660000', '153024.120000', '153024.580000', '153025.040000', '153025.500000', '153025.960000', '153026.420000', '153026.880000', '153027.340000', '153027.800000', '153028.260000', '153028.720000', '153029.180000', '153029.640000', '153030.100000', '153030.560000', '153031.020000', '153031.480000', '153031.940000', '153032.400000', '153032.860000', '153033.320000', '153033.780000', '153034.240000', '153034.700000', '153035.160000', '153035.620000', '153036.080000', '153036.540000', '153037.000000', '153037.460000', '153037.920000', '153038.380000', '153038.840000', '153039.300000', '153039.760000', '153040.220000', '153040.680000', '153041.140000', '153041.600000', '153042.060000', '153042.520000', '153042.980000', '153043.440000', '153043.900000', '153044.360000', '153044.820000', '153045.280000', '153045.740000', '153046.200000', '153046.660000', '153047.120000', '153047.580000', '153048.040000', '153048.500000', '153048.960000', '153049.420000', '153049.880000', '153050.340000', '153050.800000', '153051.260000', '153051.720000', '153052.180000', '153052.640000', '153053.100000', '153053.560000', '153054.020000', '153054.480000', '153054.940000', '153055.400000', '153055.860000', '153056.320000', '153056.780000', '153057.240000', '153057.700000', '153058.160000', '153058.620000', '153059.080000', '153059.540000', '153100.000000', '153100.460000', '153100.920000', '153101.380000', '153101.840000', '153102.300000', '153102.760000', '153103.220000', '153103.680000', '153104.140000', '153104.600000', '153105.060000', '153105.520000', '153105.980000', '153106.440000', '153106.900000', '153107.360000', '153107.820000', '153108.280000', '153108.740000', '153109.200000', '153109.660000', '153110.120000', '153110.580000', '153111.040000', '153111.500000', '153111.960000', '153112.420000', '153112.880000', '153113.340000', '153113.800000', '153114.260000', '153114.720000', '153115.180000', '153115.640000', '153116.100000', '153116.560000', '153117.020000', '153117.480000', '153117.940000', '153118.400000', '153118.860000', '153119.320000', '153119.780000', '153120.240000', '153120.700000', '153121.160000', '153121.620000', '153122.080000', '153122.540000', '153123.000000', '153123.460000', '153123.920000', '153124.380000', '153124.840000', '153125.300000', '153125.760000', '153126.220000', '153126.680000', '153127.140000', '153127.600000', '153128.060000', '153128.520000', '153128.980000', '153129.440000', '153129.900000', '153130.360000', '153130.820000', '153131.280000', '153131.740000', '153132.200000', '153132.660000', '153133.120000', '153133.580000', '153134.040000', '153134.500000', '153134.960000', '153135.420000', '153135.880000', '153136.340000', '153136.800000', '153137.260000', '153137.720000', '153138.180000', '153138.640000', '153139.100000', '153139.560000', '153140.020000', '153140.480000', '153140.940000', '153141.400000', '153141.860000', '153142.320000', '153142.780000', '153143.240000', '153143.700000', '153144.160000', '153144.620000', '153145.080000', '153145.540000', '153146.000000', '153146.460000', '153146.920000', '153147.380000', '153147.840000', '153148.300000', '153148.760000', '153149.220000', '153149.680000', '153150.140000', '153150.600000', '153151.060000', '153151.520000', '153151.980000', '153152.440000', '153152.900000', '153153.360000', '153153.820000', '153154.280000', '153154.740000', '153155.200000', '153155.660000', '153156.120000', '153156.580000', '153157.040000', '153157.500000', '153157.960000', '153158.420000', '153158.880000', '153159.340000', '153159.800000', '153200.260000', '153200.720000', '153201.180000', '153201.640000', '153202.100000', '153202.560000', '153203.020000', '153203.480000', '153203.940000', '153204.400000', '153204.860000', '153205.320000', '153205.780000', '153206.240000', '153206.700000', '153207.160000', '153207.620000', '153208.080000', '153208.540000', '153209.000000', '153209.460000', '153209.920000', '153210.380000', '153210.840000', '153211.300000', '153211.760000', '153212.220000', '153212.680000', '153213.140000', '153213.600000', '153214.060000', '153214.520000', '153214.980000', '153215.440000', '153215.900000', '153216.360000', '153216.820000', '153217.280000', '153217.740000', '153218.200000', '153218.660000', '153219.120000', '153219.580000', '153220.040000', '153220.500000', '153220.960000', '153221.420000', '153221.880000', '153222.340000', '153222.800000', '153223.260000', '153223.720000', '153224.180000', '153224.640000', '153225.100000', '153225.560000', '153226.020000', '153226.480000', '153226.940000', '153227.400000', '153227.860000', '153228.320000', '153228.780000', '153229.240000', '153229.700000', '153230.160000', '153230.620000', '153231.080000', '153231.540000', '153232.000000', '153232.460000', '153232.920000', '153233.380000', '153233.840000', '153234.300000', '153234.760000', '153235.220000', '153235.680000', '153236.140000', '153236.600000', '153237.060000', '153237.520000', '153237.980000', '153238.440000', '153238.900000', '153239.360000', '153239.820000', '153240.280000', '153240.740000', '153241.200000', '153241.660000', '153242.120000', '153242.580000', '153243.040000', '153243.500000', '153243.960000', '153244.420000', '153244.880000', '153245.340000', '153245.800000', '153246.260000', '153246.720000', '153247.180000', '153247.640000', '153248.100000', '153248.560000', '153249.020000', '153249.480000', '153249.940000', '153250.400000', '153250.860000', '153251.320000', '153251.780000', '153252.240000', '153252.700000', '153253.160000', '153253.620000', '153254.080000', '153254.540000', '153255.000000', '153255.460000', '153255.920000', '153256.380000', '153256.840000', '153257.300000', '153257.760000', '153258.220000', '153258.680000', '153259.140000', '153259.600000', '153300.060000', '153300.520000', '153300.980000', '153301.440000', '153301.900000', '153302.360000', '153302.820000', '153303.280000', '153303.740000', '153304.200000', '153304.660000', '153305.120000', '153305.580000', '153306.040000', '153306.500000', '153306.960000', '153307.420000', '153307.880000', '153308.340000', '153308.800000', '153309.260000', '153309.720000', '153310.180000', '153310.640000', '153311.100000', '153311.560000', '153312.020000', '153312.480000', '153312.940000', '153313.400000', '153313.860000', '153314.320000', '153314.780000', '153315.240000', '153315.700000', '153316.160000', '153316.620000', '153317.080000', '153317.540000', '153318.000000', '153318.460000', '153318.920000', '153319.380000', '153319.840000', '153320.300000', '153320.760000', '153321.220000', '153321.680000', '153322.140000', '153322.600000', '153323.060000', '153323.520000', '153323.980000', '153324.440000', '153324.900000', '153325.360000', '153325.820000', '153326.280000', '153326.740000', '153327.200000', '153327.660000', '153328.120000', '153328.580000', '153329.040000', '153329.500000', '153329.960000', '153330.420000', '153330.880000', '153331.340000', '153331.800000', '153332.260000', '153332.720000', '153333.180000', '153333.640000', '153334.100000', '153334.560000', '153335.020000', '153335.480000', '153335.940000', '153336.400000', '153336.860000', '153337.320000', '153337.780000', '153338.240000', '153338.700000', '153339.160000', '153339.620000', '153340.080000', '153340.540000', '153341.000000', '153341.460000', '153341.920000', '153342.380000', '153342.840000', '153343.300000', '153343.760000', '153344.220000', '153344.680000', '153345.140000', '153345.600000', '153346.060000', '153346.520000', '153346.980000', '153347.440000', '153347.900000', '153348.360000', '153348.820000', '153349.280000', '153349.740000', '153350.200000', '153350.660000', '153351.120000', '153351.580000', '153352.040000', '153352.500000', '153352.960000', '153353.420000', '153353.880000', '153354.340000', '153354.800000', '153355.260000', '153355.720000', '153356.180000', '153356.640000', '153357.100000', '153357.560000', '153358.020000', '153358.480000', '153358.940000', '153359.400000', '153359.860000', '153400.320000', '153400.780000', '153401.240000', '153401.700000', '153402.160000', '153402.620000', '153403.080000', '153403.540000', '153404.000000', '153404.460000', '153404.920000', '153405.380000', '153405.840000', '153406.300000', '153406.760000', '153407.220000', '153407.680000', '153408.140000', '153408.600000', '153409.060000', '153409.520000', '153409.980000', '153410.440000', '153410.900000', '153411.360000', '153411.820000', '153412.280000', '153412.740000', '153413.200000', '153413.660000', '153414.120000', '153414.580000', '153415.040000', '153415.500000', '153415.960000', '153416.420000', '153416.880000', '153417.340000', '153417.800000', '153418.260000', '153418.720000', '153419.180000', '153419.640000', '153420.100000', '153420.560000', '153421.020000', '153421.480000', '153421.940000', '153422.400000', '153422.860000', '153423.320000', '153423.780000', '153424.240000', '153424.700000', '153425.160000', '153425.620000', '153426.080000', '153426.540000', '153427.000000', '153427.460000', '153427.920000', '153428.380000', '153428.840000', '153429.300000', '153429.760000', '153430.220000', '153430.680000', '153431.140000', '153431.600000', '153432.060000', '153432.520000', '153432.980000', '153433.440000', '153433.900000', '153434.360000', '153434.820000', '153435.280000', '153435.740000', '153436.200000', '153436.660000', '153437.120000', '153437.580000', '153438.040000', '153438.500000', '153438.960000', '153439.420000', '153439.880000', '153440.340000', '153440.800000', '153441.260000', '153441.720000', '153442.180000', '153442.640000', '153443.100000', '153443.560000', '153444.020000', '153444.480000', '153444.940000', '153445.400000', '153445.860000', '153446.320000', '153446.780000', '153447.240000', '153447.700000', '153448.160000', '153448.620000', '153449.080000', '153449.540000', '153450.000000', '153450.460000', '153450.920000', '153451.380000', '153451.840000', '153452.300000', '153452.760000', '153453.220000', '153453.680000', '153454.140000', '153454.600000', '153455.060000', '153455.520000', '153455.980000', '153456.440000', '153456.900000'], 'ContentTime': ['152513.539000', '152513.543000', '152513.546000', '152513.549000', '152513.552000', '152513.555000', '152513.557000', '152513.560000', '152513.563000', '152513.566000', '152513.569000', '152513.572000', '152513.575000', '152513.580000', '152513.583000', '152513.586000', '152513.588000', '152513.591000', '152513.594000', '152513.597000', '152513.600000', '152513.603000', '152513.606000', '152513.609000', '152513.612000', '152513.615000', '152513.617000', '152513.620000', '152513.623000', '152513.626000', '152513.629000', '152513.632000', '152513.635000', '152513.638000', '152513.641000', '152513.644000', '152513.647000', '152513.649000', '152513.652000', '152513.663000', '152513.665000', '152513.668000', '152513.674000', '152513.677000', '152513.680000', '152513.683000', '152513.686000', '152513.689000', '152513.691000', '152513.694000', '152533.508000', '152533.511000', '152533.514000', '152533.517000', '152533.520000', '152533.523000', '152533.526000', '152533.529000', '152533.531000', '152533.534000', '152533.537000', '152533.540000', '152533.543000', '152533.546000', '152533.549000', '152533.552000', '152533.555000', '152533.558000', '152533.561000', '152533.564000', '152533.567000', '152533.570000', '152533.573000', '152533.576000', '152533.578000', '152533.581000', '152533.584000', '152533.587000', '152533.590000', '152533.593000', '152533.596000', '152533.599000', '152533.602000', '152533.605000', '152533.612000', '152533.615000', '152533.618000', '152533.621000', '152533.624000', '152533.627000', '152533.630000', '152533.633000', '152533.636000', '152533.638000', '152553.509000', '152553.512000', '152553.515000', '152553.518000', '152553.521000', '152553.524000', '152553.527000', '152553.530000', '152553.533000', '152553.536000', '152553.538000', '152553.541000', '152553.544000', '152553.547000', '152553.550000', '152553.553000', '152553.556000', '152553.559000', '152553.562000', '152553.565000', '152553.568000', '152553.571000', '152553.574000', '152553.577000', '152553.580000', '152553.583000', '152553.586000', '152553.589000', '152553.592000', '152553.595000', '152553.598000', '152553.601000', '152553.604000', '152553.607000', '152553.610000', '152553.614000', '152553.617000', '152553.620000', '152553.623000', '152553.626000', '152553.629000', '152553.632000', '152553.635000', '152613.509000', '152613.512000', '152613.515000', '152613.525000', '152613.528000', '152613.531000', '152613.534000', '152613.537000', '152613.540000', '152613.543000', '152613.546000', '152613.549000', '152613.552000', '152613.561000', '152613.564000', '152613.567000', '152613.570000', '152613.573000', '152613.576000', '152613.579000', '152613.582000', '152613.585000', '152613.588000', '152613.591000', '152613.594000', '152613.597000', '152613.599000', '152613.602000', '152613.605000', '152613.608000', '152613.611000', '152613.614000', '152613.617000', '152613.620000', '152613.623000', '152613.626000', '152613.629000', '152613.632000', '152613.635000', '152613.638000', '152613.641000', '152613.644000', '152613.647000', '152613.650000', '152633.509000', '152633.512000', '152633.515000', '152633.518000', '152633.521000', '152633.524000', '152633.527000', '152633.530000', '152633.533000', '152633.536000', '152633.539000', '152633.542000', '152633.545000', '152633.547000', '152633.550000', '152633.554000', '152633.558000', '152633.561000', '152633.564000', '152633.567000', '152633.570000', '152633.573000', '152633.576000', '152633.579000', '152633.582000', '152633.585000', '152633.588000', '152633.591000', '152633.594000', '152633.597000', '152633.600000', '152633.603000', '152633.606000', '152633.608000', '152633.622000', '152633.625000', '152633.628000', '152633.631000', '152633.634000', '152633.637000', '152633.640000', '152633.643000', '152633.645000', '152653.509000', '152653.512000', '152653.515000', '152653.518000', '152653.521000', '152653.524000', '152653.527000', '152653.530000', '152653.533000', '152653.536000', '152653.539000', '152653.542000', '152653.545000', '152653.548000', '152653.551000', '152653.554000', '152653.557000', '152653.560000', '152653.563000', '152653.566000', '152653.569000', '152653.572000', '152653.575000', '152653.578000', '152653.581000', '152653.583000', '152653.587000', '152653.589000', '152653.593000', '152653.595000', '152653.598000', '152653.601000', '152653.604000', '152653.607000', '152653.610000', '152653.613000', '152653.616000', '152653.619000', '152653.622000', '152653.625000', '152653.628000', '152653.631000', '152653.634000', '152653.637000', '152713.509000', '152713.512000', '152713.515000', '152713.518000', '152713.521000', '152713.524000', '152713.527000', '152713.530000', '152713.533000', '152713.536000', '152713.539000', '152713.542000', '152713.545000', '152713.547000', '152713.551000', '152713.554000', '152713.556000', '152713.559000', '152713.562000', '152713.565000', '152713.568000', '152713.571000', '152713.574000', '152713.577000', '152713.580000', '152713.583000', '152713.586000', '152713.589000', '152713.591000', '152713.594000', '152713.597000', '152713.600000', '152713.603000', '152713.606000', '152713.609000', '152713.612000', '152713.615000', '152713.618000', '152713.621000', '152713.624000', '152713.627000', '152713.630000', '152713.633000', '152733.508000', '152733.511000', '152733.514000', '152733.517000', '152733.520000', '152733.523000', '152733.525000', '152733.529000', '152733.531000', '152733.537000', '152733.540000', '152733.543000', '152733.546000', '152733.549000', '152733.552000', '152733.555000', '152733.558000', '152733.561000', '152733.564000', '152733.567000', '152733.570000', '152733.573000', '152733.576000', '152733.579000', '152733.582000', '152733.585000', '152733.588000', '152733.591000', '152733.594000', '152733.597000', '152733.599000', '152733.602000', '152733.605000', '152733.608000', '152733.611000', '152733.614000', '152733.617000', '152733.620000', '152733.623000', '152733.626000', '152733.629000', '152733.632000', '152733.635000', '152733.638000', '152753.508000', '152753.511000', '152753.514000', '152753.517000', '152753.520000', '152753.523000', '152753.526000', '152753.529000', '152753.532000', '152753.541000', '152753.544000', '152753.546000', '152753.549000', '152753.561000', '152753.564000', '152753.567000', '152753.570000', '152753.573000', '152753.576000', '152753.579000', '152753.582000', '152753.585000', '152753.588000', '152753.591000', '152753.595000', '152753.598000', '152753.601000', '152753.604000', '152753.607000', '152753.610000', '152753.613000', '152753.616000', '152753.619000', '152753.622000', '152753.624000', '152753.627000', '152753.630000', '152753.633000', '152753.636000', '152753.639000', '152753.642000', '152753.645000', '152753.648000', '152813.509000', '152813.512000', '152813.515000', '152813.518000', '152813.521000', '152813.524000', '152813.527000', '152813.530000', '152813.533000', '152813.536000', '152813.539000', '152813.542000', '152813.545000', '152813.548000', '152813.551000', '152813.554000', '152813.557000', '152813.560000', '152813.563000', '152813.566000', '152813.569000', '152813.572000', '152813.575000', '152813.578000', '152813.581000', '152813.584000', '152813.587000', '152813.590000', '152813.593000', '152813.596000', '152813.599000', '152813.602000', '152813.605000', '152813.608000', '152813.611000', '152813.614000', '152813.617000', '152813.620000', '152813.623000', '152813.626000', '152813.629000', '152813.632000', '152813.635000', '152813.638000', '152833.509000', '152833.512000', '152833.515000', '152833.518000', '152833.521000', '152833.524000', '152833.527000', '152833.530000', '152833.533000', '152833.536000', '152833.539000', '152833.542000', '152833.545000', '152833.548000', '152833.551000', '152833.554000', '152833.557000', '152833.560000', '152833.563000', '152833.566000', '152833.569000', '152833.572000', '152833.575000', '152833.578000', '152833.581000', '152833.584000', '152833.587000', '152833.590000', '152833.593000', '152833.596000', '152833.599000', '152833.601000', '152833.605000', '152833.607000', '152833.610000', '152833.613000', '152833.616000', '152833.619000', '152833.622000', '152833.625000', '152833.628000', '152833.631000', '152833.634000', '152853.509000', '152853.518000', '152853.520000', '152853.523000', '152853.526000', '152853.529000', '152853.532000', '152853.535000', '152853.538000', '152853.541000', '152853.544000', '152853.547000', '152853.550000', '152853.553000', '152853.556000', '152853.559000', '152853.562000', '152853.565000', '152853.568000', '152853.571000', '152853.574000', '152853.577000', '152853.580000', '152853.583000', '152853.586000', '152853.589000', '152853.592000', '152853.595000', '152853.598000', '152853.601000', '152853.604000', '152853.607000', '152853.609000', '152853.612000', '152853.615000', '152853.618000', '152853.621000', '152853.624000', '152853.627000', '152853.630000', '152853.633000', '152853.636000', '152853.639000', '152853.642000', '152913.509000', '152913.512000', '152913.515000', '152913.518000', '152913.521000', '152913.524000', '152913.527000', '152913.530000', '152913.533000', '152913.536000', '152913.539000', '152913.542000', '152913.545000', '152913.548000', '152913.551000', '152913.554000', '152913.557000', '152913.560000', '152913.562000', '152913.566000', '152913.569000', '152913.571000', '152913.574000', '152913.577000', '152913.580000', '152913.583000', '152913.586000', '152913.589000', '152913.592000', '152913.595000', '152913.598000', '152913.601000', '152913.604000', '152913.607000', '152913.610000', '152913.613000', '152913.616000', '152913.618000', '152913.621000', '152913.624000', '152913.627000', '152913.631000', '152913.634000', '152933.509000', '152933.512000', '152933.515000', '152933.518000', '152933.521000', '152933.524000', '152933.527000', '152933.530000', '152933.533000', '152933.536000', '152933.539000', '152933.542000', '152933.545000', '152933.548000', '152933.551000', '152933.553000', '152933.557000', '152933.559000', '152933.562000', '152933.565000', '152933.569000', '152933.571000', '152933.574000', '152933.585000', '152933.588000', '152933.591000', '152933.594000', '152933.597000', '152933.600000', '152933.603000', '152933.606000', '152933.609000', '152933.612000', '152933.615000', '152933.618000', '152933.621000', '152933.624000', '152933.626000', '152933.629000', '152933.632000', '152933.635000', '152933.638000', '152933.641000', '152933.644000', '152953.508000', '152953.511000', '152953.514000', '152953.517000', '152953.520000', '152953.523000', '152953.526000', '152953.529000', '152953.532000', '152953.535000', '152953.538000', '152953.541000', '152953.544000', '152953.547000', '152953.550000', '152953.553000', '152953.556000', '152953.559000', '152953.562000', '152953.565000', '152953.568000', '152953.570000', '152953.574000', '152953.576000', '152953.579000', '152953.582000', '152953.585000', '152953.588000', '152953.591000', '152953.594000', '152953.597000', '152953.600000', '152953.603000', '152953.606000', '152953.609000', '152953.612000', '152953.615000', '152953.618000', '152953.621000', '152953.624000', '152953.626000', '152953.629000', '152953.632000', '153013.508000', '153013.511000', '153013.514000', '153013.517000', '153013.520000', '153013.523000', '153013.526000', '153013.529000', '153013.532000', '153013.535000', '153013.538000', '153013.541000', '153013.544000', '153013.547000', '153013.550000', '153013.553000', '153013.556000', '153013.559000', '153013.561000', '153013.565000', '153013.568000', '153013.571000', '153013.574000', '153013.577000', '153013.580000', '153013.583000', '153013.585000', '153013.588000', '153013.591000', '153013.594000', '153013.597000', '153013.600000', '153013.603000', '153013.606000', '153013.609000', '153013.612000', '153013.615000', '153013.618000', '153013.621000', '153013.624000', '153013.627000', '153013.630000', '153013.632000', '153013.635000', '153033.509000', '153033.512000', '153033.515000', '153033.518000', '153033.521000', '153033.524000', '153033.527000', '153033.530000', '153033.533000', '153033.536000', '153033.539000', '153033.542000', '153033.545000', '153033.548000', '153033.551000', '153033.554000', '153033.557000', '153033.560000', '153033.563000', '153033.566000', '153033.569000', '153033.572000', '153033.575000', '153033.578000', '153033.581000', '153033.584000', '153033.587000', '153033.589000', '153033.592000', '153033.595000', '153033.598000', '153033.601000', '153033.604000', '153033.607000', '153033.610000', '153033.613000', '153033.616000', '153033.619000', '153033.622000', '153033.625000', '153033.628000', '153033.631000', '153033.634000', '153053.509000', '153053.512000', '153053.517000', '153053.521000', '153053.525000', '153053.528000', '153053.531000', '153053.534000', '153053.537000', '153053.540000', '153053.543000', '153053.546000', '153053.549000', '153053.552000', '153053.555000', '153053.558000', '153053.561000', '153053.564000', '153053.567000', '153053.570000', '153053.573000', '153053.576000', '153053.579000', '153053.582000', '153053.585000', '153053.587000', '153053.590000', '153053.593000', '153053.596000', '153053.599000', '153053.602000', '153053.605000', '153053.608000', '153053.611000', '153053.614000', '153053.617000', '153053.620000', '153053.623000', '153053.626000', '153053.629000', '153053.631000', '153053.634000', '153053.637000', '153113.509000', '153113.512000', '153113.515000', '153113.518000', '153113.521000', '153113.524000', '153113.527000', '153113.530000', '153113.533000', '153113.536000', '153113.539000', '153113.542000', '153113.545000', '153113.548000', '153113.551000', '153113.554000', '153113.557000', '153113.560000', '153113.563000', '153113.566000', '153113.569000', '153113.572000', '153113.575000', '153113.578000', '153113.581000', '153113.584000', '153113.587000', '153113.590000', '153113.593000', '153113.596000', '153113.599000', '153113.602000', '153113.604000', '153113.621000', '153113.624000', '153113.627000', '153113.630000', '153113.633000', '153113.636000', '153113.639000', '153113.642000', '153113.645000', '153113.648000', '153113.651000', '153133.509000', '153133.512000', '153133.515000', '153133.518000', '153133.521000', '153133.524000', '153133.527000', '153133.531000', '153133.534000', '153133.537000', '153133.540000', '153133.543000', '153133.546000', '153133.549000', '153133.552000', '153133.555000', '153133.558000', '153133.561000', '153133.564000', '153133.567000', '153133.570000', '153133.573000', '153133.576000', '153133.579000', '153133.581000', '153133.584000', '153133.587000', '153133.590000', '153133.593000', '153133.596000', '153133.599000', '153133.602000', '153133.607000', '153133.610000', '153133.612000', '153133.615000', '153133.618000', '153133.621000', '153133.624000', '153133.627000', '153133.630000', '153133.633000', '153133.636000', '153153.509000', '153153.512000', '153153.515000', '153153.518000', '153153.521000', '153153.524000', '153153.527000', '153153.530000', '153153.533000', '153153.536000', '153153.539000', '153153.541000', '153153.545000', '153153.547000', '153153.550000', '153153.553000', '153153.556000', '153153.559000', '153153.562000', '153153.565000', '153153.568000', '153153.571000', '153153.574000', '153153.577000', '153153.580000', '153153.583000', '153153.586000', '153153.589000', '153153.592000', '153153.595000', '153153.597000', '153153.600000', '153153.603000', '153153.606000', '153153.609000', '153153.612000', '153153.615000', '153153.618000', '153153.621000', '153153.624000', '153153.627000', '153153.630000', '153153.633000', '153153.636000', '153213.508000', '153213.511000', '153213.514000', '153213.517000', '153213.520000', '153213.523000', '153213.526000', '153213.529000', '153213.532000', '153213.535000', '153213.538000', '153213.541000', '153213.544000', '153213.549000', '153213.553000', '153213.556000', '153213.559000', '153213.562000', '153213.565000', '153213.568000', '153213.571000', '153213.574000', '153213.577000', '153213.579000', '153213.582000', '153213.585000', '153213.588000', '153213.591000', '153213.594000', '153213.597000', '153213.600000', '153213.603000', '153213.606000', '153213.609000', '153213.612000', '153213.615000', '153213.618000', '153213.621000', '153213.623000', '153213.626000', '153213.629000', '153213.632000', '153213.635000', '153233.508000', '153233.511000', '153233.514000', '153233.517000', '153233.520000', '153233.523000', '153233.526000', '153233.529000', '153233.532000', '153233.535000', '153233.538000', '153233.541000', '153233.544000', '153233.547000', '153233.550000', '153233.553000', '153233.556000', '153233.559000', '153233.562000', '153233.565000', '153233.568000', '153233.571000', '153233.573000', '153233.577000', '153233.579000', '153233.582000', '153233.585000', '153233.588000', '153233.591000', '153233.594000', '153233.597000', '153233.600000', '153233.603000', '153233.606000', '153233.609000', '153233.612000', '153233.615000', '153233.618000', '153233.621000', '153233.624000', '153233.626000', '153233.629000', '153233.632000', '153233.635000', '153253.510000', '153253.513000', '153253.516000', '153253.519000', '153253.522000', '153253.525000', '153253.528000', '153253.531000', '153253.534000', '153253.537000', '153253.540000', '153253.543000', '153253.546000', '153253.549000', '153253.552000', '153253.555000', '153253.558000', '153253.561000', '153253.566000', '153253.569000', '153253.572000', '153253.575000', '153253.578000', '153253.581000', '153253.584000', '153253.587000', '153253.590000', '153253.593000', '153253.596000', '153253.599000', '153253.602000', '153253.605000', '153253.608000', '153253.611000', '153253.614000', '153253.617000', '153253.620000', '153253.623000', '153253.625000', '153253.629000', '153253.631000', '153253.634000', '153253.637000', '153313.526000', '153313.530000', '153313.533000', '153313.536000', '153313.538000', '153313.541000', '153313.545000', '153313.547000', '153313.550000', '153313.553000', '153313.556000', '153313.559000', '153313.562000', '153313.565000', '153313.568000', '153313.571000', '153313.574000', '153313.577000', '153313.580000', '153313.583000', '153313.586000', '153313.589000', '153313.592000', '153313.595000', '153313.598000', '153313.601000', '153313.604000', '153313.607000', '153313.610000', '153313.612000', '153313.615000', '153313.618000', '153313.621000', '153313.624000', '153313.627000', '153313.630000', '153313.633000', '153313.636000', '153313.639000', '153313.642000', '153313.645000', '153313.648000', '153313.651000', '153313.654000', '153333.509000', '153333.512000', '153333.515000', '153333.518000', '153333.521000', '153333.524000', '153333.527000', '153333.530000', '153333.533000', '153333.536000', '153333.539000', '153333.542000', '153333.545000', '153333.548000', '153333.551000', '153333.554000', '153333.557000', '153333.560000', '153333.563000', '153333.566000', '153333.569000', '153333.572000', '153333.575000', '153333.578000', '153333.581000', '153333.584000', '153333.586000', '153333.591000', '153333.596000', '153333.599000', '153333.602000', '153333.605000', '153333.607000', '153333.610000', '153333.613000', '153333.616000', '153333.619000', '153333.622000', '153333.625000', '153333.628000', '153333.631000', '153333.634000', '153333.637000', '153353.509000', '153353.512000', '153353.515000', '153353.518000', '153353.521000', '153353.531000', '153353.534000', '153353.537000', '153353.540000', '153353.543000', '153353.546000', '153353.549000', '153353.552000', '153353.555000', '153353.558000', '153353.561000', '153353.564000', '153353.567000', '153353.570000', '153353.573000', '153353.576000', '153353.579000', '153353.582000', '153353.585000', '153353.588000', '153353.591000', '153353.594000', '153353.597000', '153353.599000', '153353.602000', '153353.605000', '153353.608000', '153353.611000', '153353.614000', '153353.617000', '153353.620000', '153353.623000', '153353.626000', '153353.629000', '153353.632000', '153353.635000', '153353.638000', '153353.641000', '153353.643000', '153413.508000', '153413.511000', '153413.514000', '153413.517000', '153413.520000', '153413.523000', '153413.526000', '153413.529000', '153413.532000', '153413.535000', '153413.538000', '153413.541000', '153413.544000', '153413.548000', '153413.551000', '153413.554000', '153413.557000', '153413.560000', '153413.562000', '153413.566000', '153413.568000', '153413.571000', '153413.574000', '153413.578000', '153413.580000', '153413.583000', '153413.586000', '153413.589000', '153413.592000', '153413.595000', '153413.598000', '153413.601000', '153413.604000', '153413.609000', '153413.613000', '153413.616000', '153413.619000', '153413.622000', '153413.625000', '153413.628000', '153413.631000', '153413.634000', '153413.637000', '153433.508000', '153433.511000', '153433.514000', '153433.517000', '153433.520000', '153433.523000', '153433.526000', '153433.529000', '153433.532000', '153433.535000', '153433.538000', '153433.541000', '153433.544000', '153433.547000', '153433.550000', '153433.552000', '153433.556000', '153433.559000', '153433.561000', '153433.564000', '153433.567000', '153433.570000', '153433.573000', '153433.576000', '153433.579000', '153433.582000', '153433.585000', '153433.588000', '153433.591000', '153433.594000', '153433.597000', '153433.600000', '153433.603000', '153433.606000', '153433.608000', '153433.611000', '153433.614000', '153433.617000', '153433.620000', '153433.623000', '153433.626000', '153433.629000', '153433.632000', '153433.635000', '153453.508000', '153453.511000', '153453.514000', '153453.517000', '153453.520000', '153453.523000', '153453.526000', '153453.529000', '153453.532000', '153453.544000', '153453.547000', '153453.550000', '153453.553000', '153453.556000', '153453.559000', '153453.562000', '153453.565000', '153453.568000', '153453.571000', '153453.573000', '153453.576000', '153453.579000', '153453.582000', '153453.585000', '153453.588000', '153453.591000', '153453.594000', '153453.597000', '153453.600000', '153453.603000', '153453.606000', '153453.609000', '153453.612000', '153453.614000', '153453.618000', '153453.622000', '153453.627000', '153453.630000', '153453.633000', '153453.636000', '153453.639000', '153453.642000', '153453.645000', '153458.296000', '153458.300000', '153458.304000', '153458.307000', '153458.310000', '153458.313000', '153458.316000', '153458.319000', '153458.322000', '153458.325000', '153458.328000'], 'InstanceCreationTime': ['152513.539000', '152513.543000', '152513.546000', '152513.549000', '152513.552000', '152513.555000', '152513.557000', '152513.560000', '152513.563000', '152513.566000', '152513.569000', '152513.572000', '152513.575000', '152513.580000', '152513.583000', '152513.586000', '152513.588000', '152513.591000', '152513.594000', '152513.597000', '152513.600000', '152513.603000', '152513.606000', '152513.609000', '152513.612000', '152513.615000', '152513.617000', '152513.620000', '152513.623000', '152513.626000', '152513.629000', '152513.632000', '152513.635000', '152513.638000', '152513.641000', '152513.644000', '152513.647000', '152513.649000', '152513.652000', '152513.663000', '152513.665000', '152513.668000', '152513.674000', '152513.677000', '152513.680000', '152513.683000', '152513.686000', '152513.689000', '152513.691000', '152513.694000', '152533.508000', '152533.511000', '152533.514000', '152533.517000', '152533.520000', '152533.523000', '152533.526000', '152533.529000', '152533.531000', '152533.534000', '152533.537000', '152533.540000', '152533.543000', '152533.546000', '152533.549000', '152533.552000', '152533.555000', '152533.558000', '152533.561000', '152533.564000', '152533.567000', '152533.570000', '152533.573000', '152533.576000', '152533.578000', '152533.581000', '152533.584000', '152533.587000', '152533.590000', '152533.593000', '152533.596000', '152533.599000', '152533.602000', '152533.605000', '152533.612000', '152533.615000', '152533.618000', '152533.621000', '152533.624000', '152533.627000', '152533.630000', '152533.633000', '152533.636000', '152533.638000', '152553.509000', '152553.512000', '152553.515000', '152553.518000', '152553.521000', '152553.524000', '152553.527000', '152553.530000', '152553.533000', '152553.536000', '152553.538000', '152553.541000', '152553.544000', '152553.547000', '152553.550000', '152553.553000', '152553.556000', '152553.559000', '152553.562000', '152553.565000', '152553.568000', '152553.571000', '152553.574000', '152553.577000', '152553.580000', '152553.583000', '152553.586000', '152553.589000', '152553.592000', '152553.595000', '152553.598000', '152553.601000', '152553.604000', '152553.607000', '152553.610000', '152553.614000', '152553.617000', '152553.620000', '152553.623000', '152553.626000', '152553.629000', '152553.632000', '152553.635000', '152613.509000', '152613.512000', '152613.515000', '152613.525000', '152613.528000', '152613.531000', '152613.534000', '152613.537000', '152613.540000', '152613.543000', '152613.546000', '152613.549000', '152613.552000', '152613.561000', '152613.564000', '152613.567000', '152613.570000', '152613.573000', '152613.576000', '152613.579000', '152613.582000', '152613.585000', '152613.588000', '152613.591000', '152613.594000', '152613.597000', '152613.599000', '152613.602000', '152613.605000', '152613.608000', '152613.611000', '152613.614000', '152613.617000', '152613.620000', '152613.623000', '152613.626000', '152613.629000', '152613.632000', '152613.635000', '152613.638000', '152613.641000', '152613.644000', '152613.647000', '152613.650000', '152633.509000', '152633.512000', '152633.515000', '152633.518000', '152633.521000', '152633.524000', '152633.527000', '152633.530000', '152633.533000', '152633.536000', '152633.539000', '152633.542000', '152633.545000', '152633.547000', '152633.550000', '152633.554000', '152633.558000', '152633.561000', '152633.564000', '152633.567000', '152633.570000', '152633.573000', '152633.576000', '152633.579000', '152633.582000', '152633.585000', '152633.588000', '152633.591000', '152633.594000', '152633.597000', '152633.600000', '152633.603000', '152633.606000', '152633.608000', '152633.622000', '152633.625000', '152633.628000', '152633.631000', '152633.634000', '152633.637000', '152633.640000', '152633.643000', '152633.645000', '152653.509000', '152653.512000', '152653.515000', '152653.518000', '152653.521000', '152653.524000', '152653.527000', '152653.530000', '152653.533000', '152653.536000', '152653.539000', '152653.542000', '152653.545000', '152653.548000', '152653.551000', '152653.554000', '152653.557000', '152653.560000', '152653.563000', '152653.566000', '152653.569000', '152653.572000', '152653.575000', '152653.578000', '152653.581000', '152653.583000', '152653.587000', '152653.589000', '152653.593000', '152653.595000', '152653.598000', '152653.601000', '152653.604000', '152653.607000', '152653.610000', '152653.613000', '152653.616000', '152653.619000', '152653.622000', '152653.625000', '152653.628000', '152653.631000', '152653.634000', '152653.637000', '152713.509000', '152713.512000', '152713.515000', '152713.518000', '152713.521000', '152713.524000', '152713.527000', '152713.530000', '152713.533000', '152713.536000', '152713.539000', '152713.542000', '152713.545000', '152713.547000', '152713.551000', '152713.554000', '152713.556000', '152713.559000', '152713.562000', '152713.565000', '152713.568000', '152713.571000', '152713.574000', '152713.577000', '152713.580000', '152713.583000', '152713.586000', '152713.589000', '152713.591000', '152713.594000', '152713.597000', '152713.600000', '152713.603000', '152713.606000', '152713.609000', '152713.612000', '152713.615000', '152713.618000', '152713.621000', '152713.624000', '152713.627000', '152713.630000', '152713.633000', '152733.508000', '152733.511000', '152733.514000', '152733.517000', '152733.520000', '152733.523000', '152733.525000', '152733.529000', '152733.531000', '152733.537000', '152733.540000', '152733.543000', '152733.546000', '152733.549000', '152733.552000', '152733.555000', '152733.558000', '152733.561000', '152733.564000', '152733.567000', '152733.570000', '152733.573000', '152733.576000', '152733.579000', '152733.582000', '152733.585000', '152733.588000', '152733.591000', '152733.594000', '152733.597000', '152733.599000', '152733.602000', '152733.605000', '152733.608000', '152733.611000', '152733.614000', '152733.617000', '152733.620000', '152733.623000', '152733.626000', '152733.629000', '152733.632000', '152733.635000', '152733.638000', '152753.508000', '152753.511000', '152753.514000', '152753.517000', '152753.520000', '152753.523000', '152753.526000', '152753.529000', '152753.532000', '152753.541000', '152753.544000', '152753.546000', '152753.549000', '152753.561000', '152753.564000', '152753.567000', '152753.570000', '152753.573000', '152753.576000', '152753.579000', '152753.582000', '152753.585000', '152753.588000', '152753.591000', '152753.595000', '152753.598000', '152753.601000', '152753.604000', '152753.607000', '152753.610000', '152753.613000', '152753.616000', '152753.619000', '152753.622000', '152753.624000', '152753.627000', '152753.630000', '152753.633000', '152753.636000', '152753.639000', '152753.642000', '152753.645000', '152753.648000', '152813.509000', '152813.512000', '152813.515000', '152813.518000', '152813.521000', '152813.524000', '152813.527000', '152813.530000', '152813.533000', '152813.536000', '152813.539000', '152813.542000', '152813.545000', '152813.548000', '152813.551000', '152813.554000', '152813.557000', '152813.560000', '152813.563000', '152813.566000', '152813.569000', '152813.572000', '152813.575000', '152813.578000', '152813.581000', '152813.584000', '152813.587000', '152813.590000', '152813.593000', '152813.596000', '152813.599000', '152813.602000', '152813.605000', '152813.608000', '152813.611000', '152813.614000', '152813.617000', '152813.620000', '152813.623000', '152813.626000', '152813.629000', '152813.632000', '152813.635000', '152813.638000', '152833.509000', '152833.512000', '152833.515000', '152833.518000', '152833.521000', '152833.524000', '152833.527000', '152833.530000', '152833.533000', '152833.536000', '152833.539000', '152833.542000', '152833.545000', '152833.548000', '152833.551000', '152833.554000', '152833.557000', '152833.560000', '152833.563000', '152833.566000', '152833.569000', '152833.572000', '152833.575000', '152833.578000', '152833.581000', '152833.584000', '152833.587000', '152833.590000', '152833.593000', '152833.596000', '152833.599000', '152833.601000', '152833.605000', '152833.607000', '152833.610000', '152833.613000', '152833.616000', '152833.619000', '152833.622000', '152833.625000', '152833.628000', '152833.631000', '152833.634000', '152853.509000', '152853.518000', '152853.520000', '152853.523000', '152853.526000', '152853.529000', '152853.532000', '152853.535000', '152853.538000', '152853.541000', '152853.544000', '152853.547000', '152853.550000', '152853.553000', '152853.556000', '152853.559000', '152853.562000', '152853.565000', '152853.568000', '152853.571000', '152853.574000', '152853.577000', '152853.580000', '152853.583000', '152853.586000', '152853.589000', '152853.592000', '152853.595000', '152853.598000', '152853.601000', '152853.604000', '152853.607000', '152853.609000', '152853.612000', '152853.615000', '152853.618000', '152853.621000', '152853.624000', '152853.627000', '152853.630000', '152853.633000', '152853.636000', '152853.639000', '152853.642000', '152913.509000', '152913.512000', '152913.515000', '152913.518000', '152913.521000', '152913.524000', '152913.527000', '152913.530000', '152913.533000', '152913.536000', '152913.539000', '152913.542000', '152913.545000', '152913.548000', '152913.551000', '152913.554000', '152913.557000', '152913.560000', '152913.562000', '152913.566000', '152913.569000', '152913.571000', '152913.574000', '152913.577000', '152913.580000', '152913.583000', '152913.586000', '152913.589000', '152913.592000', '152913.595000', '152913.598000', '152913.601000', '152913.604000', '152913.607000', '152913.610000', '152913.613000', '152913.616000', '152913.618000', '152913.621000', '152913.624000', '152913.627000', '152913.631000', '152913.634000', '152933.509000', '152933.512000', '152933.515000', '152933.518000', '152933.521000', '152933.524000', '152933.527000', '152933.530000', '152933.533000', '152933.536000', '152933.539000', '152933.542000', '152933.545000', '152933.548000', '152933.551000', '152933.553000', '152933.557000', '152933.559000', '152933.562000', '152933.565000', '152933.569000', '152933.571000', '152933.574000', '152933.585000', '152933.588000', '152933.591000', '152933.594000', '152933.597000', '152933.600000', '152933.603000', '152933.606000', '152933.609000', '152933.612000', '152933.615000', '152933.618000', '152933.621000', '152933.624000', '152933.626000', '152933.629000', '152933.632000', '152933.635000', '152933.638000', '152933.641000', '152933.644000', '152953.508000', '152953.511000', '152953.514000', '152953.517000', '152953.520000', '152953.523000', '152953.526000', '152953.529000', '152953.532000', '152953.535000', '152953.538000', '152953.541000', '152953.544000', '152953.547000', '152953.550000', '152953.553000', '152953.556000', '152953.559000', '152953.562000', '152953.565000', '152953.568000', '152953.570000', '152953.574000', '152953.576000', '152953.579000', '152953.582000', '152953.585000', '152953.588000', '152953.591000', '152953.594000', '152953.597000', '152953.600000', '152953.603000', '152953.606000', '152953.609000', '152953.612000', '152953.615000', '152953.618000', '152953.621000', '152953.624000', '152953.626000', '152953.629000', '152953.632000', '153013.508000', '153013.511000', '153013.514000', '153013.517000', '153013.520000', '153013.523000', '153013.526000', '153013.529000', '153013.532000', '153013.535000', '153013.538000', '153013.541000', '153013.544000', '153013.547000', '153013.550000', '153013.553000', '153013.556000', '153013.559000', '153013.561000', '153013.565000', '153013.568000', '153013.571000', '153013.574000', '153013.577000', '153013.580000', '153013.583000', '153013.585000', '153013.588000', '153013.591000', '153013.594000', '153013.597000', '153013.600000', '153013.603000', '153013.606000', '153013.609000', '153013.612000', '153013.615000', '153013.618000', '153013.621000', '153013.624000', '153013.627000', '153013.630000', '153013.632000', '153013.635000', '153033.509000', '153033.512000', '153033.515000', '153033.518000', '153033.521000', '153033.524000', '153033.527000', '153033.530000', '153033.533000', '153033.536000', '153033.539000', '153033.542000', '153033.545000', '153033.548000', '153033.551000', '153033.554000', '153033.557000', '153033.560000', '153033.563000', '153033.566000', '153033.569000', '153033.572000', '153033.575000', '153033.578000', '153033.581000', '153033.584000', '153033.587000', '153033.589000', '153033.592000', '153033.595000', '153033.598000', '153033.601000', '153033.604000', '153033.607000', '153033.610000', '153033.613000', '153033.616000', '153033.619000', '153033.622000', '153033.625000', '153033.628000', '153033.631000', '153033.634000', '153053.509000', '153053.512000', '153053.517000', '153053.521000', '153053.525000', '153053.528000', '153053.531000', '153053.534000', '153053.537000', '153053.540000', '153053.543000', '153053.546000', '153053.549000', '153053.552000', '153053.555000', '153053.558000', '153053.561000', '153053.564000', '153053.567000', '153053.570000', '153053.573000', '153053.576000', '153053.579000', '153053.582000', '153053.585000', '153053.587000', '153053.590000', '153053.593000', '153053.596000', '153053.599000', '153053.602000', '153053.605000', '153053.608000', '153053.611000', '153053.614000', '153053.617000', '153053.620000', '153053.623000', '153053.626000', '153053.629000', '153053.631000', '153053.634000', '153053.637000', '153113.509000', '153113.512000', '153113.515000', '153113.518000', '153113.521000', '153113.524000', '153113.527000', '153113.530000', '153113.533000', '153113.536000', '153113.539000', '153113.542000', '153113.545000', '153113.548000', '153113.551000', '153113.554000', '153113.557000', '153113.560000', '153113.563000', '153113.566000', '153113.569000', '153113.572000', '153113.575000', '153113.578000', '153113.581000', '153113.584000', '153113.587000', '153113.590000', '153113.593000', '153113.596000', '153113.599000', '153113.602000', '153113.604000', '153113.621000', '153113.624000', '153113.627000', '153113.630000', '153113.633000', '153113.636000', '153113.639000', '153113.642000', '153113.645000', '153113.648000', '153113.651000', '153133.509000', '153133.512000', '153133.515000', '153133.518000', '153133.521000', '153133.524000', '153133.527000', '153133.531000', '153133.534000', '153133.537000', '153133.540000', '153133.543000', '153133.546000', '153133.549000', '153133.552000', '153133.555000', '153133.558000', '153133.561000', '153133.564000', '153133.567000', '153133.570000', '153133.573000', '153133.576000', '153133.579000', '153133.581000', '153133.584000', '153133.587000', '153133.590000', '153133.593000', '153133.596000', '153133.599000', '153133.602000', '153133.607000', '153133.610000', '153133.612000', '153133.615000', '153133.618000', '153133.621000', '153133.624000', '153133.627000', '153133.630000', '153133.633000', '153133.636000', '153153.509000', '153153.512000', '153153.515000', '153153.518000', '153153.521000', '153153.524000', '153153.527000', '153153.530000', '153153.533000', '153153.536000', '153153.539000', '153153.541000', '153153.545000', '153153.547000', '153153.550000', '153153.553000', '153153.556000', '153153.559000', '153153.562000', '153153.565000', '153153.568000', '153153.571000', '153153.574000', '153153.577000', '153153.580000', '153153.583000', '153153.586000', '153153.589000', '153153.592000', '153153.595000', '153153.597000', '153153.600000', '153153.603000', '153153.606000', '153153.609000', '153153.612000', '153153.615000', '153153.618000', '153153.621000', '153153.624000', '153153.627000', '153153.630000', '153153.633000', '153153.636000', '153213.508000', '153213.511000', '153213.514000', '153213.517000', '153213.520000', '153213.523000', '153213.526000', '153213.529000', '153213.532000', '153213.535000', '153213.538000', '153213.541000', '153213.544000', '153213.549000', '153213.553000', '153213.556000', '153213.559000', '153213.562000', '153213.565000', '153213.568000', '153213.571000', '153213.574000', '153213.577000', '153213.579000', '153213.582000', '153213.585000', '153213.588000', '153213.591000', '153213.594000', '153213.597000', '153213.600000', '153213.603000', '153213.606000', '153213.609000', '153213.612000', '153213.615000', '153213.618000', '153213.621000', '153213.623000', '153213.626000', '153213.629000', '153213.632000', '153213.635000', '153233.508000', '153233.511000', '153233.514000', '153233.517000', '153233.520000', '153233.523000', '153233.526000', '153233.529000', '153233.532000', '153233.535000', '153233.538000', '153233.541000', '153233.544000', '153233.547000', '153233.550000', '153233.553000', '153233.556000', '153233.559000', '153233.562000', '153233.565000', '153233.568000', '153233.571000', '153233.573000', '153233.577000', '153233.579000', '153233.582000', '153233.585000', '153233.588000', '153233.591000', '153233.594000', '153233.597000', '153233.600000', '153233.603000', '153233.606000', '153233.609000', '153233.612000', '153233.615000', '153233.618000', '153233.621000', '153233.624000', '153233.626000', '153233.629000', '153233.632000', '153233.635000', '153253.510000', '153253.513000', '153253.516000', '153253.519000', '153253.522000', '153253.525000', '153253.528000', '153253.531000', '153253.534000', '153253.537000', '153253.540000', '153253.543000', '153253.546000', '153253.549000', '153253.552000', '153253.555000', '153253.558000', '153253.561000', '153253.566000', '153253.569000', '153253.572000', '153253.575000', '153253.578000', '153253.581000', '153253.584000', '153253.587000', '153253.590000', '153253.593000', '153253.596000', '153253.599000', '153253.602000', '153253.605000', '153253.608000', '153253.611000', '153253.614000', '153253.617000', '153253.620000', '153253.623000', '153253.625000', '153253.629000', '153253.631000', '153253.634000', '153253.637000', '153313.526000', '153313.530000', '153313.533000', '153313.536000', '153313.538000', '153313.541000', '153313.545000', '153313.547000', '153313.550000', '153313.553000', '153313.556000', '153313.559000', '153313.562000', '153313.565000', '153313.568000', '153313.571000', '153313.574000', '153313.577000', '153313.580000', '153313.583000', '153313.586000', '153313.589000', '153313.592000', '153313.595000', '153313.598000', '153313.601000', '153313.604000', '153313.607000', '153313.610000', '153313.612000', '153313.615000', '153313.618000', '153313.621000', '153313.624000', '153313.627000', '153313.630000', '153313.633000', '153313.636000', '153313.639000', '153313.642000', '153313.645000', '153313.648000', '153313.651000', '153313.654000', '153333.509000', '153333.512000', '153333.515000', '153333.518000', '153333.521000', '153333.524000', '153333.527000', '153333.530000', '153333.533000', '153333.536000', '153333.539000', '153333.542000', '153333.545000', '153333.548000', '153333.551000', '153333.554000', '153333.557000', '153333.560000', '153333.563000', '153333.566000', '153333.569000', '153333.572000', '153333.575000', '153333.578000', '153333.581000', '153333.584000', '153333.586000', '153333.591000', '153333.596000', '153333.599000', '153333.602000', '153333.605000', '153333.607000', '153333.610000', '153333.613000', '153333.616000', '153333.619000', '153333.622000', '153333.625000', '153333.628000', '153333.631000', '153333.634000', '153333.637000', '153353.509000', '153353.512000', '153353.515000', '153353.518000', '153353.521000', '153353.531000', '153353.534000', '153353.537000', '153353.540000', '153353.543000', '153353.546000', '153353.549000', '153353.552000', '153353.555000', '153353.558000', '153353.561000', '153353.564000', '153353.567000', '153353.570000', '153353.573000', '153353.576000', '153353.579000', '153353.582000', '153353.585000', '153353.588000', '153353.591000', '153353.594000', '153353.597000', '153353.599000', '153353.602000', '153353.605000', '153353.608000', '153353.611000', '153353.614000', '153353.617000', '153353.620000', '153353.623000', '153353.626000', '153353.629000', '153353.632000', '153353.635000', '153353.638000', '153353.641000', '153353.643000', '153413.508000', '153413.511000', '153413.514000', '153413.517000', '153413.520000', '153413.523000', '153413.526000', '153413.529000', '153413.532000', '153413.535000', '153413.538000', '153413.541000', '153413.544000', '153413.548000', '153413.551000', '153413.554000', '153413.557000', '153413.560000', '153413.562000', '153413.566000', '153413.568000', '153413.571000', '153413.574000', '153413.578000', '153413.580000', '153413.583000', '153413.586000', '153413.589000', '153413.592000', '153413.595000', '153413.598000', '153413.601000', '153413.604000', '153413.609000', '153413.613000', '153413.616000', '153413.619000', '153413.622000', '153413.625000', '153413.628000', '153413.631000', '153413.634000', '153413.637000', '153433.508000', '153433.511000', '153433.514000', '153433.517000', '153433.520000', '153433.523000', '153433.526000', '153433.529000', '153433.532000', '153433.535000', '153433.538000', '153433.541000', '153433.544000', '153433.547000', '153433.550000', '153433.552000', '153433.556000', '153433.559000', '153433.561000', '153433.564000', '153433.567000', '153433.570000', '153433.573000', '153433.576000', '153433.579000', '153433.582000', '153433.585000', '153433.588000', '153433.591000', '153433.594000', '153433.597000', '153433.600000', '153433.603000', '153433.606000', '153433.608000', '153433.611000', '153433.614000', '153433.617000', '153433.620000', '153433.623000', '153433.626000', '153433.629000', '153433.632000', '153433.635000', '153453.508000', '153453.511000', '153453.514000', '153453.517000', '153453.520000', '153453.523000', '153453.526000', '153453.529000', '153453.532000', '153453.544000', '153453.547000', '153453.550000', '153453.553000', '153453.556000', '153453.559000', '153453.562000', '153453.565000', '153453.568000', '153453.571000', '153453.573000', '153453.576000', '153453.579000', '153453.582000', '153453.585000', '153453.588000', '153453.591000', '153453.594000', '153453.597000', '153453.600000', '153453.603000', '153453.606000', '153453.609000', '153453.612000', '153453.614000', '153453.618000', '153453.622000', '153453.627000', '153453.630000', '153453.633000', '153453.636000', '153453.639000', '153453.642000', '153453.645000', '153458.296000', '153458.300000', '153458.304000', '153458.307000', '153458.310000', '153458.313000', '153458.316000', '153458.319000', '153458.322000', '153458.325000', '153458.328000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [9691, 17175, 10063, 19161, 10246, 17211, 9595, 13072, 9459, 11289, 8738, 10634, 8798, 9632, 8752, 8984, 17850, 9517, 16152, 8984, 11176, 8722, 10823, 9228, 10145, 9289, 9251, 9097, 8951, 9405, 9775, 9699, 9591, 10377, 9342, 10303, 9608, 10499, 10110, 10233, 10483, 13962, 9875, 16182, 11898, 12986, 10446, 12143, 9506, 13098, 9654, 13443, 8982, 10739, 8957, 10596, 9137, 11231, 9043, 9717, 8953, 10050, 16473, 10374, 14052, 9533, 14592, 9930, 17795, 9780, 14445, 10639, 12649, 9748, 11718, 8958, 10297, 9809, 9484, 9932, 9190, 9175, 8974, 9636, 9904, 10556, 9492, 9499, 9406, 10285, 9340, 19082, 10049, 15817, 11285, 13416, 9122, 11906, 9191, 11389, 9393, 10511, 8802, 9157, 8743, 9832, 8908, 10126, 9285, 9817, 9105, 9932, 9581, 9713, 12867, 10009, 12003, 9478, 10536, 9470, 9217, 9812, 11103, 10138, 9023, 10509, 9072, 10311, 9066, 10798, 12290, 10773, 9384, 10546, 9322, 9965, 14635, 10363, 16962, 10601, 9536, 9415, 8993, 9845, 10706, 10124, 10747, 10285, 9298, 9980, 9144, 10537, 9357, 10833, 9659, 10576, 9364, 10753, 9265, 11139, 9024, 11351, 8797, 10955, 8758, 10826, 8602, 11259, 8614, 12730, 9230, 11969, 8889, 12064, 8730, 13121, 9129, 10723, 8810, 10606, 8670, 10917, 8500, 11197, 8724, 10857, 8611, 10869, 8853, 11122, 8749, 11392, 9487, 12004, 8937, 13003, 9153, 14995, 9180, 14563, 10114, 8558, 10915, 8810, 11722, 8585, 13387, 10177, 15394, 9507, 13377, 8972, 14082, 9963, 18161, 10933, 14224, 9489, 10861, 10327, 8779, 12025, 9005, 11155, 8665, 11625, 8667, 11506, 8901, 14120, 8957, 15025, 9381, 14008, 9518, 14155, 10022, 8981, 11391, 9074, 12176, 8950, 12175, 9606, 19577, 13984, 13723, 10080, 8721, 11733, 8458, 12274, 9471, 14683, 10652, 15061, 9534, 12764, 8637, 12465, 9032, 12588, 9420, 14240, 9125, 10846, 9158, 10017, 9269, 10102, 15217, 10397, 15611, 10089, 18259, 11018, 14797, 10256, 13366, 10526, 9599, 9947, 9379, 10214, 9288, 10200, 8856, 9770, 8697, 9743, 8959, 9589, 8696, 9425, 8636, 10170, 8896, 9736, 13201, 9423, 17012, 9337, 14752, 10232, 13138, 8821, 10691, 8566, 9630, 8729, 9755, 8980, 9849, 8540, 9665, 8448, 10375, 9012, 10876, 8896, 10030, 8547, 9971, 11107, 9764, 16750, 9191, 14774, 9388, 11914, 9333, 8780, 9056, 9196, 9122, 12336, 9045, 13962, 8537, 12050, 9830, 12500, 8809, 13625, 10034, 14557, 8653, 9562, 8099, 9537, 8498, 10468, 8507, 12423, 9054, 11877, 8892, 12313, 9321, 13685, 10376, 14594, 10127, 12815, 10565, 16770, 10334, 18522, 13320, 17795, 11480, 11972, 9861, 9056, 11219, 9124, 12193, 8825, 11664, 8656, 12459, 8299, 14177, 10799, 15286, 9974, 13486, 8598, 12130, 8461, 13012, 9492, 14428, 9647, 14126, 9599, 12633, 9408, 12231, 9604, 12485, 9861, 8288, 9356, 8635, 11399, 8584, 12177, 8912, 11883, 8154, 11341, 8502, 12702, 9069, 13366, 9568, 12907, 8611, 10469, 8737, 10164, 8970, 10133, 8972, 9889, 8376, 9881, 8264, 10680, 8253, 10649, 8655, 10835, 8704, 10171, 11333, 9702, 18239, 12512, 18028, 12538, 15134, 9682, 14171, 9470, 13797, 9467, 12496, 9702, 12655, 9986, 13649, 9179, 12069, 9093, 11423, 8871, 11777, 10186, 12611, 10040, 12248, 8792, 11620, 8867, 12181, 8807, 11847, 8961, 12641, 8355, 9942, 8567, 10130, 9034, 10306, 9224, 10613, 8706, 9428, 8786, 9632, 8607, 10239, 8606, 10552, 8559, 9727, 12454, 9704, 17475, 9684, 14806, 11993, 17695, 13985, 17049, 9747, 8309, 8928, 10303, 8651, 10692, 8075, 9771, 8623, 10432, 8402, 9367, 14705, 9079, 18625, 13589, 17040, 13986, 16001, 13161, 15318, 12568, 15132, 11617, 13985, 10409, 14573, 10386, 10849, 10155, 9338, 9216, 11823, 10309, 10720, 9321, 9650, 9459, 9395, 10197, 9619, 11197, 9041, 9276, 8984, 9176, 8773, 8600, 8574, 10144, 8916, 9626, 9084, 11350, 10507, 8477, 10099, 9904, 8352, 9486, 8086, 9334, 8334, 9925, 9927, 11451, 14223, 13875, 17752, 13750, 14922, 17248, 13828, 17462, 12521, 16650, 11569, 14474, 10553, 12558, 10799, 9049, 9967, 9660, 11563, 9134, 11801, 10287, 8746, 10954, 9399, 11982, 9398, 12289, 9658, 12113, 9564, 11501, 8718, 11449, 8407, 11347, 8326, 12567, 9884, 11383, 10449, 12128, 10454, 14616, 10555, 15434, 10104, 15539, 9919, 12816, 9463, 8115, 10909, 7940, 8266, 8802, 7390, 11388, 8590, 7877, 10832, 7923, 13579, 14416, 13518, 17269, 12570, 18628, 14886, 17506, 12719, 17120, 12898, 14446, 11879, 12745, 9618, 10910, 9095, 11000, 9157, 10015, 9820, 10077, 9975, 9185, 10483, 8315, 11558, 8390, 11656, 8580, 12058, 8139, 12086, 8302, 11874, 8350, 12094, 8464, 11988, 8365, 11550, 8596, 12543, 8807, 13124, 9334, 14756, 10211, 13884, 10524, 9013, 10797, 8135, 11456, 11896, 11609, 13505, 13078, 8390, 11512, 8344, 11947, 8421, 14471, 8452, 14867, 9634, 15697, 9145, 14786, 10599, 15419, 10798, 14299, 10905, 13981, 10146, 13457, 9226, 12581, 8845, 11950, 9022, 11763, 8554, 10126, 8290, 9996, 8274, 10447, 8192, 9820, 13251, 9344, 15155, 9188, 13734, 8870, 12374, 9098, 13132, 8855, 11891, 9512, 10958, 9135, 10795, 8979, 11508, 8648, 11271, 9347, 10471, 9344, 11076, 9450, 12517, 9710, 13930, 10693, 11641, 9782, 8567, 11026, 8914, 11571, 13587, 11205, 16210, 11755, 8749, 11069, 8349, 11256, 8326, 13278, 8666, 16833, 9800, 15793, 8277, 15437, 9406, 16998, 11458, 17681, 13263, 15775, 10255, 13324, 9683, 13683, 9932, 16235, 9599, 15991, 10339, 8854, 9483, 8458, 9799, 8228, 10166, 8346, 10798, 8513, 9782, 8240, 9675, 14973, 9543, 18091, 12746, 16230, 10138, 8784, 9378, 8280, 9736, 8944, 11169, 8579, 10726, 8097, 12993, 8472, 15207, 10033, 17182, 13012, 15430, 10211, 11268, 9834, 9364, 12656, 9204, 14578, 9589, 8726, 11618, 8282, 17216, 14164, 10036, 10155, 9228, 9105, 10112, 8838, 12778, 9170, 12415, 8635, 13150, 10010, 15248, 12326, 15050, 12520, 17366, 12317, 16437, 13456, 15935, 10544, 10705, 13186, 10286, 9268, 10976, 8470, 8603, 10313, 9222, 8673, 10702, 8838, 11357, 11286, 10631, 17754, 12363, 10085, 16389, 12078, 18393, 13489, 15493, 11201, 14662, 9360, 9178, 10684, 8848, 11270, 8399, 10741, 8234, 9210, 8852, 8463, 10437, 8623, 10989, 8921, 11031, 10857, 10043, 10925, 10321, 8339, 10441, 8345, 10315, 7812, 10981, 7960, 11002, 8484, 11754, 7900, 10148, 8005, 10813, 8256, 10584, 8971, 8618, 10159, 8708, 11098, 8690, 11368, 9289, 13393, 9742, 14807, 10740, 15076, 10427, 14763, 9618, 11375, 9396, 10570, 9109, 10755, 9143, 9681, 9223, 8076, 10492, 8590, 11848, 8452, 12095, 9617, 10683, 12279, 10444, 14502, 9633, 14380, 9691, 11566, 9304, 8524, 11370, 8733, 12473, 8449, 12670, 8558, 12125, 8305, 11592, 8504, 11893, 8447, 12532, 8886, 13125, 8853, 13416, 8235, 11111, 8301, 11131, 8432, 11442, 9040, 11051, 8370, 11086, 8113, 11250, 8354, 11510, 8912, 11578, 9028, 11446, 8957, 11679, 9045, 11643, 9064, 12018, 8762, 11082, 8513, 11194, 8527, 11158, 8917, 9768, 9546, 8761, 11832, 8870, 11805, 13430, 11922, 13321, 15407, 9386, 11457, 8668, 10853, 8852, 12965, 8878, 13734, 9578, 9811, 10443, 8485, 10918, 8982, 14755, 10491, 16343, 11510, 16202, 11694, 16551, 11617, 15179, 10872, 14408, 10018, 12821, 8936, 10314, 9162, 9168, 10071, 9161, 10644, 8588, 11024, 8636, 11349, 8925, 11022, 9741, 11861, 9694, 12225, 9441, 11683, 9459, 10675, 9616, 10054, 9924, 9421, 10115, 10631, 9629, 11166, 9508, 11696, 9337, 8885, 10030, 9114, 11268, 8934, 11982, 9238, 11499, 8865, 12310, 8548, 12253, 9294, 16299, 11201, 8249, 10746, 8098, 11769, 8736, 8458, 10353, 8742, 14303, 10798, 11747, 14229, 11069, 17176, 13771, 13839, 14781, 9921, 17051, 11775, 16848, 12455, 15346, 11102, 8707, 10314, 8389, 11956, 8378, 11212, 8491, 9726, 8945, 8829, 10449, 9760, 10885, 8829, 11678, 11057, 17774, 11865, 9439, 13918, 10591, 8775, 12592, 9303, 9193, 9738, 11400, 9139, 11579, 9052, 14558, 13702, 15761, 19622, 14080, 11874, 17641, 13194, 19167, 13071, 16984, 10856, 12823, 8924, 9739, 9355, 10292, 9514, 10462, 10009, 9937, 9605, 9656, 9568, 9004, 8544, 9584, 9378, 10223, 10954, 10339, 15073, 10433, 16541, 11480, 15852, 11992, 13763, 10403, 12989, 10168, 13466, 10378, 11759, 10178, 11512, 10471, 12932, 10041, 11142, 9870, 10783, 10305, 10855, 10403, 11893, 10421, 10838, 10156, 10818, 10254, 12115, 10385, 15178, 10068, 15113, 10220, 13870, 10149, 14693, 14969, 9506, 9315, 9487, 8702, 9186, 9571, 10165, 9097, 11230, 9590, 14802, 9889, 15071, 10606, 17516, 11660, 17255, 12109, 17239, 11952, 14676, 9767, 13029, 9565, 9381, 9376, 9342, 13437, 10827, 13287, 10637, 10710, 10553, 11248, 10453, 14831, 10167, 18698, 11202, 16077, 10067, 13692, 9895, 12522, 10404, 11628, 10328, 8644, 9436, 9278, 9441, 9397, 10003, 9407, 11098, 9062, 12237, 8780, 13350, 8982, 13546, 10737, 9300, 10213, 9361, 8640, 9454, 8355, 9561, 9125, 9751, 9222, 9571, 9236, 10047, 8908, 11916, 8740, 12761, 8658, 12007, 8346, 10383, 8965, 15547, 10099, 16239, 10050, 9906, 9273, 9190, 9043, 11353, 9533, 9313, 9612, 9377, 9458, 14865, 9277, 18156, 12450, 15214, 9326, 15582, 9505, 14015, 9041, 13194, 9206, 10981], 'WindowCenter': [4527.0, 4550.0, 4499.0, 4545.0, 4494.0, 4521.0, 4480.0, 4500.0, 4480.0, 4489.0, 4470.0, 4480.0, 4471.0, 4480.0, 4470.0, 4480.0, 4532.0, 4482.0, 4520.0, 4471.0, 4505.0, 4496.0, 4493.0, 4480.0, 4478.0, 4467.0, 4469.0, 4470.0, 4483.0, 4480.0, 4480.0, 4481.0, 4494.0, 4491.0, 4479.0, 4489.0, 4481.0, 4490.0, 4492.0, 4490.0, 4493.0, 4513.0, 4492.0, 4524.0, 4501.0, 4500.0, 4480.0, 4501.0, 4480.0, 4498.0, 4493.0, 4501.0, 4468.0, 4477.0, 4469.0, 4477.0, 4468.0, 4489.0, 4468.0, 4468.0, 4467.0, 4478.0, 4506.0, 4478.0, 4495.0, 4466.0, 4495.0, 4466.0, 4517.0, 4467.0, 4497.0, 4477.0, 4484.0, 4465.0, 4474.0, 4455.0, 4476.0, 4478.0, 4467.0, 4467.0, 4467.0, 4466.0, 4468.0, 4478.0, 4491.0, 4478.0, 4478.0, 4464.0, 4469.0, 4477.0, 4482.0, 4533.0, 4479.0, 4509.0, 4479.0, 4486.0, 4467.0, 4489.0, 4479.0, 4487.0, 4467.0, 4473.0, 4466.0, 4466.0, 4469.0, 4479.0, 4471.0, 4480.0, 4469.0, 4478.0, 4469.0, 4480.0, 4468.0, 4476.0, 4498.0, 4479.0, 4486.0, 4479.0, 4477.0, 4467.0, 4467.0, 4479.0, 4489.0, 4480.0, 4467.0, 4489.0, 4470.0, 4479.0, 4480.0, 4490.0, 4499.0, 4490.0, 4480.0, 4490.0, 4469.0, 4480.0, 4510.0, 4480.0, 4508.0, 4478.0, 4468.0, 4468.0, 4467.0, 4478.0, 4480.0, 4479.0, 4479.0, 4479.0, 4467.0, 4467.0, 4467.0, 4478.0, 4467.0, 4489.0, 4468.0, 4477.0, 4467.0, 4477.0, 4480.0, 4490.0, 4468.0, 4490.0, 4468.0, 4478.0, 4469.0, 4489.0, 4471.0, 4491.0, 4471.0, 4499.0, 4470.0, 4489.0, 4470.0, 4489.0, 4458.0, 4501.0, 4469.0, 4478.0, 4470.0, 4478.0, 4470.0, 4488.0, 4481.0, 4500.0, 4471.0, 4491.0, 4483.0, 4501.0, 4484.0, 4503.0, 4485.0, 4503.0, 4494.0, 4514.0, 4484.0, 4512.0, 4483.0, 4523.0, 4494.0, 4521.0, 4493.0, 4483.0, 4504.0, 4480.0, 4504.0, 4483.0, 4525.0, 4504.0, 4523.0, 4483.0, 4511.0, 4481.0, 4512.0, 4494.0, 4535.0, 4492.0, 4509.0, 4480.0, 4491.0, 4493.0, 4482.0, 4502.0, 4483.0, 4501.0, 4472.0, 4501.0, 4483.0, 4502.0, 4483.0, 4525.0, 4484.0, 4512.0, 4481.0, 4513.0, 4493.0, 4511.0, 4494.0, 4480.0, 4501.0, 4481.0, 4502.0, 4483.0, 4504.0, 4498.0, 4547.0, 4526.0, 4523.0, 4504.0, 4485.0, 4503.0, 4486.0, 4512.0, 4495.0, 4525.0, 4492.0, 4511.0, 4481.0, 4501.0, 4472.0, 4499.0, 4470.0, 4500.0, 4470.0, 4498.0, 4469.0, 4478.0, 4468.0, 4468.0, 4467.0, 4479.0, 4508.0, 4467.0, 4496.0, 4467.0, 4505.0, 4464.0, 4484.0, 4464.0, 4485.0, 4463.0, 4453.0, 4450.0, 4453.0, 4451.0, 4454.0, 4464.0, 4456.0, 4464.0, 4456.0, 4465.0, 4467.0, 4467.0, 4468.0, 4468.0, 4469.0, 4480.0, 4468.0, 4480.0, 4498.0, 4470.0, 4507.0, 4468.0, 4498.0, 4480.0, 4499.0, 4467.0, 4477.0, 4468.0, 4479.0, 4472.0, 4478.0, 4471.0, 4480.0, 4470.0, 4481.0, 4472.0, 4492.0, 4483.0, 4494.0, 4481.0, 4482.0, 4471.0, 4481.0, 4491.0, 4482.0, 4522.0, 4483.0, 4511.0, 4494.0, 4502.0, 4483.0, 4482.0, 4483.0, 4494.0, 4497.0, 4516.0, 4496.0, 4525.0, 4485.0, 4514.0, 4494.0, 4515.0, 4484.0, 4525.0, 4495.0, 4514.0, 4476.0, 4484.0, 4474.0, 4484.0, 4486.0, 4518.0, 4509.0, 4538.0, 4509.0, 4528.0, 4507.0, 4525.0, 4507.0, 4538.0, 4518.0, 4536.0, 4506.0, 4515.0, 4505.0, 4534.0, 4505.0, 4534.0, 4514.0, 4521.0, 4491.0, 4488.0, 4479.0, 4469.0, 4490.0, 4481.0, 4502.0, 4481.0, 4491.0, 4470.0, 4500.0, 4471.0, 4511.0, 4490.0, 4509.0, 4479.0, 4497.0, 4469.0, 4488.0, 4469.0, 4498.0, 4479.0, 4508.0, 4480.0, 4498.0, 4480.0, 4499.0, 4481.0, 4503.0, 4481.0, 4500.0, 4481.0, 4485.0, 4506.0, 4484.0, 4514.0, 4485.0, 4513.0, 4484.0, 4504.0, 4474.0, 4504.0, 4485.0, 4515.0, 4485.0, 4515.0, 4483.0, 4502.0, 4470.0, 4480.0, 4471.0, 4493.0, 4483.0, 4491.0, 4471.0, 4491.0, 4483.0, 4492.0, 4484.0, 4504.0, 4498.0, 4505.0, 4484.0, 4504.0, 4483.0, 4493.0, 4492.0, 4483.0, 4532.0, 4503.0, 4521.0, 4500.0, 4500.0, 4479.0, 4499.0, 4469.0, 4499.0, 4481.0, 4501.0, 4481.0, 4500.0, 4480.0, 4499.0, 4480.0, 4489.0, 4483.0, 4501.0, 4484.0, 4502.0, 4492.0, 4501.0, 4481.0, 4500.0, 4470.0, 4489.0, 4470.0, 4490.0, 4471.0, 4490.0, 4470.0, 4499.0, 4470.0, 4479.0, 4470.0, 4505.0, 4493.0, 4491.0, 4479.0, 4479.0, 4470.0, 4479.0, 4471.0, 4480.0, 4484.0, 4493.0, 4472.0, 4492.0, 4482.0, 4482.0, 4512.0, 4483.0, 4532.0, 4492.0, 4525.0, 4528.0, 4538.0, 4525.0, 4521.0, 4480.0, 4472.0, 4509.0, 4505.0, 4497.0, 4506.0, 4489.0, 4507.0, 4498.0, 4507.0, 4486.0, 4497.0, 4525.0, 4485.0, 4533.0, 4512.0, 4523.0, 4501.0, 4511.0, 4490.0, 4497.0, 4476.0, 4485.0, 4476.0, 4485.0, 4464.0, 4483.0, 4463.0, 4463.0, 4463.0, 4453.0, 4455.0, 4476.0, 4464.0, 4463.0, 4453.0, 4452.0, 4452.0, 4452.0, 4463.0, 4452.0, 4462.0, 4453.0, 4454.0, 4454.0, 4453.0, 4454.0, 4453.0, 4480.0, 4490.0, 4482.0, 4491.0, 4495.0, 4515.0, 4504.0, 4485.0, 4503.0, 4483.0, 4473.0, 4509.0, 4489.0, 4509.0, 4500.0, 4509.0, 4511.0, 4507.0, 4528.0, 4516.0, 4516.0, 4503.0, 4499.0, 4511.0, 4487.0, 4497.0, 4463.0, 4469.0, 4449.0, 4457.0, 4436.0, 4457.0, 4450.0, 4439.0, 4450.0, 4450.0, 4473.0, 4466.0, 4486.0, 4480.0, 4457.0, 4476.0, 4467.0, 4490.0, 4480.0, 4489.0, 4480.0, 4503.0, 4482.0, 4490.0, 4471.0, 4488.0, 4470.0, 4489.0, 4472.0, 4501.0, 4492.0, 4502.0, 4493.0, 4501.0, 4504.0, 4521.0, 4493.0, 4523.0, 4493.0, 4522.0, 4507.0, 4514.0, 4495.0, 4486.0, 4506.0, 4499.0, 4499.0, 4524.0, 4492.0, 4544.0, 4526.0, 4515.0, 4546.0, 4515.0, 4556.0, 4542.0, 4543.0, 4547.0, 4545.0, 4562.0, 4539.0, 4535.0, 4514.0, 4524.0, 4503.0, 4512.0, 4492.0, 4501.0, 4494.0, 4506.0, 4483.0, 4491.0, 4484.0, 4491.0, 4493.0, 4492.0, 4495.0, 4495.0, 4517.0, 4499.0, 4517.0, 4487.0, 4517.0, 4487.0, 4516.0, 4486.0, 4517.0, 4485.0, 4514.0, 4498.0, 4528.0, 4487.0, 4515.0, 4499.0, 4518.0, 4499.0, 4528.0, 4508.0, 4528.0, 4510.0, 4539.0, 4520.0, 4528.0, 4508.0, 4496.0, 4516.0, 4486.0, 4515.0, 4518.0, 4518.0, 4538.0, 4528.0, 4486.0, 4516.0, 4486.0, 4516.0, 4486.0, 4537.0, 4488.0, 4536.0, 4497.0, 4536.0, 4496.0, 4525.0, 4504.0, 4525.0, 4506.0, 4525.0, 4506.0, 4523.0, 4506.0, 4514.0, 4495.0, 4513.0, 4484.0, 4504.0, 4496.0, 4515.0, 4484.0, 4494.0, 4483.0, 4494.0, 4485.0, 4505.0, 4483.0, 4506.0, 4526.0, 4497.0, 4525.0, 4497.0, 4525.0, 4495.0, 4514.0, 4494.0, 4524.0, 4498.0, 4517.0, 4507.0, 4516.0, 4497.0, 4505.0, 4497.0, 4529.0, 4510.0, 4517.0, 4510.0, 4518.0, 4508.0, 4530.0, 4522.0, 4554.0, 4522.0, 4550.0, 4519.0, 4517.0, 4506.0, 4495.0, 4517.0, 4496.0, 4517.0, 4538.0, 4528.0, 4548.0, 4527.0, 4496.0, 4516.0, 4486.0, 4518.0, 4497.0, 4528.0, 4498.0, 4548.0, 4508.0, 4537.0, 4498.0, 4536.0, 4508.0, 4548.0, 4529.0, 4547.0, 4528.0, 4536.0, 4506.0, 4524.0, 4495.0, 4523.0, 4494.0, 4535.0, 4495.0, 4533.0, 4493.0, 4482.0, 4493.0, 4472.0, 4494.0, 4485.0, 4506.0, 4497.0, 4516.0, 4496.0, 4506.0, 4485.0, 4506.0, 4537.0, 4507.0, 4546.0, 4526.0, 4535.0, 4505.0, 4497.0, 4510.0, 4487.0, 4496.0, 4485.0, 4506.0, 4487.0, 4507.0, 4492.0, 4543.0, 4502.0, 4539.0, 4511.0, 4550.0, 4542.0, 4538.0, 4506.0, 4518.0, 4505.0, 4507.0, 4526.0, 4509.0, 4535.0, 4495.0, 4496.0, 4517.0, 4484.0, 4547.0, 4527.0, 4496.0, 4482.0, 4471.0, 4472.0, 4481.0, 4486.0, 4516.0, 4495.0, 4527.0, 4498.0, 4514.0, 4493.0, 4526.0, 4516.0, 4511.0, 4499.0, 4520.0, 4489.0, 4510.0, 4512.0, 4520.0, 4492.0, 4491.0, 4514.0, 4493.0, 4481.0, 4490.0, 4458.0, 4456.0, 4482.0, 4471.0, 4473.0, 4493.0, 4485.0, 4506.0, 4492.0, 4481.0, 4511.0, 4490.0, 4469.0, 4499.0, 4478.0, 4497.0, 4488.0, 4499.0, 4477.0, 4485.0, 4456.0, 4442.0, 4453.0, 4444.0, 4464.0, 4446.0, 4466.0, 4484.0, 4482.0, 4471.0, 4460.0, 4481.0, 4470.0, 4480.0, 4469.0, 4480.0, 4492.0, 4496.0, 4481.0, 4482.0, 4458.0, 4478.0, 4470.0, 4478.0, 4459.0, 4479.0, 4474.0, 4505.0, 4473.0, 4491.0, 4461.0, 4481.0, 4473.0, 4494.0, 4488.0, 4507.0, 4483.0, 4455.0, 4507.0, 4472.0, 4504.0, 4470.0, 4504.0, 4482.0, 4516.0, 4483.0, 4512.0, 4491.0, 4501.0, 4480.0, 4512.0, 4468.0, 4476.0, 4457.0, 4476.0, 4470.0, 4476.0, 4482.0, 4479.0, 4469.0, 4458.0, 4479.0, 4471.0, 4503.0, 4473.0, 4502.0, 4479.0, 4492.0, 4500.0, 4480.0, 4499.0, 4481.0, 4510.0, 4468.0, 4488.0, 4468.0, 4469.0, 4499.0, 4480.0, 4513.0, 4497.0, 4538.0, 4485.0, 4514.0, 4484.0, 4502.0, 4484.0, 4518.0, 4486.0, 4516.0, 4499.0, 4513.0, 4481.0, 4510.0, 4470.0, 4492.0, 4471.0, 4491.0, 4473.0, 4501.0, 4481.0, 4489.0, 4470.0, 4489.0, 4471.0, 4501.0, 4486.0, 4513.0, 4484.0, 4501.0, 4508.0, 4502.0, 4483.0, 4502.0, 4483.0, 4504.0, 4484.0, 4502.0, 4471.0, 4490.0, 4470.0, 4502.0, 4484.0, 4505.0, 4495.0, 4494.0, 4493.0, 4482.0, 4513.0, 4496.0, 4530.0, 4538.0, 4530.0, 4526.0, 4524.0, 4483.0, 4502.0, 4496.0, 4503.0, 4495.0, 4525.0, 4497.0, 4537.0, 4497.0, 4495.0, 4493.0, 4481.0, 4504.0, 4484.0, 4524.0, 4491.0, 4522.0, 4489.0, 4507.0, 4501.0, 4510.0, 4476.0, 4497.0, 4478.0, 4496.0, 4464.0, 4473.0, 4452.0, 4450.0, 4451.0, 4453.0, 4464.0, 4454.0, 4464.0, 4455.0, 4473.0, 4456.0, 4476.0, 4466.0, 4478.0, 4469.0, 4486.0, 4493.0, 4488.0, 4468.0, 4487.0, 4469.0, 4490.0, 4469.0, 4467.0, 4467.0, 4466.0, 4478.0, 4476.0, 4467.0, 4488.0, 4480.0, 4488.0, 4469.0, 4469.0, 4478.0, 4468.0, 4501.0, 4483.0, 4513.0, 4482.0, 4502.0, 4482.0, 4501.0, 4482.0, 4527.0, 4511.0, 4537.0, 4482.0, 4449.0, 4478.0, 4450.0, 4493.0, 4474.0, 4477.0, 4498.0, 4488.0, 4543.0, 4522.0, 4542.0, 4550.0, 4519.0, 4537.0, 4513.0, 4500.0, 4500.0, 4468.0, 4508.0, 4477.0, 4508.0, 4487.0, 4495.0, 4464.0, 4443.0, 4465.0, 4456.0, 4486.0, 4458.0, 4502.0, 4471.0, 4479.0, 4470.0, 4481.0, 4513.0, 4502.0, 4516.0, 4496.0, 4514.0, 4517.0, 4544.0, 4516.0, 4497.0, 4528.0, 4498.0, 4489.0, 4516.0, 4500.0, 4490.0, 4502.0, 4535.0, 4511.0, 4534.0, 4504.0, 4520.0, 4505.0, 4505.0, 4515.0, 4480.0, 4470.0, 4490.0, 4467.0, 4487.0, 4452.0, 4472.0, 4429.0, 4439.0, 4408.0, 4417.0, 4417.0, 4427.0, 4442.0, 4453.0, 4456.0, 4455.0, 4442.0, 4446.0, 4447.0, 4449.0, 4451.0, 4474.0, 4476.0, 4499.0, 4495.0, 4485.0, 4505.0, 4484.0, 4515.0, 4497.0, 4499.0, 4494.0, 4500.0, 4471.0, 4490.0, 4470.0, 4491.0, 4471.0, 4494.0, 4499.0, 4495.0, 4483.0, 4491.0, 4472.0, 4480.0, 4469.0, 4481.0, 4497.0, 4484.0, 4485.0, 4494.0, 4495.0, 4495.0, 4495.0, 4506.0, 4495.0, 4505.0, 4486.0, 4514.0, 4484.0, 4511.0, 4498.0, 4528.0, 4498.0, 4517.0, 4502.0, 4448.0, 4459.0, 4461.0, 4451.0, 4475.0, 4488.0, 4511.0, 4500.0, 4521.0, 4497.0, 4513.0, 4471.0, 4500.0, 4481.0, 4510.0, 4492.0, 4512.0, 4491.0, 4524.0, 4490.0, 4501.0, 4469.0, 4490.0, 4459.0, 4470.0, 4472.0, 4468.0, 4487.0, 4478.0, 4489.0, 4491.0, 4479.0, 4481.0, 4491.0, 4484.0, 4514.0, 4480.0, 4534.0, 4481.0, 4508.0, 4470.0, 4499.0, 4493.0, 4504.0, 4494.0, 4491.0, 4480.0, 4469.0, 4482.0, 4483.0, 4494.0, 4496.0, 4494.0, 4495.0, 4504.0, 4487.0, 4515.0, 4485.0, 4517.0, 4475.0, 4501.0, 4482.0, 4469.0, 4479.0, 4486.0, 4486.0, 4484.0, 4473.0, 4482.0, 4480.0, 4484.0, 4486.0, 4481.0, 4486.0, 4509.0, 4485.0, 4505.0, 4474.0, 4501.0, 4471.0, 4501.0, 4462.0, 4492.0, 4486.0, 4525.0, 4496.0, 4535.0, 4494.0, 4481.0, 4508.0, 4509.0, 4510.0, 4514.0, 4497.0, 4495.0, 4494.0, 4483.0, 4496.0, 4525.0, 4497.0, 4536.0, 4505.0, 4513.0, 4473.0, 4512.0, 4485.0, 4527.0, 4485.0, 4503.0, 4484.0, 4491.0], 'WindowWidth': [9972.0, 9989.0, 9914.0, 9974.0, 9897.0, 9930.0, 9872.0, 9899.0, 9873.0, 9885.0, 9859.0, 9872.0, 9861.0, 9874.0, 9858.0, 9875.0, 9953.0, 9878.0, 9927.0, 9861.0, 9916.0, 9905.0, 9895.0, 9872.0, 9866.0, 9851.0, 9854.0, 9859.0, 9883.0, 9874.0, 9872.0, 9876.0, 9896.0, 9890.0, 9870.0, 9884.0, 9874.0, 9887.0, 9892.0, 9885.0, 9893.0, 9921.0, 9892.0, 9940.0, 9902.0, 9898.0, 9870.0, 9902.0, 9872.0, 9894.0, 9894.0, 9902.0, 9853.0, 9863.0, 9854.0, 9864.0, 9852.0, 9879.0, 9852.0, 9851.0, 9850.0, 9866.0, 9900.0, 9864.0, 9883.0, 9844.0, 9882.0, 9844.0, 9920.0, 9848.0, 9888.0, 9861.0, 9867.0, 9841.0, 9853.0, 9828.0, 9861.0, 9866.0, 9849.0, 9847.0, 9848.0, 9845.0, 9849.0, 9866.0, 9888.0, 9867.0, 9866.0, 9842.0, 9853.0, 9862.0, 9878.0, 9950.0, 9870.0, 9908.0, 9868.0, 9874.0, 9847.0, 9881.0, 9871.0, 9878.0, 9848.0, 9853.0, 9846.0, 9846.0, 9854.0, 9868.0, 9861.0, 9870.0, 9853.0, 9865.0, 9855.0, 9869.0, 9850.0, 9862.0, 9892.0, 9866.0, 9872.0, 9870.0, 9863.0, 9849.0, 9851.0, 9868.0, 9885.0, 9869.0, 9849.0, 9882.0, 9856.0, 9868.0, 9873.0, 9886.0, 9897.0, 9886.0, 9871.0, 9885.0, 9854.0, 9870.0, 9911.0, 9871.0, 9907.0, 9866.0, 9851.0, 9851.0, 9848.0, 9866.0, 9870.0, 9868.0, 9866.0, 9869.0, 9849.0, 9848.0, 9849.0, 9864.0, 9850.0, 9882.0, 9851.0, 9862.0, 9848.0, 9862.0, 9874.0, 9885.0, 9853.0, 9883.0, 9854.0, 9865.0, 9855.0, 9882.0, 9862.0, 9888.0, 9861.0, 9897.0, 9857.0, 9881.0, 9857.0, 9881.0, 9839.0, 9902.0, 9856.0, 9865.0, 9856.0, 9864.0, 9856.0, 9879.0, 9875.0, 9900.0, 9864.0, 9888.0, 9882.0, 9904.0, 9886.0, 9909.0, 9888.0, 9909.0, 9899.0, 9924.0, 9885.0, 9921.0, 9881.0, 9935.0, 9899.0, 9932.0, 9897.0, 9880.0, 9909.0, 9874.0, 9910.0, 9884.0, 9943.0, 9913.0, 9934.0, 9878.0, 9915.0, 9875.0, 9919.0, 9896.0, 9955.0, 9890.0, 9910.0, 9872.0, 9888.0, 9895.0, 9881.0, 9904.0, 9879.0, 9903.0, 9864.0, 9901.0, 9881.0, 9907.0, 9880.0, 9942.0, 9883.0, 9916.0, 9875.0, 9921.0, 9893.0, 9916.0, 9895.0, 9872.0, 9901.0, 9874.0, 9904.0, 9883.0, 9910.0, 9908.0, 9978.0, 9944.0, 9936.0, 9913.0, 9888.0, 9910.0, 9891.0, 9923.0, 9902.0, 9943.0, 9891.0, 9917.0, 9875.0, 9904.0, 9862.0, 9897.0, 9860.0, 9901.0, 9858.0, 9893.0, 9851.0, 9863.0, 9852.0, 9850.0, 9849.0, 9867.0, 9905.0, 9848.0, 9886.0, 9846.0, 9899.0, 9838.0, 9869.0, 9839.0, 9867.0, 9833.0, 9821.0, 9812.0, 9819.0, 9815.0, 9823.0, 9841.0, 9831.0, 9839.0, 9831.0, 9844.0, 9849.0, 9849.0, 9853.0, 9853.0, 9857.0, 9870.0, 9852.0, 9870.0, 9890.0, 9854.0, 9904.0, 9852.0, 9896.0, 9871.0, 9895.0, 9849.0, 9862.0, 9851.0, 9868.0, 9864.0, 9868.0, 9860.0, 9871.0, 9859.0, 9873.0, 9863.0, 9890.0, 9882.0, 9895.0, 9874.0, 9876.0, 9862.0, 9875.0, 9886.0, 9875.0, 9933.0, 9881.0, 9916.0, 9898.0, 9904.0, 9879.0, 9878.0, 9883.0, 9899.0, 9907.0, 9931.0, 9905.0, 9941.0, 9889.0, 9926.0, 9899.0, 9929.0, 9884.0, 9942.0, 9902.0, 9922.0, 9871.0, 9880.0, 9868.0, 9880.0, 9888.0, 9940.0, 9932.0, 9967.0, 9932.0, 9955.0, 9923.0, 9944.0, 9923.0, 9968.0, 9940.0, 9958.0, 9919.0, 9927.0, 9915.0, 9952.0, 9913.0, 9954.0, 9927.0, 9929.0, 9885.0, 9877.0, 9867.0, 9855.0, 9885.0, 9876.0, 9905.0, 9873.0, 9887.0, 9859.0, 9899.0, 9862.0, 9915.0, 9885.0, 9910.0, 9868.0, 9891.0, 9853.0, 9881.0, 9857.0, 9894.0, 9869.0, 9908.0, 9870.0, 9894.0, 9870.0, 9896.0, 9876.0, 9909.0, 9875.0, 9897.0, 9873.0, 9887.0, 9920.0, 9887.0, 9924.0, 9890.0, 9924.0, 9885.0, 9910.0, 9872.0, 9910.0, 9886.0, 9927.0, 9889.0, 9925.0, 9877.0, 9903.0, 9858.0, 9870.0, 9860.0, 9895.0, 9881.0, 9887.0, 9859.0, 9888.0, 9881.0, 9891.0, 9883.0, 9911.0, 9911.0, 9915.0, 9885.0, 9910.0, 9881.0, 9894.0, 9888.0, 9879.0, 9946.0, 9906.0, 9928.0, 9896.0, 9895.0, 9867.0, 9894.0, 9853.0, 9894.0, 9873.0, 9901.0, 9875.0, 9898.0, 9870.0, 9895.0, 9870.0, 9881.0, 9882.0, 9903.0, 9882.0, 9906.0, 9890.0, 9900.0, 9876.0, 9898.0, 9859.0, 9881.0, 9856.0, 9884.0, 9861.0, 9883.0, 9856.0, 9895.0, 9856.0, 9868.0, 9858.0, 9916.0, 9898.0, 9889.0, 9869.0, 9868.0, 9858.0, 9868.0, 9860.0, 9872.0, 9885.0, 9895.0, 9863.0, 9892.0, 9877.0, 9877.0, 9919.0, 9880.0, 9946.0, 9892.0, 9944.0, 9954.0, 9970.0, 9942.0, 9930.0, 9871.0, 9866.0, 9926.0, 9916.0, 9906.0, 9920.0, 9901.0, 9923.0, 9910.0, 9918.0, 9889.0, 9905.0, 9938.0, 9885.0, 9951.0, 9919.0, 9935.0, 9901.0, 9913.0, 9880.0, 9888.0, 9857.0, 9869.0, 9855.0, 9867.0, 9838.0, 9861.0, 9835.0, 9834.0, 9835.0, 9821.0, 9826.0, 9855.0, 9838.0, 9834.0, 9820.0, 9818.0, 9818.0, 9820.0, 9834.0, 9818.0, 9834.0, 9820.0, 9825.0, 9824.0, 9820.0, 9824.0, 9825.0, 9878.0, 9891.0, 9885.0, 9895.0, 9906.0, 9931.0, 9913.0, 9891.0, 9910.0, 9879.0, 9869.0, 9927.0, 9899.0, 9925.0, 9917.0, 9927.0, 9929.0, 9916.0, 9950.0, 9925.0, 9924.0, 9901.0, 9894.0, 9916.0, 9870.0, 9890.0, 9832.0, 9837.0, 9805.0, 9815.0, 9785.0, 9814.0, 9809.0, 9793.0, 9810.0, 9813.0, 9850.0, 9848.0, 9872.0, 9872.0, 9833.0, 9858.0, 9851.0, 9882.0, 9870.0, 9882.0, 9870.0, 9907.0, 9876.0, 9883.0, 9858.0, 9879.0, 9858.0, 9884.0, 9863.0, 9903.0, 9891.0, 9905.0, 9895.0, 9904.0, 9909.0, 9931.0, 9894.0, 9934.0, 9892.0, 9933.0, 9921.0, 9926.0, 9901.0, 9890.0, 9916.0, 9914.0, 9914.0, 9957.0, 9907.0, 9982.0, 9960.0, 9945.0, 9989.0, 9945.0, 10002.0, 9976.0, 9978.0, 9977.0, 9986.0, 10009.0, 9964.0, 9955.0, 9923.0, 9937.0, 9906.0, 9917.0, 9889.0, 9900.0, 9895.0, 9916.0, 9878.0, 9886.0, 9882.0, 9888.0, 9894.0, 9892.0, 9899.0, 9901.0, 9936.0, 9912.0, 9933.0, 9892.0, 9932.0, 9891.0, 9931.0, 9890.0, 9932.0, 9888.0, 9928.0, 9912.0, 9950.0, 9893.0, 9931.0, 9914.0, 9936.0, 9911.0, 9952.0, 9928.0, 9952.0, 9929.0, 9967.0, 9943.0, 9950.0, 9923.0, 9905.0, 9930.0, 9890.0, 9931.0, 9937.0, 9938.0, 9964.0, 9952.0, 9891.0, 9930.0, 9891.0, 9932.0, 9891.0, 9964.0, 9897.0, 9960.0, 9908.0, 9959.0, 9905.0, 9943.0, 9915.0, 9943.0, 9917.0, 9945.0, 9919.0, 9937.0, 9917.0, 9927.0, 9900.0, 9923.0, 9887.0, 9913.0, 9905.0, 9929.0, 9886.0, 9898.0, 9883.0, 9898.0, 9890.0, 9915.0, 9883.0, 9917.0, 9947.0, 9907.0, 9942.0, 9907.0, 9944.0, 9902.0, 9927.0, 9901.0, 9944.0, 9913.0, 9936.0, 9921.0, 9932.0, 9907.0, 9916.0, 9907.0, 9958.0, 9931.0, 9938.0, 9931.0, 9939.0, 9926.0, 9958.0, 9952.0, 10004.0, 9955.0, 9988.0, 9943.0, 9936.0, 9920.0, 9903.0, 9936.0, 9906.0, 9937.0, 9968.0, 9955.0, 9980.0, 9951.0, 9906.0, 9933.0, 9892.0, 9940.0, 9909.0, 9953.0, 9912.0, 9981.0, 9925.0, 9965.0, 9912.0, 9962.0, 9925.0, 9982.0, 9956.0, 9977.0, 9951.0, 9958.0, 9917.0, 9940.0, 9902.0, 9938.0, 9899.0, 9957.0, 9903.0, 9952.0, 9896.0, 9879.0, 9895.0, 9867.0, 9897.0, 9888.0, 9918.0, 9908.0, 9933.0, 9903.0, 9917.0, 9890.0, 9919.0, 9963.0, 9922.0, 9977.0, 9946.0, 9956.0, 9913.0, 9909.0, 9932.0, 9891.0, 9899.0, 9883.0, 9911.0, 9887.0, 9916.0, 9906.0, 9977.0, 9920.0, 9966.0, 9931.0, 9985.0, 9979.0, 9968.0, 9920.0, 9939.0, 9918.0, 9925.0, 9949.0, 9932.0, 9959.0, 9903.0, 9906.0, 9935.0, 9887.0, 9976.0, 9947.0, 9900.0, 9876.0, 9860.0, 9860.0, 9872.0, 9887.0, 9927.0, 9900.0, 9949.0, 9909.0, 9926.0, 9893.0, 9948.0, 9929.0, 9918.0, 9896.0, 9927.0, 9879.0, 9913.0, 9921.0, 9929.0, 9895.0, 9891.0, 9928.0, 9895.0, 9875.0, 9885.0, 9840.0, 9833.0, 9874.0, 9856.0, 9864.0, 9892.0, 9886.0, 9912.0, 9885.0, 9870.0, 9913.0, 9880.0, 9849.0, 9893.0, 9860.0, 9888.0, 9874.0, 9894.0, 9860.0, 9865.0, 9828.0, 9802.0, 9817.0, 9809.0, 9835.0, 9814.0, 9843.0, 9884.0, 9878.0, 9858.0, 9841.0, 9871.0, 9856.0, 9869.0, 9853.0, 9868.0, 9889.0, 9902.0, 9873.0, 9871.0, 9836.0, 9863.0, 9859.0, 9865.0, 9840.0, 9867.0, 9873.0, 9915.0, 9866.0, 9886.0, 9845.0, 9871.0, 9866.0, 9895.0, 9897.0, 9922.0, 9882.0, 9825.0, 9920.0, 9861.0, 9908.0, 9855.0, 9911.0, 9875.0, 9929.0, 9878.0, 9919.0, 9886.0, 9901.0, 9869.0, 9917.0, 9849.0, 9855.0, 9831.0, 9862.0, 9856.0, 9861.0, 9878.0, 9868.0, 9853.0, 9838.0, 9868.0, 9859.0, 9909.0, 9868.0, 9903.0, 9868.0, 9889.0, 9899.0, 9870.0, 9897.0, 9873.0, 9915.0, 9854.0, 9879.0, 9854.0, 9857.0, 9897.0, 9874.0, 9922.0, 9912.0, 9969.0, 9888.0, 9925.0, 9884.0, 9907.0, 9884.0, 9938.0, 9890.0, 9932.0, 9914.0, 9924.0, 9877.0, 9915.0, 9859.0, 9890.0, 9862.0, 9888.0, 9869.0, 9903.0, 9875.0, 9884.0, 9858.0, 9884.0, 9861.0, 9904.0, 9893.0, 9923.0, 9883.0, 9905.0, 9926.0, 9908.0, 9881.0, 9906.0, 9884.0, 9914.0, 9884.0, 9905.0, 9861.0, 9887.0, 9862.0, 9906.0, 9889.0, 9915.0, 9902.0, 9898.0, 9896.0, 9880.0, 9924.0, 9909.0, 9960.0, 9969.0, 9964.0, 9947.0, 9942.0, 9881.0, 9908.0, 9907.0, 9911.0, 9901.0, 9946.0, 9908.0, 9965.0, 9907.0, 9902.0, 9895.0, 9878.0, 9912.0, 9887.0, 9944.0, 9890.0, 9934.0, 9881.0, 9907.0, 9904.0, 9914.0, 9861.0, 9892.0, 9866.0, 9888.0, 9838.0, 9850.0, 9820.0, 9816.0, 9816.0, 9825.0, 9839.0, 9826.0, 9841.0, 9830.0, 9851.0, 9832.0, 9859.0, 9847.0, 9866.0, 9855.0, 9876.0, 9896.0, 9882.0, 9853.0, 9876.0, 9853.0, 9886.0, 9854.0, 9848.0, 9848.0, 9848.0, 9865.0, 9860.0, 9848.0, 9882.0, 9872.0, 9879.0, 9854.0, 9855.0, 9866.0, 9854.0, 9904.0, 9884.0, 9922.0, 9880.0, 9905.0, 9879.0, 9903.0, 9880.0, 9954.0, 9934.0, 9962.0, 9870.0, 9819.0, 9859.0, 9823.0, 9884.0, 9860.0, 9872.0, 9899.0, 9889.0, 9978.0, 9948.0, 9977.0, 9988.0, 9939.0, 9962.0, 9919.0, 9896.0, 9896.0, 9848.0, 9907.0, 9860.0, 9908.0, 9875.0, 9883.0, 9838.0, 9808.0, 9837.0, 9832.0, 9871.0, 9838.0, 9905.0, 9863.0, 9869.0, 9859.0, 9879.0, 9928.0, 9912.0, 9937.0, 9910.0, 9934.0, 9939.0, 9972.0, 9933.0, 9905.0, 9949.0, 9907.0, 9896.0, 9933.0, 9917.0, 9891.0, 9916.0, 9968.0, 9930.0, 9964.0, 9922.0, 9934.0, 9907.0, 9904.0, 9921.0, 9862.0, 9844.0, 9877.0, 9838.0, 9864.0, 9810.0, 9837.0, 9773.0, 9783.0, 9740.0, 9750.0, 9754.0, 9767.0, 9799.0, 9815.0, 9821.0, 9821.0, 9795.0, 9807.0, 9810.0, 9813.0, 9820.0, 9859.0, 9867.0, 9900.0, 9892.0, 9880.0, 9903.0, 9872.0, 9919.0, 9899.0, 9891.0, 9891.0, 9891.0, 9852.0, 9875.0, 9850.0, 9880.0, 9853.0, 9889.0, 9904.0, 9892.0, 9871.0, 9876.0, 9853.0, 9862.0, 9848.0, 9870.0, 9899.0, 9873.0, 9876.0, 9889.0, 9895.0, 9897.0, 9897.0, 9913.0, 9897.0, 9910.0, 9882.0, 9919.0, 9879.0, 9913.0, 9905.0, 9944.0, 9902.0, 9927.0, 9894.0, 9810.0, 9829.0, 9835.0, 9821.0, 9862.0, 9886.0, 9926.0, 9911.0, 9943.0, 9901.0, 9917.0, 9854.0, 9893.0, 9867.0, 9907.0, 9884.0, 9911.0, 9882.0, 9933.0, 9881.0, 9894.0, 9851.0, 9878.0, 9833.0, 9855.0, 9858.0, 9850.0, 9872.0, 9861.0, 9878.0, 9886.0, 9866.0, 9870.0, 9885.0, 9877.0, 9920.0, 9868.0, 9950.0, 9870.0, 9905.0, 9853.0, 9891.0, 9893.0, 9909.0, 9896.0, 9886.0, 9868.0, 9853.0, 9877.0, 9882.0, 9897.0, 9904.0, 9898.0, 9901.0, 9910.0, 9891.0, 9926.0, 9886.0, 9931.0, 9870.0, 9901.0, 9873.0, 9853.0, 9867.0, 9888.0, 9889.0, 9880.0, 9865.0, 9875.0, 9871.0, 9882.0, 9887.0, 9875.0, 9887.0, 9924.0, 9888.0, 9910.0, 9864.0, 9900.0, 9858.0, 9900.0, 9848.0, 9890.0, 9887.0, 9940.0, 9905.0, 9958.0, 9898.0, 9876.0, 9923.0, 9927.0, 9929.0, 9929.0, 9906.0, 9902.0, 9897.0, 9882.0, 9901.0, 9943.0, 9904.0, 9957.0, 9908.0, 9916.0, 9861.0, 9916.0, 9883.0, 9945.0, 9884.0, 9905.0, 9880.0, 9884.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.02080048521607278</td></tr>
<tr><td colspan=3>aqi</td><td>0.10035854162244125</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.20898307836113</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2820127022534147</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1461189681942325</td></tr>
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
<tr><td colspan=3>fber</td><td>8358.7168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14992812496080468</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>205</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.5420773313116</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.540448732245064</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3617453073279675</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.864300931709744</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3952999576974805</td></tr>
<tr><td colspan=3>gcor</td><td>0.010635</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010787617415189743</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04871390387415886</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.402735901037497</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.2773</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4363</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.1259</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295107.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>874.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.2219</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1847</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.4435</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3694.2528</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.9935</td></tr>
<tr><td colspan=3>tsnr</td><td>23.31656934961211</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>