ds005256-mriqc/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 73782ef499 [DATALAD RUNCMD] Compute MRIQC for sub-0109
=== 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-0109 --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-0109",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:08 +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-0109_ses-03_task-alignvideo_acq-mb8_run-01_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-0109_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_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-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_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-0109/ses-03/func/sub-0109_ses-03_task-alignvideo_acq-mb8_run-01_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>922003ace9503cc409e459bb33c65b69</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:36:48.315000</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.999421, -0.0140456, 0.0310025, 0.0113385, 0.996245, 0.0858286]</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.259</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0925311</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4235, -7783, -7209, 391, -85, 40, 48, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.436</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>33746b15-3204-4902-9c8e-3da853801a2d||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.6813724040985107, 0.030420469120144844, 0.08664737641811371, 108.20015716552734], [0.03768333047628403, 2.672853469848633, 0.2306537628173828, -114.10103607177734], [0.08317746222019196, -0.23027177155017853, 2.6887340545654297, -60.2841911315918], [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, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['173648.315000', '173648.775000', '173649.235000', '173649.695000', '173650.155000', '173650.615000', '173651.075000', '173651.535000', '173651.995000', '173652.455000', '173652.915000', '173653.375000', '173653.835000', '173654.295000', '173654.755000', '173655.215000', '173655.675000', '173656.135000', '173656.595000', '173657.055000', '173657.515000', '173657.975000', '173658.435000', '173658.895000', '173659.355000', '173659.815000', '173700.275000', '173700.735000', '173701.195000', '173701.655000', '173702.115000', '173702.575000', '173703.035000', '173703.495000', '173703.955000', '173704.415000', '173704.875000', '173705.335000', '173705.795000', '173706.255000', '173706.715000', '173707.175000', '173707.635000', '173708.095000', '173708.555000', '173709.015000', '173709.475000', '173709.935000', '173710.395000', '173710.855000', '173711.315000', '173711.775000', '173712.235000', '173712.695000', '173713.155000', '173713.615000', '173714.075000', '173714.535000', '173714.995000', '173715.455000', '173715.915000', '173716.375000', '173716.835000', '173717.295000', '173717.755000', '173718.215000', '173718.675000', '173719.135000', '173719.595000', '173720.055000', '173720.515000', '173720.975000', '173721.435000', '173721.895000', '173722.355000', '173722.815000', '173723.275000', '173723.735000', '173724.195000', '173724.655000', '173725.115000', '173725.575000', '173726.035000', '173726.495000', '173726.955000', '173727.415000', '173727.875000', '173728.335000', '173728.795000', '173729.255000', '173729.715000', '173730.175000', '173730.635000', '173731.095000', '173731.555000', '173732.015000', '173732.475000', '173732.935000', '173733.395000', '173733.855000', '173734.315000', '173734.775000', '173735.235000', '173735.695000', '173736.155000', '173736.615000', '173737.075000', '173737.535000', '173737.995000', '173738.455000', '173738.915000', '173739.375000', '173739.835000', '173740.295000', '173740.755000', '173741.215000', '173741.675000', '173742.135000', '173742.595000', '173743.055000', '173743.515000', '173743.975000', '173744.435000', '173744.895000', '173745.355000', '173745.815000', '173746.275000', '173746.735000', '173747.195000', '173747.655000', '173748.115000', '173748.575000', '173749.035000', '173749.495000', '173749.955000', '173750.415000', '173750.875000', '173751.335000', '173751.795000', '173752.255000', '173752.715000', '173753.175000', '173753.635000', '173754.095000', '173754.555000', '173755.015000', '173755.475000', '173755.935000', '173756.395000', '173756.855000', '173757.315000', '173757.775000', '173758.235000', '173758.695000', '173759.155000', '173759.615000', '173800.075000', '173800.535000', '173800.995000', '173801.455000', '173801.915000', '173802.375000', '173802.835000', '173803.295000', '173803.755000', '173804.215000', '173804.675000', '173805.135000', '173805.595000', '173806.055000', '173806.515000', '173806.975000', '173807.435000', '173807.895000', '173808.355000', '173808.815000', '173809.275000', '173809.735000', '173810.195000', '173810.655000', '173811.115000', '173811.575000', '173812.035000', '173812.495000', '173812.955000', '173813.415000', '173813.875000', '173814.335000', '173814.795000', '173815.255000', '173815.715000', '173816.175000', '173816.635000', '173817.095000', '173817.555000', '173818.015000', '173818.475000', '173818.935000', '173819.395000', '173819.855000', '173820.315000', '173820.775000', '173821.235000', '173821.695000', '173822.155000', '173822.615000', '173823.075000', '173823.535000', '173823.995000', '173824.455000', '173824.915000', '173825.375000', '173825.835000', '173826.295000', '173826.755000', '173827.215000', '173827.675000', '173828.135000', '173828.595000', '173829.055000', '173829.515000', '173829.975000', '173830.435000', '173830.895000', '173831.355000', '173831.815000', '173832.275000', '173832.735000', '173833.195000', '173833.655000', '173834.115000', '173834.575000', '173835.035000', '173835.495000', '173835.955000', '173836.415000', '173836.875000', '173837.335000', '173837.795000', '173838.255000', '173838.715000', '173839.175000', '173839.635000', '173840.095000', '173840.555000', '173841.015000', '173841.475000', '173841.935000', '173842.395000', '173842.855000', '173843.315000', '173843.775000', '173844.235000', '173844.695000', '173845.155000', '173845.615000', '173846.075000', '173846.535000', '173846.995000', '173847.455000', '173847.915000', '173848.375000', '173848.835000', '173849.295000', '173849.755000', '173850.215000', '173850.675000', '173851.135000', '173851.595000', '173852.055000', '173852.515000', '173852.975000', '173853.435000', '173853.895000', '173854.355000', '173854.815000', '173855.275000', '173855.735000', '173856.195000', '173856.655000', '173857.115000', '173857.575000', '173858.035000', '173858.495000', '173858.955000', '173859.415000', '173859.875000', '173900.335000', '173900.795000', '173901.255000', '173901.715000', '173902.175000', '173902.635000', '173903.095000', '173903.555000', '173904.015000', '173904.475000', '173904.935000', '173905.395000', '173905.855000', '173906.315000', '173906.775000', '173907.235000', '173907.695000', '173908.155000', '173908.615000', '173909.075000', '173909.535000', '173909.995000', '173910.455000', '173910.915000', '173911.375000', '173911.835000', '173912.295000', '173912.755000', '173913.215000', '173913.675000', '173914.135000', '173914.595000', '173915.055000', '173915.515000', '173915.975000', '173916.435000', '173916.895000', '173917.355000', '173917.815000', '173918.275000', '173918.735000', '173919.195000', '173919.655000', '173920.115000', '173920.575000', '173921.035000', '173921.495000', '173921.955000', '173922.415000', '173922.875000', '173923.335000', '173923.795000', '173924.255000', '173924.715000', '173925.175000', '173925.635000', '173926.095000', '173926.555000', '173927.015000', '173927.475000', '173927.935000', '173928.395000', '173928.855000', '173929.315000', '173929.775000', '173930.235000', '173930.695000', '173931.155000', '173931.615000', '173932.075000', '173932.535000', '173932.995000', '173933.455000', '173933.915000', '173934.375000', '173934.835000', '173935.295000', '173935.755000', '173936.215000', '173936.675000', '173937.135000', '173937.595000', '173938.055000', '173938.515000', '173938.975000', '173939.435000', '173939.895000', '173940.355000', '173940.815000', '173941.275000', '173941.735000', '173942.195000', '173942.655000', '173943.115000', '173943.575000', '173944.035000', '173944.495000', '173944.955000', '173945.415000', '173945.875000', '173946.335000', '173946.795000', '173947.255000', '173947.715000', '173948.175000', '173948.635000', '173949.095000', '173949.555000', '173950.015000', '173950.475000', '173950.935000', '173951.395000', '173951.855000', '173952.315000', '173952.775000', '173953.235000', '173953.695000', '173954.155000', '173954.615000', '173955.075000', '173955.535000', '173955.995000', '173956.455000', '173956.915000', '173957.375000', '173957.835000', '173958.295000', '173958.755000', '173959.215000', '173959.675000', '174000.135000', '174000.595000', '174001.055000', '174001.515000', '174001.975000', '174002.435000', '174002.895000', '174003.355000', '174003.815000', '174004.275000', '174004.735000', '174005.195000', '174005.655000', '174006.115000', '174006.575000', '174007.035000', '174007.495000', '174007.955000', '174008.415000', '174008.875000', '174009.335000', '174009.795000', '174010.255000', '174010.715000', '174011.175000', '174011.635000', '174012.095000', '174012.555000', '174013.015000', '174013.475000', '174013.935000', '174014.395000', '174014.855000', '174015.315000', '174015.775000', '174016.235000', '174016.695000', '174017.155000', '174017.615000', '174018.075000', '174018.535000', '174018.995000', '174019.455000', '174019.915000', '174020.375000', '174020.835000', '174021.295000', '174021.755000', '174022.215000', '174022.675000', '174023.135000', '174023.595000', '174024.055000', '174024.515000', '174024.975000', '174025.435000', '174025.895000', '174026.355000', '174026.815000', '174027.275000', '174027.735000', '174028.195000', '174028.655000', '174029.115000', '174029.575000', '174030.035000', '174030.495000', '174030.955000', '174031.415000', '174031.875000', '174032.335000', '174032.795000', '174033.255000', '174033.715000', '174034.175000', '174034.635000', '174035.095000', '174035.555000', '174036.015000', '174036.475000', '174036.935000', '174037.395000', '174037.855000', '174038.315000', '174038.775000', '174039.235000', '174039.695000', '174040.155000', '174040.615000', '174041.075000', '174041.535000', '174041.995000', '174042.455000', '174042.915000', '174043.375000', '174043.835000', '174044.295000', '174044.755000', '174045.215000', '174045.675000', '174046.135000', '174046.595000', '174047.055000', '174047.515000', '174047.975000', '174048.435000', '174048.895000', '174049.355000', '174049.815000', '174050.275000', '174050.735000', '174051.195000', '174051.655000', '174052.115000', '174052.575000', '174053.035000', '174053.495000', '174053.955000', '174054.415000', '174054.875000', '174055.335000', '174055.795000', '174056.255000', '174056.715000', '174057.175000', '174057.635000', '174058.095000', '174058.555000', '174059.015000', '174059.475000', '174059.935000', '174100.395000', '174100.855000', '174101.315000', '174101.775000', '174102.235000', '174102.695000', '174103.155000', '174103.615000', '174104.075000', '174104.535000', '174104.995000', '174105.455000', '174105.915000', '174106.375000', '174106.835000', '174107.295000', '174107.755000', '174108.215000', '174108.675000', '174109.135000', '174109.595000', '174110.055000', '174110.515000', '174110.975000', '174111.435000', '174111.895000', '174112.355000', '174112.815000', '174113.275000', '174113.735000', '174114.195000', '174114.655000', '174115.115000', '174115.575000', '174116.035000', '174116.495000', '174116.955000', '174117.415000', '174117.875000', '174118.335000', '174118.795000', '174119.255000', '174119.715000', '174120.175000', '174120.635000', '174121.095000', '174121.555000', '174122.015000', '174122.475000', '174122.935000', '174123.395000', '174123.855000', '174124.315000', '174124.775000', '174125.235000', '174125.695000', '174126.155000', '174126.615000', '174127.075000', '174127.535000', '174127.995000', '174128.455000', '174128.915000', '174129.375000', '174129.835000', '174130.295000', '174130.755000', '174131.215000', '174131.675000', '174132.135000', '174132.595000', '174133.055000', '174133.515000', '174133.975000', '174134.435000', '174134.895000', '174135.355000', '174135.815000', '174136.275000', '174136.735000', '174137.195000', '174137.655000', '174138.115000', '174138.575000', '174139.035000', '174139.495000', '174139.955000', '174140.415000', '174140.875000', '174141.335000', '174141.795000', '174142.255000', '174142.715000', '174143.175000', '174143.635000', '174144.095000', '174144.555000', '174145.015000', '174145.475000', '174145.935000', '174146.395000', '174146.855000', '174147.315000', '174147.775000', '174148.235000', '174148.695000', '174149.155000', '174149.615000', '174150.075000', '174150.535000', '174150.995000', '174151.455000', '174151.915000', '174152.375000', '174152.835000', '174153.295000', '174153.755000', '174154.215000', '174154.675000', '174155.135000', '174155.595000', '174156.055000', '174156.515000', '174156.975000', '174157.435000', '174157.895000', '174158.355000', '174158.815000', '174159.275000', '174159.735000', '174200.195000', '174200.655000', '174201.115000', '174201.575000', '174202.035000', '174202.495000', '174202.955000', '174203.415000', '174203.875000', '174204.335000', '174204.795000', '174205.255000', '174205.715000', '174206.175000', '174206.635000', '174207.095000', '174207.555000', '174208.015000', '174208.475000', '174208.935000', '174209.395000', '174209.855000', '174210.315000', '174210.775000', '174211.235000', '174211.695000', '174212.155000', '174212.615000', '174213.075000', '174213.535000', '174213.995000', '174214.455000', '174214.915000', '174215.375000', '174215.835000', '174216.295000', '174216.755000', '174217.215000', '174217.675000', '174218.135000', '174218.595000', '174219.055000', '174219.515000', '174219.975000', '174220.435000', '174220.895000', '174221.355000', '174221.815000', '174222.275000', '174222.735000', '174223.195000', '174223.655000', '174224.115000', '174224.575000', '174225.035000', '174225.495000', '174225.955000', '174226.415000', '174226.875000', '174227.335000', '174227.795000', '174228.255000', '174228.715000', '174229.175000', '174229.635000', '174230.095000', '174230.555000', '174231.015000', '174231.475000', '174231.935000', '174232.395000', '174232.855000', '174233.315000', '174233.775000', '174234.235000', '174234.695000', '174235.155000', '174235.615000', '174236.075000', '174236.535000', '174236.995000', '174237.455000', '174237.915000', '174238.375000', '174238.835000', '174239.295000', '174239.755000', '174240.215000', '174240.675000', '174241.135000', '174241.595000', '174242.055000', '174242.515000', '174242.975000', '174243.435000', '174243.895000', '174244.355000', '174244.815000', '174245.275000', '174245.735000', '174246.195000', '174246.655000', '174247.115000', '174247.575000', '174248.035000', '174248.495000', '174248.955000', '174249.415000', '174249.875000', '174250.335000', '174250.795000', '174251.255000', '174251.715000', '174252.175000', '174252.635000', '174253.095000', '174253.555000', '174254.015000', '174254.475000', '174254.935000', '174255.395000', '174255.855000', '174256.315000', '174256.775000', '174257.235000', '174257.695000', '174258.155000', '174258.615000', '174259.075000', '174259.535000', '174259.995000', '174300.455000', '174300.915000', '174301.375000', '174301.835000', '174302.295000', '174302.755000', '174303.215000', '174303.675000', '174304.135000', '174304.595000', '174305.055000', '174305.515000', '174305.975000', '174306.435000', '174306.895000', '174307.355000', '174307.815000', '174308.275000', '174308.735000', '174309.195000', '174309.655000', '174310.115000', '174310.575000', '174311.035000', '174311.495000', '174311.955000', '174312.415000', '174312.875000', '174313.335000', '174313.795000', '174314.255000', '174314.715000', '174315.175000', '174315.635000', '174316.095000', '174316.555000', '174317.015000', '174317.475000', '174317.935000', '174318.395000', '174318.855000', '174319.315000', '174319.775000', '174320.235000', '174320.695000', '174321.155000', '174321.615000', '174322.075000', '174322.535000', '174322.995000', '174323.455000', '174323.915000', '174324.375000', '174324.835000', '174325.295000', '174325.755000', '174326.215000', '174326.675000', '174327.135000', '174327.595000', '174328.055000', '174328.515000', '174328.975000', '174329.435000', '174329.895000', '174330.355000', '174330.815000', '174331.275000', '174331.735000', '174332.195000', '174332.655000', '174333.115000', '174333.575000', '174334.035000', '174334.495000', '174334.955000', '174335.415000', '174335.875000', '174336.335000', '174336.795000', '174337.255000', '174337.715000', '174338.175000', '174338.635000', '174339.095000', '174339.555000', '174340.015000', '174340.475000', '174340.935000', '174341.395000', '174341.855000', '174342.315000', '174342.775000', '174343.235000', '174343.695000', '174344.155000', '174344.615000', '174345.075000', '174345.535000', '174345.995000', '174346.455000', '174346.915000', '174347.375000', '174347.835000', '174348.295000', '174348.755000', '174349.215000', '174349.675000', '174350.135000', '174350.595000', '174351.055000', '174351.515000', '174351.975000', '174352.435000', '174352.895000', '174353.355000', '174353.815000', '174354.275000', '174354.735000', '174355.195000', '174355.655000', '174356.115000', '174356.575000', '174357.035000', '174357.495000', '174357.955000', '174358.415000', '174358.875000', '174359.335000', '174359.795000', '174400.255000', '174400.715000', '174401.175000', '174401.635000', '174402.095000', '174402.555000', '174403.015000', '174403.475000', '174403.935000', '174404.395000', '174404.855000', '174405.315000', '174405.775000', '174406.235000', '174406.695000', '174407.155000', '174407.615000', '174408.075000', '174408.535000', '174408.995000', '174409.455000', '174409.915000', '174410.375000', '174410.835000', '174411.295000', '174411.755000', '174412.215000', '174412.675000', '174413.135000', '174413.595000', '174414.055000', '174414.515000', '174414.975000', '174415.435000', '174415.895000', '174416.355000', '174416.815000', '174417.275000', '174417.735000', '174418.195000', '174418.655000', '174419.115000', '174419.575000', '174420.035000', '174420.495000', '174420.955000', '174421.415000', '174421.875000', '174422.335000', '174422.795000', '174423.255000', '174423.715000', '174424.175000', '174424.635000', '174425.095000', '174425.555000', '174426.015000', '174426.475000', '174426.935000', '174427.395000', '174427.855000', '174428.315000', '174428.775000', '174429.235000', '174429.695000', '174430.155000', '174430.615000', '174431.075000', '174431.535000', '174431.995000', '174432.455000', '174432.915000', '174433.375000', '174433.835000', '174434.295000', '174434.755000', '174435.215000', '174435.675000', '174436.135000', '174436.595000', '174437.055000', '174437.515000', '174437.975000', '174438.435000', '174438.895000', '174439.355000', '174439.815000', '174440.275000', '174440.735000', '174441.195000', '174441.655000', '174442.115000', '174442.575000', '174443.035000', '174443.495000', '174443.955000', '174444.415000', '174444.875000', '174445.335000', '174445.795000', '174446.255000', '174446.715000', '174447.175000', '174447.635000', '174448.095000', '174448.555000', '174449.015000', '174449.475000', '174449.935000', '174450.395000', '174450.855000', '174451.315000', '174451.775000', '174452.235000', '174452.695000', '174453.155000', '174453.615000', '174454.075000', '174454.535000', '174454.995000', '174455.455000', '174455.915000', '174456.375000', '174456.835000', '174457.295000', '174457.755000', '174458.215000', '174458.675000', '174459.135000', '174459.595000', '174500.055000', '174500.515000', '174500.975000', '174501.435000', '174501.895000', '174502.355000', '174502.815000', '174503.275000', '174503.735000', '174504.195000', '174504.655000', '174505.115000', '174505.575000', '174506.035000', '174506.495000', '174506.955000', '174507.415000', '174507.875000', '174508.335000', '174508.795000', '174509.255000', '174509.715000', '174510.175000', '174510.635000', '174511.095000', '174511.555000', '174512.015000', '174512.475000', '174512.935000', '174513.395000', '174513.855000', '174514.315000', '174514.775000', '174515.235000', '174515.695000', '174516.155000', '174516.615000', '174517.075000', '174517.535000', '174517.995000', '174518.455000', '174518.915000', '174519.375000', '174519.835000', '174520.295000', '174520.755000', '174521.215000', '174521.675000', '174522.135000', '174522.595000', '174523.055000', '174523.515000', '174523.975000', '174524.435000', '174524.895000', '174525.355000', '174525.815000', '174526.275000', '174526.735000', '174527.195000', '174527.655000', '174528.115000', '174528.575000', '174529.035000', '174529.495000', '174529.955000', '174530.415000', '174530.875000', '174531.335000', '174531.795000', '174532.255000', '174532.715000', '174533.175000', '174533.635000', '174534.095000', '174534.555000', '174535.015000', '174535.475000', '174535.935000', '174536.395000', '174536.855000', '174537.315000', '174537.775000', '174538.235000', '174538.695000', '174539.155000', '174539.615000', '174540.075000'], 'ContentTime': ['173711.881000', '173711.884000', '173711.887000', '173711.889000', '173711.892000', '173711.894000', '173711.897000', '173711.900000', '173711.902000', '173711.905000', '173711.907000', '173711.910000', '173711.912000', '173711.915000', '173711.918000', '173711.920000', '173711.923000', '173711.925000', '173711.928000', '173711.930000', '173711.933000', '173711.936000', '173711.939000', '173711.941000', '173711.944000', '173711.946000', '173711.949000', '173711.960000', '173711.963000', '173711.965000', '173711.968000', '173711.970000', '173711.973000', '173711.976000', '173711.978000', '173711.981000', '173711.984000', '173711.986000', '173711.989000', '173711.991000', '173711.994000', '173711.996000', '173712.000000', '173712.003000', '173712.005000', '173712.008000', '173712.011000', '173712.013000', '173712.016000', '173712.018000', '173731.851000', '173731.854000', '173731.857000', '173731.859000', '173731.862000', '173731.865000', '173731.867000', '173731.870000', '173731.872000', '173731.875000', '173731.877000', '173731.880000', '173731.883000', '173731.885000', '173731.888000', '173731.891000', '173731.893000', '173731.896000', '173731.899000', '173731.901000', '173731.904000', '173731.907000', '173731.909000', '173731.912000', '173731.914000', '173731.917000', '173731.920000', '173731.928000', '173731.931000', '173731.933000', '173731.936000', '173731.939000', '173731.941000', '173731.944000', '173731.946000', '173731.949000', '173731.952000', '173731.954000', '173731.957000', '173731.959000', '173731.962000', '173731.964000', '173731.967000', '173751.852000', '173751.854000', '173751.857000', '173751.860000', '173751.862000', '173751.865000', '173751.867000', '173751.870000', '173751.873000', '173751.875000', '173751.878000', '173751.880000', '173751.883000', '173751.886000', '173751.888000', '173751.891000', '173751.894000', '173751.896000', '173751.899000', '173751.902000', '173751.904000', '173751.907000', '173751.909000', '173751.912000', '173751.915000', '173751.917000', '173751.920000', '173751.922000', '173751.927000', '173751.929000', '173751.932000', '173751.935000', '173751.937000', '173751.940000', '173751.943000', '173751.945000', '173751.948000', '173751.950000', '173751.953000', '173751.956000', '173751.958000', '173751.961000', '173751.964000', '173811.851000', '173811.854000', '173811.857000', '173811.859000', '173811.864000', '173811.867000', '173811.870000', '173811.872000', '173811.875000', '173811.878000', '173811.880000', '173811.883000', '173811.885000', '173811.888000', '173811.891000', '173811.893000', '173811.896000', '173811.898000', '173811.901000', '173811.934000', '173811.937000', '173811.940000', '173811.943000', '173811.945000', '173811.948000', '173811.950000', '173811.953000', '173811.956000', '173811.958000', '173811.961000', '173811.964000', '173811.966000', '173811.969000', '173811.972000', '173811.974000', '173811.977000', '173811.979000', '173811.982000', '173811.985000', '173811.987000', '173811.990000', '173811.992000', '173811.995000', '173811.998000', '173831.852000', '173831.857000', '173831.859000', '173831.862000', '173831.865000', '173831.868000', '173831.870000', '173831.873000', '173831.875000', '173831.878000', '173831.881000', '173831.883000', '173831.886000', '173831.889000', '173831.891000', '173831.894000', '173831.896000', '173831.903000', '173831.906000', '173831.909000', '173831.912000', '173831.914000', '173831.917000', '173831.920000', '173831.922000', '173831.925000', '173831.927000', '173831.930000', '173831.933000', '173831.935000', '173831.938000', '173831.941000', '173831.943000', '173831.946000', '173831.948000', '173831.951000', '173831.954000', '173831.956000', '173831.959000', '173831.961000', '173831.964000', '173831.967000', '173831.969000', '173851.851000', '173851.854000', '173851.857000', '173851.859000', '173851.862000', '173851.865000', '173851.868000', '173851.870000', '173851.873000', '173851.876000', '173851.878000', '173851.881000', '173851.884000', '173851.886000', '173851.889000', '173851.891000', '173851.894000', '173851.897000', '173851.900000', '173851.902000', '173851.905000', '173851.907000', '173851.910000', '173851.913000', '173851.915000', '173851.918000', '173851.920000', '173851.927000', '173851.930000', '173851.932000', '173851.935000', '173851.938000', '173851.940000', '173851.943000', '173851.945000', '173851.948000', '173851.951000', '173851.953000', '173851.956000', '173851.959000', '173851.962000', '173851.964000', '173851.967000', '173851.969000', '173911.850000', '173911.853000', '173911.856000', '173911.859000', '173911.862000', '173911.864000', '173911.867000', '173911.869000', '173911.872000', '173911.875000', '173911.877000', '173911.880000', '173911.882000', '173911.885000', '173911.888000', '173911.890000', '173911.893000', '173911.896000', '173911.898000', '173911.901000', '173911.904000', '173911.906000', '173911.909000', '173911.911000', '173911.914000', '173911.917000', '173911.919000', '173911.922000', '173911.925000', '173911.927000', '173911.930000', '173911.932000', '173911.935000', '173911.938000', '173911.940000', '173911.943000', '173911.946000', '173911.948000', '173911.951000', '173911.953000', '173911.956000', '173911.959000', '173911.961000', '173931.850000', '173931.853000', '173931.856000', '173931.858000', '173931.861000', '173931.864000', '173931.866000', '173931.869000', '173931.871000', '173931.874000', '173931.877000', '173931.879000', '173931.882000', '173931.884000', '173931.887000', '173931.890000', '173931.892000', '173931.895000', '173931.897000', '173931.900000', '173931.902000', '173931.905000', '173931.908000', '173931.910000', '173931.913000', '173931.915000', '173931.918000', '173931.920000', '173931.923000', '173931.932000', '173931.935000', '173931.937000', '173931.940000', '173931.942000', '173931.945000', '173931.947000', '173931.950000', '173931.953000', '173931.955000', '173931.958000', '173931.960000', '173931.963000', '173931.965000', '173931.968000', '173951.851000', '173951.854000', '173951.857000', '173951.859000', '173951.862000', '173951.865000', '173951.867000', '173951.870000', '173951.872000', '173951.875000', '173951.878000', '173951.880000', '173951.883000', '173951.886000', '173951.920000', '173951.922000', '173951.925000', '173951.928000', '173951.930000', '173951.933000', '173951.935000', '173951.938000', '173951.941000', '173951.943000', '173951.946000', '173951.949000', '173951.952000', '173951.954000', '173951.957000', '173951.960000', '173951.963000', '173951.965000', '173951.968000', '173951.970000', '173951.973000', '173951.976000', '173951.978000', '173951.981000', '173951.983000', '173951.986000', '173951.989000', '173951.991000', '173951.994000', '174011.852000', '174011.855000', '174011.857000', '174011.860000', '174011.862000', '174011.865000', '174011.867000', '174011.870000', '174011.873000', '174011.875000', '174011.878000', '174011.880000', '174011.883000', '174011.886000', '174011.888000', '174011.891000', '174011.894000', '174011.896000', '174011.899000', '174011.901000', '174011.904000', '174011.906000', '174011.909000', '174011.912000', '174011.914000', '174011.917000', '174011.919000', '174011.922000', '174011.925000', '174011.927000', '174011.930000', '174011.933000', '174011.935000', '174011.938000', '174011.940000', '174011.943000', '174011.945000', '174011.948000', '174011.951000', '174011.953000', '174011.956000', '174011.958000', '174011.961000', '174011.964000', '174031.852000', '174031.854000', '174031.857000', '174031.860000', '174031.862000', '174031.865000', '174031.867000', '174031.870000', '174031.873000', '174031.875000', '174031.878000', '174031.880000', '174031.883000', '174031.886000', '174031.888000', '174031.891000', '174031.893000', '174031.896000', '174031.900000', '174031.903000', '174031.905000', '174031.908000', '174031.911000', '174031.913000', '174031.916000', '174031.918000', '174031.921000', '174031.924000', '174031.926000', '174031.929000', '174031.931000', '174031.934000', '174031.937000', '174031.939000', '174031.942000', '174031.944000', '174031.947000', '174031.949000', '174031.952000', '174031.955000', '174031.957000', '174031.960000', '174031.962000', '174051.851000', '174051.854000', '174051.857000', '174051.859000', '174051.862000', '174051.864000', '174051.867000', '174051.870000', '174051.872000', '174051.875000', '174051.878000', '174051.880000', '174051.883000', '174051.885000', '174051.888000', '174051.891000', '174051.893000', '174051.896000', '174051.898000', '174051.901000', '174051.903000', '174051.906000', '174051.909000', '174051.911000', '174051.914000', '174051.916000', '174051.919000', '174051.922000', '174051.924000', '174051.927000', '174051.929000', '174051.932000', '174051.934000', '174051.937000', '174051.940000', '174051.942000', '174051.945000', '174051.947000', '174051.950000', '174051.953000', '174051.955000', '174051.958000', '174051.961000', '174051.963000', '174111.851000', '174111.854000', '174111.857000', '174111.859000', '174111.862000', '174111.865000', '174111.867000', '174111.870000', '174111.873000', '174111.875000', '174111.878000', '174111.880000', '174111.883000', '174111.885000', '174111.888000', '174111.891000', '174111.893000', '174111.896000', '174111.898000', '174111.901000', '174111.904000', '174111.906000', '174111.909000', '174111.912000', '174111.915000', '174111.918000', '174111.920000', '174111.923000', '174111.926000', '174111.928000', '174111.931000', '174111.933000', '174111.937000', '174111.940000', '174111.942000', '174111.945000', '174111.948000', '174111.950000', '174111.953000', '174111.968000', '174111.971000', '174111.973000', '174111.976000', '174131.850000', '174131.858000', '174131.861000', '174131.863000', '174131.866000', '174131.869000', '174131.871000', '174131.874000', '174131.877000', '174131.879000', '174131.882000', '174131.885000', '174131.887000', '174131.890000', '174131.892000', '174131.895000', '174131.898000', '174131.900000', '174131.903000', '174131.905000', '174131.908000', '174131.910000', '174131.913000', '174131.916000', '174131.918000', '174131.921000', '174131.923000', '174131.926000', '174131.929000', '174131.931000', '174131.934000', '174131.936000', '174131.939000', '174131.942000', '174131.944000', '174131.947000', '174131.949000', '174131.952000', '174131.955000', '174131.957000', '174131.960000', '174131.963000', '174131.965000', '174131.968000', '174151.851000', '174151.853000', '174151.856000', '174151.859000', '174151.861000', '174151.864000', '174151.866000', '174151.869000', '174151.872000', '174151.874000', '174151.877000', '174151.880000', '174151.882000', '174151.885000', '174151.887000', '174151.890000', '174151.892000', '174151.895000', '174151.898000', '174151.900000', '174151.903000', '174151.905000', '174151.908000', '174151.911000', '174151.913000', '174151.916000', '174151.918000', '174151.922000', '174151.925000', '174151.928000', '174151.936000', '174151.938000', '174151.941000', '174151.944000', '174151.946000', '174151.949000', '174151.951000', '174151.954000', '174151.957000', '174151.959000', '174151.962000', '174151.964000', '174151.967000', '174211.851000', '174211.869000', '174211.872000', '174211.874000', '174211.877000', '174211.880000', '174211.882000', '174211.885000', '174211.887000', '174211.890000', '174211.893000', '174211.895000', '174211.898000', '174211.900000', '174211.903000', '174211.905000', '174211.908000', '174211.911000', '174211.913000', '174211.916000', '174211.918000', '174211.921000', '174211.924000', '174211.937000', '174211.939000', '174211.942000', '174211.944000', '174211.947000', '174211.949000', '174211.952000', '174211.955000', '174211.957000', '174211.960000', '174211.962000', '174211.965000', '174211.968000', '174211.970000', '174211.973000', '174211.975000', '174211.978000', '174211.981000', '174211.983000', '174211.986000', '174211.988000', '174231.852000', '174231.862000', '174231.865000', '174231.868000', '174231.870000', '174231.873000', '174231.875000', '174231.880000', '174231.883000', '174231.894000', '174231.896000', '174231.899000', '174231.901000', '174231.904000', '174231.907000', '174231.909000', '174231.912000', '174231.915000', '174231.917000', '174231.920000', '174231.923000', '174231.926000', '174231.928000', '174231.931000', '174231.933000', '174231.936000', '174231.939000', '174231.941000', '174231.944000', '174231.946000', '174231.949000', '174231.952000', '174231.954000', '174231.957000', '174231.959000', '174231.962000', '174231.965000', '174231.967000', '174231.970000', '174231.973000', '174231.976000', '174231.979000', '174231.982000', '174251.852000', '174251.856000', '174251.859000', '174251.861000', '174251.864000', '174251.867000', '174251.869000', '174251.872000', '174251.874000', '174251.877000', '174251.880000', '174251.882000', '174251.885000', '174251.887000', '174251.890000', '174251.893000', '174251.895000', '174251.898000', '174251.900000', '174251.903000', '174251.905000', '174251.908000', '174251.911000', '174251.913000', '174251.916000', '174251.919000', '174251.921000', '174251.924000', '174251.926000', '174251.929000', '174251.932000', '174251.934000', '174251.937000', '174251.939000', '174251.942000', '174251.945000', '174251.947000', '174251.950000', '174251.953000', '174251.955000', '174251.958000', '174251.960000', '174251.963000', '174251.966000', '174311.852000', '174311.868000', '174311.870000', '174311.873000', '174311.875000', '174311.878000', '174311.881000', '174311.883000', '174311.886000', '174311.888000', '174311.891000', '174311.894000', '174311.896000', '174311.899000', '174311.901000', '174311.904000', '174311.906000', '174311.909000', '174311.912000', '174311.914000', '174311.917000', '174311.919000', '174311.922000', '174311.925000', '174311.927000', '174311.930000', '174311.932000', '174311.935000', '174311.938000', '174311.940000', '174311.943000', '174311.945000', '174311.948000', '174311.950000', '174311.953000', '174311.956000', '174311.958000', '174311.961000', '174311.963000', '174311.966000', '174311.969000', '174311.971000', '174311.974000', '174331.851000', '174331.878000', '174331.880000', '174331.883000', '174331.885000', '174331.888000', '174331.891000', '174331.893000', '174331.896000', '174331.899000', '174331.901000', '174331.904000', '174331.906000', '174331.909000', '174331.911000', '174331.914000', '174331.917000', '174331.919000', '174331.922000', '174331.924000', '174331.927000', '174331.930000', '174331.932000', '174331.935000', '174331.937000', '174331.940000', '174331.942000', '174331.945000', '174331.948000', '174331.950000', '174331.953000', '174331.955000', '174331.958000', '174331.961000', '174331.963000', '174331.966000', '174331.968000', '174331.971000', '174331.974000', '174331.976000', '174331.979000', '174331.981000', '174331.984000', '174331.987000', '174351.851000', '174351.859000', '174351.862000', '174351.864000', '174351.867000', '174351.870000', '174351.872000', '174351.875000', '174351.877000', '174351.880000', '174351.883000', '174351.885000', '174351.888000', '174351.890000', '174351.893000', '174351.895000', '174351.898000', '174351.901000', '174351.903000', '174351.906000', '174351.909000', '174351.911000', '174351.914000', '174351.916000', '174351.919000', '174351.921000', '174351.924000', '174351.927000', '174351.929000', '174351.932000', '174351.934000', '174351.937000', '174351.940000', '174351.942000', '174351.945000', '174351.947000', '174351.950000', '174351.953000', '174351.955000', '174351.958000', '174351.960000', '174351.963000', '174351.966000', '174411.850000', '174411.881000', '174411.883000', '174411.886000', '174411.889000', '174411.891000', '174411.894000', '174411.897000', '174411.899000', '174411.902000', '174411.904000', '174411.907000', '174411.910000', '174411.912000', '174411.915000', '174411.917000', '174411.920000', '174411.923000', '174411.925000', '174411.928000', '174411.930000', '174411.933000', '174411.936000', '174411.938000', '174411.941000', '174411.943000', '174411.946000', '174411.948000', '174411.951000', '174411.954000', '174411.956000', '174411.959000', '174411.961000', '174411.964000', '174411.967000', '174411.969000', '174411.972000', '174411.974000', '174411.977000', '174411.980000', '174411.982000', '174411.985000', '174411.987000', '174411.990000', '174431.852000', '174431.877000', '174431.879000', '174431.882000', '174431.884000', '174431.887000', '174431.890000', '174431.892000', '174431.895000', '174431.897000', '174431.900000', '174431.902000', '174431.905000', '174431.908000', '174431.910000', '174431.913000', '174431.916000', '174431.918000', '174431.921000', '174431.923000', '174431.926000', '174431.929000', '174431.931000', '174431.934000', '174431.936000', '174431.939000', '174431.942000', '174431.944000', '174431.947000', '174431.949000', '174431.952000', '174431.955000', '174431.957000', '174431.960000', '174431.962000', '174431.965000', '174431.968000', '174431.970000', '174431.973000', '174431.975000', '174431.978000', '174431.981000', '174431.983000', '174451.852000', '174451.877000', '174451.880000', '174451.883000', '174451.885000', '174451.888000', '174451.890000', '174451.893000', '174451.895000', '174451.898000', '174451.901000', '174451.903000', '174451.906000', '174451.909000', '174451.911000', '174451.914000', '174451.916000', '174451.919000', '174451.922000', '174451.924000', '174451.927000', '174451.929000', '174451.932000', '174451.935000', '174451.937000', '174451.940000', '174451.942000', '174451.945000', '174451.948000', '174451.950000', '174451.953000', '174451.955000', '174451.958000', '174451.961000', '174451.963000', '174451.966000', '174451.969000', '174451.971000', '174451.974000', '174451.976000', '174451.979000', '174451.982000', '174451.984000', '174451.987000', '174511.852000', '174511.885000', '174511.888000', '174511.891000', '174511.893000', '174511.896000', '174511.898000', '174511.901000', '174511.903000', '174511.906000', '174511.909000', '174511.911000', '174511.914000', '174511.916000', '174511.919000', '174511.922000', '174511.924000', '174511.927000', '174511.929000', '174511.932000', '174511.935000', '174511.937000', '174511.940000', '174511.942000', '174511.945000', '174511.948000', '174511.950000', '174511.953000', '174511.955000', '174511.958000', '174511.961000', '174511.963000', '174511.966000', '174511.968000', '174511.971000', '174511.974000', '174511.976000', '174511.979000', '174511.981000', '174511.984000', '174511.987000', '174511.989000', '174512.035000', '174531.852000', '174531.875000', '174531.900000', '174531.903000', '174531.905000', '174531.908000', '174531.911000', '174531.913000', '174531.916000', '174531.918000', '174531.921000', '174531.924000', '174531.926000', '174531.929000', '174531.932000', '174531.935000', '174531.937000', '174531.940000', '174531.943000', '174531.945000', '174531.948000', '174531.951000', '174531.953000', '174531.956000', '174531.959000', '174531.961000', '174531.964000', '174531.966000', '174531.969000', '174531.972000', '174531.974000', '174531.977000', '174531.979000', '174531.982000', '174531.985000', '174531.987000', '174531.990000', '174531.993000', '174531.995000', '174531.998000', '174532.001000', '174532.004000', '174532.007000', '174541.025000', '174541.029000', '174541.032000', '174541.034000', '174541.037000', '174541.040000', '174541.043000', '174541.046000', '174541.048000', '174541.051000', '174541.054000', '174541.057000', '174541.060000', '174541.063000', '174541.066000', '174541.068000', '174541.072000', '174541.074000', '174541.077000', '174541.080000', '174541.083000'], 'InstanceCreationTime': ['173711.881000', '173711.884000', '173711.887000', '173711.889000', '173711.892000', '173711.894000', '173711.897000', '173711.900000', '173711.902000', '173711.905000', '173711.907000', '173711.910000', '173711.912000', '173711.915000', '173711.918000', '173711.920000', '173711.923000', '173711.925000', '173711.928000', '173711.930000', '173711.933000', '173711.936000', '173711.939000', '173711.941000', '173711.944000', '173711.946000', '173711.949000', '173711.960000', '173711.963000', '173711.965000', '173711.968000', '173711.970000', '173711.973000', '173711.976000', '173711.978000', '173711.981000', '173711.984000', '173711.986000', '173711.989000', '173711.991000', '173711.994000', '173711.996000', '173712.000000', '173712.003000', '173712.005000', '173712.008000', '173712.011000', '173712.013000', '173712.016000', '173712.018000', '173731.851000', '173731.854000', '173731.857000', '173731.859000', '173731.862000', '173731.865000', '173731.867000', '173731.870000', '173731.872000', '173731.875000', '173731.877000', '173731.880000', '173731.883000', '173731.885000', '173731.888000', '173731.891000', '173731.893000', '173731.896000', '173731.899000', '173731.901000', '173731.904000', '173731.907000', '173731.909000', '173731.912000', '173731.914000', '173731.917000', '173731.920000', '173731.928000', '173731.931000', '173731.933000', '173731.936000', '173731.939000', '173731.941000', '173731.944000', '173731.946000', '173731.949000', '173731.952000', '173731.954000', '173731.957000', '173731.959000', '173731.962000', '173731.964000', '173731.967000', '173751.852000', '173751.854000', '173751.857000', '173751.860000', '173751.862000', '173751.865000', '173751.867000', '173751.870000', '173751.873000', '173751.875000', '173751.878000', '173751.880000', '173751.883000', '173751.886000', '173751.888000', '173751.891000', '173751.894000', '173751.896000', '173751.899000', '173751.902000', '173751.904000', '173751.907000', '173751.909000', '173751.912000', '173751.915000', '173751.917000', '173751.920000', '173751.922000', '173751.927000', '173751.929000', '173751.932000', '173751.935000', '173751.937000', '173751.940000', '173751.943000', '173751.945000', '173751.948000', '173751.950000', '173751.953000', '173751.956000', '173751.958000', '173751.961000', '173751.964000', '173811.851000', '173811.854000', '173811.857000', '173811.859000', '173811.864000', '173811.867000', '173811.870000', '173811.872000', '173811.875000', '173811.878000', '173811.880000', '173811.883000', '173811.885000', '173811.888000', '173811.891000', '173811.893000', '173811.896000', '173811.898000', '173811.901000', '173811.934000', '173811.937000', '173811.940000', '173811.943000', '173811.945000', '173811.948000', '173811.950000', '173811.953000', '173811.956000', '173811.958000', '173811.961000', '173811.964000', '173811.966000', '173811.969000', '173811.972000', '173811.974000', '173811.977000', '173811.979000', '173811.982000', '173811.985000', '173811.987000', '173811.990000', '173811.992000', '173811.995000', '173811.998000', '173831.852000', '173831.857000', '173831.859000', '173831.862000', '173831.865000', '173831.868000', '173831.870000', '173831.873000', '173831.875000', '173831.878000', '173831.881000', '173831.883000', '173831.886000', '173831.889000', '173831.891000', '173831.894000', '173831.896000', '173831.903000', '173831.906000', '173831.909000', '173831.912000', '173831.914000', '173831.917000', '173831.920000', '173831.922000', '173831.925000', '173831.927000', '173831.930000', '173831.933000', '173831.935000', '173831.938000', '173831.941000', '173831.943000', '173831.946000', '173831.948000', '173831.951000', '173831.954000', '173831.956000', '173831.959000', '173831.961000', '173831.964000', '173831.967000', '173831.969000', '173851.851000', '173851.854000', '173851.857000', '173851.859000', '173851.862000', '173851.865000', '173851.868000', '173851.870000', '173851.873000', '173851.876000', '173851.878000', '173851.881000', '173851.884000', '173851.886000', '173851.889000', '173851.891000', '173851.894000', '173851.897000', '173851.900000', '173851.902000', '173851.905000', '173851.907000', '173851.910000', '173851.913000', '173851.915000', '173851.918000', '173851.920000', '173851.927000', '173851.930000', '173851.932000', '173851.935000', '173851.938000', '173851.940000', '173851.943000', '173851.945000', '173851.948000', '173851.951000', '173851.953000', '173851.956000', '173851.959000', '173851.962000', '173851.964000', '173851.967000', '173851.969000', '173911.850000', '173911.853000', '173911.856000', '173911.859000', '173911.862000', '173911.864000', '173911.867000', '173911.869000', '173911.872000', '173911.875000', '173911.877000', '173911.880000', '173911.882000', '173911.885000', '173911.888000', '173911.890000', '173911.893000', '173911.896000', '173911.898000', '173911.901000', '173911.904000', '173911.906000', '173911.909000', '173911.911000', '173911.914000', '173911.917000', '173911.919000', '173911.922000', '173911.925000', '173911.927000', '173911.930000', '173911.932000', '173911.935000', '173911.938000', '173911.940000', '173911.943000', '173911.946000', '173911.948000', '173911.951000', '173911.953000', '173911.956000', '173911.959000', '173911.961000', '173931.850000', '173931.853000', '173931.856000', '173931.858000', '173931.861000', '173931.864000', '173931.866000', '173931.869000', '173931.871000', '173931.874000', '173931.877000', '173931.879000', '173931.882000', '173931.884000', '173931.887000', '173931.890000', '173931.892000', '173931.895000', '173931.897000', '173931.900000', '173931.902000', '173931.905000', '173931.908000', '173931.910000', '173931.913000', '173931.915000', '173931.918000', '173931.920000', '173931.923000', '173931.932000', '173931.935000', '173931.937000', '173931.940000', '173931.942000', '173931.945000', '173931.947000', '173931.950000', '173931.953000', '173931.955000', '173931.958000', '173931.960000', '173931.963000', '173931.965000', '173931.968000', '173951.851000', '173951.854000', '173951.857000', '173951.859000', '173951.862000', '173951.865000', '173951.867000', '173951.870000', '173951.872000', '173951.875000', '173951.878000', '173951.880000', '173951.883000', '173951.886000', '173951.920000', '173951.922000', '173951.925000', '173951.928000', '173951.930000', '173951.933000', '173951.935000', '173951.938000', '173951.941000', '173951.943000', '173951.946000', '173951.949000', '173951.952000', '173951.954000', '173951.957000', '173951.960000', '173951.963000', '173951.965000', '173951.968000', '173951.970000', '173951.973000', '173951.976000', '173951.978000', '173951.981000', '173951.983000', '173951.986000', '173951.989000', '173951.991000', '173951.994000', '174011.852000', '174011.855000', '174011.857000', '174011.860000', '174011.862000', '174011.865000', '174011.867000', '174011.870000', '174011.873000', '174011.875000', '174011.878000', '174011.880000', '174011.883000', '174011.886000', '174011.888000', '174011.891000', '174011.894000', '174011.896000', '174011.899000', '174011.901000', '174011.904000', '174011.906000', '174011.909000', '174011.912000', '174011.914000', '174011.917000', '174011.919000', '174011.922000', '174011.925000', '174011.927000', '174011.930000', '174011.933000', '174011.935000', '174011.938000', '174011.940000', '174011.943000', '174011.945000', '174011.948000', '174011.951000', '174011.953000', '174011.956000', '174011.958000', '174011.961000', '174011.964000', '174031.852000', '174031.854000', '174031.857000', '174031.860000', '174031.862000', '174031.865000', '174031.867000', '174031.870000', '174031.873000', '174031.875000', '174031.878000', '174031.880000', '174031.883000', '174031.886000', '174031.888000', '174031.891000', '174031.893000', '174031.896000', '174031.900000', '174031.903000', '174031.905000', '174031.908000', '174031.911000', '174031.913000', '174031.916000', '174031.918000', '174031.921000', '174031.924000', '174031.926000', '174031.929000', '174031.931000', '174031.934000', '174031.937000', '174031.939000', '174031.942000', '174031.944000', '174031.947000', '174031.949000', '174031.952000', '174031.955000', '174031.957000', '174031.960000', '174031.962000', '174051.851000', '174051.854000', '174051.857000', '174051.859000', '174051.862000', '174051.864000', '174051.867000', '174051.870000', '174051.872000', '174051.875000', '174051.878000', '174051.880000', '174051.883000', '174051.885000', '174051.888000', '174051.891000', '174051.893000', '174051.896000', '174051.898000', '174051.901000', '174051.903000', '174051.906000', '174051.909000', '174051.911000', '174051.914000', '174051.916000', '174051.919000', '174051.922000', '174051.924000', '174051.927000', '174051.929000', '174051.932000', '174051.934000', '174051.937000', '174051.940000', '174051.942000', '174051.945000', '174051.947000', '174051.950000', '174051.953000', '174051.955000', '174051.958000', '174051.961000', '174051.963000', '174111.851000', '174111.854000', '174111.857000', '174111.859000', '174111.862000', '174111.865000', '174111.867000', '174111.870000', '174111.873000', '174111.875000', '174111.878000', '174111.880000', '174111.883000', '174111.885000', '174111.888000', '174111.891000', '174111.893000', '174111.896000', '174111.898000', '174111.901000', '174111.904000', '174111.906000', '174111.909000', '174111.912000', '174111.915000', '174111.918000', '174111.920000', '174111.923000', '174111.926000', '174111.928000', '174111.931000', '174111.933000', '174111.937000', '174111.940000', '174111.942000', '174111.945000', '174111.948000', '174111.950000', '174111.953000', '174111.968000', '174111.971000', '174111.973000', '174111.976000', '174131.850000', '174131.858000', '174131.861000', '174131.863000', '174131.866000', '174131.869000', '174131.871000', '174131.874000', '174131.877000', '174131.879000', '174131.882000', '174131.885000', '174131.887000', '174131.890000', '174131.892000', '174131.895000', '174131.898000', '174131.900000', '174131.903000', '174131.905000', '174131.908000', '174131.910000', '174131.913000', '174131.916000', '174131.918000', '174131.921000', '174131.923000', '174131.926000', '174131.929000', '174131.931000', '174131.934000', '174131.936000', '174131.939000', '174131.942000', '174131.944000', '174131.947000', '174131.949000', '174131.952000', '174131.955000', '174131.957000', '174131.960000', '174131.963000', '174131.965000', '174131.968000', '174151.851000', '174151.853000', '174151.856000', '174151.859000', '174151.861000', '174151.864000', '174151.866000', '174151.869000', '174151.872000', '174151.874000', '174151.877000', '174151.880000', '174151.882000', '174151.885000', '174151.887000', '174151.890000', '174151.892000', '174151.895000', '174151.898000', '174151.900000', '174151.903000', '174151.905000', '174151.908000', '174151.911000', '174151.913000', '174151.916000', '174151.918000', '174151.922000', '174151.925000', '174151.928000', '174151.936000', '174151.938000', '174151.941000', '174151.944000', '174151.946000', '174151.949000', '174151.951000', '174151.954000', '174151.957000', '174151.959000', '174151.962000', '174151.964000', '174151.967000', '174211.851000', '174211.869000', '174211.872000', '174211.874000', '174211.877000', '174211.880000', '174211.882000', '174211.885000', '174211.887000', '174211.890000', '174211.893000', '174211.895000', '174211.898000', '174211.900000', '174211.903000', '174211.905000', '174211.908000', '174211.911000', '174211.913000', '174211.916000', '174211.918000', '174211.921000', '174211.924000', '174211.937000', '174211.939000', '174211.942000', '174211.944000', '174211.947000', '174211.949000', '174211.952000', '174211.955000', '174211.957000', '174211.960000', '174211.962000', '174211.965000', '174211.968000', '174211.970000', '174211.973000', '174211.975000', '174211.978000', '174211.981000', '174211.983000', '174211.986000', '174211.988000', '174231.852000', '174231.862000', '174231.865000', '174231.868000', '174231.870000', '174231.873000', '174231.875000', '174231.880000', '174231.883000', '174231.894000', '174231.896000', '174231.899000', '174231.901000', '174231.904000', '174231.907000', '174231.909000', '174231.912000', '174231.915000', '174231.917000', '174231.920000', '174231.923000', '174231.926000', '174231.928000', '174231.931000', '174231.933000', '174231.936000', '174231.939000', '174231.941000', '174231.944000', '174231.946000', '174231.949000', '174231.952000', '174231.954000', '174231.957000', '174231.959000', '174231.962000', '174231.965000', '174231.967000', '174231.970000', '174231.973000', '174231.976000', '174231.979000', '174231.982000', '174251.852000', '174251.856000', '174251.859000', '174251.861000', '174251.864000', '174251.867000', '174251.869000', '174251.872000', '174251.874000', '174251.877000', '174251.880000', '174251.882000', '174251.885000', '174251.887000', '174251.890000', '174251.893000', '174251.895000', '174251.898000', '174251.900000', '174251.903000', '174251.905000', '174251.908000', '174251.911000', '174251.913000', '174251.916000', '174251.919000', '174251.921000', '174251.924000', '174251.926000', '174251.929000', '174251.932000', '174251.934000', '174251.937000', '174251.939000', '174251.942000', '174251.945000', '174251.947000', '174251.950000', '174251.953000', '174251.955000', '174251.958000', '174251.960000', '174251.963000', '174251.966000', '174311.852000', '174311.868000', '174311.870000', '174311.873000', '174311.875000', '174311.878000', '174311.881000', '174311.883000', '174311.886000', '174311.888000', '174311.891000', '174311.894000', '174311.896000', '174311.899000', '174311.901000', '174311.904000', '174311.906000', '174311.909000', '174311.912000', '174311.914000', '174311.917000', '174311.919000', '174311.922000', '174311.925000', '174311.927000', '174311.930000', '174311.932000', '174311.935000', '174311.938000', '174311.940000', '174311.943000', '174311.945000', '174311.948000', '174311.950000', '174311.953000', '174311.956000', '174311.958000', '174311.961000', '174311.963000', '174311.966000', '174311.969000', '174311.971000', '174311.974000', '174331.851000', '174331.878000', '174331.880000', '174331.883000', '174331.885000', '174331.888000', '174331.891000', '174331.893000', '174331.896000', '174331.899000', '174331.901000', '174331.904000', '174331.906000', '174331.909000', '174331.911000', '174331.914000', '174331.917000', '174331.919000', '174331.922000', '174331.924000', '174331.927000', '174331.930000', '174331.932000', '174331.935000', '174331.937000', '174331.940000', '174331.942000', '174331.945000', '174331.948000', '174331.950000', '174331.953000', '174331.955000', '174331.958000', '174331.961000', '174331.963000', '174331.966000', '174331.968000', '174331.971000', '174331.974000', '174331.976000', '174331.979000', '174331.981000', '174331.984000', '174331.987000', '174351.851000', '174351.859000', '174351.862000', '174351.864000', '174351.867000', '174351.870000', '174351.872000', '174351.875000', '174351.877000', '174351.880000', '174351.883000', '174351.885000', '174351.888000', '174351.890000', '174351.893000', '174351.895000', '174351.898000', '174351.901000', '174351.903000', '174351.906000', '174351.909000', '174351.911000', '174351.914000', '174351.916000', '174351.919000', '174351.921000', '174351.924000', '174351.927000', '174351.929000', '174351.932000', '174351.934000', '174351.937000', '174351.940000', '174351.942000', '174351.945000', '174351.947000', '174351.950000', '174351.953000', '174351.955000', '174351.958000', '174351.960000', '174351.963000', '174351.966000', '174411.850000', '174411.881000', '174411.883000', '174411.886000', '174411.889000', '174411.891000', '174411.894000', '174411.897000', '174411.899000', '174411.902000', '174411.904000', '174411.907000', '174411.910000', '174411.912000', '174411.915000', '174411.917000', '174411.920000', '174411.923000', '174411.925000', '174411.928000', '174411.930000', '174411.933000', '174411.936000', '174411.938000', '174411.941000', '174411.943000', '174411.946000', '174411.948000', '174411.951000', '174411.954000', '174411.956000', '174411.959000', '174411.961000', '174411.964000', '174411.967000', '174411.969000', '174411.972000', '174411.974000', '174411.977000', '174411.980000', '174411.982000', '174411.985000', '174411.987000', '174411.990000', '174431.852000', '174431.877000', '174431.879000', '174431.882000', '174431.884000', '174431.887000', '174431.890000', '174431.892000', '174431.895000', '174431.897000', '174431.900000', '174431.902000', '174431.905000', '174431.908000', '174431.910000', '174431.913000', '174431.916000', '174431.918000', '174431.921000', '174431.923000', '174431.926000', '174431.929000', '174431.931000', '174431.934000', '174431.936000', '174431.939000', '174431.942000', '174431.944000', '174431.947000', '174431.949000', '174431.952000', '174431.955000', '174431.957000', '174431.960000', '174431.962000', '174431.965000', '174431.968000', '174431.970000', '174431.973000', '174431.975000', '174431.978000', '174431.981000', '174431.983000', '174451.852000', '174451.877000', '174451.880000', '174451.883000', '174451.885000', '174451.888000', '174451.890000', '174451.893000', '174451.895000', '174451.898000', '174451.901000', '174451.903000', '174451.906000', '174451.909000', '174451.911000', '174451.914000', '174451.916000', '174451.919000', '174451.922000', '174451.924000', '174451.927000', '174451.929000', '174451.932000', '174451.935000', '174451.937000', '174451.940000', '174451.942000', '174451.945000', '174451.948000', '174451.950000', '174451.953000', '174451.955000', '174451.958000', '174451.961000', '174451.963000', '174451.966000', '174451.969000', '174451.971000', '174451.974000', '174451.976000', '174451.979000', '174451.982000', '174451.984000', '174451.987000', '174511.852000', '174511.885000', '174511.888000', '174511.891000', '174511.893000', '174511.896000', '174511.898000', '174511.901000', '174511.903000', '174511.906000', '174511.909000', '174511.911000', '174511.914000', '174511.916000', '174511.919000', '174511.922000', '174511.924000', '174511.927000', '174511.929000', '174511.932000', '174511.935000', '174511.937000', '174511.940000', '174511.942000', '174511.945000', '174511.948000', '174511.950000', '174511.953000', '174511.955000', '174511.958000', '174511.961000', '174511.963000', '174511.966000', '174511.968000', '174511.971000', '174511.974000', '174511.976000', '174511.979000', '174511.981000', '174511.984000', '174511.987000', '174511.989000', '174512.035000', '174531.852000', '174531.875000', '174531.900000', '174531.903000', '174531.905000', '174531.908000', '174531.911000', '174531.913000', '174531.916000', '174531.918000', '174531.921000', '174531.924000', '174531.926000', '174531.929000', '174531.932000', '174531.935000', '174531.937000', '174531.940000', '174531.943000', '174531.945000', '174531.948000', '174531.951000', '174531.953000', '174531.956000', '174531.959000', '174531.961000', '174531.964000', '174531.966000', '174531.969000', '174531.972000', '174531.974000', '174531.977000', '174531.979000', '174531.982000', '174531.985000', '174531.987000', '174531.990000', '174531.993000', '174531.995000', '174531.998000', '174532.001000', '174532.004000', '174532.007000', '174541.025000', '174541.029000', '174541.032000', '174541.034000', '174541.037000', '174541.040000', '174541.043000', '174541.046000', '174541.048000', '174541.051000', '174541.054000', '174541.057000', '174541.060000', '174541.063000', '174541.066000', '174541.068000', '174541.072000', '174541.074000', '174541.077000', '174541.080000', '174541.083000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [10407, 13774, 11431, 14146, 10261, 11911, 8899, 11317, 8933, 11562, 8709, 11065, 7919, 10328, 7814, 10201, 8111, 9308, 11794, 9013, 10903, 8915, 10966, 7836, 11109, 8820, 9484, 13132, 9883, 11667, 8511, 11228, 7925, 10755, 8024, 10279, 7899, 9344, 11796, 9637, 11310, 9718, 10945, 9015, 10781, 8215, 11085, 7566, 11380, 7697, 10915, 12600, 9728, 14241, 11094, 13466, 9805, 12100, 8855, 11457, 7676, 11013, 7829, 9891, 12325, 9922, 11295, 10314, 11399, 8823, 11103, 8481, 10532, 7744, 10906, 7422, 10161, 8438, 10323, 9257, 10289, 11372, 9551, 12122, 10284, 12819, 10589, 13398, 9807, 11660, 8898, 11007, 8912, 11686, 8516, 11612, 7511, 11293, 9050, 10506, 9951, 9471, 12302, 9801, 11470, 9436, 10859, 8875, 11009, 8259, 10831, 8214, 10595, 7660, 11059, 7824, 10481, 7687, 10744, 7925, 10357, 10064, 9329, 13808, 10270, 13912, 9841, 12211, 9130, 12083, 8898, 12570, 7828, 11218, 11180, 10069, 11582, 9494, 11763, 9324, 11373, 8498, 11033, 8212, 10951, 7702, 10589, 7871, 10654, 7928, 10207, 8674, 9146, 12382, 9709, 11929, 9084, 11580, 8283, 11393, 8443, 11408, 7964, 12147, 7919, 12108, 10586, 11193, 15461, 11297, 13906, 10835, 13281, 10371, 12294, 10309, 11685, 8742, 11649, 8897, 11524, 8951, 12775, 8067, 12055, 7621, 11338, 10580, 10194, 12265, 9261, 12264, 9064, 11691, 9489, 11350, 7851, 11188, 7892, 11022, 8497, 11590, 7949, 11230, 8204, 11385, 8697, 11915, 8009, 11786, 7873, 12241, 7589, 12131, 10060, 10947, 14536, 10321, 12721, 9899, 11920, 9498, 11551, 9118, 11595, 8114, 11763, 8474, 11631, 8157, 11906, 7857, 11417, 7534, 11725, 8948, 11789, 8219, 11107, 9870, 9926, 10849, 10456, 8463, 9846, 7311, 10852, 7682, 10637, 10655, 9819, 13240, 9571, 13401, 11242, 14672, 11376, 13353, 9761, 12616, 9443, 12126, 8685, 12138, 8668, 11835, 8012, 11462, 7885, 11252, 9500, 8843, 12161, 9197, 12512, 9102, 11940, 8006, 11423, 8171, 11282, 8515, 11443, 7601, 11447, 8020, 11634, 8933, 11796, 8095, 11666, 8240, 11997, 9198, 12835, 8911, 12213, 9606, 12344, 8583, 12790, 8590, 11752, 7922, 12067, 8589, 11350, 7576, 9881, 12856, 10666, 11534, 11374, 14596, 10251, 13503, 10559, 13024, 10863, 13128, 9648, 12451, 9950, 12623, 9433, 11818, 8206, 11441, 8477, 11674, 7803, 11056, 8424, 10191, 12035, 10920, 12355, 10171, 13118, 9865, 12573, 11135, 12173, 9188, 11708, 9058, 12158, 9672, 12084, 8398, 11343, 8915, 11684, 9071, 11743, 8183, 10274, 8087, 11298, 8079, 10908, 7632, 10670, 9545, 10913, 11510, 11280, 15268, 10197, 13443, 10421, 12931, 11481, 13616, 9226, 12109, 8988, 11960, 9139, 11977, 8481, 11551, 8310, 11286, 9181, 11528, 8826, 10539, 10181, 9722, 12817, 10581, 11308, 10062, 11329, 9141, 11736, 10039, 10835, 9197, 10773, 8911, 12228, 10180, 12128, 9323, 11758, 9216, 12339, 9780, 12320, 8606, 11484, 8948, 11689, 8033, 11331, 7983, 9723, 9128, 9898, 12079, 10254, 12614, 9400, 12790, 10143, 12144, 9474, 12185, 8650, 12070, 9584, 11755, 8730, 12079, 9068, 12044, 8416, 12436, 8309, 10907, 7862, 10107, 9549, 10749, 8058, 9985, 9947, 9234, 13182, 10088, 14031, 10563, 13237, 10007, 12646, 10867, 13423, 11624, 16428, 10426, 12206, 10487, 12016, 10936, 10235, 12154, 9451, 12314, 9822, 11513, 15257, 11628, 10429, 9985, 10787, 9680, 12176, 11157, 7766, 10062, 8144, 10073, 9471, 10533, 8026, 10033, 9141, 10277, 14531, 11369, 14962, 10781, 14870, 10759, 13005, 11237, 13061, 9377, 11971, 9338, 12240, 9103, 12285, 8555, 10789, 8147, 11448, 8542, 11264, 8163, 9850, 8218, 10639, 15408, 10985, 15014, 9602, 11799, 10593, 12496, 11154, 14744, 9960, 12128, 9933, 11863, 9688, 12013, 8788, 10407, 7944, 10639, 8902, 10806, 8474, 9975, 9437, 10021, 12264, 10919, 13759, 9895, 12611, 10712, 11963, 10739, 11569, 9325, 11456, 9350, 11791, 9359, 11492, 8284, 10709, 8823, 11765, 8174, 11466, 8158, 9717, 11704, 9141, 11835, 10568, 11727, 8769, 11747, 9289, 11636, 8895, 11178, 8151, 10843, 10432, 10695, 10880, 9386, 11849, 9305, 12019, 9815, 11710, 8044, 10976, 8782, 11237, 8411, 10250, 8889, 10325, 14957, 10707, 14200, 9675, 11872, 10023, 11775, 9453, 11997, 9360, 10783, 8311, 11104, 8764, 10552, 11598, 9544, 12730, 10840, 11689, 9198, 11635, 9595, 12189, 8392, 11719, 8249, 10313, 9388, 10821, 9897, 10611, 14477, 9854, 13125, 11071, 11883, 9320, 11905, 9929, 12113, 10302, 14722, 10133, 12204, 9984, 12030, 9015, 11729, 8361, 10644, 9955, 10748, 15751, 11224, 15142, 9566, 11766, 9981, 11277, 9611, 11258, 10445, 9876, 9730, 12611, 9594, 11407, 9739, 11552, 9224, 11666, 9724, 11657, 9602, 11881, 9466, 11497, 9367, 10879, 11639, 10989, 14682, 9829, 12102, 9892, 11610, 10506, 11345, 8652, 10769, 8336, 10778, 10271, 10620, 12066, 10170, 12635, 9804, 11834, 9667, 11650, 9375, 12139, 9792, 11646, 8509, 10250, 11756, 9637, 12316, 10629, 10981, 9769, 11487, 9059, 10714, 8399, 10449, 9901, 10191, 13417, 10851, 14991, 10958, 11308, 8943, 11532, 8779, 10913, 8897, 10516, 8130, 10343, 8928, 10591, 9240, 9805, 12821, 9977, 12472, 11189, 13395, 9544, 12188, 9582, 11920, 9166, 11453, 7999, 10897, 8537, 11469, 8426, 10814, 8220, 9776, 8428, 10217, 9396, 10073, 9599, 9220, 12848, 9771, 11898, 10439, 10943, 8685, 11349, 8998, 11656, 8918, 11752, 8801, 11110, 9030, 11177, 8911, 10440, 12707, 10580, 12595, 11416, 13450, 10094, 12226, 9970, 11895, 9297, 11344, 8435, 11104, 8118, 10915, 9877, 11471, 10416, 10110, 12937, 10541, 12530, 11601, 12146, 9267, 11300, 9289, 11646, 9159, 10592, 8804, 10901, 8855, 10898, 8257, 11599, 8642, 11082, 8261, 11078, 8392, 10696, 12960, 11221, 13212, 11262, 10629, 10717, 11132, 9869, 13068, 11044, 14146, 11751, 13727, 9983, 12003, 9225, 11282, 9414, 11600, 9503, 11846, 9433, 11607, 8852, 11571, 9179, 10853, 8340, 11024, 8227, 10760, 7818, 10476, 8214, 10420, 8890, 10044, 7960, 10998, 8077, 10080, 8704, 10019, 9161, 10502, 9273, 9403, 11846, 9557, 12257, 10326, 12658, 9062, 10948, 9098, 11087, 9089, 11160, 8407, 10826, 8806, 11273, 8843, 11745, 8583, 11208, 8650, 11383, 11219, 11201, 14133, 10315, 12513, 10506, 12211, 11597, 11975, 9224, 11607, 8601, 11202, 9544, 11563, 9018, 11386, 8552, 10580, 8794, 10151, 12077, 10176, 11150, 9364, 11748, 9433, 12042, 10153, 11815, 10537, 12226, 9273, 11701, 8705, 11804, 9410, 11927, 9016, 11975, 8867, 11555, 8566, 11317, 8340, 11030, 8218, 10539, 7940, 9915, 9568, 10179, 11722, 10656, 12439, 9641, 11455, 9085, 10732, 9505, 7831, 9251, 7561, 9965, 7875, 11128, 7927, 11059, 8210, 11395, 15549, 13893, 15795, 12094, 16462, 10704, 14874, 11882, 13820, 9927, 11596, 8409, 10531, 8893, 10513, 9904, 11672, 10982, 14381, 9996, 13681, 10553, 13481, 11521, 15381, 10113, 12830, 11197, 12800, 10423, 12371, 9532, 11852, 10449, 11271, 9037, 10761, 8650, 11598, 10628, 12394, 9465, 12588, 9836, 13309, 10448, 14462, 9203, 12736, 10036, 12052, 9685, 12099, 8841, 11599, 8317, 11783, 8139, 11675, 8241, 10964, 9173, 10711, 11770, 11023, 12193, 9856, 12026, 10255, 12897, 11151, 13114, 9420, 11590, 9552, 11296, 10211, 11621, 8728, 11287, 8999, 11434, 8804, 11625, 8362, 11274, 8339, 11109, 9032, 11271, 8424, 11228, 9547, 11621, 10678, 15441, 9849, 12980, 11059, 15237, 12507, 16176, 10734, 13841, 10883, 13248, 9261, 12416, 9548, 11975, 9328, 12284, 8762, 11478, 8133, 11380, 9550, 10763, 9728, 10085, 12404, 10150, 12224, 10711, 12525, 9715, 11678, 10085, 11197, 9298, 11603, 8919, 11263, 9912, 11233, 10992, 9240, 11921, 9281, 12220, 10372, 13544, 10023, 13114, 10347, 13988, 9810, 13807, 8999, 12466, 9680, 11828, 8660, 11580, 9121, 11487, 8994, 12299, 9459, 12418, 8952, 11820, 9253, 12741, 10388, 12976, 10461, 12882, 11819, 15664, 12039, 15631, 10771, 13523, 11482, 15955, 11035, 13272, 10109, 12207, 9902, 12247, 9231, 11736, 9957, 10332, 12242, 10704, 11756, 10859, 11460, 9772, 11381, 9363, 10859, 9400, 11306, 9001, 11162, 9114, 11644, 10183, 11501, 9675], 'WindowCenter': [4483.0, 4474.0, 4439.0, 4441.0, 4400.0, 4406.0, 4376.0, 4407.0, 4375.0, 4395.0, 4364.0, 4395.0, 4363.0, 4396.0, 4365.0, 4396.0, 4364.0, 4387.0, 4404.0, 4375.0, 4395.0, 4377.0, 4395.0, 4354.0, 4404.0, 4374.0, 4385.0, 4413.0, 4385.0, 4392.0, 4363.0, 4394.0, 4352.0, 4394.0, 4353.0, 4385.0, 4352.0, 4375.0, 4402.0, 4385.0, 4393.0, 4385.0, 4393.0, 4374.0, 4394.0, 4365.0, 4396.0, 4355.0, 4405.0, 4352.0, 4393.0, 4403.0, 4384.0, 4414.0, 4393.0, 4403.0, 4372.0, 4392.0, 4360.0, 4394.0, 4342.0, 4382.0, 4341.0, 4382.0, 4391.0, 4383.0, 4381.0, 4384.0, 4390.0, 4361.0, 4392.0, 4362.0, 4393.0, 4353.0, 4393.0, 4343.0, 4382.0, 4361.0, 4396.0, 4372.0, 4385.0, 4392.0, 4383.0, 4392.0, 4385.0, 4404.0, 4384.0, 4402.0, 4384.0, 4391.0, 4374.0, 4394.0, 4363.0, 4394.0, 4362.0, 4393.0, 4342.0, 4395.0, 4363.0, 4394.0, 4381.0, 4374.0, 4402.0, 4383.0, 4391.0, 4373.0, 4391.0, 4374.0, 4392.0, 4365.0, 4395.0, 4364.0, 4394.0, 4354.0, 4395.0, 4354.0, 4395.0, 4366.0, 4407.0, 4365.0, 4398.0, 4384.0, 4386.0, 4416.0, 4397.0, 4413.0, 4384.0, 4404.0, 4376.0, 4405.0, 4374.0, 4404.0, 4351.0, 4394.0, 4392.0, 4384.0, 4392.0, 4374.0, 4391.0, 4373.0, 4394.0, 4375.0, 4394.0, 4365.0, 4395.0, 4355.0, 4396.0, 4364.0, 4396.0, 4365.0, 4396.0, 4362.0, 4387.0, 4416.0, 4386.0, 4405.0, 4376.0, 4406.0, 4365.0, 4406.0, 4367.0, 4406.0, 4365.0, 4405.0, 4355.0, 4406.0, 4384.0, 4396.0, 4414.0, 4395.0, 4401.0, 4384.0, 4403.0, 4384.0, 4392.0, 4384.0, 4393.0, 4364.0, 4392.0, 4375.0, 4395.0, 4374.0, 4404.0, 4354.0, 4403.0, 4353.0, 4394.0, 4383.0, 4385.0, 4393.0, 4375.0, 4403.0, 4374.0, 4403.0, 4385.0, 4394.0, 4365.0, 4394.0, 4367.0, 4395.0, 4366.0, 4395.0, 4356.0, 4395.0, 4377.0, 4406.0, 4377.0, 4406.0, 4366.0, 4406.0, 4366.0, 4407.0, 4355.0, 4406.0, 4384.0, 4396.0, 4414.0, 4385.0, 4402.0, 4384.0, 4392.0, 4386.0, 4394.0, 4375.0, 4392.0, 4355.0, 4394.0, 4366.0, 4395.0, 4354.0, 4393.0, 4353.0, 4393.0, 4343.0, 4395.0, 4375.0, 4406.0, 4364.0, 4396.0, 4383.0, 4385.0, 4394.0, 4384.0, 4353.0, 4384.0, 4344.0, 4395.0, 4354.0, 4397.0, 4394.0, 4388.0, 4415.0, 4388.0, 4418.0, 4398.0, 4415.0, 4395.0, 4403.0, 4374.0, 4393.0, 4374.0, 4394.0, 4364.0, 4394.0, 4363.0, 4394.0, 4356.0, 4395.0, 4353.0, 4395.0, 4372.0, 4364.0, 4392.0, 4375.0, 4404.0, 4376.0, 4392.0, 4355.0, 4395.0, 4367.0, 4394.0, 4366.0, 4395.0, 4355.0, 4395.0, 4369.0, 4406.0, 4377.0, 4407.0, 4365.0, 4405.0, 4378.0, 4408.0, 4377.0, 4417.0, 4377.0, 4404.0, 4386.0, 4407.0, 4365.0, 4406.0, 4364.0, 4405.0, 4355.0, 4407.0, 4363.0, 4396.0, 4354.0, 4386.0, 4405.0, 4397.0, 4396.0, 4395.0, 4414.0, 4385.0, 4404.0, 4386.0, 4403.0, 4384.0, 4404.0, 4373.0, 4393.0, 4374.0, 4394.0, 4364.0, 4393.0, 4352.0, 4395.0, 4354.0, 4395.0, 4343.0, 4394.0, 4353.0, 4384.0, 4393.0, 4384.0, 4392.0, 4384.0, 4402.0, 4384.0, 4393.0, 4383.0, 4391.0, 4364.0, 4382.0, 4364.0, 4393.0, 4375.0, 4393.0, 4353.0, 4382.0, 4363.0, 4394.0, 4365.0, 4394.0, 4364.0, 4384.0, 4355.0, 4396.0, 4355.0, 4396.0, 4354.0, 4397.0, 4385.0, 4398.0, 4396.0, 4397.0, 4414.0, 4385.0, 4404.0, 4386.0, 4404.0, 4394.0, 4404.0, 4374.0, 4393.0, 4364.0, 4394.0, 4364.0, 4394.0, 4364.0, 4394.0, 4352.0, 4394.0, 4374.0, 4395.0, 4363.0, 4383.0, 4374.0, 4375.0, 4404.0, 4386.0, 4393.0, 4386.0, 4394.0, 4376.0, 4396.0, 4386.0, 4395.0, 4376.0, 4395.0, 4377.0, 4408.0, 4387.0, 4407.0, 4378.0, 4395.0, 4377.0, 4406.0, 4386.0, 4404.0, 4365.0, 4394.0, 4375.0, 4407.0, 4355.0, 4395.0, 4354.0, 4376.0, 4375.0, 4387.0, 4395.0, 4386.0, 4404.0, 4376.0, 4404.0, 4385.0, 4395.0, 4375.0, 4392.0, 4365.0, 4394.0, 4375.0, 4394.0, 4365.0, 4394.0, 4365.0, 4406.0, 4355.0, 4395.0, 4354.0, 4384.0, 4353.0, 4386.0, 4375.0, 4386.0, 4355.0, 4386.0, 4374.0, 4375.0, 4406.0, 4388.0, 4416.0, 4387.0, 4403.0, 4386.0, 4404.0, 4396.0, 4404.0, 4396.0, 4414.0, 4385.0, 4393.0, 4397.0, 4393.0, 4396.0, 4398.0, 4407.0, 4375.0, 4394.0, 4373.0, 4394.0, 4413.0, 4394.0, 4373.0, 4375.0, 4384.0, 4387.0, 4396.0, 4395.0, 4344.0, 4385.0, 4353.0, 4386.0, 4376.0, 4386.0, 4355.0, 4386.0, 4375.0, 4387.0, 4417.0, 4396.0, 4414.0, 4383.0, 4403.0, 4384.0, 4392.0, 4383.0, 4391.0, 4363.0, 4381.0, 4362.0, 4393.0, 4362.0, 4392.0, 4353.0, 4383.0, 4351.0, 4395.0, 4352.0, 4383.0, 4352.0, 4371.0, 4351.0, 4385.0, 4413.0, 4384.0, 4403.0, 4372.0, 4381.0, 4384.0, 4392.0, 4382.0, 4401.0, 4361.0, 4379.0, 4372.0, 4382.0, 4361.0, 4391.0, 4350.0, 4371.0, 4342.0, 4383.0, 4350.0, 4382.0, 4352.0, 4372.0, 4361.0, 4374.0, 4391.0, 4383.0, 4391.0, 4372.0, 4391.0, 4384.0, 4381.0, 4382.0, 4380.0, 4362.0, 4381.0, 4364.0, 4382.0, 4362.0, 4381.0, 4352.0, 4371.0, 4363.0, 4394.0, 4352.0, 4383.0, 4340.0, 4362.0, 4381.0, 4362.0, 4381.0, 4383.0, 4381.0, 4352.0, 4382.0, 4361.0, 4382.0, 4362.0, 4383.0, 4341.0, 4383.0, 4371.0, 4372.0, 4381.0, 4363.0, 4382.0, 4363.0, 4381.0, 4373.0, 4382.0, 4343.0, 4383.0, 4354.0, 4384.0, 4352.0, 4373.0, 4362.0, 4373.0, 4401.0, 4373.0, 4392.0, 4361.0, 4380.0, 4373.0, 4382.0, 4362.0, 4381.0, 4360.0, 4371.0, 4341.0, 4383.0, 4351.0, 4371.0, 4381.0, 4374.0, 4392.0, 4383.0, 4381.0, 4362.0, 4382.0, 4363.0, 4394.0, 4352.0, 4381.0, 4340.0, 4372.0, 4362.0, 4384.0, 4373.0, 4372.0, 4400.0, 4372.0, 4393.0, 4384.0, 4381.0, 4363.0, 4381.0, 4374.0, 4393.0, 4372.0, 4401.0, 4371.0, 4381.0, 4362.0, 4382.0, 4350.0, 4381.0, 4341.0, 4384.0, 4374.0, 4395.0, 4414.0, 4383.0, 4399.0, 4360.0, 4379.0, 4360.0, 4381.0, 4374.0, 4382.0, 4383.0, 4371.0, 4373.0, 4392.0, 4374.0, 4380.0, 4373.0, 4380.0, 4364.0, 4382.0, 4375.0, 4384.0, 4372.0, 4382.0, 4361.0, 4382.0, 4359.0, 4373.0, 4380.0, 4371.0, 4389.0, 4362.0, 4380.0, 4372.0, 4381.0, 4370.0, 4380.0, 4352.0, 4370.0, 4341.0, 4381.0, 4371.0, 4373.0, 4380.0, 4361.0, 4379.0, 4360.0, 4379.0, 4360.0, 4380.0, 4361.0, 4381.0, 4362.0, 4380.0, 4339.0, 4370.0, 4368.0, 4360.0, 4378.0, 4372.0, 4369.0, 4361.0, 4380.0, 4350.0, 4370.0, 4338.0, 4371.0, 4362.0, 4372.0, 4391.0, 4372.0, 4400.0, 4371.0, 4369.0, 4362.0, 4380.0, 4351.0, 4371.0, 4351.0, 4372.0, 4342.0, 4374.0, 4351.0, 4384.0, 4362.0, 4372.0, 4391.0, 4372.0, 4381.0, 4381.0, 4390.0, 4360.0, 4380.0, 4361.0, 4383.0, 4361.0, 4380.0, 4340.0, 4370.0, 4351.0, 4392.0, 4352.0, 4382.0, 4351.0, 4374.0, 4352.0, 4384.0, 4363.0, 4373.0, 4361.0, 4363.0, 4392.0, 4375.0, 4393.0, 4385.0, 4382.0, 4364.0, 4382.0, 4376.0, 4394.0, 4364.0, 4395.0, 4363.0, 4384.0, 4363.0, 4384.0, 4362.0, 4384.0, 4392.0, 4384.0, 4393.0, 4384.0, 4391.0, 4372.0, 4382.0, 4371.0, 4383.0, 4360.0, 4380.0, 4351.0, 4381.0, 4342.0, 4383.0, 4374.0, 4383.0, 4372.0, 4372.0, 4392.0, 4373.0, 4392.0, 4383.0, 4380.0, 4360.0, 4381.0, 4362.0, 4393.0, 4363.0, 4371.0, 4362.0, 4383.0, 4363.0, 4396.0, 4353.0, 4383.0, 4351.0, 4383.0, 4352.0, 4384.0, 4353.0, 4383.0, 4404.0, 4383.0, 4392.0, 4382.0, 4369.0, 4373.0, 4381.0, 4373.0, 4403.0, 4395.0, 4402.0, 4382.0, 4390.0, 4372.0, 4380.0, 4363.0, 4381.0, 4363.0, 4381.0, 4361.0, 4392.0, 4363.0, 4380.0, 4351.0, 4380.0, 4360.0, 4370.0, 4340.0, 4383.0, 4339.0, 4371.0, 4330.0, 4371.0, 4340.0, 4372.0, 4362.0, 4371.0, 4341.0, 4381.0, 4340.0, 4372.0, 4363.0, 4385.0, 4362.0, 4384.0, 4362.0, 4364.0, 4394.0, 4375.0, 4393.0, 4385.0, 4392.0, 4363.0, 4382.0, 4376.0, 4385.0, 4366.0, 4384.0, 4354.0, 4384.0, 4376.0, 4396.0, 4365.0, 4395.0, 4354.0, 4387.0, 4364.0, 4396.0, 4382.0, 4384.0, 4402.0, 4373.0, 4392.0, 4384.0, 4393.0, 4385.0, 4382.0, 4364.0, 4383.0, 4354.0, 4384.0, 4375.0, 4394.0, 4363.0, 4394.0, 4353.0, 4384.0, 4353.0, 4386.0, 4394.0, 4376.0, 4384.0, 4375.0, 4393.0, 4374.0, 4395.0, 4388.0, 4394.0, 4385.0, 4393.0, 4364.0, 4392.0, 4366.0, 4394.0, 4365.0, 4394.0, 4365.0, 4394.0, 4363.0, 4396.0, 4364.0, 4396.0, 4356.0, 4386.0, 4354.0, 4386.0, 4354.0, 4386.0, 4377.0, 4388.0, 4395.0, 4386.0, 4394.0, 4375.0, 4384.0, 4366.0, 4386.0, 4378.0, 4355.0, 4387.0, 4359.0, 4401.0, 4370.0, 4411.0, 4370.0, 4411.0, 4369.0, 4412.0, 4429.0, 4420.0, 4417.0, 4407.0, 4415.0, 4385.0, 4416.0, 4396.0, 4404.0, 4375.0, 4394.0, 4356.0, 4386.0, 4378.0, 4398.0, 4400.0, 4407.0, 4399.0, 4417.0, 4388.0, 4417.0, 4398.0, 4406.0, 4397.0, 4416.0, 4386.0, 4405.0, 4396.0, 4394.0, 4386.0, 4394.0, 4389.0, 4405.0, 4387.0, 4396.0, 4377.0, 4396.0, 4378.0, 4397.0, 4398.0, 4407.0, 4388.0, 4406.0, 4388.0, 4405.0, 4387.0, 4405.0, 4365.0, 4404.0, 4376.0, 4396.0, 4375.0, 4396.0, 4365.0, 4395.0, 4355.0, 4396.0, 4354.0, 4395.0, 4355.0, 4385.0, 4363.0, 4388.0, 4394.0, 4386.0, 4395.0, 4375.0, 4394.0, 4387.0, 4394.0, 4396.0, 4394.0, 4365.0, 4384.0, 4376.0, 4384.0, 4386.0, 4384.0, 4365.0, 4394.0, 4377.0, 4395.0, 4366.0, 4384.0, 4356.0, 4397.0, 4368.0, 4396.0, 4378.0, 4397.0, 4379.0, 4398.0, 4402.0, 4408.0, 4400.0, 4417.0, 4387.0, 4405.0, 4399.0, 4416.0, 4406.0, 4414.0, 4385.0, 4404.0, 4385.0, 4395.0, 4375.0, 4394.0, 4375.0, 4396.0, 4365.0, 4396.0, 4354.0, 4394.0, 4353.0, 4395.0, 4374.0, 4385.0, 4373.0, 4385.0, 4394.0, 4385.0, 4393.0, 4385.0, 4393.0, 4374.0, 4384.0, 4386.0, 4383.0, 4364.0, 4394.0, 4366.0, 4395.0, 4387.0, 4397.0, 4396.0, 4377.0, 4408.0, 4377.0, 4396.0, 4386.0, 4406.0, 4374.0, 4406.0, 4397.0, 4418.0, 4376.0, 4406.0, 4365.0, 4394.0, 4374.0, 4396.0, 4354.0, 4384.0, 4363.0, 4383.0, 4363.0, 4395.0, 4376.0, 4393.0, 4365.0, 4394.0, 4376.0, 4403.0, 4385.0, 4404.0, 4385.0, 4394.0, 4396.0, 4416.0, 4394.0, 4413.0, 4383.0, 4403.0, 4384.0, 4402.0, 4373.0, 4390.0, 4371.0, 4381.0, 4360.0, 4383.0, 4350.0, 4381.0, 4360.0, 4359.0, 4380.0, 4372.0, 4380.0, 4370.0, 4369.0, 4360.0, 4379.0, 4363.0, 4369.0, 4360.0, 4370.0, 4352.0, 4382.0, 4363.0, 4382.0, 4375.0, 4382.0, 4374.0], 'WindowWidth': [9881.0, 9846.0, 9784.0, 9772.0, 9712.0, 9713.0, 9671.0, 9714.0, 9670.0, 9695.0, 9652.0, 9694.0, 9652.0, 9701.0, 9658.0, 9700.0, 9654.0, 9688.0, 9707.0, 9669.0, 9695.0, 9673.0, 9694.0, 9639.0, 9706.0, 9664.0, 9681.0, 9718.0, 9681.0, 9686.0, 9650.0, 9689.0, 9632.0, 9692.0, 9635.0, 9679.0, 9633.0, 9667.0, 9700.0, 9682.0, 9690.0, 9682.0, 9687.0, 9666.0, 9691.0, 9654.0, 9697.0, 9642.0, 9708.0, 9633.0, 9689.0, 9701.0, 9679.0, 9718.0, 9688.0, 9700.0, 9658.0, 9684.0, 9641.0, 9689.0, 9618.0, 9671.0, 9615.0, 9671.0, 9682.0, 9676.0, 9668.0, 9677.0, 9680.0, 9644.0, 9684.0, 9647.0, 9690.0, 9635.0, 9689.0, 9622.0, 9674.0, 9646.0, 9696.0, 9660.0, 9680.0, 9684.0, 9674.0, 9686.0, 9681.0, 9705.0, 9679.0, 9697.0, 9676.0, 9681.0, 9663.0, 9690.0, 9649.0, 9689.0, 9645.0, 9686.0, 9619.0, 9693.0, 9646.0, 9690.0, 9668.0, 9663.0, 9699.0, 9677.0, 9683.0, 9662.0, 9683.0, 9664.0, 9684.0, 9656.0, 9696.0, 9654.0, 9692.0, 9641.0, 9694.0, 9640.0, 9695.0, 9659.0, 9713.0, 9654.0, 9702.0, 9679.0, 9686.0, 9725.0, 9699.0, 9717.0, 9681.0, 9704.0, 9670.0, 9706.0, 9664.0, 9705.0, 9630.0, 9689.0, 9686.0, 9677.0, 9686.0, 9663.0, 9684.0, 9662.0, 9690.0, 9671.0, 9692.0, 9655.0, 9694.0, 9642.0, 9699.0, 9653.0, 9698.0, 9653.0, 9698.0, 9649.0, 9687.0, 9725.0, 9685.0, 9707.0, 9672.0, 9710.0, 9655.0, 9709.0, 9660.0, 9711.0, 9655.0, 9708.0, 9640.0, 9709.0, 9678.0, 9696.0, 9719.0, 9692.0, 9697.0, 9676.0, 9700.0, 9678.0, 9685.0, 9678.0, 9685.0, 9651.0, 9685.0, 9666.0, 9694.0, 9665.0, 9703.0, 9636.0, 9701.0, 9634.0, 9692.0, 9675.0, 9678.0, 9686.0, 9666.0, 9701.0, 9666.0, 9702.0, 9682.0, 9689.0, 9656.0, 9691.0, 9660.0, 9694.0, 9656.0, 9694.0, 9643.0, 9694.0, 9674.0, 9711.0, 9672.0, 9710.0, 9655.0, 9709.0, 9656.0, 9713.0, 9640.0, 9710.0, 9677.0, 9696.0, 9718.0, 9679.0, 9699.0, 9677.0, 9685.0, 9682.0, 9689.0, 9666.0, 9685.0, 9639.0, 9688.0, 9657.0, 9693.0, 9636.0, 9686.0, 9634.0, 9687.0, 9619.0, 9691.0, 9665.0, 9707.0, 9650.0, 9694.0, 9673.0, 9679.0, 9689.0, 9676.0, 9633.0, 9677.0, 9622.0, 9694.0, 9639.0, 9701.0, 9692.0, 9688.0, 9723.0, 9689.0, 9730.0, 9703.0, 9719.0, 9694.0, 9699.0, 9663.0, 9685.0, 9664.0, 9687.0, 9651.0, 9688.0, 9647.0, 9689.0, 9641.0, 9693.0, 9634.0, 9691.0, 9657.0, 9649.0, 9685.0, 9668.0, 9701.0, 9669.0, 9685.0, 9641.0, 9693.0, 9660.0, 9688.0, 9657.0, 9692.0, 9642.0, 9693.0, 9663.0, 9710.0, 9673.0, 9711.0, 9656.0, 9705.0, 9676.0, 9714.0, 9674.0, 9724.0, 9671.0, 9705.0, 9683.0, 9711.0, 9652.0, 9708.0, 9649.0, 9706.0, 9640.0, 9710.0, 9646.0, 9695.0, 9635.0, 9681.0, 9705.0, 9697.0, 9692.0, 9692.0, 9715.0, 9677.0, 9702.0, 9681.0, 9699.0, 9676.0, 9700.0, 9659.0, 9685.0, 9661.0, 9687.0, 9646.0, 9684.0, 9627.0, 9690.0, 9634.0, 9690.0, 9618.0, 9688.0, 9630.0, 9675.0, 9686.0, 9675.0, 9682.0, 9674.0, 9697.0, 9676.0, 9683.0, 9672.0, 9679.0, 9647.0, 9666.0, 9648.0, 9683.0, 9662.0, 9683.0, 9633.0, 9670.0, 9647.0, 9688.0, 9650.0, 9689.0, 9650.0, 9676.0, 9638.0, 9696.0, 9639.0, 9695.0, 9637.0, 9697.0, 9679.0, 9700.0, 9694.0, 9695.0, 9714.0, 9676.0, 9702.0, 9680.0, 9700.0, 9690.0, 9701.0, 9662.0, 9685.0, 9649.0, 9687.0, 9648.0, 9689.0, 9648.0, 9688.0, 9631.0, 9688.0, 9663.0, 9690.0, 9645.0, 9673.0, 9660.0, 9664.0, 9703.0, 9679.0, 9685.0, 9680.0, 9688.0, 9668.0, 9694.0, 9682.0, 9691.0, 9668.0, 9691.0, 9671.0, 9712.0, 9685.0, 9709.0, 9673.0, 9691.0, 9671.0, 9707.0, 9681.0, 9702.0, 9652.0, 9688.0, 9665.0, 9710.0, 9637.0, 9693.0, 9636.0, 9667.0, 9664.0, 9685.0, 9690.0, 9682.0, 9701.0, 9668.0, 9702.0, 9679.0, 9688.0, 9664.0, 9682.0, 9650.0, 9689.0, 9666.0, 9687.0, 9652.0, 9688.0, 9651.0, 9708.0, 9638.0, 9691.0, 9634.0, 9676.0, 9631.0, 9681.0, 9666.0, 9680.0, 9638.0, 9681.0, 9662.0, 9667.0, 9710.0, 9687.0, 9721.0, 9683.0, 9700.0, 9680.0, 9701.0, 9695.0, 9701.0, 9692.0, 9715.0, 9678.0, 9685.0, 9696.0, 9687.0, 9696.0, 9702.0, 9711.0, 9664.0, 9689.0, 9657.0, 9688.0, 9712.0, 9685.0, 9656.0, 9662.0, 9674.0, 9684.0, 9692.0, 9690.0, 9621.0, 9677.0, 9631.0, 9681.0, 9666.0, 9681.0, 9636.0, 9680.0, 9663.0, 9684.0, 9724.0, 9693.0, 9714.0, 9672.0, 9696.0, 9672.0, 9681.0, 9669.0, 9678.0, 9642.0, 9665.0, 9642.0, 9686.0, 9642.0, 9682.0, 9628.0, 9670.0, 9628.0, 9690.0, 9627.0, 9672.0, 9626.0, 9653.0, 9625.0, 9676.0, 9712.0, 9672.0, 9698.0, 9656.0, 9663.0, 9673.0, 9680.0, 9669.0, 9690.0, 9637.0, 9658.0, 9653.0, 9667.0, 9637.0, 9679.0, 9620.0, 9651.0, 9613.0, 9671.0, 9622.0, 9667.0, 9626.0, 9654.0, 9638.0, 9660.0, 9679.0, 9669.0, 9677.0, 9652.0, 9678.0, 9673.0, 9663.0, 9669.0, 9662.0, 9640.0, 9663.0, 9647.0, 9666.0, 9642.0, 9664.0, 9629.0, 9652.0, 9645.0, 9686.0, 9628.0, 9670.0, 9609.0, 9641.0, 9666.0, 9641.0, 9665.0, 9671.0, 9664.0, 9626.0, 9666.0, 9640.0, 9668.0, 9641.0, 9669.0, 9611.0, 9669.0, 9651.0, 9654.0, 9665.0, 9643.0, 9666.0, 9643.0, 9664.0, 9656.0, 9666.0, 9618.0, 9671.0, 9631.0, 9673.0, 9627.0, 9656.0, 9640.0, 9657.0, 9692.0, 9657.0, 9678.0, 9637.0, 9661.0, 9656.0, 9665.0, 9639.0, 9662.0, 9635.0, 9649.0, 9610.0, 9668.0, 9623.0, 9652.0, 9663.0, 9660.0, 9681.0, 9670.0, 9665.0, 9641.0, 9666.0, 9642.0, 9683.0, 9625.0, 9665.0, 9607.0, 9652.0, 9640.0, 9672.0, 9655.0, 9653.0, 9688.0, 9654.0, 9683.0, 9671.0, 9664.0, 9642.0, 9664.0, 9659.0, 9682.0, 9655.0, 9690.0, 9651.0, 9663.0, 9638.0, 9667.0, 9622.0, 9664.0, 9610.0, 9676.0, 9661.0, 9692.0, 9715.0, 9670.0, 9687.0, 9634.0, 9656.0, 9633.0, 9661.0, 9662.0, 9668.0, 9670.0, 9653.0, 9656.0, 9682.0, 9661.0, 9661.0, 9656.0, 9661.0, 9645.0, 9669.0, 9664.0, 9671.0, 9656.0, 9666.0, 9637.0, 9666.0, 9634.0, 9653.0, 9660.0, 9649.0, 9673.0, 9638.0, 9660.0, 9655.0, 9663.0, 9650.0, 9661.0, 9625.0, 9649.0, 9609.0, 9665.0, 9651.0, 9654.0, 9659.0, 9635.0, 9659.0, 9634.0, 9657.0, 9634.0, 9660.0, 9637.0, 9662.0, 9637.0, 9661.0, 9603.0, 9646.0, 9640.0, 9633.0, 9657.0, 9654.0, 9645.0, 9638.0, 9661.0, 9622.0, 9648.0, 9603.0, 9651.0, 9639.0, 9655.0, 9679.0, 9653.0, 9687.0, 9651.0, 9644.0, 9639.0, 9660.0, 9624.0, 9652.0, 9624.0, 9654.0, 9613.0, 9660.0, 9625.0, 9672.0, 9641.0, 9655.0, 9677.0, 9652.0, 9664.0, 9664.0, 9674.0, 9634.0, 9659.0, 9636.0, 9670.0, 9636.0, 9662.0, 9607.0, 9648.0, 9624.0, 9682.0, 9627.0, 9668.0, 9625.0, 9658.0, 9629.0, 9675.0, 9643.0, 9658.0, 9639.0, 9645.0, 9682.0, 9663.0, 9683.0, 9676.0, 9668.0, 9647.0, 9669.0, 9668.0, 9687.0, 9648.0, 9688.0, 9643.0, 9673.0, 9645.0, 9672.0, 9642.0, 9673.0, 9681.0, 9672.0, 9683.0, 9672.0, 9676.0, 9652.0, 9667.0, 9651.0, 9669.0, 9634.0, 9660.0, 9623.0, 9665.0, 9613.0, 9671.0, 9660.0, 9670.0, 9652.0, 9655.0, 9678.0, 9657.0, 9680.0, 9669.0, 9661.0, 9637.0, 9663.0, 9642.0, 9684.0, 9644.0, 9651.0, 9640.0, 9668.0, 9644.0, 9693.0, 9632.0, 9671.0, 9625.0, 9670.0, 9627.0, 9672.0, 9628.0, 9671.0, 9700.0, 9671.0, 9679.0, 9667.0, 9647.0, 9655.0, 9663.0, 9656.0, 9699.0, 9690.0, 9693.0, 9667.0, 9674.0, 9653.0, 9662.0, 9644.0, 9662.0, 9642.0, 9664.0, 9637.0, 9681.0, 9644.0, 9661.0, 9623.0, 9662.0, 9635.0, 9649.0, 9606.0, 9667.0, 9607.0, 9651.0, 9594.0, 9650.0, 9607.0, 9653.0, 9641.0, 9652.0, 9610.0, 9664.0, 9608.0, 9655.0, 9643.0, 9677.0, 9641.0, 9673.0, 9641.0, 9647.0, 9686.0, 9664.0, 9685.0, 9676.0, 9681.0, 9644.0, 9668.0, 9666.0, 9674.0, 9653.0, 9673.0, 9634.0, 9673.0, 9667.0, 9691.0, 9649.0, 9689.0, 9632.0, 9679.0, 9647.0, 9693.0, 9668.0, 9673.0, 9693.0, 9656.0, 9679.0, 9672.0, 9683.0, 9675.0, 9667.0, 9647.0, 9669.0, 9632.0, 9673.0, 9662.0, 9685.0, 9643.0, 9685.0, 9629.0, 9674.0, 9630.0, 9678.0, 9686.0, 9664.0, 9672.0, 9662.0, 9684.0, 9661.0, 9689.0, 9684.0, 9685.0, 9674.0, 9681.0, 9647.0, 9681.0, 9653.0, 9689.0, 9649.0, 9686.0, 9648.0, 9686.0, 9645.0, 9690.0, 9645.0, 9692.0, 9639.0, 9677.0, 9631.0, 9677.0, 9634.0, 9679.0, 9667.0, 9685.0, 9690.0, 9679.0, 9686.0, 9662.0, 9672.0, 9651.0, 9679.0, 9671.0, 9638.0, 9684.0, 9649.0, 9710.0, 9667.0, 9723.0, 9666.0, 9723.0, 9662.0, 9722.0, 9743.0, 9730.0, 9721.0, 9709.0, 9716.0, 9676.0, 9718.0, 9691.0, 9698.0, 9664.0, 9686.0, 9639.0, 9678.0, 9673.0, 9700.0, 9707.0, 9709.0, 9703.0, 9722.0, 9684.0, 9723.0, 9698.0, 9705.0, 9696.0, 9719.0, 9679.0, 9703.0, 9693.0, 9686.0, 9679.0, 9685.0, 9689.0, 9705.0, 9682.0, 9692.0, 9670.0, 9693.0, 9673.0, 9696.0, 9701.0, 9710.0, 9686.0, 9707.0, 9687.0, 9704.0, 9681.0, 9701.0, 9649.0, 9700.0, 9666.0, 9690.0, 9662.0, 9691.0, 9649.0, 9689.0, 9638.0, 9692.0, 9633.0, 9689.0, 9634.0, 9675.0, 9645.0, 9683.0, 9687.0, 9679.0, 9687.0, 9663.0, 9687.0, 9681.0, 9687.0, 9692.0, 9686.0, 9649.0, 9671.0, 9667.0, 9672.0, 9677.0, 9671.0, 9651.0, 9687.0, 9671.0, 9690.0, 9654.0, 9673.0, 9638.0, 9693.0, 9660.0, 9692.0, 9674.0, 9697.0, 9677.0, 9700.0, 9710.0, 9712.0, 9704.0, 9722.0, 9682.0, 9705.0, 9702.0, 9720.0, 9708.0, 9714.0, 9675.0, 9699.0, 9677.0, 9687.0, 9663.0, 9685.0, 9664.0, 9693.0, 9648.0, 9689.0, 9632.0, 9686.0, 9631.0, 9691.0, 9657.0, 9674.0, 9655.0, 9675.0, 9686.0, 9676.0, 9684.0, 9675.0, 9684.0, 9660.0, 9673.0, 9679.0, 9669.0, 9646.0, 9686.0, 9652.0, 9689.0, 9683.0, 9697.0, 9695.0, 9670.0, 9712.0, 9669.0, 9693.0, 9677.0, 9704.0, 9659.0, 9704.0, 9698.0, 9726.0, 9667.0, 9707.0, 9651.0, 9687.0, 9658.0, 9692.0, 9631.0, 9672.0, 9642.0, 9670.0, 9646.0, 9690.0, 9664.0, 9685.0, 9649.0, 9687.0, 9667.0, 9698.0, 9676.0, 9699.0, 9675.0, 9687.0, 9692.0, 9717.0, 9687.0, 9708.0, 9670.0, 9697.0, 9672.0, 9693.0, 9654.0, 9674.0, 9651.0, 9662.0, 9635.0, 9667.0, 9619.0, 9662.0, 9630.0, 9632.0, 9659.0, 9652.0, 9659.0, 9647.0, 9643.0, 9634.0, 9658.0, 9643.0, 9644.0, 9636.0, 9647.0, 9627.0, 9667.0, 9645.0, 9666.0, 9662.0, 9667.0, 9660.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.008211449652777779</td></tr>
<tr><td colspan=3>aqi</td><td>0.038644275781249994</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.39989592404864</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.234041618896613</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0465088473414426</td></tr>
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
<tr><td colspan=3>fber</td><td>5992.7583</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07387162052078698</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.78125</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5004815446321462</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.520892394442696</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.591863392750616</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.388688846703126</td></tr>
<tr><td colspan=3>gcor</td><td>0.00485847</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01506805419921875</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026445450261235237</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</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.079763443325548</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>36.9198</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1087</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.1593</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301089.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>738.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.9403</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1243</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.6406</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3610.0506</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.2535</td></tr>
<tr><td colspan=3>tsnr</td><td>35.061433566967025</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>