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

616 lines
No EOL
119 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-0090_ses-01_task-alignvideo_acq-mb8_run-03_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-0090_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_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-0090/ses-01/func/sub-0090_ses-01_task-alignvideo_acq-mb8_run-03_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>6e423186fe98e417e8bbb2eda31ed9a4</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>21:56:10.647500</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.998938, 0.0187708, 0.0420755, -0.0214481, 0.997712, 0.0641081]</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-03_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.104879</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7729, -7233, 587, 41, -81, -94, -5]</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>252.257</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dca95f43-85d8-4d8f-bc5c-d3755341d145||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.6800777912139893, -0.057543572038412094, 0.11009500175714493, 112.96612548828125], [-0.0503607913851738, 2.6767895221710205, 0.1753445565700531, -94.906494140625], [0.11288559436798096, -0.17199724912643433, 2.692049980163574, -59.23274230957031], [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, 1016]</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], 'AcquisitionTime': ['215610.647500', '215611.107500', '215611.567500', '215612.027500', '215612.487500', '215612.947500', '215613.407500', '215613.867500', '215614.327500', '215614.787500', '215615.247500', '215615.707500', '215616.167500', '215616.627500', '215617.087500', '215617.547500', '215618.007500', '215618.467500', '215618.927500', '215619.387500', '215619.847500', '215620.307500', '215620.767500', '215621.227500', '215621.687500', '215622.147500', '215622.607500', '215623.067500', '215623.527500', '215623.987500', '215624.447500', '215624.907500', '215625.367500', '215625.827500', '215626.287500', '215626.747500', '215627.207500', '215627.667500', '215628.127500', '215628.587500', '215629.047500', '215629.507500', '215629.967500', '215630.427500', '215630.887500', '215631.347500', '215631.807500', '215632.267500', '215632.727500', '215633.187500', '215633.647500', '215634.107500', '215634.567500', '215635.027500', '215635.487500', '215635.947500', '215636.407500', '215636.867500', '215637.327500', '215637.787500', '215638.247500', '215638.707500', '215639.167500', '215639.627500', '215640.087500', '215640.547500', '215641.007500', '215641.467500', '215641.927500', '215642.387500', '215642.847500', '215643.307500', '215643.767500', '215644.227500', '215644.687500', '215645.147500', '215645.607500', '215646.067500', '215646.527500', '215646.987500', '215647.447500', '215647.907500', '215648.367500', '215648.827500', '215649.287500', '215649.747500', '215650.207500', '215650.667500', '215651.127500', '215651.587500', '215652.047500', '215652.507500', '215652.967500', '215653.427500', '215653.887500', '215654.347500', '215654.807500', '215655.267500', '215655.727500', '215656.187500', '215656.647500', '215657.107500', '215657.567500', '215658.027500', '215658.487500', '215658.947500', '215659.407500', '215659.867500', '215700.327500', '215700.787500', '215701.247500', '215701.707500', '215702.167500', '215702.627500', '215703.087500', '215703.547500', '215704.007500', '215704.467500', '215704.927500', '215705.387500', '215705.847500', '215706.307500', '215706.767500', '215707.227500', '215707.687500', '215708.147500', '215708.607500', '215709.067500', '215709.527500', '215709.987500', '215710.447500', '215710.907500', '215711.367500', '215711.827500', '215712.287500', '215712.747500', '215713.207500', '215713.667500', '215714.127500', '215714.587500', '215715.047500', '215715.507500', '215715.967500', '215716.427500', '215716.887500', '215717.347500', '215717.807500', '215718.267500', '215718.727500', '215719.187500', '215719.647500', '215720.107500', '215720.567500', '215721.027500', '215721.487500', '215721.947500', '215722.407500', '215722.867500', '215723.327500', '215723.787500', '215724.247500', '215724.707500', '215725.167500', '215725.627500', '215726.087500', '215726.547500', '215727.007500', '215727.467500', '215727.927500', '215728.387500', '215728.847500', '215729.307500', '215729.767500', '215730.227500', '215730.687500', '215731.147500', '215731.607500', '215732.067500', '215732.527500', '215732.987500', '215733.447500', '215733.907500', '215734.367500', '215734.827500', '215735.287500', '215735.747500', '215736.207500', '215736.667500', '215737.127500', '215737.587500', '215738.047500', '215738.507500', '215738.967500', '215739.427500', '215739.887500', '215740.347500', '215740.807500', '215741.267500', '215741.727500', '215742.187500', '215742.647500', '215743.107500', '215743.567500', '215744.027500', '215744.487500', '215744.947500', '215745.407500', '215745.867500', '215746.327500', '215746.787500', '215747.247500', '215747.707500', '215748.167500', '215748.627500', '215749.087500', '215749.547500', '215750.007500', '215750.467500', '215750.927500', '215751.387500', '215751.847500', '215752.307500', '215752.767500', '215753.227500', '215753.687500', '215754.147500', '215754.607500', '215755.067500', '215755.527500', '215755.987500', '215756.447500', '215756.907500', '215757.367500', '215757.827500', '215758.287500', '215758.747500', '215759.207500', '215759.667500', '215800.127500', '215800.587500', '215801.047500', '215801.507500', '215801.967500', '215802.427500', '215802.887500', '215803.347500', '215803.807500', '215804.267500', '215804.727500', '215805.187500', '215805.647500', '215806.107500', '215806.567500', '215807.027500', '215807.487500', '215807.947500', '215808.407500', '215808.867500', '215809.327500', '215809.787500', '215810.247500', '215810.707500', '215811.167500', '215811.627500', '215812.087500', '215812.547500', '215813.007500', '215813.467500', '215813.927500', '215814.387500', '215814.847500', '215815.307500', '215815.767500', '215816.227500', '215816.687500', '215817.147500', '215817.607500', '215818.067500', '215818.527500', '215818.987500', '215819.447500', '215819.907500', '215820.367500', '215820.827500', '215821.287500', '215821.747500', '215822.207500', '215822.667500', '215823.127500', '215823.587500', '215824.047500', '215824.507500', '215824.967500', '215825.427500', '215825.887500', '215826.347500', '215826.807500', '215827.267500', '215827.727500', '215828.187500', '215828.647500', '215829.107500', '215829.567500', '215830.027500', '215830.487500', '215830.947500', '215831.407500', '215831.867500', '215832.327500', '215832.787500', '215833.247500', '215833.707500', '215834.167500', '215834.627500', '215835.087500', '215835.547500', '215836.007500', '215836.467500', '215836.927500', '215837.387500', '215837.847500', '215838.307500', '215838.767500', '215839.227500', '215839.687500', '215840.147500', '215840.607500', '215841.067500', '215841.527500', '215841.987500', '215842.447500', '215842.907500', '215843.367500', '215843.827500', '215844.287500', '215844.747500', '215845.207500', '215845.667500', '215846.127500', '215846.587500', '215847.047500', '215847.507500', '215847.967500', '215848.427500', '215848.887500', '215849.347500', '215849.807500', '215850.267500', '215850.727500', '215851.187500', '215851.647500', '215852.107500', '215852.567500', '215853.027500', '215853.487500', '215853.947500', '215854.407500', '215854.867500', '215855.327500', '215855.787500', '215856.247500', '215856.707500', '215857.167500', '215857.627500', '215858.087500', '215858.547500', '215859.007500', '215859.467500', '215859.927500', '215900.387500', '215900.847500', '215901.307500', '215901.767500', '215902.227500', '215902.687500', '215903.147500', '215903.607500', '215904.067500', '215904.527500', '215904.987500', '215905.447500', '215905.907500', '215906.367500', '215906.827500', '215907.287500', '215907.747500', '215908.207500', '215908.667500', '215909.127500', '215909.587500', '215910.047500', '215910.507500', '215910.967500', '215911.427500', '215911.887500', '215912.347500', '215912.807500', '215913.267500', '215913.727500', '215914.187500', '215914.647500', '215915.107500', '215915.567500', '215916.027500', '215916.487500', '215916.947500', '215917.407500', '215917.867500', '215918.327500', '215918.787500', '215919.247500', '215919.707500', '215920.167500', '215920.627500', '215921.087500', '215921.547500', '215922.007500', '215922.467500', '215922.927500', '215923.387500', '215923.847500', '215924.307500', '215924.767500', '215925.227500', '215925.687500', '215926.147500', '215926.607500', '215927.067500', '215927.527500', '215927.987500', '215928.447500', '215928.907500', '215929.367500', '215929.827500', '215930.287500', '215930.747500', '215931.207500', '215931.667500', '215932.127500', '215932.587500', '215933.047500', '215933.507500', '215933.967500', '215934.427500', '215934.887500', '215935.347500', '215935.807500', '215936.267500', '215936.727500', '215937.187500', '215937.647500', '215938.107500', '215938.567500', '215939.027500', '215939.487500', '215939.947500', '215940.407500', '215940.867500', '215941.327500', '215941.787500', '215942.247500', '215942.707500', '215943.167500', '215943.627500', '215944.087500', '215944.547500', '215945.007500', '215945.467500', '215945.927500', '215946.387500', '215946.847500', '215947.307500', '215947.767500', '215948.227500', '215948.687500', '215949.147500', '215949.607500', '215950.067500', '215950.527500', '215950.987500', '215951.447500', '215951.907500', '215952.367500', '215952.827500', '215953.287500', '215953.747500', '215954.207500', '215954.667500', '215955.127500', '215955.587500', '215956.047500', '215956.507500', '215956.967500', '215957.427500', '215957.887500', '215958.347500', '215958.807500', '215959.267500', '215959.727500', '220000.187500', '220000.647500', '220001.107500', '220001.567500', '220002.027500', '220002.487500', '220002.947500', '220003.407500', '220003.867500', '220004.327500', '220004.787500', '220005.247500', '220005.707500', '220006.167500', '220006.627500', '220007.087500', '220007.547500', '220008.007500', '220008.467500', '220008.927500', '220009.387500', '220009.847500', '220010.307500', '220010.767500', '220011.227500', '220011.687500', '220012.147500', '220012.607500', '220013.067500', '220013.527500', '220013.987500', '220014.447500', '220014.907500', '220015.367500', '220015.827500', '220016.287500', '220016.747500', '220017.207500', '220017.667500', '220018.127500', '220018.587500', '220019.047500', '220019.507500', '220019.967500', '220020.427500', '220020.887500', '220021.347500', '220021.807500', '220022.267500', '220022.727500', '220023.187500', '220023.647500', '220024.107500', '220024.567500', '220025.027500', '220025.487500', '220025.947500', '220026.407500', '220026.867500', '220027.327500', '220027.787500', '220028.247500', '220028.707500', '220029.167500', '220029.627500', '220030.087500', '220030.547500', '220031.007500', '220031.467500', '220031.927500', '220032.387500', '220032.847500', '220033.307500', '220033.767500', '220034.227500', '220034.687500', '220035.147500', '220035.607500', '220036.067500', '220036.527500', '220036.987500', '220037.447500', '220037.907500', '220038.367500', '220038.827500', '220039.287500', '220039.747500', '220040.207500', '220040.667500', '220041.127500', '220041.587500', '220042.047500', '220042.507500', '220042.967500', '220043.427500', '220043.887500', '220044.347500', '220044.807500', '220045.267500', '220045.727500', '220046.187500', '220046.647500', '220047.107500', '220047.567500', '220048.027500', '220048.487500', '220048.947500', '220049.407500', '220049.867500', '220050.327500', '220050.787500', '220051.247500', '220051.707500', '220052.167500', '220052.627500', '220053.087500', '220053.547500', '220054.007500', '220054.467500', '220054.927500', '220055.387500', '220055.847500', '220056.307500', '220056.767500', '220057.227500', '220057.687500', '220058.147500', '220058.607500', '220059.067500', '220059.527500', '220059.987500', '220100.447500', '220100.907500', '220101.367500', '220101.827500', '220102.287500', '220102.747500', '220103.207500', '220103.667500', '220104.127500', '220104.587500', '220105.047500', '220105.507500', '220105.967500', '220106.427500', '220106.887500', '220107.347500', '220107.807500', '220108.267500', '220108.727500', '220109.187500', '220109.647500', '220110.107500', '220110.567500', '220111.027500', '220111.487500', '220111.947500', '220112.407500', '220112.867500', '220113.327500', '220113.787500', '220114.247500', '220114.707500', '220115.167500', '220115.627500', '220116.087500', '220116.547500', '220117.007500', '220117.467500', '220117.927500', '220118.387500', '220118.847500', '220119.307500', '220119.767500', '220120.227500', '220120.687500', '220121.147500', '220121.607500', '220122.067500', '220122.527500', '220122.987500', '220123.447500', '220123.907500', '220124.367500', '220124.827500', '220125.287500', '220125.747500', '220126.207500', '220126.667500', '220127.127500', '220127.587500', '220128.047500', '220128.507500', '220128.967500', '220129.427500', '220129.887500', '220130.347500', '220130.807500', '220131.267500', '220131.727500', '220132.187500', '220132.647500', '220133.107500', '220133.567500', '220134.027500', '220134.487500', '220134.947500', '220135.407500', '220135.867500', '220136.327500', '220136.787500', '220137.247500', '220137.707500', '220138.167500', '220138.627500', '220139.087500', '220139.547500', '220140.007500', '220140.467500', '220140.927500', '220141.387500', '220141.847500', '220142.307500', '220142.767500', '220143.227500', '220143.687500', '220144.147500', '220144.607500', '220145.067500', '220145.527500', '220145.987500', '220146.447500', '220146.907500', '220147.367500', '220147.827500', '220148.287500', '220148.747500', '220149.207500', '220149.667500', '220150.127500', '220150.587500', '220151.047500', '220151.507500', '220151.967500', '220152.427500', '220152.887500', '220153.347500', '220153.807500', '220154.267500', '220154.727500', '220155.187500', '220155.647500', '220156.107500', '220156.567500', '220157.027500', '220157.487500', '220157.947500', '220158.407500', '220158.867500', '220159.327500', '220159.787500', '220200.247500', '220200.707500', '220201.167500', '220201.627500', '220202.087500', '220202.547500', '220203.007500', '220203.467500', '220203.927500', '220204.387500', '220204.847500', '220205.307500', '220205.767500', '220206.227500', '220206.687500', '220207.147500', '220207.607500', '220208.067500', '220208.527500', '220208.987500', '220209.447500', '220209.907500', '220210.367500', '220210.827500', '220211.287500', '220211.747500', '220212.207500', '220212.667500', '220213.127500', '220213.587500', '220214.047500', '220214.507500', '220214.967500', '220215.427500', '220215.887500', '220216.347500', '220216.807500', '220217.267500', '220217.727500', '220218.187500', '220218.647500', '220219.107500', '220219.567500', '220220.027500', '220220.487500', '220220.947500', '220221.407500', '220221.867500', '220222.327500', '220222.787500', '220223.247500', '220223.707500', '220224.167500', '220224.627500', '220225.087500', '220225.547500', '220226.007500', '220226.467500', '220226.927500', '220227.387500', '220227.847500', '220228.307500', '220228.767500', '220229.227500', '220229.687500', '220230.147500', '220230.607500', '220231.067500', '220231.527500', '220231.987500', '220232.447500', '220232.907500', '220233.367500', '220233.827500', '220234.287500', '220234.747500', '220235.207500', '220235.667500', '220236.127500', '220236.587500', '220237.047500', '220237.507500', '220237.967500', '220238.427500', '220238.887500', '220239.347500', '220239.807500', '220240.267500', '220240.727500', '220241.187500', '220241.647500', '220242.107500', '220242.567500', '220243.027500', '220243.487500', '220243.947500', '220244.407500', '220244.867500', '220245.327500', '220245.787500', '220246.247500', '220246.707500', '220247.167500', '220247.627500', '220248.087500', '220248.547500', '220249.007500', '220249.467500', '220249.927500', '220250.387500', '220250.847500', '220251.307500', '220251.767500', '220252.227500', '220252.687500', '220253.147500', '220253.607500', '220254.067500', '220254.527500', '220254.987500', '220255.447500', '220255.907500', '220256.367500', '220256.827500', '220257.287500', '220257.747500', '220258.207500', '220258.667500', '220259.127500', '220259.587500', '220300.047500', '220300.507500', '220300.967500', '220301.427500', '220301.887500', '220302.347500', '220302.807500', '220303.267500', '220303.727500', '220304.187500', '220304.647500', '220305.107500', '220305.567500', '220306.027500', '220306.487500', '220306.947500', '220307.407500', '220307.867500', '220308.327500', '220308.787500', '220309.247500', '220309.707500', '220310.167500', '220310.627500', '220311.087500', '220311.547500', '220312.007500', '220312.467500', '220312.927500', '220313.387500', '220313.847500', '220314.307500', '220314.767500', '220315.227500', '220315.687500', '220316.147500', '220316.607500', '220317.067500', '220317.527500', '220317.987500', '220318.447500', '220318.907500', '220319.367500', '220319.827500', '220320.287500', '220320.747500', '220321.207500', '220321.667500', '220322.127500', '220322.587500', '220323.047500', '220323.507500', '220323.967500', '220324.427500', '220324.887500', '220325.347500', '220325.807500', '220326.267500', '220326.727500', '220327.187500', '220327.647500', '220328.107500', '220328.567500', '220329.027500', '220329.487500', '220329.947500', '220330.407500', '220330.867500', '220331.327500', '220331.787500', '220332.247500', '220332.707500', '220333.167500', '220333.627500', '220334.087500', '220334.547500', '220335.007500', '220335.467500', '220335.927500', '220336.387500', '220336.847500', '220337.307500', '220337.767500', '220338.227500', '220338.687500', '220339.147500', '220339.607500', '220340.067500', '220340.527500', '220340.987500', '220341.447500', '220341.907500', '220342.367500', '220342.827500', '220343.287500', '220343.747500', '220344.207500', '220344.667500', '220345.127500', '220345.587500', '220346.047500', '220346.507500', '220346.967500', '220347.427500', '220347.887500', '220348.347500', '220348.807500', '220349.267500', '220349.727500', '220350.187500', '220350.647500', '220351.107500', '220351.567500', '220352.027500', '220352.487500', '220352.947500', '220353.407500', '220353.867500', '220354.327500', '220354.787500', '220355.247500', '220355.707500', '220356.167500', '220356.627500', '220357.087500', '220357.547500'], 'ContentTime': ['215634.644000', '215634.647000', '215634.650000', '215634.652000', '215634.655000', '215634.658000', '215634.660000', '215634.663000', '215634.666000', '215634.668000', '215634.671000', '215634.673000', '215634.676000', '215634.679000', '215634.681000', '215634.684000', '215634.687000', '215634.689000', '215634.692000', '215634.694000', '215634.697000', '215634.700000', '215634.702000', '215634.705000', '215634.707000', '215634.710000', '215634.713000', '215634.715000', '215634.718000', '215634.720000', '215634.723000', '215634.725000', '215634.728000', '215634.740000', '215634.743000', '215634.745000', '215634.748000', '215634.751000', '215634.753000', '215634.756000', '215634.758000', '215634.761000', '215634.764000', '215634.766000', '215634.769000', '215634.771000', '215634.774000', '215634.777000', '215634.779000', '215634.782000', '215654.604000', '215654.607000', '215654.609000', '215654.612000', '215654.614000', '215654.617000', '215654.620000', '215654.622000', '215654.625000', '215654.627000', '215654.630000', '215654.633000', '215654.635000', '215654.638000', '215654.640000', '215654.643000', '215654.646000', '215654.648000', '215654.651000', '215654.674000', '215654.676000', '215654.679000', '215654.682000', '215654.684000', '215654.687000', '215654.689000', '215654.692000', '215654.694000', '215654.697000', '215654.700000', '215654.702000', '215654.705000', '215654.707000', '215654.710000', '215654.713000', '215654.715000', '215654.718000', '215654.721000', '215654.723000', '215654.726000', '215654.728000', '215654.731000', '215654.733000', '215714.602000', '215714.605000', '215714.608000', '215714.610000', '215714.613000', '215714.616000', '215714.618000', '215714.621000', '215714.624000', '215714.626000', '215714.629000', '215714.631000', '215714.634000', '215714.637000', '215714.639000', '215714.642000', '215714.644000', '215714.647000', '215714.649000', '215714.652000', '215714.655000', '215714.661000', '215714.664000', '215714.667000', '215714.669000', '215714.672000', '215714.674000', '215714.677000', '215714.680000', '215714.682000', '215714.685000', '215714.688000', '215714.690000', '215714.693000', '215714.695000', '215714.698000', '215714.701000', '215714.703000', '215714.706000', '215714.709000', '215714.711000', '215714.714000', '215714.717000', '215714.719000', '215734.602000', '215734.606000', '215734.609000', '215734.611000', '215734.614000', '215734.617000', '215734.619000', '215734.622000', '215734.625000', '215734.627000', '215734.642000', '215734.645000', '215734.648000', '215734.650000', '215734.653000', '215734.655000', '215734.658000', '215734.660000', '215734.663000', '215734.666000', '215734.668000', '215734.671000', '215734.674000', '215734.676000', '215734.686000', '215734.689000', '215734.692000', '215734.694000', '215734.697000', '215734.700000', '215734.702000', '215734.705000', '215734.708000', '215734.710000', '215734.713000', '215734.716000', '215734.718000', '215734.721000', '215734.723000', '215734.726000', '215734.729000', '215734.731000', '215734.734000', '215754.602000', '215754.605000', '215754.608000', '215754.611000', '215754.613000', '215754.616000', '215754.618000', '215754.627000', '215754.629000', '215754.632000', '215754.635000', '215754.638000', '215754.641000', '215754.643000', '215754.646000', '215754.649000', '215754.651000', '215754.654000', '215754.657000', '215754.659000', '215754.662000', '215754.665000', '215754.667000', '215754.670000', '215754.672000', '215754.675000', '215754.678000', '215754.680000', '215754.683000', '215754.686000', '215754.688000', '215754.691000', '215754.694000', '215754.696000', '215754.699000', '215754.701000', '215754.704000', '215754.706000', '215754.709000', '215754.712000', '215754.715000', '215754.717000', '215754.720000', '215754.724000', '215814.603000', '215814.606000', '215814.609000', '215814.612000', '215814.615000', '215814.617000', '215814.620000', '215814.622000', '215814.625000', '215814.628000', '215814.631000', '215814.633000', '215814.636000', '215814.639000', '215814.642000', '215814.644000', '215814.647000', '215814.650000', '215814.653000', '215814.655000', '215814.658000', '215814.661000', '215814.663000', '215814.666000', '215814.669000', '215814.671000', '215814.674000', '215814.676000', '215814.679000', '215814.682000', '215814.685000', '215814.687000', '215814.690000', '215814.693000', '215814.695000', '215814.698000', '215814.700000', '215814.703000', '215814.706000', '215814.708000', '215814.711000', '215814.713000', '215814.716000', '215834.604000', '215834.607000', '215834.609000', '215834.612000', '215834.615000', '215834.617000', '215834.620000', '215834.623000', '215834.625000', '215834.628000', '215834.631000', '215834.633000', '215834.636000', '215834.639000', '215834.641000', '215834.665000', '215834.667000', '215834.670000', '215834.673000', '215834.675000', '215834.678000', '215834.680000', '215834.683000', '215834.686000', '215834.688000', '215834.691000', '215834.693000', '215834.696000', '215834.699000', '215834.701000', '215834.704000', '215834.707000', '215834.710000', '215834.712000', '215834.715000', '215834.718000', '215834.720000', '215834.723000', '215834.726000', '215834.728000', '215834.731000', '215834.734000', '215834.736000', '215854.604000', '215854.607000', '215854.609000', '215854.612000', '215854.615000', '215854.618000', '215854.621000', '215854.623000', '215854.626000', '215854.629000', '215854.631000', '215854.634000', '215854.637000', '215854.640000', '215854.642000', '215854.645000', '215854.648000', '215854.650000', '215854.653000', '215854.656000', '215854.658000', '215854.661000', '215854.664000', '215854.666000', '215854.669000', '215854.672000', '215854.674000', '215854.677000', '215854.679000', '215854.682000', '215854.685000', '215854.687000', '215854.690000', '215854.693000', '215854.695000', '215854.698000', '215854.701000', '215854.703000', '215854.706000', '215854.708000', '215854.711000', '215854.714000', '215854.716000', '215854.719000', '215914.603000', '215914.606000', '215914.609000', '215914.612000', '215914.614000', '215914.617000', '215914.619000', '215914.622000', '215914.625000', '215914.627000', '215914.630000', '215914.633000', '215914.636000', '215914.639000', '215914.642000', '215914.645000', '215914.647000', '215914.650000', '215914.653000', '215914.655000', '215914.658000', '215914.660000', '215914.663000', '215914.666000', '215914.668000', '215914.671000', '215914.674000', '215914.677000', '215914.680000', '215914.682000', '215914.685000', '215914.688000', '215914.690000', '215914.693000', '215914.695000', '215914.698000', '215914.701000', '215914.703000', '215914.706000', '215914.708000', '215914.711000', '215914.714000', '215914.716000', '215934.602000', '215934.605000', '215934.608000', '215934.611000', '215934.614000', '215934.616000', '215934.619000', '215934.622000', '215934.624000', '215934.627000', '215934.629000', '215934.632000', '215934.635000', '215934.638000', '215934.640000', '215934.643000', '215934.646000', '215934.648000', '215934.651000', '215934.654000', '215934.656000', '215934.659000', '215934.661000', '215934.664000', '215934.667000', '215934.669000', '215934.672000', '215934.675000', '215934.677000', '215934.680000', '215934.683000', '215934.685000', '215934.688000', '215934.691000', '215934.693000', '215934.696000', '215934.699000', '215934.701000', '215934.704000', '215934.707000', '215934.709000', '215934.712000', '215934.715000', '215934.717000', '215954.602000', '215954.605000', '215954.608000', '215954.611000', '215954.613000', '215954.616000', '215954.618000', '215954.621000', '215954.624000', '215954.627000', '215954.629000', '215954.632000', '215954.634000', '215954.637000', '215954.640000', '215954.643000', '215954.645000', '215954.648000', '215954.651000', '215954.653000', '215954.656000', '215954.659000', '215954.661000', '215954.664000', '215954.667000', '215954.669000', '215954.672000', '215954.674000', '215954.677000', '215954.680000', '215954.682000', '215954.685000', '215954.688000', '215954.690000', '215954.693000', '215954.695000', '215954.698000', '215954.700000', '215954.703000', '215954.706000', '215954.726000', '215954.729000', '215954.732000', '220014.604000', '220014.606000', '220014.610000', '220014.612000', '220014.615000', '220014.617000', '220014.620000', '220014.623000', '220014.626000', '220014.628000', '220014.631000', '220014.634000', '220014.636000', '220014.639000', '220014.642000', '220014.644000', '220014.647000', '220014.650000', '220014.652000', '220014.655000', '220014.657000', '220014.660000', '220014.663000', '220014.665000', '220014.668000', '220014.671000', '220014.673000', '220014.676000', '220014.678000', '220014.681000', '220014.684000', '220014.686000', '220014.689000', '220014.692000', '220014.694000', '220014.697000', '220014.699000', '220014.702000', '220014.705000', '220014.708000', '220014.710000', '220014.713000', '220014.715000', '220014.718000', '220034.604000', '220034.607000', '220034.609000', '220034.612000', '220034.615000', '220034.617000', '220034.620000', '220034.623000', '220034.625000', '220034.628000', '220034.631000', '220034.633000', '220034.636000', '220034.639000', '220034.641000', '220034.644000', '220034.647000', '220034.649000', '220034.652000', '220034.654000', '220034.657000', '220034.660000', '220034.663000', '220034.665000', '220034.668000', '220034.670000', '220034.673000', '220034.676000', '220034.678000', '220034.681000', '220034.684000', '220034.687000', '220034.689000', '220034.692000', '220034.695000', '220034.697000', '220034.700000', '220034.702000', '220034.705000', '220034.708000', '220034.710000', '220034.713000', '220034.717000', '220054.604000', '220054.606000', '220054.609000', '220054.612000', '220054.614000', '220054.617000', '220054.620000', '220054.622000', '220054.625000', '220054.627000', '220054.630000', '220054.633000', '220054.635000', '220054.638000', '220054.641000', '220054.643000', '220054.646000', '220054.653000', '220054.656000', '220054.658000', '220054.661000', '220054.664000', '220054.667000', '220054.669000', '220054.672000', '220054.675000', '220054.677000', '220054.680000', '220054.683000', '220054.685000', '220054.688000', '220054.691000', '220054.693000', '220054.696000', '220054.699000', '220054.701000', '220054.704000', '220054.707000', '220054.709000', '220054.712000', '220054.715000', '220054.717000', '220054.720000', '220054.723000', '220114.604000', '220114.607000', '220114.609000', '220114.612000', '220114.615000', '220114.617000', '220114.620000', '220114.623000', '220114.625000', '220114.628000', '220114.631000', '220114.633000', '220114.636000', '220114.639000', '220114.641000', '220114.644000', '220114.647000', '220114.649000', '220114.652000', '220114.655000', '220114.658000', '220114.660000', '220114.663000', '220114.665000', '220114.668000', '220114.671000', '220114.674000', '220114.676000', '220114.679000', '220114.682000', '220114.686000', '220114.689000', '220114.691000', '220114.694000', '220114.697000', '220114.699000', '220114.702000', '220114.705000', '220114.708000', '220114.710000', '220114.713000', '220114.716000', '220114.718000', '220134.604000', '220134.607000', '220134.609000', '220134.612000', '220134.615000', '220134.618000', '220134.620000', '220134.623000', '220134.626000', '220134.628000', '220134.631000', '220134.634000', '220134.637000', '220134.639000', '220134.642000', '220134.645000', '220134.647000', '220134.650000', '220134.653000', '220134.655000', '220134.659000', '220134.661000', '220134.673000', '220134.681000', '220134.684000', '220134.686000', '220134.689000', '220134.692000', '220134.695000', '220134.697000', '220134.700000', '220134.703000', '220134.705000', '220134.708000', '220134.711000', '220134.713000', '220134.716000', '220134.719000', '220134.721000', '220134.724000', '220134.727000', '220134.731000', '220134.734000', '220134.737000', '220154.602000', '220154.605000', '220154.608000', '220154.611000', '220154.613000', '220154.616000', '220154.619000', '220154.622000', '220154.624000', '220154.627000', '220154.630000', '220154.632000', '220154.635000', '220154.637000', '220154.640000', '220154.643000', '220154.645000', '220154.648000', '220154.651000', '220154.653000', '220154.656000', '220154.659000', '220154.661000', '220154.664000', '220154.667000', '220154.669000', '220154.672000', '220154.674000', '220154.677000', '220154.680000', '220154.682000', '220154.685000', '220154.687000', '220154.690000', '220154.693000', '220154.695000', '220154.698000', '220154.701000', '220154.703000', '220154.706000', '220154.708000', '220154.711000', '220154.714000', '220214.602000', '220214.605000', '220214.608000', '220214.611000', '220214.613000', '220214.616000', '220214.619000', '220214.621000', '220214.624000', '220214.627000', '220214.629000', '220214.651000', '220214.653000', '220214.656000', '220214.659000', '220214.661000', '220214.664000', '220214.667000', '220214.669000', '220214.672000', '220214.675000', '220214.678000', '220214.680000', '220214.683000', '220214.686000', '220214.688000', '220214.691000', '220214.694000', '220214.696000', '220214.699000', '220214.701000', '220214.704000', '220214.707000', '220214.709000', '220214.712000', '220214.715000', '220214.717000', '220214.720000', '220214.723000', '220214.726000', '220214.728000', '220214.731000', '220214.733000', '220214.736000', '220234.604000', '220234.606000', '220234.609000', '220234.612000', '220234.614000', '220234.617000', '220234.620000', '220234.622000', '220234.625000', '220234.628000', '220234.630000', '220234.633000', '220234.636000', '220234.638000', '220234.641000', '220234.644000', '220234.646000', '220234.649000', '220234.652000', '220234.654000', '220234.657000', '220234.660000', '220234.662000', '220234.665000', '220234.667000', '220234.670000', '220234.673000', '220234.675000', '220234.678000', '220234.681000', '220234.683000', '220234.686000', '220234.688000', '220234.691000', '220234.694000', '220234.697000', '220234.699000', '220234.702000', '220234.705000', '220234.707000', '220234.710000', '220234.713000', '220234.715000', '220254.604000', '220254.607000', '220254.609000', '220254.612000', '220254.615000', '220254.617000', '220254.620000', '220254.623000', '220254.625000', '220254.628000', '220254.631000', '220254.633000', '220254.636000', '220254.638000', '220254.641000', '220254.643000', '220254.646000', '220254.649000', '220254.651000', '220254.654000', '220254.657000', '220254.659000', '220254.662000', '220254.664000', '220254.667000', '220254.670000', '220254.672000', '220254.675000', '220254.677000', '220254.680000', '220254.683000', '220254.685000', '220254.688000', '220254.721000', '220254.724000', '220254.727000', '220254.729000', '220254.732000', '220254.734000', '220254.737000', '220254.740000', '220254.742000', '220254.745000', '220254.747000', '220314.604000', '220314.606000', '220314.609000', '220314.612000', '220314.614000', '220314.617000', '220314.620000', '220314.622000', '220314.625000', '220314.627000', '220314.630000', '220314.633000', '220314.635000', '220314.638000', '220314.640000', '220314.643000', '220314.646000', '220314.648000', '220314.651000', '220314.654000', '220314.656000', '220314.659000', '220314.662000', '220314.664000', '220314.667000', '220314.670000', '220314.672000', '220314.675000', '220314.677000', '220314.680000', '220314.683000', '220314.685000', '220314.688000', '220314.691000', '220314.693000', '220314.696000', '220314.698000', '220314.701000', '220314.704000', '220314.706000', '220314.709000', '220314.712000', '220314.714000', '220334.603000', '220334.606000', '220334.609000', '220334.612000', '220334.614000', '220334.617000', '220334.619000', '220334.622000', '220334.625000', '220334.627000', '220334.630000', '220334.632000', '220334.635000', '220334.638000', '220334.640000', '220334.643000', '220334.645000', '220334.648000', '220334.651000', '220334.653000', '220334.656000', '220334.659000', '220334.661000', '220334.664000', '220334.667000', '220334.669000', '220334.672000', '220334.675000', '220334.677000', '220334.680000', '220334.682000', '220334.685000', '220334.688000', '220334.690000', '220334.693000', '220334.695000', '220334.698000', '220334.701000', '220334.703000', '220334.706000', '220334.708000', '220334.711000', '220334.714000', '220334.716000', '220354.603000', '220354.606000', '220354.609000', '220354.612000', '220354.615000', '220354.617000', '220354.620000', '220354.623000', '220354.625000', '220354.628000', '220354.630000', '220354.633000', '220354.636000', '220354.638000', '220354.641000', '220354.643000', '220354.646000', '220354.649000', '220354.651000', '220354.654000', '220354.657000', '220354.659000', '220354.662000', '220354.664000', '220354.667000', '220354.669000', '220354.672000', '220354.675000', '220354.677000', '220354.680000', '220354.683000', '220354.685000', '220354.688000', '220354.690000', '220354.693000', '220354.696000', '220354.698000', '220354.701000', '220354.703000', '220354.706000', '220354.709000', '220354.711000', '220354.714000', '220358.968000', '220358.971000', '220358.974000', '220358.977000', '220358.980000', '220358.983000', '220358.986000', '220358.989000', '220358.991000', '220358.994000'], 'InstanceCreationTime': ['215634.644000', '215634.647000', '215634.650000', '215634.652000', '215634.655000', '215634.658000', '215634.660000', '215634.663000', '215634.666000', '215634.668000', '215634.671000', '215634.673000', '215634.676000', '215634.679000', '215634.681000', '215634.684000', '215634.687000', '215634.689000', '215634.692000', '215634.694000', '215634.697000', '215634.700000', '215634.702000', '215634.705000', '215634.707000', '215634.710000', '215634.713000', '215634.715000', '215634.718000', '215634.720000', '215634.723000', '215634.725000', '215634.728000', '215634.740000', '215634.743000', '215634.745000', '215634.748000', '215634.751000', '215634.753000', '215634.756000', '215634.758000', '215634.761000', '215634.764000', '215634.766000', '215634.769000', '215634.771000', '215634.774000', '215634.777000', '215634.779000', '215634.782000', '215654.604000', '215654.607000', '215654.609000', '215654.612000', '215654.614000', '215654.617000', '215654.620000', '215654.622000', '215654.625000', '215654.627000', '215654.630000', '215654.633000', '215654.635000', '215654.638000', '215654.640000', '215654.643000', '215654.646000', '215654.648000', '215654.651000', '215654.674000', '215654.676000', '215654.679000', '215654.682000', '215654.684000', '215654.687000', '215654.689000', '215654.692000', '215654.694000', '215654.697000', '215654.700000', '215654.702000', '215654.705000', '215654.707000', '215654.710000', '215654.713000', '215654.715000', '215654.718000', '215654.721000', '215654.723000', '215654.726000', '215654.728000', '215654.731000', '215654.733000', '215714.602000', '215714.605000', '215714.608000', '215714.610000', '215714.613000', '215714.616000', '215714.618000', '215714.621000', '215714.624000', '215714.626000', '215714.629000', '215714.631000', '215714.634000', '215714.637000', '215714.639000', '215714.642000', '215714.644000', '215714.647000', '215714.649000', '215714.652000', '215714.655000', '215714.661000', '215714.664000', '215714.667000', '215714.669000', '215714.672000', '215714.674000', '215714.677000', '215714.680000', '215714.682000', '215714.685000', '215714.688000', '215714.690000', '215714.693000', '215714.695000', '215714.698000', '215714.701000', '215714.703000', '215714.706000', '215714.709000', '215714.711000', '215714.714000', '215714.717000', '215714.719000', '215734.602000', '215734.606000', '215734.609000', '215734.611000', '215734.614000', '215734.617000', '215734.619000', '215734.622000', '215734.625000', '215734.627000', '215734.642000', '215734.645000', '215734.648000', '215734.650000', '215734.653000', '215734.655000', '215734.658000', '215734.660000', '215734.663000', '215734.666000', '215734.668000', '215734.671000', '215734.674000', '215734.676000', '215734.686000', '215734.689000', '215734.692000', '215734.694000', '215734.697000', '215734.700000', '215734.702000', '215734.705000', '215734.708000', '215734.710000', '215734.713000', '215734.716000', '215734.718000', '215734.721000', '215734.723000', '215734.726000', '215734.729000', '215734.731000', '215734.734000', '215754.602000', '215754.605000', '215754.608000', '215754.611000', '215754.613000', '215754.616000', '215754.618000', '215754.627000', '215754.629000', '215754.632000', '215754.635000', '215754.638000', '215754.641000', '215754.643000', '215754.646000', '215754.649000', '215754.651000', '215754.654000', '215754.657000', '215754.659000', '215754.662000', '215754.665000', '215754.667000', '215754.670000', '215754.672000', '215754.675000', '215754.678000', '215754.680000', '215754.683000', '215754.686000', '215754.688000', '215754.691000', '215754.694000', '215754.696000', '215754.699000', '215754.701000', '215754.704000', '215754.706000', '215754.709000', '215754.712000', '215754.715000', '215754.717000', '215754.720000', '215754.724000', '215814.603000', '215814.606000', '215814.609000', '215814.612000', '215814.615000', '215814.617000', '215814.620000', '215814.622000', '215814.625000', '215814.628000', '215814.631000', '215814.633000', '215814.636000', '215814.639000', '215814.642000', '215814.644000', '215814.647000', '215814.650000', '215814.653000', '215814.655000', '215814.658000', '215814.661000', '215814.663000', '215814.666000', '215814.669000', '215814.671000', '215814.674000', '215814.676000', '215814.679000', '215814.682000', '215814.685000', '215814.687000', '215814.690000', '215814.693000', '215814.695000', '215814.698000', '215814.700000', '215814.703000', '215814.706000', '215814.708000', '215814.711000', '215814.713000', '215814.716000', '215834.604000', '215834.607000', '215834.609000', '215834.612000', '215834.615000', '215834.617000', '215834.620000', '215834.623000', '215834.625000', '215834.628000', '215834.631000', '215834.633000', '215834.636000', '215834.639000', '215834.641000', '215834.665000', '215834.667000', '215834.670000', '215834.673000', '215834.675000', '215834.678000', '215834.680000', '215834.683000', '215834.686000', '215834.688000', '215834.691000', '215834.693000', '215834.696000', '215834.699000', '215834.701000', '215834.704000', '215834.707000', '215834.710000', '215834.712000', '215834.715000', '215834.718000', '215834.720000', '215834.723000', '215834.726000', '215834.728000', '215834.731000', '215834.734000', '215834.736000', '215854.604000', '215854.607000', '215854.609000', '215854.612000', '215854.615000', '215854.618000', '215854.621000', '215854.623000', '215854.626000', '215854.629000', '215854.631000', '215854.634000', '215854.637000', '215854.640000', '215854.642000', '215854.645000', '215854.648000', '215854.650000', '215854.653000', '215854.656000', '215854.658000', '215854.661000', '215854.664000', '215854.666000', '215854.669000', '215854.672000', '215854.674000', '215854.677000', '215854.679000', '215854.682000', '215854.685000', '215854.687000', '215854.690000', '215854.693000', '215854.695000', '215854.698000', '215854.701000', '215854.703000', '215854.706000', '215854.708000', '215854.711000', '215854.714000', '215854.716000', '215854.719000', '215914.603000', '215914.606000', '215914.609000', '215914.612000', '215914.614000', '215914.617000', '215914.619000', '215914.622000', '215914.625000', '215914.627000', '215914.630000', '215914.633000', '215914.636000', '215914.639000', '215914.642000', '215914.645000', '215914.647000', '215914.650000', '215914.653000', '215914.655000', '215914.658000', '215914.660000', '215914.663000', '215914.666000', '215914.668000', '215914.671000', '215914.674000', '215914.677000', '215914.680000', '215914.682000', '215914.685000', '215914.688000', '215914.690000', '215914.693000', '215914.695000', '215914.698000', '215914.701000', '215914.703000', '215914.706000', '215914.708000', '215914.711000', '215914.714000', '215914.716000', '215934.602000', '215934.605000', '215934.608000', '215934.611000', '215934.614000', '215934.616000', '215934.619000', '215934.622000', '215934.624000', '215934.627000', '215934.629000', '215934.632000', '215934.635000', '215934.638000', '215934.640000', '215934.643000', '215934.646000', '215934.648000', '215934.651000', '215934.654000', '215934.656000', '215934.659000', '215934.661000', '215934.664000', '215934.667000', '215934.669000', '215934.672000', '215934.675000', '215934.677000', '215934.680000', '215934.683000', '215934.685000', '215934.688000', '215934.691000', '215934.693000', '215934.696000', '215934.699000', '215934.701000', '215934.704000', '215934.707000', '215934.709000', '215934.712000', '215934.715000', '215934.717000', '215954.602000', '215954.605000', '215954.608000', '215954.611000', '215954.613000', '215954.616000', '215954.618000', '215954.621000', '215954.624000', '215954.627000', '215954.629000', '215954.632000', '215954.634000', '215954.637000', '215954.640000', '215954.643000', '215954.645000', '215954.648000', '215954.651000', '215954.653000', '215954.656000', '215954.659000', '215954.661000', '215954.664000', '215954.667000', '215954.669000', '215954.672000', '215954.674000', '215954.677000', '215954.680000', '215954.682000', '215954.685000', '215954.688000', '215954.690000', '215954.693000', '215954.695000', '215954.698000', '215954.700000', '215954.703000', '215954.706000', '215954.726000', '215954.729000', '215954.732000', '220014.604000', '220014.606000', '220014.610000', '220014.612000', '220014.615000', '220014.617000', '220014.620000', '220014.623000', '220014.626000', '220014.628000', '220014.631000', '220014.634000', '220014.636000', '220014.639000', '220014.642000', '220014.644000', '220014.647000', '220014.650000', '220014.652000', '220014.655000', '220014.657000', '220014.660000', '220014.663000', '220014.665000', '220014.668000', '220014.671000', '220014.673000', '220014.676000', '220014.678000', '220014.681000', '220014.684000', '220014.686000', '220014.689000', '220014.692000', '220014.694000', '220014.697000', '220014.699000', '220014.702000', '220014.705000', '220014.708000', '220014.710000', '220014.713000', '220014.715000', '220014.718000', '220034.604000', '220034.607000', '220034.609000', '220034.612000', '220034.615000', '220034.617000', '220034.620000', '220034.623000', '220034.625000', '220034.628000', '220034.631000', '220034.633000', '220034.636000', '220034.639000', '220034.641000', '220034.644000', '220034.647000', '220034.649000', '220034.652000', '220034.654000', '220034.657000', '220034.660000', '220034.663000', '220034.665000', '220034.668000', '220034.670000', '220034.673000', '220034.676000', '220034.678000', '220034.681000', '220034.684000', '220034.687000', '220034.689000', '220034.692000', '220034.695000', '220034.697000', '220034.700000', '220034.702000', '220034.705000', '220034.708000', '220034.710000', '220034.713000', '220034.717000', '220054.604000', '220054.606000', '220054.609000', '220054.612000', '220054.614000', '220054.617000', '220054.620000', '220054.622000', '220054.625000', '220054.627000', '220054.630000', '220054.633000', '220054.635000', '220054.638000', '220054.641000', '220054.643000', '220054.646000', '220054.653000', '220054.656000', '220054.658000', '220054.661000', '220054.664000', '220054.667000', '220054.669000', '220054.672000', '220054.675000', '220054.677000', '220054.680000', '220054.683000', '220054.685000', '220054.688000', '220054.691000', '220054.693000', '220054.696000', '220054.699000', '220054.701000', '220054.704000', '220054.707000', '220054.709000', '220054.712000', '220054.715000', '220054.717000', '220054.720000', '220054.723000', '220114.604000', '220114.607000', '220114.609000', '220114.612000', '220114.615000', '220114.617000', '220114.620000', '220114.623000', '220114.625000', '220114.628000', '220114.631000', '220114.633000', '220114.636000', '220114.639000', '220114.641000', '220114.644000', '220114.647000', '220114.649000', '220114.652000', '220114.655000', '220114.658000', '220114.660000', '220114.663000', '220114.665000', '220114.668000', '220114.671000', '220114.674000', '220114.676000', '220114.679000', '220114.682000', '220114.686000', '220114.689000', '220114.691000', '220114.694000', '220114.697000', '220114.699000', '220114.702000', '220114.705000', '220114.708000', '220114.710000', '220114.713000', '220114.716000', '220114.718000', '220134.604000', '220134.607000', '220134.609000', '220134.612000', '220134.615000', '220134.618000', '220134.620000', '220134.623000', '220134.626000', '220134.628000', '220134.631000', '220134.634000', '220134.637000', '220134.639000', '220134.642000', '220134.645000', '220134.647000', '220134.650000', '220134.653000', '220134.655000', '220134.659000', '220134.661000', '220134.673000', '220134.681000', '220134.684000', '220134.686000', '220134.689000', '220134.692000', '220134.695000', '220134.697000', '220134.700000', '220134.703000', '220134.705000', '220134.708000', '220134.711000', '220134.713000', '220134.716000', '220134.719000', '220134.721000', '220134.724000', '220134.727000', '220134.731000', '220134.734000', '220134.737000', '220154.602000', '220154.605000', '220154.608000', '220154.611000', '220154.613000', '220154.616000', '220154.619000', '220154.622000', '220154.624000', '220154.627000', '220154.630000', '220154.632000', '220154.635000', '220154.637000', '220154.640000', '220154.643000', '220154.645000', '220154.648000', '220154.651000', '220154.653000', '220154.656000', '220154.659000', '220154.661000', '220154.664000', '220154.667000', '220154.669000', '220154.672000', '220154.674000', '220154.677000', '220154.680000', '220154.682000', '220154.685000', '220154.687000', '220154.690000', '220154.693000', '220154.695000', '220154.698000', '220154.701000', '220154.703000', '220154.706000', '220154.708000', '220154.711000', '220154.714000', '220214.602000', '220214.605000', '220214.608000', '220214.611000', '220214.613000', '220214.616000', '220214.619000', '220214.621000', '220214.624000', '220214.627000', '220214.629000', '220214.651000', '220214.653000', '220214.656000', '220214.659000', '220214.661000', '220214.664000', '220214.667000', '220214.669000', '220214.672000', '220214.675000', '220214.678000', '220214.680000', '220214.683000', '220214.686000', '220214.688000', '220214.691000', '220214.694000', '220214.696000', '220214.699000', '220214.701000', '220214.704000', '220214.707000', '220214.709000', '220214.712000', '220214.715000', '220214.717000', '220214.720000', '220214.723000', '220214.726000', '220214.728000', '220214.731000', '220214.733000', '220214.736000', '220234.604000', '220234.606000', '220234.609000', '220234.612000', '220234.614000', '220234.617000', '220234.620000', '220234.622000', '220234.625000', '220234.628000', '220234.630000', '220234.633000', '220234.636000', '220234.638000', '220234.641000', '220234.644000', '220234.646000', '220234.649000', '220234.652000', '220234.654000', '220234.657000', '220234.660000', '220234.662000', '220234.665000', '220234.667000', '220234.670000', '220234.673000', '220234.675000', '220234.678000', '220234.681000', '220234.683000', '220234.686000', '220234.688000', '220234.691000', '220234.694000', '220234.697000', '220234.699000', '220234.702000', '220234.705000', '220234.707000', '220234.710000', '220234.713000', '220234.715000', '220254.604000', '220254.607000', '220254.609000', '220254.612000', '220254.615000', '220254.617000', '220254.620000', '220254.623000', '220254.625000', '220254.628000', '220254.631000', '220254.633000', '220254.636000', '220254.638000', '220254.641000', '220254.643000', '220254.646000', '220254.649000', '220254.651000', '220254.654000', '220254.657000', '220254.659000', '220254.662000', '220254.664000', '220254.667000', '220254.670000', '220254.672000', '220254.675000', '220254.677000', '220254.680000', '220254.683000', '220254.685000', '220254.688000', '220254.721000', '220254.724000', '220254.727000', '220254.729000', '220254.732000', '220254.734000', '220254.737000', '220254.740000', '220254.742000', '220254.745000', '220254.747000', '220314.604000', '220314.606000', '220314.609000', '220314.612000', '220314.614000', '220314.617000', '220314.620000', '220314.622000', '220314.625000', '220314.627000', '220314.630000', '220314.633000', '220314.635000', '220314.638000', '220314.640000', '220314.643000', '220314.646000', '220314.648000', '220314.651000', '220314.654000', '220314.656000', '220314.659000', '220314.662000', '220314.664000', '220314.667000', '220314.670000', '220314.672000', '220314.675000', '220314.677000', '220314.680000', '220314.683000', '220314.685000', '220314.688000', '220314.691000', '220314.693000', '220314.696000', '220314.698000', '220314.701000', '220314.704000', '220314.706000', '220314.709000', '220314.712000', '220314.714000', '220334.603000', '220334.606000', '220334.609000', '220334.612000', '220334.614000', '220334.617000', '220334.619000', '220334.622000', '220334.625000', '220334.627000', '220334.630000', '220334.632000', '220334.635000', '220334.638000', '220334.640000', '220334.643000', '220334.645000', '220334.648000', '220334.651000', '220334.653000', '220334.656000', '220334.659000', '220334.661000', '220334.664000', '220334.667000', '220334.669000', '220334.672000', '220334.675000', '220334.677000', '220334.680000', '220334.682000', '220334.685000', '220334.688000', '220334.690000', '220334.693000', '220334.695000', '220334.698000', '220334.701000', '220334.703000', '220334.706000', '220334.708000', '220334.711000', '220334.714000', '220334.716000', '220354.603000', '220354.606000', '220354.609000', '220354.612000', '220354.615000', '220354.617000', '220354.620000', '220354.623000', '220354.625000', '220354.628000', '220354.630000', '220354.633000', '220354.636000', '220354.638000', '220354.641000', '220354.643000', '220354.646000', '220354.649000', '220354.651000', '220354.654000', '220354.657000', '220354.659000', '220354.662000', '220354.664000', '220354.667000', '220354.669000', '220354.672000', '220354.675000', '220354.677000', '220354.680000', '220354.683000', '220354.685000', '220354.688000', '220354.690000', '220354.693000', '220354.696000', '220354.698000', '220354.701000', '220354.703000', '220354.706000', '220354.709000', '220354.711000', '220354.714000', '220358.968000', '220358.971000', '220358.974000', '220358.977000', '220358.980000', '220358.983000', '220358.986000', '220358.989000', '220358.991000', '220358.994000'], '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], 'LargestImagePixelValue': [14153, 11166, 16740, 12388, 14264, 12691, 9031, 16231, 11751, 13695, 12211, 9014, 15949, 11817, 14820, 12556, 9027, 15575, 10926, 16088, 12439, 14622, 13451, 10588, 15578, 10682, 11128, 13811, 9254, 16440, 12351, 14023, 13221, 9693, 16005, 11697, 15577, 13387, 9617, 16016, 11622, 13845, 14102, 9592, 16143, 11981, 16394, 12088, 13907, 13717, 9591, 13517, 13540, 10421, 16050, 12023, 16198, 11908, 16467, 13485, 12216, 12872, 10095, 14493, 11588, 10410, 15471, 9175, 16087, 9695, 14783, 9377, 15643, 10996, 14801, 11078, 14573, 11535, 11836, 14196, 9934, 15795, 11270, 15764, 13044, 8937, 14696, 9628, 16771, 13064, 11462, 13907, 9235, 15866, 11355, 17002, 13084, 10789, 14601, 11307, 15855, 11767, 12624, 13273, 10407, 15600, 11473, 15883, 10831, 16329, 12865, 11523, 12842, 8803, 15772, 10610, 15100, 11586, 13065, 12657, 9416, 15562, 10556, 14762, 12333, 9555, 15215, 9881, 15843, 11956, 15986, 12796, 12600, 13165, 9174, 15453, 10221, 15995, 12128, 12012, 12905, 9162, 16172, 11548, 10178, 14195, 9769, 16340, 11062, 15557, 11842, 16064, 13463, 14346, 12247, 10931, 14563, 13589, 14259, 12220, 14827, 11274, 15736, 11739, 9447, 13391, 9216, 16676, 11067, 14943, 11004, 15207, 12019, 12980, 11213, 11960, 12146, 9925, 14061, 9088, 15669, 10241, 16300, 12441, 12223, 12564, 9022, 16094, 11847, 13864, 12497, 8794, 15858, 10614, 14893, 11859, 12920, 13373, 10134, 14778, 11238, 13053, 13762, 10000, 14878, 13723, 12332, 14981, 12163, 14738, 12730, 11548, 13820, 10664, 15376, 11457, 14754, 10132, 15008, 11173, 15192, 12278, 12500, 12296, 8828, 14606, 10009, 16318, 11710, 11296, 12980, 9109, 16533, 11866, 12682, 13968, 9106, 17829, 12621, 14750, 12790, 9241, 16875, 12621, 15057, 13044, 9264, 16873, 13569, 10407, 15425, 11160, 16974, 12937, 12704, 14377, 11566, 16066, 13068, 13015, 15073, 11389, 12702, 14400, 13061, 15592, 10919, 11228, 15724, 11814, 9035, 16449, 13102, 10674, 15774, 11439, 14507, 13199, 12752, 15204, 11714, 11770, 14560, 11075, 15593, 11546, 9575, 14789, 10062, 16220, 11700, 10264, 14318, 10258, 8796, 14292, 10688, 13458, 13197, 9069, 15944, 10854, 15722, 10959, 15870, 12556, 14562, 13694, 11622, 15309, 11179, 16606, 12688, 12740, 12895, 9528, 16211, 11891, 16387, 12203, 10868, 14148, 11466, 16490, 11463, 15772, 11764, 14864, 13449, 8885, 14829, 9156, 17144, 12191, 13683, 12363, 8922, 16168, 11051, 13012, 13253, 9506, 16891, 11387, 15667, 12203, 13204, 14330, 9903, 15603, 11500, 15524, 12913, 9111, 14154, 9797, 16114, 11954, 14786, 11676, 11529, 14054, 9931, 15662, 11068, 14965, 12242, 11561, 13774, 9254, 16063, 11804, 15453, 11937, 8983, 13346, 9245, 15963, 10418, 15197, 11352, 15212, 12447, 8778, 13716, 9435, 15944, 12328, 12725, 13314, 10040, 16223, 12388, 14949, 12258, 8447, 16117, 11284, 15999, 11897, 15485, 12630, 14893, 13777, 11685, 15973, 11282, 15088, 19474, 12620, 11670, 14545, 11803, 15548, 11234, 8738, 14643, 10061, 16568, 12911, 10365, 14798, 10912, 17145, 15059, 14834, 12222, 11974, 15433, 13671, 14911, 11209, 15160, 13155, 10979, 14339, 9546, 16320, 11602, 15101, 15599, 12602, 10047, 13614, 9493, 12885, 11160, 10569, 12903, 9115, 16209, 9604, 17507, 12850, 14162, 12323, 9576, 15723, 9519, 15481, 10501, 16388, 13593, 12190, 13683, 9210, 16950, 11529, 15161, 11738, 13487, 13385, 9458, 15708, 13090, 9820, 15560, 13305, 13760, 14730, 12369, 16026, 11402, 15482, 13221, 9287, 15573, 11565, 15883, 13590, 9605, 14453, 10181, 16216, 13248, 9666, 13571, 9804, 15649, 13502, 9465, 15229, 10850, 14826, 13676, 10420, 15193, 12734, 8692, 16755, 12185, 15282, 13759, 9268, 16936, 12981, 17994, 12694, 10759, 16275, 13030, 17324, 12628, 10202, 16433, 12284, 12658, 10263, 11186, 15897, 12963, 9643, 13307, 12373, 9561, 12163, 13567, 9766, 15373, 11033, 13481, 11961, 13475, 14068, 9429, 10877, 15501, 9122, 16349, 9555, 14510, 9542, 16099, 11449, 14048, 11366, 13943, 12512, 10346, 14021, 9514, 16273, 9683, 17210, 12746, 15253, 12288, 13690, 13617, 13234, 10160, 15858, 11757, 15340, 13094, 9906, 16829, 13603, 11869, 15419, 12174, 16836, 13195, 15204, 14799, 12563, 13069, 14650, 14639, 18948, 12217, 12143, 15992, 13585, 15068, 13626, 14124, 11767, 13941, 14667, 14626, 15233, 13307, 16127, 12863, 13417, 13959, 10544, 15466, 12943, 9112, 15921, 10743, 16393, 14261, 10443, 14312, 10489, 13659, 13139, 8909, 16549, 12161, 15006, 12919, 8724, 16000, 11961, 14719, 12700, 9347, 16010, 12362, 14767, 13290, 9887, 15510, 11150, 15285, 12154, 8497, 14605, 10280, 15896, 11552, 9941, 14459, 9367, 17084, 13096, 13912, 13016, 9001, 15702, 9562, 15581, 11522, 15642, 12555, 10734, 12816, 9048, 15725, 10995, 14702, 12346, 11658, 13856, 9614, 16100, 11654, 12984, 13340, 9000, 16196, 10454, 16529, 12171, 15498, 13016, 10820, 14268, 9510, 16362, 12518, 11808, 14438, 9811, 15899, 12459, 13464, 14312, 10265, 15762, 12183, 13365, 14152, 9988, 16063, 11466, 15004, 12875, 9702, 14416, 10394, 14974, 12362, 9128, 14688, 10566, 14516, 12565, 9638, 15461, 11180, 15157, 12479, 12722, 14758, 13015, 15406, 11576, 15385, 12511, 12173, 12481, 9079, 15343, 10811, 14579, 11978, 9342, 14069, 9537, 14579, 11331, 12732, 12812, 9421, 14635, 9765, 16414, 11946, 17534, 13923, 9612, 14509, 8932, 16574, 12229, 13143, 12284, 8659, 16086, 11107, 13334, 11997, 8691, 16047, 10502, 14719, 11999, 13327, 13728, 9719, 15129, 10676, 15548, 12070, 13595, 11272, 13164, 11526, 14026, 12397, 8922, 13095, 8175, 15560, 9089, 15106, 10661, 15605, 12394, 9061, 13762, 9718, 16796, 12504, 14314, 12252, 9355, 14958, 9854, 15298, 10985, 14877, 12765, 9229, 14560, 10000, 15095, 12724, 9511, 15492, 10319, 15342, 12090, 15602, 13221, 11900, 14536, 10364, 16358, 12139, 14210, 11282, 13425, 12068, 9966, 14129, 9590, 15311, 11702, 11768, 14579, 9467, 15559, 11674, 14580, 13403, 9639, 15019, 9530, 16282, 13137, 10730, 13367, 9376, 16474, 12811, 12620, 13522, 9732, 16578, 12550, 15327, 12627, 9220, 16179, 11768, 16741, 11626, 15135, 11892, 13048, 14559, 12748, 14949, 11157, 14685, 13127, 9175, 14596, 10592, 15629, 12704, 9038, 14353, 9593, 16140, 12961, 8761, 14231, 9876, 15903, 12909, 9279, 14845, 10804, 15065, 12743, 9405, 14739, 10678, 15925, 12573, 11166, 13247, 9037, 15193, 10327, 15472, 10905, 13088, 11768, 8755, 15606, 10858, 13483, 12019, 9545, 15088, 9256, 15535, 10230, 16398, 12429, 16590, 11695, 10252, 12892, 14882, 11769, 14430, 11207, 13196, 12897, 8911, 14582, 9598, 16233, 12534, 14492, 12495, 9285, 15651, 11150, 14916, 11735, 8423, 14785, 10056, 15726, 11987, 11699, 14369, 9774, 16287, 11943, 13397, 14106, 9312, 17237, 12787, 9242, 14777, 13209, 10522, 11016, 14578, 10829, 15297, 13384, 9042, 16115, 12781, 19123, 11641, 9471, 15168, 11654, 15214, 11748, 9256, 15130, 11274, 11362, 13838, 9946, 13726, 13731, 9811, 16249, 12290, 9104, 16293, 11632, 14433, 14008, 10184, 13931, 12513, 9425, 16373, 12695, 9267, 15587, 11197, 17133, 13612, 10691, 15060, 9966, 15846, 11913, 16052, 11918, 9688, 14848, 10474, 15487, 11118, 14810, 11250, 13086, 11461, 13747, 9721, 14897, 9140, 15975, 11369, 14166, 12011, 8467], 'WindowCenter': [4930.0, 4884.0, 4919.0, 4877.0, 4894.0, 4874.0, 4833.0, 4890.0, 4860.0, 4880.0, 4860.0, 4830.0, 4887.0, 4861.0, 4878.0, 4870.0, 4830.0, 4889.0, 4850.0, 4889.0, 4871.0, 4878.0, 4870.0, 4851.0, 4890.0, 4851.0, 4851.0, 4869.0, 4831.0, 4890.0, 4872.0, 4883.0, 4872.0, 4832.0, 4891.0, 4863.0, 4890.0, 4872.0, 4842.0, 4891.0, 4863.0, 4882.0, 4884.0, 4844.0, 4902.0, 4873.0, 4903.0, 4875.0, 4882.0, 4883.0, 4844.0, 4882.0, 4884.0, 4854.0, 4904.0, 4874.0, 4904.0, 4864.0, 4892.0, 4872.0, 4860.0, 4871.0, 4841.0, 4880.0, 4850.0, 4851.0, 4880.0, 4829.0, 4878.0, 4828.0, 4876.0, 4829.0, 4889.0, 4849.0, 4878.0, 4850.0, 4880.0, 4863.0, 4862.0, 4883.0, 4853.0, 4892.0, 4864.0, 4903.0, 4884.0, 4846.0, 4893.0, 4855.0, 4912.0, 4885.0, 4864.0, 4883.0, 4840.0, 4902.0, 4863.0, 4903.0, 4873.0, 4851.0, 4890.0, 4862.0, 4900.0, 4862.0, 4871.0, 4871.0, 4852.0, 4892.0, 4862.0, 4890.0, 4851.0, 4889.0, 4871.0, 4850.0, 4858.0, 4830.0, 4889.0, 4838.0, 4879.0, 4850.0, 4867.0, 4870.0, 4828.0, 4890.0, 4851.0, 4890.0, 4870.0, 4842.0, 4892.0, 4843.0, 4900.0, 4871.0, 4901.0, 4873.0, 4871.0, 4870.0, 4830.0, 4888.0, 4842.0, 4891.0, 4871.0, 4860.0, 4871.0, 4841.0, 4902.0, 4874.0, 4853.0, 4895.0, 4854.0, 4916.0, 4876.0, 4904.0, 4874.0, 4903.0, 4883.0, 4892.0, 4862.0, 4851.0, 4891.0, 4871.0, 4879.0, 4860.0, 4878.0, 4850.0, 4888.0, 4861.0, 4830.0, 4869.0, 4831.0, 4900.0, 4861.0, 4879.0, 4851.0, 4889.0, 4861.0, 4869.0, 4849.0, 4857.0, 4861.0, 4839.0, 4880.0, 4829.0, 4887.0, 4841.0, 4887.0, 4859.0, 4856.0, 4858.0, 4830.0, 4889.0, 4870.0, 4878.0, 4870.0, 4831.0, 4900.0, 4851.0, 4890.0, 4860.0, 4869.0, 4881.0, 4851.0, 4889.0, 4850.0, 4868.0, 4879.0, 4841.0, 4890.0, 4881.0, 4871.0, 4890.0, 4858.0, 4876.0, 4870.0, 4846.0, 4867.0, 4837.0, 4875.0, 4844.0, 4865.0, 4827.0, 4874.0, 4844.0, 4876.0, 4858.0, 4853.0, 4856.0, 4816.0, 4876.0, 4836.0, 4887.0, 4859.0, 4848.0, 4869.0, 4831.0, 4900.0, 4873.0, 4896.0, 4896.0, 4844.0, 4923.0, 4886.0, 4903.0, 4886.0, 4855.0, 4915.0, 4885.0, 4904.0, 4884.0, 4857.0, 4914.0, 4895.0, 4865.0, 4905.0, 4876.0, 4916.0, 4886.0, 4882.0, 4893.0, 4873.0, 4900.0, 4882.0, 4881.0, 4891.0, 4862.0, 4871.0, 4892.0, 4872.0, 4891.0, 4849.0, 4861.0, 4890.0, 4861.0, 4832.0, 4902.0, 4883.0, 4852.0, 4892.0, 4862.0, 4881.0, 4870.0, 4870.0, 4889.0, 4860.0, 4861.0, 4889.0, 4851.0, 4889.0, 4861.0, 4829.0, 4878.0, 4842.0, 4899.0, 4871.0, 4850.0, 4891.0, 4854.0, 4847.0, 4902.0, 4865.0, 4893.0, 4884.0, 4843.0, 4905.0, 4862.0, 4904.0, 4863.0, 4902.0, 4872.0, 4891.0, 4881.0, 4849.0, 4876.0, 4849.0, 4887.0, 4871.0, 4859.0, 4858.0, 4828.0, 4887.0, 4859.0, 4889.0, 4859.0, 4837.0, 4867.0, 4848.0, 4888.0, 4848.0, 4877.0, 4849.0, 4876.0, 4868.0, 4816.0, 4866.0, 4818.0, 4885.0, 4848.0, 4866.0, 4857.0, 4817.0, 4886.0, 4849.0, 4867.0, 4869.0, 4839.0, 4899.0, 4859.0, 4878.0, 4858.0, 4856.0, 4878.0, 4828.0, 4878.0, 4848.0, 4877.0, 4858.0, 4818.0, 4867.0, 4828.0, 4888.0, 4848.0, 4876.0, 4849.0, 4846.0, 4867.0, 4837.0, 4887.0, 4848.0, 4876.0, 4858.0, 4848.0, 4869.0, 4827.0, 4887.0, 4860.0, 4888.0, 4857.0, 4818.0, 4869.0, 4830.0, 4889.0, 4852.0, 4878.0, 4850.0, 4888.0, 4860.0, 4831.0, 4880.0, 4841.0, 4901.0, 4874.0, 4872.0, 4881.0, 4852.0, 4902.0, 4883.0, 4903.0, 4873.0, 4833.0, 4903.0, 4863.0, 4902.0, 4875.0, 4891.0, 4872.0, 4890.0, 4881.0, 4861.0, 4890.0, 4863.0, 4894.0, 4920.0, 4862.0, 4850.0, 4879.0, 4859.0, 4890.0, 4861.0, 4831.0, 4890.0, 4852.0, 4901.0, 4882.0, 4852.0, 4890.0, 4860.0, 4902.0, 4892.0, 4882.0, 4859.0, 4848.0, 4878.0, 4867.0, 4876.0, 4847.0, 4876.0, 4859.0, 4837.0, 4865.0, 4817.0, 4875.0, 4847.0, 4866.0, 4860.0, 4831.0, 4810.0, 4853.0, 4842.0, 4869.0, 4846.0, 4836.0, 4855.0, 4815.0, 4898.0, 4839.0, 4899.0, 4872.0, 4879.0, 4870.0, 4841.0, 4890.0, 4838.0, 4888.0, 4849.0, 4888.0, 4870.0, 4859.0, 4869.0, 4828.0, 4899.0, 4852.0, 4877.0, 4849.0, 4866.0, 4868.0, 4831.0, 4888.0, 4870.0, 4841.0, 4888.0, 4869.0, 4869.0, 4868.0, 4856.0, 4877.0, 4848.0, 4875.0, 4857.0, 4828.0, 4877.0, 4847.0, 4884.0, 4869.0, 4826.0, 4876.0, 4837.0, 4888.0, 4868.0, 4828.0, 4867.0, 4840.0, 4888.0, 4881.0, 4840.0, 4889.0, 4851.0, 4890.0, 4881.0, 4853.0, 4891.0, 4871.0, 4834.0, 4901.0, 4872.0, 4891.0, 4882.0, 4830.0, 4900.0, 4872.0, 4902.0, 4869.0, 4850.0, 4889.0, 4870.0, 4899.0, 4860.0, 4837.0, 4889.0, 4860.0, 4857.0, 4839.0, 4851.0, 4889.0, 4871.0, 4843.0, 4880.0, 4873.0, 4843.0, 4872.0, 4882.0, 4841.0, 4892.0, 4851.0, 4869.0, 4862.0, 4870.0, 4880.0, 4829.0, 4839.0, 4877.0, 4819.0, 4886.0, 4826.0, 4866.0, 4817.0, 4877.0, 4848.0, 4866.0, 4850.0, 4877.0, 4871.0, 4839.0, 4881.0, 4838.0, 4888.0, 4840.0, 4901.0, 4871.0, 4889.0, 4862.0, 4869.0, 4881.0, 4871.0, 4840.0, 4889.0, 4863.0, 4892.0, 4882.0, 4842.0, 4911.0, 4882.0, 4873.0, 4904.0, 4874.0, 4903.0, 4882.0, 4892.0, 4890.0, 4870.0, 4871.0, 4888.0, 4890.0, 4911.0, 4860.0, 4859.0, 4902.0, 4881.0, 4889.0, 4880.0, 4877.0, 4862.0, 4879.0, 4879.0, 4879.0, 4877.0, 4868.0, 4888.0, 4857.0, 4856.0, 4865.0, 4836.0, 4874.0, 4855.0, 4815.0, 4876.0, 4847.0, 4886.0, 4878.0, 4837.0, 4877.0, 4837.0, 4865.0, 4867.0, 4817.0, 4888.0, 4858.0, 4877.0, 4858.0, 4817.0, 4885.0, 4860.0, 4878.0, 4857.0, 4827.0, 4886.0, 4860.0, 4878.0, 4869.0, 4840.0, 4889.0, 4849.0, 4889.0, 4858.0, 4818.0, 4879.0, 4839.0, 4888.0, 4849.0, 4840.0, 4877.0, 4831.0, 4899.0, 4869.0, 4870.0, 4858.0, 4818.0, 4877.0, 4827.0, 4877.0, 4848.0, 4878.0, 4859.0, 4838.0, 4858.0, 4818.0, 4878.0, 4839.0, 4868.0, 4859.0, 4859.0, 4880.0, 4830.0, 4889.0, 4850.0, 4860.0, 4869.0, 4821.0, 4892.0, 4841.0, 4889.0, 4850.0, 4878.0, 4859.0, 4838.0, 4867.0, 4818.0, 4889.0, 4861.0, 4849.0, 4879.0, 4830.0, 4889.0, 4861.0, 4869.0, 4880.0, 4840.0, 4879.0, 4860.0, 4868.0, 4870.0, 4828.0, 4888.0, 4850.0, 4880.0, 4858.0, 4829.0, 4870.0, 4841.0, 4879.0, 4860.0, 4828.0, 4880.0, 4842.0, 4879.0, 4870.0, 4831.0, 4893.0, 4852.0, 4880.0, 4860.0, 4870.0, 4881.0, 4859.0, 4878.0, 4849.0, 4878.0, 4858.0, 4848.0, 4846.0, 4819.0, 4876.0, 4839.0, 4866.0, 4848.0, 4818.0, 4867.0, 4829.0, 4879.0, 4850.0, 4871.0, 4872.0, 4831.0, 4879.0, 4839.0, 4890.0, 4861.0, 4900.0, 4870.0, 4828.0, 4866.0, 4820.0, 4889.0, 4859.0, 4859.0, 4859.0, 4820.0, 4887.0, 4850.0, 4867.0, 4850.0, 4820.0, 4890.0, 4843.0, 4869.0, 4861.0, 4869.0, 4868.0, 4828.0, 4878.0, 4839.0, 4879.0, 4847.0, 4856.0, 4838.0, 4855.0, 4849.0, 4855.0, 4847.0, 4806.0, 4856.0, 4805.0, 4876.0, 4817.0, 4866.0, 4839.0, 4877.0, 4859.0, 4819.0, 4868.0, 4831.0, 4900.0, 4862.0, 4881.0, 4862.0, 4831.0, 4881.0, 4841.0, 4881.0, 4851.0, 4880.0, 4871.0, 4831.0, 4880.0, 4842.0, 4881.0, 4872.0, 4842.0, 4893.0, 4853.0, 4891.0, 4873.0, 4891.0, 4872.0, 4859.0, 4880.0, 4841.0, 4889.0, 4860.0, 4868.0, 4839.0, 4868.0, 4849.0, 4828.0, 4867.0, 4829.0, 4876.0, 4860.0, 4857.0, 4879.0, 4831.0, 4888.0, 4862.0, 4881.0, 4884.0, 4840.0, 4881.0, 4843.0, 4901.0, 4883.0, 4852.0, 4872.0, 4841.0, 4902.0, 4884.0, 4873.0, 4883.0, 4844.0, 4913.0, 4875.0, 4893.0, 4873.0, 4833.0, 4903.0, 4862.0, 4901.0, 4852.0, 4881.0, 4851.0, 4859.0, 4870.0, 4859.0, 4878.0, 4849.0, 4866.0, 4860.0, 4829.0, 4878.0, 4841.0, 4879.0, 4861.0, 4820.0, 4869.0, 4831.0, 4888.0, 4871.0, 4820.0, 4869.0, 4841.0, 4891.0, 4871.0, 4831.0, 4880.0, 4852.0, 4891.0, 4872.0, 4831.0, 4881.0, 4851.0, 4890.0, 4873.0, 4851.0, 4871.0, 4820.0, 4880.0, 4839.0, 4880.0, 4840.0, 4859.0, 4848.0, 4821.0, 4889.0, 4851.0, 4869.0, 4861.0, 4830.0, 4891.0, 4832.0, 4889.0, 4840.0, 4890.0, 4862.0, 4889.0, 4850.0, 4839.0, 4869.0, 4877.0, 4849.0, 4865.0, 4837.0, 4858.0, 4859.0, 4820.0, 4879.0, 4830.0, 4887.0, 4860.0, 4879.0, 4861.0, 4830.0, 4889.0, 4851.0, 4880.0, 4861.0, 4821.0, 4891.0, 4842.0, 4891.0, 4863.0, 4861.0, 4882.0, 4841.0, 4900.0, 4862.0, 4871.0, 4879.0, 4832.0, 4900.0, 4872.0, 4841.0, 4892.0, 4873.0, 4852.0, 4865.0, 4892.0, 4864.0, 4893.0, 4883.0, 4829.0, 4892.0, 4872.0, 4910.0, 4849.0, 4831.0, 4881.0, 4858.0, 4878.0, 4860.0, 4830.0, 4878.0, 4851.0, 4860.0, 4881.0, 4843.0, 4878.0, 4881.0, 4841.0, 4902.0, 4870.0, 4833.0, 4901.0, 4862.0, 4882.0, 4881.0, 4842.0, 4883.0, 4871.0, 4832.0, 4900.0, 4872.0, 4832.0, 4891.0, 4851.0, 4899.0, 4871.0, 4841.0, 4880.0, 4831.0, 4889.0, 4851.0, 4879.0, 4849.0, 4829.0, 4878.0, 4836.0, 4878.0, 4850.0, 4878.0, 4849.0, 4858.0, 4848.0, 4868.0, 4818.0, 4876.0, 4818.0, 4876.0, 4849.0, 4867.0, 4848.0, 4818.0], 'WindowWidth': [10731.0, 10652.0, 10689.0, 10627.0, 10644.0, 10610.0, 10556.0, 10630.0, 10588.0, 10616.0, 10586.0, 10548.0, 10623.0, 10591.0, 10614.0, 10601.0, 10549.0, 10627.0, 10575.0, 10626.0, 10604.0, 10613.0, 10602.0, 10576.0, 10629.0, 10576.0, 10577.0, 10600.0, 10547.0, 10628.0, 10605.0, 10621.0, 10605.0, 10551.0, 10630.0, 10596.0, 10631.0, 10607.0, 10564.0, 10629.0, 10597.0, 10622.0, 10626.0, 10571.0, 10649.0, 10611.0, 10652.0, 10614.0, 10624.0, 10624.0, 10571.0, 10623.0, 10625.0, 10587.0, 10655.0, 10613.0, 10654.0, 10600.0, 10637.0, 10607.0, 10587.0, 10603.0, 10563.0, 10615.0, 10571.0, 10574.0, 10613.0, 10544.0, 10609.0, 10540.0, 10604.0, 10544.0, 10625.0, 10573.0, 10612.0, 10574.0, 10617.0, 10597.0, 10594.0, 10624.0, 10583.0, 10635.0, 10600.0, 10654.0, 10629.0, 10582.0, 10640.0, 10591.0, 10665.0, 10631.0, 10599.0, 10625.0, 10564.0, 10650.0, 10598.0, 10655.0, 10611.0, 10578.0, 10631.0, 10594.0, 10647.0, 10595.0, 10604.0, 10605.0, 10579.0, 10638.0, 10593.0, 10631.0, 10578.0, 10629.0, 10605.0, 10574.0, 10582.0, 10548.0, 10626.0, 10557.0, 10612.0, 10574.0, 10595.0, 10603.0, 10544.0, 10631.0, 10580.0, 10630.0, 10605.0, 10569.0, 10637.0, 10570.0, 10644.0, 10607.0, 10648.0, 10610.0, 10606.0, 10603.0, 10549.0, 10627.0, 10565.0, 10633.0, 10605.0, 10589.0, 10605.0, 10569.0, 10651.0, 10616.0, 10585.0, 10645.0, 10591.0, 10677.0, 10621.0, 10656.0, 10616.0, 10656.0, 10627.0, 10636.0, 10594.0, 10578.0, 10634.0, 10603.0, 10615.0, 10588.0, 10611.0, 10577.0, 10628.0, 10590.0, 10547.0, 10599.0, 10550.0, 10645.0, 10591.0, 10613.0, 10577.0, 10627.0, 10591.0, 10600.0, 10573.0, 10583.0, 10591.0, 10559.0, 10616.0, 10547.0, 10622.0, 10563.0, 10624.0, 10588.0, 10580.0, 10583.0, 10550.0, 10628.0, 10606.0, 10615.0, 10604.0, 10553.0, 10646.0, 10580.0, 10632.0, 10591.0, 10603.0, 10621.0, 10580.0, 10632.0, 10577.0, 10600.0, 10616.0, 10565.0, 10634.0, 10622.0, 10606.0, 10633.0, 10587.0, 10611.0, 10602.0, 10566.0, 10594.0, 10552.0, 10603.0, 10560.0, 10588.0, 10538.0, 10599.0, 10561.0, 10604.0, 10581.0, 10572.0, 10576.0, 10524.0, 10604.0, 10555.0, 10623.0, 10587.0, 10572.0, 10603.0, 10553.0, 10646.0, 10614.0, 10653.0, 10647.0, 10575.0, 10684.0, 10634.0, 10658.0, 10635.0, 10592.0, 10672.0, 10634.0, 10660.0, 10631.0, 10595.0, 10674.0, 10649.0, 10605.0, 10660.0, 10621.0, 10678.0, 10636.0, 10626.0, 10639.0, 10612.0, 10651.0, 10625.0, 10621.0, 10635.0, 10597.0, 10607.0, 10634.0, 10607.0, 10635.0, 10574.0, 10593.0, 10633.0, 10592.0, 10554.0, 10652.0, 10625.0, 10583.0, 10635.0, 10594.0, 10621.0, 10605.0, 10601.0, 10628.0, 10588.0, 10595.0, 10629.0, 10577.0, 10629.0, 10589.0, 10544.0, 10612.0, 10566.0, 10642.0, 10607.0, 10576.0, 10635.0, 10587.0, 10582.0, 10652.0, 10606.0, 10641.0, 10629.0, 10570.0, 10660.0, 10598.0, 10657.0, 10599.0, 10651.0, 10608.0, 10634.0, 10618.0, 10572.0, 10606.0, 10571.0, 10622.0, 10603.0, 10585.0, 10583.0, 10542.0, 10622.0, 10585.0, 10630.0, 10585.0, 10554.0, 10593.0, 10567.0, 10624.0, 10568.0, 10606.0, 10570.0, 10606.0, 10594.0, 10522.0, 10588.0, 10525.0, 10615.0, 10567.0, 10591.0, 10578.0, 10527.0, 10620.0, 10571.0, 10595.0, 10599.0, 10559.0, 10643.0, 10587.0, 10610.0, 10582.0, 10578.0, 10610.0, 10542.0, 10608.0, 10568.0, 10608.0, 10584.0, 10528.0, 10592.0, 10542.0, 10622.0, 10569.0, 10607.0, 10569.0, 10565.0, 10594.0, 10554.0, 10621.0, 10569.0, 10607.0, 10583.0, 10571.0, 10599.0, 10541.0, 10623.0, 10590.0, 10626.0, 10582.0, 10529.0, 10598.0, 10548.0, 10628.0, 10579.0, 10612.0, 10576.0, 10627.0, 10590.0, 10550.0, 10617.0, 10566.0, 10648.0, 10614.0, 10608.0, 10621.0, 10583.0, 10653.0, 10627.0, 10656.0, 10613.0, 10557.0, 10654.0, 10599.0, 10654.0, 10617.0, 10635.0, 10610.0, 10632.0, 10621.0, 10592.0, 10630.0, 10596.0, 10641.0, 10678.0, 10593.0, 10574.0, 10614.0, 10588.0, 10634.0, 10593.0, 10552.0, 10632.0, 10582.0, 10649.0, 10625.0, 10582.0, 10631.0, 10592.0, 10653.0, 10636.0, 10621.0, 10585.0, 10569.0, 10613.0, 10594.0, 10605.0, 10567.0, 10607.0, 10584.0, 10553.0, 10588.0, 10523.0, 10603.0, 10565.0, 10590.0, 10575.0, 10533.0, 10504.0, 10565.0, 10567.0, 10601.0, 10565.0, 10549.0, 10572.0, 10522.0, 10639.0, 10561.0, 10642.0, 10606.0, 10614.0, 10602.0, 10564.0, 10629.0, 10558.0, 10625.0, 10573.0, 10627.0, 10602.0, 10585.0, 10599.0, 10542.0, 10640.0, 10578.0, 10609.0, 10571.0, 10591.0, 10595.0, 10549.0, 10627.0, 10601.0, 10563.0, 10626.0, 10600.0, 10598.0, 10596.0, 10575.0, 10605.0, 10568.0, 10604.0, 10579.0, 10540.0, 10605.0, 10565.0, 10615.0, 10597.0, 10537.0, 10604.0, 10552.0, 10621.0, 10596.0, 10542.0, 10594.0, 10561.0, 10627.0, 10618.0, 10563.0, 10628.0, 10578.0, 10631.0, 10620.0, 10581.0, 10633.0, 10604.0, 10558.0, 10646.0, 10610.0, 10634.0, 10619.0, 10550.0, 10646.0, 10607.0, 10650.0, 10600.0, 10574.0, 10627.0, 10602.0, 10643.0, 10588.0, 10554.0, 10625.0, 10588.0, 10582.0, 10556.0, 10576.0, 10629.0, 10605.0, 10570.0, 10619.0, 10610.0, 10570.0, 10606.0, 10620.0, 10564.0, 10635.0, 10578.0, 10600.0, 10591.0, 10600.0, 10613.0, 10542.0, 10557.0, 10605.0, 10529.0, 10618.0, 10535.0, 10587.0, 10523.0, 10605.0, 10567.0, 10590.0, 10571.0, 10607.0, 10604.0, 10558.0, 10616.0, 10558.0, 10626.0, 10563.0, 10645.0, 10605.0, 10628.0, 10592.0, 10599.0, 10620.0, 10605.0, 10562.0, 10628.0, 10597.0, 10636.0, 10622.0, 10567.0, 10662.0, 10625.0, 10612.0, 10656.0, 10613.0, 10653.0, 10622.0, 10635.0, 10633.0, 10603.0, 10606.0, 10627.0, 10629.0, 10663.0, 10587.0, 10586.0, 10653.0, 10619.0, 10627.0, 10618.0, 10610.0, 10593.0, 10615.0, 10616.0, 10612.0, 10610.0, 10594.0, 10624.0, 10581.0, 10576.0, 10589.0, 10549.0, 10600.0, 10573.0, 10519.0, 10603.0, 10567.0, 10620.0, 10608.0, 10552.0, 10606.0, 10555.0, 10589.0, 10593.0, 10527.0, 10625.0, 10585.0, 10608.0, 10581.0, 10527.0, 10617.0, 10587.0, 10611.0, 10579.0, 10539.0, 10619.0, 10588.0, 10613.0, 10600.0, 10560.0, 10626.0, 10572.0, 10628.0, 10583.0, 10529.0, 10613.0, 10559.0, 10626.0, 10572.0, 10559.0, 10606.0, 10547.0, 10641.0, 10598.0, 10599.0, 10580.0, 10526.0, 10608.0, 10539.0, 10604.0, 10567.0, 10609.0, 10585.0, 10553.0, 10580.0, 10527.0, 10607.0, 10555.0, 10593.0, 10582.0, 10587.0, 10616.0, 10546.0, 10625.0, 10574.0, 10585.0, 10598.0, 10536.0, 10632.0, 10560.0, 10623.0, 10571.0, 10608.0, 10583.0, 10552.0, 10592.0, 10524.0, 10623.0, 10587.0, 10569.0, 10612.0, 10545.0, 10627.0, 10591.0, 10599.0, 10615.0, 10557.0, 10610.0, 10586.0, 10596.0, 10599.0, 10541.0, 10622.0, 10574.0, 10616.0, 10584.0, 10543.0, 10599.0, 10559.0, 10612.0, 10586.0, 10542.0, 10614.0, 10564.0, 10614.0, 10601.0, 10549.0, 10636.0, 10578.0, 10615.0, 10587.0, 10601.0, 10619.0, 10584.0, 10609.0, 10569.0, 10610.0, 10581.0, 10567.0, 10563.0, 10525.0, 10602.0, 10554.0, 10590.0, 10566.0, 10527.0, 10593.0, 10544.0, 10610.0, 10573.0, 10605.0, 10606.0, 10548.0, 10613.0, 10558.0, 10627.0, 10589.0, 10642.0, 10601.0, 10539.0, 10590.0, 10530.0, 10624.0, 10584.0, 10583.0, 10582.0, 10531.0, 10622.0, 10571.0, 10594.0, 10570.0, 10532.0, 10627.0, 10564.0, 10595.0, 10587.0, 10596.0, 10595.0, 10540.0, 10607.0, 10553.0, 10607.0, 10564.0, 10574.0, 10551.0, 10573.0, 10568.0, 10572.0, 10563.0, 10505.0, 10573.0, 10504.0, 10602.0, 10522.0, 10587.0, 10555.0, 10605.0, 10585.0, 10529.0, 10594.0, 10548.0, 10641.0, 10592.0, 10618.0, 10590.0, 10548.0, 10616.0, 10561.0, 10616.0, 10575.0, 10615.0, 10603.0, 10548.0, 10615.0, 10565.0, 10617.0, 10606.0, 10564.0, 10637.0, 10581.0, 10632.0, 10609.0, 10632.0, 10607.0, 10583.0, 10612.0, 10560.0, 10624.0, 10585.0, 10594.0, 10554.0, 10595.0, 10568.0, 10538.0, 10591.0, 10541.0, 10605.0, 10587.0, 10581.0, 10613.0, 10549.0, 10624.0, 10594.0, 10617.0, 10623.0, 10562.0, 10616.0, 10570.0, 10645.0, 10623.0, 10579.0, 10605.0, 10565.0, 10648.0, 10626.0, 10610.0, 10621.0, 10573.0, 10668.0, 10615.0, 10639.0, 10608.0, 10555.0, 10649.0, 10593.0, 10647.0, 10578.0, 10616.0, 10574.0, 10582.0, 10601.0, 10581.0, 10606.0, 10569.0, 10592.0, 10585.0, 10542.0, 10607.0, 10562.0, 10611.0, 10588.0, 10531.0, 10596.0, 10547.0, 10623.0, 10601.0, 10531.0, 10596.0, 10560.0, 10629.0, 10603.0, 10548.0, 10613.0, 10577.0, 10632.0, 10607.0, 10550.0, 10617.0, 10577.0, 10630.0, 10609.0, 10576.0, 10602.0, 10533.0, 10615.0, 10556.0, 10614.0, 10559.0, 10582.0, 10569.0, 10536.0, 10626.0, 10575.0, 10599.0, 10589.0, 10547.0, 10631.0, 10550.0, 10625.0, 10559.0, 10627.0, 10591.0, 10627.0, 10571.0, 10557.0, 10599.0, 10607.0, 10568.0, 10585.0, 10549.0, 10580.0, 10582.0, 10530.0, 10609.0, 10544.0, 10621.0, 10588.0, 10613.0, 10587.0, 10546.0, 10625.0, 10576.0, 10616.0, 10588.0, 10534.0, 10630.0, 10566.0, 10632.0, 10593.0, 10590.0, 10619.0, 10563.0, 10646.0, 10594.0, 10604.0, 10612.0, 10549.0, 10643.0, 10605.0, 10564.0, 10636.0, 10608.0, 10582.0, 10604.0, 10635.0, 10598.0, 10637.0, 10622.0, 10547.0, 10635.0, 10605.0, 10657.0, 10570.0, 10546.0, 10616.0, 10583.0, 10612.0, 10586.0, 10543.0, 10609.0, 10577.0, 10587.0, 10617.0, 10567.0, 10614.0, 10618.0, 10565.0, 10650.0, 10605.0, 10554.0, 10644.0, 10596.0, 10620.0, 10619.0, 10567.0, 10623.0, 10605.0, 10553.0, 10646.0, 10606.0, 10550.0, 10629.0, 10577.0, 10643.0, 10604.0, 10560.0, 10613.0, 10547.0, 10625.0, 10575.0, 10613.0, 10569.0, 10541.0, 10608.0, 10549.0, 10610.0, 10570.0, 10608.0, 10569.0, 10582.0, 10566.0, 10593.0, 10525.0, 10602.0, 10527.0, 10604.0, 10569.0, 10594.0, 10567.0, 10529.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.0006138658777120315</td></tr>
<tr><td colspan=3>aqi</td><td>0.01594519930966469</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.15408832456067</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2621696621322795</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0089232456959512</td></tr>
<tr><td colspan=3>efc</td><td>0.5139</td></tr>
<tr><td colspan=3>fber</td><td>4988.6162</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08863060161186156</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8875739644970414</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.263629104249358</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1124764950891812</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5144404855056126</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.163970332153279</td></tr>
<tr><td colspan=3>gcor</td><td>0.00803472</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02047017402946949</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0429501086473465</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.339233227534066</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>14.8344</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.9324</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.0679</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288904.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>1128.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.993</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2621</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.1598</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4030.184</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1833.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.4588</td></tr>
<tr><td colspan=3>tsnr</td><td>45.57897425466217</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>