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

616 lines
No EOL
148 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-0079_ses-01_task-alignvideo_acq-mb8_run-02_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-0079_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0079_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_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-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_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-0079/ses-01/func/sub-0079_ses-01_task-alignvideo_acq-mb8_run-02_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>a0bed60a055128e9d445c8108ab554f6</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>13:42:3.515000</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.996552, -0.0795205, 0.023664, 0.0784304, 0.995953, 0.0438929]</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-02_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.0998632</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7732, -7266, 480, -11, -18, 100, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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.291</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>230134ab-02c9-490b-bf40-d856e5934d66||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.6736769676208496, 0.21042296290397644, 0.073058120906353, 102.04815673828125], [0.2133476287126541, 2.6720685958862305, 0.11309102922677994, -99.36541748046875], [0.06348865479230881, -0.11776135116815567, 2.696640968322754, -60.494110107421875], [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, 1376]</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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['134203.515000', '134203.975000', '134204.435000', '134204.895000', '134205.355000', '134205.815000', '134206.275000', '134206.735000', '134207.195000', '134207.655000', '134208.115000', '134208.575000', '134209.035000', '134209.495000', '134209.955000', '134210.415000', '134210.875000', '134211.335000', '134211.795000', '134212.255000', '134212.715000', '134213.175000', '134213.635000', '134214.095000', '134214.555000', '134215.015000', '134215.475000', '134215.935000', '134216.395000', '134216.855000', '134217.315000', '134217.775000', '134218.235000', '134218.695000', '134219.155000', '134219.615000', '134220.075000', '134220.535000', '134220.995000', '134221.455000', '134221.915000', '134222.375000', '134222.835000', '134223.295000', '134223.755000', '134224.215000', '134224.675000', '134225.135000', '134225.595000', '134226.055000', '134226.515000', '134226.975000', '134227.435000', '134227.895000', '134228.355000', '134228.815000', '134229.275000', '134229.735000', '134230.195000', '134230.655000', '134231.115000', '134231.575000', '134232.035000', '134232.495000', '134232.955000', '134233.415000', '134233.875000', '134234.335000', '134234.795000', '134235.255000', '134235.715000', '134236.175000', '134236.635000', '134237.095000', '134237.555000', '134238.015000', '134238.475000', '134238.935000', '134239.395000', '134239.855000', '134240.315000', '134240.775000', '134241.235000', '134241.695000', '134242.155000', '134242.615000', '134243.075000', '134243.535000', '134243.995000', '134244.455000', '134244.915000', '134245.375000', '134245.835000', '134246.295000', '134246.755000', '134247.215000', '134247.675000', '134248.135000', '134248.595000', '134249.055000', '134249.515000', '134249.975000', '134250.435000', '134250.895000', '134251.355000', '134251.815000', '134252.275000', '134252.735000', '134253.195000', '134253.655000', '134254.115000', '134254.575000', '134255.035000', '134255.495000', '134255.955000', '134256.415000', '134256.875000', '134257.335000', '134257.795000', '134258.255000', '134258.715000', '134259.175000', '134259.635000', '134300.095000', '134300.555000', '134301.015000', '134301.475000', '134301.935000', '134302.395000', '134302.855000', '134303.315000', '134303.775000', '134304.235000', '134304.695000', '134305.155000', '134305.615000', '134306.075000', '134306.535000', '134306.995000', '134307.455000', '134307.915000', '134308.375000', '134308.835000', '134309.295000', '134309.755000', '134310.215000', '134310.675000', '134311.135000', '134311.595000', '134312.055000', '134312.515000', '134312.975000', '134313.435000', '134313.895000', '134314.355000', '134314.815000', '134315.275000', '134315.735000', '134316.195000', '134316.655000', '134317.115000', '134317.575000', '134318.035000', '134318.495000', '134318.955000', '134319.415000', '134319.875000', '134320.335000', '134320.795000', '134321.255000', '134321.715000', '134322.175000', '134322.635000', '134323.095000', '134323.555000', '134324.015000', '134324.475000', '134324.935000', '134325.395000', '134325.855000', '134326.315000', '134326.775000', '134327.235000', '134327.695000', '134328.155000', '134328.615000', '134329.075000', '134329.535000', '134329.995000', '134330.455000', '134330.915000', '134331.375000', '134331.835000', '134332.295000', '134332.755000', '134333.215000', '134333.675000', '134334.135000', '134334.595000', '134335.055000', '134335.515000', '134335.975000', '134336.435000', '134336.895000', '134337.355000', '134337.815000', '134338.275000', '134338.735000', '134339.195000', '134339.655000', '134340.115000', '134340.575000', '134341.035000', '134341.495000', '134341.955000', '134342.415000', '134342.875000', '134343.335000', '134343.795000', '134344.255000', '134344.715000', '134345.175000', '134345.635000', '134346.095000', '134346.555000', '134347.015000', '134347.475000', '134347.935000', '134348.395000', '134348.855000', '134349.315000', '134349.775000', '134350.235000', '134350.695000', '134351.155000', '134351.615000', '134352.075000', '134352.535000', '134352.995000', '134353.455000', '134353.915000', '134354.375000', '134354.835000', '134355.295000', '134355.755000', '134356.215000', '134356.675000', '134357.135000', '134357.595000', '134358.055000', '134358.515000', '134358.975000', '134359.435000', '134359.895000', '134400.355000', '134400.815000', '134401.275000', '134401.735000', '134402.195000', '134402.655000', '134403.115000', '134403.575000', '134404.035000', '134404.495000', '134404.955000', '134405.415000', '134405.875000', '134406.335000', '134406.795000', '134407.255000', '134407.715000', '134408.175000', '134408.635000', '134409.095000', '134409.555000', '134410.015000', '134410.475000', '134410.935000', '134411.395000', '134411.855000', '134412.315000', '134412.775000', '134413.235000', '134413.695000', '134414.155000', '134414.615000', '134415.075000', '134415.535000', '134415.995000', '134416.455000', '134416.915000', '134417.375000', '134417.835000', '134418.295000', '134418.755000', '134419.215000', '134419.675000', '134420.135000', '134420.595000', '134421.055000', '134421.515000', '134421.975000', '134422.435000', '134422.895000', '134423.355000', '134423.815000', '134424.275000', '134424.735000', '134425.195000', '134425.655000', '134426.115000', '134426.575000', '134427.035000', '134427.495000', '134427.955000', '134428.415000', '134428.875000', '134429.335000', '134429.795000', '134430.255000', '134430.715000', '134431.175000', '134431.635000', '134432.095000', '134432.555000', '134433.015000', '134433.475000', '134433.935000', '134434.395000', '134434.855000', '134435.315000', '134435.775000', '134436.235000', '134436.695000', '134437.155000', '134437.615000', '134438.075000', '134438.535000', '134438.995000', '134439.455000', '134439.915000', '134440.375000', '134440.835000', '134441.295000', '134441.755000', '134442.215000', '134442.675000', '134443.135000', '134443.595000', '134444.055000', '134444.515000', '134444.975000', '134445.435000', '134445.895000', '134446.355000', '134446.815000', '134447.275000', '134447.735000', '134448.195000', '134448.655000', '134449.115000', '134449.575000', '134450.035000', '134450.495000', '134450.955000', '134451.415000', '134451.875000', '134452.335000', '134452.795000', '134453.255000', '134453.715000', '134454.175000', '134454.635000', '134455.095000', '134455.555000', '134456.015000', '134456.475000', '134456.935000', '134457.395000', '134457.855000', '134458.315000', '134458.775000', '134459.235000', '134459.695000', '134500.155000', '134500.615000', '134501.075000', '134501.535000', '134501.995000', '134502.455000', '134502.915000', '134503.375000', '134503.835000', '134504.295000', '134504.755000', '134505.215000', '134505.675000', '134506.135000', '134506.595000', '134507.055000', '134507.515000', '134507.975000', '134508.435000', '134508.895000', '134509.355000', '134509.815000', '134510.275000', '134510.735000', '134511.195000', '134511.655000', '134512.115000', '134512.575000', '134513.035000', '134513.495000', '134513.955000', '134514.415000', '134514.875000', '134515.335000', '134515.795000', '134516.255000', '134516.715000', '134517.175000', '134517.635000', '134518.095000', '134518.555000', '134519.015000', '134519.475000', '134519.935000', '134520.395000', '134520.855000', '134521.315000', '134521.775000', '134522.235000', '134522.695000', '134523.155000', '134523.615000', '134524.075000', '134524.535000', '134524.995000', '134525.455000', '134525.915000', '134526.375000', '134526.835000', '134527.295000', '134527.755000', '134528.215000', '134528.675000', '134529.135000', '134529.595000', '134530.055000', '134530.515000', '134530.975000', '134531.435000', '134531.895000', '134532.355000', '134532.815000', '134533.275000', '134533.735000', '134534.195000', '134534.655000', '134535.115000', '134535.575000', '134536.035000', '134536.495000', '134536.955000', '134537.415000', '134537.875000', '134538.335000', '134538.795000', '134539.255000', '134539.715000', '134540.175000', '134540.635000', '134541.095000', '134541.555000', '134542.015000', '134542.475000', '134542.935000', '134543.395000', '134543.855000', '134544.315000', '134544.775000', '134545.235000', '134545.695000', '134546.155000', '134546.615000', '134547.075000', '134547.535000', '134547.995000', '134548.455000', '134548.915000', '134549.375000', '134549.835000', '134550.295000', '134550.755000', '134551.215000', '134551.675000', '134552.135000', '134552.595000', '134553.055000', '134553.515000', '134553.975000', '134554.435000', '134554.895000', '134555.355000', '134555.815000', '134556.275000', '134556.735000', '134557.195000', '134557.655000', '134558.115000', '134558.575000', '134559.035000', '134559.495000', '134559.955000', '134600.415000', '134600.875000', '134601.335000', '134601.795000', '134602.255000', '134602.715000', '134603.175000', '134603.635000', '134604.095000', '134604.555000', '134605.015000', '134605.475000', '134605.935000', '134606.395000', '134606.855000', '134607.315000', '134607.775000', '134608.235000', '134608.695000', '134609.155000', '134609.615000', '134610.075000', '134610.535000', '134610.995000', '134611.455000', '134611.915000', '134612.375000', '134612.835000', '134613.295000', '134613.755000', '134614.215000', '134614.675000', '134615.135000', '134615.595000', '134616.055000', '134616.515000', '134616.975000', '134617.435000', '134617.895000', '134618.355000', '134618.815000', '134619.275000', '134619.735000', '134620.195000', '134620.655000', '134621.115000', '134621.575000', '134622.035000', '134622.495000', '134622.955000', '134623.415000', '134623.875000', '134624.335000', '134624.795000', '134625.255000', '134625.715000', '134626.175000', '134626.635000', '134627.095000', '134627.555000', '134628.015000', '134628.475000', '134628.935000', '134629.395000', '134629.855000', '134630.315000', '134630.775000', '134631.235000', '134631.695000', '134632.155000', '134632.615000', '134633.075000', '134633.535000', '134633.995000', '134634.455000', '134634.915000', '134635.375000', '134635.835000', '134636.295000', '134636.755000', '134637.215000', '134637.675000', '134638.135000', '134638.595000', '134639.055000', '134639.515000', '134639.975000', '134640.435000', '134640.895000', '134641.355000', '134641.815000', '134642.275000', '134642.735000', '134643.195000', '134643.655000', '134644.115000', '134644.575000', '134645.035000', '134645.495000', '134645.955000', '134646.415000', '134646.875000', '134647.335000', '134647.795000', '134648.255000', '134648.715000', '134649.175000', '134649.635000', '134650.095000', '134650.555000', '134651.015000', '134651.475000', '134651.935000', '134652.395000', '134652.855000', '134653.315000', '134653.775000', '134654.235000', '134654.695000', '134655.155000', '134655.615000', '134656.075000', '134656.535000', '134656.995000', '134657.455000', '134657.915000', '134658.375000', '134658.835000', '134659.295000', '134659.755000', '134700.215000', '134700.675000', '134701.135000', '134701.595000', '134702.055000', '134702.515000', '134702.975000', '134703.435000', '134703.895000', '134704.355000', '134704.815000', '134705.275000', '134705.735000', '134706.195000', '134706.655000', '134707.115000', '134707.575000', '134708.035000', '134708.495000', '134708.955000', '134709.415000', '134709.875000', '134710.335000', '134710.795000', '134711.255000', '134711.715000', '134712.175000', '134712.635000', '134713.095000', '134713.555000', '134714.015000', '134714.475000', '134714.935000', '134715.395000', '134715.855000', '134716.315000', '134716.775000', '134717.235000', '134717.695000', '134718.155000', '134718.615000', '134719.075000', '134719.535000', '134719.995000', '134720.455000', '134720.915000', '134721.375000', '134721.835000', '134722.295000', '134722.755000', '134723.215000', '134723.675000', '134724.135000', '134724.595000', '134725.055000', '134725.515000', '134725.975000', '134726.435000', '134726.895000', '134727.355000', '134727.815000', '134728.275000', '134728.735000', '134729.195000', '134729.655000', '134730.115000', '134730.575000', '134731.035000', '134731.495000', '134731.955000', '134732.415000', '134732.875000', '134733.335000', '134733.795000', '134734.255000', '134734.715000', '134735.175000', '134735.635000', '134736.095000', '134736.555000', '134737.015000', '134737.475000', '134737.935000', '134738.395000', '134738.855000', '134739.315000', '134739.775000', '134740.235000', '134740.695000', '134741.155000', '134741.615000', '134742.075000', '134742.535000', '134742.995000', '134743.455000', '134743.915000', '134744.375000', '134744.835000', '134745.295000', '134745.755000', '134746.215000', '134746.675000', '134747.135000', '134747.595000', '134748.055000', '134748.515000', '134748.975000', '134749.435000', '134749.895000', '134750.355000', '134750.815000', '134751.275000', '134751.735000', '134752.195000', '134752.655000', '134753.115000', '134753.575000', '134754.035000', '134754.495000', '134754.955000', '134755.415000', '134755.875000', '134756.335000', '134756.795000', '134757.255000', '134757.715000', '134758.175000', '134758.635000', '134759.095000', '134759.555000', '134800.015000', '134800.475000', '134800.935000', '134801.395000', '134801.855000', '134802.315000', '134802.775000', '134803.235000', '134803.695000', '134804.155000', '134804.615000', '134805.075000', '134805.535000', '134805.995000', '134806.455000', '134806.915000', '134807.375000', '134807.835000', '134808.295000', '134808.755000', '134809.215000', '134809.675000', '134810.135000', '134810.595000', '134811.055000', '134811.515000', '134811.975000', '134812.435000', '134812.895000', '134813.355000', '134813.815000', '134814.275000', '134814.735000', '134815.195000', '134815.655000', '134816.115000', '134816.575000', '134817.035000', '134817.495000', '134817.955000', '134818.415000', '134818.875000', '134819.335000', '134819.795000', '134820.255000', '134820.715000', '134821.175000', '134821.635000', '134822.095000', '134822.555000', '134823.015000', '134823.475000', '134823.935000', '134824.395000', '134824.855000', '134825.315000', '134825.775000', '134826.235000', '134826.695000', '134827.155000', '134827.615000', '134828.075000', '134828.535000', '134828.995000', '134829.455000', '134829.915000', '134830.375000', '134830.835000', '134831.295000', '134831.755000', '134832.215000', '134832.675000', '134833.135000', '134833.595000', '134834.055000', '134834.515000', '134834.975000', '134835.435000', '134835.895000', '134836.355000', '134836.815000', '134837.275000', '134837.735000', '134838.195000', '134838.655000', '134839.115000', '134839.575000', '134840.035000', '134840.495000', '134840.955000', '134841.415000', '134841.875000', '134842.335000', '134842.795000', '134843.255000', '134843.715000', '134844.175000', '134844.635000', '134845.095000', '134845.555000', '134846.015000', '134846.475000', '134846.935000', '134847.395000', '134847.855000', '134848.315000', '134848.775000', '134849.235000', '134849.695000', '134850.155000', '134850.615000', '134851.075000', '134851.535000', '134851.995000', '134852.455000', '134852.915000', '134853.375000', '134853.835000', '134854.295000', '134854.755000', '134855.215000', '134855.675000', '134856.135000', '134856.595000', '134857.055000', '134857.515000', '134857.975000', '134858.435000', '134858.895000', '134859.355000', '134859.815000', '134900.275000', '134900.735000', '134901.195000', '134901.655000', '134902.115000', '134902.575000', '134903.035000', '134903.495000', '134903.955000', '134904.415000', '134904.875000', '134905.335000', '134905.795000', '134906.255000', '134906.715000', '134907.175000', '134907.635000', '134908.095000', '134908.555000', '134909.015000', '134909.475000', '134909.935000', '134910.395000', '134910.855000', '134911.315000', '134911.775000', '134912.235000', '134912.695000', '134913.155000', '134913.615000', '134914.075000', '134914.535000', '134914.995000', '134915.455000', '134915.915000', '134916.375000', '134916.835000', '134917.295000', '134917.755000', '134918.215000', '134918.675000', '134919.135000', '134919.595000', '134920.055000', '134920.515000', '134920.975000', '134921.435000', '134921.895000', '134922.355000', '134922.815000', '134923.275000', '134923.735000', '134924.195000', '134924.655000', '134925.115000', '134925.575000', '134926.035000', '134926.495000', '134926.955000', '134927.415000', '134927.875000', '134928.335000', '134928.795000', '134929.255000', '134929.715000', '134930.175000', '134930.635000', '134931.095000', '134931.555000', '134932.015000', '134932.475000', '134932.935000', '134933.395000', '134933.855000', '134934.315000', '134934.775000', '134935.235000', '134935.695000', '134936.155000', '134936.615000', '134937.075000', '134937.535000', '134937.995000', '134938.455000', '134938.915000', '134939.375000', '134939.835000', '134940.295000', '134940.755000', '134941.215000', '134941.675000', '134942.135000', '134942.595000', '134943.055000', '134943.515000', '134943.975000', '134944.435000', '134944.895000', '134945.355000', '134945.815000', '134946.275000', '134946.735000', '134947.195000', '134947.655000', '134948.115000', '134948.575000', '134949.035000', '134949.495000', '134949.955000', '134950.415000', '134950.875000', '134951.335000', '134951.795000', '134952.255000', '134952.715000', '134953.175000', '134953.635000', '134954.095000', '134954.555000', '134955.015000', '134955.475000', '134955.935000', '134956.395000', '134956.855000', '134957.315000', '134957.775000', '134958.235000', '134958.695000', '134959.155000', '134959.615000', '135000.075000', '135000.535000', '135000.995000', '135001.455000', '135001.915000', '135002.375000', '135002.835000', '135003.295000', '135003.755000', '135004.215000', '135004.675000', '135005.135000', '135005.595000', '135006.055000', '135006.515000', '135006.975000', '135007.435000', '135007.895000', '135008.355000', '135008.815000', '135009.275000', '135009.735000', '135010.195000', '135010.655000', '135011.115000', '135011.575000', '135012.035000', '135012.495000', '135012.955000', '135013.415000', '135013.875000', '135014.335000', '135014.795000', '135015.255000', '135015.715000', '135016.175000', '135016.635000', '135017.095000', '135017.555000', '135018.015000', '135018.475000', '135018.935000', '135019.395000', '135019.855000', '135020.315000', '135020.775000', '135021.235000', '135021.695000', '135022.155000', '135022.615000', '135023.075000', '135023.535000', '135023.995000', '135024.455000', '135024.915000', '135025.375000', '135025.835000', '135026.295000', '135026.755000', '135027.215000', '135027.675000', '135028.135000', '135028.595000', '135029.055000', '135029.515000', '135029.975000', '135030.435000', '135030.895000', '135031.355000', '135031.815000', '135032.275000', '135032.735000', '135033.195000', '135033.655000', '135034.115000', '135034.575000', '135035.035000', '135035.495000', '135035.955000', '135036.415000', '135036.875000', '135037.335000', '135037.795000', '135038.255000', '135038.715000', '135039.175000', '135039.635000', '135040.095000', '135040.555000', '135041.015000', '135041.475000', '135041.935000', '135042.395000', '135042.855000', '135043.315000', '135043.775000', '135044.235000', '135044.695000', '135045.155000', '135045.615000', '135046.075000', '135046.535000', '135046.995000', '135047.455000', '135047.915000', '135048.375000', '135048.835000', '135049.295000', '135049.755000', '135050.215000', '135050.675000', '135051.135000', '135051.595000', '135052.055000', '135052.515000', '135052.975000', '135053.435000', '135053.895000', '135054.355000', '135054.815000', '135055.275000', '135055.735000', '135056.195000', '135056.655000', '135057.115000', '135057.575000', '135058.035000', '135058.495000', '135058.955000', '135059.415000', '135059.875000', '135100.335000', '135100.795000', '135101.255000', '135101.715000', '135102.175000', '135102.635000', '135103.095000', '135103.555000', '135104.015000', '135104.475000', '135104.935000', '135105.395000', '135105.855000', '135106.315000', '135106.775000', '135107.235000', '135107.695000', '135108.155000', '135108.615000', '135109.075000', '135109.535000', '135109.995000', '135110.455000', '135110.915000', '135111.375000', '135111.835000', '135112.295000', '135112.755000', '135113.215000', '135113.675000', '135114.135000', '135114.595000', '135115.055000', '135115.515000', '135115.975000', '135116.435000', '135116.895000', '135117.355000', '135117.815000', '135118.275000', '135118.735000', '135119.195000', '135119.655000', '135120.115000', '135120.575000', '135121.035000', '135121.495000', '135121.955000', '135122.415000', '135122.875000', '135123.335000', '135123.795000', '135124.255000', '135124.715000', '135125.175000', '135125.635000', '135126.095000', '135126.555000', '135127.015000', '135127.475000', '135127.935000', '135128.395000', '135128.855000', '135129.315000', '135129.775000', '135130.235000', '135130.695000', '135131.155000', '135131.615000', '135132.075000', '135132.535000', '135132.995000', '135133.455000', '135133.915000', '135134.375000', '135134.835000', '135135.295000', '135135.755000', '135136.215000', '135136.675000', '135137.135000', '135137.595000', '135138.055000', '135138.515000', '135138.975000', '135139.435000', '135139.895000', '135140.355000', '135140.815000', '135141.275000', '135141.735000', '135142.195000', '135142.655000', '135143.115000', '135143.575000', '135144.035000', '135144.495000', '135144.955000', '135145.415000', '135145.875000', '135146.335000', '135146.795000', '135147.255000', '135147.715000', '135148.175000', '135148.635000', '135149.095000', '135149.555000', '135150.015000', '135150.475000', '135150.935000', '135151.395000', '135151.855000', '135152.315000', '135152.775000', '135153.235000', '135153.695000', '135154.155000', '135154.615000', '135155.075000', '135155.535000', '135155.995000', '135156.455000', '135156.915000', '135157.375000', '135157.835000', '135158.295000', '135158.755000', '135159.215000', '135159.675000', '135200.135000', '135200.595000', '135201.055000', '135201.515000', '135201.975000', '135202.435000', '135202.895000', '135203.355000', '135203.815000', '135204.275000', '135204.735000', '135205.195000', '135205.655000', '135206.115000', '135206.575000', '135207.035000', '135207.495000', '135207.955000', '135208.415000', '135208.875000', '135209.335000', '135209.795000', '135210.255000', '135210.715000', '135211.175000', '135211.635000', '135212.095000', '135212.555000', '135213.015000', '135213.475000', '135213.935000', '135214.395000', '135214.855000', '135215.315000', '135215.775000', '135216.235000', '135216.695000', '135217.155000', '135217.615000', '135218.075000', '135218.535000', '135218.995000', '135219.455000', '135219.915000', '135220.375000', '135220.835000', '135221.295000', '135221.755000', '135222.215000', '135222.675000', '135223.135000', '135223.595000', '135224.055000', '135224.515000', '135224.975000', '135225.435000', '135225.895000', '135226.355000', '135226.815000', '135227.275000', '135227.735000', '135228.195000', '135228.655000', '135229.115000', '135229.575000', '135230.035000', '135230.495000', '135230.955000', '135231.415000', '135231.875000', '135232.335000', '135232.795000', '135233.255000', '135233.715000', '135234.175000', '135234.635000', '135235.095000', '135235.555000', '135236.015000'], 'ContentTime': ['134215.284000', '134215.287000', '134215.290000', '134215.292000', '134215.295000', '134215.298000', '134215.300000', '134215.303000', '134215.305000', '134215.308000', '134215.310000', '134215.313000', '134215.315000', '134215.318000', '134215.321000', '134215.323000', '134215.326000', '134215.328000', '134215.331000', '134215.333000', '134215.336000', '134215.339000', '134215.341000', '134235.254000', '134235.256000', '134235.259000', '134235.261000', '134235.264000', '134235.267000', '134235.269000', '134235.272000', '134235.274000', '134235.277000', '134235.279000', '134235.282000', '134235.284000', '134235.287000', '134235.289000', '134235.292000', '134235.295000', '134235.297000', '134235.312000', '134235.315000', '134235.317000', '134235.320000', '134235.328000', '134235.331000', '134235.334000', '134235.336000', '134235.339000', '134235.341000', '134235.344000', '134235.346000', '134235.349000', '134235.352000', '134235.354000', '134235.357000', '134235.359000', '134235.362000', '134235.364000', '134235.367000', '134235.370000', '134235.372000', '134235.375000', '134235.377000', '134235.380000', '134255.253000', '134255.256000', '134255.259000', '134255.261000', '134255.264000', '134255.266000', '134255.269000', '134255.272000', '134255.274000', '134255.277000', '134255.279000', '134255.282000', '134255.285000', '134255.287000', '134255.290000', '134255.292000', '134255.295000', '134255.297000', '134255.300000', '134255.303000', '134255.305000', '134255.308000', '134255.310000', '134255.313000', '134255.315000', '134255.318000', '134255.320000', '134255.323000', '134255.325000', '134255.328000', '134255.331000', '134255.333000', '134255.336000', '134255.338000', '134255.346000', '134255.349000', '134255.351000', '134255.354000', '134255.356000', '134255.359000', '134255.361000', '134255.364000', '134255.366000', '134255.369000', '134315.253000', '134315.256000', '134315.259000', '134315.261000', '134315.264000', '134315.266000', '134315.269000', '134315.272000', '134315.274000', '134315.277000', '134315.279000', '134315.282000', '134315.308000', '134315.311000', '134315.314000', '134315.316000', '134315.319000', '134315.321000', '134315.324000', '134315.326000', '134315.329000', '134315.332000', '134315.334000', '134315.337000', '134315.339000', '134315.342000', '134315.344000', '134315.347000', '134315.350000', '134315.352000', '134315.355000', '134315.357000', '134315.360000', '134315.362000', '134315.365000', '134315.369000', '134315.371000', '134315.374000', '134315.376000', '134315.379000', '134315.381000', '134315.384000', '134315.386000', '134335.253000', '134335.256000', '134335.259000', '134335.261000', '134335.264000', '134335.267000', '134335.269000', '134335.272000', '134335.274000', '134335.277000', '134335.279000', '134335.282000', '134335.284000', '134335.287000', '134335.289000', '134335.292000', '134335.295000', '134335.297000', '134335.300000', '134335.303000', '134335.305000', '134335.308000', '134335.310000', '134335.313000', '134335.315000', '134335.318000', '134335.320000', '134335.323000', '134335.325000', '134335.328000', '134335.331000', '134335.333000', '134335.336000', '134335.338000', '134335.341000', '134335.344000', '134335.346000', '134335.349000', '134335.351000', '134335.354000', '134335.356000', '134335.359000', '134335.361000', '134335.364000', '134355.253000', '134355.256000', '134355.259000', '134355.261000', '134355.264000', '134355.267000', '134355.269000', '134355.272000', '134355.274000', '134355.277000', '134355.279000', '134355.282000', '134355.285000', '134355.287000', '134355.290000', '134355.292000', '134355.295000', '134355.297000', '134355.300000', '134355.303000', '134355.305000', '134355.308000', '134355.310000', '134355.313000', '134355.315000', '134355.318000', '134355.321000', '134355.323000', '134355.326000', '134355.328000', '134355.331000', '134355.334000', '134355.336000', '134355.339000', '134355.342000', '134355.345000', '134355.348000', '134355.350000', '134355.353000', '134355.355000', '134355.358000', '134355.361000', '134355.363000', '134415.253000', '134415.256000', '134415.259000', '134415.261000', '134415.264000', '134415.267000', '134415.269000', '134415.272000', '134415.274000', '134415.277000', '134415.279000', '134415.282000', '134415.285000', '134415.287000', '134415.290000', '134415.292000', '134415.295000', '134415.297000', '134415.300000', '134415.303000', '134415.305000', '134415.308000', '134415.310000', '134415.313000', '134415.315000', '134415.318000', '134415.320000', '134415.323000', '134415.339000', '134415.341000', '134415.344000', '134415.347000', '134415.349000', '134415.352000', '134415.354000', '134415.357000', '134415.359000', '134415.362000', '134415.364000', '134415.367000', '134415.369000', '134415.372000', '134415.375000', '134415.377000', '134435.253000', '134435.256000', '134435.259000', '134435.261000', '134435.264000', '134435.267000', '134435.269000', '134435.272000', '134435.274000', '134435.277000', '134435.279000', '134435.282000', '134435.285000', '134435.287000', '134435.290000', '134435.292000', '134435.295000', '134435.298000', '134435.300000', '134435.303000', '134435.305000', '134435.308000', '134435.310000', '134435.313000', '134435.316000', '134435.318000', '134435.321000', '134435.323000', '134435.326000', '134435.329000', '134435.331000', '134435.334000', '134435.336000', '134435.339000', '134435.341000', '134435.344000', '134435.347000', '134435.349000', '134435.352000', '134435.354000', '134435.357000', '134435.360000', '134435.362000', '134455.254000', '134455.256000', '134455.259000', '134455.262000', '134455.264000', '134455.267000', '134455.269000', '134455.272000', '134455.274000', '134455.277000', '134455.279000', '134455.282000', '134455.285000', '134455.287000', '134455.290000', '134455.292000', '134455.295000', '134455.298000', '134455.300000', '134455.303000', '134455.305000', '134455.308000', '134455.311000', '134455.313000', '134455.316000', '134455.318000', '134455.321000', '134455.324000', '134455.326000', '134455.329000', '134455.331000', '134455.334000', '134455.336000', '134455.339000', '134455.342000', '134455.344000', '134455.347000', '134455.349000', '134455.352000', '134455.354000', '134455.357000', '134455.360000', '134455.362000', '134455.365000', '134515.254000', '134515.256000', '134515.259000', '134515.262000', '134515.264000', '134515.267000', '134515.269000', '134515.272000', '134515.274000', '134515.277000', '134515.280000', '134515.282000', '134515.285000', '134515.287000', '134515.290000', '134515.293000', '134515.295000', '134515.298000', '134515.300000', '134515.303000', '134515.306000', '134515.308000', '134515.311000', '134515.313000', '134515.316000', '134515.318000', '134515.321000', '134515.324000', '134515.326000', '134515.329000', '134515.331000', '134515.334000', '134515.336000', '134515.339000', '134515.342000', '134515.344000', '134515.347000', '134515.349000', '134515.352000', '134515.355000', '134515.357000', '134515.360000', '134515.362000', '134535.253000', '134535.256000', '134535.259000', '134535.261000', '134535.264000', '134535.267000', '134535.269000', '134535.272000', '134535.274000', '134535.277000', '134535.280000', '134535.282000', '134535.285000', '134535.287000', '134535.290000', '134535.293000', '134535.295000', '134535.298000', '134535.300000', '134535.303000', '134535.305000', '134535.308000', '134535.311000', '134535.313000', '134535.316000', '134535.318000', '134535.321000', '134535.324000', '134535.326000', '134535.329000', '134535.331000', '134535.334000', '134535.337000', '134535.339000', '134535.342000', '134535.344000', '134535.347000', '134535.349000', '134535.352000', '134535.355000', '134535.357000', '134535.360000', '134535.362000', '134535.365000', '134555.254000', '134555.257000', '134555.259000', '134555.262000', '134555.264000', '134555.267000', '134555.269000', '134555.272000', '134555.274000', '134555.304000', '134555.306000', '134555.309000', '134555.311000', '134555.314000', '134555.317000', '134555.319000', '134555.322000', '134555.324000', '134555.327000', '134555.329000', '134555.332000', '134555.334000', '134555.337000', '134555.340000', '134555.342000', '134555.345000', '134555.348000', '134555.350000', '134555.353000', '134555.355000', '134555.358000', '134555.361000', '134555.363000', '134555.366000', '134555.368000', '134555.371000', '134555.374000', '134555.376000', '134555.379000', '134555.381000', '134555.384000', '134555.386000', '134555.389000', '134615.253000', '134615.256000', '134615.259000', '134615.261000', '134615.264000', '134615.266000', '134615.269000', '134615.272000', '134615.274000', '134615.277000', '134615.280000', '134615.282000', '134615.285000', '134615.287000', '134615.290000', '134615.292000', '134615.295000', '134615.297000', '134615.300000', '134615.303000', '134615.305000', '134615.308000', '134615.310000', '134615.313000', '134615.316000', '134615.318000', '134615.321000', '134615.324000', '134615.326000', '134615.329000', '134615.331000', '134615.334000', '134615.336000', '134615.339000', '134615.342000', '134615.344000', '134615.347000', '134615.349000', '134615.352000', '134615.355000', '134615.357000', '134615.360000', '134615.362000', '134615.365000', '134635.253000', '134635.256000', '134635.259000', '134635.261000', '134635.264000', '134635.267000', '134635.269000', '134635.272000', '134635.274000', '134635.277000', '134635.279000', '134635.282000', '134635.285000', '134635.287000', '134635.290000', '134635.292000', '134635.295000', '134635.297000', '134635.300000', '134635.303000', '134635.305000', '134635.308000', '134635.311000', '134635.313000', '134635.316000', '134635.318000', '134635.321000', '134635.323000', '134635.326000', '134635.329000', '134635.331000', '134635.334000', '134635.336000', '134635.339000', '134635.342000', '134635.344000', '134635.347000', '134635.350000', '134635.352000', '134635.355000', '134635.357000', '134635.360000', '134635.362000', '134655.253000', '134655.256000', '134655.259000', '134655.261000', '134655.264000', '134655.267000', '134655.269000', '134655.272000', '134655.274000', '134655.277000', '134655.280000', '134655.282000', '134655.285000', '134655.287000', '134655.290000', '134655.293000', '134655.295000', '134655.298000', '134655.301000', '134655.303000', '134655.306000', '134655.308000', '134655.311000', '134655.314000', '134655.316000', '134655.319000', '134655.321000', '134655.324000', '134655.326000', '134655.329000', '134655.332000', '134655.334000', '134655.337000', '134655.339000', '134655.342000', '134655.345000', '134655.347000', '134655.350000', '134655.352000', '134655.355000', '134655.358000', '134655.360000', '134655.363000', '134655.365000', '134715.253000', '134715.256000', '134715.259000', '134715.261000', '134715.264000', '134715.266000', '134715.269000', '134715.272000', '134715.274000', '134715.277000', '134715.279000', '134715.282000', '134715.285000', '134715.287000', '134715.290000', '134715.292000', '134715.295000', '134715.297000', '134715.300000', '134715.303000', '134715.305000', '134715.308000', '134715.310000', '134715.313000', '134715.316000', '134715.318000', '134715.321000', '134715.323000', '134715.326000', '134715.328000', '134715.331000', '134715.334000', '134715.336000', '134715.339000', '134715.351000', '134715.354000', '134715.356000', '134715.359000', '134715.361000', '134715.364000', '134715.367000', '134715.369000', '134715.372000', '134735.254000', '134735.256000', '134735.259000', '134735.262000', '134735.264000', '134735.267000', '134735.269000', '134735.272000', '134735.274000', '134735.277000', '134735.280000', '134735.282000', '134735.285000', '134735.287000', '134735.290000', '134735.292000', '134735.295000', '134735.297000', '134735.300000', '134735.303000', '134735.305000', '134735.308000', '134735.311000', '134735.313000', '134735.316000', '134735.318000', '134735.321000', '134735.323000', '134735.326000', '134735.329000', '134735.331000', '134735.334000', '134735.337000', '134735.339000', '134735.342000', '134735.344000', '134735.347000', '134735.350000', '134735.352000', '134735.355000', '134735.357000', '134735.360000', '134735.363000', '134735.365000', '134755.253000', '134755.256000', '134755.259000', '134755.261000', '134755.264000', '134755.267000', '134755.269000', '134755.272000', '134755.274000', '134755.277000', '134755.280000', '134755.284000', '134755.287000', '134755.289000', '134755.292000', '134755.294000', '134755.297000', '134755.299000', '134755.302000', '134755.305000', '134755.307000', '134755.310000', '134755.312000', '134755.315000', '134755.317000', '134755.320000', '134755.323000', '134755.325000', '134755.328000', '134755.330000', '134755.333000', '134755.335000', '134755.338000', '134755.341000', '134755.343000', '134755.346000', '134755.348000', '134755.351000', '134755.353000', '134755.356000', '134755.358000', '134755.361000', '134755.364000', '134815.254000', '134815.256000', '134815.259000', '134815.261000', '134815.264000', '134815.267000', '134815.269000', '134815.272000', '134815.274000', '134815.277000', '134815.280000', '134815.282000', '134815.286000', '134815.289000', '134815.292000', '134815.294000', '134815.297000', '134815.299000', '134815.302000', '134815.305000', '134815.307000', '134815.310000', '134815.312000', '134815.315000', '134815.318000', '134815.320000', '134815.323000', '134815.325000', '134815.328000', '134815.330000', '134815.333000', '134815.335000', '134815.339000', '134815.342000', '134815.344000', '134815.347000', '134815.350000', '134815.352000', '134815.355000', '134815.357000', '134815.360000', '134815.362000', '134815.365000', '134815.367000', '134835.254000', '134835.256000', '134835.259000', '134835.262000', '134835.264000', '134835.267000', '134835.269000', '134835.272000', '134835.274000', '134835.277000', '134835.280000', '134835.282000', '134835.285000', '134835.287000', '134835.290000', '134835.292000', '134835.295000', '134835.298000', '134835.300000', '134835.303000', '134835.305000', '134835.308000', '134835.310000', '134835.313000', '134835.316000', '134835.318000', '134835.321000', '134835.323000', '134835.326000', '134835.328000', '134835.331000', '134835.333000', '134835.336000', '134835.339000', '134835.341000', '134835.344000', '134835.346000', '134835.349000', '134835.351000', '134835.354000', '134835.356000', '134835.359000', '134835.362000', '134855.254000', '134855.257000', '134855.259000', '134855.262000', '134855.264000', '134855.267000', '134855.270000', '134855.272000', '134855.275000', '134855.277000', '134855.280000', '134855.283000', '134855.285000', '134855.288000', '134855.290000', '134855.293000', '134855.295000', '134855.298000', '134855.301000', '134855.303000', '134855.306000', '134855.308000', '134855.311000', '134855.314000', '134855.316000', '134855.319000', '134855.321000', '134855.324000', '134855.326000', '134855.329000', '134855.332000', '134855.334000', '134855.337000', '134855.339000', '134855.342000', '134855.345000', '134855.347000', '134855.350000', '134855.352000', '134855.355000', '134855.357000', '134855.360000', '134855.362000', '134855.365000', '134915.254000', '134915.257000', '134915.259000', '134915.262000', '134915.265000', '134915.267000', '134915.270000', '134915.272000', '134915.275000', '134915.277000', '134915.280000', '134915.282000', '134915.285000', '134915.287000', '134915.290000', '134915.293000', '134915.295000', '134915.298000', '134915.300000', '134915.303000', '134915.306000', '134915.308000', '134915.311000', '134915.313000', '134915.316000', '134915.318000', '134915.321000', '134915.324000', '134915.326000', '134915.329000', '134915.331000', '134915.334000', '134915.337000', '134915.339000', '134915.342000', '134915.344000', '134915.347000', '134915.350000', '134915.352000', '134915.355000', '134915.357000', '134915.360000', '134915.362000', '134935.254000', '134935.256000', '134935.259000', '134935.262000', '134935.264000', '134935.267000', '134935.270000', '134935.273000', '134935.276000', '134935.279000', '134935.281000', '134935.284000', '134935.286000', '134935.289000', '134935.292000', '134935.294000', '134935.297000', '134935.299000', '134935.302000', '134935.305000', '134935.307000', '134935.310000', '134935.312000', '134935.315000', '134935.317000', '134935.320000', '134935.323000', '134935.327000', '134935.330000', '134935.332000', '134935.335000', '134935.338000', '134935.340000', '134935.343000', '134935.345000', '134935.348000', '134935.351000', '134935.353000', '134935.356000', '134935.358000', '134935.361000', '134935.364000', '134935.366000', '134955.254000', '134955.257000', '134955.260000', '134955.262000', '134955.265000', '134955.267000', '134955.270000', '134955.272000', '134955.275000', '134955.278000', '134955.280000', '134955.283000', '134955.286000', '134955.288000', '134955.291000', '134955.293000', '134955.296000', '134955.299000', '134955.301000', '134955.304000', '134955.307000', '134955.309000', '134955.312000', '134955.314000', '134955.317000', '134955.320000', '134955.322000', '134955.325000', '134955.327000', '134955.330000', '134955.333000', '134955.335000', '134955.338000', '134955.340000', '134955.343000', '134955.345000', '134955.348000', '134955.350000', '134955.353000', '134955.356000', '134955.358000', '134955.361000', '134955.375000', '134955.378000', '135015.254000', '135015.256000', '135015.259000', '135015.262000', '135015.264000', '135015.267000', '135015.269000', '135015.272000', '135015.275000', '135015.277000', '135015.280000', '135015.282000', '135015.285000', '135015.287000', '135015.290000', '135015.293000', '135015.295000', '135015.298000', '135015.300000', '135015.303000', '135015.306000', '135015.308000', '135015.311000', '135015.313000', '135015.316000', '135015.319000', '135015.321000', '135015.324000', '135015.326000', '135015.329000', '135015.332000', '135015.334000', '135015.337000', '135015.339000', '135015.342000', '135015.344000', '135015.347000', '135015.350000', '135015.352000', '135015.355000', '135015.357000', '135015.360000', '135015.363000', '135035.253000', '135035.256000', '135035.259000', '135035.261000', '135035.264000', '135035.267000', '135035.269000', '135035.272000', '135035.274000', '135035.277000', '135035.279000', '135035.282000', '135035.285000', '135035.287000', '135035.290000', '135035.292000', '135035.295000', '135035.298000', '135035.300000', '135035.303000', '135035.305000', '135035.308000', '135035.311000', '135035.313000', '135035.316000', '135035.318000', '135035.321000', '135035.323000', '135035.326000', '135035.329000', '135035.331000', '135035.334000', '135035.336000', '135035.339000', '135035.342000', '135035.344000', '135035.347000', '135035.349000', '135035.352000', '135035.354000', '135035.357000', '135035.360000', '135035.362000', '135035.365000', '135055.253000', '135055.256000', '135055.259000', '135055.262000', '135055.264000', '135055.267000', '135055.269000', '135055.272000', '135055.274000', '135055.277000', '135055.280000', '135055.282000', '135055.285000', '135055.287000', '135055.290000', '135055.293000', '135055.295000', '135055.298000', '135055.300000', '135055.303000', '135055.305000', '135055.308000', '135055.311000', '135055.313000', '135055.316000', '135055.319000', '135055.321000', '135055.324000', '135055.326000', '135055.329000', '135055.332000', '135055.334000', '135055.338000', '135055.341000', '135055.343000', '135055.346000', '135055.349000', '135055.351000', '135055.354000', '135055.357000', '135055.359000', '135055.362000', '135055.365000', '135115.254000', '135115.257000', '135115.259000', '135115.262000', '135115.264000', '135115.267000', '135115.269000', '135115.272000', '135115.275000', '135115.277000', '135115.280000', '135115.282000', '135115.285000', '135115.288000', '135115.290000', '135115.293000', '135115.295000', '135115.298000', '135115.301000', '135115.303000', '135115.306000', '135115.309000', '135115.311000', '135115.314000', '135115.317000', '135115.319000', '135115.322000', '135115.324000', '135115.327000', '135115.330000', '135115.332000', '135115.335000', '135115.337000', '135115.340000', '135115.342000', '135115.345000', '135115.348000', '135115.350000', '135115.353000', '135115.372000', '135115.375000', '135115.377000', '135115.380000', '135115.382000', '135135.253000', '135135.256000', '135135.259000', '135135.261000', '135135.264000', '135135.267000', '135135.269000', '135135.272000', '135135.274000', '135135.277000', '135135.280000', '135135.282000', '135135.285000', '135135.287000', '135135.290000', '135135.292000', '135135.295000', '135135.297000', '135135.300000', '135135.303000', '135135.305000', '135135.308000', '135135.311000', '135135.313000', '135135.316000', '135135.319000', '135135.322000', '135135.325000', '135135.328000', '135135.340000', '135135.342000', '135135.345000', '135135.347000', '135135.350000', '135135.352000', '135135.355000', '135135.358000', '135135.360000', '135135.363000', '135135.365000', '135135.368000', '135135.371000', '135135.373000', '135155.254000', '135155.257000', '135155.259000', '135155.262000', '135155.264000', '135155.267000', '135155.269000', '135155.272000', '135155.275000', '135155.277000', '135155.280000', '135155.282000', '135155.285000', '135155.288000', '135155.290000', '135155.293000', '135155.295000', '135155.298000', '135155.301000', '135155.303000', '135155.306000', '135155.309000', '135155.311000', '135155.314000', '135155.317000', '135155.319000', '135155.322000', '135155.324000', '135155.327000', '135155.329000', '135155.332000', '135155.335000', '135155.337000', '135155.340000', '135155.342000', '135155.345000', '135155.348000', '135155.350000', '135155.353000', '135155.356000', '135155.358000', '135155.361000', '135155.363000', '135155.366000', '135215.254000', '135215.256000', '135215.259000', '135215.262000', '135215.264000', '135215.267000', '135215.269000', '135215.272000', '135215.275000', '135215.277000', '135215.280000', '135215.282000', '135215.285000', '135215.288000', '135215.290000', '135215.293000', '135215.295000', '135215.298000', '135215.301000', '135215.303000', '135215.306000', '135215.308000', '135215.311000', '135215.314000', '135215.316000', '135215.319000', '135215.321000', '135215.324000', '135215.326000', '135215.329000', '135215.332000', '135215.334000', '135215.337000', '135215.340000', '135215.342000', '135215.345000', '135215.348000', '135215.350000', '135215.353000', '135215.356000', '135215.358000', '135215.361000', '135215.363000', '135235.254000', '135235.256000', '135235.259000', '135235.262000', '135235.264000', '135235.267000', '135235.269000', '135235.272000', '135235.275000', '135235.277000', '135235.280000', '135235.282000', '135235.285000', '135235.288000', '135235.290000', '135235.293000', '135235.295000', '135235.298000', '135235.301000', '135235.303000', '135235.306000', '135235.320000', '135235.323000', '135235.325000', '135235.328000', '135235.330000', '135235.333000', '135235.336000', '135235.338000', '135235.341000', '135235.344000', '135235.346000', '135235.349000', '135235.351000', '135235.354000', '135235.357000', '135235.360000', '135235.362000', '135235.365000', '135235.367000', '135235.370000', '135235.373000', '135235.375000', '135235.378000', '135237.487000', '135237.490000', '135237.492000', '135237.495000', '135237.498000'], 'InstanceCreationTime': ['134215.284000', '134215.287000', '134215.290000', '134215.292000', '134215.295000', '134215.298000', '134215.300000', '134215.303000', '134215.305000', '134215.308000', '134215.310000', '134215.313000', '134215.315000', '134215.318000', '134215.321000', '134215.323000', '134215.326000', '134215.328000', '134215.331000', '134215.333000', '134215.336000', '134215.339000', '134215.341000', '134235.254000', '134235.256000', '134235.259000', '134235.261000', '134235.264000', '134235.267000', '134235.269000', '134235.272000', '134235.274000', '134235.277000', '134235.279000', '134235.282000', '134235.284000', '134235.287000', '134235.289000', '134235.292000', '134235.295000', '134235.297000', '134235.312000', '134235.315000', '134235.317000', '134235.320000', '134235.328000', '134235.331000', '134235.334000', '134235.336000', '134235.339000', '134235.341000', '134235.344000', '134235.346000', '134235.349000', '134235.352000', '134235.354000', '134235.357000', '134235.359000', '134235.362000', '134235.364000', '134235.367000', '134235.370000', '134235.372000', '134235.375000', '134235.377000', '134235.380000', '134255.253000', '134255.256000', '134255.259000', '134255.261000', '134255.264000', '134255.266000', '134255.269000', '134255.272000', '134255.274000', '134255.277000', '134255.279000', '134255.282000', '134255.285000', '134255.287000', '134255.290000', '134255.292000', '134255.295000', '134255.297000', '134255.300000', '134255.303000', '134255.305000', '134255.308000', '134255.310000', '134255.313000', '134255.315000', '134255.318000', '134255.320000', '134255.323000', '134255.325000', '134255.328000', '134255.331000', '134255.333000', '134255.336000', '134255.338000', '134255.346000', '134255.349000', '134255.351000', '134255.354000', '134255.356000', '134255.359000', '134255.361000', '134255.364000', '134255.366000', '134255.369000', '134315.253000', '134315.256000', '134315.259000', '134315.261000', '134315.264000', '134315.266000', '134315.269000', '134315.272000', '134315.274000', '134315.277000', '134315.279000', '134315.282000', '134315.308000', '134315.311000', '134315.314000', '134315.316000', '134315.319000', '134315.321000', '134315.324000', '134315.326000', '134315.329000', '134315.332000', '134315.334000', '134315.337000', '134315.339000', '134315.342000', '134315.344000', '134315.347000', '134315.350000', '134315.352000', '134315.355000', '134315.357000', '134315.360000', '134315.362000', '134315.365000', '134315.369000', '134315.371000', '134315.374000', '134315.376000', '134315.379000', '134315.381000', '134315.384000', '134315.386000', '134335.253000', '134335.256000', '134335.259000', '134335.261000', '134335.264000', '134335.267000', '134335.269000', '134335.272000', '134335.274000', '134335.277000', '134335.279000', '134335.282000', '134335.284000', '134335.287000', '134335.289000', '134335.292000', '134335.295000', '134335.297000', '134335.300000', '134335.303000', '134335.305000', '134335.308000', '134335.310000', '134335.313000', '134335.315000', '134335.318000', '134335.320000', '134335.323000', '134335.325000', '134335.328000', '134335.331000', '134335.333000', '134335.336000', '134335.338000', '134335.341000', '134335.344000', '134335.346000', '134335.349000', '134335.351000', '134335.354000', '134335.356000', '134335.359000', '134335.361000', '134335.364000', '134355.253000', '134355.256000', '134355.259000', '134355.261000', '134355.264000', '134355.267000', '134355.269000', '134355.272000', '134355.274000', '134355.277000', '134355.279000', '134355.282000', '134355.285000', '134355.287000', '134355.290000', '134355.292000', '134355.295000', '134355.297000', '134355.300000', '134355.303000', '134355.305000', '134355.308000', '134355.310000', '134355.313000', '134355.315000', '134355.318000', '134355.321000', '134355.323000', '134355.326000', '134355.328000', '134355.331000', '134355.334000', '134355.336000', '134355.339000', '134355.342000', '134355.345000', '134355.348000', '134355.350000', '134355.353000', '134355.355000', '134355.358000', '134355.361000', '134355.363000', '134415.253000', '134415.256000', '134415.259000', '134415.261000', '134415.264000', '134415.267000', '134415.269000', '134415.272000', '134415.274000', '134415.277000', '134415.279000', '134415.282000', '134415.285000', '134415.287000', '134415.290000', '134415.292000', '134415.295000', '134415.297000', '134415.300000', '134415.303000', '134415.305000', '134415.308000', '134415.310000', '134415.313000', '134415.315000', '134415.318000', '134415.320000', '134415.323000', '134415.339000', '134415.341000', '134415.344000', '134415.347000', '134415.349000', '134415.352000', '134415.354000', '134415.357000', '134415.359000', '134415.362000', '134415.364000', '134415.367000', '134415.369000', '134415.372000', '134415.375000', '134415.377000', '134435.253000', '134435.256000', '134435.259000', '134435.261000', '134435.264000', '134435.267000', '134435.269000', '134435.272000', '134435.274000', '134435.277000', '134435.279000', '134435.282000', '134435.285000', '134435.287000', '134435.290000', '134435.292000', '134435.295000', '134435.298000', '134435.300000', '134435.303000', '134435.305000', '134435.308000', '134435.310000', '134435.313000', '134435.316000', '134435.318000', '134435.321000', '134435.323000', '134435.326000', '134435.329000', '134435.331000', '134435.334000', '134435.336000', '134435.339000', '134435.341000', '134435.344000', '134435.347000', '134435.349000', '134435.352000', '134435.354000', '134435.357000', '134435.360000', '134435.362000', '134455.254000', '134455.256000', '134455.259000', '134455.262000', '134455.264000', '134455.267000', '134455.269000', '134455.272000', '134455.274000', '134455.277000', '134455.279000', '134455.282000', '134455.285000', '134455.287000', '134455.290000', '134455.292000', '134455.295000', '134455.298000', '134455.300000', '134455.303000', '134455.305000', '134455.308000', '134455.311000', '134455.313000', '134455.316000', '134455.318000', '134455.321000', '134455.324000', '134455.326000', '134455.329000', '134455.331000', '134455.334000', '134455.336000', '134455.339000', '134455.342000', '134455.344000', '134455.347000', '134455.349000', '134455.352000', '134455.354000', '134455.357000', '134455.360000', '134455.362000', '134455.365000', '134515.254000', '134515.256000', '134515.259000', '134515.262000', '134515.264000', '134515.267000', '134515.269000', '134515.272000', '134515.274000', '134515.277000', '134515.280000', '134515.282000', '134515.285000', '134515.287000', '134515.290000', '134515.293000', '134515.295000', '134515.298000', '134515.300000', '134515.303000', '134515.306000', '134515.308000', '134515.311000', '134515.313000', '134515.316000', '134515.318000', '134515.321000', '134515.324000', '134515.326000', '134515.329000', '134515.331000', '134515.334000', '134515.336000', '134515.339000', '134515.342000', '134515.344000', '134515.347000', '134515.349000', '134515.352000', '134515.355000', '134515.357000', '134515.360000', '134515.362000', '134535.253000', '134535.256000', '134535.259000', '134535.261000', '134535.264000', '134535.267000', '134535.269000', '134535.272000', '134535.274000', '134535.277000', '134535.280000', '134535.282000', '134535.285000', '134535.287000', '134535.290000', '134535.293000', '134535.295000', '134535.298000', '134535.300000', '134535.303000', '134535.305000', '134535.308000', '134535.311000', '134535.313000', '134535.316000', '134535.318000', '134535.321000', '134535.324000', '134535.326000', '134535.329000', '134535.331000', '134535.334000', '134535.337000', '134535.339000', '134535.342000', '134535.344000', '134535.347000', '134535.349000', '134535.352000', '134535.355000', '134535.357000', '134535.360000', '134535.362000', '134535.365000', '134555.254000', '134555.257000', '134555.259000', '134555.262000', '134555.264000', '134555.267000', '134555.269000', '134555.272000', '134555.274000', '134555.304000', '134555.306000', '134555.309000', '134555.311000', '134555.314000', '134555.317000', '134555.319000', '134555.322000', '134555.324000', '134555.327000', '134555.329000', '134555.332000', '134555.334000', '134555.337000', '134555.340000', '134555.342000', '134555.345000', '134555.348000', '134555.350000', '134555.353000', '134555.355000', '134555.358000', '134555.361000', '134555.363000', '134555.366000', '134555.368000', '134555.371000', '134555.374000', '134555.376000', '134555.379000', '134555.381000', '134555.384000', '134555.386000', '134555.389000', '134615.253000', '134615.256000', '134615.259000', '134615.261000', '134615.264000', '134615.266000', '134615.269000', '134615.272000', '134615.274000', '134615.277000', '134615.280000', '134615.282000', '134615.285000', '134615.287000', '134615.290000', '134615.292000', '134615.295000', '134615.297000', '134615.300000', '134615.303000', '134615.305000', '134615.308000', '134615.310000', '134615.313000', '134615.316000', '134615.318000', '134615.321000', '134615.324000', '134615.326000', '134615.329000', '134615.331000', '134615.334000', '134615.336000', '134615.339000', '134615.342000', '134615.344000', '134615.347000', '134615.349000', '134615.352000', '134615.355000', '134615.357000', '134615.360000', '134615.362000', '134615.365000', '134635.253000', '134635.256000', '134635.259000', '134635.261000', '134635.264000', '134635.267000', '134635.269000', '134635.272000', '134635.274000', '134635.277000', '134635.279000', '134635.282000', '134635.285000', '134635.287000', '134635.290000', '134635.292000', '134635.295000', '134635.297000', '134635.300000', '134635.303000', '134635.305000', '134635.308000', '134635.311000', '134635.313000', '134635.316000', '134635.318000', '134635.321000', '134635.323000', '134635.326000', '134635.329000', '134635.331000', '134635.334000', '134635.336000', '134635.339000', '134635.342000', '134635.344000', '134635.347000', '134635.350000', '134635.352000', '134635.355000', '134635.357000', '134635.360000', '134635.362000', '134655.253000', '134655.256000', '134655.259000', '134655.261000', '134655.264000', '134655.267000', '134655.269000', '134655.272000', '134655.274000', '134655.277000', '134655.280000', '134655.282000', '134655.285000', '134655.287000', '134655.290000', '134655.293000', '134655.295000', '134655.298000', '134655.301000', '134655.303000', '134655.306000', '134655.308000', '134655.311000', '134655.314000', '134655.316000', '134655.319000', '134655.321000', '134655.324000', '134655.326000', '134655.329000', '134655.332000', '134655.334000', '134655.337000', '134655.339000', '134655.342000', '134655.345000', '134655.347000', '134655.350000', '134655.352000', '134655.355000', '134655.358000', '134655.360000', '134655.363000', '134655.365000', '134715.253000', '134715.256000', '134715.259000', '134715.261000', '134715.264000', '134715.266000', '134715.269000', '134715.272000', '134715.274000', '134715.277000', '134715.279000', '134715.282000', '134715.285000', '134715.287000', '134715.290000', '134715.292000', '134715.295000', '134715.297000', '134715.300000', '134715.303000', '134715.305000', '134715.308000', '134715.310000', '134715.313000', '134715.316000', '134715.318000', '134715.321000', '134715.323000', '134715.326000', '134715.328000', '134715.331000', '134715.334000', '134715.336000', '134715.339000', '134715.351000', '134715.354000', '134715.356000', '134715.359000', '134715.361000', '134715.364000', '134715.367000', '134715.369000', '134715.372000', '134735.254000', '134735.256000', '134735.259000', '134735.262000', '134735.264000', '134735.267000', '134735.269000', '134735.272000', '134735.274000', '134735.277000', '134735.280000', '134735.282000', '134735.285000', '134735.287000', '134735.290000', '134735.292000', '134735.295000', '134735.297000', '134735.300000', '134735.303000', '134735.305000', '134735.308000', '134735.311000', '134735.313000', '134735.316000', '134735.318000', '134735.321000', '134735.323000', '134735.326000', '134735.329000', '134735.331000', '134735.334000', '134735.337000', '134735.339000', '134735.342000', '134735.344000', '134735.347000', '134735.350000', '134735.352000', '134735.355000', '134735.357000', '134735.360000', '134735.363000', '134735.365000', '134755.253000', '134755.256000', '134755.259000', '134755.261000', '134755.264000', '134755.267000', '134755.269000', '134755.272000', '134755.274000', '134755.277000', '134755.280000', '134755.284000', '134755.287000', '134755.289000', '134755.292000', '134755.294000', '134755.297000', '134755.299000', '134755.302000', '134755.305000', '134755.307000', '134755.310000', '134755.312000', '134755.315000', '134755.317000', '134755.320000', '134755.323000', '134755.325000', '134755.328000', '134755.330000', '134755.333000', '134755.335000', '134755.338000', '134755.341000', '134755.343000', '134755.346000', '134755.348000', '134755.351000', '134755.353000', '134755.356000', '134755.358000', '134755.361000', '134755.364000', '134815.254000', '134815.256000', '134815.259000', '134815.261000', '134815.264000', '134815.267000', '134815.269000', '134815.272000', '134815.274000', '134815.277000', '134815.280000', '134815.282000', '134815.286000', '134815.289000', '134815.292000', '134815.294000', '134815.297000', '134815.299000', '134815.302000', '134815.305000', '134815.307000', '134815.310000', '134815.312000', '134815.315000', '134815.318000', '134815.320000', '134815.323000', '134815.325000', '134815.328000', '134815.330000', '134815.333000', '134815.335000', '134815.339000', '134815.342000', '134815.344000', '134815.347000', '134815.350000', '134815.352000', '134815.355000', '134815.357000', '134815.360000', '134815.362000', '134815.365000', '134815.367000', '134835.254000', '134835.256000', '134835.259000', '134835.262000', '134835.264000', '134835.267000', '134835.269000', '134835.272000', '134835.274000', '134835.277000', '134835.280000', '134835.282000', '134835.285000', '134835.287000', '134835.290000', '134835.292000', '134835.295000', '134835.298000', '134835.300000', '134835.303000', '134835.305000', '134835.308000', '134835.310000', '134835.313000', '134835.316000', '134835.318000', '134835.321000', '134835.323000', '134835.326000', '134835.328000', '134835.331000', '134835.333000', '134835.336000', '134835.339000', '134835.341000', '134835.344000', '134835.346000', '134835.349000', '134835.351000', '134835.354000', '134835.356000', '134835.359000', '134835.362000', '134855.254000', '134855.257000', '134855.259000', '134855.262000', '134855.264000', '134855.267000', '134855.270000', '134855.272000', '134855.275000', '134855.277000', '134855.280000', '134855.283000', '134855.285000', '134855.288000', '134855.290000', '134855.293000', '134855.295000', '134855.298000', '134855.301000', '134855.303000', '134855.306000', '134855.308000', '134855.311000', '134855.314000', '134855.316000', '134855.319000', '134855.321000', '134855.324000', '134855.326000', '134855.329000', '134855.332000', '134855.334000', '134855.337000', '134855.339000', '134855.342000', '134855.345000', '134855.347000', '134855.350000', '134855.352000', '134855.355000', '134855.357000', '134855.360000', '134855.362000', '134855.365000', '134915.254000', '134915.257000', '134915.259000', '134915.262000', '134915.265000', '134915.267000', '134915.270000', '134915.272000', '134915.275000', '134915.277000', '134915.280000', '134915.282000', '134915.285000', '134915.287000', '134915.290000', '134915.293000', '134915.295000', '134915.298000', '134915.300000', '134915.303000', '134915.306000', '134915.308000', '134915.311000', '134915.313000', '134915.316000', '134915.318000', '134915.321000', '134915.324000', '134915.326000', '134915.329000', '134915.331000', '134915.334000', '134915.337000', '134915.339000', '134915.342000', '134915.344000', '134915.347000', '134915.350000', '134915.352000', '134915.355000', '134915.357000', '134915.360000', '134915.362000', '134935.254000', '134935.256000', '134935.259000', '134935.262000', '134935.264000', '134935.267000', '134935.270000', '134935.273000', '134935.276000', '134935.279000', '134935.281000', '134935.284000', '134935.286000', '134935.289000', '134935.292000', '134935.294000', '134935.297000', '134935.299000', '134935.302000', '134935.305000', '134935.307000', '134935.310000', '134935.312000', '134935.315000', '134935.317000', '134935.320000', '134935.323000', '134935.327000', '134935.330000', '134935.332000', '134935.335000', '134935.338000', '134935.340000', '134935.343000', '134935.345000', '134935.348000', '134935.351000', '134935.353000', '134935.356000', '134935.358000', '134935.361000', '134935.364000', '134935.366000', '134955.254000', '134955.257000', '134955.260000', '134955.262000', '134955.265000', '134955.267000', '134955.270000', '134955.272000', '134955.275000', '134955.278000', '134955.280000', '134955.283000', '134955.286000', '134955.288000', '134955.291000', '134955.293000', '134955.296000', '134955.299000', '134955.301000', '134955.304000', '134955.307000', '134955.309000', '134955.312000', '134955.314000', '134955.317000', '134955.320000', '134955.322000', '134955.325000', '134955.327000', '134955.330000', '134955.333000', '134955.335000', '134955.338000', '134955.340000', '134955.343000', '134955.345000', '134955.348000', '134955.350000', '134955.353000', '134955.356000', '134955.358000', '134955.361000', '134955.375000', '134955.378000', '135015.254000', '135015.256000', '135015.259000', '135015.262000', '135015.264000', '135015.267000', '135015.269000', '135015.272000', '135015.275000', '135015.277000', '135015.280000', '135015.282000', '135015.285000', '135015.287000', '135015.290000', '135015.293000', '135015.295000', '135015.298000', '135015.300000', '135015.303000', '135015.306000', '135015.308000', '135015.311000', '135015.313000', '135015.316000', '135015.319000', '135015.321000', '135015.324000', '135015.326000', '135015.329000', '135015.332000', '135015.334000', '135015.337000', '135015.339000', '135015.342000', '135015.344000', '135015.347000', '135015.350000', '135015.352000', '135015.355000', '135015.357000', '135015.360000', '135015.363000', '135035.253000', '135035.256000', '135035.259000', '135035.261000', '135035.264000', '135035.267000', '135035.269000', '135035.272000', '135035.274000', '135035.277000', '135035.279000', '135035.282000', '135035.285000', '135035.287000', '135035.290000', '135035.292000', '135035.295000', '135035.298000', '135035.300000', '135035.303000', '135035.305000', '135035.308000', '135035.311000', '135035.313000', '135035.316000', '135035.318000', '135035.321000', '135035.323000', '135035.326000', '135035.329000', '135035.331000', '135035.334000', '135035.336000', '135035.339000', '135035.342000', '135035.344000', '135035.347000', '135035.349000', '135035.352000', '135035.354000', '135035.357000', '135035.360000', '135035.362000', '135035.365000', '135055.253000', '135055.256000', '135055.259000', '135055.262000', '135055.264000', '135055.267000', '135055.269000', '135055.272000', '135055.274000', '135055.277000', '135055.280000', '135055.282000', '135055.285000', '135055.287000', '135055.290000', '135055.293000', '135055.295000', '135055.298000', '135055.300000', '135055.303000', '135055.305000', '135055.308000', '135055.311000', '135055.313000', '135055.316000', '135055.319000', '135055.321000', '135055.324000', '135055.326000', '135055.329000', '135055.332000', '135055.334000', '135055.338000', '135055.341000', '135055.343000', '135055.346000', '135055.349000', '135055.351000', '135055.354000', '135055.357000', '135055.359000', '135055.362000', '135055.365000', '135115.254000', '135115.257000', '135115.259000', '135115.262000', '135115.264000', '135115.267000', '135115.269000', '135115.272000', '135115.275000', '135115.277000', '135115.280000', '135115.282000', '135115.285000', '135115.288000', '135115.290000', '135115.293000', '135115.295000', '135115.298000', '135115.301000', '135115.303000', '135115.306000', '135115.309000', '135115.311000', '135115.314000', '135115.317000', '135115.319000', '135115.322000', '135115.324000', '135115.327000', '135115.330000', '135115.332000', '135115.335000', '135115.337000', '135115.340000', '135115.342000', '135115.345000', '135115.348000', '135115.350000', '135115.353000', '135115.372000', '135115.375000', '135115.377000', '135115.380000', '135115.382000', '135135.253000', '135135.256000', '135135.259000', '135135.261000', '135135.264000', '135135.267000', '135135.269000', '135135.272000', '135135.274000', '135135.277000', '135135.280000', '135135.282000', '135135.285000', '135135.287000', '135135.290000', '135135.292000', '135135.295000', '135135.297000', '135135.300000', '135135.303000', '135135.305000', '135135.308000', '135135.311000', '135135.313000', '135135.316000', '135135.319000', '135135.322000', '135135.325000', '135135.328000', '135135.340000', '135135.342000', '135135.345000', '135135.347000', '135135.350000', '135135.352000', '135135.355000', '135135.358000', '135135.360000', '135135.363000', '135135.365000', '135135.368000', '135135.371000', '135135.373000', '135155.254000', '135155.257000', '135155.259000', '135155.262000', '135155.264000', '135155.267000', '135155.269000', '135155.272000', '135155.275000', '135155.277000', '135155.280000', '135155.282000', '135155.285000', '135155.288000', '135155.290000', '135155.293000', '135155.295000', '135155.298000', '135155.301000', '135155.303000', '135155.306000', '135155.309000', '135155.311000', '135155.314000', '135155.317000', '135155.319000', '135155.322000', '135155.324000', '135155.327000', '135155.329000', '135155.332000', '135155.335000', '135155.337000', '135155.340000', '135155.342000', '135155.345000', '135155.348000', '135155.350000', '135155.353000', '135155.356000', '135155.358000', '135155.361000', '135155.363000', '135155.366000', '135215.254000', '135215.256000', '135215.259000', '135215.262000', '135215.264000', '135215.267000', '135215.269000', '135215.272000', '135215.275000', '135215.277000', '135215.280000', '135215.282000', '135215.285000', '135215.288000', '135215.290000', '135215.293000', '135215.295000', '135215.298000', '135215.301000', '135215.303000', '135215.306000', '135215.308000', '135215.311000', '135215.314000', '135215.316000', '135215.319000', '135215.321000', '135215.324000', '135215.326000', '135215.329000', '135215.332000', '135215.334000', '135215.337000', '135215.340000', '135215.342000', '135215.345000', '135215.348000', '135215.350000', '135215.353000', '135215.356000', '135215.358000', '135215.361000', '135215.363000', '135235.254000', '135235.256000', '135235.259000', '135235.262000', '135235.264000', '135235.267000', '135235.269000', '135235.272000', '135235.275000', '135235.277000', '135235.280000', '135235.282000', '135235.285000', '135235.288000', '135235.290000', '135235.293000', '135235.295000', '135235.298000', '135235.301000', '135235.303000', '135235.306000', '135235.320000', '135235.323000', '135235.325000', '135235.328000', '135235.330000', '135235.333000', '135235.336000', '135235.338000', '135235.341000', '135235.344000', '135235.346000', '135235.349000', '135235.351000', '135235.354000', '135235.357000', '135235.360000', '135235.362000', '135235.365000', '135235.367000', '135235.370000', '135235.373000', '135235.375000', '135235.378000', '135237.487000', '135237.490000', '135237.492000', '135237.495000', '135237.498000'], '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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [17990, 10440, 8653, 14268, 7767, 14873, 19438, 12026, 20340, 14221, 17610, 12564, 14427, 7680, 11712, 7310, 10018, 7075, 10973, 7010, 9807, 7030, 9521, 6924, 9685, 7185, 12015, 7024, 10802, 18298, 12387, 16000, 13334, 7721, 12188, 7747, 20193, 13373, 17458, 13541, 11722, 7015, 8654, 10933, 7983, 15593, 10466, 10516, 7958, 7668, 7605, 12121, 7763, 14988, 10001, 17846, 7689, 19009, 8203, 16901, 12992, 19936, 7334, 13167, 7868, 13004, 7921, 14612, 15479, 16288, 7540, 12558, 7623, 14345, 8865, 15432, 9471, 13513, 7582, 14659, 7680, 14236, 9772, 15372, 8138, 12254, 7211, 9298, 7105, 10262, 7627, 10631, 7130, 8340, 7273, 7974, 11074, 8384, 12787, 7833, 8296, 7522, 10470, 7329, 12649, 9989, 7773, 8043, 7265, 8470, 15397, 9017, 15940, 10898, 9198, 7688, 13485, 7532, 18146, 9917, 19609, 11269, 12679, 7340, 11041, 7586, 9026, 8720, 7466, 11163, 7163, 9936, 7339, 12261, 10118, 17727, 9689, 15547, 7439, 11696, 7851, 10808, 16048, 13241, 7221, 8219, 7461, 11984, 10036, 16389, 7404, 10755, 7144, 11744, 8516, 17650, 8858, 15604, 7643, 13374, 7824, 15358, 9765, 18441, 7479, 14400, 7448, 12961, 7709, 17616, 18947, 15719, 7963, 13621, 7579, 15958, 10381, 16665, 7757, 8963, 7712, 9160, 7696, 8747, 8964, 11151, 15268, 7292, 13395, 7760, 14511, 8504, 15402, 9328, 17853, 11026, 16824, 7140, 9028, 7515, 7139, 19050, 13515, 8006, 7085, 7286, 9024, 7353, 11471, 7727, 13740, 7579, 15023, 8847, 12083, 15247, 16628, 11520, 10122, 7494, 9723, 8814, 15977, 7421, 14782, 7634, 13538, 7925, 13554, 8989, 16233, 9893, 16483, 7995, 15524, 15145, 17028, 8186, 10162, 7462, 10049, 7552, 13968, 7993, 17538, 9127, 8742, 7960, 11690, 8964, 11797, 7974, 13243, 7718, 17016, 7958, 14767, 8935, 13559, 7633, 17973, 11956, 16313, 7732, 7332, 9511, 10810, 17606, 7836, 13592, 9067, 17844, 9841, 15246, 11737, 11564, 7912, 7572, 7250, 7559, 9427, 7930, 13934, 7363, 10348, 13778, 13704, 9885, 10282, 7357, 7705, 17832, 9746, 19321, 8250, 16762, 8048, 14393, 7915, 8972, 8527, 7380, 12012, 7979, 13307, 7686, 18770, 18358, 15389, 11530, 9805, 8434, 7995, 12688, 7695, 7181, 10027, 7764, 15443, 9909, 15513, 12270, 15787, 14186, 7331, 11477, 7359, 13861, 13987, 19895, 13311, 20425, 18549, 18558, 18129, 9315, 8586, 7421, 7343, 7566, 7590, 10154, 7479, 12458, 18114, 12357, 13485, 15908, 12505, 16832, 9628, 7684, 9690, 15418, 11581, 14284, 17376, 8225, 8239, 13835, 9734, 7922, 10325, 13263, 10641, 15562, 18842, 12578, 8266, 8010, 14705, 17464, 15602, 11826, 12053, 9202, 14045, 9297, 18225, 17903, 9995, 7797, 8322, 8299, 13585, 9382, 7921, 10875, 8888, 7828, 15450, 11418, 7518, 8588, 9136, 7138, 10706, 7735, 12850, 10803, 10655, 18369, 18681, 13502, 11556, 10722, 17392, 14896, 17058, 18816, 18948, 12587, 13432, 16794, 15569, 8866, 9294, 8516, 7964, 7652, 7415, 7743, 7492, 11539, 8260, 12775, 10432, 16144, 13788, 17945, 13294, 16647, 13516, 16404, 11012, 14890, 9537, 12416, 7583, 7760, 9882, 7364, 11146, 7642, 12574, 7916, 13877, 7940, 11888, 7738, 9821, 7488, 10477, 7128, 10989, 7211, 10879, 8160, 11754, 7699, 10870, 10085, 9057, 9554, 7541, 9941, 8842, 7328, 8482, 7374, 9560, 7460, 10133, 14248, 9535, 14496, 8535, 13303, 7391, 7608, 7531, 12101, 11571, 13454, 8063, 11620, 7551, 14576, 15796, 17474, 10157, 8619, 9397, 15888, 7627, 13951, 10387, 12467, 11555, 12608, 9018, 14841, 9187, 18099, 12424, 10857, 11801, 20593, 15244, 17678, 14252, 17745, 13661, 15908, 8748, 12487, 8591, 12231, 8185, 11416, 8360, 11000, 7617, 10130, 7398, 8454, 7727, 10741, 12999, 9342, 7071, 12383, 12172, 13411, 7433, 8751, 7632, 11406, 8090, 11146, 7864, 9897, 10068, 8428, 16728, 12620, 17482, 12847, 17439, 19316, 13677, 12618, 11981, 16137, 8441, 9754, 8241, 8307, 13809, 7614, 14233, 8083, 14212, 8120, 13950, 8738, 14951, 12042, 13517, 10361, 11868, 19055, 7932, 15672, 11375, 19414, 13398, 14934, 10675, 11563, 16976, 7817, 7394, 10474, 8095, 13942, 10043, 16803, 12217, 13032, 14987, 7796, 10847, 7784, 10806, 9736, 11611, 8999, 16005, 11726, 18476, 14874, 18205, 16242, 7420, 8259, 7575, 8240, 9079, 7288, 11820, 10329, 17890, 12480, 9315, 13098, 9685, 7286, 11675, 7541, 12924, 8794, 14123, 10761, 15828, 8124, 11373, 8147, 8124, 7841, 10592, 7833, 11815, 7877, 11308, 7453, 9050, 7834, 9078, 10004, 7568, 8963, 7233, 9563, 7480, 11903, 7997, 12966, 7774, 11796, 8179, 12367, 9571, 16682, 12654, 12754, 8969, 7157, 7131, 7940, 14579, 9011, 15819, 11783, 17098, 9413, 14086, 7504, 12869, 9063, 7515, 8219, 9836, 15568, 7555, 7040, 11464, 7502, 13849, 17442, 20857, 14031, 11227, 9648, 8497, 15715, 10996, 7409, 13718, 7771, 17442, 12803, 15746, 10784, 16037, 11373, 18012, 9818, 13054, 8189, 15477, 8554, 14631, 9839, 8625, 7564, 7534, 8073, 9986, 8535, 7619, 9690, 6960, 10671, 7527, 11470, 8495, 10334, 8708, 6995, 10118, 7641, 12657, 8359, 15640, 11551, 15839, 8660, 13355, 9011, 19625, 11977, 18020, 13274, 12671, 7907, 12804, 7749, 14188, 8181, 11230, 8009, 7511, 8311, 7174, 10675, 7443, 13067, 9123, 14322, 8081, 13109, 8197, 13239, 9565, 16966, 11003, 10306, 7587, 12027, 7971, 17316, 10636, 16253, 10370, 7483, 7496, 11926, 7673, 13248, 8793, 9264, 7897, 7468, 7629, 12208, 8063, 10690, 10425, 7259, 10002, 7260, 9012, 10872, 11712, 9638, 14568, 7694, 11200, 10303, 7622, 11705, 9215, 12600, 8856, 9547, 9439, 12675, 16450, 8401, 11107, 7306, 7170, 11724, 14014, 14936, 17876, 15818, 9050, 10418, 8933, 9269, 13494, 11193, 11741, 9328, 7107, 8418, 7447, 9206, 7975, 13059, 7742, 10781, 7871, 10834, 7874, 11495, 8048, 14039, 7942, 13257, 8044, 12385, 8516, 13663, 9512, 8376, 7833, 8648, 8309, 12108, 11434, 10273, 14687, 7763, 11710, 7971, 12249, 8393, 16459, 9303, 15074, 8361, 13967, 9317, 13450, 10040, 7380, 7691, 7470, 8977, 7665, 11767, 9869, 16398, 7936, 11720, 7985, 12232, 8885, 13361, 8846, 12406, 8065, 19422, 9051, 15165, 12472, 11614, 7814, 7961, 11761, 7294, 10225, 7245, 7628, 12586, 9225, 9362, 10177, 16436, 11790, 17850, 14683, 18129, 12396, 15157, 8633, 13353, 8282, 12195, 8472, 10033, 7816, 7352, 7566, 8572, 9052, 7083, 10842, 7418, 10062, 15664, 11119, 18314, 15169, 17835, 9022, 14688, 9043, 12555, 8538, 14674, 7899, 13079, 8069, 10998, 7703, 10571, 8354, 11905, 7180, 8140, 7440, 8097, 11030, 9356, 8322, 7568, 13035, 7603, 16087, 9236, 18112, 11059, 8047, 7747, 7318, 8030, 10283, 9031, 13679, 10696, 15964, 7940, 16922, 9387, 17791, 12726, 15180, 8277, 14231, 8370, 16080, 11647, 17912, 8834, 14362, 7871, 13471, 8071, 16083, 10151, 9949, 7567, 7269, 10575, 10114, 12343, 13603, 14640, 10532, 12514, 7206, 9041, 9848, 13344, 7646, 12719, 7250, 10138, 7208, 8317, 7514, 13064, 7203, 10515, 7521, 13191, 8227, 14896, 7883, 14424, 8116, 13241, 9430, 14234, 8236, 14304, 8157, 13192, 10257, 16450, 7830, 14748, 10260, 7808, 8845, 7684, 16401, 11782, 17142, 14839, 19020, 10581, 14559, 7704, 13737, 8305, 13413, 10466, 17478, 7978, 12147, 7319, 9628, 10374, 10731, 7275, 8769, 7668, 7908, 17870, 7634, 15402, 9968, 13731, 7805, 10008, 7496, 7740, 14549, 8134, 13120, 7693, 9352, 7856, 7646, 7801, 7229, 8476, 7445, 10636, 12452, 9074, 16367, 10459, 16821, 14857, 18414, 10868, 15371, 13412, 10824, 19724, 15034, 19004, 11797, 17730, 8709, 14976, 8864, 12481, 8360, 12644, 7167, 9672, 12035, 7804, 20141, 9942, 17367, 9896, 14508, 8084, 10467, 7473, 8341, 7520, 8460, 6994, 7852, 7374, 7225, 13014, 8872, 13755, 8172, 19176, 8043, 15148, 8683, 13013, 10059, 10558, 7011, 7555, 12966, 7681, 16000, 9222, 13173, 7381, 8846, 11106, 7637, 16774, 7965, 14268, 7647, 11241, 7653, 9838, 7576, 10584, 7239, 7584, 7428, 7484, 14158, 9235, 16767, 8068, 16210, 8075, 13649, 9376, 15489, 9399, 11072, 7164, 7864, 9832, 8630, 10089, 9944, 7138, 11048, 8265, 10763, 7711, 11824, 8013, 13706, 11463, 18300, 9857, 15451, 12108, 16944, 11129, 18062, 8783, 17750, 12591, 9173, 8731, 7739, 15018, 8058, 9844, 9351, 20465, 12334, 17676, 12496, 17075, 13229, 19569, 16789, 10945, 15361, 10039, 11605, 17889, 17919, 11493, 12209, 7675, 7226, 12205, 10078, 13498, 12330, 12765, 11584, 16502, 10036, 16230, 8687, 11454, 10047, 8037, 18012, 11497, 9251, 15490, 9834, 8009, 8399, 15438, 13392, 16059, 15639, 12094, 16177, 9399, 8935, 8435, 10445, 7849, 7371, 10732, 7895, 12462, 9407, 7813, 9512, 7420, 7355, 7945, 7471, 10958, 7135, 14587, 9455, 18156, 11761, 11179, 9759, 7579, 17488, 18424, 20790, 13832, 9966, 12039, 11498, 11123, 8770, 8581, 14450, 7815, 8991, 7844, 10252, 9130, 10521, 14121, 10167, 15527, 7955, 11786, 16102, 18859, 19578, 15272, 18279, 14414, 17326, 16796, 13322, 10437, 9372, 7774, 13115, 17982, 18197, 12795, 11327, 9391, 15487, 11563, 8406, 10066, 7677, 7773, 13665, 10509, 7730, 10024, 8458, 14290, 9857, 13958, 10515, 17028, 16631, 17794, 17274, 11712, 9407, 10475, 9522, 10705, 13294, 8448, 7136, 9213, 8624, 12984, 9018, 14107, 11374, 15886, 13743, 10318, 14218, 19345, 16095, 16023, 10985, 8327, 11292, 8111, 7538, 11532, 7809, 7379, 10943, 8092, 7638, 9088, 7901, 12265, 9332, 13901, 9904, 7351, 9899, 8657, 10750, 15744, 9701, 7792, 11733, 8402, 14747, 10044, 14699, 12886, 16661, 9571, 12398, 8282, 14654, 8524, 14793, 9145, 8727, 9462, 7597, 10426, 7928, 7319], 'WindowCenter': [4517.0, 4415.0, 4379.0, 4411.0, 4339.0, 4407.0, 4425.0, 4372.0, 4422.0, 4382.0, 4399.0, 4370.0, 4377.0, 4309.0, 4360.0, 4310.0, 4338.0, 4310.0, 4361.0, 4310.0, 4349.0, 4311.0, 4339.0, 4311.0, 4352.0, 4312.0, 4371.0, 4313.0, 4375.0, 4426.0, 4386.0, 4415.0, 4393.0, 4323.0, 4371.0, 4323.0, 4438.0, 4381.0, 4401.0, 4369.0, 4358.0, 4297.0, 4317.0, 4348.0, 4318.0, 4389.0, 4350.0, 4348.0, 4317.0, 4306.0, 4307.0, 4368.0, 4318.0, 4391.0, 4338.0, 4410.0, 4307.0, 4409.0, 4316.0, 4400.0, 4369.0, 4403.0, 4307.0, 4368.0, 4306.0, 4366.0, 4317.0, 4403.0, 4404.0, 4399.0, 4321.0, 4367.0, 4319.0, 4390.0, 4341.0, 4402.0, 4351.0, 4379.0, 4318.0, 4389.0, 4319.0, 4378.0, 4351.0, 4389.0, 4318.0, 4367.0, 4307.0, 4337.0, 4311.0, 4349.0, 4320.0, 4359.0, 4309.0, 4329.0, 4309.0, 4324.0, 4360.0, 4342.0, 4380.0, 4319.0, 4330.0, 4319.0, 4348.0, 4319.0, 4380.0, 4352.0, 4320.0, 4331.0, 4320.0, 4329.0, 4402.0, 4340.0, 4403.0, 4361.0, 4339.0, 4320.0, 4379.0, 4321.0, 4412.0, 4351.0, 4425.0, 4359.0, 4380.0, 4308.0, 4358.0, 4319.0, 4339.0, 4342.0, 4322.0, 4371.0, 4312.0, 4351.0, 4320.0, 4370.0, 4351.0, 4425.0, 4351.0, 4402.0, 4319.0, 4367.0, 4319.0, 4349.0, 4401.0, 4380.0, 4307.0, 4328.0, 4311.0, 4371.0, 4351.0, 4399.0, 4319.0, 4360.0, 4310.0, 4368.0, 4328.0, 4411.0, 4340.0, 4398.0, 4320.0, 4380.0, 4321.0, 4389.0, 4341.0, 4409.0, 4309.0, 4375.0, 4305.0, 4367.0, 4306.0, 4425.0, 4422.0, 4387.0, 4317.0, 4376.0, 4318.0, 4402.0, 4351.0, 4389.0, 4309.0, 4326.0, 4319.0, 4342.0, 4321.0, 4331.0, 4340.0, 4362.0, 4401.0, 4307.0, 4380.0, 4319.0, 4379.0, 4328.0, 4391.0, 4338.0, 4400.0, 4348.0, 4386.0, 4296.0, 4315.0, 4295.0, 4324.0, 4424.0, 4380.0, 4316.0, 4297.0, 4307.0, 4338.0, 4322.0, 4374.0, 4332.0, 4392.0, 4332.0, 4391.0, 4341.0, 4383.0, 4400.0, 4396.0, 4359.0, 4349.0, 4320.0, 4350.0, 4343.0, 4404.0, 4339.0, 4405.0, 4324.0, 4383.0, 4320.0, 4380.0, 4342.0, 4403.0, 4352.0, 4401.0, 4321.0, 4406.0, 4393.0, 4416.0, 4320.0, 4339.0, 4310.0, 4341.0, 4310.0, 4378.0, 4318.0, 4414.0, 4356.0, 4342.0, 4332.0, 4372.0, 4342.0, 4373.0, 4330.0, 4380.0, 4320.0, 4400.0, 4321.0, 4391.0, 4328.0, 4369.0, 4320.0, 4425.0, 4372.0, 4402.0, 4323.0, 4323.0, 4356.0, 4379.0, 4416.0, 4323.0, 4384.0, 4342.0, 4412.0, 4342.0, 4389.0, 4374.0, 4361.0, 4320.0, 4309.0, 4309.0, 4320.0, 4340.0, 4320.0, 4392.0, 4325.0, 4350.0, 4381.0, 4380.0, 4339.0, 4349.0, 4307.0, 4307.0, 4409.0, 4337.0, 4410.0, 4318.0, 4411.0, 4319.0, 4391.0, 4318.0, 4354.0, 4330.0, 4321.0, 4372.0, 4335.0, 4395.0, 4334.0, 4439.0, 4429.0, 4407.0, 4378.0, 4355.0, 4332.0, 4320.0, 4383.0, 4323.0, 4324.0, 4363.0, 4337.0, 4406.0, 4353.0, 4403.0, 4371.0, 4392.0, 4381.0, 4300.0, 4358.0, 4307.0, 4381.0, 4392.0, 4438.0, 4368.0, 4445.0, 4419.0, 4419.0, 4414.0, 4346.0, 4334.0, 4313.0, 4312.0, 4335.0, 4321.0, 4347.0, 4324.0, 4399.0, 4457.0, 4388.0, 4385.0, 4407.0, 4375.0, 4406.0, 4344.0, 4312.0, 4355.0, 4394.0, 4361.0, 4380.0, 4391.0, 4308.0, 4307.0, 4381.0, 4343.0, 4309.0, 4336.0, 4372.0, 4353.0, 4390.0, 4400.0, 4357.0, 4318.0, 4321.0, 4392.0, 4401.0, 4375.0, 4348.0, 4358.0, 4316.0, 4366.0, 4330.0, 4387.0, 4379.0, 4325.0, 4295.0, 4316.0, 4320.0, 4365.0, 4314.0, 4306.0, 4337.0, 4330.0, 4309.0, 4391.0, 4359.0, 4311.0, 4329.0, 4342.0, 4312.0, 4351.0, 4310.0, 4383.0, 4377.0, 4365.0, 4436.0, 4431.0, 4398.0, 4374.0, 4365.0, 4387.0, 4408.0, 4431.0, 4402.0, 4395.0, 4362.0, 4373.0, 4395.0, 4404.0, 4333.0, 4337.0, 4340.0, 4320.0, 4320.0, 4308.0, 4319.0, 4307.0, 4363.0, 4318.0, 4384.0, 4355.0, 4388.0, 4379.0, 4403.0, 4366.0, 4371.0, 4351.0, 4358.0, 4320.0, 4346.0, 4305.0, 4341.0, 4286.0, 4290.0, 4322.0, 4281.0, 4333.0, 4300.0, 4353.0, 4300.0, 4366.0, 4305.0, 4339.0, 4294.0, 4324.0, 4286.0, 4358.0, 4306.0, 4347.0, 4307.0, 4346.0, 4316.0, 4359.0, 4308.0, 4373.0, 4350.0, 4328.0, 4338.0, 4304.0, 4332.0, 4320.0, 4291.0, 4322.0, 4307.0, 4338.0, 4300.0, 4338.0, 4375.0, 4337.0, 4376.0, 4310.0, 4388.0, 4336.0, 4314.0, 4317.0, 4368.0, 4371.0, 4373.0, 4324.0, 4369.0, 4334.0, 4413.0, 4414.0, 4407.0, 4345.0, 4340.0, 4354.0, 4423.0, 4335.0, 4417.0, 4368.0, 4390.0, 4383.0, 4392.0, 4335.0, 4390.0, 4350.0, 4421.0, 4380.0, 4360.0, 4370.0, 4422.0, 4400.0, 4407.0, 4379.0, 4397.0, 4367.0, 4373.0, 4313.0, 4348.0, 4313.0, 4342.0, 4302.0, 4344.0, 4310.0, 4338.0, 4292.0, 4333.0, 4288.0, 4313.0, 4303.0, 4342.0, 4368.0, 4325.0, 4316.0, 4383.0, 4361.0, 4377.0, 4308.0, 4325.0, 4329.0, 4372.0, 4329.0, 4368.0, 4331.0, 4349.0, 4338.0, 4318.0, 4402.0, 4364.0, 4407.0, 4381.0, 4431.0, 4440.0, 4392.0, 4384.0, 4366.0, 4411.0, 4345.0, 4355.0, 4344.0, 4334.0, 4378.0, 4322.0, 4382.0, 4317.0, 4380.0, 4319.0, 4379.0, 4334.0, 4403.0, 4368.0, 4376.0, 4332.0, 4361.0, 4420.0, 4320.0, 4391.0, 4361.0, 4411.0, 4381.0, 4385.0, 4350.0, 4347.0, 4386.0, 4294.0, 4296.0, 4343.0, 4318.0, 4379.0, 4351.0, 4409.0, 4365.0, 4368.0, 4373.0, 4319.0, 4359.0, 4314.0, 4360.0, 4339.0, 4357.0, 4322.0, 4388.0, 4338.0, 4410.0, 4381.0, 4392.0, 4388.0, 4295.0, 4304.0, 4301.0, 4310.0, 4327.0, 4308.0, 4359.0, 4348.0, 4404.0, 4379.0, 4352.0, 4381.0, 4338.0, 4308.0, 4365.0, 4319.0, 4364.0, 4329.0, 4372.0, 4342.0, 4374.0, 4305.0, 4356.0, 4313.0, 4316.0, 4311.0, 4347.0, 4305.0, 4357.0, 4316.0, 4359.0, 4306.0, 4321.0, 4301.0, 4328.0, 4336.0, 4318.0, 4334.0, 4302.0, 4335.0, 4302.0, 4357.0, 4316.0, 4379.0, 4312.0, 4357.0, 4322.0, 4367.0, 4343.0, 4413.0, 4393.0, 4394.0, 4340.0, 4324.0, 4322.0, 4342.0, 4392.0, 4343.0, 4391.0, 4371.0, 4406.0, 4340.0, 4389.0, 4321.0, 4392.0, 4348.0, 4324.0, 4332.0, 4364.0, 4413.0, 4321.0, 4322.0, 4372.0, 4324.0, 4407.0, 4432.0, 4440.0, 4395.0, 4377.0, 4353.0, 4344.0, 4414.0, 4375.0, 4322.0, 4393.0, 4322.0, 4414.0, 4371.0, 4388.0, 4346.0, 4386.0, 4345.0, 4397.0, 4338.0, 4367.0, 4318.0, 4377.0, 4315.0, 4374.0, 4335.0, 4314.0, 4304.0, 4306.0, 4314.0, 4336.0, 4326.0, 4306.0, 4334.0, 4296.0, 4346.0, 4306.0, 4352.0, 4329.0, 4362.0, 4329.0, 4309.0, 4350.0, 4320.0, 4377.0, 4332.0, 4401.0, 4372.0, 4401.0, 4325.0, 4377.0, 4327.0, 4411.0, 4359.0, 4404.0, 4369.0, 4361.0, 4315.0, 4365.0, 4307.0, 4377.0, 4316.0, 4360.0, 4316.0, 4308.0, 4328.0, 4309.0, 4359.0, 4321.0, 4381.0, 4353.0, 4391.0, 4330.0, 4377.0, 4329.0, 4374.0, 4350.0, 4413.0, 4360.0, 4348.0, 4319.0, 4357.0, 4316.0, 4410.0, 4348.0, 4401.0, 4347.0, 4306.0, 4308.0, 4351.0, 4319.0, 4378.0, 4327.0, 4337.0, 4318.0, 4307.0, 4317.0, 4368.0, 4316.0, 4360.0, 4359.0, 4307.0, 4349.0, 4308.0, 4338.0, 4360.0, 4368.0, 4345.0, 4388.0, 4318.0, 4359.0, 4347.0, 4318.0, 4357.0, 4339.0, 4369.0, 4327.0, 4350.0, 4340.0, 4381.0, 4402.0, 4331.0, 4364.0, 4320.0, 4321.0, 4371.0, 4392.0, 4391.0, 4409.0, 4389.0, 4330.0, 4346.0, 4326.0, 4326.0, 4368.0, 4358.0, 4357.0, 4325.0, 4295.0, 4314.0, 4306.0, 4335.0, 4316.0, 4379.0, 4309.0, 4346.0, 4316.0, 4345.0, 4316.0, 4356.0, 4318.0, 4377.0, 4317.0, 4366.0, 4316.0, 4366.0, 4328.0, 4378.0, 4349.0, 4327.0, 4318.0, 4331.0, 4326.0, 4364.0, 4369.0, 4348.0, 4388.0, 4318.0, 4357.0, 4318.0, 4367.0, 4331.0, 4403.0, 4339.0, 4383.0, 4328.0, 4380.0, 4340.0, 4379.0, 4344.0, 4308.0, 4313.0, 4304.0, 4338.0, 4319.0, 4368.0, 4348.0, 4400.0, 4326.0, 4369.0, 4329.0, 4363.0, 4343.0, 4391.0, 4340.0, 4368.0, 4317.0, 4422.0, 4326.0, 4383.0, 4369.0, 4373.0, 4323.0, 4319.0, 4372.0, 4322.0, 4352.0, 4318.0, 4332.0, 4389.0, 4351.0, 4352.0, 4362.0, 4402.0, 4372.0, 4412.0, 4387.0, 4410.0, 4369.0, 4376.0, 4316.0, 4366.0, 4317.0, 4357.0, 4318.0, 4337.0, 4318.0, 4319.0, 4332.0, 4338.0, 4354.0, 4321.0, 4374.0, 4321.0, 4351.0, 4403.0, 4362.0, 4415.0, 4391.0, 4400.0, 4322.0, 4377.0, 4327.0, 4356.0, 4329.0, 4390.0, 4316.0, 4368.0, 4318.0, 4347.0, 4319.0, 4348.0, 4330.0, 4356.0, 4298.0, 4316.0, 4306.0, 4318.0, 4347.0, 4340.0, 4312.0, 4317.0, 4380.0, 4319.0, 4414.0, 4340.0, 4421.0, 4359.0, 4329.0, 4319.0, 4307.0, 4318.0, 4348.0, 4341.0, 4393.0, 4359.0, 4400.0, 4315.0, 4409.0, 4341.0, 4425.0, 4374.0, 4404.0, 4329.0, 4390.0, 4329.0, 4401.0, 4371.0, 4409.0, 4326.0, 4376.0, 4315.0, 4364.0, 4323.0, 4400.0, 4351.0, 4350.0, 4318.0, 4321.0, 4358.0, 4350.0, 4371.0, 4392.0, 4391.0, 4350.0, 4370.0, 4307.0, 4340.0, 4339.0, 4355.0, 4304.0, 4369.0, 4322.0, 4352.0, 4307.0, 4315.0, 4307.0, 4380.0, 4321.0, 4346.0, 4320.0, 4379.0, 4342.0, 4403.0, 4331.0, 4391.0, 4334.0, 4369.0, 4340.0, 4381.0, 4345.0, 4377.0, 4318.0, 4380.0, 4345.0, 4401.0, 4323.0, 4391.0, 4349.0, 4321.0, 4340.0, 4320.0, 4400.0, 4360.0, 4402.0, 4391.0, 4411.0, 4347.0, 4378.0, 4307.0, 4378.0, 4329.0, 4378.0, 4349.0, 4398.0, 4316.0, 4355.0, 4296.0, 4338.0, 4350.0, 4362.0, 4307.0, 4327.0, 4306.0, 4316.0, 4398.0, 4308.0, 4388.0, 4338.0, 4366.0, 4306.0, 4334.0, 4295.0, 4307.0, 4378.0, 4317.0, 4367.0, 4305.0, 4325.0, 4317.0, 4319.0, 4319.0, 4322.0, 4347.0, 4337.0, 4375.0, 4394.0, 4350.0, 4417.0, 4366.0, 4413.0, 4404.0, 4423.0, 4363.0, 4394.0, 4379.0, 4361.0, 4421.0, 4391.0, 4412.0, 4353.0, 4399.0, 4318.0, 4388.0, 4323.0, 4368.0, 4319.0, 4368.0, 4297.0, 4337.0, 4357.0, 4307.0, 4422.0, 4338.0, 4399.0, 4336.0, 4376.0, 4305.0, 4336.0, 4297.0, 4315.0, 4308.0, 4317.0, 4289.0, 4317.0, 4306.0, 4310.0, 4380.0, 4341.0, 4381.0, 4329.0, 4410.0, 4317.0, 4389.0, 4328.0, 4368.0, 4351.0, 4347.0, 4297.0, 4308.0, 4369.0, 4318.0, 4387.0, 4340.0, 4369.0, 4307.0, 4328.0, 4358.0, 4319.0, 4398.0, 4313.0, 4390.0, 4322.0, 4358.0, 4318.0, 4350.0, 4319.0, 4356.0, 4311.0, 4322.0, 4309.0, 4321.0, 4390.0, 4352.0, 4401.0, 4320.0, 4400.0, 4319.0, 4379.0, 4338.0, 4391.0, 4339.0, 4357.0, 4296.0, 4316.0, 4336.0, 4329.0, 4363.0, 4349.0, 4323.0, 4373.0, 4344.0, 4375.0, 4334.0, 4384.0, 4346.0, 4407.0, 4387.0, 4428.0, 4368.0, 4417.0, 4384.0, 4413.0, 4376.0, 4427.0, 4346.0, 4425.0, 4385.0, 4342.0, 4343.0, 4336.0, 4392.0, 4319.0, 4352.0, 4341.0, 4419.0, 4372.0, 4426.0, 4385.0, 4401.0, 4381.0, 4424.0, 4390.0, 4351.0, 4391.0, 4348.0, 4362.0, 4416.0, 4401.0, 4343.0, 4358.0, 4307.0, 4297.0, 4354.0, 4332.0, 4349.0, 4358.0, 4357.0, 4330.0, 4376.0, 4320.0, 4371.0, 4302.0, 4332.0, 4326.0, 4305.0, 4386.0, 4333.0, 4313.0, 4364.0, 4312.0, 4290.0, 4290.0, 4362.0, 4354.0, 4364.0, 4365.0, 4345.0, 4369.0, 4313.0, 4304.0, 4290.0, 4308.0, 4278.0, 4280.0, 4326.0, 4306.0, 4368.0, 4329.0, 4319.0, 4339.0, 4303.0, 4293.0, 4316.0, 4308.0, 4347.0, 4297.0, 4376.0, 4345.0, 4409.0, 4352.0, 4346.0, 4325.0, 4309.0, 4398.0, 4420.0, 4424.0, 4383.0, 4353.0, 4371.0, 4359.0, 4354.0, 4329.0, 4330.0, 4379.0, 4313.0, 4340.0, 4319.0, 4352.0, 4336.0, 4356.0, 4395.0, 4335.0, 4373.0, 4318.0, 4360.0, 4403.0, 4420.0, 4424.0, 4405.0, 4427.0, 4405.0, 4426.0, 4410.0, 4369.0, 4338.0, 4340.0, 4321.0, 4375.0, 4417.0, 4412.0, 4368.0, 4356.0, 4341.0, 4401.0, 4349.0, 4332.0, 4352.0, 4317.0, 4321.0, 4376.0, 4347.0, 4308.0, 4333.0, 4319.0, 4378.0, 4323.0, 4367.0, 4320.0, 4386.0, 4402.0, 4402.0, 4390.0, 4337.0, 4311.0, 4347.0, 4338.0, 4331.0, 4367.0, 4303.0, 4278.0, 4312.0, 4313.0, 4365.0, 4327.0, 4353.0, 4327.0, 4377.0, 4345.0, 4334.0, 4374.0, 4394.0, 4372.0, 4374.0, 4336.0, 4318.0, 4335.0, 4295.0, 4282.0, 4328.0, 4285.0, 4289.0, 4328.0, 4306.0, 4307.0, 4322.0, 4315.0, 4357.0, 4325.0, 4364.0, 4323.0, 4303.0, 4345.0, 4343.0, 4356.0, 4388.0, 4322.0, 4309.0, 4354.0, 4321.0, 4379.0, 4321.0, 4379.0, 4363.0, 4387.0, 4309.0, 4339.0, 4288.0, 4364.0, 4304.0, 4359.0, 4308.0, 4298.0, 4307.0, 4288.0, 4317.0, 4284.0, 4287.0], 'WindowWidth': [9920.0, 9753.0, 9690.0, 9716.0, 9614.0, 9700.0, 9719.0, 9640.0, 9717.0, 9651.0, 9675.0, 9634.0, 9640.0, 9553.0, 9620.0, 9556.0, 9591.0, 9555.0, 9624.0, 9555.0, 9606.0, 9559.0, 9591.0, 9559.0, 9614.0, 9564.0, 9639.0, 9566.0, 9651.0, 9722.0, 9668.0, 9706.0, 9673.0, 9578.0, 9639.0, 9576.0, 9748.0, 9651.0, 9679.0, 9632.0, 9615.0, 9535.0, 9558.0, 9605.0, 9562.0, 9659.0, 9608.0, 9602.0, 9557.0, 9543.0, 9546.0, 9630.0, 9563.0, 9664.0, 9590.0, 9691.0, 9546.0, 9690.0, 9558.0, 9676.0, 9631.0, 9680.0, 9547.0, 9627.0, 9544.0, 9623.0, 9562.0, 9688.0, 9687.0, 9674.0, 9572.0, 9628.0, 9566.0, 9662.0, 9596.0, 9685.0, 9611.0, 9648.0, 9565.0, 9660.0, 9566.0, 9646.0, 9612.0, 9662.0, 9563.0, 9628.0, 9549.0, 9588.0, 9558.0, 9608.0, 9572.0, 9619.0, 9556.0, 9581.0, 9554.0, 9572.0, 9624.0, 9603.0, 9650.0, 9566.0, 9583.0, 9568.0, 9607.0, 9569.0, 9651.0, 9617.0, 9571.0, 9587.0, 9571.0, 9582.0, 9681.0, 9596.0, 9688.0, 9625.0, 9596.0, 9570.0, 9648.0, 9571.0, 9697.0, 9612.0, 9722.0, 9621.0, 9650.0, 9552.0, 9619.0, 9568.0, 9595.0, 9604.0, 9577.0, 9639.0, 9563.0, 9613.0, 9572.0, 9637.0, 9614.0, 9723.0, 9613.0, 9683.0, 9569.0, 9629.0, 9568.0, 9606.0, 9679.0, 9649.0, 9549.0, 9578.0, 9559.0, 9640.0, 9614.0, 9675.0, 9570.0, 9624.0, 9559.0, 9632.0, 9579.0, 9697.0, 9595.0, 9673.0, 9569.0, 9649.0, 9572.0, 9660.0, 9598.0, 9687.0, 9551.0, 9636.0, 9544.0, 9625.0, 9546.0, 9733.0, 9718.0, 9656.0, 9562.0, 9638.0, 9564.0, 9684.0, 9613.0, 9659.0, 9547.0, 9569.0, 9568.0, 9601.0, 9574.0, 9585.0, 9596.0, 9626.0, 9679.0, 9547.0, 9649.0, 9570.0, 9647.0, 9577.0, 9665.0, 9590.0, 9677.0, 9605.0, 9650.0, 9531.0, 9554.0, 9529.0, 9582.0, 9719.0, 9650.0, 9558.0, 9532.0, 9547.0, 9589.0, 9575.0, 9648.0, 9590.0, 9669.0, 9588.0, 9667.0, 9598.0, 9660.0, 9683.0, 9671.0, 9619.0, 9606.0, 9571.0, 9610.0, 9602.0, 9690.0, 9609.0, 9689.0, 9578.0, 9656.0, 9569.0, 9649.0, 9601.0, 9685.0, 9613.0, 9676.0, 9571.0, 9695.0, 9671.0, 9708.0, 9565.0, 9590.0, 9553.0, 9594.0, 9554.0, 9641.0, 9561.0, 9708.0, 9627.0, 9603.0, 9587.0, 9640.0, 9600.0, 9644.0, 9582.0, 9648.0, 9568.0, 9678.0, 9571.0, 9665.0, 9577.0, 9630.0, 9569.0, 9722.0, 9638.0, 9682.0, 9576.0, 9577.0, 9626.0, 9661.0, 9707.0, 9577.0, 9660.0, 9598.0, 9695.0, 9598.0, 9659.0, 9644.0, 9623.0, 9568.0, 9554.0, 9551.0, 9568.0, 9595.0, 9570.0, 9667.0, 9585.0, 9611.0, 9651.0, 9649.0, 9592.0, 9605.0, 9547.0, 9546.0, 9690.0, 9585.0, 9694.0, 9564.0, 9697.0, 9567.0, 9667.0, 9567.0, 9621.0, 9584.0, 9571.0, 9638.0, 9593.0, 9678.0, 9595.0, 9756.0, 9734.0, 9695.0, 9653.0, 9622.0, 9586.0, 9565.0, 9655.0, 9576.0, 9581.0, 9630.0, 9601.0, 9693.0, 9617.0, 9682.0, 9635.0, 9665.0, 9649.0, 9537.0, 9615.0, 9547.0, 9651.0, 9671.0, 9752.0, 9626.0, 9779.0, 9728.0, 9715.0, 9698.0, 9609.0, 9591.0, 9561.0, 9559.0, 9595.0, 9570.0, 9603.0, 9581.0, 9697.0, 9796.0, 9672.0, 9660.0, 9698.0, 9645.0, 9690.0, 9600.0, 9557.0, 9621.0, 9669.0, 9621.0, 9643.0, 9661.0, 9543.0, 9539.0, 9648.0, 9599.0, 9549.0, 9582.0, 9639.0, 9614.0, 9660.0, 9672.0, 9606.0, 9562.0, 9570.0, 9669.0, 9686.0, 9635.0, 9599.0, 9613.0, 9551.0, 9619.0, 9581.0, 9653.0, 9639.0, 9564.0, 9524.0, 9555.0, 9564.0, 9618.0, 9546.0, 9540.0, 9583.0, 9577.0, 9549.0, 9663.0, 9616.0, 9560.0, 9577.0, 9599.0, 9557.0, 9609.0, 9553.0, 9659.0, 9657.0, 9636.0, 9738.0, 9751.0, 9686.0, 9649.0, 9634.0, 9656.0, 9703.0, 9743.0, 9695.0, 9671.0, 9619.0, 9639.0, 9677.0, 9685.0, 9583.0, 9588.0, 9598.0, 9570.0, 9570.0, 9551.0, 9567.0, 9549.0, 9625.0, 9563.0, 9659.0, 9620.0, 9664.0, 9649.0, 9690.0, 9626.0, 9627.0, 9595.0, 9602.0, 9551.0, 9583.0, 9528.0, 9580.0, 9507.0, 9518.0, 9556.0, 9502.0, 9572.0, 9530.0, 9599.0, 9529.0, 9623.0, 9539.0, 9581.0, 9522.0, 9563.0, 9512.0, 9621.0, 9549.0, 9600.0, 9547.0, 9595.0, 9554.0, 9617.0, 9550.0, 9649.0, 9609.0, 9573.0, 9588.0, 9538.0, 9578.0, 9559.0, 9522.0, 9563.0, 9549.0, 9589.0, 9536.0, 9588.0, 9637.0, 9585.0, 9639.0, 9545.0, 9664.0, 9606.0, 9563.0, 9566.0, 9634.0, 9642.0, 9637.0, 9573.0, 9638.0, 9600.0, 9710.0, 9707.0, 9691.0, 9602.0, 9598.0, 9622.0, 9725.0, 9602.0, 9715.0, 9642.0, 9675.0, 9664.0, 9673.0, 9589.0, 9666.0, 9613.0, 9714.0, 9654.0, 9625.0, 9640.0, 9721.0, 9683.0, 9698.0, 9650.0, 9674.0, 9626.0, 9631.0, 9549.0, 9594.0, 9550.0, 9588.0, 9535.0, 9590.0, 9546.0, 9583.0, 9521.0, 9574.0, 9514.0, 9550.0, 9538.0, 9590.0, 9632.0, 9570.0, 9570.0, 9662.0, 9625.0, 9643.0, 9553.0, 9572.0, 9588.0, 9642.0, 9585.0, 9636.0, 9589.0, 9609.0, 9590.0, 9562.0, 9683.0, 9623.0, 9692.0, 9659.0, 9755.0, 9766.0, 9673.0, 9664.0, 9634.0, 9701.0, 9609.0, 9627.0, 9607.0, 9593.0, 9646.0, 9573.0, 9655.0, 9564.0, 9648.0, 9568.0, 9644.0, 9593.0, 9691.0, 9635.0, 9641.0, 9575.0, 9622.0, 9710.0, 9569.0, 9665.0, 9621.0, 9694.0, 9652.0, 9654.0, 9612.0, 9597.0, 9649.0, 9525.0, 9530.0, 9593.0, 9564.0, 9645.0, 9614.0, 9695.0, 9629.0, 9628.0, 9633.0, 9569.0, 9621.0, 9560.0, 9620.0, 9590.0, 9613.0, 9560.0, 9653.0, 9580.0, 9691.0, 9650.0, 9661.0, 9657.0, 9526.0, 9538.0, 9534.0, 9547.0, 9573.0, 9550.0, 9619.0, 9604.0, 9684.0, 9651.0, 9616.0, 9651.0, 9589.0, 9550.0, 9627.0, 9566.0, 9623.0, 9579.0, 9633.0, 9592.0, 9634.0, 9541.0, 9613.0, 9557.0, 9558.0, 9550.0, 9601.0, 9544.0, 9614.0, 9562.0, 9619.0, 9547.0, 9563.0, 9537.0, 9579.0, 9586.0, 9568.0, 9585.0, 9541.0, 9584.0, 9538.0, 9615.0, 9562.0, 9646.0, 9556.0, 9615.0, 9567.0, 9629.0, 9600.0, 9703.0, 9676.0, 9677.0, 9599.0, 9584.0, 9578.0, 9605.0, 9670.0, 9604.0, 9668.0, 9640.0, 9686.0, 9598.0, 9662.0, 9576.0, 9674.0, 9610.0, 9582.0, 9587.0, 9636.0, 9699.0, 9574.0, 9578.0, 9642.0, 9586.0, 9700.0, 9752.0, 9767.0, 9680.0, 9658.0, 9618.0, 9605.0, 9705.0, 9650.0, 9577.0, 9671.0, 9577.0, 9709.0, 9637.0, 9656.0, 9595.0, 9652.0, 9594.0, 9672.0, 9590.0, 9629.0, 9562.0, 9639.0, 9553.0, 9632.0, 9582.0, 9551.0, 9539.0, 9544.0, 9553.0, 9586.0, 9572.0, 9545.0, 9580.0, 9532.0, 9598.0, 9544.0, 9606.0, 9580.0, 9631.0, 9580.0, 9556.0, 9609.0, 9569.0, 9642.0, 9588.0, 9683.0, 9644.0, 9680.0, 9574.0, 9643.0, 9574.0, 9698.0, 9620.0, 9683.0, 9633.0, 9616.0, 9556.0, 9623.0, 9548.0, 9644.0, 9561.0, 9624.0, 9559.0, 9552.0, 9576.0, 9555.0, 9622.0, 9575.0, 9654.0, 9618.0, 9668.0, 9584.0, 9644.0, 9582.0, 9640.0, 9612.0, 9704.0, 9626.0, 9605.0, 9566.0, 9615.0, 9560.0, 9694.0, 9607.0, 9684.0, 9601.0, 9546.0, 9551.0, 9604.0, 9565.0, 9648.0, 9579.0, 9591.0, 9564.0, 9550.0, 9563.0, 9632.0, 9561.0, 9623.0, 9623.0, 9551.0, 9608.0, 9552.0, 9591.0, 9623.0, 9635.0, 9603.0, 9662.0, 9569.0, 9623.0, 9603.0, 9564.0, 9616.0, 9593.0, 9634.0, 9575.0, 9613.0, 9597.0, 9655.0, 9686.0, 9588.0, 9626.0, 9571.0, 9575.0, 9641.0, 9669.0, 9666.0, 9689.0, 9660.0, 9580.0, 9599.0, 9570.0, 9571.0, 9632.0, 9618.0, 9616.0, 9568.0, 9529.0, 9553.0, 9545.0, 9583.0, 9559.0, 9648.0, 9551.0, 9598.0, 9560.0, 9595.0, 9560.0, 9612.0, 9565.0, 9644.0, 9561.0, 9626.0, 9561.0, 9628.0, 9579.0, 9647.0, 9609.0, 9577.0, 9564.0, 9586.0, 9575.0, 9624.0, 9636.0, 9606.0, 9661.0, 9567.0, 9616.0, 9565.0, 9629.0, 9586.0, 9690.0, 9595.0, 9653.0, 9579.0, 9648.0, 9598.0, 9647.0, 9600.0, 9552.0, 9555.0, 9543.0, 9591.0, 9568.0, 9632.0, 9611.0, 9681.0, 9577.0, 9635.0, 9582.0, 9625.0, 9604.0, 9672.0, 9596.0, 9631.0, 9560.0, 9717.0, 9571.0, 9651.0, 9635.0, 9647.0, 9575.0, 9568.0, 9643.0, 9575.0, 9613.0, 9567.0, 9591.0, 9669.0, 9619.0, 9615.0, 9629.0, 9684.0, 9639.0, 9701.0, 9660.0, 9695.0, 9630.0, 9639.0, 9556.0, 9623.0, 9559.0, 9612.0, 9563.0, 9588.0, 9564.0, 9567.0, 9591.0, 9595.0, 9625.0, 9575.0, 9647.0, 9573.0, 9612.0, 9687.0, 9627.0, 9711.0, 9666.0, 9678.0, 9564.0, 9643.0, 9574.0, 9612.0, 9581.0, 9662.0, 9561.0, 9630.0, 9563.0, 9601.0, 9566.0, 9603.0, 9582.0, 9612.0, 9535.0, 9558.0, 9545.0, 9563.0, 9601.0, 9595.0, 9552.0, 9562.0, 9648.0, 9570.0, 9705.0, 9599.0, 9715.0, 9620.0, 9582.0, 9567.0, 9549.0, 9564.0, 9605.0, 9597.0, 9672.0, 9622.0, 9677.0, 9560.0, 9697.0, 9599.0, 9727.0, 9645.0, 9689.0, 9579.0, 9666.0, 9580.0, 9685.0, 9641.0, 9690.0, 9569.0, 9638.0, 9553.0, 9621.0, 9575.0, 9678.0, 9613.0, 9609.0, 9565.0, 9570.0, 9618.0, 9608.0, 9636.0, 9667.0, 9666.0, 9607.0, 9638.0, 9548.0, 9598.0, 9592.0, 9605.0, 9538.0, 9632.0, 9578.0, 9612.0, 9550.0, 9556.0, 9550.0, 9649.0, 9572.0, 9598.0, 9571.0, 9647.0, 9604.0, 9688.0, 9585.0, 9664.0, 9592.0, 9633.0, 9595.0, 9652.0, 9610.0, 9642.0, 9562.0, 9652.0, 9602.0, 9681.0, 9578.0, 9668.0, 9608.0, 9572.0, 9595.0, 9568.0, 9678.0, 9621.0, 9681.0, 9664.0, 9697.0, 9601.0, 9644.0, 9548.0, 9642.0, 9580.0, 9644.0, 9607.0, 9670.0, 9558.0, 9608.0, 9531.0, 9587.0, 9610.0, 9629.0, 9548.0, 9572.0, 9545.0, 9558.0, 9673.0, 9549.0, 9656.0, 9590.0, 9623.0, 9543.0, 9578.0, 9528.0, 9545.0, 9643.0, 9562.0, 9627.0, 9543.0, 9568.0, 9560.0, 9566.0, 9569.0, 9577.0, 9614.0, 9603.0, 9655.0, 9677.0, 9615.0, 9713.0, 9641.0, 9703.0, 9692.0, 9718.0, 9628.0, 9673.0, 9646.0, 9626.0, 9711.0, 9667.0, 9699.0, 9608.0, 9678.0, 9561.0, 9658.0, 9568.0, 9630.0, 9567.0, 9631.0, 9535.0, 9587.0, 9614.0, 9546.0, 9716.0, 9589.0, 9676.0, 9584.0, 9638.0, 9542.0, 9583.0, 9532.0, 9555.0, 9550.0, 9563.0, 9522.0, 9561.0, 9546.0, 9556.0, 9649.0, 9597.0, 9653.0, 9579.0, 9698.0, 9561.0, 9661.0, 9578.0, 9633.0, 9611.0, 9602.0, 9535.0, 9550.0, 9634.0, 9565.0, 9657.0, 9597.0, 9633.0, 9547.0, 9577.0, 9617.0, 9566.0, 9674.0, 9557.0, 9663.0, 9573.0, 9617.0, 9566.0, 9609.0, 9569.0, 9619.0, 9559.0, 9574.0, 9553.0, 9573.0, 9665.0, 9615.0, 9683.0, 9569.0, 9678.0, 9566.0, 9647.0, 9590.0, 9669.0, 9592.0, 9614.0, 9531.0, 9560.0, 9587.0, 9582.0, 9631.0, 9607.0, 9579.0, 9648.0, 9610.0, 9652.0, 9597.0, 9664.0, 9615.0, 9701.0, 9672.0, 9732.0, 9646.0, 9712.0, 9660.0, 9701.0, 9652.0, 9728.0, 9613.0, 9724.0, 9667.0, 9600.0, 9606.0, 9599.0, 9669.0, 9566.0, 9612.0, 9596.0, 9712.0, 9639.0, 9727.0, 9666.0, 9680.0, 9653.0, 9718.0, 9665.0, 9609.0, 9663.0, 9606.0, 9627.0, 9712.0, 9682.0, 9587.0, 9612.0, 9542.0, 9530.0, 9606.0, 9573.0, 9595.0, 9612.0, 9614.0, 9567.0, 9635.0, 9555.0, 9626.0, 9527.0, 9567.0, 9566.0, 9542.0, 9652.0, 9571.0, 9545.0, 9615.0, 9541.0, 9510.0, 9508.0, 9609.0, 9603.0, 9613.0, 9617.0, 9589.0, 9617.0, 9544.0, 9531.0, 9507.0, 9528.0, 9489.0, 9496.0, 9558.0, 9543.0, 9631.0, 9578.0, 9567.0, 9591.0, 9540.0, 9526.0, 9557.0, 9549.0, 9598.0, 9533.0, 9636.0, 9602.0, 9686.0, 9602.0, 9596.0, 9565.0, 9552.0, 9683.0, 9731.0, 9723.0, 9658.0, 9615.0, 9640.0, 9619.0, 9608.0, 9577.0, 9583.0, 9645.0, 9554.0, 9596.0, 9566.0, 9611.0, 9589.0, 9617.0, 9676.0, 9582.0, 9634.0, 9563.0, 9623.0, 9689.0, 9715.0, 9727.0, 9692.0, 9728.0, 9694.0, 9725.0, 9703.0, 9631.0, 9586.0, 9596.0, 9573.0, 9646.0, 9724.0, 9697.0, 9635.0, 9611.0, 9598.0, 9684.0, 9603.0, 9590.0, 9616.0, 9569.0, 9574.0, 9641.0, 9597.0, 9546.0, 9576.0, 9562.0, 9639.0, 9562.0, 9624.0, 9555.0, 9652.0, 9685.0, 9691.0, 9675.0, 9577.0, 9542.0, 9601.0, 9591.0, 9574.0, 9626.0, 9532.0, 9497.0, 9542.0, 9549.0, 9625.0, 9572.0, 9597.0, 9561.0, 9638.0, 9588.0, 9577.0, 9638.0, 9681.0, 9628.0, 9632.0, 9579.0, 9559.0, 9577.0, 9522.0, 9500.0, 9559.0, 9504.0, 9512.0, 9563.0, 9544.0, 9548.0, 9562.0, 9556.0, 9609.0, 9565.0, 9616.0, 9560.0, 9540.0, 9607.0, 9609.0, 9615.0, 9656.0, 9562.0, 9550.0, 9607.0, 9569.0, 9644.0, 9559.0, 9646.0, 9618.0, 9655.0, 9538.0, 9577.0, 9507.0, 9613.0, 9534.0, 9609.0, 9537.0, 9525.0, 9533.0, 9512.0, 9548.0, 9501.0, 9511.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.0018131391114348144</td></tr>
<tr><td colspan=3>aqi</td><td>0.03821743641660597</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.989096769351285</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1947891759475229</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952326916253657</td></tr>
<tr><td colspan=3>efc</td><td>0.522</td></tr>
<tr><td colspan=3>fber</td><td>2892.9648</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18518668220465087</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>397</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.914785142024762</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.521635859696082</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.350585853048575</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7322958439478997</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4820258820917713</td></tr>
<tr><td colspan=3>gcor</td><td>0.00857209</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012852267362177372</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036843013018369675</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</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>4.06911877922635</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>14.0614</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.729</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.998</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292173.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1223.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.9869</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8095</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.5017</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3521.3072</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.4863</td></tr>
<tr><td colspan=3>tsnr</td><td>28.83360059245024</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>