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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-01/func/sub-0089_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>441dcbe14daa80518f59ab93b136e800</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:44:13.695000</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.99895, 0.0454609, -0.00561308, -0.0416938, 0.95316, 0.299579]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109055</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7827, -7206, 602, -68, -238, 34, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.834</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4927bef2-c64e-4c86-9e73-9e74df381fc5||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.6801106929779053, -0.11186132580041885, -0.05121707171201706, 117.1335220336914], [-0.12196838110685349, 2.5572590827941895, 0.807381272315979, -111.5793228149414], [-0.015059475786983967, -0.8037474155426025, 2.57594895362854, -7.375750541687012], [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': ['184413.695000', '184414.155000', '184414.615000', '184415.075000', '184415.535000', '184415.995000', '184416.455000', '184416.915000', '184417.375000', '184417.835000', '184418.295000', '184418.755000', '184419.215000', '184419.675000', '184420.135000', '184420.595000', '184421.055000', '184421.515000', '184421.975000', '184422.435000', '184422.895000', '184423.355000', '184423.815000', '184424.275000', '184424.735000', '184425.195000', '184425.655000', '184426.115000', '184426.575000', '184427.035000', '184427.495000', '184427.955000', '184428.415000', '184428.875000', '184429.335000', '184429.795000', '184430.255000', '184430.715000', '184431.175000', '184431.635000', '184432.095000', '184432.555000', '184433.015000', '184433.475000', '184433.935000', '184434.395000', '184434.855000', '184435.315000', '184435.775000', '184436.235000', '184436.695000', '184437.155000', '184437.615000', '184438.075000', '184438.535000', '184438.995000', '184439.455000', '184439.915000', '184440.375000', '184440.835000', '184441.295000', '184441.755000', '184442.215000', '184442.675000', '184443.135000', '184443.595000', '184444.055000', '184444.515000', '184444.975000', '184445.435000', '184445.895000', '184446.355000', '184446.815000', '184447.275000', '184447.735000', '184448.195000', '184448.655000', '184449.115000', '184449.575000', '184450.035000', '184450.495000', '184450.955000', '184451.415000', '184451.875000', '184452.335000', '184452.795000', '184453.255000', '184453.715000', '184454.175000', '184454.635000', '184455.095000', '184455.555000', '184456.015000', '184456.475000', '184456.935000', '184457.395000', '184457.855000', '184458.315000', '184458.775000', '184459.235000', '184459.695000', '184500.155000', '184500.615000', '184501.075000', '184501.535000', '184501.995000', '184502.455000', '184502.915000', '184503.375000', '184503.835000', '184504.295000', '184504.755000', '184505.215000', '184505.675000', '184506.135000', '184506.595000', '184507.055000', '184507.515000', '184507.975000', '184508.435000', '184508.895000', '184509.355000', '184509.815000', '184510.275000', '184510.735000', '184511.195000', '184511.655000', '184512.115000', '184512.575000', '184513.035000', '184513.495000', '184513.955000', '184514.415000', '184514.875000', '184515.335000', '184515.795000', '184516.255000', '184516.715000', '184517.175000', '184517.635000', '184518.095000', '184518.555000', '184519.015000', '184519.475000', '184519.935000', '184520.395000', '184520.855000', '184521.315000', '184521.775000', '184522.235000', '184522.695000', '184523.155000', '184523.615000', '184524.075000', '184524.535000', '184524.995000', '184525.455000', '184525.915000', '184526.375000', '184526.835000', '184527.295000', '184527.755000', '184528.215000', '184528.675000', '184529.135000', '184529.595000', '184530.055000', '184530.515000', '184530.975000', '184531.435000', '184531.895000', '184532.355000', '184532.815000', '184533.275000', '184533.735000', '184534.195000', '184534.655000', '184535.115000', '184535.575000', '184536.035000', '184536.495000', '184536.955000', '184537.415000', '184537.875000', '184538.335000', '184538.795000', '184539.255000', '184539.715000', '184540.175000', '184540.635000', '184541.095000', '184541.555000', '184542.015000', '184542.475000', '184542.935000', '184543.395000', '184543.855000', '184544.315000', '184544.775000', '184545.235000', '184545.695000', '184546.155000', '184546.615000', '184547.075000', '184547.535000', '184547.995000', '184548.455000', '184548.915000', '184549.375000', '184549.835000', '184550.295000', '184550.755000', '184551.215000', '184551.675000', '184552.135000', '184552.595000', '184553.055000', '184553.515000', '184553.975000', '184554.435000', '184554.895000', '184555.355000', '184555.815000', '184556.275000', '184556.735000', '184557.195000', '184557.655000', '184558.115000', '184558.575000', '184559.035000', '184559.495000', '184559.955000', '184600.415000', '184600.875000', '184601.335000', '184601.795000', '184602.255000', '184602.715000', '184603.175000', '184603.635000', '184604.095000', '184604.555000', '184605.015000', '184605.475000', '184605.935000', '184606.395000', '184606.855000', '184607.315000', '184607.775000', '184608.235000', '184608.695000', '184609.155000', '184609.615000', '184610.075000', '184610.535000', '184610.995000', '184611.455000', '184611.915000', '184612.375000', '184612.835000', '184613.295000', '184613.755000', '184614.215000', '184614.675000', '184615.135000', '184615.595000', '184616.055000', '184616.515000', '184616.975000', '184617.435000', '184617.895000', '184618.355000', '184618.815000', '184619.275000', '184619.735000', '184620.195000', '184620.655000', '184621.115000', '184621.575000', '184622.035000', '184622.495000', '184622.955000', '184623.415000', '184623.875000', '184624.335000', '184624.795000', '184625.255000', '184625.715000', '184626.175000', '184626.635000', '184627.095000', '184627.555000', '184628.015000', '184628.475000', '184628.935000', '184629.395000', '184629.855000', '184630.315000', '184630.775000', '184631.235000', '184631.695000', '184632.155000', '184632.615000', '184633.075000', '184633.535000', '184633.995000', '184634.455000', '184634.915000', '184635.375000', '184635.835000', '184636.295000', '184636.755000', '184637.215000', '184637.675000', '184638.135000', '184638.595000', '184639.055000', '184639.515000', '184639.975000', '184640.435000', '184640.895000', '184641.355000', '184641.815000', '184642.275000', '184642.735000', '184643.195000', '184643.655000', '184644.115000', '184644.575000', '184645.035000', '184645.495000', '184645.955000', '184646.415000', '184646.875000', '184647.335000', '184647.795000', '184648.255000', '184648.715000', '184649.175000', '184649.635000', '184650.095000', '184650.555000', '184651.015000', '184651.475000', '184651.935000', '184652.395000', '184652.855000', '184653.315000', '184653.775000', '184654.235000', '184654.695000', '184655.155000', '184655.615000', '184656.075000', '184656.535000', '184656.995000', '184657.455000', '184657.915000', '184658.375000', '184658.835000', '184659.295000', '184659.755000', '184700.215000', '184700.675000', '184701.135000', '184701.595000', '184702.055000', '184702.515000', '184702.975000', '184703.435000', '184703.895000', '184704.355000', '184704.815000', '184705.275000', '184705.735000', '184706.195000', '184706.655000', '184707.115000', '184707.575000', '184708.035000', '184708.495000', '184708.955000', '184709.415000', '184709.875000', '184710.335000', '184710.795000', '184711.255000', '184711.715000', '184712.175000', '184712.635000', '184713.095000', '184713.555000', '184714.015000', '184714.475000', '184714.935000', '184715.395000', '184715.855000', '184716.315000', '184716.775000', '184717.235000', '184717.695000', '184718.155000', '184718.615000', '184719.075000', '184719.535000', '184719.995000', '184720.455000', '184720.915000', '184721.375000', '184721.835000', '184722.295000', '184722.755000', '184723.215000', '184723.675000', '184724.135000', '184724.595000', '184725.055000', '184725.515000', '184725.975000', '184726.435000', '184726.895000', '184727.355000', '184727.815000', '184728.275000', '184728.735000', '184729.195000', '184729.655000', '184730.115000', '184730.575000', '184731.035000', '184731.495000', '184731.955000', '184732.415000', '184732.875000', '184733.335000', '184733.795000', '184734.255000', '184734.715000', '184735.175000', '184735.635000', '184736.095000', '184736.555000', '184737.015000', '184737.475000', '184737.935000', '184738.395000', '184738.855000', '184739.315000', '184739.775000', '184740.235000', '184740.695000', '184741.155000', '184741.615000', '184742.075000', '184742.535000', '184742.995000', '184743.455000', '184743.915000', '184744.375000', '184744.835000', '184745.295000', '184745.755000', '184746.215000', '184746.675000', '184747.135000', '184747.595000', '184748.055000', '184748.515000', '184748.975000', '184749.435000', '184749.895000', '184750.355000', '184750.815000', '184751.275000', '184751.735000', '184752.195000', '184752.655000', '184753.115000', '184753.575000', '184754.035000', '184754.495000', '184754.955000', '184755.415000', '184755.875000', '184756.335000', '184756.795000', '184757.255000', '184757.715000', '184758.175000', '184758.635000', '184759.095000', '184759.555000', '184800.015000', '184800.475000', '184800.935000', '184801.395000', '184801.855000', '184802.315000', '184802.775000', '184803.235000', '184803.695000', '184804.155000', '184804.615000', '184805.075000', '184805.535000', '184805.995000', '184806.455000', '184806.915000', '184807.375000', '184807.835000', '184808.295000', '184808.755000', '184809.215000', '184809.675000', '184810.135000', '184810.595000', '184811.055000', '184811.515000', '184811.975000', '184812.435000', '184812.895000', '184813.355000', '184813.815000', '184814.275000', '184814.735000', '184815.195000', '184815.655000', '184816.115000', '184816.575000', '184817.035000', '184817.495000', '184817.955000', '184818.415000', '184818.875000', '184819.335000', '184819.795000', '184820.255000', '184820.715000', '184821.175000', '184821.635000', '184822.095000', '184822.555000', '184823.015000', '184823.475000', '184823.935000', '184824.395000', '184824.855000', '184825.315000', '184825.775000', '184826.235000', '184826.695000', '184827.155000', '184827.615000', '184828.075000', '184828.535000', '184828.995000', '184829.455000', '184829.915000', '184830.375000', '184830.835000', '184831.295000', '184831.755000', '184832.215000', '184832.675000', '184833.135000', '184833.595000', '184834.055000', '184834.515000', '184834.975000', '184835.435000', '184835.895000', '184836.355000', '184836.815000', '184837.275000', '184837.735000', '184838.195000', '184838.655000', '184839.115000', '184839.575000', '184840.035000', '184840.495000', '184840.955000', '184841.415000', '184841.875000', '184842.335000', '184842.795000', '184843.255000', '184843.715000', '184844.175000', '184844.635000', '184845.095000', '184845.555000', '184846.015000', '184846.475000', '184846.935000', '184847.395000', '184847.855000', '184848.315000', '184848.775000', '184849.235000', '184849.695000', '184850.155000', '184850.615000', '184851.075000', '184851.535000', '184851.995000', '184852.455000', '184852.915000', '184853.375000', '184853.835000', '184854.295000', '184854.755000', '184855.215000', '184855.675000', '184856.135000', '184856.595000', '184857.055000', '184857.515000', '184857.975000', '184858.435000', '184858.895000', '184859.355000', '184859.815000', '184900.275000', '184900.735000', '184901.195000', '184901.655000', '184902.115000', '184902.575000', '184903.035000', '184903.495000', '184903.955000', '184904.415000', '184904.875000', '184905.335000', '184905.795000', '184906.255000', '184906.715000', '184907.175000', '184907.635000', '184908.095000', '184908.555000', '184909.015000', '184909.475000', '184909.935000', '184910.395000', '184910.855000', '184911.315000', '184911.775000', '184912.235000', '184912.695000', '184913.155000', '184913.615000', '184914.075000', '184914.535000', '184914.995000', '184915.455000', '184915.915000', '184916.375000', '184916.835000', '184917.295000', '184917.755000', '184918.215000', '184918.675000', '184919.135000', '184919.595000', '184920.055000', '184920.515000', '184920.975000', '184921.435000', '184921.895000', '184922.355000', '184922.815000', '184923.275000', '184923.735000', '184924.195000', '184924.655000', '184925.115000', '184925.575000', '184926.035000', '184926.495000', '184926.955000', '184927.415000', '184927.875000', '184928.335000', '184928.795000', '184929.255000', '184929.715000', '184930.175000', '184930.635000', '184931.095000', '184931.555000', '184932.015000', '184932.475000', '184932.935000', '184933.395000', '184933.855000', '184934.315000', '184934.775000', '184935.235000', '184935.695000', '184936.155000', '184936.615000', '184937.075000', '184937.535000', '184937.995000', '184938.455000', '184938.915000', '184939.375000', '184939.835000', '184940.295000', '184940.755000', '184941.215000', '184941.675000', '184942.135000', '184942.595000', '184943.055000', '184943.515000', '184943.975000', '184944.435000', '184944.895000', '184945.355000', '184945.815000', '184946.275000', '184946.735000', '184947.195000', '184947.655000', '184948.115000', '184948.575000', '184949.035000', '184949.495000', '184949.955000', '184950.415000', '184950.875000', '184951.335000', '184951.795000', '184952.255000', '184952.715000', '184953.175000', '184953.635000', '184954.095000', '184954.555000', '184955.015000', '184955.475000', '184955.935000', '184956.395000', '184956.855000', '184957.315000', '184957.775000', '184958.235000', '184958.695000', '184959.155000', '184959.615000', '185000.075000', '185000.535000', '185000.995000', '185001.455000', '185001.915000', '185002.375000', '185002.835000', '185003.295000', '185003.755000', '185004.215000', '185004.675000', '185005.135000', '185005.595000', '185006.055000', '185006.515000', '185006.975000', '185007.435000', '185007.895000', '185008.355000', '185008.815000', '185009.275000', '185009.735000', '185010.195000', '185010.655000', '185011.115000', '185011.575000', '185012.035000', '185012.495000', '185012.955000', '185013.415000', '185013.875000', '185014.335000', '185014.795000', '185015.255000', '185015.715000', '185016.175000', '185016.635000', '185017.095000', '185017.555000', '185018.015000', '185018.475000', '185018.935000', '185019.395000', '185019.855000', '185020.315000', '185020.775000', '185021.235000', '185021.695000', '185022.155000', '185022.615000', '185023.075000', '185023.535000', '185023.995000', '185024.455000', '185024.915000', '185025.375000', '185025.835000', '185026.295000', '185026.755000', '185027.215000', '185027.675000', '185028.135000', '185028.595000', '185029.055000', '185029.515000', '185029.975000', '185030.435000', '185030.895000', '185031.355000', '185031.815000', '185032.275000', '185032.735000', '185033.195000', '185033.655000', '185034.115000', '185034.575000', '185035.035000', '185035.495000', '185035.955000', '185036.415000', '185036.875000', '185037.335000', '185037.795000', '185038.255000', '185038.715000', '185039.175000', '185039.635000', '185040.095000', '185040.555000', '185041.015000', '185041.475000', '185041.935000', '185042.395000', '185042.855000', '185043.315000', '185043.775000', '185044.235000', '185044.695000', '185045.155000', '185045.615000', '185046.075000', '185046.535000', '185046.995000', '185047.455000', '185047.915000', '185048.375000', '185048.835000', '185049.295000', '185049.755000', '185050.215000', '185050.675000', '185051.135000', '185051.595000', '185052.055000', '185052.515000', '185052.975000', '185053.435000', '185053.895000', '185054.355000', '185054.815000', '185055.275000', '185055.735000', '185056.195000', '185056.655000', '185057.115000', '185057.575000', '185058.035000', '185058.495000', '185058.955000', '185059.415000', '185059.875000', '185100.335000', '185100.795000', '185101.255000', '185101.715000', '185102.175000', '185102.635000', '185103.095000', '185103.555000', '185104.015000', '185104.475000', '185104.935000', '185105.395000', '185105.855000', '185106.315000', '185106.775000', '185107.235000', '185107.695000', '185108.155000', '185108.615000', '185109.075000', '185109.535000', '185109.995000', '185110.455000', '185110.915000', '185111.375000', '185111.835000', '185112.295000', '185112.755000', '185113.215000', '185113.675000', '185114.135000', '185114.595000', '185115.055000', '185115.515000', '185115.975000', '185116.435000', '185116.895000', '185117.355000', '185117.815000', '185118.275000', '185118.735000', '185119.195000', '185119.655000', '185120.115000', '185120.575000', '185121.035000', '185121.495000', '185121.955000', '185122.415000', '185122.875000', '185123.335000', '185123.795000', '185124.255000', '185124.715000', '185125.175000', '185125.635000', '185126.095000', '185126.555000', '185127.015000', '185127.475000', '185127.935000', '185128.395000', '185128.855000', '185129.315000', '185129.775000', '185130.235000', '185130.695000', '185131.155000', '185131.615000', '185132.075000', '185132.535000', '185132.995000', '185133.455000', '185133.915000', '185134.375000', '185134.835000', '185135.295000', '185135.755000', '185136.215000', '185136.675000', '185137.135000', '185137.595000', '185138.055000', '185138.515000', '185138.975000', '185139.435000', '185139.895000', '185140.355000', '185140.815000', '185141.275000', '185141.735000', '185142.195000', '185142.655000', '185143.115000', '185143.575000', '185144.035000', '185144.495000', '185144.955000', '185145.415000', '185145.875000', '185146.335000', '185146.795000', '185147.255000', '185147.715000', '185148.175000', '185148.635000', '185149.095000', '185149.555000', '185150.015000', '185150.475000', '185150.935000', '185151.395000', '185151.855000', '185152.315000', '185152.775000', '185153.235000', '185153.695000', '185154.155000', '185154.615000', '185155.075000', '185155.535000', '185155.995000', '185156.455000', '185156.915000', '185157.375000', '185157.835000', '185158.295000', '185158.755000', '185159.215000', '185159.675000', '185200.135000', '185200.595000'], 'ContentTime': ['184427.562000', '184427.565000', '184427.568000', '184427.572000', '184427.574000', '184427.577000', '184427.598000', '184427.601000', '184427.603000', '184427.606000', '184427.610000', '184427.613000', '184427.615000', '184427.618000', '184427.621000', '184427.624000', '184427.626000', '184427.629000', '184427.632000', '184427.635000', '184427.638000', '184427.640000', '184427.644000', '184427.647000', '184427.649000', '184427.652000', '184427.655000', '184447.523000', '184447.526000', '184447.529000', '184447.531000', '184447.534000', '184447.537000', '184447.540000', '184447.542000', '184447.545000', '184447.548000', '184447.550000', '184447.553000', '184447.555000', '184447.568000', '184447.571000', '184447.573000', '184447.576000', '184447.579000', '184447.581000', '184447.584000', '184447.587000', '184447.589000', '184447.592000', '184447.594000', '184447.597000', '184447.609000', '184447.612000', '184447.615000', '184447.617000', '184447.620000', '184447.623000', '184447.625000', '184447.628000', '184447.630000', '184447.633000', '184447.635000', '184447.638000', '184447.641000', '184447.643000', '184447.646000', '184447.649000', '184447.651000', '184447.654000', '184447.656000', '184507.524000', '184507.526000', '184507.529000', '184507.532000', '184507.534000', '184507.537000', '184507.540000', '184507.542000', '184507.545000', '184507.547000', '184507.550000', '184507.553000', '184507.564000', '184507.567000', '184507.569000', '184507.572000', '184507.575000', '184507.577000', '184507.580000', '184507.582000', '184507.585000', '184507.588000', '184507.590000', '184507.593000', '184507.595000', '184507.598000', '184507.601000', '184507.604000', '184507.606000', '184507.609000', '184507.612000', '184507.614000', '184507.623000', '184507.626000', '184507.628000', '184507.631000', '184507.634000', '184507.636000', '184507.639000', '184507.641000', '184507.644000', '184507.647000', '184507.649000', '184507.652000', '184527.523000', '184527.526000', '184527.529000', '184527.532000', '184527.534000', '184527.537000', '184527.540000', '184527.542000', '184527.545000', '184527.548000', '184527.550000', '184527.553000', '184527.555000', '184527.558000', '184527.561000', '184527.563000', '184527.566000', '184527.569000', '184527.571000', '184527.574000', '184527.577000', '184527.579000', '184527.582000', '184527.584000', '184527.587000', '184527.590000', '184527.592000', '184527.595000', '184527.598000', '184527.601000', '184527.603000', '184527.606000', '184527.608000', '184527.611000', '184527.614000', '184527.616000', '184527.619000', '184527.621000', '184527.624000', '184527.627000', '184527.629000', '184527.632000', '184527.635000', '184547.524000', '184547.527000', '184547.530000', '184547.533000', '184547.536000', '184547.539000', '184547.542000', '184547.547000', '184547.549000', '184547.552000', '184547.554000', '184547.557000', '184547.560000', '184547.562000', '184547.565000', '184547.568000', '184547.570000', '184547.573000', '184547.576000', '184547.580000', '184547.582000', '184547.585000', '184547.587000', '184547.590000', '184547.593000', '184547.595000', '184547.598000', '184547.601000', '184547.604000', '184547.606000', '184547.609000', '184547.611000', '184547.614000', '184547.617000', '184547.619000', '184547.627000', '184547.630000', '184547.633000', '184547.635000', '184547.638000', '184547.641000', '184547.644000', '184547.646000', '184607.524000', '184607.527000', '184607.530000', '184607.533000', '184607.536000', '184607.538000', '184607.541000', '184607.544000', '184607.546000', '184607.549000', '184607.552000', '184607.555000', '184607.557000', '184607.560000', '184607.563000', '184607.565000', '184607.568000', '184607.570000', '184607.573000', '184607.576000', '184607.579000', '184607.581000', '184607.584000', '184607.587000', '184607.589000', '184607.592000', '184607.595000', '184607.597000', '184607.600000', '184607.603000', '184607.605000', '184607.608000', '184607.611000', '184607.613000', '184607.616000', '184607.619000', '184607.621000', '184607.624000', '184607.626000', '184607.629000', '184607.632000', '184607.634000', '184607.637000', '184607.640000', '184627.524000', '184627.527000', '184627.530000', '184627.532000', '184627.535000', '184627.538000', '184627.540000', '184627.543000', '184627.546000', '184627.548000', '184627.551000', '184627.554000', '184627.556000', '184627.559000', '184627.562000', '184627.565000', '184627.567000', '184627.570000', '184627.574000', '184627.577000', '184627.599000', '184627.602000', '184627.605000', '184627.607000', '184627.610000', '184627.613000', '184627.615000', '184627.618000', '184627.621000', '184627.623000', '184627.626000', '184627.629000', '184627.631000', '184627.634000', '184627.637000', '184627.639000', '184627.642000', '184627.645000', '184627.647000', '184627.650000', '184627.652000', '184627.655000', '184627.658000', '184647.524000', '184647.527000', '184647.529000', '184647.532000', '184647.535000', '184647.538000', '184647.541000', '184647.543000', '184647.546000', '184647.581000', '184647.583000', '184647.586000', '184647.589000', '184647.591000', '184647.594000', '184647.596000', '184647.599000', '184647.602000', '184647.604000', '184647.607000', '184647.610000', '184647.612000', '184647.615000', '184647.618000', '184647.621000', '184647.623000', '184647.626000', '184647.628000', '184647.631000', '184647.634000', '184647.636000', '184647.639000', '184647.642000', '184647.644000', '184647.647000', '184647.650000', '184647.652000', '184647.655000', '184647.658000', '184647.660000', '184647.663000', '184647.666000', '184647.668000', '184647.671000', '184707.523000', '184707.526000', '184707.529000', '184707.532000', '184707.534000', '184707.537000', '184707.540000', '184707.542000', '184707.545000', '184707.547000', '184707.550000', '184707.553000', '184707.555000', '184707.558000', '184707.561000', '184707.564000', '184707.566000', '184707.569000', '184707.572000', '184707.574000', '184707.577000', '184707.580000', '184707.582000', '184707.585000', '184707.588000', '184707.590000', '184707.593000', '184707.596000', '184707.598000', '184707.601000', '184707.604000', '184707.606000', '184707.609000', '184707.612000', '184707.614000', '184707.617000', '184707.621000', '184707.623000', '184707.626000', '184707.629000', '184707.631000', '184707.634000', '184707.637000', '184727.523000', '184727.526000', '184727.529000', '184727.532000', '184727.535000', '184727.537000', '184727.540000', '184727.543000', '184727.545000', '184727.548000', '184727.550000', '184727.553000', '184727.556000', '184727.558000', '184727.561000', '184727.563000', '184727.566000', '184727.569000', '184727.571000', '184727.574000', '184727.576000', '184727.579000', '184727.582000', '184727.584000', '184727.587000', '184727.590000', '184727.592000', '184727.595000', '184727.598000', '184727.601000', '184727.603000', '184727.606000', '184727.608000', '184727.611000', '184727.614000', '184727.617000', '184727.619000', '184727.622000', '184727.624000', '184727.627000', '184727.630000', '184727.632000', '184727.635000', '184727.638000', '184747.524000', '184747.527000', '184747.529000', '184747.532000', '184747.534000', '184747.537000', '184747.540000', '184747.542000', '184747.545000', '184747.548000', '184747.550000', '184747.553000', '184747.556000', '184747.558000', '184747.561000', '184747.563000', '184747.566000', '184747.569000', '184747.571000', '184747.574000', '184747.577000', '184747.580000', '184747.583000', '184747.585000', '184747.588000', '184747.591000', '184747.594000', '184747.597000', '184747.599000', '184747.602000', '184747.605000', '184747.608000', '184747.610000', '184747.613000', '184747.615000', '184747.618000', '184747.621000', '184747.623000', '184747.626000', '184747.629000', '184747.631000', '184747.634000', '184747.637000', '184807.525000', '184807.527000', '184807.530000', '184807.533000', '184807.536000', '184807.538000', '184807.541000', '184807.544000', '184807.546000', '184807.549000', '184807.552000', '184807.554000', '184807.557000', '184807.559000', '184807.562000', '184807.565000', '184807.567000', '184807.570000', '184807.573000', '184807.575000', '184807.578000', '184807.581000', '184807.583000', '184807.586000', '184807.589000', '184807.591000', '184807.594000', '184807.597000', '184807.599000', '184807.602000', '184807.605000', '184807.607000', '184807.610000', '184807.613000', '184807.631000', '184807.634000', '184807.637000', '184807.639000', '184807.642000', '184807.645000', '184807.647000', '184807.650000', '184807.653000', '184807.655000', '184827.524000', '184827.527000', '184827.530000', '184827.533000', '184827.535000', '184827.538000', '184827.541000', '184827.543000', '184827.546000', '184827.549000', '184827.551000', '184827.554000', '184827.557000', '184827.559000', '184827.562000', '184827.565000', '184827.567000', '184827.570000', '184827.573000', '184827.575000', '184827.578000', '184827.581000', '184827.583000', '184827.586000', '184827.589000', '184827.591000', '184827.594000', '184827.596000', '184827.599000', '184827.602000', '184827.605000', '184827.608000', '184827.611000', '184827.614000', '184827.617000', '184827.619000', '184827.622000', '184827.625000', '184827.627000', '184827.630000', '184827.632000', '184827.635000', '184827.638000', '184847.524000', '184847.528000', '184847.530000', '184847.533000', '184847.536000', '184847.538000', '184847.541000', '184847.544000', '184847.546000', '184847.549000', '184847.552000', '184847.554000', '184847.557000', '184847.560000', '184847.562000', '184847.565000', '184847.568000', '184847.570000', '184847.573000', '184847.576000', '184847.578000', '184847.581000', '184847.584000', '184847.586000', '184847.589000', '184847.591000', '184847.594000', '184847.597000', '184847.599000', '184847.602000', '184847.605000', '184847.607000', '184847.610000', '184847.613000', '184847.615000', '184847.618000', '184847.621000', '184847.623000', '184847.626000', '184847.629000', '184847.631000', '184847.634000', '184847.637000', '184847.639000', '184907.524000', '184907.526000', '184907.529000', '184907.532000', '184907.535000', '184907.537000', '184907.540000', '184907.543000', '184907.545000', '184907.548000', '184907.551000', '184907.553000', '184907.556000', '184907.559000', '184907.561000', '184907.564000', '184907.567000', '184907.570000', '184907.572000', '184907.576000', '184907.578000', '184907.581000', '184907.584000', '184907.586000', '184907.589000', '184907.592000', '184907.594000', '184907.597000', '184907.600000', '184907.603000', '184907.605000', '184907.608000', '184907.610000', '184907.613000', '184907.616000', '184907.618000', '184907.621000', '184907.624000', '184907.626000', '184907.629000', '184907.632000', '184907.634000', '184907.637000', '184927.524000', '184927.526000', '184927.529000', '184927.532000', '184927.535000', '184927.537000', '184927.540000', '184927.543000', '184927.545000', '184927.548000', '184927.551000', '184927.553000', '184927.556000', '184927.559000', '184927.561000', '184927.564000', '184927.567000', '184927.569000', '184927.572000', '184927.575000', '184927.578000', '184927.580000', '184927.583000', '184927.585000', '184927.588000', '184927.591000', '184927.593000', '184927.596000', '184927.605000', '184927.608000', '184927.610000', '184927.613000', '184927.616000', '184927.618000', '184927.621000', '184927.624000', '184927.626000', '184927.629000', '184927.631000', '184927.634000', '184927.637000', '184927.639000', '184927.642000', '184927.644000', '184947.524000', '184947.527000', '184947.529000', '184947.532000', '184947.535000', '184947.537000', '184947.540000', '184947.543000', '184947.545000', '184947.548000', '184947.551000', '184947.555000', '184947.558000', '184947.561000', '184947.563000', '184947.566000', '184947.569000', '184947.571000', '184947.574000', '184947.576000', '184947.579000', '184947.582000', '184947.584000', '184947.587000', '184947.590000', '184947.592000', '184947.595000', '184947.598000', '184947.600000', '184947.603000', '184947.606000', '184947.608000', '184947.611000', '184947.613000', '184947.616000', '184947.619000', '184947.621000', '184947.624000', '184947.627000', '184947.629000', '184947.632000', '184947.636000', '184947.639000', '185007.524000', '185007.527000', '185007.529000', '185007.532000', '185007.535000', '185007.537000', '185007.540000', '185007.543000', '185007.545000', '185007.548000', '185007.550000', '185007.553000', '185007.556000', '185007.558000', '185007.561000', '185007.564000', '185007.566000', '185007.569000', '185007.572000', '185007.574000', '185007.577000', '185007.580000', '185007.582000', '185007.585000', '185007.588000', '185007.590000', '185007.593000', '185007.596000', '185007.599000', '185007.601000', '185007.604000', '185007.607000', '185007.609000', '185007.612000', '185007.614000', '185007.617000', '185007.620000', '185007.622000', '185007.625000', '185007.628000', '185007.630000', '185007.633000', '185007.636000', '185007.638000', '185027.524000', '185027.528000', '185027.530000', '185027.533000', '185027.535000', '185027.538000', '185027.541000', '185027.543000', '185027.546000', '185027.549000', '185027.551000', '185027.554000', '185027.557000', '185027.559000', '185027.562000', '185027.565000', '185027.567000', '185027.576000', '185027.579000', '185027.582000', '185027.584000', '185027.587000', '185027.590000', '185027.593000', '185027.595000', '185027.598000', '185027.601000', '185027.603000', '185027.606000', '185027.608000', '185027.611000', '185027.614000', '185027.616000', '185027.619000', '185027.622000', '185027.624000', '185027.627000', '185027.630000', '185027.632000', '185027.635000', '185027.638000', '185027.641000', '185027.643000', '185047.525000', '185047.527000', '185047.530000', '185047.533000', '185047.536000', '185047.538000', '185047.541000', '185047.544000', '185047.546000', '185047.549000', '185047.552000', '185047.555000', '185047.558000', '185047.560000', '185047.563000', '185047.566000', '185047.568000', '185047.571000', '185047.574000', '185047.576000', '185047.579000', '185047.581000', '185047.584000', '185047.587000', '185047.589000', '185047.592000', '185047.595000', '185047.597000', '185047.600000', '185047.603000', '185047.605000', '185047.608000', '185047.611000', '185047.613000', '185047.616000', '185047.619000', '185047.621000', '185047.624000', '185047.626000', '185047.629000', '185047.632000', '185047.634000', '185047.637000', '185047.640000', '185107.524000', '185107.527000', '185107.530000', '185107.533000', '185107.536000', '185107.538000', '185107.541000', '185107.544000', '185107.546000', '185107.549000', '185107.551000', '185107.554000', '185107.557000', '185107.560000', '185107.562000', '185107.565000', '185107.568000', '185107.570000', '185107.573000', '185107.576000', '185107.578000', '185107.581000', '185107.584000', '185107.586000', '185107.589000', '185107.592000', '185107.594000', '185107.597000', '185107.600000', '185107.602000', '185107.605000', '185107.608000', '185107.610000', '185107.613000', '185107.616000', '185107.618000', '185107.621000', '185107.624000', '185107.627000', '185107.629000', '185107.632000', '185107.635000', '185107.637000', '185127.524000', '185127.527000', '185127.529000', '185127.532000', '185127.534000', '185127.537000', '185127.540000', '185127.542000', '185127.545000', '185127.548000', '185127.550000', '185127.553000', '185127.556000', '185127.558000', '185127.561000', '185127.564000', '185127.566000', '185127.569000', '185127.572000', '185127.574000', '185127.577000', '185127.580000', '185127.583000', '185127.585000', '185127.588000', '185127.591000', '185127.593000', '185127.596000', '185127.599000', '185127.601000', '185127.604000', '185127.606000', '185127.609000', '185127.612000', '185127.614000', '185127.617000', '185127.620000', '185127.622000', '185127.625000', '185127.628000', '185127.630000', '185127.633000', '185127.635000', '185127.638000', '185147.524000', '185147.527000', '185147.529000', '185147.532000', '185147.535000', '185147.537000', '185147.540000', '185147.543000', '185147.545000', '185147.548000', '185147.551000', '185147.553000', '185147.556000', '185147.559000', '185147.561000', '185147.564000', '185147.567000', '185147.569000', '185147.572000', '185147.575000', '185147.577000', '185147.580000', '185147.583000', '185147.585000', '185147.588000', '185147.590000', '185147.593000', '185147.596000', '185147.598000', '185147.601000', '185147.604000', '185147.606000', '185147.609000', '185147.612000', '185147.614000', '185147.617000', '185147.619000', '185147.622000', '185147.625000', '185147.627000', '185147.630000', '185147.633000', '185147.635000', '185201.957000', '185201.960000', '185201.963000', '185201.965000', '185201.968000', '185201.971000', '185201.974000', '185201.976000', '185201.980000', '185201.982000', '185201.985000', '185201.988000', '185201.991000', '185201.996000', '185201.998000', '185202.003000', '185202.006000', '185202.009000', '185202.012000', '185202.015000', '185202.018000', '185202.021000', '185202.023000', '185202.026000', '185202.029000', '185202.032000', '185202.035000', '185202.038000', '185202.043000', '185202.049000', '185202.052000', '185202.056000'], 'InstanceCreationTime': ['184427.562000', '184427.565000', '184427.568000', '184427.572000', '184427.574000', '184427.577000', '184427.598000', '184427.601000', '184427.603000', '184427.606000', '184427.610000', '184427.613000', '184427.615000', '184427.618000', '184427.621000', '184427.624000', '184427.626000', '184427.629000', '184427.632000', '184427.635000', '184427.638000', '184427.640000', '184427.644000', '184427.647000', '184427.649000', '184427.652000', '184427.655000', '184447.523000', '184447.526000', '184447.529000', '184447.531000', '184447.534000', '184447.537000', '184447.540000', '184447.542000', '184447.545000', '184447.548000', '184447.550000', '184447.553000', '184447.555000', '184447.568000', '184447.571000', '184447.573000', '184447.576000', '184447.579000', '184447.581000', '184447.584000', '184447.587000', '184447.589000', '184447.592000', '184447.594000', '184447.597000', '184447.609000', '184447.612000', '184447.615000', '184447.617000', '184447.620000', '184447.623000', '184447.625000', '184447.628000', '184447.630000', '184447.633000', '184447.635000', '184447.638000', '184447.641000', '184447.643000', '184447.646000', '184447.649000', '184447.651000', '184447.654000', '184447.656000', '184507.524000', '184507.526000', '184507.529000', '184507.532000', '184507.534000', '184507.537000', '184507.540000', '184507.542000', '184507.545000', '184507.547000', '184507.550000', '184507.553000', '184507.564000', '184507.567000', '184507.569000', '184507.572000', '184507.575000', '184507.577000', '184507.580000', '184507.582000', '184507.585000', '184507.588000', '184507.590000', '184507.593000', '184507.595000', '184507.598000', '184507.601000', '184507.604000', '184507.606000', '184507.609000', '184507.612000', '184507.614000', '184507.623000', '184507.626000', '184507.628000', '184507.631000', '184507.634000', '184507.636000', '184507.639000', '184507.641000', '184507.644000', '184507.647000', '184507.649000', '184507.652000', '184527.523000', '184527.526000', '184527.529000', '184527.532000', '184527.534000', '184527.537000', '184527.540000', '184527.542000', '184527.545000', '184527.548000', '184527.550000', '184527.553000', '184527.555000', '184527.558000', '184527.561000', '184527.563000', '184527.566000', '184527.569000', '184527.571000', '184527.574000', '184527.577000', '184527.579000', '184527.582000', '184527.584000', '184527.587000', '184527.590000', '184527.592000', '184527.595000', '184527.598000', '184527.601000', '184527.603000', '184527.606000', '184527.608000', '184527.611000', '184527.614000', '184527.616000', '184527.619000', '184527.621000', '184527.624000', '184527.627000', '184527.629000', '184527.632000', '184527.635000', '184547.524000', '184547.527000', '184547.530000', '184547.533000', '184547.536000', '184547.539000', '184547.542000', '184547.547000', '184547.549000', '184547.552000', '184547.554000', '184547.557000', '184547.560000', '184547.562000', '184547.565000', '184547.568000', '184547.570000', '184547.573000', '184547.576000', '184547.580000', '184547.582000', '184547.585000', '184547.587000', '184547.590000', '184547.593000', '184547.595000', '184547.598000', '184547.601000', '184547.604000', '184547.606000', '184547.609000', '184547.611000', '184547.614000', '184547.617000', '184547.619000', '184547.627000', '184547.630000', '184547.633000', '184547.635000', '184547.638000', '184547.641000', '184547.644000', '184547.646000', '184607.524000', '184607.527000', '184607.530000', '184607.533000', '184607.536000', '184607.538000', '184607.541000', '184607.544000', '184607.546000', '184607.549000', '184607.552000', '184607.555000', '184607.557000', '184607.560000', '184607.563000', '184607.565000', '184607.568000', '184607.570000', '184607.573000', '184607.576000', '184607.579000', '184607.581000', '184607.584000', '184607.587000', '184607.589000', '184607.592000', '184607.595000', '184607.597000', '184607.600000', '184607.603000', '184607.605000', '184607.608000', '184607.611000', '184607.613000', '184607.616000', '184607.619000', '184607.621000', '184607.624000', '184607.626000', '184607.629000', '184607.632000', '184607.634000', '184607.637000', '184607.640000', '184627.524000', '184627.527000', '184627.530000', '184627.532000', '184627.535000', '184627.538000', '184627.540000', '184627.543000', '184627.546000', '184627.548000', '184627.551000', '184627.554000', '184627.556000', '184627.559000', '184627.562000', '184627.565000', '184627.567000', '184627.570000', '184627.574000', '184627.577000', '184627.599000', '184627.602000', '184627.605000', '184627.607000', '184627.610000', '184627.613000', '184627.615000', '184627.618000', '184627.621000', '184627.623000', '184627.626000', '184627.629000', '184627.631000', '184627.634000', '184627.637000', '184627.639000', '184627.642000', '184627.645000', '184627.647000', '184627.650000', '184627.652000', '184627.655000', '184627.658000', '184647.524000', '184647.527000', '184647.529000', '184647.532000', '184647.535000', '184647.538000', '184647.541000', '184647.543000', '184647.546000', '184647.581000', '184647.583000', '184647.586000', '184647.589000', '184647.591000', '184647.594000', '184647.596000', '184647.599000', '184647.602000', '184647.604000', '184647.607000', '184647.610000', '184647.612000', '184647.615000', '184647.618000', '184647.621000', '184647.623000', '184647.626000', '184647.628000', '184647.631000', '184647.634000', '184647.636000', '184647.639000', '184647.642000', '184647.644000', '184647.647000', '184647.650000', '184647.652000', '184647.655000', '184647.658000', '184647.660000', '184647.663000', '184647.666000', '184647.668000', '184647.671000', '184707.523000', '184707.526000', '184707.529000', '184707.532000', '184707.534000', '184707.537000', '184707.540000', '184707.542000', '184707.545000', '184707.547000', '184707.550000', '184707.553000', '184707.555000', '184707.558000', '184707.561000', '184707.564000', '184707.566000', '184707.569000', '184707.572000', '184707.574000', '184707.577000', '184707.580000', '184707.582000', '184707.585000', '184707.588000', '184707.590000', '184707.593000', '184707.596000', '184707.598000', '184707.601000', '184707.604000', '184707.606000', '184707.609000', '184707.612000', '184707.614000', '184707.617000', '184707.621000', '184707.623000', '184707.626000', '184707.629000', '184707.631000', '184707.634000', '184707.637000', '184727.523000', '184727.526000', '184727.529000', '184727.532000', '184727.535000', '184727.537000', '184727.540000', '184727.543000', '184727.545000', '184727.548000', '184727.550000', '184727.553000', '184727.556000', '184727.558000', '184727.561000', '184727.563000', '184727.566000', '184727.569000', '184727.571000', '184727.574000', '184727.576000', '184727.579000', '184727.582000', '184727.584000', '184727.587000', '184727.590000', '184727.592000', '184727.595000', '184727.598000', '184727.601000', '184727.603000', '184727.606000', '184727.608000', '184727.611000', '184727.614000', '184727.617000', '184727.619000', '184727.622000', '184727.624000', '184727.627000', '184727.630000', '184727.632000', '184727.635000', '184727.638000', '184747.524000', '184747.527000', '184747.529000', '184747.532000', '184747.534000', '184747.537000', '184747.540000', '184747.542000', '184747.545000', '184747.548000', '184747.550000', '184747.553000', '184747.556000', '184747.558000', '184747.561000', '184747.563000', '184747.566000', '184747.569000', '184747.571000', '184747.574000', '184747.577000', '184747.580000', '184747.583000', '184747.585000', '184747.588000', '184747.591000', '184747.594000', '184747.597000', '184747.599000', '184747.602000', '184747.605000', '184747.608000', '184747.610000', '184747.613000', '184747.615000', '184747.618000', '184747.621000', '184747.623000', '184747.626000', '184747.629000', '184747.631000', '184747.634000', '184747.637000', '184807.525000', '184807.527000', '184807.530000', '184807.533000', '184807.536000', '184807.538000', '184807.541000', '184807.544000', '184807.546000', '184807.549000', '184807.552000', '184807.554000', '184807.557000', '184807.559000', '184807.562000', '184807.565000', '184807.567000', '184807.570000', '184807.573000', '184807.575000', '184807.578000', '184807.581000', '184807.583000', '184807.586000', '184807.589000', '184807.591000', '184807.594000', '184807.597000', '184807.599000', '184807.602000', '184807.605000', '184807.607000', '184807.610000', '184807.613000', '184807.631000', '184807.634000', '184807.637000', '184807.639000', '184807.642000', '184807.645000', '184807.647000', '184807.650000', '184807.653000', '184807.655000', '184827.524000', '184827.527000', '184827.530000', '184827.533000', '184827.535000', '184827.538000', '184827.541000', '184827.543000', '184827.546000', '184827.549000', '184827.551000', '184827.554000', '184827.557000', '184827.559000', '184827.562000', '184827.565000', '184827.567000', '184827.570000', '184827.573000', '184827.575000', '184827.578000', '184827.581000', '184827.583000', '184827.586000', '184827.589000', '184827.591000', '184827.594000', '184827.596000', '184827.599000', '184827.602000', '184827.605000', '184827.608000', '184827.611000', '184827.614000', '184827.617000', '184827.619000', '184827.622000', '184827.625000', '184827.627000', '184827.630000', '184827.632000', '184827.635000', '184827.638000', '184847.524000', '184847.528000', '184847.530000', '184847.533000', '184847.536000', '184847.538000', '184847.541000', '184847.544000', '184847.546000', '184847.549000', '184847.552000', '184847.554000', '184847.557000', '184847.560000', '184847.562000', '184847.565000', '184847.568000', '184847.570000', '184847.573000', '184847.576000', '184847.578000', '184847.581000', '184847.584000', '184847.586000', '184847.589000', '184847.591000', '184847.594000', '184847.597000', '184847.599000', '184847.602000', '184847.605000', '184847.607000', '184847.610000', '184847.613000', '184847.615000', '184847.618000', '184847.621000', '184847.623000', '184847.626000', '184847.629000', '184847.631000', '184847.634000', '184847.637000', '184847.639000', '184907.524000', '184907.526000', '184907.529000', '184907.532000', '184907.535000', '184907.537000', '184907.540000', '184907.543000', '184907.545000', '184907.548000', '184907.551000', '184907.553000', '184907.556000', '184907.559000', '184907.561000', '184907.564000', '184907.567000', '184907.570000', '184907.572000', '184907.576000', '184907.578000', '184907.581000', '184907.584000', '184907.586000', '184907.589000', '184907.592000', '184907.594000', '184907.597000', '184907.600000', '184907.603000', '184907.605000', '184907.608000', '184907.610000', '184907.613000', '184907.616000', '184907.618000', '184907.621000', '184907.624000', '184907.626000', '184907.629000', '184907.632000', '184907.634000', '184907.637000', '184927.524000', '184927.526000', '184927.529000', '184927.532000', '184927.535000', '184927.537000', '184927.540000', '184927.543000', '184927.545000', '184927.548000', '184927.551000', '184927.553000', '184927.556000', '184927.559000', '184927.561000', '184927.564000', '184927.567000', '184927.569000', '184927.572000', '184927.575000', '184927.578000', '184927.580000', '184927.583000', '184927.585000', '184927.588000', '184927.591000', '184927.593000', '184927.596000', '184927.605000', '184927.608000', '184927.610000', '184927.613000', '184927.616000', '184927.618000', '184927.621000', '184927.624000', '184927.626000', '184927.629000', '184927.631000', '184927.634000', '184927.637000', '184927.639000', '184927.642000', '184927.644000', '184947.524000', '184947.527000', '184947.529000', '184947.532000', '184947.535000', '184947.537000', '184947.540000', '184947.543000', '184947.545000', '184947.548000', '184947.551000', '184947.555000', '184947.558000', '184947.561000', '184947.563000', '184947.566000', '184947.569000', '184947.571000', '184947.574000', '184947.576000', '184947.579000', '184947.582000', '184947.584000', '184947.587000', '184947.590000', '184947.592000', '184947.595000', '184947.598000', '184947.600000', '184947.603000', '184947.606000', '184947.608000', '184947.611000', '184947.613000', '184947.616000', '184947.619000', '184947.621000', '184947.624000', '184947.627000', '184947.629000', '184947.632000', '184947.636000', '184947.639000', '185007.524000', '185007.527000', '185007.529000', '185007.532000', '185007.535000', '185007.537000', '185007.540000', '185007.543000', '185007.545000', '185007.548000', '185007.550000', '185007.553000', '185007.556000', '185007.558000', '185007.561000', '185007.564000', '185007.566000', '185007.569000', '185007.572000', '185007.574000', '185007.577000', '185007.580000', '185007.582000', '185007.585000', '185007.588000', '185007.590000', '185007.593000', '185007.596000', '185007.599000', '185007.601000', '185007.604000', '185007.607000', '185007.609000', '185007.612000', '185007.614000', '185007.617000', '185007.620000', '185007.622000', '185007.625000', '185007.628000', '185007.630000', '185007.633000', '185007.636000', '185007.638000', '185027.524000', '185027.528000', '185027.530000', '185027.533000', '185027.535000', '185027.538000', '185027.541000', '185027.543000', '185027.546000', '185027.549000', '185027.551000', '185027.554000', '185027.557000', '185027.559000', '185027.562000', '185027.565000', '185027.567000', '185027.576000', '185027.579000', '185027.582000', '185027.584000', '185027.587000', '185027.590000', '185027.593000', '185027.595000', '185027.598000', '185027.601000', '185027.603000', '185027.606000', '185027.608000', '185027.611000', '185027.614000', '185027.616000', '185027.619000', '185027.622000', '185027.624000', '185027.627000', '185027.630000', '185027.632000', '185027.635000', '185027.638000', '185027.641000', '185027.643000', '185047.525000', '185047.527000', '185047.530000', '185047.533000', '185047.536000', '185047.538000', '185047.541000', '185047.544000', '185047.546000', '185047.549000', '185047.552000', '185047.555000', '185047.558000', '185047.560000', '185047.563000', '185047.566000', '185047.568000', '185047.571000', '185047.574000', '185047.576000', '185047.579000', '185047.581000', '185047.584000', '185047.587000', '185047.589000', '185047.592000', '185047.595000', '185047.597000', '185047.600000', '185047.603000', '185047.605000', '185047.608000', '185047.611000', '185047.613000', '185047.616000', '185047.619000', '185047.621000', '185047.624000', '185047.626000', '185047.629000', '185047.632000', '185047.634000', '185047.637000', '185047.640000', '185107.524000', '185107.527000', '185107.530000', '185107.533000', '185107.536000', '185107.538000', '185107.541000', '185107.544000', '185107.546000', '185107.549000', '185107.551000', '185107.554000', '185107.557000', '185107.560000', '185107.562000', '185107.565000', '185107.568000', '185107.570000', '185107.573000', '185107.576000', '185107.578000', '185107.581000', '185107.584000', '185107.586000', '185107.589000', '185107.592000', '185107.594000', '185107.597000', '185107.600000', '185107.602000', '185107.605000', '185107.608000', '185107.610000', '185107.613000', '185107.616000', '185107.618000', '185107.621000', '185107.624000', '185107.627000', '185107.629000', '185107.632000', '185107.635000', '185107.637000', '185127.524000', '185127.527000', '185127.529000', '185127.532000', '185127.534000', '185127.537000', '185127.540000', '185127.542000', '185127.545000', '185127.548000', '185127.550000', '185127.553000', '185127.556000', '185127.558000', '185127.561000', '185127.564000', '185127.566000', '185127.569000', '185127.572000', '185127.574000', '185127.577000', '185127.580000', '185127.583000', '185127.585000', '185127.588000', '185127.591000', '185127.593000', '185127.596000', '185127.599000', '185127.601000', '185127.604000', '185127.606000', '185127.609000', '185127.612000', '185127.614000', '185127.617000', '185127.620000', '185127.622000', '185127.625000', '185127.628000', '185127.630000', '185127.633000', '185127.635000', '185127.638000', '185147.524000', '185147.527000', '185147.529000', '185147.532000', '185147.535000', '185147.537000', '185147.540000', '185147.543000', '185147.545000', '185147.548000', '185147.551000', '185147.553000', '185147.556000', '185147.559000', '185147.561000', '185147.564000', '185147.567000', '185147.569000', '185147.572000', '185147.575000', '185147.577000', '185147.580000', '185147.583000', '185147.585000', '185147.588000', '185147.590000', '185147.593000', '185147.596000', '185147.598000', '185147.601000', '185147.604000', '185147.606000', '185147.609000', '185147.612000', '185147.614000', '185147.617000', '185147.619000', '185147.622000', '185147.625000', '185147.627000', '185147.630000', '185147.633000', '185147.635000', '185201.957000', '185201.960000', '185201.963000', '185201.965000', '185201.968000', '185201.971000', '185201.974000', '185201.976000', '185201.980000', '185201.982000', '185201.985000', '185201.988000', '185201.991000', '185201.996000', '185201.998000', '185202.003000', '185202.006000', '185202.009000', '185202.012000', '185202.015000', '185202.018000', '185202.021000', '185202.023000', '185202.026000', '185202.029000', '185202.032000', '185202.035000', '185202.038000', '185202.043000', '185202.049000', '185202.052000', '185202.056000'], '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': [11150, 9750, 7923, 9705, 7969, 9167, 7843, 9324, 8059, 10430, 8824, 11687, 9593, 9736, 9464, 8243, 9525, 8009, 9863, 8248, 10910, 9151, 11358, 9217, 11235, 10203, 8318, 9468, 8573, 11937, 8528, 13410, 8367, 14430, 9372, 12338, 9608, 11859, 9617, 8260, 12777, 9109, 12973, 9442, 11621, 11117, 10385, 9988, 8259, 10430, 8461, 10987, 8579, 11606, 9246, 9616, 9901, 8119, 9186, 8111, 11988, 9178, 10560, 9640, 7509, 9438, 8385, 13541, 9001, 13352, 9478, 11897, 9337, 8903, 9630, 8148, 11550, 8211, 10873, 7998, 11734, 9076, 10600, 9706, 7807, 8569, 8382, 12536, 9009, 10436, 9386, 8498, 8763, 8045, 13924, 8762, 11560, 9240, 9817, 9385, 8012, 10515, 8116, 11108, 8551, 10748, 9307, 8178, 9155, 8412, 9942, 8261, 12427, 8755, 10661, 9020, 8429, 9500, 8256, 8934, 8347, 10998, 8191, 11138, 8662, 10630, 9290, 8518, 9658, 7952, 10030, 8154, 13532, 8676, 11369, 8835, 11501, 8849, 11897, 9787, 7837, 9080, 8587, 9780, 8128, 11121, 8131, 11865, 8715, 10983, 8874, 8583, 8804, 8491, 10074, 8207, 11352, 8137, 12129, 8873, 11308, 9748, 8057, 9112, 7984, 13044, 8941, 11833, 8803, 11989, 8698, 11989, 8700, 13353, 8196, 12934, 8157, 12833, 8280, 12417, 8281, 10902, 8116, 11683, 8253, 11491, 8327, 10929, 8909, 8485, 9593, 8430, 9702, 8095, 10884, 7927, 13155, 8384, 11961, 8166, 11799, 8831, 11037, 9730, 9344, 9407, 8360, 9596, 7886, 10350, 8124, 10040, 7735, 9410, 7541, 9799, 7978, 9637, 7645, 9446, 8082, 9653, 7851, 9489, 7471, 8621, 8643, 10219, 8506, 10226, 8047, 10585, 8415, 11821, 8096, 12259, 8408, 11376, 10909, 11841, 8567, 12210, 8377, 11227, 8656, 8499, 9580, 8555, 8878, 10937, 13143, 9905, 10024, 8790, 8582, 8811, 8270, 8563, 8658, 8773, 8335, 10289, 8170, 11408, 8245, 10700, 8527, 10585, 8931, 8089, 9653, 8455, 11605, 8452, 12305, 8735, 10528, 8218, 9783, 8392, 10437, 8600, 11232, 8591, 10989, 8919, 11404, 9037, 11852, 9373, 12718, 8991, 8792, 8973, 8642, 9045, 8406, 8658, 8750, 8956, 8332, 9965, 9023, 8683, 8548, 8513, 11841, 8127, 12983, 9019, 11127, 9849, 8344, 9938, 7996, 12257, 8629, 12375, 8834, 13698, 11074, 10113, 9756, 7759, 8825, 7955, 12372, 8990, 11362, 9118, 10705, 9539, 7913, 10515, 8169, 11077, 8716, 10488, 8959, 8476, 8920, 8575, 10228, 8461, 11708, 8488, 13144, 9686, 12773, 8727, 11663, 9012, 11567, 8662, 8609, 7906, 8730, 9136, 8520, 9874, 8109, 10477, 8402, 10224, 8393, 11173, 8224, 11460, 8554, 11073, 8754, 12162, 8601, 12390, 8622, 13243, 8587, 11193, 8458, 12351, 8423, 11500, 8367, 12183, 8546, 11239, 9024, 7961, 8207, 8653, 10011, 8428, 10012, 9608, 8724, 9889, 8595, 10716, 8734, 12587, 8215, 13514, 9355, 10974, 8272, 8186, 11850, 9840, 8627, 10624, 8462, 10929, 8106, 14347, 7982, 15244, 8150, 12589, 8277, 11574, 8689, 8741, 8771, 8404, 9286, 7759, 9412, 8218, 10324, 7882, 9798, 8474, 9976, 8998, 8733, 9665, 7701, 8864, 8083, 11961, 8234, 12170, 8742, 10797, 9409, 10819, 9623, 7783, 8652, 8491, 9108, 8104, 10632, 8451, 9604, 9238, 8435, 9547, 7867, 9250, 7688, 11485, 8045, 8924, 8850, 8926, 9379, 7957, 10443, 8060, 10760, 8127, 11227, 8073, 11095, 8486, 9971, 9159, 7774, 9114, 8557, 10256, 8347, 10579, 8597, 8704, 8394, 8401, 10441, 8167, 12549, 9177, 10331, 9582, 8692, 9296, 8422, 9519, 8184, 10320, 8117, 10173, 8196, 10911, 8738, 8759, 8907, 8459, 10588, 8208, 10139, 9408, 8530, 10151, 8517, 12008, 8734, 13473, 8852, 11000, 9743, 8016, 11507, 8322, 8843, 8292, 8357, 10482, 8337, 8746, 9278, 8167, 9951, 8097, 12828, 8260, 12150, 8299, 11289, 9289, 8702, 8840, 8509, 9087, 8078, 11275, 8226, 11570, 8207, 12098, 8169, 11842, 8331, 11700, 8192, 13843, 8618, 8589, 8173, 8800, 9451, 8593, 10647, 8421, 10329, 9856, 10779, 9790, 9122, 9298, 8388, 11601, 8506, 11627, 8437, 10576, 10902, 9894, 9702, 8389, 8860, 8070, 11883, 8587, 11563, 8958, 10963, 10944, 8315, 10021, 8060, 11464, 7624, 10013, 7414, 8536, 8182, 9361, 8216, 10412, 8588, 8816, 9428, 8075, 8939, 8289, 12573, 8786, 10945, 10308, 11043, 10222, 8588, 9540, 8497, 9532, 8371, 8839, 8266, 10118, 8528, 10801, 9845, 7818, 10910, 8314, 10020, 8614, 9139, 9195, 8406, 12454, 8187, 13543, 9837, 11596, 9137, 8455, 9394, 8205, 11507, 8398, 9113, 9185, 8426, 9309, 8272, 13056, 8558, 10785, 9610, 9338, 9619, 8205, 9940, 8199, 11683, 7993, 13248, 8828, 11085, 9208, 8333, 9640, 7927, 12414, 8029, 11781, 7967, 11725, 9012, 8319, 8682, 8481, 9678, 7934, 12494, 8319, 11079, 8919, 12557, 9693, 11969, 9406, 8210, 9201, 8317, 10854, 8148, 12687, 8712, 11434, 9421, 11527, 10506, 9693, 9048, 8231, 9441, 8346, 10194, 8053, 11975, 8203, 12223, 8447, 11979, 8317, 11768, 8858, 11525, 8675, 12798, 8778, 13052, 9720, 13790, 8912, 8246, 9292, 7598, 8676, 8338, 10275, 8984, 10770, 8338, 9892, 8314, 8150, 13108, 8462, 14480, 8341, 13401, 8885, 12448, 8646, 11709, 8046, 11615, 8208, 11920, 8415, 10433, 8234, 8505, 8523, 12485, 8812, 13962, 10752, 13396, 8319, 13365, 10320, 9889, 9297, 8826, 8594, 8522, 9280, 8265, 11825, 8302, 12993, 8363, 12896, 8642, 11792, 8394, 9218, 8392, 8603, 13324, 8372, 13082, 8138, 13159, 8253, 11393, 8138, 8568, 8281, 8604, 8196, 8389, 9917, 8146, 12068, 8005, 12999, 8279, 13968, 8433, 13470, 8521, 12255, 8162, 12399, 8414, 10010, 8532, 8744, 8241, 8611, 10002, 8685, 12185, 8640, 12853, 8438, 13070, 8303, 13463, 8409, 13606, 8309, 12740, 8250, 13049, 8566, 13404, 8566, 12086, 8200, 12328, 8380, 11764, 8426, 11641, 8988, 11730, 8212, 12630, 8550, 12165, 8425, 11487, 8436, 11970, 8226, 12173, 8201, 11976, 9634, 11998, 8299, 12851, 8384, 12776, 8186, 12117, 8415, 13001, 8370, 14493, 8257, 13196, 7919, 13120, 8301, 14317, 8321, 13183, 8467, 12295, 8640, 10837, 8625, 11962, 8373, 11863, 8175, 12728, 8203, 13898, 8305, 13500, 8406, 13994, 8658, 11864, 8533, 11431, 8401, 11329, 8068, 12029, 8599, 11925, 10301, 11697, 8537, 11780, 8547, 12307, 9463, 10933, 8430, 11540, 8371, 11780, 8978, 11880, 10364, 8326, 9623, 8465, 10642, 8564, 11427, 8344, 12293, 8249, 11432, 8275, 10787, 7884, 9733, 7801, 9464, 8129, 9320, 8480, 9672, 8134, 11384, 8106, 11135, 8314, 11426, 8276, 8883, 8805, 9024, 9102, 8518, 10018, 8320, 11765, 8911, 10116, 8438, 9712, 8402, 11654, 8351, 11210, 8322, 12126, 9103, 8429, 8624, 8854, 9095, 8778, 10944, 8005, 8517, 9727, 9156, 8415, 12505, 9827, 11815, 8042, 10297, 8546, 9455, 8388, 11048, 8179, 9723, 9056, 8505, 9384, 8360, 8553, 8722, 12121, 8198, 11937, 8372, 11768, 9803, 12110, 8780, 11268, 8723, 12882, 8623, 11397, 9390, 8455, 9589, 8126, 10332, 8328, 11505, 8249, 9149, 8259, 10499, 8972, 8402, 9532, 8474, 9233, 8677, 11698, 8329, 13193, 8389, 12225, 8298], 'WindowCenter': [4075.0, 4029.0, 4006.0, 4011.0, 3989.0, 3997.0, 3964.0, 3954.0, 3973.0, 4029.0, 4019.0, 4036.0, 4005.0, 4002.0, 4003.0, 3981.0, 4004.0, 3973.0, 4005.0, 3985.0, 4026.0, 4008.0, 4038.0, 4018.0, 4026.0, 4016.0, 3984.0, 4005.0, 3996.0, 4037.0, 3997.0, 4048.0, 3997.0, 4057.0, 4007.0, 4035.0, 4005.0, 4024.0, 4004.0, 3984.0, 4036.0, 4006.0, 4046.0, 4017.0, 4025.0, 4027.0, 4004.0, 4004.0, 3983.0, 4014.0, 3984.0, 4014.0, 3995.0, 4024.0, 3995.0, 4004.0, 4005.0, 3984.0, 4006.0, 3997.0, 4037.0, 4006.0, 4016.0, 4006.0, 3975.0, 4006.0, 3997.0, 4047.0, 3996.0, 4046.0, 4017.0, 4025.0, 4007.0, 4006.0, 4006.0, 3997.0, 4025.0, 3984.0, 4025.0, 3985.0, 4024.0, 3995.0, 4014.0, 4005.0, 3974.0, 3996.0, 3996.0, 4036.0, 4007.0, 4016.0, 4007.0, 3996.0, 3996.0, 3986.0, 4047.0, 3996.0, 4026.0, 4006.0, 4016.0, 4007.0, 3985.0, 4027.0, 3986.0, 4026.0, 4008.0, 4027.0, 4007.0, 3996.0, 4007.0, 3996.0, 4016.0, 3997.0, 4037.0, 3997.0, 4016.0, 4007.0, 3985.0, 4018.0, 3997.0, 4006.0, 3996.0, 4026.0, 3996.0, 4027.0, 3997.0, 4016.0, 4007.0, 3996.0, 4007.0, 3997.0, 4017.0, 3986.0, 4047.0, 3996.0, 4025.0, 4006.0, 4026.0, 4007.0, 4036.0, 4016.0, 3985.0, 4006.0, 3996.0, 4017.0, 3986.0, 4026.0, 3986.0, 4036.0, 3996.0, 4026.0, 4008.0, 3996.0, 4007.0, 3996.0, 4016.0, 3997.0, 4038.0, 3998.0, 4037.0, 4007.0, 4026.0, 4017.0, 3986.0, 4007.0, 3985.0, 4047.0, 4007.0, 4037.0, 4008.0, 4037.0, 3997.0, 4036.0, 3996.0, 4046.0, 3996.0, 4035.0, 3985.0, 4035.0, 3984.0, 4035.0, 3996.0, 4025.0, 3985.0, 4035.0, 3996.0, 4036.0, 4008.0, 4027.0, 4007.0, 3996.0, 4018.0, 3997.0, 4018.0, 3998.0, 4028.0, 3986.0, 4047.0, 3996.0, 4036.0, 3997.0, 4037.0, 4007.0, 4026.0, 4017.0, 4005.0, 4007.0, 3996.0, 4006.0, 3985.0, 4015.0, 3984.0, 4005.0, 3975.0, 4005.0, 3973.0, 4005.0, 3973.0, 4005.0, 3985.0, 4005.0, 3984.0, 4006.0, 3984.0, 4005.0, 3974.0, 3995.0, 3996.0, 4016.0, 4007.0, 4028.0, 4010.0, 4039.0, 4010.0, 4049.0, 3999.0, 4049.0, 4009.0, 4038.0, 4028.0, 4038.0, 3997.0, 4037.0, 3998.0, 4027.0, 4008.0, 4008.0, 4018.0, 4010.0, 4021.0, 4054.0, 4061.0, 4019.0, 4017.0, 3997.0, 3996.0, 4008.0, 3996.0, 3996.0, 3997.0, 3997.0, 3997.0, 4028.0, 3998.0, 4038.0, 3998.0, 4027.0, 4008.0, 4028.0, 4019.0, 3987.0, 4019.0, 3998.0, 4039.0, 3998.0, 4039.0, 3998.0, 4017.0, 3985.0, 4005.0, 3995.0, 4016.0, 4008.0, 4027.0, 4009.0, 4026.0, 4008.0, 4026.0, 4007.0, 4036.0, 4006.0, 4035.0, 3995.0, 3994.0, 4006.0, 3996.0, 4007.0, 3984.0, 3995.0, 3995.0, 4006.0, 3998.0, 4016.0, 4008.0, 4007.0, 4008.0, 4009.0, 4049.0, 3998.0, 4049.0, 4009.0, 4027.0, 4029.0, 3997.0, 4017.0, 3986.0, 4037.0, 3997.0, 4047.0, 4008.0, 4047.0, 4027.0, 4015.0, 4005.0, 3974.0, 4006.0, 3986.0, 4036.0, 4006.0, 4025.0, 4006.0, 4026.0, 4017.0, 3985.0, 4016.0, 3996.0, 4026.0, 3996.0, 4026.0, 4007.0, 3985.0, 4006.0, 3996.0, 4017.0, 3997.0, 4048.0, 4009.0, 4047.0, 4006.0, 4035.0, 3995.0, 4025.0, 4007.0, 4025.0, 3996.0, 3995.0, 3985.0, 3996.0, 4007.0, 4007.0, 4018.0, 3986.0, 4016.0, 3985.0, 4015.0, 3997.0, 4027.0, 3986.0, 4026.0, 3996.0, 4025.0, 3996.0, 4036.0, 3997.0, 4036.0, 3996.0, 4045.0, 3996.0, 4025.0, 3997.0, 4047.0, 3996.0, 4025.0, 3996.0, 4035.0, 3996.0, 4036.0, 4007.0, 3986.0, 3997.0, 4008.0, 4029.0, 4011.0, 4031.0, 4030.0, 4009.0, 4031.0, 4008.0, 4040.0, 4009.0, 4049.0, 3998.0, 4059.0, 4008.0, 4027.0, 3997.0, 4010.0, 4050.0, 4031.0, 4009.0, 4031.0, 3998.0, 4039.0, 3998.0, 4058.0, 3986.0, 4057.0, 3985.0, 4037.0, 3997.0, 4026.0, 3996.0, 3995.0, 3996.0, 3995.0, 4007.0, 3986.0, 4006.0, 3997.0, 4017.0, 3998.0, 4018.0, 4010.0, 4018.0, 4008.0, 3997.0, 4007.0, 3976.0, 4007.0, 3997.0, 4038.0, 3997.0, 4037.0, 3997.0, 4027.0, 4008.0, 4026.0, 4007.0, 3975.0, 3995.0, 3996.0, 4006.0, 3997.0, 4027.0, 3997.0, 4017.0, 4018.0, 3996.0, 4018.0, 3986.0, 4006.0, 3986.0, 4027.0, 3987.0, 4007.0, 4008.0, 4008.0, 4008.0, 3986.0, 4028.0, 3986.0, 4027.0, 3987.0, 4027.0, 3987.0, 4026.0, 3997.0, 4017.0, 4008.0, 3986.0, 4007.0, 4008.0, 4028.0, 4009.0, 4029.0, 4009.0, 4008.0, 3998.0, 3999.0, 4029.0, 4009.0, 4050.0, 4020.0, 4018.0, 4019.0, 3996.0, 4018.0, 3998.0, 4008.0, 3986.0, 4017.0, 3986.0, 4016.0, 3998.0, 4027.0, 3997.0, 3996.0, 4007.0, 4009.0, 4029.0, 4011.0, 4029.0, 4020.0, 4008.0, 4029.0, 4009.0, 4049.0, 3998.0, 4048.0, 4008.0, 4027.0, 4018.0, 3986.0, 4037.0, 3997.0, 4006.0, 3997.0, 4009.0, 4029.0, 4009.0, 4008.0, 4019.0, 4009.0, 4030.0, 3998.0, 4049.0, 3998.0, 4049.0, 3999.0, 4038.0, 4008.0, 3996.0, 4007.0, 3997.0, 4008.0, 3998.0, 4038.0, 3997.0, 4037.0, 3998.0, 4048.0, 3998.0, 4037.0, 3997.0, 4036.0, 3996.0, 4057.0, 3996.0, 3996.0, 3996.0, 4008.0, 4018.0, 4010.0, 4029.0, 3999.0, 4028.0, 4030.0, 4028.0, 4029.0, 4007.0, 4009.0, 3997.0, 4038.0, 4008.0, 4038.0, 3999.0, 4027.0, 4028.0, 4016.0, 4007.0, 3996.0, 3996.0, 3985.0, 4026.0, 3996.0, 4026.0, 4008.0, 4026.0, 4027.0, 3985.0, 4016.0, 3984.0, 4026.0, 3973.0, 4005.0, 3962.0, 3982.0, 3982.0, 3993.0, 3996.0, 4015.0, 3996.0, 3995.0, 4006.0, 3997.0, 4007.0, 3997.0, 4037.0, 4008.0, 4026.0, 4028.0, 4026.0, 4016.0, 3995.0, 4005.0, 3994.0, 4005.0, 3984.0, 3994.0, 3996.0, 4016.0, 4007.0, 4027.0, 4018.0, 3986.0, 4027.0, 3998.0, 4018.0, 4010.0, 4018.0, 4018.0, 3998.0, 4049.0, 3999.0, 4059.0, 4018.0, 4027.0, 4008.0, 3996.0, 4008.0, 3997.0, 4038.0, 3997.0, 4007.0, 4019.0, 3998.0, 4018.0, 3998.0, 4048.0, 4009.0, 4028.0, 4019.0, 4007.0, 4018.0, 3996.0, 4017.0, 3996.0, 4037.0, 3986.0, 4046.0, 3996.0, 4025.0, 4006.0, 3995.0, 4006.0, 3985.0, 4035.0, 3984.0, 4035.0, 3986.0, 4035.0, 3995.0, 3984.0, 3995.0, 3996.0, 4016.0, 3986.0, 4037.0, 3997.0, 4025.0, 4007.0, 4036.0, 4006.0, 4025.0, 4005.0, 3985.0, 4005.0, 3997.0, 4027.0, 3986.0, 4047.0, 3997.0, 4025.0, 4007.0, 4026.0, 4027.0, 4005.0, 3995.0, 3985.0, 4005.0, 3996.0, 4027.0, 3986.0, 4036.0, 3997.0, 4036.0, 3997.0, 4036.0, 3996.0, 4035.0, 3995.0, 4024.0, 3995.0, 4034.0, 3995.0, 4034.0, 4005.0, 4044.0, 3993.0, 3983.0, 4005.0, 3974.0, 3995.0, 3996.0, 4016.0, 4007.0, 4026.0, 3996.0, 4017.0, 4009.0, 4000.0, 4060.0, 3999.0, 4059.0, 3997.0, 4048.0, 4006.0, 4036.0, 3984.0, 4024.0, 3984.0, 4024.0, 3995.0, 4036.0, 3997.0, 4026.0, 3997.0, 4007.0, 4009.0, 4049.0, 4010.0, 4059.0, 4028.0, 4047.0, 3985.0, 4047.0, 4003.0, 4005.0, 3992.0, 3993.0, 3982.0, 3994.0, 3993.0, 3995.0, 4036.0, 3996.0, 4046.0, 3996.0, 4047.0, 4007.0, 4037.0, 3996.0, 4018.0, 3996.0, 4008.0, 4046.0, 3997.0, 4047.0, 3985.0, 4046.0, 3995.0, 4036.0, 3984.0, 3995.0, 3994.0, 3996.0, 3995.0, 3997.0, 4016.0, 3998.0, 4047.0, 3996.0, 4046.0, 3996.0, 4057.0, 3996.0, 4057.0, 4008.0, 4047.0, 3997.0, 4048.0, 3996.0, 4017.0, 4007.0, 4007.0, 3995.0, 4007.0, 4015.0, 3996.0, 4046.0, 4008.0, 4046.0, 3996.0, 4046.0, 3997.0, 4057.0, 3997.0, 4058.0, 3997.0, 4046.0, 3996.0, 4046.0, 4007.0, 4057.0, 4009.0, 4048.0, 3998.0, 4048.0, 4009.0, 4038.0, 3997.0, 4037.0, 4007.0, 4035.0, 3995.0, 4035.0, 3996.0, 4036.0, 3997.0, 4036.0, 3997.0, 4037.0, 3998.0, 4048.0, 3998.0, 4037.0, 4017.0, 4036.0, 3996.0, 4046.0, 3997.0, 4047.0, 3997.0, 4036.0, 3997.0, 4047.0, 3997.0, 4058.0, 3997.0, 4047.0, 3997.0, 4047.0, 3997.0, 4057.0, 3998.0, 4047.0, 3997.0, 4036.0, 4007.0, 4026.0, 4008.0, 4036.0, 3997.0, 4036.0, 3997.0, 4047.0, 3997.0, 4057.0, 3996.0, 4046.0, 3996.0, 4056.0, 4007.0, 4047.0, 4008.0, 4038.0, 4009.0, 4038.0, 4010.0, 4050.0, 4020.0, 4049.0, 4029.0, 4038.0, 4008.0, 4038.0, 4007.0, 4048.0, 4017.0, 4026.0, 3996.0, 4037.0, 3997.0, 4049.0, 4019.0, 4048.0, 4028.0, 3997.0, 4018.0, 3996.0, 4028.0, 4008.0, 4038.0, 3996.0, 4036.0, 3995.0, 4036.0, 3995.0, 4026.0, 3984.0, 4005.0, 3973.0, 4004.0, 3984.0, 4004.0, 4006.0, 4015.0, 3984.0, 4025.0, 3985.0, 4025.0, 3996.0, 4036.0, 3996.0, 4006.0, 4007.0, 4008.0, 4019.0, 4009.0, 4030.0, 3998.0, 4049.0, 4007.0, 4028.0, 3998.0, 4017.0, 3997.0, 4038.0, 3998.0, 4038.0, 4009.0, 4048.0, 4008.0, 3998.0, 4009.0, 4009.0, 4008.0, 4008.0, 4040.0, 3999.0, 4010.0, 4030.0, 4021.0, 4009.0, 4062.0, 4019.0, 4039.0, 3985.0, 4016.0, 3995.0, 4006.0, 3997.0, 4026.0, 3996.0, 4006.0, 4008.0, 3996.0, 4018.0, 3997.0, 4008.0, 3997.0, 4048.0, 3998.0, 4038.0, 3998.0, 4038.0, 4018.0, 4037.0, 3997.0, 4025.0, 3997.0, 4047.0, 3997.0, 4036.0, 4007.0, 3995.0, 4017.0, 3997.0, 4017.0, 3998.0, 4038.0, 3998.0, 4018.0, 4010.0, 4040.0, 4019.0, 3998.0, 4019.0, 3998.0, 4019.0, 4009.0, 4049.0, 3998.0, 4048.0, 3999.0, 4049.0, 4010.0], 'WindowWidth': [9063.0, 8988.0, 8949.0, 8946.0, 8913.0, 8918.0, 8866.0, 8836.0, 8883.0, 8969.0, 8957.0, 8972.0, 8928.0, 8918.0, 8922.0, 8888.0, 8923.0, 8880.0, 8926.0, 8901.0, 8956.0, 8938.0, 8976.0, 8952.0, 8959.0, 8943.0, 8897.0, 8928.0, 8918.0, 8974.0, 8921.0, 8989.0, 8922.0, 9000.0, 8933.0, 8967.0, 8928.0, 8951.0, 8926.0, 8898.0, 8969.0, 8929.0, 8982.0, 8946.0, 8955.0, 8961.0, 8925.0, 8924.0, 8895.0, 8936.0, 8897.0, 8938.0, 8915.0, 8952.0, 8913.0, 8924.0, 8927.0, 8899.0, 8930.0, 8922.0, 8973.0, 8932.0, 8942.0, 8932.0, 8888.0, 8932.0, 8922.0, 8987.0, 8918.0, 8984.0, 8947.0, 8954.0, 8933.0, 8931.0, 8932.0, 8922.0, 8953.0, 8898.0, 8952.0, 8903.0, 8952.0, 8915.0, 8938.0, 8928.0, 8887.0, 8918.0, 8918.0, 8972.0, 8933.0, 8943.0, 8934.0, 8919.0, 8920.0, 8904.0, 8987.0, 8920.0, 8957.0, 8933.0, 8946.0, 8936.0, 8902.0, 8959.0, 8904.0, 8958.0, 8937.0, 8960.0, 8935.0, 8917.0, 8933.0, 8916.0, 8946.0, 8923.0, 8973.0, 8920.0, 8944.0, 8934.0, 8903.0, 8950.0, 8922.0, 8933.0, 8917.0, 8958.0, 8918.0, 8960.0, 8923.0, 8943.0, 8935.0, 8917.0, 8933.0, 8923.0, 8950.0, 8906.0, 8988.0, 8920.0, 8955.0, 8933.0, 8959.0, 8937.0, 8970.0, 8945.0, 8903.0, 8932.0, 8918.0, 8947.0, 8908.0, 8958.0, 8906.0, 8972.0, 8920.0, 8959.0, 8939.0, 8919.0, 8934.0, 8920.0, 8946.0, 8922.0, 8976.0, 8927.0, 8975.0, 8935.0, 8959.0, 8949.0, 8905.0, 8935.0, 8904.0, 8989.0, 8935.0, 8974.0, 8938.0, 8976.0, 8921.0, 8972.0, 8918.0, 8986.0, 8921.0, 8968.0, 8902.0, 8967.0, 8900.0, 8968.0, 8919.0, 8954.0, 8903.0, 8969.0, 8918.0, 8972.0, 8940.0, 8962.0, 8938.0, 8920.0, 8952.0, 8923.0, 8955.0, 8926.0, 8966.0, 8906.0, 8988.0, 8920.0, 8972.0, 8924.0, 8975.0, 8936.0, 8956.0, 8948.0, 8928.0, 8935.0, 8919.0, 8932.0, 8900.0, 8942.0, 8900.0, 8930.0, 8889.0, 8929.0, 8883.0, 8927.0, 8883.0, 8927.0, 8902.0, 8929.0, 8901.0, 8931.0, 8900.0, 8930.0, 8887.0, 8915.0, 8919.0, 8946.0, 8937.0, 8966.0, 8947.0, 8980.0, 8946.0, 8994.0, 8930.0, 8996.0, 8943.0, 8977.0, 8963.0, 8976.0, 8922.0, 8974.0, 8925.0, 8962.0, 8937.0, 8938.0, 8953.0, 8946.0, 8961.0, 9013.0, 9014.0, 8956.0, 8948.0, 8921.0, 8919.0, 8938.0, 8920.0, 8920.0, 8920.0, 8921.0, 8923.0, 8965.0, 8925.0, 8976.0, 8925.0, 8962.0, 8938.0, 8966.0, 8957.0, 8910.0, 8956.0, 8927.0, 8982.0, 8924.0, 8981.0, 8924.0, 8947.0, 8901.0, 8927.0, 8916.0, 8944.0, 8937.0, 8963.0, 8939.0, 8958.0, 8938.0, 8957.0, 8937.0, 8972.0, 8931.0, 8967.0, 8916.0, 8913.0, 8932.0, 8920.0, 8934.0, 8899.0, 8915.0, 8913.0, 8933.0, 8927.0, 8947.0, 8941.0, 8935.0, 8938.0, 8944.0, 8996.0, 8927.0, 8994.0, 8940.0, 8961.0, 8968.0, 8923.0, 8948.0, 8907.0, 8976.0, 8922.0, 8989.0, 8940.0, 8988.0, 8961.0, 8939.0, 8929.0, 8887.0, 8932.0, 8907.0, 8972.0, 8932.0, 8955.0, 8933.0, 8958.0, 8950.0, 8903.0, 8945.0, 8917.0, 8956.0, 8920.0, 8960.0, 8937.0, 8902.0, 8933.0, 8920.0, 8947.0, 8922.0, 8991.0, 8943.0, 8989.0, 8933.0, 8969.0, 8916.0, 8954.0, 8935.0, 8956.0, 8918.0, 8914.0, 8905.0, 8919.0, 8935.0, 8936.0, 8951.0, 8904.0, 8944.0, 8903.0, 8942.0, 8921.0, 8960.0, 8906.0, 8957.0, 8918.0, 8955.0, 8920.0, 8972.0, 8922.0, 8969.0, 8917.0, 8982.0, 8919.0, 8954.0, 8923.0, 8987.0, 8921.0, 8956.0, 8920.0, 8968.0, 8921.0, 8973.0, 8937.0, 8907.0, 8924.0, 8941.0, 8969.0, 8950.0, 8973.0, 8974.0, 8942.0, 8975.0, 8940.0, 8986.0, 8941.0, 8996.0, 8925.0, 9007.0, 8938.0, 8960.0, 8923.0, 8946.0, 8998.0, 8976.0, 8943.0, 8975.0, 8925.0, 8983.0, 8924.0, 9004.0, 8906.0, 9000.0, 8903.0, 8973.0, 8923.0, 8957.0, 8919.0, 8916.0, 8920.0, 8918.0, 8935.0, 8906.0, 8934.0, 8921.0, 8948.0, 8926.0, 8952.0, 8946.0, 8951.0, 8941.0, 8921.0, 8936.0, 8891.0, 8937.0, 8923.0, 8976.0, 8922.0, 8975.0, 8924.0, 8961.0, 8939.0, 8958.0, 8934.0, 8889.0, 8917.0, 8918.0, 8934.0, 8924.0, 8962.0, 8924.0, 8947.0, 8951.0, 8919.0, 8951.0, 8906.0, 8933.0, 8905.0, 8960.0, 8908.0, 8934.0, 8940.0, 8937.0, 8938.0, 8906.0, 8964.0, 8906.0, 8960.0, 8910.0, 8960.0, 8907.0, 8957.0, 8920.0, 8948.0, 8938.0, 8907.0, 8937.0, 8939.0, 8965.0, 8943.0, 8970.0, 8944.0, 8939.0, 8927.0, 8928.0, 8970.0, 8944.0, 8997.0, 8957.0, 8952.0, 8954.0, 8919.0, 8953.0, 8925.0, 8937.0, 8904.0, 8947.0, 8904.0, 8946.0, 8925.0, 8962.0, 8922.0, 8919.0, 8936.0, 8941.0, 8970.0, 8948.0, 8967.0, 8958.0, 8939.0, 8967.0, 8942.0, 8994.0, 8927.0, 8990.0, 8937.0, 8962.0, 8952.0, 8907.0, 8975.0, 8921.0, 8933.0, 8925.0, 8943.0, 8968.0, 8943.0, 8939.0, 8957.0, 8943.0, 8971.0, 8926.0, 8995.0, 8925.0, 8992.0, 8928.0, 8977.0, 8939.0, 8920.0, 8935.0, 8922.0, 8939.0, 8925.0, 8977.0, 8924.0, 8975.0, 8924.0, 8992.0, 8927.0, 8974.0, 8922.0, 8970.0, 8918.0, 9000.0, 8920.0, 8917.0, 8920.0, 8938.0, 8952.0, 8946.0, 8969.0, 8932.0, 8966.0, 8970.0, 8963.0, 8969.0, 8936.0, 8940.0, 8923.0, 8977.0, 8938.0, 8980.0, 8931.0, 8961.0, 8966.0, 8945.0, 8934.0, 8917.0, 8918.0, 8901.0, 8957.0, 8919.0, 8958.0, 8939.0, 8956.0, 8961.0, 8901.0, 8946.0, 8899.0, 8959.0, 8883.0, 8928.0, 8866.0, 8892.0, 8893.0, 8908.0, 8919.0, 8941.0, 8919.0, 8914.0, 8933.0, 8922.0, 8935.0, 8922.0, 8974.0, 8938.0, 8958.0, 8964.0, 8957.0, 8945.0, 8913.0, 8928.0, 8911.0, 8927.0, 8897.0, 8913.0, 8918.0, 8945.0, 8937.0, 8962.0, 8952.0, 8905.0, 8963.0, 8924.0, 8951.0, 8944.0, 8952.0, 8953.0, 8924.0, 8993.0, 8928.0, 9006.0, 8952.0, 8960.0, 8938.0, 8919.0, 8938.0, 8923.0, 8977.0, 8923.0, 8934.0, 8954.0, 8926.0, 8953.0, 8925.0, 8992.0, 8941.0, 8964.0, 8957.0, 8936.0, 8951.0, 8920.0, 8947.0, 8920.0, 8973.0, 8905.0, 8985.0, 8918.0, 8954.0, 8932.0, 8916.0, 8932.0, 8900.0, 8969.0, 8900.0, 8967.0, 8905.0, 8967.0, 8916.0, 8899.0, 8916.0, 8919.0, 8947.0, 8906.0, 8973.0, 8922.0, 8956.0, 8935.0, 8971.0, 8933.0, 8953.0, 8929.0, 8901.0, 8931.0, 8921.0, 8960.0, 8908.0, 8986.0, 8922.0, 8955.0, 8934.0, 8957.0, 8960.0, 8926.0, 8916.0, 8900.0, 8929.0, 8920.0, 8960.0, 8907.0, 8972.0, 8921.0, 8972.0, 8921.0, 8972.0, 8921.0, 8968.0, 8916.0, 8951.0, 8915.0, 8965.0, 8916.0, 8964.0, 8927.0, 8976.0, 8910.0, 8896.0, 8928.0, 8885.0, 8915.0, 8917.0, 8945.0, 8934.0, 8957.0, 8920.0, 8949.0, 8942.0, 8932.0, 9011.0, 8931.0, 9007.0, 8924.0, 8990.0, 8931.0, 8970.0, 8898.0, 8951.0, 8899.0, 8952.0, 8917.0, 8972.0, 8924.0, 8959.0, 8924.0, 8935.0, 8944.0, 8994.0, 8944.0, 9006.0, 8962.0, 8986.0, 8902.0, 8987.0, 8922.0, 8926.0, 8903.0, 8908.0, 8891.0, 8912.0, 8908.0, 8916.0, 8972.0, 8920.0, 8985.0, 8921.0, 8987.0, 8937.0, 8977.0, 8921.0, 8951.0, 8919.0, 8938.0, 8986.0, 8923.0, 8988.0, 8904.0, 8984.0, 8916.0, 8973.0, 8901.0, 8919.0, 8913.0, 8918.0, 8916.0, 8924.0, 8945.0, 8926.0, 8990.0, 8921.0, 8986.0, 8919.0, 9000.0, 8920.0, 9002.0, 8939.0, 8989.0, 8922.0, 8991.0, 8920.0, 8950.0, 8936.0, 8938.0, 8916.0, 8934.0, 8943.0, 8921.0, 8987.0, 8938.0, 8985.0, 8920.0, 8985.0, 8924.0, 9002.0, 8921.0, 9004.0, 8923.0, 8985.0, 8920.0, 8985.0, 8936.0, 9002.0, 8943.0, 8991.0, 8927.0, 8993.0, 8942.0, 8978.0, 8924.0, 8977.0, 8936.0, 8969.0, 8916.0, 8968.0, 8918.0, 8972.0, 8925.0, 8974.0, 8924.0, 8976.0, 8927.0, 8991.0, 8926.0, 8976.0, 8950.0, 8972.0, 8920.0, 8986.0, 8924.0, 8988.0, 8923.0, 8973.0, 8923.0, 8988.0, 8921.0, 9003.0, 8923.0, 8987.0, 8922.0, 8989.0, 8922.0, 9002.0, 8927.0, 8988.0, 8922.0, 8971.0, 8936.0, 8960.0, 8941.0, 8973.0, 8924.0, 8972.0, 8924.0, 8989.0, 8923.0, 9003.0, 8920.0, 8984.0, 8919.0, 8997.0, 8937.0, 8989.0, 8940.0, 8979.0, 8945.0, 8981.0, 8948.0, 8999.0, 8960.0, 8996.0, 8967.0, 8978.0, 8938.0, 8977.0, 8936.0, 8992.0, 8949.0, 8958.0, 8920.0, 8974.0, 8925.0, 8992.0, 8956.0, 8990.0, 8967.0, 8921.0, 8954.0, 8920.0, 8964.0, 8938.0, 8977.0, 8919.0, 8970.0, 8917.0, 8971.0, 8916.0, 8961.0, 8900.0, 8927.0, 8882.0, 8926.0, 8898.0, 8927.0, 8933.0, 8944.0, 8902.0, 8954.0, 8902.0, 8955.0, 8921.0, 8971.0, 8920.0, 8931.0, 8937.0, 8939.0, 8958.0, 8945.0, 8972.0, 8926.0, 8994.0, 8935.0, 8965.0, 8927.0, 8948.0, 8923.0, 8977.0, 8926.0, 8976.0, 8942.0, 8991.0, 8941.0, 8924.0, 8944.0, 8942.0, 8941.0, 8940.0, 8986.0, 8930.0, 8946.0, 8970.0, 8963.0, 8943.0, 9019.0, 8955.0, 8982.0, 8903.0, 8944.0, 8915.0, 8930.0, 8922.0, 8960.0, 8920.0, 8930.0, 8937.0, 8920.0, 8953.0, 8923.0, 8937.0, 8921.0, 8991.0, 8924.0, 8977.0, 8926.0, 8979.0, 8952.0, 8974.0, 8922.0, 8954.0, 8921.0, 8987.0, 8922.0, 8971.0, 8934.0, 8917.0, 8949.0, 8922.0, 8948.0, 8924.0, 8977.0, 8926.0, 8951.0, 8948.0, 8983.0, 8957.0, 8924.0, 8957.0, 8925.0, 8955.0, 8943.0, 8994.0, 8926.0, 8993.0, 8928.0, 8995.0, 8946.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.0007479150197628459</td></tr>
<tr><td colspan=3>aqi</td><td>0.015853204446640318</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.07630940793275</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2507881111968364</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9980520725914938</td></tr>
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
<tr><td colspan=3>fber</td><td>6546.6055</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07790742420914552</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0869565217391304</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5079325442021005</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5101503946988055</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.747458389040942</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2661888488665536</td></tr>
<tr><td colspan=3>gcor</td><td>0.00610027</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02155686356127262</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01709144003689289</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1012</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.3866684160402865</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>37.745</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0981</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.0476</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311867.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>809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.1367</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5647</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.62</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3238.4004</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64677.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.4364</td></tr>
<tr><td colspan=3>tsnr</td><td>43.82385765854269</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>