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

616 lines
No EOL
118 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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-01/func/sub-0107_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>9ac86e26d2cc3faf158912e561b44398</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>10:41:2.375000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999071, 0.0309688, 0.0299609, -0.0266851, 0.990609, -0.134098]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0805668</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7752, -7287, 399, -131, -199, 38, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.918</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9aa30773-1877-4c2a-83c0-4bd7d4c754b7||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.6804349422454834, -0.07159408181905746, 0.09134746342897415, 115.61528778076172], [-0.08308708667755127, 2.6577305793762207, -0.35957029461860657, -90.09952545166016], [0.08038290590047836, 0.35977575182914734, 2.6743905544281006, -107.87345123291016], [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': ['104102.375000', '104102.835000', '104103.295000', '104103.755000', '104104.215000', '104104.675000', '104105.135000', '104105.595000', '104106.055000', '104106.515000', '104106.975000', '104107.435000', '104107.895000', '104108.355000', '104108.815000', '104109.275000', '104109.735000', '104110.195000', '104110.655000', '104111.115000', '104111.575000', '104112.035000', '104112.495000', '104112.955000', '104113.415000', '104113.875000', '104114.335000', '104114.795000', '104115.255000', '104115.715000', '104116.175000', '104116.635000', '104117.095000', '104117.555000', '104118.015000', '104118.475000', '104118.935000', '104119.395000', '104119.855000', '104120.315000', '104120.775000', '104121.235000', '104121.695000', '104122.155000', '104122.615000', '104123.075000', '104123.535000', '104123.995000', '104124.455000', '104124.915000', '104125.375000', '104125.835000', '104126.295000', '104126.755000', '104127.215000', '104127.675000', '104128.135000', '104128.595000', '104129.055000', '104129.515000', '104129.975000', '104130.435000', '104130.895000', '104131.355000', '104131.815000', '104132.275000', '104132.735000', '104133.195000', '104133.655000', '104134.115000', '104134.575000', '104135.035000', '104135.495000', '104135.955000', '104136.415000', '104136.875000', '104137.335000', '104137.795000', '104138.255000', '104138.715000', '104139.175000', '104139.635000', '104140.095000', '104140.555000', '104141.015000', '104141.475000', '104141.935000', '104142.395000', '104142.855000', '104143.315000', '104143.775000', '104144.235000', '104144.695000', '104145.155000', '104145.615000', '104146.075000', '104146.535000', '104146.995000', '104147.455000', '104147.915000', '104148.375000', '104148.835000', '104149.295000', '104149.755000', '104150.215000', '104150.675000', '104151.135000', '104151.595000', '104152.055000', '104152.515000', '104152.975000', '104153.435000', '104153.895000', '104154.355000', '104154.815000', '104155.275000', '104155.735000', '104156.195000', '104156.655000', '104157.115000', '104157.575000', '104158.035000', '104158.495000', '104158.955000', '104159.415000', '104159.875000', '104200.335000', '104200.795000', '104201.255000', '104201.715000', '104202.175000', '104202.635000', '104203.095000', '104203.555000', '104204.015000', '104204.475000', '104204.935000', '104205.395000', '104205.855000', '104206.315000', '104206.775000', '104207.235000', '104207.695000', '104208.155000', '104208.615000', '104209.075000', '104209.535000', '104209.995000', '104210.455000', '104210.915000', '104211.375000', '104211.835000', '104212.295000', '104212.755000', '104213.215000', '104213.675000', '104214.135000', '104214.595000', '104215.055000', '104215.515000', '104215.975000', '104216.435000', '104216.895000', '104217.355000', '104217.815000', '104218.275000', '104218.735000', '104219.195000', '104219.655000', '104220.115000', '104220.575000', '104221.035000', '104221.495000', '104221.955000', '104222.415000', '104222.875000', '104223.335000', '104223.795000', '104224.255000', '104224.715000', '104225.175000', '104225.635000', '104226.095000', '104226.555000', '104227.015000', '104227.475000', '104227.935000', '104228.395000', '104228.855000', '104229.315000', '104229.775000', '104230.235000', '104230.695000', '104231.155000', '104231.615000', '104232.075000', '104232.535000', '104232.995000', '104233.455000', '104233.915000', '104234.375000', '104234.835000', '104235.295000', '104235.755000', '104236.215000', '104236.675000', '104237.135000', '104237.595000', '104238.055000', '104238.515000', '104238.975000', '104239.435000', '104239.895000', '104240.355000', '104240.815000', '104241.275000', '104241.735000', '104242.195000', '104242.655000', '104243.115000', '104243.575000', '104244.035000', '104244.495000', '104244.955000', '104245.415000', '104245.875000', '104246.335000', '104246.795000', '104247.255000', '104247.715000', '104248.175000', '104248.635000', '104249.095000', '104249.555000', '104250.015000', '104250.475000', '104250.935000', '104251.395000', '104251.855000', '104252.315000', '104252.775000', '104253.235000', '104253.695000', '104254.155000', '104254.615000', '104255.075000', '104255.535000', '104255.995000', '104256.455000', '104256.915000', '104257.375000', '104257.835000', '104258.295000', '104258.755000', '104259.215000', '104259.675000', '104300.135000', '104300.595000', '104301.055000', '104301.515000', '104301.975000', '104302.435000', '104302.895000', '104303.355000', '104303.815000', '104304.275000', '104304.735000', '104305.195000', '104305.655000', '104306.115000', '104306.575000', '104307.035000', '104307.495000', '104307.955000', '104308.415000', '104308.875000', '104309.335000', '104309.795000', '104310.255000', '104310.715000', '104311.175000', '104311.635000', '104312.095000', '104312.555000', '104313.015000', '104313.475000', '104313.935000', '104314.395000', '104314.855000', '104315.315000', '104315.775000', '104316.235000', '104316.695000', '104317.155000', '104317.615000', '104318.075000', '104318.535000', '104318.995000', '104319.455000', '104319.915000', '104320.375000', '104320.835000', '104321.295000', '104321.755000', '104322.215000', '104322.675000', '104323.135000', '104323.595000', '104324.055000', '104324.515000', '104324.975000', '104325.435000', '104325.895000', '104326.355000', '104326.815000', '104327.275000', '104327.735000', '104328.195000', '104328.655000', '104329.115000', '104329.575000', '104330.035000', '104330.495000', '104330.955000', '104331.415000', '104331.875000', '104332.335000', '104332.795000', '104333.255000', '104333.715000', '104334.175000', '104334.635000', '104335.095000', '104335.555000', '104336.015000', '104336.475000', '104336.935000', '104337.395000', '104337.855000', '104338.315000', '104338.775000', '104339.235000', '104339.695000', '104340.155000', '104340.615000', '104341.075000', '104341.535000', '104341.995000', '104342.455000', '104342.915000', '104343.375000', '104343.835000', '104344.295000', '104344.755000', '104345.215000', '104345.675000', '104346.135000', '104346.595000', '104347.055000', '104347.515000', '104347.975000', '104348.435000', '104348.895000', '104349.355000', '104349.815000', '104350.275000', '104350.735000', '104351.195000', '104351.655000', '104352.115000', '104352.575000', '104353.035000', '104353.495000', '104353.955000', '104354.415000', '104354.875000', '104355.335000', '104355.795000', '104356.255000', '104356.715000', '104357.175000', '104357.635000', '104358.095000', '104358.555000', '104359.015000', '104359.475000', '104359.935000', '104400.395000', '104400.855000', '104401.315000', '104401.775000', '104402.235000', '104402.695000', '104403.155000', '104403.615000', '104404.075000', '104404.535000', '104404.995000', '104405.455000', '104405.915000', '104406.375000', '104406.835000', '104407.295000', '104407.755000', '104408.215000', '104408.675000', '104409.135000', '104409.595000', '104410.055000', '104410.515000', '104410.975000', '104411.435000', '104411.895000', '104412.355000', '104412.815000', '104413.275000', '104413.735000', '104414.195000', '104414.655000', '104415.115000', '104415.575000', '104416.035000', '104416.495000', '104416.955000', '104417.415000', '104417.875000', '104418.335000', '104418.795000', '104419.255000', '104419.715000', '104420.175000', '104420.635000', '104421.095000', '104421.555000', '104422.015000', '104422.475000', '104422.935000', '104423.395000', '104423.855000', '104424.315000', '104424.775000', '104425.235000', '104425.695000', '104426.155000', '104426.615000', '104427.075000', '104427.535000', '104427.995000', '104428.455000', '104428.915000', '104429.375000', '104429.835000', '104430.295000', '104430.755000', '104431.215000', '104431.675000', '104432.135000', '104432.595000', '104433.055000', '104433.515000', '104433.975000', '104434.435000', '104434.895000', '104435.355000', '104435.815000', '104436.275000', '104436.735000', '104437.195000', '104437.655000', '104438.115000', '104438.575000', '104439.035000', '104439.495000', '104439.955000', '104440.415000', '104440.875000', '104441.335000', '104441.795000', '104442.255000', '104442.715000', '104443.175000', '104443.635000', '104444.095000', '104444.555000', '104445.015000', '104445.475000', '104445.935000', '104446.395000', '104446.855000', '104447.315000', '104447.775000', '104448.235000', '104448.695000', '104449.155000', '104449.615000', '104450.075000', '104450.535000', '104450.995000', '104451.455000', '104451.915000', '104452.375000', '104452.835000', '104453.295000', '104453.755000', '104454.215000', '104454.675000', '104455.135000', '104455.595000', '104456.055000', '104456.515000', '104456.975000', '104457.435000', '104457.895000', '104458.355000', '104458.815000', '104459.275000', '104459.735000', '104500.195000', '104500.655000', '104501.115000', '104501.575000', '104502.035000', '104502.495000', '104502.955000', '104503.415000', '104503.875000', '104504.335000', '104504.795000', '104505.255000', '104505.715000', '104506.175000', '104506.635000', '104507.095000', '104507.555000', '104508.015000', '104508.475000', '104508.935000', '104509.395000', '104509.855000', '104510.315000', '104510.775000', '104511.235000', '104511.695000', '104512.155000', '104512.615000', '104513.075000', '104513.535000', '104513.995000', '104514.455000', '104514.915000', '104515.375000', '104515.835000', '104516.295000', '104516.755000', '104517.215000', '104517.675000', '104518.135000', '104518.595000', '104519.055000', '104519.515000', '104519.975000', '104520.435000', '104520.895000', '104521.355000', '104521.815000', '104522.275000', '104522.735000', '104523.195000', '104523.655000', '104524.115000', '104524.575000', '104525.035000', '104525.495000', '104525.955000', '104526.415000', '104526.875000', '104527.335000', '104527.795000', '104528.255000', '104528.715000', '104529.175000', '104529.635000', '104530.095000', '104530.555000', '104531.015000', '104531.475000', '104531.935000', '104532.395000', '104532.855000', '104533.315000', '104533.775000', '104534.235000', '104534.695000', '104535.155000', '104535.615000', '104536.075000', '104536.535000', '104536.995000', '104537.455000', '104537.915000', '104538.375000', '104538.835000', '104539.295000', '104539.755000', '104540.215000', '104540.675000', '104541.135000', '104541.595000', '104542.055000', '104542.515000', '104542.975000', '104543.435000', '104543.895000', '104544.355000', '104544.815000', '104545.275000', '104545.735000', '104546.195000', '104546.655000', '104547.115000', '104547.575000', '104548.035000', '104548.495000', '104548.955000', '104549.415000', '104549.875000', '104550.335000', '104550.795000', '104551.255000', '104551.715000', '104552.175000', '104552.635000', '104553.095000', '104553.555000', '104554.015000', '104554.475000', '104554.935000', '104555.395000', '104555.855000', '104556.315000', '104556.775000', '104557.235000', '104557.695000', '104558.155000', '104558.615000', '104559.075000', '104559.535000', '104559.995000', '104600.455000', '104600.915000', '104601.375000', '104601.835000', '104602.295000', '104602.755000', '104603.215000', '104603.675000', '104604.135000', '104604.595000', '104605.055000', '104605.515000', '104605.975000', '104606.435000', '104606.895000', '104607.355000', '104607.815000', '104608.275000', '104608.735000', '104609.195000', '104609.655000', '104610.115000', '104610.575000', '104611.035000', '104611.495000', '104611.955000', '104612.415000', '104612.875000', '104613.335000', '104613.795000', '104614.255000', '104614.715000', '104615.175000', '104615.635000', '104616.095000', '104616.555000', '104617.015000', '104617.475000', '104617.935000', '104618.395000', '104618.855000', '104619.315000', '104619.775000', '104620.235000', '104620.695000', '104621.155000', '104621.615000', '104622.075000', '104622.535000', '104622.995000', '104623.455000', '104623.915000', '104624.375000', '104624.835000', '104625.295000', '104625.755000', '104626.215000', '104626.675000', '104627.135000', '104627.595000', '104628.055000', '104628.515000', '104628.975000', '104629.435000', '104629.895000', '104630.355000', '104630.815000', '104631.275000', '104631.735000', '104632.195000', '104632.655000', '104633.115000', '104633.575000', '104634.035000', '104634.495000', '104634.955000', '104635.415000', '104635.875000', '104636.335000', '104636.795000', '104637.255000', '104637.715000', '104638.175000', '104638.635000', '104639.095000', '104639.555000', '104640.015000', '104640.475000', '104640.935000', '104641.395000', '104641.855000', '104642.315000', '104642.775000', '104643.235000', '104643.695000', '104644.155000', '104644.615000', '104645.075000', '104645.535000', '104645.995000', '104646.455000', '104646.915000', '104647.375000', '104647.835000', '104648.295000', '104648.755000', '104649.215000', '104649.675000', '104650.135000', '104650.595000', '104651.055000', '104651.515000', '104651.975000', '104652.435000', '104652.895000', '104653.355000', '104653.815000', '104654.275000', '104654.735000', '104655.195000', '104655.655000', '104656.115000', '104656.575000', '104657.035000', '104657.495000', '104657.955000', '104658.415000', '104658.875000', '104659.335000', '104659.795000', '104700.255000', '104700.715000', '104701.175000', '104701.635000', '104702.095000', '104702.555000', '104703.015000', '104703.475000', '104703.935000', '104704.395000', '104704.855000', '104705.315000', '104705.775000', '104706.235000', '104706.695000', '104707.155000', '104707.615000', '104708.075000', '104708.535000', '104708.995000', '104709.455000', '104709.915000', '104710.375000', '104710.835000', '104711.295000', '104711.755000', '104712.215000', '104712.675000', '104713.135000', '104713.595000', '104714.055000', '104714.515000', '104714.975000', '104715.435000', '104715.895000', '104716.355000', '104716.815000', '104717.275000', '104717.735000', '104718.195000', '104718.655000', '104719.115000', '104719.575000', '104720.035000', '104720.495000', '104720.955000', '104721.415000', '104721.875000', '104722.335000', '104722.795000', '104723.255000', '104723.715000', '104724.175000', '104724.635000', '104725.095000', '104725.555000', '104726.015000', '104726.475000', '104726.935000', '104727.395000', '104727.855000', '104728.315000', '104728.775000', '104729.235000', '104729.695000', '104730.155000', '104730.615000', '104731.075000', '104731.535000', '104731.995000', '104732.455000', '104732.915000', '104733.375000', '104733.835000', '104734.295000', '104734.755000', '104735.215000', '104735.675000', '104736.135000', '104736.595000', '104737.055000', '104737.515000', '104737.975000', '104738.435000', '104738.895000', '104739.355000', '104739.815000', '104740.275000', '104740.735000', '104741.195000', '104741.655000', '104742.115000', '104742.575000', '104743.035000', '104743.495000', '104743.955000', '104744.415000', '104744.875000', '104745.335000', '104745.795000', '104746.255000', '104746.715000', '104747.175000', '104747.635000', '104748.095000', '104748.555000', '104749.015000', '104749.475000', '104749.935000', '104750.395000', '104750.855000', '104751.315000', '104751.775000', '104752.235000', '104752.695000', '104753.155000', '104753.615000', '104754.075000', '104754.535000', '104754.995000', '104755.455000', '104755.915000', '104756.375000', '104756.835000', '104757.295000', '104757.755000', '104758.215000', '104758.675000', '104759.135000', '104759.595000', '104800.055000', '104800.515000', '104800.975000', '104801.435000', '104801.895000', '104802.355000', '104802.815000', '104803.275000', '104803.735000', '104804.195000', '104804.655000', '104805.115000', '104805.575000', '104806.035000', '104806.495000', '104806.955000', '104807.415000', '104807.875000', '104808.335000', '104808.795000', '104809.255000', '104809.715000', '104810.175000', '104810.635000', '104811.095000', '104811.555000', '104812.015000', '104812.475000', '104812.935000', '104813.395000', '104813.855000', '104814.315000', '104814.775000', '104815.235000', '104815.695000', '104816.155000', '104816.615000', '104817.075000', '104817.535000', '104817.995000', '104818.455000', '104818.915000', '104819.375000', '104819.835000', '104820.295000', '104820.755000', '104821.215000', '104821.675000', '104822.135000', '104822.595000', '104823.055000', '104823.515000', '104823.975000', '104824.435000', '104824.895000', '104825.355000', '104825.815000', '104826.275000', '104826.735000', '104827.195000', '104827.655000', '104828.115000', '104828.575000', '104829.035000', '104829.495000', '104829.955000', '104830.415000', '104830.875000', '104831.335000', '104831.795000', '104832.255000', '104832.715000', '104833.175000', '104833.635000', '104834.095000', '104834.555000', '104835.015000', '104835.475000', '104835.935000', '104836.395000', '104836.855000', '104837.315000', '104837.775000', '104838.235000', '104838.695000', '104839.155000', '104839.615000', '104840.075000', '104840.535000', '104840.995000', '104841.455000', '104841.915000', '104842.375000', '104842.835000', '104843.295000', '104843.755000', '104844.215000', '104844.675000', '104845.135000', '104845.595000', '104846.055000', '104846.515000', '104846.975000', '104847.435000', '104847.895000', '104848.355000', '104848.815000', '104849.275000'], 'ContentTime': ['104125.899000', '104125.902000', '104125.904000', '104125.907000', '104125.910000', '104125.912000', '104125.915000', '104125.918000', '104125.920000', '104125.923000', '104125.925000', '104125.928000', '104125.930000', '104125.933000', '104125.936000', '104125.938000', '104125.941000', '104125.943000', '104125.946000', '104125.948000', '104125.951000', '104125.953000', '104125.956000', '104125.959000', '104125.961000', '104125.964000', '104125.966000', '104125.969000', '104125.972000', '104125.974000', '104125.977000', '104125.979000', '104125.982000', '104125.984000', '104125.987000', '104125.989000', '104125.992000', '104125.995000', '104125.997000', '104126.001000', '104126.003000', '104126.007000', '104126.009000', '104126.012000', '104126.014000', '104126.034000', '104126.037000', '104126.040000', '104126.042000', '104145.868000', '104145.871000', '104145.874000', '104145.876000', '104145.879000', '104145.882000', '104145.884000', '104145.887000', '104145.889000', '104145.892000', '104145.894000', '104145.897000', '104145.899000', '104145.902000', '104145.905000', '104145.907000', '104145.910000', '104145.912000', '104145.915000', '104145.917000', '104145.920000', '104145.923000', '104145.925000', '104145.928000', '104145.930000', '104145.933000', '104145.945000', '104145.948000', '104145.950000', '104145.953000', '104145.955000', '104145.958000', '104145.960000', '104145.963000', '104145.965000', '104145.968000', '104145.971000', '104145.973000', '104145.976000', '104145.978000', '104145.981000', '104145.983000', '104145.989000', '104145.992000', '104205.869000', '104205.871000', '104205.874000', '104205.877000', '104205.879000', '104205.882000', '104205.884000', '104205.887000', '104205.889000', '104205.892000', '104205.895000', '104205.897000', '104205.900000', '104205.902000', '104205.905000', '104205.907000', '104205.910000', '104205.912000', '104205.915000', '104205.918000', '104205.920000', '104205.923000', '104205.925000', '104205.928000', '104205.930000', '104205.933000', '104205.935000', '104205.946000', '104205.949000', '104205.951000', '104205.954000', '104205.956000', '104205.959000', '104205.962000', '104205.964000', '104205.967000', '104205.969000', '104205.972000', '104205.974000', '104205.977000', '104205.979000', '104205.982000', '104205.985000', '104225.868000', '104225.871000', '104225.874000', '104225.876000', '104225.890000', '104225.893000', '104225.896000', '104225.898000', '104225.901000', '104225.904000', '104225.906000', '104225.909000', '104225.911000', '104225.914000', '104225.916000', '104225.919000', '104225.922000', '104225.924000', '104225.936000', '104225.939000', '104225.946000', '104225.948000', '104225.951000', '104225.953000', '104225.956000', '104225.959000', '104225.961000', '104225.964000', '104225.966000', '104225.969000', '104225.971000', '104225.974000', '104225.977000', '104225.979000', '104225.982000', '104225.984000', '104225.987000', '104225.990000', '104225.992000', '104225.995000', '104225.997000', '104226.001000', '104226.003000', '104226.006000', '104245.869000', '104245.872000', '104245.875000', '104245.877000', '104245.880000', '104245.883000', '104245.885000', '104245.888000', '104245.890000', '104245.893000', '104245.895000', '104245.898000', '104245.901000', '104245.903000', '104245.906000', '104245.908000', '104245.911000', '104245.914000', '104245.916000', '104245.919000', '104245.921000', '104245.924000', '104245.927000', '104245.929000', '104245.939000', '104245.942000', '104245.945000', '104245.947000', '104245.950000', '104245.952000', '104245.955000', '104245.958000', '104245.960000', '104245.963000', '104245.965000', '104245.968000', '104245.970000', '104245.973000', '104245.976000', '104245.978000', '104245.981000', '104245.983000', '104245.986000', '104305.869000', '104305.872000', '104305.875000', '104305.877000', '104305.880000', '104305.882000', '104305.885000', '104305.888000', '104305.890000', '104305.893000', '104305.895000', '104305.898000', '104305.901000', '104305.903000', '104305.906000', '104305.908000', '104305.911000', '104305.913000', '104305.916000', '104305.919000', '104305.921000', '104305.924000', '104305.926000', '104305.929000', '104305.931000', '104305.934000', '104305.937000', '104305.939000', '104305.942000', '104305.944000', '104305.947000', '104305.950000', '104305.952000', '104305.955000', '104305.957000', '104305.960000', '104305.970000', '104305.972000', '104305.975000', '104305.977000', '104305.980000', '104305.982000', '104305.985000', '104305.988000', '104325.869000', '104325.872000', '104325.875000', '104325.877000', '104325.880000', '104325.883000', '104325.885000', '104325.888000', '104325.891000', '104325.893000', '104325.896000', '104325.898000', '104325.901000', '104325.903000', '104325.906000', '104325.909000', '104325.911000', '104325.914000', '104325.916000', '104325.919000', '104325.922000', '104325.924000', '104325.927000', '104325.929000', '104325.932000', '104325.934000', '104325.937000', '104325.940000', '104325.942000', '104325.945000', '104325.947000', '104325.950000', '104325.952000', '104325.955000', '104325.958000', '104325.960000', '104325.963000', '104325.965000', '104325.968000', '104325.970000', '104325.973000', '104325.975000', '104325.978000', '104345.869000', '104345.872000', '104345.875000', '104345.877000', '104345.880000', '104345.883000', '104345.885000', '104345.888000', '104345.890000', '104345.893000', '104345.896000', '104345.898000', '104345.901000', '104345.903000', '104345.906000', '104345.908000', '104345.911000', '104345.914000', '104345.916000', '104345.919000', '104345.921000', '104345.924000', '104345.927000', '104345.929000', '104345.932000', '104345.934000', '104345.937000', '104345.940000', '104345.942000', '104345.953000', '104345.955000', '104345.958000', '104345.960000', '104345.963000', '104345.966000', '104345.968000', '104345.971000', '104345.973000', '104345.976000', '104345.978000', '104345.981000', '104345.983000', '104345.986000', '104345.989000', '104405.868000', '104405.871000', '104405.874000', '104405.876000', '104405.879000', '104405.882000', '104405.884000', '104405.887000', '104405.889000', '104405.892000', '104405.894000', '104405.897000', '104405.899000', '104405.902000', '104405.905000', '104405.907000', '104405.910000', '104405.912000', '104405.915000', '104405.917000', '104405.920000', '104405.923000', '104405.925000', '104405.928000', '104405.930000', '104405.933000', '104405.935000', '104405.938000', '104405.941000', '104405.943000', '104405.946000', '104405.948000', '104405.951000', '104405.953000', '104405.956000', '104405.958000', '104405.961000', '104405.964000', '104405.966000', '104405.969000', '104405.971000', '104405.974000', '104405.977000', '104425.868000', '104425.871000', '104425.874000', '104425.877000', '104425.879000', '104425.882000', '104425.884000', '104425.887000', '104425.890000', '104425.892000', '104425.895000', '104425.897000', '104425.900000', '104425.903000', '104425.905000', '104425.908000', '104425.910000', '104425.913000', '104425.916000', '104425.918000', '104425.921000', '104425.924000', '104425.926000', '104425.929000', '104425.932000', '104425.934000', '104425.937000', '104425.939000', '104425.942000', '104425.945000', '104425.947000', '104425.959000', '104425.962000', '104425.964000', '104425.967000', '104425.970000', '104425.972000', '104425.975000', '104425.977000', '104425.980000', '104425.983000', '104425.985000', '104425.988000', '104425.990000', '104445.869000', '104445.871000', '104445.874000', '104445.876000', '104445.879000', '104445.882000', '104445.884000', '104445.887000', '104445.889000', '104445.892000', '104445.894000', '104445.897000', '104445.900000', '104445.902000', '104445.905000', '104445.907000', '104445.910000', '104445.913000', '104445.915000', '104445.918000', '104445.920000', '104445.923000', '104445.926000', '104445.928000', '104445.931000', '104445.933000', '104445.936000', '104445.938000', '104445.941000', '104445.944000', '104445.946000', '104445.949000', '104445.951000', '104445.954000', '104445.957000', '104445.959000', '104445.962000', '104445.964000', '104445.967000', '104445.969000', '104445.972000', '104445.975000', '104445.977000', '104505.869000', '104505.872000', '104505.875000', '104505.878000', '104505.880000', '104505.883000', '104505.885000', '104505.888000', '104505.890000', '104505.893000', '104505.896000', '104505.898000', '104505.901000', '104505.904000', '104505.906000', '104505.909000', '104505.912000', '104505.915000', '104505.917000', '104505.920000', '104505.922000', '104505.935000', '104505.938000', '104505.940000', '104505.943000', '104505.945000', '104505.948000', '104505.951000', '104505.953000', '104505.956000', '104505.958000', '104505.961000', '104505.964000', '104505.966000', '104505.969000', '104505.971000', '104505.974000', '104505.977000', '104505.979000', '104505.982000', '104505.984000', '104505.987000', '104505.989000', '104505.992000', '104525.870000', '104525.872000', '104525.875000', '104525.878000', '104525.880000', '104525.883000', '104525.885000', '104525.888000', '104525.891000', '104525.893000', '104525.905000', '104525.907000', '104525.910000', '104525.913000', '104525.915000', '104525.923000', '104525.926000', '104525.928000', '104525.931000', '104525.934000', '104525.936000', '104525.939000', '104525.941000', '104525.944000', '104525.947000', '104525.949000', '104525.952000', '104525.954000', '104525.957000', '104525.960000', '104525.962000', '104525.965000', '104525.967000', '104525.970000', '104525.972000', '104525.975000', '104525.977000', '104525.980000', '104525.983000', '104525.985000', '104525.988000', '104525.990000', '104525.993000', '104545.869000', '104545.872000', '104545.875000', '104545.877000', '104545.880000', '104545.883000', '104545.885000', '104545.888000', '104545.890000', '104545.893000', '104545.896000', '104545.898000', '104545.901000', '104545.903000', '104545.906000', '104545.908000', '104545.911000', '104545.914000', '104545.916000', '104545.919000', '104545.921000', '104545.924000', '104545.926000', '104545.929000', '104545.932000', '104545.934000', '104545.937000', '104545.940000', '104545.942000', '104545.945000', '104545.948000', '104545.950000', '104545.953000', '104545.955000', '104545.958000', '104545.960000', '104545.963000', '104545.966000', '104545.968000', '104545.971000', '104545.973000', '104545.976000', '104545.978000', '104605.869000', '104605.871000', '104605.874000', '104605.877000', '104605.879000', '104605.882000', '104605.884000', '104605.887000', '104605.890000', '104605.892000', '104605.895000', '104605.898000', '104605.900000', '104605.903000', '104605.905000', '104605.908000', '104605.911000', '104605.913000', '104605.916000', '104605.918000', '104605.921000', '104605.923000', '104605.926000', '104605.929000', '104605.931000', '104605.934000', '104605.936000', '104605.939000', '104605.942000', '104605.944000', '104605.947000', '104605.949000', '104605.952000', '104605.954000', '104605.957000', '104605.960000', '104605.962000', '104605.965000', '104605.968000', '104605.970000', '104605.973000', '104605.975000', '104605.978000', '104605.980000', '104625.869000', '104625.871000', '104625.874000', '104625.877000', '104625.879000', '104625.882000', '104625.885000', '104625.888000', '104625.891000', '104625.894000', '104625.897000', '104625.899000', '104625.902000', '104625.904000', '104625.907000', '104625.917000', '104625.919000', '104625.922000', '104625.924000', '104625.927000', '104625.930000', '104625.932000', '104625.935000', '104625.937000', '104625.940000', '104625.943000', '104625.945000', '104625.949000', '104625.951000', '104625.954000', '104625.957000', '104625.959000', '104625.962000', '104625.966000', '104625.969000', '104625.972000', '104625.974000', '104625.977000', '104625.979000', '104625.982000', '104625.985000', '104625.987000', '104625.990000', '104645.868000', '104645.871000', '104645.874000', '104645.876000', '104645.879000', '104645.882000', '104645.884000', '104645.887000', '104645.889000', '104645.892000', '104645.894000', '104645.897000', '104645.900000', '104645.902000', '104645.905000', '104645.907000', '104645.910000', '104645.913000', '104645.915000', '104645.918000', '104645.920000', '104645.923000', '104645.926000', '104645.928000', '104645.931000', '104645.933000', '104645.936000', '104645.938000', '104645.941000', '104645.944000', '104645.946000', '104645.949000', '104645.951000', '104645.954000', '104645.956000', '104645.959000', '104645.971000', '104645.973000', '104645.976000', '104645.979000', '104645.981000', '104645.984000', '104645.986000', '104645.989000', '104705.869000', '104705.871000', '104705.874000', '104705.876000', '104705.879000', '104705.882000', '104705.884000', '104705.887000', '104705.889000', '104705.892000', '104705.895000', '104705.897000', '104705.900000', '104705.902000', '104705.905000', '104705.907000', '104705.910000', '104705.914000', '104705.916000', '104705.919000', '104705.922000', '104705.924000', '104705.927000', '104705.930000', '104705.932000', '104705.935000', '104705.937000', '104705.940000', '104705.943000', '104705.945000', '104705.948000', '104705.950000', '104705.953000', '104705.956000', '104705.958000', '104705.961000', '104705.963000', '104705.966000', '104705.969000', '104705.971000', '104705.974000', '104705.976000', '104705.979000', '104725.870000', '104725.872000', '104725.875000', '104725.878000', '104725.880000', '104725.883000', '104725.885000', '104725.888000', '104725.891000', '104725.893000', '104725.896000', '104725.898000', '104725.901000', '104725.904000', '104725.906000', '104725.909000', '104725.911000', '104725.914000', '104725.917000', '104725.919000', '104725.922000', '104725.924000', '104725.927000', '104725.930000', '104725.932000', '104725.935000', '104725.937000', '104725.940000', '104725.942000', '104725.945000', '104725.948000', '104725.950000', '104725.953000', '104725.955000', '104725.958000', '104725.961000', '104725.963000', '104725.966000', '104725.968000', '104725.971000', '104725.973000', '104725.976000', '104725.978000', '104725.981000', '104745.870000', '104745.872000', '104745.875000', '104745.877000', '104745.880000', '104745.883000', '104745.885000', '104745.888000', '104745.890000', '104745.893000', '104745.896000', '104745.898000', '104745.901000', '104745.912000', '104745.915000', '104745.917000', '104745.920000', '104745.922000', '104745.925000', '104745.927000', '104745.930000', '104745.933000', '104745.935000', '104745.938000', '104745.940000', '104745.943000', '104745.945000', '104745.948000', '104745.951000', '104745.953000', '104745.956000', '104745.959000', '104745.962000', '104745.965000', '104745.968000', '104745.970000', '104745.973000', '104745.975000', '104745.978000', '104745.980000', '104745.983000', '104745.986000', '104745.990000', '104805.869000', '104805.872000', '104805.875000', '104805.877000', '104805.880000', '104805.883000', '104805.885000', '104805.888000', '104805.890000', '104805.893000', '104805.896000', '104805.898000', '104805.901000', '104805.903000', '104805.906000', '104805.908000', '104805.911000', '104805.914000', '104805.916000', '104805.919000', '104805.921000', '104805.924000', '104805.927000', '104805.929000', '104805.932000', '104805.934000', '104805.937000', '104805.939000', '104805.942000', '104805.945000', '104805.947000', '104805.950000', '104805.952000', '104805.955000', '104805.958000', '104805.960000', '104805.963000', '104805.965000', '104805.968000', '104805.971000', '104805.973000', '104805.976000', '104805.978000', '104805.981000', '104825.869000', '104825.871000', '104825.874000', '104825.876000', '104825.879000', '104825.882000', '104825.884000', '104825.887000', '104825.889000', '104825.892000', '104825.895000', '104825.897000', '104825.900000', '104825.902000', '104825.905000', '104825.907000', '104825.910000', '104825.913000', '104825.915000', '104825.918000', '104825.920000', '104825.923000', '104825.925000', '104825.928000', '104825.931000', '104825.933000', '104825.936000', '104825.938000', '104825.941000', '104825.944000', '104825.947000', '104825.949000', '104825.952000', '104825.954000', '104825.957000', '104825.960000', '104825.962000', '104825.965000', '104825.967000', '104825.970000', '104825.972000', '104825.976000', '104825.979000', '104845.869000', '104845.872000', '104845.874000', '104845.877000', '104845.879000', '104845.882000', '104845.884000', '104845.887000', '104845.890000', '104845.892000', '104845.895000', '104845.897000', '104845.900000', '104845.903000', '104845.905000', '104845.908000', '104845.910000', '104845.913000', '104845.916000', '104845.921000', '104845.924000', '104845.927000', '104845.929000', '104845.932000', '104845.934000', '104845.937000', '104845.939000', '104845.942000', '104845.945000', '104845.947000', '104845.950000', '104845.952000', '104845.955000', '104845.958000', '104845.960000', '104845.963000', '104845.965000', '104845.968000', '104845.970000', '104845.973000', '104845.976000', '104845.978000', '104845.981000', '104845.983000', '104850.325000', '104850.328000', '104850.331000', '104850.334000', '104850.336000', '104850.339000', '104850.342000', '104850.344000', '104850.347000', '104850.350000'], 'InstanceCreationTime': ['104125.899000', '104125.902000', '104125.904000', '104125.907000', '104125.910000', '104125.912000', '104125.915000', '104125.918000', '104125.920000', '104125.923000', '104125.925000', '104125.928000', '104125.930000', '104125.933000', '104125.936000', '104125.938000', '104125.941000', '104125.943000', '104125.946000', '104125.948000', '104125.951000', '104125.953000', '104125.956000', '104125.959000', '104125.961000', '104125.964000', '104125.966000', '104125.969000', '104125.972000', '104125.974000', '104125.977000', '104125.979000', '104125.982000', '104125.984000', '104125.987000', '104125.989000', '104125.992000', '104125.995000', '104125.997000', '104126.001000', '104126.003000', '104126.007000', '104126.009000', '104126.012000', '104126.014000', '104126.034000', '104126.037000', '104126.040000', '104126.042000', '104145.868000', '104145.871000', '104145.874000', '104145.876000', '104145.879000', '104145.882000', '104145.884000', '104145.887000', '104145.889000', '104145.892000', '104145.894000', '104145.897000', '104145.899000', '104145.902000', '104145.905000', '104145.907000', '104145.910000', '104145.912000', '104145.915000', '104145.917000', '104145.920000', '104145.923000', '104145.925000', '104145.928000', '104145.930000', '104145.933000', '104145.945000', '104145.948000', '104145.950000', '104145.953000', '104145.955000', '104145.958000', '104145.960000', '104145.963000', '104145.965000', '104145.968000', '104145.971000', '104145.973000', '104145.976000', '104145.978000', '104145.981000', '104145.983000', '104145.989000', '104145.992000', '104205.869000', '104205.871000', '104205.874000', '104205.877000', '104205.879000', '104205.882000', '104205.884000', '104205.887000', '104205.889000', '104205.892000', '104205.895000', '104205.897000', '104205.900000', '104205.902000', '104205.905000', '104205.907000', '104205.910000', '104205.912000', '104205.915000', '104205.918000', '104205.920000', '104205.923000', '104205.925000', '104205.928000', '104205.930000', '104205.933000', '104205.935000', '104205.946000', '104205.949000', '104205.951000', '104205.954000', '104205.956000', '104205.959000', '104205.962000', '104205.964000', '104205.967000', '104205.969000', '104205.972000', '104205.974000', '104205.977000', '104205.979000', '104205.982000', '104205.985000', '104225.868000', '104225.871000', '104225.874000', '104225.876000', '104225.890000', '104225.893000', '104225.896000', '104225.898000', '104225.901000', '104225.904000', '104225.906000', '104225.909000', '104225.911000', '104225.914000', '104225.916000', '104225.919000', '104225.922000', '104225.924000', '104225.936000', '104225.939000', '104225.946000', '104225.948000', '104225.951000', '104225.953000', '104225.956000', '104225.959000', '104225.961000', '104225.964000', '104225.966000', '104225.969000', '104225.971000', '104225.974000', '104225.977000', '104225.979000', '104225.982000', '104225.984000', '104225.987000', '104225.990000', '104225.992000', '104225.995000', '104225.997000', '104226.001000', '104226.003000', '104226.006000', '104245.869000', '104245.872000', '104245.875000', '104245.877000', '104245.880000', '104245.883000', '104245.885000', '104245.888000', '104245.890000', '104245.893000', '104245.895000', '104245.898000', '104245.901000', '104245.903000', '104245.906000', '104245.908000', '104245.911000', '104245.914000', '104245.916000', '104245.919000', '104245.921000', '104245.924000', '104245.927000', '104245.929000', '104245.939000', '104245.942000', '104245.945000', '104245.947000', '104245.950000', '104245.952000', '104245.955000', '104245.958000', '104245.960000', '104245.963000', '104245.965000', '104245.968000', '104245.970000', '104245.973000', '104245.976000', '104245.978000', '104245.981000', '104245.983000', '104245.986000', '104305.869000', '104305.872000', '104305.875000', '104305.877000', '104305.880000', '104305.882000', '104305.885000', '104305.888000', '104305.890000', '104305.893000', '104305.895000', '104305.898000', '104305.901000', '104305.903000', '104305.906000', '104305.908000', '104305.911000', '104305.913000', '104305.916000', '104305.919000', '104305.921000', '104305.924000', '104305.926000', '104305.929000', '104305.931000', '104305.934000', '104305.937000', '104305.939000', '104305.942000', '104305.944000', '104305.947000', '104305.950000', '104305.952000', '104305.955000', '104305.957000', '104305.960000', '104305.970000', '104305.972000', '104305.975000', '104305.977000', '104305.980000', '104305.982000', '104305.985000', '104305.988000', '104325.869000', '104325.872000', '104325.875000', '104325.877000', '104325.880000', '104325.883000', '104325.885000', '104325.888000', '104325.891000', '104325.893000', '104325.896000', '104325.898000', '104325.901000', '104325.903000', '104325.906000', '104325.909000', '104325.911000', '104325.914000', '104325.916000', '104325.919000', '104325.922000', '104325.924000', '104325.927000', '104325.929000', '104325.932000', '104325.934000', '104325.937000', '104325.940000', '104325.942000', '104325.945000', '104325.947000', '104325.950000', '104325.952000', '104325.955000', '104325.958000', '104325.960000', '104325.963000', '104325.965000', '104325.968000', '104325.970000', '104325.973000', '104325.975000', '104325.978000', '104345.869000', '104345.872000', '104345.875000', '104345.877000', '104345.880000', '104345.883000', '104345.885000', '104345.888000', '104345.890000', '104345.893000', '104345.896000', '104345.898000', '104345.901000', '104345.903000', '104345.906000', '104345.908000', '104345.911000', '104345.914000', '104345.916000', '104345.919000', '104345.921000', '104345.924000', '104345.927000', '104345.929000', '104345.932000', '104345.934000', '104345.937000', '104345.940000', '104345.942000', '104345.953000', '104345.955000', '104345.958000', '104345.960000', '104345.963000', '104345.966000', '104345.968000', '104345.971000', '104345.973000', '104345.976000', '104345.978000', '104345.981000', '104345.983000', '104345.986000', '104345.989000', '104405.868000', '104405.871000', '104405.874000', '104405.876000', '104405.879000', '104405.882000', '104405.884000', '104405.887000', '104405.889000', '104405.892000', '104405.894000', '104405.897000', '104405.899000', '104405.902000', '104405.905000', '104405.907000', '104405.910000', '104405.912000', '104405.915000', '104405.917000', '104405.920000', '104405.923000', '104405.925000', '104405.928000', '104405.930000', '104405.933000', '104405.935000', '104405.938000', '104405.941000', '104405.943000', '104405.946000', '104405.948000', '104405.951000', '104405.953000', '104405.956000', '104405.958000', '104405.961000', '104405.964000', '104405.966000', '104405.969000', '104405.971000', '104405.974000', '104405.977000', '104425.868000', '104425.871000', '104425.874000', '104425.877000', '104425.879000', '104425.882000', '104425.884000', '104425.887000', '104425.890000', '104425.892000', '104425.895000', '104425.897000', '104425.900000', '104425.903000', '104425.905000', '104425.908000', '104425.910000', '104425.913000', '104425.916000', '104425.918000', '104425.921000', '104425.924000', '104425.926000', '104425.929000', '104425.932000', '104425.934000', '104425.937000', '104425.939000', '104425.942000', '104425.945000', '104425.947000', '104425.959000', '104425.962000', '104425.964000', '104425.967000', '104425.970000', '104425.972000', '104425.975000', '104425.977000', '104425.980000', '104425.983000', '104425.985000', '104425.988000', '104425.990000', '104445.869000', '104445.871000', '104445.874000', '104445.876000', '104445.879000', '104445.882000', '104445.884000', '104445.887000', '104445.889000', '104445.892000', '104445.894000', '104445.897000', '104445.900000', '104445.902000', '104445.905000', '104445.907000', '104445.910000', '104445.913000', '104445.915000', '104445.918000', '104445.920000', '104445.923000', '104445.926000', '104445.928000', '104445.931000', '104445.933000', '104445.936000', '104445.938000', '104445.941000', '104445.944000', '104445.946000', '104445.949000', '104445.951000', '104445.954000', '104445.957000', '104445.959000', '104445.962000', '104445.964000', '104445.967000', '104445.969000', '104445.972000', '104445.975000', '104445.977000', '104505.869000', '104505.872000', '104505.875000', '104505.878000', '104505.880000', '104505.883000', '104505.885000', '104505.888000', '104505.890000', '104505.893000', '104505.896000', '104505.898000', '104505.901000', '104505.904000', '104505.906000', '104505.909000', '104505.912000', '104505.915000', '104505.917000', '104505.920000', '104505.922000', '104505.935000', '104505.938000', '104505.940000', '104505.943000', '104505.945000', '104505.948000', '104505.951000', '104505.953000', '104505.956000', '104505.958000', '104505.961000', '104505.964000', '104505.966000', '104505.969000', '104505.971000', '104505.974000', '104505.977000', '104505.979000', '104505.982000', '104505.984000', '104505.987000', '104505.989000', '104505.992000', '104525.870000', '104525.872000', '104525.875000', '104525.878000', '104525.880000', '104525.883000', '104525.885000', '104525.888000', '104525.891000', '104525.893000', '104525.905000', '104525.907000', '104525.910000', '104525.913000', '104525.915000', '104525.923000', '104525.926000', '104525.928000', '104525.931000', '104525.934000', '104525.936000', '104525.939000', '104525.941000', '104525.944000', '104525.947000', '104525.949000', '104525.952000', '104525.954000', '104525.957000', '104525.960000', '104525.962000', '104525.965000', '104525.967000', '104525.970000', '104525.972000', '104525.975000', '104525.977000', '104525.980000', '104525.983000', '104525.985000', '104525.988000', '104525.990000', '104525.993000', '104545.869000', '104545.872000', '104545.875000', '104545.877000', '104545.880000', '104545.883000', '104545.885000', '104545.888000', '104545.890000', '104545.893000', '104545.896000', '104545.898000', '104545.901000', '104545.903000', '104545.906000', '104545.908000', '104545.911000', '104545.914000', '104545.916000', '104545.919000', '104545.921000', '104545.924000', '104545.926000', '104545.929000', '104545.932000', '104545.934000', '104545.937000', '104545.940000', '104545.942000', '104545.945000', '104545.948000', '104545.950000', '104545.953000', '104545.955000', '104545.958000', '104545.960000', '104545.963000', '104545.966000', '104545.968000', '104545.971000', '104545.973000', '104545.976000', '104545.978000', '104605.869000', '104605.871000', '104605.874000', '104605.877000', '104605.879000', '104605.882000', '104605.884000', '104605.887000', '104605.890000', '104605.892000', '104605.895000', '104605.898000', '104605.900000', '104605.903000', '104605.905000', '104605.908000', '104605.911000', '104605.913000', '104605.916000', '104605.918000', '104605.921000', '104605.923000', '104605.926000', '104605.929000', '104605.931000', '104605.934000', '104605.936000', '104605.939000', '104605.942000', '104605.944000', '104605.947000', '104605.949000', '104605.952000', '104605.954000', '104605.957000', '104605.960000', '104605.962000', '104605.965000', '104605.968000', '104605.970000', '104605.973000', '104605.975000', '104605.978000', '104605.980000', '104625.869000', '104625.871000', '104625.874000', '104625.877000', '104625.879000', '104625.882000', '104625.885000', '104625.888000', '104625.891000', '104625.894000', '104625.897000', '104625.899000', '104625.902000', '104625.904000', '104625.907000', '104625.917000', '104625.919000', '104625.922000', '104625.924000', '104625.927000', '104625.930000', '104625.932000', '104625.935000', '104625.937000', '104625.940000', '104625.943000', '104625.945000', '104625.949000', '104625.951000', '104625.954000', '104625.957000', '104625.959000', '104625.962000', '104625.966000', '104625.969000', '104625.972000', '104625.974000', '104625.977000', '104625.979000', '104625.982000', '104625.985000', '104625.987000', '104625.990000', '104645.868000', '104645.871000', '104645.874000', '104645.876000', '104645.879000', '104645.882000', '104645.884000', '104645.887000', '104645.889000', '104645.892000', '104645.894000', '104645.897000', '104645.900000', '104645.902000', '104645.905000', '104645.907000', '104645.910000', '104645.913000', '104645.915000', '104645.918000', '104645.920000', '104645.923000', '104645.926000', '104645.928000', '104645.931000', '104645.933000', '104645.936000', '104645.938000', '104645.941000', '104645.944000', '104645.946000', '104645.949000', '104645.951000', '104645.954000', '104645.956000', '104645.959000', '104645.971000', '104645.973000', '104645.976000', '104645.979000', '104645.981000', '104645.984000', '104645.986000', '104645.989000', '104705.869000', '104705.871000', '104705.874000', '104705.876000', '104705.879000', '104705.882000', '104705.884000', '104705.887000', '104705.889000', '104705.892000', '104705.895000', '104705.897000', '104705.900000', '104705.902000', '104705.905000', '104705.907000', '104705.910000', '104705.914000', '104705.916000', '104705.919000', '104705.922000', '104705.924000', '104705.927000', '104705.930000', '104705.932000', '104705.935000', '104705.937000', '104705.940000', '104705.943000', '104705.945000', '104705.948000', '104705.950000', '104705.953000', '104705.956000', '104705.958000', '104705.961000', '104705.963000', '104705.966000', '104705.969000', '104705.971000', '104705.974000', '104705.976000', '104705.979000', '104725.870000', '104725.872000', '104725.875000', '104725.878000', '104725.880000', '104725.883000', '104725.885000', '104725.888000', '104725.891000', '104725.893000', '104725.896000', '104725.898000', '104725.901000', '104725.904000', '104725.906000', '104725.909000', '104725.911000', '104725.914000', '104725.917000', '104725.919000', '104725.922000', '104725.924000', '104725.927000', '104725.930000', '104725.932000', '104725.935000', '104725.937000', '104725.940000', '104725.942000', '104725.945000', '104725.948000', '104725.950000', '104725.953000', '104725.955000', '104725.958000', '104725.961000', '104725.963000', '104725.966000', '104725.968000', '104725.971000', '104725.973000', '104725.976000', '104725.978000', '104725.981000', '104745.870000', '104745.872000', '104745.875000', '104745.877000', '104745.880000', '104745.883000', '104745.885000', '104745.888000', '104745.890000', '104745.893000', '104745.896000', '104745.898000', '104745.901000', '104745.912000', '104745.915000', '104745.917000', '104745.920000', '104745.922000', '104745.925000', '104745.927000', '104745.930000', '104745.933000', '104745.935000', '104745.938000', '104745.940000', '104745.943000', '104745.945000', '104745.948000', '104745.951000', '104745.953000', '104745.956000', '104745.959000', '104745.962000', '104745.965000', '104745.968000', '104745.970000', '104745.973000', '104745.975000', '104745.978000', '104745.980000', '104745.983000', '104745.986000', '104745.990000', '104805.869000', '104805.872000', '104805.875000', '104805.877000', '104805.880000', '104805.883000', '104805.885000', '104805.888000', '104805.890000', '104805.893000', '104805.896000', '104805.898000', '104805.901000', '104805.903000', '104805.906000', '104805.908000', '104805.911000', '104805.914000', '104805.916000', '104805.919000', '104805.921000', '104805.924000', '104805.927000', '104805.929000', '104805.932000', '104805.934000', '104805.937000', '104805.939000', '104805.942000', '104805.945000', '104805.947000', '104805.950000', '104805.952000', '104805.955000', '104805.958000', '104805.960000', '104805.963000', '104805.965000', '104805.968000', '104805.971000', '104805.973000', '104805.976000', '104805.978000', '104805.981000', '104825.869000', '104825.871000', '104825.874000', '104825.876000', '104825.879000', '104825.882000', '104825.884000', '104825.887000', '104825.889000', '104825.892000', '104825.895000', '104825.897000', '104825.900000', '104825.902000', '104825.905000', '104825.907000', '104825.910000', '104825.913000', '104825.915000', '104825.918000', '104825.920000', '104825.923000', '104825.925000', '104825.928000', '104825.931000', '104825.933000', '104825.936000', '104825.938000', '104825.941000', '104825.944000', '104825.947000', '104825.949000', '104825.952000', '104825.954000', '104825.957000', '104825.960000', '104825.962000', '104825.965000', '104825.967000', '104825.970000', '104825.972000', '104825.976000', '104825.979000', '104845.869000', '104845.872000', '104845.874000', '104845.877000', '104845.879000', '104845.882000', '104845.884000', '104845.887000', '104845.890000', '104845.892000', '104845.895000', '104845.897000', '104845.900000', '104845.903000', '104845.905000', '104845.908000', '104845.910000', '104845.913000', '104845.916000', '104845.921000', '104845.924000', '104845.927000', '104845.929000', '104845.932000', '104845.934000', '104845.937000', '104845.939000', '104845.942000', '104845.945000', '104845.947000', '104845.950000', '104845.952000', '104845.955000', '104845.958000', '104845.960000', '104845.963000', '104845.965000', '104845.968000', '104845.970000', '104845.973000', '104845.976000', '104845.978000', '104845.981000', '104845.983000', '104850.325000', '104850.328000', '104850.331000', '104850.334000', '104850.336000', '104850.339000', '104850.342000', '104850.344000', '104850.347000', '104850.350000'], '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': [11236, 15377, 9802, 13752, 8457, 13665, 11850, 12142, 10461, 9515, 13428, 8555, 16977, 10131, 14953, 10037, 14035, 8774, 12030, 7890, 11926, 8676, 11934, 9044, 9144, 15843, 9653, 15345, 11504, 14259, 9716, 13383, 8373, 12155, 8089, 12293, 8556, 10092, 9255, 8803, 15419, 9783, 15408, 10481, 14318, 9766, 12970, 8724, 12681, 12854, 10218, 17008, 10800, 15130, 11462, 15108, 10881, 15199, 8684, 13377, 9953, 13859, 11081, 11146, 15177, 9822, 17699, 11888, 15847, 11112, 15258, 10615, 13870, 8931, 13946, 7901, 12013, 8696, 9730, 10804, 10973, 10763, 10147, 11536, 9502, 14769, 9426, 15171, 10383, 16371, 10419, 14750, 10993, 14982, 10926, 15020, 10303, 13783, 8729, 14074, 10814, 10340, 13891, 9188, 16908, 11705, 15430, 10287, 13907, 9164, 13377, 8559, 12726, 8436, 9878, 13900, 9185, 16429, 11405, 14621, 10067, 13630, 9149, 12799, 8505, 12819, 7899, 10807, 8766, 9465, 15203, 11430, 16402, 10556, 14261, 10395, 13501, 9744, 13942, 8586, 13162, 8842, 11173, 11478, 10413, 16356, 11877, 16360, 10419, 14500, 10566, 14036, 8962, 13396, 9465, 11694, 11700, 10229, 15014, 10148, 16781, 9847, 14433, 11307, 14172, 9267, 13043, 8174, 11597, 9213, 11209, 9716, 9530, 15849, 9989, 14714, 12186, 13876, 9980, 12946, 8165, 11800, 9814, 11519, 10308, 9705, 14778, 9630, 15757, 10907, 14514, 11442, 14343, 9480, 13145, 9074, 12793, 8474, 13728, 8000, 12226, 8268, 10421, 8711, 11250, 12221, 10637, 12754, 9227, 16285, 10549, 15168, 11382, 13858, 8408, 12001, 11709, 9793, 15289, 9703, 16090, 9390, 14077, 9339, 12848, 8086, 12202, 8108, 10316, 8484, 9237, 15567, 9935, 16197, 10976, 15240, 8821, 13854, 9506, 14578, 9255, 14097, 9492, 15844, 10718, 15237, 9480, 14719, 9232, 16015, 10552, 17471, 12117, 16918, 10304, 14909, 10495, 15249, 11508, 14545, 9682, 13485, 9794, 14331, 10248, 14134, 9639, 13703, 9152, 13281, 8890, 14352, 12654, 12575, 11672, 10102, 15724, 9581, 17143, 12245, 15487, 10897, 14213, 8651, 12576, 8084, 14109, 9718, 15099, 8483, 10335, 7369, 8497, 8774, 8163, 15611, 10648, 16446, 13155, 9380, 17094, 11366, 16383, 11518, 16197, 11178, 17285, 11470, 15621, 10120, 13114, 12403, 10058, 16575, 9898, 15740, 10359, 13619, 8290, 11538, 7934, 9273, 7668, 9873, 7964, 9455, 10863, 9378, 14640, 10646, 12646, 8742, 11375, 12915, 9477, 15311, 9822, 13356, 9471, 11471, 8169, 10264, 9819, 9451, 10357, 8442, 13276, 8988, 14146, 10211, 12931, 8355, 11239, 10293, 8990, 15485, 9906, 13890, 8880, 11996, 9721, 9041, 15980, 9879, 14101, 9447, 12963, 9474, 9744, 14088, 9704, 14590, 9151, 12241, 12951, 9278, 15738, 9729, 12476, 9326, 9022, 15498, 11235, 12465, 8593, 9548, 15194, 10045, 12537, 8888, 10860, 12230, 9223, 14399, 10285, 12305, 9090, 10332, 13486, 9753, 14551, 10599, 12471, 8794, 11955, 9184, 10199, 13387, 9916, 16095, 11963, 13984, 9906, 12978, 11440, 10261, 15048, 10257, 15011, 10494, 12557, 11068, 9298, 15958, 11159, 13465, 9218, 11681, 8662, 9322, 12757, 9594, 13297, 10712, 11968, 9868, 11009, 8433, 10249, 12882, 9860, 15027, 10801, 13462, 11935, 11822, 12719, 9103, 15689, 9971, 15125, 10501, 13646, 8926, 13679, 11768, 13550, 9314, 9178, 8667, 12961, 8563, 7986, 9179, 8133, 15767, 12642, 13688, 17281, 11111, 18078, 13543, 15695, 10538, 12407, 12786, 10199, 17166, 9941, 16793, 11057, 14760, 10117, 13757, 9017, 11721, 8272, 10752, 9877, 9289, 17268, 11660, 15001, 10173, 13048, 9153, 11820, 10072, 10740, 11402, 9828, 12368, 9045, 11264, 9077, 14181, 9900, 12258, 9397, 14281, 9502, 17029, 12565, 15660, 10718, 14570, 10340, 13997, 9708, 14277, 9056, 12841, 8665, 11540, 11897, 9287, 16908, 10019, 15874, 10065, 14358, 9803, 13223, 8167, 13379, 9168, 9942, 9676, 8912, 14694, 9397, 16801, 10114, 14692, 10003, 13170, 10138, 13329, 9482, 13222, 8610, 12175, 8665, 10914, 9222, 10814, 13148, 10272, 14439, 9819, 16156, 10624, 15431, 11490, 15146, 10959, 14207, 10506, 15266, 11587, 15135, 10432, 14789, 10311, 15011, 10724, 15767, 11300, 13336, 9725, 9682, 10817, 10395, 15357, 10061, 16449, 11165, 15466, 10483, 16910, 11387, 17105, 11224, 14268, 9296, 10208, 10181, 10283, 13601, 11114, 14772, 8590, 13556, 8453, 14699, 9390, 16418, 11819, 15878, 10212, 13863, 9231, 10075, 9513, 9324, 13762, 8620, 13640, 8766, 14190, 8425, 15191, 9119, 15052, 9323, 11351, 9261, 10089, 10627, 11208, 13927, 9451, 14844, 9301, 15878, 9977, 14596, 9575, 13060, 9105, 12651, 9701, 13466, 9696, 13666, 9015, 12707, 9262, 15254, 9656, 14761, 10232, 15002, 10510, 14072, 10067, 14349, 8629, 12864, 9300, 10103, 11438, 9405, 16564, 11241, 15533, 10125, 14279, 9966, 13612, 9355, 13478, 8163, 12349, 7967, 9487, 8200, 9129, 15311, 10488, 16465, 9973, 14226, 10370, 13422, 8843, 12831, 8811, 9912, 12301, 9353, 16814, 12430, 15059, 10461, 13114, 8764, 10466, 15022, 10005, 16193, 10799, 14253, 9169, 12196, 8776, 9703, 16967, 12450, 14799, 9544, 12888, 13570, 9392, 17086, 12648, 14441, 9035, 11508, 9957, 8935, 16633, 10476, 14448, 9049, 12906, 12615, 9177, 16610, 10190, 13297, 8813, 10840, 14706, 9577, 16032, 11704, 13690, 10257, 9693, 16816, 10445, 13783, 9082, 10823, 15999, 10435, 14987, 10940, 13395, 8946, 10330, 8424, 9433, 15755, 10687, 14173, 10168, 13809, 10444, 11294, 9010, 9570, 15709, 10791, 15544, 10697, 13800, 12996, 10048, 17288, 11239, 15278, 10387, 13496, 11630, 9995, 17301, 11503, 15084, 9976, 13759, 9156, 10357, 11377, 9671, 16717, 11398, 15148, 11584, 14285, 9436, 12082, 9211, 10211, 17577, 12469, 15091, 11208, 13311, 9027, 11048, 15018, 10239, 16826, 10876, 14629, 10888, 13120, 9127, 12989, 10919, 11149, 10693, 10124, 16340, 10572, 14980, 11028, 13483, 9519, 12167, 14529, 10784, 16229, 10271, 15064, 11442, 13698, 9484, 13191, 11461, 10775, 16353, 11029, 15171, 11690, 14017, 9695, 14211, 9690, 12509, 9526, 11089, 15579, 11253, 16693, 12510, 16118, 11942, 14998, 9866, 13101, 8771, 11779, 11776, 10380, 17477, 13455, 15858, 11324, 14557, 9577, 12877, 10948, 11138, 16119, 11163, 16829, 11103, 14563, 11047, 14437, 9177, 13163, 9055, 10870, 10249, 10316, 16576, 12305, 16106, 11331, 14695, 11478, 14149, 9946, 14902, 9782, 12379, 9434, 10756, 15133, 10936, 17993, 12164, 15811, 11686, 14673, 10542, 14569, 9529, 15235, 11742, 13008, 9944, 10521, 12083, 9999, 17876, 12822, 15610, 11226, 14658, 10224, 13692, 12085, 11945, 12463, 9926, 17323, 10454, 15055, 11394, 14945, 9705, 13715, 8978, 11499, 8663, 11581, 9208, 12516, 10576, 10549, 12019, 10064, 16477, 11001, 16029, 11996, 15176, 10595, 13421, 9089, 13363, 10489, 14127, 9967, 10740, 8669, 10564, 9350, 11163, 14678, 11696, 13728, 10578, 10939, 10354, 12851, 10703, 16645, 12509, 16735, 10669, 17389, 10907, 15122, 11221, 15381, 11612, 14969, 10136, 12995, 8966, 11954, 8763, 11628, 10316, 13560, 9463, 11273, 8638, 10565, 7437, 12653, 8212, 9392, 9298, 10602, 10882, 14161, 12177, 16310, 12177, 16811, 10418, 18391, 10848, 17003, 11250, 15920, 11818, 15137, 9898, 13515, 8887, 11990, 8290, 11916, 8112, 13912, 8017, 11789, 8207], 'WindowCenter': [4178.0, 4208.0, 4151.0, 4169.0, 4131.0, 4180.0, 4156.0, 4156.0, 4134.0, 4124.0, 4153.0, 4125.0, 4188.0, 4135.0, 4165.0, 4133.0, 4164.0, 4113.0, 4143.0, 4114.0, 4156.0, 4124.0, 4144.0, 4123.0, 4125.0, 4174.0, 4137.0, 4178.0, 4145.0, 4164.0, 4124.0, 4166.0, 4113.0, 4157.0, 4114.0, 4158.0, 4114.0, 4150.0, 4124.0, 4138.0, 4189.0, 4150.0, 4178.0, 4149.0, 4178.0, 4137.0, 4169.0, 4128.0, 4169.0, 4156.0, 4136.0, 4177.0, 4136.0, 4178.0, 4146.0, 4178.0, 4149.0, 4178.0, 4113.0, 4168.0, 4134.0, 4165.0, 4145.0, 4147.0, 4163.0, 4136.0, 4186.0, 4144.0, 4174.0, 4145.0, 4163.0, 4131.0, 4165.0, 4124.0, 4165.0, 4101.0, 4142.0, 4111.0, 4135.0, 4144.0, 4145.0, 4133.0, 4134.0, 4141.0, 4124.0, 4177.0, 4137.0, 4176.0, 4147.0, 4176.0, 4147.0, 4179.0, 4147.0, 4177.0, 4147.0, 4176.0, 4136.0, 4167.0, 4124.0, 4167.0, 4136.0, 4134.0, 4153.0, 4136.0, 4175.0, 4156.0, 4177.0, 4133.0, 4153.0, 4125.0, 4169.0, 4113.0, 4156.0, 4114.0, 4134.0, 4153.0, 4137.0, 4186.0, 4145.0, 4177.0, 4136.0, 4163.0, 4138.0, 4161.0, 4126.0, 4155.0, 4115.0, 4146.0, 4125.0, 4151.0, 4189.0, 4158.0, 4188.0, 4148.0, 4166.0, 4137.0, 4168.0, 4137.0, 4181.0, 4128.0, 4163.0, 4127.0, 4160.0, 4172.0, 4162.0, 4190.0, 4159.0, 4190.0, 4148.0, 4182.0, 4142.0, 4180.0, 4140.0, 4169.0, 4135.0, 4170.0, 4173.0, 4148.0, 4178.0, 4147.0, 4188.0, 4136.0, 4177.0, 4147.0, 4179.0, 4127.0, 4167.0, 4114.0, 4159.0, 4139.0, 4159.0, 4139.0, 4138.0, 4189.0, 4149.0, 4179.0, 4158.0, 4169.0, 4136.0, 4171.0, 4116.0, 4160.0, 4138.0, 4158.0, 4138.0, 4138.0, 4178.0, 4138.0, 4179.0, 4148.0, 4179.0, 4161.0, 4179.0, 4138.0, 4169.0, 4128.0, 4171.0, 4129.0, 4181.0, 4127.0, 4162.0, 4126.0, 4150.0, 4142.0, 4162.0, 4159.0, 4150.0, 4170.0, 4140.0, 4192.0, 4151.0, 4181.0, 4148.0, 4170.0, 4114.0, 4156.0, 4158.0, 4137.0, 4165.0, 4126.0, 4176.0, 4124.0, 4155.0, 4124.0, 4156.0, 4102.0, 4144.0, 4102.0, 4134.0, 4114.0, 4123.0, 4174.0, 4134.0, 4176.0, 4144.0, 4175.0, 4127.0, 4165.0, 4151.0, 4177.0, 4138.0, 4177.0, 4138.0, 4186.0, 4149.0, 4177.0, 4136.0, 4165.0, 4125.0, 4176.0, 4146.0, 4188.0, 4157.0, 4178.0, 4135.0, 4165.0, 4135.0, 4166.0, 4145.0, 4165.0, 4123.0, 4155.0, 4134.0, 4167.0, 4137.0, 4169.0, 4125.0, 4167.0, 4126.0, 4167.0, 4127.0, 4179.0, 4159.0, 4157.0, 4146.0, 4137.0, 4165.0, 4125.0, 4175.0, 4144.0, 4165.0, 4132.0, 4141.0, 4097.0, 4129.0, 4101.0, 4166.0, 4125.0, 4177.0, 4142.0, 4136.0, 4116.0, 4126.0, 4125.0, 4126.0, 4176.0, 4150.0, 4189.0, 4171.0, 4138.0, 4184.0, 4149.0, 4165.0, 4138.0, 4165.0, 4132.0, 4162.0, 4120.0, 4141.0, 4094.0, 4127.0, 4113.0, 4095.0, 4135.0, 4081.0, 4122.0, 4078.0, 4109.0, 4068.0, 4099.0, 4059.0, 4081.0, 4072.0, 4092.0, 4072.0, 4094.0, 4104.0, 4096.0, 4137.0, 4107.0, 4130.0, 4086.0, 4119.0, 4129.0, 4107.0, 4149.0, 4107.0, 4127.0, 4096.0, 4119.0, 4097.0, 4121.0, 4110.0, 4121.0, 4118.0, 4100.0, 4140.0, 4123.0, 4165.0, 4133.0, 4155.0, 4113.0, 4145.0, 4123.0, 4124.0, 4166.0, 4135.0, 4167.0, 4125.0, 4156.0, 4125.0, 4124.0, 4177.0, 4137.0, 4168.0, 4126.0, 4156.0, 4126.0, 4124.0, 4154.0, 4123.0, 4167.0, 4126.0, 4145.0, 4155.0, 4125.0, 4164.0, 4122.0, 4143.0, 4124.0, 4126.0, 4175.0, 4133.0, 4155.0, 4112.0, 4124.0, 4163.0, 4123.0, 4157.0, 4125.0, 4145.0, 4143.0, 4125.0, 4166.0, 4135.0, 4156.0, 4125.0, 4136.0, 4166.0, 4136.0, 4166.0, 4137.0, 4169.0, 4126.0, 4159.0, 4127.0, 4148.0, 4167.0, 4138.0, 4191.0, 4158.0, 4182.0, 4137.0, 4169.0, 4145.0, 4138.0, 4179.0, 4137.0, 4178.0, 4146.0, 4157.0, 4133.0, 4126.0, 4177.0, 4133.0, 4153.0, 4111.0, 4144.0, 4113.0, 4124.0, 4156.0, 4136.0, 4168.0, 4149.0, 4158.0, 4137.0, 4161.0, 4140.0, 4150.0, 4169.0, 4149.0, 4179.0, 4147.0, 4182.0, 4160.0, 4160.0, 4170.0, 4139.0, 4177.0, 4138.0, 4179.0, 4135.0, 4167.0, 4126.0, 4169.0, 4160.0, 4155.0, 4126.0, 4126.0, 4126.0, 4161.0, 4131.0, 4128.0, 4141.0, 4131.0, 4206.0, 4175.0, 4183.0, 4200.0, 4150.0, 4191.0, 4154.0, 4166.0, 4122.0, 4133.0, 4129.0, 4120.0, 4160.0, 4108.0, 4150.0, 4117.0, 4140.0, 4106.0, 4137.0, 4096.0, 4129.0, 4086.0, 4118.0, 4109.0, 4110.0, 4170.0, 4130.0, 4151.0, 4119.0, 4140.0, 4108.0, 4130.0, 4120.0, 4120.0, 4131.0, 4120.0, 4141.0, 4109.0, 4133.0, 4124.0, 4164.0, 4134.0, 4155.0, 4125.0, 4167.0, 4137.0, 4190.0, 4168.0, 4179.0, 4146.0, 4165.0, 4134.0, 4166.0, 4123.0, 4166.0, 4114.0, 4153.0, 4113.0, 4132.0, 4129.0, 4112.0, 4173.0, 4123.0, 4162.0, 4121.0, 4150.0, 4108.0, 4152.0, 4102.0, 4140.0, 4108.0, 4120.0, 4108.0, 4099.0, 4150.0, 4108.0, 4160.0, 4119.0, 4150.0, 4119.0, 4140.0, 4119.0, 4152.0, 4121.0, 4154.0, 4110.0, 4145.0, 4110.0, 4133.0, 4123.0, 4132.0, 4151.0, 4132.0, 4151.0, 4120.0, 4162.0, 4131.0, 4163.0, 4132.0, 4163.0, 4130.0, 4152.0, 4132.0, 4162.0, 4131.0, 4163.0, 4132.0, 4161.0, 4133.0, 4165.0, 4146.0, 4176.0, 4147.0, 4165.0, 4137.0, 4137.0, 4148.0, 4151.0, 4179.0, 4137.0, 4177.0, 4146.0, 4175.0, 4134.0, 4187.0, 4146.0, 4175.0, 4134.0, 4154.0, 4112.0, 4120.0, 4133.0, 4134.0, 4155.0, 4132.0, 4167.0, 4100.0, 4154.0, 4100.0, 4152.0, 4110.0, 4172.0, 4142.0, 4163.0, 4132.0, 4152.0, 4122.0, 4121.0, 4134.0, 4123.0, 4166.0, 4113.0, 4163.0, 4113.0, 4166.0, 4114.0, 4166.0, 4111.0, 4168.0, 4099.0, 4121.0, 4097.0, 4120.0, 4119.0, 4118.0, 4138.0, 4108.0, 4148.0, 4109.0, 4159.0, 4108.0, 4150.0, 4108.0, 4138.0, 4109.0, 4141.0, 4122.0, 4152.0, 4123.0, 4152.0, 4113.0, 4152.0, 4125.0, 4178.0, 4136.0, 4167.0, 4135.0, 4165.0, 4132.0, 4167.0, 4122.0, 4154.0, 4101.0, 4142.0, 4111.0, 4119.0, 4129.0, 4111.0, 4161.0, 4130.0, 4149.0, 4119.0, 4151.0, 4108.0, 4138.0, 4111.0, 4151.0, 4099.0, 4141.0, 4099.0, 4120.0, 4101.0, 4122.0, 4163.0, 4133.0, 4175.0, 4135.0, 4166.0, 4138.0, 4167.0, 4113.0, 4157.0, 4113.0, 4134.0, 4144.0, 4125.0, 4178.0, 4144.0, 4163.0, 4132.0, 4155.0, 4111.0, 4146.0, 4165.0, 4134.0, 4176.0, 4134.0, 4163.0, 4123.0, 4155.0, 4125.0, 4136.0, 4177.0, 4154.0, 4164.0, 4123.0, 4155.0, 4151.0, 4122.0, 4173.0, 4142.0, 4152.0, 4099.0, 4131.0, 4109.0, 4111.0, 4173.0, 4132.0, 4163.0, 4110.0, 4154.0, 4143.0, 4123.0, 4174.0, 4121.0, 4152.0, 4112.0, 4134.0, 4164.0, 4134.0, 4175.0, 4144.0, 4165.0, 4123.0, 4123.0, 4173.0, 4132.0, 4154.0, 4110.0, 4134.0, 4175.0, 4133.0, 4164.0, 4133.0, 4154.0, 4111.0, 4132.0, 4112.0, 4123.0, 4174.0, 4147.0, 4179.0, 4135.0, 4167.0, 4136.0, 4147.0, 4123.0, 4135.0, 4175.0, 4145.0, 4177.0, 4147.0, 4169.0, 4156.0, 4136.0, 4188.0, 4145.0, 4177.0, 4132.0, 4166.0, 4142.0, 4133.0, 4173.0, 4144.0, 4164.0, 4122.0, 4165.0, 4125.0, 4134.0, 4142.0, 4124.0, 4188.0, 4145.0, 4176.0, 4138.0, 4177.0, 4125.0, 4157.0, 4127.0, 4149.0, 4188.0, 4157.0, 4167.0, 4146.0, 4167.0, 4126.0, 4158.0, 4176.0, 4136.0, 4188.0, 4146.0, 4165.0, 4146.0, 4156.0, 4135.0, 4166.0, 4145.0, 4146.0, 4136.0, 4137.0, 4169.0, 4134.0, 4176.0, 4134.0, 4167.0, 4124.0, 4157.0, 4165.0, 4145.0, 4175.0, 4134.0, 4175.0, 4143.0, 4165.0, 4138.0, 4168.0, 4146.0, 4146.0, 4174.0, 4145.0, 4175.0, 4155.0, 4178.0, 4135.0, 4169.0, 4134.0, 4168.0, 4137.0, 4147.0, 4176.0, 4146.0, 4188.0, 4168.0, 4180.0, 4146.0, 4165.0, 4125.0, 4156.0, 4113.0, 4155.0, 4146.0, 4147.0, 4190.0, 4168.0, 4178.0, 4145.0, 4177.0, 4124.0, 4167.0, 4147.0, 4146.0, 4175.0, 4146.0, 4189.0, 4146.0, 4175.0, 4159.0, 4177.0, 4124.0, 4167.0, 4123.0, 4145.0, 4136.0, 4146.0, 4185.0, 4156.0, 4178.0, 4145.0, 4177.0, 4156.0, 4179.0, 4138.0, 4179.0, 4134.0, 4155.0, 4125.0, 4146.0, 4178.0, 4146.0, 4187.0, 4157.0, 4175.0, 4144.0, 4164.0, 4133.0, 4175.0, 4134.0, 4176.0, 4143.0, 4154.0, 4122.0, 4133.0, 4154.0, 4137.0, 4186.0, 4157.0, 4177.0, 4145.0, 4164.0, 4136.0, 4168.0, 4142.0, 4146.0, 4143.0, 4121.0, 4174.0, 4130.0, 4161.0, 4140.0, 4162.0, 4120.0, 4151.0, 4110.0, 4141.0, 4114.0, 4146.0, 4124.0, 4156.0, 4134.0, 4133.0, 4145.0, 4135.0, 4188.0, 4140.0, 4175.0, 4144.0, 4165.0, 4132.0, 4154.0, 4112.0, 4166.0, 4135.0, 4165.0, 4124.0, 4132.0, 4113.0, 4132.0, 4121.0, 4146.0, 4177.0, 4145.0, 4165.0, 4134.0, 4133.0, 4133.0, 4152.0, 4144.0, 4174.0, 4154.0, 4173.0, 4133.0, 4173.0, 4134.0, 4164.0, 4133.0, 4162.0, 4131.0, 4162.0, 4119.0, 4141.0, 4108.0, 4129.0, 4100.0, 4144.0, 4134.0, 4154.0, 4121.0, 4130.0, 4099.0, 4130.0, 4091.0, 4155.0, 4116.0, 4134.0, 4136.0, 4143.0, 4144.0, 4163.0, 4155.0, 4172.0, 4145.0, 4171.0, 4121.0, 4160.0, 4118.0, 4160.0, 4118.0, 4147.0, 4117.0, 4135.0, 4093.0, 4124.0, 4086.0, 4118.0, 4083.0, 4114.0, 4084.0, 4136.0, 4086.0, 4127.0, 4096.0], 'WindowWidth': [9270.0, 9313.0, 9220.0, 9243.0, 9192.0, 9261.0, 9218.0, 9219.0, 9184.0, 9173.0, 9208.0, 9176.0, 9270.0, 9187.0, 9230.0, 9183.0, 9225.0, 9158.0, 9197.0, 9159.0, 9219.0, 9171.0, 9200.0, 9169.0, 9175.0, 9239.0, 9193.0, 9253.0, 9201.0, 9225.0, 9173.0, 9230.0, 9155.0, 9221.0, 9161.0, 9220.0, 9158.0, 9216.0, 9174.0, 9195.0, 9271.0, 9215.0, 9252.0, 9213.0, 9252.0, 9195.0, 9244.0, 9186.0, 9240.0, 9218.0, 9192.0, 9254.0, 9189.0, 9253.0, 9204.0, 9251.0, 9214.0, 9252.0, 9157.0, 9237.0, 9185.0, 9229.0, 9200.0, 9205.0, 9222.0, 9190.0, 9264.0, 9199.0, 9241.0, 9201.0, 9223.0, 9176.0, 9230.0, 9170.0, 9228.0, 9137.0, 9193.0, 9147.0, 9187.0, 9200.0, 9199.0, 9182.0, 9185.0, 9191.0, 9171.0, 9251.0, 9195.0, 9247.0, 9210.0, 9249.0, 9206.0, 9256.0, 9209.0, 9249.0, 9209.0, 9247.0, 9189.0, 9237.0, 9172.0, 9235.0, 9188.0, 9184.0, 9210.0, 9193.0, 9246.0, 9219.0, 9250.0, 9183.0, 9210.0, 9178.0, 9239.0, 9156.0, 9219.0, 9158.0, 9183.0, 9211.0, 9196.0, 9260.0, 9201.0, 9249.0, 9190.0, 9223.0, 9198.0, 9224.0, 9177.0, 9218.0, 9161.0, 9206.0, 9176.0, 9220.0, 9269.0, 9224.0, 9269.0, 9212.0, 9234.0, 9194.0, 9239.0, 9196.0, 9259.0, 9183.0, 9232.0, 9182.0, 9231.0, 9249.0, 9235.0, 9275.0, 9228.0, 9274.0, 9211.0, 9265.0, 9202.0, 9258.0, 9202.0, 9245.0, 9189.0, 9244.0, 9248.0, 9211.0, 9252.0, 9208.0, 9268.0, 9190.0, 9250.0, 9207.0, 9254.0, 9181.0, 9234.0, 9159.0, 9227.0, 9200.0, 9226.0, 9199.0, 9198.0, 9268.0, 9213.0, 9256.0, 9224.0, 9240.0, 9193.0, 9244.0, 9166.0, 9231.0, 9197.0, 9223.0, 9196.0, 9197.0, 9251.0, 9195.0, 9258.0, 9212.0, 9256.0, 9230.0, 9255.0, 9195.0, 9239.0, 9185.0, 9247.0, 9187.0, 9259.0, 9185.0, 9235.0, 9180.0, 9217.0, 9209.0, 9236.0, 9228.0, 9217.0, 9241.0, 9201.0, 9282.0, 9220.0, 9261.0, 9210.0, 9243.0, 9159.0, 9219.0, 9224.0, 9194.0, 9229.0, 9176.0, 9247.0, 9170.0, 9213.0, 9171.0, 9219.0, 9140.0, 9198.0, 9138.0, 9184.0, 9155.0, 9169.0, 9239.0, 9185.0, 9246.0, 9199.0, 9241.0, 9182.0, 9232.0, 9221.0, 9250.0, 9199.0, 9251.0, 9198.0, 9264.0, 9214.0, 9247.0, 9192.0, 9229.0, 9176.0, 9247.0, 9205.0, 9270.0, 9222.0, 9253.0, 9187.0, 9228.0, 9185.0, 9231.0, 9201.0, 9228.0, 9170.0, 9213.0, 9186.0, 9233.0, 9194.0, 9239.0, 9175.0, 9233.0, 9178.0, 9236.0, 9180.0, 9253.0, 9223.0, 9223.0, 9203.0, 9192.0, 9231.0, 9173.0, 9249.0, 9197.0, 9230.0, 9178.0, 9188.0, 9121.0, 9169.0, 9135.0, 9228.0, 9174.0, 9249.0, 9210.0, 9191.0, 9170.0, 9180.0, 9176.0, 9180.0, 9249.0, 9217.0, 9268.0, 9245.0, 9197.0, 9263.0, 9210.0, 9230.0, 9191.0, 9232.0, 9179.0, 9224.0, 9154.0, 9189.0, 9109.0, 9162.0, 9133.0, 9112.0, 9172.0, 9088.0, 9146.0, 9079.0, 9123.0, 9066.0, 9109.0, 9055.0, 9090.0, 9078.0, 9106.0, 9081.0, 9114.0, 9126.0, 9119.0, 9178.0, 9134.0, 9171.0, 9105.0, 9155.0, 9166.0, 9135.0, 9196.0, 9134.0, 9163.0, 9119.0, 9153.0, 9123.0, 9161.0, 9144.0, 9161.0, 9155.0, 9133.0, 9188.0, 9169.0, 9227.0, 9184.0, 9214.0, 9155.0, 9201.0, 9167.0, 9171.0, 9232.0, 9188.0, 9235.0, 9174.0, 9218.0, 9173.0, 9173.0, 9248.0, 9194.0, 9238.0, 9175.0, 9218.0, 9175.0, 9172.0, 9212.0, 9168.0, 9233.0, 9175.0, 9201.0, 9214.0, 9172.0, 9226.0, 9165.0, 9196.0, 9170.0, 9178.0, 9245.0, 9183.0, 9214.0, 9152.0, 9171.0, 9224.0, 9167.0, 9221.0, 9175.0, 9202.0, 9195.0, 9172.0, 9230.0, 9185.0, 9220.0, 9175.0, 9192.0, 9231.0, 9191.0, 9233.0, 9192.0, 9240.0, 9178.0, 9228.0, 9181.0, 9211.0, 9235.0, 9197.0, 9279.0, 9225.0, 9262.0, 9195.0, 9241.0, 9202.0, 9197.0, 9259.0, 9193.0, 9254.0, 9206.0, 9222.0, 9181.0, 9179.0, 9251.0, 9183.0, 9208.0, 9151.0, 9197.0, 9154.0, 9174.0, 9220.0, 9192.0, 9240.0, 9215.0, 9227.0, 9194.0, 9237.0, 9206.0, 9218.0, 9241.0, 9215.0, 9258.0, 9209.0, 9266.0, 9230.0, 9230.0, 9245.0, 9202.0, 9252.0, 9198.0, 9254.0, 9187.0, 9233.0, 9177.0, 9242.0, 9225.0, 9214.0, 9178.0, 9178.0, 9178.0, 9224.0, 9189.0, 9189.0, 9207.0, 9195.0, 9305.0, 9249.0, 9268.0, 9288.0, 9214.0, 9280.0, 9213.0, 9234.0, 9163.0, 9182.0, 9167.0, 9158.0, 9215.0, 9138.0, 9202.0, 9149.0, 9183.0, 9134.0, 9175.0, 9119.0, 9166.0, 9105.0, 9153.0, 9140.0, 9145.0, 9230.0, 9172.0, 9201.0, 9156.0, 9185.0, 9138.0, 9173.0, 9160.0, 9158.0, 9174.0, 9159.0, 9186.0, 9144.0, 9181.0, 9172.0, 9225.0, 9187.0, 9215.0, 9176.0, 9234.0, 9197.0, 9274.0, 9239.0, 9254.0, 9204.0, 9232.0, 9184.0, 9232.0, 9170.0, 9231.0, 9157.0, 9211.0, 9154.0, 9181.0, 9173.0, 9152.0, 9237.0, 9165.0, 9223.0, 9161.0, 9201.0, 9141.0, 9208.0, 9137.0, 9186.0, 9140.0, 9157.0, 9137.0, 9127.0, 9201.0, 9141.0, 9214.0, 9156.0, 9199.0, 9157.0, 9185.0, 9158.0, 9206.0, 9164.0, 9210.0, 9149.0, 9199.0, 9146.0, 9183.0, 9167.0, 9179.0, 9204.0, 9178.0, 9203.0, 9160.0, 9222.0, 9176.0, 9221.0, 9178.0, 9222.0, 9174.0, 9205.0, 9179.0, 9220.0, 9176.0, 9222.0, 9180.0, 9218.0, 9183.0, 9228.0, 9205.0, 9246.0, 9207.0, 9229.0, 9193.0, 9195.0, 9210.0, 9215.0, 9256.0, 9194.0, 9253.0, 9204.0, 9246.0, 9188.0, 9265.0, 9204.0, 9246.0, 9185.0, 9210.0, 9151.0, 9161.0, 9181.0, 9184.0, 9215.0, 9176.0, 9232.0, 9132.0, 9212.0, 9131.0, 9206.0, 9147.0, 9236.0, 9193.0, 9224.0, 9180.0, 9207.0, 9165.0, 9165.0, 9187.0, 9171.0, 9233.0, 9155.0, 9225.0, 9156.0, 9230.0, 9159.0, 9235.0, 9149.0, 9237.0, 9128.0, 9160.0, 9120.0, 9158.0, 9155.0, 9153.0, 9180.0, 9137.0, 9195.0, 9143.0, 9213.0, 9141.0, 9197.0, 9140.0, 9181.0, 9142.0, 9189.0, 9167.0, 9206.0, 9168.0, 9207.0, 9155.0, 9206.0, 9176.0, 9252.0, 9193.0, 9234.0, 9188.0, 9228.0, 9179.0, 9232.0, 9167.0, 9211.0, 9132.0, 9192.0, 9144.0, 9156.0, 9168.0, 9147.0, 9219.0, 9170.0, 9199.0, 9156.0, 9201.0, 9141.0, 9180.0, 9150.0, 9203.0, 9130.0, 9188.0, 9130.0, 9161.0, 9135.0, 9167.0, 9223.0, 9181.0, 9242.0, 9189.0, 9230.0, 9197.0, 9235.0, 9155.0, 9216.0, 9154.0, 9187.0, 9198.0, 9175.0, 9250.0, 9196.0, 9223.0, 9179.0, 9215.0, 9148.0, 9204.0, 9228.0, 9184.0, 9243.0, 9184.0, 9224.0, 9168.0, 9214.0, 9174.0, 9192.0, 9250.0, 9212.0, 9228.0, 9166.0, 9213.0, 9203.0, 9164.0, 9240.0, 9189.0, 9206.0, 9129.0, 9175.0, 9142.0, 9148.0, 9236.0, 9177.0, 9224.0, 9147.0, 9210.0, 9194.0, 9167.0, 9238.0, 9163.0, 9207.0, 9152.0, 9185.0, 9225.0, 9184.0, 9243.0, 9197.0, 9228.0, 9167.0, 9168.0, 9238.0, 9178.0, 9213.0, 9148.0, 9186.0, 9244.0, 9184.0, 9227.0, 9181.0, 9211.0, 9151.0, 9179.0, 9154.0, 9171.0, 9241.0, 9208.0, 9254.0, 9189.0, 9236.0, 9191.0, 9205.0, 9170.0, 9189.0, 9244.0, 9203.0, 9250.0, 9205.0, 9242.0, 9218.0, 9191.0, 9268.0, 9202.0, 9249.0, 9182.0, 9231.0, 9193.0, 9182.0, 9241.0, 9198.0, 9228.0, 9168.0, 9228.0, 9171.0, 9185.0, 9194.0, 9171.0, 9264.0, 9203.0, 9245.0, 9188.0, 9249.0, 9176.0, 9223.0, 9179.0, 9214.0, 9270.0, 9221.0, 9235.0, 9204.0, 9237.0, 9175.0, 9225.0, 9246.0, 9190.0, 9266.0, 9205.0, 9230.0, 9204.0, 9218.0, 9191.0, 9233.0, 9201.0, 9203.0, 9190.0, 9191.0, 9232.0, 9187.0, 9245.0, 9186.0, 9235.0, 9174.0, 9220.0, 9232.0, 9203.0, 9245.0, 9185.0, 9243.0, 9197.0, 9230.0, 9196.0, 9237.0, 9204.0, 9204.0, 9243.0, 9203.0, 9245.0, 9217.0, 9252.0, 9191.0, 9240.0, 9188.0, 9238.0, 9194.0, 9207.0, 9249.0, 9204.0, 9268.0, 9238.0, 9256.0, 9203.0, 9230.0, 9174.0, 9217.0, 9156.0, 9218.0, 9205.0, 9209.0, 9275.0, 9237.0, 9253.0, 9203.0, 9250.0, 9172.0, 9237.0, 9208.0, 9205.0, 9246.0, 9206.0, 9269.0, 9203.0, 9245.0, 9228.0, 9251.0, 9171.0, 9234.0, 9170.0, 9202.0, 9190.0, 9207.0, 9258.0, 9219.0, 9251.0, 9203.0, 9248.0, 9222.0, 9257.0, 9197.0, 9254.0, 9186.0, 9219.0, 9173.0, 9207.0, 9252.0, 9205.0, 9267.0, 9221.0, 9246.0, 9200.0, 9228.0, 9184.0, 9246.0, 9186.0, 9248.0, 9196.0, 9215.0, 9168.0, 9184.0, 9215.0, 9195.0, 9260.0, 9220.0, 9252.0, 9203.0, 9230.0, 9193.0, 9238.0, 9195.0, 9202.0, 9195.0, 9165.0, 9242.0, 9175.0, 9221.0, 9189.0, 9222.0, 9162.0, 9206.0, 9148.0, 9190.0, 9158.0, 9205.0, 9172.0, 9216.0, 9185.0, 9184.0, 9200.0, 9187.0, 9265.0, 9194.0, 9246.0, 9200.0, 9231.0, 9181.0, 9213.0, 9153.0, 9232.0, 9188.0, 9229.0, 9172.0, 9182.0, 9156.0, 9182.0, 9167.0, 9205.0, 9248.0, 9202.0, 9228.0, 9186.0, 9183.0, 9183.0, 9209.0, 9200.0, 9244.0, 9212.0, 9240.0, 9182.0, 9240.0, 9184.0, 9227.0, 9183.0, 9223.0, 9176.0, 9220.0, 9157.0, 9191.0, 9141.0, 9171.0, 9130.0, 9197.0, 9184.0, 9212.0, 9165.0, 9173.0, 9129.0, 9175.0, 9125.0, 9216.0, 9160.0, 9187.0, 9193.0, 9198.0, 9201.0, 9225.0, 9217.0, 9236.0, 9201.0, 9231.0, 9162.0, 9218.0, 9153.0, 9219.0, 9150.0, 9194.0, 9146.0, 9172.0, 9110.0, 9154.0, 9102.0, 9150.0, 9098.0, 9141.0, 9101.0, 9175.0, 9106.0, 9163.0, 9122.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.0005167948717948718</td></tr>
<tr><td colspan=3>aqi</td><td>0.0232382358974359</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.025596008706785</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2921246518953584</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0053659623692008</td></tr>
<tr><td colspan=3>efc</td><td>0.4993</td></tr>
<tr><td colspan=3>fber</td><td>4890.2407</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10239761644447402</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.424063116370808</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6269937538095984</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5592609389824643</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.897831476364859</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4238888460814714</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151527</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014645956456661224</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026688113808631897</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8808155354025806</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>19.5368</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4167</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.7301</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297451.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1116.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.6533</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.529</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.0039</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3298.6877</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.5168</td></tr>
<tr><td colspan=3>tsnr</td><td>38.18635274656117</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>