ds005256-mriqc/sub-0069_ses-02_task-narratives_acq-mb8_run-04_bold.html
Felix Hoffstaedter 0bb1704d09 [DATALAD RUNCMD] Compute MRIQC for sub-0069
=== 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-0069 --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-0069",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:58:16 +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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-02/func/sub-0069_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>7efeb0d5463643c6768f4cac935a2fcc</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:09:31.615000</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.99991, -0.0108915, 0.00782439, 0.0111696, 0.999274, -0.0364179]</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.0756792</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>[4150, -7735, -7306, 558, -45, -120, 20, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.748</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>83d5e23c-e5ad-490b-96de-d88f467f05d5||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.682685613632202, 0.02996709570288658, 0.02003958635032177, 111.63948059082031], [0.02922111377120018, 2.6809797286987305, -0.09855539351701736, -89.07711029052734], [0.020992275327444077, 0.09770650416612625, 2.6981263160705566, -84.03435516357422], [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': ['160931.615000', '160932.075000', '160932.535000', '160932.995000', '160933.455000', '160933.915000', '160934.375000', '160934.835000', '160935.295000', '160935.755000', '160936.215000', '160936.675000', '160937.135000', '160937.595000', '160938.055000', '160938.515000', '160938.975000', '160939.435000', '160939.895000', '160940.355000', '160940.815000', '160941.275000', '160941.735000', '160942.195000', '160942.655000', '160943.115000', '160943.575000', '160944.035000', '160944.495000', '160944.955000', '160945.415000', '160945.875000', '160946.335000', '160946.795000', '160947.255000', '160947.715000', '160948.175000', '160948.635000', '160949.095000', '160949.555000', '160950.015000', '160950.475000', '160950.935000', '160951.395000', '160951.855000', '160952.315000', '160952.775000', '160953.235000', '160953.695000', '160954.155000', '160954.615000', '160955.075000', '160955.535000', '160955.995000', '160956.455000', '160956.915000', '160957.375000', '160957.835000', '160958.295000', '160958.755000', '160959.215000', '160959.675000', '161000.135000', '161000.595000', '161001.055000', '161001.515000', '161001.975000', '161002.435000', '161002.895000', '161003.355000', '161003.815000', '161004.275000', '161004.735000', '161005.195000', '161005.655000', '161006.115000', '161006.575000', '161007.035000', '161007.495000', '161007.955000', '161008.415000', '161008.875000', '161009.335000', '161009.795000', '161010.255000', '161010.715000', '161011.175000', '161011.635000', '161012.095000', '161012.555000', '161013.015000', '161013.475000', '161013.935000', '161014.395000', '161014.855000', '161015.315000', '161015.775000', '161016.235000', '161016.695000', '161017.155000', '161017.615000', '161018.075000', '161018.535000', '161018.995000', '161019.455000', '161019.915000', '161020.375000', '161020.835000', '161021.295000', '161021.755000', '161022.215000', '161022.675000', '161023.135000', '161023.595000', '161024.055000', '161024.515000', '161024.975000', '161025.435000', '161025.895000', '161026.355000', '161026.815000', '161027.275000', '161027.735000', '161028.195000', '161028.655000', '161029.115000', '161029.575000', '161030.035000', '161030.495000', '161030.955000', '161031.415000', '161031.875000', '161032.335000', '161032.795000', '161033.255000', '161033.715000', '161034.175000', '161034.635000', '161035.095000', '161035.555000', '161036.015000', '161036.475000', '161036.935000', '161037.395000', '161037.855000', '161038.315000', '161038.775000', '161039.235000', '161039.695000', '161040.155000', '161040.615000', '161041.075000', '161041.535000', '161041.995000', '161042.455000', '161042.915000', '161043.375000', '161043.835000', '161044.295000', '161044.755000', '161045.215000', '161045.675000', '161046.135000', '161046.595000', '161047.055000', '161047.515000', '161047.975000', '161048.435000', '161048.895000', '161049.355000', '161049.815000', '161050.275000', '161050.735000', '161051.195000', '161051.655000', '161052.115000', '161052.575000', '161053.035000', '161053.495000', '161053.955000', '161054.415000', '161054.875000', '161055.335000', '161055.795000', '161056.255000', '161056.715000', '161057.175000', '161057.635000', '161058.095000', '161058.555000', '161059.015000', '161059.475000', '161059.935000', '161100.395000', '161100.855000', '161101.315000', '161101.775000', '161102.235000', '161102.695000', '161103.155000', '161103.615000', '161104.075000', '161104.535000', '161104.995000', '161105.455000', '161105.915000', '161106.375000', '161106.835000', '161107.295000', '161107.755000', '161108.215000', '161108.675000', '161109.135000', '161109.595000', '161110.055000', '161110.515000', '161110.975000', '161111.435000', '161111.895000', '161112.355000', '161112.815000', '161113.275000', '161113.735000', '161114.195000', '161114.655000', '161115.115000', '161115.575000', '161116.035000', '161116.495000', '161116.955000', '161117.415000', '161117.875000', '161118.335000', '161118.795000', '161119.255000', '161119.715000', '161120.175000', '161120.635000', '161121.095000', '161121.555000', '161122.015000', '161122.475000', '161122.935000', '161123.395000', '161123.855000', '161124.315000', '161124.775000', '161125.235000', '161125.695000', '161126.155000', '161126.615000', '161127.075000', '161127.535000', '161127.995000', '161128.455000', '161128.915000', '161129.375000', '161129.835000', '161130.295000', '161130.755000', '161131.215000', '161131.675000', '161132.135000', '161132.595000', '161133.055000', '161133.515000', '161133.975000', '161134.435000', '161134.895000', '161135.355000', '161135.815000', '161136.275000', '161136.735000', '161137.195000', '161137.655000', '161138.115000', '161138.575000', '161139.035000', '161139.495000', '161139.955000', '161140.415000', '161140.875000', '161141.335000', '161141.795000', '161142.255000', '161142.715000', '161143.175000', '161143.635000', '161144.095000', '161144.555000', '161145.015000', '161145.475000', '161145.935000', '161146.395000', '161146.855000', '161147.315000', '161147.775000', '161148.235000', '161148.695000', '161149.155000', '161149.615000', '161150.075000', '161150.535000', '161150.995000', '161151.455000', '161151.915000', '161152.375000', '161152.835000', '161153.295000', '161153.755000', '161154.215000', '161154.675000', '161155.135000', '161155.595000', '161156.055000', '161156.515000', '161156.975000', '161157.435000', '161157.895000', '161158.355000', '161158.815000', '161159.275000', '161159.735000', '161200.195000', '161200.655000', '161201.115000', '161201.575000', '161202.035000', '161202.495000', '161202.955000', '161203.415000', '161203.875000', '161204.335000', '161204.795000', '161205.255000', '161205.715000', '161206.175000', '161206.635000', '161207.095000', '161207.555000', '161208.015000', '161208.475000', '161208.935000', '161209.395000', '161209.855000', '161210.315000', '161210.775000', '161211.235000', '161211.695000', '161212.155000', '161212.615000', '161213.075000', '161213.535000', '161213.995000', '161214.455000', '161214.915000', '161215.375000', '161215.835000', '161216.295000', '161216.755000', '161217.215000', '161217.675000', '161218.135000', '161218.595000', '161219.055000', '161219.515000', '161219.975000', '161220.435000', '161220.895000', '161221.355000', '161221.815000', '161222.275000', '161222.735000', '161223.195000', '161223.655000', '161224.115000', '161224.575000', '161225.035000', '161225.495000', '161225.955000', '161226.415000', '161226.875000', '161227.335000', '161227.795000', '161228.255000', '161228.715000', '161229.175000', '161229.635000', '161230.095000', '161230.555000', '161231.015000', '161231.475000', '161231.935000', '161232.395000', '161232.855000', '161233.315000', '161233.775000', '161234.235000', '161234.695000', '161235.155000', '161235.615000', '161236.075000', '161236.535000', '161236.995000', '161237.455000', '161237.915000', '161238.375000', '161238.835000', '161239.295000', '161239.755000', '161240.215000', '161240.675000', '161241.135000', '161241.595000', '161242.055000', '161242.515000', '161242.975000', '161243.435000', '161243.895000', '161244.355000', '161244.815000', '161245.275000', '161245.735000', '161246.195000', '161246.655000', '161247.115000', '161247.575000', '161248.035000', '161248.495000', '161248.955000', '161249.415000', '161249.875000', '161250.335000', '161250.795000', '161251.255000', '161251.715000', '161252.175000', '161252.635000', '161253.095000', '161253.555000', '161254.015000', '161254.475000', '161254.935000', '161255.395000', '161255.855000', '161256.315000', '161256.775000', '161257.235000', '161257.695000', '161258.155000', '161258.615000', '161259.075000', '161259.535000', '161259.995000', '161300.455000', '161300.915000', '161301.375000', '161301.835000', '161302.295000', '161302.755000', '161303.215000', '161303.675000', '161304.135000', '161304.595000', '161305.055000', '161305.515000', '161305.975000', '161306.435000', '161306.895000', '161307.355000', '161307.815000', '161308.275000', '161308.735000', '161309.195000', '161309.655000', '161310.115000', '161310.575000', '161311.035000', '161311.495000', '161311.955000', '161312.415000', '161312.875000', '161313.335000', '161313.795000', '161314.255000', '161314.715000', '161315.175000', '161315.635000', '161316.095000', '161316.555000', '161317.015000', '161317.475000', '161317.935000', '161318.395000', '161318.855000', '161319.315000', '161319.775000', '161320.235000', '161320.695000', '161321.155000', '161321.615000', '161322.075000', '161322.535000', '161322.995000', '161323.455000', '161323.915000', '161324.375000', '161324.835000', '161325.295000', '161325.755000', '161326.215000', '161326.675000', '161327.135000', '161327.595000', '161328.055000', '161328.515000', '161328.975000', '161329.435000', '161329.895000', '161330.355000', '161330.815000', '161331.275000', '161331.735000', '161332.195000', '161332.655000', '161333.115000', '161333.575000', '161334.035000', '161334.495000', '161334.955000', '161335.415000', '161335.875000', '161336.335000', '161336.795000', '161337.255000', '161337.715000', '161338.175000', '161338.635000', '161339.095000', '161339.555000', '161340.015000', '161340.475000', '161340.935000', '161341.395000', '161341.855000', '161342.315000', '161342.775000', '161343.235000', '161343.695000', '161344.155000', '161344.615000', '161345.075000', '161345.535000', '161345.995000', '161346.455000', '161346.915000', '161347.375000', '161347.835000', '161348.295000', '161348.755000', '161349.215000', '161349.675000', '161350.135000', '161350.595000', '161351.055000', '161351.515000', '161351.975000', '161352.435000', '161352.895000', '161353.355000', '161353.815000', '161354.275000', '161354.735000', '161355.195000', '161355.655000', '161356.115000', '161356.575000', '161357.035000', '161357.495000', '161357.955000', '161358.415000', '161358.875000', '161359.335000', '161359.795000', '161400.255000', '161400.715000', '161401.175000', '161401.635000', '161402.095000', '161402.555000', '161403.015000', '161403.475000', '161403.935000', '161404.395000', '161404.855000', '161405.315000', '161405.775000', '161406.235000', '161406.695000', '161407.155000', '161407.615000', '161408.075000', '161408.535000', '161408.995000', '161409.455000', '161409.915000', '161410.375000', '161410.835000', '161411.295000', '161411.755000', '161412.215000', '161412.675000', '161413.135000', '161413.595000', '161414.055000', '161414.515000', '161414.975000', '161415.435000', '161415.895000', '161416.355000', '161416.815000', '161417.275000', '161417.735000', '161418.195000', '161418.655000', '161419.115000', '161419.575000', '161420.035000', '161420.495000', '161420.955000', '161421.415000', '161421.875000', '161422.335000', '161422.795000', '161423.255000', '161423.715000', '161424.175000', '161424.635000', '161425.095000', '161425.555000', '161426.015000', '161426.475000', '161426.935000', '161427.395000', '161427.855000', '161428.315000', '161428.775000', '161429.235000', '161429.695000', '161430.155000', '161430.615000', '161431.075000', '161431.535000', '161431.995000', '161432.455000', '161432.915000', '161433.375000', '161433.835000', '161434.295000', '161434.755000', '161435.215000', '161435.675000', '161436.135000', '161436.595000', '161437.055000', '161437.515000', '161437.975000', '161438.435000', '161438.895000', '161439.355000', '161439.815000', '161440.275000', '161440.735000', '161441.195000', '161441.655000', '161442.115000', '161442.575000', '161443.035000', '161443.495000', '161443.955000', '161444.415000', '161444.875000', '161445.335000', '161445.795000', '161446.255000', '161446.715000', '161447.175000', '161447.635000', '161448.095000', '161448.555000', '161449.015000', '161449.475000', '161449.935000', '161450.395000', '161450.855000', '161451.315000', '161451.775000', '161452.235000', '161452.695000', '161453.155000', '161453.615000', '161454.075000', '161454.535000', '161454.995000', '161455.455000', '161455.915000', '161456.375000', '161456.835000', '161457.295000', '161457.755000', '161458.215000', '161458.675000', '161459.135000', '161459.595000', '161500.055000', '161500.515000', '161500.975000', '161501.435000', '161501.895000', '161502.355000', '161502.815000', '161503.275000', '161503.735000', '161504.195000', '161504.655000', '161505.115000', '161505.575000', '161506.035000', '161506.495000', '161506.955000', '161507.415000', '161507.875000', '161508.335000', '161508.795000', '161509.255000', '161509.715000', '161510.175000', '161510.635000', '161511.095000', '161511.555000', '161512.015000', '161512.475000', '161512.935000', '161513.395000', '161513.855000', '161514.315000', '161514.775000', '161515.235000', '161515.695000', '161516.155000', '161516.615000', '161517.075000', '161517.535000', '161517.995000', '161518.455000', '161518.915000', '161519.375000', '161519.835000', '161520.295000', '161520.755000', '161521.215000', '161521.675000', '161522.135000', '161522.595000', '161523.055000', '161523.515000', '161523.975000', '161524.435000', '161524.895000', '161525.355000', '161525.815000', '161526.275000', '161526.735000', '161527.195000', '161527.655000', '161528.115000', '161528.575000', '161529.035000', '161529.495000', '161529.955000', '161530.415000', '161530.875000', '161531.335000', '161531.795000', '161532.255000', '161532.715000', '161533.175000', '161533.635000', '161534.095000', '161534.555000', '161535.015000', '161535.475000', '161535.935000', '161536.395000', '161536.855000', '161537.315000', '161537.775000', '161538.235000', '161538.695000', '161539.155000', '161539.615000', '161540.075000', '161540.535000', '161540.995000', '161541.455000', '161541.915000', '161542.375000', '161542.835000', '161543.295000', '161543.755000', '161544.215000', '161544.675000', '161545.135000', '161545.595000', '161546.055000', '161546.515000', '161546.975000', '161547.435000', '161547.895000', '161548.355000', '161548.815000', '161549.275000', '161549.735000', '161550.195000', '161550.655000', '161551.115000', '161551.575000', '161552.035000', '161552.495000', '161552.955000', '161553.415000', '161553.875000', '161554.335000', '161554.795000', '161555.255000', '161555.715000', '161556.175000', '161556.635000', '161557.095000', '161557.555000', '161558.015000', '161558.475000', '161558.935000', '161559.395000', '161559.855000', '161600.315000', '161600.775000', '161601.235000', '161601.695000', '161602.155000', '161602.615000', '161603.075000', '161603.535000', '161603.995000', '161604.455000', '161604.915000', '161605.375000', '161605.835000', '161606.295000', '161606.755000', '161607.215000', '161607.675000', '161608.135000', '161608.595000', '161609.055000', '161609.515000', '161609.975000', '161610.435000', '161610.895000', '161611.355000', '161611.815000', '161612.275000', '161612.735000', '161613.195000', '161613.655000', '161614.115000', '161614.575000', '161615.035000', '161615.495000', '161615.955000', '161616.415000', '161616.875000', '161617.335000', '161617.795000', '161618.255000', '161618.715000', '161619.175000', '161619.635000', '161620.095000', '161620.555000', '161621.015000', '161621.475000', '161621.935000', '161622.395000', '161622.855000', '161623.315000', '161623.775000', '161624.235000', '161624.695000', '161625.155000', '161625.615000', '161626.075000', '161626.535000', '161626.995000', '161627.455000', '161627.915000', '161628.375000', '161628.835000', '161629.295000', '161629.755000', '161630.215000', '161630.675000', '161631.135000', '161631.595000', '161632.055000', '161632.515000', '161632.975000', '161633.435000', '161633.895000', '161634.355000', '161634.815000', '161635.275000', '161635.735000', '161636.195000', '161636.655000', '161637.115000', '161637.575000', '161638.035000', '161638.495000', '161638.955000', '161639.415000', '161639.875000', '161640.335000', '161640.795000', '161641.255000', '161641.715000', '161642.175000', '161642.635000', '161643.095000', '161643.555000', '161644.015000', '161644.475000', '161644.935000', '161645.395000', '161645.855000', '161646.315000', '161646.775000', '161647.235000', '161647.695000', '161648.155000', '161648.615000', '161649.075000', '161649.535000', '161649.995000', '161650.455000', '161650.915000', '161651.375000', '161651.835000', '161652.295000', '161652.755000', '161653.215000', '161653.675000', '161654.135000', '161654.595000', '161655.055000', '161655.515000', '161655.975000', '161656.435000', '161656.895000', '161657.355000', '161657.815000', '161658.275000', '161658.735000', '161659.195000', '161659.655000', '161700.115000', '161700.575000', '161701.035000', '161701.495000', '161701.955000', '161702.415000', '161702.875000', '161703.335000', '161703.795000', '161704.255000', '161704.715000', '161705.175000', '161705.635000', '161706.095000', '161706.555000', '161707.015000', '161707.475000', '161707.935000', '161708.395000', '161708.855000', '161709.315000', '161709.775000', '161710.235000', '161710.695000', '161711.155000', '161711.615000', '161712.075000', '161712.535000', '161712.995000', '161713.455000', '161713.915000', '161714.375000', '161714.835000', '161715.295000', '161715.755000', '161716.215000', '161716.675000', '161717.135000', '161717.595000', '161718.055000', '161718.515000', '161718.975000', '161719.435000', '161719.895000', '161720.355000', '161720.815000', '161721.275000', '161721.735000', '161722.195000', '161722.655000', '161723.115000', '161723.575000', '161724.035000', '161724.495000', '161724.955000', '161725.415000', '161725.875000', '161726.335000', '161726.795000', '161727.255000', '161727.715000', '161728.175000', '161728.635000', '161729.095000', '161729.555000', '161730.015000', '161730.475000', '161730.935000', '161731.395000', '161731.855000', '161732.315000', '161732.775000', '161733.235000', '161733.695000', '161734.155000', '161734.615000', '161735.075000', '161735.535000', '161735.995000', '161736.455000', '161736.915000', '161737.375000', '161737.835000', '161738.295000', '161738.755000', '161739.215000', '161739.675000', '161740.135000', '161740.595000', '161741.055000', '161741.515000', '161741.975000', '161742.435000', '161742.895000', '161743.355000', '161743.815000', '161744.275000', '161744.735000', '161745.195000', '161745.655000', '161746.115000', '161746.575000', '161747.035000', '161747.495000', '161747.955000', '161748.415000', '161748.875000', '161749.335000', '161749.795000', '161750.255000', '161750.715000', '161751.175000', '161751.635000', '161752.095000', '161752.555000', '161753.015000', '161753.475000', '161753.935000', '161754.395000', '161754.855000', '161755.315000', '161755.775000', '161756.235000', '161756.695000', '161757.155000', '161757.615000', '161758.075000', '161758.535000', '161758.995000', '161759.455000', '161759.915000', '161800.375000', '161800.835000', '161801.295000', '161801.755000', '161802.215000', '161802.675000', '161803.135000', '161803.595000', '161804.055000', '161804.515000', '161804.975000', '161805.435000', '161805.895000', '161806.355000', '161806.815000', '161807.275000', '161807.735000', '161808.195000', '161808.655000', '161809.115000', '161809.575000', '161810.035000', '161810.495000', '161810.955000', '161811.415000', '161811.875000', '161812.335000', '161812.795000', '161813.255000', '161813.715000', '161814.175000', '161814.635000', '161815.095000', '161815.555000', '161816.015000', '161816.475000', '161816.935000', '161817.395000', '161817.855000', '161818.315000', '161818.775000', '161819.235000', '161819.695000', '161820.155000', '161820.615000', '161821.075000', '161821.535000', '161821.995000', '161822.455000', '161822.915000'], 'ContentTime': ['160942.696000', '160942.699000', '160942.702000', '160942.705000', '160942.707000', '160942.710000', '160942.712000', '160942.715000', '160942.718000', '160942.721000', '160942.724000', '160942.734000', '160942.737000', '160942.740000', '160942.742000', '160942.745000', '160942.747000', '160942.750000', '160942.752000', '160942.755000', '160942.757000', '160942.760000', '161002.670000', '161002.673000', '161002.676000', '161002.678000', '161002.681000', '161002.684000', '161002.686000', '161002.689000', '161002.691000', '161002.694000', '161002.696000', '161002.699000', '161002.701000', '161002.704000', '161002.706000', '161002.709000', '161002.712000', '161002.714000', '161002.717000', '161002.719000', '161002.722000', '161002.724000', '161002.727000', '161002.732000', '161002.735000', '161002.738000', '161002.740000', '161002.743000', '161002.745000', '161002.748000', '161002.750000', '161002.753000', '161002.755000', '161002.758000', '161002.761000', '161002.763000', '161002.766000', '161002.768000', '161002.771000', '161002.773000', '161002.776000', '161002.778000', '161002.781000', '161002.783000', '161022.670000', '161022.673000', '161022.676000', '161022.678000', '161022.681000', '161022.684000', '161022.686000', '161022.689000', '161022.691000', '161022.694000', '161022.696000', '161022.699000', '161022.701000', '161022.704000', '161022.707000', '161022.709000', '161022.712000', '161022.714000', '161022.717000', '161022.719000', '161022.722000', '161022.724000', '161022.727000', '161022.730000', '161022.732000', '161022.735000', '161022.737000', '161022.740000', '161022.742000', '161022.745000', '161022.747000', '161022.750000', '161022.752000', '161022.755000', '161022.759000', '161022.762000', '161022.764000', '161022.767000', '161022.777000', '161022.780000', '161022.782000', '161022.785000', '161022.787000', '161042.669000', '161042.672000', '161042.675000', '161042.677000', '161042.680000', '161042.682000', '161042.685000', '161042.687000', '161042.690000', '161042.692000', '161042.695000', '161042.698000', '161042.700000', '161042.703000', '161042.705000', '161042.708000', '161042.710000', '161042.724000', '161042.727000', '161042.730000', '161042.732000', '161042.735000', '161042.737000', '161042.740000', '161042.742000', '161042.745000', '161042.747000', '161042.750000', '161042.753000', '161042.755000', '161042.758000', '161042.760000', '161042.763000', '161042.765000', '161042.768000', '161042.770000', '161042.773000', '161042.775000', '161042.778000', '161042.781000', '161042.783000', '161042.786000', '161042.788000', '161042.791000', '161102.669000', '161102.672000', '161102.675000', '161102.677000', '161102.680000', '161102.682000', '161102.685000', '161102.688000', '161102.690000', '161102.693000', '161102.695000', '161102.698000', '161102.700000', '161102.703000', '161102.706000', '161102.708000', '161102.711000', '161102.713000', '161102.716000', '161102.718000', '161102.721000', '161102.723000', '161102.726000', '161102.728000', '161102.731000', '161102.734000', '161102.736000', '161102.739000', '161102.741000', '161102.744000', '161102.746000', '161102.749000', '161102.751000', '161102.754000', '161102.757000', '161102.759000', '161102.762000', '161102.764000', '161102.767000', '161102.769000', '161102.772000', '161102.774000', '161102.777000', '161122.669000', '161122.672000', '161122.675000', '161122.678000', '161122.680000', '161122.683000', '161122.685000', '161122.688000', '161122.690000', '161122.693000', '161122.696000', '161122.698000', '161122.701000', '161122.703000', '161122.706000', '161122.708000', '161122.711000', '161122.714000', '161122.716000', '161122.719000', '161122.721000', '161122.724000', '161122.726000', '161122.729000', '161122.732000', '161122.734000', '161122.737000', '161122.739000', '161122.742000', '161122.744000', '161122.747000', '161122.750000', '161122.752000', '161122.755000', '161122.757000', '161122.760000', '161122.762000', '161122.765000', '161122.767000', '161122.770000', '161122.773000', '161122.775000', '161122.778000', '161122.780000', '161142.669000', '161142.672000', '161142.675000', '161142.677000', '161142.680000', '161142.682000', '161142.685000', '161142.688000', '161142.690000', '161142.693000', '161142.695000', '161142.698000', '161142.700000', '161142.703000', '161142.705000', '161142.708000', '161142.711000', '161142.713000', '161142.716000', '161142.718000', '161142.721000', '161142.723000', '161142.726000', '161142.728000', '161142.731000', '161142.734000', '161142.736000', '161142.739000', '161142.741000', '161142.744000', '161142.746000', '161142.749000', '161142.752000', '161142.754000', '161142.757000', '161142.759000', '161142.762000', '161142.764000', '161142.767000', '161142.769000', '161142.772000', '161142.775000', '161142.777000', '161202.669000', '161202.672000', '161202.675000', '161202.677000', '161202.680000', '161202.683000', '161202.685000', '161202.688000', '161202.690000', '161202.693000', '161202.696000', '161202.698000', '161202.701000', '161202.703000', '161202.706000', '161202.709000', '161202.711000', '161202.714000', '161202.716000', '161202.719000', '161202.721000', '161202.724000', '161202.726000', '161202.729000', '161202.732000', '161202.734000', '161202.737000', '161202.739000', '161202.742000', '161202.745000', '161202.747000', '161202.750000', '161202.752000', '161202.755000', '161202.757000', '161202.760000', '161202.762000', '161202.765000', '161202.768000', '161202.770000', '161202.773000', '161202.775000', '161202.778000', '161202.781000', '161222.671000', '161222.673000', '161222.676000', '161222.679000', '161222.681000', '161222.684000', '161222.686000', '161222.689000', '161222.691000', '161222.694000', '161222.696000', '161222.699000', '161222.723000', '161222.726000', '161222.728000', '161222.731000', '161222.734000', '161222.736000', '161222.739000', '161222.741000', '161222.744000', '161222.746000', '161222.749000', '161222.751000', '161222.754000', '161222.757000', '161222.759000', '161222.762000', '161222.764000', '161222.767000', '161222.770000', '161222.772000', '161222.775000', '161222.777000', '161222.780000', '161222.782000', '161222.785000', '161222.787000', '161222.790000', '161222.792000', '161222.795000', '161222.798000', '161222.800000', '161242.671000', '161242.674000', '161242.676000', '161242.679000', '161242.681000', '161242.684000', '161242.686000', '161242.689000', '161242.692000', '161242.694000', '161242.697000', '161242.699000', '161242.702000', '161242.705000', '161242.707000', '161242.710000', '161242.712000', '161242.715000', '161242.717000', '161242.720000', '161242.723000', '161242.725000', '161242.728000', '161242.730000', '161242.733000', '161242.735000', '161242.738000', '161242.741000', '161242.743000', '161242.746000', '161242.748000', '161242.751000', '161242.753000', '161242.756000', '161242.759000', '161242.761000', '161242.764000', '161242.766000', '161242.769000', '161242.772000', '161242.774000', '161242.777000', '161242.779000', '161242.782000', '161302.670000', '161302.672000', '161302.675000', '161302.678000', '161302.680000', '161302.683000', '161302.685000', '161302.688000', '161302.690000', '161302.693000', '161302.696000', '161302.698000', '161302.701000', '161302.703000', '161302.706000', '161302.709000', '161302.711000', '161302.714000', '161302.716000', '161302.719000', '161302.721000', '161302.724000', '161302.727000', '161302.729000', '161302.732000', '161302.734000', '161302.737000', '161302.739000', '161302.742000', '161302.745000', '161302.747000', '161302.750000', '161302.752000', '161302.755000', '161302.757000', '161302.760000', '161302.763000', '161302.765000', '161302.768000', '161302.770000', '161302.773000', '161302.776000', '161302.778000', '161322.669000', '161322.672000', '161322.675000', '161322.677000', '161322.680000', '161322.683000', '161322.685000', '161322.688000', '161322.690000', '161322.693000', '161322.696000', '161322.698000', '161322.701000', '161322.703000', '161322.706000', '161322.708000', '161322.711000', '161322.714000', '161322.716000', '161322.719000', '161322.721000', '161322.724000', '161322.727000', '161322.730000', '161322.733000', '161322.735000', '161322.738000', '161322.740000', '161322.743000', '161322.746000', '161322.748000', '161322.751000', '161322.753000', '161322.756000', '161322.758000', '161322.761000', '161322.763000', '161322.766000', '161322.769000', '161322.771000', '161322.774000', '161322.776000', '161322.779000', '161342.670000', '161342.672000', '161342.675000', '161342.678000', '161342.680000', '161342.683000', '161342.686000', '161342.688000', '161342.691000', '161342.693000', '161342.696000', '161342.699000', '161342.701000', '161342.704000', '161342.706000', '161342.709000', '161342.711000', '161342.714000', '161342.717000', '161342.719000', '161342.722000', '161342.724000', '161342.727000', '161342.730000', '161342.732000', '161342.735000', '161342.737000', '161342.740000', '161342.743000', '161342.745000', '161342.748000', '161342.750000', '161342.753000', '161342.755000', '161342.758000', '161342.760000', '161342.763000', '161342.766000', '161342.777000', '161342.779000', '161342.782000', '161342.785000', '161342.787000', '161342.790000', '161402.669000', '161402.672000', '161402.675000', '161402.678000', '161402.680000', '161402.683000', '161402.685000', '161402.688000', '161402.691000', '161402.693000', '161402.696000', '161402.699000', '161402.701000', '161402.704000', '161402.706000', '161402.709000', '161402.712000', '161402.714000', '161402.717000', '161402.719000', '161402.722000', '161402.725000', '161402.727000', '161402.730000', '161402.732000', '161402.735000', '161402.738000', '161402.740000', '161402.743000', '161402.745000', '161402.748000', '161402.750000', '161402.753000', '161402.756000', '161402.758000', '161402.761000', '161402.763000', '161402.766000', '161402.768000', '161402.771000', '161402.774000', '161402.776000', '161402.779000', '161402.781000', '161422.669000', '161422.672000', '161422.675000', '161422.677000', '161422.680000', '161422.683000', '161422.685000', '161422.688000', '161422.690000', '161422.694000', '161422.697000', '161422.699000', '161422.702000', '161422.704000', '161422.707000', '161422.709000', '161422.712000', '161422.715000', '161422.717000', '161422.720000', '161422.722000', '161422.725000', '161422.727000', '161422.730000', '161422.732000', '161422.735000', '161422.738000', '161422.740000', '161422.743000', '161422.745000', '161422.748000', '161422.750000', '161422.753000', '161422.755000', '161422.758000', '161422.761000', '161422.763000', '161422.766000', '161422.769000', '161422.771000', '161422.774000', '161422.776000', '161422.779000', '161442.671000', '161442.673000', '161442.676000', '161442.678000', '161442.681000', '161442.684000', '161442.686000', '161442.689000', '161442.692000', '161442.694000', '161442.697000', '161442.699000', '161442.702000', '161442.704000', '161442.707000', '161442.710000', '161442.712000', '161442.715000', '161442.717000', '161442.720000', '161442.722000', '161442.725000', '161442.727000', '161442.730000', '161442.733000', '161442.735000', '161442.738000', '161442.740000', '161442.743000', '161442.745000', '161442.748000', '161442.751000', '161442.753000', '161442.756000', '161442.758000', '161442.761000', '161442.763000', '161442.766000', '161442.769000', '161442.771000', '161442.774000', '161442.776000', '161442.779000', '161502.670000', '161502.673000', '161502.676000', '161502.678000', '161502.681000', '161502.684000', '161502.686000', '161502.689000', '161502.692000', '161502.694000', '161502.697000', '161502.699000', '161502.702000', '161502.704000', '161502.707000', '161502.710000', '161502.712000', '161502.715000', '161502.717000', '161502.720000', '161502.723000', '161502.725000', '161502.728000', '161502.730000', '161502.733000', '161502.736000', '161502.738000', '161502.741000', '161502.743000', '161502.746000', '161502.748000', '161502.751000', '161502.753000', '161502.756000', '161502.758000', '161502.761000', '161502.764000', '161502.766000', '161502.769000', '161502.771000', '161502.774000', '161502.777000', '161502.779000', '161502.782000', '161522.670000', '161522.672000', '161522.676000', '161522.679000', '161522.681000', '161522.724000', '161522.726000', '161522.729000', '161522.732000', '161522.734000', '161522.737000', '161522.739000', '161522.742000', '161522.745000', '161522.747000', '161522.750000', '161522.753000', '161522.756000', '161522.759000', '161522.762000', '161522.764000', '161522.767000', '161522.769000', '161522.772000', '161522.775000', '161522.777000', '161522.780000', '161522.782000', '161522.785000', '161522.787000', '161522.790000', '161522.792000', '161522.795000', '161522.798000', '161522.800000', '161522.803000', '161522.805000', '161522.808000', '161522.811000', '161522.813000', '161522.816000', '161522.818000', '161522.821000', '161542.669000', '161542.672000', '161542.675000', '161542.677000', '161542.680000', '161542.683000', '161542.685000', '161542.688000', '161542.690000', '161542.693000', '161542.696000', '161542.698000', '161542.701000', '161542.703000', '161542.706000', '161542.709000', '161542.711000', '161542.714000', '161542.716000', '161542.719000', '161542.721000', '161542.724000', '161542.727000', '161542.729000', '161542.732000', '161542.734000', '161542.737000', '161542.739000', '161542.742000', '161542.744000', '161542.747000', '161542.750000', '161542.752000', '161542.755000', '161542.757000', '161542.760000', '161542.763000', '161542.765000', '161542.768000', '161542.770000', '161542.773000', '161542.776000', '161542.778000', '161542.781000', '161602.669000', '161602.672000', '161602.675000', '161602.678000', '161602.680000', '161602.683000', '161602.685000', '161602.689000', '161602.692000', '161602.695000', '161602.697000', '161602.700000', '161602.702000', '161602.705000', '161602.708000', '161602.710000', '161602.713000', '161602.716000', '161602.718000', '161602.721000', '161602.723000', '161602.726000', '161602.729000', '161602.731000', '161602.734000', '161602.736000', '161602.739000', '161602.741000', '161602.744000', '161602.747000', '161602.749000', '161602.752000', '161602.754000', '161602.757000', '161602.759000', '161602.762000', '161602.765000', '161602.767000', '161602.770000', '161602.772000', '161602.775000', '161602.777000', '161602.780000', '161622.670000', '161622.672000', '161622.675000', '161622.678000', '161622.680000', '161622.683000', '161622.686000', '161622.688000', '161622.691000', '161622.693000', '161622.696000', '161622.698000', '161622.701000', '161622.704000', '161622.706000', '161622.709000', '161622.711000', '161622.714000', '161622.717000', '161622.719000', '161622.722000', '161622.724000', '161622.727000', '161622.730000', '161622.732000', '161622.735000', '161622.737000', '161622.740000', '161622.742000', '161622.745000', '161622.748000', '161622.750000', '161622.753000', '161622.756000', '161622.758000', '161622.761000', '161622.763000', '161622.766000', '161622.768000', '161622.771000', '161622.773000', '161622.776000', '161622.779000', '161622.781000', '161642.670000', '161642.673000', '161642.676000', '161642.679000', '161642.681000', '161642.684000', '161642.686000', '161642.689000', '161642.691000', '161642.694000', '161642.697000', '161642.700000', '161642.703000', '161642.706000', '161642.709000', '161642.712000', '161642.723000', '161642.726000', '161642.729000', '161642.731000', '161642.734000', '161642.736000', '161642.739000', '161642.742000', '161642.744000', '161642.747000', '161642.749000', '161642.752000', '161642.755000', '161642.757000', '161642.760000', '161642.763000', '161642.765000', '161642.772000', '161642.775000', '161642.778000', '161642.780000', '161642.783000', '161642.785000', '161642.788000', '161642.791000', '161642.793000', '161642.796000', '161702.670000', '161702.673000', '161702.676000', '161702.679000', '161702.681000', '161702.684000', '161702.686000', '161702.689000', '161702.691000', '161702.694000', '161702.697000', '161702.699000', '161702.702000', '161702.704000', '161702.707000', '161702.710000', '161702.712000', '161702.715000', '161702.717000', '161702.720000', '161702.723000', '161702.725000', '161702.728000', '161702.730000', '161702.733000', '161702.735000', '161702.738000', '161702.741000', '161702.743000', '161702.746000', '161702.748000', '161702.751000', '161702.754000', '161702.756000', '161702.759000', '161702.761000', '161702.764000', '161702.766000', '161702.769000', '161702.771000', '161702.774000', '161702.777000', '161702.779000', '161702.782000', '161722.671000', '161722.674000', '161722.676000', '161722.679000', '161722.681000', '161722.684000', '161722.686000', '161722.689000', '161722.692000', '161722.694000', '161722.697000', '161722.699000', '161722.702000', '161722.704000', '161722.707000', '161722.710000', '161722.712000', '161722.715000', '161722.717000', '161722.720000', '161722.722000', '161722.725000', '161722.728000', '161722.730000', '161722.733000', '161722.736000', '161722.738000', '161722.741000', '161722.744000', '161722.746000', '161722.749000', '161722.751000', '161722.754000', '161722.757000', '161722.759000', '161722.762000', '161722.764000', '161722.767000', '161722.769000', '161722.772000', '161722.774000', '161722.777000', '161722.780000', '161742.670000', '161742.672000', '161742.675000', '161742.678000', '161742.680000', '161742.683000', '161742.685000', '161742.688000', '161742.690000', '161742.693000', '161742.696000', '161742.698000', '161742.701000', '161742.703000', '161742.706000', '161742.709000', '161742.711000', '161742.714000', '161742.716000', '161742.719000', '161742.722000', '161742.724000', '161742.727000', '161742.729000', '161742.732000', '161742.734000', '161742.737000', '161742.740000', '161742.742000', '161742.745000', '161742.747000', '161742.750000', '161742.753000', '161742.755000', '161742.758000', '161742.760000', '161742.763000', '161742.765000', '161742.768000', '161742.770000', '161742.773000', '161742.776000', '161742.778000', '161742.781000', '161802.670000', '161802.673000', '161802.675000', '161802.678000', '161802.680000', '161802.683000', '161802.686000', '161802.688000', '161802.691000', '161802.693000', '161802.696000', '161802.698000', '161802.713000', '161802.716000', '161802.719000', '161802.721000', '161802.724000', '161802.726000', '161802.729000', '161802.731000', '161802.734000', '161802.737000', '161802.740000', '161802.743000', '161802.746000', '161802.748000', '161802.751000', '161802.754000', '161802.757000', '161802.760000', '161802.762000', '161802.765000', '161802.767000', '161802.770000', '161802.773000', '161802.775000', '161802.778000', '161802.780000', '161802.783000', '161802.786000', '161802.788000', '161802.791000', '161802.794000', '161822.670000', '161822.672000', '161822.675000', '161822.678000', '161822.680000', '161822.683000', '161822.685000', '161822.688000', '161822.691000', '161822.693000', '161822.696000', '161822.698000', '161822.701000', '161822.704000', '161822.706000', '161822.709000', '161822.711000', '161822.714000', '161822.717000', '161822.719000', '161822.722000', '161822.724000', '161822.727000', '161822.730000', '161822.732000', '161822.735000', '161822.738000', '161822.740000', '161822.743000', '161822.746000', '161822.748000', '161822.751000', '161822.753000', '161822.756000', '161822.758000', '161822.761000', '161822.764000', '161822.766000', '161822.769000', '161822.771000', '161822.774000', '161822.777000', '161822.779000', '161822.782000', '161823.904000', '161823.907000', '161823.909000'], 'InstanceCreationTime': ['160942.696000', '160942.699000', '160942.702000', '160942.705000', '160942.707000', '160942.710000', '160942.712000', '160942.715000', '160942.718000', '160942.721000', '160942.724000', '160942.734000', '160942.737000', '160942.740000', '160942.742000', '160942.745000', '160942.747000', '160942.750000', '160942.752000', '160942.755000', '160942.757000', '160942.760000', '161002.670000', '161002.673000', '161002.676000', '161002.678000', '161002.681000', '161002.684000', '161002.686000', '161002.689000', '161002.691000', '161002.694000', '161002.696000', '161002.699000', '161002.701000', '161002.704000', '161002.706000', '161002.709000', '161002.712000', '161002.714000', '161002.717000', '161002.719000', '161002.722000', '161002.724000', '161002.727000', '161002.732000', '161002.735000', '161002.738000', '161002.740000', '161002.743000', '161002.745000', '161002.748000', '161002.750000', '161002.753000', '161002.755000', '161002.758000', '161002.761000', '161002.763000', '161002.766000', '161002.768000', '161002.771000', '161002.773000', '161002.776000', '161002.778000', '161002.781000', '161002.783000', '161022.670000', '161022.673000', '161022.676000', '161022.678000', '161022.681000', '161022.684000', '161022.686000', '161022.689000', '161022.691000', '161022.694000', '161022.696000', '161022.699000', '161022.701000', '161022.704000', '161022.707000', '161022.709000', '161022.712000', '161022.714000', '161022.717000', '161022.719000', '161022.722000', '161022.724000', '161022.727000', '161022.730000', '161022.732000', '161022.735000', '161022.737000', '161022.740000', '161022.742000', '161022.745000', '161022.747000', '161022.750000', '161022.752000', '161022.755000', '161022.759000', '161022.762000', '161022.764000', '161022.767000', '161022.777000', '161022.780000', '161022.782000', '161022.785000', '161022.787000', '161042.669000', '161042.672000', '161042.675000', '161042.677000', '161042.680000', '161042.682000', '161042.685000', '161042.687000', '161042.690000', '161042.692000', '161042.695000', '161042.698000', '161042.700000', '161042.703000', '161042.705000', '161042.708000', '161042.710000', '161042.724000', '161042.727000', '161042.730000', '161042.732000', '161042.735000', '161042.737000', '161042.740000', '161042.742000', '161042.745000', '161042.747000', '161042.750000', '161042.753000', '161042.755000', '161042.758000', '161042.760000', '161042.763000', '161042.765000', '161042.768000', '161042.770000', '161042.773000', '161042.775000', '161042.778000', '161042.781000', '161042.783000', '161042.786000', '161042.788000', '161042.791000', '161102.669000', '161102.672000', '161102.675000', '161102.677000', '161102.680000', '161102.682000', '161102.685000', '161102.688000', '161102.690000', '161102.693000', '161102.695000', '161102.698000', '161102.700000', '161102.703000', '161102.706000', '161102.708000', '161102.711000', '161102.713000', '161102.716000', '161102.718000', '161102.721000', '161102.723000', '161102.726000', '161102.728000', '161102.731000', '161102.734000', '161102.736000', '161102.739000', '161102.741000', '161102.744000', '161102.746000', '161102.749000', '161102.751000', '161102.754000', '161102.757000', '161102.759000', '161102.762000', '161102.764000', '161102.767000', '161102.769000', '161102.772000', '161102.774000', '161102.777000', '161122.669000', '161122.672000', '161122.675000', '161122.678000', '161122.680000', '161122.683000', '161122.685000', '161122.688000', '161122.690000', '161122.693000', '161122.696000', '161122.698000', '161122.701000', '161122.703000', '161122.706000', '161122.708000', '161122.711000', '161122.714000', '161122.716000', '161122.719000', '161122.721000', '161122.724000', '161122.726000', '161122.729000', '161122.732000', '161122.734000', '161122.737000', '161122.739000', '161122.742000', '161122.744000', '161122.747000', '161122.750000', '161122.752000', '161122.755000', '161122.757000', '161122.760000', '161122.762000', '161122.765000', '161122.767000', '161122.770000', '161122.773000', '161122.775000', '161122.778000', '161122.780000', '161142.669000', '161142.672000', '161142.675000', '161142.677000', '161142.680000', '161142.682000', '161142.685000', '161142.688000', '161142.690000', '161142.693000', '161142.695000', '161142.698000', '161142.700000', '161142.703000', '161142.705000', '161142.708000', '161142.711000', '161142.713000', '161142.716000', '161142.718000', '161142.721000', '161142.723000', '161142.726000', '161142.728000', '161142.731000', '161142.734000', '161142.736000', '161142.739000', '161142.741000', '161142.744000', '161142.746000', '161142.749000', '161142.752000', '161142.754000', '161142.757000', '161142.759000', '161142.762000', '161142.764000', '161142.767000', '161142.769000', '161142.772000', '161142.775000', '161142.777000', '161202.669000', '161202.672000', '161202.675000', '161202.677000', '161202.680000', '161202.683000', '161202.685000', '161202.688000', '161202.690000', '161202.693000', '161202.696000', '161202.698000', '161202.701000', '161202.703000', '161202.706000', '161202.709000', '161202.711000', '161202.714000', '161202.716000', '161202.719000', '161202.721000', '161202.724000', '161202.726000', '161202.729000', '161202.732000', '161202.734000', '161202.737000', '161202.739000', '161202.742000', '161202.745000', '161202.747000', '161202.750000', '161202.752000', '161202.755000', '161202.757000', '161202.760000', '161202.762000', '161202.765000', '161202.768000', '161202.770000', '161202.773000', '161202.775000', '161202.778000', '161202.781000', '161222.671000', '161222.673000', '161222.676000', '161222.679000', '161222.681000', '161222.684000', '161222.686000', '161222.689000', '161222.691000', '161222.694000', '161222.696000', '161222.699000', '161222.723000', '161222.726000', '161222.728000', '161222.731000', '161222.734000', '161222.736000', '161222.739000', '161222.741000', '161222.744000', '161222.746000', '161222.749000', '161222.751000', '161222.754000', '161222.757000', '161222.759000', '161222.762000', '161222.764000', '161222.767000', '161222.770000', '161222.772000', '161222.775000', '161222.777000', '161222.780000', '161222.782000', '161222.785000', '161222.787000', '161222.790000', '161222.792000', '161222.795000', '161222.798000', '161222.800000', '161242.671000', '161242.674000', '161242.676000', '161242.679000', '161242.681000', '161242.684000', '161242.686000', '161242.689000', '161242.692000', '161242.694000', '161242.697000', '161242.699000', '161242.702000', '161242.705000', '161242.707000', '161242.710000', '161242.712000', '161242.715000', '161242.717000', '161242.720000', '161242.723000', '161242.725000', '161242.728000', '161242.730000', '161242.733000', '161242.735000', '161242.738000', '161242.741000', '161242.743000', '161242.746000', '161242.748000', '161242.751000', '161242.753000', '161242.756000', '161242.759000', '161242.761000', '161242.764000', '161242.766000', '161242.769000', '161242.772000', '161242.774000', '161242.777000', '161242.779000', '161242.782000', '161302.670000', '161302.672000', '161302.675000', '161302.678000', '161302.680000', '161302.683000', '161302.685000', '161302.688000', '161302.690000', '161302.693000', '161302.696000', '161302.698000', '161302.701000', '161302.703000', '161302.706000', '161302.709000', '161302.711000', '161302.714000', '161302.716000', '161302.719000', '161302.721000', '161302.724000', '161302.727000', '161302.729000', '161302.732000', '161302.734000', '161302.737000', '161302.739000', '161302.742000', '161302.745000', '161302.747000', '161302.750000', '161302.752000', '161302.755000', '161302.757000', '161302.760000', '161302.763000', '161302.765000', '161302.768000', '161302.770000', '161302.773000', '161302.776000', '161302.778000', '161322.669000', '161322.672000', '161322.675000', '161322.677000', '161322.680000', '161322.683000', '161322.685000', '161322.688000', '161322.690000', '161322.693000', '161322.696000', '161322.698000', '161322.701000', '161322.703000', '161322.706000', '161322.708000', '161322.711000', '161322.714000', '161322.716000', '161322.719000', '161322.721000', '161322.724000', '161322.727000', '161322.730000', '161322.733000', '161322.735000', '161322.738000', '161322.740000', '161322.743000', '161322.746000', '161322.748000', '161322.751000', '161322.753000', '161322.756000', '161322.758000', '161322.761000', '161322.763000', '161322.766000', '161322.769000', '161322.771000', '161322.774000', '161322.776000', '161322.779000', '161342.670000', '161342.672000', '161342.675000', '161342.678000', '161342.680000', '161342.683000', '161342.686000', '161342.688000', '161342.691000', '161342.693000', '161342.696000', '161342.699000', '161342.701000', '161342.704000', '161342.706000', '161342.709000', '161342.711000', '161342.714000', '161342.717000', '161342.719000', '161342.722000', '161342.724000', '161342.727000', '161342.730000', '161342.732000', '161342.735000', '161342.737000', '161342.740000', '161342.743000', '161342.745000', '161342.748000', '161342.750000', '161342.753000', '161342.755000', '161342.758000', '161342.760000', '161342.763000', '161342.766000', '161342.777000', '161342.779000', '161342.782000', '161342.785000', '161342.787000', '161342.790000', '161402.669000', '161402.672000', '161402.675000', '161402.678000', '161402.680000', '161402.683000', '161402.685000', '161402.688000', '161402.691000', '161402.693000', '161402.696000', '161402.699000', '161402.701000', '161402.704000', '161402.706000', '161402.709000', '161402.712000', '161402.714000', '161402.717000', '161402.719000', '161402.722000', '161402.725000', '161402.727000', '161402.730000', '161402.732000', '161402.735000', '161402.738000', '161402.740000', '161402.743000', '161402.745000', '161402.748000', '161402.750000', '161402.753000', '161402.756000', '161402.758000', '161402.761000', '161402.763000', '161402.766000', '161402.768000', '161402.771000', '161402.774000', '161402.776000', '161402.779000', '161402.781000', '161422.669000', '161422.672000', '161422.675000', '161422.677000', '161422.680000', '161422.683000', '161422.685000', '161422.688000', '161422.690000', '161422.694000', '161422.697000', '161422.699000', '161422.702000', '161422.704000', '161422.707000', '161422.709000', '161422.712000', '161422.715000', '161422.717000', '161422.720000', '161422.722000', '161422.725000', '161422.727000', '161422.730000', '161422.732000', '161422.735000', '161422.738000', '161422.740000', '161422.743000', '161422.745000', '161422.748000', '161422.750000', '161422.753000', '161422.755000', '161422.758000', '161422.761000', '161422.763000', '161422.766000', '161422.769000', '161422.771000', '161422.774000', '161422.776000', '161422.779000', '161442.671000', '161442.673000', '161442.676000', '161442.678000', '161442.681000', '161442.684000', '161442.686000', '161442.689000', '161442.692000', '161442.694000', '161442.697000', '161442.699000', '161442.702000', '161442.704000', '161442.707000', '161442.710000', '161442.712000', '161442.715000', '161442.717000', '161442.720000', '161442.722000', '161442.725000', '161442.727000', '161442.730000', '161442.733000', '161442.735000', '161442.738000', '161442.740000', '161442.743000', '161442.745000', '161442.748000', '161442.751000', '161442.753000', '161442.756000', '161442.758000', '161442.761000', '161442.763000', '161442.766000', '161442.769000', '161442.771000', '161442.774000', '161442.776000', '161442.779000', '161502.670000', '161502.673000', '161502.676000', '161502.678000', '161502.681000', '161502.684000', '161502.686000', '161502.689000', '161502.692000', '161502.694000', '161502.697000', '161502.699000', '161502.702000', '161502.704000', '161502.707000', '161502.710000', '161502.712000', '161502.715000', '161502.717000', '161502.720000', '161502.723000', '161502.725000', '161502.728000', '161502.730000', '161502.733000', '161502.736000', '161502.738000', '161502.741000', '161502.743000', '161502.746000', '161502.748000', '161502.751000', '161502.753000', '161502.756000', '161502.758000', '161502.761000', '161502.764000', '161502.766000', '161502.769000', '161502.771000', '161502.774000', '161502.777000', '161502.779000', '161502.782000', '161522.670000', '161522.672000', '161522.676000', '161522.679000', '161522.681000', '161522.724000', '161522.726000', '161522.729000', '161522.732000', '161522.734000', '161522.737000', '161522.739000', '161522.742000', '161522.745000', '161522.747000', '161522.750000', '161522.753000', '161522.756000', '161522.759000', '161522.762000', '161522.764000', '161522.767000', '161522.769000', '161522.772000', '161522.775000', '161522.777000', '161522.780000', '161522.782000', '161522.785000', '161522.787000', '161522.790000', '161522.792000', '161522.795000', '161522.798000', '161522.800000', '161522.803000', '161522.805000', '161522.808000', '161522.811000', '161522.813000', '161522.816000', '161522.818000', '161522.821000', '161542.669000', '161542.672000', '161542.675000', '161542.677000', '161542.680000', '161542.683000', '161542.685000', '161542.688000', '161542.690000', '161542.693000', '161542.696000', '161542.698000', '161542.701000', '161542.703000', '161542.706000', '161542.709000', '161542.711000', '161542.714000', '161542.716000', '161542.719000', '161542.721000', '161542.724000', '161542.727000', '161542.729000', '161542.732000', '161542.734000', '161542.737000', '161542.739000', '161542.742000', '161542.744000', '161542.747000', '161542.750000', '161542.752000', '161542.755000', '161542.757000', '161542.760000', '161542.763000', '161542.765000', '161542.768000', '161542.770000', '161542.773000', '161542.776000', '161542.778000', '161542.781000', '161602.669000', '161602.672000', '161602.675000', '161602.678000', '161602.680000', '161602.683000', '161602.685000', '161602.689000', '161602.692000', '161602.695000', '161602.697000', '161602.700000', '161602.702000', '161602.705000', '161602.708000', '161602.710000', '161602.713000', '161602.716000', '161602.718000', '161602.721000', '161602.723000', '161602.726000', '161602.729000', '161602.731000', '161602.734000', '161602.736000', '161602.739000', '161602.741000', '161602.744000', '161602.747000', '161602.749000', '161602.752000', '161602.754000', '161602.757000', '161602.759000', '161602.762000', '161602.765000', '161602.767000', '161602.770000', '161602.772000', '161602.775000', '161602.777000', '161602.780000', '161622.670000', '161622.672000', '161622.675000', '161622.678000', '161622.680000', '161622.683000', '161622.686000', '161622.688000', '161622.691000', '161622.693000', '161622.696000', '161622.698000', '161622.701000', '161622.704000', '161622.706000', '161622.709000', '161622.711000', '161622.714000', '161622.717000', '161622.719000', '161622.722000', '161622.724000', '161622.727000', '161622.730000', '161622.732000', '161622.735000', '161622.737000', '161622.740000', '161622.742000', '161622.745000', '161622.748000', '161622.750000', '161622.753000', '161622.756000', '161622.758000', '161622.761000', '161622.763000', '161622.766000', '161622.768000', '161622.771000', '161622.773000', '161622.776000', '161622.779000', '161622.781000', '161642.670000', '161642.673000', '161642.676000', '161642.679000', '161642.681000', '161642.684000', '161642.686000', '161642.689000', '161642.691000', '161642.694000', '161642.697000', '161642.700000', '161642.703000', '161642.706000', '161642.709000', '161642.712000', '161642.723000', '161642.726000', '161642.729000', '161642.731000', '161642.734000', '161642.736000', '161642.739000', '161642.742000', '161642.744000', '161642.747000', '161642.749000', '161642.752000', '161642.755000', '161642.757000', '161642.760000', '161642.763000', '161642.765000', '161642.772000', '161642.775000', '161642.778000', '161642.780000', '161642.783000', '161642.785000', '161642.788000', '161642.791000', '161642.793000', '161642.796000', '161702.670000', '161702.673000', '161702.676000', '161702.679000', '161702.681000', '161702.684000', '161702.686000', '161702.689000', '161702.691000', '161702.694000', '161702.697000', '161702.699000', '161702.702000', '161702.704000', '161702.707000', '161702.710000', '161702.712000', '161702.715000', '161702.717000', '161702.720000', '161702.723000', '161702.725000', '161702.728000', '161702.730000', '161702.733000', '161702.735000', '161702.738000', '161702.741000', '161702.743000', '161702.746000', '161702.748000', '161702.751000', '161702.754000', '161702.756000', '161702.759000', '161702.761000', '161702.764000', '161702.766000', '161702.769000', '161702.771000', '161702.774000', '161702.777000', '161702.779000', '161702.782000', '161722.671000', '161722.674000', '161722.676000', '161722.679000', '161722.681000', '161722.684000', '161722.686000', '161722.689000', '161722.692000', '161722.694000', '161722.697000', '161722.699000', '161722.702000', '161722.704000', '161722.707000', '161722.710000', '161722.712000', '161722.715000', '161722.717000', '161722.720000', '161722.722000', '161722.725000', '161722.728000', '161722.730000', '161722.733000', '161722.736000', '161722.738000', '161722.741000', '161722.744000', '161722.746000', '161722.749000', '161722.751000', '161722.754000', '161722.757000', '161722.759000', '161722.762000', '161722.764000', '161722.767000', '161722.769000', '161722.772000', '161722.774000', '161722.777000', '161722.780000', '161742.670000', '161742.672000', '161742.675000', '161742.678000', '161742.680000', '161742.683000', '161742.685000', '161742.688000', '161742.690000', '161742.693000', '161742.696000', '161742.698000', '161742.701000', '161742.703000', '161742.706000', '161742.709000', '161742.711000', '161742.714000', '161742.716000', '161742.719000', '161742.722000', '161742.724000', '161742.727000', '161742.729000', '161742.732000', '161742.734000', '161742.737000', '161742.740000', '161742.742000', '161742.745000', '161742.747000', '161742.750000', '161742.753000', '161742.755000', '161742.758000', '161742.760000', '161742.763000', '161742.765000', '161742.768000', '161742.770000', '161742.773000', '161742.776000', '161742.778000', '161742.781000', '161802.670000', '161802.673000', '161802.675000', '161802.678000', '161802.680000', '161802.683000', '161802.686000', '161802.688000', '161802.691000', '161802.693000', '161802.696000', '161802.698000', '161802.713000', '161802.716000', '161802.719000', '161802.721000', '161802.724000', '161802.726000', '161802.729000', '161802.731000', '161802.734000', '161802.737000', '161802.740000', '161802.743000', '161802.746000', '161802.748000', '161802.751000', '161802.754000', '161802.757000', '161802.760000', '161802.762000', '161802.765000', '161802.767000', '161802.770000', '161802.773000', '161802.775000', '161802.778000', '161802.780000', '161802.783000', '161802.786000', '161802.788000', '161802.791000', '161802.794000', '161822.670000', '161822.672000', '161822.675000', '161822.678000', '161822.680000', '161822.683000', '161822.685000', '161822.688000', '161822.691000', '161822.693000', '161822.696000', '161822.698000', '161822.701000', '161822.704000', '161822.706000', '161822.709000', '161822.711000', '161822.714000', '161822.717000', '161822.719000', '161822.722000', '161822.724000', '161822.727000', '161822.730000', '161822.732000', '161822.735000', '161822.738000', '161822.740000', '161822.743000', '161822.746000', '161822.748000', '161822.751000', '161822.753000', '161822.756000', '161822.758000', '161822.761000', '161822.764000', '161822.766000', '161822.769000', '161822.771000', '161822.774000', '161822.777000', '161822.779000', '161822.782000', '161823.904000', '161823.907000', '161823.909000'], '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': [9309, 7573, 9510, 7438, 9376, 7803, 7138, 8155, 6892, 8871, 6976, 9353, 7967, 8530, 8031, 6640, 8510, 6692, 7801, 8141, 6956, 9733, 7602, 7729, 7946, 7437, 8870, 6958, 9881, 7324, 7978, 7897, 8068, 8419, 7802, 9174, 6958, 7974, 7581, 7437, 7794, 7032, 8566, 7021, 8807, 7287, 10015, 7539, 7943, 8324, 7193, 8721, 6980, 9011, 7486, 8546, 8239, 6967, 8779, 7472, 9210, 7835, 9469, 8308, 8465, 8334, 7317, 9028, 7256, 10081, 7810, 8004, 8386, 7093, 8973, 7267, 9596, 7753, 7979, 8210, 7284, 8994, 7517, 8336, 7869, 7486, 8558, 7299, 7796, 7765, 7220, 8321, 7171, 8049, 8144, 7246, 7426, 7603, 6911, 8320, 8209, 7566, 7614, 7932, 6705, 9878, 7504, 7897, 8658, 7181, 7935, 7178, 7076, 8989, 7376, 9884, 8159, 7698, 8303, 6930, 9170, 7464, 8542, 7837, 7678, 8020, 7068, 8907, 7005, 8185, 7777, 7356, 8303, 7321, 9213, 7142, 8216, 7703, 8023, 7866, 7798, 8281, 7705, 8492, 6925, 8826, 7515, 10099, 7766, 7925, 8151, 7229, 8117, 7221, 8923, 7073, 9113, 7631, 8225, 7634, 6844, 8320, 7132, 9131, 7193, 9912, 7779, 7807, 7690, 7095, 8133, 6986, 9066, 7579, 8057, 7685, 6983, 8947, 7589, 9241, 8269, 8707, 7629, 7128, 8370, 7116, 8887, 7501, 9924, 7864, 7867, 7615, 7113, 8071, 7018, 8867, 7575, 8676, 7335, 7705, 7947, 7055, 8577, 7575, 9493, 7280, 7982, 7635, 8060, 8047, 7533, 8392, 7241, 8859, 7052, 10201, 7423, 8132, 7712, 7613, 8209, 7115, 8718, 7198, 9440, 7430, 8008, 8003, 7098, 8534, 7175, 8953, 7494, 9788, 7792, 7739, 7914, 7204, 8866, 7416, 9221, 8172, 8843, 7994, 7104, 8167, 6957, 8898, 7333, 8902, 7710, 10089, 8108, 7578, 7856, 7038, 8222, 6938, 8898, 7950, 9692, 7615, 7782, 7623, 7153, 8417, 7050, 8621, 7861, 10076, 7348, 7610, 7629, 7073, 8324, 7004, 8925, 7163, 7730, 7393, 7406, 8106, 6967, 8848, 7672, 8121, 7285, 7691, 8000, 7130, 8502, 7705, 9442, 7557, 7961, 7774, 7208, 8283, 7233, 9287, 7856, 8236, 7532, 7054, 8155, 7246, 8160, 7453, 9175, 7508, 8523, 7482, 7704, 8029, 6926, 8472, 7396, 10072, 7226, 8009, 7746, 7987, 7748, 7882, 8152, 7424, 8258, 7067, 8702, 7450, 9267, 7667, 9162, 7677, 7978, 7607, 7853, 7998, 7833, 8285, 7104, 8344, 7368, 8902, 7613, 9156, 7923, 9908, 7860, 7653, 7762, 7212, 8637, 7469, 9115, 7792, 8042, 7489, 7325, 8413, 7039, 9232, 7339, 8152, 7735, 7062, 8919, 7606, 9322, 7456, 9938, 7830, 8257, 7818, 8010, 8330, 7256, 8773, 7187, 8876, 7604, 9302, 8074, 9044, 7675, 7426, 7700, 7009, 8549, 7083, 8544, 7236, 8980, 7173, 9652, 7513, 10244, 7737, 8822, 8118, 7849, 7718, 6954, 8328, 7145, 8732, 7087, 9054, 7530, 9227, 7417, 9464, 7667, 9823, 7803, 8726, 8090, 7456, 7522, 7055, 8181, 7134, 8602, 7116, 8861, 7137, 9430, 7428, 9144, 7760, 8287, 7662, 7806, 7681, 7817, 7697, 7611, 8461, 7110, 8697, 7214, 9016, 7596, 9262, 7991, 8275, 7791, 7239, 8035, 7069, 8614, 7451, 8953, 7293, 8930, 7146, 9179, 7441, 8967, 8036, 9861, 7900, 7866, 7715, 7611, 7697, 6933, 8536, 7227, 8680, 7141, 10165, 7632, 7847, 8143, 7075, 8448, 7287, 8845, 7486, 10189, 8126, 7184, 8278, 7076, 9449, 7736, 8106, 8419, 7237, 8755, 7427, 9063, 7907, 9866, 8044, 7588, 7816, 7041, 8515, 7021, 9122, 7701, 10000, 7395, 8236, 7576, 8007, 8010, 7465, 8137, 7159, 8338, 7307, 8532, 7136, 8939, 7699, 9657, 7505, 8002, 7650, 7655, 7947, 7248, 8616, 7155, 8943, 7292, 8992, 7572, 9636, 7956, 8265, 7558, 7416, 7806, 7079, 8271, 7198, 8858, 7325, 9040, 7124, 10067, 7543, 8041, 8081, 7607, 8256, 6926, 8825, 7121, 8794, 7664, 9378, 8019, 7759, 7531, 7226, 8500, 6980, 8926, 7697, 8713, 7255, 8470, 7699, 7747, 8284, 7262, 8897, 7095, 9152, 7173, 9809, 7762, 8305, 8034, 7255, 8430, 7057, 8764, 7605, 8593, 8016, 6995, 8711, 7226, 8071, 8116, 7182, 8973, 7278, 8511, 7396, 8091, 7941, 7189, 8452, 7015, 8741, 7399, 8933, 7612, 7358, 8209, 6919, 9677, 7639, 8049, 8032, 7418, 8642, 6989, 8856, 7327, 9667, 7937, 8100, 7856, 7053, 8142, 7061, 9025, 7413, 9376, 7976, 7245, 7938, 7157, 8568, 7208, 9432, 8025, 7440, 8037, 7044, 8966, 7257, 9775, 8001, 7850, 8232, 7054, 8662, 7286, 9733, 7917, 7684, 8001, 6910, 8579, 7216, 7686, 7758, 7066, 8901, 7128, 7801, 7711, 7288, 8722, 7440, 8567, 7083, 7432, 8253, 7019, 8532, 7451, 9144, 7239, 7656, 7743, 7021, 8434, 7214, 8911, 7465, 7850, 7396, 7893, 7826, 7316, 8536, 7536, 9076, 7008, 8558, 7795, 8047, 7965, 7247, 8578, 6983, 9111, 7436, 8066, 7752, 7880, 8400, 7172, 8705, 6869, 9450, 7665, 8223, 8087, 7269, 8174, 6991, 8848, 7219, 9290, 7938, 8625, 8180, 7620, 7820, 7241, 8170, 7268, 9096, 7756, 7839, 7199, 8194, 7948, 7716, 8311, 7131, 8652, 7171, 9179, 7222, 7907, 7696, 8160, 8402, 7289, 8506, 7245, 9277, 7391, 8252, 8122, 7260, 8401, 6986, 8954, 7389, 9148, 7761, 8493, 8155, 7256, 8407, 7003, 8889, 7470, 10002, 8042, 7662, 7602, 7307, 8564, 7291, 8959, 8194, 9198, 7839, 8235, 7753, 7193, 8616, 7383, 9679, 7477, 7870, 8036, 7160, 8418, 7053, 8830, 7066, 8837, 7208, 9664, 7588, 8242, 8167, 7742, 7829, 7030, 8562, 7161, 8748, 7306, 8919, 7004, 9077, 7497, 7893, 7786, 7990, 7962, 6995, 8357, 7075, 8696, 7487, 9414, 7642, 8093, 7809, 7286, 8276, 7221, 8232, 7222, 8234, 7007, 8730, 7246, 10028, 7748, 8233, 7930, 7323, 7930, 7123, 8182, 7215, 8672, 7152, 8526, 7172, 8698, 7416, 10122, 7874, 8267, 7842, 7001, 8140, 7029, 8940, 7633, 10016, 7736, 7828, 7618, 7206, 8681, 7228, 8873, 7741, 8239, 7759, 7326, 8259, 7117, 8951, 7729, 8550, 7678, 7190, 8168, 7118, 9120, 7538, 8605, 8096, 7328, 7929, 6926, 8433, 6907, 8498, 7244, 8743, 7300, 8325, 7000, 8781, 7171, 9357, 7832, 7674, 7785, 7162, 8526, 7229, 8828, 7322, 9020, 8026, 9815, 7353, 8073, 7816, 8316, 7761, 8030, 8186, 7163, 8038, 7044, 8655, 7308, 8714, 7925, 8950, 7903, 7925, 7624, 8165, 7692, 7992, 7731, 7054, 8212, 6898, 8730, 7395, 9773, 7773, 8006, 7961, 7159, 8245, 7044, 8644, 7351, 9738, 7431, 8115, 7750, 6932, 8424, 7309, 9395, 6884, 6698, 8204, 7426, 7889, 8378, 7036, 9487, 7601, 9231, 8040, 10133, 8236, 6897, 8195, 7359, 8966, 7618, 8012, 8291, 6864, 8256, 7181, 9021, 7427, 8984, 7824, 9261, 7595, 10081, 7841, 7771, 8019, 7692, 8113, 7160, 8728, 7277, 9677, 7690, 8554, 8142, 8037, 8440, 7231, 8803, 7286, 8999, 7002, 9698, 7204, 8575, 7199, 8866, 7485, 9337, 7986, 9573, 8262, 7963, 7771, 7134, 8367, 7285, 8556, 7579, 9188, 7442, 8377, 7629, 7634, 8156, 6970, 8713, 7291, 8648, 7338, 9098, 7725, 8227, 8058, 7127, 8063, 6981, 8752, 7378, 9539, 7872, 7239, 7904, 7277, 8483, 6973, 8938, 7735, 9070, 7336, 9604, 7632, 7708, 7665, 7631, 8150, 7093, 8473, 7163, 8853, 7460, 9747, 8434, 8129, 7898, 7226, 7865, 7198, 8269, 6954, 8559, 7193, 9329, 7214, 7998, 8092, 7362, 8147, 7176, 8754, 7254, 9081, 7625, 8916, 8169, 7509, 7877, 7286, 8678, 7068, 8885, 7743, 8099, 7563, 7290, 7982, 6936, 8738, 7629, 9250, 7345, 8093, 7801, 7474, 8706, 7285, 8075, 7539, 7616, 7934, 7332, 8517, 7176, 8669, 7519, 8914, 7259, 8314, 7904, 7439, 7778, 7101, 8567, 7096, 8683, 7106, 9284, 7762, 8976, 7804, 8490, 7441, 7585, 7896, 7096, 8464, 7551, 8408, 7535, 7845, 7873, 7228, 8282, 7021, 8427, 7088, 8697, 7250, 9732, 7567, 8074, 7900, 6765, 8239, 7326, 8857, 7325, 9140, 7899, 9159, 8012, 7568, 7969, 6983, 8456, 6978], 'WindowCenter': [3855.0, 3830.0, 3836.0, 3827.0, 3839.0, 3815.0, 3803.0, 3812.0, 3801.0, 3823.0, 3803.0, 3837.0, 3824.0, 3825.0, 3815.0, 3801.0, 3810.0, 3804.0, 3817.0, 3824.0, 3817.0, 3836.0, 3814.0, 3814.0, 3825.0, 3813.0, 3824.0, 3801.0, 3821.0, 3801.0, 3810.0, 3823.0, 3815.0, 3814.0, 3814.0, 3823.0, 3800.0, 3800.0, 3813.0, 3802.0, 3814.0, 3803.0, 3823.0, 3801.0, 3824.0, 3815.0, 3836.0, 3814.0, 3825.0, 3826.0, 3814.0, 3826.0, 3815.0, 3835.0, 3828.0, 3827.0, 3826.0, 3815.0, 3825.0, 3816.0, 3835.0, 3815.0, 3837.0, 3826.0, 3825.0, 3824.0, 3817.0, 3823.0, 3817.0, 3848.0, 3825.0, 3813.0, 3825.0, 3805.0, 3824.0, 3815.0, 3835.0, 3817.0, 3813.0, 3826.0, 3803.0, 3825.0, 3817.0, 3827.0, 3827.0, 3814.0, 3824.0, 3803.0, 3801.0, 3814.0, 3804.0, 3812.0, 3802.0, 3812.0, 3828.0, 3816.0, 3815.0, 3802.0, 3815.0, 3811.0, 3826.0, 3815.0, 3816.0, 3814.0, 3804.0, 3833.0, 3818.0, 3827.0, 3826.0, 3802.0, 3813.0, 3800.0, 3803.0, 3823.0, 3815.0, 3836.0, 3815.0, 3816.0, 3823.0, 3800.0, 3821.0, 3802.0, 3812.0, 3815.0, 3814.0, 3812.0, 3803.0, 3812.0, 3802.0, 3811.0, 3810.0, 3814.0, 3812.0, 3803.0, 3823.0, 3802.0, 3812.0, 3802.0, 3812.0, 3814.0, 3812.0, 3813.0, 3801.0, 3811.0, 3801.0, 3810.0, 3802.0, 3822.0, 3814.0, 3812.0, 3811.0, 3801.0, 3811.0, 3799.0, 3823.0, 3816.0, 3824.0, 3812.0, 3812.0, 3811.0, 3802.0, 3813.0, 3803.0, 3835.0, 3815.0, 3836.0, 3816.0, 3814.0, 3812.0, 3803.0, 3825.0, 3815.0, 3825.0, 3828.0, 3826.0, 3815.0, 3814.0, 3824.0, 3827.0, 3838.0, 3825.0, 3826.0, 3812.0, 3804.0, 3814.0, 3802.0, 3823.0, 3815.0, 3835.0, 3812.0, 3813.0, 3813.0, 3798.0, 3815.0, 3816.0, 3822.0, 3814.0, 3813.0, 3801.0, 3801.0, 3810.0, 3804.0, 3824.0, 3813.0, 3823.0, 3802.0, 3813.0, 3799.0, 3811.0, 3811.0, 3814.0, 3813.0, 3803.0, 3821.0, 3801.0, 3821.0, 3802.0, 3812.0, 3812.0, 3813.0, 3813.0, 3802.0, 3812.0, 3799.0, 3823.0, 3815.0, 3824.0, 3814.0, 3814.0, 3822.0, 3803.0, 3824.0, 3814.0, 3836.0, 3826.0, 3815.0, 3812.0, 3814.0, 3822.0, 3815.0, 3836.0, 3827.0, 3825.0, 3826.0, 3803.0, 3811.0, 3801.0, 3824.0, 3813.0, 3823.0, 3814.0, 3832.0, 3812.0, 3812.0, 3813.0, 3800.0, 3812.0, 3815.0, 3824.0, 3813.0, 3823.0, 3799.0, 3798.0, 3800.0, 3788.0, 3810.0, 3802.0, 3811.0, 3811.0, 3821.0, 3800.0, 3799.0, 3800.0, 3800.0, 3811.0, 3802.0, 3822.0, 3801.0, 3800.0, 3801.0, 3801.0, 3812.0, 3803.0, 3821.0, 3813.0, 3812.0, 3802.0, 3800.0, 3812.0, 3801.0, 3822.0, 3812.0, 3822.0, 3813.0, 3811.0, 3811.0, 3800.0, 3809.0, 3815.0, 3823.0, 3812.0, 3810.0, 3801.0, 3800.0, 3800.0, 3800.0, 3812.0, 3799.0, 3821.0, 3801.0, 3809.0, 3797.0, 3797.0, 3811.0, 3803.0, 3811.0, 3801.0, 3820.0, 3801.0, 3799.0, 3800.0, 3798.0, 3801.0, 3812.0, 3811.0, 3800.0, 3809.0, 3787.0, 3810.0, 3801.0, 3822.0, 3813.0, 3823.0, 3812.0, 3811.0, 3810.0, 3812.0, 3814.0, 3814.0, 3824.0, 3803.0, 3812.0, 3801.0, 3820.0, 3810.0, 3821.0, 3814.0, 3833.0, 3813.0, 3812.0, 3812.0, 3813.0, 3824.0, 3813.0, 3825.0, 3815.0, 3814.0, 3815.0, 3826.0, 3839.0, 3817.0, 3837.0, 3816.0, 3813.0, 3812.0, 3816.0, 3837.0, 3816.0, 3834.0, 3813.0, 3834.0, 3815.0, 3824.0, 3827.0, 3814.0, 3826.0, 3801.0, 3814.0, 3800.0, 3825.0, 3816.0, 3824.0, 3815.0, 3824.0, 3814.0, 3802.0, 3812.0, 3817.0, 3823.0, 3803.0, 3824.0, 3804.0, 3823.0, 3802.0, 3822.0, 3801.0, 3823.0, 3815.0, 3823.0, 3815.0, 3811.0, 3800.0, 3801.0, 3812.0, 3801.0, 3823.0, 3804.0, 3823.0, 3813.0, 3820.0, 3802.0, 3821.0, 3800.0, 3823.0, 3801.0, 3811.0, 3813.0, 3799.0, 3801.0, 3787.0, 3808.0, 3803.0, 3825.0, 3805.0, 3825.0, 3803.0, 3823.0, 3814.0, 3836.0, 3827.0, 3813.0, 3815.0, 3814.0, 3813.0, 3814.0, 3816.0, 3814.0, 3823.0, 3802.0, 3823.0, 3814.0, 3822.0, 3827.0, 3836.0, 3826.0, 3824.0, 3813.0, 3812.0, 3813.0, 3804.0, 3826.0, 3814.0, 3827.0, 3813.0, 3823.0, 3803.0, 3823.0, 3814.0, 3826.0, 3815.0, 3823.0, 3814.0, 3812.0, 3811.0, 3802.0, 3812.0, 3815.0, 3824.0, 3815.0, 3824.0, 3802.0, 3835.0, 3824.0, 3826.0, 3825.0, 3816.0, 3828.0, 3825.0, 3837.0, 3828.0, 3847.0, 3826.0, 3815.0, 3813.0, 3815.0, 3835.0, 3827.0, 3828.0, 3838.0, 3817.0, 3823.0, 3812.0, 3835.0, 3824.0, 3835.0, 3825.0, 3812.0, 3811.0, 3800.0, 3822.0, 3817.0, 3834.0, 3813.0, 3835.0, 3812.0, 3813.0, 3812.0, 3813.0, 3813.0, 3814.0, 3814.0, 3801.0, 3812.0, 3798.0, 3810.0, 3802.0, 3824.0, 3811.0, 3823.0, 3813.0, 3811.0, 3811.0, 3811.0, 3824.0, 3812.0, 3823.0, 3800.0, 3822.0, 3801.0, 3821.0, 3814.0, 3834.0, 3814.0, 3813.0, 3812.0, 3799.0, 3811.0, 3801.0, 3823.0, 3811.0, 3823.0, 3801.0, 3823.0, 3802.0, 3821.0, 3814.0, 3813.0, 3811.0, 3813.0, 3824.0, 3802.0, 3823.0, 3802.0, 3823.0, 3813.0, 3822.0, 3813.0, 3812.0, 3810.0, 3802.0, 3823.0, 3815.0, 3824.0, 3815.0, 3825.0, 3814.0, 3824.0, 3814.0, 3826.0, 3825.0, 3815.0, 3836.0, 3812.0, 3824.0, 3814.0, 3835.0, 3825.0, 3824.0, 3812.0, 3813.0, 3821.0, 3815.0, 3837.0, 3829.0, 3824.0, 3824.0, 3812.0, 3823.0, 3815.0, 3827.0, 3827.0, 3813.0, 3835.0, 3814.0, 3824.0, 3814.0, 3813.0, 3813.0, 3802.0, 3810.0, 3802.0, 3820.0, 3813.0, 3820.0, 3812.0, 3813.0, 3812.0, 3799.0, 3822.0, 3813.0, 3825.0, 3825.0, 3813.0, 3822.0, 3801.0, 3821.0, 3799.0, 3823.0, 3811.0, 3811.0, 3812.0, 3800.0, 3810.0, 3800.0, 3823.0, 3813.0, 3821.0, 3812.0, 3800.0, 3811.0, 3799.0, 3811.0, 3813.0, 3822.0, 3812.0, 3801.0, 3811.0, 3801.0, 3822.0, 3814.0, 3834.0, 3813.0, 3813.0, 3813.0, 3801.0, 3811.0, 3801.0, 3823.0, 3813.0, 3812.0, 3813.0, 3801.0, 3811.0, 3812.0, 3813.0, 3813.0, 3814.0, 3825.0, 3815.0, 3814.0, 3815.0, 3812.0, 3824.0, 3815.0, 3823.0, 3802.0, 3801.0, 3810.0, 3802.0, 3821.0, 3813.0, 3823.0, 3802.0, 3800.0, 3800.0, 3800.0, 3812.0, 3814.0, 3823.0, 3814.0, 3812.0, 3802.0, 3813.0, 3813.0, 3814.0, 3823.0, 3813.0, 3822.0, 3801.0, 3809.0, 3812.0, 3812.0, 3813.0, 3801.0, 3823.0, 3801.0, 3810.0, 3801.0, 3809.0, 3812.0, 3811.0, 3812.0, 3801.0, 3811.0, 3801.0, 3822.0, 3814.0, 3812.0, 3813.0, 3801.0, 3811.0, 3801.0, 3821.0, 3813.0, 3822.0, 3814.0, 3823.0, 3813.0, 3801.0, 3801.0, 3800.0, 3812.0, 3813.0, 3823.0, 3812.0, 3812.0, 3801.0, 3811.0, 3812.0, 3813.0, 3823.0, 3802.0, 3823.0, 3802.0, 3821.0, 3813.0, 3813.0, 3826.0, 3824.0, 3824.0, 3812.0, 3824.0, 3802.0, 3823.0, 3815.0, 3825.0, 3825.0, 3814.0, 3824.0, 3802.0, 3821.0, 3815.0, 3836.0, 3815.0, 3824.0, 3826.0, 3812.0, 3823.0, 3803.0, 3825.0, 3815.0, 3835.0, 3825.0, 3813.0, 3813.0, 3813.0, 3824.0, 3816.0, 3835.0, 3825.0, 3834.0, 3814.0, 3813.0, 3813.0, 3814.0, 3823.0, 3814.0, 3836.0, 3813.0, 3813.0, 3813.0, 3803.0, 3824.0, 3802.0, 3824.0, 3802.0, 3811.0, 3800.0, 3821.0, 3813.0, 3809.0, 3813.0, 3811.0, 3798.0, 3800.0, 3810.0, 3803.0, 3823.0, 3801.0, 3822.0, 3801.0, 3821.0, 3813.0, 3813.0, 3813.0, 3812.0, 3812.0, 3801.0, 3811.0, 3803.0, 3823.0, 3813.0, 3821.0, 3812.0, 3812.0, 3812.0, 3800.0, 3824.0, 3813.0, 3813.0, 3802.0, 3812.0, 3800.0, 3809.0, 3801.0, 3833.0, 3813.0, 3812.0, 3810.0, 3801.0, 3811.0, 3800.0, 3812.0, 3801.0, 3812.0, 3802.0, 3810.0, 3800.0, 3810.0, 3802.0, 3833.0, 3813.0, 3811.0, 3812.0, 3800.0, 3810.0, 3802.0, 3823.0, 3812.0, 3822.0, 3811.0, 3811.0, 3811.0, 3801.0, 3822.0, 3814.0, 3823.0, 3814.0, 3823.0, 3813.0, 3802.0, 3812.0, 3814.0, 3824.0, 3814.0, 3824.0, 3813.0, 3802.0, 3821.0, 3803.0, 3835.0, 3813.0, 3824.0, 3825.0, 3814.0, 3813.0, 3802.0, 3812.0, 3802.0, 3823.0, 3802.0, 3812.0, 3800.0, 3810.0, 3789.0, 3810.0, 3803.0, 3823.0, 3812.0, 3812.0, 3812.0, 3802.0, 3822.0, 3813.0, 3825.0, 3815.0, 3823.0, 3814.0, 3832.0, 3813.0, 3812.0, 3813.0, 3812.0, 3814.0, 3813.0, 3813.0, 3801.0, 3811.0, 3801.0, 3811.0, 3813.0, 3823.0, 3813.0, 3822.0, 3813.0, 3811.0, 3811.0, 3811.0, 3812.0, 3812.0, 3812.0, 3802.0, 3812.0, 3802.0, 3822.0, 3813.0, 3834.0, 3813.0, 3813.0, 3814.0, 3813.0, 3824.0, 3815.0, 3825.0, 3813.0, 3834.0, 3815.0, 3813.0, 3814.0, 3815.0, 3826.0, 3813.0, 3822.0, 3802.0, 3792.0, 3826.0, 3818.0, 3826.0, 3826.0, 3803.0, 3825.0, 3813.0, 3826.0, 3815.0, 3823.0, 3826.0, 3802.0, 3810.0, 3802.0, 3823.0, 3818.0, 3815.0, 3827.0, 3804.0, 3814.0, 3803.0, 3824.0, 3815.0, 3827.0, 3816.0, 3824.0, 3812.0, 3833.0, 3813.0, 3814.0, 3826.0, 3813.0, 3814.0, 3804.0, 3824.0, 3803.0, 3823.0, 3816.0, 3824.0, 3814.0, 3812.0, 3815.0, 3804.0, 3821.0, 3802.0, 3824.0, 3804.0, 3824.0, 3802.0, 3814.0, 3791.0, 3811.0, 3803.0, 3823.0, 3813.0, 3823.0, 3812.0, 3813.0, 3801.0, 3790.0, 3812.0, 3803.0, 3821.0, 3811.0, 3823.0, 3802.0, 3813.0, 3802.0, 3814.0, 3811.0, 3803.0, 3824.0, 3804.0, 3812.0, 3800.0, 3824.0, 3816.0, 3813.0, 3815.0, 3804.0, 3813.0, 3804.0, 3825.0, 3813.0, 3836.0, 3826.0, 3814.0, 3814.0, 3801.0, 3825.0, 3802.0, 3825.0, 3814.0, 3823.0, 3802.0, 3822.0, 3814.0, 3812.0, 3814.0, 3813.0, 3811.0, 3800.0, 3813.0, 3802.0, 3823.0, 3815.0, 3835.0, 3824.0, 3815.0, 3812.0, 3803.0, 3813.0, 3801.0, 3813.0, 3802.0, 3823.0, 3801.0, 3811.0, 3799.0, 3810.0, 3813.0, 3803.0, 3814.0, 3802.0, 3811.0, 3803.0, 3822.0, 3813.0, 3823.0, 3811.0, 3802.0, 3812.0, 3801.0, 3813.0, 3803.0, 3823.0, 3814.0, 3810.0, 3802.0, 3802.0, 3813.0, 3804.0, 3825.0, 3815.0, 3825.0, 3817.0, 3813.0, 3815.0, 3815.0, 3825.0, 3815.0, 3813.0, 3814.0, 3813.0, 3814.0, 3815.0, 3825.0, 3804.0, 3823.0, 3800.0, 3823.0, 3802.0, 3810.0, 3815.0, 3814.0, 3816.0, 3803.0, 3824.0, 3803.0, 3813.0, 3803.0, 3824.0, 3814.0, 3824.0, 3814.0, 3811.0, 3802.0, 3802.0, 3811.0, 3804.0, 3814.0, 3815.0, 3815.0, 3812.0, 3810.0, 3813.0, 3803.0, 3813.0, 3801.0, 3823.0, 3800.0, 3813.0, 3800.0, 3822.0, 3814.0, 3814.0, 3815.0, 3803.0, 3822.0, 3815.0, 3825.0, 3816.0, 3838.0, 3828.0, 3837.0, 3813.0, 3816.0, 3814.0, 3804.0, 3828.0, 3818.0], 'WindowWidth': [8653.0, 8612.0, 8615.0, 8604.0, 8620.0, 8584.0, 8563.0, 8574.0, 8559.0, 8587.0, 8563.0, 8612.0, 8593.0, 8596.0, 8582.0, 8557.0, 8565.0, 8565.0, 8587.0, 8596.0, 8586.0, 8610.0, 8580.0, 8580.0, 8596.0, 8576.0, 8592.0, 8558.0, 8583.0, 8557.0, 8569.0, 8592.0, 8582.0, 8580.0, 8578.0, 8588.0, 8554.0, 8553.0, 8573.0, 8559.0, 8577.0, 8562.0, 8590.0, 8560.0, 8592.0, 8580.0, 8611.0, 8582.0, 8597.0, 8601.0, 8579.0, 8597.0, 8582.0, 8610.0, 8606.0, 8601.0, 8602.0, 8586.0, 8598.0, 8583.0, 8608.0, 8583.0, 8614.0, 8602.0, 8599.0, 8596.0, 8586.0, 8592.0, 8587.0, 8631.0, 8599.0, 8579.0, 8597.0, 8567.0, 8590.0, 8581.0, 8611.0, 8587.0, 8578.0, 8598.0, 8562.0, 8595.0, 8588.0, 8601.0, 8602.0, 8579.0, 8592.0, 8563.0, 8556.0, 8577.0, 8563.0, 8570.0, 8557.0, 8575.0, 8603.0, 8583.0, 8579.0, 8558.0, 8579.0, 8573.0, 8597.0, 8583.0, 8583.0, 8580.0, 8567.0, 8603.0, 8591.0, 8600.0, 8595.0, 8561.0, 8575.0, 8554.0, 8560.0, 8589.0, 8582.0, 8611.0, 8582.0, 8582.0, 8590.0, 8554.0, 8582.0, 8559.0, 8571.0, 8583.0, 8579.0, 8575.0, 8562.0, 8573.0, 8558.0, 8570.0, 8568.0, 8578.0, 8573.0, 8563.0, 8589.0, 8559.0, 8571.0, 8560.0, 8571.0, 8579.0, 8574.0, 8576.0, 8556.0, 8569.0, 8555.0, 8566.0, 8557.0, 8586.0, 8579.0, 8573.0, 8571.0, 8555.0, 8568.0, 8551.0, 8587.0, 8585.0, 8591.0, 8575.0, 8574.0, 8572.0, 8558.0, 8573.0, 8564.0, 8609.0, 8584.0, 8612.0, 8585.0, 8578.0, 8575.0, 8564.0, 8597.0, 8585.0, 8598.0, 8603.0, 8596.0, 8582.0, 8580.0, 8594.0, 8603.0, 8617.0, 8596.0, 8597.0, 8575.0, 8563.0, 8578.0, 8562.0, 8591.0, 8583.0, 8608.0, 8577.0, 8575.0, 8576.0, 8552.0, 8582.0, 8585.0, 8588.0, 8579.0, 8575.0, 8558.0, 8557.0, 8568.0, 8565.0, 8591.0, 8576.0, 8589.0, 8560.0, 8574.0, 8553.0, 8569.0, 8572.0, 8580.0, 8575.0, 8561.0, 8585.0, 8557.0, 8582.0, 8560.0, 8573.0, 8575.0, 8577.0, 8577.0, 8561.0, 8573.0, 8553.0, 8589.0, 8583.0, 8595.0, 8581.0, 8579.0, 8587.0, 8563.0, 8591.0, 8582.0, 8613.0, 8602.0, 8582.0, 8576.0, 8578.0, 8588.0, 8583.0, 8614.0, 8602.0, 8597.0, 8598.0, 8564.0, 8574.0, 8559.0, 8591.0, 8579.0, 8593.0, 8581.0, 8604.0, 8577.0, 8573.0, 8575.0, 8554.0, 8572.0, 8582.0, 8592.0, 8577.0, 8589.0, 8555.0, 8549.0, 8552.0, 8536.0, 8567.0, 8561.0, 8570.0, 8572.0, 8584.0, 8553.0, 8550.0, 8553.0, 8555.0, 8571.0, 8560.0, 8587.0, 8559.0, 8555.0, 8556.0, 8558.0, 8574.0, 8564.0, 8586.0, 8577.0, 8575.0, 8560.0, 8555.0, 8572.0, 8559.0, 8589.0, 8575.0, 8589.0, 8576.0, 8572.0, 8571.0, 8554.0, 8566.0, 8582.0, 8590.0, 8576.0, 8569.0, 8558.0, 8553.0, 8553.0, 8555.0, 8573.0, 8556.0, 8584.0, 8557.0, 8564.0, 8549.0, 8546.0, 8570.0, 8565.0, 8572.0, 8559.0, 8584.0, 8558.0, 8551.0, 8556.0, 8550.0, 8557.0, 8573.0, 8572.0, 8555.0, 8566.0, 8534.0, 8567.0, 8559.0, 8587.0, 8577.0, 8589.0, 8574.0, 8571.0, 8569.0, 8572.0, 8580.0, 8580.0, 8593.0, 8562.0, 8574.0, 8557.0, 8581.0, 8569.0, 8585.0, 8578.0, 8603.0, 8577.0, 8574.0, 8573.0, 8574.0, 8594.0, 8581.0, 8597.0, 8582.0, 8580.0, 8584.0, 8603.0, 8620.0, 8590.0, 8615.0, 8583.0, 8576.0, 8576.0, 8585.0, 8614.0, 8587.0, 8608.0, 8580.0, 8606.0, 8582.0, 8595.0, 8602.0, 8580.0, 8596.0, 8558.0, 8576.0, 8554.0, 8592.0, 8583.0, 8591.0, 8580.0, 8591.0, 8576.0, 8560.0, 8574.0, 8589.0, 8591.0, 8564.0, 8590.0, 8564.0, 8590.0, 8561.0, 8585.0, 8558.0, 8587.0, 8582.0, 8591.0, 8580.0, 8571.0, 8556.0, 8554.0, 8570.0, 8557.0, 8589.0, 8564.0, 8590.0, 8576.0, 8581.0, 8559.0, 8581.0, 8555.0, 8589.0, 8558.0, 8570.0, 8574.0, 8552.0, 8555.0, 8534.0, 8563.0, 8564.0, 8595.0, 8568.0, 8595.0, 8564.0, 8588.0, 8578.0, 8611.0, 8601.0, 8576.0, 8582.0, 8578.0, 8575.0, 8581.0, 8585.0, 8578.0, 8593.0, 8561.0, 8589.0, 8578.0, 8588.0, 8602.0, 8611.0, 8599.0, 8594.0, 8579.0, 8574.0, 8577.0, 8565.0, 8597.0, 8581.0, 8599.0, 8577.0, 8591.0, 8563.0, 8588.0, 8580.0, 8597.0, 8581.0, 8591.0, 8579.0, 8573.0, 8571.0, 8558.0, 8575.0, 8583.0, 8592.0, 8580.0, 8592.0, 8563.0, 8608.0, 8596.0, 8600.0, 8600.0, 8584.0, 8603.0, 8600.0, 8615.0, 8605.0, 8632.0, 8601.0, 8581.0, 8577.0, 8582.0, 8608.0, 8603.0, 8604.0, 8620.0, 8589.0, 8594.0, 8578.0, 8610.0, 8598.0, 8611.0, 8599.0, 8577.0, 8575.0, 8558.0, 8588.0, 8589.0, 8608.0, 8579.0, 8609.0, 8576.0, 8575.0, 8575.0, 8576.0, 8579.0, 8580.0, 8579.0, 8558.0, 8572.0, 8550.0, 8567.0, 8560.0, 8591.0, 8574.0, 8589.0, 8576.0, 8572.0, 8572.0, 8573.0, 8594.0, 8575.0, 8591.0, 8558.0, 8587.0, 8559.0, 8585.0, 8579.0, 8606.0, 8580.0, 8576.0, 8575.0, 8553.0, 8569.0, 8556.0, 8590.0, 8575.0, 8590.0, 8559.0, 8588.0, 8560.0, 8584.0, 8580.0, 8578.0, 8574.0, 8576.0, 8594.0, 8562.0, 8588.0, 8561.0, 8590.0, 8577.0, 8588.0, 8578.0, 8574.0, 8568.0, 8559.0, 8589.0, 8582.0, 8594.0, 8582.0, 8596.0, 8580.0, 8592.0, 8581.0, 8599.0, 8597.0, 8584.0, 8613.0, 8577.0, 8592.0, 8580.0, 8610.0, 8597.0, 8592.0, 8575.0, 8577.0, 8587.0, 8584.0, 8617.0, 8610.0, 8594.0, 8594.0, 8578.0, 8592.0, 8583.0, 8603.0, 8603.0, 8581.0, 8612.0, 8580.0, 8594.0, 8580.0, 8579.0, 8578.0, 8562.0, 8571.0, 8560.0, 8584.0, 8576.0, 8584.0, 8574.0, 8577.0, 8574.0, 8556.0, 8587.0, 8579.0, 8597.0, 8597.0, 8577.0, 8589.0, 8558.0, 8584.0, 8554.0, 8590.0, 8574.0, 8571.0, 8573.0, 8553.0, 8568.0, 8555.0, 8589.0, 8576.0, 8584.0, 8575.0, 8556.0, 8570.0, 8553.0, 8571.0, 8577.0, 8587.0, 8574.0, 8558.0, 8571.0, 8558.0, 8587.0, 8579.0, 8606.0, 8579.0, 8578.0, 8575.0, 8557.0, 8569.0, 8559.0, 8591.0, 8576.0, 8573.0, 8577.0, 8558.0, 8570.0, 8575.0, 8579.0, 8578.0, 8580.0, 8594.0, 8582.0, 8581.0, 8583.0, 8579.0, 8593.0, 8584.0, 8592.0, 8561.0, 8558.0, 8569.0, 8561.0, 8586.0, 8577.0, 8591.0, 8560.0, 8555.0, 8556.0, 8555.0, 8575.0, 8580.0, 8590.0, 8579.0, 8574.0, 8561.0, 8575.0, 8578.0, 8580.0, 8591.0, 8575.0, 8587.0, 8559.0, 8566.0, 8573.0, 8576.0, 8576.0, 8557.0, 8588.0, 8556.0, 8568.0, 8558.0, 8569.0, 8575.0, 8572.0, 8574.0, 8556.0, 8569.0, 8558.0, 8587.0, 8581.0, 8576.0, 8578.0, 8558.0, 8570.0, 8557.0, 8584.0, 8577.0, 8589.0, 8579.0, 8589.0, 8577.0, 8557.0, 8557.0, 8555.0, 8575.0, 8578.0, 8589.0, 8575.0, 8574.0, 8559.0, 8571.0, 8574.0, 8578.0, 8591.0, 8561.0, 8590.0, 8561.0, 8584.0, 8576.0, 8578.0, 8599.0, 8592.0, 8594.0, 8575.0, 8592.0, 8561.0, 8591.0, 8584.0, 8596.0, 8595.0, 8579.0, 8593.0, 8561.0, 8587.0, 8582.0, 8612.0, 8583.0, 8595.0, 8598.0, 8576.0, 8591.0, 8563.0, 8595.0, 8582.0, 8608.0, 8597.0, 8577.0, 8575.0, 8575.0, 8592.0, 8586.0, 8610.0, 8597.0, 8608.0, 8579.0, 8575.0, 8575.0, 8581.0, 8591.0, 8579.0, 8611.0, 8576.0, 8575.0, 8575.0, 8564.0, 8592.0, 8562.0, 8594.0, 8559.0, 8570.0, 8556.0, 8583.0, 8577.0, 8568.0, 8576.0, 8571.0, 8550.0, 8556.0, 8568.0, 8565.0, 8589.0, 8559.0, 8585.0, 8558.0, 8584.0, 8576.0, 8577.0, 8576.0, 8574.0, 8574.0, 8557.0, 8570.0, 8563.0, 8590.0, 8578.0, 8586.0, 8574.0, 8573.0, 8572.0, 8555.0, 8592.0, 8576.0, 8576.0, 8560.0, 8572.0, 8555.0, 8566.0, 8559.0, 8604.0, 8578.0, 8572.0, 8570.0, 8556.0, 8570.0, 8555.0, 8574.0, 8559.0, 8573.0, 8560.0, 8569.0, 8554.0, 8566.0, 8560.0, 8602.0, 8577.0, 8572.0, 8573.0, 8553.0, 8568.0, 8562.0, 8589.0, 8575.0, 8588.0, 8573.0, 8572.0, 8571.0, 8557.0, 8588.0, 8579.0, 8591.0, 8580.0, 8591.0, 8576.0, 8560.0, 8574.0, 8581.0, 8595.0, 8581.0, 8593.0, 8577.0, 8562.0, 8587.0, 8565.0, 8611.0, 8580.0, 8594.0, 8598.0, 8579.0, 8578.0, 8561.0, 8575.0, 8562.0, 8590.0, 8560.0, 8574.0, 8554.0, 8566.0, 8538.0, 8566.0, 8563.0, 8589.0, 8575.0, 8574.0, 8576.0, 8561.0, 8588.0, 8577.0, 8597.0, 8583.0, 8592.0, 8580.0, 8602.0, 8577.0, 8575.0, 8576.0, 8574.0, 8580.0, 8576.0, 8577.0, 8559.0, 8572.0, 8559.0, 8571.0, 8576.0, 8591.0, 8577.0, 8588.0, 8577.0, 8572.0, 8572.0, 8570.0, 8575.0, 8573.0, 8575.0, 8562.0, 8575.0, 8562.0, 8587.0, 8578.0, 8605.0, 8579.0, 8578.0, 8579.0, 8582.0, 8594.0, 8583.0, 8596.0, 8578.0, 8607.0, 8581.0, 8577.0, 8580.0, 8584.0, 8598.0, 8580.0, 8588.0, 8558.0, 8543.0, 8596.0, 8590.0, 8599.0, 8599.0, 8564.0, 8592.0, 8577.0, 8595.0, 8581.0, 8589.0, 8596.0, 8558.0, 8567.0, 8558.0, 8589.0, 8588.0, 8582.0, 8600.0, 8565.0, 8577.0, 8562.0, 8589.0, 8582.0, 8598.0, 8584.0, 8593.0, 8573.0, 8601.0, 8576.0, 8578.0, 8598.0, 8576.0, 8578.0, 8565.0, 8590.0, 8562.0, 8587.0, 8582.0, 8595.0, 8582.0, 8576.0, 8580.0, 8564.0, 8585.0, 8560.0, 8592.0, 8566.0, 8593.0, 8560.0, 8576.0, 8542.0, 8568.0, 8560.0, 8588.0, 8577.0, 8587.0, 8576.0, 8574.0, 8557.0, 8541.0, 8571.0, 8563.0, 8585.0, 8571.0, 8590.0, 8560.0, 8573.0, 8558.0, 8577.0, 8572.0, 8562.0, 8592.0, 8565.0, 8572.0, 8557.0, 8592.0, 8583.0, 8577.0, 8581.0, 8564.0, 8576.0, 8565.0, 8596.0, 8577.0, 8610.0, 8597.0, 8580.0, 8579.0, 8558.0, 8593.0, 8563.0, 8597.0, 8580.0, 8589.0, 8560.0, 8585.0, 8577.0, 8574.0, 8580.0, 8574.0, 8573.0, 8556.0, 8574.0, 8560.0, 8589.0, 8581.0, 8607.0, 8594.0, 8581.0, 8574.0, 8561.0, 8574.0, 8559.0, 8575.0, 8560.0, 8590.0, 8557.0, 8567.0, 8553.0, 8570.0, 8577.0, 8562.0, 8579.0, 8559.0, 8570.0, 8560.0, 8587.0, 8577.0, 8590.0, 8571.0, 8558.0, 8571.0, 8557.0, 8574.0, 8562.0, 8589.0, 8578.0, 8568.0, 8559.0, 8558.0, 8577.0, 8566.0, 8595.0, 8583.0, 8596.0, 8587.0, 8578.0, 8583.0, 8581.0, 8596.0, 8580.0, 8575.0, 8578.0, 8576.0, 8579.0, 8580.0, 8596.0, 8565.0, 8591.0, 8556.0, 8586.0, 8560.0, 8567.0, 8580.0, 8579.0, 8582.0, 8563.0, 8590.0, 8562.0, 8575.0, 8561.0, 8592.0, 8580.0, 8592.0, 8578.0, 8572.0, 8559.0, 8559.0, 8572.0, 8565.0, 8579.0, 8583.0, 8579.0, 8573.0, 8569.0, 8575.0, 8564.0, 8577.0, 8558.0, 8591.0, 8556.0, 8573.0, 8554.0, 8586.0, 8580.0, 8579.0, 8583.0, 8563.0, 8588.0, 8581.0, 8593.0, 8585.0, 8615.0, 8603.0, 8614.0, 8578.0, 8582.0, 8579.0, 8566.0, 8606.0, 8592.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.0002623982683982684</td></tr>
<tr><td colspan=3>aqi</td><td>0.020439499653679655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.604808552807626</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2200102934315413</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9823540037521648</td></tr>
<tr><td colspan=3>efc</td><td>0.493</td></tr>
<tr><td colspan=3>fber</td><td>5819.9907</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07886429350173561</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4718614718614718</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3468816321340866</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2506241281591213</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.564043029777541</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.225977738465596</td></tr>
<tr><td colspan=3>gcor</td><td>0.00512827</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00831320509314537</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02791123278439045</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</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.265644223489392</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>23.0066</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4554</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.0429</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292259.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>727.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.2078</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2076</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.1886</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3014.7453</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>738.2194</td></tr>
<tr><td colspan=3>tsnr</td><td>41.92182902712375</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>