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

616 lines
No EOL
117 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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-01/func/sub-0103_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>624642390ed0790ebfe2918e9cfc5c87</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>18:37:9.735000</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.992429, -0.0638596, 0.104911, 0.0735761, 0.993082, -0.0915183]</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.259</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.0850588</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4265, -7768, -7211, 196, -79, -142, -115, 30]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>235.904</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>74f94b1a-d7c2-42ac-b20c-dae29821b0d4||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.6626148223876953, 0.19739916920661926, 0.2655199468135834, 93.17306518554688], [0.1713305562734604, 2.664365291595459, -0.2660696506500244, -89.47603607177734], [0.28146815299987793, 0.24553678929805756, 2.673706293106079, -84.56039428710938], [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': ['183709.735000', '183710.195000', '183710.655000', '183711.115000', '183711.575000', '183712.035000', '183712.495000', '183712.955000', '183713.415000', '183713.875000', '183714.335000', '183714.795000', '183715.255000', '183715.715000', '183716.175000', '183716.635000', '183717.095000', '183717.555000', '183718.015000', '183718.475000', '183718.935000', '183719.395000', '183719.855000', '183720.315000', '183720.775000', '183721.235000', '183721.695000', '183722.155000', '183722.615000', '183723.075000', '183723.535000', '183723.995000', '183724.455000', '183724.915000', '183725.375000', '183725.835000', '183726.295000', '183726.755000', '183727.215000', '183727.675000', '183728.135000', '183728.595000', '183729.055000', '183729.515000', '183729.975000', '183730.435000', '183730.895000', '183731.355000', '183731.815000', '183732.275000', '183732.735000', '183733.195000', '183733.655000', '183734.115000', '183734.575000', '183735.035000', '183735.495000', '183735.955000', '183736.415000', '183736.875000', '183737.335000', '183737.795000', '183738.255000', '183738.715000', '183739.175000', '183739.635000', '183740.095000', '183740.555000', '183741.015000', '183741.475000', '183741.935000', '183742.395000', '183742.855000', '183743.315000', '183743.775000', '183744.235000', '183744.695000', '183745.155000', '183745.615000', '183746.075000', '183746.535000', '183746.995000', '183747.455000', '183747.915000', '183748.375000', '183748.835000', '183749.295000', '183749.755000', '183750.215000', '183750.675000', '183751.135000', '183751.595000', '183752.055000', '183752.515000', '183752.975000', '183753.435000', '183753.895000', '183754.355000', '183754.815000', '183755.275000', '183755.735000', '183756.195000', '183756.655000', '183757.115000', '183757.575000', '183758.035000', '183758.495000', '183758.955000', '183759.415000', '183759.875000', '183800.335000', '183800.795000', '183801.255000', '183801.715000', '183802.175000', '183802.635000', '183803.095000', '183803.555000', '183804.015000', '183804.475000', '183804.935000', '183805.395000', '183805.855000', '183806.315000', '183806.775000', '183807.235000', '183807.695000', '183808.155000', '183808.615000', '183809.075000', '183809.535000', '183809.995000', '183810.455000', '183810.915000', '183811.375000', '183811.835000', '183812.295000', '183812.755000', '183813.215000', '183813.675000', '183814.135000', '183814.595000', '183815.055000', '183815.515000', '183815.975000', '183816.435000', '183816.895000', '183817.355000', '183817.815000', '183818.275000', '183818.735000', '183819.195000', '183819.655000', '183820.115000', '183820.575000', '183821.035000', '183821.495000', '183821.955000', '183822.415000', '183822.875000', '183823.335000', '183823.795000', '183824.255000', '183824.715000', '183825.175000', '183825.635000', '183826.095000', '183826.555000', '183827.015000', '183827.475000', '183827.935000', '183828.395000', '183828.855000', '183829.315000', '183829.775000', '183830.235000', '183830.695000', '183831.155000', '183831.615000', '183832.075000', '183832.535000', '183832.995000', '183833.455000', '183833.915000', '183834.375000', '183834.835000', '183835.295000', '183835.755000', '183836.215000', '183836.675000', '183837.135000', '183837.595000', '183838.055000', '183838.515000', '183838.975000', '183839.435000', '183839.895000', '183840.355000', '183840.815000', '183841.275000', '183841.735000', '183842.195000', '183842.655000', '183843.115000', '183843.575000', '183844.035000', '183844.495000', '183844.955000', '183845.415000', '183845.875000', '183846.335000', '183846.795000', '183847.255000', '183847.715000', '183848.175000', '183848.635000', '183849.095000', '183849.555000', '183850.015000', '183850.475000', '183850.935000', '183851.395000', '183851.855000', '183852.315000', '183852.775000', '183853.235000', '183853.695000', '183854.155000', '183854.615000', '183855.075000', '183855.535000', '183855.995000', '183856.455000', '183856.915000', '183857.375000', '183857.835000', '183858.295000', '183858.755000', '183859.215000', '183859.675000', '183900.135000', '183900.595000', '183901.055000', '183901.515000', '183901.975000', '183902.435000', '183902.895000', '183903.355000', '183903.815000', '183904.275000', '183904.735000', '183905.195000', '183905.655000', '183906.115000', '183906.575000', '183907.035000', '183907.495000', '183907.955000', '183908.415000', '183908.875000', '183909.335000', '183909.795000', '183910.255000', '183910.715000', '183911.175000', '183911.635000', '183912.095000', '183912.555000', '183913.015000', '183913.475000', '183913.935000', '183914.395000', '183914.855000', '183915.315000', '183915.775000', '183916.235000', '183916.695000', '183917.155000', '183917.615000', '183918.075000', '183918.535000', '183918.995000', '183919.455000', '183919.915000', '183920.375000', '183920.835000', '183921.295000', '183921.755000', '183922.215000', '183922.675000', '183923.135000', '183923.595000', '183924.055000', '183924.515000', '183924.975000', '183925.435000', '183925.895000', '183926.355000', '183926.815000', '183927.275000', '183927.735000', '183928.195000', '183928.655000', '183929.115000', '183929.575000', '183930.035000', '183930.495000', '183930.955000', '183931.415000', '183931.875000', '183932.335000', '183932.795000', '183933.255000', '183933.715000', '183934.175000', '183934.635000', '183935.095000', '183935.555000', '183936.015000', '183936.475000', '183936.935000', '183937.395000', '183937.855000', '183938.315000', '183938.775000', '183939.235000', '183939.695000', '183940.155000', '183940.615000', '183941.075000', '183941.535000', '183941.995000', '183942.455000', '183942.915000', '183943.375000', '183943.835000', '183944.295000', '183944.755000', '183945.215000', '183945.675000', '183946.135000', '183946.595000', '183947.055000', '183947.515000', '183947.975000', '183948.435000', '183948.895000', '183949.355000', '183949.815000', '183950.275000', '183950.735000', '183951.195000', '183951.655000', '183952.115000', '183952.575000', '183953.035000', '183953.495000', '183953.955000', '183954.415000', '183954.875000', '183955.335000', '183955.795000', '183956.255000', '183956.715000', '183957.175000', '183957.635000', '183958.095000', '183958.555000', '183959.015000', '183959.475000', '183959.935000', '184000.395000', '184000.855000', '184001.315000', '184001.775000', '184002.235000', '184002.695000', '184003.155000', '184003.615000', '184004.075000', '184004.535000', '184004.995000', '184005.455000', '184005.915000', '184006.375000', '184006.835000', '184007.295000', '184007.755000', '184008.215000', '184008.675000', '184009.135000', '184009.595000', '184010.055000', '184010.515000', '184010.975000', '184011.435000', '184011.895000', '184012.355000', '184012.815000', '184013.275000', '184013.735000', '184014.195000', '184014.655000', '184015.115000', '184015.575000', '184016.035000', '184016.495000', '184016.955000', '184017.415000', '184017.875000', '184018.335000', '184018.795000', '184019.255000', '184019.715000', '184020.175000', '184020.635000', '184021.095000', '184021.555000', '184022.015000', '184022.475000', '184022.935000', '184023.395000', '184023.855000', '184024.315000', '184024.775000', '184025.235000', '184025.695000', '184026.155000', '184026.615000', '184027.075000', '184027.535000', '184027.995000', '184028.455000', '184028.915000', '184029.375000', '184029.835000', '184030.295000', '184030.755000', '184031.215000', '184031.675000', '184032.135000', '184032.595000', '184033.055000', '184033.515000', '184033.975000', '184034.435000', '184034.895000', '184035.355000', '184035.815000', '184036.275000', '184036.735000', '184037.195000', '184037.655000', '184038.115000', '184038.575000', '184039.035000', '184039.495000', '184039.955000', '184040.415000', '184040.875000', '184041.335000', '184041.795000', '184042.255000', '184042.715000', '184043.175000', '184043.635000', '184044.095000', '184044.555000', '184045.015000', '184045.475000', '184045.935000', '184046.395000', '184046.855000', '184047.315000', '184047.775000', '184048.235000', '184048.695000', '184049.155000', '184049.615000', '184050.075000', '184050.535000', '184050.995000', '184051.455000', '184051.915000', '184052.375000', '184052.835000', '184053.295000', '184053.755000', '184054.215000', '184054.675000', '184055.135000', '184055.595000', '184056.055000', '184056.515000', '184056.975000', '184057.435000', '184057.895000', '184058.355000', '184058.815000', '184059.275000', '184059.735000', '184100.195000', '184100.655000', '184101.115000', '184101.575000', '184102.035000', '184102.495000', '184102.955000', '184103.415000', '184103.875000', '184104.335000', '184104.795000', '184105.255000', '184105.715000', '184106.175000', '184106.635000', '184107.095000', '184107.555000', '184108.015000', '184108.475000', '184108.935000', '184109.395000', '184109.855000', '184110.315000', '184110.775000', '184111.235000', '184111.695000', '184112.155000', '184112.615000', '184113.075000', '184113.535000', '184113.995000', '184114.455000', '184114.915000', '184115.375000', '184115.835000', '184116.295000', '184116.755000', '184117.215000', '184117.675000', '184118.135000', '184118.595000', '184119.055000', '184119.515000', '184119.975000', '184120.435000', '184120.895000', '184121.355000', '184121.815000', '184122.275000', '184122.735000', '184123.195000', '184123.655000', '184124.115000', '184124.575000', '184125.035000', '184125.495000', '184125.955000', '184126.415000', '184126.875000', '184127.335000', '184127.795000', '184128.255000', '184128.715000', '184129.175000', '184129.635000', '184130.095000', '184130.555000', '184131.015000', '184131.475000', '184131.935000', '184132.395000', '184132.855000', '184133.315000', '184133.775000', '184134.235000', '184134.695000', '184135.155000', '184135.615000', '184136.075000', '184136.535000', '184136.995000', '184137.455000', '184137.915000', '184138.375000', '184138.835000', '184139.295000', '184139.755000', '184140.215000', '184140.675000', '184141.135000', '184141.595000', '184142.055000', '184142.515000', '184142.975000', '184143.435000', '184143.895000', '184144.355000', '184144.815000', '184145.275000', '184145.735000', '184146.195000', '184146.655000', '184147.115000', '184147.575000', '184148.035000', '184148.495000', '184148.955000', '184149.415000', '184149.875000', '184150.335000', '184150.795000', '184151.255000', '184151.715000', '184152.175000', '184152.635000', '184153.095000', '184153.555000', '184154.015000', '184154.475000', '184154.935000', '184155.395000', '184155.855000', '184156.315000', '184156.775000', '184157.235000', '184157.695000', '184158.155000', '184158.615000', '184159.075000', '184159.535000', '184159.995000', '184200.455000', '184200.915000', '184201.375000', '184201.835000', '184202.295000', '184202.755000', '184203.215000', '184203.675000', '184204.135000', '184204.595000', '184205.055000', '184205.515000', '184205.975000', '184206.435000', '184206.895000', '184207.355000', '184207.815000', '184208.275000', '184208.735000', '184209.195000', '184209.655000', '184210.115000', '184210.575000', '184211.035000', '184211.495000', '184211.955000', '184212.415000', '184212.875000', '184213.335000', '184213.795000', '184214.255000', '184214.715000', '184215.175000', '184215.635000', '184216.095000', '184216.555000', '184217.015000', '184217.475000', '184217.935000', '184218.395000', '184218.855000', '184219.315000', '184219.775000', '184220.235000', '184220.695000', '184221.155000', '184221.615000', '184222.075000', '184222.535000', '184222.995000', '184223.455000', '184223.915000', '184224.375000', '184224.835000', '184225.295000', '184225.755000', '184226.215000', '184226.675000', '184227.135000', '184227.595000', '184228.055000', '184228.515000', '184228.975000', '184229.435000', '184229.895000', '184230.355000', '184230.815000', '184231.275000', '184231.735000', '184232.195000', '184232.655000', '184233.115000', '184233.575000', '184234.035000', '184234.495000', '184234.955000', '184235.415000', '184235.875000', '184236.335000', '184236.795000', '184237.255000', '184237.715000', '184238.175000', '184238.635000', '184239.095000', '184239.555000', '184240.015000', '184240.475000', '184240.935000', '184241.395000', '184241.855000', '184242.315000', '184242.775000', '184243.235000', '184243.695000', '184244.155000', '184244.615000', '184245.075000', '184245.535000', '184245.995000', '184246.455000', '184246.915000', '184247.375000', '184247.835000', '184248.295000', '184248.755000', '184249.215000', '184249.675000', '184250.135000', '184250.595000', '184251.055000', '184251.515000', '184251.975000', '184252.435000', '184252.895000', '184253.355000', '184253.815000', '184254.275000', '184254.735000', '184255.195000', '184255.655000', '184256.115000', '184256.575000', '184257.035000', '184257.495000', '184257.955000', '184258.415000', '184258.875000', '184259.335000', '184259.795000', '184300.255000', '184300.715000', '184301.175000', '184301.635000', '184302.095000', '184302.555000', '184303.015000', '184303.475000', '184303.935000', '184304.395000', '184304.855000', '184305.315000', '184305.775000', '184306.235000', '184306.695000', '184307.155000', '184307.615000', '184308.075000', '184308.535000', '184308.995000', '184309.455000', '184309.915000', '184310.375000', '184310.835000', '184311.295000', '184311.755000', '184312.215000', '184312.675000', '184313.135000', '184313.595000', '184314.055000', '184314.515000', '184314.975000', '184315.435000', '184315.895000', '184316.355000', '184316.815000', '184317.275000', '184317.735000', '184318.195000', '184318.655000', '184319.115000', '184319.575000', '184320.035000', '184320.495000', '184320.955000', '184321.415000', '184321.875000', '184322.335000', '184322.795000', '184323.255000', '184323.715000', '184324.175000', '184324.635000', '184325.095000', '184325.555000', '184326.015000', '184326.475000', '184326.935000', '184327.395000', '184327.855000', '184328.315000', '184328.775000', '184329.235000', '184329.695000', '184330.155000', '184330.615000', '184331.075000', '184331.535000', '184331.995000', '184332.455000', '184332.915000', '184333.375000', '184333.835000', '184334.295000', '184334.755000', '184335.215000', '184335.675000', '184336.135000', '184336.595000', '184337.055000', '184337.515000', '184337.975000', '184338.435000', '184338.895000', '184339.355000', '184339.815000', '184340.275000', '184340.735000', '184341.195000', '184341.655000', '184342.115000', '184342.575000', '184343.035000', '184343.495000', '184343.955000', '184344.415000', '184344.875000', '184345.335000', '184345.795000', '184346.255000', '184346.715000', '184347.175000', '184347.635000', '184348.095000', '184348.555000', '184349.015000', '184349.475000', '184349.935000', '184350.395000', '184350.855000', '184351.315000', '184351.775000', '184352.235000', '184352.695000', '184353.155000', '184353.615000', '184354.075000', '184354.535000', '184354.995000', '184355.455000', '184355.915000', '184356.375000', '184356.835000', '184357.295000', '184357.755000', '184358.215000', '184358.675000', '184359.135000', '184359.595000', '184400.055000', '184400.515000', '184400.975000', '184401.435000', '184401.895000', '184402.355000', '184402.815000', '184403.275000', '184403.735000', '184404.195000', '184404.655000', '184405.115000', '184405.575000', '184406.035000', '184406.495000', '184406.955000', '184407.415000', '184407.875000', '184408.335000', '184408.795000', '184409.255000', '184409.715000', '184410.175000', '184410.635000', '184411.095000', '184411.555000', '184412.015000', '184412.475000', '184412.935000', '184413.395000', '184413.855000', '184414.315000', '184414.775000', '184415.235000', '184415.695000', '184416.155000', '184416.615000', '184417.075000', '184417.535000', '184417.995000', '184418.455000', '184418.915000', '184419.375000', '184419.835000', '184420.295000', '184420.755000', '184421.215000', '184421.675000', '184422.135000', '184422.595000', '184423.055000', '184423.515000', '184423.975000', '184424.435000', '184424.895000', '184425.355000', '184425.815000', '184426.275000', '184426.735000', '184427.195000', '184427.655000', '184428.115000', '184428.575000', '184429.035000', '184429.495000', '184429.955000', '184430.415000', '184430.875000', '184431.335000', '184431.795000', '184432.255000', '184432.715000', '184433.175000', '184433.635000', '184434.095000', '184434.555000', '184435.015000', '184435.475000', '184435.935000', '184436.395000', '184436.855000', '184437.315000', '184437.775000', '184438.235000', '184438.695000', '184439.155000', '184439.615000', '184440.075000', '184440.535000', '184440.995000', '184441.455000', '184441.915000', '184442.375000', '184442.835000', '184443.295000', '184443.755000', '184444.215000', '184444.675000', '184445.135000', '184445.595000', '184446.055000', '184446.515000', '184446.975000', '184447.435000', '184447.895000', '184448.355000', '184448.815000', '184449.275000', '184449.735000', '184450.195000', '184450.655000', '184451.115000', '184451.575000', '184452.035000', '184452.495000', '184452.955000', '184453.415000', '184453.875000', '184454.335000', '184454.795000', '184455.255000', '184455.715000', '184456.175000', '184456.635000'], 'ContentTime': ['183731.731000', '183731.734000', '183731.737000', '183731.740000', '183731.742000', '183731.745000', '183731.747000', '183731.750000', '183731.753000', '183731.755000', '183731.758000', '183731.760000', '183731.763000', '183731.766000', '183731.768000', '183731.771000', '183731.773000', '183731.776000', '183731.778000', '183731.781000', '183731.783000', '183731.786000', '183731.789000', '183731.791000', '183731.794000', '183731.796000', '183731.799000', '183731.823000', '183731.826000', '183731.828000', '183731.831000', '183731.833000', '183731.836000', '183731.839000', '183731.841000', '183731.844000', '183731.846000', '183731.849000', '183731.851000', '183731.854000', '183731.857000', '183731.859000', '183731.862000', '183731.864000', '183731.867000', '183731.869000', '183751.686000', '183751.689000', '183751.692000', '183751.694000', '183751.697000', '183751.700000', '183751.702000', '183751.705000', '183751.707000', '183751.710000', '183751.712000', '183751.715000', '183751.718000', '183751.720000', '183751.723000', '183751.725000', '183751.728000', '183751.730000', '183751.733000', '183751.735000', '183751.738000', '183751.741000', '183751.743000', '183751.746000', '183751.748000', '183751.751000', '183751.754000', '183751.756000', '183751.759000', '183751.761000', '183751.764000', '183751.768000', '183751.770000', '183751.773000', '183751.775000', '183751.778000', '183751.781000', '183751.783000', '183751.786000', '183751.788000', '183751.791000', '183751.794000', '183751.796000', '183751.799000', '183811.686000', '183811.688000', '183811.691000', '183811.694000', '183811.696000', '183811.699000', '183811.701000', '183811.704000', '183811.707000', '183811.709000', '183811.712000', '183811.714000', '183811.717000', '183811.719000', '183811.722000', '183811.724000', '183811.727000', '183811.730000', '183811.732000', '183811.735000', '183811.737000', '183811.740000', '183811.743000', '183811.745000', '183811.748000', '183811.750000', '183811.753000', '183811.755000', '183811.758000', '183811.761000', '183811.763000', '183811.766000', '183811.768000', '183811.771000', '183811.774000', '183811.776000', '183811.779000', '183811.781000', '183811.784000', '183811.786000', '183811.789000', '183811.792000', '183811.794000', '183831.685000', '183831.688000', '183831.691000', '183831.693000', '183831.696000', '183831.698000', '183831.701000', '183831.704000', '183831.706000', '183831.709000', '183831.711000', '183831.714000', '183831.716000', '183831.719000', '183831.722000', '183831.730000', '183831.732000', '183831.735000', '183831.737000', '183831.740000', '183831.742000', '183831.745000', '183831.748000', '183831.750000', '183831.753000', '183831.755000', '183831.758000', '183831.761000', '183831.763000', '183831.766000', '183831.768000', '183831.771000', '183831.774000', '183831.776000', '183831.779000', '183831.781000', '183831.784000', '183831.786000', '183831.789000', '183831.792000', '183831.794000', '183831.797000', '183831.799000', '183831.802000', '183851.686000', '183851.689000', '183851.692000', '183851.694000', '183851.697000', '183851.700000', '183851.702000', '183851.705000', '183851.707000', '183851.710000', '183851.712000', '183851.715000', '183851.718000', '183851.720000', '183851.723000', '183851.725000', '183851.728000', '183851.730000', '183851.733000', '183851.735000', '183851.738000', '183851.741000', '183851.743000', '183851.746000', '183851.748000', '183851.751000', '183851.754000', '183851.756000', '183851.759000', '183851.761000', '183851.764000', '183851.767000', '183851.769000', '183851.772000', '183851.774000', '183851.777000', '183851.779000', '183851.782000', '183851.785000', '183851.787000', '183851.790000', '183851.792000', '183851.795000', '183911.687000', '183911.689000', '183911.692000', '183911.695000', '183911.697000', '183911.700000', '183911.702000', '183911.705000', '183911.708000', '183911.710000', '183911.713000', '183911.715000', '183911.718000', '183911.721000', '183911.724000', '183911.726000', '183911.729000', '183911.731000', '183911.734000', '183911.737000', '183911.776000', '183911.778000', '183911.781000', '183911.784000', '183911.786000', '183911.789000', '183911.791000', '183911.794000', '183911.796000', '183911.799000', '183911.801000', '183911.804000', '183911.807000', '183911.809000', '183911.812000', '183911.814000', '183911.817000', '183911.820000', '183911.822000', '183911.825000', '183911.827000', '183911.830000', '183911.833000', '183911.835000', '183931.687000', '183931.689000', '183931.692000', '183931.695000', '183931.697000', '183931.700000', '183931.703000', '183931.705000', '183931.708000', '183931.710000', '183931.713000', '183931.716000', '183931.718000', '183931.721000', '183931.723000', '183931.726000', '183931.728000', '183931.731000', '183931.734000', '183931.736000', '183931.739000', '183931.741000', '183931.744000', '183931.746000', '183931.749000', '183931.752000', '183931.754000', '183931.757000', '183931.759000', '183931.762000', '183931.765000', '183931.767000', '183931.770000', '183931.773000', '183931.775000', '183931.778000', '183931.780000', '183931.783000', '183931.785000', '183931.788000', '183931.790000', '183931.793000', '183931.796000', '183951.687000', '183951.689000', '183951.692000', '183951.695000', '183951.697000', '183951.700000', '183951.703000', '183951.705000', '183951.715000', '183951.717000', '183951.720000', '183951.722000', '183951.725000', '183951.727000', '183951.730000', '183951.733000', '183951.735000', '183951.738000', '183951.740000', '183951.743000', '183951.746000', '183951.748000', '183951.751000', '183951.754000', '183951.756000', '183951.759000', '183951.761000', '183951.764000', '183951.766000', '183951.769000', '183951.772000', '183951.774000', '183951.777000', '183951.780000', '183951.782000', '183951.785000', '183951.787000', '183951.790000', '183951.792000', '183951.795000', '183951.798000', '183951.800000', '183951.803000', '183951.805000', '184011.687000', '184011.690000', '184011.692000', '184011.695000', '184011.697000', '184011.700000', '184011.702000', '184011.705000', '184011.708000', '184011.710000', '184011.713000', '184011.715000', '184011.718000', '184011.721000', '184011.723000', '184011.726000', '184011.728000', '184011.731000', '184011.734000', '184011.736000', '184011.739000', '184011.741000', '184011.744000', '184011.747000', '184011.749000', '184011.752000', '184011.755000', '184011.757000', '184011.760000', '184011.762000', '184011.765000', '184011.768000', '184011.770000', '184011.773000', '184011.776000', '184011.778000', '184011.781000', '184011.783000', '184011.786000', '184011.789000', '184011.791000', '184011.794000', '184011.796000', '184031.685000', '184031.688000', '184031.691000', '184031.694000', '184031.696000', '184031.699000', '184031.701000', '184031.704000', '184031.706000', '184031.710000', '184031.712000', '184031.715000', '184031.718000', '184031.720000', '184031.723000', '184031.725000', '184031.728000', '184031.731000', '184031.733000', '184031.736000', '184031.739000', '184031.741000', '184031.744000', '184031.746000', '184031.749000', '184031.751000', '184031.754000', '184031.757000', '184031.759000', '184031.762000', '184031.764000', '184031.767000', '184031.774000', '184031.776000', '184031.779000', '184031.781000', '184031.784000', '184031.787000', '184031.789000', '184031.792000', '184031.794000', '184031.797000', '184031.799000', '184031.802000', '184051.685000', '184051.698000', '184051.701000', '184051.704000', '184051.706000', '184051.709000', '184051.711000', '184051.714000', '184051.717000', '184051.719000', '184051.722000', '184051.724000', '184051.727000', '184051.730000', '184051.732000', '184051.735000', '184051.737000', '184051.740000', '184051.743000', '184051.745000', '184051.748000', '184051.750000', '184051.753000', '184051.756000', '184051.758000', '184051.761000', '184051.763000', '184051.766000', '184051.768000', '184051.771000', '184051.774000', '184051.776000', '184051.779000', '184051.781000', '184051.784000', '184051.787000', '184051.789000', '184051.792000', '184051.794000', '184051.797000', '184051.799000', '184051.802000', '184051.805000', '184111.686000', '184111.689000', '184111.692000', '184111.694000', '184111.697000', '184111.700000', '184111.702000', '184111.705000', '184111.707000', '184111.710000', '184111.713000', '184111.715000', '184111.718000', '184111.721000', '184111.723000', '184111.726000', '184111.729000', '184111.731000', '184111.742000', '184111.745000', '184111.748000', '184111.750000', '184111.753000', '184111.755000', '184111.758000', '184111.761000', '184111.763000', '184111.766000', '184111.768000', '184111.771000', '184111.774000', '184111.776000', '184111.779000', '184111.782000', '184111.784000', '184111.787000', '184111.789000', '184111.792000', '184111.795000', '184111.797000', '184111.800000', '184111.802000', '184111.805000', '184111.808000', '184131.687000', '184131.689000', '184131.692000', '184131.695000', '184131.697000', '184131.700000', '184131.702000', '184131.705000', '184131.708000', '184131.710000', '184131.713000', '184131.715000', '184131.718000', '184131.721000', '184131.723000', '184131.726000', '184131.729000', '184131.731000', '184131.734000', '184131.736000', '184131.739000', '184131.742000', '184131.744000', '184131.747000', '184131.749000', '184131.752000', '184131.754000', '184131.757000', '184131.760000', '184131.762000', '184131.765000', '184131.767000', '184131.770000', '184131.773000', '184131.775000', '184131.778000', '184131.780000', '184131.783000', '184131.786000', '184131.788000', '184131.791000', '184131.793000', '184131.796000', '184151.686000', '184151.689000', '184151.692000', '184151.695000', '184151.697000', '184151.700000', '184151.702000', '184151.705000', '184151.708000', '184151.710000', '184151.713000', '184151.716000', '184151.718000', '184151.721000', '184151.723000', '184151.726000', '184151.729000', '184151.731000', '184151.734000', '184151.737000', '184151.739000', '184151.742000', '184151.745000', '184151.747000', '184151.750000', '184151.753000', '184151.756000', '184151.758000', '184151.761000', '184151.764000', '184151.766000', '184151.769000', '184151.772000', '184151.774000', '184151.777000', '184151.779000', '184151.782000', '184151.784000', '184151.787000', '184151.790000', '184151.792000', '184151.795000', '184151.797000', '184211.687000', '184211.690000', '184211.692000', '184211.695000', '184211.697000', '184211.700000', '184211.703000', '184211.705000', '184211.708000', '184211.711000', '184211.713000', '184211.716000', '184211.719000', '184211.721000', '184211.724000', '184211.726000', '184211.729000', '184211.732000', '184211.734000', '184211.737000', '184211.740000', '184211.742000', '184211.745000', '184211.747000', '184211.750000', '184211.753000', '184211.755000', '184211.777000', '184211.780000', '184211.783000', '184211.785000', '184211.788000', '184211.790000', '184211.793000', '184211.796000', '184211.798000', '184211.801000', '184211.803000', '184211.806000', '184211.809000', '184211.811000', '184211.814000', '184211.817000', '184211.819000', '184231.685000', '184231.688000', '184231.691000', '184231.694000', '184231.696000', '184231.699000', '184231.702000', '184231.704000', '184231.707000', '184231.710000', '184231.713000', '184231.724000', '184231.727000', '184231.730000', '184231.732000', '184231.735000', '184231.738000', '184231.740000', '184231.743000', '184231.745000', '184231.748000', '184231.751000', '184231.753000', '184231.756000', '184231.758000', '184231.761000', '184231.764000', '184231.766000', '184231.769000', '184231.771000', '184231.774000', '184231.776000', '184231.779000', '184231.782000', '184231.784000', '184231.787000', '184231.789000', '184231.792000', '184231.795000', '184231.797000', '184231.800000', '184231.803000', '184231.805000', '184251.686000', '184251.689000', '184251.691000', '184251.694000', '184251.696000', '184251.699000', '184251.702000', '184251.704000', '184251.707000', '184251.709000', '184251.712000', '184251.715000', '184251.717000', '184251.720000', '184251.723000', '184251.725000', '184251.728000', '184251.730000', '184251.733000', '184251.735000', '184251.738000', '184251.740000', '184251.743000', '184251.746000', '184251.748000', '184251.751000', '184251.753000', '184251.756000', '184251.759000', '184251.761000', '184251.766000', '184251.768000', '184251.771000', '184251.774000', '184251.776000', '184251.779000', '184251.781000', '184251.784000', '184251.787000', '184251.789000', '184251.792000', '184251.795000', '184251.797000', '184251.800000', '184311.686000', '184311.689000', '184311.691000', '184311.694000', '184311.697000', '184311.699000', '184311.702000', '184311.705000', '184311.707000', '184311.710000', '184311.712000', '184311.715000', '184311.718000', '184311.720000', '184311.723000', '184311.726000', '184311.728000', '184311.731000', '184311.733000', '184311.736000', '184311.739000', '184311.742000', '184311.745000', '184311.748000', '184311.750000', '184311.753000', '184311.756000', '184311.758000', '184311.761000', '184311.763000', '184311.766000', '184311.769000', '184311.771000', '184311.774000', '184311.776000', '184311.779000', '184311.781000', '184311.784000', '184311.787000', '184311.790000', '184311.793000', '184311.796000', '184311.798000', '184331.687000', '184331.690000', '184331.692000', '184331.695000', '184331.698000', '184331.700000', '184331.703000', '184331.705000', '184331.708000', '184331.711000', '184331.713000', '184331.716000', '184331.718000', '184331.721000', '184331.723000', '184331.726000', '184331.729000', '184331.731000', '184331.734000', '184331.736000', '184331.739000', '184331.742000', '184331.744000', '184331.747000', '184331.749000', '184331.752000', '184331.755000', '184331.757000', '184331.760000', '184331.762000', '184331.765000', '184331.768000', '184331.770000', '184331.773000', '184331.775000', '184331.778000', '184331.781000', '184331.798000', '184331.800000', '184331.803000', '184331.806000', '184331.808000', '184331.811000', '184331.813000', '184351.686000', '184351.689000', '184351.692000', '184351.694000', '184351.697000', '184351.700000', '184351.702000', '184351.705000', '184351.707000', '184351.710000', '184351.713000', '184351.715000', '184351.718000', '184351.720000', '184351.723000', '184351.726000', '184351.728000', '184351.731000', '184351.733000', '184351.736000', '184351.738000', '184351.741000', '184351.744000', '184351.746000', '184351.749000', '184351.751000', '184351.754000', '184351.757000', '184351.759000', '184351.762000', '184351.764000', '184351.767000', '184351.770000', '184351.772000', '184351.775000', '184351.778000', '184351.781000', '184351.784000', '184351.786000', '184351.789000', '184351.792000', '184351.794000', '184351.797000', '184411.687000', '184411.690000', '184411.692000', '184411.695000', '184411.698000', '184411.700000', '184411.703000', '184411.706000', '184411.708000', '184411.711000', '184411.713000', '184411.716000', '184411.719000', '184411.721000', '184411.724000', '184411.727000', '184411.729000', '184411.732000', '184411.734000', '184411.737000', '184411.740000', '184411.742000', '184411.745000', '184411.747000', '184411.750000', '184411.753000', '184411.755000', '184411.758000', '184411.760000', '184411.763000', '184411.766000', '184411.768000', '184411.771000', '184411.773000', '184411.776000', '184411.778000', '184411.781000', '184411.784000', '184411.786000', '184411.789000', '184411.792000', '184411.794000', '184411.797000', '184411.799000', '184431.687000', '184431.689000', '184431.692000', '184431.695000', '184431.697000', '184431.700000', '184431.702000', '184431.705000', '184431.708000', '184431.710000', '184431.713000', '184431.715000', '184431.718000', '184431.721000', '184431.723000', '184431.726000', '184431.729000', '184431.731000', '184431.734000', '184431.736000', '184431.739000', '184431.742000', '184431.744000', '184431.747000', '184431.750000', '184431.752000', '184431.755000', '184431.757000', '184431.760000', '184431.763000', '184431.766000', '184431.769000', '184431.772000', '184431.775000', '184431.778000', '184431.780000', '184431.783000', '184431.785000', '184431.788000', '184431.790000', '184431.793000', '184431.796000', '184431.798000', '184451.686000', '184451.688000', '184451.691000', '184451.694000', '184451.696000', '184451.699000', '184451.701000', '184451.704000', '184451.707000', '184451.709000', '184451.712000', '184451.714000', '184451.717000', '184451.720000', '184451.722000', '184451.725000', '184451.727000', '184451.730000', '184451.732000', '184451.735000', '184451.738000', '184451.740000', '184451.743000', '184451.745000', '184451.748000', '184451.751000', '184451.753000', '184451.756000', '184451.758000', '184451.761000', '184451.764000', '184451.766000', '184451.769000', '184451.772000', '184451.774000', '184451.777000', '184451.780000', '184451.782000', '184451.785000', '184451.787000', '184451.790000', '184451.793000', '184451.795000', '184451.798000', '184457.513000', '184457.516000', '184457.519000', '184457.522000', '184457.533000', '184457.536000', '184457.539000', '184457.542000', '184457.545000', '184457.547000', '184457.550000', '184457.553000', '184457.556000'], 'InstanceCreationTime': ['183731.731000', '183731.734000', '183731.737000', '183731.740000', '183731.742000', '183731.745000', '183731.747000', '183731.750000', '183731.753000', '183731.755000', '183731.758000', '183731.760000', '183731.763000', '183731.766000', '183731.768000', '183731.771000', '183731.773000', '183731.776000', '183731.778000', '183731.781000', '183731.783000', '183731.786000', '183731.789000', '183731.791000', '183731.794000', '183731.796000', '183731.799000', '183731.823000', '183731.826000', '183731.828000', '183731.831000', '183731.833000', '183731.836000', '183731.839000', '183731.841000', '183731.844000', '183731.846000', '183731.849000', '183731.851000', '183731.854000', '183731.857000', '183731.859000', '183731.862000', '183731.864000', '183731.867000', '183731.869000', '183751.686000', '183751.689000', '183751.692000', '183751.694000', '183751.697000', '183751.700000', '183751.702000', '183751.705000', '183751.707000', '183751.710000', '183751.712000', '183751.715000', '183751.718000', '183751.720000', '183751.723000', '183751.725000', '183751.728000', '183751.730000', '183751.733000', '183751.735000', '183751.738000', '183751.741000', '183751.743000', '183751.746000', '183751.748000', '183751.751000', '183751.754000', '183751.756000', '183751.759000', '183751.761000', '183751.764000', '183751.768000', '183751.770000', '183751.773000', '183751.775000', '183751.778000', '183751.781000', '183751.783000', '183751.786000', '183751.788000', '183751.791000', '183751.794000', '183751.796000', '183751.799000', '183811.686000', '183811.688000', '183811.691000', '183811.694000', '183811.696000', '183811.699000', '183811.701000', '183811.704000', '183811.707000', '183811.709000', '183811.712000', '183811.714000', '183811.717000', '183811.719000', '183811.722000', '183811.724000', '183811.727000', '183811.730000', '183811.732000', '183811.735000', '183811.737000', '183811.740000', '183811.743000', '183811.745000', '183811.748000', '183811.750000', '183811.753000', '183811.755000', '183811.758000', '183811.761000', '183811.763000', '183811.766000', '183811.768000', '183811.771000', '183811.774000', '183811.776000', '183811.779000', '183811.781000', '183811.784000', '183811.786000', '183811.789000', '183811.792000', '183811.794000', '183831.685000', '183831.688000', '183831.691000', '183831.693000', '183831.696000', '183831.698000', '183831.701000', '183831.704000', '183831.706000', '183831.709000', '183831.711000', '183831.714000', '183831.716000', '183831.719000', '183831.722000', '183831.730000', '183831.732000', '183831.735000', '183831.737000', '183831.740000', '183831.742000', '183831.745000', '183831.748000', '183831.750000', '183831.753000', '183831.755000', '183831.758000', '183831.761000', '183831.763000', '183831.766000', '183831.768000', '183831.771000', '183831.774000', '183831.776000', '183831.779000', '183831.781000', '183831.784000', '183831.786000', '183831.789000', '183831.792000', '183831.794000', '183831.797000', '183831.799000', '183831.802000', '183851.686000', '183851.689000', '183851.692000', '183851.694000', '183851.697000', '183851.700000', '183851.702000', '183851.705000', '183851.707000', '183851.710000', '183851.712000', '183851.715000', '183851.718000', '183851.720000', '183851.723000', '183851.725000', '183851.728000', '183851.730000', '183851.733000', '183851.735000', '183851.738000', '183851.741000', '183851.743000', '183851.746000', '183851.748000', '183851.751000', '183851.754000', '183851.756000', '183851.759000', '183851.761000', '183851.764000', '183851.767000', '183851.769000', '183851.772000', '183851.774000', '183851.777000', '183851.779000', '183851.782000', '183851.785000', '183851.787000', '183851.790000', '183851.792000', '183851.795000', '183911.687000', '183911.689000', '183911.692000', '183911.695000', '183911.697000', '183911.700000', '183911.702000', '183911.705000', '183911.708000', '183911.710000', '183911.713000', '183911.715000', '183911.718000', '183911.721000', '183911.724000', '183911.726000', '183911.729000', '183911.731000', '183911.734000', '183911.737000', '183911.776000', '183911.778000', '183911.781000', '183911.784000', '183911.786000', '183911.789000', '183911.791000', '183911.794000', '183911.796000', '183911.799000', '183911.801000', '183911.804000', '183911.807000', '183911.809000', '183911.812000', '183911.814000', '183911.817000', '183911.820000', '183911.822000', '183911.825000', '183911.827000', '183911.830000', '183911.833000', '183911.835000', '183931.687000', '183931.689000', '183931.692000', '183931.695000', '183931.697000', '183931.700000', '183931.703000', '183931.705000', '183931.708000', '183931.710000', '183931.713000', '183931.716000', '183931.718000', '183931.721000', '183931.723000', '183931.726000', '183931.728000', '183931.731000', '183931.734000', '183931.736000', '183931.739000', '183931.741000', '183931.744000', '183931.746000', '183931.749000', '183931.752000', '183931.754000', '183931.757000', '183931.759000', '183931.762000', '183931.765000', '183931.767000', '183931.770000', '183931.773000', '183931.775000', '183931.778000', '183931.780000', '183931.783000', '183931.785000', '183931.788000', '183931.790000', '183931.793000', '183931.796000', '183951.687000', '183951.689000', '183951.692000', '183951.695000', '183951.697000', '183951.700000', '183951.703000', '183951.705000', '183951.715000', '183951.717000', '183951.720000', '183951.722000', '183951.725000', '183951.727000', '183951.730000', '183951.733000', '183951.735000', '183951.738000', '183951.740000', '183951.743000', '183951.746000', '183951.748000', '183951.751000', '183951.754000', '183951.756000', '183951.759000', '183951.761000', '183951.764000', '183951.766000', '183951.769000', '183951.772000', '183951.774000', '183951.777000', '183951.780000', '183951.782000', '183951.785000', '183951.787000', '183951.790000', '183951.792000', '183951.795000', '183951.798000', '183951.800000', '183951.803000', '183951.805000', '184011.687000', '184011.690000', '184011.692000', '184011.695000', '184011.697000', '184011.700000', '184011.702000', '184011.705000', '184011.708000', '184011.710000', '184011.713000', '184011.715000', '184011.718000', '184011.721000', '184011.723000', '184011.726000', '184011.728000', '184011.731000', '184011.734000', '184011.736000', '184011.739000', '184011.741000', '184011.744000', '184011.747000', '184011.749000', '184011.752000', '184011.755000', '184011.757000', '184011.760000', '184011.762000', '184011.765000', '184011.768000', '184011.770000', '184011.773000', '184011.776000', '184011.778000', '184011.781000', '184011.783000', '184011.786000', '184011.789000', '184011.791000', '184011.794000', '184011.796000', '184031.685000', '184031.688000', '184031.691000', '184031.694000', '184031.696000', '184031.699000', '184031.701000', '184031.704000', '184031.706000', '184031.710000', '184031.712000', '184031.715000', '184031.718000', '184031.720000', '184031.723000', '184031.725000', '184031.728000', '184031.731000', '184031.733000', '184031.736000', '184031.739000', '184031.741000', '184031.744000', '184031.746000', '184031.749000', '184031.751000', '184031.754000', '184031.757000', '184031.759000', '184031.762000', '184031.764000', '184031.767000', '184031.774000', '184031.776000', '184031.779000', '184031.781000', '184031.784000', '184031.787000', '184031.789000', '184031.792000', '184031.794000', '184031.797000', '184031.799000', '184031.802000', '184051.685000', '184051.698000', '184051.701000', '184051.704000', '184051.706000', '184051.709000', '184051.711000', '184051.714000', '184051.717000', '184051.719000', '184051.722000', '184051.724000', '184051.727000', '184051.730000', '184051.732000', '184051.735000', '184051.737000', '184051.740000', '184051.743000', '184051.745000', '184051.748000', '184051.750000', '184051.753000', '184051.756000', '184051.758000', '184051.761000', '184051.763000', '184051.766000', '184051.768000', '184051.771000', '184051.774000', '184051.776000', '184051.779000', '184051.781000', '184051.784000', '184051.787000', '184051.789000', '184051.792000', '184051.794000', '184051.797000', '184051.799000', '184051.802000', '184051.805000', '184111.686000', '184111.689000', '184111.692000', '184111.694000', '184111.697000', '184111.700000', '184111.702000', '184111.705000', '184111.707000', '184111.710000', '184111.713000', '184111.715000', '184111.718000', '184111.721000', '184111.723000', '184111.726000', '184111.729000', '184111.731000', '184111.742000', '184111.745000', '184111.748000', '184111.750000', '184111.753000', '184111.755000', '184111.758000', '184111.761000', '184111.763000', '184111.766000', '184111.768000', '184111.771000', '184111.774000', '184111.776000', '184111.779000', '184111.782000', '184111.784000', '184111.787000', '184111.789000', '184111.792000', '184111.795000', '184111.797000', '184111.800000', '184111.802000', '184111.805000', '184111.808000', '184131.687000', '184131.689000', '184131.692000', '184131.695000', '184131.697000', '184131.700000', '184131.702000', '184131.705000', '184131.708000', '184131.710000', '184131.713000', '184131.715000', '184131.718000', '184131.721000', '184131.723000', '184131.726000', '184131.729000', '184131.731000', '184131.734000', '184131.736000', '184131.739000', '184131.742000', '184131.744000', '184131.747000', '184131.749000', '184131.752000', '184131.754000', '184131.757000', '184131.760000', '184131.762000', '184131.765000', '184131.767000', '184131.770000', '184131.773000', '184131.775000', '184131.778000', '184131.780000', '184131.783000', '184131.786000', '184131.788000', '184131.791000', '184131.793000', '184131.796000', '184151.686000', '184151.689000', '184151.692000', '184151.695000', '184151.697000', '184151.700000', '184151.702000', '184151.705000', '184151.708000', '184151.710000', '184151.713000', '184151.716000', '184151.718000', '184151.721000', '184151.723000', '184151.726000', '184151.729000', '184151.731000', '184151.734000', '184151.737000', '184151.739000', '184151.742000', '184151.745000', '184151.747000', '184151.750000', '184151.753000', '184151.756000', '184151.758000', '184151.761000', '184151.764000', '184151.766000', '184151.769000', '184151.772000', '184151.774000', '184151.777000', '184151.779000', '184151.782000', '184151.784000', '184151.787000', '184151.790000', '184151.792000', '184151.795000', '184151.797000', '184211.687000', '184211.690000', '184211.692000', '184211.695000', '184211.697000', '184211.700000', '184211.703000', '184211.705000', '184211.708000', '184211.711000', '184211.713000', '184211.716000', '184211.719000', '184211.721000', '184211.724000', '184211.726000', '184211.729000', '184211.732000', '184211.734000', '184211.737000', '184211.740000', '184211.742000', '184211.745000', '184211.747000', '184211.750000', '184211.753000', '184211.755000', '184211.777000', '184211.780000', '184211.783000', '184211.785000', '184211.788000', '184211.790000', '184211.793000', '184211.796000', '184211.798000', '184211.801000', '184211.803000', '184211.806000', '184211.809000', '184211.811000', '184211.814000', '184211.817000', '184211.819000', '184231.685000', '184231.688000', '184231.691000', '184231.694000', '184231.696000', '184231.699000', '184231.702000', '184231.704000', '184231.707000', '184231.710000', '184231.713000', '184231.724000', '184231.727000', '184231.730000', '184231.732000', '184231.735000', '184231.738000', '184231.740000', '184231.743000', '184231.745000', '184231.748000', '184231.751000', '184231.753000', '184231.756000', '184231.758000', '184231.761000', '184231.764000', '184231.766000', '184231.769000', '184231.771000', '184231.774000', '184231.776000', '184231.779000', '184231.782000', '184231.784000', '184231.787000', '184231.789000', '184231.792000', '184231.795000', '184231.797000', '184231.800000', '184231.803000', '184231.805000', '184251.686000', '184251.689000', '184251.691000', '184251.694000', '184251.696000', '184251.699000', '184251.702000', '184251.704000', '184251.707000', '184251.709000', '184251.712000', '184251.715000', '184251.717000', '184251.720000', '184251.723000', '184251.725000', '184251.728000', '184251.730000', '184251.733000', '184251.735000', '184251.738000', '184251.740000', '184251.743000', '184251.746000', '184251.748000', '184251.751000', '184251.753000', '184251.756000', '184251.759000', '184251.761000', '184251.766000', '184251.768000', '184251.771000', '184251.774000', '184251.776000', '184251.779000', '184251.781000', '184251.784000', '184251.787000', '184251.789000', '184251.792000', '184251.795000', '184251.797000', '184251.800000', '184311.686000', '184311.689000', '184311.691000', '184311.694000', '184311.697000', '184311.699000', '184311.702000', '184311.705000', '184311.707000', '184311.710000', '184311.712000', '184311.715000', '184311.718000', '184311.720000', '184311.723000', '184311.726000', '184311.728000', '184311.731000', '184311.733000', '184311.736000', '184311.739000', '184311.742000', '184311.745000', '184311.748000', '184311.750000', '184311.753000', '184311.756000', '184311.758000', '184311.761000', '184311.763000', '184311.766000', '184311.769000', '184311.771000', '184311.774000', '184311.776000', '184311.779000', '184311.781000', '184311.784000', '184311.787000', '184311.790000', '184311.793000', '184311.796000', '184311.798000', '184331.687000', '184331.690000', '184331.692000', '184331.695000', '184331.698000', '184331.700000', '184331.703000', '184331.705000', '184331.708000', '184331.711000', '184331.713000', '184331.716000', '184331.718000', '184331.721000', '184331.723000', '184331.726000', '184331.729000', '184331.731000', '184331.734000', '184331.736000', '184331.739000', '184331.742000', '184331.744000', '184331.747000', '184331.749000', '184331.752000', '184331.755000', '184331.757000', '184331.760000', '184331.762000', '184331.765000', '184331.768000', '184331.770000', '184331.773000', '184331.775000', '184331.778000', '184331.781000', '184331.798000', '184331.800000', '184331.803000', '184331.806000', '184331.808000', '184331.811000', '184331.813000', '184351.686000', '184351.689000', '184351.692000', '184351.694000', '184351.697000', '184351.700000', '184351.702000', '184351.705000', '184351.707000', '184351.710000', '184351.713000', '184351.715000', '184351.718000', '184351.720000', '184351.723000', '184351.726000', '184351.728000', '184351.731000', '184351.733000', '184351.736000', '184351.738000', '184351.741000', '184351.744000', '184351.746000', '184351.749000', '184351.751000', '184351.754000', '184351.757000', '184351.759000', '184351.762000', '184351.764000', '184351.767000', '184351.770000', '184351.772000', '184351.775000', '184351.778000', '184351.781000', '184351.784000', '184351.786000', '184351.789000', '184351.792000', '184351.794000', '184351.797000', '184411.687000', '184411.690000', '184411.692000', '184411.695000', '184411.698000', '184411.700000', '184411.703000', '184411.706000', '184411.708000', '184411.711000', '184411.713000', '184411.716000', '184411.719000', '184411.721000', '184411.724000', '184411.727000', '184411.729000', '184411.732000', '184411.734000', '184411.737000', '184411.740000', '184411.742000', '184411.745000', '184411.747000', '184411.750000', '184411.753000', '184411.755000', '184411.758000', '184411.760000', '184411.763000', '184411.766000', '184411.768000', '184411.771000', '184411.773000', '184411.776000', '184411.778000', '184411.781000', '184411.784000', '184411.786000', '184411.789000', '184411.792000', '184411.794000', '184411.797000', '184411.799000', '184431.687000', '184431.689000', '184431.692000', '184431.695000', '184431.697000', '184431.700000', '184431.702000', '184431.705000', '184431.708000', '184431.710000', '184431.713000', '184431.715000', '184431.718000', '184431.721000', '184431.723000', '184431.726000', '184431.729000', '184431.731000', '184431.734000', '184431.736000', '184431.739000', '184431.742000', '184431.744000', '184431.747000', '184431.750000', '184431.752000', '184431.755000', '184431.757000', '184431.760000', '184431.763000', '184431.766000', '184431.769000', '184431.772000', '184431.775000', '184431.778000', '184431.780000', '184431.783000', '184431.785000', '184431.788000', '184431.790000', '184431.793000', '184431.796000', '184431.798000', '184451.686000', '184451.688000', '184451.691000', '184451.694000', '184451.696000', '184451.699000', '184451.701000', '184451.704000', '184451.707000', '184451.709000', '184451.712000', '184451.714000', '184451.717000', '184451.720000', '184451.722000', '184451.725000', '184451.727000', '184451.730000', '184451.732000', '184451.735000', '184451.738000', '184451.740000', '184451.743000', '184451.745000', '184451.748000', '184451.751000', '184451.753000', '184451.756000', '184451.758000', '184451.761000', '184451.764000', '184451.766000', '184451.769000', '184451.772000', '184451.774000', '184451.777000', '184451.780000', '184451.782000', '184451.785000', '184451.787000', '184451.790000', '184451.793000', '184451.795000', '184451.798000', '184457.513000', '184457.516000', '184457.519000', '184457.522000', '184457.533000', '184457.536000', '184457.539000', '184457.542000', '184457.545000', '184457.547000', '184457.550000', '184457.553000', '184457.556000'], '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': [7982, 8778, 11288, 8498, 10267, 12453, 8954, 12095, 8215, 9890, 7003, 9790, 12160, 7799, 8892, 10481, 8388, 9273, 7477, 9788, 7304, 8017, 11309, 8653, 9666, 6860, 9599, 12800, 7902, 9460, 7574, 8148, 7089, 7553, 11383, 10167, 8568, 11128, 8214, 9451, 6803, 9229, 7606, 10438, 13003, 8991, 8129, 11035, 8557, 9606, 11288, 7915, 10011, 12436, 8428, 9880, 7133, 9039, 7240, 7380, 10803, 10539, 8244, 10979, 7443, 8899, 7182, 7351, 11514, 10637, 8480, 11331, 7555, 8118, 11282, 8134, 10306, 12835, 8556, 9845, 13181, 9369, 9909, 7075, 7820, 10701, 7288, 7958, 11245, 7916, 9608, 7314, 7481, 11025, 7250, 8351, 11776, 8304, 9612, 8903, 7721, 10763, 13478, 10062, 9135, 11960, 9784, 9231, 7286, 7706, 10659, 8087, 7966, 11185, 7405, 7851, 7440, 7578, 11041, 13087, 8141, 11077, 9193, 7923, 10588, 8075, 9790, 12845, 8634, 10529, 12682, 8429, 10055, 8119, 9610, 13446, 8266, 8642, 11018, 8049, 8470, 7464, 7718, 10199, 14015, 8262, 10307, 12143, 8156, 10073, 7794, 9782, 12693, 8064, 8159, 10789, 7863, 7962, 6773, 7711, 11098, 11085, 8068, 10988, 7271, 7916, 7151, 7934, 11273, 13471, 9277, 9136, 12463, 9663, 8605, 7242, 7920, 10812, 12386, 8289, 10446, 9297, 8026, 10457, 7105, 7991, 10891, 7173, 7502, 6958, 7952, 10947, 11108, 8003, 11043, 11133, 8027, 10342, 7544, 9776, 11561, 7944, 8412, 11268, 8117, 8707, 6740, 8122, 11129, 13355, 8377, 10670, 13604, 8104, 9863, 7496, 8595, 10738, 7193, 8031, 10749, 7395, 7859, 6970, 7459, 6924, 8105, 11371, 13100, 9267, 8799, 11989, 8767, 9754, 9894, 8052, 9664, 13134, 8163, 10224, 8719, 8206, 10643, 7303, 8005, 11111, 7684, 8137, 10115, 7593, 10153, 7091, 8504, 11616, 8438, 8085, 11230, 8550, 9605, 7216, 8262, 11541, 8070, 8452, 7068, 7953, 10853, 8009, 10503, 13329, 9486, 10172, 7684, 8363, 7037, 8118, 11619, 11898, 8319, 10486, 10203, 7745, 6817, 7792, 10431, 13579, 8140, 10373, 12166, 8077, 6963, 7812, 10775, 10708, 8045, 10492, 9096, 8171, 11323, 7692, 10042, 12341, 8197, 10560, 11932, 8316, 10386, 8067, 9405, 7722, 8197, 11332, 9560, 8234, 10713, 8067, 9493, 12960, 8465, 10131, 7763, 8363, 7026, 7916, 11351, 10339, 8207, 10748, 7429, 8424, 7277, 8049, 11429, 10779, 8061, 10872, 7515, 8147, 7245, 7760, 11402, 11767, 7864, 10742, 7311, 7578, 7079, 7594, 11050, 10981, 7807, 10625, 10952, 8032, 10441, 7205, 7880, 10762, 12033, 8085, 10440, 10003, 7711, 10045, 7705, 9202, 10966, 8217, 9249, 11021, 8556, 9566, 6556, 7511, 10660, 9355, 7855, 10838, 7345, 7784, 10945, 7188, 8584, 11067, 7525, 8062, 11149, 7453, 8082, 11092, 7866, 10651, 12988, 8872, 9513, 11796, 8052, 10560, 7644, 10081, 7591, 9611, 12426, 9514, 8327, 9766, 12566, 8463, 9677, 8463, 7924, 10397, 13220, 8051, 10156, 11607, 8084, 10140, 10770, 7579, 10030, 11908, 7597, 8685, 10451, 7263, 8575, 8378, 7662, 10277, 12861, 7870, 10205, 12149, 7972, 10485, 8983, 7892, 10449, 7504, 8568, 10988, 8302, 7861, 10892, 8506, 10051, 6901, 8202, 11616, 7797, 8243, 7208, 9573, 6905, 10497, 13049, 11181, 8588, 10690, 8408, 8606, 6928, 8282, 11659, 9001, 8619, 11009, 8097, 9776, 7099, 9849, 12364, 8080, 8543, 10794, 8484, 9688, 7923, 10027, 13271, 8105, 8707, 11102, 8928, 10496, 7937, 9792, 13112, 9476, 8957, 12181, 9556, 10089, 7472, 8333, 10741, 8208, 9302, 12025, 8117, 10288, 7768, 9862, 13005, 9062, 9270, 11843, 9765, 9469, 6834, 8419, 10572, 8635, 8233, 10874, 7637, 8704, 6983, 8335, 11694, 8347, 10290, 11581, 8416, 10755, 8268, 10105, 7599, 10085, 12147, 8753, 8701, 10664, 8603, 9624, 10912, 8312, 10407, 7305, 8141, 6768, 7902, 11494, 8827, 8392, 10765, 7500, 8643, 7148, 7858, 11704, 13304, 8188, 10578, 7833, 9558, 7334, 8966, 11885, 8075, 8730, 11465, 8384, 10247, 8108, 9616, 13381, 9703, 8368, 10108, 8816, 7865, 10670, 7738, 9929, 7664, 9808, 12555, 8838, 9091, 8371, 7893, 7099, 7964, 11059, 8677, 8222, 10649, 8920, 9818, 7875, 9900, 13223, 8809, 9695, 13034, 9499, 10745, 8081, 9670, 13535, 9415, 10443, 11277, 8297, 9205, 8120, 10128, 13332, 8413, 10516, 8766, 8030, 7850, 7267, 6580, 8399, 8351, 10169, 8609, 12647, 13666, 10301, 9415, 7355, 8274, 11277, 7492, 8519, 10581, 7881, 9526, 7914, 9349, 11724, 8299, 9405, 6998, 7586, 7399, 7498, 6918, 8971, 11402, 13099, 9626, 9626, 7730, 8291, 11138, 10775, 8415, 10916, 7883, 8242, 10689, 7808, 10026, 12859, 8306, 9353, 7908, 8743, 8200, 7830, 10365, 7493, 8210, 11570, 7862, 8737, 11330, 8095, 10304, 13798, 9614, 9055, 8454, 7995, 11206, 7901, 9741, 13467, 9279, 8825, 11489, 7723, 9735, 7568, 9756, 12777, 8444, 8499, 10693, 8798, 8814, 8532, 7905, 9950, 13170, 7939, 9985, 8731, 7560, 7112, 7906, 10410, 13112, 8493, 8983, 10635, 7788, 8219, 10405, 7642, 8213, 10669, 7526, 8057, 10610, 7598, 8079, 10809, 7682, 8915, 11542, 7721, 8249, 10497, 7174, 8320, 10454, 7910, 8199, 11219, 7317, 8390, 10845, 7282, 8224, 10708, 7079, 7923, 11155, 7337, 8354, 10775, 8421, 8306, 10600, 7160, 7797, 11601, 7166, 8203, 11007, 7426, 8051, 8278, 7674, 10563, 13052, 8358, 10286, 12420, 8667, 9656, 7019, 8080, 10326, 13419, 8583, 8961, 11887, 9304, 9126, 6972, 7692, 9852, 13342, 8153, 9706, 7456, 7456, 6500, 7858, 10829, 12709, 8457, 8917, 10682, 8230, 8457, 10240, 7930, 9384, 11687, 8131, 9923, 12386, 8488, 8470, 12028, 7994, 9733, 6661, 7930, 9981, 9002, 8085, 10330, 7276, 9277, 11494, 8053, 9774, 11999, 8092, 8460, 10681, 8873, 9844, 7163, 8162, 10533, 8798, 8428, 10399, 7214, 8165, 10753, 7465, 9984, 12510, 8027, 8076, 6929, 7603, 7321, 7762, 10166, 12245, 8274, 8556, 11560, 8629, 9576, 6933, 8380, 10448, 13490, 9968, 8427, 10037, 7988, 10403, 7538, 8432, 10039, 8437, 8321, 11669, 7796, 9819, 12436, 8719, 9138, 7677, 8230, 10562, 8133, 9966, 12209, 9168, 10176, 7025, 8343, 10789, 7813, 8318, 10765, 9106, 9808, 7748, 8397, 11436, 7659, 8438, 10454, 8264, 9753, 6967, 8165, 10428, 13362, 8356, 9775, 7594, 8190, 11146, 8116, 10318, 12231, 9006, 8459, 7273, 8542, 12487, 8314, 8424, 10143, 8062, 8642, 6924, 8100, 10945, 11833, 8102, 10798, 7367, 8170, 10836, 8032, 8298, 10699, 7548, 8008, 7220, 8220, 11036, 12962, 8206, 9411, 9063, 8128, 7335, 8100, 10122, 12291, 8531, 8568, 10601, 9667, 9115, 7457, 8365, 10629, 7857, 8298, 10096, 7855, 8252, 7138, 7968, 10462, 8836, 8003, 10433, 8132, 9787, 7261, 8940, 11481, 8942, 8298, 10452, 8095, 9008, 11266, 8185, 9423, 11361, 8216, 9311, 7694, 8983, 6997, 8978, 11825, 8285, 8487, 10301, 8867, 8940, 7297, 8258, 10970, 10629, 8231, 10692, 8083, 9188, 7139, 8547, 10995, 8992, 8216, 10760, 8166, 9770, 12672, 7974, 10229, 7451, 8192, 7305, 8050, 10992, 9421, 8258, 10643, 7327, 8108, 7150, 8362], 'WindowCenter': [4154.0, 4148.0, 4152.0, 4134.0, 4141.0, 4147.0, 4118.0, 4147.0, 4103.0, 4110.0, 4084.0, 4127.0, 4145.0, 4095.0, 4128.0, 4123.0, 4107.0, 4114.0, 4101.0, 4126.0, 4086.0, 4109.0, 4136.0, 4116.0, 4116.0, 4085.0, 4129.0, 4146.0, 4107.0, 4127.0, 4096.0, 4096.0, 4083.0, 4098.0, 4148.0, 4124.0, 4118.0, 4136.0, 4105.0, 4115.0, 4085.0, 4116.0, 4108.0, 4141.0, 4159.0, 4118.0, 4107.0, 4125.0, 4104.0, 4116.0, 4120.0, 4093.0, 4114.0, 4134.0, 4104.0, 4113.0, 4073.0, 4103.0, 4079.0, 4085.0, 4134.0, 4125.0, 4103.0, 4134.0, 4083.0, 4102.0, 4085.0, 4095.0, 4134.0, 4125.0, 4104.0, 4136.0, 4084.0, 4094.0, 4121.0, 4093.0, 4124.0, 4132.0, 4093.0, 4125.0, 4133.0, 4114.0, 4112.0, 4068.0, 4082.0, 4121.0, 4082.0, 4095.0, 4121.0, 4091.0, 4113.0, 4081.0, 4084.0, 4123.0, 4084.0, 4105.0, 4134.0, 4105.0, 4114.0, 4102.0, 4094.0, 4124.0, 4134.0, 4113.0, 4115.0, 4120.0, 4113.0, 4101.0, 4068.0, 4082.0, 4123.0, 4079.0, 4092.0, 4121.0, 4069.0, 4091.0, 4081.0, 4094.0, 4135.0, 4132.0, 4094.0, 4135.0, 4102.0, 4095.0, 4122.0, 4096.0, 4125.0, 4133.0, 4104.0, 4137.0, 4132.0, 4106.0, 4113.0, 4094.0, 4126.0, 4143.0, 4092.0, 4106.0, 4124.0, 4091.0, 4094.0, 4071.0, 4082.0, 4123.0, 4140.0, 4095.0, 4125.0, 4121.0, 4093.0, 4112.0, 4096.0, 4126.0, 4142.0, 4091.0, 4095.0, 4124.0, 4090.0, 4092.0, 4071.0, 4095.0, 4135.0, 4122.0, 4095.0, 4135.0, 4082.0, 4104.0, 4082.0, 4106.0, 4137.0, 4145.0, 4116.0, 4115.0, 4133.0, 4116.0, 4103.0, 4071.0, 4096.0, 4122.0, 4133.0, 4094.0, 4123.0, 4101.0, 4082.0, 4111.0, 4057.0, 4091.0, 4121.0, 4070.0, 4083.0, 4071.0, 4094.0, 4135.0, 4124.0, 4095.0, 4135.0, 4123.0, 4094.0, 4123.0, 4093.0, 4125.0, 4132.0, 4091.0, 4106.0, 4120.0, 4092.0, 4102.0, 4059.0, 4092.0, 4123.0, 4130.0, 4093.0, 4113.0, 4131.0, 4081.0, 4111.0, 4069.0, 4100.0, 4121.0, 4069.0, 4080.0, 4121.0, 4082.0, 4091.0, 4083.0, 4093.0, 4094.0, 4120.0, 4149.0, 4148.0, 4119.0, 4106.0, 4135.0, 4107.0, 4115.0, 4113.0, 4094.0, 4113.0, 4144.0, 4107.0, 4125.0, 4104.0, 4093.0, 4121.0, 4084.0, 4092.0, 4133.0, 4094.0, 4094.0, 4124.0, 4095.0, 4123.0, 4084.0, 4104.0, 4134.0, 4106.0, 4095.0, 4134.0, 4105.0, 4112.0, 4084.0, 4104.0, 4134.0, 4095.0, 4103.0, 4081.0, 4094.0, 4125.0, 4104.0, 4126.0, 4146.0, 4113.0, 4112.0, 4083.0, 4091.0, 4071.0, 4095.0, 4135.0, 4122.0, 4092.0, 4123.0, 4109.0, 4080.0, 4059.0, 4093.0, 4122.0, 4141.0, 4093.0, 4123.0, 4132.0, 4093.0, 4082.0, 4095.0, 4134.0, 4121.0, 4093.0, 4123.0, 4103.0, 4093.0, 4122.0, 4093.0, 4124.0, 4133.0, 4104.0, 4123.0, 4133.0, 4093.0, 4110.0, 4091.0, 4112.0, 4091.0, 4117.0, 4135.0, 4116.0, 4094.0, 4112.0, 4092.0, 4115.0, 4143.0, 4105.0, 4123.0, 4083.0, 4102.0, 4071.0, 4093.0, 4135.0, 4111.0, 4093.0, 4122.0, 4068.0, 4092.0, 4070.0, 4092.0, 4133.0, 4121.0, 4095.0, 4123.0, 4081.0, 4090.0, 4081.0, 4093.0, 4133.0, 4122.0, 4092.0, 4124.0, 4080.0, 4093.0, 4081.0, 4095.0, 4135.0, 4123.0, 4095.0, 4137.0, 4122.0, 4097.0, 4124.0, 4080.0, 4094.0, 4123.0, 4133.0, 4094.0, 4125.0, 4113.0, 4094.0, 4109.0, 4083.0, 4115.0, 4122.0, 4105.0, 4116.0, 4124.0, 4105.0, 4113.0, 4063.0, 4085.0, 4124.0, 4101.0, 4105.0, 4137.0, 4082.0, 4093.0, 4123.0, 4082.0, 4105.0, 4136.0, 4082.0, 4105.0, 4136.0, 4082.0, 4106.0, 4134.0, 4106.0, 4134.0, 4145.0, 4105.0, 4127.0, 4146.0, 4104.0, 4124.0, 4108.0, 4127.0, 4108.0, 4141.0, 4149.0, 4114.0, 4104.0, 4125.0, 4133.0, 4093.0, 4113.0, 4090.0, 4092.0, 4115.0, 4132.0, 4093.0, 4125.0, 4123.0, 4092.0, 4124.0, 4111.0, 4081.0, 4112.0, 4121.0, 4080.0, 4104.0, 4121.0, 4085.0, 4105.0, 4093.0, 4096.0, 4124.0, 4145.0, 4095.0, 4127.0, 4147.0, 4107.0, 4137.0, 4117.0, 4104.0, 4126.0, 4085.0, 4119.0, 4139.0, 4108.0, 4096.0, 4136.0, 4118.0, 4127.0, 4087.0, 4119.0, 4150.0, 4110.0, 4108.0, 4110.0, 4138.0, 4099.0, 4152.0, 4162.0, 4138.0, 4116.0, 4125.0, 4106.0, 4105.0, 4083.0, 4106.0, 4147.0, 4119.0, 4107.0, 4124.0, 4105.0, 4123.0, 4086.0, 4126.0, 4146.0, 4095.0, 4116.0, 4120.0, 4104.0, 4111.0, 4105.0, 4125.0, 4144.0, 4107.0, 4105.0, 4124.0, 4116.0, 4124.0, 4106.0, 4126.0, 4145.0, 4116.0, 4115.0, 4122.0, 4102.0, 4111.0, 4082.0, 4092.0, 4122.0, 4102.0, 4115.0, 4133.0, 4094.0, 4123.0, 4094.0, 4124.0, 4143.0, 4104.0, 4115.0, 4133.0, 4113.0, 4112.0, 4060.0, 4092.0, 4110.0, 4088.0, 4092.0, 4122.0, 4079.0, 4090.0, 4070.0, 4103.0, 4134.0, 4103.0, 4135.0, 4135.0, 4105.0, 4135.0, 4104.0, 4123.0, 4096.0, 4125.0, 4147.0, 4117.0, 4105.0, 4124.0, 4104.0, 4114.0, 4122.0, 4101.0, 4135.0, 4085.0, 4094.0, 4073.0, 4105.0, 4136.0, 4104.0, 4104.0, 4133.0, 4082.0, 4104.0, 4083.0, 4102.0, 4136.0, 4144.0, 4102.0, 4123.0, 4091.0, 4112.0, 4081.0, 4113.0, 4134.0, 4104.0, 4104.0, 4122.0, 4092.0, 4112.0, 4094.0, 4113.0, 4143.0, 4101.0, 4080.0, 4111.0, 4101.0, 4082.0, 4107.0, 4082.0, 4108.0, 4085.0, 4114.0, 4133.0, 4103.0, 4102.0, 4094.0, 4092.0, 4070.0, 4093.0, 4133.0, 4105.0, 4105.0, 4121.0, 4106.0, 4112.0, 4095.0, 4124.0, 4143.0, 4105.0, 4115.0, 4143.0, 4113.0, 4121.0, 4093.0, 4113.0, 4132.0, 4101.0, 4122.0, 4111.0, 4092.0, 4100.0, 4092.0, 4113.0, 4130.0, 4080.0, 4112.0, 4088.0, 4081.0, 4080.0, 4070.0, 4059.0, 4106.0, 4107.0, 4139.0, 4116.0, 4162.0, 4159.0, 4114.0, 4104.0, 4070.0, 4093.0, 4110.0, 4068.0, 4092.0, 4111.0, 4091.0, 4110.0, 4093.0, 4114.0, 4122.0, 4106.0, 4115.0, 4083.0, 4094.0, 4095.0, 4095.0, 4097.0, 4130.0, 4161.0, 4160.0, 4118.0, 4125.0, 4094.0, 4103.0, 4123.0, 4121.0, 4103.0, 4123.0, 4082.0, 4091.0, 4110.0, 4080.0, 4112.0, 4134.0, 4093.0, 4101.0, 4093.0, 4102.0, 4090.0, 4082.0, 4110.0, 4082.0, 4104.0, 4123.0, 4083.0, 4091.0, 4110.0, 4079.0, 4112.0, 4128.0, 4102.0, 4102.0, 4089.0, 4080.0, 4121.0, 4093.0, 4113.0, 4130.0, 4103.0, 4104.0, 4120.0, 4092.0, 4109.0, 4094.0, 4115.0, 4131.0, 4102.0, 4104.0, 4122.0, 4103.0, 4102.0, 4089.0, 4092.0, 4111.0, 4130.0, 4107.0, 4126.0, 4102.0, 4094.0, 4080.0, 4106.0, 4137.0, 4145.0, 4093.0, 4116.0, 4124.0, 4081.0, 4091.0, 4109.0, 4078.0, 4090.0, 4109.0, 4068.0, 4092.0, 4122.0, 4079.0, 4091.0, 4120.0, 4092.0, 4105.0, 4121.0, 4080.0, 4092.0, 4121.0, 4084.0, 4116.0, 4125.0, 4105.0, 4107.0, 4121.0, 4084.0, 4105.0, 4125.0, 4083.0, 4106.0, 4124.0, 4073.0, 4091.0, 4122.0, 4067.0, 4092.0, 4123.0, 4103.0, 4105.0, 4124.0, 4082.0, 4094.0, 4124.0, 4071.0, 4103.0, 4135.0, 4082.0, 4104.0, 4102.0, 4105.0, 4138.0, 4146.0, 4107.0, 4137.0, 4133.0, 4107.0, 4114.0, 4070.0, 4106.0, 4128.0, 4145.0, 4106.0, 4117.0, 4135.0, 4115.0, 4111.0, 4071.0, 4093.0, 4125.0, 4142.0, 4095.0, 4127.0, 4094.0, 4094.0, 4073.0, 4107.0, 4138.0, 4145.0, 4093.0, 4107.0, 4125.0, 4107.0, 4105.0, 4124.0, 4094.0, 4115.0, 4132.0, 4095.0, 4113.0, 4145.0, 4105.0, 4104.0, 4132.0, 4095.0, 4113.0, 4070.0, 4093.0, 4127.0, 4114.0, 4105.0, 4125.0, 4095.0, 4116.0, 4134.0, 4094.0, 4126.0, 4135.0, 4107.0, 4107.0, 4125.0, 4116.0, 4114.0, 4081.0, 4105.0, 4136.0, 4104.0, 4104.0, 4124.0, 4085.0, 4103.0, 4123.0, 4095.0, 4127.0, 4147.0, 4106.0, 4108.0, 4087.0, 4096.0, 4096.0, 4109.0, 4138.0, 4148.0, 4120.0, 4119.0, 4138.0, 4117.0, 4117.0, 4085.0, 4119.0, 4138.0, 4159.0, 4126.0, 4108.0, 4125.0, 4095.0, 4122.0, 4085.0, 4109.0, 4127.0, 4094.0, 4108.0, 4134.0, 4096.0, 4126.0, 4149.0, 4106.0, 4114.0, 4092.0, 4094.0, 4123.0, 4105.0, 4127.0, 4134.0, 4116.0, 4113.0, 4072.0, 4094.0, 4121.0, 4083.0, 4104.0, 4113.0, 4103.0, 4101.0, 4081.0, 4092.0, 4124.0, 4081.0, 4093.0, 4113.0, 4092.0, 4102.0, 4070.0, 4091.0, 4124.0, 4144.0, 4104.0, 4113.0, 4093.0, 4106.0, 4121.0, 4095.0, 4136.0, 4146.0, 4105.0, 4092.0, 4083.0, 4106.0, 4133.0, 4105.0, 4105.0, 4126.0, 4094.0, 4101.0, 4071.0, 4104.0, 4136.0, 4134.0, 4093.0, 4123.0, 4081.0, 4092.0, 4123.0, 4081.0, 4092.0, 4123.0, 4080.0, 4093.0, 4079.0, 4103.0, 4132.0, 4133.0, 4094.0, 4114.0, 4100.0, 4094.0, 4082.0, 4104.0, 4127.0, 4134.0, 4106.0, 4105.0, 4113.0, 4115.0, 4101.0, 4083.0, 4105.0, 4123.0, 4094.0, 4105.0, 4112.0, 4092.0, 4093.0, 4070.0, 4092.0, 4125.0, 4115.0, 4096.0, 4124.0, 4107.0, 4113.0, 4082.0, 4116.0, 4137.0, 4116.0, 4094.0, 4124.0, 4093.0, 4104.0, 4122.0, 4092.0, 4102.0, 4134.0, 4094.0, 4103.0, 4094.0, 4102.0, 4084.0, 4117.0, 4134.0, 4107.0, 4107.0, 4126.0, 4115.0, 4104.0, 4082.0, 4105.0, 4125.0, 4125.0, 4094.0, 4122.0, 4095.0, 4103.0, 4070.0, 4104.0, 4136.0, 4105.0, 4103.0, 4123.0, 4106.0, 4123.0, 4132.0, 4096.0, 4126.0, 4082.0, 4105.0, 4083.0, 4104.0, 4133.0, 4103.0, 4105.0, 4124.0, 4069.0, 4090.0, 4082.0, 4104.0], 'WindowWidth': [9248.0, 9225.0, 9218.0, 9191.0, 9199.0, 9201.0, 9160.0, 9196.0, 9133.0, 9139.0, 9109.0, 9169.0, 9192.0, 9126.0, 9174.0, 9160.0, 9142.0, 9149.0, 9139.0, 9170.0, 9116.0, 9150.0, 9181.0, 9156.0, 9153.0, 9112.0, 9175.0, 9197.0, 9145.0, 9170.0, 9125.0, 9125.0, 9106.0, 9131.0, 9201.0, 9163.0, 9159.0, 9182.0, 9138.0, 9149.0, 9112.0, 9152.0, 9148.0, 9195.0, 9222.0, 9161.0, 9142.0, 9164.0, 9133.0, 9149.0, 9150.0, 9116.0, 9145.0, 9175.0, 9135.0, 9145.0, 9092.0, 9130.0, 9096.0, 9110.0, 9176.0, 9162.0, 9135.0, 9176.0, 9106.0, 9129.0, 9109.0, 9123.0, 9178.0, 9161.0, 9134.0, 9179.0, 9104.0, 9120.0, 9152.0, 9117.0, 9160.0, 9167.0, 9116.0, 9163.0, 9169.0, 9146.0, 9140.0, 9078.0, 9101.0, 9153.0, 9099.0, 9122.0, 9154.0, 9112.0, 9142.0, 9097.0, 9108.0, 9159.0, 9106.0, 9140.0, 9176.0, 9136.0, 9148.0, 9128.0, 9120.0, 9160.0, 9173.0, 9143.0, 9148.0, 9149.0, 9142.0, 9123.0, 9076.0, 9101.0, 9157.0, 9092.0, 9114.0, 9154.0, 9079.0, 9112.0, 9097.0, 9120.0, 9176.0, 9169.0, 9121.0, 9177.0, 9127.0, 9122.0, 9154.0, 9124.0, 9164.0, 9170.0, 9135.0, 9182.0, 9170.0, 9139.0, 9143.0, 9122.0, 9168.0, 9188.0, 9114.0, 9136.0, 9160.0, 9112.0, 9119.0, 9083.0, 9101.0, 9156.0, 9177.0, 9122.0, 9161.0, 9151.0, 9117.0, 9140.0, 9125.0, 9164.0, 9183.0, 9111.0, 9123.0, 9162.0, 9110.0, 9115.0, 9086.0, 9123.0, 9178.0, 9154.0, 9123.0, 9179.0, 9101.0, 9134.0, 9103.0, 9140.0, 9185.0, 9192.0, 9152.0, 9152.0, 9172.0, 9151.0, 9130.0, 9084.0, 9124.0, 9157.0, 9172.0, 9120.0, 9157.0, 9123.0, 9099.0, 9136.0, 9060.0, 9111.0, 9154.0, 9082.0, 9103.0, 9084.0, 9122.0, 9177.0, 9161.0, 9123.0, 9179.0, 9160.0, 9120.0, 9156.0, 9119.0, 9162.0, 9171.0, 9112.0, 9138.0, 9154.0, 9114.0, 9127.0, 9065.0, 9112.0, 9156.0, 9162.0, 9113.0, 9143.0, 9164.0, 9096.0, 9136.0, 9080.0, 9123.0, 9152.0, 9078.0, 9096.0, 9151.0, 9101.0, 9112.0, 9107.0, 9122.0, 9125.0, 9167.0, 9206.0, 9201.0, 9162.0, 9142.0, 9177.0, 9140.0, 9148.0, 9141.0, 9119.0, 9145.0, 9188.0, 9140.0, 9164.0, 9133.0, 9118.0, 9153.0, 9105.0, 9116.0, 9173.0, 9123.0, 9120.0, 9161.0, 9122.0, 9156.0, 9107.0, 9134.0, 9177.0, 9140.0, 9123.0, 9174.0, 9134.0, 9139.0, 9106.0, 9135.0, 9177.0, 9124.0, 9132.0, 9102.0, 9120.0, 9162.0, 9134.0, 9167.0, 9194.0, 9144.0, 9142.0, 9103.0, 9111.0, 9085.0, 9123.0, 9178.0, 9153.0, 9113.0, 9158.0, 9131.0, 9094.0, 9064.0, 9117.0, 9156.0, 9178.0, 9118.0, 9159.0, 9167.0, 9118.0, 9101.0, 9124.0, 9175.0, 9153.0, 9118.0, 9160.0, 9130.0, 9119.0, 9155.0, 9118.0, 9162.0, 9171.0, 9135.0, 9160.0, 9169.0, 9117.0, 9136.0, 9113.0, 9143.0, 9114.0, 9158.0, 9181.0, 9150.0, 9119.0, 9139.0, 9116.0, 9147.0, 9184.0, 9136.0, 9158.0, 9103.0, 9129.0, 9087.0, 9118.0, 9175.0, 9140.0, 9118.0, 9155.0, 9078.0, 9112.0, 9081.0, 9114.0, 9171.0, 9153.0, 9121.0, 9157.0, 9098.0, 9110.0, 9098.0, 9116.0, 9172.0, 9153.0, 9116.0, 9160.0, 9097.0, 9118.0, 9100.0, 9124.0, 9178.0, 9158.0, 9124.0, 9183.0, 9156.0, 9128.0, 9161.0, 9097.0, 9119.0, 9158.0, 9169.0, 9120.0, 9163.0, 9140.0, 9119.0, 9134.0, 9104.0, 9148.0, 9155.0, 9136.0, 9153.0, 9160.0, 9135.0, 9145.0, 9076.0, 9108.0, 9159.0, 9126.0, 9138.0, 9182.0, 9101.0, 9121.0, 9157.0, 9104.0, 9138.0, 9181.0, 9102.0, 9139.0, 9180.0, 9105.0, 9141.0, 9173.0, 9140.0, 9176.0, 9190.0, 9135.0, 9168.0, 9194.0, 9136.0, 9162.0, 9146.0, 9170.0, 9148.0, 9196.0, 9208.0, 9146.0, 9134.0, 9166.0, 9173.0, 9118.0, 9144.0, 9108.0, 9114.0, 9147.0, 9168.0, 9118.0, 9163.0, 9155.0, 9116.0, 9159.0, 9137.0, 9099.0, 9141.0, 9150.0, 9098.0, 9136.0, 9153.0, 9108.0, 9136.0, 9117.0, 9126.0, 9162.0, 9188.0, 9122.0, 9168.0, 9196.0, 9144.0, 9182.0, 9155.0, 9135.0, 9165.0, 9111.0, 9161.0, 9193.0, 9146.0, 9127.0, 9179.0, 9158.0, 9167.0, 9114.0, 9164.0, 9208.0, 9153.0, 9147.0, 9153.0, 9188.0, 9138.0, 9213.0, 9229.0, 9188.0, 9155.0, 9164.0, 9139.0, 9136.0, 9106.0, 9142.0, 9199.0, 9162.0, 9143.0, 9161.0, 9139.0, 9158.0, 9114.0, 9168.0, 9198.0, 9127.0, 9154.0, 9151.0, 9134.0, 9139.0, 9137.0, 9165.0, 9188.0, 9143.0, 9139.0, 9158.0, 9153.0, 9160.0, 9140.0, 9167.0, 9190.0, 9153.0, 9150.0, 9153.0, 9128.0, 9137.0, 9101.0, 9115.0, 9154.0, 9131.0, 9151.0, 9171.0, 9121.0, 9158.0, 9121.0, 9162.0, 9186.0, 9134.0, 9151.0, 9169.0, 9141.0, 9139.0, 9067.0, 9113.0, 9135.0, 9101.0, 9111.0, 9154.0, 9094.0, 9109.0, 9083.0, 9130.0, 9172.0, 9131.0, 9180.0, 9180.0, 9136.0, 9177.0, 9135.0, 9158.0, 9127.0, 9164.0, 9200.0, 9158.0, 9137.0, 9161.0, 9134.0, 9146.0, 9154.0, 9128.0, 9178.0, 9108.0, 9120.0, 9093.0, 9137.0, 9180.0, 9135.0, 9137.0, 9175.0, 9102.0, 9135.0, 9105.0, 9131.0, 9180.0, 9192.0, 9132.0, 9156.0, 9114.0, 9141.0, 9099.0, 9145.0, 9177.0, 9139.0, 9136.0, 9153.0, 9115.0, 9138.0, 9118.0, 9144.0, 9188.0, 9121.0, 9092.0, 9137.0, 9124.0, 9098.0, 9127.0, 9099.0, 9130.0, 9108.0, 9147.0, 9170.0, 9134.0, 9129.0, 9117.0, 9112.0, 9082.0, 9117.0, 9172.0, 9135.0, 9137.0, 9153.0, 9138.0, 9139.0, 9122.0, 9163.0, 9187.0, 9135.0, 9150.0, 9184.0, 9142.0, 9150.0, 9116.0, 9143.0, 9166.0, 9124.0, 9155.0, 9136.0, 9112.0, 9120.0, 9113.0, 9143.0, 9162.0, 9095.0, 9140.0, 9102.0, 9095.0, 9093.0, 9082.0, 9066.0, 9140.0, 9144.0, 9188.0, 9157.0, 9226.0, 9218.0, 9148.0, 9131.0, 9081.0, 9113.0, 9134.0, 9078.0, 9113.0, 9136.0, 9111.0, 9134.0, 9117.0, 9146.0, 9153.0, 9139.0, 9150.0, 9104.0, 9122.0, 9125.0, 9126.0, 9132.0, 9180.0, 9227.0, 9222.0, 9158.0, 9166.0, 9119.0, 9130.0, 9157.0, 9151.0, 9131.0, 9157.0, 9098.0, 9109.0, 9134.0, 9095.0, 9140.0, 9173.0, 9118.0, 9126.0, 9117.0, 9128.0, 9109.0, 9101.0, 9138.0, 9101.0, 9134.0, 9157.0, 9102.0, 9110.0, 9133.0, 9093.0, 9140.0, 9157.0, 9127.0, 9128.0, 9105.0, 9095.0, 9148.0, 9115.0, 9144.0, 9162.0, 9129.0, 9133.0, 9150.0, 9116.0, 9134.0, 9120.0, 9151.0, 9168.0, 9130.0, 9136.0, 9154.0, 9131.0, 9127.0, 9106.0, 9115.0, 9138.0, 9165.0, 9142.0, 9166.0, 9130.0, 9123.0, 9099.0, 9139.0, 9183.0, 9191.0, 9117.0, 9153.0, 9163.0, 9098.0, 9113.0, 9130.0, 9088.0, 9107.0, 9132.0, 9075.0, 9114.0, 9155.0, 9094.0, 9112.0, 9149.0, 9114.0, 9135.0, 9154.0, 9095.0, 9113.0, 9151.0, 9109.0, 9156.0, 9163.0, 9136.0, 9141.0, 9154.0, 9105.0, 9135.0, 9164.0, 9106.0, 9141.0, 9161.0, 9092.0, 9112.0, 9154.0, 9075.0, 9114.0, 9159.0, 9133.0, 9137.0, 9162.0, 9102.0, 9120.0, 9159.0, 9085.0, 9134.0, 9179.0, 9104.0, 9135.0, 9131.0, 9140.0, 9186.0, 9194.0, 9144.0, 9184.0, 9172.0, 9141.0, 9148.0, 9085.0, 9139.0, 9171.0, 9192.0, 9140.0, 9157.0, 9178.0, 9151.0, 9142.0, 9085.0, 9117.0, 9162.0, 9182.0, 9124.0, 9171.0, 9123.0, 9124.0, 9095.0, 9145.0, 9188.0, 9192.0, 9119.0, 9140.0, 9166.0, 9144.0, 9137.0, 9161.0, 9123.0, 9149.0, 9169.0, 9123.0, 9146.0, 9191.0, 9138.0, 9134.0, 9170.0, 9124.0, 9144.0, 9083.0, 9118.0, 9169.0, 9149.0, 9139.0, 9163.0, 9127.0, 9153.0, 9174.0, 9123.0, 9165.0, 9180.0, 9144.0, 9143.0, 9164.0, 9151.0, 9146.0, 9101.0, 9137.0, 9181.0, 9136.0, 9136.0, 9161.0, 9110.0, 9133.0, 9157.0, 9124.0, 9169.0, 9198.0, 9143.0, 9146.0, 9116.0, 9129.0, 9127.0, 9149.0, 9188.0, 9201.0, 9168.0, 9166.0, 9187.0, 9159.0, 9156.0, 9111.0, 9162.0, 9189.0, 9218.0, 9168.0, 9144.0, 9164.0, 9122.0, 9157.0, 9108.0, 9149.0, 9170.0, 9120.0, 9143.0, 9175.0, 9127.0, 9167.0, 9203.0, 9142.0, 9149.0, 9116.0, 9120.0, 9157.0, 9137.0, 9171.0, 9177.0, 9151.0, 9143.0, 9085.0, 9118.0, 9152.0, 9105.0, 9134.0, 9142.0, 9129.0, 9122.0, 9096.0, 9114.0, 9164.0, 9101.0, 9116.0, 9142.0, 9114.0, 9127.0, 9080.0, 9112.0, 9160.0, 9191.0, 9135.0, 9145.0, 9119.0, 9139.0, 9153.0, 9125.0, 9182.0, 9195.0, 9136.0, 9116.0, 9105.0, 9138.0, 9174.0, 9139.0, 9140.0, 9165.0, 9122.0, 9127.0, 9086.0, 9135.0, 9181.0, 9177.0, 9118.0, 9160.0, 9098.0, 9113.0, 9156.0, 9095.0, 9114.0, 9158.0, 9096.0, 9116.0, 9094.0, 9129.0, 9170.0, 9170.0, 9119.0, 9148.0, 9125.0, 9120.0, 9102.0, 9136.0, 9170.0, 9177.0, 9139.0, 9137.0, 9144.0, 9147.0, 9123.0, 9103.0, 9135.0, 9162.0, 9124.0, 9137.0, 9143.0, 9115.0, 9117.0, 9082.0, 9116.0, 9164.0, 9151.0, 9125.0, 9162.0, 9142.0, 9145.0, 9105.0, 9153.0, 9187.0, 9154.0, 9119.0, 9158.0, 9116.0, 9130.0, 9153.0, 9114.0, 9128.0, 9175.0, 9121.0, 9129.0, 9122.0, 9129.0, 9110.0, 9155.0, 9178.0, 9143.0, 9141.0, 9165.0, 9150.0, 9133.0, 9103.0, 9137.0, 9165.0, 9165.0, 9119.0, 9153.0, 9120.0, 9128.0, 9083.0, 9136.0, 9182.0, 9136.0, 9131.0, 9158.0, 9137.0, 9158.0, 9167.0, 9127.0, 9166.0, 9101.0, 9136.0, 9106.0, 9135.0, 9175.0, 9130.0, 9137.0, 9163.0, 9081.0, 9110.0, 9103.0, 9136.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.0002960453648915188</td></tr>
<tr><td colspan=3>aqi</td><td>0.021275471400394482</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.2449300866338</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2365306466238892</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0008105688548878</td></tr>
<tr><td colspan=3>efc</td><td>0.4619</td></tr>
<tr><td colspan=3>fber</td><td>4846.0698</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10420868491682485</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>96</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.467455621301776</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.485953804293359</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4789605772606107</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.563234211615007</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.415666624004459</td></tr>
<tr><td colspan=3>gcor</td><td>0.00893429</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01399020105600357</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024797530844807625</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>3.987352517483308</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>26.75</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2166</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.3153</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305618.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>740.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.5637</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6959</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.7579</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3387.5857</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70926.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.5754</td></tr>
<tr><td colspan=3>tsnr</td><td>42.61315127648413</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>