ds005256-mriqc/sub-0086_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter b91b8aaa47 [DATALAD RUNCMD] Compute MRIQC for sub-0086
=== 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-0086 --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-0086",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:29:22 +02:00

616 lines
No EOL
129 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-0086_ses-02_task-narratives_acq-mb8_run-04_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-0086_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0086_suffix-bold_task-narratives" 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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0086_suffix-bold_task-narratives" 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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0086_suffix-bold_task-narratives" 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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0086_suffix-bold_task-narratives" 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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0086_suffix-bold_task-narratives" 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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0086_suffix-bold_task-narratives" 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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0086_suffix-bold_task-narratives" 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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-04_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-0086/ses-02/func/sub-0086_ses-02_task-narratives_acq-mb8_run-04_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>f37fd1aeed9a4a7ab936cdc6155d6064</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>17:07:13.095000</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.999659, -0.00200857, -0.0260303, 0.00471085, 0.994548, 0.104172]</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-04_task-narratives_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.104085</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7765, -7255, 637, -58, -168, 112, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c87723c4-6323-4e19-b0d4-cf9b605364b7||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.6820123195648193, 0.01263886597007513, -0.06933370977640152, 113.42427825927734], [0.005388855002820492, 2.668299913406372, 0.28149887919425964, -99.28156280517578], [-0.06983739137649536, -0.27948513627052307, 2.6843903064727783, -51.106658935546875], [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, 1156]</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], 'AcquisitionTime': ['170713.095000', '170713.555000', '170714.015000', '170714.475000', '170714.935000', '170715.395000', '170715.855000', '170716.315000', '170716.775000', '170717.235000', '170717.695000', '170718.155000', '170718.615000', '170719.075000', '170719.535000', '170719.995000', '170720.455000', '170720.915000', '170721.375000', '170721.835000', '170722.295000', '170722.755000', '170723.215000', '170723.675000', '170724.135000', '170724.595000', '170725.055000', '170725.515000', '170725.975000', '170726.435000', '170726.895000', '170727.355000', '170727.815000', '170728.275000', '170728.735000', '170729.195000', '170729.655000', '170730.115000', '170730.575000', '170731.035000', '170731.495000', '170731.955000', '170732.415000', '170732.875000', '170733.335000', '170733.795000', '170734.255000', '170734.715000', '170735.175000', '170735.635000', '170736.095000', '170736.555000', '170737.015000', '170737.475000', '170737.935000', '170738.395000', '170738.855000', '170739.315000', '170739.775000', '170740.235000', '170740.695000', '170741.155000', '170741.615000', '170742.075000', '170742.535000', '170742.995000', '170743.455000', '170743.915000', '170744.375000', '170744.835000', '170745.295000', '170745.755000', '170746.215000', '170746.675000', '170747.135000', '170747.595000', '170748.055000', '170748.515000', '170748.975000', '170749.435000', '170749.895000', '170750.355000', '170750.815000', '170751.275000', '170751.735000', '170752.195000', '170752.655000', '170753.115000', '170753.575000', '170754.035000', '170754.495000', '170754.955000', '170755.415000', '170755.875000', '170756.335000', '170756.795000', '170757.255000', '170757.715000', '170758.175000', '170758.635000', '170759.095000', '170759.555000', '170800.015000', '170800.475000', '170800.935000', '170801.395000', '170801.855000', '170802.315000', '170802.775000', '170803.235000', '170803.695000', '170804.155000', '170804.615000', '170805.075000', '170805.535000', '170805.995000', '170806.455000', '170806.915000', '170807.375000', '170807.835000', '170808.295000', '170808.755000', '170809.215000', '170809.675000', '170810.135000', '170810.595000', '170811.055000', '170811.515000', '170811.975000', '170812.435000', '170812.895000', '170813.355000', '170813.815000', '170814.275000', '170814.735000', '170815.195000', '170815.655000', '170816.115000', '170816.575000', '170817.035000', '170817.495000', '170817.955000', '170818.415000', '170818.875000', '170819.335000', '170819.795000', '170820.255000', '170820.715000', '170821.175000', '170821.635000', '170822.095000', '170822.555000', '170823.015000', '170823.475000', '170823.935000', '170824.395000', '170824.855000', '170825.315000', '170825.775000', '170826.235000', '170826.695000', '170827.155000', '170827.615000', '170828.075000', '170828.535000', '170828.995000', '170829.455000', '170829.915000', '170830.375000', '170830.835000', '170831.295000', '170831.755000', '170832.215000', '170832.675000', '170833.135000', '170833.595000', '170834.055000', '170834.515000', '170834.975000', '170835.435000', '170835.895000', '170836.355000', '170836.815000', '170837.275000', '170837.735000', '170838.195000', '170838.655000', '170839.115000', '170839.575000', '170840.035000', '170840.495000', '170840.955000', '170841.415000', '170841.875000', '170842.335000', '170842.795000', '170843.255000', '170843.715000', '170844.175000', '170844.635000', '170845.095000', '170845.555000', '170846.015000', '170846.475000', '170846.935000', '170847.395000', '170847.855000', '170848.315000', '170848.775000', '170849.235000', '170849.695000', '170850.155000', '170850.615000', '170851.075000', '170851.535000', '170851.995000', '170852.455000', '170852.915000', '170853.375000', '170853.835000', '170854.295000', '170854.755000', '170855.215000', '170855.675000', '170856.135000', '170856.595000', '170857.055000', '170857.515000', '170857.975000', '170858.435000', '170858.895000', '170859.355000', '170859.815000', '170900.275000', '170900.735000', '170901.195000', '170901.655000', '170902.115000', '170902.575000', '170903.035000', '170903.495000', '170903.955000', '170904.415000', '170904.875000', '170905.335000', '170905.795000', '170906.255000', '170906.715000', '170907.175000', '170907.635000', '170908.095000', '170908.555000', '170909.015000', '170909.475000', '170909.935000', '170910.395000', '170910.855000', '170911.315000', '170911.775000', '170912.235000', '170912.695000', '170913.155000', '170913.615000', '170914.075000', '170914.535000', '170914.995000', '170915.455000', '170915.915000', '170916.375000', '170916.835000', '170917.295000', '170917.755000', '170918.215000', '170918.675000', '170919.135000', '170919.595000', '170920.055000', '170920.515000', '170920.975000', '170921.435000', '170921.895000', '170922.355000', '170922.815000', '170923.275000', '170923.735000', '170924.195000', '170924.655000', '170925.115000', '170925.575000', '170926.035000', '170926.495000', '170926.955000', '170927.415000', '170927.875000', '170928.335000', '170928.795000', '170929.255000', '170929.715000', '170930.175000', '170930.635000', '170931.095000', '170931.555000', '170932.015000', '170932.475000', '170932.935000', '170933.395000', '170933.855000', '170934.315000', '170934.775000', '170935.235000', '170935.695000', '170936.155000', '170936.615000', '170937.075000', '170937.535000', '170937.995000', '170938.455000', '170938.915000', '170939.375000', '170939.835000', '170940.295000', '170940.755000', '170941.215000', '170941.675000', '170942.135000', '170942.595000', '170943.055000', '170943.515000', '170943.975000', '170944.435000', '170944.895000', '170945.355000', '170945.815000', '170946.275000', '170946.735000', '170947.195000', '170947.655000', '170948.115000', '170948.575000', '170949.035000', '170949.495000', '170949.955000', '170950.415000', '170950.875000', '170951.335000', '170951.795000', '170952.255000', '170952.715000', '170953.175000', '170953.635000', '170954.095000', '170954.555000', '170955.015000', '170955.475000', '170955.935000', '170956.395000', '170956.855000', '170957.315000', '170957.775000', '170958.235000', '170958.695000', '170959.155000', '170959.615000', '171000.075000', '171000.535000', '171000.995000', '171001.455000', '171001.915000', '171002.375000', '171002.835000', '171003.295000', '171003.755000', '171004.215000', '171004.675000', '171005.135000', '171005.595000', '171006.055000', '171006.515000', '171006.975000', '171007.435000', '171007.895000', '171008.355000', '171008.815000', '171009.275000', '171009.735000', '171010.195000', '171010.655000', '171011.115000', '171011.575000', '171012.035000', '171012.495000', '171012.955000', '171013.415000', '171013.875000', '171014.335000', '171014.795000', '171015.255000', '171015.715000', '171016.175000', '171016.635000', '171017.095000', '171017.555000', '171018.015000', '171018.475000', '171018.935000', '171019.395000', '171019.855000', '171020.315000', '171020.775000', '171021.235000', '171021.695000', '171022.155000', '171022.615000', '171023.075000', '171023.535000', '171023.995000', '171024.455000', '171024.915000', '171025.375000', '171025.835000', '171026.295000', '171026.755000', '171027.215000', '171027.675000', '171028.135000', '171028.595000', '171029.055000', '171029.515000', '171029.975000', '171030.435000', '171030.895000', '171031.355000', '171031.815000', '171032.275000', '171032.735000', '171033.195000', '171033.655000', '171034.115000', '171034.575000', '171035.035000', '171035.495000', '171035.955000', '171036.415000', '171036.875000', '171037.335000', '171037.795000', '171038.255000', '171038.715000', '171039.175000', '171039.635000', '171040.095000', '171040.555000', '171041.015000', '171041.475000', '171041.935000', '171042.395000', '171042.855000', '171043.315000', '171043.775000', '171044.235000', '171044.695000', '171045.155000', '171045.615000', '171046.075000', '171046.535000', '171046.995000', '171047.455000', '171047.915000', '171048.375000', '171048.835000', '171049.295000', '171049.755000', '171050.215000', '171050.675000', '171051.135000', '171051.595000', '171052.055000', '171052.515000', '171052.975000', '171053.435000', '171053.895000', '171054.355000', '171054.815000', '171055.275000', '171055.735000', '171056.195000', '171056.655000', '171057.115000', '171057.575000', '171058.035000', '171058.495000', '171058.955000', '171059.415000', '171059.875000', '171100.335000', '171100.795000', '171101.255000', '171101.715000', '171102.175000', '171102.635000', '171103.095000', '171103.555000', '171104.015000', '171104.475000', '171104.935000', '171105.395000', '171105.855000', '171106.315000', '171106.775000', '171107.235000', '171107.695000', '171108.155000', '171108.615000', '171109.075000', '171109.535000', '171109.995000', '171110.455000', '171110.915000', '171111.375000', '171111.835000', '171112.295000', '171112.755000', '171113.215000', '171113.675000', '171114.135000', '171114.595000', '171115.055000', '171115.515000', '171115.975000', '171116.435000', '171116.895000', '171117.355000', '171117.815000', '171118.275000', '171118.735000', '171119.195000', '171119.655000', '171120.115000', '171120.575000', '171121.035000', '171121.495000', '171121.955000', '171122.415000', '171122.875000', '171123.335000', '171123.795000', '171124.255000', '171124.715000', '171125.175000', '171125.635000', '171126.095000', '171126.555000', '171127.015000', '171127.475000', '171127.935000', '171128.395000', '171128.855000', '171129.315000', '171129.775000', '171130.235000', '171130.695000', '171131.155000', '171131.615000', '171132.075000', '171132.535000', '171132.995000', '171133.455000', '171133.915000', '171134.375000', '171134.835000', '171135.295000', '171135.755000', '171136.215000', '171136.675000', '171137.135000', '171137.595000', '171138.055000', '171138.515000', '171138.975000', '171139.435000', '171139.895000', '171140.355000', '171140.815000', '171141.275000', '171141.735000', '171142.195000', '171142.655000', '171143.115000', '171143.575000', '171144.035000', '171144.495000', '171144.955000', '171145.415000', '171145.875000', '171146.335000', '171146.795000', '171147.255000', '171147.715000', '171148.175000', '171148.635000', '171149.095000', '171149.555000', '171150.015000', '171150.475000', '171150.935000', '171151.395000', '171151.855000', '171152.315000', '171152.775000', '171153.235000', '171153.695000', '171154.155000', '171154.615000', '171155.075000', '171155.535000', '171155.995000', '171156.455000', '171156.915000', '171157.375000', '171157.835000', '171158.295000', '171158.755000', '171159.215000', '171159.675000', '171200.135000', '171200.595000', '171201.055000', '171201.515000', '171201.975000', '171202.435000', '171202.895000', '171203.355000', '171203.815000', '171204.275000', '171204.735000', '171205.195000', '171205.655000', '171206.115000', '171206.575000', '171207.035000', '171207.495000', '171207.955000', '171208.415000', '171208.875000', '171209.335000', '171209.795000', '171210.255000', '171210.715000', '171211.175000', '171211.635000', '171212.095000', '171212.555000', '171213.015000', '171213.475000', '171213.935000', '171214.395000', '171214.855000', '171215.315000', '171215.775000', '171216.235000', '171216.695000', '171217.155000', '171217.615000', '171218.075000', '171218.535000', '171218.995000', '171219.455000', '171219.915000', '171220.375000', '171220.835000', '171221.295000', '171221.755000', '171222.215000', '171222.675000', '171223.135000', '171223.595000', '171224.055000', '171224.515000', '171224.975000', '171225.435000', '171225.895000', '171226.355000', '171226.815000', '171227.275000', '171227.735000', '171228.195000', '171228.655000', '171229.115000', '171229.575000', '171230.035000', '171230.495000', '171230.955000', '171231.415000', '171231.875000', '171232.335000', '171232.795000', '171233.255000', '171233.715000', '171234.175000', '171234.635000', '171235.095000', '171235.555000', '171236.015000', '171236.475000', '171236.935000', '171237.395000', '171237.855000', '171238.315000', '171238.775000', '171239.235000', '171239.695000', '171240.155000', '171240.615000', '171241.075000', '171241.535000', '171241.995000', '171242.455000', '171242.915000', '171243.375000', '171243.835000', '171244.295000', '171244.755000', '171245.215000', '171245.675000', '171246.135000', '171246.595000', '171247.055000', '171247.515000', '171247.975000', '171248.435000', '171248.895000', '171249.355000', '171249.815000', '171250.275000', '171250.735000', '171251.195000', '171251.655000', '171252.115000', '171252.575000', '171253.035000', '171253.495000', '171253.955000', '171254.415000', '171254.875000', '171255.335000', '171255.795000', '171256.255000', '171256.715000', '171257.175000', '171257.635000', '171258.095000', '171258.555000', '171259.015000', '171259.475000', '171259.935000', '171300.395000', '171300.855000', '171301.315000', '171301.775000', '171302.235000', '171302.695000', '171303.155000', '171303.615000', '171304.075000', '171304.535000', '171304.995000', '171305.455000', '171305.915000', '171306.375000', '171306.835000', '171307.295000', '171307.755000', '171308.215000', '171308.675000', '171309.135000', '171309.595000', '171310.055000', '171310.515000', '171310.975000', '171311.435000', '171311.895000', '171312.355000', '171312.815000', '171313.275000', '171313.735000', '171314.195000', '171314.655000', '171315.115000', '171315.575000', '171316.035000', '171316.495000', '171316.955000', '171317.415000', '171317.875000', '171318.335000', '171318.795000', '171319.255000', '171319.715000', '171320.175000', '171320.635000', '171321.095000', '171321.555000', '171322.015000', '171322.475000', '171322.935000', '171323.395000', '171323.855000', '171324.315000', '171324.775000', '171325.235000', '171325.695000', '171326.155000', '171326.615000', '171327.075000', '171327.535000', '171327.995000', '171328.455000', '171328.915000', '171329.375000', '171329.835000', '171330.295000', '171330.755000', '171331.215000', '171331.675000', '171332.135000', '171332.595000', '171333.055000', '171333.515000', '171333.975000', '171334.435000', '171334.895000', '171335.355000', '171335.815000', '171336.275000', '171336.735000', '171337.195000', '171337.655000', '171338.115000', '171338.575000', '171339.035000', '171339.495000', '171339.955000', '171340.415000', '171340.875000', '171341.335000', '171341.795000', '171342.255000', '171342.715000', '171343.175000', '171343.635000', '171344.095000', '171344.555000', '171345.015000', '171345.475000', '171345.935000', '171346.395000', '171346.855000', '171347.315000', '171347.775000', '171348.235000', '171348.695000', '171349.155000', '171349.615000', '171350.075000', '171350.535000', '171350.995000', '171351.455000', '171351.915000', '171352.375000', '171352.835000', '171353.295000', '171353.755000', '171354.215000', '171354.675000', '171355.135000', '171355.595000', '171356.055000', '171356.515000', '171356.975000', '171357.435000', '171357.895000', '171358.355000', '171358.815000', '171359.275000', '171359.735000', '171400.195000', '171400.655000', '171401.115000', '171401.575000', '171402.035000', '171402.495000', '171402.955000', '171403.415000', '171403.875000', '171404.335000', '171404.795000', '171405.255000', '171405.715000', '171406.175000', '171406.635000', '171407.095000', '171407.555000', '171408.015000', '171408.475000', '171408.935000', '171409.395000', '171409.855000', '171410.315000', '171410.775000', '171411.235000', '171411.695000', '171412.155000', '171412.615000', '171413.075000', '171413.535000', '171413.995000', '171414.455000', '171414.915000', '171415.375000', '171415.835000', '171416.295000', '171416.755000', '171417.215000', '171417.675000', '171418.135000', '171418.595000', '171419.055000', '171419.515000', '171419.975000', '171420.435000', '171420.895000', '171421.355000', '171421.815000', '171422.275000', '171422.735000', '171423.195000', '171423.655000', '171424.115000', '171424.575000', '171425.035000', '171425.495000', '171425.955000', '171426.415000', '171426.875000', '171427.335000', '171427.795000', '171428.255000', '171428.715000', '171429.175000', '171429.635000', '171430.095000', '171430.555000', '171431.015000', '171431.475000', '171431.935000', '171432.395000', '171432.855000', '171433.315000', '171433.775000', '171434.235000', '171434.695000', '171435.155000', '171435.615000', '171436.075000', '171436.535000', '171436.995000', '171437.455000', '171437.915000', '171438.375000', '171438.835000', '171439.295000', '171439.755000', '171440.215000', '171440.675000', '171441.135000', '171441.595000', '171442.055000', '171442.515000', '171442.975000', '171443.435000', '171443.895000', '171444.355000', '171444.815000', '171445.275000', '171445.735000', '171446.195000', '171446.655000', '171447.115000', '171447.575000', '171448.035000', '171448.495000', '171448.955000', '171449.415000', '171449.875000', '171450.335000', '171450.795000', '171451.255000', '171451.715000', '171452.175000', '171452.635000', '171453.095000', '171453.555000', '171454.015000', '171454.475000', '171454.935000', '171455.395000', '171455.855000', '171456.315000', '171456.775000', '171457.235000', '171457.695000', '171458.155000', '171458.615000', '171459.075000', '171459.535000', '171459.995000', '171500.455000', '171500.915000', '171501.375000', '171501.835000', '171502.295000', '171502.755000', '171503.215000', '171503.675000', '171504.135000', '171504.595000', '171505.055000', '171505.515000', '171505.975000', '171506.435000', '171506.895000', '171507.355000', '171507.815000', '171508.275000', '171508.735000', '171509.195000', '171509.655000', '171510.115000', '171510.575000', '171511.035000', '171511.495000', '171511.955000', '171512.415000', '171512.875000', '171513.335000', '171513.795000', '171514.255000', '171514.715000', '171515.175000', '171515.635000', '171516.095000', '171516.555000', '171517.015000', '171517.475000', '171517.935000', '171518.395000', '171518.855000', '171519.315000', '171519.775000', '171520.235000', '171520.695000', '171521.155000', '171521.615000', '171522.075000', '171522.535000', '171522.995000', '171523.455000', '171523.915000', '171524.375000', '171524.835000', '171525.295000', '171525.755000', '171526.215000', '171526.675000', '171527.135000', '171527.595000', '171528.055000', '171528.515000', '171528.975000', '171529.435000', '171529.895000', '171530.355000', '171530.815000', '171531.275000', '171531.735000', '171532.195000', '171532.655000', '171533.115000', '171533.575000', '171534.035000', '171534.495000', '171534.955000', '171535.415000', '171535.875000', '171536.335000', '171536.795000', '171537.255000', '171537.715000', '171538.175000', '171538.635000', '171539.095000', '171539.555000', '171540.015000', '171540.475000', '171540.935000', '171541.395000', '171541.855000', '171542.315000', '171542.775000', '171543.235000', '171543.695000', '171544.155000', '171544.615000', '171545.075000', '171545.535000', '171545.995000', '171546.455000', '171546.915000', '171547.375000', '171547.835000', '171548.295000', '171548.755000', '171549.215000', '171549.675000', '171550.135000', '171550.595000', '171551.055000', '171551.515000', '171551.975000', '171552.435000', '171552.895000', '171553.355000', '171553.815000', '171554.275000', '171554.735000', '171555.195000', '171555.655000', '171556.115000', '171556.575000', '171557.035000', '171557.495000', '171557.955000', '171558.415000', '171558.875000', '171559.335000', '171559.795000', '171600.255000', '171600.715000', '171601.175000', '171601.635000', '171602.095000', '171602.555000', '171603.015000', '171603.475000', '171603.935000', '171604.395000'], 'ContentTime': ['170724.607000', '170724.618000', '170724.620000', '170724.623000', '170724.626000', '170724.628000', '170724.631000', '170724.633000', '170724.636000', '170724.638000', '170724.641000', '170724.643000', '170724.646000', '170724.649000', '170724.651000', '170724.654000', '170724.656000', '170724.659000', '170724.661000', '170724.670000', '170724.673000', '170724.682000', '170744.572000', '170744.575000', '170744.578000', '170744.580000', '170744.583000', '170744.585000', '170744.591000', '170744.594000', '170744.596000', '170744.599000', '170744.602000', '170744.604000', '170744.607000', '170744.609000', '170744.612000', '170744.614000', '170744.617000', '170744.620000', '170744.622000', '170744.625000', '170744.627000', '170744.630000', '170744.633000', '170744.635000', '170744.638000', '170744.640000', '170744.643000', '170744.645000', '170744.648000', '170744.651000', '170744.653000', '170744.656000', '170744.658000', '170744.661000', '170744.663000', '170744.666000', '170744.668000', '170744.671000', '170744.674000', '170744.676000', '170744.679000', '170744.686000', '170744.689000', '170804.572000', '170804.575000', '170804.578000', '170804.580000', '170804.583000', '170804.586000', '170804.588000', '170804.591000', '170804.593000', '170804.596000', '170804.598000', '170804.601000', '170804.604000', '170804.606000', '170804.609000', '170804.611000', '170804.614000', '170804.617000', '170804.625000', '170804.630000', '170804.632000', '170804.635000', '170804.638000', '170804.640000', '170804.643000', '170804.645000', '170804.648000', '170804.650000', '170804.653000', '170804.655000', '170804.658000', '170804.660000', '170804.663000', '170804.666000', '170804.668000', '170804.671000', '170804.673000', '170804.676000', '170804.678000', '170804.681000', '170804.683000', '170804.686000', '170804.689000', '170804.691000', '170824.573000', '170824.576000', '170824.579000', '170824.582000', '170824.584000', '170824.587000', '170824.589000', '170824.592000', '170824.594000', '170824.597000', '170824.600000', '170824.602000', '170824.605000', '170824.607000', '170824.610000', '170824.612000', '170824.615000', '170824.618000', '170824.620000', '170824.623000', '170824.625000', '170824.628000', '170824.630000', '170824.633000', '170824.636000', '170824.638000', '170824.641000', '170824.643000', '170824.646000', '170824.649000', '170824.651000', '170824.654000', '170824.656000', '170824.659000', '170824.661000', '170824.664000', '170824.666000', '170824.669000', '170824.672000', '170824.674000', '170824.677000', '170824.679000', '170824.682000', '170844.574000', '170844.577000', '170844.579000', '170844.582000', '170844.584000', '170844.587000', '170844.590000', '170844.592000', '170844.595000', '170844.597000', '170844.600000', '170844.603000', '170844.605000', '170844.608000', '170844.610000', '170844.613000', '170844.616000', '170844.619000', '170844.621000', '170844.624000', '170844.626000', '170844.629000', '170844.632000', '170844.634000', '170844.637000', '170844.639000', '170844.642000', '170844.645000', '170844.647000', '170844.650000', '170844.652000', '170844.655000', '170844.658000', '170844.660000', '170844.663000', '170844.665000', '170844.668000', '170844.670000', '170844.673000', '170844.676000', '170844.678000', '170844.681000', '170844.683000', '170844.686000', '170904.572000', '170904.575000', '170904.578000', '170904.581000', '170904.583000', '170904.586000', '170904.588000', '170904.591000', '170904.594000', '170904.596000', '170904.599000', '170904.601000', '170904.604000', '170904.607000', '170904.609000', '170904.612000', '170904.615000', '170904.617000', '170904.620000', '170904.622000', '170904.625000', '170904.628000', '170904.630000', '170904.633000', '170904.635000', '170904.638000', '170904.641000', '170904.643000', '170904.646000', '170904.648000', '170904.651000', '170904.654000', '170904.656000', '170904.659000', '170904.661000', '170904.664000', '170904.666000', '170904.669000', '170904.672000', '170904.674000', '170904.677000', '170904.679000', '170904.682000', '170924.573000', '170924.575000', '170924.578000', '170924.581000', '170924.583000', '170924.586000', '170924.588000', '170924.591000', '170924.594000', '170924.596000', '170924.599000', '170924.601000', '170924.604000', '170924.607000', '170924.609000', '170924.612000', '170924.615000', '170924.617000', '170924.620000', '170924.622000', '170924.625000', '170924.627000', '170924.630000', '170924.633000', '170924.635000', '170924.638000', '170924.640000', '170924.643000', '170924.645000', '170924.648000', '170924.651000', '170924.653000', '170924.656000', '170924.658000', '170924.661000', '170924.663000', '170924.666000', '170924.669000', '170924.671000', '170924.674000', '170924.676000', '170924.679000', '170924.682000', '170924.684000', '170944.572000', '170944.575000', '170944.578000', '170944.580000', '170944.583000', '170944.586000', '170944.588000', '170944.591000', '170944.593000', '170944.596000', '170944.599000', '170944.601000', '170944.604000', '170944.606000', '170944.619000', '170944.622000', '170944.624000', '170944.627000', '170944.629000', '170944.632000', '170944.635000', '170944.637000', '170944.640000', '170944.642000', '170944.645000', '170944.648000', '170944.650000', '170944.653000', '170944.655000', '170944.658000', '170944.661000', '170944.663000', '170944.666000', '170944.668000', '170944.671000', '170944.673000', '170944.676000', '170944.679000', '170944.681000', '170944.684000', '170944.686000', '170944.689000', '170944.692000', '171004.573000', '171004.576000', '171004.578000', '171004.581000', '171004.584000', '171004.586000', '171004.589000', '171004.592000', '171004.594000', '171004.597000', '171004.601000', '171004.604000', '171004.606000', '171004.609000', '171004.612000', '171004.614000', '171004.617000', '171004.619000', '171004.622000', '171004.625000', '171004.627000', '171004.630000', '171004.632000', '171004.635000', '171004.638000', '171004.640000', '171004.643000', '171004.645000', '171004.648000', '171004.651000', '171004.653000', '171004.656000', '171004.659000', '171004.661000', '171004.664000', '171004.666000', '171004.669000', '171004.672000', '171004.674000', '171004.677000', '171004.679000', '171004.682000', '171004.685000', '171024.572000', '171024.575000', '171024.578000', '171024.580000', '171024.583000', '171024.586000', '171024.588000', '171024.591000', '171024.593000', '171024.596000', '171024.599000', '171024.601000', '171024.604000', '171024.606000', '171024.609000', '171024.611000', '171024.614000', '171024.617000', '171024.619000', '171024.622000', '171024.624000', '171024.627000', '171024.629000', '171024.632000', '171024.635000', '171024.637000', '171024.640000', '171024.643000', '171024.645000', '171024.648000', '171024.650000', '171024.653000', '171024.655000', '171024.658000', '171024.661000', '171024.663000', '171024.666000', '171024.668000', '171024.671000', '171024.674000', '171024.676000', '171024.679000', '171024.681000', '171024.684000', '171044.574000', '171044.577000', '171044.586000', '171044.588000', '171044.591000', '171044.593000', '171044.596000', '171044.599000', '171044.602000', '171044.605000', '171044.607000', '171044.610000', '171044.613000', '171044.615000', '171044.618000', '171044.620000', '171044.623000', '171044.625000', '171044.628000', '171044.631000', '171044.633000', '171044.636000', '171044.638000', '171044.641000', '171044.644000', '171044.646000', '171044.649000', '171044.651000', '171044.654000', '171044.656000', '171044.659000', '171044.662000', '171044.664000', '171044.667000', '171044.669000', '171044.672000', '171044.675000', '171044.677000', '171044.680000', '171044.682000', '171044.685000', '171044.688000', '171044.690000', '171104.574000', '171104.576000', '171104.579000', '171104.582000', '171104.584000', '171104.587000', '171104.589000', '171104.592000', '171104.595000', '171104.597000', '171104.600000', '171104.603000', '171104.605000', '171104.608000', '171104.610000', '171104.613000', '171104.616000', '171104.618000', '171104.621000', '171104.623000', '171104.626000', '171104.629000', '171104.631000', '171104.634000', '171104.636000', '171104.639000', '171104.642000', '171104.644000', '171104.647000', '171104.649000', '171104.652000', '171104.655000', '171104.657000', '171104.660000', '171104.662000', '171104.665000', '171104.668000', '171104.670000', '171104.673000', '171104.675000', '171104.692000', '171104.695000', '171104.698000', '171104.700000', '171124.573000', '171124.575000', '171124.578000', '171124.581000', '171124.583000', '171124.586000', '171124.588000', '171124.591000', '171124.593000', '171124.596000', '171124.599000', '171124.601000', '171124.604000', '171124.606000', '171124.609000', '171124.612000', '171124.614000', '171124.617000', '171124.619000', '171124.622000', '171124.625000', '171124.628000', '171124.630000', '171124.633000', '171124.636000', '171124.639000', '171124.643000', '171124.645000', '171124.648000', '171124.650000', '171124.653000', '171124.656000', '171124.658000', '171124.661000', '171124.663000', '171124.666000', '171124.668000', '171124.671000', '171124.674000', '171124.676000', '171124.679000', '171124.682000', '171124.684000', '171144.573000', '171144.575000', '171144.578000', '171144.581000', '171144.583000', '171144.586000', '171144.588000', '171144.591000', '171144.594000', '171144.596000', '171144.599000', '171144.602000', '171144.604000', '171144.607000', '171144.609000', '171144.612000', '171144.615000', '171144.617000', '171144.620000', '171144.622000', '171144.625000', '171144.628000', '171144.630000', '171144.633000', '171144.635000', '171144.638000', '171144.641000', '171144.643000', '171144.646000', '171144.649000', '171144.651000', '171144.654000', '171144.656000', '171144.659000', '171144.661000', '171144.664000', '171144.667000', '171144.669000', '171144.672000', '171144.674000', '171144.677000', '171144.680000', '171144.682000', '171144.685000', '171204.573000', '171204.575000', '171204.578000', '171204.581000', '171204.583000', '171204.586000', '171204.588000', '171204.591000', '171204.594000', '171204.596000', '171204.599000', '171204.601000', '171204.604000', '171204.607000', '171204.609000', '171204.612000', '171204.614000', '171204.617000', '171204.620000', '171204.622000', '171204.625000', '171204.627000', '171204.630000', '171204.632000', '171204.635000', '171204.638000', '171204.640000', '171204.643000', '171204.645000', '171204.648000', '171204.651000', '171204.653000', '171204.656000', '171204.658000', '171204.661000', '171204.664000', '171204.666000', '171204.669000', '171204.672000', '171204.674000', '171204.677000', '171204.679000', '171204.682000', '171224.572000', '171224.575000', '171224.578000', '171224.580000', '171224.583000', '171224.586000', '171224.588000', '171224.591000', '171224.593000', '171224.596000', '171224.599000', '171224.601000', '171224.604000', '171224.607000', '171224.609000', '171224.612000', '171224.614000', '171224.617000', '171224.620000', '171224.622000', '171224.625000', '171224.627000', '171224.630000', '171224.633000', '171224.635000', '171224.638000', '171224.640000', '171224.643000', '171224.646000', '171224.648000', '171224.651000', '171224.653000', '171224.656000', '171224.659000', '171224.661000', '171224.664000', '171224.667000', '171224.669000', '171224.672000', '171224.674000', '171224.677000', '171224.679000', '171224.682000', '171224.685000', '171244.573000', '171244.575000', '171244.578000', '171244.581000', '171244.583000', '171244.586000', '171244.601000', '171244.604000', '171244.606000', '171244.609000', '171244.612000', '171244.614000', '171244.617000', '171244.619000', '171244.622000', '171244.624000', '171244.627000', '171244.630000', '171244.632000', '171244.635000', '171244.637000', '171244.640000', '171244.643000', '171244.645000', '171244.648000', '171244.650000', '171244.653000', '171244.655000', '171244.658000', '171244.661000', '171244.663000', '171244.666000', '171244.668000', '171244.671000', '171244.673000', '171244.676000', '171244.679000', '171244.682000', '171244.685000', '171244.688000', '171244.696000', '171244.699000', '171244.702000', '171304.573000', '171304.576000', '171304.579000', '171304.581000', '171304.584000', '171304.587000', '171304.589000', '171304.592000', '171304.595000', '171304.597000', '171304.600000', '171304.602000', '171304.605000', '171304.608000', '171304.610000', '171304.613000', '171304.615000', '171304.618000', '171304.621000', '171304.623000', '171304.626000', '171304.629000', '171304.631000', '171304.634000', '171304.636000', '171304.639000', '171304.641000', '171304.644000', '171304.647000', '171304.649000', '171304.652000', '171304.655000', '171304.657000', '171304.660000', '171304.662000', '171304.665000', '171304.668000', '171304.670000', '171304.673000', '171304.675000', '171304.678000', '171304.681000', '171304.685000', '171304.687000', '171324.574000', '171324.577000', '171324.579000', '171324.582000', '171324.584000', '171324.587000', '171324.590000', '171324.592000', '171324.595000', '171324.598000', '171324.600000', '171324.603000', '171324.605000', '171324.608000', '171324.611000', '171324.613000', '171324.616000', '171324.619000', '171324.621000', '171324.624000', '171324.626000', '171324.629000', '171324.632000', '171324.634000', '171324.637000', '171324.639000', '171324.642000', '171324.645000', '171324.647000', '171324.650000', '171324.653000', '171324.655000', '171324.658000', '171324.661000', '171324.663000', '171324.666000', '171324.669000', '171324.671000', '171324.674000', '171324.676000', '171324.679000', '171324.681000', '171324.684000', '171344.572000', '171344.575000', '171344.578000', '171344.580000', '171344.583000', '171344.586000', '171344.588000', '171344.591000', '171344.594000', '171344.596000', '171344.599000', '171344.601000', '171344.604000', '171344.607000', '171344.609000', '171344.612000', '171344.614000', '171344.617000', '171344.620000', '171344.622000', '171344.625000', '171344.627000', '171344.630000', '171344.632000', '171344.635000', '171344.638000', '171344.640000', '171344.643000', '171344.645000', '171344.648000', '171344.651000', '171344.653000', '171344.656000', '171344.658000', '171344.661000', '171344.664000', '171344.666000', '171344.669000', '171344.671000', '171344.674000', '171344.676000', '171344.679000', '171344.682000', '171344.684000', '171404.573000', '171404.575000', '171404.578000', '171404.581000', '171404.583000', '171404.586000', '171404.588000', '171404.591000', '171404.594000', '171404.596000', '171404.599000', '171404.602000', '171404.604000', '171404.607000', '171404.609000', '171404.612000', '171404.614000', '171404.629000', '171404.631000', '171404.634000', '171404.636000', '171404.639000', '171404.642000', '171404.644000', '171404.647000', '171404.649000', '171404.652000', '171404.654000', '171404.657000', '171404.660000', '171404.662000', '171404.665000', '171404.667000', '171404.670000', '171404.673000', '171404.675000', '171404.678000', '171404.680000', '171404.683000', '171404.685000', '171404.688000', '171404.691000', '171404.693000', '171424.573000', '171424.576000', '171424.578000', '171424.581000', '171424.583000', '171424.586000', '171424.588000', '171424.591000', '171424.594000', '171424.596000', '171424.599000', '171424.602000', '171424.604000', '171424.607000', '171424.609000', '171424.612000', '171424.614000', '171424.617000', '171424.620000', '171424.622000', '171424.625000', '171424.627000', '171424.630000', '171424.632000', '171424.635000', '171424.638000', '171424.640000', '171424.643000', '171424.645000', '171424.648000', '171424.651000', '171424.653000', '171424.656000', '171424.658000', '171424.661000', '171424.664000', '171424.666000', '171424.669000', '171424.671000', '171424.674000', '171424.677000', '171424.679000', '171424.682000', '171424.684000', '171444.572000', '171444.575000', '171444.578000', '171444.581000', '171444.583000', '171444.586000', '171444.588000', '171444.591000', '171444.594000', '171444.596000', '171444.599000', '171444.602000', '171444.604000', '171444.607000', '171444.609000', '171444.612000', '171444.615000', '171444.617000', '171444.620000', '171444.622000', '171444.625000', '171444.628000', '171444.630000', '171444.633000', '171444.635000', '171444.638000', '171444.641000', '171444.643000', '171444.646000', '171444.648000', '171444.651000', '171444.654000', '171444.656000', '171444.659000', '171444.661000', '171444.664000', '171444.667000', '171444.669000', '171444.672000', '171444.674000', '171444.677000', '171444.680000', '171444.682000', '171504.573000', '171504.575000', '171504.578000', '171504.581000', '171504.583000', '171504.586000', '171504.588000', '171504.591000', '171504.594000', '171504.596000', '171504.599000', '171504.602000', '171504.604000', '171504.607000', '171504.609000', '171504.612000', '171504.615000', '171504.617000', '171504.620000', '171504.622000', '171504.625000', '171504.628000', '171504.630000', '171504.633000', '171504.635000', '171504.638000', '171504.641000', '171504.643000', '171504.646000', '171504.648000', '171504.651000', '171504.654000', '171504.656000', '171504.659000', '171504.661000', '171504.664000', '171504.667000', '171504.669000', '171504.672000', '171504.674000', '171504.677000', '171504.679000', '171504.682000', '171504.685000', '171524.574000', '171524.576000', '171524.579000', '171524.582000', '171524.584000', '171524.587000', '171524.589000', '171524.592000', '171524.595000', '171524.597000', '171524.600000', '171524.603000', '171524.605000', '171524.615000', '171524.618000', '171524.620000', '171524.623000', '171524.625000', '171524.628000', '171524.631000', '171524.633000', '171524.636000', '171524.638000', '171524.641000', '171524.643000', '171524.646000', '171524.649000', '171524.651000', '171524.654000', '171524.656000', '171524.659000', '171524.662000', '171524.664000', '171524.667000', '171524.669000', '171524.672000', '171524.674000', '171524.677000', '171524.680000', '171524.682000', '171524.685000', '171524.687000', '171524.690000', '171544.573000', '171544.576000', '171544.579000', '171544.582000', '171544.584000', '171544.587000', '171544.589000', '171544.592000', '171544.594000', '171544.597000', '171544.600000', '171544.603000', '171544.605000', '171544.608000', '171544.610000', '171544.613000', '171544.616000', '171544.618000', '171544.621000', '171544.624000', '171544.626000', '171544.629000', '171544.631000', '171544.634000', '171544.636000', '171544.639000', '171544.642000', '171544.644000', '171544.647000', '171544.649000', '171544.652000', '171544.655000', '171544.657000', '171544.660000', '171544.662000', '171544.665000', '171544.668000', '171544.670000', '171544.673000', '171544.675000', '171544.678000', '171544.681000', '171544.683000', '171544.686000', '171604.572000', '171604.575000', '171604.578000', '171604.580000', '171604.583000', '171604.586000', '171604.588000', '171604.591000', '171604.593000', '171604.596000', '171604.599000', '171604.601000', '171604.604000', '171604.607000', '171604.609000', '171604.612000', '171604.614000', '171604.617000', '171604.619000', '171604.622000', '171604.625000', '171604.627000', '171604.630000', '171604.632000', '171604.635000', '171604.637000', '171604.640000', '171604.643000', '171604.645000', '171604.648000', '171604.650000', '171604.653000', '171604.656000', '171604.658000', '171604.661000', '171604.664000', '171604.666000', '171604.669000', '171604.671000', '171604.674000', '171604.677000', '171604.679000', '171604.682000', '171606.091000', '171606.094000', '171606.097000', '171606.099000'], 'InstanceCreationTime': ['170724.607000', '170724.618000', '170724.620000', '170724.623000', '170724.626000', '170724.628000', '170724.631000', '170724.633000', '170724.636000', '170724.638000', '170724.641000', '170724.643000', '170724.646000', '170724.649000', '170724.651000', '170724.654000', '170724.656000', '170724.659000', '170724.661000', '170724.670000', '170724.673000', '170724.682000', '170744.572000', '170744.575000', '170744.578000', '170744.580000', '170744.583000', '170744.585000', '170744.591000', '170744.594000', '170744.596000', '170744.599000', '170744.602000', '170744.604000', '170744.607000', '170744.609000', '170744.612000', '170744.614000', '170744.617000', '170744.620000', '170744.622000', '170744.625000', '170744.627000', '170744.630000', '170744.633000', '170744.635000', '170744.638000', '170744.640000', '170744.643000', '170744.645000', '170744.648000', '170744.651000', '170744.653000', '170744.656000', '170744.658000', '170744.661000', '170744.663000', '170744.666000', '170744.668000', '170744.671000', '170744.674000', '170744.676000', '170744.679000', '170744.686000', '170744.689000', '170804.572000', '170804.575000', '170804.578000', '170804.580000', '170804.583000', '170804.586000', '170804.588000', '170804.591000', '170804.593000', '170804.596000', '170804.598000', '170804.601000', '170804.604000', '170804.606000', '170804.609000', '170804.611000', '170804.614000', '170804.617000', '170804.625000', '170804.630000', '170804.632000', '170804.635000', '170804.638000', '170804.640000', '170804.643000', '170804.645000', '170804.648000', '170804.650000', '170804.653000', '170804.655000', '170804.658000', '170804.660000', '170804.663000', '170804.666000', '170804.668000', '170804.671000', '170804.673000', '170804.676000', '170804.678000', '170804.681000', '170804.683000', '170804.686000', '170804.689000', '170804.691000', '170824.573000', '170824.576000', '170824.579000', '170824.582000', '170824.584000', '170824.587000', '170824.589000', '170824.592000', '170824.594000', '170824.597000', '170824.600000', '170824.602000', '170824.605000', '170824.607000', '170824.610000', '170824.612000', '170824.615000', '170824.618000', '170824.620000', '170824.623000', '170824.625000', '170824.628000', '170824.630000', '170824.633000', '170824.636000', '170824.638000', '170824.641000', '170824.643000', '170824.646000', '170824.649000', '170824.651000', '170824.654000', '170824.656000', '170824.659000', '170824.661000', '170824.664000', '170824.666000', '170824.669000', '170824.672000', '170824.674000', '170824.677000', '170824.679000', '170824.682000', '170844.574000', '170844.577000', '170844.579000', '170844.582000', '170844.584000', '170844.587000', '170844.590000', '170844.592000', '170844.595000', '170844.597000', '170844.600000', '170844.603000', '170844.605000', '170844.608000', '170844.610000', '170844.613000', '170844.616000', '170844.619000', '170844.621000', '170844.624000', '170844.626000', '170844.629000', '170844.632000', '170844.634000', '170844.637000', '170844.639000', '170844.642000', '170844.645000', '170844.647000', '170844.650000', '170844.652000', '170844.655000', '170844.658000', '170844.660000', '170844.663000', '170844.665000', '170844.668000', '170844.670000', '170844.673000', '170844.676000', '170844.678000', '170844.681000', '170844.683000', '170844.686000', '170904.572000', '170904.575000', '170904.578000', '170904.581000', '170904.583000', '170904.586000', '170904.588000', '170904.591000', '170904.594000', '170904.596000', '170904.599000', '170904.601000', '170904.604000', '170904.607000', '170904.609000', '170904.612000', '170904.615000', '170904.617000', '170904.620000', '170904.622000', '170904.625000', '170904.628000', '170904.630000', '170904.633000', '170904.635000', '170904.638000', '170904.641000', '170904.643000', '170904.646000', '170904.648000', '170904.651000', '170904.654000', '170904.656000', '170904.659000', '170904.661000', '170904.664000', '170904.666000', '170904.669000', '170904.672000', '170904.674000', '170904.677000', '170904.679000', '170904.682000', '170924.573000', '170924.575000', '170924.578000', '170924.581000', '170924.583000', '170924.586000', '170924.588000', '170924.591000', '170924.594000', '170924.596000', '170924.599000', '170924.601000', '170924.604000', '170924.607000', '170924.609000', '170924.612000', '170924.615000', '170924.617000', '170924.620000', '170924.622000', '170924.625000', '170924.627000', '170924.630000', '170924.633000', '170924.635000', '170924.638000', '170924.640000', '170924.643000', '170924.645000', '170924.648000', '170924.651000', '170924.653000', '170924.656000', '170924.658000', '170924.661000', '170924.663000', '170924.666000', '170924.669000', '170924.671000', '170924.674000', '170924.676000', '170924.679000', '170924.682000', '170924.684000', '170944.572000', '170944.575000', '170944.578000', '170944.580000', '170944.583000', '170944.586000', '170944.588000', '170944.591000', '170944.593000', '170944.596000', '170944.599000', '170944.601000', '170944.604000', '170944.606000', '170944.619000', '170944.622000', '170944.624000', '170944.627000', '170944.629000', '170944.632000', '170944.635000', '170944.637000', '170944.640000', '170944.642000', '170944.645000', '170944.648000', '170944.650000', '170944.653000', '170944.655000', '170944.658000', '170944.661000', '170944.663000', '170944.666000', '170944.668000', '170944.671000', '170944.673000', '170944.676000', '170944.679000', '170944.681000', '170944.684000', '170944.686000', '170944.689000', '170944.692000', '171004.573000', '171004.576000', '171004.578000', '171004.581000', '171004.584000', '171004.586000', '171004.589000', '171004.592000', '171004.594000', '171004.597000', '171004.601000', '171004.604000', '171004.606000', '171004.609000', '171004.612000', '171004.614000', '171004.617000', '171004.619000', '171004.622000', '171004.625000', '171004.627000', '171004.630000', '171004.632000', '171004.635000', '171004.638000', '171004.640000', '171004.643000', '171004.645000', '171004.648000', '171004.651000', '171004.653000', '171004.656000', '171004.659000', '171004.661000', '171004.664000', '171004.666000', '171004.669000', '171004.672000', '171004.674000', '171004.677000', '171004.679000', '171004.682000', '171004.685000', '171024.572000', '171024.575000', '171024.578000', '171024.580000', '171024.583000', '171024.586000', '171024.588000', '171024.591000', '171024.593000', '171024.596000', '171024.599000', '171024.601000', '171024.604000', '171024.606000', '171024.609000', '171024.611000', '171024.614000', '171024.617000', '171024.619000', '171024.622000', '171024.624000', '171024.627000', '171024.629000', '171024.632000', '171024.635000', '171024.637000', '171024.640000', '171024.643000', '171024.645000', '171024.648000', '171024.650000', '171024.653000', '171024.655000', '171024.658000', '171024.661000', '171024.663000', '171024.666000', '171024.668000', '171024.671000', '171024.674000', '171024.676000', '171024.679000', '171024.681000', '171024.684000', '171044.574000', '171044.577000', '171044.586000', '171044.588000', '171044.591000', '171044.593000', '171044.596000', '171044.599000', '171044.602000', '171044.605000', '171044.607000', '171044.610000', '171044.613000', '171044.615000', '171044.618000', '171044.620000', '171044.623000', '171044.625000', '171044.628000', '171044.631000', '171044.633000', '171044.636000', '171044.638000', '171044.641000', '171044.644000', '171044.646000', '171044.649000', '171044.651000', '171044.654000', '171044.656000', '171044.659000', '171044.662000', '171044.664000', '171044.667000', '171044.669000', '171044.672000', '171044.675000', '171044.677000', '171044.680000', '171044.682000', '171044.685000', '171044.688000', '171044.690000', '171104.574000', '171104.576000', '171104.579000', '171104.582000', '171104.584000', '171104.587000', '171104.589000', '171104.592000', '171104.595000', '171104.597000', '171104.600000', '171104.603000', '171104.605000', '171104.608000', '171104.610000', '171104.613000', '171104.616000', '171104.618000', '171104.621000', '171104.623000', '171104.626000', '171104.629000', '171104.631000', '171104.634000', '171104.636000', '171104.639000', '171104.642000', '171104.644000', '171104.647000', '171104.649000', '171104.652000', '171104.655000', '171104.657000', '171104.660000', '171104.662000', '171104.665000', '171104.668000', '171104.670000', '171104.673000', '171104.675000', '171104.692000', '171104.695000', '171104.698000', '171104.700000', '171124.573000', '171124.575000', '171124.578000', '171124.581000', '171124.583000', '171124.586000', '171124.588000', '171124.591000', '171124.593000', '171124.596000', '171124.599000', '171124.601000', '171124.604000', '171124.606000', '171124.609000', '171124.612000', '171124.614000', '171124.617000', '171124.619000', '171124.622000', '171124.625000', '171124.628000', '171124.630000', '171124.633000', '171124.636000', '171124.639000', '171124.643000', '171124.645000', '171124.648000', '171124.650000', '171124.653000', '171124.656000', '171124.658000', '171124.661000', '171124.663000', '171124.666000', '171124.668000', '171124.671000', '171124.674000', '171124.676000', '171124.679000', '171124.682000', '171124.684000', '171144.573000', '171144.575000', '171144.578000', '171144.581000', '171144.583000', '171144.586000', '171144.588000', '171144.591000', '171144.594000', '171144.596000', '171144.599000', '171144.602000', '171144.604000', '171144.607000', '171144.609000', '171144.612000', '171144.615000', '171144.617000', '171144.620000', '171144.622000', '171144.625000', '171144.628000', '171144.630000', '171144.633000', '171144.635000', '171144.638000', '171144.641000', '171144.643000', '171144.646000', '171144.649000', '171144.651000', '171144.654000', '171144.656000', '171144.659000', '171144.661000', '171144.664000', '171144.667000', '171144.669000', '171144.672000', '171144.674000', '171144.677000', '171144.680000', '171144.682000', '171144.685000', '171204.573000', '171204.575000', '171204.578000', '171204.581000', '171204.583000', '171204.586000', '171204.588000', '171204.591000', '171204.594000', '171204.596000', '171204.599000', '171204.601000', '171204.604000', '171204.607000', '171204.609000', '171204.612000', '171204.614000', '171204.617000', '171204.620000', '171204.622000', '171204.625000', '171204.627000', '171204.630000', '171204.632000', '171204.635000', '171204.638000', '171204.640000', '171204.643000', '171204.645000', '171204.648000', '171204.651000', '171204.653000', '171204.656000', '171204.658000', '171204.661000', '171204.664000', '171204.666000', '171204.669000', '171204.672000', '171204.674000', '171204.677000', '171204.679000', '171204.682000', '171224.572000', '171224.575000', '171224.578000', '171224.580000', '171224.583000', '171224.586000', '171224.588000', '171224.591000', '171224.593000', '171224.596000', '171224.599000', '171224.601000', '171224.604000', '171224.607000', '171224.609000', '171224.612000', '171224.614000', '171224.617000', '171224.620000', '171224.622000', '171224.625000', '171224.627000', '171224.630000', '171224.633000', '171224.635000', '171224.638000', '171224.640000', '171224.643000', '171224.646000', '171224.648000', '171224.651000', '171224.653000', '171224.656000', '171224.659000', '171224.661000', '171224.664000', '171224.667000', '171224.669000', '171224.672000', '171224.674000', '171224.677000', '171224.679000', '171224.682000', '171224.685000', '171244.573000', '171244.575000', '171244.578000', '171244.581000', '171244.583000', '171244.586000', '171244.601000', '171244.604000', '171244.606000', '171244.609000', '171244.612000', '171244.614000', '171244.617000', '171244.619000', '171244.622000', '171244.624000', '171244.627000', '171244.630000', '171244.632000', '171244.635000', '171244.637000', '171244.640000', '171244.643000', '171244.645000', '171244.648000', '171244.650000', '171244.653000', '171244.655000', '171244.658000', '171244.661000', '171244.663000', '171244.666000', '171244.668000', '171244.671000', '171244.673000', '171244.676000', '171244.679000', '171244.682000', '171244.685000', '171244.688000', '171244.696000', '171244.699000', '171244.702000', '171304.573000', '171304.576000', '171304.579000', '171304.581000', '171304.584000', '171304.587000', '171304.589000', '171304.592000', '171304.595000', '171304.597000', '171304.600000', '171304.602000', '171304.605000', '171304.608000', '171304.610000', '171304.613000', '171304.615000', '171304.618000', '171304.621000', '171304.623000', '171304.626000', '171304.629000', '171304.631000', '171304.634000', '171304.636000', '171304.639000', '171304.641000', '171304.644000', '171304.647000', '171304.649000', '171304.652000', '171304.655000', '171304.657000', '171304.660000', '171304.662000', '171304.665000', '171304.668000', '171304.670000', '171304.673000', '171304.675000', '171304.678000', '171304.681000', '171304.685000', '171304.687000', '171324.574000', '171324.577000', '171324.579000', '171324.582000', '171324.584000', '171324.587000', '171324.590000', '171324.592000', '171324.595000', '171324.598000', '171324.600000', '171324.603000', '171324.605000', '171324.608000', '171324.611000', '171324.613000', '171324.616000', '171324.619000', '171324.621000', '171324.624000', '171324.626000', '171324.629000', '171324.632000', '171324.634000', '171324.637000', '171324.639000', '171324.642000', '171324.645000', '171324.647000', '171324.650000', '171324.653000', '171324.655000', '171324.658000', '171324.661000', '171324.663000', '171324.666000', '171324.669000', '171324.671000', '171324.674000', '171324.676000', '171324.679000', '171324.681000', '171324.684000', '171344.572000', '171344.575000', '171344.578000', '171344.580000', '171344.583000', '171344.586000', '171344.588000', '171344.591000', '171344.594000', '171344.596000', '171344.599000', '171344.601000', '171344.604000', '171344.607000', '171344.609000', '171344.612000', '171344.614000', '171344.617000', '171344.620000', '171344.622000', '171344.625000', '171344.627000', '171344.630000', '171344.632000', '171344.635000', '171344.638000', '171344.640000', '171344.643000', '171344.645000', '171344.648000', '171344.651000', '171344.653000', '171344.656000', '171344.658000', '171344.661000', '171344.664000', '171344.666000', '171344.669000', '171344.671000', '171344.674000', '171344.676000', '171344.679000', '171344.682000', '171344.684000', '171404.573000', '171404.575000', '171404.578000', '171404.581000', '171404.583000', '171404.586000', '171404.588000', '171404.591000', '171404.594000', '171404.596000', '171404.599000', '171404.602000', '171404.604000', '171404.607000', '171404.609000', '171404.612000', '171404.614000', '171404.629000', '171404.631000', '171404.634000', '171404.636000', '171404.639000', '171404.642000', '171404.644000', '171404.647000', '171404.649000', '171404.652000', '171404.654000', '171404.657000', '171404.660000', '171404.662000', '171404.665000', '171404.667000', '171404.670000', '171404.673000', '171404.675000', '171404.678000', '171404.680000', '171404.683000', '171404.685000', '171404.688000', '171404.691000', '171404.693000', '171424.573000', '171424.576000', '171424.578000', '171424.581000', '171424.583000', '171424.586000', '171424.588000', '171424.591000', '171424.594000', '171424.596000', '171424.599000', '171424.602000', '171424.604000', '171424.607000', '171424.609000', '171424.612000', '171424.614000', '171424.617000', '171424.620000', '171424.622000', '171424.625000', '171424.627000', '171424.630000', '171424.632000', '171424.635000', '171424.638000', '171424.640000', '171424.643000', '171424.645000', '171424.648000', '171424.651000', '171424.653000', '171424.656000', '171424.658000', '171424.661000', '171424.664000', '171424.666000', '171424.669000', '171424.671000', '171424.674000', '171424.677000', '171424.679000', '171424.682000', '171424.684000', '171444.572000', '171444.575000', '171444.578000', '171444.581000', '171444.583000', '171444.586000', '171444.588000', '171444.591000', '171444.594000', '171444.596000', '171444.599000', '171444.602000', '171444.604000', '171444.607000', '171444.609000', '171444.612000', '171444.615000', '171444.617000', '171444.620000', '171444.622000', '171444.625000', '171444.628000', '171444.630000', '171444.633000', '171444.635000', '171444.638000', '171444.641000', '171444.643000', '171444.646000', '171444.648000', '171444.651000', '171444.654000', '171444.656000', '171444.659000', '171444.661000', '171444.664000', '171444.667000', '171444.669000', '171444.672000', '171444.674000', '171444.677000', '171444.680000', '171444.682000', '171504.573000', '171504.575000', '171504.578000', '171504.581000', '171504.583000', '171504.586000', '171504.588000', '171504.591000', '171504.594000', '171504.596000', '171504.599000', '171504.602000', '171504.604000', '171504.607000', '171504.609000', '171504.612000', '171504.615000', '171504.617000', '171504.620000', '171504.622000', '171504.625000', '171504.628000', '171504.630000', '171504.633000', '171504.635000', '171504.638000', '171504.641000', '171504.643000', '171504.646000', '171504.648000', '171504.651000', '171504.654000', '171504.656000', '171504.659000', '171504.661000', '171504.664000', '171504.667000', '171504.669000', '171504.672000', '171504.674000', '171504.677000', '171504.679000', '171504.682000', '171504.685000', '171524.574000', '171524.576000', '171524.579000', '171524.582000', '171524.584000', '171524.587000', '171524.589000', '171524.592000', '171524.595000', '171524.597000', '171524.600000', '171524.603000', '171524.605000', '171524.615000', '171524.618000', '171524.620000', '171524.623000', '171524.625000', '171524.628000', '171524.631000', '171524.633000', '171524.636000', '171524.638000', '171524.641000', '171524.643000', '171524.646000', '171524.649000', '171524.651000', '171524.654000', '171524.656000', '171524.659000', '171524.662000', '171524.664000', '171524.667000', '171524.669000', '171524.672000', '171524.674000', '171524.677000', '171524.680000', '171524.682000', '171524.685000', '171524.687000', '171524.690000', '171544.573000', '171544.576000', '171544.579000', '171544.582000', '171544.584000', '171544.587000', '171544.589000', '171544.592000', '171544.594000', '171544.597000', '171544.600000', '171544.603000', '171544.605000', '171544.608000', '171544.610000', '171544.613000', '171544.616000', '171544.618000', '171544.621000', '171544.624000', '171544.626000', '171544.629000', '171544.631000', '171544.634000', '171544.636000', '171544.639000', '171544.642000', '171544.644000', '171544.647000', '171544.649000', '171544.652000', '171544.655000', '171544.657000', '171544.660000', '171544.662000', '171544.665000', '171544.668000', '171544.670000', '171544.673000', '171544.675000', '171544.678000', '171544.681000', '171544.683000', '171544.686000', '171604.572000', '171604.575000', '171604.578000', '171604.580000', '171604.583000', '171604.586000', '171604.588000', '171604.591000', '171604.593000', '171604.596000', '171604.599000', '171604.601000', '171604.604000', '171604.607000', '171604.609000', '171604.612000', '171604.614000', '171604.617000', '171604.619000', '171604.622000', '171604.625000', '171604.627000', '171604.630000', '171604.632000', '171604.635000', '171604.637000', '171604.640000', '171604.643000', '171604.645000', '171604.648000', '171604.650000', '171604.653000', '171604.656000', '171604.658000', '171604.661000', '171604.664000', '171604.666000', '171604.669000', '171604.671000', '171604.674000', '171604.677000', '171604.679000', '171604.682000', '171606.091000', '171606.094000', '171606.097000', '171606.099000'], '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], 'LargestImagePixelValue': [8583, 12150, 7812, 11585, 7618, 12772, 8194, 12375, 8123, 11885, 7709, 12329, 7584, 11792, 7663, 10776, 7689, 10654, 12726, 9674, 11252, 8342, 11577, 8379, 12448, 8031, 11307, 8046, 10062, 7563, 9757, 7698, 9453, 7741, 8713, 11503, 8156, 11540, 7929, 10782, 8081, 11014, 8328, 10472, 8788, 8585, 9810, 7802, 10656, 7906, 9678, 13817, 9890, 12479, 7820, 10758, 7595, 9717, 9833, 8937, 11002, 7921, 10310, 7894, 9516, 10436, 8318, 9721, 7480, 9906, 7582, 9272, 9285, 8234, 10662, 7633, 9964, 7305, 10249, 7295, 9448, 11771, 8394, 11296, 8715, 10831, 7865, 11263, 8241, 12608, 8689, 7155, 8357, 7478, 11767, 7957, 11316, 13812, 10171, 13082, 9345, 11977, 8443, 9881, 13485, 9462, 12628, 8823, 11773, 14009, 11571, 13104, 9532, 11335, 13785, 8845, 11526, 7376, 9653, 10582, 7835, 9804, 7489, 9402, 9843, 7696, 10128, 7431, 9083, 9348, 7615, 10068, 7399, 9388, 7478, 8384, 11474, 7981, 10062, 7761, 9807, 7540, 9943, 7463, 9793, 12807, 8447, 11250, 7702, 10445, 7560, 9165, 13176, 8080, 11578, 7656, 10637, 7366, 8892, 13239, 8462, 11621, 7532, 10593, 7094, 8341, 12419, 8326, 11054, 7756, 10757, 7872, 8205, 12677, 8401, 11488, 7390, 10186, 11155, 8469, 12693, 8339, 11383, 7751, 10151, 7469, 9156, 12085, 8237, 11690, 7901, 10595, 7594, 10291, 7408, 9036, 12459, 8272, 12564, 8655, 11921, 7925, 12071, 7719, 12214, 7942, 12511, 7683, 10175, 11260, 8905, 13634, 9700, 12468, 7853, 10801, 8051, 9810, 13667, 9162, 12020, 7651, 10632, 7520, 9760, 13021, 8067, 11727, 7522, 10103, 7884, 10069, 7541, 8921, 12495, 8018, 12281, 7918, 11591, 7473, 10290, 9176, 9597, 11124, 8266, 12429, 7955, 12253, 7654, 12849, 7647, 10178, 11741, 8333, 12644, 8457, 11718, 7604, 9470, 11681, 8077, 12354, 8078, 11174, 7474, 8813, 12326, 8269, 12180, 7664, 10749, 7534, 8900, 12260, 8067, 12070, 7718, 11126, 7584, 9956, 10568, 8587, 11880, 8221, 11493, 7852, 9896, 7767, 10072, 9789, 8468, 11949, 7883, 11709, 7544, 11220, 7684, 9427, 8598, 8743, 12670, 8582, 11776, 7943, 10791, 7960, 11337, 7544, 10543, 7671, 9444, 12986, 8271, 12473, 8218, 11996, 7624, 9984, 7440, 9643, 11839, 8610, 12125, 7782, 10879, 7494, 10778, 9278, 8299, 12193, 7646, 11215, 7368, 10531, 7461, 8431, 11363, 7638, 11523, 7899, 10805, 7756, 9342, 11732, 8040, 11671, 7782, 11286, 7527, 9423, 12768, 8528, 10340, 7758, 11026, 7617, 11645, 7651, 10070, 7673, 9181, 12162, 9078, 11298, 7864, 11158, 7740, 11200, 7396, 10112, 7693, 9300, 12095, 8762, 12511, 8364, 11388, 7813, 10851, 7502, 10814, 9595, 8658, 11617, 7915, 11176, 7543, 11465, 7341, 9960, 7369, 8654, 11473, 8314, 7239, 8387, 9396, 9379, 7440, 9840, 7778, 13193, 8001, 12523, 7856, 12308, 9433, 12108, 7558, 9522, 12696, 8291, 12450, 8170, 10847, 7857, 10019, 7707, 8552, 11577, 8151, 11033, 7487, 10079, 7454, 9385, 9223, 8651, 11215, 7746, 10674, 7501, 9469, 10101, 8300, 10861, 7570, 9865, 11009, 8544, 9842, 7447, 10538, 7549, 8833, 11479, 8062, 10693, 7546, 10325, 7424, 9925, 7320, 8775, 11742, 7949, 11589, 7830, 10814, 7490, 10188, 8954, 9029, 11799, 8586, 12153, 8017, 11367, 9122, 11946, 8787, 11764, 8979, 12452, 8483, 11977, 7973, 11395, 7779, 12685, 7330, 10313, 8869, 8835, 12631, 8805, 12107, 7646, 10822, 7391, 9043, 12278, 8619, 11543, 7586, 10915, 7314, 8377, 12033, 8541, 10908, 7612, 10794, 7700, 8703, 12786, 8551, 10501, 7639, 10584, 7652, 10529, 7480, 9842, 7600, 8585, 12690, 8428, 12464, 8027, 11155, 7572, 9012, 13398, 9191, 11504, 7522, 11086, 7688, 10797, 13059, 10458, 12841, 8194, 11481, 8400, 10781, 7807, 9830, 11148, 7822, 10921, 7736, 9587, 11867, 8463, 10965, 7570, 10616, 7402, 9685, 12055, 8168, 11149, 7545, 9793, 7574, 9177, 11098, 8503, 11127, 7642, 10420, 7536, 9022, 12599, 8601, 10673, 7660, 10620, 7633, 10694, 7372, 9115, 12103, 7845, 10980, 8089, 11409, 7593, 9842, 10708, 8155, 12012, 8330, 11113, 8116, 10377, 7661, 10270, 8002, 10764, 7821, 12596, 8139, 12123, 8062, 10550, 9461, 9861, 13659, 8834, 12233, 8244, 10818, 7895, 11981, 8049, 9643, 10761, 8129, 11226, 7759, 11617, 7478, 9853, 7497, 8464, 11632, 7990, 11734, 7802, 11180, 7980, 9457, 10533, 9460, 8527, 8632, 11383, 8500, 10957, 8219, 11903, 7989, 10716, 8247, 9785, 7481, 10140, 7982, 9606, 7801, 9255, 12507, 8734, 13203, 8746, 10967, 7568, 9779, 11747, 8808, 12490, 8548, 11674, 8003, 10232, 7519, 8509, 11786, 8431, 10844, 7716, 9742, 7351, 9038, 13076, 8634, 7369, 8106, 8726, 8263, 11017, 7992, 12516, 7757, 11906, 7685, 10721, 7756, 9570, 11626, 8751, 11525, 8087, 11729, 8406, 12361, 12163, 11861, 13822, 8846, 11743, 8532, 11759, 7763, 9295, 11638, 7963, 10132, 7982, 10543, 7526, 9227, 11129, 8219, 10474, 8007, 10859, 7812, 9268, 8685, 8201, 11400, 7823, 11946, 7545, 10203, 7989, 8497, 11258, 7798, 11158, 7747, 9553, 7223, 8429, 10776, 7900, 11084, 7971, 10209, 7756, 8588, 11552, 8421, 10434, 7839, 10252, 7515, 9123, 12000, 8528, 10918, 7936, 10211, 7825, 10688, 7477, 9723, 7249, 8573, 12423, 8265, 12052, 8245, 12039, 7639, 10448, 8138, 8790, 12996, 8821, 11398, 8011, 10465, 7621, 8862, 12649, 8806, 11183, 7790, 10252, 7759, 9660, 9718, 9275, 10486, 8224, 10950, 7733, 10694, 7671, 9582, 11098, 8501, 11548, 7955, 11311, 7474, 10063, 11935, 8372, 11385, 8029, 11431, 7440, 9459, 7707, 8347, 11644, 8135, 11574, 8480, 11336, 7785, 10849, 7793, 11575, 7577, 10155, 8152, 8878, 12347, 8559, 11875, 8194, 11266, 8099, 10379, 7743, 9686, 12447, 8719, 11070, 7974, 10733, 7883, 11785, 7705, 9771, 7472, 8790, 11918, 8319, 11605, 7928, 10895, 7747, 10364, 7659, 9803, 12897, 8745, 11553, 7761, 10652, 7721, 11592, 7502, 9172, 9678, 8202, 11863, 8266, 10137, 7961, 10253, 7781, 9992, 7758, 10553, 7565, 9671, 11354, 8039, 11445, 8232, 10656, 7672, 9383, 11314, 8279, 11554, 7997, 10292, 7547, 8657, 11472, 8153, 11725, 7527, 9602, 7696, 8373, 11330, 8170, 11789, 7566, 9753, 9903, 8388, 11413, 7954, 10223, 7697, 9176, 10684, 7901, 10512, 7573, 9681, 7515, 8948, 11293, 8284, 9935, 7635, 9908, 7589, 8971, 10745, 8613, 9727, 7763, 10227, 7668, 9904, 7763, 9375, 7401, 8575, 12021, 8268, 11985, 7763, 11002, 7703, 9354, 11278, 8968, 10504, 7910, 10244, 7779, 10771, 7976, 10402, 7763, 11491, 7761, 10202, 7519, 9332, 11066, 8627, 11881, 8370, 11168, 7559, 10256, 7923, 10530, 7562, 9151, 9266, 8060, 11098, 7710, 11998, 8127, 10854, 7646, 9896, 8174, 8787, 11884, 8638, 10833, 7830, 10508, 7333, 8781, 12060, 8329, 10707, 7709, 9665, 10373, 8734, 11852, 7990, 10766, 7573, 9003, 10752, 8094, 10575, 7562, 9150, 7379, 7977, 10994, 7598, 11232, 7505, 9875, 7426, 8249, 11603, 8010, 11753, 7584, 10458, 7405, 9698, 10423, 8775, 12329, 8382, 11255, 7830, 10754, 7623, 10838, 13671, 9190, 11866, 8137, 10481, 7607, 10212, 7568, 9622, 9271, 8824, 11666, 8314, 11649, 8237, 11373, 8291, 11036, 8092, 9529, 12159, 9024, 10841, 7897, 10904, 7657, 9361, 11200, 8445, 11233, 7664, 10691, 7712, 10283, 7457, 10046, 11906, 8248, 11197, 7715, 11166, 7677, 10203, 11800, 8323, 11491, 7635, 11031, 7519, 9994, 12099, 8424, 11295, 7563, 11159, 7455, 9394, 11566, 8227, 11296, 7721, 11369, 7206, 10135, 11906, 8874, 11596, 8082, 11128, 7505, 9979, 12165, 8518, 11565, 7840, 11318, 7276, 10311, 11928, 8829, 11580, 8166, 11569, 7303, 10030, 12158, 9388, 11963, 8023, 11269, 7834, 9689, 11765, 8992, 11798, 7978, 11290, 7278, 9689, 11664, 8749, 11292, 7949, 10862, 7264, 10176, 10651, 8765, 11943, 7737, 11570, 7454, 10695, 9418, 9370, 12352, 8214, 11378, 7441, 10899, 7537, 10303, 7260, 9163, 11988, 8834, 11792, 8357, 11846, 7729, 11445, 7457, 10599, 7436, 10309, 12747, 8527, 11960, 8681, 12128], 'WindowCenter': [4531.0, 4553.0, 4477.0, 4524.0, 4474.0, 4518.0, 4457.0, 4493.0, 4445.0, 4492.0, 4444.0, 4505.0, 4432.0, 4481.0, 4428.0, 4470.0, 4428.0, 4470.0, 4478.0, 4448.0, 4467.0, 4437.0, 4466.0, 4438.0, 4477.0, 4425.0, 4455.0, 4415.0, 4447.0, 4428.0, 4449.0, 4416.0, 4447.0, 4415.0, 4438.0, 4468.0, 4430.0, 4467.0, 4427.0, 4471.0, 4429.0, 4466.0, 4437.0, 4468.0, 4452.0, 4454.0, 4461.0, 4428.0, 4469.0, 4426.0, 4459.0, 4489.0, 4450.0, 4474.0, 4418.0, 4456.0, 4416.0, 4449.0, 4459.0, 4436.0, 4457.0, 4426.0, 4444.0, 4424.0, 4448.0, 4456.0, 4426.0, 4444.0, 4415.0, 4445.0, 4428.0, 4449.0, 4446.0, 4441.0, 4457.0, 4418.0, 4446.0, 4430.0, 4472.0, 4418.0, 4459.0, 4479.0, 4453.0, 4470.0, 4440.0, 4469.0, 4441.0, 4481.0, 4454.0, 4507.0, 4465.0, 4433.0, 4450.0, 4441.0, 4493.0, 4442.0, 4481.0, 4491.0, 4459.0, 4487.0, 4448.0, 4480.0, 4439.0, 4458.0, 4476.0, 4444.0, 4464.0, 4423.0, 4456.0, 4473.0, 4452.0, 4451.0, 4419.0, 4439.0, 4449.0, 4408.0, 4426.0, 4376.0, 4418.0, 4425.0, 4385.0, 4416.0, 4387.0, 4419.0, 4418.0, 4389.0, 4428.0, 4387.0, 4417.0, 4417.0, 4398.0, 4429.0, 4399.0, 4430.0, 4400.0, 4440.0, 4466.0, 4413.0, 4443.0, 4415.0, 4444.0, 4426.0, 4458.0, 4417.0, 4458.0, 4488.0, 4439.0, 4467.0, 4428.0, 4468.0, 4428.0, 4458.0, 4490.0, 4441.0, 4479.0, 4429.0, 4471.0, 4429.0, 4451.0, 4491.0, 4440.0, 4479.0, 4428.0, 4469.0, 4418.0, 4450.0, 4505.0, 4453.0, 4481.0, 4429.0, 4480.0, 4440.0, 4452.0, 4499.0, 4452.0, 4480.0, 4431.0, 4484.0, 4481.0, 4453.0, 4503.0, 4451.0, 4480.0, 4440.0, 4472.0, 4443.0, 4475.0, 4493.0, 4453.0, 4490.0, 4454.0, 4484.0, 4456.0, 4484.0, 4442.0, 4463.0, 4505.0, 4467.0, 4505.0, 4466.0, 4494.0, 4455.0, 4504.0, 4455.0, 4505.0, 4456.0, 4506.0, 4445.0, 4472.0, 4481.0, 4464.0, 4502.0, 4462.0, 4491.0, 4440.0, 4469.0, 4440.0, 4460.0, 4490.0, 4449.0, 4478.0, 4418.0, 4457.0, 4426.0, 4459.0, 4476.0, 4427.0, 4465.0, 4417.0, 4470.0, 4439.0, 4458.0, 4427.0, 4448.0, 4489.0, 4440.0, 4490.0, 4439.0, 4479.0, 4428.0, 4471.0, 4462.0, 4460.0, 4472.0, 4439.0, 4488.0, 4439.0, 4493.0, 4430.0, 4491.0, 4427.0, 4458.0, 4467.0, 4439.0, 4489.0, 4439.0, 4477.0, 4416.0, 4447.0, 4466.0, 4425.0, 4476.0, 4426.0, 4466.0, 4404.0, 4435.0, 4476.0, 4424.0, 4475.0, 4415.0, 4457.0, 4414.0, 4435.0, 4475.0, 4426.0, 4476.0, 4416.0, 4466.0, 4415.0, 4445.0, 4456.0, 4437.0, 4466.0, 4427.0, 4468.0, 4425.0, 4458.0, 4427.0, 4460.0, 4458.0, 4451.0, 4481.0, 4440.0, 4478.0, 4428.0, 4469.0, 4428.0, 4460.0, 4450.0, 4453.0, 4490.0, 4450.0, 4478.0, 4440.0, 4469.0, 4442.0, 4484.0, 4431.0, 4470.0, 4429.0, 4460.0, 4498.0, 4442.0, 4491.0, 4439.0, 4478.0, 4429.0, 4459.0, 4429.0, 4461.0, 4478.0, 4439.0, 4477.0, 4418.0, 4469.0, 4419.0, 4469.0, 4449.0, 4437.0, 4476.0, 4426.0, 4467.0, 4415.0, 4457.0, 4416.0, 4426.0, 4465.0, 4427.0, 4479.0, 4453.0, 4467.0, 4416.0, 4447.0, 4478.0, 4438.0, 4467.0, 4429.0, 4469.0, 4430.0, 4462.0, 4489.0, 4451.0, 4469.0, 4442.0, 4471.0, 4441.0, 4481.0, 4439.0, 4471.0, 4442.0, 4462.0, 4492.0, 4463.0, 4480.0, 4441.0, 4468.0, 4443.0, 4482.0, 4429.0, 4469.0, 4429.0, 4460.0, 4492.0, 4452.0, 4492.0, 4441.0, 4479.0, 4429.0, 4469.0, 4419.0, 4469.0, 4449.0, 4438.0, 4467.0, 4429.0, 4470.0, 4429.0, 4468.0, 4416.0, 4457.0, 4428.0, 4450.0, 4478.0, 4440.0, 4430.0, 4439.0, 4459.0, 4460.0, 4429.0, 4473.0, 4445.0, 4505.0, 4442.0, 4492.0, 4440.0, 4492.0, 4460.0, 4480.0, 4429.0, 4449.0, 4477.0, 4440.0, 4478.0, 4428.0, 4457.0, 4425.0, 4459.0, 4428.0, 4438.0, 4466.0, 4427.0, 4455.0, 4415.0, 4446.0, 4417.0, 4448.0, 4447.0, 4437.0, 4455.0, 4417.0, 4456.0, 4417.0, 4446.0, 4446.0, 4425.0, 4454.0, 4414.0, 4447.0, 4455.0, 4435.0, 4443.0, 4415.0, 4455.0, 4418.0, 4447.0, 4466.0, 4429.0, 4455.0, 4415.0, 4459.0, 4418.0, 4459.0, 4418.0, 4437.0, 4477.0, 4440.0, 4479.0, 4428.0, 4467.0, 4419.0, 4470.0, 4461.0, 4450.0, 4479.0, 4450.0, 4480.0, 4444.0, 4481.0, 4464.0, 4491.0, 4452.0, 4508.0, 4464.0, 4490.0, 4451.0, 4479.0, 4427.0, 4480.0, 4431.0, 4480.0, 4418.0, 4460.0, 4436.0, 4439.0, 4478.0, 4439.0, 4477.0, 4416.0, 4457.0, 4413.0, 4436.0, 4477.0, 4436.0, 4466.0, 4415.0, 4455.0, 4414.0, 4425.0, 4476.0, 4437.0, 4456.0, 4426.0, 4467.0, 4416.0, 4437.0, 4476.0, 4438.0, 4457.0, 4442.0, 4484.0, 4442.0, 4482.0, 4430.0, 4472.0, 4429.0, 4449.0, 4488.0, 4453.0, 4493.0, 4440.0, 4480.0, 4429.0, 4462.0, 4504.0, 4461.0, 4479.0, 4429.0, 4469.0, 4428.0, 4484.0, 4501.0, 4470.0, 4477.0, 4437.0, 4468.0, 4428.0, 4468.0, 4427.0, 4460.0, 4469.0, 4416.0, 4456.0, 4415.0, 4445.0, 4467.0, 4425.0, 4455.0, 4414.0, 4455.0, 4415.0, 4446.0, 4466.0, 4425.0, 4453.0, 4417.0, 4446.0, 4414.0, 4448.0, 4469.0, 4439.0, 4466.0, 4427.0, 4455.0, 4427.0, 4451.0, 4491.0, 4437.0, 4467.0, 4428.0, 4469.0, 4430.0, 4482.0, 4430.0, 4450.0, 4477.0, 4440.0, 4481.0, 4454.0, 4483.0, 4441.0, 4471.0, 4471.0, 4454.0, 4505.0, 4453.0, 4482.0, 4440.0, 4475.0, 4442.0, 4485.0, 4452.0, 4485.0, 4457.0, 4507.0, 4455.0, 4492.0, 4441.0, 4471.0, 4460.0, 4462.0, 4488.0, 4449.0, 4476.0, 4440.0, 4470.0, 4453.0, 4481.0, 4425.0, 4446.0, 4456.0, 4426.0, 4453.0, 4430.0, 4479.0, 4417.0, 4456.0, 4414.0, 4435.0, 4477.0, 4439.0, 4480.0, 4427.0, 4467.0, 4428.0, 4458.0, 4468.0, 4458.0, 4438.0, 4438.0, 4481.0, 4464.0, 4471.0, 4463.0, 4491.0, 4440.0, 4472.0, 4449.0, 4471.0, 4430.0, 4471.0, 4439.0, 4460.0, 4427.0, 4449.0, 4480.0, 4454.0, 4490.0, 4437.0, 4456.0, 4415.0, 4446.0, 4466.0, 4437.0, 4476.0, 4425.0, 4455.0, 4415.0, 4445.0, 4403.0, 4435.0, 4467.0, 4426.0, 4454.0, 4415.0, 4447.0, 4414.0, 4436.0, 4474.0, 4427.0, 4404.0, 4427.0, 4437.0, 4439.0, 4469.0, 4441.0, 4504.0, 4444.0, 4480.0, 4428.0, 4481.0, 4442.0, 4473.0, 4481.0, 4448.0, 4480.0, 4438.0, 4481.0, 4453.0, 4505.0, 4481.0, 4479.0, 4476.0, 4435.0, 4464.0, 4422.0, 4465.0, 4413.0, 4433.0, 4452.0, 4414.0, 4444.0, 4424.0, 4455.0, 4416.0, 4433.0, 4453.0, 4422.0, 4453.0, 4414.0, 4454.0, 4415.0, 4435.0, 4423.0, 4425.0, 4452.0, 4414.0, 4466.0, 4417.0, 4456.0, 4414.0, 4423.0, 4452.0, 4426.0, 4465.0, 4414.0, 4445.0, 4402.0, 4424.0, 4454.0, 4428.0, 4466.0, 4425.0, 4455.0, 4415.0, 4437.0, 4478.0, 4438.0, 4458.0, 4425.0, 4459.0, 4428.0, 4463.0, 4481.0, 4440.0, 4469.0, 4440.0, 4459.0, 4439.0, 4483.0, 4431.0, 4459.0, 4430.0, 4450.0, 4489.0, 4451.0, 4491.0, 4451.0, 4491.0, 4430.0, 4472.0, 4438.0, 4450.0, 4489.0, 4449.0, 4469.0, 4428.0, 4457.0, 4416.0, 4437.0, 4475.0, 4436.0, 4456.0, 4415.0, 4458.0, 4417.0, 4461.0, 4462.0, 4448.0, 4457.0, 4427.0, 4456.0, 4426.0, 4458.0, 4415.0, 4448.0, 4455.0, 4436.0, 4465.0, 4427.0, 4467.0, 4416.0, 4446.0, 4465.0, 4426.0, 4466.0, 4430.0, 4469.0, 4416.0, 4459.0, 4428.0, 4440.0, 4477.0, 4440.0, 4478.0, 4448.0, 4467.0, 4428.0, 4469.0, 4440.0, 4481.0, 4430.0, 4472.0, 4440.0, 4451.0, 4493.0, 4452.0, 4479.0, 4441.0, 4469.0, 4427.0, 4458.0, 4429.0, 4448.0, 4477.0, 4438.0, 4466.0, 4427.0, 4456.0, 4428.0, 4467.0, 4415.0, 4446.0, 4405.0, 4435.0, 4466.0, 4426.0, 4464.0, 4425.0, 4455.0, 4415.0, 4457.0, 4427.0, 4458.0, 4476.0, 4437.0, 4456.0, 4415.0, 4458.0, 4426.0, 4465.0, 4416.0, 4447.0, 4445.0, 4438.0, 4477.0, 4426.0, 4446.0, 4427.0, 4456.0, 4431.0, 4470.0, 4430.0, 4471.0, 4430.0, 4463.0, 4482.0, 4442.0, 4481.0, 4440.0, 4460.0, 4416.0, 4446.0, 4466.0, 4439.0, 4468.0, 4428.0, 4457.0, 4414.0, 4437.0, 4466.0, 4428.0, 4465.0, 4415.0, 4445.0, 4414.0, 4426.0, 4465.0, 4427.0, 4465.0, 4414.0, 4445.0, 4443.0, 4426.0, 4465.0, 4414.0, 4444.0, 4415.0, 4434.0, 4455.0, 4424.0, 4455.0, 4413.0, 4446.0, 4406.0, 4435.0, 4466.0, 4426.0, 4446.0, 4415.0, 4447.0, 4414.0, 4447.0, 4468.0, 4438.0, 4447.0, 4428.0, 4457.0, 4431.0, 4473.0, 4440.0, 4460.0, 4418.0, 4448.0, 4490.0, 4453.0, 4479.0, 4429.0, 4468.0, 4429.0, 4461.0, 4481.0, 4451.0, 4467.0, 4443.0, 4471.0, 4430.0, 4470.0, 4440.0, 4480.0, 4454.0, 4482.0, 4429.0, 4459.0, 4418.0, 4450.0, 4481.0, 4453.0, 4479.0, 4438.0, 4467.0, 4417.0, 4458.0, 4428.0, 4470.0, 4417.0, 4449.0, 4447.0, 4427.0, 4468.0, 4430.0, 4480.0, 4427.0, 4468.0, 4428.0, 4458.0, 4439.0, 4449.0, 4479.0, 4438.0, 4468.0, 4426.0, 4468.0, 4418.0, 4448.0, 4479.0, 4427.0, 4457.0, 4415.0, 4446.0, 4457.0, 4437.0, 4466.0, 4415.0, 4456.0, 4415.0, 4435.0, 4454.0, 4428.0, 4456.0, 4415.0, 4436.0, 4405.0, 4425.0, 4466.0, 4429.0, 4468.0, 4415.0, 4459.0, 4417.0, 4436.0, 4481.0, 4441.0, 4479.0, 4430.0, 4469.0, 4417.0, 4460.0, 4472.0, 4453.0, 4491.0, 4452.0, 4481.0, 4430.0, 4483.0, 4445.0, 4487.0, 4502.0, 4451.0, 4479.0, 4428.0, 4457.0, 4429.0, 4458.0, 4416.0, 4447.0, 4435.0, 4440.0, 4479.0, 4440.0, 4468.0, 4426.0, 4466.0, 4425.0, 4457.0, 4428.0, 4460.0, 4479.0, 4439.0, 4457.0, 4428.0, 4469.0, 4428.0, 4450.0, 4468.0, 4439.0, 4467.0, 4429.0, 4470.0, 4427.0, 4458.0, 4417.0, 4460.0, 4478.0, 4440.0, 4471.0, 4429.0, 4469.0, 4416.0, 4459.0, 4479.0, 4441.0, 4479.0, 4418.0, 4458.0, 4415.0, 4456.0, 4478.0, 4439.0, 4468.0, 4417.0, 4467.0, 4417.0, 4446.0, 4467.0, 4439.0, 4470.0, 4430.0, 4469.0, 4418.0, 4457.0, 4467.0, 4449.0, 4468.0, 4415.0, 4467.0, 4404.0, 4446.0, 4478.0, 4439.0, 4467.0, 4427.0, 4466.0, 4416.0, 4458.0, 4478.0, 4449.0, 4468.0, 4428.0, 4468.0, 4406.0, 4457.0, 4479.0, 4462.0, 4480.0, 4426.0, 4468.0, 4416.0, 4448.0, 4465.0, 4436.0, 4466.0, 4424.0, 4468.0, 4417.0, 4447.0, 4467.0, 4437.0, 4465.0, 4425.0, 4469.0, 4418.0, 4456.0, 4455.0, 4438.0, 4478.0, 4428.0, 4477.0, 4419.0, 4468.0, 4446.0, 4449.0, 4479.0, 4429.0, 4481.0, 4431.0, 4470.0, 4430.0, 4471.0, 4419.0, 4461.0, 4490.0, 4464.0, 4492.0, 4453.0, 4491.0, 4433.0, 4483.0, 4433.0, 4483.0, 4431.0, 4471.0, 4491.0, 4465.0, 4509.0, 4465.0, 4494.0], 'WindowWidth': [9999.0, 10007.0, 9891.0, 9947.0, 9876.0, 9924.0, 9837.0, 9881.0, 9816.0, 9876.0, 9817.0, 9899.0, 9795.0, 9857.0, 9784.0, 9839.0, 9785.0, 9842.0, 9849.0, 9808.0, 9833.0, 9793.0, 9831.0, 9798.0, 9847.0, 9774.0, 9815.0, 9761.0, 9806.0, 9783.0, 9813.0, 9763.0, 9805.0, 9761.0, 9795.0, 9837.0, 9788.0, 9835.0, 9783.0, 9842.0, 9783.0, 9830.0, 9793.0, 9838.0, 9824.0, 9829.0, 9830.0, 9782.0, 9838.0, 9777.0, 9827.0, 9867.0, 9811.0, 9839.0, 9769.0, 9816.0, 9760.0, 9810.0, 9825.0, 9790.0, 9819.0, 9775.0, 9798.0, 9770.0, 9809.0, 9818.0, 9775.0, 9797.0, 9762.0, 9802.0, 9786.0, 9812.0, 9804.0, 9804.0, 9817.0, 9767.0, 9805.0, 9789.0, 9846.0, 9771.0, 9825.0, 9852.0, 9823.0, 9839.0, 9800.0, 9836.0, 9805.0, 9858.0, 9830.0, 9904.0, 9847.0, 9799.0, 9816.0, 9808.0, 9881.0, 9808.0, 9857.0, 9870.0, 9824.0, 9863.0, 9808.0, 9853.0, 9797.0, 9822.0, 9842.0, 9798.0, 9824.0, 9767.0, 9814.0, 9834.0, 9802.0, 9801.0, 9753.0, 9781.0, 9793.0, 9735.0, 9757.0, 9691.0, 9748.0, 9755.0, 9704.0, 9746.0, 9708.0, 9753.0, 9750.0, 9714.0, 9764.0, 9709.0, 9751.0, 9750.0, 9728.0, 9769.0, 9731.0, 9772.0, 9734.0, 9802.0, 9830.0, 9755.0, 9794.0, 9760.0, 9798.0, 9779.0, 9822.0, 9767.0, 9823.0, 9864.0, 9798.0, 9833.0, 9784.0, 9837.0, 9782.0, 9824.0, 9869.0, 9804.0, 9853.0, 9787.0, 9843.0, 9786.0, 9818.0, 9872.0, 9805.0, 9852.0, 9785.0, 9841.0, 9770.0, 9817.0, 9898.0, 9825.0, 9860.0, 9787.0, 9856.0, 9803.0, 9821.0, 9884.0, 9822.0, 9858.0, 9794.0, 9869.0, 9859.0, 9824.0, 9892.0, 9820.0, 9855.0, 9804.0, 9849.0, 9811.0, 9861.0, 9879.0, 9826.0, 9872.0, 9827.0, 9869.0, 9835.0, 9868.0, 9810.0, 9841.0, 9900.0, 9854.0, 9900.0, 9848.0, 9882.0, 9834.0, 9895.0, 9831.0, 9901.0, 9834.0, 9901.0, 9818.0, 9851.0, 9859.0, 9839.0, 9891.0, 9834.0, 9872.0, 9801.0, 9840.0, 9802.0, 9829.0, 9867.0, 9813.0, 9850.0, 9767.0, 9819.0, 9779.0, 9828.0, 9846.0, 9780.0, 9827.0, 9766.0, 9842.0, 9802.0, 9826.0, 9781.0, 9812.0, 9866.0, 9805.0, 9871.0, 9801.0, 9854.0, 9786.0, 9846.0, 9835.0, 9830.0, 9845.0, 9802.0, 9864.0, 9801.0, 9880.0, 9791.0, 9874.0, 9783.0, 9824.0, 9834.0, 9797.0, 9866.0, 9798.0, 9847.0, 9763.0, 9806.0, 9831.0, 9777.0, 9844.0, 9776.0, 9829.0, 9746.0, 9787.0, 9842.0, 9773.0, 9842.0, 9760.0, 9817.0, 9758.0, 9787.0, 9841.0, 9778.0, 9843.0, 9764.0, 9831.0, 9760.0, 9802.0, 9819.0, 9794.0, 9831.0, 9780.0, 9834.0, 9775.0, 9824.0, 9782.0, 9829.0, 9824.0, 9820.0, 9856.0, 9803.0, 9851.0, 9785.0, 9841.0, 9784.0, 9830.0, 9817.0, 9825.0, 9870.0, 9817.0, 9851.0, 9803.0, 9840.0, 9811.0, 9867.0, 9792.0, 9844.0, 9788.0, 9831.0, 9880.0, 9809.0, 9872.0, 9799.0, 9849.0, 9785.0, 9825.0, 9788.0, 9831.0, 9851.0, 9799.0, 9848.0, 9770.0, 9839.0, 9774.0, 9841.0, 9815.0, 9795.0, 9843.0, 9778.0, 9833.0, 9762.0, 9820.0, 9763.0, 9776.0, 9829.0, 9783.0, 9854.0, 9828.0, 9837.0, 9765.0, 9807.0, 9849.0, 9797.0, 9832.0, 9784.0, 9838.0, 9790.0, 9835.0, 9870.0, 9820.0, 9841.0, 9810.0, 9844.0, 9808.0, 9860.0, 9802.0, 9845.0, 9808.0, 9836.0, 9877.0, 9838.0, 9857.0, 9806.0, 9838.0, 9812.0, 9862.0, 9788.0, 9842.0, 9788.0, 9830.0, 9877.0, 9823.0, 9875.0, 9806.0, 9853.0, 9786.0, 9841.0, 9773.0, 9840.0, 9811.0, 9797.0, 9832.0, 9786.0, 9842.0, 9786.0, 9836.0, 9764.0, 9821.0, 9786.0, 9818.0, 9853.0, 9801.0, 9788.0, 9797.0, 9828.0, 9830.0, 9788.0, 9855.0, 9818.0, 9901.0, 9812.0, 9876.0, 9804.0, 9877.0, 9830.0, 9856.0, 9783.0, 9811.0, 9848.0, 9802.0, 9850.0, 9783.0, 9819.0, 9775.0, 9822.0, 9784.0, 9796.0, 9832.0, 9779.0, 9815.0, 9761.0, 9803.0, 9766.0, 9807.0, 9806.0, 9792.0, 9814.0, 9765.0, 9817.0, 9765.0, 9803.0, 9801.0, 9773.0, 9812.0, 9757.0, 9805.0, 9814.0, 9788.0, 9795.0, 9762.0, 9814.0, 9768.0, 9809.0, 9830.0, 9784.0, 9813.0, 9762.0, 9825.0, 9772.0, 9826.0, 9770.0, 9795.0, 9847.0, 9803.0, 9855.0, 9784.0, 9836.0, 9771.0, 9842.0, 9835.0, 9817.0, 9854.0, 9815.0, 9855.0, 9811.0, 9856.0, 9841.0, 9874.0, 9824.0, 9909.0, 9842.0, 9871.0, 9817.0, 9852.0, 9781.0, 9855.0, 9791.0, 9855.0, 9770.0, 9828.0, 9790.0, 9796.0, 9848.0, 9797.0, 9846.0, 9763.0, 9819.0, 9757.0, 9790.0, 9845.0, 9791.0, 9832.0, 9762.0, 9814.0, 9759.0, 9775.0, 9845.0, 9794.0, 9818.0, 9777.0, 9833.0, 9766.0, 9795.0, 9845.0, 9798.0, 9821.0, 9812.0, 9868.0, 9811.0, 9864.0, 9790.0, 9847.0, 9786.0, 9813.0, 9866.0, 9824.0, 9879.0, 9804.0, 9857.0, 9787.0, 9835.0, 9896.0, 9832.0, 9854.0, 9786.0, 9839.0, 9783.0, 9866.0, 9888.0, 9842.0, 9847.0, 9793.0, 9835.0, 9781.0, 9838.0, 9783.0, 9828.0, 9840.0, 9764.0, 9816.0, 9759.0, 9802.0, 9833.0, 9774.0, 9813.0, 9759.0, 9813.0, 9760.0, 9804.0, 9828.0, 9774.0, 9808.0, 9765.0, 9802.0, 9759.0, 9808.0, 9839.0, 9800.0, 9833.0, 9781.0, 9816.0, 9780.0, 9819.0, 9872.0, 9797.0, 9834.0, 9784.0, 9840.0, 9792.0, 9863.0, 9790.0, 9818.0, 9851.0, 9805.0, 9863.0, 9828.0, 9865.0, 9806.0, 9846.0, 9847.0, 9828.0, 9897.0, 9825.0, 9863.0, 9804.0, 9855.0, 9812.0, 9873.0, 9825.0, 9871.0, 9843.0, 9905.0, 9832.0, 9877.0, 9805.0, 9843.0, 9830.0, 9834.0, 9864.0, 9812.0, 9847.0, 9800.0, 9843.0, 9828.0, 9860.0, 9777.0, 9805.0, 9817.0, 9776.0, 9811.0, 9791.0, 9854.0, 9768.0, 9819.0, 9760.0, 9791.0, 9849.0, 9802.0, 9853.0, 9782.0, 9835.0, 9780.0, 9823.0, 9839.0, 9825.0, 9795.0, 9797.0, 9858.0, 9843.0, 9844.0, 9845.0, 9875.0, 9803.0, 9849.0, 9816.0, 9847.0, 9792.0, 9847.0, 9801.0, 9830.0, 9783.0, 9812.0, 9855.0, 9827.0, 9873.0, 9793.0, 9818.0, 9761.0, 9802.0, 9829.0, 9792.0, 9843.0, 9773.0, 9814.0, 9759.0, 9800.0, 9744.0, 9788.0, 9833.0, 9777.0, 9810.0, 9759.0, 9806.0, 9762.0, 9790.0, 9841.0, 9777.0, 9745.0, 9780.0, 9795.0, 9803.0, 9840.0, 9809.0, 9898.0, 9817.0, 9856.0, 9784.0, 9858.0, 9809.0, 9853.0, 9860.0, 9812.0, 9856.0, 9800.0, 9857.0, 9826.0, 9899.0, 9858.0, 9852.0, 9843.0, 9787.0, 9824.0, 9767.0, 9826.0, 9753.0, 9780.0, 9804.0, 9755.0, 9796.0, 9773.0, 9814.0, 9761.0, 9782.0, 9807.0, 9767.0, 9810.0, 9758.0, 9810.0, 9759.0, 9786.0, 9768.0, 9772.0, 9807.0, 9759.0, 9828.0, 9762.0, 9816.0, 9755.0, 9767.0, 9805.0, 9779.0, 9830.0, 9758.0, 9802.0, 9741.0, 9772.0, 9812.0, 9782.0, 9830.0, 9774.0, 9815.0, 9761.0, 9795.0, 9850.0, 9796.0, 9821.0, 9775.0, 9823.0, 9785.0, 9835.0, 9856.0, 9801.0, 9838.0, 9800.0, 9826.0, 9803.0, 9868.0, 9792.0, 9827.0, 9788.0, 9817.0, 9866.0, 9820.0, 9873.0, 9818.0, 9871.0, 9789.0, 9846.0, 9799.0, 9818.0, 9869.0, 9811.0, 9839.0, 9782.0, 9818.0, 9763.0, 9793.0, 9843.0, 9790.0, 9816.0, 9762.0, 9821.0, 9766.0, 9832.0, 9836.0, 9810.0, 9817.0, 9779.0, 9815.0, 9778.0, 9822.0, 9762.0, 9808.0, 9815.0, 9790.0, 9828.0, 9779.0, 9835.0, 9763.0, 9802.0, 9828.0, 9777.0, 9828.0, 9787.0, 9838.0, 9763.0, 9826.0, 9785.0, 9800.0, 9847.0, 9802.0, 9849.0, 9811.0, 9835.0, 9785.0, 9839.0, 9806.0, 9860.0, 9789.0, 9846.0, 9802.0, 9817.0, 9877.0, 9821.0, 9851.0, 9802.0, 9838.0, 9780.0, 9824.0, 9787.0, 9810.0, 9847.0, 9795.0, 9829.0, 9779.0, 9816.0, 9782.0, 9833.0, 9761.0, 9803.0, 9746.0, 9788.0, 9831.0, 9778.0, 9827.0, 9774.0, 9813.0, 9762.0, 9819.0, 9779.0, 9823.0, 9843.0, 9791.0, 9814.0, 9761.0, 9822.0, 9780.0, 9827.0, 9762.0, 9805.0, 9800.0, 9796.0, 9847.0, 9778.0, 9803.0, 9781.0, 9818.0, 9791.0, 9844.0, 9790.0, 9846.0, 9790.0, 9836.0, 9860.0, 9808.0, 9860.0, 9800.0, 9826.0, 9765.0, 9804.0, 9832.0, 9799.0, 9836.0, 9782.0, 9819.0, 9758.0, 9790.0, 9831.0, 9782.0, 9830.0, 9761.0, 9801.0, 9757.0, 9774.0, 9828.0, 9779.0, 9828.0, 9755.0, 9799.0, 9795.0, 9776.0, 9825.0, 9756.0, 9796.0, 9758.0, 9785.0, 9813.0, 9774.0, 9813.0, 9757.0, 9800.0, 9748.0, 9789.0, 9831.0, 9778.0, 9803.0, 9761.0, 9804.0, 9759.0, 9807.0, 9836.0, 9796.0, 9805.0, 9783.0, 9819.0, 9793.0, 9854.0, 9805.0, 9832.0, 9770.0, 9811.0, 9869.0, 9823.0, 9855.0, 9788.0, 9837.0, 9785.0, 9833.0, 9863.0, 9819.0, 9836.0, 9812.0, 9843.0, 9789.0, 9842.0, 9803.0, 9859.0, 9830.0, 9863.0, 9787.0, 9825.0, 9768.0, 9813.0, 9859.0, 9822.0, 9852.0, 9796.0, 9834.0, 9767.0, 9822.0, 9785.0, 9841.0, 9767.0, 9811.0, 9807.0, 9781.0, 9837.0, 9787.0, 9855.0, 9781.0, 9835.0, 9782.0, 9822.0, 9799.0, 9814.0, 9852.0, 9798.0, 9837.0, 9778.0, 9835.0, 9772.0, 9812.0, 9852.0, 9778.0, 9819.0, 9758.0, 9801.0, 9820.0, 9794.0, 9828.0, 9761.0, 9815.0, 9759.0, 9785.0, 9811.0, 9782.0, 9818.0, 9760.0, 9791.0, 9746.0, 9774.0, 9830.0, 9788.0, 9836.0, 9762.0, 9825.0, 9764.0, 9792.0, 9859.0, 9806.0, 9852.0, 9788.0, 9841.0, 9768.0, 9829.0, 9849.0, 9823.0, 9874.0, 9822.0, 9861.0, 9789.0, 9863.0, 9818.0, 9875.0, 9889.0, 9817.0, 9852.0, 9782.0, 9818.0, 9786.0, 9821.0, 9761.0, 9804.0, 9786.0, 9798.0, 9852.0, 9803.0, 9837.0, 9776.0, 9829.0, 9773.0, 9818.0, 9782.0, 9828.0, 9852.0, 9797.0, 9818.0, 9784.0, 9839.0, 9787.0, 9816.0, 9835.0, 9799.0, 9832.0, 9783.0, 9841.0, 9781.0, 9822.0, 9765.0, 9825.0, 9848.0, 9801.0, 9843.0, 9785.0, 9837.0, 9766.0, 9823.0, 9850.0, 9805.0, 9852.0, 9768.0, 9821.0, 9761.0, 9817.0, 9848.0, 9799.0, 9836.0, 9765.0, 9832.0, 9764.0, 9803.0, 9832.0, 9798.0, 9841.0, 9787.0, 9837.0, 9766.0, 9819.0, 9832.0, 9811.0, 9835.0, 9760.0, 9830.0, 9744.0, 9801.0, 9846.0, 9797.0, 9833.0, 9779.0, 9830.0, 9763.0, 9821.0, 9851.0, 9811.0, 9836.0, 9782.0, 9834.0, 9750.0, 9820.0, 9853.0, 9835.0, 9854.0, 9776.0, 9834.0, 9764.0, 9810.0, 9830.0, 9790.0, 9829.0, 9772.0, 9834.0, 9767.0, 9808.0, 9832.0, 9792.0, 9826.0, 9775.0, 9837.0, 9768.0, 9818.0, 9816.0, 9796.0, 9848.0, 9783.0, 9850.0, 9773.0, 9836.0, 9806.0, 9813.0, 9850.0, 9784.0, 9857.0, 9793.0, 9841.0, 9790.0, 9847.0, 9774.0, 9831.0, 9872.0, 9843.0, 9877.0, 9826.0, 9873.0, 9797.0, 9863.0, 9799.0, 9865.0, 9792.0, 9845.0, 9872.0, 9843.0, 9914.0, 9845.0, 9879.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.006630330434782609</td></tr>
<tr><td colspan=3>aqi</td><td>0.027053847478260864</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.98867343008701</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2556780143080917</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.118168399669281</td></tr>
<tr><td colspan=3>efc</td><td>0.5008</td></tr>
<tr><td colspan=3>fber</td><td>5072.4238</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08001069924402494</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3043478260869565</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4853451577248187</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4139830333552506</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.683852481466516</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.35819995835269</td></tr>
<tr><td colspan=3>gcor</td><td>0.00886113</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013325016014277935</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0388164259493351</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1150</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.057598992589545</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>21.0307</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1296</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.5683</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291288.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>924.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.9681</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7964</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.3643</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3611.6825</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4786.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.94</td></tr>
<tr><td colspan=3>tsnr</td><td>34.95846189232543</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>