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

616 lines
No EOL
119 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0047_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-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0047/figures/sub-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047/ses-01/func/sub-0047_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>361e19e140ddfc4f2375b41b0140d2d0</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:40:35.277500</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.990502, -0.127585, -0.0512561, 0.133745, 0.980508, 0.143929]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0904193</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7760, -7251, 633, -16, -177, 41, 94]</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>238.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5fd99dd0-578f-4d26-8b80-3c152032defc||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.6574454307556152, 0.3588285744190216, -0.08611352741718292, 96.78524017333984], [0.3422999978065491, 2.6306324005126953, 0.4034261703491211, -116.9651870727539], [-0.13751624524593353, -0.3861505091190338, 2.6683013439178467, -38.511634826660156], [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': ['184035.277500', '184035.737500', '184036.197500', '184036.657500', '184037.117500', '184037.577500', '184038.037500', '184038.497500', '184038.957500', '184039.417500', '184039.877500', '184040.337500', '184040.797500', '184041.257500', '184041.717500', '184042.177500', '184042.637500', '184043.097500', '184043.557500', '184044.017500', '184044.477500', '184044.937500', '184045.397500', '184045.857500', '184046.317500', '184046.777500', '184047.237500', '184047.697500', '184048.157500', '184048.617500', '184049.077500', '184049.537500', '184049.997500', '184050.457500', '184050.917500', '184051.377500', '184051.837500', '184052.297500', '184052.757500', '184053.217500', '184053.677500', '184054.137500', '184054.597500', '184055.057500', '184055.517500', '184055.977500', '184056.437500', '184056.897500', '184057.357500', '184057.817500', '184058.277500', '184058.737500', '184059.197500', '184059.657500', '184100.117500', '184100.577500', '184101.037500', '184101.497500', '184101.957500', '184102.417500', '184102.877500', '184103.337500', '184103.797500', '184104.257500', '184104.717500', '184105.177500', '184105.637500', '184106.097500', '184106.557500', '184107.017500', '184107.477500', '184107.937500', '184108.397500', '184108.857500', '184109.317500', '184109.777500', '184110.237500', '184110.697500', '184111.157500', '184111.617500', '184112.077500', '184112.537500', '184112.997500', '184113.457500', '184113.917500', '184114.377500', '184114.837500', '184115.297500', '184115.757500', '184116.217500', '184116.677500', '184117.137500', '184117.597500', '184118.057500', '184118.517500', '184118.977500', '184119.437500', '184119.897500', '184120.357500', '184120.817500', '184121.277500', '184121.737500', '184122.197500', '184122.657500', '184123.117500', '184123.577500', '184124.037500', '184124.497500', '184124.957500', '184125.417500', '184125.877500', '184126.337500', '184126.797500', '184127.257500', '184127.717500', '184128.177500', '184128.637500', '184129.097500', '184129.557500', '184130.017500', '184130.477500', '184130.937500', '184131.397500', '184131.857500', '184132.317500', '184132.777500', '184133.237500', '184133.697500', '184134.157500', '184134.617500', '184135.077500', '184135.537500', '184135.997500', '184136.457500', '184136.917500', '184137.377500', '184137.837500', '184138.297500', '184138.757500', '184139.217500', '184139.677500', '184140.137500', '184140.597500', '184141.057500', '184141.517500', '184141.977500', '184142.437500', '184142.897500', '184143.357500', '184143.817500', '184144.277500', '184144.737500', '184145.197500', '184145.657500', '184146.117500', '184146.577500', '184147.037500', '184147.497500', '184147.957500', '184148.417500', '184148.877500', '184149.337500', '184149.797500', '184150.257500', '184150.717500', '184151.177500', '184151.637500', '184152.097500', '184152.557500', '184153.017500', '184153.477500', '184153.937500', '184154.397500', '184154.857500', '184155.317500', '184155.777500', '184156.237500', '184156.697500', '184157.157500', '184157.617500', '184158.077500', '184158.537500', '184158.997500', '184159.457500', '184159.917500', '184200.377500', '184200.837500', '184201.297500', '184201.757500', '184202.217500', '184202.677500', '184203.137500', '184203.597500', '184204.057500', '184204.517500', '184204.977500', '184205.437500', '184205.897500', '184206.357500', '184206.817500', '184207.277500', '184207.737500', '184208.197500', '184208.657500', '184209.117500', '184209.577500', '184210.037500', '184210.497500', '184210.957500', '184211.417500', '184211.877500', '184212.337500', '184212.797500', '184213.257500', '184213.717500', '184214.177500', '184214.637500', '184215.097500', '184215.557500', '184216.017500', '184216.477500', '184216.937500', '184217.397500', '184217.857500', '184218.317500', '184218.777500', '184219.237500', '184219.697500', '184220.157500', '184220.617500', '184221.077500', '184221.537500', '184221.997500', '184222.457500', '184222.917500', '184223.377500', '184223.837500', '184224.297500', '184224.757500', '184225.217500', '184225.677500', '184226.137500', '184226.597500', '184227.057500', '184227.517500', '184227.977500', '184228.437500', '184228.897500', '184229.357500', '184229.817500', '184230.277500', '184230.737500', '184231.197500', '184231.657500', '184232.117500', '184232.577500', '184233.037500', '184233.497500', '184233.957500', '184234.417500', '184234.877500', '184235.337500', '184235.797500', '184236.257500', '184236.717500', '184237.177500', '184237.637500', '184238.097500', '184238.557500', '184239.017500', '184239.477500', '184239.937500', '184240.397500', '184240.857500', '184241.317500', '184241.777500', '184242.237500', '184242.697500', '184243.157500', '184243.617500', '184244.077500', '184244.537500', '184244.997500', '184245.457500', '184245.917500', '184246.377500', '184246.837500', '184247.297500', '184247.757500', '184248.217500', '184248.677500', '184249.137500', '184249.597500', '184250.057500', '184250.517500', '184250.977500', '184251.437500', '184251.897500', '184252.357500', '184252.817500', '184253.277500', '184253.737500', '184254.197500', '184254.657500', '184255.117500', '184255.577500', '184256.037500', '184256.497500', '184256.957500', '184257.417500', '184257.877500', '184258.337500', '184258.797500', '184259.257500', '184259.717500', '184300.177500', '184300.637500', '184301.097500', '184301.557500', '184302.017500', '184302.477500', '184302.937500', '184303.397500', '184303.857500', '184304.317500', '184304.777500', '184305.237500', '184305.697500', '184306.157500', '184306.617500', '184307.077500', '184307.537500', '184307.997500', '184308.457500', '184308.917500', '184309.377500', '184309.837500', '184310.297500', '184310.757500', '184311.217500', '184311.677500', '184312.137500', '184312.597500', '184313.057500', '184313.517500', '184313.977500', '184314.437500', '184314.897500', '184315.357500', '184315.817500', '184316.277500', '184316.737500', '184317.197500', '184317.657500', '184318.117500', '184318.577500', '184319.037500', '184319.497500', '184319.957500', '184320.417500', '184320.877500', '184321.337500', '184321.797500', '184322.257500', '184322.717500', '184323.177500', '184323.637500', '184324.097500', '184324.557500', '184325.017500', '184325.477500', '184325.937500', '184326.397500', '184326.857500', '184327.317500', '184327.777500', '184328.237500', '184328.697500', '184329.157500', '184329.617500', '184330.077500', '184330.537500', '184330.997500', '184331.457500', '184331.917500', '184332.377500', '184332.837500', '184333.297500', '184333.757500', '184334.217500', '184334.677500', '184335.137500', '184335.597500', '184336.057500', '184336.517500', '184336.977500', '184337.437500', '184337.897500', '184338.357500', '184338.817500', '184339.277500', '184339.737500', '184340.197500', '184340.657500', '184341.117500', '184341.577500', '184342.037500', '184342.497500', '184342.957500', '184343.417500', '184343.877500', '184344.337500', '184344.797500', '184345.257500', '184345.717500', '184346.177500', '184346.637500', '184347.097500', '184347.557500', '184348.017500', '184348.477500', '184348.937500', '184349.397500', '184349.857500', '184350.317500', '184350.777500', '184351.237500', '184351.697500', '184352.157500', '184352.617500', '184353.077500', '184353.537500', '184353.997500', '184354.457500', '184354.917500', '184355.377500', '184355.837500', '184356.297500', '184356.757500', '184357.217500', '184357.677500', '184358.137500', '184358.597500', '184359.057500', '184359.517500', '184359.977500', '184400.437500', '184400.897500', '184401.357500', '184401.817500', '184402.277500', '184402.737500', '184403.197500', '184403.657500', '184404.117500', '184404.577500', '184405.037500', '184405.497500', '184405.957500', '184406.417500', '184406.877500', '184407.337500', '184407.797500', '184408.257500', '184408.717500', '184409.177500', '184409.637500', '184410.097500', '184410.557500', '184411.017500', '184411.477500', '184411.937500', '184412.397500', '184412.857500', '184413.317500', '184413.777500', '184414.237500', '184414.697500', '184415.157500', '184415.617500', '184416.077500', '184416.537500', '184416.997500', '184417.457500', '184417.917500', '184418.377500', '184418.837500', '184419.297500', '184419.757500', '184420.217500', '184420.677500', '184421.137500', '184421.597500', '184422.057500', '184422.517500', '184422.977500', '184423.437500', '184423.897500', '184424.357500', '184424.817500', '184425.277500', '184425.737500', '184426.197500', '184426.657500', '184427.117500', '184427.577500', '184428.037500', '184428.497500', '184428.957500', '184429.417500', '184429.877500', '184430.337500', '184430.797500', '184431.257500', '184431.717500', '184432.177500', '184432.637500', '184433.097500', '184433.557500', '184434.017500', '184434.477500', '184434.937500', '184435.397500', '184435.857500', '184436.317500', '184436.777500', '184437.237500', '184437.697500', '184438.157500', '184438.617500', '184439.077500', '184439.537500', '184439.997500', '184440.457500', '184440.917500', '184441.377500', '184441.837500', '184442.297500', '184442.757500', '184443.217500', '184443.677500', '184444.137500', '184444.597500', '184445.057500', '184445.517500', '184445.977500', '184446.437500', '184446.897500', '184447.357500', '184447.817500', '184448.277500', '184448.737500', '184449.197500', '184449.657500', '184450.117500', '184450.577500', '184451.037500', '184451.497500', '184451.957500', '184452.417500', '184452.877500', '184453.337500', '184453.797500', '184454.257500', '184454.717500', '184455.177500', '184455.637500', '184456.097500', '184456.557500', '184457.017500', '184457.477500', '184457.937500', '184458.397500', '184458.857500', '184459.317500', '184459.777500', '184500.237500', '184500.697500', '184501.157500', '184501.617500', '184502.077500', '184502.537500', '184502.997500', '184503.457500', '184503.917500', '184504.377500', '184504.837500', '184505.297500', '184505.757500', '184506.217500', '184506.677500', '184507.137500', '184507.597500', '184508.057500', '184508.517500', '184508.977500', '184509.437500', '184509.897500', '184510.357500', '184510.817500', '184511.277500', '184511.737500', '184512.197500', '184512.657500', '184513.117500', '184513.577500', '184514.037500', '184514.497500', '184514.957500', '184515.417500', '184515.877500', '184516.337500', '184516.797500', '184517.257500', '184517.717500', '184518.177500', '184518.637500', '184519.097500', '184519.557500', '184520.017500', '184520.477500', '184520.937500', '184521.397500', '184521.857500', '184522.317500', '184522.777500', '184523.237500', '184523.697500', '184524.157500', '184524.617500', '184525.077500', '184525.537500', '184525.997500', '184526.457500', '184526.917500', '184527.377500', '184527.837500', '184528.297500', '184528.757500', '184529.217500', '184529.677500', '184530.137500', '184530.597500', '184531.057500', '184531.517500', '184531.977500', '184532.437500', '184532.897500', '184533.357500', '184533.817500', '184534.277500', '184534.737500', '184535.197500', '184535.657500', '184536.117500', '184536.577500', '184537.037500', '184537.497500', '184537.957500', '184538.417500', '184538.877500', '184539.337500', '184539.797500', '184540.257500', '184540.717500', '184541.177500', '184541.637500', '184542.097500', '184542.557500', '184543.017500', '184543.477500', '184543.937500', '184544.397500', '184544.857500', '184545.317500', '184545.777500', '184546.237500', '184546.697500', '184547.157500', '184547.617500', '184548.077500', '184548.537500', '184548.997500', '184549.457500', '184549.917500', '184550.377500', '184550.837500', '184551.297500', '184551.757500', '184552.217500', '184552.677500', '184553.137500', '184553.597500', '184554.057500', '184554.517500', '184554.977500', '184555.437500', '184555.897500', '184556.357500', '184556.817500', '184557.277500', '184557.737500', '184558.197500', '184558.657500', '184559.117500', '184559.577500', '184600.037500', '184600.497500', '184600.957500', '184601.417500', '184601.877500', '184602.337500', '184602.797500', '184603.257500', '184603.717500', '184604.177500', '184604.637500', '184605.097500', '184605.557500', '184606.017500', '184606.477500', '184606.937500', '184607.397500', '184607.857500', '184608.317500', '184608.777500', '184609.237500', '184609.697500', '184610.157500', '184610.617500', '184611.077500', '184611.537500', '184611.997500', '184612.457500', '184612.917500', '184613.377500', '184613.837500', '184614.297500', '184614.757500', '184615.217500', '184615.677500', '184616.137500', '184616.597500', '184617.057500', '184617.517500', '184617.977500', '184618.437500', '184618.897500', '184619.357500', '184619.817500', '184620.277500', '184620.737500', '184621.197500', '184621.657500', '184622.117500', '184622.577500', '184623.037500', '184623.497500', '184623.957500', '184624.417500', '184624.877500', '184625.337500', '184625.797500', '184626.257500', '184626.717500', '184627.177500', '184627.637500', '184628.097500', '184628.557500', '184629.017500', '184629.477500', '184629.937500', '184630.397500', '184630.857500', '184631.317500', '184631.777500', '184632.237500', '184632.697500', '184633.157500', '184633.617500', '184634.077500', '184634.537500', '184634.997500', '184635.457500', '184635.917500', '184636.377500', '184636.837500', '184637.297500', '184637.757500', '184638.217500', '184638.677500', '184639.137500', '184639.597500', '184640.057500', '184640.517500', '184640.977500', '184641.437500', '184641.897500', '184642.357500', '184642.817500', '184643.277500', '184643.737500', '184644.197500', '184644.657500', '184645.117500', '184645.577500', '184646.037500', '184646.497500', '184646.957500', '184647.417500', '184647.877500', '184648.337500', '184648.797500', '184649.257500', '184649.717500', '184650.177500', '184650.637500', '184651.097500', '184651.557500', '184652.017500', '184652.477500', '184652.937500', '184653.397500', '184653.857500', '184654.317500', '184654.777500', '184655.237500', '184655.697500', '184656.157500', '184656.617500', '184657.077500', '184657.537500', '184657.997500', '184658.457500', '184658.917500', '184659.377500', '184659.837500', '184700.297500', '184700.757500', '184701.217500', '184701.677500', '184702.137500', '184702.597500', '184703.057500', '184703.517500', '184703.977500', '184704.437500', '184704.897500', '184705.357500', '184705.817500', '184706.277500', '184706.737500', '184707.197500', '184707.657500', '184708.117500', '184708.577500', '184709.037500', '184709.497500', '184709.957500', '184710.417500', '184710.877500', '184711.337500', '184711.797500', '184712.257500', '184712.717500', '184713.177500', '184713.637500', '184714.097500', '184714.557500', '184715.017500', '184715.477500', '184715.937500', '184716.397500', '184716.857500', '184717.317500', '184717.777500', '184718.237500', '184718.697500', '184719.157500', '184719.617500', '184720.077500', '184720.537500', '184720.997500', '184721.457500', '184721.917500', '184722.377500', '184722.837500', '184723.297500', '184723.757500', '184724.217500', '184724.677500', '184725.137500', '184725.597500', '184726.057500', '184726.517500', '184726.977500', '184727.437500', '184727.897500', '184728.357500', '184728.817500', '184729.277500', '184729.737500', '184730.197500', '184730.657500', '184731.117500', '184731.577500', '184732.037500', '184732.497500', '184732.957500', '184733.417500', '184733.877500', '184734.337500', '184734.797500', '184735.257500', '184735.717500', '184736.177500', '184736.637500', '184737.097500', '184737.557500', '184738.017500', '184738.477500', '184738.937500', '184739.397500', '184739.857500', '184740.317500', '184740.777500', '184741.237500', '184741.697500', '184742.157500', '184742.617500', '184743.077500', '184743.537500', '184743.997500', '184744.457500', '184744.917500', '184745.377500', '184745.837500', '184746.297500', '184746.757500', '184747.217500', '184747.677500', '184748.137500', '184748.597500', '184749.057500', '184749.517500', '184749.977500', '184750.437500', '184750.897500', '184751.357500', '184751.817500', '184752.277500', '184752.737500', '184753.197500', '184753.657500', '184754.117500', '184754.577500', '184755.037500', '184755.497500', '184755.957500', '184756.417500', '184756.877500', '184757.337500', '184757.797500', '184758.257500', '184758.717500', '184759.177500', '184759.637500', '184800.097500', '184800.557500', '184801.017500', '184801.477500', '184801.937500', '184802.397500', '184802.857500', '184803.317500', '184803.777500', '184804.237500', '184804.697500', '184805.157500', '184805.617500', '184806.077500', '184806.537500', '184806.997500', '184807.457500', '184807.917500', '184808.377500', '184808.837500', '184809.297500', '184809.757500', '184810.217500', '184810.677500', '184811.137500', '184811.597500', '184812.057500', '184812.517500', '184812.977500', '184813.437500', '184813.897500', '184814.357500', '184814.817500', '184815.277500', '184815.737500', '184816.197500', '184816.657500', '184817.117500', '184817.577500', '184818.037500', '184818.497500', '184818.957500', '184819.417500', '184819.877500', '184820.337500', '184820.797500', '184821.257500', '184821.717500', '184822.177500'], 'ContentTime': ['184050.630000', '184050.633000', '184050.636000', '184050.639000', '184050.646000', '184050.648000', '184050.651000', '184050.654000', '184050.656000', '184050.659000', '184050.662000', '184050.665000', '184050.667000', '184050.685000', '184050.688000', '184050.691000', '184050.694000', '184050.716000', '184050.718000', '184050.721000', '184050.724000', '184050.727000', '184050.729000', '184050.732000', '184050.735000', '184050.737000', '184050.740000', '184050.743000', '184050.745000', '184050.748000', '184050.751000', '184110.594000', '184110.597000', '184110.600000', '184110.603000', '184110.605000', '184110.608000', '184110.610000', '184110.613000', '184110.616000', '184110.619000', '184110.621000', '184110.624000', '184110.627000', '184110.629000', '184110.632000', '184110.634000', '184110.637000', '184110.639000', '184110.642000', '184110.645000', '184110.647000', '184110.650000', '184110.652000', '184110.655000', '184110.657000', '184110.660000', '184110.662000', '184110.665000', '184110.672000', '184110.675000', '184110.677000', '184110.680000', '184110.682000', '184110.685000', '184110.687000', '184110.690000', '184110.693000', '184110.695000', '184110.698000', '184110.700000', '184110.703000', '184110.705000', '184110.708000', '184110.711000', '184130.596000', '184130.599000', '184130.601000', '184130.604000', '184130.607000', '184130.609000', '184130.612000', '184130.614000', '184130.617000', '184130.620000', '184130.622000', '184130.625000', '184130.627000', '184130.630000', '184130.632000', '184130.635000', '184130.637000', '184130.640000', '184130.642000', '184130.645000', '184130.648000', '184130.650000', '184130.653000', '184130.655000', '184130.658000', '184130.661000', '184130.663000', '184130.666000', '184130.668000', '184130.671000', '184130.678000', '184130.681000', '184130.684000', '184130.686000', '184130.689000', '184130.691000', '184130.694000', '184130.696000', '184130.699000', '184130.702000', '184130.704000', '184130.707000', '184130.709000', '184150.594000', '184150.597000', '184150.600000', '184150.602000', '184150.605000', '184150.608000', '184150.610000', '184150.613000', '184150.615000', '184150.618000', '184150.621000', '184150.623000', '184150.626000', '184150.629000', '184150.631000', '184150.634000', '184150.636000', '184150.639000', '184150.641000', '184150.644000', '184150.647000', '184150.649000', '184150.652000', '184150.654000', '184150.657000', '184150.660000', '184150.662000', '184150.665000', '184150.667000', '184150.670000', '184150.672000', '184150.675000', '184150.677000', '184150.680000', '184150.683000', '184150.685000', '184150.688000', '184150.690000', '184150.693000', '184150.695000', '184150.698000', '184150.701000', '184150.704000', '184150.706000', '184210.594000', '184210.597000', '184210.600000', '184210.603000', '184210.605000', '184210.608000', '184210.610000', '184210.613000', '184210.616000', '184210.618000', '184210.621000', '184210.623000', '184210.626000', '184210.629000', '184210.631000', '184210.634000', '184210.636000', '184210.639000', '184210.641000', '184210.644000', '184210.647000', '184210.649000', '184210.652000', '184210.654000', '184210.657000', '184210.660000', '184210.662000', '184210.665000', '184210.667000', '184210.670000', '184210.672000', '184210.675000', '184210.678000', '184210.680000', '184210.683000', '184210.685000', '184210.696000', '184210.698000', '184210.701000', '184210.703000', '184210.706000', '184210.708000', '184210.711000', '184230.594000', '184230.597000', '184230.600000', '184230.603000', '184230.605000', '184230.608000', '184230.610000', '184230.613000', '184230.615000', '184230.618000', '184230.621000', '184230.623000', '184230.626000', '184230.628000', '184230.631000', '184230.633000', '184230.636000', '184230.638000', '184230.641000', '184230.644000', '184230.646000', '184230.659000', '184230.661000', '184230.664000', '184230.667000', '184230.669000', '184230.672000', '184230.674000', '184230.677000', '184230.679000', '184230.682000', '184230.685000', '184230.687000', '184230.690000', '184230.692000', '184230.695000', '184230.698000', '184230.700000', '184230.703000', '184230.705000', '184230.708000', '184230.710000', '184230.713000', '184230.716000', '184250.594000', '184250.597000', '184250.600000', '184250.603000', '184250.605000', '184250.608000', '184250.611000', '184250.613000', '184250.616000', '184250.618000', '184250.621000', '184250.623000', '184250.626000', '184250.629000', '184250.631000', '184250.634000', '184250.636000', '184250.639000', '184250.641000', '184250.644000', '184250.647000', '184250.649000', '184250.652000', '184250.654000', '184250.657000', '184250.660000', '184250.662000', '184250.665000', '184250.667000', '184250.670000', '184250.673000', '184250.675000', '184250.678000', '184250.680000', '184250.683000', '184250.686000', '184250.688000', '184250.691000', '184250.693000', '184250.696000', '184250.698000', '184250.701000', '184250.704000', '184310.594000', '184310.597000', '184310.600000', '184310.602000', '184310.605000', '184310.609000', '184310.612000', '184310.614000', '184310.617000', '184310.619000', '184310.622000', '184310.624000', '184310.627000', '184310.629000', '184310.632000', '184310.635000', '184310.637000', '184310.640000', '184310.642000', '184310.645000', '184310.648000', '184310.650000', '184310.653000', '184310.655000', '184310.658000', '184310.660000', '184310.663000', '184310.666000', '184310.669000', '184310.671000', '184310.674000', '184310.676000', '184310.679000', '184310.681000', '184310.684000', '184310.687000', '184310.689000', '184310.692000', '184310.694000', '184310.697000', '184310.700000', '184310.702000', '184310.705000', '184310.707000', '184330.596000', '184330.599000', '184330.601000', '184330.604000', '184330.607000', '184330.609000', '184330.612000', '184330.614000', '184330.617000', '184330.620000', '184330.622000', '184330.625000', '184330.627000', '184330.630000', '184330.632000', '184330.635000', '184330.638000', '184330.640000', '184330.643000', '184330.645000', '184330.648000', '184330.651000', '184330.653000', '184330.656000', '184330.658000', '184330.661000', '184330.663000', '184330.666000', '184330.669000', '184330.671000', '184330.674000', '184330.676000', '184330.679000', '184330.682000', '184330.684000', '184330.687000', '184330.689000', '184330.692000', '184330.695000', '184330.697000', '184330.700000', '184330.702000', '184330.705000', '184350.595000', '184350.598000', '184350.601000', '184350.604000', '184350.606000', '184350.609000', '184350.611000', '184350.614000', '184350.616000', '184350.619000', '184350.622000', '184350.624000', '184350.627000', '184350.629000', '184350.632000', '184350.634000', '184350.637000', '184350.640000', '184350.642000', '184350.645000', '184350.647000', '184350.650000', '184350.652000', '184350.655000', '184350.657000', '184350.660000', '184350.663000', '184350.665000', '184350.668000', '184350.671000', '184350.673000', '184350.676000', '184350.678000', '184350.681000', '184350.684000', '184350.686000', '184350.689000', '184350.691000', '184350.694000', '184350.696000', '184350.699000', '184350.702000', '184350.704000', '184350.707000', '184410.595000', '184410.609000', '184410.612000', '184410.614000', '184410.617000', '184410.620000', '184410.622000', '184410.625000', '184410.627000', '184410.630000', '184410.632000', '184410.635000', '184410.638000', '184410.640000', '184410.643000', '184410.645000', '184410.648000', '184410.651000', '184410.653000', '184410.656000', '184410.658000', '184410.661000', '184410.663000', '184410.666000', '184410.669000', '184410.671000', '184410.674000', '184410.676000', '184410.679000', '184410.682000', '184410.684000', '184410.687000', '184410.689000', '184410.692000', '184410.695000', '184410.697000', '184410.700000', '184410.702000', '184410.705000', '184410.707000', '184410.710000', '184410.713000', '184410.715000', '184430.595000', '184430.597000', '184430.600000', '184430.603000', '184430.605000', '184430.608000', '184430.610000', '184430.613000', '184430.616000', '184430.618000', '184430.621000', '184430.623000', '184430.626000', '184430.628000', '184430.631000', '184430.634000', '184430.636000', '184430.639000', '184430.641000', '184430.644000', '184430.647000', '184430.650000', '184430.652000', '184430.655000', '184430.657000', '184430.660000', '184430.663000', '184430.665000', '184430.668000', '184430.670000', '184430.673000', '184430.676000', '184430.678000', '184430.681000', '184430.683000', '184430.686000', '184430.688000', '184430.691000', '184430.694000', '184430.696000', '184430.699000', '184430.702000', '184430.704000', '184430.707000', '184450.595000', '184450.597000', '184450.600000', '184450.603000', '184450.605000', '184450.608000', '184450.610000', '184450.613000', '184450.616000', '184450.618000', '184450.621000', '184450.623000', '184450.626000', '184450.629000', '184450.631000', '184450.634000', '184450.636000', '184450.639000', '184450.642000', '184450.644000', '184450.647000', '184450.649000', '184450.652000', '184450.654000', '184450.657000', '184450.659000', '184450.662000', '184450.665000', '184450.667000', '184450.670000', '184450.673000', '184450.675000', '184450.678000', '184450.680000', '184450.683000', '184450.685000', '184450.688000', '184450.690000', '184450.693000', '184450.696000', '184450.698000', '184450.701000', '184450.703000', '184510.595000', '184510.597000', '184510.600000', '184510.603000', '184510.605000', '184510.608000', '184510.611000', '184510.614000', '184510.617000', '184510.620000', '184510.623000', '184510.625000', '184510.628000', '184510.630000', '184510.633000', '184510.636000', '184510.638000', '184510.641000', '184510.643000', '184510.646000', '184510.648000', '184510.651000', '184510.654000', '184510.656000', '184510.659000', '184510.661000', '184510.664000', '184510.667000', '184510.669000', '184510.672000', '184510.675000', '184510.677000', '184510.680000', '184510.682000', '184510.685000', '184510.688000', '184510.690000', '184510.693000', '184510.695000', '184510.698000', '184510.701000', '184510.703000', '184510.706000', '184530.595000', '184530.598000', '184530.600000', '184530.603000', '184530.606000', '184530.608000', '184530.611000', '184530.613000', '184530.616000', '184530.619000', '184530.621000', '184530.624000', '184530.626000', '184530.629000', '184530.632000', '184530.634000', '184530.637000', '184530.639000', '184530.642000', '184530.645000', '184530.647000', '184530.650000', '184530.652000', '184530.655000', '184530.657000', '184530.660000', '184530.663000', '184530.675000', '184530.678000', '184530.681000', '184530.683000', '184530.686000', '184530.688000', '184530.691000', '184530.693000', '184530.696000', '184530.699000', '184530.701000', '184530.704000', '184530.706000', '184530.709000', '184530.711000', '184530.714000', '184530.717000', '184550.596000', '184550.599000', '184550.601000', '184550.604000', '184550.607000', '184550.609000', '184550.612000', '184550.614000', '184550.617000', '184550.619000', '184550.622000', '184550.625000', '184550.627000', '184550.630000', '184550.633000', '184550.635000', '184550.638000', '184550.640000', '184550.643000', '184550.646000', '184550.648000', '184550.651000', '184550.653000', '184550.656000', '184550.658000', '184550.661000', '184550.664000', '184550.666000', '184550.669000', '184550.671000', '184550.674000', '184550.676000', '184550.679000', '184550.682000', '184550.685000', '184550.689000', '184550.692000', '184550.695000', '184550.698000', '184550.700000', '184550.703000', '184550.706000', '184550.708000', '184610.595000', '184610.598000', '184610.601000', '184610.604000', '184610.606000', '184610.609000', '184610.611000', '184610.614000', '184610.617000', '184610.619000', '184610.624000', '184610.626000', '184610.629000', '184610.631000', '184610.634000', '184610.637000', '184610.639000', '184610.642000', '184610.644000', '184610.647000', '184610.649000', '184610.652000', '184610.655000', '184610.660000', '184610.663000', '184610.665000', '184610.668000', '184610.671000', '184610.673000', '184610.676000', '184610.678000', '184610.681000', '184610.684000', '184610.686000', '184610.689000', '184610.691000', '184610.694000', '184610.697000', '184610.699000', '184610.702000', '184610.704000', '184610.707000', '184610.710000', '184610.712000', '184630.595000', '184630.597000', '184630.600000', '184630.603000', '184630.605000', '184630.608000', '184630.610000', '184630.613000', '184630.615000', '184630.618000', '184630.621000', '184630.623000', '184630.626000', '184630.629000', '184630.631000', '184630.634000', '184630.636000', '184630.639000', '184630.641000', '184630.644000', '184630.646000', '184630.649000', '184630.652000', '184630.654000', '184630.657000', '184630.659000', '184630.662000', '184630.665000', '184630.667000', '184630.670000', '184630.672000', '184630.675000', '184630.678000', '184630.680000', '184630.683000', '184630.685000', '184630.688000', '184630.690000', '184630.693000', '184630.696000', '184630.698000', '184630.701000', '184630.703000', '184650.595000', '184650.597000', '184650.600000', '184650.603000', '184650.605000', '184650.608000', '184650.610000', '184650.613000', '184650.616000', '184650.618000', '184650.621000', '184650.623000', '184650.626000', '184650.628000', '184650.631000', '184650.634000', '184650.636000', '184650.639000', '184650.641000', '184650.644000', '184650.646000', '184650.649000', '184650.652000', '184650.654000', '184650.657000', '184650.659000', '184650.662000', '184650.664000', '184650.667000', '184650.670000', '184650.672000', '184650.675000', '184650.677000', '184650.680000', '184650.682000', '184650.685000', '184650.687000', '184650.690000', '184650.693000', '184650.695000', '184650.698000', '184650.701000', '184650.703000', '184650.706000', '184710.595000', '184710.597000', '184710.600000', '184710.603000', '184710.605000', '184710.608000', '184710.610000', '184710.613000', '184710.616000', '184710.618000', '184710.621000', '184710.623000', '184710.626000', '184710.629000', '184710.631000', '184710.634000', '184710.636000', '184710.639000', '184710.641000', '184710.644000', '184710.647000', '184710.649000', '184710.652000', '184710.654000', '184710.657000', '184710.660000', '184710.662000', '184710.665000', '184710.667000', '184710.670000', '184710.673000', '184710.675000', '184710.678000', '184710.680000', '184710.683000', '184710.685000', '184710.688000', '184710.691000', '184710.693000', '184710.696000', '184710.699000', '184710.701000', '184710.704000', '184730.595000', '184730.597000', '184730.600000', '184730.603000', '184730.605000', '184730.608000', '184730.610000', '184730.613000', '184730.616000', '184730.618000', '184730.621000', '184730.623000', '184730.626000', '184730.628000', '184730.631000', '184730.633000', '184730.636000', '184730.639000', '184730.641000', '184730.644000', '184730.646000', '184730.649000', '184730.652000', '184730.654000', '184730.657000', '184730.659000', '184730.662000', '184730.664000', '184730.667000', '184730.669000', '184730.672000', '184730.675000', '184730.677000', '184730.680000', '184730.682000', '184730.685000', '184730.687000', '184730.690000', '184730.693000', '184730.695000', '184730.698000', '184730.701000', '184730.703000', '184730.706000', '184750.595000', '184750.597000', '184750.600000', '184750.603000', '184750.605000', '184750.608000', '184750.610000', '184750.613000', '184750.616000', '184750.618000', '184750.621000', '184750.623000', '184750.626000', '184750.628000', '184750.631000', '184750.634000', '184750.636000', '184750.639000', '184750.641000', '184750.644000', '184750.646000', '184750.649000', '184750.652000', '184750.654000', '184750.657000', '184750.659000', '184750.662000', '184750.664000', '184750.667000', '184750.669000', '184750.672000', '184750.675000', '184750.677000', '184750.680000', '184750.682000', '184750.685000', '184750.687000', '184750.690000', '184750.693000', '184750.695000', '184750.698000', '184750.700000', '184750.703000', '184810.596000', '184810.599000', '184810.601000', '184810.604000', '184810.606000', '184810.609000', '184810.612000', '184810.614000', '184810.617000', '184810.619000', '184810.622000', '184810.624000', '184810.627000', '184810.630000', '184810.632000', '184810.635000', '184810.637000', '184810.640000', '184810.642000', '184810.645000', '184810.648000', '184810.650000', '184810.653000', '184810.655000', '184810.658000', '184810.660000', '184810.663000', '184810.666000', '184810.668000', '184810.671000', '184810.673000', '184810.676000', '184810.678000', '184810.681000', '184810.684000', '184810.686000', '184810.689000', '184810.691000', '184810.694000', '184810.696000', '184810.699000', '184810.702000', '184810.704000', '184810.707000', '184823.342000', '184823.345000', '184823.348000', '184823.350000', '184823.353000', '184823.356000', '184823.358000', '184823.361000', '184823.364000', '184823.366000', '184823.369000', '184823.371000', '184823.374000', '184823.377000', '184823.380000', '184823.382000', '184823.385000', '184823.388000', '184823.391000', '184823.393000', '184823.396000', '184823.399000', '184823.402000', '184823.404000', '184823.407000', '184823.410000', '184823.412000', '184823.415000'], 'InstanceCreationTime': ['184050.630000', '184050.633000', '184050.636000', '184050.639000', '184050.646000', '184050.648000', '184050.651000', '184050.654000', '184050.656000', '184050.659000', '184050.662000', '184050.665000', '184050.667000', '184050.685000', '184050.688000', '184050.691000', '184050.694000', '184050.716000', '184050.718000', '184050.721000', '184050.724000', '184050.727000', '184050.729000', '184050.732000', '184050.735000', '184050.737000', '184050.740000', '184050.743000', '184050.745000', '184050.748000', '184050.751000', '184110.594000', '184110.597000', '184110.600000', '184110.603000', '184110.605000', '184110.608000', '184110.610000', '184110.613000', '184110.616000', '184110.619000', '184110.621000', '184110.624000', '184110.627000', '184110.629000', '184110.632000', '184110.634000', '184110.637000', '184110.639000', '184110.642000', '184110.645000', '184110.647000', '184110.650000', '184110.652000', '184110.655000', '184110.657000', '184110.660000', '184110.662000', '184110.665000', '184110.672000', '184110.675000', '184110.677000', '184110.680000', '184110.682000', '184110.685000', '184110.687000', '184110.690000', '184110.693000', '184110.695000', '184110.698000', '184110.700000', '184110.703000', '184110.705000', '184110.708000', '184110.711000', '184130.596000', '184130.599000', '184130.601000', '184130.604000', '184130.607000', '184130.609000', '184130.612000', '184130.614000', '184130.617000', '184130.620000', '184130.622000', '184130.625000', '184130.627000', '184130.630000', '184130.632000', '184130.635000', '184130.637000', '184130.640000', '184130.642000', '184130.645000', '184130.648000', '184130.650000', '184130.653000', '184130.655000', '184130.658000', '184130.661000', '184130.663000', '184130.666000', '184130.668000', '184130.671000', '184130.678000', '184130.681000', '184130.684000', '184130.686000', '184130.689000', '184130.691000', '184130.694000', '184130.696000', '184130.699000', '184130.702000', '184130.704000', '184130.707000', '184130.709000', '184150.594000', '184150.597000', '184150.600000', '184150.602000', '184150.605000', '184150.608000', '184150.610000', '184150.613000', '184150.615000', '184150.618000', '184150.621000', '184150.623000', '184150.626000', '184150.629000', '184150.631000', '184150.634000', '184150.636000', '184150.639000', '184150.641000', '184150.644000', '184150.647000', '184150.649000', '184150.652000', '184150.654000', '184150.657000', '184150.660000', '184150.662000', '184150.665000', '184150.667000', '184150.670000', '184150.672000', '184150.675000', '184150.677000', '184150.680000', '184150.683000', '184150.685000', '184150.688000', '184150.690000', '184150.693000', '184150.695000', '184150.698000', '184150.701000', '184150.704000', '184150.706000', '184210.594000', '184210.597000', '184210.600000', '184210.603000', '184210.605000', '184210.608000', '184210.610000', '184210.613000', '184210.616000', '184210.618000', '184210.621000', '184210.623000', '184210.626000', '184210.629000', '184210.631000', '184210.634000', '184210.636000', '184210.639000', '184210.641000', '184210.644000', '184210.647000', '184210.649000', '184210.652000', '184210.654000', '184210.657000', '184210.660000', '184210.662000', '184210.665000', '184210.667000', '184210.670000', '184210.672000', '184210.675000', '184210.678000', '184210.680000', '184210.683000', '184210.685000', '184210.696000', '184210.698000', '184210.701000', '184210.703000', '184210.706000', '184210.708000', '184210.711000', '184230.594000', '184230.597000', '184230.600000', '184230.603000', '184230.605000', '184230.608000', '184230.610000', '184230.613000', '184230.615000', '184230.618000', '184230.621000', '184230.623000', '184230.626000', '184230.628000', '184230.631000', '184230.633000', '184230.636000', '184230.638000', '184230.641000', '184230.644000', '184230.646000', '184230.659000', '184230.661000', '184230.664000', '184230.667000', '184230.669000', '184230.672000', '184230.674000', '184230.677000', '184230.679000', '184230.682000', '184230.685000', '184230.687000', '184230.690000', '184230.692000', '184230.695000', '184230.698000', '184230.700000', '184230.703000', '184230.705000', '184230.708000', '184230.710000', '184230.713000', '184230.716000', '184250.594000', '184250.597000', '184250.600000', '184250.603000', '184250.605000', '184250.608000', '184250.611000', '184250.613000', '184250.616000', '184250.618000', '184250.621000', '184250.623000', '184250.626000', '184250.629000', '184250.631000', '184250.634000', '184250.636000', '184250.639000', '184250.641000', '184250.644000', '184250.647000', '184250.649000', '184250.652000', '184250.654000', '184250.657000', '184250.660000', '184250.662000', '184250.665000', '184250.667000', '184250.670000', '184250.673000', '184250.675000', '184250.678000', '184250.680000', '184250.683000', '184250.686000', '184250.688000', '184250.691000', '184250.693000', '184250.696000', '184250.698000', '184250.701000', '184250.704000', '184310.594000', '184310.597000', '184310.600000', '184310.602000', '184310.605000', '184310.609000', '184310.612000', '184310.614000', '184310.617000', '184310.619000', '184310.622000', '184310.624000', '184310.627000', '184310.629000', '184310.632000', '184310.635000', '184310.637000', '184310.640000', '184310.642000', '184310.645000', '184310.648000', '184310.650000', '184310.653000', '184310.655000', '184310.658000', '184310.660000', '184310.663000', '184310.666000', '184310.669000', '184310.671000', '184310.674000', '184310.676000', '184310.679000', '184310.681000', '184310.684000', '184310.687000', '184310.689000', '184310.692000', '184310.694000', '184310.697000', '184310.700000', '184310.702000', '184310.705000', '184310.707000', '184330.596000', '184330.599000', '184330.601000', '184330.604000', '184330.607000', '184330.609000', '184330.612000', '184330.614000', '184330.617000', '184330.620000', '184330.622000', '184330.625000', '184330.627000', '184330.630000', '184330.632000', '184330.635000', '184330.638000', '184330.640000', '184330.643000', '184330.645000', '184330.648000', '184330.651000', '184330.653000', '184330.656000', '184330.658000', '184330.661000', '184330.663000', '184330.666000', '184330.669000', '184330.671000', '184330.674000', '184330.676000', '184330.679000', '184330.682000', '184330.684000', '184330.687000', '184330.689000', '184330.692000', '184330.695000', '184330.697000', '184330.700000', '184330.702000', '184330.705000', '184350.595000', '184350.598000', '184350.601000', '184350.604000', '184350.606000', '184350.609000', '184350.611000', '184350.614000', '184350.616000', '184350.619000', '184350.622000', '184350.624000', '184350.627000', '184350.629000', '184350.632000', '184350.634000', '184350.637000', '184350.640000', '184350.642000', '184350.645000', '184350.647000', '184350.650000', '184350.652000', '184350.655000', '184350.657000', '184350.660000', '184350.663000', '184350.665000', '184350.668000', '184350.671000', '184350.673000', '184350.676000', '184350.678000', '184350.681000', '184350.684000', '184350.686000', '184350.689000', '184350.691000', '184350.694000', '184350.696000', '184350.699000', '184350.702000', '184350.704000', '184350.707000', '184410.595000', '184410.609000', '184410.612000', '184410.614000', '184410.617000', '184410.620000', '184410.622000', '184410.625000', '184410.627000', '184410.630000', '184410.632000', '184410.635000', '184410.638000', '184410.640000', '184410.643000', '184410.645000', '184410.648000', '184410.651000', '184410.653000', '184410.656000', '184410.658000', '184410.661000', '184410.663000', '184410.666000', '184410.669000', '184410.671000', '184410.674000', '184410.676000', '184410.679000', '184410.682000', '184410.684000', '184410.687000', '184410.689000', '184410.692000', '184410.695000', '184410.697000', '184410.700000', '184410.702000', '184410.705000', '184410.707000', '184410.710000', '184410.713000', '184410.715000', '184430.595000', '184430.597000', '184430.600000', '184430.603000', '184430.605000', '184430.608000', '184430.610000', '184430.613000', '184430.616000', '184430.618000', '184430.621000', '184430.623000', '184430.626000', '184430.628000', '184430.631000', '184430.634000', '184430.636000', '184430.639000', '184430.641000', '184430.644000', '184430.647000', '184430.650000', '184430.652000', '184430.655000', '184430.657000', '184430.660000', '184430.663000', '184430.665000', '184430.668000', '184430.670000', '184430.673000', '184430.676000', '184430.678000', '184430.681000', '184430.683000', '184430.686000', '184430.688000', '184430.691000', '184430.694000', '184430.696000', '184430.699000', '184430.702000', '184430.704000', '184430.707000', '184450.595000', '184450.597000', '184450.600000', '184450.603000', '184450.605000', '184450.608000', '184450.610000', '184450.613000', '184450.616000', '184450.618000', '184450.621000', '184450.623000', '184450.626000', '184450.629000', '184450.631000', '184450.634000', '184450.636000', '184450.639000', '184450.642000', '184450.644000', '184450.647000', '184450.649000', '184450.652000', '184450.654000', '184450.657000', '184450.659000', '184450.662000', '184450.665000', '184450.667000', '184450.670000', '184450.673000', '184450.675000', '184450.678000', '184450.680000', '184450.683000', '184450.685000', '184450.688000', '184450.690000', '184450.693000', '184450.696000', '184450.698000', '184450.701000', '184450.703000', '184510.595000', '184510.597000', '184510.600000', '184510.603000', '184510.605000', '184510.608000', '184510.611000', '184510.614000', '184510.617000', '184510.620000', '184510.623000', '184510.625000', '184510.628000', '184510.630000', '184510.633000', '184510.636000', '184510.638000', '184510.641000', '184510.643000', '184510.646000', '184510.648000', '184510.651000', '184510.654000', '184510.656000', '184510.659000', '184510.661000', '184510.664000', '184510.667000', '184510.669000', '184510.672000', '184510.675000', '184510.677000', '184510.680000', '184510.682000', '184510.685000', '184510.688000', '184510.690000', '184510.693000', '184510.695000', '184510.698000', '184510.701000', '184510.703000', '184510.706000', '184530.595000', '184530.598000', '184530.600000', '184530.603000', '184530.606000', '184530.608000', '184530.611000', '184530.613000', '184530.616000', '184530.619000', '184530.621000', '184530.624000', '184530.626000', '184530.629000', '184530.632000', '184530.634000', '184530.637000', '184530.639000', '184530.642000', '184530.645000', '184530.647000', '184530.650000', '184530.652000', '184530.655000', '184530.657000', '184530.660000', '184530.663000', '184530.675000', '184530.678000', '184530.681000', '184530.683000', '184530.686000', '184530.688000', '184530.691000', '184530.693000', '184530.696000', '184530.699000', '184530.701000', '184530.704000', '184530.706000', '184530.709000', '184530.711000', '184530.714000', '184530.717000', '184550.596000', '184550.599000', '184550.601000', '184550.604000', '184550.607000', '184550.609000', '184550.612000', '184550.614000', '184550.617000', '184550.619000', '184550.622000', '184550.625000', '184550.627000', '184550.630000', '184550.633000', '184550.635000', '184550.638000', '184550.640000', '184550.643000', '184550.646000', '184550.648000', '184550.651000', '184550.653000', '184550.656000', '184550.658000', '184550.661000', '184550.664000', '184550.666000', '184550.669000', '184550.671000', '184550.674000', '184550.676000', '184550.679000', '184550.682000', '184550.685000', '184550.689000', '184550.692000', '184550.695000', '184550.698000', '184550.700000', '184550.703000', '184550.706000', '184550.708000', '184610.595000', '184610.598000', '184610.601000', '184610.604000', '184610.606000', '184610.609000', '184610.611000', '184610.614000', '184610.617000', '184610.619000', '184610.624000', '184610.626000', '184610.629000', '184610.631000', '184610.634000', '184610.637000', '184610.639000', '184610.642000', '184610.644000', '184610.647000', '184610.649000', '184610.652000', '184610.655000', '184610.660000', '184610.663000', '184610.665000', '184610.668000', '184610.671000', '184610.673000', '184610.676000', '184610.678000', '184610.681000', '184610.684000', '184610.686000', '184610.689000', '184610.691000', '184610.694000', '184610.697000', '184610.699000', '184610.702000', '184610.704000', '184610.707000', '184610.710000', '184610.712000', '184630.595000', '184630.597000', '184630.600000', '184630.603000', '184630.605000', '184630.608000', '184630.610000', '184630.613000', '184630.615000', '184630.618000', '184630.621000', '184630.623000', '184630.626000', '184630.629000', '184630.631000', '184630.634000', '184630.636000', '184630.639000', '184630.641000', '184630.644000', '184630.646000', '184630.649000', '184630.652000', '184630.654000', '184630.657000', '184630.659000', '184630.662000', '184630.665000', '184630.667000', '184630.670000', '184630.672000', '184630.675000', '184630.678000', '184630.680000', '184630.683000', '184630.685000', '184630.688000', '184630.690000', '184630.693000', '184630.696000', '184630.698000', '184630.701000', '184630.703000', '184650.595000', '184650.597000', '184650.600000', '184650.603000', '184650.605000', '184650.608000', '184650.610000', '184650.613000', '184650.616000', '184650.618000', '184650.621000', '184650.623000', '184650.626000', '184650.628000', '184650.631000', '184650.634000', '184650.636000', '184650.639000', '184650.641000', '184650.644000', '184650.646000', '184650.649000', '184650.652000', '184650.654000', '184650.657000', '184650.659000', '184650.662000', '184650.664000', '184650.667000', '184650.670000', '184650.672000', '184650.675000', '184650.677000', '184650.680000', '184650.682000', '184650.685000', '184650.687000', '184650.690000', '184650.693000', '184650.695000', '184650.698000', '184650.701000', '184650.703000', '184650.706000', '184710.595000', '184710.597000', '184710.600000', '184710.603000', '184710.605000', '184710.608000', '184710.610000', '184710.613000', '184710.616000', '184710.618000', '184710.621000', '184710.623000', '184710.626000', '184710.629000', '184710.631000', '184710.634000', '184710.636000', '184710.639000', '184710.641000', '184710.644000', '184710.647000', '184710.649000', '184710.652000', '184710.654000', '184710.657000', '184710.660000', '184710.662000', '184710.665000', '184710.667000', '184710.670000', '184710.673000', '184710.675000', '184710.678000', '184710.680000', '184710.683000', '184710.685000', '184710.688000', '184710.691000', '184710.693000', '184710.696000', '184710.699000', '184710.701000', '184710.704000', '184730.595000', '184730.597000', '184730.600000', '184730.603000', '184730.605000', '184730.608000', '184730.610000', '184730.613000', '184730.616000', '184730.618000', '184730.621000', '184730.623000', '184730.626000', '184730.628000', '184730.631000', '184730.633000', '184730.636000', '184730.639000', '184730.641000', '184730.644000', '184730.646000', '184730.649000', '184730.652000', '184730.654000', '184730.657000', '184730.659000', '184730.662000', '184730.664000', '184730.667000', '184730.669000', '184730.672000', '184730.675000', '184730.677000', '184730.680000', '184730.682000', '184730.685000', '184730.687000', '184730.690000', '184730.693000', '184730.695000', '184730.698000', '184730.701000', '184730.703000', '184730.706000', '184750.595000', '184750.597000', '184750.600000', '184750.603000', '184750.605000', '184750.608000', '184750.610000', '184750.613000', '184750.616000', '184750.618000', '184750.621000', '184750.623000', '184750.626000', '184750.628000', '184750.631000', '184750.634000', '184750.636000', '184750.639000', '184750.641000', '184750.644000', '184750.646000', '184750.649000', '184750.652000', '184750.654000', '184750.657000', '184750.659000', '184750.662000', '184750.664000', '184750.667000', '184750.669000', '184750.672000', '184750.675000', '184750.677000', '184750.680000', '184750.682000', '184750.685000', '184750.687000', '184750.690000', '184750.693000', '184750.695000', '184750.698000', '184750.700000', '184750.703000', '184810.596000', '184810.599000', '184810.601000', '184810.604000', '184810.606000', '184810.609000', '184810.612000', '184810.614000', '184810.617000', '184810.619000', '184810.622000', '184810.624000', '184810.627000', '184810.630000', '184810.632000', '184810.635000', '184810.637000', '184810.640000', '184810.642000', '184810.645000', '184810.648000', '184810.650000', '184810.653000', '184810.655000', '184810.658000', '184810.660000', '184810.663000', '184810.666000', '184810.668000', '184810.671000', '184810.673000', '184810.676000', '184810.678000', '184810.681000', '184810.684000', '184810.686000', '184810.689000', '184810.691000', '184810.694000', '184810.696000', '184810.699000', '184810.702000', '184810.704000', '184810.707000', '184823.342000', '184823.345000', '184823.348000', '184823.350000', '184823.353000', '184823.356000', '184823.358000', '184823.361000', '184823.364000', '184823.366000', '184823.369000', '184823.371000', '184823.374000', '184823.377000', '184823.380000', '184823.382000', '184823.385000', '184823.388000', '184823.391000', '184823.393000', '184823.396000', '184823.399000', '184823.402000', '184823.404000', '184823.407000', '184823.410000', '184823.412000', '184823.415000'], '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': [11923, 17163, 13194, 12127, 15439, 13119, 11815, 14557, 15318, 11196, 15340, 17022, 11945, 12626, 13777, 11593, 14432, 13759, 11467, 12316, 14849, 11328, 12089, 14053, 11417, 14534, 14427, 11224, 13459, 15223, 11302, 11515, 13602, 10879, 11748, 16284, 12804, 11816, 11460, 14941, 13011, 10942, 11813, 17347, 14795, 15230, 13057, 12093, 18141, 13270, 11425, 13899, 10226, 11565, 13986, 10877, 11535, 11937, 11345, 16226, 12047, 11335, 13900, 10787, 11686, 14847, 11136, 12502, 12418, 11684, 16761, 12185, 11383, 14076, 11362, 18274, 12912, 11202, 15906, 10851, 11732, 13459, 11542, 18374, 11407, 11790, 13836, 11144, 14559, 13728, 11225, 15539, 12235, 11834, 17670, 12252, 11277, 13129, 12687, 10753, 11560, 16507, 13867, 10901, 17776, 13067, 16028, 14633, 11690, 18680, 11975, 11546, 14791, 11376, 11251, 15750, 11250, 11460, 15654, 11803, 11403, 15978, 10961, 11521, 13202, 11817, 17755, 12353, 11505, 14814, 11360, 11600, 15650, 11807, 11493, 13683, 12715, 10932, 16695, 11778, 11553, 16492, 12185, 11322, 16652, 10711, 15183, 11973, 11356, 16226, 10645, 11226, 12686, 11679, 17281, 11529, 11188, 12699, 11007, 12096, 14614, 10974, 12689, 11767, 11773, 17260, 11641, 11063, 12755, 11253, 15636, 11067, 14099, 10799, 11216, 13468, 11479, 12318, 11693, 11416, 13740, 11113, 11000, 13524, 11409, 15353, 12856, 11747, 16689, 11469, 11936, 16800, 13202, 11622, 16771, 11363, 11426, 16785, 13703, 11297, 15853, 11814, 11451, 19564, 15633, 11720, 17499, 13609, 11605, 17357, 13700, 11584, 13879, 14742, 11084, 11553, 14203, 11474, 11784, 17574, 11619, 11660, 16702, 12729, 11064, 16108, 12165, 11398, 16947, 14209, 10575, 12071, 13159, 10821, 11253, 16225, 11893, 11032, 12648, 13935, 11771, 10291, 10549, 15453, 12192, 10759, 12190, 17829, 12092, 11573, 16879, 14046, 10731, 14225, 13335, 11195, 13409, 14099, 11263, 11676, 15369, 11835, 11036, 15313, 11282, 11693, 16062, 12910, 11092, 13280, 14100, 11434, 13527, 14616, 11087, 12848, 15297, 11441, 11114, 13657, 10660, 11644, 16775, 12477, 11521, 16806, 11689, 11408, 18381, 12357, 11829, 16386, 12985, 10931, 14079, 10681, 11632, 16388, 11523, 11502, 15366, 11891, 11194, 15231, 11729, 11400, 13472, 15349, 11227, 11339, 15162, 11906, 12051, 15236, 11770, 10379, 11154, 16251, 15927, 12299, 10464, 12835, 13130, 11136, 12452, 18624, 15004, 11216, 13282, 10682, 10558, 13442, 9862, 11297, 10140, 10059, 15386, 11225, 10021, 12524, 10382, 11457, 13605, 10884, 13262, 15359, 10754, 10608, 14556, 11553, 10777, 16876, 11573, 10941, 17852, 15275, 10568, 14866, 11035, 10511, 17432, 11107, 10426, 14550, 11214, 11606, 14621, 10930, 11511, 14892, 10857, 12510, 12661, 10590, 16238, 13620, 10442, 14450, 12359, 10586, 17412, 11919, 10782, 16464, 12121, 11707, 14649, 10923, 11098, 15607, 11146, 11371, 14172, 10871, 11548, 12636, 16077, 12634, 10653, 10872, 16165, 11784, 11479, 19523, 16464, 11277, 17567, 13309, 11346, 18323, 11982, 11337, 14186, 13384, 10525, 13299, 12888, 11711, 13666, 15951, 11156, 11565, 15061, 11697, 11257, 14647, 12501, 10943, 14445, 16069, 11565, 19406, 15238, 14136, 16290, 10954, 16851, 11360, 11366, 16211, 11699, 10848, 13873, 10573, 11303, 14839, 11211, 11269, 12440, 10142, 11241, 15306, 10748, 10033, 15287, 11659, 10414, 12152, 17556, 14168, 13049, 11608, 14851, 15138, 13859, 13874, 17102, 12463, 11706, 18672, 14635, 11541, 17129, 11318, 11889, 18434, 13658, 11629, 15777, 11078, 11587, 17465, 11529, 11389, 16058, 11547, 11475, 18087, 11182, 11571, 17767, 12519, 11442, 17420, 11552, 12153, 18169, 14448, 11294, 13233, 12647, 11803, 14756, 14493, 10654, 11623, 16048, 11791, 11780, 18296, 11691, 11896, 18863, 14539, 11463, 14124, 12955, 11854, 15831, 15367, 11003, 11576, 16802, 12340, 11572, 14334, 10995, 11887, 16465, 11355, 11365, 14123, 11290, 11835, 15601, 11007, 11688, 16905, 11603, 11225, 14672, 10879, 11807, 16025, 11423, 13371, 11674, 11593, 16427, 12100, 11524, 12817, 10190, 10722, 14072, 11222, 12008, 12663, 11547, 18159, 13395, 11623, 16752, 11460, 11131, 14788, 12081, 15483, 13958, 11549, 14332, 14235, 11514, 10061, 16246, 12562, 11884, 13603, 18366, 14927, 11701, 11748, 18873, 14057, 12229, 18514, 15347, 12554, 17882, 15365, 12235, 18687, 12530, 11863, 17370, 14366, 12131, 13784, 12859, 11878, 12629, 14516, 11580, 12738, 13689, 12045, 18181, 15555, 11661, 14054, 13785, 11896, 17583, 14243, 10355, 12837, 14078, 11715, 11914, 14259, 17517, 13531, 11805, 13742, 14137, 11581, 11847, 16164, 11592, 11913, 17250, 12530, 11699, 15488, 11085, 11814, 13512, 13609, 10438, 11172, 14594, 11694, 11740, 17757, 11757, 11878, 18631, 14200, 11799, 16488, 11043, 11694, 17097, 11642, 11272, 14068, 11458, 12332, 14548, 10920, 13177, 12956, 11680, 17750, 12513, 11296, 16908, 11635, 11325, 15662, 11049, 11392, 15300, 11354, 11119, 13427, 11274, 13712, 15740, 11199, 14135, 12518, 11403, 19500, 13226, 11046, 15795, 11607, 11440, 14840, 11196, 11618, 12591, 11218, 18118, 11327, 11238, 15712, 11215, 17110, 12243, 11128, 13966, 10896, 11403, 15313, 11520, 15506, 12199, 11695, 17932, 11134, 11513, 12516, 11738, 18398, 12615, 11071, 12890, 11654, 16855, 11775, 10640, 13359, 11347, 15885, 11222, 12285, 12667, 10997, 13653, 11377, 15206, 11637, 10964, 13040, 11069, 13670, 12082, 10817, 12980, 11422, 12287, 13256, 11198, 17344, 11182, 10969, 15686, 11490, 12761, 12890, 11498, 17292, 12295, 11237, 16186, 11309, 10775, 15034, 11889, 15230, 14144, 11382, 15783, 12404, 11217, 17598, 11041, 17199, 11285, 10932, 16898, 11169, 13275, 12179, 11066, 15825, 11536, 10736, 13513, 11104, 18851, 13476, 11518, 17825, 11357, 11536, 16502, 12167, 11312, 14481, 11283, 10876, 14442, 11606, 16939, 13636, 9482, 17155, 12977, 11634, 13934, 18370, 14483, 11230, 14243, 13382, 11859, 14942, 17826, 13162, 11911, 14904, 11433, 20386, 14173, 10842, 13429, 10438, 11128, 14776, 10387, 10739, 12093, 11127, 15870, 11830, 10827, 13146, 10890, 14330, 12206, 11314, 15313, 10940, 11323, 14565, 11728, 11095, 14999, 11102, 11471, 17217, 13159, 13083, 15019, 11612, 18178, 16835, 11865, 15882, 13042, 11473, 19136, 14477, 11345, 18082, 12465, 11825, 18970, 14756, 11039, 13236, 13650, 11637, 14476, 14367, 11297, 13424, 15027, 11401, 12823, 14129, 11225, 12278, 17242, 11516, 10708, 14372, 11262, 11621, 17961, 11987, 11395, 17259, 13220, 10933, 16511, 11418, 11351, 17471, 12126, 11220, 15287, 10778, 11263, 17161, 11511, 10967, 16261, 11821, 16563, 13865, 11347, 15146, 12131, 11392, 15356, 12324, 11230, 14662, 12762, 11095, 17361, 11611, 11471, 17241, 13198, 11386, 14452, 10588, 11142, 15727, 11378, 10976, 13976, 11196, 12179, 16951, 11138, 15646, 14145, 11339, 16783, 12034, 11218, 15660, 12542, 11226, 14525, 11506, 11332, 14502, 12143, 11049, 14579, 11116, 10852, 17346, 11721, 10590, 14214, 11004, 11005, 16149, 10667, 10762, 15761, 11778, 11062, 16687, 10352, 11354, 13290, 15184, 12233, 10750, 11824, 18029, 13170, 11346, 12282, 19710, 15694, 11418, 18232, 13504, 11301, 17197, 13345, 11548, 15706, 14112, 11413, 13824, 12479, 11209, 15997, 12829, 10893, 14155, 12765, 11980, 15549, 14297, 10643, 11201, 15964, 12294, 11179, 17277, 11243, 11556, 18763, 15040, 11300, 16423, 11723, 11560, 18524, 13048, 11582, 18746, 13406, 11651], 'WindowCenter': [4784.0, 4822.0, 4787.0, 4764.0, 4794.0, 4774.0, 4763.0, 4773.0, 4783.0, 4753.0, 4781.0, 4780.0, 4749.0, 4748.0, 4759.0, 4740.0, 4769.0, 4758.0, 4750.0, 4752.0, 4769.0, 4740.0, 4748.0, 4771.0, 4750.0, 4769.0, 4770.0, 4741.0, 4759.0, 4769.0, 4739.0, 4739.0, 4759.0, 4739.0, 4748.0, 4780.0, 4759.0, 4749.0, 4750.0, 4771.0, 4759.0, 4740.0, 4752.0, 4779.0, 4759.0, 4767.0, 4747.0, 4750.0, 4777.0, 4748.0, 4738.0, 4756.0, 4728.0, 4750.0, 4769.0, 4740.0, 4749.0, 4748.0, 4751.0, 4782.0, 4762.0, 4751.0, 4760.0, 4741.0, 4762.0, 4772.0, 4751.0, 4759.0, 4749.0, 4752.0, 4780.0, 4749.0, 4738.0, 4760.0, 4750.0, 4789.0, 4749.0, 4738.0, 4767.0, 4727.0, 4747.0, 4756.0, 4738.0, 4777.0, 4738.0, 4748.0, 4758.0, 4740.0, 4754.0, 4755.0, 4738.0, 4768.0, 4748.0, 4749.0, 4776.0, 4747.0, 4738.0, 4758.0, 4757.0, 4740.0, 4751.0, 4781.0, 4760.0, 4743.0, 4779.0, 4759.0, 4767.0, 4757.0, 4736.0, 4777.0, 4735.0, 4736.0, 4767.0, 4737.0, 4739.0, 4767.0, 4736.0, 4738.0, 4779.0, 4749.0, 4739.0, 4768.0, 4738.0, 4738.0, 4749.0, 4749.0, 4777.0, 4744.0, 4737.0, 4768.0, 4738.0, 4750.0, 4777.0, 4749.0, 4749.0, 4769.0, 4760.0, 4740.0, 4778.0, 4748.0, 4749.0, 4780.0, 4749.0, 4738.0, 4777.0, 4726.0, 4767.0, 4738.0, 4737.0, 4768.0, 4728.0, 4737.0, 4759.0, 4749.0, 4777.0, 4738.0, 4738.0, 4758.0, 4741.0, 4750.0, 4768.0, 4738.0, 4748.0, 4748.0, 4749.0, 4779.0, 4739.0, 4738.0, 4758.0, 4751.0, 4769.0, 4739.0, 4757.0, 4738.0, 4751.0, 4759.0, 4751.0, 4759.0, 4749.0, 4758.0, 4771.0, 4754.0, 4751.0, 4771.0, 4762.0, 4790.0, 4761.0, 4762.0, 4792.0, 4752.0, 4762.0, 4791.0, 4761.0, 4752.0, 4789.0, 4750.0, 4750.0, 4780.0, 4770.0, 4740.0, 4779.0, 4749.0, 4749.0, 4799.0, 4768.0, 4748.0, 4789.0, 4759.0, 4739.0, 4778.0, 4756.0, 4739.0, 4758.0, 4766.0, 4737.0, 4737.0, 4760.0, 4749.0, 4747.0, 4776.0, 4737.0, 4746.0, 4778.0, 4757.0, 4740.0, 4767.0, 4747.0, 4748.0, 4777.0, 4757.0, 4727.0, 4737.0, 4746.0, 4740.0, 4737.0, 4775.0, 4747.0, 4740.0, 4757.0, 4780.0, 4761.0, 4741.0, 4740.0, 4780.0, 4762.0, 4751.0, 4760.0, 4790.0, 4750.0, 4751.0, 4790.0, 4769.0, 4741.0, 4755.0, 4758.0, 4739.0, 4757.0, 4758.0, 4738.0, 4739.0, 4767.0, 4750.0, 4738.0, 4768.0, 4739.0, 4762.0, 4778.0, 4757.0, 4739.0, 4759.0, 4770.0, 4750.0, 4760.0, 4770.0, 4739.0, 4759.0, 4768.0, 4738.0, 4738.0, 4757.0, 4739.0, 4748.0, 4778.0, 4748.0, 4737.0, 4778.0, 4738.0, 4739.0, 4776.0, 4746.0, 4747.0, 4766.0, 4747.0, 4726.0, 4754.0, 4728.0, 4736.0, 4767.0, 4734.0, 4736.0, 4766.0, 4734.0, 4737.0, 4768.0, 4736.0, 4749.0, 4759.0, 4768.0, 4739.0, 4738.0, 4770.0, 4749.0, 4747.0, 4769.0, 4738.0, 4729.0, 4747.0, 4805.0, 4794.0, 4764.0, 4741.0, 4761.0, 4762.0, 4752.0, 4760.0, 4789.0, 4767.0, 4738.0, 4757.0, 4728.0, 4740.0, 4758.0, 4728.0, 4738.0, 4739.0, 4745.0, 4791.0, 4765.0, 4758.0, 4775.0, 4746.0, 4764.0, 4785.0, 4754.0, 4763.0, 4781.0, 4741.0, 4744.0, 4782.0, 4753.0, 4753.0, 4793.0, 4752.0, 4752.0, 4792.0, 4771.0, 4740.0, 4782.0, 4742.0, 4741.0, 4789.0, 4740.0, 4741.0, 4770.0, 4751.0, 4748.0, 4769.0, 4740.0, 4751.0, 4771.0, 4740.0, 4748.0, 4759.0, 4743.0, 4780.0, 4760.0, 4730.0, 4771.0, 4750.0, 4741.0, 4780.0, 4749.0, 4741.0, 4781.0, 4751.0, 4751.0, 4768.0, 4740.0, 4752.0, 4779.0, 4741.0, 4739.0, 4757.0, 4738.0, 4750.0, 4761.0, 4783.0, 4763.0, 4742.0, 4741.0, 4782.0, 4750.0, 4751.0, 4790.0, 4778.0, 4739.0, 4779.0, 4759.0, 4739.0, 4788.0, 4739.0, 4739.0, 4770.0, 4759.0, 4740.0, 4758.0, 4747.0, 4751.0, 4759.0, 4778.0, 4738.0, 4747.0, 4769.0, 4749.0, 4739.0, 4769.0, 4748.0, 4741.0, 4770.0, 4780.0, 4739.0, 4786.0, 4767.0, 4758.0, 4766.0, 4727.0, 4764.0, 4724.0, 4736.0, 4765.0, 4736.0, 4724.0, 4755.0, 4727.0, 4738.0, 4766.0, 4738.0, 4736.0, 4747.0, 4738.0, 4738.0, 4768.0, 4739.0, 4729.0, 4768.0, 4749.0, 4740.0, 4761.0, 4790.0, 4769.0, 4757.0, 4748.0, 4771.0, 4771.0, 4770.0, 4757.0, 4777.0, 4748.0, 4749.0, 4788.0, 4757.0, 4737.0, 4775.0, 4726.0, 4749.0, 4786.0, 4757.0, 4735.0, 4766.0, 4739.0, 4735.0, 4777.0, 4737.0, 4735.0, 4767.0, 4738.0, 4737.0, 4775.0, 4736.0, 4737.0, 4777.0, 4749.0, 4738.0, 4776.0, 4736.0, 4749.0, 4777.0, 4756.0, 4738.0, 4747.0, 4747.0, 4748.0, 4768.0, 4757.0, 4728.0, 4737.0, 4778.0, 4748.0, 4747.0, 4785.0, 4738.0, 4748.0, 4785.0, 4756.0, 4738.0, 4757.0, 4747.0, 4747.0, 4766.0, 4764.0, 4726.0, 4747.0, 4776.0, 4745.0, 4735.0, 4755.0, 4736.0, 4748.0, 4776.0, 4736.0, 4736.0, 4767.0, 4738.0, 4749.0, 4777.0, 4737.0, 4750.0, 4776.0, 4749.0, 4738.0, 4766.0, 4738.0, 4750.0, 4777.0, 4739.0, 4757.0, 4737.0, 4760.0, 4776.0, 4747.0, 4748.0, 4757.0, 4740.0, 4752.0, 4780.0, 4752.0, 4760.0, 4770.0, 4761.0, 4800.0, 4770.0, 4749.0, 4780.0, 4749.0, 4749.0, 4770.0, 4759.0, 4779.0, 4769.0, 4749.0, 4769.0, 4770.0, 4750.0, 4738.0, 4790.0, 4760.0, 4760.0, 4771.0, 4802.0, 4780.0, 4750.0, 4751.0, 4801.0, 4770.0, 4758.0, 4789.0, 4768.0, 4748.0, 4787.0, 4767.0, 4746.0, 4775.0, 4745.0, 4737.0, 4776.0, 4755.0, 4746.0, 4754.0, 4744.0, 4747.0, 4747.0, 4758.0, 4737.0, 4745.0, 4756.0, 4747.0, 4776.0, 4767.0, 4735.0, 4755.0, 4756.0, 4737.0, 4775.0, 4756.0, 4716.0, 4744.0, 4754.0, 4735.0, 4747.0, 4767.0, 4775.0, 4757.0, 4746.0, 4754.0, 4756.0, 4737.0, 4736.0, 4765.0, 4735.0, 4735.0, 4776.0, 4746.0, 4736.0, 4765.0, 4736.0, 4748.0, 4756.0, 4768.0, 4738.0, 4748.0, 4779.0, 4760.0, 4760.0, 4790.0, 4747.0, 4760.0, 4787.0, 4770.0, 4748.0, 4777.0, 4737.0, 4748.0, 4777.0, 4737.0, 4736.0, 4756.0, 4747.0, 4746.0, 4764.0, 4737.0, 4756.0, 4746.0, 4747.0, 4776.0, 4746.0, 4737.0, 4776.0, 4738.0, 4735.0, 4766.0, 4737.0, 4748.0, 4765.0, 4738.0, 4738.0, 4757.0, 4750.0, 4767.0, 4779.0, 4738.0, 4767.0, 4757.0, 4748.0, 4796.0, 4757.0, 4738.0, 4778.0, 4748.0, 4747.0, 4766.0, 4736.0, 4748.0, 4757.0, 4748.0, 4786.0, 4747.0, 4748.0, 4779.0, 4749.0, 4787.0, 4746.0, 4737.0, 4767.0, 4749.0, 4747.0, 4777.0, 4747.0, 4778.0, 4748.0, 4747.0, 4787.0, 4737.0, 4736.0, 4746.0, 4747.0, 4786.0, 4747.0, 4736.0, 4755.0, 4747.0, 4776.0, 4748.0, 4737.0, 4756.0, 4747.0, 4777.0, 4748.0, 4746.0, 4758.0, 4737.0, 4767.0, 4751.0, 4777.0, 4748.0, 4738.0, 4758.0, 4750.0, 4769.0, 4759.0, 4750.0, 4769.0, 4761.0, 4771.0, 4771.0, 4752.0, 4789.0, 4750.0, 4751.0, 4791.0, 4761.0, 4759.0, 4757.0, 4749.0, 4789.0, 4759.0, 4749.0, 4788.0, 4750.0, 4750.0, 4780.0, 4761.0, 4780.0, 4770.0, 4749.0, 4778.0, 4759.0, 4749.0, 4789.0, 4749.0, 4788.0, 4747.0, 4749.0, 4788.0, 4749.0, 4758.0, 4748.0, 4749.0, 4778.0, 4750.0, 4739.0, 4767.0, 4750.0, 4798.0, 4767.0, 4749.0, 4788.0, 4738.0, 4751.0, 4789.0, 4759.0, 4749.0, 4767.0, 4738.0, 4749.0, 4779.0, 4749.0, 4788.0, 4769.0, 4729.0, 4786.0, 4756.0, 4747.0, 4779.0, 4798.0, 4769.0, 4750.0, 4768.0, 4758.0, 4749.0, 4767.0, 4788.0, 4757.0, 4736.0, 4766.0, 4738.0, 4786.0, 4756.0, 4726.0, 4756.0, 4739.0, 4737.0, 4766.0, 4727.0, 4736.0, 4747.0, 4750.0, 4789.0, 4749.0, 4749.0, 4769.0, 4750.0, 4780.0, 4761.0, 4749.0, 4779.0, 4751.0, 4761.0, 4782.0, 4761.0, 4752.0, 4781.0, 4752.0, 4762.0, 4790.0, 4769.0, 4760.0, 4780.0, 4751.0, 4789.0, 4789.0, 4750.0, 4778.0, 4758.0, 4750.0, 4799.0, 4769.0, 4739.0, 4787.0, 4758.0, 4749.0, 4788.0, 4768.0, 4737.0, 4756.0, 4769.0, 4749.0, 4768.0, 4767.0, 4738.0, 4758.0, 4777.0, 4748.0, 4757.0, 4767.0, 4749.0, 4748.0, 4787.0, 4747.0, 4737.0, 4768.0, 4749.0, 4748.0, 4788.0, 4748.0, 4747.0, 4788.0, 4758.0, 4737.0, 4776.0, 4738.0, 4748.0, 4787.0, 4747.0, 4737.0, 4778.0, 4749.0, 4748.0, 4787.0, 4748.0, 4737.0, 4779.0, 4748.0, 4777.0, 4756.0, 4736.0, 4777.0, 4748.0, 4746.0, 4775.0, 4747.0, 4748.0, 4778.0, 4758.0, 4750.0, 4787.0, 4746.0, 4748.0, 4787.0, 4758.0, 4737.0, 4767.0, 4738.0, 4748.0, 4777.0, 4747.0, 4738.0, 4769.0, 4749.0, 4748.0, 4777.0, 4737.0, 4777.0, 4756.0, 4737.0, 4775.0, 4742.0, 4735.0, 4777.0, 4747.0, 4737.0, 4765.0, 4737.0, 4747.0, 4767.0, 4749.0, 4748.0, 4777.0, 4750.0, 4750.0, 4789.0, 4760.0, 4750.0, 4781.0, 4753.0, 4750.0, 4788.0, 4740.0, 4752.0, 4779.0, 4749.0, 4749.0, 4779.0, 4726.0, 4747.0, 4768.0, 4779.0, 4760.0, 4739.0, 4749.0, 4788.0, 4769.0, 4750.0, 4748.0, 4799.0, 4767.0, 4738.0, 4788.0, 4757.0, 4738.0, 4776.0, 4755.0, 4746.0, 4766.0, 4756.0, 4737.0, 4756.0, 4746.0, 4748.0, 4777.0, 4746.0, 4737.0, 4766.0, 4758.0, 4749.0, 4776.0, 4767.0, 4738.0, 4740.0, 4778.0, 4748.0, 4739.0, 4776.0, 4737.0, 4749.0, 4787.0, 4767.0, 4736.0, 4775.0, 4747.0, 4736.0, 4787.0, 4745.0, 4736.0, 4787.0, 4755.0, 4736.0], 'WindowWidth': [10431.0, 10490.0, 10431.0, 10392.0, 10433.0, 10402.0, 10386.0, 10400.0, 10414.0, 10372.0, 10409.0, 10407.0, 10359.0, 10358.0, 10375.0, 10348.0, 10388.0, 10371.0, 10362.0, 10367.0, 10390.0, 10350.0, 10359.0, 10393.0, 10365.0, 10388.0, 10389.0, 10350.0, 10374.0, 10387.0, 10347.0, 10347.0, 10374.0, 10345.0, 10358.0, 10408.0, 10376.0, 10363.0, 10363.0, 10393.0, 10373.0, 10350.0, 10368.0, 10404.0, 10375.0, 10382.0, 10353.0, 10360.0, 10399.0, 10357.0, 10341.0, 10365.0, 10329.0, 10362.0, 10388.0, 10351.0, 10361.0, 10358.0, 10368.0, 10412.0, 10382.0, 10366.0, 10379.0, 10354.0, 10383.0, 10397.0, 10367.0, 10374.0, 10361.0, 10367.0, 10405.0, 10363.0, 10345.0, 10375.0, 10362.0, 10420.0, 10361.0, 10343.0, 10383.0, 10327.0, 10355.0, 10368.0, 10342.0, 10399.0, 10344.0, 10356.0, 10373.0, 10350.0, 10364.0, 10365.0, 10343.0, 10386.0, 10358.0, 10360.0, 10401.0, 10355.0, 10344.0, 10372.0, 10371.0, 10350.0, 10367.0, 10408.0, 10379.0, 10355.0, 10404.0, 10374.0, 10383.0, 10369.0, 10337.0, 10399.0, 10334.0, 10337.0, 10383.0, 10342.0, 10346.0, 10384.0, 10340.0, 10345.0, 10405.0, 10362.0, 10345.0, 10388.0, 10344.0, 10342.0, 10358.0, 10358.0, 10399.0, 10349.0, 10340.0, 10386.0, 10345.0, 10360.0, 10399.0, 10359.0, 10360.0, 10390.0, 10378.0, 10349.0, 10403.0, 10359.0, 10359.0, 10405.0, 10361.0, 10342.0, 10398.0, 10326.0, 10384.0, 10344.0, 10340.0, 10385.0, 10330.0, 10340.0, 10373.0, 10361.0, 10400.0, 10343.0, 10342.0, 10371.0, 10351.0, 10361.0, 10387.0, 10345.0, 10357.0, 10358.0, 10361.0, 10405.0, 10347.0, 10345.0, 10373.0, 10365.0, 10388.0, 10347.0, 10370.0, 10345.0, 10366.0, 10377.0, 10368.0, 10376.0, 10364.0, 10376.0, 10397.0, 10376.0, 10369.0, 10397.0, 10385.0, 10423.0, 10384.0, 10383.0, 10428.0, 10369.0, 10385.0, 10425.0, 10383.0, 10368.0, 10420.0, 10364.0, 10365.0, 10410.0, 10393.0, 10349.0, 10405.0, 10363.0, 10362.0, 10435.0, 10387.0, 10358.0, 10422.0, 10375.0, 10346.0, 10401.0, 10367.0, 10348.0, 10372.0, 10383.0, 10342.0, 10342.0, 10376.0, 10361.0, 10356.0, 10398.0, 10341.0, 10354.0, 10403.0, 10371.0, 10349.0, 10386.0, 10354.0, 10358.0, 10399.0, 10371.0, 10327.0, 10341.0, 10354.0, 10351.0, 10343.0, 10394.0, 10357.0, 10349.0, 10371.0, 10408.0, 10382.0, 10355.0, 10351.0, 10407.0, 10383.0, 10368.0, 10378.0, 10424.0, 10365.0, 10366.0, 10421.0, 10389.0, 10352.0, 10366.0, 10372.0, 10346.0, 10368.0, 10371.0, 10344.0, 10346.0, 10384.0, 10361.0, 10344.0, 10387.0, 10348.0, 10383.0, 10402.0, 10372.0, 10347.0, 10377.0, 10393.0, 10363.0, 10378.0, 10390.0, 10345.0, 10374.0, 10386.0, 10344.0, 10342.0, 10369.0, 10346.0, 10359.0, 10402.0, 10358.0, 10340.0, 10402.0, 10344.0, 10345.0, 10397.0, 10351.0, 10355.0, 10382.0, 10353.0, 10323.0, 10362.0, 10329.0, 10338.0, 10384.0, 10334.0, 10338.0, 10381.0, 10336.0, 10341.0, 10385.0, 10339.0, 10362.0, 10374.0, 10387.0, 10348.0, 10343.0, 10392.0, 10361.0, 10355.0, 10385.0, 10343.0, 10333.0, 10357.0, 10451.0, 10434.0, 10386.0, 10351.0, 10378.0, 10382.0, 10369.0, 10376.0, 10419.0, 10382.0, 10342.0, 10367.0, 10329.0, 10349.0, 10370.0, 10331.0, 10344.0, 10348.0, 10363.0, 10425.0, 10395.0, 10387.0, 10405.0, 10366.0, 10389.0, 10421.0, 10374.0, 10385.0, 10409.0, 10352.0, 10360.0, 10413.0, 10373.0, 10371.0, 10429.0, 10369.0, 10369.0, 10427.0, 10395.0, 10349.0, 10411.0, 10357.0, 10351.0, 10418.0, 10350.0, 10353.0, 10394.0, 10365.0, 10358.0, 10388.0, 10350.0, 10366.0, 10395.0, 10350.0, 10358.0, 10374.0, 10356.0, 10404.0, 10377.0, 10335.0, 10392.0, 10363.0, 10350.0, 10407.0, 10359.0, 10353.0, 10408.0, 10365.0, 10363.0, 10386.0, 10348.0, 10367.0, 10404.0, 10350.0, 10346.0, 10371.0, 10345.0, 10364.0, 10382.0, 10416.0, 10385.0, 10355.0, 10353.0, 10411.0, 10365.0, 10364.0, 10423.0, 10400.0, 10345.0, 10404.0, 10374.0, 10346.0, 10416.0, 10345.0, 10346.0, 10390.0, 10374.0, 10348.0, 10371.0, 10355.0, 10365.0, 10374.0, 10401.0, 10345.0, 10355.0, 10390.0, 10361.0, 10349.0, 10388.0, 10358.0, 10353.0, 10393.0, 10408.0, 10349.0, 10413.0, 10383.0, 10371.0, 10383.0, 10326.0, 10376.0, 10318.0, 10338.0, 10379.0, 10338.0, 10320.0, 10363.0, 10326.0, 10344.0, 10381.0, 10342.0, 10338.0, 10355.0, 10347.0, 10346.0, 10387.0, 10347.0, 10333.0, 10386.0, 10362.0, 10352.0, 10383.0, 10424.0, 10388.0, 10371.0, 10358.0, 10394.0, 10393.0, 10391.0, 10371.0, 10399.0, 10356.0, 10359.0, 10415.0, 10370.0, 10340.0, 10393.0, 10325.0, 10358.0, 10411.0, 10368.0, 10336.0, 10382.0, 10345.0, 10337.0, 10398.0, 10342.0, 10335.0, 10383.0, 10344.0, 10339.0, 10392.0, 10338.0, 10340.0, 10399.0, 10360.0, 10342.0, 10393.0, 10339.0, 10359.0, 10398.0, 10368.0, 10343.0, 10355.0, 10355.0, 10358.0, 10384.0, 10368.0, 10330.0, 10341.0, 10400.0, 10358.0, 10356.0, 10409.0, 10343.0, 10358.0, 10409.0, 10369.0, 10343.0, 10368.0, 10355.0, 10357.0, 10382.0, 10375.0, 10325.0, 10357.0, 10396.0, 10350.0, 10336.0, 10363.0, 10341.0, 10357.0, 10395.0, 10341.0, 10340.0, 10384.0, 10345.0, 10360.0, 10399.0, 10344.0, 10365.0, 10399.0, 10362.0, 10345.0, 10382.0, 10347.0, 10363.0, 10397.0, 10345.0, 10368.0, 10343.0, 10378.0, 10399.0, 10358.0, 10360.0, 10372.0, 10354.0, 10373.0, 10407.0, 10370.0, 10379.0, 10394.0, 10381.0, 10436.0, 10395.0, 10363.0, 10406.0, 10361.0, 10363.0, 10393.0, 10377.0, 10405.0, 10391.0, 10363.0, 10390.0, 10395.0, 10367.0, 10346.0, 10422.0, 10382.0, 10381.0, 10400.0, 10442.0, 10409.0, 10367.0, 10366.0, 10441.0, 10393.0, 10376.0, 10421.0, 10388.0, 10359.0, 10415.0, 10386.0, 10353.0, 10396.0, 10349.0, 10340.0, 10397.0, 10366.0, 10351.0, 10362.0, 10346.0, 10357.0, 10354.0, 10370.0, 10341.0, 10350.0, 10368.0, 10358.0, 10397.0, 10383.0, 10337.0, 10363.0, 10366.0, 10339.0, 10393.0, 10365.0, 10308.0, 10347.0, 10363.0, 10338.0, 10355.0, 10384.0, 10396.0, 10369.0, 10352.0, 10362.0, 10368.0, 10342.0, 10336.0, 10377.0, 10337.0, 10337.0, 10396.0, 10354.0, 10339.0, 10378.0, 10342.0, 10360.0, 10370.0, 10385.0, 10348.0, 10360.0, 10407.0, 10381.0, 10379.0, 10424.0, 10359.0, 10379.0, 10417.0, 10392.0, 10358.0, 10397.0, 10344.0, 10359.0, 10399.0, 10343.0, 10339.0, 10368.0, 10358.0, 10353.0, 10376.0, 10341.0, 10366.0, 10355.0, 10355.0, 10398.0, 10353.0, 10342.0, 10397.0, 10344.0, 10338.0, 10381.0, 10342.0, 10359.0, 10381.0, 10346.0, 10344.0, 10373.0, 10367.0, 10387.0, 10404.0, 10345.0, 10385.0, 10373.0, 10359.0, 10427.0, 10371.0, 10345.0, 10402.0, 10360.0, 10356.0, 10384.0, 10341.0, 10361.0, 10373.0, 10360.0, 10413.0, 10359.0, 10361.0, 10406.0, 10363.0, 10414.0, 10356.0, 10343.0, 10388.0, 10364.0, 10358.0, 10401.0, 10358.0, 10403.0, 10361.0, 10358.0, 10413.0, 10342.0, 10340.0, 10354.0, 10356.0, 10411.0, 10356.0, 10339.0, 10366.0, 10359.0, 10399.0, 10360.0, 10342.0, 10369.0, 10356.0, 10400.0, 10360.0, 10356.0, 10372.0, 10344.0, 10386.0, 10368.0, 10400.0, 10361.0, 10346.0, 10374.0, 10369.0, 10394.0, 10379.0, 10366.0, 10392.0, 10384.0, 10398.0, 10399.0, 10372.0, 10422.0, 10366.0, 10370.0, 10426.0, 10383.0, 10378.0, 10374.0, 10363.0, 10423.0, 10379.0, 10363.0, 10418.0, 10367.0, 10367.0, 10409.0, 10382.0, 10408.0, 10393.0, 10363.0, 10404.0, 10379.0, 10364.0, 10420.0, 10363.0, 10418.0, 10360.0, 10364.0, 10417.0, 10364.0, 10374.0, 10359.0, 10365.0, 10405.0, 10365.0, 10349.0, 10389.0, 10366.0, 10434.0, 10388.0, 10363.0, 10418.0, 10348.0, 10368.0, 10420.0, 10378.0, 10362.0, 10386.0, 10348.0, 10365.0, 10407.0, 10365.0, 10418.0, 10392.0, 10333.0, 10411.0, 10370.0, 10360.0, 10406.0, 10433.0, 10390.0, 10364.0, 10389.0, 10373.0, 10363.0, 10385.0, 10416.0, 10370.0, 10340.0, 10382.0, 10344.0, 10413.0, 10365.0, 10325.0, 10366.0, 10348.0, 10343.0, 10381.0, 10328.0, 10341.0, 10358.0, 10367.0, 10420.0, 10365.0, 10363.0, 10391.0, 10367.0, 10409.0, 10382.0, 10366.0, 10408.0, 10367.0, 10385.0, 10415.0, 10385.0, 10372.0, 10412.0, 10374.0, 10385.0, 10424.0, 10393.0, 10378.0, 10406.0, 10368.0, 10421.0, 10420.0, 10364.0, 10402.0, 10376.0, 10366.0, 10436.0, 10389.0, 10347.0, 10416.0, 10374.0, 10361.0, 10419.0, 10387.0, 10342.0, 10371.0, 10390.0, 10362.0, 10387.0, 10384.0, 10346.0, 10375.0, 10401.0, 10360.0, 10371.0, 10383.0, 10363.0, 10361.0, 10415.0, 10357.0, 10344.0, 10388.0, 10364.0, 10360.0, 10418.0, 10361.0, 10358.0, 10418.0, 10374.0, 10342.0, 10396.0, 10346.0, 10361.0, 10414.0, 10359.0, 10344.0, 10403.0, 10363.0, 10360.0, 10414.0, 10361.0, 10344.0, 10404.0, 10361.0, 10400.0, 10369.0, 10340.0, 10400.0, 10360.0, 10355.0, 10395.0, 10357.0, 10359.0, 10403.0, 10375.0, 10365.0, 10415.0, 10355.0, 10361.0, 10415.0, 10374.0, 10344.0, 10384.0, 10347.0, 10361.0, 10401.0, 10358.0, 10347.0, 10390.0, 10363.0, 10359.0, 10401.0, 10343.0, 10399.0, 10369.0, 10342.0, 10393.0, 10345.0, 10339.0, 10399.0, 10355.0, 10342.0, 10379.0, 10341.0, 10359.0, 10388.0, 10362.0, 10361.0, 10400.0, 10366.0, 10365.0, 10422.0, 10381.0, 10367.0, 10414.0, 10375.0, 10365.0, 10417.0, 10351.0, 10370.0, 10407.0, 10364.0, 10362.0, 10405.0, 10329.0, 10359.0, 10387.0, 10406.0, 10378.0, 10350.0, 10364.0, 10418.0, 10391.0, 10367.0, 10362.0, 10435.0, 10386.0, 10343.0, 10416.0, 10369.0, 10344.0, 10395.0, 10363.0, 10353.0, 10384.0, 10368.0, 10342.0, 10366.0, 10353.0, 10359.0, 10397.0, 10354.0, 10342.0, 10383.0, 10374.0, 10362.0, 10397.0, 10384.0, 10345.0, 10351.0, 10403.0, 10361.0, 10348.0, 10397.0, 10344.0, 10363.0, 10413.0, 10384.0, 10340.0, 10393.0, 10357.0, 10339.0, 10412.0, 10350.0, 10338.0, 10413.0, 10366.0, 10340.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.0003080990099009901</td></tr>
<tr><td colspan=3>aqi</td><td>0.01655507712871287</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.53170793952432</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1749187321803787</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9885187316451923</td></tr>
<tr><td colspan=3>efc</td><td>0.4724</td></tr>
<tr><td colspan=3>fber</td><td>7234.5513</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08394813953077879</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.39603960396039606</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.376033537071566</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3083595813280553</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6381188461932545</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.181622183693388</td></tr>
<tr><td colspan=3>gcor</td><td>0.00455977</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017771536484360695</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038597021251916885</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1010</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.901601921149834</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>36.2893</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.972</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.1453</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301296.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>1020.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.3707</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3654</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>668.0692</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3926.5085</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1063.9149</td></tr>
<tr><td colspan=3>tsnr</td><td>43.579349988373</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>