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

616 lines
No EOL
130 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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-03/func/sub-0090_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>8a13002d27aaa239ec52b43871a235f0</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>18:50:18.295000</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.99947, 0.0123223, 0.0301243, -0.0130838, 0.999596, 0.0252126]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0911924</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>[4163, -7708, -7261, 596, 16, -102, -133, -1]</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>251.455</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49cab995-acc7-419d-af02-74ccb4651754||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.6815054416656494, -0.03510284051299095, 0.08046404272317886, 110.26358032226562], [-0.03305986523628235, 2.6818442344665527, 0.06910211592912674, -93.88409423828125], [0.08082137256860733, -0.06764353811740875, 2.697916030883789, -75.45433807373047], [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': ['185018.295000', '185018.755000', '185019.215000', '185019.675000', '185020.135000', '185020.595000', '185021.055000', '185021.515000', '185021.975000', '185022.435000', '185022.895000', '185023.355000', '185023.815000', '185024.275000', '185024.735000', '185025.195000', '185025.655000', '185026.115000', '185026.575000', '185027.035000', '185027.495000', '185027.955000', '185028.415000', '185028.875000', '185029.335000', '185029.795000', '185030.255000', '185030.715000', '185031.175000', '185031.635000', '185032.095000', '185032.555000', '185033.015000', '185033.475000', '185033.935000', '185034.395000', '185034.855000', '185035.315000', '185035.775000', '185036.235000', '185036.695000', '185037.155000', '185037.615000', '185038.075000', '185038.535000', '185038.995000', '185039.455000', '185039.915000', '185040.375000', '185040.835000', '185041.295000', '185041.755000', '185042.215000', '185042.675000', '185043.135000', '185043.595000', '185044.055000', '185044.515000', '185044.975000', '185045.435000', '185045.895000', '185046.355000', '185046.815000', '185047.275000', '185047.735000', '185048.195000', '185048.655000', '185049.115000', '185049.575000', '185050.035000', '185050.495000', '185050.955000', '185051.415000', '185051.875000', '185052.335000', '185052.795000', '185053.255000', '185053.715000', '185054.175000', '185054.635000', '185055.095000', '185055.555000', '185056.015000', '185056.475000', '185056.935000', '185057.395000', '185057.855000', '185058.315000', '185058.775000', '185059.235000', '185059.695000', '185100.155000', '185100.615000', '185101.075000', '185101.535000', '185101.995000', '185102.455000', '185102.915000', '185103.375000', '185103.835000', '185104.295000', '185104.755000', '185105.215000', '185105.675000', '185106.135000', '185106.595000', '185107.055000', '185107.515000', '185107.975000', '185108.435000', '185108.895000', '185109.355000', '185109.815000', '185110.275000', '185110.735000', '185111.195000', '185111.655000', '185112.115000', '185112.575000', '185113.035000', '185113.495000', '185113.955000', '185114.415000', '185114.875000', '185115.335000', '185115.795000', '185116.255000', '185116.715000', '185117.175000', '185117.635000', '185118.095000', '185118.555000', '185119.015000', '185119.475000', '185119.935000', '185120.395000', '185120.855000', '185121.315000', '185121.775000', '185122.235000', '185122.695000', '185123.155000', '185123.615000', '185124.075000', '185124.535000', '185124.995000', '185125.455000', '185125.915000', '185126.375000', '185126.835000', '185127.295000', '185127.755000', '185128.215000', '185128.675000', '185129.135000', '185129.595000', '185130.055000', '185130.515000', '185130.975000', '185131.435000', '185131.895000', '185132.355000', '185132.815000', '185133.275000', '185133.735000', '185134.195000', '185134.655000', '185135.115000', '185135.575000', '185136.035000', '185136.495000', '185136.955000', '185137.415000', '185137.875000', '185138.335000', '185138.795000', '185139.255000', '185139.715000', '185140.175000', '185140.635000', '185141.095000', '185141.555000', '185142.015000', '185142.475000', '185142.935000', '185143.395000', '185143.855000', '185144.315000', '185144.775000', '185145.235000', '185145.695000', '185146.155000', '185146.615000', '185147.075000', '185147.535000', '185147.995000', '185148.455000', '185148.915000', '185149.375000', '185149.835000', '185150.295000', '185150.755000', '185151.215000', '185151.675000', '185152.135000', '185152.595000', '185153.055000', '185153.515000', '185153.975000', '185154.435000', '185154.895000', '185155.355000', '185155.815000', '185156.275000', '185156.735000', '185157.195000', '185157.655000', '185158.115000', '185158.575000', '185159.035000', '185159.495000', '185159.955000', '185200.415000', '185200.875000', '185201.335000', '185201.795000', '185202.255000', '185202.715000', '185203.175000', '185203.635000', '185204.095000', '185204.555000', '185205.015000', '185205.475000', '185205.935000', '185206.395000', '185206.855000', '185207.315000', '185207.775000', '185208.235000', '185208.695000', '185209.155000', '185209.615000', '185210.075000', '185210.535000', '185210.995000', '185211.455000', '185211.915000', '185212.375000', '185212.835000', '185213.295000', '185213.755000', '185214.215000', '185214.675000', '185215.135000', '185215.595000', '185216.055000', '185216.515000', '185216.975000', '185217.435000', '185217.895000', '185218.355000', '185218.815000', '185219.275000', '185219.735000', '185220.195000', '185220.655000', '185221.115000', '185221.575000', '185222.035000', '185222.495000', '185222.955000', '185223.415000', '185223.875000', '185224.335000', '185224.795000', '185225.255000', '185225.715000', '185226.175000', '185226.635000', '185227.095000', '185227.555000', '185228.015000', '185228.475000', '185228.935000', '185229.395000', '185229.855000', '185230.315000', '185230.775000', '185231.235000', '185231.695000', '185232.155000', '185232.615000', '185233.075000', '185233.535000', '185233.995000', '185234.455000', '185234.915000', '185235.375000', '185235.835000', '185236.295000', '185236.755000', '185237.215000', '185237.675000', '185238.135000', '185238.595000', '185239.055000', '185239.515000', '185239.975000', '185240.435000', '185240.895000', '185241.355000', '185241.815000', '185242.275000', '185242.735000', '185243.195000', '185243.655000', '185244.115000', '185244.575000', '185245.035000', '185245.495000', '185245.955000', '185246.415000', '185246.875000', '185247.335000', '185247.795000', '185248.255000', '185248.715000', '185249.175000', '185249.635000', '185250.095000', '185250.555000', '185251.015000', '185251.475000', '185251.935000', '185252.395000', '185252.855000', '185253.315000', '185253.775000', '185254.235000', '185254.695000', '185255.155000', '185255.615000', '185256.075000', '185256.535000', '185256.995000', '185257.455000', '185257.915000', '185258.375000', '185258.835000', '185259.295000', '185259.755000', '185300.215000', '185300.675000', '185301.135000', '185301.595000', '185302.055000', '185302.515000', '185302.975000', '185303.435000', '185303.895000', '185304.355000', '185304.815000', '185305.275000', '185305.735000', '185306.195000', '185306.655000', '185307.115000', '185307.575000', '185308.035000', '185308.495000', '185308.955000', '185309.415000', '185309.875000', '185310.335000', '185310.795000', '185311.255000', '185311.715000', '185312.175000', '185312.635000', '185313.095000', '185313.555000', '185314.015000', '185314.475000', '185314.935000', '185315.395000', '185315.855000', '185316.315000', '185316.775000', '185317.235000', '185317.695000', '185318.155000', '185318.615000', '185319.075000', '185319.535000', '185319.995000', '185320.455000', '185320.915000', '185321.375000', '185321.835000', '185322.295000', '185322.755000', '185323.215000', '185323.675000', '185324.135000', '185324.595000', '185325.055000', '185325.515000', '185325.975000', '185326.435000', '185326.895000', '185327.355000', '185327.815000', '185328.275000', '185328.735000', '185329.195000', '185329.655000', '185330.115000', '185330.575000', '185331.035000', '185331.495000', '185331.955000', '185332.415000', '185332.875000', '185333.335000', '185333.795000', '185334.255000', '185334.715000', '185335.175000', '185335.635000', '185336.095000', '185336.555000', '185337.015000', '185337.475000', '185337.935000', '185338.395000', '185338.855000', '185339.315000', '185339.775000', '185340.235000', '185340.695000', '185341.155000', '185341.615000', '185342.075000', '185342.535000', '185342.995000', '185343.455000', '185343.915000', '185344.375000', '185344.835000', '185345.295000', '185345.755000', '185346.215000', '185346.675000', '185347.135000', '185347.595000', '185348.055000', '185348.515000', '185348.975000', '185349.435000', '185349.895000', '185350.355000', '185350.815000', '185351.275000', '185351.735000', '185352.195000', '185352.655000', '185353.115000', '185353.575000', '185354.035000', '185354.495000', '185354.955000', '185355.415000', '185355.875000', '185356.335000', '185356.795000', '185357.255000', '185357.715000', '185358.175000', '185358.635000', '185359.095000', '185359.555000', '185400.015000', '185400.475000', '185400.935000', '185401.395000', '185401.855000', '185402.315000', '185402.775000', '185403.235000', '185403.695000', '185404.155000', '185404.615000', '185405.075000', '185405.535000', '185405.995000', '185406.455000', '185406.915000', '185407.375000', '185407.835000', '185408.295000', '185408.755000', '185409.215000', '185409.675000', '185410.135000', '185410.595000', '185411.055000', '185411.515000', '185411.975000', '185412.435000', '185412.895000', '185413.355000', '185413.815000', '185414.275000', '185414.735000', '185415.195000', '185415.655000', '185416.115000', '185416.575000', '185417.035000', '185417.495000', '185417.955000', '185418.415000', '185418.875000', '185419.335000', '185419.795000', '185420.255000', '185420.715000', '185421.175000', '185421.635000', '185422.095000', '185422.555000', '185423.015000', '185423.475000', '185423.935000', '185424.395000', '185424.855000', '185425.315000', '185425.775000', '185426.235000', '185426.695000', '185427.155000', '185427.615000', '185428.075000', '185428.535000', '185428.995000', '185429.455000', '185429.915000', '185430.375000', '185430.835000', '185431.295000', '185431.755000', '185432.215000', '185432.675000', '185433.135000', '185433.595000', '185434.055000', '185434.515000', '185434.975000', '185435.435000', '185435.895000', '185436.355000', '185436.815000', '185437.275000', '185437.735000', '185438.195000', '185438.655000', '185439.115000', '185439.575000', '185440.035000', '185440.495000', '185440.955000', '185441.415000', '185441.875000', '185442.335000', '185442.795000', '185443.255000', '185443.715000', '185444.175000', '185444.635000', '185445.095000', '185445.555000', '185446.015000', '185446.475000', '185446.935000', '185447.395000', '185447.855000', '185448.315000', '185448.775000', '185449.235000', '185449.695000', '185450.155000', '185450.615000', '185451.075000', '185451.535000', '185451.995000', '185452.455000', '185452.915000', '185453.375000', '185453.835000', '185454.295000', '185454.755000', '185455.215000', '185455.675000', '185456.135000', '185456.595000', '185457.055000', '185457.515000', '185457.975000', '185458.435000', '185458.895000', '185459.355000', '185459.815000', '185500.275000', '185500.735000', '185501.195000', '185501.655000', '185502.115000', '185502.575000', '185503.035000', '185503.495000', '185503.955000', '185504.415000', '185504.875000', '185505.335000', '185505.795000', '185506.255000', '185506.715000', '185507.175000', '185507.635000', '185508.095000', '185508.555000', '185509.015000', '185509.475000', '185509.935000', '185510.395000', '185510.855000', '185511.315000', '185511.775000', '185512.235000', '185512.695000', '185513.155000', '185513.615000', '185514.075000', '185514.535000', '185514.995000', '185515.455000', '185515.915000', '185516.375000', '185516.835000', '185517.295000', '185517.755000', '185518.215000', '185518.675000', '185519.135000', '185519.595000', '185520.055000', '185520.515000', '185520.975000', '185521.435000', '185521.895000', '185522.355000', '185522.815000', '185523.275000', '185523.735000', '185524.195000', '185524.655000', '185525.115000', '185525.575000', '185526.035000', '185526.495000', '185526.955000', '185527.415000', '185527.875000', '185528.335000', '185528.795000', '185529.255000', '185529.715000', '185530.175000', '185530.635000', '185531.095000', '185531.555000', '185532.015000', '185532.475000', '185532.935000', '185533.395000', '185533.855000', '185534.315000', '185534.775000', '185535.235000', '185535.695000', '185536.155000', '185536.615000', '185537.075000', '185537.535000', '185537.995000', '185538.455000', '185538.915000', '185539.375000', '185539.835000', '185540.295000', '185540.755000', '185541.215000', '185541.675000', '185542.135000', '185542.595000', '185543.055000', '185543.515000', '185543.975000', '185544.435000', '185544.895000', '185545.355000', '185545.815000', '185546.275000', '185546.735000', '185547.195000', '185547.655000', '185548.115000', '185548.575000', '185549.035000', '185549.495000', '185549.955000', '185550.415000', '185550.875000', '185551.335000', '185551.795000', '185552.255000', '185552.715000', '185553.175000', '185553.635000', '185554.095000', '185554.555000', '185555.015000', '185555.475000', '185555.935000', '185556.395000', '185556.855000', '185557.315000', '185557.775000', '185558.235000', '185558.695000', '185559.155000', '185559.615000', '185600.075000', '185600.535000', '185600.995000', '185601.455000', '185601.915000', '185602.375000', '185602.835000', '185603.295000', '185603.755000', '185604.215000', '185604.675000', '185605.135000', '185605.595000', '185606.055000', '185606.515000', '185606.975000', '185607.435000', '185607.895000', '185608.355000', '185608.815000', '185609.275000', '185609.735000', '185610.195000', '185610.655000', '185611.115000', '185611.575000', '185612.035000', '185612.495000', '185612.955000', '185613.415000', '185613.875000', '185614.335000', '185614.795000', '185615.255000', '185615.715000', '185616.175000', '185616.635000', '185617.095000', '185617.555000', '185618.015000', '185618.475000', '185618.935000', '185619.395000', '185619.855000', '185620.315000', '185620.775000', '185621.235000', '185621.695000', '185622.155000', '185622.615000', '185623.075000', '185623.535000', '185623.995000', '185624.455000', '185624.915000', '185625.375000', '185625.835000', '185626.295000', '185626.755000', '185627.215000', '185627.675000', '185628.135000', '185628.595000', '185629.055000', '185629.515000', '185629.975000', '185630.435000', '185630.895000', '185631.355000', '185631.815000', '185632.275000', '185632.735000', '185633.195000', '185633.655000', '185634.115000', '185634.575000', '185635.035000', '185635.495000', '185635.955000', '185636.415000', '185636.875000', '185637.335000', '185637.795000', '185638.255000', '185638.715000', '185639.175000', '185639.635000', '185640.095000', '185640.555000', '185641.015000', '185641.475000', '185641.935000', '185642.395000', '185642.855000', '185643.315000', '185643.775000', '185644.235000', '185644.695000', '185645.155000', '185645.615000', '185646.075000', '185646.535000', '185646.995000', '185647.455000', '185647.915000', '185648.375000', '185648.835000', '185649.295000', '185649.755000', '185650.215000', '185650.675000', '185651.135000', '185651.595000', '185652.055000', '185652.515000', '185652.975000', '185653.435000', '185653.895000', '185654.355000', '185654.815000', '185655.275000', '185655.735000', '185656.195000', '185656.655000', '185657.115000', '185657.575000', '185658.035000', '185658.495000', '185658.955000', '185659.415000', '185659.875000', '185700.335000', '185700.795000', '185701.255000', '185701.715000', '185702.175000', '185702.635000', '185703.095000', '185703.555000', '185704.015000', '185704.475000', '185704.935000', '185705.395000', '185705.855000', '185706.315000', '185706.775000', '185707.235000', '185707.695000', '185708.155000', '185708.615000', '185709.075000', '185709.535000', '185709.995000', '185710.455000', '185710.915000', '185711.375000', '185711.835000', '185712.295000', '185712.755000', '185713.215000', '185713.675000', '185714.135000', '185714.595000', '185715.055000', '185715.515000', '185715.975000', '185716.435000', '185716.895000', '185717.355000', '185717.815000', '185718.275000', '185718.735000', '185719.195000', '185719.655000', '185720.115000', '185720.575000', '185721.035000', '185721.495000', '185721.955000', '185722.415000', '185722.875000', '185723.335000', '185723.795000', '185724.255000', '185724.715000', '185725.175000', '185725.635000', '185726.095000', '185726.555000', '185727.015000', '185727.475000', '185727.935000', '185728.395000', '185728.855000', '185729.315000', '185729.775000', '185730.235000', '185730.695000', '185731.155000', '185731.615000', '185732.075000', '185732.535000', '185732.995000', '185733.455000', '185733.915000', '185734.375000', '185734.835000', '185735.295000', '185735.755000', '185736.215000', '185736.675000', '185737.135000', '185737.595000', '185738.055000', '185738.515000', '185738.975000', '185739.435000', '185739.895000', '185740.355000', '185740.815000', '185741.275000', '185741.735000', '185742.195000', '185742.655000', '185743.115000', '185743.575000', '185744.035000', '185744.495000', '185744.955000', '185745.415000', '185745.875000', '185746.335000', '185746.795000', '185747.255000', '185747.715000', '185748.175000', '185748.635000', '185749.095000', '185749.555000', '185750.015000', '185750.475000', '185750.935000', '185751.395000', '185751.855000', '185752.315000', '185752.775000', '185753.235000', '185753.695000', '185754.155000', '185754.615000', '185755.075000', '185755.535000', '185755.995000', '185756.455000', '185756.915000', '185757.375000', '185757.835000', '185758.295000', '185758.755000', '185759.215000', '185759.675000', '185800.135000', '185800.595000', '185801.055000', '185801.515000', '185801.975000', '185802.435000', '185802.895000', '185803.355000', '185803.815000', '185804.275000', '185804.735000', '185805.195000', '185805.655000', '185806.115000', '185806.575000', '185807.035000', '185807.495000', '185807.955000', '185808.415000', '185808.875000', '185809.335000', '185809.795000', '185810.255000', '185810.715000', '185811.175000', '185811.635000', '185812.095000', '185812.555000', '185813.015000', '185813.475000', '185813.935000', '185814.395000', '185814.855000', '185815.315000', '185815.775000', '185816.235000', '185816.695000', '185817.155000', '185817.615000', '185818.075000', '185818.535000', '185818.995000', '185819.455000', '185819.915000', '185820.375000', '185820.835000', '185821.295000', '185821.755000', '185822.215000', '185822.675000', '185823.135000', '185823.595000', '185824.055000', '185824.515000', '185824.975000', '185825.435000', '185825.895000', '185826.355000', '185826.815000', '185827.275000', '185827.735000', '185828.195000', '185828.655000', '185829.115000', '185829.575000', '185830.035000', '185830.495000', '185830.955000', '185831.415000', '185831.875000', '185832.335000', '185832.795000', '185833.255000', '185833.715000', '185834.175000', '185834.635000', '185835.095000', '185835.555000', '185836.015000', '185836.475000', '185836.935000', '185837.395000', '185837.855000', '185838.315000', '185838.775000', '185839.235000', '185839.695000', '185840.155000', '185840.615000', '185841.075000', '185841.535000', '185841.995000', '185842.455000', '185842.915000', '185843.375000', '185843.835000', '185844.295000', '185844.755000', '185845.215000', '185845.675000', '185846.135000', '185846.595000', '185847.055000', '185847.515000', '185847.975000', '185848.435000', '185848.895000', '185849.355000', '185849.815000', '185850.275000', '185850.735000', '185851.195000', '185851.655000', '185852.115000', '185852.575000', '185853.035000', '185853.495000', '185853.955000', '185854.415000', '185854.875000', '185855.335000', '185855.795000', '185856.255000', '185856.715000', '185857.175000', '185857.635000', '185858.095000', '185858.555000', '185859.015000', '185859.475000', '185859.935000', '185900.395000', '185900.855000', '185901.315000', '185901.775000', '185902.235000', '185902.695000', '185903.155000', '185903.615000', '185904.075000', '185904.535000', '185904.995000', '185905.455000', '185905.915000', '185906.375000', '185906.835000', '185907.295000', '185907.755000', '185908.215000', '185908.675000', '185909.135000', '185909.595000', '185910.055000'], 'ContentTime': ['185028.564000', '185028.567000', '185028.570000', '185028.572000', '185028.575000', '185028.578000', '185028.580000', '185028.583000', '185028.585000', '185028.588000', '185028.590000', '185028.604000', '185028.606000', '185028.613000', '185028.616000', '185028.618000', '185028.621000', '185028.623000', '185028.626000', '185028.629000', '185048.531000', '185048.534000', '185048.537000', '185048.539000', '185048.542000', '185048.545000', '185048.547000', '185048.550000', '185048.557000', '185048.559000', '185048.562000', '185048.565000', '185048.567000', '185048.570000', '185048.572000', '185048.575000', '185048.577000', '185048.580000', '185048.582000', '185048.585000', '185048.588000', '185048.590000', '185048.593000', '185048.595000', '185048.598000', '185048.601000', '185048.603000', '185048.606000', '185048.608000', '185048.611000', '185048.613000', '185048.616000', '185048.621000', '185048.624000', '185048.626000', '185048.629000', '185048.632000', '185048.634000', '185048.637000', '185048.639000', '185048.642000', '185048.645000', '185048.647000', '185048.650000', '185108.532000', '185108.534000', '185108.537000', '185108.540000', '185108.542000', '185108.545000', '185108.547000', '185108.550000', '185108.553000', '185108.555000', '185108.558000', '185108.560000', '185108.563000', '185108.565000', '185108.568000', '185108.571000', '185108.573000', '185108.576000', '185108.578000', '185108.582000', '185108.584000', '185108.587000', '185108.589000', '185108.592000', '185108.594000', '185108.597000', '185108.600000', '185108.602000', '185108.605000', '185108.607000', '185108.610000', '185108.613000', '185108.615000', '185108.618000', '185108.620000', '185108.624000', '185108.627000', '185108.630000', '185108.633000', '185108.635000', '185108.638000', '185108.641000', '185108.643000', '185128.531000', '185128.533000', '185128.536000', '185128.539000', '185128.541000', '185128.544000', '185128.546000', '185128.549000', '185128.552000', '185128.554000', '185128.557000', '185128.559000', '185128.562000', '185128.564000', '185128.567000', '185128.570000', '185128.572000', '185128.575000', '185128.577000', '185128.580000', '185128.582000', '185128.585000', '185128.588000', '185128.590000', '185128.593000', '185128.595000', '185128.598000', '185128.600000', '185128.603000', '185128.606000', '185128.608000', '185128.611000', '185128.614000', '185128.616000', '185128.619000', '185128.621000', '185128.624000', '185128.627000', '185128.629000', '185128.633000', '185128.635000', '185128.638000', '185128.640000', '185128.643000', '185148.532000', '185148.534000', '185148.537000', '185148.540000', '185148.553000', '185148.556000', '185148.558000', '185148.561000', '185148.564000', '185148.566000', '185148.569000', '185148.571000', '185148.574000', '185148.576000', '185148.579000', '185148.581000', '185148.584000', '185148.587000', '185148.589000', '185148.592000', '185148.595000', '185148.597000', '185148.600000', '185148.602000', '185148.605000', '185148.608000', '185148.610000', '185148.613000', '185148.616000', '185148.618000', '185148.621000', '185148.623000', '185148.626000', '185148.629000', '185148.631000', '185148.634000', '185148.637000', '185148.639000', '185148.642000', '185148.645000', '185148.648000', '185148.651000', '185148.654000', '185208.531000', '185208.534000', '185208.537000', '185208.540000', '185208.542000', '185208.545000', '185208.548000', '185208.550000', '185208.553000', '185208.556000', '185208.558000', '185208.561000', '185208.563000', '185208.566000', '185208.568000', '185208.571000', '185208.574000', '185208.576000', '185208.579000', '185208.581000', '185208.584000', '185208.587000', '185208.589000', '185208.592000', '185208.594000', '185208.597000', '185208.600000', '185208.602000', '185208.605000', '185208.607000', '185208.610000', '185208.612000', '185208.615000', '185208.618000', '185208.621000', '185208.623000', '185208.626000', '185208.628000', '185208.631000', '185208.634000', '185208.636000', '185208.639000', '185208.642000', '185208.644000', '185228.531000', '185228.534000', '185228.537000', '185228.540000', '185228.542000', '185228.545000', '185228.547000', '185228.550000', '185228.553000', '185228.555000', '185228.558000', '185228.560000', '185228.563000', '185228.566000', '185228.568000', '185228.571000', '185228.574000', '185228.576000', '185228.579000', '185228.581000', '185228.584000', '185228.586000', '185228.589000', '185228.592000', '185228.594000', '185228.597000', '185228.600000', '185228.602000', '185228.605000', '185228.607000', '185228.610000', '185228.613000', '185228.615000', '185228.618000', '185228.620000', '185228.623000', '185228.625000', '185228.628000', '185228.631000', '185228.633000', '185228.636000', '185228.638000', '185228.641000', '185248.532000', '185248.535000', '185248.537000', '185248.540000', '185248.542000', '185248.545000', '185248.548000', '185248.550000', '185248.553000', '185248.555000', '185248.558000', '185248.560000', '185248.563000', '185248.566000', '185248.568000', '185248.571000', '185248.573000', '185248.576000', '185248.579000', '185248.581000', '185248.584000', '185248.586000', '185248.589000', '185248.592000', '185248.594000', '185248.597000', '185248.599000', '185248.602000', '185248.605000', '185248.607000', '185248.610000', '185248.613000', '185248.615000', '185248.618000', '185248.620000', '185248.623000', '185248.626000', '185248.628000', '185248.631000', '185248.634000', '185248.636000', '185248.639000', '185248.642000', '185248.644000', '185308.532000', '185308.535000', '185308.537000', '185308.540000', '185308.542000', '185308.545000', '185308.548000', '185308.550000', '185308.553000', '185308.555000', '185308.558000', '185308.561000', '185308.563000', '185308.566000', '185308.569000', '185308.571000', '185308.574000', '185308.576000', '185308.579000', '185308.582000', '185308.584000', '185308.587000', '185308.589000', '185308.592000', '185308.595000', '185308.597000', '185308.600000', '185308.602000', '185308.605000', '185308.608000', '185308.610000', '185308.613000', '185308.615000', '185308.618000', '185308.621000', '185308.623000', '185308.626000', '185308.628000', '185308.631000', '185308.634000', '185308.636000', '185308.639000', '185308.641000', '185328.544000', '185328.547000', '185328.550000', '185328.552000', '185328.555000', '185328.557000', '185328.560000', '185328.563000', '185328.565000', '185328.568000', '185328.570000', '185328.573000', '185328.575000', '185328.578000', '185328.581000', '185328.584000', '185328.587000', '185328.589000', '185328.592000', '185328.594000', '185328.597000', '185328.600000', '185328.602000', '185328.605000', '185328.607000', '185328.610000', '185328.613000', '185328.615000', '185328.618000', '185328.621000', '185328.623000', '185328.626000', '185328.628000', '185328.631000', '185328.633000', '185328.636000', '185328.639000', '185328.641000', '185328.644000', '185328.647000', '185328.649000', '185328.652000', '185328.654000', '185328.657000', '185348.531000', '185348.534000', '185348.537000', '185348.539000', '185348.542000', '185348.545000', '185348.547000', '185348.550000', '185348.553000', '185348.555000', '185348.558000', '185348.560000', '185348.563000', '185348.566000', '185348.568000', '185348.571000', '185348.574000', '185348.576000', '185348.579000', '185348.581000', '185348.584000', '185348.587000', '185348.589000', '185348.592000', '185348.594000', '185348.597000', '185348.600000', '185348.602000', '185348.605000', '185348.608000', '185348.610000', '185348.613000', '185348.615000', '185348.618000', '185348.621000', '185348.623000', '185348.626000', '185348.628000', '185348.631000', '185348.633000', '185348.636000', '185348.639000', '185348.641000', '185408.532000', '185408.534000', '185408.537000', '185408.540000', '185408.542000', '185408.545000', '185408.547000', '185408.550000', '185408.553000', '185408.555000', '185408.558000', '185408.560000', '185408.563000', '185408.566000', '185408.568000', '185408.571000', '185408.574000', '185408.576000', '185408.579000', '185408.581000', '185408.584000', '185408.586000', '185408.589000', '185408.592000', '185408.594000', '185408.597000', '185408.600000', '185408.602000', '185408.605000', '185408.608000', '185408.610000', '185408.613000', '185408.615000', '185408.618000', '185408.620000', '185408.623000', '185408.626000', '185408.628000', '185408.631000', '185408.633000', '185408.636000', '185408.639000', '185408.641000', '185408.644000', '185428.531000', '185428.534000', '185428.537000', '185428.540000', '185428.542000', '185428.545000', '185428.547000', '185428.550000', '185428.553000', '185428.555000', '185428.558000', '185428.560000', '185428.563000', '185428.566000', '185428.568000', '185428.571000', '185428.573000', '185428.576000', '185428.579000', '185428.581000', '185428.584000', '185428.587000', '185428.589000', '185428.592000', '185428.595000', '185428.597000', '185428.600000', '185428.610000', '185428.613000', '185428.616000', '185428.618000', '185428.621000', '185428.624000', '185428.626000', '185428.629000', '185428.632000', '185428.634000', '185428.637000', '185428.639000', '185428.642000', '185428.645000', '185428.647000', '185428.650000', '185448.531000', '185448.534000', '185448.537000', '185448.540000', '185448.543000', '185448.545000', '185448.548000', '185448.551000', '185448.554000', '185448.557000', '185448.560000', '185448.562000', '185448.565000', '185448.569000', '185448.572000', '185448.574000', '185448.577000', '185448.580000', '185448.582000', '185448.585000', '185448.588000', '185448.590000', '185448.593000', '185448.596000', '185448.598000', '185448.611000', '185448.613000', '185448.616000', '185448.618000', '185448.621000', '185448.624000', '185448.627000', '185448.629000', '185448.632000', '185448.634000', '185448.637000', '185448.640000', '185448.642000', '185448.645000', '185448.648000', '185448.650000', '185448.653000', '185448.655000', '185508.531000', '185508.534000', '185508.537000', '185508.540000', '185508.543000', '185508.545000', '185508.548000', '185508.550000', '185508.553000', '185508.556000', '185508.558000', '185508.561000', '185508.563000', '185508.566000', '185508.569000', '185508.571000', '185508.574000', '185508.576000', '185508.579000', '185508.582000', '185508.584000', '185508.587000', '185508.590000', '185508.592000', '185508.595000', '185508.598000', '185508.600000', '185508.603000', '185508.605000', '185508.608000', '185508.611000', '185508.613000', '185508.616000', '185508.619000', '185508.621000', '185508.624000', '185508.626000', '185508.629000', '185508.632000', '185508.634000', '185508.637000', '185508.639000', '185508.642000', '185508.645000', '185528.531000', '185528.535000', '185528.537000', '185528.540000', '185528.543000', '185528.545000', '185528.548000', '185528.551000', '185528.553000', '185528.556000', '185528.559000', '185528.561000', '185528.564000', '185528.566000', '185528.569000', '185528.572000', '185528.574000', '185528.577000', '185528.579000', '185528.582000', '185528.585000', '185528.587000', '185528.590000', '185528.593000', '185528.595000', '185528.598000', '185528.600000', '185528.603000', '185528.606000', '185528.608000', '185528.611000', '185528.613000', '185528.616000', '185528.619000', '185528.621000', '185528.624000', '185528.626000', '185528.629000', '185528.632000', '185528.635000', '185528.637000', '185528.640000', '185528.642000', '185548.531000', '185548.534000', '185548.537000', '185548.540000', '185548.542000', '185548.545000', '185548.547000', '185548.550000', '185548.553000', '185548.555000', '185548.558000', '185548.561000', '185548.563000', '185548.566000', '185548.569000', '185548.571000', '185548.574000', '185548.576000', '185548.579000', '185548.581000', '185548.584000', '185548.587000', '185548.590000', '185548.592000', '185548.595000', '185548.598000', '185548.600000', '185548.603000', '185548.605000', '185548.608000', '185548.611000', '185548.613000', '185548.616000', '185548.618000', '185548.621000', '185548.623000', '185548.626000', '185548.629000', '185548.631000', '185548.634000', '185548.637000', '185548.639000', '185548.642000', '185548.646000', '185608.532000', '185608.535000', '185608.537000', '185608.540000', '185608.543000', '185608.545000', '185608.548000', '185608.550000', '185608.553000', '185608.556000', '185608.558000', '185608.561000', '185608.563000', '185608.566000', '185608.569000', '185608.571000', '185608.574000', '185608.576000', '185608.579000', '185608.582000', '185608.585000', '185608.588000', '185608.591000', '185608.594000', '185608.597000', '185608.600000', '185608.602000', '185608.605000', '185608.608000', '185608.611000', '185608.614000', '185608.616000', '185608.619000', '185608.622000', '185608.624000', '185608.658000', '185608.661000', '185608.664000', '185608.666000', '185608.669000', '185608.671000', '185608.674000', '185608.676000', '185628.531000', '185628.534000', '185628.537000', '185628.540000', '185628.542000', '185628.545000', '185628.547000', '185628.550000', '185628.553000', '185628.555000', '185628.558000', '185628.560000', '185628.563000', '185628.566000', '185628.568000', '185628.571000', '185628.573000', '185628.576000', '185628.579000', '185628.581000', '185628.584000', '185628.586000', '185628.589000', '185628.592000', '185628.594000', '185628.597000', '185628.599000', '185628.602000', '185628.605000', '185628.607000', '185628.610000', '185628.612000', '185628.615000', '185628.618000', '185628.620000', '185628.623000', '185628.625000', '185628.628000', '185628.631000', '185628.633000', '185628.636000', '185628.638000', '185628.641000', '185628.644000', '185648.532000', '185648.534000', '185648.537000', '185648.540000', '185648.542000', '185648.545000', '185648.547000', '185648.550000', '185648.553000', '185648.555000', '185648.558000', '185648.560000', '185648.563000', '185648.566000', '185648.569000', '185648.572000', '185648.575000', '185648.578000', '185648.581000', '185648.584000', '185648.586000', '185648.589000', '185648.591000', '185648.594000', '185648.597000', '185648.599000', '185648.602000', '185648.604000', '185648.607000', '185648.610000', '185648.612000', '185648.615000', '185648.618000', '185648.620000', '185648.623000', '185648.625000', '185648.628000', '185648.631000', '185648.633000', '185648.636000', '185648.638000', '185648.641000', '185648.644000', '185708.531000', '185708.534000', '185708.537000', '185708.540000', '185708.542000', '185708.545000', '185708.547000', '185708.550000', '185708.553000', '185708.555000', '185708.558000', '185708.560000', '185708.563000', '185708.566000', '185708.568000', '185708.571000', '185708.574000', '185708.576000', '185708.579000', '185708.581000', '185708.584000', '185708.587000', '185708.589000', '185708.592000', '185708.595000', '185708.597000', '185708.600000', '185708.602000', '185708.605000', '185708.608000', '185708.610000', '185708.613000', '185708.615000', '185708.618000', '185708.621000', '185708.623000', '185708.626000', '185708.629000', '185708.631000', '185708.634000', '185708.636000', '185708.639000', '185708.642000', '185708.644000', '185728.532000', '185728.535000', '185728.537000', '185728.540000', '185728.543000', '185728.545000', '185728.548000', '185728.551000', '185728.553000', '185728.556000', '185728.558000', '185728.561000', '185728.564000', '185728.566000', '185728.569000', '185728.572000', '185728.574000', '185728.577000', '185728.579000', '185728.582000', '185728.585000', '185728.588000', '185728.592000', '185728.595000', '185728.597000', '185728.600000', '185728.603000', '185728.606000', '185728.608000', '185728.611000', '185728.613000', '185728.616000', '185728.619000', '185728.621000', '185728.624000', '185728.627000', '185728.629000', '185728.632000', '185728.634000', '185728.637000', '185728.640000', '185728.642000', '185728.645000', '185748.531000', '185748.534000', '185748.537000', '185748.547000', '185748.550000', '185748.553000', '185748.555000', '185748.558000', '185748.560000', '185748.563000', '185748.566000', '185748.568000', '185748.571000', '185748.574000', '185748.576000', '185748.579000', '185748.582000', '185748.584000', '185748.587000', '185748.590000', '185748.592000', '185748.595000', '185748.598000', '185748.601000', '185748.603000', '185748.606000', '185748.608000', '185748.611000', '185748.614000', '185748.616000', '185748.619000', '185748.622000', '185748.624000', '185748.627000', '185748.630000', '185748.633000', '185748.635000', '185748.638000', '185748.641000', '185748.643000', '185748.646000', '185748.649000', '185748.651000', '185748.654000', '185808.532000', '185808.534000', '185808.537000', '185808.540000', '185808.542000', '185808.545000', '185808.548000', '185808.550000', '185808.553000', '185808.555000', '185808.558000', '185808.561000', '185808.564000', '185808.567000', '185808.570000', '185808.573000', '185808.576000', '185808.579000', '185808.581000', '185808.584000', '185808.586000', '185808.589000', '185808.592000', '185808.594000', '185808.597000', '185808.600000', '185808.602000', '185808.605000', '185808.608000', '185808.610000', '185808.613000', '185808.616000', '185808.618000', '185808.621000', '185808.623000', '185808.626000', '185808.629000', '185808.631000', '185808.634000', '185808.636000', '185808.639000', '185808.642000', '185808.644000', '185828.532000', '185828.535000', '185828.537000', '185828.540000', '185828.542000', '185828.545000', '185828.548000', '185828.550000', '185828.553000', '185828.555000', '185828.558000', '185828.561000', '185828.563000', '185828.566000', '185828.568000', '185828.571000', '185828.574000', '185828.576000', '185828.579000', '185828.582000', '185828.584000', '185828.587000', '185828.590000', '185828.592000', '185828.595000', '185828.597000', '185828.600000', '185828.603000', '185828.605000', '185828.608000', '185828.611000', '185828.613000', '185828.616000', '185828.618000', '185828.621000', '185828.624000', '185828.626000', '185828.629000', '185828.631000', '185828.634000', '185828.637000', '185828.639000', '185828.642000', '185828.644000', '185848.532000', '185848.535000', '185848.537000', '185848.540000', '185848.542000', '185848.545000', '185848.548000', '185848.550000', '185848.553000', '185848.555000', '185848.558000', '185848.561000', '185848.563000', '185848.566000', '185848.568000', '185848.571000', '185848.574000', '185848.576000', '185848.579000', '185848.581000', '185848.584000', '185848.587000', '185848.589000', '185848.592000', '185848.595000', '185848.597000', '185848.608000', '185848.610000', '185848.613000', '185848.616000', '185848.618000', '185848.621000', '185848.623000', '185848.626000', '185848.629000', '185848.631000', '185848.634000', '185848.638000', '185848.641000', '185848.644000', '185848.647000', '185848.649000', '185848.652000', '185908.532000', '185908.534000', '185908.537000', '185908.540000', '185908.542000', '185908.545000', '185908.547000', '185908.550000', '185908.553000', '185908.555000', '185908.558000', '185908.561000', '185908.563000', '185908.566000', '185908.568000', '185908.571000', '185908.574000', '185908.576000', '185908.579000', '185908.581000', '185908.584000', '185908.587000', '185908.589000', '185908.592000', '185908.594000', '185908.597000', '185908.600000', '185908.602000', '185908.605000', '185908.607000', '185908.610000', '185908.613000', '185908.615000', '185908.618000', '185908.620000', '185908.623000', '185908.626000', '185908.628000', '185908.631000', '185908.634000', '185908.636000', '185908.639000', '185908.641000', '185908.644000', '185911.172000', '185911.175000', '185911.177000', '185911.180000', '185911.183000', '185911.186000'], 'InstanceCreationTime': ['185028.564000', '185028.567000', '185028.570000', '185028.572000', '185028.575000', '185028.578000', '185028.580000', '185028.583000', '185028.585000', '185028.588000', '185028.590000', '185028.604000', '185028.606000', '185028.613000', '185028.616000', '185028.618000', '185028.621000', '185028.623000', '185028.626000', '185028.629000', '185048.531000', '185048.534000', '185048.537000', '185048.539000', '185048.542000', '185048.545000', '185048.547000', '185048.550000', '185048.557000', '185048.559000', '185048.562000', '185048.565000', '185048.567000', '185048.570000', '185048.572000', '185048.575000', '185048.577000', '185048.580000', '185048.582000', '185048.585000', '185048.588000', '185048.590000', '185048.593000', '185048.595000', '185048.598000', '185048.601000', '185048.603000', '185048.606000', '185048.608000', '185048.611000', '185048.613000', '185048.616000', '185048.621000', '185048.624000', '185048.626000', '185048.629000', '185048.632000', '185048.634000', '185048.637000', '185048.639000', '185048.642000', '185048.645000', '185048.647000', '185048.650000', '185108.532000', '185108.534000', '185108.537000', '185108.540000', '185108.542000', '185108.545000', '185108.547000', '185108.550000', '185108.553000', '185108.555000', '185108.558000', '185108.560000', '185108.563000', '185108.565000', '185108.568000', '185108.571000', '185108.573000', '185108.576000', '185108.578000', '185108.582000', '185108.584000', '185108.587000', '185108.589000', '185108.592000', '185108.594000', '185108.597000', '185108.600000', '185108.602000', '185108.605000', '185108.607000', '185108.610000', '185108.613000', '185108.615000', '185108.618000', '185108.620000', '185108.624000', '185108.627000', '185108.630000', '185108.633000', '185108.635000', '185108.638000', '185108.641000', '185108.643000', '185128.531000', '185128.533000', '185128.536000', '185128.539000', '185128.541000', '185128.544000', '185128.546000', '185128.549000', '185128.552000', '185128.554000', '185128.557000', '185128.559000', '185128.562000', '185128.564000', '185128.567000', '185128.570000', '185128.572000', '185128.575000', '185128.577000', '185128.580000', '185128.582000', '185128.585000', '185128.588000', '185128.590000', '185128.593000', '185128.595000', '185128.598000', '185128.600000', '185128.603000', '185128.606000', '185128.608000', '185128.611000', '185128.614000', '185128.616000', '185128.619000', '185128.621000', '185128.624000', '185128.627000', '185128.629000', '185128.633000', '185128.635000', '185128.638000', '185128.640000', '185128.643000', '185148.532000', '185148.534000', '185148.537000', '185148.540000', '185148.553000', '185148.556000', '185148.558000', '185148.561000', '185148.564000', '185148.566000', '185148.569000', '185148.571000', '185148.574000', '185148.576000', '185148.579000', '185148.581000', '185148.584000', '185148.587000', '185148.589000', '185148.592000', '185148.595000', '185148.597000', '185148.600000', '185148.602000', '185148.605000', '185148.608000', '185148.610000', '185148.613000', '185148.616000', '185148.618000', '185148.621000', '185148.623000', '185148.626000', '185148.629000', '185148.631000', '185148.634000', '185148.637000', '185148.639000', '185148.642000', '185148.645000', '185148.648000', '185148.651000', '185148.654000', '185208.531000', '185208.534000', '185208.537000', '185208.540000', '185208.542000', '185208.545000', '185208.548000', '185208.550000', '185208.553000', '185208.556000', '185208.558000', '185208.561000', '185208.563000', '185208.566000', '185208.568000', '185208.571000', '185208.574000', '185208.576000', '185208.579000', '185208.581000', '185208.584000', '185208.587000', '185208.589000', '185208.592000', '185208.594000', '185208.597000', '185208.600000', '185208.602000', '185208.605000', '185208.607000', '185208.610000', '185208.612000', '185208.615000', '185208.618000', '185208.621000', '185208.623000', '185208.626000', '185208.628000', '185208.631000', '185208.634000', '185208.636000', '185208.639000', '185208.642000', '185208.644000', '185228.531000', '185228.534000', '185228.537000', '185228.540000', '185228.542000', '185228.545000', '185228.547000', '185228.550000', '185228.553000', '185228.555000', '185228.558000', '185228.560000', '185228.563000', '185228.566000', '185228.568000', '185228.571000', '185228.574000', '185228.576000', '185228.579000', '185228.581000', '185228.584000', '185228.586000', '185228.589000', '185228.592000', '185228.594000', '185228.597000', '185228.600000', '185228.602000', '185228.605000', '185228.607000', '185228.610000', '185228.613000', '185228.615000', '185228.618000', '185228.620000', '185228.623000', '185228.625000', '185228.628000', '185228.631000', '185228.633000', '185228.636000', '185228.638000', '185228.641000', '185248.532000', '185248.535000', '185248.537000', '185248.540000', '185248.542000', '185248.545000', '185248.548000', '185248.550000', '185248.553000', '185248.555000', '185248.558000', '185248.560000', '185248.563000', '185248.566000', '185248.568000', '185248.571000', '185248.573000', '185248.576000', '185248.579000', '185248.581000', '185248.584000', '185248.586000', '185248.589000', '185248.592000', '185248.594000', '185248.597000', '185248.599000', '185248.602000', '185248.605000', '185248.607000', '185248.610000', '185248.613000', '185248.615000', '185248.618000', '185248.620000', '185248.623000', '185248.626000', '185248.628000', '185248.631000', '185248.634000', '185248.636000', '185248.639000', '185248.642000', '185248.644000', '185308.532000', '185308.535000', '185308.537000', '185308.540000', '185308.542000', '185308.545000', '185308.548000', '185308.550000', '185308.553000', '185308.555000', '185308.558000', '185308.561000', '185308.563000', '185308.566000', '185308.569000', '185308.571000', '185308.574000', '185308.576000', '185308.579000', '185308.582000', '185308.584000', '185308.587000', '185308.589000', '185308.592000', '185308.595000', '185308.597000', '185308.600000', '185308.602000', '185308.605000', '185308.608000', '185308.610000', '185308.613000', '185308.615000', '185308.618000', '185308.621000', '185308.623000', '185308.626000', '185308.628000', '185308.631000', '185308.634000', '185308.636000', '185308.639000', '185308.641000', '185328.544000', '185328.547000', '185328.550000', '185328.552000', '185328.555000', '185328.557000', '185328.560000', '185328.563000', '185328.565000', '185328.568000', '185328.570000', '185328.573000', '185328.575000', '185328.578000', '185328.581000', '185328.584000', '185328.587000', '185328.589000', '185328.592000', '185328.594000', '185328.597000', '185328.600000', '185328.602000', '185328.605000', '185328.607000', '185328.610000', '185328.613000', '185328.615000', '185328.618000', '185328.621000', '185328.623000', '185328.626000', '185328.628000', '185328.631000', '185328.633000', '185328.636000', '185328.639000', '185328.641000', '185328.644000', '185328.647000', '185328.649000', '185328.652000', '185328.654000', '185328.657000', '185348.531000', '185348.534000', '185348.537000', '185348.539000', '185348.542000', '185348.545000', '185348.547000', '185348.550000', '185348.553000', '185348.555000', '185348.558000', '185348.560000', '185348.563000', '185348.566000', '185348.568000', '185348.571000', '185348.574000', '185348.576000', '185348.579000', '185348.581000', '185348.584000', '185348.587000', '185348.589000', '185348.592000', '185348.594000', '185348.597000', '185348.600000', '185348.602000', '185348.605000', '185348.608000', '185348.610000', '185348.613000', '185348.615000', '185348.618000', '185348.621000', '185348.623000', '185348.626000', '185348.628000', '185348.631000', '185348.633000', '185348.636000', '185348.639000', '185348.641000', '185408.532000', '185408.534000', '185408.537000', '185408.540000', '185408.542000', '185408.545000', '185408.547000', '185408.550000', '185408.553000', '185408.555000', '185408.558000', '185408.560000', '185408.563000', '185408.566000', '185408.568000', '185408.571000', '185408.574000', '185408.576000', '185408.579000', '185408.581000', '185408.584000', '185408.586000', '185408.589000', '185408.592000', '185408.594000', '185408.597000', '185408.600000', '185408.602000', '185408.605000', '185408.608000', '185408.610000', '185408.613000', '185408.615000', '185408.618000', '185408.620000', '185408.623000', '185408.626000', '185408.628000', '185408.631000', '185408.633000', '185408.636000', '185408.639000', '185408.641000', '185408.644000', '185428.531000', '185428.534000', '185428.537000', '185428.540000', '185428.542000', '185428.545000', '185428.547000', '185428.550000', '185428.553000', '185428.555000', '185428.558000', '185428.560000', '185428.563000', '185428.566000', '185428.568000', '185428.571000', '185428.573000', '185428.576000', '185428.579000', '185428.581000', '185428.584000', '185428.587000', '185428.589000', '185428.592000', '185428.595000', '185428.597000', '185428.600000', '185428.610000', '185428.613000', '185428.616000', '185428.618000', '185428.621000', '185428.624000', '185428.626000', '185428.629000', '185428.632000', '185428.634000', '185428.637000', '185428.639000', '185428.642000', '185428.645000', '185428.647000', '185428.650000', '185448.531000', '185448.534000', '185448.537000', '185448.540000', '185448.543000', '185448.545000', '185448.548000', '185448.551000', '185448.554000', '185448.557000', '185448.560000', '185448.562000', '185448.565000', '185448.569000', '185448.572000', '185448.574000', '185448.577000', '185448.580000', '185448.582000', '185448.585000', '185448.588000', '185448.590000', '185448.593000', '185448.596000', '185448.598000', '185448.611000', '185448.613000', '185448.616000', '185448.618000', '185448.621000', '185448.624000', '185448.627000', '185448.629000', '185448.632000', '185448.634000', '185448.637000', '185448.640000', '185448.642000', '185448.645000', '185448.648000', '185448.650000', '185448.653000', '185448.655000', '185508.531000', '185508.534000', '185508.537000', '185508.540000', '185508.543000', '185508.545000', '185508.548000', '185508.550000', '185508.553000', '185508.556000', '185508.558000', '185508.561000', '185508.563000', '185508.566000', '185508.569000', '185508.571000', '185508.574000', '185508.576000', '185508.579000', '185508.582000', '185508.584000', '185508.587000', '185508.590000', '185508.592000', '185508.595000', '185508.598000', '185508.600000', '185508.603000', '185508.605000', '185508.608000', '185508.611000', '185508.613000', '185508.616000', '185508.619000', '185508.621000', '185508.624000', '185508.626000', '185508.629000', '185508.632000', '185508.634000', '185508.637000', '185508.639000', '185508.642000', '185508.645000', '185528.531000', '185528.535000', '185528.537000', '185528.540000', '185528.543000', '185528.545000', '185528.548000', '185528.551000', '185528.553000', '185528.556000', '185528.559000', '185528.561000', '185528.564000', '185528.566000', '185528.569000', '185528.572000', '185528.574000', '185528.577000', '185528.579000', '185528.582000', '185528.585000', '185528.587000', '185528.590000', '185528.593000', '185528.595000', '185528.598000', '185528.600000', '185528.603000', '185528.606000', '185528.608000', '185528.611000', '185528.613000', '185528.616000', '185528.619000', '185528.621000', '185528.624000', '185528.626000', '185528.629000', '185528.632000', '185528.635000', '185528.637000', '185528.640000', '185528.642000', '185548.531000', '185548.534000', '185548.537000', '185548.540000', '185548.542000', '185548.545000', '185548.547000', '185548.550000', '185548.553000', '185548.555000', '185548.558000', '185548.561000', '185548.563000', '185548.566000', '185548.569000', '185548.571000', '185548.574000', '185548.576000', '185548.579000', '185548.581000', '185548.584000', '185548.587000', '185548.590000', '185548.592000', '185548.595000', '185548.598000', '185548.600000', '185548.603000', '185548.605000', '185548.608000', '185548.611000', '185548.613000', '185548.616000', '185548.618000', '185548.621000', '185548.623000', '185548.626000', '185548.629000', '185548.631000', '185548.634000', '185548.637000', '185548.639000', '185548.642000', '185548.646000', '185608.532000', '185608.535000', '185608.537000', '185608.540000', '185608.543000', '185608.545000', '185608.548000', '185608.550000', '185608.553000', '185608.556000', '185608.558000', '185608.561000', '185608.563000', '185608.566000', '185608.569000', '185608.571000', '185608.574000', '185608.576000', '185608.579000', '185608.582000', '185608.585000', '185608.588000', '185608.591000', '185608.594000', '185608.597000', '185608.600000', '185608.602000', '185608.605000', '185608.608000', '185608.611000', '185608.614000', '185608.616000', '185608.619000', '185608.622000', '185608.624000', '185608.658000', '185608.661000', '185608.664000', '185608.666000', '185608.669000', '185608.671000', '185608.674000', '185608.676000', '185628.531000', '185628.534000', '185628.537000', '185628.540000', '185628.542000', '185628.545000', '185628.547000', '185628.550000', '185628.553000', '185628.555000', '185628.558000', '185628.560000', '185628.563000', '185628.566000', '185628.568000', '185628.571000', '185628.573000', '185628.576000', '185628.579000', '185628.581000', '185628.584000', '185628.586000', '185628.589000', '185628.592000', '185628.594000', '185628.597000', '185628.599000', '185628.602000', '185628.605000', '185628.607000', '185628.610000', '185628.612000', '185628.615000', '185628.618000', '185628.620000', '185628.623000', '185628.625000', '185628.628000', '185628.631000', '185628.633000', '185628.636000', '185628.638000', '185628.641000', '185628.644000', '185648.532000', '185648.534000', '185648.537000', '185648.540000', '185648.542000', '185648.545000', '185648.547000', '185648.550000', '185648.553000', '185648.555000', '185648.558000', '185648.560000', '185648.563000', '185648.566000', '185648.569000', '185648.572000', '185648.575000', '185648.578000', '185648.581000', '185648.584000', '185648.586000', '185648.589000', '185648.591000', '185648.594000', '185648.597000', '185648.599000', '185648.602000', '185648.604000', '185648.607000', '185648.610000', '185648.612000', '185648.615000', '185648.618000', '185648.620000', '185648.623000', '185648.625000', '185648.628000', '185648.631000', '185648.633000', '185648.636000', '185648.638000', '185648.641000', '185648.644000', '185708.531000', '185708.534000', '185708.537000', '185708.540000', '185708.542000', '185708.545000', '185708.547000', '185708.550000', '185708.553000', '185708.555000', '185708.558000', '185708.560000', '185708.563000', '185708.566000', '185708.568000', '185708.571000', '185708.574000', '185708.576000', '185708.579000', '185708.581000', '185708.584000', '185708.587000', '185708.589000', '185708.592000', '185708.595000', '185708.597000', '185708.600000', '185708.602000', '185708.605000', '185708.608000', '185708.610000', '185708.613000', '185708.615000', '185708.618000', '185708.621000', '185708.623000', '185708.626000', '185708.629000', '185708.631000', '185708.634000', '185708.636000', '185708.639000', '185708.642000', '185708.644000', '185728.532000', '185728.535000', '185728.537000', '185728.540000', '185728.543000', '185728.545000', '185728.548000', '185728.551000', '185728.553000', '185728.556000', '185728.558000', '185728.561000', '185728.564000', '185728.566000', '185728.569000', '185728.572000', '185728.574000', '185728.577000', '185728.579000', '185728.582000', '185728.585000', '185728.588000', '185728.592000', '185728.595000', '185728.597000', '185728.600000', '185728.603000', '185728.606000', '185728.608000', '185728.611000', '185728.613000', '185728.616000', '185728.619000', '185728.621000', '185728.624000', '185728.627000', '185728.629000', '185728.632000', '185728.634000', '185728.637000', '185728.640000', '185728.642000', '185728.645000', '185748.531000', '185748.534000', '185748.537000', '185748.547000', '185748.550000', '185748.553000', '185748.555000', '185748.558000', '185748.560000', '185748.563000', '185748.566000', '185748.568000', '185748.571000', '185748.574000', '185748.576000', '185748.579000', '185748.582000', '185748.584000', '185748.587000', '185748.590000', '185748.592000', '185748.595000', '185748.598000', '185748.601000', '185748.603000', '185748.606000', '185748.608000', '185748.611000', '185748.614000', '185748.616000', '185748.619000', '185748.622000', '185748.624000', '185748.627000', '185748.630000', '185748.633000', '185748.635000', '185748.638000', '185748.641000', '185748.643000', '185748.646000', '185748.649000', '185748.651000', '185748.654000', '185808.532000', '185808.534000', '185808.537000', '185808.540000', '185808.542000', '185808.545000', '185808.548000', '185808.550000', '185808.553000', '185808.555000', '185808.558000', '185808.561000', '185808.564000', '185808.567000', '185808.570000', '185808.573000', '185808.576000', '185808.579000', '185808.581000', '185808.584000', '185808.586000', '185808.589000', '185808.592000', '185808.594000', '185808.597000', '185808.600000', '185808.602000', '185808.605000', '185808.608000', '185808.610000', '185808.613000', '185808.616000', '185808.618000', '185808.621000', '185808.623000', '185808.626000', '185808.629000', '185808.631000', '185808.634000', '185808.636000', '185808.639000', '185808.642000', '185808.644000', '185828.532000', '185828.535000', '185828.537000', '185828.540000', '185828.542000', '185828.545000', '185828.548000', '185828.550000', '185828.553000', '185828.555000', '185828.558000', '185828.561000', '185828.563000', '185828.566000', '185828.568000', '185828.571000', '185828.574000', '185828.576000', '185828.579000', '185828.582000', '185828.584000', '185828.587000', '185828.590000', '185828.592000', '185828.595000', '185828.597000', '185828.600000', '185828.603000', '185828.605000', '185828.608000', '185828.611000', '185828.613000', '185828.616000', '185828.618000', '185828.621000', '185828.624000', '185828.626000', '185828.629000', '185828.631000', '185828.634000', '185828.637000', '185828.639000', '185828.642000', '185828.644000', '185848.532000', '185848.535000', '185848.537000', '185848.540000', '185848.542000', '185848.545000', '185848.548000', '185848.550000', '185848.553000', '185848.555000', '185848.558000', '185848.561000', '185848.563000', '185848.566000', '185848.568000', '185848.571000', '185848.574000', '185848.576000', '185848.579000', '185848.581000', '185848.584000', '185848.587000', '185848.589000', '185848.592000', '185848.595000', '185848.597000', '185848.608000', '185848.610000', '185848.613000', '185848.616000', '185848.618000', '185848.621000', '185848.623000', '185848.626000', '185848.629000', '185848.631000', '185848.634000', '185848.638000', '185848.641000', '185848.644000', '185848.647000', '185848.649000', '185848.652000', '185908.532000', '185908.534000', '185908.537000', '185908.540000', '185908.542000', '185908.545000', '185908.547000', '185908.550000', '185908.553000', '185908.555000', '185908.558000', '185908.561000', '185908.563000', '185908.566000', '185908.568000', '185908.571000', '185908.574000', '185908.576000', '185908.579000', '185908.581000', '185908.584000', '185908.587000', '185908.589000', '185908.592000', '185908.594000', '185908.597000', '185908.600000', '185908.602000', '185908.605000', '185908.607000', '185908.610000', '185908.613000', '185908.615000', '185908.618000', '185908.620000', '185908.623000', '185908.626000', '185908.628000', '185908.631000', '185908.634000', '185908.636000', '185908.639000', '185908.641000', '185908.644000', '185911.172000', '185911.175000', '185911.177000', '185911.180000', '185911.183000', '185911.186000'], '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': [11861, 8911, 14646, 11831, 13279, 13714, 11124, 14114, 11672, 9423, 14111, 11458, 12369, 12071, 8648, 13803, 11493, 11188, 12492, 8845, 13445, 11287, 10303, 14361, 11905, 12255, 10696, 7987, 12718, 10868, 9850, 12911, 11138, 9845, 13646, 11928, 10378, 8503, 12980, 10905, 12877, 12889, 11571, 14715, 11884, 9623, 12503, 9528, 13666, 11505, 9498, 13485, 10946, 13033, 11903, 8800, 13197, 11480, 9484, 13222, 11022, 10789, 11991, 9056, 13477, 11340, 9029, 13684, 11391, 11884, 12155, 9061, 13447, 10928, 8741, 13812, 11254, 10094, 12596, 9497, 13442, 11314, 8604, 12905, 10558, 11667, 12107, 9622, 13856, 11234, 8509, 12637, 10767, 8698, 13990, 11079, 9740, 12559, 10112, 13136, 12546, 9488, 12914, 11157, 8707, 13322, 11299, 9199, 14269, 12386, 8290, 12997, 10903, 8886, 14096, 11407, 8982, 12744, 10582, 13409, 12124, 8663, 13541, 11103, 8597, 13723, 11485, 11115, 13004, 10201, 12053, 11879, 9163, 14417, 11742, 8760, 12718, 10481, 11505, 12053, 9642, 11627, 13035, 11207, 11420, 14164, 10861, 8648, 12725, 11178, 8587, 14052, 11674, 12057, 12609, 9524, 13306, 11332, 9168, 14000, 11576, 9565, 12478, 9819, 13952, 11700, 10815, 13408, 10820, 11097, 12797, 9427, 13449, 11471, 8593, 13098, 11073, 11698, 12612, 9366, 13672, 11538, 8816, 13047, 11144, 12018, 12165, 10439, 10626, 13482, 11575, 8186, 13030, 10820, 11818, 12823, 9515, 14055, 11588, 11929, 10611, 9106, 12735, 9571, 14004, 11163, 12539, 11005, 8533, 13550, 10569, 13197, 10926, 9462, 12930, 9736, 13349, 11362, 9869, 12434, 9549, 14920, 11706, 12292, 11552, 8851, 14120, 10867, 14337, 11572, 8276, 12623, 10574, 13672, 11664, 8462, 13062, 11216, 8776, 13910, 11444, 13074, 11874, 8940, 13465, 11218, 14631, 11834, 8920, 12294, 9316, 13465, 11336, 10687, 12604, 9107, 13132, 11360, 9392, 13776, 11358, 10855, 12042, 9282, 14464, 11948, 9442, 13455, 10998, 9589, 13053, 10949, 14623, 11862, 9168, 12973, 11235, 10873, 12304, 11024, 8900, 13856, 11236, 9555, 9399, 13223, 11300, 11987, 13278, 10314, 12332, 11936, 9554, 14019, 12275, 8769, 12956, 10910, 11082, 12780, 10023, 13619, 10933, 8419, 13712, 11778, 11722, 12670, 9133, 13084, 11469, 9023, 13289, 10598, 11925, 11639, 8802, 14073, 11706, 8494, 12878, 10811, 11601, 12274, 9507, 13529, 11440, 8605, 13180, 11110, 14010, 12302, 9021, 13066, 11027, 8786, 13655, 11644, 9110, 13077, 11000, 8846, 14828, 13526, 10061, 12739, 10732, 9564, 12496, 10540, 8427, 13684, 11537, 9674, 13619, 11794, 8993, 14360, 11806, 9740, 12489, 9649, 13662, 11963, 9726, 13080, 10194, 13204, 11319, 9046, 13065, 11273, 8146, 13197, 11360, 10476, 12896, 10677, 12190, 12498, 10097, 14503, 11772, 8920, 13522, 11664, 9248, 14057, 11405, 9148, 13388, 11340, 12397, 13407, 10643, 11533, 12827, 10574, 13696, 12142, 8554, 13560, 11332, 9198, 14011, 11565, 9015, 13910, 11376, 12617, 12422, 9053, 13489, 11526, 9551, 12772, 9855, 13376, 11239, 8941, 13496, 10746, 11973, 11738, 9447, 14034, 11706, 8598, 12834, 11136, 11229, 13103, 10600, 11640, 11901, 9386, 14746, 12319, 9065, 13416, 11355, 8998, 13465, 11300, 13305, 11690, 8853, 13918, 12072, 10435, 12867, 9411, 13597, 11568, 9052, 12265, 12656, 11175, 8029, 12724, 10856, 9090, 14133, 10862, 13675, 11228, 8628, 13510, 11564, 11715, 12316, 8966, 13765, 11228, 9043, 13087, 10777, 9824, 13269, 11168, 13413, 12322, 8945, 14571, 11772, 9232, 14248, 12298, 10730, 8209, 11639, 11715, 9125, 14320, 12427, 9867, 13954, 11382, 9152, 13227, 11925, 11013, 14498, 11622, 9780, 13796, 11928, 9515, 14057, 13068, 11933, 10024, 14020, 11352, 9304, 14656, 12387, 10056, 12388, 12439, 10313, 12082, 13239, 10932, 10845, 12763, 10564, 11983, 13514, 11413, 11066, 12997, 10385, 12934, 13110, 10696, 14299, 11791, 9563, 14725, 12065, 9163, 13843, 11509, 9171, 14421, 11842, 9344, 13304, 11431, 9510, 13895, 12362, 10815, 9808, 14099, 11610, 8430, 13654, 11466, 9165, 14291, 11513, 13314, 12308, 8638, 13569, 10813, 14554, 11922, 8916, 13262, 10920, 11219, 12134, 9677, 14633, 12157, 8812, 12834, 10050, 14441, 11995, 14017, 12016, 8313, 13184, 9594, 14319, 11701, 13079, 11081, 9626, 13002, 9476, 14476, 11854, 8566, 12836, 10213, 12320, 12757, 10987, 13418, 12070, 9865, 13312, 12611, 10671, 14792, 12532, 9331, 13991, 11861, 9757, 13739, 11709, 10003, 13037, 11431, 10606, 14127, 11789, 10629, 12664, 10410, 10443, 12699, 10481, 10755, 13738, 12007, 9448, 10166, 13091, 11059, 9954, 14577, 11588, 8316, 13594, 10998, 11355, 13775, 11367, 13340, 11678, 8645, 14706, 12464, 10247, 11858, 10584, 8357, 12885, 11073, 9658, 13374, 10779, 10157, 13090, 10976, 12405, 13842, 11120, 10572, 13074, 9855, 12457, 12969, 11495, 9612, 13541, 11918, 9854, 11099, 13476, 10864, 14230, 12351, 9186, 13992, 11034, 12948, 12711, 9114, 13035, 10956, 8742, 13639, 11518, 13140, 12586, 9682, 13366, 11909, 9642, 13931, 11697, 8675, 13637, 11424, 13803, 12866, 9167, 13964, 11620, 9575, 14282, 11393, 11025, 12843, 10859, 12578, 13108, 10382, 9584, 12809, 10636, 11317, 13968, 10962, 13389, 12010, 9210, 14468, 11733, 11155, 11507, 9215, 14480, 11803, 9313, 13615, 11371, 8541, 13826, 17697, 16185, 15566, 10826, 14356, 11627, 9183, 12423, 11513, 11300, 10150, 14725, 13664, 11009, 8937, 8791, 13514, 11681, 9528, 13902, 12713, 10201, 11703, 13722, 11711, 11856, 13876, 11770, 9174, 14032, 11557, 10028, 14996, 11753, 10080, 10278, 13546, 10997, 9146, 14195, 11569, 9668, 13602, 11384, 9395, 14172, 13485, 11292, 9341, 14206, 11347, 12760, 13492, 10853, 16857, 11913, 8646, 13483, 11089, 9996, 13986, 11362, 9804, 12576, 9801, 13701, 12195, 9798, 13949, 11893, 8529, 13691, 11399, 9615, 14086, 11486, 13282, 12780, 10191, 12148, 11967, 9077, 13775, 11991, 9370, 14022, 11730, 8611, 13457, 10957, 10187, 13462, 11420, 14099, 12658, 9470, 13467, 11079, 8602, 14174, 11773, 13439, 12425, 9853, 12024, 11628, 9335, 14520, 11900, 9458, 13582, 11195, 8834, 13838, 11428, 9285, 14149, 12033, 8337, 13373, 10971, 9684, 13835, 11678, 11299, 12749, 10427, 14103, 11936, 9849, 13679, 11625, 9121, 13969, 11606, 9388, 11486, 13532, 11667, 8656, 13608, 11408, 8945, 14622, 12288, 9319, 12363, 12190, 10188, 14595, 12223, 8999, 13560, 11410, 9228, 14154, 11878, 8862, 13696, 11315, 8432, 14076, 12071, 8464, 13443, 11460, 9633, 13931, 11962, 8840, 13536, 11208, 10258, 13919, 11878, 8530, 13129, 11461, 9176, 14185, 11849, 8970, 13953, 11708, 9500, 11381, 12853, 10224, 8184, 14873, 11608, 16968, 19225, 14192, 14502, 13528, 9889, 14379, 12286, 10413, 13599, 12603, 10354, 11218, 12738, 11121, 14077, 12869, 11139, 11781, 12613, 10028, 10339, 12435, 10457, 12291, 12619, 10276, 10684, 12798, 10468, 14321, 12255, 9906, 12872, 12068, 9190, 12420, 11429, 12094, 16205, 10790, 8267, 13355, 11273, 12932, 11773, 8964, 13674, 10301, 12371, 10964, 10772, 12097, 8990, 13970, 11636, 12260, 11716, 8466, 12998, 10092, 13747, 11261, 13506, 12130, 8666, 13000, 10138, 13563, 11524, 12741, 12032, 8540, 13371, 9510, 14455, 11762, 12256, 11407, 8383, 13199, 11105, 14583, 11842, 8791, 13423, 11332, 13880, 11649, 9298, 12995, 9765, 13695, 11125, 12513, 10922, 9920, 13057, 11551, 8537, 12057, 10450, 8031, 12897, 10747, 14828, 11944, 9423, 12710, 9021, 13571, 10922, 13511, 11452, 13136, 10954, 9035, 12595, 9480, 13958, 11249, 11856, 11069, 8452, 13596, 11257, 13325, 12430, 8860, 13652, 11463, 12473, 12714, 8873, 13527, 9951, 14708, 11813, 13909, 11268, 8645, 9146, 10630, 14330, 11292, 8184, 12066, 10008, 14468, 11638, 9407, 13221, 11517, 8433, 13199, 11863, 8574, 13681, 11814, 10539, 7925, 11006, 11294, 15492, 12169, 12363, 12917, 10529, 8312, 13635, 11697, 9537, 13179, 11432, 8398, 13815, 11443, 9736, 13971, 11463, 9819, 12736, 10721, 11691, 12505, 9654, 13733, 11278, 8643, 13241, 11185, 8499, 13925, 11236, 8447, 11926, 12098, 8552, 12887, 11322, 10112, 15813, 12331, 10487, 11885, 12253, 8554, 14576, 11141, 14826, 11857, 8653, 13225, 11035, 9937, 13053, 9822, 11513, 11793, 9693, 13775, 12287, 9402, 11245, 12378, 9934, 14667, 12017, 8918], 'WindowCenter': [4575.0, 4531.0, 4568.0, 4543.0, 4539.0, 4539.0, 4514.0, 4524.0, 4502.0, 4481.0, 4522.0, 4504.0, 4512.0, 4512.0, 4471.0, 4521.0, 4501.0, 4499.0, 4510.0, 4480.0, 4520.0, 4503.0, 4516.0, 4536.0, 4513.0, 4513.0, 4491.0, 4472.0, 4511.0, 4503.0, 4494.0, 4523.0, 4515.0, 4506.0, 4537.0, 4512.0, 4507.0, 4485.0, 4525.0, 4505.0, 4523.0, 4525.0, 4502.0, 4523.0, 4503.0, 4481.0, 4499.0, 4479.0, 4509.0, 4489.0, 4478.0, 4509.0, 4486.0, 4507.0, 4487.0, 4467.0, 4508.0, 4499.0, 4478.0, 4509.0, 4489.0, 4489.0, 4498.0, 4469.0, 4509.0, 4490.0, 4469.0, 4509.0, 4500.0, 4499.0, 4500.0, 4479.0, 4508.0, 4488.0, 4470.0, 4511.0, 4498.0, 4489.0, 4500.0, 4480.0, 4511.0, 4499.0, 4470.0, 4510.0, 4490.0, 4499.0, 4499.0, 4480.0, 4509.0, 4490.0, 4468.0, 4509.0, 4501.0, 4480.0, 4523.0, 4503.0, 4491.0, 4512.0, 4503.0, 4521.0, 4523.0, 4493.0, 4523.0, 4511.0, 4483.0, 4523.0, 4514.0, 4492.0, 4534.0, 4524.0, 4482.0, 4523.0, 4504.0, 4483.0, 4534.0, 4515.0, 4483.0, 4512.0, 4503.0, 4523.0, 4514.0, 4483.0, 4522.0, 4502.0, 4481.0, 4522.0, 4501.0, 4502.0, 4511.0, 4492.0, 4509.0, 4500.0, 4482.0, 4522.0, 4513.0, 4480.0, 4512.0, 4503.0, 4512.0, 4513.0, 4492.0, 4511.0, 4522.0, 4514.0, 4512.0, 4524.0, 4501.0, 4483.0, 4523.0, 4501.0, 4483.0, 4524.0, 4514.0, 4513.0, 4512.0, 4482.0, 4508.0, 4500.0, 4480.0, 4520.0, 4500.0, 4479.0, 4498.0, 4478.0, 4509.0, 4497.0, 4487.0, 4505.0, 4489.0, 4487.0, 4496.0, 4467.0, 4508.0, 4487.0, 4467.0, 4497.0, 4488.0, 4497.0, 4498.0, 4478.0, 4507.0, 4499.0, 4467.0, 4509.0, 4497.0, 4510.0, 4509.0, 4490.0, 4490.0, 4511.0, 4499.0, 4468.0, 4509.0, 4500.0, 4499.0, 4510.0, 4478.0, 4520.0, 4500.0, 4497.0, 4487.0, 4467.0, 4508.0, 4478.0, 4517.0, 4498.0, 4497.0, 4487.0, 4468.0, 4508.0, 4490.0, 4510.0, 4500.0, 4478.0, 4511.0, 4491.0, 4521.0, 4512.0, 4491.0, 4510.0, 4492.0, 4532.0, 4512.0, 4512.0, 4502.0, 4481.0, 4521.0, 4501.0, 4531.0, 4502.0, 4470.0, 4511.0, 4501.0, 4521.0, 4502.0, 4482.0, 4520.0, 4503.0, 4483.0, 4533.0, 4513.0, 4521.0, 4512.0, 4481.0, 4521.0, 4502.0, 4521.0, 4500.0, 4478.0, 4510.0, 4479.0, 4520.0, 4502.0, 4501.0, 4509.0, 4481.0, 4510.0, 4498.0, 4480.0, 4522.0, 4502.0, 4500.0, 4511.0, 4481.0, 4522.0, 4512.0, 4492.0, 4523.0, 4499.0, 4490.0, 4520.0, 4502.0, 4532.0, 4511.0, 4480.0, 4510.0, 4498.0, 4502.0, 4512.0, 4501.0, 4480.0, 4521.0, 4499.0, 4490.0, 4488.0, 4520.0, 4500.0, 4512.0, 4512.0, 4492.0, 4508.0, 4500.0, 4491.0, 4520.0, 4499.0, 4469.0, 4509.0, 4489.0, 4499.0, 4509.0, 4490.0, 4520.0, 4490.0, 4468.0, 4519.0, 4510.0, 4499.0, 4508.0, 4477.0, 4508.0, 4501.0, 4480.0, 4522.0, 4490.0, 4511.0, 4498.0, 4481.0, 4521.0, 4511.0, 4482.0, 4511.0, 4501.0, 4501.0, 4511.0, 4491.0, 4522.0, 4501.0, 4469.0, 4511.0, 4501.0, 4521.0, 4500.0, 4480.0, 4510.0, 4490.0, 4481.0, 4521.0, 4512.0, 4482.0, 4522.0, 4502.0, 4481.0, 4532.0, 4525.0, 4491.0, 4511.0, 4501.0, 4491.0, 4513.0, 4502.0, 4471.0, 4534.0, 4514.0, 4493.0, 4533.0, 4513.0, 4481.0, 4522.0, 4513.0, 4481.0, 4499.0, 4479.0, 4509.0, 4498.0, 4477.0, 4498.0, 4478.0, 4496.0, 4487.0, 4466.0, 4498.0, 4487.0, 4455.0, 4508.0, 4498.0, 4488.0, 4510.0, 4490.0, 4506.0, 4510.0, 4490.0, 4521.0, 4499.0, 4479.0, 4520.0, 4502.0, 4478.0, 4519.0, 4500.0, 4479.0, 4511.0, 4502.0, 4512.0, 4521.0, 4499.0, 4500.0, 4510.0, 4502.0, 4520.0, 4511.0, 4480.0, 4520.0, 4502.0, 4482.0, 4523.0, 4502.0, 4481.0, 4519.0, 4501.0, 4509.0, 4510.0, 4480.0, 4510.0, 4500.0, 4480.0, 4511.0, 4491.0, 4510.0, 4499.0, 4481.0, 4522.0, 4500.0, 4509.0, 4510.0, 4491.0, 4522.0, 4511.0, 4482.0, 4511.0, 4501.0, 4512.0, 4523.0, 4504.0, 4512.0, 4515.0, 4494.0, 4535.0, 4513.0, 4483.0, 4523.0, 4502.0, 4482.0, 4521.0, 4503.0, 4521.0, 4499.0, 4470.0, 4521.0, 4511.0, 4491.0, 4510.0, 4480.0, 4510.0, 4500.0, 4481.0, 4511.0, 4511.0, 4501.0, 4470.0, 4510.0, 4500.0, 4480.0, 4522.0, 4500.0, 4510.0, 4490.0, 4469.0, 4509.0, 4499.0, 4499.0, 4499.0, 4469.0, 4509.0, 4501.0, 4468.0, 4509.0, 4487.0, 4490.0, 4510.0, 4503.0, 4522.0, 4514.0, 4483.0, 4534.0, 4513.0, 4493.0, 4546.0, 4514.0, 4500.0, 4483.0, 4515.0, 4512.0, 4495.0, 4534.0, 4514.0, 4491.0, 4525.0, 4503.0, 4482.0, 4512.0, 4500.0, 4488.0, 4519.0, 4489.0, 4467.0, 4508.0, 4485.0, 4466.0, 4508.0, 4497.0, 4488.0, 4476.0, 4508.0, 4486.0, 4466.0, 4518.0, 4497.0, 4477.0, 4496.0, 4497.0, 4477.0, 4498.0, 4496.0, 4489.0, 4486.0, 4498.0, 4483.0, 4497.0, 4508.0, 4500.0, 4498.0, 4510.0, 4489.0, 4511.0, 4521.0, 4502.0, 4520.0, 4499.0, 4480.0, 4520.0, 4499.0, 4481.0, 4521.0, 4500.0, 4480.0, 4522.0, 4511.0, 4481.0, 4520.0, 4501.0, 4480.0, 4523.0, 4512.0, 4500.0, 4489.0, 4522.0, 4502.0, 4482.0, 4520.0, 4499.0, 4482.0, 4521.0, 4501.0, 4511.0, 4498.0, 4468.0, 4510.0, 4488.0, 4520.0, 4499.0, 4468.0, 4509.0, 4487.0, 4499.0, 4498.0, 4479.0, 4520.0, 4511.0, 4479.0, 4511.0, 4490.0, 4522.0, 4511.0, 4522.0, 4510.0, 4467.0, 4510.0, 4479.0, 4519.0, 4499.0, 4509.0, 4499.0, 4478.0, 4508.0, 4480.0, 4519.0, 4501.0, 4481.0, 4511.0, 4489.0, 4511.0, 4522.0, 4502.0, 4523.0, 4512.0, 4492.0, 4522.0, 4514.0, 4503.0, 4533.0, 4513.0, 4482.0, 4523.0, 4511.0, 4491.0, 4522.0, 4501.0, 4490.0, 4511.0, 4500.0, 4490.0, 4520.0, 4501.0, 4491.0, 4511.0, 4492.0, 4489.0, 4510.0, 4491.0, 4499.0, 4521.0, 4511.0, 4492.0, 4493.0, 4522.0, 4499.0, 4491.0, 4533.0, 4503.0, 4472.0, 4510.0, 4490.0, 4500.0, 4511.0, 4502.0, 4512.0, 4500.0, 4468.0, 4519.0, 4511.0, 4490.0, 4499.0, 4490.0, 4470.0, 4509.0, 4499.0, 4481.0, 4511.0, 4500.0, 4491.0, 4511.0, 4502.0, 4511.0, 4522.0, 4501.0, 4492.0, 4510.0, 4480.0, 4510.0, 4511.0, 4501.0, 4480.0, 4522.0, 4500.0, 4492.0, 4499.0, 4509.0, 4491.0, 4520.0, 4510.0, 4479.0, 4509.0, 4489.0, 4508.0, 4507.0, 4468.0, 4509.0, 4487.0, 4468.0, 4508.0, 4499.0, 4510.0, 4498.0, 4480.0, 4519.0, 4501.0, 4491.0, 4520.0, 4501.0, 4481.0, 4521.0, 4502.0, 4522.0, 4512.0, 4479.0, 4520.0, 4501.0, 4481.0, 4522.0, 4500.0, 4491.0, 4510.0, 4501.0, 4513.0, 4523.0, 4492.0, 4492.0, 4523.0, 4504.0, 4514.0, 4536.0, 4514.0, 4534.0, 4515.0, 4483.0, 4534.0, 4516.0, 4531.0, 4513.0, 4478.0, 4522.0, 4512.0, 4480.0, 4520.0, 4500.0, 4468.0, 4521.0, 4532.0, 4573.0, 4547.0, 4492.0, 4511.0, 4489.0, 4466.0, 4509.0, 4499.0, 4501.0, 4490.0, 4521.0, 4521.0, 4502.0, 4495.0, 4483.0, 4523.0, 4513.0, 4492.0, 4522.0, 4510.0, 4491.0, 4503.0, 4522.0, 4513.0, 4513.0, 4522.0, 4501.0, 4482.0, 4524.0, 4500.0, 4493.0, 4534.0, 4513.0, 4500.0, 4502.0, 4524.0, 4504.0, 4482.0, 4521.0, 4501.0, 4494.0, 4522.0, 4502.0, 4478.0, 4520.0, 4509.0, 4501.0, 4480.0, 4508.0, 4490.0, 4499.0, 4508.0, 4478.0, 4530.0, 4487.0, 4456.0, 4496.0, 4487.0, 4477.0, 4508.0, 4498.0, 4489.0, 4507.0, 4491.0, 4521.0, 4511.0, 4491.0, 4523.0, 4512.0, 4483.0, 4522.0, 4514.0, 4492.0, 4534.0, 4513.0, 4523.0, 4520.0, 4505.0, 4513.0, 4511.0, 4482.0, 4523.0, 4513.0, 4482.0, 4524.0, 4499.0, 4470.0, 4512.0, 4490.0, 4490.0, 4510.0, 4499.0, 4518.0, 4510.0, 4492.0, 4520.0, 4500.0, 4470.0, 4521.0, 4500.0, 4510.0, 4499.0, 4489.0, 4508.0, 4496.0, 4481.0, 4522.0, 4510.0, 4489.0, 4521.0, 4501.0, 4480.0, 4521.0, 4512.0, 4479.0, 4522.0, 4511.0, 4471.0, 4520.0, 4501.0, 4491.0, 4522.0, 4502.0, 4500.0, 4511.0, 4500.0, 4532.0, 4512.0, 4490.0, 4521.0, 4511.0, 4480.0, 4520.0, 4501.0, 4479.0, 4511.0, 4521.0, 4500.0, 4481.0, 4520.0, 4500.0, 4481.0, 4530.0, 4511.0, 4481.0, 4510.0, 4496.0, 4490.0, 4520.0, 4500.0, 4480.0, 4509.0, 4498.0, 4478.0, 4519.0, 4500.0, 4478.0, 4518.0, 4499.0, 4469.0, 4520.0, 4511.0, 4470.0, 4520.0, 4500.0, 4490.0, 4520.0, 4511.0, 4480.0, 4520.0, 4500.0, 4491.0, 4521.0, 4511.0, 4481.0, 4521.0, 4501.0, 4491.0, 4533.0, 4512.0, 4483.0, 4522.0, 4526.0, 4495.0, 4501.0, 4525.0, 4518.0, 4486.0, 4546.0, 4514.0, 4558.0, 4515.0, 4534.0, 4523.0, 4510.0, 4478.0, 4507.0, 4500.0, 4491.0, 4508.0, 4511.0, 4492.0, 4500.0, 4511.0, 4500.0, 4521.0, 4513.0, 4501.0, 4500.0, 4499.0, 4480.0, 4479.0, 4500.0, 4491.0, 4512.0, 4512.0, 4490.0, 4492.0, 4511.0, 4492.0, 4521.0, 4512.0, 4493.0, 4511.0, 4499.0, 4481.0, 4524.0, 4503.0, 4501.0, 4531.0, 4489.0, 4458.0, 4506.0, 4489.0, 4510.0, 4500.0, 4469.0, 4508.0, 4490.0, 4497.0, 4487.0, 4476.0, 4486.0, 4467.0, 4507.0, 4488.0, 4497.0, 4486.0, 4456.0, 4497.0, 4476.0, 4506.0, 4487.0, 4507.0, 4498.0, 4467.0, 4497.0, 4476.0, 4506.0, 4496.0, 4498.0, 4498.0, 4468.0, 4507.0, 4477.0, 4517.0, 4497.0, 4497.0, 4498.0, 4467.0, 4507.0, 4498.0, 4519.0, 4500.0, 4469.0, 4519.0, 4501.0, 4521.0, 4511.0, 4480.0, 4510.0, 4491.0, 4521.0, 4502.0, 4511.0, 4501.0, 4489.0, 4521.0, 4513.0, 4483.0, 4510.0, 4502.0, 4483.0, 4522.0, 4514.0, 4544.0, 4515.0, 4493.0, 4524.0, 4492.0, 4521.0, 4501.0, 4511.0, 4499.0, 4509.0, 4490.0, 4468.0, 4509.0, 4479.0, 4520.0, 4501.0, 4509.0, 4498.0, 4470.0, 4519.0, 4511.0, 4521.0, 4520.0, 4480.0, 4522.0, 4514.0, 4524.0, 4524.0, 4492.0, 4522.0, 4492.0, 4532.0, 4513.0, 4521.0, 4501.0, 4388.0, 4507.0, 4503.0, 4522.0, 4511.0, 4470.0, 4509.0, 4489.0, 4530.0, 4511.0, 4505.0, 4523.0, 4515.0, 4485.0, 4524.0, 4524.0, 4495.0, 4535.0, 4514.0, 4504.0, 4474.0, 4512.0, 4513.0, 4534.0, 4512.0, 4511.0, 4509.0, 4490.0, 4472.0, 4521.0, 4512.0, 4494.0, 4524.0, 4501.0, 4471.0, 4521.0, 4513.0, 4492.0, 4522.0, 4512.0, 4491.0, 4519.0, 4502.0, 4512.0, 4523.0, 4492.0, 4534.0, 4503.0, 4483.0, 4522.0, 4512.0, 4482.0, 4533.0, 4503.0, 4482.0, 4511.0, 4511.0, 4483.0, 4523.0, 4511.0, 4504.0, 4543.0, 4512.0, 4501.0, 4509.0, 4510.0, 4469.0, 4522.0, 4502.0, 4520.0, 4500.0, 4469.0, 4506.0, 4488.0, 4479.0, 4506.0, 4489.0, 4497.0, 4497.0, 4489.0, 4521.0, 4509.0, 4480.0, 4500.0, 4509.0, 4490.0, 4531.0, 4510.0, 4482.0], 'WindowWidth': [10051.0, 9978.0, 10021.0, 9978.0, 9966.0, 9965.0, 9923.0, 9936.0, 9901.0, 9870.0, 9930.0, 9905.0, 9914.0, 9911.0, 9855.0, 9924.0, 9897.0, 9893.0, 9907.0, 9869.0, 9923.0, 9903.0, 9929.0, 9956.0, 9920.0, 9917.0, 9885.0, 9859.0, 9910.0, 9902.0, 9892.0, 9932.0, 9924.0, 9912.0, 9958.0, 9919.0, 9915.0, 9883.0, 9935.0, 9909.0, 9931.0, 9935.0, 9900.0, 9936.0, 9900.0, 9869.0, 9891.0, 9864.0, 9906.0, 9878.0, 9861.0, 9907.0, 9871.0, 9901.0, 9871.0, 9845.0, 9903.0, 9893.0, 9861.0, 9907.0, 9877.0, 9878.0, 9888.0, 9849.0, 9906.0, 9881.0, 9851.0, 9909.0, 9895.0, 9893.0, 9893.0, 9865.0, 9904.0, 9877.0, 9852.0, 9911.0, 9891.0, 9879.0, 9895.0, 9867.0, 9910.0, 9894.0, 9854.0, 9909.0, 9881.0, 9892.0, 9892.0, 9867.0, 9909.0, 9880.0, 9850.0, 9906.0, 9899.0, 9870.0, 9932.0, 9903.0, 9886.0, 9914.0, 9906.0, 9930.0, 9934.0, 9892.0, 9933.0, 9913.0, 9877.0, 9932.0, 9921.0, 9890.0, 9951.0, 9934.0, 9877.0, 9933.0, 9906.0, 9876.0, 9950.0, 9923.0, 9879.0, 9916.0, 9905.0, 9934.0, 9920.0, 9876.0, 9930.0, 9900.0, 9872.0, 9928.0, 9900.0, 9902.0, 9913.0, 9887.0, 9909.0, 9896.0, 9873.0, 9930.0, 9918.0, 9871.0, 9915.0, 9904.0, 9914.0, 9917.0, 9888.0, 9913.0, 9929.0, 9923.0, 9917.0, 9936.0, 9900.0, 9877.0, 9931.0, 9900.0, 9875.0, 9934.0, 9921.0, 9917.0, 9913.0, 9873.0, 9906.0, 9896.0, 9867.0, 9925.0, 9896.0, 9864.0, 9888.0, 9862.0, 9907.0, 9889.0, 9874.0, 9899.0, 9876.0, 9872.0, 9884.0, 9847.0, 9904.0, 9873.0, 9846.0, 9886.0, 9876.0, 9887.0, 9887.0, 9860.0, 9902.0, 9891.0, 9848.0, 9906.0, 9889.0, 9909.0, 9908.0, 9881.0, 9881.0, 9912.0, 9893.0, 9852.0, 9906.0, 9895.0, 9894.0, 9908.0, 9862.0, 9924.0, 9894.0, 9889.0, 9873.0, 9846.0, 9902.0, 9863.0, 9917.0, 9889.0, 9888.0, 9873.0, 9850.0, 9904.0, 9881.0, 9910.0, 9894.0, 9866.0, 9912.0, 9886.0, 9927.0, 9915.0, 9886.0, 9911.0, 9888.0, 9944.0, 9915.0, 9916.0, 9899.0, 9871.0, 9927.0, 9901.0, 9943.0, 9900.0, 9856.0, 9913.0, 9900.0, 9928.0, 9901.0, 9875.0, 9926.0, 9903.0, 9877.0, 9947.0, 9919.0, 9927.0, 9913.0, 9870.0, 9926.0, 9900.0, 9930.0, 9897.0, 9865.0, 9907.0, 9866.0, 9924.0, 9902.0, 9900.0, 9908.0, 9870.0, 9908.0, 9892.0, 9869.0, 9930.0, 9902.0, 9898.0, 9911.0, 9872.0, 9931.0, 9917.0, 9887.0, 9932.0, 9895.0, 9882.0, 9925.0, 9901.0, 9947.0, 9915.0, 9868.0, 9908.0, 9890.0, 9902.0, 9916.0, 9900.0, 9870.0, 9930.0, 9895.0, 9884.0, 9880.0, 9925.0, 9899.0, 9916.0, 9917.0, 9886.0, 9905.0, 9893.0, 9884.0, 9925.0, 9893.0, 9851.0, 9904.0, 9877.0, 9892.0, 9907.0, 9881.0, 9924.0, 9880.0, 9850.0, 9921.0, 9909.0, 9893.0, 9904.0, 9863.0, 9905.0, 9897.0, 9868.0, 9927.0, 9883.0, 9911.0, 9890.0, 9872.0, 9927.0, 9913.0, 9873.0, 9913.0, 9899.0, 9898.0, 9912.0, 9885.0, 9928.0, 9897.0, 9852.0, 9910.0, 9898.0, 9925.0, 9895.0, 9867.0, 9910.0, 9882.0, 9871.0, 9927.0, 9915.0, 9874.0, 9929.0, 9902.0, 9875.0, 9948.0, 9940.0, 9887.0, 9913.0, 9897.0, 9885.0, 9917.0, 9902.0, 9859.0, 9948.0, 9920.0, 9891.0, 9946.0, 9916.0, 9871.0, 9931.0, 9917.0, 9870.0, 9892.0, 9863.0, 9904.0, 9889.0, 9859.0, 9888.0, 9860.0, 9884.0, 9872.0, 9842.0, 9888.0, 9872.0, 9829.0, 9902.0, 9891.0, 9877.0, 9907.0, 9881.0, 9901.0, 9908.0, 9882.0, 9927.0, 9894.0, 9867.0, 9922.0, 9899.0, 9864.0, 9924.0, 9896.0, 9866.0, 9911.0, 9899.0, 9913.0, 9925.0, 9895.0, 9896.0, 9909.0, 9900.0, 9925.0, 9912.0, 9870.0, 9924.0, 9900.0, 9872.0, 9930.0, 9899.0, 9869.0, 9921.0, 9897.0, 9908.0, 9907.0, 9865.0, 9908.0, 9895.0, 9867.0, 9909.0, 9883.0, 9909.0, 9893.0, 9870.0, 9926.0, 9896.0, 9908.0, 9908.0, 9885.0, 9928.0, 9912.0, 9875.0, 9912.0, 9901.0, 9915.0, 9932.0, 9905.0, 9918.0, 9924.0, 9893.0, 9952.0, 9919.0, 9875.0, 9930.0, 9901.0, 9873.0, 9927.0, 9903.0, 9924.0, 9891.0, 9854.0, 9925.0, 9911.0, 9883.0, 9907.0, 9866.0, 9911.0, 9896.0, 9869.0, 9911.0, 9911.0, 9896.0, 9856.0, 9909.0, 9894.0, 9868.0, 9928.0, 9895.0, 9909.0, 9878.0, 9850.0, 9905.0, 9891.0, 9891.0, 9890.0, 9850.0, 9904.0, 9895.0, 9848.0, 9906.0, 9875.0, 9880.0, 9909.0, 9902.0, 9930.0, 9919.0, 9873.0, 9948.0, 9918.0, 9891.0, 9971.0, 9922.0, 9901.0, 9877.0, 9923.0, 9915.0, 9893.0, 9948.0, 9921.0, 9887.0, 9939.0, 9903.0, 9873.0, 9915.0, 9894.0, 9876.0, 9925.0, 9873.0, 9843.0, 9901.0, 9868.0, 9842.0, 9902.0, 9887.0, 9875.0, 9857.0, 9903.0, 9868.0, 9841.0, 9917.0, 9888.0, 9858.0, 9884.0, 9883.0, 9858.0, 9887.0, 9884.0, 9875.0, 9872.0, 9887.0, 9864.0, 9886.0, 9903.0, 9892.0, 9891.0, 9908.0, 9880.0, 9913.0, 9925.0, 9899.0, 9925.0, 9892.0, 9867.0, 9924.0, 9894.0, 9869.0, 9926.0, 9894.0, 9867.0, 9930.0, 9913.0, 9870.0, 9924.0, 9897.0, 9867.0, 9931.0, 9915.0, 9896.0, 9882.0, 9931.0, 9901.0, 9874.0, 9923.0, 9894.0, 9872.0, 9926.0, 9898.0, 9913.0, 9891.0, 9849.0, 9906.0, 9877.0, 9921.0, 9891.0, 9847.0, 9905.0, 9875.0, 9891.0, 9889.0, 9867.0, 9926.0, 9913.0, 9868.0, 9911.0, 9881.0, 9927.0, 9912.0, 9927.0, 9907.0, 9848.0, 9906.0, 9865.0, 9920.0, 9893.0, 9907.0, 9891.0, 9861.0, 9904.0, 9867.0, 9922.0, 9899.0, 9872.0, 9911.0, 9882.0, 9912.0, 9929.0, 9902.0, 9933.0, 9914.0, 9889.0, 9931.0, 9919.0, 9905.0, 9948.0, 9917.0, 9873.0, 9931.0, 9913.0, 9885.0, 9931.0, 9898.0, 9881.0, 9910.0, 9895.0, 9881.0, 9924.0, 9897.0, 9885.0, 9911.0, 9885.0, 9876.0, 9909.0, 9883.0, 9895.0, 9928.0, 9913.0, 9887.0, 9890.0, 9928.0, 9897.0, 9886.0, 9946.0, 9903.0, 9859.0, 9907.0, 9881.0, 9894.0, 9912.0, 9899.0, 9913.0, 9892.0, 9848.0, 9920.0, 9912.0, 9881.0, 9893.0, 9880.0, 9854.0, 9905.0, 9893.0, 9868.0, 9911.0, 9894.0, 9882.0, 9909.0, 9898.0, 9911.0, 9927.0, 9898.0, 9885.0, 9907.0, 9865.0, 9912.0, 9911.0, 9899.0, 9868.0, 9930.0, 9896.0, 9885.0, 9893.0, 9906.0, 9883.0, 9924.0, 9907.0, 9864.0, 9904.0, 9877.0, 9904.0, 9902.0, 9849.0, 9904.0, 9871.0, 9846.0, 9902.0, 9890.0, 9908.0, 9890.0, 9866.0, 9920.0, 9898.0, 9883.0, 9926.0, 9899.0, 9870.0, 9925.0, 9900.0, 9927.0, 9912.0, 9866.0, 9921.0, 9896.0, 9869.0, 9927.0, 9895.0, 9881.0, 9908.0, 9897.0, 9918.0, 9930.0, 9888.0, 9889.0, 9931.0, 9908.0, 9923.0, 9953.0, 9922.0, 9950.0, 9920.0, 9875.0, 9947.0, 9924.0, 9958.0, 9919.0, 9863.0, 9930.0, 9915.0, 9867.0, 9921.0, 9893.0, 9851.0, 9922.0, 9957.0, 10026.0, 9974.0, 9885.0, 9910.0, 9877.0, 9841.0, 9906.0, 9892.0, 9896.0, 9878.0, 9924.0, 9927.0, 9902.0, 9898.0, 9878.0, 9933.0, 9920.0, 9888.0, 9929.0, 9909.0, 9885.0, 9902.0, 9930.0, 9918.0, 9917.0, 9929.0, 9899.0, 9874.0, 9935.0, 9900.0, 9891.0, 9952.0, 9917.0, 9899.0, 9903.0, 9934.0, 9907.0, 9875.0, 9925.0, 9900.0, 9890.0, 9928.0, 9899.0, 9864.0, 9923.0, 9907.0, 9896.0, 9866.0, 9903.0, 9879.0, 9889.0, 9901.0, 9859.0, 9935.0, 9871.0, 9829.0, 9883.0, 9872.0, 9859.0, 9902.0, 9890.0, 9879.0, 9901.0, 9882.0, 9927.0, 9915.0, 9885.0, 9933.0, 9915.0, 9879.0, 9929.0, 9920.0, 9889.0, 9949.0, 9919.0, 9931.0, 9925.0, 9909.0, 9918.0, 9913.0, 9874.0, 9932.0, 9919.0, 9874.0, 9934.0, 9894.0, 9855.0, 9911.0, 9881.0, 9881.0, 9910.0, 9894.0, 9921.0, 9908.0, 9887.0, 9924.0, 9894.0, 9854.0, 9925.0, 9895.0, 9911.0, 9892.0, 9881.0, 9905.0, 9887.0, 9869.0, 9929.0, 9911.0, 9880.0, 9926.0, 9898.0, 9869.0, 9927.0, 9915.0, 9868.0, 9932.0, 9913.0, 9859.0, 9922.0, 9899.0, 9887.0, 9930.0, 9903.0, 9898.0, 9912.0, 9896.0, 9944.0, 9916.0, 9885.0, 9930.0, 9914.0, 9870.0, 9925.0, 9900.0, 9869.0, 9913.0, 9927.0, 9898.0, 9873.0, 9927.0, 9898.0, 9873.0, 9941.0, 9914.0, 9871.0, 9911.0, 9887.0, 9882.0, 9927.0, 9896.0, 9869.0, 9908.0, 9890.0, 9862.0, 9922.0, 9895.0, 9865.0, 9920.0, 9894.0, 9854.0, 9924.0, 9912.0, 9857.0, 9922.0, 9895.0, 9882.0, 9925.0, 9911.0, 9870.0, 9922.0, 9896.0, 9884.0, 9927.0, 9913.0, 9873.0, 9925.0, 9899.0, 9886.0, 9946.0, 9916.0, 9877.0, 9930.0, 9942.0, 9896.0, 9898.0, 9937.0, 9933.0, 9886.0, 9971.0, 9922.0, 10004.0, 9928.0, 9957.0, 9931.0, 9909.0, 9858.0, 9900.0, 9892.0, 9882.0, 9905.0, 9909.0, 9885.0, 9895.0, 9910.0, 9895.0, 9928.0, 9918.0, 9897.0, 9892.0, 9889.0, 9866.0, 9865.0, 9892.0, 9884.0, 9913.0, 9913.0, 9882.0, 9884.0, 9908.0, 9884.0, 9928.0, 9915.0, 9889.0, 9910.0, 9894.0, 9871.0, 9936.0, 9904.0, 9898.0, 9940.0, 9876.0, 9833.0, 9898.0, 9877.0, 9907.0, 9894.0, 9851.0, 9904.0, 9878.0, 9887.0, 9871.0, 9856.0, 9868.0, 9842.0, 9900.0, 9874.0, 9885.0, 9868.0, 9828.0, 9885.0, 9856.0, 9898.0, 9875.0, 9899.0, 9886.0, 9846.0, 9885.0, 9855.0, 9898.0, 9886.0, 9890.0, 9889.0, 9847.0, 9900.0, 9859.0, 9914.0, 9888.0, 9889.0, 9888.0, 9846.0, 9901.0, 9892.0, 9922.0, 9897.0, 9854.0, 9920.0, 9897.0, 9926.0, 9912.0, 9869.0, 9909.0, 9884.0, 9926.0, 9900.0, 9912.0, 9896.0, 9883.0, 9928.0, 9917.0, 9878.0, 9912.0, 9901.0, 9878.0, 9931.0, 9922.0, 9965.0, 9925.0, 9893.0, 9932.0, 9890.0, 9926.0, 9899.0, 9913.0, 9894.0, 9908.0, 9881.0, 9850.0, 9907.0, 9867.0, 9925.0, 9898.0, 9909.0, 9891.0, 9855.0, 9922.0, 9914.0, 9929.0, 9924.0, 9872.0, 9929.0, 9922.0, 9936.0, 9935.0, 9890.0, 9930.0, 9890.0, 9944.0, 9920.0, 9930.0, 9901.0, 9693.0, 9937.0, 9910.0, 9931.0, 9915.0, 9855.0, 9906.0, 9882.0, 9940.0, 9915.0, 9911.0, 9934.0, 9924.0, 9883.0, 9935.0, 9938.0, 9896.0, 9954.0, 9923.0, 9908.0, 9868.0, 9920.0, 9921.0, 9952.0, 9917.0, 9911.0, 9908.0, 9882.0, 9860.0, 9929.0, 9916.0, 9894.0, 9936.0, 9899.0, 9858.0, 9928.0, 9918.0, 9888.0, 9932.0, 9916.0, 9887.0, 9924.0, 9903.0, 9917.0, 9933.0, 9890.0, 9953.0, 9904.0, 9877.0, 9930.0, 9918.0, 9876.0, 9950.0, 9906.0, 9875.0, 9910.0, 9915.0, 9878.0, 9934.0, 9915.0, 9906.0, 9967.0, 9917.0, 9901.0, 9909.0, 9909.0, 9853.0, 9929.0, 9902.0, 9927.0, 9894.0, 9851.0, 9901.0, 9878.0, 9865.0, 9901.0, 9878.0, 9889.0, 9889.0, 9882.0, 9928.0, 9911.0, 9872.0, 9900.0, 9910.0, 9884.0, 9943.0, 9913.0, 9875.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.0028243587521663777</td></tr>
<tr><td colspan=3>aqi</td><td>0.021085113604852684</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.18291634180396</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2621210491066788</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0233754955854286</td></tr>
<tr><td colspan=3>efc</td><td>0.5113</td></tr>
<tr><td colspan=3>fber</td><td>5227.1597</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10389442307912075</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.37261698440208</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.263966389304042</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1090474042618457</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.523844394372315</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1590073692779654</td></tr>
<tr><td colspan=3>gcor</td><td>0.00752541</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021158264949917793</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0416322685778141</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</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.342836917852612</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>15.3057</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4998</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.4666</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288999.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>1013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.1197</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4635</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.41</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3663.5245</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3794.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1611.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.6175</td></tr>
<tr><td colspan=3>tsnr</td><td>41.23056370590348</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>