ds005256-mriqc/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_bold.html
Felix Hoffstaedter 39c8226e28 [DATALAD RUNCMD] Compute MRIQC for sub-0085
=== 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-0085 --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-0085",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 12:21:01 +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-0085_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-0085_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-0085_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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085/ses-01/func/sub-0085_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>e6ecb0012cee9b8b02ce82c635f14a4b</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>23:13:52.112500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99672, 0.0737048, 0.0334294, -0.0770434, 0.990599, 0.113036]</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.10845</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7780, -7204, 618, -4, -321, 152, 9]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.803</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f1c4ba3f-d794-438f-9673-25a8ebc5f6cd||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.674125909805298, -0.20670177042484283, 0.06691629439592361, 118.68367767333984], [-0.19774459302425385, 2.657705783843994, 0.31115010380744934, -89.28997802734375], [0.08968855440616608, -0.3032675087451935, 2.6811766624450684, -53.45760726928711], [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': ['231352.112500', '231352.572500', '231353.032500', '231353.492500', '231353.952500', '231354.412500', '231354.872500', '231355.332500', '231355.792500', '231356.252500', '231356.712500', '231357.172500', '231357.632500', '231358.092500', '231358.552500', '231359.012500', '231359.472500', '231359.932500', '231400.392500', '231400.852500', '231401.312500', '231401.772500', '231402.232500', '231402.692500', '231403.152500', '231403.612500', '231404.072500', '231404.532500', '231404.992500', '231405.452500', '231405.912500', '231406.372500', '231406.832500', '231407.292500', '231407.752500', '231408.212500', '231408.672500', '231409.132500', '231409.592500', '231410.052500', '231410.512500', '231410.972500', '231411.432500', '231411.892500', '231412.352500', '231412.812500', '231413.272500', '231413.732500', '231414.192500', '231414.652500', '231415.112500', '231415.572500', '231416.032500', '231416.492500', '231416.952500', '231417.412500', '231417.872500', '231418.332500', '231418.792500', '231419.252500', '231419.712500', '231420.172500', '231420.632500', '231421.092500', '231421.552500', '231422.012500', '231422.472500', '231422.932500', '231423.392500', '231423.852500', '231424.312500', '231424.772500', '231425.232500', '231425.692500', '231426.152500', '231426.612500', '231427.072500', '231427.532500', '231427.992500', '231428.452500', '231428.912500', '231429.372500', '231429.832500', '231430.292500', '231430.752500', '231431.212500', '231431.672500', '231432.132500', '231432.592500', '231433.052500', '231433.512500', '231433.972500', '231434.432500', '231434.892500', '231435.352500', '231435.812500', '231436.272500', '231436.732500', '231437.192500', '231437.652500', '231438.112500', '231438.572500', '231439.032500', '231439.492500', '231439.952500', '231440.412500', '231440.872500', '231441.332500', '231441.792500', '231442.252500', '231442.712500', '231443.172500', '231443.632500', '231444.092500', '231444.552500', '231445.012500', '231445.472500', '231445.932500', '231446.392500', '231446.852500', '231447.312500', '231447.772500', '231448.232500', '231448.692500', '231449.152500', '231449.612500', '231450.072500', '231450.532500', '231450.992500', '231451.452500', '231451.912500', '231452.372500', '231452.832500', '231453.292500', '231453.752500', '231454.212500', '231454.672500', '231455.132500', '231455.592500', '231456.052500', '231456.512500', '231456.972500', '231457.432500', '231457.892500', '231458.352500', '231458.812500', '231459.272500', '231459.732500', '231500.192500', '231500.652500', '231501.112500', '231501.572500', '231502.032500', '231502.492500', '231502.952500', '231503.412500', '231503.872500', '231504.332500', '231504.792500', '231505.252500', '231505.712500', '231506.172500', '231506.632500', '231507.092500', '231507.552500', '231508.012500', '231508.472500', '231508.932500', '231509.392500', '231509.852500', '231510.312500', '231510.772500', '231511.232500', '231511.692500', '231512.152500', '231512.612500', '231513.072500', '231513.532500', '231513.992500', '231514.452500', '231514.912500', '231515.372500', '231515.832500', '231516.292500', '231516.752500', '231517.212500', '231517.672500', '231518.132500', '231518.592500', '231519.052500', '231519.512500', '231519.972500', '231520.432500', '231520.892500', '231521.352500', '231521.812500', '231522.272500', '231522.732500', '231523.192500', '231523.652500', '231524.112500', '231524.572500', '231525.032500', '231525.492500', '231525.952500', '231526.412500', '231526.872500', '231527.332500', '231527.792500', '231528.252500', '231528.712500', '231529.172500', '231529.632500', '231530.092500', '231530.552500', '231531.012500', '231531.472500', '231531.932500', '231532.392500', '231532.852500', '231533.312500', '231533.772500', '231534.232500', '231534.692500', '231535.152500', '231535.612500', '231536.072500', '231536.532500', '231536.992500', '231537.452500', '231537.912500', '231538.372500', '231538.832500', '231539.292500', '231539.752500', '231540.212500', '231540.672500', '231541.132500', '231541.592500', '231542.052500', '231542.512500', '231542.972500', '231543.432500', '231543.892500', '231544.352500', '231544.812500', '231545.272500', '231545.732500', '231546.192500', '231546.652500', '231547.112500', '231547.572500', '231548.032500', '231548.492500', '231548.952500', '231549.412500', '231549.872500', '231550.332500', '231550.792500', '231551.252500', '231551.712500', '231552.172500', '231552.632500', '231553.092500', '231553.552500', '231554.012500', '231554.472500', '231554.932500', '231555.392500', '231555.852500', '231556.312500', '231556.772500', '231557.232500', '231557.692500', '231558.152500', '231558.612500', '231559.072500', '231559.532500', '231559.992500', '231600.452500', '231600.912500', '231601.372500', '231601.832500', '231602.292500', '231602.752500', '231603.212500', '231603.672500', '231604.132500', '231604.592500', '231605.052500', '231605.512500', '231605.972500', '231606.432500', '231606.892500', '231607.352500', '231607.812500', '231608.272500', '231608.732500', '231609.192500', '231609.652500', '231610.112500', '231610.572500', '231611.032500', '231611.492500', '231611.952500', '231612.412500', '231612.872500', '231613.332500', '231613.792500', '231614.252500', '231614.712500', '231615.172500', '231615.632500', '231616.092500', '231616.552500', '231617.012500', '231617.472500', '231617.932500', '231618.392500', '231618.852500', '231619.312500', '231619.772500', '231620.232500', '231620.692500', '231621.152500', '231621.612500', '231622.072500', '231622.532500', '231622.992500', '231623.452500', '231623.912500', '231624.372500', '231624.832500', '231625.292500', '231625.752500', '231626.212500', '231626.672500', '231627.132500', '231627.592500', '231628.052500', '231628.512500', '231628.972500', '231629.432500', '231629.892500', '231630.352500', '231630.812500', '231631.272500', '231631.732500', '231632.192500', '231632.652500', '231633.112500', '231633.572500', '231634.032500', '231634.492500', '231634.952500', '231635.412500', '231635.872500', '231636.332500', '231636.792500', '231637.252500', '231637.712500', '231638.172500', '231638.632500', '231639.092500', '231639.552500', '231640.012500', '231640.472500', '231640.932500', '231641.392500', '231641.852500', '231642.312500', '231642.772500', '231643.232500', '231643.692500', '231644.152500', '231644.612500', '231645.072500', '231645.532500', '231645.992500', '231646.452500', '231646.912500', '231647.372500', '231647.832500', '231648.292500', '231648.752500', '231649.212500', '231649.672500', '231650.132500', '231650.592500', '231651.052500', '231651.512500', '231651.972500', '231652.432500', '231652.892500', '231653.352500', '231653.812500', '231654.272500', '231654.732500', '231655.192500', '231655.652500', '231656.112500', '231656.572500', '231657.032500', '231657.492500', '231657.952500', '231658.412500', '231658.872500', '231659.332500', '231659.792500', '231700.252500', '231700.712500', '231701.172500', '231701.632500', '231702.092500', '231702.552500', '231703.012500', '231703.472500', '231703.932500', '231704.392500', '231704.852500', '231705.312500', '231705.772500', '231706.232500', '231706.692500', '231707.152500', '231707.612500', '231708.072500', '231708.532500', '231708.992500', '231709.452500', '231709.912500', '231710.372500', '231710.832500', '231711.292500', '231711.752500', '231712.212500', '231712.672500', '231713.132500', '231713.592500', '231714.052500', '231714.512500', '231714.972500', '231715.432500', '231715.892500', '231716.352500', '231716.812500', '231717.272500', '231717.732500', '231718.192500', '231718.652500', '231719.112500', '231719.572500', '231720.032500', '231720.492500', '231720.952500', '231721.412500', '231721.872500', '231722.332500', '231722.792500', '231723.252500', '231723.712500', '231724.172500', '231724.632500', '231725.092500', '231725.552500', '231726.012500', '231726.472500', '231726.932500', '231727.392500', '231727.852500', '231728.312500', '231728.772500', '231729.232500', '231729.692500', '231730.152500', '231730.612500', '231731.072500', '231731.532500', '231731.992500', '231732.452500', '231732.912500', '231733.372500', '231733.832500', '231734.292500', '231734.752500', '231735.212500', '231735.672500', '231736.132500', '231736.592500', '231737.052500', '231737.512500', '231737.972500', '231738.432500', '231738.892500', '231739.352500', '231739.812500', '231740.272500', '231740.732500', '231741.192500', '231741.652500', '231742.112500', '231742.572500', '231743.032500', '231743.492500', '231743.952500', '231744.412500', '231744.872500', '231745.332500', '231745.792500', '231746.252500', '231746.712500', '231747.172500', '231747.632500', '231748.092500', '231748.552500', '231749.012500', '231749.472500', '231749.932500', '231750.392500', '231750.852500', '231751.312500', '231751.772500', '231752.232500', '231752.692500', '231753.152500', '231753.612500', '231754.072500', '231754.532500', '231754.992500', '231755.452500', '231755.912500', '231756.372500', '231756.832500', '231757.292500', '231757.752500', '231758.212500', '231758.672500', '231759.132500', '231759.592500', '231800.052500', '231800.512500', '231800.972500', '231801.432500', '231801.892500', '231802.352500', '231802.812500', '231803.272500', '231803.732500', '231804.192500', '231804.652500', '231805.112500', '231805.572500', '231806.032500', '231806.492500', '231806.952500', '231807.412500', '231807.872500', '231808.332500', '231808.792500', '231809.252500', '231809.712500', '231810.172500', '231810.632500', '231811.092500', '231811.552500', '231812.012500', '231812.472500', '231812.932500', '231813.392500', '231813.852500', '231814.312500', '231814.772500', '231815.232500', '231815.692500', '231816.152500', '231816.612500', '231817.072500', '231817.532500', '231817.992500', '231818.452500', '231818.912500', '231819.372500', '231819.832500', '231820.292500', '231820.752500', '231821.212500', '231821.672500', '231822.132500', '231822.592500', '231823.052500', '231823.512500', '231823.972500', '231824.432500', '231824.892500', '231825.352500', '231825.812500', '231826.272500', '231826.732500', '231827.192500', '231827.652500', '231828.112500', '231828.572500', '231829.032500', '231829.492500', '231829.952500', '231830.412500', '231830.872500', '231831.332500', '231831.792500', '231832.252500', '231832.712500', '231833.172500', '231833.632500', '231834.092500', '231834.552500', '231835.012500', '231835.472500', '231835.932500', '231836.392500', '231836.852500', '231837.312500', '231837.772500', '231838.232500', '231838.692500', '231839.152500', '231839.612500', '231840.072500', '231840.532500', '231840.992500', '231841.452500', '231841.912500', '231842.372500', '231842.832500', '231843.292500', '231843.752500', '231844.212500', '231844.672500', '231845.132500', '231845.592500', '231846.052500', '231846.512500', '231846.972500', '231847.432500', '231847.892500', '231848.352500', '231848.812500', '231849.272500', '231849.732500', '231850.192500', '231850.652500', '231851.112500', '231851.572500', '231852.032500', '231852.492500', '231852.952500', '231853.412500', '231853.872500', '231854.332500', '231854.792500', '231855.252500', '231855.712500', '231856.172500', '231856.632500', '231857.092500', '231857.552500', '231858.012500', '231858.472500', '231858.932500', '231859.392500', '231859.852500', '231900.312500', '231900.772500', '231901.232500', '231901.692500', '231902.152500', '231902.612500', '231903.072500', '231903.532500', '231903.992500', '231904.452500', '231904.912500', '231905.372500', '231905.832500', '231906.292500', '231906.752500', '231907.212500', '231907.672500', '231908.132500', '231908.592500', '231909.052500', '231909.512500', '231909.972500', '231910.432500', '231910.892500', '231911.352500', '231911.812500', '231912.272500', '231912.732500', '231913.192500', '231913.652500', '231914.112500', '231914.572500', '231915.032500', '231915.492500', '231915.952500', '231916.412500', '231916.872500', '231917.332500', '231917.792500', '231918.252500', '231918.712500', '231919.172500', '231919.632500', '231920.092500', '231920.552500', '231921.012500', '231921.472500', '231921.932500', '231922.392500', '231922.852500', '231923.312500', '231923.772500', '231924.232500', '231924.692500', '231925.152500', '231925.612500', '231926.072500', '231926.532500', '231926.992500', '231927.452500', '231927.912500', '231928.372500', '231928.832500', '231929.292500', '231929.752500', '231930.212500', '231930.672500', '231931.132500', '231931.592500', '231932.052500', '231932.512500', '231932.972500', '231933.432500', '231933.892500', '231934.352500', '231934.812500', '231935.272500', '231935.732500', '231936.192500', '231936.652500', '231937.112500', '231937.572500', '231938.032500', '231938.492500', '231938.952500', '231939.412500', '231939.872500', '231940.332500', '231940.792500', '231941.252500', '231941.712500', '231942.172500', '231942.632500', '231943.092500', '231943.552500', '231944.012500', '231944.472500', '231944.932500', '231945.392500', '231945.852500', '231946.312500', '231946.772500', '231947.232500', '231947.692500', '231948.152500', '231948.612500', '231949.072500', '231949.532500', '231949.992500', '231950.452500', '231950.912500', '231951.372500', '231951.832500', '231952.292500', '231952.752500', '231953.212500', '231953.672500', '231954.132500', '231954.592500', '231955.052500', '231955.512500', '231955.972500', '231956.432500', '231956.892500', '231957.352500', '231957.812500', '231958.272500', '231958.732500', '231959.192500', '231959.652500', '232000.112500', '232000.572500', '232001.032500', '232001.492500', '232001.952500', '232002.412500', '232002.872500', '232003.332500', '232003.792500', '232004.252500', '232004.712500', '232005.172500', '232005.632500', '232006.092500', '232006.552500', '232007.012500', '232007.472500', '232007.932500', '232008.392500', '232008.852500', '232009.312500', '232009.772500', '232010.232500', '232010.692500', '232011.152500', '232011.612500', '232012.072500', '232012.532500', '232012.992500', '232013.452500', '232013.912500', '232014.372500', '232014.832500', '232015.292500', '232015.752500', '232016.212500', '232016.672500', '232017.132500', '232017.592500', '232018.052500', '232018.512500', '232018.972500', '232019.432500', '232019.892500', '232020.352500', '232020.812500', '232021.272500', '232021.732500', '232022.192500', '232022.652500', '232023.112500', '232023.572500', '232024.032500', '232024.492500', '232024.952500', '232025.412500', '232025.872500', '232026.332500', '232026.792500', '232027.252500', '232027.712500', '232028.172500', '232028.632500', '232029.092500', '232029.552500', '232030.012500', '232030.472500', '232030.932500', '232031.392500', '232031.852500', '232032.312500', '232032.772500', '232033.232500', '232033.692500', '232034.152500', '232034.612500', '232035.072500', '232035.532500', '232035.992500', '232036.452500', '232036.912500', '232037.372500', '232037.832500', '232038.292500', '232038.752500', '232039.212500', '232039.672500', '232040.132500', '232040.592500', '232041.052500', '232041.512500', '232041.972500', '232042.432500', '232042.892500', '232043.352500', '232043.812500', '232044.272500', '232044.732500', '232045.192500', '232045.652500', '232046.112500', '232046.572500', '232047.032500', '232047.492500', '232047.952500', '232048.412500', '232048.872500', '232049.332500', '232049.792500', '232050.252500', '232050.712500', '232051.172500', '232051.632500', '232052.092500', '232052.552500', '232053.012500', '232053.472500', '232053.932500', '232054.392500', '232054.852500', '232055.312500', '232055.772500', '232056.232500', '232056.692500', '232057.152500', '232057.612500', '232058.072500', '232058.532500', '232058.992500', '232059.452500', '232059.912500', '232100.372500', '232100.832500', '232101.292500', '232101.752500', '232102.212500', '232102.672500', '232103.132500', '232103.592500', '232104.052500', '232104.512500', '232104.972500', '232105.432500', '232105.892500', '232106.352500', '232106.812500', '232107.272500', '232107.732500', '232108.192500', '232108.652500', '232109.112500', '232109.572500', '232110.032500', '232110.492500', '232110.952500', '232111.412500', '232111.872500', '232112.332500', '232112.792500', '232113.252500', '232113.712500', '232114.172500', '232114.632500', '232115.092500', '232115.552500', '232116.012500', '232116.472500', '232116.932500', '232117.392500', '232117.852500', '232118.312500', '232118.772500', '232119.232500', '232119.692500', '232120.152500', '232120.612500', '232121.072500', '232121.532500', '232121.992500', '232122.452500', '232122.912500', '232123.372500', '232123.832500', '232124.292500', '232124.752500', '232125.212500', '232125.672500', '232126.132500', '232126.592500', '232127.052500', '232127.512500', '232127.972500', '232128.432500', '232128.892500', '232129.352500', '232129.812500', '232130.272500', '232130.732500', '232131.192500', '232131.652500', '232132.112500', '232132.572500', '232133.032500', '232133.492500', '232133.952500', '232134.412500', '232134.872500', '232135.332500', '232135.792500', '232136.252500', '232136.712500', '232137.172500', '232137.632500', '232138.092500', '232138.552500', '232139.012500'], 'ContentTime': ['231409.391000', '231409.394000', '231409.397000', '231409.400000', '231409.402000', '231409.405000', '231409.407000', '231409.411000', '231409.413000', '231409.416000', '231409.418000', '231409.421000', '231409.426000', '231409.429000', '231409.431000', '231409.434000', '231409.436000', '231409.439000', '231409.442000', '231409.444000', '231409.447000', '231409.449000', '231409.452000', '231409.454000', '231409.457000', '231409.459000', '231409.462000', '231409.465000', '231409.467000', '231409.470000', '231409.472000', '231409.475000', '231409.477000', '231409.480000', '231429.355000', '231429.358000', '231429.361000', '231429.364000', '231429.366000', '231429.369000', '231429.371000', '231429.374000', '231429.376000', '231429.379000', '231429.382000', '231429.384000', '231429.387000', '231429.389000', '231429.392000', '231429.394000', '231429.397000', '231429.399000', '231429.402000', '231429.404000', '231429.407000', '231429.418000', '231429.421000', '231429.424000', '231429.427000', '231429.429000', '231429.432000', '231429.434000', '231429.437000', '231429.440000', '231429.442000', '231429.445000', '231429.448000', '231429.450000', '231429.453000', '231429.455000', '231429.458000', '231429.460000', '231429.463000', '231429.465000', '231429.468000', '231429.471000', '231429.474000', '231449.355000', '231449.358000', '231449.361000', '231449.364000', '231449.366000', '231449.369000', '231449.371000', '231449.374000', '231449.377000', '231449.379000', '231449.382000', '231449.384000', '231449.387000', '231449.389000', '231449.392000', '231449.395000', '231449.397000', '231449.400000', '231449.402000', '231449.405000', '231449.407000', '231449.410000', '231449.413000', '231449.415000', '231449.418000', '231449.420000', '231449.423000', '231449.425000', '231449.428000', '231449.430000', '231449.433000', '231449.436000', '231449.438000', '231449.441000', '231449.443000', '231449.446000', '231449.449000', '231449.451000', '231449.454000', '231449.457000', '231449.459000', '231449.462000', '231449.464000', '231449.467000', '231509.356000', '231509.359000', '231509.361000', '231509.364000', '231509.366000', '231509.369000', '231509.371000', '231509.374000', '231509.377000', '231509.379000', '231509.382000', '231509.385000', '231509.387000', '231509.390000', '231509.392000', '231509.395000', '231509.398000', '231509.400000', '231509.403000', '231509.405000', '231509.408000', '231509.411000', '231509.413000', '231509.416000', '231509.418000', '231509.421000', '231509.424000', '231509.426000', '231509.429000', '231509.431000', '231509.434000', '231509.436000', '231509.439000', '231509.441000', '231509.444000', '231509.447000', '231509.449000', '231509.452000', '231509.454000', '231509.457000', '231509.459000', '231509.462000', '231509.465000', '231529.356000', '231529.358000', '231529.362000', '231529.364000', '231529.367000', '231529.369000', '231529.372000', '231529.375000', '231529.377000', '231529.380000', '231529.383000', '231529.385000', '231529.388000', '231529.390000', '231529.393000', '231529.396000', '231529.398000', '231529.401000', '231529.404000', '231529.417000', '231529.420000', '231529.423000', '231529.425000', '231529.428000', '231529.430000', '231529.433000', '231529.436000', '231529.438000', '231529.441000', '231529.443000', '231529.446000', '231529.449000', '231529.451000', '231529.454000', '231529.457000', '231529.459000', '231529.462000', '231529.464000', '231529.467000', '231529.470000', '231529.472000', '231529.475000', '231529.477000', '231529.480000', '231549.355000', '231549.358000', '231549.361000', '231549.363000', '231549.366000', '231549.369000', '231549.371000', '231549.374000', '231549.377000', '231549.379000', '231549.382000', '231549.384000', '231549.387000', '231549.389000', '231549.392000', '231549.394000', '231549.397000', '231549.400000', '231549.402000', '231549.405000', '231549.408000', '231549.410000', '231549.413000', '231549.415000', '231549.418000', '231549.421000', '231549.423000', '231549.426000', '231549.428000', '231549.431000', '231549.434000', '231549.436000', '231549.439000', '231549.441000', '231549.444000', '231549.447000', '231549.449000', '231549.452000', '231549.454000', '231549.462000', '231549.465000', '231549.467000', '231549.471000', '231609.354000', '231609.362000', '231609.365000', '231609.368000', '231609.370000', '231609.373000', '231609.375000', '231609.378000', '231609.380000', '231609.383000', '231609.386000', '231609.388000', '231609.391000', '231609.393000', '231609.396000', '231609.399000', '231609.401000', '231609.404000', '231609.406000', '231609.409000', '231609.411000', '231609.414000', '231609.417000', '231609.419000', '231609.422000', '231609.425000', '231609.427000', '231609.430000', '231609.432000', '231609.435000', '231609.438000', '231609.440000', '231609.443000', '231609.446000', '231609.448000', '231609.451000', '231609.453000', '231609.456000', '231609.458000', '231609.461000', '231609.464000', '231609.466000', '231609.469000', '231609.471000', '231629.355000', '231629.358000', '231629.361000', '231629.364000', '231629.366000', '231629.369000', '231629.371000', '231629.374000', '231629.376000', '231629.379000', '231629.381000', '231629.384000', '231629.387000', '231629.389000', '231629.392000', '231629.394000', '231629.397000', '231629.400000', '231629.402000', '231629.405000', '231629.407000', '231629.410000', '231629.412000', '231629.415000', '231629.418000', '231629.420000', '231629.423000', '231629.425000', '231629.428000', '231629.431000', '231629.433000', '231629.436000', '231629.438000', '231629.441000', '231629.444000', '231629.446000', '231629.449000', '231629.452000', '231629.454000', '231629.457000', '231629.459000', '231629.462000', '231629.464000', '231649.356000', '231649.358000', '231649.361000', '231649.363000', '231649.367000', '231649.369000', '231649.372000', '231649.374000', '231649.377000', '231649.380000', '231649.382000', '231649.385000', '231649.387000', '231649.390000', '231649.392000', '231649.395000', '231649.398000', '231649.400000', '231649.403000', '231649.405000', '231649.408000', '231649.411000', '231649.413000', '231649.416000', '231649.418000', '231649.421000', '231649.423000', '231649.426000', '231649.429000', '231649.431000', '231649.434000', '231649.436000', '231649.439000', '231649.442000', '231649.444000', '231649.447000', '231649.449000', '231649.452000', '231649.454000', '231649.457000', '231649.460000', '231649.462000', '231649.465000', '231649.467000', '231709.370000', '231709.373000', '231709.375000', '231709.378000', '231709.381000', '231709.383000', '231709.386000', '231709.388000', '231709.391000', '231709.393000', '231709.396000', '231709.399000', '231709.401000', '231709.404000', '231709.406000', '231709.409000', '231709.412000', '231709.414000', '231709.417000', '231709.419000', '231709.422000', '231709.424000', '231709.427000', '231709.430000', '231709.432000', '231709.435000', '231709.437000', '231709.440000', '231709.443000', '231709.445000', '231709.448000', '231709.450000', '231709.453000', '231709.455000', '231709.458000', '231709.461000', '231709.463000', '231709.466000', '231709.468000', '231709.471000', '231709.473000', '231709.476000', '231709.479000', '231729.355000', '231729.358000', '231729.361000', '231729.364000', '231729.366000', '231729.369000', '231729.371000', '231729.374000', '231729.376000', '231729.379000', '231729.382000', '231729.384000', '231729.387000', '231729.390000', '231729.392000', '231729.395000', '231729.397000', '231729.400000', '231729.403000', '231729.405000', '231729.408000', '231729.410000', '231729.413000', '231729.416000', '231729.418000', '231729.421000', '231729.423000', '231729.426000', '231729.428000', '231729.431000', '231729.434000', '231729.436000', '231729.439000', '231729.441000', '231729.444000', '231729.447000', '231729.449000', '231729.452000', '231729.454000', '231729.457000', '231729.460000', '231729.462000', '231729.465000', '231749.355000', '231749.358000', '231749.361000', '231749.364000', '231749.366000', '231749.369000', '231749.372000', '231749.374000', '231749.377000', '231749.379000', '231749.382000', '231749.384000', '231749.387000', '231749.390000', '231749.392000', '231749.395000', '231749.397000', '231749.400000', '231749.403000', '231749.405000', '231749.408000', '231749.410000', '231749.413000', '231749.416000', '231749.418000', '231749.421000', '231749.424000', '231749.426000', '231749.429000', '231749.431000', '231749.434000', '231749.437000', '231749.439000', '231749.442000', '231749.444000', '231749.447000', '231749.450000', '231749.452000', '231749.455000', '231749.457000', '231749.460000', '231749.463000', '231749.465000', '231749.468000', '231809.356000', '231809.358000', '231809.361000', '231809.364000', '231809.366000', '231809.369000', '231809.372000', '231809.374000', '231809.377000', '231809.379000', '231809.382000', '231809.384000', '231809.387000', '231809.390000', '231809.392000', '231809.395000', '231809.397000', '231809.400000', '231809.403000', '231809.405000', '231809.408000', '231809.410000', '231809.413000', '231809.416000', '231809.418000', '231809.421000', '231809.423000', '231809.426000', '231809.429000', '231809.431000', '231809.434000', '231809.436000', '231809.439000', '231809.441000', '231809.444000', '231809.447000', '231809.449000', '231809.452000', '231809.454000', '231809.457000', '231809.460000', '231809.462000', '231809.465000', '231809.467000', '231829.354000', '231829.357000', '231829.360000', '231829.362000', '231829.365000', '231829.368000', '231829.371000', '231829.373000', '231829.376000', '231829.378000', '231829.381000', '231829.383000', '231829.386000', '231829.389000', '231829.391000', '231829.394000', '231829.397000', '231829.399000', '231829.402000', '231829.404000', '231829.407000', '231829.410000', '231829.412000', '231829.415000', '231829.417000', '231829.430000', '231829.432000', '231829.435000', '231829.438000', '231829.440000', '231829.443000', '231829.445000', '231829.448000', '231829.451000', '231829.453000', '231829.456000', '231829.460000', '231829.463000', '231829.466000', '231829.468000', '231829.471000', '231829.474000', '231829.476000', '231849.355000', '231849.358000', '231849.361000', '231849.364000', '231849.366000', '231849.369000', '231849.371000', '231849.374000', '231849.377000', '231849.379000', '231849.382000', '231849.384000', '231849.387000', '231849.390000', '231849.392000', '231849.395000', '231849.397000', '231849.400000', '231849.402000', '231849.405000', '231849.408000', '231849.410000', '231849.413000', '231849.415000', '231849.418000', '231849.421000', '231849.423000', '231849.426000', '231849.428000', '231849.431000', '231849.433000', '231849.436000', '231849.439000', '231849.441000', '231849.444000', '231849.446000', '231849.449000', '231849.451000', '231849.454000', '231849.457000', '231849.459000', '231849.462000', '231849.465000', '231849.467000', '231909.356000', '231909.358000', '231909.361000', '231909.364000', '231909.367000', '231909.370000', '231909.372000', '231909.375000', '231909.378000', '231909.381000', '231909.383000', '231909.386000', '231909.388000', '231909.391000', '231909.394000', '231909.396000', '231909.399000', '231909.401000', '231909.404000', '231909.407000', '231909.410000', '231909.413000', '231909.416000', '231909.419000', '231909.421000', '231909.424000', '231909.426000', '231909.429000', '231909.432000', '231909.434000', '231909.437000', '231909.440000', '231909.443000', '231909.446000', '231909.449000', '231909.452000', '231909.454000', '231909.457000', '231909.459000', '231909.463000', '231909.466000', '231909.468000', '231909.471000', '231929.356000', '231929.359000', '231929.362000', '231929.366000', '231929.369000', '231929.372000', '231929.375000', '231929.377000', '231929.380000', '231929.383000', '231929.386000', '231929.389000', '231929.392000', '231929.394000', '231929.397000', '231929.400000', '231929.403000', '231929.405000', '231929.408000', '231929.410000', '231929.413000', '231929.416000', '231929.419000', '231929.422000', '231929.425000', '231929.427000', '231929.430000', '231929.432000', '231929.435000', '231929.437000', '231929.440000', '231929.443000', '231929.445000', '231929.448000', '231929.451000', '231929.454000', '231929.456000', '231929.459000', '231929.462000', '231929.465000', '231929.468000', '231929.471000', '231929.473000', '231929.476000', '231949.355000', '231949.358000', '231949.361000', '231949.363000', '231949.366000', '231949.369000', '231949.371000', '231949.374000', '231949.376000', '231949.379000', '231949.382000', '231949.384000', '231949.387000', '231949.389000', '231949.392000', '231949.395000', '231949.397000', '231949.400000', '231949.402000', '231949.405000', '231949.408000', '231949.410000', '231949.413000', '231949.415000', '231949.418000', '231949.420000', '231949.423000', '231949.426000', '231949.428000', '231949.431000', '231949.433000', '231949.436000', '231949.439000', '231949.441000', '231949.444000', '231949.446000', '231949.449000', '231949.452000', '231949.454000', '231949.457000', '231949.459000', '231949.462000', '231949.465000', '232009.356000', '232009.359000', '232009.362000', '232009.364000', '232009.367000', '232009.370000', '232009.372000', '232009.375000', '232009.378000', '232009.380000', '232009.383000', '232009.386000', '232009.389000', '232009.392000', '232009.394000', '232009.397000', '232009.400000', '232009.402000', '232009.405000', '232009.408000', '232009.410000', '232009.413000', '232009.416000', '232009.418000', '232009.421000', '232009.423000', '232009.426000', '232009.428000', '232009.431000', '232009.434000', '232009.436000', '232009.439000', '232009.441000', '232009.444000', '232009.446000', '232009.449000', '232009.452000', '232009.454000', '232009.457000', '232009.465000', '232009.467000', '232009.470000', '232009.472000', '232009.475000', '232029.356000', '232029.359000', '232029.361000', '232029.364000', '232029.366000', '232029.369000', '232029.372000', '232029.374000', '232029.377000', '232029.380000', '232029.382000', '232029.385000', '232029.387000', '232029.390000', '232029.392000', '232029.395000', '232029.398000', '232029.400000', '232029.403000', '232029.405000', '232029.408000', '232029.411000', '232029.413000', '232029.416000', '232029.418000', '232029.421000', '232029.423000', '232029.426000', '232029.429000', '232029.431000', '232029.434000', '232029.437000', '232029.439000', '232029.442000', '232029.444000', '232029.447000', '232029.450000', '232029.453000', '232029.455000', '232029.458000', '232029.460000', '232029.463000', '232029.466000', '232049.354000', '232049.357000', '232049.360000', '232049.363000', '232049.365000', '232049.368000', '232049.371000', '232049.373000', '232049.376000', '232049.380000', '232049.383000', '232049.396000', '232049.409000', '232049.412000', '232049.415000', '232049.417000', '232049.420000', '232049.422000', '232049.425000', '232049.428000', '232049.430000', '232049.433000', '232049.436000', '232049.438000', '232049.441000', '232049.443000', '232049.446000', '232049.449000', '232049.451000', '232049.454000', '232049.457000', '232049.459000', '232049.462000', '232049.464000', '232049.467000', '232049.470000', '232049.472000', '232049.475000', '232049.478000', '232049.480000', '232049.483000', '232049.485000', '232049.488000', '232049.491000', '232109.356000', '232109.358000', '232109.361000', '232109.363000', '232109.367000', '232109.370000', '232109.372000', '232109.375000', '232109.378000', '232109.380000', '232109.383000', '232109.385000', '232109.388000', '232109.391000', '232109.393000', '232109.396000', '232109.399000', '232109.401000', '232109.404000', '232109.406000', '232109.409000', '232109.412000', '232109.414000', '232109.417000', '232109.419000', '232109.422000', '232109.424000', '232109.427000', '232109.430000', '232109.432000', '232109.435000', '232109.437000', '232109.440000', '232109.443000', '232109.445000', '232109.448000', '232109.450000', '232109.453000', '232109.456000', '232109.458000', '232109.461000', '232109.464000', '232109.466000', '232129.356000', '232129.358000', '232129.361000', '232129.364000', '232129.367000', '232129.369000', '232129.372000', '232129.375000', '232129.377000', '232129.380000', '232129.382000', '232129.385000', '232129.387000', '232129.390000', '232129.393000', '232129.395000', '232129.398000', '232129.401000', '232129.403000', '232129.406000', '232129.408000', '232129.411000', '232129.414000', '232129.416000', '232129.419000', '232129.421000', '232129.424000', '232129.427000', '232129.429000', '232129.432000', '232129.434000', '232129.437000', '232129.440000', '232129.443000', '232129.445000', '232129.448000', '232129.450000', '232129.453000', '232129.455000', '232129.458000', '232129.461000', '232129.464000', '232129.466000', '232140.887000', '232140.890000', '232140.893000', '232140.896000', '232140.899000', '232140.902000', '232140.904000', '232140.907000', '232140.910000', '232140.913000', '232140.917000', '232140.920000', '232140.923000', '232140.926000', '232140.929000', '232140.932000', '232140.934000', '232140.937000', '232140.940000', '232140.943000', '232140.946000', '232140.949000', '232140.953000', '232140.956000', '232140.961000', '232140.968000'], 'InstanceCreationTime': ['231409.391000', '231409.394000', '231409.397000', '231409.400000', '231409.402000', '231409.405000', '231409.407000', '231409.411000', '231409.413000', '231409.416000', '231409.418000', '231409.421000', '231409.426000', '231409.429000', '231409.431000', '231409.434000', '231409.436000', '231409.439000', '231409.442000', '231409.444000', '231409.447000', '231409.449000', '231409.452000', '231409.454000', '231409.457000', '231409.459000', '231409.462000', '231409.465000', '231409.467000', '231409.470000', '231409.472000', '231409.475000', '231409.477000', '231409.480000', '231429.355000', '231429.358000', '231429.361000', '231429.364000', '231429.366000', '231429.369000', '231429.371000', '231429.374000', '231429.376000', '231429.379000', '231429.382000', '231429.384000', '231429.387000', '231429.389000', '231429.392000', '231429.394000', '231429.397000', '231429.399000', '231429.402000', '231429.404000', '231429.407000', '231429.418000', '231429.421000', '231429.424000', '231429.427000', '231429.429000', '231429.432000', '231429.434000', '231429.437000', '231429.440000', '231429.442000', '231429.445000', '231429.448000', '231429.450000', '231429.453000', '231429.455000', '231429.458000', '231429.460000', '231429.463000', '231429.465000', '231429.468000', '231429.471000', '231429.474000', '231449.355000', '231449.358000', '231449.361000', '231449.364000', '231449.366000', '231449.369000', '231449.371000', '231449.374000', '231449.377000', '231449.379000', '231449.382000', '231449.384000', '231449.387000', '231449.389000', '231449.392000', '231449.395000', '231449.397000', '231449.400000', '231449.402000', '231449.405000', '231449.407000', '231449.410000', '231449.413000', '231449.415000', '231449.418000', '231449.420000', '231449.423000', '231449.425000', '231449.428000', '231449.430000', '231449.433000', '231449.436000', '231449.438000', '231449.441000', '231449.443000', '231449.446000', '231449.449000', '231449.451000', '231449.454000', '231449.457000', '231449.459000', '231449.462000', '231449.464000', '231449.467000', '231509.356000', '231509.359000', '231509.361000', '231509.364000', '231509.366000', '231509.369000', '231509.371000', '231509.374000', '231509.377000', '231509.379000', '231509.382000', '231509.385000', '231509.387000', '231509.390000', '231509.392000', '231509.395000', '231509.398000', '231509.400000', '231509.403000', '231509.405000', '231509.408000', '231509.411000', '231509.413000', '231509.416000', '231509.418000', '231509.421000', '231509.424000', '231509.426000', '231509.429000', '231509.431000', '231509.434000', '231509.436000', '231509.439000', '231509.441000', '231509.444000', '231509.447000', '231509.449000', '231509.452000', '231509.454000', '231509.457000', '231509.459000', '231509.462000', '231509.465000', '231529.356000', '231529.358000', '231529.362000', '231529.364000', '231529.367000', '231529.369000', '231529.372000', '231529.375000', '231529.377000', '231529.380000', '231529.383000', '231529.385000', '231529.388000', '231529.390000', '231529.393000', '231529.396000', '231529.398000', '231529.401000', '231529.404000', '231529.417000', '231529.420000', '231529.423000', '231529.425000', '231529.428000', '231529.430000', '231529.433000', '231529.436000', '231529.438000', '231529.441000', '231529.443000', '231529.446000', '231529.449000', '231529.451000', '231529.454000', '231529.457000', '231529.459000', '231529.462000', '231529.464000', '231529.467000', '231529.470000', '231529.472000', '231529.475000', '231529.477000', '231529.480000', '231549.355000', '231549.358000', '231549.361000', '231549.363000', '231549.366000', '231549.369000', '231549.371000', '231549.374000', '231549.377000', '231549.379000', '231549.382000', '231549.384000', '231549.387000', '231549.389000', '231549.392000', '231549.394000', '231549.397000', '231549.400000', '231549.402000', '231549.405000', '231549.408000', '231549.410000', '231549.413000', '231549.415000', '231549.418000', '231549.421000', '231549.423000', '231549.426000', '231549.428000', '231549.431000', '231549.434000', '231549.436000', '231549.439000', '231549.441000', '231549.444000', '231549.447000', '231549.449000', '231549.452000', '231549.454000', '231549.462000', '231549.465000', '231549.467000', '231549.471000', '231609.354000', '231609.362000', '231609.365000', '231609.368000', '231609.370000', '231609.373000', '231609.375000', '231609.378000', '231609.380000', '231609.383000', '231609.386000', '231609.388000', '231609.391000', '231609.393000', '231609.396000', '231609.399000', '231609.401000', '231609.404000', '231609.406000', '231609.409000', '231609.411000', '231609.414000', '231609.417000', '231609.419000', '231609.422000', '231609.425000', '231609.427000', '231609.430000', '231609.432000', '231609.435000', '231609.438000', '231609.440000', '231609.443000', '231609.446000', '231609.448000', '231609.451000', '231609.453000', '231609.456000', '231609.458000', '231609.461000', '231609.464000', '231609.466000', '231609.469000', '231609.471000', '231629.355000', '231629.358000', '231629.361000', '231629.364000', '231629.366000', '231629.369000', '231629.371000', '231629.374000', '231629.376000', '231629.379000', '231629.381000', '231629.384000', '231629.387000', '231629.389000', '231629.392000', '231629.394000', '231629.397000', '231629.400000', '231629.402000', '231629.405000', '231629.407000', '231629.410000', '231629.412000', '231629.415000', '231629.418000', '231629.420000', '231629.423000', '231629.425000', '231629.428000', '231629.431000', '231629.433000', '231629.436000', '231629.438000', '231629.441000', '231629.444000', '231629.446000', '231629.449000', '231629.452000', '231629.454000', '231629.457000', '231629.459000', '231629.462000', '231629.464000', '231649.356000', '231649.358000', '231649.361000', '231649.363000', '231649.367000', '231649.369000', '231649.372000', '231649.374000', '231649.377000', '231649.380000', '231649.382000', '231649.385000', '231649.387000', '231649.390000', '231649.392000', '231649.395000', '231649.398000', '231649.400000', '231649.403000', '231649.405000', '231649.408000', '231649.411000', '231649.413000', '231649.416000', '231649.418000', '231649.421000', '231649.423000', '231649.426000', '231649.429000', '231649.431000', '231649.434000', '231649.436000', '231649.439000', '231649.442000', '231649.444000', '231649.447000', '231649.449000', '231649.452000', '231649.454000', '231649.457000', '231649.460000', '231649.462000', '231649.465000', '231649.467000', '231709.370000', '231709.373000', '231709.375000', '231709.378000', '231709.381000', '231709.383000', '231709.386000', '231709.388000', '231709.391000', '231709.393000', '231709.396000', '231709.399000', '231709.401000', '231709.404000', '231709.406000', '231709.409000', '231709.412000', '231709.414000', '231709.417000', '231709.419000', '231709.422000', '231709.424000', '231709.427000', '231709.430000', '231709.432000', '231709.435000', '231709.437000', '231709.440000', '231709.443000', '231709.445000', '231709.448000', '231709.450000', '231709.453000', '231709.455000', '231709.458000', '231709.461000', '231709.463000', '231709.466000', '231709.468000', '231709.471000', '231709.473000', '231709.476000', '231709.479000', '231729.355000', '231729.358000', '231729.361000', '231729.364000', '231729.366000', '231729.369000', '231729.371000', '231729.374000', '231729.376000', '231729.379000', '231729.382000', '231729.384000', '231729.387000', '231729.390000', '231729.392000', '231729.395000', '231729.397000', '231729.400000', '231729.403000', '231729.405000', '231729.408000', '231729.410000', '231729.413000', '231729.416000', '231729.418000', '231729.421000', '231729.423000', '231729.426000', '231729.428000', '231729.431000', '231729.434000', '231729.436000', '231729.439000', '231729.441000', '231729.444000', '231729.447000', '231729.449000', '231729.452000', '231729.454000', '231729.457000', '231729.460000', '231729.462000', '231729.465000', '231749.355000', '231749.358000', '231749.361000', '231749.364000', '231749.366000', '231749.369000', '231749.372000', '231749.374000', '231749.377000', '231749.379000', '231749.382000', '231749.384000', '231749.387000', '231749.390000', '231749.392000', '231749.395000', '231749.397000', '231749.400000', '231749.403000', '231749.405000', '231749.408000', '231749.410000', '231749.413000', '231749.416000', '231749.418000', '231749.421000', '231749.424000', '231749.426000', '231749.429000', '231749.431000', '231749.434000', '231749.437000', '231749.439000', '231749.442000', '231749.444000', '231749.447000', '231749.450000', '231749.452000', '231749.455000', '231749.457000', '231749.460000', '231749.463000', '231749.465000', '231749.468000', '231809.356000', '231809.358000', '231809.361000', '231809.364000', '231809.366000', '231809.369000', '231809.372000', '231809.374000', '231809.377000', '231809.379000', '231809.382000', '231809.384000', '231809.387000', '231809.390000', '231809.392000', '231809.395000', '231809.397000', '231809.400000', '231809.403000', '231809.405000', '231809.408000', '231809.410000', '231809.413000', '231809.416000', '231809.418000', '231809.421000', '231809.423000', '231809.426000', '231809.429000', '231809.431000', '231809.434000', '231809.436000', '231809.439000', '231809.441000', '231809.444000', '231809.447000', '231809.449000', '231809.452000', '231809.454000', '231809.457000', '231809.460000', '231809.462000', '231809.465000', '231809.467000', '231829.354000', '231829.357000', '231829.360000', '231829.362000', '231829.365000', '231829.368000', '231829.371000', '231829.373000', '231829.376000', '231829.378000', '231829.381000', '231829.383000', '231829.386000', '231829.389000', '231829.391000', '231829.394000', '231829.397000', '231829.399000', '231829.402000', '231829.404000', '231829.407000', '231829.410000', '231829.412000', '231829.415000', '231829.417000', '231829.430000', '231829.432000', '231829.435000', '231829.438000', '231829.440000', '231829.443000', '231829.445000', '231829.448000', '231829.451000', '231829.453000', '231829.456000', '231829.460000', '231829.463000', '231829.466000', '231829.468000', '231829.471000', '231829.474000', '231829.476000', '231849.355000', '231849.358000', '231849.361000', '231849.364000', '231849.366000', '231849.369000', '231849.371000', '231849.374000', '231849.377000', '231849.379000', '231849.382000', '231849.384000', '231849.387000', '231849.390000', '231849.392000', '231849.395000', '231849.397000', '231849.400000', '231849.402000', '231849.405000', '231849.408000', '231849.410000', '231849.413000', '231849.415000', '231849.418000', '231849.421000', '231849.423000', '231849.426000', '231849.428000', '231849.431000', '231849.433000', '231849.436000', '231849.439000', '231849.441000', '231849.444000', '231849.446000', '231849.449000', '231849.451000', '231849.454000', '231849.457000', '231849.459000', '231849.462000', '231849.465000', '231849.467000', '231909.356000', '231909.358000', '231909.361000', '231909.364000', '231909.367000', '231909.370000', '231909.372000', '231909.375000', '231909.378000', '231909.381000', '231909.383000', '231909.386000', '231909.388000', '231909.391000', '231909.394000', '231909.396000', '231909.399000', '231909.401000', '231909.404000', '231909.407000', '231909.410000', '231909.413000', '231909.416000', '231909.419000', '231909.421000', '231909.424000', '231909.426000', '231909.429000', '231909.432000', '231909.434000', '231909.437000', '231909.440000', '231909.443000', '231909.446000', '231909.449000', '231909.452000', '231909.454000', '231909.457000', '231909.459000', '231909.463000', '231909.466000', '231909.468000', '231909.471000', '231929.356000', '231929.359000', '231929.362000', '231929.366000', '231929.369000', '231929.372000', '231929.375000', '231929.377000', '231929.380000', '231929.383000', '231929.386000', '231929.389000', '231929.392000', '231929.394000', '231929.397000', '231929.400000', '231929.403000', '231929.405000', '231929.408000', '231929.410000', '231929.413000', '231929.416000', '231929.419000', '231929.422000', '231929.425000', '231929.427000', '231929.430000', '231929.432000', '231929.435000', '231929.437000', '231929.440000', '231929.443000', '231929.445000', '231929.448000', '231929.451000', '231929.454000', '231929.456000', '231929.459000', '231929.462000', '231929.465000', '231929.468000', '231929.471000', '231929.473000', '231929.476000', '231949.355000', '231949.358000', '231949.361000', '231949.363000', '231949.366000', '231949.369000', '231949.371000', '231949.374000', '231949.376000', '231949.379000', '231949.382000', '231949.384000', '231949.387000', '231949.389000', '231949.392000', '231949.395000', '231949.397000', '231949.400000', '231949.402000', '231949.405000', '231949.408000', '231949.410000', '231949.413000', '231949.415000', '231949.418000', '231949.420000', '231949.423000', '231949.426000', '231949.428000', '231949.431000', '231949.433000', '231949.436000', '231949.439000', '231949.441000', '231949.444000', '231949.446000', '231949.449000', '231949.452000', '231949.454000', '231949.457000', '231949.459000', '231949.462000', '231949.465000', '232009.356000', '232009.359000', '232009.362000', '232009.364000', '232009.367000', '232009.370000', '232009.372000', '232009.375000', '232009.378000', '232009.380000', '232009.383000', '232009.386000', '232009.389000', '232009.392000', '232009.394000', '232009.397000', '232009.400000', '232009.402000', '232009.405000', '232009.408000', '232009.410000', '232009.413000', '232009.416000', '232009.418000', '232009.421000', '232009.423000', '232009.426000', '232009.428000', '232009.431000', '232009.434000', '232009.436000', '232009.439000', '232009.441000', '232009.444000', '232009.446000', '232009.449000', '232009.452000', '232009.454000', '232009.457000', '232009.465000', '232009.467000', '232009.470000', '232009.472000', '232009.475000', '232029.356000', '232029.359000', '232029.361000', '232029.364000', '232029.366000', '232029.369000', '232029.372000', '232029.374000', '232029.377000', '232029.380000', '232029.382000', '232029.385000', '232029.387000', '232029.390000', '232029.392000', '232029.395000', '232029.398000', '232029.400000', '232029.403000', '232029.405000', '232029.408000', '232029.411000', '232029.413000', '232029.416000', '232029.418000', '232029.421000', '232029.423000', '232029.426000', '232029.429000', '232029.431000', '232029.434000', '232029.437000', '232029.439000', '232029.442000', '232029.444000', '232029.447000', '232029.450000', '232029.453000', '232029.455000', '232029.458000', '232029.460000', '232029.463000', '232029.466000', '232049.354000', '232049.357000', '232049.360000', '232049.363000', '232049.365000', '232049.368000', '232049.371000', '232049.373000', '232049.376000', '232049.380000', '232049.383000', '232049.396000', '232049.409000', '232049.412000', '232049.415000', '232049.417000', '232049.420000', '232049.422000', '232049.425000', '232049.428000', '232049.430000', '232049.433000', '232049.436000', '232049.438000', '232049.441000', '232049.443000', '232049.446000', '232049.449000', '232049.451000', '232049.454000', '232049.457000', '232049.459000', '232049.462000', '232049.464000', '232049.467000', '232049.470000', '232049.472000', '232049.475000', '232049.478000', '232049.480000', '232049.483000', '232049.485000', '232049.488000', '232049.491000', '232109.356000', '232109.358000', '232109.361000', '232109.363000', '232109.367000', '232109.370000', '232109.372000', '232109.375000', '232109.378000', '232109.380000', '232109.383000', '232109.385000', '232109.388000', '232109.391000', '232109.393000', '232109.396000', '232109.399000', '232109.401000', '232109.404000', '232109.406000', '232109.409000', '232109.412000', '232109.414000', '232109.417000', '232109.419000', '232109.422000', '232109.424000', '232109.427000', '232109.430000', '232109.432000', '232109.435000', '232109.437000', '232109.440000', '232109.443000', '232109.445000', '232109.448000', '232109.450000', '232109.453000', '232109.456000', '232109.458000', '232109.461000', '232109.464000', '232109.466000', '232129.356000', '232129.358000', '232129.361000', '232129.364000', '232129.367000', '232129.369000', '232129.372000', '232129.375000', '232129.377000', '232129.380000', '232129.382000', '232129.385000', '232129.387000', '232129.390000', '232129.393000', '232129.395000', '232129.398000', '232129.401000', '232129.403000', '232129.406000', '232129.408000', '232129.411000', '232129.414000', '232129.416000', '232129.419000', '232129.421000', '232129.424000', '232129.427000', '232129.429000', '232129.432000', '232129.434000', '232129.437000', '232129.440000', '232129.443000', '232129.445000', '232129.448000', '232129.450000', '232129.453000', '232129.455000', '232129.458000', '232129.461000', '232129.464000', '232129.466000', '232140.887000', '232140.890000', '232140.893000', '232140.896000', '232140.899000', '232140.902000', '232140.904000', '232140.907000', '232140.910000', '232140.913000', '232140.917000', '232140.920000', '232140.923000', '232140.926000', '232140.929000', '232140.932000', '232140.934000', '232140.937000', '232140.940000', '232140.943000', '232140.946000', '232140.949000', '232140.953000', '232140.956000', '232140.961000', '232140.968000'], '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': [9260, 9916, 9640, 9620, 15199, 10145, 12595, 8726, 11423, 9030, 9606, 9466, 9958, 9922, 13310, 9657, 12094, 9417, 9526, 12048, 9823, 15711, 10003, 12132, 11967, 9625, 10719, 9877, 13142, 9869, 11837, 9065, 9571, 8489, 9679, 11379, 9841, 12869, 9811, 10493, 9385, 9707, 11350, 9744, 13314, 9923, 11417, 9325, 9675, 10223, 9825, 14168, 10084, 16454, 9623, 10656, 9317, 9639, 12169, 9155, 13276, 9251, 12377, 8540, 9172, 8828, 8750, 11168, 8676, 11346, 9663, 10100, 15605, 9443, 12159, 8617, 10057, 8427, 9567, 15777, 10782, 14602, 8636, 12339, 8503, 9456, 14861, 10054, 13764, 8702, 9635, 11742, 8656, 14040, 9655, 13665, 9556, 8724, 11107, 8719, 11714, 8791, 9075, 11603, 8595, 11007, 8541, 10274, 9551, 8681, 11149, 8391, 9872, 8691, 10468, 8726, 9941, 8093, 8637, 8113, 8636, 9350, 8766, 12191, 9476, 9992, 9059, 9600, 9071, 12530, 12110, 13175, 11797, 8786, 11248, 8537, 11523, 8995, 14911, 12304, 18613, 12551, 12347, 9159, 9419, 8505, 9273, 10373, 8754, 16499, 13241, 18658, 12443, 11499, 8710, 10325, 8595, 10917, 12133, 15639, 15974, 11345, 12088, 9040, 10873, 8864, 13766, 12868, 20762, 14972, 15740, 9773, 10940, 8657, 9966, 8214, 8778, 11628, 8964, 12050, 9041, 10957, 8439, 10504, 15037, 12278, 16173, 9537, 10916, 8728, 10910, 9276, 11174, 9219, 11656, 8489, 9396, 8132, 8930, 9892, 9052, 15072, 10033, 12129, 9029, 10770, 8346, 9527, 8826, 8757, 12931, 9822, 12458, 9192, 9676, 8120, 9193, 9340, 8892, 12362, 9796, 14364, 8961, 10601, 8295, 9812, 8442, 10692, 14253, 12604, 16550, 12821, 19587, 18641, 9879, 10119, 8204, 8684, 9261, 8265, 9296, 11259, 8719, 10640, 8518, 9432, 12186, 9136, 12370, 8750, 12248, 8532, 11510, 14120, 11212, 18380, 13145, 15829, 9704, 11816, 9695, 9780, 16862, 9892, 14818, 9122, 14364, 8887, 11967, 8229, 11666, 14851, 10964, 16349, 8824, 15196, 8452, 13684, 8696, 12544, 8735, 10871, 8574, 9708, 9299, 8521, 12294, 8643, 11821, 8588, 11074, 8707, 11680, 9746, 9291, 10003, 10367, 12331, 9839, 9789, 10340, 11453, 9776, 10564, 8536, 10400, 8247, 10193, 9432, 9409, 18454, 12107, 15215, 8275, 9748, 8460, 8663, 11561, 8348, 12076, 8437, 8832, 9167, 8947, 10867, 9772, 11259, 8413, 10570, 7900, 9357, 8571, 8848, 11170, 8639, 12827, 10064, 12490, 8840, 10833, 8648, 9472, 16230, 11398, 17807, 12135, 16256, 15208, 11234, 18389, 11940, 18269, 17025, 14936, 18568, 11958, 14000, 8847, 10311, 11478, 9111, 18823, 14076, 17865, 11264, 11181, 8280, 8662, 12174, 8652, 13078, 9009, 9906, 15334, 9346, 11191, 8453, 10056, 8676, 8882, 10405, 8595, 9812, 9067, 9113, 11070, 8713, 9651, 8256, 9187, 11528, 9166, 10940, 8067, 8728, 9839, 8824, 11025, 8945, 10491, 8267, 8859, 10548, 8549, 9916, 8390, 9328, 12902, 8708, 11087, 8390, 8909, 10433, 8836, 13904, 8885, 9866, 8249, 8941, 11206, 8992, 11695, 8690, 8810, 7852, 8931, 9820, 8424, 10299, 8210, 9031, 8611, 9059, 10638, 8593, 10158, 8340, 10312, 9701, 8930, 9331, 9048, 10889, 8383, 10781, 8463, 12831, 14024, 9808, 12047, 8967, 10636, 8779, 12198, 9265, 9281, 8616, 9187, 10424, 8939, 13407, 8802, 10249, 8134, 9137, 10319, 8948, 14763, 8913, 11463, 8917, 9471, 10411, 9302, 20385, 12869, 13586, 8684, 11285, 8587, 14399, 9134, 9366, 8370, 9311, 10550, 9482, 17904, 9640, 14926, 9010, 14152, 9347, 15270, 11328, 9306, 11099, 9081, 12817, 8923, 15865, 8850, 10853, 8682, 9245, 13189, 8936, 14521, 8840, 10257, 8574, 9406, 8387, 9379, 9458, 9615, 10964, 9348, 9661, 8975, 12000, 8559, 9745, 8263, 9181, 8042, 9157, 12575, 10041, 11269, 8820, 9617, 8612, 9172, 9441, 9142, 13100, 9037, 9670, 8425, 9852, 8469, 9741, 10197, 9358, 9483, 9090, 10178, 8779, 11969, 9352, 16660, 9604, 10309, 8591, 9154, 10916, 9115, 18582, 10750, 11014, 8377, 9516, 9806, 10450, 19416, 14631, 17113, 10992, 13153, 9902, 12829, 10223, 10408, 10076, 9007, 13272, 9353, 17109, 8967, 12695, 9129, 11185, 8461, 10895, 15106, 11565, 13430, 8894, 12170, 8945, 15008, 9869, 16550, 9170, 16798, 10687, 19588, 11334, 17622, 13512, 12251, 19550, 9837, 16689, 9209, 11534, 8463, 10624, 10255, 8965, 11566, 9172, 10186, 8566, 10950, 8734, 10838, 9385, 10771, 9386, 12074, 9270, 11947, 9351, 12599, 8808, 10219, 8234, 9326, 10360, 8851, 11517, 8677, 10533, 8480, 9448, 8022, 8579, 8046, 8658, 7719, 8854, 9073, 9022, 10726, 8580, 10387, 8390, 9580, 8178, 8882, 10164, 8920, 10781, 8777, 11259, 8836, 13071, 8258, 8858, 8094, 8661, 10223, 9311, 17373, 10921, 15028, 9251, 13541, 9582, 15577, 8980, 10204, 8300, 8723, 11801, 9064, 11293, 8645, 13354, 12968, 12828, 14738, 9085, 10026, 8780, 12211, 8806, 16709, 10214, 9012, 10186, 9777, 10952, 10035, 10815, 10215, 11701, 9997, 9577, 9175, 10870, 8745, 10294, 12885, 9565, 15586, 9910, 16538, 11996, 11153, 16874, 15554, 17744, 12976, 9437, 9287, 8295, 9240, 8228, 9653, 10977, 9335, 11243, 9307, 9439, 8737, 9232, 8731, 9168, 8596, 9244, 9324, 9003, 10297, 8711, 9338, 8956, 9385, 12581, 8860, 10251, 8750, 9534, 11886, 9070, 12303, 9130, 9395, 8302, 9149, 10366, 9055, 11761, 9195, 9273, 8415, 9457, 11437, 8877, 11130, 9262, 9066, 14924, 8773, 11344, 8803, 9123, 11859, 8993, 11483, 8887, 9074, 9910, 8903, 9057, 9273, 9093, 10679, 8997, 9134, 8821, 8855, 10705, 9397, 10215, 11965, 8733, 11263, 9088, 9070, 11563, 8819, 9837, 9772, 8953, 13167, 9341, 9185, 8353, 8922, 11776, 9506, 11023, 10977, 8880, 11484, 8849, 9580, 8649, 9163, 13840, 8715, 10103, 8906, 8921, 11000, 9197, 10221, 11521, 9007, 11562, 8621, 9266, 12146, 8897, 10302, 9049, 8874, 14639, 9113, 10449, 8642, 9081, 11187, 9326, 10549, 10896, 8916, 11739, 8745, 9414, 13797, 9383, 11546, 11489, 9400, 15002, 9030, 9910, 8762, 9029, 12494, 9345, 10665, 8827, 9330, 11466, 8972, 10353, 9151, 9780, 11592, 9464, 11559, 8984, 11025, 9212, 10089, 9357, 9456, 19666, 12638, 14293, 8925, 9418, 9070, 9633, 8418, 9359, 8705, 11160, 10708, 14394, 14347, 9942, 13285, 9288, 13961, 11724, 14903, 17405, 10292, 12945, 9002, 9705, 10479, 9821, 16096, 9125, 11349, 8816, 9369, 10891, 9115, 11763, 8746, 9373, 8915, 9534, 10981, 9103, 11218, 9010, 9539, 8459, 9532, 11341, 8859, 12430, 9008, 9654, 8368, 9425, 11220, 8635, 12046, 8969, 9997, 8489, 9315, 9859, 8734, 12145, 8607, 10541, 8589, 9316, 8229, 8898, 12657, 8754, 11497, 8844, 9509, 10135, 8878, 11559, 9162, 9552, 8446, 9073, 10437, 8741, 11521, 9147, 9210, 8348, 9066, 11587, 9011, 12826, 8944, 10117, 8527, 9063, 14789, 9410, 16561, 9097, 11910, 8823, 9350, 14262, 10060, 18418, 10569, 13271, 9550, 11669, 10129, 11069, 9922, 16376, 13953, 19563, 12689, 14493, 10134, 11385, 11680, 14875, 17883, 12284, 13232, 9622, 10208, 9911, 9917, 10632, 10439, 10488, 9396, 9620, 9547, 9622, 9813, 10642, 9697, 9295, 9167, 9688, 12600, 9647, 10463], 'WindowCenter': [4209.0, 4193.0, 4178.0, 4176.0, 4216.0, 4161.0, 4181.0, 4139.0, 4168.0, 4138.0, 4147.0, 4149.0, 4159.0, 4172.0, 4202.0, 4161.0, 4181.0, 4149.0, 4160.0, 4178.0, 4160.0, 4200.0, 4148.0, 4168.0, 4156.0, 4135.0, 4144.0, 4145.0, 4176.0, 4145.0, 4167.0, 4135.0, 4145.0, 4124.0, 4145.0, 4167.0, 4157.0, 4178.0, 4148.0, 4157.0, 4136.0, 4148.0, 4156.0, 4148.0, 4179.0, 4147.0, 4167.0, 4134.0, 4136.0, 4144.0, 4145.0, 4175.0, 4146.0, 4198.0, 4136.0, 4156.0, 4135.0, 4134.0, 4166.0, 4150.0, 4177.0, 4124.0, 4167.0, 4127.0, 4138.0, 4126.0, 4126.0, 4154.0, 4125.0, 4156.0, 4136.0, 4148.0, 4198.0, 4138.0, 4167.0, 4127.0, 4135.0, 4113.0, 4135.0, 4187.0, 4146.0, 4175.0, 4113.0, 4154.0, 4112.0, 4123.0, 4163.0, 4123.0, 4161.0, 4100.0, 4120.0, 4140.0, 4110.0, 4162.0, 4109.0, 4162.0, 4110.0, 4100.0, 4126.0, 4111.0, 4141.0, 4098.0, 4111.0, 4128.0, 4100.0, 4128.0, 4112.0, 4133.0, 4120.0, 4112.0, 4131.0, 4101.0, 4120.0, 4114.0, 4134.0, 4114.0, 4136.0, 4114.0, 4127.0, 4115.0, 4153.0, 4162.0, 4152.0, 4194.0, 4164.0, 4159.0, 4150.0, 4150.0, 4127.0, 4166.0, 4156.0, 4179.0, 4156.0, 4126.0, 4145.0, 4126.0, 4155.0, 4140.0, 4200.0, 4168.0, 4211.0, 4166.0, 4166.0, 4124.0, 4124.0, 4113.0, 4135.0, 4147.0, 4127.0, 4198.0, 4179.0, 4209.0, 4167.0, 4143.0, 4112.0, 4120.0, 4100.0, 4144.0, 4153.0, 4175.0, 4174.0, 4142.0, 4140.0, 4109.0, 4117.0, 4098.0, 4162.0, 4153.0, 4208.0, 4175.0, 4174.0, 4133.0, 4130.0, 4100.0, 4120.0, 4098.0, 4111.0, 4140.0, 4111.0, 4141.0, 4111.0, 4130.0, 4103.0, 4133.0, 4162.0, 4140.0, 4159.0, 4097.0, 4115.0, 4086.0, 4115.0, 4108.0, 4129.0, 4109.0, 4140.0, 4099.0, 4109.0, 4087.0, 4109.0, 4120.0, 4110.0, 4161.0, 4121.0, 4139.0, 4110.0, 4130.0, 4088.0, 4120.0, 4098.0, 4111.0, 4152.0, 4121.0, 4151.0, 4111.0, 4120.0, 4088.0, 4121.0, 4110.0, 4111.0, 4152.0, 4123.0, 4175.0, 4124.0, 4132.0, 4101.0, 4132.0, 4102.0, 4144.0, 4174.0, 4166.0, 4211.0, 4191.0, 4223.0, 4210.0, 4134.0, 4121.0, 4087.0, 4098.0, 4110.0, 4101.0, 4124.0, 4142.0, 4114.0, 4144.0, 4113.0, 4135.0, 4153.0, 4123.0, 4152.0, 4111.0, 4152.0, 4113.0, 4144.0, 4163.0, 4143.0, 4183.0, 4152.0, 4161.0, 4108.0, 4128.0, 4096.0, 4106.0, 4169.0, 4108.0, 4162.0, 4110.0, 4148.0, 4098.0, 4141.0, 4101.0, 4143.0, 4171.0, 4143.0, 4184.0, 4111.0, 4172.0, 4099.0, 4148.0, 4099.0, 4151.0, 4111.0, 4132.0, 4112.0, 4122.0, 4121.0, 4112.0, 4152.0, 4112.0, 4155.0, 4124.0, 4157.0, 4139.0, 4168.0, 4137.0, 4138.0, 4138.0, 4151.0, 4181.0, 4149.0, 4148.0, 4149.0, 4156.0, 4135.0, 4134.0, 4102.0, 4132.0, 4104.0, 4134.0, 4124.0, 4125.0, 4197.0, 4155.0, 4176.0, 4101.0, 4124.0, 4102.0, 4114.0, 4155.0, 4114.0, 4166.0, 4116.0, 4123.0, 4124.0, 4152.0, 4160.0, 4150.0, 4158.0, 4128.0, 4160.0, 4131.0, 4151.0, 4138.0, 4150.0, 4183.0, 4154.0, 4195.0, 4176.0, 4196.0, 4154.0, 4185.0, 4142.0, 4176.0, 4216.0, 4183.0, 4227.0, 4184.0, 4213.0, 4191.0, 4161.0, 4213.0, 4172.0, 4213.0, 4189.0, 4175.0, 4186.0, 4142.0, 4152.0, 4099.0, 4121.0, 4129.0, 4111.0, 4184.0, 4162.0, 4184.0, 4129.0, 4129.0, 4086.0, 4087.0, 4138.0, 4099.0, 4150.0, 4098.0, 4121.0, 4174.0, 4112.0, 4129.0, 4088.0, 4119.0, 4097.0, 4098.0, 4118.0, 4099.0, 4134.0, 4109.0, 4110.0, 4129.0, 4101.0, 4121.0, 4099.0, 4123.0, 4141.0, 4111.0, 4131.0, 4090.0, 4112.0, 4120.0, 4124.0, 4144.0, 4113.0, 4134.0, 4102.0, 4113.0, 4131.0, 4113.0, 4147.0, 4112.0, 4125.0, 4165.0, 4113.0, 4143.0, 4102.0, 4124.0, 4145.0, 4124.0, 4166.0, 4124.0, 4134.0, 4102.0, 4124.0, 4155.0, 4124.0, 4155.0, 4114.0, 4125.0, 4103.0, 4125.0, 4133.0, 4128.0, 4148.0, 4116.0, 4138.0, 4126.0, 4127.0, 4145.0, 4127.0, 4160.0, 4128.0, 4147.0, 4138.0, 4138.0, 4136.0, 4136.0, 4157.0, 4129.0, 4169.0, 4128.0, 4180.0, 4189.0, 4149.0, 4166.0, 4137.0, 4158.0, 4128.0, 4168.0, 4138.0, 4138.0, 4128.0, 4138.0, 4158.0, 4140.0, 4190.0, 4138.0, 4148.0, 4116.0, 4150.0, 4159.0, 4139.0, 4189.0, 4139.0, 4168.0, 4138.0, 4150.0, 4149.0, 4140.0, 4221.0, 4180.0, 4181.0, 4125.0, 4145.0, 4128.0, 4190.0, 4125.0, 4125.0, 4114.0, 4150.0, 4158.0, 4138.0, 4210.0, 4138.0, 4186.0, 4127.0, 4189.0, 4125.0, 4187.0, 4145.0, 4125.0, 4143.0, 4113.0, 4165.0, 4114.0, 4185.0, 4113.0, 4144.0, 4101.0, 4125.0, 4154.0, 4113.0, 4163.0, 4113.0, 4132.0, 4113.0, 4136.0, 4115.0, 4135.0, 4124.0, 4137.0, 4144.0, 4124.0, 4134.0, 4125.0, 4155.0, 4115.0, 4135.0, 4114.0, 4123.0, 4115.0, 4138.0, 4166.0, 4148.0, 4157.0, 4126.0, 4135.0, 4126.0, 4138.0, 4137.0, 4138.0, 4179.0, 4128.0, 4136.0, 4117.0, 4148.0, 4130.0, 4149.0, 4149.0, 4140.0, 4136.0, 4127.0, 4147.0, 4140.0, 4168.0, 4137.0, 4200.0, 4137.0, 4158.0, 4128.0, 4138.0, 4146.0, 4127.0, 4211.0, 4147.0, 4146.0, 4115.0, 4136.0, 4136.0, 4171.0, 4222.0, 4189.0, 4197.0, 4146.0, 4163.0, 4134.0, 4166.0, 4135.0, 4132.0, 4122.0, 4125.0, 4165.0, 4124.0, 4185.0, 4113.0, 4151.0, 4123.0, 4142.0, 4103.0, 4144.0, 4175.0, 4145.0, 4164.0, 4112.0, 4153.0, 4114.0, 4173.0, 4122.0, 4183.0, 4123.0, 4185.0, 4146.0, 4208.0, 4158.0, 4210.0, 4175.0, 4155.0, 4195.0, 4123.0, 4174.0, 4112.0, 4157.0, 4114.0, 4133.0, 4135.0, 4115.0, 4142.0, 4112.0, 4120.0, 4099.0, 4129.0, 4101.0, 4132.0, 4112.0, 4132.0, 4126.0, 4142.0, 4111.0, 4128.0, 4098.0, 4127.0, 4086.0, 4096.0, 4075.0, 4096.0, 4094.0, 4098.0, 4128.0, 4087.0, 4105.0, 4086.0, 4095.0, 4088.0, 4112.0, 4089.0, 4111.0, 4091.0, 4111.0, 4111.0, 4124.0, 4143.0, 4126.0, 4147.0, 4116.0, 4136.0, 4115.0, 4127.0, 4135.0, 4126.0, 4143.0, 4128.0, 4159.0, 4128.0, 4177.0, 4116.0, 4127.0, 4106.0, 4127.0, 4160.0, 4140.0, 4199.0, 4158.0, 4187.0, 4138.0, 4179.0, 4150.0, 4199.0, 4127.0, 4147.0, 4114.0, 4125.0, 4154.0, 4127.0, 4146.0, 4127.0, 4179.0, 4179.0, 4166.0, 4176.0, 4125.0, 4134.0, 4128.0, 4155.0, 4126.0, 4188.0, 4138.0, 4115.0, 4140.0, 4112.0, 4123.0, 4124.0, 4147.0, 4139.0, 4159.0, 4138.0, 4126.0, 4115.0, 4147.0, 4106.0, 4136.0, 4142.0, 4110.0, 4175.0, 4123.0, 4161.0, 4117.0, 4117.0, 4147.0, 4148.0, 4159.0, 4127.0, 4085.0, 4096.0, 4074.0, 4096.0, 4086.0, 4110.0, 4130.0, 4112.0, 4131.0, 4113.0, 4112.0, 4112.0, 4112.0, 4115.0, 4124.0, 4114.0, 4125.0, 4124.0, 4125.0, 4134.0, 4115.0, 4137.0, 4125.0, 4126.0, 4156.0, 4127.0, 4136.0, 4114.0, 4136.0, 4157.0, 4127.0, 4155.0, 4125.0, 4125.0, 4104.0, 4126.0, 4146.0, 4127.0, 4157.0, 4137.0, 4125.0, 4115.0, 4137.0, 4156.0, 4128.0, 4159.0, 4126.0, 4126.0, 4175.0, 4116.0, 4145.0, 4112.0, 4126.0, 4155.0, 4116.0, 4156.0, 4125.0, 4126.0, 4134.0, 4126.0, 4137.0, 4136.0, 4127.0, 4147.0, 4138.0, 4138.0, 4127.0, 4140.0, 4159.0, 4139.0, 4149.0, 4169.0, 4128.0, 4157.0, 4126.0, 4127.0, 4145.0, 4139.0, 4150.0, 4136.0, 4127.0, 4167.0, 4127.0, 4126.0, 4114.0, 4126.0, 4167.0, 4138.0, 4147.0, 4147.0, 4126.0, 4155.0, 4126.0, 4136.0, 4128.0, 4137.0, 4177.0, 4128.0, 4148.0, 4126.0, 4127.0, 4158.0, 4139.0, 4160.0, 4157.0, 4128.0, 4158.0, 4116.0, 4126.0, 4155.0, 4127.0, 4160.0, 4127.0, 4127.0, 4187.0, 4128.0, 4146.0, 4115.0, 4127.0, 4159.0, 4140.0, 4159.0, 4158.0, 4139.0, 4169.0, 4126.0, 4126.0, 4178.0, 4138.0, 4158.0, 4147.0, 4126.0, 4175.0, 4114.0, 4134.0, 4115.0, 4127.0, 4155.0, 4125.0, 4145.0, 4113.0, 4125.0, 4144.0, 4127.0, 4159.0, 4136.0, 4137.0, 4156.0, 4137.0, 4156.0, 4126.0, 4145.0, 4137.0, 4147.0, 4125.0, 4137.0, 4210.0, 4169.0, 4188.0, 4141.0, 4153.0, 4140.0, 4140.0, 4130.0, 4138.0, 4140.0, 4172.0, 4162.0, 4194.0, 4192.0, 4151.0, 4169.0, 4140.0, 4190.0, 4158.0, 4189.0, 4187.0, 4135.0, 4153.0, 4115.0, 4138.0, 4136.0, 4123.0, 4173.0, 4113.0, 4131.0, 4112.0, 4126.0, 4134.0, 4113.0, 4143.0, 4112.0, 4112.0, 4111.0, 4138.0, 4146.0, 4114.0, 4143.0, 4113.0, 4123.0, 4102.0, 4136.0, 4145.0, 4114.0, 4154.0, 4112.0, 4123.0, 4101.0, 4113.0, 4145.0, 4115.0, 4154.0, 4113.0, 4123.0, 4113.0, 4126.0, 4135.0, 4116.0, 4155.0, 4116.0, 4146.0, 4116.0, 4126.0, 4116.0, 4139.0, 4167.0, 4128.0, 4159.0, 4128.0, 4137.0, 4149.0, 4139.0, 4158.0, 4139.0, 4149.0, 4116.0, 4140.0, 4160.0, 4127.0, 4171.0, 4150.0, 4138.0, 4117.0, 4153.0, 4171.0, 4140.0, 4181.0, 4140.0, 4162.0, 4128.0, 4153.0, 4190.0, 4139.0, 4211.0, 4139.0, 4169.0, 4138.0, 4152.0, 4189.0, 4150.0, 4229.0, 4176.0, 4182.0, 4138.0, 4160.0, 4136.0, 4147.0, 4149.0, 4200.0, 4191.0, 4211.0, 4182.0, 4180.0, 4149.0, 4172.0, 4158.0, 4191.0, 4199.0, 4156.0, 4154.0, 4125.0, 4122.0, 4149.0, 4136.0, 4134.0, 4147.0, 4134.0, 4124.0, 4121.0, 4136.0, 4137.0, 4136.0, 4146.0, 4137.0, 4127.0, 4125.0, 4137.0, 4156.0, 4137.0, 4146.0], 'WindowWidth': [9355.0, 9318.0, 9285.0, 9281.0, 9329.0, 9248.0, 9270.0, 9211.0, 9249.0, 9208.0, 9220.0, 9225.0, 9240.0, 9263.0, 9302.0, 9246.0, 9273.0, 9224.0, 9241.0, 9262.0, 9239.0, 9297.0, 9220.0, 9248.0, 9226.0, 9198.0, 9206.0, 9212.0, 9255.0, 9211.0, 9244.0, 9199.0, 9212.0, 9182.0, 9213.0, 9246.0, 9233.0, 9262.0, 9220.0, 9233.0, 9202.0, 9220.0, 9229.0, 9220.0, 9262.0, 9218.0, 9244.0, 9196.0, 9200.0, 9208.0, 9213.0, 9254.0, 9214.0, 9291.0, 9202.0, 9229.0, 9197.0, 9197.0, 9241.0, 9226.0, 9256.0, 9180.0, 9244.0, 9189.0, 9205.0, 9186.0, 9187.0, 9219.0, 9182.0, 9227.0, 9198.0, 9219.0, 9288.0, 9204.0, 9240.0, 9186.0, 9196.0, 9163.0, 9197.0, 9270.0, 9214.0, 9249.0, 9163.0, 9218.0, 9158.0, 9177.0, 9229.0, 9174.0, 9223.0, 9139.0, 9165.0, 9190.0, 9155.0, 9227.0, 9152.0, 9225.0, 9152.0, 9139.0, 9167.0, 9156.0, 9195.0, 9135.0, 9156.0, 9174.0, 9140.0, 9175.0, 9159.0, 9187.0, 9165.0, 9157.0, 9180.0, 9144.0, 9165.0, 9166.0, 9191.0, 9166.0, 9198.0, 9167.0, 9188.0, 9171.0, 9238.0, 9249.0, 9233.0, 9292.0, 9252.0, 9236.0, 9227.0, 9225.0, 9188.0, 9237.0, 9225.0, 9260.0, 9224.0, 9185.0, 9207.0, 9186.0, 9223.0, 9213.0, 9292.0, 9247.0, 9314.0, 9242.0, 9239.0, 9180.0, 9179.0, 9163.0, 9197.0, 9214.0, 9191.0, 9289.0, 9261.0, 9303.0, 9241.0, 9201.0, 9158.0, 9164.0, 9140.0, 9204.0, 9214.0, 9251.0, 9244.0, 9199.0, 9192.0, 9151.0, 9156.0, 9134.0, 9226.0, 9218.0, 9313.0, 9252.0, 9248.0, 9188.0, 9179.0, 9139.0, 9166.0, 9135.0, 9157.0, 9192.0, 9157.0, 9194.0, 9154.0, 9180.0, 9149.0, 9191.0, 9225.0, 9194.0, 9216.0, 9130.0, 9149.0, 9113.0, 9150.0, 9146.0, 9176.0, 9149.0, 9192.0, 9137.0, 9149.0, 9118.0, 9150.0, 9168.0, 9154.0, 9222.0, 9168.0, 9189.0, 9153.0, 9179.0, 9121.0, 9167.0, 9134.0, 9158.0, 9211.0, 9171.0, 9209.0, 9155.0, 9165.0, 9122.0, 9169.0, 9151.0, 9157.0, 9213.0, 9175.0, 9248.0, 9178.0, 9185.0, 9143.0, 9187.0, 9146.0, 9204.0, 9249.0, 9238.0, 9311.0, 9284.0, 9340.0, 9310.0, 9191.0, 9168.0, 9117.0, 9135.0, 9152.0, 9144.0, 9178.0, 9199.0, 9167.0, 9207.0, 9164.0, 9198.0, 9215.0, 9175.0, 9212.0, 9159.0, 9214.0, 9163.0, 9204.0, 9229.0, 9201.0, 9259.0, 9210.0, 9221.0, 9143.0, 9170.0, 9126.0, 9141.0, 9231.0, 9145.0, 9225.0, 9152.0, 9201.0, 9132.0, 9197.0, 9146.0, 9204.0, 9239.0, 9202.0, 9259.0, 9157.0, 9239.0, 9139.0, 9202.0, 9137.0, 9207.0, 9156.0, 9185.0, 9161.0, 9174.0, 9171.0, 9160.0, 9213.0, 9162.0, 9224.0, 9182.0, 9230.0, 9212.0, 9245.0, 9204.0, 9203.0, 9202.0, 9227.0, 9267.0, 9220.0, 9218.0, 9218.0, 9222.0, 9191.0, 9188.0, 9143.0, 9182.0, 9149.0, 9190.0, 9178.0, 9181.0, 9283.0, 9219.0, 9249.0, 9144.0, 9174.0, 9147.0, 9163.0, 9221.0, 9165.0, 9235.0, 9168.0, 9175.0, 9174.0, 9230.0, 9237.0, 9223.0, 9231.0, 9192.0, 9235.0, 9199.0, 9225.0, 9206.0, 9227.0, 9273.0, 9236.0, 9293.0, 9271.0, 9296.0, 9237.0, 9278.0, 9218.0, 9270.0, 9325.0, 9273.0, 9342.0, 9274.0, 9315.0, 9280.0, 9239.0, 9315.0, 9256.0, 9318.0, 9274.0, 9251.0, 9265.0, 9197.0, 9208.0, 9134.0, 9164.0, 9174.0, 9154.0, 9263.0, 9225.0, 9260.0, 9176.0, 9174.0, 9112.0, 9116.0, 9183.0, 9135.0, 9204.0, 9132.0, 9166.0, 9245.0, 9157.0, 9175.0, 9118.0, 9162.0, 9129.0, 9133.0, 9158.0, 9137.0, 9191.0, 9151.0, 9154.0, 9176.0, 9141.0, 9167.0, 9135.0, 9174.0, 9195.0, 9155.0, 9181.0, 9126.0, 9158.0, 9164.0, 9179.0, 9205.0, 9161.0, 9189.0, 9145.0, 9161.0, 9181.0, 9162.0, 9213.0, 9160.0, 9182.0, 9234.0, 9163.0, 9201.0, 9144.0, 9178.0, 9206.0, 9178.0, 9236.0, 9178.0, 9189.0, 9143.0, 9177.0, 9222.0, 9179.0, 9219.0, 9164.0, 9179.0, 9147.0, 9180.0, 9187.0, 9192.0, 9217.0, 9173.0, 9204.0, 9185.0, 9187.0, 9207.0, 9189.0, 9238.0, 9190.0, 9215.0, 9202.0, 9203.0, 9198.0, 9200.0, 9225.0, 9195.0, 9249.0, 9190.0, 9263.0, 9276.0, 9219.0, 9237.0, 9201.0, 9231.0, 9191.0, 9244.0, 9202.0, 9202.0, 9191.0, 9205.0, 9232.0, 9213.0, 9279.0, 9206.0, 9216.0, 9169.0, 9224.0, 9235.0, 9206.0, 9275.0, 9206.0, 9244.0, 9204.0, 9225.0, 9219.0, 9209.0, 9328.0, 9265.0, 9267.0, 9182.0, 9207.0, 9191.0, 9278.0, 9182.0, 9181.0, 9165.0, 9227.0, 9232.0, 9204.0, 9306.0, 9203.0, 9265.0, 9190.0, 9274.0, 9182.0, 9269.0, 9206.0, 9179.0, 9199.0, 9162.0, 9235.0, 9164.0, 9261.0, 9160.0, 9202.0, 9143.0, 9179.0, 9217.0, 9160.0, 9228.0, 9161.0, 9183.0, 9163.0, 9200.0, 9170.0, 9195.0, 9179.0, 9201.0, 9202.0, 9177.0, 9191.0, 9183.0, 9220.0, 9170.0, 9194.0, 9165.0, 9178.0, 9169.0, 9206.0, 9239.0, 9219.0, 9228.0, 9185.0, 9195.0, 9184.0, 9206.0, 9199.0, 9204.0, 9261.0, 9190.0, 9196.0, 9173.0, 9219.0, 9197.0, 9222.0, 9220.0, 9209.0, 9199.0, 9189.0, 9213.0, 9213.0, 9244.0, 9202.0, 9292.0, 9202.0, 9232.0, 9192.0, 9204.0, 9210.0, 9188.0, 9309.0, 9212.0, 9209.0, 9168.0, 9197.0, 9196.0, 9257.0, 9331.0, 9275.0, 9285.0, 9211.0, 9228.0, 9191.0, 9238.0, 9195.0, 9188.0, 9171.0, 9183.0, 9237.0, 9178.0, 9265.0, 9162.0, 9208.0, 9173.0, 9199.0, 9150.0, 9204.0, 9249.0, 9209.0, 9229.0, 9156.0, 9215.0, 9165.0, 9243.0, 9171.0, 9255.0, 9176.0, 9265.0, 9211.0, 9304.0, 9232.0, 9309.0, 9251.0, 9220.0, 9277.0, 9175.0, 9244.0, 9158.0, 9229.0, 9168.0, 9191.0, 9196.0, 9168.0, 9198.0, 9160.0, 9162.0, 9136.0, 9176.0, 9142.0, 9181.0, 9158.0, 9183.0, 9184.0, 9200.0, 9155.0, 9170.0, 9129.0, 9167.0, 9108.0, 9122.0, 9093.0, 9122.0, 9118.0, 9133.0, 9171.0, 9115.0, 9133.0, 9111.0, 9122.0, 9118.0, 9160.0, 9124.0, 9156.0, 9127.0, 9156.0, 9156.0, 9176.0, 9198.0, 9186.0, 9216.0, 9171.0, 9198.0, 9167.0, 9186.0, 9193.0, 9184.0, 9202.0, 9191.0, 9232.0, 9190.0, 9255.0, 9171.0, 9186.0, 9157.0, 9189.0, 9236.0, 9209.0, 9290.0, 9231.0, 9268.0, 9206.0, 9261.0, 9225.0, 9289.0, 9188.0, 9215.0, 9165.0, 9182.0, 9218.0, 9184.0, 9211.0, 9186.0, 9260.0, 9261.0, 9239.0, 9251.0, 9182.0, 9190.0, 9191.0, 9219.0, 9183.0, 9272.0, 9200.0, 9164.0, 9206.0, 9150.0, 9164.0, 9169.0, 9208.0, 9202.0, 9229.0, 9198.0, 9179.0, 9159.0, 9209.0, 9151.0, 9191.0, 9191.0, 9145.0, 9243.0, 9172.0, 9218.0, 9152.0, 9150.0, 9192.0, 9199.0, 9214.0, 9167.0, 9107.0, 9123.0, 9092.0, 9126.0, 9111.0, 9152.0, 9176.0, 9157.0, 9180.0, 9160.0, 9156.0, 9158.0, 9157.0, 9166.0, 9177.0, 9163.0, 9181.0, 9175.0, 9181.0, 9191.0, 9166.0, 9201.0, 9179.0, 9183.0, 9221.0, 9184.0, 9194.0, 9163.0, 9197.0, 9226.0, 9186.0, 9221.0, 9180.0, 9180.0, 9149.0, 9184.0, 9212.0, 9186.0, 9227.0, 9198.0, 9182.0, 9167.0, 9199.0, 9221.0, 9189.0, 9232.0, 9182.0, 9184.0, 9247.0, 9168.0, 9205.0, 9156.0, 9182.0, 9220.0, 9168.0, 9223.0, 9178.0, 9183.0, 9191.0, 9183.0, 9203.0, 9197.0, 9187.0, 9213.0, 9205.0, 9202.0, 9185.0, 9209.0, 9235.0, 9206.0, 9221.0, 9246.0, 9191.0, 9226.0, 9183.0, 9185.0, 9207.0, 9207.0, 9225.0, 9198.0, 9188.0, 9240.0, 9185.0, 9183.0, 9164.0, 9185.0, 9243.0, 9201.0, 9215.0, 9215.0, 9186.0, 9221.0, 9184.0, 9200.0, 9191.0, 9201.0, 9254.0, 9190.0, 9216.0, 9184.0, 9187.0, 9229.0, 9209.0, 9236.0, 9228.0, 9192.0, 9229.0, 9170.0, 9183.0, 9220.0, 9188.0, 9238.0, 9188.0, 9188.0, 9269.0, 9189.0, 9211.0, 9169.0, 9187.0, 9234.0, 9208.0, 9233.0, 9231.0, 9207.0, 9246.0, 9184.0, 9183.0, 9257.0, 9205.0, 9229.0, 9210.0, 9182.0, 9247.0, 9163.0, 9191.0, 9167.0, 9187.0, 9220.0, 9182.0, 9208.0, 9161.0, 9181.0, 9203.0, 9188.0, 9233.0, 9198.0, 9201.0, 9225.0, 9199.0, 9222.0, 9184.0, 9208.0, 9201.0, 9214.0, 9182.0, 9201.0, 9308.0, 9246.0, 9271.0, 9214.0, 9232.0, 9207.0, 9206.0, 9194.0, 9203.0, 9210.0, 9254.0, 9242.0, 9288.0, 9280.0, 9225.0, 9243.0, 9209.0, 9276.0, 9228.0, 9273.0, 9268.0, 9193.0, 9214.0, 9165.0, 9202.0, 9193.0, 9174.0, 9241.0, 9158.0, 9179.0, 9156.0, 9183.0, 9190.0, 9159.0, 9199.0, 9157.0, 9157.0, 9154.0, 9203.0, 9210.0, 9165.0, 9200.0, 9161.0, 9174.0, 9142.0, 9198.0, 9207.0, 9163.0, 9214.0, 9158.0, 9172.0, 9141.0, 9160.0, 9207.0, 9169.0, 9218.0, 9162.0, 9174.0, 9159.0, 9183.0, 9196.0, 9171.0, 9221.0, 9171.0, 9211.0, 9170.0, 9185.0, 9173.0, 9208.0, 9241.0, 9190.0, 9233.0, 9188.0, 9199.0, 9219.0, 9206.0, 9231.0, 9206.0, 9220.0, 9170.0, 9213.0, 9239.0, 9191.0, 9253.0, 9223.0, 9205.0, 9174.0, 9236.0, 9253.0, 9210.0, 9266.0, 9211.0, 9241.0, 9192.0, 9234.0, 9278.0, 9208.0, 9308.0, 9208.0, 9245.0, 9205.0, 9232.0, 9275.0, 9223.0, 9346.0, 9270.0, 9271.0, 9200.0, 9233.0, 9195.0, 9212.0, 9218.0, 9289.0, 9279.0, 9310.0, 9266.0, 9261.0, 9217.0, 9255.0, 9228.0, 9279.0, 9289.0, 9220.0, 9215.0, 9179.0, 9171.0, 9221.0, 9196.0, 9191.0, 9213.0, 9188.0, 9177.0, 9168.0, 9199.0, 9200.0, 9197.0, 9211.0, 9198.0, 9186.0, 9179.0, 9198.0, 9224.0, 9200.0, 9208.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.0029039644970414204</td></tr>
<tr><td colspan=3>aqi</td><td>0.031955245562130176</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.25203612189542</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.222565804797632</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.023384245844027</td></tr>
<tr><td colspan=3>efc</td><td>0.4712</td></tr>
<tr><td colspan=3>fber</td><td>6462.3989</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.126103705381146</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>124</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.22879684418146</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4410391878205377</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3240364900451977</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7094662990376532</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2896147743787627</td></tr>
<tr><td colspan=3>gcor</td><td>0.0119726</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009011447429656982</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03059913031756878</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7077514282980877</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.5364</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5257</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.21</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302262.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>834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.001</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9361</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.6241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3326.3143</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3501.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.2317</td></tr>
<tr><td colspan=3>tsnr</td><td>30.511118042981252</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>