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

616 lines
No EOL
148 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-0077_ses-01_task-alignvideo_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-0077_ses-01_task-alignvideo_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-01_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-alignvideo_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-01_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-alignvideo_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-01_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0077_suffix-bold_task-alignvideo" 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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-01_task-alignvideo_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-alignvideo_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-0077/ses-01/func/sub-0077_ses-01_task-alignvideo_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>6d603fdb87eca099baa4bccd265233e0</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>17:02:2.375000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999637, -0.0190852, 0.0190337, 0.019194, 0.9998, -0.0055544]</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-alignvideo_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.0823298</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7723, -7239, 714, -51, -84, -66, 24]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.593</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>82b17da2-f433-44e4-9c17-a4f0c860bd9c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6819519996643066, 0.051496196538209915, 0.05109459161758423, 107.78429412841797], [0.05120407044887543, 2.6823911666870117, -0.01597782038152218, -89.27147674560547], [0.05106610432267189, 0.014902036637067795, 2.6994690895080566, -64.20228576660156], [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, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['170202.375000', '170202.835000', '170203.295000', '170203.755000', '170204.215000', '170204.675000', '170205.135000', '170205.595000', '170206.055000', '170206.515000', '170206.975000', '170207.435000', '170207.895000', '170208.355000', '170208.815000', '170209.275000', '170209.735000', '170210.195000', '170210.655000', '170211.115000', '170211.575000', '170212.035000', '170212.495000', '170212.955000', '170213.415000', '170213.875000', '170214.335000', '170214.795000', '170215.255000', '170215.715000', '170216.175000', '170216.635000', '170217.095000', '170217.555000', '170218.015000', '170218.475000', '170218.935000', '170219.395000', '170219.855000', '170220.315000', '170220.775000', '170221.235000', '170221.695000', '170222.155000', '170222.615000', '170223.075000', '170223.535000', '170223.995000', '170224.455000', '170224.915000', '170225.375000', '170225.835000', '170226.295000', '170226.755000', '170227.215000', '170227.675000', '170228.135000', '170228.595000', '170229.055000', '170229.515000', '170229.975000', '170230.435000', '170230.895000', '170231.355000', '170231.815000', '170232.275000', '170232.735000', '170233.195000', '170233.655000', '170234.115000', '170234.575000', '170235.035000', '170235.495000', '170235.955000', '170236.415000', '170236.875000', '170237.335000', '170237.795000', '170238.255000', '170238.715000', '170239.175000', '170239.635000', '170240.095000', '170240.555000', '170241.015000', '170241.475000', '170241.935000', '170242.395000', '170242.855000', '170243.315000', '170243.775000', '170244.235000', '170244.695000', '170245.155000', '170245.615000', '170246.075000', '170246.535000', '170246.995000', '170247.455000', '170247.915000', '170248.375000', '170248.835000', '170249.295000', '170249.755000', '170250.215000', '170250.675000', '170251.135000', '170251.595000', '170252.055000', '170252.515000', '170252.975000', '170253.435000', '170253.895000', '170254.355000', '170254.815000', '170255.275000', '170255.735000', '170256.195000', '170256.655000', '170257.115000', '170257.575000', '170258.035000', '170258.495000', '170258.955000', '170259.415000', '170259.875000', '170300.335000', '170300.795000', '170301.255000', '170301.715000', '170302.175000', '170302.635000', '170303.095000', '170303.555000', '170304.015000', '170304.475000', '170304.935000', '170305.395000', '170305.855000', '170306.315000', '170306.775000', '170307.235000', '170307.695000', '170308.155000', '170308.615000', '170309.075000', '170309.535000', '170309.995000', '170310.455000', '170310.915000', '170311.375000', '170311.835000', '170312.295000', '170312.755000', '170313.215000', '170313.675000', '170314.135000', '170314.595000', '170315.055000', '170315.515000', '170315.975000', '170316.435000', '170316.895000', '170317.355000', '170317.815000', '170318.275000', '170318.735000', '170319.195000', '170319.655000', '170320.115000', '170320.575000', '170321.035000', '170321.495000', '170321.955000', '170322.415000', '170322.875000', '170323.335000', '170323.795000', '170324.255000', '170324.715000', '170325.175000', '170325.635000', '170326.095000', '170326.555000', '170327.015000', '170327.475000', '170327.935000', '170328.395000', '170328.855000', '170329.315000', '170329.775000', '170330.235000', '170330.695000', '170331.155000', '170331.615000', '170332.075000', '170332.535000', '170332.995000', '170333.455000', '170333.915000', '170334.375000', '170334.835000', '170335.295000', '170335.755000', '170336.215000', '170336.675000', '170337.135000', '170337.595000', '170338.055000', '170338.515000', '170338.975000', '170339.435000', '170339.895000', '170340.355000', '170340.815000', '170341.275000', '170341.735000', '170342.195000', '170342.655000', '170343.115000', '170343.575000', '170344.035000', '170344.495000', '170344.955000', '170345.415000', '170345.875000', '170346.335000', '170346.795000', '170347.255000', '170347.715000', '170348.175000', '170348.635000', '170349.095000', '170349.555000', '170350.015000', '170350.475000', '170350.935000', '170351.395000', '170351.855000', '170352.315000', '170352.775000', '170353.235000', '170353.695000', '170354.155000', '170354.615000', '170355.075000', '170355.535000', '170355.995000', '170356.455000', '170356.915000', '170357.375000', '170357.835000', '170358.295000', '170358.755000', '170359.215000', '170359.675000', '170400.135000', '170400.595000', '170401.055000', '170401.515000', '170401.975000', '170402.435000', '170402.895000', '170403.355000', '170403.815000', '170404.275000', '170404.735000', '170405.195000', '170405.655000', '170406.115000', '170406.575000', '170407.035000', '170407.495000', '170407.955000', '170408.415000', '170408.875000', '170409.335000', '170409.795000', '170410.255000', '170410.715000', '170411.175000', '170411.635000', '170412.095000', '170412.555000', '170413.015000', '170413.475000', '170413.935000', '170414.395000', '170414.855000', '170415.315000', '170415.775000', '170416.235000', '170416.695000', '170417.155000', '170417.615000', '170418.075000', '170418.535000', '170418.995000', '170419.455000', '170419.915000', '170420.375000', '170420.835000', '170421.295000', '170421.755000', '170422.215000', '170422.675000', '170423.135000', '170423.595000', '170424.055000', '170424.515000', '170424.975000', '170425.435000', '170425.895000', '170426.355000', '170426.815000', '170427.275000', '170427.735000', '170428.195000', '170428.655000', '170429.115000', '170429.575000', '170430.035000', '170430.495000', '170430.955000', '170431.415000', '170431.875000', '170432.335000', '170432.795000', '170433.255000', '170433.715000', '170434.175000', '170434.635000', '170435.095000', '170435.555000', '170436.015000', '170436.475000', '170436.935000', '170437.395000', '170437.855000', '170438.315000', '170438.775000', '170439.235000', '170439.695000', '170440.155000', '170440.615000', '170441.075000', '170441.535000', '170441.995000', '170442.455000', '170442.915000', '170443.375000', '170443.835000', '170444.295000', '170444.755000', '170445.215000', '170445.675000', '170446.135000', '170446.595000', '170447.055000', '170447.515000', '170447.975000', '170448.435000', '170448.895000', '170449.355000', '170449.815000', '170450.275000', '170450.735000', '170451.195000', '170451.655000', '170452.115000', '170452.575000', '170453.035000', '170453.495000', '170453.955000', '170454.415000', '170454.875000', '170455.335000', '170455.795000', '170456.255000', '170456.715000', '170457.175000', '170457.635000', '170458.095000', '170458.555000', '170459.015000', '170459.475000', '170459.935000', '170500.395000', '170500.855000', '170501.315000', '170501.775000', '170502.235000', '170502.695000', '170503.155000', '170503.615000', '170504.075000', '170504.535000', '170504.995000', '170505.455000', '170505.915000', '170506.375000', '170506.835000', '170507.295000', '170507.755000', '170508.215000', '170508.675000', '170509.135000', '170509.595000', '170510.055000', '170510.515000', '170510.975000', '170511.435000', '170511.895000', '170512.355000', '170512.815000', '170513.275000', '170513.735000', '170514.195000', '170514.655000', '170515.115000', '170515.575000', '170516.035000', '170516.495000', '170516.955000', '170517.415000', '170517.875000', '170518.335000', '170518.795000', '170519.255000', '170519.715000', '170520.175000', '170520.635000', '170521.095000', '170521.555000', '170522.015000', '170522.475000', '170522.935000', '170523.395000', '170523.855000', '170524.315000', '170524.775000', '170525.235000', '170525.695000', '170526.155000', '170526.615000', '170527.075000', '170527.535000', '170527.995000', '170528.455000', '170528.915000', '170529.375000', '170529.835000', '170530.295000', '170530.755000', '170531.215000', '170531.675000', '170532.135000', '170532.595000', '170533.055000', '170533.515000', '170533.975000', '170534.435000', '170534.895000', '170535.355000', '170535.815000', '170536.275000', '170536.735000', '170537.195000', '170537.655000', '170538.115000', '170538.575000', '170539.035000', '170539.495000', '170539.955000', '170540.415000', '170540.875000', '170541.335000', '170541.795000', '170542.255000', '170542.715000', '170543.175000', '170543.635000', '170544.095000', '170544.555000', '170545.015000', '170545.475000', '170545.935000', '170546.395000', '170546.855000', '170547.315000', '170547.775000', '170548.235000', '170548.695000', '170549.155000', '170549.615000', '170550.075000', '170550.535000', '170550.995000', '170551.455000', '170551.915000', '170552.375000', '170552.835000', '170553.295000', '170553.755000', '170554.215000', '170554.675000', '170555.135000', '170555.595000', '170556.055000', '170556.515000', '170556.975000', '170557.435000', '170557.895000', '170558.355000', '170558.815000', '170559.275000', '170559.735000', '170600.195000', '170600.655000', '170601.115000', '170601.575000', '170602.035000', '170602.495000', '170602.955000', '170603.415000', '170603.875000', '170604.335000', '170604.795000', '170605.255000', '170605.715000', '170606.175000', '170606.635000', '170607.095000', '170607.555000', '170608.015000', '170608.475000', '170608.935000', '170609.395000', '170609.855000', '170610.315000', '170610.775000', '170611.235000', '170611.695000', '170612.155000', '170612.615000', '170613.075000', '170613.535000', '170613.995000', '170614.455000', '170614.915000', '170615.375000', '170615.835000', '170616.295000', '170616.755000', '170617.215000', '170617.675000', '170618.135000', '170618.595000', '170619.055000', '170619.515000', '170619.975000', '170620.435000', '170620.895000', '170621.355000', '170621.815000', '170622.275000', '170622.735000', '170623.195000', '170623.655000', '170624.115000', '170624.575000', '170625.035000', '170625.495000', '170625.955000', '170626.415000', '170626.875000', '170627.335000', '170627.795000', '170628.255000', '170628.715000', '170629.175000', '170629.635000', '170630.095000', '170630.555000', '170631.015000', '170631.475000', '170631.935000', '170632.395000', '170632.855000', '170633.315000', '170633.775000', '170634.235000', '170634.695000', '170635.155000', '170635.615000', '170636.075000', '170636.535000', '170636.995000', '170637.455000', '170637.915000', '170638.375000', '170638.835000', '170639.295000', '170639.755000', '170640.215000', '170640.675000', '170641.135000', '170641.595000', '170642.055000', '170642.515000', '170642.975000', '170643.435000', '170643.895000', '170644.355000', '170644.815000', '170645.275000', '170645.735000', '170646.195000', '170646.655000', '170647.115000', '170647.575000', '170648.035000', '170648.495000', '170648.955000', '170649.415000', '170649.875000', '170650.335000', '170650.795000', '170651.255000', '170651.715000', '170652.175000', '170652.635000', '170653.095000', '170653.555000', '170654.015000', '170654.475000', '170654.935000', '170655.395000', '170655.855000', '170656.315000', '170656.775000', '170657.235000', '170657.695000', '170658.155000', '170658.615000', '170659.075000', '170659.535000', '170659.995000', '170700.455000', '170700.915000', '170701.375000', '170701.835000', '170702.295000', '170702.755000', '170703.215000', '170703.675000', '170704.135000', '170704.595000', '170705.055000', '170705.515000', '170705.975000', '170706.435000', '170706.895000', '170707.355000', '170707.815000', '170708.275000', '170708.735000', '170709.195000', '170709.655000', '170710.115000', '170710.575000', '170711.035000', '170711.495000', '170711.955000', '170712.415000', '170712.875000', '170713.335000', '170713.795000', '170714.255000', '170714.715000', '170715.175000', '170715.635000', '170716.095000', '170716.555000', '170717.015000', '170717.475000', '170717.935000', '170718.395000', '170718.855000', '170719.315000', '170719.775000', '170720.235000', '170720.695000', '170721.155000', '170721.615000', '170722.075000', '170722.535000', '170722.995000', '170723.455000', '170723.915000', '170724.375000', '170724.835000', '170725.295000', '170725.755000', '170726.215000', '170726.675000', '170727.135000', '170727.595000', '170728.055000', '170728.515000', '170728.975000', '170729.435000', '170729.895000', '170730.355000', '170730.815000', '170731.275000', '170731.735000', '170732.195000', '170732.655000', '170733.115000', '170733.575000', '170734.035000', '170734.495000', '170734.955000', '170735.415000', '170735.875000', '170736.335000', '170736.795000', '170737.255000', '170737.715000', '170738.175000', '170738.635000', '170739.095000', '170739.555000', '170740.015000', '170740.475000', '170740.935000', '170741.395000', '170741.855000', '170742.315000', '170742.775000', '170743.235000', '170743.695000', '170744.155000', '170744.615000', '170745.075000', '170745.535000', '170745.995000', '170746.455000', '170746.915000', '170747.375000', '170747.835000', '170748.295000', '170748.755000', '170749.215000', '170749.675000', '170750.135000', '170750.595000', '170751.055000', '170751.515000', '170751.975000', '170752.435000', '170752.895000', '170753.355000', '170753.815000', '170754.275000', '170754.735000', '170755.195000', '170755.655000', '170756.115000', '170756.575000', '170757.035000', '170757.495000', '170757.955000', '170758.415000', '170758.875000', '170759.335000', '170759.795000', '170800.255000', '170800.715000', '170801.175000', '170801.635000', '170802.095000', '170802.555000', '170803.015000', '170803.475000', '170803.935000', '170804.395000', '170804.855000', '170805.315000', '170805.775000', '170806.235000', '170806.695000', '170807.155000', '170807.615000', '170808.075000', '170808.535000', '170808.995000', '170809.455000', '170809.915000', '170810.375000', '170810.835000', '170811.295000', '170811.755000', '170812.215000', '170812.675000', '170813.135000', '170813.595000', '170814.055000', '170814.515000', '170814.975000', '170815.435000', '170815.895000', '170816.355000', '170816.815000', '170817.275000', '170817.735000', '170818.195000', '170818.655000', '170819.115000', '170819.575000', '170820.035000', '170820.495000', '170820.955000', '170821.415000', '170821.875000', '170822.335000', '170822.795000', '170823.255000', '170823.715000', '170824.175000', '170824.635000', '170825.095000', '170825.555000', '170826.015000', '170826.475000', '170826.935000', '170827.395000', '170827.855000', '170828.315000', '170828.775000', '170829.235000', '170829.695000', '170830.155000', '170830.615000', '170831.075000', '170831.535000', '170831.995000', '170832.455000', '170832.915000', '170833.375000', '170833.835000', '170834.295000', '170834.755000', '170835.215000', '170835.675000', '170836.135000', '170836.595000', '170837.055000', '170837.515000', '170837.975000', '170838.435000', '170838.895000', '170839.355000', '170839.815000', '170840.275000', '170840.735000', '170841.195000', '170841.655000', '170842.115000', '170842.575000', '170843.035000', '170843.495000', '170843.955000', '170844.415000', '170844.875000', '170845.335000', '170845.795000', '170846.255000', '170846.715000', '170847.175000', '170847.635000', '170848.095000', '170848.555000', '170849.015000', '170849.475000', '170849.935000', '170850.395000', '170850.855000', '170851.315000', '170851.775000', '170852.235000', '170852.695000', '170853.155000', '170853.615000', '170854.075000', '170854.535000', '170854.995000', '170855.455000', '170855.915000', '170856.375000', '170856.835000', '170857.295000', '170857.755000', '170858.215000', '170858.675000', '170859.135000', '170859.595000', '170900.055000', '170900.515000', '170900.975000', '170901.435000', '170901.895000', '170902.355000', '170902.815000', '170903.275000', '170903.735000', '170904.195000', '170904.655000', '170905.115000', '170905.575000', '170906.035000', '170906.495000', '170906.955000', '170907.415000', '170907.875000', '170908.335000', '170908.795000', '170909.255000', '170909.715000', '170910.175000', '170910.635000', '170911.095000', '170911.555000', '170912.015000', '170912.475000', '170912.935000', '170913.395000', '170913.855000', '170914.315000', '170914.775000', '170915.235000', '170915.695000', '170916.155000', '170916.615000', '170917.075000', '170917.535000', '170917.995000', '170918.455000', '170918.915000', '170919.375000', '170919.835000', '170920.295000', '170920.755000', '170921.215000', '170921.675000', '170922.135000', '170922.595000', '170923.055000', '170923.515000', '170923.975000', '170924.435000', '170924.895000', '170925.355000', '170925.815000', '170926.275000', '170926.735000', '170927.195000', '170927.655000', '170928.115000', '170928.575000', '170929.035000', '170929.495000', '170929.955000', '170930.415000', '170930.875000', '170931.335000', '170931.795000', '170932.255000', '170932.715000', '170933.175000', '170933.635000', '170934.095000', '170934.555000', '170935.015000', '170935.475000', '170935.935000', '170936.395000', '170936.855000', '170937.315000', '170937.775000', '170938.235000', '170938.695000', '170939.155000', '170939.615000', '170940.075000', '170940.535000', '170940.995000', '170941.455000', '170941.915000', '170942.375000', '170942.835000', '170943.295000', '170943.755000', '170944.215000', '170944.675000', '170945.135000', '170945.595000', '170946.055000', '170946.515000', '170946.975000', '170947.435000', '170947.895000', '170948.355000', '170948.815000', '170949.275000', '170949.735000', '170950.195000', '170950.655000', '170951.115000', '170951.575000', '170952.035000', '170952.495000', '170952.955000', '170953.415000', '170953.875000', '170954.335000', '170954.795000', '170955.255000', '170955.715000', '170956.175000', '170956.635000', '170957.095000', '170957.555000', '170958.015000', '170958.475000', '170958.935000', '170959.395000', '170959.855000', '171000.315000', '171000.775000', '171001.235000', '171001.695000', '171002.155000', '171002.615000', '171003.075000', '171003.535000', '171003.995000', '171004.455000', '171004.915000', '171005.375000', '171005.835000', '171006.295000', '171006.755000', '171007.215000', '171007.675000', '171008.135000', '171008.595000', '171009.055000', '171009.515000', '171009.975000', '171010.435000', '171010.895000', '171011.355000', '171011.815000', '171012.275000', '171012.735000', '171013.195000', '171013.655000', '171014.115000', '171014.575000', '171015.035000', '171015.495000', '171015.955000', '171016.415000', '171016.875000', '171017.335000', '171017.795000', '171018.255000', '171018.715000', '171019.175000', '171019.635000', '171020.095000', '171020.555000', '171021.015000', '171021.475000', '171021.935000', '171022.395000', '171022.855000', '171023.315000', '171023.775000', '171024.235000', '171024.695000', '171025.155000', '171025.615000', '171026.075000', '171026.535000', '171026.995000', '171027.455000', '171027.915000', '171028.375000', '171028.835000', '171029.295000', '171029.755000', '171030.215000', '171030.675000', '171031.135000', '171031.595000', '171032.055000', '171032.515000', '171032.975000', '171033.435000', '171033.895000', '171034.355000', '171034.815000', '171035.275000', '171035.735000', '171036.195000', '171036.655000', '171037.115000', '171037.575000', '171038.035000', '171038.495000', '171038.955000', '171039.415000', '171039.875000', '171040.335000', '171040.795000', '171041.255000', '171041.715000', '171042.175000', '171042.635000', '171043.095000', '171043.555000', '171044.015000', '171044.475000', '171044.935000', '171045.395000', '171045.855000', '171046.315000', '171046.775000', '171047.235000', '171047.695000', '171048.155000', '171048.615000', '171049.075000', '171049.535000', '171049.995000', '171050.455000', '171050.915000', '171051.375000', '171051.835000', '171052.295000', '171052.755000', '171053.215000', '171053.675000', '171054.135000', '171054.595000', '171055.055000', '171055.515000', '171055.975000', '171056.435000', '171056.895000', '171057.355000', '171057.815000', '171058.275000', '171058.735000', '171059.195000', '171059.655000', '171100.115000', '171100.575000', '171101.035000', '171101.495000', '171101.955000', '171102.415000', '171102.875000', '171103.335000', '171103.795000', '171104.255000', '171104.715000', '171105.175000', '171105.635000', '171106.095000', '171106.555000', '171107.015000', '171107.475000', '171107.935000', '171108.395000', '171108.855000', '171109.315000', '171109.775000', '171110.235000', '171110.695000', '171111.155000', '171111.615000', '171112.075000', '171112.535000', '171112.995000', '171113.455000', '171113.915000', '171114.375000', '171114.835000', '171115.295000', '171115.755000', '171116.215000', '171116.675000', '171117.135000', '171117.595000', '171118.055000', '171118.515000', '171118.975000', '171119.435000', '171119.895000', '171120.355000', '171120.815000', '171121.275000', '171121.735000', '171122.195000', '171122.655000', '171123.115000', '171123.575000', '171124.035000', '171124.495000', '171124.955000', '171125.415000', '171125.875000', '171126.335000', '171126.795000', '171127.255000', '171127.715000', '171128.175000', '171128.635000', '171129.095000', '171129.555000', '171130.015000', '171130.475000', '171130.935000', '171131.395000', '171131.855000', '171132.315000', '171132.775000', '171133.235000', '171133.695000', '171134.155000', '171134.615000', '171135.075000', '171135.535000', '171135.995000', '171136.455000', '171136.915000', '171137.375000', '171137.835000', '171138.295000', '171138.755000', '171139.215000', '171139.675000', '171140.135000', '171140.595000', '171141.055000', '171141.515000', '171141.975000', '171142.435000', '171142.895000', '171143.355000', '171143.815000', '171144.275000', '171144.735000', '171145.195000', '171145.655000', '171146.115000', '171146.575000', '171147.035000', '171147.495000', '171147.955000', '171148.415000', '171148.875000', '171149.335000', '171149.795000', '171150.255000', '171150.715000', '171151.175000', '171151.635000', '171152.095000', '171152.555000', '171153.015000', '171153.475000', '171153.935000', '171154.395000', '171154.855000', '171155.315000', '171155.775000', '171156.235000', '171156.695000', '171157.155000', '171157.615000', '171158.075000', '171158.535000', '171158.995000', '171159.455000', '171159.915000', '171200.375000', '171200.835000', '171201.295000', '171201.755000', '171202.215000', '171202.675000', '171203.135000', '171203.595000', '171204.055000', '171204.515000', '171204.975000', '171205.435000', '171205.895000', '171206.355000', '171206.815000', '171207.275000', '171207.735000', '171208.195000', '171208.655000', '171209.115000', '171209.575000', '171210.035000', '171210.495000', '171210.955000', '171211.415000', '171211.875000', '171212.335000', '171212.795000', '171213.255000', '171213.715000', '171214.175000', '171214.635000', '171215.095000', '171215.555000', '171216.015000', '171216.475000', '171216.935000', '171217.395000', '171217.855000', '171218.315000', '171218.775000', '171219.235000', '171219.695000', '171220.155000', '171220.615000', '171221.075000', '171221.535000', '171221.995000', '171222.455000', '171222.915000', '171223.375000', '171223.835000', '171224.295000', '171224.755000', '171225.215000', '171225.675000', '171226.135000', '171226.595000', '171227.055000', '171227.515000', '171227.975000', '171228.435000', '171228.895000', '171229.355000', '171229.815000', '171230.275000', '171230.735000', '171231.195000', '171231.655000', '171232.115000', '171232.575000', '171233.035000', '171233.495000', '171233.955000', '171234.415000', '171234.875000'], 'ContentTime': ['170215.188000', '170215.191000', '170215.194000', '170215.197000', '170215.200000', '170215.202000', '170215.205000', '170215.216000', '170215.219000', '170215.221000', '170215.231000', '170215.233000', '170215.236000', '170215.239000', '170215.241000', '170215.244000', '170215.246000', '170215.249000', '170215.252000', '170215.254000', '170215.257000', '170215.259000', '170215.262000', '170215.264000', '170215.267000', '170235.161000', '170235.170000', '170235.173000', '170235.176000', '170235.178000', '170235.181000', '170235.183000', '170235.186000', '170235.189000', '170235.191000', '170235.194000', '170235.196000', '170235.199000', '170235.201000', '170235.204000', '170235.207000', '170235.209000', '170235.212000', '170235.215000', '170235.217000', '170235.220000', '170235.222000', '170235.225000', '170235.228000', '170235.230000', '170235.233000', '170235.235000', '170235.238000', '170235.241000', '170235.243000', '170235.246000', '170235.248000', '170235.251000', '170235.254000', '170235.256000', '170235.259000', '170235.261000', '170235.264000', '170235.266000', '170235.269000', '170235.272000', '170235.274000', '170235.277000', '170235.279000', '170255.162000', '170255.164000', '170255.167000', '170255.169000', '170255.172000', '170255.175000', '170255.177000', '170255.180000', '170255.183000', '170255.185000', '170255.188000', '170255.191000', '170255.193000', '170255.196000', '170255.210000', '170255.213000', '170255.215000', '170255.218000', '170255.221000', '170255.223000', '170255.226000', '170255.228000', '170255.231000', '170255.233000', '170255.236000', '170255.239000', '170255.241000', '170255.249000', '170255.252000', '170255.254000', '170255.257000', '170255.259000', '170255.262000', '170255.265000', '170255.267000', '170255.270000', '170255.272000', '170255.275000', '170255.278000', '170255.280000', '170255.283000', '170255.285000', '170255.288000', '170315.162000', '170315.166000', '170315.168000', '170315.171000', '170315.173000', '170315.176000', '170315.179000', '170315.181000', '170315.184000', '170315.186000', '170315.189000', '170315.192000', '170315.194000', '170315.197000', '170315.199000', '170315.202000', '170315.205000', '170315.207000', '170315.210000', '170315.212000', '170315.215000', '170315.217000', '170315.220000', '170315.223000', '170315.225000', '170315.228000', '170315.230000', '170315.233000', '170315.236000', '170315.238000', '170315.241000', '170315.243000', '170315.246000', '170315.249000', '170315.251000', '170315.254000', '170315.256000', '170315.259000', '170315.262000', '170315.264000', '170315.267000', '170315.269000', '170315.272000', '170315.275000', '170335.162000', '170335.164000', '170335.167000', '170335.170000', '170335.173000', '170335.175000', '170335.178000', '170335.180000', '170335.183000', '170335.186000', '170335.188000', '170335.191000', '170335.193000', '170335.196000', '170335.199000', '170335.201000', '170335.204000', '170335.206000', '170335.209000', '170335.212000', '170335.215000', '170335.218000', '170335.223000', '170335.225000', '170335.228000', '170335.231000', '170335.233000', '170335.236000', '170335.238000', '170335.241000', '170335.244000', '170335.246000', '170335.249000', '170335.252000', '170335.255000', '170335.258000', '170335.261000', '170335.263000', '170335.266000', '170335.268000', '170335.271000', '170335.274000', '170335.276000', '170355.161000', '170355.164000', '170355.167000', '170355.169000', '170355.173000', '170355.175000', '170355.178000', '170355.181000', '170355.183000', '170355.186000', '170355.189000', '170355.191000', '170355.194000', '170355.197000', '170355.200000', '170355.202000', '170355.205000', '170355.208000', '170355.210000', '170355.213000', '170355.215000', '170355.218000', '170355.221000', '170355.223000', '170355.226000', '170355.228000', '170355.231000', '170355.234000', '170355.236000', '170355.239000', '170355.241000', '170355.244000', '170355.247000', '170355.249000', '170355.252000', '170355.254000', '170355.257000', '170355.260000', '170355.262000', '170355.265000', '170355.268000', '170355.270000', '170355.273000', '170355.275000', '170415.162000', '170415.164000', '170415.168000', '170415.171000', '170415.173000', '170415.176000', '170415.178000', '170415.181000', '170415.184000', '170415.186000', '170415.189000', '170415.192000', '170415.195000', '170415.197000', '170415.200000', '170415.203000', '170415.205000', '170415.208000', '170415.211000', '170415.214000', '170415.216000', '170415.219000', '170415.221000', '170415.224000', '170415.227000', '170415.229000', '170415.232000', '170415.235000', '170415.237000', '170415.240000', '170415.243000', '170415.245000', '170415.250000', '170415.252000', '170415.255000', '170415.257000', '170415.260000', '170415.262000', '170415.265000', '170415.268000', '170415.270000', '170415.273000', '170415.276000', '170435.161000', '170435.164000', '170435.167000', '170435.170000', '170435.173000', '170435.175000', '170435.178000', '170435.181000', '170435.183000', '170435.186000', '170435.188000', '170435.204000', '170435.207000', '170435.209000', '170435.212000', '170435.215000', '170435.217000', '170435.220000', '170435.222000', '170435.225000', '170435.228000', '170435.230000', '170435.233000', '170435.235000', '170435.238000', '170435.241000', '170435.243000', '170435.246000', '170435.249000', '170435.251000', '170435.254000', '170435.256000', '170435.259000', '170435.262000', '170435.264000', '170435.267000', '170435.269000', '170435.272000', '170435.275000', '170435.277000', '170435.280000', '170435.283000', '170435.285000', '170435.288000', '170455.161000', '170455.165000', '170455.167000', '170455.170000', '170455.173000', '170455.175000', '170455.178000', '170455.180000', '170455.183000', '170455.186000', '170455.188000', '170455.191000', '170455.194000', '170455.196000', '170455.199000', '170455.201000', '170455.204000', '170455.207000', '170455.209000', '170455.212000', '170455.215000', '170455.218000', '170455.221000', '170455.224000', '170455.227000', '170455.230000', '170455.232000', '170455.235000', '170455.238000', '170455.240000', '170455.243000', '170455.246000', '170455.248000', '170455.251000', '170455.253000', '170455.256000', '170455.259000', '170455.261000', '170455.264000', '170455.267000', '170455.269000', '170455.272000', '170455.274000', '170515.162000', '170515.164000', '170515.168000', '170515.171000', '170515.173000', '170515.176000', '170515.179000', '170515.181000', '170515.184000', '170515.187000', '170515.189000', '170515.192000', '170515.195000', '170515.197000', '170515.200000', '170515.203000', '170515.205000', '170515.208000', '170515.210000', '170515.213000', '170515.216000', '170515.218000', '170515.221000', '170515.224000', '170515.226000', '170515.229000', '170515.232000', '170515.234000', '170515.237000', '170515.239000', '170515.242000', '170515.245000', '170515.247000', '170515.250000', '170515.253000', '170515.256000', '170515.258000', '170515.261000', '170515.264000', '170515.266000', '170515.269000', '170515.271000', '170515.274000', '170515.277000', '170535.162000', '170535.165000', '170535.168000', '170535.170000', '170535.173000', '170535.176000', '170535.179000', '170535.181000', '170535.184000', '170535.187000', '170535.189000', '170535.192000', '170535.194000', '170535.197000', '170535.199000', '170535.202000', '170535.205000', '170535.207000', '170535.210000', '170535.212000', '170535.215000', '170535.218000', '170535.220000', '170535.223000', '170535.225000', '170535.228000', '170535.231000', '170535.233000', '170535.236000', '170535.238000', '170535.241000', '170535.244000', '170535.247000', '170535.250000', '170535.253000', '170535.256000', '170535.258000', '170535.261000', '170535.264000', '170535.266000', '170535.269000', '170535.271000', '170535.274000', '170555.161000', '170555.165000', '170555.167000', '170555.170000', '170555.172000', '170555.175000', '170555.178000', '170555.180000', '170555.183000', '170555.186000', '170555.188000', '170555.191000', '170555.193000', '170555.196000', '170555.199000', '170555.201000', '170555.204000', '170555.207000', '170555.209000', '170555.212000', '170555.215000', '170555.217000', '170555.220000', '170555.222000', '170555.225000', '170555.228000', '170555.230000', '170555.233000', '170555.236000', '170555.238000', '170555.241000', '170555.243000', '170555.246000', '170555.249000', '170555.251000', '170555.254000', '170555.295000', '170555.297000', '170555.300000', '170555.303000', '170555.305000', '170555.308000', '170555.311000', '170555.313000', '170615.161000', '170615.164000', '170615.167000', '170615.170000', '170615.172000', '170615.175000', '170615.177000', '170615.180000', '170615.183000', '170615.185000', '170615.188000', '170615.191000', '170615.193000', '170615.196000', '170615.198000', '170615.201000', '170615.204000', '170615.206000', '170615.209000', '170615.212000', '170615.214000', '170615.217000', '170615.219000', '170615.222000', '170615.225000', '170615.227000', '170615.230000', '170615.233000', '170615.235000', '170615.238000', '170615.240000', '170615.243000', '170615.246000', '170615.248000', '170615.251000', '170615.254000', '170615.256000', '170615.259000', '170615.261000', '170615.264000', '170615.267000', '170615.269000', '170615.272000', '170635.161000', '170635.164000', '170635.167000', '170635.169000', '170635.172000', '170635.175000', '170635.177000', '170635.180000', '170635.183000', '170635.185000', '170635.188000', '170635.191000', '170635.193000', '170635.196000', '170635.198000', '170635.201000', '170635.204000', '170635.206000', '170635.209000', '170635.212000', '170635.214000', '170635.217000', '170635.220000', '170635.222000', '170635.225000', '170635.227000', '170635.230000', '170635.233000', '170635.235000', '170635.238000', '170635.241000', '170635.243000', '170635.246000', '170635.248000', '170635.251000', '170635.254000', '170635.256000', '170635.259000', '170635.262000', '170635.264000', '170635.267000', '170635.270000', '170635.272000', '170635.275000', '170655.162000', '170655.165000', '170655.167000', '170655.170000', '170655.173000', '170655.175000', '170655.178000', '170655.181000', '170655.183000', '170655.186000', '170655.189000', '170655.191000', '170655.194000', '170655.196000', '170655.199000', '170655.202000', '170655.204000', '170655.207000', '170655.210000', '170655.212000', '170655.215000', '170655.218000', '170655.220000', '170655.223000', '170655.225000', '170655.228000', '170655.231000', '170655.233000', '170655.236000', '170655.238000', '170655.241000', '170655.244000', '170655.246000', '170655.249000', '170655.252000', '170655.254000', '170655.257000', '170655.260000', '170655.262000', '170655.265000', '170655.267000', '170655.270000', '170655.273000', '170715.162000', '170715.165000', '170715.167000', '170715.170000', '170715.173000', '170715.175000', '170715.178000', '170715.180000', '170715.183000', '170715.186000', '170715.188000', '170715.191000', '170715.194000', '170715.196000', '170715.199000', '170715.201000', '170715.204000', '170715.207000', '170715.209000', '170715.212000', '170715.215000', '170715.217000', '170715.220000', '170715.223000', '170715.225000', '170715.228000', '170715.230000', '170715.233000', '170715.235000', '170715.238000', '170715.241000', '170715.243000', '170715.246000', '170715.249000', '170715.251000', '170715.254000', '170715.257000', '170715.259000', '170715.262000', '170715.264000', '170715.267000', '170715.270000', '170715.272000', '170715.275000', '170735.161000', '170735.165000', '170735.193000', '170735.196000', '170735.198000', '170735.201000', '170735.204000', '170735.206000', '170735.209000', '170735.212000', '170735.214000', '170735.217000', '170735.219000', '170735.222000', '170735.225000', '170735.227000', '170735.230000', '170735.233000', '170735.235000', '170735.238000', '170735.240000', '170735.243000', '170735.246000', '170735.248000', '170735.251000', '170735.254000', '170735.256000', '170735.259000', '170735.261000', '170735.264000', '170735.267000', '170735.269000', '170735.272000', '170735.275000', '170735.277000', '170735.280000', '170735.283000', '170735.285000', '170735.288000', '170735.290000', '170735.293000', '170735.296000', '170735.298000', '170755.163000', '170755.165000', '170755.168000', '170755.171000', '170755.174000', '170755.176000', '170755.179000', '170755.181000', '170755.184000', '170755.188000', '170755.191000', '170755.194000', '170755.196000', '170755.199000', '170755.202000', '170755.204000', '170755.207000', '170755.210000', '170755.213000', '170755.215000', '170755.218000', '170755.220000', '170755.223000', '170755.226000', '170755.228000', '170755.231000', '170755.234000', '170755.236000', '170755.239000', '170755.241000', '170755.244000', '170755.247000', '170755.249000', '170755.252000', '170755.255000', '170755.257000', '170755.260000', '170755.262000', '170755.265000', '170755.267000', '170755.270000', '170755.273000', '170755.275000', '170755.278000', '170815.161000', '170815.164000', '170815.167000', '170815.169000', '170815.172000', '170815.175000', '170815.178000', '170815.180000', '170815.183000', '170815.186000', '170815.189000', '170815.191000', '170815.194000', '170815.197000', '170815.199000', '170815.202000', '170815.205000', '170815.207000', '170815.210000', '170815.213000', '170815.215000', '170815.218000', '170815.220000', '170815.223000', '170815.226000', '170815.228000', '170815.231000', '170815.234000', '170815.236000', '170815.239000', '170815.242000', '170815.244000', '170815.247000', '170815.249000', '170815.252000', '170815.255000', '170815.257000', '170815.260000', '170815.262000', '170815.265000', '170815.268000', '170815.270000', '170815.273000', '170835.161000', '170835.164000', '170835.167000', '170835.170000', '170835.173000', '170835.176000', '170835.178000', '170835.181000', '170835.184000', '170835.186000', '170835.189000', '170835.192000', '170835.194000', '170835.197000', '170835.200000', '170835.203000', '170835.206000', '170835.209000', '170835.212000', '170835.214000', '170835.217000', '170835.219000', '170835.222000', '170835.225000', '170835.227000', '170835.230000', '170835.232000', '170835.235000', '170835.237000', '170835.240000', '170835.243000', '170835.245000', '170835.248000', '170835.251000', '170835.253000', '170835.256000', '170835.259000', '170835.261000', '170835.264000', '170835.266000', '170835.269000', '170835.272000', '170835.274000', '170855.162000', '170855.164000', '170855.167000', '170855.170000', '170855.173000', '170855.175000', '170855.178000', '170855.181000', '170855.183000', '170855.186000', '170855.189000', '170855.191000', '170855.194000', '170855.196000', '170855.226000', '170855.229000', '170855.232000', '170855.234000', '170855.237000', '170855.239000', '170855.242000', '170855.245000', '170855.247000', '170855.250000', '170855.253000', '170855.255000', '170855.258000', '170855.260000', '170855.263000', '170855.266000', '170855.268000', '170855.271000', '170855.274000', '170855.276000', '170855.279000', '170855.281000', '170855.284000', '170855.287000', '170855.289000', '170855.292000', '170855.294000', '170855.297000', '170855.300000', '170855.302000', '170915.162000', '170915.164000', '170915.167000', '170915.170000', '170915.173000', '170915.175000', '170915.178000', '170915.180000', '170915.183000', '170915.186000', '170915.188000', '170915.191000', '170915.194000', '170915.196000', '170915.199000', '170915.202000', '170915.204000', '170915.207000', '170915.210000', '170915.212000', '170915.215000', '170915.218000', '170915.220000', '170915.223000', '170915.226000', '170915.228000', '170915.231000', '170915.234000', '170915.236000', '170915.239000', '170915.241000', '170915.244000', '170915.247000', '170915.249000', '170915.252000', '170915.254000', '170915.258000', '170915.260000', '170915.263000', '170915.265000', '170915.268000', '170915.271000', '170915.274000', '170915.276000', '170935.162000', '170935.165000', '170935.167000', '170935.170000', '170935.173000', '170935.175000', '170935.178000', '170935.181000', '170935.183000', '170935.186000', '170935.188000', '170935.191000', '170935.194000', '170935.196000', '170935.199000', '170935.202000', '170935.204000', '170935.207000', '170935.209000', '170935.212000', '170935.215000', '170935.217000', '170935.220000', '170935.222000', '170935.225000', '170935.227000', '170935.230000', '170935.233000', '170935.235000', '170935.238000', '170935.240000', '170935.243000', '170935.245000', '170935.248000', '170935.251000', '170935.253000', '170935.256000', '170935.258000', '170935.261000', '170935.263000', '170935.266000', '170935.269000', '170935.271000', '170955.161000', '170955.164000', '170955.167000', '170955.170000', '170955.172000', '170955.175000', '170955.178000', '170955.180000', '170955.183000', '170955.185000', '170955.188000', '170955.190000', '170955.193000', '170955.196000', '170955.198000', '170955.201000', '170955.203000', '170955.206000', '170955.208000', '170955.212000', '170955.215000', '170955.218000', '170955.220000', '170955.223000', '170955.226000', '170955.228000', '170955.231000', '170955.234000', '170955.236000', '170955.239000', '170955.242000', '170955.245000', '170955.247000', '170955.250000', '170955.252000', '170955.255000', '170955.258000', '170955.260000', '170955.263000', '170955.266000', '170955.268000', '170955.271000', '170955.273000', '171015.163000', '171015.166000', '171015.168000', '171015.171000', '171015.173000', '171015.176000', '171015.179000', '171015.181000', '171015.184000', '171015.186000', '171015.189000', '171015.192000', '171015.194000', '171015.197000', '171015.200000', '171015.202000', '171015.205000', '171015.207000', '171015.210000', '171015.212000', '171015.215000', '171015.218000', '171015.221000', '171015.223000', '171015.226000', '171015.241000', '171015.244000', '171015.247000', '171015.249000', '171015.252000', '171015.254000', '171015.257000', '171015.260000', '171015.262000', '171015.265000', '171015.268000', '171015.270000', '171015.273000', '171015.275000', '171015.278000', '171015.281000', '171015.283000', '171015.286000', '171015.289000', '171035.162000', '171035.165000', '171035.167000', '171035.170000', '171035.172000', '171035.175000', '171035.177000', '171035.180000', '171035.183000', '171035.185000', '171035.188000', '171035.191000', '171035.194000', '171035.197000', '171035.200000', '171035.202000', '171035.205000', '171035.207000', '171035.210000', '171035.212000', '171035.215000', '171035.218000', '171035.220000', '171035.223000', '171035.225000', '171035.228000', '171035.230000', '171035.233000', '171035.236000', '171035.238000', '171035.241000', '171035.243000', '171035.246000', '171035.249000', '171035.252000', '171035.254000', '171035.257000', '171035.259000', '171035.263000', '171035.265000', '171035.268000', '171035.270000', '171035.273000', '171055.162000', '171055.165000', '171055.167000', '171055.170000', '171055.172000', '171055.175000', '171055.178000', '171055.180000', '171055.183000', '171055.185000', '171055.188000', '171055.191000', '171055.193000', '171055.196000', '171055.198000', '171055.201000', '171055.204000', '171055.207000', '171055.209000', '171055.212000', '171055.215000', '171055.217000', '171055.220000', '171055.223000', '171055.225000', '171055.228000', '171055.231000', '171055.233000', '171055.236000', '171055.238000', '171055.241000', '171055.244000', '171055.246000', '171055.249000', '171055.252000', '171055.254000', '171055.257000', '171055.259000', '171055.262000', '171055.265000', '171055.267000', '171055.270000', '171055.273000', '171055.275000', '171115.162000', '171115.165000', '171115.167000', '171115.170000', '171115.173000', '171115.176000', '171115.179000', '171115.182000', '171115.185000', '171115.189000', '171115.191000', '171115.194000', '171115.196000', '171115.199000', '171115.202000', '171115.204000', '171115.207000', '171115.210000', '171115.212000', '171115.215000', '171115.217000', '171115.220000', '171115.223000', '171115.225000', '171115.228000', '171115.231000', '171115.233000', '171115.236000', '171115.238000', '171115.241000', '171115.244000', '171115.246000', '171115.249000', '171115.253000', '171115.256000', '171115.258000', '171115.261000', '171115.264000', '171115.267000', '171115.269000', '171115.272000', '171115.274000', '171115.277000', '171135.162000', '171135.164000', '171135.167000', '171135.170000', '171135.173000', '171135.176000', '171135.179000', '171135.192000', '171135.198000', '171135.201000', '171135.203000', '171135.206000', '171135.209000', '171135.211000', '171135.214000', '171135.217000', '171135.219000', '171135.222000', '171135.225000', '171135.227000', '171135.230000', '171135.233000', '171135.235000', '171135.238000', '171135.240000', '171135.243000', '171135.246000', '171135.248000', '171135.251000', '171135.254000', '171135.256000', '171135.259000', '171135.261000', '171135.264000', '171135.266000', '171135.269000', '171135.272000', '171135.274000', '171135.277000', '171135.280000', '171135.282000', '171135.285000', '171135.287000', '171135.290000', '171155.162000', '171155.164000', '171155.167000', '171155.170000', '171155.172000', '171155.175000', '171155.178000', '171155.181000', '171155.183000', '171155.186000', '171155.188000', '171155.191000', '171155.194000', '171155.196000', '171155.199000', '171155.202000', '171155.204000', '171155.207000', '171155.210000', '171155.212000', '171155.215000', '171155.218000', '171155.221000', '171155.223000', '171155.226000', '171155.229000', '171155.231000', '171155.234000', '171155.236000', '171155.239000', '171155.241000', '171155.244000', '171155.247000', '171155.249000', '171155.252000', '171155.255000', '171155.257000', '171155.260000', '171155.262000', '171155.265000', '171155.268000', '171155.270000', '171155.273000', '171215.162000', '171215.165000', '171215.167000', '171215.171000', '171215.173000', '171215.176000', '171215.179000', '171215.182000', '171215.184000', '171215.187000', '171215.189000', '171215.192000', '171215.195000', '171215.197000', '171215.200000', '171215.202000', '171215.205000', '171215.208000', '171215.210000', '171215.213000', '171215.216000', '171215.218000', '171215.221000', '171215.224000', '171215.226000', '171215.229000', '171215.231000', '171215.234000', '171215.237000', '171215.239000', '171215.242000', '171215.245000', '171215.247000', '171215.250000', '171215.252000', '171215.255000', '171215.258000', '171215.260000', '171215.263000', '171215.266000', '171215.268000', '171215.271000', '171215.273000', '171215.276000', '171235.163000', '171235.166000', '171235.168000', '171235.171000', '171235.174000', '171235.177000', '171235.179000', '171235.182000', '171235.184000', '171235.187000', '171235.190000', '171235.192000', '171235.195000', '171235.198000', '171235.200000', '171235.203000', '171235.205000', '171235.208000', '171235.211000', '171235.213000', '171235.216000', '171235.219000', '171235.221000', '171235.224000', '171235.227000', '171235.229000', '171235.232000', '171235.235000', '171235.237000', '171235.240000', '171235.243000', '171235.245000', '171235.248000', '171235.251000', '171235.253000', '171235.256000', '171235.259000', '171235.261000', '171235.264000', '171235.267000', '171235.269000', '171235.272000', '171235.274000', '171236.172000', '171236.175000', '171236.178000'], 'InstanceCreationTime': ['170215.188000', '170215.191000', '170215.194000', '170215.197000', '170215.200000', '170215.202000', '170215.205000', '170215.216000', '170215.219000', '170215.221000', '170215.231000', '170215.233000', '170215.236000', '170215.239000', '170215.241000', '170215.244000', '170215.246000', '170215.249000', '170215.252000', '170215.254000', '170215.257000', '170215.259000', '170215.262000', '170215.264000', '170215.267000', '170235.161000', '170235.170000', '170235.173000', '170235.176000', '170235.178000', '170235.181000', '170235.183000', '170235.186000', '170235.189000', '170235.191000', '170235.194000', '170235.196000', '170235.199000', '170235.201000', '170235.204000', '170235.207000', '170235.209000', '170235.212000', '170235.215000', '170235.217000', '170235.220000', '170235.222000', '170235.225000', '170235.228000', '170235.230000', '170235.233000', '170235.235000', '170235.238000', '170235.241000', '170235.243000', '170235.246000', '170235.248000', '170235.251000', '170235.254000', '170235.256000', '170235.259000', '170235.261000', '170235.264000', '170235.266000', '170235.269000', '170235.272000', '170235.274000', '170235.277000', '170235.279000', '170255.162000', '170255.164000', '170255.167000', '170255.169000', '170255.172000', '170255.175000', '170255.177000', '170255.180000', '170255.183000', '170255.185000', '170255.188000', '170255.191000', '170255.193000', '170255.196000', '170255.210000', '170255.213000', '170255.215000', '170255.218000', '170255.221000', '170255.223000', '170255.226000', '170255.228000', '170255.231000', '170255.233000', '170255.236000', '170255.239000', '170255.241000', '170255.249000', '170255.252000', '170255.254000', '170255.257000', '170255.259000', '170255.262000', '170255.265000', '170255.267000', '170255.270000', '170255.272000', '170255.275000', '170255.278000', '170255.280000', '170255.283000', '170255.285000', '170255.288000', '170315.162000', '170315.166000', '170315.168000', '170315.171000', '170315.173000', '170315.176000', '170315.179000', '170315.181000', '170315.184000', '170315.186000', '170315.189000', '170315.192000', '170315.194000', '170315.197000', '170315.199000', '170315.202000', '170315.205000', '170315.207000', '170315.210000', '170315.212000', '170315.215000', '170315.217000', '170315.220000', '170315.223000', '170315.225000', '170315.228000', '170315.230000', '170315.233000', '170315.236000', '170315.238000', '170315.241000', '170315.243000', '170315.246000', '170315.249000', '170315.251000', '170315.254000', '170315.256000', '170315.259000', '170315.262000', '170315.264000', '170315.267000', '170315.269000', '170315.272000', '170315.275000', '170335.162000', '170335.164000', '170335.167000', '170335.170000', '170335.173000', '170335.175000', '170335.178000', '170335.180000', '170335.183000', '170335.186000', '170335.188000', '170335.191000', '170335.193000', '170335.196000', '170335.199000', '170335.201000', '170335.204000', '170335.206000', '170335.209000', '170335.212000', '170335.215000', '170335.218000', '170335.223000', '170335.225000', '170335.228000', '170335.231000', '170335.233000', '170335.236000', '170335.238000', '170335.241000', '170335.244000', '170335.246000', '170335.249000', '170335.252000', '170335.255000', '170335.258000', '170335.261000', '170335.263000', '170335.266000', '170335.268000', '170335.271000', '170335.274000', '170335.276000', '170355.161000', '170355.164000', '170355.167000', '170355.169000', '170355.173000', '170355.175000', '170355.178000', '170355.181000', '170355.183000', '170355.186000', '170355.189000', '170355.191000', '170355.194000', '170355.197000', '170355.200000', '170355.202000', '170355.205000', '170355.208000', '170355.210000', '170355.213000', '170355.215000', '170355.218000', '170355.221000', '170355.223000', '170355.226000', '170355.228000', '170355.231000', '170355.234000', '170355.236000', '170355.239000', '170355.241000', '170355.244000', '170355.247000', '170355.249000', '170355.252000', '170355.254000', '170355.257000', '170355.260000', '170355.262000', '170355.265000', '170355.268000', '170355.270000', '170355.273000', '170355.275000', '170415.162000', '170415.164000', '170415.168000', '170415.171000', '170415.173000', '170415.176000', '170415.178000', '170415.181000', '170415.184000', '170415.186000', '170415.189000', '170415.192000', '170415.195000', '170415.197000', '170415.200000', '170415.203000', '170415.205000', '170415.208000', '170415.211000', '170415.214000', '170415.216000', '170415.219000', '170415.221000', '170415.224000', '170415.227000', '170415.229000', '170415.232000', '170415.235000', '170415.237000', '170415.240000', '170415.243000', '170415.245000', '170415.250000', '170415.252000', '170415.255000', '170415.257000', '170415.260000', '170415.262000', '170415.265000', '170415.268000', '170415.270000', '170415.273000', '170415.276000', '170435.161000', '170435.164000', '170435.167000', '170435.170000', '170435.173000', '170435.175000', '170435.178000', '170435.181000', '170435.183000', '170435.186000', '170435.188000', '170435.204000', '170435.207000', '170435.209000', '170435.212000', '170435.215000', '170435.217000', '170435.220000', '170435.222000', '170435.225000', '170435.228000', '170435.230000', '170435.233000', '170435.235000', '170435.238000', '170435.241000', '170435.243000', '170435.246000', '170435.249000', '170435.251000', '170435.254000', '170435.256000', '170435.259000', '170435.262000', '170435.264000', '170435.267000', '170435.269000', '170435.272000', '170435.275000', '170435.277000', '170435.280000', '170435.283000', '170435.285000', '170435.288000', '170455.161000', '170455.165000', '170455.167000', '170455.170000', '170455.173000', '170455.175000', '170455.178000', '170455.180000', '170455.183000', '170455.186000', '170455.188000', '170455.191000', '170455.194000', '170455.196000', '170455.199000', '170455.201000', '170455.204000', '170455.207000', '170455.209000', '170455.212000', '170455.215000', '170455.218000', '170455.221000', '170455.224000', '170455.227000', '170455.230000', '170455.232000', '170455.235000', '170455.238000', '170455.240000', '170455.243000', '170455.246000', '170455.248000', '170455.251000', '170455.253000', '170455.256000', '170455.259000', '170455.261000', '170455.264000', '170455.267000', '170455.269000', '170455.272000', '170455.274000', '170515.162000', '170515.164000', '170515.168000', '170515.171000', '170515.173000', '170515.176000', '170515.179000', '170515.181000', '170515.184000', '170515.187000', '170515.189000', '170515.192000', '170515.195000', '170515.197000', '170515.200000', '170515.203000', '170515.205000', '170515.208000', '170515.210000', '170515.213000', '170515.216000', '170515.218000', '170515.221000', '170515.224000', '170515.226000', '170515.229000', '170515.232000', '170515.234000', '170515.237000', '170515.239000', '170515.242000', '170515.245000', '170515.247000', '170515.250000', '170515.253000', '170515.256000', '170515.258000', '170515.261000', '170515.264000', '170515.266000', '170515.269000', '170515.271000', '170515.274000', '170515.277000', '170535.162000', '170535.165000', '170535.168000', '170535.170000', '170535.173000', '170535.176000', '170535.179000', '170535.181000', '170535.184000', '170535.187000', '170535.189000', '170535.192000', '170535.194000', '170535.197000', '170535.199000', '170535.202000', '170535.205000', '170535.207000', '170535.210000', '170535.212000', '170535.215000', '170535.218000', '170535.220000', '170535.223000', '170535.225000', '170535.228000', '170535.231000', '170535.233000', '170535.236000', '170535.238000', '170535.241000', '170535.244000', '170535.247000', '170535.250000', '170535.253000', '170535.256000', '170535.258000', '170535.261000', '170535.264000', '170535.266000', '170535.269000', '170535.271000', '170535.274000', '170555.161000', '170555.165000', '170555.167000', '170555.170000', '170555.172000', '170555.175000', '170555.178000', '170555.180000', '170555.183000', '170555.186000', '170555.188000', '170555.191000', '170555.193000', '170555.196000', '170555.199000', '170555.201000', '170555.204000', '170555.207000', '170555.209000', '170555.212000', '170555.215000', '170555.217000', '170555.220000', '170555.222000', '170555.225000', '170555.228000', '170555.230000', '170555.233000', '170555.236000', '170555.238000', '170555.241000', '170555.243000', '170555.246000', '170555.249000', '170555.251000', '170555.254000', '170555.295000', '170555.297000', '170555.300000', '170555.303000', '170555.305000', '170555.308000', '170555.311000', '170555.313000', '170615.161000', '170615.164000', '170615.167000', '170615.170000', '170615.172000', '170615.175000', '170615.177000', '170615.180000', '170615.183000', '170615.185000', '170615.188000', '170615.191000', '170615.193000', '170615.196000', '170615.198000', '170615.201000', '170615.204000', '170615.206000', '170615.209000', '170615.212000', '170615.214000', '170615.217000', '170615.219000', '170615.222000', '170615.225000', '170615.227000', '170615.230000', '170615.233000', '170615.235000', '170615.238000', '170615.240000', '170615.243000', '170615.246000', '170615.248000', '170615.251000', '170615.254000', '170615.256000', '170615.259000', '170615.261000', '170615.264000', '170615.267000', '170615.269000', '170615.272000', '170635.161000', '170635.164000', '170635.167000', '170635.169000', '170635.172000', '170635.175000', '170635.177000', '170635.180000', '170635.183000', '170635.185000', '170635.188000', '170635.191000', '170635.193000', '170635.196000', '170635.198000', '170635.201000', '170635.204000', '170635.206000', '170635.209000', '170635.212000', '170635.214000', '170635.217000', '170635.220000', '170635.222000', '170635.225000', '170635.227000', '170635.230000', '170635.233000', '170635.235000', '170635.238000', '170635.241000', '170635.243000', '170635.246000', '170635.248000', '170635.251000', '170635.254000', '170635.256000', '170635.259000', '170635.262000', '170635.264000', '170635.267000', '170635.270000', '170635.272000', '170635.275000', '170655.162000', '170655.165000', '170655.167000', '170655.170000', '170655.173000', '170655.175000', '170655.178000', '170655.181000', '170655.183000', '170655.186000', '170655.189000', '170655.191000', '170655.194000', '170655.196000', '170655.199000', '170655.202000', '170655.204000', '170655.207000', '170655.210000', '170655.212000', '170655.215000', '170655.218000', '170655.220000', '170655.223000', '170655.225000', '170655.228000', '170655.231000', '170655.233000', '170655.236000', '170655.238000', '170655.241000', '170655.244000', '170655.246000', '170655.249000', '170655.252000', '170655.254000', '170655.257000', '170655.260000', '170655.262000', '170655.265000', '170655.267000', '170655.270000', '170655.273000', '170715.162000', '170715.165000', '170715.167000', '170715.170000', '170715.173000', '170715.175000', '170715.178000', '170715.180000', '170715.183000', '170715.186000', '170715.188000', '170715.191000', '170715.194000', '170715.196000', '170715.199000', '170715.201000', '170715.204000', '170715.207000', '170715.209000', '170715.212000', '170715.215000', '170715.217000', '170715.220000', '170715.223000', '170715.225000', '170715.228000', '170715.230000', '170715.233000', '170715.235000', '170715.238000', '170715.241000', '170715.243000', '170715.246000', '170715.249000', '170715.251000', '170715.254000', '170715.257000', '170715.259000', '170715.262000', '170715.264000', '170715.267000', '170715.270000', '170715.272000', '170715.275000', '170735.161000', '170735.165000', '170735.193000', '170735.196000', '170735.198000', '170735.201000', '170735.204000', '170735.206000', '170735.209000', '170735.212000', '170735.214000', '170735.217000', '170735.219000', '170735.222000', '170735.225000', '170735.227000', '170735.230000', '170735.233000', '170735.235000', '170735.238000', '170735.240000', '170735.243000', '170735.246000', '170735.248000', '170735.251000', '170735.254000', '170735.256000', '170735.259000', '170735.261000', '170735.264000', '170735.267000', '170735.269000', '170735.272000', '170735.275000', '170735.277000', '170735.280000', '170735.283000', '170735.285000', '170735.288000', '170735.290000', '170735.293000', '170735.296000', '170735.298000', '170755.163000', '170755.165000', '170755.168000', '170755.171000', '170755.174000', '170755.176000', '170755.179000', '170755.181000', '170755.184000', '170755.188000', '170755.191000', '170755.194000', '170755.196000', '170755.199000', '170755.202000', '170755.204000', '170755.207000', '170755.210000', '170755.213000', '170755.215000', '170755.218000', '170755.220000', '170755.223000', '170755.226000', '170755.228000', '170755.231000', '170755.234000', '170755.236000', '170755.239000', '170755.241000', '170755.244000', '170755.247000', '170755.249000', '170755.252000', '170755.255000', '170755.257000', '170755.260000', '170755.262000', '170755.265000', '170755.267000', '170755.270000', '170755.273000', '170755.275000', '170755.278000', '170815.161000', '170815.164000', '170815.167000', '170815.169000', '170815.172000', '170815.175000', '170815.178000', '170815.180000', '170815.183000', '170815.186000', '170815.189000', '170815.191000', '170815.194000', '170815.197000', '170815.199000', '170815.202000', '170815.205000', '170815.207000', '170815.210000', '170815.213000', '170815.215000', '170815.218000', '170815.220000', '170815.223000', '170815.226000', '170815.228000', '170815.231000', '170815.234000', '170815.236000', '170815.239000', '170815.242000', '170815.244000', '170815.247000', '170815.249000', '170815.252000', '170815.255000', '170815.257000', '170815.260000', '170815.262000', '170815.265000', '170815.268000', '170815.270000', '170815.273000', '170835.161000', '170835.164000', '170835.167000', '170835.170000', '170835.173000', '170835.176000', '170835.178000', '170835.181000', '170835.184000', '170835.186000', '170835.189000', '170835.192000', '170835.194000', '170835.197000', '170835.200000', '170835.203000', '170835.206000', '170835.209000', '170835.212000', '170835.214000', '170835.217000', '170835.219000', '170835.222000', '170835.225000', '170835.227000', '170835.230000', '170835.232000', '170835.235000', '170835.237000', '170835.240000', '170835.243000', '170835.245000', '170835.248000', '170835.251000', '170835.253000', '170835.256000', '170835.259000', '170835.261000', '170835.264000', '170835.266000', '170835.269000', '170835.272000', '170835.274000', '170855.162000', '170855.164000', '170855.167000', '170855.170000', '170855.173000', '170855.175000', '170855.178000', '170855.181000', '170855.183000', '170855.186000', '170855.189000', '170855.191000', '170855.194000', '170855.196000', '170855.226000', '170855.229000', '170855.232000', '170855.234000', '170855.237000', '170855.239000', '170855.242000', '170855.245000', '170855.247000', '170855.250000', '170855.253000', '170855.255000', '170855.258000', '170855.260000', '170855.263000', '170855.266000', '170855.268000', '170855.271000', '170855.274000', '170855.276000', '170855.279000', '170855.281000', '170855.284000', '170855.287000', '170855.289000', '170855.292000', '170855.294000', '170855.297000', '170855.300000', '170855.302000', '170915.162000', '170915.164000', '170915.167000', '170915.170000', '170915.173000', '170915.175000', '170915.178000', '170915.180000', '170915.183000', '170915.186000', '170915.188000', '170915.191000', '170915.194000', '170915.196000', '170915.199000', '170915.202000', '170915.204000', '170915.207000', '170915.210000', '170915.212000', '170915.215000', '170915.218000', '170915.220000', '170915.223000', '170915.226000', '170915.228000', '170915.231000', '170915.234000', '170915.236000', '170915.239000', '170915.241000', '170915.244000', '170915.247000', '170915.249000', '170915.252000', '170915.254000', '170915.258000', '170915.260000', '170915.263000', '170915.265000', '170915.268000', '170915.271000', '170915.274000', '170915.276000', '170935.162000', '170935.165000', '170935.167000', '170935.170000', '170935.173000', '170935.175000', '170935.178000', '170935.181000', '170935.183000', '170935.186000', '170935.188000', '170935.191000', '170935.194000', '170935.196000', '170935.199000', '170935.202000', '170935.204000', '170935.207000', '170935.209000', '170935.212000', '170935.215000', '170935.217000', '170935.220000', '170935.222000', '170935.225000', '170935.227000', '170935.230000', '170935.233000', '170935.235000', '170935.238000', '170935.240000', '170935.243000', '170935.245000', '170935.248000', '170935.251000', '170935.253000', '170935.256000', '170935.258000', '170935.261000', '170935.263000', '170935.266000', '170935.269000', '170935.271000', '170955.161000', '170955.164000', '170955.167000', '170955.170000', '170955.172000', '170955.175000', '170955.178000', '170955.180000', '170955.183000', '170955.185000', '170955.188000', '170955.190000', '170955.193000', '170955.196000', '170955.198000', '170955.201000', '170955.203000', '170955.206000', '170955.208000', '170955.212000', '170955.215000', '170955.218000', '170955.220000', '170955.223000', '170955.226000', '170955.228000', '170955.231000', '170955.234000', '170955.236000', '170955.239000', '170955.242000', '170955.245000', '170955.247000', '170955.250000', '170955.252000', '170955.255000', '170955.258000', '170955.260000', '170955.263000', '170955.266000', '170955.268000', '170955.271000', '170955.273000', '171015.163000', '171015.166000', '171015.168000', '171015.171000', '171015.173000', '171015.176000', '171015.179000', '171015.181000', '171015.184000', '171015.186000', '171015.189000', '171015.192000', '171015.194000', '171015.197000', '171015.200000', '171015.202000', '171015.205000', '171015.207000', '171015.210000', '171015.212000', '171015.215000', '171015.218000', '171015.221000', '171015.223000', '171015.226000', '171015.241000', '171015.244000', '171015.247000', '171015.249000', '171015.252000', '171015.254000', '171015.257000', '171015.260000', '171015.262000', '171015.265000', '171015.268000', '171015.270000', '171015.273000', '171015.275000', '171015.278000', '171015.281000', '171015.283000', '171015.286000', '171015.289000', '171035.162000', '171035.165000', '171035.167000', '171035.170000', '171035.172000', '171035.175000', '171035.177000', '171035.180000', '171035.183000', '171035.185000', '171035.188000', '171035.191000', '171035.194000', '171035.197000', '171035.200000', '171035.202000', '171035.205000', '171035.207000', '171035.210000', '171035.212000', '171035.215000', '171035.218000', '171035.220000', '171035.223000', '171035.225000', '171035.228000', '171035.230000', '171035.233000', '171035.236000', '171035.238000', '171035.241000', '171035.243000', '171035.246000', '171035.249000', '171035.252000', '171035.254000', '171035.257000', '171035.259000', '171035.263000', '171035.265000', '171035.268000', '171035.270000', '171035.273000', '171055.162000', '171055.165000', '171055.167000', '171055.170000', '171055.172000', '171055.175000', '171055.178000', '171055.180000', '171055.183000', '171055.185000', '171055.188000', '171055.191000', '171055.193000', '171055.196000', '171055.198000', '171055.201000', '171055.204000', '171055.207000', '171055.209000', '171055.212000', '171055.215000', '171055.217000', '171055.220000', '171055.223000', '171055.225000', '171055.228000', '171055.231000', '171055.233000', '171055.236000', '171055.238000', '171055.241000', '171055.244000', '171055.246000', '171055.249000', '171055.252000', '171055.254000', '171055.257000', '171055.259000', '171055.262000', '171055.265000', '171055.267000', '171055.270000', '171055.273000', '171055.275000', '171115.162000', '171115.165000', '171115.167000', '171115.170000', '171115.173000', '171115.176000', '171115.179000', '171115.182000', '171115.185000', '171115.189000', '171115.191000', '171115.194000', '171115.196000', '171115.199000', '171115.202000', '171115.204000', '171115.207000', '171115.210000', '171115.212000', '171115.215000', '171115.217000', '171115.220000', '171115.223000', '171115.225000', '171115.228000', '171115.231000', '171115.233000', '171115.236000', '171115.238000', '171115.241000', '171115.244000', '171115.246000', '171115.249000', '171115.253000', '171115.256000', '171115.258000', '171115.261000', '171115.264000', '171115.267000', '171115.269000', '171115.272000', '171115.274000', '171115.277000', '171135.162000', '171135.164000', '171135.167000', '171135.170000', '171135.173000', '171135.176000', '171135.179000', '171135.192000', '171135.198000', '171135.201000', '171135.203000', '171135.206000', '171135.209000', '171135.211000', '171135.214000', '171135.217000', '171135.219000', '171135.222000', '171135.225000', '171135.227000', '171135.230000', '171135.233000', '171135.235000', '171135.238000', '171135.240000', '171135.243000', '171135.246000', '171135.248000', '171135.251000', '171135.254000', '171135.256000', '171135.259000', '171135.261000', '171135.264000', '171135.266000', '171135.269000', '171135.272000', '171135.274000', '171135.277000', '171135.280000', '171135.282000', '171135.285000', '171135.287000', '171135.290000', '171155.162000', '171155.164000', '171155.167000', '171155.170000', '171155.172000', '171155.175000', '171155.178000', '171155.181000', '171155.183000', '171155.186000', '171155.188000', '171155.191000', '171155.194000', '171155.196000', '171155.199000', '171155.202000', '171155.204000', '171155.207000', '171155.210000', '171155.212000', '171155.215000', '171155.218000', '171155.221000', '171155.223000', '171155.226000', '171155.229000', '171155.231000', '171155.234000', '171155.236000', '171155.239000', '171155.241000', '171155.244000', '171155.247000', '171155.249000', '171155.252000', '171155.255000', '171155.257000', '171155.260000', '171155.262000', '171155.265000', '171155.268000', '171155.270000', '171155.273000', '171215.162000', '171215.165000', '171215.167000', '171215.171000', '171215.173000', '171215.176000', '171215.179000', '171215.182000', '171215.184000', '171215.187000', '171215.189000', '171215.192000', '171215.195000', '171215.197000', '171215.200000', '171215.202000', '171215.205000', '171215.208000', '171215.210000', '171215.213000', '171215.216000', '171215.218000', '171215.221000', '171215.224000', '171215.226000', '171215.229000', '171215.231000', '171215.234000', '171215.237000', '171215.239000', '171215.242000', '171215.245000', '171215.247000', '171215.250000', '171215.252000', '171215.255000', '171215.258000', '171215.260000', '171215.263000', '171215.266000', '171215.268000', '171215.271000', '171215.273000', '171215.276000', '171235.163000', '171235.166000', '171235.168000', '171235.171000', '171235.174000', '171235.177000', '171235.179000', '171235.182000', '171235.184000', '171235.187000', '171235.190000', '171235.192000', '171235.195000', '171235.198000', '171235.200000', '171235.203000', '171235.205000', '171235.208000', '171235.211000', '171235.213000', '171235.216000', '171235.219000', '171235.221000', '171235.224000', '171235.227000', '171235.229000', '171235.232000', '171235.235000', '171235.237000', '171235.240000', '171235.243000', '171235.245000', '171235.248000', '171235.251000', '171235.253000', '171235.256000', '171235.259000', '171235.261000', '171235.264000', '171235.267000', '171235.269000', '171235.272000', '171235.274000', '171236.172000', '171236.175000', '171236.178000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [16158, 11439, 14150, 11438, 14877, 10350, 13118, 12581, 11176, 16292, 12708, 14038, 12323, 10512, 14309, 9656, 14041, 12734, 12644, 9637, 12025, 15109, 11607, 14813, 13801, 13234, 11522, 13145, 10274, 14475, 16309, 12966, 13257, 10268, 13170, 11010, 14439, 11906, 12656, 9369, 10174, 17194, 13622, 14190, 12310, 11868, 11175, 12533, 18112, 13282, 12366, 11451, 11896, 9774, 13600, 18208, 13287, 12631, 9292, 10234, 14357, 11378, 15896, 12778, 12183, 9091, 10011, 15436, 11300, 14820, 12956, 12080, 10454, 11363, 8707, 11662, 12502, 12291, 12765, 11343, 14729, 11444, 16760, 13822, 15697, 13483, 15301, 12924, 15067, 11825, 15571, 16963, 12927, 15632, 11060, 13910, 9760, 12403, 14473, 12065, 15326, 11251, 14850, 11774, 13679, 12961, 14988, 13220, 15070, 12591, 13803, 14603, 13245, 15921, 13551, 11282, 9534, 9359, 17253, 12663, 13866, 9536, 10726, 10471, 9792, 14866, 13045, 12723, 10678, 13158, 10148, 13100, 13365, 12332, 16008, 13903, 14971, 11078, 11767, 16586, 10859, 13443, 10204, 12017, 10679, 11269, 15422, 13431, 13021, 14664, 12196, 16238, 13037, 13832, 11713, 13416, 17226, 11867, 15316, 13325, 12744, 10445, 11503, 16992, 13036, 12494, 11725, 11646, 18201, 12192, 11459, 10641, 10915, 15007, 13716, 12403, 12264, 13136, 12309, 11295, 18160, 13664, 14507, 11629, 14897, 11032, 11462, 16241, 13869, 13231, 13643, 11809, 17189, 12641, 13374, 10520, 13138, 17168, 13260, 14452, 10128, 10931, 10957, 9863, 15285, 13543, 13755, 13030, 13684, 10473, 12555, 14352, 12979, 15806, 12656, 17046, 12294, 13636, 13791, 12731, 17032, 12708, 12939, 10009, 12530, 16306, 12839, 15070, 12041, 11254, 13805, 11308, 15666, 13642, 11702, 9505, 10600, 16990, 13470, 13550, 11228, 13217, 9671, 12060, 11940, 12875, 16719, 14330, 14719, 11375, 12302, 15725, 11973, 15523, 12756, 11641, 10360, 9923, 15528, 13013, 12635, 9814, 12011, 17111, 13627, 13437, 10740, 12996, 14147, 11905, 15546, 12108, 13810, 11659, 14915, 14637, 11872, 16966, 11999, 15727, 16111, 13134, 16485, 12684, 13396, 11785, 13146, 16356, 14481, 13573, 10548, 11957, 14313, 12246, 16066, 14009, 13116, 10399, 11157, 15463, 13595, 14884, 11946, 13196, 10424, 11317, 15323, 12839, 16367, 11611, 14685, 10764, 11658, 17952, 13731, 14578, 11242, 14291, 10322, 13383, 15938, 14072, 16458, 15087, 15121, 11315, 13891, 11782, 15220, 17086, 14948, 15863, 11422, 13260, 9553, 14616, 16412, 13060, 14558, 10866, 14715, 10739, 14613, 12860, 14648, 12476, 10030, 16546, 12609, 14132, 12640, 12514, 15496, 11732, 13493, 10695, 14206, 14829, 12208, 16967, 12914, 13115, 12538, 12866, 18083, 13784, 14173, 10373, 14217, 15898, 13653, 17504, 12792, 14927, 10524, 15836, 18189, 14319, 13985, 11824, 12083, 10290, 13385, 15643, 13943, 12334, 9727, 10898, 14297, 11056, 15571, 12993, 12584, 10016, 10253, 16105, 13537, 15006, 12257, 14567, 9737, 12175, 15700, 12222, 16231, 14268, 14543, 10280, 12913, 14048, 12036, 16505, 13743, 11693, 8959, 10219, 12654, 10685, 15491, 13810, 13636, 10664, 13128, 12401, 12409, 16501, 14708, 12590, 9425, 11341, 16624, 12626, 15870, 10958, 13090, 12545, 9504, 16100, 12042, 13347, 13480, 11528, 17489, 11694, 13789, 9689, 14213, 16600, 13070, 16837, 12099, 13564, 10984, 14919, 16863, 14596, 16047, 12175, 13224, 12019, 13219, 16642, 14437, 13314, 9039, 11763, 13885, 12315, 18586, 14729, 16303, 11343, 15078, 10651, 15996, 16856, 14618, 15557, 11444, 13469, 11005, 13364, 18903, 14791, 13268, 10616, 11689, 13570, 11751, 17834, 13942, 13514, 10937, 12917, 9923, 15321, 16904, 13785, 16320, 11020, 14153, 9574, 15244, 17465, 13858, 15650, 11257, 14966, 10916, 15078, 16259, 11746, 16351, 13344, 12287, 9788, 10958, 11193, 13699, 15989, 12899, 11991, 10065, 18158, 14349, 16869, 13174, 15475, 10438, 10136, 17358, 14910, 15121, 10733, 11573, 16107, 11766, 14411, 10207, 14604, 11492, 11920, 18136, 14008, 15001, 11325, 15169, 9707, 11572, 18640, 14739, 15448, 12108, 15281, 9999, 14109, 17623, 15495, 16460, 12730, 14394, 9990, 11257, 15911, 13079, 16516, 13655, 16733, 12784, 15125, 11728, 16026, 11266, 14449, 13528, 11192, 17424, 11748, 14034, 14085, 10787, 16528, 12231, 12640, 13368, 11775, 16494, 13358, 14041, 9584, 11737, 15851, 11779, 16888, 14116, 14244, 9991, 11535, 11236, 14719, 16980, 14526, 12434, 11118, 17732, 14761, 15733, 13657, 15027, 11346, 9292, 18225, 13335, 15778, 11558, 14467, 9216, 11271, 12792, 10855, 17057, 13551, 13955, 9838, 9243, 16907, 12720, 12686, 11818, 12776, 16540, 12007, 13615, 9029, 12173, 14513, 10651, 17548, 11532, 13119, 9189, 13285, 14045, 13844, 10251, 10743, 13965, 11853, 18834, 15284, 17017, 12521, 15774, 10975, 16738, 17947, 13951, 17104, 12674, 13201, 17173, 11972, 16455, 12020, 10656, 9363, 8126, 15824, 11533, 16238, 13587, 15424, 9993, 12123, 14651, 10952, 17200, 13486, 14188, 9904, 13529, 9634, 10024, 17539, 13681, 15707, 11269, 14983, 10292, 10012, 18910, 13073, 15069, 11890, 12118, 15598, 10618, 13458, 9984, 11189, 16146, 11746, 15447, 10086, 13657, 12394, 11701, 17812, 13203, 13349, 11569, 12748, 17956, 14290, 14214, 11614, 13315, 11099, 14677, 14186, 14493, 11544, 11605, 16980, 15706, 16979, 13598, 15697, 13384, 9988, 16848, 11837, 14334, 15537, 9945, 15132, 12156, 11258, 9572, 12097, 16162, 13042, 17800, 13510, 15384, 12196, 15558, 15001, 14975, 16462, 12031, 14082, 9690, 12371, 18021, 12503, 13825, 12237, 12435, 9779, 11557, 16298, 12494, 15975, 13147, 14620, 10021, 11686, 10650, 13108, 18844, 15615, 16620, 13952, 15664, 11647, 14650, 18566, 14356, 13736, 12222, 12725, 16400, 11215, 13592, 10070, 12351, 17799, 12848, 15731, 13849, 12778, 9876, 11454, 17286, 13433, 16845, 13932, 14104, 10794, 9110, 16713, 13469, 13280, 12545, 11624, 15772, 11026, 14615, 12168, 14454, 13508, 14896, 15894, 10795, 14858, 10074, 12457, 17800, 12650, 13343, 11616, 11223, 11497, 10632, 15893, 13906, 13984, 11269, 11888, 9392, 11425, 14930, 12760, 17137, 14083, 14435, 10247, 10762, 16565, 13543, 14989, 10823, 14681, 13493, 12679, 19401, 14967, 14739, 12283, 15126, 17329, 13064, 15654, 12359, 12408, 11616, 12842, 18643, 14726, 13854, 12466, 12220, 10394, 13643, 16755, 14405, 15248, 13854, 13528, 11104, 13726, 12687, 14080, 17423, 15004, 15904, 13638, 13467, 10988, 13914, 16447, 14980, 13641, 14830, 12951, 19482, 14623, 13079, 11234, 13056, 17653, 13913, 15415, 13738, 14403, 11140, 13364, 15033, 13276, 16111, 15519, 15162, 14027, 14156, 11964, 14719, 17963, 13927, 16202, 14996, 14912, 11496, 13251, 10932, 14386, 17972, 14756, 15534, 14201, 14862, 11460, 13864, 10853, 14755, 17115, 15287, 14692, 13295, 13002, 11605, 11390, 17569, 14778, 13966, 12631, 13472, 14299, 11237, 16062, 14007, 14098, 11803, 14285, 16559, 12843, 17177, 12882, 12068, 10465, 18978, 14482, 15719, 14586, 13782, 19171, 14461, 14292, 12304, 11612, 15251, 11893, 16103, 12786, 12659, 17147, 12563, 15146, 12139, 11758, 13405, 12192, 15584, 13964, 12511, 10912, 12384, 13328, 10797, 15719, 12983, 14604, 13569, 16166, 12299, 15908, 17277, 14787, 15281, 12338, 10906, 16427, 13900, 12079, 19414, 14076, 13538, 11142, 10841, 18476, 13664, 12450, 14033, 11992, 16322, 14889, 12839, 10619, 11804, 19023, 14802, 13552, 13099, 13056, 19070, 14731, 13678, 11647, 11522, 15989, 12511, 14647, 11293, 13350, 14376, 12138, 16410, 12724, 13439, 11793, 14277, 15255, 12753, 18290, 14671, 14864, 12910, 18051, 13881, 17103, 15191, 16018, 12435, 12390, 17330, 14190, 13459, 14655, 10387, 15659, 11717, 10583, 19474, 13580, 12729, 15030, 11045, 15915, 14498, 12679, 11004, 13576, 18014, 12925, 16923, 14535, 14481, 11796, 10346, 16746, 13721, 12775, 17340, 11376, 14594, 12216, 9943, 11555, 11005, 15628, 14306, 13340, 14764, 13228, 18768, 13633, 13184, 11525, 13029, 16543, 14766, 13386, 15198, 12459, 18991, 13057, 12235, 10964, 13074, 14611, 12250, 16109, 14155, 14999, 11704, 12815, 10775, 12961, 18120, 14434, 15301, 13281, 13955, 10663, 12710, 18108, 14578, 15033, 14008, 14475, 16080, 13437, 18078, 14485, 14088, 16612, 12849, 15888, 14981, 13958, 12788, 13755, 11875, 14430, 14365, 16428, 13583, 15347, 15815, 12890, 16905, 14866, 14627, 16011, 10807, 15695, 11018, 11656, 19773, 12973, 13967, 12356, 10726, 17295, 10284, 11984, 11598, 11490, 16504, 14310, 12162, 12079, 10173, 15620, 13561, 12048, 15480, 11750, 15919, 14560, 12636, 9955, 11275, 14090, 11668, 16183, 14764, 16337, 11749, 12936, 18472, 13764, 15533, 13893, 13090, 16923, 14029, 13920, 11314, 11521, 18281, 13306, 14438, 12958, 12297, 15717, 15000, 12366, 10778, 12017, 15633, 13121, 15524, 11924, 14507, 15584, 13613, 16363, 12670, 13998, 11560, 14824, 16917, 13353, 16832, 14254, 14773, 12829, 12319, 12109, 18469, 14799, 17084, 15446, 15851, 12250, 14866, 13567, 14218, 16864, 15193, 13062, 10857, 9622, 16577, 13788, 12397, 15315, 11115, 16540, 14671, 11431, 10311, 10190, 16068, 14073, 12657, 16101, 12491, 19759, 14374, 13949, 12075, 11818, 10963, 13369, 19148, 14856, 14942, 13249, 13931, 14421, 11502, 15978, 13972, 14879, 14285, 15660, 12081, 14128, 15254, 13907, 16499, 15514, 14712, 12855, 11801, 14641, 12245, 16347, 13589, 12887, 11308, 10641, 18576, 12724, 14976, 10968, 9706, 16057, 9257, 11230, 11312, 10476, 16629, 13970, 11238, 12736, 9061, 15185, 12410, 12456, 18249, 12810, 13882, 11470, 10613, 15701, 11344, 14210, 10164, 12629, 15720, 12041, 16171, 12588, 12768, 10780, 12672, 14709, 11841, 15600, 13442, 15479, 12966, 14776, 11399, 14339, 13208, 13958, 17981, 15062, 17265, 14878, 15443, 12805, 14644, 14324, 14965, 18423, 15094, 18698, 14839, 14366, 13429, 14488, 14126, 13677, 18209, 14435, 18097, 13254, 14081, 12884, 13928, 13118, 15142, 19878, 14927, 15082, 13224, 12414, 11451, 13647, 16559, 13707, 13620, 18609, 13472, 15078, 13339, 12130, 10855, 13136, 16429, 13363], 'WindowCenter': [4038.0, 4008.0, 4004.0, 3992.0, 4000.0, 3969.0, 3988.0, 3976.0, 3979.0, 3994.0, 3974.0, 3988.0, 3972.0, 3968.0, 3987.0, 3967.0, 3985.0, 3976.0, 3979.0, 3968.0, 3977.0, 3987.0, 3979.0, 3989.0, 3986.0, 3985.0, 3978.0, 3989.0, 3968.0, 3989.0, 3999.0, 3979.0, 3977.0, 3968.0, 3986.0, 3975.0, 3988.0, 3973.0, 3988.0, 3955.0, 3969.0, 3998.0, 3986.0, 3984.0, 3978.0, 3977.0, 3967.0, 3978.0, 3998.0, 3975.0, 3978.0, 3977.0, 3978.0, 3957.0, 3989.0, 3998.0, 3979.0, 3976.0, 3955.0, 3965.0, 3986.0, 3965.0, 3986.0, 3978.0, 3965.0, 3942.0, 3957.0, 3983.0, 3964.0, 3987.0, 3978.0, 3977.0, 3976.0, 3977.0, 3960.0, 3988.0, 4003.0, 3992.0, 3990.0, 3994.0, 4011.0, 3992.0, 4014.0, 4002.0, 4003.0, 4002.0, 4000.0, 3992.0, 4001.0, 3981.0, 4003.0, 4001.0, 3979.0, 3989.0, 3979.0, 3989.0, 3967.0, 3979.0, 3988.0, 3978.0, 3998.0, 3977.0, 3998.0, 3991.0, 4000.0, 4002.0, 4001.0, 3992.0, 4001.0, 3992.0, 3991.0, 3990.0, 3991.0, 3989.0, 3980.0, 3964.0, 3957.0, 3958.0, 4000.0, 3978.0, 3989.0, 3957.0, 3969.0, 3967.0, 3970.0, 4000.0, 3991.0, 3989.0, 3979.0, 3990.0, 3980.0, 3990.0, 3990.0, 3992.0, 3998.0, 3988.0, 3987.0, 3968.0, 3979.0, 3999.0, 3979.0, 3987.0, 3965.0, 3979.0, 3978.0, 3980.0, 4000.0, 3988.0, 3988.0, 3989.0, 3979.0, 3998.0, 3991.0, 3989.0, 3978.0, 3991.0, 3996.0, 3979.0, 3989.0, 3986.0, 3978.0, 3967.0, 3980.0, 3988.0, 3978.0, 3977.0, 3965.0, 3978.0, 3995.0, 3978.0, 3978.0, 3964.0, 3976.0, 3988.0, 3986.0, 3989.0, 3980.0, 3990.0, 3975.0, 3980.0, 4011.0, 4001.0, 4000.0, 3981.0, 4001.0, 3968.0, 3980.0, 4000.0, 3991.0, 3986.0, 3988.0, 3980.0, 4000.0, 3989.0, 3989.0, 3970.0, 3989.0, 4000.0, 3986.0, 3989.0, 3964.0, 3968.0, 3966.0, 3968.0, 3998.0, 3990.0, 3985.0, 3990.0, 3988.0, 3981.0, 3989.0, 3998.0, 3989.0, 3998.0, 3990.0, 3998.0, 3988.0, 3990.0, 3988.0, 3988.0, 3997.0, 3988.0, 3978.0, 3967.0, 3990.0, 3997.0, 3977.0, 3987.0, 3974.0, 3964.0, 3988.0, 3976.0, 3989.0, 3984.0, 3963.0, 3956.0, 3978.0, 3997.0, 3989.0, 3987.0, 3978.0, 3989.0, 3965.0, 3988.0, 3979.0, 3989.0, 3999.0, 3990.0, 3989.0, 3978.0, 3988.0, 3999.0, 3979.0, 3985.0, 3976.0, 3967.0, 3964.0, 3966.0, 3987.0, 3974.0, 3976.0, 3967.0, 3986.0, 3999.0, 3988.0, 3986.0, 3967.0, 3990.0, 3988.0, 3990.0, 3998.0, 3988.0, 4002.0, 3991.0, 4002.0, 4000.0, 3991.0, 4013.0, 3979.0, 4000.0, 3997.0, 3991.0, 3998.0, 3989.0, 3991.0, 3978.0, 3990.0, 3998.0, 3990.0, 3987.0, 3980.0, 3991.0, 3989.0, 3989.0, 4000.0, 3988.0, 3977.0, 3967.0, 3979.0, 3999.0, 3990.0, 4002.0, 3978.0, 3989.0, 3977.0, 3980.0, 3999.0, 3991.0, 4003.0, 3980.0, 4000.0, 3979.0, 3991.0, 4011.0, 4001.0, 4000.0, 3981.0, 4000.0, 3978.0, 4002.0, 4011.0, 4003.0, 4001.0, 3999.0, 4000.0, 3981.0, 4001.0, 3990.0, 4003.0, 4009.0, 4001.0, 4000.0, 3981.0, 3991.0, 3969.0, 4001.0, 4000.0, 3990.0, 3988.0, 3979.0, 4001.0, 3981.0, 4001.0, 3989.0, 4002.0, 3989.0, 3970.0, 4001.0, 3990.0, 3989.0, 3988.0, 3989.0, 3999.0, 3992.0, 3989.0, 3979.0, 4000.0, 3999.0, 3990.0, 4009.0, 3990.0, 3990.0, 3990.0, 3990.0, 4011.0, 4000.0, 3999.0, 3981.0, 4002.0, 4000.0, 4001.0, 4012.0, 3991.0, 4000.0, 3978.0, 4000.0, 3998.0, 3990.0, 3985.0, 3976.0, 3979.0, 3969.0, 3991.0, 3988.0, 3988.0, 3975.0, 3954.0, 3978.0, 3987.0, 3978.0, 3986.0, 3976.0, 3975.0, 3964.0, 3969.0, 3998.0, 3985.0, 3986.0, 3978.0, 3986.0, 3954.0, 3978.0, 3998.0, 3979.0, 3996.0, 3989.0, 3986.0, 3969.0, 3978.0, 3987.0, 3977.0, 3987.0, 3976.0, 3961.0, 3955.0, 3966.0, 3976.0, 3967.0, 3998.0, 3989.0, 3988.0, 3979.0, 3989.0, 3978.0, 3990.0, 3997.0, 3987.0, 3976.0, 3956.0, 3978.0, 3998.0, 3989.0, 3999.0, 3967.0, 3978.0, 3976.0, 3956.0, 3997.0, 3974.0, 3988.0, 3973.0, 3976.0, 3995.0, 3977.0, 3986.0, 3968.0, 3991.0, 3998.0, 3988.0, 3997.0, 3978.0, 3988.0, 3977.0, 4000.0, 3997.0, 3988.0, 3987.0, 3977.0, 3977.0, 3977.0, 3988.0, 3987.0, 3988.0, 3975.0, 3955.0, 3979.0, 3986.0, 3979.0, 4008.0, 3986.0, 3998.0, 3980.0, 4001.0, 3969.0, 4001.0, 3999.0, 3986.0, 3984.0, 3978.0, 3986.0, 3966.0, 3989.0, 3995.0, 3986.0, 3974.0, 3966.0, 3975.0, 3973.0, 3977.0, 3998.0, 3988.0, 3974.0, 3968.0, 3978.0, 3965.0, 3999.0, 3995.0, 3987.0, 3986.0, 3968.0, 3988.0, 3957.0, 3997.0, 3996.0, 3989.0, 3985.0, 3966.0, 3986.0, 3966.0, 3987.0, 3986.0, 3965.0, 3985.0, 3976.0, 3976.0, 3967.0, 3977.0, 3977.0, 3988.0, 3996.0, 3988.0, 3978.0, 3969.0, 4009.0, 3999.0, 4010.0, 3987.0, 4000.0, 3966.0, 3969.0, 3997.0, 3988.0, 3990.0, 3963.0, 3966.0, 3985.0, 3978.0, 3987.0, 3968.0, 3986.0, 3965.0, 3978.0, 3997.0, 3987.0, 3989.0, 3967.0, 3988.0, 3955.0, 3980.0, 4008.0, 3997.0, 4000.0, 3977.0, 3997.0, 3968.0, 3998.0, 4010.0, 4000.0, 3996.0, 3976.0, 3986.0, 3966.0, 3979.0, 3997.0, 3987.0, 3996.0, 3989.0, 3999.0, 3988.0, 3999.0, 3978.0, 3999.0, 3979.0, 3988.0, 3987.0, 3978.0, 4000.0, 3974.0, 3986.0, 3975.0, 3967.0, 3986.0, 3977.0, 3977.0, 3986.0, 3977.0, 3997.0, 3987.0, 3986.0, 3956.0, 3977.0, 3998.0, 3978.0, 3996.0, 3990.0, 3986.0, 3969.0, 3979.0, 3990.0, 4001.0, 4012.0, 4002.0, 3987.0, 3981.0, 4009.0, 3998.0, 4000.0, 3989.0, 4000.0, 3979.0, 3959.0, 3998.0, 3986.0, 3998.0, 3965.0, 3988.0, 3956.0, 3978.0, 3988.0, 3977.0, 3999.0, 3976.0, 3976.0, 3954.0, 3958.0, 3995.0, 3977.0, 3977.0, 3978.0, 3977.0, 3997.0, 3978.0, 3987.0, 3954.0, 3988.0, 3987.0, 3975.0, 4012.0, 3989.0, 3989.0, 3970.0, 3999.0, 4000.0, 4002.0, 3978.0, 3992.0, 4002.0, 4003.0, 4025.0, 4014.0, 4013.0, 3994.0, 4002.0, 3981.0, 4012.0, 4002.0, 3990.0, 3987.0, 3977.0, 3989.0, 3998.0, 3968.0, 3986.0, 3975.0, 3965.0, 3956.0, 3946.0, 3994.0, 3975.0, 3996.0, 3987.0, 3988.0, 3966.0, 3977.0, 3988.0, 3979.0, 3998.0, 3990.0, 3988.0, 3969.0, 3986.0, 3969.0, 3970.0, 4008.0, 3989.0, 4000.0, 3976.0, 3987.0, 3968.0, 3965.0, 4000.0, 3986.0, 3990.0, 3966.0, 3974.0, 3985.0, 3967.0, 3974.0, 3967.0, 3979.0, 3999.0, 3988.0, 4002.0, 3981.0, 3989.0, 3989.0, 3992.0, 4011.0, 3999.0, 4000.0, 3993.0, 4003.0, 4014.0, 4003.0, 3999.0, 3994.0, 4003.0, 3993.0, 4014.0, 4002.0, 4005.0, 3993.0, 3990.0, 4013.0, 4013.0, 4014.0, 3988.0, 4000.0, 3977.0, 3968.0, 3998.0, 3966.0, 3987.0, 3985.0, 3954.0, 3985.0, 3974.0, 3974.0, 3968.0, 3986.0, 3998.0, 3990.0, 4010.0, 3989.0, 4000.0, 3989.0, 4001.0, 3989.0, 3987.0, 3988.0, 3979.0, 3989.0, 3954.0, 3989.0, 3999.0, 3980.0, 3987.0, 3975.0, 3977.0, 3969.0, 3979.0, 4009.0, 3991.0, 4013.0, 3992.0, 3999.0, 3977.0, 3991.0, 3978.0, 4003.0, 4025.0, 4011.0, 4013.0, 4003.0, 4003.0, 3979.0, 4001.0, 4000.0, 3989.0, 3987.0, 3978.0, 3978.0, 3995.0, 3976.0, 3987.0, 3965.0, 3988.0, 3998.0, 3990.0, 3998.0, 3990.0, 3978.0, 3967.0, 3978.0, 3996.0, 3987.0, 3998.0, 3988.0, 3987.0, 3966.0, 3957.0, 3994.0, 3987.0, 3988.0, 3975.0, 3978.0, 3988.0, 3979.0, 3985.0, 3989.0, 3989.0, 3985.0, 3990.0, 3989.0, 3966.0, 3987.0, 3967.0, 3978.0, 3999.0, 3989.0, 3983.0, 3975.0, 3976.0, 3980.0, 3979.0, 3997.0, 4001.0, 4002.0, 3991.0, 3992.0, 3972.0, 3994.0, 4012.0, 4004.0, 4014.0, 4003.0, 4000.0, 3979.0, 3993.0, 4014.0, 4000.0, 4015.0, 3994.0, 4001.0, 4003.0, 4005.0, 4025.0, 4011.0, 4002.0, 3994.0, 4011.0, 4012.0, 3992.0, 4001.0, 3988.0, 3992.0, 3978.0, 4000.0, 4014.0, 4003.0, 4002.0, 4004.0, 3993.0, 3980.0, 4014.0, 4027.0, 4017.0, 4017.0, 4019.0, 4006.0, 3996.0, 4016.0, 4005.0, 4018.0, 4028.0, 4018.0, 4014.0, 4015.0, 4005.0, 3993.0, 4016.0, 4015.0, 4015.0, 4004.0, 4003.0, 3994.0, 4021.0, 4004.0, 3999.0, 3993.0, 4004.0, 4013.0, 4006.0, 4015.0, 4005.0, 4004.0, 3994.0, 4005.0, 4016.0, 4017.0, 4017.0, 4016.0, 4013.0, 4013.0, 4017.0, 4006.0, 4018.0, 4026.0, 4017.0, 4016.0, 4015.0, 4015.0, 3994.0, 4004.0, 3995.0, 4028.0, 4027.0, 4028.0, 4026.0, 4013.0, 4018.0, 4006.0, 4016.0, 3996.0, 4014.0, 4024.0, 4015.0, 4016.0, 4000.0, 3990.0, 3992.0, 3995.0, 4010.0, 4004.0, 4004.0, 3992.0, 4003.0, 4001.0, 3991.0, 4013.0, 4004.0, 4005.0, 3992.0, 4005.0, 4014.0, 4004.0, 4014.0, 4002.0, 3993.0, 3995.0, 4026.0, 4016.0, 4013.0, 4015.0, 4002.0, 4023.0, 4004.0, 4002.0, 3993.0, 3993.0, 3999.0, 3992.0, 4013.0, 4002.0, 3993.0, 4010.0, 3993.0, 4002.0, 3992.0, 3992.0, 4000.0, 4005.0, 4014.0, 4002.0, 3994.0, 3992.0, 4000.0, 4002.0, 4006.0, 4027.0, 4018.0, 4014.0, 4018.0, 4026.0, 4005.0, 4024.0, 4018.0, 4005.0, 4002.0, 3977.0, 3981.0, 4001.0, 3990.0, 3980.0, 4011.0, 3988.0, 3989.0, 3979.0, 3980.0, 4010.0, 3990.0, 3988.0, 3998.0, 3992.0, 4001.0, 4000.0, 3989.0, 3979.0, 3988.0, 4012.0, 3999.0, 3993.0, 3991.0, 4003.0, 4011.0, 4003.0, 3991.0, 3992.0, 3993.0, 4011.0, 4004.0, 4004.0, 3991.0, 4002.0, 4005.0, 4004.0, 4013.0, 4006.0, 4014.0, 4006.0, 4014.0, 4027.0, 4014.0, 4027.0, 4016.0, 4016.0, 4018.0, 4027.0, 4016.0, 4027.0, 4004.0, 4001.0, 3989.0, 3991.0, 4000.0, 3990.0, 3991.0, 3988.0, 3967.0, 3987.0, 3978.0, 3969.0, 4008.0, 3989.0, 3990.0, 3988.0, 3978.0, 3999.0, 3999.0, 3989.0, 3978.0, 3988.0, 4012.0, 3990.0, 4001.0, 3991.0, 3987.0, 3976.0, 3968.0, 3998.0, 3986.0, 3989.0, 3998.0, 3975.0, 3987.0, 3978.0, 3969.0, 3979.0, 3981.0, 3999.0, 4001.0, 4003.0, 4001.0, 3991.0, 4010.0, 3989.0, 3991.0, 3979.0, 3990.0, 3998.0, 4003.0, 3991.0, 4001.0, 3988.0, 4012.0, 3993.0, 3992.0, 3993.0, 4005.0, 4014.0, 4006.0, 4016.0, 4016.0, 4016.0, 4006.0, 4017.0, 3996.0, 4019.0, 4040.0, 4030.0, 4028.0, 4016.0, 4018.0, 3995.0, 4018.0, 4037.0, 4026.0, 4030.0, 4018.0, 4016.0, 4027.0, 4018.0, 4028.0, 4029.0, 4028.0, 4025.0, 4017.0, 4027.0, 4017.0, 4016.0, 4017.0, 4018.0, 4019.0, 4026.0, 4028.0, 4029.0, 4018.0, 4028.0, 4016.0, 4006.0, 4014.0, 4004.0, 4001.0, 4003.0, 3969.0, 3986.0, 3967.0, 3981.0, 4007.0, 3988.0, 3988.0, 3978.0, 3968.0, 3998.0, 3967.0, 3979.0, 3977.0, 3981.0, 3997.0, 3990.0, 3980.0, 3978.0, 3967.0, 4000.0, 3992.0, 3988.0, 4012.0, 3992.0, 4003.0, 4002.0, 3993.0, 3982.0, 3993.0, 4004.0, 4007.0, 4022.0, 4015.0, 4015.0, 3992.0, 4006.0, 4011.0, 4006.0, 4013.0, 4003.0, 3993.0, 4002.0, 3991.0, 3991.0, 3980.0, 3988.0, 4012.0, 4002.0, 4002.0, 3993.0, 3992.0, 4003.0, 4003.0, 3992.0, 3981.0, 4004.0, 4010.0, 4005.0, 4014.0, 4003.0, 4015.0, 4013.0, 4016.0, 4016.0, 4018.0, 4017.0, 4005.0, 4029.0, 4027.0, 4018.0, 4028.0, 4029.0, 4027.0, 4027.0, 4020.0, 4032.0, 4054.0, 4042.0, 4042.0, 4031.0, 4027.0, 4007.0, 4014.0, 4005.0, 4017.0, 4019.0, 4003.0, 3989.0, 3979.0, 3969.0, 4001.0, 3989.0, 3990.0, 4000.0, 3980.0, 4001.0, 4001.0, 3980.0, 3978.0, 3982.0, 4012.0, 4002.0, 4005.0, 4014.0, 4003.0, 4021.0, 4014.0, 4002.0, 4005.0, 4007.0, 3996.0, 4019.0, 4039.0, 4029.0, 4016.0, 4018.0, 4018.0, 4016.0, 4007.0, 4024.0, 4030.0, 4028.0, 4017.0, 4018.0, 4006.0, 4015.0, 4012.0, 4017.0, 4015.0, 4003.0, 4003.0, 3992.0, 3980.0, 4000.0, 3977.0, 4001.0, 3980.0, 3973.0, 3966.0, 3967.0, 3999.0, 3977.0, 3984.0, 3955.0, 3955.0, 3984.0, 3955.0, 3966.0, 3966.0, 3968.0, 3997.0, 3977.0, 3963.0, 3976.0, 3957.0, 3989.0, 3978.0, 3986.0, 3997.0, 3989.0, 3989.0, 3980.0, 3980.0, 3999.0, 3992.0, 4000.0, 3984.0, 4001.0, 4012.0, 4005.0, 4010.0, 4004.0, 4004.0, 3995.0, 4017.0, 4015.0, 4017.0, 4028.0, 4019.0, 4028.0, 4019.0, 4028.0, 4019.0, 4029.0, 4027.0, 4033.0, 4038.0, 4030.0, 4027.0, 4030.0, 4028.0, 4020.0, 4031.0, 4029.0, 4028.0, 4040.0, 4029.0, 4028.0, 4014.0, 4016.0, 4015.0, 4028.0, 4018.0, 4017.0, 4027.0, 4016.0, 4026.0, 4017.0, 4015.0, 4006.0, 4017.0, 4017.0, 4017.0, 4027.0, 4013.0, 4004.0, 4005.0, 4005.0, 3993.0, 4004.0, 4012.0, 4002.0, 4005.0, 4013.0, 4003.0, 4002.0, 4004.0, 3990.0, 3990.0, 4016.0, 4023.0, 4016.0], 'WindowWidth': [8978.0, 8928.0, 8916.0, 8896.0, 8904.0, 8860.0, 8884.0, 8865.0, 8870.0, 8888.0, 8860.0, 8882.0, 8853.0, 8852.0, 8878.0, 8852.0, 8875.0, 8865.0, 8870.0, 8855.0, 8869.0, 8880.0, 8871.0, 8885.0, 8880.0, 8876.0, 8870.0, 8886.0, 8856.0, 8887.0, 8899.0, 8870.0, 8866.0, 8856.0, 8877.0, 8862.0, 8884.0, 8856.0, 8881.0, 8836.0, 8858.0, 8899.0, 8880.0, 8874.0, 8869.0, 8868.0, 8852.0, 8869.0, 8898.0, 8862.0, 8866.0, 8866.0, 8867.0, 8839.0, 8885.0, 8898.0, 8869.0, 8860.0, 8833.0, 8845.0, 8873.0, 8846.0, 8877.0, 8865.0, 8846.0, 8811.0, 8837.0, 8869.0, 8845.0, 8878.0, 8868.0, 8865.0, 8864.0, 8867.0, 8847.0, 8886.0, 8909.0, 8896.0, 8890.0, 8899.0, 8921.0, 8896.0, 8928.0, 8910.0, 8910.0, 8910.0, 8903.0, 8894.0, 8907.0, 8878.0, 8912.0, 8904.0, 8872.0, 8884.0, 8869.0, 8883.0, 8852.0, 8870.0, 8880.0, 8868.0, 8896.0, 8868.0, 8898.0, 8892.0, 8904.0, 8909.0, 8906.0, 8895.0, 8904.0, 8892.0, 8893.0, 8888.0, 8890.0, 8885.0, 8872.0, 8843.0, 8838.0, 8840.0, 8901.0, 8869.0, 8883.0, 8839.0, 8855.0, 8851.0, 8861.0, 8901.0, 8890.0, 8887.0, 8872.0, 8890.0, 8875.0, 8889.0, 8888.0, 8893.0, 8900.0, 8885.0, 8884.0, 8853.0, 8871.0, 8898.0, 8871.0, 8881.0, 8847.0, 8870.0, 8869.0, 8875.0, 8902.0, 8884.0, 8885.0, 8885.0, 8872.0, 8899.0, 8890.0, 8886.0, 8870.0, 8891.0, 8893.0, 8873.0, 8886.0, 8878.0, 8868.0, 8852.0, 8871.0, 8883.0, 8866.0, 8866.0, 8847.0, 8867.0, 8889.0, 8868.0, 8869.0, 8845.0, 8864.0, 8884.0, 8878.0, 8886.0, 8872.0, 8889.0, 8864.0, 8876.0, 8921.0, 8904.0, 8903.0, 8878.0, 8905.0, 8855.0, 8876.0, 8902.0, 8889.0, 8881.0, 8882.0, 8872.0, 8901.0, 8884.0, 8887.0, 8860.0, 8885.0, 8903.0, 8877.0, 8884.0, 8846.0, 8854.0, 8851.0, 8857.0, 8897.0, 8888.0, 8877.0, 8889.0, 8885.0, 8879.0, 8890.0, 8899.0, 8889.0, 8900.0, 8889.0, 8900.0, 8884.0, 8890.0, 8883.0, 8882.0, 8896.0, 8881.0, 8868.0, 8854.0, 8888.0, 8895.0, 8867.0, 8878.0, 8859.0, 8846.0, 8880.0, 8864.0, 8883.0, 8873.0, 8842.0, 8836.0, 8868.0, 8895.0, 8885.0, 8881.0, 8870.0, 8884.0, 8851.0, 8884.0, 8872.0, 8888.0, 8901.0, 8889.0, 8884.0, 8870.0, 8884.0, 8898.0, 8870.0, 8875.0, 8864.0, 8851.0, 8844.0, 8850.0, 8880.0, 8860.0, 8865.0, 8853.0, 8878.0, 8900.0, 8883.0, 8880.0, 8853.0, 8888.0, 8883.0, 8887.0, 8897.0, 8886.0, 8909.0, 8891.0, 8909.0, 8902.0, 8893.0, 8925.0, 8874.0, 8904.0, 8895.0, 8890.0, 8898.0, 8886.0, 8891.0, 8869.0, 8890.0, 8899.0, 8888.0, 8880.0, 8874.0, 8890.0, 8885.0, 8887.0, 8903.0, 8885.0, 8866.0, 8853.0, 8874.0, 8901.0, 8890.0, 8905.0, 8871.0, 8884.0, 8867.0, 8877.0, 8902.0, 8893.0, 8912.0, 8875.0, 8902.0, 8872.0, 8892.0, 8922.0, 8906.0, 8904.0, 8877.0, 8901.0, 8872.0, 8908.0, 8921.0, 8911.0, 8906.0, 8903.0, 8902.0, 8879.0, 8906.0, 8888.0, 8911.0, 8918.0, 8906.0, 8902.0, 8877.0, 8890.0, 8861.0, 8906.0, 8903.0, 8887.0, 8884.0, 8873.0, 8903.0, 8878.0, 8905.0, 8885.0, 8906.0, 8885.0, 8862.0, 8905.0, 8890.0, 8888.0, 8883.0, 8886.0, 8901.0, 8893.0, 8887.0, 8873.0, 8904.0, 8899.0, 8889.0, 8915.0, 8891.0, 8889.0, 8889.0, 8890.0, 8920.0, 8904.0, 8901.0, 8878.0, 8909.0, 8903.0, 8906.0, 8921.0, 8891.0, 8902.0, 8871.0, 8906.0, 8900.0, 8889.0, 8873.0, 8865.0, 8871.0, 8856.0, 8891.0, 8882.0, 8882.0, 8860.0, 8832.0, 8867.0, 8877.0, 8868.0, 8878.0, 8864.0, 8860.0, 8845.0, 8856.0, 8896.0, 8875.0, 8878.0, 8867.0, 8876.0, 8831.0, 8870.0, 8895.0, 8870.0, 8891.0, 8884.0, 8876.0, 8856.0, 8868.0, 8878.0, 8865.0, 8879.0, 8862.0, 8836.0, 8833.0, 8850.0, 8862.0, 8853.0, 8894.0, 8886.0, 8882.0, 8871.0, 8886.0, 8869.0, 8889.0, 8895.0, 8881.0, 8863.0, 8838.0, 8869.0, 8897.0, 8884.0, 8898.0, 8853.0, 8867.0, 8861.0, 8835.0, 8893.0, 8859.0, 8883.0, 8856.0, 8864.0, 8891.0, 8867.0, 8878.0, 8854.0, 8889.0, 8896.0, 8882.0, 8893.0, 8868.0, 8884.0, 8867.0, 8900.0, 8896.0, 8882.0, 8879.0, 8865.0, 8866.0, 8865.0, 8882.0, 8879.0, 8880.0, 8858.0, 8834.0, 8871.0, 8876.0, 8872.0, 8911.0, 8879.0, 8895.0, 8874.0, 8903.0, 8857.0, 8904.0, 8901.0, 8878.0, 8873.0, 8867.0, 8877.0, 8849.0, 8884.0, 8891.0, 8875.0, 8857.0, 8848.0, 8862.0, 8854.0, 8865.0, 8895.0, 8880.0, 8857.0, 8855.0, 8869.0, 8848.0, 8897.0, 8888.0, 8878.0, 8877.0, 8854.0, 8881.0, 8839.0, 8895.0, 8893.0, 8882.0, 8873.0, 8850.0, 8875.0, 8850.0, 8879.0, 8877.0, 8846.0, 8873.0, 8862.0, 8860.0, 8854.0, 8865.0, 8865.0, 8883.0, 8891.0, 8882.0, 8868.0, 8860.0, 8917.0, 8902.0, 8918.0, 8881.0, 8900.0, 8850.0, 8858.0, 8895.0, 8884.0, 8887.0, 8842.0, 8849.0, 8874.0, 8867.0, 8879.0, 8855.0, 8878.0, 8846.0, 8869.0, 8895.0, 8881.0, 8885.0, 8851.0, 8882.0, 8835.0, 8874.0, 8913.0, 8896.0, 8902.0, 8867.0, 8892.0, 8856.0, 8898.0, 8917.0, 8901.0, 8893.0, 8865.0, 8876.0, 8849.0, 8871.0, 8895.0, 8880.0, 8893.0, 8885.0, 8899.0, 8883.0, 8901.0, 8870.0, 8898.0, 8871.0, 8882.0, 8878.0, 8869.0, 8903.0, 8860.0, 8876.0, 8859.0, 8850.0, 8875.0, 8865.0, 8865.0, 8875.0, 8865.0, 8893.0, 8878.0, 8876.0, 8836.0, 8866.0, 8895.0, 8870.0, 8891.0, 8887.0, 8877.0, 8860.0, 8873.0, 8888.0, 8907.0, 8922.0, 8908.0, 8882.0, 8877.0, 8915.0, 8899.0, 8903.0, 8884.0, 8900.0, 8869.0, 8844.0, 8898.0, 8878.0, 8896.0, 8847.0, 8881.0, 8835.0, 8868.0, 8882.0, 8868.0, 8900.0, 8865.0, 8863.0, 8830.0, 8840.0, 8889.0, 8865.0, 8866.0, 8866.0, 8866.0, 8893.0, 8867.0, 8879.0, 8834.0, 8883.0, 8881.0, 8863.0, 8921.0, 8887.0, 8888.0, 8864.0, 8904.0, 8904.0, 8910.0, 8872.0, 8895.0, 8909.0, 8913.0, 8945.0, 8929.0, 8923.0, 8899.0, 8908.0, 8878.0, 8922.0, 8909.0, 8887.0, 8879.0, 8865.0, 8884.0, 8896.0, 8853.0, 8877.0, 8858.0, 8844.0, 8835.0, 8824.0, 8888.0, 8863.0, 8893.0, 8881.0, 8882.0, 8849.0, 8866.0, 8882.0, 8872.0, 8897.0, 8888.0, 8883.0, 8857.0, 8878.0, 8858.0, 8861.0, 8913.0, 8887.0, 8903.0, 8865.0, 8878.0, 8853.0, 8848.0, 8902.0, 8877.0, 8887.0, 8850.0, 8858.0, 8873.0, 8852.0, 8857.0, 8852.0, 8872.0, 8900.0, 8887.0, 8907.0, 8876.0, 8887.0, 8886.0, 8895.0, 8921.0, 8904.0, 8906.0, 8898.0, 8914.0, 8929.0, 8913.0, 8903.0, 8901.0, 8913.0, 8899.0, 8930.0, 8910.0, 8917.0, 8897.0, 8893.0, 8926.0, 8925.0, 8928.0, 8884.0, 8902.0, 8865.0, 8854.0, 8898.0, 8850.0, 8878.0, 8872.0, 8829.0, 8871.0, 8860.0, 8860.0, 8855.0, 8881.0, 8896.0, 8888.0, 8917.0, 8886.0, 8901.0, 8887.0, 8905.0, 8885.0, 8882.0, 8882.0, 8869.0, 8884.0, 8833.0, 8885.0, 8901.0, 8873.0, 8880.0, 8863.0, 8867.0, 8857.0, 8873.0, 8916.0, 8894.0, 8923.0, 8896.0, 8901.0, 8870.0, 8893.0, 8873.0, 8913.0, 8948.0, 8922.0, 8925.0, 8912.0, 8912.0, 8874.0, 8905.0, 8907.0, 8888.0, 8883.0, 8869.0, 8869.0, 8890.0, 8863.0, 8879.0, 8850.0, 8883.0, 8898.0, 8887.0, 8897.0, 8887.0, 8868.0, 8854.0, 8870.0, 8895.0, 8881.0, 8899.0, 8882.0, 8879.0, 8848.0, 8839.0, 8886.0, 8880.0, 8881.0, 8860.0, 8867.0, 8881.0, 8870.0, 8875.0, 8885.0, 8886.0, 8876.0, 8887.0, 8884.0, 8851.0, 8881.0, 8852.0, 8868.0, 8899.0, 8884.0, 8871.0, 8864.0, 8865.0, 8875.0, 8874.0, 8897.0, 8905.0, 8907.0, 8892.0, 8893.0, 8867.0, 8900.0, 8923.0, 8915.0, 8932.0, 8912.0, 8905.0, 8876.0, 8900.0, 8931.0, 8908.0, 8930.0, 8899.0, 8907.0, 8911.0, 8915.0, 8945.0, 8922.0, 8912.0, 8901.0, 8922.0, 8923.0, 8893.0, 8906.0, 8885.0, 8896.0, 8872.0, 8905.0, 8929.0, 8911.0, 8909.0, 8913.0, 8899.0, 8878.0, 8930.0, 8954.0, 8938.0, 8938.0, 8946.0, 8922.0, 8906.0, 8935.0, 8917.0, 8940.0, 8958.0, 8941.0, 8930.0, 8932.0, 8918.0, 8899.0, 8936.0, 8934.0, 8931.0, 8916.0, 8911.0, 8900.0, 8936.0, 8914.0, 8903.0, 8899.0, 8915.0, 8928.0, 8920.0, 8932.0, 8918.0, 8914.0, 8901.0, 8919.0, 8933.0, 8938.0, 8938.0, 8936.0, 8927.0, 8928.0, 8938.0, 8920.0, 8940.0, 8949.0, 8939.0, 8937.0, 8934.0, 8931.0, 8903.0, 8916.0, 8906.0, 8954.0, 8955.0, 8956.0, 8950.0, 8929.0, 8942.0, 8922.0, 8936.0, 8907.0, 8933.0, 8948.0, 8934.0, 8935.0, 8905.0, 8890.0, 8895.0, 8902.0, 8923.0, 8915.0, 8917.0, 8896.0, 8910.0, 8906.0, 8894.0, 8927.0, 8914.0, 8917.0, 8898.0, 8917.0, 8928.0, 8914.0, 8928.0, 8909.0, 8897.0, 8904.0, 8950.0, 8936.0, 8932.0, 8933.0, 8911.0, 8943.0, 8915.0, 8909.0, 8897.0, 8897.0, 8901.0, 8896.0, 8927.0, 8910.0, 8896.0, 8918.0, 8897.0, 8907.0, 8895.0, 8897.0, 8903.0, 8918.0, 8929.0, 8909.0, 8900.0, 8894.0, 8907.0, 8910.0, 8922.0, 8955.0, 8942.0, 8934.0, 8942.0, 8951.0, 8919.0, 8947.0, 8943.0, 8918.0, 8911.0, 8868.0, 8877.0, 8906.0, 8886.0, 8875.0, 8922.0, 8883.0, 8886.0, 8872.0, 8875.0, 8917.0, 8888.0, 8885.0, 8898.0, 8896.0, 8906.0, 8903.0, 8885.0, 8872.0, 8886.0, 8924.0, 8903.0, 8899.0, 8893.0, 8910.0, 8922.0, 8909.0, 8891.0, 8894.0, 8898.0, 8921.0, 8914.0, 8917.0, 8895.0, 8912.0, 8918.0, 8915.0, 8929.0, 8921.0, 8932.0, 8921.0, 8931.0, 8951.0, 8931.0, 8954.0, 8936.0, 8937.0, 8940.0, 8954.0, 8937.0, 8954.0, 8916.0, 8911.0, 8887.0, 8893.0, 8908.0, 8888.0, 8893.0, 8882.0, 8852.0, 8879.0, 8866.0, 8857.0, 8912.0, 8884.0, 8889.0, 8883.0, 8869.0, 8898.0, 8899.0, 8885.0, 8869.0, 8886.0, 8923.0, 8890.0, 8907.0, 8891.0, 8881.0, 8864.0, 8856.0, 8898.0, 8878.0, 8886.0, 8896.0, 8862.0, 8879.0, 8868.0, 8857.0, 8871.0, 8877.0, 8901.0, 8907.0, 8910.0, 8905.0, 8890.0, 8917.0, 8886.0, 8891.0, 8873.0, 8890.0, 8900.0, 8910.0, 8892.0, 8904.0, 8885.0, 8922.0, 8897.0, 8895.0, 8898.0, 8917.0, 8929.0, 8922.0, 8934.0, 8935.0, 8934.0, 8923.0, 8939.0, 8909.0, 8944.0, 8976.0, 8961.0, 8957.0, 8935.0, 8939.0, 8907.0, 8941.0, 8970.0, 8951.0, 8962.0, 8940.0, 8938.0, 8951.0, 8941.0, 8956.0, 8957.0, 8959.0, 8948.0, 8939.0, 8954.0, 8938.0, 8933.0, 8938.0, 8941.0, 8945.0, 8955.0, 8956.0, 8960.0, 8940.0, 8957.0, 8935.0, 8922.0, 8938.0, 8918.0, 8911.0, 8912.0, 8859.0, 8883.0, 8853.0, 8877.0, 8914.0, 8882.0, 8883.0, 8866.0, 8854.0, 8896.0, 8853.0, 8872.0, 8867.0, 8876.0, 8898.0, 8889.0, 8873.0, 8868.0, 8856.0, 8903.0, 8894.0, 8885.0, 8922.0, 8896.0, 8911.0, 8910.0, 8896.0, 8883.0, 8900.0, 8915.0, 8923.0, 8941.0, 8933.0, 8931.0, 8896.0, 8919.0, 8923.0, 8918.0, 8929.0, 8912.0, 8899.0, 8910.0, 8891.0, 8889.0, 8875.0, 8886.0, 8921.0, 8907.0, 8911.0, 8897.0, 8895.0, 8912.0, 8911.0, 8893.0, 8878.0, 8915.0, 8921.0, 8918.0, 8933.0, 8916.0, 8934.0, 8928.0, 8935.0, 8935.0, 8939.0, 8941.0, 8922.0, 8959.0, 8956.0, 8944.0, 8957.0, 8959.0, 8955.0, 8957.0, 8948.0, 8967.0, 9003.0, 8983.0, 8984.0, 8964.0, 8952.0, 8924.0, 8933.0, 8919.0, 8939.0, 8949.0, 8915.0, 8888.0, 8871.0, 8861.0, 8907.0, 8887.0, 8889.0, 8903.0, 8876.0, 8905.0, 8905.0, 8874.0, 8870.0, 8881.0, 8923.0, 8909.0, 8917.0, 8928.0, 8912.0, 8937.0, 8928.0, 8911.0, 8920.0, 8925.0, 8909.0, 8945.0, 8975.0, 8957.0, 8938.0, 8940.0, 8941.0, 8935.0, 8925.0, 8945.0, 8959.0, 8956.0, 8937.0, 8941.0, 8920.0, 8934.0, 8926.0, 8939.0, 8935.0, 8915.0, 8910.0, 8893.0, 8877.0, 8903.0, 8870.0, 8908.0, 8876.0, 8856.0, 8851.0, 8853.0, 8900.0, 8866.0, 8873.0, 8831.0, 8831.0, 8870.0, 8831.0, 8848.0, 8848.0, 8854.0, 8894.0, 8865.0, 8842.0, 8861.0, 8839.0, 8884.0, 8869.0, 8879.0, 8896.0, 8885.0, 8884.0, 8873.0, 8875.0, 8901.0, 8894.0, 8905.0, 8888.0, 8910.0, 8925.0, 8916.0, 8919.0, 8915.0, 8916.0, 8905.0, 8938.0, 8934.0, 8939.0, 8956.0, 8944.0, 8953.0, 8944.0, 8955.0, 8945.0, 8961.0, 8956.0, 8970.0, 8974.0, 8963.0, 8956.0, 8961.0, 8956.0, 8946.0, 8966.0, 8958.0, 8958.0, 8977.0, 8958.0, 8958.0, 8932.0, 8937.0, 8935.0, 8957.0, 8942.0, 8939.0, 8953.0, 8935.0, 8950.0, 8938.0, 8934.0, 8922.0, 8941.0, 8938.0, 8940.0, 8954.0, 8927.0, 8915.0, 8918.0, 8918.0, 8897.0, 8915.0, 8927.0, 8911.0, 8918.0, 8927.0, 8909.0, 8907.0, 8912.0, 8891.0, 8892.0, 8935.0, 8942.0, 8938.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.00017678311499272196</td></tr>
<tr><td colspan=3>aqi</td><td>0.030104186608442506</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.45886559425335</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1525766658703556</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9630851899927172</td></tr>
<tr><td colspan=3>efc</td><td>0.4431</td></tr>
<tr><td colspan=3>fber</td><td>7839.4658</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06306272684388389</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.14556040756914118</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.567522508102854</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4614945776770325</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9196248394816284</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3214481071498994</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140775</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02043614536523819</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02327393926680088</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9253409039882117</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>62.6218</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.6777</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.1221</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308763.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>664.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.3737</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5396</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.3151</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3224.9924</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.1148</td></tr>
<tr><td colspan=3>tsnr</td><td>38.601187488297</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>