ds005256-mriqc/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== 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-0032 --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-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-01/func/sub-0032_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>ae49c70e35f22ad7608f39ced4379258</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>16:11:8.882500</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_VE11C_LATEST_20160120</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.998736, -0.050059, -0.00459425, 0.0498947, 0.99828, -0.0307665]</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.101013</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7784, -7242, 588, -63, -230, 58, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.699</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>471868bb-5c9a-4b3f-90f9-f9ee0b4902e0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679534912109375, 0.13386385142803192, -0.01654152013361454, 105.60542297363281], [0.13430476188659668, 2.6783134937286377, -0.08234554529190063, -102.08648681640625], [-0.012326032854616642, 0.08254420757293701, 2.69869327545166, -73.22676849365234], [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': ['161108.882500', '161109.342500', '161109.802500', '161110.262500', '161110.722500', '161111.182500', '161111.642500', '161112.102500', '161112.562500', '161113.022500', '161113.482500', '161113.942500', '161114.402500', '161114.862500', '161115.322500', '161115.782500', '161116.242500', '161116.702500', '161117.162500', '161117.622500', '161118.082500', '161118.542500', '161119.002500', '161119.462500', '161119.922500', '161120.382500', '161120.842500', '161121.302500', '161121.762500', '161122.222500', '161122.682500', '161123.142500', '161123.602500', '161124.062500', '161124.522500', '161124.982500', '161125.442500', '161125.902500', '161126.362500', '161126.822500', '161127.282500', '161127.742500', '161128.202500', '161128.662500', '161129.122500', '161129.582500', '161130.042500', '161130.502500', '161130.962500', '161131.422500', '161131.882500', '161132.342500', '161132.802500', '161133.262500', '161133.722500', '161134.182500', '161134.642500', '161135.102500', '161135.562500', '161136.022500', '161136.482500', '161136.942500', '161137.402500', '161137.862500', '161138.322500', '161138.782500', '161139.242500', '161139.702500', '161140.162500', '161140.622500', '161141.082500', '161141.542500', '161142.002500', '161142.462500', '161142.922500', '161143.382500', '161143.842500', '161144.302500', '161144.762500', '161145.222500', '161145.682500', '161146.142500', '161146.602500', '161147.062500', '161147.522500', '161147.982500', '161148.442500', '161148.902500', '161149.362500', '161149.822500', '161150.282500', '161150.742500', '161151.202500', '161151.662500', '161152.122500', '161152.582500', '161153.042500', '161153.502500', '161153.962500', '161154.422500', '161154.882500', '161155.342500', '161155.802500', '161156.262500', '161156.722500', '161157.182500', '161157.642500', '161158.102500', '161158.562500', '161159.022500', '161159.482500', '161159.942500', '161200.402500', '161200.862500', '161201.322500', '161201.782500', '161202.242500', '161202.702500', '161203.162500', '161203.622500', '161204.082500', '161204.542500', '161205.002500', '161205.462500', '161205.922500', '161206.382500', '161206.842500', '161207.302500', '161207.762500', '161208.222500', '161208.682500', '161209.142500', '161209.602500', '161210.062500', '161210.522500', '161210.982500', '161211.442500', '161211.902500', '161212.362500', '161212.822500', '161213.282500', '161213.742500', '161214.202500', '161214.662500', '161215.122500', '161215.582500', '161216.042500', '161216.502500', '161216.962500', '161217.422500', '161217.882500', '161218.342500', '161218.802500', '161219.262500', '161219.722500', '161220.182500', '161220.642500', '161221.102500', '161221.562500', '161222.022500', '161222.482500', '161222.942500', '161223.402500', '161223.862500', '161224.322500', '161224.782500', '161225.242500', '161225.702500', '161226.162500', '161226.622500', '161227.082500', '161227.542500', '161228.002500', '161228.462500', '161228.922500', '161229.382500', '161229.842500', '161230.302500', '161230.762500', '161231.222500', '161231.682500', '161232.142500', '161232.602500', '161233.062500', '161233.522500', '161233.982500', '161234.442500', '161234.902500', '161235.362500', '161235.822500', '161236.282500', '161236.742500', '161237.202500', '161237.662500', '161238.122500', '161238.582500', '161239.042500', '161239.502500', '161239.962500', '161240.422500', '161240.882500', '161241.342500', '161241.802500', '161242.262500', '161242.722500', '161243.182500', '161243.642500', '161244.102500', '161244.562500', '161245.022500', '161245.482500', '161245.942500', '161246.402500', '161246.862500', '161247.322500', '161247.782500', '161248.242500', '161248.702500', '161249.162500', '161249.622500', '161250.082500', '161250.542500', '161251.002500', '161251.462500', '161251.922500', '161252.382500', '161252.842500', '161253.302500', '161253.762500', '161254.222500', '161254.682500', '161255.142500', '161255.602500', '161256.062500', '161256.522500', '161256.982500', '161257.442500', '161257.902500', '161258.362500', '161258.822500', '161259.282500', '161259.742500', '161300.202500', '161300.662500', '161301.122500', '161301.582500', '161302.042500', '161302.502500', '161302.962500', '161303.422500', '161303.882500', '161304.342500', '161304.802500', '161305.262500', '161305.722500', '161306.182500', '161306.642500', '161307.102500', '161307.562500', '161308.022500', '161308.482500', '161308.942500', '161309.402500', '161309.862500', '161310.322500', '161310.782500', '161311.242500', '161311.702500', '161312.162500', '161312.622500', '161313.082500', '161313.542500', '161314.002500', '161314.462500', '161314.922500', '161315.382500', '161315.842500', '161316.302500', '161316.762500', '161317.222500', '161317.682500', '161318.142500', '161318.602500', '161319.062500', '161319.522500', '161319.982500', '161320.442500', '161320.902500', '161321.362500', '161321.822500', '161322.282500', '161322.742500', '161323.202500', '161323.662500', '161324.122500', '161324.582500', '161325.042500', '161325.502500', '161325.962500', '161326.422500', '161326.882500', '161327.342500', '161327.802500', '161328.262500', '161328.722500', '161329.182500', '161329.642500', '161330.102500', '161330.562500', '161331.022500', '161331.482500', '161331.942500', '161332.402500', '161332.862500', '161333.322500', '161333.782500', '161334.242500', '161334.702500', '161335.162500', '161335.622500', '161336.082500', '161336.542500', '161337.002500', '161337.462500', '161337.922500', '161338.382500', '161338.842500', '161339.302500', '161339.762500', '161340.222500', '161340.682500', '161341.142500', '161341.602500', '161342.062500', '161342.522500', '161342.982500', '161343.442500', '161343.902500', '161344.362500', '161344.822500', '161345.282500', '161345.742500', '161346.202500', '161346.662500', '161347.122500', '161347.582500', '161348.042500', '161348.502500', '161348.962500', '161349.422500', '161349.882500', '161350.342500', '161350.802500', '161351.262500', '161351.722500', '161352.182500', '161352.642500', '161353.102500', '161353.562500', '161354.022500', '161354.482500', '161354.942500', '161355.402500', '161355.862500', '161356.322500', '161356.782500', '161357.242500', '161357.702500', '161358.162500', '161358.622500', '161359.082500', '161359.542500', '161400.002500', '161400.462500', '161400.922500', '161401.382500', '161401.842500', '161402.302500', '161402.762500', '161403.222500', '161403.682500', '161404.142500', '161404.602500', '161405.062500', '161405.522500', '161405.982500', '161406.442500', '161406.902500', '161407.362500', '161407.822500', '161408.282500', '161408.742500', '161409.202500', '161409.662500', '161410.122500', '161410.582500', '161411.042500', '161411.502500', '161411.962500', '161412.422500', '161412.882500', '161413.342500', '161413.802500', '161414.262500', '161414.722500', '161415.182500', '161415.642500', '161416.102500', '161416.562500', '161417.022500', '161417.482500', '161417.942500', '161418.402500', '161418.862500', '161419.322500', '161419.782500', '161420.242500', '161420.702500', '161421.162500', '161421.622500', '161422.082500', '161422.542500', '161423.002500', '161423.462500', '161423.922500', '161424.382500', '161424.842500', '161425.302500', '161425.762500', '161426.222500', '161426.682500', '161427.142500', '161427.602500', '161428.062500', '161428.522500', '161428.982500', '161429.442500', '161429.902500', '161430.362500', '161430.822500', '161431.282500', '161431.742500', '161432.202500', '161432.662500', '161433.122500', '161433.582500', '161434.042500', '161434.502500', '161434.962500', '161435.422500', '161435.882500', '161436.342500', '161436.802500', '161437.262500', '161437.722500', '161438.182500', '161438.642500', '161439.102500', '161439.562500', '161440.022500', '161440.482500', '161440.942500', '161441.402500', '161441.862500', '161442.322500', '161442.782500', '161443.242500', '161443.702500', '161444.162500', '161444.622500', '161445.082500', '161445.542500', '161446.002500', '161446.462500', '161446.922500', '161447.382500', '161447.842500', '161448.302500', '161448.762500', '161449.222500', '161449.682500', '161450.142500', '161450.602500', '161451.062500', '161451.522500', '161451.982500', '161452.442500', '161452.902500', '161453.362500', '161453.822500', '161454.282500', '161454.742500', '161455.202500', '161455.662500', '161456.122500', '161456.582500', '161457.042500', '161457.502500', '161457.962500', '161458.422500', '161458.882500', '161459.342500', '161459.802500', '161500.262500', '161500.722500', '161501.182500', '161501.642500', '161502.102500', '161502.562500', '161503.022500', '161503.482500', '161503.942500', '161504.402500', '161504.862500', '161505.322500', '161505.782500', '161506.242500', '161506.702500', '161507.162500', '161507.622500', '161508.082500', '161508.542500', '161509.002500', '161509.462500', '161509.922500', '161510.382500', '161510.842500', '161511.302500', '161511.762500', '161512.222500', '161512.682500', '161513.142500', '161513.602500', '161514.062500', '161514.522500', '161514.982500', '161515.442500', '161515.902500', '161516.362500', '161516.822500', '161517.282500', '161517.742500', '161518.202500', '161518.662500', '161519.122500', '161519.582500', '161520.042500', '161520.502500', '161520.962500', '161521.422500', '161521.882500', '161522.342500', '161522.802500', '161523.262500', '161523.722500', '161524.182500', '161524.642500', '161525.102500', '161525.562500', '161526.022500', '161526.482500', '161526.942500', '161527.402500', '161527.862500', '161528.322500', '161528.782500', '161529.242500', '161529.702500', '161530.162500', '161530.622500', '161531.082500', '161531.542500', '161532.002500', '161532.462500', '161532.922500', '161533.382500', '161533.842500', '161534.302500', '161534.762500', '161535.222500', '161535.682500', '161536.142500', '161536.602500', '161537.062500', '161537.522500', '161537.982500', '161538.442500', '161538.902500', '161539.362500', '161539.822500', '161540.282500', '161540.742500', '161541.202500', '161541.662500', '161542.122500', '161542.582500', '161543.042500', '161543.502500', '161543.962500', '161544.422500', '161544.882500', '161545.342500', '161545.802500', '161546.262500', '161546.722500', '161547.182500', '161547.642500', '161548.102500', '161548.562500', '161549.022500', '161549.482500', '161549.942500', '161550.402500', '161550.862500', '161551.322500', '161551.782500', '161552.242500', '161552.702500', '161553.162500', '161553.622500', '161554.082500', '161554.542500', '161555.002500', '161555.462500', '161555.922500', '161556.382500', '161556.842500', '161557.302500', '161557.762500', '161558.222500', '161558.682500', '161559.142500', '161559.602500', '161600.062500', '161600.522500', '161600.982500', '161601.442500', '161601.902500', '161602.362500', '161602.822500', '161603.282500', '161603.742500', '161604.202500', '161604.662500', '161605.122500', '161605.582500', '161606.042500', '161606.502500', '161606.962500', '161607.422500', '161607.882500', '161608.342500', '161608.802500', '161609.262500', '161609.722500', '161610.182500', '161610.642500', '161611.102500', '161611.562500', '161612.022500', '161612.482500', '161612.942500', '161613.402500', '161613.862500', '161614.322500', '161614.782500', '161615.242500', '161615.702500', '161616.162500', '161616.622500', '161617.082500', '161617.542500', '161618.002500', '161618.462500', '161618.922500', '161619.382500', '161619.842500', '161620.302500', '161620.762500', '161621.222500', '161621.682500', '161622.142500', '161622.602500', '161623.062500', '161623.522500', '161623.982500', '161624.442500', '161624.902500', '161625.362500', '161625.822500', '161626.282500', '161626.742500', '161627.202500', '161627.662500', '161628.122500', '161628.582500', '161629.042500', '161629.502500', '161629.962500', '161630.422500', '161630.882500', '161631.342500', '161631.802500', '161632.262500', '161632.722500', '161633.182500', '161633.642500', '161634.102500', '161634.562500', '161635.022500', '161635.482500', '161635.942500', '161636.402500', '161636.862500', '161637.322500', '161637.782500', '161638.242500', '161638.702500', '161639.162500', '161639.622500', '161640.082500', '161640.542500', '161641.002500', '161641.462500', '161641.922500', '161642.382500', '161642.842500', '161643.302500', '161643.762500', '161644.222500', '161644.682500', '161645.142500', '161645.602500', '161646.062500', '161646.522500', '161646.982500', '161647.442500', '161647.902500', '161648.362500', '161648.822500', '161649.282500', '161649.742500', '161650.202500', '161650.662500', '161651.122500', '161651.582500', '161652.042500', '161652.502500', '161652.962500', '161653.422500', '161653.882500', '161654.342500', '161654.802500', '161655.262500', '161655.722500', '161656.182500', '161656.642500', '161657.102500', '161657.562500', '161658.022500', '161658.482500', '161658.942500', '161659.402500', '161659.862500', '161700.322500', '161700.782500', '161701.242500', '161701.702500', '161702.162500', '161702.622500', '161703.082500', '161703.542500', '161704.002500', '161704.462500', '161704.922500', '161705.382500', '161705.842500', '161706.302500', '161706.762500', '161707.222500', '161707.682500', '161708.142500', '161708.602500', '161709.062500', '161709.522500', '161709.982500', '161710.442500', '161710.902500', '161711.362500', '161711.822500', '161712.282500', '161712.742500', '161713.202500', '161713.662500', '161714.122500', '161714.582500', '161715.042500', '161715.502500', '161715.962500', '161716.422500', '161716.882500', '161717.342500', '161717.802500', '161718.262500', '161718.722500', '161719.182500', '161719.642500', '161720.102500', '161720.562500', '161721.022500', '161721.482500', '161721.942500', '161722.402500', '161722.862500', '161723.322500', '161723.782500', '161724.242500', '161724.702500', '161725.162500', '161725.622500', '161726.082500', '161726.542500', '161727.002500', '161727.462500', '161727.922500', '161728.382500', '161728.842500', '161729.302500', '161729.762500', '161730.222500', '161730.682500', '161731.142500', '161731.602500', '161732.062500', '161732.522500', '161732.982500', '161733.442500', '161733.902500', '161734.362500', '161734.822500', '161735.282500', '161735.742500', '161736.202500', '161736.662500', '161737.122500', '161737.582500', '161738.042500', '161738.502500', '161738.962500', '161739.422500', '161739.882500', '161740.342500', '161740.802500', '161741.262500', '161741.722500', '161742.182500', '161742.642500', '161743.102500', '161743.562500', '161744.022500', '161744.482500', '161744.942500', '161745.402500', '161745.862500', '161746.322500', '161746.782500', '161747.242500', '161747.702500', '161748.162500', '161748.622500', '161749.082500', '161749.542500', '161750.002500', '161750.462500', '161750.922500', '161751.382500', '161751.842500', '161752.302500', '161752.762500', '161753.222500', '161753.682500', '161754.142500', '161754.602500', '161755.062500', '161755.522500', '161755.982500', '161756.442500', '161756.902500', '161757.362500', '161757.822500', '161758.282500', '161758.742500', '161759.202500', '161759.662500', '161800.122500', '161800.582500', '161801.042500', '161801.502500', '161801.962500', '161802.422500', '161802.882500', '161803.342500', '161803.802500', '161804.262500', '161804.722500', '161805.182500', '161805.642500', '161806.102500', '161806.562500', '161807.022500', '161807.482500', '161807.942500', '161808.402500', '161808.862500', '161809.322500', '161809.782500', '161810.242500', '161810.702500', '161811.162500', '161811.622500', '161812.082500', '161812.542500', '161813.002500', '161813.462500', '161813.922500', '161814.382500', '161814.842500', '161815.302500', '161815.762500', '161816.222500', '161816.682500', '161817.142500', '161817.602500', '161818.062500', '161818.522500', '161818.982500', '161819.442500', '161819.902500', '161820.362500', '161820.822500', '161821.282500', '161821.742500', '161822.202500', '161822.662500', '161823.122500', '161823.582500', '161824.042500', '161824.502500', '161824.962500', '161825.422500', '161825.882500', '161826.342500', '161826.802500', '161827.262500', '161827.722500', '161828.182500', '161828.642500', '161829.102500', '161829.562500', '161830.022500', '161830.482500', '161830.942500', '161831.402500', '161831.862500', '161832.322500', '161832.782500', '161833.242500', '161833.702500', '161834.162500', '161834.622500', '161835.082500', '161835.542500', '161836.002500', '161836.462500', '161836.922500', '161837.382500', '161837.842500', '161838.302500', '161838.762500', '161839.222500', '161839.682500', '161840.142500', '161840.602500', '161841.062500', '161841.522500', '161841.982500', '161842.442500', '161842.902500', '161843.362500', '161843.822500', '161844.282500', '161844.742500', '161845.202500', '161845.662500', '161846.122500', '161846.582500', '161847.042500', '161847.502500', '161847.962500', '161848.422500', '161848.882500', '161849.342500', '161849.802500', '161850.262500', '161850.722500', '161851.182500', '161851.642500', '161852.102500', '161852.562500', '161853.022500', '161853.482500', '161853.942500', '161854.402500', '161854.862500', '161855.322500', '161855.782500'], 'ContentTime': ['161126.142000', '161126.146000', '161126.149000', '161126.151000', '161126.155000', '161126.158000', '161126.161000', '161126.164000', '161126.167000', '161126.170000', '161126.173000', '161126.176000', '161126.179000', '161126.182000', '161126.185000', '161126.188000', '161126.191000', '161126.194000', '161126.197000', '161126.201000', '161126.204000', '161126.207000', '161126.209000', '161126.213000', '161126.216000', '161126.219000', '161126.222000', '161126.241000', '161126.244000', '161126.248000', '161126.251000', '161126.254000', '161126.256000', '161126.259000', '161126.262000', '161126.265000', '161146.101000', '161146.105000', '161146.108000', '161146.111000', '161146.114000', '161146.117000', '161146.130000', '161146.133000', '161146.136000', '161146.139000', '161146.142000', '161146.145000', '161146.148000', '161146.151000', '161146.154000', '161146.157000', '161146.160000', '161146.163000', '161146.166000', '161146.169000', '161146.172000', '161146.175000', '161146.178000', '161146.181000', '161146.184000', '161146.187000', '161146.190000', '161146.193000', '161146.196000', '161146.199000', '161146.202000', '161146.205000', '161146.208000', '161146.211000', '161146.214000', '161146.217000', '161146.220000', '161146.223000', '161146.226000', '161146.229000', '161146.232000', '161146.236000', '161146.241000', '161206.101000', '161206.104000', '161206.107000', '161206.112000', '161206.115000', '161206.118000', '161206.121000', '161206.124000', '161206.126000', '161206.129000', '161206.132000', '161206.135000', '161206.138000', '161206.141000', '161206.143000', '161206.146000', '161206.149000', '161206.152000', '161206.155000', '161206.158000', '161206.161000', '161206.164000', '161206.167000', '161206.169000', '161206.172000', '161206.205000', '161206.208000', '161206.211000', '161206.214000', '161206.217000', '161206.220000', '161206.222000', '161206.225000', '161206.228000', '161206.231000', '161206.234000', '161206.237000', '161206.240000', '161206.242000', '161206.245000', '161206.248000', '161206.251000', '161206.254000', '161206.257000', '161226.101000', '161226.104000', '161226.107000', '161226.110000', '161226.113000', '161226.115000', '161226.118000', '161226.121000', '161226.124000', '161226.127000', '161226.130000', '161226.133000', '161226.136000', '161226.138000', '161226.141000', '161226.144000', '161226.147000', '161226.150000', '161226.153000', '161226.156000', '161226.159000', '161226.162000', '161226.165000', '161226.167000', '161226.170000', '161226.173000', '161226.176000', '161226.179000', '161226.182000', '161226.185000', '161226.188000', '161226.190000', '161226.194000', '161226.198000', '161226.201000', '161226.204000', '161226.207000', '161226.209000', '161226.212000', '161226.215000', '161226.218000', '161226.221000', '161226.224000', '161246.101000', '161246.104000', '161246.107000', '161246.110000', '161246.113000', '161246.115000', '161246.118000', '161246.121000', '161246.124000', '161246.127000', '161246.130000', '161246.133000', '161246.136000', '161246.139000', '161246.141000', '161246.144000', '161246.147000', '161246.150000', '161246.153000', '161246.156000', '161246.159000', '161246.162000', '161246.165000', '161246.168000', '161246.171000', '161246.174000', '161246.176000', '161246.179000', '161246.182000', '161246.185000', '161246.188000', '161246.191000', '161246.194000', '161246.197000', '161246.200000', '161246.202000', '161246.205000', '161246.208000', '161246.211000', '161246.214000', '161246.217000', '161246.220000', '161246.222000', '161246.225000', '161306.101000', '161306.117000', '161306.120000', '161306.123000', '161306.126000', '161306.129000', '161306.132000', '161306.134000', '161306.137000', '161306.140000', '161306.143000', '161306.146000', '161306.149000', '161306.152000', '161306.155000', '161306.158000', '161306.161000', '161306.163000', '161306.166000', '161306.169000', '161306.172000', '161306.175000', '161306.178000', '161306.181000', '161306.184000', '161306.187000', '161306.189000', '161306.192000', '161306.195000', '161306.198000', '161306.201000', '161306.204000', '161306.207000', '161306.210000', '161306.212000', '161306.215000', '161306.218000', '161306.221000', '161306.224000', '161306.227000', '161306.230000', '161306.233000', '161306.236000', '161326.101000', '161326.104000', '161326.107000', '161326.110000', '161326.113000', '161326.115000', '161326.118000', '161326.121000', '161326.124000', '161326.127000', '161326.130000', '161326.133000', '161326.136000', '161326.139000', '161326.141000', '161326.144000', '161326.147000', '161326.150000', '161326.153000', '161326.156000', '161326.159000', '161326.162000', '161326.165000', '161326.168000', '161326.170000', '161326.173000', '161326.200000', '161326.203000', '161326.206000', '161326.209000', '161326.212000', '161326.215000', '161326.218000', '161326.220000', '161326.223000', '161326.226000', '161326.229000', '161326.232000', '161326.235000', '161326.238000', '161326.241000', '161326.243000', '161326.246000', '161326.249000', '161346.101000', '161346.104000', '161346.107000', '161346.110000', '161346.113000', '161346.116000', '161346.118000', '161346.121000', '161346.124000', '161346.127000', '161346.130000', '161346.133000', '161346.136000', '161346.139000', '161346.142000', '161346.144000', '161346.147000', '161346.150000', '161346.153000', '161346.156000', '161346.159000', '161346.162000', '161346.165000', '161346.167000', '161346.170000', '161346.173000', '161346.375000', '161346.378000', '161346.381000', '161346.383000', '161346.386000', '161346.389000', '161346.392000', '161346.395000', '161346.398000', '161346.401000', '161346.404000', '161346.406000', '161346.409000', '161346.412000', '161346.415000', '161346.418000', '161346.421000', '161406.101000', '161406.104000', '161406.107000', '161406.110000', '161406.112000', '161406.115000', '161406.118000', '161406.121000', '161406.124000', '161406.127000', '161406.130000', '161406.133000', '161406.135000', '161406.138000', '161406.141000', '161406.144000', '161406.147000', '161406.150000', '161406.153000', '161406.156000', '161406.159000', '161406.162000', '161406.165000', '161406.168000', '161406.171000', '161406.174000', '161406.177000', '161406.179000', '161406.182000', '161406.185000', '161406.188000', '161406.191000', '161406.194000', '161406.197000', '161406.200000', '161406.203000', '161406.206000', '161406.209000', '161406.211000', '161406.214000', '161406.217000', '161406.220000', '161406.223000', '161406.226000', '161426.101000', '161426.104000', '161426.107000', '161426.110000', '161426.113000', '161426.115000', '161426.118000', '161426.121000', '161426.124000', '161426.127000', '161426.130000', '161426.133000', '161426.136000', '161426.139000', '161426.141000', '161426.144000', '161426.147000', '161426.150000', '161426.153000', '161426.156000', '161426.159000', '161426.162000', '161426.165000', '161426.167000', '161426.170000', '161426.173000', '161426.202000', '161426.205000', '161426.208000', '161426.211000', '161426.214000', '161426.217000', '161426.220000', '161426.223000', '161426.226000', '161426.228000', '161426.231000', '161426.234000', '161426.237000', '161426.240000', '161426.243000', '161426.253000', '161426.256000', '161446.104000', '161446.107000', '161446.110000', '161446.113000', '161446.116000', '161446.119000', '161446.122000', '161446.125000', '161446.128000', '161446.131000', '161446.134000', '161446.136000', '161446.139000', '161446.142000', '161446.145000', '161446.148000', '161446.151000', '161446.154000', '161446.157000', '161446.160000', '161446.163000', '161446.166000', '161446.169000', '161446.171000', '161446.175000', '161446.178000', '161446.180000', '161446.183000', '161446.186000', '161446.189000', '161446.192000', '161446.195000', '161446.198000', '161446.201000', '161446.203000', '161446.206000', '161446.209000', '161446.212000', '161446.215000', '161446.218000', '161446.221000', '161446.224000', '161446.231000', '161506.101000', '161506.105000', '161506.108000', '161506.111000', '161506.114000', '161506.117000', '161506.120000', '161506.123000', '161506.126000', '161506.129000', '161506.132000', '161506.240000', '161506.243000', '161506.246000', '161506.249000', '161506.252000', '161506.255000', '161506.258000', '161506.261000', '161506.264000', '161506.267000', '161506.270000', '161506.273000', '161506.277000', '161506.280000', '161506.283000', '161506.286000', '161506.289000', '161506.292000', '161506.295000', '161506.298000', '161506.300000', '161506.303000', '161506.306000', '161506.309000', '161506.312000', '161506.315000', '161506.318000', '161506.321000', '161506.324000', '161506.327000', '161506.330000', '161506.333000', '161506.335000', '161526.101000', '161526.104000', '161526.107000', '161526.110000', '161526.113000', '161526.115000', '161526.118000', '161526.121000', '161526.124000', '161526.127000', '161526.130000', '161526.133000', '161526.136000', '161526.139000', '161526.142000', '161526.145000', '161526.148000', '161526.151000', '161526.154000', '161526.157000', '161526.160000', '161526.163000', '161526.165000', '161526.168000', '161526.171000', '161526.174000', '161526.216000', '161526.219000', '161526.222000', '161526.225000', '161526.227000', '161526.230000', '161526.233000', '161526.236000', '161526.239000', '161526.242000', '161526.245000', '161526.248000', '161526.251000', '161526.254000', '161526.257000', '161526.259000', '161526.262000', '161546.101000', '161546.104000', '161546.107000', '161546.110000', '161546.113000', '161546.115000', '161546.118000', '161546.121000', '161546.125000', '161546.127000', '161546.131000', '161546.133000', '161546.136000', '161546.139000', '161546.142000', '161546.145000', '161546.148000', '161546.151000', '161546.154000', '161546.156000', '161546.159000', '161546.162000', '161546.165000', '161546.168000', '161546.171000', '161546.174000', '161546.223000', '161546.225000', '161546.228000', '161546.231000', '161546.234000', '161546.237000', '161546.240000', '161546.243000', '161546.246000', '161546.248000', '161546.251000', '161546.254000', '161546.257000', '161546.260000', '161546.263000', '161546.266000', '161546.269000', '161546.272000', '161606.101000', '161606.104000', '161606.107000', '161606.110000', '161606.113000', '161606.116000', '161606.118000', '161606.121000', '161606.133000', '161606.136000', '161606.140000', '161606.144000', '161606.147000', '161606.150000', '161606.153000', '161606.156000', '161606.159000', '161606.162000', '161606.165000', '161606.167000', '161606.170000', '161606.173000', '161606.231000', '161606.234000', '161606.237000', '161606.239000', '161606.242000', '161606.245000', '161606.248000', '161606.251000', '161606.254000', '161606.257000', '161606.260000', '161606.262000', '161606.265000', '161606.268000', '161606.271000', '161606.274000', '161606.277000', '161606.280000', '161606.283000', '161606.286000', '161606.289000', '161626.101000', '161626.104000', '161626.107000', '161626.110000', '161626.113000', '161626.116000', '161626.119000', '161626.121000', '161626.124000', '161626.127000', '161626.130000', '161626.133000', '161626.136000', '161626.139000', '161626.142000', '161626.145000', '161626.148000', '161626.151000', '161626.154000', '161626.156000', '161626.159000', '161626.162000', '161626.165000', '161626.168000', '161626.171000', '161626.218000', '161626.220000', '161626.223000', '161626.226000', '161626.229000', '161626.232000', '161626.235000', '161626.238000', '161626.241000', '161626.244000', '161626.246000', '161626.249000', '161626.252000', '161626.255000', '161626.258000', '161626.261000', '161626.264000', '161626.267000', '161626.270000', '161646.101000', '161646.104000', '161646.107000', '161646.110000', '161646.113000', '161646.116000', '161646.118000', '161646.124000', '161646.127000', '161646.130000', '161646.133000', '161646.135000', '161646.138000', '161646.141000', '161646.144000', '161646.147000', '161646.150000', '161646.153000', '161646.156000', '161646.159000', '161646.163000', '161646.167000', '161646.170000', '161646.173000', '161646.248000', '161646.251000', '161646.254000', '161646.257000', '161646.260000', '161646.263000', '161646.266000', '161646.268000', '161646.271000', '161646.274000', '161646.277000', '161646.280000', '161646.283000', '161646.286000', '161646.289000', '161646.292000', '161646.295000', '161646.297000', '161646.300000', '161706.101000', '161706.104000', '161706.107000', '161706.110000', '161706.113000', '161706.116000', '161706.119000', '161706.122000', '161706.125000', '161706.127000', '161706.130000', '161706.133000', '161706.136000', '161706.139000', '161706.142000', '161706.145000', '161706.148000', '161706.150000', '161706.153000', '161706.156000', '161706.159000', '161706.162000', '161706.165000', '161706.168000', '161706.171000', '161706.232000', '161706.235000', '161706.238000', '161706.241000', '161706.244000', '161706.247000', '161706.249000', '161706.252000', '161706.255000', '161706.258000', '161706.261000', '161706.264000', '161706.267000', '161706.270000', '161706.273000', '161706.276000', '161706.278000', '161706.281000', '161706.284000', '161726.101000', '161726.104000', '161726.107000', '161726.111000', '161726.114000', '161726.117000', '161726.120000', '161726.123000', '161726.126000', '161726.129000', '161726.132000', '161726.134000', '161726.137000', '161726.140000', '161726.143000', '161726.146000', '161726.149000', '161726.152000', '161726.155000', '161726.169000', '161726.175000', '161726.221000', '161726.224000', '161726.227000', '161726.230000', '161726.233000', '161726.236000', '161726.239000', '161726.242000', '161726.244000', '161726.247000', '161726.250000', '161726.253000', '161726.256000', '161726.259000', '161726.262000', '161726.265000', '161726.268000', '161726.271000', '161726.274000', '161726.277000', '161726.279000', '161726.282000', '161746.101000', '161746.104000', '161746.107000', '161746.110000', '161746.113000', '161746.116000', '161746.119000', '161746.121000', '161746.124000', '161746.127000', '161746.130000', '161746.133000', '161746.136000', '161746.139000', '161746.142000', '161746.144000', '161746.147000', '161746.150000', '161746.153000', '161746.156000', '161746.159000', '161746.162000', '161746.165000', '161746.168000', '161746.171000', '161746.174000', '161746.230000', '161746.233000', '161746.236000', '161746.239000', '161746.242000', '161746.245000', '161746.248000', '161746.251000', '161746.253000', '161746.256000', '161746.259000', '161746.262000', '161746.265000', '161746.268000', '161746.271000', '161746.274000', '161746.277000', '161746.280000', '161806.101000', '161806.104000', '161806.107000', '161806.110000', '161806.113000', '161806.116000', '161806.118000', '161806.121000', '161806.124000', '161806.127000', '161806.130000', '161806.133000', '161806.136000', '161806.139000', '161806.142000', '161806.145000', '161806.148000', '161806.151000', '161806.154000', '161806.156000', '161806.159000', '161806.162000', '161806.165000', '161806.168000', '161806.171000', '161806.174000', '161806.234000', '161806.237000', '161806.240000', '161806.243000', '161806.245000', '161806.248000', '161806.251000', '161806.254000', '161806.257000', '161806.260000', '161806.263000', '161806.266000', '161806.268000', '161806.271000', '161806.274000', '161806.277000', '161806.280000', '161826.101000', '161826.104000', '161826.107000', '161826.110000', '161826.113000', '161826.116000', '161826.119000', '161826.122000', '161826.125000', '161826.128000', '161826.130000', '161826.133000', '161826.136000', '161826.139000', '161826.142000', '161826.145000', '161826.148000', '161826.151000', '161826.154000', '161826.157000', '161826.160000', '161826.162000', '161826.165000', '161826.168000', '161826.171000', '161826.245000', '161826.247000', '161826.250000', '161826.253000', '161826.256000', '161826.259000', '161826.262000', '161826.265000', '161826.268000', '161826.271000', '161826.274000', '161826.277000', '161826.279000', '161826.282000', '161826.285000', '161826.288000', '161826.291000', '161826.294000', '161826.297000', '161846.101000', '161846.104000', '161846.107000', '161846.110000', '161846.113000', '161846.116000', '161846.119000', '161846.122000', '161846.124000', '161846.127000', '161846.130000', '161846.133000', '161846.136000', '161846.139000', '161846.142000', '161846.145000', '161846.149000', '161846.152000', '161846.155000', '161846.158000', '161846.161000', '161846.164000', '161846.167000', '161846.170000', '161846.173000', '161846.246000', '161846.249000', '161846.252000', '161846.255000', '161846.258000', '161846.265000', '161846.267000', '161846.270000', '161846.273000', '161846.276000', '161846.279000', '161846.282000', '161846.285000', '161846.288000', '161846.291000', '161846.293000', '161846.296000', '161846.299000', '161856.857000', '161856.861000', '161856.864000', '161856.867000', '161856.870000', '161856.874000', '161856.877000', '161856.880000', '161856.883000', '161856.887000', '161856.890000', '161856.893000', '161856.896000', '161856.899000', '161856.902000', '161856.905000', '161856.908000', '161856.911000', '161856.914000', '161856.917000', '161856.920000', '161856.923000', '161856.926000', '161856.929000'], 'InstanceCreationTime': ['161126.142000', '161126.146000', '161126.149000', '161126.151000', '161126.155000', '161126.158000', '161126.161000', '161126.164000', '161126.167000', '161126.170000', '161126.173000', '161126.176000', '161126.179000', '161126.182000', '161126.185000', '161126.188000', '161126.191000', '161126.194000', '161126.197000', '161126.201000', '161126.204000', '161126.207000', '161126.209000', '161126.213000', '161126.216000', '161126.219000', '161126.222000', '161126.241000', '161126.244000', '161126.248000', '161126.251000', '161126.254000', '161126.256000', '161126.259000', '161126.262000', '161126.265000', '161146.101000', '161146.105000', '161146.108000', '161146.111000', '161146.114000', '161146.117000', '161146.130000', '161146.133000', '161146.136000', '161146.139000', '161146.142000', '161146.145000', '161146.148000', '161146.151000', '161146.154000', '161146.157000', '161146.160000', '161146.163000', '161146.166000', '161146.169000', '161146.172000', '161146.175000', '161146.178000', '161146.181000', '161146.184000', '161146.187000', '161146.190000', '161146.193000', '161146.196000', '161146.199000', '161146.202000', '161146.205000', '161146.208000', '161146.211000', '161146.214000', '161146.217000', '161146.220000', '161146.223000', '161146.226000', '161146.229000', '161146.232000', '161146.236000', '161146.241000', '161206.101000', '161206.104000', '161206.107000', '161206.112000', '161206.115000', '161206.118000', '161206.121000', '161206.124000', '161206.126000', '161206.129000', '161206.132000', '161206.135000', '161206.138000', '161206.141000', '161206.143000', '161206.146000', '161206.149000', '161206.152000', '161206.155000', '161206.158000', '161206.161000', '161206.164000', '161206.167000', '161206.169000', '161206.172000', '161206.205000', '161206.208000', '161206.211000', '161206.214000', '161206.217000', '161206.220000', '161206.222000', '161206.225000', '161206.228000', '161206.231000', '161206.234000', '161206.237000', '161206.240000', '161206.242000', '161206.245000', '161206.248000', '161206.251000', '161206.254000', '161206.257000', '161226.101000', '161226.104000', '161226.107000', '161226.110000', '161226.113000', '161226.115000', '161226.118000', '161226.121000', '161226.124000', '161226.127000', '161226.130000', '161226.133000', '161226.136000', '161226.138000', '161226.141000', '161226.144000', '161226.147000', '161226.150000', '161226.153000', '161226.156000', '161226.159000', '161226.162000', '161226.165000', '161226.167000', '161226.170000', '161226.173000', '161226.176000', '161226.179000', '161226.182000', '161226.185000', '161226.188000', '161226.190000', '161226.194000', '161226.198000', '161226.201000', '161226.204000', '161226.207000', '161226.209000', '161226.212000', '161226.215000', '161226.218000', '161226.221000', '161226.224000', '161246.101000', '161246.104000', '161246.107000', '161246.110000', '161246.113000', '161246.115000', '161246.118000', '161246.121000', '161246.124000', '161246.127000', '161246.130000', '161246.133000', '161246.136000', '161246.139000', '161246.141000', '161246.144000', '161246.147000', '161246.150000', '161246.153000', '161246.156000', '161246.159000', '161246.162000', '161246.165000', '161246.168000', '161246.171000', '161246.174000', '161246.176000', '161246.179000', '161246.182000', '161246.185000', '161246.188000', '161246.191000', '161246.194000', '161246.197000', '161246.200000', '161246.202000', '161246.205000', '161246.208000', '161246.211000', '161246.214000', '161246.217000', '161246.220000', '161246.222000', '161246.225000', '161306.101000', '161306.117000', '161306.120000', '161306.123000', '161306.126000', '161306.129000', '161306.132000', '161306.134000', '161306.137000', '161306.140000', '161306.143000', '161306.146000', '161306.149000', '161306.152000', '161306.155000', '161306.158000', '161306.161000', '161306.163000', '161306.166000', '161306.169000', '161306.172000', '161306.175000', '161306.178000', '161306.181000', '161306.184000', '161306.187000', '161306.189000', '161306.192000', '161306.195000', '161306.198000', '161306.201000', '161306.204000', '161306.207000', '161306.210000', '161306.212000', '161306.215000', '161306.218000', '161306.221000', '161306.224000', '161306.227000', '161306.230000', '161306.233000', '161306.236000', '161326.101000', '161326.104000', '161326.107000', '161326.110000', '161326.113000', '161326.115000', '161326.118000', '161326.121000', '161326.124000', '161326.127000', '161326.130000', '161326.133000', '161326.136000', '161326.139000', '161326.141000', '161326.144000', '161326.147000', '161326.150000', '161326.153000', '161326.156000', '161326.159000', '161326.162000', '161326.165000', '161326.168000', '161326.170000', '161326.173000', '161326.200000', '161326.203000', '161326.206000', '161326.209000', '161326.212000', '161326.215000', '161326.218000', '161326.220000', '161326.223000', '161326.226000', '161326.229000', '161326.232000', '161326.235000', '161326.238000', '161326.241000', '161326.243000', '161326.246000', '161326.249000', '161346.101000', '161346.104000', '161346.107000', '161346.110000', '161346.113000', '161346.116000', '161346.118000', '161346.121000', '161346.124000', '161346.127000', '161346.130000', '161346.133000', '161346.136000', '161346.139000', '161346.142000', '161346.144000', '161346.147000', '161346.150000', '161346.153000', '161346.156000', '161346.159000', '161346.162000', '161346.165000', '161346.167000', '161346.170000', '161346.173000', '161346.375000', '161346.378000', '161346.381000', '161346.383000', '161346.386000', '161346.389000', '161346.392000', '161346.395000', '161346.398000', '161346.401000', '161346.404000', '161346.406000', '161346.409000', '161346.412000', '161346.415000', '161346.418000', '161346.421000', '161406.101000', '161406.104000', '161406.107000', '161406.110000', '161406.112000', '161406.115000', '161406.118000', '161406.121000', '161406.124000', '161406.127000', '161406.130000', '161406.133000', '161406.135000', '161406.138000', '161406.141000', '161406.144000', '161406.147000', '161406.150000', '161406.153000', '161406.156000', '161406.159000', '161406.162000', '161406.165000', '161406.168000', '161406.171000', '161406.174000', '161406.177000', '161406.179000', '161406.182000', '161406.185000', '161406.188000', '161406.191000', '161406.194000', '161406.197000', '161406.200000', '161406.203000', '161406.206000', '161406.209000', '161406.211000', '161406.214000', '161406.217000', '161406.220000', '161406.223000', '161406.226000', '161426.101000', '161426.104000', '161426.107000', '161426.110000', '161426.113000', '161426.115000', '161426.118000', '161426.121000', '161426.124000', '161426.127000', '161426.130000', '161426.133000', '161426.136000', '161426.139000', '161426.141000', '161426.144000', '161426.147000', '161426.150000', '161426.153000', '161426.156000', '161426.159000', '161426.162000', '161426.165000', '161426.167000', '161426.170000', '161426.173000', '161426.202000', '161426.205000', '161426.208000', '161426.211000', '161426.214000', '161426.217000', '161426.220000', '161426.223000', '161426.226000', '161426.228000', '161426.231000', '161426.234000', '161426.237000', '161426.240000', '161426.243000', '161426.253000', '161426.256000', '161446.104000', '161446.107000', '161446.110000', '161446.113000', '161446.116000', '161446.119000', '161446.122000', '161446.125000', '161446.128000', '161446.131000', '161446.134000', '161446.136000', '161446.139000', '161446.142000', '161446.145000', '161446.148000', '161446.151000', '161446.154000', '161446.157000', '161446.160000', '161446.163000', '161446.166000', '161446.169000', '161446.171000', '161446.175000', '161446.178000', '161446.180000', '161446.183000', '161446.186000', '161446.189000', '161446.192000', '161446.195000', '161446.198000', '161446.201000', '161446.203000', '161446.206000', '161446.209000', '161446.212000', '161446.215000', '161446.218000', '161446.221000', '161446.224000', '161446.231000', '161506.101000', '161506.105000', '161506.108000', '161506.111000', '161506.114000', '161506.117000', '161506.120000', '161506.123000', '161506.126000', '161506.129000', '161506.132000', '161506.240000', '161506.243000', '161506.246000', '161506.249000', '161506.252000', '161506.255000', '161506.258000', '161506.261000', '161506.264000', '161506.267000', '161506.270000', '161506.273000', '161506.277000', '161506.280000', '161506.283000', '161506.286000', '161506.289000', '161506.292000', '161506.295000', '161506.298000', '161506.300000', '161506.303000', '161506.306000', '161506.309000', '161506.312000', '161506.315000', '161506.318000', '161506.321000', '161506.324000', '161506.327000', '161506.330000', '161506.333000', '161506.335000', '161526.101000', '161526.104000', '161526.107000', '161526.110000', '161526.113000', '161526.115000', '161526.118000', '161526.121000', '161526.124000', '161526.127000', '161526.130000', '161526.133000', '161526.136000', '161526.139000', '161526.142000', '161526.145000', '161526.148000', '161526.151000', '161526.154000', '161526.157000', '161526.160000', '161526.163000', '161526.165000', '161526.168000', '161526.171000', '161526.174000', '161526.216000', '161526.219000', '161526.222000', '161526.225000', '161526.227000', '161526.230000', '161526.233000', '161526.236000', '161526.239000', '161526.242000', '161526.245000', '161526.248000', '161526.251000', '161526.254000', '161526.257000', '161526.259000', '161526.262000', '161546.101000', '161546.104000', '161546.107000', '161546.110000', '161546.113000', '161546.115000', '161546.118000', '161546.121000', '161546.125000', '161546.127000', '161546.131000', '161546.133000', '161546.136000', '161546.139000', '161546.142000', '161546.145000', '161546.148000', '161546.151000', '161546.154000', '161546.156000', '161546.159000', '161546.162000', '161546.165000', '161546.168000', '161546.171000', '161546.174000', '161546.223000', '161546.225000', '161546.228000', '161546.231000', '161546.234000', '161546.237000', '161546.240000', '161546.243000', '161546.246000', '161546.248000', '161546.251000', '161546.254000', '161546.257000', '161546.260000', '161546.263000', '161546.266000', '161546.269000', '161546.272000', '161606.101000', '161606.104000', '161606.107000', '161606.110000', '161606.113000', '161606.116000', '161606.118000', '161606.121000', '161606.133000', '161606.136000', '161606.140000', '161606.144000', '161606.147000', '161606.150000', '161606.153000', '161606.156000', '161606.159000', '161606.162000', '161606.165000', '161606.167000', '161606.170000', '161606.173000', '161606.231000', '161606.234000', '161606.237000', '161606.239000', '161606.242000', '161606.245000', '161606.248000', '161606.251000', '161606.254000', '161606.257000', '161606.260000', '161606.262000', '161606.265000', '161606.268000', '161606.271000', '161606.274000', '161606.277000', '161606.280000', '161606.283000', '161606.286000', '161606.289000', '161626.101000', '161626.104000', '161626.107000', '161626.110000', '161626.113000', '161626.116000', '161626.119000', '161626.121000', '161626.124000', '161626.127000', '161626.130000', '161626.133000', '161626.136000', '161626.139000', '161626.142000', '161626.145000', '161626.148000', '161626.151000', '161626.154000', '161626.156000', '161626.159000', '161626.162000', '161626.165000', '161626.168000', '161626.171000', '161626.218000', '161626.220000', '161626.223000', '161626.226000', '161626.229000', '161626.232000', '161626.235000', '161626.238000', '161626.241000', '161626.244000', '161626.246000', '161626.249000', '161626.252000', '161626.255000', '161626.258000', '161626.261000', '161626.264000', '161626.267000', '161626.270000', '161646.101000', '161646.104000', '161646.107000', '161646.110000', '161646.113000', '161646.116000', '161646.118000', '161646.124000', '161646.127000', '161646.130000', '161646.133000', '161646.135000', '161646.138000', '161646.141000', '161646.144000', '161646.147000', '161646.150000', '161646.153000', '161646.156000', '161646.159000', '161646.163000', '161646.167000', '161646.170000', '161646.173000', '161646.248000', '161646.251000', '161646.254000', '161646.257000', '161646.260000', '161646.263000', '161646.266000', '161646.268000', '161646.271000', '161646.274000', '161646.277000', '161646.280000', '161646.283000', '161646.286000', '161646.289000', '161646.292000', '161646.295000', '161646.297000', '161646.300000', '161706.101000', '161706.104000', '161706.107000', '161706.110000', '161706.113000', '161706.116000', '161706.119000', '161706.122000', '161706.125000', '161706.127000', '161706.130000', '161706.133000', '161706.136000', '161706.139000', '161706.142000', '161706.145000', '161706.148000', '161706.150000', '161706.153000', '161706.156000', '161706.159000', '161706.162000', '161706.165000', '161706.168000', '161706.171000', '161706.232000', '161706.235000', '161706.238000', '161706.241000', '161706.244000', '161706.247000', '161706.249000', '161706.252000', '161706.255000', '161706.258000', '161706.261000', '161706.264000', '161706.267000', '161706.270000', '161706.273000', '161706.276000', '161706.278000', '161706.281000', '161706.284000', '161726.101000', '161726.104000', '161726.107000', '161726.111000', '161726.114000', '161726.117000', '161726.120000', '161726.123000', '161726.126000', '161726.129000', '161726.132000', '161726.134000', '161726.137000', '161726.140000', '161726.143000', '161726.146000', '161726.149000', '161726.152000', '161726.155000', '161726.169000', '161726.175000', '161726.221000', '161726.224000', '161726.227000', '161726.230000', '161726.233000', '161726.236000', '161726.239000', '161726.242000', '161726.244000', '161726.247000', '161726.250000', '161726.253000', '161726.256000', '161726.259000', '161726.262000', '161726.265000', '161726.268000', '161726.271000', '161726.274000', '161726.277000', '161726.279000', '161726.282000', '161746.101000', '161746.104000', '161746.107000', '161746.110000', '161746.113000', '161746.116000', '161746.119000', '161746.121000', '161746.124000', '161746.127000', '161746.130000', '161746.133000', '161746.136000', '161746.139000', '161746.142000', '161746.144000', '161746.147000', '161746.150000', '161746.153000', '161746.156000', '161746.159000', '161746.162000', '161746.165000', '161746.168000', '161746.171000', '161746.174000', '161746.230000', '161746.233000', '161746.236000', '161746.239000', '161746.242000', '161746.245000', '161746.248000', '161746.251000', '161746.253000', '161746.256000', '161746.259000', '161746.262000', '161746.265000', '161746.268000', '161746.271000', '161746.274000', '161746.277000', '161746.280000', '161806.101000', '161806.104000', '161806.107000', '161806.110000', '161806.113000', '161806.116000', '161806.118000', '161806.121000', '161806.124000', '161806.127000', '161806.130000', '161806.133000', '161806.136000', '161806.139000', '161806.142000', '161806.145000', '161806.148000', '161806.151000', '161806.154000', '161806.156000', '161806.159000', '161806.162000', '161806.165000', '161806.168000', '161806.171000', '161806.174000', '161806.234000', '161806.237000', '161806.240000', '161806.243000', '161806.245000', '161806.248000', '161806.251000', '161806.254000', '161806.257000', '161806.260000', '161806.263000', '161806.266000', '161806.268000', '161806.271000', '161806.274000', '161806.277000', '161806.280000', '161826.101000', '161826.104000', '161826.107000', '161826.110000', '161826.113000', '161826.116000', '161826.119000', '161826.122000', '161826.125000', '161826.128000', '161826.130000', '161826.133000', '161826.136000', '161826.139000', '161826.142000', '161826.145000', '161826.148000', '161826.151000', '161826.154000', '161826.157000', '161826.160000', '161826.162000', '161826.165000', '161826.168000', '161826.171000', '161826.245000', '161826.247000', '161826.250000', '161826.253000', '161826.256000', '161826.259000', '161826.262000', '161826.265000', '161826.268000', '161826.271000', '161826.274000', '161826.277000', '161826.279000', '161826.282000', '161826.285000', '161826.288000', '161826.291000', '161826.294000', '161826.297000', '161846.101000', '161846.104000', '161846.107000', '161846.110000', '161846.113000', '161846.116000', '161846.119000', '161846.122000', '161846.124000', '161846.127000', '161846.130000', '161846.133000', '161846.136000', '161846.139000', '161846.142000', '161846.145000', '161846.149000', '161846.152000', '161846.155000', '161846.158000', '161846.161000', '161846.164000', '161846.167000', '161846.170000', '161846.173000', '161846.246000', '161846.249000', '161846.252000', '161846.255000', '161846.258000', '161846.265000', '161846.267000', '161846.270000', '161846.273000', '161846.276000', '161846.279000', '161846.282000', '161846.285000', '161846.288000', '161846.291000', '161846.293000', '161846.296000', '161846.299000', '161856.857000', '161856.861000', '161856.864000', '161856.867000', '161856.870000', '161856.874000', '161856.877000', '161856.880000', '161856.883000', '161856.887000', '161856.890000', '161856.893000', '161856.896000', '161856.899000', '161856.902000', '161856.905000', '161856.908000', '161856.911000', '161856.914000', '161856.917000', '161856.920000', '161856.923000', '161856.926000', '161856.929000'], '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': [12847, 8807, 9445, 9800, 8399, 10908, 7898, 12114, 8890, 13031, 7778, 7149, 8091, 7373, 10204, 9560, 13235, 8192, 6879, 9425, 7933, 10602, 9330, 13101, 9219, 8036, 8378, 7266, 9397, 7732, 10577, 8666, 9236, 7696, 6781, 8061, 7424, 10346, 8388, 11664, 8573, 8183, 7510, 7178, 8752, 8139, 11522, 9162, 6907, 8464, 7236, 9705, 8491, 13242, 9774, 8240, 9727, 7622, 10904, 9150, 14545, 10128, 8143, 9880, 7353, 11453, 8917, 14574, 9212, 8151, 9279, 7550, 10882, 8566, 12069, 8701, 10658, 7936, 7127, 7898, 8072, 11516, 8543, 11720, 9184, 12833, 8105, 11772, 10705, 7957, 11464, 7793, 10380, 8348, 12896, 9000, 9290, 9416, 7246, 9208, 7329, 9842, 7553, 11546, 8466, 11380, 8273, 9722, 7763, 8874, 10340, 7311, 11293, 8346, 12656, 8835, 12859, 8620, 8371, 9936, 7328, 9779, 8316, 12660, 8451, 9289, 11106, 8142, 11857, 8247, 10194, 9027, 9072, 10579, 8015, 11865, 7880, 13142, 9062, 13438, 9081, 10143, 9540, 7373, 9566, 7387, 9494, 7773, 10983, 9131, 11236, 8126, 7004, 7396, 7588, 9495, 8079, 11278, 8371, 11309, 9027, 10464, 9220, 11809, 9775, 8339, 8678, 7230, 9408, 7801, 10159, 9318, 12080, 9556, 7263, 7742, 7472, 9194, 7555, 11193, 8870, 10699, 8576, 6982, 9158, 7451, 11029, 8385, 14156, 9171, 11115, 7989, 7937, 8142, 7960, 10387, 7853, 11107, 8066, 11015, 8429, 7993, 8952, 7724, 11608, 8097, 11034, 8915, 11335, 9341, 12607, 9321, 7351, 9657, 7531, 10332, 8863, 12218, 9638, 7636, 7737, 7215, 8637, 7459, 11035, 8911, 13017, 9407, 6949, 7656, 7425, 8695, 7755, 12639, 9143, 8418, 8564, 7285, 8583, 7947, 7119, 7263, 9150, 8193, 12335, 11241, 8642, 9126, 10417, 7952, 12882, 10137, 9130, 14772, 9745, 12387, 9941, 8751, 11269, 8659, 11548, 10484, 8295, 11708, 8497, 13110, 9420, 11067, 11957, 8508, 13936, 9621, 12911, 10094, 8305, 11711, 8902, 14903, 9883, 10839, 9299, 7886, 10383, 7846, 14646, 9983, 12160, 9751, 8583, 10238, 8613, 11375, 8755, 13580, 9258, 7224, 9354, 7272, 12910, 8178, 8554, 10506, 7742, 11934, 8628, 13607, 10031, 9318, 12300, 8503, 12804, 9142, 11323, 10943, 8433, 14165, 9320, 12745, 10220, 8945, 11678, 8428, 14787, 10008, 7545, 10104, 7783, 11189, 8102, 13183, 10329, 7904, 12124, 8187, 13164, 8475, 9495, 11023, 7919, 12378, 9007, 7546, 10396, 7580, 12549, 8954, 13969, 10582, 7887, 11435, 7986, 11733, 7834, 12754, 8397, 9829, 9243, 7074, 9249, 6977, 9962, 7281, 14402, 9293, 7955, 10621, 7889, 12222, 8632, 13088, 8111, 13335, 8887, 13005, 8028, 11207, 7538, 10854, 7606, 13004, 8035, 6921, 8486, 6912, 8832, 7175, 11029, 7923, 12569, 8281, 12180, 8512, 12259, 9193, 9678, 10464, 7212, 11491, 7432, 11872, 7743, 13327, 9315, 11160, 8518, 8325, 9128, 9357, 10799, 7606, 12762, 7914, 13289, 8154, 11571, 9440, 9517, 11367, 7240, 11414, 7364, 11569, 8431, 13081, 9076, 7653, 8890, 7729, 10068, 8512, 10623, 7642, 12591, 7807, 10105, 8132, 7766, 9538, 8243, 11598, 7673, 13925, 8431, 9601, 8712, 8989, 9688, 9291, 11630, 7491, 12441, 8031, 8657, 9117, 8155, 13062, 8467, 12926, 9214, 9380, 10054, 9140, 11549, 7663, 13338, 8316, 8203, 8925, 7703, 10419, 7459, 11327, 7644, 13255, 8223, 10125, 8332, 8554, 9122, 8592, 9714, 7844, 10485, 8021, 10042, 7845, 7173, 8579, 6974, 9999, 8886, 14173, 9330, 8232, 10439, 7471, 11268, 9096, 11399, 8341, 14192, 8584, 13579, 8437, 12453, 8768, 9644, 10815, 8212, 12229, 7640, 10742, 8063, 8449, 9393, 7432, 11677, 8377, 12251, 8719, 8179, 9578, 8539, 10818, 7979, 12647, 8947, 8469, 8462, 7116, 9891, 7452, 11667, 9546, 8978, 8351, 7043, 9257, 8027, 10839, 7947, 13075, 8012, 10401, 7798, 12343, 9358, 8679, 9540, 6991, 10832, 7296, 13339, 8350, 9604, 8800, 8522, 11241, 7799, 12688, 8299, 10743, 9562, 9514, 10548, 7807, 10724, 7837, 11125, 9274, 13569, 8983, 7283, 9285, 7209, 10994, 8808, 13661, 9032, 8791, 10158, 7019, 10825, 8263, 13975, 8323, 8169, 9676, 6930, 11010, 7786, 12048, 8309, 12061, 7685, 13133, 8128, 9860, 7781, 8075, 9970, 7400, 10916, 8069, 13314, 9121, 9636, 8244, 7507, 8503, 10251, 8439, 11664, 8703, 7698, 9491, 6945, 13897, 8067, 11839, 8940, 7979, 8526, 7294, 10006, 7739, 10907, 7864, 11638, 8628, 13656, 9085, 12502, 8121, 9688, 8585, 9077, 11580, 8360, 11480, 7838, 7040, 9301, 8558, 10549, 8636, 12881, 8425, 11249, 7675, 7516, 8709, 8028, 11382, 7774, 13467, 8253, 12635, 8786, 13518, 9096, 11521, 7780, 7090, 8238, 7070, 8911, 8096, 12413, 9760, 7352, 8234, 7441, 9754, 8034, 10355, 8269, 12198, 8689, 11845, 8272, 7734, 7802, 8604, 9827, 8053, 11378, 8003, 11795, 8255, 10526, 8142, 8575, 9907, 7570, 10724, 7546, 10266, 7676, 11560, 8133, 11818, 7869, 8589, 7606, 7350, 7752, 8551, 9785, 7648, 10513, 7371, 10454, 7582, 10192, 7896, 9178, 8548, 10164, 7578, 9048, 6988, 8286, 6972, 8667, 7783, 9582, 8277, 10532, 7612, 10048, 7838, 10078, 8736, 12749, 9174, 13118, 8934, 11416, 8485, 11985, 8834, 12373, 9280, 8632, 9652, 7240, 9862, 7849, 11182, 9866, 12778, 10036, 7504, 8175, 7186, 9571, 8156, 10848, 8826, 12617, 8671, 12026, 7816, 10726, 7864, 10152, 8808, 12147, 9797, 11754, 9221, 10267, 8083, 9924, 8686, 10696, 8562, 11420, 9318, 8061, 8964, 6638, 8360, 7772, 9717, 8630, 12971, 10164, 10395, 9138, 6635, 9281, 8453, 12165, 9297, 12453, 9327, 6938, 8844, 8190, 11497, 9273, 13167, 9637, 9652, 8213, 7176, 8348, 8602, 11343, 8529, 10745, 8267, 9924, 9164, 10212, 9676, 12415, 9524, 7681, 9242, 8333, 10306, 8759, 12893, 9329, 13569, 9765, 10762, 8096, 12070, 8346, 11448, 10198, 7598, 9418, 7934, 9950, 8719, 11478, 9822, 10821, 8562, 7746, 9726, 8414, 11390, 8117, 12410, 8228, 12951, 8851, 9285, 7826, 7425, 8380, 8906, 11256, 9102, 11425, 8267, 10574, 8632, 12235, 9652, 11315, 8749, 6699, 7761, 7467, 9493, 8869, 13379, 9009, 8344, 7528, 7053, 8955, 8890, 12234, 8701, 13064, 8185, 10417, 8174, 8626, 11126, 8909, 11421, 8719, 12604, 8305, 12828, 8276, 10006, 9194, 8065, 9011, 7854, 9776, 8174, 13387, 8698, 7702, 8099, 7643, 9164, 8064, 10770, 8629, 12225, 8021, 6894, 8521, 7760, 9818, 8899, 12684, 8743, 9971, 7699, 6761, 8102, 7948, 9683, 8793, 12100, 9302, 11281, 7718, 8618, 7916, 10738, 8439, 9414, 10156, 8380, 10930, 8064, 13189, 8408, 11842, 7781, 9656, 9306, 8727, 8743, 7591, 6753, 8650, 8527, 10082, 8549, 12453, 9153, 7690, 7737, 7746, 9586, 8323, 11455, 9440, 7594, 8813, 7719, 10056, 7977, 13609, 8760, 9983, 9267, 8563, 11208, 8557, 10327, 7465, 7050, 9259, 8454, 12099, 8439, 8297, 8565, 9108, 10370, 8272, 11576, 8879, 13012, 8440, 8325, 9207, 7832, 10099, 8362, 11295, 8865, 13207, 8575, 7126, 8475, 8181, 9701, 9053, 11223, 8784, 10916, 8053, 6898, 7899, 8218, 9597, 9627, 11380, 8794], 'WindowCenter': [4336.0, 4267.0, 4250.0, 4245.0, 4201.0, 4228.0, 4187.0, 4236.0, 4194.0, 4234.0, 4173.0, 4162.0, 4182.0, 4175.0, 4214.0, 4216.0, 4246.0, 4195.0, 4162.0, 4206.0, 4186.0, 4226.0, 4207.0, 4247.0, 4206.0, 4184.0, 4184.0, 4174.0, 4206.0, 4186.0, 4214.0, 4196.0, 4205.0, 4185.0, 4164.0, 4186.0, 4188.0, 4227.0, 4198.0, 4237.0, 4207.0, 4196.0, 4177.0, 4177.0, 4208.0, 4199.0, 4239.0, 4219.0, 4190.0, 4210.0, 4190.0, 4220.0, 4211.0, 4262.0, 4231.0, 4210.0, 4231.0, 4201.0, 4240.0, 4221.0, 4259.0, 4230.0, 4196.0, 4217.0, 4188.0, 4238.0, 4207.0, 4260.0, 4208.0, 4183.0, 4204.0, 4186.0, 4226.0, 4195.0, 4235.0, 4195.0, 4214.0, 4184.0, 4175.0, 4185.0, 4183.0, 4226.0, 4197.0, 4236.0, 4207.0, 4236.0, 4187.0, 4225.0, 4214.0, 4172.0, 4224.0, 4171.0, 4202.0, 4185.0, 4234.0, 4193.0, 4191.0, 4191.0, 4160.0, 4191.0, 4173.0, 4203.0, 4173.0, 4222.0, 4184.0, 4223.0, 4183.0, 4204.0, 4185.0, 4194.0, 4215.0, 4175.0, 4224.0, 4195.0, 4234.0, 4206.0, 4235.0, 4194.0, 4185.0, 4215.0, 4173.0, 4203.0, 4195.0, 4235.0, 4195.0, 4206.0, 4226.0, 4185.0, 4236.0, 4194.0, 4215.0, 4204.0, 4193.0, 4214.0, 4172.0, 4223.0, 4183.0, 4233.0, 4194.0, 4244.0, 4193.0, 4213.0, 4201.0, 4162.0, 4201.0, 4161.0, 4203.0, 4173.0, 4213.0, 4205.0, 4223.0, 4184.0, 4162.0, 4174.0, 4185.0, 4215.0, 4186.0, 4225.0, 4196.0, 4226.0, 4207.0, 4216.0, 4207.0, 4236.0, 4216.0, 4195.0, 4194.0, 4175.0, 4205.0, 4186.0, 4214.0, 4207.0, 4236.0, 4216.0, 4176.0, 4186.0, 4176.0, 4205.0, 4187.0, 4227.0, 4207.0, 4226.0, 4207.0, 4175.0, 4206.0, 4176.0, 4225.0, 4196.0, 4246.0, 4206.0, 4225.0, 4184.0, 4183.0, 4182.0, 4185.0, 4215.0, 4185.0, 4223.0, 4185.0, 4225.0, 4195.0, 4197.0, 4207.0, 4187.0, 4237.0, 4198.0, 4225.0, 4207.0, 4227.0, 4207.0, 4236.0, 4205.0, 4175.0, 4205.0, 4184.0, 4215.0, 4204.0, 4234.0, 4216.0, 4185.0, 4185.0, 4174.0, 4194.0, 4175.0, 4226.0, 4207.0, 4246.0, 4206.0, 4165.0, 4185.0, 4176.0, 4196.0, 4185.0, 4246.0, 4223.0, 4226.0, 4210.0, 4177.0, 4185.0, 4174.0, 4165.0, 4176.0, 4234.0, 4214.0, 4252.0, 4227.0, 4197.0, 4208.0, 4216.0, 4189.0, 4240.0, 4230.0, 4210.0, 4262.0, 4208.0, 4226.0, 4206.0, 4186.0, 4215.0, 4185.0, 4227.0, 4217.0, 4185.0, 4228.0, 4186.0, 4235.0, 4197.0, 4216.0, 4225.0, 4197.0, 4246.0, 4205.0, 4226.0, 4205.0, 4185.0, 4225.0, 4196.0, 4245.0, 4207.0, 4215.0, 4194.0, 4174.0, 4204.0, 4174.0, 4246.0, 4206.0, 4225.0, 4195.0, 4183.0, 4204.0, 4184.0, 4214.0, 4185.0, 4235.0, 4196.0, 4165.0, 4195.0, 4177.0, 4238.0, 4198.0, 4198.0, 4217.0, 4178.0, 4227.0, 4198.0, 4249.0, 4218.0, 4198.0, 4226.0, 4186.0, 4226.0, 4209.0, 4227.0, 4217.0, 4187.0, 4247.0, 4195.0, 4225.0, 4205.0, 4185.0, 4226.0, 4185.0, 4245.0, 4205.0, 4162.0, 4205.0, 4161.0, 4214.0, 4186.0, 4235.0, 4205.0, 4172.0, 4226.0, 4186.0, 4234.0, 4186.0, 4207.0, 4216.0, 4177.0, 4236.0, 4195.0, 4176.0, 4205.0, 4176.0, 4237.0, 4198.0, 4246.0, 4215.0, 4173.0, 4225.0, 4172.0, 4212.0, 4163.0, 4222.0, 4173.0, 4193.0, 4193.0, 4150.0, 4193.0, 4153.0, 4205.0, 4165.0, 4243.0, 4196.0, 4185.0, 4216.0, 4176.0, 4225.0, 4182.0, 4223.0, 4172.0, 4224.0, 4182.0, 4220.0, 4160.0, 4200.0, 4161.0, 4200.0, 4163.0, 4221.0, 4171.0, 4151.0, 4181.0, 4164.0, 4195.0, 4168.0, 4217.0, 4186.0, 4236.0, 4185.0, 4225.0, 4198.0, 4236.0, 4197.0, 4206.0, 4216.0, 4164.0, 4226.0, 4166.0, 4226.0, 4177.0, 4234.0, 4196.0, 4215.0, 4185.0, 4172.0, 4194.0, 4196.0, 4213.0, 4163.0, 4223.0, 4174.0, 4234.0, 4175.0, 4225.0, 4205.0, 4194.0, 4213.0, 4162.0, 4211.0, 4163.0, 4215.0, 4185.0, 4223.0, 4184.0, 4163.0, 4182.0, 4161.0, 4192.0, 4182.0, 4203.0, 4163.0, 4222.0, 4173.0, 4203.0, 4174.0, 4163.0, 4204.0, 4187.0, 4224.0, 4175.0, 4244.0, 4185.0, 4193.0, 4185.0, 4196.0, 4194.0, 4194.0, 4215.0, 4163.0, 4224.0, 4174.0, 4196.0, 4194.0, 4186.0, 4237.0, 4186.0, 4237.0, 4194.0, 4183.0, 4195.0, 4194.0, 4213.0, 4164.0, 4233.0, 4184.0, 4172.0, 4183.0, 4161.0, 4202.0, 4164.0, 4214.0, 4173.0, 4233.0, 4185.0, 4205.0, 4171.0, 4183.0, 4193.0, 4183.0, 4191.0, 4175.0, 4216.0, 4189.0, 4219.0, 4186.0, 4167.0, 4196.0, 4167.0, 4219.0, 4212.0, 4260.0, 4212.0, 4201.0, 4229.0, 4180.0, 4230.0, 4209.0, 4227.0, 4187.0, 4247.0, 4200.0, 4237.0, 4186.0, 4225.0, 4185.0, 4206.0, 4215.0, 4185.0, 4226.0, 4174.0, 4215.0, 4175.0, 4184.0, 4205.0, 4179.0, 4227.0, 4189.0, 4238.0, 4197.0, 4185.0, 4206.0, 4186.0, 4218.0, 4185.0, 4236.0, 4198.0, 4186.0, 4185.0, 4166.0, 4205.0, 4178.0, 4224.0, 4208.0, 4197.0, 4186.0, 4165.0, 4207.0, 4187.0, 4217.0, 4187.0, 4237.0, 4186.0, 4216.0, 4177.0, 4238.0, 4207.0, 4186.0, 4207.0, 4166.0, 4216.0, 4178.0, 4247.0, 4198.0, 4207.0, 4206.0, 4210.0, 4242.0, 4191.0, 4246.0, 4199.0, 4231.0, 4220.0, 4209.0, 4217.0, 4174.0, 4215.0, 4175.0, 4214.0, 4197.0, 4235.0, 4196.0, 4166.0, 4194.0, 4167.0, 4216.0, 4197.0, 4246.0, 4195.0, 4185.0, 4206.0, 4154.0, 4216.0, 4186.0, 4234.0, 4185.0, 4183.0, 4193.0, 4154.0, 4215.0, 4174.0, 4224.0, 4174.0, 4213.0, 4163.0, 4221.0, 4171.0, 4193.0, 4160.0, 4175.0, 4202.0, 4163.0, 4214.0, 4185.0, 4236.0, 4195.0, 4195.0, 4183.0, 4164.0, 4184.0, 4203.0, 4184.0, 4211.0, 4182.0, 4172.0, 4203.0, 4165.0, 4243.0, 4187.0, 4237.0, 4208.0, 4187.0, 4199.0, 4178.0, 4220.0, 4188.0, 4225.0, 4188.0, 4227.0, 4198.0, 4247.0, 4195.0, 4237.0, 4177.0, 4193.0, 4185.0, 4182.0, 4214.0, 4185.0, 4226.0, 4172.0, 4152.0, 4194.0, 4186.0, 4216.0, 4183.0, 4234.0, 4185.0, 4213.0, 4171.0, 4164.0, 4183.0, 4173.0, 4224.0, 4176.0, 4234.0, 4186.0, 4223.0, 4181.0, 4224.0, 4183.0, 4212.0, 4162.0, 4151.0, 4173.0, 4153.0, 4193.0, 4187.0, 4235.0, 4216.0, 4176.0, 4185.0, 4165.0, 4205.0, 4186.0, 4217.0, 4185.0, 4223.0, 4185.0, 4224.0, 4185.0, 4174.0, 4174.0, 4182.0, 4204.0, 4174.0, 4225.0, 4185.0, 4226.0, 4186.0, 4216.0, 4173.0, 4196.0, 4205.0, 4174.0, 4214.0, 4174.0, 4205.0, 4173.0, 4214.0, 4175.0, 4225.0, 4186.0, 4194.0, 4174.0, 4175.0, 4186.0, 4196.0, 4219.0, 4177.0, 4215.0, 4178.0, 4216.0, 4173.0, 4205.0, 4174.0, 4194.0, 4184.0, 4204.0, 4174.0, 4193.0, 4161.0, 4182.0, 4164.0, 4195.0, 4186.0, 4207.0, 4196.0, 4227.0, 4189.0, 4218.0, 4201.0, 4217.0, 4209.0, 4249.0, 4209.0, 4247.0, 4209.0, 4238.0, 4198.0, 4237.0, 4208.0, 4235.0, 4208.0, 4197.0, 4206.0, 4176.0, 4215.0, 4186.0, 4225.0, 4217.0, 4248.0, 4218.0, 4174.0, 4197.0, 4166.0, 4206.0, 4184.0, 4224.0, 4196.0, 4235.0, 4195.0, 4224.0, 4172.0, 4212.0, 4173.0, 4203.0, 4194.0, 4224.0, 4207.0, 4223.0, 4206.0, 4215.0, 4186.0, 4203.0, 4196.0, 4216.0, 4197.0, 4227.0, 4206.0, 4185.0, 4208.0, 4167.0, 4195.0, 4188.0, 4218.0, 4209.0, 4248.0, 4229.0, 4230.0, 4219.0, 4168.0, 4208.0, 4198.0, 4249.0, 4221.0, 4251.0, 4220.0, 4179.0, 4209.0, 4198.0, 4239.0, 4208.0, 4247.0, 4207.0, 4206.0, 4185.0, 4165.0, 4185.0, 4196.0, 4227.0, 4197.0, 4226.0, 4200.0, 4218.0, 4207.0, 4216.0, 4217.0, 4237.0, 4216.0, 4187.0, 4219.0, 4209.0, 4216.0, 4207.0, 4247.0, 4209.0, 4248.0, 4217.0, 4228.0, 4187.0, 4236.0, 4196.0, 4234.0, 4215.0, 4176.0, 4206.0, 4187.0, 4203.0, 4196.0, 4237.0, 4219.0, 4228.0, 4197.0, 4189.0, 4216.0, 4198.0, 4224.0, 4185.0, 4235.0, 4184.0, 4235.0, 4195.0, 4195.0, 4175.0, 4162.0, 4183.0, 4193.0, 4214.0, 4194.0, 4225.0, 4183.0, 4213.0, 4185.0, 4223.0, 4205.0, 4213.0, 4195.0, 4152.0, 4172.0, 4162.0, 4205.0, 4194.0, 4236.0, 4195.0, 4195.0, 4174.0, 4166.0, 4194.0, 4195.0, 4223.0, 4194.0, 4232.0, 4185.0, 4214.0, 4185.0, 4193.0, 4225.0, 4195.0, 4223.0, 4195.0, 4233.0, 4198.0, 4243.0, 4194.0, 4203.0, 4205.0, 4184.0, 4192.0, 4171.0, 4200.0, 4184.0, 4233.0, 4183.0, 4172.0, 4183.0, 4172.0, 4193.0, 4184.0, 4215.0, 4194.0, 4235.0, 4183.0, 4164.0, 4195.0, 4186.0, 4213.0, 4207.0, 4236.0, 4195.0, 4214.0, 4174.0, 4153.0, 4182.0, 4183.0, 4204.0, 4196.0, 4234.0, 4207.0, 4223.0, 4184.0, 4193.0, 4185.0, 4213.0, 4184.0, 4192.0, 4214.0, 4183.0, 4213.0, 4182.0, 4244.0, 4183.0, 4224.0, 4186.0, 4219.0, 4207.0, 4196.0, 4206.0, 4187.0, 4166.0, 4196.0, 4197.0, 4230.0, 4210.0, 4236.0, 4220.0, 4187.0, 4174.0, 4175.0, 4206.0, 4183.0, 4226.0, 4206.0, 4174.0, 4206.0, 4188.0, 4217.0, 4188.0, 4244.0, 4195.0, 4216.0, 4207.0, 4198.0, 4228.0, 4208.0, 4227.0, 4178.0, 4165.0, 4207.0, 4196.0, 4238.0, 4197.0, 4199.0, 4197.0, 4206.0, 4217.0, 4185.0, 4225.0, 4196.0, 4235.0, 4198.0, 4197.0, 4205.0, 4174.0, 4204.0, 4184.0, 4214.0, 4209.0, 4246.0, 4194.0, 4166.0, 4183.0, 4185.0, 4206.0, 4196.0, 4224.0, 4195.0, 4226.0, 4186.0, 4166.0, 4186.0, 4197.0, 4205.0, 4219.0, 4237.0, 4198.0], 'WindowWidth': [9582.0, 9468.0, 9428.0, 9412.0, 9343.0, 9374.0, 9316.0, 9377.0, 9320.0, 9372.0, 9289.0, 9274.0, 9299.0, 9295.0, 9345.0, 9351.0, 9389.0, 9321.0, 9277.0, 9335.0, 9310.0, 9363.0, 9340.0, 9390.0, 9336.0, 9303.0, 9304.0, 9291.0, 9336.0, 9313.0, 9345.0, 9323.0, 9333.0, 9309.0, 9279.0, 9312.0, 9319.0, 9368.0, 9330.0, 9381.0, 9341.0, 9325.0, 9300.0, 9302.0, 9345.0, 9334.0, 9385.0, 9361.0, 9324.0, 9350.0, 9324.0, 9362.0, 9353.0, 9420.0, 9381.0, 9350.0, 9378.0, 9338.0, 9389.0, 9365.0, 9413.0, 9374.0, 9325.0, 9354.0, 9317.0, 9381.0, 9341.0, 9413.0, 9343.0, 9303.0, 9331.0, 9311.0, 9364.0, 9320.0, 9374.0, 9322.0, 9344.0, 9303.0, 9296.0, 9310.0, 9305.0, 9363.0, 9326.0, 9377.0, 9339.0, 9376.0, 9314.0, 9360.0, 9345.0, 9286.0, 9355.0, 9284.0, 9323.0, 9306.0, 9369.0, 9314.0, 9310.0, 9309.0, 9267.0, 9308.0, 9289.0, 9328.0, 9289.0, 9352.0, 9304.0, 9354.0, 9302.0, 9331.0, 9307.0, 9319.0, 9347.0, 9294.0, 9357.0, 9320.0, 9371.0, 9337.0, 9372.0, 9317.0, 9306.0, 9347.0, 9291.0, 9329.0, 9322.0, 9374.0, 9321.0, 9336.0, 9363.0, 9310.0, 9376.0, 9320.0, 9345.0, 9332.0, 9316.0, 9343.0, 9285.0, 9353.0, 9302.0, 9367.0, 9318.0, 9382.0, 9316.0, 9340.0, 9324.0, 9272.0, 9323.0, 9270.0, 9325.0, 9289.0, 9340.0, 9333.0, 9355.0, 9305.0, 9274.0, 9292.0, 9309.0, 9349.0, 9313.0, 9362.0, 9326.0, 9363.0, 9339.0, 9349.0, 9340.0, 9375.0, 9350.0, 9321.0, 9319.0, 9296.0, 9332.0, 9311.0, 9346.0, 9341.0, 9378.0, 9351.0, 9298.0, 9312.0, 9298.0, 9334.0, 9315.0, 9365.0, 9341.0, 9365.0, 9340.0, 9294.0, 9336.0, 9298.0, 9361.0, 9323.0, 9389.0, 9337.0, 9357.0, 9304.0, 9301.0, 9300.0, 9308.0, 9345.0, 9305.0, 9355.0, 9308.0, 9360.0, 9322.0, 9327.0, 9341.0, 9314.0, 9380.0, 9328.0, 9361.0, 9339.0, 9365.0, 9338.0, 9375.0, 9334.0, 9293.0, 9332.0, 9307.0, 9346.0, 9332.0, 9373.0, 9349.0, 9307.0, 9307.0, 9292.0, 9318.0, 9298.0, 9362.0, 9339.0, 9391.0, 9337.0, 9281.0, 9307.0, 9298.0, 9323.0, 9310.0, 9392.0, 9371.0, 9382.0, 9347.0, 9298.0, 9303.0, 9286.0, 9278.0, 9295.0, 9386.0, 9360.0, 9403.0, 9362.0, 9323.0, 9337.0, 9346.0, 9312.0, 9383.0, 9371.0, 9345.0, 9416.0, 9336.0, 9357.0, 9328.0, 9303.0, 9342.0, 9302.0, 9361.0, 9347.0, 9302.0, 9361.0, 9304.0, 9368.0, 9320.0, 9345.0, 9355.0, 9322.0, 9385.0, 9330.0, 9357.0, 9327.0, 9301.0, 9355.0, 9318.0, 9382.0, 9333.0, 9339.0, 9313.0, 9287.0, 9326.0, 9287.0, 9384.0, 9330.0, 9353.0, 9313.0, 9295.0, 9325.0, 9300.0, 9338.0, 9300.0, 9369.0, 9317.0, 9276.0, 9314.0, 9296.0, 9377.0, 9325.0, 9325.0, 9348.0, 9300.0, 9362.0, 9328.0, 9394.0, 9352.0, 9324.0, 9358.0, 9306.0, 9357.0, 9340.0, 9363.0, 9349.0, 9307.0, 9386.0, 9316.0, 9356.0, 9329.0, 9301.0, 9359.0, 9302.0, 9382.0, 9327.0, 9268.0, 9326.0, 9267.0, 9338.0, 9306.0, 9369.0, 9329.0, 9284.0, 9357.0, 9308.0, 9367.0, 9307.0, 9337.0, 9344.0, 9294.0, 9371.0, 9317.0, 9291.0, 9330.0, 9293.0, 9375.0, 9324.0, 9383.0, 9343.0, 9285.0, 9356.0, 9281.0, 9334.0, 9271.0, 9347.0, 9282.0, 9309.0, 9310.0, 9251.0, 9309.0, 9258.0, 9329.0, 9279.0, 9380.0, 9319.0, 9303.0, 9346.0, 9291.0, 9356.0, 9295.0, 9350.0, 9282.0, 9350.0, 9293.0, 9338.0, 9261.0, 9312.0, 9263.0, 9314.0, 9269.0, 9344.0, 9279.0, 9253.0, 9294.0, 9274.0, 9318.0, 9286.0, 9348.0, 9309.0, 9374.0, 9306.0, 9356.0, 9326.0, 9374.0, 9321.0, 9331.0, 9346.0, 9276.0, 9357.0, 9279.0, 9358.0, 9297.0, 9368.0, 9320.0, 9341.0, 9301.0, 9281.0, 9315.0, 9319.0, 9339.0, 9271.0, 9350.0, 9289.0, 9367.0, 9290.0, 9356.0, 9329.0, 9312.0, 9339.0, 9269.0, 9331.0, 9272.0, 9341.0, 9303.0, 9350.0, 9302.0, 9270.0, 9294.0, 9265.0, 9306.0, 9296.0, 9323.0, 9271.0, 9350.0, 9286.0, 9325.0, 9287.0, 9270.0, 9327.0, 9311.0, 9355.0, 9291.0, 9382.0, 9304.0, 9310.0, 9303.0, 9319.0, 9313.0, 9312.0, 9341.0, 9273.0, 9352.0, 9289.0, 9321.0, 9316.0, 9306.0, 9374.0, 9307.0, 9373.0, 9313.0, 9297.0, 9314.0, 9312.0, 9336.0, 9272.0, 9363.0, 9298.0, 9281.0, 9296.0, 9266.0, 9322.0, 9275.0, 9339.0, 9286.0, 9365.0, 9302.0, 9326.0, 9280.0, 9295.0, 9309.0, 9297.0, 9307.0, 9289.0, 9345.0, 9314.0, 9354.0, 9309.0, 9284.0, 9322.0, 9284.0, 9354.0, 9350.0, 9411.0, 9350.0, 9334.0, 9369.0, 9303.0, 9368.0, 9341.0, 9364.0, 9309.0, 9390.0, 9329.0, 9375.0, 9306.0, 9356.0, 9303.0, 9332.0, 9343.0, 9303.0, 9359.0, 9289.0, 9341.0, 9291.0, 9302.0, 9332.0, 9301.0, 9363.0, 9315.0, 9379.0, 9323.0, 9304.0, 9332.0, 9306.0, 9349.0, 9304.0, 9373.0, 9324.0, 9305.0, 9304.0, 9279.0, 9331.0, 9299.0, 9355.0, 9340.0, 9323.0, 9307.0, 9278.0, 9336.0, 9311.0, 9348.0, 9309.0, 9377.0, 9308.0, 9346.0, 9296.0, 9375.0, 9335.0, 9306.0, 9335.0, 9281.0, 9346.0, 9300.0, 9388.0, 9327.0, 9339.0, 9337.0, 9347.0, 9392.0, 9324.0, 9390.0, 9331.0, 9374.0, 9360.0, 9339.0, 9350.0, 9290.0, 9342.0, 9291.0, 9341.0, 9323.0, 9370.0, 9319.0, 9281.0, 9315.0, 9281.0, 9346.0, 9324.0, 9386.0, 9319.0, 9303.0, 9331.0, 9261.0, 9345.0, 9306.0, 9367.0, 9303.0, 9299.0, 9312.0, 9261.0, 9342.0, 9288.0, 9353.0, 9287.0, 9336.0, 9270.0, 9344.0, 9281.0, 9310.0, 9265.0, 9288.0, 9322.0, 9274.0, 9339.0, 9306.0, 9372.0, 9318.0, 9316.0, 9298.0, 9273.0, 9300.0, 9324.0, 9299.0, 9333.0, 9295.0, 9283.0, 9326.0, 9280.0, 9381.0, 9310.0, 9377.0, 9338.0, 9311.0, 9329.0, 9303.0, 9359.0, 9314.0, 9360.0, 9313.0, 9364.0, 9326.0, 9389.0, 9320.0, 9375.0, 9294.0, 9311.0, 9300.0, 9296.0, 9341.0, 9304.0, 9358.0, 9284.0, 9257.0, 9315.0, 9305.0, 9345.0, 9299.0, 9367.0, 9303.0, 9337.0, 9281.0, 9275.0, 9300.0, 9286.0, 9355.0, 9296.0, 9370.0, 9307.0, 9352.0, 9295.0, 9352.0, 9298.0, 9335.0, 9268.0, 9255.0, 9283.0, 9260.0, 9314.0, 9311.0, 9372.0, 9349.0, 9295.0, 9306.0, 9278.0, 9332.0, 9307.0, 9349.0, 9304.0, 9354.0, 9305.0, 9356.0, 9304.0, 9286.0, 9289.0, 9297.0, 9329.0, 9290.0, 9358.0, 9306.0, 9359.0, 9309.0, 9345.0, 9289.0, 9320.0, 9331.0, 9290.0, 9343.0, 9290.0, 9331.0, 9287.0, 9341.0, 9292.0, 9358.0, 9307.0, 9317.0, 9292.0, 9292.0, 9309.0, 9322.0, 9355.0, 9300.0, 9347.0, 9300.0, 9347.0, 9286.0, 9332.0, 9289.0, 9316.0, 9301.0, 9329.0, 9287.0, 9313.0, 9270.0, 9298.0, 9277.0, 9318.0, 9310.0, 9340.0, 9325.0, 9365.0, 9320.0, 9353.0, 9338.0, 9353.0, 9346.0, 9397.0, 9346.0, 9392.0, 9346.0, 9381.0, 9330.0, 9378.0, 9343.0, 9374.0, 9341.0, 9325.0, 9338.0, 9298.0, 9346.0, 9311.0, 9363.0, 9354.0, 9395.0, 9355.0, 9293.0, 9326.0, 9284.0, 9335.0, 9305.0, 9359.0, 9322.0, 9372.0, 9320.0, 9358.0, 9288.0, 9337.0, 9288.0, 9326.0, 9318.0, 9355.0, 9337.0, 9355.0, 9336.0, 9345.0, 9310.0, 9329.0, 9322.0, 9347.0, 9326.0, 9364.0, 9337.0, 9308.0, 9342.0, 9289.0, 9322.0, 9318.0, 9356.0, 9345.0, 9397.0, 9374.0, 9374.0, 9360.0, 9292.0, 9344.0, 9332.0, 9398.0, 9364.0, 9406.0, 9362.0, 9306.0, 9344.0, 9328.0, 9383.0, 9341.0, 9393.0, 9340.0, 9337.0, 9307.0, 9279.0, 9307.0, 9321.0, 9366.0, 9327.0, 9362.0, 9336.0, 9358.0, 9341.0, 9352.0, 9355.0, 9381.0, 9353.0, 9315.0, 9360.0, 9347.0, 9350.0, 9341.0, 9393.0, 9345.0, 9396.0, 9355.0, 9368.0, 9313.0, 9376.0, 9326.0, 9373.0, 9348.0, 9296.0, 9337.0, 9313.0, 9329.0, 9325.0, 9379.0, 9360.0, 9370.0, 9329.0, 9318.0, 9350.0, 9328.0, 9359.0, 9308.0, 9373.0, 9305.0, 9371.0, 9321.0, 9319.0, 9292.0, 9273.0, 9304.0, 9314.0, 9345.0, 9318.0, 9360.0, 9302.0, 9341.0, 9306.0, 9354.0, 9333.0, 9341.0, 9320.0, 9260.0, 9285.0, 9274.0, 9333.0, 9320.0, 9376.0, 9321.0, 9321.0, 9292.0, 9283.0, 9320.0, 9318.0, 9355.0, 9317.0, 9365.0, 9307.0, 9341.0, 9306.0, 9315.0, 9359.0, 9319.0, 9354.0, 9319.0, 9367.0, 9330.0, 9385.0, 9320.0, 9328.0, 9335.0, 9304.0, 9313.0, 9284.0, 9321.0, 9303.0, 9368.0, 9302.0, 9286.0, 9302.0, 9287.0, 9312.0, 9305.0, 9345.0, 9319.0, 9372.0, 9303.0, 9278.0, 9323.0, 9313.0, 9345.0, 9340.0, 9376.0, 9324.0, 9348.0, 9295.0, 9264.0, 9301.0, 9302.0, 9332.0, 9323.0, 9372.0, 9340.0, 9356.0, 9306.0, 9314.0, 9306.0, 9340.0, 9303.0, 9312.0, 9344.0, 9302.0, 9341.0, 9304.0, 9384.0, 9304.0, 9357.0, 9314.0, 9361.0, 9339.0, 9326.0, 9339.0, 9315.0, 9286.0, 9323.0, 9324.0, 9375.0, 9350.0, 9378.0, 9364.0, 9313.0, 9293.0, 9293.0, 9335.0, 9303.0, 9362.0, 9337.0, 9294.0, 9337.0, 9315.0, 9351.0, 9315.0, 9385.0, 9322.0, 9349.0, 9340.0, 9328.0, 9369.0, 9343.0, 9367.0, 9301.0, 9280.0, 9337.0, 9323.0, 9381.0, 9328.0, 9331.0, 9327.0, 9338.0, 9350.0, 9308.0, 9361.0, 9324.0, 9374.0, 9327.0, 9325.0, 9334.0, 9293.0, 9328.0, 9304.0, 9341.0, 9345.0, 9390.0, 9318.0, 9282.0, 9302.0, 9306.0, 9335.0, 9321.0, 9357.0, 9321.0, 9362.0, 9309.0, 9283.0, 9308.0, 9326.0, 9336.0, 9357.0, 9380.0, 9329.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.0032768904244817373</td></tr>
<tr><td colspan=3>aqi</td><td>0.037147503652517275</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.04944669774702</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2819241517786564</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.022503595889329</td></tr>
<tr><td colspan=3>efc</td><td>0.4786</td></tr>
<tr><td colspan=3>fber</td><td>4584.1958</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10113376040209814</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4550839091806513</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5903039513533317</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.603119756118607</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.617495846684945</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5502962512564435</td></tr>
<tr><td colspan=3>gcor</td><td>0.00401836</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007742434740066528</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.008237384259700775</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1013</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.8982998274543914</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>34.9937</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2522</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.8329</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300756.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.7745</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.8456</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3400.1176</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75788.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.4952</td></tr>
<tr><td colspan=3>tsnr</td><td>31.70116782205878</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>